This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A question about ARG_FINAL_P in the Java frontend.
- From: Tom Tromey <tromey at redhat dot com>
- To: Kazu Hirata <kazu at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org, per at bothner dot com, aph at redhat dot com, tromey at redhat dot com, mark at codesourcery dot com
- Date: Mon, 31 Jul 2006 12:04:39 -0400
- Subject: Re: A question about ARG_FINAL_P in the Java frontend.
- References: <200607311543.k6VFhOiB020811@sparrowhawk.codesourcery.com>
- Reply-to: tromey at redhat dot com
>>>>> "Kazu" == Kazu Hirata <kazu@codesourcery.com> writes:
Kazu> I just noticed that the Java frontend has ARG_FINAL_P, which uses a
Kazu> bit in the TREE_LIST node that is pointed to from TYPE_ARG_TYPES.
Kazu> I am wondering if there is any way we could move this bit elsewhere.
On the gcj-eclipse branch the code that uses ARG_FINAL_P is actually
no longer used. It hasn't been deleted yet but it won't ever run.
I'm hoping to merge this to trunk after 4.2 branches ... will that
help?
Tom