tinycc/tests
Michael Matz 77d7ea04ac Fix gawk miscompile
See testcase.  Function pointer use was hosed when the destination
function wasn't also called normally by the program.
2016-12-18 05:20:14 +01:00
..
pp tccpp: Fix token pasting 2016-12-15 17:49:56 +01:00
tests2 Fix gawk miscompile 2016-12-18 05:20:14 +01:00
42test.h tccpp: Allow computed include like 42.h 2016-12-15 17:47:10 +01:00
abitest.c Revert "fix-mixed-struct (patch by Pip Cet)" 2015-07-29 16:57:41 -04:00
asmtest.S tccasm: Don't ignore # in preprocessor directives 2016-12-15 17:47:11 +01:00
boundtest.c
gcctestsuite.sh
libtcc_test.c tccelf: some linker cleanup 2016-12-15 17:01:22 +01:00
Makefile tests: add .so/.dll creation test 2016-12-15 17:04:07 +01:00
tcctest.c i386: Fix various testsuite issues 2016-12-15 17:53:09 +01:00
tcctest.h tccpp: Implement __BASE_FILE__ macro 2016-12-15 17:47:08 +01:00
tcctest.py
testfp.c Remove misc. files 2016-10-01 20:27:41 +02:00
vla_test.c