This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c4e50e500da c++: speed up looking up the current class new 08e1ff9d6e5 c++: constexpr and array[0] [PR101029] new c0f769fa311 c-family: don't warn for [[maybe_unused]] on data member
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/c-family/c-attribs.c | 1 + gcc/cp/init.c | 8 ++ gcc/doc/extend.texi | 6 +- gcc/testsuite/g++.dg/diagnostic/maybe_unused1.C | 17 +++ gcc/testsuite/g++.dg/ext/array4.C | 172 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/ext/attrib62.C | 2 +- 6 files changed, 202 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/diagnostic/maybe_unused1.C create mode 100644 gcc/testsuite/g++.dg/ext/array4.C