This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64 in repository toolchain/ci/gcc.
from 71f068a9b33 Update configure to check for a recent gnat Ada compiler. adds 388fbbd895e match.pd: Add new division pattern [PR104992] adds b64e937ccde openmp-simd-clone: Match shift types adds 32566720f3a btf: emit linkage information in BTF_KIND_FUNC entries adds 80928920147 x86: Add ix86_ifunc_ref_local_ok adds 96e5f6696a1 PR target/106481: Handle CONST_WIDE_INT in REG_EQUAL during [...] adds ffd12be1394 docs: fix copy&paste error in -Wanalyzer-putenv-of-auto-var adds e8bc6918b31 c: improvements to address space diagnostics adds 325103829ef Daily bump. adds b9da686470d tree-optimization/106495 - avoid threading to possibly neve [...] adds bc7526f6fca lto/106334 - fix previous fix wrt -flto-partition=none adds c30bbd4d169 tree-optimization/106498 - reduce SSA updates in autopar adds c2d07429382 gcc-changelog: do not run extra deduction adds 84beef30a51 IPA: reduce what we dump in normal mode new 0f3514756e0 tree-optimization/106497 - more forward threader can-copy-bb
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: ChangeLog | 5 ++ config/ChangeLog | 6 ++ contrib/gcc-changelog/git_commit.py | 2 +- gcc/ChangeLog | 69 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/btfout.cc | 6 +- gcc/c/ChangeLog | 7 +++ gcc/c/c-typeck.cc | 27 ++++++--- gcc/config/i386/i386-features.cc | 11 +++- gcc/config/i386/i386.cc | 15 ++++- gcc/ctfc.cc | 3 +- gcc/ctfc.h | 3 +- gcc/doc/invoke.texi | 2 +- gcc/dwarf2ctf.cc | 4 +- gcc/dwarf2out.cc | 11 ++-- gcc/match.pd | 6 ++ gcc/omp-expand.cc | 12 +--- gcc/omp-simd-clone.cc | 10 +++- gcc/profile.cc | 2 +- gcc/symtab.cc | 3 +- gcc/testsuite/ChangeLog | 30 ++++++++++ gcc/testsuite/g++.dg/pr104992-1.C | 30 ++++++++++ gcc/testsuite/gcc.dg/debug/btf/btf-function-4.c | 14 +++++ gcc/testsuite/gcc.dg/debug/btf/btf-function-5.c | 14 +++++ gcc/testsuite/gcc.dg/pr104992.c | 57 ++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr106497.c | 20 +++++++ .../gcc.target/i386/addr-space-typeck-1.c | 22 +++++++ .../gcc.target/i386/addr-space-typeck-2.c | 25 ++++++++ gcc/testsuite/gcc.target/i386/pr106481.c | 17 ++++++ gcc/testsuite/gcc.target/i386/pr83782-1.c | 8 +-- gcc/testsuite/gcc.target/i386/pr83782-2.c | 4 +- gcc/testsuite/gcc.target/i386/pr83782-3.c | 32 ++++++++++ gcc/tree-ssa-threadbackward.cc | 7 +++ gcc/tree-ssa-threadupdate.cc | 3 +- libgfortran/ChangeLog | 7 +++ lto-plugin/ChangeLog | 6 ++ 36 files changed, 457 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr104992-1.C create mode 100644 gcc/testsuite/gcc.dg/debug/btf/btf-function-4.c create mode 100644 gcc/testsuite/gcc.dg/debug/btf/btf-function-5.c create mode 100644 gcc/testsuite/gcc.dg/pr104992.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr106497.c create mode 100644 gcc/testsuite/gcc.target/i386/addr-space-typeck-1.c create mode 100644 gcc/testsuite/gcc.target/i386/addr-space-typeck-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr106481.c create mode 100644 gcc/testsuite/gcc.target/i386/pr83782-3.c