OSDN Git Service

Fix a problem where rest_of_decl_compilation applied to
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Mar 2001 07:29:31 +0000 (07:29 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Mar 2001 07:29:31 +0000 (07:29 +0000)
commitb17d3755277bd4acbf988985853c363523adf360
tree70814460fc637778012dfbf042802ae3f210f4c7
parent51369ddd9879837b0fd1e6693100569a8a359ba7
Fix a problem where rest_of_decl_compilation applied to
class_dtable_decl causes problems because it was done too early,
before output file was opened.
* decl.c (init_decl_processing):  Remove init of class_dtable_decl.
* class.c (class_dtable_decl):  Add macro - element of class_roots.
(make_class_data):  Define class_dtable_decl.
* java-tree.h (JTI_CLASS_DTABLE_DECL, class_dtable_decl):  Removed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40256 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/decl.c
gcc/java/java-tree.h