[LLVMbugs] [Bug 3787] New: llvm-gcc crash
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Mar 11 12:50:15 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=3787
Summary: llvm-gcc crash
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: castet.matthieu at free.fr
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2702)
--> (http://llvm.org/bugs/attachment.cgi?id=2702)
preproccesed file that crash llvm
Hi,
with llvm-gcc from svn, I got on x86
llvm-gcc -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall
-Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls
-Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -O3 -fno-math-errno
-c -o utils.o utils.c
/data/build/userspace/ffmpeg/libavformat/utils.c: In function 'parse_date':
/data/build/userspace/ffmpeg/libavformat/utils.c:3015: warning: cast discards
qualifiers from pointer target type
/data/build/userspace/ffmpeg/libavformat/utils.c: At top level:
/data/build/userspace/ffmpeg/libavformat/utils.c:3311: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
--
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