[LLVMbugs] [Bug 7566] New: clang++ crashes when includes are not found
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jul 5 02:48:14 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7566
Summary: clang++ crashes when includes are not found
Product: clang
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: niebuhr at niebuhrt.de
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=5164)
--> (http://llvm.org/bugs/attachment.cgi?id=5164)
error log generated with the -v flag
I just misspelled one of my include paths while compiling. Usually the compiler
just complains that the file was not found, but this time it crashes because an
assertion failed.
compiling with "clang++ -v -o main *.cpp" gives me the attached error log.
--
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