Commit ea446801 by Ben Elliston Committed by Ben Elliston

except.c (resolve_fixup_regions): Initialise "cleanup".

2001-06-18  Ben Elliston  <bje@redhat.com>

	* except.c (resolve_fixup_regions): Initialise "cleanup".

From-SVN: r43432
parent ee773fcc
2001-06-18 Ben Elliston <bje@redhat.com>
* except.c (resolve_fixup_regions): Initialise "cleanup".
2001-06-17 Neil Booth <neil@daikokuya.demon.co.uk> 2001-06-17 Neil Booth <neil@daikokuya.demon.co.uk>
* tm.texi: Document STDC_0_IN_SYSTEM_HEADERS. * tm.texi: Document STDC_0_IN_SYSTEM_HEADERS.
......
...@@ -1088,7 +1088,7 @@ resolve_fixup_regions () ...@@ -1088,7 +1088,7 @@ resolve_fixup_regions ()
for (i = 1; i <= n; ++i) for (i = 1; i <= n; ++i)
{ {
struct eh_region *fixup = cfun->eh->region_array[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) if (! fixup || fixup->type != ERT_FIXUP)
continue; continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment