From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2992 invoked by alias); 20 Jul 2013 12:35:54 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 557 invoked by uid 48); 20 Jul 2013 12:33:51 -0000 From: "goeran at uddeborg dot se" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/34352] Multi-line descriptions are not picked up for translation Date: Sat, 20 Jul 2013 12:35: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: goeran at uddeborg dot se 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: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-07/txt/msg00914.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D34352 --- Comment #4 from G=C3=B6ran Uddeborg --- Created attachment 30531 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=3D30531&action=3Dedit 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: 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: List-Archive: List-Post: List-Help: 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" 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: In-Reply-To: References: 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?id=34352 --- Comment #5 from 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.