------- Comment #5 from rguenth at gcc dot gnu dot org  2010-04-30 11:43 -------
"Proper" testcase:

static void
expand_stmt_with_iterators_1 (void)
{
  extern void expand_expr_stmt (void);
  expand_expr_stmt ();
}
void
iterator_expand (void)
{
  expand_stmt_with_iterators_1 ();
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43946

Reply via email to