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

Subversion Repositories openrisc_me

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

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
! { dg-do run }
2
! PR 21354:  Rank 7 was not handled correctly by many library
3
!            functions, including in_pack.
4
program main
5
  real, dimension (2,2,2,2,2,2,2):: a
6
  a = 1.0
7
  call foo(a(2:1:-1,:,:,:,:,:,:))
8
end program main
9
 
10
subroutine foo(a)
11
  real, dimension (2,2,2,2,2,2,2):: a
12
end subroutine foo

powered by: WebSVN 2.1.0

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