This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Various.
- To: gcc at gcc dot gnu dot org
- Subject: Various.
- From: Hugh Sasse Staff Elec Eng <hgs at dmu dot ac dot uk>
- Date: Thu, 11 Nov 1999 14:41:44 +0000 (GMT)
- cc: Hugh Sasse Staff Elec Eng <hgs at dmu dot ac dot uk>
1 I cannot find a contact for problems with your website. For example
on ftp://gcc.gnu.org/pub/gcc/releases/index.html
you have a link to:
http://www.muraroa.demon.co.uk
but this should now point to:
http://sourceware.cygnus.com/bzip2/index.html
2 http://egcs.cygnus.com/install/specific.html#sunv5
refers to bugs in the Sun V5.0 compiler which should be remedied
with gcc-2.95.2, but 2.95.2 is already out. This needs updating.
3 I can see no workaround for the segmentation fault I get with
gengenrtl (sparc, Solaris-2.5.1, configured with the options
--without-gnu-as --without-gnu-ld,
or configured without those options (just ../gcc-2.95.2/configure)
using gcc or using /apps4/SUNWspro/bin/cc, then gmake bootstrap
I get:
[...]
touch s-check
stage1/xgcc -Bstage1/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -c
-DIN_GCC -DHAIFA -DSVR4 -O2 -g -DHAVE_CONFIG_H -I.
-I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config
-I../../gcc-2.95.2/gcc/../include ../../gcc-2.95.2/gcc/gengenrtl.c
stage1/xgcc -Bstage1/ -B/usr/local/sparc-sun-solaris2.5.1/bin/ -DIN_GCC
-DHAIFA -DSVR4 -O2 -g -DHAVE_CONFIG_H -o gengenrtl \
gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case
"alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac `
` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./gengenrtl tmp-genrtl.h tmp-genrtl.c
gmake[2]: *** [s-genrtl] Segmentation Fault
gmake[2]: Leaving directory `/home/hgs/gcc-build/gcc'
gmake[1]: *** [bootstrap-lean] Error 2
gmake[1]: Leaving directory `/home/hgs/gcc-build/gcc'
gmake: *** [bootstrap-lean] Error 2
paris hgs 48 %> pwd
/home/hgs/gcc-build
paris hgs 49 %> cd gcc
paris hgs 50 %> ./gengenrtl tmp-genrtl.h tmp-genrtl.c
Segmentation Fault (core dumped)
paris hgs 51 %> dbx gengenrtl core
Reading gengenrtl
core file header read successfully
Reading ld.so.1
Reading libc.so.1
Reading libdl.so.1
Reading libc_psr.so.1
program terminated by signal SEGV (no mapping at the fault address)
(dbx) where
=>[1] 0x9de3bf90(0x65, 0x65, 0x12330, 0x1f9c, 0xeffff6e4, 0x1f9c), at
0x9de3bf8f
[2] gendecl(0x22fe0, 0x12331, 0x25324, 0x22fe4, 0x1f9c, 0x2f), at
0x10a54
[3] genheader(0x22fe0, 0x11cd0, 0xef7919c0, 0x10074, 0x2, 0x22fe0), at
0x10dd0
[4] main(0x22fe0, 0xeffff84c, 0xeffff85c, 0x230f0, 0x1, 0x0), at 0x10f8c
(dbx) quit
which is pretty well what I had with 2.95.1 and I hoped it would
be fixed in this release.
Hugh
hgs@dmu.ac.uk