From: Pranil Dey Date: Tue, 1 Oct 2024 04:30:26 +0000 (+0530) Subject: Merge remote-tracking branch 'origin/devel/nothrow-detection' into devel/nothrow... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6db81730ef66c0f557b78c9a67a33b6eec2f040e;p=thirdparty%2Fgcc.git Merge remote-tracking branch 'origin/devel/nothrow-detection' into devel/nothrow-detection --- 6db81730ef66c0f557b78c9a67a33b6eec2f040e diff --cc gcc/tree-eh.h index 4d816fd93c85,f3b2c16ed77e..4fa134b43ddc --- a/gcc/tree-eh.h +++ b/gcc/tree-eh.h @@@ -23,6 -23,6 +23,7 @@@ along with GCC; see the file COPYING3 typedef struct eh_region_d *eh_region; typedef struct eh_landing_pad_d *eh_landing_pad; ++typedef struct eh_landing_pad_d *eh_landing_pad; extern void using_eh_for_cleanups (void); extern void add_stmt_to_eh_lp (gimple *, int); @@@ -33,6 -33,6 +34,8 @@@ extern int lookup_stmt_eh_lp (const gim extern bool make_eh_dispatch_edges (geh_dispatch *); extern bool match_lp (eh_landing_pad, vec *); extern void update_stmt_eh_region(gimple *); ++extern bool match_lp (eh_landing_pad, vec *); ++extern void update_stmt_eh_region(gimple *); extern edge make_eh_edge (gimple *); extern edge redirect_eh_edge (edge, basic_block); extern void redirect_eh_dispatch_edge (geh_dispatch *, edge, basic_block);