This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from c01fe6729e6 c++: Prune unneeded macro locations adds 8a15cd3396a c++: properly initialize UBSAN built-ins adds 6e4d5300c1f c++: -Waddress and value-dependent expr [PR105885] adds 124a9e08b7a c++: -Waddress and if constexpr [PR94554] adds 7c1c7e120cc libstdc++: Properly remove temporary directories in filesys [...]
No new revisions were added by this update.
Summary of changes: gcc/cp/pt.cc | 44 ++++++++++++++++------ gcc/cp/semantics.cc | 10 +++-- gcc/testsuite/g++.dg/cpp1z/constexpr-if37.C | 21 +++++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if38.C | 16 ++++++++ gcc/testsuite/gfortran.dg/ubsan/pr106062.f90 | 11 ++++++ gcc/ubsan.cc | 3 +- .../27_io/filesystem/iterators/error_reporting.cc | 9 ++++- .../filesystem/iterators/error_reporting.cc | 9 ++++- 8 files changed, 104 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if37.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if38.C create mode 100644 gcc/testsuite/gfortran.dg/ubsan/pr106062.f90