------- Comment #13 from rguenth at gcc dot gnu dot org 2010-04-08 10:47 ------- Subject: Bug 43186
Author: rguenth Date: Thu Apr 8 10:46:46 2010 New Revision: 158114 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158114 Log: 2010-04-08 Richard Guenther <rguent...@suse.de> PR tree-optimization/43186 * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param. * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document. * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit unroller iterations. * gcc.c-torture/compile/pr43186.c: New testcase. Added: branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr43186.c Modified: branches/gcc-4_4-branch/gcc/ChangeLog branches/gcc-4_4-branch/gcc/doc/invoke.texi branches/gcc-4_4-branch/gcc/params.def branches/gcc-4_4-branch/gcc/testsuite/ChangeLog branches/gcc-4_4-branch/gcc/tree-ssa-loop-ivcanon.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43186