tinycc/tests
Michael Matz ddd461dcc8 Fix initializing members multiple times
When intializing members where the initializer needs relocations
and the member is initialized multiple times we can't allow
that to lead to multiple relocations to the same place.  The last
one must win.
2016-12-15 17:49:53 +01:00
..
pp tccpp: Fix macro_is_equal 2016-12-15 17:47:05 +01:00
tests2 Fix initializing members multiple times 2016-12-15 17:49:53 +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 a bounds checking code for the ARCH=x86_64 2015-04-10 15:17:22 +03:00
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 Support local register variables 2016-12-15 17:47:13 +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