ORCA-C/Tests
Stephen Heumann 736e7575cf Fix issues with type conversions in static initialization.
*Initialization of floating-point variables from unsigned long expressions with value > LONG_MAX would give the wrong value.
*Initialization of floating-point variables from (unsigned) long long expressions would give the wrong value.
*Initialization of _Bool variables should give 0 or 1, as per the usual rules for conversion to _Bool.
*Initialization of integer variables from floating-point expressions should be allowed, applying the usual conversions.
2022-12-04 16:36:16 -06:00
..
Conformance Fix issues with type conversions in static initialization. 2022-12-04 16:36:16 -06:00
Deviance Fix various C99+ conformance issues and bugs in test cases. 2022-10-17 20:17:24 -05: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