Re: [PATCH] Fix wrong assumption in contains_type_p (PR ipa/71207).

2017-01-17 Thread Jan Hubicka
> > Ok, applied without the renaming as r244530. I guess you added that to cut > the recursion. > > Would it be fine to install the patch to active branches after proper testing? OK Honza > Thanks, > Martin > > >> bool consider_placement_new, > >> bool consider_bases) >

Re: [PATCH] Fix wrong assumption in contains_type_p (PR ipa/71207).

2017-01-17 Thread Martin Liška
On 01/17/2017 11:43 AM, Jan Hubicka wrote: >> >> gcc/testsuite/ChangeLog: >> >> 2017-01-12 Martin Liska >> >> PR ipa/71207 >> * g++.dg/ipa/pr71207.C: New test. >> >> gcc/ChangeLog: >> >> 2017-01-12 Martin Liska >> >> PR ipa/71207 >> *

Re: [PATCH] Fix wrong assumption in contains_type_p (PR ipa/71207).

2017-01-17 Thread Jan Hubicka
> > gcc/testsuite/ChangeLog: > > 2017-01-12 Martin Liska > > PR ipa/71207 > * g++.dg/ipa/pr71207.C: New test. > > gcc/ChangeLog: > > 2017-01-12 Martin Liska > > PR ipa/71207 > * ipa-polymorphic-call.c (contains_type_p): Fix wrong

[PATCH] Fix wrong assumption in contains_type_p (PR ipa/71207).

2017-01-13 Thread Martin Liška
rom: marxin <mli...@suse.cz> Date: Thu, 12 Jan 2017 15:55:42 +0100 Subject: [PATCH] Fix wrong assumption in contains_type_p (PR ipa/71207). gcc/testsuite/ChangeLog: 2017-01-12 Martin Liska <mli...@suse.cz> PR ipa/71207 * g++.dg/ipa/pr71207.C: New test. gcc/ChangeLog: 2017-01-1