← Back to index
|
Original Bugzilla link
Bug 13437 – [e2ir] ICE in e2ir.c 4616
Status
RESOLVED
Resolution
FIXED
Severity
critical
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-09-07T23:15:00Z
Last change time
2015-02-18T03:36:50Z
Keywords
ice, pull
Assigned to
nobody
Creator
mrsmith33
Comments
Comment #0
by mrsmith33 — 2014-09-07T23:15:52Z
Test case ---- bigEndianToNative!(uint, 4)(cast(ubyte[4])nativeToBigEndian!int(1)[]); // Internal error: e2ir.c 4392 ----
Comment #1
by mrsmith33 — 2014-09-07T23:19:57Z
In 2.065 it fails in e2ir.c 4616
http://dpaste.dzfl.pl/b173cf45c875
Comment #2
by k.hara.pg — 2014-09-14T12:27:12Z
https://github.com/D-Programming-Language/dmd/pull/3984
Comment #3
by github-bugzilla — 2014-09-14T22:10:09Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/1b369228205aa52f3e2c3d270db62550ed9317d6
fix Issue 13437 - [e2ir] ICE in e2ir.c 4616
https://github.com/D-Programming-Language/dmd/commit/350c46ff25b61fce4ded88562c9e37c34df9002e
Merge pull request #3984 from 9rnsr/fix13437 Issue 13437 - [e2ir] ICE in e2ir.c 4616
Comment #4
by github-bugzilla — 2015-02-18T03:36:50Z
Commits pushed to 2.067 at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/1b369228205aa52f3e2c3d270db62550ed9317d6
fix Issue 13437 - [e2ir] ICE in e2ir.c 4616
https://github.com/D-Programming-Language/dmd/commit/350c46ff25b61fce4ded88562c9e37c34df9002e
Merge pull request #3984 from 9rnsr/fix13437