This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7ea258a13a1 Process unsigned overflow relations for plus and minus is r [...] new 3a3516bc4a0 c: C2x noreturn 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-family/c-lex.cc | 3 ++ gcc/c/c-decl.cc | 25 ++++++++++ gcc/testsuite/gcc.dg/c2x-attr-noreturn-1.c | 56 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/c2x-attr-noreturn-2.c | 72 ++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/c2x-attr-noreturn-3.c | 11 +++++ gcc/testsuite/gcc.dg/c2x-has-c-attribute-2.c | 16 +++++++ 6 files changed, 183 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/c2x-attr-noreturn-1.c create mode 100644 gcc/testsuite/gcc.dg/c2x-attr-noreturn-2.c create mode 100644 gcc/testsuite/gcc.dg/c2x-attr-noreturn-3.c