D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 7309 - [2.058] Regression caused by new inlining code
Summary: [2.058] Regression caused by new inlining code
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: Other Windows
: P2 regression
Assignee: No Owner
URL:
Keywords: ice-on-valid-code
Depends on:
Blocks:
 
Reported: 2012-01-17 21:34 UTC by David Simcha
Modified: 2012-01-18 02:19 UTC (History)
1 user (show)

See Also:


Attachments
The test case, which is somewhat long and has 2 files. (1.77 KB, application/x-zip-compressed)
2012-01-17 21:34 UTC, David Simcha
Details

Note You need to log in before you can comment on or make changes to this issue.
Description David Simcha 2012-01-17 21:34:19 UTC
Created attachment 1069 [details]
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;
);
}