[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
test-isinf compiled by gcc-5.3.1 fails on ppc64le
From: |
Kamil Dudka |
Subject: |
test-isinf compiled by gcc-5.3.1 fails on ppc64le |
Date: |
Wed, 06 Jan 2016 14:04:49 +0100 |
User-agent: |
KMail/4.14.10 (Linux/4.2.8-300.fc23.x86_64; KDE/4.14.14; x86_64; ; ) |
Fedora ppc64le toolchain recently changed expansion of the isinf() macro,
which causes the !isinf(LDBL_MAX) assertion to fail when using the LDBL_MAX
value defined by gnulib. On the other hand, it still works correctly when
using the LDBL_MAX value defined by the toolchain.
The -D__SUPPORT_SNAN__ preprocessor flag can be used as a workaround.
A more detailed analysis of the issue is available here:
https://bugzilla.redhat.com/show_bug.cgi?id=1294016#c15
Is this a bug in the toolchain or a gnulib bug?
Kamil
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- test-isinf compiled by gcc-5.3.1 fails on ppc64le,
Kamil Dudka <=