]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/40496 (ICE in verify_stmts with -fprefetch-loop-arrays)
authorRichard Guenther <rguenther@suse.de>
Fri, 10 Jul 2009 11:45:40 +0000 (11:45 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 10 Jul 2009 11:45:40 +0000 (11:45 +0000)
commit182e00b1ba05699ef2e161d9282636142471e914
treeeec3d64e39a28b6deed071242b6536ae53c208b7
parentac7120ce8aef83a746376463906782476b407e9b
re PR tree-optimization/40496 (ICE in verify_stmts with -fprefetch-loop-arrays)

2009-07-10  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/40496
* tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Create
the PHI result with a compatible type.

* g++.dg/opt/pr40496.C: New testcase.

From-SVN: r149469
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/pr40496.C [new file with mode: 0644]
gcc/tree-ssa-loop-manip.c