https://gcc.gnu.org/g:132a0acfde7975c0b6f74b6a456ecc8ed46face4

commit 132a0acfde7975c0b6f74b6a456ecc8ed46face4
Author: Pranil Dey <mkd...@gmail.com>
Date:   Tue Oct 1 10:32:27 2024 +0530

    Updated tree-eh.h

Diff:
---
 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<tree> *);
 extern void update_stmt_eh_region(gimple *);
 extern edge make_eh_edge (gimple *);

Reply via email to