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-next-allnoconfig in repository toolchain/ci/gcc.
from 318df1b8d27 Daily bump. adds 3934ae0eaee [Arm] Remove constraint strings from define_expand construc [...] adds 19ef494ebf0 x86: fix CVT{,T}PD2PI insns adds 5ab2ad068c2 add file missing from earlier commit adds b0be674a1b0 [ARC][COMMITTED] Fix slsr-13 regressions. adds c6b5a505d1d x86: fix vgf2p8affine*qb insns adds db3161f8a48 x86: improve GFNI insns adds 7552912ca27 [Darwin] Fix a couple of Wformat-diag build warnings. adds a512236ef3f [Darwin, PPC] Install the same headers as other sub-targets. adds 675f77b1c7b Fix PR target/91009 adds 0cbd830840f Update pc-relative support. adds 3f5fde6db61 Daily bump. adds 338bc01ab52 Remove trailing whitespace in C++ front end. new 2074c859e78 * expr.c (expand_expr_real_1) <BIT_FIELD_REF>: Apply the b [...] new d0de0a2767e * gcc-interface/decl.c (set_nonaliased_component_on_array_ [...] new 5882c515921 * gcc-interface/trans.c (mark_visited_r): Set TYPE_SIZES_G [...]
The 3 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: gcc/ChangeLog | 70 ++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 29 ++ gcc/ada/gcc-interface/decl.c | 76 ++-- gcc/ada/gcc-interface/gigi.h | 4 +- gcc/ada/gcc-interface/trans.c | 3 +- gcc/ada/gcc-interface/utils.c | 85 ++++- gcc/config.gcc | 2 - gcc/config/arc/arc.c | 2 +- gcc/config/arm/arm-fixed.md | 54 +-- gcc/config/arm/arm.md | 627 ++++++++++++++++--------------- gcc/config/arm/iwmmxt.md | 16 +- gcc/config/arm/neon.md | 454 +++++++++++----------- gcc/config/arm/sync.md | 10 +- gcc/config/arm/thumb1.md | 24 +- gcc/config/arm/vec-common.md | 54 +-- gcc/config/darwin-c.c | 2 +- gcc/config/darwin-driver.c | 4 +- gcc/config/i386/sse.md | 47 ++- gcc/config/rs6000/predicates.md | 55 ++- gcc/config/rs6000/rs6000.h | 7 - gcc/config/rs6000/rs6000.md | 24 +- gcc/cp/cp-tree.h | 30 +- gcc/cp/cxx-pretty-print.c | 1 - gcc/cp/parser.c | 276 +++++++------- gcc/cp/pt.c | 202 +++++----- gcc/cp/semantics.c | 32 +- gcc/expr.c | 8 +- gcc/testsuite/ChangeLog | 13 + gcc/testsuite/gcc.target/i386/cvtpd2pi.c | 36 ++ gcc/testsuite/gcc.target/i386/gfni-5.c | 19 + gcc/testsuite/gnat.dg/array35.adb | 24 ++ gcc/testsuite/gnat.dg/array36.adb | 28 ++ 33 files changed, 1314 insertions(+), 1006 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/cvtpd2pi.c create mode 100644 gcc/testsuite/gcc.target/i386/gfni-5.c create mode 100644 gcc/testsuite/gnat.dg/array35.adb create mode 100644 gcc/testsuite/gnat.dg/array36.adb