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-lts-allnoconfig in repository toolchain/ci/gcc.
from 8b3be949a56 VAX: Use `rtx_code' to hold the RTL expression code in `vax [...] adds 6403e02510f testsuite: Update scanning symbol sections to support AIX. adds 9243f0fba68 testsuite: fix ipa/modref-2.c on ilp32 adds 814949ddcea MSP430: Define function to check 16-bit hwmult support adds c746fc40f4e MSP430: Fix inconsistent naming of hwmult libfuncs adds cba306519ce Daily bump. adds c2099c1670f Put PREFETCHW back to march=broadwell adds aaccdb9cec4 tree-optimization/97830 - fix compare of incomplete type si [...] adds d12603b7469 tree-optimization/97835 - fix step vector construction for [...] adds 5e303cdee1f Prefer bit-test over the jump table. adds d0a206abc6c tree-optimization/97838 - fix SLP leaf detection adds 27f7fb79d27 gcov: Add -fprofile-info-section support adds 82e44f5ce8c Add .cache to git ignore. adds b2099e9fd94 libstdc++: Fix error shown during Solaris build adds 9dbf8dc7a96 pointer-compare-1.c: Add __attribute__((used)) adds 9b2e9a0aca2 Fix -param=modref-max-depth in params.opt adds 63496cbea58 modref: add missing Param Optimization keywords adds 2f473f4b065 IBM Z: Do not run long double tests on old machines adds d1746388db6 further optimize non-store-motion LIM adds c84df34aec3 Delay SLP instance loads gathering adds 0c9687d0daa Disable some bogus -Wmaybe-uninitialized warnings new 85ebbabd85e IPA tracking of EAF flags in ipa-modref.
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: .gitignore | 1 + gcc/ChangeLog | 52 + gcc/DATESTAMP | 2 +- gcc/common.opt | 8 + gcc/config/i386/i386.h | 3 +- gcc/config/msp430/msp430.c | 71 +- gcc/coverage.c | 28 +- gcc/cp/ChangeLog | 18 + gcc/doc/invoke.texi | 84 +- gcc/ipa-modref.c | 1284 +++++++++++++++++--- gcc/ipa-modref.h | 4 +- gcc/opts.c | 4 + gcc/params.opt | 16 +- gcc/testsuite/ChangeLog | 38 + .../c-c++-common/asan/pointer-compare-1.c | 7 +- gcc/testsuite/g++.dg/gomp/tls-5.C | 4 +- gcc/testsuite/g++.dg/opt/const4.C | 2 +- gcc/testsuite/g++.dg/tree-ssa/pr97736.C | 12 + gcc/testsuite/g++.dg/warn/uninit-1.C | 29 + gcc/testsuite/gcc.dg/20021029-1.c | 2 +- gcc/testsuite/gcc.dg/array-quals-1.c | 40 +- gcc/testsuite/gcc.dg/ipa/modref-2.c | 5 +- gcc/testsuite/gcc.dg/pr25376.c | 2 +- gcc/testsuite/gcc.dg/pr97830.c | 24 + gcc/testsuite/gcc.dg/profile-info-section.c | 20 + gcc/testsuite/gcc.dg/tree-ssa/switch-1.c | 6 +- gcc/testsuite/gcc.dg/vect/pr97835.c | 21 + gcc/testsuite/gcc.dg/vect/pr97838.c | 11 + .../gcc.target/msp430/rtx-cost-Os-f5series.c | 2 +- gcc/testsuite/gcc.target/s390/s390.exp | 10 + .../s390/vector/long-double-caller-abi-run.c | 3 +- .../gcc.target/s390/vector/long-double-copysign.c | 3 +- .../s390/vector/long-double-from-double.c | 3 +- .../s390/vector/long-double-from-float.c | 3 +- .../gcc.target/s390/vector/long-double-from-i16.c | 3 +- .../gcc.target/s390/vector/long-double-from-i32.c | 3 +- .../gcc.target/s390/vector/long-double-from-i64.c | 3 +- .../gcc.target/s390/vector/long-double-from-i8.c | 3 +- .../gcc.target/s390/vector/long-double-from-u16.c | 3 +- .../gcc.target/s390/vector/long-double-from-u32.c | 3 +- .../gcc.target/s390/vector/long-double-from-u64.c | 3 +- .../gcc.target/s390/vector/long-double-from-u8.c | 3 +- .../gcc.target/s390/vector/long-double-to-double.c | 3 +- .../gcc.target/s390/vector/long-double-to-float.c | 3 +- .../gcc.target/s390/vector/long-double-to-i16.c | 3 +- .../gcc.target/s390/vector/long-double-to-i32.c | 3 +- .../gcc.target/s390/vector/long-double-to-i64.c | 3 +- .../gcc.target/s390/vector/long-double-to-i8.c | 3 +- .../gcc.target/s390/vector/long-double-to-u16.c | 3 +- .../gcc.target/s390/vector/long-double-to-u32.c | 3 +- .../gcc.target/s390/vector/long-double-to-u64.c | 3 +- .../gcc.target/s390/vector/long-double-to-u8.c | 3 +- .../gcc.target/s390/vector/long-double-wfaxb.c | 3 +- .../gcc.target/s390/vector/long-double-wfdxb.c | 3 +- .../gcc.target/s390/vector/long-double-wfsxb-1.c | 3 +- gcc/testsuite/lib/scanasm.exp | 2 +- gcc/tree-ssa-loop-im.c | 24 +- gcc/tree-ssa-sccvn.c | 5 +- gcc/tree-ssa-uninit.c | 14 +- gcc/tree-switch-conversion.c | 10 +- gcc/tree-vect-loop.c | 5 +- gcc/tree-vect-slp.c | 48 +- gcc/tree-vectorizer.h | 1 + libgcc/ChangeLog | 5 + libgcc/config/msp430/lib2hw_mul.S | 12 +- libstdc++-v3/ChangeLog | 4 + libstdc++-v3/src/Makefile.am | 4 +- libstdc++-v3/src/Makefile.in | 4 +- 68 files changed, 1658 insertions(+), 365 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr97736.C create mode 100644 gcc/testsuite/g++.dg/warn/uninit-1.C create mode 100644 gcc/testsuite/gcc.dg/pr97830.c create mode 100644 gcc/testsuite/gcc.dg/profile-info-section.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr97835.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr97838.c