← Back to index
|
Original Bugzilla link
Bug 12824 – REG(2.066) ICE(statement.c) Segfault with label and static if
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-05-30T23:14:00Z
Last change time
2014-05-31T00:43:34Z
Keywords
ice, pull
Assigned to
yebblies
Creator
yebblies
Comments
Comment #0
by yebblies — 2014-05-30T23:14:30Z
void main() { label: static if (0) { } } Introduced by
https://github.com/D-Programming-Language/dmd/pull/3603
Comment #1
by yebblies — 2014-05-30T23:18:00Z
https://github.com/D-Programming-Language/dmd/pull/3607
Comment #2
by github-bugzilla — 2014-05-31T00:43:34Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/4b94aa3377a837f5fe9dd91b6d238d149d6bbaf5
Fix Issue 12824 - REG(2.066) ICE(statement.c) Segfault with label and static if
https://github.com/D-Programming-Language/dmd/commit/1cbead9599cf71f74eeed05df4e9b6bccda0b380
Merge pull request #3607 from yebblies/issue12824 Issue 12824 - REG(2.066) ICE(statement.c) Segfault with label and static if