Bug 13385 – ICE with new package(names) protection

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-08-27T15:24:00Z
Last change time
2014-08-28T13:41:24Z
Keywords
ice, pull
Assigned to
nobody
Creator
k.hara.pg

Comments

Comment #0 by k.hara.pg — 2014-08-27T15:24:05Z
Following code segfaults git-head dmd. test.d --- //module test; package(a) void foo() {} --- Enabling ModuleDeclaration does not fix the issue.
Comment #1 by k.hara.pg — 2014-08-28T12:13:32Z
Comment #2 by github-bugzilla — 2014-08-28T13:41:24Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/fe707eb1bef43c0aeacd08baeaaac71a7ce2fbd0 fix Issue 13385 - ICE with new package(names) protection https://github.com/D-Programming-Language/dmd/commit/725c097a0e4b47cff2b559997d7589e7c788fba7 Merge pull request #3909 from 9rnsr/fix13385 Issue 13385 - ICE with new package(names) protection