OSDN Git Service

PR fortran/32860
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 7252dee..e2dbe3b 100644 (file)
@@ -1,3 +1,171 @@
+2007-08-12  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR fortran/32860
+       * c-format.c (gcc_gfc_length_specs): New array.
+       (gcc_gfc_char_table): Add unsigned specifier, and references to
+       the l length modifier.
+       (format_types_orig): Use the new gcc_gfc_length_specs.
+
+2007-08-12  Sa Liu  <saliu@de.ibm.com>
+
+       * emit-rtl.c (try_split): Relink the insns with REG_LIBCALL note
+       and with REG_RETVAL note after split.
+
+2007-08-11  David Daney  <ddaney@avtrex.com>
+
+       * config/mips/mips.c (mips_sched_reorder):  Mark cycle parameter
+       as ATTRIBUTE_UNUSED.
+
+2007-08-11  David Edelsohn  <edelsohn@gnu.org>
+           Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * config/rs6000/rs6000.h (CC1_CPU_SPEC): Define as empty string if
+       HAVE_LOCAL_CPU_DETECT not defined.
+
+2007-08-11  Jan Hubicka  <jh@suse.cz>
+
+       * cgraphunit.c (record_cdtor_fn): Declare all cdtors always inlined.
+       (cgraph_process_new_functions): Honor previous value of
+       disregard_inline_limits.
+       * ipa-inline.c (compute_inline_parameters): Likewise.
+
+2007-08-11  Ian Lance Taylor  <iant@google.com>
+
+       * alias.h (alias_set_type): Define new type.
+       (ALIAS_SET_MEMORY_BARRIER): Use it.
+       * rtl.h: Include alias.h.
+       (struct mem_attrs): Use alias_set_type.
+       * tree.h: Include alias.h
+       (struct tree_type): Use alias_set_type.
+       (struct tree_struct_field_tag): Likewise.
+       (struct tree_decl_common): Likewise.
+       * alias.c (struct alias_set_entry): Use alias_set_type.
+       (get_alias_set_entry, alias_set_subset_of): Likewise.
+       (alias_sets_conflict_p): Likewise.
+       (alias_sets_must_conflict_p): Likewise.
+       (objects_must_conflict_p): Likewise.
+       (get_alias_set, new_alias_set): Likewise.
+       (record_alias_subset, record_component_aliases): Likewise.
+       (varargs_set, frame_set): Change to alias_set_type.
+       (get_varargs_alias_set): Use alias_set_type.
+       (get_frame_alias_set): Likewise.
+       * builtins.c (setjmp_alias_set): Change to alias_set_type.
+       * dse.c (struct store_info): Use alias_set_type.
+       (struct read_info, struct clear_alias_mode_holder): Likewise.
+       (clear_alias_set_lookup, canon_address): Likewise.
+       (record_store, check_mem_read_rtx): Likewise.
+       (dse_record_singleton_alias_set): Likewise.
+       (dse_invalidate_singleton_alias_set): Likewise.
+       * emit-rtl.c (get_mem_attrs): Likewise.
+       (set_mem_attributes_minus_bitpos): Likewise.
+       (set_mem_alias_set): Likewise.
+       * expr.c (store_constructor_field, store_field): Likewise.
+       * gimplify.c (struct gimplify_init_ctor_preeval_data): Likewise.
+       * langhooks.c (lhd_get_alias_set): Likewise.
+       * langhooks-def.h (lhd_get_alias_set): Likewise.
+       * reload1.c (alter_reg): Likewise.
+       * tree-flow.h (struct fieldoff): Likewise.
+       * tree-ssa-alias.c (struct alias_map_d): Likewise.
+       (may_alias_p, get_smt_for, create_sft): Likewise.
+       * tree-ssa-alias-warnings.c (nonstandard_alias_types_p): Likewise.
+       * tree-ssa-structalias.c (set_uids_in_ptset): Likewise.
+       (merge_smts_into): Likewise.
+       * varasm.c (const_alias_set): Likewise.
+       * c-common.c (strict_aliasing_warning): Likewise.
+       (c_common_get_alias_set): Likewise.
+       * dse.h (dse_record_singleton_alias_set): Update declaration.
+       (dse_invalidate_singleton_alias_set): Likewise.
+       * emit-rtl.h (set_mem_alias_set): Likewise.
+       * c-common.h (c_common_get_alias_set): Likewise.
+       * print-rtl.c (print_rtx): Cast MEM_ALIAS_SET when printing it.
+       * print-tree.c (print_node): Likewise.
+       * config/alpha/alpha.c (alpha_sr_alias_set): Change to
+       alias_set_type.
+       (alpha_setup_incoming_varargs): Use alias_set_type.
+       * config/i386/i386.c (setup_incoming_varargs_64): Use
+       alias_set_type.
+       (setup_incoming_varargs_ms_64): Likewise.
+       (ix86_GOT_alias_set): Likewise.
+       * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
+       * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
+       (set): Change to alias_set_type.
+       (get_TOC_alias_set): Use alias_set_type.
+       * config/rs6000/rs6000-protos.h (get_TOC_alias_set): Update
+       declaration.
+       * config/sh/sh.c (sh_builtin_saveregs): Use alias_set_type.
+       * config/sparc/sparc.c (sparc_sr_alias_set): Change to
+       alias_set_type.
+       (struct_value_alias_set): Likewise.
+       * Makefile.in (GTFILES): Add $(srcdir)/alias.h.
+
+2007-08-11  Richard Sandiford  <richard@codesourcery.com>
+
+       * config/vxworks-dummy.h (TARGET_VXWORKS): Define.
+       * config/vxworks.h (TARGET_VXWORKS): Override.
+       * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Don't define
+       "mips" if TARGET_VXWORKS.
+
+2007-08-11  Richard Sandiford  <richard@codesourcery.com>
+
+       * calls.c (avoid_likely_spilled_reg): New function.
+       (expand_call): Use it.
+
+2007-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * c-typeck.c (build_c_cast): Add OPT_Wcast_qual to warnings.
+
+2007-08-10  Adam Nemet  <anemet@caviumnetworks.com>
+
+       * config/mips/predicates.md (const_call_insn_operand): Invoke
+       SYMBOL_REF_LONG_CALL_P only on SYMBOL_REFs.
+
+2007-08-10  David Edelsohn  <edelsohn@gnu.org>
+
+       PR target/33042
+       * config/rs6000/driver-rs6000.c: Include link.h.
+       Use ElfW instead of wordsize-specif typedef.
+
+2007-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * system.h (CONST_CAST): New.
+       * c-decl.c (c_make_fname_decl): Use it.
+       * c-lex.c (cb_ident, lex_string): Likewise.
+       * c-typeck.c (free_all_tagged_tu_seen_up_to): Likewise.
+       * gcc.c (set_spec, read_specs, for_each_path, execute, do_spec_1,
+       give_switch, set_multilib_dir): Likewise.
+       * gengtype-parse.c (string_seq, typedef_name): Likewise.
+       * passes.c (execute_one_pass): Likewise.
+       * prefix.c (update_path): Likewise.
+       * pretty-print.c (pp_base_destroy_prefix): Likewise.
+       * tree.c (build_string): Likewise.
+
+2007-08-10  Aldy Hernandez  <aldyh@redhat.com>
+
+       * tree-flow-inline.h (is_exec_stmt): Remove.
+       (is_label_stmt): Remove.
+       * tree-flow.h: Remove prototypes for is_exec_stmt, get_filename, and
+       is_label_stmt.
+
+2007-08-10  Andreas Krebbel  <krebbel1@de.ibm.com>
+
+       * lower-subreg.c (resolve_shift_zext): Don't adjust
+       src_reg_num for wordmode operands.
+
+2007-08-10  Sandra Loosemore  <sandra@codesourcery.com>
+           David Ung  <davidu@mips.com>
+
+       * config/mips/mips.c (TARGET_SCHED_INIT): Define.
+       (TARGET_SCHED_REORDER2): Define.
+       (mips_maybe_swap_ready): New.
+       (mips_last_74k_agen_insn): New.
+       (mips_74k_agen_init): New.
+       (mips_74k_agen_reorder): New function to group loads and stores
+       in the ready queue.
+       (mips_sched_init): New.  
+       (mips_sched_reorder): Don't do initialization here.  Call
+       mips_74k_agen_reorder.
+       (mips_variable_issue): Call mips_74k_agen_init.
+
 2007-08-10  Aldy Hernandez  <aldyh@redhat.com>
 
        * tree-flow-inline.h (get_filename): Remove.