mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 19:11:07 +08:00
eoshift.f90: Correct format.
2005-08-12 Thomas Koenig <Thomas.Koenig@online.de> * gfortran.dg/eoshift.f90: Correct format. From-SVN: r103045
This commit is contained in:
parent
7cd5c07539
commit
68c41a6cc4
@ -1,3 +1,7 @@
|
||||
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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user