This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Bug building GIMP, minimal testcase included
- To: zumner at collegium dot adsl dot net dot cmu dot edu
- Subject: Re: Bug building GIMP, minimal testcase included
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 16 Aug 1998 00:53:13 -0600
- cc: egcs-bugs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <19980126234359.07760@collegium.adsl.net.cmu.edu>you write:
> Hi,
>
> I'm getting the following error when building the GIMP version 18 with
> egcs-1.00 and egcs-1.01:
>
> % gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/X11R6/include -O -funroll-loops
> \
> -c gauss_iir.c
> gcc: Internal compiler error: program cc1 got fatal signal 6
>
> This is on gimp-0.99.18/plug-ins/gauss_iir/gauss_iir.c; I got the problem
> down to a minimal stand-alone file (test-egcs-bug.c, appended to this
> message) that exposes it:
>
> % gcc -O -funroll-loops -c test-egcs-bug.c
> gcc: Internal compiler error: program cc1 got fatal signal 6
>
> It's tickled by combining "-O" and "-funroll-loops" or "-funroll-all-loops";
> if I don't use -O or don't unroll loops it compiles okay.
Thanks. I just tested this with the egcs-1.1 branch and it works just
fine. So you should consider this bug fixed for egcs-1.1.
jeff