This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/ix86_frame/gcc-7-branch in repository gcc.
discards a22989e82d9 Move struct ix86_frame to i386.h new 065b6f51b1f i386: Move struct ix86_frame to machine_function new 88268df5ee5 i386: Check red zone size in push peephole2
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 (a22989e82d9) \ N -- N -- N refs/heads/hjl/ix86_frame/gcc-7-branch (88268df5ee5)
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/config/i386/i386.md | 8 ++++---- gcc/testsuite/gcc.target/i386/pr82499-1.c | 21 +++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr82499-2.c | 21 +++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr82499-3.c | 21 +++++++++++++++++++++ 4 files changed, 67 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr82499-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr82499-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr82499-3.c