mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 18:01:34 +08:00
* except.c (duplicate_eh_regions_1): Clear next_peer.
From-SVN: r115591
This commit is contained in:
parent
87c365a481
commit
4841d432d7
@ -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…
x
Reference in New Issue
Block a user