8sa1-gcc/gcc/java
Tom Tromey 5602b49d69 re PR java/7912 (invalid verification error for arrays)
Fix for PR java/7912:
	* expr.c (can_widen_reference_to): Allow cast of array to
	Cloneable or Serializable.
	* java-tree.h (java_lang_cloneable_identifier_node): Declare.
	(java_io_serializable_identifier_node): Likewise.
	* parse.y (java_lang_cloneable, java_io_serializable): Removed.
	(valid_ref_assignconv_cast_p): Use new identifier nodes.
	* lex.c (java_init_lex): Don't initialize java_lang_cloneable and
	java_io_serializable.
	* decl.c (java_init_decl_processing): Initialize
	java_lang_cloneable_identifier_node and
	java_io_serializable_identifier_node.
	(java_lang_cloneable_identifier_node): New global.
	(java_io_serializable_identifier_node): Likewise.

From-SVN: r59227
2002-11-18 18:13:36 +00:00
..
.cvsignore
boehm.c
buffer.c buffer.c: Remove unnecessary casts. 2002-11-18 15:46:34 +00:00
buffer.h
builtins.c
ChangeLog re PR java/7912 (invalid verification error for arrays) 2002-11-18 18:13:36 +00:00
chartables.h
check-init.c buffer.c: Remove unnecessary casts. 2002-11-18 15:46:34 +00:00
class.c buffer.c: Remove unnecessary casts. 2002-11-18 15:46:34 +00:00
config-lang.in
constants.c buffer.c: Remove unnecessary casts. 2002-11-18 15:46:34 +00:00
convert.h
decl.c re PR java/7912 (invalid verification error for arrays) 2002-11-18 18:13:36 +00:00
except.c buffer.c: Remove unnecessary casts. 2002-11-18 15:46:34 +00:00
expr.c re PR java/7912 (invalid verification error for arrays) 2002-11-18 18:13:36 +00:00
gcj.texi gcj.texi (Invoking gij): Document --showversion. 2002-10-25 03:27:02 +00:00
gen-table.pl
gjavah.c buffer.c: Remove unnecessary casts. 2002-11-18 15:46:34 +00:00
java-except.h
java-opcodes.h
java-tree.def
java-tree.h re PR java/7912 (invalid verification error for arrays) 2002-11-18 18:13:36 +00:00
javaop.def
javaop.h
jcf-depend.c
jcf-dump.c system.h (GCCBUGURL): Delete. 2002-10-08 17:27:39 +00:00
jcf-io.c buffer.c: Remove unnecessary casts. 2002-11-18 15:46:34 +00:00
jcf-parse.c buffer.c: Remove unnecessary casts. 2002-11-18 15:46:34 +00:00
jcf-path.c buffer.c: Remove unnecessary casts. 2002-11-18 15:46:34 +00:00
jcf-reader.c
jcf-write.c real.c, real.h: Rewrite from scratch. 2002-09-16 09:36:39 -07:00
jcf.h
jv-scan.c system.h (GCCBUGURL): Delete. 2002-10-08 17:27:39 +00:00
jvgenmain.c
jvspec.c buffer.c: Remove unnecessary casts. 2002-11-18 15:46:34 +00:00
keyword.gperf
keyword.h
lang-options.h
lang-specs.h
lang.c buffer.c: Remove unnecessary casts. 2002-11-18 15:46:34 +00:00
lex.c re PR java/7912 (invalid verification error for arrays) 2002-11-18 18:13:36 +00:00
lex.h re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc) 2002-11-06 00:01:01 +00:00
Make-lang.in re PR libgcj/7633 ($(prefix)/share used rather than $(datadir)) 2002-08-22 00:52:20 +00:00
mangle_name.c Index: ChangeLog 2002-08-05 18:46:37 +00:00
mangle.c ChangeLog: Follow spelling conventions. 2002-09-21 02:19:44 +00:00
parse-scan.y Add -fno-assert flag. 2002-09-30 14:57:43 +00:00
parse.h Index: ChangeLog 2002-08-04 22:45:31 +00:00
parse.y re PR java/7912 (invalid verification error for arrays) 2002-11-18 18:13:36 +00:00
typeck.c Index: ChangeLog 2002-08-04 22:45:31 +00:00
verify.c buffer.c: Remove unnecessary casts. 2002-11-18 15:46:34 +00:00
xref.c Index: ChangeLog 2002-08-05 18:46:37 +00:00
xref.h
zextract.c
zipfile.h