http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58528

--- Comment #4 from Charles <charles.frasch at gmail dot com> ---
This seems to be the min to reproduce the error. I have also managed to greatly
reduce the size of the archive libraries. That should help keep the .i file
smaller.

/usr/bin/g++ -O2 -g -DNDEBUG -static-libstdc++ -flto 
CMakeFiles/Fix_Engine_Detail_ut.dir/Fix_Engine_Detail_ut.cpp.o  -o
Fix_Engine_Detail_ut -rdynamic ../../libfix_engine.a
../../../middleware/libmiddleware.a /usr/local/gtest/gtest/lib/libgtest.a
../../../test/gtest/libtheme-gtest.a ../../../test/libtheme-test.a
/usr/local/boost/boost_1_54_0/lib/libboost_filesystem.a     -lrt 
../../../libtheme.a

Adding -r -nostdlib causes the ICE to go away

Reply via email to