[Bug libfortran/52539] I/O: Wrong result for UTF-8/UCS-4 list-directed and namelist read and nml write
schwab@linux-m68k.org
gcc-bugzilla@gcc.gnu.org
Sun Apr 27 10:48:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52539
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Andreas Schwab <schwab@linux-m68k.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #9 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Fixed on trunk. Closing
--- Comment #10 from Andreas Schwab <schwab@linux-m68k.org> ---
Not fixed.
Breakpoint 1, MAIN__ ()
at ../../../../gcc/gcc/testsuite/gfortran.dg/namelist_utf8.f90:21
21 if (str2 /= str) call abort
(gdb) p str2
$1 = 4_'\x61000000你好b '
Obviously not endian safe.
More information about the Gcc-bugs
mailing list