Bug 11968 – ICE(expression.c) Crash when deleting __FILE__

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-01-22T06:37:00Z
Last change time
2014-01-22T18:19:27Z
Keywords
ice, pull
Assigned to
nobody
Creator
yebblies

Comments

Comment #0 by yebblies — 2014-01-22T06:37:18Z
void main() { delete __FILE__ ; }
Comment #1 by k.hara.pg — 2014-01-22T07:28:16Z
Comment #2 by github-bugzilla — 2014-01-22T07:59:17Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/3fce69cf6dd630cb5acdac3562c7d7be33c39a58 fix Issue 11968 - ICE(expression.c) Crash when deleting __FILE__ https://github.com/D-Programming-Language/dmd/commit/918f3de1c99697be7057c401a245bc57a788483f Merge pull request #3139 from 9rnsr/fix11968 Issue 11968 - ICE(expression.c) Crash when deleting __FILE__
Comment #3 by github-bugzilla — 2014-01-22T18:19:27Z
Commit pushed to release at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a459c104096670a2e8052abfb279deab76d3c586 Merge pull request #3139 from 9rnsr/fix11968 Issue 11968 - ICE(expression.c) Crash when deleting __FILE__