This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH, PR] Crash of Bessel functions at x==0!
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Ed Smith-Rowland <3dw4rd at verizon dot net>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 07 Feb 2013 13:01:31 +0100
- Subject: Re: [PATCH, PR] Crash of Bessel functions at x==0!
- References: <511320DF.2050400@verizon.net> <511393E1.1090806@oracle.com>
On 02/07/2013 12:45 PM, Paolo Carlini wrote:
In any case, please remove the "// { dg-do compile }" from the
testcase: we want to *run* it (the default behavior), right? Also,
please try to follow the common format, have a separate function with
the tests, called by main, definining a test variable, etc, etc.
... oh, and have in the right subdirectory, of course.
Paolo.