next up previous
Next: The Codes

PCRC Fortran 90 and HPF Syntax Test Suite

D.B. Carpenter



Northeast Parallel Architectures Center,
Syracuse University,
111 College Place,
Syracuse, New York, 13244-4100

DRAFT

Abstract:

The Fortran syntax test suite is designed as a test of Fortran 90 and High Performance Fortran (HPF) compilers. It targets the parsing, or syntax-checking, phase of the compilers.

The suite currently consists of 8 standard Fortran 90 programs and one HPF program. The programs were constructed synthetically from the formal syntax definition of the languages. They exercise every syntax rule at least once. The tables of syntax rules used to generate the codes are also supplied with the test suite.

The test programs are annotated with comments flagging the first use (within the file) of each syntax rule. When a parser erroneously flags a syntax error on a particular line, these annotations should enable rapid isolation of the unrecognised syntax rule.





Bryan Carpenter 2002-07-12