aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/namelist_83.f90
blob: f87d4cdf61ba0674f3a317c6ba474392009cffc5 (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 link }
! { dg-options "-g" }
! { dg-additional-sources namelist_83_2.f90 }
!
! Note: compilation would be sufficient, but "compile" cannot be combined
! with dg-additional-sources.
!
! PR fortran/59440
!
! Contributed by Harald Anlauf
!
! Was ICEing during DWARF generation.
!
! This is the first file - dg-additional-sources contains the second one
!

module mo_t_datum
  implicit none
  integer :: qbit_conv = 0
end module mo_t_datum

! { dg-final { cleanup-modules "gfcbug126" } }