ORCA-C/Tests/Conformance/DOIT3
Stephen Heumann 6ead1d4caf Add a set of new tests for C95/C99/C11 features that we now support.
These are currently only run by the new DOIT3 test-running script.

Note that these tests are designed to be applicable to most implementations of C95/C99/C11, not just ORCA/C. They do make certain assumptions not guaranteed by the standards (e.g. power of 2 types and some properties of IEEE-like FP), but in general those assumptions should be true for most 'normal' systems.
2021-08-22 17:32:56 -05:00

20 lines
291 B
Plaintext

{1} c95digraph.c
{1} c95iso646.c
{1} c99fam.c
{1} c99intdiv.c
{1} c99func.c
{1} c99macros.c
{1} c99ucn.c
{1} c99misc.c
{1} c99bool.c
{1} c99fpclass.c
{1} c99fenv.c
{1} c99stdint.c
{1} c99stdio.c
{1} c99llong.c
{1} c11generic.c
{1} c11align.c
{1} c11noret.c
{1} c11quickex.c
{1} c11sassert.c