This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/gcc.
from 9f7d77bd6d6 c: Avoid clobbering TREE_TYPE (error_mark_node) [PR99990] adds ec633d3777b analyzer: fix ICE on assignment from STRING_CST when buildi [...] adds 82198676c80 c++: ICE with invalid use of 'this' with static memfn [PR98800] adds 1d54b138417 Daily bump. adds 936d500dfc1 c++: ICE with anonymous union [PR97974] adds c660464a9ef ada: Avoid invalid "up" link in manual adds cdb23bba5c4 MAINTAINERS: Add myself for write after approval adds ac200799acb [OpenACC] Fix an ICE where a loop with GT condition is collapsed. adds a0ecde220da Daily bump. adds f2be08339b7 Change march=alderlake ISA list and add m_ALDERLAKE to m_CORE_AVX2 adds c02c39fad02 Add rocketlake to gcc. adds 29046e02b84 libstdc++: Fix test that fails in C++20 mode [PR 99995] adds a694a02125f mklog: support long filenames adds 91dd7954c44 libstdc++: Fix some tests that fail in C++20 mode adds 598359f627d ASAN: do not unpoison in OpenMP context adds 1c35444b919 gcc-changelog: do not allow space in long line adds 7569ce583f5 libstdc++: Implement LWG 3404 for C++20 subrange [PR 100044] adds bb8f2c32306 docs: update symver attribute description adds 46c47420a5f IBM Z: Add alternative to *movdi_{31,64} in order to load a [...] adds 8f17d44ad98 docs: fix content of smallexample
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 ++ MAINTAINERS | 1 + contrib/gcc-changelog/git_commit.py | 6 ++- contrib/gcc-changelog/test_email.py | 4 ++ contrib/gcc-changelog/test_patches.txt | 35 +++++++++++++ gcc/ChangeLog | 37 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 4 ++ gcc/ada/gnat_ugn.texi | 2 +- gcc/analyzer/ChangeLog | 6 +++ gcc/analyzer/region-model.cc | 2 +- gcc/c/ChangeLog | 6 +++ gcc/common/config/i386/cpuinfo.h | 11 +++- gcc/common/config/i386/i386-common.c | 4 ++ gcc/common/config/i386/i386-cpuinfo.h | 1 + gcc/config.gcc | 2 +- gcc/config/i386/i386-c.c | 7 +++ gcc/config/i386/i386-options.c | 7 ++- gcc/config/i386/i386.h | 10 ++-- gcc/config/s390/s390.md | 25 ++++++---- gcc/cp/ChangeLog | 29 +++++++++++ gcc/cp/decl.c | 8 +++ gcc/cp/parser.c | 3 +- gcc/d/ChangeLog | 4 ++ gcc/doc/extend.texi | 27 +++++++--- gcc/doc/invoke.texi | 17 +++++-- gcc/gimplify.c | 3 +- gcc/omp-expand.c | 2 +- gcc/testsuite/ChangeLog | 58 ++++++++++++++++++++++ gcc/testsuite/c-c++-common/goacc/collapse-2.c | 56 +++++++++++++++++++++ gcc/testsuite/g++.dg/asan/pr99877.C | 19 +++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-this1.C | 10 ++++ gcc/testsuite/g++.dg/gomp/this-1.C | 4 +- gcc/testsuite/g++.dg/lookup/pr84962.C | 2 +- gcc/testsuite/g++.dg/other/anon-union5.C | 9 ++++ gcc/testsuite/g++.target/i386/mv16.C | 6 +++ gcc/testsuite/gcc.dg/analyzer/pr100011.c | 16 ++++++ gcc/testsuite/gcc.target/i386/funcspec-56.inc | 1 + libgomp/ChangeLog | 7 +++ .../libgomp.oacc-c-c++-common/collapse-2.c | 17 ++++++- .../libgomp.oacc-c-c++-common/collapse-3.c | 15 +++++- libphobos/ChangeLog | 52 +++++++++++++++++++ libstdc++-v3/include/bits/ranges_util.h | 15 ------ .../testsuite/17_intro/headers/c++1998/49745.cc | 4 +- .../requirements/non_uint_neg.cc | 4 +- .../testsuite/std/ranges/subrange/lwg3282_neg.cc | 13 +++++ .../requirements/non_uint_neg.cc | 3 +- 47 files changed, 516 insertions(+), 64 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/collapse-2.c create mode 100644 gcc/testsuite/g++.dg/asan/pr99877.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-this1.C create mode 100644 gcc/testsuite/g++.dg/other/anon-union5.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr100011.c