public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PING] PR 28322 unknown -Wno-* options should cause warnings, not errors
@ 2008-06-30 17:03 Peter Maydell
  2008-07-02  1:18 ` Ian Lance Taylor
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Maydell @ 2008-06-30 17:03 UTC (permalink / raw)
  To: gcc-patches

This is a ping for this patch:

http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00139.html

which fixes a problem with the initial fix for PR 28322 (which
suppresses messages about unknown -Wno-* options unless some other
diagnostic is being emitted). The code as it stands in SVN means
that -Wno-unrecognised-something sometimes changes the exit status
of gcc, whereas it was intended to never have that effect.

The discussion got derailed into whether the original feature was
a good idea, but nobody seemed to be complaining about the patch
itself. Can it be applied?

thanks
-- Peter Maydell

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

* Re: [PING] PR 28322 unknown -Wno-* options should cause warnings, not errors
  2008-06-30 17:03 [PING] PR 28322 unknown -Wno-* options should cause warnings, not errors Peter Maydell
@ 2008-07-02  1:18 ` Ian Lance Taylor
  2008-07-09 13:18   ` Peter Maydell
  0 siblings, 1 reply; 8+ messages in thread
From: Ian Lance Taylor @ 2008-07-02  1:18 UTC (permalink / raw)
  To: Peter Maydell; +Cc: gcc-patches

Peter Maydell <pmaydell+gcc@chiark.greenend.org.uk> writes:

> This is a ping for this patch:
>
> http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00139.html
>
> which fixes a problem with the initial fix for PR 28322 (which
> suppresses messages about unknown -Wno-* options unless some other
> diagnostic is being emitted). The code as it stands in SVN means
> that -Wno-unrecognised-something sometimes changes the exit status
> of gcc, whereas it was intended to never have that effect.
>
> The discussion got derailed into whether the original feature was
> a good idea, but nobody seemed to be complaining about the patch
> itself. Can it be applied?

This patch is OK.

Thanks.

Ian

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

* Re: [PING] PR 28322 unknown -Wno-* options should cause warnings, not errors
  2008-07-02  1:18 ` Ian Lance Taylor
@ 2008-07-09 13:18   ` Peter Maydell
  2008-07-10  1:19     ` Ian Lance Taylor
  2009-01-26  1:47     ` PATCH for " Gerald Pfeifer
  0 siblings, 2 replies; 8+ messages in thread
From: Peter Maydell @ 2008-07-09 13:18 UTC (permalink / raw)
  To: Ian Lance Taylor; +Cc: gcc-patches

Ian Lance Taylor wrote:
>Peter Maydell <pmaydell+gcc@chiark.greenend.org.uk> writes:
>> This is a ping for this patch:
>>
>> http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00139.html

>This patch is OK.

Thanks. What's the process for causing the patch to actually get applied
to SVN? http://gcc.gnu.org/contribute.html isn't clear on the point for
the case where the patch submitter doesn't have write-after-approval.

-- PMM

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

* Re: [PING] PR 28322 unknown -Wno-* options should cause warnings, not errors
  2008-07-09 13:18   ` Peter Maydell
@ 2008-07-10  1:19     ` Ian Lance Taylor
  2008-07-10  4:38       ` Matthias Klose
  2009-01-26  1:47     ` PATCH for " Gerald Pfeifer
  1 sibling, 1 reply; 8+ messages in thread
From: Ian Lance Taylor @ 2008-07-10  1:19 UTC (permalink / raw)
  To: Peter Maydell; +Cc: gcc-patches

Peter Maydell <pmaydell+gcc@chiark.greenend.org.uk> writes:

> Ian Lance Taylor wrote:
>>Peter Maydell <pmaydell+gcc@chiark.greenend.org.uk> writes:
>>> This is a ping for this patch:
>>>
>>> http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00139.html
>
>>This patch is OK.
>
> Thanks. What's the process for causing the patch to actually get applied
> to SVN? http://gcc.gnu.org/contribute.html isn't clear on the point for
> the case where the patch submitter doesn't have write-after-approval.

Anybody with write access want to volunteer to apply this patch?

Ian

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

* Re: [PING] PR 28322 unknown -Wno-* options should cause warnings, not errors
  2008-07-10  1:19     ` Ian Lance Taylor
