mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00

When compiling failcstuff4.c, the compiler generates a temporary failcstuff4.i for the preprocessed file, and removes that file after reading it. Too bad there's a failcstuff4.i under version control - rename it. I've seen according sporadic failures for the DMD testsuite, when the *.c is tested earlier, and the failcstuff4.i test later fails because the source file was removed from disk.
9 lines
223 B
OpenEdge ABL
9 lines
223 B
OpenEdge ABL
/* TEST_OUTPUT:
|
|
---
|
|
fail_compilation/failcstuff4b.i(605): Error: invalid flag for line marker directive
|
|
---
|
|
*/
|
|
|
|
/****************************************************/
|
|
#line 605
|
|
#650 "fail_compilation/failcstuff4.c" invalid
|