https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82985

--- Comment #9 from BlenderEi at LwTV dot de ---
Created attachment 42604
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42604&action=edit
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?

Reply via email to