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-arm-stable-allmodconfig in repository toolchain/ci/gcc.
from 7b0d7c79224 2019-07-15 Richard Biener rguenther@suse.de adds 54ee6600bc5 * tree-ssa-alias.c (aliasing_component_refs_walk): Initial [...] adds 65645bd5042 * config/i386/i386.md (@test<mode>_ccno_1): Rename from t [...] adds 258517c160d rs6000: Always output .machine adds 0571a99556c runtime: expose the g variable adds 5b381f2bb44 * config/i386/i386.md (*testdi_1): Put back "%" constraint [...] adds c9c57a24a44 Daily bump. adds 2692ae3aaf1 Remove trailing space. adds 772269dd674 PR91176: Skip debug insns when computing inline costs adds 7d5a42f199a [mips] Fix ambiguous .md attribute uses adds 97114c27b61 [rs6000] Fix ambiguous .md attribute uses adds 385114ecd42 Use file_location for md_reader's ptr_loc adds 48db11b0846 Report ambiguous uses of .md attributes adds ae08adfad0f Fix g++.dg/template/pr84789.C on new concepts branch. adds 56e35b0b149 Simplify type-specifier parsing. adds 315f00e3689 Add parens around constraint in <memory>. adds 7d42682d488 Simplify range location creation in C++ parser. adds a235884df3c Require int128 support in gcc.dg/autopar/pr91162.c adds 05cc36a13ba Don't xfail gcc.dg/tree-ssa/pr84512.c on 64-bit SPARC adds 02a11c1dc6f * g++.dg/lto/alias-1_0.C: Use -O3. * g++.dg/lto/alias-2_0 [...] adds 150ceef9d7d PR rtl-optimization/91164 * dse.c (rest_of_handle_dse): I [...] adds 1882a9e1187 Add missing testcase for PR89190 new a0efaa5c118 PR rtl-optimization/91173 * tree-ssa-address.c (addr_for_ [...] new 6a8750b4eca PR rtl-optimization/91173 * g++.dg/pr91173.C: New test.
The 2 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 | 96 +++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386-expand.c | 21 ++--- gcc/config/i386/i386.md | 14 +--- gcc/config/mips/micromips.md | 2 +- gcc/config/rs6000/rs6000.c | 4 +- gcc/config/rs6000/rs6000.md | 38 +++++---- gcc/config/rs6000/vsx.md | 4 +- gcc/cp/ChangeLog | 11 +++ gcc/cp/parser.c | 134 ++++++++++++++------------------ gcc/dse.c | 5 +- gcc/go/gofrontend/MERGE | 2 +- gcc/ipa-fnsummary.c | 4 +- gcc/read-md.c | 27 +++---- gcc/read-md.h | 13 +++- gcc/read-rtl.c | 67 ++++++++++------ gcc/testsuite/ChangeLog | 32 ++++++++ gcc/testsuite/g++.dg/lto/alias-1_0.C | 2 +- gcc/testsuite/g++.dg/lto/alias-2_0.C | 2 +- gcc/testsuite/g++.dg/lto/alias-3_0.C | 4 +- gcc/testsuite/g++.dg/lto/alias-3_1.c | 2 - gcc/testsuite/g++.dg/opt/pr91164.C | 89 +++++++++++++++++++++ gcc/testsuite/g++.dg/pr91173.C | 45 +++++++++++ gcc/testsuite/gcc.dg/autopar/pr91162.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr84512.c | 2 +- gcc/testsuite/gcc.target/arm/pr89190.c | 15 ++++ gcc/tree-ssa-address.c | 14 ++++ gcc/tree-ssa-alias.c | 2 +- libgo/runtime/proc.c | 4 +- libstdc++-v3/ChangeLog | 5 ++ libstdc++-v3/include/std/memory | 2 +- 31 files changed, 484 insertions(+), 182 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr91164.C create mode 100644 gcc/testsuite/g++.dg/pr91173.C create mode 100644 gcc/testsuite/gcc.target/arm/pr89190.c