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

             Bug #: 11505
           Summary: Clang++ aborts when there are two fields with the same
                    name, one in anonymous union, in specific
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified


Created attachment 7685
  --> http://llvm.org/bugs/attachment.cgi?id=7685
preprocessed source which caused crash

The code attached causes clang++ to crash. To replicate crash, exact this
structure must be made; e.g. if there is not char str[] in anonymous union,
there is no crash.

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