This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hubicka/honza-gcc-benchmark-branch in repository gcc.
from ddee20190fa * merge from trunk. 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 d6db30f3809 Merge remote-tracking branch 'origin/master' into honza-gcc [...]
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: gcc/ChangeLog | 63 +++++++++++++++ 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 | 132 ++++++++++++++------------------ gcc/dse.c | 5 +- gcc/read-md.c | 27 +++---- gcc/read-md.h | 13 +++- gcc/read-rtl.c | 67 ++++++++++------ gcc/testsuite/ChangeLog | 27 +++++++ 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/gcc.dg/autopar/pr91162.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr84512.c | 2 +- gcc/testsuite/gcc.target/arm/pr89190.c | 15 ++++ libstdc++-v3/ChangeLog | 5 ++ libstdc++-v3/include/std/memory | 2 +- 21 files changed, 366 insertions(+), 148 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr91164.C create mode 100644 gcc/testsuite/gcc.target/arm/pr89190.c