This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/interrupt/stage1 in repository gcc.
discards 6eac75f Add an array of function pointer test for PR 68661 discards 1e9f743 Rebuild array with the updated function pointer type discards 182e06d Implement x86 interrupt attribute discards b7311de Update TARGET_FUNCTION_INCOMING_ARG documentation adds 89324f5 2016-01-01 Sandra Loosemore sandra@codesourcery.com adds eefd9f2 Daily bump. adds 1992399 2016-01-01 Sandra Loosemore sandra@codesourcery.com new ada3bd9 Update TARGET_FUNCTION_INCOMING_ARG documentation new 9b01be7 Implement x86 interrupt attribute new 6e3ec9f Rebuild array with the updated function pointer type new 3003ebc Add an array of function pointer test for PR 68661
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 (6eac75f) \ N -- N -- N refs/heads/hjl/interrupt/stage1 (3003ebc)
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 4 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 | 20 ++++ gcc/DATESTAMP | 2 +- gcc/doc/extend.texi | 121 +++++++++++---------- gcc/doc/invoke.texi | 26 +++-- gcc/testsuite/gcc.target/i386/interrupt-34.c | 15 +++ .../i386/{interrupt-1.c => interrupt-35.c} | 7 +- 6 files changed, 120 insertions(+), 71 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-34.c copy gcc/testsuite/gcc.target/i386/{interrupt-1.c => interrupt-35.c} (95%)