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 9609d60 Implement x86 interrupt attribute discards aea1840 Update TARGET_FUNCTION_INCOMING_ARG documentation adds a7bb97d S/390: Testsuite: Add asm scan patterns for -m31. new a23f57e 2015-11-30 Paul Thomas pault@gcc.gnu.org new 6cfa60d Update TARGET_FUNCTION_INCOMING_ARG documentation new 0f93b37 Implement x86 interrupt attribute
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 (9609d60) \ N -- N -- N refs/heads/hjl/interrupt/stage1 (0f93b37)
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 3 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 | 13 ++++++--- gcc/fortran/ChangeLog | 13 +++++++-- gcc/fortran/decl.c | 19 +++++++++++-- gcc/testsuite/ChangeLog | 10 +++++++ gcc/testsuite/gcc.target/i386/interrupt-29.c | 26 ++++++++++++++++++ .../gcc.target/s390/load-relative-check.c | 11 +++++--- gcc/testsuite/gfortran.dg/submodule_13.f08 | 32 ++++++++++++++++++++++ 7 files changed, 110 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-29.c create mode 100644 gcc/testsuite/gfortran.dg/submodule_13.f08