@kwindex gfc-internal-format@r{ flag}
@itemx no-gfc-internal-format
@kwindex no-gfc-internal-format@r{ flag}
-Likewise for the GNU Fortran Compiler sources, see @ref{gfc-internal-format}.
+Likewise for the GNU Fortran Compiler sources up to GCC 14.x,
+see @ref{gfc-internal-format}.
+These flags are deprecated.
@item ycp-format
@kwindex ycp-format@r{ flag}
@subsection GFC internal Format Strings
These format strings are used inside the GNU Fortran Compiler sources,
-that is, the Fortran frontend in the GCC sources. In such a format
+that is, the Fortran frontend in the GCC sources, up to GCC 14.x.
+In such a format
string, a directive starts with @samp{%} and is finished by a
specifier: @samp{%} denotes a literal percent sign, @samp{C} denotes the
current source location, @samp{L} denotes a source location, @samp{c}
When numbered argument specifications are used, specifying the Nth argument
requires that all the leading arguments, from the first to the (N-1)th, are
- specified in the format string. */
+ specified in the format string.
+
+ These gfc-internal format strings were removed from GCC on 2024-10-11 (for
+ GCC 15.1.0). */
enum format_arg_type
{