This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9a8b868d7a3 Daily bump. new 1b9a5cc9ec0 Add attribute hot judgement for INLINE_HINT_known_hot hint. new 6a1f27f45e4 c++: formatting tweaks new 43c40f114a6 c++: set TREE_NOTHROW after genericize new af6d747df7e c++: pass std attributes to make_call_declarator
The 4 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/cp/decl.cc | 25 ++++++++---------- gcc/cp/parser.cc | 13 ++++++--- gcc/cp/semantics.cc | 1 - gcc/ipa-inline-analysis.cc | 13 ++++++--- gcc/testsuite/gcc.dg/ipa/inlinehint-6.c | 47 +++++++++++++++++++++++++++++++++ 5 files changed, 76 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/inlinehint-6.c