--- Comment #5 from rguenth at gcc dot gnu dot org 2009-09-05 14:47 ---
char paths[1024];
static void x264_slicetype_path(char (*best_paths)[250], int n, int length)
{
__builtin_memcpy (best_paths[n], paths, length);
}
void x264_slicetype_analyse(int n, int length)
{
char best_pa
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-09-05 14:31 ---
Reducing.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Severity|critic
--
ami_stuff at o2 dot pl changed:
What|Removed |Added
Severity|major |critical
Summary|[4.5 regression] ICE with |[4.5 regression] lib
--- Comment #3 from ami_stuff at o2 dot pl 2009-09-05 14:07 ---
$ make_68k_v45
/usr/local/amiga/bin/m68k-amigaos-gcc-4.5.0.exe -V 4.5.0 --save-temp -O2
-finlin
e-functions -ffast-math -Wall -I. -DHAVE_MALLOC_H -DWORDS_BIGENDIAN -s
-fomit-f
rame-pointer -m68060 -c -o encoder/analyse.o
--- Comment #2 from ami_stuff at o2 dot pl 2009-09-05 14:03 ---
Created an attachment (id=18509)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18509&action=view)
preprecessed file from GCC 4.5.0
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41277
--- Comment #1 from ami_stuff at o2 dot pl 2009-09-05 14:03 ---
Created an attachment (id=18508)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18508&action=view)
preprocessed file from GCC 4.4.2
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41277