re PR java/6085 (gcj SEGVs on complicated inner class structures)
authorBryce McKinlay <bryce@gcc.gnu.org>
Mon, 15 Apr 2002 09:25:29 +0000 (10:25 +0100)
committerBryce McKinlay <bryce@gcc.gnu.org>
Mon, 15 Apr 2002 09:25:29 +0000 (10:25 +0100)
commit10aa83c7dfd66aa96357c0951572b1c3c1192fa4
treec5b617427a61e67cbbeb9d9a804c1af659f1bc55
parentfe55a037f6af64c8a5533aa73d92c0958553f083
re PR java/6085 (gcj SEGVs on complicated inner class structures)

        Fix for PR java/6085:
        * parse.y (patch_method_invocation): Always use build_access_to_thisn
        to get enclosing "this" argument for inner-class constructor
        invocation. Pass correct arguments to build_access_to_thisn.

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