[PATCH v4] Provide a C++ version of iseqsig

Joseph Myers joseph@codesourcery.com
Fri May 11 20:02:00 GMT 2018


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



More information about the Libc-alpha mailing list