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 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 [...] new 038a7150ec0 compiler: unalias types for hash/equality functions new 5ee8e1d1b0c compiler: in Sort_bindings return false if comparing value [...]
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/common.opt | 4 ++ gcc/cp/pt.cc | 44 +++++++++++++++----- 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/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 +++- 21 files changed, 235 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if37.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if38.C