From: Pranil Dey Date: Tue, 1 Oct 2024 05:02:27 +0000 (+0530) Subject: Updated tree-eh.h X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=132a0acfde7975c0b6f74b6a456ecc8ed46face4;p=thirdparty%2Fgcc.git Updated tree-eh.h --- diff --git a/gcc/tree-eh.h b/gcc/tree-eh.h index 978bc6228bf0..618375313ec7 100644 --- a/gcc/tree-eh.h +++ b/gcc/tree-eh.h @@ -32,6 +32,7 @@ extern bool remove_stmt_from_eh_lp (gimple *); extern int lookup_stmt_eh_lp_fn (struct function *, const gimple *); extern int lookup_stmt_eh_lp (const gimple *); extern bool make_eh_dispatch_edges (geh_dispatch *); +extern bool same_or_derived_type (tree, tree); extern bool match_lp (eh_landing_pad, vec *); extern void update_stmt_eh_region(gimple *); extern edge make_eh_edge (gimple *);