This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/interrupt/master in repository gcc.
discards 866f1b1 Add 3 debug info tests for interrupt attribute discards 544141f Update ix86_conditional_register_usage discards ec936c1 Implement x86 interrupt attribute adds 9c39d52 2015-10-22 Paolo Carlini paolo.carlini@oracle.com adds ecebe44 * config/msp430/msp430.opt: Add -msilicon-errata and -msili [...] new d79f261 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 (866f1b1) \ N -- N -- N refs/heads/hjl/interrupt/master (d79f261)
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 1 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 | 8 ++++++++ gcc/config/msp430/msp430.h | 2 ++ gcc/config/msp430/msp430.opt | 8 ++++++++ gcc/doc/invoke.texi | 11 +++++++++++ gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/cpp1y/var-templ46.C | 20 ++++++++++++++++++++ 6 files changed, 54 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ46.C