From 900dab1338b45c8fa8d1b315dce53712b857da1d Mon Sep 17 00:00:00 2001 From: Jerry DeLisle Date: Fri, 9 Nov 2018 17:29:33 +0000 Subject: [PATCH] re PR fortran/78351 (comma not terminating READ of formatted input field - ok in 4.1.7, not 4.4.7- maybe related to 25419?) 2018-11-09 Jerry DeLisle PR libfortran/78351 * io/transfer.c (read_sf_internal): Delete leftover debug code. From-SVN: r265979 --- libgfortran/ChangeLog | 6 ++++++ libgfortran/io/transfer.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 336c1c00de4..8536e8befe9 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,9 @@ +2018-11-09 Jerry DeLisle + + PR libfortran/78351 + * io/transfer.c (read_sf_internal): Delete leftover + debug code. + 2018-11-08 Jerry DeLisle PR libfortran/78351 diff --git a/libgfortran/io/transfer.c b/libgfortran/io/transfer.c index 21bfea48640..4013b3be60a 100644 --- a/libgfortran/io/transfer.c +++ b/libgfortran/io/transfer.c @@ -255,7 +255,6 @@ read_sf_internal (st_parameter_dt *dtp, size_t *length) requested length could go past the end of a comma shortened string. We only do this if -std=legacy was given at compile time. We also do not support this on kind=4 strings. */ - printf("allow_std=%d\n", compile_options.warn_std); if (unlikely(compile_options.warn_std == 0)) // the slow legacy way. { size_t n;