From mboxrd@z Thu Jan 1 00:00:00 1970 From: apbianco@gcc.gnu.org To: apbianco@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: java/2605 Date: Sat, 02 Jun 2001 09:46:00 -0000 Message-id: <20010602164601.31226.qmail@sourceware.cygnus.com> X-SW-Source: 2001-06/msg00040.html List-Id: The following reply was made to PR java/2605; it has been noted by GNATS. From: apbianco@gcc.gnu.org To: gcc-gnats@gcc.gnu.org Cc: Subject: java/2605 Date: 2 Jun 2001 16:44:11 -0000 CVSROOT: /cvs/gcc Module name: gcc Changes by: apbianco@gcc.gnu.org 2001-06-02 09:44:11 Modified files: gcc/java : ChangeLog parse.y Log message: 2001-06-01 Alexandre Petit-Bianco * parse.y (type_literals:): Use `build_incomplete_class_ref' with builtin type. (patch_incomplete_class_ref): Build the class ref, build the class init if necessary, complete the tree. Fixes PR java/2605 ( http://gcc.gnu.org/ml/gcc-patches/2001-06/msg00044.html ) Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.747&r2=1.748 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.y.diff?cvsroot=gcc&r1=1.287&r2=1.288