https://gcc.gnu.org/g:6db81730ef66c0f557b78c9a67a33b6eec2f040e

commit 6db81730ef66c0f557b78c9a67a33b6eec2f040e
Merge: 079ca47d41e5 b602de4ed9f8
Author: Pranil Dey <mkd...@gmail.com>
Date:   Tue Oct 1 10:00:26 2024 +0530

    Merge remote-tracking branch 'origin/devel/nothrow-detection' into 
devel/nothrow-detection

Diff:

 gcc/ipa-devirt.cc | 4 ++--
 gcc/tree-eh.h     | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

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<tree> *);
  extern void update_stmt_eh_region(gimple *);
++extern bool match_lp (eh_landing_pad, vec<tree> *);
++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);

Reply via email to