------- Comment #5 from rguenth at gcc dot gnu dot org 2008-01-23 10:47 -------
Works for me on the trunk, even with
Index: tree-stdarg.c
===================================================================
--- tree-stdarg.c (revision 131756)
+++ tree-stdarg.c (working copy)
@@ -98,7 +98,10 @@ reachable_at_most_once (basic_block va_a
{
SET_BIT (visited, src->index);
FOR_EACH_EDGE (e, ei, src->preds)
+ {
+ gcc_assert (sp < n_basic_blocks + 1);
stack[sp++] = e;
+ }
}
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34934