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 6e90fe4..90c0dc9 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -1088,7 +1088,7 @@ resolve_fixup_regions () for (i = 1; i <= n; ++i) { struct eh_region *fixup = cfun->eh->region_array[i]; - struct eh_region *cleanup; + struct eh_region *cleanup = 0; if (! fixup || fixup->type != ERT_FIXUP) continue; |