Re: [PATCH] PowerPC: PR 97791: Fix gnu attributes.

2020-11-23 Thread Segher Boessenkool
Hi! On Thu, Nov 19, 2020 at 06:54:29PM -0500, Michael Meissner wrote: > 1) Only set gnu attribute #4 if long double was passed. Passing __float128 > when long double is IBM or __ibm128 when long double is IEEE no longer sets > the > attribute. This resulted in a lot of false positives, such as

[PATCH] PowerPC: PR 97791: Fix gnu attributes.

2020-11-19 Thread Michael Meissner via Gcc-patches
[PATCH] PowerPC: PR 97791: Fix gnu attributes. Note, I originally posted this to an internal IBM mailing list, not to gcc-patches. Sorry about that. This patch does two things to fix setting gnu attribute #4 (long double status) 1) Only set gnu attribute #4 if long double was passed. Passing