[Issue 13385] New: ICE with new package(names) protection
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed Aug 27 08:24:05 PDT 2014
    
    
  
https://issues.dlang.org/show_bug.cgi?id=13385
          Issue ID: 13385
           Summary: ICE with new package(names) protection
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Keywords: ice
          Severity: normal
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: k.hara.pg at gmail.com
Following code segfaults git-head dmd.
test.d
---
//module test;
package(a) void foo() {}
---
Enabling ModuleDeclaration does not fix the issue.
--
    
    
More information about the Digitalmars-d-bugs
mailing list