This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 956a881aa78 rs6000: Fix altivec-7.c testcase new 4273f124204 PR c++/89640 - GNU attributes on lambda. new c821b0ef575 PR c++/89761 - ICE with sizeof... in pack expansion. new 56c3aeaa499 PR c++/89630 - ICE with dependent using-decl as template arg. new 03bae9a8eda RISC-V: Fix testsuite regression caused by quotes around options.
The 4 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 | 10 ++++++++++ gcc/cp/parser.c | 15 ++++++++++----- gcc/cp/pt.c | 3 +++ gcc/cp/tree.c | 9 +-------- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.dg/cpp1z/fold10.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/ext/attr-lambda1.C | 9 +++++++++ gcc/testsuite/gcc.target/riscv/arch-1.c | 2 +- 8 files changed, 55 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold10.C create mode 100644 gcc/testsuite/g++.dg/ext/attr-lambda1.C