[Issue 2773] New: problem compiling a big program with -O -inline -release

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 31 08:57:53 PDT 2009


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

           Summary: problem compiling a big program with -O -inline -release
           Product: D
           Version: 1.041
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Keywords: rejects-valid
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: aliloko at gmail.com


When compiling with dmd -O -inline -release, dmd hangs up and I get the
following error message. 
I did'nt succeeded in isolating the problem. The bug appear only with all three
arguments (-O -inline -release).


Internal Error : ..\ztc\go.c 243

The corresponding line in the back-end source code is :

243 :    assert(++iter < 200);  /* infinite loop check           */


-- 



More information about the Digitalmars-d-bugs mailing list