| Index: gcc/gcc/testsuite/gfortran.dg/namelist_use.f90
|
| diff --git a/gcc/gcc/testsuite/gfortran.dg/namelist_use.f90 b/gcc/gcc/testsuite/gfortran.dg/namelist_use.f90
|
| index ab8468626498e5885ffd82dad3b665afdb1fc5ae..d550e00aa6d403c6431613dafc1e3d362a18f03a 100644
|
| --- a/gcc/gcc/testsuite/gfortran.dg/namelist_use.f90
|
| +++ b/gcc/gcc/testsuite/gfortran.dg/namelist_use.f90
|
| @@ -1,4 +1,4 @@
|
| -! { dg-do run { target fd_truncate } }
|
| +! { dg-do run }
|
| ! This tests the fix for PR22010, where namelists were not being written to
|
| ! and read back from modules. It has two namelists: one that is USE
|
| ! associated and another that is concatenated by USE and host association.
|
| @@ -6,7 +6,7 @@
|
| ! Contributed by Paul Thomas pault@gcc.gnu.org
|
| !
|
| module global
|
| - character*4 :: aa
|
| + character(4) :: aa
|
| integer :: ii
|
| real :: rr
|
| namelist /nml1/ aa, ii, rr
|
|
|