This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from 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.
No new revisions were added by this update.
Summary of changes: ChangeLog | 5 ++ config/ChangeLog | 6 ++ gcc/ChangeLog | 69 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 7 +++ gcc/c/c-typeck.cc | 27 ++++++--- gcc/config/i386/i386-features.cc | 11 +++- gcc/doc/invoke.texi | 2 +- gcc/testsuite/ChangeLog | 30 ++++++++++ .../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 ++++++ libgfortran/ChangeLog | 7 +++ lto-plugin/ChangeLog | 6 ++ 14 files changed, 224 insertions(+), 12 deletions(-) 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