Thread overview
[Issue 6719] New: "Error: out of memory" in parsing
Sep 23, 2011
Kenji Hara
Sep 23, 2011
Kenji Hara
Sep 24, 2011
Kenji Hara
Sep 25, 2011
Walter Bright
September 23, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6719

           Summary: "Error: out of memory" in parsing
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: k.hara.pg@gmail.com


--- Comment #0 from Kenji Hara <k.hara.pg@gmail.com> 2011-09-23 10:09:09 PDT ---
Following code causes "Error: out of memory" in parsing.

pragma(msg, __traits(compiles, mixin("(const(A))[0..0]")));

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 23, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6719


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2011-09-23 10:21:31 PDT ---
https://github.com/D-Programming-Language/dmd/pull/408

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 24, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6719


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P1
           Severity|normal                      |major


--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> 2011-09-24 04:02:55 PDT ---
The probability of hitting this problem is not big, but the impact is serious.

This issue constantly breaks my the code that I use.

I hope that this bug will be fixed urgently.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 25, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6719


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|                            |FIXED


--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> 2011-09-24 18:55:57 PDT ---
https://github.com/D-Programming-Language/dmd/commit/8e42f064a3f9aba19fb437dc836b2b9507a49b52

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