https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106516
--- Comment #6 from Peter Bergner <bergner at gcc dot gnu.org> --- (In reply to Kewen Lin from comment #5) > Created attachment 53492 [details] > Adjust pr104992.c with vect_int_mod > > > So it sounds like we want a generic target supports test that is true on > > targets (like power10) with a vector mod and key off that. Any ideas how we > > can do that? > > Add one effective target vect_int_mod for it, one quick grepping for i386 > and aarch64 shows they don't have such support. Heh, I was thinking of whether we could actually test whether an actual target supported it, but given no other arches seem to be failing this test case other than P10, I guess that will work. :-)