public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Pinging patches
@ 2015-11-24 20:01 Jeff Law
  2015-11-24 20:44 ` H.J. Lu
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff Law @ 2015-11-24 20:01 UTC (permalink / raw)
  To: gcc-patches


Just a note to folks, we're well into stage3 in our development cycle 
right now.  Richi, Bernd, Jason, myself and others are working through 
our queues of patches that were submitted before the deadline.

If you are not currently iterating with a maintainer on a patch that was 
submitted before the close of stage1, please ping the patch, including a 
link to the patch in the archives.


It's important we wrap up the loose ends and move our focus to 
bugfixing.  Speaking strictly  for myself, the bar for what I'll 
consider will be rising daily from now until the release.



Cheers,
Jeff

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

* Re: Pinging patches
  2015-11-24 20:01 Pinging patches Jeff Law
@ 2015-11-24 20:44 ` H.J. Lu
  2015-11-24 20:47   ` Jeff Law
  0 siblings, 1 reply; 6+ messages in thread
From: H.J. Lu @ 2015-11-24 20:44 UTC (permalink / raw)
  To: Jeff Law; +Cc: GCC Patches

On Tue, Nov 24, 2015 at 11:59 AM, Jeff Law <law@redhat.com> wrote:
>
> Just a note to folks, we're well into stage3 in our development cycle right
> now.  Richi, Bernd, Jason, myself and others are working through our queues
> of patches that were submitted before the deadline.
>
> If you are not currently iterating with a maintainer on a patch that was
> submitted before the close of stage1, please ping the patch, including a
> link to the patch in the archives.
>
>
> It's important we wrap up the loose ends and move our focus to bugfixing.
> Speaking strictly  for myself, the bar for what I'll consider will be rising
> daily from now until the release.

FYI, I am planning to ping this patch

https://gcc.gnu.org/ml/gcc-patches/2015-11/msg02791.html

to fix an ABI wrong code and this patch:

https://gcc.gnu.org/ml/gcc-patches/2015-11/msg02605.html

which is a prerequisite for x86 interrupt attribute patch submitted
weeks ago.

-- 
H.J.

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

* Re: Pinging patches
  2015-11-24 20:44 ` H.J. Lu
@ 2015-11-24 20:47   ` Jeff Law
  2015-11-24 21:01     ` H.J. Lu
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff Law @ 2015-11-24 20:47 UTC (permalink / raw)
  To: H.J. Lu; +Cc: GCC Patches

On 11/24/2015 01:29 PM, H.J. Lu wrote:
> On Tue, Nov 24, 2015 at 11:59 AM, Jeff Law <law@redhat.com> wrote:
>>
>> Just a note to folks, we're well into stage3 in our development cycle right
>> now.  Richi, Bernd, Jason, myself and others are working through our queues
>> of patches that were submitted before the deadline.
>>
>> If you are not currently iterating with a maintainer on a patch that was
>> submitted before the close of stage1, please ping the patch, including a
>> link to the patch in the archives.
>>
>>
>> It's important we wrap up the loose ends and move our focus to bugfixing.
>> Speaking strictly  for myself, the bar for what I'll consider will be rising
>> daily from now until the release.
>
> FYI, I am planning to ping this patch
>
> https://gcc.gnu.org/ml/gcc-patches/2015-11/msg02791.html
>
> to fix an ABI wrong code and this patch:
>
> https://gcc.gnu.org/ml/gcc-patches/2015-11/msg02605.html
>
> which is a prerequisite for x86 interrupt attribute patch submitted
> weeks ago.
I believe hte interrupt patches really need to wait for the next stage1.
jeff

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

