Re: [PATCH 2/4] Remove unused functions and fields.

2018-10-22 Thread Ian Lance Taylor
On Mon, Oct 22, 2018 at 5:00 AM, Martin Liška wrote: > On 10/19/18 1:02 AM, Ian Lance Taylor wrote: >> On Sat, Sep 22, 2018 at 12:08 PM, marxin wrote: >>> >>> gcc/go/ChangeLog: >>> >>> 2018-09-24 Martin Liska >>> >>> * gofrontend/escape.cc (Gogo::analyze_escape): Remove >>> usa

Re: [PATCH 2/4] Remove unused functions and fields.

2018-10-22 Thread Martin Liška
On 10/19/18 1:02 AM, Ian Lance Taylor wrote: > On Sat, Sep 22, 2018 at 12:08 PM, marxin wrote: >> >> gcc/go/ChangeLog: >> >> 2018-09-24 Martin Liska >> >> * gofrontend/escape.cc (Gogo::analyze_escape): Remove >> usage of a parameter. >> (Gogo::assign_connectivity): Likew

Re: [PATCH 2/4] Remove unused functions and fields.

2018-10-18 Thread Ian Lance Taylor
On Sat, Sep 22, 2018 at 12:08 PM, marxin wrote: > > gcc/go/ChangeLog: > > 2018-09-24 Martin Liska > > * gofrontend/escape.cc (Gogo::analyze_escape): Remove > usage of a parameter. > (Gogo::assign_connectivity): Likewise. > (class Escape_analysis_tag): Likewise. >

Re: [PATCH 2/4] Remove unused functions and fields.

2018-10-05 Thread Martin Liška
On 10/5/18 12:43 AM, Bernhard Reutner-Fischer wrote: > Hi! > > So i just added archive handling to ease looking at more than just the > plain frontends, applied as r264856. Running the tools for cc1 does not show anything. Please update the comment in the script with example invocation. > > You

Re: [PATCH 2/4] Remove unused functions and fields.

2018-10-04 Thread Bernhard Reutner-Fischer
Hi! So i just added archive handling to ease looking at more than just the plain frontends, applied as r264856. You can now use the exact files passed to the driver when linking e.g. cc1. We link libcommon.a twice? Didn't look. e.g.: me@there:.../gcc$ /scratch/src/gcc-trunk/contrib/unused_functi

Re: [PATCH 2/4] Remove unused functions and fields.

2018-10-03 Thread Bernhard Reutner-Fischer
On 3 October 2018 18:42:23 CEST, Jeff Law wrote: >On 9/27/18 5:13 AM, Bernhard Reutner-Fischer wrote: > >> >> Although not perfect, but may i suggest to consider putting the >> attached contrib/unused_functions.py into our tree? >Do you have commit privileges? If so, go ahead and add it. Yes I

Re: [PATCH 2/4] Remove unused functions and fields.

2018-10-03 Thread Jeff Law
On 9/27/18 5:13 AM, Bernhard Reutner-Fischer wrote: > > Although not perfect, but may i suggest to consider putting the > attached contrib/unused_functions.py into our tree? Do you have commit privileges? If so, go ahead and add it. > > Just for fun i'm attaching output for fortran, c, cp as p

Re: [PATCH 2/4] Remove unused functions and fields.

2018-09-27 Thread Bernhard Reutner-Fischer
On Wed, 26 Sep 2018 10:59:02 +0200 Martin Liška wrote: > On 9/25/18 3:34 PM, Jeff Law wrote: > > On 9/25/18 6:19 AM, Richard Biener wrote: > >> On Tue, Sep 25, 2018 at 9:09 AM Martin Liška > >> wrote: > >>> > >>> On 9/24/18 4:42 PM, Jeff Law wrote: > On 9/22/18 1:08 PM, marxin wrote:

Re: [PATCH 2/4] Remove unused functions and fields.

2018-09-26 Thread Martin Liška
On 9/25/18 3:34 PM, Jeff Law wrote: > On 9/25/18 6:19 AM, Richard Biener wrote: >> On Tue, Sep 25, 2018 at 9:09 AM Martin Liška wrote: >>> >>> On 9/24/18 4:42 PM, Jeff Law wrote: On 9/22/18 1:08 PM, marxin wrote: > > gcc/ChangeLog: > > 2018-09-24 Martin Liska > >

Re: [PATCH 2/4] Remove unused functions and fields.

2018-09-25 Thread Jeff Law
On 9/25/18 6:19 AM, Richard Biener wrote: > On Tue, Sep 25, 2018 at 9:09 AM Martin Liška wrote: >> >> On 9/24/18 4:42 PM, Jeff Law wrote: >>> On 9/22/18 1:08 PM, marxin wrote: gcc/ChangeLog: 2018-09-24 Martin Liska * alias.c (set_dest_equal_p): Remove unused f

Re: [PATCH 2/4] Remove unused functions and fields.

2018-09-25 Thread Richard Biener
On Tue, Sep 25, 2018 at 9:09 AM Martin Liška wrote: > > On 9/24/18 4:42 PM, Jeff Law wrote: > > On 9/22/18 1:08 PM, marxin wrote: > >> > >> gcc/ChangeLog: > >> > >> 2018-09-24 Martin Liska > >> > >> * alias.c (set_dest_equal_p): Remove unused function. > >> * config/i386/i386.c (def_b

Re: [PATCH 2/4] Remove unused functions and fields.

2018-09-25 Thread Martin Liška
On 9/24/18 4:42 PM, Jeff Law wrote: > On 9/22/18 1:08 PM, marxin wrote: >> >> gcc/ChangeLog: >> >> 2018-09-24 Martin Liska >> >> * alias.c (set_dest_equal_p): Remove unused function. >> * config/i386/i386.c (def_builtin_pure2): Likewise. >> * diagnostic-show-locus.c (class layout)

Re: [PATCH 2/4] Remove unused functions and fields.

2018-09-24 Thread Jeff Law
On 9/22/18 1:08 PM, marxin wrote: > > gcc/ChangeLog: > > 2018-09-24 Martin Liska > > * alias.c (set_dest_equal_p): Remove unused function. > * config/i386/i386.c (def_builtin_pure2): Likewise. > * diagnostic-show-locus.c (class layout): Remove > unused field. > (

[PATCH 2/4] Remove unused functions and fields.

2018-09-24 Thread marxin
gcc/ChangeLog: 2018-09-24 Martin Liska * alias.c (set_dest_equal_p): Remove unused function. * config/i386/i386.c (def_builtin_pure2): Likewise. * diagnostic-show-locus.c (class layout): Remove unused field. (layout::layout): Likewise here. * du