On Tue, Sep 15, 2020 at 03:38:05PM -0300, Alexandre Oliva wrote: > On Sep 11, 2020, Michael Meissner via Gcc-patches <gcc-patches@gcc.gnu.org> > wrote: > > > + case SFmode: > > + case DFmode: > > gcc110 (ppc64) in the build farm didn't like this. The bootstrap > compiler barfs on these expressions, because of some constexpr issue I > haven't really looked into.
Yeah, the system compiler is 4.8.5 (this is centos7). > I'm testing this patch. I'll check it in when I'm done. It is pre-approved, just check it in already please! Segher > --- a/gcc/config/rs6000/rs6000.c > +++ b/gcc/config/rs6000/rs6000.c > @@ -15190,8 +15190,8 @@ have_compare_and_set_mask (machine_mode mode) > { > switch (mode) > { > - case SFmode: > - case DFmode: > + case E_SFmode: > + case E_DFmode: > return TARGET_P9_MINMAX; > > default: