This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from 0c6cec5ce99 PR fortran/71706 - ICE on using sync images with -fcheck=bounds adds e4490e7771e libstdc++: Remove noexcept from match_results comparisons ( [...] adds 2f5922a5a0c Daily bump. adds 3a3e472c9f6 gcc-changelog: sync from master. adds eb77f6f1b74 PR libstdc++/91807 adds 709faac49c7 Daily bump.
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 10 + contrib/gcc-changelog/git_check_commit.py | 49 + contrib/gcc-changelog/git_commit.py | 676 +++++ contrib/gcc-changelog/git_email.py | 107 + contrib/gcc-changelog/git_repository.py | 78 + contrib/gcc-changelog/git_update_version.py | 145 + contrib/gcc-changelog/test_email.py | 363 +++ contrib/gcc-changelog/test_patches.txt | 3162 ++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 28 + gcc/testsuite/ChangeLog | 24 + libstdc++-v3/ChangeLog | 22 + libstdc++-v3/include/bits/regex.h | 4 +- libstdc++-v3/include/std/variant | 3 +- libstdc++-v3/testsuite/20_util/variant/91807.cc | 35 + .../testsuite/28_regex/match_results/94627.cc | 75 + 16 files changed, 4779 insertions(+), 4 deletions(-) create mode 100755 contrib/gcc-changelog/git_check_commit.py create mode 100755 contrib/gcc-changelog/git_commit.py create mode 100755 contrib/gcc-changelog/git_email.py create mode 100755 contrib/gcc-changelog/git_repository.py create mode 100755 contrib/gcc-changelog/git_update_version.py create mode 100755 contrib/gcc-changelog/test_email.py create mode 100644 contrib/gcc-changelog/test_patches.txt create mode 100644 libstdc++-v3/testsuite/20_util/variant/91807.cc create mode 100644 libstdc++-v3/testsuite/28_regex/match_results/94627.cc