This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 20000801 ICE at flow.c:5002 (find_auto_inc)
- To: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- Subject: Re: gcc 20000801 ICE at flow.c:5002 (find_auto_inc)
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 03 Aug 2000 01:30:32 -0600
- cc: gcc-bugs at gcc dot gnu dot org
- Reply-To: law at cygnus dot com
In message <200008021823.OAA28489@hiauly1.hia.nrc.ca>you write:
> The following ICE occurs building libgcc:
>
> ./xgcc -B./ -B/usr/local/vax-dec-ultrix4.3/bin/ -isystem /usr/local/vax-dec
> -ultrix4.3/include -O2 -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-
> prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__
> GCC_FLOAT_NOT_NEEDED -I. -I../../gcc -I../../gcc/config -I../../gcc/../inc
> lude -DUSE_COLLECT2 -DL_bb -c ../../gcc/libgcc2.c -o libgcc/./_bb.o
> ../../gcc/libgcc2.c:1348: warning: function declaration isn't a prototype
> ../../gcc/libgcc2.c: In function `__bb_exit_func':
> ../../gcc/libgcc2.c:1545: warning: implicit declaration of function `time'
> ../../gcc/libgcc2.c: In function `__bb_trace_func':
> ../../gcc/libgcc2.c:2208: Internal compiler error in find_auto_inc, at flow
> .c:5002
> Please submit a full bug report.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> make[3]: *** [libgcc/./_bb.o] Error 1
> make[3]: Leaving directory `/usr/local/src/gnu/gcc-2.96/objdir/gcc'
> make[2]: *** [libgcc.a] Error 2
> make[2]: Leaving directory `/usr/local/src/gnu/gcc-2.96/objdir/gcc'
> make[1]: *** [bootstrap-lean] Error 2
> make[1]: Leaving directory `/usr/local/src/gnu/gcc-2.96/objdir/gcc'
> make: *** [bootstrap-lean] Error 2
I've checked in a fix for this.
jeff