! { dg-do compile }!! PR fortran/32710 - ICE: namelist and subroutine with the same name!! Contributed by Janus Weil <jaydub66 AT gmail DOT com>!program xcontains subroutine readInputinteger::aNAMELIST/foo/aread(5,nml=foo)end subroutine readInputsubroutine foo()end subroutineend program