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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
! Test the fix for PR25097, in which subobjects of the optional dummy argument
3
! could appear as argument A of the PRESENT intrinsic.
4
!
5
! Contributed by Joost VandeVondele 
6
!
7
 MODULE M1
8
  TYPE T1
9
   INTEGER :: I
10
  END TYPE T1
11
 CONTAINS
12
  SUBROUTINE S1(D1)
13
   TYPE(T1), OPTIONAL :: D1(4)
14
   write(6,*) PRESENT(D1%I)  ! { dg-error "must not be a subobject" }
15
   write(6,*) PRESENT(D1(1)) ! { dg-error "must not be a subobject" }
16
   write(6,*) PRESENT(D1)
17
  END SUBROUTINE S1
18
 END MODULE
19
 END
20
! { dg-final { cleanup-modules "m1" } }

powered by: WebSVN 2.1.0

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