public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/18249] New: C++ parser i18n problems
@ 2004-10-31 10:35 jsm28 at gcc dot gnu dot org
  2004-12-06 22:04 ` [Bug c++/18249] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 8+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2004-10-31 10:35 UTC (permalink / raw)
  To: gcc-bugs

The message parameter to cp_parser_error is called "message" rather
than "msgid", so the messages don't get in the message catalog.  Much the
same applies to several other functions in the C++ parser:
cp_parser_require, cp_parser_name_lookup_error,
cp_parser_non_integral_constant_expression all take English arguments that
aren't marked for translation and may not end up getting passed to _() in
all cases.  cp_parser_require also concatenates the argument with the
string "expected ".  The type_definition_forbidden_message structure
member has a similar problem.

-- 
           Summary: C++ parser i18n problems
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jsm28 at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18249


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-05-25 16:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-18249-230@http.gcc.gnu.org/bugzilla/>
2010-05-25  6:26 ` [Bug c++/18249] C++ parser i18n problems pzhao at gcc dot gnu dot org
2010-05-25  6:57 ` pzhao at gcc dot gnu dot org
2010-05-25  6:58 ` pzhao at gcc dot gnu dot org
2010-05-25  9:23 ` paolo dot carlini at oracle dot com
2010-05-25 12:09 ` amylaar at gcc dot gnu dot org
2010-05-25 12:22 ` jakub at gcc dot gnu dot org
2010-05-25 16:18 ` jakub at gcc dot gnu dot org
2004-10-31 10:35 [Bug c++/18249] New: " jsm28 at gcc dot gnu dot org
2004-12-06 22:04 ` [Bug c++/18249] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).