------- 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<HAC::entity::process_tag, 0ul>': ../../../src/Object/inst/instance_collection_pool_bundle.h:49:7: instantiated from 'HAC::entity::instance_collection_pool_wrapper<HAC::entity::instance_array<HAC::entity::process_tag, 0ul> >' ../../../src/Object/inst/instance_collection_pool_bundle.h:135:72: instantiated from 'HAC::entity::instance_collection_pool_bundle<HAC::entity::process_tag>' ../../../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 <http://gcc.gnu.org/bugs.html> 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