This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 42230b3 * ChangeLog: Fix whitespace. * testsuite/ChangeLog: Ditto. new 4262c32 2015-09-24 Richard Biener rguenther@suse.de new 842c775 2015-09-24 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 | 17 +++++++++++++++++ gcc/testsuite/ChangeLog | 9 +++++++++ gcc/testsuite/g++.dg/tree-ssa/restrict3.C | 12 ++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/restrict-6.c | 11 +++++++++++ gcc/tree-ssa-pre.c | 13 ++++++++++--- gcc/tree-ssa-sccvn.c | 12 ++++++++++++ gcc/tree-ssa-sccvn.h | 3 +++ gcc/tree-ssa-structalias.c | 5 +++-- 8 files changed, 77 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/restrict3.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/restrict-6.c