This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e21f8458301 PR d/87824 * lang.opt (Wpsabi): New option. new 772b23aa928 [ABI PATCH] static anonymous unions of function scope
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/cp/ChangeLog | 31 +++++++++++++ gcc/cp/class.c | 5 --- gcc/cp/cp-tree.h | 53 +++++++--------------- gcc/cp/decl.c | 96 +++++++++++++++++++++++----------------- gcc/cp/decl2.c | 6 ++- gcc/cp/mangle.c | 64 +++++++-------------------- gcc/cp/name-lookup.c | 2 +- gcc/cp/semantics.c | 9 +--- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/g++.dg/abi/anon5.C | 14 ++++++ 10 files changed, 145 insertions(+), 139 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/anon5.C