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]

bootstrap/7634: gcc-3.2/aix-4.2.1: Core dump while compiling libgcc/_muldi3.o


>Number:         7634
>Category:       bootstrap
>Synopsis:       gcc-3.2/aix-4.2.1: Core dump while compiling libgcc/_muldi3.o
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 19 06:16:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Uli Heller
>Release:        gcc-3.2
>Organization:
>Environment:
Very old IBM RS/6000 machine (model 320H) running under AIX-4.2.1 (rs6000-ibm-aix4.2.1.0),
binutils-2.13, "--with-gnu-as" etc, gnu make
>Description:
During "make bootstrap", I get the following error message:
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/usr/local/rs6000-ibm-aix4.2.1.0/bin/ -isystem /usr/local/rs6000-ibm-aix4.2.1.0/include -isystem /usr/local/rs6000-ibm-aix4.2.1.0/sys-include -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include   -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.2/gcc -I../../gcc-3.2/gcc/. -I../../gcc-3.2/gcc/config -I../../gcc-3.2/gcc/../include  -DL_muldi3 -c ../../gcc-3.2/gcc/libgcc2.c -o libgcc/./_muldi3.o
xgcc: Internal error: Segmentation fault (program as)
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [libgcc/./_muldi3.o] Fehler 1
make[3]: Verlassen des Verzeichnisses Verzeichnis »/dpdata/beasty_local/src/gcc-3.2-build/gcc«
make[2]: *** [stmp-multilib] Fehler 2
make[2]: Verlassen des Verzeichnisses Verzeichnis »/dpdata/beasty_local/src/gcc-3.2-build/gcc«
make[1]: *** [stage1_build] Fehler 2
make[1]: Verlassen des Verzeichnisses Verzeichnis »/dpdata/beasty_local/src/gcc-3.2-build/gcc«
make: *** [bootstrap] Fehler 2

Everything is OK if I use a newer machine (F40)
(powerpc-ibm-aix4.2.1.0).

I'm going to rerun the bootstrap procedure
without requesting usage of GNU as/ld. I expect
this to work, at least it worked on GCC-3.1 and 3.1.1.
>How-To-Repeat:
- gzip -cd gcc-3.2.tar.gz|tar xf -
- patch -p0 <gcc-3.2-aix42.diff (see attachement)
- mkdir gcc-3.2-build
- cd gcc-3.2-build
- ../gcc-3.2/configure --prefix=/usr/local\
   --with-gnu-as --with-as=/usr/local/bin/as\
   --with-gnu-ld --with-ld=/usr/local/bin/ld
- /usr/local/bin/make bootstrap
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/octet-stream; name="gcc-3.2-aix42.diff"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="gcc-3.2-aix42.diff"

KioqIGdjYy0zLjIvZ2NjL2ludGwvcGx1cmFsLmN+CVNhdCBOb3YgIDMgMjI6NTE6NDYgMjAwMQot
LS0gZ2NjLTMuMi9nY2MvaW50bC9wbHVyYWwuYwlGcmkgQXVnIDE2IDE0OjEzOjEwIDIwMDIKKioq
KioqKioqKioqKioqCioqKiAxNzUsMTgxICoqKioKLS0tIDE3NSwxODMgLS0tLQogIAogICNpZm5k
ZWYgX19jcGx1c3BsdXMKICAjaWZuZGVmIF9fU1REQ19fCisgI2lmbmRlZiBfQUlYCiAgI2RlZmlu
ZSBjb25zdAorICNlbmRpZgogICNlbmRpZgogICNlbmRpZgogIAoqKiogZ2NjLTMuMi9nY2MvdHJh
ZGNpZi5jfglXZWQgQXVnIDE0IDExOjM1OjM2IDIwMDIKLS0tIGdjYy0zLjIvZ2NjL3RyYWRjaWYu
YwlGcmkgQXVnIDE2IDE0OjEyOjUyIDIwMDIKKioqKioqKioqKioqKioqCioqKiA1MCw1NiAqKioq
Ci0tLSA1MCw1OCAtLS0tCiAgCiAgI2lmbmRlZiBfX2NwbHVzcGx1cwogICNpZm5kZWYgX19TVERD
X18KKyAjaWZuZGVmIF9BSVgKICAjZGVmaW5lIGNvbnN0CisgI2VuZGlmCiAgI2VuZGlmCiAgI2Vu
ZGlmCiAgCg==


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