NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: lib/57250: dtoa mishandles infinite doubles on 32bit big endian machines
The following reply was made to PR lib/57250; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: lib/57250: dtoa mishandles infinite doubles on 32bit big endian
machines
Date: Sun, 2 Apr 2023 11:29:21 +0200
We seem to set WIDE_DOUBLE unconditionally in stdio/Makefile.inc.
All of the affected platforms (that I know about) have
sizeof(double) == sizeof(long double) == 8.
Martin
Home |
Main Index |
Thread Index |
Old Index