← Back to index
|
Original Bugzilla link
Bug 14446 – ICE on invalid import
Status
RESOLVED
Resolution
FIXED
Severity
minor
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-04-14T01:35:00Z
Last change time
2015-06-17T21:04:49Z
Keywords
ice, pull
Assigned to
nobody
Creator
ketmar
Comments
Comment #0
by ketmar — 2015-04-14T01:35:21Z
dmd ices with the following command line: dmd -c -o- tinycdb.d tinycdbmk.d === tinycdb.d === module iv; struct CDB {} === tinycdbmk.d === struct CDBMaker { import tinycdb; }
Comment #1
by k.hara.pg — 2015-04-14T14:52:57Z
https://github.com/D-Programming-Language/dmd/pull/4590
Comment #2
by github-bugzilla — 2015-04-15T09:52:12Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/5766e5704c622db4a368c17d206e7da093ca26a3
fix Issue 14446 - ICE on invalid import
https://github.com/D-Programming-Language/dmd/commit/7400aa43503532a8cbb253297e6ef2d5ae9e9495
Merge pull request #4590 from 9rnsr/fix14446 Issue 14446 - ICE on invalid import
Comment #3
by dlang-bugzilla — 2015-06-09T00:35:26Z
*** Issue 14667 has been marked as a duplicate of this issue. ***
Comment #4
by github-bugzilla — 2015-06-17T21:04:49Z
Commits pushed to stable at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/5766e5704c622db4a368c17d206e7da093ca26a3
fix Issue 14446 - ICE on invalid import
https://github.com/D-Programming-Language/dmd/commit/7400aa43503532a8cbb253297e6ef2d5ae9e9495
Merge pull request #4590 from 9rnsr/fix14446