This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Internal compiler error
- To: egcs-bugs at cygnus dot com
- Subject: Internal compiler error
- From: Cesar Talon <cesar dot talon at uam dot es>
- Date: Fri, 05 Jun 1998 11:15:18 +0200 (CEST)
- Organization: Universidad Autonoma de Madrid
- Reply-To: cesar dot talon at uam dot es
System info:
Processor: i486DX 33MHz
RAM: 20Mb
OS: Debian 2.0 Linux (libc6)
c++ version:
Reading specs from /usr/lib/gcc-lib/i486-linux/egcs-2.90.28/specs
gcc version egcs-2.90.28 980423 (egcs-1.0.3 prerelease)
It's a precompiled version from the debian binary-i386 tree.
PROBLEM:
While compiling the file pointer.cc from the apt-0.0.15 sources I got:
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -I.. -I. -I. -I../include
-I../include -I../intl -I../intl -g -O2 -c pointer.cc
./include/pkglib/dpointer.h: In method `void DPointer::malloc(unsigned int)':
In file included from pointer.cc:24:
./include/pkglib/dpointer.h:52: Internal compiler error.
./include/pkglib/dpointer.h:52: Please submit a full bug report to
`egcs-bugs@cygnus.com'.
make: *** [pointer.o] Error 1
The files pointer.cc, pointer.h and pointer.icc are attached
If you need more information just tell me.
----------------------------------
Cesar Talon <cesar.talon@uam.es>
Laboratorio de Bajas Temperaturas
Universidad Autonoma de Madrid
Another Armenia, Belgium ... the weak innocents who always seem to be
located on a natural invasion route.
-- Kirk, "Errand of Mercy", stardate 3198.4
----------------------------------
pointer.icc
pointer.h
pointer.cc