Thanks for the review > On 16-Aug-2021, at 4:48 AM, David Malcolm <dmalc...@redhat.com> wrote: > > Thanks, this is looking promising. Has this been rebased recently > (e.g. since I merged > https://gcc.gnu.org/pipermail/gcc-patches/2021-August/576737.html )
Yes, The branch is totally up to date with master at the time of writing this mail. - - - Here is the updated patch :
vfunc.patch
Description: Binary data
- - - P.S. While adding the new tests, I found some last minute bugs where analyzer would sometimes try to access a NULL cgraph edge to get the call stmt and crash. Although the problem was easily fixed by updating `callgraph_superedge::get_call_stmt ()`, it lead to a delay in running the test suite on the final version ( so the patch is still under testing at the time of writing this mail ). Thanks - Ankur