www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 6807] New: Internal error: ../ztc/cg87.c 879 during optimization

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6807

           Summary: Internal error: ../ztc/cg87.c 879 during optimization
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: jcrapuchettes gmail.com



13:51:09 PDT ---
Created an attachment (id=1039)
Test case file

The attached code will cause DMD 2.054 and 2.055 to have an internal error when
compiled with `dmd test2.d -O`. The internal error happens after the semantic
passes and after, when compiled with -v, dmd reports "function createBase".

Thanks to DustMite for reducing the code from 4k lines.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 12 2011
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6807


Jonathan Crapuchettes <jcrapuchettes gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



13:59:28 PST ---
Appears there was a fix in 2.057.
Thank you!

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