This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53500] 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 20:03:40 +0000
- Subject: [Bug c++/53500] internal compiler error in joust()
- Auto-submitted: auto-generated
- References: <bug-53500-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53500
--- Comment #6 from Paul Pogonyshev <pogonyshev at gmx dot net> 2012-05-27 20:03:40 UTC ---
Created attachment 27508
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27508
much reduced testcase not using any libraries other than libstdc++
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 function âvoid foo()â:
tests/map-insert.cpp:41:60: internal compiler error: in joust, at
cp/call.c:8014
Command line is the same as before, but it shouldn't matter.