www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 7284] New: ICE: Assertion failure: 'semanticstarted == 2' on line 844 in file 'module.c

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

           Summary: ICE: Assertion failure: 'semanticstarted == 2' on line
                    844 in file 'module.c
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: critical
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: andrej.mitrovich gmail.com



17:41:48 PST ---
module test;
class Module
{
    static void compileObjs()
    {   
        import std.parallelism;
    }
}
void main() { }

dmd -release -inline -noboundscheck test.d

This only happens if *all* of these switches are present.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 12 2012
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7284


SomeDude <lovelydear mailmetrash.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lovelydear mailmetrash.com



PDT ---
See also http://d.puremagic.com/issues/show_bug.cgi?id=7305

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Apr 19 2012
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7284


kekeniro2 yahoo.co.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |kekeniro2 yahoo.co.jp
         Resolution|                            |DUPLICATE



These are independent of Issue 7305.

*** This issue has been marked as a duplicate of issue 8586 ***

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