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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from David Simcha <[email protected]> 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: -------