On Thu, Nov 18, 2021 at 07:47:38AM -0600, Bill Schmidt wrote: > Hi! This patch is broken out from the patch with test suite changes for the > new builtins support. > > With the old builtins support, cmpb-2.c produces: > warning: implicit declaration of function '__builtin_cmpb; did you mean > '__builtin_bcmp'? > > With the new support, it produces: > error: '__builtin_p6_cmpb requires the '-mcpu=power6' option and either the > '-m64' or '-mpowerpc64' option > note: builtin '__builtin_cmpb' requires builtin '__builtin_p6_cmpb'
I am still not happy with this at all, it is clearly worse than what we had. But, okay for trunk, and hopefully we can fix it before GCC 12 release. Thanks! Segher