* coroutines.cc: Fix compilation error for release checking
where we miss declaration of ‘coro_body_contains_bind_expr_p’.
+2020-04-24 Martin Liska <mliska@suse.cz>
+
+ * coroutines.cc: Fix compilation error for release checking
+ where we miss declaration of ‘coro_body_contains_bind_expr_p’.
+
2020-04-23 Patrick Palka <ppalka@redhat.com>
* tree.c (zero_init_expr_p): Use uses_template_parms instead of
return fn;
}
-#if CHECKING_P
/* Return a bind expression if we see one, else NULL_TREE. */
static tree
bind_expr_find_in_subtree (tree *stmt, int *, void *)
hash_set<tree> visited;
return cp_walk_tree (stmt, bind_expr_find_in_subtree, NULL, &visited);
}
-#endif
/* Here we:
a) Check that the function and promise type are valid for a