This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-aarch64-spec2k6-Os in repository toolchain/ci/gcc.
from 389acf7441f Daily bump. adds d5bbccc352a PR c++/82081 - tail call optimization breaks noexcept adds 4434b068914 Daily bump. adds 7d341f35ca2 Daily bump. new 69fbc3c8104 Fix folding of vector EQ/NE new d219c5e3be1 Fix -Wreturn-type for static naked functions in C
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/ChangeLog | 15 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 9 +++++++++ gcc/c/c-decl.c | 3 ++- gcc/fold-const.c | 14 +++++++++++--- gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/c-c++-common/pr53633-2.c | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/tree-ssa/tail-call-1.C | 11 +++++++++++ gcc/tree-tailcall.c | 7 +++++++ 9 files changed, 82 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr53633-2.c create mode 100644 gcc/testsuite/g++.dg/tree-ssa/tail-call-1.C