re PR libfortran/17286 (namelist containing more than one value cannot contain whites...
authorBud Davis <bdavis9659@comcast.net>
Tue, 21 Sep 2004 11:22:47 +0000 (11:22 +0000)
committerBud Davis <bdavis@gcc.gnu.org>
Tue, 21 Sep 2004 11:22:47 +0000 (11:22 +0000)
commit77747e5f2d1fc0bc4dc4aaf137da9dc158697c81
tree2ab3db1f578dda1d38b09b2e3445fa9d8feafe1f
parentb6ad178e2ee4c3fdcf7e231f51f83aebc107554f
re PR libfortran/17286 (namelist containing more than one value cannot contain whitespace or newlines for READ)

2004-09-21  Bud Davis  <bdavis9659@comcast.net>

        PR fortran/17286
        * io/list_read.c (namelist_read): ignore spaces after
        the '=' for namelist reads.

2004-09-21  Bud Davis  <bdavis9659@comcast.net>

        PR fortran/17286
        * gfortran.dg/pr17286.f90: New test.

From-SVN: r87799
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr17286.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/list_read.c