[PATCH, committed] Fix PR118774

Jerry D <[email protected]> Sun, 21 Jun 2026 22:11:30 -0700
Newsgroups gmane.comp.gcc.patches,gmane.comp.gcc.fortran
Message-ID <[email protected]>
Committed as obvious, a followup to 114618

The master branch has been updated by Jerry DeLisle <[email protected]>:

https://gcc.gnu.org/g:471c3c3da9c55fd99f813d16ffa9bde499539333

commit r17-1733-g471c3c3da9c55fd99f813d16ffa9bde499539333
Author: Jerry DeLisle <[email protected]>
Date:   Sun Jun 21 21:20:41 2026 -0700

     fortran: Fix FMT_X and adjust the test case.

             PR libfortran/118774

     libgfortran/ChangeLog:

             * io/transfer.c (formatted_transfer_scalar_write): Set nspaces
             to number of skips for FMT_X.

     gcc/testsuite/ChangeLog:

             * gfortran.dg/fmt_t_10.f90: Adjust the test case results
             check.