https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101022
--- Comment #4 from Bill Schmidt <wschmidt at gcc dot gnu.org> --- Hi Carl -- while you're in there, can you please remove these? +BU_P10_OVERLOAD_2 (VRLQ, "vrlq") +BU_P10_OVERLOAD_2 (VSLQ, "vslq") +BU_P10_OVERLOAD_2 (VSRQ, "vsrq") +BU_P10_OVERLOAD_2 (VSRAQ, "vsraq") They aren't used in the overload table, because we already have vec_rl, vec_sl, vec_sr, and vec_sra that you rightly use. So these macros don't provide any other utility. Sorry I didn't see this sooner. Thanks! Bill