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]

egcs-971225: Build failure on mips-sgi-irix6.2


The build problem I reported in:

http://www.cygnus.com/ml/egcs-bugs/1997-Dec/0382.html

has indeed been fixed, so I'm back to a failure similar to what I
encountered with 1.0, reported in:

http://www.cygnus.com/ml/egcs-bugs/1997-Dec/0353.html

Here are the particulars:

Environment:

oneida% ./config.guess
mips-sgi-irix6.2
oneida% uname -a
IRIX oneida 6.2 03131015 IP22

Contents of config.status:

#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
/users/turner/Tools/egcs-971225/configure --host=mips-sgi-irix6.2 --prefix=/users/turner/Tools --with-local-prefix=/users/turner/Tools --norecursion 
# using "mh-frag"

Build fails with:

./xgcc -B./  -DIN_GCC    -g -I./include     -DNO_MEM -DNO_LONG_DOUBLE_IO -O0 \
  -DSYS_FLOAT_H_WRAP=$SYS_FLOAT_H_WRAP \
  -I. -c /users/turner/Tools/egcs-971225/gcc/enquire.c
/users/turner/Tools/egcs-971225/gcc/enquire.c: In function `cprop':
/users/turner/Tools/egcs-971225/gcc/enquire.c:1401: warning: comparison is always 0 due to limited range of data type
*unknown*: Assembler messages:
*unknown*:0: Warning: Unknown option `-n32' ignored
/var/tmp/cca000cX.s:95: Error: Bad expression
/var/tmp/cca000cX.s:95: Error: Missing ')' assumed
/var/tmp/cca000cX.s:95: Error: ERROR: Illegal operands `lui'
/var/tmp/cca000cX.s:96: Error: Bad expression
/var/tmp/cca000cX.s:96: Error: Missing ')' assumed
/var/tmp/cca000cX.s:96: Error: ERROR: Illegal operands `addiu'
/var/tmp/cca000cX.s:97: Warning: Instruction not supported on this processor
/var/tmp/cca000cX.s:97: Warning: Instruction daddu requires absolute expression
/var/tmp/cca000cX.s:105: Warning: No .cprestore pseudo-op used in PIC code
/var/tmp/cca000cX.s:111: Warning: No .cprestore pseudo-op used in PIC code
/var/tmp/cca000cX.s:178: Error: Bad expression
/var/tmp/cca000cX.s:178: Error: Missing ')' assumed
/var/tmp/cca000cX.s:178: Error: ERROR: Illegal operands `lui'
/var/tmp/cca000cX.s:179: Error: Bad expression
/var/tmp/cca000cX.s:179: Error: Missing ')' assumed
/var/tmp/cca000cX.s:179: Error: ERROR: Illegal operands `addiu'
/var/tmp/cca000cX.s:180: Warning: Instruction not supported on this processor
/var/tmp/cca000cX.s:180: Warning: Instruction daddu requires absolute expression
/var/tmp/cca000cX.s:188: Warning: No .cprestore pseudo-op used in PIC code
xgcc: Internal compiler error: program as got fatal signal 6
gmake[2]: *** [enquire.o] Error 1
gmake[2]: Leaving directory `/rndDISKS/oneida1/users/turner/Tools/egcs/gcc'
gmake[1]: *** [bootstrap] Error 2
gmake[1]: Leaving directory `/rndDISKS/oneida1/users/turner/Tools/egcs/gcc'
gmake: *** [bootstrap] Error 2

As noted in

http://www.cygnus.com/ml/egcs-bugs/1997-Dec/0353.html

I'm at a loss as to why this is happening, since -n32 isn't even on
the command line.

-- 
John A. Turner                       mailto:turner@blueskystudios.com
Senior Research Associate            http://www.blueskystudios.com
Blue Sky | VIFX                      http://www.vifx.com
One South Road, Harrison, NY 10528   http://www.lanl.gov/home/turner
Phone: 914-381-8400                  Fax: 914-381-9790/1

P.S. I just joined egcs-announce, but didn't see an announcement for
     the 971225 snapshot.  Are snapshots not announced?  If not,
     here's a vote to announce them.


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