This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b17ce62f45e 2017-09-03 Jeff Law law@redhat.com new 45d3a9aa9be PR c/81783 * c-warn.c (warn_tautological_bitwise_comparis [...] new fd500157b76 2017-09-04 Richard Biener rguenther@suse.de
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 | 14 +++ gcc/c-family/ChangeLog | 6 ++ gcc/c-family/c-warn.c | 55 +++++++++++ gcc/doc/invoke.texi | 8 ++ gcc/fold-const.c | 29 ++++-- gcc/fold-const.h | 1 + gcc/testsuite/ChangeLog | 10 ++ .../c-c++-common/Wtautological-compare-5.c | 106 +++++++++++++++++++++ gcc/testsuite/g++.dg/torture/pr82084.C | 9 ++ gcc/tree-vect-stmts.c | 6 ++ 10 files changed, 235 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wtautological-compare-5.c create mode 100644 gcc/testsuite/g++.dg/torture/pr82084.C