[Issue 2766] New: DMD hangs with 0%cpu

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Mar 27 02:54:16 PDT 2009


http://d.puremagic.com/issues/show_bug.cgi?id=2766

           Summary: DMD hangs with 0%cpu
           Product: D
           Version: 2.026
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: critical
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: benoit at tionex.de


compile with "dmd -c t.d"
const byte[] A = [ cast(byte)0 ];
void f( byte* p){
}
void func(){
    f(A.ptr);
}


-- 



More information about the Digitalmars-d-bugs mailing list