This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 08d2edae5d8 Daily bump. new 0bbf0edbfc7 c++: placeholder type constraint and argument pack [PR99815] new a3bf6ce7f2e c++: Adjust mangling of __alignof__ [PR88115]
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/mangle.c | 8 ++-- gcc/cp/pt.c | 5 +++ gcc/testsuite/g++.dg/cpp0x/alignof7.C | 4 +- gcc/testsuite/g++.dg/cpp2a/concepts-placeholder5.C | 32 +++++++++++++++ include/demangle.h | 3 ++ libiberty/cp-demangle.c | 47 +++++++++++++--------- libiberty/testsuite/demangle-expected | 4 +- 7 files changed, 74 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-placeholder5.C