re PR fortran/29452 (Keyword check for specifiers in WRITE and READ)
authorTobias Burnus <burnus@net-b.de>
Mon, 30 Oct 2006 18:22:47 +0000 (19:22 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Mon, 30 Oct 2006 18:22:47 +0000 (19:22 +0100)
commit9aceacac9268f061154de7b0596f7f935fc52d46
treea9bbd7e0ea2545f534a590a6bf549e7dcd6b1bae
parente1efef1ef15487a5a4056234db644557ba61cec6
re PR fortran/29452 (Keyword check for specifiers in WRITE and READ)

fortran/
2006-10-30  Tobias Burnus  <burnus@net-b.de>

        PR fortran/29452
        * io.c (check_io_constraints): Fix keyword string comparison.

libgfortran/
2006-10-30  Tobias Burnus  <burnus@net-b.de>

        PR fortran/29452
* runtime/string.c (compare0): Check whether string lengths match.

testsuite/
2006-10-30  Tobias Burnus  <burnus@net-b.de>

PR fortran/29452
* gfortran.dg/write_check.f90: Check run-time keyword checking.
* gfortran.dg/write_check2.f90: Check compile-time keyword checking

From-SVN: r118191
gcc/fortran/ChangeLog
gcc/fortran/io.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/write_check.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/write_check2.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/runtime/string.c