This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr79793/master in repository gcc.
discards f521b169612 Properly compute stack frame for exception handler adds 6d3d91786e7 2017-07-26 Richard Biener rguenther@suse.de adds c155a995d05 PR middle-end/70992 * tree.c (build2_stat): Don't set TRE [...] adds 2dc63693ab5 Disable pr79041-2.c with -mabi=ilp32. adds bffd8089b8a [SPARC] Add -mfsmuld option adds df1990afdf0 2017-07-26 Paolo Carlini paolo.carlini@oracle.com adds 14784643429 [Patch AArch64 Obvious] Unify branch costs to generic_branch_cost adds 0df3ceda6e9 PR c++/67054 - Inherited ctor with non-default-cons [...] adds 36ded4e1309 P0702R1 - List deduction of vector. adds b11697e626d [Patch AArch64 obvious] Unify address costs to generic_addr [...] adds a1da2b135c6 x86: Properly check saved register CFA offset new d2226b339d1 Properly compute stack frame for exception handler
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (f521b169612) \ N -- N -- N refs/heads/hjl/pr79793/master (d2226b339d1)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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 | 50 ++++++++++++++++ gcc/config/aarch64/aarch64.c | 66 ++++------------------ gcc/config/sparc/sparc.c | 32 +++++++---- gcc/config/sparc/sparc.h | 3 +- gcc/config/sparc/sparc.md | 2 +- gcc/config/sparc/sparc.opt | 4 ++ gcc/cp/ChangeLog | 12 ++++ gcc/cp/method.c | 2 +- gcc/cp/pt.c | 18 ++++++ gcc/doc/invoke.texi | 11 +++- gcc/genmatch.c | 22 +++----- gcc/gimple-match-head.c | 17 +++++- gcc/testsuite/ChangeLog | 26 +++++++++ gcc/testsuite/g++.dg/cpp0x/inh-ctor29.C | 23 ++++++++ .../{class-deduction41.C => class-deduction42.C} | 12 ++-- gcc/testsuite/gcc.dg/overflow-warn-1.c | 2 +- gcc/testsuite/gcc.dg/overflow-warn-2.c | 2 +- gcc/testsuite/gcc.dg/overflow-warn-3.c | 2 +- gcc/testsuite/gcc.dg/overflow-warn-4.c | 2 +- gcc/testsuite/gcc.dg/pr70920-2.c | 4 +- gcc/testsuite/gcc.dg/pr70920-4.c | 4 +- gcc/testsuite/gcc.dg/torture/pr70992-2.c | 9 +++ gcc/testsuite/gcc.dg/torture/pr70992.c | 41 ++++++++++++++ gcc/testsuite/gcc.target/aarch64/pr79041-2.c | 1 + gcc/testsuite/gcc.target/i386/pr81563.c | 14 +++++ gcc/tree.c | 22 +++++++- libstdc++-v3/ChangeLog | 5 ++ .../testsuite/27_io/basic_fstream/53984.cc | 2 +- 28 files changed, 309 insertions(+), 101 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor29.C copy gcc/testsuite/g++.dg/cpp1z/{class-deduction41.C => class-deduction42.C} (73%) create mode 100644 gcc/testsuite/gcc.dg/torture/pr70992-2.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr70992.c create mode 100644 gcc/testsuite/gcc.target/i386/pr81563.c