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 84c15484b46 i386: Avoid stack realignment if possible discards 6187394b012 x86: Use DRAP only if there are outgoing arguments on stack discards 24a5d4e19f4 i386: Don't use frame pointer without stack access adds 88716f26ba6 2017-08-08 Richard Biener rguenther@suse.de new e7b58943c13 i386: Don't use frame pointer without stack access new cdb7f64f036 x86: Use DRAP only if there are outgoing arguments on stack new 0f773561fe3 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 (84c15484b46) \ N -- N -- N refs/heads/hjl/pr81769/gcc-7-branch (0f773561fe3)
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 3 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 | 7 +++++++ gcc/function.c | 21 ++++++++++----------- gcc/testsuite/ChangeLog | 5 +++++ .../gcc.target/i386/{pr81736-1.c => pr81736-6.c} | 9 ++++++--- .../gcc.target/i386/{pr81736-1.c => pr81736-7.c} | 6 +++--- gcc/testsuite/gcc.target/i386/pr81766.c | 5 +++++ 6 files changed, 36 insertions(+), 17 deletions(-) copy gcc/testsuite/gcc.target/i386/{pr81736-1.c => pr81736-6.c} (73%) copy gcc/testsuite/gcc.target/i386/{pr81736-1.c => pr81736-7.c} (77%) create mode 100644 gcc/testsuite/gcc.target/i386/pr81766.c