Re: [PR 77333] Fix fntypes of calls calling clones

2017-03-30 Thread Richard Biener
On Wed, 29 Mar 2017, Martin Jambor wrote: > Hi, > > On Thu, Mar 16, 2017 at 05:57:51PM +0100, Martin Jambor wrote: > > Hi, > > > > On Mon, Mar 13, 2017 at 01:46:47PM +0100, Richard Biener wrote: > > > On Fri, 10 Mar 2017, Martin Jambor wrote: > > > > > > > Hi, > > > > > > > > PR 77333 is a

Re: [PR 77333] Fix fntypes of calls calling clones

2017-03-29 Thread Martin Jambor
Hi, On Thu, Mar 16, 2017 at 05:57:51PM +0100, Martin Jambor wrote: > Hi, > > On Mon, Mar 13, 2017 at 01:46:47PM +0100, Richard Biener wrote: > > On Fri, 10 Mar 2017, Martin Jambor wrote: > > > > > Hi, > > > > > > PR 77333 is a i686-windows target bug, which however has its root in > > > our

Re: [PR 77333] Fix fntypes of calls calling clones

2017-03-16 Thread Martin Jambor
Hi, On Mon, Mar 13, 2017 at 01:46:47PM +0100, Richard Biener wrote: > On Fri, 10 Mar 2017, Martin Jambor wrote: > > > Hi, > > > > PR 77333 is a i686-windows target bug, which however has its root in > > our general mechanism of adjusting gimple statements when redirecting > > call graph edge.

Re: [PR 77333] Fix fntypes of calls calling clones

2017-03-13 Thread Richard Biener
On Fri, 10 Mar 2017, Martin Jambor wrote: > Hi, > > PR 77333 is a i686-windows target bug, which however has its root in > our general mechanism of adjusting gimple statements when redirecting > call graph edge. Basically, these three things trigger it: > > 1) IPA-CP figures out that the this

[PR 77333] Fix fntypes of calls calling clones

2017-03-10 Thread Martin Jambor
Hi, PR 77333 is a i686-windows target bug, which however has its root in our general mechanism of adjusting gimple statements when redirecting call graph edge. Basically, these three things trigger it: 1) IPA-CP figures out that the this parameter of a C++ class method is unused and because