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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [entry_2.f90] - Blame information for rev 715

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

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
! Arguments to procedures with multiple entry points may be absent, however
3
! they are not optional, unless explicitly maked as such.
4
subroutine foo(i, a, b)
5
  logical a(2, 2)
6
  logical b(1)
7
  ! Check we don't get an "DIM must not be optional" error
8
  a = any(b, i)
9
entry bar()
10
end subroutine

powered by: WebSVN 2.1.0

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