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-next-allmodconfig in repository toolchain/ci/gcc.
from 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 adds a0efaa5c118 PR rtl-optimization/91173 * tree-ssa-address.c (addr_for_ [...] adds 6a8750b4eca PR rtl-optimization/91173 * g++.dg/pr91173.C: New test. adds a999b7673ab * config/i386/i386.md (*testdi_1): Match CCZmode for cons [...] adds 4c70fbf1db7 2019-07-16 Harald Anlauf anlauf@gmx.de adds 2e5be8ce89a Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 84 ++++++++++++++- gcc/DATESTAMP | 2 +- gcc/config/i386/i386.md | 44 +++++--- gcc/config/mips/micromips.md | 2 +- 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/fortran/ChangeLog | 15 +++ gcc/fortran/gfortran.texi | 3 +- gcc/fortran/invoke.texi | 7 +- gcc/fortran/libgfortran.h | 4 +- gcc/fortran/options.c | 4 +- gcc/fortran/trans-intrinsic.c | 167 ++++++++++++++++++++++++++++- gcc/ipa-fnsummary.c | 4 +- gcc/read-md.c | 27 ++--- gcc/read-md.h | 13 ++- gcc/read-rtl.c | 67 ++++++++---- gcc/testsuite/ChangeLog | 37 +++++++ 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/testsuite/gfortran.dg/check_bits_1.f90 | 49 +++++++++ gcc/tree-ssa-address.c | 14 +++ libstdc++-v3/ChangeLog | 5 + libstdc++-v3/include/std/memory | 2 +- 33 files changed, 729 insertions(+), 176 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 create mode 100644 gcc/testsuite/gfortran.dg/check_bits_1.f90