This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Internal compiler error with gcc 2.95.1
- To: Wendy L Gale <galewl at national dot lmtas dot lmco dot com>
- Subject: Re: Internal compiler error with gcc 2.95.1
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 28 Mar 2000 09:22:47 -0700
- cc: bug-gcc at gnu dot org
- Reply-To: law at cygnus dot com
In message <200003161714.LAA14150@bespin.lmtas.lmco.com>you write:
> bespin-67> gcc --version
> 2.95.1
> bespin-68> which gcc
> /opt/gnu/bin/gcc
> bespin-69> more final.c
> final.c: No such file or directory
> bespin-70> make EXTRA_DEFINES="-v --save-temps"
[ ... ]
> make[1]: Entering directory `/home/galewl/baseline/m2_3/models/src/tgp/spar
> c-sun-solaris2.6'
> gcc -g -O -ansi -Wall -I./../../../include -I/home/galewl/baseline/univer
> sal/include
> -I/home/galewl/baseline/universal/include/sparc-sun-solaris2.6 -I./../../..
> /../include
> -I/home/galewl/baseline/universal/lib/src/libsdn/include -I/usr/RDM/raima/i
> nclude
> -I/usr/openwin/include -I/usr/dt/include -DARCH_SPARC -DOS_SOLARIS -DOS_VE
> RSION=260 -v --save-temps
> -c ../tgp_aa_los_slew.c
[ ... ]
> ../tgp_aa_los_slew.c: In function `tgp_aa_los_slew':
> ../tgp_aa_los_slew.c:183: Internal compiler error in `final_scan_insn', at
> final.c:2920
> Please submit a full bug report.
> See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructio
> ns.
> make[1]: *** [tgp_aa_los_slew.o] Error 1
> make[1]: Leaving directory `/home/galewl/baseline/m2_3/models/src/tgp/sparc
> -sun-solaris2.6'
> make: *** [tgp] Error 2
I believe this bug was fixed in gcc-2.95.2.
jeff