This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bug building GIMP, minimal testcase included



  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]