]> git.ipfire.org Git - thirdparty/gcc.git/commit
backport: [multiple changes]
authorRichard Biener <rguenther@suse.de>
Mon, 10 Feb 2014 15:20:30 +0000 (15:20 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 10 Feb 2014 15:20:30 +0000 (15:20 +0000)
commit7ef8214c4e5c8925d87abfd6725c94341fa1d3d1
tree76a1e7a1c44902617743fa7be28501bbe97b848c
parent32b93154a95b95f26eb26d0e9930884c37a94f6e
backport: [multiple changes]

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.

From-SVN: r207659
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