This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk in repository gcc.
from e6646b0 [RTL-ifcvt] Improve conditional select ops on immediates (fix [...] new 089af8b 2015-08-13 Richard Biener rguenther@suse.de
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 | 7 ++ gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/g++.dg/torture/pr67191.C | 117 +++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr67191.c | 13 ++++ gcc/tree-ssa-sccvn.c | 12 ++-- 5 files changed, 147 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr67191.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr67191.c