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-release-arm-mainline-defconfig in repository toolchain/ci/gcc.
from b2b194695f0 aarch64: Set AARCH64_EXTRA_TUNE_PREFER_ADVSIMD_AUTOVEC for [...] adds a07015ad4dc Daily bump. adds 758d80f5ff4 Daily bump. adds 5791ecedcdb Daily bump. adds 62bba614ffa Fortran: Fix problem with allocate initialization [PR99545]. adds 9b0bbe19afb ira: Make sure allocno copies are ordered [PR98791] adds a14691e924e tree-nested: Update assert for Fortran module vars [PR97927] adds 6c699f03c54 coroutines : Avoid a C++11ism. adds a555e443211 Daily bump. adds 65767abfdc0 tree-optimization/99253 - fix reduction path check adds 7e9c43ce0d7 c/99224 - avoid ICEing on invalid __builtin_next_arg adds 27dca33bc5c ipa: Fix resolving speculations through cgraph_edge::set_call_stmt adds 247966e33c4 Daily bump. adds 8f6da087634 rs6000: Fix disassembling a vector pair in gcc-10 in little [...] adds 2f87268c34f aarch64: Fix status return logic in RNG intrinsics adds fed70c0b345 Daily bump. adds a98cb0f1065 testsuite: Update testcase for PR96078 fix [PR99363] adds 5f9fcceb8d1 aarch64: Improve generic SVE tuning defaults adds f26015ef086 PR target/99314: Fix integer signedness issue for cpymem pa [...] adds 4a94f76a9cf Daily bump. adds 376f564b870 Fix segfault during encoding of CONSTRUCTORs new 82792a49421 substitute @tie{} with a space for the man pages
The 1 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: contrib/texi2pod.pl | 1 + gcc/ChangeLog | 89 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 3 +- gcc/cgraph.c | 37 +++++---- gcc/config/aarch64/aarch64-builtins.c | 2 +- gcc/config/aarch64/aarch64.c | 20 ++++- gcc/config/riscv/riscv.c | 24 +++--- gcc/config/rs6000/rs6000-call.c | 32 ++++---- gcc/cp/ChangeLog | 5 ++ gcc/cp/coroutines.cc | 4 +- gcc/fold-const.c | 44 +++++++---- gcc/fortran/ChangeLog | 9 +++ gcc/fortran/trans-stmt.c | 2 +- gcc/ira-conflicts.c | 5 +- gcc/testsuite/ChangeLog | 65 ++++++++++++++++ .../g++.target/aarch64/sve/aarch64-sve.exp | 4 + .../aarch64/sve/acle/aarch64-sve-acle-asm.exp | 4 + .../aarch64/sve/acle/aarch64-sve-acle.exp | 4 + gcc/testsuite/gcc.dg/attr-flatten-1.c | 15 +++- gcc/testsuite/gcc.dg/pr99224.c | 6 ++ gcc/testsuite/gcc.dg/vect/pr99253.c | 22 ++++++ gcc/testsuite/gcc.target/aarch64/acle/rng_2.c | 12 +++ .../gcc.target/aarch64/sve/aarch64-sve.exp | 4 + .../aarch64/sve/acle/aarch64-sve-acle-asm.exp | 4 + .../aarch64/sve/acle/aarch64-sve-acle.exp | 4 + gcc/testsuite/gcc.target/aarch64/sve/pr98791.c | 12 +++ gcc/testsuite/gfortran.dg/module_variable_3.f90 | 37 +++++++++ gcc/testsuite/gfortran.dg/pr99545.f90 | 40 ++++++++++ gcc/tree-nested.c | 1 + gcc/tree-vect-loop.c | 56 +++++++------- 31 files changed, 480 insertions(+), 89 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr99224.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr99253.c create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/rng_2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr98791.c create mode 100644 gcc/testsuite/gfortran.dg/module_variable_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr99545.f90