Fortran : Missing gcc-internal-format PR42693
authorMark Eggleston <markeggleston@gcc.gnu.org>
Wed, 10 Jun 2020 10:41:56 +0000 (11:41 +0100)
committerMark Eggleston <markeggleston@gcc.gnu.org>
Mon, 22 Jun 2020 10:46:52 +0000 (11:46 +0100)
commitd57bf2315e024ada3393ad967e8f632121383c9c
treeb6b80165035bc48f4d009fdde1024d9709dd43f2
parentcf07eea8429c923b7eb884ffc1b267c80a0a839c
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 _().
gcc/fortran/arith.c