This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/42693] Missing gcc-internal-format on messages from gfc_arith_error
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 16 Feb 2012 14:05:17 +0000
- Subject: [Bug fortran/42693] Missing gcc-internal-format on messages from gfc_arith_error
- Auto-submitted: auto-generated
- References: <bug-42693-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42693
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus at gcc dot gnu.org
Blocks| |52274
Depends on|52274 |
--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-02-16 14:05:17 UTC ---
(In reply to comment #1)
> a simple hack would be to use:
> + /* xgettext:gcc-internal-format */
I think the best would be to mark those lines with "%L" via G_() instead of _.
There are plenty such lines. (Cf. also PR 52279)