[Bug target/52911] [4.6/4.7/4.8 Regression] gcc 4.7.0 (ppc32 e500mc) when compile a c file, after a lot of time, gcc failed and internal compiler error occurs.

aldyh at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 21 14:13:00 GMT 2013


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?



More information about the Gcc-bugs mailing list