diff options
author | Jason Merrill <jason@redhat.com> | 2023-10-18 14:10:39 -0400 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 2023-10-19 11:30:03 -0400 |
commit | f53de2baae5a6992d93d58951c4c0a25ee678091 (patch) | |
tree | e850760f99a4d13241871b5af9e40f8b6317fdb7 /gcc/cp/constexpr.cc | |
parent | 04d6c74564b7eb51660a00b35353aeab706b5a50 (diff) | |
download | gcc-f53de2baae5a6992d93d58951c4c0a25ee678091.zip gcc-f53de2baae5a6992d93d58951c4c0a25ee678091.tar.gz gcc-f53de2baae5a6992d93d58951c4c0a25ee678091.tar.bz2 |
c++: use G_ instead of _
Since these strings are passed to error_at, they should be marked for
translation with G_, like other diagnostic messages, rather than _, which
forces immediate (redundant) translation. The use of N_ is less
problematic, but also imprecise.
gcc/cp/ChangeLog:
* parser.cc (cp_parser_primary_expression): Use G_.
(cp_parser_using_enum): Likewise.
* decl.cc (identify_goto): Likewise.
Diffstat (limited to 'gcc/cp/constexpr.cc')
0 files changed, 0 insertions, 0 deletions