From 3dfda6a646d7b06ee823e48d14f8f5d84cc85e5b Mon Sep 17 00:00:00 2001 From: jvdelisle Date: Fri, 9 Nov 2018 17:29:33 +0000 Subject: [PATCH] 2018-11-09 Jerry DeLisle PR libfortran/78351 * io/transfer.c (read_sf_internal): Delete leftover debug code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265979 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgfortran/ChangeLog | 6 ++++++ libgfortran/io/transfer.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 336c1c00de4f..8536e8befe98 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 21bfea486404..4013b3be60ab 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; -- 2.47.3