public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/34352] Multi-line descriptions are not picked up for translation
       [not found] <bug-34352-4@http.gcc.gnu.org/bugzilla/>
@ 2011-10-19 12:05 ` manu at gcc dot gnu.org
  2013-07-20 12:35 ` goeran at uddeborg dot se
  1 sibling, 0 replies; 3+ messages in thread
From: manu at gcc dot gnu.org @ 2011-10-19 12:05 UTC (permalink / raw)
  To: gcc-bugs

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

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu.org

--- Comment #3 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2011-10-19 12:05:00 UTC ---
Göran, you seem to care about these things. As you see, the main GCC devs, do
not. So if you really want to get this fixed, you have to submit patches. 

This particular kind of issue is so trivial that you don't need a copyright
assignment. Just send a patch to gcc-patches@. I am pretty sure that if you put
jsm28@gcc.gnu.org in the CC and ask him to commit it for you, he will. If he
doesn't, you write directly to me and I will commit it in your name.

Send a patch for each .opt file were you find the problem. 

If you know awk, maybe you could propose a patch to the genopt awk scripts to
detect this issue automatically and fix it.


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

* [Bug target/34352] Multi-line descriptions are not picked up for translation
       [not found] <bug-34352-4@http.gcc.gnu.org/bugzilla/>
  2011-10-19 12:05 ` [Bug target/34352] Multi-line descriptions are not picked up for translation manu at gcc dot gnu.org
@ 2013-07-20 12:35 ` goeran at uddeborg dot se
  1 sibling, 0 replies; 3+ messages in thread
From: goeran at uddeborg dot se @ 2013-07-20 12:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Göran Uddeborg <goeran at uddeborg dot se> ---
Created attachment 30531
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30531&action=edit
Merge all multi-line descriptions in .opt files

That I'll do, I thought.

And promptly forgot about, apparently! :-(

Anyway, better late than never!  I've finally made this patch, and sent it as
instructed.  For completeness, I'm also attaching the patch here.
>From gcc-bugs-return-426408-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Jul 20 13:31:22 2013
Return-Path: <gcc-bugs-return-426408-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 1063 invoked by alias); 20 Jul 2013 13:31:22 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 30047 invoked by uid 55); 20 Jul 2013 13:29:19 -0000
From: "joseph at codesourcery dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/34352] Multi-line descriptions are not picked up for translation
Date: Sat, 20 Jul 2013 13:31:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 4.3.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: joseph at codesourcery dot com
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-34352-4-vRU76UaasU@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-34352-4@http.gcc.gnu.org/bugzilla/>
References: <bug-34352-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2013-07/txt/msg00915.txt.bz2
Content-length: 477

http://gcc.gnu.org/bugzilla/show_bug.cgi?id4352

--- Comment #5 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
If multi-line descriptions are to be disallowed (and it does appear they
are outside the .opt format as presently documented in options.texi), then
opt-read.awk should generate an error on encountering such a description,
so such descriptions produce an immediate build failure rather than just
quietly causing translation problems.


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

* [Bug target/34352] Multi-line descriptions are not picked up for translation
  2007-12-05 22:04 [Bug other/34352] New: " goeran at uddeborg dot se
@ 2007-12-15 20:48 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-12-15 20:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-12-15 20:48 -------
This is a bug in config/bfin/bfin.opt .  We should not have mutliple lines
descriptions.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|other                       |target
     Ever Confirmed|0                           |1
 GCC target triplet|                            |bfin-*-*
   Last reconfirmed|0000-00-00 00:00:00         |2007-12-15 20:48:06
               date|                            |


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


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

end of thread, other threads:[~2013-07-20 12:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-34352-4@http.gcc.gnu.org/bugzilla/>
2011-10-19 12:05 ` [Bug target/34352] Multi-line descriptions are not picked up for translation manu at gcc dot gnu.org
2013-07-20 12:35 ` goeran at uddeborg dot se
2007-12-05 22:04 [Bug other/34352] New: " goeran at uddeborg dot se
2007-12-15 20:48 ` [Bug target/34352] " 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).