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_build/master-aarch64 in repository toolchain/ci/gcc.
from 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] adds d610ae121e8 c++: anon union designated init [PR105925] adds 6c72f1bfc34 c++: designated init cleanup [PR105925] new df724ec773d Daily bump.
The 1 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/ChangeLog | 47 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/common.opt | 4 ++ gcc/cp/ChangeLog | 71 ++++++++++++++++++++++ gcc/cp/call.cc | 58 +++++++++--------- gcc/cp/decl.cc | 6 +- gcc/cp/expr.cc | 5 ++ gcc/cp/pt.cc | 21 ++++--- 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/ChangeLog | 56 +++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/decltype82a.C | 11 ++++ gcc/testsuite/g++.dg/cpp1z/class-deduction111.C | 10 +++ gcc/testsuite/g++.dg/cpp2a/desig26.C | 22 +++++++ gcc/testsuite/g++.dg/ext/desig4.C | 4 -- .../gcc.dg/plugin/diagnostic-test-metadata.c | 2 +- .../plugin/diagnostic_plugin_test_metadata.c | 9 ++- gcc/toplev.cc | 2 + libstdc++-v3/ChangeLog | 12 ++++ 28 files changed, 425 insertions(+), 55 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/cpp2a/desig26.C