re PR fortran/36162 (Non-ASCII character in module string gives ICE)
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Fri, 9 May 2008 08:02:52 +0000 (08:02 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Fri, 9 May 2008 08:02:52 +0000 (08:02 +0000)
commit3ee6cb3f69311ba36ca1faf2a25bb536e0acc038
treed21345dc9e4f8f7db29a2fdbef380d2d12b7f5fc
parentb70837af6043670029d43da7f795f0918f20a50a
re PR fortran/36162 (Non-ASCII character in module string gives ICE)

        PR fortran/36162

        * module.c (quote_string, unquote_string,
        mio_allocated_wide_string): New functions.
        (mio_expr): Call mio_allocated_wide_string where needed.

* gfortran.dg/module_widestring_1.f90: New test.

From-SVN: r135109
gcc/fortran/ChangeLog
gcc/fortran/module.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/module_widestring_1.f90 [new file with mode: 0644]