http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53500
Bug #: 53500 Summary: internal compiler error in joust() Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: pogonys...@gmx.net Version: gcc-4.7 (Debian 4.7.0-9) 4.7.0 x86_64-linux-gnu Here is the command and console compiler output: gcc-4.7 -std=c++11 -save-temps -I. -DBOOST_TEST_DYN_LINK=1 -c tests/map-insert.cpp -o tests/map-insert.o tests/map-insert.cpp: In instantiation of ‘void map_insert::test_map_insert_initializers_1<implementation>::test_method() [with implementation = HugeForwardMap]’: tests/map-insert.cpp:155:124: required from ‘static void map_insert::test_map_insert_initializers_1_invoker::run(boost::type<TestType>*) [with TestType = HugeForwardMap]’ /usr/local/include/boost/test/unit_test_suite_impl.hpp:357:25: required from ‘void boost::unit_test::ut_detail::test_case_template_invoker<TestCaseTemplate, TestType>::operator()() [with TestCaseTemplate = map_insert::test_map_insert_initializers_1_invoker; TestType = HugeForwardMap]’ /usr/local/include/boost/test/utils/callback.hpp:56:35: required from ‘boost::unit_test::ut_detail::unused boost::unit_test::ut_detail::invoker<boost::unit_test::ut_detail::unused>::invoke(Functor&) [with Functor = boost::unit_test::ut_detail::test_case_template_invoker<map_insert::test_map_insert_initializers_1_invoker, HugeForwardMap>]’ /usr/local/include/boost/test/utils/callback.hpp:89:58: required from ‘R boost::unit_test::ut_detail::callback0_impl_t<R, Functor>::invoke() [with R = boost::unit_test::ut_detail::unused; Functor = boost::unit_test::ut_detail::test_case_template_invoker<map_insert::test_map_insert_initializers_1_invoker, HugeForwardMap>]’ tests/map-insert.cpp:215:94: required from here tests/map-insert.cpp:162:3: internal compiler error: in joust, at cp/call.c:8014 Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions. Preprocessed source stored into /tmp/ccR3ebge.out file, please attach this to your bugreport. I attached the /tmp/... file.