This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Here I am again: hpux-11 build failure
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Here I am again: hpux-11 build failure
- From: Markus Werle <markus at lufmech dot rwth-aachen dot de>
- Date: Tue, 16 Jan 2001 17:31:01 +0100
Hi!
Happy new year begins with bootstrap errors I have seen before:
I believe by now I do sth special, that leads to these errors on hppa,
but I cannot imagine what it is ... getting tired.
Any idea?
bootstrap dies at:
./xgcc -B./ -B/work/markus/opt/egcs-20010116/hppa2.0w-hp-hpux11.00/bin/
-isystem /work/markus/opt/egcs-20010116/hppa2.0w-hp-hpux11.00/include
-dumpspecs > tmp-specs
mv tmp-specs specs
echo "int xxy_us_dummy;" >tmp-dum.c
./xgcc -B./ -B/work/markus/opt/egcs-20010116/hppa2.0w-hp-hpux11.00/bin/
-isystem /work/markus/opt/egcs-20010116/hppa2.0w-hp-hpux11.00/include -S
tmp-dum.c
cc1: Internal error: Segmentation fault.
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [s-under] Error 1
make[2]: Leaving directory
`/tmp_mnt/net/mises/work/markus/GNU/GCC/build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory
`/tmp_mnt/net/mises/work/markus/GNU/GCC/build/gcc'
make: *** [bootstrap] Error 2
a make all dies at:
cc -c -DIN_GCC -fast -Ae -DHAVE_CONFIG_H -I. -Icp -I../../gcc/gcc
-I../../gcc/gcc/cp -I../../gcc/gcc/config -I../../gcc/gcc/../include
../../gcc/gcc/cp/decl.c -o cp/decl.o
cc: "../../gcc/gcc/cp/decl.c", line 527: error 1549: Modifiable lvalue
required for assignment operator.
cc: "../../gcc/gcc/cp/decl.c", line 583: error 1549: Modifiable lvalue
required for assignment operator.
cc: "../../gcc/gcc/cp/decl.c", line 598: error 1549: Modifiable lvalue
required for assignment operator.
cc: "../../gcc/gcc/cp/decl.c", line 620: error 1549: Modifiable lvalue
required for assignment operator.
cc: "../../gcc/gcc/cp/decl.c", line 633: error 1549: Modifiable lvalue
required for assignment operator.
cc: "../../gcc/gcc/cp/decl.c", line 4233: error 1549: Modifiable lvalue
required for assignment operator.
cc: "../../gcc/gcc/cp/decl.c", line 4235: error 1549: Modifiable lvalue
required for assignment operator.
cc: "../../gcc/gcc/cp/decl.c", line 6328: error 1549: Modifiable lvalue
required for assignment operator.
cc: "../../gcc/gcc/cp/decl.c", line 9863: error 1549: Modifiable lvalue
required for assignment operator.
cc: "../../gcc/gcc/cp/decl.c", line 9866: error 1549: Modifiable lvalue
required for assignment operator.
cc: "../../gcc/gcc/cp/decl.c", line 13450: error 1549: Modifiable lvalue
required for assignment operator.
make[1]: *** [cp/decl.o] Error 1