* Re: Pinging patches
  2015-11-24 20:47   ` Jeff Law
@ 2015-11-24 21:01     ` H.J. Lu
  2015-11-24 21:01       ` Jeff Law
  0 siblings, 1 reply; 6+ messages in thread
From: H.J. Lu @ 2015-11-24 21:01 UTC (permalink / raw)
  To: Jeff Law; +Cc: GCC Patches

On Tue, Nov 24, 2015 at 12:45 PM, Jeff Law <law@redhat.com> wrote:
> On 11/24/2015 01:29 PM, H.J. Lu wrote:
>>
>> On Tue, Nov 24, 2015 at 11:59 AM, Jeff Law <law@redhat.com> wrote:
>>>
>>>
>>> Just a note to folks, we're well into stage3 in our development cycle
>>> right
>>> now.  Richi, Bernd, Jason, myself and others are working through our
>>> queues
>>> of patches that were submitted before the deadline.
>>>
>>> If you are not currently iterating with a maintainer on a patch that was
>>> submitted before the close of stage1, please ping the patch, including a
>>> link to the patch in the archives.
>>>
>>>
>>> It's important we wrap up the loose ends and move our focus to bugfixing.
>>> Speaking strictly  for myself, the bar for what I'll consider will be
>>> rising
>>> daily from now until the release.
>>
>>
>> FYI, I am planning to ping this patch
>>
>> https://gcc.gnu.org/ml/gcc-patches/2015-11/msg02791.html
>>
>> to fix an ABI wrong code and this patch:
>>
>> https://gcc.gnu.org/ml/gcc-patches/2015-11/msg02605.html
>>
>> which is a prerequisite for x86 interrupt attribute patch submitted
>> weeks ago.
>
> I believe hte interrupt patches really need to wait for the next stage1.
> jeff
>

X86 interrupt attribute was first submitted in September and it
is limited to x86 backend, except for

TARGET_FUNCTION_INCOMING_ARG_RTL

which is no-op for other backends.  We really like to enable it
in GCC 6.

-- 
H.J.

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

* Re: Pinging patches
  2015-11-24 21:01     ` H.J. Lu
@ 2015-11-24 21:01       ` Jeff Law
  2015-11-24 22:38         ` H.J. Lu
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff Law @ 2015-11-24 21:01 UTC (permalink / raw)
  To: H.J. Lu; +Cc: GCC Patches

On 11/24/2015 01:55 PM, H.J. Lu wrote:
>> I believe hte interrupt patches really need to wait for the next stage1.
>> jeff
>>
>
> X86 interrupt attribute was first submitted in September and it
> is limited to x86 backend, except for
>
> TARGET_FUNCTION_INCOMING_ARG_RTL
>
> which is no-op for other backends.  We really like to enable it
> in GCC 6.
I realize all of that, but I think we need to make some changes to the 
FUNCTION_ARGS interface to do this cleanly, and I don't want to push 
something like that during stage3.

Missing gcc6 for this is unfortunate, but not a major loss.

jeff

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

* Re: Pinging patches
  2015-11-24 21:01       ` Jeff Law
@ 2015-11-24 22:38         ` H.J. Lu
  0 siblings, 0 replies; 6+ messages in thread
From: H.J. Lu @ 2015-11-24 22:38 UTC (permalink / raw)
  To: Jeff Law; +Cc: GCC Patches

On Tue, Nov 24, 2015 at 1:01 PM, Jeff Law <law@redhat.com> wrote:
> On 11/24/2015 01:55 PM, H.J. Lu wrote:
>>>
>>> I believe hte interrupt patches really need to wait for the next stage1.
>>> jeff
>>>
>>
>> X86 interrupt attribute was first submitted in September and it
>> is limited to x86 backend, except for
>>
>> TARGET_FUNCTION_INCOMING_ARG_RTL
>>
>> which is no-op for other backends.  We really like to enable it
>> in GCC 6.
>
> I realize all of that, but I think we need to make some changes to the
> FUNCTION_ARGS interface to do this cleanly, and I don't want to push
> something like that during stage3.
>

Who will make changes to the FUNCTION_ARGS interface?


-- 
H.J.

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

end of thread, other threads:[~2015-11-24 21:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-24 20:01 Pinging patches Jeff Law
2015-11-24 20:44 ` H.J. Lu
2015-11-24 20:47   ` Jeff Law
2015-11-24 21:01     ` H.J. Lu
2015-11-24 21:01       ` Jeff Law
2015-11-24 22:38         ` H.J. Lu

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