This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v4] Provide a C++ version of iseqsig
- From: Joseph Myers <joseph at codesourcery dot com>
- To: "Gabriel F. T. Gomes" <gabriel at inconstante dot eti dot br>
- Cc: <libc-alpha at sourceware dot org>, <fweimer at redhat dot com>
- Date: Fri, 11 May 2018 20:02:41 +0000
- Subject: Re: [PATCH v4] Provide a C++ version of iseqsig
- References: <20171121133529.30074-1-gabriel@inconstante.eti.br>
On Tue, 21 Nov 2017, Gabriel F. T. Gomes wrote:
> +template<> struct __iseqsig_type<long double>
> +{
> + static int __call(double __x, double __y) throw()
I just noticed that __iseqsig_type<long double>::call has arguments of
type double, when they should have type long double. Bug 23171 filed.
--
Joseph S. Myers
joseph@codesourcery.com