This is the mail archive of the
java-prs@sourceware.cygnus.com
mailing list for the Java project.
Re: gcj/119: gcjh needs to output space before leading "::" with JArray's
- To: apbianco at cygnus dot com
- Subject: Re: gcj/119: gcjh needs to output space before leading "::" with JArray's
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 13 Dec 1999 15:40:00 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: Tom Tromey <tromey at cygnus dot com>
The following reply was made to PR gcj/119; it has been noted by GNATS.
From: Tom Tromey <tromey@cygnus.com>
To: paul@pajato.com
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/119: gcjh needs to output space before leading "::" with JArray's
Date: Mon, 13 Dec 1999 07:39:57 -0800 (PST)
Hi, thanks for the bug report.
I can't reproduce this bug. For me, gcjh never prints JArray<::...>.
My reading of the code is that the leading "::" is never generated in
the case where decode_signature_piece is processing an array.
Can you send me a simple (standalone) Java source file that
demonstrates the bug? That would help a lot. Otherwise, I am going
to close the PR.
Tom