public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC 6 Status Report (2015-10-16)
@ 2015-10-16  9:12 Richard Biener
  2015-10-20 15:47 ` Pierre-Marie de Rodat
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Biener @ 2015-10-16  9:12 UTC (permalink / raw)
  To: gcc; +Cc: gcc-patches


Status
======

Trunk which will eventually become GCC 6 is still in Stage 1 but its
end is near and we are planning to transition into Stage 3 starting Nov 9th.

This means it is time to get things you want to have in GCC 6 finalized
and reviewed.  As usual there may be exceptions to late reviewed features
but don't count on that.  Likewise target specific features can sneak in
during Stage 3 if maintainers ok them.


Quality Data
============

Priority          #   Change from last report
--------        ---   -----------------------
P1                2    -   2
P2               84    +   4
P3              120    + 111
P4		 88    +   4
P5		 32    -   3
--------        ---   -----------------------
Total P1-P3     206    + 113
Total		326    + 114


Previous Report
===============

https://gcc.gnu.org/ml/gcc/2015-04/msg00146.html

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

* Re: GCC 6 Status Report (2015-10-16)
  2015-10-16  9:12 GCC 6 Status Report (2015-10-16) Richard Biener
@ 2015-10-20 15:47 ` Pierre-Marie de Rodat
  2015-10-20 16:02   ` Jeff Law
  0 siblings, 1 reply; 5+ messages in thread
From: Pierre-Marie de Rodat @ 2015-10-20 15:47 UTC (permalink / raw)
  To: Richard Biener; +Cc: gcc, gcc-patches

Hi Richard,

On 10/16/2015 05:09 AM, Richard Biener wrote:
> This means it is time to get things you want to have in GCC 6 finalized
> and reviewed.  As usual there may be exceptions to late reviewed features
> but don't count on that.  Likewise target specific features can sneak in
> during Stage 3 if maintainers ok them.

This is just to point out I have series of DWARF-related patches 
awaiting reviews for several months. I plan to rebase against trunk, 
retest and resubmit them shortly but here’s an overview:

   * The patch series for transition to standard DWARF for Ada 
(https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01857.html). There are 8 
patches, each one depending on the previous one, except the 6/8 one 
(https://gcc.gnu.org/ml/gcc-patches/2015-07/msg01361.html) which could 
go on its own.

   * Fix DW_AT_static_link generation in DWARF 
(https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01855.html). The 
corresponding support in GDB is in the development branch.

   * Track indirect calls as call site information in DWARF 
(https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01856.html).

   * Materialize subprogram renamings in Ada as imported declarations in 
DWARF (https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01854.html). The 
corresponding support in GDB is in the development branch.

If there is anything I should do to ease the review process, please let 
me know. :-) Thank you in advance!

-- 
Pierre-Marie de Rodat

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

* Re: GCC 6 Status Report (2015-10-16)
  2015-10-20 15:47 ` Pierre-Marie de Rodat
@ 2015-10-20 16:02   ` Jeff Law
  2015-10-20 19:38     ` Pierre-Marie de Rodat
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Law @ 2015-10-20 16:02 UTC (permalink / raw)
  To: Pierre-Marie de Rodat, Richard Biener; +Cc: gcc, gcc-patches

