ORCA-C/Tests
Stephen Heumann 8278f7865a Support unconvertible preprocessing numbers.
These are tokens that follow the syntax for a preprocessing number, but not for an integer or floating constant after preprocessing. They are now allowed within the preprocessing phases of the compiler. They are not legal after preprocessing, but they may be used as operands of the # and ## preprocessor operators to produce legal tokens.
2024-04-23 21:39:14 -05:00
..
Conformance Support unconvertible preprocessing numbers. 2024-04-23 21:39:14 -05:00
Deviance Change division-by-zero tests to cases requiring a constant expression. 2024-02-27 13:06:45 -06:00
Spec.Conform Fix various C99+ conformance issues and bugs in test cases. 2022-10-17 20:17:24 -05:00
Spec.Deviance Fix various C99+ conformance issues and bugs in test cases. 2022-10-17 20:17:24 -05:00