re PR middle-end/18005 (ICE with simple loop with VLA)
authorSebastian Pop <pop@cri.ensmp.fr>
Fri, 12 Nov 2004 00:13:06 +0000 (01:13 +0100)
committerSebastian Pop <spop@gcc.gnu.org>
Fri, 12 Nov 2004 00:13:06 +0000 (00:13 +0000)
commit9ba64a4a382e7d01caf84b02a6a839cdf168133b
treecedabec28787948d73190a83bfd0ca0b29d95d61
parentf41f5287c2d75685050ff1772a319f6b301e87e6
re PR middle-end/18005 (ICE with simple loop with VLA)

* tree-data-ref.c (analyze_subscript_affine_affine): Correctly
compute the first overlapping iterations.

PR middle-end/18005
* tree-data-ref.c (estimate_niter_from_size_of_data): Ensure
that arguments of EXACT_DIV_EXPR are INTEGER_CST.

From-SVN: r90510
gcc/ChangeLog
gcc/tree-data-ref.c