* cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile
[official-gcc.git] / gcc / testsuite / gfortran.dg / namelist_83_2.f90
blob0a0ca6ed34d99bffc1bee3a296bfaa68ca9a11b6
1 ! { dg-do compile { target { ! *-*-* } } }
3 ! To be compiled with "-g" via namelist_83.f90
5 ! PR fortran/59440
7 ! Contributed by Harald Anlauf
9 ! Was ICEing during DWARF generation.
11 ! This is the second file, the module is in namelist_83.f90
15 MODULE gfcbug126
16 use mo_t_datum, only: qbit_conv
17 implicit none
18 namelist /OBSERVATIONS/ qbit_conv
19 end module gfcbug126
21 ! As we have to link, add an empty main program:
22 end