https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115608
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target|sparc-linux-gnu |sparc64-linux-gnu --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- /* V8PLUS requires V9 and makes no sense in 64-bit mode. */ if (!TARGET_V9 || TARGET_ARCH64) target_flags &= ~MASK_V8PLUS; Basically for sparc64, -mv8plus should have been a no-op ...