aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2
Commit message (Expand)AuthorAgeFilesLines
* struct-init: CleanupMichael Matz2016-12-153-1/+13
* struct-init: Implement initializing subaggregatesMichael Matz2016-12-153-1/+167
* tccgen: 32bits: fix PTR +/- long longgrischka2016-10-132-0/+16
* Use ISO C string functions instead of obsolete BSD ones that used to be in st...Christian Jullien2016-10-122-8/+3
* build: restore out-of-tree supportgrischka2016-10-011-11/+11
* build: revert Makefiles to 0.9.26 state (mostly)grischka2016-10-011-18/+6
* Fix test for __*LP*__ predefined macrosChristian Jullien2016-09-251-11/+11
* Add test for __*LP*__ predefined macrosChristian Jullien2016-09-252-0/+39
* tests/tests2/Makefile: Make 85-asm-outside-function Intel-only.Edmund Grimley Evans2016-05-041-0/+3
* __asm__() outside functionseyko2016-05-012-0/+7
* output space after TOK_PPNUM which followed by '+' or '-'seyko2016-05-012-0/+13
* Run testcases in sorted orderMichael Matz2016-04-221-1/+1
* Revert "Fix tests Makefiles on Windows"Vlad Vissoultchev2016-04-171-4/+0
* tccgen.c: Allow type attributes to prefix enum/struct/union nameVlad Vissoultchev2016-04-062-0/+14
* utf8 in identifiersseyko2016-04-052-0/+11
* nocode_wanted with while/for inside ({})seyko2016-04-052-0/+90
* Fix type parsingMichael Matz2016-03-243-1/+10
* Fix tests Makefiles on WindowsVlad Vissoultchev2016-03-141-0/+4
* tccgen.c: Fix flex array members some moreMichael Matz2016-03-112-0/+25
* tccgen.c: In parse_btype, handle type qualifiers applied to arrays.Edmund Grimley Evans2016-01-111-0/+16
* tccgen.c: Try to make sizeof(!x) work.Edmund Grimley Evans2015-11-222-0/+3
* tccgen.c: Bug fix for 992cbda and 3ff77a1: set nocode_wanted.Edmund Grimley Evans2015-11-212-0/+13
* Improve constant propagation with "&&" and "||".Edmund Grimley Evans2015-11-201-1/+5
* tccgen.c: Recognise constant expressions with conditional operator.Edmund Grimley Evans2015-11-201-3/+14
* tests/tests2/79_vla_continue.c: Fix off-by-one error.Edmund Grimley Evans2015-11-131-2/+2
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-3/+3
* Reorganize the source tree.gus knight2015-07-271-3/+3
* tccpp: fix issues, add testsgrischka2015-05-0911-113/+23
* VLA fix: save stack pointer right after modificationPhilip2015-04-283-3/+28
* fix VLA/continue issuePhilip2015-04-273-2/+99
* add test case for VLA segfaultsPhilip2015-04-273-1/+25
* a test for the #pragma push/pop_macroseyko2015-04-253-1/+37
* Revert "* and #pragma pop_macro("macro_name")"grischka2015-04-233-30/+1
* * and #pragma pop_macro("macro_name")seyko2015-04-213-1/+30
* add missing test from -fdollar-in-identifiers commitRamsay Jones2015-04-202-0/+55
* -fdollar-in-identifiers addonseyko2015-04-201-4/+8
* A right fix for the array in struct initialization w/o '{'seyko2015-03-233-1/+107
* skip 73_arm64,test on ARCH=x86-64: it fails on this ARCHseyko2015-03-201-0/+3
* Add some missing nocode_wanted guardThomas Preud'homme2015-03-103-0/+3
* arm64: Optimise some integer operations with a constant operand.Edmund Grimley Evans2015-03-072-0/+119
* Disable floating-point test for ARM soft-floatseyko2015-03-041-0/+3
* Turn on a implicit-function-declaration warning by default.seyko2015-03-032-0/+3
* arm64: Improve constant generation, with tests.Edmund Grimley Evans2015-03-022-0/+33
* 73_arm64.c: Avoid taking address of return value.Edmund Grimley Evans2015-02-261-21/+42
* Add 73_arm64 for testing some arm64 things, mostly PCS.Edmund Grimley Evans2015-02-253-0/+529
* The "open a whisky and cut your finger open" patchThomas Preud'homme2015-02-182-3/+21
* Fix macro expansion of empty args.Reimar Döffinger2015-01-183-1/+13
* round() in test (24_math_library) fail because there are no defs included.seyko2015-01-051-0/+2
* Fix parsing of binary floating point numberLee Duhem2014-12-153-1/+132
* Filter-out warning about softfloat in tests2Matteo Cypriani2014-10-171-2/+2