https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96248
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2021-08-31 Ever confirmed|0 |1 Summary|Closing quote in wrong |Closing quote in wrong |position in |position in |config/rs6000/linux64.h |config/rs6000/rs6000.c --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- It was moved to rs6000.c by r11-3604: rs6000.c: error ("%<-mcmodel incompatible with other toc options%>"); But otherwise confirmed. looks like the one that was in freebsd64.h was actually correct but when merged with the one in linux64.h to rs6000.c, the bad one was selected.