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]
Other format: [Raw text]

Re: bootstrap/6967: [x86 x mips-ecoff] build fails - ICE in assemble_integer, at varasm.c:2012


Hi, I tried with gcc 3.2.1 and now get: 

mkdir libgcc/single/el
mkdir single/mips3
mkdir libgcc/single/mips3
mkdir single/el/mips3
mkdir libgcc/single/el/mips3
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/home/chrb/build/gcc-3.2/build/gcc/xgcc -B/home/chrb/build/gcc-3.2/build/gcc/ 
-B/usr/local//mips-ecoff/bin/ -B/usr/local//mips-ecoff/lib/ -isystem 
/usr/local//mips-ecoff/include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall 
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  
-G 0 -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. 
-I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include 
-DL_m16addsf3 -xassembler-with-cpp -c ../../gcc/config/mips/mips16.S -o 
libgcc/./_m16addsf3.o
as: unrecognized option `-G'
make[2]: *** [libgcc/./_m16addsf3.o] Error 1
make[2]: Leaving directory `/home/chrb/build/gcc-3.2/build/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/home/chrb/build/gcc-3.2/build/gcc'
make: *** [all-gcc] Error 2

I tried explicitly setting -host=i386-pc-linux-gnu but it still passes the -G0 
argument.

On Saturday 23 November 2002 12:15 am, you wrote:
> Old Synopsis: build fails - ICE in assemble_integer, at varasm.c:2012
> New Synopsis: [x86 x mips-ecoff] build fails - ICE in assemble_integer, at
> varasm.c:2012
>
> State-Changed-From-To: open->feedback
> State-Changed-By: bangerth
> State-Changed-When: Fri Nov 22 16:15:45 2002
> State-Changed-Why:
>     Regarding this bootstrap failure, could you please check
>     whether it works with a newer release (e.g. 3.2.1) and
>     report your findings?
>
>     Thanks
>       Wolfgang
>
> http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&;
>pr=6967


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