@ 2008-07-10  4:38       ` Matthias Klose
  0 siblings, 0 replies; 8+ messages in thread
From: Matthias Klose @ 2008-07-10  4:38 UTC (permalink / raw)
  To: Ian Lance Taylor; +Cc: Peter Maydell, gcc-patches

Ian Lance Taylor writes:
> Peter Maydell <pmaydell+gcc@chiark.greenend.org.uk> writes:
> 
> > Ian Lance Taylor wrote:
> >>Peter Maydell <pmaydell+gcc@chiark.greenend.org.uk> writes:
> >>> This is a ping for this patch:
> >>>
> >>> http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00139.html
> >
> >>This patch is OK.
> >
> > Thanks. What's the process for causing the patch to actually get applied
> > to SVN? http://gcc.gnu.org/contribute.html isn't clear on the point for
> > the case where the patch submitter doesn't have write-after-approval.
> 
> Anybody with write access want to volunteer to apply this patch?

done.

  Matthias

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

* PATCH for Re: [PING] PR 28322 unknown -Wno-* options should cause  warnings, not errors
  2008-07-09 13:18   ` Peter Maydell
  2008-07-10  1:19     ` Ian Lance Taylor
@ 2009-01-26  1:47     ` Gerald Pfeifer
  2009-01-26  9:40       ` Peter Maydell
  1 sibling, 1 reply; 8+ messages in thread
From: Gerald Pfeifer @ 2009-01-26  1:47 UTC (permalink / raw)
  To: Peter Maydell; +Cc: Ian Lance Taylor, gcc-patches

Hej Peter,

I know it's been a while, but I had queued your message to actually
improve our documentation.

Please find my first attempt at this below. I have committed this patch, 
so it now shows up at http://gcc.gnu.org/contribute.html.  If you have
any thoughts or suggestions for improvement, please let me know!

(The part relevant to your request is the last part of the patch, the
rest moves and shortens the description of "without further approval").

Gerald

On Wed, 9 Jul 2008, Peter Maydell wrote:
>> This patch is OK.
> Thanks. What's the process for causing the patch to actually get applied
> to SVN? http://gcc.gnu.org/contribute.html isn't clear on the point for
> the case where the patch submitter doesn't have write-after-approval.

Index: contribute.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/contribute.html,v
retrieving revision 1.70
diff -u -3 -p -r1.70 contribute.html
--- contribute.html	6 Aug 2008 21:57:16 -0000	1.70
+++ contribute.html	26 Jan 2009 00:20:48 -0000
@@ -276,20 +276,24 @@ changing.)  For further information on t
 the <a href="svn.html">Anonymous read-only SVN access</a> and <a
 href="svnwrite.html">Read-write SVN access</a> pages.</p>
 
+<p>(Everything listed here still applies if you can check in the patch
+without further approval under the <a
+href="svnwrite.html#policies">GCC write access policies</a>, except
+that ChangeLog entries may be included as part of the patch and diffs
+representing totally new files may be omitted (especially if large).)</p> 
+
+<h3>Pinging patches, Getting patches applied</h3>
+
 <p>If you do not receive a response to a patch that you have submitted
 within two weeks or so, it may be a good idea to chase it by sending a
 follow-up email to the same list(s).  Patches can occasionally fall through
 the cracks.  Please be sure to include a brief summary of the patch and the
 URL of the entry in the mailing list archive of the original submission.</p>
 
-<p>Everything listed here still applies if you can check in the patch
-without further approval under the <a
-href="svnwrite.html#policies">GCC write access policies</a>, except
-that ChangeLog entries may be included as part of the patch since
-no-one else will need to apply it to the tree later and diffs representing
-totally new files may be omitted (especially if large) since they can be
-accessed directly from the repository.</p>
-
+<p>If you do not have write access and a patch of yours has been approved,
+but not committed, please advise the approver of that fact.  You may want
+to point out lack of write access in your initial submission, too.</p>
+ 
 
 <h2><a name="announce">Announcing Changes (to our Users)</a></h2>
 

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

* Re: PATCH for Re: [PING] PR 28322 unknown -Wno-* options should cause warnings, not errors
  2009-01-26  1:47     ` PATCH for " Gerald Pfeifer
