This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_profiled in repository toolchain/ci/gcc.
from a1fb81bda97 testsuite: guard usage of _Float16 in analyzer test [PR104150] adds 9ea451e2793 ootstrap: Fix bootstrap with --disable-plugin [PR104176] adds d43be9dcc1b Daily bump. adds 053bcc97f4a c++: constexpr and -fno-elide-constructors [PR101072] adds 9718bc4b03c c++: array temporary at file scope [PR104182] adds 603a9ab41f4 contrib: filter out one more Clang warning.
No new revisions were added by this update.
Summary of changes: ChangeLog | 5 ++++ contrib/filter-clang-warnings.py | 3 +- gcc/ChangeLog | 6 ++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 8 +++++ gcc/cp/call.cc | 32 ++++++++++++-------- gcc/cp/cp-gimplify.cc | 6 +--- gcc/cp/cp-tree.h | 1 + gcc/cp/decl.cc | 7 ++++- gcc/cp/pt.cc | 9 ------ gcc/cp/semantics.cc | 9 ++++-- gcc/cp/tree.cc | 3 +- gcc/fortran/ChangeLog | 8 +++++ gcc/opts-global.cc | 6 ++-- gcc/testsuite/ChangeLog | 23 +++++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-empty14a.C | 11 +++++++ gcc/testsuite/g++.dg/cpp0x/initlist127.C | 39 +++++++++++++++++++++++++ 17 files changed, 143 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-empty14a.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist127.C