← Back to index
|
Original Bugzilla link
Bug 6719 – "Error: out of memory" in parsing
Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2011-09-23T10:09:00Z
Last change time
2015-06-17T21:03:36Z
Keywords
ice-on-valid-code, patch
Assigned to
nobody
Creator
k.hara.pg
Comments
Comment #0
by k.hara.pg — 2011-09-23T10:09:09Z
Following code causes "Error: out of memory" in parsing. pragma(msg, __traits(compiles, mixin("(const(A))[0..0]")));
Comment #1
by k.hara.pg — 2011-09-23T10:21:31Z
https://github.com/D-Programming-Language/dmd/pull/408
Comment #2
by k.hara.pg — 2011-09-24T04:02:55Z
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.
Comment #3
by bugzilla — 2011-09-24T18:55:57Z
https://github.com/D-Programming-Language/dmd/commit/8e42f064a3f9aba19fb437dc836b2b9507a49b52
Comment #4
by github-bugzilla — 2015-03-29T07:39:08Z
Commit pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/7659fac0883fff9e9e8bfcdc8b8233457047656c
Move issue 6719 test case to compilable/testparse.d
Comment #5
by github-bugzilla — 2015-06-17T21:03:36Z
Commit pushed to stable at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/7659fac0883fff9e9e8bfcdc8b8233457047656c
Move issue 6719 test case to compilable/testparse.d