This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1e237018c35 ChangeLog: new 7249f12b75a Support C2x [[maybe_unused]] attribute.
The 1 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/ChangeLog | 4 +++ gcc/c/c-decl.c | 2 ++ gcc/testsuite/ChangeLog | 6 +++++ gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-1.c | 31 ++++++++++++++++++++++ ...tr-deprecated-2.c => c2x-attr-maybe_unused-2.c} | 14 +++++----- gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-3.c | 11 ++++++++ 6 files changed, 61 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-1.c copy gcc/testsuite/gcc.dg/{c2x-attr-deprecated-2.c => c2x-attr-maybe_unused-2.c} (56%) create mode 100644 gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-3.c