This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c8429c2aba8 API extension for binutils (type of symbols). new f22712bd8a2 Fix inliner ICE on alias with flatten attribute [PR92372]
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 | 7 +++++++ gcc/cgraphunit.c | 8 ++++++++ gcc/ipa-inline.c | 3 +++ gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.c-torture/pr92372.c | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/attr-flatten-1.c | 18 ++++++++++++++++++ 6 files changed, 58 insertions(+) create mode 100644 gcc/testsuite/gcc.c-torture/pr92372.c create mode 100644 gcc/testsuite/gcc.dg/attr-flatten-1.c