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]

Internal error for gcc 3.4.1 (retry).


The source is grap 1.30, from www.lunabase.org/~faber/Vault/software/grap/ .

  $ uname -a
  SunOS clayton 5.9 Generic_112233-06 sun4u sparc

  $ g++ -v
  Reading specs from
  /usr/local2/stow/gcc-3.4.1/lib/gcc/sparc-sun-solaris2.9/3.4.1/specs
  Configured with: ./configure --prefix=/usr/local2/stow/gcc-3.4.1
  Thread model: posix
  gcc version 3.4.1

  $ make
  grep "^#" grap.y > grap.cc ; grep "^#" grap_lex.l > grap_lex.cc; touch y.tab.h
  g++ -MM -Wall -DHAVE_CONFIG_H grap.cc grap_lex.cc *.cc >> .depend;
  rm -f grap.cc grap_lex.cc y.tab.h
  bison -y -d grap.y
  mv y.tab.c grap.cc
  g++ -Wall -DHAVE_CONFIG_H   -c -o grap.o grap.cc
  g++: Internal error: Segmentation Fault (program cc1plus)
  Please submit a full bug report.
  See <URL:http://gcc.gnu.org/bugs.html> for instructions.
  make: *** [grap.o] Error 1

  $ g++ -save-temps -Wall -DHAVE_CONFIG_H   -c -o grap.o grap.cc
  g++: Internal error: Segmentation Fault (program cc1plus)
  Please submit a full bug report.
  See <URL:http://gcc.gnu.org/bugs.html> for instructions.

And then, there's this (after re-running configure for the new system):

  $ g++ -v
  Reading specs from
  /usr/local2/stow/gcc-3.4.1/lib/gcc/i686-pc-linux-gnu/3.4.1/specs
  Configured with: ./configure --prefix=/usr/local2/stow/gcc-3.4.1
  Thread model: posix
  gcc version 3.4.1

  $ cat /proc/version
  Linux version 2.4.22-1.2199.nptlsmp (bhcompile@tweety.build.redhat.com) (gcc
  version 3.2.3 20030422 (Red Hat Linux 3.2.3-6)) #1 SMP Wed Aug 4 11:48:29 EDT
  2004

  $ make
  grep "^#" grap.y > grap.cc ; grep "^#" grap_lex.l > grap_lex.cc; touch y.tab.h 
  g++ -MM -Wall -DHAVE_CONFIG_H grap.cc grap_lex.cc *.cc >> .depend;
  rm -f grap.cc grap_lex.cc y.tab.h
  bison -y -d grap.y
  mv y.tab.c grap.cc
  g++ -Wall -DHAVE_CONFIG_H   -c -o grap.o grap.cc
  g++: Internal error: Segmentation fault (program cc1plus)
  Please submit a full bug report.
  See <URL:http://gcc.gnu.org/bugs.html> for instructions.
  gmake: *** [grap.o] Error 1

  $ g++ -save-temps -Wall -DHAVE_CONFIG_H   -c -o grap.o grap.cc
  g++: Internal error: Segmentation fault (program cc1plus)
  Please submit a full bug report.
  See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Unfortunately, my previous message on this error, which included the grap.ii
files, was rejected by a mailer somewhere:

  Date: 10 Sep 2004 15:28:28 -0000
  From: MAILER-DAEMON@sourceware.org
  To: rclayton@monmouth.edu
  Content-Type: multipart/mixed; boundary="1094830108sourceware.org1347645"
  Subject: failure notice

  --1094830108sourceware.org1347645

  Hi. This is the qmail-send program at sourceware.org.
  I'm afraid I wasn't able to deliver your message to the following addresses.
  This is a permanent error; I've given up. Sorry it didn't work out.

  <gcc-bugs@gcc.gnu.org>:
  ezmlm-reject: fatal: Sorry, I don't accept messages larger than 400000 bytes (#5.2.3)

  --- Enclosed are the original headers of the message.

  --1094830108sourceware.org1347645
  Content-Type: message/rfc822

  Return-Path: <rclayton@monmouth.edu>
  Received: (qmail 6769 invoked from network); 10 Sep 2004 15:28:25 -0000
  Received: from unknown (HELO mail.monmouth.edu) (192.100.64.12)
    by sourceware.org with SMTP; 10 Sep 2004 15:28:25 -0000
  Received: from clayton.cs.monmouth.edu (clayton.cs.monmouth.edu [10.1.13.250])
	  by mail.monmouth.edu (8.12.11/8.12.11) with ESMTP id i8AFSMTm024123;
	  Fri, 10 Sep 2004 11:28:22 -0400
  Received: from clayton.cs.monmouth.edu (localhost [IPv6:::1])
	  by clayton.cs.monmouth.edu (8.12.9+Sun/8.12.2) with ESMTP id i8AFSKPP015981;
	  Fri, 10 Sep 2004 11:28:21 -0400 (EDT)
  Received: (from rclayton@localhost)
	  by clayton.cs.monmouth.edu (8.12.9+Sun/8.12.2/Submit) id i8AFSHJt015978;
	  Fri, 10 Sep 2004 11:28:17 -0400 (EDT)
  Date: Fri, 10 Sep 2004 11:28:17 -0400 (EDT)
  Message-Id: <200409101528.i8AFSHJt015978@clayton.cs.monmouth.edu>
  X-Authentication-Warning: clayton.cs.monmouth.edu: rclayton set sender to rclayton@monmouth.edu using -f
  From: "R. Clayton" <rclayton@monmouth.edu>
  To: gcc-bugs@gcc.gnu.org
  CC: jchung@monmouth.edu, bastian@monmouth.edu
  Subject: Internal error for gcc 3.4.1.
  Mime-Version: 1.0
  Content-Type: multipart/mixed;
	  boundary="++----------20040910112338-068566595----------++"
  Content-Transfer-Encoding: 7bit
  X-Mailer: Emacs 21.1.1 with etach 1.2.6
  X-Scanned-By: MIMEDefang 2.43

  (Body suppressed)

  --++----------20040910112338-068566595----------++--
  --1094830108sourceware.org1347645--

If you are interested, you can find the files at

  www.monmouth.edu/~rclayton/solaris-grap.ii
  www.monmouth.edu/~rclayton/linux-grap.ii


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