------ My version of GCC: ---- GNU C version 4.0.0 20050120 (experimental) (i686-pc-linux-gnu) compiled by GNU C version 4.0.0 20050120 (experimental). GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
------ GCC output ------ gcc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-xp -mtune=athlon-xp -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o snow.o snow.c snow.c: In function 'add_yblock': snow.c:2186: warning: left shift count is negative snow.c: In function 'predict_plane': snow.c:2250: warning: passing argument 5 of 'add_yblock' discards qualifiers fro m pointer target type snow.c: In function 'common_init': snow.c:2529: warning: assignment from incompatible pointer type snow.c:2529: warning: assignment from incompatible pointer type snow.c:2530: warning: assignment from incompatible pointer type snow.c:2530: warning: assignment from incompatible pointer type snow.c:2531: warning: assignment from incompatible pointer type snow.c:2531: warning: assignment from incompatible pointer type snow.c:2532: warning: assignment from incompatible pointer type snow.c:2532: warning: assignment from incompatible pointer type snow.c: In function 'encode_subband_c0run': snow.c:1295: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. make[2]: *** [snow.o] Error 1 make[2]: Leaving directory `/home/guillaume/main/libavcodec' make[1]: *** [libavcodec/libavcodec.a] Erreur 2 --------------------------------- Do you need anoything else? -- Summary: internal compiler error: Segmentation fault when compiling snow.c from the ffmpeg project Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: poirierg at gmail dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19592