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-stable-allyesconfig in repository toolchain/ci/gcc.
from 60d7d138646 2019-07-01 Sandra Loosemore sandra@codesourcery.com adds d9f9a289e04 PR middle-end/64242 * config/sparc/sparc.md (nonlocal_got [...] adds b031d0ddbe3 PR target/90963 * config/pa/pa.md (builtin_longjmp): Rest [...] adds 857ca76e646 PR middle-end/90923 - hash_map destroys elements without co [...] adds acf2650a7b2 @neg<mode>2 adds b16a7addc33 @fix_trunc<mode>si2_fprs adds f2ce4d065d6 @abs<mode>2_internal adds 33dd25d4562 @indirect_jump<mode>_nospec adds 49e4b4494a5 @ctr<mode> adds 8dedfb93add @eh_set_lr_<mode> adds 66f1b2c57e3 @extenddf<mode>2_{fprs,vsx} adds 7cb5254a4fa * config/i386/i386.md ("isa" attribute): Add sse_noavx. ( [...] adds bab9b531b88 @extenddf<mode>2 adds ef1c51078ee @neg<mode>2_hw adds f6fd219cdf9 @abs<mode>2_hw adds 2d3c0a1392f @ieee_128bit_vsx_neg<mode>2 adds 7433985c06a @ieee_128bit_vsx_abs<mode>2 adds ccc199230b1 * config/i386/constraints.md: Remove stalled comment w.r.t [...] adds e28cb5679f2 PR middle-end/66726 * tree-ssa-phiopt.c (fa [...] adds d408e6b2f50 @signbit<mode>2_dm adds 3fcb6ed9d91 Daily bump. adds b869835b49d compiler: refactoring in Export class to encapsulate ty [...] adds 045c5a74848 Fix libstdc++ install-pdf support. adds dddb1553ce6 mklog/91048: Open ~/.mklog in string mode. adds 712c60296c3 2019-07-02 Richard Biener rguenther@suse.de adds f188714f055 * lto-common.c (lto_register_canonical_types_for_odr_types [...] adds ab3d46cc106 [arm/AArch64] Assume unhandled NEON types are neon_arith_ba [...] adds 7c7e35d24d9 * tree-inline.c (remap_gimple_stmt): Do not subtitute hand [...] adds dc2ef903670 * tree-ssa-alias.c (nonoverlapping_component_refs_for_decl [...] adds db6c512daf3 * tree-ssa-alias.c (aliasing_component_refs_p): Remove for [...] adds 955e61aba25 2019-07-02 Richard Biener rguenther@suse.de adds 28cf2b462be * cfgexpand.c (pass_expand::execute): Deal specially with [...] adds 357d109c33a * cfgrtl.c (commit_edge_insertions): Rebuild jump labels chain. adds 9774e99ebd1 Fix preprocessor checks for Clang builtins adds 8a529f7e4ee Fix amdgcn regrename ICE. new ff6892fe5ae * config/i386/mmx.md (mmx_pack<s_trunsuffix>swb): Use TAR [...]
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/ChangeLog | 5 + contrib/mklog | 2 +- gcc/ChangeLog | 213 +++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cfgexpand.c | 40 ++-- gcc/cfgrtl.c | 9 +- gcc/config/arm/cortex-a57.md | 7 +- gcc/config/gcn/gcn.md | 34 ++- gcc/config/i386/constraints.md | 1 - gcc/config/i386/i386.md | 4 +- gcc/config/i386/mmx.md | 54 +++-- gcc/config/i386/sse.md | 15 +- gcc/config/pa/pa.md | 6 +- gcc/config/rs6000/rs6000.md | 140 +++-------- gcc/config/sparc/sparc.md | 18 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/export.cc | 51 ++-- gcc/go/gofrontend/export.h | 4 + gcc/hash-map-tests.c | 134 +++++++++++ gcc/hash-map.h | 37 ++- gcc/hash-set-tests.c | 154 ++++++++++++ gcc/hash-set.h | 12 +- gcc/hash-table.h | 14 +- gcc/lto/ChangeLog | 5 + gcc/lto/lto-common.c | 13 +- gcc/testsuite/ChangeLog | 13 ++ gcc/testsuite/g++.dg/lto/pr90990_0.C | 31 +++ .../gcc.dg/tree-ssa/alias-access-path-7.c | 20 ++ gcc/testsuite/gcc.dg/tree-ssa/pr66726-4.c | 12 + gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-8.c | 15 ++ gcc/tree-chrec.h | 11 +- gcc/tree-core.h | 3 + gcc/tree-inline.c | 12 + gcc/tree-scalar-evolution.c | 34 --- gcc/tree-ssa-alias.c | 257 +++++++++++++-------- gcc/tree-ssa-phiopt.c | 19 +- gcc/tree-ssa-scopedtables.c | 11 +- gcc/tree-streamer.c | 3 + gcc/tree.c | 6 + gcc/tree.h | 5 + libstdc++-v3/ChangeLog | 12 + libstdc++-v3/configure | 21 +- libstdc++-v3/configure.ac | 4 + libstdc++-v3/include/bits/c++config | 6 +- 44 files changed, 1107 insertions(+), 364 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lto/pr90990_0.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/alias-access-path-7.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr66726-4.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-8.c