This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b6e26651530 Check suitability of spill register for mode new 23c6a99f983 Support C2x [[deprecated]] attribute. new 7d983951393 2019-11-14 Edward Smith-Rowland 3dw4rd@verizon.net new f7f6f6ef286 Daily bump.
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: gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 ++ gcc/c-family/c-attribs.c | 4 +- gcc/c-family/c-common.h | 1 + gcc/c/ChangeLog | 10 +++ gcc/c/c-decl.c | 12 +++ gcc/c/c-parser.c | 28 ++++++- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.dg/c2x-attr-deprecated-1.c | 91 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/c2x-attr-deprecated-2.c | 25 ++++++ gcc/testsuite/gcc.dg/c2x-attr-deprecated-3.c | 11 +++ libstdc++-v3/ChangeLog | 7 ++ libstdc++-v3/include/std/array | 6 +- .../array/requirements/constexpr_fill.cc} | 25 +++--- .../array/requirements/constexpr_swap.cc} | 29 ++++--- 15 files changed, 227 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/c2x-attr-deprecated-1.c create mode 100644 gcc/testsuite/gcc.dg/c2x-attr-deprecated-2.c create mode 100644 gcc/testsuite/gcc.dg/c2x-attr-deprecated-3.c copy libstdc++-v3/testsuite/{25_algorithms/fill/constexpr.cc => 23_containers/arra [...] copy libstdc++-v3/testsuite/{25_algorithms/partition/constexpr.cc => 23_containers [...]