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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [typed_subroutine_1.f90] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
! { dg-do compile }
2
! Tests the fix for 25088, in which the compiler failed to detect that
3
! a called object had a type.
4
!
5
! Contributed by Joost VandeVondele  
6
!
7
 INTEGER :: S ! { dg-error "has a type, which is not consistent with the CALL " }
8
 CALL S()     ! { dg-error "has a type, which is not consistent with the CALL " }
9
 END
10
 SUBROUTINE S
11
 END SUBROUTINE

powered by: WebSVN 2.1.0

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