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-arm in repository toolchain/ci/gcc.
from 01ad8c54fdc pragma: Update target option node when optimization changes [...] adds 3b61f06b2e1 Do not ICE on ternary expressions when calculating value ranges new 7ed58b4274c pch: Small cleanup new 3788c4ed2c7 docs: add missing @item for the first item new ef5d671cd80 libstdc++: Fix std::regex_replace for strings with embedded [...] new 55823c5a0ba libstdc++: Make ranges::size and ranges::empty check for un [...] new 494ebfa7c9a Fortran: Handle compare in OpenMP atomic
The 5 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/config/aarch64/aarch64-sve-builtins.cc | 2 +- gcc/doc/extend.texi | 2 +- gcc/fortran/openmp.c | 81 +++--- gcc/fortran/trans-openmp.c | 211 ++++++++++---- gcc/ipa-fnsummary.c | 2 +- gcc/machmode.h | 2 +- gcc/poly-int.h | 2 +- gcc/testsuite/gcc.c-torture/compile/pr103513.c | 8 + gcc/testsuite/gfortran.dg/gomp/atomic-21.f90 | 93 ++++++ gcc/testsuite/gfortran.dg/gomp/atomic-25.f90 | 18 +- gcc/testsuite/gfortran.dg/gomp/atomic-26.f90 | 26 +- gcc/wide-int.h | 4 +- libgomp/libgomp.texi | 3 +- libgomp/testsuite/libgomp.fortran/atomic-19.f90 | 313 +++++++++++++++++++++ libstdc++-v3/include/bits/ranges_base.h | 4 + libstdc++-v3/include/bits/regex.h | 20 +- libstdc++-v3/include/bits/regex.tcc | 9 +- .../algorithms/regex_replace/char/103664.cc | 11 + libstdc++-v3/testsuite/std/ranges/access/empty.cc | 10 + libstdc++-v3/testsuite/std/ranges/access/size.cc | 10 + 20 files changed, 722 insertions(+), 109 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr103513.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/atomic-21.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/atomic-19.f90 create mode 100644 libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/1 [...]