public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: tru@pasteur.fr
To: gcc-gnats@gcc.gnu.org
Subject: bootstrap/4394: MacOSX Internal error: Illegal instruction (program cc1)
Date: Tue, 25 Sep 2001 06:46:00 -0000	[thread overview]
Message-ID: <20010925134453.14287.qmail@sourceware.cygnus.com> (raw)

>Number:         4394
>Category:       bootstrap
>Synopsis:       MacOSX Internal error: Illegal instruction (program cc1)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Sep 25 06:46:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Tru Huynh
>Release:        gcc version 3.1 20010925 (experimental)
>Organization:
>Environment:
[milou:~/tru/cvs_build] guest% uname -a
Darwin milou.bis.pasteur.fr 1.4 Darwin Kernel Version 1.4: Sun Sep  9 15:39:59 PDT 2001; root:xnu/xnu-201.obj~1/RELEASE_PPC  Power Macintosh powerpc
[milou:~/tru/cvs_build] guest% gcc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs
Apple Computer, Inc. version gcc-932.1, based on gcc version 2.95.2 19991024 (release)
>Description:
stage1/xgcc -Bstage1/ -B/Users/guest/tru/root/powerpc-apple-darwin1.4/bin/ -c  -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I../../cvs/gcc/gcc -I../../cvs/gcc/gcc/.  -I../../cvs/gcc/gcc/config -I../../cvs/gcc/gcc/../include ../../cvs/gcc/gcc/expr.c -o expr.o
xgcc: Internal error: Illegal instruction (program cc1)
>How-To-Repeat:
[milou:~/tru/cvs_build] guest% head config.status
#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
../cvs/gcc/configure --with-gcc-version-trigger=/Users/guest/tru/cvs/gcc/gcc/version.c --host=powerpc-apple-darwin1.4 --prefix=/Users/guest/tru/root --norecursion
#
[milou:~/tru/cvs_build] guest% make bootstrap
true "AR_FLAGS=rc"  "CC_FOR_BUILD=gcc"  "CFLAGS=-g -O2"  "CXXFLAGS=-g -O2"  "CFLAGS_FOR_BUILD="  "CFLAGS_FOR_TARGET=-g -O2"  "INSTALL=/bin/sh /Users/guest/tru/cvs/gcc/install-sh -c"  "INSTALL_DATA=/bin/sh /Users/guest/tru/cvs/gcc/install-sh -c -m 644"  "INSTALL_PROGRAM=/bin/sh /Users/guest/tru/cvs/gcc/install-sh -c "  "INSTALL_SCRIPT=/bin/sh /Users/guest/tru/cvs/gcc/install-sh -c"  "LDFLAGS="  "LIBCFLAGS=-g -O2"  "LIBCFLAGS_FOR_TARGET=-g -O2"  "MAKE=make"  "MAKEINFO=makeinfo  "  "PICFLAG="  "PICFLAG_FOR_TARGET="  "SHELL=/bin/sh"  "EXPECT=expect"  "RUNTEST=runtest"  "RUNTESTFLAGS="  "exec_prefix=/Users/guest/tru/root"  "infodir=/Users/guest/tru/root/info"  "libdir=/Users/guest/tru/root/lib"  "prefix=/Users/guest/tru/root"  "tooldir=/Users/guest/tru/root/powerpc-apple-darwin1.4"  "AR=ar"  "AS=as"  "CC=gcc"  "CXX=c++"  "LD=ld"  "LIBCFLAGS=-g -O2"  "NM=nm"  "PICFLAG="  "RANLIB=ranlib"  "DESTDIR=" DO=all multi-do
Bootstrapping the compiler
make CC="stage1/xgcc -Bstage1/ -B/Users/guest/tru/root/powerpc-apple-darwin1.4/bin/"  STAGE_PREFIX=stage1/  CFLAGS="-g -O2"  LDFLAGS=""  WARN_CFLAGS="\$(GCC_WARN_CFLAGS)"  STRICT_WARN="-Wtraditional -pedantic -Wno-long-long"  libdir=/Users/guest/tru/root/lib  LANGUAGES="c gcov c++ f77 java objc"  MAKEOVERRIDES=  OUTPUT_OPTION="-o \$@"
(cd intl && make all)
(cd po && make all)
stage1/xgcc -Bstage1/ -B/Users/guest/tru/root/powerpc-apple-darwin1.4/bin/ -c  -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I../../cvs/gcc/gcc -I../../cvs/gcc/gcc/.  -I../../cvs/gcc/gcc/config -I../../cvs/gcc/gcc/../include ../../cvs/gcc/gcc/expr.c -o expr.o
xgcc: Internal error: Illegal instruction (program cc1)
Please submit a full bug report.
See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.
*** Error code 1
 
Stop in /Users/guest/tru/cvs_build/gcc.
*** Error code 1
 
Stop in /Users/guest/tru/cvs_build/gcc.
*** Error code 1
 
Stop in /Users/guest/tru/cvs_build.
[milou:~/tru/cvs_build] guest%
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2001-09-25  6:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-25  6:46 tru [this message]
2001-12-01 20:23 rodrigc
2001-12-01 20:26 rodrigc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010925134453.14287.qmail@sourceware.cygnus.com \
    --to=tru@pasteur.fr \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).