[Issue 1058] New: DMD hangs with 100% CPU
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Mar 12 17:26:20 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1058
Summary: DMD hangs with 100% CPU
Product: D
Version: 1.009
Platform: PC
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: vlasov at scatt.com
DMD 1.009 and 1.007 hangs compiling that:
---- module test.d
module test;
class A
{
B _b;
B b() { return _b; }
protected this() {}
}
struct B
{
}
---- output
>dmd -c test.d -v
parse test
semantic test
import object (c:\dmd\bin\..\src\phobos\object.d)
--
More information about the Digitalmars-d-bugs
mailing list