OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [pr47757-3.f90] - Blame information for rev 694

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! PR libfortran/47757
2
! { dg-do run { target fortran_large_int } }
3
 
4
  character(kind=4):: str(3,3), s(3)
5
  str(1,:) = [4_'A', 4_'b', 4_'C']
6
  str(2,:) = [4_'A', 4_'b', 4_'C']
7
  str(3,:) = [4_'A', 4_'b', 4_'C']
8
  s = 4_'A'
9
  print *, cshift(str, shift=2_16, dim=1_16)
10
  print *, eoshift(str, shift=2_16, dim=1_16)
11
  print *, eoshift(str, shift=2_16, boundary=s, dim=1_16)
12
end

powered by: WebSVN 2.1.0

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