http://llvm.org/bugs/show_bug.cgi?id=14777

             Bug #: 14777
           Summary: ICE in case of nullptr in C++11 mode.
           Product: dragonegg
           Version: 3.2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Created attachment 9791
  --> http://llvm.org/bugs/attachment.cgi?id=9791
NULLPTR_TYPE handling for dragonegg release_3.2, also applicable to the trunk.

'nullptr' is a dedicated constant in C++11, GCC has a treenode type
NULLPTR_TYPE for support it.

But handling of the NULLPTR_TYPE missing in DragonEgg, just an unreachable-ICE
raised.

Patch against 3.2 attached, seems working fine.
May applied to the thunk also.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to