Thread overview
[Issue 8586] New: [ICE] (module.c, line 829) with -noboundscheck and local import
Jan 10, 2013
Andrej Mitrovic
August 26, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8586

           Summary: [ICE] (module.c, line 829) with -noboundscheck and
                    local import
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Keywords: rejects-valid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: bearophile_hugs@eml.cc


--- Comment #0 from bearophile_hugs@eml.cc 2012-08-25 18:53:39 PDT ---
void main() {
    import std.stdio;
    writeln();
}


Compiled with:

dmd -release -inline -noboundscheck test.d

DMD 2.061alpha:

Assertion failure: 'semanticstarted == 2' on line 829 in file 'module.c'

-- 
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=8586


bearophile_hugs@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maartenvd1994@gmail.com


--- Comment #1 from bearophile_hugs@eml.cc 2012-08-26 17:41:56 PDT ---
*** Issue 8592 has been marked as a duplicate of this issue. ***

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


kekeniro2@yahoo.co.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jens.k.mueller@gmx.de


--- Comment #2 from kekeniro2@yahoo.co.jp 2012-10-17 11:07:57 PDT ---
*** Issue 8835 has been marked as a duplicate of this issue. ***

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


kekeniro2@yahoo.co.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich@gmail.com


--- Comment #3 from kekeniro2@yahoo.co.jp 2012-10-17 11:10:49 PDT ---
*** Issue 7284 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 10, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=8586


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

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


--- Comment #4 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-01-10 05:50:57 PST ---
Can't reproduce in 2.061 release.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 10, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=8586



--- Comment #5 from jens.k.mueller@gmx.de 2013-01-10 07:32:51 PST ---
Me neither. Tested on Linux.

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