ORCA-C/Tests
Stephen Heumann ed3035cb99 Fix bug in code for varargs functions with multiple fixed parameters.
This was broken by the varargs changes in commit a20d69a211. The code was not accounting for the internal representation of the parameters being in reverse order, so it was basing address calculations on the first fixed parameter rather than the last one, resulting in the wrong number of bytes being removed from the stack (generally causing a crash).

This affected the c99stdio.c test case, and is now also covered in c99stdarg.c.
2022-01-01 22:42:42 -06:00
..
Conformance Fix bug in code for varargs functions with multiple fixed parameters. 2022-01-01 22:42:42 -06:00
Deviance Remove a test that expected floating-point division by 0.0 to fail. 2019-03-31 18:46:29 -05:00
Spec.Conform Consistently use upper-case filenames for existing test cases. 2021-07-09 19:43:57 -05:00
Spec.Deviance Change all text/source files to LF line endings. 2017-10-21 18:40:19 -05:00