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 bdc74e8 Add sorry for stack realignment without caller-saved registers discards af6512b Correctly set incoming stack boundary in interrupt handler omits 9ab8d17 Reformat ix86_maybe_switch_abi new eeac3e7 Fix ix86_maybe_switch_abi new a7c0382 Correctly set incoming stack boundary in interrupt handler new db472ca Select DRAP if there are no caller-saved registers new 0e1cf63 function without caller-saved registers can't have non-void r [...] new fbcc8f3 Force interrupt parameter into register new 31fc043 Call targetm.expand_to_rtl_hook from cgraph_node::expand new 2b2d205 Update testcases
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 (bdc74e8) \ N -- N -- N refs/heads/hjl/interrupt/calls (2b2d205)
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 7 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/cfgexpand.c | 1 - gcc/cgraphunit.c | 2 ++ gcc/config/i386/i386.c | 27 ++++++++++++++++----------- gcc/testsuite/gcc.target/i386/interrupt-19.c | 25 +++++++++++++------------ gcc/testsuite/gcc.target/i386/interrupt-8.c | 10 +++++----- gcc/testsuite/gcc.target/i386/interrupt-9.c | 14 +++++++------- 6 files changed, 43 insertions(+), 36 deletions(-)