From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23488 invoked by alias); 16 Dec 2004 14:08:35 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 22225 invoked by uid 48); 16 Dec 2004 14:07:32 -0000 Date: Thu, 16 Dec 2004 14:08:00 -0000 From: "jttoivon at cc dot helsinki dot fi" To: gcc-bugs@gcc.gnu.org Message-ID: <20041216140728.19034.jttoivon@cc.helsinki.fi> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/19034] New: internal compiler error: in cp_tree_equal, at cp/tree.c:1633 X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg02364.txt.bz2 List-Id: 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 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