* tree-ssa-loop-ivopts.c (ivopts_data, decl_rtl_to_reset,
[official-gcc.git] / gcc / ChangeLog
blob7749832e3bdd713a23e4737632fd2db13d398252
1 2005-04-26  Kazu Hirata  <kazu@cs.umass.edu>
3         * tree-ssa-loop-ivopts.c (ivopts_data, decl_rtl_to_reset,
4         n_iv_uses, iv_use, n_iv_cands, iv_cand,
5         tree_ssa_iv_optimize_init, record_use, add_candidate_1,
6         prepare_decl_rtl, free_loop_data,
7         tree_ssa_iv_optimize_finalize): Use the VEC API instead of
8         VARRAY.
10 2005-04-26  Paul Brook  <paul@codesourcery.com>
12         * config/arm/arm.md (thumb_mulsi3): Use two-operand assembly form.
14 2005-04-26  Nathan Sidwell  <nathan@codesourcery.com>
16         * config/mips.mips.c (mips_legitimize_tls_address): Use
17         gcc_unreachable.
19         * config/mmix/mmix.c (mmix_assemble_integer): Use gcc_assert.
20         * config/mmix/crti.asm (_init): Reword comment to avoid 'abort'.
21         * config/mmix/mmix.md (nonlocal_goto_receiver): Likewise.
23         * config/sparc/sparc.h (enum reg_class): Reword comment to avoid
24         'abort'.
26 2005-04-26  Jeff Law  <law@redhat.com>
28         * tree-flow-inline.h (op_iter_next_must_and_may_def): New.
29         (op_iter_init_must_and_may_def): Likewise.
30         (unmodifiable_var_p): Move to a later point in the file.
31         * tree-ssa-operands.h (FOR_EACH_SSA_MUST_AND_MAY_DEF_OPERAND): New.
32         * tree-ssa-dse.c (need_imm_uses_for): Remove, no longer needed.
33         (dse_record_phis): Directly check for virtual operands rather than
34         using need_imm_uses_for.
35         (dse_optimize_stmt): Handle V_MUST_DEF operands.  Handle case where
36         store has multiple V_{MAY,MUST}_DEF operands.
38 2005-04-26  Andrew MacLeod  <amacleod@redhat.com>
40         * tree-cfg.c (bsi_replace): Delink immediate uses for the original
41         stmt.
43 2005-04-26  Kazu Hirata  <kazu@cs.umass.edu>
45         * tree-cfg.c (lv_adjust_loop_header_phi): Speed up moving a
46         call to find_edge outside a loop to go through a PHI chain.
48 2004-04-26  Richard Guenther  <rguenth@gcc.gnu.org>
50         PR tree-optimization/17598
51         * fold-const.c (fold_binary): Fold comparisons of addresses
52         of COMPONENT_REFs which reference the same field to
53         comparisons of the addresses of the base objects.
55 2005-04-26  Julian Brown  <julian@codesourcery.com>
57         * config/arm/arm.c (arm_return_in_msb): New function.
58         (arm_must_pass_in_stack): New function.
59         (TARGET_RETURN_IN_MSB): Define target hook.
60         (TARGET_MUST_PASS_IN_STACK): Define target hook.
61         (arm_function_value): Pad small aggregate return.
62         (arm_pad_arg_upward): New function.
63         (arm_pad_reg_upward): New function.
64         * config/arm/arm.h (PROMOTE_FUNCTION_MODE): Include complex values.
65         (FUNCTION_ARG_PADDING): Define macro.
66         (BLOCK_REG_PADDING): Define macro.
67         (PAD_VARARGS_DOWN): Correct padding for AAPCS.
68         * config/arm/arm-protos.h (arm_pad_arg_upward): Declare function.
69         (arm_pad_reg_upward): Declare function.
71 2005-04-26  Kazu Hirata  <kazu@cs.umass.edu>
73         * basic-block.h (ei_cond): New.
74         (FOR_EACH_EDGE): Call ei_cond.
76         PR tree-optimization/21047
77         * fold-const.c (fold_binary): Abort on ASSERT_EXPR.
78         (fold): Don't handle ASSERT_EXPR.
80 2005-04-25  Roger Sayle  <roger@eyesopen.com>
82         * sched-deps.c (sched_analyze_1): On STACK_REGS targets, x87, treat
83         all writes to any stack register as a read/write dependency on
84         FIRST_STACK_REG.
85         (sched_analyze_2): Likewise, for reads from any stack register.
87 2005-04-25  Richard Henderson  <rth@redhat.com>
89         * final.c (output_addr_const): Revert 2005-04-09 change.
91 2005-04-25  Mike Stump  <mrs@apple.com>
93         * config/darwin.c (darwin_encode_section_info): Always set
94         MACHO_SYMBOL_STATIC for all ! TREE_PUBLIC symbols.
96 2005-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
98         * collect2.c, gcc.c, gcov-dump.c, gcov.c, gen-protos.c,
99         gensupport.c, protoize.c, toplev.c: Replace calls to
100         `unlock_stream' with `unlock_std_streams'.
102 2005-04-25  Devang Patel <dpatel@apple.com>
104         * dbxout.c (dbxout_type): Emit attribute vector.
105         
106 2005-04-05  Paul Brook  <julian@codesourcery.com>
108         * target-def.h (TARGET_CXX_USE_AEABI_ATEXIT): Define.
109         * target.h (struct gcc_target): Add cxx.use_aeabi_atexit.
110         * config/arm/arm.c (arm_cxx_atexit_name): New function.
111         (TARGET_CXX_USE_AEABI_ATEXIT): New macro.
112         * cp/decl.c (get_atexit_node): Reorder arguments for __aeabi_atexit.
113         (register_dtor_fn): Likewise.
114         * doc/tm.texi: Document TARGET_CXX_USE_AEABI_ATEXIT.
116 2005-04-25  Ian Lance Taylor  <ian@airs.com>
118         * c-common.def (EXPR_STMT): Remove, moved to C++ frontend.
119         * c-common.h (EXPR_STMT_EXPR): Don't define.
120         (c_common_stmt_codes): Don't define.
121         * c-dump.c (c_dump_tree): Remove EXPR_STMT case.
122         * c-gimplify.c (gimplify_expr_stmt): Remove.
123         (c_gimplify_expr): Remove EXPR_STMT case.
124         * c-objc-common.c (c_objc_common_init): Remove stmt_codes and call
125         to INIT_STATEMENT_CODES.
126         * c-pretty-print.c (pp_c_statement): Just call dump_generic_node.
128 2005-04-25  Jan Hubicka  <jh@suse.cz>
130         * tree-cfg.c (tree_duplicate_bb): Duplicate EH region too.
132         * except.c: Include diagnostic.h
133         (dump_eh_tree, verify_eh_tree): New functions.
134         * except.h (verify_eh_tree, dump_eh_tree, verify_eh_edges): Declare.
135         * tree-cfg.c (tree_verify_flow_info): verify eh edges.
136         (dump_function_to_file): dump eh tree.
137         * tree-eh.c (mark_eh_edge): New function.
138         (mark_eh_edge_found_error): New static variable.
139         (verify_eh_edges): New function.
141 2005-04-25  Nathan Sidwell  <nathan@codesourcery.com>
143         * tree-ssa-alias.c (fieldoff_t): Remove.
144         (fieldoff_s): typedef the structure itself.  Create a vector of
145         objects.
146         (push_fields_onto_fieldstack): Return count of fields pushed.
147         Remove peeling of first field.  Adjust.
148         (fieldoff_compare): Adjust.
149         (create_overlap_variables_for): Adjust.
151 2005-04-25  Joseph S. Myers  <joseph@codesourcery.com>
153         * doc/invoke.texi (Blackfin Options): Avoid empty @opindex line.
155 2005-04-25  Joseph S. Myers  <joseph@codesourcery.com>
157         PR bootstrap/21215
158         * doc/install.texi: Document correct assembler and linker to use
159         on i?86-*-solaris2.10.
161 2005-04-25  Steven Bosscher  <stevenb@suse.de>
163         Fix PR tree-optimization/21173
165         * tree-ssa-pre.c (create_expression_by_pieces): Simplify code.
166         Unshare expression we pass to force_gimple_operand.
168 2005-04-25  J"orn Rennecke <joern.rennecke@st.com>
169             Stephen Clarke <stevec@superh.com>
170             Roger Sayle <roger@eyesopen.com>
172         PR rtl-optimization/20413
173         * cfgrtl.c (redirect_edge_and_branch): Use Pmode instead of
174         VOIDmode for LABEL_REF.
175         * final.c (shorten_branches): Likewise.
176         * jump.c (mark_all_labels, redirect_exp_1): Likewise.
177         * loop.c (reg_dead_after_loop): Likewise.
178         * varasm.c (decode_addr_const): Likewise.
179         * doc/rtl.texi: Document mode requirement for LABEL_REF.
181 2005-04-25  Ralf Corsepius  <ralf.corsepius@rtems.org>
183         * config.gcc (avr-*-*): Remove redundant "case".
185 2005-04-25  Kazu Hirata  <kazu@cs.umass.edu>
187         * tree-vect-analyze.c (vect_mark_relevant): Take
188         VEC(tree,heap) instead of varray_type as an argument.
189         (vect_mark_stmts_to_be_vectorized): Change the type of
190         worklist to VEC(tree,heap).  Adjust uses of worklist.
192 2005-04-24  Devang Patel  <dpatel@apple.com>
194         *  config/rs6000/darwin.h (ASM_OUTPUT_MAX_SKIP_ALIGN): New.
195         
196 2005-04-24  Ian Lance Taylor  <ian@airs.com>
198         * c-semantics.c (build_stmt): Remove test of specific tree codes
199         for TREE_SIDE_EFFECTS handling.
201 2005-04-24  Per Bothner  <per@bothner.com>
203         * c-opts.c (finish_options):  Make the line-number of the <built-in>
204         location 0, as assumed elsewhere, rather than 1.
206 2005-04-24  Kazu Hirata  <kazu@cs.umass.edu>
208         * tree-ssa-uncprop.c (equiv_stack): Change the type o
209         VEC(tree,heap).
210         (tree_ssa_uncprop, uncprop_finalize_block,
211         uncprop_initialize_block): Update uses of equiv_stack.
213 2005-04-24  Richard Henderson  <rth@redhat.com>
215         PR rtl-opt/21163
216         * simplify-rtx.c (simplify_binary_operation) <IOR>: Check
217         for SCALAR_INT_MODE_P instead of not MODE_CC before returning
218         constm1_rtx.
219         <AND, LSHIFTRT, UMIN>: Use CONST0_RTX.
220         <UDIV, UMOD>: Use CONST0_RTX and CONST1_RTX.
221         <DIV, MOD>: Likewise.
223 2005-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
225         * collect2.c (main): Unlock the stdio streams.
226         * gcc.c (main): Likewise.
227         * gcov-dump.c (main): Likewise.
228         * gcov.c (main): Likewise.
229         * gen-protos.c (main): Likewise.
230         * gensupport.c (init_md_reader_args_cb): Likewise.
231         * protoize.c (main): Likewise.
232         * toplev.c (general_init): Likewise.
234 2005-04-24  Jakub Jelinek  <jakub@redhat.com>
236         PR middle-end/20991
237         * cgraph.h (cgraph_local_info): Add vtable_method field.
238         * varasm.c (mark_decl_referenced): If cgraph_global_info_ready
239         and node is vtable_method, finalized and not reachable, don't do
240         anything.
242 2005-04-24  Kazu Hirata  <kazu@cs.umass.edu>
244         * tree-ssa-copy.c (copy_prop_visit_cond_stmt): Use
245         COMPARISON_CLASS_P.
246         * tree-ssa-pre.c (create_value_expr_from): Use
247         CONSTANT_CLASS_P and REFERENCE_CLASS_P.
248         * tree-ssa-propagate.c (stmt_makes_single_load,
249         stmt_makes_single_store): Use REFERENCE_CLASS_P.
250         * tree-vect-transform.c (vect_is_simple_cond): Use
251         COMPARISON_CLASS_P.
252         * tree-vrp.c (extract_range_from_assert,
253         build_assert_expr_for, fp_predicate, has_assert_expr): Use
254         COMPARISON_CLASS_P.
256         * tree-ssa-live.c (build_tree_conflict_graph): Change the type
257         of tpa_to_clear to VEC(int,heap).  Update uses of
258         tpa_to_clear.  Free tpa_to_clear at the end.
260 2005-04-24  Andrew Pinski  <pinskia@physics.uc.edu>
262         * tree.h (TREE_THIS_VOLATILE): Document the effect on a
263         function decl.
265 2005-04-24  Nathan Sidwell  <nathan@codesourcery.com>
267         * config/rs6000/rs6000.c (rs6000_override_options): Use gcc_assert
268         and gcc_unreachable as appropriate.
269         (num_insns_constant, output_vec_const_move,
270         build_mask64_2_operands, rs6000_output_dwarf_dtprel,
271         rs6000_emit_set_const, rs6000_emit_move,
272         spe_build_register_parallel, function_arg,
273         rs6000_move_block_from_reg, altivec_expand_predicate_builtin,
274         spe_expand_predicate_builtin, spe_expand_evsel_builtin,
275         rs6000_expand_builtin, spe_init_builtins, altivec_init_builtins,
276         rs6000_common_init_builtins, expand_block_clear,
277         expand_block_move, validate_condition_mode, ccr_bit, extract_MB,
278         extract_ME, rs6000_get_some_local_dynamic_name,
279         rs6000_output_function_entry, print_operand,
280         print_operand_address, rs6000_generate_compare, rs6000_emit_sCOND,
281         output_cbranch, output_e500_flip_gt_bit,
282         rs6000_emit_vector_compare, rs6000_emit_vector_compare,
283         rs6000_emit_cmove, rs6000_emit_minmax, rs6000_split_multireg_move,
284         compute_save_world_info, rs6000_stack_info,
285         rs6000_emit_load_toc_table, rs6000_frame_related,
286         spe_synthesize_frame_save, rs6000_emit_epilogue,
287         rs6000_output_function_epilogue, rs6000_hash_constant, output_toc,
288         output_function_profiler, rs6000_trampoline_size,
289         rs6000_initialize_trampoline, find_addr_reg,
290         rs6000_machopic_legitimize_pic_address,
291         rs6000_initial_elimination_offset,
292         rs6000_dbx_register_number): Likewise.
293         * config/rs6000/rs6000.md (*fix_truncdfsi2_internal,
294         *movdf_hardfloat32, *movdf_softfloat32, *fix_trunctfsi2_internal,
295         *movti_power, *movti_string, call, call_value, sibcall,
296         sibcall_value): Likewise.
297         * config/rs6000/spe.md (*movdf_e500_double,
298         *movv2si_internal): Likewise.
299         * config/rs6000/rs6000.h (PREFERRED_RELOAD_CLASS): Remove 'abort'
300         from comment.
302 2005-04-24  Richard Henderson  <rth@redhat.com>
304         PR target/21101
305         * config/i386/i386.h (CANNOT_CHANGE_MODE_CLASS): Move guts to ...
306         * config/i386/i386.c (ix86_cannot_change_mode_class): ... here.
307         Deny modes smaller than 4 bytes.
308         * config/i386/i386-protos.h: Update.
310 2005-04-24  Ralf Corsepius  <ralf.corsepius@rtems.org>
312         * config.gcc (h8300-*-rtems*): Add h8300-*-rtemscoff*.
313         Switch h8300-*-rtems* to ELF.
315 2005-04-24  Kazu Hirata  <kazu@cs.umass.edu>
317         * vec.h (VEC_safe_grow): Replace grow with safe_grow.
319 2005-04-23  Kazu Hirata  <kazu@cs.umass.edu>
321         * ipa-inline.c, tree-ssa-operands.h: Fix comment typos.
323 2005-04-23  Richard Guenther  <rguenth@gcc.gnu.org>
325         PR middle-end/21082
326         * fold-const.c: Fold &a[i]-&a[j] to i-j.
328 2005-04-23  Zdenek Dvorak  <dvorakz@suse.cz>
330         * tree-ssa-loop-niter.c (tree_simplify_using_condition): Expand simple
331         definitions of ssa names in condition.  Split recusive part to ...
332         (tree_simplify_using_condition_1): New function.
333         (expand_simple_operations): New function.
335 2005-04-23  Zdenek Dvorak  <dvorakz@suse.cz>
337         * tree-ssa-loop-ivopts.c (struct cost_pair): Add value field.
338         (find_interesting_uses_cond): Do not use integer_zerop and
339         integer_nonzerop to check for integer constants.
340         (set_use_iv_cost): Record the value field.
341         (determine_use_iv_cost_generic, determine_use_iv_cost_address,
342         determine_use_iv_cost_outer): Set the value field of the cost pair.
343         (may_eliminate_iv): Do not return the comparison code.
344         (iv_elimination_compare): New function.
345         (determine_use_iv_cost_condition): Set the value field.  Record
346         noneliminable invariants correctly.
347         (rewrite_use_compare, rewrite_use_outer): Use the value field.
349 2005-04-23  DJ Delorie  <dj@redhat.com>
351         * diagnostic.c (warning): Accept parameter to classify warning option.
352         (warning0): New, for when a pointer to an error() like function is needed.
353         * errors.c (warning): Likewise.
354         * errors.h (warning, warning0): Adjust prototypes.
355         * toplev.h (warning, warning0): Likewise.
357         * attribs.c, builtins.c, c-common.c, c-decl.c, c-format.c,
358         c-gimplify.c, c-lex.c, c-objc-common.c, c-opts.c, c-parser.c,
359         c-pragma.c, c-typeck.c, calls.c, cgraph.c, coverage.c, emit-rtl.c,
360         fold-const.c, fortran/trans-decl.c, function.c, gcse.c,
361         genautomata.c, haifa-sched.c, opts.c, passes.c, regclass.c,
362         reload1.c, stmt.c, stor-layout.c, toplev.c, tree-cfg.c,
363         tree-dump.c, tree-inline.c, tree-mudflap.c, tree-optimize.c,
364         tree-ssa.c, tree.c, varasm.c: Adjust warning() callers.
366         * config/alpha/alpha.c, config/arc/arc.c, config/arm/arm.c,
367         config/avr/avr.c, config/bfin/bfin.c, config/c4x/c4x-c.c,
368         config/c4x/c4x.c, config/cris/cris.c, config/darwin-c.c,
369         config/darwin.c, config/darwin.h, config/h8300/h8300.c,
370         config/i386/cygming.h, config/i386/djgpp.h, config/i386/i386.c,
371         config/i386/winnt.c, config/ia64/ia64-c.c, config/ia64/ia64.c,
372         config/ip2k/ip2k.c, config/m32r/m32r.c, config/m68hc11/m68hc11.c,
373         config/m68k/m68k.c, config/mcore/mcore.c, config/mips/mips.c,
374         config/mmix/mmix.c, config/ns32k/ns32k.c, config/pa/pa-hpux11.h,
375         config/pa/pa.c, config/rs6000/aix43.h, config/rs6000/aix51.h,
376         config/rs6000/aix52.h, config/rs6000/darwin.h,
377         config/rs6000/rs6000-c.c, config/rs6000/rs6000.c,
378         config/s390/s390.c, config/sh/sh.c, config/sh/sh.h,
379         config/sh/symbian.c, config/sol2-c.c, config/sol2.c,
380         config/stormy16/stormy16.c, config/v850/v850-c.c,
381         config/v850/v850.c, config/xtensa/xtensa.c: Adjust warning()
382         callers.
383         
384 2005-04-23  Richard Henderson  <rth@redhat.com>
386         PR rtl-opt/21102
387         * simplify-rtx.c (simplify_binary_operation): Fix mode check before
388         performing some integral scalar simplifications.
390 2005-04-23  Richard Henderson  <rth@redhat.com>
392         PR target/21099
393         * config/i386/i386.c (ix86_split_to_parts): Use proper mode when
394         simplifying CONST_VECTOR.
396 2005-04-23  Kazu Hirata  <kazu@cs.umass.edu>
398         * tree-ssa-live.c (live_worklist): Take a stack allocated on
399         heap as an argument.  Update uses of stack.
400         (calculate_live_on_entry): Allocate stack on heap.
402         * tree-ssa-live.c (build_tree_conflict_graph): Allocate
403         partition_link and tpa_nodes on heap.
405         * tree-ssa-dce.c (worklist): Change to VEC(tree,heap).
406         (mark_stmt_necessary, propagate_necessity,
407         mark_really_necessary_kill_operand_phis): Update uses of
408         worklist.
409         (tree_dce_init): Allocate worklist using VEC_alloc.
410         (tree_dce_done): Free worklist using VEC_free.
412 2005-04-23  Mike Stump  <mrs@apple.com>
414         * config/darwin.c (machopic_indirection_name): Don't use
415         quotes needlessly.
416         (darwin_emit_unwind_label): Use user_label_prefix instead of
417         "_".
419 2005-04-23  Kazu Hirata  <kazu@cs.umass.edu>
421         * final.c, ipa-inline.c, varasm.c: Fix comment typos.
423 2005-04-23  Hans-Peter Nilsson  <hp@axis.com>
425         * config.gcc <cris-*>: Specify .opt files.
426         * config/cris/cris.opt, config/cris/elf.opt, config/cris/aout.opt,
427         config/cris/linux.opt: New files.
428         * config/cris/aout.h (CRIS_SUBTARGET_SWITCHES)
429         (CRIS_SUBTARGET_LONG_OPTIONS): Don't define.
430         (TARGET_ELF): Override to 0.
431         (CRIS_SUBTARGET_HANDLE_OPTION): Override to handle -melinux and
432         -melinux-stacksize=N.
433         * config/cris/cris.c: (cris_handle_option): New function.
434         (TARGET_DEFAULT_TARGET_FLAGS): Override.
435         (TARGET_HANDLE_OPTION): Override to cris_handle_option.
436         (cris_override_options): Use MASK_*, not TARGET_MASK_*.
437         * config/cris/cris.h (TARGET_MASK_SVINTO, TARGET_SVINTO,
438         (TARGET_MASK_CCINIT, TARGET_CCINIT, TARGET_MASK_PDEBUG)
439         (TARGET_PDEBUG, TARGET_MASK_SIDE_EFFECT_PREFIXES)
440         (TARGET_SIDE_EFFECT_PREFIXES, TARGET_MASK_EXPAND_MUL)
441         (TARGET_EXPAND_MUL, TARGET_MASK_STACK_ALIGN, TARGET_STACK_ALIGN)
442         (TARGET_MASK_CONST_ALIGN, TARGET_CONST_ALIGN)
443         (TARGET_MASK_DATA_ALIGN, TARGET_DATA_ALIGN)
444         (TARGET_MASK_PROLOGUE_EPILOGUE, TARGET_PROLOGUE_EPILOGUE)
445         (TARGET_MASK_ETRAX4_ADD, TARGET_ETRAX4_ADD)
446         (TARGET_MASK_ALIGN_BY_32, TARGET_ALIGN_BY_32, TARGET_MASK_ELF)
447         (TARGET_ELF, TARGET_MASK_LINUX, TARGET_LINUX)
448         (TARGET_MASK_AVOID_GOTPLT, TARGET_AVOID_GOTPLT)
449         (TARGET_MASK_MUL_BUG, TARGET_MUL_BUG, TARGET_SWITCHES)
450         (CRIS_SUBTARGET_SWITCHES, TARGET_OPTIONS)
451         (CRIS_SUBTARGET_LONG_OPTIONS): Don't define.
452         (TARGET_LINUX): Define 0.
453         (TARGET_DEFAULT): Use MASK_*, not TARGET_MASK_*.
454         (CRIS_SUBTARGET_DEFAULT): Define to 0, not TARGET_MASK_ELF.
455         (CRIS_SUBTARGET_DEFAULT): New empty default macro.
456         * config/cris/linux.h (CRIS_SUBTARGET_SWITCHES): Don't define.
457         (TARGET_LINUX): Override to 1.
458         (CRIS_SUBTARGET_DEFAULT): Use MASK_*, not TARGET_MASK_*.
460 2005-04-23  Nathan Sidwell  <nathan@codesourcery.com>
462         * haifa-sched.c (schedule_block): Fix thinko in previous
463         assertification patch.
465 2005-04-23  Richard Sandiford  <rsandifo@redhat.com>
467         * config.gcc (hppa[12]*-*-hpux10*): Add pa/pa-hpux.opt to
468         $extra_options.  Also add pa/pa-hpux1010.opt for hpux10.[1-9]*.
469         (hppa*64*-*-hpux11*): Add pa/pa-hpux1010.h to $tm_file.  Add
470         pa/pa-hpux.opt, pa/pa-hpux1010.opt and pa/pa64-hpux.opt to
471         $extra_options.  Also add pa/pa-hpux1111.opt for hpux11.[1-9]*.
472         (hppa[12]*-*-hpux11*): Add pa/pa-hpux1010.h to $tm_file.  Add
473         pa/pa-hpux.opt to $extra_options.  Also add pa/pa-hpux1111.opt
474         for hpux11.[1-9]*.
475         * config/pa/pa.h (architecture_type, rtx_def, pa_arch_string, pa_arch)
476         (pa_fixed_range_string, pa_cpu_string, pa_unix_string, target_flags)
477         (MASK_PA_11, MASK_DISABLE_FPREGS, TARGET_DISABLE_FPREGS)
478         (MASK_NO_SPACE_REGS, TARGET_NO_SPACE_REGS, MASK_JUMP_IN_DELAY)
479         (TARGET_JUMP_IN_DELAY, MASK_DISABLE_INDEXING, TARGET_DISABLE_INDEXING)
480         (MASK_PORTABLE_RUNTIME, TARGET_PORTABLE_RUNTIME, MASK_GAS, TARGET_GAS)
481         (MASK_SOFT_FLOAT, TARGET_SOFT_FLOAT, MASK_LONG_LOAD_STORE)
482         (TARGET_LONG_LOAD_STORE, MASK_FAST_INDIRECT_CALLS)
483         (TARGET_FAST_INDIRECT_CALLS, MASK_BIG_SWITCH, TARGET_BIG_SWITCH)
484         (MASK_PA_20, MASK_SIO, TARGET_SIO, MASK_GNU_LD, TARGET_GNU_LD)
485         (MASK_LONG_CALLS, TARGET_LONG_CALLS, TARGET_PA_11, TARGET_PA_20)
486         (TARGET_SWITCHES, SUBTARGET_SWITCHES, TARGET_OPTIONS)
487         (SUBTARGET_OPTIONS): Delete.
488         (TARGET_PA_10): Redefine in terms of TARGET_PA_11 and TARGET_PA_20.
489         (TARGET_SCHED_DEFAULT): Define to a PROCESSOR_* enum (PROCESSOR_8000)
490         instead of a string.
491         * config/pa/pa.c (pa_arch, pa_arch_string, pa_fixed_range_string)
492         (pa_cpu_string, pa_unix_string): Delete.
493         (pa_cpu): Initialize to TARGET_SCHED_DEFAULT.
494         (flag_pa_unix): Initialize based on TARGET_HPUX_11_11 and
495         TARGET_HPUX_10_10.
496         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
497         (pa_handle_option): New function.
498         (override_options): Remove handling of -march=, -mfixed-range=,
499         -mschedule= and -munix=.
500         * config/pa/pa-hpux.h (SUBTARGET_SWITCHES): Delete.
501         * config/pa/pa-hpux1010.h (SUBTARGET_OPTIONS): Delete.
502         * config/pa/pa-hpux10.h (SUBTARGET_OPTIONS): Delete.
503         * config/pa/pa-hpux1111.h (SUBTARGET_OPTIONS): Delete.
504         * config/pa/pa-hpux11.h (SUBTARGET_OPTIONS): Delete.
505         * config/pa/pa64-hpux.h (SUBTARGET_SWITCHES): Delete.
506         * config/pa/pa64-start.h (TARGET_PA_11, TARGET_PA_20): #undef before
507         redefining.
508         * config/pa/pa.opt: New file.
509         * config/pa/pa-hpux.opt: New file.
510         * config/pa/pa-hpux1010.opt: New file.
511         * config/pa/pa-hpux1111.opt: New file.
512         * config/pa/pa64-hpux.opt: New file.
514 2005-04-22  David S. Miller  <davem@davemloft.net>
516         * rtl.h (CONST_DOUBLE): Fix comment, a CONST_DOUBLE holds an
517         integer when it's mode is VOIDmode not DImode.
519 2005-04-22  Geoffrey Keating  <geoffk@apple.com>
521         * config/rs6000/rs6000.md (sync_add<mode>_internal,
522         sync_addshort_internal, sync_sub<mode>_internal, sync_andsi_internal,
523         sync_anddi_internal, sync_boolsi_internal, sync_booldi_internal,
524         sync_boolc<mode>_internal, sync_boolc<mode>_internal2,
525         sync_boolcc<mode>_internal, sync_lock_test_and_set<mode>): Use
526         "bne- $-xxx" rather than local labels.
527         (sync_lock_release<mode>): Add second operand.
528         (lwsync): Use .long rather than a more meaningful opcode.
529         * doc/md.texi (Standard Names): Add description of second
530         parameter to sync_lock_test_and_set.
532 2005-04-23  Kazu Hirata  <kazu@cs.umass.edu>
534         PR tree-optimization/21088
535         * fold-const.c (fold_unary, fold_binary, fold_ternary):
536         Export.
537         * tree-vrp.c (compare_values): Use fold_binary to compare
538         pointers.  Use boolean_type_node as the type of a comparison
539         expression being folded.
540         * tree.h: Add prototypes for fold_unary, fold_binary,
541         fold_ternary.
543         * tree-ssa-dom.c: Fix formatting.
545 2005-04-22  Diego Novillo  <dnovillo@redhat.com>
547         * Makefile.in (tree-into-ssa.o): Add dependency on PARAMS_H.
548         * lambda-code.c (perfect_nestify): Mark virtual operands in
549         the moved statement for renaming.
550         * params.def (PARAM_MIN_VIRTUAL_MAPPINGS): Define.
551         (PARAM_VIRTUAL_MAPPINGS_TO_SYMS_RATIO): Define.
552         * params.h (MIN_VIRTUAL_MAPPINGS): Define.
553         (VIRTUAL_MAPPINGS_TO_SYMS_RATIO): Define.
554         * tree-flow.h (struct var_ann_d): Update comments.
555         (rewrite_to_new_ssa_names_bb, rewrite_to_new_ssa_names,
556         allocate_ssa_names, find_phi_node_for, dump_tree_ssa,
557         debug_tree_ssa, debug_def_blocks, dump_tree_ssa_stats,
558         debug_tree_ssa_stats, rewrite_ssa_into_ssa,
559         dump_repl_tbl, debug_repl_tbl, dump_names_replaced_by,
560         debug_names_replaced_by): Remove declarations.
561         (delete_update_ssa, get_current_def, set_current_def): Declare.
562         (rewrite_into_loop_closed_ssa): Add new argument.  Update
563         all callers.
564         * tree-into-ssa.c: Include params.h.
565         (old_virtual_ssa_names): Remove.  Update all users.
566         (need_to_replace_names_p): Remove.  Update all users.
567         (struct update_ssa_stats_d): Declare.
568         (update_ssa_stats): New local.
569         (dump_tree_ssa, debug_tree_ssa, debug_def_blocks,
570         dump_tree_ssa_stats, debug_tree_ssa_stats,
571         dump_update_ssa, debug_update_ssa,
572         dump_names_replaced_by, debug_names_replaced_by): Declare.
573         (get_current_def, set current_def): Make extern.
574         (is_old_name, is_new_name): Protect against references
575         past the end of the sets.
576         (add_new_name_mapping): Assert that OLD and NEW are
577         different SSA names for the same symbol.
578         When adding a virtual mapping, update stats for virtual
579         mapping heuristic.
580         (insert_phi_nodes_for): If UPDATE_P is true, create the
581         LHS of the new PHI by duplicating SSA name VAR.
582         (insert_phi_nodes_1): Remove.  Update all users.
583         (insert_phi_nodes): Remove second argument.  Update all
584         users.
585         (maybe_replace_use, maybe_replace_def): New.
586         (rewrite_update_stmt): Call them.
587         (mark_def_interesting): Remove calls to is_gimple_reg.
588         (prepare_phi_args_for_update): Remove.  Update all users.
589         (prepare_block_for_update): Only process virtual operands
590         and GIMPLE registers in normal form.
591         (prepare_use_sites_for): New.
592         (prepare_names_to_update): Rename from prepare_def_sites.
593         Call prepare_use_sites_for.
594         (dump_update_ssa): Rename from dump_repl_tbl.
595         Update all users.
596         Show statistics for virtual mapping heuristic.
597         (debug_update_ssa): Rename from debug_debug_repl_tbl.
598         (init_update_ssa): Initialize UPDATE_SSA_STATS.
599         (delete_update_ssa): Make extern.
600         (mark_set_for_renaming): If the set is empty, do nothing.
601         (release_ssa_name_after_update_ssa): Update comment.
602         (insert_updated_phi_nodes_for): Do not remove existing
603         PHI nodes for symbols.
604         (switch_virtuals_to_full_rewrite_p): New.
605         (switch_virtuals_to_full_rewrite): New.
606         (update_ssa): Call them.
607         Clear REWRITE_THIS_STMT and REGISTER_DEFS_IN_THIS_STMT
608         for every statement before updating.
609         If all the names in NEW_SSA_NAMES have been marked for
610         removal, do nothing.
611         Only start at the top of the CFG if there are symbols in
612         SYMS_TO_RENAME.
613         (ssa_rewrite_finalize_block): Remove.
614         (ssa_register_new_def): Remove.
615         (ssa_rewrite_stmt): Remove.
616         (ssa_rewrite_phi_arguments): Remove.
617         (ssa_rewrite_initialize_block): Remove.
618         (ssa_mark_def_sites): Remove.
619         (ssa_mark_def_sites_initialize_block): Remove.
620         (ssa_mark_phi_uses): Remove.
621         (rewrite_ssa_into_ssa): Remove.
622         * tree-phinodes.c (find_phi_node_for): Remove.
623         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
624         Call update_ssa.
625         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops):
626         Remove calls to verify_dominators and
627         verify_loop_structure.
628         (tree_unswitch_single_loop): Call update_ssa.
629         * tree-ssa.c (verify_ssa): Assert that need_ssa_update_p
630         returns false.
631         Call verify_stmts.
632         (delete_tree_ssa): Assert that need_ssa_update_p returns
633         false.
634         * tree-vect-transform.c (vect_transform_loop): Call update_ssa.
635         * tree-vectorizer.c (allocate_new_names, rename_def_op,
636         free_new_names): Remove.  Update all users.
637         (rename_use_op): Call get_current_def.
638         (rename_variables_in_bb): Do not handle any real or
639         virtual definition.
640         (slpeel_update_phis_for_duplicate_loop): Call
641         get_current_def and set_current_def instead of using
642         SSA_NAME_AUX.
643         (slpeel_update_phi_nodes_for_guard2): Reformat comments.
644         (slpeel_can_duplicate_loop_p): Call need_ssa_update_p,
645         ssa_names_to_replace and delete_update_ssa.
646         * doc/invoke.texi: Document --param min-virtual-mappings
647         and --param virtual-mappings-ratio.
649 2005-04-22  Diego Novillo  <dnovillo@redhat.com>
651         * tree-cfg.c (tree_duplicate_bb): Call create_new_def_for
652         for newly created PHI nodes.
653         Call create_new_def_for for every new V_MAY_DEF and
654         V_MUST_DEF on the copied statement.
655         (struct ssa_name_map_entry): Remove.
656         (ssa_name_map_entry_hash): Remove.
657         (ssa_name_map_entry_eq): Remove.
658         (allocate_ssa_names): Remove.
659         (rewrite_to_new_ssa_names_def): Remove.
660         (rewrite_to_new_ssa_names_use): Remove.
661         (rewrite_to_new_ssa_names_bb): Remove.
662         (rewrite_to_new_ssa_names): Remove.
663         (tree_duplicate_sese_region): Remove variables ver,
664         definitions, phi, ssa_name_map and bi.
665         Call need_ssa_update_p instead of any_marked_for_rewrite_p.
666         Call update_ssa.
667         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Call
668         update_ssa instead of rewrite_ssa_into_ssa.
669         * tree-ssa-loop-manip.c (add_exit_phis_edge): Call
670         create_new_def_for.
671         (find_uses_to_rename_use): Add argument 'need_phis'.
672         (find_uses_to_rename_stmt): Do not scan virtual operands.
673         (find_uses_to_rename): Only scan PHI nodes for
674         non-virtual names.
675         (rewrite_into_loop_closed_ssa): Call update_ssa.
676         (check_loop_closed_ssa_use): Ignore virtual operands.
677         (check_loop_closed_ssa_stmt): Likewise.
678         (verify_loop_closed_ssa): Do nothing if CURRENT_LOOPS is
679         NULL.
680         (rename_variables, set_phi_def_stmts): Remove.
681         (tree_duplicate_loop_to_header_edge): Reformat comment.
682         Remove variables BB, I and DEFINITIONS.
683         Call need_ssa_update_p.
684         Call update_ssa.
685         (lv_adjust_loop_header_phi): Reformat comment.
686         * tree-ssanames.c (ssa_names_to_rewrite): Remove.
687         (marked_for_rewrite_p, any_marked_for_rewrite_p,
688         mark_for_rewrite, unmark_all_for_rewrite,
689         marked_ssa_names): Remove.  Update all users.
690         (release_ssa_name): If VAR has been registered for SSA
691         updating, do nothing.
692         * tree-vrp.c (new_ssa_names, old_ssa_names): Remove.
693         (build_assert_expr_for): Call register_new_name_mapping.
694         (insert_range_assertions): Update call to update_ssa.
695         * tree.h (mark_for_rewrite, unmark_all_for_rewrite,
696         marked_for_rewrite_p, any_marked_for_rewrite_p,
697         marked_ssa_names): Remove.
699 2005-04-22  Jeff Law  <law@redhat.com>
701         * tree-ssa-dom.c (block_defs_stack): Remove, no longer needed.
702         (restore_currdefs_to_original_value): Likewise.
703         (register_definitions_for_stmt): Likewise.
704         (tree_ssa_dominator_optimize): No longer initialize CURRENT_DEF
705         for each variable.  Do not allocate/free block_defs_stack either.
706         Do not iterate if we just thread jumps.  Only iterate if the
707         tree_cleanup_cfg does useful work (temporary).
708         (dom_opt_initialize_block): No longer push a marker on
709         BLOCK_DEFS_STACK.
710         (dom_opt_finalize_block): Removal call to restore currdefs.
711         Relax restrictions for recording edge equivalences.
712         (record_equivalences_from_phis): No longer need to track
713         CURRENT_DEF.
714         (optimize_stmt): Similarly.
715         (thread_across_edge): Simplify by removing the requirement that
716         statements in the block we are threading through must be nops.
717         (initialize_hash_element): Handle GOTO_EXPR.
719 2005-04-22  David S. Miller  <davem@davemloft.net>
721         * sched-vis.c (print_value): Use CONST_DOUBLE_LOW and
722         CONST_DOUBLE_HIGH.
723         * config/sparc/sparc.c (sparc_rtx_costs): Likewise, and
724         fix check on CONST_DOUBLE mode.  It should be VOIDmode
725         when it is representing an integer.
727 2005-04-22  Nathan Sidwell  <nathan@codesourcery.com>
729         * builtins.c (gimplify_va_arg_expr): Reword comments to avoid
730         'abort'. Use gcc_assert and gcc_unreachable as appropriate.
731         * c-format.c (get_constant, decode_format_attr, get_flag_spec, 
732         find_char_info_specifier_index,
733         find_length_info_modifier_index): Likewise.
734         * c-typeck.c (composite_type, pop_init_level): Likewise.
735         * combine.c (cant_combine_insn_p, try_combine): Likewise.
736         * cse.c (cse_insn): Likewise
737         * dominance.c (calc_dfs_tree): Likewise
738         dwarf2out.c (loc_descriptor_from_tree_1,
739         add_abstract_origin_attribute, force_decl_die,
740         force_type_die): Likewise
741         emit-rtl.c (operand_subword_force): Likewise
742         explow.c (hard_function_value): Likewise
743         expmed.c (store_bit_field, expand_divmod,
744         emit_store_flag_force): Likewise
745         expr.c (emit_move_multi_word, store_expr,
746         expand_expr_real_1): Likewise
747         final.c (this_is_asm_operands, shorten_branches, final_scan_insn,
748         output_operand): Likewise
749         flow.c (recompute_reg_usage): Likewise
750         * function.c (assign_stack_temp_for_type, assign_temp, 
751         handle_epilogue_set): Likewise
752         * genextract.c (main): Likewise
753         * gimplify.c (mostly_copy_tree_r, gimplify_return_expr,
754         gimplify_modify_expr_rhs, gimplify_expr): Likewise
755         * haifa-sched.c (ready_lastpos, ready_remove_first, ready_element,
756         ready_remove, rm_line_notes, rm_other_notes,
757         schedule_block): Likewise
758         mips-tfile.c (copy_object, out_of_bounds): Likewise
760 2005-04-22 David Edelsohn  <edelsohn@gnu.org>
762         PR target/20813
763         * config/rs6000/default64.h (TARGET_DEFAULT): Add MASK_PPC_GFXOPT.
764         * config/rs6000/rs6000.c (processor_target_table): Rename rs64a to
765         rs64.  Add MASK_PPC_GFXOPT to powerpc64 and rs64.
766         (rs6000_init_libfuncs): Set TFmode optabs to xlq names if
767         TARGET_XL_COMPAT.
768         * doc/invoke.texi (PowerPC options): Change rs64a to rs64.
770 2005-04-22  Nathan Sidwell  <nathan@codesourcery.com>
772         * lambda-code.c: Define VEC(int,heap), VEC(lambda_loop,heap).
773         (gcc_tree_to_linear_expression): Convert to heap allocated
774         vectors.
775         (gcc_loop_to_lambda_loop, gcc_loopnest_to_lambda_loopnest,
776         lbv_to_gcc_expression, lle_to_gcc_expression,
777         lambda_loopnest_to_gcc_loopnest, can_convert_to_perfect_nest, 
778         perfect_nestify): Likewise.
779         lambda.h (gcc_loopnest_to_lambda_loopnest,
780         lambda_loopnest_to_gcc_loopnest): Likewise.
781         tree-loop-linear.c (linear_transform_loops): Likewise.
783 2005-04-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
785         * config/sparc/predicates.md (arith_double_operand): Use
786         trunc_int_for_mode if HOST_BITS_PER_WIDE_INT >=64.
787         * config/sparc/sparc.md (movqi, movhi, movsi, movqi): Use gen_int_mode.
788         (DImode, DFmode constant splitters): Likewise.  Remove code for
789         TARGET_ARCH64 && HOST_BITS_PER_WIDE_INT < 64.
790         (logical constant splitters): Use const_int_operand predicate.
791         (lshrsi3_extend): Remove code for TARGET_ARCH64 &&
792         HOST_BITS_PER_WIDE_INT < 64.
794 2005-04-22  Nathan Sidwell  <nathan@codesourcery.com>
796         * config/pa/pa.c (legitimize_pic_address): Use gcc_assert and
797         gcc_unreachable as appropriate.
798         (force_mode, emit_move_sequence, singlemove_string,
799         output_move_double, output_fp_move_double, find_addr_reg,
800         output_block_move, output_block_clear, output_and,
801         output_64bit_and, output_ior, output_64bit_ior, store_reg_modify,
802         pa_adjust_cost, pa_issue_rate, print_operand,
803         output_global_address, output_arg_descriptor, output_cbranch,
804         output_lbranch, output_bb, output_bvb, output_dbra, output_movb,
805         output_call): Likewise.
806         * config/pa/pa.md (call, call_value, sibcall, sibcall_value,
807         prefetch, prefetch_cc, prefetch_nocc): Likewise.
809 2005-04-22  Zdenek Dvorak  <dvorakz@suse.cz>
811         * Makefile.in (LIBGCOV): Add _gcov_interval_profiler,
812         _gcov_pow2_profiler and _gcov_one_value_profiler.
813         (tree-profile.o): Add GGC_H and gt-tree-profile.h dependency.
814         (GTFILES): Add $(srcdir)/tree-profile.c.
815         * gcov-io.h (__gcov_interval_profiler, __gcov_pow2_profiler,
816         __gcov_one_value_profiler): Declare.
817         * gimplify.c (force_gimple_operand): Check whether the statements
818         should be produced in ssa form.
819         (force_gimple_operand_bsi): New function.
820         * libgcov.c (__gcov_interval_profiler, __gcov_pow2_profiler,
821         __gcov_one_value_profiler): New functions.
822         * rtl-profile.c (rtl_gen_pow2_profiler): Only measure whether
823         the profiled value is a power of two or not.
824         * tree-cfg.c (tree_block_ends_with_condjump_p): Handle empty blocks.
825         * tree-flow.h (in_ssa_p): Declare.
826         (force_gimple_operand_bsi): Declare.
827         * tree-into-ssa.c (in_ssa_p): New variable.
828         (rewrite_into_ssa): Set in_ssa_p.
829         * tree-outof-ssa.c (rewrite_out_of_ssa): Set in_ssa_p.
830         * tree-profile.c: Include ggc.h and gt-tree-profile.h.
831         (gcov_type_node, tree_interval_profiler_fn, tree_pow2_profiler_fn,
832         tree_one_value_profiler_fn): New variables.
833         (tree_init_edge_profiler): Initialize the profiler function decls.
834         (tree_gen_edge_profiler): Use global gcov_type_node.
835         (prepare_instrumented_value): New function.
836         (tree_gen_interval_profiler, tree_gen_interval_profiler,
837         tree_gen_one_value_profiler): Call the library functions instead of
838         creating instrumentation code.
839         * tree.c (build_fn_decl): New function.
840         * tree.h (build_fn_decl): Declare.
841         * value-prof.c (rtl_divmod_values_to_profile,
842         rtl_find_values_to_profile, rtl_mod_pow2_value_transform,
843         tree_mod_pow2_value_transform, tree_find_values_to_profile):
844         Do not handle may_be_other and precise values of exponents at pow2
845         profiler.
846         (tree_mod_subtract_transform): Reflect that value field of
847         histogram has changed meaning.
848         (tree_divmod_values_to_profile): Record the values correctly.
849         (tree_values_to_profile): Update comment.
850         * value-prof.h (struct histogram_value_t): Remove pow2 data.
852 2005-04-22  Joseph S. Myers  <joseph@codesourcery.com>
854         * varasm.c (do_assemble_alias): Return early if TREE_ASM_WRITTEN
855         (decl).
857 2005-04-22  Nathan Sidwell  <nathan@codesourcery.com>
859         * config/i386/i386.md (length_immediate): Use gcc_assert or
860         gcc_unreachable, as appropriate.
861         (*movsi_1, *movqi_1, reload_outqi, *movdi_1_rex64, *pushsf,
862         *pushsf_rex64, *truncxfsf2_mixed, *truncxfsf2_i387,
863         *truncxfdf2_mixed, *truncxfdf2_i387, *adddi_1_rex64,
864         *adddi_2_rex64, *adddi_3_rex64, *adddi_4_rex64, *adddi_5_rex64,
865         *addsi_1, addsi_1_zext, *addsi_2, *addsi_2_zext, *addsi_3,
866         *addsi_3_zext, *addsi_4, *addsi_5, *addhi_1_lea, *addhi_1,
867         *addhi_2, *addhi_3, *addhi_4, *addhi_5, *addqi_1_lea, *addqi_1,
868         *addqi_1_slp, *addqi_2, *addqi_3, *addqi_4, *addqi_5, addqi_ext_1,
869         *addqi_ext_1_rex64, *anddi_1_rex64, *andsi_1, *andhi_1,
870         *ashldi3_1_rex64, *ashldi3_cmp_rex64, *ashlsi3_1, *ashlsi3_1_zext,
871         *ashlsi3_cmp, *ashlsi3_cmp_zext, *ashlhi3_1_lea, *ashlhi3_1,
872         *ashlhi3_cmp, *ashlqi3_1_lea, *ashlqi3_1, *ashlqi3_cmp,
873         pro_epilogue_adjust_stack_1, pro_epilogue_adjust_stack_rex64,
874         pro_epilogue_adjust_stack_rex64_2, prefetch, *prefetch_sse,
875         *prefetch_sse_rex): Likewise.
876         * config/i386/predicates.md (x86_64_immediate_operand,
877         x86_64_zext_immediate_operand, symbolic_operand,
878         no_seg_address_operand, aligned_operand,
879         memory_displacement_operand): Likewise.
880         * config/i386/sse.md (*mov<mode>_internal,
881         *movv2df_internal): Likewise.
883 2005-04-22  Jan Hubicka  <jh@suse.cz>
885         * Makefile.in (ipa.o, ipa-inline.o): New files.
886         * cgraph.h (cgraph_remove_unreachable_nodes, cgraph_postorder,
887         cgraph_decide_inlining_incrementally, cgraph_clone_inlined_nodes,
888         cgraph_mark_inline_edge, cgraph_default_inline_p): Declare.
889         * cgraphunit.c (cgraph_default_inline_p,
890         cgraph_decide_inlining_incrementally,  ncalls_inlined,
891         nfunctions_inlined, initial_insns, overall_insns, 
892         cgraph_estimate_size_after_inlining, cgraph_estimate_growth,
893         cgraph_clone_inlined_nodes, cgraph_mark_inline_edge,
894         cgraph_mark_inline, cgraph_check_inline_limits,
895         cgraph_default_inline_p, cgraph_recursive_inlining_p,
896         update_callee_keys, lookup_recursive_calls,
897         cgraph_decide_recursive_inlining, cgraph_set_inline_failed,
898         cgraph_decide_inlining_of_small_functions, cgraph_decide_inlining,
899         cgraph_decide_inlining_incrementally, cgraph_gate_inlining,
900         pass_ipa_inline): Move to ipa-inline.c
901         (cgraph_postorder, cgraph_remove_unreachable_nodes): Move to ipa.c
902         * ipa.c: New file.
903         * ipa-inline.c: New file.
905 2005-04-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
907         * doc/invoke.texi (SPARC options): Document that -mapp-regs
908         is turned off by default on Solaris.
910 2005-04-21  Roger Sayle  <roger@eyesopen.com>
912         * c-common.h (objc_build_method_signature): Update prototype.
913         * stub-objc.c (objc_build_method_signature): Update the stub
914         implementation to accept and ignore additional parameter.
915         * c-parser.c (c_parser_objc_method_decl): Reorgnize to pass
916         the value of ellipsis to objc_build_method_signature instead
917         of setting TREE_OVERFLOW on the parms TREE_LIST node.
919 2005-04-21  Geoffrey Keating  <geoffk@apple.com>
921         * config/rs6000/rs6000-protos.h (rs6000_emit_sync): New.
922         * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Use
923         gen_rtx_* not gen_rtx_fmt_*.
924         (rs6000_emit_vector_select): Likewise.
925         (rs6000_emit_sync): New.
926         * config/rs6000/rs6000.md (GPR, INT, INT1): New mode macros.
927         (larx, stcx, cmp): New mode substitutions.
928         (UNSPEC_SYNC, UNSPEC_SYNC_OP, UNSPEC_SYNC_SWAP, UNSPEC_LWSYNC,
929         UNSPEC_ISYNC): New constants.
930         (rlwinm): Give name.
931         (memory_barrier, isync, lwsync): New insns.
932         (sync_compare_and_swap<mode>, sync_lock_test_and_set<mode>): New insn.
933         (sync_lock_release<mode>): New expander.
934         (sync_add<mode>, sync_sub<mode>, sync_ior<mode>, sync_and<mode>,
935         sync_xor<mode>, sync_nand<mode>, sync_old_add<mode>,
936         sync_old_sub<mode>, sync_old_ior<mode>, sync_old_and<mode>,
937         sync_old_xor<mode>, sync_old_nand<mode>, sync_new_add<mode>,
938         sync_new_sub<mode>, sync_new_ior<mode>, sync_new_and<mode>,
939         sync_new_xor<mode>, sync_new_nand<mode>): New expanders.
940         (sync_add<mode>_internal, sync_addshort_internal,
941         sync_sub<mode>_internal, sync_andsi_internal, sync_anddi_internal,
942         sync_boolsi_internal, sync_booldi_internal, sync_boolc<mode>_internal,
943         sync_boolc<mode>_internal2, sync_boolcc<mode>_internal): New insns.
945         * doc/md.texi (Standard Names): sync_compare_and_swap's operand 0
946         is the memory before, not after, the operation.  Clarify
947         barrier requirements.
949 2005-04-21  Nathan Sidwell  <nathan@codesourcery.com>
951         * cfghooks.h (struct cfg_hooks): Reword comments to avoid 'abort'.
952         * lambda.h (lambda_vector_min_nz): Likewise.
953         * langhooks.h (struct lang_hooks_for_types,
954         struct lang_hooks): Likewise.
955         * output.h (assemble_integer, this_is_asm_operands): Likewise.
956         * tree.h: Likewise.
957         * vec.h: Likewise.
958         * tree-flow-inline.h (relink_imm_use): Use gcc_assert.
959         
960         * optabs.c (prepare_cmp_insn, emit_cmp_and_jump_insns): Reword
961         comments to avoid 'abort'.  Use gcc_assert as necessary.
962         * opts.c (common_handle_option): Likewise.
963         * pretty-print.c (pp_base_format_text): Likewise.
964         * print-rtl.c (print_rtx): Likewise.
965         * read-rtl.c (read_rtx_filename, read_rtx_1): Likewise.
966         * regmove.c (try_auto_increment): Likewise.
967         * reload.c (find_valid_class, find_reloads_toplev,
968         find_equiv_reg): Likewise.
969         * reload1.c (reload, forget_old_reloads_1, function_invariant_p, 
970         merge_assigned_reloads): Likewise.
971         * tree-inline.c (inline_forbidden_p_1,
972         estimate_num_insns_1): Likewise.
973         * tree-optimize.c (execute_todo): Likewise.
974         * tree-outof-ssa.c (eliminate_phi): Likewise.
975         * tree-ssa-alias.c (add_pointed_to_expr): Likewise.
976         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Likewise.
977         * tree-ssa-operands.c (parse_ssa_operands,
978         get_indirect_ref_operands, create_ssa_artficial_load_stmt): Likewise.
979         * tree-ssa-pre.c (find_or_generate_expression): Likewise.
980         * tree-ssanames.c (release_ssa_name): Likewise.
981         * tree.c (int_bit_position, int_byte_position, tree_low_cst, 
982         walk_tree): Likewise.
984         * tree-ssa-operands.c (verify_abort): Fold into ..
985         (verify_imm_links): ... here.
987 2005-04-21  Richard Henderson  <rth@redhat.com>
989         * config/alpha/sync.md (sync_new_nand<I48MODE>): Fix constraints
990         on non-memory operand for previous inversion.
992 2005-04-21  Devang Patel  <dpatel@apple.com>
994         PR optimization/20994
995         * tree-if-conv.c (find_phi_replacement_condition): Avoid generating
996         x = !(a == b) : p , q;.
997         (pass_if_conversion): Verify stmts and flow.
998         
999 2005-04-21  Nathan Sidwell  <nathan@codesourcery.com>
1001         * optabs.c (gen_conditional_trap): Restore #define.
1003         * alias.c (true_dependence): Remove 'abort' from comments. Use
1004         gcc_assert and gcc_unreachable as appropriate.
1005         (canon_true_dependence): Likewise.
1006         * bb-reorder.c (connect_traces): Likewise.
1007         * c-common.c (c_add_case_label): Likewise.
1008         * c-decl.c (finish_function): Likewise.
1009         * caller-save.c (insert_restore, insert_save): Likewise.
1010         * cfg.c (update_bb_profile_for_threading): Likewise.
1011         * cfganal.c (flow_active_insn_p): Likewise.
1012         * cfgexpand.c (add_reg_br_prob_note): Likewise.
1013         * cfgrtl.c (rtl_redirect_edge_and_branch_force, rtl_split_edge,
1014         cfg_layout_merge_blocks): Likewise.
1015         * ifcvt.c (cond_exec_process_insns, merge_if_block,
1016         find_if_block): Likewise.
1017         * integrate.c (allocate_initial_values): Likewise.
1018         * jump.c (reverse_condition, reverse_condition_maybe_unordered,
1019         swap_condition, unsigned_condition, signed_condition,
1020         mark_jump_label, invert_jump_1, rtx_renumbered_equal_p,
1021         reg_or_subregno): Likewise.
1022         * lambda-code.c (lambda_compute_auxillary_space,
1023         lambda_transform_legal_p): Likewise.
1024         * lambda-mat.c (lambda_matrix_inverse_hard): Likewise.
1025         * langhooks.c (lhd_set_decl_assembler_name, lhd_type_promotes_to,
1026         lhd_incomplete_type_error, lhd_expand_expr,
1027         lhd_types_compatible_p, lhd_tree_size): Likewise.
1028         * lcm.c (create_pre_exit, optimize_mode_switching): Likewise.
1029         * local-alloc.c (update_equiv_regs): Likewise.
1030         * loop-unroll.c (peel_loop_completely
1031         unroll_loop_constant_iterations, unroll_loop_runtime_iterations,
1032         peel_loop_simple, unroll_loop_stupid,
1033         analyze_iv_to_split_insn): Likewise.
1034         * loop.c (gen_prefetch, find_and_verify_loops,
1035         basic_induction_var): Likewise.
1036         * modulo-sched.c (normalize_sched_times, check_nodes_order): Likewise.
1037         * value-prof.c (tree_find_values_to_profile): Likewise.
1038         * varasm.c (named_section, default_assemble_integer,
1039         decode_addr_const): Likewise.
1041 2005-04-21 Alan Modra  <amodra@bigpond.net.au>
1042            Fariborz Jahanian <fjahanian@apple.com>
1044         * config/rs6000/rs6000.c (rs6000_arg_partial_bytes): Fix size of
1045         portion of argument passed in fpr.
1046         * expr.c (emit_push_insn): Fix computation of 'offset' used to
1047         decide on partial argument save on stack.
1049 2005-04-21  Kazu Hirata  <kazu@cs.umass.edu>
1051         * config/sparc/predicates.md, config/sparc/sparc.md: Fix
1052         comment typos.
1054 2005-04-21  Jan Hubicka  <jh@suse.cz>
1056         * cgraphunit.c: Include tree-pass.h
1057         (cgraph_decide_recursive_inlining,
1058         cgraph_decide_inlining_of_small_function, cgraph_set_inline_failed,
1059         cgraph_decide_inlining): Dump goes to dump_file.
1060         (cgraph_optimize): Call ipa passes instead of inliner.
1061         (cgraph_gate_inlining, pass_ipa_inline): New.
1062         * tree-optimize.c (all_ipa_passes): New static variable.
1063         (register_one_dump_file): Dead with IPA passes.
1064         (register_dump_files): Likewise.
1065         (init_tree_optimization_passes): Initialize IPA passes.
1066         (execute_todo): Do cgraph dump when asked to, do not dump function body
1067         for IPA pass.
1068         * tree-pass.h (TODO_dump_cgraph): New macro.
1069         (ipa_passes): Declare.
1070         * Makefile.in (cgraphunit.o): Add dependency on cgraphunit.h
1072 2005-04-21  Nathan Sidwell  <nathan@codesourcery.com>
1074         * config/i386/i386.c (type_natural_mode): Use gcc_unreachable and
1075         gcc_assert instead of abort.
1076         (classify_argument, examine_argument, construct_container,
1077         contains_128bit_aligned_vector_p, ix86_check_movabs,
1078         standard_80387_constant_opcode, standard_80387_constant_rtx,
1079         ix86_initial_elimination_offset, ix86_compute_frame_layout,
1080         pro_epilogue_adjust_stack, ix86_expand_epilogue,
1081         ix86_address_cost, legitimate_address_p, legitimize_pic_address,
1082         legitimize_tls_address, output_pic_addr_const,
1083         i386_output_dwarf_dtprel, put_condition_code, print_reg,
1084         get_some_local_dynamic_name, print_operand, print_operand_address,
1085         output_387_binary_op, emit_i387_cw_initialization,
1086         output_fix_trunc, output_fp_compare, ix86_output_addr_vec_elt,
1087         ix86_expand_clear, ix86_expand_binary_operator,
1088         ix86_expand_unary_operator, ix86_match_ccmode, ix86_cc_mode,
1089         ix86_cc_modes_compatible, ix86_fp_comparison_codes,
1090         ix86_fp_comparison_arithmetics_cost, ix86_expand_fp_compare,
1091         ix86_expand_branch, ix86_expand_setcc,
1092         ix86_expand_carry_flag_compare, ix86_expand_fp_movcc,
1093         ix86_expand_int_addcc, ix86_split_to_parts, ix86_split_long_move,
1094         ix86_expand_movmem, ix86_expand_call, assign_386_stack_local,
1095         memory_address_length, ix86_attr_length_immediate_default,
1096         ix86_attr_length_address_default, ix86_agi_dependant,
1097         x86_initialize_trampoline, ix86_init_mmx_sse_builtins,
1098         ix86_expand_binop_builtin, ix86_force_to_memory,
1099         ix86_secondary_memory_needed, ix86_avoid_jump_misspredicts,
1100         x86_emit_floatuns): Likewise.
1101         * config/i386/netware.c (gen_regparm_prefix,
1102         i386_nlm_strip_name_encoding): Likewise.
1103         * config/i386/winnt.c (i386_pe_mark_dllexport): Likewise.
1105 2005-04-21  Nathan Sidwell  <nathan@codesourcery.com>
1107         * optabs.c (gen_condiational_trap): Remove #define.
1108         (add_equal_note): Assertify. Remove explicit indirection from
1109         call via function pointer.
1110         (expand_ternary_op, expand_simple_binop, expand_binop,
1111         expand_twoval_unop, expand_twoval_binop,
1112         expand_twoval_binop_libfunc, expand_simple_unop expand_unop,
1113         emit_unop_insn,  emit_no_conflict_block,  prepare_cmp_insn,
1114         prepare_operand emit_cmp_and_jump_insn_1, emit_cmp_and_jump_insns,
1115         prepare_float_lib_cmp, emit_conditional_move,
1116         emit_conditional_add, gen_add2_insn, gen_add3_insn,
1117         have_add2_insn, gen_sub2_insn, gen_sub3_insn, have_sub2_insn,
1118         expand_float, expand_fix, debug_optab_libfuncs, gen_cond_trap,
1119         vector_compare_rtx, expand_vec_cond_expr): Likewise.
1121 2005-04-21  Nathan Sidwell  <nathan@codesourcery.com>
1123         * vec.h: Update API to separate allocation mechanism from type.
1124         (VEC_safe_grow): New.
1125         * vec.c (calculate_allocation): New.
1126         (vec_gc_o_reserve, vec_heap_o_reserve): Adjust.
1127         (vec_gc_free, vec_heap_free): Remove.
1128         * gengtype-lex.l (DEF_VEC_): Process mult-argument macros.  Adjust.
1129         (VEC): Likewise.
1130         (mangle_macro_name): New.
1131         (struct macro_def): New.
1132         (struct macro): Add multiple argument values.
1133         (macro_expans_end): New.
1134         (push_macro_expansion):  Chain on new macro. Process multiple
1135         args, create follow on expansion. Return follow on argument.
1136         (macro_input): Deal with multiple arguments.
1137         
1138         * tree.h: Define VEC(tree,heap) and VEC(tree,gc).
1139         (struct tree_binfo): Adjust.
1140         * basic-block.h: Define VEC(edge,gc).
1141         (struct edge_def): Adjust.
1142         (struct basic_block_def, struct edge_iterator): Likewise.
1143         (ei_container, ei_start_1, ei_last_1): Likewise.
1144         * cfg.c (connect_src, connect_dest): Likewise.
1145         * cfgrtl.c (force_nonfallthru_and_redirect)
1146         * dbxout.c (dbxout_type)
1147         * dwarf2out.c (gen_member_die)
1148         * lambda-code.c: Define VEC(int,gc), VEC(lambda_loop,gc).
1149         (gcc_tree_to_linear_expression): Adjust.
1150         (gcc_loop_to_lambda_loop, gcc_loopnest_to_lambda_loopnest,
1151         lbv_to_gcc_expression, lle_to_gcc_expression,
1152         lambda_loopnest_to_gcc_loopnest, can_convert_to_perfect_nest,
1153         perfect_nestify): Likewise.
1154         * lambda.h (gcc_loopnest_to_lambda_loopnest,
1155         lambda_loopnest_to_gcc_loopnest): Adjust prototypes.
1156         * profile.c (instrument_values): Adjust.
1157         * tree-cfg.c (modified_noreturn_calls): Adjust.
1158         (remove_fallthru_edge): Likewise.
1159         * tree-dump.c (dequeue_and_dump): Adjust.
1160         * tree-flow-inline.h (mark_stmt_modified): Adjust.
1161         * tree-flow.h (modified_noreturn_calls): Adjust.
1162         (tree_on_heap): Remove. (yay!)
1163         (register_new_def): Adjust.
1164         * tree-into-ssa.c: Define VEC(int,heap).
1165         (block_defs_stack): Adjust.
1166         (find_idf, insert_phi_nodes, register_new_def,
1167         rewrite_initialize_block, rewrite_finalize_block,
1168         register_new_update_single, rewrite_update_init_block,
1169         rewrite_update_fini_block, rewrite_blocks,
1170         ssa_rewrite_finalize_block, ssa_register_new_def,
1171         ssa_rewrite_initialize_block, rewrite_ssa_into_ssa): Likewise.
1172         * tree-loop-linear.c (linear_transform_loops): Adjust.
1173         * tree-ssa-alias.c: Define VEC(fieldoff_t,heap).
1174         (push_fields_onto_fieldstack, create_overlap_variables_for): Adjust.
1175         * tree-ssa-dom.c (avail_exprs_stack, block_defs_stack,
1176         stmts_to_rescan, const_and_copies_stack, nonzero_vars_stack,
1177         vrp_variables_stack): Adjust declarations.
1178         (tree_ssa_dominator_optimize): Adjust.
1179         (dom_opt_initialize_block, remove_local_expressions_from_table,
1180         restore_nonzero_vars_to_original_value,
1181         restore_vars_to_original_value,
1182         restore_currdefs_to_original_value, dom_opt_finalize_block,
1183         record_var_is_nonzero, record_cond, record_const_or_copy_1,
1184         optimize_stmt, update_rhs_and_lookup_avail_expr,
1185         lookup_avail_expr, record_range): Likewise.
1186         * tree-ssa-pre.c: Define VEC(basic_block,heap).
1187         (compute_antic_aux): Adjust.
1188         (inserted_exprs, create_expression_by_pieces, 
1189         insert_into_preds_of_block, eliminate, mark_operand_necessary, 
1190         remove_dead_inserted_code, fini_pre): Likewise.
1191         * tree-ssa-propagate.c (interesting_ssa_edges): Adjust.
1192         (varying_ssa_edges, add_ssa_edge, process_ssa_edge_worklist. 
1193         ssa_prop_init): Likewise.
1194         * tree-ssa.c: Define VEC(bitmap,heap).
1195         (verify_name_tags): Adjust.
1196         * value-prof.c (rtl_divmod_values_to_profile): Adjust.
1197         (insn_prefetch_values_to_profile, rtl_find_values_to_profile,
1198         tree_divmod_values_to_profile, tree_find_values_to_profile,
1199         value_profile_transformations): Likewise.
1200         * value-prof.h: Define VEC(histogram_value,heap).
1201         * varasm.c: Remove alias_pair pointer typedef, define
1202         VEC(alias_pair,gc).
1203         (finish_aliases_1, finish_aliases_2, assemble_alias): Adjust.
1204         
1205         * config/pa/pa.c (typedef extern_symbol): Typedef the structure,
1206         not a pointer to it.  Create an object vector.
1207         (extern_symbols): Turn into an object vector.
1208         (pa_hpux_asm_output_external, pa_hpux_file_end): Adjust.
1210 2005-04-21  Sebastian Pop  <pop@cri.ensmp.fr>
1212         PR/20742
1213         * Makefile.in (tree-chrec.o): Depend on params.h.
1214         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): New parameter with
1215         default value 20.
1216         * tree-chrec.c: Depend on params.h.  Replace build with buildN,
1217         and fold build with fold_buildN.
1218         (chrec_fold_plus_1): Fail with a chrec_don_know when the size of
1219         the expression exceeds PARAM_SCEV_MAX_EXPR_SIZE.
1220         (tree_contains_chrecs): Compute an estimation of the size of the
1221         given expression.
1222         * tree-chrec.h (tree_contains_chrecs): Modify its declaration.
1223         (tree_does_not_contain_chrecs): Update the use of tree_contains_chrecs.
1224         * tree-scalar-evolution.c (simple_iv): Ditto.
1225         * doc/invoke.texi (scev-max-expr-size): Documented.
1227 2005-04-21  Richard Sandiford  <rsandifo@redhat.com>
1229         * config.gcc (*-*-darwin*): Add darwin.opt to $extra_options.
1230         (i[34567]86-pc-msdosdjgpp*): Likewise i386/djgpp.opt.
1231         (i[34567]86-*-lynxos*, powerpc-*-lynxos*): Likewise lynx.opt.
1232         (i[34567]86-*-sco3.2v5*): Likewise i386/sco5.opt.
1233         (i[34567]86-*-pe, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
1234         (i[34567]86-*-uwin*): Likewise i386/cygming.opt.
1235         * config/darwin.h (darwin_one_byte_bool, darwin_fix_and_continue)
1236         (darwin_fix_and_continue_switch, SUBTARGET_OPTIONS): Delete.
1237         * config/darwin.c (darwin_one_byte_bool, darwin_fix_and_continue)
1238         (darwin_fix_and_continue_switch): Delete.
1239         * config/lynx.h (SUBTARGET_OS_LYNX_SWITCHES): Delete.
1240         (SUBTARGET_SWITCHES): Delete.
1241         * config/i386/i386.h (target_flags, MASK_80387, MASK_RTD)
1242         (MASK_ALIGN_DOUBLE, MASK_SVR3_SHLIB, MASK_IEEE_FP, MASK_FLOAT_RETURNS)
1243         (MASK_NO_FANCY_MATH_387, MASK_OMIT_LEAF_FRAME_POINTER)
1244         (MASK_STACK_PROBE, MASK_NO_ALIGN_STROPS, MASK_INLINE_ALL_STROPS)
1245         (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS, MASK_MMX)
1246         (MASK_SSE, MASK_SSE2, MASK_SSE3, MASK_3DNOW, MASK_3DNOW_A)
1247         (MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT)
1248         (MASK_TLS_DIRECT_SEG_REFS, MASK_NO_RED_ZONE, TARGET_80387)
1249         (TARGET_RTD, TARGET_ALIGN_DOUBLE, TARGET_PUSH_ARGS)
1250         (TARGET_ACCUMULATE_OUTGOING_ARGS, TARGET_SVR3_SHLIB, TARGET_IEEE_FP)
1251         (TARGET_128BIT_LONG_DOUBLE, TARGET_NO_FANCY_MATH_387)
1252         (TARGET_USE_FANCY_MATH_387, TARGET_OMIT_LEAF_FRAME_POINTER)
1253         (TARGET_DEBUG_ADDR, TARGET_DEBUG_ARG): Delete.
1254         (TARGET_FLOAT_RETURNS_IN_80387): Make an alias of TARGET_FLOAT_RETURNS.
1255         (TARGET_64BIT): Undef before redefining.
1256         (TARGET_TLS_DIRECT_SEG_REFS, TARGET_STACK_PROBE)
1257         (TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS, TARGET_SSE)
1258         (TARGET_SSE2, TARGET_SSE3, TARGET_MMX, TARGET_3DNOW, TARGET_3DNOW_A)
1259         (TARGET_RED_ZONE, TARGET_USE_MS_BITFIELD_LAYOUT, TARGET_SWITCHES)
1260         (TARGET_OPTIONS, SUBTARGET_SWITCHES, SUBTARGET_OPTIONS)
1261         (ix86_fpmath_string, ix86_tls_dialect_string, ix86_cmodel_string)
1262         (ix86_asm_string, ix86_regparm, ix86_regparm_string)
1263         (ix86_preferred_stack_boundary_string, ix86_branch_cost_string)
1264         (ix86_debug_arg_string, ix86_debug_addr_string)
1265         (ix86_align_loops_string, ix86_align_jumps_string)
1266         (ix86_align_funcs_string): Delete.
1267         * config/i386/cygming.h (MASK_NOP_FUN_DLLIMPORT)
1268         (TARGET_NOP_FUN_DLLIMPORT, SUBTARGET_SWITCHES): Delete.
1269         * config/i386/djgpp.h (MASK_BNU210, SUBTARGET_SWITCHES): Delete.
1270         (SUBTARGET_OVERRIDE_OPTIONS): Check TARGET_BNU210.
1271         * config/i386/lynx.h (SUBTARGET_SWITCHES): Delete.
1272         * config/i386/sco5.h (MASK_COFF, TARGET_ELF)
1273         (SUBTARGET_SWITCHES): Delete.
1274         * config/i386/i386.c (ix86_debug_arg_string): Delete.
1275         (ix86_debug_addr_string): Delete.
1276         (ix86_cmodel_string, ix86_asm_string, ix86_tls_dialect_string)
1277         (ix86_fpmath_string, ix86_regparm_string, ix86_regparm)
1278         (ix86_align_loops_string, ix86_align_jumps_string)
1279         (ix86_preferred_stack_boundary_string, ix86_branch_cost_string)
1280         (ix86_align_funcs_string): Make static.
1281         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
1282         (ix86_handle_option): New function.
1283         (TARGET_USE_MS_BITFIELD_LAYOUT): Delete.
1284         (ix86_ms_bitfield_layout_p): Check TARGET_MS_BITFIELD_LAYOUT.
1285         * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Remove handling
1286         of darwin_fix_and_continue_switch.
1287         (darwin_one_byte_bool): Delete.
1288         * config/rs6000/lynx.h (EXTRA_SUBTARGET_SWITCHES): Delete.
1289         * config/rs6000/rs6000.c (rs6000_override_options): Update assignment
1290         to darwin_one_byte_bool.
1291         * config/darwin.opt, config/lynx.opt, config/i386/cygming.opt,
1292         * config/i386/djgpp.opt, config/i386/i386.opt,
1293         * config/i386/sco5.opt: New files.
1295 2005-04-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1297         * config/sparc/sparc.c (reg_or_0_operand, const1_operand,
1298         fp_zero_operand, fp_register_operand, intreg_operand,
1299         fcc_reg_operand, fcc0_reg_operand, icc_or_fcc_reg_operand,
1300         call_operand, call_operand_address, tgd_symbolic_operand,
1301         tld_symbolic_operand, tie_symbolic_operand, tle_symbolic_operand,
1302         symbolic_operand, symbolic_memory_operand, label_ref_operand,
1303         sp64_medium_pic_operand, data_segment_operand,
1304         text_segment_operand, splittable_symbolic_memory_operand,
1305         reg_or_nonsymb_mem_operand, splittable_immediate_memory_operand,
1306         eq_or_neq, normal_comp_operator, noov_compare_op,
1307         noov_compare64_op, v9_regcmp_op, extend_op, cc_arithop,
1308         cc_arithopn, arith_operand, arith_4096_operand, arith_add_operand,
1309         const64_operand, const64_high_operand, arith11_operand,
1310         arith10_operand, arith_double_operand, arith_double_4096_operand,
1311         arith_double_add_operand, arith11_double_operand,
1312         arith10_double_operand, small_int, small_int_or_double,
1313         uns_small_int, uns_arith_operand, clobbered_register,
1314         input_operand, compare_operand): Delete.
1315         (sparc_emit_set_const32): Use predicates in assertion.  Remove special
1316         code for TARGET_ARCH64 && HOST_BITS_PER_WIDE_INT != 64.
1317         (sparc_emit_set_const64): Call gcc_unreachable if H_B_P_W_I == 32.
1318         (GEN_HIGHINT64, GEN_INT64): Delete.
1319         (sparc_emit_set_safe_HIGH64, gen_safe_SET64, gen_safe_OR64,
1320         gen_safe_XOR64): Adjust for above deletion.
1321         (sparc_emit_set_const64): Support only H_B_P_W_I == 64 and CONST_INTs.
1322         Use 'unsigned HOST_WIDE_INT' instead of 'long' for bitmask.
1323         (legitimate_constant_p): Use const_zero_operand instead.
1324         (sparc_extra_constraint_check): Likewise.
1325         * config/sparc/sparc.h (CONST_DOUBLE_OK_FOR_LETTER_P): Remove 'O'.
1326         (PREFERRED_RELOAD_CLASS): Use const_zero_operand.
1327         (PREDICATE_CODES): Delete.
1328         * config/sparc/sparc.md: Include predicates.md.
1329         (All patterns): Adjust for new predicate names.
1330         (cmpdi, cmpdi_sp64): Use arith_operand predicate.
1331         (movhi_const64_special, movsi_const64_special): Add 'K' constraint.
1332         (movdi): Use general_operand predicate.
1333         (movdi_sp64_dbl): Delete.
1334         (movdi_const64_special): Add 'N' constraint.
1335         (movdicc): Use arith10_operand predicate.
1336         (movdi_cc_sp64, movdi_cc_sp64_trunc): Use arith11_operand predicate.
1337         (movdi_cc_reg_sp64): Use arith10_operand predicate.
1338         (movdi_cc_reg_sp64_trunc): Delete.
1339         (cmp_zero_extract, cmp_zero_extract_sp64): Use small_int_operand.
1340         (adddi3_sp64, cmp_ccx_plus, cmp_ccx_plus_set): Use arith_operand.
1341         (subdi3_sp32): Delete.
1342         (subdi3_insn_sp32): Change to define_insn_and_split.
1343         (subdi3_sp64, cmp_minus_ccx, cmp_minus_ccx_set): Use arith_operand.
1344         (muldi3, muldi3_sp64, muldi3_v8plus): Likewise.
1345         (smulsi3_highpart_v8plus, const_smulsi3_highpart_v8plus,
1346         umulsi3_highpart_v8plus, const_umulsi3_highpart_v8plus): Use
1347         small_int_operand predicate.
1348         (divdi3, udivdi3): Use arith_operand predicate.
1349         (udivsi3, udivsi3_sp32, udivsi3_sp64): Use nonimmediate_operand.
1350         (and<V64I>3_sp64, ior<V64I>3_sp64, xor<V64I:mode>3_sp64,
1351         xor_not_<V64I:mode>_sp64) : Use arith_operand predicate.
1352         (xordi3_sp64_dbl): Delete.
1353         (cmp_ccx_arith_op, cmp_ccx_arith_op_set, cmp_ccx_xor_not,
1354         cmp_ccx_xor_not_set, cmp_ccx_arith_op_not, cmp_ccx_arith_op_not_set,
1355         cmp_ccx_neg, cmp_ccx_set_neg, one_cmpl<V64I>2_sp64, cmp_ccx_not,
1356         cmp_ccx_set_not): Use arith_operand predicate.
1357         (ashrsi3_extend2, lshrsi3_extend2 et al.): Use small_int_operand.
1358         * config/sparc/predicates.md: New file.
1360 2005-04-21  Kazu Hirata  <kazu@cs.umass.edu>
1362         PR tree-optimization/14846
1363         * fold-const.c (fold_single_bit_test_into_sign_test): New,
1364         split out from ...
1365         (fold_single_bit_test): ... here.
1366         (fold_binary): Call fold_single_bit_test_into_sign_test
1367         instead of fold_single_bit_test.
1369 2005-04-20  James E Wilson  <wilson@specifixinc.com>
1371         PR c++/20805
1372         * dwarf2out.c (gen_variable_die): Don't emit a specification if this
1373         is another declaration.
1375 2005-04-21  Hans-Peter Nilsson  <hp@axis.com>
1377         * config/cris/predicates.md: New file.
1378         * config/cris/cris-protos.h (cris_store_multiple_op_p)
1379         (cris_movem_load_rest_p): Declare.
1380         * config/cris/cris.c (cris_store_multiple_op): Return bool, not int.
1381         (cris_movem_load_rest_p): Ditto.  Globalize.
1382         (cris_bdap_operand, cris_bdap_biap_operand,
1383         cris_orthogonal_operator, cris_commutative_orth_op,
1384         cris_operand_extend_operator,
1385         cris_additive_operand_extend_operator, cris_extend_operator,
1386         cris_plus_or_bound_operator, cris_mem_op,
1387         cris_general_operand_or_symbol,
1388         cris_general_operand_or_gotless_symbol,
1389         cris_general_operand_or_plt_symbol, cris_mem_call_operand,
1390         cris_load_multiple_op): Remove predicate functions.
1391         (cris_symbol, cris_gotless_symbol) <case UNSPEC>: Return 0, don't
1392         abort, for UNSPECs other than CRIS_UNSPEC_PLT.
1393         * config/cris/cris.h (PREDICATE_CODES): Don't define.
1394         * config/cris/cris.md: Include predicates.md.
1395         ("call", "call_value"): Generate CONSTs of Pmode, not VOIDmode.
1397 2005-04-20  Ian Lance Taylor  <ian@airs.com>
1399         * c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def).
1400         * c-common.h (STMT_EXPR_STMT): Don't define.
1401         (STMT_EXPR_NO_SCOPE): Don't define.
1402         * c-dump.c (c_dump_tree): Don't handle STMT_EXPR.
1403         * c-pretty-print.c (pp_c_primary_expression): Likewise.
1404         (pp_c_expression): Likewise.
1406 2005-04-20  Richard Henderson  <rth@redhat.com>
1408         PR target/21100
1409         * config/i386/mmx.md (push<MMXMODE>1): Fix predicate thinko.
1411 2005-04-20  Jeff Law  <law@redhat.com>
1413         * reload1.c (reload): Ignore equivalences between pseudos and
1414         read only memory.
1416 2005-04-20  Joseph S. Myers  <joseph@codesourcery.com>
1418         PR c/12913
1419         * c-tree.h (struct c_label_list): Update comment.
1420         (struct c_label_context): Rename to struct c_label_context_se.
1421         (label_context_stack): Rename to label_context_stack_se.
1422         (C_DECL_UNJUMPABLE_VM, C_DECL_UNDEFINABLE_VM, struct
1423         c_label_context_vm, label_context_stack_vm, c_begin_vm_scope,
1424         c_end_vm_scope): New.
1425         (C_DECL_DECLARED_BUILTIN, C_DECL_USED): Use FUNCTION_DECL_CHECK.
1426         * c-decl.c (pop_scope): Call c_end_vm_scope.
1427         (pushdecl): Call c_begin_vm_scope for variably modified
1428         declarations.
1429         (define_label): Check for jumping into scope of identifier with
1430         variably modified type.  Push label on stack for those defined at
1431         current context of identifiers with variably modified type.
1432         (start_function): Create stack level for context of identifiers
1433         with variably modified type.
1434         (finish_function): Pop stack level for context of identifiers with
1435         variably modified type.
1436         * c-typeck.c (label_context_stack): Rename to
1437         label_context_stack_se.
1438         (label_context_stack_vm, c_begin_vm_scope, c_end_vm_scope): New.
1439         (c_finish_goto_label): Check for jumping into scope of identifier
1440         with variably modified type.  Push label on stack for those jumped
1441         to from current context of identifiers with variably modified
1442         type.
1443         (struct c_switch): Add blocked_vm.
1444         (c_start_case): Initialize blocked_vm.
1445         (do_case): Check blocked_vm.
1446         (c_finish_case): Add comment.
1447         (c_begin_stmt_expr, c_finish_stmt_expr): Update for renamed
1448         variable label_context_stack.
1450 2005-04-20  Kazu Hirata  <kazu@cs.umass.edu>
1452         * tree-ssa-phiopt.c (tree_ssa_phi_opt): Update calls to
1453         conditional_replacement, value_replacement, abs_replacement,
1454         minmax_replacement.
1455         (replace_phi_edge_with_variable): Remove argument BB.
1456         (conditional_replacement, value_replacement,
1457         minmax_replacement, abs_replacement): Remove argument PHI_BB.
1458         Update a call to replace_phi_edge_with_variable.
1460         * tree-ssa-phiopt.c: Fix comments.
1462 2005-04-20  Michael Matz  <matz@suse.de>
1464         PR20973
1465         * reload.c (push_reload, find_dummy_reload): Check for uninitialized
1466         pseudos.
1468 2005-04-20  Kazu Hirata  <kazu@cs.umass.edu>
1470         * tree-ssa-phiopt.c: Fix comment typos.
1472         PR tree-optimization/21116
1473         * tree-ssa-phiopt.c: Fix a typo.
1475 2005-04-19  Richard Henderson  <rth@redhat.com>
1477         * builtins.c (expand_builtin_sync_operation): Revert last change.
1478         * optabs.c (expand_bool_compare_and_swap): Compare vs old value,
1479         not vs new value.
1480         (expand_compare_and_swap_loop): Likewise.
1481         (expand_sync_operation): Remove fallback from NAND to AND; invert
1482         memory operand when expanding from cmpxchg.
1483         (expand_sync_fetch_operation): Likewise.
1484         * doc/extend.texi (Atomic Builtins): Fix docs for nand and
1485         compare-and-swap.
1487         * config/alpha/alpha.c (alpha_split_atomic_op): Invert memory operand
1488         when implementing NAND.  Fix double-add for AFTER.
1489         * config/alpha/sync.md (sync_nand<I48MODE>): Invert memory operand.
1490         (sync_old_nand<I48MODE>, sync_new_nand<I48MODE>): Likewise.
1491         (sync_compare_and_swap<I48MODE>): Fix compare vs zero.  Return old
1492         memory value.
1493         (sync_lock_test_and_set<I48MODE>): Remove extra label and last
1494         memory barrier.
1496         * config/i386/sync.md (sync_compare_and_swap<IMODE>): Fix pattern
1497         to return old memory value.
1498         (sync_compare_and_swap_cc<IMODE>): Likewise.
1500         * config/ia64/ia64.c (ia64_dependencies_evaluation_hook): Early
1501         return pre-reload.  Don't consider output or anti dependencies.
1502         * config/ia64/sync.md (IMODE): New.
1503         (modesuffix): Add QI and HI.
1504         (memory_barrier): Simplify expansion.
1505         (sync_compare_and_swap<IMODE>): Use IMODE, not I48MODE.
1506         (cmpxchg_acq_<IMODE>): Likewise.
1507         (sync_lock_test_and_set<IMODE>): Likewise.
1508         (sync_lock_release<IMODE>): Likewise.
1510 2005-04-19  James A. Morrison  <phython@gcc.gnu.org>
1512         * fold-const.c (fold_binary): Fold ~(X ^ Y) to ~X ^ Y or X ^ ~Y if
1513         ~X or ~Y simplify.
1515 2005-04-19  James A. Morrison  <phython@gcc.gnu.org>
1517         * fold-const (fold_binary):  Fold ~X ^ ~ Y to X ^ Y.
1519 2005-04-20  Michael Pogue  <michael.pogue@sun.com>
1520             Joseph S. Myers  <joseph@codesourcery.com>
1522         * c.opt (Wint-to-pointer-cast, Wpointer-to-int-cast): New options.
1523         * c-typeck.c (build_c_cast): Check these options.
1524         * doc/invoke.texi: Document these options.
1526 2005-04-20  Kazu Hirata  <kazu@cs.umass.edu>
1528         * tree-ssa-phiopt.c: Update a comment about the pass.
1530 2005-04-19  Kazu Hirata  <kazu@cs.umass.edu>
1532         * tree-ssa-phiopt.c, config/arm/arm.c, config/fr30/fr30.md,
1533         config/mcore/mcore.c: Fix comment typos.
1535 2005-04-19  Daniel Jacobowitz  <dan@codesourcery.com>
1537         * Makefile.in (libgcc.mk): Pass GCC_FOR_TARGET.
1538         * mklibgcc.in: Use $GCC_FOR_TARGET instead of ./xgcc.
1540 2005-04-19  Paul Brook  <paul@codesourcery.com>
1542         * config/arm/arm.c (arm_init_libfuncs): Clear mod optabs. 
1544 2005-04-19  Andrew Haley  <aph@redhat.com>
1546         PR java/21022
1547         * dbxout.c (dbxout_type_fields): Check DECL_IGNORED_P before
1548         looking at a field's bitpos.
1550 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1552         * system.h (fopen, fdopen, freopen): Define these to the unlocked
1553         libiberty functions.
1555 2005-04-19  Kazu Hirata  <kazu@cs.umass.edu>
1557         PR tree-optimization/21096
1558         * tree-ssa-copy.c (fini_copy_prop): Free cached_last_copy_of.
1560 2005-04-19  Alan Modra  <amodra@bigpond.net.au>
1562         PR target/21098
1563         * config/rs6000/rs6000.c (rs6000_elf_end_indicate_exec_stack): New.
1564         * config/rs6000/linux64.h (TARGET_ASM_FILE_END): Use the above.
1566 2005-04-19  Alexandre Oliva  <aoliva@redhat.com>
1568         * tree-cfg.c (dump_function_to_file): Use cfun info only if it
1569         refers to the function being dumped.
1571 2005-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
1573         * varasm.c (assemble_start_function): Remove reset of in_section.
1575 2005-04-18  James A. Morrison  <phython@gcc.gnu.org>
1577         PR tree-optimization/21085
1578         * fold-const (fold_binary): Don't change X % -C to X % C if C has
1579         overflowed.
1581 2005-04-19  Ben Elliston  <bje@au.ibm.com>
1583         * doc/invoke.texi (Optimize Options): Refer to the correct
1584         optimisation flag -ftree-dominator-opts, not -ftree-dom.
1586 2005-04-18  Christopher Jaillet <christophe.jaillet@wanadoo.fr>
1588         * config/rs6000/rs6000.c (machopic_output_stub):  Increase
1589         alloca argument to be big enough.
1591 2005-04-18  Alexandre Oliva  <aoliva@redhat.com>
1593         PR middle-end/21049
1594         * tree-cfg.c (dump_function_to_file): Do not crash if cfun or
1595         cfun->cfg are NULL.
1597 2005-04-18  Tom Tromey  <tromey@redhat.com>
1599         * cgraphunit.c (cgraph_finalize_compilation_unit): Fix a comment
1600         typo.
1602 2005-04-18  Richard Henderson  <rth@redhat.com>
1604         * config/alpha/alpha.c (alpha_split_atomic_op): New.
1605         (alphaev5_insn_pipe): Add LD_L, ST_C, MB types.
1606         (alphaev4_insn_pipe): Likewise.  Correct IST and LDSYM pipes.
1607         * config/alpha/alpha-protos.h: Update.
1608         * config/alpha/alpha.md (UNSPECV_MB, UNSPECV_LL, UNSPECV_SC): New.
1609         (UNSPECV_ATOMIC, UNSPECV_CMPXCHG, UNSPECV_XCHG): New.
1610         (attr type): Add ld_l, st_c, mb.
1611         (andsi_internal, andnotsi3, iorsi_internal, one_cmplsi_internal,
1612         iornotsi3, xorsi_internal, xornotsi3): New.
1613         * config/alpha/ev4.md (ev4_ld): Add ld_l.
1614         (ev4_ist_c, ev4_mb): New.
1615         * config/alpha/ev5.md (ev5_st): Add st_c, mb.
1616         (ev5_ld_l): New.
1617         * config/alpha/ev6.md (ev6_ild): Add ld_l.
1618         (ev6_ist): Add st_c.
1619         (ev6_mb): New.
1620         * config/alpha/sync.md: New file.
1622 2005-04-18  Richard Henderson  <rth@redhat.com>
1624         * builtins.c (expand_builtin_sync_operation): Fold nand to and
1625         for constants.
1627         * optabs.c (expand_sync_operation): Fix typo expanding nand to and.
1629 2005-04-18  Devang Patel  <dpatel@apple.com>
1631         * config/rs6000/atlivec.md (mulv4si3): New pattern.
1632         
1633 2005-04-18  James A. Morrison  <phython@gcc.gnu.org>
1635         PR tree-optimization/20922
1636         * fold-const.c (fold_binary): Fold X - c > X and X + c < X to false.
1637         Fold X + c >= X and fold X - c <= X to true.
1639 2005-04-18  James A. Morrison  <phython@gcc.gnu.org>
1641         * config/ia64/unwind-ia64.c (emergency_reg_state_free): Make an
1642         unsigned int.
1643         (emergency_labeled_state_free): Likewise.
1645 2005-04-18  Nick Clifton  <nickc@redhat.com>
1647         * config/h8300/h8300.md (jump): Remove prescan parameter from
1648         calls to final_scan_insn.
1650         * config/arc/arc.c (arc_output_function_epilogue): Remove prescan
1651         parameter from calls to final_scan_insn.
1653         * config.gcc (m68hc12): Use the m68hc11.opt file for target
1654         specific options.
1655         (v850e, v850e1): Use the v850.opt file for target specific
1656         options.
1658 2005-04-18  Kazu Hirata  <kazu@cs.umass.edu>
1660         PR tree-optimization/21001
1661         * tree-optimize.c (init_tree_optimization_passes): Move the
1662         first pass_forwprop immediately before pass_vrp.
1664 2005-04-17  Ian Lance Taylor  <ian@airs.com>
1666         * c-common.def (SIZEOF_EXPR, ARROW_EXPR, ALIGNOF_EXPR): Remove.
1667         * c-common.c (c_sizeof_or_alignof_type): Change second parameter
1668         from enum tree_code op to bool is_sizeof.
1669         * c-common.h (c_sizeof_or_alignof_type): Update declaration.
1670         (c_sizeof, c_alignof): Update calls to c_sizeof_or_alignof_type.
1671         * c-pretty-print.c (pp_c_postfix_expression): Remove ARROW_EXPR
1672         case.
1673         (pp_c_unary_expression): Remove SIZEOF_EXPR and ALIGNOF_EXPR
1674         cases.
1675         (pp_c_expression): Remove ARROW_EXPR, SIZEOF_EXPR, and
1676         ALIGNOF_EXPR cases.
1678 2005-04-17  Ian Lance Taylor  <ian@airs.com>
1680         * system.h: Poison DONT_ACCESS_GBLS_AFTER_EPILOGUE.
1682 2005-04-17  Richard Henderson  <rth@redhat.com>
1684         * config/alpha/alpha.c (va_list_skip_additions): Only define if
1685         TARGET_ABI_OSF.
1686         (TARGET_STDARG_OPTIMIZE_HOOK): Likewise.
1687         (alpha_stdarg_optimize_hook): Likewise.  Allow for one more round
1688         of indirection through ssa names while looking for the gpr counter
1689         field.
1690         (alpha_setup_incoming_varargs) <TARGET_ABI_OSF>: Make use of the
1691         saved va_list_gpr_size and va_list_fpr_size.
1693 2005-04-17  Kazu Hirata  <kazu@cs.umass.edu>
1695         * tree-vrp.c (compare_values): Check that VAL1 and VAL2 are
1696         both pointers or both integers.
1698         * tree-vrp.c (maybe_add_assert_expr): Don't assert
1699         ASSERT_EXPRs for single-use variable.
1701         * tree-into-ssa.c: Fix a comment typo.
1703 2005-04-17  Richard Sandiford  <rsandifo@redhat.com>
1705         * config/mips/iris6.h (DRIVER_SELF_SPECS): Check -march as well as
1706         -mipsN before forcing a default of -mips2.
1708 2005-04-17  Kazu Hirata  <kazu@cs.umass.edu>
1710         * predict.h (IS_TAKEN): Remove.
1711         * rtl.h (NOTE_PREDICTION): Likewise.
1713         * modulo-sched.c (CFG_HOOKS): Remove.
1715         * c-parser.c (N_C_TTYPES): Remove.
1717         * tree-flow-inline.h (get_stmt_operands): Remove.
1718         * lambda-code.c, tree-ssa-loop-unswitch.c,
1719         tree-ssa-operands.c, tree-ssa-pre.c, tree-ssa-propagate.c,
1720         tree-ssa-sink.c, tree-ssa.c, tree-tailcall.c,
1721         tree-vect-transform.c, tree-vectorizer.c, tree-vrp.c): Remove
1722         calls to get_stmt_operands.
1723         * doc/tree-ssa.texi: Don't mention get_stmt_operands.
1725 2005-04-17  Richard Henderson  <rth@redhat.com>
1727         PR target/20375
1728         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Advance a copy
1729         of CUMULATIVE_ARGS past the last named argument.
1730         (alpha_va_start): Expect pretend_args_size only if strictly less than
1731         6 named arguments.
1733 2005-04-17  Kazu Hirata  <kazu@cs.umass.edu>
1735         PR middle-end/21024
1736         * builtins.c (expand_builtin_strcat): Convert the result of
1737         strlen to the right type.
1738         * fold-const.c (fold_binary) <PLUS_EXPR>: Use fold_convert to
1739         avoid creating type mismatches.
1740         <GE_EXPR>: Pass op0 and op1 to fold_build2 to avoid creating
1741         type mismatches.
1743         * c-lex.c (WCHAR_TYPE_SIZE, WCHAR_BYTES): Remove.
1745 2005-04-16  Richard Henderson  <rth@redhat.com>
1747         PR target/21051
1748         * builtins.c (expand_builtin) <BUILT_IN_BOOL_COMPARE_AND_SWAP_*>:
1749         Use the mode of boolean_type_node when the user doesn't provide one.
1750         * config/ia64/sync.md (sync_lock_release<I48MODE>): Use operand 1.
1752 2005-04-16  Alexandre Oliva  <aoliva@redhat.com>
1754         PR target/20126
1755         * loop.c (loop_givs_rescan): Handle non-replaceable (plus (reg)
1756         (const)).
1758         * tree-scalar-evolution.c (interpret_rhs_modify_expr): Fix typo in
1759         comment.
1761 2005-04-16  Roger Sayle  <roger@eyesopen.com>
1762             Steven Bosscher  <stevenb@suse.de>
1764         * fold-const.c (fold_binary_to_constant): Delete obsolete comment.
1765         (fold_unary_to_constant): Likewise.
1767 2005-04-16  Kazu Hirata  <kazu@cs.umass.edu>
1769         * basic-block.h: Adjust the value of PROP_SCAN_DEAD_STORES,
1770         PROP_ASM_SCAN.
1772 2005-04-16  Gerald Pfeifer  <gerald@pfeifer.com>
1774         * doc/install.texi (Specific): Avoid using asterisks in @anchor
1775         names related to target triplets.
1776         Remove i?86-*-esix from platform directory.
1777         Remove powerpc-*-eabiaix from platform directory.
1779 2005-04-16  Joseph S. Myers  <joseph@codesourcery.com>
1781         PR middle-end/20491
1782         * config/ia64/ia64.c (rtx_needs_barrier): Recurse instead of
1783         falling through from SUBREG case to REG.
1785 2005-04-15  Roger Sayle  <roger@eyesopen.com>
1787         * fold-const.c (fold_relational_hi_lo): Delete function and prototype.
1788         (fold_binary): Update comment mentioning fold_relational_hi_lo.
1789         (fold_binary_to_constant): Simplify using fold_binary.
1790         (fold_unary_to_constant): Likewise, simplify using fold_unary.
1792 2005-04-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1794         * gthr-posix.c (pthread_cancel): Define.
1795         (pthread_mutexattr_init): Likewise.
1796         (pthread_mutexattr_settype): Likewise.
1797         (pthread_mutexattr_destroy): Likewise.
1799 2005-04-15  David S. Miller  <davem@davemloft.net>
1801         PR target/20673
1802         * config/sparc/sparc.h (sparc_hard_reg_printed): Mark as GTY(()).
1804 2005-04-15  Kazu Hirata  <kazu@cs.umass.edu>
1806         PR tree-optimization/21031
1807         * tree-ssa-forwprop.c (ssa_name_defined_by_comparison_p): New.
1808         (forward_propagate_into_cond_1): Call it.  Forward propagate
1809         integer-integer casts into COND_EXPRs.
1811 2005-04-15  Dave Korn  <dave.korn@artimi.com>
1813         * gcc.c (default_compilers): Clarify obscure error message when
1814         reading from standard input.
1816 2005-04-15  Kazu Hirata  <kazu@cs.umass.edu>
1818         * basic-block.h (PROP_EQUAL_NOTES): Remove.
1819         * flow.c (propagate_one_insn): Don't use PROP_EQUAL_NOTES.
1821         * tree-ssa-alias.c (init_alias_info): Remove a call to
1822         get_stmt_operands.
1824 2005-04-15  Andrew MacLeod  <amacleod@redhat.com>
1826         * tree-vect-analyze.c (vect_stmt_relevant_p): Process immediate uses
1827         of non-virtual PHI nodes like we use to.
1829 2005-05-15  Paolo Bonzini  <bonzini@gnu.org>
1831         * genattrtab.c (ATTR_EQ_ATTR_P): Remove.
1832         (attr_copy_rtx): Do not use it.
1834 2005-04-15  Andrew Macleod  <amacleod@redhat.com>
1836         * doc/tree-ssa.texi: Grammer/abbreviation updates.
1838 2005-04-15  Diego Novillo  <dnovillo@redhat.com>
1840         * tree-vect-transform.c (vectorizable_store): Mark necessary
1841         objects in the vectorized store needing renaming.  Update the
1842         SSA graph for V_MAY_DEF operands in the original store.
1844 2005-04-14  Daniel Berlin <dberlin@dberlin.org>
1846         * tree-ssa-pre.c (compute_avail): It's okay to have
1847         TREE_INVARIANT's here, and value number the resulting expressions.
1848         (create_expression_by_pieces): Make sure operands that were
1849         min_invariant when we started, stay that way.
1851 2005-04-15  David Edelsohn  <edelsohn@gnu.org>
1853         * doc/install.texi (*-ibm-aix*): Add comment about system limits.
1855 2005-04-15  Kazu Hirata  <kazu@cs.umass.edu>
1857         PR tree-optimization/20936.
1858         * tree-ssa-ccp.c (visit_assignment): Fix a typo.
1860 2005-04-15  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1862         * doc/invoke.texi: Fix typos.
1863         * doc/md.texi: Likewise.
1864         * doc/rtl.texi: Likewise.
1865         * doc/sourcebuild.texi: Likewise.
1866         * doc/tm.texi: Likewise.
1868 2005-04-15  Uros Bizjak  <uros@kss-loka.si>
1870         PR tree-optimization/21004
1871         * convert.c (convert_to_integer): Convert ceilf, ceill, floorf
1872         and floorl in c99 mode only.
1873         * builtins.c (expand_builtin_int_roundingfn): Assert that
1874         fallback_fndecl is not NULL_TREE.
1876 2005-04-15  Kazu Hirata  <kazu@cs.umass.edu>
1878         * cfgrtl.c (purge_all_dead_edge): Remove an unused argument.
1879         * basic-block.h: Update the prototype for
1880         purge_all_dead_edges.
1881         * cfgexpand.c (tree_expand_cfg): Update a call to
1882         purge_all_dead_edges.
1883         * combine.c (combine_instructions): Likewise.
1884         * passes.c (rest_of_handle_old_regalloc, rest_of_handle_cse,
1885         rest_of_handle_cse2, rest_of_handle_gcse,
1886         rest_of_handle_postreload): likewise.
1888 2005-04-15  Alexandre Oliva  <aoliva@redhat.com>
1890         PR middle-end/20739
1891         * gimplify.c (gimplify_addr_expr): Compensate for removal of
1892         e.g. cv-qualification conversions.
1894 2005-04-14  Mike Stump  <mrs@apple.com>
1896         * config/darwin-c.c (framework_construct_pathname): We must
1897         find all headers of a framework in the first instance of it
1898         found in the seach path.
1900 2005-04-14  Kazu Hirata  <kazu@cs.umass.edu>
1902         PR tree-optimization/21021
1903         * tree-vrp.c (compare_values): Work around a bug in the front
1904         end that produces a comparison of mismatched types.
1906 2004-04-14  Richard Henderson  <rth@redhat.com>
1908         * config/ia64/ia64.h (enum fetchop_code): Remove.
1909         (enum ia64_builtins): Move ...
1910         * config/ia64/ia64.c (enum ia64_builtins): ... here.  Remove all
1911         members except BSP and FLUSHRS.
1912         (ia64_init_builtins): Remove __sync builtins.
1913         (ia64_expand_builtin): Likewise.
1914         (ia64_expand_fetch_and_op, ia64_expand_op_and_fetch): Remove.
1915         (ia64_expand_compare_and_swap, ia64_expand_lock_test_and_set): Remove.
1916         (ia64_expand_lock_release): Remove.
1917         * config/ia64/ia64.md (mf): Move to sync.md.
1918         (mf_internal, fetchadd_acq_si, fetchadd_acq_di, cmpxchg_acq_si,
1919         cmpxchg_acq_di, xchgsi, xchgdi): Likewise.
1920         * config/ia64/sync.md: New file.
1921         (memory_barrier): Rename from mf.
1922         (fetchadd_acq_<I48MODE>): Macroize from _si/_di patterns.
1923         (cmpxchg_acq_<I48MODE>): Likewise.
1924         (sync_lock_test_and_set<I48MODE>): Likewise.
1926         * config/ia64/ia64intrin.h: Define nothing for C; limit #defines
1927         to c++.  Remove __sync* declarations.  s/_si/_4/.  s/_di/_8/.
1929 2004-04-14  Richard Henderson  <rth@redhat.com>
1931         * config/i386/i386.c (x86_cmpxchg, x86_xadd): New.
1932         (ix86_compare_emitted): New.
1933         (ix86_expand_compare): Use ix86_compare_emitted if set.
1934         (ix86_expand_setcc): Only emit REG_EQUAL if both ix86_compare_op0
1935         and ix86_compare_op0 are set.
1936         * config/i386/i386.h (x86_cmpxchg, x86_xadd): Declare.
1937         (TARGET_CMPXCHG, TARGET_XADD): New.
1938         (ix86_compare_emitted): Declare.
1939         * config/i386/i386.md: Include sync.md
1940         (UNSPECV_CMPXCHG_1, UNSPECV_CMPXCHG_2): New.
1941         (UNSPECV_XCHG, UNSPECV_LOCK): New.
1942         * config/i386/sync.md: New file.
1944 2004-04-14  Richard Henderson  <rth@redhat.com>
1946         PR middle-end/14311
1947         * builtin-types.def (BT_BOOL, BT_VOLATILE_PTR, BT_I1, BT_I2,
1948         BT_I4, BT_I8, BT_FN_VOID_VPTR, BT_FN_I1_VPTR_I1, BT_FN_I2_VPTR_I2,
1949         BT_FN_I4_VPTR_I4, BT_FN_I8_VPTR_I8, BT_FN_BOOL_VPTR_I1_I1,
1950         BT_FN_BOOL_VPTR_I2_I2, BT_FN_BOOL_VPTR_I4_I4, BT_FN_BOOL_VPTR_I8_I8,
1951         BT_FN_I1_VPTR_I1_I1, BT_FN_I2_VPTR_I2_I2, BT_FN_I4_VPTR_I4_I4,
1952         BT_FN_I8_VPTR_I8_I8): New.
1953         * builtins.def (DEF_SYNC_BUILTIN): New.
1954         (BUILT_IN_FETCH_AND_ADD_N, BUILT_IN_FETCH_AND_ADD_1,
1955         BUILT_IN_FETCH_AND_ADD_2, BUILT_IN_FETCH_AND_ADD_4,
1956         BUILT_IN_FETCH_AND_ADD_8, BUILT_IN_FETCH_AND_SUB_N,
1957         BUILT_IN_FETCH_AND_SUB_1, BUILT_IN_FETCH_AND_SUB_2,
1958         BUILT_IN_FETCH_AND_SUB_4, BUILT_IN_FETCH_AND_SUB_8,
1959         BUILT_IN_FETCH_AND_OR_N, BUILT_IN_FETCH_AND_OR_1,
1960         BUILT_IN_FETCH_AND_OR_2, BUILT_IN_FETCH_AND_OR_4,
1961         BUILT_IN_FETCH_AND_OR_8, BUILT_IN_FETCH_AND_AND_N,
1962         BUILT_IN_FETCH_AND_AND_1, BUILT_IN_FETCH_AND_AND_2,
1963         BUILT_IN_FETCH_AND_AND_4, BUILT_IN_FETCH_AND_AND_8,
1964         BUILT_IN_FETCH_AND_XOR_N, BUILT_IN_FETCH_AND_XOR_1,
1965         BUILT_IN_FETCH_AND_XOR_2, BUILT_IN_FETCH_AND_XOR_4,
1966         BUILT_IN_FETCH_AND_XOR_8, BUILT_IN_FETCH_AND_NAND_N,
1967         BUILT_IN_FETCH_AND_NAND_1, BUILT_IN_FETCH_AND_NAND_2,
1968         BUILT_IN_FETCH_AND_NAND_4, BUILT_IN_FETCH_AND_NAND_8,
1969         BUILT_IN_ADD_AND_FETCH_N, BUILT_IN_ADD_AND_FETCH_1,
1970         BUILT_IN_ADD_AND_FETCH_2, BUILT_IN_ADD_AND_FETCH_4,
1971         BUILT_IN_ADD_AND_FETCH_8, BUILT_IN_SUB_AND_FETCH_N,
1972         BUILT_IN_SUB_AND_FETCH_1, BUILT_IN_SUB_AND_FETCH_2,
1973         BUILT_IN_SUB_AND_FETCH_4, BUILT_IN_SUB_AND_FETCH_8,
1974         BUILT_IN_OR_AND_FETCH_N, BUILT_IN_OR_AND_FETCH_1,
1975         BUILT_IN_OR_AND_FETCH_2, BUILT_IN_OR_AND_FETCH_4,
1976         BUILT_IN_OR_AND_FETCH_8, BUILT_IN_AND_AND_FETCH_N,
1977         BUILT_IN_AND_AND_FETCH_1, BUILT_IN_AND_AND_FETCH_2,
1978         BUILT_IN_AND_AND_FETCH_4, BUILT_IN_AND_AND_FETCH_8,
1979         BUILT_IN_XOR_AND_FETCH_N, BUILT_IN_XOR_AND_FETCH_1,
1980         BUILT_IN_XOR_AND_FETCH_2, BUILT_IN_XOR_AND_FETCH_4,
1981         BUILT_IN_XOR_AND_FETCH_8, BUILT_IN_NAND_AND_FETCH_N,
1982         BUILT_IN_NAND_AND_FETCH_1, BUILT_IN_NAND_AND_FETCH_2,
1983         BUILT_IN_NAND_AND_FETCH_4, BUILT_IN_NAND_AND_FETCH_8,
1984         BUILT_IN_BOOL_COMPARE_AND_SWAP_N, BUILT_IN_BOOL_COMPARE_AND_SWAP_1,
1985         BUILT_IN_BOOL_COMPARE_AND_SWAP_2, BUILT_IN_BOOL_COMPARE_AND_SWAP_4,
1986         BUILT_IN_BOOL_COMPARE_AND_SWAP_8, BUILT_IN_VAL_COMPARE_AND_SWAP_N,
1987         BUILT_IN_VAL_COMPARE_AND_SWAP_1, BUILT_IN_VAL_COMPARE_AND_SWAP_2,
1988         BUILT_IN_VAL_COMPARE_AND_SWAP_4, BUILT_IN_VAL_COMPARE_AND_SWAP_8,
1989         BUILT_IN_LOCK_TEST_AND_SET_N, BUILT_IN_LOCK_TEST_AND_SET_1,
1990         BUILT_IN_LOCK_TEST_AND_SET_2, BUILT_IN_LOCK_TEST_AND_SET_4,
1991         BUILT_IN_LOCK_TEST_AND_SET_8, BUILT_IN_LOCK_RELEASE_N,
1992         BUILT_IN_LOCK_RELEASE_1, BUILT_IN_LOCK_RELEASE_2,
1993         BUILT_IN_LOCK_RELEASE_4, BUILT_IN_LOCK_RELEASE_8,
1994         BUILT_IN_SYNCHRONIZE: New.
1995         * builtins.c (called_as_built_in): Rewrite from CALLED_AS_BUILT_IN
1996         as a function.  Accept __sync_ as a prefix as well.
1997         (expand_builtin_sync_operation, expand_builtin_compare_and_swap,
1998         expand_builtin_lock_test_and_set, expand_builtin_synchronize,
1999         expand_builtin_lock_release): New.
2000         (expand_builtin): Call them.
2001         * c-common.c (DEF_BUILTIN): Don't require __builtin_ prefix if
2002         neither BOTH_P nor FALLBACK_P are defined.
2003         (builtin_type_for_size): New.
2004         (sync_resolve_size, sync_resolve_params, sync_resolve_return): New.
2005         (resolve_overloaded_builtin): New.
2006         * c-common.h (resolve_overloaded_builtin): Declare.
2007         (builtin_type_for_size): Declare.
2008         * c-typeck.c (build_function_call): Invoke resolve_overloaded_builtin.
2009         * expr.c (sync_add_optab, sync_sub_optab, sync_ior_optab,
2010         sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab,
2011         sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab,
2012         sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab,
2013         sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab,
2014         sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap,
2015         sync_compare_and_swap_cc, sync_lock_test_and_set,
2016         sync_lock_release): New.
2017         * optabs.h: Declare them.
2018         * expr.h (expand_val_compare_and_swap, expand_bool_compare_and_swap,
2019         expand_sync_operation, expand_sync_fetch_operation,
2020         expand_sync_lock_test_and_set): Declare.
2021         * genopinit.c (optabs): Add sync optabs.
2022         * optabs.c (init_optabs): Initialize sync optabs.
2023         (expand_val_compare_and_swap_1, expand_val_compare_and_swap,
2024         expand_bool_compare_and_swap, expand_compare_and_swap_loop,
2025         expand_sync_operation, expand_sync_fetch_operation,
2026         expand_sync_lock_test_and_set): New.
2027         * doc/extend.texi (Atomic Builtins): New section
2028         * doc/md.texi (Standard Names): Add sync patterns.
2030 2005-04-14  Alexandre Oliva  <aoliva@redhat.com>
2032         * tree-eh.c (lower_try_finally_copy): Generate new code in
2033         response to goto_queue entries as if the queue was sorted by
2034         index, not pointers.
2035         (lower_try_finally_switch): Likewise.
2037 2005-04-14  Richard Henderson  <rth@redhat.com>
2039         * config/i386/i386.c (ix86_expand_sse_cmp): Split out from ...
2040         (ix86_expand_sse_movcc): ... here.  Take cmp as a pre-computed
2041         register.
2042         (ix86_expand_fp_movcc): Update to match.
2043         (ix86_expand_fp_vcond, ix86_expand_int_vcond): New.
2044         * config/i386/i386-protos.h: Update.
2045         * config/i386/sse.md (vcondv4sf, vcondv2df): New.
2046         (vcond<SSEMODE124>, vcondu<SSEMODE12>): New.
2048 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
2050         * doc/cpp.texi, doc/install.texi: Change references to GCC 3.5 to
2051         refer to 4.0.
2053 2005-04-14  Julian Brown  <julian@codesourcery.com>
2055         * Revert elfos.h part of my patch from 2005-04-13 for causing libstdc++
2056         link failures on ppc64 Linux.
2058 2005-04-14  Andreas Krebbel  <krebbel1@de.ibm.com>
2060         * config.gcc: Set cpu_type for s390.
2062 2005-04-14  Daniel Berlin  <dberlin@dberlin.org>
2064         Fix PR tree-optimization/20963
2065         * tree-ssa-pre.c (compute_avail): Remove special case for
2066         TREE_INVARIANT.
2067         (create_expression_by_pieces): Add value numbers for forced out
2068         statements.
2070 2005-04-14  Hans-Peter Nilsson  <hp@axis.com>
2072         * config/cris/cris.md: Replace references to (reg:SI 16) with
2073         (reg:SI CRIS_SRP_REGNUM).
2075 2005-04-14  Kazu Hirata  <kazu@cs.umass.edu>
2077         PR tree-optimization/20657
2078         * tree-vrp.c (extract_range_from_expr): Notice INTEGER_CST to
2079         create an appropriate range from it.
2081 2005-04-14  Uros Bizjak  <uros@kss-loka.si>
2083         * reg-stack.c (subst_stack_regs_pat): Handle <UNSPEC_FIST_FLOOR> and
2084         <UNSPEC_FIST_CEIL> case.
2086         * config/i386/i386.md (UNSPEC_FIST_FLOOR, UNSPEC_FIST_CEIL): New.
2087         (*fist<mode>2_floor_1, fistdi2_floor, fistdi2_floor_with_temp)
2088         (fist<mode>2_floor, fist<mode>2_floor_with_temp): New isns patterns
2089         to implement lfloor and llfloor built-ins as x87 intrinsic function.
2090         (fistdi2_floor, fist<mode>2_floor splitters): New splitters.
2091         (lfloor<mode>2): New expanders.
2092         (*fist<mode>2_ceil_1, fistdi2_ceil, fistdi2_ceil_with_temp)
2093         (fist<mode>2_ceil, fist<mode>2_ceil_with_temp): New isns patterns
2094         to implement lceil and llceil built-ins as x87 intrinsic function.
2095         (fistdi2_ceil, fist<mode>2_ceil splitters): New splitters.
2096         (lceil<mode>2): New expanders.
2098 2005-04-14  Uros Bizjak  <uros@kss-loka.si>
2100         * convert.c (convert_to_integer): Convert (long int)trunc{,f,l},
2101         and (long long int)ceil{,f,l} into FIX_TRUNC_EXPR.
2103 2005-04-14  Ulrich Weigand  <uweigand@de.ibm.com>
2105         PR target/20927
2106         * config/s390/s390-modes.def: Define TFmode.
2108 2005-04-13  Richard Sandiford  <rsandifo@redhat.com>
2110         * config/mips/mips.h (ASM_OUTPUT_CASE_LABEL): Delete.
2111         (JUMP_TABLES_IN_TEXT_SECTION): Define.
2112         * config/mips/mips.c (mips16_insn_length): Remove reference to
2113         JUMP_TABLES_IN_TEXT_SECTION.
2115 2005-04-13 Fariborz Jahanian <fjahanian@apple.com>
2117         * simplify-rtx.c (simplify_binary_operation_1): Return
2118         scalar or vector of constant 0, depending on the xor's
2119         mode.
2121 2005-04-13  Dale Johannesen  <dalej@apple.com>
2123         * objc/Make-lang.in (objc-lang.o):  Depend on tree-gimple.h.
2124         (objc-act.o):  Ditto.
2125         * objc/objc-act.c (objc_gimplify_expr):  New.
2126         (objc_get_callee_fndecl):  New.
2127         * objc/objc-act.h:  Include tree-gimple.h.  Declare new functions.
2128         * objc/objc-lang.c (LANG_HOOKS_GIMPLIFY_EXPR):  Define.
2129         (LANG_HOOKS_GET_CALLEE_FNDECL):  Define.
2131 2005-04-13  Devang Patel  <dpatel@apple.com>
2133         * tree-if-conv.c (tree_if_convert_cond_expr): Do not create extra
2134         temp variables.
2136 2005-04-13  Hans-Peter Nilsson  <hp@axis.com>
2138         CRIS prologue as RTL.
2139         * config/cris/cris-protos.h (cris_emit_movem_store)
2140         (cris_expand_prologue): Prototype.
2141         * config/cris/cris.c (struct machine_function): New member
2142         stdarg_regs.
2143         (cfa_label_num, cris_target_asm_function_prologue): Remove.
2144         (TARGET_ASM_FUNCTION_PROLOGUE): Don't override.
2145         (cris_general_operand_or_gotless_symbol): Accept CRIS_UNSPEC_GOT.
2146         (cris_load_multiple_op, cris_return_address_on_stack)
2147         (cris_return_address_on_stack_for_return): ISO-Cify.
2148         (cris_store_multiple_op): New predicate function.
2149         (cris_expand_prologue, cris_emit_movem_store): New functions.
2150         (cris_print_operand) <case 'O'>: Handle modifications other than
2151         post-increment.
2152         (cris_symbol, cris_got_symbol): Return 0 for CRIS_UNSPEC_GOT.
2153         (cris_gotless_symbol): Return 1 for CRIS_UNSPEC_GOT.
2154         (cris_gen_movem_load): Rearrange slightly to make local variable
2155         src a parameter, removing osrc.
2156         (cris_setup_incoming_varargs): Set machine_function member
2157         stdarg_regs to correspond to the number of registers that need to
2158         be saved.
2159         * config/cris/cris.h (EXTRA_CONSTRAINT_S): Accept
2160         CRIS_UNSPEC_GOT.
2161         (PREDICATE_CODES): Add cris_store_multiple_op.  Make
2162         cris_general_operand_or_gotless_symbol accept UNSPEC.
2163         * config/cris/cris.md (CRIS_UNSPEC_GOT): New constant.
2164         ("*movsi_internal") <alternative 8>: Handle CRIS_UNSPEC_GOT.
2165         ("*cris_store_multiple"): New pattern.  Tweak common comment above
2166         this and "*cris_load_multiple".
2167         ("prologue"): New define_expand.
2169         * config/cris/cris.md ("epilogue"): Conditionalize on
2170         TARGET_PROLOGUE_EPILOGUE.
2172 2005-04-13  Steve Ellcey  <sje@cup.hp.com>
2174         PR target/20924
2175         * config/ia64/ia64.md (divsf3_internal_lat): Generate frcpa with
2176         fpsr 0 instead of fpsr 1.
2177         (divsf3_internal_thr): Ditto.
2178         (divdf3_internal_lat): Ditto.
2179         (divdf3_internal_thr): Ditto.
2180         (divxf3_internal_lat): Ditto.
2181         (divxf3_internal_thr): Ditto.
2183 2005-04-13  Kazu Hirata  <kazu@cs.umass.edu>
2185         PR tree-optimization/20913
2186         * tree-ssa-copy.c (copy_prop_visit_cond_stmt): Fold COND_EXPR.
2188         PR tree-optimization/20702
2189         * tree-vrp.c (maybe_add_assert_expr): Recurse into
2190         dominator children that haven't been walked into.
2192 2005-04-13  Julian Brown  <julian@codesourcery.com>
2194         * config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK from
2195         being used for symbols with vague linkage when HAVE_GAS_COMDAT_GROUP
2196         is true.
2198 2005-04-13  Kazu Hirata  <kazu@cs.umass.edu>
2200         * basic-block.h, tree-ssa-uncprop.c, varasm.c,
2201         config/i386/sse.md: Fix comment typos.
2203         * genattrtab.c (NULL_ATTR): Remove.
2204         * ifcvt.c (NULL_EDGE): Likewise.
2206         * rtl.h (RTX_EXPR_FIRST, RTX_EXPR_LAST): Remove.
2208         * rtl.h (NOTE_PREDICTION_ALG, NOTE_PREDICTION_FLAGS,
2209         NOTE_PREDICT): Remove.
2211 2005-04-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
2213         * configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf.
2214         * configure: Regenerate.
2215         * config.in: Likewise.
2216         * system.h: Declare vsnprintf if not already declared.
2218 2005-04-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
2220         * optc-gen.awk: Handle stand-alone Mask records.
2221         * opth-gen.awk: Likewise.
2222         * doc/options.texi (Option file format): Document them.
2223         * config.gcc (sparc-*-netbsdelf*, sparc-*-linux*, sparc64-*-freebsd*,
2224         sparc64-*-linux*, sparc64-*-netbsd*): Add long-double-switch.opt.
2225         (sparc64-*-openbsd*, sparc64-*-elf*): Add little-endian.opt.
2226         * config/sparc/sparc.h (MASK_FPU, MASK_UNALIGNED_DOUBLES,
2227         MASK_V8, MASK_SPARCLITE, MASK_SPARCLET, MASK_V9,
2228         MASK_DEPRECATED_V8_INSNS, MASK_IMPURE_TEXT, MASK_APP_REGS,
2229         MASK_HARD_QUAD, MASK_LITTLE_ENDIAN, MASK_PTR64, MASK_64BIT,
2230         MASK_STACK_BIAS, MASK_FPU_SET, MASK_VIS, MASK_V8PLUS,
2231         MASK_FASTER_STRUCTS, MASK_LONG_DOUBLE_128): Delete.
2232         (TARGET_FPU, TARGET_UNALIGNED_DOUBLES, TARGET_V8, TARGET_SPARCLITE,
2233         TARGET_SPARCLET, TARGET_V9, TARGET_DEPRECATED_V8_INSNS,
2234         TARGET_IMPURE_TEXT, TARGET_APP_REGS, MASK_HARD_QUAD,
2235         TARGET_LITTLE_ENDIAN, TARGET_PTR64, TARGET_64BIT, MASK_STACK_BIAS,
2236         TARGET_FPU_SET, TARGET_VIS, TARGET_V8PLUS, TARGET_FASTER_STRUCTS,
2237         TARGET_LONG_DOUBLE_128): Likewise.
2238         (TARGET_SWITCHES, SUBTARGET_SWITCHES): Likewise.
2239         (TARGET_OPTIONS, SUBTARGET_OPTIONS): Likewise.
2240         * config/sparc/freebsd.h (SUBTARGET_SWITCHES): Likewise.
2241         * config/sparc/linux.h (SUBTARGET_SWITCHES): Likewise.
2242         * config/sparc/linux64.h (SUBTARGET_SWITCHES): Likewise.
2243         * config/sparc/netbsd-elf.h (SUBTARGET_SWITCHES): Likewise.
2244         * config/sparc/sp64-elf.h (SUBTARGET_SWITCHES): Likewise.
2245         * config/sparc/sparc.c (fpu_option_set): New global.
2246         (sparc_handle_option): New function.
2247         (sparc_override_options): Test fpu_option_set.
2248         (TARGET_DEFAULT_TARGET_FLAGS): Set to TARGET_DEFAULT.
2249         (TARGET_HANDLE_OPTION): Set to sparc_handle_option.
2250         * config/sparc/sparc.opt: New file.
2251         * config/sparc/little-endian.opt: Likewise.
2252         * config/sparc/long-double-switch.opt: Likewise.
2254 2005-04-13  Bernd Schmidt  <bernd.schmidt@analog.com>
2256         * config/bfin/bfin.c (bfin_lib_id_given): New static variable.
2257         (bfin_handle_options): Set it if -mshared-library-id= is seen.
2258         * config/bfin/bfin.opt (mshared-library-id=): Lose
2259         Var(bfin_lib_id_given).
2261 2005-04-13  Matt Thomas  <matt@3am-software.com>
2263         * config/rs6000/sysv4.h (NO_IMPLICIT_EXTERN_C): undefine before
2264         defining.
2266 2005-04-13  Kazu Hirata  <kazu@cs.umass.edu>
2268         * rtl.h (CLEAR_RTX_FLAGS): Remove.
2270         * cgraphunit.c (INSNS_PER_CALL): Remove.
2272         * tree-ssa-forwprop.c (vars,
2273         record_single_argument_cond_exprs,
2274         substitute_single_use_vars): Remove.
2275         (forward_propagate_into_cond_1, forward_propagate_into_cond):
2276         New.
2277         (tree_ssa_forward_propagate_single_use_vars): Call
2278         forward_propagate_into_cond for each COND_EXPR.
2280         * tree-inline.c (INSNS_PER_STMT): Remove.
2282 2005-04-12  Richard Henderson  <rth@redhat.com>
2284         * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Split ...
2285         (ix86_expand_sse_fp_minmax): ... from ...
2286         (ix86_expand_fp_movcc): ... here.
2287         (ix86_expand_sse_movcc): Rewrite from ix86_split_sse_movcc.
2288         * config/i386/i386-protos.h: Update.
2289         * config/i386/i386.md (UNSPEC_IEEE_MIN, UNSPEC_IEEE_MAX): New.
2290         (sse_setccsf, sse_setccdf): Allow before reload.
2291         (movsfcc_1_sse_min, movsfcc_1_sse_max, movsfcc_1_sse): Remove.
2292         (movdfcc_1_sse_min, movdfcc_1_sse_max, movdfcc_1_sse): Remove.
2293         (ieee_sminsf3, ieee_smaxsf3, ieee_smindf3, ieee_smaxdf3): New.
2294         * config/i386/sse.md (andsf3, nandsf3, iorsf3, xorsf3): New.
2295         (anddf3, nanddf3, iordf3, xordf3): New.
2297 2005-04-12  Jeff Law  <law@redhat.com>
2299         * Makefile.in (OBJS-common): Add tree-ssa-uncprop.o.
2300         (tree-ssa-uncprop.o): Add dependencies.
2301         * tree-cfg.c (remove_useless_stmts_bb, remove_useless_stmts): Remove.
2302         * tree-flow.h (remove_useless_stmts): Remove prototype.
2303         * tree-outof-ssa.c (rewrite_out_of_ssa): Remove call to
2304         remove_useless_stmts.
2305         * timevar.def (TV_TREE_SSA_UNCPROP): New timevar.
2306         * tree-optimize.c (init_tree_optimization_passes): Add uncprop pass.
2307         * tree-pass.h (pass_uncprop): Declare.
2308         * tree-ssa-uncprop.c: New file.
2310 2005-04-12  James E. Wilson  <wilson@specifixinc.com>
2312         PR target/20670
2313         * unwind-ia64.c (uw_intall_context): Add missing load of r27.
2315 2005-04-12  Caroline Tice  <ctice@apple.com>
2317         Temporary fix for partitioning problems.
2318         * passes.c (rest_of_handle_final): Remove code that
2319         frees unlikely_text_section_name,
2320         * varasm.c (assemble_start_function): Test for partitioning
2321         flag before writing out section labels.
2322         (assemble_end_function): Test for partitioning flag before
2323         writing out section labels.
2325 2005-04-12  Steven Bosscher  <stevenb@suse.de>
2326             Stuart Hastings <stuart@apple.com>
2327             Jan Hubicka  <jh@suse.cz>
2329         * Makefile.in: Add function.h to BASIC_BLOCK_H.  Remove all
2330         references to gt-tree-cfg.h.
2331         * basic-block.h (struct basic_block_def): Don't skip rbi
2332         for garbage collection.
2333         (struct reorder_block_def): Make GTY-able.
2334         (struct control_flow_graph): New structure.
2335         (n_edges, n_basic_blocks, last_basic_block, basic_block_info,
2336         BASIC_BLOCK, EXIT_BLOCK_PTR, ENTRY_BLOCK_PTR): No longer vars,
2337         but instead defines to the control_flow_graph for cfun.
2338         (label_to_block_map): New define, points to the label map of
2339         the control_flow_graph for cfun.
2340         (n_edges_for_function, n_basic_blocks_for_function,
2341         last_basic_block_for_function, basic_block_info_for_function,
2342         EXIT_BLOCK_PTR_FOR_FUNCTION, ENTRY_BLOCK_PTR_FOR_FUNCTION,
2343         basic_block_info_for_function, label_to_block_map_for_function):
2344         Counterparts for the above, taking a struct function as an extra
2345         argument.
2346         (alloc_rbi_pool, free_rbi_pool): Remove prototypes.
2347         * cfg.c: (n_edges, n_basic_blocks, last_basic_block,
2348         basic_block_info, ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR): Remove.
2349         (alloc_rbi_pool, free_rbi_pool): Remove.
2350         (initialize_bb_rbi): Use ggc_alloc_cleared instead of pool_alloc.
2351         * cfglayout.c: (cfg_layout_initialize): Don't allocate the rbi pool
2352         here...
2353         (cfg_layout_finalize) ... and don't free it here.
2354         * cfgrtl.c (cfg_layout_delete_block): Zero out rbi so it gets
2355         garbage collected.
2356         * flow.c (free_basic_block_vars): Set label_to_block_map and
2357         n_edges to zero too.
2358         * function.h (struct function): Add cfg field.
2359         * function.c (allocate_struct_function): Allocate the cfg.
2360         * tree-cfg.c (label_to_block_map): Remove.
2361         (build_tree_cfg): Don't allocate the rbi pool here...
2362         (delete_tree_cfg_annotations): ...and don't free it here.
2363         Also don't nullify label_to_block_map for cfun.
2365 2005-04-12  Caroline Tice  <ctice@apple.com>
2367         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
2368         Revert my patch from April 9.
2369         (fix_edges_for_rarely_executed_code): Revert my patch from April 9.
2370         (reorder_basic_blocks): Revert my patch from April 9.
2371         (insert_section_boundary_note): Revert my patch from April 9.
2372         * dbxout.c (dbxout_function_end): Revert my patch from April 9.
2373         * dwarf2out.c (COLD_TEXT_SECTION_LABEL): Revert my patch from April 9.
2374         (COLD_END_LABEL):  Revert my patch from April 9.
2375         (cold_text_section_label):  Revert my patch from April 9.
2376         (cold_end_label): Revert my patch from April 9.
2377         (dwarf2out_switch_text_section): Revert my patch from April 9.
2378         (output_aranges): Revert my patch from April 9.
2379         (output_ranges):  Revert my patch from April 9.
2380         (output_line_info): Revert my patch from April 9.
2381         (add_location_or_const_value_attribute):  Revert my patch from April 9.
2382         (dwarf2out_var_location): Revert my patch from April 9.
2383         (dwarf2out_init):  Revert my patch from April 9.
2384         (dwarf2out_finish): Revert my patch from April 9.
2385         * function.h (struct function): Revert my patch from April 9.
2386         * opts.c (decode_options): Revert my patch from April 9.
2387         * output.h (unlikely_section_label, hot_section_label,
2388         hot_section_end_label, cold_section_end_label,
2389         unlikely_text_section_name): Revert my patch from April 9.
2390         * passes.c (rest_of_handle_final): Revert my patch from April 9.
2391         * varasm.c (unlikely_section_label, hot_section_label,
2392         hot_section_end_label, cold_section_end_label,
2393         unlikely_text_section_name): Revert my patch from April 9.
2394         (initialize_cold_section_name): Revert my patch from April 9.
2395         (unlikely_text_section): Revert my patch from April 9.
2396         (in_unlikely_text_section): Revert my patch from April 9.
2397         (named_section): Revert my patch from April 9.
2398         (function_section): Revert my patch from April 9.
2399         (current_function_section): Revert my patch from April 9.
2400         (assemble_start_function): Revert my patch from April 9.
2401         (assemble_end_function): Revert my patch from April 9.
2402         (default_section_type_flags_1): Revert my patch from April 9.
2404 2005-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
2406         * config/sparc/sparc.h (APPLY_RESULT_SIZE): Set to 24 in 64-bit mode.
2407         * config/sparc/sparc.md (untyped_call): Save the registers manually.
2409         * config/sparc/sparc.c (legitimate_address_p): Use TARGET_ARCH32.
2411 2005-04-12  Ulrich Weigand  <uweigand@de.ibm.com>
2413         PR middle-end/20917
2414         * config/s390/s390.md ("*set_tp"): Use SET in pattern.
2415         ("set_tp_64", "set_tp_31"): Adapt expanded pattern.
2417 2004-04-12  Richard Henderson  <rth@redhat.com>
2419         * config/i386/i386.md (UNSPEC_FIX, UNSPEC_MOVA, UNSPEC_SHUFFLE,
2420         UNSPEC_PSHUFLW, UNSPEC_PSHUFHW, UNSPEC_ADDSUB, UNSPEC_HADD,
2421         UNSPEC_HSUB, UNSPEC_MOVSHDUP, UNSPEC_MOVSLDUP, UNSPEC_MOVDDUP): Remove.
2422         (UNSPEC_*, UNSPECV_*): Renumber.
2424 2005-04-12  Frank Ch. Eigler  <fche@redhat.com>
2426         PR mudflap/19266
2427         From Richard Henderson <rth@redhat.com>:
2428         * tree-mudflap.c (mf_build_check_statement_for): Correct block
2429         splitting logic.
2431 2005-04-12  Dorit Naishlos  <dorit@il.ibm.com>
2433         * tree-cfg.c (tree_verify_flow_info): Use LABEL_EXPR_LABEL.
2435 2005-04-12  Bernd Schmidt  <bernd.schmidt@analog.com>
2437         * config/bfin/bfin.c (bfin_library_id_string): Remove.
2438         (bfin_library_id): New variable.
2439         (bfin_expand_prologue): Use bfin_library_id and bfin_lib_id_given
2440         instead of bfin_library_id_string.
2441         (bfin_handle_option): New function.
2442         (override_options): Remove most code to deal with shared library IDs,
2443         just check they aren't used without -mid-shared-library.
2444         (TARGET_HANDLE_OPTION): Define.
2445         * config/bfin/bfin.h (TARGET_OPTIONS): Delete macro.
2446         * config/bfin/bfin.opt (mshared-library-id=): New.
2448 2005-04-12  Kazu Hirata  <kazu@cs.umass.edu>
2450         * tree-vect-transform.c: Fix comment typos.
2452 2005-04-12 Mostafa Hagog <mustafa@il.ibm.com>
2454         * postreload-gcse.c (eliminate_partially_redundant_load): Don't
2455         split critical edges when not possible/profitable.
2457 2005-04-12  Richard Sandiford  <rsandifo@redhat.com>
2459         * config/ns32k/ns32k.h (target_flags, MASK_32081, MASK_RTD)
2460         (MASK_REGPARM, MASK_32532, MASK_32332, MASK_NO_SB, MASK_NO_BITFIELD)
2461         (MASK_HIMEM, MASK_32381, MASK_MULT_ADD, MASK_SRC, MASK_IEEE_COMPARE)
2462         (TARGET_32081, TARGET_32381, TARGET_MULT_ADD, TARGET_RTD)
2463         (TARGET_REGPARM, TARGET_32532, TARGET_32332, TARGET_SB, TARGET_HIMEM)
2464         (TARGET_BITFIELD, TARGET_IEEE_COMPARE, TARGET_SWITCHES): Delete.
2465         (OVERRIDE_OPTIONS): Clear MASK_SB instead of setting MASK_NO_SB.
2466         * config/ns32k/netbsd.h (TARGET_DEFAULT): Remove MASK_NO_SB and
2467         MASK_NO_BITFIELD.
2468         * config/ns32k/ns32k.c (ns32k_handle_option): New function.
2469         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
2470         * config/ns32k/ns32k.opt: New file.
2472 2005-04-12  Richard Sandiford  <rsandifo@redhat.com>
2474         * config.gcc (m68k-*-linux*): Add m68k/ieee.opt to $extra_options.
2475         * config/m68k/m68k.h (target_flags, MASK_68020, TARGET_68020)
2476         (MASK_68030, TARGET_68030, MASK_68040, TARGET_68040, MASK_68040_ONLY)
2477         (TARGET_68040_ONLY, MASK_68060, TARGET_68060, MASK_5200, TARGET_5200)
2478         (MASK_CFV3, TARGET_CFV3, MASK_CFV4, TARGET_CFV4, MASK_528x)
2479         (TARGET_528x, MASK_CF_HWDIV, TARGET_CF_HWDIV, MASK_68881, TARGET_68881)
2480         (MASK_BITFIELD, TARGET_BITFIELD, MASK_SHORT, TARGET_SHORT)
2481         (MASK_ALIGN_INT, TARGET_ALIGN_INT, MASK_PCREL, TARGET_PCREL)
2482         (MASK_NO_STRICT_ALIGNMENT, TARGET_STRICT_ALIGNMENT, MASK_RTD)
2483         (TARGET_RTD, MASK_SEP_DATA, TARGET_SEP_DATA, MASK_ID_SHARED_LIBRARY)
2484         (TARGET_ID_SHARED_LIBRARY, MASK_ALL_CF_BITS, TARGET_SWITCHES)
2485         (TARGET_OPTIONS, SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Delete.
2486         (MASK_COLDFIRE): Formatting fixes.
2487         (TARGET_COLDFIRE): Turn into a boolean value for consistency.
2488         * config/m68k/linux.h (SUBTARGET_SWITCHES): Delete.
2489         * config/m68k/m68k.c (m68k_library_id_string): Initialize to
2490         "_current_shared_library_a5_offset_".
2491         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
2492         (MASK_ALL_CPU_BITS): New macro.
2493         (m68k_handle_option): New function.
2494         (override_options): Remove handling of m68k_library_id_string.
2495         * config/m68k/m68k.opt: New file.
2496         * config/m68k/ieee.opt: New file.
2498 2005-04-11  Mark Mitchell  <mark@codesourcery.com>
2500         * target-def.h (TARGET_CXX_EXPORT_CLASS_DATA): Remove.
2501         (TARGET_CXX_DETERMINE_CLASS_VISIBILITY): New macro.
2502         (TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT): Likewise.
2503         (TARGET_CXX): Adjust accordingly.
2504         * target.h (struct gcc_target): Remove epxort_class_data.  Add
2505         determine_class_data_visibility and class_data_always_comdat.
2506         * doc/tm.texi (TARGET_CXX_EXPORT_CLASS_DATA): Remove.
2507         (TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY): Document.
2508         (TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT): Likewise.
2509         * config/arm/arm.c (arm_cxx_export_class_data): Remove.
2510         (arm_cxx_determine_class_data_visibility): New.
2511         (arm_cxx_class_data_always_comdat): Likewise.
2512         (TARGET_CXX_EXPORT_CLASS_DATA): Remove.
2513         (TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY): Define.
2514         (TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT): Likewise.
2515         * config/arm/arm.h (TARGET_ARM_DYNAMIC_VAGUE_LINKAGE_P): Define.
2516         * config/arm/symbian.h (TARGET_ARM_DYNAMIC_VAGUE_LINKAGE_P):
2517         Define.
2519 2005-04-11  Devang Patel  <dpatel@apple.com>
2521         * tree-data-ref.c (build_classic_dist_vector,
2522         compute_subscript_distance): Make externally visible.
2523         * tree-data-ref.h (build_classic_dist_vector,
2524         compute_subscript_distance): Same.
2525         * tree-vect-analyze.c (vect_analyze_data_ref_dependence):
2526         Check distance vector against vectorization factor.
2527         (vect_analyze_loop): Determine vectorizaion factor before
2528         analyzing data dependences.
2529         * tree-vectorizer.c (loops_num): Make it externally visible and
2530         rename ...
2531         * tree-vectorizer.c (vect_loops_num): ... new name.
2532         * tree-vectorizer.h  (vect_loops_num): New.
2534 2005-04-11  Devang Patel  <dpatel@apple.com>
2536         * tree-vect-analyze.c (vect_analyze_operations): Check
2537         vectorizable codition.
2538         * tree-vect-transform.c (vect_is_simple_cond): New function.
2539         (vectorizable_condition): New function.
2540         (vect_transform_stmt): Handle condition_vec_info_type.
2541         * tree-vectorizer.h (enum stmt_vec_info_type): Add
2542         condition_vec_info_type.
2543         (vectorizable_condition): New.
2545 2005-04-11  Geoffrey Keating  <geoffk@apple.com>
2547         * config/i386/i386.h (TARGET_FPMATH_DEFAULT): New.
2548         * config/i386/darwin.h (TARGET_FPMATH_DEFAULT): New.
2549         * config/i386/i386.c (override_options): Use TARGET_FPMATH_DEFAULT.
2551         * config/i386/darwin.h (ASM_SPEC): Use -arch i386 not -arch i686.
2552         (SUBTARGET_EXTRA_SPECS): Always 'i386'.
2554         * dwarf2out.c (output_line_info): Don't try to dereference
2555         a NULL current_function_decl.
2557         * config/t-slibgcc-darwin: Don't put shared libraries in
2558         directories other than $(slibdir).
2559         * config/rs6000/darwin.h: Find -m64 libgcc under the name the
2560         OS uses for it.
2562 2005-04-11  Diego Novillo  <dnovillo@redhat.com>
2564         PR tree-optimization/20933
2565         * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Move
2566         logic to reject aliases between read-only and writable
2567         variables ...
2568         (may_alias_p): ... here.
2569         (get_tmt_for): Do not associate read-only tags to pointers
2570         whose pointed-to type is not read-only.
2571         * tree-ssa.c (verify_ssa): Check that memory stores have at
2572         least one V_MAY_DEF or V_MUST_DEF.
2574 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2576         PR/17092
2577         * configure.ac (gcc_UNLOCKED_FUNCS): New.
2578         (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for gcc_UNLOCKED_FUNCS.
2579         * system.h (putchar, getc, getchar, clearerr, feof, fileno,
2580         fflush, fgetc, fgets, ferror, fread): Redefine to the associated
2581         _unlocked function.
2582         (fwrite_unlocked): Fix prototype.
2584         * configure, config.in: Regenerate.
2586 2005-04-11  David Edelsohn  <edelsohn@gnu.org>
2588         * tree-ssa-loop-im.c: Include real.h.
2589         (determine_invariantness_stmt): If real division divisor is
2590         invariant and flag_unsafe_math_optimizations enabled, generate
2591         invariant reciprocal for hoisting.
2592         * Makefile.in (tree-ssa-loop-im.o): Add real.h dependency.
2594 2005-04-11  Daniel Berlin  <dberlin@dberlin.org>
2596         Fix PR tree-optimization/20926
2598         * tree-ssa-alias.c (add_type_alias): Handle subvars.
2600 2005-04-11  Devang Patel  <dpatel@apple.com>
2602         * config/rs6000.c (rs6000_emit_vector_select): Fix vector select
2603         operand ordering.
2605 2005-04-11  Andrew Pinski  <pinskia@physics.uc.edu>
2607         * fold-const.c (fold_binary_op_with_conditional_arg):
2608         use fold_buildN instead of "fold (buildN" in some
2609         non obvious places.
2610         (fold_unary): Likewise.
2611         (fold_binary): Likewise.
2613 2005-04-11  Daniel Berlin  <dberlin@dberlin.org>
2615         Fix PR tree-optimization/20612
2616         * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Fix increment
2617         handling
2618         (perfect_nestify): preheaderbb is *not* part of loop of the
2619         old destination.
2621 2005-04-11  Andrew Pinski  <pinskia@physics.uc.edu>
2623         * tree-ssa-alias.c (may_alias_p): If the variable
2624         is a global variable and the pointer is parameter
2625         and -fargument-noalias-global is used, then
2626         the pointer cannot alias the variable.
2628 2005-04-11  James A. Morrison  <phython@gcc.gnu.org>
2630         * config/sparc/sparc.c: Use gcc_assert and gcc_unreachable.
2631         * config/sparc/sparc.h: Likewise.
2632         * config/sparc/sparc.md: Likewise.
2634 2005-04-11  Kazu Hirata  <kazu@cs.umass.edu>
2636         * tree-vrp.c (maybe_add_assert_expr): Move a comment.
2638         * tree-vrp.c: Fix a comment typo.
2640 2005-04-11  Diego Novillo  <dnovillo@redhat.com>
2642         PR tree-optimization/20920
2643         * tree-pretty-print.c (dump_generic_node): Show '(ab)' if an
2644         SSA_NAME flows through an abnormal edge.
2645         * tree-vrp.c (infer_value_range): Ignore SSA names that flow
2646         through abnormal edges.
2647         (maybe_add_assert_expr): Likewise.
2649 2005-04-11  Richard Sandiford  <rsandifo@redhat.com>
2651         * config/s390/s390.h (s390_tune_string, s390_arch_string)
2652         (s390_warn_framesize_string, s390_warn_dynamicstack_string)
2653         (s390_stack_size_string, s390_stack_guard_string, target_flags)
2654         (MASK_HARD_FLOAT, MASK_SMALL_EXEC, MASK_DEBUG_ARG, MASK_64BIT)
2655         (MASK_ZARCH, MASK_MVCLE, MASK_TPF_PROFILING, MASK_NO_FUSED_MADD)
2656         (MASK_BACKCHAIN, MASK_PACKED_STACK, TARGET_HARD_FLOAT)
2657         (TARGET_SOFT_FLOAT, TARGET_SMALL_EXEC, TARGET_DEBUG_ARG)
2658         (TARGET_64BIT, TARGET_ZARCH, TARGET_MVCLE, TARGET_TPF_PROFILING)
2659         (TARGET_NO_FUSED_MADD, TARGET_FUSED_MADD, TARGET_BACKCHAIN)
2660         (TARGET_PACKED_STACK, TARGET_SWITCHES, TARGET_OPTIONS): Delete.
2661         * config/s390/s390.c (TARGET_DEFAULT_TARGET_FLAGS): Override default.
2662         (TARGET_HANDLE_OPTION): Likewise.
2663         (s390_tune): Initialize to PROCESSOR_max.
2664         (s390_arch_string): Make static.
2665         (s390_tune_string, s390_warn_framesize_string): Delete.
2666         (s390_warn_dynamicstack_string, s390_stack_size_string): Delete.
2667         (s390_stack_guard_string, s390_warn_dynamicstack_p): Delete.
2668         (s390_handle_arch_option, s390_handle_option): New functions.
2669         (override_options): Remove parsing of option strings.
2670         * config/s390/s390.opt: New file.
2672 2005-04-11  Paolo Bonzini  <bonzini@gnu.org>
2674         * tree-complex.c (expand_vector_operations): Call
2675         update_stmt_if_modified.
2677 2005-04-11  Paolo Bonzini  <bonzini@gnu.org>
2679         * tree-vect-analyze (vect_determine_vectorization_factor):
2680         Do not use GET_MODE_NUNITS.
2681         * tree-vect-transform.c (vect_get_vec_def_for_operand,
2682         (vectorizable_load, vect_transform_loop): Likewise.
2684 2005-04-11  Uros Bizjak  <uros@kss-loka.si>
2686         * builtins.def (BUILT_IN_LCEIL, BUILT_IN_LCEILF, BUILT_IN_LCEILL)
2687         (BUILT_IN_LLCEIL, BUILT_IN_LLCEILF, BUILT_IN_LLCEILL): New.
2688         * optabs.h (enum optab_index): Add new OTI_lceil.
2689         (lceil_optab): Define corresponding macro.
2690         * optabs.c (init_optabs): Initialize lceil_optab.
2691         * genopinit.c (optabs): Implement lceil_optab using lceilsi2
2692         and lceildi2 patterns.
2693         * builtins.c (expand_builtin_int_roundingfn): Handle
2694         BUILT_IN_LCEIL{,F,L} and BUILT_IN_LLCEIL{,F,L}.
2695         (fold_builtin_int_roundingfn): Handle BUILT_IN_LCEIL{,F,L} and
2696         BUILT_IN_LLCEIL{,F,L}.
2697         (fold_builtin_1): Fold BUILT_IN_LCEIL{,F,L} and
2698         BUILT_IN_LLCEIL{,F,L} using fold_builtin_int_roundingfn.
2699         (mathfn_built_in): Handle BUILT_IN LCEIL and BUILT_IN_LLCEIL.
2700         (expand_builtin): Expand BUILT_IN_LCEIL{,F,L} and
2701         BUILT_IN_LLCEIL{,F,L} using expand_builtin_int_roundingfn.
2702         * convert.c (convert_to_integer): Convert (long int)ceil{,f,l},
2703         into lceil built-in function and (long long int)ceil{,f,l} into
2704         llceil built-in function.
2705         * fold-const.c (tree_expr_nonnegative_p): Add BUILT_IN_LCEIL and
2706         BUILT_IN_LLCEIL.
2708 2005-04-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2710         * pa/quadlib.c (_U_Qfneg): Toggle sign bit instead of subtracting from
2711         zero.
2713 2005-04-10  Kazu Hirata  <kazu@cs.umass.edu>
2715         * config/arm/arm.c: Fix a comment typo.
2716         * doc/tree-ssa.texi: Fix a typo.
2718 2005-04-10  Steven Bosscher  <stevenb@suse.de>
2720         * cselib.c (clear_table): Rename to cselib_clear_table.
2721         * cselib.h (cselib_clear_table): Add prototype.
2722         * gcse.c (gcse_main): Make 'f' argument unused.
2723         (alloc_gcse_mem): Do not walk the insn chain, walk the contents
2724         of each basic block instead.
2725         (compute_sets, compute_hash_table_work): Likewise.
2726         (constprop_register): Change int 'alter_jumps' argument to bool.
2727         (do_local_cprop): Likewise.
2728         (local_cprop_pass): Likewise.  Also walk basic blocks instead of
2729         the insn chain.  Explicitly clear the cselib tables after finishing
2730         one basic block.  Make sure there are no unterminated libcall blocks.
2731         Update compute_sets call.
2732         (cprop): Walk basic blocks instead of the insn chain.
2733         (one_cprop_pass, compute_ld_motion_mems, compute_store_table):
2734         Likewise.
2735         (bypass_jumps): Update alloc_gcse_mem, compute_sets, and
2736         one_cprop_pass calls.
2738 2005-04-10  Richard Sandiford  <rsandifo@redhat.com>
2740         * combine.c (combine_simplify_rtx): Remove a transformation that
2741         relies on an invalid assumption about rtl sign-extension semantics.
2743 2005-04-10  Richard Sandiford  <rsandifo@redhat.com>
2745         * value-prof.c (tree_divmod_fixed_value_transform): Fix arguments
2746         to build_int_cst_wide.
2748 2005-04-09  Alexandre Oliva  <aoliva@redhat.com>
2750         PR target/20126
2751         * loop.c (loop_givs_rescan): If replacement of DEST_ADDR failed,
2752         set the original address pseudo to the correct value before the
2753         original insn, if possible, and leave the insn alone, otherwise
2754         create a new pseudo, set it and replace it in the insn.
2755         * recog.c (validate_change_maybe_volatile): New.
2756         * recog.h (validate_change_maybe_volatile): Declare.
2758 2005-04-09  Caroline Tice  <ctice@apple.com>
2760         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
2761         Remove targetm.have_named_sections test.
2762         (fix_edges_for_rarely_executed_code): Likewise.
2763         (insert_section_boundary_note): Likewise.
2764         (reorder_basic_blocks): Check partitioning flag before calling
2765         verify_hot_cold_block_grouping.
2766         * dbxout.c (dbxout_function_end): Get hot/cold section labels from
2767         the function struct rather than global variables.
2768         * dwarf2out.c (COLD_TEXT_SECTION_LABEL): New macro.
2769         (COLD_END_LABEL): Likewise
2770         (cold_text_section_label): New static global variable.
2771         (cold_end_label): Likewise.
2772         (dwarf2out_switch_text_section): Get hot/cold section labels from
2773         the function struct rather than global variables.
2774         (output_aranges): Use cold_text_section_label and cold_end_label;
2775         check partitioning flag before putting out delta.
2776         (output_ranges): Remove incorrect code attempting to use
2777         hot/cold labels.
2778         (output_line_info): Get cold section label from function struct.
2779         (add_location_or_const_value_attribute): Likewise.
2780         (get_subprogram_die): Get hot/cold section labels from function struct.
2781         (dwarf2out_var_location): Likewise.
2782         (dwarf2out_init): Generate cold_text_section_label and cold_end_label;
2783         write out cold_text_section_label if partition flag is set.
2784         (dwarf2out_finish): Write out cold_end_label if partition flag is set;
2785         * function.h (struct function): Add new fields to point to hot/cold
2786         section labels: hot_section_label, cold_section_label,
2787         hot_section_end_label and cold_section_end_label; also add new field
2788         for cold text section name, unlikely_text_section_name.
2789         * opts.c (decode_options): Turn off partitioning flag if
2790         !targetm.have_named_sections.
2791         * output.h (hot_section_label): Remove.
2792         (hot_section_end_label): Remove.
2793         (cold_section_end_label): Remove.
2794         (unlikely_section_label): Remove.
2795         (unlikely_text_section_name): Remove.
2796         * passes.c (rest_of_handle_final):  Remove code that frees
2797         unlikely_text_section_name.
2798         * varasm.c (unlikely_section_label): Remove.
2799         (hot_section_label): Remove.
2800         (hot_section_end_label): Remove.
2801         (cold_section_end_label): Remove.
2802         (unlikely_text_section_name):  Remove.
2803         (initialize_cold_section_name): Modify to call
2804         targetm.strip_name_encoding; to store cold section name in current
2805         function struct, if it exists; and to only use the decl_section_name
2806         if flag_named_sections is true.
2807         (unlikely_text_section): Modify to get section name out of current
2808         function struct, if there is one; otherwise build it from
2809         UNLIKELY_EXECUTED_TEXT_SECTION_NAME.
2810         (in_unlikely_text_section): Likewise.
2811         (named_section): Modify to get/put cold section name in current function
2812         struct, if there is one.
2813         (function_section):  Change 'bool unlikely' to 'int reloc'; check
2814         targetm.have_named_sections before calling named_section.
2815         (current_function_section): Likewise.
2816         (assemble_start_function): Modify to get/put unlikely_text_section_name
2817         in current function struct; modify to get hot/cold section labels
2818         from function struct; initialize labels using
2819         ASM_GENERATE_INTERNAL_LABEL;
2820         test partitioning flag before writing out hot section label.
2821         (assemble_end_function): Test partitioning flag before writing out
2822         hot/cold section labels.
2823         (default_section_type_flags_1):  Modify to use array instead of
2824          char* for unlikely_text_section_name; set flags correctly for
2825          cold text section if there is not a current function decl.
2827 2005-04-09  Jakub Jelinek  <jakub@redhat.com>
2829         * tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD
2830         and TI_VA_LIST_FPR_COUNTER_FIELD.
2831         (va_list_gpr_counter_field, va_list_fpr_counter_field): Define.
2832         * tree-pass.h (pass_stdarg): Add.
2833         * tree-optimize.c (init_tree_optimization_passes): Add pass_stdarg.
2834         * tree-stdarg.c: New file.
2835         * tree-stdarg.h: New file.
2836         * Makefile.in (OBJS-common): Add tree-stdarg.o.
2837         (tree-stdarg.o): Add dependencies.
2838         * function.h (struct function): Add va_list_gpr_size and
2839         va_list_fpr_size fields.
2840         * function.c (allocate_struct_function): Initialize them.
2841         * target.h (struct gcc_target): Add stdarg_optimize_hook.
2842         * target-def.h (TARGET_STDARG_OPTIMIZE_HOOK): Define.
2843         (TARGET_INITIALIZER): Add it.
2845         * config/i386/i386.c (ix86_build_builtin_va_list): Initialize
2846         va_list_{g,f}pr_counter_field.
2847         (ix86_setup_incoming_varargs): Don't do anything if reg_save
2848         area will not be used.  Only save registers that tree-stdarg.c
2849         detected they need saving.
2850         (ix86_va_start): Don't set up fields that won't be used.
2852         * config/rs6000/rs6000.c (rs6000_build_builtin_va_list): Initialize
2853         va_list_{g,f}pr_counter_field.
2854         (setup_incoming_varargs): Don't do anything if reg_save
2855         area will not be used.  Only save registers that tree-stdarg.c
2856         detected they need saving.
2857         (rs6000_va_start): Don't set up fields that won't be used.
2859         * config/alpha/alpha.c: Include tree-flow.h and tree-stdarg.h.
2860         (alpha_build_builtin_va_list): Initialize va_list_gpr_counter_field.
2861         (va_list_skip_additions, alpha_stdarg_optimize_hook): New functions.
2862         (TARGET_STDARG_OPTIMIZE_HOOK): Define.
2864 2005-04-09  Jakub Jelinek  <jakub@redhat.com>
2866         PR target/20795
2867         * config/i386/i386.c (construct_container): Pass empty aligned
2868         struct, union or class in memory.
2870 2005-04-09  Kazu Hirata  <kazu@cs.umass.edu>
2872         * dominance.c, gthr-win32.h, reg-stack.c, tree-ssa-copy.c,
2873         tree-ssa-operands.c, tree-ssa.c, tree-vrp.c, varasm.c,
2874         config/alpha/alpha.c, config/arm/arm.c, config/m32r/m32r.h,
2875         config/rs6000/predicates.md: Fix comment typos.
2877         * sched-int.h (haifa_insn_data): Remove blockage and units.
2878         (INSN_UNIT, INSN_BLOCKAGE, UNIT_BITS, BLOCKAGE_MASK,
2879         ENCODE_BLOCKAGE, UNIT_BLOCKED, BLOCKAGE_RANGE,
2880         MIN_BLOCKAGE_COST, MAX_BLOCKAGE_COST): Remove.
2882 2005-04-09  Jan Hubicka  <jh@suse.cz>
2883             Steven Bosscher  <stevenb@suse.de>
2885         * cfglayout.c (copy_bbs): Rename n_edges to num_edges.
2886         * cfgloop.c (get_loop_exit_edges): Likewise.
2887         * cfgloopmanip.c (fix_irreducible_loops): Likewise.
2888         (unloop): Likewise.
2889         * loop-unroll.c (analyze_insns_in_loop): Likewise.
2890         * tree-cfg.c (dump_cfg_status): Likewise.
2892 2005-04-09  David Edelsohn  <edelsohn@gnu.org>
2894         * config/rs6000/predicates.md (altivec_register_operand): Remove
2895         redundant match_code test.
2896         (gpc_reg_operand): Same.
2897         (cc_reg_operand): Same.
2898         (cc_reg_not_cr0_operand): Same.
2900 2005-04-09  Jan Hubicka  <jh@suse.cz>
2902         Forgotten hunk from my last merge patch:
2903         * final.c (output_addr_const): Do not call mark_referenced.
2905 2005-04-09  Andrew MacLeod  <amacleod@redhat.com>
2907         * doc/tree-ssa.texi: Add immediate use documentation.
2909 2005-04-09  Richard Earnshaw <richard.earnshaw@arm.com>
2911         * arm.c (FL_WBUF): Define.
2912         (arm_tune_strongarm): Renamed from arm_is_strong.  All uses changed.
2913         (arm_is_6_or_7): Delete.
2914         (arm_tune_wbuf): New.
2915         (arm_override_options): Set arm_tune_wbuf.
2916         * arm.h (arm_tune_strongarm): Renamed from arm_is_strong.
2917         (arm_is_6_or_7): Delete declaration.
2918         (arm_tune_wbuf): New declartion.
2919         * arm.md (is_strongarm): Derive from arm_tune_strongarm.
2920         (model_wbuf): Derive from arm_tune_wbuf.
2921         * arm-cores.def (arm600, arm610, arm620, arm700, arm700i, arm710)
2922         (arm720, arm710c, arm7100, arm7500, arm7500fe, arm710t, arm720t)
2923         (arm740t): Mark CPUs as having a write buffer.
2925 2005-04-09  Uros Bizjak  <uros@kss-loka.si>
2927         * config/i386/i386.md (*fp_jcc_7_387): Use 'const0_operand' instead
2928         of 'const_double_operand' in operand 2 constraints.  Update enable
2929         condition.
2931 2005-04-09  Uros Bizjak  <uros@kss-loka.si>
2933         * builtins.def (BUILT_IN_LFLOOR, BUILT_IN_LFLOORF, BUILT_IN_LFLOORL)
2934         (BUILT_IN_LLFLOOR, BUILT_IN_LLFLOORF, BUILT_IN_LLFLOORL): New.
2935         * optabs.h (enum optab_index): Add new OTI_lfloor.
2936         (lfloor_optab): Define corresponding macro.
2937         * optabs.c (init_optabs): Initialize lfloor_optab.
2938         * genopinit.c (optabs): Implement lfloor_optab using lfloorsi2
2939         and lfloordi2 patterns.
2940         * builtins.c (expand_builtin_int_roundingfn): New prototype.
2941         (expand_builtin_int_roundingfn): New function.
2942         (fold_builtin_int_roundingfn): New prototype.
2943         (fold_builtin_int_roundingfn): New function, renamed from
2944         fold_builtin_lround.
2945         Handle BUILT_IN_LROUND{,F,L}, BUILT_IN_LLROUND{,F,L} and
2946         BUILT_IN_LFLOOR{,F,L}, BUILT_IN_LLFLOOR{,F,L}.
2947         (fold_builtin_1): Fold BUILT_IN_LFLOOR{,F,L} and
2948         BUILT_IN_LLFLOOR{,F,L} using fold_builtin_int_roundingfn.
2949         (mathfn_built_in): Handle BUILT_IN LFLOOR and BUILT_IN_LLFLOOR.
2950         (expand_builtin): Expand BUILT_IN_LFLOOR{,F,L} and
2951         BUILT_IN_LLFLOOR{,F,L} using expand_builtin_int_roundingfn.
2952         * convert.c (convert_to_integer): Convert (long int)floor{,f,l},
2953         into lfloor built-in function and (long long int)floor{,f,l} into
2954         llfloor built-in function.
2955         * fold-const.c (tree_expr_nonnegative_p): Add BUILT_IN_LFLOOR and
2956         BUILT_IN_LLFLOOR.
2958 2005-04-08  Ian Lance Taylor  <ian@airs.com>
2960         * c-common.def: Move FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
2961         CONTINUE_STMT, and SWITCH_STMT to cp/cp-tree.def.
2962         * c-common.h (WHILE_COND, WHILE_BODY): Move to cp/cp-tree.h.
2963         (DO_COND, DO_BODY): Likewise.
2964         (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Likewise.
2965         (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Likewise.
2966         (c_common_stmt_codes): Remove FOR_STMT, WHILE_STMT, DO_STMT,
2967         BREAK_STMT, CONTINUE_STMT, and SWITCH_STMT.
2968         (build_continue_stmt, build_break_stmt): Don't declare.
2969         (c_do_switch_warnings): Update declaration.
2970         * c-gimplify.c (enum bc_t): Remove.
2971         (struct c_gimplify_ctx, ctxp): Remove.
2972         (push_context, pop_context): Remove static functions.
2973         (c_genericize): Don't call push_context or pop_context.
2974         (begin_bc_block, finish_bc_block): Remove static functions.
2975         (build_bc_goto): Likewise.
2976         (gimplify_c_loop): Likewise.
2977         (gimplify_for_stmt, gimplify_while_stmt): Likewise.
2978         (gimplify_do_stmt, gimplify_switch_stmt): Likewise.
2979         (c_gimplify_expr): Remove handling of FOR_STMT, WHILE_STMT,
2980         DO_STMT, SWITCH_STMT, CONTINUE_STMT, BREAK_STMT.
2981         * c-common.c (c_do_switch_warnings): Rename from
2982         c_do_switch_warnings_1.
2983         (c_do_switch_warnings) [old version]: Remove.
2984         (c_do_switch_expr_warnings): Remove.
2985         * c-typeck.c (c_finish_case): Call new c_do_switch_warnings
2986         function instead of c_do_switch_expr_warnings.
2987         * c-dump.c (c_dump_tree): Remove handling of BREAK_STMT,
2988         CONTINUE_STMT, DO_STMT, FOR_STMT, SWITCH_STMT, and WHILE_STMT.
2989         * c-pretty-print.c (pp_c_statement): Likewise.
2990         * c-semantics.c (build_break_stmt, build_continue_stmt): Remove.
2992 2005-04-08  Devang Patel  <dpatel@apple.com>
2994         * tree-if-conv.c (find_phi_replacement_condition): New parameter, loop.
2995         While selecting replacement condition pay attention to loop header.
2997 2005-04-08  Diego Novillo  <dnovillo@redhat.com>
2999         Merge from tree-cleanup-branch: VRP, store CCP, store
3000             copy-prop, incremental SSA updating of FUD chains and
3001             newly exposed symbols.
3003         * Makefile.in (tree-ssa-copy.o): Depend on tree-ssa-propagate.h.
3004         (OBJS-common): Add tree-vrp.o.
3005         (tree-vrp.o): New rule.
3006         * basic-block.h (nearest_common_dominator_for_set): Declare.
3007         * common.opt (ftree-store-ccp): New flag.
3008         (ftree-copy-prop): New flag.
3009         (ftree-vrp): New flag.
3010         (ftree-store-copy-prop): New flag.
3011         * dominance.c (nearest_common_dominator_for_set): New.
3012         * domwalk.c (walk_dominator_tree): Only traverse
3013         statements in blocks marked in walk_data->interesting_blocks.
3014         * domwalk.h (struct dom_walk_data): Add field interesting_blocks.
3015         * fold-const.c (fold): Handle ASSERT_EXPR.
3016         * opts.c (decode_options): Set flag_tree_copy_prop at -O1.
3017         Set flag_tree_store_ccp, flag_tree_store_copy_prop and
3018         flag_tree_vrp at -O2.
3019         * timevar.def (TV_TREE_VRP): Define.
3020         (TV_TREE_COPY_PROP): Define.
3021         (TV_TREE_STORE_COPY_PROP): Define.
3022         (TV_TREE_SSA_INCREMENTAL): Define.
3023         (TV_TREE_STORE_CCP): Define.
3024         * tree-cfg.c (tree_can_merge_blocks_p): Remove reference
3025         to kill_redundant_phi_nodes from comment.
3026         (verify_expr): Handle ASSERT_EXPR.
3027         * tree-dfa.c (mark_new_vars_to_rename): Remove second
3028         argument.  Update all users.
3029         (mark_call_clobbered_vars_to_rename): Remove.  Update all
3030         users.
3031         * tree-flow-inline.h (unmodifiable_var_p): New.
3032         * tree-flow.h (enum value_range_type): Declare.
3033         (struct value_range_def): Declare.
3034         (value_range): Declare.
3035         (remove_all_phi_nodes_for): Remove.  Update all users.
3036         (find_phi_node_for): Declare.
3037         (add_type_alias): Declare.
3038         (count_uses_and_derefs): Declare.
3039         (kill_redundant_phi_nodes): Remove.
3040         (rewrite_into_ssa): Remove.
3041         (rewrite_def_def_chains): Remove.
3042         (update_ssa, register_new_name_mapping, create_new_def_for,
3043         need_ssa_update_p, name_registered_for_update_p,
3044         release_ssa_name_after_update_ssa, dump_repl_tbl,
3045         debug_repl_tbl, dump_names_replaced_by,
3046         debug_names_replaced_by, mark_sym_for_renaming,
3047         mark_set_for_renaming, get_current_def, set_current_def,
3048         get_value_range, dump_value_range, debug_value_range,
3049         dump_all_value_ranges, debug_all_value_ranges,
3050         expr_computes_nonzero, loop_depth_of_name,
3051         unmodifiable_var_p): Declare.
3052         * tree-gimple.c (is_gimple_formal_tmp_rhs): Handle
3053         ASSERT_EXPR.
3054         * tree-into-ssa.c (block_defs_stack): Update comment.
3055         (old_ssa_names, new_ssa_names, old_virtual_ssa_names,
3056         syms_to_rename, names_to_release, repl_tbl,
3057         need_to_initialize_update_ssa_p, need_to_update_vops_p,
3058         need_to_replace_names_p): New locals.
3059         (NAME_SETS_GROWTH_FACTOR): Define.
3060         (struct repl_map_d): Declare.
3061         (struct mark_def_sites_global_data): Add field
3062         interesting_blocks.
3063         (enum rewrite_mode): Declare.
3064         (REGISTER_DEFS_IN_THIS_STMT): Define.
3065         (compute_global_livein): Use last_basic_block instead of
3066         n_basic_blocks.
3067         (set_def_block): Remove last argument.  Update all callers.
3068         (prepare_use_operand_for_rename): Remove.  Update all callers.
3069         (prepare_def_operand_for_rename): Remove.  Update all callers.
3070         (symbol_marked_for_renaming): New.
3071         (is_old_name): New.
3072         (is_new_name): New.
3073         (repl_map_hash): New.
3074         (repl_map_eq): New.
3075         (repl_map_free): New.
3076         (names_replaced_by): New.
3077         (add_to_repl_tbl): New.
3078         (add_new_name_mapping): New.
3079         (mark_def_sites): Assume that all the operands in the
3080         statement are in normal form.
3081         (find_idf): Assert that the block in the stack is valid.
3082         (get_default_def_for): New.
3083         (insert_phi_nodes_for): Add new argument 'update_p'.
3084         Add documentation.
3085         If update_p is true, add a new mapping between the LHS of
3086         each new PHI and the name that it replaces.
3087         (insert_phi_nodes_1): Only call find_idf if needed.
3088         (get_reaching_def): Call get_default_def_for.
3089         (rewrite_operand): Remove.
3090         (rewrite_stmt): Do nothing if REGISTER_DEFS_IN_THIS_STMT
3091         and REWRITE_THIS_STMT are false.
3092         Assume that all the operands in the statement are in
3093         normal form.
3094         (rewrite_add_phi_arguments): Don't use PHI_REWRITTEN.
3095         (rewrite_virtual_phi_arguments): Remove.
3096         (invalidate_name_tags): Remove.
3097         (register_new_update_single, register_new_update_set,
3098         rewrite_update_init_block, replace_use,
3099         rewrite_update_fini_block, rewrite_update_stmt,
3100         rewrite_update_phi_arguments): New.
3101         rewrite_blocks): Remove argument 'fix_virtual_phis'.
3102         Add arguments 'entry', 'what' and 'blocks'.
3103         Initialize the dominator walker according to 'what' and
3104         'blocks'.
3105         Start the dominator walk at 'entry'.
3106         (mark_def_site_blocks): Add argument 'interesting_blocks'.
3107         Use it to configure the dominator walker.
3108         (rewrite_into_ssa): Remove argument 'all'.
3109         Make internal.
3110         (rewrite_all_into_ssa): Remove.
3111         (rewrite_def_def_chains): Remove.
3112         (mark_def_interesting, mark_use_interesting,
3113         prepare_phi_args_for_update, prepare_block_for_update,
3114         prepare_def_site_for, prepare_def_sites,
3115         dump_names_replaced_by, debug_names_replaced_by,
3116         dump_repl_tbl, debug_repl_tbl, init_update_ssa,
3117         delete_update_ssa, create_new_def_for,
3118         register_new_name_mapping, mark_sym_for_renaming,
3119         mark_set_for_renaming, need_ssa_update_p,
3120         name_registered_for_update_p, ssa_names_to_replace,
3121         release_ssa_name_after_update_ssa,
3122         insert_updated_phi_nodes_for, update_ssa): New.
3123         * tree-loop-linear.c (linear_transform_loops): Call
3124         update_ssa instead of rewrite_into_ssa.
3125         * tree-optimize.c (vars_to_rename): Remove.
3126         Update all users.
3127         (init_tree_optimization_passes): Replace
3128         pass_redundant_phi with pass_copy_prop.
3129         Add pass_vrp.
3130         Replace pass_ccp with pass_store_ccp.
3131         Add pass_store_copy_prop after pass_store_ccp.
3132         (execute_todo): If the TODO_ flags don't include updating
3133         the SSA form, assert that it does not need to be updated.
3134         Call update_ssa instead of rewrite_into_ssa and
3135         rewrite_def_def_chains.
3136         If TODO_verify_loops is set, call verify_loop_closed_ssa.
3137         (tree_rest_of_compilation):
3138         * tree-pass.h (TODO_dump_func, TODO_ggc_collect,
3139         TODO_verify_ssa, TODO_verify_flow, TODO_verify_stmts,
3140         TODO_cleanup_cfg): Renumber.
3141         (TODO_verify_loops, TODO_update_ssa,
3142         TODO_update_ssa_no_phi, TODO_update_ssa_full_phi,
3143         TODO_update_ssa_only_virtuals): Define.
3144         (pass_copy_prop, pass_store_ccp, pass_store_copy_prop, pass_vrp):
3145         Declare.
3146         * tree-phinodes.c (make_phi_node): Update documentation.
3147         (remove_all_phi_nodes_for): Remove.
3148         (find_phi_node_for): New.
3149         * tree-pretty-print.c (dump_generic_node): Handle ASSERT_EXPR.
3150         * tree-scalar-evolution.c (follow_ssa_edge_in_rhs): Likewise.
3151         (interpret_rhs_modify_expr): Likewise.
3152         * tree-sra.c (decide_instantiations): Mark all symbols in
3153         SRA_CANDIDATES for renaming.
3154         (mark_all_v_defs_1): Rename from mark_all_v_defs.
3155         (mark_all_v_defs): New function.  Update all users to call it
3156         with the whole list of scalarized statements, not just the
3157         first one.
3158         * tree-ssa-alias.c (count_ptr_derefs): Make extern.
3159         (compute_flow_insensitive_aliasing): If the tag is
3160         unmodifiable and the variable isn't or vice-versa, don't
3161         make them alias of each other.
3162         (setup_pointers_and_addressables): If the type tag for
3163         VAR is about to change, mark the old one for renaming.
3164         (add_type_alias): New.
3165         * tree-ssa-ccp.c: Document SSA-CCP and STORE-CCP.
3166         (ccp_lattice_t): Rename from latticevalue.
3167         (value): Remove.  Update all users.
3168         (const_val): New local variable.
3169         (do_store_ccp): New local variable.
3170         (dump_lattice_value): Handle UNINITIALIZED.
3171         (debug_lattice_value): New.
3172         (get_default_value): Re-write.
3173         (set_lattice_value): Re-write.
3174         (def_to_varying): Remove.  Update all users.
3175         (likely_value): Return VARYING for statements that make
3176         stores when STORE_CCP is false.
3177         Return VARYING for any statement other than MODIFY_EXPR,
3178         COND_EXPR and SWITCH_EXPR.
3179         (ccp_initialize): Re-write.
3180         (replace_uses_in, replace_vuse_in, substitute_and_fold):
3181         Move to tree-ssa-propagate.c.
3182         (ccp_lattice_meet): Handle memory stores when
3183         DO_STORE_CCP is true.
3184         (ccp_visit_phi_node): Likewise.
3185         (ccp_fold): Likewise.
3186         (evaluate_stmt): Likewise.
3187         (visit_assignment): Likewise.
3188         (ccp_visit_stmt): Likewise.
3189         (execute_ssa_ccp): Add argument 'store_ccp'.  Copy it
3190         into DO_STORE_CCP.
3191         (do_ssa_ccp): New.
3192         (pass_ccp): Use it.
3193         (do_ssa_store_ccp): New.
3194         (gate_store_ccp): New.
3195         (pass_store_ccp): Declare.
3196         * tree-ssa-copy.c: Include tree-ssa-propagate.h.
3197         (may_propagate_copy): Reformat.
3198         Don't abort if ORIG is a virtual and DEST isn't.
3199         If NEW does not have alias information but DEST does,
3200         copy it.
3201         (copy_of, cached_last_copy_of, do_store_copy_prop, enum
3202         copy_prop_kind, which_copy_prop): Declare.
3203         (stmt_may_generate_copy, get_copy_of_val,
3204         get_last_copy_of, set_copy_of_val, dump_copy_of,
3205         copy_prop_visit_assignment, copy_prop_visit_cond_stmt,
3206         copy_prop_visit_stmt, copy_prop_visit_phi_node,
3207         init_copy_prop, fini_copy_prop, execute_copy_prop,
3208         gate_copy_prop, do_copy_prop, gate_store_copy_prop,
3209         store_copy_prop): New.
3210         (pass_copy_prop, pass_store_copy_prop): Declare.
3211         * tree-ssa-dom.c (struct opt_stats_d): Add fields
3212         'num_const_prop' and 'num_copy_prop'.
3213         (cprop_operand): Update them.
3214         (dump_dominator_optimization_stats): Dump them.
3215         (tree_ssa_dominator_optimize): Call update_ssa instead of
3216         rewrite_into_ssa.
3217         (loop_depth_of_name): Declare extern.
3218         (simplify_cond_and_lookup_avail_expr): Guard against NULL
3219         values for LOW or HIGH.
3220         (cprop_into_successor_phis): Only propagate if NEW != ORIG.
3221         (record_equivalences_from_stmt): Call expr_computes_nonzero.
3222         (cprop_operand): Only propagate if VAL != OP.
3223         * tree-ssa-dse.c (dse_optimize_stmt): Mark symbols in removed
3224         statement for renaming.
3225         * tree-ssa-loop-im.c (move_computations): Call update_ssa.
3226         * tree-ssa-loop-ivopts.c (rewrite_address_base): Call
3227         add_type_alias if necessary.
3228         Call mark_new_vars_to_rename.
3229         (tree_ssa_iv_optimize): If new symbols need to be renamed,
3230         mark every statement updated, call update_ssa and
3231         rewrite_into_loop_closed_ssa.
3232         * tree-ssa-loop-manip.c (add_exit_phis): Do not remove DEF_BB
3233         from LIVEIN if VAR is a virtual.
3234         * tree-ssa-loop.c (tree_loop_optimizer_init): Call update_ssa.
3235         * tree-ssa-operands.c (get_expr_operands): Handle ASSERT_EXPR.
3236         (get_call_expr_operands): Reformat statement.
3237         (add_stmt_operand): Don't create V_MAY_DEFs for read-only
3238         symbols.
3239         * tree-ssa-propagate.c (ssa_prop_init): Initialize
3240         SSA_NAME_VALUE for every name.
3241         (first_vdef, stmt_makes_single_load, stmt_makes_single_store,
3242         get_value_loaded_by): New.
3243         (replace_uses_in, replace_vuses_in, replace_phi_args_in,
3244         substitute_and_fold): Move from tree-ssa-ccp.c.
3245         * tree-ssa-propagate.h (struct prop_value_d, prop_value_t,
3246         first_vdef, stmt_makes_single_load, stmt_makes_single_store,
3247         get_value_loaded_by, replace_uses_in, substitute_and_fold):
3248         Declare.
3249         * tree-ssa.c (verify_use): Fix error message.
3250         (propagate_into_addr, replace_immediate_uses, get_eq_name,
3251         check_phi_redundancy, kill_redundant_phi_nodes,
3252         pass_redundant_phi): Remove.  Update all users.
3253         * tree-vect-transform.c (vect_create_data_ref_ptr): Call
3254         add_type_alias, if necessary.
3255         * tree-vectorizer.h (struct _stmt_vect_info): Update
3256         documentation for field 'memtag'.
3257         * tree-vrp.c: New file.
3258         * tree.def (ASSERT_EXPR): Define.
3259         * tree.h (ASSERT_EXPR_VAR): Define.
3260         (ASSERT_EXPR_COND): Define.
3261         (SSA_NAME_VALUE_RANGE): Define.
3262         (struct tree_ssa_name): Add field 'value_range'.
3263         (PHI_REWRITTEN): Remove.
3264         (struct tree_phi_node): Remove field 'rewritten'.
3265         * doc/invoke.texi (-fdump-tree-storeccp, -ftree-copy-prop,
3266         -ftree-store-copy-prop): Document.
3267         * doc/tree-ssa.texi: Remove broken link to McCAT's compiler.
3268         Document usage of update_ssa.
3270 2005-04-08  David Edelsohn  <edelsohn@gnu.org>
3272         PR target/20814
3273         * config/rs6000/predicates.md (altivec_register_operand): Accept
3274         SUBREG.
3275         (and64_operand): Do not limit CONST_INT to mask64_operand.
3276         (and64_2_operand): Do not limit CONST_INT to mask64_1or2_operand.
3277         (and_operand): Do not limit CONST_INT to mask_operand.
3279 2005-04-09  Hans-Peter Nilsson  <hp@axis.com>
3281         PR rtl-optimization/20466
3282         * flow.c (invalidate_mems_from_set): Handle a MEM by checking it
3283         for overlap of the address of each list member.
3284         (mark_set_1): Call invalidate_mems_from_set for MEMs too.
3286 2005-04-08  Mike Stump  <mrs@apple.com>
3288         * config/darwin.c (indirect_data): Fix typo in strncmp logic.
3290         * config/rs6000/rs6000.c (rs6000_emit_prologue): Use 5 nops,
3291         instead of 4.
3293 2005-04-08  Kazu Hirata  <kazu@cs.umass.edu>
3295         * c-tree.h (C_LANG_TREE_NODE_CHAIN_NEXT): Remove.
3297         * function.c (push_function_context_to): Don't set
3298         contains_functions.
3299         * function.h (function): Remove contains_functions.
3300         (current_function_contains_functions): Remove.
3302         * function.h (function): Remove instrument_entry_exit.
3303         (current_function_instrument_entry_exit): Remove.
3305         * function.h (nonlocal_labels): Remove.
3307         * tree.h (STRIP_MAIN_TYPE_NOPS): Remove.
3309         * genattrtab.c (attr_desc): Remove negative_ok and unsigned_p.
3310         (check_attr_value, write_attr_get, write_expr_attr_cache,
3311         find_attr, make_internal_attr): Don't reference negative_ok or
3312         unsigned_p.
3313         * genattrtab.h (ATTR_NEGATIVE_OK, ATTR_UNSIGNED,
3314         ATTR_FUNC_UNITS, ATTR_BLOCKAGE): Remove.
3315         (ATTR_STATIC): Adjust the value.
3317         * c-common.h (C_ARTIFICIAL_STRING_P): Remove.
3319 2005-04-08  Ulrich Weigand  <uweigand@de.ibm.com>
3321         * config/s390/tpf.h (ASM_SPEC): Define.
3323 2005-04-08  Kazu Hirata  <kazu@cs.umass.edu>
3325         * tree-flow.h: Remove the prototype for
3326         redirect_immediate_uses.
3327         (TDFA_USE_OPS, TDFA_USE_VOPS): Remove.
3329 2005-04-08  Richard Earnshaw  <richard.earnshaw@arm.com>
3331         * arm.c (arm_const_double_by_parts): New function.
3332         * arm-protos.h (arm_const_double_by_parts): Add prototype.
3333         * arm.md (define_split for 64-bit constants): Add another one.
3335 2005-04-08  Andrew MacLeod  <amacleod@redhat.com>
3337         * tree-ssa-operands.c (correct_use_link): Remove linear scan.
3339 2005-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3341         * system.h: Revert last change.
3343 2005-04-08  Richard Sandiford  <rsandifo@redhat.com>
3345         * config/xtensa/xtensa.h (target_flags, MASK_NO_FUSED_MADD)
3346         (MASK_CONST16, TARGET_NO_FUSED_MADD, TARGET_CONST16)
3347         (TARGET_SWITCHES): Delete.
3348         * config/xtensa/xtensa.c (TARGET_DEFAULT_TARGET_FLAGS): Define.
3349         * config/xtensa/xtensa.md (muladdsf3, mulsubsf3): Check
3350         TARGET_FUSED_MADD instead of !TARGET_NO_FUSED_MADD.
3351         * config/xtensa/xtensa.opt: New file.
3353 2005-04-08  Ben Elliston  <bje@au.ibm.com>
3355         * config/fp-bit.c: Include L_mul_tf in #endif comment.
3356         * config/fp-bit.h: Tidy comments.
3358 2005-04-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3360         * system.h: Poison PARAMS.
3362 2005-04-07  Richard Sandiford  <rsandifo@redhat.com>
3364         * config/vax/vax.h (target_flags, MASK_UNIX_ASM, MASK_VAXC_ALIGNMENT)
3365         (MASK_G_FLOAT, TARGET_UNIX_ASM, TARGET_VAXC_ALIGNMENT, TARGET_G_FLOAT)
3366         (TARGET_SWITCHES): Delete.
3367         * config/vax/vax.c (TARGET_DEFAULT_TARGET_FLAGS): Override default.
3368         * config/vax/vax.opt: New file.
3370 2005-04-07  Daniel Berlin  <dberlin@dberlin.org>
3372         * tree-ssa-dse.c (dse_optimize_stmt): Fix incorrect comment.
3374 2005-04-07  Ian Lance Taylor  <ian@airs.com>
3376         * config/iq2000/iq2000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Don't
3377         define.
3378         * config/mips/mips.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Likewise.
3379         * config/sparc/sparc.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE):
3380         Likewise.
3382 2005-04-07  Kazu Hirata  <kazu@cs.umass.edu>
3384         * tree-ssa-sink.c (nearest_common_dominator_of_uses): Consider
3385         all immediate uses in PHI nodes.
3387 2005-04-07  Richard Earnshaw  <richard.earnshaw@arm.com>
3389         * arm.c (arm_const_double_inline_cost): Handle any constant by
3390         using gen_lowpart and gen_highpart_mode.
3391         (note_invalid_constants): All constants in an RTX with a constraint
3392         that permits memory are now pushed to the constant pool.
3393         (output_move_double): Delete code to handle reg to reg and
3394         constant to reg moves.
3395         (const_double_needs_minipool, output_mov_immediate): Delete.
3396         * arm.h (EXTRA_CONSTRAINT_STR_ARM): All 'D' variants now handle
3397         CONST_INT and CONST_VECTOR.
3398         * arm.md (ANY64): New mode macro.
3399         (arm_movdi): Split reg-reg and const-reg moves.  Simplify constraints.
3400         (movdf_soft_insn): Split reg-reg and const-reg moves.
3401         (split patterns for 64-bit constant and register moves): New.
3402         * cirrus.md (cirrus_arm_movdi): Split reg-reg and const-reg moves.
3403         (cirrus_movdf_hard_insn): Likewise.
3404         * fpa.md (movdf_fpa): Likewise.
3405         * iwmmxt.md (iwmmxt_arm_movdi): Likewise.
3406         (movv8qi_internal, movv4hi_internal, movv2si_internal): Fix
3407         constraints.
3408         (movv2si_internal_2): Likewise.
3409         * vfp.md (arm_movdi_vfp): Split reg-reg and const-reg moves.
3410         (movdf_vfp): Likewise.
3411         * arm-protos.h (output_mov_immediate): Delete prototype.
3413 2005-04-07  Joseph S. Myers  <joseph@codesourcery.com>
3415         PR target/20093
3416         * simplify-rtx.c (simplify_unary_operation_1): Check
3417         SUBREG_PROMOTED_UNSIGNED_P (op) > 0 for zero-extension.
3419 2005-04-06  James E Wilson  <wilson@specifixinc.com>
3421         PR target/20717
3422         * cgraphunit.c (record_call_1, case FDESC_EXPR): Handle same as
3423         ADDR_EXPR.
3425 2004-04-06  Richard Sandiford  <rsandifo@redhat.com>
3427         * coverage.h (GCOV_TYPE_NODE): Delete.
3428         * coverage.c (coverage_counter_alloc, tree_coverage_counter_ref)
3429         (build_ctr_info_type): Use get_gcov_type () instead of GCOV_TYPE_NODE.
3430         * tree-profile.c (tree_gen_edge_profiler, tree_gen_interval_profiler)
3431         (tree_gen_pow2_profiler, tree_gen_one_value_profiler): Likewise.
3432         * value-prof.c (tree_divmod_fixed_value_transform): Delete.
3434 2004-04-06  Richard Sandiford  <rsandifo@redhat.com>
3436         PR other/20792
3437         * Makefile.in (gcc.pot): Remove options.c dependency.
3438         * optc-gen.awk: Don't quote help strings with N_().
3440 2005-04-06  James A. Morrison  <phython@gcc.gnu.org>
3442         * c-common.c (handle_malloc_atttribute): Only set DECL_IS_MALLOC if
3443         the function returns a pointer type.
3445 2005-04-06  Daniel Berlin  <dberlin@dberlin.org>
3447         * params.def (PARAM_SALIAS_MAX_IMPLICIT_FIELDS): New
3448         * params.h (SALIAS_MAX_IMPLICIT_FIELDS): New
3449         * doc/invoke.texi: Documnet salias-max-implicit-fields.
3450         * tree-ssa-alias.c (struct used_part): Add implicit_uses and
3451         explicit_uses members.
3452         (get_or_create_used_part_for): Initialize new fields.
3453         (fieldoff_compare): New function.
3454         (create_overlap_variables_for): Count number of fields, use
3455         heuristic to determine whether to create subvars for vars with
3456         only implicit uses.
3457         Sort the field list by offset and avoid creating duplicate SFT's.
3459 2005-04-06  Richard Sandiford  <rsandifo@redhat.com>
3461         * c.opt (-F): Remove trailing whitespace from help string.
3462         (-finput-charset): Use a tab to separate the switch name and help
3463         string.
3464         * common.opt (-fsched-stalled-insns, -fsched-stalled-insns-dep)
3465         (-ftree-vectorizer-verbose): Likewise.
3467 2005-04-06  Kazu Hirata  <kazu@cs.umass.edu>
3469         * tree-ssa-sink.c (nearest_common_dominator_of_uses): Look at
3470         a PHI argument where a use occurs instead of all PHI arguments.
3472 2005-04-06  Joseph S. Myers  <joseph@codesourcery.com>
3474         * c-decl.c (finish_decl): Apply pending #pragma weak regardless of
3475         scope.
3477 2005-04-06  Kazu Hirata  <kazu@cs.umass.edu>
3479         * cse.c, tree-flow-inline.h, tree-flow.h, tree-ssa-operands.c,
3480         tree-ssa-sink.c, tree.h, config/bfin/bfin.c,
3481         config/bfin/bfin.h: Fix comment typos.
3483 2005-04-06  Ranjit Mathew  <rmathew@hotmail.com>
3485         * doc/install.texi: Update the URL for Jacks.
3486         * doc/sourcebuild.texi: Likewise.
3488 2005-04-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
3490         PR target/17245
3491         * config/sparc/sparc.c (legitimate_address_p): Remove 'imm2'.
3492         Revert 2004-10-08 patch.  Reject TFmode LO_SUM in 32-bit mode.
3494 2005-04-06  Kelley Cook  <kcook@gcc.gnu.org>
3496         * Makefile.in (LIBGCC2_CFLAGS): Revert -pipe change.
3498 2005-04-06  Richard Sandiford  <rsandifo@redhat.com>
3500         * config/v850/v850-protos.h (override_options): Delete.
3501         * config/v850/v850.h (target_flags, MASK_GHS, MASK_LONG_CALLS, MASK_EP)
3502         (MASK_PROLOG_FUNCTION, MASK_DEBUG, MASK_V850, MASK_V850E)
3503         (MASK_SMALL_SLD, MASK_BIG_SWITCH, MASK_NO_APP_REGS, MASK_DISABLE_CALLT)
3504         (MASK_STRICT_ALIGN, MASK_US_BIT_SET, MASK_US_MASK_SET, TARGET_GHS)
3505         (TARGET_LONG_CALLS, TARGET_EP, TARGET_PROLOG_FUNCTION, TARGET_V850)
3506         (TARGET_BIG_SWITCH, TARGET_DEBUG, TARGET_V850E, TARGET_US_BIT_SET)
3507         (TARGET_SMALL_SLD, TARGET_DISABLE_CALLT, TARGET_NO_APP_REGS)
3508         (TARGET_STRICT_ALIGN, TARGET_SWITCHES, TARGET_OPTIONS)
3509         (OVERRIDE_OPTIONS): Delete.
3510         (MASK_CPU): Redefine as MASK_V850 | MASK_V850E.
3511         (small_memory_info): Remove the value field.
3512         (CONDITIONAL_REGISTER_USAGE): Check !TARGET_APP_REGS rather than
3513         TARGET_NO_APP_REGS.
3514         * config/v850/v850.c (small_memory): Remove the value field.
3515         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
3516         (override_options): Delete.
3517         (v850_handle_memory_option, v850_handle_option): New functions.
3518         * config/v850/v850.opt: New file.
3520 2005-04-06  Geoffrey Keating  <geoffk@apple.com>
3522         * config.host: Add a section for generic hosts, and a subsection
3523         for Darwin.  Add a case for x86-darwin.  Update ppc-darwin case.
3524         * config/host-darwin.c: New, split out of config/rs6000/host-darwin.c.
3525         * config/host-darwin.h: New.
3526         * config/x-darwin: New.
3527         * config/i386/host-i386-darwin.c: New.
3528         * config/i386/x-darwin: New.
3529         * config/rs6000/host-darwin.c: Include host-darwin.h.
3530         (darwin_rs6000_gt_pch_get_address): Move to config/host-darwin.c.
3531         (darwin_rs6000_gt_pch_use_address): Likewise.
3532         * config/rs6000/x-darwin: Change name of .o built, update
3533         dependencies for changes to rs6000/host-darwin.c.
3535 2005-04-06  Ralf Corsepius  <ralf.corsepius@rtems.org>
3537         PR target/17824
3538         * config/c4x/c4x.h (ASM_PROG, LD_PROG): Remove.
3540 2005-04-06  Dorit Naishlos  <dorit@il.ibm.com>
3542         * tree-vect-analyze.c (vect_analyze_loop_form): Call
3543         split_loop_exit_edge instead of loop_split_edge_with.
3545 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
3547         * config/rs6000/altivec.md (UNSPEC_VSLW, UNSPEC_SUBS,
3548         UNSPEC_SET_VSCR): New constants, used throughout.
3549         (*andc3_v4sf): New.
3550         (altivec_vspltisb, altivec_vsplitish, altivec_vsplitisw):
3551         Replace with...
3552         (altivec_vspltis<VI_char>): ... this pattern, using
3553         a QImode const_int_operand for the immediate.
3554         (abs<mode>2, absv4sf2, altivec_abss_<mode>): Rewrite as
3555         define_expands.
3557 2005-04-06  Ralf Corsepius  <ralf.corsepius@rtems.org>
3559         PR target/17822
3560         * config/avr/t-avr (AR_FOR_TARGET,RANLIB_FOR_TARGET): Remove.
3562 2005-04-06  Kelley Cook  <kcook@gcc.gnu.org>
3564         * Makefile.in (LIBGCC2_CFLAGS): Compile with -pipe.
3566 2005-04-06  Ben Elliston  <bje@au.ibm.com>
3568         * gcc.c: Correct comment about DEFAULT_SWITCH_TAKES_ARG and
3569         DEFAULT_WORD_SWITCH_TAKES_ARG which incorrectly reported these
3570         macros as living in "this file" and not gcc.h.
3572 2005-04-06  Ben Elliston  <bje@au.ibm.com>
3574         * doc/invoke.texi (Optimize Options): Mention -ftree-lrs, not
3575         -ftree-live_range_split.  Perhaps renamed at some point?
3577 2005-04-06  Zdenek Dvorak  <dvorakz@suse.cz>
3579         PR target/20625
3580         * tree-ssa-loop-ivopts.c (generic_type_for): New function.
3581         (add_candidate_1): Use generic_type_for instead of unsigned_type_for.
3583 2005-04-06  Zdenek Dvorak  <dvorakz@suse.cz>
3585         * tree-flow.h (number_of_iterations_cond): Declaration removed.
3586         * tree-ssa-loop-niter.c (number_of_iterations_cond): Made static.
3587         (number_of_iterations_special): New function.
3588         (number_of_iterations_exit): Use number_of_iterations_special.
3589         Use simplify_using_outer_evolutions only at -O3.
3590         (number_of_iterations_cond, tree_simplify_using_condition,
3591         simplify_using_initial_conditions, loop_niter_by_eval,
3592         compare_trees, can_count_iv_in_wider_type_bound,
3593         simplify_using_outer_evolutions): Use fold_build.
3595 2005-04-05  Thomas Fitzsimmons  <fitzsim@redhat.com>
3597         * doc/install.texi (Configuration): Document --with-java-home.
3599 2005-04-05  Richard Henderson  <rth@redhat.com>
3601         PR target/20342
3602         PR target/20447
3603         * config/i386/i386.c (print_operand): Handle vector zeros.
3604         (ix86_split_to_parts): Handle CONST_VECTOR.
3605         (ix86_hard_regno_mode_ok): Allow MMX modes in general regs.
3606         (ix86_modes_tieable_p): Use ix86_hard_regno_mode_ok to decide
3607         what modes to tie for MMX and SSE registers.
3608         * config/i386/i386.h (MMX_REG_MODE_P): Remove.
3609         * config/i386/i386.md: Extend move 0 -> xor peephole to apply
3610         to vector modes as well.
3611         * config/i386/predicates.md (const0_operand): Handle VOIDmode
3612         properly as an input mode.
3614 2005-04-05  Andrew MacLeod  <amacleod@redhat.com>
3616         * tree-ssa-operands.c (verify_abort): Use %p for pointers.
3618 2005-04-05  Andrew MacLeod  <amacleod@redhat.com>
3620         * tree-pretty-print.c (dump_generic_node): Use %p for pointer.
3622 2005-04-05  Jakub Jelinek  <jakub@redhat.com>
3624         * config/i386/i386.c (init_cumulative_args): For -m32 -mfpmath=sse
3625         and local functions, set sse_nregs to 8 and float_in_sse.
3626         (function_arg_advance, function_arg): If float_in_sse, pass
3627         SFmode and DFmode arguments in SSE registers.
3628         * config/i386/i386.h (CUMULATIVE_ARGS): Add float_in_sse field.
3630         * config/i386/i386.c (ix86_value_regno): Only optimize local functions
3631         of -funit-at-a-time.
3633 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
3635         * config/i386/i386-protos.h (ix86_function_value): Accept two
3636         arguments, like the target macro.
3637         * config/i386/i386.h (FUNCTION_VALUE): Pass both arguments.
3638         * config/i386/i386.c (ix86_function_value): Accept the second
3639         argument of the target macro.
3640         (ix86_function_ok_for_sibcall): Pass a function pointer to
3641         ix86_function_value.
3642         (ix86_function_value, ix86_libcall_value) [!TARGET_64BIT]: Adjust
3643         call to ix86_value_regno).
3644         (ix86_value_regno): Add support for returning floating point values
3645         in SSE registers.
3647 2005-04-05  Jakub Jelinek  <jakub@redhat.com>
3649         PR tree-optimization/20076
3650         * tree-inline.c (inline_forbidden_p_1): Prevent inlining functions
3651         that call __builtin_return or __builtin_apply_args.
3653 2005-04-05  Andrew MacLeod  <amacleod@redhat.com>
3655         * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.
3656         Use immediate use iterator.
3657         (stmt_is_bumper_for_loop): Use immediate use iterator.
3658         * predict.c (strip_builtin_expect): Use update_stmt.
3659         * tree-cfg.c (update_modified_stmts): New. Call update_stmt_if_modified
3660         on all elements of a STATEMENT_LIST.
3661         (bsi_insert_before, bsi_insert_after): Call update_modified_stmts.
3662         (bsi_remove): Remove imm_use links and mark the stmt as modified.
3663         (bsi_replace): Mark stmt as modified and the update it.
3664         * tree-complex.c (update_complex_assignment): Call mark_stmt_modified.
3665         (expand_complex_libcal): Call update_stmt.
3666         (expand_complex_comparison): Call mark_stmt_modified.
3667         (expand_complex_operations_1): Call update_stmt_if_modified.
3668         (expand_vector_operations_1): Call mark_stmt_modified.
3669         * tree-dfa.c (compute_immediate_uses, free_df_for_stmt, free_df,
3670         compute_immediate_uses_for_phi, compute_immediate_uses_for_stmt,
3671         add_immediate_use, redirect_immediate_use,
3672         redirect_immediate_uses, dump_immediate_uses, debug_immediate_uses,
3673         dump_immediate_uses_for, debug_immediate_uses_for): Delete.
3674         (mark_new_vars_to_rename): Call update_stmt.
3675         * tree-dump.c (dump_option_value_in): Add "stmtaddr".
3676         * tree-flow-inline.h (modify_stmt): Rename to mark_stmt_modified.
3677         Ignore PHI nodes.
3678         (unmodify_stmt): Delete.
3679         (update_stmt): New.  Force an update of a stmt.
3680         (update_stmt_if_modified): update a stmt if it is out of date.
3681         (get_stmt_operands): Verify stmt is NOT modified.
3682         (stmt_modified_p): Update comment.
3683         (delink_imm_use): Remove a use node from its immuse list.
3684         (link_imm_use_to_list): Link a use node to a specific list.
3685         (link_imm_use): Link a node to the correct list.
3686         (set_ssa_use_from_ptr): Set a use node to a specific value, and insert
3687         it in the correct list, if appropriate.
3688         (link_imm_use_stmt): Link a use node, and set the stmt pointer.
3689         (relink_imm_use): Link a use node in place of another node in a list.
3690         (relink_imm_use_stmt): LInk a node in place of another node, and set
3691         the stmt pointer.
3692         (end_safe_imm_use_traverse): New.  Terminate a safe immuse iterator.
3693         (end_safe_imm_use_p): New.  Check for the end of a safe immuse iterator.
3694         (first_safe_imm_use): New.  Initialize a safe immuse iterator.
3695         (next_safe_imm_use): New.  Proceed to next safe immuse iterator value.
3696         (end_readonly_imm_use_p): New.  Check for end of a fast immuse iterator.
3697         (first_readonly_imm_use): New.  Initialize a fast immuse iterator.
3698         (next_readonly_imm_use): New.  Get the next fast immuse iterator value.
3699         (has_zero_uses): New.  Return true if there are no uses of a var.
3700         (has_single_use): New.  Return true if there is only a single use of a
3701         variable.
3702         (single_imm_use): New.  Return the simgle immediate use.
3703         (num_imm_uses): New.  Return the number of immediate uses.
3704         (get_v_must_def_ops): Use is now a pointer.
3705         (use_operand_p, get_v_may_def_op_ptr, get_vuse_op_ptr,
3706         get_v_must_def_kill_ptr, get_phi_arg_def_ptr): Return the address of
3707         the use node.
3708         (get_immediate_uses, num_immediate_uses, immediate_use): Delete.
3709         (delink_stmt_imm_use): Delink all immuses from a stmt.
3710         (phi_arg_index_from_use): New.  Return a phi arg index for a use.
3711         * tree-flow.h (struct dataflow_d): Delete.
3712         (immediate_use_iterator_d): New.  Immediate use iterator struct.
3713         (FOR_EACH_IMM_USE_FAST): New.  Macro for read only immuse iteration.
3714         (FOR_EACH_IMM_USE_SAFE): New.  Macro for write-safe immuse iteration.
3715         (BREAK_FROM_SAFE_IMM_USE): New.  Macro for earlyu exit from write-safe
3716         iteration.
3717         (struct stmt_ann_d): Remove dataflow_t from struct.
3718         * tree-if-conv.c (tree_if_conversion).  Don't call free_df.
3719         (if_convertible_phi_p): Use FAST immuse iterator.
3720         (if_convertible_loop_p): Don't call compute_immediate_uses.
3721         (replace_phi_with_cond_modify_expr): Call update_stmt.
3722         * tree-into-ssa.c (mark_def_sites, ssa_mark_def_sites): Call
3723         update_stmt_if_modified.
3724         (rewrite_all_into_ssa): Initialize ssa operands.
3725         * tree-loop-linear.c (linear_transform_loops): Don't call free_df or
3726         compute_immediate_uses.
3727         * tree-optimize.c (execute_todo): Call verify_ssa whenever the
3728         ssa_property is available.
3729         (execute_one_pass):  Change parameters passed to execute_todo.
3730         * tree-outof-ssa.c (rewrite_trees): Don't call modify_stmt.
3731         (remove_ssa_form): Call fini_ssa_operands.
3732         (insert_backedge_copies): Delete call to modify_stmt.
3733         * tree-phinodes.c (make_phi_node): Initialize use nodes.
3734         (release_phi_node): Delink any use nodes before releasing.
3735         (resize_phi_node): Relink any use nodes.
3736         (remove_phi_arg_num): Delink the use node.
3737         (remove_phi_node): Release the ssa_name AFTER releasing the phi node.
3738         (remove_all_phi_nodes_for): Release phi node first.
3739         * tree-pretty-print.c (dump_generic_node): Print stmt address.
3740         * tree-sra.c (mark_all_v_defs): Call update_stmt_if_modified.
3741         (scalarize_use, scalarize_copy): Call update_stmt.
3742         * tree-ssa-alias.c (compute_may_aliases): Update all modified stmts.
3743         (compute_points_to_and_addr_escape): Call mark_stmt_modified.
3744         * tree-ssa-cpp.c (need_imm_uses_for): Delete.
3745         (ccp_initialize): Remove call to compute_immediate_uses.
3746         (substitute_and_fold, execute_fold_all_builtins): Call update_stmt.
3747         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Update all modified
3748         stmts.
3749         (simplify_cond_and_lookup_avail_expr): Call mark_stmt_modified.
3750         (simplify_switch_and_lookup_avail_expr): Call mark_stmt_modified.
3751         (eliminate_redundant_computations): Call mark_stmt_modified.
3752         (cprop_operand): Call mark_stmt_modified.
3753         (optimize_stmt): Call update_stmt_if_modified and mark_stmt_modified.
3754         * tree-ssa-dse.c (fix_phi_uses, fix_stmt_v_may_defs): Delete.
3755         (dse_optimize_stmt): Use new immuse interface.
3756         (tree_ssa_dse): Remove calls to compute_immediate_uses and free_df.
3757         * tree-ssa-forwprop.c (need_imm_uses_for): Delete.
3758         (substitute_single_use_vars): Use new immuse interface.
3759         (tree_ssa_forward_propagate_single_use_vars): Remove calls to free_df
3760         and compute_immediate_uses.
3761         * tree-ssa-loop-im.c (single_reachable_address): Use new immuse
3762         interface.
3763         (rewrite_mem_refs): Call update_stmt.
3764         (determine_lsm): Remove call to compute_imm_uses and free_df.
3765         * tree-ssa-loop-ivcanon.c (create_canonical_iv): Call update_stmt.
3766         (try_unroll_loop_completely): Call update_stmt.
3767         * tree-ssa-loop-ivopts.c (rewrite_address_base): Call update_stmt.
3768         (rewrite_use_compare): Call update_stmt.
3769         (compute_phi_arg_on_exit): Insert each stmt before trying to process.
3770         (rewrite_use) : Call update_stmt.
3771         * tree-ssa-loop-manip.c (verify_loop_closed_ssa): Add arg to call.
3772         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Call
3773         update_stmt.
3774         * tree-ssa-operands.c (NULL_USE_OPERAND_P): Remove declaration.
3775         (allocate_use_optype, allocate_vuse_optype): Adjust allocation size.
3776         (free_uses, free_vuses, free_v_may_defs, free_v_must_defs): Delink
3777         use nodes.
3778         (initialize_vuse_operand): New.  Initialize a vuse operand.
3779         (initialize_v_may_def_operand): New.  Initialize a maydef operand.
3780         (initialize_v_must_def_operand): New.  Initialize a mustdef operand.
3781         (finalize_ssa_defs): Use stmt parameter.
3782         (correct_use_link): Ensure a use node is in the correct list, and has
3783         the correct stmt pointer.
3784         (finalize_ssa_uses, finalize_ssa_v_may_defs, finalize_ssa_vuses,
3785         finalize_ssa_v_must_defs): Also initialize use nodes.
3786         (finalize_ssa_stmt_operands): Pass extra stmt operands.
3787         (build_ssa_operands): Seperate parsing from final operand construction.
3788         (parse_ssa_operands): New.  Parse entry point for operand building.
3789         (swap_tree_operands): New.  Swap 2 tree operands.
3790         (update_stmt_operands): Ranamed from get_stmt_operands.  Always builds
3791         operands.
3792         (get_expr_operands): Call swap_tree_operands when needed.
3793         (copy_virtual_operands): Use initialize routines for virtual use ops.
3794         (create_ssa_artficial_load_stmt): Add extra stmt parameter.
3795         (verify_abort): New.  Issue imm_use error.
3796         (verify_imm_links): New Verify imm_use links for a var.
3797         (dump_immediate_uses_for): New.  Dump imm_uses for a var to file.
3798         (dump_immediate_uses): New.  Dump imm_uses for all vars to file.
3799         (debug_immediate_uses): New.  Dump imm_uses for all vars to stderr.
3800         (debug_immediate_uses_for): New.  Dump imm_uses for a var to stderr.
3801         * tree-ssa-operands.h (struct use_operand_ptr): Delete.
3802         (NULL_USE_OPERAND_P) Define.
3803         (use_optype_d, v_def_use_operand_type, vuse_optype_d): Add immediate
3804         use node.
3805         (struct vuse_operand_type): New struct.
3806         (SET_USE): Call set_ssa_use_from_ptr.
3807         (USE_STMT): Define.
3808         (PHI_ARG_INDEX_FROM_USE): Define.
3809         * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Set the phi
3810         argument via SET_USE, not PHI_ARG_DEF_TREE.
3811         * tree-ssa-pre.c (eliminate): Call update_stmt.
3812         * tree-ssa-propagate.c (cfg_blocks_get): Use imm_use iterators.  Don't
3813         call free_df.
3814         * tree-ssa-sink.c (all_immediate_uses_same_place): Use imm_use iterator.
3815         (nearest_common_dominator_of_uses): Use imm_use iterator.
3816         (statement_sink_location): Use imm_use iterator and interface.
3817         (execute_sink_code): Don't call compute_immediate_uses or free-df.
3818         * tree-ssa-threadupdate.c (create_edge_and_update_destination_phis): Use
3819         PHI_ARG_DEF, not PHI_ARG_DEF_TREE.
3820         * tree-ssa.c (verify_use, verify_phi_args): Verify some imm_use info.
3821         (verify_ssa): Ensure no stmt is marked modify after optimization pass
3822         if new parameter is true.
3823         (init_tree_ssa): Don't initialize operand cache here.
3824         (delete_tree_ssa): Don't destroy operand cache here.
3825         (propagate_into_addr): Pass in a use pointer, return true if anything
3826         was changed.
3827         (replace_immediate_uses): Use imm_use iterator, call update_stmt.
3828         (check_phi_redundancy): Use imm_use iterator.
3829         (kill_redundant_phi_nodes): Don't call compute_immediate_uses or
3830         free_df.
3831         * tree-ssanames.c (make_ssa_name): Initialize imm_use node.
3832         (release_ssa_name): Delink node and all elements in its imm_use list.
3833         * tree-tailcall.c (adjust_return_value): Call update_stmt.
3834         * tree-vect-analyze.c (vect_stmt_relevant_p): Use imm_use iterator.
3835         * tree-vectorizer.c (need_imm_uses_for): Delete.
3836         (vectorize_loops): Dont call compute_immediate_uses or free_df.
3837         * tree.h (struct ssa_imm_use_d): Define.
3838         (SSA_NAME_IMM_USE_NODE): Define.
3839         (struct tree_ssa_name): Add imm_use node.
3840         (PHI_DF): Delete.
3841         (PHI_ARG_IMM_USE_NODE): Define.
3842         (struct phi_arg_d): Add imm_use node.
3843         (struct tree_phi_node): Remove struct dataflow_d element.
3844         (TDF_STMTADDR): Define.
3846 2005-04-05  Dale Johannesen  <dalej@apple.com>
3848         * doc/invoke.texi (Optimization Options):  Remove
3849         duplicate -fcse-follow-jumps.  Add -fweb.
3850         (-ftree-lim):  Fix spelling (-ftree-loop-im, invariants).
3851         (-fivcanon):  Fix spelling (-ftree-loop-ivcanon).
3853 2005-04-05  Per Bothner  <per@bothner.com>
3855         * tree-ssa.c (execute_early_warn_uninitialized): Pass context node
3856         to talk_tree as 'data' parameter, rather than EXPR_LOCUS.
3857         (warn_uninit): Get EXPR_LOCUS from context now instead.
3858         This fixes a USE_MAPPED_LOCATION testsuite failure.
3860         * tree-ssa.c (warn_uninitialized_var): Remove useless local.
3862 2005-04-05  Per Bothner  <per@bothner.com>
3864         * c-decl.c (finish_function): If USE_MAPPED_LOCATION set the location
3865         of the artification 'return 0' in main() to BUILTINS_LOCATION.
3866         * tree-cfg.c (remove_bb): Check that location isn't BUILTINS_LOCATION
3867         before warning.
3869 2004-04-05  Devang Patel  <dpatel@apple.com>
3871         * config/rs600/altivec.md (altivec_vsr<VI_char>): Rename to ..
3872         (lhsr<mode>3): ... new name.
3873         (altivec_vsra<VI_char>): Rename to ..
3874         (ashr<mode>3): ... new name.
3875         * config/rs6000/rs6000.c (builtin_description): Rename shift
3876         operations.
3878 2004-04-05  Paolo Bonzini  <bonzini@gnu.org>
3880         * combine.c (RTL_HOOKS_GEN_LOWPART_NO_EMIT): Use
3881         gen_lowpart_for_combine.
3882         * cse.c (gen_lowpart_if_possible): Move...
3883         * rtlhooks.c (gen_lowpart_if_possible): ... here.  Also try
3884         gen_lowpart_SUBREG.
3885         (gen_lowpart_no_emit_general): Use it.
3887 2005-04-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
3889         * config/sparc/sparc.c (TARGET_ASM_FILE_END): Undefine before
3890         overriding.
3892 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
3894         * system.h: Fix typo.
3896 2005-04-05  Bernd Schmidt  <bernd.schmidt@analog.com>
3898         * config/bfin/bfin-modes.def: New file.
3899         * config/bfin/bfin-protos.h: New file.
3900         * config/bfin/bfin.c: New file.
3901         * config/bfin/bfin.h: New file.
3902         * config/bfin/bfin.md: New file.
3903         * config/bfin/bfin.opt: New file.
3904         * config/bfin/crti.s: New file.
3905         * config/bfin/crtn.s: New file.
3906         * config/bfin/elf.h: New file.
3907         * config/bfin/lib1funcs.asm: New file.
3908         * config/bfin/predicates.md: New file.
3909         * config/bfin/t-bfin: New file.
3910         * config/bfin/t-bfin-elf: New file.
3911         * doc/extend.texi (exception_handler, kspisusp, nesting, nmi_handler):
3912         Document new attributes.
3913         (interrupt, interrupt_handler, saveall): Update documentation for
3914         these attributes.
3915         * doc/install.texi (Specific): Add entry for the Blackfin.
3916         * doc/invoke.texi (Blackfin Options): New section.
3917         * doc/md.texi (Blackfin family): New section to document constraints.
3918         * config.gcc: Add bfin*-* and bfin*-elf configurations.
3920 2005-04-05  Olivier Hainque  <hainque@adacore.com>
3922         * config/mips/iris6.h (DWARF_FRAME_RETURN_COLUMN): Redefine to
3923         match what the system unwinder expects.
3924         * config/mips/mips.c (mips_frame_set): If we're saving the return
3925         address register and the dwarf return address column number differs
3926         from the hard register number, adjust the note reg to refer to the
3927         former.
3929 2004-04-05  Richard Sandiford  <rsandifo@redhat.com>
3931         * config/mn10300/mn10300-protos.h (mn10300_override_options): Declare.
3932         * config/mn10300/mn10300.h (target_flags, TARGET_MULT_BUG)
3933         (TARGET_SWITCHES, TARGET_DEFAULT): Delete.
3934         (processor_type): New enum.
3935         (mn10300_processor): New variable.
3936         (TARGET_AM33, TARGET_AM33_2): Redefine in terms of mn10300_processor.
3937         (PROCESSOR_DEFAULT, OVERRIDE_OPTIONS): New macros.
3938         * config/mn10300/linux.h (TARGET_SWITCHES, TARGET_DEFAULT): Delete.
3939         (PROCESSOR_DEFAULT): New macro.
3940         * config/mn10300/mn10300.c (mn10300_processor): New variable.
3941         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
3942         (mn10300_handle_option, mn10300_override_options): New functions.
3943         * config/mn10300/mn10300.opt: New file.
3945 2005-04-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
3946             Sebastian Pop <sebastian.pop@cri.ensmp.fr>
3948         PR tree-optimization/19903
3949         * tree-chrec.c (chrec_convert): Return chrec_dont_know for constants
3950         that don't fit in their type after conversion.
3952 2005-04-05  Uros Bizjak <uros@kss-loka.si>
3954         PR target/20421
3955         * config/i386/i386.md (frndintxf2_floor, frndintxf2_ceil)
3956         (frndintxf2_trunc, frndintxf2_mask_pm): Add FLAGS_REG clobber.
3957         Allocate local stack slots here.  Set ix86_optimize_mode_switching.
3958         flag here. Implement using define_insn_and_split.
3959         (frndintxf2_floor_i387, frndintxf2_ceil_i387, frndintxf2_trunc_i387)
3960         (frndintxf2_mask_pm_i387): New insn patterns.
3961         (floorsf2, floordf2, floorxf2): Remove local stack slot allocations.
3962         Do not set ix86_optimize_mode_switching flag.
3963         (ceilsf2, ceildf2, ceilxf2): Same.
3964         (btruncsf2, btruncdf2, btruncxf2): Same.
3965         (nearbyintsf2, nearbyintdf2, nearbyintxf2): Same.
3967 2005-04-05  Ian Lance Taylor  <ian@airs.com>
3969         PR debug/9963
3970         * config/i386/cygming.h (ASM_OUTPUT_EXTERNAL): Pass DECL to
3971         i386_pe_record_external_function.
3972         (i386_pe_record_external_function): Update declaration.
3973         * config/i386/winnt.c (struct extern_list): Add decl field.
3974         (i386_pe_record_external_function): Add decl parameter.
3975         (i386_pe_file_end): Check TREE_ASM_WRITTEN on decl, not
3976         identifier.
3977         * config/i386/i386-protos.h (i386_pe_record_external_function):
3978         Update declaration.
3980 2005-04-05  Kazu Hirata  <kazu@cs.umass.edu>
3982         * config/m68k/m68k-protos.h: Add a prototype for
3983         valid_dbcc_comparison_p_2.
3984         * config/m68k/m68k.c (not_sp_operand, symbolic_operand,
3985         extend_operator, const_uint32_operand, const_sint32_operand,
3986         general_src_operand, nonimmediate_src_operand,
3987         memory_src_operand, post_inc_operand, pre_dec_operand,
3988         pcrel_address): Move to predicates to predicates.md.
3989         * config/m68k/m68k.h (PREDICATE_CODES): Remove.
3990         * config/m68k/m68k.md: Include predicates.md.
3991         * config/m68k/predicates.md: New.
3993 2005-04-04  Roger Sayle  <roger@eyesopen.com>
3995         * config/i386/i386.md (*truncdfsf2_i387_1): New pattern.
3997         * fold-const.c (maybe_lvalue_p): Delete orphaned comment.
3999 2005-04-04  Ian Lance Taylor  <ian@airs.com>
4001         * c-typeck.c (struct c_switch): Rename switch_stmt field to
4002         switch_expr.
4003         (c_start_case): Build SWITCH_EXPR, not SWITCH_STMT.
4004         (do_case): Use SWITCH_COND rather than SWITCH_STMT_COND.
4005         (c_finish_case): Use SWITCH_BODY rather than SWITCH_STMT_BODY.
4006         Call c_do_switch_expr_warnings rather than c_do_switch_warnings.
4007         * c-common.c (c_do_switch_warnings_1): New static function broken
4008         out of c_do_switch_warnings.
4009         (c_do_switch_warnings): Call c_do_switch_warnings_1.
4010         (c_do_switch_expr_warnings): New function.
4011         * c-common.h (c_do_switch_expr_warnings): Declare.
4013 2005-04-04  David Edelsohn  <edelsohn@gnu.org>
4014             Daniel Jacobowitz  <dan@codesourcery.com>
4016         * tree-eh.c (tree_could_trap_p): Allow non-constant floating point
4017         trapping divide.
4018         * rtlanal.c (may_trap_p): Same.
4020 2005-04-04  Dale Johannesen  <dalej@apple.com>
4022         * ChangeLog:  remove reference to ChangeLog.12.
4024 2005-04-05  Hans-Peter Nilsson  <hp@axis.com>
4026         CRIS epilogue as RTL.
4027         * config/cris/cris.md: Change all 0 in unspec 0 to
4028         CRIS_UNSPEC_PLT.
4029         (CRIS_UNSPEC_PLT, CRIS_UNSPEC_FRAME_DEALLOC): New constants.
4030         ("*cris_load_multiple", "cris_frame_deallocated_barrier"): New
4031         patterns.
4032         ("return"): Change to define_expand.  Call cris_expand_return for
4033         actual expansion.
4034         ("*return_expanded"): New pattern.
4035         ("epilogue"): New define_expand.
4036         * config/cris/cris.h (PREDICATE_CODES): Add
4037         cris_load_multiple_op.
4038         * config/cris/cris.c (ASSERT_PLT_UNSPEC): Correct test for unspec
4039         type.
4040         (enum cris_retinsn_type): New.
4041         (struct machine_function): New member return_type.
4042         (TARGET_ASM_FUNCTION_EPILOGUE): Don't override.
4043         (cris_target_asm_function_epilogue): Remove, moving RTLified
4044         contents to...
4045         (cris_expand_epilogue): New function.
4046         (cris_reg_saved_in_regsave_area, cris_movem_load_rest_p,
4047         (cris_gen_movem_load, cris_load_multiple_op)
4048         (cris_return_address_on_stack_for_return, cris_expand_return): New
4049         functions.
4050         (cris_target_asm_function_prologue)
4051         (cris_initial_frame_pointer_offset): Call
4052         cris_reg_saved_in_regsave_area instead of complicated expression.
4053         Call cris_return_address_on_stack instead of an expression.
4054         (cris_print_operand) <case 'o', case 'O'>: New cases.
4055         (cris_return_address_on_stack): Change return-type to bool.
4056         (cris_simple_epilogue): Ditto.  Return false if registers are
4057         saved.
4058         * config/cris/cris-protos.h (cris_simple_epilogue)
4059         (cris_return_address_on_stack): Adjust prototype return type.
4060         (cris_gen_movem_load, cris_expand_epilogue, cris_expand_return)
4061         (cris_return_address_on_stack_for_return): New prototypes.
4063 2005-04-04  Kazu Hirata  <kazu@cs.umass.edu>
4065         * config/frv/frv.h (PREDICATE_CODES): Add CONST to
4066         gpr_or_int12_operand.
4068         * config/frv/frv-protos.h: Add a prototype to
4069         frv_legitimate_memory_operand and frv_const_unspec_p.
4070         (frv_unspec): Move from frv.c.
4071         * config/frv/frv.c (frv_unspec): Move to frv-protos.h.
4072         (frv_const_unspec_p, frv_legitimate_memory_operand_): Export.
4073         (ldd_address_operand, fdpic_fptr_operand, frv_load_operand,
4074         gpr_or_fpr_operand, gpr_or_int12_operand,
4075         gpr_fpr_or_int12_operand, fpr_or_int6_operand,
4076         gpr_or_int10_operand, gpr_or_int_operand, int12_operand,
4077         int6_operand, int5_operand, uint5_operand, uint4_operand,
4078         uint1_operand, int_2word_operand, uint16_operand,
4079         upper_int16_operand, integer_register_operand,
4080         gpr_no_subreg_operand, fpr_operand, even_reg_operand,
4081         odd_reg_operand, even_gpr_operand, odd_gpr_operand,
4082         quad_fpr_operand, even_fpr_operand, odd_fpr_operand,
4083         dbl_memory_one_insn_operand, dbl_memory_two_insn_operand,
4084         move_destination_operand, movcc_fp_destination_operand,
4085         frv_function_symbol_referenced_p, move_source_operand,
4086         condexec_dest_operand, condexec_source_operand,
4087         reg_or_0_operand, lr_operand, fdpic_operand, got12_operand,
4088         const_unspec_operand, gpr_or_memory_operand,
4089         gpr_or_memory_operand_with_scratch, fpr_or_memory_operand,
4090         icc_operand, fcc_operand, cc_operand, icr_operand,
4091         fcr_operand, cr_operand, call_operand, sibcall_operand,
4092         symbolic_operand, relational_operator,
4093         integer_relational_operator, float_relational_operator,
4094         ccr_eqne_operator, minmax_operator,
4095         condexec_si_binary_operator, condexec_si_media_operator,
4096         condexec_si_divide_operator, condexec_si_unary_operator,
4097         condexec_sf_conv_operator, condexec_sf_add_operator,
4098         condexec_memory_operand, intop_compare_operator, acc_operand,
4099         even_acc_operand, quad_acc_operand, accg_operand: Move to
4100         predicates.md.
4101         * config/frv/frv.h (PREDICATE_CODES): Remove.
4102         * config/frv/frv.md: Include predicates.md.
4103         * config/frv/predicates.md: New.
4105 2004-04-04  Richard Sandiford  <rsandifo@redhat.com>
4107         PR target/19537
4108         * Makefile.in (tree-ssa-loop-ivopts.o): Depend on langhooks.h.
4109         * tree-ssa-loop-ivopts.c: Include langhooks.h.
4110         (add_standard_iv_candidates_for_size): New function, extracting code
4111         from add_standard_iv_candidates and parameterizing it by type size.
4112         (add_standard_iv_candidates): Use add_standard_iv_candidates_for_size.
4114 2004-04-04  Richard Sandiford  <rsandifo@redhat.com>
4116         * system.h (GCOV_SIZE_TYPE): Unposion.
4117         * gcov-io.h (GCOV_TYPE_NODE): Delete, replacing with...
4118         (GCOV_TYPE_SIZE): ...this new macro.
4119         * coverage.h (get_gcov_type, GCOV_TYPE_NODE): Declare.
4120         * coverage.c (get_gcov_type, get_gcov_unsigned_t): New functions.
4121         (rtl_coverage_counter_ref): Use GCOV_TYPE_SIZE.
4122         (build_fn_info_type, build_fn_info_value, build_ctr_info_type)
4123         (build_ctr_info_value, build_gcov_info): Use get_gcov_unsigned_t
4124         instead of unsigned_intSI_type_node.
4125         * rtl-profile.c (rtl_gen_interval_profiler, rtl_gen_pow2_profiler)
4126         (rtl_gen_one_value_profiler_no_edge_manipulation)
4127         (rtl_gen_const_delta_profiler): Use GCOV_TYPE_SIZE.
4128         * value-prof.c: Include coverage.h.
4130 2005-04-02  Daniel Berlin  <dberlin@dberlin.org>
4131             Diego Novillo <dnovillo@redhat.com>
4133         Fix PR tree-optimization/20703
4134         Fix PR tree-optimization/20725
4136         * tree-ssa-pre.c (phi_translate): Handle tcc_comparison.
4137         (create_expression_by_pieces): Ditto.
4138         (valid_in_set): Ditto. Also handle tcc_declaration.
4139         (find_or_generate_expression): Handle comparison class.
4140         (insert_into_preds_of_block): Ditto.
4141         (insert_aux): Ditto.
4142         (create_value_expr_from): Handle comparison class, recursively
4143         handle reference nodes.
4144         (compute_avail): Handle comparison classes, rewrite a little cleaner.
4145         (execute_pre): Fix spacing.
4146         (do_fre): Renamed to execute_fre.
4148 2005-04-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4150         * doc/invoke.texi (SPARC options): Document that
4151         -mlittle-endian is not supported on Linux either.
4153 2005-04-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4155         PR target/4198
4156         PR target/12027
4157         * config.gcc (Obsolete configurations): Remove
4158         sparclite-*-coff*, sparclite-*-elf* and sparc86x-*-elf*.
4159         (sparclite-*-coff*): Delete.
4160         (sparclite-*-elf*): Likewise.
4161         (sparc86x-*-elf*): Likewise.
4162         (target_cpu_default) <sparc*-*-*>: Remove sparc86x.
4163         * config/sparc/lite.h: Delete.
4164         * config/sparc/litecoff.h: Likewise.
4165         * config/sparc/liteelf.h: Likewise.
4166         * config/sparc/sp86x-elf.h: Likewise.
4167         * config/sparc/t-sparclite: Likewise.
4168         * config/sparc/t-sp86x: Likewise.
4170 2005-04-04  Adrian Straetling  <straetling@de.ibm.com>
4172         * config/s390/s390-protos.h: (s390_comparison,
4173         s390_alc_comparison, s390_slb_comparison, const0_operand,
4174         consttable_operand, larl_operand, s_operand,
4175         shift_count_operand, bras_sym_operand, load_multiple_operation,
4176         store_multiple_operation, s390_plus_operand): Remove prototypes.
4177         (s390_legitimate_address_without_index_p): New prototype.
4178         * config/s390/s390.c: (SYMBOL_FLAG_ALIGN1, DISP_IN_RANGE): Move
4179         to s390.h.
4180         (s390_comparison, s390_alc_comparison, s390_slb_comparison,
4181         const0_operand, consttable_operand, larl_operand, s_operand,
4182         shift_count_operand, bras_sym_operand, load_multiple_operation,
4183         store_multiple_operation, s390_plus_operand): Move to
4184         predicates.md.
4185         (check_mode): Remove.
4186         (s390_branch_condition_mask): Remove 'static'. Move prototype to
4187         s390-protos.h.
4188         (s390_legitimate_address_without_index_p): New.
4189         * config/s390/s390.h (PREDICATE_CODES): Remove.
4190         * config/s390/s390.md: Include predicates.md.
4191         * config/s390/predicates.md: New.
4193 2005-04-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4195         PR target/20446
4196         * config/sparc/sparc.h (NEED_INDICATE_EXEC_STACK): Define to 0.
4197         * config/sparc/linux.h (TARGET_ASM_FILE_END): Delete.
4198         (NEED_INDICATE_EXEC_STACK): Define to 1.
4199         * config/sparc/linux64.h (TARGET_ASM_FILE_END): Delete.
4200         (NEED_INDICATE_EXEC_STACK): Define to 1.
4201         * config/sparc/sparc.c (TARGET_ASM_FILE_END): Set to sparc_file_end.
4202         (add_pc_to_pic_symbol): Rename into pic_helper_symbol.
4203         (add_pc_to_pic_symbol_name): Rename into pic_helper_symbol_name.
4204         (pic_helper_emitted_p): New global.
4205         (emit_pic_helper): New function extracted from...
4206         (load_pic_register): ...here.  Add 'delay_pic_helper' parameter.
4207         Do not call emit_pic_helper if delay_pic_helper is true.
4208         (sparc_expand_prologue): Pass 'false' to load_pic_register.
4209         (sparc_output_mi_thunk): Pass 'true' to load_pic_register.
4210         (sparc_file_end): New function.
4212 2005-04-04  Kazu Hirata  <kazu@cs.umass.edu>
4214         * config/mcore/mcore-protos.h: Remove the prototypes for
4215         mcore_arith_reg_operand, mcore_general_movsrc_operand,
4216         mcore_general_movdst_operand, mcore_reload_operand,
4217         mcore_arith_J_operand, mcore_arith_K_operand,
4218         mcore_arith_K_operand_not_0, mcore_arith_M_operand,
4219         mcore_arith_K_S_operand, mcore_arith_imm_operand,
4220         mcore_arith_any_imm_operand, mcore_arith_O_operand,
4221         mcore_literal_K_operand, mcore_addsub_operand,
4222         mcore_compare_operand, mcore_load_multiple_operation,
4223         mcore_store_multiple_operation, mcore_call_address_operand.
4224         Add a prototype for const_ok_for_mcore.
4225         * config/mcore/mcore.c (mcore_call_address_operand,
4226         mcore_general_movsrc_operand, mcore_general_movdst_operand,
4227         mcore_arith_reg_operand, mcore_reload_operand,
4228         mcore_arith_J_operand, mcore_arith_K_operand,
4229         mcore_arith_K_operand_not_0, mcore_arith_K_S_operand,
4230         mcore_arith_M_operand, mcore_arith_imm_operand,
4231         mcore_arith_any_imm_operand, mcore_arith_O_operand,
4232         mcore_literal_K_operand, mcore_addsub_operand,
4233         mcore_compare_operand, mcore_load_multiple_operation,
4234         mcore_store_multiple_operation): Move to predicates.md.
4235         (const_ok_for_mcore): Export.
4236         * config/mcore/mcore.h (PREDICATE_CODES): Remove.
4237         * config/mcore/mcore.md: Include predicates.md.
4238         * config/mcore/predicates.md: New.
4240         * config/mcore/predicates.md: Fix a comment typo.
4242 2005-04-04  Andreas Krebbel  <krebbel1@de.ibm.com>
4243             Adrian Straetling  <straetling@de.ibm.com>
4245         * config/s390/2064.md ("z_mul", "z_inf"): New insn reservations.
4246         * config/s390/2084.md ("x_mul_hi", "x_mul_sidi", "x_div"): Likewise.
4247         * config/s390/s390.md ("imulhi", "imulsi", "imuldi"): Added to "type"
4248         attribute.
4249         ("imul"): Removed from "type" attribute.
4250         ("*muldi3_sign", "muldi3"): Changed type to imuldi.
4251         ("mulsi3/1", "mulsi3/3", "mulsi/4", "mulsidi3", "umulsidi3"):
4252         Changed type to imulsi.
4253         ("*mulsi3_sign", "mulsi3/2"): Changed type to imulhi.
4255 2005-04-04  Richard Sandiford  <rsandifo@redhat.com>
4257         * config/mcore/mcore.h (target_flags, HARDLIT_BIT, ALIGN8_BIT, DIV_BIT)
4258         (RELAX_IMM_BIT, W_FIELD_BIT, OVERALIGN_FUNC_BIT, CGDATA_BIT)
4259         (SLOW_BYTES_BIT, LITTLE_END_BIT, M340_BIT, TARGET_HARDLIT)
4260         (TARGET_DIV, TARGET_RELAX_IMM, TARGET_W_FIELD, TARGET_OVERALIGN_FUNC)
4261         (TARGET_CG_DATA, TARGET_SLOW_BYTES, TARGET_LITTLE_END, TARGET_M340)
4262         (TARGET_SWITCHES, mcore_stack_increment_string)
4263         (TARGET_OPTIONS): Delete.
4264         (TARGET_DEFAULT, OPTIMIZATION_OPTIONS): Use MASK_* constants rather
4265         than *_BIT constants.
4266         (TARGET_8ALIGN): #undef old definition before redefining to 1.
4267         * config/mcore/mcore.c (mcore_stack_increment_string): Delete.
4268         (TARGET_DEFAULT_TARGET_FLAGS): Override default to TARGET_DEFAULT.
4269         (mcore_override_options): Delete mcore_stack_increment code.
4270         Change use of M340_BIT to MASK_M340.
4271         * config/mcore/mcore.opt: New file.
4273 2005-04-04  Ian Lance Taylor  <ian@airs.com>
4275         * config/arm/arm.c (replace_symbols_in_block): Remove static
4276         function.
4278 2005-04-04  Kazu Hirata  <kazu@cs.umass.edu>
4280         * config/fr30/fr30-protos.h: Remove the prototypes for
4281         stack_add_operand, add_immediate_operand,
4282         high_register_operand, low_register_operand, call_operand,
4283         di_operand, and nonimmediate_di_operand.
4284         * config/fr30/fr30.c (stack_add_operand,
4285         add_immediate_operand, high_register_operand,
4286         low_register_operand, call_operand, di_operand,
4287         nonimmediate_di_operand): Move to predicates.md.
4288         * config/fr30/fr30.h (PREDICATE_CODES): Remove.
4289         * config/fr30/fr30.md: Include predicates.md.
4290         * config/fr30/predicates.md: New.
4292         * config/mcore/mcore.h (PREDICATE_CODES): Add SYMBOL_REF and
4293         LABEL_REF to mcore_general_movsrc_operand.  Add SYMBOL_REF to
4294         mcore_call_address_operand.
4296         * config/sh/sh.h (PREDICATE_CODES): Add CONST to
4297         general_movsrc_operand.
4299 2005-04-04  Alan Modra  <amodra@bigpond.net.au>
4301         * passes.c (rest_of_handle_final): NULL unlikely_text_section_name
4302         after freeing.
4304 2005-04-04  Richard Earnshaw  <richard.earnshaw@arm.com>
4306         PR target/14812
4307         * arm.c (arm_select_cc_mode): Return CC_Zmode when comparing against
4308         a negated value.
4310 2005-04-04  Richard Henderson  <rth@redhat.com>
4311             Jakub Jelinek  <jakub@redhat.com>
4313         PR rtl-optimization/16104
4314         * fold-const.c (fold_unary): Fix folding of vector conversions.
4316 2005-04-04  Richard Sandiford  <rsandifo@redhat.com>
4318         * config.gcc (xstormy16-*-elf): Set extra_options.
4319         * config/stormy16/stormy16.h (target_flags, TARGET_SWITCHES): Delete.
4320         * config/stormy16/stormy16.opt: New file.
4322 2005-04-04  Richard Sandiford  <rsandifo@redhat.com>
4324         * config/pdp11/pdp11.h (target_flags, TARGET_SWITCHES, TARGET_DEFAULT)
4325         (TARGET_FPU, TARGET_SOFT_FLOAT, TARGET_AC0, TARGET_NO_AC0, TARGET_45)
4326         (TARGET_BCOPY_BUILTIN, TARGET_INT16, TARGET_INT32, TARGET_FLOAT32)
4327         (TARGET_FLOAT64, TARGET_ABSHI_BUILTIN, TARGET_BRANCH_EXPENSIVE)
4328         (TARGET_BRANCH_CHEAP, TARGET_SPLIT, TARGET_NOSPLIT)
4329         (TARGET_UNIX_ASM): Delete.
4330         (TARGET_40_PLUS): Redefine in terms of TARGET_40 and TARGET_45.
4331         * config/pdp11/2bsd.h (TARGET_UNIX_ASM_DEFAULT): Use MASK_UNIX_ASM.
4332         * config/pdp11/pdp11.c (pdp11_handle_option): New function.
4333         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
4334         * config/pdp11/pdp11.opt: New file.
4336 2005-04-03  Roger Sayle  <roger@eyesopen.com>
4337             Alexandre Oliva  <aoliva@redhat.com>
4339         PR c++/19199
4340         * fold-const.c (non_lvalue): Split tests into...
4341         (maybe_lvalue_p): New function.
4342         (fold_cond_expr_with_comparison): Preserve lvalue-ness for the
4343         C++ front-end prior to lowering into gimple form.
4345 2005-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4347         * builtins.def (BUILT_IN_STPNCPY, BUILT_IN_STRCASECMP,
4348         BUILT_IN_STRNCASECMP): New.
4349         * doc/extend.texi: Document stpncpy, strcasecmp, strncasecmp
4350         and strndup.
4352 2005-04-03  Richard Earnshaw  <richard.earnshaw@arm.com>
4354         PR target/14812
4355         * arm.md (addsi3_compare0_for_combiner): Delete.
4356         (addsi3_compare0_scratch_for_combiner): Delete.
4357         (cmpsi_neg_shiftsi): Delete.
4358         (compare_negsi_si): New pattern.
4359         (cmpsi_negshiftsi_si): New pattern.
4360         (negated_cbranchsi4): Restrict to equality_operator.
4362         * arm.md (movhi_insn_arch4): delete trailing white space from assembler
4363         template.
4365 2005-04-03  Kazu Hirata  <kazu@cs.umass.edu>
4367         * cfghooks.c, cfgrtl.c, modulo-sched.c, config/i386/winnt.c:
4368         Fix comment typos.
4370         * doc/install.texi: Fix a typo.
4372 2005-04-03  Steven Bosscher  <stevenb@suse.de>
4374         PR middle-end/20648
4375         * bb-reorder.c (duplicate_computed_gotos): Do not unfactor
4376         a computed goto if the edge to the computed goto block has
4377         incoming abnormal edges.  Clarify how the function works.
4379 2005-04-03  Nathan Sidwell  <nathan@codesourcery.com>
4381         * params.c (set_param_value): Use gcc_assert & gcc_unreachable.
4382         * passes.c (open_dump_file, rest_of_handle_final): Likewise.
4383         * postreload-gcse.c (expr_equiv_p, oprs_unchanged_p,
4384         hash_scan_set, reg_set_between_after_reload_p,
4385         reg_used_between_after_reload_p, get_avail_load_store_reg,
4386         eliminate_partially_redundant_load): Likewise.
4387         * postreload.c (reload_cse_simplify_set,
4388         reload_combine_note_use): Likewise.
4389         * predict.c (predict_insn, expected_value_to_br_prob,
4390         propagate_freq, expensive_function_p): Likewise.
4391         * print-rtl.c (print_rtx): Likewise.
4392         * profile.c (instrument_edges, instrument_values,
4393         compute_branch_probabilities, branch_prob, union_groups,
4394         tree_register_profile_hooks, rtl_register_profile_hooks): Likewise.
4395         * protoize.c (in_system_include_dir, file_could_be_converted,
4396         file_normally_convertible, gen_aux_info_file, seek_to_line,
4397         do_cleaning): Likewise.
4398         * tree-ssa-alias.c (collect_points_to_info_r): Likewise.
4399         * tree-ssa-ccp.c (execute_fold_all_builtins): Likewise.
4400         * tree-ssa-loop-ivopts.c (produce_memory_decl_rtl): Likewise.
4402 2005-04-03 Mostafa Hagog <mustafa@il.ibm.com>
4404         * cfg.c (clear_bb_flags): Don't clear BB_DISABLE_SCHEDULE.
4405         * modulo-sched.c (undo_replace_buff_elem): New structure.
4406         (kernel_number_of_cycles, ps_unschedule_node,
4407         undo_generate_reg_moves,free_undo_replace_buff,
4408         undo_permute_partial_schedule,  loop_single_full_bb_p,
4409         SIMPLE_SMS_LOOP_P, loop_canon_p, canon_loop,
4410         build_loops_structure, get_sched_window): New.
4411         (generate_reg_moves): Return undo_replace_buff_elem and other
4412         fixes.
4413         (generate_prolog_epilog): Remove old loop versioning.
4414         (sms_schedule): Use loop information and loop_version.
4415         (sms_schedule_by_order): Split part of it to get_sched_window.
4416         * passes.c (rest_of_handle_sms): call cfg_layout_initialize
4417         cfg_layout_finalize and free_dominance_info before/after SMS.
4419 2005-04-03 Mostafa Hagog <mustafa@il.ibm.com>
4421         * cfghooks.c (lv_flush_pending_stmts,
4422         cfg_hook_duplicate_loop_to_header_edge, extract_cond_bb_edges,
4423         lv_adjust_loop_header_phi, lv_add_condition_to_bb): New.
4424         * cfghooks.h (cfg_hook_duplicate_loop_to_header_edge,
4425         lv_add_condition_to_bb,
4426         lv_adjust_loop_header_phi, extract_cond_bb_edges,
4427         flush_pending_stmts): New in cfg_hooks structure.
4428         (cfg_hook_duplicate_loop_to_header_edge, lv_flush_pending_stmts,
4429         extract_cond_bb_edges, lv_adjust_loop_header_phi,
4430         lv_add_condition_to_bb): New declarations.
4431         * cfgloop.h (duplicate_loop_to_header_edge): Change return type to
4432         bool.
4433         (loop_version): Declare.
4434         * cfgloopmanip.c (cfghooks.h): Include.
4435         (duplicate_loop_to_header_edge): Change return type to bool.
4436         (loop_version, lv_adjust_loop_entry_edge): Move here.
4437         * cfgrtl.c (cfgloop.h): Include.
4438         (rtl_verify_flow_info_1): Fix.
4439         (rtl_lv_add_condition_to_bb, rtl_extract_cond_bb_edges): New.
4440         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hook): Add hooks to
4441         initialization.
4442         * tree-cfg.c (tree_lv_adjust_loop_header_phi,
4443         tree_lv_add_condition_to_bb): New.
4444         (tree_cfg_hooks): Add new hooks to initialization.
4445         * tree-ssa-loop-manip.c (lv_adjust_loop_header_phi,
4446         lv_adjust_loop_entry_edge, tree_ssa_loop_version): Remove.
4448 2005-04-03  Kazu Hirata  <kazu@cs.umass.edu>
4450         * config/stormy16/stormy16.h (PREDICATE_CODES): Add SUBREG to
4451         xstormy16_below100_or_register,
4452         xstormy16_splittable_below100_or_register, and
4453         nonimmediate_nonstack_operand.
4455         * config/stormy16/stormy16-protos.h: Remove the prototypes for
4456         xstormy16_ineqsi_operator, equality_operator,
4457         inequality_operator, shift_operator,
4458         xstormy16_below100_operand, xstormy16_below100_or_register,
4459         xstormy16_splittable_below100_or_register,
4460         xstormy16_onebit_set_operand, xstormy16_onebit_clr_operand.
4461         * config/stormy16/stormy16.c (xstormy16_ineqsi_operator,
4462         equality_operator, inequality_operator,
4463         xstormy16_below100_operand, xstormy16_below100_or_register,
4464         xstormy16_splittable_below100_or_register,
4465         xstormy16_onebit_set_operand, xstormy16_onebit_clr_operand,
4466         nonimmediate_nonstack_operand, shift_operator): Move to
4467         predicates.md.
4468         * config/stormy16/stormy16.h (PREDICATE_CODES): Remove.
4469         * config/stormy16/stormy16.md: Include predicates.md.
4470         * config/stormy16/predicates.md: New.
4472 2005-04-02  Kazu Hirata  <kazu@cs.umass.edu>
4474         * config/iq2000/iq2000.c (uns_arith_operand, arith_operand,
4475         small_int, large_int, reg_or_0_operand, simple_memory_operand,
4476         equality_op, cmp_op, pc_or_label_operand, call_insn_operand,
4477         move_operand, power_of_2_operand): Move to predicates.md.
4478         * config/iq2000/iq2000.h (SPECIAL_MODE_PREDICATES,
4479         PREDICATE_CODE): Remove.
4480         * config/iq2000/iq2000.md: Include predicates.md.
4481         * config/iq2000/predicates.md: New.
4483 2005-04-02  Richard Sandiford  <rsandifo@redhat.com>
4485         * config/m68hc11/m68hc11.h (target_flags, MASK_SHORT)
4486         (MASK_AUTO_INC_DEC, MASK_M6811, MASK_M6812, MASK_M68S12)
4487         (MASK_NO_DIRECT_MODE, MASK_MIN_MAX, MASK_LONG_CALLS)
4488         (TARGET_SHORT, TARGET_M6811, TARGET_M6812, TARGET_M68S12)
4489         (TARGET_AUTO_INC_DEC, TARGET_MIN_MAX, TARGET_NO_DIRECT_MODE)
4490         (TARGET_LONG_CALLS, TARGET_SWITCHES, TARGET_OPTIONS)
4491         (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS, m68hc11_regparm_string)
4492         (m68hc11_reg_alloc_order, m68hc11_soft_reg_count)
4493         (TARGET_M68HC11): Delete.
4494         (TARGET_DEFAULT): Change the default setting from MASK_M6811 to 0.
4495         * config/m68hc11/m68hc12.h (TARGET_M68HC12): Delete.
4496         * config/m68hc11/m68hc11.c (m68hc11_regparm_string)
4497         (m68hc11_reg_alloc_order, m68hc11_soft_reg_count)
4498         (nb_soft_regs): Delete.
4499         (TARGET_DEFAULT_TARGET_FLAGS): Override default with TARGET_DEFAULT.
4500         (m68hc11_override_options): Remove the code that caters for MASK_M6811
4501         and MASK_M6812 being set simultaneously.  Change the code that sets
4502         the default m68hc11_soft_reg_count to use integers instead of strings.
4503         (m68hc11_conditional_register_usage, hard_regno_mode_ok): Use
4504         m68hc11_soft_reg_count (which now has an int type) as the number
4505         of soft registers.
4506         * config/m68hc11/m68hc11.opt: New file.
4508 2005-04-02  Kazu Hirata  <kazu@cs.umass.edu>
4510         * config/fr30/fr30.h (PREDICATE_CODES): Remove
4511         fp_displacement_operand, sp_displacement_operand.
4513         * config/m68hc11/m68hc11-protos.h: Add a prototype for
4514         m68hcc_auto_inc_p.
4515         Remove the prototypes for tst_operand, cmp_operand,
4516         stack_register_operand, d_register_operand,
4517         hard_addr_reg_operand, splitable_operand,
4518         m68hc11_logical_operator, m68hc11_arith_operator,
4519         m68hc11_non_shift_operator, m68hc11_shift_operator,
4520         m68hc11_unary_operator, m68hc11_eq_compare_operator,
4521         non_push_operand, hard_reg_operand, and
4522         reg_or_some_mem_operand.
4523         * config/m68hc11/m68hc11.c (m68hcc_auto_inc_p): Make it
4524         extern.
4525         (tst_operand, cmp_operand, non_push_operand,
4526         splitable_operand, reg_or_some_mem_operand,
4527         stack_register_operand, d_register_operand,
4528         hard_addr_reg_operand, hard_reg_operand,
4529         m68hc11_eq_compare_operator, m68hc11_logical_operator,
4530         m68hc11_arith_operator, m68hc11_non_shift_operator,
4531         m68hc11_shift_operator, m68hc11_unary_operator): Move to
4532         predicates.md.
4533         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Remove.
4534         * config/m68hc11/m68hc11.md: Include predicates.md.
4535         * config/m68hc11/predicates.md: New.
4537 2005-04-02  Alexandre Oliva  <aoliva@redhat.com>
4539         PR debug/19345
4540         * dwarf2out.c (add_abstract_origin_attribute): Revert accidental
4541         change checked in along with 2005-03-03's patch for debug/20253.
4542         * tree-inline.c (remap_type): Remap TYPE_STUB_DECL.
4543         (remap_decl): Insert type decl in map earlier.
4545 2005-04-02  Alexandre Oliva  <aoliva@redhat.com>
4547         PR tree-optimization/20640
4548         * tree-ssa-dce.c (remove_dead_stmt): Don't redirect edge to
4549         post-dominator if it has phi nodes.
4550         (eliminate_unnecessary_stmts): Remove dead phis in all blocks
4551         before dead statements.
4553 2005-04-02  Alexandre Oliva  <aoliva@redhat.com>
4555         PR middle-end/20491
4556         * final.c (alter_subreg): Don't call subreg_regno for a non-REG.
4558 2005-04-02  Alexandre Oliva  <aoliva@redhat.com>
4560         PR rtl-optimization/20290
4561         * loop.c (for_each_insn_in_loop): Don't assume the loop body runs
4562         in every iteration if the entry point is the exit test.
4564 2005-04-02  Hans-Peter Nilsson  <hp@axis.com>
4566         * config/cris/cris.md (attribute "length"): Define.
4568 2005-04-02  Geoffrey Keating  <geoffk@apple.com>
4570         * config/rs6000/predicates.md (indexed_or_indirect_operand): New.
4571         (word_offset_memref_operand): New.
4572         * config/rs6000/rs6000-protos.h (word_offset_memref_operand): Delete.
4573         (indexed_or_indirect_operand): Delete.
4574         * config/rs6000/rs6000.c (word_offset_memref_operand): Delete.
4575         (indexed_or_indirect_operand): Delete.
4577         * config/rs6000/t-darwin8: Comment out ppc64 multilib.
4579         PR 20650
4580         * config/rs6000/rs6000.md (fix_truncdfsi2): Make destination
4581         a register.
4583         * config/rs6000/t-darwin (TARGET_LIBGCC2_CFLAGS): Add -pipe.
4584         * config/t-darwin (TARGET_LIBGCC2_CFLAGS): Likewise.
4586 2005-04-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4588         * gcc/config/vax/vax.md: Spellcheck, fix whitespace.
4590 2005-04-01  Ian Lance Taylor  <ian@airs.com>
4592         * gcc.c: Don't include <sys/resource.h> or declare getrusage.
4593         (rus, prus): Remove static variables.
4594         (execute): Use pex_run/pex_get_status rather than pexecute/pwait.
4595         (process_command): Permit report_times and use_pipes together.
4597 2005-04-01  Joseph S. Myers  <joseph@codesourcery.com>
4599         * c-decl.c (validate_proto_after_old_defn): Look at
4600         TYPE_MAIN_VARIANT of argument types.
4602 2005-04-01  Paul Brook  <paul@codesourcery.com>
4604         * config/arm/arm.c (thumb_call_via_label): Include space for SP.
4605         (arm_output_function_epilogue): Allow call_via_SP.
4606         (thumb_call_via_reg, arm_file_end): Ditto.
4607         * config/arm/arm.h (struct machine_function): Include space for SP.
4608         (thumb_call_via_label): Update declaration.
4610 2005-04-01  Ian Lance Taylor  <ian@airs.com>
4612         * final.c (final_scan_insn): Revert part of 2005-03-30 patch: when
4613         doing a peephole optimization, once again put any notes in the
4614         proper position.
4616 2005-04-01  Kazu Hirata  <kazu@cs.umass.edu>
4618         * bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.
4620 2005-04-01  Nathan Sidwell  <nathan@codesourcery.com>
4622         * local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.
4623         (block_alloc, find_free_reg): Likewise.
4624         * loop-doloop.c (doloop_modify): Likewise.
4625         * loop-invariant.c (record_use): Likewise.
4626         * loop-iv.c (get_biv_step_1, get_biv_step, iv_analyze,
4627         get_iv_value, canon_condition, eliminate_implied_condition,
4628         eliminate_implied_condition, simplify_using_initial_values,
4629         shorten_into_mode, canonicalize_iv_subregs,
4630         iv_number_of_iterations): Likewise.
4631         * loop-unroll.c (expand_var_during_unrolling): Likewise.
4632         * loop-unswitch.c (compare_and_jump_seq, unswitch_single_loop,
4633         unswitch_loop): Likewise.
4634         * loop.c (INSN_LUID, loop_optimize, rtx_equal_for_loop_p,
4635         move_movables, replace_call_address, find_and_verify_loops,
4636         rtx_equal_for_prefetch_p, fold_rtx_mult_add, loop_iterations,
4637         record_giv, final_giv_value, general_induction_var,
4638         simplify_giv_expr, extension_within_bounds_p, try_copy_prop,
4639         loop_giv_dump): Likewise.
4641         * gcov-io.h (GCOV_CHECK, GCOV_CHECK_READING,
4642         GCOV_CHECK_WRITING): Remove.
4643         (gcov_position, gcov_rewrite): Use gcc_assert.
4644         * gcov-io.c (gcov_open, gcov_write_words, gcov_write_length,
4645         gcov_read_words, gcov_sync, gcov_seek): Use gcc_assert.
4646         * libgcov.c (__gcov_merge_single, __gcov_merge_delta): Use
4647         gcc_assert.
4649 2005-04-01  Kazu Hirata  <kazu@cs.umass.edu>
4651         * tree-inline.c: Fix a typo.
4653 2005-04-01  Nathan Sidwell  <nathan@codesourcery.com>
4655         * configure.ac (enable-checking): Explicitly set all variables for
4656         collective switch values.  Alphabetize variables. Rename
4657         ac_checking_valgrind to ac_valgrind_checking.  Allow 'none' as
4658         synonym for 'no'.
4659         * doc/install.texi (enable-checking): Update documentation.
4660         * configure: Rebuilt.
4662 2005-04-01  Kazu Hirata  <kazu@cs.umass.edu>
4664         * tree-inline.c (copy_body_r): Use CONSTANT_CLASS_P where
4665         possible.
4667 2005-04-01  Richard Earnshaw  <richard.earnshaw@arm.com>
4669         * arm.c (adjacent_mem_locations): Reject volatile memory refs.
4670         Also reject cases where this pattern will cause load delay stalls
4671         unless optimizing for size and it will produce a shorter sequence.
4672         * arm.md (arith_adjacent_mem): Make better use of ldm addressing
4673         variants to avoid pre-adjusting the base when possible.
4675 2005-04-01  Richard Earnshaw  <richard.earnshaw@arm.com>
4677         * arm.md (minmax_arithsi): Reject all eliminable registers, not just
4678         the frame and argument pointers.
4679         (strqi_preinc, strqi_predec, loadqi_preinc, loadqi_predec): Likewise.
4680         (loadqisi_preinc, loadqisi_predec, strsi_preinc): Likewise.
4681         (strsi_predec, loadsi_preinc, loadsi_predec): Likewise.
4682         (strqi_shiftpreinc, strqi_shiftpredec, loadqi_shiftpreinc): Likewise.
4683         (loadqi_shiftpredec, strsi_shiftpreinc, strsi_shiftpredec): Likewise.
4684         (loadsi_shiftpreinc, loadsi_shiftpredec): Likewise.
4686 2005-04-01  Danny Smith  <dannysmith@users.sourceforge.net>
4688         * config/i386/cygming.h (SUBTARGET_ATTRIBUTE_TABLE): Define,
4689         with entry for selectany attribute.
4690         * config/i386/i386-protos.h (ix86_handle_selectany_attribute):
4691         Declare.
4692         * config/i386/winnt.c (ix86_handle_selectany_attribute): Define.
4693         (i386_pe_asm_named_section): Handle sections generated by
4694         selectany attribute.
4695         * doc/extend.texi (selectany): Document attribute.
4697 2005-04-01  Paolo Bonzini  <bonzini@gnu.org>
4698             Jan Hubicka  <jh@suse.cz>
4700         * config/i386/i386.c (ix86_decompose_address): Look inside SUBREGs
4701         to fix addresses involving EBP and ESP.
4702         (aligned_operand, legitimate_address_p, ix86_address_cost): Be prepared
4703         for SUBREGed registers.
4704         (legitimate_address_p): Accept SUBREGed registers.
4706 2005-04-01  Jakub Jelinek  <jakub@redhat.com>
4708         PR c++/19406
4709         * dwarf2out.c (gen_type_die_for_member): Handle FIELD_DECL.
4710         (dwarf2out_imported_module_or_decl): Use gen_type_die_for_member
4711         for FIELD_DECLs.
4713 2005-04-01  Kazu Hirata  <kazu@cs.umass.edu>
4715         * doc/contrib.texi, doc/invoke.texi, doc/tm.texi: Fix typos.
4717 2005-04-01  James E Wilson  <wilson@specifixinc.com>
4719         PR c++/20505
4720         * dwarf2out.c (rtl_for_decl_init): New function.
4721         (rtl_for_decl_location): Extracted from here.
4722         (tree_add_const_value_attribute): Call rtl_for_decl_init and
4723         add_const_value_attribute.  Delete initializer_constant_valid_p call.
4725 2005-04-01  Kazu Hirata  <kazu@cs.umass.edu>
4727         * cgraphunit.c, dbxout.c, flow.c, gcse.c, gimplify.c,
4728         lambda-code.c, loop.c, machmode.def, mips-tfile.c,
4729         modulo-sched.c, passes.c, postreload-gcse.c, tree-eh.c,
4730         tree-ssa-ccp.c, varasm.c, config/frv/frv.c, config/frv/frv.h,
4731         config/frv/frv.md, config/i386/i386.c, config/i386/i386.h,
4732         config/i386/i386.md, config/rs6000/predicates.md,
4733         config/rs6000/rs6000.c, config/s390/fixdfdi.h,
4734         config/s390/s390.c, config/stormy16/stormy16.c,
4735         config/stormy16/stormy16.md, config/vax/vax.md: Fix comment
4736         typos.
4738 2005-04-01  Joseph S. Myers  <joseph@codesourcery.com>
4740         PR c/17855
4741         * gimplify.c (gimplify_expr): Create a temporary for lvalue
4742         COND_EXPR and CALL_EXPR.
4744 2005-03-31  Vladimir Makarov  <vmakarov@redhat.com>
4746         PR target/20632
4747         * genautomata.c (first_cycle_unit_presence): Check all alternative
4748         states for unit presence.
4750         * doc/md.texi: Remove remark about impossibility to query unit
4751         presence in non nondeterministic automaton state.
4753         * config/ia64/ia64.c (get_template): Change order of unit querying.
4755 2005-03-31  Kazu Hirata  <kazu@cs.umass.edu>
4757         * tree-ssa-dom.c (cprop_into_successor_phis): Remove an
4758         obsolete comment.
4760 2005-03-31  Zdenek Dvorak  <dvorakz@suse.cz>
4762         * cfgloopanal.c (mark_loop_exit_edges): Clean EDGE_LOOP_EXIT
4763         flag for edges outside any loops.
4765 2005-03-31  Janis Johnson  <janis187@us.ibm.com>
4767         * doc/sourcebuild.texi (Test Directives): Describe cleanup-* procs.
4769 2005-03-31  Kazu Hirata  <kazu@cs.umass.edu>
4771         * tree-ssa-alias.c: Follow spelling conventions.
4772         * doc/tree-ssa.texi: Fix a typo.
4774 2005-03-31  J"orn Rennecke <joern.rennecke@st.com>
4776         * postreload-gcse.c: Include target.h.
4777         (gcse_after_reload_main): Return early if we cannot modify jumps.
4778         * Makefile.in (postreload-gcse.o): Depend on $(TARGET_H).
4780 2005-03-31  David Edelsohn  <edelsohn@gnu.org>
4782         * tree-ssa-loop-im.c (stmt_cost): Add RDIV_EXPR to list of
4783         expensive operations.
4785 2005-03-31  Ian Lance Taylor  <ian@airs.com>
4787         * collect2.c (lderrout): New variable.
4788         (collect_exit): Dump ldout to stdout.  Dump and unlink lderrout,
4789         if it is set, to stderr.
4790         (handler): Unlink lderrout if it is set.
4791         (dump_file): Add "to" parameter.  Change all callers.
4792         (main): Initialize lderrout.
4793         (collect_execute): Add errname parameter.  Change all callers.
4794         Rename redir parameter to outname.  Never pass
4795         PEX_STDERR_TO_STDOUT to pex_run.
4796         * collect2.h (collect_execute, dump_file): Update declarations.
4797         * tlink.c (tlink_execute): Add errname parameter.  Change all
4798         callers.
4799         (do_tlink): Check lderrout as well as ldout.
4801 2005-03-31  Caroline Tice  <ctice@apple.com>
4803         * Makefile.in (varasm.o): Add basic-block.h to list of requirements.
4804         (bb-reorder.o): Add errors.h to list of requirements.
4805         (STAGEFEEDBACK_FLAGS_TO_PASS): Add -freorder-blocks-and-partition to
4806         profiledbootstrap flags.
4807         * bb-reorder.c (errors.h): Add new include.
4808         (struct bbro_basic_block_data_def): Add new field, in_trace.
4809         (add_unlikely_executed_notes):  Remove function.
4810         (mark_bb_for_unlikely_executed_section): Remove function.
4811         (insert_section_boundary_note): New function.
4812         (verify_hot_cold_block_grouping): New function.
4813         (push_to_next_round_p): Remove variables and tests that push all
4814         cold blocks to last round.
4815         (find_traces): Remove code that added extra round of trace finding
4816         when doing partitioning.
4817         (find_traces_1_round) :  Remove variable last_round;  add code to
4818         update new struct field, in_trace; correct trace_length where it was
4819         incorrect before (after call to copy_bb); change code that pushed all
4820         cold blocks to last round. Instead verify that all blocks going into
4821         a trace belong in the same partition.
4822         (connect_traces): Modify to connect the traces in two passes, if the
4823         function contains both hot and cold blocks.  The first pass connects
4824         all the traces for blocks in the partition that the first block in
4825         the function belongs to; the second pass connnects all the traces
4826         containing blocks that belong in the other partition.
4827         (find_rarely_executed_basic_blocks_and_crossing_edges):  Remove
4828         code that automatically put the first block in a function into the
4829         hot partition if the function had any hot blocks.
4830         (fix_crossing_unconditional_branches): Check number of succ edges
4831         before attempting to get one.
4832         (fix_edges_for_rarely_executed_code):  Update comment describing
4833         function.
4834         (reorder_basic_blocks):  Add code to initialize new field (in_trace);
4835         remove call to add_unlikely_executed_notes; add call to
4836         verify_hot_cold_block_grouping.
4837         (duplicate_computed_gotos): Don't change computed goto if it's a
4838         crossing edge.
4839         (partition_hot_cold_basic_blocks):  Update function comment.
4840         * cfgcleanup.c (try_simplify_condjump): Remove redundacy from
4841         condition.
4842         (try_forward_edges): Likewise.
4843         (merge_blocks_move_predecessor_nojumps): Likewise.
4844         (merge_blocks_move_successor_nojumps): Likewise.
4845         (merge_blocks_move): Likewise.
4846         (try_crossjump_bb): Likewise.
4847         * cfglayout.c (update_unlikely_executed_notes): Remove function.
4848         (fixup_reorder_chain): Remove code for adding UNLIKELY_EXECUTED_CODE
4849         notes to cold bb's; remove call to update_unlikely_executed_notes.
4850         (duplicate_insn_chain):  change NOTE_INSN_UNLIKELY_EXECUTED_CODE to
4851         NOTE_INSN_SWITCH_TEXT_SECTIONS.
4852         * cfglayout.h (scan_ahead_for_unlikely_executed_note): Remove
4853         function declaration.
4854         * cfgrtl.c (can_delete_note_p): Remove UNLIKELY_EXECUTED_CODE note
4855         from consideration.
4856         (rtl_can_merge_blocks): Remove redundancy from condition.
4857         (try_redirect_by_replacing_jump): Likewise.
4858         (force_nonfallthru_and_redirect): Remove code for adding
4859         UNLIKELY_EXECUTED_CODE notes to cold bb's.
4860         (commit_one_edge_insertion): Likewise.
4861         (cfg_layout_can_merge_blocks_p): Remove redundancy from condition.
4862         * dbxout.c (FORCE_TEXT): Replace function_section with
4863         current_function_section.
4864         (struct dbx_debug_h): Add do_nothing function for new debug_hooks
4865         function, switch_text_section.
4866         (struct xcoff_debug): Likewise.
4867         (dbxout_function_end): Add code to put out label diffs for both
4868         hot and cold sections.
4869         * debug.c (struct do_nothing_debug_hooks): Add do_nothing function
4870         for new debug_hooks funciton, switch_text_section..
4871         * debug.h (struct gcc_debug_hooks):  Add new function to debug_hooks,
4872         switch_text_section.
4873         * dwarf2out.c (struct dw_fde_struct):  Add five new fields:
4874         dw_fde_hot_section_label, dw_fde_hot_section_end_label,
4875         dw_fde_unlikely_section_label, dw_fde_unlikely_section_end_label and
4876         dw_fde_switched_sections.
4877         (output_call_frame_info):  Add test to see if function switches text
4878         sections in the middle; if so, use appropriate extra hot and cold
4879         section labels to compute size deltas for the hot and cold sections.
4880         (dwarf2out_begin_prologue): Add code to initialize new fields in
4881         dw_fde_struct.
4882         (dwarf2out_switch_text_section): New function (invoked through
4883         debug_hook); updates new fields in dw_fde_struct appropriately and
4884         increments separate_line_info_table_in_use.
4885         (dwarf2_debug_hooks): Initialize switch_text_section function to be
4886         dwarf2out_switch_text_section.
4887         (struct var_loc_node): Add new field, section_label.
4888         (output_aranges): Add code to check whether in hot or cold section and
4889         use the appropriate label in calculating deltas.
4890         (output_ranges): Likewise.
4891         (output_line_info): Add code to check which section we're in and
4892         use appropriate hot/cold label.
4893         (add_location_or_constant_value_attribute): Likewise.
4894         (gen_subprogam_die): Modify arange attributes to use correct labels.
4895         (dwarf2out_begin_block): Change call to function_section into call to
4896         current_function_section.
4897         (dwarf2out_end_block): Likewise.
4898         (dwarf2out_source_line): Likewise.
4899         (dwarf2out_var_location): Add code to check whether in hot or cold
4900         section and use the appropriate label.
4901         * except.c (output_function_exception_table): Change call to
4902         function_section into call to current_function_section.
4903         * final.c (profile_function): Likewise.
4904         (scan_ahead_for_unlikely_executed_note): Remove function.
4905         (final_scan_insn):  Remove calls to
4906         scan_ahead_for_unlikely_executed_note, and related code for switching
4907         to cold section, except for the single time
4908         NOTE_INSN_SWITCH_TEXT_SECTIONS may be encountered;  add calls to
4909         debug_hooks->switch_text_sections; replace appropriate calls to
4910         function_section with calls to current_function_section.
4911         * ifcvt.c (find_if_case_1): Remove redundancy from condition, add
4912         test_bb to condition.
4913         (find_if_case_2): Likewise.
4914         * insn-notes.def: Change NOTE_INSN_UNLIKELY_EXECUTED_CODE to
4915         NOTE_INSN_SWITCH_TEXT_SECTIONS.  Update comment appropriately.
4916         * opts.c (decode_options): Change warning about hot/cold partitioning
4917         with exceptionss to inform (so as not to cause bootstrap failures);
4918         remove warning about partitioning with DWARF debug info.
4919         * output.h (current_function_section): Add new function decl.
4920         (insert_section_boundary_note): Likewise.
4921         (enum in_section): Move this declaration here from varasm.c.
4922         (unlikely_section_label): Likewise.
4923         (unlikely_text_section_name): Likewise.
4924         (last_text_section_name): New global variable.
4925         (last_text_section): Likewise.
4926         (hot_section_label): Likewise.
4927         (hot_section_end_label): Likewise.
4928         (cold_section_end_label): Likewise.
4929         * passes.c (rest_of_handle_final): Free unlikely_text_section_name.
4930         * print-rtl.c (print_rtx): Change NOTE_INSN_UNLIKELY_EXECUTED_CODE
4931         to NOTE_INSN_SWITCH_TEXT_SECTIONS.
4932         * reg-stack.c (emit_swap_insn): Remove UNLIKELY_EXECUTED_CODE note
4933         insn from consideration.
4934         * sdbout.c (sdb_debug_hooks): Add do_nothing for new function,
4935         switch_text_section.
4936         * varasm.c (basic-block.h): Add new include.
4937         (unlikely_section_label_printed): Remove global variable.
4938         (unlikely_section_label): Make global variable not be static any more.
4939         (unlikely_text_section_name): Likewise.
4940         (hot_section_end_label): New global variable (not static)
4941         (first_function_block_is_cold): Likewise.
4942         (hot_section_label): Likewise.
4943         (cold_section_end_label): Likewise..
4944         (last_text_section): New global variable, not static.
4945         (last_text_section_name): New global variable, not static.
4946         (initialize_cold_section_name): New function.
4947         (enum in_section): Move declaration to output.h.
4948         (text_section): Update last_text_section.
4949         (unlikely_text_section): Replace code to determine cold section name
4950         with call to initialize_cold_section_name; Add code to update
4951         last_text_section; remove code for printing out label.
4952         (named_section_real): Add code to update last_text_section and
4953         last_text_section_name as appropriate.
4954         (function_section): Change test for 'unlikely' to depend on
4955         first_function_block_is_cold (moved old test to
4956         current_function_section).
4957         (current_function_section): New function.
4958         (assemble_start_function): Move code that frees
4959         unlikely_text_section_name; initialize hot_section_end_label;
4960         print hot and cold section labels at the start of the function;
4961         set first_function_block_is_cold, if appropriate; initialize l
4962         ast_text_section; add call to insert_section_boundary_note.
4963         (assemble_end_function):  Add code to write out hot and cold section
4964         end labels.
4965         *vmsdbgout.c (vmsdbg_debug_hooks): Add do_nothing for new function,
4966         switch_text_section.
4967         * config/darwin.c (machopic_select_section): Replace incorrect
4968         function in base_funs; update reloc for cold sections if necessary.
4969         * config/darwin.h (SECTION_FUNCTION):  Add code to update
4970         last_text_section if appropriate.
4971         (text_unlikely_section): Remove.
4972         * config/sparc/sparc.c (sparc_output_deferred_case_vectors): Likewise.
4973         * config/stormy16/stormy16.c (stormy_16_output_addr_vec): Likewise.
4974         * config/xtensa/xtensa.c (override_options): Turn off hot/cold
4975         partitioning for this architecture.
4977 2005-03-31  Olivier Hainque  <hainque@adacore.com>
4979         * dwarf2out.c (dwarf2out_frame_finish): Honor DWARF2_FRAME_INFO
4980         defined and non-zero.
4982 2005-03-31  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4984         PR c++/18644
4985         * doc/invoke.texi (-Wsynth): Don't document, as it now is void of
4986         semantics.
4988 2005-03-31  Alan Modra  <amodra@bigpond.net.au>
4990         PR target/20611
4991         * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Remove inline
4992         label operand.  Remove (use (unspec..)).  Don't emit a label on
4993         the offset word.
4994         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Don't
4995         generate inline label for load_toc_v4_PIC_1b.
4996         (rs6000_emit_load_toc_table): Likewise.
4998 2005-03-31  Kazu Hirata  <kazu@cs.umass.edu>
5000         * config.gcc: Obsolete i860-*-sysv4*, ip2k-*-elf,
5001         ns32k-*-netbsdelf*, and ns32k-*-netbsd*.
5003 2005-03-29  Devang Patel  <dpatel@apple.com>
5005         * tree-sra.c (decide_block_copy): Disable scalarization of
5006         sub-elements.
5008 2005-03-30  Stuart Hastings  <stuart@apple.com>
5009             Dale Johannesen  <dalej@apple.com>
5011         * Makefile.in (print-tree.o):  Depend on tree-iterator.h.
5012         * print-tree.c (print_node):  Add case STATEMENT_LIST.
5014 2005-03-31  Alan Modra  <amodra@bigpond.net.au>
5016         * config.gcc (cpu_is_64bit): Set for 64-bit powerpc cpus.
5017         (powerpc64-*-linux*): Use it.  Rearrange tm_file assignment.
5018         (powerpc-*-linux*): Build a biarch compiler when --enable-targets
5019         is given with "powerpc64*" or "all", or when --with-cpu chooses
5020         a 64-bit cpu.
5022 2005-03-30  James E. Wilson  <wilson@specifixinc.com>
5024         PR debug/20268
5025         * dwarf2out.c (add_high_low_attributes): New function, extracted from
5026         gen_lexical_block_die.
5027         (gen_lexical_block_die, gen_inlined_subroutine_die): Call it.
5029 2005-03-31  Jan Hubicka  <jh@suse.cz>
5031         2004-11-02  Jan Hubicka  <jh@suse.cz>
5033         * cgraph.c (cgraph_varpool_node_name): New function.
5034         (dump_cgraph_varpool_node): New function.
5035         (dump_varpool): New function.
5036         * cgraphunit.c (cgraph_optimize): Dump varpool.
5038         2004-10-16  Jan Hubicka  <jh@suse.cz>
5040         * cgraph.c (decide_is_variable_needed): New function.
5041         (cgraph_varpool_finalize_decl): Use it.
5042         * cgraphunit.c (cgraph_optimize): Assemble_pending_decls when not doing
5043         unit-at-a-time.
5044         * final.c (output_addr_const): Do not call mark_referenced.
5045         * passes.c (rest_of_decl_compilation): ifdef out DECL_RTL_SET_P hack;
5046         always go via cgraph.
5047         * toplev.c (wrapup_global_declarations): Kill non-unit-at-a-time code.
5048         (check_global_declarations): Ifdef out code clearing DECL_RTL.
5049         * tree-optimize.c (execute_inline): Mark functions called.
5050         * i386.c (output_pic_addr_const): Do not call mark_decl_referenced.
5052         2004-10-11  Jan Hubicka  <jh@suse.cz>
5054         * cgraph.c (cgraph_varpool_first_unanalyzed_node): New global voriable
5055         (cgraph_varpool_last_needed_node): New static variable.
5056         (enqueue_needed_varpool_node): Break out from ...; add items to the
5057         end of queue; update first pointers.
5058         (cgraph_varpool_mark_needed_node): ... here.
5059         (cgraph_varpool_finalize_decl): Use enqueue_needed_varpool_node.
5060         (cgraph_varpool_assemble_pending_decls): Move to cgraphunit.c
5061         * cgraph.h (cgraph_varpool_node): Add analyzed field.
5062         (cgraph_varpool_first_unanalyzed_node): Declare.
5063         * cgraphunit.c: Include output.h.
5064         (cgraph_varpool_analyze_pending_decls): New function.
5065         (cgraph_varpool_assemble_pending_decls): Move from cgraph.c; bail out
5066         for errors, analyze pending decls.
5067         (cgraph_finalize_compilation_unit): Only analyze decls.
5068         (cgraph_optimize): Assemble the decls after expanding.
5070 2005-03-30  Daniel Berlin  <dberlin@dberlin.org>
5072         * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure
5073         subvars get marked properly in tags for grouping.
5074         (add_pointed_to_var): Mark only actual pointed to
5075         variables/subvars in addresses needed.
5076         (create_overlap_variables_for): Clear call clobbered on original
5077         variable.
5078         * tree-ssa-operands.c (get_asm_expr_operands): Don't let regular
5079         addresable vars with subvars into list.
5080         * tree-ssa.c (verify_ssa_name): Verify original is not used where
5081         subvar should be.
5083 2005-03-30  Richard Henderson  <rth@redhat.com>
5085         * cgraph.h (struct cgraph_node): Add alias.
5086         * varasm.c (assemble_alias): Set it.
5087         * cgraphunit.c (cgraph_assemble_pending_functions): Check it and
5088         avoid calling cgraph_expand_function.
5090 2005-03-30  Tom Tromey  <tromey@redhat.com>
5092         * tree.def (FILE_TYPE): Removed.
5093         * typeclass.h (enum type_class): Removed file_type_class.
5094         * dwarf2out.c (is_base_type): Updated.
5095         (gen_type_die): Likewise.
5096         * dbxout.c (dbxout_type): Updated.
5097         * builtins.c (type_to_class): Updated.
5098         * tree.c (type_contains_placeholder_1): Updated.
5099         * config/sparc/sparc.c (sparc_type_code): Updated.
5100         * config/ia64/ia64.c (hfa_element_mode): Updated.
5101         * expr.c (count_type_elements): Updated.
5102         * stor-layout.c (layout_type): Updated.
5103         * tree-inline.c (remap_type): Updated.
5104         * tree-pretty-print.c (dump_generic_node): Updated.
5106 2005-03-30 Fariborz Jahanian <fjahanian@apple.com>
5108         * builtins.c (expand_builtin_powi): Fix mode of
5109         2nd argument to match int.
5110         * libgcc2.h (__powisf2, __powidf2, __powixf2, __powitf2): Change
5111         2nd argument type to int.
5112         * libgcc2.c: Change prototype of __powi* functions to use
5113         int.
5115 2005-03-30  Dale Johannesen  <dalej@apple.com>
5117         PR middle-end/19225
5118         * calls.c (expand_call):  Flush pending deferrals before
5119         throwing call.
5121 2005-03-30  Joseph S. Myers  <joseph@codesourcery.com>
5123         PR c/772
5124         PR c/17913
5125         * c-tree.h (C_DECL_UNJUMPABLE_STMT_EXPR,
5126         C_DECL_UNDEFINABLE_STMT_EXPR, struct c_label_list, struct
5127         c_label_context, label_context_stack): New.
5128         * c-decl.c (define_label): Check for jumps into statement
5129         expressions.  Add label to list of defined labels.
5130         (start_function): Push context on label_context_stack.
5131         (finish_function): Pop context from label_context_stack.
5132         * c-typeck.c (label_context_stack): New.
5133         (c_finish_goto_label): Check for jumps into statement
5134         expressions.  Add label to list of jumped to labels.
5135         (struct c_switch): Add blocked_stmt_expr.
5136         (c_start_case): Initialize it.
5137         (do_case): Check it.
5138         (c_finish_case): Verify !blocked_stmt_expr.
5139         (c_begin_stmt_expr):  Push context on label_context_stack.
5140         Increment blocked_stmt_expr.  Mark labels jumped to from outside
5141         as undefinable.
5142         (c_finish_stmt_expr): December blocked_stmt_expr.  Mark labels
5143         defined in the statement expression and no longer jumpable to.
5144         Mark labels jumped to from just outside the statement expression
5145         as again definable.  Pop context from label_context_stack.
5146         * doc/extend.texi (Statement Exprs): Update.
5148 2005-03-30  Joseph S. Myers  <joseph@codesourcery.com>
5150         PR c/20368
5151         * c-decl.c (start_function): Check for old_decl being
5152         error_mark_node.
5154 2005-03-30  Ian Lance Taylor  <ian@airs.com>
5156         * final.c (final): Remove prescan parameter.  Change all callers.
5157         (final_scan_insn): Remove prescan parameter.  Change all callers.
5159 2005-03-30  Kazu Hirata  <kazu@cs.umass.edu>
5161         * tree-vectorizer.c: Fix comment typos.
5163 2005-03-30  Sebastian Pop  <pop@cri.ensmp.fr>
5165         * tree-scalar-evolution.c (instantiate_parameters_1): Return
5166         as soon as a chrec_dont_know is detected.
5168 2005-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
5170         Merge from csl-arm-branch.
5171         2004-02-12  Mark Mitchell  <mark@codesourcery.com>
5173         * tlink.c (recompile_files): Do not assume that "rename" can
5174         overwrite an existing file.
5176 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5178         * gcc/configure.ac (TL_AC_GNU_MAKE_GCC_LIB_PATH): Remove.
5179         * gcc/configure: Regenerate.
5181 2005-03-30  Alan Modra  <amodra@bigpond.net.au>
5183         * doc/install.texi: Update binutils requirement for powerpc*-linux.
5185         * config/rs6000/rs6000.c (rs6000_arg_partial_bytes): Update comments.
5187         * calls.c (struct arg_data): Update "partial" comment.
5188         (load_register_parameters): Update "nregs" comment.
5190 2005-03-30  Richard Sandiford  <rsandifo@redhat.com>
5192         * config/iq2000/iq2000.h (target_flags, MASK_GPOPT, MASK_EMBEDDED_DATA)
5193         (MASK_UNINIT_CONST_IN_RODATA, TARGET_EMBEDDED_DATA, TARGET_SWITCHES)
5194         (TARGET_DEFAULT, TARGET_CPU_DEFAULT, SUBTARGET_TARGET_OPTIONS)
5195         (TARGET_OPTIONS, iq2000_cpu_string, iq2000_arch_string): Delete.
5196         (TARGET_DEBUG_MODE, TARGET_DEBUG_A_MODE, TARGET_DEBUG_B_MODE)
5197         (TARGET_DEBUG_C_MODE, TARGET_DEBUG_D_MODE): Define to 0 rather
5198         than target_flags & 0.
5199         * config/iq2000/iq2000.c (iq2000_cpu_string, iq2000_arch_string)
5200         (iq2000_arch, iq2000_parse_cpu): Delete.
5201         (TARGET_HANDLE_OPTION): Override default.
5202         (iq2000_handle_option): New function.
5203         (override_options): Remove -march= and -mcpu= handling.
5204         * config/iq2000/iq2000.opt: New file.
5206 2005-03-30  Richard Sandiford  <rsandifo@redhat.com>
5208         * config/c4x/c4x-protos.h (c4x_rpts_cycles, c4x_cpu_version): Delete.
5209         * config/c4x/c4x.h (SMALL_MEMORY_FLAG, MPYI_FLAG, FAST_FIX_FLAG)
5210         (RPTS_FLAG, C3X_FLAG, TI_FLAG, PARANOID_FLAG, MEMPARM_FLAG, DEVEL_FLAG)
5211         (RPTB_FLAG, BK_FLAG, DB_FLAG, DEBUG_FLAG, HOIST_FLAG)
5212         (LOOP_UNSIGNED_FLAG, FORCE_FLAG, PRESERVE_FLOAT_FLAG)
5213         (PARALLEL_INSN_FLAG, PARALLEL_MPY_FLAG, ALIASES_FLAG, C30_FLAG)
5214         (C31_FLAG, C32_FLAG, C33_FLAG, C40_FLAG, C44_FLAG, TARGET_SWITCHES)
5215         (TARGET_DEFAULT, TARGET_SMALL, TARGET_MPYI, TARGET_FAST_FIX)
5216         (TARGET_RPTS, TARGET_TI, TARGET_PARANOID, TARGET_MEMPARM, TARGET_DEVEL)
5217         (TARGET_RPTB, TARGET_BK, TARGET_DB, TARGET_DEBUG, TARGET_HOIST)
5218         (TARGET_LOOP_UNSIGNED, TARGET_FORCE, TARGET_PRESERVE_FLOAT)
5219         (TARGET_PARALLEL, TARGET_PARALLEL_MPY, TARGET_ALIASES)
5220         (c4x_rpts_cycles_string, c4x_cpu_version_string)
5221         (TARGET_OPTIONS): Delete.
5222         (c4x_rpts_cycles, c4x_cpu_version): Declare.
5223         (TARGET_C3X, TARGET_C30, TARGET_C31, TARGET_C32, TARGET_C33)
5224         (TARGET_C40, TARGET_C44): Redefine in terms of c4x_cpu_version.
5225         * config/c4x/c4x.c (c4x_rpts_cycles_string): Delete.
5226         (c4x_cpu_version_string): Delete.
5227         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
5228         (c4x_handle_option): New function.  Map -m3x and -m4x options to the
5229         equivalent -mcpu= option.
5230         (c4x_override_options): Remove -mrpts= and -mcpu= handling from here.
5231         Deal with the extra conditions in the old TARGET_MPYI, TARGET_RPTB,
5232         TARGET_DB, TARGET_PARALLEL and TARGET_PARALLEL_MPY macros by setting
5233         or clearing the appropriate MASK_* bit.
5234         (c4x_file_start): Use c4x_cpu_version.
5235         * config/c4x/c4x.opt: New file.
5237 2005-03-30  Richard Sandiford  <rsandifo@redhat.com>
5239         * doc/options.texi: Document the new MaskExists flag.
5240         * opth-gen.awk: Don't output MASK and TARGET macros for Mask(...)
5241         if the option has the MaskExists flag.
5243 2005-03-30  Richard Sandiford  <rsandifo@redhat.com>
5245         * opt-functions.awk (flag_set_p, test_flag): New functions.
5246         (switch_flags): Use them.
5247         * opth-gen.awk: Use flag_set_p to check for flags.
5248         * optc-gen.awk: Likewise.  Use opt_args to check for Init(...) flags.
5250 2005-03-30  Ian Lance Taylor  <ian@airs.com>
5252         * config.host (i[34567]86-*-mingw32*): Don't set
5253         host_can_use_collect2 to no.
5255 2005-03-30  Alan Modra  <amodra@bigpond.net.au>
5257         PR target/20203
5258         * builtins.c (get_memory_rtx): Expand address exp using EXPAND_NORMAL.
5259         Remove convert_memory_address call duplicating that in memory_address.
5261 2005-03-29  Richard Henderson  <rth@redhat.com>
5263         PR c/20519
5264         * c-decl.c (c_finish_incomplete_decl): Update complete_array_type call.
5265         (build_compound_literal): Likewise.  Propagate decl type into the
5266         initializer.
5267         (finish_decl): Likewise.  Use new return value from complete_array_type
5268         for zero sized arrays.
5269         (complete_array_type): Move ...
5270         * c-common.c (complete_array_type): ... here.  Change first argument
5271         to pointer-to-type-node.  Consistently use sizetype for the index
5272         except for zero sized arrays.  Detect zero sized arrays for pedantic
5273         mode diagnostics.  Create a new type node instead of modifying the
5274         old node in place.
5275         * c-tree.h (complete_array_type): Move decl ...
5276         * c-common.h (complete_array_type): ... here.
5278 2005-03-29  Richard Henderson  <rth@redhat.com>
5280         PR tree-opt/19108
5281         * tree-sra.c (generate_element_init_1): Handle RANGE_EXPR.
5283 2005-03-29  Kazu Hirata  <kazu@cs.umass.edu>
5285         * builtin-types.def, c-convert.c, c-format.c, ddg.c, debug.c,
5286         debug.h, et-forest.c, et-forest.h, gcov.c, rtl-profile.c,
5287         rtlhooks-def.h, rtlhooks.c, sdbout.c, tree-inline.h,
5288         tree-profile.c, tsystem.h, value-prof.h: Update copyright.
5290 2005-03-29  Eric Christopher  <echristo@redhat.com>
5292         * config/mips/mips.c (mips_gimplify_va_arg_expr): Update for
5293         truthvalue conversion removal.
5295 2005-03-29  Ian Lance Taylor  <ian@airs.com>
5297         PR bootstrap/14316
5298         * collect2.c: Never include <vfork.h>.
5299         (VFORK_STRING, vfork): Don't define.
5300         (pid): Remove global variable.
5301         (handler): Call raise instead of kill (getpid(), ...).
5302         (collect_wait): Add pex parameter.  Change all callers.  Use
5303         pex_get_status rather than pwait.
5304         (do_wait): Add pex parameter.  Change all callers.
5305         (collect_execute): Return struct pex_obj * rather than void.  Use
5306         pex routines rather than pexecute.
5307         (fork_execute): Get pex_obj from collect_execute, and pass it to
5308         do_wait.
5309         (scan_prog_file): Use pex routines rather than pipe/vfork/exec.
5310         Only declare quit_handler if SIGQUIT is defined.
5311         (scan_libraries): Likewise.
5312         * collect2.h (collect_execute): Update declaration.
5313         (collect_wait): Update declaration.
5314         * tlink.c (tlink_execute): Get pex_obj from collect_execute, and
5315         pass it to collect_wait.
5317 2005-03-29  Joseph S. Myers  <joseph@codesourcery.com>
5319         PR c/20672
5320         * c-parser.c (c_parser_compound_statement_nostart): Give error
5321         message for EOF instead of just setting parser->error.
5323 2005-03-29  Dorit Naishlos  <dorit@il.ibm.com>
5325         * tree-vectorizer.c (slpeel_update_phi_nodes_for_guard): Removed.
5326         (slpeel_update_phi_nodes_for_guard1): New function.
5327         (slpeel_update_phi_nodes_for_guard2): New function.
5328         (slpeel_tree_peel_loop_to_edge): Call above new functions instead
5329         of slpeel_update_phi_nodes_for_guard.
5330         (vectorize_loops): Remove call to loop_closed_rewrite.
5331         * tree-vect-transform.c (vect_update_ivs_after_vectorizer): Remove
5332         assertion.
5334 2005-03-29  Richard Sandiford  <rsandifo@redhat.com>
5336         * config/m32r/little.h (TARGET_ENDIAN_DEFAULT): Delete.
5337         (TARGET_LITTLE_ENDIAN): New macro.
5338         * config/m32r/m32r.h (SUBTARGET_SWITCHES, target_flags)
5339         (TARGET_RELAX_MASK, TARGET_DEBUG_MASK, TARGET_DEBUG)
5340         (TARGET_ALIGN_LOOPS_MASK, TARGET_ALIGN_LOOPS)
5341         (TARGET_LOW_ISSUE_RATE_MASK, TARGET_LOW_ISSUE_RATE)
5342         (TARGET_BRANCH_COST_MASK, TARGET_BRANCH_COST, TARGET_M32RX_MASK)
5343         (TARGET_M32RX, TARGET_M32R2_MASK, TARGET_M32R2, LITTLE_ENDIAN_BIT)
5344         (TARGET_ENDIAN_DEFAULT, SUBTARGET_SWITCHES, TARGET_DEFAULT)
5345         (TARGET_SWITCHES, m32r_model_string, m32r_sdata_string)
5346         (m32r_cache_flush_trap_string, SUBTARGET_OPTIONS)
5347         (TARGET_OPTIONS): Delete.
5348         (M32R_MODEL_DEFAULT, M32R_SDATA_DEFAULT): Turn into enums.
5349         (CACHE_FLUSH_TRAP): Turn into an integer.
5350         (TARGET_LITTLE_ENDIAN): Define to 0 by default.
5351         (INITIALIZE_TRAMPOLINE): Check m32r_cache_trap >= 0 to see if
5352         -mflush-trap is in use.
5353         * config/m32r/m32r.c (m32r_model_string, m32r_sdata_string)
5354         (m32r_cache_flush_trap_string): Delete.
5355         (m32r_model) Initialize to M32R_MODEL_DEFAULT.
5356         (m32r_sdata): Likewise M32R_SDATA_DEFAULT.
5357         (m32r_cache_trap): Likewise CACHE_FLUSH_TRAP.
5358         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
5359         (m32r_handle_option): New function.  Move -mflush-trap=, -mflush-func=,
5360         -mmodel= and -msdata= handling from...
5361         (m32r_init): ...here.
5362         * config/m32r/m32r.opt: New file.
5364 2005-03-29  Keith Besaw  <kbesaw@us.ibm.com>
5366         * tree-ssanames.c (duplicate_ssa_name_ptr_info): New function.
5367         (duplicate_ssa_name): Call duplicate_ssa_name_ptr_info.
5368         * tree-vect-analyze.c (vect_object_analysis): additional parm
5369         pass back a "struct ptr_info_def *" with the points-to info.
5370         (vect_analyze_data_refs): set the STMT_VINFO_PTR_INFO for the
5371         statement using info returned from vect_object_analysis.
5372         * tree-vect-transform.c (update_vuses_to_preheader): New function.
5373         (vect_create_data_ref_ptr): Remove updates to vars_to_rename
5374         for virtual uses and defs when creating a replacement vector
5375         reference.  Call duplicate_ssa_name_ptr_info to define points-to
5376         info for vector pointer replacement using STMT_VINFO_PTR_INFO.
5377         (vectorizable_store): copy_virtual_operands and update
5378         definition statements.
5379         (vectorizable_load): copy_virtual_operands.  Remove call to
5380         mark_call_clobbered_vars_to_rename for call to "const" builtin.
5381         * tree-vectorizer.c (vectorize_loops): Remove calls to
5382         rewrite_into_ssa and bitmap_clear (vars_to_rename).
5383         (new_stmt_vec_info): initialize STMT_VINFO_PTR_INFO for stmt.
5384         * tree-vectorizer.h (_stmt_vec_info): add field ptr_info and
5385         define macro STMT_VINFO_PTR_INFO for use in accessing.
5386         * tree.h add export of duplicate_ssa_name_ptr_info.
5387         * rs6000.c (altivec_init_builtins): Declare builtin function
5388         __builtin_altivec_mask_for_load to be "const".
5390 2005-03-29  Jakub Jelinek  <jakub@redhat.com>
5392         PR middle-end/20622
5393         * cgraph.h (struct cgraph_varpool_node): Add alias field.
5394         * cgraph.c (cgraph_varpool_assemble_pending_decls): Don't call
5395         assemble_variable on aliases.
5396         * varasm.c (assemble_alias): Set node->alias.
5397         * toplev.c (wrapup_global_declarations): Don't call
5398         rest_of_decl_compilation on aliases again.
5400 2005-03-29  Paul Brook  <paul@codesourcery.com>
5402         * config/arm/arm-protos.h (arm_dbx_register_number): Add prototype.
5403         * config/arm/arm.c (arm_dbx_register_number): New function.
5404         * config/arm/arm.h (IS_FPA_REGNUM, DBX_REGISTER_NUMBER): Define.
5406 2005-03-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
5408         PR middle-end/20263
5409         * varasm.c (make_decl_rtl) [ASM_DECLARE_REGISTER_GLOBAL]: Use
5410         the DECL_NAME, not the DECL_ASSEMBLER_NAME.
5412 2005-03-29  Dale Johannesen <dalej@apple.com>
5414         * Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H)
5415         $(TREE_H) and $(COVERAGE_H).
5416         * coverage.c (compute_checksum): Use DECL_NAME not DECL_ASSEMBLER_NAME.
5417         * opts.c (common_handle_option): Enable tree-based value transforms.
5418         * toplev.c (process_options): Ditto.
5419         * value-prof.h (struct histogram_value_t): Redefine. "Adjust" below
5420         refers to references to this type.
5421         * tree-flow.h: (struct stmt_ann_d): Add histograms field.
5422         * rtl-profile.c (rtl_gen_interval_profiler): Adjust. Remove checks
5423         for may_be_more, may_be_less.
5424         (rtl_gen_pow2_profiler): Adjust.
5425         (rtl_gen_one_value_profiler_no_edge_manip): Adjust.
5426         (rtl_gen_one_value_profiler): Adjust.
5427         (rtl_gen_const_delta_profiler): Adjust.
5428         * tree-profile.c (tree_gen_interval_profiler): Implement.
5429         (tree_gen_pow2_profiler): Ditto.
5430         (tree_gen_one_value_profiler): Ditto.
5431         (tree_profiling): New.
5432         (pass_tree_profile): Reference it.
5433         * value-prof.c: Include tree-flow.h, tree-flow-inline.h, diagnostic.h,
5434         tree.h, gcov-io.h.
5435         (insn_divmod_values_to_profile): Rename to
5436         rtl_divmod_values_to_profile. Adjust.
5437         (insn_values_to_profile): Rename to rtl_values_to_profile. Adjust.
5438         (insn_prefetch_values_to_profile): Adjust.
5439         (rtl_value_profile_transformations): Adjust.
5440         (gen_divmod_fixed_value): Rename to rtl_divmod_fixed_value.
5441         (gen_mod_pow2): Rename to rtl_mod_pow2.
5442         (gen_mod_subtract): Rename to rtl_mod_subtract.
5443         (divmod_fixed_value_transform): Rename to
5444         rtl_divmod_fixed_value_transform.
5445         (mod_pow2_value_transform): Rename to rtl_mod_pow2_value_transform.
5446         (mod_subtract_transform): Rename to rtl_mod_subtract_transform.
5447         (rtl_find_values_to_profile): Adjust.
5448         (tree_value_profile_transformations): Implement.
5449         (tree_divmod_values_to_profile): New.
5450         (tree_values_to_profile): New.
5451         (tree_divmod_fixed_value): New.
5452         (tree_mod_pow2): New.
5453         (tree_mod_subtract): New.
5454         (tree_divmod_fixed_value_transform): New.
5455         (tree_mod_pow2_value_transform): New.
5456         (tree_mod_subtract_transform): New.
5457         (tree_find_values_to_profile): Implement.
5458         * profile.c (instrument_values):  Free histograms.
5459         (compute_value_histograms): Adjust. Implement tree version.
5461 2005-03-29  Uros Bizjak  <uros@kss-loka.si>
5463         * reg-stack.c (subst_stack_regs_pat): Handle <UNSPEC_FIST> case.
5464         * config/i386/i386.c (output_fix_trunc): Add new round_mode
5465         variable.  Output "fldcw" depending on round_mode.
5466         * config/i386/i386.md (UNSPEC_FIST): New.
5467         (fistdi2, fistdi2_with_temp, fist<mode>2, fist<mode>2_with_temp):
5468         New isns patterns to implement lrint and llrint built-ins as x87
5469         intrinsic function.
5470         (fistdi2, fist<mode>2 splitters): New splitters.
5471         (lrint<mode>2): New expanders.
5473 2005-03-28  Ian Lance Taylor  <ian@airs.com>
5475         * config/arc/arc.c (arc_output_function_epilogue): Pass prescan as
5476         0 when calling final_scan_insn.
5478 2005-03-28  Jan Hubicka  <jh@suse.cz>
5480         PR middle-end/20635
5481         * varasm.c (mark_decl_referenced): Do not mark extern inline functions
5482         as needed.
5484         * tree-inline.c (estimate_num_insns_1): Use declaration to discover argument
5485         types where possible.
5487 2005-03-26  Per Bothner  <per@bothner.com>
5489         Make -f[no-]show-column also control non-cpp diagnostics.
5490         * c.opt (fshow-column): Move option from here ...
5491         * common.opt (fshow-column): ... to here.
5492         * diagnostic.c (diagnostic_build_prefix): Only print column number
5493         if flag_show_column.
5495 2005-03-27  Steven Bosscher  <stevenb@suse.de>
5497         * vax-protos.h (vax_output_int_move, vax_output_int_add,
5498         vax_output_conditional_branch): New prototypes.
5499         * vax.c (vax_output_int_move, vax_output_int_add): New functions,
5500         extracted from vax.md mov and add patterns.
5501         (vax_output_conditional_branch): New function to output conditional
5502         branch instructions.
5503         * vax.md: Use mode macros for arithmetic and mov patterns.
5504         Use code macros for the jump patterns.
5506 2005-03-26  Andrew Pinski  <pinskia@physics.uc.edu>
5508         * Makefile.in (libbackend.o): Depend on version files;
5509         add custom generation command.
5511 2005-03-26  Andrew Pinski  <pinskia@physics.uc.edu>
5513         PR target/20636
5514         * config/rs6000/rs6000.md (extendsfdf2_fpr): Check to make
5515         sure that we have a REG before getting its REGNO.
5517 2005-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5519         * builtin-types.def (BT_FN_STRING_CONST_STRING_SIZE): New.
5520         * builtins.def (BUILT_IN_STRNDUP): New.
5522 2005-03-25  Pat Haugen  <pthaugen@us.ibm.com>
5524         PR tree-optimization/20470
5525         * fold-const.c (fold_cond_expr_with_comparison): Recognize/fold
5526         ABS(x-y).
5528 2005-03-25  Mike Stump  <mrs@apple.com>
5530         * config/darwin.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Don't allow 0
5531         sized objects.
5533 2005-03-25  Geoffrey Keating  <geoffk@apple.com>
5535         * config/rs6000/darwin-fallback.c: Don't include <ucontext.h>.
5536         Use our own structure definitions.
5538         * config/rs6000/rs6000.md (UNSPEC constants): Add UNSPEC_STFIWX.
5539         (fix_truncdfsi2): Allow registers or memory as destination.
5540         When TARGET_PPC_GFXOPT, generate simplified pattern.
5541         (fix_truncdfsi2_internal): Use define_insn_and_split.
5542         (fix_truncdfsi2_internal_gfxopt): New.
5543         (fctiwz): Don't confuse register allocation by giving it no choices.
5544         (stfiwx): New.
5545         * config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 'Z'.
5546         (EXTRA_MEMORY_CONSTRAINT): Likewise.
5547         * config/rs6000/rs6000.c (indexed_or_indirect_operand): New.
5548         * config/rs6000/rs6000-protos.h (indexed_or_indirect_operand): New.
5550 2005-03-25  Kazu Hirata  <kazu@cs.umass.edu>
5552         * dominance.c (free_dominance_info): Speed up by freeing et
5553         data structures without maintaining other nodes.
5554         * et-forest.c (et_free_tree_force): New.
5555         * et-forest.h: Add a prototype for et_free_tree_force.
5557         * tree.c (get_set_constructor_bits,
5558         get_set_constructor_bytes): Remove.
5559         * tree.h: Remove the corresponding prototypes.
5561 2005-03-25  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
5563         PR target/15491
5564         * vax.c (vax_rtx_costs_1): Merge with vax_rtx_costs.
5565         (vax_rtx_costs): Return false when passed unsupported rtx's.  Handle
5566         FLOAT_EXTEND, FLOAT_TRUNCATE and TRUNCATE.  Fix costs for POST_INC,
5567         PRE_DEC, NEG and NOT.
5569 2005-03-25  Kazu Hirata  <kazu@cs.umass.edu>
5571         * fold-const.c: Convert uses of fold (build (...)) to
5572         fold_buildN.
5574 2005-03-25  Zdenek Dvorak  <dvorakz@suse.cz>
5576         PR rtl-optimization/20249
5577         * cse.c (insert_regs): Do not record equivalence of registers in
5578         different modes.
5580 2005-03-24  Kazu Hirata  <kazu@cs.umass.edu>
5582         * emit-rtl.c (reverse_comparison): Remove.
5583         * rtl.h: Remove the corresponding prototype.
5585 2005-03-24  James E Wilson  <wilson@specifixinc.com>
5587         * doc/install.texi (--enable-altivec): Delete docs.
5589 2005-03-24  David Edelsohn  <edelsohn@gnu.org>
5591         * config/rs6000/predicates.md (easy_fp_constant): Return 0 for
5592         SFmode and DFmode before reload when
5593         flag_unsafe_math_optimizations not enabled.
5595 2005-03-24  Geoffrey Keating  <geoffk@apple.com>
5597         * c.opt (fvisibility-inlines-hidden): Allow for ObjC++.
5599         * config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Add
5600         MASK_128BIT_LONG_DOUBLE, MASK_ALIGN_DOUBLE.
5602 2005-03-24  Nathan Sidwell  <nathan@codesourcery.com>
5604         * configure.ac (enable-checking): Add 'runtime' option.
5605         * doc/install.texi (enable-checking): Document 'runtime' checking.
5606         * tsystem.h (gcc_assert, gcc_unreachable): Define.
5607         * config.in: Regenerated.
5608         * configure: Regenerated.
5610 2005-03-23  Uros Bizjak  <uros@kss-loka.si>
5612         * optabs.h (enum optab_index): Remove OTI_llrint.
5613         (llrint_optab): Remove macro.
5614         * optabs.c (init_optabs): Remove llrint_optab initialization.
5615         * genopinit.c (optabs): Remove llrint_optab implementation.
5616         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_LLRINT{,F,L}
5617         using lrint_optab.
5619 2005-03-24  Alexandre Oliva  <aoliva@redhat.com>
5621         PR rtl-optimization/20532
5622         * simplify-rtx.c (simplify_binary_operation_1): Protect from
5623         overflow when adding coefficients for PLUS or MINUS.
5624         (simplify_binary_operation_1): Handle CONST_DOUBLE exact power of
5625         two as multiplier.
5627 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
5629         * langhooks.h (truthvalue_conversion): Remove.
5630         * langhooks-def.h (LANG_HOOKS_INITIALIZER): Remove
5631         LANG_HOOKS_TRUTHVALUE_CONVERSION.
5632         * system.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Poison.
5633         * gimplify.c (gimple_boolify): Don't use truthvalue_conversion.
5634         * c-objc-common.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
5636 2005-03-23  Kazu Hirata  <kazu@cs.umass.edu>
5638         * params.def: Fix a typo.
5639         * config/mips/mips.c: Follow the spelling convensions.
5640         * doc/invoke.texi: Fix typos.
5642 2005-03-23  Daniel Berlin  <dberlin@dberlin.org>
5644         Fix PR tree-optimization/20601
5646         * tree-ssa-pre.c (insert_aux): Add missing condition to
5647         constification.
5649 2005-03-23  Ian Lance Taylor  <ian@airs.com>
5651         * final.c (final_scan_insn): Don't remove no-op instructions.
5652         * reload1.c (reload): Remove simple no-op instructions even when
5653         not optimizing.
5655 2005-03-23  Dorit Naishlos  <dorit@il.ib.com>
5657         PR tree-optimization/20501
5658         * tree-vect-analyze.c (vect_enhance_data_refs_alignment): Debug print
5659         reporting that peeling for alignment is applied moved to...
5660         * (vect_analyze_data_refs_alignment): Here.
5662 2005-03-23  Ian Lance Taylor  <ian@airs.com>
5664         * reorg.c (dbr_schedule): Remove #if 0 code to call final.
5666 2005-03-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5668         * config.gcc (alpha*-dec-osf[45]*): Remove target_cpu_default.
5669         Define TARGET_SUPPORT_ARCH except on Tru64 UNIX V4.0A.
5671 2005-03-23  Hans-Peter Nilsson  <hp@axis.com>
5673         * doc/tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not
5674         imply that this is called once, independent of asms in code.
5675         Adjust to now being pased output and input lists.  Mention helper
5676         function decl_overlaps_hard_reg_set_p.
5677         * hooks.c (hook_tree_tree_tree_tree_3rd_identity): Rename from
5678         hook_tree_tree_identity and to take three trees, returning third.
5679         * hooks.h (hook_tree_tree_tree_tree_3rd_identity): Adjust the
5680         prototype.
5681         * stmt.c: include hard-reg-set.h before tree.h.
5682         (decl_overlaps_hard_reg_set_p): New function, broken out from...
5683         (decl_conflicts_with_clobbers_p): Call
5684         decl_overlaps_hard_reg_set_p.
5685         (expand_asm_operands): Pass output and input lists in call to
5686         targetm.md_asm_clobbers.
5687         * target-def.h (TARGET_MD_ASM_CLOBBERS): Define as
5688         hook_tree_tree_tree_tree_3rd_identity.
5689         * target.h (struct gcc_target.md_asm_clobbers): Take three tree
5690         parameters.
5691         * tree.h [HARD_CONST] (decl_overlaps_hard_reg_set_p): Prototype.
5692         * config/i386/i386.c (ix86_md_asm_clobbers): Adjust to three
5693         parameters, first two unused.
5694         * config/cris/cris.c (cris_md_asm_clobbers): Adjust to added
5695         parameters.  Only add MOF to clobbers if there's no 'h' mentioned
5696         in constraint letters and MOF is not mentioned as a asm-declared
5697         register in neither of the input and output lists.
5699 2005-03-23  DJ Delorie  <dj@redhat.com>
5701         * optabs.c (expand_binop): Make sure the first subword's result
5702         gets stored.
5704 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
5706         * c-common.c (c_common_truthvalue_conversion): Adjust comment.
5707         Call c_common_truthvalue_conversion rather than
5708         lang_hooks.truthvalue_conversion.
5709         * c-convert.c (convert): Call c_objc_common_truthvalue_conversion.
5710         * c-objc-common.c (c_objc_common_truthvalue_conversion): Move to
5711         c-typeck.c.
5712         * c-objc-common.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Change to
5713         c_common_truthvalue_conversion.
5714         * c-parser.c (c_parser_paren_condition, c_parser_for_statement,
5715         c_parser_conditional_expression, c_parser_binary_expression): Call
5716         c_objc_common_truthvalue_conversion.
5717         * c-typeck.c (build_unary_op): Call
5718         c_objc_common_truthvalue_conversion.
5719         (build_conditional_expr): Do not call
5720         lang_hooks.truthvalue_conversion.
5721         (build_binary_op): Call c_common_truthvalue_conversion.
5722         (c_objc_common_truthvalue_conversion): Moved from
5723         c-objc-common.c.  Call default_function_array_conversion instead
5724         of default_conversion.
5726 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
5728         * c-common.h (default_conversion): Remove.
5729         (perform_integral_promotions): Add.
5730         * c-tree.h (default_conversion): Add.
5731         * c-typeck.c (perform_integral_promotions): New, split out from
5732         default_conversion.
5733         * c-common.c (check_case_value): Use perform_integral_promotions,
5734         not default_conversion.
5735         (c_add_case_label): Don't continue processing case label after
5736         found to be pointer.
5738 2005-03-23  Mark Mitchell  <mark@codesourcery.com>
5740         * gcc.c (do_spec_1): Do not add a -L path for a directory in
5741         the prefix list if we have already added a multilib directory
5742         based on that path.
5743         (main): Do not add MD_EXEC_PREFIX to the list of directories to
5744         search with -L.
5746 2005-03-22  Kazu Hirata  <kazu@cs.umass.edu>
5748         * reload1.c (indirect_symref_ok, reload_obstack): Make them
5749         static.
5750         * reload.h: Remove the prototype for indirect_symref_ok.
5752         * reload1.c (indirect_symref_ok): Make it global.
5753         * reload.h: Add a prototype for indirect_symref_ok.
5755 2005-03-22  Kaz Kojima  <kkojima@gcc.gnu.org>
5757         * config/sh/sh.md (ashlhi3): Rename to *ashlhi3_n and add a new
5758         ashlhi3 expander.
5760 2005-03-22  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
5762         * tree.h (DECL_IGNORED_P, DECL_IN_SYSTEM_HEADER): Clarify comments.
5764 2005-03-22  Daniel Berlin  <dberlin@dberlin.org>
5766         * c-opts.c (c_common_parse_file): Only start/end main source file
5767         if debug hooks says the writer wants it.
5768         * dbxout.c (dbx_debug_hooks): Add start_end_main_source_file
5769         member.
5770         (xcoff_debug_hooks): Ditto.
5771         * debug.c (do_nothing_hooks): Ditto.
5772         * debug.h (gcc_debug_hooks): Ditto.
5773         * dwarf2out.c (dwarf2_debug_hooks): Ditto.
5774         * sdbout.c (sdb_debug_hooks): Ditto.
5775         * vmsdbgout.c (vmsdbg_debug_hooks): Ditto.
5777 2005-03-22  Mark Mitchell  <mark@codesourcery.com>
5779         * doc/extend.texi: Deprecate C++ min/max operators.
5781 2005-03-22  Zdenek Dvorak  <dvorakz@suse.cz>
5783         * tree-ssa-loop-ivopts.c (determine_iv_cost): Do not try to preserve
5784         artificial original candidates.
5786 2005-03-22  Richard Guenther <rguenth@tat.physik.uni-tuebingen.de>
5787             Jan Hubicka  <jh@suse.cz>
5788             Steven Bosscher <stevenb@suse.de>
5790         * cgraphunit.c (cgraph_estimate_size_after_inlining): Compute
5791         call cost based on argument sizes.
5792         (cgraph_mark_inline_edge): Avoid inline unit from shrinking by
5793         inlining.
5794         * params.def: (max-inline-inssn-single): Set to 450.
5795         (max-inline-insns-auto): Set to 90.
5796         (max-inline-insns-recursive): Set to 450
5797         (max-inline-insns-recursive-auto): Set to 450.
5798         (large-function-insns): Set to 2700.
5799         (inline-call-cost): New parameter.
5800         * tree-inline.c (estimate_move_cost): New function.
5801         (estimate_num_insns_1): Compute move sizes costs by estimate_move_cost
5802         for non-gimple-regs, set cost to 0 for gimple-regs.  Compute call size
5803         based on arguments.
5804         * tree-inline.h (estimate_move_cost): Declare.
5805         * invoke.texi: (max-inline-inssn-single): Change default to 450.
5806         (max-inline-insns-auto): Change default to 90.
5807         (max-inline-insns-recursive): Change default to 450
5808         (max-inline-insns-recursive-auto): Change default to 450.
5809         (large-function-insns): Change default to 2700.
5810         (inline-call-cost): Document new parameter.
5812 2005-03-22  Richard Sandiford  <rsandifo@redhat.com>
5814         * config/i860/i860.h (target_flags, TARGET_XP, TARGET_SWITCHES)
5815         (TARGET_DEFAULT): Delete.
5816         * config/i860/i860.opt: New file.
5818 2005-03-22  Richard Sandiford  <rsandifo@redhat.com>
5820         * config/frv/frv-protos.h (frv_branch_cost_string, frv_branch_cost_int)
5821         (frv_cpu_string, frv_condexec_insns_str, frv_condexec_insns)
5822         (frv_condexec_temps_str, frv_condexec_temps, frv_sched_lookahead_str)
5823         (frv_sched_lookahead): Delete.
5824         * config/frv/frv.h (MASK_DEFAULT_ALLOC_CC): Move to frv.c.
5825         (target_flags, MASK_GPR_32, MASK_FPR_32, MASK_SOFT_FLOAT)
5826         (MASK_ALLOC_CC, MASK_DWORD, MASK_DOUBLE, MASK_MEDIA, MASK_MULADD)
5827         (MASK_LIBPIC, MASK_ACC_4,  MASK_PACK, MASK_LONG_CALLS)
5828         (MASK_ALIGN_LABELS, MASK_LINKED_FP, MASK_BIG_TLS, MASK_DEBUG_ARG)
5829         (MASK_DEBUG_ADDR, MASK_DEBUG_STACK, MASK_DEBUG, MASK_DEBUG_LOC)
5830         (MASK_DEBUG_COND_EXEC, MASK_NO_COND_MOVE, MASK_NO_SCC)
5831         (MASK_NO_COND_EXEC, MASK_NO_VLIW_BRANCH, MASK_NO_MULTI_CE)
5832         (MASK_FDPIC, MASK_INLINE_PLT, MASK_GPREL_RO, MASK_DEFAULT)
5833         (TARGET_GPR_32, TARGET_FPR_32, TARGET_SOFT_FLOAT, TARGET_ALLOC_CC)
5834         (TARGET_DWORD, TARGET_DOUBLE, TARGET_MEDIA, TARGET_MULADD)
5835         (TARGET_LIBPIC, TARGET_ACC_4, TARGET_DEBUG_ARG, TARGET_DEBUG_ADDR)
5836         (TARGET_DEBUG_STACK, TARGET_DEBUG, TARGET_DEBUG_LOC)
5837         (TARGET_DEBUG_COND_EXEC, TARGET_NO_COND_MOVE, TARGET_NO_SCC)
5838         (TARGET_NO_COND_EXEC, TARGET_NO_VLIW_BRANCH, TARGET_NO_MULTI_CE)
5839         (TARGET_NO_NESTED_CE, TARGET_FDPIC, TARGET_INLINE_PLT, TARGET_BIG_TLS)
5840         (TARGET_GPREL_RO, TARGET_PACK, TARGET_LONG_CALLS, TARGET_ALIGN_LABELS)
5841         (TARGET_LINKED_FP, TARGET_GPR_64, TARGET_FPR_64, TARGET_HARD_FLOAT)
5842         (TARGET_FIXED_CC, TARGET_COND_MOVE, TARGET_SCC, TARGET_COND_EXEC)
5843         (TARGET_VLIW_BRANCH, TARGET_MULTI_CE, TARGET_NESTED_CE, TARGET_ACC_8)
5844         (TARGET_SWITCHES, TARGET_OPTIONS, DEFAULT_CONDEXEC_TEMPS)
5845         (DEFAULT_BRANCH_COST, DEFAULT_CONDEXEC_INSNS): Delete.
5846         * config/frv/frv.c (frv_branch_cost_string, frv_branch_cost_int)
5847         (frv_cpu_string, frv_condexec_insns_str, frv_condexec_insns)
5848         (frv_condexec_temps_str, frv_condexec_temps, frv_sched_lookahead_str)
5849         (frv_sched_lookahead): Delete.
5850         (MASK_DEFAULT_ALLOC_CC): Moved from frv.h.
5851         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
5852         (frv_handle_option): New function.  Move -mcpu= handling from...
5853         (frv_override_options): ...here.  Remove handling of other
5854         TARGET_OPTIONS.
5855         (frv_ifcvt_modify_tests): Check !TARGET_COND_EXEC instead of
5856         TARGET_NO_COND_EXEC and !TARGET_NESTED_CE to TARGET_NO_NESTED_CE.
5857         (frv_ifcvt_modify_multiple_tests): Likewise !TARGET_MULTI_CE
5858         and TARGET_NO_MULTI_CE.
5859         (frv_for_each_packet): Likewise TARGET_NO_VLIW_BRANCH and
5860         !TARGET_VLIW_BRANCH.
5861         * config/frv/frv.opt: New file.
5863 2005-03-22  Kazu Hirata  <kazu@cs.umass.edu>
5865         * fold-const.c (fold_ternary): Take decomposed arguments of
5866         CALL_EXPR.
5867         (fold): Update a call to fold_ternary.
5869         * fold-const.c (fold_build1, fold_build2, fold_build3): New.
5870         * tree.h: Add corresponding prototypes.
5872 2005-03-22  Jakub Jelinek  <jakub@redhat.com>
5874         PR target/20561
5875         * cfglayout.c (reemit_insn_block_notes): Don't put block notes in
5876         between jump table and its label.
5877         * final.c (shorten_branches): Handle notes in between ADDR_VEC
5878         resp. ADDR_DIFF_VEC and the label preceeding it.
5879         (final_scan_insn): Likewise.  Ensure ADDR_VEC resp. ADDR_DIFF_VEC
5880         is emitted in the right section.
5882 2005-03-22  Kazu Hirata  <kazu@cs.umass.edu>
5884         * fold-const.c (fold_unary, fold_binary): Update comments
5885         about arguments.
5887 2005-03-22  Hans-Peter Nilsson  <hp@axis.com>
5889         PR rtl-optimization/20527
5890         * combine.c (can_combine_p) [AUTO_INC_DEC]: When INSN has an
5891         REG_INC note, test that the register also isn't mentioned in PRED
5892         or SUCC.
5894 2005-03-22  Ben Elliston  <bje@au.ibm.com>
5896         * dwarf2out.c (dwarf_type_encoding_name): Remove unused prototype
5897         and definition.
5899 2005-03-21  Mike Stump  <mrs@apple.com>
5901         * varasm.c (default_assemble_visibility): Remove extra ().
5903 2005-03-21  Roger Sayle  <roger@eyesopen.com>
5905         PR middle-end/20557
5906         * bb-reorder.c (duplicate_computed_gotos): Use can_duplicate_block_p
5907         to determine whether a block can be duplicated, rather than test
5908         whether the block contains noncopyable insns ourselves.
5910 2005-03-21  Kazu Hirata  <kazu@cs.umass.edu>
5912         * config/i860/i860.h (PREDICATE_CODES): Remove nonexistent
5913         predicates.
5915 2005-03-21  Richard Sandiford  <rsandifo@redhat.com>
5917         * config/ip2k/ip2k.h (target_flags, TARGET_SWITCHES): Delete.
5919 2005-03-21  Richard Sandiford  <rsandifo@redhat.com>
5921         * config/fr30/fr30.h (TARGET_SMALL_MODEL_MASK, TARGET_SMALL_MODEL)
5922         (TARGET_DEFAULT, target_flags, TARGET_SWITCHES): Delete.
5923         * config/fr30/fr30.opt: New file.
5925 2005-03-18  Daniel Berlin  <dberlin@dberlin.org>
5927         Fix PR tree-optimization/20542
5929         * tree-flow-inline.h (overlap_subvar): Move to here.
5930         * tree-ssa-operands.c: From here.
5931         * tree-flow.h (overlap_subvar): Declare.
5932         * tree-ssa-alias.c (add_pointed_to_var): Use overlap_subvar here.
5933         * tree-ssa-loop-im.c (is_call_clobbered_ref): Return proper answer
5934         for variables with subvars.
5936 2005-03-21 Mostafa Hagog <mustafa@il.ibm.com>
5938         PR middle-end/20177
5939         * ddg.c (create_ddg_dependence): Ignore reg-anti dependency.
5940         * modulo-sched.c (const_iteration_count): Return on NULL
5941         pre-header.
5942         (print_node_sched_params): Return on NULL dump_file.
5943         (generate_reg_moves): Handle reg-anti dependencies and disregard
5944         closing branch when generating register moves.
5945         (sms_schedule): Mark the SMSed block dirty.
5946         * passes.c (rest_of_handle_sms): Call update_life_info for all
5947         basic-blocks.
5948         * testsuite/gcc.dg/20050321-1.c: New test.
5950 2005-03-21  Bob Wilson  <bob.wilson@acm.org>
5952         * config/xtensa/lib1funcs.asm (__mulsi3): Use symbolic name for ACCLO.
5953         * config/xtensa/xtensa.md (movsi_internal, movhi_internal,
5954         movqi_internal): Likewise.
5956 2005-03-21  Bob Wilson  <bob.wilson@acm.org>
5958         * config/xtensa/xtensa-protos.h: (xtensa_simm7, xtensa_uimm8,
5959         xtensa_uimm8x2, xtensa_uimm8x4, xtensa_ai4const, xtensa_lsi4x4,
5960         xtensa_b4const): Delete prototypes.
5961         (xtensa_simm8, xtensa_simm8x256, xtensa_simm12b, xtensa_b4constu,
5962         xtensa_mask_immediate, xtensa_mem_offset): Update prototypes.
5963         (xtensa_b4const_or_zero, xtensa_const_ok_for_letter_p,
5964         xtensa_extra_constraint): New prototypes.
5965         (add_operand, arith_operand, nonimmed_operand, mem_operand,
5966         mask_operand, extui_fldsz_operand, sext_operand, sext_fldsz_operand,
5967         lsbitnum_operand, branch_operand, ubranch_operand, call_insn_operand,
5968         move_operand, const_float_1_operand, fpmem_offset_operand,
5969         branch_operator, ubranch_operator, boolean_operator): Delete prototypes.
5970         * config/xtensa/xtensa.c (b4const_or_zero): Rename to ...
5971         (xtensa_b4const_or_zero): ...this.  Change return type to bool and
5972         argument type to HOST_WIDE_INT.
5973         (xtensa_simm8, xtensa_simm8x256, xtensa_simm12b,
5974         xtensa_mask_immediate): Likewise.
5975         (xtensa_uimm8, xtensa_uimm8x2, xtensa_uimm8x4, xtensa_b4const):
5976         Likewise.  Also make these functions static.
5977         (xtensa_simm7, xtensa_ai4const, xtensa_lsi4x4): Delete.
5978         (xtensa_const_ok_for_letter_p): New.
5979         (add_operand, arith_operand, nonimmed_operand, mem_operand,
5980         mask_operand, extui_fldsz_operand, sext_operand, sext_fldsz_operand,
5981         lsbitnum_operand, branch_operand, ubranch_operand, call_insn_operand,
5982         move_operand, const_float_1_operand, fpmem_offset_operand,
5983         branch_operator, ubranch_operator, boolean_operator): Move to
5984         predicates.md.
5985         (smalloffset_mem_p): Inline code from xtensa_lsi4x4.
5986         (xtensa_mem_offset): Change return type to bool.
5987         (xtensa_extra_constraint): New.
5988         (gen_int_relational): Update type of const_range_p function pointer.
5989         Use xtensa_b4const_or_zero.
5990         * config/xtensa/xtensa.h (CONST_OK_FOR_LETTER_P): Define to
5991         xtensa_const_ok_for_letter_p.  Update comments.
5992         (EXTRA_CONSTRAINT): Define to xtensa_extra_constraint.
5993         (PREDICATE_CODES): Delete.
5994         * config/xtensa/xtensa.md: Include predicates.md.
5995         * config/xtensa/predicates.md: New file.
5997 2005-03-21  Kazu Hirata  <kazu@cs.umass.edu>
5999         * config/v850/v850-protos.h: Remove the prototypes for
6000         reg_or_int9_operand, reg_or_const_operand,
6001         pattern_is_ok_for_prepare, pattern_is_ok_for_dispose,
6002         reg_or_0_operand, reg_or_int5_operand, call_address_operand,
6003         movsi_source_operand, power_of_two_operand,
6004         not_power_of_two_operand, special_symbolref_operand,
6005         pattern_is_ok_for_prologue, pattern_is_ok_for_epilogue, and
6006         register_is_ok_for_epilogue.
6007         * config/v850/v850.c (reg_or_0_operand, reg_or_int5_operand,
6008         reg_or_int9_operand, reg_or_const_operand,
6009         call_address_operand, special_symbolref_operand,
6010         movsi_source_operand, power_of_two_operand,
6011         not_power_of_two_operand, register_is_ok_for_epilogue,
6012         pattern_is_ok_for_epilogue, pattern_is_ok_for_prologue,
6013         pattern_is_ok_for_dispose, pattern_is_ok_for_prepare): Move to
6014         predicates.md.
6015         * config/v850/v850.h (PREDICATE_CODES): Remove.
6016         * config/v850/v850.md: Include predicates.md.
6017         * config/v850/predicates.md: New.
6019 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
6021         * Makefile.in (BASEVER, DEVPHASE, DATESTAMP)
6022         (BASEVER_c, DEVPHASE_c, DATESTAMP_c)
6023         (BASEVER_s, DEVPHASE_s, DATESTAMP_s, version): Set with :=.
6024         (itoolsdir, itoolsdatadir): Move definition above new first use.
6025         (install-itoolsdirs): New rule.
6026         (install-mkheaders): Depend on install-itoolsdirs, not
6027         install-include-dir.
6029 2005-03-21  Kazu Hirata  <kazu@cs.umass.edu>
6031         * tree-into-ssa.c: Remove obsolete comments.
6033 2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
6035         * tree-ssa-loop.c (gate_tree_complete_unroll): Run complete
6036         unrolling if -fpeel-loops is specified, too.
6037         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
6038         Remove superfluous check for flag_unroll_loops.
6040 2005-03-21  Uros Bizjak  <uros@kss-loka.si>
6042         * optabs.h (enum optab_index): Add new OTI_lrint and OTI_llrint.
6043         (lrint_optab, llrint_optab): Define corresponding macros.
6044         * optabs.c (init_optabs): Initialize lrint_optab and llrint_optab.
6045         * genopinit.c (optabs): Implement lrint_optab using lrintsi2
6046         pattern and llrint_optab using llrintdi2 patterns.
6047         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_LRINT{,F,L}
6048         using lrint_optab and BUILT_IN_LLRINT{,F,L} using llrint_optab.
6049         (expand_builtin): Expand BUILT_IN_LRINT{,F,L} and
6050         BUILT_IN_LLRINT{,F,L} using expand_builtin_mathfn if
6051         flag_unsafe_math_optimizations is set.
6053 2005-03-21  Paolo Bonzini  <bonzini@gnu.org>
6055         * combine.c (combine_simplify_rtx, simplify_if_then_else,
6056         simplify_logical, if_then_else_cond, known_cond,
6057         simplify_comparison): Adjust calls to reverse_comparison.
6058         Don't use combine_reversed_comparison_code).
6059         (combine_reversed_comparison_code): Remove.
6060         (reversed_comparison): Using reversed_comparison_code, move it...
6061         * jump.c (reversed_comparison): ... here.
6062         * rtl.h (reversed_comparison): Add prototype.
6064 2005-03-21  Kazu Hirata  <kazu@cs.umass.edu>
6066         * builtins.c (fold_builtin): Take decomposed arguments of
6067         CALL_EXPR.
6068         * fold-const.c (fold_ternary): Update a call to fold_builtin.
6069         * gimplify.c (gimplify_call_expr): Likewise.
6070         * tree-ssa-ccp.c (ccp_fold, ccp_fold_builtin): Likewise.
6071         * tree.h: Update the prototype of fold_builtin.
6073 2005-03-21  Paolo Bonzini  <bonzini@gnu.org>
6075         * rtl.h (struct rtx_hooks): Add gen_lowpart_no_emit.
6076         * rtlhooks.c (gen_lowpart_no_emit_general): New.
6077         * rtlhooks-def.h (gen_lowpart_no_emit_general): Declare.
6078         (RTL_HOOKS_GEN_LOWPART_NO_EMIT): New.
6079         * simplify-rtx.c (simplify_binary_operation_1): Use it.
6081 2005-03-21  Kazu Hirata  <kazu@cs.umass.edu>
6083         * builtins.c (fold_builtin_1): Take decomposed arguments of
6084         CALL_EXPR.
6085         (fold_builtin): Update a call to fold_builtin_1.
6087 2005-03-21  Nathan Sidwell  <nathan@codesourcery.com>
6089         PR other/20564
6090         * gcov.c (output_lines): Only output function block summary when
6091         outputting branch information.
6092         * doc/gcov.texi: Document format of preamble and additional block
6093         information lines.
6095 2005-03-21  Richard Sandiford  <rsandifo@redhat.com>
6097         * libgcc2.h (LIBGCC2_HAS_SF_MODE): New macro.
6098         (LIBGCC2_HAS_DF_MODE, LIBGCC2_HAS_TF_MODE, LIBGCC2_HAS_XF_MODE): Make
6099         the defaults false if BITS_PER_UNIT != 8.
6100         (SFtype, SCtype, __fixsfdi, __floatdisf, __fixunssfSI, __fixunssfDI)
6101         (__powisf2, __divsc3, __mulsc3): Guard with LIBGCC2_HAS_SF_MODE rather
6102         than BITS_PER_UNIT != 8.
6103         (L_fixdfdi, L_fixsfdi, L_fixtfdi, L_fixunsdfdi, L_fixunsdfsi)
6104         (L_fixunssfdi, L_fixunssfsi, L_fixunstfdi, L_fixunsxfdi, L_fixunsxfsi)
6105         (L_fixxfdi, L_floatdidf, L_floatdisf, L_floatditf, L_floatdixf): Remove
6106         #undefs.
6107         * libgcc2.c (__fixunssfDI, __fixsfdi, __floatdisf, __fixunssfSI)
6108         (__powisf2, __divsc3, __mulsc3): Guard with LIBGCC2_HAS_SF_MODE.
6110 2005-03-20  Roger Sayle  <roger@eyesopen.com>
6112         PR middle-end/20539
6113         * fold-const.c (fold_binary): Fix type mismatch between
6114         TRUTH_{AND,OR,XOR}_EXPR nodes an their operands' types.
6115         (fold_binary) <TRUTH_XOR_EXPR>: Avoid calling invert_truthvalue
6116         for non-truth-valued expressions.
6118         * c-common.c (c_common_truthvalue_conversion): Handle ERROR_MARK
6119         and FUNCTION_DECL in the main switch.
6120         <TRUTH_ANDIF_EXPR, TRUTH_ORIF_EXPR, TRUTH_AND_EXPR, TRUTH_OR_EXPR,
6121         TRUTH_XOR_EXPR>: When changing the result type of these tree nodes,
6122         we also need to convert their operands to match.
6123         <TRUTH_NOT_EXPR>: Likewise.
6125 2005-03-21  Joseph S. Myers  <joseph@codesourcery.com>
6127         * c-common.c (lvalue_or_else): Replace by lvalue_error; only give
6128         diagnostic without checking whether an lvalue.
6129         * c-common.h (lvalue_p): Remove.
6130         (enum lvalue_use): Update comment.
6131         (lvalue_or_else): Replace by lvalue_error.
6132         * c-typeck.c (lvalue_p): Make static.
6133         (lvalue_or_else): New.  Call lvalue_error.
6135 2005-03-21  Alan Modra  <amodra@bigpond.net.au>
6137         * config/rs6000/rs6000.c (rs6000_parm_start): New function.
6138         (function_arg_advance): Use rs6000_parm_start.
6139         (function_arg, rs6000_arg_partial_bytes): Likewise.
6141 2005-03-20  Joseph S. Myers  <joseph@codesourcery.com>
6143         * c-common.c (check_case_value): Adjust comment about stripping
6144         NOPs.
6145         (handle_vector_size_attribute): Don't strip NON_LVALUE_EXPR.
6146         * c-typeck.c (default_conversion, convert_arguments,
6147         build_modify_expr, convert_for_assignment, store_init_value,
6148         digest_init): Use STRIP_TYPE_NOPS instead of stripping nops
6149         manually.  Remove inaccurate comments.
6151 2005-03-20  Roger Sayle  <roger@eyesopen.com>
6152             Joseph S. Myers  <joseph@codesourcery.com>
6154         * varasm.c (do_assemble_alias): Restore comment describing function.
6155         Annotate the target parameter as potentially unused.
6157 2005-03-20  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6159         PR target/18551
6160         * config/avr/avr.c (avr_output_function_prologue): Do not use
6161         current_function_name() in a label, use a local label instead.
6163 2005-03-20  David Edelsohn  <edelsohn@gnu.org>
6165         * config/rs6000/rs6000.c (rs6000_generate_compare): Test
6166         flag_finite_math_only, not flag_unsafe_math_optimizations.
6168 2005-03-20  Kazu Hirata  <kazu@cs.umass.edu>
6170         * builtins.c (fold_builtin_1): Update a call to
6171         targetm.fold_builtin.
6172         * hooks.c (hook_tree_tree_bool_null): Rename to
6173         hook_tree_tree_tree_bool_null.  Take one more argument of type
6174         tree.
6175         * hooks.h: Update the prototype of hook_tree_tree_bool_null.
6176         * target-def.h (TARGET_FOLD_BUILTIN): Define it as
6177         hook_tree_tree_tree_bool_null.
6178         * target.h (gcc_target): Update the prototype of fold_builtin.
6179         * config/alpha/alpha.c (alpha_fold_builtin): Take decomposed
6180         arguments of CALL_EXPR.
6181         * doc/tm.texi (TARGET_FOLD_BUILTIN): Update.  Mention the
6182         new prototype.
6184 2005-03-20  Jan Hubicka  <jh@suse.cz>
6186         * cgraph.h (cgraph_node): Add prev_clone pointer.
6187         * cgraph.c (cgraph_remove_node): Remove from doubly linked chain.
6188         (cgraph_clone_node): Produce doubly linked chain.
6190 2005-03-20  Joseph S. Myers  <joseph@codesourcery.com>
6192         * c-common.c (handle_aligned_attribute, check_function_sentinel,
6193         get_nonnull_operand, handle_sentinel_attribute,
6194         check_function_arguments_recurse): Do not strip NOPS from
6195         INTEGER_CSTs.
6196         * c-decl.c (check_bitfield_type_and_width, build_enumerator):
6197         Likewise.
6198         * c-format.c (get_constant): Likewise.
6199         * c-parser.c (c_parser_postfix_expression): Likewise.
6200         * c-typeck.c (set_init_index): Likewise.
6201         (convert_arguments): Don't check for NOP_EXPR containing integer
6202         constant.
6204 2005-03-20  Kazu Hirata  <kazu@cs.umass.edu>
6206         * builtins.c (fold_fixed_mathfn, fold_builtin_trunc,
6207         fold_builtin_floor, fold_builtin_ceil, fold_builtin_lround):
6208         Take decomposed arguments of CALL_EXPR.
6209         (fold_builtin_1): Update calls to the functions mentioned
6210         above.
6212 2005-03-20  Joseph S. Myers  <joseph@codesourcery.com>
6214         * c-decl.c (check_bitfield_type_and_width): Require bit-field
6215         width to have integer type.
6216         (build_enumerator): Require enumerator value to have integer type.
6218 2005-03-19  Joseph S. Myers  <joseph@codesourcery.com>
6220         * doc/extend.texi (__builtin_inf): Move statement about INFINITY
6221         to __builtin_inff.
6223 2005-03-19  Joseph S. Myers  <joseph@codesourcery.com>
6225         * c.opt (ansi, std=iso9899:1990, std=iso9899:1999,
6226         std=iso9899:199x): Correct descriptions.
6228 2005-03-19  Joseph S. Myers  <joseph@codesourcery.com>
6230         * config.gcc: Consistently use solaris2.1[0-9]* instead of
6231         solaris2.1[0-9].
6233 2005-03-19  Kazu Hirata  <kazu@cs.umass.edu>
6235         * builtins.c (fold_builtin_memcpy): Take decomposed arguments
6236         of CALL_EXPR.
6237         (expand_builtin_memcpy, fold_builtin_1): Update calls to
6238         fold_builtin_memcpy.
6240         * builtins.c (fold_trunc_transparent_mathfn): Take decomposed
6241         arguments of CALL_EXPR.
6242         (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil,
6243         fold_builtin_found, fold_builtin_1): Update calls to
6244         fold_trunc_transparent_mathfn.
6246 2005-03-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6248         PR middle-end/20493
6249         * fold-const.c (fold_widened_comparison): Don't optimize casts of
6250         function pointers on targets that require function pointer
6251         canonicalization.
6252         (fold_sign_changed_comparison): Likewise.
6254 2005-03-19  Bernd Schmidt  <bernd.schmidt@analog.com>
6256         * combine.c (try_combine): When changing the mode of a hard reg, make
6257         sure that doing so is valid.
6259 2005-03-19  Richard Sandiford  <rsandifo@redhat.com>
6261         * config/avr/avr.c (avr_init_stack, avr_mcu_name): Make static.
6262         (TARGET_HANDLE_OPTION): Override default.
6263         (avr_handle_option): New function.
6264         * config/avr/avr.h (MASK_ALL_DEBUG, MASK_ORDER_1, MASK_INSN_SIZE_DUMP)
6265         (MASK_ORDER_2, MASK_NO_TABLEJUMP, MASK_INT8, MASK_NO_INTERRUPTS)
6266         (MASK_CALL_PROLOGUES, MASK_TINY_STACK, MASK_SHORT_CALLS)
6267         (TARGET_ORDER_1, TARGET_ORDER_2, TARGET_INT8, TARGET_NO_INTERRUPTS)
6268         (TARGET_INSN_SIZE_DUMP, TARGET_CALL_PROLOGUES, TARGET_TINY_STACK)
6269         (TARGET_NO_TABLEJUMP, TARGET_SHORT_CALLS, TARGET_ALL_DEBUG)
6270         (TARGET_SWITCHES, avr_init_stack, avr_mcu_name)
6271         (TARGET_OPTIONS): Delete.
6272         * config/avr/avr.opt: New file.
6274 2005-03-18  2005-03-18  Kazu Hirata  <kazu@cs.umass.edu>
6276         * config/m32r/m32r-protos.h: Remove the prototypes for
6277         call_address_operand, symbolic_operand, seth_add3_operand,
6278         cmp_int16_operand, uint16_operand, reg_or_int16_operand,
6279         reg_or_uint16_operand, reg_or_cmp_int16_operand,
6280         two_insn_const_operand, move_src_operand,
6281         move_double_src_operand, move_dest_operand,
6282         eqne_comparison_operator, signed_comparison_operator,
6283         large_insn_p, conditional_move_operand, carry_compare_operand,
6284         m32r_block_immediate_operand, extend_operand,
6285         reg_or_eq_int16_operand, int8_operand, and
6286         reg_or_zero_operand.
6287         * config/m32r/m32r.c (call_address_operand, symbolic_operand,
6288         seth_add3_operand, int8_operand, cmp_int16_operand,
6289         uint16_operand, reg_or_int16_operand, reg_or_uint16_operand,
6290         reg_or_eq_int16_operand, reg_or_cmp_int16_operand,
6291         reg_or_zero_operand, two_insn_const_operand, move_src_operand,
6292         move_double_src_operand, move_dest_operand,
6293         eqne_comparison_operator, signed_comparison_operator,
6294         extend_operand, small_insn_p, large_insn_p,
6295         conditional_move_operand, carry_compare_operand,
6296         m32r_block_immediate_operand): Move to predicates.md.
6297         (MAX_MOVE_BYTES): Move to m32r.h.
6298         * config/m32r/m32r.h (PREDICATE_CODES): Remove.
6299         * config/m32r/m32r.md: Include predicates.md.
6300         * config/m32r/predicates.md: New.
6302 2005-03-18  James E Wilson  <wilson@specifixinc.com>
6304         PR c++/19769
6305         * dwarf2out.c (declare_in_namespace): Ignore decls with an abstract
6306         origin.
6308 2005-03-18  Kazu Hirata  <kazu@cs.umass.edu>
6310         * config/mn10300/mn10300-protos.h: Remove the prototypes for
6311         call_address_operand, const_8bit_operand.
6312         * config/mn10300/mn10300.c (call_address_operand,
6313         const_8bit_operand, const_1f_operand): Move to predicates.md.
6314         * config/mn10300/mn10300.h (PREDICATE_CODES): Remove.
6315         * config/mn10300/mn10300.md: Include predicates.md.
6316         * config/mn10300/predicates.md: New.
6318 2005-03-18  Joseph S. Myers  <joseph@codesourcery.com>
6320         * c-common.c, c-decl.c, c-format.c, c-typeck.c: Use %D for
6321         declarations in diagnostics and %E for identifiers, not %s.
6323 2005-03-18  Jan Hubicka  <jh@suse.cz>
6324             Dale Johannesen  <dalej@apple.com>
6326         * basic-block.h (scale_bbs_frequencies_int,
6327         scale_bbs_frequencies_gcov_type): Declare.
6328         * cfg.c (RDIV): New macro.
6329         (update_bb_frequency_for_threading): Fix.
6330         * basic-block.h (scale_bbs_frequencies_int,
6331         scale_bbs_frequencies_gcov_type): New.
6332         * cfgloopmanip.c (scale_bbs_frequencies): Kill.
6333         (scale_loop_frequencies, duplicate_loop_to_header_edge): Use
6334         scale_bbs_frequencies_int.
6335         * tree-ssa-loop-ch.c (copy_loop_headers): Fix profiling info.
6337 2005-03-18  Kazu Hirata  <kazu@cs.umass.edu>
6339         * config/m32r/m32r-protos.h: Remove the prototypes for
6340         call_address_operand, symbolic_operand, seth_add3_operand,
6341         cmp_int16_operand, uint16_operand, reg_or_int16_operand,
6342         reg_or_uint16_operand, reg_or_cmp_int16_operand,
6343         two_insn_const_operand, move_src_operand,
6344         move_double_src_operand, move_dest_operand,
6345         eqne_comparison_operator, signed_comparison_operator,
6346         large_insn_p, conditional_move_operand, carry_compare_operand,
6347         m32r_block_immediate_operand, extend_operand,
6348         reg_or_eq_int16_operand, int8_operand, and
6349         reg_or_zero_operand.
6350         * config/m32r/m32r.c (call_address_operand, symbolic_operand,
6351         seth_add3_operand, int8_operand, cmp_int16_operand,
6352         uint16_operand, reg_or_int16_operand, reg_or_uint16_operand,
6353         reg_or_eq_int16_operand, reg_or_cmp_int16_operand,
6354         reg_or_zero_operand, two_insn_const_operand, move_src_operand,
6355         move_double_src_operand, move_dest_operand,
6356         eqne_comparison_operator, signed_comparison_operator,
6357         extend_operand, small_insn_p, large_insn_p,
6358         conditional_move_operand, carry_compare_operand,
6359         m32r_block_immediate_operand): Move to predicates.md.
6360         (MAX_MOVE_BYTES): Move to m32r.h.
6361         * config/m32r/m32r.h (PREDICATE_CODES): Remove.
6362         * config/m32r/m32r.md: Include predicates.md.
6363         * config/m32r/predicates.md: New.
6365         * config/pa/pa-protos.h: Add prototypes for magic_milli and
6366         shadd_constant_p.
6367         * config/pa/pa.c (reg_or_0_operand, call_operand_address,
6368         symbolic_operand, symbolic_memory_operand,
6369         reg_or_0_or_nonsymb_mem_operand, reg_before_reload_operand,
6370         indexed_memory_operand, move_dest_operand, move_src_operand,
6371         prefetch_cc_operand, prefetch_nocc_operand,
6372         reg_or_cint_move_operand, pic_label_operand, fp_reg_operand,
6373         arith_operand, arith11_operand, pre_cint_operand,
6374         post_cint_operan, arith_double_operand, ireg_or_int5_operand,
6375         ireg_operand, int5_operand, uint5_operand, int11_operand,
6376         uint32_operand, arith5_operand, and_operand, ior_operand,
6377         lhs_lshift_operand, lhs_lshift_cint_operand, arith32_operand,
6378         pc_or_label_operand, div_operand, plus_xor_ior_operator,
6379         shadd_operand, movb_comparison_operator,
6380         cmpib_comparison_operator): Move to predicates.md.
6381         (magic_milli, shadd_constant_p): Make it extern.
6382         * config/pa/pa.h (PREDICATE_CODES): Remove.
6383         * config/pa/pa.md: Include predicates.md.
6384         * config/pa/predicates.md: New.
6386         * config/v850/v850.h (PREDICATE_CODES): Remove a nonexistent
6387         predicate.
6389 2005-03-18  Kazu Hirata  <kazu@cs.umass.edu>
6391         * hooks.c, hooks.h, intl.c, opts.h, prefix.c, tree-gimple.c,
6392         config/alpha/ev4.md, config/alpha/ev5.md, config/alpha/ev6.md,
6393         config/alpha/freebsd.h, config/alpha/linux.h,
6394         config/alpha/netbsd.h, config/alpha/osf5.h,
6395         config/alpha/vms.h, config/arc/arc.c, config/arc/arc.h,
6396         config/h8300/h8300-protos.h, config/h8300/h8300.c,
6397         config/h8300/h8300.h, config/ia64/unwind-ia64.c,
6398         doc/cppopts.texi: Update copyright.
6400 2005-03-18  Jan Hubicka  <jh@suse.cz>
6402         PR middle-end/20225
6403         * cgraph.c (cgraph_mark_reachable_node): Assert that it is not called
6404         too late.
6405         * varasm.c (find_decl_and_mark_needed): Mark needed only when not
6406         called too late.
6408 2005-03-18  Kazu Hirata  <kazu@cs.umass.edu>
6410         * tree-into-ssa.c (find_idf): Use VEC_quick_push instead of
6411         VEC_safe_push.
6413 2005-03-18  Paolo Bonzini  <bonzini@gnu.org>
6415         * combine.c (gen_binary): Remove.
6416         (known_cond, simplify_shift_const, find_split_point,
6417         combine_simplify_rtx, simplify_if_then_else, simplify_set,
6418         simplify_logical, expand_field_assignment, extract_left_shift,
6419         force_to_mode, if_then_else_cond, apply_distributive_law,
6420         simplify_and_const_int, simplify_shift_const, gen_lowpart_for_combine,
6421         simplify_comparison, reversed_comparison): Replace with
6422         simplify_gen_binary, simplify_gen_relational or
6423         distribute_and_simplify_rtx.
6424         (distribute_and_simplify_rtx): New function.
6426 2005-03-18  Alexey Neyman  <alex.neyman@auriga.ru>
6427             Paolo Bonzini  <gcc.gnu.org>
6429         * calls.c (setjmp_call_p, special_function_p): Update comments
6430         at the head of the functions.
6432 2005-03-18  Jan Hubicka  <jh@suse.cz>
6434         * tree-cfg.c (fold_cond_expr_cond): Use boolean types for condition.
6436         * cgraph.c (cgraph_remove_node): Avoid loop in code deciding whether
6437         function body should be released; do not proactively release function
6438         bodies in non-unit-at-a-time mode.
6440 2005-03-18  Ralf Corsepius  <ralf.corsepius@rtems.org>
6442         * config/i386/t-rtems-i386 (MULTILIBS): Remove k6, athlon,
6443         mno-fp-ret-in-387 multilib variants.
6445 2005-03-18  Richard Sandiford  <rsandifo@redhat.com>
6447         * common.opt (m): Remove.
6448         * opts.c (handle_option): Pass 'm' options to set_target_switch if
6449         table lookup fails.
6450         (common_handle_option): Remove OPT_m case.
6452 2005-03-18  Kazu Hirata  <kazu@cs.umass.edu>
6454         * builtins.c (fold_builtin_bitop): Take decomposed arguments
6455         of CALL_EXPR.
6456         (fold_builtin_1): Update a call to fold_builtin_bitop.
6458         * builtins.c (fold_builtin_signbit): Take decomposed arguments
6459         of CALL_EXPR.
6460         (fold_builtin_1): Update a call to fold_builtin_signbit.
6462 2005-03-17  Dorit Naishlos  <dorit@il.ibm.com>
6464         PR tree-optimization/20474
6465         * tree-vect-analyze.c (vect_analyze_pointer_ref_access): Check the
6466         size_type of the relevant pointer. Check for COMPLETE_TYPE_P.
6468 2005-03-17  Kazu Hirata  <kazu@cs.umass.edu>
6470         * config/h8300/h8300-protos.h: Remove prototypes for
6471         general_operand_src, general_operand_dst, single_one_operand,
6472         single_zero_operand, call_insn_operand,
6473         two_insn_adds_subs_operand, small_call_insn_operand,
6474         jump_address_operand, bit_operand, bit_memory_operand,
6475         stack_pointer_operand, const_int_gt_2_operand,
6476         const_int_ge_8_operand, const_int_qi_operand,
6477         const_int_hi_operand, incdec_operand, bit_operator,
6478         nshift_operator, eqne_operator, gtle_operator,
6479         gtuleu_operator, iorxor_operator.
6480         Add prototypes for h8sx_shift_type h8sx_classify_shift and
6481         h8300_ldm_stm_parallel.
6482         * config/h8300/h8300.c (h8sx_shift_type,): Move to
6483         h8300-protos.h.
6484         (SYMBOL_FLAG_FUNCVEC_FUNCTION, SYMBOL_FLAG_EIGHTBIT_DATA,
6485         SYMBOL_FLAG_TINY_DATA): Move to h8300.h.
6486         (h8300_ldm_stm_parallel): Make it extern.
6487         (h8300_ldm_parallel, h8300_stm_parallel,
6488         h8300_return_parallel, general_operand_src,
6489         general_operand_dst, h8300_dst_operand, h8300_src_operand,
6490         nibble_operand, reg_or_nibble_operand, single_one_operand,
6491         single_zero_operand, call_insn_operand,
6492         two_insn_adds_subs_operand, small_call_insn_operand,
6493         jump_address_operand, bit_operand, bit_memory_operand,
6494         stack_pointer_operand, const_int_gt_2_operand,
6495         const_int_ge_8_operand, const_int_qi_operand,
6496         const_int_hi_operand, incdec_operand, eqne_operator,
6497         gtle_operator, gtuleu_operator, iorxor_operator, bit_operator,
6498         h8sx_binary_memory_operator, h8sx_unary_memory_operator,
6499         h8sx_unary_shift_operator, h8sx_binary_shift_operator,
6500         nshift_operator): Move to predicates.md.
6501         * config/h8300/h8300.h (PREDICATE_CODES): Remove.
6502         * config/h8300/h8300.md: Include predicates.md.
6503         * config/h8300/predicates.md: New.
6505 2005-03-17  Richard Henderson  <rth@redhat.com>
6507         * config.gcc (ia64*-*-hpux*): Add extra_options.
6508         * config/ia64/hpux.h (SUBTARGET_SWITCHES): Remove.
6509         (TARGET_DEFAULT): Remove MASK_INLINE_FLOAT_DIV_THR.
6510         * config/ia64/ia64.c (ia64_fixed_range_string): Remove.
6511         (ia64_tls_size_string, ia64_tune_string): Remove.
6512         (ia64_tune): Init to PROCESSOR_ITANIUM2.
6513         (TARGET_DEFAULT_TARGET_FLAGS): New.
6514         (TARGET_HANDLE_OPTION): New.
6515         (ia64_override_options): Move options parsing ...
6516         (ia64_handle_option): ... here.  New.
6517         * config/ia64/ia64.h (target_flags, MASK_BIG_ENDIAN, MASK_GNU_AS,
6518         MASK_GNU_LD, MASK_NO_PIC, MASK_VOL_ASM_STOP, MASK_ILP32,
6519         MASK_REG_NAMES, MASK_NO_SDATA, MASK_CONST_GP, MASK_AUTO_PIC,
6520         MASK_INLINE_FLOAT_DIV_LAT, MASK_INLINE_FLOAT_DIV_THR,
6521         MASK_INLINE_INT_DIV_LAT, MASK_INLINE_INT_DIV_THR,
6522         MASK_INLINE_SQRT_LAT, MASK_INLINE_SQRT_THR, MASK_DWARF2_ASM,
6523         MASK_EARLY_STOP_BITS, TARGET_BIG_ENDIAN, TARGET_GNU_AS, TARGET_GNU_LD,
6524         TARGET_NO_PIC, TARGET_VOL_ASM_STOP, TARGET_ILP32, TARGET_REG_NAMES,
6525         TARGET_NO_SDATA, TARGET_CONST_GP, TARGET_AUTO_PIC,
6526         TARGET_INLINE_FLOAT_DIV_LAT, TARGET_INLINE_FLOAT_DIV_THR,
6527         TARGET_INLINE_INT_DIV_LAT, TARGET_INLINE_INT_DIV_THR,
6528         TARGET_INLINE_FLOAT_DIV, TARGET_INLINE_INT_DIV, TARGET_INLINE_SQRT_LAT,
6529         TARGET_INLINE_SQRT_THR, TARGET_INLINE_SQRT, TARGET_DWARF2_ASM,
6530         TARGET_EARLY_STOP_BITS): Remove.
6531         (TARGET_ILP32): Default false.
6532         (TARGET_SWITCHES, SUBTARGET_SWITCHES, TARGET_OPTIONS): Remove.
6533         (enum ia64_inline_type): New.
6534         (TARGET_DEFAULT): Remove MASK_INLINE_FLOAT_DIV_THR.
6535         * config/ia64/ia64.md: Update for new definitions of
6536         TARGET_INLINE_INT_DIV, TARGET_INLINE_FLOAT_DIV, TARGET_INLINE_SQRT.
6537         * config/ia64/ia64.opt: New file.
6538         * config/ia64/ilp32.opt: New file.
6540 2005-03-17  H.J. Lu  <hongjiu.lu@intel.com>
6542         PR target/18380
6543         * config/ia64/unwind-ia64.c (_Unwind_FindTableEntry): Removed.
6545 2005-03-17  Kazu Hirata  <kazu@cs.umass.edu>
6547         * config/h8300/h8300.c (h8300_init_once): Use MASK_H8300S_1
6548         instead of MASK_H8300S.
6549         * config/h8300/h8300.h (target_flags, MASK_H8300S, MASK_MAC,
6550         MASK_INT32, MASK_ADDRESSES, MASK_QUICKCALL, MASK_SLOWBYTE,
6551         MASK_NORMAL_MODE, MASK_RELAX, MASK_H8300H, MASK_ALIGN_300,
6552         MASK_H8300SX, TARGET_INT32, TARGET_ADDRESSES,
6553         TARGET_QUICKCALL, TARGET_SLOWBYTE, TARGET_H8300H,
6554         TARGET_H8300XS, TARGET_NORMAL_MODE, TARGET_ALIGN_300,
6555         TARGET_SWITCHES): Remove.
6556         (TARGET_H8300S): Redefine interms of TARGET_H8300S_1 and
6557         TARGET_H8300SX.
6558         * config/h8300/h8300.opt: New.
6560         * config/alpha/alpha.opt, config/arc/arc.opt,
6561         config/h8300/h8300.opt, config/mips/mips.opt: Add copyright
6562         notices.
6564 2005-03-17  Ian Lance Taylor  <ian@airs.com>
6566         * gmon.c: Remove.
6568 2005-03-17  Richard Sandiford  <rsandifo@redhat.com>
6570         * config/arc/arc.c (arc_cpu_string): Make static.  Default to "base"
6571         (arc_text_string, arc_data_string, arc_rodata_string): Make static.
6572         (TARGET_HANDLE_OPTION): Override default.
6573         (arc_handle_option): New function.
6574         (arc_init): Remove code to set arch_cpu_string.
6575         * config/arc/arc.h (target_flags, TARGET_MASK_MANGLE_CPU)
6576         (TARGET_MANGLE_CPU, TARGET_MASK_MANGLE_CPU_LIBGCC)
6577         (TARGET_MANGLE_CPU_LIBGCC, TARGET_MASK_ALIGN_LOOPS, TARGET_ALIGN_LOOPS)
6578         (TARGET_MASK_BIG_ENDIAN, TARGET_BIG_ENDIAN, TARGET_MASK_NO_COND_EXEC)
6579         (TARGET_NO_COND_EXEC, TARGET_SWITCHES, TARGET_DEFAULT)
6580         (SUBTARGET_SWITCHES, arc_cpu_string, arc_text_string, arc_data_string)
6581         (arc_rodata_string, TARGET_OPTIONS): Delete.
6582         * config/arc/arc.opt: New file.
6584 2005-03-17  Richard Henderson  <rth@redhat.com>
6586         * doc/extend.texi (Weak Pragmas): New section.
6587         (attribute alias): Clarify that target must be in the same
6588         translation unit.
6590 2005-03-17  Richard Henderson  <rth@redhat.com>
6592         * config/alpha/alpha.opt: New file.
6593         * config/alpha/alpha.c (alpha_tune): New.  Rename all existing uses
6594         of alpha_cpu.
6595         (alpha_cpu_string, alpha_tune_string, alpha_tp_string,
6596         alpha_fprm_string, alpha_fptm_string): Make static.
6597         (alpha_tls_size_string): Remove.
6598         (alpha_handle_option): New.
6599         (override_options): Update for alpha_cpu/alpha_tune split.
6600         (alpha_file_start): Likewise.
6601         (TARGET_DEFAULT_TARGET_FLAGS): New.
6602         (TARGET_HANDLE_OPTION): New.
6603         * config/alpha/alpha.h (alpha_tune): Declare.
6604         (MASK_FP, MASK_FPREGS, TARGET_FPREGS, MASK_GAS, TARGET_GAS,
6605         MASK_IEEE_CONFORMANT, TARGET_IEEE_CONFORMANT, MASK_IEEE, TARGET_IEEE,
6606         MASK_IEEE_WITH_INEXACT, TARGET_IEEE_WITH_INEXACT, MASK_BUILD_CONSTANTS,
6607         TARGET_BUILD_CONSTANTS, MASK_FLOAT_VAX, TARGET_FLOAT_VAX, MASK_BWX,
6608         TARGET_BWX, MASK_MAX, TARGET_MAX, MASK_FIX, TARGET_FIX, MASK_CIX,
6609         TARGET_CIX, MASK_EXPLICIT_RELOCS, TARGET_EXPLICIT_RELOCS,
6610         MASK_SMALL_DATA, TARGET_SMALL_DATA, MASK_TLS_KERNEL, TARGET_TLS_KERNEL,
6611         MASK_SMALL_TEXT, TARGET_SMALL_TEXT, MASK_LONG_DOUBLE_128,
6612         TARGET_LONG_DOUBLE_128, MASK_CPU_EV5, TARGET_CPU_EV5, MASK_CPU_EV6,
6613         TARGET_CPU_EV6, MASK_SUPPORT_ARCH): Remove.
6614         (TARGET_SWITCHES, TARGET_OPTIONS): Remove.
6615         (TARGET_DEFAULT): Remove MASK_FP.
6616         (TARGET_FP): Redefined based on TARGET_SOFT_FP.
6617         (TARGET_SUPPORT_ARCH): Default on if HAVE_AS_EXPLICIT_RELOCS.
6618         (alpha_cpu_string, alpha_tune_string, alpha_fprm_string,
6619         alpha_fptm_string, alpha_tp_string, alpha_mlat_string,
6620         alpha_tls_size_string): Remove.
6621         * config/alpha/alpha.md (prefetch): Use alpha_cpu.
6622         (attribute tune): Rename from attribute cpu.
6623         * config/alpha/ev4.md: Update to match.
6624         * config/alpha/ev5.md, config/alpha/ev6.md: Likewise.
6625         * config/alpha/freebsd.h (TARGET_DEFAULT): Remove MASK_FP.
6626         * config/alpha/linux.h (TARGET_DEFAULT): Likewise.
6627         * config/alpha/netbsd.h (TARGET_DEFAULT): Likewise.
6628         * config/alpha/osf5.h (TARGET_DEFAULT): Likewise.
6629         * config/alpha/vms.h (TARGET_DEFAULT): Likewise.
6631 2005-03-16  James E. Wilson  <wilson@specifixinc.com>
6633         * config/ia64/ia64.c (issue_nops_and_insn): Check first_insn attribute,
6634         and return without creating new state if before_nops_num is nonzero.
6635         * config/ia64/ia64.md (first_insn): New attribute.
6636         (alloc): Set it to yes.
6638 2005-03-16  Daniel Berlin  <dberlin@dberlin.org>
6640         * tree-vectorizer.c (new_vec_stmt_info): Initialize
6641         STMT_VINFO_SUBVARS to NULL.
6642         * tree-vect-analyze.c (vect_analyze_data_refs): Ditto.
6644 2005-03-16 Dale Johannesen  <dalej@apple.com>
6646         * rtlanal.c (find_first_parameter_load):  Rewrite to
6647         return actual first param load or the call if none,
6648         instead of first in block, when not all loads exist.
6650 2005-03-16  Roger Sayle  <roger@eyesopen.com>
6652         * optabs.c (expand_copysign_absneg): Make static.
6653         * optabs.h (expand_copysign_absneg): Delete prototype.
6654         * config/rs6000/rs6000.md (copysigntf3): Delete pattern.
6656 2005-03-16  Richard Henderson  <rth@redhat.com>
6658         PR middle-end/15700
6659         * varasm.c (struct alias_pair): Rename from struct output_def_pair.
6660         (alias_pairs): Rename from output_defs.
6661         (find_decl_and_mark_needed): Split out from assemble_alias.
6662         (do_assemble_alias): New.
6663         (assemble_output_def): Remove.
6664         (finish_aliases_1, finish_aliases_2): New.
6665         (process_pending_assemble_output_defs): Remove.
6666         (assemble_alias): Defer aliases for which we don't yet have a
6667         non-external decl for the target symbol.
6668         * passes.c (rest_of_decl_compilation): Register variables with cgraph.
6669         * cgraphunit.c (cgraph_finalize_compilation_unit): Use finish_aliases_1.
6670         * toplev.c (compile_file): Use finish_aliases_2 instead of
6671         process_pending_assemble_output_defs.
6672         * tree.h (finish_aliases_1, finish_aliases_2): Declare.
6673         (process_pending_assemble_output_defs): Remove.
6675 2005-03-16  Daniel Berlin  <dberlin@dberlin.org>
6677         Fix PR tree-optimization/20489
6679         * tree-ssa-alias.c (push_fields_onto_fieldstack): DTRT
6680         for empty structures.
6682 2005-03-16  Daniel Berlin  <dberlin@dberlin.org>
6684         Fix PR tree-optimization/20490
6686         * tree-ssa-pre.c (create_expression_by_pieces): Use
6687         force_gimple_operand on result of fold.
6689 2005-03-16  Andrew Pinski  <pinskia@physics.uc.edu>
6691         * config/i386/emmintrin.h (_mm_extract_epi16): Correct the number
6692         of closing parenthesis.
6694 2005-03-16  Kazu Hirata  <kazu@cs.umass.edu>
6696         * builtins.c (expand_movstr): Update a call to
6697         fold_builtin_strcpy.
6698         (expand_builtin_strncpy): Update a call to
6699         fold_builtin_strncpy.
6700         (fold_builtin_strcpy, fold_builtin_strncpy): Take decomosed
6701         arguments of CALL_EXPR.
6702         (fold_builtin_1): Update calls to fold_builtin_strcpy and
6703         fold_builtin_strncpy.
6704         * tree-ssa-ccp.c (ccp_fold_builtin): Likewise.
6705         * tree.h: Update the prototypes of fold_builtin_strcpy and
6706         fold_builtin_strncpy.
6708 2005-03-16  Steven Bosscher  <stevenb@suse.de>
6709             Dorit Naishlos  <dorit@il.ibm.com>
6711         * tree-vect-analyze.c (vect_enhance_data_refs_alignment): Copy
6712         UNITS_PER_SIMD_WORD to a local variable to avoid a "division by zero"
6713         error.
6715 2005-03-16  Steven Bosscher  <stevenb@suse.de>
6717         * tree-inline.c (walk_type_fields, walk_tree,
6718         walk_tree_without_duplicates): Move from here...
6719         * tree.c: ...to here.
6721 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
6723         * BASE-VER, DATESTAMP, DEV-PHASE: New files.
6724         * Makefile.in (gcc_version, gcc_version_trigger, ): Delete.
6725         (BASEVER, DEVPHASE, DATESTAMP, BASEVER_c, DEVPHASE_c, DATESTAMP_c)
6726         (BASEVER_s, DEVPHASE_s, DATESTAMP_s): New variables.
6727         (version): Define using $(BASEVER_c).
6728         (Makefile, config.status, build/gcov-iov.o): No longer depends on
6729         version.c.
6730         (version.o): Depend on version files; add custom generation command.
6731         (prefix.o): Define BASEVER on command line.
6732         (s-iov): Depend on version files; adjust command.
6733         (TEXI_CPP_FILES, TEX_IGCC_FILES, TEXI_GCCINT_FILES, TEXI_CPPINT_FILES):
6734         Add gcc-vers.texi.
6735         (gcc-vers.texi): New rule.
6736         (doc/%.info, doc/%.dvi): Add -I . to command line.
6737         (doc/gccinstall.dvi): Likewise.
6738         (PACKAGE): Delete.  All uses replaced with "gcc".
6739         * aclocal.m4: Do not include gcc-version.m4.
6740         * configure.ac: Do not invoke TL_AC_GCC_VERSION.
6741         Do not AC_SUBST nor AC_DEFINE PACKAGE or VERSION.
6742         Set is_release based on contents of DEV-PHASE.
6743         Set gcc_version based on contents of BASE-VER.
6744         Define WIN32_REGISTRY_KEY only if the user overrode the default.
6745         * config.in, configure: Regenerate.
6746         * gccbug.in: Determine version of GCC in use at runtime.
6747         * gcov-iov.c: Get version number and development phase from
6748         command line, not by including version.c.
6749         * intl.c: Replace all uses of PACKAGE with "gcc".
6750         * libada-mk.in: Delete unused "gcc_version" variable.
6751         * prefix.c: Default WIN32_REGISTRY_KEY to BASEVER.
6752         * version.c: (VERSUFFIX): New hook for redistributors; adjust
6753         commentary to match.
6754         (version_string): Put together from pieces.
6755         * config/alpha/x-vms: Do not use $(gcc_version).
6756         * config/i386/t-nwld: Likewise.
6757         * doc/include/gcc-common.texi: Include gcc-vers.texi for
6758         version-GCC and DEVELOPMENT.
6760 2005-03-15  Roger Sayle  <roger@eyesopen.com>
6762         PR tree-optimization/17454
6763         * tree.c (tree_size): Add case for TREE_BINFO.
6764         * fold-const.c (fold_checksum_tree): Only clear the overloaded
6765         field TYPE_CACHED_VALUES if TYPE_CACHED_VALUES_P is set.
6767 2005-03-15  Roger Sayle  <roger@eyesopen.com>
6769         * optabs.c (expand_doubleword_mult): Avoid clobbering op0 and
6770         op1 whilst expanding the signed widenening multiply variant.
6772 2005-03-15  Richard Sandiford  <rsandifo@redhat.com>
6774         * toplev.c (display_target_options): Avoid unused variable warning if
6775         TARGET_SWITCHES and TARGET_OPTIONS are both undefined.
6776         * config/mips/mips.c (mips_arch_string, mips_tune_string): Make static.
6777         (mips_isa_string, mips_abi_string, mips_fix_vr4130_string): Delete.
6778         (mips_isa): Initialize to MIPS_ABI_DEFAULT.
6779         (mips_isa_info): New variable.
6780         (mips_parse_cpu): Remove the first argument and leave the caller
6781         to report errors.
6782         (TARGET_HANDLE_OPTION): Override default.
6783         (mips_handle_option): New function.  Move option validation code from...
6784         (override_options): ...here.  Update calls to mips_parse_cpu.
6785         * config/mips/mips.h (mips_arch_string, mips_tune_string)
6786         (mips_isa_string, mips_abi_string, TARGET_OPTIONS)
6787         (SUBTARGET_TARGET_OPTIONS): Delete.
6788         * config/mips/mips.opt (mabi=, march=, mflush-func=, mips)
6789         (mno-flush-func, mtune=): New options.
6791 2005-03-15  Roger Sayle  <roger@eyesopen.com>
6792             Richard Henderson  <rth@redhat.com>
6794         * real.c (c4x_single_format, c4x_extended_format): Provide values
6795         for signbit_ro for c4x's single and extended floating point formats.
6796         * optabs.c (expand_copysign): Use the floating point format's
6797         signbit_ro for expanding via expand_copysign_absneg, and it's
6798         signbit_rw field for expanding via expand_copysign_bit.
6800 2005-03-15  Dorit Naishlos  <dorit@il.ibm.com>
6802         * tree-vectorizer.h (unknown_alignment_for_access_p): Replaced by
6803         known_alignment_for_access_p.
6804         (known_alignment_for_access_p): New.
6805         (do_peeling_for_alignment): Field made int instead of bool and renamed
6806         to peeling_for_alignment.
6807         (LOOP_DO_PEELING_FOR_ALIGNMENT): Renamed to LOOP_PEELING_FOR_ALIGNMENT.
6808         * tree-vect-analyze.c (vect_determine_vectorization_factor): New. This
6809         functionality used to be in vect_analyze_operations.
6810         (vect_analyze_operations): Code to determine vectorization factor was
6811         moved to vect_determine_vectorization_factor.
6812         (vect_enhance_data_refs_alignment): Update to correct alignment when it
6813         is known instead of -1.  Set LOOP_PEELING_FOR_ALIGNMENT to peeling
6814         factor.
6815         (vect_analyze_loop): Call vect_determine_vectorization_factor (used to
6816         be part of vect_analyze_operations).
6817         * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Use fold when
6818         creating the guard condition, as the number of iterations may be
6819         constant.
6820         (slpeel_tree_peel_loop_to_edge): Use new name of
6821         LOOP_DO_PEELING_FOR_ALIGNMENT. Set it to 0 instead of false.
6822         * tree-vect-transform.c (vect_gen_niters_for_prolog_loop): Handle known
6823         alignment case more efficiently. Use LOOP_PEELING_FOR_ALIGNMENT.
6824         (vect_do_peeling_for_alignment): Use fold.
6825         (vect_transform_loop): Use new name of LOOP_DO_PEELING_FOR_ALIGNMENT.
6827         (vect_update_inits_of_dr): Renamed to
6828         vect_update_init_of_dr.
6829         (vect_update_inits_of_drs): Use new name of vect_update_inits_of_dr.
6830         (vectorizable_store): Fix assertion to use == instead of =.
6832 2005-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
6834         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't clear
6835         call_used_regs for wCG registers.
6837 2005-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
6839         * config/s390/s390.c (s390_secondary_output_reload_class): Adapt check
6840         for non-offsettable memory references to cope with outstanding reload
6841         replacements, take 2.
6843 2005-03-15  Uros Bizjak  <uros@kss-loka.si>
6845         PR target/18668
6846         * config/i386/i386.h (x86_fisttp): New.
6847         (TARGET_FISTTP): New macro.
6848         * config/i386/i386.c (x86_fisttp): Set for NOCONA.
6849         (output_fix_trunc): Add fisttp parameter.  Generate fisttp x87
6850         instruction when fisttp flag is set.
6851         * config/i386/i386-protos.h (output_fix_trunc): Change declaration.
6853         * config/i386/i386.md (type attribute): Add fisttp.
6854         (unit attribute): Set to i387 for fisttp type.
6855         (X87MODEF, X87MODEI, SSEMODEF, SSEMODEI24): New mode macros.
6856         (fix_truncxfdi2, fix_truncxfsi2): Generate fisttp patterns for
6857         TARGET_FISTTP.
6858         (fix_truncdfdi2, fix_truncsfdi2, fix_truncdfsi2, fix_truncsfsi2):
6859         Generate fisttp patterns for TARGET_FISTTP. Implement using mode
6860         macros.
6861         (fix_truncxfhi2, fix_truncdfhi2, fix_truncsfhi2): Generate fisttp
6862         patterns for TARGET_FISTTP.  Enable patterns for
6863         (TARGET_FISTTP && !TARGET_SSE_MATH). Implement using mode macros.
6864         (fix_trunc<mode>_i387_fisttp_1, fix_trunc<mode>_i387_fisttp,
6865         fix_trunc<mode>_i387_fisttp_with_temp): New instruction patterns to
6866         implement fisttp x87 insn.
6867         (fix_trunc*_i387_fisttp splitters): New patterns.
6868         (*fix_truncdi_i387, *fix_truncsi_i387, *fix_trunchi_i387):
6869         Rename to *fix_trunc<mode>_i387_1.  Implement using mode macros.
6870         Disable patterns for TARGET_FISTTP.  Add comment about FLAGS_REG
6871         clobber.
6872         (fix_truncdi_memory, fix_truncdi_nomemory, fix_trunchi_nomemory):
6873         Rename to fix_trunc<mode>_i387 and fix_trunc<mode>_i387_with_temp.
6874         Implement using mode macros. Disable patterns for TARGET_FISTTP.
6875         (fix_truncsi_memory, fix_truncsi_nomemory, fix_trunchi_memory,
6876         fix_trunchi_nomemory): Rename to fix_trunc<mode>_i387 and
6877         fix_trunc<mode>_i387_with_temp. Implement using mode macros.
6878         Disable patterns for TARGET_FISTTP.
6879         (fix_trunc*_i387 splitters): Implement usign mode macros.
6880         (fix_truncdfdi_sse, fix_truncsfdi_sse, fix_truncdfsi_sse,
6881         fix_truncsfsi_sse): Disable for (TARGET_FISTTP && !TARGET_SSE_MATH).
6882         (fix_trunx*_sse peephole2s): Implement using mode macros.
6884 2005-03-15  J"orn Rennecke <joern.rennecke@st.com>
6886         PR rtl-optimization/20291
6887         * combine.c (try_combine): If splitting fails, re-try with
6888         original combined pattern, i.e. before clobber stripping.
6890 2005-03-14  Eric Christopher  <echristo@redhat.com>
6892         * config/mips/mips.h (DWARF_CIE_DATA_ALIGNMENT): Change for
6893         STACK_GROWS_DOWNWARD.
6895 2005-03-14  Roger Sayle  <roger@eyesopen.com>
6897         * real.h (struct real_format): Split the signbit field into two
6898         two fields, signbit_ro and signbit_rw.
6899         * real.c (ieee_single_format, mips_single_format, ieee_double_format,
6900         mips_double_format, ieee_extended_motorola_format,
6901         ieee_extended_intel_96_format, ieee_extended_intel_96_round_53_format,
6902         ieee_extended_intel_128_format, ibm_extended_format,
6903         mips_extended_format, ieee_quad_format, mips_quad_format,
6904         vax_f_format, vax_d_format, vax_g_format, i370_single_format,
6905         i370_double_format, c4x_single_format, c4x_extended_format,
6906         real_internal_format): Update initializers for new field.
6907         * builtins.c (expand_builtin_signbit): Use signbit_ro field of the
6908         real_format structure.
6909         * optabs.c (expand_absneg_bit, expand_copysign): Use signbit_rw
6910         field of the real_format structure.
6912 2005-03-14  Daniel Berlin <dberlin@dberlin.org>
6914         Fix PR tree-optimization/20458
6916         * tree-flow-inline.h (mark_call_clobbered): Don't fiddle
6917         DECL_EXTERNAL on STRUCT_FIELD tags.
6918         (clear_call_clobbered): Ditto.
6919         * tree-ssa-operands.c (note_addressable): Make sure the original
6920         variable doesn't slip into the addressable list if we have
6921         subvars.
6922         * tree-tailcall.c (suitable_for_tail_opt_p): Look at STRUCT_FIELD
6923         tags too.
6925 2005-03-14  Geoffrey Keating  <geoffk@apple.com>
6927         * doc/cppopts.texi (-fexec-charset): Add concept index entry.
6928         (-fwide-exec-charset): Likewise.
6929         (-finput-charset): Likewise.
6930         * doc/invoke.texi (Warning Options): Document -Wnormalized=.
6931         * c-opts.c (c_common_handle_option): Handle -Wnormalized=.
6932         * c.opt (Wnormalized): New.
6934 2005-03-14  Devang Patel  <dpatel@apple.com>
6936         * doc/invoke.texi: Add reference to Visibility document.
6938 2005-03-14  Richard Sandiford  <rsandifo@redhat.com>
6940         * config.gcc (mips*-*-*): Rename MASK_SPLIT_ADDRS to
6941         MASK_SPLIT_ADDRESSES.
6942         * config/mips/mips.h (target_flags, mips_fix_vr4130_string): Delete.
6943         (MASK_INT64, MASK_LONG64, MASK_SPLIT_ADDR, MASK_NO_FUSED_MADD)
6944         (MASK_EXPLICIT_RELOCS, MASK_MEMCPY, MASK_SOFT_FLOAT)
6945         (MASK_FLOAT64, MASK_ABICALLS, MASK_XGOT, MASK_LONG_CALLS)
6946         (MASK_64BIT, MASK_EMBEDDED_DATA, MASK_BIG_ENDIAN)
6947         (MASK_SINGLE_FLOAT, MASK_MAD, MASK_4300_MUL_FIX, MASK_MIPS16)
6948         (MASK_NO_CHECK_ZERO_DIV, MASK_BRANCHLIKELY)
6949         (MASK_UNINIT_CONST_IN_RODATA, MASK_FIX_R4000, MASK_FIX_R4400)
6950         (MASK_FIX_SB1, MASK_FIX_VR4120, MASK_VR4130_ALIGN)
6951         (MASK_FP_EXCEPTIONS, MASK_DIVIDE_BREAKS, MASK_PAIRED_SINGLE)
6952         (MASK_MIPS3D, MASK_SYM32, MASK_DEBUG, MASK_DEBUG_D)
6953         (MASK_MIPS_TFILE, TARGET_INT64, TARGET_LONG64, TARGET_FLOAT64)
6954         (TARGET_64BIT, TARGET_SPLIT_ADDRESSES, TARGET_DEBUG_MODE)
6955         (TARGET_DEBUG_D_MODE, TARGET_MEMCPY, TARGET_ABICALLS)
6956         (TARGET_XGOT, TARGET_SOFT_FLOAT, TARGET_HARD_FLOAT)
6957         (TARGET_LONG_CALLS, TARGET_EMBEDDED_DATA)
6958         (TARGET_UNINIT_CONST_IN_RODATA, TARGET_BIG_ENDIAN)
6959         (TARGET_SINGLE_FLOAT, TARGET_DOUBLE_FLOAT, TARGET_MAD)
6960         (TARGET_FUSED_MADD, TARGET_4300_MUL_FIX, TARGET_CHECK_ZERO_DIV)
6961         (TARGET_DIVIDE_TRAPS, TARGET_BRANCHLIKELY, TARGET_FIX_SB1)
6962         (TARGET_FIX_R4000, TARGET_FIX_R4400, TARGET_FIX_VR4120)
6963         (TARGET_FIX_VR4130, TARGET_VR4130_ALIGN, TARGET_FP_EXCEPTIONS)
6964         (TARGET_PAIRED_SINGLE_FLOAT, TARGET_MIPS3D, TARGET_SYM32)
6965         (TARGET_EXPLICIT_RELOCS): Delete.
6966         (TARGET_SWITCHES, SUBTARGET_TARGET_SWITCHES): Delete.
6967         (TARGET_OPTIONS): Remove entry for -mfix-vr4130.
6968         * config/mips/mips.c (TARGET_DEFAULT_TARGET_FLAGS): Define.
6969         (override_options): Set MASK_LONG64 if -mint64 is given and no
6970         -mlongXX option is.  Complain about -mint64 -mlong32.
6971         (override_options, CMP_BUILTINS, mips_bdesc, sb1_desc): Rename
6972         MASK_PAIRED_SINGLE to MASK_PAIRED_SINGLE_FLOAT.
6973         * config/mips/mips.opt: New file.
6975 2005-03-14  Richard Sandiford  <rsandifo@redhat.com>
6977         * config.gcc (extra_options): New variable for listing option files.
6978         Add ${cpu_type}/${cpu_type}.opt to it if that file exists.
6979         * configure.ac (extra_opt_files): New AC_SUBST variable.
6980         (tm_file_list, tm_include_list): Include options.h first.
6981         * configure: Regenerate.
6982         * Makefile.in (extra_opt_files, ALL_OPT_FILES): New variables.
6983         (s-options): Use $(ALL_OPT_FILES) instead of $(lang_opt_files)
6984         (s-options-h): New rule.
6985         (options.h): Depend on it.
6986         (TEXI_GCCINT_FILES): Add options.texi.
6987         * hooks.h (hook_bool_size_t_constcharptr_int_true): Declare.
6988         * hooks.c (hook_bool_size_t_constcharptr_int_true): New function.
6989         * target.h (gcc_target): Add default_target_flags and handle_option.
6990         * target-def.h (TARGET_DEFAULT_TARGET_FLAGS)
6991         (TARGET_HANDLE_OPTION): New macros.
6992         (TARGET_INITIALIZER): Include them.
6993         * opt-functions.awk (opt_args, nth_arg): New functions.
6994         (switch_flags): Handle the "Target" flag.
6995         (var_args): Delete.
6996         (var_name): Use opt_args and nth_arg.
6997         (var_set, var_ref): Likewise.  Handle "Mask" and "InverseMask".
6998         * opth-gen.awk: Declare target_flags.  Declare MASK_* and TARGET_*
6999         macros for the "Mask" and "InverseMask" options.
7000         * opts.h (cl_var_cond): New enum.
7001         (cl_option): Replace the "has_set_value" and "set_value" fields with
7002         "var_cond" and "var_value".
7003         (CL_TARGET): New macro.
7004         (option_enabled, print_filtered_help): Declare.
7005         (decode_options): Move definition.
7006         * opts.c (handle_option): Search for the original option before
7007         removing any "no-" prefix.  Handle CL_TARGET.  Adjust for the new
7008         var_cond and var_value fields.  Use targetm.handle_option to handle
7009         target options.
7010         (decode_options): Set target_flags to targetm.default_target_flags.
7011         (print_filtered_help): Make global.  Handle CL_TARGET.
7012         (option_enabled): New function.
7013         * toplev.c (target_switches): Guard with #ifdef TARGET_SWITCHES.
7014         (display_target_options, set_target_switch, print_switch_values)
7015         (default_pch_valid_p): Guard uses of target_switches with
7016         #ifdef TARGET_SWITCHES.  Also...
7017         (display_target_options): Display the CL_TARGET entries in cl_options.
7018         (set_target_option): Don't complain about the "" option when
7019         TARGET_SWITCHES is undefined.
7020         (print_switch_values): Use option_enabled.
7021         (default_pch_valid_p): Check cl_options[] when looking for something
7022         that has changed the value of target_flags.
7023         * c.opt: Remove documentation from top of file.
7024         * doc/gccint.texi: Add an "Options" chapter.  Include options.texi.
7025         * doc/sourecebuild.texi: Refer to the new options documentation
7026         instead of c.opt.  Document machine-specific .opt files.
7027         * doc/tm.texi (target_flags): Say that this variable is declared
7028         by options.h.
7029         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Document.
7030         (TARGET_SWITCHES, TARGET_OPTIONS): Refer to the option files as
7031         an alternative.
7032         * doc/options.texi: New file.
7034 2005-03-14  Alexandre Oliva  <aoliva@redhat.com>
7036         PR middle-end/18628
7037         * cse.c (fold_rtx_mem): Don't fold a load from a jumptable into a
7038         register.
7040 2005-03-14  Alexandre Oliva  <aoliva@redhat.com>
7042         PR c++/20280
7043         * gimplify.c (gimplify_cond_expr): Add fallback argument.  Use a
7044         temporary variable of pointer type if an lvalues is required.
7045         (gimplify_modify_expr_rhs): Request an rvalue from it.
7046         (gimplify_expr): Pass fallback on.
7048 2005-03-14  Kazu Hirata  <kazu@cs.umass.edu>
7050         * cfgbuild.c: Update comments.
7052 2005-03-14  Roger Sayle  <roger@eyesopen.com>
7054         PR rtl-optimization/17236
7055         * optabs.c (expand_doubleword_mult): New helper function split out
7056         from expand_binop.  Permute the order in which instructions are
7057         emitted to minimize the number of simultaneously live registers.
7058         (expand_binop): Call expand_doubleword_mult to synthesize a double
7059         word multiplication.
7061 2005-03-14  Kazu Hirata  <kazu@cs.umass.edu>
7063         * basic-block.h: Update the prototypes of cached_make_edge and
7064         rtl_make_eh_edge.
7065         * cfg.c (cached_make_edge): Take edge_cache representing one
7066         row of the adjacency matrix of edges.
7067         * cfgbuild.c (make_label_edge, rtl_make_eh_edge): Likewise.
7068         (make_edges): Initialize edge_cache to represent one row of
7069         the adjacency matrix of edges.
7071 2005-03-14  Zdenek Dvorak  <dvorakz@suse.cz>
7073         * tree-ssa-phiopt.c (minmax_replacement, blocks_in_phiopt_order):
7074         New functions.
7075         (tree_ssa_phiopt): Use blocks_in_phiopt_order and minmax_replacement.
7076         Remove unused removed_phis variable.
7077         (conditional_replacement): Use build1/build2.
7078         (abs_replacement): Use last_and_only_stmt and build1/build2.
7080 2005-03-14  Zdenek Dvorak  <dvorakz@suse.cz>
7082         * builtin-attrs.def (ATTR_NOVOPS, ATTR_NOVOPS_LIST,
7083         ATTR_PURE_NOTHROW_NOVOPS_LIST): New.
7084         * builtins.def (ATTR_MATHFN_FPROUNDING): Use NOVOPS.
7085         (BUILT_IN_PREFETCH): Set the NOVOPS attribute.
7086         * c-common.c (handle_novops_attribute): New function.
7087         (c_common_attribute_table): Add "no vops" entry.
7088         * c-decl.c (merge_decls): Copy DECL_IS_NOVOPS.
7089         * calls.c (flags_from_decl_or_type): Set ECF_NOVOPS.
7090         * tree-ssa-operands.c (get_call_expr_operands): Do not
7091         create virtual operands for calls with ECF_NOVOPS flag.
7092         * tree.h (DECL_IS_NOVOPS): New macro.
7093         (struct tree_decl): Add novops_flag.
7094         (ECF_NOVOPS): New constant.
7096 2005-03-14  Uros Bizjak  <uros@kss-loka.si>
7098         PR target/17688
7099         * config/i386/i386.c (x86_use_himode_fiop): New.
7100         (x86_use_simode_fiop): Rename from x86_use_fiop.
7101         * config/i386/i386.h (x86_use_himode_fiop): Declare.
7102         (TARGET_USE_HIMODE_FIOP): New.
7103         (x86_use_simode_fiop): Rename from x86_use_fiop.
7104         (TARGET_USE_SIMODE_FIOP): Rename from TARGET_USE_FIOP.
7106         * config/i386/i386.md (X87MODEI12): New mode macro define.
7107         (*cmpfp_<mode>): Rename from *cmpfp_si.  Use X87MODEI12 mode macro
7108         to implement x87 FP compare with HImode input operands.
7109         (*fp_jcc_8<mode>_387, splitter): Rename from *fp_jcc_8_387.
7110         Use X87MODEI12 mode macro to handle HImode input operands.
7111         (*fop_sf_2<mode>_i387, *fop_sf_3<mode>_i387, *fop_df_2<mode>_i387,
7112         *fop_df_3<mode>_i387, *fop_xf_2<mode>_i387, *fop_xf_3<mode>_i387):
7113         Renamed from *fop_sf_2_i387, *fop_sf_3_i387, *fop_df_2_i387,
7114         *fop_df_3_i387, *fop_xf_2_i387, *fop_xf_3_i387. Use X87MODEI12 mode
7115         macro to implement x87 operators with HImode input operands.
7116         (fop splitters): Use X87MODEI12 mode macro to handle HImode
7117         input operands.
7119 2005-03-14  Zdenek Dvorak  <dvorakz@suse.cz>
7121         * tree-cfg.c (find_taken_edge_cond_expr): Use zero_p instead of
7122         integer_zerop.
7123         * tree-gimple.c (is_gimple_min_invariant): Consider overflowed
7124         constants invariant.
7126 2005-03-14  Zdenek Dvorak  <dvorakz@suse.cz>
7128         * basic-block.h (BB_VISITED): Removed.
7129         * cfganal.c (dfs_enumerate_from): Do not use BB_VISITED flag.
7131 2005-03-14  Falk Hueffner  <falk@debian.org>
7133         PR bootstrap/20424
7134         * config/alpha/alpha.c (alpha_fold_builtin_cmpbge): Fix typo.
7136 2005-03-14  Kazu Hirata  <kazu@cs.umass.edu>
7138         * ggc-zone.c: Fix comment typos.
7140         * alloc-pool.c, except.h, ggc-common.c, ggc-zone.c, ggc.h,
7141         stringpool.c, config/mips/mips-protos.h: Update copyright.
7143 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
7145         * config/rs6000/rs6000-protos.h: Replace "struct rtx_def *"
7146         throughout with its typedef, "rtx".
7147         * config/rs6000/rs6000.c: Likewise.  Formatting fixes.
7148         (rs6000_tls_symbol_ref_1): Remove inline keyword.
7149         * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Formatting.  Reorder
7150         regs in comment to match code.
7152 2005-03-14  Kazu Hirata  <kazu@cs.umass.edu>
7154         * except.c (check_handled): Make it static.
7155         * except.h: Remove the corresponding prototype.
7157         * function.c (get_func_frame_size): Make it static.
7158         * function.h: Remove the corresponding type.
7160         * regclass.c (reg_class_superclasses, reg_class_subclasses):
7161         Make them static.
7162         * hard-reg-set.h: Remove the corresponding declarations.
7164         * tree-cfg.c (verify_stmts): Check that
7165         bb_for_stmt (stmt) == bb for every PHI node and statement.
7167 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
7169         * config.gcc: Remove excess indentation.
7170         (powerpc*-*-*, rs6000-*-*): Accept --with-cpu/tune power5 and 8548.
7172 2005-03-13  Roger Sayle  <roger@eyesopen.com>
7174         PR middle-end/19331
7175         * tree.c (get_unwidened): Treat CONVERT_EXPR and NOP_EXPR identically.
7176         * fold-const.c (fold_sign_changed_comparison): Likewise.
7177         (fold_binary): Optimize comparisons against widened operands if
7178         the extension is represented by a CONVERT_EXPR, same as a NOP_EXPR.
7180 2005-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
7182         * config/sparc/sparc.c (struct_value_alias_set): New global variable.
7183         (sparc_override_options): Initialize it.
7184         (sparc_struct_value_rtx): Set it on the MEM to be returned.
7186 2005-03-13  David Edelsohn  <edelsohn@gnu.org>
7188         * config/rs6000/predicates.md (mem_or_easy_const_operand): Delete.
7189         (reg_or_none500mem_operand): New predicate.
7190         (zero_reg_mem_operand): New predicate.
7191         * config/rs6000/rs6000.md (extendsfdf2): Change operand1 predicate
7192         to reg_or_none500mem_operand.
7193         (extendsfdf2_fpr): Add MEM alternative.
7194         (extenddftf2_internal): Change operand2 predicate to
7195         zero_reg_mem_operand.
7197 2005-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
7199         * ggc-zone.c: Rewritten.
7201         * alloc-pool.c (dump_alloc_pool_statistics): Don't print statistics
7202         if there are none.
7203         * configure.ac: Define GGC_ZONE for --with-gc=zone.
7204         * config.in: Regenerated.
7205         * configure: Regenerated.
7206         * gengtype.c (write_types_process_field, write_func_for_structure):
7207         Pass new argument to gt_pch_note_object.
7208         * ggc-common.c (struct ptr_data): Add TYPE.
7209         (gt_pch_note_object): Take TYPE argument and save it.
7210         (call_count): Update call to ggc_pch_count_object.
7211         (call_alloc): Update call to ggc_pch_alloc_object.
7212         (gt_pch_save): Call ggc_pch_prepare_write after paddng the PCH
7213         file.
7214         * ggc-none.c (rtl_zone, garbage_zone, ggc_alloc_zone_stat): Delete.
7215         * ggc-page.c (rtl_zone, tree_zone, garbage_zone)
7216         (ggc_alloc_zone_stat): Delete.
7217         (ggc_pch_count_object, ggc_pch_alloc_object): Add TYPE argument.
7218         * ggc.h (gt_pch_note_object, ggc_pch_count_object)
7219         (ggc_pch_alloc_object): Update prototypes.
7220         (garbage_zone): Delete.
7221         (tree_zone, rtl_zone, ggc_alloc_zone_stat, ggc_alloc_zone): Move to
7222         GGC_ZONE conditional.  Update.  Change tree_zone and rtl_zone into
7223         pointers.
7224         (tree_id_zone): New variable.
7225         (ggc_alloc_cleared_zone): Remove unused.
7226         (ggc_alloc_zone): Define.
7227         (ggc_alloc_rtvec, ggc_alloc_tree): Update to use ggc_alloc_zone.
7228         * rtl.c (rtx_alloc_stat, shallow_copy_rtx_stat): Use
7229         ggc_alloc_zone_stat.
7230         * stringpool.c (gt_pch_n_S): Update call to gt_pch_note_object.
7231         * tree.c (copy_node_stat, make_tree_binfo_stat, make_tree_vec_stat)
7232         (tree_cons_stat, build1_stat): Update call to ggc_alloc_zone_stat.
7233         (make_node_stat): Likewise.  Use tree_id_zone.
7235 2005-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
7236             Joseph S. Myers  <joseph@codesourcery.com>
7238         * configure.ac: Check for MIPS TLS.
7239         * configure: Regenerated.
7240         * config/mips/mips-protos.h (enum mips_symbol_type): Add
7241         SYMBOL_TLS, SYMBOL_TLSGD, SYMBOL_TLSLDM, SYMBOL_DTPREL,
7242         SYMBOL_GOTTPREL, and SYMBOL_TPREL.
7243         * config/mips/mips.c (mips_regno_to_class): Handle V1_REG.
7244         (TARGET_HAVE_TLS, TARGET_CANNOT_FORCE_CONST_MEM): Define.
7245         (mips_classify_symbol, mips_symbolic_constant_p)
7246         (mips_symbolic_address_p, mips_symbol_insns): Handle TLS symbols.
7247         (mips_tls_operand_p, mips_call_tls_get_addr)
7248         (mips_legitimize_tls_address, mips_cannot_force_const_mem)
7249         (mips_tls_symbol_ref_1): New functions.
7250         (mips_legitimize_address, mips_legitimize_const_move): Call
7251         mips_legitimize_tls_address.
7252         (override_options): Handle V1_REG and TLS symbols.  Disable TLS
7253         for MIPS16.
7254         * config/mips/mips.h (enum reg_class, REG_CLASS_NAMES)
7255         (REG_CLASS_CONTENTS, GR_REG_CLASS_P): Include V1_REG.
7256         (mips_char_to_class): Document V1_REG.
7257         (HAVE_AS_TLS): Provide default.
7258         * config/mips/mips.md (UNSPEC_TLS_LDM, UNSPEC_TLS_GET_TP): New
7259         constants.
7260         (load_got<mode>): Renamed from *load_got<mode>.  Allow when
7261         !TARGET_ABICALLS.
7262         (tls_get_tp_<mode>): New instruction.
7264 2005-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
7266         * configure.ac: Update checks for target tools.
7267         * configure: Regenerated.
7269 2005-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
7271         * varasm.c (decl_tls_model): Check flag_shlib instead of flag_pic.
7273 2005-03-13  Roger Sayle  <roger@eyesopen.com>
7275         * expmed.c (expand_mult): Use synthetic multiplication sequences for
7276         more classes of DImode multiplication by constant.  Allow both
7277         multiplication by small negative constants (by performing a
7278         multiplication by a positive constant and negating the result) and
7279         multiplications by large powers of two, by using a left shift.
7281 2005-03-13  Kazu Hirata  <kazu@cs.umass.edu>
7283         * tree-into-ssa.c (find_idf): Speed up by putting the indexes
7284         of basic blocks into work_stack.
7286         * builtin-attrs.def, c-lex.c, c-pragma.h, reg-stack.c,
7287         config/mips/vr.h: Update copyright.
7289         * c-decl.c (c_init_decl_processing): Remove useless calls to
7290         build_function_type.
7292         * builtins.c (fold_trunc_transparent_mathfn,
7293         fold_fixed_mathfn, fold_builtin_atan, fold_builtin_trunc,
7294         fold_builtin_floor, fold_builtin_ceil, fold_builtin_round,
7295         fold_builtin_lround, fold_builtin_bitop, fold_builtin_memcpy,
7296         fold_builtin_strcpy, fold_builtin_strncpy,
7297         fold_builtin_signbit): Use TYPE (TYPE (fndecl)) instead of
7298         TREE_TYPE (exp).
7300         * builtins.c (expand_builtin_mathfn_3): Remove local variable
7301         before_call.
7303         * lambda-code.c (lambda_compute_auxillary_space): Remove local
7304         variable determinant.
7306         * tree-cfg.c (group_case_labels): Remove local variable type.
7308         * tree-ssa-live.c (build_tree_conflict_graph): Remove local
7309         variable ann.
7311         * tree-ssa-phiopt.c (value_replacement): Remove local variable
7312         result.
7314 2005-03-13  Andy Hutchinson  <HutchinsonAndy@netscape.net>
7316         PR target/18251
7317         * config/avr/avr.md (movmemhi): Rewrite as RTL loop.
7318         (*movmemqi_insn): Delete.
7319         (*movmemhi): Delete.
7321 2005-03-13  Kazu Hirata  <kazu@cs.umass.edu>
7323         * builtins.c (fold_builtin_classify): Take decomposed
7324         arguments of CALL_EXPR.
7325         (fold_builtin_1): Update a call to fold_builtin_classify.
7327 2005-03-13  Joseph S. Myers  <joseph@codesourcery.com>
7329         PR c/20402
7330         * c-parser.c (c_parser_struct_or_union_specifier): Don't fall
7331         through into call to parser_xref_tag after parse error.
7332         (c_parser_struct_declaration): Consistently return NULL_TREE on
7333         error.
7335 2005-03-12  Daniel Berlin  <dberlin@dberlin.org>
7337         * tree-flow-inline.h (ref_contains_array_ref): New function.
7338         (lookup_subvars_for_var): Ditto.
7339         (get_subvars_for_var): Ditto.
7340         (var_can_have_subvars): Ditto.
7342         * tree-flow.h (mem_tag_kind): Add STRUCT_FIELD.
7343         (struct subvar): New type.
7345         * tree-dfa.c (okay_component_ref_for_subvars): New function.
7347         * tree-optimize.c (init_tree_optimization_passes): Call
7348         pass_create_structure_vars.
7350         * tree-ssa-alias.c: Include vec.h.
7351         (init_alias_info): Don't auto-clear call clobbered on struct-field
7352         tags.
7353         (compute_flow_insensitive_aliasing): Handle subvars.
7354         (group_aliases): Handle STRUCT_FIELD aliases.
7355         (setup_pointers_and_addressables): Ditto.
7356         Don't mark variables non-addressable if they still have
7357         addressable subvars.
7358         Also mark subvars addressable when the real variable is marked
7359         addressable.
7360         (add_pointed_to_var): Try to prune the pointed-to set by only
7361         pointing to subvars when possible.
7362         Otherwise, make sure we set addresses_needed and pt_vars to
7363         properly include subvars.
7364         (bitpos_of_field): New function.
7365         (push_fields_onto_fieldstack): Ditto.
7366         (get_or_create_used_part_for): Ditto.
7367         (create_overlap_variables_for): Ditto.
7368         (find_used_portions): Ditto.
7369         (create_structure_vars): Ditto.
7370         (pass_create_structure_vars): New structure.
7372         * tree-ssa-operands.c (finalize_ssa_v_must_defs): Remove assert.
7373         (get_expr_operands): Handle subvars.  Also try to turn
7374         COMPONENT_REF accesses into must-defs now that we can accurately
7375         portray it.
7376         (note_addressable): Try to only mark as addressable those subvars
7377         we know a COMPONENT_REF touches.
7378         (overlap_subvar): New function.
7380         * tree-vect-analyze.c (vect_object_analysis): Add new parameter.
7381         Handle subvar storing.
7382         (vect_address_analysis): Update caller of vect_object_analysis.
7384         * tree-vect-transform.c (vect_create_data_ref_ptr): Copy subvars.
7386         * tree-vectorizer.h (struct _stmt_vec_info): Add subvars member.
7387         (STMT_VINFO_SUBVARS): New macro.
7389         * common.opts: add flag_tree_salias.
7391         * opts.c (decode_options): flag_tree_salias defaults to on.
7393         * doc/invoke.texi: Document fdump-tree-svars and -ftree-salias.
7395         * doc/tree-ssa.texi: Document structural alias analysis.
7397 2005-03-12  Steven Bosscher  <stevenb@suse.de>
7399         * tree-cfg.c (make_goto_expr_edges): Don't use error_mark_node.
7400         * tree-ssa-dce.c (mark_stmt_necessary): Don't check for it.
7401         * tree-ssa-operands.c (get_expr_operands): Likewise.
7402         (get_expr_operands): Likewise for ERROR_MARK.
7404 2005-03-12  Kazu Hirata  <kazu@cs.umass.edu>
7406         * tree-ssa.c (kill_redundant_phi_nodes): Remove local variable
7407         var.
7409         * tree-ssa-phiopt.c (tree_ssa_phiopt): Remove local variable
7410         removed_phis.
7412         * tree-ssa-pre.c (compute_avail): Remove local variable val.
7413         (mark_operand_necessary): Remove local variable ver.
7415         * tree-vect-transform.c (vect_get_new_vect_var): Remove local
7416         variable prefix_len.
7418         * value-prof.c (mod_subtract_transform): Remove local variable
7419         value.
7421         * builtins.c (fold_builtin_exponent): Take decomposed
7422         arguments of CALL_EXPR.
7423         (fold_builtin_1): Update a call to fold_builtin_exponent.
7425         * builtins.c (fold_builtin_logarithm): Take decomposed
7426         arguments of CALL_EXPR.
7427         (fold_builtin_1): Update a call to fold_builtin_logarithm.
7429         * c-decl.c (c_init_decl_processing): Remove local variables
7430         ptr_ftype_void and ptr_ftype_ptr.
7432         * gimplify.c (gimplify_expr): Remove local variables r0 and
7433         r1.
7435         * reg-stack.c (move_for_stack_reg): Remove local variable
7436         push_insn.
7437         (compare_for_stack_reg): Remove local variable flags_user.
7438         (convert_regs_1): Remove local variable deleted.
7440         * tree-if-conv.c (tree_if_convert_cond_expr): Remove local
7441         variable new_cond.
7442         (combine_blocks): Remove local variables exits and new_e.
7444         * tree-inline.c (expand_call_inline): Remove local variable
7445         decl.
7447         * tree-ssa-live.c (create_ssa_var_map,
7448         calculate_live_on_entry): Remove local variable snn.
7450 2005-03-12  Geoffrey Keating  <geoffk@apple.com>
7452         * c-lex.c (c_lex_with_flags): Add parameter to call to
7453         cpp_spell_token.
7455 2005-03-11  Per Bothner  <per@bothner.com>
7457         * c-tree.h (struct c_declarator): New id_loc field.
7458         * c-pragma.h (c_lex_with_flags): Take position reference.
7459         * c-lex.c (c_lex_with_flags): Set passed-in location from cpp token,
7460         iff USE_MAPPED_LOCATION. (Type doesn't match otherwise.)
7461         (c_lex): Pass dummy location to c_lex_with_flags.
7462         * c-parser.c (c_lex_one_token): Set c_token's location using
7463         c_lex_with_flags, instead of input_location, which might be "ahead".
7464         (c_parser_direct_declarator): Set declarator's id_loc from
7465         c_token's id_loc.
7466         * c-decl.c (grokdeclarator): Set DECL_SOURCE_LOCATION from
7467         declarator's id_loc, rather than probably-imprecise input_location.
7468         (build_id_declarator): Initialize c_declarator's id_loc field.
7470 2005-03-11  Roger Sayle  <roger@eyesopen.com>
7472         PR middle-end/20419
7473         * builtins.c (expand_builtin_signbit): Force the signbit's word
7474         into an integer register to avoid SUBREGs of floating point modes.
7476 2005-03-12  Kazu Hirata  <kazu@cs.umass.edu>
7478         * cfglayout.c, loop-doloop.c, profile.c, target-def.h,
7479         target.h, targhooks.c, tracer.c, tree-ssa-loop-ch.c,
7480         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, vec.c, vmsdbgout.c,
7481         config/m32r/m32r.md, config/xtensa/xtensa.h: Update copyright.
7483 2005-03-11  David Edelsohn  <edelsohn@gnu.org>
7485         PR rtl-optimization/20306
7486         * expr.c (emit_move_complex): Set try_int false if mode is
7487         MODE_COMPLEX_FLOAT and mov_optab exists for inner mode.  Only try
7488         emit_block_move if try_int is true.
7490 2005-03-11  Richard Henderson  <rth@redhat.com>
7492         PR target/20415
7493         * config/i386/mmx.md (vec_dupv4hi): Fix predicate.
7494         * config/i386/i386.c (ix86_expand_vector_init_duplicate): Update
7495         to match.
7497 2005-03-11  Richard Sandiford  <rsandifo@redhat.com>
7499         * config/mips/mips.h (mips_fix_vr4130_string): Declare.
7500         (TARGET_FIX_VR4130): New macro.
7501         (TARGET_OPTIONS): Add -mfix-vr4130.
7502         (ISA_HAS_MACCHI): New macro.
7503         (ASM_SPEC): Add -mfix-vr4130.
7504         * config/mips/mips.c (mips_fix_vr4130_string): New variable.
7505         (override_options): Handle mips_fix_vr4130_string.
7506         (mips_avoid_hazards): Clear all_noreorder_p
7507         if we're working around VR4130 errata and the macc alternatives
7508         are not available.
7509         * config/mips/mips.md (mfhilo_<mode>): Turn into a define_expand.
7510         (*mfhilo_<mode>, *mfhilo_<mode>_macc): New insns.
7511         * config/mips/vr.h (DEFAULT_VR_ARCH): Set to mfix-vr4130.
7512         (MULTILIB_DEFAULTS): Remove leading "march=".
7513         (DRIVER_SELF_SPECS): Likewise.  Make -mfix-vr4130 imply -march=vr4130
7514         if no architecture option is given.
7515         * config/mips/t-vr (MULTILIB_OPTIONS): Use -mfix-vr4130 for the
7516         VR4130 multilibs.
7517         (MULTILIB_MATCHES): Map -march=vr4130 to the -mfix-vr4130 multilibs.
7518         * doc/invoke.texi: Document -mfix-vr4130.
7520 2005-03-11  Richard Sandiford  <rsandifo@redhat.com>
7522         * config/mips/mips.c (override_options): Only warn about -mint64
7523         deprecation if TARGET_INT64.
7525 2005-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7527         * builtin-attrs.def (ATTR_NONNULL_LIST, ATTR_NOTHROW_NONNULL,
7528         ATTR_CONST_NOTHROW_NONNULL, ATTR_PURE_NOTHROW_NONNULL,
7529         ATTR_MALLOC_NOTHROW_NONNULL): New "nonnull" attribute lists which
7530         are non-specific regarding the nonnull parameter positions.
7531         (ATTR_NONNULL_1_2, ATTR_NONNULL_1_4, ATTR_NOTHROW_NONNULL_1_2,
7532         ATTR_NOTHROW_NONNULL_1_4, ATTR_CONST_NOTHROW_NONNULL_1,
7533         ATTR_PURE_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1_2,
7534         ATTR_MALLOC_NOTHROW_NONNULL_1): Delete.
7536         * builtins.def: Use the non-specific "nonnull" attibute lists.
7538 2005-03-11  Zdenek Dvorak  <dvorakz@suse.cz>
7540         * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,
7541         single_pred_edge, single_succ, single_pred): Improve comments.
7543 2005-03-11  Zdenek Dvorak  <dvorakz@suse.cz>
7545         * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,
7546         single_pred_edge, single_succ, single_pred): New inline functions.
7547         * bb-reorder.c (rotate_loop, find_traces_1_round,
7548         add_labels_and_missing_jumps, fix_up_fall_thru_edges,
7549         duplicate_computed_gotos): Use the single_succ/pred functions.
7550         * cfganal.c (forwarder_block_p): Ditto.
7551         * cfgbuild.c (compute_outgoing_frequencies): Ditto.
7552         * cfgcleanup.c (try_simplify_condjump, try_forward_edges,
7553         outgoing_edges_match, try_crossjump_to_edge, try_optimize_cfg,
7554         merge_seq_blocks): Ditto.
7555         * cfghooks.c (split_edge, tidy_fallthru_edges): Ditto.
7556         * cfglayout.c (fixup_reorder_chain): Ditto.
7557         * cfgloop.c (mark_single_exit_loops, update_latch_info,
7558         canonicalize_loop_headers, verify_loop_structure): Ditto.
7559         * cfgloopmanip.c (remove_path, unloop, loop_delete_branch_edge,
7560         mfb_update_loops, create_preheader, force_single_succ_latches,
7561         create_loop_notes): Ditto.
7562         * cfgrtl.c (rtl_can_merge_blocks, try_redirect_by_replacing_jump,
7563         force_nonfallthru_and_redirect, rtl_tidy_fallthru_edge,
7564         commit_one_edge_insertion, purge_dead_edges,
7565         cfg_layout_can_merge_blocks_p): Ditto.
7566         * except.c (sjlj_emit_function_enter): Ditto.
7567         * flow.c (init_propagate_block_info): Ditto.
7568         * function.c (thread_prologue_and_epilogue_insns): Ditto.
7569         * gcse.c (find_implicit_sets, bypass_conditional_jumps,
7570         insert_insn_end_bb): Ditto.
7571         * ifcvt.c (merge_if_block, find_if_block, find_if_case_1,
7572         find_if_case_2): Ditto.
7573         * lambda-code.c (perfect_nestify): Ditto.
7574         * lcm.c (optimize_mode_switching): Ditto.
7575         * loop-doloop.c (doloop_modify): Ditto.
7576         * loop-init.c (loop_optimizer_init): Ditto.
7577         * loop-iv.c (simplify_using_initial_values): Ditto.
7578         * loop-unroll.c (unroll_loop_runtime_iterations): Ditto.
7579         * loop-unswitch.c (unswitch_loop): Ditto.
7580         * modulo-sched.c (generate_prolog_epilog): Ditto.
7581         * predict.c (combine_predictions_for_insn, estimate_probability,
7582         tree_estimate_probability, last_basic_block_p,
7583         estimate_bb_frequencies): Ditto.
7584         * profile.c (branch_prob): Ditto.
7585         * regrename.c (copyprop_hardreg_forward): Ditto.
7586         * sched-rgn.c (is_cfg_nonregular, find_rgns, update_live): Ditto.
7587         * tracer.c (layout_superblocks): Ditto.
7588         * tree-cfg.c (tree_can_merge_blocks_p, tree_merge_blocks,
7589         cfg_remove_useless_stmts_bb, cleanup_control_flow,
7590         cleanup_control_expr_graph, disband_implicit_edges,
7591         tree_find_edge_insert_loc, bsi_commit_edge_inserts,
7592         tree_verify_flow_info, tree_make_forwarder_block,
7593         tree_forwarder_block_p, remove_forwarder_block,
7594         remove_forwarder_block_with_phi, merge_phi_nodes): Ditto.
7595         * tree-if-conv.c (tree_if_conversion): Ditto.
7596         * tree-mudflap.c (mf_build_check_statement_for): Ditto.
7597         * tree-ssa-dce.c (remove_dead_stmt): Ditto.
7598         * tree-ssa-dom.c (dom_opt_finalize_block): Ditto.
7599         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p,
7600         copy_loop_headers): Ditto.
7601         * tree-ssa-loop-im.c (loop_commit_inserts): Ditto.
7602         * tree-ssa-loop-ivopts.c (compute_phi_arg_on_exit): Ditto.
7603         * tree-ssa-loop-manip.c (split_loop_exit_edge, ip_normal_pos,
7604         lv_adjust_loop_entry_edge, tree_ssa_loop_version): Ditto.
7605         * tree-ssa-loop-niter.c (simplify_using_initial_conditions): Ditto.
7606         * tree-ssa-loop-unswitch.c (simplify_using_entry_checks): Ditto.
7607         * tree-ssa-phiopt.c (tree_ssa_phiopt, value_replacement): Ditto.
7608         * tree-ssa-pre.c (compute_antic_aux, insert_aux, init_pre): Ditto.
7609         * tree-ssa-threadupdate.c (redirect_edges): Ditto.
7610         * tree-tailcall.c (independent_of_stmt_p, find_tail_calls,
7611         eliminate_tail_call, tree_optimize_tail_calls_1): Ditto.
7612         * tree-vect-analyze.c (vect_analyze_loop_form): Ditto.
7613         * tree-vect-transform.c (vect_update_ivs_after_vectorizer): Ditto.
7614         * tree-vectorizer.c (slpeel_update_phi_nodes_for_guard,
7615         slpeel_add_loop_guard): Ditto.
7617 2005-03-11  James A. Morrison  <phython@gcc.gnu.org>
7619         PR tree-optimization/15784
7620         * fold-const.c (fold): Fold ~A + 1 to -A.  Fold -A - 1
7621         and -1 - A to ~A.
7623         * stmt.c (expand_case): Don't change index_type.  Convert minval
7624         to the proper type.
7626         PR tree-optimization/20130
7627         * fold-const.c (fold): Fold x * -1 into -x.
7629 2005-03-11  Kaz Kojima  <kkojima@gcc.gnu.org>
7631         PR rtl-optimization/20331
7632         * rtlanal.c (modified_between_p): Check its address first for MEM.
7633         (modified_in_p): Likewise.
7635 2005-03-11  Joseph S. Myers  <joseph@codesourcery.com>
7637         * config.gcc (hppa*64*-*-hpux11*): Use pa/t-hpux-shlib.
7639 2005-03-10  Steven Bosscher  <stevenb@suse.de>
7641         * expr.c (expand_expr_real_1): If possible, use a conditional
7642         move for expanding MIN_EXPR and MAX_EXPR.
7643         Use temp for moving around rtx-en.
7645 2005-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
7647         PR rtl-opt/20412
7648         * simplify-rtx.c (simplify_relational_operation_1): Fix typo - check the
7649         correct mode.
7651 2005-03-10  Roger Sayle  <roger@eyesopen.com>
7653         * builtins.c (expand_builtin_signbit): Extend to handle floating
7654         point modes wider than the largest integer type, using the
7655         operand_subword_force function to obtain the signbit's word.
7657 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
7659         PR target/20322
7660         * combine.c (try_combine): If recog_for_combine added CLOBBERs
7661         to NEWI2PAT, fail to combine if they are used by NEWPAT.
7663 2005-03-10  Aldy Hernandez  <aldyh@redhat.com>
7665         * doc/invoke.texi: Add 8540 to list of cpus in rs6000 cpu section.
7667 2005-03-10  Kazu Hirata  <kazu@cs.umass.edu>
7669         * tree-outof-ssa.c (analyze_edges_for_bb): Make the return
7670         type void.
7671         (perform_edge_inserts): Unconditionally call
7672         free_dominator_info.
7674         * tree-outof-ssa.c (analyze_edges_for_bb): Update a comment.
7676 2005-03-10  Bob Wilson  <bob.wilson@acm.org>
7678         * config/xtensa/xtensa.h (MEMBER_TYPE_FORCES_BLK): Define.
7680 2005-03-10  Nathan Sidwell  <nathan@codesourcery.com>
7682         * bitmap.c (bitmap_copy): Remove manual loop unrolling.
7684         * value-prof.c (rtl_find_values_to_profile): Use gcc_assert and
7685         gcc_unreachable.
7686         (rtl_register_value_prof_hooks,
7687         tree_value_profile_transformations,
7688         tree_register_value_prof_hooks): Likewise.
7689         * var-tracking.c (stack_adjust_offset_pre_post,
7690         variable_htab_free, variable_union, dataflow_set_different_2,
7691         count_uses, variable_was_changed, set_frame_base_location,
7692         set_variable_part, emit_note_insn_var_location, vt_emit_notes,
7693         vt_add_function_parameters): Likewise.
7694         * varasm.c (named_section_real, named_section, make_decl_rtl,
7695         asm_emit_uninitialised, assemble_integer, decode_addr_const,
7696         const_hash_1, compare_constant, copy_constant, force_const_mem,
7697         output_constant_pool_2, output_constant_pool_1, output_constant,
7698         output_constructor, make_decl_one_only, decl_tls_model,
7699         default_no_named_section, default_elf_select_section_1,
7700         default_unique_section_1): Likewise.
7701         * vec.c (vec_gc_o_reserve, vec_heap_o_reserve): Likewise.
7702         * vmsdbgout.c (addr_const_to_string): Likewise.
7704         PR c++/20375
7705         * function.c (struct assign_parm_data_one): Remove last_named
7706         field.
7707         (assign_parm_find_data_types): Don't determine last_named.
7708         Reorder named_parm determination.
7709         (assign_parms): Only setup varargs on the last non-varadic
7710         parameter.
7712 2005-03-10  Kazuhiro Inaoka  <inaoka.lazuhiro@renesas.com>
7714         * config/m32r/m32r.md (load_sda_base_32): New pattern.  Loads
7715         sda base address on medium model.
7717 2005-03-10  Zdenek Dvorak  <dvorakz@suse.cz>
7719         * Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.
7720         * cfgloop.c (flow_loop_nodes_find): Export.
7721         * cfgloop.h (flow_loop_nodes_find, fix_loop_structure):
7722         Declare.
7723         * cfgloopmanip.c (fix_loop_structure): New function.
7724         * predict.c (predict_loops): Clean up the loops information.
7725         * tree-cfg.c (cleanup_tree_cfg_loop): New function.
7726         (tree_can_merge_blocks_p, remove_bb, tree_forwarder_block_p): Respect
7727         loop structure.
7728         * tree-flow.h (cleanup_tree_cfg_loop): Declare.
7729         (rewrite_into_loop_closed_ssa): Declaration changed.
7730         * tree-loop-linear.c (linear_transform_loops): Add argument to
7731         rewrite_into_loop_closed_ssa call.
7732         * tree-ssa-loop-ch.c (copy_loop_headers): Ditto.
7733         * tree-ssa-loop-im.c (move_computations): Ditto.
7734         * tree-ssa-loop.c (tree_loop_optimizer_init): Ditto.
7735         * tree-vectorizer.c (vectorize_loops): Ditto.
7736         * tree-optimize.c: Include cfgloop.h.
7737         (execute_todo): Choose whether to call cleanup_tree_cfg or
7738         cleanup_tree_cfg_loop.
7739         * tree-ssa-loop-ivcanon.c (canonicalize_loop_induction_variables,
7740         (tree_unroll_loops_completely): Enable cleanup_tree_cfg_loop call.
7741         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Enable
7742         cleanup_tree_cfg_loop call.
7743         * tree-ssa-loop-manip.c (find_uses_to_rename_bb): New function.
7744         (find_uses_to_rename, rewrite_into_loop_closed_ssa): Support
7745         work on part of cfg.
7747 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
7749         PR inline-asm/20314
7750         * gimplify.c (gimplify_asm_expr): Handle input/output constraints
7751         with multiple alternatives.
7753         * stmt.c (parse_output_constraint): Fix a typo.
7755 2005-03-09  Bob Wilson  <bob.wilson@acm.org>
7757         * config/xtensa/xtensa.h (TRAMPOLINE_TEMPLATE): Use "no-transform"
7758         assembly directive instead of deprecated "no-generics".
7760 2005-03-09  Ulrich Weigand  <uweigand@de.ibm.com>
7762         * config/s390/s390.c (s390_secondary_output_reload_class): Adapt check
7763         for non-offsettable memory references to cope with outstanding reload
7764         replacements.
7765         * config/s390/s390.md ("reload_outti"): Call find_replacement to
7766         avoid losing outstanding address reloads.
7767         ("reload_outdi", "reload_outdf"): Likewise.
7769 2005-03-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7771         * builtins.c (fold_builtin_cbrt, fold_builtin_pow): Rearrange
7772         code.  Add more cbrt transformations.
7774 2005-03-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7776         * fold-const.c (fold_unary_to_constant): Add FIX_ROUND_EXPR case.
7778 2005-03-09  Kazu Hirata  <kazu@cs.umass.edu>
7780         * fold-const.c (fold_unary, fold_binary, fold_ternary): Return
7781         NULL_TREE when a given tree is not simplified.
7782         (fold): Return the original tree when any of the functions
7783         mentioned above NULL_TREE.
7785         * fold-const.c (fold_unary, fold_binary): Take decomposed
7786         arguments, code, type, op0, and op1 in case of fold_binary.
7787         (fold): Update calls to fold_unary and fold_binary.
7789 2005-03-09  Roger Sayle  <roger@eyesopen.com>
7791         * builtins.c (fold_builtin_unordered_cmp): Change prototype to take
7792         a fndecl and an arglist instead of a CALL_EXPR, exp.
7794 2005-03-09  Kazu Hirata  <kazu@cs.umass.edu>
7796         * cfglayout.c (fixup_reorder_chain): Remove old_bb.
7798         * cfgrtl.c (cfg_layout_merge_blocks): Remove new_e.
7800         * expr.c (expand_assignment): Remove orig_to_rtx.
7802         * fold-const.c (int_const_binop): Remove no_overflow.
7804         * ifcvt.c (noce_emit_move_insn): Remove inmode.
7806         * loop-iv.c (get_biv_step_1): Remove lhs.
7808         * loop-unroll.c (analyze_insns_in_loop): Remove preheader.
7810         * real.c (real_nan): Remove neg.
7812         * function.c (thread_prologue_and_epilogue_insns): Remove i
7813         and newinsn.
7815         * tree-data-ref.c (array_base_name_differ_p): Remove ta and
7816         tb.
7818         * tree-eh.c (tree_could_trap_p): Remove idx.
7820         * tree-into-ssa.c (ann): Remove ann.
7822         * tree-outof-ssa.c (num_nodes): Remove num_nodes.
7824         * tree-sra.c (decide_block_copy): Remove inst_count.
7826         * tree-ssa-alias.c (may_alias_p): Remove v_ann.
7828         * tree-ssa-loop-im.c (lhs): Remove.
7830         * cfgbuild.c (state, STATE, SET_STATE,
7831         BLOCK_USED_BY_TABLEJUMP, FULL_STATE): Move just before
7832         make_edges.
7833         (make_edges): Speed up by skipping blocks with BLOCK_ORIGINAL.
7834         (find_basic_blocks): Set the state of each basic block to
7835         BLOCK_NEW.
7837 2005-03-08  Jeff Law  <law@redhat.com>
7839         * tree-cfg.c (cleanup_control_flow): If removal of a computed
7840         goto results in the removal of edges in the CFG, then we need
7841         to recompute dominators.
7843 2005-03-09  Ben Elliston  <bje@au.ibm.com>
7845         * c-common.c (c_do_switch_warnings): Comment fix.
7847 2005-03-08  Julian Brown  <julian@codesourcery.com>
7849         * Patch from 2005-03-08 reverted for causing regressions and
7850         ppc-darwin bootstrap failure.
7852 2005-03-08  Fariborz Jahanian <fjahanian@apple.com>
7854         * config/rs6000/rs6000.c (invalid_arg_for_unprototyped_fn):
7855         Define the real function for ppc-darwin.
7856         * c-typeck.c (convert_arguments): Check for target-specific
7857         invalid argument call to unprototyped function.
7858         * target-def.h (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
7859         New Macro.
7860         * target.h (invalid_arg_for_unprototyped_fn): New field
7861         in struct calls.
7862         * targhooks.c (hook_invalid_arg_for_unprototyped_fn): New
7863         default target hook.
7864         * targhooks.h (hook_invalid_arg_for_unprototyped_fn):
7865         Declare.
7867 2005-03-08  Kazu Hirata  <kazu@cs.umass.edu>
7869         * c-typeck.c (constructor_stack, constructor_range_stack,
7870         initializer_stack): Make them static.
7872         * cfg.c (rbi_pool): Make it static.
7874         * gimple-low.c (lower_stmt_body): Make it static.
7875         * tree-flow.h: Remove the corresponding prototype.  Don't
7876         declare lower_data.
7878         * sched-deps.c (cache_size): Make it static.
7880         * stor-layout.c (lang_adjust_rli): Make it static.
7882 2005-03-08  Julian Brown  <julian@codesourcery.com>
7884         * config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK
7885         from being used for symbols with vague linkage when
7886         HAVE_GAS_COMDAT_GROUP is true.
7888 2005-03-08  J"orn Rennecke <joern.rennecke@st.com>
7890         * jump.c (invert_jump_1): Don't call redirect_jump_1 with
7891         nlabel == JUMP_LABEL (jump).
7893 2005-03-08  Kazu Hirata  <kazu@cs.umass.edu>
7895         * c-common.c, c-opts.c, combine.c, cse.c, dojump.c,
7896         gimplify.c, tree-dfa.c, tree-ssa-loop-ivopts.c,
7897         tree-ssa-phiopt.c, tree-ssa-pre.c, tree-ssa-sink.c,
7898         tree-vect-analyze.c, tree.def, tree.h: Fix comment formatting.
7900 2005-03-08  Alexey Neyman  <alex.neyman@auriga.ru>
7902         PR c/14411
7903         * calls.c (flags_from_decl_or_type): Handle eturns_twice' attribute.
7904         * c-common.c (handle_returns_twice): New function.
7905         (c_common_attribute_table): Declare eturns_twice' attribute.
7906         * doc/extend.texi: Document eturns_twice' attribute.
7907         * tree.h (DECL_IS_RETURNS_TWICE): New macro.
7908         (struct tree_decl): Add returns_twice_flag.
7910 2005-03-08  Kazu Hirata  <kazu@cs.umass.edu>
7912         * tree-ssa-phiopt.c: Fix a comment typo.
7914         * c-semantics.c, cfghooks.c, diagnostic.h, loop-iv.c,
7915         loop-unswitch.c, modulo-sched.c, stor-layout.c, tree-gimple.h,
7916         config/i386/cygwin1.c, doc/cfg.texi, doc/objc.texi: Update
7917         copyright.
7919 2005-03-08  Richard Henderson  <rth@redhat.com>
7921         * config/alpha/alpha.c (code_for_builtin): Replace special-case
7922         builtin codes with ctzdi2, clzdi2, popcountdi2.
7923         (struct alpha_builtin_def): Add is_const.
7924         (zero_arg_builtins, one_arg_builtins, two_arg_builtins): Init it.
7925         (alpha_v8qi_u, alpha_v8qi_s, alpha_v4hi_u, alpha_v4hi_s): New.
7926         (alpha_init_builtins): Init them.  Set nothrow and const attributes
7927         on builtins.
7928         (alpha_fold_builtin_cmpbge, alpha_fold_builtin_zapnot,
7929         alpha_fold_builtin_extxx, alpha_fold_builtin_insxx,
7930         alpha_fold_builtin_mskxx, alpha_fold_builtin_umulh,
7931         alpha_fold_vector_minmax, alpha_fold_builtin_perr,
7932         alpha_fold_builtin_pklb, alpha_fold_builtin_pkwb,
7933         alpha_fold_builtin_unpkbl, alpha_fold_builtin_unpkbw,
7934         alpha_fold_builtin_cttz, alpha_fold_builtin_ctlz,
7935         alpha_fold_builtin_ctpop, alpha_fold_builtin): New.
7936         (TARGET_FOLD_BUILTIN): New.
7937         * config/alpha/alpha.md (UNSPEC_CTTZ): Remove.
7938         (UNSPEC_CTLZ, UNSPEC_CTPOP): Remove.
7939         (ffsdi2): Use ctz.
7940         (cttz, builtin_cttz, builtin_ctlz, builtin_ctpop): Remove.
7942 2005-03-08  Ira Rosen  <irar@il.ibm.com>
7944         PR tree-optimization/20122
7945         * tree-vect-analyze.c (vect_object_analysis): Analyze initial
7946         condition of access function instead of base.
7948 2005-03-07  Jeff Law  <law@redhat.com>
7949             Steven Bosscher  <stevenb@suse.de>
7951         * tree-cfg.c (find_taken_edge_computed_goto): New function.
7952         (find_taken_edge): Call find_taken_edge_computed_goto as
7953         appropriate.  Allow any gimple invariant rather than just
7954         INTEGER_CST for VAL.
7955         (cleanup_control_flow): Cleanup a computed goto which has turned
7956         into a simple goto.
7957         (tree_merge_blocks): If block B has any forced labels, move
7958         them to the start of block A.
7959         * tree-ssa-dom.c (thread_across_edge): Allow threading across
7960         computed gotos as well.
7961         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Handle
7962         removal of unnecessary computed gotos too.
7963         (lookup_redirection_data): Fix type of INSERT argument.  Callers
7964         updated.
7966 2005-03-08  Kazu Hirata  <kazu@cs.umass.edu>
7968         * tree-ssa-phiopt.c: Update copyright.  Fix indentations.
7969         Remove trailing spaces.
7971         * gimplify.c (gimple_push_bind_expr, gimple_pop_bind_expr,
7972         unshare_all_trees): Make them static.
7973         * tree-gimple.h: Remove the corresponding prototypes.
7975         * diagnostic.h: Remove unused prototype
7976         debug_output_buffer.
7977         * modulo-sched.c: Remove unused prototype
7978         set_row_column_for_ps.
7980         * tree-ssa-phiopt.c (tree_ssa_phiopt,
7981         replace_phi_edge_with_variable): Remove unused variable i.
7983 2005-03-07  Per Bothner  <per@bothner.com>
7985         * tree.h (DECL_IS_BUILTIN): Reverted my patch from earlier today.
7987 2005-03-06  Andrew Pinski  <pinskia@physics.uc.edu>
7989         PR tree-opt/17671
7990         * tree-ssa-phiopt.c (tree_ssa_phiopt): Rewrite so we base the
7991         bbs on the COND_EXPR instead of the PHI_NODEs.
7992         (candidate_bb_for_phi_optimization): Remove.
7993         (replace_phi_with_stmt): Rename to ...
7994         (replace_phi_edge_with_variable): this and change so that we
7995         replace the phi argument instead of removing the PHI.
7996         (conditional_replacement): Change so we deal with PHI with more
7997         than two arguments.
7998         (value_replacement): Likewise.
7999         (abs_replacement): Likewise.
8001 2005-03-07  Aldy Hernandez  <aldyh@redhat.com>
8003         * config/rs6000/rs6000-protos.h: Rename output_e500_flip_eq_bit to
8004         output_e500_flip_gt_bit.
8006         * config/rs6000/rs6000.c (print_operand): case D: Print out bit 31
8007         as bit 31.
8008         (rs6000_generate_compare): Fix logic to look at the correct bits.
8009         (output_e500_flip_eq_bit): Rename to output_e500_flip_gt_bit.
8010         Look at GT bit.
8011         (rs6000_emit_sCOND): Rename gen_e500_flip_eq_bit to
8012         gen_e500_flip_gt_bit.  Rename gen_move_from_CR_eq_bit to
8013         gen_move_from_CR_gt_bit.
8015         * config/rs6000/rs6000.md ("move_from_CR_eq_bit"): Change bit
8016         ("move_from_CR_eq_bit"): Rename to move_from_CR_gt_bit.
8017         (UNSPEC_MV_CR_EQ): Rename to UNSPEC_MV_CR_GT.
8019         * config/rs6000/spe.md ("e500_cr_ior_compare"): New.
8020         (E500_CR_IOR_COMPARE): New constant.
8022 2005-03-08  Earl Chew <earl_chew@agilent.com>
8023             David Billinghurst <David.Billinghurst@riotinto.com>
8025         * config/i386/host-cygwin.c: New file to support precompiled
8026         headers on cygwin
8027         * config/i386/x-cygwin: Use host-cygwin.c on cygwin host
8028         * config.host: Use above files for cygwin host.
8030 2005-03-07  David Edelsohn  <edelsohn@gnu.org>
8032         * fold-const.c (fold_binary_op_with_conditional_arg): Fix typo
8033         ordering ops from earlier change.
8035 2005-03-07  Per Bothner  <per@bothner.com>
8037         Various fixes to allow us to again build if --enable-mapped-location:
8038         * c-decl.c (finish_function): Use SET_EXPR_LOCATION instead of
8039         unavailable annotate_with_file_line, if USE_MAPPED_LOCATION.
8040         * tree-cfg.c (remove_bb): If USE_MAPPED_LOCATION, change type of
8041         local variable loc. Change logic appropriately.
8042         * tree-vect-transform.c (vect_finish_stmt_generation): Use
8043         EXPR_LOCATION rather than EXPR_LOCUS if USE_MAPPED_LOCATION.
8044         * c-parser.c (c_parser_for_statement): Initialize loc variable.
8045         * tree.h (DECL_IS_BUILTIN): Temporarily revert definition of
8046         DECL_IS_BUILTIN in the USE_MAPPED_LOCATION because of jc1 issues.
8048 2005-03-07  Richard Sandiford  <rsandifo@redhat.com>
8050         PR rtl-optimization/19683
8051         * reload1.c (choose_reload_regs): Pass the number of bits, not the
8052         number of bytes, to smallest_int_for_mode.  Fix arguments to
8053         REG_CANNOT_CHANGE_MODE_P.
8055 2005-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
8057         * reorg.c (relax_delay_slots): Check that the jump is
8058         conditional before trying to invert it.
8060 2005-03-07  Kazu Hirata  <kazu@cs.umass.edu>
8062         * bb-reorder.c (max_entry_frequency, max_entry_frequency):
8063         Make them static.
8065         * calls (stack_arg_under_construction): Make it static.
8067         * flow.c (regs_live_at_setjmp): Make it static.
8068         * flow.h: Remove the corresponding prototype.
8070         * reload1.c (reload_startobj, reload_firstobj,
8071         something_needs_operands_changed, reload_inherited,
8072         reload_inheritance_insn, reload_override_in,
8073         reload_spill_index): Make them static.
8075         * recog.c (verify_changes): Make it static.
8076         * recog.h: Remove the corresponding prototype.
8078         * cfgbuild.c (find_sub_basic_blocks): Remove.
8079         * basic-block.h: Remove the corresponding prototype.
8080         * cfgexpand.c, cfgrtl.c: Don't mention find_sub_basic_blocks
8081         in comments.
8082         * doc/cfg.texi: Don't mention find_sub_basic_blocks.
8084         * tree-ssa-operands.c (check_build_stmt): Remove.
8086         * stor-layout.c (set_alignment): Remove.
8087         * tree.h: Remove the corresponding prototype.
8089         * tree-ssa-pre.c (has_abnormal_preds): Make it static.
8091         * tree-ssa-dce.c (control_dependence_map,
8092         visited_control_parents): Make them static.
8094         * cfghooks.c (verify_flow_info): Remove local variable
8095         num_bb_notes.
8097         * cfgrtl.c (rtl_verify_flow_info_1): Remove local variable
8098         last_bb_seen.
8100         * loop-unswitch.c (unswitch_loop): Remove local variable src.
8102 2005-03-07  David Billinghurst <David.Billinghurst@riotinto.com>
8104         * config/i386/cygwin1.c(mingw_scan): Use xstrdup in calls to putenv.
8106 2005-03-07  Joseph S. Myers  <joseph@codesourcery.com>
8108         * config/ia64/hpux.h (LINK_SPEC): Add -z.
8109         * config/ia64/ia64.c (ia64_function_value): Return a REG not a
8110         PARALLEL for an empty structure.
8112 2005-03-07  Kazu Hirata  <kazu@cs.umass.edu>
8114         * fold-const.c (fold_binary): Remove handling of RANGE_EXPR.
8116         * fold-const.c (fold_binary): Unroll the very first "for"
8117         loop.
8119 2005-03-06  David Edelsohn  <edelsohn@gnu.org>
8121         * config/rs6000/predicates.md (branch_comparison_operator): Remove
8122         redundant match_code test.
8123         (scc_comparison_operator): Swap match_operand and match_code
8124         tests.
8125         (branch_positive_comparison_operator): Same.
8126         (trap_comparison_operator): Use comparison_operator and swap with
8127         match_code test.
8129 2005-03-06  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8131         PR target/20288
8132         * config/avr/avr.c (print_operand): Add 'p' and 'r'.
8133         (out_movhi_r_mr): Read low byte of volatile MEM first.
8134         (out_movhi_mr_r): Write high byte of volatile MEM first.
8136 2005-03-05  Kazu Hirata  <kazu@cs.umass.edu>
8138         * cselib.c (reg_values, reg_values_size): Make them static.
8140         * cse.c (cse_reg_info_table): Make it static.
8142         * fold-const.c (fold_unary): Use build1 instead of copy_node.
8144 2005-03-06  Zdenek Dvorak  <dvorakz@suse.cz>
8146         * cse.c (find_best_addr): Use canon_for_address.
8148 2005-03-06  Kazu Hirata  <kazu@cs.umass.edu>
8150         * cse.c (fold_rtx_subreg, fold_rtx_mem): New.
8151         (fold_rtx): Call fold_rtx_subreg and fold_rtx_mem to handle
8152         SUBREG and MEM, respectively.
8154         * fold-const.c (fold_binary): Use code instead of t.
8156         * fold-const.c (optimize_minmax_comparison): Take decomposed
8157         arguments code, type, op0, and op1 instead of t.
8158         (fold_binary): Update a call to optimize_minmax_comparison.
8160         * fold-const.c (fold_range_test): Take decomposed arguments
8161         code, type, op0, and op1 instead of t.
8162         (fold_binary): Update a call to fold_range_test.
8164         * fold-const.c (fold_binary_op_with_conditional_arg): Take
8165         decomposed arguments code, type, op0, and op1 instead of t.
8166         (fold_binary): Update a call to fold_range_test.
8168 2005-03-06  Kazu Hirata  <kazu@cs.umass.edu>
8170         * fold-const.c (fold_binary): Avoid directly using the original
8171         expression t as much as possible.
8173 2005-03-05  Kazu Hirata  <kazu@cs.umass.edu>
8175         * c-semantics.c (build_stmt): Use TYPE_P instead of
8176         IS_NON_TYPE_CODE_CLASS.
8177         * tree.h (IS_NON_TYPE_CODE_CLASS): Remove.
8178         (NON_TYPE_CHECK): Use TYPE_P instead of
8179         IS_NON_TYPE_CODE_CLASS.
8181         * fold-const.c (fold): Remove handling of binary expressions.
8183 2005-03-05  James A. Morrison  <phython@gcc.gnu.org>
8185         * doc/c-tree.texi: Wrap comments in @r{}.
8186         * doc/cpp.texi: Likewise.
8187         * doc/cppinternals.texi: Likewise.
8188         * doc/extend.texi: Likewise.
8189         * doc/md.texi: Likewise.
8190         * doc/objc.texi: Likewise.
8191         * doc/sourcebuild.texi: Likewise.
8192         * doc/tm.texi: Likewise.
8193         * doc/tree-ssa.texi
8195 2005-03-05  Kazu Hirata  <kazu@cs.umass.edu>
8197         * predict.c (apply_return_prediction): Standardize PHI chain
8198         walking.
8199         * tree-ssa.c (ssa_redirect_edge): Likewise.
8201         * genattrtab.c, genemit.c, genoutput.c, genrecog.c,
8202         gensupport.c, jump.c, tree-phinodes.c, unwind-dw2-fde-glibc.c:
8203         Update copyright.
8205         * tree-phinodes.c (remove_phi_node): Drop the last argument.
8206         * tree-flow.h: Adjust the prototype for remove_phi_node.
8207         * lambda-code.c (perfect_nestify): Adjust a call to
8208         remove_phi_node.
8209         * tree-cfg.c
8210         (remove_phi_nodes_and_edges_for_unreachable_block): Likewise.
8211         * tree-outof-ssa.c (eliminate_virtual_phis, remove_ssa_form):
8212         Likewise.
8213         * tree-ssa-dce.c (remove_dead_phis): Likewise.
8214         * tree-ssa-loop-ivopts.c (remove_statement): Likewise.
8215         * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
8216         * tree-ssa.c (kill_redundant_phi_nodes): Likewise.
8218         * combine.c (simplify_and_const_int): Use gen_int_mode instead
8219         of GEN_INT (trunc_int_for_mode (...)).
8220         * loop-iv.c (iv_number_of_iterations): Likewise.
8221         * postreload.c (reload_cse_move2add): Likewise.
8222         * simplify-rtx.c (simplify_const_unary_operation,
8223         simplify_const_binary_operation): Likewise.
8224         * stor-layout.c (get_mode_bounds): Likewise.
8226         * fold-const.c (fold_binary): New.
8227         (fold): Call fold_binary on binary expressions.
8229 2005-03-05  Richard Sandiford  <rsandifo@redhat.com>
8231         * doc/invoke.texi: Document new MIPS -msym32 and -mno-sym32 options.
8232         * config/mips/mips.h (MASK_SYM32, TARGET_SYM32): New macros.
8233         (TARGET_SWITCHES): Add -msym32 and -mno-sym32.
8234         (ABI_HAS_64BIT_SYMBOLS): Set to false if TARGET_SYM32.
8235         (ASM_SPEC): Pass down -msym32 and -mno-sym32.
8237 2005-03-04  Devang Patel  <dpatel@apple.com>
8239         PR tree-optimization/18815
8240         * tree-if-conv.c (combine_blocks): Adjust loop header edges for
8241         loops with zero exit edges.
8243 2005-03-04  Devang Patel  <dpatel@apple.com>
8245         * doc/invoke.texi: Remove reference to webpage that does not exist.
8247 2005-03-04  John David Anglin  <dave.danglin@nrc-cnrc.gc.ca>
8248             Joseph S. Myers  <joseph@codesourcery.com>
8250         PR c++/19797
8251         * pa/elf.h, pa64-hpux.h, som.h (ASM_OUTPUT_EXTERNAL_REAL): Define.
8252         (ASM_OUTPUT_EXTERNAL): Call pa_hpux_asm_output_external.
8253         * pa-protos.h (pa_hpux_asm_output_external): Add prototype.
8254         * pa.c (get_plabel): Change argument to symbol_ref.  Call
8255         maybe_get_identifier instead of get_identifier.
8256         (pa_hpux_asm_output_external, pa_hpux_file_end): New functions.
8257         (struct deferred_plabel): Replace name field with symbol field.
8258         (TARGET_ASM_FILE_END): Define as pa_hpux_file_end if
8259         ASM_OUTPUT_EXTERNAL_REAL is defined.
8260         (output_global_address): Use output_addr_const for output of all
8261         symbol_refs.
8262         (output_deferred_plabels): Use symbol_ref instead of name for address
8263         output.
8264         * pa.h (SYMBOL_FLAG_REFERENCED, SYMBOL_REF_REFERENCED_P,
8265         ASM_OUTPUT_SYMBOL_REF): New macros.
8266         * som.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Use assemble_name_raw.  Update
8267         comment.
8268         (ASM_WEAKEN_LABEL): Use targetm.asm_out.globalize_label to globalize
8269         label.
8271 2005-03-05  Joseph S. Myers  <joseph@codesourcery.com>
8273         * config.gcc (hppa*64*-*-hpux11*): Use pa/pa-hpux1111.h for
8274         *-*-hpux11.[1-9]*, not just for *-*-hpux11.11.
8276 2005-03-04  Jeff Law  <law@redhat.com>
8278         * basic-block.h (rediscover_loops_after_threading): Declare.
8279         * tree-ssa-dom.c: Include cfgloop.h.
8280         (tree_ssa_dominator_optimize): Discover loops and some basic
8281         properties.  Remove forwarder blocks recreated by loop header
8282         canonicalization.  Also mark backedges in the CFG.
8283         * tree-ssa-threadupdate.c: Include cfgloop.h
8284         (rediscover_loops_after_threading): Define.
8285         (struct local_info): New field, JUMP_THREADED.
8286         (prune_undesirable_thread_requests): New function.
8287         (redirect_edges): Clear EDGE_ABNORMAL.  If edges were threaded
8288         then record that fact for the callers of redirct_edges.
8289         (thread_block): If BB has incoming backedges, then call
8290         prune_undesirable_thraed_requests.    Note when we are
8291         going to have to rediscover loop information.  Return a
8292         boolean indicating if any jumps were threaded.
8293         (thread_through_all_blocks): Bubble up boolean indicating
8294         if any jumps were threaded.
8295         * Makefile.in (tree-ssa-dom.o): Depend on cfgloop.h
8296         (tree-ssa-threadupdate.o): Similarly.
8298 2005-03-04  Kazu Hirata  <kazu@cs.umass.edu>
8300         * fold-const.c (fold_ternary): Unroll the "for" loop to
8301         extract operands.
8303 2005-03-04  Andrew Haley  <aph@redhat.com>
8305         * unwind-dw2-fde-glibc.c (struct
8306         unw_eh_callback_data.check_cache): New field.
8307         (frame_hdr_cache): New.
8308         (_Unwind_IteratePhdrCallback): Add ext_dl_phdr_info.
8309         Cache frame header info.
8311 2005-03-04  Richard Sandiford  <rsandifo@redhat.com>
8313         * rtl.h (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
8314         (print_c_condition): Declare.
8315         * read-rtl.c (ptr_loc): New structure.
8316         (ptr_locs, ptr_loc_obstack, joined_conditions)
8317         (joined_conditions_obstack): New variables.
8318         (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc)
8319         (get_rtx_ptr_loc, copy_rtx_ptr_loc, print_rtx_ptr_loc)
8320         (join_c_conditions, print_c_condition): New functions.
8321         (apply_macro_to_string): Associate the new string with the same
8322         source location as the old one.
8323         (add_condition_to_string): Use join_c_conditions.
8324         (read_string): Use set_rtx_ptr_loc to record a filename and line
8325         number for the string.
8326         (read_rtx): Initialize the new variables above.
8327         * genattrtab.c (write_test_expr, write_attr_value): Use
8328         print_c_condition.
8329         * genconditions.c (write_header): Don't define MAYBE_EVAL.  Move its
8330         comment above the GCC_VERSION check.
8331         (write_one_condition): Use print_rtx_ptr_loc and print_c_condition.
8332         Inline the definition of MAYBE_EVAL.
8333         * genemit.c (gen_expand, gen_split): Use print_rtx_ptr_loc.
8334         * genoutput.c (process_template): Likewise.
8335         * genpreds.c (write_predicate_subfunction): Likewise.
8336         (write_predicate_expr): Use print_c_condition.
8337         * genrecog.c (write_cond): Likewise.
8338         * gensupport.c (process_rtx): Use join_c_conditions to join the
8339         conditions of a define_insn_and_split.  Record a source location
8340         for the string after the "&&".
8341         (alter_test_for_insn): Use join_c_conditions.
8343 2005-03-04  Andrew Pinski  <pinskia@physics.uc.edu>
8345         Revert for now:
8346         2005-03-03  James A. Morrison  <phython@gcc.gnu.org>
8347         PR tree-optimization/15784
8348         * fold-const.c (fold): Fold ~A + 1 to -A.  Fold -A - 1
8349         and -1 - A to ~A.
8351 2005-03-04  Ben Elliston  <bje@au.ibm.com>
8353         * gcc.c (option_map): Add --coverage.
8354         (LINK_COMMAND_SPEC): Pass -lgcov for `coverage'.
8355         (cc1_options): Pass -fprofile-arcs -ftest-coverage for `coverage'.
8356         * config/darwin.h: Pass -lgcov for `coverage'.
8357         * doc/invoke.texi (Debugging Options): Document --coverage.
8359 2005-03-04  Kazu Hirata  <kazu@cs.umass.edu>
8361         * gcse.c (bypass_block): Use find_edge wherever possible.
8363 2005-03-03  Daniel Berlin <dberlin@dbrelin.org>
8365         Fix PR debug/20253
8367         * c-opts.c (c_common_parse_file): Call start_source_file
8368         and end_source_file at the approriate times.
8370         * dwarf2out.c (dwarf2out_finish): Don't auto-end
8371         the main file, it will be done for us now.
8373 2005-03-04  Kazu Hirata  <kazu@cs.umass.edu>
8375         * fold-const.c (fold_ternary): New.
8376         (fold): Call fold_ternary on ternary expressions.  Remove
8377         handling of ternary expressions.
8379 2005-03-03  James A. Morrison  <phython@gcc.gnu.org>
8381         PR tree-optimization/15784
8382         * fold-const.c (fold): Fold ~A + 1 to -A.  Fold -A - 1
8383         and -1 - A to ~A.
8385 2005-03-03  David Edelsohn  <edelsohn@gnu.org>
8387         * config/rs6000/predicates.md (branch_comparison_operator):
8388         Convert from C block to conditional format.
8390 2005-03-03  Jan Hubicka  <jh@suse.cz>
8392         * tree-dfa.c (add_referenced_var): Don't walk initializer of external
8393         and non-constant public variables.
8395 2005-03-03  Kazu Hirata  <kazu@cs.umass.edu>
8397         * tree-cfg.c (stmt_starts_bb_p): Clean up by replacing code
8398         with LABEL_EXPR.
8400         * cfgexpand.c (construct_exit_block): Use EDGE_PRED instead of
8401         EDGE_I.
8403         * tree-phinodes.c (remove_phi_node): Clean up by factoring out
8404         calls to release_ssa_name and release_phi_node.
8406         * fold-const.c (fold): Remove handling of unary expressions.
8408         * fold-const.c (fold_unary): Avoid directly using the original
8409         expression t as much as possible.
8411 2005-03-03  Roger Sayle  <roger@eyesopen.com>
8412             Andrew Pinski  <pinskia@physics.uc.edu>
8414         * jump.c (redirect_exp_1): If nlabel is a NULL pointer create a
8415         RETURN rtx, and not a LABEL_REF containing a NULL pointer.
8417 2005-03-03  Hans-Peter Nilsson  <hp@axis.com>
8419         Describe special registers SRP and MOF as allocatable registers.
8420         * config/cris/cris.c (cris_md_asm_clobbers): New function.
8421         (TARGET_MD_ASM_CLOBBERS): Define to cris_md_asm_clobbers.
8422         (cris_conditional_register_usage): Enable CRIS_MOF_REGNUM if
8423         TARGET_HAS_MUL_INSNS.
8424         (cris_print_operand) <case 'd'>: New case.
8425         <case REG>: Allow CRIS_MOF_REGNUM and CRIS_SRP_REGNUM.
8426         * config/cris/cris.h (CRIS_PC_REGNUM, CRIS_SRP_REGNUM): Don't
8427         define.
8428         (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS, CALL_USED_REGISTERS)
8429         (REG_ALLOC_ORDER): Update for MOF.
8430         (enum reg_class): New members MOF_REGS, GENERAL_REGS and
8431         SPECIAL_REGS.
8432         (GENERAL_REGS): No longer a define of ALL_REGS.
8433         (REGNO_REG_CLASS, REG_CLASS_CONTENTS, REG_CLASS_NAMES)
8434         (PREFERRED_RELOAD_CLASS, REGISTER_NAMES, DBX_REGISTER_NUMBER):
8435         Adjust accordingly.
8436         (CRIS_SPECIAL_REGS_CONTENTS): New macro.
8437         (REG_CLASS_FROM_LETTER): Allocate 'h' and 'x'.
8438         (SECONDARY_RELOAD_CLASS): Define.
8439         (STACK_POINTER_REGNUM): Define as CRIS_SP_REGNUM.
8440         (FRAME_POINTER_REGNUM): Define as CRIS_FP_REGNUM.
8441         (ARG_POINTER_REGNUM): Define as CRIS_AP_REGNUM.
8442         (STATIC_CHAIN_REGNUM): Define as CRIS_STATIC_CHAIN_REGNUM.
8443         (REGISTER_MOVE_COST): Define.
8444         (PIC_OFFSET_TABLE_REGNUM): Define in terms of CRIS_GOT_REGNUM.
8445         * config/cris/cris.md (CRIS_GOT_REGNUM, CRIS_STATIC_CHAIN_REGNUM)
8446         (CRIS_FP_REGNUM, CRIS_SP_REGNUM, CRIS_SRP_REGNUM, CRIS_AP_REGNUM)
8447         (CRIS_MOF_REGNUM): New define_constants.
8448         ("*movsi_internal", "movhi", "movqi", "movsf"): Add alternatives for
8449         special registers.
8450         ("reload_inhi", "reload_outhi", "reload_inqi", "reload_outqi"):
8451         New patterns.
8452         ("umulhisi3", "umulqihi3", "mulsi3", "mulqihi3", "mulhisi3")
8453         ("mulsidi3", "umulsidi3", "smulsi3_highpart", "umulsi3_highpart"):
8454         Adjust for MOF being properly described as a register.
8455         (indir_to_reg_split): Name this split.  Conditionalize on the
8456         destination register being a general register.
8457         (movei): Conditionalize on on operands 0 and 1 having the same
8458         register class.
8460 2005-03-03  Alan Modra  <amodra@bigpond.net.au>
8462         PR target/20277
8463         * config/rs6000/rs6000.c (rs6000_override_options): Don't allow
8464         -mcpu to override any other explicitly given flags.
8466 2005-03-02  J"orn Rennecke <joern.rennecke@st.com>
8468         * recog.c (verify_changes, confirm_change_group): New functions,
8469         broken out of apply_change_group.
8470         (apply_change_group): Use them.
8471         * recog.h (verify_change, confirm_change_group): Declare.
8472         * rtl.h (redirect_jump_2): Declare.
8473         * jump.c (redirect_exp, invert_exp): Delete.
8474         (invert_exp_1): Take second parameter.  Return value.  Changed caller.
8475         (redirect_jump_2): New function, broken out of redirect_jump.
8476         (redirect_jump): Use redirect_jump_1 and redirect_jump_2.
8477         (invert_jump): Use invert_jump_1 and redirect_jump_2.
8478         * ifcvt.c (dead_or_predicable): Use redirect_jump_2.
8480 2005-03-02  Geoffrey Keating  <geoffk@apple.com>
8482         * varasm.c (named_section): Use xstrdup rather than doing it by
8483         hand.
8485         * config/darwin8.h (LIB_SPEC): Switch -lmx and -lSystem.
8487 2005-03-02  Devang Patel  <dpatel@apple.com>
8489         Undo PR tree-optimization/18815 fix.
8491 2005-03-02  Devang Patel  <dpatel@apple.com>
8493         PR tree-optimization/18815
8494         * tree-if-conv.c (combine_blocks): Adjust loop header edges for
8495         loops with zero exit edges.
8497 2005-03-02  Kazu Hirata  <kazu@cs.umass.edu>
8499         * cfg.c (connect_src, connect_dest, disconnect_src,
8500         disconnct_dest): New.
8501         (unchecked_make_edge, remove_edge, redirect_edge_succ,
8502         redirect_edge_pred): Use the new functions.
8504         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Call
8505         free_dominance_info only when needed.
8507 2005-03-02  David Edelsohn  <edelsohn@gnu.org>
8509         PR target/20276
8510         * config/rs6000/predicates.md (reg_or_cint64_operand): Fix typo.
8511         (reg_or_sub_cint64_operand): Same.
8513 2005-03-02  Jeff Law  <law@redhat.com>
8515         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Fix setting of
8516         CFG_ALTERED in the main DOM iteration loop.
8518 2005-03-02  Mark Mitchell  <mark@codesourcery.com>
8520         PR c++/19916
8521         * varasm.c (initializer_constant_valid_p): Allow conversions
8522         between OFFSET_TYPEs.  Tidy.
8524 2005-03-02  Hans-Peter Nilsson  <hp@axis.com>
8526         * config/cris/cris.md ("return"): Remove epilogue delay list
8527         sanity check.
8529 2005-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
8531         * config/arm/linux-elf.h (ARM_FUNCTION_PROFILER): Do not use (PLT)
8532         for Thumb.
8533         * config/arm/netbsd-elf.h (ARM_FUNCTION_PROFILER): Likewise.
8535 2005-03-02  Kazu Hirata  <kazu@cs.umass.edu>
8537         * cfgloop.h, cfgloopanal.c, cfgloopmanip.c, conflict.c,
8538         loop-init.c, loop-unroll.c, print-tree.c, reg-notes.def,
8539         config/m68k/m68k.c, config/mips/mips.h,
8540         config/rs6000/rs6000-protos.h, doc/contrib.texi,
8541         doc/include/gcc-common.texi: Update copyright.
8543         PR middle-end/18029 and PR middle-end/18030
8544         * expr.c (optimize_bitfield_assignment_op): Add a special case
8545         to handle BIT_IOR_EXPR and BIT_XOR_EXPR.
8547         * fold-const.c (fold_unary): New.
8548         (fold): Call fold_unary on unary expressions.
8550 2005-03-02  Richard Guenther  <rguenth@gcc.gnu.org>
8552         * cgraph.h (struct cgraph_edge): Add prev_caller and
8553         prev_callee fields.
8554         (cgraph_node_remove_callees): Export.
8555         * cgraph.c (cgraph_create_edge): Initialize prev_caller
8556         and prev_callee.
8557         (cgraph_edge_remove_callee): New function.
8558         (cgraph_edge_remove_caller): Likewise.
8559         (cgraph_remove_edge): Use.
8560         (cgraph_redirect_edge_callee): Likewise.
8561         (cgraph_node_remove_callees): New function.
8562         (cgraph_node_remove_callers): Likewise.
8563         (cgraph_remove_node): Use.
8564         * tree-optimize.c (tree_rest_of_compilation): Use
8565         cgraph_node_remove_callees instead of manual loop.
8566         * cgraphunit.c (cgraph_finalize_function): Likewise.
8567         (cgraph_expand_function): Likewise.
8568         (cgraph_remove_unreachable_nodes): Likewise.
8570 2005-03-02  Joseph S. Myers  <joseph@codesourcery.com>
8572         PR c/8927
8573         * c-tree.h (undeclared_variable, build_external_ref): Add extra
8574         argument.
8575         * c-decl.c (undeclared_variable): Take location as argument.
8576         * c-typeck.c (build_external_ref): Likewise.
8577         * c-parser.c (c_parser_postfix_expression): Pass location of
8578         identifier to build_external_ref.
8580 2005-03-01  David Edelsohn  <edelsohn@gnu.org>
8582         * config/rs6000/rs6000.md (cceq splitter): Use operand mode, not
8583         CCEQ mode for branch_positive_comparison_operator test.
8584         * config/rs6000/predicates (branch_comparison_operator): Revert to
8585         define_predicate.
8586         (scc_comparison_operator): Same.
8587         (branch_positive_comparison_operator): Same.
8589 2005-03-01  Hans-Peter Nilsson  <hp@axis.com>
8591         * config/cris/cris.c (cris_eligible_for_epilogue_delay)
8592         (cris_delay_slots_for_epilogue): Remove.
8593         (save_last): Move into cris_target_asm_function_epilogue.
8594         (cris_target_asm_function_epilogue): Remove tests for file being
8595         NULL.
8596         * config/cris/cris-protos.h (cris_eligible_for_epilogue_delay)
8597         (cris_delay_slots_for_epilogue): Remove prototypes.
8598         * config/cris/cris.h (DELAY_SLOTS_FOR_EPILOGUE)
8599         (ELIGIBLE_FOR_EPILOGUE_DELAY): Do not define.
8601 2005-03-01  David Edelsohn  <edelsohn@gnu.org>
8603         * config/rs6000/predicates.md (branch_comparison_operator): Change
8604         to define_special_predicate.
8605         (scc_comparison_operator): Same.
8606         (branch_positive_comparison_operator): Same.
8608 2005-03-01  Daniel Berlin <dberlin@dberlin.org>
8610         * Makefile.in (tree-ssa-sink.o): New.
8611         (OBJS-common): Add tree-ssa-sink.o.
8612         * common.opt: Add -ftree-sink
8613         * opts.c (decode_options): flag_tree_sink is set at O1 or higher.
8614         * timevar.def (TV_TREE_SINK): new timevar.
8615         * tree-flow.h (is_hidden_global_store): Prototype.
8616         * tree-optimize.c (init_tree_optimization_passes): Add
8617         pass_sink_code.
8618         * tree-pass.h (pass_sink_code): New.
8619         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Move checking
8620         for non-obvious global store store to is_hidden_global_store, and
8621         call that new function.
8622         * tree-ssa-sink.c: New file.
8623         * doc/invoke.texi: Document -fdump-tree-sink and -ftree-sink.
8624         * doc/passes.texi: Document forward store motion.
8625         * testsuite/gcc.dg/tree-ssa/ssa-sink-1.c: New test
8626         * testsuite/gcc.dg/tree-ssa/ssa-sink-2.c: New test
8627         * testsuite/gcc.dg/tree-ssa/ssa-sink-3.c: New test
8628         * testsuite/gcc.dg/tree-ssa/ssa-sink-4.c: New test
8630 2005-03-01  Per Bothner  <per@bothner.com>
8632         * diagnostic.c (diagnostic_build_prefix): If USE_MAPPED_LOCATION
8633         and we have a non-zero column-number, add it to the message.
8634         Also factor out the diagnostic_kind_text.
8636 2005-03-01  Zdenek Dvorak  <dvorakz@suse.cz>
8638         * cfgloop.c (flow_loop_entry_edges_find, flow_loop_exit_edges_find,
8639         flow_loop_pre_header_scan, flow_loop_pre_header_find,
8640         flow_loop_scan): Removed.
8641         (flow_loop_dump): Do not dump removed fields.
8642         (flow_loop_free): Do not free removed fields.
8643         (flow_loops_find): Flags argument removed.  Do not call flow_loop_scan.
8644         (loop_exit_edge_p): New function.
8645         * cfgloop.h (struct loop): Removed fields pre_header, pre_header_edges,
8646         num_pre_header_edges, entry_edges, num_entries, exit_edges,
8647         num_exits, exits_doms.
8648         (LOOP_TREE, LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
8649         LOOP_EDGES, LOOP_ALL): Removed.
8650         (flow_loop_scan): Declaration removed.
8651         (loop_exit_edge_p, mark_loop_exit_edges): Declare.
8652         * cfgloopmanip.c (create_loop_notes): Do not pass flags to
8653         flow_loops_find.
8654         * ifcvt.c (mark_loop_exit_edges): Moved to cfgloopanal.c.
8655         (if_convert): Call flow_loops_find and flow_loops_free
8656         when calling mark_loop_exit_edges.
8657         * cfgloopanal.c (mark_loop_exit_edges): Moved from
8658         ifcvt.c.  Removed the flow_loops_find, flow_loops_free and
8659         free_dominance_info calls.
8660         * loop-init.c (flow_loops_find): Ditto.
8661         * passes.c (rest_of_handle_branch_prob): Ditto.
8662         * lambda-code.c (perfect_nestify): Do not call flow_loops_find.
8663         * loop-unroll.c (analyze_insns_in_loop): Do not use
8664         EDGE_LOOP_EXIT.
8665         * predict.c (predict_loops): Do not call flow_loop_scan.
8666         Use get_loop_exit_edges.
8667         (tree_estimate_probability): Do not pass flags to flow_loops_find.
8668         * tree-if-conv.c (bb_with_exit_edge_p): Take loop as argument.
8669         Do not use EDGE_LOOP_EXIT.
8670         (tree_if_convert_cond_expr, if_convertible_modify_expr_p): Pass loop
8671         to bb_with_exit_edge_p.
8672         (if_convertible_loop_p): Do not call flow_loop_scan.  Use
8673         loop->single_exit.  Do not use EDGE_LOOP_EXIT.  Pass loop
8674         to bb_with_exit_edge_p.
8675         (combine_blocks): Pass loop to bb_with_exit_edge_p.  Do not use
8676         EDGE_LOOP_EXIT.
8677         * tree-loop-linear.c (linear_transform_loops): Do not call
8678         flow_loop_scan.  Use loop->single_exit.
8679         * tree-vect-analyze.c (vect_analyze_operations): Use loop->single_exit.
8680         (vect_analyze_loop_form): Do not call flow_loop_scan.
8681         * tree-vect-transform.c (vect_update_ivs_after_vectorizer): Use
8682         loop->single_exit.
8683         (vect_do_peeling_for_loop_bound): Use loop_preheader_edge and
8684         loop->single_exit.
8685         * tree-vectorizer.c (slpeel_update_phis_for_duplicate_loop,
8686         slpeel_make_loop_iterate_ntimes, slpeel_can_duplicate_loop_p,
8687         slpeel_tree_duplicate_loop_to_edge_cfg,
8688         slpeel_verify_cfg_after_peeling, slpeel_tree_peel_loop_to_edge):
8689         Use loop_preheader_edge and loop->single_exit.  Do not call
8690         flow_loop_scan.
8692 2005-03-01  Nick Clifton  <nickc@redhat.com>
8694         * config/arm/arm.c (thumb_find_work_register): Check all of the
8695         argument registers to see if they are free, and a couple of
8696         special cases where the last argument register but can be proved
8697         to be available during the function's prologue.
8698         (print_multi_reg, arm_compute_save_reg0_reg12_mask,
8699         output_return_instruction, emit_multi_reg_push, thumb_pushpop,
8700         thumb_unexpanded_epilogue): Use unsigned long as the type for the
8701         register bit-mask.
8702         (thumb_compute_save_reg_mask): Likewise.  Also use
8703         thumb_find_work_register() to ensure that there is agreement about
8704         which work register is going to be used in the prologue.
8705         (thumb_output_function_prologue): Use unsigned long as the type
8706         for the register bit-mask.  Also delay pushing the link register if
8707         other high registers are going to be pushed.
8708         (thumb_compute_save_reg_mask, emit_multi_reg_push,
8709         print_multi-reg, number_of_first_bit_set, thumb_pushpop): Remove
8710         redundant prototypes.
8712 2005-02-28  John David Anglin  <dave.anglin#nrc-cnrc.gc.ca>
8714         PR target/19819
8715         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Allow allow hard registers during
8716         and after reload in REG+REG indexed addresses without REG_POINTER
8717         set in the base and not set in the index.
8719 2005-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
8721         * config/sh/linux.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
8722         Don't undefine here.
8723         (HANDLE_PRAGMA_PACK_PUSH_POP): Delete.
8724         (NO_IMPLICIT_EXTERN_C, CPLUSPLUS_CPP_SPEC): Likewise.
8725         (TARGET_OS_CPP_BUILTINS): Use LINUX_TARGET_OS_CPP_BUILTINS.
8726         (LIB_SPEC, LINK_EH_SPEC, STARTFILE_SPEC, ENDFILE_SPEC,
8727         LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED, TARGET_C99_FUNCTIONS):
8728         Delete.
8729         * config.gcc (sh*-*-linux*): Use config/linux.h.
8731 2005-02-28  Dale Johannesen  <dalej@apple.com>
8732             Stan Shebs  <shebs@apple.com>
8734         Rewrite of 64-bit Darwin structure-by-value pass/return.
8735         * config/rs6000/rs6000.h (CUMULATIVE_ARGS): New fields
8736         intoffset, use_stack, named.
8737         * config/rs6000/rs6000.c (rs6000_darwin64_function_arg):  Remove.
8738         (rs6000_darwin64_record_arg_advance_flush):  New.
8739         (rs6000_darwin64_record_arg_advance_recurse): New.
8740         (rs6000_darwin64_record_arg_flush):  New.
8741         (rs6000_darwin64_record_arg_recurse):  New.
8742         (rs6000_darwin64_record_arg):  New.
8743         (rs6000_return_in_memory):  Remove AGGREGATE_TYPE_P check.
8744         (function_arg_boundary):  Handle 128-bit aligned structs.
8745         (function_arg_advance):  Rewrite darwin64 struct handling.
8746         (function_arg):  Call rs6000_darwin64_record_arg.
8747         (function_arg_partial_nregs):  Handle darwin64 structs.
8748         (rs6000_darwin64_function_value):  Remove.
8749         (rs6000_function_value):  Call rs6000_darwin64_record_arg.
8751 2005-02-28  Roger Sayle  <roger@eyesopen.com>
8753         PR tree-optimization/20216
8754         * tree-chrec.c (tree_fold_factorial): Delete.
8755         (tree_fold_binomial): Change argument list to take a return type
8756         and change the type of K to unsigned int.  Rewrite to avoid explicit
8757         evaluation of factorials, and (recursively) calling fold to perform
8758         compile-time arithmetic.  Return NULL on (internal) overflow.
8759         (chrec_evaluate): Change type of K to an unsigned int.  Avoid
8760         calling tree_fold_binomial unnecessarily.  Return chrec_dont_know
8761         if any intermediate calculation overflows.
8762         (chrec_apply): Update call to chrec_evaluate.
8764 2005-02-28  James E Wilson  <wilson@specifixinc.com>
8766         * config/mips/mips.h (NO_PROFILE_COUNTERS): Define.
8768 2005-02-28  Joseph S. Myers  <joseph@codesourcery.com>
8770         PR c/20245
8771         * c-parser.c (c_parser_compound_statement): Return error_mark_node
8772         instead of NULL_TREE on error.
8774 2005-02-28  David Edelsohn  <edelsohn@gnu.org>
8776         * config/rs6000/rs6000.c (EASY_VECTOR_15): Remove.
8777         (EASY_VECTOR_15_ADD_SELF): Remove.
8778         (num_insns_constant_wide): Not static.
8779         (validate_condition_mode): Not static.
8780         (toc_relative_expr_p): Not static.
8781         (legitimate_indirect_address_p): Not static.
8782         (macho_lo_sum_memory_operand): Not static.
8783         (invalid_e500_subreg): Not static.
8784         (easy_vector_same): Not static.
8785         (easy_vector_splat_const): Not static.
8786         (RS6000_SYMBOL_REF_TLS_P): Remove.
8787         (any_operand): Delete.
8788         (any_parallel_operand): Delete.
8789         (count_register_operand): Delete.
8790         (altivec_register_operand): Delete.
8791         (xer_operand): Delete.
8792         (s8bit_cint_operand): Delete.
8793         (short_cint_operand): Delete.
8794         (u_short_cint_operand): Delete.
8795         (non_short_cint_operand): Delete.
8796         (exact_log2_cint_operand): Delete.
8797         (gpc_reg_operand): Delete.
8798         (cc_reg_operand): Delete.
8799         (cc_reg_not_cr0_operand): Delete.
8800         (reg_or_short_operand): Delete.
8801         (reg_or_neg_short_operand): Delete.
8802         (reg_or_aligned_short_operand): Delete.
8803         (reg_or_u_short_operand): Delete.
8804         (reg_or_cint_operand): Delete.
8805         (reg_or_arith_cint_operand): Delete.
8806         (reg_or_add_cint64_operand): Delete.
8807         (reg_or_sub_cint64_operand): Delete.
8808         (reg_or_logical_cint_operand): Delete.
8809         (got_operand): Delete.
8810         (got_no_const_operand): Delete.
8811         (easy_fp_constant): Delete.
8812         (easy_vector_constant): Delete.
8813         (easy_vector_constant_add_self): Delete.
8814         (zero_constant): Delete.
8815         (zero_fp_constant): Delete.
8816         (volatile_mem_operand): Delete.
8817         (offsettable_mem_operand): Delete.
8818         (mem_or_easy_const_operand): Delete.
8819         (add_operand): Delete.
8820         (non_add_cint_operand): Delete.
8821         (logical_operand): Delete.
8822         (non_logical_cint_operand): Delete.
8823         (mask_operand): Delete.
8824         (mask_operand_wrap): Delete.
8825         (mask64_operand): Delete.
8826         (mask64_2_operand): Delete.
8827         (and64_operand): Delete.
8828         (and64_2_operand): Delete.
8829         (and_operand): Delete.
8830         (reg_or_mem_operand): Delete.
8831         (lwa_operand): Delete.
8832         (symbol_ref_operand): Delete.
8833         (call_operand): Delete.
8834         (current_file_function_operand): Delete.
8835         (input_operand): Delete.
8836         (rs6000_nonimmediate_operand): Delete.
8837         (rs6000_tls_symbol_ref): Delete.
8838         (save_world_operation): Delete.
8839         (restore_world_operation): Delete.
8840         (load_multiple_operation): Delete.
8841         (store_multiple_operation): Delete.
8842         (vrsave_operation): Delete.
8843         (mfcr_operation): Delete.
8844         (mtcrf_operation): Delete.
8845         (lmw_operation): Delete.
8846         (stmw_operation): Delete.
8847         (branch_comparison_operator): Delete.
8848         (branch_positive_comparison_operator): Delete.
8849         (scc_comparison_operator): Delete.
8850         (trap_comparison_operator): Delete.
8851         (boolean_operator): Delete.
8852         (boolean_or_operator): Delete.
8853         (min_max_operator): Delete.
8854         * config/rs6000/rs6000.h (RS6000_SYMBOL_REF_TLS_P): Move to here.
8855         (EASY_VECTOR_15): Moved to here.
8856         (EASY_VECTOR_15_ADD_SELF): Move to here.
8857         (PREDICATE_CODES): Delete.
8858         * config/rs6000/rs6000-protos.h: Delete predicate functions.
8859         Declare functions no longer static.
8860         * config/rs6000/predicates.md: New.
8861         * config/rs6000/rs6000.md: Include predicates.md
8863 2005-02-28  Kazu Hirata  <kazu@cs.umass.edu>
8865         * calls.c (emit_call_1): Don't use  REG_ALWAYS_RETURN.
8866         (emit_library_call_value_1): Don't use LCT_ALWAYS_RETURN and
8867         REG_ALWAYS_RETURN.
8868         * cfgrtl.c (need_fake_edge_p): Likewise.
8869         * combine.c (distribute_notes): Likewise.
8870         * emit-rtl.c (try_split): Likewise.
8871         * recog.c (peephole2_opimize): Likewise.
8872         * reg-notes.def (ALWAYS_RETURN): Remove.
8873         * rtl.h (LCT_ALWAYS_RETURN): Remove.
8874         * tree-cfg.c (need_fake_edge_p): Don't use ECF_ALWAYS_RETURN.
8875         * tree.h (ECF_ALWAYS_RETURN): Remove.
8877 2005-02-28  Roger Sayle  <roger@eyesopen.com>
8879         PR middle-end/19874
8880         * tree-ssa.c (tree_ssa_useless_type_conversion_1): A conversion
8881         between different machine modes is never a "useless" conversion.
8883 2005-02-28  Geert Bosch  <bosch@gnat.com>
8885         PR ada/15977
8886         * doc/contrib.texi: List contributors for Ada front end
8888 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
8890         * simplify-rtx.c (simplify_unary_operation_1,
8891         simplify_const_unary_operation): New, extracted from...
8892         (simplify_unary_operation): ... this one.
8893         (simplify_binary_operation_1,
8894         simplify_const_binary_operation): New, extracted from...
8895         (simplify_binary_operation): ... this one.
8896         * rtl.h (simplify_const_unary_operation,
8897         simplify_const_binary_operation): Add prototypes.
8899 2005-02-28  Julian Brown  <julian@codesourcery.com>
8901         * config/elfos.h: Revert my patch from 2005-02-25 since it broke
8902         building libjava and caused PR regression/20228.
8904 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8906         PR bootstrap/17383
8907         * Makefile.in (host_subdir): New.
8908         (build_objdir): New.  Replace ../$(build_subdir) with it throughout.
8909         * configure: Regenerate.
8911 2005-02-27  Zack Weinberg  <zack@codesourcery.com>
8913         * config/alpha/t-osf4, config/arm/t-netbsd, config/ia64/t-hpux
8914         * config/pa/t-hpux-shlib (SHLIB_INSTALL): Create the
8915         installation directory first.
8917 2005-02-28  Hans-Peter Nilsson  <hp@axis.com>
8919         PR target/19065.
8920         * config/cris/cris.h (EXTRA_CONSTRAINT_Q): Accept only (mem (reg)),
8921         not including (reg). Do not check for reg being CRIS_PC_REGNUM.
8922         (EXTRA_MEMORY_CONSTRAINT): Define as 'Q'.
8923         * config/cris/cris.md: Tweak comments referring to Q.
8924         ("cmpsi", "cmphi", "cmpqi", "*movsi_internal", "movhi")
8925         ("movstricthi", "movqi", "movstrictqi", "movsf", "addsi3")
8926         ("addhi3", "addqi3", "subsi3", "subhi3", "subqi3")
8927         ("*expanded_andsi", "*expanded_andhi", "*andhi_lowpart", "andqi3")
8928         ("*andqi_lowpart", "iorsi3", "iorhi3", "iorqi3", "uminsi3"):
8929         Insert spaces in constraints to align alternatives vertically for
8930         readability.
8931         ("cmphi"): Ditto.  Add separate alternative for operand 0 "r",
8932         operand 1: "M".
8934 2005-02-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8936         PR rtl-optimization/17728
8937         * pa.md (mulsi3, divsi3, udivsi3, modsi3): Change predicate for
8938         operand 0 from general_operand to move_dest_operand.
8940 2005-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8942         * pa/elf.h, pa/som.h (ASM_OUTPUT_EXTERNAL): Use assemble_name_raw
8943         instead of trying to save and restore TREE_SYMBOL_REFERENCED.
8944         * pa/pa64-hpux.h (ASM_OUTPUT_TYPE_DIRECTIVE): Define.
8945         (ASM_OUTPUT_EXTERNAL): Don't save and restore TREE_SYMBOL_REFERENCED.
8947 2005-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8949         * configure.ac: Rename cc_for_cross_gnattools to host_cc_for_libada.
8950         * configure: Regenerate.
8951         * libada-mk.in: Remove CC; rename
8952         cc_for_cross_gnattools / cc_set_by_configure to host_cc_for_libada.
8954 2005-02-26  Andrew Pinski  <pinskia@physics.uc.edu>
8956         PR tree-opt/20188
8957         * tree-ssa-alias.c (count_uses_and_derefs): If we have TREE_LIST
8958         for the lhs, also walk over the tree.  Likewise for rhs.
8960 2005-02-26  Zdenek Dvorak  <dvorakz@suse.cz>
8962         * tree-ssa-dom.c (simple_iv_increment_p): New function.
8963         (simplify_rhs_and_lookup_avail_expr, eliminate_redundant_computations):
8964         Do not propagate value of iv before increment over the increment.
8966 2005-02-25  Joseph S. Myers  <joseph@codesourcery.com>
8968         * c-parser.c: New file.
8969         * c-parse.in: Remove.
8970         * Makefile.in (c-parse.o-warn, c-parse.o, c-parse.c, c-parse.y):
8971         Remove.
8972         (c-parser.o): Add dependencies.
8973         (C_AND_OBJC_OBJC, C_OBJS, gcc.srcextra, GTFILES, distclean,
8974         maintainer-clean, TAGS): Update.
8975         * c-config-lang.in (gtfiles): Update.
8976         * gengtype-lex.l: Don't handle "@@".
8977         * stub-objc.c (objc_get_class_ivars, objc_build_throw_stmt,
8978         objc_build_synchronized, objc_begin_try_stmt,
8979         objc_begin_catch_clause, objc_finish_catch_clause,
8980         objc_build_finally_clause, objc_finish_try_stmt): New.
8981         * c-tree.h (struct c_declspecs): Add declspecs_seen_p and
8982         type_seen_p.
8983         (c_parse_init): Update comment.
8984         * c-decl.c (c_init_decl_processing): Update comment.
8985         (build_null_declspecs, declspecs_add_qual, declspecs_add_type,
8986         declspecs_add_scspec, declspecs_add_attrs): Initialize and update
8987         new c_declspecs members.
8989 2005-02-25  Julian Brown  <julian@codesourcery.com>
8991         * config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK
8992         from being used for symbols with vague linkage when
8993         HAVE_GAS_COMDAT_GROUP is true.
8995 2005-02-25  Mark Mitchell  <mark@codesourcery.com>
8997         * doc/include/gcc-common.texi (version-GCC): Update to 4.1.
8999 2005-02-25  Steve Ellcey  <sje@cup.hp.com>
9001         PR target/19930
9002         * doc/tm.texi (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Document.
9003         (LIBGCC2_HAS_DF_MODE): New.
9004         (LIBGCC2_HAS_XF_MODE): New.
9005         (LIBGCC2_HAS_TF_MODE): New.
9006         * libgcc2.h (LIBGCC2_HAS_XF_MODE): New name for HAVE_XFMODE.
9007         (LIBGCC2_HAS_TF_MODE): New name for HAVE_TFMODE.
9008         * libgcc2.c (LIBGCC2_HAS_XF_MODE): New name for HAVE_XFMODE.
9009         (LIBGCC2_HAS_TF_MODE): New name for HAVE_TFMODE.
9010         (LIBGCC2_HAS_DF_MODE): New name for HAVE_DFMODE.
9011         * config/ia64/t-ia64 (LIB1ASMFUNCS): Remove __compat
9012         and add _fixtfdi, _fixunstfdi, _floatditf
9013         * lib1funcs.asm: Remove L__compat. Add L_fixtfdi,
9014         L_fixunstfdi, L_floatditf.
9015         * config/ia64/hpux.h (LIBGCC2_HAS_XF_MODE): Define.
9016         (LIBGCC2_HAS_TF_MODE): Define.
9018 2005-02-25  Diego Novillo  <dnovillo@redhat.com>
9020         PR tree-optimization/20204
9021         * tree-into-ssa.c (insert_phi_nodes_for): Do not use
9022         REWRITE_THIS_STMT markers on PHI nodes.
9023         (rewrite_initialize_block): Likewise.
9025 2005-02-25  Mark Mitchell  <mark@codesourcery.com>
9027         * version.c (version_string): Update to 4.1.
9029 2005-02-25  Paolo Carlini  <pcarlini@suse.de>
9031         * doc/extend.texi (5.24 Declaring Attributes of Functions)<noreturn>:
9032         Clarify that the alternative way doesn't work in GNU C++.
9034 2005-02-25  Zdenek Dvorak  <dvorakz@suse.cz>
9036         PR tree-optimization/19937
9037         * tree-ssa-loop-ivopts.c (rewrite_use_compare): Cast the final value
9038         to the type of the induction variable.
9040 2005-02-25  Kaz Kojima  <kkojima@gcc.gnu.org>
9042         PR rtl-optimization/20117
9043         * bb-reorder.c (duplicate_computed_gotos): Don't duplicate
9044         the block including noncopyable insn.
9046 2005-02-24  Kazu Hirata  <kazu@cs.umass.edu>
9048         * cse.c (delete_trivially_dead_insns): Speed up by minimizing
9049         calls to find_reg_note.
9051 2005-02-24  Richard Henderson  <rth@redhat.com>
9053         PR tree-opt/20127
9054         * tree-sra.c (instantiate_element): Copy TREE_THIS_VOLATILE from
9055         the type.
9057 2005-02-24  Fariborz Jahanian <fjahanian@apple.com>
9059         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Check for
9060         vector types if to use base reg for misaligned non-word ld/std.
9062 2005-02-24  Hans-Peter Nilsson  <hp@axis.com>
9064         PR target/14619
9065         * config/cris/cris.c (cris_target_asm_function_prologue): Create
9066         dwarf2 label manually and put it after, not before the prologue.
9068 2005-02-24  David Edelsohn  <edelsohn@gnu.org>
9070         PR target/19019
9071         * reload.c (operands_match_p): Only increment register number for
9072         SCALAR_INT_MODE_P modes in multiple hard registers.
9074         * config/rs6000/rs6000.md (trunctfdf2): Remove register constraints.
9075         Fix formatting.
9077 2005-02-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9079         * ChangeLog.5: Fix log message typo(s).
9080         * ChangeLog.7: Likewise.
9081         * ChangeLog.tree-ssa: Likewise.
9082         * cfgexpand.c: Fix comment typo(s).
9083         * conflict.c: Likewise.
9084         * defaults.h: Likewise.
9085         * dwarf2out.c: Likewise.
9086         * gcse.c: Likewise.
9087         * ggc-page.c: Likewise.
9088         * tree-eh.c: Likewise.
9089         * tree-ssa-dom.c: Likewise.
9091 2005-02-24  Jakub Jelinek  <jakub@redhat.com>
9093         PR target/19019
9094         * mklibgcc.in: Pass -DSHARED when compiling all *_s${objext} objects.
9095         * config/rs6000/darwin-ldouble.c: Only use the .symver directives
9096         if SHARED is defined.
9098         PR target/20196
9099         * config/rs6000/rs6000.md (LTU, GTU sCC splitters): Add earlyclobber,
9100         allow splitting only if operands 0 and 3 don't overlap.
9102 2005-02-24  Richard Henderson  <rth@redhat.com>
9104         PR middle-end/19953
9105         * builtins.c (fold_builtin_complex_mul, fold_builtin_complex_div): New.
9106         (fold_builtin_1): Call them.
9107         * fold-const.c (fold_complex_mult_parts): Split out from ...
9108         (fold_complex_mult): ... here.  Fix typo in both imaginary case.
9109         (fold_complex_div_parts, fold_complex_div): New.
9110         (fold): Use them.
9111         * tree.h (fold_complex_mult_parts, fold_complex_div_parts): Declare.
9113 2005-02-24  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9115         * tree-ssa-ccp.c (visit_assignment): Verify that result of
9116         VIEW_CONVERT_EXPR is_gimple_min_invariant.
9118         * print-tree.c (print_node_brief): Print LABEL_DECL_UID.
9119         (print_node): Likewise.
9120         Print TYPE_SIZES_GIMPLIFIED.
9122 2005-02-24  Hans-Peter Nilsson  <hp@axis.com>
9124         * config/cris/cris.md ("umulhisi3", "umulqihi3", "mulsi3")
9125         ("mulqihi3", "mulhisi3", "mulsidi3", "umulsidi3"): Mark input
9126         operands as commutative in constraints.
9128 2005-02-24  Diego Novillo  <dnovillo@redhat.com>
9130         * tree-into-ssa.c: Re-organize internal functions.
9132 2005-02-24  Richard Henderson  <rth@redhat.com>
9134         PR middle-end/18902
9135         * c-opts.c (c_common_post_options): Set flag_complex_method to 2
9136         for c99.
9137         * common.opt (fcx-limited-range): New.
9138         * opts.c (set_fast_math_flags): Set flag_cx_limited_range.
9139         * toplev.c (flag_complex_method): Initialize to 1.
9140         (process_options): Set flag_complex_method to 0 if
9141         flag_cx_limited_range.
9142         * doc/invoke.texi (-fcx-limited-range): New.
9144 2005-02-24  Kazu Hirata  <kazu@cs.umass.edu>
9146         * cse.c (delete_trivially_dead_insns): Speed up by using
9147         NEXT_INSN and PREV_INSN directly instead of next_real_insn and
9148         prev_real_insn.
9150 2005-02-24  Andrea Tarani  <andrea.tarani@gilbarco.com>
9152         * config/m68k/m68k.c (m68k_save_reg): Also save A5 for non-leaf
9153         functions when -mid-shared-library is being used.
9155 2005-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
9157         * doc/tm.texi (LINK_LIBGCC_SPECIAL): Remove.
9158         (LINK_LIBGCC_SPECIAL_1): Don't mention it.
9159         * gcc.c: Don't check for LINK_LIBGCC_SPECIAL.
9160         * system.h: Poison LINK_LIBGCC_SPECIAL.
9162 2005-02-23  James E Wilson  <wilson@specifixinc.com>
9164         * gengtype.c (note_insn_name): Make 1 element larger.
9166 2005-02-23  Roger Sayle  <roger@eyesopen.com>
9168         PR target/20018
9169         PR rtl-optimization/20097
9170         * simplify-rtx.c (simplify_relational_operation_1): Avoid creating
9171         BImode SUBREGs of SImode registers which confuse the ia64 backend.
9173 2005-02-23  David Edelsohn  <edelsohn@gnu.org>
9175         * t-aix43 (SHLIB_INSTALL): Create directory for shared library.
9176         * t-aix52 (SHLIB_INSTALL): Same.
9178 2005-02-23  Kazu Hirata  <kazu@cs.umass.edu>
9180         * genpreds.c: Update copyright.
9182 2005-02-23  Michael Beach  <michaelb@ieee.org>
9184         PR target/20159
9185         * config/sparc/t-elf (startup files): Assemble with CPP.
9187 2005-02-23  Paolo Bonzini  <bonzini@gnu.org>
9189         * genpreds.c (mark_mode_tests): Handle non-VOIDmode match_operands.
9190         (write_predicate_expr): Likewise.
9192 2005-02-22  Diego Novillo  <dnovillo@redhat.com>
9194         PR tree-optimization/20100
9195         PR tree-optimization/20115
9196         * tree-optimize.c (init_tree_optimization_passes): Remove
9197         pass_maybe_create_global_var.
9198         * tree-pass.h (pass_maybe_create_global_var): Remove.
9199         * tree-ssa-alias.c (aliases_computed_p): Declare.
9200         (struct alias_info): Add field NUM_PURE_CONST_CALLS_FOUND.
9201         (count_calls_and_maybe_create_global_var): Remove.
9202         (pass_maybe_create_global_var): Remove.
9203         (init_alias_info): Do not declare aliases_computed_p.
9204         (maybe_create_global_var): If the function contains no
9205         call-clobbered variables and a mix of pure/const and regular
9206         function calls, create .GLOBAL_VAR.
9207         Mark all call-clobbered variables for renaming.
9208         (merge_pointed_to_info): Update comment.
9209         (add_pointed_to_var): Likewise.
9210         (is_escape_site): Likewise.
9211         Accept struct alias_info * instead of size_t *.
9212         Update all users.
9213         Update AI->NUM_CALLS_FOUND and AI->NUM_PURE_CONST_CALLS_FOUND
9214         as necessary.
9215         * tree-ssa-operands.c (get_call_expr_operands): If
9216         ALIASES_COMPUTED_P is false, do not add call-clobbering
9217         operands.
9218         * tree-ssa.c (init_tree_ssa): Set ALIASES_COMPUTED_P to false.
9219         (delete_tree_ssa): Likewise.
9221 2005-02-22  James E Wilson  <wilson@specifixinc.com>
9223         * toplev.c (backend_init): Don't call init_adjust_machine_modes here.
9224         (do_compile): Do call it here.
9226 2005-02-22  Kazu Hirata  <kazu@cs.umass.edu>
9228         PR rtl-optimization/20017.
9229         * passes.c (rest_of_handle_combine, rest_of_handle_cse,
9230         rest_of_handle_cse2, rest_of_handle_gcse): Call
9231         delete_dead_jumptables immediately before calling cleanup_cfg.
9233 2005-02-22  Devang Patel  <dpatel@apple.com>
9235         PR 19952
9236         * tree-if-conv.c (process_phi_nodes): Use bsi_after_labels and skip
9237         all labels
9239 2005-02-22  David Edelsohn  <edelsohn@gnu.org>
9241         * config/rs6000/aix.h (WINT_TYPE): Define.
9243 2005-02-22  Stan Shebs  <shebs@apple.com>
9245         * config/rs6000/rs6000.c (rs6000_override_options): Default to
9246         natural alignment for 64-bit Darwin.
9247         (rs6000_parse_alignment_option): Warn about uses of -malign-power
9248         on 64-bit Darwin.
9249         * doc/invoke.texi: Document this.
9251 2005-02-22  DJ Delorie  <dj@redhat.com>
9253         * c-common.c (c_common_type_for_mode): Pass the mode's precision
9254         to make_[un]signed_type, not the mode itself.
9256 2005-02-22  Kazu Hirata  <kazu@cs.umass.edu>
9258         * cfg.c (cached_make_edge): Call make_edge if edge cache is
9259         not available.  Use tail calls wherever possible.
9260         (make_edge): Call unchecked_make_edge to create an edge.
9262         * tree-outof-ssa.c (SSANORM_USE_COALESCE_LIST): Remove.
9263         (coalesce_ssa_name): Don't check for
9264         SSANORM_USE_COALESCE_LIST.
9265         (rewrite_out_of_ssa): Don't use SSANORM_USE_COALESCE_LIST.
9267 2005-02-22  Diego Novillo  <dnovillo@redhat.com>
9269         * tree-into-ssa.c (rewrite_blocks): Move debug dumps from ...
9270         (rewrite_into_ssa): ... here.
9272 2005-02-21  Alexandre Oliva  <aoliva@redhat.com>
9274         PR tree-optimization/19786
9275         * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Add one
9276         tag to another's may-alias bitmap when adding to the other's list.
9278 2005-02-21  DJ Delorie  <dj@redhat.com>
9280         * tree-ssa-loop-ivopts.c (computation_cost): Start register
9281         numbering at LAST_VIRTUAL_REGISTER+1 to avoid possibly using hard
9282         registers in unsupported ways.
9283         * expmed.c (init_expmed): Likewise.
9285 2005-02-21  Stan Cox  <scox@redhat.com>
9287         * config/iq2000/iq2000.h (DWARF_FRAME_RETURN_COLUMN): Change to 31.
9289 2005-02-21  Kazu Hirata  <kazu@cs.umass.edu>
9291         * tree-cfg.c (fold_cond_expr_cond): New.
9292         (make_edges): Call fold_cond_expr_cond.
9293         (find_taken_edge): Accept nothing but INTEGER_CST.
9294         (find_taken_edge_cond_expr): Reject INTEGER_CST other than 0
9295         and 1.
9296         (find_taken_edge_switch_expr): Remove a check for INTEGER_CST.
9298         * flow.c (delete_dead_jumptables): Speed up by scanning insns
9299         that do not belong to any basic block.
9301 2005-02-21  Jeff Law  <law@redhat.com>
9303         * cfganal.c (find_unreachable_blocks): Manually CSE load of
9304         e->dest.
9306 2005-02-21  Kazu Hirata  <kazu@cs.umass.edu>
9308         * tree-outof-ssa.c (SSANORM_REMOVE_ALL_PHIS): Remove.
9309         (SSANORM_COALESCE_PARTITIONS, SSANORM_USE_COALESCE_LIST):
9310         Adjust their definitions.
9311         (remove_ssa_form): Don't check for SSANORM_REMOVE_ALL_PHIS.
9312         (rewrite_out_of_ssa): Don't use SSANORM_REMOVE_ALL_PHIS.
9314         * c-objc-common.h, c-pretty-print.c, cgraphunit.c, except.c,
9315         genautomata.c, langhooks.c, langhooks.h, system.h,
9316         config/arm/lib1funcs.asm: Update copyright.
9318 2005-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
9320         * dbxout.c (dbxout_function_end): Emit Lscope label always.
9322 2005-02-21  Richard Guenther  <rguenth@gcc.gnu.org>
9324         PR bootstrap/13770
9325         * doc/install.texi: Document --with-gc.
9327 2005-02-21  Paolo Bonzini  <bonzini@gnu.org>
9329         * simplify-rtx.c (simplify_unary_operation): Add a missing
9330         "break" statement.
9332 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9334         PR tree-optimization/18663
9335         * tree-ssa-dom.c (extract_range_from_cond): Return 0
9336         if the type has variable bounds.
9338 2005-02-20  Kazu Hirata  <kazu@cs.umass.edu>
9340         * gcse.c: Remove an obsolete comment.
9342         * cse.c (init_cse_reg_info): Use xmalloc instead of xrealloc.
9344 2005-02-20  Hans-Peter Nilsson  <hp@axis.com>
9346         * doc/extend.texi (Function Attributes) <Attribute const>: The
9347         attribute "pure" is below this text, not above.
9349 2005-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9351         * pa.c (pa_assemble_integer, get_plabel): Small cleanups.
9352         (pa_asm_output_mi_thunk): Use asm_output_insn instead of fprintf.
9353         * som.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Small cleanup.
9355 2005-02-20  Zack Weinberg  <zack@codesourcery.com>
9357         PR 18785
9358         * langhooks.h (struct lang_hooks): Add to_target_charset.
9359         * langhooks.c (lhd_to_target_charset): New function.
9360         * langhooks-def.h: Declare lhd_to_target_charset.
9361         (LANG_HOOKS_TO_TARGET_CHARSET): New macro.
9362         (LANG_HOOKS_INITIALIZER): Update.
9363         * c-common.c (c_common_to_target_charset): New function.
9364         * c-common.h: Declare it.
9365         * c-objc-common.h (LANG_HOOKS_TO_TARGET_CHARSET): Set to
9366         c_common_to_target_charset.
9368         * defaults.c (TARGET_BELL, TARGET_BS, TARGET_CR, TARGET_DIGIT0)
9369         (TARGET_ESC, TARGET_FF, TARGET_NEWLINE, TARGET_TAB, TARGET_VT):
9370         Delete definitions.
9371         * system.h: Poison them.
9372         * doc/tm.texi: Don't discuss them.
9373         * builtins.c (fold_builtin_isdigit): Use lang_hooks.to_target_charset.
9374         * c-pretty-print.c (pp_c_integer_constant): Don't use pp_c_char.
9375         (pp_c_char): Do not attempt to generate letter escapes for
9376         newline, tab, etc.
9377         * config/arm/arm.c (output_ascii_pseudo_op): Likewise.
9378         * config/mips/mips.c (mips_output_ascii): Likewise.
9380 2005-02-20  Dorit Naishlos  <dorit@il.ibm.com>
9382         PR tree-optimization/19951
9383         * tree-vect-analyze.c (vect_analyze_loop_form): Check if loop exit edge
9384         is abnormal.
9386 2005-02-19  Steven Bosscher  <stevenb@suse.de>
9388         PR middle-end/19698
9389         * function.h (struct function): New field `max_loop_depth'.
9390         * cfgloop.c (establish_preds): Update maximum loop depth seen so far.
9391         (flow_loops_find): Reset the max loop depth count before finding loops.
9392         * flow.c (MAX_LIVENESS_ROUNDS): New constant.
9393         (update_life_info_in_dirty_blocks): Remove 2002-05-28 workaround.
9394         (calculate_global_regs_live): Make sure the loop will terminate
9395         when the initial sets are not empty.
9397 2005-02-19  Zack Weinberg  <zack@codesourcery.com>
9399         * mklibgcc.in: If libgcc_eh.a would be empty, put a dummy
9400         object inside.
9401         * config/ia64/hpux.h: Don't define LIBGCC_SPEC.
9403 2005-02-19  Richard Sandiford  <rsandifo@redhat.com>
9405         PR other/19525
9406         * doc/invoke.texi: Remove documentation of %M spec.
9407         * gcc.c: Likewise.
9408         (init_spec): Remove %M suffix from -lgcc_s.
9409         (do_spec_1): Remove 'M' case.
9410         * mklibgcc.in: Remove SHLIB_MULTILIB handling.  Expect SHLIB_LINK
9411         to put shared libraries in the multilib directory.  Remove the
9412         shlib_so_soname substitution variable.  Don't add a multilib encoding
9413         to shlib_base_name.  Set shlib_slibdir_qual to the full pathname
9414         reported by -print-multi-os-directory.  Pass @multilib_dir@ to
9415         SHLIB_INSTALL as well as SHLIB_LINK.
9416         * config/t-slibgcc-elf-ver (SHLIB_SONAME): Use @shlib_base_name@.
9417         (SHLIB_NAME): Delete.
9418         (SHLIB_DIR): New macro.
9419         (SHLIB_LINK): Put $(SHLIB_SONAME) and $(SHLIB_SOLINK) in $(SHLIB_DIR).
9420         (SHLIB_INSTALL): Adjust accordingly.
9421         * config/t-slibgcc-darwin: As for t-slibgcc-elf-ver.
9422         * config/t-slibgcc-sld: Likewise.
9423         * config/t-libunwind-elf (SHLIBUNWIND_NAME): Delete.
9424         (SHLIBUNWIND_SONAME): Use @shlib_base_name@.
9425         (SHLIBUNWIND_LINK): Put $(SHLIBUNWIND_SONAME) and $(SHLIB_SOLINK)
9426         in $(SHLIB_DIR).
9427         (SHLIBUNWIND_INSTALL): Adjust accordingly.
9428         * config/i386/t-nwld (SHLIB_SONAME): Delete.
9429         (SHLIB_LINK, SHLIB_INSTALL): Use SHLIB_NAME instead of SHLIB_SONAME.
9430         Use @shlib_base_name@ instead of @shlib_so_name@.
9431         * config/ia64/t-hpux (SHLIB_LINK): Put @shlib_base_name@.so.0
9432         and @shlib_base_name@.so in @multilib_dir@.
9433         (SHLIB_INSTALL): Adjust accordingly.  Add @shlib_slibdir_qual@
9434         to the install path.
9435         * config/mips/t-slibgcc-irix: As for t-slibgcc-elf-ver.
9436         (SHLIB_LINK): Remove previous workaround.
9437         * config/pa/t-hpux-shlib (SHLIB_DIR, SHLIB_SLIBDIR_QUAL): New macros.
9438         (SHLIB_LINK): Put $(SHLIB_SONAME) and $(SHLIB_NAME) in $(SHLIB_DIR).
9439         (SHLIB_INSTALL): Adjust accordingly.  Add $(SHLIB_SLIBDIR_QUAL) to
9440         the install path.
9441         * config/rs6000/t-aix43 (SHLIB_LINK): Put @shlib_base_name@.a in
9442         @multilib_dir@.  Use @multilib_dir@ to check for threading libraries.
9443         (SHLIB_INSTALL): Adjust accordingly.
9444         (SHLIB_LIBS): Use @multilib_dir@ to check for threading libraries.
9445         * config/rs6000/t-aix52: As for config/rs6000/t-aix43.
9446         * config/sh/t-linux (SHLIB_LINK, SHLIB_INSTALL): As for
9447         config/t-slibgcc-elf-ver.
9449 2005-02-19  Zdenek Dvorak  <dvorakz@suse.cz>
9450             Jakub Jelinek  <jakub@redhat.com>
9452         PR tree-optimization/19828
9453         * tree-ssa-loop-im.c: Add a TODO comment.
9454         (movement_possibility): Return MOVE_PRESERVE_EXECUTION for calls
9455         without side-effects.
9457 2005-02-18  James A. Morrison  <phython@gcc.gnu.org>
9459         * tree-ssa-ccp.c (widen_bitfield): Pass type to build_int_cst and don't
9460         call fold_convert.
9462 2005-02-18  James E. Wilson  <wilson@specifixinc.com>
9464         * doc/invoke.texi (IA-64 Options): Delete -mb-step.
9465         * config/ia64/ia64.c (last_group, group_idx): Delete variables.
9466         (errata_find_address_regs, errata_emit_nops, fixup_errata): Delete
9467         functions.
9468         (ia64_reorg): Delete fixup_errata call.
9469         * config/ia64/ia64.h (MASK_B_STEP, TARGET_B_STEP): Delete.
9470         (TARGET_SWITCHES): Delete -mb-step entry.
9472 2005-02-19  Jakub Jelinek  <jakub@redhat.com>
9474         PR c/20043
9475         * c-typeck.c (composite_type): Handle quals in transparent unions.
9476         (type_lists_compatible_p): Likewise.
9478 2005-02-18  Stan Shebs  <shebs@apple.com>
9480         * config/darwin.c (machopic_select_rtx_section): Don't put relocatable
9481         expressions in the .literal8 section.
9483 2005-02-18  Geoffrey Keating  <geoffk@apple.com>
9485         * config/rs6000/darwin-tramp.asm: Remove stray 'APPLE LOCAL' marker.
9487 2005-02-18  Roger Sayle  <roger@eyesopen.com>
9489         * fold-const.c (constant_boolean_node): Always create values of the
9490         specified type, don't bother calling truthvalue_conversion.
9492 2005-02-18  Joseph S. Myers  <joseph@codesourcery.com>
9494         * except.c (output_function_exception_table): Call
9495         assemble_external_libcall (eh_personality_libfunc).
9497 2005-02-18  Joseph S. Myers  <joseph@codesourcery.com>
9499         PR target/19886
9500         * config/ia64/ia64.h (struct machine_function): Add state_num.
9501         * config/ia64/ia64.c (process_epilogue,
9502         process_for_unwind_directive): Use new unwind state numbers each
9503         time rather than state 1.
9505 2005-02-18  Ulrich Weigand  <uweigand@de.ibm.com>
9507         PR target/20054
9508         * config/s390/s390.md ("*llgt_sidi", "*llgt_sidi_split"): Move to
9509         before the "*llgt_didi" pattern.
9511 2005-02-18  Jason Merrill  <jason@redhat.com>
9513         * gimplify.c (gimplify_modify_expr_rhs) [CALL_EXPR]: Revert again.
9515 2005-02-18  Richard Earnshaw  <rearnsha@arm.com>
9517         * arm/lib1funcs.asm (FUNC_ALIAS): New macro.
9518         (div0): Use it in place of ARM_FUNC_ALIAS.
9519         (lshrdi3, ashrdi3, ashlrdi3): Likewise.
9521 2005-02-18  Andrew Pinski  <pinskia@physics.uc.edu>
9523         PR middle-end/20030
9524         * fold-const.c (fold_indirect_ref_1): Use the correct index for zero
9525         access, the lower bound of the array type if it exists.
9527 2005-02-18  Alexandre Oliva  <aoliva@redhat.com>
9529         PR c++/20008
9530         * stmt.c (expand_case): Don't assume cleanup_tree_cfg will remove
9531         cases that are out-of-range for the index type.
9533 2005-02-18  James A. Morrison  <phython@gcc.gnu.org>
9535         * stmt.c (emit_case_bit_tests): Call fold_convert instead of convert.
9536         (estimate_case_costs): Don't call convert.
9537         * expmed.c (expand_shift): Likewise.
9538         (make_tree): Call fold_convert instead of convert.
9540 2005-02-18  Jakub Jelinek  <jakub@redhat.com>
9542         PR c++/19813
9543         * emit-rtl.c (set_mem_attributes_minus_bitpos): Add assertion
9544         that ref to be marked MEM_READONLY_P doesn't have base that needs
9545         constructing.
9547 2005-02-18  Joseph S. Myers  <joseph@codesourcery.com>
9549         * genautomata.c (output_get_cpu_unit_code_func,
9550         output_cpu_unit_reservation_p): Don't generate old-style function
9551         definitions.
9553 2005-02-18  Jakub Jelinek  <jakub@redhat.com>
9555         PR c++/20023
9556         PR tree-optimization/20009
9557         * convert.c (convert_to_integer): Revert 2005-02-16 change.
9559         PR tree-optimization/18947
9560         * cgraphunit.c (cgraph_finalize_function): When redefining an extern
9561         inline, remove all nodes that are inlined into the extern inline
9562         being redefined.
9564 2005-02-17  Kazu Hirata  <kazu@cs.umass.edu>
9566         * bt-load.c, cfgloop.c, convert.c, dominance.c, global.c,
9567         loop-invariant.c, stmt.c, tree-ssa-forwprop.c,
9568         tree-ssa-live.c, tree-ssanames.c, tree-vn.c,
9569         config/host-linux.c, config/arm/fpa.md, config/avr/avr.h:
9570         Update copyright.
9572 2005-02-17  Roger Sayle  <roger@eyesopen.com>
9574         PR tree-optimization/19917
9575         * tree-eh.c (tree_could_trap_p): Consider calls to weak functions
9576         to be potentially trapping.
9578 2005-02-17  Kazu Hirata  <kazu@cs.umass.edu>
9580         * libgcc2.c, tree-vect-analyze.c: Fix comment typos.
9582 2005-02-17  Andreas Krebbel  <krebbel1@de.ibm.com>
9584         * builtins.c (expand_builtin_return_addr): Remove tem parameter.
9585         tem becomes a local variable which is set to the value of the
9586         back end defined INITIAL_FRAME_ADDRESS macro.
9587         (expand_builtin_frame_address): Omit the base parameter to
9588         expand_builtin_return_addr.
9589         (expand_builtin_profile_func): Likewise.
9590         * config/s390/s390.h (INITIAL_FRAME_ADDRESS_RTX): Define new macro.
9591         (DYNAMIC_CHAIN_ADDRESS): Remove the case for the initial frame.
9592         * doc/tm.texi: Documentation for INITIAL_FRAME_ADDRESS_RTX added.
9594 2005-02-17  Jakub Jelinek  <jakub@redhat.com>
9596         * config/s390/s390.c (s390_alloc_pool, s390_free_pool,
9597         s390_chunkify_start): Use BITMAP_ALLOC and BITMAP_FREE.
9598         * config/frv/frv.c (frv_function_epilogue): Likewise.
9600 2005-02-17  Daniel Berlin  <dberlin@dberlin.org>
9602         * lambda-code (perfect_nestify): Remove mark/unmark
9603         for rewriting hack.
9604         * tree-loop-linear.c (linear_transform_loops): Add
9605         rewrite_into_ssa call so that ssa is correct for
9606         rewriting into loop closed.
9608 2005-02-17  Nathan Sidwell  <nathan@codesourcery.com>
9610         * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.
9611         * bb-reorder.c (duplicate_computed_gotos): Use BITMAP_ALLOC and
9612         BITMAP_FREE.
9613         * bt-load.c (btr_def_live_range, combine_btr_defs,
9614         migrate_btr_def, migrate_btr_defs): Likewise.
9615         * cfgcleanup.c (thread_jump): Likewise.
9616         * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
9617         * df.c (df_insn_table_realloc, df_bitmaps_alloc, df_bitmaps_free,
9618         df_alloc, df_free, df_du_chain_create, df_bb_rd_local_compute,
9619         df_rd_local_compute, df_reg_info_compute): Likewise.
9620         * dominance.c (init_dom_info, free_dom_info): Likewise.
9621         * flow.c (init_propagate_block_info,
9622         free_propagate_block_info): Likewise.
9623         * gcse.c (alloc_gcse_mem, free_gcse_mem): Likewise.
9624         * global.c (allocate_bb_info, free_bb_info, calculate_reg_pav,
9625         modify_reg_pav): Likewise.
9626         * loop-invariant.c (find_defs, find_invariant_insn,
9627         find_invariants, free_inv_motion_data): Likewise.
9628         * predict.c (tree_predict_by_opcode,
9629         estimate_bb_frequencies): Likewise.
9630         * stmt.c (expand_case): Likewise.
9631         * tree-cfg.c (tree_duplicate_sese_region): Likewise.
9632         * tree-dfa.c (mark_new_vars_to_rename): Likewise.
9633         * tree-if-conv.c (get_loop_body_in_if_conv_order): Likewise.
9634         * tree-into-ssa.c (insert_phi_nodes_for, def_blocks_free,
9635         get_def_blocks_for, mark_def_site_blocks, rewrite_into_ssa,
9636         rewrite_ssa_into_ssa): Likewise.
9637         * tree-optimize.c (tree_rest_of_compilation): Likewise.
9638         * tree-outof-ssa.c (new_temp_expr_table, free_temp_expr_table,
9639         analyze_edges_for_bb, perform_edge_inserts): Likewise.
9640         * tree-scalar-evolution.c (scev_initialize, scev_finalize): Likewise.
9641         * tree-sra.c (tree_sra): Likewise.
9642         * tree-ssa-alias.c (init_alias_info, delete_alias_info): Likewise.
9643         * tree-ssa-ccp.c (ccp_fold_builtin): Likewise.
9644         * tree-ssa-dce.c (tree_dce_init, tree_dce_done): Likewise.
9645         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Likewise.
9646         * tree-ssa-dse.c (tree_ssa_dse): Likewise.
9647         * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_var):
9648         Likewise.
9649         * tree-ssa-live.c (new_tree_live_info, delete_tree_live_info,
9650         calculate_live_on_entry, calculate_live_on_exit,
9651         build_tree_conflict_graph): Likewise.
9652         * tree-ssa-loop-ivopts.c (tree_ssa_iv_optimize_init, record_use,
9653         record_important_candidates, set_use_iv_cost, find_depends,
9654         determine_use_iv_costs, iv_ca_new, iv_ca_free, free_loop_data,
9655         tree_ssa_iv_optimize_finalize): Likewise.
9656         * tree-ssa-loop-manip.c (add_exit_phis_var, get_loops_exit,
9657         find_uses_to_rename_use, rewrite_into_loop_closed_ssa,
9658         tree_duplicate_loop_to_header_edge): Likewise.
9659         * tree-ssa-pre.c (init_pre, fini_pre): Likewise.
9660         * tree-ssa.c (verify_flow_insensitive_alias_info,
9661         verify_name_tags, verify_ssa, init_tree_ssa,
9662         delete_tree_ssa): Likewise.
9663         * tree-ssanames.c (marked_ssa_names, init_ssanames,
9664         fini_ssanames): Likewise.
9665         * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Likewise.
9667 2005-02-17  Ralf Corsepius  <ralf.corsepius@rtems.org>
9669         * config/rs6000/t-rtems: Completely reworked.
9671 2005-02-17  Ira Rosen  <irar@il.ibm.com>
9673         * tree-data-ref.c (array_base_name_differ_p): Remove gcc_assert.
9675 2005-02-17  Ira Rosen  <irar@il.ibm.com>
9677         * tree-vect-analyze.c (vect_analyze_pointer_ref_access): Use
9678         POINTER_TYPE_P when checking that type is a pointer.
9679         (vect_get_memtag): Remove.
9680         (vect_address_analysis): Use POINTER_TYPE_P. Call
9681         vect_object_analysis with dummy parameter for memtag.
9682         (vect_object_analysis): Extract memtag (functionality that
9683         used to be in vect_get_memtag and moved here). Fix printings.
9684         (vect_analyze_data_refs): Fix comment. Call vect_object_analysis
9685         with correct parameters. Remove call to vect_get_memtag.
9687 2005-02-17  Dorit Naishlos  <dorit@il.ibm.com>
9689         * Makefile.in (tree-vect-analyze.o, tree-vect-transform.o): New.
9690         (tree-vectorizer.o): Added missing dependencies.
9692         * tree-vectorizer.h (vect_dump, vect_verbosity_level): Added extern
9693         decleration.
9694         (slpeel_tree_peel_loop_to_edge): Function externalized (had a static
9695         declaration in tree-vectorizer.c, now has an extern declaration in
9696         tree-vectorizer.h).
9697         (slpeel_make_loop_iterate_ntimes, slpeel_can_duplicate_loop_p,
9698         slpeel_verify_cfg_after_peeling, vect_strip_conversion,
9699         get_vectype_for_scalar_type, vect_is_simple_use,
9700         vect_is_simple_iv_evolution, vect_can_force_dr_alignment_p,
9701         vect_supportable_dr_alignment, new_loop_vec_info, destroy_loop_vec_info,
9702         new_stmt_vec_info, vect_analyze_loop, vectorizable_load,
9703         vectorizable_store, vectorizable_operation, vectorizable_assignment,
9704         vect_transform_loop, vect_print_dump_info, vect_set_verbosity_level,
9705         find_loop_location): Likewise.
9707         * tree-vectorizer.c (langhooks.h): #include removed.
9708         (slpeel_tree_peel_loop_to_edge): Function externalized. Declaration
9709         moved to tree-vectorized.h.
9710         (slpeel_make_loop_iterate_ntimes, slpeel_can_duplicate_loop_p,
9711         slpeel_verify_cfg_after_peeling, vect_strip_conversion,
9712         get_vectype_for_scalar_type, vect_is_simple_use,
9713         vect_is_simple_iv_evolution, vect_can_force_dr_alignment_p,
9714         vect_supportable_dr_alignment, new_loop_vec_info,
9715         destroy_loop_vec_info, new_stmt_vec_info, vect_print_dump_info,
9716         vect_set_verbosity_level, find_loop_location): Likewise.
9718         (vect_analyze_loop): Function externalized. Declaration moved to
9719         tree-vectorized.h. Function definition moved to tree-vect-analyze.c.
9720         (vect_analyze_loop_form): Moved to tree-vect-analyze.c.
9721         (vect_mark_stmts_to_be_vectorized, vect_analyze_scalar_cycles,
9722         vect_analyze_data_ref_accesses, vect_analyze_data_ref_dependences,
9723         vect_analyze_data_refs_alignment, vect_compute_data_refs_alignment,
9724         vect_enhance_data_refs_alignment, vect_analyze_operations,
9725         exist_non_indexing_operands_for_use_p, vect_mark_relevant,
9726         vect_stmt_relevant_p, vect_get_loop_niters,
9727         vect_analyze_data_ref_dependence, vect_compute_data_ref_alignment,
9728         vect_analyze_data_ref_access, vect_analyze_pointer_ref_access,
9729         vect_can_advance_ivs_p, vect_get_ptr_offset, vect_analyze_offset_expr,
9730         vect_base_addr_differ_p, vect_object_analysis, vect_address_analysis,
9731         vect_get_memtag): Likewise.
9733         (vectorizable_load): Function externalized. Declaration moved to
9734         tree-vectorized.h. Function definition moved to tree-vect-transform.c.
9735         (vectorizable_store, vectorizable_operation, vectorizable_assignment,
9736         vect_transform_loop): Likewise.
9737         (vect_transform_stmt): Moved to tree-vect-transform.c.
9738         (vect_align_data_ref, vect_create_destination_var,
9739         vect_create_data_ref_ptr, vect_create_index_for_vector_ref,
9740         vect_create_addr_base_for_vector_ref, vect_get_new_vect_var,
9741         vect_get_vec_def_for_operand, vect_init_vector,
9742         vect_finish_stmt_generation, vect_generate_tmps_on_preheader,
9743         vect_build_loop_niters, vect_update_ivs_after_vectorizer,
9744         vect_gen_niters_for_prolog_loop, vect_update_inits_of_dr,
9745         vect_update_inits_of_drs, vect_do_peeling_for_alignment,
9746         vect_do_peeling_for_loop_bound): Likewise.
9748         * tree-vect-analyze.c: New file.
9749         * tree-vect-transform.c: New file.
9751 2005-02-17  Jason Merrill  <jason@redhat.com>
9753         PR mudflap/19319, c++/19317
9754         * gimplify.c (gimplify_modify_expr_rhs) [CALL_EXPR]: Make return
9755         slot explicit.
9757 2005-02-17  Gerald Pfeifer  <gerald@pfeifer.com>
9759         * doc/install.texi (Specific): Update link for Darwin-specific
9760         tool binary site.
9762 2005-02-16  James A. Morrison  <phython@gcc.gnu.org>
9764         * fold-const.c (invert_truthvalue): <INTEGER_CST>: Call
9765         constant_boolean_node.
9767 2005-02-16  David Edelsohn  <edelsohn@gnu.org>
9769         PR target/19019
9770         * config/rs6000/t-aix43 (SHLIB_MAPFILES): Add libgcc-ppc64.ver.
9771         * config/rs6000/t-aix52 (SHLIB_MAPFILES): Same.
9773 2005-02-16  Richard Henderson  <rth@redhat.com>
9775         PR 19920
9776         * libgcc2.c (WORD_SIZE): Remove all definitions; replace uses
9777         with W_TYPE_SIZE.
9778         (HIGH_WORD_COEFF, HIGH_HALFWORD_COEFF): Remove all definitions;
9779         replace uses with Wtype_MAXp1_F.
9780         (L_fixunstfdi, L_fixtfdi, L_floatditf, L_fixunsxfdi, L_fixxfdi,
9781         L_floatdixf, L_fixunsxfsi, L_fixunsdfdi, L_floatdidf, L_fixunsdfsi,
9782         L_powidf2, L_powixf2, L_powitf2, L_muldc3, L_divdc3, L_mulxc3,
9783         L_divxc3, L_multc3, L_divtc3): Protect with HAVE_DFMODE, HAVE_XFMODE,
9784         and HAVE_TFMODE as appropriate.
9785         (__fixunssfDI): Provide an implementation that doesn't need DFmode.
9786         (__floatdisf): Likewise.
9787         * libgcc2.h (LIBGCC2_DOUBLE_TYPE_SIZE): New.
9788         (HAVE_DFMODE, HAVE_XFMODE, HAVE_TFMODE): New.
9789         (Wtype_MAXp1_F): New.
9790         (DFtype, DCtype, __fixdfdi, __floatdidf, __fixunsdfSI, __fixunsdfDI,
9791         __powidf2, __divdc3, __muldc3): Protect with HAVE_DFMODE.
9793 2005-02-16  Richard Earnshaw  <rearnsha@arm.com>
9795         * PR target/19162
9796         * arm.c (arm_apply_result_size): New function.
9797         * arm.h (APPLY_RESULT_SIZE): Define.
9798         * arm-protos.h (arm_apply_result_size): Add prototype.
9799         * arm.md (RO_REGNUM, FPA_F0_REGNUM, FPA_F7_REGNUM): New constants.
9800         (movxf): New expand.
9801         (ldmsi_postinc4_thumb, stmsi_postinc4_thumb): New patterns for Thumb.
9802         (call_value_symbol): Remove predicate for operand 0.
9803         (call_value_insn, sibcall_value, sibcall_value_insn): Likewise.
9804         (untyped_call): Rework to correclty return values for any type.
9805         (untyped_return): New expand.
9806         * fpa.md (movxf_fpa): Simplify and use sfm/lfm when appropriate.
9808 2005-02-16  Stan Shebs  <shebs@apple.com>
9810         * config.gcc (powerpc-*-darwin*): Use fragment for Darwin 8 or later.
9811         * config/rs6000/t-darwin8: New, for 64-bit multilib.
9813 2005-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
9815         * doc/install.texi (sparc-sun-solaris2*): Document required GMP
9816         configure settings on Solaris 7 and later.
9818 2005-02-16  Diego Novillo  <dnovillo@redhat.com>
9820         PR tree-optimization/19865
9821         * tree-optimize.c (init_tree_optimization_passes): Run
9822         pass_may_alias after pass_sra.
9824 2005-02-16  Richard Henderson  <rth@redhat.com>
9825             Stuart Hastings  <stuart@apple.com>
9827         PR debug/19521
9828         * dbxout.c (dbxout_function_end): Take decl parameter; update callers.
9829         Do nothing if debug info suppressed for this function.
9830         (dbxout_begin_function): Early exit if debug info suppressed for
9831         this function.
9833 2005-02-16  Kazu Hirata  <kazu@cs.umass.edu>
9835         PR target/20007
9836         * config/ip2k/ip2k.c (ip2k_reorg): Adjust calls to
9837         find_basic_blocks.
9838         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
9840         PR tree-optimization/19967
9841         * builtins.c (expand_builtin_strstr, expand_builtin_strpbrk,
9842         expand_builtin_strchr, expand_builtin_strrchr): Take a new
9843         argument TYPE.  Adjust calls to fold_builtin_XXX.
9844         (expand_builtin, fold_builtin_1): Adjust calls to
9845         expand_builtin_XXX.
9846         (fold_builtin_strchr, fold_builtin_strpbrk,
9847         fold_builtin_strstr, fold_builtin_strrchr): Convert the folded
9848         result to a requested type TYPE.
9850 2005-02-16  Jakub Jelinek  <jakub@redhat.com>
9852         PR middle-end/19857
9853         * fold-const.c (fold): Don't optimize (T)(x & cst) to
9854         (T)x & (T)cst if (T)cst overflows.
9855         * convert.c (convert_to_integer) <case POINTER_TYPE>: Pass
9856         TYPE_UNSIGNED (type) as type_for_size's UNSIGNEDP argument.
9858 2005-02-15  Jeff Law  <law@redhat.com>
9860         * gcse.c (blocks_with_calls): New bitmap.
9861         (alloc_gcse_mem): Allocate it.
9862         (free_gcse_mem): Free it.
9863         (clear_modifY_mem_tables): Clear it.
9864         (record_last_mem_set_info): Set the proper bit in BLOCK_WITH_CALLS
9865         when we encounter CALL_INSNs.
9866         (compute_transp, case MEM): Handle blocks with calls separate
9867         from blocks without calls.  Use bitmap iterators rather than
9868         FOR_EACH_BB.
9870 2005-02-15  Peter O'Gorman  <peter@pogma.com>
9872         PR bootstrap/18810
9873         * mklibgcc.in (vis_hide): Use a temporary object file, not
9874         -o /dev/null.
9876 2005-02-15  Andy Hutchinson  <HutchinsonAndy@netscape.net>
9878         PR target/19924
9879         * config/avr/avr.h (MODES_TIEABLE_P): Define to 1 to allow subreg
9880         access optimization.
9882 2005-02-15  David Edelsohn  <edelsohn@gnu.org>
9883             Alan Modra  <amodra@bigpond.net.au>
9885         PR target/19019
9886         * config/rs6000/darwin-ldouble.c (_xlqadd): Rename to __gcc_qadd.
9887         (_xlqsub): Rename to __gcc_qsub.
9888         (_xlqmul): Rename to __gcc_qmul.
9889         (_xlqdiv): Rename to __gcc_qdiv.
9890         Provide versioned symbol aliases with old names.
9891         * config/rs6000/libgcc-ppc64.ver: Rename symbols.
9892         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Rename symbols.
9893         * config/rs6000/t-aix43 (LIB2FUNCS_EXTRA): New.
9894         * config/rs6000/t-aix52 (LIB2FUNCS_EXTRA): New.
9895         * config/rs6000/t-newas (LIB2FUNCS_EXTRA): New.
9897 2005-02-15  James A. Morrison  <phython@gcc.gnu.org>
9899         * fold-const.c (fold): Fold -(~A) to A + 1.  Fold ~(-A) to A - 1.
9900         Fold ~(A - 1) and ~(A + -1) to -A.
9902 2005-02-15  James A. Morrison  <phython@gcc.gnu.org>
9904         PR pch/14940
9905         PR target/19300
9906         * config/host-linux.c (linux_gt_pch_use_address): Copy from
9907         config/pa/pa-host.c:pa_gt_pch_use_address.
9909 2005-02-15  Daniel Berlin  <dberlin@dberlin.org>
9911         * tree-vn.c (get_value_handle): Make sure that given an
9912         is_gimple_min_invariant expression, we always return it.
9914 2005-02-15  Kazu Hirata  <kazu@cs.umass.edu>
9916         * passes.c (rest_of_handle_gcse): Fix a comment.
9918 2005-02-15  Jeff Law  <law@redhat.com>
9920         * gcse.c (canon_modify_mem_set_list_set): Kill unnecessary
9921         bitmap.
9922         (alloc_gcse_mem, free_gcse_mem): Corresponding changes.
9923         (canon_list_insert, record_last_mem_set_info): Similarly.
9924         (clear_modify_mem_tables): Similarly.
9926 2005-02-15  Kazu Hirata  <kazu@cs.umass.edu>
9928         * bitmap.c, bitmap.h, lambda-code.c, tree-dfa.c, tree-dump.c,
9929         tree-dump.h, tree-ssa-loop-manip.c, value-prof.c,
9930         config/mips/mips.md, config/rs6000/aix.h,
9931         config/rs6000/beos.h, config/rs6000/sysv4.h: Update copyright.
9933 2005-02-15  Richard Henderson  <rth@redhat.com>
9935         * bb-reorder.c (find_traces_1_round): Force fallthru edge from a
9936         call to be best_edge.
9938 2005-02-14  Kazu Hirata  <kazu@cs.umass.edu>
9940         * basic-block.h: Adjust the prototype for find_basic_blocks.
9941         * cfgbuild.c (find_basic_blocks): Remove unused arguments.
9942         * passes.c (rest_of_handle_loop_optimize): Adjust the call to
9943         find_basic_blocks.
9945         * flow.c (recompute_reg_usage): Remove all arguments.
9946         * passes.c (rest_of_compilation): Adjust the call to
9947         recompute_reg_usage.
9948         * rtl.h: Adjust the prototype for recompute_reg_usage.
9950 2005-02-14  Daniel Berlin  <dberlin@dberlin.org>
9952         * tree-dump.c (dump_files): Update to reflect new member
9953         of dump_file_info.
9954         (dump_register): Add new argument.
9955         Set glob name.
9956         (dump_switch_p_1): Check against glob name if doglob was passed.
9957         (dump_switch_p): Check against regular first, then glob if
9958         we didn't have any hits on the dump name.
9959         * tree-optimize.c (register_one_dump_file):
9960         Pass in glob name as well.
9961         * tree-pass.h (struct dump_file_info): Add glob
9962         member.
9964 2005-02-14  Joseph S. Myers  <joseph@codesourcery.com>
9966         PR preprocessor/16323
9967         * doc/invoke.texi: Document that -Wendif-labels is on by default.
9969 2005-02-14  David Edelsohn  <edelsohn@gnu.org>
9971         PR target/19019
9972         * config/rs6000/rs6000.md (trunctfdf2): Change to define_expand.
9973         (trunctfdf2_internal1): New.
9974         (trunctfdf2_internal2): Renamed from trunctfdf2.
9976 2005-02-14  Diego Novillo  <dnovillo@redhat.com>
9978         PR tree-optimization/19853
9979         * tree-dfa.c (add_referenced_var): Always examine DECL_INITIAL.
9981 2005-02-14  Kazu Hirata  <kazu@cs.umass.edu>
9983         * passes.c (rest_of_handle_loop_optimize): Remove calls to
9984         delete_dead_jumptables and cleanup_cfg.
9986 2005-02-14  Ulrich Weigand  <uweigand@de.ibm.com>
9988         * reload.c (find_reloads): Swap address_reloaded flags when
9989         swapping commutative operands.
9991 2005-02-14  Sebastian Pop  <pop@cri.ensmp.fr>
9993         * lambda-code.c (lambda_loopnest_to_gcc_loopnest, perfect_nestify):
9994         Use standard_iv_increment_position for computing the bsi position
9995         for create_iv.
9996         * tree-ssa-loop-manip.c (create_iv): Add a comment on how to compute
9997         the bsi position.
9999 2005-02-13  Zdenek Dvorak  <dvorakz@suse.cz>
10001         PR target/17428
10002         * cfgrtl.c (safe_insert_insn_on_edge): Avoid extending
10003         life range of hard registers.
10004         * value-prof.c (insn_prefetch_values_to_profile): Only
10005         scan normal insns.
10007         * value-prof.c (rtl_find_values_to_profile): Do not look for values to
10008         profile in libcalls.
10010 2005-02-13  Nathan Sidwell  <nathan@codesourcery.com>
10012         * bitmap.h (bitmap_and_compl_into): Return bool.
10013         * bitmap.c (bitmap_and_compl_into): Return changed flag.
10015 2005-02-13  James A. Morrison  <phython@gcc.gnu.org>
10017         PR tree-optimization/19944
10018         * fold-const.c (fold): Re-add ABS_EXPR folding.
10020 2005-02-13  David Edelsohn  <edelsohn@gnu.org>
10022         PR target/19019
10023         * config/rs6000/aix.h ({TARGET,MASK}_XL_CALL): Rename to
10024         {TARGET,MASK}_XL_COMPAT.
10025         (SUBTARGET_SWITCHES): Rename xl-call to xl-compat.  Use
10026         MASK_XL_COMPAT.
10027         * config/rs6000/beos.h ({TARGET,MASK}_XL_CALL): Remove.
10028         * config/rs6000/rs6000.c (function_arg): Change TARGET_XL_CALL to
10029         TARGET_XL_COMPAT.
10030         (rs6000_arg_partial_bytes): Same.
10031         (rs6000_generate_compare): Generate PARALLEL for compare if TFmode
10032         and XL compatibility enabled.
10033         * config/rs6000/rs6000.h (TARGET_XL_CALL): Rename to TARGET_XL_COMPAT.
10034         * config/rs6000/rs6000.md (cmptf_internal1): Add !TARGET_XL_COMPAT
10035         test to final condition.
10036         (cmptf_internal2): New.
10037         * doc/invoke.texi (RS/6000 Subtarget Options): Change xl-call to
10038         xl-compat.  Add TFmode information to description.
10040 2005-02-13  Kazu Hirata  <kazu@cs.umass.edu>
10042         * flags.h, read-rtl.c, tree-ssa-live.h: Update copyright.
10044 2005-02-13  Jason Merrill  <jason@redhat.com>
10046         PR c++/16405
10047         * fold-const.c (fold_indirect_ref_1): Split out from...
10048         (build_fold_indirect_ref): Here.
10049         (fold_indirect_ref): New fn.
10050         * tree.h: Declare it.
10051         * gimplify.c (gimplify_compound_lval): Call fold_indirect_ref.
10052         (gimplify_modify_expr_rhs): Likewise.
10053         (gimplify_expr): Likewise.
10055 2005-02-13  James A. Morrison  <phython@gcc.gnu.org>
10057         PR tree-optimization/14303
10058         PR tree-optimization/15784
10059         * fold-const.c (fold): Fold ABS_EXPR<x> >= 0 to true, when possible.
10060         Fold ABS_EXPR<x> < 0 to false.  Fold ABS_EXPR<x> == 0 to x == 0 and
10061         ABS_EXPR<x> != 0 to x != 0.
10063 2005-02-12  Kazu Hirata  <kazu@cs.umass.edu>
10065         * c-tree.h, combine.c, expmed.c, flow.c, libgcc2.c,
10066         simplify-rtx.c, tree-ssa-live.h: Fix comment typos.  Follow
10067         spelling conventions.
10069         * passes.c (rest_of_handle_gcse): Don't run cse_main and
10070         delete_trivially_dead_insns too many times.
10072         * passes.c (rest_of_handle_gcse): Remove dead assignments to
10073         tem and tem2.
10075 2005-02-12  Ira Rosen  <irar@il.ibm.com>
10077         * tree-vectorizer.c (vect_get_base_and_offset): Remove.
10078         (vect_is_simple_iv_evolution): Remove redundant parameter
10079         and step check.
10080         (vect_analyze_scalar_cycles): Call vect_is_simple_iv_evolution
10081         without last parameter.
10082         (vect_analyze_pointer_ref_access): Get access_fn as parameter.
10083         Return pointer step. Call vect_is_simple_iv_evolution without
10084         last parameter. Check only that the step is multiple of size
10085         type. Remove stmt_vinfo updates.
10086         (vect_get_memtag_and_dr): Remove.
10087         (vect_get_memtag): New function.
10088         (vect_address_analysis): New function.
10089         (vect_object_analysis): New function.
10090         (vect_analyze_data_refs): Call vect_object_analysis and
10091         vect_get_memtag. Update stmt_vinfo fields.
10093 2005-02-12  Ira Rosen  <irar@il.ibm.com>
10095         * tree-data-ref.c (array_base_name_differ_p): Check that the bases
10096         exist and are objects. Remove checks for pointer.
10097         * tree-vectorizer.c (vect_create_addr_base_for_vector_ref): Use
10098         STMT_VINFO_VECT_DR_BASE_ADDRESS instead of DR_BASE_NAME.
10099         (vect_create_data_ref_ptr): Likewise.
10100         (vect_base_addr_differ_p): New function.
10101         (vect_analyze_data_ref_dependence): Call vect_base_addr_differ_p.
10102         (vect_analyze_pointer_ref_access): Add output parameter - ptr_init.
10103         Don't set the DR_BASE_NAME field of data-ref.
10104         (vect_get_memtag_and_dr): Use ptr_init instead of DR_BASE_NAME.
10106 2005-02-12  Uros Bizjak  <uros@kss-loka.si>
10108         * optabs.h (enum optab_index): Add new OTI_ldexp.
10109         (ldexp_optab): Define corresponding macro.
10110         * optabs.c (init_optabs): Initialize ldexp_optab.
10111         * genopinit.c (optabs): Implement ldexp_optab using ldexp?f3
10112         patterns.
10113         * builtins.c (expand_builtin_mathfn_2): Handle BUILT_IN_LDEXP{,F,L}
10114         using ldexp_optab.
10115         (expand_builtin): Expand BUILT_IN_LDEXP{,F,L} using
10116         expand_builtin_mathfn_2 if flag_unsafe_math_optimizations is set.
10118         * config/i386/i386.md (ldexpsf3, ldexpdf3, ldexpxf3): New expanders
10119         to implement ldexpf, ldexp and ldexpl built-ins as inline x87
10120         intrinsics.
10122 2005-02-12  Ira Rosen  <irar@il.ibm.com>
10124         * tree-vectorizer.h (struct _stmt_vec_info): Rename a field: base
10125         to base_address.
10126         * tree-vectorizer.c (new_stmt_vec_info): Rename the above field of
10127         stmt_vec_info.
10128         (vect_get_base_and_offset): Always return an address.
10129         (vect_create_addr_base_for_vector_ref): Remove treatment for
10130         different data reference types.
10131         (vect_compute_data_ref_alignment): Rename base to base_address in
10132         stmt_vec_info. Get the object in order to force its alignment.
10133         (vect_get_memtag_and_dr): Rename base to base_address in
10134         stmt_vec_info. Extract the object for memtag analysis.
10136 2005-02-12  Hans-Peter Nilsson  <hp@axis.com>
10138         PR regression/19898.
10139         * config/cris/cris.c (cris_notice_update_cc): When testing if insn
10140         changes cc_status, use apply modified_in_p to part of cc_status
10141         and insn, not cris_reg_overlap_mentioned_p on SET_DEST of insn
10142         body.
10144 2005-02-11  Richard Henderson  <rth@redhat.com>
10146         * tree-complex.c (expand_complex_libcall): New.
10147         (expand_complex_multiplication): Use it for c99 compliance.
10148         (expand_complex_division): Likewise.
10149         * fold-const.c (fold_complex_add, fold_complex_mult): New.
10150         (fold): Call them.
10151         * builtins.c (built_in_names): Remove const.
10152         * tree.c (build_common_builtin_nodes): Build complex arithmetic
10153         builtins.
10154         * tree.h (BUILT_IN_COMPLEX_MUL_MIN, BUILT_IN_COMPLEX_MUL_MAX): New.
10155         (BUILT_IN_COMPLEX_DIV_MIN, BUILT_IN_COMPLEX_DIV_MAX): New.
10156         (built_in_names): Remove const.
10157         * c-common.c (c_common_type_for_mode): Handle complex modes.
10158         * flags.h, toplev.c (flag_complex_method): Rename from
10159         flag_complex_divide_method.
10160         * libgcc2.c (__divsc3, __divdc3, __divxc3, __divtc3,
10161         __mulsc3, __muldc3, __mulxc3, __multc3): New.
10162         * libgcc2.h: Declare them.
10163         * libgcc-std.ver: Export them.
10164         * mklibgcc.in (lib2funcs): Build them.
10166 2005-02-11  Steven Bosscher  <stevenb@suse.de>
10168         PR tree-optimization/19876
10169         Partially revert my change from 2005-01-14
10170         * tree-ssa-pre.c (compute_antic_aux): Make recursive once again...
10171         (compute_antic): ...and remove the loop here.
10173 2005-02-11  Jakub Jelinek  <jakub@redhat.com>
10175         PR middle-end/19858
10176         * fold-const.c (make_bit_field_ref): If bitpos == 0 and bitsize
10177         is number of inner's bits, avoid creating a BIT_FIELD_REF.
10179         * config/rs6000/sysv4.h (ENDFILE_LINUX_SPEC): Use crtendS.o instead of
10180         crtend.o if -pie.  Use %{x:a;:b} spec syntax.
10182 2005-02-11  Daniel Jacobowitz  <dan@codesourcery.com>
10184         * config/mips/linux-unwind.h (mips_fallback_frame_state): Adjust
10185         offsets for the big-endian 32-bit case.
10187 2005-02-11  Joseph S. Myers  <joseph@codesourcery.com>
10189         * config/ia64/hpux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
10191 2005-02-11  Dale Johannesen  <dalej@apple.com>
10193         * cselib.c (cselib_process_insn):  Clear out regs where
10194         HARD_REGNO_CALL_PART_CLOBBERED is true at a call.
10195         * reload.c (find_equiv_reg): Ditto.
10197 2005-02-11  Ian Lance Taylor  <ian@airs.com>
10199         * read-rtl.c (read_rtx_1): Give fatal error if we see a vector
10200         with no elements.
10202         * tree.c (build_function_type_list): Work correctly if there are
10203         no arguments.
10205 2005-02-11  Ulrich Weigand  <uweigand@de.ibm.com>
10207         * config/s390/s390.md ("*cmpdi_cct", "*cmpsi_cct", "*cmpdi_ccs",
10208         "*cmpsi_ccs"): Use %h instead of %c to print immediate operand.
10209         ("*zero_extendhisi2_64", "*zero_extendhisi2_31"): Choose based on
10210         TARGET_ZARCH instead of TARGET_64BIT.
10212 2005-02-11  Ralf Corsepius  <ralf.corsepius@rtems.org>
10214         * config/rs6000/t-rtems:
10215         (MULTILIB_OPTIONS): Remove mcpu=602.
10216         (MUTLILIB_DIRNAMES): Remove m602.
10217         (MULTILIB_MATCHES): Add ${MULTILIB_MATCHES_FLOAT}.
10218         Let mcpu=602 match mcpu=603.
10219         (MULTILIB_NEW_EXCEPTIONS_ONLY): Add mcpu=601, mcpu=602, mcpu=m603.
10221 2005-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10223         * pa/linux-unwind.h (pa32_fallback_frame_state): Handle misaligned
10224         signal trampolines.
10226 2005-02-10  David Daney  <ddaney@avtrex.com>
10228         * config/alpha/linux-unwind.h: Add exception clause to copyright.
10229         * config/i386/linux-unwind.h: Likewise.
10230         * config/ia64/linux-unwind.h: Likewise.
10231         * config/mips/linux-unwind.h: Likewise.
10232         * config/pa/linux-unwind.h: Likewise.
10233         * config/rs6000/linux-unwind.h: Likewise.
10234         * config/s390/linux-unwind.h: Likewise.
10235         * config/sh/linux-unwind.h: Likewise.
10236         * config/sparc/linux-unwind.h: Likewise.
10238 2005-02-10  Steven Bosscher  <stevenb@suse.de>
10240         PR tree-optimization/17549
10241         * tree-outof-ssa.c (find_replaceable_in_bb): Do not allow
10242         TER to replace a DEF with its expression if the DEF and the
10243         rhs of the expression we replace into have the same root
10244         variable.
10246 2005-02-10  Richard Sandiford  <rsandifo@redhat.com>
10248         * config/mips/mips.md: Fix the placement of the match_scratch in the
10249         lea64 peephole2.
10251 2005-02-10  Kazu Hirata  <kazu@cs.umass.edu>
10253         * cse.c, tree-ssa-loop-ivopts.c, config/rs6000/linux-unwind.h:
10254         Fix comment typos.
10256 2005-02-10  Zdenek Dvorak  <dvorakz@suse.cz>
10258         * tree-ssa-loop-ivopts.c (determine_base_object): Ignore casts.
10259         (strip_offset): Handle addresses.
10260         (add_address_candidates): Use strip_offset.
10261         (difference_cost): Reflect strip_offset change.
10262         (force_var_cost, difference_cost): Strip nops.
10264 2005-02-10  Kazu Hirata  <kazu@cs.umass.edu>
10266         * df.h (DF_REF_MODE_CHANGE, DF_REF_MEM_OK): Remove.
10268         * builtins.def, haifa-sched.c, libgcc2.c, libgcc2.h,
10269         tree-ssa-loop-ivcanon.c, tree-ssa-loop-niter.c,
10270         config/cris/cris-protos.h, config/cris/cris.c: Update
10271         copyright.
10273 2005-02-10  Jeff Law  <law@redhat.com>
10275         * tree-ssa-dom.c (thread_across_edge): Use xmalloc, not xcalloc.
10276         (lookup_avail_expr): Similarly.
10278 2005-02-10  Richard Guenther  <rguenth@gcc.gnu.org>
10280         * builtins.c (fold_builtin_powi): New function.
10281         (fold_builtin_1): Call it.
10283 2005-02-10  Steven Bosscher  <stevenb@suse.de>
10285         PR documentation/19309
10286         * doc/cpp.texi: The __GNUC__ and related predefined macros
10287         are also defined for the "standalone" cpp.
10288         Some non-GCC compilers may also define __GNUC__.
10290 2005-02-10  Jakub Jelinek  <jakub@redhat.com>
10292         PR c/19342
10293         * c-typeck.c (common_type): New routine.  Old common_type renamed
10294         to...
10295         (c_common_type): ...this.
10296         (build_conditional_expr, build_binary_op): Use c_common_type instead
10297         of common_type.
10299 2005-02-10  Steven Bosscher  <stevenb@suse.de>
10301         * doc/md.texi: Replace @samp{length} with @code{length}.
10303 2005-02-09  Zdenek Dvorak  <dvorakz@suse.cz>
10305         PR tree-optimization/18687
10306         * tree-flow.h (find_loop_niter): Declare.
10307         * tree-ssa-loop-ivcanon.c (canonicalize_loop_induction_variables):
10308         Try using scev even for loops with more than one exit.
10309         * tree-ssa-loop-ivopts.c (struct loop_data): Removed niter field.
10310         (struct ivopts_data): Added niters field.
10311         (struct nfe_cache_elt): New.
10312         (nfe_hash, nfe_eq, niter_for_exit, niter_for_single_dom_exit): New
10313         functions.
10314         (tree_ssa_iv_optimize_init): Initialize niters cache.
10315         (determine_number_of_iterations): Removed.
10316         (find_induction_variables): Do not call determine_number_of_iterations.
10317         Access niters for single exit through niter_for_single_dom_exit.
10318         (add_iv_outer_candidates): Access niters for single exit through
10319         niter_for_single_dom_exit.
10320         (may_eliminate_iv): Take data argument.  Use niter_for_exit.  Do not use
10321         number_of_iterations_cond.
10322         (iv_period): New function.
10323         (determine_use_iv_cost_condition): Pass data to may_eliminate_iv.
10324         (may_replace_final_value): Take data argument.  Use
10325         niter_for_single_dom_exit.
10326         (determine_use_iv_cost_outer): Pass data to may_replace_final_value.
10327         (rewrite_use_compare): Pass data to may_eliminate_iv.
10328         (rewrite_use_outer): Pass data to may_replace_final_value.
10329         (free_loop_data): Clean up the niters cache.
10330         (tree_ssa_iv_optimize_finalize): Free the niters cache.
10331         (tree_ssa_iv_optimize_loop): Do not call loop_commit_inserts.
10332         * tree-ssa-loop-niter.c (find_loop_niter): New function.
10333         (find_loop_niter_by_eval): Use tree_int_cst_lt.
10334         (num_ending_zeros): Moved to tree.c.
10335         * tree.h (num_ending_zeros): Declare.
10336         * tree.c (num_ending_zeros): Moved from tree.c.
10338 2005-02-09  Richard Henderson  <rth@redhat.com>
10340         * builtins.c (DEF_BUILTIN): Add COND argument.
10341         * tree.h (DEF_BUILTIN): Likewise.
10342         * builtins.def (DEF_GCC_BUILTIN, DEF_LIB_BUILTIN, DEF_EXT_LIB_BUILTIN,
10343         DEF_C94_BUILTIN, DEF_C99_BUILTIN, DEF_C99_C90RES_BUILTIN): Update to
10344         match.
10345         (DEF_BUILTIN_STUB): New.
10346         (BUILT_IN_STACK_SAVE, BUILT_IN_STACK_RESTORE, BUILT_IN_INIT_TRAMPOLINE,
10347         BUILT_IN_ADJUST_TRAMPOLINE, BUILT_IN_NONLOCAL_GOTO,
10348         BUILT_IN_PROFILE_FUNC_ENTER, BUILT_IN_PROFILE_FUNC_EXIT): Use it.
10349         * c-common.c (DEF_BUILTIN): Add COND argument.
10350         * tree.c (local_define_builtin): New.
10351         (build_common_builtin_nodes): New.
10353 2005-02-09  Roger Sayle  <roger@eyesopen.com>
10355         * fold-const.c (fold_strip_sign_ops): New function to simplify a
10356         floating point expression ignoring the sign of the result.
10357         (fold) <ABS_EXPR>: Use it to simplify fabs(x).
10358         (fold) <MULT_EXPR>: Use it to simplify x*x.
10359         * tree.h (fold_strip_sign_ops): Prototype here.
10360         * builtins.c (fold_builtin_copysign): Take an additional FNDECL
10361         argument.  Use fold_strip_sign_ops to simplify the first argument.
10362         (fold_builtin_pow):  Use fold_strip_sign_ops to simplify the
10363         first argument when the second argument is an even integer
10364         constant, but only with -funsafe_math_optimizations.
10365         (fold_builtin_1): Update call to fold_builtin_copysign.
10367 2005-02-09  Ian Lance Taylor  <ian@airs.com>
10369         PR middle-end/19583
10370         * gimple-low.c (try_catch_may_fallthru): In EH_FILTER_EXPR case,
10371         just check whether EH_FILTER_FAILURE falls through.
10373 2005-02-09  Andreas Krebbel  <krebbel1@de.ibm.com>
10375         * gcc/haifa-sched.c (schedule_block): Make queued sched group
10376         insns return to ready list in the next turn.
10378 2005-02-09  Richard Guenther  <rguenth@gcc.gnu.org>
10380         PR middle-end/19402
10381         * builtins.def: New __builtin_powi[lf].
10382         * builtins.c (mathfn_built_in): Handle BUILT_IN_POWI.
10383         (expand_builtin_powi): New function.
10384         (expand_builtin): Dispatch to expand_builtin_powi.
10385         * libgcc2.h: Add prototypes for __builtin_powi[lf].
10386         * libgcc2.c: Add __builtin_powi[lf] implementation.
10387         * mklibgcc.in: Add __builtin_powi[lf] to lib2funcs.
10388         * optabs.h: Add powi_optab.
10389         * optabs.c (init_optabs): Initialize powi_optab.
10390         * doc/extend.texi: Document __builtin_powi[lf].
10392 2005-02-09  Dorit Naishlos  <dorit@il.ibm.com>
10394         * tree-vectorizer.c (vect_set_dump_settings): Check that dump_file
10395         exists.
10397 2005-02-09  Richard Guenther  <rguenth@gcc.gnu.org>
10399         PR middle-end/19854
10400         * fold-const.c (try_move_mult_to_index): Remove redundant
10401         type argument.  Create ADDR_EXPR with correct type.
10402         (fold): Update callers of try_move_mult_to_index.  Convert
10403         result to the appropriate type.
10405 2005-02-09  Roger Sayle  <roger@eyesopen.com>
10407         PR target/19597
10408         * config/avr/avr.c (default_rtx_costs): Delete.
10409         (avr_operand_rtx_cost): New function.
10410         (avr_rtx_costs): Completely rewrite.
10412 2005-02-08  Hans-Peter Nilsson  <hp@axis.com>
10414         PR target/19806
10415         * config/cris/cris.c (in_code): New variable.
10416         (cris_output_addr_const): Now a static function, a wrapper for
10417         output_addr_const.
10418         (cris_asm_output_symbol_ref): New function, broken out SYMBOL_REF
10419         case from old cris_output_addr_const.
10420         (cris_asm_output_label_ref): Similar for LABEL_REF.
10421         (cris_output_addr_const_extra): Similar for UNSPEC.
10422         * config/cris/cris.h (OUTPUT_ADDR_CONST_EXTRA)
10423         (ASM_OUTPUT_SYMBOL_REF, ASM_OUTPUT_LABEL_REF): Define.
10424         * config/cris/cris-protos.h (cris_output_addr_const): Remove
10425         declaration.
10426         (cris_asm_output_symbol_ref, cris_output_addr_const_extra)
10427         (cris_asm_output_label_ref): Declare.
10429 2005-02-08  Paolo Bonzini  <bonzini@gnu.org>
10431         PR preprocessor/19801
10432         * doc/cppinternals.texi (Conventions, Lexer, Files): Adjust
10433         filenames that changed when libcpp was moved to the toplevel.
10435 2005-02-07  Roger Sayle  <roger@eyesopen.com>
10437         * simplify-rtx.c (simplify_relational_operation_1): Avoid creating
10438         zero extensions of BImode operands.  Call lowpart_subreg instead
10439         of gen_lowpart_common and gen_lowpart_SUBREG.
10441 2005-02-07  Nathanael Nerode  <neroden@gcc.gnu.org>
10443         PR ada/19489
10444         * libada-mk.in: Use cc_for_cross_gnattools, not cc_set_by_configure.
10445         * configure.ac: Set cc_for_cross_gnattools.
10446         * configure: Regenerate.
10448 2005-02-08  Alan Modra  <amodra@bigpond.net.au>
10450         PR target/19803
10451         * predict.c (PROB_VERY_UNLIKELY): Use 1% instead of 10%.
10453 2005-02-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
10455         PR debug/19327
10456         * dbxout.c (dbxout_symbol) <FUNCTION_DECL>: Skip inline instance
10457         of nested functions.
10459 2005-02-07  Jonathan Wakely  <redi@gcc.gnu.org>
10461         * doc/extend.texi: Document deprecated extensions allowing
10462         static floating-point members to have initializers and allowing
10463         floating-point literals in integral constant expressions.
10465 2005-02-07  Kazu Hirata  <kazu@cs.umass.edu>
10467         * cfgcleanup.c, df.h, diagnostic.c, rtl.c, tree-vectorizer.h,
10468         config/darwin7.h, config/mips/mips.c,
10469         config/rs6000/altivec.md, config/rs6000/darwin-tramp.asm:
10470         Update copyright.
10472         * cse.c: Update comments.
10474 2005-02-07  Richard Guenther  <rguenth@gcc.gnu.org>
10476         PR middle-end/19775
10477         * builtins.c (fold_builtin_sqrt): Transform
10478         sqrt(pow(x,y)) to pow(fabs(x),y*0.5), not
10479         pow(x,y*0.5).
10481 2005-02-07  Leehod Baruch  <leehod@il.ibm.com>
10482             Dorit Naishlos  <dorit@il.ibm.com>
10484         * doc/invoke.texi (ftree-vectorizer-verbose): New.
10485         * opts.c (OPT_ftree_vectorizer_verbose_): New case for switch.
10486         * common.opt (ftree-vectorizer-verbose): New Flag for the vectorizer
10487         was added.
10488         * tree.h (vect_set_verbosity_level): New extern function declaration
10489         added.
10490         * tree-vectorizer.h (verbosity_levels): New enum type.
10491         * tree-vectorizer.c (vect_debug_stats): Function removed.
10492         (vect_debug_details): Likewise.
10493         (vect_verbosity_level): Global variable was defined and initialized.
10494         (vect_dump): Global variable definition.
10495         (vect_print_dump_info): New function.
10496         (vect_set_dump_settings): New function.
10497         (vect_set_verbosity_level): New function.
10498         (vectorize_loops): Add call to vect_set_dump_settings.
10500         (slpeel_make_loop_iterate_ntimes): Dump condition was changed.
10501         (slpeel_tree_duplicate_loop_to_edge_cfg): Likewise.
10502         (slpeel_tree_peel_loop_to_edge): Likewise.
10504         (vect_analyze_offset_expr): Call to vect_print_dump_info with
10505         appropriate verbosity level instead of call to vect_debug_details
10506         or vect_debug_stats.
10507         (vect_get_base_and_offset):
10508         (vect_create_addr_base_for_vector_ref):
10509         (get_vectype_for_scalar_type):
10510         (vect_create_data_ref_ptr):
10511         (vect_init_vector):
10512         (vect_get_vec_def_for_operand):
10513         (vect_finish_stmt_generation):
10514         (vectorizable_assignment):
10515         (vectorizable_operation):
10516         (vectorizable_store):
10517         (vectorizable_load):
10518         (vect_transform_stmt):
10519         (vect_update_ivs_after_vectorizer):
10520         (vect_do_peeling_for_loop_bound):
10521         (vect_update_inits_of_drs):
10522         (vect_do_peeling_for_alignment):
10523         (vect_transform_loop):
10524         (vect_is_simple_use):
10525         (vect_analyze_operations):
10526         (vect_is_simple_iv_evolution):
10527         (vect_analyze_scalar_cycles):
10528         (vect_analyze_data_ref_dependence):
10529         (vect_analyze_data_ref_dependences):
10530         (vect_compute_data_ref_alignment):
10531         (vect_enhance_data_refs_alignment):
10532         (vect_analyze_data_refs_alignment):
10533         (vect_analyze_data_ref_access):
10534         (vect_analyze_data_ref_accesses):
10535         (vect_analyze_pointer_ref_access):
10536         (vect_get_memtag_and_dr):
10537         (vect_analyze_data_refs):
10538         (vect_mark_relevant):
10539         (vect_stmt_relevant_p):
10540         (vect_mark_stmts_to_be_vectorized):
10541         (vect_can_advance_ivs_p):
10542         (vect_get_loop_niters):
10543         (vect_analyze_loop_form):
10544         (vect_analyze_loop):
10545         (vectorize_loops): Likewise.
10547         (vect_do_peeling_for_loop_bound): Dump format slightly changed.
10548         (vect_update_inits_of_drs):
10549         (vect_do_peeling_for_alignment):
10550         (vect_transform_loop):
10551         (vect_analyze_operations):
10552         (vect_analyze_scalar_cycles):
10553         (vect_analyze_data_ref_dependences):
10554         (vect_analyze_data_refs_alignment):
10555         (vect_analyze_data_ref_accesses):
10556         (vect_analyze_data_refs):
10557         (vect_mark_stmts_to_be_vectorized):
10558         (vect_get_loop_niters):
10559         (vect_analyze_loop_form):
10560         (vect_analyze_loop): Likewise.
10561         (vect_mark_stmts_to_be_vectorized): Add call to print_generic_expr.
10563 2005-02-07  Richard Sandiford  <rsandifo@redhat.com>
10565         PR bootstrap/19796
10566         Revert:
10567         2005-01-26  Richard Sandiford  <rsandifo@redhat.com>
10568         * config/mips/iris6.h (ENDFILE_SPEC): Don't link in irix-csr.o if
10569         either -ffast-math or -funsafe-math-optimizations is in use.
10571         2005-01-24  Richard Sandiford  <rsandifo@redhat.com>
10572         * config/mips/irix-csr.c: New file.
10573         * config/mips/t-iris6 (irix-csr.o): New rule to build it.
10574         (EXTRA_MULTILIB_PARTS): Add irix-csr.o.
10575         * config/mips/iris6.h (ENDFILE_SPEC): Include it in n32 and n64
10576         executables.
10578 2005-02-07  Alexandre Oliva  <aoliva@redhat.com>
10580         * config/mn10300/linux.h (LIB_SPEC, STARTFILE_SPEC): Remove
10581         redundant, incorrect definitions.
10583         * config/frv/frv.md ("tls_indirect_call"): Turn into libcall-like
10584         expand.
10585         ("*tls_indirect_call"): New, reference hard regs directly.
10586         * config/frv/frv.c (gen_inlined_tls_plt): Adjust.
10588 2005-02-07  Ralf Corsepius  <ralf.corsepius@rtems.org>
10590         * config/arm/rtems-elf.h (SUBTARGET_EXTRA_ASM_SPEC):
10591         Let !-mhard-float !-msoft-float imply -mfpu=softfpa.
10593 2005-02-06  Roger Sayle  <roger@eyesopen.com>
10595         PR rtl-optimization/19800
10596         * simplify_rtx.c (simplify_relational_operation_1): Explicitly
10597         call gen_lowpart_common and gen_lowpart_SUBREG instead of calling
10598         gen_lowpart.
10600 2005-02-07  Ralf Corsepius  <ralf.corsepius@rtems.org>
10602         * config/m68k/t-rtems (MULTILIB_MATCHES): Let m528x match m5200.
10604 2005-02-07  Joseph S. Myers  <joseph@codesourcery.com>
10606         PR other/17135
10607         * doc/invoke.texi: Correct documentation of -freorder-functions.
10609 2005-02-06  Joseph S. Myers  <joseph@codesourcery.com>
10611         PR other/14402
10612         * doc/invoke.texi: Don't mention gccbug.
10614 2005-02-06  Roger Sayle  <roger@eyesopen.com>
10615             Andrew Pinski  <pinskia@physics.uc.edu>
10616             Paolo Bonzini  <paolo.bonzini@lu.unisi.ch>
10618         * simplify-rtx.c (simplify_relational_operation_1): Simplify
10619         (ne:SI (zero_extract:SI FOO (const_int 1) BAR) (const_int 0))
10620         into just (zero_extract:SI FOO (const_int 1) BAR).
10622 2005-02-06  Joseph S. Myers  <joseph@codesourcery.com>
10624         * doc/cpp.texi: Include gcc-common.texi.  Don't define gcctabopt
10625         macro locally.  Don't give last revision date.  Use GCC version
10626         number from gcc-common.texi.
10627         * doc/cppinternals.texi: Include gcc-common.texi.  Don't give last
10628         revision date.  Use GCC version number from gcc-common.texi.
10629         Describe being a library as current state rather than as 3.x
10630         history.
10631         * doc/gcc.texi: Remove last update date.
10632         * doc/gccint.texi: Likewise.  Update copyright dates.
10633         * doc/install.texi: Update copyright dates.
10635 2005-02-06  Joseph S. Myers  <joseph@codesourcery.com>
10637         PR other/7549
10638         * doc/invoke.texi: Mention for each option included in -Wall that
10639         it is included in -Wall.
10640         * doc/gcc.texi: Update copyright and last modification date.
10642 2005-02-06  Zdenek Dvorak  <dvorakz@suse.cz>
10644         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Do not add
10645         unnecessary cast to original induction variable increments.
10647 2005-02-06  Zdenek Dvorak  <dvorakz@suse.cz>
10649         PR tree-optimization/18219
10650         * tree-ssa-loop-ivopts.c (get_computation_at): Produce computations
10651         in distributed form.
10653 2005-02-06  Richard Sandiford  <rsandifo@redhat.com>
10655         * expmed.c (store_bit_field): Make the SUBREG code adjust bitnum.
10656         Set bitpos and offset later in the function.  Do nothing if the
10657         target is a register and if the bitfield lies completely outside
10658         that register.
10659         (extract_bit_field): Make the same SUBREG, bitpos and offset changes
10660         here.  Return an uninitialised register if the source value is stored
10661         in a register and the bitfield lies completely outside that register.
10663 2005-02-06  Steven Bosscher  <stevenb@suse.de>
10665         * df.c (df_insn_refs_record): Use XEXP to get the operand of a USE,
10666         not SET_DEST.
10668 2005-02-06  Marcin Dalecki  <martin@dalecki.de>
10670         * diagnostic.c (default_diagnostic_finalizer): Fix use of attribute.
10672 2005-02-06  Geoffrey Keating  <geoffk@apple.com>
10674         * config.gcc (*-*-darwin*): Separate darwin7 and darwin8 configs.
10675         * config/darwin8.h: New.
10676         * config/darwin7.h: Update comment.
10678 2005-02-03  Leehod Baruch  <leehod@il.ibm.com>
10679             Dorit Naishlos  <dorit@il.ibm.com>
10681         * tree-vectorizer.h (LOC): New type.
10682         (UNKNOWN_LOC, EXPR_LOC, LOC_FILE, LOC_LINE): New macros.
10683         (loop_line_number): New field in struct _loop_vec_info.
10684         (LOOP_VINFO_LOC, LOOP_LOC): New macros.
10686         * tree-vectorizer.c (input.h): Included.
10687         (find_loop_location): New function.
10688         (vect_debug_stats): Argument changed from loop to LOC. Computation of
10689         loop line number removed.
10690         (vect_debug_details): Likewise.
10691         (new_loop_vec_info): Initialize new field LOOP_VINFO_LOC.
10693         (slpeel_make_loop_iterate_ntimes): Call find_loop_location. Argument in
10694         call to vect_debug_details/stats changed from loop to loop_loc.
10695         (slpeel_tree_duplicate_loop_to_edge_cfg): Likewise.
10696         (slpeel_tree_peel_loop_to_edge): Likewise.
10698         (vect_analyze_offset_expr): Argument in call to vect_debug_details/stats
10699         changed from NULL to UNKNOWN_LOC.
10700         (vect_get_base_and_offset):
10701         (vect_create_addr_base_for_vector_ref):
10702         (get_vectype_for_scalar_type):
10703         (vect_create_data_ref_ptr):
10704         (vect_init_vector):
10705         (vect_get_vec_def_for_operand):
10706         (vect_finish_stmt_generation):
10707         (vectorizable_assignment):
10708         (vectorizable_operation):
10709         (vectorizable_store):
10710         (vectorizable_load):
10711         (vect_transform_stmt):
10712         (vect_update_ivs_after_vectorizer):
10713         (vect_do_peeling_for_loop_bound):
10714         (vect_do_peeling_for_alignment):
10715         (vect_transform_loop):
10716         (vect_is_simple_use):
10717         (vect_analyze_operations):
10718         (vect_is_simple_iv_evolution):
10719         (vect_analyze_scalar_cycles):
10720         (vect_analyze_data_ref_dependences):
10721         (vect_compute_data_ref_alignment):
10722         (vect_enhance_data_refs_alignment):
10723         (vect_analyze_data_ref_access):
10724         (vect_analyze_data_ref_accesses):
10725         (vect_analyze_pointer_ref_access):
10726         (vect_get_memtag_and_dr):
10727         (vect_analyze_data_refs):
10728         (vect_mark_relevant):
10729         (vect_stmt_relevant_p):
10730         (vect_mark_stmts_to_be_vectorized):
10731         (vect_can_advance_ivs_p):
10732         (vect_get_loop_niters):
10733         (vect_analyze_loop):
10734         (vectorize_loops): Likewise.
10736         (vectorizable_load): Argument in call to vect_debug_details/stats
10737         changed from loop to LOOP_LOC (loop_vinfo).
10738         (vect_transform_loop):
10739         (vect_analyze_operations):
10740         (vect_analyze_scalar_cycles):
10741         (vect_analyze_data_ref_dependence):
10742         (vect_enhance_data_refs_alignment):
10743         (vect_analyze_data_ref_accesses):
10744         (vect_analyze_pointer_ref_access):
10745         (vect_analyze_data_refs):
10746         (vect_analyze_loop): Likewise.
10748         (vect_analyze_loop_form): Argument in call to vect_debug_details/stats
10749         changed from loop to loop_loc.
10751         (vect_enhance_data_refs_alignment): Removed unused variable loop.
10753 2005-02-03  Leehod Baruch  <leehod@il.ibm.com>
10754             Dorit Naishlos  <dorit@il.ibm.com>
10756         * tree-vectorizer.c (vect_analyze_data_ref_dependence): Function
10757         declaration added.
10758         (vect_analyze_data_ref_dependences): Likewise.
10760         (vect_is_simple_use): Argument changed from loop structure to
10761         loop_vect_info structure.
10762         (vect_can_advance_ivs_p): Likewise.
10763         (vect_create_index_for_vector_ref): Likewise.
10764         (vect_update_ivs_after_vectorizer): Likewise.
10765         (new_stmt_vec_info): Likewise.
10767         (new_loop_vec_info): Second argument in call to new_stmt_vec_info was
10768         changed from loop to loop_vinfo.
10769         (vect_create_data_ref_ptr): First argument in call to
10770         vect_create_index_for_vector_ref was changed from loop to loop_vinfo.
10771         (vectorizable_assignment): Second argument in call to vect_is_simple_use
10772         was changed from loop to loop_vinfo.
10773         (vectorizable_operation): Likewise.
10774         (vectorizable_store): Likewise.
10775         (vect_mark_stmts_to_be_vectorized): Likewise.
10776         (vect_do_peeling_for_loop_bound): First argument in call to
10777         vect_update_ivs_after_vectorizer was changed from loop to loop_vinfo.
10778         (vect_analyze_operations): Argument in call to vect_can_advance_ivs_p
10779         was changed from loop to loop_vinfo.
10780         (vect_analyze_data_ref_dependences): Third argument in call to
10781         vect_analyze_data_ref_dependence was changed from loop to loop_vinfo.
10783         (vect_create_index_for_vector_ref): Get the loop from loop_vinfo.
10784         (vect_create_data_ref_ptr): Likewise.
10785         (vect_init_vector): Likewise.
10786         (vect_get_vec_def_for_operand): Likewise.
10787         (vectorizable_assignment): Likewise.
10788         (vectorizable_operation): Likewise.
10789         (vectorizable_store): Likewise.
10790         (vectorizable_load): Likewise.
10791         (vect_update_ivs_after_vectorizer): Likewise.
10792         (vect_is_simple_use): Likewise.
10793         (vect_analyze_data_ref_dependence): Likewise.
10794         (vect_analyze_pointer_ref_access): Likewise.
10795         (vect_can_advance_ivs_p): Likewise.
10797         * tree-vectorizer.h: (_loop_vec_info): Definition and macros moved
10798         before _stmt_vec_info.
10799         (_stmt_vec_info): Loop field replaced by loop_vec_info.
10800         (STMT_VINFO_LOOP): Replaced with STMT_VINFO_LOOP_VINFO.
10801         (new_stmt_vec_info): Argument changed from loop structure to
10802         loop_vect_info structure
10804         (vect_analyze_data_ref_dependences): Unnecessary line was removed.
10805         (vect_analyze_offset_expr): Avoid 80 columns overflow.
10806         (vect_create_addr_base_for_vector_ref): Likewise.
10807         (vect_analyze_pointer_ref_access): Likewise.
10809 2005-02-03  Andrew Pinski  <pinskia@physics.uc.edu>
10811         PR tree-opt/19768
10812         * tree-ssa-dse.c (fix_phi_uses): Update the occurs in abnormal
10813         phi flag if the phi is abnormal.
10815 2005-02-03  Andrew Pinski  <pinskia@physics.uc.edu>
10817         PR tree-opt/19736
10818         * tree-ssa.c (replace_immediate_uses): Update the immediate_uses
10819         information for the new statement.
10821 2005-02-03  Joseph S. Myers  <joseph@codesourcery.com>
10823         PR driver/19117
10824         * gcc.c (main): Include the target in -v output.
10826 2005-02-03  Alexandre Oliva  <aoliva@redhat.com>
10828         * combine.c (simplify_comparison, case SIGN_EXTEND, ZERO_EXTEND):
10829         Do not drop the extend if we'd have to add a paradoxical subreg
10830         later.  Include optabs.h and insn-codes.h.
10831         * Makefile.in (combine.o): Depend on $(OPTABS_H).
10833 2005-02-02  Roger Sayle  <roger@eyesopen.com>
10835         PR middle-end/19405
10836         * real.h (REAL_MODE_FORMAT_COMPOSITE_P): New macro.
10837         * fold-const.c (const_binop): Avoid constant folding floating
10838         point operations in modes that use composite representations.
10839         * simplify-rtx.c (simplify_binary_operation): Likewise.
10841 2005-02-02  Geoffrey Keating  <geoffk@apple.com>
10843         * config/rs6000/altivec.md (altivec_dst): Make the first operand
10844         a REG, not a MEM.
10845         (altivec_dstt): Likewise.
10846         (altivec_dstst): Likewise.
10847         (altivec_dststt): Likewise.
10848         * config/rs6000/rs6000.c (altivec_expand_dst_builtin): Adjust creation
10849         of first operand.
10851 2005-02-03  Dorit Naishlos  <dorit@il.ibm.com>
10853         * tree-vectorizer.c (slpeel_make_loop_iterate_ntimes): Copy
10854         EXPR_LOCUS from orig_cond to the new cond_stmt.
10855         (vect_finish_stmt_generation): Copy EXPR_LOCUS from stmt to
10856         the new vec_stmt.
10858 2005-02-03  Dorit Naishlos  <dorit@il.ibm.com>
10860         * tree-vectorizer.c (slpeel_make_loop_iterate_ntimes): Call
10861         standard_iv_increment_position. Remove call to bsi_next
10862         (no need to bump the iterator anymore).
10863         (vect_create_index_for_vector_ref): Call
10864         standard_iv_increment_position. Remove second function argument.
10865         (vect_finish_stmt_generation): Remove call to bsi_next
10866         (no need to bump the iterator anymore).
10867         (vect_create_data_ref_ptr): Remove second argument (bsi) in call
10868         to vect_create_index_for_vector_ref.
10870 2005-02-03  Dorit Naishlos  <dorit@il.ibm.com>
10872         * tree-vectorizer.c (vect_mark_stmts_to_be_vectorized): Check if
10873         phis are used out of the loop.
10875 2005-02-03  Joseph S. Myers  <joseph@codesourcery.com>
10877         PR c/17807
10878         * c-decl.c (undef_nested_function): New variable.
10879         (pop_scope): Diagnose undefined nested functions.
10880         (finish_function): Don't attempt cgraph processing or genericizing
10881         if current top-level function contained an undefined nested
10882         function.  Reset undef_nested_function at the end of a top-level
10883         function.
10885 2005-02-02  Zdenek Dvorak  <dvorakz@suse.cz>
10887         * tree.c (build_int_cst_type): Take sign of the value into account
10888         when deciding whether sign extend the value.
10890 2005-02-02  Joseph S. Myers  <joseph@codesourcery.com>
10892         PR c/18502
10893         * gcc.c (cpp_unique_options): Remove %{trigraphs}.
10894         (cpp_options, cc1_options): Change %{std*&ansi} to
10895         %{std*&ansi&trigraphs}.
10897 2005-02-02  Kazu Hirata  <kazu@cs.umass.edu>
10899         * cse.c: Update comments.
10901 2005-02-02  Aldy Hernandez  <aldyh@redhat.com>
10903         * config/rs6000/rs6000.c (rs6000_spe_function_arg): Multi-reg
10904         arguments go on the stack.  Do not put complex doubles in odd/even
10905         pairs.
10907 2005-02-02  Steven Bosscher  <stevenb@suse.de>
10909         * doc/invoke.texi: Update the options enabled at -O1, -O2,
10910         and -O3.  Update the documentation for -fgcse-sm, -fgcse-las,
10911         -ftree-pre, and -fthread-jumps.
10913 2005-02-02  Richard Sandiford  <rsandifo@redhat.com>
10915         PR tree-optimization/19578
10916         * tree-flow.h (modified_noreturn_calls): Declare.
10917         (noreturn_call_p): Declare.
10918         * tree-flow-inline.h (noreturn_call_p): New function.
10919         (modify_stmt): Add modified noreturn calls to modified_noreturn_calls.
10920         * tree-cfg.c (modified_noreturn_calls): New variable.
10921         (cleanup_control_flow): Use noreturn_call_p.  Split basic blocks
10922         that contain a mid-block noreturn call.
10923         * tree-ssa.c (delete_tree_ssa): Clear modified_noreturn_calls.
10925 2005-02-02  Kazu Hirata  <kazu@cs.umass.edu>
10927         * df.c (df_def_record_1, df_uses_record): Don't use
10928         DF_FOR_REGALLOC.
10929         * df.h (DF_FOR_REGALLOC): Remove.
10931 2005-02-02  Joseph S. Myers  <joseph@codesourcery.com>
10933         PR c/19435
10934         * c-typeck.c (really_start_incremental_init): Reset
10935         constructor_max_index for arrays of incomplete type.
10937 2005-02-02  Jeff Law  <law@redhat.com>
10939         * gcse.c (struct reg_set): Store the block index where the register
10940         was set rather than the setting insn.
10941         (record_one_set, compute_transp): Corresponding changes.
10942         (pre_insert_copy_insn): Do not call replace_one_set.
10943         (replace_one_set): Remove.
10945 2005-02-02  Joseph S. Myers  <joseph@codesourcery.com>
10947         PR other/15514
10948         * doc/gcov.texi: Fix typo.
10950 2005-02-01  Richard Henderson  <rth@redhat.com
10952         PR target/19680
10953         * config/i386/i386.h (MODES_TIEABLE_P): Use ix86_modes_tieable_p.
10954         * config/i386/i386.c (ix86_hard_regno_mode_ok): Change return
10955         type to bool.
10956         (ix86_tieable_integer_mode_p, ix86_modes_tieable_p): New.
10957         * config/i386/i386-protos.h: Update.
10959 2005-02-01  Steven Bosscher  <stevenb@suse.de>
10961         PR tree-optimization/19217
10962         * tree-cfg.c (verify_expr): Use the data field to see if TP was
10963         seen inside a PHI node.  Do not do the ADDR_EXPR check if it was.
10964         (verify_stmts): Pass (void*)1 as data to verify_expr to signal
10965         that it is walking a PHI node.
10967 2005-02-01  Joseph S. Myers  <joseph@codesourcery.com>
10969         * doc/extend.texi (Nested Functions): Update.
10971 2005-02-01  Richard Henderson  <rth@redhat.com>
10973         PR 19696
10974         * optabs.c (expand_copysign_absneg): Export.
10975         * optabs.h (expand_copysign_absneg): Declare.
10976         * config/rs6000/rs6000.md (copysigntf3): New.
10978 2005-02-01  Diego Novillo  <dnovillo@redhat.com>
10980         PR tree-optimization/19633
10981         * tree-flow.h (struct ptr_info_def): Add field 'pt_null'.
10982         * tree-ssa-alias.c (init_alias_info): Initialize.
10983         (merge_pointed_to_info): Set.
10984         (add_pointed_to_expr): Set pt_null if EXPR is a NULL pointer.
10985         (dump_points_to_info_for): Show value of pt_null.
10986         (struct count_ptr_d): Declare.
10987         (find_ptr_dereference): Remove.
10988         (ptr_is_dereferenced_by): Remove.
10989         (count_ptr_derefs): New local function.
10990         (count_uses_and_derefs): New local function.
10991         (compute_points_to_and_addr_escape): Call it.  If the number
10992         of dereferences is greater than zero, mark the pointer as
10993         dereferenced.  If there are fewer dereferences than uses of
10994         the pointer, the pointer's value escapes.
10996 2005-02-01  Diego Novillo  <dnovillo@redhat.com>
10998         PR tree-optimization/19670
10999         * tree-ssa.c (verify_ssa_name): Don't set TREE_VISITED
11000         here...
11001         (verify_use): ... set it here, instead.
11003 2005-02-01  Janis Johnson  <janis187@us.ibm.com>
11005         * doc/sourcebuild.texi (Test directives): Fix formatting.
11007         * doc/sourcebuild.texi (Test directives): Describe selector
11008         expressions.
11010 2005-02-01  Segher Boessenkool  <segher@kernel.crashing.org>
11012         * config.gcc (powerpc64-*-linux*): Default to -m64 also for
11013         specific 64-bit CPUs.
11015 2005-02-01  Richard Earnshaw  <rearnsha@arm.com>
11017         PR target/16201
11018         * arm.c (arm_eliminable_register): New function.
11019         (adjacent_mem_locations): Don't allow eliminable registers.  Use
11020         HOST_WIDE_INT for address offsets.
11021         * arm-protos.h (arm_eliminable_register): Add prototype.
11023 2005-02-01  Steven Bosscher  <stevenb@suse.de>
11025         PR optimization/15242
11026         * params.def (PARAM_MAX_GOTO_DUPLICATION_INSNS): New param.
11027         * basic-block.h (duplicate_computed_gotos): Add prototype.
11028         * bb-reorder.c (duplicate_computed_gotos): New function to
11029         duplicate sufficiently small blocks ending in a computed jump.
11030         * passes.c (rest_of_compilation): Call duplicate_computed_gotos
11031         if not optimizing for size.
11032         * cfgcleanup.c (try_crossjump_bb): If not optimizing for size,
11033         never do tail merging for blocks ending in a computed jump.
11034         * doc/invoke.texi: Document the max-goto-duplication-insns param.
11036 2005-02-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
11038         Patch from Richard Sandiford <rsandifo@redhat.com>
11039         * reload1.c (choose_reload_regs): Prevent the find_equiv_reg() code
11040         from inheriting a subreg equivalence with a non-spill register.
11042         * tree.h (DECL_FUNCTION_CODE): Document that it is overloaded.
11044 2005-02-01  Alexandre Oliva  <aoliva@redhat.com>
11046         * config/frv/frv.c (movcc_fp_destination_operand): New.
11047         (gpr_or_memory_operand): Fix typo in comment.
11048         (gpr_or_memory_operand_with_scratch): New.
11049         * config/frv/frv.h (PREDICATE_CODES): Add the two new predicates.
11050         * config/frv/frv.md (movcc_fp, movcc_fp_internal): Use
11051         movcc_fp_destination_operand.
11052         (reload_incc_fp): Use gpr_or_memory_operand_with_scratch.
11053         Legitimize memory addresses using a scratch register.
11055 2005-01-31  Jeff Law  <law@redhat.com>
11057         * tree-into-ssa.c (mark_def_sites_global_data): Make KILLS
11058         bitmap a sparse bitmap instead of a simple bitmap.
11059         (mark_def_sites_initialize_block):  Corresponding changes.
11060         (ssa_mark_def_sites_initialize_block): Likewise.
11061         (ssa_mark_phi_uses): Likewise.
11062         (mark_def_site, ssa_mark_def_sites): Likewise.
11063         (mark_def_site_blocks): Likewise.
11064         (rewrite_ssa_into_ssa): Likewise.
11066         * tree-ssa-dom.c (record_cond): Pass correct variable type
11067         for last argument to htab_find_slot_with_hash.
11069         * fold-const.c (fold, case CEIL_MOD_EXPR): Do not lose side
11070         effects when optimizing 0 % X.  Do not try to optimize X % 0.
11072 2005-01-31  James E. Wilson  <wilson@specifixinc.com>
11074         * config/ia64/itanium1.md (1_scall bypass): Change 2_mmalua to
11075         1_mmalua.
11077 2005-02-01  Eric Christopher  <echristo@redhat.com>
11079         * config/mips/mips.c (override_options): Warn if -mint64
11080         is used.
11081         * doc/invoke.texi (MIPS Options): Document that -mint64 is
11082         deprecated.
11084 2005-02-01  Kazu Hirata  <kazu@cs.umass.edu>
11086         * cse.c (cse_reg_info): Remove hash_next, next, regno.  Add
11087         timestamp.
11088         (cse_reg_info_list, cse_reg_info_list_free, REGHASH_SHIFT,
11089         REGHASH_SIZE, REGHASH_MASK, reg_hash, REGHASH_FN,
11090         cached_cse_reg_info, GET_CSE_REG_INFO): Remove.
11091         (cached_regno): Initialize to INVALID_REGNUM.
11092         (cse_reg_info_table_size,
11093         cse_reg_info_table_first_uninitialized,
11094         cse_reg_info_timestamp): New.
11095         (REG_TICK, REG_IN_TABLE, SUBREG_TICKED, REG_QTY): Use
11096         get_cse_reg_info.
11097         (init_cse_reg_info, get_cse_reg_info_1): New.
11098         (get_cse_reg_info): Cache the last look-up.
11099         (new_basic_block): Update the code to clear mappings from
11100         registers to cse_reg_info entries.
11101         (cse_main): Call init_cse_reg_info.
11103         * cse.c (get_cse_reg_info): Update a comment.
11105 2005-01-31  Steven Bosscher  <stevenb@suse.de>
11107         PR c/19333
11108         * c-decl.c (start_decl): Do not warn about arrays of elements with
11109         an incomplete type here.
11110         (grokdeclarator): Do it here by making a pedwarn an error.
11111         * c-typeck.c (push_init_level): If there were previous errors with
11112         the constructor type, do not warn about braces for initializers.
11113         (process_init_element): Likewise for excess initializer elements.
11115 2005-01-31  Kazu Hirata  <kazu@cs.umass.edu>
11117         * cse.c (delete_trivially_dead_insn): Don't iterate.
11119 2005-01-31  Andrew Pinski  <pinskia@physics.uc.edu>
11121         * config/rs6000/rs6000.md (copysignsf3): New expand.
11122         (copysigndf3): Likewise.
11124 2005-01-31  Steven Bosscher  <stevenb@suse.de>
11126         * recog.c (constrain_operands): Only look for earlyclobber operand
11127         conflicts if an '&' constraint was seen.
11129 2005-01-31  Marc Espie <espie@openbsd.org>
11131         * config.gcc: Don't include embedded systems fragment, switches default
11132         debugging format to ELF.
11133         * config/i386/openbsdelf.h: Add DBX_REGISTER_NUMBER since we no
11134         longer pick it up there.
11136 2005-01-31  Dale Johannesen  <dalej@apple.com>
11138         * doc/extend.texi (nested functions): Fix linkage description.
11139         Clarify that static is not allowed.
11141 2005-01-31  Dale Johannesen  <dalej@apple.com>
11143         * config/rs6000/darwin.md (movsf_low_di):  Make work.
11144         (movdf_low_di):  Make work.
11146 2005-01-31  Dale Johannesen  <dalej@apple.com>
11148         * config/rs6000/darwin-tramp.asm (__trampoline_setup):
11149         Make work for 64 bit.
11151 2005-01-31  Roger Sayle  <roger@eyesopen.com>
11152             Dale Johannesen  <dalej@apple.com>
11154         PR middle-end/19650
11155         * fold-const.c (fold_binary_op_with_conditional_arg):
11156         Make types match original operands, before STRIP_NOPS.
11158 2005-01-31  Alan Modra  <amodra@bigpond.net.au>
11160         * config/rs6000/linux-unwind.h (struct gcc_vregs): New.
11161         (struct gcc_regs): Rename from gcc_pt_regs.  Add more regs.
11162         (struct gcc_sigcontext): Delete.  Merge contents to..
11163         (struct gcc_ucontext): ..here.
11164         (get_sigcontext): Delete.
11165         (get_regs): New function, like get_sigcontext but return regs ptr.
11166         64-bit version finds regs from r1 to support vdso.
11167         (ppc_linux_aux_vector): New function.
11168         (ppc_fallback_frame_state): Modify for get_regs.  Restore fprs
11169         and vector regs.
11171 2005-01-31  Ira Rosen  <irar@il.ibm.com>
11173         * tree-vectorizer.c (vect_analyze_offset_expr): Use ssizetype instead
11174         sizetype.
11175         (vect_get_base_and_offset): Use ssizetype instead sizetype. Remove
11176         redundant fold. Fix misalignment for MINUS_EXPR.
11177         (vect_compute_data_ref_alignment): Use ssizetype instead sizetype.
11178         (vect_analyze_pointer_ref_access): Likewise.
11179         (vect_get_memtag_and_dr): Likewise.
11181 2005-01-31  Richard Henderson  <rth@redhat.com>
11183         * config/i386/i386.c (absnegsf2_mixed): Remove all of the # hackery.
11184         (absnegsf2_sse, absnegsf2_i387, absnegdf2_mixed, absnegdf2_sse,
11185         absnegdf2_i387, absnegxf2_i387): Likewise.
11187 2005-01-31  Richard Henderson  <rth@redhat.com>
11189         PR 19696
11190         * optabs.c (expand_copysign_absneg): New.
11191         (expand_copysign_bit): Split out from ...
11192         (expand_copysign): ... here.  Use expand_copysign_absneg.
11194 2005-01-30  Roger Sayle  <roger@eyesopen.com>
11196         PR middle-end/19697
11197         * config/pa/pa.md (anddi3, iordi3): On HPPA64, disallow an integer
11198         constant as the second operand and a register as the third.
11200 2005-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
11202         PR target/19704
11203         * config/i386/i386.c (ix86_function_ok_for_sibcall):  Also check
11204         that dllimport'd functions do not use all call-clobbered registers
11205         to pass parameters.
11207 2005-01-30  Richard Henderson  <rth@redhat.com>
11209         PR 19696
11210         * optabs.c (expand_absneg_bit): Split out from expand_unop and
11211         expand_abs_nojump and generalize.  Use operand_subword and
11212         emit_no_conflict_block.  Support large modes.
11213         (expand_abs_nojump): Use it.  Use HONOR_SIGNED_ZEROS to fall
11214         back to maximum.
11215         (expand_unop): Likewise.  Use HONOR_SIGNED_ZEROS to fall back
11216         negation to subtraction.
11217         (expand_copysign): Check that the format has signed zeros.
11218         Use operand_subword and emit_no_conflict_block.  Support large modes.
11220 2005-01-30  Daniel Berlin  <dberlin@dberlin.org>
11222         Fix PR tree-optimization/19624
11224         * Makefile.in (tree-ssa-pre.o): Add CFGLOOP_H.
11225         * tree-ssa-pre.c: Add cfgloop.h.
11226         Update comment.
11227         (pre_stats): New member, constified.
11228         (inserted_exprs): New static variable.
11229         (NECESSARY): New macro.
11230         (create_expression_by_pieces): Fold the expression, and
11231         mark it as defaulting to not necessary. Also put in
11232         inserted_exprs.
11233         (fully_constant_expression): New function.
11234         (insert_into_preds_of_block): Modify to not insert phis when we
11235         are playing with induction variables.
11236         Push phis onto the inserted_exprs vector, and mark them as not
11237         necessary by default.
11238         (insert_aux): Call fully_constant_expression on eprime.
11239         If all edges produce the same value, mark it constant.
11240         (mark_operand_necessary): New function.
11241         (remove_dead_inserted_code): New function.
11242         (init_pre): Init loop optimizer to get loop info.
11243         (fini_pre): Free loop_optimizer, and inserted_exprs vec.
11244         (execute_pre): Commit edge inserts, then remove dead code.
11246 2005-01-30  Richard Henderson  <rth@redhat.com>
11248         * rtl.c (rtx_equal_p): No early exit for CONST_VECTOR.
11249         * varasm.c (const_rtx_hash_1): Handle CONST_VECTOR.
11251 2005-01-30  Richard Henderson  <rth@redhat.com>
11253         PR target/19700
11254         * config/i386/i386.c (ix86_expand_copysign): New.
11255         (ix86_split_copysign_const): New.
11256         (ix86_split_copysign_var): Rename from ix86_split_copysign,
11257         rearrange op1/nmask operands.
11258         * config/i386/i386-protos.h: Update.
11259         * config/i386/i386.md (copysignsf3): Use ix86_expand_copysign.
11260         (copysigndf3): Likewise.
11261         (copysignsf3_const, copysigndf3_const): New.
11262         (copysignsf3_var): Rename from copysignsf3, split out splitter
11263         and fix split predicate for X constraint.
11264         (copysigndf3_var): Similarly.
11266 2005-01-30  Kazu Hirata  <kazu@cs.umass.edu>
11268         * optabs.c, doc/c-tree.texi, doc/install.texi, doc/md.texi,
11269         doc/passes.texi, doc/rtl.texi, doc/sourcebuild.texi,
11270         doc/tm.texi, doc/tree-ssa.texi: Update copyright.
11272 2005-01-29  Richard Henderson  <rth@redhat.com>
11274         PR target/19690
11275         * config/i386/i386.md (movdf_nointeger, movdf_integer): Fix ordering
11276         of # and * in constraints.
11278 2005-01-29  Richard Henderson  <rth@redhat.com>
11280         PR middle-end/19689
11281         * expr.c (store_field): Don't strip sub-mode cast when the input
11282         data is even smaller.
11284 2005-01-29  Richard Henderson  <rth@redhat.com>
11286         PR middle-end/19687
11287         * expr.c (categorize_ctor_elements_1): Check for CONSTRUCTOR of a
11288         union being empty.
11290 2005-01-29  Richard Henderson  <rth@redhat.com>
11292         * combine.c (make_field_assignment): Fix argument order
11293         to gen_int_mode.
11295 2005-01-29  Richard Guenther <richard.guenther@uni-tuebingen.de>
11297         PR tree-optimization/15791
11298         * fold-const.c (extract_array_ref): New function.
11299         (fold): Fold comparisons between &a[i] and &a[j] or
11300         semantically equivalent trees.
11302 2005-01-29  Jeff Law  <law@redhat.com>
11304         * gcse.c (insert_expr_in_table): Revamp handling of available
11305         and anticipatable occurrence lists to avoid unnecessary list
11306         walking.
11307         (insert_set_in_table): Similarly.
11309 2005-01-29  Joseph S. Myers  <joseph@codesourcery.com>
11311         * c-common.c (fix_string_type): Just use c_build_qualified_type to
11312         build string type.
11313         (c_build_qualified_type): Build qualified array types with
11314         TYPE_MAIN_VARIANT pointing to corresponding unqualified type.
11315         * c-decl.c (c_make_fname_decl): Build unqualified array type
11316         before qualified type.
11317         (grokdeclarator): Use TYPE_MAIN_VARIANT of typedef type if element
11318         type is qualified, not just if type itself is.  Don't apply
11319         qualifiers to array type when declarator is processed.  Apply
11320         qualifiers to field type whether or not it is an array type.
11321         Don't handle array types specially for applying qualifiers to
11322         variables.
11323         * c-typeck.c (composite_type): Build unqualified element type and
11324         array type when forming composite of array types.
11325         (common_pointer_type, comptypes, comp_target_types,
11326         type_lists_compatible_p, build_indirect_ref, build_array_ref,
11327         convert_for_assignment): Don't apply TYPE_MAIN_VARIANT to array
11328         types.
11329         (type_lists_compatible_p): Cache TREE_VALUE (args1) and TREE_VALUE
11330         (args2) in variables a1 and a2.
11332 2005-01-29  Kazu Hirata  <kazu@cs.umass.edu>
11334         * cse.c (n_elements_made, max_elements_made): Remove.
11335         (insert): Don't touch n_elements_made.
11336         (cse_main): Don't touch n_elements_made or max_elements_made.
11338 2005-01-28  Stephane Carrez  <stcarrez@nerim.fr>
11340         PR target/15384
11341         * config/m68hc11/t-m68hc11-gas (dp-bit.c): Fix typo causing a
11342         configuration part of dp-bit.c to be lost.
11344 2005-01-28  Roger Sayle  <roger@eyesopen.com>
11346         * expmed.c (expand_mult_highpart_optab): When attempting to use
11347         a non-widening multiplication in a wider mode, the operands need
11348         to be converted (zero or sign extended) to that mode.
11350 2005-01-28  Ian Lance Taylor  <ian@airs.com>
11352         PR middle-end/16558
11353         PR middle-end/19583
11354         * gimple-low.c (block_may_fallthru): TRY_FINALLY_EXPR only falls
11355         through if both operands fall through.
11357 2005-01-28  Kazu Hirata  <kazu@cs.umass.edu>
11359         * cse.c (fold_rtx) <PC>: Don't optimize.
11361 2005-01-28  Jeff Law  <law@redhat.com>
11363         * fold-const.c (fold, case CEIL_MOD_EXPR): Optimize 0 % X.
11364         (case FLOOR_MOD_EXPR, ROUND_MOD_EXPR, TRUNC_MOD_EXPR): Similarly.
11366 2005-01-28  Kazu Hirata  <kazu@cs.umass.edu>
11368         * cse.c (cse_reg_info_free_list, cse_reg_info_used_list,
11369         cse_reg_info_used_list_end): Remove.
11370         (cse_reg_info_list, cse_reg_info_list_free): New.
11371         (get_cse_reg_info): When allocating an instance of
11372         cse_reg_info, add it to the beginning of the cse_reg_info_list
11373         list.  Remove code to maintain cse_reg_info_used_list.
11374         (new_basic_block): Reset the free list to the beginning of
11375         cse_reg_info_list.
11377 2005-01-28  Richard Sandiford  <rsandifo@redhat.com>
11379         * config/frv/frv.c (bdesc_2arg): Remove __MDPACKH.
11380         (frv_init_builtins): Change its prototype to take 4 uhalf arguments.
11381         (frv_expand_mdpackh_builtin): New function.
11382         (frv_expand_builtin): Use it to expand __MDPACKH.
11383         * doc/extend.texi (__MDPACKH): Update documentation.
11385 2005-01-28  Uros Bizjak  <uros@kss-loka.si>
11387         * config/i386/i386.c (ix86_expand_fp_absneg_operator): Use
11388         SSE_FLOAT_MODE_P for use_sse computation.
11390 2005-01-28  Ralf Corsepius  <ralf.corsepius@rtems.org>
11392         PR target/19663
11393         * config/sparc/rtemself.h (LINK_GCC_C_SEQUENCE_SPEC): undefine.
11395 2005-01-27  Richard Henderson  <rth@redhat.com>
11397         * builtins.c (expand_builtin_copysign): New.
11398         (expand_builtin): Call it.
11399         * genopinit.c (optabs): Add copysign_optab.
11400         * optabs.c (init_optabs): Initialize it.
11401         (expand_copysign): New.
11402         * optabs.h (OTI_copysign, copysign_optab): New.
11403         (expand_copysign): Declare.
11405         * config/alpha/alpha.md (UNSPEC_COPYSIGN): New.
11406         (copysignsf3, ncopysignsf3, copysigndf3, ncopysigndf3): New.
11408         * config/i386/i386.c (ix86_build_signbit_mask): Split from ...
11409         (ix86_expand_fp_absneg_operator): ... here.
11410         (ix86_split_copysign): New.
11411         * config/i386/i386-protos.h: Update.
11412         * config/i386/i386.md (UNSPEC_COPYSIGN): New.
11413         (copysignsf3, copysigndf3): New.
11415         * config/ia64/ia64.md (UNSPEC_COPYSIGN): New.
11416         (copysignsf3, ncopysignsf3): New.
11417         (copysigndf3, ncopysigndf3): New.
11418         (copysignxf3, ncopysignxf3): New.
11419         * config/ia64/ia64.c (rtx_needs_barrier): Handle UNSPEC_COPYSIGN.
11421 2005-01-27  Arend Bayer  <arend.bayer@web.de>
11422             Kazu Hirata  <kazu@cs.umass.edu>
11424         * cse.c: (find_best_addr): Don't call copy_rtx before calling
11425         fold_rtx.  Save cost recomputation if fold_rtx did nothing.
11426         (fold_rtx) <ASM_OPERANDS>: Don't do anything if INSN is
11427         NULL_RTX.
11429 2005-01-27  Jeff Law  <law@redhat.com>
11431         * tree-into-ssa.c (ssa_rewrite_initialize_block): Do not register
11432         definitions of SSA_NAMEs which are not being rewritten.
11433         (rewrite_ssa_into_ssa): Only initialize the current definition
11434         of an SSA_NAME if that SSA_NAME has been marked for rewriting.
11435         If checking is enabled, assert that SSA_NAME_AUX is clear for all
11436         SSA_NAMEs before returning.
11438 2005-01-27  Kazu Hirata  <kazu@cs.umass.edu>
11440         * c-common.def, c-dump.c, c-gimplify.c, c-objc-common.c,
11441         cfgexpand.c, dbxout.c, function.h, opts.c, tree-flow-inline.h,
11442         tree-ssa-operands.h, tree-ssa-threadupdate.c, tree-tailcall.c,
11443         config/avr/avr.md, config/cris/aout.h, config/cris/cris.h,
11444         config/mips/iris6.h, config/sh/sh.c: Update copyright.
11446 2005-01-27  Steven Bosscher  <stevenb@suse.de>
11448         PR middle-end/17278
11449         * opts.c (decode_options): Move flag_thread_jumps from -O1 and
11450         higher to -O2 and higher.  Likewise for tree PRE.
11451         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Only iterate at -O2
11452         and better.
11454 2005-01-27  Ian Lance Taylor  <ian@airs.com>
11456         PR middle-end/19583
11457         * gimple-low.c (try_catch_may_fallthru): New static function.
11458         (block_may_fallthru): Handle TRY_CATCH_EXPR.
11459         * tree-inline.c (expand_call_inline): Don't warn about reaching
11460         the end of a non-void function being inlined if the function uses
11461         a return slot.
11463 2005-01-27  Jakub Jelinek  <jakub@redhat.com>
11465         * config/i386/i386.h (CALL_USED_REGISTERS): Fix comment pastos.
11467         PR c/18946
11468         * c-decl.c (warn_if_shadowing): Handle old_decl error_mark_node.
11469         (pushdecl): Only use DECL_FILE_SCOPE_P if DECL_P.
11470         (implicitly_declare): Handle error_mark_node.
11472 2005-01-27  Richard Henderson  <rth@redhat.com>
11474         PR tree-opt/14329
11475         * tree.h (struct tree_decl): Add debug_expr_is_from.
11476         (DECL_DEBUG_EXPR_IS_FROM): New.
11477         (DECL_DEBUG_EXPR): Rename from DECL_DEBUG_ALIAS_OF.
11478         * dwarf2out.c (dwarf2out_var_location): Update to match.
11479         * tree-outof-ssa.c (create_temp): Likewise.
11480         * var-tracking.c (track_expr_p): Likewise.
11481         * tree-sra.c (instantiate_element): Set DECL_DEBUG_EXPR.
11482         * c-objc-common.c (c_tree_printer) <'D'>: Handle DECL_DEBUG_EXPR.
11483         * toplev.c (default_tree_printer): Likewise.
11485 2005-01-27  Alexandre Oliva  <aoliva@redhat.com>
11487         * config/frv/frv.c (frv_class_likely_spilled_p): Add GR8_REGS,
11488         GR9_REGS, GR89_REGS, FDPIC_FPTR_REGS, FDPIC_REGS.
11490 2005-01-27  Steven Bosscher  <stevenb@suse.de>
11492         * tree.h (SWITCH_COND, SWITCH_BODY, SWITCH_LABELS, CASE_LOW,
11493         CASE_HIGH, CASE_LABEL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
11494         ASM_CLOBBERS): Add tree checks.
11496         * c-common.h (SWITCH_TYPE): Rename to SWITCH_STMT_TYPE.
11497         (SWITCH_STMT_COND, SWITCH_STMT_BODY): New.
11498         * c-common.def (SWITCH_STMT): Update to match.
11499         * c-common.c (c_do_switch_warnings): Use SWITCH_STMT accessor
11500         macros instead of SWITCH_EXPR ones.
11501         * c-dump.c (c_dump_tree): Likewise.
11502         * c-gimplify.c (gimplify_switch_stmt): Likewise.
11503         * c-typeck.c (c_start_case, do_case, c_finish_case): Likewise.
11505         * doc/c-tree.texi (SWITCH_STMT): Update accessor macro names.
11507 2005-01-27  Alan Modra  <amodra@bigpond.net.au>
11509         * unwind-dw2.c (execute_stack_op): Add missing cases for
11510         DW_OP_shl, DW_OP_shr, DW_OP_shra, DW_OP_xor.
11512 2005-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
11514         * config.gcc (Obsolete configurations): Remove 'dummy', add
11515         sparclite-*-coff*, sparclite-*-elf*, sparc86x-*-elf* and
11516         sparc-*-openbsd*.
11518 2005-01-26  Diego Novillo  <dnovillo@redhat.com>
11520         PR tree-optimization/19633
11521         * tree-ssa-alias.c (ptr_is_dereferenced_by): Also handle
11522         CALL_EXPRs.
11523         (maybe_create_global_var): Do not create .GLOBAL_VAR if there
11524         are no call-clobbered variables.
11525         * tree-outof-ssa.c (check_replaceable): Return false for calls
11526         with side-effects.
11528 2005-01-26  Ulrich Weigand  <uweigand@de.ibm.com>
11530         * dbxout.c (dbxout_symbol_location): Resolve constant pool references
11531         even for variables with NULL DECL_INITIAL.
11533 2005-01-26  Stuart Hastings  <stuart@apple.com>
11535         * gimplify.c (shortcut_cond_expr): Re-compute side-effects.
11537 2005-01-26  Richard Henderson  <rth@redhat.com>
11539         PR middle-end/18008
11540         * c-decl.c (finish_struct): Set DECL_MODE after resetting a
11541         field's type.
11542         * expr.c (store_field): Strip conversions to odd-bit-sized types
11543         if the destination field width matches.
11545 2005-01-26  Richard Henderson  <rth@redhat.com>
11547         * c-decl.c, expmed.c, expr.c: Revert last change.
11549 2005-01-26  Richard Henderson  <rth@redhat.com>
11551         PR middle-end/18008
11552         * c-decl.c (finish_struct): Set DECL_MODE after resetting a
11553         field's type.
11554         * expmed.c (store_fixed_bit_field): Create a paradoxical subreg
11555         if we don't need the bits above those present in the current mode.
11556         * expr.c (store_field): Strip conversions to odd-bit-sized types
11557         if the destination field width matches.
11559 2005-01-26  Richard Sandiford  <rsandifo@redhat.com>
11561         * config/mips/iris6.h (ENDFILE_SPEC): Don't link in irix-csr.o if
11562         either -ffast-math or -funsafe-math-optimizations is in use.
11564 2005-01-26  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11566         PR target/19293
11567         PR target/19329
11568         * config/avr/avr.c (notice_update_cc): Only set condition code for
11569         ashrqi3 if shift count > 0.
11570         (out_shift_with_cnt): Handle shift count <= 0 as a no-op.
11571         (ashlqi3_out, ashlhi3_out, ashlsi3_out, ashrqi3_out, ashrhi3_out,
11572         ashrsi3_out, lshrqi3_out, lshrhi3_out, lshrsi3_out): Handle shift
11573         count <= 0 as a no-op, and shift count >= width by copying zero
11574         or sign bit to all bits of the result.
11575         * config/avr/avr.md (all shifts): Add alternatives for zero shift
11576         count, with attribute "length" set to 0 and "cc" set to "none".
11578 2005-01-26  Aldy Hernandez  <aldyh@redhat.com>
11580         * doc/invoke.texi: Document -mTLS.
11582         * testsuite/gcc.target/frv/all-tls-global-dynamic.c: New.
11583         * testsuite/gcc.target/frv/all-tls-initial-exec.c: New.
11584         * testsuite/gcc.target/frv/all-tls-initial-exec-pic.c: New.
11585         * testsuite/gcc.target/frv/all-tls-local-dynamic.c: New.
11586         * testsuite/gcc.target/frv/all-tls-local-dynamic-plt.c: New.
11587         * testsuite/gcc.target/frv/all-tls-local-dynamic-plt-pic.c: New.
11588         * testsuite/gcc.target/frv/all-tls-local-exec.c: New.
11589         * testsuite/gcc.target/frv/all-tls-local-exec-TLS.c: New.
11591         * configure.ac: Check for a TLS capable gas.
11593         * configure: Regenerate.
11595 2005-01-26  Richard Henderson  <rth@redhat.com>
11597         PR middle-end/18008
11598         * combine.c (make_field_assignment): Simplify store to zero_extract
11599         from a source with an overlapping mask.
11601 2005-01-26  Aldy Hernandez  <aldyh@redhat.com>
11603         2004-11-11  Eric Christopher  <echristo@redhat.com>
11605         * config/frv/frv.md: Add fr400_integer automaton. Don't
11606         allow TYPE_MUL, TYPE_MACC, or TYPE_CUT to issue in parallel
11607         to TYPE_MACC.
11609 2005-01-26  Steven Bosscher  <stevenb@suse.de>
11611         PR middle-end/16585
11612         * cfgbuild.c (make_edges): Do not clear or set
11613         current_function_has_computed_jump.
11614         * function.h (struct function): Remove the has_computed_jump field.
11615         (current_function_has_computed_jump): Do not define.
11616         * sched-rgn.c (is_cfg_nonregular): Return true if a basic block ends
11617         in a computed jump.  Ignore current_function_has_computed_jump.
11619 2005-01-26  Richard Henderson  <rth@redhat.com>
11621         PR middle-end/19515
11622         * expr.c (categorize_ctor_elements): New argument p_must_clear.
11623         (categorize_ctor_elements_1): Likewise.  Detect a union that isn't
11624         fully initialized.
11625         (mostly_zeros_p): Update for new categorize_ctor_elements argument.
11626         * gimplify.c (gimplify_init_constructor): Likewise.  Only shove
11627         objects into static storage if they have more than one non-zero value.
11628         * tree.h (categorize_ctor_elements): Update decl.
11630 2005-01-26  Steven Bosscher  <stevenb@suse.de>
11632         PR middle-end/19616
11633         * tree.h (CALL_EXPR_TAILCALL): Add comment.
11634         * calls.c (check_sibcall_argument_overlap_1): Revert the change
11635         to this function from 2004-07-10.
11636         * tree-tailcall.c (suitable_for_tail_opt_p): Do not consider the
11637         the current function for tail call optimizations if the address
11638         of one of it its arguments is taken.
11640 2005-01-26  Kazu Hirata  <kazu@cs.umass.edu>
11642         * cse.c (fold_rtx): Call equiv_constant only when necessary.
11644 2005-01-26  Bernd Schmidt  <bernd.schmidt@analog.com>
11646         * function.c (expand_function_end): If current_function_calls_alloca,
11647         emit stack restore in a place that is reached when the function falls
11648         through at the end.
11650 2005-01-26  Alexandre Oliva  <aoliva@redhat.com>
11652         * Makefile.in (../$(build_subdir)/fixincludes/fixincl): Add dummy
11653         rule to avoid matching inappropriate suffix rule.
11655 2005-01-26  Jan Hubicka  <jh@suse.cz>
11657         PR tree-optimization/19241
11658         * tree-inline.c (copy_body_r): Do not walk subtrees after substituting.
11660 2005-01-26  Hans-Peter Nilsson  <hp@axis.com>
11662         * config/cris/cris.h (LIB_SPEC) <sim*>: Use -lsyslinux, not
11663         -lsyssim.  Wrap -lc -lsyssim in --start-group --end-group instead
11664         of doubling.
11665         (STARTFILE_SPEC): Add crti.o, before crtbegin.o.
11666         <sim*>: Always use crt1.o, regardless of N in simN.
11667         <!sim>: Drop support for -pg and -p variants; always use crt0.o.
11668         (ENDFILE_SPEC): Add crtn.o, after crtend.o.
11669         (CRT_CALL_STATIC_FUNCTION): Remove.
11670         * config/cris/aout.h (STARTFILE_SPEC): <!melinux && sim*>: Always
11671         use crt1.o, regardless of N in simN.
11672         <!sim>: Drop support for -pg and -p variants; always use crt0.o.
11673         (LIB_SPEC): Do not define; default to the one in config/cris/cris.h.
11674         (CRIS_CPP_SUBTARGET_SPEC) <melinux && !nostdinc>: Remove special
11675         case isystem setting.
11676         (MAX_OFILE_ALIGNMENT): Correct to 32, not 16.
11678 2005-01-25  Ian Lance Taylor  <ian@airs.com>
11680         * gimple-low.c (block_may_fallthru): Correct handling of
11681         SWITCH_EXPR--may fall through if SWITCH_LABELS is NULL.
11683 2005-01-26  Hans-Peter Nilsson  <hp@axis.com>
11685         * config/cris/cris.h (CPP_SPEC): Adjust the various mtune=
11686         handlers to match indentation; nested under the mtune=* handler.
11687         Similar for mcpu= and march=.
11689 2005-01-25  Daniel Jacobowitz  <dan@codesourcery.com>
11691         * config/mips/linux.h (LIB_SPEC): Remove -rpath-link.
11692         * config/mips/linux64.h (LIB_SPEC): Likewise.
11693         * config/mn10300/linux.h (LIB_SPEC): Likewise.
11694         * config/sh/linux.h (LIB_SPEC): Likewise.
11696 2005-01-25  Aldy Hernandez  <aldyh@redhat.com>
11698         * config/frv/frv.c (frv_legitimize_tls_address): New.
11699         (TARGET_HAVE_TLS): Define.
11700         (FRV_SYMBOL_REF_TLS_P): Define.
11701         (frv_override_options): Handle new register classes.
11702         (frv_legitimate_address_p): Reject tls addresses.
11703         (frv_legitimize_address): Handle TLS addresses.
11704         (gen_inlined_tls_plt): New.
11705         (gen_tlsmoff): New.
11706         (frv_legitimize_tls_address): New.
11707         (unspec_got_name): Add TLS entries.
11708         (got12_operand): Add R_FRV_TLSMOFF12 case.
11709         (frv_emit_move): Fixup TLS addresses.
11710         (frv_emit_movsi): Legitimize TLS addresses.
11712         * config/frv/frv.h (MASK_BIG_TLS): New.
11713         (TARGET_BIG_TLS): New.
11714         (HAVE_AS_TLS): Define.
11715         (TARGET_SWITCHES): Add -mTLS and -mtls options.
11716         (enum reg_class): Add GR8_REGS, GR9_REGS, GR89_REGS.
11717         (REG_CLASS_NAMES): Same.
11718         (REG_CLASS_CONTENTS): Same.
11719         (CONSTRAINT_LEN): New.
11720         (REG_CLASS_FROM_CONSTRAINT): New.
11721         (PREDICATE_CODES): Add symbolic_operand.
11723         * config/frv/frv.md (define_constants): Add UNSPEC_GETTLSOFF,
11724         UNSPEC_TLS_LOAD_GOTTLSOFF12, UNSPEC_TLS_INDIRECT_CALL,
11725         UNSPEC_TLS_TLSDESC_LDD, UNSPEC_TLS_TLSDESC_LDD_AUX,
11726         UNSPEC_TLS_TLSOFF_LD, UNSPEC_TLS_LDDI, UNSPEC_TLSOFF_HILO,
11727         R_FRV_GOTTLSOFF_HI, R_FRV_GOTTLSOFF_LO, R_FRV_TLSMOFFHI,
11728         R_FRV_TLSMOFFLO, R_FRV_TLSMOFF12, R_FRV_TLSDESCHI,
11729         R_FRV_TLSDESCLO, R_FRV_GOTTLSDESCHI, R_FRV_GOTTLSDESCLO, GR8_REG,
11730         GR9_REG, GR14_REG, LRREG.
11731         (type): Add load_or_call attribute.
11732         ("load_or_call"): New reservation.
11733         ("call_gettlsoff"): New.
11734         ("tls_indirect_call"): New.
11735         ("tls_load_gottlsoff12"): New.
11736         ("tlsoff_hilo"): New.
11737         ("tls_tlsdesc_ldd"): New.
11738         ("tls_tlsoff_ld"): New.
11739         ("tls_lddi"): New.
11741         * config/frv/frv-protos.h (symbolic_operand): Protoize.
11743         2005-01-25  Alexandre Oliva  <aoliva@redhat.com>
11745         * config/frv/frv.h (ASM_OUTPUT_DWARF_DTPREL): Define.
11746         * config/frv/frv-protos.h (frv_output_dwarf_dtprel): Declare.
11747         * config/frv/frv.c (TLS_BIAS): Define.
11748         (frv_output_dwarf_dtprel): New.
11750 2005-01-26  Jakub Jelinek  <jakub@redhat.com>
11752         PR rtl-optimization/19579
11753         * ifcvt.c (noce_try_cmove_arith): If emitting instructions to set up
11754         both A and B, see if they don't clobber registers the other expr uses.
11756 2005-01-25  J"orn Rennecke <joern.rennecke@st.com>
11758         * real.c (do_add): Initialize signalling and canonical members.
11760         * real.c (real_from_integer): Zero out destination.
11762 2005-01-18  Jan Hubicka  <jh@suse.cz>
11764         PR tree-optimize/19337
11765         * tree-inline.c (initialize_inlined_parameters): Copy
11766         saved_static_chain_decl only.
11768 2005-01-25  Richard Henderson  <rth@redhat.com>
11770         PR target/19556
11771         PR target/19584
11772         * config/i386/i386.c (x86_inter_unit_moves): Zero.
11773         (ix86_preferred_reload_class): Rewrite fp-constant section, with
11774         80387 enabled, to return a proper subclass.  Return the subset that
11775         overlaps with GENERAL_REGS for PLUS.
11776         * config/i386/i386.md (movsi_1, movdi_2): Set type to "mmx" for pxor.
11778 2005-01-25  Richard Henderson  <rth@redhat.com>
11780         PR middle-end/19609
11781         * tree-complex.c (expand_complex_div_wide): Use the correct formulae.
11783 2005-01-25  Roger Sayle  <roger@eyesopen.com>
11785         * expmed.c (choose_multiplier): Change interface to return the
11786         multiplier lowpart as an rtx instead of an unsigned HOST_WIDE_INT.
11787         (expand_divmod): Update calls to choose_multiplier.
11789 2005-01-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11791         PR middle-end/19330
11792         * expmed.c (extract_bit_field): Use adjust_address instead of
11793         gen_lowpart when op0 is a MEM.
11795 2005-01-24  Steven Bosscher  <stevenb@suse.de>
11797         * cfgexpand.c (expand_gimple_tailcall): Fix typo.
11799 2005-01-24  Richard Sandiford  <rsandifo@redhat.com>
11801         * config/mips/irix-csr.c: New file.
11802         * config/mips/t-iris6 (irix-csr.o): New rule to build it.
11803         (EXTRA_MULTILIB_PARTS): Add irix-csr.o.
11804         * config/mips/iris6.h (ENDFILE_SPEC): Include it in n32 and n64
11805         executables.
11807 2005-01-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
11809         PR bootstrap/19364
11810         * config.gcc (sparc-*-elf*): Remove sol2.h, sparc/sol2.h and
11811         sparc/elf.h, add sparc/sp-elf.h.
11812         (sparc-*-rtems*): Likewise.
11813         (sparclite-*-elf*): Remove sol2.h, sparc/sol2.h, sparc/elf.h and
11814         tm-dwarf2.h, add sparc/sp-elf.h.
11815         (sparc86x-*-elf): Likewise.
11816         (sparc64-*-elf*): Remove sol2.h, sparc/sol2.h and tm-dwarf2.h.
11817         * config/sparc/liteelf.h (TARGET_SUB_OS_CPP_BUILTINS): Rename into
11818         TARGET_OS_CPP_BUILTINS.
11819         * config/sparc/sp86x-elf (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
11820         * config/sparc/rtemself.h (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
11821         Undefine it.
11822         * config/sparc/openbsd64.h (NO_IMPLICIT_EXTERN_C): Undefine.
11823         * config/sparc/sp64-elf.h (NO_IMPLICIT_EXTERN_C): New macro.
11824         (SWITCH_TAKES_ARG): Likewise.
11825         (LOCAL_LABEL_PREFIX): Likewise.
11826         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
11827         (TARGET_N_FORMAT_TYPES): Delete.
11828         (TARGET_FORMAT_TYPES): Likewise.
11829         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
11830         * config/sparc/elf.h: Delete.
11831         * config/sparc/sp-elf.h: New file.
11833 2005-01-24  Kazu Hirata  <kazu@cs.umass.edu>
11835         * tree-flow-inline.h (phi_arg_from_edge): Remove.
11836         * tree-flow.h: Remove the corresponding prototype.
11837         * tree-ssa-operands.h, tree-ssa-threadupdate.c, tree-ssa.c,
11838         tree-vectorizer.c: Use dest_idx instead of phi_arg_from_edge.
11840 2005-01-24  Jakub Jelinek  <jakub@redhat.com>
11842         PR target/17751
11843         * config/rs6000/rs6000.c (rs6000_file_start): Create toc section
11844         for AIX ABI or ELF -fPIC.
11845         (rs6000_emit_load_toc_table): Don't create toc_section here.
11846         (rs6000_xcoff_file_start): Nor here.
11848 2005-01-24  J"orn Rennecke <joern.rennecke@st.com>
11850         * sh.c (ra.h): Don't #include.
11851         (hard_regs_intersect_p): New function, resurrected from ra.c.
11853         * sh.c: Fix 1996 Copyright.
11855 2005-01-24  Richard Henderson  <rth@redhat.com>
11856             Aldy Hernandez  <aldyh@redhat.com>
11858         * regrename.c (note_sets): Handle subregs.
11860 2005-01-24  Joseph S. Myers  <joseph@codesourcery.com>
11862         PR bootstrap/18058
11863         * genconditions.c (write_header, write_conditions): Elide file if
11864         not GCC >= 3.0.1.
11866 2005-01-24  Kazu Hirata  <kazu@cs.umass.edu>
11868         * c-opts.c, expmed.c, gengtype.c, tree-complex.c,
11869         config/arm/iwmmxt.md, config/avr/avr.c, config/s390/s390.h:
11870         Update copyright.
11872 2005-01-24  Jakub Jelinek  <jakub@redhat.com>
11874         * builtins.c (get_pointer_alignment, gimplify_va_arg_expr,
11875         expand_builtin_printf, expand_builtin_fprintf,
11876         expand_builtin_sprintf): Use POINTER_TYPE_P instead TREE_CODE
11877         checking against POINTER_TYPE.
11878         (validate_arglist): Handle POINTER_TYPE code by checking
11879         POINTER_TYPE_P.
11881 2005-01-24  Paolo Bonzini  <bonzini@gnu.org>
11883         * rtlanal.c (non_rtx_starting_operands, for_each_rtx_1,
11884         init_rtlanal): New.
11885         (for_each_rtx): Call for_each_rtx_1.
11886         * rtl.h (init_rtlanal): Declare.
11887         * toplev.c (backend_init): Call init_rtlanal.
11889 2005-01-24  Jakub Jelinek  <jakub@redhat.com>
11891         * flow.c (propagate_one_insn): Formatting.
11893         PR middle-end/19551
11894         * flow.c (libcall_dead_p): Be more conservative if unsure.
11895         If there are any instructions between insn and call, see if they are
11896         all dead before saying the libcall is dead.
11898 2005-01-24  Uros Bizjak  <uros@kss-loka.si>
11900         * config/i386/i386.md (*extendsfdf2_sse): Use "nonimmediate_operand"
11901         operand constraint for operand 0.
11903 2005-01-23  Richard Henderson  <rth@redhat.com>
11905         PR 19486
11906         * tree-complex.c (expand_complex_div_wide): Set EDGE_FALLTHRU on
11907         edges leading to join block.
11909 2005-01-23  Roger Sayle  <roger@eyesopen.com>
11911         * expmed.c (expand_mult_highpart): Make static.  Change type of
11912         constant multiplier argument from unsigned HOST_WIDE_INT to rtx.
11913         (expand_divmod): Updates calls to expand_mult_highpart by using
11914         gen_int_mode to pass a CONST_INT rtx.
11915         * rtl.h (expand_mult_highpart): Remove prototype.
11917 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
11919         * flow.c (regset_bytes, regset_size): Remove.
11921         * cfganal.c: Fix a reference to Harvey's paper.
11923 2005-01-23  Steven Bosscher  <stevenb@suse.de>
11925         PR rtl-optimization/19464
11926         * tree-optimize.c (init_tree_optimization_passes): Add one more
11927         copyrename pass just before out-of-ssa.
11929 2005-01-23  Joseph S. Myers  <joseph@codesourcery.com>
11931         PR bootstrap/18058
11932         * recog.c (recog_memoized): Don't define if GENERATOR_FILE.
11933         * ggc-none.c (ggc_free): Define.
11935 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
11937         * cse.c (max_reg, max_insn_uid): Remove.
11938         (cse_main): Don't access max_reg or max_insn_uid.
11940         * c-common.c (explicit_flag_signed_bitfields,
11941         lang_statement_code_p, lang_expand_function_end): Remove.
11942         * c-common.h: Remove the corresponding declarations.
11943         * c-opts.c (c_common_handle_option): Remove all write access
11944         to explicit_flag_signed_bitfields.
11946         * cgraph.c (cgraph_varpool_n_nodes): Remove.
11947         (cgraph_varpool_node): Don't access cgraph_varpool_n_nodes.
11948         * cgraph.h: Remove the corresponding declaration.
11950         * gcse.c (null_pointer_info): Remove.
11952 2005-01-23  Roger Sayle  <roger@eyesopen.com>
11953             Eric Botcazou  <ebotcazou@libertysurf.fr>
11955         * combine.c (simplify_logical): Only simplify logical expressions
11956         of the form ior(and(x,y),z) by the inverse distributive law if the
11957         result is cheaper than the original.
11959 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
11961         * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c,
11962         fold-const.c, gimplify.c, params.h, tree-data-ref.c,
11963         tree-if-conv.c, tree-nested.c, tree-outof-ssa.c,
11964         tree-ssa-dom.c, tree-vectorizer.c, tree.def, config/darwin.c,
11965         config/freebsd-spec.h, config/arm/arm.h,
11966         config/h8300/h8300.md, config/i386/i386.md,
11967         config/i386/predicates.md, config/i386/sse.md,
11968         config/ia64/ia64.c, config/ip2k/ip2k.c, config/s390/s390.c,
11969         config/vax/vax.md: Fix comment typos.  Follow spelling
11970         conventions.
11972 2005-01-23  Steven Bosscher  <stevenb@suse.de>
11974         * gengtype.c (walk_type): Produce `not equal to' compares for loop
11975         tests, instead of `less than'.
11977 2005-01-23  Richard Sandiford  <rsandifo@redhat.com>
11979         * function.c (assign_parm_setup_block): When creating a new stack slot
11980         for a parameter, get its alignment from the parameter's DECL_ALIGN
11981         rather than the type's TYPE_ALIGN.  Make sure that the parameter
11982         is at least word aligned.
11984 2005-01-22  Roger Sayle  <roger@eyesopen.com>
11986         PR middle-end/19378
11987         * config/avr/avr.c (avr_hard_regno_mode_ok): Rewrite.
11989 2005-01-22  Richard Henderson  <rth@redhat.com>
11991         PR target/19506
11992         * config/i386/i386.md (movsfcc_1_sse_max): Use nonimmediate_operand
11993         in both compare operands.
11994         (movdfcc_1_sse_max): Likewise.
11995         (movsfcc_1_sse): Likewise.  Add earlyclobber for scratch.
11996         (movdfcc_1_sse): Likewise.
11997         * config/i386/i386.c (ix86_split_sse_movcc): Emit copies into the
11998         scratch register as needed.
12000 2005-01-22  Richard Henderson  <rth@redhat.com>
12002         * config/i386/i386.md (smaxsf3): Fix mnemonic typo.
12004         * config/i386/i386.c (ix86_prepare_fp_compare_args): Fix is_sse test.
12006 2005-01-22  Richard Henderson  <rth@redhat.com>
12008         * genopinit.c (optabs): Use smin/smax for floating point too.
12009         * doc/md.texi: Update to match.  Clarify that floating point
12010         results are undefined for +0/-0 and NaN.
12011         * doc/rtl.texi: Likewise.
12012         * rtl.def (SMIN, SMAX): Likewise
12013         * tree.def (MIN_EXPR, MAX_EXPR): Likewise.
12015         * config/alpha/alpha.md (smaxdf3, smindf3, smaxsf3, sminsf3): Add
12016         leading 's' to the name.
12017         * config/ia64/ia64.md (smaxsf3, sminsf3, smaxdf3, smindf3,
12018         smaxxf3, sminxf3): Likewise.
12019         * config/rs6000/rs6000.md (smaxdf3, smindf3, smaxsf3, sminsf3):
12020         Likewise.
12022 2005-01-22  Paul Brook  <paul@codesourcery.com>
12024         * config/arm/arm.md: Use "Uy" constraint for wcgr load/stores.
12026 2005-01-21  Mark Dettinger  <dettinge@de.ibm.com>
12028         * config/s390/s390.c (struct processor_costs): New fields
12029         dlgr, dlr, dr, dsgfr, dsgr.
12030         (z900_cost, z990_cost): Values for new fields.
12031         (s390_rtx_costs): New cases MEM und COMPARE in switch
12032         statement. Modified handling of SIGN_EXTEND, ZERO_EXTEND,
12033         DIV, MOD, UDIV, UMOD.
12035 2005-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
12037         * config/s390/s390.md ("doloop_si64"): Reload input value directly
12038         into the register being decremented.
12039         ("doloop_si31", "doloop_di"): Likewise.
12040         ("*doloop_si_long"): Adapt pattern.
12042 2005-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
12044         * config/s390/s390.h (HARD_REGNO_NREGS): Fix computation for
12045         access registers.
12046         (CLASS_MAX_NREGS): Likewise.
12048 2005-01-21  Daniel Berlin  <dberlin@dberlin.org>
12050         * doc/tree-ssa.texi (Statement Operands): Add example for new
12051         must-def macro. Note deprecation of old operands interface.
12053 2005-01-22  Richard Sandiford  <rsandifo@redhat.com>
12055         PR tree-optimization/19484
12056         * tree-cfg.c (remove_fallthru_edge): New function.
12057         (cleanup_control_flow): Remove fallthru edges from calls that are
12058         now known not to return.
12060 2005-01-20  Daniel Berlin  <dberlin@dberlin.org>
12062         Fix PR tree-optimization/19038
12063         * tree-ssa-dom.c (cprop_operand): Don't replace loop invaeriant
12064         copies with loop variant ones.
12066 2005-01-22  Kazu Hirata  <kazu@cs.umass.edu>
12068         * cfganal.c, real.h, reorg.c, timevar.def, tree-ssa-ccp.c,
12069         config/alpha/alpha-protos.h, config/alpha/alpha.h,
12070         config/alpha/alpha.md, config/alpha/predicates.md,
12071         config/sparc/freebsd.h, config/sparc/netbsd-elf.h,
12072         config/sparc/sol2.h: Update copyright.
12074         * tree-cfg.c (remove_forwarder_block_with_phi): Look at the
12075         first label to see if it is a nonlocal label.
12077 2005-01-22  David Edelsohn  <edelsohn@gnu.org>
12078             Andrew Pinski  <pinskia@physics.uc.edu>
12080         PR target/19491
12081         * config/rs6000/rs6000.c (rs6000_va_start): Saturate n_gpr at
12082         maximum number of GPRs.  Saturate n_fpr at maximum number of FPRs.
12084 2005-01-22  Ralf Corsepius  <ralf.corsepius@rtems.org>
12086         * config/rs6000/rtems.h: Update copyright.
12088 2005-01-22  Ralf Corsepius  <ralf.corsepius@rtems.org>
12090         PR target/19548
12091         * config/rs6000/rtems.h: Resurrect cpp_os_rtems_spec from gcc < 3.4.
12092         (CPP_OS_RTEMS_SPEC): New (From gcc-3.3's config/rs6000/sys4.h).
12093         (SUBSUBTARGET_EXTRA_SPECS): Use CPP_OS_RTEMS_SPEC.
12095 2005-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12097         PR c/18809
12098         * c-typeck.c (convert_arguments): Check for error_mark_node.
12100 2005-01-21  Ian Lance Taylor  <ian@airs.com>
12102         PR tree-optimization/13000
12103         * tree-inline.c: Include "tree-flow.h".
12104         (expand_call_inline): If warn_return_type, warn if non-void inline
12105         function falls through.
12106         * tree-cfg.c (execute_warn_function_return): Don't warn about
12107         control reaching end if TREE_NO_WARNING is set.  Set
12108         TREE_NO_WARNING.
12109         * gimple-low.c (block_may_fallthru): Don't assume that SWITCH_EXPR
12110         has been lowered.
12111         * gimplify.c (shortcut_cond_expr): Don't emit a jump over the else
12112         branch if we don't need one.
12113         * c-typeck.c: Include "tree-flow.h"
12114         (c_finish_bc_stmt): Don't add a goto if the current statement
12115         list doesn't fall through to the current point.
12117 2005-01-21  Roger Sayle  <roger@eyesopen.com>
12119         PR rtl-optimization/576
12120         * real.c (real_arithmetic): Change return type from void to bool
12121         to return an indication that the result may be inexact.
12122         * real.h (real_arithmeric): Update prototype.
12123         * fold-const.c (const_binop):  Don't constant fold floating
12124         point expressions when the user specifies -frounding-math and
12125         the result may depend upon the run-time rounding mode.
12126         (fold_convert_const_real_from_real): Clean-up.
12127         (fold_initializer): Ignore flag_rounding_math for initializers.
12128         * simplify-rtx.c (simplify_binary_operation): Likewise, don't
12129         constant fold FP operations with flag_rounding_math if the
12130         result may depend upon the run-time rounding mode.
12132 2005-01-21  Tom Tromey  <tromey@redhat.com>
12134         * c-cppbuiltin.c (define__GNUC__): Correct assertion.
12136 2005-01-21  Kazu Hirata  <kazu@cs.umass.edu>
12138         * tree-cfg.c: Fix comment typos.
12140 2005-01-21  J"orn Rennecke <joern.rennecke@st.com>
12142         * passes.c (rest_of_handle_flow2): Close / open the flow2 dump file
12143         around the call to rest_of_handle_branch_target_load_optimize.
12145 2005-01-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
12147         * config.gcc (sparc-*-netbsdelf*): Include dbxelf.h
12148         (sparc64-*-openbsd*): Likewise.
12149         (sparclite-*-elf*): Include tm-dwarf2.h.
12150         (sparc86x-*-elf*): Likewise.
12151         (sparc64-*-elf*): Likewise.
12152         * config/sparc/linux64.h (DWARF2_DEBUGGING_INFO): Delete.
12153         (DBX_DEBUGGING_INFO): Likewise.
12154         * config/sparc/liteelf.h (DWARF2_DEBUGGING_INFO): Likewise.
12155         (PREFERRED_DEBUGGING_TYPE): Likewise.
12156         * config/sparc/netbsd-elf.h (PREFERRED_DEBUGGING_TYPE): Likewise.
12157         * config/sparc/sp64-elf.h (DBX_DEBUGGING_INFO): Likewise.
12158         (PREFERRED_DEBUGGING_TYPE): Likewise.
12159         * config/sparc/sp86x-elf.h (DWARF2_DEBUGGING_INFO): Likewise.
12160         (PREFERRED_DEBUGGING_TYPE): Likewise.
12161         * config/sparc/sparc.h (DBX_DEBUGGING_INFO): Likewise.
12163 2005-01-21  Hans-Peter Nilsson  <hp@bitrange.com>
12165         PR target/18701
12166         * combine.c (combine_simplify_rtx): Revert change of 2004-12-31.
12168 2005-01-20  Paul Brook  <paul@codesourcery.com>
12170         * doc/rtl.texi: Document value extension requirements for CONST_INT.
12172 2005-01-20  Kazu Hirata  <kazu@cs.umass.edu>
12174         * tree-cfg.c (tree_verify_flow_info): Check that a nonlocal
12175         label is first in a sequence of labels.
12177         * tree-cfg.c (tree_verify_flow_info): Fix a typo.
12179 2005-01-20  Janis Johnson  <janis187@us.ibm.com>
12180             Giovanni Bajo  <giovannibajo@gcc.gnu.org>
12182         * doc/sourcebuild.texi (Test Directives): New.
12184 2005-01-20  Roger Sayle  <roger@eyesopen.com>
12186         * real.c (real_floor): Don't leave the result uninitialized when
12187         mode is VOIDMode, but return the unrounded intermediate value.
12188         (real_ceil): Likewise.
12190 2005-01-20  Paul Brook  <paul@codesourcery.com>
12192         * config/arm/arm.md (insv): Use gen_int_mode.
12194 2005-01-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
12196         * config/sparc/freebsd.h (ASM_OUTPUT_INTERNAL_LABELREF): Delete.
12197         * config/sparc/linux.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
12198         * config/sparc/linux64.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
12199         * config/sparc/netbsd-elf.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
12200         * config/sparc/sol2.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
12202 2005-01-20  Daniel Berlin  <dberlin@dberlin.org>
12204         Fix PR debug/19124
12205         * dwarf2out.c (concat_loc_descriptor): We don't know we can use
12206         fbreg, so we have to assume we can't.
12207         (loc_descriptor_from_tree_1): Ditto.
12208         (containing_function_has_frame_base): New function.
12209         (add_location_or_const_value_attribute): Use it.
12210         Also try to generate a frame_base from a single element location
12211         list.
12213 2005-01-20  Kazu Hirata  <kazu@cs.umass.edu>
12215         PR tree-optimization/15349
12216         * timevar.def (TV_TREE_MERGE_PHI): New.
12217         * tree-cfg.c (tree_forwarder_block_p): Add a new argument
12218         PHI_WANTED.
12219         (remove_forwarder_block, cleanup_forwarder_blocks): Adjust the
12220         calls to tree_forwarder_block_p.
12221         (remove_forwarder_block_with_phi, merge_phi_nodes,
12222         gate_merge_phi, pass_merge_phi): New.
12223         * tree-optimize.c (init_tree_optimization_passes): Add
12224         pass_merge_phi.
12225         * tree-pass.h: Add an extern for pass_merge_phi;
12227 2005-01-20  Richard Henderson  <rth@redhat.com>
12229         PR target/19418
12230         * config/i386/emmintrin.h (_mm_castpd_ps, _mm_castpd_si128): New.
12231         (_mm_castps_pd, _mm_castps_si128): New.
12232         (_mm_castsi128_ps, _mm_castsi128_pd): New.
12234 2005-01-20  Richard Henderson  <rth@redhat.com>
12236         PR target/19530
12237         * config/i386/mmintrin.h (_mm_cvtsi32_si64): Use
12238         __builtin_ia32_vec_init_v2si.
12239         (_mm_cvtsi64_si32): Use __builtin_ia32_vec_ext_v2si.
12240         * config/i386/i386.c (IX86_BUILTIN_VEC_EXT_V2SI): New.
12241         (ix86_init_mmx_sse_builtins): Create it.
12242         (ix86_expand_builtin): Expand it.
12243         (ix86_expand_vector_set): Handle V2SFmode and V2SImode.
12244         * config/i386/mmx.md (vec_extractv2sf_0, vec_extractv2sf_1): New.
12245         (vec_extractv2si_0, vec_extractv2si_1): New.
12247 2005-01-20  Richard Henderson  <rth@redhat.com>
12249         PR target/16533
12250         * config/i386/i386.c (ix86_expand_push): New.
12251         * config/i386/mmx.md (push<MMXMODE>1): New.
12252         * config/i386/sse.md (push<SSEMODE>1): New.
12253         * config/i386/i386-protos.h: Update.
12255 2005-01-20  Kazu Hirata  <kazu@cs.umass.edu>
12257         * params.def, params.h, predict.c, tree-ssa-loop-im.c: Update
12258         copyright.
12260 2005-01-20  Richard Henderson  <rth@redhat.com>
12262         * rtl.def (CONST_VECTOR): Use RTX_CONST_OBJ.
12263         * rtl.h (CONSTANT_P): Don't special case CONST_VECTOR.
12265 2005-01-19  Richard Henderson  <rth@redhat.com>
12267         PR target/19350
12268         * config/i386/i386.c (ix86_expand_vector_move_misalign): Convert
12269         to V4SFmode in SSE1 fallback load path.
12271 2005-01-19  Richard Henderson  <rth@redhat.com>
12273         * config/i386/i386.c (ix86_expand_vector_init_one_var): Fix typo
12274         in QImode expansion to ix86_expand_vector_set.
12275         (ix86_expand_vector_init_general): Fix typo in V8HImode recursive call.
12277 2005-01-19  Richard Henderson  <rth@redhat.com>
12279         PR target/19511
12280         * config/i386/i386.c (ix86_preferred_reload_class): Return a proper
12281         subclass of the input class.
12282         (ix86_secondary_memory_needed): Always true for cross-MMX classes.
12283         Always true for cross-SSE1 classes.  Rationalize conditionals.
12284         * config/i386/i386.h (SSE_CLASS_P, MMX_CLASS_P): Use straight equality.
12285         * config/i386/i386.md (movsi_1): Add MMX/SSE zeros.  Fix alternatives
12286         for SSE1.  Don't check TARGET_INTER_UNIT_MOVES.
12287         (movdi_2): Add MMX/SSE zeros.
12288         (movdi_1_rex64): Likewise.  Don't check TARGET_INTER_UNIT_MOVES.
12289         (movsf_1): Don't check TARGET_INTER_UNIT_MOVES.
12290         (zero_extendsidi2_32, zero_extendsidi2_rex64): Likewise.
12291         (movsi_1_nointernunit, movdi_1_rex64_nointerunit): Remove.
12292         (movsf_1_nointerunit, zero_extendsidi2_32_1): Remove.
12293         (zero_extendsidi2_rex64_1): Remove.
12294         (MOV0 peephole): Check GENERAL_REG_P.
12296 2005-01-19  Richard Henderson  <rth@redhat.com>
12298         PR target/19427
12299         * config/i386/i386.c (ix86_expand_vector_set): Fix third and fourth
12300         shufps elements.
12301         (ix86_expand_vector_extract): Likewise.
12303 2005-01-19  Richard Henderson  <rth@redhat.com>
12305         PR middle-end/19304
12306         * expr.c (emit_move_change_mode): New argument force; use
12307         simplify_gen_subreg if true.
12308         (emit_move_via_alt_mode): Merge into ...
12309         (emit_move_via_integer): ... here.
12310         (emit_move_ccmode): Use emit_move_change_mode directly.
12312 2005-01-19  Richard Henderson  <rth@redhat.com>
12314         PR target/19518
12315         * config/alpha/alpha.c (alpha_rtx_costs): Handle HIGH.
12316         (alpha_preferred_reload_class): Handle CONST_VECTOR.
12317         (alpha_emit_set_const_1): Add no_output parameter; don't emit
12318         rtl if true.
12319         (alpha_emit_set_const): Likewise.  Make static.
12320         (alpha_emit_set_long_const): Make static.
12321         (alpha_extract_integer): Split out from alpha_expand_mov.
12322         (alpha_split_const_mov): Likewise.
12323         (alpha_expand_mov): Use them.  Handle CONST_VECTOR.
12324         (alpha_legitimate_constant_p): New.
12325         * config/alpha/alpha-protos.h: Update.
12326         * config/alpha/alpha.h (REGISTER_MOVE_COST): Correct fp<->gp cost.
12327         (LEGITIMATE_CONSTANT_P): Re-implement with a function.
12328         * config/alpha/alpha.md (movsi): Add n alternative.
12329         (movsi_nt_vms, movdi_er_nofix, movdi_er_fix, movdi_fix): Likewise.
12330         (mov<VEC>_fix, mov<VEC>_nofix): Add i alternative.
12331         (splitters for all of the above): Use alpha_split_const_mov.
12332         * config/alpha/predicates.md (non_add_const_operand): New.
12333         (non_zero_const_operand): New.
12334         (input_operand): Use alpha_legitimate_constant_p after reload.
12336 2005-01-19  Zdenek Dvorak  <dvorakz@suse.cz>
12338         PR tree-optimization/19038
12339         * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): New function.
12340         (add_candidate): Add ivs with increment in latch only if
12341         allow_ip_end_pos_p is true.
12342         (determine_iv_cost): Use empty_block_p.
12344 2005-01-19  Daniel Berlin  <dberlin@dberlin.org>
12346         * cfganal.c (compute_dominance_frontiers_1): Replace with new algorithm
12347         (compute_dominance_frontiers): Ditto.
12349 2005-01-19  Ralf Corsepius  <ralf.corsepius@rtems.org>
12351         PR target/19529
12352         * config/sh/t-rtems: New.
12353         * config.gcc (sh-*-rtems*): Reflect having added config/sh/t-rtems.
12355 2005-01-19  Zdenek Dvorak  <dvorakz@suse.cz>
12357         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Always subtract
12358         the offset of the selected field.
12360 2005-01-19  Kazu Hirata  <kazu@cs.umass.edu>
12362         * tree-cfg.c (remove_forwarder_block): Fix the check to
12363         prevent a nonlocal label from appearing in the middle of a
12364         basic block.
12366 2005-01-19  Hans-Peter Nilsson  <hp@axis.com>
12368         PR rtl-optimization/19462
12369         * reorg.c (find_end_label): Create return insn only if
12370         current_function_epilogue_delay_list is empty.
12372 2005-01-19  Paolo Bonzini  <bonzini@gnu.org>
12374         * doc/passes.texi: Remove paragraph mentioning new-ra.
12376 2005-01-19  Jakub Jelinek  <jakub@redhat.com>
12378         PR rtl-optimization/15139
12379         * combine.c: Include params.h.
12380         (count_rtxs): New function.
12381         (record_value_for_reg): If replace_rtx would replace at least
12382         2 occurrences of REG in VALUE and TEM is really large, replace REG with
12383         (clobber (const_int 0)) instead of TEM.
12384         * params.def (PARAM_MAX_LAST_VALUE_RTL): New.
12385         * params.h (MAX_LAST_VALUE_RTL): New.
12386         * Makefile.in (combine.o): Depend on $(PARAMS_H).
12387         * doc/invoke.texi (--param max-last-value-rtl=N): Document.
12389         PR c/17297
12390         * c-typeck.c (digest_init): Only call build_vector if all constructor
12391         elements are *_CST nodes.
12392         * gimplify.c (gimplify_init_constructor): Likewise.
12394         PR middle-end/19164
12395         * c-typeck.c (digest_init): Only call build_vector if inside_init
12396         is a CONSTRUCTOR.
12398 2005-01-18  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
12400         * toplev.c (init_asm_output): Remove dead #ifdef.
12402 2005-01-18  Kaz Kojima  <kkojima@gcc.gnu.org>
12404         * config/sh/linux.h (TARGET_C99_FUNCTIONS): Define.
12406 2005-01-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
12408         * calls.c (expand_call): Check DECL_BUILT_IN_CLASS before
12409         accessing DECL_FUNCTION_CODE.
12410         * dojump.c (do_jump): Likewise.
12411         * gimplify.c (gimplify_call_expr): Likewise.
12412         * predict.c (expr_expected_value): Likewise.
12413         (strip_builtin_expect): Likewise.
12414         * tree-inline.c (estimate_num_insns_1): Likewise.
12415         * tree-ssa-loop-im.c (stmt_cost): Likewise
12416         * fold-const.c (fold): Test for BUILT_IN_NORMAL.
12417         (tree_expr_nonnegative_p): Likewise.
12419 2005-01-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
12421         * config/sparc/sparc.c (load_pic_register): Emit the appropriate
12422         variant of the load_pcrel_sym pattern.
12423         * config/sparc/sparc.md (P macro): Move to the top.
12424         (load_pcrel_sym): Macroize using P.
12425         (save_register_window): Likewise.
12427 2005-01-18  Aldy Hernandez  <aldyh@redhat.com>
12429         * config/rs6000/rs6000.md ("sunordered"): Disable for e500.
12430         ("sordered"): Same.
12432 2005-01-18  Andrew Pinski  <pinskia@physics.uc.edu>
12434         PR C/19472
12435         * c-typeck.c (build_asm_expr): Strip nops off
12436         input memory operands.
12438 2005-01-18  David Edelsohn  <edelsohn@gnu.org>
12440         * config/rs6000/aix43.h (CPLUSPLUS_CPP_SPEC): Delete
12441         _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, _LARGE_FILE_API.
12442         * config/rs6000/aix51.h (CPLUSPLUS_CPP_SPEC): Same.
12443         * config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Same.
12445 2005-01-18  Joel Sherrill <joel.sherrill@oarcorp.com>
12447         PR target/19379
12448         * config/i386/i386.c (override_options): If the 80387 is disabled,
12449         then do not return FP values using FP registers.
12451 2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>
12453         * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,
12454         c-tree.h, cfgbuild.c, cgraph.c, cgraph.h, collect2.c,
12455         combine.c, config.gcc, coverage.h, cse.c, cselib.c,
12456         defaults.h, df.c, dwarf2asm.c, dwarf2out.c, explow.c, expr.c,
12457         flow.c, fold-const.c, gcse.c, ggc-page.c, gimple-low.c,
12458         gimplify.c, ifcvt.c, langhooks-def.h, lcm.c, optabs.h,
12459         output.h, postreload-gcse.c, postreload.c, recog.c,
12460         resource.c, rtl.def, rtlanal.c, sched-deps.c, sched-rgn.c,
12461         targhooks.h, toplev.c, tree-data-ref.c, tree-eh.c,
12462         tree-flow.h, tree-loop-linear.c, tree-mudflap.h, tree-nrv.c,
12463         tree-optimize.c, tree-outof-ssa.c, tree-pass.h,
12464         tree-scalar-evolution.c, tree-ssa-copy.c, tree-ssa-dce.c,
12465         tree-ssa-dse.c, tree-ssa-loop-ivopts.c, tree-ssa-operands.c,
12466         tree-ssa-pre.c, tree-ssa.c, tree-vectorizer.c, tree.def,
12467         unwind-dw2-fde-darwin.c, var-tracking.c: Update copyright.
12469         * config/darwin.c, config/darwin.h, config/freebsd-spec.h,
12470         config/alpha/alpha.c, config/arm/vfp.md,
12471         config/i386/emmintrin.h, config/i386/i386-modes.def,
12472         config/i386/i386-protos.h, config/i386/i386.h,
12473         config/i386/pmmintrin.h, config/i386/ppro.md,
12474         config/i386/predicates.md, config/i386/xmmintrin.h,
12475         config/i860/i860.c, config/ia64/ia64-modes.def,
12476         config/ia64/ia64-protos.h, config/ia64/ia64.h,
12477         config/ia64/ia64.md, config/ia64/itanium1.md,
12478         config/ia64/itanium2.md, config/ia64/predicates.md,
12479         config/iq2000/iq2000.h, config/mips/linux64.h,
12480         config/rs6000/aix41.h, config/rs6000/aix43.h,
12481         config/rs6000/aix52.h, config/rs6000/darwin-fallback.c,
12482         config/rs6000/rs6000.c, config/rs6000/rs6000.h,
12483         config/rs6000/spe.md, config/sh/sh.md, config/sparc/linux.h,
12484         config/sparc/linux64.h, config/sparc/litecoff.h,
12485         config/sparc/sp64-elf.h, config/sparc/sparc.c,
12486         config/sparc/sparc.h, config/sparc/sparc.md,
12487         config/sparc/sysv4-only.h: Update copyright.
12489 2005-01-18  Richard Henderson  <rth@redhat.com>
12491         PR target/19496
12492         * config/i386/i386.c (ix86_expand_fp_movcc): Fail for LTGT and UNEQ.
12494 2005-01-18  Marc Espie  <espie@openbsd.org>
12495         * config/i386/openbsdelf.h: Typo.
12497 2005-01-18  Richard Henderson  <rth@redhat.com>
12499         * config/i386/i386.c (ix86_expand_fp_movcc): Remove TARGET_IEEE_FP
12500         special case for sse.
12501         * config/i386/predicates.md (sse_comparison_operator): Likewise.
12503 2005-01-18  Dorit Naishlos  <dorit@il.ibm.com>
12505         * tree-inline.c (estimate_num_insns_1): Added cases for
12506         ALIGN_INDIRECT_REF, MISALIGNED_INDIRECT_REF, and REALIGN_LOAD_EXPR.
12508 2005-01-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
12510         PR rtl-optimization/19296
12511         * combine.c (simplify_comparison): Rewrite the condition under
12512         which a non-paradoxical SUBREG of a PLUS can be lifted when
12513         compared against a constant.
12515 2005-01-18  Andi Kleen <ak@muc.de>
12517         * c-typeck.c: (convert_for_assignment): Check warn_pointer_sign.
12518         * c.opt (-Wpointer-sign): Add.
12519         * doc/invoke.texi: (-Wpointer-sign): Add.
12521 2005-01-18  Uros Bizjak  <uros@kss-loka.si>
12523         * config/i386/i386.c (override_options): Revert 2004-11-24 change.
12524         * config/i386/i386.md (fmodsf3, dremsf3, *sinsf2, *cossf2, sincossf3,
12525         *tansf3_1, tansf2, atan2sf3_1, atan2sf3, atansf2, asinsf2, acossf2,
12526         logsf2, log10sf2, log2sf2, log1psf2, logbsf2, ilogbsf2, expsf2,
12527         exp10sf2, exp2sf2, expm1sf2, rintsf2, floorsf2, ceilsf2, btruncsf2,
12528         nearbyintsf2): Disable for TARGET_SSE_MATH.  Leave patterns enabled
12529         for TARGET_MIX_SSE_I387.
12530         (fmoddf3, dremdf3, *sindf2, *sinextendsfdf2, *cosdf2, *cosextendsfdf2,
12531         sincosdf3, *sincosextendsfdf3, *tandf3_1, tandf2, atan2df3_1,
12532         atan2df3, atandf2, asindf2, acosdf2, logdf2, log10df2, log2df2,
12533         log1pdf2, logbdf2, expdf2, exp10df2, exp2df2, expm1df2, rintdf2,
12534         floordf2, ceildf2, btruncdf2, nearbyintdf2): Disable for
12535         (TARGET_SSE2 && TARGET_SSE_MATH).  Leave patterns enabled for
12536         TARGET_MIX_SSE_I387.
12537         (atan2sf3, atan2df3, atan2xf3): Remove register constraints
12538         from expander.
12540 2005-01-18  Uros Bizjak  <uros@kss-loka.si>
12542         PR target/19424
12543         * config/i386/mmx.md (*movv2sf_internal_rex64, *movv2sf_internal):
12544         Add movaps alternative for xmm reg->reg move.
12546 2005-01-17  Jeff Law  <law@redhat.com>
12548         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Clear SSA_NAME_VALUE
12549         at the end of the main DOM loop rather than just before DOM exits.
12551 2005-01-17  Diego Novillo  <dnovillo@redhat.com>
12553         PR tree-optimization/19121
12554         * tree-ssa-alias.c (compute_flow_sensitive_aliasing): When
12555         adding aliases to a name tag, also add them to the pointer's
12556         type tag.
12557         * tree-ssa-copy.c (merge_alias_info): Do not merge flow
12558         sensitive alias info at all.  Only check that the two pointers
12559         have compatible pointed-to sets.
12560         * tree-ssa.c (verify_name_tags): Verify that the alias set of
12561         a pointer's type tag is a superset of the alias set of the
12562         pointer's name tag.
12564 2005-01-17  James E Wilson  <wilson@specifixinc.com>
12566         PR target/19357
12567         * config/ia64/ia64.md (movxf): Handle general register source.  Adjust
12568         comment to document why.
12570 2005-01-17  Richard Henderson  <rth@redhat.com>
12572         * config/i386/sse.md (smaxv4sf3_finite, sse_vmsmaxv4sf3_finite,
12573         sminv4sf3_finite, sse_vmsminv4sf3_finite, smaxv2df3_finite,
12574         sse2_vmsmaxv2df3_finite, sminv2df3_finite,
12575         sse2_vmsminv2df3_finite): New.
12576         (smaxv4sf3, sse_vmsmaxv4sf3, sminv4sf3, sse_vmsminv4sf3, smaxv2df3,
12577         sse2_vmsmaxv2df3, sminv2df3, sse2_vmsminv2df3): Remove commutative.
12578         Force op1 into register.
12580 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
12582         * Makefile.in (STAGEMOVESTUFF): Stage all the stamp files to prevent
12583         bubblestrap from always rebuilding build directory.
12585 2005-01-17  Ulrich Weigand  <uweigand@de.ibm.com>
12587         * config/s390/s390.md ("*clc"): Remove incorrect '='.
12588         ("*cmpmem_short"): Likewise.
12590 2005-01-17  Steven Bosscher  <stevenb@suse.de>
12592         * basic-block.h: Document BB_* flags.
12593         * regrename.c (copyprop_hardreg_forward): Don't use BB_VISITED,
12594         use an sbitmap instead.
12595         * sched-rgn.c (compute_trg_info): Likewise.
12597 2005-01-17  Richard Sandiford  <rsandifo@redhat.com>
12599         * config.gcc (mips64*-*-linux*): Set the default abi to n32.  Remove
12600         redundant target_cpu_default and extra_parts lines.  Use the default
12601         "from-abi" ISA.
12602         * config/mips/linux64.h (DRIVER_DEFAULT_ABI_SELF_SPEC): Delete.
12603         (SUBTARGET_EXTRA_SPECS): Delete.
12604         (DRIVER_SELF_SPECS): Remove architecture lines.  Set the ABI directly.
12605         (SUBTARGET_ASM_SPEC): Remove -mabi=n32 and -mabi=64 mappings.
12606         * config/mips/t-linux64 (MULTILIB_DIRNAMES): Use "32" for -mabi=32
12607         and "n32" for -mabi=n32.
12609 2005-01-17  Ian Lance Taylor  <ian@airs.com>
12611         PR c/5675
12612         * c-typeck.c (build_c_cast): Revert patch of 2003-02-16: don't
12613         fold constant variables into initial values.
12615 2005-01-17  Kazu Hirata  <kazu@cs.umass.edu>
12617         * tree-cfg.c (tree_can_merge_blocks_p): Reorder two checks.
12619         * tree-cfg.c (tree_forwarder_block_p): Speed up by walking
12620         through the statements backward.
12622 2005-01-17  Ian Lance Taylor  <ian@airs.com>
12624         PR middle-end/13127:
12625         * tree-inline.c (expand_call_inline): Set TREE_NO_WARNING on
12626         a variable set to the return value of the inlined function.
12628 2005-01-17  Mark Dettinger  <dettinge@de.ibm.com>
12630         * rtlanal.c (rtx_cost): Assign cost of 0 to a SUBREG
12631         when modes are tieable.
12633 2005-01-17  Ranjit Mathew  <rmathew@hotmail.com>
12635         * gthr-posix.h (__gthread_active_p): Use pthread_cancel instead
12636         of pthread_create to find out if threads are enabled.
12637         * gthr-posix95.h (__gthread_active_p): Likewise.
12639 2005-01-17  Paolo Bonzini  <bonzini@gnu.org>
12641         * common.opt (-fnew-ra): Remove.
12642         * ra*.*: Remove.
12643         * toplev.h (flag_new_regalloc): Remove.
12644         * Makefile.in (ra*.*): Don't mention.
12645         * passes.c (rest_of_handle_new_regalloc): Remove.
12646         (rest_of_handle_combine, rest_of_compilation): Always consider
12647         flag_new_regalloc as false.
12648         * doc/invoke.texi: Don't document -fnew-ra.
12650 2005-01-17  Paolo Bonzini <bonzini@gnu.org>
12652         * bb-reorder.c (fix_edges_for_rarely_executed_code): Remove
12653         last parameter to reg_scan.
12654         * loop.c (loop_optimize): Likewise.
12655         * passes.c (rest_of_handle_tracer, rest_of_handle_if_conversion,
12656         rest_of_handle_web, rest_of_handle_cfg, rest_of_handle_jump_bypass,
12657         rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2,
12658         rest_of_handle_gcse, rest_of_handle_loop_optimize,
12659         rest_of_handle_loop2, rest_of_handle_jump2): Likewise.
12660         * regclass.c (reg_scan): Likewise, for the declaration.
12661         * rtl.h (reg_scan): Likewise, for the prototype.
12663 2005-01-17  Kazu Hirata  <kazu@cs.umass.edu>
12665         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Don't call
12666         mark_dfs_back_edges.
12668 2005-01-16  Daniel Berlin  <dberlin@dberlin.org>
12670         * tree-ssa-pre.c (add_to_sets): s1 may be NULL.
12671         (compute_avail): Uses don't go in tmp_gen.
12673 2005-01-16  Steven Bosscher  <stevenb@suse.de>
12675         * ggc-page.c (ggc_alloc_stat): Use __builtin_ctzl instead of a
12676         loop to look for a free slot in a page entry.
12678 2005-01-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12680         PR target/16304
12681         * defaults.h (TARGET_DEFERRED_OUTPUT_DEFS): Provide default.
12682         * toplev.c (compile_file): Call process_pending_assemble_output_defs
12683         just before targetm.asm_out.file_end.
12684         * tree.h (process_pending_assemble_output_defs): Declare.
12685         * varasm.c (assemble_output_def, process_pending_assemble_output_defs):
12686         New functions.
12687         (assemble_alias): Defer generation of assembly code for defines when
12688         TARGET_DEFERRED_OUTPUT_DEFS is true.
12689         * config/rs6000/aix41.h (TARGET_DEFERRED_OUTPUT_DEFS): Define.
12690         * config/rs6000/aix43.h (TARGET_DEFERRED_OUTPUT_DEFS): Define.
12691         * doc/tm.texi (TARGET_DEFERRED_OUTPUT_DEFS): document.
12693 2005-01-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12695         PR target/19336
12696         * pa.c (pa_scalar_mode_supported_p): New function.
12697         (TARGET_SCALAR_MODE_SUPPORTED_P): Define.
12698         * pa.h (MIN_UNITS_PER_WORD): Add comment.
12700         * pa-protos.h (prefetch_operand): Delete.
12701         (prefetch_cc_operand, prefetch_nocc_operand): New declations.
12702         * pa.c (prefetch_operand): Delete.
12703         (prefetch_cc_operand, prefetch_nocc_operand): New functions.
12704         * pa.h (EXTRA_CONSTRAINT): Add `W' constraint.
12705         (PREDICATE_CODES): Delete prefetch_operand.  Add prefetch_cc_operand
12706         and prefetch_nocc_operand.
12707         * pa.md (prefetch): Rework to avoid reload problems handling short
12708         displacements when a cache control completer needs to be provided.
12709         (prefetch_32, prefetch_64): Delete.
12710         (prefetch_cc, prefetch_nocc): New patterns.
12712 2005-01-15  David Edelsohn  <edelsohn@gnu.org>
12714         * config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Revert previous change.
12716 2005-01-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12718         PR ada/19388
12719         * pa.c (pa_asm_output_aligned_common): Warn if specified alignment
12720         exceeds maximum alignment for global common data.
12721         * pa64-hpux.h (MAX_OFILE_ALIGNMENT): Define to 32768.
12722         * som.h (MAX_OFILE_ALIGNMENT): Likewise.
12724 2004-01-15  Roger Sayle  <roger@eyesopen.com>
12726         * tree-ssa-dom.c (extract_range_from_cond): Correct condition.
12728 2004-01-15  Roger Sayle  <roger@eyesopen.com>
12730         * harg-reg-set.h (reg_class_names): Prototype global array.
12731         * regclass.c (reg_class_names): Declare here and initialize to
12732         REG_CLASS_NAMES.
12733         (dump_regclass): Remove local declaration of reg_class_names.
12734         (regclass): Likewise.
12735         * cfg.c (dump_flow_info): Likewise.
12736         * ra-debug.c (reg_class_names): Likewise.
12737         * regrename.c (reg_class_names): Likewise.
12738         * reload.c (reg_class_names): Likewise.
12739         * reload1.c (spill_failure): Likewise.
12740         * config/m68hc11/m68hc11.c (reg_class_names): Likewise.
12742 2005-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
12744         * config/s390/s390.md ("reload_outti"): Remove predicate for
12745         output operand.  Abort if operand is not a MEM.
12746         ("reload_outdi", "reload_outdf"): Likewise.
12748 2005-01-15  Marc Espie  <espie@openbsd.org>
12750         * config.gcc (*-*-openbsd*): Set HAS_LIBC_R for OpenBSD <= 3.2.
12751         (i[34567]86-*-openbsd*): Switch to ELF for OpenBSD >= 3.4.
12752         * config/openbsd.h:  Fix C++ includes for native configurations.
12753         Add proper OS_CPP_BUILTINS.  Fix libspec for recent OpenBSD.
12754         Add trampoline support.
12755         * config/i386/openbsdelf.h: New.
12757 2005-01-15  Marc Espie  <espie@openbsd.org>
12759         * collect2.c (main): Explicitly parse -dynamic-linker option.
12761 2005-01-15  Jakub Jelinek  <jakub@redhat.com>
12763         PR tree-optimization/19060
12764         * tree-ssa-dom.c (extract_range_from_cond) <case LT_EXPR, GT_EXPR>:
12765         Return 0 if op1 <= TYPE_MIN_VALUE () resp. op1 >= TYPE_MAX_VALUE ().
12766         (simplify_cond_and_lookup_avail_expr): Add assert for dummy == 0
12767         and handle extract_range_from_cond returning false.
12768         * fold-const.c (fold): Optimize comparisons with min/max even for
12769         width > HOST_BITS_PER_WIDE_INT.
12771 2005-01-15  Ralf Corsepius  <ralf.corsepius@rtems.org>
12773         * config/mips/rtems.h (MIPS_DEFAULT_GVALUE): Set to 0.
12774         * config/mips/t-rtems (MULTILIBS_DIRNAMES,MULTILIB_OPTIONS):
12775         Remove little endian multilib variants.
12776         Add mips32 multilib variant.
12778 2005-01-15  Kazu Hirata  <kazu@cs.umass.edu>
12780         * explow.c (copy_all_reg, stabilize): Remove.
12781         * expr.h: Remove the corresponding prototypes.
12783         * rtlanal.c (regs_set_between_p): Remove.
12784         * rtl.h: Remove the corresponding prototype.
12786 2005-01-14  David Edelsohn  <edelsohn@gnu.org>
12788         * config/rs6000/rs6000.c (rs6k_nonimmediate_operand): Rename
12789         to rs6000_nonimmediate_operand.
12790         * config/rs6000/rs6000.h (PREDICATE_CODES): Rename
12791         rs6k_nonimmediate_operand to rs6000_nonimmediate_operand.
12792         * config/rs6000/rs6000.md (movsi_internal1): Rename predicate to
12793         rs6000_nonimmediate_operand.
12794         * config/rs6000/spe.md (movdf_e500_double): Rename predicate to
12795         rs6000_nonimmediate_operand.
12797 2005-01-14  Andrew Pinski  <pinskia@physics.uc.edu>
12799         * tree-ssa-alias.c (pass_may_alias): Add TODO_verify_stmts.
12801 2005-01-14  Aldy Hernandez  <aldyh@redhat.com>
12803         * config/rs6000/rs6000.h (CLASS_MAX_NREGS): DF goes in 1 register
12804         on e500v2.
12805         (CANNOT_CHANGE_MODE_CLASS): Restrict DI mode changes on e500v2.
12806         (PREDICATE_CODES): Add rs6k_nonimmediate_operand.
12808         * config/rs6000/rs6000.c (invalid_e500_subreg): New.
12809         (rs6k_nonimmediate_operand): New.
12810         (rs6000_legitimate_offset_address_p): Handle DI modes on e500v2
12811         correctly.
12812         (legitimate_lo_sum_address_p): Same.
12813         (rs6000_legitimize_address): Same.
12814         (rs6000_legitimize_reload_address): Same.
12815         (rs6000_legitimate_address): Same.
12816         (spe_build_register_parallel): Pass DF and DC modes in a DI
12817         register.
12819         * config/rs6000/rs6000.md ("*movsi_internal1"): Change predicate
12820         to rs6k_nonimmediate_operand.
12822         * config/rs6000/spe.md ("*frob_df_di"): New.
12823         ("*frob_di_df"): New.
12824         ("*frob_di_df_2"): New.
12825         ("*mov_sidf_e500_subreg0"): New.
12826         ("*mov_sidf_e500_subreg4"): New.
12827         ("*movdf_e500_double"): Change predicate to
12828         rs6k_nonimmediate_operand.
12830 2005-01-14  Aldy Hernandez  <aldyh@redhat.com>
12832         * postreload.c (move2add_note_store): Only call
12833         trunc_int_for_mode on scalar integers.
12835 2005-01-14  Steven Bosscher  <stevenb@suse.de>
12837         * tree-ssa-dce.c (visited_control_parents): New sbitmap to
12838         replace BB_VISITED uses.
12839         (find_obviously_necessary_stmts): Don't clear BB_VISITED.
12840         (propagate_necessity): Check the bitmap instead of BB_VISITED.
12841         (tree_dce_done): Free visited_control_parents.
12842         (perform_tree_ssa_dce): Allocate and clear it.
12843         * tree-ssa-pre.c (compute_antic_aux): Make non-recursive.
12844         (compute_antic): Iterate from here using a DFS.  Use an sbitmap
12845         instead of BB_VISITED.
12847 2005-01-14  Kazu Hirata  <kazu@cs.umass.edu>
12849         * c-tree.h, coverage.h, langhooks-def.h, optabs.h, output.h,
12850         rtl.h, targhooks.h, tree-flow.h, tree-mudflap.h, tree.h:
12851         Remove unused prototypes.
12853 2005-01-14  Aldy Hernandez  <aldyh@redhat.com>
12855         * config/rs6000/rs6000.c (rs6000_stack_info): Fix caching of SPE
12856         64-bit register usage.
12857         (spe_func_has_64bit_regs_p): Add FIXME note.
12859 2005-01-14  Aldy Hernandez  <aldyh@redhat.com>
12861         * config/rs6000/rs6000.c (rs6000_generate_compare): Replace
12862         flag_finite_math_only with flag_unsafe_math_optimizations.
12864 2005-01-14  J. D. Johnston  <jjohnst@us.ibm.com>
12866         * config/s390/tpf-unwind.h (s390_fallback_frame_state): Correct
12867         end-of-stack check.
12868         (__tpf_eh_return): Copy TPF private stack area from the module
12869         boundary stack frame.  Add check for when module addresses are
12870         equal, but no stub address is found.
12872 2005-01-14  Richard Earnshaw  <rearnsha@arm.com>
12874         PR target/7525
12875         * arm.h (struct machine_function): Add call_via field.
12876         (thumb_call_via_label): Declare.
12877         * arm.c (thumb_call_via_label): New variable.
12878         (thumb_call_reg_needed): New variable.
12879         (arm_output_function_epilogue): For Thumb code, output any per-function
12880         call-indirect trampolines.
12881         (thumb_call_via_reg): New function.
12882         (arm_file_end): New function.
12883         (TARGET_ASM_FILE_END): Call arm_file_end.
12884         (aof_file_end): Likewise.
12885         * arm-protos.h (thumb_call_via_reg): Declare.
12886         * arm.md (call_reg_thumb, call_value_reg_thumb): Call
12887         thumb_call_via_reg in normal case.
12889 2005-01-14  Jakub Jelinek  <jakub@redhat.com>
12891         PR middle-end/19084
12892         PR rtl-optimization/19348
12893         * recog.c (peephole2_optimize): Do global life update if some peephole
12894         decides it doesn't need at least one of its inputs and that change
12895         influences liveness at the start of the basic block.
12897         * basic-block.h (EXECUTE_IF_AND_COMPL_IN_REG_SET): Needs 2 REGSET
12898         arguments instead of 1.
12900 2005-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
12902         PR middle-end/18820
12903         * varasm.c (initializer_constant_valid_p) <ADDR_EXPR>: Return
12904         zero for nested functions needing a static chain or functions
12905         with a non-constant address.
12907 2005-01-13  Roger Sayle  <roger@eyesopen.com>
12909         * simplify-rtx.c (simplify_binary_operation) <AND>: Optimize
12910         (and (sign_extend X) C) into (zero_extend (and X C)).
12912 2005-01-13  David O'Brien  <obrien@FreeBSD.org>
12914         * config/freebsd-spec.h:  Make KSE pthread lib logic the default.
12916 2005-01-13  Richard Henderson  <rth@redhat.com>
12918         PR target/19009
12919         PR target/19250
12920         PR target/19252
12921         * config/i386/i386.md (cmpdf, cmpsf, bunordered, bordered, buneq,
12922         bunge, bungt, bunle, bunlt, bltgt): Enable for TARGET_SSE_MATH,
12923         not just TARGET_SSE.
12924         (cmpfp_i_387): Rename from cmpfp_i.  Move after sse patterns.
12925         (cmpfp_i_mixed): Rename from cmpfp_i_sse; use for TARGET_MIX_SSE_I387.
12926         (cmpfp_i_sse): Rename from cmpfp_i_sse_only; use for TARGET_SSE_MATH.
12927         (cmpfp_iu_mixed, cmpfp_iu_sse, cmpfp_iu_387): Similarly.
12928         (fp_jcc_1_mixed, fp_jcc_1_sse, fp_jcc_1_387): Similarly.
12929         (fp_jcc_2_mixed, fp_jcc_2_sse, fp_jcc_2_387): Similarly.
12930         (fp_jcc_3_387, fp_jcc_4_387, fp_jcc_5_387, fp_jcc_6_387,
12931         fp_jcc_7_387, fp_jcc_8_387): Rename from fp_jcc_N.
12932         (movdicc_c_rex64): Rename with '*'.
12933         (movsfcc, movdfcc): Add checks for 387 and sse math to condition.
12934         (movsfcc_1_sse_min, movsfcc_1_sse_max, movsfcc_1_sse): New.
12935         (movsfcc_1_387): Rename from movsfcc_1.
12936         (movdfcc_1_sse_min, movdfcc_1_sse_max, movdfcc_1_sse): New.
12937         (movdfcc_1, movdfcc_1_rex64): Add check for 387.
12938         (sminsf3, smaxsf3, smindf3, smaxdf3): New.
12939         (minsf3, minsf, minsf_nonieee, minsf_sse, mindf3, mindf,
12940         mindf_nonieee, mindf_sse, maxsf3, maxsf, maxsf_nonieee, maxsf_sse,
12941         maxdf3, maxdf, maxdf_nonieee, maxdf_sse, sse_movsfcc, sse_movsfcc_eq,
12942         sse_movdfcc, sse_movdfcc_eq, sse_movsfcc_const0_1,
12943         sse_movsfcc_const0_2, sse_movsfcc_const0_3, sse_movsfcc_const0_4,
12944         sse_movdfcc_const0_1, sse_movdfcc_const0_2, sse_movdfcc_const0_3,
12945         sse_movdfcc_const0_4): Remove.
12946         * config/i386/i386.c (ix86_expand_fp_movcc): For TARGET_SSE_MATH,
12947         recognize min/max early.  Update for changed sse cmove patterns.
12948         (ix86_split_sse_movcc): New.
12949         * config/i386/i386-protos.h: Update.
12951 2005-01-13  Steven Bosscher  <stevenb@suse.de>
12953         * tree-ssa-dse.c (fix_phi_uses): Use SSA operand iterators.
12954         (fix_stmt_v_may_defs): Likewise.
12956 2005-01-13  Richard Henderson  <rth@redhat.com>
12958         * config/i386/i386.c (ix86_expand_fp_absneg_operator): Use elt_mode
12959         for converting the mask.
12961 2005-01-13  David Edelsohn  <edelsohn@gnu.org>
12963         * config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Change _XOPEN_SOURCE
12964         definition to 600.
12966 2005-01-13  Richard Henderson  <rth@redhat.com>
12968         * config/i386/i386.c (IX86_BUILTIN_MOVQ, IX86_BUILTIN_LOADD,
12969         IX86_BUILTIN_STORED, IX86_BUILTIN_MOVQ2DQ,
12970         IX86_BUILTIN_MOVDQ2Q): Remove.
12971         (IX86_BUILTIN_VEC_EXT_V4SI): New.
12972         (ix86_init_mmx_sse_builtins, ix86_expand_builtin): Update to match.
12973         (ix86_expand_vector_extract): For V4S[FI], extract element 0 after
12974         shuffling.
12975         * config/i386/sse.md (sse_concatv2sf): Accept zero operand 2.
12976         (sse2_pextrw): Fix immediate constraint.
12977         (sse2_loadq, sse2_loadq_rex64): Remove.
12978         * config/i386/emmintrin.h (_mm_cvtsi128_si32, _mm_cvtsi128_si64x):
12979         Use __builtin_ia32_vec_ext_<size>.
12980         (_mm_cvtsi32_si128, _mm_cvtsi64x_si128): Use _mm_set_epi<size>.
12982 2005-01-13  Aldy Hernandez  <aldyh@redhat.com>
12984         * function.c (assign_parm_setup_block): Look inside original
12985         entry_parm when inspecting PARALLEL.
12987 2005-01-13  Ralf Corsepius  <ralf.corsepius@rtems.org>
12988             Joel Sherrill  <joel@oarcorp.com>
12990         PR target/19399
12991         * gthr-rtems.h (__gthread_recursive_mutex_t): New type.
12992         (__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION): Define to
12993         rtems_gxx_recursive_mutex_init.
12994         (__gthread_recursive_mutex_lock): New function.
12995         (__gthread_recursive_mutex_trylock): Likewise.
12996         (__gthread_recursive_mutex_unlock): Likewise.
12998 2005-01-13  Ralf Corsepius <ralf.corsepius@rtems.org>
13000         * config/i386/t-rtems-i386: Multilib on -mtune instead of -mcpu.
13002 2005-01-13  Jan Beulich  <jbeulich@novell.com>
13004         * config/ia64/ia64.md (ashlti3, ashlti3_internal): New.
13005         (ashrti3_internal): Indicate output is early clobber. Generate result
13006         into output rather than first input. Use move for low word of output
13007         if shift count is exactly 64.
13008         (lshrti3_internal): Likewise.
13010 2005-01-13  Hans-Peter Nilsson  <hp@bitrange.com>
13012         PR target/18329
13013         PR target/18330
13014         * reload1.c (delete_output_reload): Don't delete an output reload
13015         if the pseudo lives longer than a single basic block.  Adjust and
13016         improve wording of comment.
13018 2005-01-12  Andrew Pinski  <pinskia@physics.uc.edu>
13020         PR target/19334
13021         * config/darwin.c (machopic_select_section): Use TYPE_SIZE_UNIT instead
13022         of TYPE_SIZE where we mean the number of bytes.
13024 2005-01-12  Aldy Hernandez  <aldyh@redhat.com>
13026         * function.c (assign_parm_setup_block): Relax condition on
13027         multi-register optimization.
13029 2005-01-12  Nick Clifton  <nickc@redhat.com>
13031         * config/sh/sh.md (udivsi3_sh2a, divsi3_sh2a): Give these patterns
13032         an "in_delay_slot" attribute of "no" to prevent them being used in
13033         delay slots.  This is forbidden because they might generate
13034         exceptions.
13036 2005-01-12  Alan Modra  <amodra@bigpond.net.au>
13038         PR target/19389
13039         * config/rs6000/rs6000.md (movtf_internal): Replace r->o and m->r
13040         with r->Y and Y->r.
13042 2005-01-12  Nick Clifton  <nickc@redhat.com>
13044         * config/iq2000/iq2000.h (ASM_SPEC): Undefine (to stop -Qy being
13045         passed on to GAS) but do not define, as GAS no longer supports or
13046         needs the -m2000 option.
13048 2005-01-11  Roger Sayle  <roger@eyesopen.com>
13050         * builtins.c (fold_builtin_fabs): Convert argument to the appropriate
13051         type as args of unprototyped builtins aren't automatically promoted.
13052         (fold_builtin_abs): Likewise.
13054 2005-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13056         * Makefile.in: Set a `build-warn' variable.
13058 2005-01-11  Zdenek Dvorak  <dvorakz@suse.cz>
13060         PR tree-optimization/17949
13061         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): New function.
13062         (find_interesting_uses_address): Use it.
13064 2005-01-11  Aldy Hernandez  <aldyh@redhat.com>
13066         * regrename.c (kill_value): Handle subreg's that won't simplify.
13068 2005-01-11  Richard Henderson  <rth@redhat.com>
13070         PR target/13366
13071         * config/i386/i386.h (enum ix86_builtins): Move ...
13072         * config/i386/i386.c: ... here.
13073         (IX86_BUILTIN_MOVDDUP, IX86_BUILTIN_MMX_ZERO, IX86_BUILTIN_PEXTRW,
13074         IX86_BUILTIN_PINSRW, IX86_BUILTIN_LOADAPS, IX86_BUILTIN_LOADSS,
13075         IX86_BUILTIN_STORESS, IX86_BUILTIN_SSE_ZERO, IX86_BUILTIN_PEXTRW128,
13076         IX86_BUILTIN_PINSRW128, IX86_BUILTIN_LOADAPD, IX86_BUILTIN_LOADSD,
13077         IX86_BUILTIN_STOREAPD, IX86_BUILTIN_STORESD,  IX86_BUILTIN_STOREHPD,
13078         IX86_BUILTIN_STORELPD, IX86_BUILTIN_SETPD1, IX86_BUILTIN_SETPD,
13079         IX86_BUILTIN_CLRPD, IX86_BUILTIN_LOADPD1, IX86_BUILTIN_LOADRPD,
13080         IX86_BUILTIN_STOREPD1, IX86_BUILTIN_STORERPD, IX86_BUILTIN_LOADDQA,
13081         IX86_BUILTIN_STOREDQA, IX86_BUILTIN_CLRTI,
13082         IX86_BUILTIN_LOADDDUP): Remove.
13083         (IX86_BUILTIN_VEC_INIT_V2SI, IX86_BUILTIN_VEC_INIT_V4HI,
13084         IX86_BUILTIN_VEC_INIT_V8QI, IX86_BUILTIN_VEC_EXT_V2DF,
13085         IX86_BUILTIN_VEC_EXT_V2DI, IX86_BUILTIN_VEC_EXT_V4SF,
13086         IX86_BUILTIN_VEC_EXT_V8HI, IX86_BUILTIN_VEC_EXT_V4HI,
13087         IX86_BUILTIN_VEC_SET_V8HI, IX86_BUILTIN_VEC_SET_V4HI): New.
13088         (ix86_init_builtins): Make static.
13089         (ix86_init_mmx_sse_builtins): Update for changed builtins.
13090         (ix86_expand_binop_builtin): Only use ix86_fixup_binary_operands
13091         if all the modes match.  Otherwise, fake it.
13092         (get_element_number, ix86_expand_vec_init_builtin,
13093         ix86_expand_vec_ext_builtin, ix86_expand_vec_set_builtin): New.
13094         (ix86_expand_builtin): Make static.  Update for changed builtins.
13095         (ix86_expand_vector_move_misalign): Use sse2_loadlpd with zero
13096         operand instead of sse2_loadsd.  Cast sse1 fallback to V4SFmode.
13097         (ix86_expand_vector_init_duplicate): New.
13098         (ix86_expand_vector_init_low_nonzero): New.
13099         (ix86_expand_vector_init_one_var, ix86_expand_vector_init_general):
13100         Split out from ix86_expand_vector_init; handle integer modes.
13101         (ix86_expand_vector_init): Use them.
13102         (ix86_expand_vector_set, ix86_expand_vector_extract): New.
13103         * config/i386/i386-protos.h: Update.
13104         * config/i386/predicates.md (reg_or_0_operand): New.
13105         * config/i386/mmx.md (mov<MMXMODEI>_internal): Add 'r' variants.
13106         (movv2sf_internal): Likewise.  And a splitter to match them all.
13107         (vec_dupv2sf, mmx_concatv2sf, vec_setv2sf, vec_extractv2sf,
13108         vec_initv2sf, vec_dupv4hi, vec_dupv2si, mmx_concatv2si, vec_setv2si,
13109         vec_extractv2si, vec_initv2si, vec_setv4hi, vec_extractv4hi,
13110         vec_initv4hi, vec_setv8qi, vec_extractv8qi, vec_initv8qi): New.
13111         (mmx_pinsrw): Fix operand ordering.
13112         * config/i386/sse.md (movv4sf splitter): Use direct pattern,
13113         rather than sse_loadss expander.
13114         (movv2df splitter): Similarly.
13115         (sse_loadss, sse_loadlss): Remove.
13116         (vec_dupv4sf, sse_concatv2sf, sse_concatv4sf, vec_extractv4sf_0): New.
13117         (vec_setv4sf, vec_setv2df): Use ix86_expand_vector_set.
13118         (vec_extractv4sf, vec_extractv2df): Use ix86_expand_vector_extract.
13119         (sse3_movddup): Rename with '*'.
13120         (sse3_movddup splitter): Use gen_rtx_REG instead of gen_lowpart.
13121         (sse2_loadsd): Remove.
13122         (vec_dupv2df_sse3): Rename from sse3_loadddup.
13123         (vec_dupv2df, vec_concatv2df_sse3, vec_concatv2df): New.
13124         (sse2_pinsrw): Fix argument ordering.
13125         (sse2_loadld, sse2_loadq): Add sse1 alternatives.
13126         (sse2_stored): Remove 'r' destination.
13127         (vec_dupv4si, vec_dupv2di, sse2_concatv2si, sse1_concatv2si,
13128         vec_concatv4si_1, vec_concatv2di, vec_setv2di, vec_extractv2di,
13129         vec_initv2di, vec_setv4si, vec_extractv4si, vec_initv4si,
13130         vec_setv8hi, vec_extractv8hi, vec_initv8hi, vec_setv16qi,
13131         vec_extractv16qi, vec_initv16qi): New.
13133         * config/i386/emmintrin.h (__m128i, __m128d): Use typedef, not define.
13134         (_mm_set_sd, _mm_set1_pd, _mm_setzero_pd, _mm_set_epi64x,
13135         _mm_set_epi32, _mm_set_epi16, _mm_set_epi8, _mm_setzero_si128): Use
13136         constructor form.
13137         (_mm_load_pd, _mm_store_pd): Use plain dereference.
13138         (_mm_load_si128, _mm_store_si128): Likewise.
13139         (_mm_load1_pd): Use _mm_set1_pd.
13140         (_mm_load_sd): Use _mm_set_sd.
13141         (_mm_store_sd, _mm_storeh_pd): Use __builtin_ia32_vec_ext_v2df.
13142         (_mm_store1_pd, _mm_storer_pd): Use _mm_store_pd.
13143         (_mm_set_epi64): Use _mm_set_epi64x.
13144         (_mm_set1_epi64x, _mm_set1_epi64, _mm_set1_epi32, _mm_set_epi16,
13145         _mm_set1_epi8, _mm_setr_epi64, _mm_setr_epi32, _mm_setr_epi16,
13146         _mm_setr_epi8): Use _mm_set_foo form.
13147         (_mm_loadl_epi64, _mm_movpi64_epi64, _mm_move_epi64): Use _mm_set_epi64.
13148         (_mm_storel_epi64, _mm_movepi64_pi64): Use __builtin_ia32_vec_ext_v2di.
13149         (_mm_extract_epi16): Use __builtin_ia32_vec_ext_v8hi.
13150         (_mm_insert_epi16): Use __builtin_ia32_vec_set_v8hi.
13151         * config/i386/mmintrin.h (_mm_setzero_si64): Use plain cast.
13152         (_mm_set_pi32): Use __builtin_ia32_vec_init_v2si.
13153         (_mm_set_pi16): Use __builtin_ia32_vec_init_v4hi.
13154         (_mm_set_pi8): Use __builtin_ia32_vec_init_v8qi.
13155         (_mm_set1_pi16, _mm_set1_pi8): Use _mm_set_piN variant.
13156         * config/i386/pmmintrin.h (_mm_loaddup_pd): Use _mm_load1_pd.
13157         (_mm_movedup_pd): Use _mm_shuffle_pd.
13158         * config/i386/xmmintrin.h (_mm_setzero_ps, _mm_set_ss,
13159         _mm_set1_ps, _mm_set_ps, _mm_setr_ps): Use constructor form.
13160         (_mm_cvtpi16_ps, _mm_cvtpu16_ps, _mm_cvtpi8_ps, _mm_cvtpu8_ps,
13161         _mm_cvtps_pi8, _mm_cvtpi32x2_ps): Avoid __builtin_ia32_mmx_zero;
13162         Use _mm_setzero_ps.
13163         (_mm_load_ss, _mm_load1_ps): Use _mm_set* form.
13164         (_mm_load_ps, _mm_loadr_ps): Use raw dereference.
13165         (_mm_store_ss): Use __builtin_ia32_vec_ext_v4sf.
13166         (_mm_store_ps): Use raw dereference.
13167         (_mm_store1_ps): Use _mm_storeu_ps.
13168         (_mm_storer_ps): Use _mm_store_ps.
13169         (_mm_extract_pi16): Use __builtin_ia32_vec_ext_v4hi.
13170         (_mm_insert_pi16): Use __builtin_ia32_vec_set_v4hi.
13172 2005-01-11  Stan Shebs  <shebs@apple.com>
13174         * config/rs6000/rs6000.c (machopic_output_stub): Issue
13175         ldu instead of lwzu if 64-bit -mdynamic-no-pic.
13177 2005-01-11  Andrew Pinski  <pinskia@physics.uc.edu>
13179         PR target/18761
13180         * config/rs6000/rs6000.c (rs6000_special_round_type_align):
13181         Skip all DECLs except for FIELD_DECLs.
13183 2005-01-11  Andreas Krebbel  <krebbel1@de.ibm.com>
13185         * config/s390/s390.c (override_options): Return error if
13186         -mbackchain, -mpacked-stack and -mhard-float are used together.
13187         (s390_va_start): Remove the backchain && packed-stack special case.
13188         (s390_gimplify_va_arg): Likewise.
13189         * doc/invoke.texi: Remove the ABI incompatibility note.
13191 2005-01-11  Andreas Krebbel  <krebbel1@de.ibm.com>
13193         * config/s390/s390.c (struct s390_frame_layout): Remove
13194         save_backchain_p.
13195         (s390_frame_info, s390_emit_prologue): Replace occurrences of
13196         save_backchain_p with TARGET_BACKCHAIN.
13198 2005-01-11  Alan Modra  <amodra@bigpond.net.au>
13200         PR target/18916
13201         * builtins.c (std_gimplify_va_arg_expr): Adjust alignment of *ap.
13202         * expr.h (struct locate_and_pad_arg_data): Add "boundary".
13203         * function.c (locate_and_pad_parm): Set new field.
13204         (assign_parm_find_stack_rtl): Use it instead of FUNCTION_ARG_BOUNDARY.
13205         Tweak where_pad test to include "none".  Always set mem align for
13206         stack_parm.
13207         (assign_parm_adjust_stack_rtl): Discard stack_parm if alignment
13208         not sufficient for type.
13209         (assign_parm_setup_block): If stack_parm is zero on entry, always
13210         make a new stack local.  Block move old stack parm if necessary
13211         to new aligned stack local.
13212         (assign_parm_setup_stack): Use a block move to handle
13213         potentially misaligned entry_parm.
13214         (assign_parms_unsplit_complex): Specify required alignment when
13215         creating stack local.
13216         * calls.c (compute_argument_addresses): Override alignment of stack
13217         arg calculated from its type with the alignment given by
13218         FUNCTION_ARG_BOUNDARY.
13219         (store_one_arg): Likewise.
13221 2005-01-11  Jan Beulich  <jbeulich@novell.com>
13223         * config/ia64/ia64.md (zero_extendsidi2): Replace zxt4 by addp4.
13224         Change respective itanium_class attribute to ialu.
13225         (shladdp4_internal): New.
13226         * config/ia64/predicates.md (shladd_log2_operand): New.
13228 2005-01-11  Richard Henderson  <rth@redhat.com>
13230         * expr.c (store_constructor): Use rtvec_alloc instead of
13231         alloca+gen_rtvec_v, and an incorrect number passed to alloca.
13233 2005-01-11  Kazu Hirata  <kazu@cs.umass.edu>
13235         * config/alpha/alpha.c, config/i386/mmx.md: Fix comment typos.
13237 2005-01-11  Alan Modra  <amodra@bigpond.net.au>
13239         * varasm.c (default_section_type_flags_1): Don't set SECTION_SMALL.
13240         * config/ia64/ia64.c (TARGET_SECTION_TYPE_FLAGS): Define.
13241         (TARGET_RWRELOC): Define.
13242         (ia64_rwreloc_section_type_flags): Delete.
13243         (ia64_section_type_flags): New function.
13244         * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): Don't define.
13245         (TARGET_RWRELOC): Define.
13247 2005-01-10  David Mosberger  <davidm@hpl.hp.com>
13249         PR target/18987
13250         * config/ia64/ia64.c (process_set): For alloc insn, only call
13251         process_epilogue is !frame_pointer_needed.
13253 2005-01-10  Roger Sayle  <roger@eyesopen.com>
13255         PR c++/19355
13256         * c-common.c (c_common_truthvalue_conversion): TRUTH_NOT_EXPR is a
13257         unary operator and can't be treated as a binary/comparison operator.
13259 2005-01-10  Richard Henderson  <rth@redhat.com>
13261         * config/i386/i386.c (ix86_function_value): Use type_natural_mode.
13262         (ix86_return_in_memory): Likewise.
13263         (function_arg_advance):  Likewise.  Mirror structure in function_arg
13264         for choosing register to advance.
13266 2005-01-10  Kazu Hirata  <kazu@cs.umass.edu>
13268         * tree-vectorizer.c, tree.def: Fix comment typos.
13270 2005-01-10  Mark Dettinger  <dettinge@de.ibm.com>
13272         * config/s390/s390.c (struct processor_costs): 4 new fields:
13273         ddbr, ddr, debr, der.
13274         (s390_rtx_costs): More precise handling of divide instructions.
13276 2005-01-10  David Edelsohn  <edelsohn@gnu.org>
13278         * config/rs6000/t-aix43 (BOOT_LDFLAGS): Define.
13280 2005-01-10  Jan Beulich  <jbeulich@novell.com>
13282         * config/ia64/ia64.c (ia64_in_small_data_p): Also handle the section
13283         names resulting from -ffunction-sections/-fdata-sections and linkonce
13284         ones.
13285         * varasm.c (default_section_type_flags_1): Also set SECTION_SMALL
13286         based on the section name. Rearrange the section name comparison logic
13287         slightly so that each section name is compared against at most once.
13289 2005-01-10  Ben Elliston  <bje@au.ibm.com>
13291         * doc/invoke.texi (Code Gen Options): Add PowerPC to the list of
13292         targets for which -fPIC reduces limitations on the GOT size.
13294 2005-01-09  Falk Hueffner  <falk@debian.org>
13296         * fold-const.c (fold): Also handle EXACT_DIV_EXPR when folding
13297         X/C1 cmpop C2.
13299 2005-01-09  David Edelsohn  <edelsohn@gnu.org>
13301         PR target/18720
13302         * collect2.c (main): Set aixrtl_flag for -brtl option.
13303         (resolve_lib_name): Search for .so file extension before .a
13304         if aixrtl_flag set.
13306 2005-01-09  Dorit Naishlos  <dorit@il.ibm.com>
13308         * tree-vectorizer.c (vect_enhance_data_refs_alignment): Add dump prints.
13309         (vect_analyze_data_refs_alignment): Add dump prints.
13311 2005-01-09  Ira Rosen  <irar@il.ibm.com>
13313         * tree-vectorizer.c (vect_analyze_offset_expr): Use
13314         expr_invariant_in_loop_p.
13315         Initialize outputs first thing in the function.
13316         (vect_update_ivs_after_vectorizer): Call initial_condition_in_loop_num.
13317         (vect_is_simple_iv_evolution): Call initial_condition_in_loop_num.
13318         (vect_analyze_pointer_ref_access): Check that the initial condition of
13319         the access function is loop invariant.
13321 2005-01-09  Richard Henderson  <rth@redhat.com>
13323         * config/i386/i386.c (bdesc_2arg): Update names for mmx_ prefixes.
13324         (ix86_expand_builtin): Likewise.  Frob MASKMOVQ wrt the input mem
13325         just like MASKMOVDQU.  Return plain zero for MMX_ZERO.
13326         * config/i386/i386.md (MMXMODEI, mov<MMXMODEI>,
13327         mov<MMXMODEI>_internal_rex64, mov<MMXMODEI>_internal, movv2sf,
13328         movv2sf_internal_rex64, movv2sf_internal, MMXMODE,
13329         movmisalign<MMXMODE>, mmx_pmovmskb, mmx_maskmovq, mmx_maskmovq_rex,
13330         sse_movntdi, addv8qi3, addv4hi3, addv2si3, mmx_adddi3, ssaddv8qi3,
13331         ssaddv4hi3, usaddv8qi3, usaddv4hi3, subv8qi3, subv4hi3, subv2si3,
13332         mmx_subdi3, sssubv8qi3, sssubv4hi3, ussubv8qi3, ussubv4hi3,
13333         mulv4hi3, smulv4hi3_highpart, umulv4hi3_highpart, mmx_pmaddwd,
13334         sse2_umulsidi3, mmx_iordi3, mmx_xordi3, mmx_anddi3, mmx_nanddi3,
13335         mmx_uavgv8qi3, mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pinsrw,
13336         mmx_pextrw, mmx_pshufw, eqv8qi3, eqv4hi3, eqv2si3, gtv8qi3, gtv4hi3,
13337         gtv2si3, umaxv8qi3, smaxv4hi3, uminv8qi3, sminv4hi3, ashrv4hi3,
13338         ashrv2si3, lshrv4hi3, lshrv2si3, mmx_lshrdi3, ashlv4hi3, ashlv2si3,
13339         mmx_ashldi3, mmx_packsswb, mmx_packssdw, mmx_packuswb, mmx_punpckhbw,
13340         mmx_punpckhwd, mmx_punpckhdq, mmx_punpcklbw, mmx_punpcklwd,
13341         mmx_punpckldq, emms, addv2sf3, subv2sf3, subrv2sf3, gtv2sf3, gev2sf3,
13342         eqv2sf3, pfmaxv2sf3, pfminv2sf3, mulv2sf3, femms, pf2id, pf2iw,
13343         pfacc, pfnacc, pfpnacc, pi2fw, floatv2si2, pfrcpv2sf2, pfrcpit1v2sf3,
13344         pfrcpit2v2sf3, pfrsqrtv2sf2, pfrsqit1v2sf3, pmulhrwv4hi3, pswapdv2si2,
13345         pswapdv2sf2): Move to mmx.md; rename as necessary with leading
13346         mmx_ prefix.
13347         (mmx_clrdi, pavgusb): Remove.
13348         (ldmxcsr, stmxcsr, sfence, sfence_insn): Move to sse.md; rename
13349         with leading sse_ prefix.
13350         * config/i386/sse.md: Receive them.
13351         * config/i386/mmx.md: New file.
13352         (MMXMODE12, MMXMODE24, mmxvecsize): New.
13353         (subrv2sf3): Turn into expander for normal subtraction.
13354         (mmx_addv2sf3, mmx_mulv2sf3, mmx_smaxv2sf3, mmx_sminv2sf3,
13355         mmx_eqv2sf3, mmx_mulv4hi3, mmx_smulv4hi3_highpart,
13356         mmx_umulv4hi3_highpart, mmx_pmaddwd, mmx_pmulhrwv4hi3, sse2_umulsidi3,
13357         mmx_umaxv8qi3, mmx_smaxv4hi3, mmx_uminv8qi3, mmx_sminv4hi3): Mark
13358         commutative; use ix86_binary_operator_ok.
13359         (mmx_add<MMXMODEI>3, mmx_ssadd<MMXMODE12>3, mmx_usadd<MMXMODE12>3,
13360         mmx_sub<MMXMODEI>3, mmx_sssub<MMXMODE12>3, mmx_ussub<MMXMODE12>3
13361         mmx_ashr<MMXMODE24>3, mmx_lshr<MMXMODE23>3, mmx_ashl<MMXMODE24>3
13362         mmx_eq<MMXMODEI>3, mmx_gt<MMXMODEI>3, mmx_and<MMXMODEI>3,
13363         mmx_nand<MMXMODEI>3, mmx_ior<MMXMODEI>3, mmx_xor<MMXMODEI>3):
13364         Macroize from existing patterns; use ix86_binary_operator_ok.
13365         (mmx_packsswb, mmx_packssdw, mmx_packuswb): Add memory alternative.
13366         (mmx_punpckhbw, mmx_punpcklbw, mmx_punpckhwd, mmx_punpcklwd,
13367         mmx_punpckhdq, mmx_punpckhdq, mmx_punpckldq): Likewise.  Model
13368         with vec_select+vec_concat.
13369         (mmx_pshufw, mmx_pshufw_1): Likewise.
13370         (mmx_uavgv8qi3): Merge pavgusb.  Model correcty.
13371         (mmx_uavgv4hi3): Model correctly.
13372         * config/i386/mmintrin.h (_mm_and_si64, _mm_andnot_si64, _mm_or_si64,
13373         _mm_xor_si64): Remove casts.
13375 2005-01-09  Zdenek Dvorak  <dvorakz@suse.cz>
13377         PR tree-optimization/19224
13378         * tree-scalar-evolution.c (get_instantiated_value,
13379         set_instantiated_value): New functions.
13380         (instantiate_parameters_1): Cache the results.
13381         (instantiate_parameters, resolve_mixers): Initialize and free
13382         the cache.
13384 2005-01-08  David Edelsohn  <edelsohn@gnu.org>
13386         * config/i386/i386.md (addhi_4): Correct reference in comment.
13387         (addqi_4): Same.
13389 2005-01-08  Richard Henderson  <rth@redhat.com>
13391         * config/i386/emmintrin.h (_mm_cvtsi128_si32): Move earlier.
13392         (_mm_cvtsi128_si64x): Likewise.
13393         (_mm_srl_epi64, _mm_srl_epi32, _mm_srl_epi16, _mm_sra_epi32,
13394         _mm_sra_epi16, _mm_sll_epi64, _mm_sll_epi32, _mm_sll_epi16): Use
13395         the _mm_{srl,sll}i_foo counterpart, and _mm_cvtsi128_si32.
13396         * config/i386/i386-modes.def: Add V16HI, V32QI, V4DF, V8SF.
13397         * config/i386/i386-protos.h: Update.
13398         * config/i386/i386.c (print_operand): Add 'H'.
13399         (ix86_fixup_binary_operands): Split out from ...
13400         (ix86_expand_binary_operator): ... here.
13401         (ix86_fixup_binary_operands_no_copy): New.
13402         (ix86_expand_fp_absneg_operator): Handle vector mode results.
13403         (bdesc_2arg): Update names for sse{,2,3}_ prefixes.
13404         (ix86_init_mmx_sse_builtins): Remove *maskncmp* special cases.
13405         (safe_vector_operand): Use CONST0_RTX.
13406         (ix86_expand_binop_builtin): Use ix86_fixup_binary_operands.
13407         (ix86_expand_builtin): Merge CODE_FOR_sse2_maskmovdqu_rex64 and
13408         CODE_FOR_sse2_maskmovdqu.  Special case SSE version of MASKMOVDQU
13409         expansion.  Update names for sse{,2,3}_ prefixes.  Remove *maskncmp*
13410         special cases.
13411         * config/i386/i386.h (IX86_BUILTIN_CMPNGTSS): New.
13412         (IX86_BUILTIN_CMPNGESS): New.
13413         * config/i386/i386.md (UNSPEC_FIX_NOTRUNC): New.
13414         (attr type): Add sselog1.
13415         (attr unit, attr memory): Handle it.
13416         (movti, movti_internal, movti_rex64): Move near other integer moves.
13417         (movtf, movtf_internal): Move near other fp moves.
13418         (SSEMODE, SSEMODEI, vec_setv2df, vec_extractv2df, vec_initv2df,
13419         vec_setv4sf, vec_extractv4sf, vec_initv4sf, movv4sf, movv4sf_internal,
13420         movv2df, movv2df_internal, mov<SSEMODEI>, mov<SSEMODEI>_internal,
13421         movmisalign<SSEMODE>, sse_movups_1, sse_movmskps, sse_movntv4sf,
13422         sse_movhlps, sse_movlhps, sse_storehps, sse_loadhps, sse_storelps,
13423         sse_loadlps, sse_loadss, sse_loadss_1, sse_movss, sse_storess,
13424         sse_shufps, addv4sf3, vmaddv4sf3, subv4sf3, vmsubv4sf3, negv4sf2,
13425         mulv4sf3, vmmulv4sf3, divv4sf3, vmdivv4sf3, rcpv4sf2, vmrcpv4sf2,
13426         rsqrtv4sf2, vmrsqrtv4sf2, sqrtv4sf2, vmsqrtv4sf2, sse_andv4sf3,
13427         sse_nandv4sf3, sse_iorv4sf3, sse_xorv4sf3, sse2_andv2df3,
13428         sse2_nandv2df3, sse2_iorv2df3, sse2_xorv2df3, sse2_andv2di3,
13429         sse2_nandv2di3, sse2_iorv2di3, sse2_xorv2di3, maskcmpv4sf3,
13430         vmmaskcmpv4sf3, sse_comi, sse_ucomi, sse_unpckhps, sse_unpcklps,
13431         smaxv4sf3, vmsmaxv4sf3, sminv4sf3, vmsminv4sf3, cvtpi2ps, cvtps2pi,
13432         cvttps2pi, cvtsi2ss, cvtsi2ssq, cvtss2si, cvtss2siq, cvttss2si,
13433         cvttss2siq, addv2df3, vmaddv2df3, subv2df3, vmsubv2df3, mulv2df3,
13434         vmmulv2df3, divv2df3, vmdivv2df3, smaxv2df3, vmsmaxv2df3, sminv2df3,
13435         vmsminv2df3, sqrtv2df2, vmsqrtv2df2, maskcmpv2df3, vmmaskcmpv2df3,
13436         sse2_comi, sse2_ucomi, sse2_movmskpd, sse2_pmovmskb, sse2_maskmovdqu,
13437         sse2_maskmovdqu_rex64, sse2_movntv2df, sse2_movntv2di, sse2_movntsi,
13438         cvtdq2ps, cvtps2dq, cvttps2dq, cvtdq2pd, cvtpd2dq, cvttpd2dq,
13439         cvtpd2pi, cvttpd2pi, cvtpi2pd, cvtsd2si, cvtsd2siq, cvttsd2si,
13440         cvttsd2siq, cvtsi2sd, cvtsi2sdq, cvtsd2ss, cvtss2sd, cvtpd2ps,
13441         cvtps2pd, addv16qi3, addv8hi3, addv4si3, addv2di3, ssaddv16qi3,
13442         ssaddv8hi3, usaddv16qi3, usaddv8hi3, subv16qi3, subv8hi3, subv4si3,
13443         subv2di3, sssubv16qi3, sssubv8hi3, ussubv16qi3, ussubv8hi3, mulv8hi3,
13444         smulv8hi3_highpart, umulv8hi3_highpart, sse2_umulsidi3,
13445         sse2_umulv2siv2di3, sse2_pmaddwd, sse2_uavgv16qi3, sse2_uavgv8hi3,
13446         sse2_psadbw, sse2_pinsrw, sse2_pextrw, sse2_pshufd, sse2_pshuflw,
13447         sse2_pshufhw, eqv16qi3, eqv8hi3, eqv4si3, gtv16qi3, gtv8hi3,
13448         gtv4si3, umaxv16qi3, smaxv8hi3, uminv16qi3, sminv8hi3, ashrv8hi3,
13449         ashrv4si3, lshrv8hi3, lshrv4si3, lshrv2di3, ashlv8hi3, ashlv4si3,
13450         ashlv2di3, sse2_ashlti3, sse2_lshrti3, sse2_unpckhpd, sse2_unpcklpd,
13451         sse2_packsswb, sse2_packssdw, sse2_packuswb, sse2_punpckhbw,
13452         sse2_punpckhwd, sse2_punpckhdq, sse2_punpcklbw, sse2_punpcklwd,
13453         sse2_punpckldq, sse2_punpcklqdq, sse2_punpckhqdq, sse2_movupd,
13454         sse2_movdqu, sse2_movdq2q, sse2_movdq2q_rex64, sse2_movq2dq,
13455         sse2_movq2dq_rex64, sse2_loadd, sse2_stored, sse2_storehpd,
13456         sse2_loadhpd, sse2_storelpd, sse2_loadlpd, sse2_movsd, sse2_loadsd,
13457         sse2_loadsd_1, sse2_storesd, sse2_shufpd, sse2_clflush, sse2_mfence,
13458         mfence_insn, sse2_lfence, lfence_insn, mwait, monitor, addsubv4sf3,
13459         addsubv2df3, haddv4sf3, haddv2df3, hsubv4sf3, hsubv2df3, movshdup,
13460         movsldup, lddqu, loadddup, movddup): Move to sse.md.  Any with
13461         non-optabs meanings renamed with an "sse{,2,3}_" prefix at the
13462         same time.
13463         (SSEPUSH, push<SSEPUSH>): Remove.
13464         (MMXPUSH, push<MMXPUSH>): Remove.
13465         (sse_movaps, sse_movaps_1, sse_movups): Remove.
13466         (sse2_movapd, sse2_movdqa, sse2_movq): Remove.
13467         (sse2_andti3, sse2_nandti3, sse2_iorti3, sse2_xorti3): Remove.
13468         (sse_clrv4sf, sse_clrv2df, sse2_clrti): Remove.
13469         (maskncmpv4sf3, vmmaskncmpv4sf3): Remove.
13470         (maskncmpv2df3, vmmaskncmpv2df3): Remove.
13471         (ashrv8hi3_ti, ashrv4si3_ti, lshrv8hi3_ti, lshrv4si3_ti): Remove.
13472         (lshrv2di3_ti, ashlv8hi3_ti, ashlv4si3_ti, ashlv2di3_ti): Remove.
13473         * config/i386/athlon.md (athlon_sselog_load): Handle sselog1.
13474         (athlon_sselog_load_k8, athlon_sselog, athlon_sselog_k8): Likewise.
13475         * config/i386/ppro.md (ppro_sse_div_V4SF_load): Fix memory attr.
13476         (ppro_sse_log_V4SF_load): Similarly.  Handle sselog1.
13477         (ppro_sse_log_V4SF): Handle sselog1.
13478         * config/i386/predicates.md (const_0_to_1_operand): New.
13479         (const_0_to_255_mul_8_operand): New.
13480         (const_1_to_31_operand): Rename from const_int_1_31_operand.
13481         (const_2_to_3_operand, const_4_to_7_operand): New.
13482         * config/i386/sse.md: New file.
13483         (SSEMODE12, SSEMODE24, SSEMODE124, SSEMODE248, ssevecsize): New.
13484         (sse_movups): Rename from sse_movups_1.
13485         (sse_loadlss): Rename from sse_loadss_1.
13486         (andv4sf3, iorv4sf3, xorv4sf3, andv2df3): Remove the sse prefix
13487         from the name.
13488         (negv4sf2): Use ix86_expand_fp_absneg_operator.
13489         (absv4sf2, negv2df, absv2df): New.
13490         (addv4sf3): Add expander to call ix86_fixup_binary_operands_no_copy.
13491         (subv4sf3, mulv4sf3, divv4sf3, smaxv4sf3, sminv4sf3, andv4sf3,
13492         iorv4sf3, xorv4sf3, addv2df3, subv2df3, mulv2df3, divv2df3,
13493         smaxv2df3, sminv2df3, andv2df3, iorv2df3, xorv2df3, mulv8hi3,
13494         umaxv16qi3, smaxv8hi3, uminv16qi3, sminv8hi3): Likewise.
13495         (sse3_addsubv4sf3): Model correctly.
13496         sse3_haddv4sf3, sse3_hsubv4sf3, sse3_addsubv2df3, sse3_haddv2df3,
13497         sse3_hsubv2df3, sse2_ashlti3, sse2_lshrti3): Likewise.
13498         (sse_movhlps): Model with vec_select+vec_concat.
13499         (sse_movlhps, sse_unpckhps, sse_unpcklps, sse3_movshdup,
13500         sse3_movsldup, sse_shufps, sse_shufps_1, sse2_unpckhpd, sse3_movddup,
13501         sse2_unpcklpd, sse2_shufpd, sse2_shufpd_1, sse2_punpckhbw,
13502         sse2_punpcklbw, sse2_punpckhwd, sse2_punpcklwd, sse2_punpckhdq,
13503         sse2_punpckldq, sse2_punpckhqdq, sse2_punpcklqdq, sse2_pshufd,
13504         sse2_pshufd_1, sse2_pshuflw, sse2_pshuflw_1, sse2_pshufhw,
13505         sse2_pshufhw_1): Likewise.
13506         (neg<SSEMODEI>2, one_cmpl<SSEMODEI>2): New.
13507         (add<SSEMODEI>3, sse2_ssadd<SSEMODE12>3, sse2_usadd<SSEMODE12>3,
13508         sub<SSEMODEI>3, sse2_sssub<SSEMODE12>3, sse2_ussub<SSEMODE12>3,
13509         ashr<SSEMODE24>3, lshr<SSEMODE248>3, sse2_eq<SSEMODE124>3,
13510         sse2_gt<SSEMODDE124>3, and<SSEMODEI>3, sse_nand<SSEMODEI>3,
13511         ior<SSEMODEI>3, xor<SSEMODEI>3): Macroize from existing patterns.
13512         (addv4sf3, sse_vmaddv4sf3, mulv4sf3, sse_vmmulv4sf3, smaxv4sf3,
13513         sse_vmsmaxv4sf3, sminv4sf3, sse_vmsminv4sf3, addv2df3, sse2_vmaddv2df3,
13514         mulv2df3, sse2_vmmulv2df3, smaxv2df3, sse2_vmsmaxv2df3, sminv2df3,
13515         sse2_vmsminv2df3, umaxv16qi3, smaxv8hi3, uminv16qi3
13516         sminv8hi3): Mark commutative
13517         operands.  Use ix86_binary_operator_ok.
13518         (sse_unpckhps, sse_unpcklps, sse2_packsswb, sse2_packssdw,
13519         sse2_packuswb, sse2_punpckhbw, sse2_punpcklbw, sse2_punpckhwd,
13520         sse2_punpcklwd, sse2_punpckhdq, sse2_punpckldq, sse2_punpckhqdq,
13521         sse2_punpcklqdq): Allow operand2 in memory.
13522         (sse_movhlps, sse_movlhps, sse2_unpckhpd, sse2_unpcklpd
13523         sse2_movsd): Add memory alternatives.
13524         (sse_storelps): Turn expander into an insn; split after reload.
13525         (sse_storess, sse2_loadhpd, sse2_loadlpd): Add non-xmm inputs.
13526         (sse2_storehpd, sse2_storelpd): Add non-xmm outputs.
13528 2005-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
13530         * configure.ac (DWARF-2 debug_line): Use objdump.
13531         * configure: Regenerate.
13533 2005-01-08  Jeff Law  <law@redhat.com>
13534             Diego Novillo  <dnovillo@redhat.com>
13536         PR tree-optimization/18241
13537         * tree-nrv.c (tree_nrv): Ignore volatile return values.
13538         * tree-ssa-dse.c (dse_optimize_stmt): Do not optimize
13539         statements with volatile operands.
13540         * tree-ssa-operands.c (add_stmt_operand): Do add volatile
13541         operands after marking a statement with has_volatile_ops.
13543 2005-01-08  Roger Sayle  <roger@eyesopen.com>
13545         * tree.c (int_fits_type_p): Always honor integer constant
13546         TYPE_MIN_VALUE and TYPE_MAX_VALUE if they exist.
13548 2005-01-08  Roger Sayle  <roger@eyesopen.com>
13550         * ifcvt.c (find_if_case_1): Reinstate 2005-01-04 change, now that
13551         the latent bug in rtl_delete_block has been resolved.
13553 2005-01-08  Richard Sandiford  <rsandifo@redhat.com>
13555         * config/mips/t-iris6 (MULTILIB_DIRNAMES): Use -mabi argument values.
13556         (MULTILIB_OSDIRNAMES): Use the standard lib, lib32 and lib64.
13558 2005-01-08  Richard Sandiford  <rsandifo@redhat.com>
13560         * config/mips/t-slibgcc-irix (SHLIB_LINK): Install a copy of the
13561         library as @multilib_dir@/$(SHLIB_SONAME).
13563 2005-01-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
13565         * configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo.
13566         * configure: Regenerate.
13568 2005-01-07  Jakub Jelinek  <jakub@redhat.com>
13570         * c-common.c (handle_mode_attribute): For ENUMERAL_TYPE, also copy
13571         TYPE_MODE.
13573 2005-01-07  David Edelsohn  <edelsohn@gnu.org>
13575         PR target/13674
13576         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address):
13577         Convert non-word aligned offset address using ld/std into
13578         indirect address.
13580 2005-01-07  Richard Henderson  <rth@redhat.com>
13582         * config/i386/i386.md (sse_loadhps splitter): Fix operand number typo.
13584 2005-01-07  Richard SAndiford  <rsandifo@redhat.com>
13586         * tree.h (IS_EXPR_CODE_CLASS): Use a straight-forward range check.
13588 2005-01-07  Jakub Jelinek  <jakub@redhat.com>
13590         PR tree-optimization/19283
13591         * fold-const.c (fold_widened_comparison): Return NULL if shorter_type
13592         is not shorter than the original type.
13594         PR rtl-optimization/19012
13595         * config/i386/i386.md (addqi_1_slp): Set memory attribute.
13597         PR rtl-optimization/18861
13598         * cfgbuild.c (BLOCK_USED_BY_TABLEJUMP): Define.
13599         (FULL_STATE): Define.
13600         (mark_tablejump_edge): New function.
13601         (purge_dead_tablejump_edges): New function.
13602         (find_bb_boundaries): Use it.
13604         PR tree-optimization/18828
13605         * builtins.c (expand_builtin_next_arg): Remove argument and all
13606         the argument checking.
13607         (expand_builtin): Adjust caller.
13608         (expand_builtin_va_start): Likewise.  Remove error for too many
13609         arguments.
13610         (fold_builtin_next_arg): Issue error for too many arguments.
13611         After checking arguments, replace them with magic arguments that
13612         prevent further checking of the args.
13614 2005-01-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13616         * pa64-hpux.h (STARTFILE_SPEC): Fix typo in spec.
13618 2005-01-06  Roger Sayle  <roger@eyesopen.com>
13620         PR target/6077
13621         * gcc.c (input_suffix_matches): Tweak the semantics of %{.s:...}
13622         and %{.S:...} (and their negative variants) to test whether the
13623         input file is assembler or pre-processed-assembler independent of
13624         the actual filename extension.
13626 2005-01-06  Roger Sayle  <roger@eyesopen.com>
13628         * simplify-rtx.c (simplify_subreg): Simplify truncations of shifts
13629         of sign or zero extended values.
13631 2005-01-06  Geoffrey Keating  <geoffk@apple.com>
13633         * c-cppbuiltin.c (builtin_define_float_constants): Set __*_EPSILON__
13634         for IBM long double format correctly.
13636 2005-01-06  Daniel Berlin <dberlin@dberlin.org>
13638         Fix PR tree-optimization/18792
13640         * tree-data-ref.c (build_classic_dist_vector): Change first_loop
13641         to first_loop_depth, and use loop depth instead of loop number.
13642         (build_classic_dir_vector): Ditto.
13643         (compute_data_dependences_for_loop): Use depth, not loop number.
13644         * tree-loop-linear.c (try_interchange_loops): Use loop depth, not loop
13645         number. Pass in loops, instead of loop numbers.
13646         (gather_interchange_stats): Ditto.
13647         (linear_transform_loops): Ditto.
13649 2005-01-06  Richard Sandiford  <rsandifo@redhat.com>
13651         PR rtl-opt/13299
13652         * loop.c (get_monotonic_increment, biased_biv_fits_mode_p,
13653         biv_fits_mode_p, extension_within_bounds_p): New functions.
13654         (check_ext_dependent_givs): Use them.
13656 2005-01-06  Roger Sayle  <roger@eyesopen.com>
13658         * cfgrtl.c (rtl_delete_block): A basic block may be followed by
13659         more than one barrier, in which case we should delete them all.
13661 2005-01-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
13663         * gcc.c (process_command): Change year in 'gcc --version' to 2005.
13665 2005-01-05  Daniel Berlin  <dberlin@dberlin.org>
13667         Fix PR middle-end/19286
13668         Fix PR debug/19267
13669         * dwarf2out.c (gen_subprogram_die): If we've already tried to
13670         output this subprogram, simply ignore this attempt to do it again.
13671         (add_abstract_origin_attribute): Don't abort trying to add the abstract
13672         origin attribute if it's not possible.
13673         (gen_block_die): Don't ignore subblocks of "unused" blocks.
13674         (decls_for_scope): Ditto.
13675         * gimple-low.c (mark_blocks_with_used_subblocks): Remove.
13676         (mark_used_blocks): Don't call mark_blocks_with_used_subblocks.
13678 2005-01-05  Richard Henderson  <rth@redhat.com>
13680         PR target/11327
13681         * config/i386/i386.c (BUILTIN_DESC_SWAP_OPERANDS): New.
13682         (bdesc_2arg): Use it.
13683         (ix86_expand_binop_builtin): Force operands into registers
13684         when optimizing.
13685         (ix86_expand_unop_builtin, ix86_expand_unop1_builtin,
13686         ix86_expand_sse_compare, ix86_expand_sse_comi,
13687         ix86_expand_builtin): Likewise.
13689 2005-01-05  Richard Henderson  <rth@redhat.com>
13691         * config/ia64/ia64.c (rtx_needs_barrier): Handle CONST_VECTOR
13692         and VEC_SELECT.
13693         * config/ia64/vect.md (mulv8qi3): Re-implement with mix_[rl].
13694         (mulv4hi3): Set itanium_class mmmul.
13695         (fpack_sfxf, fpack_xfsf, fpack_xfxf): Remove.
13696         (fpack): Rename from fpack_sfsf.
13698 2005-01-05  Richard Henderson  <rth@redhat.com>
13700         PR rtl-opt/10692
13701         * reload1.c (do_input_reload): Restrict the optimization deleteing
13702         a previous output reload to RELOAD_FOR_INPUT.
13704 2005-01-05  Steven Bosscher  <stevenb@suse.de>
13706         * combine.c (expand_compound_operation)  <ZERO_EXTRACT>: Add
13707         comment that we fall through after case.
13708         (mark_used_regs_combine): Don't expect a SIGN_EXTRACT in a SET_DEST.
13709         (distribute_links): Likewise.
13710         * cse.c (cse_insn): Likewise.
13711         * cselib.c (cselib_invalidate_mem): Likewise.
13712         * df.c: Update comments at the top of the file.
13713         (read_modify_subreg_p): Update comments here too.
13714         (df_def_record_1): Don't expect a SIGN_EXTRACT in a SET_DEST.
13715         * flow.c (mark_set_1): Likewise.
13716         (mark_used_regs): Likewise.
13717         * gcse.c (mems_conflict_for_gcse_p): Likewise.
13718         (canon_list_insert): Likewise.
13719         (mark_set): Likewise.
13720         (try_replace_reg): Likewise.
13721         (store_killed_in_insn): Likewise.
13722         * loop.c (count_one_set): Likewise.
13723         (basic_induction_var): Likewise.
13724         * postreload-gcse.c (find_mem_conflicts): Likewise.
13725         * postreload.c (reload_combine_note_store): Likewise.
13726         (move2add_note_store): Likewise.
13727         * reload.c (find_equiv_reg): Likewise.
13728         (mark_referenced_resources): Likewise.
13729         * rtlanal.c (set_noop_p): Likewise.
13730         (note_stores): Likewise.
13731         (note_uses): Likewise.
13732         * sched-deps.c (sched_analyze_1): Likewise.
13733         * sched-rgn.c (check_live_1): Likewise.
13734         (update_live_1): Likewise.
13735         * config/i860/i860.c: Likewise.
13737         * rtl.dec (SIGN_EXTRACT): Document that this cannot appear as
13738         an lvalue.
13739         (ZERO_EXTRACT): Mention that this one can be an lvalue.
13741         * doc/rtl.texi: Update documentation for bit-fields and SET.
13743 2005-01-05  Roger Sayle  <roger@eyesopen.com>
13745         * ifcvt.c (find_if_case_1): Revert 2005-01-04 change.
13747 2005-01-05  Jan Hubicka  <jh@suse.cz>
13748             Richard Henderson  <rth@redhat.com>
13750         PR target/18910
13751         * config/i386/i386.c (ix86_expand_move): Handle tls symbols
13752         with an offset.
13754 2005-01-05  Richard Henderson  <rth@redhat.com>
13756         PR target/12902
13757         * config/i386/i386.md (sse_movhps, sse_movlps): Remove.
13758         (sse_shufps): Change operand 3 to const_int_operand.
13759         (sse2_storelps): Fix typo in template.
13760         (sse_storehps, sse_loadhps, sse_storelps, sse_loadlps): New.
13761         * config/i386/i386.c (ix86_expand_vector_move_misalign): Use them.
13762         (ix86_expand_builtin): Likewise.
13764 2005-01-05  Julian Brown  <julian@codesourcery.com>
13766         * config/arm/arm.c (arm_return_in_memory): Treat complex types
13767         as aggregates for AAPCS ABIs.
13769 2005-01-05  Stan Shebs  <shebs@apple.com>
13771         * unwind-dw2-fde-darwin.c (examine_objects): Use 64-bit
13772         Mach-O getters if ppc64.
13773         * config/darwin.c (darwin_asm_output_dwarf_delta): Obey
13774         size argument.
13775         * config/darwin.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
13776         signed four-byte field for global code case.
13777         (STARTFILE_SPEC): Avoid crt2.o for 64-bit compilation.
13779 2005-01-05  Roger Sayle  <roger@eyesopen.com>
13781         PR middle-end/19100
13782         * c-common.c: Include real.h.
13783         (c_common_truthvalue_conversion): Avoid destructively modifying expr.
13784         Correctly handle TREE_CONSTANT_OVERFLOW for INTEGER_CST.
13785         Correctly handle TREE_CONSTANT_OVERFLOW and NaNs for REAL_CST.
13786         * Makefile.in (c-common.o): Update dependencies.
13788 2005-01-05  Joseph S. Myers  <joseph@codesourcery.com>
13790         * c-parse.in (asm_string): Add trailing semicolon.
13792 2005-01-05  Joseph S. Myers  <joseph@codesourcery.com>
13794         * c-parse.in (asm_string): New.  Don't allow wide strings in
13795         'asm'.
13796         (simple_asm_expr, asm_argument, asm_operand, asm_clobbers): Use
13797         asm_string instead of STRING.
13799 2005-01-05  Joseph S. Myers  <joseph@codesourcery.com>
13801         * c-typeck.c (constructor_no_implicit): Remove.
13802         (set_designator, process_init_element): Don't check
13803         constructor_no_implicit.
13805 2005-01-05  J"orn Rennecke <joern.rennecke@st.com>
13806             Kaz Kojima  <kkojima@gcc.gnu.org>
13808         PR target/16482
13809         * lcm.c (create_pre_exit): New.
13810         (optimize_mode_switching): In MODE_ENTRY / MODE_EXIT case, set
13811         ENTRY_EXIT_EXTRA to 3.  Use create_pre_exit.
13813 2004-01-05  Richard Earnshaw  <rearnsha@arm.com>
13815         * arm.h (TARGET_OPTIONS): Correctly record -mhard-float and
13816         -msoft-float in target_float_switch.
13817         * arm.c (arm_override_options): Fix processing of target_float_switch.
13819 2004-01-05  Richard Earnshaw  <rearnsha@arm.com>
13821         * arm/vfp.md (arm_movsi_vfp): Hide VFP register classes from register
13822         preferencing.
13824 2004-01-05  Uros Bizjak  <uros@kss-loka.si>
13826         * doc/invoke.texi (Intel 386 and AMD x86-64 Options):
13827         Replace i387 with 'i386 compiler' in -mfpmath=sse option.
13829 2005-01-04  Roger Sayle  <roger@eyesopen.com>
13831         * ifcvt.c (find_if_case_1): Avoid creating an empty forwarder block,
13832         if deleting the then-block allows the test-block to fallthru to the
13833         else-block.
13835 2005-01-04  Andrew Pinski  <pinskia@physics.uc.edu>
13837         PR c/19152
13838         * c-decl.c (diagnose_mismatched_decls): Accept "extern inline" declared
13839         after the full declaration if the are in two different TUs.
13841 2005-01-04  Richard Henderson  <rth@redhat.com>
13843         PR tree-opt/19158
13844         * tree-sra.c (generate_one_element_init): Just
13845         call gimplify_and_add.
13846         (generate_element_init): Record the
13847         new referenced variables and mark them for renaming
13848         and split out to ...
13849         (generate_element_init_1): This.
13850         (scalarize_init): Don't call push_gimplify_context/
13851         pop_gimplify_context.
13853 2005-01-04  Geoffrey Keating  <geoffk@apple.com>
13855         * toplev.c (get_src_pwd): Handle failure of getpwd().
13857 2005-01-04  Roger Sayle  <roger@eyesopen.com>
13859         * fold-const.c (fold_single_bit_test): Delete unreachable handling
13860         of TRUTH_NOT_EXPR.
13861         (fold): Don't call fold_single_bit_test with a TRUTH_NOT_EXPR, as
13862         all the cases handled by it are inverted by invert_truthvalue.
13864 2005-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
13866         * config/sparc/sparc.md (save_register_windowdi): Add missing mode.
13867         (save_register_windowsi): Likewise.
13869 2005-01-04  Richard Henderson  <rth@redhat.com>
13871         * tree-mudflap.c (mf_varname_tree): Fix thinko setting declname.
13873 2005-01-04  Uros Bizjak  <uros@kss-loka.si>
13875         PR middle-end/17767
13876         * cse.c (fold_rtx) [RTX_COMPARE, RTX_COMM_COMPARE]: Don't attempt
13877         any simplifications of vector mode comparison operators.
13878         * simplify-rtx.c (simplify_relational_operation): Fix variable name.
13880 2005-01-04  Paolo Bonzini  <bonzini@gnu.org>
13881             Devang Patel  <dpatel@apple.com>
13883         PR tree-optimization/18308
13884         * tree-if-conv.c (add_to_dst_predicate_list): Gimplify
13885         the operands before creating a new expression.
13886         * dojump.c (do_jump): Make drop_through_label available
13887         for all cases.  Add expansion of COND_EXPR.
13889 2005-01-04  Ira Rosen  <irar@il.ibm.com>
13891         * tree-vectorizer.c (vect_analyze_offset_expr): Test for
13892         INTEGER_CST instead of TREE_CONSTANT.
13893         (vect_gen_niters_for_prolog_loop): Test for INTEGER_CST
13894         instead of TREE_CONSTANT.
13895         (vect_analyze_pointer_ref_access): Test for INTEGER_CST
13896         instead of TREE_CONSTANT.
13898 2005-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
13900         * tree-eh.c (replace_goto_queue): Return early if the queue is empty.
13902 2005-01-04  Uros Bizjak  <uros@kss-loka.si>
13904         PR target/19240
13905         * config/i386/i386.md (*fop_df_1_i387): Disable for TARGET_SSE_MATH.
13906         (*fop_df_1_i387): Disable for (TARGET_SSE2 && TARGET_SSE_MATH).
13908 2005-01-03  Richard Henderson  <rth@redhat.com>
13910         * fold-const.c (force_fit_type): Cope with types larger than 2 HWI.
13911         (fold_convert_const_int_from_int, fold_convert_const_int_from_real,
13912         fold_convert_const_real_from_real): Split out from ...
13913         (fold_convert_const): ... here.
13915 2005-01-03  Richard Henderson  <rth@redhat.com>
13917         PR target/19235
13918         * config/i386/i386.md (movdi_2): Separate SSE1 and SSE2 alternatives.
13919         (mov<MMXMODEI>_internal): Likewise.
13920         (movdf_nointeger): Prefer Y while not preferring, but allowing, x.
13921         Add V2SF case; use it for SSE1; don't use TI.
13922         (movdf_integer): Likewise.
13923         (mov<SSEMODEI>_internal, movti_internal): Force V4SF for SSE1.
13925 2005-01-03  Ira Rosen  <irar@il.ibm.com>
13927         * tree-vectorizer.c (vect_strip_conversions): New function.
13928         (vect_analyze_offset_expr): Call vect_strip_conversions. Add
13929         check for binary class.
13931 2005-01-03  Daniel Berlin  <dberlin@dberlin.org>
13933         Fix PR debug/17924
13934         Fix PR debug/19191
13935         * dwarf2out.c (block_ultimate_origin): Follow decl origin if origin
13936         is a decl.
13937         * gimple-low.c (mark_blocks_with_used_vars): New function.
13938         (mark_blocks_with_used_subblocks): Ditto.
13939         (mark_used_blocks): Ditto.
13940         (pass_mark_used_blocks): New pass.
13941         * tree-inline.c: Include debug.h.
13942         (expand_call_inline): Call outlining_inline_function here.
13943         * tree-optimize.c (init_tree_optimization_passes): Add
13944         pass_mark_used_blocks.
13945         * tree-pass.h (pass_mark_used_blocks): New.
13946         * Makefile.in (tree-inline.o): Add debug.h dependency.
13948 2005-01-03  Geoffrey Keating  <geoffk@apple.com>
13950         * config/darwin.c (darwin_handle_weak_import_attribute): Permit
13951         VAR_DECLs to have weak_import attribute.
13953         * config/rs6000/darwin-fallback.c: Use 'ucontext_t' rather than
13954         'struct ucontext'.
13956 2004-01-03  Steven Bosscher  <stevenb@suse.de>
13958         * passes.c (rest_of_compilation): Don't run regmove if only
13959         flag_expensive_optimizations, require flag_regmove instead.
13961 2005-01-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
13963         * config/sparc/litecoff.h (TARGET_OS_CPP_BUILTINS): Do not
13964         register "sparc".
13965         * config/sparc/sysv4-only.h (TARGET_OS_CPP_BUILTINS): Likewise.
13966         * config/sparc/rtemself.h (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
13967         * config/sparc/sol2-64.h (TARGET_SUB_OS_CPP_BUILTINS): Delete.
13968         * config/sparc/sp64-elf.h (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
13970 2005-01-03  Richard Henderson  <rth@redhat.com>
13972         * config/ia64/ia64.c (TARGET_VECTOR_MODE_SUPPORTED_P): New.
13973         (ia64_const_ok_for_letter_p): New.
13974         (ia64_const_double_ok_for_letter_p): New.
13975         (ia64_extra_constraint): New.
13976         (ia64_expand_vecint_compare): New.
13977         (ia64_expand_vcondu_v2si): New.
13978         (ia64_expand_vecint_cmov): New.
13979         (ia64_expand_vecint_minmax): New.
13980         (ia64_print_operand): Add 'v'.
13981         (ia64_preferred_reload_class): New.
13982         (ia64_vector_mode_supported_p): New.
13983         * config/ia64/ia64.h (UNITS_PER_SIMD_WORD): New.
13984         (PREFERRED_RELOAD_CLASS): Move to function.
13985         (CONST_OK_FOR_LETTER_P): Move to function.
13986         (CONST_DOUBLE_OK_FOR_LETTER_P): Move to function.
13987         (CONSTRAINT_OK_FOR_Q, CONSTRAINT_OK_FOR_R): Remove.
13988         (CONSTRAINT_OK_FOR_S, CONSTRAINT_OK_FOR_T): Remove.
13989         (EXTRA_CONSTRAINT): Move to function.
13990         * config/ia64/ia64.md: Include vect.md.
13991         (itanium_class): Add mmalua.
13992         (type): Handle it.
13993         * config/ia64/itanium1.md (1_mmalua): New.  Add it to bypasses.
13994         (1b_mmalua): New.
13995         * config/ia64/itanium2.md (2_mmalua, 2b_mmalua): Similarly.
13996         * config/ia64/predicates.md (gr_reg_or_0_operand): Accept any
13997         CONST0_RTX.
13998         (const_int_2bit_operand): New.
13999         (fr_reg_or_0_operand): New.
14000         * config/ia64/ia64-modes.def: Add vector modes.
14001         * config/ia64/ia64-protos.h: Update.
14002         * config/ia64/vect.md: New file.
14004 2005-01-03  Richard Henderson  <rth@redhat.com>
14006         * simplify-rtx.c (simplify_binary_operation): Handle VEC_CONCAT.
14008 2005-01-03  Uros Bizjak  <uros@kss-loka.si>
14010         PR target/19236
14011         * config/i386/i386.c (log1psf2): Change mode of operands[0,1]
14012         to SFmode.
14013         (log1pdf2): Change mode of operands[0,1] to DFmode.
14015 2005-01-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
14017         * config/sparc/sparc.h (SPARC_RELAXED_ORDERING): Define to false.
14018         * config/sparc/linux.h (SPARC_RELAXED_ORDERING): Define to true.
14019         * config/sparc/linux64.h (SPARC_RELAXED_ORDERING): Likewise.
14020         * config/sparc/sparc.c (TARGET_RELAXED_ORDERING): Define to
14021         SPARC_RELAXED_ORDERING.
14023 2005-01-03  Richard Henderson  <rth@redhat.com>
14024             Uros Bizjak  <uros@kss-loka.si>
14026         PR target/14631
14027         * config/i386/i386.c (ix86_expand_builtin): [IX86_BUILTIN_PINSRW,
14028         IX86_BUILTIN_PINSRW128]: Fix wrong selector range in error message.
14029         * config/i386/i386.md (mmx_pinsrw, sse2_pinsrw): Fix selector
14030         handling.
14031         (*mmx_pinsrw, *sse2_pinsrw): New patterns.
14032         * config/i386/i386/predicates.md (const_pow2_1_to_8_operand,
14033         const_pow2_1_to_128_operand): New predicates.
14035 2005-01-02  Greg McGary  <greg@mcgary.org>
14037         * tree-mudflap.c (mf_varname_tree): decl_printable_name handles
14038         anonymous decls.
14039         (mf_xform_derefs_1) [RESULT_DECL, STRING_CST]: Handle as innermost
14040         object.  [ptr_type]: Remove unused variable.
14041         Remember nearest addressable array-element or record-component
14042         when checking bitfield components.  Tolerate empty BIND_EXPR.
14044 2005-01-01  Richard Henderson  <rth@redhat.com>
14046         * tree-vectorizer.c (vect_analyze_offset_expr): Strip conversions
14047         that don't narrow the value.  Fail for other conversions.
14049 2005-01-01  Richard Henderson  <rth@redhat.com>
14051         PR c/19031
14052         * c-decl.c (pop_file_scope): Call maybe_apply_pending_pragma_weaks.
14053         * c-lang.c (finish_file): Don't do it here.
14054         * objc/objc-act.c (objc_finish_file): Likewise.
14056         * cgraph.c (decl_assembler_name_equal): New.
14057         (cgraph_node_for_asm, cgraph_varpool_node_for_asm): New.
14058         (cgraph_varpool_node): Actually link up cgraph_varpool_nodes.
14059         * cgraph.h (struct cgraph_varpool_node): Add next.
14060         (cgraph_node_for_asm, cgraph_varpool_node_for_asm): Declare.
14061         * varasm.c (assemble_alias): Mark the target as needed.
14063 2005-01-01  Andrew Pinski  <pinskia@physics.uc.edu>
14065         PR middle-end/19221
14066         * function.c (get_arg_pointer_save_area): Use entry_of_function
14067         instead of get_insns.
14069 2005-01-01  Roger Sayle  <roger@eyesopen.com>
14070             Andrew Pinski  <pinskia@physics.uc.edu>
14071             James E. Wilson  <wilson@specifixinc.com>
14073         PR rtl-optimization/12092
14074         * loop.c (emit_prefetch_instructions): Do nothing if PREFETCH_BLOCK
14075         is zero.
14077 2005-01-01  Roger Sayle  <roger@eyesopen.com>
14078             Olivier Hainque  <hainque@act-europe.fr>
14080         * tree.c (int_fits_type_p): A narrower type always fits in a
14081         wider one, except for negative values into unsigned types.
14083 2005-01-01  Roger Sayle  <roger@eyesopen.com>
14085         * tree.c (int_fits_type_p): Compare the result of force_fit_type
14086         with the original constant rather than require TREE_OVERFLOW.
14088 2005-01-01  Steven Bosscher  <stevenb@suse.de>
14090         PR middle-end/17544
14091         * c-decl.c (finish_function): If compiling C99, annotate the
14092         compiler generated return with the current file name and line 0.
14093         * tree-cfg.c (remove_useless_stmts_warn_notreached): Only warn if
14094         the source line is greater than 0.
14095         (remove_bb): Likewise.