tinycc/tests
Michael Matz f85db99ff0 Fix type parsing
the check on incomplete struct/union/enum types was too early,
disallowing mixed specifiers and qualifiers.  Simply rely on
the size (->c) field for that.  See testcases.
2016-03-24 15:44:01 +01:00
..
pp Fix tests Makefiles on Windows 2016-03-14 18:11:49 +02:00
tests2 Fix type parsing 2016-03-24 15:44:01 +01:00
abitest.c Revert "fix-mixed-struct (patch by Pip Cet)" 2015-07-29 16:57:41 -04:00
asmtest.S Allow tcc to understand a setob,... opcodes as alias to seto,... 2015-01-06 22:59:19 +03:00
boundtest.c a bounds checking code for the ARCH=x86_64 2015-04-10 15:17:22 +03:00
CMakeLists.txt Improved variable length array support. 2013-04-27 22:58:52 +01:00
gcctestsuite.sh
libtcc_test.c tccpp: fix issues, add tests 2015-05-09 14:29:39 +02:00
Makefile Fix tests Makefiles on Windows 2016-03-14 18:11:49 +02:00
tcctest.c tests/tcctest.c: Fix up format strings. 2015-11-04 20:20:26 +00:00
tcctest.py Added cross compilation to CMake build system. 2013-04-25 01:08:18 +01:00
vla_test.c Improved variable length array support. 2013-04-27 22:58:52 +01:00