← Back to index
|
Original Bugzilla link
Bug 13792 – Segfault with a pointer of opaque enum type
Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-11-29T04:34:00Z
Last change time
2015-08-29T11:29:11Z
Keywords
ice, pull
Assigned to
nobody
Creator
k.hara.pg
Comments
Comment #0
by k.hara.pg — 2014-11-29T04:34:18Z
Snippet: enum E; void main() { E* p; // ICE in glue layer } Command line: dmd -c test.d The segfault happens in src/toctype.c void ToCtypeVisitor::visit(TypeEnum *t)
Comment #1
by k.hara.pg — 2015-07-29T10:52:50Z
https://github.com/D-Programming-Language/dmd/pull/4847
Comment #2
by github-bugzilla — 2015-08-29T11:29:10Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/758a273ddae7a412e01e2414b1fc14219c4e5a2f
fix Issue 13792 - Segfault with a pointer of opaque enum type
https://github.com/D-Programming-Language/dmd/commit/e51b3979f9d5068cc1cf249c97b4aa2e97dd8eea
Merge pull request #4847 from 9rnsr/fix13792 Issue 13792 - Segfault with a pointer of opaque enum type