bug report: gcc internal compiler error

Peter R. Wood pwood@PEACE.GORDON.EDU
Tue Nov 23 11:47:00 GMT 1999


Hi, this is a bug report for gcc 2.95, running on my LinuxPPC system. 
The requested information per your webpage follows:


 [root@dyn-132-127 libgimp]# gcc -v --save-temps -DHAVE_CONFIG_H -I. -I.
-I.. -I..                   -I../intl      
-I../intl                       -I/usr/X11R6/include
-I/usr/lib/glib/include    -I/usr/include
-DGIMPDIR=\"".gimp-1.1"\"               
-DDATADIR=\""/usr/share/gimp"\"   -O2 -fsigned-char -Wall -c
gimppatheditor.c
Reading specs from /usr/lib/gcc-lib/ppc-redhat-linux/2.95.2/specs
gcc version 2.95.2 19991024 (release)
 /usr/lib/gcc-lib/ppc-redhat-linux/2.95.2/cpp -lang-c -v -I. -I. -I..
-I.. -I../intl -I../intl -I/usr/X11R6/include -I/usr/lib/glib/include
-I/usr/include -D__GNUC__=2 -D__GNUC_MINOR__=95 -DPPC -D__ELF__
-Dpowerpc -D__PPC__ -D__ELF__ -D__powerpc__ -D__PPC -D__powerpc
-Acpu(powerpc) -Amachine(powerpc) -D__OPTIMIZE__ -Wall -D_CALL_SYSV
-D_BIG_ENDIAN -D__BIG_ENDIAN__ -Amachine(bigendian) -D_ARCH_PPC
-D__unix__ -D__linux__ -Dunix -Dlinux -Asystem(unix) -Asystem(posix)
-DHAVE_CONFIG_H -DGIMPDIR=".gimp-1.1" -DDATADIR="/usr/share/gimp"
gimppatheditor.c gimppatheditor.i
GNU CPP version 2.95.2 19991024 (release) (PowerPC GNU/Linux)
#include "..." search starts here:
#include <...> search starts here:
 .
 ..
 ../intl
 /usr/X11R6/include
 /usr/lib/glib/include
 /usr/include
 /usr/local/include

/usr/lib/gcc-lib/ppc-redhat-linux/2.95.2/../../../../ppc-redhat-linux/include
 /usr/lib/gcc-lib/ppc-redhat-linux/2.95.2/include
 /usr/include
End of search list.
The following default directories have been omitted from the search
path:
 /usr/lib/gcc-lib/ppc-redhat-linux/2.95.2/../../../../include/g++-3
End of omitted list.
 /usr/lib/gcc-lib/ppc-redhat-linux/2.95.2/cc1 gimppatheditor.i -quiet
-dumpbase gimppatheditor.c -O2 -Wall -version -fsigned-char -o
gimppatheditor.s
GNU C version 2.95.2 19991024 (release) (ppc-redhat-linux) compiled by
GNU C version 2.95.2 19991024 (release).
 as -mppc -V -Qy -o gimppatheditor.o gimppatheditor.s
GNU assembler version 2.9.5 (ppc-redhat-linux) using BFD version
2.9.5.0.14

the content of gimppatheditor.i:

# 1 "gimppatheditor.c"

Here's the version of gcc I'm using.

Name        : gcc                          Relocations: (not
relocateable)
Version     : 2.95.2                            Vendor: LinuxPPC
Developers
Release     : 1c                            Build Date: Tue Nov  9
13:39:14 1999
Install date: Sun Nov 21 13:28:26 1999      Build Host:
entropy.ppc.kernel.org
Group       : Development/Languages         Source RPM:
gcc-2.95.2-1c.src.rpm
Size        : 9645802                          License: GPL
Packager    : Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
URL         : http://gcc.gnu.org/
Summary     : GNU Compiler Collection - Core package including C
compiler

This error occurred while I was building an RPM out of source of the
GIMP snapshot, v.1.1.0.  It got through compilation of much of the code
but then bombed out on this one.

Here's the point at which it died, along with the error message
produced.

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..                   -I../intl      
-I../intl                       -I/usr/X11R6/include
-I/usr/lib/glib/include    -I/usr/include
-DGIMPDIR=\"".gimp-1.1"\"               
-DDATADIR=\""/usr/share/gimp"\"   -O2 -fsigned-char -Wall -c
gimppatheditor.c
In file included from /usr/include/gtk/gtkitemfactory.h:35,
                 from /usr/include/gtk/gtk.h:80,
                 from gimppatheditor.h:25,
                 from gimppatheditor.c:24:
/usr/include/gtk/gtkmenufactory.h:80: Internal compiler error:
/usr/include/gtk/gtkmenufactory.h:80: Internal compiler error in
`grokdeclarator', at c-decl.c:4434
Please submit a full bug report.
See <URL: http://www.gnu.org/software/gcc/faq.html#bugreport > for
instructions.
make[2]: *** [gimppatheditor.o] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/gimp-1.1.0/libgimp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/gimp-1.1.0'
make: *** [all-recursive-am] Error 2
Bad exit status from /var/tmp/rpm-tmp.87141 (%build)

--Peter
--
Peter R. Wood - Computer Science - Gordon College - Wenham, MA
pwood@peace.gordon.edu - http://www.cs.gordon.edu/~pwood/


More information about the Gcc-bugs mailing list