tinycc/tests
Michael Matz 42e2a67f23 Fix some code suppression fallout
Some more subtle issues with code suppression:
- outputting asms but not their operand setup is broken
- but global asms must always be output
- statement expressions are transparent to code suppression
- vtop can't be transformed from VT_CMP/VT_JMP when nocode_wanted

Also remove .exe files from tests2 if they don't fail.
2016-12-20 04:58:34 +01:00
..
pp tccpp: Fix token pasting 2016-12-15 17:49:56 +01:00
tests2 Fix some code suppression fallout 2016-12-20 04:58:34 +01:00
42test.h tccpp: Allow computed include like 42.h 2016-12-15 17:47:10 +01:00
Makefile tests: add memory leak test 2016-12-18 22:05:42 +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 a bounds checking code for the ARCH=x86_64 2015-04-10 15:17:22 +03:00
gcctestsuite.sh Fix bashims in configure and gcctestsuite.sh. 2010-05-26 14:08:29 +02:00
libtcc_test.c tccelf: some linker cleanup 2016-12-15 17:01:22 +01:00
tcctest.c Fix some code suppression fallout 2016-12-20 04:58:34 +01:00
tcctest.h tccpp: Implement __BASE_FILE__ macro 2016-12-15 17:47:08 +01:00
tcctest.py Added cross compilation to CMake build system. 2013-04-25 01:08:18 +01:00
testfp.c Remove misc. files 2016-10-01 20:27:41 +02:00
vla_test.c Improved variable length array support. 2013-04-27 22:58:52 +01:00