This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk in repository gcc.
from 9b6b471 2015-07-27 Richard Biener rguenther@suse.de new 6784a47 PR c++/66555 PR c/54979 * c-common.c (find_array_ref_with_ [...]
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 | 6 ++ 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/cp/ChangeLog | 8 +++ gcc/cp/call.c | 2 + gcc/cp/pt.c | 1 + gcc/doc/invoke.texi | 17 +++++- 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 +- 15 files changed, 198 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wtautological-compare-1.c