tinycc/tests
Vlad Vissoultchev 0691b7630b tccgen.c: Allow type attributes to prefix enum/struct/union name
From gcc docs: "You may also specify attributes between the enum, struct or union tag and the name of the type rather than after the closing brace."

Adds `82_attribs_position.c` in `tests/tests2`
2016-04-06 14:32:52 +03:00
..
pp Identifiers can start and/or contain '.' in *.S 2016-04-05 10:43:50 +03:00
tests2 tccgen.c: Allow type attributes to prefix enum/struct/union name 2016-04-06 14:32:52 +03:00
CMakeLists.txt Improved variable length array support. 2013-04-27 22:58:52 +01:00
Makefile Identifiers can start and/or contain '.' in *.S 2016-04-05 10:43:50 +03: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
gcctestsuite.sh Fix bashims in configure and gcctestsuite.sh. 2010-05-26 14:08:29 +02:00
libtcc_test.c tccpp: fix issues, add tests 2015-05-09 14:29:39 +02:00
tcctest.c Fix assignment to/from volatile types 2016-03-26 17:57:22 +01: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