This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allmodconfig in repository toolchain/ci/gcc.
from 6c577667610 Optimize alias subset recording adds 8817bd75802 gcc/testsuite/ChangeLog: adds e61074228d1 contrib: Don't add push rules for personal and vendor spaces. adds 6ff7efb7375 Handle output of older git in gcc-descr and gcc-undescr aliases. adds 84a3effa1a2 Do not call streamer_read_hwi in a function call. adds affb7b66aa6 Add *.md diff=md. adds 86c3a7d891f Fix type mismatch in SLPed constructors adds 711421af001 PR tree-optimization/93247 - ICE in get_load_store_type adds a52d93219c6 Bump gcc/BASE-VER to 10.0.1 now that we are in stage4. adds 37e27de4313 middle-end/93273 - fix sinking clobbers across backedges adds 1918e70df1f [PR90916] Fix typo adds ea1966e88ec Remove invalid SSE2 ISA requirements in *movsf_internal. adds 2a0f6c61b4d libstdc++: Fix weakly_incrementable to allow __int128 (PR 93267) adds bc071d3a951 Fix ctz issues (PR93231) adds 7192b1ec124 PR c++/92871 - bad code with xvalue and GNU ?: extension. adds 596334fa040 PR c++/93257 - consteval void function. adds 299ddc61213 Revert "PR c++/33799 - destroy return value if local cleanu [...] adds 83fe2b92183 Fix "PR c++/91073 if constexpr no longer works directly wit [...] adds 49e9a9996ab analyzer: fix comment adds 5b6681201ae analyzer: add note about -fdump-ipa-analyzer to internal docs adds 03647d2e261 Daily bump. adds c35a3046247 PR93253 – Document BOZ changes, make it friendlier in legacy code new 5c06093ce90 aarch64: Fix BE SVE mode punning involving floats new 3b5757ea87a Work around array out of bounds warning in mkdeps new f7dff7699fd PR tree-optimization/92429 do not fold when updating epilog [...] new 2588197b6c2 contrib: Verify the id to be printed is ancestor of the cor [...]
The 4 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: .gitattributes | 4 ++ ChangeLog | 5 ++ contrib/ChangeLog | 23 ++++++++ contrib/gcc-git-customization.sh | 25 +++++++-- contrib/git-fetch-vendor.sh | 2 - gcc/BASE-VER | 2 +- gcc/ChangeLog | 62 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 4 ++ gcc/analyzer/engine.cc | 2 +- gcc/config/aarch64/aarch64.c | 4 +- gcc/config/i386/i386.md | 2 +- gcc/cp/ChangeLog | 29 +++++++++- gcc/cp/call.c | 24 ++++++++- gcc/cp/constexpr.c | 3 +- gcc/cp/cp-tree.h | 15 +++--- gcc/cp/decl.c | 14 ----- gcc/cp/parser.c | 26 +++++---- gcc/cp/typeck.c | 9 ---- gcc/doc/analyzer.texi | 2 + gcc/fortran/ChangeLog | 12 +++++ gcc/fortran/check.c | 7 ++- gcc/fortran/gfortran.texi | 7 ++- gcc/fortran/lang.opt | 2 +- gcc/fortran/primary.c | 2 +- gcc/ipa-profile.c | 5 +- gcc/testsuite/ChangeLog | 38 +++++++++++++ gcc/testsuite/g++.dg/concepts/pr91073-1.C | 37 +++++++++++++ gcc/testsuite/g++.dg/concepts/pr91073-2.C | 19 +++++++ gcc/testsuite/g++.dg/cpp2a/consteval-void1.C | 10 ++++ gcc/testsuite/g++.dg/eh/return1.C | 2 +- gcc/testsuite/g++.dg/ext/temp-extend1.C | 2 +- gcc/testsuite/g++.dg/torture/pr93273.C | 12 +++++ gcc/testsuite/gcc.dg/Wstringop-overflow-17.c | 4 +- .../{gcc.target/aarch64 => gcc.dg}/pr90838.c | 15 ++---- gcc/testsuite/gcc.dg/pr93231.c | 35 ++++++++++++ gcc/testsuite/gcc.dg/vect/pr93247-1.c | 49 +++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr93247-2.c | 12 +++++ gcc/testsuite/gcc.target/aarch64/pr90838.c | 2 +- gcc/testsuite/gfortran.dg/boz_7.f90 | 2 +- gcc/tree-eh.c | 4 +- gcc/tree-ssa-forwprop.c | 27 ++++++---- gcc/tree-ssa-loop-niter.c | 7 +-- gcc/tree-ssa-loop-niter.h | 2 +- gcc/tree-vect-loop.c | 10 +++- gcc/tree-vect-slp.c | 4 ++ libcpp/mkdeps.c | 2 +- libstdc++-v3/ChangeLog | 19 +++++++ libstdc++-v3/include/bits/iterator_concepts.h | 24 ++++++++- libstdc++-v3/include/bits/range_access.h | 15 ++---- libstdc++-v3/include/std/ranges | 16 +++--- libstdc++-v3/testsuite/std/ranges/iota/93267.cc | 30 +++++++++++ .../testsuite/std/ranges/{ => iota}/iota_view.cc | 0 53 files changed, 577 insertions(+), 116 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/pr91073-1.C create mode 100644 gcc/testsuite/g++.dg/concepts/pr91073-2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-void1.C create mode 100644 gcc/testsuite/g++.dg/torture/pr93273.C copy gcc/testsuite/{gcc.target/aarch64 => gcc.dg}/pr90838.c (75%) create mode 100644 gcc/testsuite/gcc.dg/pr93231.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr93247-1.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr93247-2.c create mode 100644 libstdc++-v3/testsuite/std/ranges/iota/93267.cc rename libstdc++-v3/testsuite/std/ranges/{ => iota}/iota_view.cc (100%)