Re: Testing Fortran 90 Compiler for 8-byte integer support

kamal <kamalpr@hp.com>
Sun, 8 Jun 2008 21:34:53 -0700 (PDT)

          From comp.compilers

Related articles
Testing Fortran 90 Compiler for 8-byte integer support amit25_chauhan@yahoo.co.in (amit chauhan) (2008-06-05)
Re: Testing Fortran 90 Compiler for 8-byte integer support kamalpr@hp.com (kamal) (2008-06-08)
| List of all articles for this month |

From: kamal <kamalpr@hp.com>
Newsgroups: comp.compilers
Date: Sun, 8 Jun 2008 21:34:53 -0700 (PDT)
Organization: Compilers Central
References: 08-06-009
Keywords: Fortran, testing
Posted-Date: 09 Jun 2008 19:05:15 EDT

On Jun 5, 10:34 am, amit chauhan <amit25_chau...@yahoo.co.in> wrote:
> I am working on a Fortran 90 compiler . Recently we have added 8-byte
> integer support to the Compiler. Now i want to know is there any
> testing methodology or open-source test suite available to test for
> 8-byte integer values???????


http://gcc.gnu.org/fortran/


contains a pointer to the test suite for fortran i.e. gcc-
fortrain-64bit testsuite. They have a results file, which will help
you to determine conformance [or the lack thereof] and missing
features in your implementation.


A company called absoft provides a package for testing fortran
compilers. If you don't want to pay for it, GNU is your best bet for
freeware.


regards
-kamal



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.