This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: fix PR java/12915
- From: Andrew Haley <aph at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: GCC libjava patches <java-patches at gcc dot gnu dot org>, Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 11 Nov 2003 20:12:23 +0000
- Subject: Patch: fix PR java/12915
- References: <878ymm65ma.fsf@fleche.redhat.com>
Tom Tromey writes:
>
> Index: ChangeLog
> from Tom Tromey <tromey@redhat.com>
>
> PR java/12915:
> * parse.y (merge_string_cste): Handle case where we have a
> pointer that happens to be zero, not null_pointer_node.
OK.
Andrew.