From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17599 invoked by alias); 16 Aug 2010 10:08:06 -0000 Received: (qmail 15035 invoked by uid 48); 16 Aug 2010 10:07:39 -0000 Date: Mon, 16 Aug 2010 10:08:00 -0000 Message-ID: <20100816100739.15034.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/45293] ICE in iterative_hash_template_arg, at cp/pt.c:1589 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-08/txt/msg01273.txt.bz2 ------- Comment #3 from rguenth at gcc dot gnu dot org 2010-08-16 10:07 ------- I get /space/rguenther/install/gcc-4.5.1/bin/g++ -S -o /dev/null footprint.ii -std=c++0x -Wfatal-errors In file included from ../../../src/Object/inst/instance_collection_pool_bundle_footprint.tcc:14:0, from ../../../src/Object/def/footprint.cc:32: ../../../src/Object/inst/instance_scalar.h: In instantiation of 'HAC::entity::instance_array': ../../../src/Object/inst/instance_collection_pool_bundle.h:49:7: instantiated from 'HAC::entity::instance_collection_pool_wrapper >' ../../../src/Object/inst/instance_collection_pool_bundle.h:135:72: instantiated from 'HAC::entity::instance_collection_pool_bundle' ../../../src/Object/def/footprint.cc:619:25: instantiated from here ../../../src/Object/inst/instance_scalar.h:138:7: internal compiler error: tree check: accessed elt 2 of tree_vec with 1 elts in tsubst, at cp/pt.c:10113 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. which is likely the reason for the error you are seeing. Which eventually makes it a dup of PR45200. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |45200 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45293