Dear GCC community, when I try to compile a 11 Version of GCC I get while compiling in the directory …./gcc-11.2.0/host-x86_64-pc-linux-gnu/gcc the following: x86_64-pc-linux-gnu-g++ -std=c++11 -fno-PIE ….. ../.././gcc/cp/g++spec.c error occurs: x86_64-pc-linux-gnu-g++: fatal error: unknown spec function 'dumps' compilation terminated.
I looked into the spec-file in that directory. There is the entry: *cpp_debug_options: %<dumpdir %<dumpbase %<dumpbase-ext %{d*} %:dumps() When I change it to the entry as in GCC 10.3: *cpp_debug_options: %{d*} the compile runs through even so in the end, the specs file seems to be overwritten again. So the question is: Where should ‘dumps’ come from. Is this a command and I need an additional software or is another library required? Best regards, Tammo