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-allmodconfig in repository toolchain/ci/gcc.
from ae63312f5f2 gcc/ChangeLog adds 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.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 89 ++++++++++++++++++++++ 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/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 | 5 ++ gcc/testsuite/gcc.dg/autopar/pr91162.c | 25 ++++++ gcc/tree-cfg.c | 9 ++- gcc/tree-ssa-alias.c | 2 +- libgo/runtime/proc.c | 4 +- libstdc++-v3/ChangeLog | 5 ++ libstdc++-v3/include/std/memory | 2 +- 22 files changed, 309 insertions(+), 175 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/autopar/pr91162.c