On Mon, Jan 31, 2022 at 02:38:27PM -0500, Michael Meissner wrote:
> On Mon, Jan 31, 2022 at 12:52:28PM -0600, Segher Boessenkool wrote:
> > Hi!
> >
> > On Mon, Jan 31, 2022 at 01:49:03PM -0500, Michael Meissner wrote:
> > > * config/rs6000/rs6000.cc (TARGET_IEEEQUAD_DEFAULT): If the
> > > comp
On Mon, Jan 31, 2022 at 12:52:28PM -0600, Segher Boessenkool wrote:
> Hi!
>
> On Mon, Jan 31, 2022 at 01:49:03PM -0500, Michael Meissner wrote:
> > * config/rs6000/rs6000.cc (TARGET_IEEEQUAD_DEFAULT): If the
> > compiler used to build the current compiler defaults to IEEE
> > 128-bit l
Hi!
On Mon, Jan 31, 2022 at 01:49:03PM -0500, Michael Meissner wrote:
> * config/rs6000/rs6000.cc (TARGET_IEEEQUAD_DEFAULT): If the
> compiler used to build the current compiler defaults to IEEE
> 128-bit long double, make that the default for this build.
NAK. The compiler con
This patch is critical to be installed when distros start making the switch
from IBM 128-bit long double to IEEE 128-bit long double, so that users don't
have to explicitly set the floating point format.
Note because the patch was posted before the .c files were renamed to .cc, the
following patch