Bug 12235 – ICE on printing mangled name of forward reference lambda by pragma(msg)

Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-02-23T15:54:00Z
Last change time
2014-05-14T11:45:20Z
Keywords
ice, pull
Assigned to
nobody
Creator
k.hara.pg

Comments

Comment #0 by k.hara.pg — 2014-02-23T15:54:49Z
void main() { (){ int x; enum s = __traits(parent, x).mangleof; // Error, but no ICE //pragma(msg, __traits(parent, x).mangleof); // ICE }(); }
Comment #1 by k.hara.pg — 2014-03-09T21:22:08Z
Comment #2 by github-bugzilla — 2014-05-14T11:45:16Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/41e061f150b1a98050e1d1a0a7ad2592bcc63d02 fix Issue 12235 - ICE on printing mangled name of forward reference lambda by pragma(msg) https://github.com/D-Programming-Language/dmd/commit/f32b823abcc5ec6fb687956bf739c488ac2b0bf5 Merge pull request #3370 from 9rnsr/fix_lambda Issue 12235 & 12236 & 12237 - fix issues around lambda