re PR tree-optimization/31183 (ICE in int_cst_value, at tree.c:7684 with -O3 -ftree...
authorSebastian Pop <sebastian.pop@inria.fr>
Fri, 16 Mar 2007 11:30:48 +0000 (12:30 +0100)
committerSebastian Pop <spop@gcc.gnu.org>
Fri, 16 Mar 2007 11:30:48 +0000 (11:30 +0000)
commita9549792d3a8b660bae22367c8b7a99a03a9987d
tree5828cf7eb97ac7a4f865bcdde201a2e9412da7fb
parent945a98a4b2deb725bdd3f93801a2eeb8e262cca0
re PR tree-optimization/31183 (ICE in int_cst_value, at tree.c:7684   with -O3 -ftree-loop-linear)

PR tree-optimization/31183
* tree-loop-linear.c (gather_interchange_stats, try_interchange_loops):
Use double_int instead of unsigned int for representing access_strides.
* testsuite/gcc.dg/tree-ssa/pr31183.c: New.

From-SVN: r122988
gcc/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr31183.c [new file with mode: 0644]
gcc/tree-loop-linear.c