This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr81769/gcc-7-branch in repository gcc.
discards 0f773561fe3 i386: Avoid stack realignment if possible discards cdb7f64f036 x86: Use DRAP only if there are outgoing arguments on stack discards e7b58943c13 i386: Don't use frame pointer without stack access adds 08ea48811e3 Daily bump. adds 012a99d33ea PR c++/67054 - Inherited ctor with non-default-cons [...] adds d1761935437 PR c++/81525 - wrong constant value with generic lambda adds e363899ddbf Revert "PR c++/81525 - wrong constant value with generic lambda" adds e943bd58a59 Daily bump. adds 298bd7acd19 Daily bump. adds d1670beb469 Daily bump. adds 73458b33c5f Daily bump. adds 4f6bd884572 i386: Don't use frame pointer without stack access adds ba50f66010b i386: Replace frame pointer with stack pointer in debug insns new 60a22b7b910 x86: Use DRAP only if there are outgoing arguments on stack new cc0628d838c i386: Avoid stack realignment if possible
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 (0f773561fe3) \ N -- N -- N refs/heads/hjl/pr81769/gcc-7-branch (cc0628d838c)
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 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/DATESTAMP | 2 +- gcc/config/i386/i386.c | 35 +++++++++++++++++++++++++++++++++ gcc/cp/ChangeLog | 6 ++++++ gcc/cp/method.c | 2 +- gcc/doc/invoke.texi | 4 ++++ gcc/testsuite/g++.dg/cpp0x/inh-ctor29.C | 23 ++++++++++++++++++++++ 6 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor29.C