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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
!
3
module m1
4
contains
5
pure pure subroutine a1(b) ! { dg-error "Duplicate PURE attribute specified" }
6
  real, intent(in) :: b    ! { dg-error "Unexpected data declaration statement" }
7
end subroutine a1          ! { dg-error "Expecting END MODULE" }
8
end module m1
9
 
10
module m2
11
contains
12
elemental elemental subroutine a2(b) ! { dg-error "Duplicate ELEMENTAL attribute" }
13
  real, intent(in) :: b    ! { dg-error "Unexpected data declaration statement" }
14
end subroutine a2          ! { dg-error "Expecting END MODULE" }
15
end module m2
16
 
17
module m3
18
contains
19
recursive recursive subroutine a3(b) ! { dg-error "Duplicate RECURSIVE attribute" }
20
  real, intent(in) :: b    ! { dg-error "Unexpected data declaration statement" }
21
end subroutine a3          ! { dg-error "Expecting END MODULE" }
22
end module m3
23
! { dg-final { cleanup-modules "m1 m2 m3" } }

powered by: WebSVN 2.1.0

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