This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Convert option variables to structure elements
- From: Andrew Haley <aph at redhat dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Tue, 28 Sep 2010 13:25:49 +0100
- Subject: Re: Convert option variables to structure elements
- References: <Pine.LNX.4.64.1009281159530.19604@digraph.polyomino.org.uk> <Pine.LNX.4.64.1009281202260.19604@digraph.polyomino.org.uk>
On 09/28/2010 01:03 PM, Joseph S. Myers wrote:
> I forgot to CC this patch
> <http://gcc.gnu.org/ml/gcc-patches/2010-09/msg02171.html> to the Fortran
> and Java lists; note the (mechanical) Fortran and Java pieces there.
>
>>
>> gcc/java:
>> 2010-09-28 Joseph Myers <joseph@codesourcery.com>
>>
>> * java-tree.h (flag_filelist_file, flag_assert, flag_jni,
>> flag_force_classes_archive_check, flag_redundant, flag_newer,
>> flag_use_divide_subroutine, flag_use_atomic_builtins,
>> flag_use_boehm_gc, flag_hash_synchronization,
>> flag_check_references, flag_optimize_sci, flag_indirect_classes,
>> flag_indirect_dispatch, flag_store_check,
>> flag_reduced_reflection): Remove.
>> * jcf-dump.c (flag_newer): Remove.
>> * jcf.h (quiet_flag): Remove.
>> * parse.h (quiet_flag): Remove.
>
OK, thanks.
Andrew.