ORCA-C/Tests/Conformance
Stephen Heumann 3c2b492618 Add support for compound literals within functions.
The basic approach is to generate a single expression tree containing the code for the initialization plus the reference to the compound literal (or its address). The various subexpressions are joined together with pc_bno pcodes, similar to the code generated for the comma operator. The initializer expressions are placed in a balanced binary tree, so that it is not excessively deep.

Note: Common subexpression elimination has poor performance for very large trees. This is not specific to compound literals, but compound literals for relatively large arrays can run into this issue. It will eventually complete and generate a correct program, but it may be quite slow. To avoid this, turn off CSE.
2022-06-08 21:34:12 -05:00
..
C2.1.1.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.1.1.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.1.2.1.CC ORCA/C 2.1.0 source from the Opus ][ CD 2017-10-01 17:47:47 -06:00
C2.1.2.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.1.2.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.1.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.1.0.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.1.0.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.1.0.4.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.2.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.2.0.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.2.0.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.2.0.4.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.4.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.4.0.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.5.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.5.0.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.5.0.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.5.0.4.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.5.0.5.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.5.0.6.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.5.0.7.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.5.0.8.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.6.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.6.0.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.6.0.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.6.0.4.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.6.0.5.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.7.1.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.7.1.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.7.1.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.7.1.4.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.7.1.5.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.7.1.6.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.7.1.7.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.7.1.8.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.7.2.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.7.2.2.CC Fix several tests affected by our new handling of floating-point constants. 2021-09-03 18:54:01 -05:00
C2.7.2.3.CC Fix several tests affected by our new handling of floating-point constants. 2021-09-03 18:54:01 -05:00
C2.7.3.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.7.3.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.7.4.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.7.4.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.7.4.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.7.4.4.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.7.7.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C2.7.7.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.3.1.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.3.2.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.3.3.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.3.4.1.CC Update a test to account for correct behavior of #line directive. 2018-09-10 17:40:57 -05:00
C3.3.5.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.3.6.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.3.8.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.3.9.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.3.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.5.1.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.5.1.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.5.1.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.5.1.4.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.5.1.5.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.5.2.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.5.2.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.5.2.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.5.2.4.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.5.3.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.5.4.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C3.5.4.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.2.1.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.2.2.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.2.4.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.2.5.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.3.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.3.0.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.4.2.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.5.2.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.5.2.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.5.2.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.5.3.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.5.3.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.5.3.3.CC Fix several tests affected by our new handling of floating-point constants. 2021-09-03 18:54:01 -05:00
C4.5.3.4.CC Fix several tests affected by our new handling of floating-point constants. 2021-09-03 18:54:01 -05:00
C4.5.4.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.5.4.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.6.1.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.6.1.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.6.2.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.6.2.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.6.3.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.6.3.2.CC Fix test cases that used a non-brace-enclosed expression to initialize the first element of a union. 2017-10-21 20:36:20 -05:00
C4.6.4.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.6.4.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.6.4.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.6.5.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.6.6.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.6.6.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C4.6.7.1.CC Fix test cases that used a non-brace-enclosed expression to initialize the first element of a union. 2017-10-21 20:36:20 -05:00
C5.6.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C6.2.3.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C6.2.3.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C6.2.3.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C6.2.3.4.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C6.2.3.5.CC Consistently use upper-case filenames for existing test cases. 2021-07-09 19:43:57 -05:00
C7.4.1.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.4.4.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.4.5.1.CC Fix several tests affected by our new handling of floating-point constants. 2021-09-03 18:54:01 -05:00
C7.5.1.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.5.1.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.5.1.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.5.1.4.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.5.1.5.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.5.1.6.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.5.5.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.5.8.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.5.9.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.6.1.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.6.1.2.CC Fix several tests affected by our new handling of floating-point constants. 2021-09-03 18:54:01 -05:00
C7.6.1.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.6.2.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.6.3.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.6.4.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.6.6.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.6.7.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.6.8.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.7.1.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.7.2.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.8.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.9.2.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.9.2.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.9.2.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.9.2.4.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.9.2.5.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.9.2.6.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.9.2.7.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.9.2.8.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.9.2.9.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C7.10.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C8.7.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C8.7.0.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C8.7.0.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C8.7.0.4.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C8.7.0.5.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C8.7.0.6.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C8.8.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C9.2.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C9.3.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C9.5.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C9.5.0.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C9.7.0.1.CC Fix test cases that used a non-brace-enclosed expression to initialize the first element of a union. 2017-10-21 20:36:20 -05:00
C11.4.2.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
c11align.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
c11generic.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
c11noret.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
c11quickex.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
c11sassert.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
c11uchar.c Add tests for new functionality (other than math functions). 2022-01-01 20:50:12 -06:00
c11unicode.c Add tests for recently-implemented language features. 2021-12-05 13:55:09 -06:00
C13.1.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C14.1.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C14.2.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C14.3.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C14.4.0.1.CC Consistently use upper-case filenames for existing test cases. 2021-07-09 19:43:57 -05:00
C14.5.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C14.6.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C14.7.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C14.8.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C14.9.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C15.1.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C15.2.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C15.3.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C15.5.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C15.6.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C15.7.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C15.7.0.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C15.8.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C15.8.0.2.CC Update test to reflect that strtol now sets errno to EINVAL for invalid input. 2020-01-25 19:59:17 -06:00
C15.9.0.1.CC Fix several tests affected by our new handling of floating-point constants. 2021-09-03 18:54:01 -05:00
C16.1.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C16.4.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.5.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.5.0.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.6.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.6.0.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.7.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.7.0.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.1.CC Update tests to account for recent ORCALib changes. 2021-02-09 23:18:36 -06:00
C17.8.0.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.4.CC Update tests to account for recent ORCALib changes. 2021-02-09 23:18:36 -06:00
C17.8.0.5.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.6.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.7.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.8.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.9.CC Update tests to account for recent ORCALib changes. 2021-02-09 23:18:36 -06:00
C17.8.0.10.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.11.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.12.CC Update tests to account for recent ORCALib changes. 2021-02-09 23:18:36 -06:00
C17.8.0.13.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.14.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.15.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.16.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.17.CC Update tests to account for recent ORCALib changes. 2021-02-09 23:18:36 -06:00
C17.8.0.18.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.19.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.20.CC Update tests to account for recent ORCALib changes. 2021-02-09 23:18:36 -06:00
C17.8.0.21.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.22.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.23.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.8.0.24.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.9.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.10.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.11.0.1.CC Update tests to account for recent ORCALib changes. 2021-02-09 23:18:36 -06:00
C17.11.0.2.CC Update tests to account for recent ORCALib changes. 2021-02-09 23:18:36 -06:00
C17.11.0.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.11.0.4.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.11.0.5.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.11.0.6.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.11.0.7.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.11.0.8.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.11.0.9.CC Fix several tests affected by our new handling of floating-point constants. 2021-09-03 18:54:01 -05:00
C17.11.0.10.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.11.0.11.CC Fix several tests affected by our new handling of floating-point constants. 2021-09-03 18:54:01 -05:00
C17.13.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.14.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.15.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C17.16.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C18.1.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C18.3.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C19.1.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C19.2.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C19.3.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C19.4.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C19.5.0.1.CC Consistently use upper-case filenames for existing test cases. 2021-07-09 19:43:57 -05:00
C19.6.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C19.7.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C19.8.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C19.9.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C19.10.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C20.1.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C20.5.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C21.1.0.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C21.4.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C22.5.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C23.1.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C23.2.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C23.3.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C23.4.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C23.5.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C23.6.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C24.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C24.0.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C24.0.3.CC Consistently use upper-case filenames for existing test cases. 2021-07-09 19:43:57 -05:00
C25.0.1.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.2.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.3.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.4.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.5.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.6.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.7.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.8.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.9.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.10.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.11.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.12.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.13.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.14.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.15.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.16.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.17.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.18.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.19.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.20.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.21.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.22.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.23.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.24.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.25.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C25.0.26.CC Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
C26.0.1.CC Add new headers to test of including all headers. 2021-12-26 16:50:34 -06:00
c95digraph.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
c95iso646.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
c99arraytp.c Add tests for recently-implemented language features. 2021-12-05 13:55:09 -06:00
c99bool.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
c99complit.c Add support for compound literals within functions. 2022-06-08 21:34:12 -05:00
c99fam.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
c99fenv.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
c99fpclass.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
c99fpcmp.c Add tests for fp comparison macros and type-generic math macros. 2022-01-09 18:26:32 -06:00
c99func.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
c99hexflt.c Add tests for recently-implemented language features. 2021-12-05 13:55:09 -06:00
c99intdiv.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
c99llong.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
c99locale.c Add tests for new functionality (other than math functions). 2022-01-01 20:50:12 -06:00
c99macros.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
c99math.c Add new tests for <math.h> functions (including C99 additions). 2022-01-06 18:10:10 -06:00
c99misc.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
c99stdarg.c Fix bug in code for varargs functions with multiple fixed parameters. 2022-01-01 22:42:42 -06:00
c99stdint.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
c99stdio.c Add tests for recently-implemented language features. 2021-12-05 13:55:09 -06:00
c99strftim.c Add tests for new functionality (other than math functions). 2022-01-01 20:50:12 -06:00
c99tgmath.c Add tests for fp comparison macros and type-generic math macros. 2022-01-09 18:26:32 -06:00
c99ucn.c Add a set of new tests for C95/C99/C11 features that we now support. 2021-08-22 17:32:56 -05:00
DOIT Consistently use upper-case filenames for existing test cases. 2021-07-09 19:43:57 -05:00
DOIT2 Consistently use upper-case filenames for existing test cases. 2021-07-09 19:43:57 -05:00
DOIT3 Add tests for fp comparison macros and type-generic math macros. 2022-01-09 18:26:32 -06:00
TEST Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00
TEST2 Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00