@ 2009-01-26  9:40       ` Peter Maydell
  2009-01-26 20:01         ` Gerald Pfeifer
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Maydell @ 2009-01-26  9:40 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Peter Maydell, Ian Lance Taylor, gcc-patches

Gerald Pfeifer wrote:
>I know it's been a while, but I had queued your message to actually
>improve our documentation.
>
>Please find my first attempt at this below. I have committed this patch, 
>so it now shows up at http://gcc.gnu.org/contribute.html.  If you have
>any thoughts or suggestions for improvement, please let me know!

Thanks, that covers the problem I had.

>(The part relevant to your request is the last part of the patch, the
>rest moves and shortens the description of "without further approval").

The new text here made me do a double-take at the "totally new files
may be omitted" bit -- given the rationale in the old version it makes
sense, but this change deletes the rationale. But of course this bit
of the docs doesn't really apply to me so I don't feel strongly about
it.

-- PMM

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

* Re: PATCH for Re: [PING] PR 28322 unknown -Wno-* options should  cause warnings, not errors
  2009-01-26  9:40       ` Peter Maydell
@ 2009-01-26 20:01         ` Gerald Pfeifer
  0 siblings, 0 replies; 8+ messages in thread
From: Gerald Pfeifer @ 2009-01-26 20:01 UTC (permalink / raw)
  To: Peter Maydell; +Cc: Ian Lance Taylor, gcc-patches

On Mon, 26 Jan 2009, Peter Maydell wrote:
>>(The part relevant to your request is the last part of the patch, the
>>rest moves and shortens the description of "without further approval").
> The new text here made me do a double-take at the "totally new files
> may be omitted" bit -- given the rationale in the old version it makes
> sense, but this change deletes the rationale. But of course this bit
> of the docs doesn't really apply to me so I don't feel strongly about
> it.

Thanks for the additional feedback, Peter.  I committed the patch
below which tweaks that sentence and re-adds the piece you are
referring to.

Gerald

Index: contribute.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/contribute.html,v
retrieving revision 1.71
diff -u -3 -p -r1.71 contribute.html
--- contribute.html	26 Jan 2009 00:24:59 -0000	1.71
+++ contribute.html	26 Jan 2009 19:29:39 -0000
@@ -280,7 +280,8 @@ href="svnwrite.html">Read-write SVN acce
 without further approval under the <a
 href="svnwrite.html#policies">GCC write access policies</a>, except
 that ChangeLog entries may be included as part of the patch and diffs
-representing totally new files may be omitted (especially if large).)</p> 
+representing new files may be omitted, especially if large, since they
+can be accessed directly from the repository.)</p> 
 
 <h3>Pinging patches, Getting patches applied</h3>
 

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

end of thread, other threads:[~2009-01-26 19:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-30 17:03 [PING] PR 28322 unknown -Wno-* options should cause warnings, not errors Peter Maydell
2008-07-02  1:18 ` Ian Lance Taylor
2008-07-09 13:18   ` Peter Maydell
2008-07-10  1:19     ` Ian Lance Taylor
2008-07-10  4:38       ` Matthias Klose
2009-01-26  1:47     ` PATCH for " Gerald Pfeifer
2009-01-26  9:40       ` Peter Maydell
2009-01-26 20:01         ` Gerald Pfeifer

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).