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 361a818 Call targetm.expand_to_rtl_hook from cgraph_node::expand discards 79f05c7 Implement x86 interrupt attribute adds 9cd04d8 lex: Update unicode letters table to Unicode 8.0.0. adds 5260b0a Remove diffstat from ChangeLog. adds a099bc9 /cp 2015-10-05 Paolo Carlini paolo.carlini@oracle.com adds f6c9ef1 Fix PR65345 in SH backend Adjust to use create_tmp_var_raw ra [...] adds cb54ed9 Daily bump. adds 336b125 gcc/testsuite/ * gcc.target/i386/builtin_target.c: Add check [...] adds e2c5c67 2015-10-06 Richard Biener rguenther@suse.de adds 2601535 gcc/testsuite/ * gcc.target/i386/builtin_target.c: Fix AVX-5 [...] adds 6a0107e PR c/65345 * config/sparc/sparc.c (sparc_atomic_assign_expa [...] adds 5d56318 Update template instantiation documentation new 72ecf90 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 (361a818) \ N -- N -- N refs/heads/hjl/interrupt/calls (72ecf90)
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 | 98 +++++++++------ gcc/DATESTAMP | 2 +- gcc/cfgexpand.c | 1 + gcc/cgraphunit.c | 3 - gcc/config/i386/i386.c | 145 ++++++++++------------- gcc/config/i386/i386.h | 5 +- gcc/config/i386/sse.md | 14 +-- gcc/config/sh/sh.c | 12 +- gcc/config/sparc/sparc.c | 25 ++-- gcc/cp/ChangeLog | 7 ++ gcc/cp/pt.c | 9 +- gcc/doc/extend.texi | 97 +++++++++------ gcc/doc/invoke.texi | 4 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/lex.cc | 58 +++++---- gcc/testsuite/ChangeLog | 10 ++ gcc/testsuite/g++.dg/template/defarg19.C | 15 +++ gcc/testsuite/g++.dg/template/defarg20.C | 15 +++ gcc/testsuite/gcc.target/i386/20060512-1.c | 13 +- gcc/testsuite/gcc.target/i386/20060512-2.c | 1 - gcc/testsuite/gcc.target/i386/builtin_target.c | 6 +- gcc/tree-vect-data-refs.c | 89 ++++++-------- gcc/tree-vect-loop.c | 61 +++++----- gcc/tree-vect-patterns.c | 102 +++++++--------- gcc/tree-vect-slp.c | 158 +++++++++++-------------- gcc/tree-vect-stmts.c | 146 +++++++++++------------ gcc/tree-vectorizer.c | 12 +- gcc/tree-vectorizer.h | 129 +++++++++++--------- 28 files changed, 638 insertions(+), 601 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/defarg19.C create mode 100644 gcc/testsuite/g++.dg/template/defarg20.C