www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 12235] New: ICE on printing mangled name of forward reference lambda by pragma(msg)

reply d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12235

           Summary: ICE on printing mangled name of forward reference
                    lambda by pragma(msg)
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: k.hara.pg gmail.com



void main()
{
    (){
        int x;
        enum s = __traits(parent, x).mangleof;  // Error, but no ICE
        //pragma(msg, __traits(parent, x).mangleof);  // ICE
    }();
}

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 23 2014
parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12235


Kenji Hara <k.hara.pg gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull



https://github.com/D-Programming-Language/dmd/pull/3370

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 09 2014