This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Fix parameter type in C++ version of iseqsig (bug 23171)
- From: "Gabriel F. T. Gomes" <gabriel at inconstante dot eti dot br>
- To: <libc-alpha at sourceware dot org>
- Date: Mon, 14 May 2018 11:30:56 -0300
- Subject: Re: [PATCH] Fix parameter type in C++ version of iseqsig (bug 23171)
- References: <20180514142858.26953-1-gabriel@inconstante.eti.br>
On Mon, 14 May 2018, Gabriel F. T. Gomes wrote:
>mistakenly used double parameters in the long double version of iseqsig,
>thus causing spurious conversions to double, as reported on bug 23171.
By the way, is there any kind of test, which could be added to the test
suite, and that would have detected such spurious conversions?