This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-release-aarch64-spec2k6-O3 in repository toolchain/ci/gcc.
from b6bef1cbc14 libstdc++: Implement LWG 3404 for C++20 subrange [PR 100044] adds df25ad4531d Daily bump. adds 63d4c1b5a43 Fix thinko in libcpp preparation patch for modules adds cac0f0e24d8 Further increase the limit on the size of accepted Ada files adds d83dace65b9 libstdc++: Fix <bit> to work freestanding [PR 100060] adds 062b65404f0 Daily bump. adds e9cc5cc589c Sync gcc-changelog scripts. adds ca27b58ee2b Daily bump. adds 088c0b5ccf8 Daily bump. adds d15a2a00a38 SVE: Fix wrong sve predicate split (PR100048) adds 85c3858465b Daily bump. adds b18305e6746 Daily bump. adds e4dcb3383bf [OpenACC] Fix an ICE where a loop with GT condition is collapsed. adds aff57bcebe5 PR fortran/63797 - Bogus ambiguous reference to 'sqrt' adds 6af956c84f3 Daily bump. adds f44242b40b7 Fix another -freorder-blocks-and-partition glitch with Windows SEH adds 67e95b6908b libstdc++: Fix declarations of memalign etc. for freestandi [...] adds af408874e3d OpenACC: Fix integer-type issue with collapse/tile [PR97880]
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 9 ++ contrib/gcc-changelog/git_commit.py | 51 ++++++- contrib/gcc-changelog/git_email.py | 2 +- contrib/gcc-changelog/git_update_version.py | 4 + contrib/gcc-changelog/setup.cfg | 3 + contrib/gcc-changelog/test_email.py | 20 +++ contrib/gcc-changelog/test_patches.txt | 147 +++++++++++++++++++++ gcc/ChangeLog | 20 +++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 9 ++ gcc/ada/gcc-interface/misc.c | 3 + gcc/ada/gcc-interface/trans.c | 62 ++++----- gcc/config/aarch64/aarch64-sve.md | 14 ++ gcc/config/aarch64/aarch64.c | 10 +- gcc/config/aarch64/iterators.md | 1 + gcc/config/i386/winnt.c | 16 ++- gcc/fortran/ChangeLog | 19 +++ gcc/fortran/module.c | 11 ++ gcc/omp-expand.c | 30 +++-- gcc/testsuite/ChangeLog | 33 +++++ gcc/testsuite/c-c++-common/goacc/collapse-2.c | 56 ++++++++ gcc/testsuite/gcc.dg/goacc/tile-1.c | 10 ++ gcc/testsuite/gcc.target/aarch64/sve/pr100048.c | 25 ++++ gcc/testsuite/gfortran.dg/pr63797.f90 | 60 +++++++++ gcc/testsuite/gnat.dg/opt92.adb | 38 ++++++ libcpp/ChangeLog | 6 + libcpp/include/line-map.h | 10 +- libcpp/line-map.c | 2 +- libgomp/ChangeLog | 10 ++ .../libgomp.oacc-c-c++-common/collapse-2.c | 17 ++- .../libgomp.oacc-c-c++-common/collapse-3.c | 15 ++- libstdc++-v3/ChangeLog | 32 +++++ libstdc++-v3/include/std/bit | 18 ++- libstdc++-v3/libsupc++/new_opa.cc | 2 +- 34 files changed, 679 insertions(+), 88 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/collapse-2.c create mode 100644 gcc/testsuite/gcc.dg/goacc/tile-1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr100048.c create mode 100644 gcc/testsuite/gfortran.dg/pr63797.f90 create mode 100644 gcc/testsuite/gnat.dg/opt92.adb