Commit bd0e28a2 by Thomas Koenig Committed by Thomas Koenig

re PR libfortran/20163 ([4.0 only] gfortran - error opening direct access file)

2005-04-09  Thomas Koenig  <Thomas.Koenig@online.de>

        PR libfortran/20163
        * gfortran.dg/open-options-blanks.f:  New test.

From-SVN: r97924
parent 130bcb37
2005-04-09 Thomas Koenig <Thomas.Koenig@online.de>
PR libfortran/20163
* gfortran.dg/open-options-blanks.f: New test.
2005-04-09 Andrew Pinski <pinskia@physics.uc.edu> 2005-04-09 Andrew Pinski <pinskia@physics.uc.edu>
PR fortran/13257 PR fortran/13257
......
! { dg-do run }
! PR 20163, first half: Trailing blanks on an option to
! open used to cause an error
CHARACTER*8 ST
ST = 'SCRATCH '
OPEN(UNIT=10,STATUS=ST)
END
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment