-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Description
Bugzilla Link | 3787 |
Resolution | FIXED |
Resolved on | Mar 25, 2009 18:58 |
Version | trunk |
OS | Linux |
Attachments | preproccesed file that crash llvm |
Reporter | LLVM Bugzilla Contributor |
Extended Description
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.