OSDN Git Service

PR target/27627
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 2f7034c..d94f8d6 100644 (file)
@@ -1,3 +1,580 @@
+2006-06-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR target/27627
+       * pa/pa-modes.def: Use mips_single_format, mips_double_format and
+       mips_quad_format formats instead of ieee_single_format,
+       ieee_double_format and ieee_quad_format formats, respectively.
+
+2006-05-24  Zdenek Dvorak <dvorakz@suse.cz>
+
+       PR tree-optimization/27639
+       PR tree-optimization/26719
+       * tree-vrp.c (adjust_range_with_scev): Use scev_direction and adjust
+       call to scev_probably_wraps_p.
+       * tree-ssa-loop-niter.c (compare_trees, convert_step_widening,
+       used_in_pointer_arithmetic_p, convert_step): Removed.
+       (nowrap_type_p): New function.
+       (scev_probably_wraps_p): Rewritten.
+       * tree-scalar-evolution.c (instantiate_parameters_1): Do not call
+       chrec_convert if chrec_convert_aggressive might have been used.
+       * tree-chrec.c (convert_affine_scev, chrec_convert_1,
+       scev_direction): New functions.
+       (chrec_convert): Changed to a wrapper over chrec_convert_1.
+       * tree-ssa-loop-ivopts.c (idx_find_step): Use convert_affine_scev
+       instead of convert_step.
+       * tree-flow.h (scev_probably_wraps_p): Declaration changed.
+       (convert_step): Declaration removed.
+       (convert_affine_scev, nowrap_type_p, scev_direction): Declare.
+
+2006-05-23  Kenneth Zadeck <zadeck@naturalbridge.com>
+
+       * df-core.c: Added to header comments.
+       * df.h (df_ru_bb_info, df_rd_bb_info, df_lr_bb_info,
+       df_ur_bb_info, df_urec_bb_info): Added comments.
+       * df-problems (df_ref_bitmap, ru, rd, lr, ur, 
+       urec, ri problems): Fixed header comments.
+       (df_ru_transfer_function): Fixed in-out set dyslexia when copying 
+       code from df_rd_transfer_function.
+       
+2006-05-23  Richard Sandiford  <richard@codesourcery.com>
+
+       * libgcc2.c (LIBGCC2_MAX_UNITS_PER_WORD): New macro.
+       (LIBGCC2_UNITS_PER_WORD): Use LIBGCC2_MAX_UNITS_PER_WORD rather than
+       MIN_UNITS_PER_WORD to set the default.  Also use it in the guard.
+
+2006-05-23  Joseph Myers  <joseph@codesourcery.com>
+
+       * expr.c (undefined_operand_subword_p): New.
+       (emit_move_multi_word): Do not generate move from undefined bits
+       of a paradoxical subreg.
+
+2006-05-23  Richard Sandiford  <richard@codesourcery.com>
+
+       PR rtl-optimization/27736
+       * combine.c (replaced_rhs_value): New variable.
+       (combine_instructions): Set it.
+       (distribute_notes): When distributing a note in replaced_rhs_insn,
+       check whether the value was used in replaced_rhs_value.
+
+2006-05-23  Andrew MacLeod  <amacleod@redhat.com>
+
+       PR c++/26757
+       * tree-ssa-loop-im.c (determine_invariantness_stmt): Use 
+       add_referenced_var instead of add_referenced_tmp_var.
+       * tree-complex.c (create_one_component_var): Use add_referenced_var.
+       * tree-ssa-loop-manip.c (create_iv, tree_unroll_loop): Use
+       add_referenced_var.
+       * tree-tailcall.c (adjust_accumulator_values, adjust_return_value,
+       tree_optimize_tail_calls_1): Use add_referenced_var.
+       * tree-ssa-loop-ivopts.c (create_new_iv): Use add_referenced_var.
+       * tree-ssa-alias.c (create_memory_tag, create_global_var, create_sft):
+       Use add_referenced_var.
+       * tree-if-conv.c (ifc_temp_var): Use add_referenced_var.
+       * gimplify.c (force_gimple_operand): Use add_referenced_var.
+       * tree-ssa-phiopt.c (conditional_replacement, abs_replacement):
+       Use add_referenced_var.
+       * tree-dfa.c (struct walk_state): Remove.
+       (find_referenced_vars): Remove walk state and vars_found hash table.
+       (make_rename_temp): Use add_referenced_var.
+       (find_vars_r): Pass less parameters to add_referenced_var.
+       (referenced_var_p): New.  Is var in referenced_var hash table.
+       (referenced_var_insert): Assert var isn't already in hash table.
+       (add_referenced_var): Don't need walk_state parameter.  Add var if it
+       isn't already in the hash table.
+       (add_referenced_tmp_var): Remove.
+       (find_new_referenced_vars_1): Use add_referenced_var.
+       * tree-ssa-pre.c (create_expression_by_pieces, 
+       insert_into_preds_of_block, insert_extra_phis, realify_fake_stores):
+       Use add_referenced_var.
+       * tree-vect-patterns.c (vect_pattern_recog_1): Use add_referenced_var.
+       * lambda-code.c (lbv_to_gcc_expression, lle_to_gcc_expression,
+       lambda_loopnest_to_gcc_loopnest, perfect_nestify): Use 
+       add_referenced_var.
+       * tree-vect-transform.c (vect_create_addr_base_for_vector_ref,
+       vect_create_data_ref_ptr, vect_create_destination_var,
+       vect_init_vector, vect_build_loop_niters, 
+       vect_generate_tmps_on_preheader, vect_update_ivs_after_vectorizer,
+       vect_gen_niters_for_prolog_loop, vect_create_cond_for_align_checks):
+       Use add_referenced_var.
+       * tree-outof-ssa.c (create_temp): Use add_referenced_var.
+       * tree-flow.h (add_referenced_tmp_var): Remove prototype
+       (add_referenced_var): Add prototype.
+       * tree-ssa-structalias.c (get_constraint_for, 
+       intra_create_variable_infos): Use add_referenced_var.
+
+2006-05-23  Alexandre Oliva  <aoliva@redhat.com>
+
+       * simplify-rtx.c (simplify_subreg): Adjust REG_OFFSET for
+       big-endian paradoxical subregs.
+       * var-tracking.c (struct micro_operation_def): Document that,
+       for modify micro operations, insn is the subsequent instruction.
+       (var_reg_delete_and_set, var_mem_delete_and_set): Split into...
+       (var_reg_set, var_mem_set): ... new functions.
+       (add_stores): Record subsequent insn.
+       (compute_bb_dataflow): Use new functions for MO_USE.
+       (emit_notes_in_bb): Use new functions for MO_USE.  Emit use
+       notes after the insn, and modify notes before the insn known
+       to be the subsequent one.
+       (vt_initialize): Invert sorting of MO_CLOBBERs and MO_SETs.
+
+2006-05-23  Kazu Hirata  <kazu@codesourcery.com>
+
+       PR target/27696
+       * config/i386/i386.c (ix86_expand_builtin): Use
+       gen_sse3_monitor64 for TARGET_64BIT.
+
+2006-05-22  Kenneth Zadeck <zadeck@naturalbridge.com>
+
+       PR rtl-optimization/26375
+       PR rtl-optimization/26855
+       * df-problems (df_ru_bb_local_compute_process_def): Removed update
+       to gen set.
+       (df_ru_bb_local_compute): Reversed statements and removed bogus
+       comment explaining why they should be in wrong order.
+       (df_ru_dump, df_rd_dump): Enhanced debug info.     
+       * modulo-sched.c (sms_schedule, tree_opt_pass pass_sms): Enhanced
+       debug info.       
+       * ddg.c (add_deps_for_def): Converted use of reaching defs to
+       reaching uses and fixed space problem.
+
+2006-05-23  Jan Hubicka  <jh@suse.cz>
+
+       * cgraphunit.c (decide_is_function_needed): Also nested functions
+       and functions declared inline can be optimized out at -O0.
+
+2006-05-22  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/install.texi (Configuration): Remove reference to CrossGCC
+       FAQ which was hijacked.
+       (Building): Ditto.
+
+2006-05-22  Kazu Hirata  <kazu@codesourcery.com>
+
+       PR target/27266
+       * config/i386/i386.c (ix86_expand_branch): Jump to simple if
+       ix86_compare_emitted is non-NULL.
+
+2006-05-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/27451
+       * stmt.c (expand_asm_operands): Skip asm statement with erroneous
+       clobbers.
+
+2006-05-22  Richard Sandiford  <richard@codesourcery.com>
+
+       PR rtl-optimization/25514
+       * combine.c (replaced_rhs_insn): New variable.
+       (combine_instructions): Set replaced_rhs_insn when trying to replace
+       a SET_SRC with a REG_EQUAL note.
+       (distribute_notes): Use replaced_rhs_insn when determining the live
+       range of a REG_DEAD register.
+
+2006-18-05  Joerg Wunsch <j.gnu@uriah.heep.sax.de>
+            Anatoly Sokolov <aesok@post.ru>
+
+       * config/avr/avr.c (avr_mcu_types): Add support for attiny261,
+       attiny461, attiny861, attiny25, attiny45, attiny85, attiny24,
+       attiny44, attiny84, at90pwm2, at90pwm3, atmega165p, atmega169p, 
+       atmega164p, atmega324p, atmega644p, atmega644, atmega329, 
+       atmega3290, atmega649, atmega6490, atmega406, atmega640, 
+       atmega1280, atmega1281, at90can32, at90can64, at90usb646, 
+       at90usb647, at90usb1286 and at90usb1287 devices.  
+       * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
+       * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
+
+2006-05-22  Richard Sandiford  <richard@codesourcery.com>
+
+       * mklibgcc.in (lib2funcs): Remove _floatdidf from initial assignment.
+
+2006-05-22  Richard Guenther  <rguenther@suse.de>
+
+       Revert
+       2006-01-31  Richard Guenther  <rguenther@suse.de>
+       Paolo Bonzini  <bonzini@gnu.org>
+
+       * doc/install.texi (--disable-libgcc-math): Document.
+
+2006-05-22  Richard Guenther  <rguenther@suse.de>
+
+       Revert
+       2006-01-31  Richard Guenther  <rguenther@suse.de>
+
+       * doc/invoke.texi (-msselibm): Document.
+       * target.h (expand_library_builtin): New target hook.
+       * builtins.c (expand_builtin): Use expand_library_builtin.
+       (default_expand_library_builtin): New function.
+       * gcc.c (LINK_GCC_MATH_SPEC): Define.
+       (LINK_COMMAND_SPEC): Handle %(link_gcc_math).
+       (link_gcc_math_spec): Declare.
+       (static_specs): Add link_gcc_math_spec.
+       * expr.h (default_expand_library_builtin): Declare.
+       * target-def.h (TARGET_EXPAND_LIBRARY_BUILTIN): Define.
+       (TARGET_INITIALIZER): Add TARGET_EXPAND_LIBRARY_BUILTIN.
+       * config/i386/i386.h: Provide LINK_GCC_MATH_SPEC.
+       * config/i386/i386.opt (msselibm): New target option.
+       * config/i386/i386.c (ix86_builtin_function_variants): New array.
+       (ix86_init_sse_abi_builtins): New function.
+       (ix86_expand_library_builtin): Likewise.
+       (TARGET_EXPAND_LIBRARY_BUILTIN): Define.
+       (override_options): Handle error conditions wrt -msselibm.
+       (ix86_builtins): Add function codes for SSE2 ABI builtins.
+       (ix86_init_builtins): Call ix86_init_sse_abi_builtins.
+       * doc/extend.texi (__builtin_sse2_*): Document new target specific
+       builtins.
+
+2006-05-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c/27420
+       * c-common.c (self_promoting_args_p): Skip erroneous args.
+
+       PR c/26818
+       * c-decl.c (finish_struct): Skip erroneous fields.
+
+2006-05-22  Nick Clifton  <nickc@redhat.com>
+
+       * config/cris/cris.opt (march): Remove VarExists attribute.
+       (max-stackframe=): Likewise.
+
+2006-05-22  Kazu Hirata  <kazu@codesourcery.com>
+
+       * doc/rtl.texi: Fix a typo.
+       * see.c: Fix comment typos.
+
+       * tree-ssa-structalias.h (alias_info): Remove num_references.
+
+2006-05-21  Mike Stump  <mrs@apple.com>
+
+       * config/darwin-c.c (BAD): Conditionalize on OPT_Wpragmas.
+       (BAD2): Add.
+       (darwin_pragma_options): Use BAD instead.
+       (darwin_pragma_unused): Likewise.
+       (darwin_pragma_ms_struct): Likewise.
+
+2006-05-21  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/rs6000.md (floatsitf2): Remove constraints.
+
+2006-05-21  Kazu Hirata  <kazu@codesourcery.com>
+
+       PR rtl-optimization/27671
+       * simplify-rtx.c (simplify_relational_operation_1): Fix
+       simplifications of (eq/ne (xor x y) y) and
+       (eq/ne (xor x y) x).
+
+       PR tree-optimization/26622.
+       * fold-const.c (fold_ternary) <COND_EXPR>: Call fold_convert
+       on arg1.
+
+2006-05-21  Bernhard Fischer  <aldot@gcc.gnu.org>
+
+       * tree-cfg.c: Prune whitespace.
+       (debug_tree_cfg): Point to correct header containing the
+       TDF_* defines.
+
+2006-05-21  Bernhard Fischer  <aldot@gcc.gnu.org>
+
+       PR middle-end/25776
+       * cgraphunit.c (verify_cgraph_node): Typo in error message.
+
+2006-05-20  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       PR middle-end/25776
+       * cgraphunit.c (cgraph_optimize): Don't run ipa passes if error
+       or sorry count is non zero.
+
+2006-05-20  Andreas Schwab  <schwab@suse.de>
+
+       * config/pa/pa-linux.h (STRING_ASM_OP): Prepend and append a tab.
+
+2006-05-19  Daniel Berlin  <dberlin@dberlin.org>
+            Kenneth Zadeck <zadeck@naturalbridge.com>
+
+       PR rtl-optimization/26855
+
+       * df-scan.c (mw_reg_pool, mw_link_pool): New allocation pools for
+       multiword refs.
+       (df_scan_alloc): Added code to properly handle multiword hard
+       registers and add all_blocks parameter.
+       (df_scan_free_internal, df_insn_refs_delete, df_ref_record): Added
+       code to properly handle multiword hard registers.
+       (df_rescan_blocks): Added code to remove deleted blocks from
+       bitmap.
+       (df_ref_create_structure, df_ref_record): Added code to properly
+       handle subregs.
+       (df_ref_record_1): Changed DF_REF_CLOBBER into DF_REF_MUST_CLOBBER
+       and set DF_REF_PARTIAL.
+       (df_defs_record): Changed DF_REF_CLOBBER into DF_REF_MUST_CLOBBER.
+       (df_uses_record): Added DF_REF_PARTIAL for subreg. 
+       (df_scan_add_problem): Added flags parameter.
+       (df_ref_create_structure): Changed switching structure.
+       (df_bb_refs_record): Fixed case where duplicate artificial refs
+       were created.  Changed location of flags.
+       (df_record_entry_block_defs): Added code to make stack pointer
+       live in entry block.  Refined cases where frame pointer is needed.
+       Changed location of flags.
+       (df_record_exit_block_uses, df_insn_refs_record): Changed location of flags.
+       (df_set_state): Removed function.
+       (df_grow_reg_info, df_reg_chain_unlink, df_ref_remove,
+       df_insn_create_insn_record, df_insn_refs_delete, 
+       df_ref_create_structure): Formatting changes.  
+       * df-core.c (df_mvs_dump, df_set_flags, df_clear_flags,
+       df_delete_basic_block): New function.
+       (df_init): Changed location of flags.
+       (df_add_problem): Added flags parameter and the way flags are
+       processed.
+       (df_insn_uid_debug, df_ref_debug, debug_df_defno, debug_df_ref,
+       debug_df_chain): Improved debugging output.
+       (df_insn_debug, df_insn_uid_debug): Added multiword reg support.
+       (df_refs_chain_dump): Removed df parameter.
+       (df_iterative_dataflow): Added consistency check.
+       (df_prune_to_subcfg): Made public.
+       (df_analyze_problem): Added blocks_to_init parameter and made
+       public.
+       (df_ref_record, df_bb_refs_record, df_mark_reg, 
+        df_record_exit_block_uses): Whitespace changes.
+       (df_dump): Whitespace changes.
+       * df.h: Some reordering to remove forward references.
+       (df_ref_flags.DF_REF_MW_HARDREG, DF_REF_PARTIAL,
+       DF_REF_MUST_CLOBBER, DF_REF_MAY_CLOBBER): New fields.
+       (df_ref_flags.DF_REF_CLOBBER): Deleted field.
+       (dataflow.flags): New field.
+       (df.flag): Deleted field.
+       (df_alloc_function): Added additional bitmap parameter.
+       (df_dependent_problem_function): New type.
+       (df_problem.changeable_flags): New field.
+       (df_ref_flags.DF_REF_DIES_AFTER_THIS_USE, DF_SCAN_INITIAL,
+       DF_SCAN_GLOBAL, DF_SCAN_POST_ALLOC, df_state): Removed.
+       (df_mw_hardreg): New struct.
+       (DF_INSN_UID_MWS): New macro.
+       (df_refs_chain_dump, df_ref_debug, df_chain_dump): Removed df
+       parameter.
+       (df_add_problem, df_ru_add_problem, df_rd_add_problem,
+       df_lr_add_problem, df_ur_add_problem, df_urec_add_problem,
+       df_ri_add_problem, df_scan_add_problem): Added flags parameter.
+       (df_set_state): Removed function.
+       (df_set_flags, df_clear_flags, df_delete_basic_block) New functions.
+       * df-problems.c (df_chain_dump): Removed df parameter.
+       (df_ru_alloc, df_rd_alloc, df_lr_alloc, df_ur_alloc,
+       df_urec_alloc, df_chain_alloc, df_ri_alloc): Added all blocks
+       parameter.
+       (df_ru_alloc, df_rd_alloc): Now resets all blocks.
+       (df_rd_bb_local_compute_process_def, df_ur_bb_local_compute,
+       df_chain_create_bb, df_create_unused_note, df_ri_bb_compute):
+       Split DF_REF_CLOBBER into DF_REF_MAY_CLOBBER and
+       DF_REF_MUST_CLOBBER cases.
+       (df_ru_bb_local_compute_process_def,
+       df_rd_bb_local_compute_process_def, df_lr_bb_local_compute,
+       df_lr_bb_local_compute, df_ur_bb_local_compute,
+       df_chain_create_bb): Made subreg aware.
+       (df_ru_bb_local_compute, df_rd_bb_local_compute,
+       df_lr_bb_local_compute, df_lr_bb_local_compute,
+       df_chain_create_bb): Cleanup to use proper macros.
+       (df_ur_local_finalize, df_urec_local_finalize): Removed unnecessary
+       code to fixup bitvectors.
+       (df_ri_alloc): Cleared lifetime.
+       (df_ignore_stack_reg, df_kill_notes, df_set_notes_for_mw,
+       df_create_unused_note): New function.
+       (df_ri_bb_compute, df_ri_compute): Added code to create/update
+       REG_DEAD and REG_UNUSED notes as well as register information.
+       (df_ru_dump, df_rd_dump, df_lr_dump, df_ur_dump, df_urec_dump,
+       df_chains_dump): Fixed crash if problem was never run.
+       (df_ru_add_problem, df_rd_add_problem, df_lr_add_problem,
+       df_ur_add_problem, df_urec_add_problem, df_chain_add_problem,
+       df_ri_add_problem): Processes flags in uniform manner.
+       (df_ru_alloc, df_ru_local_compute, df_ru_confluence_n, df_ru_free,
+       df_ru_dump, df_rd_local_compute, df_rd_confluence_n, df_rd_free,
+       df_rd_dump, df_urec_free_bb_info): Formatting changes.
+       (df_ru_free_bb_info, df_ru_bb_local_compute, df_ru_dump,
+       df_rd_free_bb_info, df_rd_bb_local_compute_process_def,
+       df_rd_bb_local_compute, df_rd_dump, df_lr_free_bb_info,
+       df_lr_bb_local_compute, df_lr_local_compute, df_ur_free_bb_info,
+       df_ur_dump, df_urec_free_bb_info, df_urec_dump,
+       df_chain_create_bb, df_ri_bb_compute): Whitespace changes.
+       * modulo-sched.c (sms_schedule): Added flag parameter to calls.
+       * see.c (see_initialize_data): Ditto.
+       * final.c (rest_of_clean_state) Added regstack_completed.
+       * rtl.h (regstack_completed): Ditto.
+       * reg-stack.c (regstack_completed): Ditto.
+
+2006-05-19  Mike Stump  <mrs@apple.com>
+
+       * c-tree.h (default_conversion): Remove.
+       * c-common.h (default_conversion): Add.
+
+2006-05-19  Zdenek Dvorak <dvorakz@suse.cz>
+
+       * tree-vrp.c (valid_value_p): New function.
+       (adjust_range_with_scev): Fail if the value of bound is not
+       simple.
+
+2006-05-19  Richard Sandiford  <richard@codesourcery.com>
+
+       * config/mips/linux-unwind.h: Include <asm/unistd.h>
+       (mips_fallback_frame_state): Use syscall numbers to determine
+       the appropriate li instruction for the current ABI.  Only use
+       __NR_sigreturn for o32.
+
+2006-05-19  Nicolas Setton  <setton@adacore.com>
+
+       * langhooks.h (struct lang_hooks): Add dwarf_name language hook.
+       * langhooks.c (lhd_dwarf_name): New function.
+       * langhooks-def.h (lhd_dwarf_name): Declare.
+       (LANG_HOOKS_DWARF_NAME): New macro, defaults to lhd_dwarf_name.
+       * dwarf2out.c (dwarf2_name): Use the dwarf_name language hook.
+       * ada/misc.c (gnat_dwarf_name): New function.
+       (LANG_HOOKS_DWARF_NAME): Define to gnat_dwarf_name.
+       
+2006-05-19  Richard Sandiford  <richard@codesourcery.com>
+
+       * libgcc2.c (MIN_UNITS_PER_WORD): Move default definition from
+       libgcc2.h.
+       (LIBGCC2_UNITS_PER_WORD): Provide default definition, using old
+       MIN_UNITS_PER_WORD logic from libgcc2.h.  Do nothing if
+       LIBGCC2_UNITS_PER_WORD > MIN_UNITS_PER_WORD.
+       * libgcc2.h (MIN_UNITS_PER_WORD): Remove definition from here.
+       Use LIBGCC2_UNITS_PER_WORD rather than MIN_UNITS_PER_WORD to
+       determine the size of Wtype, etc.
+       * mklibgcc.in (LIB2_SIDITI_CONV_FUNCS): New argument.
+       (swfloatfuncs): New variable.
+       (dwfloatfuncs): Likewise.
+       (lib2funcs): Remove floating-point conversion functions from
+       initial assignment.  Use LIB2_SIDITI_CONV_FUNCS to determine
+       the set of conversion routines needed.  Allow entries to specify
+       an object name, filename and word size.  Update users accordingly.
+       * Makefile.in (libgcc.mk): Pass LIB2_SIDITI_CONV_FUNCS.
+       * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Define.
+
+       Revert:
+
+       2006-02-08  Roger Sayle  <roger@eyesopen.com>
+
+       PR target/22209
+       * config/fixtfdi.c: New libgcc source file.
+       * config/fixunstfdi.c: New source file.
+       * config/floatditf.c: New source file.
+       * config/floatunditf.c: New souce file.
+       * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Include the new source
+       files above instead of config/mips/_tilib.c.
+       * config/mips/t-linux64 (LIB2FUNCS_EXTRA): Likewise.
+
+2006-05-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * pa/t-hpux-shlib (SHLIB_LINK): Remove `-lc'.
+       * pa/pa-hpux11.h (LIB_SPEC): Update comment.
+
+2006-05-18  Mike Stump  <mrs@apple.com>
+
+       Fix up vla, vm and [*] sematics.
+
+       PR c/18740
+       PR c/7948
+       PR c/25802
+       PR c/27673
+       * c-tree.h (struct c_arg_info): Add had_vla_unspec.
+       (c_vla_unspec_p): Add.
+       (c_vla_type_p): Add.
+       * c-decl.c (struct c_scope): Add had_vla_unspec.
+       (build_array_declarator): Add support for [*].
+       (grokdeclarator): Likewise.
+       (grokparms): Likewise.
+       (get_parm_info): Likewise.
+       * c-objc-common.c (c_vla_unspec_p): Likewise.
+       * c-objc-common.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Likewise.
+       * c-parser.c (c_parser_typeof_specifier): Evaluate arguments to
+       typeof when argument is a variably modified type not inside sizeof or alignof.
+       (c_parser_direct_declarator_inner): Propagate errors.
+       (c_parser_sizeof_expression): Add support for [*].
+       (c_parser_parms_declarator): Initialize had_vla_unspec.
+       (c_parser_parms_list_declarator): Likewise.
+       * c-typeck.c (c_vla_type_p): Add.
+       (composite_type): Add support for vla compositing.
+       (comptypes_internal): Add support for vla compatibility.
+       (c_expr_sizeof_expr): Evaluate vla arguments.
+       * tree.c (variably_modified_type_p): Update comment for [*].
+
+2006-05-18  Michael Matz  <matz@suse.de>
+
+       PR target/27599
+       * config.host: Make assignments to host_xmake_file cumulative.
+       * config.host (*-darwin*): Test $host, not $target.
+
+2006-05-12  Stuart Hastings  <stuart@apple.com>
+
+       * config/i386/i386.opt (-mstackrealign): New flag.
+       * config/i386/i386.c (force_align_arg_pointer): New attribute.
+       (ix86_handle_cconv_attribute): Emit error when
+       force_align_arg_pointer attribute collides with too many regparms.
+       (ix86_function_regparm): Limit regparms when used with
+       force_align_arg_pointer attribute.  (ix86_internal_arg_pointer):
+       Support stack-realigning prologue in non-main functions.  Emit
+       warning for nested functions under -mstackrealign, emit error for
+       nested functions with force_align_arg_pointer attribute.
+       * doc/extend.texi (force_align_arg_pointer): Document it.
+       * doc/invoke.texi (-mstackrealign): Document it.
+
+2006-05-17  Kazu Hirata  <kazu@codesourcery.com>
+
+       PR rtl-optimization/27477
+       * combine.c (try_combine): Don't split a parallel consisting
+       of two sets into two individual sets if both sets reference
+       cc0.
+
+2006-05-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/arm/arm.opt (target_fpe_name): Remove VarExists.
+       * config/rs6000/rs6000.opt (TARGET_NO_FP_IN_TOC): Likewise.
+
+       * doc/options.texi (VarExists): Updated.
+
+2006-05-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * unwind-dw2.c: Add declarations for uw_update_context and
+       uw_frame_state_for.
+       * pa/hpux-unwind.h (pa_fallback_frame_state): When an export stub is
+       detected, advance frame state and context once to skip over stub.
+
+2006-05-17  Sebastian Pop  <pop@cri.ensmp.fr>
+
+       PR middle-end/20256
+       PR middle-end/26435
+       * tree-loop-linear.c (linear_transform_loops): Don't test perfect_nest_p.
+       Call rewrite_into_loop_closed_ssa only when something changed.
+       * lambda.h (gcc_loopnest_to_lambda_loopnest): Update declaration.
+       * lambda-code.c (can_convert_to_perfect_nest): Declared.
+       (gcc_loopnest_to_lambda_loopnest): Removed need_perfect_nest parameter.
+       Test for perfect_nest_p here.  Fix formating.
+       (replace_uses_equiv_to_x_with_y): Fix formating.
+       (stmt_uses_op): Removed.
+       (can_convert_to_perfect_nest): Removed loopivs parameter.
+       Complete the test by checking the scalar dependences.
+       (perfect_nestify): Remove the test for can_convert_to_perfect_nest.
+       Fix formating.
+
+2005-05-17  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       PR bootstrap/22541
+       From Dan Kegel <dank@kegel.com>:
+       * Makefile.in: Strip "dir/../" combinations from SYSTEM_INCLUDE_DIR.
+
+2006-05-17  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * tree.c (variably_modified_type_p) <ARRAY_TYPE>: Return true
+       if the element type is variably modified without recursing.
+
+2006-05-17  Sebastian Pop  <pop@cri.ensmp.fr>
+
+       PR middle-end/27332
+       * tree-loop-linear.c (try_interchange_loops): Test for
+       no data dependences.
+
+2006-05-17  Zdenek Dvorak <dvorakz@suse.cz>
+
+       PR tree-optimization/27548
+       * tree-scalar-evolution.c (scev_const_prop): Do not prolong life
+       range of ssa names that appear on abnormal edges.
+       * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Export.
+       * tree-flow.h (contains_abnormal_ssa_name_p): Declare.
+
 2005-05-17  Bernd Schmidt  <bernd.schmidt@analog.com>
 
        PR middle-end/27620
        #ifdef GCC_DRIVER/#endif.
 
 2006-05-16  Daniel Berlin <dberlin@dberlin.org>
-       
+
        Fix PR tree-optimization/27373
        * tree-ssa-forwprop.c: (forward_propagate_addr_expr_1): Add argument.
         (forward_propagate_addr_expr): Update call.
 
 2006-05-16  Danny Smith  <dannysmith@users.sourceforge.net>
 
-        PR target/27599
+       PR target/27599
        * config.host (i[34567]86-*-mingw*): Append i386/x-mingw32 to
        host_xmake_file.
 
 2006-05-08  Daniel Berlin  <dberlin@dberlin.org>
 
        Fix PR tree-optimization/27093
-       * tree-ssa-alias.c (recalculate_used_alone): Mark variables for 
+       * tree-ssa-alias.c (recalculate_used_alone): Mark variables for
        renaming when they become not-used_alone.
 
 2006-05-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
 2006-05-07  Mircea Namolaru  <namolaru@il.ibm.com>
 
-        * opts.c (flag_see): remove its setting at -O3.
+       * opts.c (flag_see): remove its setting at -O3.
 
 2006-05-07  Richard Earnshaw  <rearnsha@arm.com>
 
 
 2006-04-29 Anatoly Sokolov <aesok@post.ru>
 
-        * config/avr/avr.h (CRT_BINUTILS_SPECS): Fixed crt* file name
+       * config/avr/avr.h (CRT_BINUTILS_SPECS): Fixed crt* file name
        for atmeg a645 device.
 
 2006-05-06   Richard Guenther  <rguenther@suse.de>
 
 2006-05-04  Leehod Baruch  <leehod@il.ibm.com>
 
-        * see.c: New file.
-        * Makefile.in (OBJS-common): Add see.o.
-        (see.o): Add dependencies.
-        * common.opt (fsee): New flag for the see optimization was added.
-        * opts.c (flag_see): Initialized.
-        * passes.c (init_optimization_passes, pass_see): New pass.
-        * rtl.h (see_main): Declaration as extern.
-        * timevar.def (TV_SEE): New.
-        * tree-pass.h (pass_see): Declaration as extern.
-        * invoke.texi (-fsee): Document.
-        * recog.c (validate_simplify_insn): New function.
-        * recog.h (validate_simplify_insn): Declaration as extern.
-        * df-problems.c (df_chain_dump): Check for NULL.
+       * see.c: New file.
+       * Makefile.in (OBJS-common): Add see.o.
+       (see.o): Add dependencies.
+       * common.opt (fsee): New flag for the see optimization was added.
+       * opts.c (flag_see): Initialized.
+       * passes.c (init_optimization_passes, pass_see): New pass.
+       * rtl.h (see_main): Declaration as extern.
+       * timevar.def (TV_SEE): New.
+       * tree-pass.h (pass_see): Declaration as extern.
+       * invoke.texi (-fsee): Document.
+       * recog.c (validate_simplify_insn): New function.
+       * recog.h (validate_simplify_insn): Declaration as extern.
+       * df-problems.c (df_chain_dump): Check for NULL.
 
 2006-05-04  Kenneth Zadeck <zadeck@naturalbridge.com>
-            Daniel Berlin  <dberlin@dberlin.org>
+           Daniel Berlin  <dberlin@dberlin.org>
 
-        * cfgrtl.c (insert_insn_bb_end_new): New function.
-        * basic-block.h (insert_insn_bb_end_new): Declaration as extern.
+       * cfgrtl.c (insert_insn_bb_end_new): New function.
+       * basic-block.h (insert_insn_bb_end_new): Declaration as extern.
 
 2006-05-04  Leehod Baruch  <leehod.baruch@weizmann.ac.il>
 
-        * df.h (struct web_entry): Moved from web.c.
-        (union_defs): Declaration as extern.
-        (unionfind_root): Likewise.
-        (unionfind_union): Likewise.
-        * web.c (struct web_entry): Moved to df.h.
-        (unionfind_root): Remove static declaration.
-        (unionfind_union): Likewise.
-        (union_defs): Likewise and generalize to use callback function.
-        (web_main): Update arguments for union_defs function call.
+       * df.h (struct web_entry): Moved from web.c.
+       (union_defs): Declaration as extern.
+       (unionfind_root): Likewise.
+       (unionfind_union): Likewise.
+       * web.c (struct web_entry): Moved to df.h.
+       (unionfind_root): Remove static declaration.
+       (unionfind_union): Likewise.
+       (union_defs): Likewise and generalize to use callback function.
+       (web_main): Update arguments for union_defs function call.
 
 2006-05-04  Richard Guenther  <rguenther@suse.de>
 
            Joshua Kinard  <kumba@gentoo.org>
 
        PR target/25871
-       * gcc/config/mips/mips.h (TRAMPOLINE_TEMPLATE): Avoid 32-bit moves
+       * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Avoid 32-bit moves
        with 64-bit pointers.
 
 2006-05-02  Paul Brook  <paul@codesourcery.com>
 
 2006-04-26  Aldy Hernandez  <aldyh@redhat.com>
 
-        * tree-ssa-dse.c (dse_optimize_stmt): Remove unused variable USE.
+       * tree-ssa-dse.c (dse_optimize_stmt): Remove unused variable USE.
 
 2006-04-26  Jakub Jelinek  <jakub@redhat.com>
 
 
 2006-04-18  Paolo Bonzini  <bonzini@gnu.org>
 
-        PR target/27117
+       PR target/27117
 
        Partial revert of revision 112637
        2006-04-03  Paolo Bonzini  <bonzini@gnu.org>
 
 2006-04-18  Paolo Bonzini  <bonzini@gnu.org>
 
-        PR tree-optimization/26821
-        * tree-ssa-math-opts.c (get_constant_one): New.
-        (insert_reciprocals): Use it.
+       PR tree-optimization/26821
+       * tree-ssa-math-opts.c (get_constant_one): New.
+       (insert_reciprocals): Use it.
 
 2006-04-17  Geoffrey Keating  <geoffk@apple.com>
 
        reg_equiv_memory_loc_varray.
 
 2006-04-14  Alexey Starovoytov  <alexey.starovoytov@sun.com>
-            Eric Botcazou  <ebotcazou@libertysurf.fr>
+           Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        * config/sparc/sparc.c (emit_and_preserve): Allocate space for the
        register save area.
 2006-04-12  J"orn Rennecke <joern.rennecke@st.com>
 
        PR target/27060
-        * config/sh/lib1funcs.h: New file, broken out of:
-        * config/sh/lib1funcs.asm.
-        * config/sh/lib1funcs.h (DR00, DR01, DR20, DR21, DR40, DR41):
+       * config/sh/lib1funcs.h: New file, broken out of:
+       * config/sh/lib1funcs.asm.
+       * config/sh/lib1funcs.h (DR00, DR01, DR20, DR21, DR40, DR41):
        New macros.
        * config/sh/lib1funcs.asm (udivsi3_i4): Use them.
-        * config/sh/lib1funcs-Os-4-200.asm: New file.
+       * config/sh/lib1funcs-Os-4-200.asm: New file.
        * config/sh/embed-elf.h (LIBGCC_SPEC): Use -lgcc-Os-4-200.
        * config/sh/t-sh (OPT_EXTRA_PARTS): New variable.
        (EXTRA_MULTILIB_PARTS): Include it.
 
 2006-04-10  Mike Frysinger  <vapier@gentoo.org>
 
-       * gcc/Makefile.in (gcc-cross): Add $(exeext) to target name.
+       * Makefile.in (gcc-cross): Add $(exeext) to target name.
 
 2006-04-10  Aldy Hernandez  <aldyh@redhat.com>
 
 
 2006-04-05  Robert Millan  <robertmh@gnu.org>
 
-       * gcc/config/i386/linux.h:  Add a comment to mark macros that are
+       * config/i386/linux.h: Add a comment to mark macros that are
        being overriden in config/k*bsd-gnu.h.
-       * gcc/config/kfreebsd-gnu.h:  Redefine GLIBC_DYNAMIC_LINKER instead of
+       * config/kfreebsd-gnu.h: Redefine GLIBC_DYNAMIC_LINKER instead of
        DYNAMIC_LINKER.
-       * gcc/config/knetbsd-gnu.h:  Ditto.
+       * config/knetbsd-gnu.h: Ditto.
 
 2006-04-06  Jan Hubicka  <jh@suse.cz>
 
 2006-03-30  Roger Sayle  <roger@eyesopen.com>
 
        PR target/17959
-       * expr.c (emit_group_store):  Optimize group stores into a pseudo
+       * expr.c (emit_group_store): Optimize group stores into a pseudo
        register by using a paradoxical subreg to initialize the destination
        if the first or last member of the group specifies a "low part".
 
        * config/sh/sh.md (udivsi3_i4_int): Clobber MACH_REG and MACL_REG.
        (divsi3_i4_int): Likewise.
 
-2006-03-28  Roger Sayle   <roger@eyesopen.com>
+2006-03-28  Roger Sayle  <roger@eyesopen.com>
 
        * expr.c (emit_group_store): Only create a new pseudo reg if the
        quantity it needs to hold isn't already a suitable pseudo.
 
 2006-03-02  Daniel Berlin <dberlin@dberlin.org>
 
-       * gcc/tree-vrp.c (execute_vrp): Return value.
-       * gcc/regrename.c (rest_of_handle_regrename): Ditto.
-       * gcc/tree-into-ssa.c (rewrite_into_ssa): Ditto.
-       * gcc/tree-complex.c (tree_lower_complex): Ditto.
+       * tree-vrp.c (execute_vrp): Return value.
+       * regrename.c (rest_of_handle_regrename): Ditto.
+       * tree-into-ssa.c (rewrite_into_ssa): Ditto.
+       * tree-complex.c (tree_lower_complex): Ditto.
        (tree_lower_complex_O0): Ditto.
-       * gcc/tracer.c (rest_of_handle_tracer): Ditto.
-       * gcc/postreload-gcse.c (rest_of_handle_gcse2): Ditto.
-       * gcc/postreload.c (rest_of_handle_postreload): Ditto.
-       * gcc/tree-tailcall.c (execute_tail_recursion): Ditto.
+       * tracer.c (rest_of_handle_tracer): Ditto.
+       * postreload-gcse.c (rest_of_handle_gcse2): Ditto.
+       * postreload.c (rest_of_handle_postreload): Ditto.
+       * tree-tailcall.c (execute_tail_recursion): Ditto.
        (execute_tail_calls): Ditto.
-       * gcc/tree-ssa-loop-ch.c (copy_loop_headers): Ditto.
-       * gcc/tree.h (init_function_for_compilation): Ditto.
-       * gcc/ipa-cp.c (ipcp_driver): Ditto.
-       * gcc/tree-scalar-evolution.c (scev_const_prop): Ditto.
-       * gcc/tree-scalar-evolution.h (scev_const_prop): Ditto.
-       * gcc/final.c (compute_alignments): Ditto.
+       * tree-ssa-loop-ch.c (copy_loop_headers): Ditto.
+       * tree.h (init_function_for_compilation): Ditto.
+       * ipa-cp.c (ipcp_driver): Ditto.
+       * tree-scalar-evolution.c (scev_const_prop): Ditto.
+       * tree-scalar-evolution.h (scev_const_prop): Ditto.
+       * final.c (compute_alignments): Ditto.
        (rest_of_handle_final): Ditto.
        (rest_of_handle_shorten_branches): Ditto.
        (rest_of_clean_state): Ditto.
-       * gcc/omp-low.c (execute_expand_omp): Ditto.
+       * omp-low.c (execute_expand_omp): Ditto.
        (execute_lower_omp): Ditto.
-       * gcc/tree-ssa-dse.c (tree_ssa_dse): Ditto.
-       * gcc/ipa-reference.c (static_execute): Ditto.
-       * gcc/tree-ssa-uncprop.c (tree_ssa_uncprop): Ditto.
-       * gcc/reorg.c (rest_of_handle_delay_slots): Ditto.
+       * tree-ssa-dse.c (tree_ssa_dse): Ditto.
+       * ipa-reference.c (static_execute): Ditto.
+       * tree-ssa-uncprop.c (tree_ssa_uncprop): Ditto.
+       * reorg.c (rest_of_handle_delay_slots): Ditto.
        (rest_of_handle_machine_reorg): Ditto.
-       * gcc/cgraphunit.c (rebuild_cgraph_edges): Ditto.
-       * gcc/flow.c (recompute_reg_usage): Ditto.
+       * cgraphunit.c (rebuild_cgraph_edges): Ditto.
+       * flow.c (recompute_reg_usage): Ditto.
        (rest_of_handle_remove_death_notes): Ditto.
        (rest_of_handle_life): Ditto.
        (rest_of_handle_flow2): Ditto.
-       * gcc/tree-ssa-copyrename.c (rename_ssa_copies): Ditto.
-       * gcc/tree-ssa-ccp.c (do_ssa_ccp): Ditto.
+       * tree-ssa-copyrename.c (rename_ssa_copies): Ditto.
+       * tree-ssa-ccp.c (do_ssa_ccp): Ditto.
        (do_ssa_store_ccp): Ditto.
        (execute_fold_all_builtins): Ditto.
-       * gcc/mode-switching.c (rest_of_handle_mode_switching): Ditto.
-       * gcc/modulo-sched.c (rest_of_handle_sms): Ditto.
-       * gcc/ipa-pure-const.c (static_execute): Ditto.
-       * gcc/cse.c (rest_of_handle_cse): Ditto.
+       * mode-switching.c (rest_of_handle_mode_switching): Ditto.
+       * modulo-sched.c (rest_of_handle_sms): Ditto.
+       * ipa-pure-const.c (static_execute): Ditto.
+       * cse.c (rest_of_handle_cse): Ditto.
        (rest_of_handle_cse2): Ditto.
-       * gcc/web.c (rest_of_handle_web): Ditto.
-       * gcc/tree-stdarg.c (execute_optimize_stdarg): Ditto.
-       * gcc/tree-ssa-math-opts.c (execute_cse_reciprocals): Ditto.
-       * gcc/tree-ssa-dom.c (tree_ssa_dominator_optimize): Ditto.
-       * gcc/tree-nrv.c (tree_nrv): Ditto.
+       * web.c (rest_of_handle_web): Ditto.
+       * tree-stdarg.c (execute_optimize_stdarg): Ditto.
+       * tree-ssa-math-opts.c (execute_cse_reciprocals): Ditto.
+       * tree-ssa-dom.c (tree_ssa_dominator_optimize): Ditto.
+       * tree-nrv.c (tree_nrv): Ditto.
        (execute_return_slot_opt): Ditto.
-       * gcc/tree-ssa-alias.c (compute_may_aliases): Ditto.
+       * tree-ssa-alias.c (compute_may_aliases): Ditto.
        (create_structure_vars): Ditto.
-       * gcc/loop-init.c (rtl_loop_init): Ditto.
+       * loop-init.c (rtl_loop_init): Ditto.
        (rtl_loop_done): Ditto.
        (rtl_move_loop_invariants): Ditto.
        (rtl_unswitch): Ditto.
        (rtl_unroll_and_peel_loops): Ditto.
        (rtl_doloop): Ditto.
-       * gcc/gimple-low.c (lower_function_body): Ditto.
+       * gimple-low.c (lower_function_body): Ditto.
        (mark_used_blocks): Ditto.
-       * gcc/tree-ssa-sink.c (execute_sink_code): Ditto.
-       * gcc/ipa-inline.c (cgraph_decide_inlining): Ditto.
+       * tree-ssa-sink.c (execute_sink_code): Ditto.
+       * ipa-inline.c (cgraph_decide_inlining): Ditto.
        (cgraph_early_inlining): Ditto.
-       * gcc/global.c (rest_of_handle_global_alloc): Ditto.
-       * gcc/jump.c (cleanup_barriers): Ditto.
+       * global.c (rest_of_handle_global_alloc): Ditto.
+       * jump.c (cleanup_barriers): Ditto.
        (purge_line_number_notes): Ditto.
-       * gcc/ifcvt.c (rest_of_handle_if_conversion): Ditto.
+       * ifcvt.c (rest_of_handle_if_conversion): Ditto.
        (rest_of_handle_if_after_reload): Ditto.
-       * gcc/tree-ssa-loop.c (tree_ssa_loop_init): Ditto.
+       * tree-ssa-loop.c (tree_ssa_loop_init): Ditto.
        (tree_ssa_loop_im): Ditto.
        (tree_ssa_loop_unswitch): Ditto.
        (tree_vectorize): Ditto.
        (tree_ssa_loop_prefetch): Ditto.
        (tree_ssa_loop_ivopts): Ditto.
        (tree_ssa_loop_done): Ditto.
-       * gcc/predict.c (tree_estimate_probability): Ditto.
-       * gcc/recog.c (split_all_insns_noflow): Ditto.
+       * predict.c (tree_estimate_probability): Ditto.
+       * recog.c (split_all_insns_noflow): Ditto.
        (rest_of_handle_peephole2): Ditto.
        (rest_of_handle_split_all_insns): Ditto.
-       * gcc/tree-eh.c (lower_eh_constructs): Ditto.
-       * gcc/regmove.c (rest_of_handle_regmove): Ditto.
+       * tree-eh.c (lower_eh_constructs): Ditto.
+       * regmove.c (rest_of_handle_regmove): Ditto.
        (rest_of_handle_stack_adjustments): Ditto.
-       * gcc/local-alloc.c (rest_of_handle_local_alloc): Ditto.
-       * gcc/function.c (instantiate_virtual_regs): Ditto.
+       * local-alloc.c (rest_of_handle_local_alloc): Ditto.
+       * function.c (instantiate_virtual_regs): Ditto.
        (init_function_for_compilation): Ditto.
        (rest_of_handle_check_leaf_regs): Ditto.
-       * gcc/gcse.c (rest_of_handle_jump_bypass): Ditto.
+       * gcse.c (rest_of_handle_jump_bypass): Ditto.
        (rest_of_handle_gcse): Ditto.
-       * gcc/ipa-type-escape.c (type_escape_execute): Ditto.
-       * gcc/alias.c (rest_of_handle_cfg): Ditto.
-       * gcc/tree-if-conv.c (main_tree_if_conversion): Ditto.
-       * gcc/profile.c (rest_of_handle_branch_prob): Ditto.
-       * gcc/tree-ssa-phiopt.c (tree_ssa_phiopt): Ditto.
-       * gcc/rtl-factoring.c (rest_of_rtl_seqabstr): Ditto.
-       * gcc/bt-load.c (rest_of_handle_branch_target_load_optimize): Ditto
-       * gcc/tree-dfa.c (find_referenced_vars): Ditto.
-       * gcc/except.c (set_nothrow_function_flags): Ditto.
+       * ipa-type-escape.c (type_escape_execute): Ditto.
+       * alias.c (rest_of_handle_cfg): Ditto.
+       * tree-if-conv.c (main_tree_if_conversion): Ditto.
+       * profile.c (rest_of_handle_branch_prob): Ditto.
+       * tree-ssa-phiopt.c (tree_ssa_phiopt): Ditto.
+       * rtl-factoring.c (rest_of_rtl_seqabstr): Ditto.
+       * bt-load.c (rest_of_handle_branch_target_load_optimize): Ditto
+       * tree-dfa.c (find_referenced_vars): Ditto.
+       * except.c (set_nothrow_function_flags): Ditto.
        (convert_to_eh_region_ranges): Ditto.
        (rest_of_handle_eh): Ditto.
-       * gcc/emit-rtl.c (unshare_all_rtl): Ditto.
+       * emit-rtl.c (unshare_all_rtl): Ditto.
        (remove_unnecessary_notes): Ditto.
-       * gcc/except.h (set_nothrow_function_flags): Ditto.
+       * except.h (set_nothrow_function_flags): Ditto.
        (convert_to_eh_region_ranges): Ditto.
-       * gcc/cfgexpand.c (tree_expand_cfg): Ditto.
-       * gcc/tree-cfgcleanup.c (merge_phi_nodes): Ditto.
-       * gcc/tree-ssa-pre.c (do_pre): Ditto.
+       * cfgexpand.c (tree_expand_cfg): Ditto.
+       * tree-cfgcleanup.c (merge_phi_nodes): Ditto.
+       * tree-ssa-pre.c (do_pre): Ditto.
        (execute_fre): Ditto.
-       * gcc/cfgcleanup.c (rest_of_handle_jump): Ditto.
+       * cfgcleanup.c (rest_of_handle_jump): Ditto.
        (rest_of_handle_jump2): Ditto.
-       * gcc/tree-sra.c (tree_sra): Ditto.
-       * gcc/tree-mudflap.c (execute_mudflap_function_ops): Ditto.
+       * tree-sra.c (tree_sra): Ditto.
+       * tree-mudflap.c (execute_mudflap_function_ops): Ditto.
        (execute_mudflap_function_decls): Ditto.
-       * gcc/tree-ssa-copy.c (do_copy_prop): Ditto.
+       * tree-ssa-copy.c (do_copy_prop): Ditto.
        (do_store_copy_prop): Ditto.
-       * gcc/ipa-prop.h (ipcp_driver): Ditto.
-       * gcc/cfglayout.c (insn_locators_initialize): Ditto.
-       * gcc/tree-ssa-forwprop.c
+       * ipa-prop.h (ipcp_driver): Ditto.
+       * cfglayout.c (insn_locators_initialize): Ditto.
+       * tree-ssa-forwprop.c
        (tree_ssa_forward_propagate_single_use_vars): Ditto.
-       * gcc/cfglayout.h (insn_locators_initialize): Ditto.
-       * gcc/tree-ssa-dce.c (tree_ssa_dce): Ditto.
-       * gcc/tree-ssa.c (execute_early_warn_uninitialized): Ditto.
+       * cfglayout.h (insn_locators_initialize): Ditto.
+       * tree-ssa-dce.c (tree_ssa_dce): Ditto.
+       * tree-ssa.c (execute_early_warn_uninitialized): Ditto.
        (execute_late_warn_uninitialized): Ditto.
-       * gcc/rtl.h (cleanup_barriers): Ditto.
+       * rtl.h (cleanup_barriers): Ditto.
        (split_all_insns_noflow): Ditto.
        (purge_line_number_notes): Ditto.
        (unshare_all_rtl): Ditto.
        (remove_unnecessary_notes): Ditto.
        (recompute_reg_usage): Ditto.
        (variable_tracking_main): Ditto.
-       * gcc/integrate.c (emit_initial_value_sets): Ditto.
-       * gcc/integrate.h (emit_initial_value_sets): Ditto.
-       * gcc/tree-optimize.c (execute_free_datastructures): Ditto
+       * integrate.c (emit_initial_value_sets): Ditto.
+       * integrate.h (emit_initial_value_sets): Ditto.
+       * tree-optimize.c (execute_free_datastructures): Ditto
        (execute_free_cfg_annotations): Ditto.
        (execute_fixup_cfg): Ditto.
        (execute_cleanup_cfg_pre_ipa): Ditto.
        (execute_cleanup_cfg_post_optimizing): Ditto.
        (execute_init_datastructures): Ditto.
-       * gcc/tree-object-size.c (compute_object_sizes): Ditto.
-       * gcc/combine.c (rest_of_handle_combine): Ditto.
-       * gcc/tree-outof-ssa.c (rewrite_out_of_ssa): Ditto.
-       * gcc/bb-reorder.c (duplicate_computed_gotos): Ditto.
+       * tree-object-size.c (compute_object_sizes): Ditto.
+       * combine.c (rest_of_handle_combine): Ditto.
+       * tree-outof-ssa.c (rewrite_out_of_ssa): Ditto.
+       * bb-reorder.c (duplicate_computed_gotos): Ditto.
        (rest_of_handle_reorder_blocks): Ditto.
        (rest_of_handle_partition_blocks): Ditto.
-       * gcc/var-tracking.c (variable_tracking_main): Ditto.
-       * gcc/tree-profile.c (tree_profiling): Ditto.
-       * gcc/tree-vect-generic.c (expand_vector_operations): Ditto.
-       * gcc/reg-stack.c (rest_of_handle_stack_regs): Ditto.
-       * gcc/sched-rgn.c (rest_of_handle_sched): Ditto.
+       * var-tracking.c (variable_tracking_main): Ditto.
+       * tree-profile.c (tree_profiling): Ditto.
+       * tree-vect-generic.c (expand_vector_operations): Ditto.
+       * reg-stack.c (rest_of_handle_stack_regs): Ditto.
+       * sched-rgn.c (rest_of_handle_sched): Ditto.
        (rest_of_handle_sched2): Ditto.
-       * gcc/basic-block.h (free_bb_insn): Ditto.
-       * gcc/tree-ssa-structalias.c (ipa_pta_execute): Ditto.
-       * gcc/tree-cfg.c (execute_build_cfg): Ditto.
+       * basic-block.h (free_bb_insn): Ditto.
+       * tree-ssa-structalias.c (ipa_pta_execute): Ditto.
+       * tree-cfg.c (execute_build_cfg): Ditto.
        (remove_useless_stmts): Ditto.
        (split_critical_edges): Ditto.
        (execute_warn_function_return): Ditto.
        (execute_warn_function_noreturn): Ditto.
-       * gcc/tree-ssa-reassoc.c (execute_reassoc): Ditto.
-       * gcc/cfgrtl.c (free_bb_for_insn): Ditto.
-       * gcc/passes.c (execute_one_pass): Run additional
+       * tree-ssa-reassoc.c (execute_reassoc): Ditto.
+       * cfgrtl.c (free_bb_for_insn): Ditto.
+       * passes.c (execute_one_pass): Run additional
        todos returned by execute function.
-       * gcc/tree-pass.h (struct tree_opt_pass): Make execute
+       * tree-pass.h (struct tree_opt_pass): Make execute
        return a value.
 
 2006-03-02  Richard Guenther  <rguenther@suse.de>
 
 2006-02-26  Roger Sayle  <roger@eyesopen.com>
 
-       * fold-const.c (fold_binary) <EQ_EXPR>:  Fold (~X & C) eq/ne 0 as
+       * fold-const.c (fold_binary) <EQ_EXPR>: Fold (~X & C) eq/ne 0 as
        (X & C) ne/eq 0, where C is a single bit, i.e. a power of two.
        Fold both "((X & C) ^ C) eq/ne 0" and "((X ^ C) & C) eq/ne 0"
        as (X & C) ne/eq 0.
            James A. Morrison  <phython@gcc.gnu.org>
 
        PR middle-end/21137
-       * fold-const.c (fold_binary) <EQ_EXPR>:  Fold ((X>>C1)&C2) eq/ne 0,
+       * fold-const.c (fold_binary) <EQ_EXPR>: Fold ((X>>C1)&C2) eq/ne 0,
        when C2 is a power of two, as either (X&(C2<<C1)) eq/ne 0 if the
        new constant C2<<C1, or as (X<0) or (X,false) depending upon the
        signedness of the shift operation.
 
 2006-02-25  Roger Sayle  <roger@eyesopen.com>
 
-       * simplify-rtx.c (simplify_relational_operation_1):  Simplify
+       * simplify-rtx.c (simplify_relational_operation_1): Simplify
        (X^Y) == 0 as X == Y and (X^Y) != 0 as X != Y.  Simplify (X^Y) == Y
        as X == 0, and some symmetry related transformations.
        Simplify (X^C1) == C2 as X == (C1^C2).  Split long comment line.
 2006-02-25  Roger Sayle  <roger@eyesopen.com>
 
        PR middle-end/23673
-       * fold-const.c (fold_binary) <EQ_EXPR>:  Fold (X^Y) == 0 as X == Y
+       * fold-const.c (fold_binary) <EQ_EXPR>: Fold (X^Y) == 0 as X == Y
        and (X^Y) != 0 as X != Y.  Fold (X^Y) == Y as X == 0, and some
        symmetry related transformations.  Fold (X^C1) == C2 as
        X == (C1^C2).
 2006-02-23  Daniel Berlin  <dberlin@dberlin.org>
 
        Fix PR tree-optimization/26376
-       * tree-ssa-structalias.c (find_func_aliases):  Use get_id_for_tree,
+       * tree-ssa-structalias.c (find_func_aliases): Use get_id_for_tree,
        remove assert.
 
 2006-02-23  Jakub Jelinek  <jakub@redhat.com>
 
 2006-02-08  Nathan Sidwell  <nathan@codesourcery.com>
 
-       * gcc/config/m68k/lb1sf68.asm (__divsf3, __divdf3, __mulsf3,
+       * config/m68k/lb1sf68.asm (__divsf3, __divdf3, __mulsf3,
        __muldf3): Return a correctly signed zero.
 
 2006-02-08  Paolo Bonzini  <bonzini@gnu.org>
        simplify_cond_and_lookup_avail_expr.
        * tree-flow.h (potentially_threadable_block): Prototype.
        (thread_across_edge): Likewise.
-       * Makefile.in (OBJS-common):  Add tree-ssa-threadedge.o
+       * Makefile.in (OBJS-common): Add tree-ssa-threadedge.o
        (tree-ssa-threadedge.o): Add dependencies.
        * tree-ssa-threadedge.c: New file.
        * passes.c (init_optimization_passes): Merge PHIs before
 
 2006-01-31  Nathan Sidwell  <nathan@codesourcery.com>
 
-       * gcc/config/m68k/lb1sf68.asm: Use moveq to load small constants.
+       * config/m68k/lb1sf68.asm: Use moveq to load small constants.
 
 2006-01-31  Richard Guenther  <rguenther@suse.de>
 
        * df-problems.c (df_ru_bb_local_compute_process_def):
        Added code to handle artifical defs in the entry to a function.
        (df_ru_bb_local_compute): Ditto.
-       (df_rd_bb_local_compute_process_def):  Ditto.
+       (df_rd_bb_local_compute_process_def): Ditto.
        (df_rd_bb_local_compute): Ditto.
        (df_lr_bb_local_compute): Ditto.
        (df_ur_bb_local_compute): Ditto.
-       (df_urec_bb_local_compute):  Ditto.
-       (df_chain_create_bb):  Ditto.
+       (df_urec_bb_local_compute): Ditto.
+       (df_chain_create_bb): Ditto.
        (df_ur_local_finalize): Removed entry.
        (df_urec_init): Ditto.
        (df_urec_local_finalize): Ditto.
 
 2006-01-22  Zack Weinberg  <zackw@panix.com>
 
-       * genautomata.c:  Include vec.h, not varray.h.
+       * genautomata.c: Include vec.h, not varray.h.
        Delete vla_ptr_t, all of the VLA_PTR_ macros, and all of the
        VLA_HWINT_ macros.  Change vla_hwint_t to a typedef for
        VEC(vect_el_t,heap) *.  Convert all uses of VLA_* macros to
 
 2006-01-19  Paul Brook  <paul@codesourcery.com>
 
-       * gcc/config/arm/arm.c (arm_compute_func_type): Treat all functions
+       * config/arm/arm.c (arm_compute_func_type): Treat all functions
        as nothrow when unwinding tables are disabled.
 
 2006-01-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
        (get_nmt_for): Ditto.
        (create_global_var):
        (is_escape_site): Return an escape_type enumeration.
-       * tree-flow-inline.h (is_call_clobbered):  Global var does not
+       * tree-flow-inline.h (is_call_clobbered): Global var does not
        imply call clobbered.
        (mark_call_clobbered): Take a reason for marking this. Remove
        marking of globalness, and cache invalidation.
 
 2006-01-18  Daniel Berlin  <dberlin@dberlin.org>
 
-       * ipa-reference.c (check_operand):  Allow FUNCTION_DECL.
+       * ipa-reference.c (check_operand): Allow FUNCTION_DECL.
        (look_for_address_of): Ditto.
        (ipa_init): Walk the function decls.
        (static_execute): Don't set readonly on FUNCTION_DECL's.