This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: PR java/10459
- From: Andrew Haley <aph at redhat dot com>
- To: 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>, Mark Mitchell <mitchell at mail dot codesourcery dot com>
- Date: Fri, 2 May 2003 18:21:44 +0100
- Subject: Patch: PR java/10459
- References: <873cjxuw3t.fsf@fleche.redhat.com>
Tom Tromey writes:
> This fixes PR java/10459.
>
> What happens here is that we can create an EXPR_WFL_NODE wrapping
> NULL_TREE. We avoid the crash by just checking for this situation.
>
> The second test case will cause an ICE if the java_complete_lhs hunk
> is removed -- a related bug.
>
> Ok for the trunk?
Yes.
Andrew.