re PR java/2605 (gcj crashes on .java file containing byte.class.getClass())
authorAlexandre Petit-Bianco <apbianco@redhat.com>
Sat, 2 Jun 2001 16:44:11 +0000 (09:44 -0700)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Sat, 2 Jun 2001 16:44:11 +0000 (09:44 -0700)
commit12e248d6429f601c030512b0174f514400a303fb
treec6027774056f9a15398efd2379ac3b9ab51b1d93
parenta49bedaa4dbb72a65549e01cd3b21d82e685bbf1
re PR java/2605 (gcj crashes on .java file containing byte.class.getClass())

2001-06-01  Alexandre Petit-Bianco  <apbianco@redhat.com>

        * 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 )

From-SVN: r42807
gcc/java/ChangeLog
gcc/java/parse.y