2014-02-10 Richard Biener <rguenther@suse.de>
commit02413c92b0225fd9a55260db56b4fc018a19f8a3
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Feb 2014 15:20:30 +0000 (10 15:20 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Feb 2014 15:20:30 +0000 (10 15:20 +0000)
tree76a1e7a1c44902617743fa7be28501bbe97b848c
parentcfe635b1d42b56bdd868d338e1f70af14d4fa2c1
2014-02-10  Richard Biener  <rguenther@suse.de>

Backport from mainline
2014-01-30  Richard Biener  <rguenther@suse.de>

PR tree-optimization/59903
* tree-vect-loop.c (vect_transform_loop): Guard multiple-types
check properly.

* gcc.dg/torture/pr59903.c: New testcase.

2014-02-10  Richard Biener  <rguenther@suse.de>

PR tree-optimization/60115
* tree-eh.c (tree_could_trap_p): Unify TARGET_MEM_REF and
MEM_REF handling.  Properly verify that the accesses are not
out of the objects bound.

* gcc.dg/torture/pr60115.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch@207659 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr59903.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/torture/pr60115.c [new file with mode: 0644]
gcc/tree-eh.c
gcc/tree-vect-loop.c