[Bug fortran/58001] Make it possible to silence "Extension: Tab character in format" warning
kargl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Nov 17 00:43:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58001
--- Comment #14 from kargl at gcc dot gnu.org ---
Author: kargl
Date: Thu Nov 17 00:18:18 2016
New Revision: 242530
URL: https://gcc.gnu.org/viewcvs?rev=242530&root=gcc&view=rev
Log:
2016-11-16 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/58001
* io.c (next_char_not_space): Update handling of a 'tab' in a FORMAT.
(format_lex): Adjust invocations of next_char_not_space().
2016-11-16 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/58001
* gfortran.dg/fmt_tab_1.f90: Adjust testcase.
* gfortran.dg/fmt_tab_2.f90: Ditto.
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/io.c
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gfortran.dg/fmt_tab_1.f90
trunk/gcc/testsuite/gfortran.dg/fmt_tab_2.f90
More information about the Gcc-bugs
mailing list