* except.c (duplicate_eh_regions_1): Clear next_peer.

From-SVN: r115591
This commit is contained in:
Jakub Jelinek 2006-07-19 17:47:36 +02:00 committed by Jakub Jelinek
parent 87c365a481
commit 4841d432d7
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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;