This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH, libstdc++] PR libstdc++/68397 std::tr1::expint fails ... long double arguments.
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Ed Smith-Rowland <3dw4rd at verizon dot net>
- Cc: "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>, Jonathan Wakely <jwakely dot gcc at gmail dot com>, W Brown <webrown dot cpp at gmail dot com>, Daniel Krügler <daniel dot kruegler at gmail dot com>
- Date: Thu, 20 Apr 2017 16:13:24 +0100
- Subject: Re: [PATCH, libstdc++] PR libstdc++/68397 std::tr1::expint fails ... long double arguments.
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jwakely at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 9EF462D8E8B
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 9EF462D8E8B
- References: <e92749c8-6214-df79-7e8e-327c805c68d3@verizon.net>
On 20/04/17 10:58 -0400, Ed Smith-Rowland wrote:
Here is a patch for
PR libstdc++/68397 std::tr1::expint fails in __expint_En_cont_frac
for some long double arguments due to low __max_iter value.
The proposed resolution of increasing the max_iter to 1000 is a simple
and obvious fix.
Built and tested on x86_64-linux.
OK?
OK for trunk, thanks.