re PR fortran/48972 (OPEN with Unicode file name)
authorTobias Burnus <burnus@net-b.de>
Fri, 13 May 2011 18:16:37 +0000 (20:16 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 13 May 2011 18:16:37 +0000 (20:16 +0200)
commit75933b07b7a2b35b731e4f66e69eb800a824595e
tree2e15441bbc737144da8857227539ad282963537b
parent9f47a24e79fbd0b73f65444c8c39d783e36f3a28
re PR fortran/48972 (OPEN with Unicode file name)

2011-05-12  Tobias Burnus  <burnus@net-b.de>

        PR fortran/48972
        * io.c (resolve_tag_format, resolve_tag): Make sure
        that the string is of default kind.
        (gfc_resolve_inquire): Also resolve decimal tag.

2011-05-12  Tobias Burnus  <burnus@net-b.de>

        PR fortran/48972
        * gfortran.dg/io_constraints_8.f90: New.
        * gfortran.dg/io_constraints_9.f90: New.

From-SVN: r173736
gcc/fortran/ChangeLog
gcc/fortran/io.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/io_constraints_8.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/io_constraints_9.f90 [new file with mode: 0644]