fortran/
commitbc653e6beb45e546fda7659bb1a520785431e9fa
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Oct 2006 18:22:47 +0000 (30 18:22 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Oct 2006 18:22:47 +0000 (30 18:22 +0000)
treea9bbd7e0ea2545f534a590a6bf549e7dcd6b1bae
parent1f0fdcb36cf86e0c8d635892b56fb1405142ac66
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118191 138bc75d-0d04-0410-961f-82ee72b054a4
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