https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101399
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jerry DeLisle <[email protected]>: https://gcc.gnu.org/g:81bef9ee8d8c18c4a40d4ef67ec9b310a8a326c9 commit r16-6461-g81bef9ee8d8c18c4a40d4ef67ec9b310a8a326c9 Author: Steven G. Kargl <[email protected]> Date: Thu Jan 1 20:52:55 2026 -0800 Fortran: Fix tab not ignored in print statement. PR fortran/101399 gcc/fortran/ChangeLog: * io.cc (match_io): If the -Wtabs option is used, then Issue a warning for a <tab> character following a 'print' statement; otherwise ignore the <tab>. gcc/testsuite/ChangeLog: * gfortran.dg/pr101399_1.f90: New test. * gfortran.dg/pr101399_2.f90: New test.
