https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71390
Segher Boessenkool <segher at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #2 from Segher Boessenkool <segher at gcc dot gnu.org> --- Most HAVE_AS_* were deleted (in r264675). [ Only HAVE_AS_MFCRF is left, and we should get rid of that as well... We shouldn't use the two-argument mfcr at all, this is mfocrf in modern lingo. ] Problems like PR70957 can now not happen at all. Instead, when the compiler generates code the assembler does not like, the user gets an error. So just don't use too old assemblers! Closing this PR as WONTFIX.