8sa1-gcc/gcc/java
Alexandre Petit-Bianco 09ed0f70df lex.c (java_lang_cloneable): Initialize.
Tue Feb  9 19:31:09 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	* lex.c (java_lang_cloneable): Initialize.
	* parse.y (java_lang_cloneable): New static variable.
	(qualify_ambiguous_name): Take CONVERT_EXPR into account when
 	doing one more qualification round.
	(valid_ref_assignconv_cast_p): Reject null source or
 	destination. Allow an array to be cast into java.lang.Cloneable.
	(patch_cast): Swapped two first arguments to first call to
 	valid_ref_assignconv_cast_p.

From-SVN: r25114
1999-02-09 11:40:16 -08:00
..
buffer.c Makefile.in: Add many missing dependencies. 1998-09-14 03:42:24 -06:00
buffer.h 1998-10-12 05:43:53 -07:00
ChangeLog lex.c (java_lang_cloneable): Initialize. 1999-02-09 11:40:16 -08:00
check-init.c * check-init.c (check_init): Fix CLEANUP_POINT_EXPR typo. 1999-01-29 08:48:14 -08:00
class.c class.c (make_class_data): The superclass of an interface should be null, not class Object. 1999-02-05 07:58:05 +00:00
config-lang.in [multiple changes] 1998-10-22 13:06:56 +00:00
constants.c constants.c (find_methodref_index): When the class is an interface... 1998-12-07 07:43:11 -08:00
convert.h class.c (is_compiled_class): Call safe_layout_class for class compiled from source. 1998-11-10 10:04:25 -08:00
decl.c Update copyrights for the last patch 1999-01-23 21:49:56 +00:00
except.c except.c, [...] (expand_resume_after_catch): new function. 1999-01-25 10:32:18 +00:00
expr.c except.c, [...] (expand_resume_after_catch): new function. 1999-01-25 10:32:18 +00:00
gjavah.c Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h. 1999-02-01 07:00:40 +00:00
java-except.h except.c, [...] (expand_resume_after_catch): new function. 1999-01-25 10:32:18 +00:00
java-opcodes.h
java-tree.def java-tree.def (NEW_ARRAY_INIT): New Java tree code. 1998-12-09 07:50:12 -08:00
java-tree.h Warning fixes: 1999-01-23 20:47:03 +00:00
javaop.def
javaop.h Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h. 1999-02-01 07:00:40 +00:00
jcf-depend.c jcf-io.c (find_class): Use saw_java_source to determine when to look for `.java' file. 1998-10-22 12:06:05 +00:00
jcf-dump.c Warning fixes: 1999-01-23 20:47:03 +00:00
jcf-io.c * jcf-io.c: Do not include sys/stat.h or sys/wait.h 1999-02-02 11:53:29 -07:00
jcf-parse.c Optimize: return (a ? b : c)' as: if (a) return b; else return c;'. 1999-02-02 04:20:39 -08:00
jcf-path.c jcf-dump.c (main): Fix error message. 1998-12-03 07:54:09 -08:00
jcf-reader.c jcf-reader.c (jcf_parse_one_method): Recognize HANDLE_END_METHOD. 1998-12-13 13:29:08 +00:00
jcf-write.c Optimize: return (a ? b : c)' as: if (a) return b; else return c;'. 1999-02-02 04:20:36 -08:00
jcf.h Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h. 1999-02-01 07:00:40 +00:00
jv-scan.c Update copyrights for the last patch 1999-01-23 21:49:56 +00:00
jvgenmain.c Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK). 1998-11-27 10:25:17 +00:00
jvspec.c jvspec.c (xmalloc): Fix the prototype to match the one obtained from libiberty.h 1999-02-02 17:16:58 +00:00
keyword.gperf
keyword.h Warning fixes: 1998-10-07 09:18:39 +00:00
lang-options.h gjavah.c (main): Handle --output-class-directory argument. 1998-11-13 14:09:53 +00:00
lang-specs.h flags.h: Declare flag_no_ident. 1999-01-31 17:46:52 +00:00
lang.c Update copyrights for the last patch 1999-01-23 21:49:56 +00:00
lex.c lex.c (java_lang_cloneable): Initialize. 1999-02-09 11:40:16 -08:00
lex.h Fix copyrights. 1999-01-06 14:10:08 -07:00
Make-lang.in Make-lang.in ($(GCJ)(exeext)): Remove choose-temp.o, pexecute.o and mkstemp.o. 1999-02-03 14:57:59 -07:00
Makefile.in Makefile.in: Add missing dependencies for jcf-dump.o, gjavah.o, check-init.o, jv-scan.o 1999-02-01 12:38:56 +00:00
mangle.c Update copyrights for the last patch 1999-01-23 21:49:56 +00:00
parse-scan.c parse-scan.y (variable_declarator_id): Set or increment bracket_count. 1999-01-08 11:54:27 +00:00
parse-scan.y parse-scan.y (variable_declarator_id): Set or increment bracket_count. 1999-01-08 11:54:27 +00:00
parse.c lex.c (java_lang_cloneable): Initialize. 1999-02-09 11:40:16 -08:00
parse.h parse.h: DECL_P renamed JDECL_P. 1999-02-08 03:54:04 -08:00
parse.y lex.c (java_lang_cloneable): Initialize. 1999-02-09 11:40:16 -08:00
typeck.c Update copyrights for the last patch 1999-01-23 21:49:56 +00:00
verify.c Optimize: return (a ? b : c)' as: if (a) return b; else return c;'. 1999-02-02 04:20:39 -08:00
zextract.c Update copyrights for the last patch 1999-01-23 21:49:56 +00:00
zipfile.h Update copyrights for the last patch 1999-01-23 21:49:56 +00:00