gettext: gfc-internal-format

1 
1 15.3.19 GFC internal Format Strings
1 -----------------------------------
1 
1    These format strings are used inside the GNU Fortran Compiler
1 sources, that is, the Fortran frontend in the GCC sources.  In such a
1 format string, a directive starts with ‘%’ and is finished by a
1 specifier: ‘%’ denotes a literal percent sign, ‘C’ denotes the current
1 source location, ‘L’ denotes a source location, ‘c’ denotes a character,
1 ‘s’ denotes a string, ‘i’ and ‘d’ denote an integer, ‘u’ denotes an
1 unsigned integer.  ‘i’, ‘d’, and ‘u’ may be preceded by a size specifier
1 ‘l’.
1