[LLVMbugs] [Bug 12492] New: clang++ crashed on undefined code with -Wall
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Apr 7 16:00:26 PDT 2012
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: unassignedclangbugs at nondot.org
ReportedBy: llvm-bugs at quasiparticle.net
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list