Commit 4841d432 by Jakub Jelinek Committed by Jakub Jelinek

* except.c (duplicate_eh_regions_1): Clear next_peer.

From-SVN: r115591
parent 87c365a4
2006-07-19 Jakub Jelinek <jakub@redhat.com>
* except.c (duplicate_eh_regions_1): Clear next_peer.
2006-07-17 Nathan Sidwell <nathan@codesourcery.com>
* doc/invoke.texi (RS/6000 and PowerPC Options): Document that
......
......@@ -893,6 +893,7 @@ duplicate_eh_regions_1 (eh_region old, eh_region outer, int eh_offset)
*n = *old;
n->outer = outer;
n->next_peer = NULL;
gcc_assert (!old->aka);
n->region_number += eh_offset;
......
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