r198631 - in /trunk/gcc/java: ChangeLog class.c
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Mon May 6 15:09:00 GMT 2013
Author: jakub
Date: Mon May 6 15:09:41 2013
New Revision: 198631
URL: http://gcc.gnu.org/viewcvs?rev=198631&root=gcc&view=rev
Log:
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.
Modified:
trunk/gcc/java/ChangeLog
trunk/gcc/java/class.c
More information about the Gcc-cvs
mailing list