This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.3.0-20080228 (powerpc-linux-gnuspe) ICE on 20000718.c test
- From: Nathan Froyd <froydnj at codesourcery dot com>
- To: Sergei Poselenov <sposelenov at emcraft dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 20 Mar 2008 13:12:32 -0700
- Subject: Re: GCC 4.3.0-20080228 (powerpc-linux-gnuspe) ICE on 20000718.c test
- References: <47D527F5.6050109@emcraft.com>
On Mon, Mar 10, 2008 at 03:22:13PM +0300, Sergei Poselenov wrote:
> I've got the ICE on the gcc.c-torture/compile/20000718.c test:
> powerpc-linux-gnuspe-gcc -c -O3 -funroll-loops 20000718.c
> 20000718.c: In function 'baz':
> 20000718.c:14: internal compiler error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <http://gcc.gnu.org/bugs.html> for instructions.
I run the testsuite with --enable-e500_double all the time and have not
seen this bug before. It's possible that the bug you're seeing would be
fixed by this patch:
http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01045.html
which was committed on the 6th of March. The bug is very sensitive to
the environment in which the compiler is run, which would explain why
nobody else is seeing it.
Please update your checkout and rebuild the compiler. If it still
fails, then please file a bugreport. And if the bugreport could include
a backtrace (obtained with GDB), that'd be even better.
Thanks,
-Nathan