OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [intent_used_1.f90] - Blame information for rev 302

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
! Tests the fix for the regression caused by the patch for PR20869
3
! which itself is tested and described by intrinsic_external_1.f90
4
!
5
! reported to the fortran list by Dominique Dhumieres  dominiq@lps.ens.fr
6
 
7
MODULE global
8
   INTERFACE
9
      SUBROUTINE foo(i, j)
10
      IMPLICIT NONE
11
      INTEGER :: j
12
      integer, DIMENSION(j,*) :: i ! This constituted usage of j and so triggered....
13
      INTENT (IN) j  ! Would give "Cannot change attributes of symbol at (1) after it has been used"
14
      INTENT (INOUT) i
15
      END SUBROUTINE foo
16
   END INTERFACE
17
END MODULE global
18
 
19
! { dg-final { cleanup-modules "global" } }

powered by: WebSVN 2.1.0

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