This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_ubsan 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. adds 69fbc3c8104 Fix folding of vector EQ/NE adds d219c5e3be1 Fix -Wreturn-type for static naked functions in C adds 95f52ddbae2 Daily bump.
No new revisions were added by this update.
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