https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108300
--- Comment #12 from niXman <i.nixman at autistici dot org> --- guys, does anyone have an idea why I faced with the error on gcc-12.2.0 ? ``` ../../../../src/gcc-12.2.0/libcpp/system.h:404:30: error: expected identifier before string constant 404 | #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~ ../../../../src/gcc-12.2.0/libcpp/system.h:404:30: error: expected ',' or '...' before string constant ../../../../src/gcc-12.2.0/libcpp/system.h:404:30: error: expected identifier before string constant 404 | #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~ ../../../../src/gcc-12.2.0/libcpp/system.h:404:30: error: expected ',' or '...' before string constant make[3]: *** [Makefile:227: files.o] Error 1 ``` until recently I successfully built this version, but now for some reason I get that error...