This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/19034] New: internal compiler error: in cp_tree_equal, at cp/tree.c:1633
- From: "jttoivon at cc dot helsinki dot fi" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Dec 2004 14:07:32 -0000
- Subject: [Bug c++/19034] New: internal compiler error: in cp_tree_equal, at cp/tree.c:1633
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Following command causes an ICE
/home/jttoivon/usr/bin/g++ -v -save-temps poista.cpp
This used to work with 3.3.3 compiler.
Here's the dump.
Reading specs from /home/jttoivon/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/specs
Configured with: /home/jttoivon/gcc-3.4.3/configure --prefix=/home/jttoivon/usr
Thread model: posix
gcc version 3.4.3
/home/jttoivon/usr/libexec/gcc/i686-pc-linux-gnu/3.4.3/cc1plus -E -quiet -v
-D_GNU_SOURCE poista.cpp -mtune=pentiumpro -o poista.ii
ignoring nonexistent directory
"/home/jttoivon/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jttoivon/boost_1_31_0
/home/jttoivon/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../include/c++/3.4.3
/home/jttoivon/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../include/c++/3.4.3/i686-pc-linux-gnu
/home/jttoivon/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../include/c++/3.4.3/backward
/usr/local/include
/home/jttoivon/usr/include
/home/jttoivon/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/include
/usr/include
End of search list.
/home/jttoivon/usr/libexec/gcc/i686-pc-linux-gnu/3.4.3/cc1plus -fpreprocessed
poista.ii -quiet -dumpbase poista.cpp -mtune=pentiumpro -auxbase poista -version
-o poista.s
GNU C++ version 3.4.3 (i686-pc-linux-gnu)
compiled by GNU C version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
In file included from poista.cpp:1:
meta.hpp:188: internal compiler error: in cp_tree_equal, at cp/tree.c:1633
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
Summary: internal compiler error: in cp_tree_equal, at
cp/tree.c:1633
Product: gcc
Version: 3.4.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jttoivon at cc dot helsinki dot fi
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19034