This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/indbr/master in repository gcc.
discards a5a47d5 Generate indirect branch relocation discards 599f1c8 Check if x86 gas supports indirect branch via GOT adds e954729 Daily bump. adds 9b6b471 2015-07-27 Richard Biener rguenther@suse.de adds 6784a47 PR c++/66555 PR c/54979 * c-common.c (find_array_ref_with_ [...] adds ab2874b 2015-07-27 Matthew Wahab matthew.wahab@arm.com adds 1ed4ddb Fix logic error in Fortran OpenACC parsing adds eab7bd2 [PATCH][AArch64] Improve spill code - swap order in shl pattern new a697cf8 Check if x86 gas supports indirect branch via GOT new 15f53c1 Generate indirect branch relocation
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 (a5a47d5) \ N -- N -- N refs/heads/hjl/indbr/master (15f53c1)
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 2 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 | 35 +++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 9 +++ gcc/c-family/c-common.c | 64 +++++++++++++++++++ gcc/c-family/c-common.h | 1 + gcc/c-family/c.opt | 4 ++ gcc/c/ChangeLog | 6 ++ gcc/c/c-typeck.c | 3 + gcc/config/aarch64/aarch64.md | 14 ++--- gcc/config/arm/arm-arches.def | 3 +- gcc/config/arm/arm-c.c | 5 ++ gcc/config/arm/arm-cores.def | 4 +- gcc/config/arm/arm-protos.h | 6 +- gcc/config/arm/arm-tables.opt | 31 +++++----- gcc/config/arm/arm.c | 4 ++ gcc/config/arm/arm.h | 2 +- gcc/config/arm/driver-arm.c | 3 + gcc/cp/ChangeLog | 8 +++ gcc/cp/call.c | 2 + gcc/cp/pt.c | 1 + gcc/doc/invoke.texi | 19 +++++- gcc/fortran/ChangeLog | 5 ++ gcc/fortran/parse.c | 6 +- gcc/genmatch.c | 72 +++++++++++++++++++--- gcc/testsuite/ChangeLog | 6 ++ .../c-c++-common/Wtautological-compare-1.c | 70 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/decltype-54581.C | 2 +- gcc/testsuite/g++.dg/other/vector-compare.C | 2 +- 28 files changed, 348 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wtautological-compare-1.c