aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2018-11-09 17:29:33 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2018-11-09 17:29:33 +0000
commit900dab1338b45c8fa8d1b315dce53712b857da1d (patch)
tree9892973ea2da7cbf650a818209e94fbcd5b0397f /libgfortran/io
parente82cb04297c473485c086cc5180c446465d78e90 (diff)
downloadgcc-900dab1338b45c8fa8d1b315dce53712b857da1d.zip
gcc-900dab1338b45c8fa8d1b315dce53712b857da1d.tar.gz
gcc-900dab1338b45c8fa8d1b315dce53712b857da1d.tar.bz2
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 <jvdelisle@gcc.gnu.org> PR libfortran/78351 * io/transfer.c (read_sf_internal): Delete leftover debug code. From-SVN: r265979
Diffstat (limited to 'libgfortran/io')
-rw-r--r--libgfortran/io/transfer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgfortran/io/transfer.c b/libgfortran/io/transfer.c
index 21bfea4..4013b3b 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;