https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82985
--- Comment #12 from Markus Trippelsdorf <trippels at gcc dot gnu.org> --- (In reply to BlenderEi from comment #9) > Created attachment 42604 [details] > Output of command "make VERBOSE=1" with altered makefile with additional > flags which invokes the compiler to crash > > Oh ok. Sorry for this taking so long. If I didnt misunderstand you, I got it > now. > > I have now executed: > > make VERBOSE=1 > after I changed the Makefile (generated by CMake) by adding the flags (-v > --save-temps) inbetween "/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) > $(CXX_FLAGS)" and "-o > CMakeFiles/dso.dir/src/FullSystem/FullSystemOptimize.cpp.o -c > /home/akp/dso/src/FullSystem/FullSystemOptimize.cpp" (because building the > "FullSystemOptimize" object seems to be the reason for the crash). > > What do you say, is this useful? Yes, thank you. Can you please attach the FullSystemOptimize.ii file (again)?