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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
! { dg-options "-fwhole-program" }
3
!
4
! PR fortran/45087
5
!
6
 
7
module ints
8
   INTERFACE
9
      SUBROUTINE NOZZLE()
10
      END SUBROUTINE NOZZLE
11
   END INTERFACE
12
end module ints
13
 
14
      SUBROUTINE NOZZLE()
15
      END SUBROUTINE NOZZLE
16
      program CORTESA
17
      USE INTS
18
      CALL NOZZLE ()
19
      END program CORTESA
20
 
21
! { dg-final { cleanup-modules "ints" } }

powered by: WebSVN 2.1.0

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