diff options
author | Mike Stump <mrs@gcc.gnu.org> | 1994-10-17 23:06:49 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 1994-10-17 23:06:49 +0000 |
commit | c199879dc746375840363290d8d97b15b2d6bff9 (patch) | |
tree | 4f6a6b6fb5d51fa8ba675a2181ad44935dc99f73 /gcc | |
parent | f675499c88831fb14dab8d10a041034b813e72d9 (diff) | |
download | gcc-c199879dc746375840363290d8d97b15b2d6bff9.tar.gz |
except.c (expand_start_catch_block): Make sure the false label gets onto the permanent obstack...
* except.c (expand_start_catch_block): Make sure the false label
gets onto the permanent obstack, as it is used for the exception
table.
From-SVN: r8289
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 2b0dc18493b..0da50f7c69c 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +Mon Oct 17 15:56:11 1994 Mike Stump <mrs@cygnus.com> + + * except.c (expand_start_catch_block): Make sure the false label + gets onto the permanent obstack, as it is used for the exception + table. + Fri Oct 14 18:54:48 1994 Mike Stump <mrs@cygnus.com> * class.c (modify_one_vtable): Since the DECL_CONTEXT of fndecl can |