gmqcc/tests
Wolfgang Bumiller 61b777f575 vararg testcases
2013-01-12 16:37:26 +01:00
..
arrays.qc
arrays.tmpl
break.qc
break.tmpl
builtin.qc
builtin.tmpl
calls.qc
calls.tmpl
correct-logic-1-s.tmpl Test cases for -fcorrect-logic 2012-12-22 17:55:55 +01:00
correct-logic-1.tmpl Test cases for -fcorrect-logic 2012-12-22 17:55:55 +01:00
correct-logic-2-s.tmpl Test cases for -fcorrect-logic 2012-12-22 17:55:55 +01:00
correct-logic-2.tmpl Test cases for -fcorrect-logic 2012-12-22 17:55:55 +01:00
correct-logic.qc Test cases for -fcorrect-logic 2012-12-22 17:55:55 +01:00
correct-vs-short-1.tmpl fix -fshort-logic to cast to true boolean values 2012-12-22 20:05:15 +01:00
correct-vs-short-2.tmpl fix -fshort-logic to cast to true boolean values 2012-12-22 20:05:15 +01:00
correct-vs-short-3.tmpl fix -fshort-logic to cast to true boolean values 2012-12-22 20:05:15 +01:00
correct-vs-short.qc fix -fshort-logic to cast to true boolean values 2012-12-22 20:05:15 +01:00
enum.qc Better enumeration test 2013-01-10 20:50:42 +00:00
enum.tmpl Better enumeration test 2013-01-10 20:50:42 +00:00
equality.qc
equality.tmpl
fieldparams.qc
fieldparams.tmpl
functions-as-params.qc
functions-as-params.tmpl
goto.qc Implemented computed goto + added goto test for testsuite (tests both normal and computed goto statements). 2013-01-02 21:32:57 +00:00
goto.tmpl Implemented computed goto + added goto test for testsuite (tests both normal and computed goto statements). 2013-01-02 21:32:57 +00:00
ifs.qc
ifs.tmpl
mul_vf.qc testcase for mul_vf/fv 2013-01-08 21:55:34 +01:00
mul_vf.tmpl testcase for mul_vf/fv 2013-01-08 21:55:34 +01:00
ngraphs.qc
ngraphs.tmpl
noref.qc
noref.tmpl noref testcase must use -Wno-uninitialized-global 2012-12-28 19:09:06 +01:00
noreturn.qc 'noreturn' is now an attribute and parsed as [[noreturn]] 2012-12-22 18:09:56 +01:00
noreturn1.tmpl 'noreturn' is now an attribute and parsed as [[noreturn]] 2012-12-22 18:09:56 +01:00
noreturn2.tmpl 'noreturn' is now an attribute and parsed as [[noreturn]] 2012-12-22 18:09:56 +01:00
noreturn3.tmpl Added tests for 'noreturn' 2012-12-20 12:00:39 +01:00
noreturn4.tmpl Added tests for 'noreturn' 2012-12-20 12:00:39 +01:00
operators.qc
operators.tmpl
param8.qc
param8.tmpl
perl-logic.qc Tests for perl-logic _types_ 2012-12-18 16:57:38 +01:00
perl-logic.tmpl Tests for perl-logic _types_ 2012-12-18 16:57:38 +01:00
pmacros.qc
pmacros.tmpl
pointlife.qc added a testcase for -Olocal-temps 2013-01-07 19:09:15 +01:00
pointlife.tmpl added a testcase for -Olocal-temps 2013-01-07 19:09:15 +01:00
pp_va_args.qc tests for __VA_ARGS__ 2013-01-02 14:16:42 +01:00
pp_va_args.tmpl tests for __VA_ARGS__ 2013-01-02 14:16:42 +01:00
pperror.qc Implemented preprocessing error directive tests (should fail) 2012-12-21 04:48:01 +00:00
pperror.tmpl Implemented preprocessing error directive tests (should fail) 2012-12-21 04:48:01 +00:00
short-logic.qc
short-logic.tmpl
switch.qc
switch.tmpl
ternary-fte.tmpl
ternary.qc
ternary.tmpl
truth-flags-1-s.tmpl Adding truth-flags testsuite for strings 2012-12-22 17:36:06 +01:00
truth-flags-1.tmpl Adding truth-flags testsuite for strings 2012-12-22 17:36:06 +01:00
truth-flags-2-s.tmpl Adding truth-flags testsuite for strings 2012-12-22 17:36:06 +01:00
truth-flags-2.qc Adding truth-flags testsuite for strings 2012-12-22 17:36:06 +01:00
truth-flags-2.tmpl Adding truth-flags testsuite for strings 2012-12-22 17:36:06 +01:00
truth-flags-3-s.tmpl Adding truth-flags testsuite for strings 2012-12-22 17:36:06 +01:00
truth-flags-3.tmpl Adding truth-flags testsuite for strings 2012-12-22 17:36:06 +01:00
truth.qc Testcases for -ftrue-empty-strings and -ffalse-empty-strings 2012-12-20 20:43:58 +01:00
truth.tmpl Testcases for -ftrue-empty-strings and -ffalse-empty-strings 2012-12-20 20:43:58 +01:00
truth2.tmpl Testcases for -ftrue-empty-strings and -ffalse-empty-strings 2012-12-20 20:43:58 +01:00
truth3.tmpl Testcases for -ftrue-empty-strings and -ffalse-empty-strings 2012-12-20 20:43:58 +01:00
typedefs.qc
typedefs.tmpl
uninit.qc Tests for the previous vector-liferange change 2012-12-24 12:43:16 +01:00
uninit.tmpl Tests for the previous vector-liferange change 2012-12-24 12:43:16 +01:00
uninit2.tmpl Tests for the previous vector-liferange change 2012-12-24 12:43:16 +01:00
utf8-2.tmpl utf8 tests 2012-12-23 10:23:42 +01:00
utf8.qc utf8 tests 2012-12-23 10:23:42 +01:00
utf8.tmpl utf8 tests 2012-12-23 10:23:42 +01:00
varargs.qc vararg testcases 2013-01-12 16:37:26 +01:00
varargs.tmpl vararg testcases 2013-01-12 16:37:26 +01:00
variadic.qc
variadic.tmpl
vector-init.qc vector initialization tests 2012-12-20 14:12:22 +01:00
vector-init.tmpl vector initialization tests 2012-12-20 14:12:22 +01:00
vector-init2.tmpl vector initialization tests 2012-12-20 14:12:22 +01:00
vector-init3.tmpl vector initialization tests 2012-12-20 14:12:22 +01:00