This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a25cc268846 Fortran: Fix caf_stop_numeric and reporting exceptions from [...] new cd647514a53 c++: Disallow [[deprecated]] on types other than class/enum [...] new 92216cbc59b c++: Fix up maybe_unused attribute handling [PR110345]
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/parser.cc | 9 +- gcc/cp/tree.cc | 44 ++++++- gcc/testsuite/g++.dg/cpp0x/alignas21.C | 1 + gcc/testsuite/g++.dg/cpp0x/attr-deprecated1.C | 152 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/attr-maybe_unused1.C | 148 +++++++++++++++++++++++ gcc/tree.cc | 8 +- 6 files changed, 355 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/attr-deprecated1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/attr-maybe_unused1.C