← Back to index
|
Original Bugzilla link
Bug 8604 – dmd segfaults
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-08-31T15:40:00Z
Last change time
2012-10-27T23:32:46Z
Assigned to
andrej.mitrovich
Creator
ellery-newcomer
Comments
Comment #0
by ellery-newcomer — 2012-08-31T15:40:43Z
not sure what's triggering it. dmd 2.060 code: struct a{ static if(i) { }else enum z = ""; }
Comment #1
by github-bugzilla — 2012-10-27T23:29:20Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/a7b93d1c0ef70436a77a1fe971d9be52d979154d
Fixes Issue 8604 - Segfault when scope is null and its properties are accessed.
https://github.com/D-Programming-Language/dmd/commit/39aab0706c9ee8ca135e77dcebb6b90ff496c4d1
Merge pull request #1219 from AndrejMitrovic/Fix8604 Fix Issue 8604 - Segfault when scope is null