This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH,java] convert DECL_FUNCTION_THROWS to a VEC
- From: Tom Tromey <tromey at redhat dot com>
- To: Nathan Froyd <froydnj at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Wed, 26 May 2010 13:27:05 -0600
- Subject: Re: [PATCH,java] convert DECL_FUNCTION_THROWS to a VEC
- References: <20100526190706.GO3534@codesourcery.com>
- Reply-to: tromey at redhat dot com
>>>>> "Nathan" == Nathan Froyd <froydnj@codesourcery.com> writes:
Nathan> This patch does just what the subject suggests. Less TREE_LIST
Nathan> bits are a good thing.
Nathan> Tested on x86_64-unknown-linux-gnu with the libjava testsuite.
Nathan> No regressions. OK to commit?
Yes, thanks.
Tom