re PR java/2598 (Runtime crash regression accessing field from enclosing class from...
authorAlexandre Petit-Bianco <apbianco@redhat.com>
Mon, 7 May 2001 19:53:15 +0000 (12:53 -0700)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Mon, 7 May 2001 19:53:15 +0000 (12:53 -0700)
commit41ee087715d10e4a2a8504dff55afdc61f36810b
tree8e7961fdbd0cebd3fef67ccd91a98e62bed10ab4
parent5c8cfcd63d875fee498d459317f66c32e37b1bad
re PR java/2598 (Runtime crash regression accessing field from enclosing class from inner class)

2001-05-07  Alexandre Petit-Bianco  <apbianco@redhat.com>

        * parse.y (fix_constructors): Removed unecessary assignment to
        local. Moved assignment to `this$<n>', fixed comments and
        indentation.
        (build_wfl_wrap): Fixed indentation.
        Fixes PR java/2598, java/2579 and java/2658.

(http://gcc.gnu.org/ml/gcc-patches/2001-05/msg00412.html )

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