www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 7309] New: [2.058] Regression caused by new inlining code

reply d-bugmail puremagic.com writes:
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



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: -------
Jan 17 2012
parent d-bugmail puremagic.com writes:
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



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: -------
Jan 18 2012