From 132a0acfde7975c0b6f74b6a456ecc8ed46face4 Mon Sep 17 00:00:00 2001 From: Pranil Dey Date: Tue, 1 Oct 2024 10:32:27 +0530 Subject: [PATCH] Updated tree-eh.h --- gcc/tree-eh.h | 1 + 1 file changed, 1 insertion(+) 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 *); -- 2.47.2