OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [arrayio_7.f90] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
! { dg-do run }
2
! PR24224 Test formatted input/output to/from character arrays with strides
3
! other than 1.  Test that reading stops at the end of the current record.
4
! Contributed by Jerry DeLisle .
5
program arrayio_7
6
  character*4, dimension(8) :: abuf = (/"0123","4567","89AB","CDEF", &
7
                                        "0123","4567","89AB","CDEF"/)
8
  character*4, dimension(2,4) :: buf
9
  character*8 :: a
10
  equivalence (buf,abuf)
11
  read(buf(2, 1:3:2), '(a8)') a
12
  if (a.ne."4567") call abort()
13
end program arrayio_7

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.