https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125598
--- Comment #4 from Дилян Палаузов <dilyan.palauzov at aegee dot org> --- > You're assuming it's not fixed in 15.2, though. How could we fix 15.1? This problem report is about compiling (bootstrapping) gcc 16.1.0. To compile stage1 I used gcc 15.1. To compile stage2 the compiler from stage1 - which is 16.1 - is used. To compile stage3 the compiler for stage2 - which is 16.1 - is used. Here the object files generated at stage2 and stage3 - by the 16.1 compiler - differ. This is also what the current ticket is about. I do not see how the cause could be in gcc 15.1, I mentioned it for completeness of the circumstances how the error happened.
