Re: Repost: [PATCH] Fix long double tests when default long double is not IBM.

2021-07-14 Thread Segher Boessenkool
hi! On Wed, Jul 07, 2021 at 03:58:37PM -0400, Michael Meissner wrote: > +/* We force the long double type to be IBM 128-bit because the > CONVERT_TO_PINF There is no "forcing" here. "We use ..." or "We require ..." is fine. "Force" suggests something tries to prevent you. "Override" is worse.

Re: Repost: [PATCH] Fix long double tests when default long double is not IBM.

2021-07-14 Thread Michael Meissner via Gcc-patches
On Wed, Jul 14, 2021 at 11:11:29AM -0500, Bill Schmidt wrote: > Just for my edification, can you remind me why we need -Wno-psabi? > What warning are we disabling?  Same question for ieee variant. > > LGTM in any event.  Recommend approval by maintainers... Unless you configured GCC with a 2.32 o

Re: Repost: [PATCH] Fix long double tests when default long double is not IBM.

2021-07-14 Thread Bill Schmidt via Gcc-patches
Hi Mike, On 7/7/21 2:58 PM, Michael Meissner wrote: [PATCH] Fix long double tests when default long double is not IBM. This patch adds 3 more selections to target-supports.exp to see if we can force the compiler to use a particular long double format (IEEE 128-bit, IBM extended double, 64-bit

Repost: [PATCH] Fix long double tests when default long double is not IBM.

2021-07-07 Thread Michael Meissner via Gcc-patches
[PATCH] Fix long double tests when default long double is not IBM. This patch adds 3 more selections to target-supports.exp to see if we can force the compiler to use a particular long double format (IEEE 128-bit, IBM extended double, 64-bit), and the library support will track the changes for

Ping #2: [PATCH] Fix long double tests when default long double is not IBM.

2021-06-01 Thread Michael Meissner via Gcc-patches
Ping patch again. | Date: Tue, 18 May 2021 16:32:33 -0400 | Subject: [PATCH] Fix long double tests when default long double is not IBM. | Message-ID: <20210518203233.ga15...@ibm-toto.the-meissners.org> | https://gcc.gnu.org/pipermail/gcc-patches/2021-May/570678.html -- Michael Meissner, I

Ping [PATCH] Fix long double tests when default long double is not IBM.

2021-05-24 Thread Michael Meissner via Gcc-patches
Ping patch. This is independent of the other patches. | Date: Tue, 18 May 2021 16:32:33 -0400 | Subject: [PATCH] Fix long double tests when default long double is not IBM. | Message-ID: <20210518203233.ga15...@ibm-toto.the-meissners.org> -- Michael Meissner, IBM IBM, M/S 2506R, 550 King

Re: [PATCH] Fix long double tests when default long double is not IBM.

2021-05-20 Thread will schmidt via Gcc-patches
On Tue, 2021-05-18 at 16:32 -0400, Michael Meissner wrote: > [PATCH] Fix long double tests when default long double is not IBM. > Hi, > This patch adds 3 more selections to target-supports.exp to see if we can > force > the compiler to use a particular long double format (IE

[PATCH] Fix long double tests when default long double is not IBM.

2021-05-18 Thread Michael Meissner via Gcc-patches
[PATCH] Fix long double tests when default long double is not IBM. This patch adds 3 more selections to target-supports.exp to see if we can force the compiler to use a particular long double format (IEEE 128-bit, IBM extended double, 64-bit), and the library support will track the changes for