public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* bootstrap/7634: gcc-3.2/aix-4.2.1: Core dump while compiling libgcc/_muldi3.o
@ 2002-08-19  6:36 uli
  0 siblings, 0 replies; 2+ messages in thread
From: uli @ 2002-08-19  6:36 UTC (permalink / raw)
  To: gcc-gnats

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3268 bytes --]


>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==


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: bootstrap/7634: gcc-3.2/aix-4.2.1: Core dump while compiling libgcc/_muldi3.o
@ 2002-09-20 14:22 dje
  0 siblings, 0 replies; 2+ messages in thread
From: dje @ 2002-09-20 14:22 UTC (permalink / raw)
  To: dje, gcc-bugs, gcc-prs, nobody, uli

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

Responsible-Changed-From-To: unassigned->dje
Responsible-Changed-By: dje
Responsible-Changed-When: Fri Sep 20 14:22:51 2002
Responsible-Changed-Why:
    AIX
State-Changed-From-To: open->closed
State-Changed-By: dje
State-Changed-When: Fri Sep 20 14:22:51 2002
State-Changed-Why:
    Don't use GNU assembler and linker with AIX 4.2.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7634


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-20 21:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-19  6:36 bootstrap/7634: gcc-3.2/aix-4.2.1: Core dump while compiling libgcc/_muldi3.o uli
2002-09-20 14:22 dje

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).