https://issues.dlang.org/show_bug.cgi?id=23693
Iain Buclaw <ibuc...@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ibuc...@gdcproject.org --- Comment #1 from Iain Buclaw <ibuc...@gdcproject.org> --- The discrepancy here between GCC and ImportC is that ImportC recognizes and parses `#line` directives. In GCC `#line` is a CPP-only directive, instead replaces them all with gcc-specific linemarkers. The linemarker tests in the testsuite are not representative of real line markers emitted from gcc, hence why they fail. --