Hi! On Wed, Sep 17, 2025 at 12:44:54PM +0000, alfie.richa...@arm.com wrote: > * config/rs6000/rs6000.cc (TARGET_OPTION_FUNCTION_VERSIONS): Removed.
> diff --git a/gcc/config/rs6000/rs6000.cc b/gcc/config/rs6000/rs6000.cc > index d00d5f27121..1049c446c40 100644 > --- a/gcc/config/rs6000/rs6000.cc > +++ b/gcc/config/rs6000/rs6000.cc > @@ -1730,9 +1730,6 @@ static const scoped_attribute_specs *const > rs6000_attribute_table[] = > #define TARGET_GET_FUNCTION_VERSIONS_DISPATCHER > \ > rs6000_get_function_versions_dispatcher > > -#undef TARGET_OPTION_FUNCTION_VERSIONS > -#define TARGET_OPTION_FUNCTION_VERSIONS common_function_versions > - The rs6000 is okay of course. Thank you! Why was the old rs6000 thing not just using the default anyway? Segher