re PR tree-optimization/39233 (ivopts + vrp miscompilation)
authorRichard Guenther <rguenther@suse.de>
Tue, 24 Feb 2009 11:05:15 +0000 (11:05 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 24 Feb 2009 11:05:15 +0000 (11:05 +0000)
commit71adbef3ea0454c98d098d7adfc071aa29fa0a88
tree0a33b66def2cd7df0d170af69b8094c20b038a2c
parentf1a558e04825c6037a97465b099391cce1ca5df7
re PR tree-optimization/39233 (ivopts + vrp miscompilation)

2009-02-24  Richard Guenther  <rguenther@suse.de>
Zdenek Dvorak  <ook@ucw.cz>

PR tree-optimization/39233
* tree-ssa-loop-ivopts.c (add_candidate_1): Do not except pointers
from converting them to a generic type.

* gcc.c-torture/execute/pr39233.c: New testcase.

Co-Authored-By: Zdenek Dvorak <ook@ucw.cz>
From-SVN: r144405
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr39233.c [new file with mode: 0644]
gcc/tree-ssa-loop-ivopts.c