[Issue 10339] New: DMD segfaults on __MODULE__ token
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Jun 11 15:16:59 PDT 2013
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=10339
           Summary: DMD segfaults on __MODULE__ token
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: mk at krej.cz
--- Comment #0 from Martin Krejcirik <mk at krej.cz> 2013-06-12 00:16:58 CEST ---
filename: modbug.d
//module modbug;
void main()
{
        auto name = __MODULE__;
}
Notice: module keyword must not be used
DMD32 D Compiler v2.064-devel-19a54f8
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list