https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42693
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Mark Eggleston <markeggles...@gcc.gnu.org>: https://gcc.gnu.org/g:d57bf2315e024ada3393ad967e8f632121383c9c commit r11-1583-gd57bf2315e024ada3393ad967e8f632121383c9c Author: Mark Eggleston <markeggles...@gcc.gnu.org> Date: Wed Jun 10 11:41:56 2020 +0100 Fortran : Missing gcc-internal-format PR42693 Messages in gfc_arith_error contain gcc internal format specifiers which should be enclosed in G_() in order to be correctly translated. 2020-06-22 Mark Eggleston <markeggles...@gcc.gnu.org> gcc/fortran/ PR fortran/42693 * arith.c (gfc_arith_error): Enclose strings in G_() instead of _().