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 bf0a838 Implement x86 interrupt attribute discards 0e0db44 Support unaligned SSE moves outside realigned area discards b437f5e Merge ix86_maybe_switch_abi with ix86_set_current_function adds f8ec736 Remove ATTRIBUTE_UNUSED from `decl' parameter of default_elf_ [...] adds 2519f1f [gcc] 2015-10-05 Michael Meissner <meissner@linux.vnet.ibm. [...] adds 47cad92 Remove duplicate target line. adds 392f5cc PR c++/67863 * call.c (build_conditional_expr_1): Build the [...] adds 789fbb5 * c-parser.c (c_parser_statement_after_labels): Use protect [...] adds 1ef4838 remove dead code in computation of alias sets adds b7dae41 remove unused struct base_alias_pair adds b1d20e3 move dr->alias_set to a helper structure adds 5c5b9e6 gcc/ChangeLog: adds 9a0ecfb 2015-10-06 Sandra Loosemore sandra@codesourcery.com adds 5341cfc compiler: Record each import as a distinct alias. adds 0ac4202 2015-10-06 Louis Krupp louis.krupp@zoho.com PR fortran/65 [...] adds d9a8cab Daily bump. new 9cfc5f3 Merge ix86_maybe_switch_abi with ix86_set_current_function new 881c0ed Support unaligned SSE moves outside realigned area new 457240b 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 (bf0a838) \ N -- N -- N refs/heads/hjl/interrupt/master (457240b)
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/ChangeLog | 81 +++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 13 + gcc/c/c-parser.c | 23 +- gcc/c/c-typeck.c | 7 +- gcc/config/aarch64/iterators.md | 1 + gcc/config/i386/i386.c | 4 +- gcc/config/nios2/nios2.c | 10 +- gcc/config/rs6000/rs6000.md | 69 +++-- gcc/cp/ChangeLog | 6 + gcc/cp/call.c | 2 +- gcc/doc/invoke.texi | 5 +- gcc/fortran/ChangeLog | 5 + gcc/fortran/resolve.c | 15 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/gogo.cc | 97 ++++-- gcc/go/gofrontend/gogo.h | 97 +++--- gcc/go/gofrontend/parse.cc | 4 +- gcc/go/gofrontend/unsafe.cc | 2 - gcc/graphite-poly.c | 24 +- gcc/graphite-poly.h | 52 +++- gcc/graphite-sese-to-poly.c | 333 ++------------------- gcc/testsuite/ChangeLog | 20 ++ .../c-c++-common/Wtautological-compare-4.c | 15 + gcc/testsuite/gcc.target/aarch64/get_lane_f16_1.c | 25 ++ gcc/testsuite/gcc.target/i386/interrupt-2.c | 2 +- gcc/testsuite/gcc.target/i386/interrupt-24.c | 2 +- gcc/testsuite/gcc.target/i386/interrupt-3.c | 2 +- gcc/testsuite/gcc.target/i386/interrupt-4.c | 2 +- gcc/testsuite/gcc.target/i386/interrupt-5.c | 2 +- gcc/testsuite/gcc.target/powerpc/pr67808.c | 45 +++ .../go.test/test/fixedbugs/issue5957.dir/c.go | 2 +- gcc/testsuite/go.test/test/import4.dir/import4.go | 4 +- gcc/varasm.c | 2 +- 34 files changed, 494 insertions(+), 483 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wtautological-compare-4.c create mode 100644 gcc/testsuite/gcc.target/aarch64/get_lane_f16_1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr67808.c