]> git.ipfire.org Git - thirdparty/gcc.git/commit
re GNATS gcj/127 (gcj dumps core on method invocation on a primitive type)
authorBryce McKinlay <bryce@albatross.co.nz>
Thu, 1 Jun 2000 20:43:37 +0000 (20:43 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Thu, 1 Jun 2000 20:43:37 +0000 (13:43 -0700)
commit6518c7b51fe5df930c40168f785382335d55652b
treeb8dfaa2a6c3118d993ed10b8c9c096c09ca64a03
parentee418a779a36ce574061c95500e28a4f5381bc68
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
gcc/java/ChangeLog
gcc/java/parse.c
gcc/java/parse.y