January 18, 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@puremagic.com
        ReportedBy: dsimcha@yahoo.com


--- Comment #0 from David Simcha <dsimcha@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: -------
January 18, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7309


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|                            |FIXED


--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2012-01-18 02:19:40 PST ---
https://github.com/D-Programming-Language/dmd/commit/21c62d6b8501fd135d64de70b7e42431ca898d12

https://github.com/D-Programming-Language/dmd/commit/41f80b65500e2c979ddc180ca7645be985e77bb2

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------