[Issue 7786] New: dmd crashes with invalid module name
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Mar 27 08:29:47 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7786
Summary: dmd crashes with invalid module name
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: zan77137 at nifty.com
--- Comment #0 from SHOO <zan77137 at nifty.com> 2012-03-27 08:30:12 PDT ---
This codes crashes dmd!
------- src/a.d -------
module src.a;
------- [EOF] -------
------- src/b.d -------
module src; // Lack of the module name. (only the package name)
------- [EOF] -------
$ dmd src/b.d src/a.d
(File order of command line is necessary for reproduction.)
--
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