------- Comment #11 from jvdelisle at gcc dot gnu dot org 2005-12-09 02:53 ------- Subject: Bug 25039
Author: jvdelisle Date: Fri Dec 9 02:53:41 2005 New Revision: 108271 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108271 Log: 2005-12-08 Jerry DeLisle <[EMAIL PROTECTED]> PR libgfortran/25039 * io/io.h: Create a new flag sf_read_comma to control comma separators in numeric reads. * io/transfer.c (formatted_transfer_scalar): Initialize the flag. (read_sf): Check for commas coming in and if the flag is set, shortcut the read. * io/read.c (read_a) (read_x): Clear the flag for character reads and reset it after the reads. Modified: trunk/libgfortran/ChangeLog trunk/libgfortran/io/io.h trunk/libgfortran/io/read.c trunk/libgfortran/io/transfer.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25039