This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 91d5d62d6d6 gcc/testsuite/ChangeLog: new c3213fdddb8 PR c/81544 - attribute noreturn and warn_unused_result on t [...] new 606524b55c7 Remove a stray line.
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/testsuite/ChangeLog | 9 + gcc/testsuite/c-c++-common/Wattributes-2.c | 74 +++++ gcc/testsuite/c-c++-common/Wattributes.c | 439 +++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/Wattributes-2.C | 35 +++ gcc/testsuite/gcc.dg/Wattributes-6.c | 439 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/Wattributes-7.c | 74 +++++ 6 files changed, 1070 insertions(+) create mode 100644 gcc/testsuite/c-c++-common/Wattributes-2.c create mode 100644 gcc/testsuite/c-c++-common/Wattributes.c create mode 100644 gcc/testsuite/g++.dg/Wattributes-2.C create mode 100644 gcc/testsuite/gcc.dg/Wattributes-6.c create mode 100644 gcc/testsuite/gcc.dg/Wattributes-7.c