On 10/20/2015 09:42 AM, Pierre-Marie de Rodat wrote:
> Hi Richard,
>
> On 10/16/2015 05:09 AM, Richard Biener wrote:
>> This means it is time to get things you want to have in GCC 6 finalized
>> and reviewed.  As usual there may be exceptions to late reviewed features
>> but don't count on that.  Likewise target specific features can sneak in
>> during Stage 3 if maintainers ok them.
>
> This is just to point out I have series of DWARF-related patches
> awaiting reviews for several months. I plan to rebase against trunk,
> retest and resubmit them shortly but here’s an overview:
>
>    * The patch series for transition to standard DWARF for Ada
> (https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01857.html). There are 8
> patches, each one depending on the previous one, except the 6/8 one
> (https://gcc.gnu.org/ml/gcc-patches/2015-07/msg01361.html) which could
> go on its own.
>
>    * Fix DW_AT_static_link generation in DWARF
> (https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01855.html). The
> corresponding support in GDB is in the development branch.
>
>    * Track indirect calls as call site information in DWARF
> (https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01856.html).
>
>    * Materialize subprogram renamings in Ada as imported declarations in
> DWARF (https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01854.html). The
> corresponding support in GDB is in the development branch.
I've been leaving all that stuff to Jason & Jakub.  My knowledge of 
dwarf, both the specs and our implementation is so limited that my 
review would be worthless.

jeff

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

* Re: GCC 6 Status Report (2015-10-16)
  2015-10-20 16:02   ` Jeff Law
@ 2015-10-20 19:38     ` Pierre-Marie de Rodat
  2015-10-20 19:54       ` Jeff Law
  0 siblings, 1 reply; 5+ messages in thread
From: Pierre-Marie de Rodat @ 2015-10-20 19:38 UTC (permalink / raw)
  To: Jeff Law, Richard Biener; +Cc: gcc, gcc-patches, Jason Merill

On 10/20/2015 12:01 PM, Jeff Law wrote:
>>    * The patch series for transition to standard DWARF for Ada
>> (https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01857.html). There are 8
>> patches, each one depending on the previous one, except the 6/8 one
>> (https://gcc.gnu.org/ml/gcc-patches/2015-07/msg01361.html) which could
>> go on its own.

>>    * Track indirect calls as call site information in DWARF
>> (https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01856.html).

> I've been leaving all that stuff to Jason & Jakub.  My knowledge of
> dwarf, both the specs and our implementation is so limited that my
> review would be worthless.

Thank you for your quick answer!

Regarding the long standard DWARF patch series, Jakup told me in July 
that he would not have time to review dwarf2out patches and advised me 
to ping Jason and Cary instead (which I did since then ;-)).

On the indirect calls tracking side (affecting both dwarf2out and 
var-tracking), Richard told me in August that he’s not the correct 
person to ping for dwarf2out patches, so I did ping you for the 
var-tracking part and Jason for the dwarf2out part afterwards.

-- 
Pierre-Marie de Rodat

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

* Re: GCC 6 Status Report (2015-10-16)
  2015-10-20 19:38     ` Pierre-Marie de Rodat
@ 2015-10-20 19:54       ` Jeff Law
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Law @ 2015-10-20 19:54 UTC (permalink / raw)
  To: Pierre-Marie de Rodat, Richard Biener; +Cc: gcc, gcc-patches, Jason Merill

On 10/20/2015 01:16 PM, Pierre-Marie de Rodat wrote:
> On 10/20/2015 12:01 PM, Jeff Law wrote:
>>>    * The patch series for transition to standard DWARF for Ada
>>> (https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01857.html). There are 8
>>> patches, each one depending on the previous one, except the 6/8 one
>>> (https://gcc.gnu.org/ml/gcc-patches/2015-07/msg01361.html) which could
>>> go on its own.
>
>>>    * Track indirect calls as call site information in DWARF
>>> (https://gcc.gnu.org/ml/gcc-patches/2015-08/msg01856.html).
>
>> I've been leaving all that stuff to Jason & Jakub.  My knowledge of
>> dwarf, both the specs and our implementation is so limited that my
>> review would be worthless.
>
> Thank you for your quick answer!
>
> Regarding the long standard DWARF patch series, Jakup told me in July
> that he would not have time to review dwarf2out patches and advised me
> to ping Jason and Cary instead (which I did since then ;-)).
>
> On the indirect calls tracking side (affecting both dwarf2out and
> var-tracking), Richard told me in August that he’s not the correct
> person to ping for dwarf2out patches, so I did ping you for the
> var-tracking part and Jason for the dwarf2out part afterwards.
var tracking might be best sent to Alex (aoliva@redhat.com) and the 
dwarf stuff to Jason, Cary & Jakub.

Jeff

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

end of thread, other threads:[~2015-10-20 19:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-16  9:12 GCC 6 Status Report (2015-10-16) Richard Biener
2015-10-20 15:47 ` Pierre-Marie de Rodat
2015-10-20 16:02   ` Jeff Law
2015-10-20 19:38     ` Pierre-Marie de Rodat
2015-10-20 19:54       ` Jeff Law

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