This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from be33152 * cgraphunit.c (cgraph_node::reset): Clear thunk info and i [...] new dad0993 [Patch 1/4] Simplify the representation of CCMP patterns by using new a0c919f PR c++/68586 * constexpr.c (clear_cv_cache): New. * cp-gim [...]
The 2 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 | 29 ++++ gcc/ccmp.c | 21 ++- gcc/config/aarch64/aarch64-modes.def | 10 -- gcc/config/aarch64/aarch64.c | 305 ++++++++--------------------------- gcc/config/aarch64/aarch64.md | 68 ++------ gcc/config/aarch64/predicates.md | 17 -- gcc/cp/ChangeLog | 8 + gcc/cp/constexpr.c | 8 + gcc/cp/cp-gimplify.c | 8 + gcc/cp/cp-tree.h | 2 + gcc/cp/decl.c | 5 + gcc/doc/tm.texi | 36 ++--- gcc/target.def | 36 ++--- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/cpp0x/enum30.C | 14 ++ 15 files changed, 207 insertions(+), 365 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/enum30.C