http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39825
Richard Guenther changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39825
Sean McGovern changed:
What|Removed |Added
CC||gseanmcg at gmail dot com
--- Comment #7
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-04-21 14:52 ---
Indeed. Fails with --param ggc-min-expand=100 --param ggc-min-heapsize=131072,
works with --param ggc-min-expand=100 --param ggc-min-heapsize=0.
Didn't we have a ppc GC problem somewhere? With always-collect we ge
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-04-21 13:55 ---
Reducing very slowly ... which makes it sound like a GC issue.
But, confirmed with the original testcase and a cross-compiler. Fails on
the 4.3 branch with -O3 -fno-math-errno -maltivec -mabi=altivec -g, works
for
--- Comment #4 from sergio dot roa at dfki dot de 2009-04-21 13:23 ---
I compiled again disabling Altivec optimizations and it worked :)
$./configure --disable-altivec
[...]
$make
[...]
$ ./ffmpeg
FFmpeg version SVN-r18634, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuratio
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-04-21 12:57 ---
Reducing.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39825
--- Comment #2 from sergio dot roa at dfki dot de 2009-04-21 12:47 ---
Created an attachment (id=17663)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17663&action=view)
preprocessed source file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39825
--- Comment #1 from bje at gcc dot gnu dot org 2009-04-21 05:03 ---
Thanks for the report. Could you possibly attach the preprocessed source file
that triggers the internal compiler error?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39825
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|critical|normal
Component|c |middle-end