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 2fbdcf5e58c libstdc++: Implement constexpr std::unique_ptr for C++23 (P2273R3) adds 68fd1c9f22a contrib: filter out a new Clang warning adds b2202431910 fortran: Fix up gfc_trans_oacc_construct [PR104717] adds a5dc2641add gimple-fold: fix further missing stmt locations [PR104308] adds 6ad3ca0077e analyzer: fix ICEs on complex constants [PR105365,105366] adds 98de0da6035 Daily bump. new 288e4c64f6b c++: partial ordering with dependent NTTP type [PR105289] new c83b9c54d9d c++: ICE with requires-expr and -Wsequence-point [PR105304]
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: contrib/ChangeLog | 10 ++++ contrib/filter-clang-warnings.py | 3 +- gcc/ChangeLog | 69 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 11 ++++ gcc/analyzer/svalue.cc | 30 +++++++--- gcc/c-family/c-common.cc | 2 +- gcc/cp/ChangeLog | 7 +++ gcc/cp/pt.cc | 7 ++- gcc/fortran/ChangeLog | 7 +++ gcc/fortran/trans-openmp.cc | 2 + gcc/gimple-fold.cc | 3 + gcc/testsuite/ChangeLog | 51 ++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-requires30.C | 10 ++++ .../g++.dg/template/partial-specialization11.C | 11 ++++ .../g++.dg/template/partial-specialization12.C | 12 ++++ gcc/testsuite/gcc.dg/analyzer/pr104308.c | 13 +++- gcc/testsuite/gcc.dg/analyzer/pr105365.c | 17 ++++++ gcc/testsuite/gcc.dg/analyzer/pr105366.c | 19 ++++++ gcc/testsuite/gfortran.dg/goacc/pr104717.f90 | 22 +++++++ .../goacc/privatization-1-compute-loop.f90 | 7 ++- libgomp/ChangeLog | 6 ++ .../libgomp.oacc-fortran/privatized-ref-2.f90 | 7 +++ libstdc++-v3/ChangeLog | 34 +++++++++++ 24 files changed, 343 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires30.C create mode 100644 gcc/testsuite/g++.dg/template/partial-specialization11.C create mode 100644 gcc/testsuite/g++.dg/template/partial-specialization12.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr105365.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr105366.c create mode 100644 gcc/testsuite/gfortran.dg/goacc/pr104717.f90