re PR tree-optimization/23434 (ICE: Segmentation fault compiling gsl1.5 at -O2)
authorSebastian Pop <pop@cri.ensmp.fr>
Sun, 21 Aug 2005 10:48:23 +0000 (12:48 +0200)
committerSebastian Pop <spop@gcc.gnu.org>
Sun, 21 Aug 2005 10:48:23 +0000 (10:48 +0000)
commita1596edc4b46231e18e86e225fb19ecb0a1437e1
treee7c1b97bd3fb20b67e45a396257d670957faddf4
parent429268fc04441a4a6e31bc9e3c303a8f355f7c43
re PR tree-optimization/23434 (ICE: Segmentation fault compiling gsl1.5 at -O2)

PR tree-optimization/23434
        * tree-ssa-loop-niter.c (proved_non_wrapping_p): Give up when
        the iteration bound is not an INTEGER_CST.

From-SVN: r103315
gcc/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr23434.c [new file with mode: 0644]
gcc/tree-ssa-loop-niter.c