[Bug middle-end/33597] Internal compiler error while compiling libswcale from ffmpeg

2007-09-30 Thread irar at il dot ibm dot com
--- Comment #6 from irar at il dot ibm dot com 2007-09-30 10:37 --- (In reply to comment #5) > Patch in testing: Thanks for fixing this! (I've just started to test the exact same patch :)) Ira -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33597

[Bug middle-end/33597] Internal compiler error while compiling libswcale from ffmpeg

2007-09-30 Thread ubizjak at gmail dot com
--- Comment #5 from ubizjak at gmail dot com 2007-09-30 10:28 --- Patch in testing: --cut here-- Index: tree-vect-analyze.c === --- tree-vect-analyze.c (revision 128890) +++ tree-vect-analyze.c (working copy) @@ -2696,6 +26

[Bug middle-end/33597] Internal compiler error while compiling libswcale from ffmpeg

2007-09-30 Thread ubizjak at gmail dot com
--- Comment #4 from ubizjak at gmail dot com 2007-09-30 10:03 --- segfaults with -ftree-vectorize in SLP. reduced testcase: --cut here-- typedef unsigned char uint8_t; typedef unsigned short uint16_t; void rgb15to24_C (const uint8_t * src, uint8_t * dst, long src_size) { const uint1

[Bug middle-end/33597] Internal compiler error while compiling libswcale from ffmpeg

2007-09-29 Thread ismail at pardus dot org dot tr
--- Comment #3 from ismail at pardus dot org dot tr 2007-09-29 23:03 --- Created an attachment (id=14270) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14270&action=view) Corresponding *.i file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33597

[Bug middle-end/33597] Internal compiler error while compiling libswcale from ffmpeg

2007-09-29 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-09-29 22:59 --- The .i file is important and not the .s file. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33597