This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b9912332c5b c++: fix cxx_print_type's template-info dumping new 4f52e61e066 c++: extend cold, hot attributes to classes
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/c-family/c-attribs.cc | 50 +++++++++++++++++++++++++++++++-- gcc/cp/class.cc | 29 +++++++++++++++++++ gcc/cp/cp-tree.h | 1 + gcc/cp/decl2.cc | 44 +++++++++++++++++++++++++++++ gcc/cp/method.cc | 6 ++++ gcc/doc/extend.texi | 37 ++++++++++++++++++++++-- gcc/testsuite/g++.dg/ext/attr-hotness.C | 16 +++++++++++ 7 files changed, 179 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/attr-hotness.C