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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [namelist_62.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
! PR fortran/45066
4
!
5
! Contributed by Michael Richmond.
6
!
7
! Was failing due to a -fwhole-file bug.
8
!
9
 
10
MODULE GA_commons
11
  INTEGER :: nichflg(2)
12
END MODULE GA_commons
13
 
14
PROGRAM gafortran
15
  USE GA_commons
16
  NAMELIST /ga/ nichflg
17
  READ (23, nml=ga)
18
END PROGRAM gafortran
19
 
20
! { dg-final { cleanup-modules "ga_commons" } }

powered by: WebSVN 2.1.0

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