Re: [PATCH] Remove dead functions and fix VMS target by moving back some functions.

2018-10-10 Thread Martin Jambor
Hi, On Wed, Oct 10 2018, Martin Liška wrote: > On 10/9/18 10:34 PM, Martin Jambor wrote: >> On Tue, Oct 09 2018, Martin Liška wrote: >>> * ipa-cp.c (ipcp_vr_lattice::meet_with): Likewise. >> >> Interesting, I believe that a class representing a lattice should have a >> meet function with its

Re: [PATCH] Remove dead functions and fix VMS target by moving back some functions.

2018-10-10 Thread Martin Liška
On 10/9/18 10:34 PM, Martin Jambor wrote: > On Tue, Oct 09 2018, Martin Liška wrote: >> Hi. >> >> Utilizing rtags' --find-dead-functions I'm suggesting a removal of part >> of the functions reported with the script. I built all cross compilers >> defined in contrib/config-list.mk and I fixed VMS ta

Re: [PATCH] Remove dead functions and fix VMS target by moving back some functions.

2018-10-09 Thread Martin Jambor
On Tue, Oct 09 2018, Martin Liška wrote: > Hi. > > Utilizing rtags' --find-dead-functions I'm suggesting a removal of part > of the functions reported with the script. I built all cross compilers > defined in contrib/config-list.mk and I fixed VMS targets that I broke > in previous removal. > > If