This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from efeca0ac415 c++: Overeager use of deleted function before ADL [PR68942] new 3f0de4dd51f c++: unset COMPOUND_LITERAL_P [PR100079] new a9fc64d8120 c++: constant expressions are evaluated [PR93314] new 58a92b789a7 c++: ICE with anonymous union [PR97974] new a0fdff3cf33 c++: Fix friend attributes [PR51344] new bc99c54de5a c++: Use empty field in constexpr eval. new f03973251db c++: Add using-declaration testcase
The 6 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 | 36 +++----------------- gcc/cp/constexpr.c | 36 +++++++++----------- gcc/cp/cp-tree.h | 13 ++++--- gcc/cp/decl.c | 48 ++++++++++++++++++++++---- gcc/cp/decl2.c | 10 ++++-- gcc/cp/friend.c | 9 +---- gcc/cp/parser.c | 15 +++++--- gcc/cp/pt.c | 53 +++++++++++++---------------- gcc/cp/semantics.c | 18 ++++------ gcc/cp/tree.c | 8 ++--- gcc/cp/typeck2.c | 6 ++++ gcc/testsuite/g++.dg/lookup/using-decl1.C | 38 +++++++++++++++++++++ gcc/testsuite/g++.old-deja/g++.law/union4.C | 2 +- 13 files changed, 166 insertions(+), 126 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lookup/using-decl1.C