OSDN Git Service

* cp-tree.h (build_java_class_ref): Declare.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Mar 2000 19:58:49 +0000 (19:58 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Mar 2000 19:58:49 +0000 (19:58 +0000)
commit28e5f485b33df15cf6eca765f7f831d528c7af97
treef56791ab2bec65f666579c170879cf50d92a2129
parent46fd717713e993a8c47b82bec1c12d692c520add
* cp-tree.h (build_java_class_ref): Declare.
* init.c (build_java_class_ref): No longer static.
* except.c (expand_throw): Generate a Java-style `throw' if the
thrown object is a "Java" object.
(initialize_handler_parm): Generate a Java-style lookup of
exception info if the caught object is a "Java" object.
(catch_language, catch_language_init): New globals.
(decl_is_java_type): New function.
(expand_start_catch_block): Don't call push_eh_info() or
push_eh_cleanup() when handling a Java-style "catch".  Pass Java
class reference to build_catch_block.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32292 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/except.c
gcc/cp/init.c