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
+2018-11-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR libfortran/78351
+ * io/transfer.c (read_sf_internal): Delete leftover
+ debug code.
+
2018-11-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/78351
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;