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

Subversion Repositories openrisc_me

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
! { dg-options "-fwhole-file" }
3
! Test the fix for pr40011 comment #42, in which the subroutine
4
! would just get lost with -fwhole-file.
5
!
6
! Contributed by Joost VandeVandole 
7
!
8
SUBROUTINE c()
9
 CALL a()
10
END SUBROUTINE c
11
 
12
SUBROUTINE a()
13
END SUBROUTINE a
14
 
15
MODULE M
16
CONTAINS
17
 SUBROUTINE b()
18
   CALL c()
19
 END SUBROUTINE
20
END MODULE
21
 
22
USE M
23
CALL b()
24
END
25
! { dg-final { cleanup-modules "m" } }

powered by: WebSVN 2.1.0

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