gcc 15.0.2+mingw 13.0.0 libstdc++-v3 build error
Summary When bootstrapping a GCC 15.0.2 toolchain targeting x86_64-w64-mingw32, the build of libstdc++-v3 fails with a cascade of warnings interpreted as errors. The root cause is that the C++ compiler frontend (cc1plus.exe) is inadvertently invoking the C frontend (cc1.exe). This is caused by a corrupted gcc driver configuration, likely due to missing or invalid specs … Read more