[Issue 22826] [REG 2.098] #line accepts importC linemarker flags
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Feb 26 10:14:25 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=22826
Iain Buclaw <ibuclaw at gdcproject.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ibuclaw at gdcproject.org
Summary|[REG 2.098]#line accepts |[REG 2.098] #line accepts
| |importC linemarker flags
--- Comment #1 from Iain Buclaw <ibuclaw at gdcproject.org> ---
Since the added support of linemarkers in importC, this has spilled over into
lexing/parsing D code too.
---
#line 123 "file.d" 4
---
The above compiles, but violates the spec.
--
More information about the Digitalmars-d-bugs
mailing list