[Bug fortran/42693] Missing gcc-internal-format on messages from gfc_arith_error
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 22 10:47:06 GMT 2020
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
<markeggleston@gcc.gnu.org>:
https://gcc.gnu.org/g:d57bf2315e024ada3393ad967e8f632121383c9c
commit r11-1583-gd57bf2315e024ada3393ad967e8f632121383c9c
Author: Mark Eggleston <markeggleston@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 <markeggleston@gcc.gnu.org>
gcc/fortran/
PR fortran/42693
* arith.c (gfc_arith_error): Enclose strings in G_() instead
of _().
More information about the Gcc-bugs
mailing list