8sa1-gcc/gcc/java
Alexandre Petit-Bianco 8576f0942e [multiple changes]
Mon Jun 14 13:13:39 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	* parse.y (qualify_ambiguous_name): Reorganized the post
 	evaluation of non WFL leading expression nodes.
Fri Jun 11 21:37:18 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	* parse.y (qualify_ambiguous_name): Handle ARRAY_REF after
 	CONVERT_EXPR.
Thu Jun 10 22:26:17 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	* parse.y (qualify_ambiguous_name): Handle qualified expression
 	beginning with a STRING_CST.
Thu Jun 10 20:27:25 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	* parse.y (register_fields): Set DECL_INITIAL on both
 	pre-initialized static and public fields.
	(resolve_field_access): Static field access expressions to always
 	use pointer types.
	(qualify_ambiguous_name): Work out buried CALL_EXPR for proper
 	qualification. CONVERT_EXPR to be resolved as an expression name.
	(java_complete_lhs): Identify and access qualified final
 	initialized field in switch statement case expression.
	(fold_constant_for_init): Pre-initialized field decl constant to
 	be folded.

From-SVN: r27523
1999-06-14 10:15:35 -07:00
..
buffer.c
buffer.h
ChangeLog [multiple changes] 1999-06-14 10:15:35 -07:00
check-init.c [multiple changes] 1999-05-14 06:44:11 -07:00
class.c [multiple changes] 1999-06-02 04:00:44 -07:00
config-lang.in
constants.c
convert.h
decl.c Warning fixes: 1999-05-19 11:30:30 +00:00
except.c [multiple changes] 1999-06-02 04:00:44 -07:00
expr.c [multiple changes] 1999-06-02 04:00:44 -07:00
gjavah.c gjavah.c (print_include): Cast the result of `strlen' to int when comparing against a signed value. 1999-05-13 12:05:02 +00:00
java-except.h java-except.h (struct eh_range): Removed unused `next' member. 1999-05-18 15:03:26 +00:00
java-opcodes.h
java-tree.def
java-tree.h check-init.c (check_init): Removed code accepting to see things falling through default:, when doing xrefs. 1999-05-13 07:33:37 -07:00
javaop.def
javaop.h
jcf-depend.c
jcf-dump.c
jcf-io.c expr.c (expand_invoke): Mark parameter `nargs' with ATTRIBUTE_UNUSED. 1999-05-12 17:04:30 +00:00
jcf-parse.c
jcf-path.c
jcf-reader.c expr.c (expand_invoke): Mark parameter `nargs' with ATTRIBUTE_UNUSED. 1999-05-12 17:04:30 +00:00
jcf-write.c
jcf.h
jv-scan.c
jvgenmain.c
jvspec.c Warning fixes: 1999-05-19 11:30:30 +00:00
keyword.gperf
keyword.h
lang-options.h lang-options.h: -MD, -MMD, -M and -MM not needed here for cpplib-enabled build. 1999-05-11 04:50:13 -04:00
lang-specs.h
lang.c [multiple changes] 1999-05-14 06:44:11 -07:00
lex.c [multiple changes] 1999-05-25 09:36:07 -07:00
lex.h lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or HOST_BITS_PER_CHAR. 1999-05-12 16:52:35 +00:00
Make-lang.in [multiple changes] 1999-06-05 15:06:44 +00:00
Makefile.in
mangle.c
parse-scan.c
parse-scan.y
parse.c [multiple changes] 1999-06-14 10:15:35 -07:00
parse.h class.c (make_field_value): DECL_INITIAL may be a string literal... 1999-05-05 14:10:07 -07:00
parse.y [multiple changes] 1999-06-14 10:15:35 -07:00
typeck.c check-init.c (check_init): Removed code accepting to see things falling through default:, when doing xrefs. 1999-05-13 07:33:37 -07:00
verify.c Warning fixes: 1999-05-19 11:30:30 +00:00
xref.c Warning fixes: 1999-05-19 11:30:30 +00:00
xref.h [multiple changes] 1999-05-14 06:44:11 -07:00
zextract.c
zipfile.h