Commit 7d26a391 by John David Anglin Committed by John David Anglin

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
parent e90b1c4a
2010-10-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR middle-end/45955
* ipa.c (build_cdtor): Delete endless loop.
2010-10-07 Andi Kleen <ak@linux.intel.com>
* Makefile.in (MOSTLYCLEANFILES): Remove cc1*dummy, add
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment