This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
nist testsuite question.
- From: Uttam Pawar <uttamp at us dot ibm dot com>
- To: fortran at gcc dot gnu dot org
- Date: Wed, 26 Oct 2005 19:13:59 -0700
- Subject: nist testsuite question.
Hi All,
I was looking through the NIST fortran testsuite which as we know is
written for fortran77.
I'm having problem in compiling and running them with gfortran with
-std=f95 option. The construct in a test specially arithmatic IF
statement (which checks the result of computation) with multiple go to
is causing the tests not to compile with -std=f95 (obviously).
Is there any plan on converting them or writing new tests to make them
compatible with f95 standard?
Can we really convert them and add to the gfortran test suite?
In NIST testsuite, there are no tests at least for sinh() and cosh()
functions with negative arguments, should we add them as new to gfotran
tests?
Thanks in advance.
- Uttam