On 7/8/20 11:02 PM, Peter Bergner wrote: > Is this ok for trunk assuming the bootstrap and regression testing > show no regressions? > > This also affects GCC10, so I'd like to backport this before the release. > Ok there too after it sits on trunk a day or two? > > Peter > > > gcc/ > PR target/96125 > * config/rs6000/rs6000-call.c (rs6000_init_builtins): Define the MMA > specific types __vector_quad and __vector_pair, and initialize the > MMA built-ins if TARGET_EXTRA_BUILTINS is set. > (mma_init_builtins): Don't test for mask set in rs6000_builtin_mask. > Remove now unneeded mask variable. > * config/rs6000/rs6000.c (rs6000_option_override_internal): Add the > OPTION_MASK_MMA flag for power10 if not already set. > > gcc/testsuite/ > PR target/96125 > * gcc.target/powerpc/pr96125.c: New test.
Trunk testing was clean with no regressions. Peter