summaryrefslogtreecommitdiff
path: root/gcc/java/ChangeLog
diff options
context:
space:
mode:
authorBryce McKinlay <bryce@waitaki.otago.ac.nz>2002-04-15 09:28:53 +0000
committerBryce McKinlay <bryce@gcc.gnu.org>2002-04-15 10:28:53 +0100
commitfaa381377e28f6a3f3f23119b01d12d7f597a66e (patch)
treed82e2cd1138a8315c0bb2a0b9485b6746d20b890 /gcc/java/ChangeLog
parentd4b772182260418bfc0ccb9eb176923201a9eaab (diff)
downloadgcc-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/ChangeLog7
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.