This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7fdedda 2016-01-12 Sandra Loosemore sandra@codesourcery.com new b95d41c PR tree-optimization/68911 * tree-vrp.c (adjust_range_with_ [...] new e1a390d Prevent "undef var" errors on gcc --help or --version with se [...]
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 | 15 ++++++++++ gcc/gcc.c | 43 +++++++++++++++++++++++---- gcc/testsuite/ChangeLog | 5 ++++ gcc/testsuite/gcc.c-torture/execute/pr68911.c | 27 +++++++++++++++++ gcc/tree-vrp.c | 21 +++++++++++++ 5 files changed, 106 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr68911.c