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

Subversion Repositories openrisc

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

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

! { dg-do compile }
! Tests fix for PR25090 in which references in specification
! expressions to variables that were not entry formal arguments
! would be missed.
!
! Contributed by Joost VandeVondele  <jv244@cam.ac.uk>
!
   SUBROUTINE S1(I)
   CHARACTER(LEN=I+J) :: a
   real :: x(i:j), z
   a = ""  ! { dg-error "before the ENTRY statement in which it is a parameter" }
   x = 0.0 ! { dg-error "before the ENTRY statement in which it is a parameter" }
   ENTRY E1(J)
   END SUBROUTINE S1
   END

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.