This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] S390: Fp comparison are now raising FE_INVALID with gcc 10.
- From: Stefan Liebler <stli at linux dot ibm dot com>
- To: libc-alpha at sourceware dot org
- Date: Wed, 6 Nov 2019 08:08:58 +0100
- Subject: Re: [PATCH] S390: Fp comparison are now raising FE_INVALID with gcc 10.
- References: <b2cd1e14-f34b-6afc-da6e-d2cbac2ddac3@linux.ibm.com>
On 10/29/19 11:09 AM, Stefan Liebler wrote:
Hi,
The s390 gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77918
"S390: Floating point comparisons don't raise invalid for unordered
operands." is fixed with gcc 10. Thus we conditionally set
FIX_COMPARE_INVALID to 0 or 1.
Bye,
Stefan
Committed