parse.y (java_check_regular_methods): Warning check on not overriding methods with...
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Thu, 13 May 1999 19:01:19 +0000 (19:01 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Thu, 13 May 1999 19:01:19 +0000 (12:01 -0700)
commit1fb89a4d595c742e276d07e1a5fb1c4a8a01d214
treeaef77c219f962d69ae65bd3235c2be05ac9ef42d
parentaca1a6cbac86e5ad77db427f58fbd8750d55f1ac
parse.y (java_check_regular_methods): Warning check on not overriding methods with default access in other packages...

Thu May 13 18:30:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y (java_check_regular_methods): Warning check on not
  overriding methods with default access in other packages does not
  apply to `<clinit>'.
(java_complete_lhs): If block body is an empty_stmt_node, replace
  it by NULL_TREE. This avoid gcc generating an irrelevant warning.

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