This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cb27337f9f4 AVR: Add support for a Compact Vector Table (-mcvt). new 7169ee08203 c++: Add nodiscard attribute further test coverage [PR110345] new 122b946cc63 c++: Add noreturn attribute further test coverage [PR110345] new 6305c46fad5 c++: Add no_unique_address attribute further test coverage [...]
The 3 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: .../g++.dg/cpp0x/attr-no_unique_address1.C | 151 +++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/attr-nodiscard1.C | 155 ++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/attr-noreturn1.C | 160 +++++++++++++++++++++ 3 files changed, 466 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp0x/attr-no_unique_address1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/attr-nodiscard1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/attr-noreturn1.C