This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Bug libstdc++/56430] In __airy: return-statement with a value, in function returning 'void'.





-------- Original Message --------
Subject: Re: [Bug libstdc++/56430] In __airy: return-statement with a value, in function returning 'void'.
Date: 	Wed, 12 Jun 2013 20:02:27 -0400
From: 	Ed Smith-Rowland <3dw4rd@verizon.net>
To: libstdc++@gcc.gnu.org <libstdc++@gcc.gnu.org>, gcc-patches <gcc-patches@gcc.gnu.org>






-------- Original Message --------
Subject: Re: [Bug libstdc++/56430] In __airy: return-statement with a value, in function returning 'void'.
Date: 	Wed, 12 Jun 2013 19:57:13 -0400
From: 	Ed Smith-Rowland <3dw4rd@verizon.net>
To: 	Paolo Carlini <paolo.carlini@oracle.com>



On 06/12/2013 05:31 PM, Paolo Carlini wrote:
Hi,

On 06/12/2013 10:28 PM,3dw4rd@verizon.net  wrote:
Here is an overdue patch for the Airy function.
I repair the void function and I out two Airy functions as C++
extensions.

Built and tested on x86_64-linux.

OK?
The functions are unused, please remove them and close the PR.

Thanks,
Paolo.

The point of the patch is to fix the base function and then offer access
to the function as a gcc extension.  boost has these functions.  These
have been offered in C++ library papers extending TR 29123.

Or is the point you would rather us remove the function to fix the PR.
Then add extensions separately?

My eventual goal is to fix this and several other issues in the maths
stuff, then implement TR 29123 (Push most TR1 maths to namespace std).

Ed






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]