This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/interrupt/gcc-5-branch in repository gcc.
discards 57a9f12 Implement x86 interrupt/exception attributes discards 7fde018 Pass VOIDmode to gen_rtx_SET on GCC 5 branch discards 49d5a5d Add __builtin_interrupt_data new 7d2e0fd Implement x86 interrupt/exception attributes new 496ff3f Pass VOIDmode to gen_rtx_SET on GCC 5 branch
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 (57a9f12) \ N -- N -- N refs/heads/hjl/interrupt/gcc-5-branch (496ff3f)
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.c | 171 +++++++++++++++++---- gcc/config/i386/sse.md | 10 +- gcc/doc/extend.texi | 18 ++- gcc/testsuite/gcc.target/i386/interrupt-387-err.c | 9 +- .../gcc.target/i386/{pr66960-1.c => interrupt-4.c} | 2 +- .../gcc.target/i386/{pr66960-1.c => interrupt-5.c} | 8 +- .../gcc.target/i386/{pr66960-1.c => interrupt-6.c} | 5 +- gcc/testsuite/gcc.target/i386/interrupt-bnd.c | 16 ++ gcc/testsuite/gcc.target/i386/interrupt-mmx-err.c | 10 +- gcc/testsuite/gcc.target/i386/interrupt-xmm.c | 16 ++ gcc/testsuite/gcc.target/i386/interrupt-ymm.c | 16 ++ gcc/testsuite/gcc.target/i386/interrupt-zmm.c | 16 ++ 12 files changed, 250 insertions(+), 47 deletions(-) copy gcc/testsuite/gcc.target/i386/{pr66960-1.c => interrupt-4.c} (84%) copy gcc/testsuite/gcc.target/i386/{pr66960-1.c => interrupt-5.c} (54%) copy gcc/testsuite/gcc.target/i386/{pr66960-1.c => interrupt-6.c} (60%) create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-bnd.c create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-xmm.c create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-ymm.c create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-zmm.c