PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / namelist_83.f90
blobf87d4cdf61ba0674f3a317c6ba474392009cffc5
1 ! { dg-do link }
2 ! { dg-options "-g" }
3 ! { dg-additional-sources namelist_83_2.f90 }
5 ! Note: compilation would be sufficient, but "compile" cannot be combined
6 ! with dg-additional-sources.
8 ! PR fortran/59440
10 ! Contributed by Harald Anlauf
12 ! Was ICEing during DWARF generation.
14 ! This is the first file - dg-additional-sources contains the second one
17 module mo_t_datum
18 implicit none
19 integer :: qbit_conv = 0
20 end module mo_t_datum
22 ! { dg-final { cleanup-modules "gfcbug126" } }