This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gcjx] Patch: Set TREE_STATIC for static fields
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 15 Jan 2006 11:25:52 -0700
- Subject: Re: [gcjx] Patch: Set TREE_STATIC for static fields
- References: <dqdt8g$2sl$1@sea.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
Ranjit> Index: ChangeLog
Ranjit> from Ranjit Mathew <rmathew@gcc.gnu.org>
Ranjit> * builtins.cc (tree_builtins::add): Set TREE_STATIC for static
Ranjit> fields.
Ok, thanks.
Tom