August 27, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8592

           Summary: dmd crashing on in-function import with all
                    optimizations turned on
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: maartenvd1994@gmail.com


--- Comment #0 from maarten <maartenvd1994@gmail.com> 2012-08-26 17:28:52 PDT ---
dmd -O -inline -release -noboundscheck

crashes with

dmd: module.c:829: void Module::semantic3(): Assertion `semanticstarted == 2'
failed.
Afgebroken

on the following:

void main(){
     import std.stdio;
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
August 27, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8592


bearophile_hugs@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bearophile_hugs@eml.cc
         Resolution|                            |DUPLICATE


--- Comment #1 from bearophile_hugs@eml.cc 2012-08-26 17:41:56 PDT ---
*** 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: -------