This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0578ac0f6fa Add missing ChangeLog entry for previous commit new e81a6963c67 Fix -fopt-info for plugin passes new 7c7aacf1e22 Redirect call within specific target attribute among MV clo [...] new fb7125d771c Error about alias attribute with body definition (PR c/87483).
The 3 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 | 34 +++++++ gcc/cgraphunit.c | 6 ++ gcc/dumpfile.c | 120 +++++++++++++++++-------- gcc/dumpfile.h | 12 +++ gcc/multiple_target.c | 51 +++++++++++ gcc/passes.c | 30 ++----- gcc/testsuite/ChangeLog | 16 ++++ gcc/testsuite/g++.dg/ext/pr82625.C | 36 ++++++++ gcc/testsuite/gcc.dg/plugin/dump-1.c | 28 ++++++ gcc/testsuite/gcc.dg/plugin/dump_plugin.c | 143 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/plugin/plugin.exp | 2 + gcc/testsuite/gcc.dg/pr87483.c | 16 ++++ gcc/tree-inline.c | 2 +- 13 files changed, 435 insertions(+), 61 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/pr82625.C create mode 100644 gcc/testsuite/gcc.dg/plugin/dump-1.c create mode 100644 gcc/testsuite/gcc.dg/plugin/dump_plugin.c create mode 100644 gcc/testsuite/gcc.dg/pr87483.c