This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bd74b8b76ea Do not look at _data component in gfc_dep_resolver. new d36ab561d07 * cgraph.c (cgraph_node::dump): Dump unit_id and merged_ex [...]
The 1 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 | 25 +++++++++++++++++++++++ gcc/cgraph.c | 5 +++++ gcc/cgraph.h | 9 +++++++- gcc/cgraphclones.c | 9 ++++++++ gcc/ipa-fnsummary.c | 3 +++ gcc/ipa-fnsummary.h | 17 +++++++++++++++ gcc/ipa-inline-analysis.c | 4 +--- gcc/ipa-inline.c | 5 +++-- gcc/lto-cgraph.c | 9 ++++++++ gcc/lto-streamer.h | 2 ++ gcc/lto/lto-symtab.c | 7 +++++++ gcc/symtab.c | 7 +++++++ gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/g++.dg/lto/inline-crossmodule-1.h | 15 ++++++++++++++ gcc/testsuite/g++.dg/lto/inline-crossmodule-1_0.C | 11 ++++++++++ gcc/testsuite/g++.dg/lto/inline-crossmodule-1_1.C | 8 ++++++++ 16 files changed, 136 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lto/inline-crossmodule-1.h create mode 100644 gcc/testsuite/g++.dg/lto/inline-crossmodule-1_0.C create mode 100644 gcc/testsuite/g++.dg/lto/inline-crossmodule-1_1.C