← Back to index
|
Original Bugzilla link
Bug 9278 – ICE todt.c:692 when float containing struct is defined after use
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-01-07T12:17:00Z
Last change time
2013-01-13T16:32:46Z
Keywords
ice, pull
Assigned to
nobody
Creator
wyatt.epp
Attachments
ID
Filename
Summary
Content-Type
Size
1176
structest.d
Minimalish test case with comments.
text/x-dsrc
293
Comments
Comment #0
by wyatt.epp — 2013-01-07T12:17:42Z
Created attachment 1176 Minimalish test case with comments. Attached code sample builds in 2.060; ICE in 2.061 I didn't try types other than string, int, char, and float; other bugs may exist.
Comment #1
by k.hara.pg — 2013-01-09T01:10:41Z
This regression is caused by fixing bug 9046 (pull #1300).
https://github.com/D-Programming-Language/dmd/pull/1452
Comment #2
by github-bugzilla — 2013-01-13T16:21:10Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/7ca2ea99e56aa59b604dbd68555e2d967beb18c0
fix Issue 9278 - ICE todt.c:692 when float containing struct is defined after use
https://github.com/D-Programming-Language/dmd/commit/dabff86eb271c951e6bbf10923f575f30c3f2401
Merge pull request #1452 from 9rnsr/fix9278 Issue 9278 - ICE todt.c:692 when float containing struct is defined after use