This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Patch] Fix ICE with java and -freduced-reflection.
- From: Tom Tromey <tromey at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 20 Aug 2008 18:15:24 -0600
- Subject: Re: [Patch] Fix ICE with java and -freduced-reflection.
- References: <48ACAB98.5050504@avtrex.com>
- Reply-to: tromey at redhat dot com
>>>>> "David" == David Daney <ddaney@avtrex.com> writes:
David> The fix is to continue the loop if the conditions for field
David> inclusion are not met and not add the bogus index.
David> OK to commit if it passes?
Ok. Thanks.
Tom