digitalmars.D.bugs - [Issue 8299] New: segfault on incorrect (?) module declaration
- d-bugmail puremagic.com (27/27) Jun 25 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8299
- d-bugmail puremagic.com (13/13) Dec 26 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8299
http://d.puremagic.com/issues/show_bug.cgi?id=8299 Summary: segfault on incorrect (?) module declaration Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: tobias pankrath.net --- Comment #0 from Tobias Pankrath <tobias pankrath.net> 2012-06-25 23:42:07 PDT --- testA.d --- import testB; void main {} --- testB.d --- module testB.testB; --- Let testA.d and testB.d reside in the same directory, than dmd testA.d testB.d segfaults with DMD 2.59. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 25 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8299 Andrej Mitrovic <andrej.mitrovich gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrej.mitrovich gmail.com Resolution| |FIXED --- Comment #1 from Andrej Mitrovic <andrej.mitrovich gmail.com> 2012-12-26 15:41:59 PST --- In 2.061: testA.d(1): Error: can only import from a module, not from package testB -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 26 2012