class.c (layout_class_method): Call build_java_argument_signature on constructors...
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Wed, 2 Dec 1998 16:47:33 +0000 (16:47 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Wed, 2 Dec 1998 16:47:33 +0000 (08:47 -0800)
commitc3f2a47690422e93b39ec550779d6d65a875e5b1
tree3e321e2c7e839540f047092abbe1068975523ae7
parent226592de983de618cb54a5985a92bdf8e3e77540
class.c (layout_class_method): Call build_java_argument_signature on constructors too.

Wed Dec  2 15:52:25 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* class.c (layout_class_method): Call build_java_argument_signature
on constructors too.
* parse.y (check_method_redefinition): Use TYPE_ARGUMENT_SIGNATURE.
(patch_method_invocation): Define a primary when resolving an
  expression name. Augmented comment on code checking illegal `this'
  usage. Loosened it test by accepting NEW_CLASS_EXPR.

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