[LLVMbugs] [Bug 11676] New: crash with empty union with -std=c++0x

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Dec 29 18:28:10 PST 2011


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

             Bug #: 11676
           Summary: crash with empty union with -std=c++0x
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: LLVM Codegen
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


clang -cc1 -S -std=c++0x crashes on

union _XEvent {
};
void ProcessEvent() {
  _XEvent pluginEvent = _XEvent();
}

-- 
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.



More information about the llvm-bugs mailing list