This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/53500] internal compiler error in joust()


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]