This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, fortran] PRs 31818, 32876, 32905 - about namelists


To avoid failures while testing, please remove the two lines indicated below 
from gfortran.dg/namelist_33.f90. I forgot to remove them before preparing 
the patch.


Index: testsuite/gfortran.dg/namelist_33.f90
===================================================================
--- testsuite/gfortran.dg/namelist_33.f90       (revision 0)
+++ testsuite/gfortran.dg/namelist_33.f90       (revision 0)
[...]
+
+  integer, private :: i      ! <<<<< remove
+  namelist /nml/ i           ! <<<<< remove
+END MODULE


By now, successfully boostrapped and regression tested on i686-pc-linux-gnu.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]