From 7d26a391fd9ac40cc36a29d400805e7eba57d72e Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Mon, 11 Oct 2010 14:02:03 +0000 Subject: re PR middle-end/45955 (FAIL: gcc.dg/initpri1.c (test for excess errors)) PR middle-end/45955 * ipa.c (build_cdtor): Delete endless loop. From-SVN: r165308 --- gcc/ipa.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/ipa.c') diff --git a/gcc/ipa.c b/gcc/ipa.c index 8eadd36..0b1e2c9 100644 --- a/gcc/ipa.c +++ b/gcc/ipa.c @@ -1487,7 +1487,6 @@ build_cdtor (bool ctor_p, VEC (tree, heap) *cdtors) TREE_SIDE_EFFECTS (call) = 1; append_to_statement_list (call, &body); } - while (i < len); gcc_assert (body != NULL_TREE); /* Generate a function to call all the function of like priority. */ -- cgit v1.1