From c199879dc746375840363290d8d97b15b2d6bff9 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Mon, 17 Oct 1994 23:06:49 +0000 Subject: 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 --- gcc/cp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc') diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 2b0dc18..0da50f7 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +Mon Oct 17 15:56:11 1994 Mike Stump + + * 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 * class.c (modify_one_vtable): Since the DECL_CONTEXT of fndecl can -- cgit v1.1