This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/interrupt/calls in repository gcc.
discards 2b2d205 Update testcases discards 31fc043 Call targetm.expand_to_rtl_hook from cgraph_node::expand discards fbcc8f3 Force interrupt parameter into register discards 0e1cf63 function without caller-saved registers can't have non-void r [...] discards db472ca Select DRAP if there are no caller-saved registers discards a7c0382 Correctly set incoming stack boundary in interrupt handler discards eeac3e7 Fix ix86_maybe_switch_abi omits c8c2a27 Return true in ix86_epilogue_uses after reload omits 92e4cc3 Implement x86 interrupt attribute new 5110a0c Implement x86 interrupt attribute new c307589 Call targetm.expand_to_rtl_hook from cgraph_node::expand
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 (2b2d205) \ N -- N -- N refs/heads/hjl/interrupt/calls (c307589)
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 | 1 - gcc/testsuite/gcc.target/i386/interrupt-1.c | 23 ++++++++++++++-------- gcc/testsuite/gcc.target/i386/interrupt-10.c | 14 ++++++------- gcc/testsuite/gcc.target/i386/interrupt-11.c | 5 ++--- gcc/testsuite/gcc.target/i386/interrupt-14.c | 11 +++++------ gcc/testsuite/gcc.target/i386/interrupt-15.c | 16 +++++++++------ gcc/testsuite/gcc.target/i386/interrupt-16.c | 17 ++++++++-------- gcc/testsuite/gcc.target/i386/interrupt-17.c | 16 +++++++++------ gcc/testsuite/gcc.target/i386/interrupt-18.c | 16 +++++++++------ gcc/testsuite/gcc.target/i386/interrupt-20.c | 21 ++++++++++++-------- .../i386/{interrupt-2.c => interrupt-26.c} | 2 +- gcc/testsuite/gcc.target/i386/interrupt-iamcu.c | 11 ++++++++--- 12 files changed, 90 insertions(+), 63 deletions(-) copy gcc/testsuite/gcc.target/i386/{interrupt-2.c => interrupt-26.c} (79%)