This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3676816caa5 RISC-V: Remove testcase XFAIL new 1db5ca04da3 c++: Parse and ignore attributes on base specifiers [PR110345] new d05949558ef c++: Appertain standard attributes after array closing squa [...]
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/decl.cc | 5 ++--- gcc/cp/parser.cc | 17 ++++++++++++----- gcc/testsuite/g++.dg/cpp0x/gen-attrs-82.C | 4 ++++ gcc/testsuite/g++.dg/cpp0x/gen-attrs-83.C | 10 ++++++++++ gcc/testsuite/g++.dg/gomp/attrs-3.C | 3 ++- 5 files changed, 30 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-82.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-83.C