On 03/09/15 12:31, Jakub Jelinek wrote:
Hi!

BINFO_BASE_BINFO always gives a TREE_BINFO, so using DECL_CONTEXT on it
is wrong.  The following patch fixes it to use BINFO_TYPE instead.

Bootstrapped/regtested on x86_64-linux and i686-linux, tested also on the
testcase in the PR.  Ok for trunk?

We don't seem to have infrastructure for testing errors during LTO linking,
so no testcase included.

2015-03-09  Jakub Jelinek  <ja...@redhat.com>

        PR lto/65361
        * ipa-devirt.c (add_type_duplicate): Don't use DECL_CONTEXT
        on a TREE_BINFO, instead use BINFO_TYPE.
OK.
jeff

Reply via email to