This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c2d3211d580 testsuite: Fix vectcond-1.C FAIL on i686-linux [PR19832] new cd37325b8d5 c++: Fix up mangling of function/block scope static structu [...]
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-opts.cc | 2 +- gcc/common.opt | 3 + gcc/cp/cp-tree.h | 10 +-- gcc/cp/decl.cc | 61 +++++++++++++----- gcc/cp/mangle.cc | 122 ++++++++++++++++++----------------- gcc/cp/parser.cc | 99 ++++++++++++++-------------- gcc/cp/pt.cc | 70 ++++++++++---------- gcc/doc/invoke.texi | 3 + gcc/testsuite/g++.dg/abi/macro0.C | 2 +- gcc/testsuite/g++.dg/cpp2a/decomp8.C | 74 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/decomp9.C | 82 +++++++++++++++++++++++ 11 files changed, 361 insertions(+), 167 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/decomp8.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/decomp9.C