]> gcc.gnu.org Git - gcc.git/commit - gcc/except.c
[multiple changes]
authorAndrew MacLeod <amacleod@cygnus.com>
Thu, 25 Jun 1998 14:11:54 +0000 (14:11 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Thu, 25 Jun 1998 14:11:54 +0000 (14:11 +0000)
commit9c606f693ddca43b89097388cfdeeffaead030df
treebb987eafff1d4601db541283435b2bfed1629fa6
parent296b815223f2a71b7a377af93ea7a599c26f9d18
[multiple changes]

Thu Jun 25 16:59:18 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
* except.h (CATCH_ALL_TYPE): Definition moved to eh-common.h.
(find_all_handler_type_matches): Add function prototype.
* eh-common.h (CATCH_ALL_TYPE): Definition added.
* except.c (find_all_handler_type_matches): Add function to find all
runtime type info in the exception table.
(output_exception_table_entry): Special case for CATCH_ALL_TYPE.
1998-06-25  Andrew MacLeod  <amacleod@cygnus.com>
* cp-tree.h (mark_all_runtime_matches): Add function prototype.
* except.c (mark_all_runtime_matches): Set TREE_SYMBOL_REFERENCED
flag for all function decls which are in the exception table.
* exception.cc (__cplus_type_matcher): Check for CATCH_ALL_TYPE match.
* decl2.c (finish_file): Call mark_all_runtime_matches to make sure
code is emitted for any referenced rtti function.

From-SVN: r20718
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/except.c
gcc/cp/exception.cc
gcc/eh-common.h
gcc/except.c
gcc/except.h
This page took 0.057323 seconds and 5 git commands to generate.