[Issue 7309] New: [2.058] Regression caused by new inlining code

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 17 21:34:20 PST 2012


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

           Summary: [2.058] Regression caused by new inlining code
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Keywords: ice-on-valid-code
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: dsimcha at yahoo.com


--- Comment #0 from David Simcha <dsimcha at yahoo.com> 2012-01-17 21:34:19 PST ---
Created an attachment (id=1069)
The test case, which is somewhat long and has 2 files.

When compiling the attached test case using dmd -O -inline -release *.d I
receive the following error message:

Statement::doInline()
for (;;)
{
ulong n = rows;
 , (double alpha = alpha;
) , (double* x = data;
) , (ulong incx = 1LU;
);
}

-- 
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