]> git.ipfire.org Git - thirdparty/gcc.git/commit
More important Java patches:
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Fri, 18 Jun 1999 18:05:33 +0000 (18:05 +0000)
committerAnthony Green <green@gcc.gnu.org>
Fri, 18 Jun 1999 18:05:33 +0000 (18:05 +0000)
commit2611667cb59b24fae5482a1ec73e3c528e16d309
treec32697428bb58cb068406f67870516681d6a3b1f
parentb0aa1f25eb6bd369e62fa3f2e5b32b21ef197e17
More important Java patches:

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.
Mon Jun  7 16:09:51 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y (note_possible_classname): Mark returned node with
  QUALIFIED_P only if the original class name contained a '/'.

From-SVN: r27599
gcc/java/ChangeLog
gcc/java/parse.c
gcc/java/parse.y