URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [host_assoc_call_5.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }! Tests the fix for PR37597, where the reference to other_sub would generate! Error: Symbol 'other_sub' at (1) has no IMPLICIT type.!! Contributed by Tobias Burnus <burnus@gcc.gnu.org>! from a report on clf by Rich Townsend <rhdt@barvoidtol.udel.edu>!module fooimplicit nonecontainssubroutine main_sub ()call internal_sub()containssubroutine internal_sub()call QAG(other_sub)end subroutine internal_subend subroutine main_subsubroutine other_sub ()end subroutine other_subend module foo! { dg-final { cleanup-modules "foo" } }
