[Issue 7478] New: dmd crashes while compiling
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Feb 9 18:55:06 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7478
Summary: dmd crashes while compiling
Product: D
Version: D2
Platform: All
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: phyphor0 at gmail.com
--- Comment #0 from phyphor0 at gmail.com 2012-02-09 18:55:03 PST ---
One source file:
import std.stdio;
void main() {}
Compile with the following command line:
dmd -noboundscheck -inline -release -deps=temp.dep main.d
All arguments are needed, as is the import. main() is not.
Version 2.057
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list