public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/28669]  New: %s substituted with static/non- can't be properly translated
@ 2006-08-09 19:35 goeran at uddeborg dot se
  2006-08-09 21:08 ` [Bug c++/28669] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: goeran at uddeborg dot se @ 2006-08-09 19:35 UTC (permalink / raw)
  To: gcc-bugs

In cp/decl.c there is this code.

      error ("%smember function %qD cannot have cv-qualifier",
             (ctype ? "static " : "non-"), decl);

The first string, "%smember ..." is available for translation in the po-file,
but not the parts substituted, static and non-.  And even if they were, it
surely will not work in all languages to compose a sentence like this.  Two
complete strings should be there instead.


-- 
           Summary: %s substituted with static/non- can't be properly
                    translated
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: goeran at uddeborg dot se


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


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

* [Bug c++/28669] %s substituted with static/non- can't be properly translated
  2006-08-09 19:35 [Bug c++/28669] New: %s substituted with static/non- can't be properly translated goeran at uddeborg dot se
@ 2006-08-09 21:08 ` pinskia at gcc dot gnu dot org
  2006-10-30 23:09 ` mueller at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-09 21:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-08-09 21:08 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-08-09 21:08:08
               date|                            |


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


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

* [Bug c++/28669] %s substituted with static/non- can't be properly translated
  2006-08-09 19:35 [Bug c++/28669] New: %s substituted with static/non- can't be properly translated goeran at uddeborg dot se
  2006-08-09 21:08 ` [Bug c++/28669] " pinskia at gcc dot gnu dot org
@ 2006-10-30 23:09 ` mueller at gcc dot gnu dot org
  2006-10-30 23:16 ` mueller at gcc dot gnu dot org
  2006-10-30 23:18 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: mueller at gcc dot gnu dot org @ 2006-10-30 23:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from mueller at gcc dot gnu dot org  2006-10-30 23:09 -------
Subject: Bug 28669

Author: mueller
Date: Mon Oct 30 23:08:59 2006
New Revision: 118205

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118205
Log:
2006-10-30  Dirk Mueller  <dmueller@suse.de>

       PR c++/28669
       * decl.c (grokfndecl): Duplicate warning message for
       easier translation.


Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c


-- 


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


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

* [Bug c++/28669] %s substituted with static/non- can't be properly translated
  2006-08-09 19:35 [Bug c++/28669] New: %s substituted with static/non- can't be properly translated goeran at uddeborg dot se
  2006-08-09 21:08 ` [Bug c++/28669] " pinskia at gcc dot gnu dot org
  2006-10-30 23:09 ` mueller at gcc dot gnu dot org
@ 2006-10-30 23:16 ` mueller at gcc dot gnu dot org
  2006-10-30 23:18 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: mueller at gcc dot gnu dot org @ 2006-10-30 23:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mueller at gcc dot gnu dot org  2006-10-30 23:16 -------
Fixed for 4.3


-- 

mueller at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug c++/28669] %s substituted with static/non- can't be properly translated
  2006-08-09 19:35 [Bug c++/28669] New: %s substituted with static/non- can't be properly translated goeran at uddeborg dot se
                   ` (2 preceding siblings ...)
  2006-10-30 23:16 ` mueller at gcc dot gnu dot org
@ 2006-10-30 23:18 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-30 23:18 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2006-10-30 23:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-09 19:35 [Bug c++/28669] New: %s substituted with static/non- can't be properly translated goeran at uddeborg dot se
2006-08-09 21:08 ` [Bug c++/28669] " pinskia at gcc dot gnu dot org
2006-10-30 23:09 ` mueller at gcc dot gnu dot org
2006-10-30 23:16 ` mueller at gcc dot gnu dot org
2006-10-30 23:18 ` 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).