This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7ed1cd9665d vect: Use main loop's thresholds and VF to narrow upper_bou [...] new 69f517ac205 c++: using-enum and access specifiers [PR100862] new d999d9b7e53 c++: cv-qualified dependent name of alias tmpl [PR100592]
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/cp/class.c | 15 +++++++++++++++ gcc/cp/cp-tree.h | 1 + gcc/cp/decl.c | 25 +++++++++++-------------- gcc/cp/pt.c | 14 -------------- gcc/testsuite/g++.dg/cpp0x/alias-decl-71.C | 13 +++++++++++++ gcc/testsuite/g++.dg/cpp2a/using-enum-9.C | 28 ++++++++++++++++++++++++++++ 6 files changed, 68 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-71.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/using-enum-9.C