Re: [PATCH, PR 61211] Fix a bug in clone_of_p verification

2014-06-19 Thread Jan Hubicka
> Ping. > > Thanks, > > Martin > > > On Sat, May 31, 2014 at 12:46:03AM +0200, Martin Jambor wrote: > > Hi, > > > > after a clone is materialized, its clone_of field is cleared which in > > PR 61211 leads to a failure in the skipped_thunk path in clone_of_p in > > cgraph.c, which then leads to

Re: [PATCH, PR 61211] Fix a bug in clone_of_p verification

2014-06-17 Thread Martin Jambor
Ping. Thanks, Martin On Sat, May 31, 2014 at 12:46:03AM +0200, Martin Jambor wrote: > Hi, > > after a clone is materialized, its clone_of field is cleared which in > PR 61211 leads to a failure in the skipped_thunk path in clone_of_p in > cgraph.c, which then leads to a false positive verifica

[PATCH, PR 61211] Fix a bug in clone_of_p verification

2014-05-30 Thread Martin Jambor
Hi, after a clone is materialized, its clone_of field is cleared which in PR 61211 leads to a failure in the skipped_thunk path in clone_of_p in cgraph.c, which then leads to a false positive verification failure. Fixed by the following patch. Bootstrapped and tested on x86_64-linux on both the