aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/namelist_83_2.f90
blob: 0a0ca6ed34d99bffc1bee3a296bfaa68ca9a11b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
! { dg-do compile { target { ! *-*-* } } }
!
! To be compiled with "-g" via namelist_83.f90
!
! PR fortran/59440
!
! Contributed by Harald Anlauf
!
! Was ICEing during DWARF generation.
!
! This is the second file, the module is in namelist_83.f90
!

!
MODULE gfcbug126
  use mo_t_datum, only: qbit_conv
  implicit none
  namelist /OBSERVATIONS/ qbit_conv
end module gfcbug126

! As we have to link, add an empty main program:
end