diff options
author | Bryce McKinlay <bryce@albatross.co.nz> | 2000-06-01 20:43:37 +0000 |
---|---|---|
committer | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 2000-06-01 13:43:37 -0700 |
commit | 6518c7b51fe5df930c40168f785382335d55652b (patch) | |
tree | b8dfaa2a6c3118d993ed10b8c9c096c09ca64a03 /gcc/java/ChangeLog | |
parent | ee418a779a36ce574061c95500e28a4f5381bc68 (diff) | |
download | gcc-6518c7b51fe5df930c40168f785382335d55652b.zip gcc-6518c7b51fe5df930c40168f785382335d55652b.tar.gz gcc-6518c7b51fe5df930c40168f785382335d55652b.tar.bz2 |
re GNATS gcj/127 (gcj dumps core on method invocation on a primitive type)
2000-05-23 Bryce McKinlay <bryce@albatross.co.nz>
* parse.y (patch_method_invocation): Don't try to lookup methods
in primitive types.
(This fixes the PR gcj/127:
http://sourceware.cygnus.com/ml/java-prs/2000-q1/msg00011.html)
From-SVN: r34347
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r-- | gcc/java/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 9a3da82..de192e2 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -34,6 +34,11 @@ `wfl_operator', to maybe_build_primttype_type_ref. Fixes PR gcj/235. +2000-05-23 Bryce McKinlay <bryce@albatross.co.nz> + + * parse.y (patch_method_invocation): Don't try to lookup methods + in primitive types. + 2000-05-02 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (resolve_field_access): Call the appropriate <clinit> |