This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8736d6b14a4 Fortran: ABI for scalar CHARACTER(LEN=1),VALUE dummy argume [...] new d88fd2e1d07 Enable early inlining into always_inline functions
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/ipa-fnsummary.h | 6 +- gcc/ipa-inline.cc | 101 ++++++++++++++++--------- gcc/ipa-utils.cc | 7 -- gcc/testsuite/g++.dg/opt/pr66119.C | 2 +- gcc/testsuite/gcc.c-torture/compile/pr110334.c | 20 +++++ gcc/testsuite/gcc.dg/tree-ssa/pr110334.c | 17 +++++ 6 files changed, 108 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr110334.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr110334.c