This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 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 [...] adds 0b14f590e3e diagnostics: add ability to associate diagnostics with rule [...] adds 038a7150ec0 compiler: unalias types for hash/equality functions adds 5ee8e1d1b0c compiler: in Sort_bindings return false if comparing value [...] adds 01aff2ba18a c++: context completion in lookup_template_class [PR105982] adds b00b95198e6 c++: constexpr folding in unevaluated context [PR105931]
No new revisions were added by this update.
Summary of changes: gcc/common.opt | 4 ++ gcc/cp/expr.cc | 5 ++ gcc/cp/pt.cc | 65 +++++++++++++++------- gcc/cp/semantics.cc | 10 +++- gcc/diagnostic-format-json.cc | 1 + gcc/diagnostic-format-sarif.cc | 1 + gcc/diagnostic-metadata.h | 47 +++++++++++++++- gcc/diagnostic.cc | 48 ++++++++++++++++ gcc/diagnostic.h | 3 + gcc/doc/invoke.texi | 10 ++++ gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/export.cc | 3 + gcc/go/gofrontend/gogo.cc | 2 +- gcc/go/gofrontend/types.cc | 17 ++++-- gcc/opts.cc | 4 ++ gcc/testsuite/g++.dg/cpp0x/decltype82a.C | 11 ++++ gcc/testsuite/g++.dg/cpp1z/class-deduction111.C | 10 ++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if37.C | 21 +++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if38.C | 16 ++++++ .../gcc.dg/plugin/diagnostic-test-metadata.c | 2 +- .../plugin/diagnostic_plugin_test_metadata.c | 9 ++- gcc/toplev.cc | 2 + .../27_io/filesystem/iterators/error_reporting.cc | 9 ++- .../filesystem/iterators/error_reporting.cc | 9 ++- 24 files changed, 273 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype82a.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction111.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if37.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if38.C