* except.c (duplicate_eh_regions_1): Clear next_peer.
From-SVN: r115591
This commit is contained in:
parent
87c365a481
commit
4841d432d7
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue