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]

build crash for egcs-19990920


Hi there

I couldn't get gcc.2.95.1 to compile for a hppa1.1-hp-hpux10.20 host (with a
hppa2.0 cpu), so I tried the latest snapshot.
While 2.95.1 crashes in stage 3 (a signal 11 on linking.o), I get the following
results for egcs-19990920.

echo "void __foo () {}" > dummy.c
./xgcc -B/opt/gcc/hppa1.1-hp-hpux10.20/bin/ -B./
-I/opt/gcc/hppa1.1-hp-hpux10.2.....
dummy.c: In function `__foo':
dummy.c:1: Internal compiler error in `?', at expr.c:2705
Please submit a full bug report.

trying to build egcs-19990920
with the standard hpux C compiler
on a HP9000/782 (2 CPU's) with the sed patch PHCO_19798
configure cmd
sh /tmp/egcs-19990920/configure --prefix=/opt/gcc  --with-gnu-as
--host=hppa1.1-hp-hpux10.20
/xgcc line results in

Reading specs from ./specs
gcc version 2.96 19990920 (experimental)
 ./cpp -lang-c -v -I/opt/gcc/hppa1.1-hp-hpux10.20/include -I./include -isystem .
/include -isystem /opt/gcc/hppa1.1-hp-hpux10.20/bin/include -D__GNUC__=2 -D__GNU
C_MINOR__=96 -Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -D__
hppa__ -D__hp9000s800__ -D__hp9000s800 -D__hp9k8__ -D__PWB__ -D__hpux__ -D__unix
__ -D__hppa -D__hp9000s800 -D__hp9k8 -D__PWB -D__hpux -D__unix -Asystem(unix) -A
system(hpux) -Acpu(hppa) -Amachine(hppa) -g -D__hp9000s700 -D_PA_RISC1_1 -D_HPUX
_SOURCE -D_HIUX_SOURCE -D__STDC_EXT__ -DIN_GCC dummy.c /var/tmp/ccGHvHpc.i
GNU CPP version 2.96 19990920 (experimental) (hppa)
#include "..." search starts here:
#include <...> search starts here:
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /opt/gcc/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.96/../../../../include/g++-3
 /usr/local/include
 /opt/gcc/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.96/../../../../hppa1.1-hp-hpux10.20
/include
 /opt/gcc/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.96/include
End of omitted list.
 ./cc1 /var/tmp/ccGHvHpc.i -quiet -dumpbase dummy.c -g -version -o /var/tmp/ccAn
vmKc.s
GNU C version 2.96 19990920 (experimental) (hppa1.1-hp-hpux10.20) compiled by CC
.
dummy.c: In function `__foo':
dummy.c:1: Internal compiler error in `?', at expr.c:2705
Please submit a full bug report.


more dummy.i
# 1 "dummy.c"
void __foo () {}


as -v
GNU assembler version 2.9.1 (hppa1.1-hp-hpux10.20), using BFD version 2.9.1
ld -V
ld: 92453-07 linker linker ld B.10.28 971016

Have fun with it

Greetings, Paul



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