re PR libgcj/57074 (libgcj regression on 32bit Power architecture)
authorJakub Jelinek <jakub@redhat.com>
Mon, 6 May 2013 15:09:41 +0000 (17:09 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 6 May 2013 15:09:41 +0000 (17:09 +0200)
commitcb3f6a88f6c9cbcfccb171f4c83aa3beb4f59319
treea53a8de3c7798f7e4f769d054f949cffe717d18e
parentaa06a9782f22abcf96b98e92e5b081ef872ec941
re PR libgcj/57074 (libgcj regression on 32bit Power architecture)

PR libgcj/57074
* class.c (emit_symbol_table): Use array type of the
right size for the_syms_decl and its DECL_INITIAL, instead
of symbols_array_type.  Set TREE_TYPE (the_syms_decl) to it.
(emit_assertion_table): Use array type of the right size
for table_decl and its DECL_INITIAL.

From-SVN: r198631
gcc/java/ChangeLog
gcc/java/class.c