-
Andre Maroneze authored
When tests are run in parallel, using the same name for two test outputs might truncate it before it is written, leading to a non-deterministic oracle.
Andre Maroneze authoredWhen tests are run in parallel, using the same name for two test outputs might truncate it before it is written, leading to a non-deterministic oracle.
empty_union.i 384 B
/* run.config*
STDOPT: +"-machdep gcc_x86_32 -print -ocode @PTEST_NAME@_@PTEST_NUMBER@_reparse.c -then @PTEST_NAME@_@PTEST_NUMBER@_reparse.c -ocode=''"
STDOPT: +"-machdep msvc_x86_64 -print -ocode @PTEST_NAME@_@PTEST_NUMBER@_reparse.c -then @PTEST_NAME@_@PTEST_NUMBER@_reparse.c -ocode=''"
EXIT: 1
STDOPT:
*/
// based on GCC's 'torture' test suite
union empty {} eu = {};