[LLVMbugs] [Bug 12797] New: Crash when compiling C program with -Wall and -Werror
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri May 11 07:51:38 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=12797
Bug #: 12797
Summary: Crash when compiling C program with -Wall and -Werror
Product: clang
Version: 3.0
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: 0inkane at googlemail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
When I tried to compile the following (faulty) C program
(http://dl.dropbox.com/u/29286140/fail.c) with clang -Wall -Werror, clang
terminated with exit status 254 and gave the following output:
http://pastebin.com/TCsD6EHd
The diagnostic message can be found here:
http://pastebin.com/g3fbdiYA
Compiling without -Wall and -Werror worked.
--
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