This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Convert option variables to structure elements


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/fortran:
> 2010-09-28  Joseph Myers  <joseph@codesourcery.com>
> 
> 	* cpp.c (cpp_define_builtins): Update naes of gfc_option_t
> 	members.
> 	(gfc_cpp_post_options): Update names of cpp_options members.
> 	(cb_cpp_error): Update names of diagnostic_context members.
> 	* f95-lang.c (gfc_init_builtin_functions): Update names of
> 	gfc_option_t members.
> 	* gfortran.h (gfc_option_t): Rename warn_conversion and
> 	flag_openmp.
> 	* intrinsic.c (gfc_convert_type_warn): Update names of
> 	gfc_option_t members.
> 	* options.c (gfc_init_options, gfc_post_options, set_Wall,
> 	gfc_handle_option): Update names of gfc_option_t members.
> 	* parse.c (next_free, next_fixed): Update names of gfc_option_t
> 	members.
> 	* scanner.c (pedantic): Remove extern declaration.
> 	(skip_free_comments, skip_fixed_comments, include_line): Update
> 	names of gfc_option_t members.
> 	* trans-decl.c (gfc_generate_function_code): Update names of
> 	gfc_option_t members.
> 
> 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.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]