2005-08-12 Thomas Koenig <Thomas.Koenig@online.de>
* gfortran.dg/eoshift.f90: Correct format.
From-SVN: r103045
+2005-08-12 Thomas Koenig <Thomas.Koenig@online.de>
+
+ * gfortran.dg/eoshift.f90: Correct format.
+
2005-08-12 Thomas Koenig <Thomas.Koenig@online.de>
* gfortran.fortran-torture/execute/character_passing.f90:
! PR 18958: We used to segfault for eoshifting off the end of an array.
program main
character(len=20) line
- write (line,'(I4)') eoshift((/1, 3/), 3)
+ write (line,'(2I4)') eoshift((/1, 3/), 3)
end program main