This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 26d3655 PR lto/69589 * tree.c (free_lang_data_in_decl): Clear visib [...] new 76333f6 PR ipa/69630 * ipa-devirt.c (possible_polymorphic_call_targ [...] new 75e7231 PR lto/69589 * cgraph.c (cgraph_node::dump): Dump split_par [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 17 ++++++++++ gcc/cgraph.c | 4 +++ gcc/cgraph.h | 2 ++ gcc/ipa-devirt.c | 4 +-- gcc/ipa.c | 49 +++++++++++++++++++---------- gcc/testsuite/ChangeLog | 6 ++++ gcc/testsuite/g++.dg/lto/pr69589_0.C | 26 +++++++++++++++ gcc/testsuite/g++.dg/lto/pr69589_1.C | 61 ++++++++++++++++++++++++++++++++++++ 8 files changed, 151 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lto/pr69589_0.C create mode 100644 gcc/testsuite/g++.dg/lto/pr69589_1.C