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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [optional_dim.f90] - Rev 149

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

! { dg-do compile }
subroutine foo(a,n)
  real, dimension(2) :: a
  integer, optional :: n
  print *,maxloc(a,dim=n) ! { dg-error "must not be OPTIONAL" }
  print *,maxloc(a,dim=4) ! { dg-error "is not a valid dimension index" }
  print *,maxval(a,dim=n) ! { dg-error "must not be OPTIONAL" }
  print *,maxval(a,dim=4) ! { dg-error "is not a valid dimension index" }
end subroutine foo
  

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

powered by: WebSVN 2.1.0

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