diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c index c0ac835..287b75b 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -1239,7 +1239,7 @@ sjlj_emit_dispatch_table (rtx dispatch_label, int num_dispatch) eh_region r; edge e; int i, disp_index; - vec<tree> dispatch_labels = vec<tree>(); + vec<tree> dispatch_labels = vNULL; fc = crtl->eh.sjlj_fc; |