intrinsic_count.f90: Fix array dimension to avoid correct end-of-file error.

2005-08-29  Jerry DeLisle  <jvdelisle@verizon.net>

       * gfortran.fortran-torture/execute/intrinsic_count.f90:
       Fix array dimension to avoid correct end-of-file error.

From-SVN: r103626
This commit is contained in:
Jerry DeLisle 2005-08-30 05:05:38 +00:00
parent f97e8c0f6b
commit 4dc0796f75
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
2005-02-29 Thomas Koenig <Thomas.Koenig@online.de>
2005-08-29 Jerry DeLisle <jvdelisle@verizon.net>
* gfortran.fortran-torture/execute/intrinsic_count.f90:
Fix array dimension to avoid correct end-of-file error.
2005-08-29 Thomas Koenig <Thomas.Koenig@online.de>
PR libfortran/23598
* gfortran.dg/iostat_1.f90: New test.

View File

@ -2,7 +2,7 @@
program intrinsic_count
implicit none
logical(kind=4), dimension (3, 5) :: a
integer(kind=4), dimension (5) :: b
integer(kind=4), dimension (3) :: b
integer i
character(len=10) line