This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: target/2573: 3.1 ICE's on solaris when compiling fftw
- From: Brad Lucier <lucier at math dot purdue dot edu>
- To: rodrigc at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, lucier at math dot purdue dot edu, nobody at gcc dot gnu dot org
- Date: Sat, 8 Dec 2001 23:34:44 -0500 (EST)
- Subject: Re: target/2573: 3.1 ICE's on solaris when compiling fftw
>
> Synopsis: 3.1 ICE's on solaris when compiling fftw
>
> State-Changed-From-To: open->feedback
> State-Changed-By: rodrigc
> State-Changed-When: Sat Dec 8 19:27:19 2001
> State-Changed-Why:
> Does this still occur in current gcc 3.1 snapshots?
>
> http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=2573&database=gcc
I'm sorry, I can't tell, it doesn't bootstrap on sparc with today's source
using Sun's assembler /usr/ccs/bin/as:
./xgcc -B./ -B/pkgs/gcc-2.96/sparc-sun-solaris2.8/bin/ -isystem /pkgs/gcc-2.96/sparc-sun-solaris2.8/include -isystem /pkgs/gcc-2.96/sparc-sun-solaris2.8/sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include -DL_muldi3 -c ../../gcc/libgcc2.c -o libgcc/./_muldi3.o
/usr/ccs/bin/as: "/tmp/ccT7Nlgi.s", line 208: error: unknown opcode ".stabd"
/usr/ccs/bin/as: "/tmp/ccT7Nlgi.s", line 208: error: statement syntax
make[3]: *** [libgcc/./_muldi3.o] Error 1
It hasn't bootstrapped for so long on the sparc that I've stopped trying
recently.
Brad