This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr81736/gcc-7-branch in repository gcc.
discards acc22d5392c i386: Don't use frame pointer without stack access 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. new 4f6bd884572 i386: Don't use frame pointer without stack access new ba50f66010b i386: Replace frame pointer with stack pointer in debug insns
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 (acc22d5392c) \ N -- N -- N refs/heads/hjl/pr81736/gcc-7-branch (ba50f66010b)
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/testsuite/g++.dg/cpp0x/inh-ctor29.C | 23 ++++++++++++++++++++++ 5 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor29.C