Commit 68c41a6c by Thomas Koenig Committed by Thomas Koenig

eoshift.f90: Correct format.

2005-08-12  Thomas Koenig  <Thomas.Koenig@online.de>

	* gfortran.dg/eoshift.f90:  Correct format.

From-SVN: r103045
parent 7cd5c075
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:
Fix comment typo.
......
......@@ -2,5 +2,5 @@
! 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
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