http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52911
Aldy Hernandez <aldyh at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
CC| |aldyh at gcc dot gnu.org,
| |dje at gcc dot gnu.org
--- Comment #7 from Aldy Hernandez <aldyh at gcc dot gnu.org> 2013-01-21
14:13:28 UTC ---
I cannot reproduce on current trunk (195333).
Comment #1 mentioned that this was reproducible on a cross build, so my build
is on an x86_64 cross powerpc-linux-gnu configured like this:
set X '/bin/sh' '/source/gcc/configure' '--disable-bootstrap'
'--target=powerpc-linux-gnu' '--with-long-double-128' '--enable-targets=all'
'--with-cpu-32=603e' '--with-cpu-64=e5500' 'target_alias=powerpc-linux-gnu'
'--enable-languages=c,lto' $ac_configure_extra_args --no-create --no-recursion
My execution looks like this:
reynosa:/build/e500mc/gcc$ time ./cc1 a.c -O3 -funroll-loops
-fomit-frame-pointer -I /tmp -quiet
real 1m31.440s
user 1m30.882s
sys 0m0.100s
Am I missing something, or has this been fixed?