diff options
author | Bryce McKinlay <bryce@waitaki.otago.ac.nz> | 2002-04-15 09:28:53 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2002-04-15 10:28:53 +0100 |
commit | faa381377e28f6a3f3f23119b01d12d7f597a66e (patch) | |
tree | d82e2cd1138a8315c0bb2a0b9485b6746d20b890 /gcc/java/ChangeLog | |
parent | d4b772182260418bfc0ccb9eb176923201a9eaab (diff) | |
download | gcc-faa381377e28f6a3f3f23119b01d12d7f597a66e.tar.gz |
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: r52319
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r-- | gcc/java/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 43e3b0e6094..3a67da94b64 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,10 @@ +2002-04-15 Bryce McKinlay <bryce@waitaki.otago.ac.nz> + + 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. + 2002-04-10 Andreas Jaeger <aj@suse.de> * gcj.texi (Input Options): Fix extdirs patch. |