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

             Bug #: 12492
           Summary: clang++ crashed on undefined code with -Wall
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Created attachment 8345
  --> http://llvm.org/bugs/attachment.cgi?id=8345
undefined code, crashes with -Wall

The code in the attachment is undefined. Compiling it with clang plainly, ie
'clang++ -std=c++11 -c baz.cpp', works fine. Compiling with -Wall crashes the
frontend.

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