This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53500] New: internal compiler error in joust()
- From: "pogonyshev at gmx dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 27 May 2012 18:28:11 +0000
- Subject: [Bug c++/53500] New: internal compiler error in joust()
- Auto-submitted: auto-generated
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: unassigned@gcc.gnu.org
ReportedBy: pogonyshev@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.