Re: Ping: [PATCH] Use system default for long double if not specified on PowerPC.

2022-01-31 Thread Segher Boessenkool
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

Re: Ping: [PATCH] Use system default for long double if not specified on PowerPC.

2022-01-31 Thread Michael Meissner via Gcc-patches
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

Re: Ping: [PATCH] Use system default for long double if not specified on PowerPC.

2022-01-31 Thread Segher Boessenkool
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

Ping: [PATCH] Use system default for long double if not specified on PowerPC.

2022-01-31 Thread Michael Meissner via Gcc-patches
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