diff options
Diffstat (limited to 'gcc/tree-eh.c')
-rw-r--r-- | gcc/tree-eh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c index 624f277..db02cbd 100644 --- a/gcc/tree-eh.c +++ b/gcc/tree-eh.c @@ -82,7 +82,7 @@ add_stmt_to_eh_lp_fn (struct function *ifun, gimple t, int num) gcc_assert (num != 0); - n = ggc_alloc_throw_stmt_node (); + n = ggc_alloc<throw_stmt_node> (); n->stmt = t; n->lp_nr = num; |