[Issue 11750] New: ICE with debug info and empty #line Filespec
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Dec 15 14:16:25 PST 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11750
Summary: ICE with debug info and empty #line Filespec
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ice
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: code at dawg.eu
--- Comment #0 from Martin Nowak <code at dawg.eu> 2013-12-15 14:16:23 PST ---
cat > bug.d << CODE
void foo()
{
#line 1 ""
}
CODE
dmd -g bug
----
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list