re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 13 Jun 2008 20:30:48 +0000 (20:30 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 13 Jun 2008 20:30:48 +0000 (20:30 +0000)
commit8a22191467dbfb77381a1d204ad96515bc3022c2
treeabb55703da7068777da4275fc2d290473ed1af52
parentcea93abbe2d08a5a1df8cf6522d7d34aad3dca78
re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")

2008-06-13  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/35863
* trans-io.c (gfc_build_io_library_fndecls): Build declaration for
transfer_character_wide which includes passing in the character kind to
support wide character IO. (transfer_expr): If the kind == 4, create the
argument and build the call.
* gfortran.texi: Fix typo.

From-SVN: r136764
gcc/fortran/ChangeLog
gcc/fortran/gfortran.texi
gcc/fortran/trans-io.c