t-rtems: Remove roe multilib variant.
[platform/upstream/gcc.git] / gcc / ChangeLog
1 2005-05-27  Ralf Corsepius  <ralf.corsepius@rtems.org>
2
3         * config/rs6000/t-rtems: Remove roe multilib variant.
4
5 2005-05-26  Roger Sayle  <roger@eyesopen.com>
6
7         PR tree-optimization/9814
8         * ifcvt.c (noce_emit_move_insn): If we fail to recognize the move
9         instruction, add the necessary clobbers by re-expanding the RTL
10         for arithmetic operations via optab.c's expand_unop/expand_binop.
11         (noce_try_bitop): New function to optimize bit manipulation idioms
12         of the form "if (x & C) x = x op C" and "if (!(x & C) x = x op C".
13         (noce_process_if_block): Call noce_try_bitop.
14
15 2005-05-26  Roger Sayle  <roger@eyesopen.com>
16
17         * reg-stack.c (convert_regs_entry, convert_regs_exit,
18         convert_regs_1, convert_regs_2, convert_regs): Delete prototypes.
19         (reg_to_stack): Move to end of the file.  Initialize the per
20         basic block information here, instead of...
21         (convert_regs_entry): Here.
22         (convert_regs): Change unused return type to void.
23
24 2005-05-27  Kazu Hirata  <kazu@cs.umass.edu>
25
26         * c-pch.c, timevar.c, timevar.h, unwind-compat.c,
27         unwind-dw2-fde-compat.c, unwind-dw2-fde.c, config/mmix/mmix.h,
28         config/rs6000/eabispe.h, config/rs6000/lynx.h,
29         config/sh/elf.h, config/sh/symbian-pre.h,
30         config/sparc/sparc-protos.h: Update copyright.
31
32 2005-05-26  Mike Stump  <mrs@apple.com>
33
34         * darwin.h (ASM_OUTPUT_LABELREF): Handle quoted non-lazy pointers
35         for Objective-C++.
36         
37 2005-05-26  Richard Guenther  <rguenth@gcc.gnu.org>
38
39         * tree-ssa-forwprop.c (forward_propagate_addr_expr):
40         See through ADDR_EXPR in finding place to propagate into.
41
42 2005-05-26  Kazu Hirata  <kazu@cs.umass.edu>
43
44         * c-common.c, c-parser.c, cfgbuild.c, cfghooks.c, cfghooks.h,
45         cfgrtl.c, cgraphunit.c, ddg.c, expr.h, gcse.c, ggc-page.c,
46         ggc-zone.c, gimplify.c, ipa-inline.c, longlong.h, targhooks.c,
47         tree-flow-inline.h, tree-pass.h, tree-ssa-dse.c,
48         tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c,
49         tree-ssa-operands.c, tree-vect-analyze.c,
50         tree-vect-transform.c, tree-vectorizer.c, tree.c,
51         config/arm/arm.c, config/bfin/bfin.c, config/frv/frv.c,
52         config/frv/frv.md, config/i386/i386.c, config/i386/sse.md,
53         config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
54         config/mcore/mcore.c, config/mips/mips.c, config/mips/mips.md,
55         config/rs6000/darwin-ldouble.c, config/rs6000/rs6000.c,
56         config/rs6000/rs6000.h, config/sh/sh.c, config/sh/sh.md,
57         config/sh/ushmedia.h, config/sparc/sparc.c,
58         config/sparc/sparc.md, config/stormy16/stormy-abi: Fix comment
59         typos.  Follow spelling conventions.
60         * doc/invoke.texi, doc/tm.texi, doc/tree-ssa.texi: Fix typos.
61         Follow spelling conventions.
62
63 2005-05-26  David Ung  <davidu@mips.com>
64
65         * config/mips/mips.c (mips_use_ins_ext_p): New helper function
66         that determines whether the MIPS32/64 R2 ext/ins should be used.
67         * config/mips/mips.h (ISA_HAS_EXT_INS): New macro.
68         * config/mips/mips.md (extzv): Changed predicate for operand to
69         nonimmediate_operand. Add code to generate insn patterns for
70         extzvsi and extzvdi.
71         (extzv<mode>): New pattern to match mips32/64 r2 ext insn.
72         (insv): Similarly for insertion.
73         (insv<mode>): Similarly.
74
75 2005-05-26  Paolo Bonzini  <bonzini@gnu.org>
76
77         * simplify-rtx.c (avoid_constant_pool_reference): Support
78         offsetted addresses in the constant pool.
79
80 2005-05-26  Paolo Bonzini  <bonzini@gnu.org>
81
82         * df.h (DF_SUBREGS, df_local_def_available_p, df_insn_modified_p): New.
83         * df.c (DF_SUBREGS, df_local_def_available_p, df_insn_modified_p): New.
84
85 2005-05-26  Jakub Jelinek  <jakub@redhat.com>
86
87         PR target/21716
88         * reg-stack.c (swap_rtx_condition): Don't crash if %ax user was not
89         found in the basic block and last insn in the basic block is not
90         INSN_P.  Remove explicit unspec numbers that are no longer valid
91         from comments.
92
93 2005-05-26  Paolo Bonzini  <bonzini@gnu.org>
94
95         * tree-vect-transform.c (vectorizable_operation): Try word_mode
96         vectorization if UNITS_PER_WORD == UNITS_PER_SIMD_WORD, even
97         if a vector mode is available.
98
99 2005-05-25  Roger Sayle  <roger@eyesopen.com>
100
101         PR middle-end/21709
102         * fold-const.c (const_binop): Check for division by zero during
103         complex division.
104
105 2005-05-26  Ian Lance Taylor  <ian@airs.com>
106
107         * reload1.c (verify_initial_elim_offsets): Add braces to avoid
108         having a declaration after a statement.
109
110 2005-05-26  Richard Sandiford  <rsandifo@redhat.com>
111
112         * opt-functions.awk (var_type): New function.
113         (var_set): Use CLVC_STRING if var_type returns "const char *".
114         * opth-gen.awk: Use var_type to find out the types of variables.
115         Don't print comments above each "extern" definition.
116         * optc-gen.awk: Use var_type in the same way.
117         * opts.h (cl_var_cond): Rename to...
118         (cl_var_type): ...this.  Add CLVC_STRING.
119         (cl_option): Make "flag_var" a "void *" pointer.  Replace "var_cond"
120         with "var_type".
121         * opts.c (handle_option, option_enabled): Update after above name
122         change.  Cast flag_var before using it.  Handle CLVC_STRING.
123         
124         * config/alpha/alpha.h (alpha_tls_size): Delete.
125         * config/alpha/alpha.c (alpha_tls_size, alpha_cpu_string)
126         (alpha_tune_string, alpha_tp_string, alpha_fprm_string)
127         (alpha_fptm_string, alpha_mlat_string): Delete.
128         (alpha_handle_option): Don't set the above variables here.  Use the
129         integer argument to check the validity of -mtls-size=.
130         * config/alpha/alpha.opt (mcpu=, mtune=, mfp-rounding-mode=)
131         (mfp-trap-mode=, mtrap-precision=, mmemory-latency=): Add Var()s.
132         (mtls-size=): Likewise.  Convert to a UInteger and initialize the
133         variable to 32.
134
135         * config/arc/arc.c (arc_cpu_string, arc_text_string)
136         (arc_data_string, arc_rodata_string): Delete.
137         (arc_handle_option): Don't set the above variables here.
138         * config/arc/arc.opt (mcpu=, mtext=, mdata=, mrodata=): Add Var()s
139         and initialize them.
140
141         * config/arm/arm.c (target_fpu_name, target_fpe_name)
142         (target_float_abi_name, target_abi_name, structure_size_string)
143         (arm_pic_register_string): Delete.
144         (arm_handle_option): Don't set the above variables here, except
145         in the handling of -mhard-float and -msoft-float.
146         * config/arm/arm.opt (mabi=, mfloat-abi=, mfp=, mfpe=, mfpu=)
147         (mpic-register=, mstructure-size-boundary=): Add Var()s.
148
149         * config/avr/avr.c (avr_init_stack, avr_mcu_name, TARGET_HANDLE_OPTION)
150         (avr_handle_option): Delete.
151         * config/avr/avr.opt (mmcu=, minit-stack=): Add Var()s and initialize
152         them.
153
154         * config/bfin/bfin.c (bfin_library_id): Delete.
155         (bfin_handle_option): Don't set it.
156         * config/bfin/bfin.opt (mshared-library-id=): Add Var().
157
158         * config/c4x/c4x.h (c4x_rpts_cycles): Delete.
159         * config/c4x/c4x.c (c4x_rpts_cycles): Delete.
160         (c4x_handle_option): Don't set c4x_rpts_cycles here.
161         * config/c4x/c4x.opt (mrpts=): Add Var().
162
163         * config/cris/aout.h (CRIS_SUBTARGET_HANDLE_OPTION): Don't set
164         cris_elinux_stacksize_str here.
165         * config/cris/aout.opt (melinux-stacksize=): Add Var().
166         * config/cris/cris.h (cris_max_stackframe_str, cris_cpu_str)
167         (cris_tune_str, cris_elinux_stacksize_str): Delete.
168         * config/cris/cris.c (cris_max_stackframe_str, cris_cpu_str)
169         (cris_tune_str, cris_elinux_stacksize_str): Delete.
170         (cris_handle_option): Don't set the above variables here.
171         * config/cris/cris.opt (mcpu=, march=, mtune=, mmax-stackframe=)
172         (max-stackframe=): Add Var()s.
173
174         * config/i386/i386.h (ix86_tune_string, ix86_arch_string): Delete.
175         * config/i386/i386.c (ix86_cmodel_string, ix86_asm_string)
176         (ix86_tls_dialect_string, ix86_tune_string, ix86_arch_string)
177         (ix86_fpmath_string, ix86_regparm_string, ix86_align_loops_string)
178         (ix86_align_jumps_string, ix86_preferred_stack_boundary_string)
179         (ix86_branch_cost_string, ix86_align_funcs_string): Delete.
180         (ix86_handle_option): Don't set the above variables here.
181         * config/i386/i386.opt (malign-functions=, malign-jumps=)
182         (malign-loops=, march=, masm=, mbranch-cost=, mcmodel=, mfpmath=)
183         (mpreferred-stack-boundary=, mregparm=, mtls-dialect=, mtune=): Add
184         Var()s.
185
186         * config/ia64/ia64.h (ia64_tls_size): Delete.
187         * config/ia64/ia64.c (ia64_tls_size): Delete.
188         (ia64_handle_option): Treat -mtls-size= as a UInteger option,
189         reading the integer argument from the "value" parameter.  Don't
190         set ia64_tls_size here.
191         * config/ia64/ia64.opt (mtls-size=): Turn into a UInteger option.
192         Add Var() and Init().
193
194         * config/m32r/m32r.h (m32r_cache_flush_func): Delete.
195         (m32r_cache_flush_trap): Delete.
196         * config/m32r/m32r.c (m32r_cache_flush_func): Delete.
197         (m32r_cache_flush_trap): Delete.
198         (m32r_handle_option): Don't set the above variables when handling
199         -mflush-func= and -mflush-trap=.
200         * config/m32r/m32r.opt (-mflush-func=, -mflush-trap=): Add Var()s
201         and Init()s.
202
203         * config/mips/mips.h (mips_cache_flush_func): Delete.
204         * config/mips/mips.c (mips_arch_string, mips_tune_string)
205         (mips_cache_flush_func): Delete.
206         (mips_handle_option): Don't set the above variables when handling
207         -march=, -mtune= and -mflush-func=.
208         * config/mips/mips.opt (march=, mflush-func=, mtune=): Add Var()s.
209
210         * config/s390/s390.c (s390_arch_string): Delete.
211         (s390_handle_option): Don't set it here.
212         * config/s390/s390.opt (march=): Add Var().
213
214         * config/sparc/sparc.h (sparc_cmodel_string): Delete.
215         * config/sparc/sparc.c (sparc_cmodel_string): Delete.
216         (sparc_handle_option): Don't set it here.
217         * config/sparc/sparc.opt (mcmodel=): Add Var().
218
219 2005-05-25  Roger Sayle  <roger@eyesopen.com>
220
221         * convert.c (convert_to_integer) <POINTER_TYPE>: Avoid recursive
222         call to convert_to_integer by building the NOP_EXPR directly.
223
224 2005-05-25  Richard Sandiford  <rsandifo@redhat.com>
225
226         * config/rs6000/rs6000.opt (mprioritize-restricted-insns=): Fix typo.
227
228 2005-05-25  Daniel Berlin  <dberlin@dberlin.org>
229             Jeff Law  <law@redhat.com>
230
231         * tree-cfg.c (verify_expr, case ADDR_EXPR): Verify invariant,
232         constant and side_effects of the ADDR_EXPR are consistent.
233
234         * tree-nested.c (convert_local_reference): Set CURRENT_FUNCTION_DECL
235         appropriately around calls to recompute_tree_invarant_for_addr_expr.
236
237 2005-05-25  Ulrich Weigand  <uweigand@de.ibm.com>
238
239         * config/s390/s390.c (GP_ARG_NUM_REG, FP_ARG_NUM_REG): New defines.
240         (s390_function_arg, s390_gimplify_va_arg): Use them.
241         (s390_register_info): Save only required subset of argument
242         registers into save area for va_list.
243         (s390_va_start): Initialize only required elements of va_list struct.
244         (s390_build_builtin_va_list): Set va_list_[gf]pr_counter_field.
245
246 2005-05-25  Ulrich Weigand  <uweigand@de.ibm.com>
247
248         * reload1.c (verify_initial_elim_offsets): Return boolean status
249         instead of aborting.
250         (reload): Adapt verify_initial_elim_offsets call site.  Restart
251         main loop if some initial elimination offsets changed.
252
253 2005-05-25  Adam Nemet  <anemet@lnxw.com>
254
255         * config/rs6000/lynx.h (CC1_SPEC): Use -maix-struct-return instead
256         of -mno-svr4-struct-return.
257
258 2005-05-25  Daniel Berlin  <dberlin@dberlin.org>
259
260         Fix PR tree-optimization/21705
261         
262         * tree-ssa-pre.c (in_fre): New static variable.
263         (create_value_expr_from): Recursively value number reference ops
264         in argument lists.
265         (can_value_number_call): Temporary restrict only exists for
266         PRE, not FRE.
267
268 2005-05-25  Kazu Hirata  <kazu@cs.umass.edu>
269
270         * tree-into-ssa.c (rewrite_into_ssa, update_ssa): Replace
271         sizeof (bitmap *) with sizeof (bitmap).
272
273 2005-05-25  Daniel Berlin <dberlin@dberlin.org>
274
275         * lambda-code.c (perfect_nestify): Call update_stmt on the exit
276         condition.
277
278 2005-05-25  Adrian Straetling  <straetling@de.ibm.com>
279
280         * config/s390/s390.c (TARGET_INSN_VALID_WITHIN_DOLOOP): Set to
281         hook_bool_rtx_true.
282
283 2005-05-25  Jan Hubicka  <jh@suse.cz>
284
285         * Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.
286         * cgraph.c (cgraph_create_node): Reset estimated_growth.
287         * cgraph.h (cgraph_global_info): Add estimated_growth.
288         * ipa-inline.c: Include coverage.h
289         (max_insns, max_count): New static variables.
290         (cgraph_estimate_size_after_inlining): Cache the result.
291         (cgraph_estimate_growth):
292         * passes.c (rest_of_clean_state): Kill coverage_end_function.
293         * timevar.def (TV_INLINE_HEURISTICS): New timevar.
294         * tree-optimize.c (init_tree_optimization_passes): Move profiling before
295         inlining.
296         (ipa_passes): Initialize bitmaps.
297
298 2005-05-25  Adrian Straetling  <straetling@de.ibm.com>
299
300         * loop-doloop.c: Include "target.h". 
301           (doloop_valid_p): Move tests to function in targhooks.c.
302         * target.h (struct gcc_target): New target hook
303           "insn_valid_within_doloop".
304         * target-def.h: Define default value for "insn_valid_within_doloop".
305           (TARGET_INITIALIZER): Insert new target hook into initializer.
306         * targhooks.c (default_insn_valid_within_doloop): New function.
307         * targhooks.h (default_insn_valid_within_doloop): Declare.
308         * hooks.c (hook_bool_rtx_true): New function.
309         * hooks.h (hook_bool_rtx_true): Declare.
310         * doc/tm.texi: Add documentation for new target hook.
311
312 2005-05-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
313
314         PR target/21412
315         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): New macro
316         * config/sparc/sparc-protos.h (tls_symbolic_operand): Delete.
317         (sparc_tls_referenced_p): New prototype.
318         * config/sparc/sparc.c (tls_symbolic_operand): Delete.
319         (sparc_expand_move): Look for TLS addresses with constant offsets.
320         (legitimate_constant_p): Use SPARC_SYMBOL_REF_TLS_P instead of
321         tls_symbolic_operand.
322         (legitimate_pic_operand_p): Likewise.
323         (legitimate_address_p): Likewise.
324         (legitimize_address): Likewise.
325         (sparc_tls_symbol_ref_1): New function.
326         (sparc_tls_referenced_p): New function.
327         * config/sparc/predicates.md (tgd_symbolic_operand): Use
328         SYMBOL_REF_TLS_MODEL instead of tls_symbolic_operand.
329         (tld_symbolic_operand): Likewise.
330         (tie_symbolic_operand): Likewise.
331         (tle_symbolic_operand): Likewise.
332
333 2005-05-24  DJ Delorie  <dj@redhat.com>
334         
335         * common.opt (-Wattributes): New.  Default true.
336         * doc/invoke.texi (-Wno-attributes): Document.
337         
338         * attribs.c (decl_attributes): Move warning control from if() to
339         warning(OPT_*).
340         * c-common.c (handle_packed_attribute): Likewise.
341         (handle_nocommon_attribute): Likewise.
342         (handle_common_attribute): Likewise.
343         (handle_noreturn_attribute): Likewise.
344         (handle_noinline_attribute): Likewise.
345         (handle_always_inline_attribute): Likewise.
346         (handle_used_attribute): Likewise.
347         (handle_unused_attribute): Likewise.
348         (handle_const_attribute): Likewise.
349         (handle_transparent_union_attribute): Likewise.
350         (handle_constructor_attribute): Likewise.
351         (handle_destructor_attribute): Likewise.
352         (handle_mode_attribute): Likewise.
353         (handle_alias_attribute): Likewise.
354         (handle_visibility_attribute): Likewise.
355         (handle_tls_model_attribute): Likewise.
356         (handle_malloc_attribute): Likewise.
357         (handle_returns_twice_attribute): Likewise.
358         (handle_pure_attribute): Likewise.
359         (handle_deprecated_attribute): Likewise.
360         (handle_vector_size_attribute): Likewise.
361         (handle_nothrow_attribute): Likewise.
362         (handle_cleanup_attribute): Likewise.
363         (handle_warn_unused_result_attribute): Likewise.
364         (handle_sentinel_attribute): Likewise.
365         * c-decl.c (diagnose_mismatched_decls): Likewise.
366         (start_decl): Likewise.
367         (grokdeclarator): Likewise.
368         (start_function): Likewise.
369         * c-format.c (check_function_format): Likewise.
370         * stor-layout.c (place_field): Likewise.
371         (finalize_record_size): Likewise.
372         * tree.c (handle_dll_attribute)): Likewise.
373         * varasm.c (default_assemble_visibility): Likewise.
374         * config/darwin.c (darwin_handle_weak_import_attribute): Likewise.
375         (darwin_assemble_visibility): Likewise.
376         * config/arc/arc.c (arc_handle_interrupt_attribute): Likewise.
377         * config/arm/arm.c (arm_handle_fndecl_attribute): Likewise.
378         (arm_handle_isr_attribute): Likewise.
379         * config/avr/avr.c (avr_handle_progmem_attribute): Likewise.
380         (avr_handle_fndecl_attribute): Likewise.
381         * config/bfin/bfin.c (handle_int_attribute): Likewise.
382         * config/c4x/c4x.c (c4x_handle_fntype_attribute): Likewise.
383         * config/h8300/h8300.c (h8300_handle_fndecl_attribute): Likewise.
384         (h8300_handle_eightbit_data_attribute): Likewise.
385         (h8300_handle_tiny_data_attribute): Likewise.
386         * config/i386/i386.c (ix86_handle_cdecl_attribute): Likewise.
387         (ix86_handle_regparm_attribute): Likewise.
388         (ix86_handle_struct_attribute): Likewise.
389         * config/i386/winnt.c (ix86_handle_shared_attribute): Likewise.
390         (i386_pe_encode_section_info): Likewise.
391         * config/ia64/ia64.c (ia64_handle_model_attribute): Likewise.
392         * config/ip2k/ip2k.c (ip2k_handle_progmem_attribute): Likewise.
393         (ip2k_handle_fndecl_attribute): Likewise.
394         * config/m32r/m32r.c (m32r_handle_model_attribute): Likewise.
395         * config/m68hc11/m68hc11 (m68hc11_handle_page0_attribute): Likewise.
396         (m68hc11_handle_fntype_attribute): Likewise.
397         (m68hc11_encode_section_info): Likewise.
398         * config/m68k/m68k.c (m68k_handle_fndecl_attribute): Likewise.
399         * config/mcore/mcore.c (mcore_handle_naked_attribute): Likewise.
400         * config/ns32k/ns32k.c (ns32k_handle_fntype_attribute): Likewise.
401         * config/rs6000/rs6000.c (rs6000_handle_longcall_attribute): Likewise.
402         * config/sh/sh.c (sh_handle_interrupt_handler_attribute): Likewise.
403         (sh_handle_sp_switch_attribute): Likewise.
404         (sh_handle_trap_exit_attribute): Likewise.
405         * config/sh/symbian.c (sh_symbian_dllimport_p): Likewise.
406         (sh_symbian_handle_dll_attribute): Likewise.
407         * config/stormy16/stormy16.c (xstormy16_handle_interrupt_attribute): Likewise.
408         (xstormy16_handle_below100_attribute): Likewise.
409         * config/v850/v850.c (v850_handle_interrupt_attribute): Likewise.
410
411         * c-common.c (unsigned_conversion_warning): Move warning control
412         from if() to warning(OPT_*).
413         (c_common_truthvalue_conversion): Likewise.
414         (c_do_switch_warnings): Likewise.
415         * c-decl.c (diagnose_mismatched_decls): Likewise.
416         (diagnose_mismatched_decls): Likewise.
417         (define_label): Likewise.
418         (grokdeclarator): Likewise.
419         * c-format.c (check_format_info): Likewise.
420         * c-lex.c (interpret_integer): Likwise.
421         (lex_string): Likewise.
422         * c-opts.c (c_common_post_options): Likewise.
423         * c-parser.c (c_parser_unary_expression): Likewise.
424         * c-pragma.c (handle_pragma_redefine_extname): Likewise.
425         (handle_pragma_extern_prefix): Likewise.
426         * c-typeck.c (build_binary_op): Likewise.
427         * gcse.c (is_too_expensive): Likewise.
428         * opts.c (decode_options): Likewise.
429         * stor-layout.c (place_field): Likewise.
430         * tree-cfg.c (remove_bb): Likewise.
431
432         * c.opt (-Wreturn-type): Add Var(warn_return_type).
433         * flags.h (warn_return_type): Remove.
434         * toplev.c (warn_return_type): Likewise.
435
436 2005-05-24  Kelley Cook  <kcook@gcc.gnu.org>
437
438         * configure.ac: Don't use gcc_AC_C_LONG_LONG.  Check for
439         existence of long long and __int64 before determining their size.
440         * aclocal.m4: Delete gcc_AC_C_LONG_LONG.
441         * configure, config.h.in:  Regenerate.
442
443 2005-05-24  Kelley Cook  <kcook@gcc.gnu.org>
444
445         * configure: Regenerate.
446
447 2005-05-24  Ziemowit Laski  <zlaski@apple.com>
448
449         * c-common.h (objc_comptypes): Remove prototype.
450         (objc_compare_types): New prototype.
451         (objc_volatilized_decl): Likewise.
452         (objc_type_quals_match): Likewise.
453         * c-decl.c (objc_mark_locals_volatile): Streamline by calling
454         objc_volatilize_decl().
455         * c-typeck.c (comp_target_types): Remove third parameter; do
456         not call objc_comptypes().
457         (comptypes): Remove calls to objc_comptypes().
458         (build_function_call): Extend compatible prototype check to ObjC.
459         (build_conditional_expr): Adjust call to comp_target_types().
460         (convert_for_assignment): Call objc_compare_types() instead of
461         objc_comptypes(); adjust calls to comp_target_types(); call
462         objc_type_quals_match() before issuing qualifier mismatch
463         warnings.
464         (build_binary_op): Call objc_compare_types() before issuing
465         pointer mismatch warnings; adjust calls to
466         comp_target_types().
467         * stub-objc.c (objc_comptypes): Remove stub.
468         (objc_compare_types): New stub.
469         (objc_volatilized_decl): Likewise.
470         (objc_type_quals_match): Likewise.
471
472 2005-05-24  Paolo Carlini  <pcarlini@suse.de>
473
474         * config/ia64/ia64intrin.h: Define nothing for C++:
475         overloaded builtins have been ported to C++.
476
477 2005-05-24  Jeff Law  <law@redhat.com>
478
479         * tree-nested.c (build_addr): New "context" argument.  Temporarily
480         set current_function_decl around the call to build the ADDR_EXPR.
481         (get_static_chain): Pass proper context to build_addr.
482         (convert_nl_goto_reference): Likewise.
483         (convert_tramp_reference): Likewise.
484         (final_nesting_tree_1): Likewise.
485         * tree-profile.c (tree_gen_interval_profiler): Likewise.
486         (tree_gen_pow2_profiler): Likewise.
487         (tree_gen_one_value_profiler): Likewise.
488         * tree-ssa-loop-ivopts.c (build_addr_strip_iref): Likewise.
489         * tree.h (build_addr): Update prototype.
490
491 2005-05-24  Kazu Hirata  <kazu@cs.umass.edu>
492
493         * tree-flow.h (bb_ann_d): Remove has_escape_site.
494         * tree-ssa-alias.c (compute_points_to_addr_escape): Don't
495         write to has_escape_site.
496
497 2005-05-24  Jeff Law  <law@redhat.com>
498
499         * Makefile.in (tree-cfg.o): Depend on tree-ssa-propagate.h.
500         * tree-cfg.c: Include tree-ssa-propagate.h.
501         (replace_uses_by): Call recompute_tree_invarant_for_addr_expr as
502         needed.
503
504 2005-05-24  Nick Clifton  <nickc@redhat.com>
505
506         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
507         __NO_FPRS__ when 'f' class registers will not be available. 
508
509 2005-05-24  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
510
511         * config/m32r/m32r.c (m32r_expand_block_move):  Return 0 if
512         nothing was done.
513         * config/m32r/m32r.md (movmemsi):  If m32r_expand_block_move did
514         nothing then FAIL.
515         * config/m32r/m32r/m32r-protos.h  (m32r_expand_block_move): Update
516         prototype.
517
518 2005-05-23  Jeff Law  <law@redhat.com>
519
520         * tree-ssa-dom.c (cprop_into_stmt): Do not call
521         recompute_tree_invariant_for_addr_expr here.
522         (optimize_stmt): Call it here instead and do so if anything
523         at all has changed in the statement and the RHS is an ADDR_EXPR.
524         * tree-ssa-forwprop.c (tidy_after_forward_propagate_addr): If
525         needed, call recompute_tree_invariant_for_addr_expr.
526         * tree-ssa-propagate.c (substitute_and_fold): Call
527         recompute_tree_invariant_for_addr_expr as needed.
528
529 2005-05-23  Andreas Krebbel  <krebbel1@de.ibm.com>
530
531         * config/s390/s390.c (s390_optimize_prologue): Don't replace an insn
532         saving less registers than the replacement.
533
534 2005-05-23  Jan Hubicka  <jh@suse.cz>
535
536         * tree-flow.h (stmt_ann_d): Kill GTY ((skip)) mark on BB.
537
538 2005-05-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
539
540         * config/sparc/sparc-protos.h (sparc_expand_move): New prototype.
541         * config/sparc/sparc.c (sparc_expand_move): New function.
542         (sparc_emit_set_const64): Rewrite assert condition on entry.
543         (legitimate_constant_p) <CONST_VECTOR>: New case.
544         (legitimize_pic_address): Use TARGET_ARCH64 to select the mode.
545         * config/sparc/sparc.md (movqi, movhi, movsi, movdi, movV32,
546         movV64, movtf): Use nonimmediate_operand for the first operand.
547         Rewrite.  Only invoke sparc_expand_move.
548         * config/sparc/predicates.md (input_operand): Reorder tests.
549
550 2005-05-23  Jan Beulich  <jbeulich@novell.com>
551
552         * gthr-posix.h (__gthread_recursive_mutex_init_function): Add
553         missing return statement.
554
555 2005-05-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
556
557         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Use
558         emit_move_insn for moves to TFmode stack slots.
559
560 2005-05-21  Richard Guenther  <rguenth@gcc.gnu.org>
561
562         * tree-stdarg.c (execute_optimize_stdarg): Handle references
563         to va_list of the form &va[0].
564
565 2005-05-20  Jan Hubicka  <jh@suse.cz>
566
567         * Makefile.in (insn-emit.o): Add basic-block.h dependency.
568         * genemit.c (main): Make insn-emit to include basic-block.h too.
569
570 2005-05-20  Jan Hubicka  <jh@suse.cz>
571
572         * cgraphunit.c (cgraph_expand_function): Force function being lowered.
573
574 2005-05-19  Richard Henderson  <rth@redhat.com>
575
576         * config/alpha/alpha.c (emit_unlikely_jump, emit_load_locked,
577         emit_store_conditional): Split out from ...
578         (alpha_split_atomic_op): ... here.
579         (alpha_split_compare_and_swap): New; extract from .md file.
580         (alpha_split_lock_test_and_set): Likewise.
581         * config/alpha/alpha-protos.h: Update.
582         * config/alpha/sync.md (sync_compare_and_swap<I48MODE>): Move
583         split code into alpha.c.
584         (sync_lock_test_and_set<I48MODE>): Likewise.
585
586 2005-05-19  Richard Henderson  <rth@redhat.com>
587
588         * unwind.h, unwind-pe.h: Revert gcc_unreachable change of 05-17.
589
590 2005-05-19  Richard Henderson  <rth@redhat.com>
591
592         * config/i386/sse.md (mulv4si3): Use all register inputs.
593         (mulv2di3): Likewise.
594
595 2005-05-19  Richard Guenther  <rguenth@gcc.gnu.org>
596
597         * tree-ssa-loop-ivopts.c (determine_base_object): Use
598         build_fold_addr_expr to generate trees of correct type.
599         Use fold_buildN if possible.
600
601 2005-05-19  Jan Hubicka  <jh@suse.cz>
602
603         * basic-block.h (REG_BR_PROB_BASE): Define.
604         * cgraph.c (cgraph_create_edge): Initialize loop_nest and count.
605         (dump_cgraph_node): Dump count.
606         (cgraph_clone_edge): Rescale counts.
607         (cgraph_clone_node): Likewise.
608         * cgraph.h: Include basic-block.h
609         (cgraph_node): Add count.
610         (cgraph_edge): Add count and loop_nest.
611         (cgraph_node, cgraph_edge, cgraph_clone_edge, cgraph_clone_node):
612         Update prototypes.
613         * cgraphunit.c: Kill now redundant inlining comment.
614         (cgraph_create_edges): Make static, maintain current basic block;
615         fix pasto.
616         (record_call_1): Fill in new fields.
617         * ipa-inline.c (cgraph_clone_inlined_nodes): Update call of
618         cgraph_clone_node.
619         (cgraph_decide_recursive_inlining): Likewise.
620         * rtl.h (REG_BR_PROB_BASE): Kill.
621         * tree-inline.c (copy_body_r): Update call of cgraph_clone_edge.
622         (expand_call_inline): Update call of cgraph_create_edge.
623         * tree-optimize.c (tree_rest_of_compilation): Likewise.
624
625 2005-05-19  Nick Clifton  <nickc@redhat.com>
626
627         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use the
628         new rs6000_explicit_options structure.
629
630 2005-05-19  Richard Henderson  <rth@redhat.com>
631
632         PR target/21390
633         * config/alpha/alpha.c (alpha_emit_conditional_branch): Move 
634         TFmode code swapping ...
635         (alpha_emit_xfloating_compare): ... here.
636         (alpha_emit_setcc): Update to match.
637         (alpha_lookup_xfloating_lib_func): Assert TARGET_HAS_XFLOATING_LIBS.
638
639 2005-05-19  Richard Henderson  <rth@redhat.com>
640
641         PR target/21657
642         * config/ia64/ia64.c (ia64_expand_tls_address): Remove extra
643         memory indirection in local-dynamic case.
644
645 2005-05-18  Jie Zhang  <jie.zhang@analog.com>
646             Bernd Schmidt  <bernd.schmidt@analog.com>
647
648         * config/bfin/bfin.c (branch_dest): Add comment why it's
649         necessary.
650         * config/bfin/bfin.md (attr "length" default): Change the offset of
651         forward conditional branch of length 4 from 4096 to 4092.
652
653 2005-05-19  Jan Beulich  <jbeulich@novell.com>
654
655         * unwind-compat.c: Include tconfig.h and tsystem.h.
656         * unwind-dw2-fde-compat.c: Likewise.
657
658 2005-05-18  Richard Henderson  <rth@redhat.com>
659
660         PR 21541
661         * ifcvt.c (noce_process_if_block): Avoid conversion when the
662         memory destination is readonly.
663
664 2005-05-18  Richard Henderson  <rth@redhat.com>
665
666         PR 21541
667         * tree-ssa-operands.c (opf_non_specific): New.
668         (get_asm_expr_operands): Set it.
669         (add_call_clobber_ops, add_call_read_ops): Likewise.
670         (add_stmt_operand): Test it instead of opf_kill_def when
671         considering unmodifiable variables.
672
673         * tree-ssa-operands.c (get_expr_operands): Fix exact test.
674
675 2005-05-19  Kazu Hirata  <kazu@cs.umass.edu>
676
677         * cfgexpand.c, tree-cfg.c, tree-inline.c, tree-optimize.c,
678         tree-ssa-forwprop.c: Fix comment typos.
679         * doc/invoke.texi: Fix a typo.
680
681 2005-05-18  Richard Henderson  <rth@redhat.com>
682
683         * config.gcc (powerpc-*-linux*): Include linux64.opt when
684         including linux64.h.
685
686 2005-05-18  Richard Henderson  <rth@redhat.com>
687
688         * tree-cfg.c (pass_remove_useless): Revert last change.
689         * tree-optimize.c (init_tree_optimization_passes): Initialize
690         all_lowering_passes with PROP_gimple_any.
691
692 2005-05-18  Devang Patel  <dpatel@apple.com>
693
694         * config/rs6000/rs6000.md (insvsi_internal1): Subtract shift from
695         the mask end.
696         
697 2005-05-18  Richard Henderson  <rth@redhat.com>
698
699         * tree-ssa-forwprop.c (cfg_changed): New.
700         (tidy_after_forward_propagate_addr): New.
701         (forward_propagate_addr_expr): Use it, and fold_stmt_inplace.
702         (forward_propagate_addr_into_variable_array_index): Likewise.
703         (tree_ssa_forward_propagate_single_use_vars): Cleanup cfg if
704         edges were removed.
705
706 2005-05-18  Geoffrey Keating  <geoffk@apple.com>
707
708         * dummy-checksum.c: New.
709         * genchecksum.c: New.
710         * c.opt (print_pch_checksum): New flag.
711         * c-pch.c (struct c_pch_validity): Make much shorter.
712         (no_checksum): New.
713         (host_machine): Remove.
714         (target_machine): Remove.
715         (get_ident): Change PCH version number.
716         (pch_init): When -fverbose-asm, print out the compiler fingerprint.
717         Don't put triplets or version string in PCH validity data.
718         Do put the compiler checksum in the validity data.
719         (c_common_valid_pch): Don't check triplets or version string.  Do
720         check checksum.
721         (c_common_print_pch_checksum): New.
722         * c-opts.c (c_common_handle_option): Add OPT_print_pch_checksum.
723         Print fingerprint with -v.
724         * c-common.h (c_common_print_pch_checksum): New.
725         (executable_checksum): New.
726         * Makefile.in (STAGEMOVESTUFF): Add cc1*-dummy, *-checksum.c.
727         (cc1-dummy): New rule.
728         (cc1-checksum.c): New rule.
729         (cc1-checksum.o): New rule.
730         (cc1): Add checksum support.
731         (build/genchecksum): New.
732         (build/genchecksum.o): New.
733         (dummy-checksum.o): New.
734         (genobjnames): Add genchecksum.o.
735         (mostlyclean): Remove *-checksum.c.
736         (gnucompare): Add libgcc to list of directories checked.
737         Make comparison problems in libgcc/ and with checksum files only
738         be warnings.
739         * doc/invoke.texi (Precompiled Headers): Remove caution.
740         Document that it must be the exact same binary.  Add a few
741         known-safe flags to the list.
742
743         * rs6000/predicates.md (fix_trunc_dest_operand): New.
744         * rs6000/rs6000.md (fix_truncdfsi2): Use fix_trunc_dest_operand.
745         Check that a memory operand is valid before trying to use it.
746         
747         * tree-cfg.c (pass_remove_useless): This pass works on trees.
748
749 2005-05-18  Richard Guenther  <rguenth@gcc.gnu.org>
750
751         * tree.c (build1_stat): Don't try to handle two-operand
752         tree codes.
753
754 2005-05-18  Richard Sandiford  <rsandifo@redhat.com>
755
756         * config.gcc (sh*-*-*): Define SUPPORT_* macros to 1.
757         * config/sh/sh.h: Update mask names throughout.
758         (target_flags, ISIZE_BIT, DALIGN_BIT, SH1_BIT, SH2_BIT, SH3_BIT)
759         (SH_E_BIT, HARD_SH4_BIT, FPU_SINGLE_BIT, SH4_BIT, SH4A_BIT, FMOVD_BIT)
760         (SH5_BIT, SPACE_BIT, BIGTABLE_BIT, RELAX_BIT, USERMODE_BIT)
761         (HITACHI_BIT, NOMACSAVE_BIT, PREFERGOT_BIT, PADSTRUCT_BIT)
762         (LITTLE_ENDIAN_BIT, IEEE_BIT, SAVE_ALL_TR_BIT, HARD_SH2A_BIT)
763         (HARD_SH2A_DOUBLE_BIT, INDEXED_ADDRESS_BIT, PT_FIXED_BIT)
764         (INVALID_SYMBOLS_BIT, ADJUST_UNROLL_BIT, TARGET_DUMPISIZE)
765         (TARGET_ALIGN_DOUBLE, TARGET_SH1, TARGET_SH2, TARGET_SH3)
766         (TARGET_HARD_SH4, TARGET_FPU_SINGLE, TARGET_SH5, TARGET_FMOVD)
767         (TARGET_IEEE, TARGET_SMALLCODE, TARGET_BIGTABLE, TARGET_RELAX)
768         (TARGET_HITACHI, TARGET_NOMACSAVE, TARGET_PADSTRUCT)
769         (TARGET_LITTLE_ENDIAN, TARGET_USERMODE, TARGET_PREFERGOT)
770         (TARGET_SAVE_ALL_TARGET_REGS, TARGET_ALLOW_INDEXED_ADDRESS)
771         (TARGET_PT_FIXED, TARGET_INVALID_SYMBOLS, TARGET_ADJUST_UNROLL)
772         (TARGET_SWITCH_SH1, TARGET_SWITCH_SH2, TARGET_SWITCH_SH2E)
773         (TARGET_SWITCH_SH2A, TARGET_SWITCH_SH2A_SINGLE_ONLY)
774         (TARGET_SWITCH_SH2A_SINGLE, TARGET_SWITCH_SH2A_NOFPU)
775         (TARGET_SWITCH_SH3, TARGET_SWITCH_SH3E, TARGET_SWITCH_SH4_SINGLE_ONLY)
776         (TARGET_SWITCH_SH4_SINGLE, TARGET_SWITCH_SH4_NOFPU, TARGET_SWITCH_SH4)
777         (TARGET_SWITCH_SH4A, TARGET_SWITCH_SH4A_SINGLE_ONLY)
778         (TARGET_SWITCH_SH4A_SINGLE, TARGET_SWITCH_SH4A_NOFPU)
779         (TARGET_SWITCH_SH4AL, TARGET_SWITCH_SH5_64MEDIA)
780         (TARGET_SWITCH_SH5_64MEDIA_NOFPU, TARGET_SWITCHES_SH5_32MEDIA)
781         (TARGET_SWITCHES_SH5_32MEDIA_NOFPU, TARGET_SWITCH_SH5_32_ANY_EXTRA)
782         (TARGET_SWITCH_SH5_MEDIA_ANY_EXTRA, TARGET_SWITCHES)
783         (SUBTARGET_SWITCHES): Delete.
784         (TARGET_SH2E, TARGET_SH2A, TARGET_SH2A_SINGLE, TARGET_SH2A_DOUBLE)
785         (TARGET_SH3E, TARGET_CACHE32, TARGET_SUPERSCALAR, TARGET_HARVARD)
786         (TARGET_FPU_DOUBLE, TARGET_SH4A_ARCH, TARGET_SHMEDIA32)
787         (TARGET_SHMEDIA64): Redefine using other TARGET_* macros.
788         (TARGET_SH4): Undefine options.h definition and check MASK_SH1 as well.
789         (SUPPORT_SH1, SUPPORT_SH2E, SUPPORT_SH4, SUPPORT_SH4_SINGLE)
790         (SUPPORT_SH2A, SUPPORT_SH2A_SINGLE): Make numeric.
791         (SUPPORT_SH2): Define to 1 if SUPPORT_SH1.
792         (SUPPORT_SH3): Likewise SUPPORT_SH2.
793         (SUPPORT_SH4_NOFPU): Likewise SUPPORT_SH3.
794         (SUPPORT_SH4A_NOFPU, SUPPORT_SH4AL, SUPPORT_SH2A_NOFPU): Likewise
795         SUPPORT_SH4_NOFPU.
796         (SUPPORT_SH3E): Likewise SUPPORT_SH2E.
797         (SUPPORT_SH4_SINGLE_ONLY, SUPPORT_SH4A_SINGLE_ONLY)
798         (SUPPORT_SH2A_SINGLE_ONLY): Likewise SUPPORT_SH3E.
799         (SUPPORT_SH4A): Likewise SUPPORT_SH4.
800         (SUPPORT_SH4A_SINGLE): Likewise SUPPORT_SH4_SINGLE.
801         (SUPPORT_SH5_32MEDIA): Likewise SUPPORT_SH5_COMPACT.
802         (SUPPORT_SH5_32MEDIA_NOFPU): Likewise SUPPORT_SH5_COMPACT_NOFPU.
803         (SUPPORT_ANY_SH5_32MEDIA, SUPPORT_ANY_SH5_64MEDIA)
804         (SUPPORT_ANY_SH5): New macros.
805         (TARGET_NONE): Replace with...
806         (MASK_ARCH): ...this new macro.
807         * config/sh/elf.h: Update mask names
808         * config/sh/linux.h: Likewise.
809         * config/sh/little.h: Likewise.
810         * config/sh/netbsd-elf.h: Likewise.
811         * config/sh/symbian-pre.h: Likewise.
812         * config/sh/sh.c (sh_handle_option): New function.
813         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
814         (calc_live_regs): Use MASK_FPU_SINGLE instead of FPU_SINGLE_BIT.
815         (sh_target_switches, target_switches): Delete.
816         (sh_pch_valid_p): Check for specific differences in the target_flags
817         settings.
818         (sh_init_cumulative_args): Use MASK_HITACHI instead of HITACHI_BIT.
819         * config/sh/sh.opt: New file.
820
821 2005-05-18  Richard Henderson  <rth@redhat.com>
822
823         PR target/21632
824         * config/ia64/ia64.c (ia64_extra_constraint) <'T'>: Use
825         small_addr_symbolic_operand.
826
827 2005-05-18  Jeff Law  <law@redhat.com>
828
829         * tree-ssa-forwprop.c (forward_propagate_addr_expr): Do not
830         propagate an ADDR_EXPR if the definition and use sites are
831         in different EH regions.
832
833 2005-05-18  Ian Lance Taylor  <ian@airs.com>
834
835         * read-rtl.c (mode_attr_index): Use obstack_grow0, not
836         obstack_grow.
837
838 2005-05-18  Daniel Berlin  <dberlin@dberlin.org>
839
840         * cfgrtl.c (purge_dead_edges): Don't remove fake edges.
841
842 2005-05-18  Daniel Berlin  <dberlin@dberlin.org>
843         
844         Fix PR tree-optimization/21407
845
846         * tree-ssa-operands.c (note_addressable): Change
847         COMPONENT_REF handling in response to aliasing
848         discussion.
849
850 2005-05-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
851
852         * config/sparc/sol2.h (TARGET_DEFAULT): Add back MASK_APP_REGS.
853         * config/sparc/sol2-64.h (TARGET_DEFAULT): Likewise.
854         * config/sparc/sp-elf.h (TARGET_DEFAULT): Delete.
855         * doc/invoke.texi (SPARC options): Document that -mapp-regs is
856         the default on Solaris too.
857
858 2005-05-17  Daniel Berlin  <dberlin@dberlin.org>
859
860         * tree-ssa-pre.c (find_or_generate_expression): CALL_EXPR
861         is okay too.
862
863 2005-05-17  Zdenek Dvorak  <dvorakz@suse.cz>
864
865         * timevar.def (TV_SCEV_CONST): New timevar.
866         * tree-optimize.c (init_tree_optimization_passes): Add
867         pass_scev_cprop.
868         * tree-pass.h (pass_scev_cprop): Declare.
869         * tree-scalar-evolution.c (scev_const_prop): New function.
870         * tree-scalar-evolution.h (scev_const_prop): Declare.
871         * tree-ssa-loop.c (gate_scev_const_prop, pass_scev_cprop):
872         New.
873         * tree-cfg.c (replace_uses_by): Export.
874         * tree-flow.h (replace_uses_by): Declare.
875
876 2005-05-17  Ziemowit Laski  <zlaski@apple.com>
877             Mike Stump  <mrs@apple.com>
878
879         Yet more Objective-C++...
880
881         * c-common.h (objc_finish_try_stmt): Add.
882         (objc_build_synchronized): Add.
883         (objc_generate_write_barrier): Add.
884         * stub-objc.c (objc_build_synchronized): Add return value.
885         (objc_finish_try_stmt): Likewise.
886         (objc_generate_write_barrier): Add.
887
888         * c-common.h (objc_rewrite_function_call): Add.
889         * c-typeck.c (build_function_call): Allow objc to rewrite
890         FUNCTION_DECLs.
891         (build_modify_expr): Allow objc to generate write barriers.
892         * c.opt (Wassign-intercept): Add.
893         (Wstrict-selector-match): Add.
894         (fobjc-call-cxx-cdtors): Add.
895         (fobjc-direct-dispatch): Add.
896         (fobjc-gc): Add.
897         * dbxout.c (get_lang_number): Add Objective-C++ support.
898         * doc/invoke.texi (-fobjc-call-cxx-cdtors): Likewise.
899         (-Wstrict-selector-match): Likewise.
900         (-fobjc-direct-dispatch): Likewise.
901         (-Wassign-intercept): Likewise.
902         (Overall Options): Likewise.
903         * gengtype.c (get_output_file_with_visibility): Likewise.
904         * stub-objc.c (objc_rewrite_function_call): Add.
905         * config/darwin.h (ASM_OUTPUT_LABELREF): Improved quoting support.
906
907         * c-common.c (flag_objc_exceptions): Remove.
908         (flag_objc_sjlj_exceptions): Remove.
909         * c-decl.c (objc_mark_locals_volatile): Don't change decls
910         that are already ok.
911         * c-opts.c (c_common_handle_option, case
912         OPT_fobjc_exceptions): Remove.
913         (case OPT_fobjc_sjlj_exceptions): Remove
914         * c.opt (fobjc-call-cxx-cdtors): Have opt create the flag.
915         (fobjc-exceptions): Likewise.
916         (fobjc-sjlj-exceptions): Likewise.
917         * config/rs6000/darwin.h (OFFS_MSGSEND_FAST): Add.
918         (OFFS_ASSIGNIVAR_FAST): Add.
919         
920 2005-05-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
921
922         * config/sparc/sparc.md (movhi): Do not test constness
923         of operand #1 twice.
924         (movsi): Likewise.
925         (movdi): Unconditionally accept zero as second operand
926         when the first is memory.
927         (movdi_insn_sp32): Handle above case.
928         (DImode splitter): Use predicates.
929         (DImode splitter): Use const_zero_operand predicate.
930         (movsf_insn): Swap 2 alternatives.
931
932 2005-05-17  Zdenek Dvorak  <dvorakz@suse.cz>
933
934         * tree-ssa-loop-ivopts.c (find_bivs, find_givs_in_stmt_scev): Apply
935         expand_simple_operations to bases of the ivs.
936         (tree_int_cst_sign_bit): Export.
937         * tree-flow.h (expand_simple_operations): Declare.
938         * tree-ssa-loop-niter.c (number_of_iterations_cond): Use
939         tree_int_cst_sign_bit.
940         (expand_simple_operations): Export.
941         * tree.h (tree_int_cst_sign_bit): Declare.
942
943 2005-05-17  Zdenek Dvorak  <dvorakz@suse.cz>
944
945         * tree-cfg.c (tree_can_merge_blocks_p): Allow phi nodes in the
946         merged block.
947         (replace_uses_by): New function.
948         (tree_merge_blocks): Eliminate the phi nodes in the merged block.
949         * tree-flow.h (fold_stmt_inplace): Declare.
950         * tree-ssa-ccp.c (fold_stmt_inplace): New function.
951         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Update dominance
952         info after cfg cleanup.
953
954 2005-05-17  Zdenek Dvorak  <dvorakz@suse.cz>
955
956         * cfgloop.h (just_once_each_iteration_p): Declaration changed.
957         * cfgloopanal.c (just_once_each_iteration_p): Make the loop argument
958         const.
959
960 2005-05-17  Zdenek Dvorak  <dvorakz@suse.cz>
961
962         * ggc-page.c (ggc_alloc_stat): Record amount of memory allocated.
963         * ggc-zone.c (ggc_alloc_zone_1): Ditto.
964         * timevar.c (timevar_ggc_mem_total): New variable.
965         (GGC_MEM_BOUND): New constant.
966         (get_time): Record ggc memory status.
967         (timevar_accumulate): Accumulate amount of ggc memory.
968         (timevar_print): Print consumption of ggc memory.
969         * timevar.def (TV_FIND_REFERENCED_VARS, TV_TREE_REDPHI,
970         TV_TREE_LOOP_BOUNDS, TV_TREE_LOOP_IVCANON, TV_TREE_VECTORIZATION,
971         TV_TREE_LINEAR_TRANSFORM): Shorten strings to fit in 22 characters.
972         * timevar.h (struct timevar_time_def): Add ggc_mem field.
973         (timevar_ggc_mem_total): Declare.
974
975 2005-05-17  Kazu Hirata  <kazu@cs.umass.edu>
976
977         * tree-into-ssa.c (update_ssa): Clean up by shortening the
978         live range of DFS.
979
980 2005-05-17  Hans-Peter Nilsson  <hp@axis.com>
981
982         * config/cris/cris.md (ncond, ocode, rcond): Remove separate
983         define_code_attr.
984         ("b<ncond:code>", "b<ocond:code>", "b<rcond:code>")
985         ("*b<ncond:code>_reversed", "*b<ocond:code>_reversed")
986         ("*b<rcond:code>_reversed", "s<ncond:code>", "s<rcond:code>")
987         ("s<ocond:code>"): Rename from respectively "b<ncond>",
988         "b<ocond>", "b<rcond>", ("*b<ncond>_reversed",
989         "*b<ocond>_reversed", "*b<rcond>_reversed", "s<ncond>",
990         "s<rcond>" and "s<ocond>".
991         ("b<ocond:code>", "*b<ocond:code>_reversed")
992         ("*b<rcond:code>_reversed"): Remove extraneous backslashes in
993         output statement section.
994
995 2005-05-17  Roger Sayle  <roger@eyesopen.com>
996
997         * c-typeck.c (common_type): Also handle BOOLEAN_TYPEs.
998
999 2005-05-17  Steven Bosscher  <stevenb@suse.de>
1000             Stuart Hastings <stuart@apple.com>
1001             Jan Hubicka  <jh@suse.cz>
1002             Dale Johannesen  <dalej@apple.com>
1003
1004         * cgraph.h (cgraph_node): Add 'lowered' state.
1005         (cgraph_lower_function): Declare.
1006         * cgraphunit.c (cgraph_finalize_function): Initialize lowered flag.
1007         (cgraph_lower_function): New function.
1008         (cgraph_create_edges): Deal with lowered function bodies.
1009         (verify_cgraph_node): Likewise.
1010         (cgraph_analyze_function): Do lowering job.
1011         (cgraph_build_static_cdtor): Likewise.
1012         * function.h (struct function): Add saved_eh and saved_cfg.
1013         * integrate.c (copy_decl_for_inlining): Kill LABEL_DECL_UID field.
1014         * tree-cfg.c (fold_cond_expr_cond): Export.
1015         * tree-flow.h (fold_cond_expr_cond): Declare.
1016         * tree-inline.c: Include basic-block, ggc, tree-flow, except.h and
1017         pointer-set.
1018         (struct_inline_data): Kill fnd, first_inlined_fn, ret_label,
1019         in_target_cleanup_p, tree_pruner, tsi; add callee, caller and
1020         callee_cfun, block, eh_region, eh_region_offset.
1021         (inlining_p): New predicate.
1022         (remap_decl): Update for new inline_data; declare newly created inline
1023         vars in low gimple way.
1024         (copy_body_r): Update for new datastructure, simplify some of handling
1025         when we are in gimple; remap LABEL_DECLs for EH; copy TREE_BLOCK;
1026         deal with RESX_EXPRs.
1027         (copy_bb): New.
1028         (copy_edges_for_bb): Likewise.
1029         (remap_decl_1): New.
1030         (copy_cfg_body): New.
1031         (copy_generic_body): Rewrite to work on low gimple.
1032         (copy_body): Turn into simple wrapper around copy_cfg_body.
1033         (setup_one_parameter): Insert new statements into given basic block.
1034         (initialize_initialized_parameters): Likewise, reorganize way things are
1035         gimplified.
1036         (declare_return_variable): Update for new inline data datastructure.
1037         (inline_forbidden_p): Work on low gimple.
1038         (estimate_num_insns): Likewise.
1039         (expand_call_inline): Work on CFG.
1040         (push_cfun, pop_cfun): New functions.
1041         (cfun_stack): New stack.
1042         (add_lexical_block): New function.
1043         (gimple_expand_calls_inline): Work on basic block.
1044         (optimize_inline_calls): Likewise.
1045         (clone_body, save_body, unsave_ewpr_now): Update for new
1046         datastructures.
1047         (declare_inline_vars): Work on block instead of bind_expr.
1048         (inlining_p): New predicate.
1049         * tree-inline.h (push_cfun, pop_cfun): Declare.
1050         * tree-optimize.c: Include except.h
1051         (all_lowering_passes): New variable.
1052         (execute_fixup_cfg, pass_fixup_cfg): New pass.
1053         (init_tree_optimization_passes): Move some to all_lowering_passes.
1054         (tree_lowering_passes): New function.
1055         (tree_rest_of_compilation): Register cfg hooks; save/unsave eh.
1056         * tree-pass.h (tree_lowering_passes): Declare
1057
1058 2005-05-17  Nathan Sidwell  <nathan@codesourcery.com>
1059
1060         * unwind-dw2-fde-darwin.c: Include tsystem.h.
1061
1062 2005-05-17  Jeff Law  <law@redhat.com>
1063
1064         * Makefile.in (tree-ssa-forwprop.o): Depend on langhooks.h.
1065         * tree-ssa-forwprop.c: Include langhooks.h.
1066         (forward_propagate_addr_expr_into_variable_array_index): New.
1067         (forward_propagate_addr_expr): New.
1068         (tree_ssa_forward_propagate_single_use_vars): Loop over all
1069         the statements in the block instead of just the last statement.
1070         Call forward_propagate_addr_expr as needed.
1071         (pass_forwprop): Update the SSA graph after forward propagation is
1072         complete.
1073
1074 2005-05-17  Nathan Sidwell  <nathan@codesourcery.com>
1075
1076         * unwind-dw2-fde-glibc.c (base_from_cb_data,
1077         _Unwind_IteratePhdrCallback): Use gcc_assert and gcc_unreachable as
1078         appropriate.
1079         * unwind-dw2-fde.c (__deregister_frame_info_bases,
1080         base_from_object, fde_split, end_fde_sort): Likewise.
1081         * unwind-dw2.c (_Unwind_GetGR, _Unwind_SetGR, execute_stack_op, 
1082         execute_cfa_program, _Unwind_SetSpColumn, uw_update_context_1,
1083         uw_init_context_1): Likewise.
1084         * unwind.inc (_Unwind_RaiseException_Phase2, _Unwind_Resume,
1085         _Unwind_Resume_or_Rethrow): Likewise.
1086         * unwind-pe.h (__gxx_abort): Do not define.
1087         (size_of_encoded_value, base_of_encoded_value,
1088         read_encoded_value_with_base): Use gcc_unreachable.
1089         * unwind.h (_Unwind_GetTextRelBase): Likewise.
1090
1091 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
1092
1093         * config/arm/lib1funcs.asm (cfi_pop, cfi_push, cfi_start)
1094         (cfi_end): New macros.
1095         (RETLDM): Use cfi_pop.  Expect an eight byte stack frame.
1096         (ARM_LDIV0, THUMB_LDIV0, DIV_FUNC_END): Use CFI macros.  Create
1097         an eight byte stack frame.
1098         (__NR_tkill): Define.
1099         (__div0): Use gettid tkill on GNU/Linux.
1100         (_arm_return): Add CFI.
1101         (Lchange_\register, .Lchange_lr): Create an eight byte stack frame.
1102
1103 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
1104
1105         * configure.ac: Remove spaces around assignment to
1106         gcc_cv_ld_sysroot.
1107         * configure: Regenerated.
1108
1109 2005-05-17  David Edelsohn  <edelsohn@gnu.org>
1110
1111         * config/rs6000/aix.h (TARGET_ALTIVEC_VRSAVE): Delete.
1112         * config/rs6000/rs6000.c (rs6000_explicit_options): Add
1113         aix_struct_ret.
1114         (rs6000_override_options): Do not protect TARGET_ALTIVEC_VRSAVE.
1115         Modify aix_struct_return variable, not target_flags.
1116         (rs6000_handle_option): Do not protect TARGET_ALTIVEC_VRSAVE.
1117         (rs6000_return_in_memory): Test aix_struct_return.
1118         * config/rs6000/rs6000.opt (maix-struct-return): Convert to
1119         independent variable.  Report mxl-compat.
1120
1121 2005-05-17  Bernd Schmidt  <bernd.schmidt@analog.com>
1122
1123         * config/bfin/bfin.md (eh_return): Add missing DONE.
1124
1125 2005-05-17  Ian Lance Taylor  <ian@airs.com>
1126
1127         * read-rtl.c (struct macro_traverse_data): Add unknown_mode_attr
1128         field.
1129         (mode_attr_index): Remove check for defined attribute.  Remove
1130         infile parameter.  Change all callers.
1131         (apply_mode_maps): Add unknown parameter.  Change caller.  Always
1132         return after finding attribute.
1133         (apply_macro_to_rtx): Add unknown_mode_attr parameter.  Change
1134         callers.
1135         (apply_macro_traverse): Set mtd->unknown_mode_attr.
1136         (read_rtx): Use mtd.unknown_mode_attr to check for an undefined
1137         attribute used for a mode.
1138
1139 2005-05-17  Paolo Bonzini  <bonzini@gnu.org>
1140
1141         * tree-ssa-math-opts.c: New file.
1142
1143 2005-05-17  Paolo Bonzini  <bonzini@gnu.org>
1144
1145         * tree-ssa-math-opts.c: New file.
1146
1147 2005-05-17  Paolo Bonzini  <bonzini@gnu.org>
1148
1149         * Makefile.in: Add tree-ssa-math-opts.c.
1150         * expr.c (expand_expr_real_1) <case RDIV_EXPR>: Never emit as a*(1/b).
1151         * fold-const.c (distribute_real_division): New.
1152         (fold_binary) <case PLUS_EXPR, case MINUS_EXPR>: Use it.
1153         * tree-pass.h (pass_cse_reciprocals): New.
1154         * tree-optimize.c (init_tree_optimization_passes): Run it.
1155         * doc/passes.texi: Document the new pass.
1156
1157 2005-05-17  Richard Guenther  <rguenth@gcc.gnu.org>
1158
1159         PR middle-end/21595
1160         * builtins.c (fold_builtin_constant_p): Handle
1161         &"string cst"[0] as constant.
1162
1163 2005-05-17  Richard Henderson  <rth@redhat.com>
1164
1165         * config/i386/sse.md (mulv16qi3, mulv2di3): New.
1166
1167 2005-05-17  Jakub Jelinek  <jakub@redhat.com>
1168
1169         PR middle-end/21492
1170         * cfgcleanup.c (try_crossjump_to_edge): update_forwarder_flag for
1171         src2 if src2 has been split.
1172
1173         PR tree-optimization/21610
1174         * c-typeck.c (decl_constant_value_for_broken_optimization): If not
1175         returning DECL, call unshare_expr.
1176
1177 2005-05-17  Hans-Peter Nilsson  <hp@axis.com>
1178
1179         * config/cris/cris.md: Unquote preparation and output statements.
1180         (BWD, WD, BW): New, mode-macros.
1181         (S, s, m, mm, nbitsm1): New, mode-attrs.
1182         (szext, shift, shiftrt, ncond, ocond, rcond): New, code-macros.
1183         (u, su, shlr, slr, ncond, ocond, rcond, rCC, oCC, roCC): New,
1184         code-attrs.
1185         ("tst<mode>"): Replace "tstqi", "tsthi" and "tstsi".
1186         ("*cmp_ext<mode>"): Replace "*cmp_extsi" and "*cmp_exthi".
1187         ("*cmp_swapext<mode>"): Replace "*cmp_swapextqi" and
1188         "*cmp_swapexthi".
1189         ("cmp<mode>"): Replace "cmphi" and "cmpqi".
1190         ("movdi"): Move misplaced head comment regarding necessity of
1191         movdi from movsi to here.
1192         ("*mov_side<mode>_biap"): Replace "*mov_sideqi_biap" and
1193         "*mov_sidehi_biap".
1194         ("*mov_side<mode>"): Replace "*mov_sideqi" and "*mov_sidehi".
1195         ("*mov_side<mode>_biap_mem", "*mov_sidehi_biap_mem"): Replace
1196         "*mov_sideqi_biap_mem".
1197         ("*mov_side<mode>_mem"): Replace "*mov_sideqi_mem" and
1198         "*mov_sidehi_mem".
1199         ("*clear_side<mode>_biap"): Replace "*clear_sidesi_biap",
1200         "*clear_sidehi_biap" and "*clear_sideqi_biap".
1201         ("*clear_side<mode>"): Replace "*clear_sidesi", "*clear_sidehi"
1202         and "*clear_sideqi".
1203         ("*ext_side<mode>si_biap"): Replace "*ext_sideqisi_biap" and
1204         "*ext_sidehisi_biap".
1205         ("*ext_side<mode>si"): Replace "*ext_sideqisi" and
1206         "*ext_sidehisi".
1207         ("reload_in<mode>"): Replace "reload_inhi" and "reload_inqi".
1208         ("reload_out<mode>"): Replace "reload_outhi" and "reload_outqi".
1209         ("extend<mode>di2"): Replace "extendhidi2" and "extendqidi2".
1210         ("extend<mode>si2"): Replace "extendhisi2" and "extendqisi2".
1211         ("zero_extend<mode>si2"): Replace "zero_extendhisi2" and
1212         "zero_extendqisi2".
1213         ("*op_side<mode>_biap"): Replace "*op_sideqi_biap",
1214         "*op_sidehi_biap" and "*op_sidesi_biap".
1215         ("*op_side<mode>"): Replace "*op_sideqi", "*op_sidehi" and
1216         "*op_sidesi".
1217         ("*op_swap_side<mode>_biap"): Replace "*op_swap_sideqi_biap",
1218         "*op_swap_sidehi_biap" and "*op_swap_sidesi_biap".
1219         ("*op_swap_side<mode>"): Replace "*op_swap_sideqi",
1220         "*op_swap_sidehi" and "*op_swap_sidesi".
1221         ("sub<mode>3"): Replace "subhi3" and "subqi3", correcting a typo
1222         in the N alternative of "subqi3".
1223         ("*extop<mode>si_side_biap"): Replace "*extopqisi_side_biap" and
1224         "*extophisi_side_biap".
1225         ("*extop<mode>si_side"): Replace "*extopqisi_side" and
1226         "*extophisi_side".
1227         ("*extop<mode>si_swap_side_biap"): Replace
1228         "*extopqisi_swap_side_biap" and "*extophisi_swap_side_biap".
1229         ("*extop<mode>si_swap_side"): Replace "*extopqisi_swap_side" and
1230         "*extophisi_swap_side".
1231         ("*extop<mode>si"): Replace "*extopqisi" and "*extophisi".
1232         ("*extop<mode>si_swap"): Replace "*extopqisi_swap" and
1233         "*extophisi_swap".
1234         ("<u>mul<s><mode>3"): Replace "umulhisi3", "umulqihi3",
1235         "mulqihi3", "mulhisi3" and "mulhisi3".
1236         ("<u>mulsidi3"): Replace "mulsidi3" and "umulsidi3".
1237         ("<su>mulsi3_highpart"): Replace "smulsi3_highpart" and
1238         "umulsi3_highpart".
1239         ("xor<mode>3"): Replace "xorhi3" and "xorqi3".
1240         ("neg<mode>2"): Replace "negsi2", "neghi2" and "negqi2".
1241         ("one_cmpl<mode>2"): Replace "one_cmplhi2" and "one_cmplqi2".
1242         ("<shlr>si3"): Replace "ashrsi3", "lshrsi3" and "ashlsi3".
1243         ("ashr<mode>3"): Replace "ashrhi3" and "ashrqi3".
1244         ("*expanded_<shlr><mode>"): Replace "*expanded_ashrhi",
1245         "*expanded_ashrqi", "*expanded_lshrhi" and "*expanded_lshrqi".
1246         ("*<shlr><mode>_lowpart"): Replace "*ashrhi_lowpart",
1247         "*ashrqi_lowpart", "*lshrhi_lowpart" and "*lshrqi_lowpart".
1248         ("lshr<mode>3"): Replace "lshrhi3" and "lshrqi3".
1249         ("ashl<mode>3"): Replace "ashlhi3" and "ashlqi3".
1250         ("*ashl<mode>_lowpart"): Replace "*ashlqi_lowpart" and
1251         "*ashlhi_lowpart".
1252         ("abs<mode>2"): Replace "abshi2" and "absqi2".
1253         ("b<ncond>"): Replace "beq", "bne", "bgtu", "bltu", "bgeu" and
1254         "bleu".
1255         ("b<ocond>"): Replace "bgt" and "ble".
1256         ("b<rcond>"): Replace "blt" and "bge".
1257         ("*b<ncond>_reversed"): Replace "*beq_reversed", "*bne_reversed",
1258         "*bgtu_reversed", "*bltu_reversed", "*bgeu_reversed" and
1259         "*bleu_reversed".
1260         ("*b<ocond>_reversed"): Replace "*bgt_reversed" and
1261         "*ble_reversed".
1262         ("*b<rcond>_reversed"): Replace "*blt_reversed" and
1263         "*blt_reversed".
1264         ("s<ncond>"): Replace "sgeu", "sltu", "seq", "sgtu", "sleu" and
1265         "sne".
1266         ("s<rcond>"): Replace "sge" and "slt".
1267         ("s<ocond>"): Replace "sgt" and "sle".
1268         ("clear.[bwd] [rx=rx+rz.S2]"): Replace split clear.d
1269         [rx=rx+rz.S2], clear.w [rx=rx+rz.S2] and clear.b [rx=rx+rz.S2].
1270         ("clear.[bwd] [rx=rx+i]"): Replace splits clear.d [rx=rx+i],
1271         clear.w [rx=rx+i] and clear.b [rx=rx+i].
1272
1273 2005-05-17  Jakub Jelinek  <jakub@redhat.com>
1274
1275         * varasm.c (struct constant_descriptor_tree): Add hash field.
1276         (const_desc_hash): Just return hash field.
1277         (const_desc_eq): If hash values are different, return 0 immediately.
1278         (output_constant_def): Compute hash field of temporary key, use
1279         htab_find_slot_with_hash instead of htab_find_slot.  Set hash in
1280         newly built constant descriptor.
1281         (lookup_constant_def): Compute hash field of temporary key, use
1282         htab_find_with_hash instead of htab_find.
1283
1284 2005-05-16  Richard Henderson  <rth@redhat.com>
1285
1286         * config/i386/sse.md (mulv4si3): New.
1287
1288 2005-05-17  Hans-Peter Nilsson  <hp@axis.com>
1289
1290         * config/cris/cris.h (EXTRA_CONSTRAINT_T): Remove FIXME and
1291         tests for noncanonical versions of reg+constant and
1292         reg+reg*{1,2,4}.
1293
1294 2005-05-16  Richard Henderson  <rth@redhat.com>
1295             Steven Bosscher <stevenb@suse.de>
1296
1297         PR tree-opt/21399
1298         * tree-eh.c (maybe_clean_or_replace_eh_stmt): Rename from 
1299         maybe_clean_eh_stmt; take old stmt parameter.  Update EH
1300         region data structure to match replacement.
1301         * tree-flow.h: Update to match.
1302         * tree-ssa-ccp.c (execute_fold_all_builtins): Likewise.
1303         * tree-ssa-dom.c (optimize_stmt): Likewise.
1304         * tree-ssa-pre.c (eliminate): Likewise.
1305         * tree-ssa-propagate.c (substitute_and_fold): Likewise.
1306
1307 2005-05-16  Caroline Tice  <ctice@apple.com>
1308
1309         * bb-reorder.c (verify_hot_cold_block_grouping):  Replace
1310         internal_error with gcc_assert.
1311         * dwarf2out.c (dwarf2out_switch_text_section):  Likewise.
1312         * function.h (struct function): Remove space between "*" and
1313         struct field names.
1314         * varasm.c (initialize_cold_section_name):   Add gcc_assert;
1315         modify to use alloca.
1316         (unlikely_text_section): Add check for flag_function_sections.
1317         (assemble_start_function):  Move call to resolve_section, so it
1318         comes before first call to unlikely_text_section.
1319         (assemble_end_function):  Add test and call to function_section
1320         if appropriate.
1321         
1322 2005-05-16  Roger Sayle  <roger@eyesopen.com>
1323
1324         * c-common.c (c_common_truthvalue_conversion): Use fold_build2
1325         instead of build_binary_op when performing code transformations
1326         to avoid error messages about constructs not it the user's code.
1327
1328 2005-05-16  Kazu Hirata  <kazu@cs.umass.edu>
1329
1330         * tree-ssa-pre.c: Fix a comment typo.
1331
1332 2005-05-16  Richard Henderson  <rth@redhat.com>
1333
1334         PR target/21556
1335         * config/ia64/ia64.md (load_dtpmod, load_ltoff_dtpmod, load_dtprel,
1336         load_dtprel64, load_dtprel22, load_dtprel_gd, load_ltoff_dtprel,
1337         add_dtprel, add_dtprel14, add_dtprel22, load_tprel, load_tprel64,
1338         load_tprel22, load_tprel_ie, load_ltoff_tprel, add_tprel, add_tprel14,
1339         add_tprel22): Remove mode from symbolic operand.
1340
1341 2005-05-16  Richard Sandiford  <rsandifo@redhat.com>
1342
1343         * optc-gen.awk: Include intl.h after the externally-provided files.
1344
1345 2005-05-16  Kazu Hirata  <kazu@cs.umass.edu>
1346
1347         * tree-ssa-copy.c (copy_prop_visit_assignment): Clean up by
1348         folding a COND_EXPR_COND in a nondestructive manner.
1349
1350 2005-05-16  Fariborz Jahanian <fjahanian@apple.com>
1351
1352         * config/rs6000/altivec.md (altivec_vmrghb, altivec_vmrghh, 
1353         altivec_vmrghw, altivec_vmrglb, altivec_vmrglh, altivec_vmrglw):
1354         New values for vec_select definitions and bitmask for element
1355         selection.
1356          
1357 2005-05-16  Kazu Hirata  <kazu@cs.umass.edu>
1358
1359         * dwarf2out.c (used_rtx_varray): Rename to used_rtx_array.
1360         Change the type to VEC(rtx,gc)*.
1361         (mem_loc_descriptor, add_const_value_attributes,
1362         dwarf2out_init): Adjust uses of used_rtx_varray.
1363
1364         * tree-data-ref.c (compute_all_dependences): Change the type
1365         of dependence_relations to VEC(ddr_p,heap)**.
1366         (compute_data_dependences_for_loop): Change the type of
1367         allrelations to VEC(ddr_p,heap)*.
1368
1369 2005-05-16  Richard Sandiford  <rsandifo@redhat.com>
1370
1371         * Makefile.in (options.c): Tell optc-gen.awk to include config.h,
1372         system.h, coretypes.h and tm.h.
1373         (options.o): Update dependencies accordingly.
1374         * optc-gen.awk: Allow header_name to be a list of filenames.
1375         Handle the "Condition" flag.
1376         * opts.h (CL_DISABLED): New flag.
1377         * opts.c (handle_option): Print an error for CL_DISABLED options.
1378         * doc/options.texi: Document the "Condition" option flag.
1379
1380 2005-05-16  Paolo Bonzini  <bonzini@gnu.org>
1381
1382         * tree-inline.c (estimate_num_insns_1): Handle VEC_COND_EXPR.
1383
1384 2005-05-15  Roger Sayle  <roger@eyesopen.com>
1385
1386         * tree-scalar-evolution.c (set_nb_iterations_in_loop): Only
1387         check for TREE_OVERFLOW on INTEGER_CST trees.
1388         * tree-chrec.c (chrec_convert): Only clear TREE_OVERFLOW on
1389         CONSTANT_CLASS_P tree nodes.
1390
1391 2005-05-15  H.J. Lu  <hongjiu.lu@intel.com>
1392
1393         PR target/21551
1394         * config/ia64/ia64.c (ia64_expand_move): Don't add addend twice.
1395
1396 2005-05-15  Daniel Berlin  <dberlin@dberlin.org>
1397             
1398         Fix PR tree-optimization/21576
1399         
1400         * tree-ssa-pre.c (expression_node_pool): New pool.
1401         (comparison_node_pool): Ditto.
1402         (list_node_pool): Ditto.
1403         (pool_copy_list): New function.
1404         (phi_translate): Handle CALL_EXPR.
1405         (valid_in_set): Ditto.
1406         (create_expression_by_pieces): Ditto.
1407         (insert_into_preds_of_block): Ditto.
1408         (insert_aux): Ditto.
1409         (compute_avail): Ditto.
1410         (create_value_expr_from): Handle TREE_LIST and CALL_EXPR.
1411         (can_value_number_call): New function.
1412         (find_leader): Update comment.
1413         (init_pre): Create new pools.
1414         (fini_pre): Free new pools.
1415         (pass_pre): Add TODO_update_ssa for the future when we are going
1416         to need vops.
1417         * tree-vn.c (expressions_equal_p): Handle TREE_LIST.
1418         (set_value_handle): Ditto.
1419         (get_value_handle): Ditto.
1420
1421 2005-05-15  Richard Earnshaw  <richard.earnshaw@arm.com>
1422
1423         * arm.c (thumb_unexpanded_epilogue): Delete unused variable 'mode'.
1424
1425 2005-05-15  Andreas Jaeger  <aj@suse.de>
1426
1427         * gcc.c (pfatal_pexecute): Remove unused local function.
1428
1429 2005-05-15  Richard Sandiford  <rsandifo@redhat.com>
1430
1431         * optc-gen.awk: Remove excess indentation.
1432         * opth-gen.awk: Likewise.
1433
1434 2005-05-14  Kaz Kojima  <kkojima@gcc.gnu.org>
1435
1436         * config/sh/sh.c (sh_output_mi_thunk): Check cfun->cfg instead
1437         of basic_block_info.  Call init_flow and find_basic_blocks
1438         before dbr_schedule if needed.
1439
1440 2005-05-14  Kazu Hirata  <kazu@cs.umass.edu>
1441
1442         * tree-optimize.c (init_tree_optimization_passes): Move
1443         pass_cd_dce in place of the last pass_dce.
1444
1445         PR tree-optimization/21563
1446         * tree-vrp.c (compare_value): Return boolean_false_node when
1447         SSA_NAME in "if (SSA_NAME == CST)" is strictly smaller than or
1448         strictly larger than CST.
1449
1450 2005-05-14  Nathan Sidwell  <nathan@codesourcery.com>
1451             Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1452
1453         * config/vax/vax.c: (print_operand_address) Use gcc_unreachable() and
1454         gcc_assert().
1455         (rev_cond_name) Likewise.
1456         (vax_float_literal) Likewise.
1457         * config/vax/vax.md: Likewise.
1458
1459 2005-05-14  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1460
1461         * config/vax/vax.md: define_constant VAXens AP, FP, SP and PC
1462         registers and use them (specifically the stack pointer).
1463         * config/vax/vax.h: Use above defines right here.
1464
1465         * config/vax/vax.c: (override_options) Remove 'register' keyword.
1466         (split_quadword_operands) Likewise. (rev_cond_name) Likewise.
1467         (vax_float_literal) Likewise. (vax_rtx_costs) Remove trailing
1468         whitespace.
1469         * config/vax/vax.h: Remove 'register' keyword. Misc. whitespace fixes,
1470         mostly removal of trailing spaces...
1471         * config/vax/vax-modes.def: Remove trailing whitespace.
1472
1473         * config/vax/elf.h: Update whitespace.
1474
1475 2005-05-14  Richard Guenther  <rguenth@gcc.gnu.org>
1476
1477         Revert
1478         2005-05-11  Richard Guenther  <rguenth@gcc.gnu.org>
1479         * fold-const.c (fold_indirect_ref_1): Avoid removing
1480         NOP_EXPRs with type qualifiers like const.
1481
1482 2005-05-14  Jan Hubicka  <jh@suse.cz>
1483
1484         Patch by Richard Henderson:
1485         * tree-eh.c (tree_can_throw_internal, tree_can_throw_external):
1486         Handle RESX expressions properly.
1487
1488         * tree-eh.c (record_stmt_eh_region): Use add_stmt_to_eh_region.
1489         (add_stmt_to_eh_region_fn): Nest into CALL_EXPR.
1490         (remove_stmt_from_eh_region_fn): Likewise.
1491
1492         * tree-cfg.c (execute_warn_function_return): Break out noreturn
1493         warning too..
1494         (execute_warn_function_noreturn): ... here.
1495         (pass_warn_function_noreturn): New pass.
1496         * tree-pass.h (pass_warn_function_noreturn): Declare
1497         * tree-optimize.c (init_tree_optimization_passes): Move return
1498         warnings early and add noreturn warnings at place of previous
1499         return warnings.
1500
1501 2005-05-14  Kazu Hirata  <kazu@cs.umass.edu>
1502
1503         * tree-ssa-live.c (tpa_init, tpa_delete, tpa_compact,
1504         root_var_init, type_var_init): Use VEC instead of VARRAY.
1505         * tree-ssa-live.h (tree_partition_associator_d): Change the
1506         type of trees to VEC(tree,heap)*.
1507         (tpa_tree): Use VEC instead of VARRAY.
1508
1509 2005-05-14  Richard Guenther  <rguenth@gcc.gnu.org>
1510
1511         * fold-const.c (div_if_zero_remainder): New function.
1512         (try_move_mult_to_index): Use it.
1513
1514 2005-05-14  Kazu Hirata  <kazu@cs.umass.edu>
1515
1516         * tree-eh.c (leh_tf_state): Change the type of dest_array to
1517         VEC(tree,heap)*.
1518         (maybe_record_in_goto_queue, lower_try_finally_onedest,
1519         lower_try_finally_copy, lower_try_finally_switch,
1520         lower_try_finally): Use VEC instead of VARRAY.
1521
1522 2005-05-14  Hans-Peter Nilsson  <hp@axis.com>
1523
1524         * config/cris/cris.h (Node: Register Classes): Remove obsoleted
1525         comment regarding defined register classes.
1526         (LEGITIMIZE_RELOAD_ADDRESS): Do not define.
1527
1528 2005-05-14  Kazu Hirata  <kazu@cs.umass.edu>
1529
1530         * tree-optimize.c (init_tree_optimization_passes): Move
1531         pass_merge_phi before the first pass_dominator.
1532
1533 2005-05-13  Richard Earnshaw  <richard.earnshaw@arm.com>
1534
1535         * arm.h (INITIALIZE_TRAMPOLINE): Make the call to __clear_cache
1536         unconditional.
1537
1538 2005-05-13  Josh Conner  <jconner@apple.com>
1539
1540         * config/arm/arm.c (arm_size_return_regs): New.
1541         (thumb_unexpanded_epilogue): replace in-line calculation
1542         of return registers with call to arm_size_return_regs.
1543         (use_return_insn): Include test of which registers are
1544         being used to hold return values, to accommodate
1545         vector return values.
1546
1547 2005-05-11  Aldy Hernandez  <aldyh@redhat.com>
1548
1549         * config/rs6000/sysv4.opt (mlittle): Handle.
1550
1551         * config/rs6000/rs6000.c (rs6000_handle_option): Set
1552         target_flags_explicit when appropriate.
1553
1554 2005-05-13  J"orn Rennecke <joern.rennecke@st.com>
1555
1556         PR middle-end/20714:
1557         * optabs.c (no_conflict_data): New struct.
1558         (no_conflict_move_test): New function.
1559         (emit_no_conflict_block): Use it.
1560
1561 2005-05-13  Adam Nemet  <anemet@lnxw.com>
1562
1563         * doc/invoke.texi (Debugging Options): Option
1564         -fdump-translation-unit only works with C++ now.
1565
1566 2005-05-13  Hans-Peter Nilsson  <hp@axis.com>
1567
1568         Replace calls to abort in CRIS port.
1569         * config/cris/cris.h (CRIS_ASSERT): New macro.
1570         * config/cris/cris.md ("*movsi_internal"): Use CRIS_ASSERT and
1571         internal_error instead of abort.
1572         ("movsi"): Ditto.  Unquote preparation statement section.
1573         ("call", "call_value"): Ditto, but use gcc_assert where
1574         appropriate.  Tweak comments.
1575         * config/cris/cris.c (ASSERT_PLT_UNSPEC): Define in terms of
1576         CRIS_ASSERT.
1577         (cris_op_str): Call internal_error, not abort.
1578         (cris_print_operand): Tweak "abort" reference to "die" in comment.
1579         (cris_initial_elimination_offset): Call gcc_unreachable, not abort.
1580         (cris_notice_update_cc): Call internal_error, not abort.
1581         (cris_expand_return, cris_expand_prologue, cris_gen_movem_load)
1582         (cris_emit_movem_store, cris_asm_output_symbol_ref)
1583         (cris_output_addr_const_extra): Use CRIS_ASSERT, don't call abort.
1584         (cris_symbol, cris_got_symbol): Use CRIS_ASSERT instead of
1585         ENABLE_CHECKING-guarded abort call.
1586         (cris_split_movdx): Use CRIS_ASSERT instead of abort with test.
1587         Use internal_error at end of test-chain.
1588
1589 2005-05-13  J"orn Rennecke <joern.rennecke@st.com>
1590
1591         PR rtl-optimization/20769:
1592         * bt-load.c (compute_defs_uses_and_gen): Check for the blockage
1593         pattern emitted by expand_nl_goto_receiver.
1594
1595         PR middle-end/20793:
1596         * integrate.c (allocate_initial_values): Update register liveness
1597         information.
1598
1599 2005-05-13  Josh Conner  <jconner@apple.com>
1600
1601         * arm.c (arm_return_in_memory): Add handling for vector return types.
1602
1603 2005-05-13  David Ung  <davidu@mips.com>
1604
1605         * config/mips/mips.h (processor_type): Add new PROCESSOR_4KP
1606         name.
1607         * config/mips/mips.c: Add 4km alias.
1608         * config/mips/mips.md: Add 4kp to cpu attrib and include 4k.md.
1609         * config/mips/4k.md: New file, add 4Kc/4Kp DFA pipeline
1610         description.
1611
1612 2005-05-13  Jan Hubicka  <jh@suse.cz>
1613
1614         * c-decl.c (finish_function): Suppress "control reaches end of
1615         non-void function" when "no return statement in function
1616         returning non-void" is issued.
1617
1618         * tree-inline.c (copy_body_r): Simplify substituted ADDR_EXPRs.
1619         * tree-optimize.c (pass_gimple): Kill.
1620         (init_tree_optimization_passes): Kill pass_gimple.
1621         * tree-cfg.c (build_tree_cfg): Do verify_stmts to check that we are gimple.
1622         * tree-dump.c (dump_files): Rename .generic to .gimple.*
1623
1624 2005-05-13  J"orn Rennecke <joern.rennecke@st.com>
1625
1626         PR rtl-optimization/20756:
1627         * basic-block.h (PROP_DEAD_INSN): Define.
1628         * flow.c (propagate_one_insn): Set during mark_set_regs call
1629         for a dead insn.
1630         (mark_set_1): Emit a clobber when we are about to delete a dead insn
1631         that kills a live register.
1632
1633 2005-05-13  Adrian Straetling  <straetling@de.ibm.com>
1634
1635         * config/s390/s390.md: ("DBL"): New mode attribute.
1636         ("*movmem_long_64", "*movmem_long_31"): Merge to "*movmem_long".
1637         ("*clrmem_long_64", "*clrmem_long_31"): Merge to "*clrmem_long".
1638         ("*cmpmem_long_64", "*cmpmem_long_31"): Merge to "*cmpmem_long".
1639
1640 2005-05-13  Richard Guenther  <rguenth@gcc.gnu.org>
1641
1642         * c-format.c (check_format_arg): Handle string literals of
1643         the form &"string"[offset].
1644
1645         * g++.dg/warn/format4.C: New testcase.
1646
1647 2005-05-13  Kazu Hirata  <kazu@cs.umass.edu>
1648
1649         * config/mips/3000.md, config/mips/4000.md,
1650         config/mips/4100.md, config/mips/4300.md, config/mips/4600.md,
1651         config/mips/5000.md, config/mips/7000.md, config/mips/9000.md,
1652         config/mips/generic.md, config/pdp11/pdp11.md,
1653         config/sh/crt1.asm, config/sh/lib1funcs.asm,
1654         config/sh/sh-modes.def, config/sh/sh-protos.h,
1655         config/sh/shmedia.md, config/sh/ushmedia.h: Update copyright.
1656
1657 2005-05-13  Richard Henderson  <rth@redhat.com>
1658
1659         * function.c (instantiate_virtual_regs_in_insn): Do not simplify
1660         addition to move unless dest is a register.  Do not skip
1661         instantiation in dest on addition simplification.
1662
1663 2005-05-13  Hans-Peter Nilsson  <hp@axis.com>
1664
1665         * config/cris/cris.c (cris_print_operand) <case 'H'; case
1666         CONST_INT>: Use operand_subword and HOST_WIDE_INT_PRINT_DEC for
1667         output; don't have special case for HOST_BITS_PER_WIDE_INT == 32.
1668
1669 2005-05-13  Jan Hubicka  <jh@suse.cz>
1670
1671         * basic-block.h (FOR_ALL_BB_FN): New macro.
1672         (init_flow): Initialize cfg structure.
1673         * function.c (allocate_struct_function): Do not initialize cfg structure.
1674         * tree-cfg.c (init_empty_tree_cfg): Break out from ...
1675         (build_tree_cfg): ... here.
1676         * tree-flow.h (init_empty_tree_cfg): Declare.
1677
1678 2005-05-12  Steven Bosscher <stevenb@suse.de>
1679
1680         Fix PR tree-optimization/21520
1681         * tree-ssa-pre.c (phi_translate): Use fully_constant_expression
1682         to attempt to fold constants.
1683
1684 2005-05-12  Kaz Kojima  <kkojima@gcc.gnu.org>
1685
1686         * config/sh/sh.c: Declare the prototype of sh_adjust_unroll_max
1687         only when TARGET_ADJUST_UNROLL_MAX is defined.
1688         (general_movsrc_operand): Use the C style comment.
1689         (ua_offset): Use prototype.
1690
1691 2005-05-12  Zdenek Dvorak  <dvorakz@suse.cz>
1692
1693         * tree-ssa-loop-im.c (struct mem_ref): Add field "next".
1694         (struct hmr_data, hoist_memory_reference, memref_del,
1695         struct fmrv_data): Removed.
1696         (hoist_memory_references, free_mem_ref, free_mem_refs): New functions.
1697         (gather_mem_refs, gather_mem_refs_stmt): Add new references to the
1698         list.
1699         (find_more_ref_vops): Traverse the list of memory references.
1700         (determine_lsm_loop): Work with the list of memory references instead
1701         of traversing the hashtable.
1702
1703 2005-05-12  Steven Bosscher  <stevenb@suse.de>
1704             Stuart Hastings <stuart@apple.com>
1705             Jan Hubicka  <jh@suse.cz>
1706
1707         * except.c  (duplicate_eh_region_1, duplicate_eh_region_2,
1708         duplicate_eh_regions): New functions, based on old
1709         implementation removed with RTL inliner.
1710         (reachable_next_level): Modify behaviour pre-inline.
1711         * except.h (duplicate_eh_regions_map, duplicate_eh_regions):
1712         Declare.
1713         * function.h (struct function): Add after_inlining flag.
1714         * tree-optimize.c (tree_rest_of_compilation): Set it.
1715         * tree-eh.c (add_stmt_to_eh_region_fn): Initialize hashtable
1716         when needed.
1717         * tree-cfg.c (label_to_block_fn): Deal with cases where
1718         label was never insterted into code.
1719
1720 2005-05-12  Zack Weinberg  <zack@codesourcery.com>
1721
1722         * doc/cpp.texi: Document that #sccs is a synonym for #ident.
1723
1724 2005-05-12  Daniel Berlin  <dberlin@dberlin.org>
1725
1726         Fix PR tree-optimization/21532
1727         * tree-ssa-pre.c (create_expression_by_pieces): stmt
1728         needs to go onto the inserted_exprs list.
1729
1730 2005-05-12  Ian Lance Taylor  <ian@airs.com>
1731
1732         * c-common.h (statement_code_p): Don't declare.
1733         (STATEMENT_CODE_P): Don't define.
1734         (INIT_STATEMENT_CODES): Don't define.
1735         * c-common.c (statement_code_p): Don't define.
1736
1737 2005-05-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
1738
1739         * config/sparc/sparc.h: Remove dead code.
1740         * config/sparc/sparc.c (sparc_compute_frame_size): Use
1741         FIRST_PARM_OFFSET for the size of the register window area.
1742         (emit_save_regs): Rename into emit_save_or_restore_regs.
1743         Add 'action' parameter.  Use 4095 as upper bound for the offset.
1744         Pass 'action' to save_or_restore_regs.
1745         (emit_restore_regs): Delete.
1746         (sparc_expand_prologue): Call emit_save_or_restore_regs.
1747         (sparc_expand_epilogue): Likewise.
1748         * config/sparc/sparc.md (mode macro P): Move.
1749         (movdi_insn_sp32_v9, movdi_insn_sp32): Swap.
1750         (mov<V32:mode> expander): Move to the top of the V32 section.
1751         (movdf_insn_sp32_v9_no_fpu, movdf_insn_sp32_v9): Swap.
1752         (movtf_insn_sp64_hq, movtf_insn_sp64): Swap.
1753         (sibcall_epilogue): Move.
1754
1755 2005-05-12  Richard Earnshaw  <richard.earnshaw@arm.com>
1756
1757         PR target/21501
1758         * arm.c (arm_gen_constant): Sign-extend intermediate values when
1759         synthesizing a constant of the difference of two immediates.
1760
1761 2005-05-12  Richard Earnshaw  <richard.earnshaw@arm.com>
1762
1763         * arm/vfp.md (negsf2_vfp): Add alternative using integer registers.
1764         (negdf2_vfp): Likewise.  Convert to define_insn_and_split and split
1765         the alternatives using integer registers into the appropriate
1766         primitives.
1767
1768 2005-05-11 Kenneth Zadeck <zadeck@naturalbridge.com>
1769
1770         * bitmap.c (bitmap_elmt_to_freelist, bitmap_element_allocate,
1771         bitmap_elt_clear_from, bitmap_clear): Changed freelist structure.
1772         * bitmap.h: Fixed comments.
1773
1774 2005-05-11  Richard Henderson  <rth@redhat.com>
1775
1776         PR target/21412
1777         * config/ia64/ia64.c (TARGET_CANNOT_FORCE_CONST_MEM): New.
1778         (ia64_cannot_force_const_mem): New.
1779         (tls_symbolic_operand_type): New.
1780         (ia64_legitimate_constant_p): New.
1781         (ia64_expand_load_address): Return true on success.  Improve
1782         checks for when we should not split.
1783         (ia64_expand_tls_address): New addend operand.  Distribute it
1784         as appropriate to the tls_kind.  Delay referencing gp.
1785         (ia64_expand_move): Split symbolic addend as necessary.  Handle
1786         tls symbols with addends.
1787         * config/ia64/ia64-protos.h: Update.
1788         * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): False for r0,
1789         p0, f0, f1, and r13.
1790         (LEGITIMATE_CONSTANT_P): Move to ia64_legitimate_constant_p.
1791         * config/ia64/ia64.md (UNSPEC_DTPMOD): New.
1792         (symbolic_operand splitter): Pass everything through
1793         ia64_expand_load_address and FAIL or DONE as appropriate.
1794         (load_fptr): Only accept after reload.
1795         (load_fptr_internal1, gprel64_offset, load_gprel64, load_symptr_high,
1796         load_symptr_low, load_ltoff_dtpmod,
1797         (load_dtpmod): New.
1798         (load_dtprel): Only accept tls symbols.
1799         (load_dtprel64, load_dtprel22): Likewise.
1800         (load_tprel, load_tprel64, load_tprel22): Likewise.
1801         (load_dtprel_gd, load_ltoff_dtprel, load_tprel_ie): New.
1802         (add_dtprel): Only accept tls symbols.  Canonicalize PLUS.
1803         (add_dtprel14, add_dtprel22): Likewise.
1804         (add_tprel, add_tprel14, add_tprel22): Likewise.
1805         * config/ia64/predicates.md (small_addr_symbolic_operand): New.
1806         (any_offset_symbol_operand, aligned_offset_symbol_operand): New.
1807         (got_symbolic_operand): Check CONST offsets.
1808         (tls_symbolic_operand, ld_tls_symbolic_operand): New.
1809         (ie_tls_symbolic_operand, le_tls_symbolic_operand): New.
1810         (move_operand): Don't handle tls here.  Check CONST offsets.
1811
1812 2005-05-11  Richard Sandiford  <rsandifo@redhat.com>
1813
1814         * config/mips/7000.md (rm7_impy_si_mult): Just match imul and imadd.
1815         Remove hilo_operand check.
1816         (rm7_impy_si_mul): Just match imul3.  Remove hilo_operand check.
1817         * config/mips/predicates.md (hilo_operand): Delete.
1818
1819 2005-05-11  Richard Sandiford  <rsandifo@redhat.com>
1820
1821         * config/mips/sr71k.md, config/mips/7000.md: Reformat.
1822
1823 2005-05-11  Kazu Hirata  <kazu@cs.umass.edu>
1824
1825         PR tree-optimizer/18472
1826         * tree-if-conv.c (tree_if_convert_stmt,
1827         if_convertible_modify_expr_p): Don't handle GOTO_EXPR.
1828
1829 2005-05-11  Jan Hubicka  <jh@suse.cz>
1830
1831         * Makefile.in (tree-eh.o: Kill gt-tree-eh.h dependency.
1832         (GTFILES): add except.h.
1833         * except.c (eh_status): Add throw_stmt_table.
1834         (set_eh_throw_stmt_table, get_eh_throw_stmt_table): New functions.
1835         * except.h (add_stmt_to_eh_region_fn, remove_stmt_from_eh_region_fn,
1836         lookup_stmt_eh_region_fn): Declare.
1837         (throw_stmt_node): New structure.
1838         (set_eh_throw_stmt_table, get_eh_throw_stmt_table): New.
1839         * gengtype.c (open_base_files): Add except.h to inlines.
1840         * tree-eh.c (throw_stmt_node): Kill.
1841         (record_stmt_eh_region): Update.
1842         (add_stmt_to_eh_region_fn): Break out from ...
1843         (add_stmt_to_eh_region): ... here.
1844         (remove_stmt_from_eh_region_fn): Break out from ...
1845         (remove_stmt_from_eh_region): ... here.
1846         (lookup_stmt_eh_region_fn): Break out from ...
1847         (lookup_stmt_eh_region): ... here.
1848         (honor_protect_cleanup_actions): Use build_resx.
1849         (lower_try_finally_onedest): Likewise.
1850         (lower_try_finally_copy): Likewise.
1851         (lower_try_finally_switch): Likewise.
1852         (lower_eh_constructs): Update eh table construction.
1853         * tree.c (build_resx): New.
1854         * tree.h (build_resx): Declare.
1855
1856 2005-05-11  H.J. Lu  <hongjiu.lu@intel.com>
1857
1858         * libgcov.c (gcov_exit): Set prefix_length to 0 if no relocation
1859         is needed.
1860
1861 2005-05-11  Kazu Hirata  <kazu@cs.umass.edu>
1862
1863         * fold-const.c, libgcov.c: Fix comment typos.
1864
1865         * tree-ssa-forwprop.c (forward_propagate_into_cond_1): Remove
1866         redundant code.
1867
1868 2005-05-11  Daniel Jacobowitz  <dan@codesourcery.com>
1869
1870         * config/arm/linux-elf.h (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
1871         * config/arm/arm.h (SUBTARGET_FRAME_POINTER_REQUIRED): Provide
1872         default definition.
1873         (FRAME_POINTER_REQUIRED): Use SUBTARGET_FRAME_POINTER_REQUIRED.
1874
1875 2005-05-11  Nathan Sidwell  <nathan@codesourcery.com>
1876
1877         PR bootstrap/21481
1878         * crtstuff.c: Include auto-host.h again, for now.
1879
1880 2005-05-11  Richard Sandiford  <rsandifo@redhat.com>
1881
1882         * config/mips/24k.md: Remove trailing whitespace.
1883
1884 2005-05-11  David Ung  <davidu@mips.com>
1885
1886         * config/mips/mips.md (type): Add imul3.
1887         (length, hazard, may_clobber_hilo): Check for imul3.
1888         (mulsi3_mult3, muldi3_mult3, *muls, <su>mulsi3_highpart_mulhi_internal)
1889         (*<su>mulsi3_highpart_neg_mulhi_internal): Set attr to imul3.
1890         * config/mips/24k.md (r24k_int_mul3): Enable this reservation
1891         for a 3 operand mul and its bypasses.
1892         * config/mips/3000.md (r3k_imul): Add imul3 to reservations.
1893         * config/mips/4000.md (r4k_imul): Likewise.
1894         * config/mips/4100.md (r4100_imul_si, r4100_imul_di):  Likewise.
1895         * config/mips/4130.md (vr4130_class, vr4130_mulsi)
1896         (vr4130_muldi): Likewise.
1897         * config/mips/4300.md (r4300_imul_si, r4300_imul_di): Likewise.
1898         * config/mips/4600.md (r4600_imul, r4650_imul): Likewise.
1899         * config/mips/5000.md (r5k_imul_si, r5k_imul_di): Likewise.
1900         * config/mips/5400.md (ir_vr54_imul_si, ir_vr54_imul_di)
1901         (ir_vr54_imadd_si): Likewise.
1902         * config/mips/5500.md (ir_vr55_imul_si, ir_vr55_imul_di):  Likewise.
1903         * config/mips/7000.md (rm7_impy_si_mult, rm7_impy_si_mul)
1904         (rm7_impy_di): Likewise.
1905         * config/mips/9000.md (rm9k_mulsi, rm9k_muldi):  Likewise.
1906         * config/mips/generic.md (generic_imul): Likewise.
1907         * config/mips/sb1.md (ir_sb1_mulsi, ir_sb1_muldi): Likewise.
1908         * config/mips/sr71k.md (ir_sr70_imul_si, ir_sr70_imul_di):  Likewise.
1909
1910 2005-05-11  J"orn Rennecke <joern.rennecke@st.com>
1911
1912         PR middle-end/20371:
1913         * tree.h (record_layout_info_s): New member prev_packed.
1914         * stor-layout.c (update_alignment_for_field): Fix comment about
1915         KNOWN_ALIGN.  For MS bitfields, if we start a new run, make sure
1916         we start it properly aligned.
1917         (place_field): At the beginning of a record, pass 0 as KNOWN_ALIGN
1918         to update_alignment_for_field, and recompute it afterwards using
1919         the alignment of the record.
1920         When a packed bitfield precedes an MS bitfield, don't add padding
1921         at the end of the packed bitfield on behalf of the base type of
1922         the packed bit field.
1923         Don't adjust rli->bitpos at the end
1924         of an MS bitfield run if we already adjusted bitpos/offset for an
1925         alignment as large or larger than the bitfield type size.
1926         Take possible record alignment > BIGGEST_ALIGNMENT into account
1927         when calculating actual_align.
1928         Only put packed buit fields into rli->prev_field if they end up
1929         suitably aligned.
1930         Also set rli->remaining_in_alignment when we re-set rli->prev_field.
1931         Update rli->remaining_in_alignment when we have already started a
1932         run of bit fields and we process a packed bit field.
1933
1934 2005-05-11  Sebastian Pop  <pop@cri.ensmp.fr>
1935
1936         * tree-data-ref.c (find_data_references_in_loop): Give up when
1937         the body of the loop contains a CALL_EXPR or an ASM_EXPR: they
1938         may embed arbitrary side effects.
1939         Remove the assumption that GIMPLE form contains a single array
1940         access per statement.
1941         When the statement contains virtual operands, fail if it is not
1942         a MODIFY_EXPR or a CALL_EXPR.
1943         Return after the dont know node is inserted.
1944
1945 2005-05-11  Richard Earnshaw  <richard.earnshaw@arm.com>
1946
1947         * arm.md (negsf2, negdf2): Permit these expands when compiling for VFP.
1948
1949 2005-05-11  Richard Guenther  <rguenth@gcc.gnu.org>
1950
1951         PR middle-end/19807
1952         PR tree-optimization/19639
1953         * fold-const.c (try_move_mult_to_index): Handle INTEGER_CST
1954         and generic summands for char* as s * delta, too, folding &a[i]
1955         CODE x to &a[i CODE x/s].  Use tree_int_cst_equal
1956         for comparison of steps.  Convert types for index addition.
1957         (fold_binary): Adjust the callers to always dispatch to
1958         try_move_mult_to_index.
1959         * tree-ssa-propagate.c (set_rhs): Avoid setting rhs to
1960         expr with non-gimple ARRAY_REF offset.
1961
1962 2005-05-11  Richard Guenther  <rguenth@gcc.gnu.org>
1963
1964         * fold-const.c (fold_indirect_ref_1): Avoid removing
1965         NOP_EXPRs with type qualifiers like const.
1966
1967 2005-05-11  Richard Henderson  <rth@redhat.com>
1968
1969         PR c/21502
1970         * c-decl.c (finish_decl): Propagate the completed array type of
1971         a global variable into the binding.
1972
1973 2005-05-10  Matt Kraai  <kraai@ftbfs.org>
1974
1975         * Makefile.in (gtype-desc.o, build/genautomata.o)
1976         (build/varray.o): Depend on $(VARRAY_H).
1977
1978 2005-05-10  Diego Novillo  <dnovillo@redhat.com>
1979
1980         * tree-optimize.c (init_tree_optimization_passes): Re-organize
1981         optimization passes to do an initial batch of scalar cleanups.
1982
1983 2005-05-10  Ian Lance Taylor  <ian@airs.com>
1984
1985         * read-rtl.c (struct macro_traverse_data): Define.
1986         (map_attr_string): New static function, broken out of
1987         apply_macro_to_string.
1988         (mode_attr_index, apply_mode_maps): New static functions.
1989         (apply_macro_to_string): Call map_attr_string.
1990         (apply_macro_to_rtx): Add mode_maps and infile parameters.  Change
1991         all callers.
1992         (apply_macro_traverse): Expect data to point to a struct
1993         macro_traverse_data.
1994         (read_rtx): Add mode_maps local variable.  Use mode_traverse_data
1995         to pass data through htab_traverse.
1996         (read_rtx_1): Add mode_maps parameter.  Change all callers.
1997         Handle mode names which are attribute strings.
1998         * doc/md.texi (Substitutions): Rename from String Substitutions.
1999         Change references.  Document using attributes as modes.
2000
2001 2005-05-10  Zdenek Dvorak  <dvorakz@suse.cz>
2002
2003         * tree-cfg.c (tree_duplicate_sese_region): Update profile.
2004         * tree-optimize.c (init_tree_optimization_passes) Swap
2005         pass_ch and pass_profile.
2006         * tree-ssa-loop-ch.c (copy_loop_headers): Do not update profile
2007         here.  Remove rewrite_into_loop_closed_ssa call.
2008
2009 2005-05-10  Adrian Straetling  <straetling@de.ibm.com>
2010
2011         * config/s390/s390.c: (s390_const_double_ok_for_constraint_p): New
2012         function.
2013         (legitimate_reload_constant_p): Add check for const double zero.
2014         * config/s390/s390.md: Add comment for constraint letter 'G'.
2015         ("*movdf_64", "*movdf_31", "movsf"): Add constraint and proper
2016         attributes for new case.
2017         * config/s390/s390.h: (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Define it as
2018         s390_const_double_ok_for_constraint_p.
2019         * config/s390/s390-protos.h (s390_const_double_ok_for_constraint_p):
2020         Add prototype.
2021
2022 2005-05-10  Kazu Hirata  <kazu@cs.umass.edu>
2023
2024         PR tree-optimization/21170
2025         * tree-ssa-dom.c, tree-ssa-threadupdate.c: Replace
2026         rewrite_ssa_into_ssa in comments with update_ssa.
2027
2028 2005-05-10  Zdenek Dvorak  <dvorakz@suse.cz>
2029
2030         * tree-ssa-loop-im.c: Include hashtab.h.
2031         (struct mem_ref_loc): New.
2032         (struct mem_ref): Describe the set of references with the same
2033         shape.
2034         (max_stmt_uid, get_stmt_uid, record_mem_ref, free_mem_refs,
2035         maybe_queue_var, fem_single_reachable_address,
2036         for_each_memref, single_reachable_address,
2037         is_call_clobbered_ref, determine_lsm_reg): Removed.
2038         (record_mem_ref_loc, free_mem_ref_locs, determine_lsm_ref,
2039         hoist_memory_reference, memref_hash, memref_eq, memref_del,
2040         gather_mem_refs_stmt, gather_mem_refs, find_more_ref_vops):
2041         New functions.
2042         (rewrite_mem_refs, schedule_sm): Use mem_ref_loc list.
2043         (determine_lsm_loop): Rewritten.
2044         (determine_lsm): Do not set stmt uids.
2045
2046 2005-05-10  Adrian Straetling  <straetling@de.ibm.com>
2047
2048         * config/s390/s390.md: Add comment lines for 'f' and 't' constraint
2049         letters.
2050
2051 2005-05-10  Adrian Straetling  <straetling@de.ibm.com>
2052
2053         * config/s390/s390.md: ("anddi3","andsi3","andhi3","andqi3"): Merge.
2054         ("iordi3", "iorsi3", "iorhi3", "iorqi3"): Merge.
2055         ("xordi3", "xorsi3", "xorhi3", "xorqi3"): Merge.
2056
2057 2005-05-10  Jeff Law  <law@redhat.com>
2058
2059         * tree-ssa-dom.c (dom_opt_finalize_block): Do not call
2060         thread_across_edge for any abnormal edges.
2061
2062 2005-05-10  Richard Henderson  <rth@redhat.com>
2063
2064         * config/ia64/ia64.c (ia64_expand_atomic_op): New.
2065         * config/ia64/ia64-protos.h: Declare it.
2066         * config/ia64/sync.md (I124MODE, FETCHOP, fetchop_name): New.
2067         (sync_add<I48MODE>, sync_old_add<I48MODE>): Remove.
2068         (sync_<FETCHOP><IMODE>, sync_nand<IMODE>): New.
2069         (sync_old_<FETCHOP><IMODE>, sync_old_nand<IMODE>): New.
2070         (sync_new_<FETCHOP><IMODE>, sync_new_nand<IMODE>): New.
2071         (cmpxchg_rel_<I124MODE>): Split from cmpxchg_acq_<IMODE>.  Zero
2072         extend result; use release semantics.
2073         (cmpxchg_rel_di): Rename from cmpxchg_acq_<IMODE>; use release.
2074         (sync_val_compare_and_swap_<IMODE>): Update to match.
2075
2076 2005-05-10  Richard Henderson  <rth@redhat.com>
2077
2078         * optabs.c (expand_compare_and_swap_loop): Don't clobber old value
2079         before comparing it for success.
2080
2081 2005-05-10  Richard Henderson  <rth@redhat.com>
2082
2083         * config/ia64/sync.md (sync_add<I48MODE>): Fix arguments for
2084         no return value pattern.
2085
2086 2005-05-10  Grigory Zagorodnev  <grigory.zagorodnev@intel.com>
2087             H.J. Lu  <hongjiu.lu@intel.com>
2088
2089         * libgcov.c (create_file_directory): New function. Create
2090         directory for the given file name.
2091         (gcov_max_filename): New static var. Keeps size of the longest
2092         file name.
2093         (gcov_exit): Always try to create directory for output
2094         file. Relocate each filename basing on environment vars.
2095         (__gcov_init): Remember the longest file name.
2096         * tsystem.h: include filenames.h to get IS_DIR_SEPARATOR
2097         * doc/gcov.texi (Cross-profiling): New node documenting
2098         cross-profiling management.
2099         * doc/invoke.texi (-fprofile-arcs): Add xref to cross-profiling.
2100
2101 2005-05-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
2102
2103         * config/sparc/sparc.c (mem_min_alignment): Do not rely
2104         on MEM_ALIGN if TARGET_UNALIGNED_DOUBLES.
2105
2106 2005-05-10  Bob Wilson  <bob.wilson@acm.org>
2107
2108         * config/xtensa/lib1funcs.asm (__udivsi3, __divsi3): Rearrange special
2109         case code to avoid one move instruction.
2110         (__umodsi3, __modsi3): Merge duplicated code sequences.
2111
2112 2005-05-10  Kazu Hirata  <kazu@cs.umass.edu>
2113
2114         * config/mips/24k.md, config/sh/divtab.c, config/sh/sh.c,
2115         config/sh/sh.md, config/sh/superh.h: Fix comment typos.
2116         * doc/invoke.texi: Fix typos.
2117
2118         * tree-data-ref.c (analyze_array_indexes, analyze_array,
2119         init_data_ref, access_functions_are_affine_or_constant_p,
2120         free_data_refs): Use VEC instead of VARRAY.
2121         * tree-data-ref.h (data_reference): Change the type of
2122         access_fns to VEC(tree,gc)*.
2123         (DR_ACCESS_FN, DR_NUM_DIMENSIONS): Use VEC instead of VARRAY.
2124
2125 2005-05-10  Gabor Loki <loki@gcc.gnu.org>
2126
2127         PR c/17913
2128         * c-typeck.c (build_conditional_expr): Remove reducing cond_expr.
2129         * fold-const.c (fold): Expand the condition of reducing cond_expr.
2130         (contains_label_1, contains_label_p): New functions for checking
2131         labels in a sub-tree.
2132
2133 2005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
2134
2135         PR c/21342
2136         * c-decl.c (pushdecl): When there is a declaration in the current
2137         scope and the declarations are external linkage, check for
2138         compatibility with the type in the external scope and update the
2139         type in the external scope with the composite type information.
2140         Do not form a composite type of the new type and the visible type
2141         if they are incompatible.
2142
2143 2005-05-10  Nathan Sidwell  <nathan@codesourcery.com>
2144
2145         * crtstuff.c: Revert part of 2005-05-08 Change.
2146         (IN_LIBGCC2): Define.
2147
2148 2005-05-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
2149
2150         * config/sparc/sparc.c (fp_sethi_p): Test !SPARC_SIMM13_P and
2151         remove redundant test.
2152         (fp_mov_p): Accept 0.
2153         (fp_high_losum_p): Remove redundant test.
2154         * config/sparc/predicates.md (const_high_operand): Explicitly test
2155         (not small_int_operand).
2156         (fp_const_high_losum_operand): New.
2157         * config/sparc/sparc.md (movsi_insn): Do not emit 'clr'.  Reorder.
2158         (movdi_insn_sp32_v9): Use canonical predicates.
2159         (movdi_insn_sp32): Test !TARGET_V9 instead of !TARGET_ARCH64.
2160         (movdi_insn_sp64_novis): Delete.
2161         (movdi_insn_sp64_vis): Rename into movdi_insn_sp64.
2162         (movsf_insn_novis): Delete.
2163         (movsf_insn_vis): Rename into movsf_insn.
2164         (movsf_no_f_insn): Rename into movsf_insn_no_fpu.
2165         (movsf_lo_sum): Use fp_const_high_losum_operand.
2166         (movsf_high): Likewise.
2167         (movsf_high_losum splitter): Likewise.
2168         (mov<V32:mode> expander): Use register_or_zero_operand.
2169         (mov<V64:mode> expander): Likewise.
2170         (movdf_insn_sp32): Use register_or_zero_operand.
2171         (movdf_no_e_insn_sp32): Use register_or_zero_operand.
2172         Rename into movdf_insn_sp32_no_fpu.
2173         (movdf_no_e_insn_v9_sp32): Use register_or_zero_operand.
2174         Rename into movdf_insn_sp32_v9_no_fpu.
2175         (movdf_insn_v9only_novis): Delete.
2176         (movdf_insn_v9only_vis): Rename into movdf_insn_sp32_v9.
2177         (movdf_insn_sp64_novis): Delete.
2178         (movdf_insn_sp64_vis): Rename into movdf_insn_sp64.
2179         (movdf_no_e_insn_sp64): Use register_or_zero_operand.
2180         Rename into movdf_insn_sp64_no_fpu.
2181         (movtf expander): Use register_or_zero_operand.
2182         (movtf_insn_sp32): Delete.
2183         (movtf_insn_vis_sp32): Use register_or_zero_operand.
2184         Rename into movtf_insn_sp32.
2185         (movtf_no_e_insn_sp32): Use register_or_zero_operand.
2186         Rename into movtf_insn_sp32_no_fpu.
2187         (movtf_insn_hq_sp64): Delete.
2188         (movtf_insn_hq_vis_sp64): Use register_or_zero_operand.
2189         Rename into movtf_insn_sp64_hq.
2190         (movtf_insn_sp64): Delete.
2191         (movtf_insn_vis_sp64): Use register_or_zero_operand.
2192         Rename into movtf_insn_sp64.
2193         (movtf_no_e_insn_sp64): Use register_or_zero_operand.
2194         Rename into movtf_insn_sp64_no_fpu.
2195
2196 2005-05-10  Nathan Sidwell  <nathan@codesourcery.com>
2197
2198         * config/stormy16/stormy16.c (xstormy16_emit_cbranch): Use
2199         gcc_assert and gcc_unreachable as appropriate.
2200         (xstormy16_split_cbranch, xstormy16_output_cbranch_hi,
2201         xstormy16_output_cbranch_si, xstormy16_split_move,
2202         xstormy16_initial_elimination_offset,
2203         xstormy16_encode_section_info, xstormy16_print_operand_address,
2204         xstormy16_expand_call, xstormy16_expand_arith,
2205         xstormy16_output_shift, xstormy16_init_builtins): Likewise.
2206
2207 2005-05-10  Kazu Hirata  <kazu@cs.umass.edu>
2208
2209         * tree-outof-ssa.c (_elim_graph): Change the type of nodes and
2210         const_copies to VEC(tree,heap)*.
2211         (new_elim_graph, delete_elim_graph, elim_graph_size,
2212         elim_graph_add_node, eliminate_build, eliminate_phi): Use VEC
2213         instead of VARRAY.
2214
2215 2005-05-10  Joseph S. Myers  <joseph@codesourcery.com>
2216
2217         PR other/21052
2218         * doc/extend.texi (Type Attributes): Correct example syntax.
2219
2220 2005-05-09  Joseph S. Myers  <joseph@codesourcery.com>
2221
2222         PR c/21160
2223         * doc/invoke.texi (-Wuninitialized): Update documentation.
2224
2225 2005-05-09  Richard Earnshaw  <richard.earnshaw@arm.com>
2226
2227         * arm.c (const_ok_for_arm): Use a faster algorithm.
2228
2229 2005-05-09  David Edelsohn  <edelsohn@gnu.org>
2230
2231         PR target/21477
2232         * config/rs6000/rs6000.md (add_op2): New.
2233         (add<mode>3): Use it.
2234
2235 2005-05-09  Richard Earnshaw  <richard.earnshaw@arm.com>
2236
2237         * arm.c (arm_gen_constant): Add new heuristic for generating
2238         constant integers that can be expressed as the difference of two
2239         valid immediates.
2240
2241 2005-05-09  Roger Sayle  <roger@eyesopen.com>
2242
2243         * c-tree.h (parser_build_unary_op): New prototype.
2244         * c-typeck.c (parser_build_unary_op): New function to construct
2245         a unary operation in the C parser.
2246         * c-parser.c (c_parser_unary_expression):  Use the new function
2247         parser_build_unary_op when appropriate.
2248
2249 2005-05-09  Mark Mitchell  <mark@codesourcery.com>
2250
2251         PR 18655
2252         * dwarf2out.c (output_call_frame_info): Use DWARF2_FRAME_REG_OUT
2253         before outputting DWARF_FRAME_RETURN_COLUMN.
2254
2255 2005-05-09  Adrian Straetling  <straetling@de.ibm.com>
2256
2257         * config/s390/s390.c: (s390_branch_condition_mask,
2258         s390_branch_condition_mnemonic, s390_extra_constraint_str,
2259         s390_const_ok_for_constraint_p, s390_expand_plus_operand,
2260         legitimize_pic_address, s390_emit_tls_call_insn,
2261         legitimize_tls_address, legitimize_tls_address,
2262         s390_expand_addcc, print_shift_count_operand, print_operand,
2263         addr_generation_dependency_p, annotate_constant_pool_refs,
2264         s390_split_branches, find_constant_pool_ref,
2265         replace_constant_pool_ref, s390_add_constant, s390_find_constant,
2266         s390_find_execute, s390_mainpool_start, s390_chunkify_start,
2267         s390_output_pool_entry, s390_function_value,
2268         s390_call_saved_register_used, s390_emit_call): Replace
2269         conditional aborts by gcc_assert and unconditional by gcc_unreachable.
2270         (s390_select_ccmode, s390_match_ccmode_set, s390_extract_part,
2271         s390_cannot_force_const_mem, s390_output_dwarf_dtprel,
2272         get_some_local_dynamic_name, s390_function_arg_size,
2273         s390_function_arg_advance, s390_function_arg,
2274         s390_expand_builtin, s390_gen_rtx_const_DI): Replace abort in
2275         default case by gcc_unreachable.
2276         * config/s390/s390.md: ("*cjump_31", "*icjump_31", "*jump31"): Replace
2277         conditional abort by gcc_assert.
2278         ("doloop_si31"): Replace abort in last else by gcc_unreachable.
2279         ("main_pool", "pool"): Replace unconditional abort by gcc_unreachable.
2280
2281 2005-05-09  Adrian Straetling  <straetling@de.ibm.com>
2282
2283         * config/s390/s390.c: (s390_decompose_address,
2284         tls_symbolic_operand, legitimate_pic_operand_p,
2285         legitimate_constant_p, legitimate_reload_constant_p,
2286         s390_expand_plus_operand, legitimate_address_p,
2287         legitimate_la_operand_p, ): Remove 'register' from signature.
2288         (symbolic_reference_mentioned_p,
2289         tls_symbolic_reference_mentioned_p): Remove 'register' from local
2290         variable declarations.
2291         (legitimize_address): Remove 'register' from
2292         signature and local variable declarations.
2293
2294 2005-05-09  Adrian Straetling  <straetling@de.ibm.com>
2295
2296         * config/s390/s390-protos.h: (s390_match_ccmode,
2297         s390_match_ccmode_set, reg_used_in_mem_p,
2298         symbolic_reference_mentioned_p, tls_symbolic_reference_mentioned_p,
2299         legitimate_la_operand_p, preferred_la_operand_p,
2300         s390_short_displacement, addr_generation_dependency_p,
2301         legitimate_reload_constant_p, legitimate_address_p): Change return type
2302         into 'bool'.
2303         (s390_tm_ccmode): Change type of parameter "mixed" into 'bool'.
2304         * config/s390/s390.c: (s390_match_ccmode,
2305         symbolic_reference_mentioned_p, tls_symbolic_reference_mentioned_p,
2306         legitimate_reload_constant_p): Change return type into 'bool'.
2307         (preferred_la_operand_p,legitimate_la_operand_p, legitimate_address_p):
2308         Likewise.  Additionally adapted comment.
2309         (s390_extra_constraint_p): Change Comment to reflect 'int' return type.
2310         (s390_tm_ccmode): Change type of parameter "mixed" into 'bool'.
2311         (s390_decompose_address): Change the type of the internal flags
2312         "pointer", "base_ptr", "indx_ptr", and the return value into 'bool'.
2313         (struct s390_address): Change type of "pointer" into bool.
2314         * config/s390/s390.md: ("*tmdi_reg", "*tmsi_reg", "tm<mode>_full"):
2315         Adapt calls for 's390_tm_ccmode' to the new signature.
2316
2317 2005-05-09  Adrian Straetling  <straetling@de.ibm.com>
2318
2319         * config/s390/s390.c: (s390_match_ccmode_set,
2320         s390_branch_condition_mnemonic, s390_short_displacement,
2321         s390_decompose_address, get_thread_pointer, legitimize_tls_address,
2322         print_shift_count_operand, get_some_local_dynamic_name,
2323         get_some_local_dynamic_name_1, reg_used_in_mem_p,
2324         addr_generation_dependency_p, s390_split_branches,
2325         annotate_constant_pool_refs, find_constant_pool_ref,
2326         replace_constant_pool_ref, find_ltrel_base, replace_ltrel_base,
2327         s390_optimize_prologue, find_unused_clobbered_reg, s390_frame_area,
2328         s390_register_info, s390_frame_info, s390_init_frame_layout,
2329         s390_update_frame_layout, save_fpr, restore_fpr, save_gprs,
2330         restore_gprs, s390_function_arg_size, s390_function_arg_float,
2331         s390_init_machine_status, s390_assemble_integer, s390_handle_option,
2332         s390_encode_section_info, s390_cannot_force_const_mem,
2333         s390_delegitimize_address, s390_return_in_memory, s390_init_builtins,
2334         s390_expand_builtin, s390_output_mi_thunk, s390_safe_attr_type,
2335         s390_adjust_priority, s390_issue_rate,
2336         s390_first_cycle_multipass_dfa_lookahead, s390_cannot_copy_insn_p,
2337         s390_rtx_costs, s390_address_cost, s390_reorg, s390_valid_pointer_mode,
2338         s390_build_builtin_va_list, s390_gimplify_va_arg,
2339         s390_function_ok_for_sibcall, s390_call_saved_register_used,
2340         s390_pass_by_reference, s390_fixed_condition_code_regs,
2341         s390_cc_modes_compatible s390_mainpool_start,, s390_mainpool_finish,
2342         s390_mainpool_cancel, s390_chunkify_start, s390_chunkify_finish,
2343         s390_chunkify_cancel, s390_start_pool, s390_end_pool,
2344         s390_add_pool_insn, s390_find_pool, s390_add_constant,
2345         s390_find_constant, s390_add_execute, s390_find_execute,
2346         s390_execute_label, s390_execute_target, s390_dump_pool,
2347         s390_dump_execute, s390_alloc_pool, s390_free_pool): Remove prototypes.
2348         Move target macro definitions to the end of the file.  Move several
2349         functions within the file to assure correct compiling.
2350
2351 2005-05-09  Steven Bosscher  <stevenb@suse.de>
2352
2353         * calls.c (purge_reg_equiv_notes): Remove, fold into...
2354         (fixup_tail_calls): ...here.  Only look at insns between the
2355         start of the function and the FUNCTION_BEG insn note.
2356
2357         * gcse.c (one_cprop_pass): Fix typos in dumps.
2358
2359         * tree-ssa-operands.h (FOR_EACH_PHI_ARG): Fix typos.
2360
2361 2005-05-09  Adrian Straetling  <straetling@de.ibm.com>
2362
2363         * config/s390/s390.h: Move xxx_REGNUM definitions to s390.md.
2364         * config/s390/s390.md: ("SIBCALL_REGNUM", "BASE_REGNUM",
2365         "RETURN_REGNUM", "CC_REGNUM", "TP_REGNUM"): New constants.
2366         Replace every occurrence of '(reg:<MODE> 33)' by '(reg:<MODE>
2367         CC_REGNUM)'.
2368         ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): Replace
2369         '(reg:<MODE> 36)' by '(reg:<MODE> TP_REGNUM)'.
2370         ("*sibcall_br", "*sibcall_value_br"): Replace '(reg:DI 1)' by '(reg:DI
2371         REG_SC)'.
2372
2373 2005-05-09  Adrian Straetling  <straetling@de.ibm.com>
2374
2375         * config/s390/s390.md: ("gf") New mode attribute.
2376         ("fixuns_truncdfdi2", "fixuns_truncdfsi2", "fixuns_truncsfdi2",
2377         "fixuns_truncsfsi2"): Merge.
2378         ("fix_truncdfdi2", "fix_truncsfdi2"): Merge.
2379         ("fix_truncdfdi2_ieee", "fix_truncdfsi2_ieee", "fix_truncsfdi2_ieee",
2380         "fix_truncsfsi2_ieee"): Merge.
2381
2382 2005-05-09  Adrian Straetling  <straetling@de.ibm.com>
2383
2384         * config/s390/s390.md: ("FPR") New mode macro.
2385         ("de", "dee"): New mode attributes.
2386         ("cmpdf", "cmpsf"): Merge.
2387         ("*cmpdf_ccs_0", "*cmpsf_ccs_0"): Merge.
2388         ("*cmpdf_ccs_0_ibm", "*cmpdf_ccs_0_ibm"): Merge.
2389         ("*cmpdf_ccs", "*cmpsf_ccs"): Merge.
2390         ("*cmpdf_ccs_ibm", "*cmpsf_ccs_ibm"): Merge.
2391         ("floatdidf2", "floatdisf2"): Merge.
2392         ("adddf3", "addsf3"): Merge.
2393         ("*adddf3", "*addsf3"): Merge.
2394         ("*adddf3_cc", "*addsf3_cc"): Merge.
2395         ("*adddf3_cconly", "*addsf3_cconly"): Merge.
2396         ("*adddf3_ibm", "*addsf3_ibm"): Merge.
2397         ("subdf3", "subsf3"): Merge.
2398         ("*subdf3", "*subsf3"): Merge.
2399         ("*subdf3_cc", "*subsf3_cc"): Merge.
2400         ("*subdf3_cconly", "*subsf3_cconly"): Merge.
2401         ("*subdf3_ibm", "*subsf3_ibm"): Merge.
2402         ("muldf3", "mulsf3"): Merge.
2403         ("*muldf3", "*mulsf3" "): Merge.
2404         ("*muldf3_ibm", "*mulsf3_ibm"): Merge.
2405         ("*fmadddf", "*fmaddsf"): Merge.
2406         ("*fmsubdf", "*fmsubsf"): Merge.
2407         ("divdf3", "divsf3"): Merge.
2408         ("*divdf3", "*divsf3"): Merge.
2409         ("*divdf3_ibm", "*divsf3_ibm"): Merge.
2410         ("negdf2", "negsf2"): Merge.
2411         ("*negdf2_cc", "*negsf2_cc"): Merge.
2412         ("*negdf2_cconly", "*negsf2_cconly"): Merge.
2413         ("*negdf2", "*negsf2"): Merge.
2414         ("*negdf2_ibm", "*negsf2_ibm"): Merge.
2415         ("absdf2", "abssf2"): Merge.
2416         ("*absdf2_cc", "*abssf2_cc"): Merge.
2417         ("*absdf2_cconly", "*abssf2_cconly"): Merge.
2418         ("*absdf2", "*abssf2"): Merge.
2419         ("*absdf2_ibm", "*abssf2_ibm"): Merge.
2420         ("*negabsdf2_cc", "*negabssf2_cc"): Merge.
2421         ("*negabsdf2_cconly", "*negabssf2_cconly"): Merge.
2422         ("*negabsdf2", "*negabssf2"): Merge.
2423         ("sqrtdf2", "sqrtsf2"): Merge.
2424
2425 2005-05-09  Adrian Straetling  <straetling@de.ibm.com>
2426
2427         * config/s390/s390.c: (s390_adjust_priority): Adapt to changed
2428         attribute names.
2429         * config/s390/2084.md: ("x_fsimpd", "x_fsimps", "x_fdivd", "x_fdivs",
2430         "x_floadd", "x_floads", "x_fstored", "x_fstores"): Rename to
2431         ("x_fsimpdf", "x_fsimpsf", "x_fdivdf", "x_fdivsf", "x_floaddf",
2432         "x_floadsf", "x_fstoredf", "x_fstoresf") and replace 'type'
2433         attribute names.
2434         * config/s390/s390.md: ("type"): Rename "fsimpd, fsimps, floadd, floads,
2435         fstored, fstores, fmuld, fmuls, fdivd, fdivs, fsqrtd, fsqrts" to
2436         "fsimpdf, fsimpsf, floaddf, floadsf, fstoredf, fstoresf, fmuldf,
2437         fmulsf, fdivdf, fdivsf, fsqrtdf, fsqrtsf".
2438         ("*cmpdf_ccs_0", "*cmpdf_css_0_ibm", "*cmpdf_ccs",
2439         "*cmpdf_ccs_ibm", "*cmpsf_ccs_0", "*cmpsf_css_0_ibm",
2440         "*cmpsf_ccs", "*cmpsf_ccs_ibm", "*movdi_64", "*movdi_31",
2441         "*movsi_zarch", "*movsi_esa", "*movdf_64", "*movdf_31", "movsf",
2442         "*muldf3", "*muldf3_ibm", "*fmadddf", "*fmsubdf", "*mulsf3",
2443         "mulsf3_ibm", "*fmaddsf", "fmsubsf", "*divdf3", "*divdf3_ibm",
2444         "*negdf2_cc", "*negdf2_cconly", "*negdf2", "*negdf2_ibm",
2445         "*negsf2_cc", "*negsf2_cconly", "*negsf2", "*absdf2_cc",
2446         "*absdf2_cconly", "*absdf2", "*absdf2_ibm", "*abssf2_cc",
2447         "*abssf2_cconly", "*abssf2", "*abssf2_ibm", "*negabsdf2_cc",
2448         "*negabsdf2_cconly", "*negabsdf2", "*negabssf2_cc",
2449         "*negabssf2_cconly", "*negabssf2", "sqrtdf2", "sqrtsf2"): Rename
2450         'type' value.
2451         ("*divsf3"): Additionally rename second pattern to
2452         "*divsf3_ibm".
2453         ("truncdfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
2454         "*adddf3", "*adddf3_cc", "*adddf3_cconly", "*adddf3_ibm",
2455         "*addsf3", "*addsf3_cc", "*addsf3_cconly", "*subdf3",
2456         "subdf3_cc", "*subdf3_cconly", "*subdf3_ibm", "*subsf3",
2457         "subsf3_cc", "*subsf3_cconly", "*subsf3_ibm"): Merge identical
2458         'type values' and rename 'type' value.
2459         ("*addsf3"): Additionally rename second pattern to
2460         "*addsf3_ibm".
2461
2462 2005-05-09  Adrian Straetling  <straetling@de.ibm.com>
2463
2464         * config/s390/s390.md: ("SHIFT"): New mode macro.
2465         ("lr", "shift"): New mode attributes.
2466         ("ashldi3", "lshrdi3"): Merge.
2467         ("*ashldi3_31", "*lshrdi3"_31): Merge.
2468         ("*ashldi3_64", "*lshrdi3"_64): Merge.
2469         ("ashlsi3", "lshrsi3"): Merge.
2470
2471 2005-05-09  Adrian Straetling  <straetling@de.ibm.com>
2472
2473         * config/s390/s390.md: ("DSI", "SCOND"): New mode
2474         macros.
2475         ("E", "g"): New mode attributes.
2476         ("*adddi3_alc_cc", "*addsi3_alc_cc"): Merge.
2477         ("*adddi3_alc", "*addsi3_alc"): Merge.
2478         ("*subdi3_slb_cc", "*subsi3_slb_cc"): Merge.
2479         ("*subdi3_slb", "*subsi3_slb"): Merge.
2480         ("adddicc", "addsicc"): Merge.
2481         ("*sconddi", "*scondsi"): Merge.
2482         ("*sconddi_neg", "*scondsi_neg"): Merge.
2483         ("sltu", "sgtu", "sleu", "sgeu"): Merge.
2484         ("negdi2", "negsi2"): Extract expander pattern from
2485         "negsi2" and merge with "negdi2".
2486         ("*negdi2"): Merge with instruction pattern of "negsi2".
2487         ("*negdi2_cc", "*negsi2_cc"): Merge.
2488         ("*negdi2_cconly", "*negsi2_cconly"): Merge.
2489         ("rotldi3", "rotlsi3"): Merge.
2490
2491 2005-05-09  Adrian Straetling  <straetling@de.ibm.com>
2492
2493         * config/s390/s390.md: ("hc"): New mode attribute.
2494         ("extendhidi2", "extendqidi2"): Merge.
2495         ("*extendhidi2", "*extendqidi2"): Merge.
2496         ("extendhisi2", "extendqisi2"): Merge.
2497         ("zero_extendhidi2", "zero_extendqidi2"): Merge.
2498         ("*zero_extendhidi2", "*zero_extendqidi2"): Merge.
2499         Merged 2 define_split.
2500         ("*zero_extendhisi2", "*zero_extendqisi2"): Merge.
2501         ("*zero_extendhisi2_64", "*zero_extendqisi2_64"): Merge.
2502
2503 2005-05-09  Adrian Straetling  <straetling@de.ibm.com>
2504
2505         * config/s390/s390.md: ("COMPARE"): New mode macro.
2506         ("beq", "bne", "bgt", "bgtu", "blt", "bltu", "bge", "bgeu",
2507         "ble", "bleu", "bunordered", "bordered", "buneq", "bunlt",
2508         "bungt", "bunle", "bunge", "bltgt"): Merge.
2509
2510 2005-05-09  Adrian Straetling  <straetling@de.ibm.com>
2511
2512         * config/s390/s390.md: ("INT"): New mode macro.
2513         ("one_cmpldi2", "one_cmplsi2", "one_cmplhi2", "one_cmplqi2"):
2514         Merge.
2515
2516 2005-05-09  Adrian Straetling  <straetling@de.ibm.com>
2517
2518         * config/s390/s390.md: ("GPR", "P"): New mode macros.
2519         ("cmpdi", "cmpsi"): Merge.
2520         ("strlendi", "strlensi"): Merge.
2521         ("*strlendi", "*strlensi"): Merge.
2522         ("movmemdi", "movmemsi"): Merge.
2523         ("clrmemdi", "clrmemsi"): Merge.
2524
2525 2005-05-09  Adrian Straetling  <straetling@de.ibm.com>
2526
2527         * config/s390/s390.md: ("HQI"): New mode macro.
2528         ("icm_lo", "icm_hi", "max_uint"): New mode attributes.
2529         ("*tmhi_full", "*tmqi_full"): Merge.
2530         ("*tsthiCCT", "*tstqiCCT"): Merge.
2531         ("*tsthi", "*tstqi"): Merge.
2532         ("*tsthi_cconly", "tstqi_cconly"): Merge.
2533         ("*sethighhisi", "*sethighqisi"): Merge.
2534
2535 2005-05-09  Kazu Hirata  <kazu@cs.umass.edu>
2536
2537         * crtstuff.c, integrate.h, tree-scalar-evolution.h,
2538         config/alpha/unicosmk.h, config/arc/arc.md,
2539         config/arm/bpabi.h, config/arm/coff.h, config/arm/elf.h,
2540         config/arm/ieee754-df.S, config/arm/ieee754-sf.S,
2541         config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
2542         config/arm/semi.h, config/arm/uclinux-elf.h,
2543         config/arm/wince-pe.h, config/fr30/fr30.c,
2544         config/rs6000/altivec.h: Update copyright.
2545
2546 2005-05-09  Nathan Sidwell  <nathan@codesourcery.com>
2547
2548         * config/pdp11/pdp11.c (pdp11_output_function_prologue): Use
2549         gcc_assert and gcc_unreachable as appropriate.
2550         (pdp11_output_function_epilogue, output_move_double,
2551         output_move_quad, print_operand_address, output_jump,
2552         output_addr_const_pdp11): Likewise.
2553         * config/pdp11/pdp11.h (FUNCTION_PROFILER,
2554         ASM_OUTPUT_ALIGN): Likewise.
2555         * config/pdp11/pdp11.md: Likewise.
2556         (extendhisi2, subhi3, subqi3): Likewise.
2557
2558 2005-05-09  David Edelsohn  <edelsohn@gnu.org>
2559
2560         PR middle-end/21237
2561         * dojump.c (do_jump, MINUS_EXPR): Build NE_EXPR and fall through
2562         to NE_EXPR case.
2563
2564 2005-05-09  Kazu Hirata  <kazu@cs.umass.edu>
2565
2566         * config/ia64/ia64.c: Fix a comment typo.
2567
2568 2005-05-09  Richard Earnshaw  <rearnsha@arm.com>
2569
2570         PR target/21397
2571         * arm.c (ARM_OPT_SET_CPU, ARM_OPT_SET_ARCH, ARM_OPT_SET_TUNE): Define.
2572         (arm_override_options): Use them instead of manifest constants.  Don't
2573         allow -march to override the -mtune setting.
2574
2575 2005-05-09  Nathan Sidwell  <nathan@codesourcery.com>
2576
2577         * config/iq2000/iq2000.c (abort_with_insn): Use fancy_abort.
2578         (gen_int_relational): Use gcc_unreachable and gcc_assert as necessary.
2579         (function_arg_advance, function_arg, save_restore_insns,
2580         iq2000_expand_prologue, iq2000_output_conditional_branch,
2581         expand_one_builtin, print_operand):
2582         * config/iq2000/iq2000.md (tablejump): Likewise.
2583
2584 2005-05-09  David Ung  <davidu@mips.com>
2585
2586         * config/mips/mips.h (processor_type): Add names for the 24K.
2587         * config/mips/mips.c (mips_cpu_info_table): Add names for the 24K
2588         processor family.
2589         * config/mips/mips.md (cnv_mode): New attribute for recording the
2590         conversion types of float convert insns.
2591         (cpu): Add 24k and 24kx.
2592         (include): Include 24k.md file.
2593         (truncdfsf2, extendsfdf2, fix_truncdfsi2_insn, fix_truncdfsi2_macro)
2594         (fix_truncdfdi2, fix_truncsfdi2, floatsidf2, floatdidf2, floatsisf2)
2595         (floatdisf2): Setup cnv_mode.
2596         (fix_truncsfsi2_insn, fix_truncsfsi2_macro): Changed mode to SF and
2597         setup cnv_mode.
2598         * config/mips/24k.md: New file, contains 24k DFA pipeline
2599         description.
2600
2601 2005-05-09  Nathan Sidwell  <nathan@codesourcery.com>
2602
2603         * config/sh/sh.c (print_operand_address): Use gcc_assert and
2604         gcc_unreachable as appropriate.
2605         (print_operand, prepare_move_operands, prepare_scc_operands,
2606         output_movedouble, output_branch, shift_insns_rtx, gen_shifty_op,
2607         gen_shl_and, shl_sext_kind, gen_datalabel_ref, dump_table,
2608         fixup_mova, gen_far_branch, sh_reorg, split_branches,
2609         final_prescan_insn, output_stack_adjust, sh_expand_epilogue,
2610         sh_set_return_address, sh_setup_incoming_varargs,
2611         initial_elimination_offset, sh_pch_valid_p, get_free_reg,
2612         sh_expand_builtin, sh_output_mi_thunk, extract_sfunc_addr,
2613         check_use_sfunc_addr): Likewise.
2614         * config/sh/netbsd-elf.h (FUNCTION_PROFILER): Likewise.
2615         * config/sh/sh.h (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
2616         * config/sh/symbian.c (sh_symbian_mark_dllexport,
2617         sh_symbian_mark_dllimport): Likewise.
2618         * config/sh/sh.md: Likewise.
2619         (movdicc, call_pop, call_value_pop, casesi_worker_1,
2620         casesi_worker_2, casesi_shift_media, casesi_load_media,
2621         return_media): Likewise.
2622
2623 2005-05-08  Roger Sayle  <roger@eyesopen.com>
2624
2625         PR inline-asm/8788
2626         * stmt.c (expand_asm_operands): Avoid calling force_reg on BLKmode
2627         operands.
2628
2629 2005-05-08  Richard Henderson  <rth@redhat.com>
2630
2631         * config/alpha/alpha.c (adjust_address): Fix typo last change.
2632
2633 2005-05-08  Stephane Carrez  <stcarrez@nerim.fr>
2634
2635         * config/m68hc11/m68hc11.h (REG_VALID_P): A regno must be >= 0
2636         and -1 can happen in reg_renumber when no hard register is assigned.
2637
2638 2005-05-08  Steven Bosscher  <stevenb@suse.de>
2639             Kazu Hirata  <kazu@cs.umass.edu>
2640
2641         PR tree-optimization/14841, tree-optimization/15838
2642         * tree-ssa-ccp.c (fold_const_aggregate_ref): New.
2643         (evaluate_stmt): Call it.
2644
2645 2005-05-08  Jakub Jelinek  <jakub@redhat.com>
2646
2647         * config/ia64/ia64.c (ia64_override_options): Don't set
2648         ia64_flag_var_tracking and clear flag_var_tracking here...
2649         (ia64_file_start): ... but here.
2650
2651 2005-05-08  Nathan Sidwell  <nathan@codesourcery.com>
2652
2653         * config/m68hc11/m68hc11.c (m68hc11_emit_libcall): Use gcc_assert
2654         and gcc_unreachable as appropriate.
2655         (expand_prologue, expand_epilogue, m68hc11_gen_lowpart,
2656         m68hc11_gen_highpart, print_operand, print_operand_address,
2657         m68hc11_expand_compare, m68hc11_expand_compare_and_branch,
2658         m68hc11_gen_movhi): Likewise.
2659         * config/m68hc11/m68hc11.h (HARD_X_REGNUM): Reword comment.
2660         * config/m68hc11/m68hc11.md: Reword comment.
2661
2662 2005-05-08  Stephane Carrez  <stcarrez@nerim.fr>
2663
2664         PR target/21281
2665         * config/m68hc11/predicates.md (splitable_operand): An immediate is
2666         allowed.
2667
2668 2005-05-08  Stephane Carrez  <stcarrez@nerim.fr>
2669
2670         * config/m68hc11/predicates.md (reg_or_some_mem_operand): Do not allow
2671         the 68HC12 address indirect addressing mode as it is not supported by
2672         bset and bclr.
2673         * config/m68hc11/m68hc11-protos.h
2674         (m68hc11_valid_addressing_p): Declare.
2675         (m68hc11_add_mode): Declare.
2676         * config/m68hc11/m68hc11.c (m68hc11_valid_addressing_p): Rename from
2677         register_indirect_p and export it.
2678         (m68hc11_z_replacement): Use emit_insn_after when adding the save Z
2679         instruction so that it is part of the good BB.
2680         (m68hc11_gen_movhi): Fix invalid generation of indexed indirect
2681         addressing with movw.
2682         (m68hc11_gen_movqi): Use pula and pulb instead of lda and ldb for
2683         68HC12.
2684         * config/m68hc11/m68hc11.h (ADDR_STRICT, ADDR_INCDEC, ADDR_INDEXED,
2685         ADDR_OFFSET, ADDR_INDIRECT, ADDR__CONST): Moved from m68hc11.c.
2686         * config/m68hc11/m68hc11.md ("movhi_const0"): Use this pattern only
2687         for 68HC11.
2688         ("*movhi_68hc12"): Handle movhi_const0.
2689         ("*subhi3", "subqi3"): Use general_operand for operand 1.
2690         ("*subhi3_zext"): Likewise.
2691
2692 2005-05-08  Stephane Carrez  <stcarrez@nerim.fr>
2693
2694         PR target/19051
2695         * config/m68hc11/m68hc11.md ("mulqi3"): Use general_operand for
2696         operand 1 and fix constraints.
2697         ("mulqihi3"): Use general_operand for operand 2.
2698
2699 2005-05-08  Julian Brown  <julian@codesourcery.com>
2700             H.J. Lu  <hongjiu.lu@intel.com>
2701             Paul Brook  <paul@codesourcery.com>
2702
2703         * configure.ac: Set ld_vers_major, ld_vers_minor and ld_vers_patch for
2704         GNU linker. Support linker version x.x.x.x.x. Require GNU linker
2705         20050308/2.16.0 or newer for comdat group.
2706         * configure: Regenerated.
2707         * config.in: Regenerated.
2708         * varasm.c (default_function_rodata_section): Put .rodata section in
2709         COMDAT group when necessary.
2710         (default_elf_asm_named_section): Rename HAVE_GAS_COMDAT_GROUP to
2711         HAVE_COMDAT_GROUP.
2712         (default_unique_section_1): Don't use .gnu.linkonce when COMDAT is
2713         available.
2714
2715 2005-05-08  Kazu Hirata  <kazu@cs.umass.edu>
2716
2717         * tree-dfa.c (referenced_vars, add_referenced_var): Use VEC
2718         instead of VARRAY.
2719         * tree-flow.h (num_referenced_var, referenced_var): Likewise.
2720         * tree-into-ssa.c (mark_def_site_blocks): Likewise.
2721         * tree-ssa.c (init_tree_ssa, delete_tree_ssa): Likewise.
2722         * tree-tailcall.c (suitable_for_tail_opt_p): Likewise.
2723
2724 2005-05-08  Stephane Carrez  <stcarrez@nerim.fr>
2725
2726         PR target/16925
2727         * config/m68hc11/m68hc11.c (m68hc11_gen_highpart): Handle split of
2728         64-bit constants on 64-bit hosts.
2729         (m68hc11_split_logical): Simplify.
2730         (m68hc11_split_move): Likewise.
2731
2732 2005-05-08  Nathan Sidwell  <nathan@codesourcery.com>
2733             Paolo Bonzini  <bonzini@gnu.org>
2734
2735         * Makefile.in (cs-tconfig.h): Pass USED_FOR_TARGET to mkconfig.sh
2736         * aclocal.m4 (GCC_TARGET_TEMPLATE, AH_TEMPLATE): New.
2737         * configure.ac (enable_checking): Fix typos in runtime_checking.
2738         (ENABLE_RUNTIME_CHECKING): Mark as target template.
2739         (xm_file): Prepend auto-host.h
2740         (HAVE_GAS_HIDDEN, HAVE_LD_EH_FRAME_HDR): Mark as target template.
2741         * mkconfig.sh: Do not automatically define USED_FOR_TARGET in
2742         tconfig.h.
2743         * crtstuff.c: Do not include auto-host.h.
2744         (IN_LIBGCC2): Do not define.
2745         * gcov-io.h: Include tconfig.h, not auto-host.h.
2746         * libgcc2.c: Do not include auto-host.h.
2747         (abort): Do not undefine.
2748         * libgcov.c: Remove unneeded comment about config.h.
2749         * unwind-dw2-fde-glibc.c: Do not inlude auto-host.h.
2750         * config.in, configure: Regenerated.
2751
2752 2005-05-08  Nathan Sidwell  <nathan@codesourcery.com>
2753             Falk Hueffner  <falk@debian.org>
2754
2755         * config/alpha/alpha.c (tls_symbolic_operand_1): Use gcc_assert
2756         and gcc_unreachable as appropriate.
2757         (get_aligned_mem, get_unaligned_address,
2758         alpha_emit_set_long_const, alpha_emit_conditional_branch,
2759         alpha_emit_setcc, alpha_emit_conditional_move,
2760         alpha_lookup_xfloating_lib_func, alpha_compute_xfloating_mode_arg,
2761         alpha_emit_xfloating_libcall, alpha_split_tfmode_pair,
2762         alpha_expand_unaligned_load, alpha_expand_block_move,
2763         alpha_expand_zap_mask, get_trap_mode_suffix,
2764         get_round_mode_suffix, get_some_local_dynamic_name,
2765         print_operand_address, function_arg, alpha_return_in_memory,
2766         function_value, alpha_expand_builtin,
2767         alpha_initial_elimination_offset, alpha_expand_epilogue,
2768         summarize_insn, alpha_handle_trap_shadows, alphaev5_insn_pipe,
2769         alphaev5_next_group, alpha_align_insns,
2770         unicosmk_initial_elimination_offset, unicosmk_unique_section,
2771         unicosmk_ssib_name): Likewise.
2772         * config/alpha/alpha.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
2773         * config/alpha/unicosmk.h (TRAMPOLINE_TEMPLATE,
2774         ASM_OUTPUT_ADDR_DIFF_ELT, ASM_OUTPUT_ADDR_DIFF_VEC): Likewise.
2775         * config/alpha/vms.h (INITIAL_ELIMINATION_OFFSET,
2776         ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
2777         * config/alpha/alpha.md (*divmodsi_internal_er,
2778         *divmoddi_internal_er, ashldi3, *insxl, sibcall, call_osf,
2779         call_nt, call_umk, call_vms, call_value, sibcall_value,
2780         call_value_osf, call_value_nt, call_value_vms, call_value_umk,
2781         *call_vms_1, *movmemdi_1, *clrmemdi_1, *call_value_vms_1): Likewise.
2782         * config/alpha/predicates.md (input_operand): Likewise.
2783
2784 2005-05-08  Nathan Sidwell  <nathan@codesourcery.com>
2785
2786         * config/frv/frv.c (frv_default_flags_for_cpu): Use gcc_assert and
2787         gcc_unreachable, as appropriate.
2788         (frv_function_prologue, frv_alloc_temp_reg,
2789         frv_initial_elimination_offset, frv_expand_block_move,
2790         frv_expand_block_clear, frv_print_operand_jump_hint,
2791         frv_legitimize_tls_address, unspec_got_name, frv_emit_move,
2792         frv_emit_movsi, frv_split_cond_move, frv_split_minmax,
2793         frv_ifcvt_modify_insn, frv_ifcvt_modify_final,
2794         frv_adjust_field_align, frv_insn_unit, frv_cond_flags,
2795         frv_sort_insn_group, frv_reorder_packet, frv_matching_accg_mode,
2796         frv_in_small_data_p, frv_asm_out_constructor,
2797         frv_asm_out_destructor, frv_output_dwarf_dtprel): Likewise.
2798         * config/frv/frv.md (reload_incc_fp, *cond_exec_si_binary1,
2799         *cond_exec_si_binary2, *cond_exec_si_divide, *cond_exec_si_unary1,
2800         *cond_exec_sf_conv, *cond_exec_sf_add, call, sibcall, call_value,
2801         sibcall_value, casesi): Likewise.
2802
2803         * config/mn10300/mn10300.c (print_operand): Use gcc_assert and
2804         gcc_unreachable as appropriate.
2805         (print_operand_address, mn10300_print_reg_list, expand_prologue,
2806         expand_epilogue, notice_update_cc, initial_offset,
2807         mn10300_address_cost_1): Likewise.
2808         * config/mn10300/mn10300.md: Likewise.
2809         (absdf2, abssf2, negdf2, negsf2): Likewise.
2810
2811 2005-05-08  Richard Sandiford  <rsandifo@redhat.com>
2812
2813         PR target/21416
2814         * config/mips/mips.c (mips_emit_compare): Don't reverse UNGE and UNGT
2815         comparisons.
2816         * config/mips/mips.md (swapped_fcond): New code macro and attribute.
2817         (sgt_<mode>, sge_<mode>): Generalize to all members of swapped_fcond,
2818         including sunge_<mode> and sungt_<mode>.
2819
2820 2005-05-08  Richard Sandiford  <rsandifo@redhat.com>
2821
2822         * integrate.h (get_hard_reg_initial_val): Change type of register
2823         parameter from int to unsigned int.
2824         (has_hard_reg_initial_val): Likewise.
2825         * integrate.c (get_hard_reg_initial_val): Likewise.
2826         (has_hard_reg_initial_val): Likewise.  Remove cast to unsigned int.
2827
2828 2005-05-08  Kazu Hirata  <kazu@cs.umass.edu>
2829
2830         * except.c (eh_status): Change the type of ttype_data to
2831         VEC(tree,gc)*.
2832         (add_ttypes_entry, assign_filter_values,
2833         output_function_exception_table): Use VEC instead of VARRAY.
2834
2835 2005-05-07  David Edelsohn  <edelsohn@gnu.org>
2836
2837         * config/rs6000/rs6000.md (popcount<mode>2): Fix non-C90 constant.
2838
2839 2005-05-07  Paul Brook  <paul@codesourcery.com>
2840
2841         * Makefile.in: Fix dependencies.
2842         (GCOV_IO_H, VARRAY_H): Set.
2843
2844 2005-05-07  Anthony Green  <green@redhat.com>
2845
2846         PR bootstrap/21403
2847         * configure.ac (STMP_FIXPROTO): Fix [ ] consumption problem in
2848         x$STMP_FIXPROTO test.
2849         * configure: Rebuilt.
2850
2851 2005-05-07  Joseph S. Myers  <joseph@codesourcery.com>
2852
2853         * config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Do not define
2854         inappropriate feature test macros if flag_iso.
2855
2856 2005-05-07  Joseph S. Myers  <joseph@codesourcery.com>
2857
2858         * config/ia64/hpux.h (NO_IMPLICIT_EXTERN_C): Define.
2859
2860 2005-05-07  Hans-Peter Nilsson  <hp@axis.com>
2861
2862         PR target/21441
2863         * config/cris/cris.md ("*movdi_insn", "*mov_sidesisf_biap")
2864         ("*mov_sidesisf", "*mov_sidesisf_biap_mem", "*mov_sidesisf_mem"):
2865         Handle moved operand being in special register.
2866         ("smulsi3_highpart", "umulsi3_highpart"): Change .error into
2867         presumed working insn.
2868         (mover2side): Add FIXME.
2869
2870 2005-05-07  Richard Sandiford  <rsandifo@redhat.com>
2871
2872         * integrate.c (get_func_hard_reg_initial_val): Delete.
2873         (has_func_hard_reg_initial_val): Delete.
2874         (get_hard_reg_initial_val): Inline the old implementation of
2875         get_func_hard_reg_initial_val.  Use has_hard_reg_initial_val
2876         instead of has_func_hard_reg_initial_val to test for an existing
2877         pseudo.  Only create an rtx if a new initial value entry is needed.
2878         (has_hard_reg_initial_val): Scan the initial value list directly.
2879         Don't create an rtx.
2880
2881 2005-05-07  David Edelsohn  <edelsohn@gnu.org>
2882
2883         * config.gcc ({powerpc,rs6000}-ibm-aix*): Remove rs6000/aix.opt
2884         from extra_options.
2885         * config.in (HAVE_AS_POPCNTB): New.
2886         * configure.ac (HAVE_AS_MFCRF): Add .machine "pwr5" to AIX test.
2887         (HAVE_AS_POPCNTB): New.
2888         * configure: Regenerated.
2889         * config/rs6000/aix.h (TARGET_XL_COMPAT): Delete.
2890         * config/rs6000/rs6000.c (rs6000_override_options, power5): Add
2891         MASK_POPCNTB.  Uncomment rs6000_sched_restricted_insns_priority
2892         and rs6000_sched_costly_dep.
2893         * config/rs6000/rs6000.h (TARGET_POPCNTB): New.
2894         (TARGET_XL_COMPAT): Delete.
2895         * config/rs6000/rs6000.md (UNSPEC_POPCNTB): New.
2896         (popcount<mode>2): New.
2897         (popcntb<mode>2): New.
2898         * config/rs6000/rs6000.opt (mpopcntb): New.
2899
2900         * opt-functions.awk (var_set): Emit OPTION_MASK_ for InverseMask
2901         if variable name exists.
2902
2903 2005-05-07  Matt Kraai  <kraai@ftbfs.org>
2904
2905         * Makefile.in (c-gimplify.o): Depend on $(RTL_H) instead of rtl.h.
2906
2907 2005-05-07  Richard Henderson  <rth@redhat.com>
2908
2909         PR target/21412
2910         * config/rs6000/rs6000.c (rs6000_emit_move): Look for tls addresses
2911         with constant offsets.
2912
2913 2005-05-07  Nathan Sidwell  <nathan@codesourcery.com>
2914
2915         * config/v850/v850.c (print_operand): Use gcc_assert and
2916         gcc_unreachable, as appropriate.
2917         (print_operand_address, v850_handle_data_area_attribute,
2918         v850_encode_data_area, construct_restore_jr, construct_save_jarl,
2919         v850_insert_attributes, construct_prepare_instruction): Likewise.
2920         * config/v850/v850.h (INITIAL_ELIMINATION_OFFSET): Likewise.
2921         * config/v850/v850.md (movsicc, *sasf_1): Likewise.
2922
2923 2005-05-07  Kazu Hirata  <kazu@cs.umass.edu>
2924
2925         * tree-ssa-loop-ivcanon.c, config/i386/i386.c,
2926         config/rs6000/rs6000.h: Fix comment typos.
2927
2928 2005-05-07  Richard Sandiford  <rsandifo@redhat.com>
2929
2930         * doc/invoke.texi: Remove documentation for MIPS' -mint64 option.
2931         * config/mips/mips.c (TARGET_SCALAR_MODE_SUPPORTED_P): Delete.
2932         (mips_scalar_mode_supported_p): Delete.
2933
2934 2005-05-06  Eric Christopher  <echristo@redhat.com>
2935
2936         * config/mips/mips.opt: Remove -mint64 option.
2937         * config/mips/mips.c (override_options): Remove -mint64
2938         handling.
2939         * config/mips/mips.h (INT_TYPE_SIZE): Define to 32.
2940         * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Remove
2941         64-bit integer handling.
2942         * doc/invoke.texi (Option Summary): Remove -mint64 for
2943         mips.
2944
2945 2005-05-06  Zdenek Dvorak  <dvorakz@suse.cz>
2946
2947         PR tree-optimization/19401
2948         * tree-flow.h (tree_unroll_loops_completely): Declaration changed.
2949         * tree-ssa-loop-ivcanon.c (enum unroll_level): New.
2950         (estimated_unrolled_size): New function.
2951         (try_unroll_loop_completely, canonicalize_loop_induction_variables,
2952         tree_unroll_loops_completely): Always unroll loops if the code size
2953         does not increase.
2954         * tree-ssa-loop.c (tree_complete_unroll): Indicate whether all
2955         loops should be unrolled completely.
2956         (gate_tree_complete_unroll): Run complete unrolling unconditionally.
2957
2958 2005-05-06  Zdenek Dvorak  <dvorakz@suse.cz>
2959
2960         PR rtl-optimization/21254
2961         * loop-iv.c (iv_number_of_iterations): Simplify infiniteness
2962         assumptions for loops that otherwise do not roll.
2963         (find_simple_exit): Prefer # of iterations that is guaranteed
2964         not to be infinite.
2965         * loop-unroll.c (decide_peel_once_rolling,
2966         decide_peel_completely): Check whether the loop is infinite.
2967
2968 2005-05-06  Pat Haugen  <pthaugen@us.ibm.com>
2969
2970         * config/rs6000/sysv4.opt: Fix typo.
2971
2972 2005-05-06  Denis Vlasenko  <vda@port.imtp.ilyichevsk.odessa.ua>
2973             Jakub Jelinek  <jakub@redhat.com>
2974
2975         PR target/21329
2976         * config/i386/i386.c (ix86_expand_movmem): Don't use rep; movsb
2977         for -Os if (movsl;)*(movsw;)?(movsb;)? sequence is shorter.
2978         Don't use rep; movs{l,q} if the repetition count is really small,
2979         instead use a sequence of movs{l,q} instructions.
2980
2981 2005-05-06  Jeff Law  <law@redhat.com>
2982
2983         PR tree-optimization/21380
2984         * tree-ssa-threadupdate.c (thread_through_all_blocks): Do not
2985         thread through a block with no preds.
2986
2987 2005-05-06  Kazu Hirata  <kazu@cs.umass.edu>
2988
2989         * tree-ssa-operands.c (clobbered_v_may_defs, clobbered_vuses,
2990         ro_call_vuse, fini_ssa_operands, add_call_clobber_ops,
2991         add_call_read_ops): Use VEC instead of VARRAY.
2992
2993 2005-05-06  Nathan Sidwell  <nathan@codesourcery.com>
2994
2995         * config/mcore/mcore.c (mcore_print_operand_address): Use
2996         gcc_assert and gcc_unreachable as appropriate.
2997         (mcore_print_operand, mcore_gen_compare_reg, mcore_output_call,
2998         mcore_output_andn, output_inline_const, mcore_output_move,
2999         mcore_output_movedouble, mcore_expand_block_move,
3000         layout_mcore_frame, mcore_initial_elimination_offset,
3001         mcore_expand_prolog, mcore_mark_dllexport,
3002         mcore_mark_dllimport): Likewise.
3003         * config/mcore/mcore.h (switch_to_section): Likewise.
3004         * config/mcore/mcore.md: Likewise.
3005
3006 2005-05-06  Aldy Hernandez  <aldyh@redhat.com>
3007
3008         * config/rs6000/linux64.h: Remove MASK_PROFILE_KERNEL, and
3009         TARGET_PROFILE_KERNEL.
3010
3011         * config/rs6000/rs6000.c (output_profile_hook): Add comment to
3012         TARGET_PROFILE_KERNEL use.
3013
3014 2005-05-06  Nathan Sidwell  <nathan@codesourcery.com>
3015
3016         * config/m32r/m32r.c (m32r_encode_section_info): Use gcc_assert
3017         and gcc_unreachable, as appropriate.
3018         (gen_compare, gen_split_move_double, m32r_setup_incoming_varargs,
3019         m32r_expand_prologue, m32r_output_function_epilogue,
3020         m32r_legitimize_pic_address, m32r_print_operand_address,
3021         emit_cond_move, m32r_function_symbol,
3022         m32r_output_block_move): Likewise.
3023         * config/m32r/m32r.h (INITIAL_ELIMINATION_OFFSET): Likewise.
3024         * config/m32r/m32r.md ( *movsi_insn, *zero_branch_insn,
3025         *rev_zero_branch_insn): Likewise.
3026
3027 2005-05-06  Jakub Jelinek  <jakub@redhat.com>
3028
3029         PR c++/20961
3030         * varasm.c (merge_weak): Remove NEWDECL from WEAK_DECLS chain
3031         if both NEWDECL and OLDDECL are already weak.
3032
3033 2005-05-06  Richard Sandiford  <rsandifo@redhat.com>
3034
3035         * config/rs6000/sysv4.h (EXTRA_SUBTARGET_SWITCHES): Delete.
3036
3037 2005-05-05  J"orn Rennecke  <joern.rennecke@st.com>
3038             Kaz Kojima  <kkojima@gcc.gnu.org>
3039
3040         * config/sh/sh.c (sh_builtin_saveregs): Use copy_to_mode_reg
3041         and plus_constant.
3042
3043 2005-05-05  Aldy Hernandez  <aldyh@redhat.com>
3044             David Edelsohn  <edelsohn@gnu.org>
3045
3046         * config.gcc: Add .opt magic for the rs6000 ports.
3047
3048         * doc/invoke.texi: Document -mabi= option properly.  Document
3049         -misel and -mno-sel.  Document -mspe and -mno-spe.  Document
3050         -mvrsave and -mno-vrsave.  Document deprecation of -mspe= and
3051         -misel=.
3052
3053         * config/rs6000/aix.h: Remove XL_COMPAT stuff.  Remove
3054         SUBTARGET_SWITCHES and SUBSUBTARGET_SWITCHES.  Define
3055         TARGET_XL_COMPAT.
3056
3057         * config/rs6000/aix.opt: New.
3058         * config/rs6000/aix41.opt: New.
3059         * config/rs6000/aix64.opt: New.
3060         * config/rs6000/darwin.opt: New.
3061         * config/rs6000/linux64.opt: New.
3062         * config/rs6000/rs6000.opt: New.
3063         * config/rs6000/sysv4.opt: New.
3064
3065         * config/rs6000/sysv4.h: Delete definitions of MASK_* and
3066         associated TARGET_*.  Remove SUBTARGET_OPTIONS,
3067         SUBTARGET_SWITCHES.
3068         Define TARGET_USES_SYSV4_OPT.
3069         * config/rs6000/aix41.h: Remove SUBSUBTARGET_SWITCHES.
3070         * config/rs6000/aix43.h: Remove SUBSUBTARGET_SWITCHES.  Define
3071         TARGET_USES_AIX64_OPT.
3072         * config/rs6000/aix51.h: Same.
3073         * config/rs6000/aix52.h: Same.
3074         * config/rs6000/darwin.h: Remove SUBTARGET_SWITCHES,
3075         MASK_MACHO_DYNAMIC_NO_PIC, TARGET_MACHO_DYNAMIC_NO_PIC.
3076         Use TARGET_ALTIVEC_VRSAVE instead of rs6000_altivec_vrsave.
3077         Define TARGET_DYNAMIC_NO_PIC as TARGET_MACHO_DYNAMIC_NO_PIC.
3078         * config/rs6000/linux64.h: Use
3079         rs6000_explicit_options.  Remove EXTRA_SUBTARGET_SWITCHES.
3080
3081         * config/rs6000/rs6000.c: Remove definitions of
3082         rs6000_sched_restricted_insns_priority,
3083         rs6000_long_double_size_string, rs6000_altivec_vrsave,
3084         rs6000_altivec_vrsave_string, rs6000_isel, rs6000_spe,
3085         rs6000_float_gprs_string, rs6000_isel_string, rs6000_spe_string,
3086         rs6000_abi_string, rs6000_warn_altivec_long, rs6000_longcall,
3087         rs6000_alignment_string.  Define rs6000_explicit_options.
3088         (rs6000_parse_abi_options): Remove.
3089         (rs6000_parse_alignment_option): Remove.
3090         (rs6000_parse_float_gprs_option): Remove.
3091         (rs6000_handle_option): New.  Define TARGET_HANDLE_OPTION.  Define
3092         TARGET_DEFAULT_TARGET_FLAGS.
3093         (rs6000_override_options): Revamp to use new .opt machinery.
3094
3095         * config/rs6000/rs6000.h: Remove old MASK_* and TARGET_* in favor
3096         of new .opt machinery.  Remove target_flags.  Redefine
3097         TARGET_MFCRF and TARGET_POWERPC64.  Remove TARGET_SWITCHES,
3098         SUBTARGET_SWITCHES, TARGET_OPTIONS, SUBTARGET_OPTIONS,
3099         rs6000_float_gprs_string, rs6000_isel_string, rs6000_spe_string,
3100         rs6000_altivec_vrsave_string, rs6000_altivec_vrsave,
3101         rs6000_longcall_switch, rs6000_default_long_calls,
3102         rs6000_sched_costly_dep_str, rs6000_sched_costly_dep,
3103         rs6000_warn_altivec_long, rs6000_warn_altivec_long_switch, and
3104         TARGET_ALTIVEC_VRSAVE.
3105
3106 2005-05-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
3107
3108         * config.gcc (hppa1.1-*-rtems*): Remove.
3109         * config/pa/rtems.h: Remove.
3110
3111 2005-05-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
3112
3113         * config/rs6000/t-rtems (MULTILIB_NEW_EXCEPTIONS_ONLY):
3114         Exclude roe/603e multilib variants.
3115
3116 2005-05-04  Denis Chertykov  <denisc@overta.ru>
3117
3118         PR target/21284
3119         * config/avr/avr.c (avr_output_addr_vec_elt): Use special section
3120         for output.
3121
3122 2005-05-05  Richard Sandiford  <rsandifo@redhat.com>
3123
3124         * config.gcc (arm*-wince-pe*, arm-*-pe*, strongarm-*-pe): Add
3125         arm/pe.opt to $extra_options.
3126         * config/arm/arm.h (target_flags, target_fpu_name, target_fpe_name)
3127         (target_float_abi_name, target_float_switch, target_abi_name)
3128         (ARM_FLAG_APCS_FRAME, ARM_FLAG_POKE, ARM_FLAG_FPE, ARM_FLAG_APCS_STACK)
3129         (ARM_FLAG_APCS_FLOAT, ARM_FLAG_APCS_REENT, ARM_FLAG_BIG_END)
3130         (ARM_FLAG_INTERWORK, ARM_FLAG_LITTLE_WORDS, ARM_FLAG_NO_SCHED_PRO)
3131         (ARM_FLAG_ABORT_NORETURN, ARM_FLAG_SINGLE_PIC_BASE)
3132         (ARM_FLAG_LONG_CALLS, ARM_FLAG_THUMB, THUMB_FLAG_BACKTRACE)
3133         (THUMB_FLAG_LEAF_BACKTRACE, THUMB_FLAG_CALLEE_SUPER_INTERWORKING)
3134         (THUMB_FLAG_CALLER_SUPER_INTERWORKING, CIRRUS_FIX_INVALID_INSNS)
3135         (TARGET_APCS_FRAME, TARGET_POKE_FUNCTION_NAME, TARGET_FPE)
3136         (TARGET_APCS_STACK, TARGET_APCS_FLOAT, TARGET_APCS_REENT)
3137         (TARGET_BIG_END, TARGET_INTERWORK, TARGET_LITTLE_WORDS)
3138         (TARGET_NO_SCHED_PRO, TARGET_ABORT_NORETURN, TARGET_SINGLE_PIC_BASE)
3139         (TARGET_LONG_CALLS, TARGET_THUMB, TARGET_CALLER_INTERWORKING)
3140         (TARGET_CIRRUS_FIX_INVALID_INSNS, SUBTARGET_SWITCHES, TARGET_SWITCHES)
3141         (TARGET_OPTIONS, arm_cpu_select, arm_select,  structure_size_string)
3142         (arm_pic_register_string): Delete.
3143         (TARGET_BACKTRACE): Redefine using TARGET_TPCS_LEAF_FRAME and
3144         TARGET_TPCS_FRAME.
3145         (TARGET_DEFAULT, CONDITIONAL_REGISTER_USAGE): Update mask names.
3146         * config/arm/coff.h (TARGET_DEFAULT): Likewise.
3147         * config/arm/elf.h (TARGET_DEFAULT): Likewise.
3148         * config/arm/netbsd-elf.h (TARGET_DEFAULT): Likewise.
3149         * config/arm/netbsd.h (TARGET_DEFAULT): Likewise.
3150         * config/arm/semi.h (TARGET_DEFAULT): Likewise.
3151         * config/arm/uclinux-elf.h (TARGET_DEFAULT): Likewise.
3152         * config/arm/wince-pe.h (TARGET_DEFAULT): Likewise.
3153         * config/arm/pe.h (TARGET_DEFAULT): Likewise.
3154         (TARGET_FLAG_NOP_FUN, TARGET_NOP_FUN_DLLIMPORT): Delete.
3155         (SUBTARGET_SWITCHES): Delete.
3156         * config/arm/arm.c (target_float_switch): Delete.
3157         (arm_cpu_select): Moved from config/arm/arm.h.
3158         (target_fpu_name, target_fpe_name, target_float_abi_name)
3159         (target_abi_name, structure_size_string, arm_pic_register_string)
3160         (arm_select): Make static.
3161         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
3162         (arm_handle_option): New function.
3163         (arm_override_options): Update target_flags checks for new mask names.
3164         Remove target_float_switch code.
3165         (arm_expand_prologue, thumb_expand_prologue): Check
3166         !TARGET_SCHED_PROLOG instead of TARGET_NO_SCHED_PRO.
3167         * config/arm/arm.opt, config/arm/pe.opt: New files.
3168
3169 2005-05-05  Nathan Sidwell  <nathan@codesourcery.com>
3170
3171         * config/arc/arc.c (get_arc_condition_code): Use gcc_assert &
3172         gcc_unreachable as appropriate.
3173         (arc_double_limm_p, arc_setup_incoming_varargs,
3174         arc_compute_function_type, arc_output_function_prologue,
3175         arc_output_function_epilogue, arc_eligible_for_epilogue_delay,
3176         output_shift, arc_print_operand, arc_print_operand_address,
3177         arc_final_prescan_insn): Likewise.
3178         * config/arc/arc.md (*movdi_insn, *movdf_insn): Likewise.
3179
3180 2005-05-04  Geoffrey Keating  <geoffk@apple.com>
3181
3182         * config/rs6000/rs6000.md (P): Use TARGET_*BIT rather than
3183         comparing Pmode.
3184         (SDI): New.
3185         (cmp): Delete.
3186         (wd): New.
3187         (add<mode>3, add<mode>3_internal1, add<mode>3_internal2,
3188         add<mode>3_internal3, one_cmpl<mode>2, sub<mode>3, neg<mode>2,
3189         clz<mode>2, ctz<mode>2, ffs<mode>2): New.
3190         (addsi3, addsi3_internal1, addsi3_internal2, addsi3_internal3,
3191         (one_cmplsi2, subsi3, negsi2, clzsi2, ctzsi2, ffssi2): Remove.
3192         (adddi3, adddi3_internal1, adddi3_internal2, adddi3_internal3,
3193         (one_cmpldi2, subdi3, negdi2, clzdi2, ctzdi2, ffsdi2): Remove.
3194         (sync_compare_and_swap<mode>): Use <wd> rather than <cmp>.
3195
3196 2005-05-05  Paul Brook  <paul@codesourcery.com>
3197
3198         * Makefile.in: Replace dependencies on basic-block.h, c-pragma.h,
3199         cfgloop.h, diagnostic.h, insn-attr.h, langhooks-def.h, params.h,
3200         regs.h, system.h, tree-dump.h, tree-gimple.h, tree-scalar-evolution.h
3201         and tree-data-ref.h with *_H variables.
3202
3203 2005-05-05  Kelley Cook  <kcook@gcc.gnu.org>
3204
3205         * config/m32r/xm-m32r.h, config/m32r/xm-linux.h: Delete files.
3206
3207 2005-05-05  Kelley Cook  <kcook@gcc.gnu.org>
3208
3209         * system.h: Poison BYTEORDER and HOST_WORDS_BIG_ENDIAN.
3210
3211 2005-05-04  Gerald Pfeifer  <gerald@pfeifer.com>
3212
3213         * doc/contrib.texi (Contributors): Add Mostafa Hagog and Ayal Zaks.
3214
3215 2005-05-04 Fariborz Jahanian <fjahanian@apple.com>
3216
3217         * config/rs6000/rs6000.c (rs6000_emit_prologue): Emit
3218         setting of vrsave register for current function after
3219         call to save_world is emitted.
3220
3221 2005-05-05  Hans-Peter Nilsson  <hp@bitrange.com>
3222
3223         * config/mmix/predicates.md: New file.
3224         * config/mmix/mmix.c (mmix_symbolic_or_address_operand)
3225         (mmix_reg_or_constant_operand, mmix_reg_cc_operand)
3226         (mmix_foldable_comparison_operator, mmix_comparison_operator)
3227         (mmix_reg_or_0_operand, mmix_reg_or_8bit_operand): Remove.
3228         * config/mmix/mmix.h (PREDICATE_CODES, SPECIAL_MODE_PREDICATES):
3229         Don't define.
3230         * config/mmix/mmix.md: Include predicates.md.
3231         ("call", "call_value"): Force address to register if it isn't a
3232         mmix_symbolic_or_address_operand.
3233
3234 2005-05-04  Andrew MacLeod  <amacleod@redhat.com>
3235
3236         * tree-flow-inline.h (op_iter_init_use, op_iter_init_def): Assert that
3237         the flags are of appropriate types.
3238         (num_ssa_operands): Generalize using the generic interface.
3239         * tree-ssa-dce.c (remove_dead_stmt): Don't ask for kills on a DEF
3240         iterator.
3241
3242 2005-05-04  Richard Sandiford  <rsandifo@redhat.com>
3243
3244         * protoize.c (version_flag, quiet_flag, nochange_flag, nosave_flag)
3245         (keep_flag, local_flag, global_flag, cplusplus_flag): Make extern.
3246
3247 2005-05-04  Kazu Hirata  <kazu@cs.umass.edu>
3248
3249         * tree-outof-ssa.c (edge_leader, stmt_list,
3250         analyze_edges_for_bb): Use VEC instead of VARRAY.
3251         (init_analayze_edges_for_bb, fini_analayze_edges_for_bb): New.
3252         (perform_edge_inserts): Call init_analayze_edges_for_bb and
3253         fini_analayze_edges_for_bb.
3254
3255 2005-05-04  James E Wilson  <wilson@specifixinc.com>
3256
3257         PR driver/21112
3258         * gcc.c (process_command): In the second argv scan loop, ignore
3259         Xassembler and Xpreprocessor, along with their argument.
3260
3261 2005-05-04  Kazu Hirata  <kazu@cs.umass.edu>
3262
3263         * tree-flow-inline.h, tree-ssa-operands.c,
3264         tree-ssa-operands.h, tree-ssa-opfinalize.h:
3265         Likewise. tree-vn.c: Fix comment typos.
3266         * doc/passes.texi, doc/tree-ssa.texi: Fix typos.
3267
3268 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
3269
3270         * doc/tm.texi (Target Hooks): Document
3271         TARGET_RESOLVE_OVERLOADED_BUILTIN.
3272
3273 2005-05-04  Paul Brook  <paul@codesourcery.com>
3274
3275         * Makefile.in: Change dependencies on target.h to $(TARGET_H).
3276
3277 2005-05-04  Kazu Hirata  <kazu@cs.umass.edu>
3278
3279         * dwarf2out.c (incomplete_types, retry_incomplete_types,
3280         gen_struct_or_union_type_die, dwarf2out_init): Use VEC instead
3281         of VARRAY.
3282
3283         * loop-unroll.c (var_to_expand, analyze_insn_to_expand_var,
3284         get_expansion, expand_var_during_unrolling,
3285         insert_var_expansion_initialization,
3286         combine_var_copies_in_loop_exit, release_var_copies): Use VEC
3287         instead of VARRAY.
3288
3289         * tree-ssa-loop-ivopts.c (rewrite_address_base): Don't call
3290         update_stmt.
3291
3292 2004-05-03  Andrew Pinski  <pinskia@physics.uc.edu>
3293
3294         PR middle-end/15618
3295         * fold-const.c (fold_widened_comparison): Treat BOOLEAN_TYPE
3296         the same as INTEGER_TYPE.
3297         (fold_binary): Fold "bool_var != 0" to bool_var.
3298         Fold "bool_var == 1" to bool_var.
3299
3300 2004-05-03  Richard Henderson  <rth@redhat.com>
3301
3302         PR middle-end/21318
3303         * function.c (instantiate_virtual_regs_in_insn): Use the mode
3304         from recog_data instead of insn_data.
3305
3306 2005-05-03  DJ Delorie  <dj@redhat.com>
3307
3308         * common.opt (fdiagnostics-show-option): No variable is needed.
3309         * diagnostic.h (diagnostic_context): Add show_option_requested flag.
3310         * diagnostic.c (diagnostic_initialize): Initialize show_option_requested.
3311         (diagnostic_report_diagnostic): Test for enabled diagnostics here.
3312         Save and restore original message format.  Use flag in context
3313         instead of global.
3314         (warning): Don't test for enabled warnings here.
3315         * opts.c (common_handle_option): Handle -fdiagnostics-show-option
3316         here.
3317
3318 2005-05-04  Kelley Cook  <kcook@gcc.gnu.org>
3319
3320         * config/m32r/xm-m32r.h: Don't define HOST_WORDS_BIG_ENDIAN.
3321         * config/m32r/xm-linux.h: Don't undefine HOST_WORDS_BIG_ENDIAN.
3322         * mips-tfile.c: Use WORDS_BIG_ENDIAN instead of HOST_WORDS_BIG_ENDIAN.
3323         * aclocal.m4: Don't include accross.m4.
3324         * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
3325         Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
3326         * configure, config.in: Regenerate.
3327
3328 2005-05-04  Jakub Jelinek  <jakub@redhat.com>
3329
3330         PR middle-end/21265
3331         * expr.h (enum block_op_methods): Add BLOCK_OP_TAILCALL.
3332         (clear_storage): Add argument.
3333         * expr.c (emit_block_move_via_libcall, clear_storage_via_libcall):
3334         Add tailcall argument, set CALL_EXPR_TAILCALL of the CALL_EXPR to
3335         tailcall.
3336         (emit_block_move): Handle BLOCK_OP_TAILCALL method.
3337         (clear_storage): Add method argument, handle BLOCK_OP_TAILCALL.
3338         (store_expr, store_constructor): Adjust callers.
3339         * builtins.c (expand_builtin_memcpy): Pass BLOCK_OP_TAILCALL
3340         to emit_block_move if CALL_EXPR_TAILCALL (exp).
3341         (expand_builtin_memmove): Add ORIG_EXP argument, copy
3342         CALL_EXPR_TAILCALL from ORIG_EXP to the new CALL_EXPR.
3343         (expand_builtin_bcopy): Replace ARGLIST and TYPE arguments
3344         with EXP.  Pass EXP to expand_builtin_memmove.
3345         (expand_builtin_memset): Add ORIG_EXP argument, pass
3346         BLOCK_OP_TAILCALL to clear_storage if CALL_EXPR_TAILCALL (orig_exp).
3347         (expand_builtin_bzero): Replace ARGLIST argument with EXP.
3348         Pass EXP to expand_builtin_memset.
3349         (expand_builtin_strcmp): Copy CALL_EXPR_TAILCALL from EXP to
3350         the new CALL_EXPR.
3351         (expand_builtin_strncmp): Likewise.
3352         (expand_builtin_printf): Replace ARGLIST argument with EXP.
3353         Copy CALL_EXPR_TAILCALL from EXP to the new CALL_EXPR.
3354         (expand_builtin_fprintf): Likewise.
3355         (expand_builtin): Adjust calls to
3356         expand_builtin_{memmove,bcopy,memset,bzero,{,f}printf}.
3357
3358         * config/i386/i386.c (ix86_expand_vector_set): Fix setting 3rd and 4th
3359         item in V4SF mode.
3360
3361         PR rtl-optimization/21239
3362         * combine.c (combine_simplify_rtx) <case VEC_SELECT>: Fix a typo.
3363
3364 2005-05-03  Kazu Hirata  <kazu@cs.umass.edu>
3365
3366         * tree-flow.h (tree_ann_common_d): Move aux to ...
3367         (stmt_ann_d): ... here.
3368         * tree-ssa-loop-im.c (LIM_DATA, determine_invariantness_stmt,
3369         move_computations_stmt, schedule_sm): Update references to
3370         aux.
3371         * tree-vectorizer.h (set_stmt_info, vinfo_for_stmt): Likewise.
3372
3373         * tree-cfg.c (remove_bb): Remove a redundant call to
3374         set_bb_for_stmt.
3375         * tree-if-conv.c (replace_phi_with_cond_modify_expr):
3376         Likewise.
3377
3378 2005-05-03  Richard Henderson  <rth@redhat.com>
3379
3380         * config/rs6000/rs6000.c: Remove conflict markers.
3381
3382         * cfg.c (dump_flow_info): Use max_reg_num, not max_regno.
3383
3384 2005-05-03  James E Wilson  <wilson@specifixinc.com>
3385
3386         * dwarf2out.c (lookup_filename): Call maybe_emit_file.
3387
3388 2005-05-03  DJ Delorie  <dj@redhat.com>
3389
3390         * c-decl.c (store_parm_decls_oldstyle): Let diagnostic machinery
3391         decide if the warning will be printed.
3392         * calls.c (expand_call): Likewise.
3393         * function.c (init-function_start): Likewise.
3394
3395         * common.opt (-fdiagnostics-show-option): New.
3396         * opts.c (option_enabled): Accept the option index instead of a
3397         pointer to the option descriptor.
3398         * opts.h (option_enabled): Likewise.
3399         * toplev.c (print_switch_values): Pass option index, not option
3400         descriptor.
3401         * diagnostic.h (diagnostic_info): Add option_index.
3402         * diagnostic.c: Include opts.h.
3403         (diagnostic_set_info): Initialize option_index.
3404         (diagnostic_report_diagnostic): Amend option name if appropriate.
3405         (warning): Check to see if the specified warning is enabled.
3406         Store option index.
3407         * doc/invoke.texi (-fdiagnostics-show-options): Document.
3408
3409 2005-05-03  Richard Henderson  <rth@redhat.com>
3410
3411         * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Fix ALL_REGS and
3412         SPEC_OR_GEN_REGS definitions.
3413
3414 2005-05-03  Alexandre Oliva  <aoliva@redhat.com>
3415
3416         PR target/16888
3417         * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Clear reg names
3418         for unavailable registers.
3419
3420 2005-05-03  Kazu Hirata  <kazu@cs.umass.edu>
3421
3422         * tree-cfg.c (tree_forwarder_block_p): Fix a typo.
3423
3424         * cfglayout.c (block_locators_blocks,
3425         insn_locators_initialize, insn_scope): Use VEC instead of
3426         VARRAY.
3427
3428         * tree-mudflap.c (deferred_static_decls, mudflap_enqueue_decl,
3429         mudflap_finish_file, mudflap_finish_file): Use VEC instead of
3430         VARRAY.
3431
3432 2005-05-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
3433
3434         * config/sparc/predicates.md (const_compl_high_operand): New.
3435         * config/sparc/sparc.c (sparc_emit_set_safe_HIGH64): Rename into
3436         gen_safe_HIGH64.
3437         (sparc_emit_set_const64_quick1): Adjust for above change.
3438         (sparc_emit_set_const64_quick2): Likewise.
3439         (sparc_emit_set_const64_longway): Likewise.
3440         (sparc_emit_set_const64): Likewise.
3441         * config/sparc/sparc.md (movhi_const64_special, movsi_const64_special,
3442         movdi_const64_special): Delete.
3443         (logical constant splitters): Use const_compl_high_operand.
3444
3445 2005-05-03  Richard Guenther  <rguenth@gcc.gnu.org>
3446
3447         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Use STRIP_TYPE_NOPS
3448         rather than STRIP_NOPS.
3449
3450 2005-05-03  Jakub Jelinek  <jakub@redhat.com>
3451
3452         PR rtl-optimization/21330
3453         * loop-unswitch.c (may_unswitch_on): Set *cinsn only when
3454         returning non-NULL.
3455         (unswitch_single_loop): Clear cinsn when retrying.
3456
3457         PR target/21297
3458         * config/i386/i386.c (legitimize_address): When canonicalizing
3459         ASHIFT into MULT, multiply by 1 << shift_count instead of
3460         1 << log2 (shift_count).
3461
3462 2005-05-03  Andrew MacLeod  <amacleod@redhat.com>
3463
3464         * lambda-code.c (gcc_loop_to_lambda_loop,
3465         lambda_loopnest_to_gcc_loopnest, phi_loop_edge_uses_def,
3466         stmt_is_bumper_for_loop, perfect_nest_p, replace_uses_of_x_with_y): Use
3467         generic operand interface.
3468         * tree-data-ref.c (find_data_references_in_loop): Use generic interface.
3469         * tree-dfa.c (collect_dfa_stats_r, mark_new_vars_to_rename): Use
3470         generic operand interface.
3471         * tree-flow-inline.h (delink_imm_use, link_imm_use_to_list,
3472         link_imm_use, link_imm_use_stmt, relink_imm_use, relink_imm_use_stmt,
3473         next_safe_imm_use, has_zero_uses, has_single_use, single_imm_use,
3474         num_imm_uses): Use ssa_use_operand_t.
3475         (get_def_ops, get_use_ops, get_v_may_def_ops, get_vuse_ops,
3476         get_v_must_def_ops): Delete.
3477         (get_def_from_ptr, get_phi_result_ptr): Get def directly now.
3478         (get_use_op_ptr, get_def_op_ptr, get_v_may_def_result_ptr,
3479         get_v_may_def_op_ptr, get_vuse_op_ptr, get_v_must_def_result_ptr,
3480         get_v_must_def_kill_ptr): Delete.
3481         (delink_stmt_imm_use): Move and use new operand interface.
3482         (op_iter_next_use, op_iter_next_def, op_iter_next_tree, op_iter_init,
3483         op_iter_next_tree): Use new operand implementation.
3484         (clear_and_done_ssa_iter): New.  Initialize a blank operand iterator.
3485         (op_iter_init_use, op_iter_init_def, op_iter_init_tree): Add iterator
3486         type check.
3487         (op_iter_next_mustdef, op_iter_next_maydef,
3488         op_iter_next_must_and_may_def): Delete. Replace with...
3489         (op_iter_next_maymustdef): New.  Combine must and may next operations.
3490         (op_iter_init_maydef, op_iter_init_mustdef,
3491         op_iter_init_must_and_may_def): Use new interface.
3492         (single_ssa_tree_operand ): New.  Process single operands only as trees.
3493         (single_ssa_use_operand): New.  Process single operands only as uses.
3494         (single_ssa_def_operand): New.  Process single operands only as defs.
3495         (zero_ssa_operands): New.  Return TRUE if there are zero operands of the
3496         specified types.
3497         (num_ssa_operands): New.  Count the number of specified operands.
3498         (compare_ssa_operands_equal): New.  Compare two statements' operands.
3499         (single_phi_def): New.  Return true if PHI has one def of the specified
3500         operand type.
3501         (op_iter_init_phiuse): New.  Initialize the iterator for PHI arguments.
3502         (op_iter_init_phidef): New.  Initialize the iterator for the PHI def.
3503         * tree-flow.h (struct immediate_use_iterator_d): Use ssa_use_operand_t.
3504         (struct stmt_ann_d): Operands field no longer require GTY().
3505         (vn_compute, vn_lookup_or_add, vn_add, vn_lookup): Change prototype.
3506         * tree-into-ssa.c (mark_def_sites): Use SSA_OP_VMUSTKILL.
3507         * tree-outof-ssa.c (check_replaceable, find_replaceable_in_bb,
3508         dump_replaceable_exprs, rewrite_trees): Use generic interface.
3509         * tree-phinodes.c (make_phi_node, release_phi_node, resize_phi_node):
3510         Use use_operand_p instead of ssa_imm_use_t *.
3511         * tree-pretty-print.c (dump_vops): check if operands are active before
3512         dumping virtual operands.
3513         * tree-sra.c (sra_walk_function): Use ZERO_SSA_OPERANDS.
3514         * tree-ssa-ccp.c (likely_value): Use ZERO_SSA_OPERANDS.
3515         (ccp_fold): Use new interface.
3516         (ccp_visit_stmt): Remove unused variables and code.
3517         (convert_to_gimple_builtin): Insert statements before calling
3518         mark_new_vars_to_rename.
3519         * tree-ssa-copy.c (stmt_may_generate_copy): Use ZERO_SSA_OPERANDS.
3520         (copy_prop_visit_cond_stmt): Use generic interface.
3521         * tree-ssa-dom.c (struct expr_hash_elt): Use stmt pointer, not the
3522         annotation in table.
3523         (thread_across_edge): Use generic interface.
3524         (initialize_hash_element): Initialzie with stmt, not annotation.
3525         (eliminate_redundant_computations): Use generic interface.
3526         (record_equivalences_from_stmt): Pass stmt, not annotation.
3527         (avail_expr_hash, real_avail_expr_hash, avail_expr_eq): Use generic
3528         interface.
3529         * tree-ssa-dse.c (dse_optimize_stmt): Use ZERO_SSA_OPERANDS.
3530         * tree-ssa-loop-ivopts.c (find_invariants_stmt,
3531         find_interesting_uses_stmt, protect_loop_closed_ssa_form_use): Use
3532         generic operand interface.
3533         * tree-ssa-loop-niter.c (chain_of_csts_start, get_val_for): Use generic
3534         interface.
3535         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Use Generic operand
3536         Interface.
3537         * tree-ssa-operands.c (struct opbuild_list_d): New.  Operand build type.
3538         (build_defs, build_uses, build_v_may_defs, build_vuses,
3539         build_v_must_defs): Change type to struct opbuild_list_d.
3540         (ops_active): New.  Operands active boolean.
3541         (operand_memory, operand_memory_index): New.  Operand memory managers.
3542         (allocate_def_optype, allocate_use_optype, allocate_v_may_def_optype,
3543         allocate_vuse_optype, allocate_v_must_def_optype): Delete.
3544         (free_uses, free_defs, free_vuses, free_v_may_defs, free_v_must_defs):
3545         Change from functions to static variable list heads.
3546         (opbuild_initialize_virtual): New.  Initialize a virtual build list.
3547         (opbuild_initialize_real): New.  Initialize a virtual build list.
3548         (opbuild_free): New.  Free a build list.
3549         (opbuild_num_elems): New.  Number of items in a list.
3550         (opbuild_append_real): New.  Add a real (tree *) operand.
3551         (opbuild_append_virtual): New.  Add and sort a virtual (tree) operand.
3552         (opbuild_first): New.  Return first element index in a list.
3553         (opbuild_next): New.  Return next element in a list.
3554         (opbuild_elem_real): New.  Return real element.
3555         (opbuild_elem_virtual): New.  Return virtual element.
3556         (opbuild_elem_uid): New.  Return UID of virtual element.
3557         (opbuild_clear): New.  Reset an operand list.
3558         (opbuild_remove_elem): New.  Remove an element form a list.
3559         (ssa_operands_active): New.  Return true if operand cache is active.
3560         (init_ssa_operands, fini_ssa_operands): Initialize new implementation.
3561         (ssa_operand_alloc): New.  Allocate memory from an operand chunk.
3562         (correct_use_link): Use use_operand_p.
3563         (finalize_ssa_uses, finalize_ssa_v_may_defs, finalize_ssa_defs,
3564         finalize_ssa_vuses, finalize_ssa_v_must_defs): New implmentation.
3565         (cleanup_v_may_defs): Use new implmentation.
3566         (finalize_ssa_stmt_operands, start_ssa_stmt_operands): New
3567         implementation.
3568         (append_def, append_use, append_v_may_def, append_vuse,
3569         append_v_must_def): Call opbuild_append routine instead of using varray.
3570         (build_ssa_operands): Simplify to simply use stmt, don't maintain a
3571         global parse_old_ops variable.
3572         (free_ssa_operands): New implementation.
3573         (update_stmt_operands): Move.  Change argument to build_ssa_operands.
3574         (copy_virtual_operands): Move. New generic implementation.
3575         (create_ssa_artficial_load_stmt): Move. New implementation.
3576         (swap_tree_operands): Update for new implementation.
3577         (get_expr_operands): Add stmt parameter to calls to swap_tree_operands.
3578         (add_call_clobber_ops, add_call_read_ops): Initialize opbuild list
3579         rather than a varray.
3580         (verify_imm_links): Use use_operand_p.
3581         (dump_immediate_uses_for): If the immediate use variable is a virtual
3582         variable, show the virtual ops in the stmt.
3583         * tree-ssa-operands.h (def_operand_p): No longer a structure.
3584         (NULL_DEF_OPERAND_P): Now a #define.
3585         (def_optype_d, use_optype_d, v_def_use_operand_type, v_may_def_optype_d,
3586         vuse_operand_type, vuse_optype_d, v_must_def_optype_d): Delete.
3587         (def_optype_d, use_optype_d, maydef_optype_d, vuse_optype_d,
3588         mustdef_optype_d): New.  Use Linked list representation.
3589         (SSA_OPERAND_MEMORY_SIZE): New.  Size of operand memory chunk.
3590         (struct ssa_operand_memory_d): New.  Allocated Chunk node.
3591         (struct stmt_operands_d): Change to new pointers that are not GTY.
3592         (STMT_USE_OPS, NUM_USES, SET_USE_OP, STMT_DEF_OPS, NUM_DEFS, SET_DEF_OP,
3593         STMT_V_MAY_DEF_OPS, NUM_V_MAY_DEFS, SET_V_MAY_DEF_RESULT,
3594         SET_V_MAY_DEF_OP, STMT_VUSE_OPS, NUM_VUSES, SET_VUSE_OP,
3595         STMT_V_MUST_DEF_OPS, NUM_V_MUST_DEFS, SET_V_MUST_DEF_RESULT,
3596         SET_V_MUST_DEF_KILL): Delete.
3597         (V_MAY_DEF_OPS, V_MAY_DEF_RESULT_PTR, V_MAY_DEF_RESULT,
3598         V_MAY_DEF_OP_PTR, V_MAY_DEF_OP): Rename to MAYDEF_*.
3599         (V_MUST_DEF_OPS, V_MUST_DEF_RESULT_PTR, V_MUST_DEF_RESULT,
3600         V_MUST_DEF_KILL_PTR, V_MUST_DEF_KILL): Rename to MUSTDEF_*.
3601         (enum ssa_op_iter_type): Operand iterator typechecking values.
3602         (struct ssa_operand_iterator_d): Use linked lists of operands.
3603         (SSA_OP_VMUSTDEFKILL): Rename to SSA_OP_VMUSTKILL.
3604         (FOR_EACH_SSA_MAYDEF_OPERAND, FOR_EACH_SSA_MUSTDEF_OPERAND,
3605         FOR_EACH_SSA_MUST_AND_MAY_DEF_OPERAND): Use op_iter_next_maymustdef.
3606         (FOR_EACH_PHI_ARG): New.  Iterate over PHI arguments.
3607         (FOR_EACH_PHI_OR_STMT_USE): New.  Iterate over PHI or stmt uses.
3608         (FOR_EACH_PHI_OR_STMT_DEF): New.  Iterate over PHI or stmt defs.
3609         (SINGLE_SSA_TREE_OPERAND, SINGLE_SSA_USE_OPERAND,
3610         SINGLE_SSA_DEF_OPERAND, ZERO_SSA_OPERANDS, NUM_SSA_OPERANDS): New.
3611         * tree-ssa-opfinalize.h: New.  Function templates for expansion.
3612         (FINALIZE_ALLOC): Expands into alloc_def, alloc_use, alloc_maydef,
3613         alloc_vuse, and alloc_mustdef.
3614         (FINALIZE_FUNC): Expands into finalize_ssa_def_ops,
3615         finalize_ssa_use_ops, finalize_ssa_v_may_def_ops, finalize_ssa_vuse_ops,
3616         and finalize_ssa_v_must_def_ops.
3617         * tree-ssa-pre.c (add_to_sets): Pass tree to vn_add.
3618         (create_value_expr_from): Use stmt not vuse_optype as a parameter. Pass
3619         stmt around.
3620         (compute_avail): Use generic iterator interface.
3621         * tree-ssa-propagate.c (first_vdef): Use generic operand interface.
3622         (stmt_makes_single_load, stmt_makes_single_store): Use
3623         ZERO_SSA_OPERANDS.
3624         * tree-ssa-sink.c (is_hidden_global_store): Use ZERO_SSA_OPERANDS.
3625         (statement_sink_location): Use generic interface.
3626         * tree-ssa.c (verify_ssa):  Use %p in fprintf.  Use generic interface.
3627         (delete_tree_ssa): Don't call release_defs.  Call release_ssa_name and
3628         reset the immediate use link nodes.
3629         (stmt_references_memory_p): Use ZERO_SSA_OPERANDS.
3630         * tree-ssanames.c (make_ssa_name): Use use_operand_p.
3631         * tree-tailcall.c (find_tail_calls): Use ZERO_SSA_OPERANDS.
3632         (eliminate_tail_call): Use generic operand interface.
3633         * tree-vect-analyze.c (vect_analyze_data_refs): Use ZERO_SSA_OPERANDS.
3634         (vect_mark_relevant, vect_mark_stmts_to_be_vectorized): Use generic
3635         interface.
3636         * tree-vect-transform.c (update_vuses_to_preheader): Use generic
3637         interface.
3638         * tree-vectorizer.c (rename_variables_in_bb): Use generic interface.
3639         * tree-vn.c (struct val_expr_pair_d): Cache statment pointer instead of
3640         vuse_optype.
3641         (vn_compute, val_expr_pair_hash, vn_add, vn_lookup, vn_lookup_or_add):
3642         Use statement pointer instead of vuse_optype.  Use generic interface.
3643         * tree-vrp.c (maybe_add_assert_expr): Use generic interface.
3644         (stmt_interesting_for_vrp, vrp_visit_stmt): Use ZERO_SSA_OPERANDS.
3645         * tree.h (struct ssa_imm_use_d): Renamed to ssa_use_operand_d.
3646         (tree_ssa_name, phi_arg_d): Use ssa_use_operand_d.
3647         * doc/tree-ssa.texi: Update documentation for operand interface.
3648
3649 2005-05-03  Nathan Sidwell  <nathan@codesourcery.com>
3650
3651         * config/darwin.c (machopic_define_symbol): Use gcc_assert or
3652         gcc_unreachable as appropriate.
3653         (machopic_function_base_name, machopic_indirect_data_reference,
3654         machopic_legitimize_pic_address, darwin_non_lazy_pcrel): Likewise.
3655         * config/host-darwin.c (darwin_gt_pch_use_address): Likewise
3656         * config/rs6000/altivec.md (*mov<mode>_internal,
3657         build_vector_mask_for_load): Likewise.
3658         * config/rs6000/darwin.md (movdf_low_si, movdf_low_di,
3659         *call_nonlocal_darwin64, *call_value_nonlocal_darwin64,
3660         *sibcall_symbolic_64, *sibcall_value_symbolic_64): Likewise.
3661         * config/rs6000/predicates.md (easy_fp_constant,
3662         logical_operand): Likewise.
3663         * config/rs6000/rs6000.c (spe_expand_predicate_builtin,
3664         compute_save_world_info, rs6000_emit_prologue,
3665         rs6000_output_mi_thunk): Reword comments to avoid 'abort'.
3666         * config/rs6000/host-darwin.c (segv_handler): Use fancy_abort
3667         directly.
3668
3669 2005-05-03  Uros Bizjak  <uros@kss-loka.si>
3670
3671         PR middle-end/21282
3672         * convert.c (convert_to_integer): Convert ceil and floor in
3673         c99 mode only.
3674
3675 2005-04-29  Geoffrey Keating  <geoffk@apple.com>
3676
3677         PR target/20813
3678         * config/rs6000/rs6000.md (floatsidf2_internal): Merge to create
3679         define_insn_and_split.  Split only when memory operand is
3680         offsettable.  Use adjust_address rather than plus_constant.
3681         (floatunssidf2_internal): Likewise.
3682         (fix_truncdfsi2_internal): Split only when memory operand is
3683         offsettable.  Use adjust_address rather than plus_constant.
3684         (fix_trunctfsi2_internal): Likewise.
3685         (floatsidf2_internal): Likewise.
3686
3687 2005-05-02  Diego Novillo  <dnovillo@redhat.com>
3688
3689         * tree-vrp.c (set_value_range_to_nonnull): Declare inline.
3690         (set_value_range_to_null): Likewise.
3691         (set_value_range_to_varying): New function.  Use it in all
3692         call sites that used to call set_value_range (vr, VR_VARYING, ...).
3693         (extract_range_from_assert): If the integral type has a
3694         super-type, and LIMIT is not within MIN and MAX values of that
3695         type, set the resulting range to VR_VARYING.
3696
3697 2005-05-02  Hans-Peter Nilsson  <hp@bitrange.com>
3698
3699         * config/mmix/mmix.opt: New file.
3700         * config/mmix/mmix.h: Move options-related comments to mmix.opt.
3701         (mmix_cc1_ignored_option): Don't declare.
3702         (TARGET_OPTIONS, TARGET_MASK_LIBFUNCS, TARGET_MASK_ABI_GNU)
3703         (TARGET_MASK_FCMP_EPSILON, TARGET_MASK_ZERO_EXTEND)
3704         (TARGET_MASK_KNUTH_DIVISION, TARGET_MASK_TOPLEVEL_SYMBOLS)
3705         (TARGET_MASK_BRANCH_PREDICT, TARGET_MASK_USE_RETURN_INSN)
3706         (TARGET_MASK_BASE_ADDRESSES, TARGET_LIBFUNC, TARGET_ABI_GNU,
3707         (TARGET_FCMP_EPSILON, TARGET_ZERO_EXTEND, TARGET_KNUTH_DIVISION)
3708         (TARGET_TOPLEVEL_SYMBOLS, TARGET_BRANCH_PREDICT)
3709         (TARGET_BASE_ADDRESSES, TARGET_USE_RETURN_INSN, TARGET_SWITCHES):
3710         Don't define.
3711         (TARGET_DEFAULT): Change TARGET_MASK_... to MASK_...
3712         * config/mmix/mmix.c (mmix_cc1_ignored_option): Remove.
3713         (TARGET_DEFAULT_TARGET_FLAGS): Override default.
3714
3715 2005-05-02  Joseph S. Myers  <joseph@codesourcery.com>
3716
3717         PR c/15698
3718         * c-tree.h (C_DECL_BUILTIN_PROTOTYPE): New.
3719         * c-decl.c (current_function_prototype_built_in,
3720         current_function_prototype_arg_types): New.
3721         (merge_decls): Keep source location of prototype followed by
3722         nonprototype declaration.  Update C_DECL_BUILTIN_PROTOTYPE.
3723         (builtin_function): Set C_DECL_BUILTIN_PROTOTYPE.
3724         (start_function): Always set current_function_prototype_locus,
3725         current_function_prototype_built_in and
3726         current_function_prototype_arg_types.  Check for external
3727         prototype whether or not visible for external function and set
3728         current_function_prototype_arg_types accordingly.
3729         (store_parm_decls_oldstyle): Use
3730         current_function_prototype_arg_types for checking old-style
3731         definition against prototype.  Give warnings only if
3732         current_function_prototype_built_in).
3733
3734 2005-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
3735
3736         * ggc.h (ggc_alloc_zone_pass_stat): New macro.
3737         (ggc_alloc_zone_stat): Don't define.
3738         * ggc-zone.c (ggc_alloc_typed_stat, ggc_alloc_stat): Use
3739         ggc_alloc_zone_pass_stat.
3740         * rtl.c (rtx_alloc_stat, shallow_copy_rtx_stat): Likewise.
3741         * tree.c (make_node_stat, copy_node_stat, make_tree_binfo_stat)
3742         (make_tree_vec_stat, tree_cons_stat, build1_stat): Likewise.
3743
3744 2005-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
3745
3746         * calls.c (expand_call): Handle current_function_pretend_args_size
3747         when checking for sibcalls.
3748
3749 2005-05-02  Kazu Hirata  <kazu@cs.umass.edu>
3750
3751         PR tree-optimization/21294
3752         * tree-vrp.c (vrp_expr_computes_nonzero): New.
3753         (extract_range_from_expr): Call vrp_expr_computes_nonzero.
3754
3755 2005-05-02  Janis Johnson  <janis187@us.ibm.com>
3756
3757         PR 19985
3758         * gcov-io.h: Declare gcov external functions hidden.
3759
3760 2005-05-02  Kazu Hirata  <kazu@cs.umass.edu>
3761
3762         * tree-ssa-uncprop.c (equiv_hash_elt, remove_equivalence,
3763         record_equiv, tree_ssa_uncprop, uncprop_into_successor_phis):
3764         Use VEC instead of VARRAY.
3765         (equiv_free): New.
3766
3767         * tree-ssa-sink.c (nearest_common_dominator_of_uses): Factor
3768         out common code.
3769
3770 2005-05-02  Paolo Bonzini  <bonzini@gnu.org>
3771
3772         * c-common.c (resolve_overloaded_builtin): Forward to target
3773         hook for BUILT_IN_MD built-ins.
3774         * c-typeck.c (finish_call_expr): Call resolve_overloaded_builtin
3775         for all types of built-in.
3776         * target-def.h (TARGET_RESOLVE_OVERLOADED_BUILTIN): New.  Use it
3777         in the definition of the target hooks struct.
3778         * target.h (struct gcc_target): Add resolve_overloaded_builtin.
3779         * config/rs6000/altivec.h: Rewritten.
3780         * config/rs6000/rs6000-c.c (struct altivec_builtin_types,
3781         altivec_resolve_overloaded_builtin, altivec_build_resolved_builtin,
3782         rs6000_builtin_type, rs6000_builtin_type_compatible,
3783         altivec_overloaded_builtins, rs6000_builtin_type,
3784         rs6000_builtin_type_compatible): New.
3785         * config/rs6000/rs6000.c (rs6000_builtin_types, rs6000_builtin_decls):
3786         New.
3787         (def_builtin): Turn into a function.  Check for duplicates and store
3788         the builtin into rs6000_builtin_decls.
3789         (bdesc_3arg, bdesc_dst, bdesc_altivec_preds, bdesc_2arg,
3790         bdesc_1arg): Add overloaded builtins.
3791         (altivec_expand_builtin): Check for unresolved overloaded builtins,
3792         do not support ALTIVEC_COMPILETIME_ERROR.
3793         (rs6000_init_builtins): Add opaque 128-bit vector, and internal
3794         nodes to represent front-end types.
3795         (altivec_init_builtins, rs6000_common_init_builtins): Create builtins
3796         with opaque arguments and/or return values.
3797         * config/rs6000/rs6000.h (enum rs6000_builtins): Remove
3798         ALTIVEC_COMPILETIME_ERROR and add Altivec overloaded builtins.
3799         (rs6000_builtin_type_index): New.
3800         (is_ev64_opaque_type): Rename to...
3801         (rs6000_is_opaque_type): ... this.
3802         (rs6000_cpu_cpp_builtins): Install the resolve_overloaded_builtin
3803         target hook.
3804
3805 2005-05-02  Kazu Hirata  <kazu@cs.umass.edu>
3806
3807         * function.c (reorder_blocks, reorder_blocks_1): Use VEC
3808         instead of VARRAY.
3809
3810 2005-05-02  Nathan Sidwell  <nathan@codesourcery.com>
3811             Bernd Schmidt  <bernd.schmidt@analog.com>
3812
3813         * config/bfin/bfin.c (emit_link_insn, effective_address_32bit_p,
3814         print_address_operand, print_operand, legitimize_pic_address,
3815         asm_conditional_branch, bfin_gen_compare, output_push_multiple,
3816         output_pop_multiple): Use gcc_assert or gcc_unreachable as
3817         appropriate.
3818         * config/bfin/bfin.md (movsf splitter, beq, bne): Likewise.
3819
3820 2005-05-02  Dorit Naishlos  <dorit@il.ibm.com>
3821
3822         * doc/passes.texi: Document vectorization pass.
3823
3824 2005-05-02  Kazu Hirata  <kazu@cs.umass.edu>
3825
3826         * tree-scalar-evolution.c (get_exit_conditions_rec,
3827         select_loops_exit_conditions,
3828         number_of_iterations_for_all_loops,
3829         analyze_scalar_evolution_for_all_loop_phi_nodes,
3830         scev_analysis): Use VEC instead of VARRAY.
3831
3832 2005-05-02  Michael Matz  <matz@suse.de>
3833
3834         PR c++/19542
3835         * c-common.c (c_common_nodes_and_builtins): Create global null_node.
3836         (warn_strict_null_sentinel): Define.
3837         (check_function_sentinel): Check for null_node as valid sentinel too.
3838         * c-common.h (c_tree_index): Added CTI_NULL.
3839         (null_node) Define global_tree[CTI_NULL].
3840         (warn_strict_null_sentinel): Declare.
3841         * c-opts.c: (c_common_handle_option): Handle -Wstrict-null-sentinel.
3842         * c.opt: (Wstrict-null-sentinel): New C++ option.
3843         * doc/invoke.texi (C++ Options): Document -Wstrict-null-sentinel.
3844
3845 2005-05-01  Kazu Hirata  <kazu@cs.umass.edu>
3846
3847         * gimplify.c (gimplify_compound_lval): Use VEC instead of
3848         VARRAY.
3849
3850         * global.c (calculate_reg_pav): Use VEC instead of VARRAY.
3851
3852         * dwarf2out.c (decl_scope_table, push_decl_scope,
3853         pop_decl_scope, scope_die_for, dwarf2out_init): Use VEC
3854         instead of VARRAY.
3855
3856 2005-05-01  Mark Mitchell  <mark@codesourcery.com>
3857
3858         PR C++/14391
3859         * c-cppbuiltin.c (c_cpp_builtins): Do not define __GXX_WEAK__ to 1
3860         if !flag_weak.
3861         * doc/cpp.texi (__DEPRECATED): Document.
3862         (__EXCEPTIONS): Likewise.
3863         (__GXX_WEAK__): Likewise.
3864
3865         * function.c (INVOKE__main): Do not define.
3866         (expand_main_function): Check HAS_INIT_SECTION when determining
3867         whether or not to call __main.
3868
3869 2005-05-01  Kazu Hirata  <kazu@cs.umass.edu>
3870
3871         * tree-ssa-loop-ivopts.c: Fix a comment typo.
3872
3873 2005-01-05  Paul Brook  <paul@codesourcery.com>
3874
3875         * config/arm/arm.h (ARM_EMIT_TRAMPOLINE_CACHE_CLEAR): Define.
3876         (INITIALIZE_TRAMPOLINE): Use it.
3877         * config/arm/linux-gas.h (INITIALIZE_TRAMPOLINE): Remove.
3878         * config/arm/netbsd.h (INITIALIZE_TRAMPOLINE): Remove.
3879         * config/arm/netbsd-elf.h (INITIALIZE_TRAMPOLINE): Remove.
3880
3881 2005-05-01  Gerald Pfeifer  <gerald@pfeifer.com>
3882
3883         * doc/install.texi (Specific): Omit dots in the @anchors names
3884         for i?86-*-sco3.2v5*, i?86-*-solaris2.10, and sparc-sun-solaris2.7.
3885         Omit underscores for x86_64-*-* and the "all ELF targets" entry.
3886
3887 2005-05-01  Zdenek Dvorak  <dvorakz@suse.cz>
3888
3889         PR tree-optimization/18316
3890         PR tree-optimization/19126
3891         * tree.c (build_int_cst_type): Avoid shift by size of type.
3892         * tree-scalar-evolution.c (simple_iv): Add allow_nonconstant_step
3893         argument.
3894         * tree-scalar-evolution.h (simple_iv): Declaration changed.
3895         * tree-ssa-loop-ivopts.c (struct iv_cand): Add depends_on
3896         field.
3897         (dump_cand): Dump depends_on information.
3898         (determine_biv_step): Add argument to simple_iv call.
3899         (contains_abnormal_ssa_name_p): Handle case expr == NULL.
3900         (find_bivs, find_givs_in_stmt_scev): Do not require step to be a
3901         constant.
3902         (add_candidate_1): Record depends_on for candidates.
3903         (tree_int_cst_sign_bit, constant_multiple_of): New functions.
3904         (get_computation_at, get_computation_cost_at, may_eliminate_iv):
3905         Handle ivs with nonconstant step.
3906         (iv_ca_set_remove_invariants, iv_ca_set_add_invariants): New functions.
3907         (iv_ca_set_no_cp, iv_ca_set_cp): Handle cand->depends_on.
3908         (create_new_iv): Unshare the step before passing it to create_iv.
3909         (free_loop_data): Free cand->depends_on.
3910         (build_addr_strip_iref): New function.
3911         (find_interesting_uses_address): Use build_addr_strip_iref.
3912         (strip_offset_1): Split the recursive part from strip_offset.
3913         Strip constant offset component_refs and array_refs.
3914         (strip_offset): Split the recursive part to strip_offset_1.
3915         (add_address_candidates): Removed.
3916         (add_derived_ivs_candidates): Do not use add_address_candidates.
3917         (add_iv_value_candidates): Add candidates with stripped constant
3918         offset.  Consider all candidates with initial value 0 important.
3919         (struct affine_tree_combination): New.
3920         (aff_combination_const, aff_combination_elt, aff_combination_scale,
3921         aff_combination_add_elt, aff_combination_add,
3922         tree_to_aff_combination, add_elt_to_tree, aff_combination_to_tree,
3923         fold_affine_sum): New functions.
3924         (get_computation_at): Use fold_affine_sum.
3925         * tree-ssa-loop-manip.c (create_iv): Handle ivs with nonconstant step.
3926         * tree-ssa-loop-niter.c (number_of_iterations_exit): Add argument
3927         to simple_iv call.
3928
3929 2005-04-30  Michael Matz  <matz@suse.de>
3930
3931         * config/i386/i386.md (movmemsi): Also active when
3932         TARGET_INLINE_ALL_STRINGOPS.
3933
3934 2005-04-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
3935
3936         PR bootstrap/20633
3937         * config/freebsd-spec.h (FBSD_CPP_SPEC): Add %(cpp_arch).
3938
3939 2005-04-30  Paul Brook  <paul@codesourcery.com>
3940
3941         * config/arm/bpabi.h (RENAME_LIBRARY_SET): Always use .thumb_set in
3942         thumb mode.
3943         * config/arm/ieee754-df.S: Use __INTERWORKING_STUBS__.
3944         * config/arm/ieee754-sf.S: Ditto.
3945         * config/arm/lib1funcs.asm: Define and use __INTERWORKING_STUBS__.
3946         (FUNC_ALIAS): Use .thumb_set for thumb routines.
3947
3948 2005-04-30  Kazu Hirata  <kazu@cs.umass.edu>
3949
3950         * tree-ssanames.c: Fix a comment typo.
3951         * doc/options.texi: Fix a typo.
3952
3953 2005-04-30  Nathan Sidwell  <nathan@codesourcery.com>
3954
3955         * config/h8300/h8300.c (byte_reg): Use gcc_assert and
3956         gcc_unreachable as appropriate.
3957         (split_adds_subs, cond_string, print_operand,
3958         h8300_initial_elimination_offset, h8300_classify_operand,
3959         h8300_unary_length, h8300_short_immediate_length,
3960         h8300_bitfield_length, h8300_binary_length,
3961         h8300_insn_length_from_table, compute_mov_length, output_plussi,
3962         compute_plussi_length, compute_plussi_cc, output_logical_op,
3963         compute_logical_op_length, compute_logical_op_cc,
3964         output_h8sx_shift, get_shift_alg, h8300_shift_needs_scratch_p,
3965         output_a_shift, compute_a_shift_length, compute_a_shift_cc,
3966         output_a_rotate, compute_a_rotate_length, fix_bit_operand,
3967         h8300_regs_ok_for_stm): Likewise.
3968         * config/h8300/h8300.md (*movsi_h8300, *movsf_h8300,
3969         monitor_prologue): Likewise.
3970
3971 2005-04-30  Kazu Hirata  <kazu@cs.umass.edu>
3972
3973         * loop-invariant.c (invariants, create_new_invariant,
3974         get_inv_cost, best_gain_for_invariant,
3975         find_invariants_to_move, move_invariants,
3976         init_inv_motion_data, free_inv_motion_data): Use VEC instead
3977         of VARRAY.
3978
3979 2005-04-29  Richard Henderson  <rth@redhat.com>
3980
3981         * function.c (instantiate_decls): Remove valid_only argument.
3982         (instantiate_decls_1, instantiate_decl): Likewise.
3983         (instantiate_virtual_regs_1): Delete.
3984         (instantiate_virtual_regs_lossage): Delete.
3985         (instantiate_virtual_regs_in_rtx): New.
3986         (safe_insn_predicate): New.
3987         (instantiate_virtual_regs_in_insn): New.
3988         (instantiate_virtual_regs): Update to match all that.  Only run
3989         instantiate_decls once.
3990
3991 2005-04-29  Richard Henderson  <rth@redhat.com>
3992             Daniel Jacobowitz  <dan@codesourcery.com>
3993
3994         * gengtype.c (write_func_for_structure): Split out ...
3995         (output_type_enum): ... new function.  Fix thinko accessing
3996         TYPE_PARAM_STRUCT data.
3997
3998 2005-04-29  Tom Tromey  <tromey@redhat.com>
3999
4000         * tree.c (build_block): Removed unused 'tags' argument.
4001         * tree.h (build_block): Removed argument.
4002
4003 2005-04-29  Michael Matz  <matz@suse.de>
4004
4005         PR rtl-optimization/21144
4006         * postreload.c (reload_cse_move2add): Check for VOIDmode.
4007
4008 2005-04-29  Bob Wilson  <bob.wilson@acm.org>
4009
4010         * config/xtensa/xtensa.h (OPTIMIZATION_OPTIONS): Define to disable
4011         flag_reorder_blocks.
4012
4013 2005-04-28  Kazu Hirata  <kazu@cs.umass.edu>
4014
4015         PR tree-optimization/21030
4016         * tree-vrp.c (adjust_range_with_scev): Do not create invalid
4017         ranges where VR->MAX is smaller than VR->MIN.
4018
4019 2005-04-29  Devang Patel  <dpatel@apple.com>
4020
4021         PR tree-optimization/21272
4022         PR tree-optimization/21266
4023         * tree-if-conv.c (find_phi_replacement_condition): Fix think-o.
4024
4025 2005-04-29  Kazu Hirata  <kazu@cs.umass.edu>
4026
4027         * tree-flow-inline.h: Fix a comment typo.
4028         * doc/tree-ssa.texi: Fix a typo.
4029
4030         * tree-flow-inline.h, tree-ssa-operands.c: Fix comment typos.
4031
4032 2005-04-29  Nathan Sidwell  <nathan@codesourcery.com>
4033
4034         * config/fr30/fr30.c (fr30_expand_prologue): Use gcc_assert and
4035         gcc_unreachable as appropriate.
4036         (fr30_expand_epilogue, fr30_setup_incoming_varargs,
4037         fr30_print_operand, fr30_move_double): Likewise.
4038         * config/fr30/fr30.md (*movsi_internal, *movsf_internal): Likewise.
4039
4040 2005-04-29  Mark Mitchell  <mark@codesourcery.com>
4041
4042         * config/arm/arm.h (ARM_EABI_CTORS_SECTION_OP): Do not define if a
4043         definition has already been provided.
4044         (ARM_EABI_DTORS_SECTION_OP): Likewise.
4045         * config/arm/symbian.h (ARM_EABI_CTORS_SECTION_OP): Define.
4046         (ARM_EABI_DTORS_SECTION_OP): Likewise.
4047
4048 2005-04-29  Jim Tison  <jtison@us.ibm.com>
4049
4050         * config/s390/s390.md ("prologue_tpf", "epilogue_tpf"): Alter
4051         trace hooks calls to improve performance.
4052
4053 2005-04-29  Julian Brown  <julian@codesourcery.com>
4054             Mark Mitchell  <mark@codesourcery.com>
4055             Paul Brook  <paul@codesourcery.com>
4056
4057         * crtstuff.c: Handle targets that use .init_array.
4058         * function.c (HAS_INIT_SECTION): Do not define. Instead, make sure
4059         that INVOKE__main is set correctly.
4060         (expand_main_function): Test INVOKE__main.
4061         * libgcc2.c: Do not define __main when using .init_array.
4062         * config/arm/arm.c (arm_elf_asm_constructor): New function.
4063         * config/arm/arm.h (CTORS_SECTION_ASM_OP): Define, with specialized
4064         libgcc version.
4065         (DTORS_SECTION_ASM_OP): Likewise.
4066         (CTOR_LIST_BEGIN): Define specially when in libgcc.
4067         (CTOR_LIST_END): Likewise.
4068         (DTOR_LIST_BEGIN): Likewise.
4069         (DTOR_LIST_END): Likewise.
4070         * config/arm/bpapi.h (INIT_SECTION_ASM_OP): Do not define it.
4071         (FINI_SECTION_ASM_OP): Likewise.
4072         (INIT_ARRAY_SECTION_ASM_OP): Define.
4073         (FINI_ARRAY_SECTION_ASM_OP): Likewise.
4074         * config/arm/elf.h (TARGET_ASM_CONSTRUCTOR): Define.
4075         (SUPPORTS_INIT_PRIORITY): Evaluate to false for EABI based targets.
4076         * doc/tm.texi (INIT_ARRAY_SECTION_ASM_OP): Document.
4077         (FINI_ARRAY_SECTION_ASM_OP): Likewise.
4078
4079 2005-04-29  Nathan Sidwell  <nathan@codesourcery.com>
4080
4081         * config/m68k/m68k.c (m68k_initial_elimination_offset): Use
4082         gcc_assert and gcc_unreachable as appropriate.
4083         (output_dbcc_and_branch, output_scc_di, legitimize_pic_address,
4084         const_int_cost, output_move_const_into_data_reg,
4085         output_move_qimode, output_move_double, find_addr_reg,
4086         print_operand, print_operand_address): Likewise.
4087         * config/m68k/m68k.md (adddi3, subdi3, negsf2, negdf2, abssf2,
4088         absdf2, sordered, sunordered, suneq, sunge, sungt, sunle, sunlt,
4089         sltgt, bordered, bunordered, buneq, bunge, bungt, bunle, bunlt,
4090         bltgt, *bordered_rev, *bunordered_rev, *buneq_rev, *bunge_rev,
4091         *bunle_rev, *bunlt_rev, *bltgt_rev, negxf2, absxf2,
4092         conditional_trap): Likewise.
4093         * config/m68k/m68kelf.h (ASM_OUTPUT_ALIGN): Remove unreachable code.
4094
4095 2005-04-29  Nathan Sidwell  <nathan@codesourcery.com>
4096
4097         * config/xtensa/xtensa.c (gen_int_relational): Use gcc_assert and
4098         gcc_unreachable as appropriate.
4099         (gen_conditional_move, xtensa_split_operand_pair,
4100         xtensa_split_operand_pair, xtensa_copy_incoming_a7,
4101         xtensa_copy_incoming_a7, xtensa_copy_incoming_a7,
4102         xtensa_copy_incoming_a7, xtensa_output_literal,
4103         xtensa_output_literal, xtensa_output_literal): Likewise.
4104         * config/xtensa/xtensa.h (INITIAL_ELIMINATION_OFFSET): Likewise.
4105         * config/xtensa/xtensa.md (*btrue, *bfalse, *ubtrue, *ubfalse,
4106         *bittrue, *bitfalse, *masktrue, *maskfalse, movsicc_internal0,
4107         movsicc_internal1, movsfcc_internal0,
4108         movsfcc_internal1): Likewise.
4109
4110 2005-04-28  James E Wilson  <wilson@specifixinc.com>
4111
4112         * config/i386/i386.h (HI_REGISTER_NAMES): Fix typos in comment.
4113         (ADDITIONAL_REGISTER_NAMES): Delete obsolete mmx register entries.
4114
4115 2005-04-28  DJ Delorie  <dj@redhat.com>
4116
4117         * opt-functions.awk (var_set): Emit proper initializer for
4118         non-target bitfields.
4119
4120 2005-04-28  Devang Patel  <dpatel@apple.com>
4121
4122         * dbxout.c (have_used_extensions): Remove.
4123         (dbxout_type_fileds, dbxout_type, dbxout_symbol): Remove use of
4124         have_used_extensions.
4125
4126 2005-04-28  James E Wilson  <wilson@specifixinc.com>
4127
4128         * doc/install.texi: Update -enable-languages info.  Correct path to
4129         html docs.
4130
4131 2005-04-28  DJ Delorie  <dj@redhat.com>
4132
4133         * optc-gen.awk (END): Make sure no variable is defined more
4134         than once.
4135         * opth-gen.awk (END): Allocate bits on a per-variable basis.
4136         Allow for bitfield variables other than target_flags.
4137         * doc/options.text (Mask): Document that you may specify a
4138         variable other than target_flags.
4139
4140 2005-04-28  Martin Koegler <mkoegler@auto.tuwien.ac.at>
4141
4142         PR rtl-optimization/18877
4143         * reload.c (decompose) <case REG, case SUBREG>: Handle pseudo reg
4144         number in val.start.
4145
4146 2005-04-28  David Edelsohn  <edelsohn@gnu.org>
4147
4148         PR target/20813
4149         * config/rs6000/aix43.h (SUBSUBTARGET_SWITCHES, aix64): Add
4150         MASK_PPC_GFXOPT.
4151         * config/rs6000/aix51.h (SUBSUBTARGET_SWITCHES, aix64): Same.
4152         * config/rs6000/aix52.h (SUBSUBTARGET_SWITCHES, aix64): Same.
4153         * config/rs6000/sysv4.h (SUBTARGET_SWITCHES, 64): Same.
4154
4155 2005-04-28  Richard Earnshaw  <richard.earnshaw@arm.com>
4156
4157         * arm.c (legitimize_pic_address): Fix sense of assertion test for
4158         creating pseudos when the base offset is too large.
4159
4160 2005-04-28  Kazu Hirata  <kazu@cs.umass.edu>
4161
4162         * global.c (earlyclobber_regclass): Change the type to
4163         VEC(int,heap).
4164         (check_earlyclobber): Update uses of earlyclobber_regclass.
4165         (mark_reg_use_for_earlyclobber): Likewise.
4166         (calculate_local_reg_bb_info): Allocate and free
4167         earlyclobber_regclass using the VEC API.
4168
4169 2005-04-28  Nathan Sidwell  <nathan@codesourcery.com>
4170
4171         * tree-ssa-alias.c (push_fields_onto_fieldstack): Remove bogus
4172         assert.
4173
4174 2005-04-28  Kazu Hirata  <kazu@cs.umass.edu>
4175
4176         * modulo-sched.c, tree-stdarg.c: Use targetm.foo instead of
4177         (*targetm.foo).
4178
4179         * config.gcc: Obsolete c4x-* and tic4x-*.
4180
4181         * tree.h (edge_def): Remove.
4182
4183         * bt-load.c, cfgexpand.c, dwarf2out.c, emit-rtl.c, expr.c,
4184         function.c, global.c, lcm.c, loop-invariant.c, optabs.c,
4185         reorg.c, resource.c, tree-ssa-loop-ivopts.c, value-prof.c: Use
4186         JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN_P
4187         where appropriate.
4188
4189         * attribs.c, c-pragma.c, caller-save.c, cfghooks.h,
4190         coverage.c, cselib.h, domwalk.c, domwalk.h, errors.c,
4191         errors.h, gcov-dump.c, gcov-io.c, gcov-io.h, gen-protos.c,
4192         genattrtab.h, genextract.c, gthr-win32.h, insn-notes.def,
4193         integrate.c, lambda-mat.c, lambda.h, libgcov.c, local-alloc.c,
4194         machmode.def, mips-tfile.c, params.c, pretty-print.c,
4195         print-rtl.c, protoize.c, regmove.c, sched-vis.c, tree-chrec.h,
4196         tree-data-ref.h, vec.h, config/darwin-c.c, config/sol2-c.c,
4197         config/sol2.c, config/arm/arm-cores.def, config/arm/cirrus.md,
4198         config/arm/symbian.h, config/c4x/c4x.c, config/c4x/c4x.h,
4199         config/i386/cygming.h, config/i386/djgpp.h,
4200         config/i386/lynx.h, config/i386/netware.c,
4201         config/i386/winnt.c, config/ia64/ia64-c.c,
4202         config/iq2000/iq2000.c, config/m32r/little.h,
4203         config/m68k/m68k-protos.h, config/m68k/m68k.h,
4204         config/m68k/m68k.md, config/mcore/mcore.c,
4205         config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.md,
4206         config/mn10300/mn10300-protos.h, config/mn10300/mn10300.c,
4207         config/mn10300/mn10300.h, config/ns32k/netbsd.h,
4208         config/ns32k/ns32k.c, config/ns32k/ns32k.h,
4209         config/pa/pa-hpux11.h, config/pdp11/pdp11.c,
4210         config/pdp11/pdp11.h, config/rs6000/darwin.h,
4211         config/rs6000/default64.h, config/rs6000/rs6000-c.c,
4212         config/s390/2064.md, config/s390/2084.md,
4213         config/s390/s390-modes.def, config/s390/s390-protos.h,
4214         config/s390/tpf.h, config/sh/sh.h, config/sh/symbian.c,
4215         config/stormy16/stormy16.c, config/vax/vax-protos.h,
4216         config/vax/vax.c, config/vax/vax.h,
4217         config/xtensa/lib1funcs.asm, config/xtensa/xtensa.md: Update
4218         copyright.
4219
4220 2005-04-28  Joseph S. Myers  <joseph@codesourcery.com>
4221
4222         * c-typeck.c (build_compound_expr): Correct logic in last change.
4223
4224 2005-04-27  James E. Wilson  <wilson@specifixinc.com>
4225
4226         * config/ia64/ia64.c (update_set_flags): Delete ppred and pcond
4227         parameters.  Replace conditional move code with assert checking for
4228         ar.lc.  Delete obsolete comments.
4229         (set_src_needs_barrier): Delete cond parameter, and code using it.
4230         (rtx_needs_barrier): Delete initialization of cond.  Fix typo in
4231         assert checking for PR_REGS.  Fix calls to update_set_flags and
4232         set_src_needs_barrier.
4233         (group_barrier_needed): Renamed from group_barrier_needed_p.  Fix all
4234         callers.  Rewrite explanatory comment before the function.
4235         (safe_group_barrier_needed): Renamed from safe_group_barrier_needed_p.
4236         Fix all callers.
4237
4238 2005-04-27  Mike Stump  <mrs@apple.com>
4239
4240         * doc/cpp.texi: gcc now implements universal character names.
4241
4242 2005-04-27  Joseph S. Myers  <joseph@codesourcery.com>
4243
4244         PR c/21159
4245         * c-typeck.c (build_compound_expr): Don't warn for left-hand side
4246         being a compound expression whose right-hand side is cast to void.
4247
4248 2005-04-27  Caroline Tice  <ctice@apple.com>
4249
4250         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
4251         Remove targetm.have_named_sections test.
4252         (fix_edges_for_rarely_executed_code): Likewise.
4253         (insert_section_boundary_note): Likewise.
4254         (reorder_basic_blocks): Check partitioning flag before calling
4255         verify_hot_cold_block_grouping.
4256         * dbxout.c (dbxout_function_end): Get hot/cold section labels from
4257         the function struct rather than global variables.
4258         * dwarf2out.c (COLD_TEXT_SECTION_LABEL): New macro.
4259         (COLD_END_LABEL): Likewise
4260         (cold_text_section_label): New static global variable.
4261         (cold_end_label): Likewise.
4262         (dwarf2out_switch_text_section): Get hot/cold section labels from
4263         the function struct rather than global variables; test to make sure
4264         cfun is defined.
4265         (output_aranges): Use cold_text_section_label and cold_end_label;
4266         check partitioning flag before putting out delta.
4267         (output_ranges): Remove incorrect code attempting to use
4268         hot/cold labels.
4269         (output_line_info): Get cold section label from function struct; test
4270         to make sure cfun is defined.
4271         (add_location_or_const_value_attribute): Likewise.
4272         (dwarf2out_var_location): Likewise.
4273         (dwarf2out_init): Generate cold_text_section_label and cold_end_label;
4274         write out cold_text_section_label if partition flag is set.
4275         (dwarf2out_finish): Write out cold_end_label if partition flag is set;
4276         * function.h (struct function): Add new fields to point to hot/cold
4277         section labels: hot_section_label, cold_section_label,
4278         hot_section_end_label and cold_section_end_label; also add new field
4279         for cold text section name, unlikely_text_section_name.
4280         * opts.c (decode_options): Turn off partitioning flag if
4281         !targetm.have_named_sections.
4282         * output.h (hot_section_label): Remove.
4283         (hot_section_end_label): Remove.
4284         (cold_section_end_label): Remove.
4285         (unlikely_section_label): Remove.
4286         (unlikely_text_section_name): Remove.
4287         * passes.c (rest_of_handle_final):  Remove extra blank line.
4288         * varasm.c (unlikely_section_label): Remove.
4289         (hot_section_label): Remove.
4290         (hot_section_end_label): Remove.
4291         (cold_section_end_label): Remove.
4292         (unlikely_text_section_name):  Remove.
4293         (initialize_cold_section_name): Modify to call
4294         targetm.strip_name_encoding; to store cold section name in current
4295         function struct, if it exists; and to only use the decl_section_name
4296         if flag_named_sections is true.
4297         (unlikely_text_section): Modify to get section name out of current
4298         function struct, if there is one; otherwise build it from
4299         UNLIKELY_EXECUTED_TEXT_SECTION_NAME.
4300         (in_unlikely_text_section): Likewise.
4301         (named_section): Modify to get/put cold section name in current function
4302         struct, if there is one.
4303         (function_section):  Change 'bool unlikely' to 'int reloc'; check
4304         targetm.have_named_sections before calling named_section.
4305         (current_function_section): Likewise.
4306         (assemble_start_function): Modify to get/put unlikely_text_section_name
4307         in current function struct; modify to get hot/cold section labels
4308         from function struct; initialize labels using
4309         ASM_GENERATE_INTERNAL_LABEL;
4310         test partitioning flag before writing out hot section label.
4311         (assemble_end_function): Test partitioning flag before writing out
4312         hot/cold section labels.
4313         (default_section_type_flags_1):  Get cold text section name from
4314         function struct if there is one; Set flags correctly for
4315         cold text section if there is not a current function struct.
4316
4317 2005-04-27  Richard Guenther  <rguenth@gcc.gnu.org>
4318
4319         * tree-ssa-propagate.c (set_rhs): Revert last change.
4320
4321 2005-04-27  Steve Ellcey  <sje@cup.hp.com>
4322
4323         * explow.c (convert_memory_address): Add gcc_assert.
4324
4325 2005-04-27  Mark Mitchell  <mark@codesourcery.com>
4326
4327         * configure.ac: Check for ld --sysroot support.
4328         * gcc.c: Document %R specifier for specs.
4329         (SYSROOT_SPEC): New macro.
4330         (sysroot_spec): New variable.
4331         (static_specs): Add sysroot_spec.
4332         (main): Pass the sysroot spec to the linker if appropriate.
4333         * configure: Regenerated.
4334         * config.in: Likewise.
4335
4336 2005-04-27  Richard Guenther  <rguenth@gcc.gnu.org>
4337
4338         * fold-const.c (fold_binary): Use build_fold_addr_expr
4339         for address calculation and INDIRECT_REF handling.
4340
4341 2005-04-27  Andrew Haley  <aph@redhat.com>
4342
4343         * postreload-gcse.c (hash_scan_set): Remove bogus assertion.
4344
4345 2005-04-27  Nathan Sidwell  <nathan@codesourcery.com>
4346
4347         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Reserve arm frame
4348         pointer when thumb backtracing is on.
4349
4350         * config/fp-bit.c (abort): Revert change.
4351
4352 2005-04-27  Ian Lance Taylor  <ian@airs.com>
4353
4354         * c-semantics.c (add_stmt): Don't test STATEMENT_CODE_P.
4355
4356 2005-04-27  Kazu Hirata  <kazu@cs.umass.edu>
4357
4358         * tree-ssa-dce.c: Fix a comment typo.
4359
4360 2005-04-27  David S. Miller  <davem@davemloft.net>
4361
4362         * explow.c (allocate_dynamic_stack_space SETJMP_VIA_SAVE_AREA):
4363         Kill setjmpless_size.  current_function_calls_setjmp is completely
4364         computed when we are called, so just use the optimized size value
4365         instead of using REG_SAVE_AREA notes.
4366         (optimize_save_area_alloca): Delete....
4367         * rtl.h (optimize_save_area_alloca): Likewise...
4368         * passes.c (rest_of_compilation): and don't call it any more.
4369         * reg-notes.def (SAVE_AREA): Delete.
4370
4371 2005-04-27  Nathan Sidwell  <nathan@codesourcery.com>
4372
4373         * config/fp-bit.c (abort): Add noreturn attribute.
4374
4375         * config/avr/avr.c (avr_naked_function_p): Use gcc_assert and
4376         gcc_unreachable as appropriate.
4377         (ptrreg_to_str, cond_string, avr_normalize_condition): Likewise.
4378         * config/avr/avr.h (ASM_OUTPUT_REG_PUSH,
4379         ASM_OUTPUT_REG_POP): Likewise.
4380
4381 2005-04-27  Paolo Bonzini  <bonzini@gnu.org>
4382
4383         * tree-complex.c (expand_vector_operations_1): Do not build
4384         VIEW_CONVERT_EXPR's for the lhs.
4385
4386 2005-04-27  Nathan Sidwell  <nathan@codesourcery.com>
4387
4388         * config/pa/pa.h (PRINT_OPERAND_ADDRESS): Use gcc_assert, remove
4389         unnecessary noncanonical RTL handling.
4390         * config/pa/pa64-linux.h (INITIAL_ELIMINATION_OFFSET): Use
4391         gcc_assert and gcc_unreachable.
4392
4393         * config/arm/arm.h (ARM_PRINT_OPERAND_ADDRESS): Use gcc_assert and
4394         gcc_unreachable as appropriate.
4395         (THUMB_PRINT_OPERAND_ADDRESS): Likewise.
4396         * config/arm/arm.c (arm_override_options, arm_compute_func_type,
4397         use_return_insn, const_ok_for_op, arm_gen_constant,
4398         arm_canonicalize_comparison, legitimize_pic_address,
4399         thumb_find_work_register, arm_load_pic_register, arm_rtx_costs_1,
4400         arm_cirrus_insn_p, cirrus_reorg, minmax_code,
4401         load_multiple_sequence, emit_ldm_seq, store_multiple_sequence,
4402         emit_stm_seq, arm_gen_movmemqi, arm_select_dominance_cc_mode,
4403         arm_select_cc_mode, arm_reload_in_hi, arm_reload_out_hi,
4404         move_minipool_fix_forward_ref, move_minipool_fix_backward_ref,
4405         dump_minipool, create_fix_barrier, push_minipool_fix, arm_reorg,
4406         fp_immediate_constant, fp_const_from_val, vfp_output_fstmx,
4407         output_call, output_mov_long_double_fpa_from_arm,
4408         output_mov_long_double_arm_from_fpa,
4409         output_mov_double_fpa_from_arm, output_mov_double_arm_from_fpa,
4410         output_move_double, arithmetic_instr, shift_op, int_log2,
4411         output_return_instruction, arm_output_function_prologue,
4412         arm_output_epilogue, arm_output_function_epilogue,
4413         emit_multi_reg_push, arm_get_frame_offsets,
4414         arm_compute_initial_elimination_offset, arm_expand_prologue,
4415         arm_print_operand, arm_assemble_integer, get_arm_condition_code,
4416         arm_final_prescan_insn, arm_init_iwmmxt_builtins,
4417         arm_expand_binop_builtin, thumb_pushpop, thumb_far_jump_used_p,
4418         thumb_compute_initial_elimination_offset,
4419         thumb_output_function_prologue, thumb_load_double_from_address,
4420         thumb_output_move_mem_multiple, thumb_reload_out_hi,
4421         arm_emit_vector_const, arm_dbx_register_number): Likewise.
4422         * config/arm/pe.c (arm_mark_dllexport, arm_mark_dllimport): Likewise.
4423         * config/arm/arm.md (thumb_extendhisi2,
4424         *thumb_extendhisi2_insn_v6, *thumb_extendqisi2,
4425         *thumb_extendqisi2_v6, movhi, *thumb_movhi_insn,
4426         thumb_movhi_clobber, movqi, *arm_buneq, *arm_bltgt,
4427         *arm_buneq_reversed, *arm_bltgt_reversed, suneq, sltgt): Likewise.
4428         * config/arm/cirrus.md (*cirrus_arm_movdi,
4429         *cirrus_movdf_hard_insn): Likewise.
4430         * config/arm/vfp.md (*arm_movdi_vfp, *movdf_vfp): Likewise.
4431
4432 2005-04-27  Kazu Hirata  <kazu@cs.umass.edu>
4433
4434         * tree-flow.h (ssa_names): Change the type to VEC(tree,gc).
4435         (num_ssa_names): Use VEC_length.
4436         (ssa_names): Use VEC_index.
4437         * tree-ssanames.c (ssa_names): Change the type to
4438         VEC(tree,gc).
4439         (init_ssanames, fini_ssa_names, make_ssanames,
4440         release_ssa_name): Update uses of ssa_names.
4441
4442         * dojump.c, emit-rtl.c, expmed.c, expr.c, stmt.c, stor-layout.c:
4443         Use fold_buildN instead of fold (buildN (...)).
4444
4445 2005-04-27  Devang Patel <dpatel@apple.com>
4446
4447         * dbxout.c (dbxout_type): Check use_gnu_debug_info_extensions.
4448
4449 2005-04-27  Matt Thomas <matt@3am-software.com>
4450             Jan-Benedict Glaw <jbglaw@microdata-pos.de>
4451
4452         * config/vax/vax.c (vax_rtx_costs): Whitespace cleanup.
4453         (vax_output_mi_thunk): Ditto.
4454         (vax_notice_cc_update): Ditto.
4455         (INDEX_REGISTER_P): Add trailing \.
4456         (BASE_REGISTER_P): Add trailing \.
4457         (legitimate_address_p): Whitespace cleanup.  Remove trailing \.
4458
4459 2005-04-27  Richard Guenther  <rguenth@gcc.gnu.org>
4460
4461         * tree-ssa-propagate.c (set_rhs): Check operand of
4462         ADDR_EXPR for gimpliness, too.
4463
4464 2005-04-27  Kazu Hirata  <kazu@cs.umass.edu>
4465
4466         * tree-ssa-pre.c: Fix a comment typo.
4467
4468 2005-04-27  Zdenek Dvorak  <dvorakz@suse.cz>
4469
4470         PR tree-optimization/21171
4471         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Do not
4472         record address uses if the reference is volatile.
4473
4474 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
4475
4476         * tree-complex.c (expand_vector_operation): New, extracted from
4477         expand_vector_operations_1.
4478         (tree_vec_extract): Build a NOP_EXPR.
4479         (expand_vec_parallel): Do not care about returning the correct type.
4480         (expand_vector_operations_1): Call expand_vector_operation.
4481         Build the VIEW_CONVERT_EXPR on the left side of MODIFY_EXPRs.
4482
4483         * tree-complex.c (gate_expand_vector_operations): New.
4484         (pass_lower_vector_ssa): Use it.
4485         * tree-optimize.c (init_tree_optimization_passes): Include
4486         pass_lower_vector_ssa.
4487         * tree-vect-transform.c (vect_min_worthwhile_factor): New.
4488         (vectorizable_operation): Use it.
4489         * tree-vectorizer.c (get_vectype_for_scalar_type): Accept
4490         integer modes for the vector type.
4491
4492         * defaults.h (UNITS_PER_SIMD_WORD): Default to UNITS_PER_WORD.
4493         * tree-vect-analyze.c (vect_enhance_data_refs_alignment):
4494         Do not cope with UNITS_PER_SIMD_WORD == 0.
4495         * tree-vectorizer.c (get_vectype_for_scalar_type): Check
4496         if the scalar type is not bigger than UNITS_PER_SIMD_WORD.
4497         (vectorize_loops): Do not check that UNITS_PER_SIMD_WORD > 0.
4498         * config/i386/i386.h (UNITS_PER_SIMD_WORD): Default to UNITS_PER_WORD.
4499         * config/mips/mips.h (UNITS_PER_SIMD_WORD): Likewise.
4500         * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Likewise.
4501         * config/sparc/sparc.h (UNITS_PER_SIMD_WORD): Likewise.
4502
4503         * config/alpha/alpha.h (UNITS_PER_SIMD_WORD): Remove.
4504         * config/bfin/bfin.h (UNITS_PER_SIMD_WORD): Remove.
4505         * config/ia64/ia64.h (UNITS_PER_SIMD_WORD): Remove.
4506
4507         * doc/tm.texi (UNITS_PER_WORD): Rephrase more accurately.
4508         (UNITS_PER_SIMD_WORD): New.
4509
4510 2005-04-27  Nathan Sidwell  <nathan@codesourcery.com>
4511
4512         * config/ia64/ia64.c (ia64_encode_addr_area): Use gcc_assert and
4513         gcc_unreachable as appropriate.
4514         (ia64_expand_load_address, ia64_expand_tls_address,
4515         ia64_split_tmode, ia64_split_tmode_move, ia64_expand_compare,
4516         ia64_expand_vecint_compare, ia64_expand_vecint_minmax,
4517         next_scratch_gr_reg, ia64_initial_elimination_offset,
4518         ia64_expand_prologue, ia64_expand_epilogue,
4519         ia64_output_dwarf_dtprel, ia64_print_operand,
4520         ia64_register_move_cost, first_instruction, rws_access_regno,
4521         update_set_flags, rtx_needs_barrier, group_barrier_needed_p,
4522         ia64_sched_init, ia64_variable_issue,
4523         ia64_first_cycle_multipass_dfs_lookahead_guard,
4524         ia64_dfa_new_cycle, issue_nops_and_insn, get_template, bundling,
4525         ia64_st_address_bypass_p, ia64_ld_address_bypass_p, process_set,
4526         process_for_unwind_directive, ia64_hpux_file_end): Likewise.
4527         * config/ia64/ia64.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
4528         * config/ia64/ia64.md (*arm_movdi_vfp, *movdf_vfp): Likewise.
4529         * config/ia64/predicates.md (got_symbolic_operand,
4530         sdata_symbolic_operand): Likewise.
4531         * config/ia64/vect.md (vcondv2sf): Likewise.
4532
4533 2005-04-27  Matt Thomas <matt@3am-software.com>
4534
4535         * config/vax/vax.c (legitimate_constant_address_p): New.  Formerly
4536         CONSTANT_ADDRESS_P in config/vax/vax.h
4537         (legitimate_constant_p): Added.  Formerly CONSTANT_P in vax.h.
4538         (INDEX_REGISTER_P): New.
4539         (BASE_REGISTER_P): New.
4540         (indirectable_constant_address_p): New.  Adapted from
4541         INDIRECTABLE_CONSTANT_ADDRESS_P in vax.h. Use SYMBOL_REF_LOCAL_P.
4542         (indirectable_address_p): New.  Adapted from
4543         INDIRECTABLE_ADDRESS_P in vax.h.
4544         (nonindexed_address_p): New.  Adapted from
4545         GO_IF_NONINDEXED_ADDRESS in vax.h.
4546         (index_temp_p): New.  Adapted from INDEX_TERM_P in vax.h.
4547         (reg_plus_index_p): New.  Adapted from GO_IF_REG_PLUS_INDEX in vax.h.
4548         (legitimate_address_p): New.  Adapted from
4549         GO_IF_LEGITIMATE_ADDRESS in vax.h.
4550         (vax_mode_dependent_address_p): New.  Adapted from
4551         GO_IF_MODE_DEPENDENT_ADDRESS in vax.h.
4552         * config/vax/vax.h (CONSTANT_ADDRESS_P): Use
4553         legitimate_constant_address_p.
4554         (CONSTANT_P): Use legitimate_constant_p.
4555         (INDIRECTABLE_CONSTANT_ADDRESS_P): Removed.
4556         (INDIRECTABLE_ADDRESS_P): Removed.
4557         (GO_IF_NONINDEXED_ADDRESS): Removed.
4558         (INDEX_TEMP_P): Removed.
4559         (GO_IF_REG_PLUS_INDEX): Removed.
4560         (GO_IF_LEGITIMATE_ADDRESS): Use legitimate_address_p. Two
4561         definitions, depending on whether REG_OK_STRICT is defined.
4562         (GO_IF_MODE_DEPENDENT_ADDRESS): Use vax_mode_dependent_address_p.
4563         Two definitions, depending on whether REG_OK_STRICT is defined.
4564         * config/vax/vax-protos.h (legitimate_constant_address_p): Prototype
4565         added.
4566         (legitimate_constant_p): Prototype added.
4567         (legitimate_address_p): Prototype added.
4568         (vax_mode_dependent_address_p): Prototype added.
4569
4570 2005-04-27  Kazu Hirata  <kazu@cs.umass.edu>
4571
4572         * tree.h (phi_arg_d): Expand a comment in phi_arg_d.
4573
4574 2005-04-27  Joseph S. Myers  <joseph@codesourcery.com>
4575
4576         PR c/21213
4577         * c-decl.c (finish_struct): Don't dereference NULL TYPE_FIELDS of
4578         transparent union.
4579
4580 2005-04-27  Joseph S. Myers  <joseph@codesourcery.com>
4581
4582         PR c/20740
4583         * c-format.c (init_dynamic_asm_fprintf_info): Give errors, not
4584         assertion failures, if __gcc_host_wide_int__ is not properly
4585         defined.
4586         (init_dynamic_diag_info): Give errors, not assertion failures, if
4587         location_t, tree or __gcc_host_wide_int__ are not properly
4588         defined.
4589
4590 2005-04-26  Kazu Hirata  <kazu@cs.umass.edu>
4591
4592         * tree-ssa-loop-ivopts.c (ivopts_data, decl_rtl_to_reset,
4593         n_iv_uses, iv_use, n_iv_cands, iv_cand,
4594         tree_ssa_iv_optimize_init, record_use, add_candidate_1,
4595         prepare_decl_rtl, free_loop_data,
4596         tree_ssa_iv_optimize_finalize): Use the VEC API instead of
4597         VARRAY.
4598
4599         * tree.h (tree_phi_node): Add a comment about the order of PHI
4600         arguments.
4601
4602 2005-04-26  Paul Brook  <paul@codesourcery.com>
4603
4604         * config/arm/arm.md (thumb_mulsi3): Use two-operand assembly form.
4605
4606 2005-04-26  Nathan Sidwell  <nathan@codesourcery.com>
4607
4608         * config/mips.mips.c (mips_legitimize_tls_address): Use
4609         gcc_unreachable.
4610
4611         * config/mmix/mmix.c (mmix_assemble_integer): Use gcc_assert.
4612         * config/mmix/crti.asm (_init): Reword comment to avoid 'abort'.
4613         * config/mmix/mmix.md (nonlocal_goto_receiver): Likewise.
4614
4615         * config/sparc/sparc.h (enum reg_class): Reword comment to avoid
4616         'abort'.
4617
4618 2005-04-26  Jeff Law  <law@redhat.com>
4619
4620         * tree-flow-inline.h (op_iter_next_must_and_may_def): New.
4621         (op_iter_init_must_and_may_def): Likewise.
4622         (unmodifiable_var_p): Move to a later point in the file.
4623         * tree-ssa-operands.h (FOR_EACH_SSA_MUST_AND_MAY_DEF_OPERAND): New.
4624         * tree-ssa-dse.c (need_imm_uses_for): Remove, no longer needed.
4625         (dse_record_phis): Directly check for virtual operands rather than
4626         using need_imm_uses_for.
4627         (dse_optimize_stmt): Handle V_MUST_DEF operands.  Handle case where
4628         store has multiple V_{MAY,MUST}_DEF operands.
4629
4630 2005-04-26  Andrew MacLeod  <amacleod@redhat.com>
4631
4632         * tree-cfg.c (bsi_replace): Delink immediate uses for the original
4633         stmt.
4634
4635 2005-04-26  Kazu Hirata  <kazu@cs.umass.edu>
4636
4637         * tree-cfg.c (lv_adjust_loop_header_phi): Speed up moving a
4638         call to find_edge outside a loop to go through a PHI chain.
4639
4640 2004-04-26  Richard Guenther  <rguenth@gcc.gnu.org>
4641
4642         PR tree-optimization/17598
4643         * fold-const.c (fold_binary): Fold comparisons of addresses
4644         of COMPONENT_REFs which reference the same field to
4645         comparisons of the addresses of the base objects.
4646
4647 2005-04-26  Julian Brown  <julian@codesourcery.com>
4648
4649         * config/arm/arm.c (arm_return_in_msb): New function.
4650         (arm_must_pass_in_stack): New function.
4651         (TARGET_RETURN_IN_MSB): Define target hook.
4652         (TARGET_MUST_PASS_IN_STACK): Define target hook.
4653         (arm_function_value): Pad small aggregate return.
4654         (arm_pad_arg_upward): New function.
4655         (arm_pad_reg_upward): New function.
4656         * config/arm/arm.h (PROMOTE_FUNCTION_MODE): Include complex values.
4657         (FUNCTION_ARG_PADDING): Define macro.
4658         (BLOCK_REG_PADDING): Define macro.
4659         (PAD_VARARGS_DOWN): Correct padding for AAPCS.
4660         * config/arm/arm-protos.h (arm_pad_arg_upward): Declare function.
4661         (arm_pad_reg_upward): Declare function.
4662
4663 2005-04-26  Kazu Hirata  <kazu@cs.umass.edu>
4664
4665         * basic-block.h (ei_cond): New.
4666         (FOR_EACH_EDGE): Call ei_cond.
4667
4668         PR tree-optimization/21047
4669         * fold-const.c (fold_binary): Abort on ASSERT_EXPR.
4670         (fold): Don't handle ASSERT_EXPR.
4671
4672 2005-04-25  Roger Sayle  <roger@eyesopen.com>
4673
4674         * sched-deps.c (sched_analyze_1): On STACK_REGS targets, x87, treat
4675         all writes to any stack register as a read/write dependency on
4676         FIRST_STACK_REG.
4677         (sched_analyze_2): Likewise, for reads from any stack register.
4678
4679 2005-04-25  Richard Henderson  <rth@redhat.com>
4680
4681         * final.c (output_addr_const): Revert 2005-04-09 change.
4682
4683 2005-04-25  Mike Stump  <mrs@apple.com>
4684
4685         * config/darwin.c (darwin_encode_section_info): Always set
4686         MACHO_SYMBOL_STATIC for all ! TREE_PUBLIC symbols.
4687
4688 2005-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4689
4690         * collect2.c, gcc.c, gcov-dump.c, gcov.c, gen-protos.c,
4691         gensupport.c, protoize.c, toplev.c: Replace calls to
4692         `unlock_stream' with `unlock_std_streams'.
4693
4694 2005-04-25  Devang Patel <dpatel@apple.com>
4695
4696         * dbxout.c (dbxout_type): Emit attribute vector.
4697
4698 2005-04-05  Paul Brook  <paul@codesourcery.com>
4699
4700         * target-def.h (TARGET_CXX_USE_AEABI_ATEXIT): Define.
4701         * target.h (struct gcc_target): Add cxx.use_aeabi_atexit.
4702         * config/arm/arm.c (arm_cxx_atexit_name): New function.
4703         (TARGET_CXX_USE_AEABI_ATEXIT): New macro.
4704         * cp/decl.c (get_atexit_node): Reorder arguments for __aeabi_atexit.
4705         (register_dtor_fn): Likewise.
4706         * doc/tm.texi: Document TARGET_CXX_USE_AEABI_ATEXIT.
4707
4708 2005-04-25  Ian Lance Taylor  <ian@airs.com>
4709
4710         * c-common.def (EXPR_STMT): Remove, moved to C++ frontend.
4711         * c-common.h (EXPR_STMT_EXPR): Don't define.
4712         (c_common_stmt_codes): Don't define.
4713         * c-dump.c (c_dump_tree): Remove EXPR_STMT case.
4714         * c-gimplify.c (gimplify_expr_stmt): Remove.
4715         (c_gimplify_expr): Remove EXPR_STMT case.
4716         * c-objc-common.c (c_objc_common_init): Remove stmt_codes and call
4717         to INIT_STATEMENT_CODES.
4718         * c-pretty-print.c (pp_c_statement): Just call dump_generic_node.
4719
4720 2005-04-25  Jan Hubicka  <jh@suse.cz>
4721
4722         * tree-cfg.c (tree_duplicate_bb): Duplicate EH region too.
4723
4724         * except.c: Include diagnostic.h
4725         (dump_eh_tree, verify_eh_tree): New functions.
4726         * except.h (verify_eh_tree, dump_eh_tree, verify_eh_edges): Declare.
4727         * tree-cfg.c (tree_verify_flow_info): verify eh edges.
4728         (dump_function_to_file): dump eh tree.
4729         * tree-eh.c (mark_eh_edge): New function.
4730         (mark_eh_edge_found_error): New static variable.
4731         (verify_eh_edges): New function.
4732
4733 2005-04-25  Nathan Sidwell  <nathan@codesourcery.com>
4734
4735         * tree-ssa-alias.c (fieldoff_t): Remove.
4736         (fieldoff_s): typedef the structure itself.  Create a vector of
4737         objects.
4738         (push_fields_onto_fieldstack): Return count of fields pushed.
4739         Remove peeling of first field.  Adjust.
4740         (fieldoff_compare): Adjust.
4741         (create_overlap_variables_for): Adjust.
4742
4743 2005-04-25  Joseph S. Myers  <joseph@codesourcery.com>
4744
4745         * doc/invoke.texi (Blackfin Options): Avoid empty @opindex line.
4746
4747 2005-04-25  Joseph S. Myers  <joseph@codesourcery.com>
4748
4749         PR bootstrap/21215
4750         * doc/install.texi: Document correct assembler and linker to use
4751         on i?86-*-solaris2.10.
4752
4753 2005-04-25  Steven Bosscher  <stevenb@suse.de>
4754
4755         Fix PR tree-optimization/21173
4756
4757         * tree-ssa-pre.c (create_expression_by_pieces): Simplify code.
4758         Unshare expression we pass to force_gimple_operand.
4759
4760 2005-04-25  J"orn Rennecke <joern.rennecke@st.com>
4761             Stephen Clarke <stevec@superh.com>
4762             Roger Sayle <roger@eyesopen.com>
4763
4764         PR rtl-optimization/20413
4765         * cfgrtl.c (redirect_edge_and_branch): Use Pmode instead of
4766         VOIDmode for LABEL_REF.
4767         * final.c (shorten_branches): Likewise.
4768         * jump.c (mark_all_labels, redirect_exp_1): Likewise.
4769         * loop.c (reg_dead_after_loop): Likewise.
4770         * varasm.c (decode_addr_const): Likewise.
4771         * doc/rtl.texi: Document mode requirement for LABEL_REF.
4772
4773 2005-04-25  Ralf Corsepius  <ralf.corsepius@rtems.org>
4774
4775         * config.gcc (avr-*-*): Remove redundant "case".
4776
4777 2005-04-25  Kazu Hirata  <kazu@cs.umass.edu>
4778
4779         * tree-vect-analyze.c (vect_mark_relevant): Take
4780         VEC(tree,heap) instead of varray_type as an argument.
4781         (vect_mark_stmts_to_be_vectorized): Change the type of
4782         worklist to VEC(tree,heap).  Adjust uses of worklist.
4783
4784 2005-04-24  Devang Patel  <dpatel@apple.com>
4785
4786         *  config/rs6000/darwin.h (ASM_OUTPUT_MAX_SKIP_ALIGN): New.
4787
4788 2005-04-24  Ian Lance Taylor  <ian@airs.com>
4789
4790         * c-semantics.c (build_stmt): Remove test of specific tree codes
4791         for TREE_SIDE_EFFECTS handling.
4792
4793 2005-04-24  Per Bothner  <per@bothner.com>
4794
4795         * c-opts.c (finish_options):  Make the line-number of the <built-in>
4796         location 0, as assumed elsewhere, rather than 1.
4797
4798 2005-04-24  Kazu Hirata  <kazu@cs.umass.edu>
4799
4800         * tree-ssa-uncprop.c (equiv_stack): Change the type o
4801         VEC(tree,heap).
4802         (tree_ssa_uncprop, uncprop_finalize_block,
4803         uncprop_initialize_block): Update uses of equiv_stack.
4804
4805 2005-04-24  Richard Henderson  <rth@redhat.com>
4806
4807         PR rtl-opt/21163
4808         * simplify-rtx.c (simplify_binary_operation) <IOR>: Check
4809         for SCALAR_INT_MODE_P instead of not MODE_CC before returning
4810         constm1_rtx.
4811         <AND, LSHIFTRT, UMIN>: Use CONST0_RTX.
4812         <UDIV, UMOD>: Use CONST0_RTX and CONST1_RTX.
4813         <DIV, MOD>: Likewise.
4814
4815 2005-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4816
4817         * collect2.c (main): Unlock the stdio streams.
4818         * gcc.c (main): Likewise.
4819         * gcov-dump.c (main): Likewise.
4820         * gcov.c (main): Likewise.
4821         * gen-protos.c (main): Likewise.
4822         * gensupport.c (init_md_reader_args_cb): Likewise.
4823         * protoize.c (main): Likewise.
4824         * toplev.c (general_init): Likewise.
4825
4826 2005-04-24  Jakub Jelinek  <jakub@redhat.com>
4827
4828         PR middle-end/20991
4829         * cgraph.h (cgraph_local_info): Add vtable_method field.
4830         * varasm.c (mark_decl_referenced): If cgraph_global_info_ready
4831         and node is vtable_method, finalized and not reachable, don't do
4832         anything.
4833
4834 2005-04-24  Kazu Hirata  <kazu@cs.umass.edu>
4835
4836         * tree-ssa-copy.c (copy_prop_visit_cond_stmt): Use
4837         COMPARISON_CLASS_P.
4838         * tree-ssa-pre.c (create_value_expr_from): Use
4839         CONSTANT_CLASS_P and REFERENCE_CLASS_P.
4840         * tree-ssa-propagate.c (stmt_makes_single_load,
4841         stmt_makes_single_store): Use REFERENCE_CLASS_P.
4842         * tree-vect-transform.c (vect_is_simple_cond): Use
4843         COMPARISON_CLASS_P.
4844         * tree-vrp.c (extract_range_from_assert,
4845         build_assert_expr_for, fp_predicate, has_assert_expr): Use
4846         COMPARISON_CLASS_P.
4847
4848         * tree-ssa-live.c (build_tree_conflict_graph): Change the type
4849         of tpa_to_clear to VEC(int,heap).  Update uses of
4850         tpa_to_clear.  Free tpa_to_clear at the end.
4851
4852 2005-04-24  Andrew Pinski  <pinskia@physics.uc.edu>
4853
4854         * tree.h (TREE_THIS_VOLATILE): Document the effect on a
4855         function decl.
4856
4857 2005-04-24  Nathan Sidwell  <nathan@codesourcery.com>
4858
4859         * config/rs6000/rs6000.c (rs6000_override_options): Use gcc_assert
4860         and gcc_unreachable as appropriate.
4861         (num_insns_constant, output_vec_const_move,
4862         build_mask64_2_operands, rs6000_output_dwarf_dtprel,
4863         rs6000_emit_set_const, rs6000_emit_move,
4864         spe_build_register_parallel, function_arg,
4865         rs6000_move_block_from_reg, altivec_expand_predicate_builtin,
4866         spe_expand_predicate_builtin, spe_expand_evsel_builtin,
4867         rs6000_expand_builtin, spe_init_builtins, altivec_init_builtins,
4868         rs6000_common_init_builtins, expand_block_clear,
4869         expand_block_move, validate_condition_mode, ccr_bit, extract_MB,
4870         extract_ME, rs6000_get_some_local_dynamic_name,
4871         rs6000_output_function_entry, print_operand,
4872         print_operand_address, rs6000_generate_compare, rs6000_emit_sCOND,
4873         output_cbranch, output_e500_flip_gt_bit,
4874         rs6000_emit_vector_compare, rs6000_emit_vector_compare,
4875         rs6000_emit_cmove, rs6000_emit_minmax, rs6000_split_multireg_move,
4876         compute_save_world_info, rs6000_stack_info,
4877         rs6000_emit_load_toc_table, rs6000_frame_related,
4878         spe_synthesize_frame_save, rs6000_emit_epilogue,
4879         rs6000_output_function_epilogue, rs6000_hash_constant, output_toc,
4880         output_function_profiler, rs6000_trampoline_size,
4881         rs6000_initialize_trampoline, find_addr_reg,
4882         rs6000_machopic_legitimize_pic_address,
4883         rs6000_initial_elimination_offset,
4884         rs6000_dbx_register_number): Likewise.
4885         * config/rs6000/rs6000.md (*fix_truncdfsi2_internal,
4886         *movdf_hardfloat32, *movdf_softfloat32, *fix_trunctfsi2_internal,
4887         *movti_power, *movti_string, call, call_value, sibcall,
4888         sibcall_value): Likewise.
4889         * config/rs6000/spe.md (*movdf_e500_double,
4890         *movv2si_internal): Likewise.
4891         * config/rs6000/rs6000.h (PREFERRED_RELOAD_CLASS): Remove 'abort'
4892         from comment.
4893
4894 2005-04-24  Richard Henderson  <rth@redhat.com>
4895
4896         PR target/21101
4897         * config/i386/i386.h (CANNOT_CHANGE_MODE_CLASS): Move guts to ...
4898         * config/i386/i386.c (ix86_cannot_change_mode_class): ... here.
4899         Deny modes smaller than 4 bytes.
4900         * config/i386/i386-protos.h: Update.
4901
4902 2005-04-24  Ralf Corsepius  <ralf.corsepius@rtems.org>
4903
4904         * config.gcc (h8300-*-rtems*): Add h8300-*-rtemscoff*.
4905         Switch h8300-*-rtems* to ELF.
4906
4907 2005-04-24  Kazu Hirata  <kazu@cs.umass.edu>
4908
4909         * vec.h (VEC_safe_grow): Replace grow with safe_grow.
4910
4911 2005-04-23  Kazu Hirata  <kazu@cs.umass.edu>
4912
4913         * ipa-inline.c, tree-ssa-operands.h: Fix comment typos.
4914
4915 2005-04-23  Richard Guenther  <rguenth@gcc.gnu.org>
4916
4917         PR middle-end/21082
4918         * fold-const.c: Fold &a[i]-&a[j] to i-j.
4919
4920 2005-04-23  Zdenek Dvorak  <dvorakz@suse.cz>
4921
4922         * tree-ssa-loop-niter.c (tree_simplify_using_condition): Expand simple
4923         definitions of ssa names in condition.  Split recusive part to ...
4924         (tree_simplify_using_condition_1): New function.
4925         (expand_simple_operations): New function.
4926
4927 2005-04-23  Zdenek Dvorak  <dvorakz@suse.cz>
4928
4929         * tree-ssa-loop-ivopts.c (struct cost_pair): Add value field.
4930         (find_interesting_uses_cond): Do not use integer_zerop and
4931         integer_nonzerop to check for integer constants.
4932         (set_use_iv_cost): Record the value field.
4933         (determine_use_iv_cost_generic, determine_use_iv_cost_address,
4934         determine_use_iv_cost_outer): Set the value field of the cost pair.
4935         (may_eliminate_iv): Do not return the comparison code.
4936         (iv_elimination_compare): New function.
4937         (determine_use_iv_cost_condition): Set the value field.  Record
4938         noneliminable invariants correctly.
4939         (rewrite_use_compare, rewrite_use_outer): Use the value field.
4940
4941 2005-04-23  DJ Delorie  <dj@redhat.com>
4942
4943         * diagnostic.c (warning): Accept parameter to classify warning option.
4944         (warning0): New, for when a pointer to an error() like function is needed.
4945         * errors.c (warning): Likewise.
4946         * errors.h (warning, warning0): Adjust prototypes.
4947         * toplev.h (warning, warning0): Likewise.
4948
4949         * attribs.c, builtins.c, c-common.c, c-decl.c, c-format.c,
4950         c-gimplify.c, c-lex.c, c-objc-common.c, c-opts.c, c-parser.c,
4951         c-pragma.c, c-typeck.c, calls.c, cgraph.c, coverage.c, emit-rtl.c,
4952         fold-const.c, fortran/trans-decl.c, function.c, gcse.c,
4953         genautomata.c, haifa-sched.c, opts.c, passes.c, regclass.c,
4954         reload1.c, stmt.c, stor-layout.c, toplev.c, tree-cfg.c,
4955         tree-dump.c, tree-inline.c, tree-mudflap.c, tree-optimize.c,
4956         tree-ssa.c, tree.c, varasm.c: Adjust warning() callers.
4957
4958         * config/alpha/alpha.c, config/arc/arc.c, config/arm/arm.c,
4959         config/avr/avr.c, config/bfin/bfin.c, config/c4x/c4x-c.c,
4960         config/c4x/c4x.c, config/cris/cris.c, config/darwin-c.c,
4961         config/darwin.c, config/darwin.h, config/h8300/h8300.c,
4962         config/i386/cygming.h, config/i386/djgpp.h, config/i386/i386.c,
4963         config/i386/winnt.c, config/ia64/ia64-c.c, config/ia64/ia64.c,
4964         config/ip2k/ip2k.c, config/m32r/m32r.c, config/m68hc11/m68hc11.c,
4965         config/m68k/m68k.c, config/mcore/mcore.c, config/mips/mips.c,
4966         config/mmix/mmix.c, config/ns32k/ns32k.c, config/pa/pa-hpux11.h,
4967         config/pa/pa.c, config/rs6000/aix43.h, config/rs6000/aix51.h,
4968         config/rs6000/aix52.h, config/rs6000/darwin.h,
4969         config/rs6000/rs6000-c.c, config/rs6000/rs6000.c,
4970         config/s390/s390.c, config/sh/sh.c, config/sh/sh.h,
4971         config/sh/symbian.c, config/sol2-c.c, config/sol2.c,
4972         config/stormy16/stormy16.c, config/v850/v850-c.c,
4973         config/v850/v850.c, config/xtensa/xtensa.c: Adjust warning()
4974         callers.
4975
4976 2005-04-23  Richard Henderson  <rth@redhat.com>
4977
4978         PR rtl-opt/21102
4979         * simplify-rtx.c (simplify_binary_operation): Fix mode check before
4980         performing some integral scalar simplifications.
4981
4982 2005-04-23  Richard Henderson  <rth@redhat.com>
4983
4984         PR target/21099
4985         * config/i386/i386.c (ix86_split_to_parts): Use proper mode when
4986         simplifying CONST_VECTOR.
4987
4988 2005-04-23  Kazu Hirata  <kazu@cs.umass.edu>
4989
4990         * tree-ssa-live.c (live_worklist): Take a stack allocated on
4991         heap as an argument.  Update uses of stack.
4992         (calculate_live_on_entry): Allocate stack on heap.
4993
4994         * tree-ssa-live.c (build_tree_conflict_graph): Allocate
4995         partition_link and tpa_nodes on heap.
4996
4997         * tree-ssa-dce.c (worklist): Change to VEC(tree,heap).
4998         (mark_stmt_necessary, propagate_necessity,
4999         mark_really_necessary_kill_operand_phis): Update uses of
5000         worklist.
5001         (tree_dce_init): Allocate worklist using VEC_alloc.
5002         (tree_dce_done): Free worklist using VEC_free.
5003
5004 2005-04-23  Mike Stump  <mrs@apple.com>
5005
5006         * config/darwin.c (machopic_indirection_name): Don't use
5007         quotes needlessly.
5008         (darwin_emit_unwind_label): Use user_label_prefix instead of
5009         "_".
5010
5011 2005-04-23  Kazu Hirata  <kazu@cs.umass.edu>
5012
5013         * final.c, ipa-inline.c, varasm.c: Fix comment typos.
5014
5015 2005-04-23  Hans-Peter Nilsson  <hp@axis.com>
5016
5017         * config.gcc <cris-*>: Specify .opt files.
5018         * config/cris/cris.opt, config/cris/elf.opt, config/cris/aout.opt,
5019         config/cris/linux.opt: New files.
5020         * config/cris/aout.h (CRIS_SUBTARGET_SWITCHES)
5021         (CRIS_SUBTARGET_LONG_OPTIONS): Don't define.
5022         (TARGET_ELF): Override to 0.
5023         (CRIS_SUBTARGET_HANDLE_OPTION): Override to handle -melinux and
5024         -melinux-stacksize=N.
5025         * config/cris/cris.c: (cris_handle_option): New function.
5026         (TARGET_DEFAULT_TARGET_FLAGS): Override.
5027         (TARGET_HANDLE_OPTION): Override to cris_handle_option.
5028         (cris_override_options): Use MASK_*, not TARGET_MASK_*.
5029         * config/cris/cris.h (TARGET_MASK_SVINTO, TARGET_SVINTO,
5030         (TARGET_MASK_CCINIT, TARGET_CCINIT, TARGET_MASK_PDEBUG)
5031         (TARGET_PDEBUG, TARGET_MASK_SIDE_EFFECT_PREFIXES)
5032         (TARGET_SIDE_EFFECT_PREFIXES, TARGET_MASK_EXPAND_MUL)
5033         (TARGET_EXPAND_MUL, TARGET_MASK_STACK_ALIGN, TARGET_STACK_ALIGN)
5034         (TARGET_MASK_CONST_ALIGN, TARGET_CONST_ALIGN)
5035         (TARGET_MASK_DATA_ALIGN, TARGET_DATA_ALIGN)
5036         (TARGET_MASK_PROLOGUE_EPILOGUE, TARGET_PROLOGUE_EPILOGUE)
5037         (TARGET_MASK_ETRAX4_ADD, TARGET_ETRAX4_ADD)
5038         (TARGET_MASK_ALIGN_BY_32, TARGET_ALIGN_BY_32, TARGET_MASK_ELF)
5039         (TARGET_ELF, TARGET_MASK_LINUX, TARGET_LINUX)
5040         (TARGET_MASK_AVOID_GOTPLT, TARGET_AVOID_GOTPLT)
5041         (TARGET_MASK_MUL_BUG, TARGET_MUL_BUG, TARGET_SWITCHES)
5042         (CRIS_SUBTARGET_SWITCHES, TARGET_OPTIONS)
5043         (CRIS_SUBTARGET_LONG_OPTIONS): Don't define.
5044         (TARGET_LINUX): Define 0.
5045         (TARGET_DEFAULT): Use MASK_*, not TARGET_MASK_*.
5046         (CRIS_SUBTARGET_DEFAULT): Define to 0, not TARGET_MASK_ELF.
5047         (CRIS_SUBTARGET_DEFAULT): New empty default macro.
5048         * config/cris/linux.h (CRIS_SUBTARGET_SWITCHES): Don't define.
5049         (TARGET_LINUX): Override to 1.
5050         (CRIS_SUBTARGET_DEFAULT): Use MASK_*, not TARGET_MASK_*.
5051
5052 2005-04-23  Nathan Sidwell  <nathan@codesourcery.com>
5053
5054         * haifa-sched.c (schedule_block): Fix thinko in previous
5055         assertification patch.
5056
5057 2005-04-23  Richard Sandiford  <rsandifo@redhat.com>
5058
5059         * config.gcc (hppa[12]*-*-hpux10*): Add pa/pa-hpux.opt to
5060         $extra_options.  Also add pa/pa-hpux1010.opt for hpux10.[1-9]*.
5061         (hppa*64*-*-hpux11*): Add pa/pa-hpux1010.h to $tm_file.  Add
5062         pa/pa-hpux.opt, pa/pa-hpux1010.opt and pa/pa64-hpux.opt to
5063         $extra_options.  Also add pa/pa-hpux1111.opt for hpux11.[1-9]*.
5064         (hppa[12]*-*-hpux11*): Add pa/pa-hpux1010.h to $tm_file.  Add
5065         pa/pa-hpux.opt to $extra_options.  Also add pa/pa-hpux1111.opt
5066         for hpux11.[1-9]*.
5067         * config/pa/pa.h (architecture_type, rtx_def, pa_arch_string, pa_arch)
5068         (pa_fixed_range_string, pa_cpu_string, pa_unix_string, target_flags)
5069         (MASK_PA_11, MASK_DISABLE_FPREGS, TARGET_DISABLE_FPREGS)
5070         (MASK_NO_SPACE_REGS, TARGET_NO_SPACE_REGS, MASK_JUMP_IN_DELAY)
5071         (TARGET_JUMP_IN_DELAY, MASK_DISABLE_INDEXING, TARGET_DISABLE_INDEXING)
5072         (MASK_PORTABLE_RUNTIME, TARGET_PORTABLE_RUNTIME, MASK_GAS, TARGET_GAS)
5073         (MASK_SOFT_FLOAT, TARGET_SOFT_FLOAT, MASK_LONG_LOAD_STORE)
5074         (TARGET_LONG_LOAD_STORE, MASK_FAST_INDIRECT_CALLS)
5075         (TARGET_FAST_INDIRECT_CALLS, MASK_BIG_SWITCH, TARGET_BIG_SWITCH)
5076         (MASK_PA_20, MASK_SIO, TARGET_SIO, MASK_GNU_LD, TARGET_GNU_LD)
5077         (MASK_LONG_CALLS, TARGET_LONG_CALLS, TARGET_PA_11, TARGET_PA_20)
5078         (TARGET_SWITCHES, SUBTARGET_SWITCHES, TARGET_OPTIONS)
5079         (SUBTARGET_OPTIONS): Delete.
5080         (TARGET_PA_10): Redefine in terms of TARGET_PA_11 and TARGET_PA_20.
5081         (TARGET_SCHED_DEFAULT): Define to a PROCESSOR_* enum (PROCESSOR_8000)
5082         instead of a string.
5083         * config/pa/pa.c (pa_arch, pa_arch_string, pa_fixed_range_string)
5084         (pa_cpu_string, pa_unix_string): Delete.
5085         (pa_cpu): Initialize to TARGET_SCHED_DEFAULT.
5086         (flag_pa_unix): Initialize based on TARGET_HPUX_11_11 and
5087         TARGET_HPUX_10_10.
5088         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
5089         (pa_handle_option): New function.
5090         (override_options): Remove handling of -march=, -mfixed-range=,
5091         -mschedule= and -munix=.
5092         * config/pa/pa-hpux.h (SUBTARGET_SWITCHES): Delete.
5093         * config/pa/pa-hpux1010.h (SUBTARGET_OPTIONS): Delete.
5094         * config/pa/pa-hpux10.h (SUBTARGET_OPTIONS): Delete.
5095         * config/pa/pa-hpux1111.h (SUBTARGET_OPTIONS): Delete.
5096         * config/pa/pa-hpux11.h (SUBTARGET_OPTIONS): Delete.
5097         * config/pa/pa64-hpux.h (SUBTARGET_SWITCHES): Delete.
5098         * config/pa/pa64-start.h (TARGET_PA_11, TARGET_PA_20): #undef before
5099         redefining.
5100         * config/pa/pa.opt: New file.
5101         * config/pa/pa-hpux.opt: New file.
5102         * config/pa/pa-hpux1010.opt: New file.
5103         * config/pa/pa-hpux1111.opt: New file.
5104         * config/pa/pa64-hpux.opt: New file.
5105
5106 2005-04-22  David S. Miller  <davem@davemloft.net>
5107
5108         * rtl.h (CONST_DOUBLE): Fix comment, a CONST_DOUBLE holds an
5109         integer when it's mode is VOIDmode not DImode.
5110
5111 2005-04-22  Geoffrey Keating  <geoffk@apple.com>
5112
5113         * config/rs6000/rs6000.md (sync_add<mode>_internal,
5114         sync_addshort_internal, sync_sub<mode>_internal, sync_andsi_internal,
5115         sync_anddi_internal, sync_boolsi_internal, sync_booldi_internal,
5116         sync_boolc<mode>_internal, sync_boolc<mode>_internal2,
5117         sync_boolcc<mode>_internal, sync_lock_test_and_set<mode>): Use
5118         "bne- $-xxx" rather than local labels.
5119         (sync_lock_release<mode>): Add second operand.
5120         (lwsync): Use .long rather than a more meaningful opcode.
5121         * doc/md.texi (Standard Names): Add description of second
5122         parameter to sync_lock_test_and_set.
5123
5124 2005-04-23  Kazu Hirata  <kazu@cs.umass.edu>
5125
5126         PR tree-optimization/21088
5127         * fold-const.c (fold_unary, fold_binary, fold_ternary):
5128         Export.
5129         * tree-vrp.c (compare_values): Use fold_binary to compare
5130         pointers.  Use boolean_type_node as the type of a comparison
5131         expression being folded.
5132         * tree.h: Add prototypes for fold_unary, fold_binary,
5133         fold_ternary.
5134
5135         * tree-ssa-dom.c: Fix formatting.
5136
5137 2005-04-22  Diego Novillo  <dnovillo@redhat.com>
5138
5139         * Makefile.in (tree-into-ssa.o): Add dependency on PARAMS_H.
5140         * lambda-code.c (perfect_nestify): Mark virtual operands in
5141         the moved statement for renaming.
5142         * params.def (PARAM_MIN_VIRTUAL_MAPPINGS): Define.
5143         (PARAM_VIRTUAL_MAPPINGS_TO_SYMS_RATIO): Define.
5144         * params.h (MIN_VIRTUAL_MAPPINGS): Define.
5145         (VIRTUAL_MAPPINGS_TO_SYMS_RATIO): Define.
5146         * tree-flow.h (struct var_ann_d): Update comments.
5147         (rewrite_to_new_ssa_names_bb, rewrite_to_new_ssa_names,
5148         allocate_ssa_names, find_phi_node_for, dump_tree_ssa,
5149         debug_tree_ssa, debug_def_blocks, dump_tree_ssa_stats,
5150         debug_tree_ssa_stats, rewrite_ssa_into_ssa,
5151         dump_repl_tbl, debug_repl_tbl, dump_names_replaced_by,
5152         debug_names_replaced_by): Remove declarations.
5153         (delete_update_ssa, get_current_def, set_current_def): Declare.
5154         (rewrite_into_loop_closed_ssa): Add new argument.  Update
5155         all callers.
5156         * tree-into-ssa.c: Include params.h.
5157         (old_virtual_ssa_names): Remove.  Update all users.
5158         (need_to_replace_names_p): Remove.  Update all users.
5159         (struct update_ssa_stats_d): Declare.
5160         (update_ssa_stats): New local.
5161         (dump_tree_ssa, debug_tree_ssa, debug_def_blocks,
5162         dump_tree_ssa_stats, debug_tree_ssa_stats,
5163         dump_update_ssa, debug_update_ssa,
5164         dump_names_replaced_by, debug_names_replaced_by): Declare.
5165         (get_current_def, set current_def): Make extern.
5166         (is_old_name, is_new_name): Protect against references
5167         past the end of the sets.
5168         (add_new_name_mapping): Assert that OLD and NEW are
5169         different SSA names for the same symbol.
5170         When adding a virtual mapping, update stats for virtual
5171         mapping heuristic.
5172         (insert_phi_nodes_for): If UPDATE_P is true, create the
5173         LHS of the new PHI by duplicating SSA name VAR.
5174         (insert_phi_nodes_1): Remove.  Update all users.
5175         (insert_phi_nodes): Remove second argument.  Update all
5176         users.
5177         (maybe_replace_use, maybe_replace_def): New.
5178         (rewrite_update_stmt): Call them.
5179         (mark_def_interesting): Remove calls to is_gimple_reg.
5180         (prepare_phi_args_for_update): Remove.  Update all users.
5181         (prepare_block_for_update): Only process virtual operands
5182         and GIMPLE registers in normal form.
5183         (prepare_use_sites_for): New.
5184         (prepare_names_to_update): Rename from prepare_def_sites.
5185         Call prepare_use_sites_for.
5186         (dump_update_ssa): Rename from dump_repl_tbl.
5187         Update all users.
5188         Show statistics for virtual mapping heuristic.
5189         (debug_update_ssa): Rename from debug_debug_repl_tbl.
5190         (init_update_ssa): Initialize UPDATE_SSA_STATS.
5191         (delete_update_ssa): Make extern.
5192         (mark_set_for_renaming): If the set is empty, do nothing.
5193         (release_ssa_name_after_update_ssa): Update comment.
5194         (insert_updated_phi_nodes_for): Do not remove existing
5195         PHI nodes for symbols.
5196         (switch_virtuals_to_full_rewrite_p): New.
5197         (switch_virtuals_to_full_rewrite): New.
5198         (update_ssa): Call them.
5199         Clear REWRITE_THIS_STMT and REGISTER_DEFS_IN_THIS_STMT
5200         for every statement before updating.
5201         If all the names in NEW_SSA_NAMES have been marked for
5202         removal, do nothing.
5203         Only start at the top of the CFG if there are symbols in
5204         SYMS_TO_RENAME.
5205         (ssa_rewrite_finalize_block): Remove.
5206         (ssa_register_new_def): Remove.
5207         (ssa_rewrite_stmt): Remove.
5208         (ssa_rewrite_phi_arguments): Remove.
5209         (ssa_rewrite_initialize_block): Remove.
5210         (ssa_mark_def_sites): Remove.
5211         (ssa_mark_def_sites_initialize_block): Remove.
5212         (ssa_mark_phi_uses): Remove.
5213         (rewrite_ssa_into_ssa): Remove.
5214         * tree-phinodes.c (find_phi_node_for): Remove.
5215         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
5216         Call update_ssa.
5217         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops):
5218         Remove calls to verify_dominators and
5219         verify_loop_structure.
5220         (tree_unswitch_single_loop): Call update_ssa.
5221         * tree-ssa.c (verify_ssa): Assert that need_ssa_update_p
5222         returns false.
5223         Call verify_stmts.
5224         (delete_tree_ssa): Assert that need_ssa_update_p returns
5225         false.
5226         * tree-vect-transform.c (vect_transform_loop): Call update_ssa.
5227         * tree-vectorizer.c (allocate_new_names, rename_def_op,
5228         free_new_names): Remove.  Update all users.
5229         (rename_use_op): Call get_current_def.
5230         (rename_variables_in_bb): Do not handle any real or
5231         virtual definition.
5232         (slpeel_update_phis_for_duplicate_loop): Call
5233         get_current_def and set_current_def instead of using
5234         SSA_NAME_AUX.
5235         (slpeel_update_phi_nodes_for_guard2): Reformat comments.
5236         (slpeel_can_duplicate_loop_p): Call need_ssa_update_p,
5237         ssa_names_to_replace and delete_update_ssa.
5238         * doc/invoke.texi: Document --param min-virtual-mappings
5239         and --param virtual-mappings-ratio.
5240
5241 2005-04-22  Diego Novillo  <dnovillo@redhat.com>
5242
5243         * tree-cfg.c (tree_duplicate_bb): Call create_new_def_for
5244         for newly created PHI nodes.
5245         Call create_new_def_for for every new V_MAY_DEF and
5246         V_MUST_DEF on the copied statement.
5247         (struct ssa_name_map_entry): Remove.
5248         (ssa_name_map_entry_hash): Remove.
5249         (ssa_name_map_entry_eq): Remove.
5250         (allocate_ssa_names): Remove.
5251         (rewrite_to_new_ssa_names_def): Remove.
5252         (rewrite_to_new_ssa_names_use): Remove.
5253         (rewrite_to_new_ssa_names_bb): Remove.
5254         (rewrite_to_new_ssa_names): Remove.
5255         (tree_duplicate_sese_region): Remove variables ver,
5256         definitions, phi, ssa_name_map and bi.
5257         Call need_ssa_update_p instead of any_marked_for_rewrite_p.
5258         Call update_ssa.
5259         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Call
5260         update_ssa instead of rewrite_ssa_into_ssa.
5261         * tree-ssa-loop-manip.c (add_exit_phis_edge): Call
5262         create_new_def_for.
5263         (find_uses_to_rename_use): Add argument 'need_phis'.
5264         (find_uses_to_rename_stmt): Do not scan virtual operands.
5265         (find_uses_to_rename): Only scan PHI nodes for
5266         non-virtual names.
5267         (rewrite_into_loop_closed_ssa): Call update_ssa.
5268         (check_loop_closed_ssa_use): Ignore virtual operands.
5269         (check_loop_closed_ssa_stmt): Likewise.
5270         (verify_loop_closed_ssa): Do nothing if CURRENT_LOOPS is
5271         NULL.
5272         (rename_variables, set_phi_def_stmts): Remove.
5273         (tree_duplicate_loop_to_header_edge): Reformat comment.
5274         Remove variables BB, I and DEFINITIONS.
5275         Call need_ssa_update_p.
5276         Call update_ssa.
5277         (lv_adjust_loop_header_phi): Reformat comment.
5278         * tree-ssanames.c (ssa_names_to_rewrite): Remove.
5279         (marked_for_rewrite_p, any_marked_for_rewrite_p,
5280         mark_for_rewrite, unmark_all_for_rewrite,
5281         marked_ssa_names): Remove.  Update all users.
5282         (release_ssa_name): If VAR has been registered for SSA
5283         updating, do nothing.
5284         * tree-vrp.c (new_ssa_names, old_ssa_names): Remove.
5285         (build_assert_expr_for): Call register_new_name_mapping.
5286         (insert_range_assertions): Update call to update_ssa.
5287         * tree.h (mark_for_rewrite, unmark_all_for_rewrite,
5288         marked_for_rewrite_p, any_marked_for_rewrite_p,
5289         marked_ssa_names): Remove.
5290
5291 2005-04-22  Jeff Law  <law@redhat.com>
5292
5293         * tree-ssa-dom.c (block_defs_stack): Remove, no longer needed.
5294         (restore_currdefs_to_original_value): Likewise.
5295         (register_definitions_for_stmt): Likewise.
5296         (tree_ssa_dominator_optimize): No longer initialize CURRENT_DEF
5297         for each variable.  Do not allocate/free block_defs_stack either.
5298         Do not iterate if we just thread jumps.  Only iterate if the
5299         tree_cleanup_cfg does useful work (temporary).
5300         (dom_opt_initialize_block): No longer push a marker on
5301         BLOCK_DEFS_STACK.
5302         (dom_opt_finalize_block): Removal call to restore currdefs.
5303         Relax restrictions for recording edge equivalences.
5304         (record_equivalences_from_phis): No longer need to track
5305         CURRENT_DEF.
5306         (optimize_stmt): Similarly.
5307         (thread_across_edge): Simplify by removing the requirement that
5308         statements in the block we are threading through must be nops.
5309         (initialize_hash_element): Handle GOTO_EXPR.
5310
5311 2005-04-22  David S. Miller  <davem@davemloft.net>
5312
5313         * sched-vis.c (print_value): Use CONST_DOUBLE_LOW and
5314         CONST_DOUBLE_HIGH.
5315         * config/sparc/sparc.c (sparc_rtx_costs): Likewise, and
5316         fix check on CONST_DOUBLE mode.  It should be VOIDmode
5317         when it is representing an integer.
5318
5319 2005-04-22  Nathan Sidwell  <nathan@codesourcery.com>
5320
5321         * builtins.c (gimplify_va_arg_expr): Reword comments to avoid
5322         'abort'. Use gcc_assert and gcc_unreachable as appropriate.
5323         * c-format.c (get_constant, decode_format_attr, get_flag_spec,
5324         find_char_info_specifier_index,
5325         find_length_info_modifier_index): Likewise.
5326         * c-typeck.c (composite_type, pop_init_level): Likewise.
5327         * combine.c (cant_combine_insn_p, try_combine): Likewise.
5328         * cse.c (cse_insn): Likewise
5329         * dominance.c (calc_dfs_tree): Likewise
5330         dwarf2out.c (loc_descriptor_from_tree_1,
5331         add_abstract_origin_attribute, force_decl_die,
5332         force_type_die): Likewise
5333         emit-rtl.c (operand_subword_force): Likewise
5334         explow.c (hard_function_value): Likewise
5335         expmed.c (store_bit_field, expand_divmod,
5336         emit_store_flag_force): Likewise
5337         expr.c (emit_move_multi_word, store_expr,
5338         expand_expr_real_1): Likewise
5339         final.c (this_is_asm_operands, shorten_branches, final_scan_insn,
5340         output_operand): Likewise
5341         flow.c (recompute_reg_usage): Likewise
5342         * function.c (assign_stack_temp_for_type, assign_temp,
5343         handle_epilogue_set): Likewise
5344         * genextract.c (main): Likewise
5345         * gimplify.c (mostly_copy_tree_r, gimplify_return_expr,
5346         gimplify_modify_expr_rhs, gimplify_expr): Likewise
5347         * haifa-sched.c (ready_lastpos, ready_remove_first, ready_element,
5348         ready_remove, rm_line_notes, rm_other_notes,
5349         schedule_block): Likewise
5350         mips-tfile.c (copy_object, out_of_bounds): Likewise
5351
5352 2005-04-22 David Edelsohn  <edelsohn@gnu.org>
5353
5354         PR target/20813
5355         * config/rs6000/default64.h (TARGET_DEFAULT): Add MASK_PPC_GFXOPT.
5356         * config/rs6000/rs6000.c (processor_target_table): Rename rs64a to
5357         rs64.  Add MASK_PPC_GFXOPT to powerpc64 and rs64.
5358         (rs6000_init_libfuncs): Set TFmode optabs to xlq names if
5359         TARGET_XL_COMPAT.
5360         * doc/invoke.texi (PowerPC options): Change rs64a to rs64.
5361
5362 2005-04-22  Nathan Sidwell  <nathan@codesourcery.com>
5363
5364         * lambda-code.c: Define VEC(int,heap), VEC(lambda_loop,heap).
5365         (gcc_tree_to_linear_expression): Convert to heap allocated
5366         vectors.
5367         (gcc_loop_to_lambda_loop, gcc_loopnest_to_lambda_loopnest,
5368         lbv_to_gcc_expression, lle_to_gcc_expression,
5369         lambda_loopnest_to_gcc_loopnest, can_convert_to_perfect_nest,
5370         perfect_nestify): Likewise.
5371         lambda.h (gcc_loopnest_to_lambda_loopnest,
5372         lambda_loopnest_to_gcc_loopnest): Likewise.
5373         tree-loop-linear.c (linear_transform_loops): Likewise.
5374
5375 2005-04-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
5376
5377         * config/sparc/predicates.md (arith_double_operand): Use
5378         trunc_int_for_mode if HOST_BITS_PER_WIDE_INT >=64.
5379         * config/sparc/sparc.md (movqi, movhi, movsi, movqi): Use gen_int_mode.
5380         (DImode, DFmode constant splitters): Likewise.  Remove code for
5381         TARGET_ARCH64 && HOST_BITS_PER_WIDE_INT < 64.
5382         (logical constant splitters): Use const_int_operand predicate.
5383         (lshrsi3_extend): Remove code for TARGET_ARCH64 &&
5384         HOST_BITS_PER_WIDE_INT < 64.
5385
5386 2005-04-22  Nathan Sidwell  <nathan@codesourcery.com>
5387
5388         * config/pa/pa.c (legitimize_pic_address): Use gcc_assert and
5389         gcc_unreachable as appropriate.
5390         (force_mode, emit_move_sequence, singlemove_string,
5391         output_move_double, output_fp_move_double, find_addr_reg,
5392         output_block_move, output_block_clear, output_and,
5393         output_64bit_and, output_ior, output_64bit_ior, store_reg_modify,
5394         pa_adjust_cost, pa_issue_rate, print_operand,
5395         output_global_address, output_arg_descriptor, output_cbranch,
5396         output_lbranch, output_bb, output_bvb, output_dbra, output_movb,
5397         output_call): Likewise.
5398         * config/pa/pa.md (call, call_value, sibcall, sibcall_value,
5399         prefetch, prefetch_cc, prefetch_nocc): Likewise.
5400
5401 2005-04-22  Zdenek Dvorak  <dvorakz@suse.cz>
5402
5403         * Makefile.in (LIBGCOV): Add _gcov_interval_profiler,
5404         _gcov_pow2_profiler and _gcov_one_value_profiler.
5405         (tree-profile.o): Add GGC_H and gt-tree-profile.h dependency.
5406         (GTFILES): Add $(srcdir)/tree-profile.c.
5407         * gcov-io.h (__gcov_interval_profiler, __gcov_pow2_profiler,
5408         __gcov_one_value_profiler): Declare.
5409         * gimplify.c (force_gimple_operand): Check whether the statements
5410         should be produced in ssa form.
5411         (force_gimple_operand_bsi): New function.
5412         * libgcov.c (__gcov_interval_profiler, __gcov_pow2_profiler,
5413         __gcov_one_value_profiler): New functions.
5414         * rtl-profile.c (rtl_gen_pow2_profiler): Only measure whether
5415         the profiled value is a power of two or not.
5416         * tree-cfg.c (tree_block_ends_with_condjump_p): Handle empty blocks.
5417         * tree-flow.h (in_ssa_p): Declare.
5418         (force_gimple_operand_bsi): Declare.
5419         * tree-into-ssa.c (in_ssa_p): New variable.
5420         (rewrite_into_ssa): Set in_ssa_p.
5421         * tree-outof-ssa.c (rewrite_out_of_ssa): Set in_ssa_p.
5422         * tree-profile.c: Include ggc.h and gt-tree-profile.h.
5423         (gcov_type_node, tree_interval_profiler_fn, tree_pow2_profiler_fn,
5424         tree_one_value_profiler_fn): New variables.
5425         (tree_init_edge_profiler): Initialize the profiler function decls.
5426         (tree_gen_edge_profiler): Use global gcov_type_node.
5427         (prepare_instrumented_value): New function.
5428         (tree_gen_interval_profiler, tree_gen_interval_profiler,
5429         tree_gen_one_value_profiler): Call the library functions instead of
5430         creating instrumentation code.
5431         * tree.c (build_fn_decl): New function.
5432         * tree.h (build_fn_decl): Declare.
5433         * value-prof.c (rtl_divmod_values_to_profile,
5434         rtl_find_values_to_profile, rtl_mod_pow2_value_transform,
5435         tree_mod_pow2_value_transform, tree_find_values_to_profile):
5436         Do not handle may_be_other and precise values of exponents at pow2
5437         profiler.
5438         (tree_mod_subtract_transform): Reflect that value field of
5439         histogram has changed meaning.
5440         (tree_divmod_values_to_profile): Record the values correctly.
5441         (tree_values_to_profile): Update comment.
5442         * value-prof.h (struct histogram_value_t): Remove pow2 data.
5443
5444 2005-04-22  Joseph S. Myers  <joseph@codesourcery.com>
5445
5446         * varasm.c (do_assemble_alias): Return early if TREE_ASM_WRITTEN
5447         (decl).
5448
5449 2005-04-22  Nathan Sidwell  <nathan@codesourcery.com>
5450
5451         * config/i386/i386.md (length_immediate): Use gcc_assert or
5452         gcc_unreachable, as appropriate.
5453         (*movsi_1, *movqi_1, reload_outqi, *movdi_1_rex64, *pushsf,
5454         *pushsf_rex64, *truncxfsf2_mixed, *truncxfsf2_i387,
5455         *truncxfdf2_mixed, *truncxfdf2_i387, *adddi_1_rex64,
5456         *adddi_2_rex64, *adddi_3_rex64, *adddi_4_rex64, *adddi_5_rex64,
5457         *addsi_1, addsi_1_zext, *addsi_2, *addsi_2_zext, *addsi_3,
5458         *addsi_3_zext, *addsi_4, *addsi_5, *addhi_1_lea, *addhi_1,
5459         *addhi_2, *addhi_3, *addhi_4, *addhi_5, *addqi_1_lea, *addqi_1,
5460         *addqi_1_slp, *addqi_2, *addqi_3, *addqi_4, *addqi_5, addqi_ext_1,
5461         *addqi_ext_1_rex64, *anddi_1_rex64, *andsi_1, *andhi_1,
5462         *ashldi3_1_rex64, *ashldi3_cmp_rex64, *ashlsi3_1, *ashlsi3_1_zext,
5463         *ashlsi3_cmp, *ashlsi3_cmp_zext, *ashlhi3_1_lea, *ashlhi3_1,
5464         *ashlhi3_cmp, *ashlqi3_1_lea, *ashlqi3_1, *ashlqi3_cmp,
5465         pro_epilogue_adjust_stack_1, pro_epilogue_adjust_stack_rex64,
5466         pro_epilogue_adjust_stack_rex64_2, prefetch, *prefetch_sse,
5467         *prefetch_sse_rex): Likewise.
5468         * config/i386/predicates.md (x86_64_immediate_operand,
5469         x86_64_zext_immediate_operand, symbolic_operand,
5470         no_seg_address_operand, aligned_operand,
5471         memory_displacement_operand): Likewise.
5472         * config/i386/sse.md (*mov<mode>_internal,
5473         *movv2df_internal): Likewise.
5474
5475 2005-04-22  Jan Hubicka  <jh@suse.cz>
5476
5477         * Makefile.in (ipa.o, ipa-inline.o): New files.
5478         * cgraph.h (cgraph_remove_unreachable_nodes, cgraph_postorder,
5479         cgraph_decide_inlining_incrementally, cgraph_clone_inlined_nodes,
5480         cgraph_mark_inline_edge, cgraph_default_inline_p): Declare.
5481         * cgraphunit.c (cgraph_default_inline_p,
5482         cgraph_decide_inlining_incrementally,  ncalls_inlined,
5483         nfunctions_inlined, initial_insns, overall_insns,
5484         cgraph_estimate_size_after_inlining, cgraph_estimate_growth,
5485         cgraph_clone_inlined_nodes, cgraph_mark_inline_edge,
5486         cgraph_mark_inline, cgraph_check_inline_limits,
5487         cgraph_default_inline_p, cgraph_recursive_inlining_p,
5488         update_callee_keys, lookup_recursive_calls,
5489         cgraph_decide_recursive_inlining, cgraph_set_inline_failed,
5490         cgraph_decide_inlining_of_small_functions, cgraph_decide_inlining,
5491         cgraph_decide_inlining_incrementally, cgraph_gate_inlining,
5492         pass_ipa_inline): Move to ipa-inline.c
5493         (cgraph_postorder, cgraph_remove_unreachable_nodes): Move to ipa.c
5494         * ipa.c: New file.
5495         * ipa-inline.c: New file.
5496
5497 2005-04-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
5498
5499         * doc/invoke.texi (SPARC options): Document that -mapp-regs
5500         is turned off by default on Solaris.
5501
5502 2005-04-21  Roger Sayle  <roger@eyesopen.com>
5503
5504         * c-common.h (objc_build_method_signature): Update prototype.
5505         * stub-objc.c (objc_build_method_signature): Update the stub
5506         implementation to accept and ignore additional parameter.
5507         * c-parser.c (c_parser_objc_method_decl): Reorgnize to pass
5508         the value of ellipsis to objc_build_method_signature instead
5509         of setting TREE_OVERFLOW on the parms TREE_LIST node.
5510
5511 2005-04-21  Geoffrey Keating  <geoffk@apple.com>
5512
5513         * config/rs6000/rs6000-protos.h (rs6000_emit_sync): New.
5514         * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Use
5515         gen_rtx_* not gen_rtx_fmt_*.
5516         (rs6000_emit_vector_select): Likewise.
5517         (rs6000_emit_sync): New.
5518         * config/rs6000/rs6000.md (GPR, INT, INT1): New mode macros.
5519         (larx, stcx, cmp): New mode substitutions.
5520         (UNSPEC_SYNC, UNSPEC_SYNC_OP, UNSPEC_SYNC_SWAP, UNSPEC_LWSYNC,
5521         UNSPEC_ISYNC): New constants.
5522         (rlwinm): Give name.
5523         (memory_barrier, isync, lwsync): New insns.
5524         (sync_compare_and_swap<mode>, sync_lock_test_and_set<mode>): New insn.
5525         (sync_lock_release<mode>): New expander.
5526         (sync_add<mode>, sync_sub<mode>, sync_ior<mode>, sync_and<mode>,
5527         sync_xor<mode>, sync_nand<mode>, sync_old_add<mode>,
5528         sync_old_sub<mode>, sync_old_ior<mode>, sync_old_and<mode>,
5529         sync_old_xor<mode>, sync_old_nand<mode>, sync_new_add<mode>,
5530         sync_new_sub<mode>, sync_new_ior<mode>, sync_new_and<mode>,
5531         sync_new_xor<mode>, sync_new_nand<mode>): New expanders.
5532         (sync_add<mode>_internal, sync_addshort_internal,
5533         sync_sub<mode>_internal, sync_andsi_internal, sync_anddi_internal,
5534         sync_boolsi_internal, sync_booldi_internal, sync_boolc<mode>_internal,
5535         sync_boolc<mode>_internal2, sync_boolcc<mode>_internal): New insns.
5536
5537         * doc/md.texi (Standard Names): sync_compare_and_swap's operand 0
5538         is the memory before, not after, the operation.  Clarify
5539         barrier requirements.
5540
5541 2005-04-21  Nathan Sidwell  <nathan@codesourcery.com>
5542
5543         * cfghooks.h (struct cfg_hooks): Reword comments to avoid 'abort'.
5544         * lambda.h (lambda_vector_min_nz): Likewise.
5545         * langhooks.h (struct lang_hooks_for_types,
5546         struct lang_hooks): Likewise.
5547         * output.h (assemble_integer, this_is_asm_operands): Likewise.
5548         * tree.h: Likewise.
5549         * vec.h: Likewise.
5550         * tree-flow-inline.h (relink_imm_use): Use gcc_assert.
5551
5552         * optabs.c (prepare_cmp_insn, emit_cmp_and_jump_insns): Reword
5553         comments to avoid 'abort'.  Use gcc_assert as necessary.
5554         * opts.c (common_handle_option): Likewise.
5555         * pretty-print.c (pp_base_format_text): Likewise.
5556         * print-rtl.c (print_rtx): Likewise.
5557         * read-rtl.c (read_rtx_filename, read_rtx_1): Likewise.
5558         * regmove.c (try_auto_increment): Likewise.
5559         * reload.c (find_valid_class, find_reloads_toplev,
5560         find_equiv_reg): Likewise.
5561         * reload1.c (reload, forget_old_reloads_1, function_invariant_p,
5562         merge_assigned_reloads): Likewise.
5563         * tree-inline.c (inline_forbidden_p_1,
5564         estimate_num_insns_1): Likewise.
5565         * tree-optimize.c (execute_todo): Likewise.
5566         * tree-outof-ssa.c (eliminate_phi): Likewise.
5567         * tree-ssa-alias.c (add_pointed_to_expr): Likewise.
5568         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Likewise.
5569         * tree-ssa-operands.c (parse_ssa_operands,
5570         get_indirect_ref_operands, create_ssa_artficial_load_stmt): Likewise.
5571         * tree-ssa-pre.c (find_or_generate_expression): Likewise.
5572         * tree-ssanames.c (release_ssa_name): Likewise.
5573         * tree.c (int_bit_position, int_byte_position, tree_low_cst,
5574         walk_tree): Likewise.
5575
5576         * tree-ssa-operands.c (verify_abort): Fold into ..
5577         (verify_imm_links): ... here.
5578
5579 2005-04-21  Richard Henderson  <rth@redhat.com>
5580
5581         * config/alpha/sync.md (sync_new_nand<I48MODE>): Fix constraints
5582         on non-memory operand for previous inversion.
5583
5584 2005-04-21  Devang Patel  <dpatel@apple.com>
5585
5586         PR optimization/20994
5587         * tree-if-conv.c (find_phi_replacement_condition): Avoid generating
5588         x = !(a == b) : p , q;.
5589         (pass_if_conversion): Verify stmts and flow.
5590
5591 2005-04-21  Nathan Sidwell  <nathan@codesourcery.com>
5592
5593         * optabs.c (gen_conditional_trap): Restore #define.
5594
5595         * alias.c (true_dependence): Remove 'abort' from comments. Use
5596         gcc_assert and gcc_unreachable as appropriate.
5597         (canon_true_dependence): Likewise.
5598         * bb-reorder.c (connect_traces): Likewise.
5599         * c-common.c (c_add_case_label): Likewise.
5600         * c-decl.c (finish_function): Likewise.
5601         * caller-save.c (insert_restore, insert_save): Likewise.
5602         * cfg.c (update_bb_profile_for_threading): Likewise.
5603         * cfganal.c (flow_active_insn_p): Likewise.
5604         * cfgexpand.c (add_reg_br_prob_note): Likewise.
5605         * cfgrtl.c (rtl_redirect_edge_and_branch_force, rtl_split_edge,
5606         cfg_layout_merge_blocks): Likewise.
5607         * ifcvt.c (cond_exec_process_insns, merge_if_block,
5608         find_if_block): Likewise.
5609         * integrate.c (allocate_initial_values): Likewise.
5610         * jump.c (reverse_condition, reverse_condition_maybe_unordered,
5611         swap_condition, unsigned_condition, signed_condition,
5612         mark_jump_label, invert_jump_1, rtx_renumbered_equal_p,
5613         reg_or_subregno): Likewise.
5614         * lambda-code.c (lambda_compute_auxillary_space,
5615         lambda_transform_legal_p): Likewise.
5616         * lambda-mat.c (lambda_matrix_inverse_hard): Likewise.
5617         * langhooks.c (lhd_set_decl_assembler_name, lhd_type_promotes_to,
5618         lhd_incomplete_type_error, lhd_expand_expr,
5619         lhd_types_compatible_p, lhd_tree_size): Likewise.
5620         * lcm.c (create_pre_exit, optimize_mode_switching): Likewise.
5621         * local-alloc.c (update_equiv_regs): Likewise.
5622         * loop-unroll.c (peel_loop_completely
5623         unroll_loop_constant_iterations, unroll_loop_runtime_iterations,
5624         peel_loop_simple, unroll_loop_stupid,
5625         analyze_iv_to_split_insn): Likewise.
5626         * loop.c (gen_prefetch, find_and_verify_loops,
5627         basic_induction_var): Likewise.
5628         * modulo-sched.c (normalize_sched_times, check_nodes_order): Likewise.
5629         * value-prof.c (tree_find_values_to_profile): Likewise.
5630         * varasm.c (named_section, default_assemble_integer,
5631         decode_addr_const): Likewise.
5632
5633 2005-04-21 Alan Modra  <amodra@bigpond.net.au>
5634            Fariborz Jahanian <fjahanian@apple.com>
5635
5636         * config/rs6000/rs6000.c (rs6000_arg_partial_bytes): Fix size of
5637         portion of argument passed in fpr.
5638         * expr.c (emit_push_insn): Fix computation of 'offset' used to
5639         decide on partial argument save on stack.
5640
5641 2005-04-21  Kazu Hirata  <kazu@cs.umass.edu>
5642
5643         * config/sparc/predicates.md, config/sparc/sparc.md: Fix
5644         comment typos.
5645
5646 2005-04-21  Jan Hubicka  <jh@suse.cz>
5647
5648         * cgraphunit.c: Include tree-pass.h
5649         (cgraph_decide_recursive_inlining,
5650         cgraph_decide_inlining_of_small_function, cgraph_set_inline_failed,
5651         cgraph_decide_inlining): Dump goes to dump_file.
5652         (cgraph_optimize): Call ipa passes instead of inliner.
5653         (cgraph_gate_inlining, pass_ipa_inline): New.
5654         * tree-optimize.c (all_ipa_passes): New static variable.
5655         (register_one_dump_file): Dead with IPA passes.
5656         (register_dump_files): Likewise.
5657         (init_tree_optimization_passes): Initialize IPA passes.
5658         (execute_todo): Do cgraph dump when asked to, do not dump function body
5659         for IPA pass.
5660         * tree-pass.h (TODO_dump_cgraph): New macro.
5661         (ipa_passes): Declare.
5662         * Makefile.in (cgraphunit.o): Add dependency on cgraphunit.h
5663
5664 2005-04-21  Nathan Sidwell  <nathan@codesourcery.com>
5665
5666         * config/i386/i386.c (type_natural_mode): Use gcc_unreachable and
5667         gcc_assert instead of abort.
5668         (classify_argument, examine_argument, construct_container,
5669         contains_128bit_aligned_vector_p, ix86_check_movabs,
5670         standard_80387_constant_opcode, standard_80387_constant_rtx,
5671         ix86_initial_elimination_offset, ix86_compute_frame_layout,
5672         pro_epilogue_adjust_stack, ix86_expand_epilogue,
5673         ix86_address_cost, legitimate_address_p, legitimize_pic_address,
5674         legitimize_tls_address, output_pic_addr_const,
5675         i386_output_dwarf_dtprel, put_condition_code, print_reg,
5676         get_some_local_dynamic_name, print_operand, print_operand_address,
5677         output_387_binary_op, emit_i387_cw_initialization,
5678         output_fix_trunc, output_fp_compare, ix86_output_addr_vec_elt,
5679         ix86_expand_clear, ix86_expand_binary_operator,
5680         ix86_expand_unary_operator, ix86_match_ccmode, ix86_cc_mode,
5681         ix86_cc_modes_compatible, ix86_fp_comparison_codes,
5682         ix86_fp_comparison_arithmetics_cost, ix86_expand_fp_compare,
5683         ix86_expand_branch, ix86_expand_setcc,
5684         ix86_expand_carry_flag_compare, ix86_expand_fp_movcc,
5685         ix86_expand_int_addcc, ix86_split_to_parts, ix86_split_long_move,
5686         ix86_expand_movmem, ix86_expand_call, assign_386_stack_local,
5687         memory_address_length, ix86_attr_length_immediate_default,
5688         ix86_attr_length_address_default, ix86_agi_dependant,
5689         x86_initialize_trampoline, ix86_init_mmx_sse_builtins,
5690         ix86_expand_binop_builtin, ix86_force_to_memory,
5691         ix86_secondary_memory_needed, ix86_avoid_jump_misspredicts,
5692         x86_emit_floatuns): Likewise.
5693         * config/i386/netware.c (gen_regparm_prefix,
5694         i386_nlm_strip_name_encoding): Likewise.
5695         * config/i386/winnt.c (i386_pe_mark_dllexport): Likewise.
5696
5697 2005-04-21  Nathan Sidwell  <nathan@codesourcery.com>
5698
5699         * optabs.c (gen_condiational_trap): Remove #define.
5700         (add_equal_note): Assertify. Remove explicit indirection from
5701         call via function pointer.
5702         (expand_ternary_op, expand_simple_binop, expand_binop,
5703         expand_twoval_unop, expand_twoval_binop,
5704         expand_twoval_binop_libfunc, expand_simple_unop expand_unop,
5705         emit_unop_insn,  emit_no_conflict_block,  prepare_cmp_insn,
5706         prepare_operand emit_cmp_and_jump_insn_1, emit_cmp_and_jump_insns,
5707         prepare_float_lib_cmp, emit_conditional_move,
5708         emit_conditional_add, gen_add2_insn, gen_add3_insn,
5709         have_add2_insn, gen_sub2_insn, gen_sub3_insn, have_sub2_insn,
5710         expand_float, expand_fix, debug_optab_libfuncs, gen_cond_trap,
5711         vector_compare_rtx, expand_vec_cond_expr): Likewise.
5712
5713 2005-04-21  Nathan Sidwell  <nathan@codesourcery.com>
5714
5715         * vec.h: Update API to separate allocation mechanism from type.
5716         (VEC_safe_grow): New.
5717         * vec.c (calculate_allocation): New.
5718         (vec_gc_o_reserve, vec_heap_o_reserve): Adjust.
5719         (vec_gc_free, vec_heap_free): Remove.
5720         * gengtype-lex.l (DEF_VEC_): Process mult-argument macros.  Adjust.
5721         (VEC): Likewise.
5722         (mangle_macro_name): New.
5723         (struct macro_def): New.
5724         (struct macro): Add multiple argument values.
5725         (macro_expans_end): New.
5726         (push_macro_expansion):  Chain on new macro. Process multiple
5727         args, create follow on expansion. Return follow on argument.
5728         (macro_input): Deal with multiple arguments.
5729
5730         * tree.h: Define VEC(tree,heap) and VEC(tree,gc).
5731         (struct tree_binfo): Adjust.
5732         * basic-block.h: Define VEC(edge,gc).
5733         (struct edge_def): Adjust.
5734         (struct basic_block_def, struct edge_iterator): Likewise.
5735         (ei_container, ei_start_1, ei_last_1): Likewise.
5736         * cfg.c (connect_src, connect_dest): Likewise.
5737         * cfgrtl.c (force_nonfallthru_and_redirect)
5738         * dbxout.c (dbxout_type)
5739         * dwarf2out.c (gen_member_die)
5740         * lambda-code.c: Define VEC(int,gc), VEC(lambda_loop,gc).
5741         (gcc_tree_to_linear_expression): Adjust.
5742         (gcc_loop_to_lambda_loop, gcc_loopnest_to_lambda_loopnest,
5743         lbv_to_gcc_expression, lle_to_gcc_expression,
5744         lambda_loopnest_to_gcc_loopnest, can_convert_to_perfect_nest,
5745         perfect_nestify): Likewise.
5746         * lambda.h (gcc_loopnest_to_lambda_loopnest,
5747         lambda_loopnest_to_gcc_loopnest): Adjust prototypes.
5748         * profile.c (instrument_values): Adjust.
5749         * tree-cfg.c (modified_noreturn_calls): Adjust.
5750         (remove_fallthru_edge): Likewise.
5751         * tree-dump.c (dequeue_and_dump): Adjust.
5752         * tree-flow-inline.h (mark_stmt_modified): Adjust.
5753         * tree-flow.h (modified_noreturn_calls): Adjust.
5754         (tree_on_heap): Remove. (yay!)
5755         (register_new_def): Adjust.
5756         * tree-into-ssa.c: Define VEC(int,heap).
5757         (block_defs_stack): Adjust.
5758         (find_idf, insert_phi_nodes, register_new_def,
5759         rewrite_initialize_block, rewrite_finalize_block,
5760         register_new_update_single, rewrite_update_init_block,
5761         rewrite_update_fini_block, rewrite_blocks,
5762         ssa_rewrite_finalize_block, ssa_register_new_def,
5763         ssa_rewrite_initialize_block, rewrite_ssa_into_ssa): Likewise.
5764         * tree-loop-linear.c (linear_transform_loops): Adjust.
5765         * tree-ssa-alias.c: Define VEC(fieldoff_t,heap).
5766         (push_fields_onto_fieldstack, create_overlap_variables_for): Adjust.
5767         * tree-ssa-dom.c (avail_exprs_stack, block_defs_stack,
5768         stmts_to_rescan, const_and_copies_stack, nonzero_vars_stack,
5769         vrp_variables_stack): Adjust declarations.
5770         (tree_ssa_dominator_optimize): Adjust.
5771         (dom_opt_initialize_block, remove_local_expressions_from_table,
5772         restore_nonzero_vars_to_original_value,
5773         restore_vars_to_original_value,
5774         restore_currdefs_to_original_value, dom_opt_finalize_block,
5775         record_var_is_nonzero, record_cond, record_const_or_copy_1,
5776         optimize_stmt, update_rhs_and_lookup_avail_expr,
5777         lookup_avail_expr, record_range): Likewise.
5778         * tree-ssa-pre.c: Define VEC(basic_block,heap).
5779         (compute_antic_aux): Adjust.
5780         (inserted_exprs, create_expression_by_pieces,
5781         insert_into_preds_of_block, eliminate, mark_operand_necessary,
5782         remove_dead_inserted_code, fini_pre): Likewise.
5783         * tree-ssa-propagate.c (interesting_ssa_edges): Adjust.
5784         (varying_ssa_edges, add_ssa_edge, process_ssa_edge_worklist.
5785         ssa_prop_init): Likewise.
5786         * tree-ssa.c: Define VEC(bitmap,heap).
5787         (verify_name_tags): Adjust.
5788         * value-prof.c (rtl_divmod_values_to_profile): Adjust.
5789         (insn_prefetch_values_to_profile, rtl_find_values_to_profile,
5790         tree_divmod_values_to_profile, tree_find_values_to_profile,
5791         value_profile_transformations): Likewise.
5792         * value-prof.h: Define VEC(histogram_value,heap).
5793         * varasm.c: Remove alias_pair pointer typedef, define
5794         VEC(alias_pair,gc).
5795         (finish_aliases_1, finish_aliases_2, assemble_alias): Adjust.
5796
5797         * config/pa/pa.c (typedef extern_symbol): Typedef the structure,
5798         not a pointer to it.  Create an object vector.
5799         (extern_symbols): Turn into an object vector.
5800         (pa_hpux_asm_output_external, pa_hpux_file_end): Adjust.
5801
5802 2005-04-21  Sebastian Pop  <pop@cri.ensmp.fr>
5803
5804         PR/20742
5805         * Makefile.in (tree-chrec.o): Depend on params.h.
5806         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): New parameter with
5807         default value 20.
5808         * tree-chrec.c: Depend on params.h.  Replace build with buildN,
5809         and fold build with fold_buildN.
5810         (chrec_fold_plus_1): Fail with a chrec_don_know when the size of
5811         the expression exceeds PARAM_SCEV_MAX_EXPR_SIZE.
5812         (tree_contains_chrecs): Compute an estimation of the size of the
5813         given expression.
5814         * tree-chrec.h (tree_contains_chrecs): Modify its declaration.
5815         (tree_does_not_contain_chrecs): Update the use of tree_contains_chrecs.
5816         * tree-scalar-evolution.c (simple_iv): Ditto.
5817         * doc/invoke.texi (scev-max-expr-size): Documented.
5818
5819 2005-04-21  Richard Sandiford  <rsandifo@redhat.com>
5820
5821         * config.gcc (*-*-darwin*): Add darwin.opt to $extra_options.
5822         (i[34567]86-pc-msdosdjgpp*): Likewise i386/djgpp.opt.
5823         (i[34567]86-*-lynxos*, powerpc-*-lynxos*): Likewise lynx.opt.
5824         (i[34567]86-*-sco3.2v5*): Likewise i386/sco5.opt.
5825         (i[34567]86-*-pe, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
5826         (i[34567]86-*-uwin*): Likewise i386/cygming.opt.
5827         * config/darwin.h (darwin_one_byte_bool, darwin_fix_and_continue)
5828         (darwin_fix_and_continue_switch, SUBTARGET_OPTIONS): Delete.
5829         * config/darwin.c (darwin_one_byte_bool, darwin_fix_and_continue)
5830         (darwin_fix_and_continue_switch): Delete.
5831         * config/lynx.h (SUBTARGET_OS_LYNX_SWITCHES): Delete.
5832         (SUBTARGET_SWITCHES): Delete.
5833         * config/i386/i386.h (target_flags, MASK_80387, MASK_RTD)
5834         (MASK_ALIGN_DOUBLE, MASK_SVR3_SHLIB, MASK_IEEE_FP, MASK_FLOAT_RETURNS)
5835         (MASK_NO_FANCY_MATH_387, MASK_OMIT_LEAF_FRAME_POINTER)
5836         (MASK_STACK_PROBE, MASK_NO_ALIGN_STROPS, MASK_INLINE_ALL_STROPS)
5837         (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS, MASK_MMX)
5838         (MASK_SSE, MASK_SSE2, MASK_SSE3, MASK_3DNOW, MASK_3DNOW_A)
5839         (MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT)
5840         (MASK_TLS_DIRECT_SEG_REFS, MASK_NO_RED_ZONE, TARGET_80387)
5841         (TARGET_RTD, TARGET_ALIGN_DOUBLE, TARGET_PUSH_ARGS)
5842         (TARGET_ACCUMULATE_OUTGOING_ARGS, TARGET_SVR3_SHLIB, TARGET_IEEE_FP)
5843         (TARGET_128BIT_LONG_DOUBLE, TARGET_NO_FANCY_MATH_387)
5844         (TARGET_USE_FANCY_MATH_387, TARGET_OMIT_LEAF_FRAME_POINTER)
5845         (TARGET_DEBUG_ADDR, TARGET_DEBUG_ARG): Delete.
5846         (TARGET_FLOAT_RETURNS_IN_80387): Make an alias of TARGET_FLOAT_RETURNS.
5847         (TARGET_64BIT): Undef before redefining.
5848         (TARGET_TLS_DIRECT_SEG_REFS, TARGET_STACK_PROBE)
5849         (TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS, TARGET_SSE)
5850         (TARGET_SSE2, TARGET_SSE3, TARGET_MMX, TARGET_3DNOW, TARGET_3DNOW_A)
5851         (TARGET_RED_ZONE, TARGET_USE_MS_BITFIELD_LAYOUT, TARGET_SWITCHES)
5852         (TARGET_OPTIONS, SUBTARGET_SWITCHES, SUBTARGET_OPTIONS)
5853         (ix86_fpmath_string, ix86_tls_dialect_string, ix86_cmodel_string)
5854         (ix86_asm_string, ix86_regparm, ix86_regparm_string)
5855         (ix86_preferred_stack_boundary_string, ix86_branch_cost_string)
5856         (ix86_debug_arg_string, ix86_debug_addr_string)
5857         (ix86_align_loops_string, ix86_align_jumps_string)
5858         (ix86_align_funcs_string): Delete.
5859         * config/i386/cygming.h (MASK_NOP_FUN_DLLIMPORT)
5860         (TARGET_NOP_FUN_DLLIMPORT, SUBTARGET_SWITCHES): Delete.
5861         * config/i386/djgpp.h (MASK_BNU210, SUBTARGET_SWITCHES): Delete.
5862         (SUBTARGET_OVERRIDE_OPTIONS): Check TARGET_BNU210.
5863         * config/i386/lynx.h (SUBTARGET_SWITCHES): Delete.
5864         * config/i386/sco5.h (MASK_COFF, TARGET_ELF)
5865         (SUBTARGET_SWITCHES): Delete.
5866         * config/i386/i386.c (ix86_debug_arg_string): Delete.
5867         (ix86_debug_addr_string): Delete.
5868         (ix86_cmodel_string, ix86_asm_string, ix86_tls_dialect_string)
5869         (ix86_fpmath_string, ix86_regparm_string, ix86_regparm)
5870         (ix86_align_loops_string, ix86_align_jumps_string)
5871         (ix86_preferred_stack_boundary_string, ix86_branch_cost_string)
5872         (ix86_align_funcs_string): Make static.
5873         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
5874         (ix86_handle_option): New function.
5875         (TARGET_USE_MS_BITFIELD_LAYOUT): Delete.
5876         (ix86_ms_bitfield_layout_p): Check TARGET_MS_BITFIELD_LAYOUT.
5877         * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Remove handling
5878         of darwin_fix_and_continue_switch.
5879         (darwin_one_byte_bool): Delete.
5880         * config/rs6000/lynx.h (EXTRA_SUBTARGET_SWITCHES): Delete.
5881         * config/rs6000/rs6000.c (rs6000_override_options): Update assignment
5882         to darwin_one_byte_bool.
5883         * config/darwin.opt, config/lynx.opt, config/i386/cygming.opt,
5884         * config/i386/djgpp.opt, config/i386/i386.opt,
5885         * config/i386/sco5.opt: New files.
5886
5887 2005-04-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5888
5889         * config/sparc/sparc.c (reg_or_0_operand, const1_operand,
5890         fp_zero_operand, fp_register_operand, intreg_operand,
5891         fcc_reg_operand, fcc0_reg_operand, icc_or_fcc_reg_operand,
5892         call_operand, call_operand_address, tgd_symbolic_operand,
5893         tld_symbolic_operand, tie_symbolic_operand, tle_symbolic_operand,
5894         symbolic_operand, symbolic_memory_operand, label_ref_operand,
5895         sp64_medium_pic_operand, data_segment_operand,
5896         text_segment_operand, splittable_symbolic_memory_operand,
5897         reg_or_nonsymb_mem_operand, splittable_immediate_memory_operand,
5898         eq_or_neq, normal_comp_operator, noov_compare_op,
5899         noov_compare64_op, v9_regcmp_op, extend_op, cc_arithop,
5900         cc_arithopn, arith_operand, arith_4096_operand, arith_add_operand,
5901         const64_operand, const64_high_operand, arith11_operand,
5902         arith10_operand, arith_double_operand, arith_double_4096_operand,
5903         arith_double_add_operand, arith11_double_operand,
5904         arith10_double_operand, small_int, small_int_or_double,
5905         uns_small_int, uns_arith_operand, clobbered_register,
5906         input_operand, compare_operand): Delete.
5907         (sparc_emit_set_const32): Use predicates in assertion.  Remove special
5908         code for TARGET_ARCH64 && HOST_BITS_PER_WIDE_INT != 64.
5909         (sparc_emit_set_const64): Call gcc_unreachable if H_B_P_W_I == 32.
5910         (GEN_HIGHINT64, GEN_INT64): Delete.
5911         (sparc_emit_set_safe_HIGH64, gen_safe_SET64, gen_safe_OR64,
5912         gen_safe_XOR64): Adjust for above deletion.
5913         (sparc_emit_set_const64): Support only H_B_P_W_I == 64 and CONST_INTs.
5914         Use 'unsigned HOST_WIDE_INT' instead of 'long' for bitmask.
5915         (legitimate_constant_p): Use const_zero_operand instead.
5916         (sparc_extra_constraint_check): Likewise.
5917         * config/sparc/sparc.h (CONST_DOUBLE_OK_FOR_LETTER_P): Remove 'O'.
5918         (PREFERRED_RELOAD_CLASS): Use const_zero_operand.
5919         (PREDICATE_CODES): Delete.
5920         * config/sparc/sparc.md: Include predicates.md.
5921         (All patterns): Adjust for new predicate names.
5922         (cmpdi, cmpdi_sp64): Use arith_operand predicate.
5923         (movhi_const64_special, movsi_const64_special): Add 'K' constraint.
5924         (movdi): Use general_operand predicate.
5925         (movdi_sp64_dbl): Delete.
5926         (movdi_const64_special): Add 'N' constraint.
5927         (movdicc): Use arith10_operand predicate.
5928         (movdi_cc_sp64, movdi_cc_sp64_trunc): Use arith11_operand predicate.
5929         (movdi_cc_reg_sp64): Use arith10_operand predicate.
5930         (movdi_cc_reg_sp64_trunc): Delete.
5931         (cmp_zero_extract, cmp_zero_extract_sp64): Use small_int_operand.
5932         (adddi3_sp64, cmp_ccx_plus, cmp_ccx_plus_set): Use arith_operand.
5933         (subdi3_sp32): Delete.
5934         (subdi3_insn_sp32): Change to define_insn_and_split.
5935         (subdi3_sp64, cmp_minus_ccx, cmp_minus_ccx_set): Use arith_operand.
5936         (muldi3, muldi3_sp64, muldi3_v8plus): Likewise.
5937         (smulsi3_highpart_v8plus, const_smulsi3_highpart_v8plus,
5938         umulsi3_highpart_v8plus, const_umulsi3_highpart_v8plus): Use
5939         small_int_operand predicate.
5940         (divdi3, udivdi3): Use arith_operand predicate.
5941         (udivsi3, udivsi3_sp32, udivsi3_sp64): Use nonimmediate_operand.
5942         (and<V64I>3_sp64, ior<V64I>3_sp64, xor<V64I:mode>3_sp64,
5943         xor_not_<V64I:mode>_sp64) : Use arith_operand predicate.
5944         (xordi3_sp64_dbl): Delete.
5945         (cmp_ccx_arith_op, cmp_ccx_arith_op_set, cmp_ccx_xor_not,
5946         cmp_ccx_xor_not_set, cmp_ccx_arith_op_not, cmp_ccx_arith_op_not_set,
5947         cmp_ccx_neg, cmp_ccx_set_neg, one_cmpl<V64I>2_sp64, cmp_ccx_not,
5948         cmp_ccx_set_not): Use arith_operand predicate.
5949         (ashrsi3_extend2, lshrsi3_extend2 et al.): Use small_int_operand.
5950         * config/sparc/predicates.md: New file.
5951
5952 2005-04-21  Kazu Hirata  <kazu@cs.umass.edu>
5953
5954         PR tree-optimization/14846
5955         * fold-const.c (fold_single_bit_test_into_sign_test): New,
5956         split out from ...
5957         (fold_single_bit_test): ... here.
5958         (fold_binary): Call fold_single_bit_test_into_sign_test
5959         instead of fold_single_bit_test.
5960
5961 2005-04-20  James E Wilson  <wilson@specifixinc.com>
5962
5963         PR c++/20805
5964         * dwarf2out.c (gen_variable_die): Don't emit a specification if this
5965         is another declaration.
5966
5967 2005-04-21  Hans-Peter Nilsson  <hp@axis.com>
5968
5969         * config/cris/predicates.md: New file.
5970         * config/cris/cris-protos.h (cris_store_multiple_op_p)
5971         (cris_movem_load_rest_p): Declare.
5972         * config/cris/cris.c (cris_store_multiple_op): Return bool, not int.
5973         (cris_movem_load_rest_p): Ditto.  Globalize.
5974         (cris_bdap_operand, cris_bdap_biap_operand,
5975         cris_orthogonal_operator, cris_commutative_orth_op,
5976         cris_operand_extend_operator,
5977         cris_additive_operand_extend_operator, cris_extend_operator,
5978         cris_plus_or_bound_operator, cris_mem_op,
5979         cris_general_operand_or_symbol,
5980         cris_general_operand_or_gotless_symbol,
5981         cris_general_operand_or_plt_symbol, cris_mem_call_operand,
5982         cris_load_multiple_op): Remove predicate functions.
5983         (cris_symbol, cris_gotless_symbol) <case UNSPEC>: Return 0, don't
5984         abort, for UNSPECs other than CRIS_UNSPEC_PLT.
5985         * config/cris/cris.h (PREDICATE_CODES): Don't define.
5986         * config/cris/cris.md: Include predicates.md.
5987         ("call", "call_value"): Generate CONSTs of Pmode, not VOIDmode.
5988
5989 2005-04-20  Ian Lance Taylor  <ian@airs.com>
5990
5991         * c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def).
5992         * c-common.h (STMT_EXPR_STMT): Don't define.
5993         (STMT_EXPR_NO_SCOPE): Don't define.
5994         * c-dump.c (c_dump_tree): Don't handle STMT_EXPR.
5995         * c-pretty-print.c (pp_c_primary_expression): Likewise.
5996         (pp_c_expression): Likewise.
5997
5998 2005-04-20  Richard Henderson  <rth@redhat.com>
5999
6000         PR target/21100
6001         * config/i386/mmx.md (push<MMXMODE>1): Fix predicate thinko.
6002
6003 2005-04-20  Jeff Law  <law@redhat.com>
6004
6005         * reload1.c (reload): Ignore equivalences between pseudos and
6006         read only memory.
6007
6008 2005-04-20  Joseph S. Myers  <joseph@codesourcery.com>
6009
6010         PR c/12913
6011         * c-tree.h (struct c_label_list): Update comment.
6012         (struct c_label_context): Rename to struct c_label_context_se.
6013         (label_context_stack): Rename to label_context_stack_se.
6014         (C_DECL_UNJUMPABLE_VM, C_DECL_UNDEFINABLE_VM, struct
6015         c_label_context_vm, label_context_stack_vm, c_begin_vm_scope,
6016         c_end_vm_scope): New.
6017         (C_DECL_DECLARED_BUILTIN, C_DECL_USED): Use FUNCTION_DECL_CHECK.
6018         * c-decl.c (pop_scope): Call c_end_vm_scope.
6019         (pushdecl): Call c_begin_vm_scope for variably modified
6020         declarations.
6021         (define_label): Check for jumping into scope of identifier with
6022         variably modified type.  Push label on stack for those defined at
6023         current context of identifiers with variably modified type.
6024         (start_function): Create stack level for context of identifiers
6025         with variably modified type.
6026         (finish_function): Pop stack level for context of identifiers with
6027         variably modified type.
6028         * c-typeck.c (label_context_stack): Rename to
6029         label_context_stack_se.
6030         (label_context_stack_vm, c_begin_vm_scope, c_end_vm_scope): New.
6031         (c_finish_goto_label): Check for jumping into scope of identifier
6032         with variably modified type.  Push label on stack for those jumped
6033         to from current context of identifiers with variably modified
6034         type.
6035         (struct c_switch): Add blocked_vm.
6036         (c_start_case): Initialize blocked_vm.
6037         (do_case): Check blocked_vm.
6038         (c_finish_case): Add comment.
6039         (c_begin_stmt_expr, c_finish_stmt_expr): Update for renamed
6040         variable label_context_stack.
6041
6042 2005-04-20  Kazu Hirata  <kazu@cs.umass.edu>
6043
6044         * tree-ssa-phiopt.c (tree_ssa_phi_opt): Update calls to
6045         conditional_replacement, value_replacement, abs_replacement,
6046         minmax_replacement.
6047         (replace_phi_edge_with_variable): Remove argument BB.
6048         (conditional_replacement, value_replacement,
6049         minmax_replacement, abs_replacement): Remove argument PHI_BB.
6050         Update a call to replace_phi_edge_with_variable.
6051
6052         * tree-ssa-phiopt.c: Fix comments.
6053
6054 2005-04-20  Michael Matz  <matz@suse.de>
6055
6056         PR20973
6057         * reload.c (push_reload, find_dummy_reload): Check for uninitialized
6058         pseudos.
6059
6060 2005-04-20  Kazu Hirata  <kazu@cs.umass.edu>
6061
6062         * tree-ssa-phiopt.c: Fix comment typos.
6063
6064         PR tree-optimization/21116
6065         * tree-ssa-phiopt.c: Fix a typo.
6066
6067 2005-04-19  Richard Henderson  <rth@redhat.com>
6068
6069         * builtins.c (expand_builtin_sync_operation): Revert last change.
6070         * optabs.c (expand_bool_compare_and_swap): Compare vs old value,
6071         not vs new value.
6072         (expand_compare_and_swap_loop): Likewise.
6073         (expand_sync_operation): Remove fallback from NAND to AND; invert
6074         memory operand when expanding from cmpxchg.
6075         (expand_sync_fetch_operation): Likewise.
6076         * doc/extend.texi (Atomic Builtins): Fix docs for nand and
6077         compare-and-swap.
6078
6079         * config/alpha/alpha.c (alpha_split_atomic_op): Invert memory operand
6080         when implementing NAND.  Fix double-add for AFTER.
6081         * config/alpha/sync.md (sync_nand<I48MODE>): Invert memory operand.
6082         (sync_old_nand<I48MODE>, sync_new_nand<I48MODE>): Likewise.
6083         (sync_compare_and_swap<I48MODE>): Fix compare vs zero.  Return old
6084         memory value.
6085         (sync_lock_test_and_set<I48MODE>): Remove extra label and last
6086         memory barrier.
6087
6088         * config/i386/sync.md (sync_compare_and_swap<IMODE>): Fix pattern
6089         to return old memory value.
6090         (sync_compare_and_swap_cc<IMODE>): Likewise.
6091
6092         * config/ia64/ia64.c (ia64_dependencies_evaluation_hook): Early
6093         return pre-reload.  Don't consider output or anti dependencies.
6094         * config/ia64/sync.md (IMODE): New.
6095         (modesuffix): Add QI and HI.
6096         (memory_barrier): Simplify expansion.
6097         (sync_compare_and_swap<IMODE>): Use IMODE, not I48MODE.
6098         (cmpxchg_acq_<IMODE>): Likewise.
6099         (sync_lock_test_and_set<IMODE>): Likewise.
6100         (sync_lock_release<IMODE>): Likewise.
6101
6102 2005-04-19  James A. Morrison  <phython@gcc.gnu.org>
6103
6104         * fold-const.c (fold_binary): Fold ~(X ^ Y) to ~X ^ Y or X ^ ~Y if
6105         ~X or ~Y simplify.
6106
6107 2005-04-19  James A. Morrison  <phython@gcc.gnu.org>
6108
6109         * fold-const (fold_binary):  Fold ~X ^ ~ Y to X ^ Y.
6110
6111 2005-04-20  Michael Pogue  <michael.pogue@sun.com>
6112             Joseph S. Myers  <joseph@codesourcery.com>
6113
6114         * c.opt (Wint-to-pointer-cast, Wpointer-to-int-cast): New options.
6115         * c-typeck.c (build_c_cast): Check these options.
6116         * doc/invoke.texi: Document these options.
6117
6118 2005-04-20  Kazu Hirata  <kazu@cs.umass.edu>
6119
6120         * tree-ssa-phiopt.c: Update a comment about the pass.
6121
6122 2005-04-19  Kazu Hirata  <kazu@cs.umass.edu>
6123
6124         * tree-ssa-phiopt.c, config/arm/arm.c, config/fr30/fr30.md,
6125         config/mcore/mcore.c: Fix comment typos.
6126
6127 2005-04-19  Daniel Jacobowitz  <dan@codesourcery.com>
6128
6129         * Makefile.in (libgcc.mk): Pass GCC_FOR_TARGET.
6130         * mklibgcc.in: Use $GCC_FOR_TARGET instead of ./xgcc.
6131
6132 2005-04-19  Paul Brook  <paul@codesourcery.com>
6133
6134         * config/arm/arm.c (arm_init_libfuncs): Clear mod optabs.
6135
6136 2005-04-19  Andrew Haley  <aph@redhat.com>
6137
6138         PR java/21022
6139         * dbxout.c (dbxout_type_fields): Check DECL_IGNORED_P before
6140         looking at a field's bitpos.
6141
6142 2005-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6143
6144         * system.h (fopen, fdopen, freopen): Define these to the unlocked
6145         libiberty functions.
6146
6147 2005-04-19  Kazu Hirata  <kazu@cs.umass.edu>
6148
6149         PR tree-optimization/21096
6150         * tree-ssa-copy.c (fini_copy_prop): Free cached_last_copy_of.
6151
6152 2005-04-19  Alan Modra  <amodra@bigpond.net.au>
6153
6154         PR target/21098
6155         * config/rs6000/rs6000.c (rs6000_elf_end_indicate_exec_stack): New.
6156         * config/rs6000/linux64.h (TARGET_ASM_FILE_END): Use the above.
6157
6158 2005-04-19  Alexandre Oliva  <aoliva@redhat.com>
6159
6160         * tree-cfg.c (dump_function_to_file): Use cfun info only if it
6161         refers to the function being dumped.
6162
6163 2005-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
6164
6165         * varasm.c (assemble_start_function): Remove reset of in_section.
6166
6167 2005-04-18  James A. Morrison  <phython@gcc.gnu.org>
6168
6169         PR tree-optimization/21085
6170         * fold-const (fold_binary): Don't change X % -C to X % C if C has
6171         overflowed.
6172
6173 2005-04-19  Ben Elliston  <bje@au.ibm.com>
6174
6175         * doc/invoke.texi (Optimize Options): Refer to the correct
6176         optimisation flag -ftree-dominator-opts, not -ftree-dom.
6177
6178 2005-04-18  Christopher Jaillet <christophe.jaillet@wanadoo.fr>
6179
6180         * config/rs6000/rs6000.c (machopic_output_stub):  Increase
6181         alloca argument to be big enough.
6182
6183 2005-04-18  Alexandre Oliva  <aoliva@redhat.com>
6184
6185         PR middle-end/21049
6186         * tree-cfg.c (dump_function_to_file): Do not crash if cfun or
6187         cfun->cfg are NULL.
6188
6189 2005-04-18  Tom Tromey  <tromey@redhat.com>
6190
6191         * cgraphunit.c (cgraph_finalize_compilation_unit): Fix a comment
6192         typo.
6193
6194 2005-04-18  Richard Henderson  <rth@redhat.com>
6195
6196         * config/alpha/alpha.c (alpha_split_atomic_op): New.
6197         (alphaev5_insn_pipe): Add LD_L, ST_C, MB types.
6198         (alphaev4_insn_pipe): Likewise.  Correct IST and LDSYM pipes.
6199         * config/alpha/alpha-protos.h: Update.
6200         * config/alpha/alpha.md (UNSPECV_MB, UNSPECV_LL, UNSPECV_SC): New.
6201         (UNSPECV_ATOMIC, UNSPECV_CMPXCHG, UNSPECV_XCHG): New.
6202         (attr type): Add ld_l, st_c, mb.
6203         (andsi_internal, andnotsi3, iorsi_internal, one_cmplsi_internal,
6204         iornotsi3, xorsi_internal, xornotsi3): New.
6205         * config/alpha/ev4.md (ev4_ld): Add ld_l.
6206         (ev4_ist_c, ev4_mb): New.
6207         * config/alpha/ev5.md (ev5_st): Add st_c, mb.
6208         (ev5_ld_l): New.
6209         * config/alpha/ev6.md (ev6_ild): Add ld_l.
6210         (ev6_ist): Add st_c.
6211         (ev6_mb): New.
6212         * config/alpha/sync.md: New file.
6213
6214 2005-04-18  Richard Henderson  <rth@redhat.com>
6215
6216         * builtins.c (expand_builtin_sync_operation): Fold nand to and
6217         for constants.
6218
6219         * optabs.c (expand_sync_operation): Fix typo expanding nand to and.
6220
6221 2005-04-18  Devang Patel  <dpatel@apple.com>
6222
6223         * config/rs6000/atlivec.md (mulv4si3): New pattern.
6224
6225 2005-04-18  James A. Morrison  <phython@gcc.gnu.org>
6226
6227         PR tree-optimization/20922
6228         * fold-const.c (fold_binary): Fold X - c > X and X + c < X to false.
6229         Fold X + c >= X and fold X - c <= X to true.
6230
6231 2005-04-18  James A. Morrison  <phython@gcc.gnu.org>
6232
6233         * config/ia64/unwind-ia64.c (emergency_reg_state_free): Make an
6234         unsigned int.
6235         (emergency_labeled_state_free): Likewise.
6236
6237 2005-04-18  Nick Clifton  <nickc@redhat.com>
6238
6239         * config/h8300/h8300.md (jump): Remove prescan parameter from
6240         calls to final_scan_insn.
6241
6242         * config/arc/arc.c (arc_output_function_epilogue): Remove prescan
6243         parameter from calls to final_scan_insn.
6244
6245         * config.gcc (m68hc12): Use the m68hc11.opt file for target
6246         specific options.
6247         (v850e, v850e1): Use the v850.opt file for target specific
6248         options.
6249
6250 2005-04-18  Kazu Hirata  <kazu@cs.umass.edu>
6251
6252         PR tree-optimization/21001
6253         * tree-optimize.c (init_tree_optimization_passes): Move the
6254         first pass_forwprop immediately before pass_vrp.
6255
6256 2005-04-17  Ian Lance Taylor  <ian@airs.com>
6257
6258         * c-common.def (SIZEOF_EXPR, ARROW_EXPR, ALIGNOF_EXPR): Remove.
6259         * c-common.c (c_sizeof_or_alignof_type): Change second parameter
6260         from enum tree_code op to bool is_sizeof.
6261         * c-common.h (c_sizeof_or_alignof_type): Update declaration.
6262         (c_sizeof, c_alignof): Update calls to c_sizeof_or_alignof_type.
6263         * c-pretty-print.c (pp_c_postfix_expression): Remove ARROW_EXPR
6264         case.
6265         (pp_c_unary_expression): Remove SIZEOF_EXPR and ALIGNOF_EXPR
6266         cases.
6267         (pp_c_expression): Remove ARROW_EXPR, SIZEOF_EXPR, and
6268         ALIGNOF_EXPR cases.
6269
6270 2005-04-17  Ian Lance Taylor  <ian@airs.com>
6271
6272         * system.h: Poison DONT_ACCESS_GBLS_AFTER_EPILOGUE.
6273
6274 2005-04-17  Richard Henderson  <rth@redhat.com>
6275
6276         * config/alpha/alpha.c (va_list_skip_additions): Only define if
6277         TARGET_ABI_OSF.
6278         (TARGET_STDARG_OPTIMIZE_HOOK): Likewise.
6279         (alpha_stdarg_optimize_hook): Likewise.  Allow for one more round
6280         of indirection through ssa names while looking for the gpr counter
6281         field.
6282         (alpha_setup_incoming_varargs) <TARGET_ABI_OSF>: Make use of the
6283         saved va_list_gpr_size and va_list_fpr_size.
6284
6285 2005-04-17  Kazu Hirata  <kazu@cs.umass.edu>
6286
6287         * tree-vrp.c (compare_values): Check that VAL1 and VAL2 are
6288         both pointers or both integers.
6289
6290         * tree-vrp.c (maybe_add_assert_expr): Don't assert
6291         ASSERT_EXPRs for single-use variable.
6292
6293         * tree-into-ssa.c: Fix a comment typo.
6294
6295 2005-04-17  Richard Sandiford  <rsandifo@redhat.com>
6296
6297         * config/mips/iris6.h (DRIVER_SELF_SPECS): Check -march as well as
6298         -mipsN before forcing a default of -mips2.
6299
6300 2005-04-17  Kazu Hirata  <kazu@cs.umass.edu>
6301
6302         * predict.h (IS_TAKEN): Remove.
6303         * rtl.h (NOTE_PREDICTION): Likewise.
6304
6305         * modulo-sched.c (CFG_HOOKS): Remove.
6306
6307         * c-parser.c (N_C_TTYPES): Remove.
6308
6309         * tree-flow-inline.h (get_stmt_operands): Remove.
6310         * lambda-code.c, tree-ssa-loop-unswitch.c,
6311         tree-ssa-operands.c, tree-ssa-pre.c, tree-ssa-propagate.c,
6312         tree-ssa-sink.c, tree-ssa.c, tree-tailcall.c,
6313         tree-vect-transform.c, tree-vectorizer.c, tree-vrp.c): Remove
6314         calls to get_stmt_operands.
6315         * doc/tree-ssa.texi: Don't mention get_stmt_operands.
6316
6317 2005-04-17  Richard Henderson  <rth@redhat.com>
6318
6319         PR target/20375
6320         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Advance a copy
6321         of CUMULATIVE_ARGS past the last named argument.
6322         (alpha_va_start): Expect pretend_args_size only if strictly less than
6323         6 named arguments.
6324
6325 2005-04-17  Kazu Hirata  <kazu@cs.umass.edu>
6326
6327         PR middle-end/21024
6328         * builtins.c (expand_builtin_strcat): Convert the result of
6329         strlen to the right type.
6330         * fold-const.c (fold_binary) <PLUS_EXPR>: Use fold_convert to
6331         avoid creating type mismatches.
6332         <GE_EXPR>: Pass op0 and op1 to fold_build2 to avoid creating
6333         type mismatches.
6334
6335         * c-lex.c (WCHAR_TYPE_SIZE, WCHAR_BYTES): Remove.
6336
6337 2005-04-16  Richard Henderson  <rth@redhat.com>
6338
6339         PR target/21051
6340         * builtins.c (expand_builtin) <BUILT_IN_BOOL_COMPARE_AND_SWAP_*>:
6341         Use the mode of boolean_type_node when the user doesn't provide one.
6342         * config/ia64/sync.md (sync_lock_release<I48MODE>): Use operand 1.
6343
6344 2005-04-16  Alexandre Oliva  <aoliva@redhat.com>
6345
6346         PR target/20126
6347         * loop.c (loop_givs_rescan): Handle non-replaceable (plus (reg)
6348         (const)).
6349
6350         * tree-scalar-evolution.c (interpret_rhs_modify_expr): Fix typo in
6351         comment.
6352
6353 2005-04-16  Roger Sayle  <roger@eyesopen.com>
6354             Steven Bosscher  <stevenb@suse.de>
6355
6356         * fold-const.c (fold_binary_to_constant): Delete obsolete comment.
6357         (fold_unary_to_constant): Likewise.
6358
6359 2005-04-16  Kazu Hirata  <kazu@cs.umass.edu>
6360
6361         * basic-block.h: Adjust the value of PROP_SCAN_DEAD_STORES,
6362         PROP_ASM_SCAN.
6363
6364 2005-04-16  Gerald Pfeifer  <gerald@pfeifer.com>
6365
6366         * doc/install.texi (Specific): Avoid using asterisks in @anchor
6367         names related to target triplets.
6368         Remove i?86-*-esix from platform directory.
6369         Remove powerpc-*-eabiaix from platform directory.
6370
6371 2005-04-16  Joseph S. Myers  <joseph@codesourcery.com>
6372
6373         PR middle-end/20491
6374         * config/ia64/ia64.c (rtx_needs_barrier): Recurse instead of
6375         falling through from SUBREG case to REG.
6376
6377 2005-04-15  Roger Sayle  <roger@eyesopen.com>
6378
6379         * fold-const.c (fold_relational_hi_lo): Delete function and prototype.
6380         (fold_binary): Update comment mentioning fold_relational_hi_lo.
6381         (fold_binary_to_constant): Simplify using fold_binary.
6382         (fold_unary_to_constant): Likewise, simplify using fold_unary.
6383
6384 2005-04-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6385
6386         * gthr-posix.c (pthread_cancel): Define.
6387         (pthread_mutexattr_init): Likewise.
6388         (pthread_mutexattr_settype): Likewise.
6389         (pthread_mutexattr_destroy): Likewise.
6390
6391 2005-04-15  David S. Miller  <davem@davemloft.net>
6392
6393         PR target/20673
6394         * config/sparc/sparc.h (sparc_hard_reg_printed): Mark as GTY(()).
6395
6396 2005-04-15  Kazu Hirata  <kazu@cs.umass.edu>
6397
6398         PR tree-optimization/21031
6399         * tree-ssa-forwprop.c (ssa_name_defined_by_comparison_p): New.
6400         (forward_propagate_into_cond_1): Call it.  Forward propagate
6401         integer-integer casts into COND_EXPRs.
6402
6403 2005-04-15  Dave Korn  <dave.korn@artimi.com>
6404
6405         * gcc.c (default_compilers): Clarify obscure error message when
6406         reading from standard input.
6407
6408 2005-04-15  Kazu Hirata  <kazu@cs.umass.edu>
6409
6410         * basic-block.h (PROP_EQUAL_NOTES): Remove.
6411         * flow.c (propagate_one_insn): Don't use PROP_EQUAL_NOTES.
6412
6413         * tree-ssa-alias.c (init_alias_info): Remove a call to
6414         get_stmt_operands.
6415
6416 2005-04-15  Andrew MacLeod  <amacleod@redhat.com>
6417
6418         * tree-vect-analyze.c (vect_stmt_relevant_p): Process immediate uses
6419         of non-virtual PHI nodes like we use to.
6420
6421 2005-05-15  Paolo Bonzini  <bonzini@gnu.org>
6422
6423         * genattrtab.c (ATTR_EQ_ATTR_P): Remove.
6424         (attr_copy_rtx): Do not use it.
6425
6426 2005-04-15  Andrew Macleod  <amacleod@redhat.com>
6427
6428         * doc/tree-ssa.texi: Grammer/abbreviation updates.
6429
6430 2005-04-15  Diego Novillo  <dnovillo@redhat.com>
6431
6432         * tree-vect-transform.c (vectorizable_store): Mark necessary
6433         objects in the vectorized store needing renaming.  Update the
6434         SSA graph for V_MAY_DEF operands in the original store.
6435
6436 2005-04-14  Daniel Berlin <dberlin@dberlin.org>
6437
6438         * tree-ssa-pre.c (compute_avail): It's okay to have
6439         TREE_INVARIANT's here, and value number the resulting expressions.
6440         (create_expression_by_pieces): Make sure operands that were
6441         min_invariant when we started, stay that way.
6442
6443 2005-04-15  David Edelsohn  <edelsohn@gnu.org>
6444
6445         * doc/install.texi (*-ibm-aix*): Add comment about system limits.
6446
6447 2005-04-15  Kazu Hirata  <kazu@cs.umass.edu>
6448
6449         PR tree-optimization/20936.
6450         * tree-ssa-ccp.c (visit_assignment): Fix a typo.
6451
6452 2005-04-15  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6453
6454         * doc/invoke.texi: Fix typos.
6455         * doc/md.texi: Likewise.
6456         * doc/rtl.texi: Likewise.
6457         * doc/sourcebuild.texi: Likewise.
6458         * doc/tm.texi: Likewise.
6459
6460 2005-04-15  Uros Bizjak  <uros@kss-loka.si>
6461
6462         PR tree-optimization/21004
6463         * convert.c (convert_to_integer): Convert ceilf, ceill, floorf
6464         and floorl in c99 mode only.
6465         * builtins.c (expand_builtin_int_roundingfn): Assert that
6466         fallback_fndecl is not NULL_TREE.
6467
6468 2005-04-15  Kazu Hirata  <kazu@cs.umass.edu>
6469
6470         * cfgrtl.c (purge_all_dead_edge): Remove an unused argument.
6471         * basic-block.h: Update the prototype for
6472         purge_all_dead_edges.
6473         * cfgexpand.c (tree_expand_cfg): Update a call to
6474         purge_all_dead_edges.
6475         * combine.c (combine_instructions): Likewise.
6476         * passes.c (rest_of_handle_old_regalloc, rest_of_handle_cse,
6477         rest_of_handle_cse2, rest_of_handle_gcse,
6478         rest_of_handle_postreload): likewise.
6479
6480 2005-04-15  Alexandre Oliva  <aoliva@redhat.com>
6481
6482         PR middle-end/20739
6483         * gimplify.c (gimplify_addr_expr): Compensate for removal of
6484         e.g. cv-qualification conversions.
6485
6486 2005-04-14  Mike Stump  <mrs@apple.com>
6487
6488         * config/darwin-c.c (framework_construct_pathname): We must
6489         find all headers of a framework in the first instance of it
6490         found in the seach path.
6491
6492 2005-04-14  Kazu Hirata  <kazu@cs.umass.edu>
6493
6494         PR tree-optimization/21021
6495         * tree-vrp.c (compare_values): Work around a bug in the front
6496         end that produces a comparison of mismatched types.
6497
6498 2004-04-14  Richard Henderson  <rth@redhat.com>
6499
6500         * config/ia64/ia64.h (enum fetchop_code): Remove.
6501         (enum ia64_builtins): Move ...
6502         * config/ia64/ia64.c (enum ia64_builtins): ... here.  Remove all
6503         members except BSP and FLUSHRS.
6504         (ia64_init_builtins): Remove __sync builtins.
6505         (ia64_expand_builtin): Likewise.
6506         (ia64_expand_fetch_and_op, ia64_expand_op_and_fetch): Remove.
6507         (ia64_expand_compare_and_swap, ia64_expand_lock_test_and_set): Remove.
6508         (ia64_expand_lock_release): Remove.
6509         * config/ia64/ia64.md (mf): Move to sync.md.
6510         (mf_internal, fetchadd_acq_si, fetchadd_acq_di, cmpxchg_acq_si,
6511         cmpxchg_acq_di, xchgsi, xchgdi): Likewise.
6512         * config/ia64/sync.md: New file.
6513         (memory_barrier): Rename from mf.
6514         (fetchadd_acq_<I48MODE>): Macroize from _si/_di patterns.
6515         (cmpxchg_acq_<I48MODE>): Likewise.
6516         (sync_lock_test_and_set<I48MODE>): Likewise.
6517
6518         * config/ia64/ia64intrin.h: Define nothing for C; limit #defines
6519         to c++.  Remove __sync* declarations.  s/_si/_4/.  s/_di/_8/.
6520
6521 2004-04-14  Richard Henderson  <rth@redhat.com>
6522
6523         * config/i386/i386.c (x86_cmpxchg, x86_xadd): New.
6524         (ix86_compare_emitted): New.
6525         (ix86_expand_compare): Use ix86_compare_emitted if set.
6526         (ix86_expand_setcc): Only emit REG_EQUAL if both ix86_compare_op0
6527         and ix86_compare_op0 are set.
6528         * config/i386/i386.h (x86_cmpxchg, x86_xadd): Declare.
6529         (TARGET_CMPXCHG, TARGET_XADD): New.
6530         (ix86_compare_emitted): Declare.
6531         * config/i386/i386.md: Include sync.md
6532         (UNSPECV_CMPXCHG_1, UNSPECV_CMPXCHG_2): New.
6533         (UNSPECV_XCHG, UNSPECV_LOCK): New.
6534         * config/i386/sync.md: New file.
6535
6536 2004-04-14  Richard Henderson  <rth@redhat.com>
6537
6538         PR middle-end/14311
6539         * builtin-types.def (BT_BOOL, BT_VOLATILE_PTR, BT_I1, BT_I2,
6540         BT_I4, BT_I8, BT_FN_VOID_VPTR, BT_FN_I1_VPTR_I1, BT_FN_I2_VPTR_I2,
6541         BT_FN_I4_VPTR_I4, BT_FN_I8_VPTR_I8, BT_FN_BOOL_VPTR_I1_I1,
6542         BT_FN_BOOL_VPTR_I2_I2, BT_FN_BOOL_VPTR_I4_I4, BT_FN_BOOL_VPTR_I8_I8,
6543         BT_FN_I1_VPTR_I1_I1, BT_FN_I2_VPTR_I2_I2, BT_FN_I4_VPTR_I4_I4,
6544         BT_FN_I8_VPTR_I8_I8): New.
6545         * builtins.def (DEF_SYNC_BUILTIN): New.
6546         (BUILT_IN_FETCH_AND_ADD_N, BUILT_IN_FETCH_AND_ADD_1,
6547         BUILT_IN_FETCH_AND_ADD_2, BUILT_IN_FETCH_AND_ADD_4,
6548         BUILT_IN_FETCH_AND_ADD_8, BUILT_IN_FETCH_AND_SUB_N,
6549         BUILT_IN_FETCH_AND_SUB_1, BUILT_IN_FETCH_AND_SUB_2,
6550         BUILT_IN_FETCH_AND_SUB_4, BUILT_IN_FETCH_AND_SUB_8,
6551         BUILT_IN_FETCH_AND_OR_N, BUILT_IN_FETCH_AND_OR_1,
6552         BUILT_IN_FETCH_AND_OR_2, BUILT_IN_FETCH_AND_OR_4,
6553         BUILT_IN_FETCH_AND_OR_8, BUILT_IN_FETCH_AND_AND_N,
6554         BUILT_IN_FETCH_AND_AND_1, BUILT_IN_FETCH_AND_AND_2,
6555         BUILT_IN_FETCH_AND_AND_4, BUILT_IN_FETCH_AND_AND_8,
6556         BUILT_IN_FETCH_AND_XOR_N, BUILT_IN_FETCH_AND_XOR_1,
6557         BUILT_IN_FETCH_AND_XOR_2, BUILT_IN_FETCH_AND_XOR_4,
6558         BUILT_IN_FETCH_AND_XOR_8, BUILT_IN_FETCH_AND_NAND_N,
6559         BUILT_IN_FETCH_AND_NAND_1, BUILT_IN_FETCH_AND_NAND_2,
6560         BUILT_IN_FETCH_AND_NAND_4, BUILT_IN_FETCH_AND_NAND_8,
6561         BUILT_IN_ADD_AND_FETCH_N, BUILT_IN_ADD_AND_FETCH_1,
6562         BUILT_IN_ADD_AND_FETCH_2, BUILT_IN_ADD_AND_FETCH_4,
6563         BUILT_IN_ADD_AND_FETCH_8, BUILT_IN_SUB_AND_FETCH_N,
6564         BUILT_IN_SUB_AND_FETCH_1, BUILT_IN_SUB_AND_FETCH_2,
6565         BUILT_IN_SUB_AND_FETCH_4, BUILT_IN_SUB_AND_FETCH_8,
6566         BUILT_IN_OR_AND_FETCH_N, BUILT_IN_OR_AND_FETCH_1,
6567         BUILT_IN_OR_AND_FETCH_2, BUILT_IN_OR_AND_FETCH_4,
6568         BUILT_IN_OR_AND_FETCH_8, BUILT_IN_AND_AND_FETCH_N,
6569         BUILT_IN_AND_AND_FETCH_1, BUILT_IN_AND_AND_FETCH_2,
6570         BUILT_IN_AND_AND_FETCH_4, BUILT_IN_AND_AND_FETCH_8,
6571         BUILT_IN_XOR_AND_FETCH_N, BUILT_IN_XOR_AND_FETCH_1,
6572         BUILT_IN_XOR_AND_FETCH_2, BUILT_IN_XOR_AND_FETCH_4,
6573         BUILT_IN_XOR_AND_FETCH_8, BUILT_IN_NAND_AND_FETCH_N,
6574         BUILT_IN_NAND_AND_FETCH_1, BUILT_IN_NAND_AND_FETCH_2,
6575         BUILT_IN_NAND_AND_FETCH_4, BUILT_IN_NAND_AND_FETCH_8,
6576         BUILT_IN_BOOL_COMPARE_AND_SWAP_N, BUILT_IN_BOOL_COMPARE_AND_SWAP_1,
6577         BUILT_IN_BOOL_COMPARE_AND_SWAP_2, BUILT_IN_BOOL_COMPARE_AND_SWAP_4,
6578         BUILT_IN_BOOL_COMPARE_AND_SWAP_8, BUILT_IN_VAL_COMPARE_AND_SWAP_N,
6579         BUILT_IN_VAL_COMPARE_AND_SWAP_1, BUILT_IN_VAL_COMPARE_AND_SWAP_2,
6580         BUILT_IN_VAL_COMPARE_AND_SWAP_4, BUILT_IN_VAL_COMPARE_AND_SWAP_8,
6581         BUILT_IN_LOCK_TEST_AND_SET_N, BUILT_IN_LOCK_TEST_AND_SET_1,
6582         BUILT_IN_LOCK_TEST_AND_SET_2, BUILT_IN_LOCK_TEST_AND_SET_4,
6583         BUILT_IN_LOCK_TEST_AND_SET_8, BUILT_IN_LOCK_RELEASE_N,
6584         BUILT_IN_LOCK_RELEASE_1, BUILT_IN_LOCK_RELEASE_2,
6585         BUILT_IN_LOCK_RELEASE_4, BUILT_IN_LOCK_RELEASE_8,
6586         BUILT_IN_SYNCHRONIZE: New.
6587         * builtins.c (called_as_built_in): Rewrite from CALLED_AS_BUILT_IN
6588         as a function.  Accept __sync_ as a prefix as well.
6589         (expand_builtin_sync_operation, expand_builtin_compare_and_swap,
6590         expand_builtin_lock_test_and_set, expand_builtin_synchronize,
6591         expand_builtin_lock_release): New.
6592         (expand_builtin): Call them.
6593         * c-common.c (DEF_BUILTIN): Don't require __builtin_ prefix if
6594         neither BOTH_P nor FALLBACK_P are defined.
6595         (builtin_type_for_size): New.
6596         (sync_resolve_size, sync_resolve_params, sync_resolve_return): New.
6597         (resolve_overloaded_builtin): New.
6598         * c-common.h (resolve_overloaded_builtin): Declare.
6599         (builtin_type_for_size): Declare.
6600         * c-typeck.c (build_function_call): Invoke resolve_overloaded_builtin.
6601         * expr.c (sync_add_optab, sync_sub_optab, sync_ior_optab,
6602         sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab,
6603         sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab,
6604         sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab,
6605         sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab,
6606         sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap,
6607         sync_compare_and_swap_cc, sync_lock_test_and_set,
6608         sync_lock_release): New.
6609         * optabs.h: Declare them.
6610         * expr.h (expand_val_compare_and_swap, expand_bool_compare_and_swap,
6611         expand_sync_operation, expand_sync_fetch_operation,
6612         expand_sync_lock_test_and_set): Declare.
6613         * genopinit.c (optabs): Add sync optabs.
6614         * optabs.c (init_optabs): Initialize sync optabs.
6615         (expand_val_compare_and_swap_1, expand_val_compare_and_swap,
6616         expand_bool_compare_and_swap, expand_compare_and_swap_loop,
6617         expand_sync_operation, expand_sync_fetch_operation,
6618         expand_sync_lock_test_and_set): New.
6619         * doc/extend.texi (Atomic Builtins): New section
6620         * doc/md.texi (Standard Names): Add sync patterns.
6621
6622 2005-04-14  Alexandre Oliva  <aoliva@redhat.com>
6623
6624         * tree-eh.c (lower_try_finally_copy): Generate new code in
6625         response to goto_queue entries as if the queue was sorted by
6626         index, not pointers.
6627         (lower_try_finally_switch): Likewise.
6628
6629 2005-04-14  Richard Henderson  <rth@redhat.com>
6630
6631         * config/i386/i386.c (ix86_expand_sse_cmp): Split out from ...
6632         (ix86_expand_sse_movcc): ... here.  Take cmp as a pre-computed
6633         register.
6634         (ix86_expand_fp_movcc): Update to match.
6635         (ix86_expand_fp_vcond, ix86_expand_int_vcond): New.
6636         * config/i386/i386-protos.h: Update.
6637         * config/i386/sse.md (vcondv4sf, vcondv2df): New.
6638         (vcond<SSEMODE124>, vcondu<SSEMODE12>): New.
6639
6640 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
6641
6642         * doc/cpp.texi, doc/install.texi: Change references to GCC 3.5 to
6643         refer to 4.0.
6644
6645 2005-04-14  Julian Brown  <julian@codesourcery.com>
6646
6647         * Revert elfos.h part of my patch from 2005-04-13 for causing libstdc++
6648         link failures on ppc64 Linux.
6649
6650 2005-04-14  Andreas Krebbel  <krebbel1@de.ibm.com>
6651
6652         * config.gcc: Set cpu_type for s390.
6653
6654 2005-04-14  Daniel Berlin  <dberlin@dberlin.org>
6655
6656         Fix PR tree-optimization/20963
6657         * tree-ssa-pre.c (compute_avail): Remove special case for
6658         TREE_INVARIANT.
6659         (create_expression_by_pieces): Add value numbers for forced out
6660         statements.
6661
6662 2005-04-14  Hans-Peter Nilsson  <hp@axis.com>
6663
6664         * config/cris/cris.md: Replace references to (reg:SI 16) with
6665         (reg:SI CRIS_SRP_REGNUM).
6666
6667 2005-04-14  Kazu Hirata  <kazu@cs.umass.edu>
6668
6669         PR tree-optimization/20657
6670         * tree-vrp.c (extract_range_from_expr): Notice INTEGER_CST to
6671         create an appropriate range from it.
6672
6673 2005-04-14  Uros Bizjak  <uros@kss-loka.si>
6674
6675         * reg-stack.c (subst_stack_regs_pat): Handle <UNSPEC_FIST_FLOOR> and
6676         <UNSPEC_FIST_CEIL> case.
6677
6678         * config/i386/i386.md (UNSPEC_FIST_FLOOR, UNSPEC_FIST_CEIL): New.
6679         (*fist<mode>2_floor_1, fistdi2_floor, fistdi2_floor_with_temp)
6680         (fist<mode>2_floor, fist<mode>2_floor_with_temp): New isns patterns
6681         to implement lfloor and llfloor built-ins as x87 intrinsic function.
6682         (fistdi2_floor, fist<mode>2_floor splitters): New splitters.
6683         (lfloor<mode>2): New expanders.
6684         (*fist<mode>2_ceil_1, fistdi2_ceil, fistdi2_ceil_with_temp)
6685         (fist<mode>2_ceil, fist<mode>2_ceil_with_temp): New isns patterns
6686         to implement lceil and llceil built-ins as x87 intrinsic function.
6687         (fistdi2_ceil, fist<mode>2_ceil splitters): New splitters.
6688         (lceil<mode>2): New expanders.
6689
6690 2005-04-14  Uros Bizjak  <uros@kss-loka.si>
6691
6692         * convert.c (convert_to_integer): Convert (long int)trunc{,f,l},
6693         and (long long int)ceil{,f,l} into FIX_TRUNC_EXPR.
6694
6695 2005-04-14  Ulrich Weigand  <uweigand@de.ibm.com>
6696
6697         PR target/20927
6698         * config/s390/s390-modes.def: Define TFmode.
6699
6700 2005-04-13  Richard Sandiford  <rsandifo@redhat.com>
6701
6702         * config/mips/mips.h (ASM_OUTPUT_CASE_LABEL): Delete.
6703         (JUMP_TABLES_IN_TEXT_SECTION): Define.
6704         * config/mips/mips.c (mips16_insn_length): Remove reference to
6705         JUMP_TABLES_IN_TEXT_SECTION.
6706
6707 2005-04-13 Fariborz Jahanian <fjahanian@apple.com>
6708
6709         * simplify-rtx.c (simplify_binary_operation_1): Return
6710         scalar or vector of constant 0, depending on the xor's
6711         mode.
6712
6713 2005-04-13  Dale Johannesen  <dalej@apple.com>
6714
6715         * objc/Make-lang.in (objc-lang.o):  Depend on tree-gimple.h.
6716         (objc-act.o):  Ditto.
6717         * objc/objc-act.c (objc_gimplify_expr):  New.
6718         (objc_get_callee_fndecl):  New.
6719         * objc/objc-act.h:  Include tree-gimple.h.  Declare new functions.
6720         * objc/objc-lang.c (LANG_HOOKS_GIMPLIFY_EXPR):  Define.
6721         (LANG_HOOKS_GET_CALLEE_FNDECL):  Define.
6722
6723 2005-04-13  Devang Patel  <dpatel@apple.com>
6724
6725         * tree-if-conv.c (tree_if_convert_cond_expr): Do not create extra
6726         temp variables.
6727
6728 2005-04-13  Hans-Peter Nilsson  <hp@axis.com>
6729
6730         CRIS prologue as RTL.
6731         * config/cris/cris-protos.h (cris_emit_movem_store)
6732         (cris_expand_prologue): Prototype.
6733         * config/cris/cris.c (struct machine_function): New member
6734         stdarg_regs.
6735         (cfa_label_num, cris_target_asm_function_prologue): Remove.
6736         (TARGET_ASM_FUNCTION_PROLOGUE): Don't override.
6737         (cris_general_operand_or_gotless_symbol): Accept CRIS_UNSPEC_GOT.
6738         (cris_load_multiple_op, cris_return_address_on_stack)
6739         (cris_return_address_on_stack_for_return): ISO-Cify.
6740         (cris_store_multiple_op): New predicate function.
6741         (cris_expand_prologue, cris_emit_movem_store): New functions.
6742         (cris_print_operand) <case 'O'>: Handle modifications other than
6743         post-increment.
6744         (cris_symbol, cris_got_symbol): Return 0 for CRIS_UNSPEC_GOT.
6745         (cris_gotless_symbol): Return 1 for CRIS_UNSPEC_GOT.
6746         (cris_gen_movem_load): Rearrange slightly to make local variable
6747         src a parameter, removing osrc.
6748         (cris_setup_incoming_varargs): Set machine_function member
6749         stdarg_regs to correspond to the number of registers that need to
6750         be saved.
6751         * config/cris/cris.h (EXTRA_CONSTRAINT_S): Accept
6752         CRIS_UNSPEC_GOT.
6753         (PREDICATE_CODES): Add cris_store_multiple_op.  Make
6754         cris_general_operand_or_gotless_symbol accept UNSPEC.
6755         * config/cris/cris.md (CRIS_UNSPEC_GOT): New constant.
6756         ("*movsi_internal") <alternative 8>: Handle CRIS_UNSPEC_GOT.
6757         ("*cris_store_multiple"): New pattern.  Tweak common comment above
6758         this and "*cris_load_multiple".
6759         ("prologue"): New define_expand.
6760
6761         * config/cris/cris.md ("epilogue"): Conditionalize on
6762         TARGET_PROLOGUE_EPILOGUE.
6763
6764 2005-04-13  Steve Ellcey  <sje@cup.hp.com>
6765
6766         PR target/20924
6767         * config/ia64/ia64.md (divsf3_internal_lat): Generate frcpa with
6768         fpsr 0 instead of fpsr 1.
6769         (divsf3_internal_thr): Ditto.
6770         (divdf3_internal_lat): Ditto.
6771         (divdf3_internal_thr): Ditto.
6772         (divxf3_internal_lat): Ditto.
6773         (divxf3_internal_thr): Ditto.
6774
6775 2005-04-13  Kazu Hirata  <kazu@cs.umass.edu>
6776
6777         PR tree-optimization/20913
6778         * tree-ssa-copy.c (copy_prop_visit_cond_stmt): Fold COND_EXPR.
6779
6780         PR tree-optimization/20702
6781         * tree-vrp.c (maybe_add_assert_expr): Recurse into
6782         dominator children that haven't been walked into.
6783
6784 2005-04-13  Julian Brown  <julian@codesourcery.com>
6785
6786         * config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK from
6787         being used for symbols with vague linkage when HAVE_GAS_COMDAT_GROUP
6788         is true.
6789
6790 2005-04-13  Kazu Hirata  <kazu@cs.umass.edu>
6791
6792         * basic-block.h, tree-ssa-uncprop.c, varasm.c,
6793         config/i386/sse.md: Fix comment typos.
6794
6795         * genattrtab.c (NULL_ATTR): Remove.
6796         * ifcvt.c (NULL_EDGE): Likewise.
6797
6798         * rtl.h (RTX_EXPR_FIRST, RTX_EXPR_LAST): Remove.
6799
6800         * rtl.h (NOTE_PREDICTION_ALG, NOTE_PREDICTION_FLAGS,
6801         NOTE_PREDICT): Remove.
6802
6803 2005-04-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
6804
6805         * configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf.
6806         * configure: Regenerate.
6807         * config.in: Likewise.
6808         * system.h: Declare vsnprintf if not already declared.
6809
6810 2005-04-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
6811
6812         * optc-gen.awk: Handle stand-alone Mask records.
6813         * opth-gen.awk: Likewise.
6814         * doc/options.texi (Option file format): Document them.
6815         * config.gcc (sparc-*-netbsdelf*, sparc-*-linux*, sparc64-*-freebsd*,
6816         sparc64-*-linux*, sparc64-*-netbsd*): Add long-double-switch.opt.
6817         (sparc64-*-openbsd*, sparc64-*-elf*): Add little-endian.opt.
6818         * config/sparc/sparc.h (MASK_FPU, MASK_UNALIGNED_DOUBLES,
6819         MASK_V8, MASK_SPARCLITE, MASK_SPARCLET, MASK_V9,
6820         MASK_DEPRECATED_V8_INSNS, MASK_IMPURE_TEXT, MASK_APP_REGS,
6821         MASK_HARD_QUAD, MASK_LITTLE_ENDIAN, MASK_PTR64, MASK_64BIT,
6822         MASK_STACK_BIAS, MASK_FPU_SET, MASK_VIS, MASK_V8PLUS,
6823         MASK_FASTER_STRUCTS, MASK_LONG_DOUBLE_128): Delete.
6824         (TARGET_FPU, TARGET_UNALIGNED_DOUBLES, TARGET_V8, TARGET_SPARCLITE,
6825         TARGET_SPARCLET, TARGET_V9, TARGET_DEPRECATED_V8_INSNS,
6826         TARGET_IMPURE_TEXT, TARGET_APP_REGS, MASK_HARD_QUAD,
6827         TARGET_LITTLE_ENDIAN, TARGET_PTR64, TARGET_64BIT, MASK_STACK_BIAS,
6828         TARGET_FPU_SET, TARGET_VIS, TARGET_V8PLUS, TARGET_FASTER_STRUCTS,
6829         TARGET_LONG_DOUBLE_128): Likewise.
6830         (TARGET_SWITCHES, SUBTARGET_SWITCHES): Likewise.
6831         (TARGET_OPTIONS, SUBTARGET_OPTIONS): Likewise.
6832         * config/sparc/freebsd.h (SUBTARGET_SWITCHES): Likewise.
6833         * config/sparc/linux.h (SUBTARGET_SWITCHES): Likewise.
6834         * config/sparc/linux64.h (SUBTARGET_SWITCHES): Likewise.
6835         * config/sparc/netbsd-elf.h (SUBTARGET_SWITCHES): Likewise.
6836         * config/sparc/sp64-elf.h (SUBTARGET_SWITCHES): Likewise.
6837         * config/sparc/sparc.c (fpu_option_set): New global.
6838         (sparc_handle_option): New function.
6839         (sparc_override_options): Test fpu_option_set.
6840         (TARGET_DEFAULT_TARGET_FLAGS): Set to TARGET_DEFAULT.
6841         (TARGET_HANDLE_OPTION): Set to sparc_handle_option.
6842         * config/sparc/sparc.opt: New file.
6843         * config/sparc/little-endian.opt: Likewise.
6844         * config/sparc/long-double-switch.opt: Likewise.
6845
6846 2005-04-13  Bernd Schmidt  <bernd.schmidt@analog.com>
6847
6848         * config/bfin/bfin.c (bfin_lib_id_given): New static variable.
6849         (bfin_handle_options): Set it if -mshared-library-id= is seen.
6850         * config/bfin/bfin.opt (mshared-library-id=): Lose
6851         Var(bfin_lib_id_given).
6852
6853 2005-04-13  Matt Thomas  <matt@3am-software.com>
6854
6855         * config/rs6000/sysv4.h (NO_IMPLICIT_EXTERN_C): undefine before
6856         defining.
6857
6858 2005-04-13  Kazu Hirata  <kazu@cs.umass.edu>
6859
6860         * rtl.h (CLEAR_RTX_FLAGS): Remove.
6861
6862         * cgraphunit.c (INSNS_PER_CALL): Remove.
6863
6864         * tree-ssa-forwprop.c (vars,
6865         record_single_argument_cond_exprs,
6866         substitute_single_use_vars): Remove.
6867         (forward_propagate_into_cond_1, forward_propagate_into_cond):
6868         New.
6869         (tree_ssa_forward_propagate_single_use_vars): Call
6870         forward_propagate_into_cond for each COND_EXPR.
6871
6872         * tree-inline.c (INSNS_PER_STMT): Remove.
6873
6874 2005-04-12  Richard Henderson  <rth@redhat.com>
6875
6876         * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Split ...
6877         (ix86_expand_sse_fp_minmax): ... from ...
6878         (ix86_expand_fp_movcc): ... here.
6879         (ix86_expand_sse_movcc): Rewrite from ix86_split_sse_movcc.
6880         * config/i386/i386-protos.h: Update.
6881         * config/i386/i386.md (UNSPEC_IEEE_MIN, UNSPEC_IEEE_MAX): New.
6882         (sse_setccsf, sse_setccdf): Allow before reload.
6883         (movsfcc_1_sse_min, movsfcc_1_sse_max, movsfcc_1_sse): Remove.
6884         (movdfcc_1_sse_min, movdfcc_1_sse_max, movdfcc_1_sse): Remove.
6885         (ieee_sminsf3, ieee_smaxsf3, ieee_smindf3, ieee_smaxdf3): New.
6886         * config/i386/sse.md (andsf3, nandsf3, iorsf3, xorsf3): New.
6887         (anddf3, nanddf3, iordf3, xordf3): New.
6888
6889 2005-04-12  Jeff Law  <law@redhat.com>
6890
6891         * Makefile.in (OBJS-common): Add tree-ssa-uncprop.o.
6892         (tree-ssa-uncprop.o): Add dependencies.
6893         * tree-cfg.c (remove_useless_stmts_bb, remove_useless_stmts): Remove.
6894         * tree-flow.h (remove_useless_stmts): Remove prototype.
6895         * tree-outof-ssa.c (rewrite_out_of_ssa): Remove call to
6896         remove_useless_stmts.
6897         * timevar.def (TV_TREE_SSA_UNCPROP): New timevar.
6898         * tree-optimize.c (init_tree_optimization_passes): Add uncprop pass.
6899         * tree-pass.h (pass_uncprop): Declare.
6900         * tree-ssa-uncprop.c: New file.
6901
6902 2005-04-12  James E. Wilson  <wilson@specifixinc.com>
6903
6904         PR target/20670
6905         * unwind-ia64.c (uw_intall_context): Add missing load of r27.
6906
6907 2005-04-12  Caroline Tice  <ctice@apple.com>
6908
6909         Temporary fix for partitioning problems.
6910         * passes.c (rest_of_handle_final): Remove code that
6911         frees unlikely_text_section_name,
6912         * varasm.c (assemble_start_function): Test for partitioning
6913         flag before writing out section labels.
6914         (assemble_end_function): Test for partitioning flag before
6915         writing out section labels.
6916
6917 2005-04-12  Steven Bosscher  <stevenb@suse.de>
6918             Stuart Hastings <stuart@apple.com>
6919             Jan Hubicka  <jh@suse.cz>
6920
6921         * Makefile.in: Add function.h to BASIC_BLOCK_H.  Remove all
6922         references to gt-tree-cfg.h.
6923         * basic-block.h (struct basic_block_def): Don't skip rbi
6924         for garbage collection.
6925         (struct reorder_block_def): Make GTY-able.
6926         (struct control_flow_graph): New structure.
6927         (n_edges, n_basic_blocks, last_basic_block, basic_block_info,
6928         BASIC_BLOCK, EXIT_BLOCK_PTR, ENTRY_BLOCK_PTR): No longer vars,
6929         but instead defines to the control_flow_graph for cfun.
6930         (label_to_block_map): New define, points to the label map of
6931         the control_flow_graph for cfun.
6932         (n_edges_for_function, n_basic_blocks_for_function,
6933         last_basic_block_for_function, basic_block_info_for_function,
6934         EXIT_BLOCK_PTR_FOR_FUNCTION, ENTRY_BLOCK_PTR_FOR_FUNCTION,
6935         basic_block_info_for_function, label_to_block_map_for_function):
6936         Counterparts for the above, taking a struct function as an extra
6937         argument.
6938         (alloc_rbi_pool, free_rbi_pool): Remove prototypes.
6939         * cfg.c: (n_edges, n_basic_blocks, last_basic_block,
6940         basic_block_info, ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR): Remove.
6941         (alloc_rbi_pool, free_rbi_pool): Remove.
6942         (initialize_bb_rbi): Use ggc_alloc_cleared instead of pool_alloc.
6943         * cfglayout.c: (cfg_layout_initialize): Don't allocate the rbi pool
6944         here...
6945         (cfg_layout_finalize) ... and don't free it here.
6946         * cfgrtl.c (cfg_layout_delete_block): Zero out rbi so it gets
6947         garbage collected.
6948         * flow.c (free_basic_block_vars): Set label_to_block_map and
6949         n_edges to zero too.
6950         * function.h (struct function): Add cfg field.
6951         * function.c (allocate_struct_function): Allocate the cfg.
6952         * tree-cfg.c (label_to_block_map): Remove.
6953         (build_tree_cfg): Don't allocate the rbi pool here...
6954         (delete_tree_cfg_annotations): ...and don't free it here.
6955         Also don't nullify label_to_block_map for cfun.
6956
6957 2005-04-12  Caroline Tice  <ctice@apple.com>
6958
6959         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
6960         Revert my patch from April 9.
6961         (fix_edges_for_rarely_executed_code): Revert my patch from April 9.
6962         (reorder_basic_blocks): Revert my patch from April 9.
6963         (insert_section_boundary_note): Revert my patch from April 9.
6964         * dbxout.c (dbxout_function_end): Revert my patch from April 9.
6965         * dwarf2out.c (COLD_TEXT_SECTION_LABEL): Revert my patch from April 9.
6966         (COLD_END_LABEL):  Revert my patch from April 9.
6967         (cold_text_section_label):  Revert my patch from April 9.
6968         (cold_end_label): Revert my patch from April 9.
6969         (dwarf2out_switch_text_section): Revert my patch from April 9.
6970         (output_aranges): Revert my patch from April 9.
6971         (output_ranges):  Revert my patch from April 9.
6972         (output_line_info): Revert my patch from April 9.
6973         (add_location_or_const_value_attribute):  Revert my patch from April 9.
6974         (dwarf2out_var_location): Revert my patch from April 9.
6975         (dwarf2out_init):  Revert my patch from April 9.
6976         (dwarf2out_finish): Revert my patch from April 9.
6977         * function.h (struct function): Revert my patch from April 9.
6978         * opts.c (decode_options): Revert my patch from April 9.
6979         * output.h (unlikely_section_label, hot_section_label,
6980         hot_section_end_label, cold_section_end_label,
6981         unlikely_text_section_name): Revert my patch from April 9.
6982         * passes.c (rest_of_handle_final): Revert my patch from April 9.
6983         * varasm.c (unlikely_section_label, hot_section_label,
6984         hot_section_end_label, cold_section_end_label,
6985         unlikely_text_section_name): Revert my patch from April 9.
6986         (initialize_cold_section_name): Revert my patch from April 9.
6987         (unlikely_text_section): Revert my patch from April 9.
6988         (in_unlikely_text_section): Revert my patch from April 9.
6989         (named_section): Revert my patch from April 9.
6990         (function_section): Revert my patch from April 9.
6991         (current_function_section): Revert my patch from April 9.
6992         (assemble_start_function): Revert my patch from April 9.
6993         (assemble_end_function): Revert my patch from April 9.
6994         (default_section_type_flags_1): Revert my patch from April 9.
6995
6996 2005-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
6997
6998         * config/sparc/sparc.h (APPLY_RESULT_SIZE): Set to 24 in 64-bit mode.
6999         * config/sparc/sparc.md (untyped_call): Save the registers manually.
7000
7001         * config/sparc/sparc.c (legitimate_address_p): Use TARGET_ARCH32.
7002
7003 2005-04-12  Ulrich Weigand  <uweigand@de.ibm.com>
7004
7005         PR middle-end/20917
7006         * config/s390/s390.md ("*set_tp"): Use SET in pattern.
7007         ("set_tp_64", "set_tp_31"): Adapt expanded pattern.
7008
7009 2004-04-12  Richard Henderson  <rth@redhat.com>
7010
7011         * config/i386/i386.md (UNSPEC_FIX, UNSPEC_MOVA, UNSPEC_SHUFFLE,
7012         UNSPEC_PSHUFLW, UNSPEC_PSHUFHW, UNSPEC_ADDSUB, UNSPEC_HADD,
7013         UNSPEC_HSUB, UNSPEC_MOVSHDUP, UNSPEC_MOVSLDUP, UNSPEC_MOVDDUP): Remove.
7014         (UNSPEC_*, UNSPECV_*): Renumber.
7015
7016 2005-04-12  Frank Ch. Eigler  <fche@redhat.com>
7017
7018         PR mudflap/19266
7019         From Richard Henderson <rth@redhat.com>:
7020         * tree-mudflap.c (mf_build_check_statement_for): Correct block
7021         splitting logic.
7022
7023 2005-04-12  Dorit Naishlos  <dorit@il.ibm.com>
7024
7025         * tree-cfg.c (tree_verify_flow_info): Use LABEL_EXPR_LABEL.
7026
7027 2005-04-12  Bernd Schmidt  <bernd.schmidt@analog.com>
7028
7029         * config/bfin/bfin.c (bfin_library_id_string): Remove.
7030         (bfin_library_id): New variable.
7031         (bfin_expand_prologue): Use bfin_library_id and bfin_lib_id_given
7032         instead of bfin_library_id_string.
7033         (bfin_handle_option): New function.
7034         (override_options): Remove most code to deal with shared library IDs,
7035         just check they aren't used without -mid-shared-library.
7036         (TARGET_HANDLE_OPTION): Define.
7037         * config/bfin/bfin.h (TARGET_OPTIONS): Delete macro.
7038         * config/bfin/bfin.opt (mshared-library-id=): New.
7039
7040 2005-04-12  Kazu Hirata  <kazu@cs.umass.edu>
7041
7042         * tree-vect-transform.c: Fix comment typos.
7043
7044 2005-04-12 Mostafa Hagog <mustafa@il.ibm.com>
7045
7046         * postreload-gcse.c (eliminate_partially_redundant_load): Don't
7047         split critical edges when not possible/profitable.
7048
7049 2005-04-12  Richard Sandiford  <rsandifo@redhat.com>
7050
7051         * config/ns32k/ns32k.h (target_flags, MASK_32081, MASK_RTD)
7052         (MASK_REGPARM, MASK_32532, MASK_32332, MASK_NO_SB, MASK_NO_BITFIELD)
7053         (MASK_HIMEM, MASK_32381, MASK_MULT_ADD, MASK_SRC, MASK_IEEE_COMPARE)
7054         (TARGET_32081, TARGET_32381, TARGET_MULT_ADD, TARGET_RTD)
7055         (TARGET_REGPARM, TARGET_32532, TARGET_32332, TARGET_SB, TARGET_HIMEM)
7056         (TARGET_BITFIELD, TARGET_IEEE_COMPARE, TARGET_SWITCHES): Delete.
7057         (OVERRIDE_OPTIONS): Clear MASK_SB instead of setting MASK_NO_SB.
7058         * config/ns32k/netbsd.h (TARGET_DEFAULT): Remove MASK_NO_SB and
7059         MASK_NO_BITFIELD.
7060         * config/ns32k/ns32k.c (ns32k_handle_option): New function.
7061         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
7062         * config/ns32k/ns32k.opt: New file.
7063
7064 2005-04-12  Richard Sandiford  <rsandifo@redhat.com>
7065
7066         * config.gcc (m68k-*-linux*): Add m68k/ieee.opt to $extra_options.
7067         * config/m68k/m68k.h (target_flags, MASK_68020, TARGET_68020)
7068         (MASK_68030, TARGET_68030, MASK_68040, TARGET_68040, MASK_68040_ONLY)
7069         (TARGET_68040_ONLY, MASK_68060, TARGET_68060, MASK_5200, TARGET_5200)
7070         (MASK_CFV3, TARGET_CFV3, MASK_CFV4, TARGET_CFV4, MASK_528x)
7071         (TARGET_528x, MASK_CF_HWDIV, TARGET_CF_HWDIV, MASK_68881, TARGET_68881)
7072         (MASK_BITFIELD, TARGET_BITFIELD, MASK_SHORT, TARGET_SHORT)
7073         (MASK_ALIGN_INT, TARGET_ALIGN_INT, MASK_PCREL, TARGET_PCREL)
7074         (MASK_NO_STRICT_ALIGNMENT, TARGET_STRICT_ALIGNMENT, MASK_RTD)
7075         (TARGET_RTD, MASK_SEP_DATA, TARGET_SEP_DATA, MASK_ID_SHARED_LIBRARY)
7076         (TARGET_ID_SHARED_LIBRARY, MASK_ALL_CF_BITS, TARGET_SWITCHES)
7077         (TARGET_OPTIONS, SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Delete.
7078         (MASK_COLDFIRE): Formatting fixes.
7079         (TARGET_COLDFIRE): Turn into a boolean value for consistency.
7080         * config/m68k/linux.h (SUBTARGET_SWITCHES): Delete.
7081         * config/m68k/m68k.c (m68k_library_id_string): Initialize to
7082         "_current_shared_library_a5_offset_".
7083         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
7084         (MASK_ALL_CPU_BITS): New macro.
7085         (m68k_handle_option): New function.
7086         (override_options): Remove handling of m68k_library_id_string.
7087         * config/m68k/m68k.opt: New file.
7088         * config/m68k/ieee.opt: New file.
7089
7090 2005-04-11  Mark Mitchell  <mark@codesourcery.com>
7091
7092         * target-def.h (TARGET_CXX_EXPORT_CLASS_DATA): Remove.
7093         (TARGET_CXX_DETERMINE_CLASS_VISIBILITY): New macro.
7094         (TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT): Likewise.
7095         (TARGET_CXX): Adjust accordingly.
7096         * target.h (struct gcc_target): Remove epxort_class_data.  Add
7097         determine_class_data_visibility and class_data_always_comdat.
7098         * doc/tm.texi (TARGET_CXX_EXPORT_CLASS_DATA): Remove.
7099         (TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY): Document.
7100         (TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT): Likewise.
7101         * config/arm/arm.c (arm_cxx_export_class_data): Remove.
7102         (arm_cxx_determine_class_data_visibility): New.
7103         (arm_cxx_class_data_always_comdat): Likewise.
7104         (TARGET_CXX_EXPORT_CLASS_DATA): Remove.
7105         (TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY): Define.
7106         (TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT): Likewise.
7107         * config/arm/arm.h (TARGET_ARM_DYNAMIC_VAGUE_LINKAGE_P): Define.
7108         * config/arm/symbian.h (TARGET_ARM_DYNAMIC_VAGUE_LINKAGE_P):
7109         Define.
7110
7111 2005-04-11  Devang Patel  <dpatel@apple.com>
7112
7113         * tree-data-ref.c (build_classic_dist_vector,
7114         compute_subscript_distance): Make externally visible.
7115         * tree-data-ref.h (build_classic_dist_vector,
7116         compute_subscript_distance): Same.
7117         * tree-vect-analyze.c (vect_analyze_data_ref_dependence):
7118         Check distance vector against vectorization factor.
7119         (vect_analyze_loop): Determine vectorizaion factor before
7120         analyzing data dependences.
7121         * tree-vectorizer.c (loops_num): Make it externally visible and
7122         rename ...
7123         * tree-vectorizer.c (vect_loops_num): ... new name.
7124         * tree-vectorizer.h  (vect_loops_num): New.
7125
7126 2005-04-11  Devang Patel  <dpatel@apple.com>
7127
7128         * tree-vect-analyze.c (vect_analyze_operations): Check
7129         vectorizable codition.
7130         * tree-vect-transform.c (vect_is_simple_cond): New function.
7131         (vectorizable_condition): New function.
7132         (vect_transform_stmt): Handle condition_vec_info_type.
7133         * tree-vectorizer.h (enum stmt_vec_info_type): Add
7134         condition_vec_info_type.
7135         (vectorizable_condition): New.
7136
7137 2005-04-11  Geoffrey Keating  <geoffk@apple.com>
7138
7139         * config/i386/i386.h (TARGET_FPMATH_DEFAULT): New.
7140         * config/i386/darwin.h (TARGET_FPMATH_DEFAULT): New.
7141         * config/i386/i386.c (override_options): Use TARGET_FPMATH_DEFAULT.
7142
7143         * config/i386/darwin.h (ASM_SPEC): Use -arch i386 not -arch i686.
7144         (SUBTARGET_EXTRA_SPECS): Always 'i386'.
7145
7146         * dwarf2out.c (output_line_info): Don't try to dereference
7147         a NULL current_function_decl.
7148
7149         * config/t-slibgcc-darwin: Don't put shared libraries in
7150         directories other than $(slibdir).
7151         * config/rs6000/darwin.h: Find -m64 libgcc under the name the
7152         OS uses for it.
7153
7154 2005-04-11  Diego Novillo  <dnovillo@redhat.com>
7155
7156         PR tree-optimization/20933
7157         * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Move
7158         logic to reject aliases between read-only and writable
7159         variables ...
7160         (may_alias_p): ... here.
7161         (get_tmt_for): Do not associate read-only tags to pointers
7162         whose pointed-to type is not read-only.
7163         * tree-ssa.c (verify_ssa): Check that memory stores have at
7164         least one V_MAY_DEF or V_MUST_DEF.
7165
7166 2005-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7167
7168         PR/17092
7169         * configure.ac (gcc_UNLOCKED_FUNCS): New.
7170         (AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for gcc_UNLOCKED_FUNCS.
7171         * system.h (putchar, getc, getchar, clearerr, feof, fileno,
7172         fflush, fgetc, fgets, ferror, fread): Redefine to the associated
7173         _unlocked function.
7174         (fwrite_unlocked): Fix prototype.
7175
7176         * configure, config.in: Regenerate.
7177
7178 2005-04-11  David Edelsohn  <edelsohn@gnu.org>
7179
7180         * tree-ssa-loop-im.c: Include real.h.
7181         (determine_invariantness_stmt): If real division divisor is
7182         invariant and flag_unsafe_math_optimizations enabled, generate
7183         invariant reciprocal for hoisting.
7184         * Makefile.in (tree-ssa-loop-im.o): Add real.h dependency.
7185
7186 2005-04-11  Daniel Berlin  <dberlin@dberlin.org>
7187
7188         Fix PR tree-optimization/20926
7189
7190         * tree-ssa-alias.c (add_type_alias): Handle subvars.
7191
7192 2005-04-11  Devang Patel  <dpatel@apple.com>
7193
7194         * config/rs6000.c (rs6000_emit_vector_select): Fix vector select
7195         operand ordering.
7196
7197 2005-04-11  Andrew Pinski  <pinskia@physics.uc.edu>
7198
7199         * fold-const.c (fold_binary_op_with_conditional_arg):
7200         use fold_buildN instead of "fold (buildN" in some
7201         non obvious places.
7202         (fold_unary): Likewise.
7203         (fold_binary): Likewise.
7204
7205 2005-04-11  Daniel Berlin  <dberlin@dberlin.org>
7206
7207         Fix PR tree-optimization/20612
7208         * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Fix increment
7209         handling
7210         (perfect_nestify): preheaderbb is *not* part of loop of the
7211         old destination.
7212
7213 2005-04-11  Andrew Pinski  <pinskia@physics.uc.edu>
7214
7215         * tree-ssa-alias.c (may_alias_p): If the variable
7216         is a global variable and the pointer is parameter
7217         and -fargument-noalias-global is used, then
7218         the pointer cannot alias the variable.
7219
7220 2005-04-11  James A. Morrison  <phython@gcc.gnu.org>
7221
7222         * config/sparc/sparc.c: Use gcc_assert and gcc_unreachable.
7223         * config/sparc/sparc.h: Likewise.
7224         * config/sparc/sparc.md: Likewise.
7225
7226 2005-04-11  Kazu Hirata  <kazu@cs.umass.edu>
7227
7228         * tree-vrp.c (maybe_add_assert_expr): Move a comment.
7229
7230         * tree-vrp.c: Fix a comment typo.
7231
7232 2005-04-11  Diego Novillo  <dnovillo@redhat.com>
7233
7234         PR tree-optimization/20920
7235         * tree-pretty-print.c (dump_generic_node): Show '(ab)' if an
7236         SSA_NAME flows through an abnormal edge.
7237         * tree-vrp.c (infer_value_range): Ignore SSA names that flow
7238         through abnormal edges.
7239         (maybe_add_assert_expr): Likewise.
7240
7241 2005-04-11  Richard Sandiford  <rsandifo@redhat.com>
7242
7243         * config/s390/s390.h (s390_tune_string, s390_arch_string)
7244         (s390_warn_framesize_string, s390_warn_dynamicstack_string)
7245         (s390_stack_size_string, s390_stack_guard_string, target_flags)
7246         (MASK_HARD_FLOAT, MASK_SMALL_EXEC, MASK_DEBUG_ARG, MASK_64BIT)
7247         (MASK_ZARCH, MASK_MVCLE, MASK_TPF_PROFILING, MASK_NO_FUSED_MADD)
7248         (MASK_BACKCHAIN, MASK_PACKED_STACK, TARGET_HARD_FLOAT)
7249         (TARGET_SOFT_FLOAT, TARGET_SMALL_EXEC, TARGET_DEBUG_ARG)
7250         (TARGET_64BIT, TARGET_ZARCH, TARGET_MVCLE, TARGET_TPF_PROFILING)
7251         (TARGET_NO_FUSED_MADD, TARGET_FUSED_MADD, TARGET_BACKCHAIN)
7252         (TARGET_PACKED_STACK, TARGET_SWITCHES, TARGET_OPTIONS): Delete.
7253         * config/s390/s390.c (TARGET_DEFAULT_TARGET_FLAGS): Override default.
7254         (TARGET_HANDLE_OPTION): Likewise.
7255         (s390_tune): Initialize to PROCESSOR_max.
7256         (s390_arch_string): Make static.
7257         (s390_tune_string, s390_warn_framesize_string): Delete.
7258         (s390_warn_dynamicstack_string, s390_stack_size_string): Delete.
7259         (s390_stack_guard_string, s390_warn_dynamicstack_p): Delete.
7260         (s390_handle_arch_option, s390_handle_option): New functions.
7261         (override_options): Remove parsing of option strings.
7262         * config/s390/s390.opt: New file.
7263
7264 2005-04-11  Paolo Bonzini  <bonzini@gnu.org>
7265
7266         * tree-complex.c (expand_vector_operations): Call
7267         update_stmt_if_modified.
7268
7269 2005-04-11  Paolo Bonzini  <bonzini@gnu.org>
7270
7271         * tree-vect-analyze (vect_determine_vectorization_factor):
7272         Do not use GET_MODE_NUNITS.
7273         * tree-vect-transform.c (vect_get_vec_def_for_operand,
7274         (vectorizable_load, vect_transform_loop): Likewise.
7275
7276 2005-04-11  Uros Bizjak  <uros@kss-loka.si>
7277
7278         * builtins.def (BUILT_IN_LCEIL, BUILT_IN_LCEILF, BUILT_IN_LCEILL)
7279         (BUILT_IN_LLCEIL, BUILT_IN_LLCEILF, BUILT_IN_LLCEILL): New.
7280         * optabs.h (enum optab_index): Add new OTI_lceil.
7281         (lceil_optab): Define corresponding macro.
7282         * optabs.c (init_optabs): Initialize lceil_optab.
7283         * genopinit.c (optabs): Implement lceil_optab using lceilsi2
7284         and lceildi2 patterns.
7285         * builtins.c (expand_builtin_int_roundingfn): Handle
7286         BUILT_IN_LCEIL{,F,L} and BUILT_IN_LLCEIL{,F,L}.
7287         (fold_builtin_int_roundingfn): Handle BUILT_IN_LCEIL{,F,L} and
7288         BUILT_IN_LLCEIL{,F,L}.
7289         (fold_builtin_1): Fold BUILT_IN_LCEIL{,F,L} and
7290         BUILT_IN_LLCEIL{,F,L} using fold_builtin_int_roundingfn.
7291         (mathfn_built_in): Handle BUILT_IN LCEIL and BUILT_IN_LLCEIL.
7292         (expand_builtin): Expand BUILT_IN_LCEIL{,F,L} and
7293         BUILT_IN_LLCEIL{,F,L} using expand_builtin_int_roundingfn.
7294         * convert.c (convert_to_integer): Convert (long int)ceil{,f,l},
7295         into lceil built-in function and (long long int)ceil{,f,l} into
7296         llceil built-in function.
7297         * fold-const.c (tree_expr_nonnegative_p): Add BUILT_IN_LCEIL and
7298         BUILT_IN_LLCEIL.
7299
7300 2005-04-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7301
7302         * pa/quadlib.c (_U_Qfneg): Toggle sign bit instead of subtracting from
7303         zero.
7304
7305 2005-04-10  Kazu Hirata  <kazu@cs.umass.edu>
7306
7307         * config/arm/arm.c: Fix a comment typo.
7308         * doc/tree-ssa.texi: Fix a typo.
7309
7310 2005-04-10  Steven Bosscher  <stevenb@suse.de>
7311
7312         * cselib.c (clear_table): Rename to cselib_clear_table.
7313         * cselib.h (cselib_clear_table): Add prototype.
7314         * gcse.c (gcse_main): Make 'f' argument unused.
7315         (alloc_gcse_mem): Do not walk the insn chain, walk the contents
7316         of each basic block instead.
7317         (compute_sets, compute_hash_table_work): Likewise.
7318         (constprop_register): Change int 'alter_jumps' argument to bool.
7319         (do_local_cprop): Likewise.
7320         (local_cprop_pass): Likewise.  Also walk basic blocks instead of
7321         the insn chain.  Explicitly clear the cselib tables after finishing
7322         one basic block.  Make sure there are no unterminated libcall blocks.
7323         Update compute_sets call.
7324         (cprop): Walk basic blocks instead of the insn chain.
7325         (one_cprop_pass, compute_ld_motion_mems, compute_store_table):
7326         Likewise.
7327         (bypass_jumps): Update alloc_gcse_mem, compute_sets, and
7328         one_cprop_pass calls.
7329
7330 2005-04-10  Richard Sandiford  <rsandifo@redhat.com>
7331
7332         * combine.c (combine_simplify_rtx): Remove a transformation that
7333         relies on an invalid assumption about rtl sign-extension semantics.
7334
7335 2005-04-10  Richard Sandiford  <rsandifo@redhat.com>
7336
7337         * value-prof.c (tree_divmod_fixed_value_transform): Fix arguments
7338         to build_int_cst_wide.
7339
7340 2005-04-09  Alexandre Oliva  <aoliva@redhat.com>
7341
7342         PR target/20126
7343         * loop.c (loop_givs_rescan): If replacement of DEST_ADDR failed,
7344         set the original address pseudo to the correct value before the
7345         original insn, if possible, and leave the insn alone, otherwise
7346         create a new pseudo, set it and replace it in the insn.
7347         * recog.c (validate_change_maybe_volatile): New.
7348         * recog.h (validate_change_maybe_volatile): Declare.
7349
7350 2005-04-09  Caroline Tice  <ctice@apple.com>
7351
7352         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
7353         Remove targetm.have_named_sections test.
7354         (fix_edges_for_rarely_executed_code): Likewise.
7355         (insert_section_boundary_note): Likewise.
7356         (reorder_basic_blocks): Check partitioning flag before calling
7357         verify_hot_cold_block_grouping.
7358         * dbxout.c (dbxout_function_end): Get hot/cold section labels from
7359         the function struct rather than global variables.
7360         * dwarf2out.c (COLD_TEXT_SECTION_LABEL): New macro.
7361         (COLD_END_LABEL): Likewise
7362         (cold_text_section_label): New static global variable.
7363         (cold_end_label): Likewise.
7364         (dwarf2out_switch_text_section): Get hot/cold section labels from
7365         the function struct rather than global variables.
7366         (output_aranges): Use cold_text_section_label and cold_end_label;
7367         check partitioning flag before putting out delta.
7368         (output_ranges): Remove incorrect code attempting to use
7369         hot/cold labels.
7370         (output_line_info): Get cold section label from function struct.
7371         (add_location_or_const_value_attribute): Likewise.
7372         (get_subprogram_die): Get hot/cold section labels from function struct.
7373         (dwarf2out_var_location): Likewise.
7374         (dwarf2out_init): Generate cold_text_section_label and cold_end_label;
7375         write out cold_text_section_label if partition flag is set.
7376         (dwarf2out_finish): Write out cold_end_label if partition flag is set;
7377         * function.h (struct function): Add new fields to point to hot/cold
7378         section labels: hot_section_label, cold_section_label,
7379         hot_section_end_label and cold_section_end_label; also add new field
7380         for cold text section name, unlikely_text_section_name.
7381         * opts.c (decode_options): Turn off partitioning flag if
7382         !targetm.have_named_sections.
7383         * output.h (hot_section_label): Remove.
7384         (hot_section_end_label): Remove.
7385         (cold_section_end_label): Remove.
7386         (unlikely_section_label): Remove.
7387         (unlikely_text_section_name): Remove.
7388         * passes.c (rest_of_handle_final):  Remove code that frees
7389         unlikely_text_section_name.
7390         * varasm.c (unlikely_section_label): Remove.
7391         (hot_section_label): Remove.
7392         (hot_section_end_label): Remove.
7393         (cold_section_end_label): Remove.
7394         (unlikely_text_section_name):  Remove.
7395         (initialize_cold_section_name): Modify to call
7396         targetm.strip_name_encoding; to store cold section name in current
7397         function struct, if it exists; and to only use the decl_section_name
7398         if flag_named_sections is true.
7399         (unlikely_text_section): Modify to get section name out of current
7400         function struct, if there is one; otherwise build it from
7401         UNLIKELY_EXECUTED_TEXT_SECTION_NAME.
7402         (in_unlikely_text_section): Likewise.
7403         (named_section): Modify to get/put cold section name in current function
7404         struct, if there is one.
7405         (function_section):  Change 'bool unlikely' to 'int reloc'; check
7406         targetm.have_named_sections before calling named_section.
7407         (current_function_section): Likewise.
7408         (assemble_start_function): Modify to get/put unlikely_text_section_name
7409         in current function struct; modify to get hot/cold section labels
7410         from function struct; initialize labels using
7411         ASM_GENERATE_INTERNAL_LABEL;
7412         test partitioning flag before writing out hot section label.
7413         (assemble_end_function): Test partitioning flag before writing out
7414         hot/cold section labels.
7415         (default_section_type_flags_1):  Modify to use array instead of
7416          char* for unlikely_text_section_name; set flags correctly for
7417          cold text section if there is not a current function decl.
7418
7419 2005-04-09  Jakub Jelinek  <jakub@redhat.com>
7420
7421         * tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD
7422         and TI_VA_LIST_FPR_COUNTER_FIELD.
7423         (va_list_gpr_counter_field, va_list_fpr_counter_field): Define.
7424         * tree-pass.h (pass_stdarg): Add.
7425         * tree-optimize.c (init_tree_optimization_passes): Add pass_stdarg.
7426         * tree-stdarg.c: New file.
7427         * tree-stdarg.h: New file.
7428         * Makefile.in (OBJS-common): Add tree-stdarg.o.
7429         (tree-stdarg.o): Add dependencies.
7430         * function.h (struct function): Add va_list_gpr_size and
7431         va_list_fpr_size fields.
7432         * function.c (allocate_struct_function): Initialize them.
7433         * target.h (struct gcc_target): Add stdarg_optimize_hook.
7434         * target-def.h (TARGET_STDARG_OPTIMIZE_HOOK): Define.
7435         (TARGET_INITIALIZER): Add it.
7436
7437         * config/i386/i386.c (ix86_build_builtin_va_list): Initialize
7438         va_list_{g,f}pr_counter_field.
7439         (ix86_setup_incoming_varargs): Don't do anything if reg_save
7440         area will not be used.  Only save registers that tree-stdarg.c
7441         detected they need saving.
7442         (ix86_va_start): Don't set up fields that won't be used.
7443
7444         * config/rs6000/rs6000.c (rs6000_build_builtin_va_list): Initialize
7445         va_list_{g,f}pr_counter_field.
7446         (setup_incoming_varargs): Don't do anything if reg_save
7447         area will not be used.  Only save registers that tree-stdarg.c
7448         detected they need saving.
7449         (rs6000_va_start): Don't set up fields that won't be used.
7450
7451         * config/alpha/alpha.c: Include tree-flow.h and tree-stdarg.h.
7452         (alpha_build_builtin_va_list): Initialize va_list_gpr_counter_field.
7453         (va_list_skip_additions, alpha_stdarg_optimize_hook): New functions.
7454         (TARGET_STDARG_OPTIMIZE_HOOK): Define.
7455
7456 2005-04-09  Jakub Jelinek  <jakub@redhat.com>
7457
7458         PR target/20795
7459         * config/i386/i386.c (construct_container): Pass empty aligned
7460         struct, union or class in memory.
7461
7462 2005-04-09  Kazu Hirata  <kazu@cs.umass.edu>
7463
7464         * dominance.c, gthr-win32.h, reg-stack.c, tree-ssa-copy.c,
7465         tree-ssa-operands.c, tree-ssa.c, tree-vrp.c, varasm.c,
7466         config/alpha/alpha.c, config/arm/arm.c, config/m32r/m32r.h,
7467         config/rs6000/predicates.md: Fix comment typos.
7468
7469         * sched-int.h (haifa_insn_data): Remove blockage and units.
7470         (INSN_UNIT, INSN_BLOCKAGE, UNIT_BITS, BLOCKAGE_MASK,
7471         ENCODE_BLOCKAGE, UNIT_BLOCKED, BLOCKAGE_RANGE,
7472         MIN_BLOCKAGE_COST, MAX_BLOCKAGE_COST): Remove.
7473
7474 2005-04-09  Jan Hubicka  <jh@suse.cz>
7475             Steven Bosscher  <stevenb@suse.de>
7476
7477         * cfglayout.c (copy_bbs): Rename n_edges to num_edges.
7478         * cfgloop.c (get_loop_exit_edges): Likewise.
7479         * cfgloopmanip.c (fix_irreducible_loops): Likewise.
7480         (unloop): Likewise.
7481         * loop-unroll.c (analyze_insns_in_loop): Likewise.
7482         * tree-cfg.c (dump_cfg_status): Likewise.
7483
7484 2005-04-09  David Edelsohn  <edelsohn@gnu.org>
7485
7486         * config/rs6000/predicates.md (altivec_register_operand): Remove
7487         redundant match_code test.
7488         (gpc_reg_operand): Same.
7489         (cc_reg_operand): Same.
7490         (cc_reg_not_cr0_operand): Same.
7491
7492 2005-04-09  Jan Hubicka  <jh@suse.cz>
7493
7494         Forgotten hunk from my last merge patch:
7495         * final.c (output_addr_const): Do not call mark_referenced.
7496
7497 2005-04-09  Andrew MacLeod  <amacleod@redhat.com>
7498
7499         * doc/tree-ssa.texi: Add immediate use documentation.
7500
7501 2005-04-09  Richard Earnshaw <richard.earnshaw@arm.com>
7502
7503         * arm.c (FL_WBUF): Define.
7504         (arm_tune_strongarm): Renamed from arm_is_strong.  All uses changed.
7505         (arm_is_6_or_7): Delete.
7506         (arm_tune_wbuf): New.
7507         (arm_override_options): Set arm_tune_wbuf.
7508         * arm.h (arm_tune_strongarm): Renamed from arm_is_strong.
7509         (arm_is_6_or_7): Delete declaration.
7510         (arm_tune_wbuf): New declartion.
7511         * arm.md (is_strongarm): Derive from arm_tune_strongarm.
7512         (model_wbuf): Derive from arm_tune_wbuf.
7513         * arm-cores.def (arm600, arm610, arm620, arm700, arm700i, arm710)
7514         (arm720, arm710c, arm7100, arm7500, arm7500fe, arm710t, arm720t)
7515         (arm740t): Mark CPUs as having a write buffer.
7516
7517 2005-04-09  Uros Bizjak  <uros@kss-loka.si>
7518
7519         * config/i386/i386.md (*fp_jcc_7_387): Use 'const0_operand' instead
7520         of 'const_double_operand' in operand 2 constraints.  Update enable
7521         condition.
7522
7523 2005-04-09  Uros Bizjak  <uros@kss-loka.si>
7524
7525         * builtins.def (BUILT_IN_LFLOOR, BUILT_IN_LFLOORF, BUILT_IN_LFLOORL)
7526         (BUILT_IN_LLFLOOR, BUILT_IN_LLFLOORF, BUILT_IN_LLFLOORL): New.
7527         * optabs.h (enum optab_index): Add new OTI_lfloor.
7528         (lfloor_optab): Define corresponding macro.
7529         * optabs.c (init_optabs): Initialize lfloor_optab.
7530         * genopinit.c (optabs): Implement lfloor_optab using lfloorsi2
7531         and lfloordi2 patterns.
7532         * builtins.c (expand_builtin_int_roundingfn): New prototype.
7533         (expand_builtin_int_roundingfn): New function.
7534         (fold_builtin_int_roundingfn): New prototype.
7535         (fold_builtin_int_roundingfn): New function, renamed from
7536         fold_builtin_lround.
7537         Handle BUILT_IN_LROUND{,F,L}, BUILT_IN_LLROUND{,F,L} and
7538         BUILT_IN_LFLOOR{,F,L}, BUILT_IN_LLFLOOR{,F,L}.
7539         (fold_builtin_1): Fold BUILT_IN_LFLOOR{,F,L} and
7540         BUILT_IN_LLFLOOR{,F,L} using fold_builtin_int_roundingfn.
7541         (mathfn_built_in): Handle BUILT_IN LFLOOR and BUILT_IN_LLFLOOR.
7542         (expand_builtin): Expand BUILT_IN_LFLOOR{,F,L} and
7543         BUILT_IN_LLFLOOR{,F,L} using expand_builtin_int_roundingfn.
7544         * convert.c (convert_to_integer): Convert (long int)floor{,f,l},
7545         into lfloor built-in function and (long long int)floor{,f,l} into
7546         llfloor built-in function.
7547         * fold-const.c (tree_expr_nonnegative_p): Add BUILT_IN_LFLOOR and
7548         BUILT_IN_LLFLOOR.
7549
7550 2005-04-08  Ian Lance Taylor  <ian@airs.com>
7551
7552         * c-common.def: Move FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
7553         CONTINUE_STMT, and SWITCH_STMT to cp/cp-tree.def.
7554         * c-common.h (WHILE_COND, WHILE_BODY): Move to cp/cp-tree.h.
7555         (DO_COND, DO_BODY): Likewise.
7556         (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Likewise.
7557         (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Likewise.
7558         (c_common_stmt_codes): Remove FOR_STMT, WHILE_STMT, DO_STMT,
7559         BREAK_STMT, CONTINUE_STMT, and SWITCH_STMT.
7560         (build_continue_stmt, build_break_stmt): Don't declare.
7561         (c_do_switch_warnings): Update declaration.
7562         * c-gimplify.c (enum bc_t): Remove.
7563         (struct c_gimplify_ctx, ctxp): Remove.
7564         (push_context, pop_context): Remove static functions.
7565         (c_genericize): Don't call push_context or pop_context.
7566         (begin_bc_block, finish_bc_block): Remove static functions.
7567         (build_bc_goto): Likewise.
7568         (gimplify_c_loop): Likewise.
7569         (gimplify_for_stmt, gimplify_while_stmt): Likewise.
7570         (gimplify_do_stmt, gimplify_switch_stmt): Likewise.
7571         (c_gimplify_expr): Remove handling of FOR_STMT, WHILE_STMT,
7572         DO_STMT, SWITCH_STMT, CONTINUE_STMT, BREAK_STMT.
7573         * c-common.c (c_do_switch_warnings): Rename from
7574         c_do_switch_warnings_1.
7575         (c_do_switch_warnings) [old version]: Remove.
7576         (c_do_switch_expr_warnings): Remove.
7577         * c-typeck.c (c_finish_case): Call new c_do_switch_warnings
7578         function instead of c_do_switch_expr_warnings.
7579         * c-dump.c (c_dump_tree): Remove handling of BREAK_STMT,
7580         CONTINUE_STMT, DO_STMT, FOR_STMT, SWITCH_STMT, and WHILE_STMT.
7581         * c-pretty-print.c (pp_c_statement): Likewise.
7582         * c-semantics.c (build_break_stmt, build_continue_stmt): Remove.
7583
7584 2005-04-08  Devang Patel  <dpatel@apple.com>
7585
7586         * tree-if-conv.c (find_phi_replacement_condition): New parameter, loop.
7587         While selecting replacement condition pay attention to loop header.
7588
7589 2005-04-08  Diego Novillo  <dnovillo@redhat.com>
7590
7591         Merge from tree-cleanup-branch: VRP, store CCP, store
7592             copy-prop, incremental SSA updating of FUD chains and
7593             newly exposed symbols.
7594
7595         * Makefile.in (tree-ssa-copy.o): Depend on tree-ssa-propagate.h.
7596         (OBJS-common): Add tree-vrp.o.
7597         (tree-vrp.o): New rule.
7598         * basic-block.h (nearest_common_dominator_for_set): Declare.
7599         * common.opt (ftree-store-ccp): New flag.
7600         (ftree-copy-prop): New flag.
7601         (ftree-vrp): New flag.
7602         (ftree-store-copy-prop): New flag.
7603         * dominance.c (nearest_common_dominator_for_set): New.
7604         * domwalk.c (walk_dominator_tree): Only traverse
7605         statements in blocks marked in walk_data->interesting_blocks.
7606         * domwalk.h (struct dom_walk_data): Add field interesting_blocks.
7607         * fold-const.c (fold): Handle ASSERT_EXPR.
7608         * opts.c (decode_options): Set flag_tree_copy_prop at -O1.
7609         Set flag_tree_store_ccp, flag_tree_store_copy_prop and
7610         flag_tree_vrp at -O2.
7611         * timevar.def (TV_TREE_VRP): Define.
7612         (TV_TREE_COPY_PROP): Define.
7613         (TV_TREE_STORE_COPY_PROP): Define.
7614         (TV_TREE_SSA_INCREMENTAL): Define.
7615         (TV_TREE_STORE_CCP): Define.
7616         * tree-cfg.c (tree_can_merge_blocks_p): Remove reference
7617         to kill_redundant_phi_nodes from comment.
7618         (verify_expr): Handle ASSERT_EXPR.
7619         * tree-dfa.c (mark_new_vars_to_rename): Remove second
7620         argument.  Update all users.
7621         (mark_call_clobbered_vars_to_rename): Remove.  Update all
7622         users.
7623         * tree-flow-inline.h (unmodifiable_var_p): New.
7624         * tree-flow.h (enum value_range_type): Declare.
7625         (struct value_range_def): Declare.
7626         (value_range): Declare.
7627         (remove_all_phi_nodes_for): Remove.  Update all users.
7628         (find_phi_node_for): Declare.
7629         (add_type_alias): Declare.
7630         (count_uses_and_derefs): Declare.
7631         (kill_redundant_phi_nodes): Remove.
7632         (rewrite_into_ssa): Remove.
7633         (rewrite_def_def_chains): Remove.
7634         (update_ssa, register_new_name_mapping, create_new_def_for,
7635         need_ssa_update_p, name_registered_for_update_p,
7636         release_ssa_name_after_update_ssa, dump_repl_tbl,
7637         debug_repl_tbl, dump_names_replaced_by,
7638         debug_names_replaced_by, mark_sym_for_renaming,
7639         mark_set_for_renaming, get_current_def, set_current_def,
7640         get_value_range, dump_value_range, debug_value_range,
7641         dump_all_value_ranges, debug_all_value_ranges,
7642         expr_computes_nonzero, loop_depth_of_name,
7643         unmodifiable_var_p): Declare.
7644         * tree-gimple.c (is_gimple_formal_tmp_rhs): Handle
7645         ASSERT_EXPR.
7646         * tree-into-ssa.c (block_defs_stack): Update comment.
7647         (old_ssa_names, new_ssa_names, old_virtual_ssa_names,
7648         syms_to_rename, names_to_release, repl_tbl,
7649         need_to_initialize_update_ssa_p, need_to_update_vops_p,
7650         need_to_replace_names_p): New locals.
7651         (NAME_SETS_GROWTH_FACTOR): Define.
7652         (struct repl_map_d): Declare.
7653         (struct mark_def_sites_global_data): Add field
7654         interesting_blocks.
7655         (enum rewrite_mode): Declare.
7656         (REGISTER_DEFS_IN_THIS_STMT): Define.
7657         (compute_global_livein): Use last_basic_block instead of
7658         n_basic_blocks.
7659         (set_def_block): Remove last argument.  Update all callers.
7660         (prepare_use_operand_for_rename): Remove.  Update all callers.
7661         (prepare_def_operand_for_rename): Remove.  Update all callers.
7662         (symbol_marked_for_renaming): New.
7663         (is_old_name): New.
7664         (is_new_name): New.
7665         (repl_map_hash): New.
7666         (repl_map_eq): New.
7667         (repl_map_free): New.
7668         (names_replaced_by): New.
7669         (add_to_repl_tbl): New.
7670         (add_new_name_mapping): New.
7671         (mark_def_sites): Assume that all the operands in the
7672         statement are in normal form.
7673         (find_idf): Assert that the block in the stack is valid.
7674         (get_default_def_for): New.
7675         (insert_phi_nodes_for): Add new argument 'update_p'.
7676         Add documentation.
7677         If update_p is true, add a new mapping between the LHS of
7678         each new PHI and the name that it replaces.
7679         (insert_phi_nodes_1): Only call find_idf if needed.
7680         (get_reaching_def): Call get_default_def_for.
7681         (rewrite_operand): Remove.
7682         (rewrite_stmt): Do nothing if REGISTER_DEFS_IN_THIS_STMT
7683         and REWRITE_THIS_STMT are false.
7684         Assume that all the operands in the statement are in
7685         normal form.
7686         (rewrite_add_phi_arguments): Don't use PHI_REWRITTEN.
7687         (rewrite_virtual_phi_arguments): Remove.
7688         (invalidate_name_tags): Remove.
7689         (register_new_update_single, register_new_update_set,
7690         rewrite_update_init_block, replace_use,
7691         rewrite_update_fini_block, rewrite_update_stmt,
7692         rewrite_update_phi_arguments): New.
7693         rewrite_blocks): Remove argument 'fix_virtual_phis'.
7694         Add arguments 'entry', 'what' and 'blocks'.
7695         Initialize the dominator walker according to 'what' and
7696         'blocks'.
7697         Start the dominator walk at 'entry'.
7698         (mark_def_site_blocks): Add argument 'interesting_blocks'.
7699         Use it to configure the dominator walker.
7700         (rewrite_into_ssa): Remove argument 'all'.
7701         Make internal.
7702         (rewrite_all_into_ssa): Remove.
7703         (rewrite_def_def_chains): Remove.
7704         (mark_def_interesting, mark_use_interesting,
7705         prepare_phi_args_for_update, prepare_block_for_update,
7706         prepare_def_site_for, prepare_def_sites,
7707         dump_names_replaced_by, debug_names_replaced_by,
7708         dump_repl_tbl, debug_repl_tbl, init_update_ssa,
7709         delete_update_ssa, create_new_def_for,
7710         register_new_name_mapping, mark_sym_for_renaming,
7711         mark_set_for_renaming, need_ssa_update_p,
7712         name_registered_for_update_p, ssa_names_to_replace,
7713         release_ssa_name_after_update_ssa,
7714         insert_updated_phi_nodes_for, update_ssa): New.
7715         * tree-loop-linear.c (linear_transform_loops): Call
7716         update_ssa instead of rewrite_into_ssa.
7717         * tree-optimize.c (vars_to_rename): Remove.
7718         Update all users.
7719         (init_tree_optimization_passes): Replace
7720         pass_redundant_phi with pass_copy_prop.
7721         Add pass_vrp.
7722         Replace pass_ccp with pass_store_ccp.
7723         Add pass_store_copy_prop after pass_store_ccp.
7724         (execute_todo): If the TODO_ flags don't include updating
7725         the SSA form, assert that it does not need to be updated.
7726         Call update_ssa instead of rewrite_into_ssa and
7727         rewrite_def_def_chains.
7728         If TODO_verify_loops is set, call verify_loop_closed_ssa.
7729         (tree_rest_of_compilation):
7730         * tree-pass.h (TODO_dump_func, TODO_ggc_collect,
7731         TODO_verify_ssa, TODO_verify_flow, TODO_verify_stmts,
7732         TODO_cleanup_cfg): Renumber.
7733         (TODO_verify_loops, TODO_update_ssa,
7734         TODO_update_ssa_no_phi, TODO_update_ssa_full_phi,
7735         TODO_update_ssa_only_virtuals): Define.
7736         (pass_copy_prop, pass_store_ccp, pass_store_copy_prop, pass_vrp):
7737         Declare.
7738         * tree-phinodes.c (make_phi_node): Update documentation.
7739         (remove_all_phi_nodes_for): Remove.
7740         (find_phi_node_for): New.
7741         * tree-pretty-print.c (dump_generic_node): Handle ASSERT_EXPR.
7742         * tree-scalar-evolution.c (follow_ssa_edge_in_rhs): Likewise.
7743         (interpret_rhs_modify_expr): Likewise.
7744         * tree-sra.c (decide_instantiations): Mark all symbols in
7745         SRA_CANDIDATES for renaming.
7746         (mark_all_v_defs_1): Rename from mark_all_v_defs.
7747         (mark_all_v_defs): New function.  Update all users to call it
7748         with the whole list of scalarized statements, not just the
7749         first one.
7750         * tree-ssa-alias.c (count_ptr_derefs): Make extern.
7751         (compute_flow_insensitive_aliasing): If the tag is
7752         unmodifiable and the variable isn't or vice-versa, don't
7753         make them alias of each other.
7754         (setup_pointers_and_addressables): If the type tag for
7755         VAR is about to change, mark the old one for renaming.
7756         (add_type_alias): New.
7757         * tree-ssa-ccp.c: Document SSA-CCP and STORE-CCP.
7758         (ccp_lattice_t): Rename from latticevalue.
7759         (value): Remove.  Update all users.
7760         (const_val): New local variable.
7761         (do_store_ccp): New local variable.
7762         (dump_lattice_value): Handle UNINITIALIZED.
7763         (debug_lattice_value): New.
7764         (get_default_value): Re-write.
7765         (set_lattice_value): Re-write.
7766         (def_to_varying): Remove.  Update all users.
7767         (likely_value): Return VARYING for statements that make
7768         stores when STORE_CCP is false.
7769         Return VARYING for any statement other than MODIFY_EXPR,
7770         COND_EXPR and SWITCH_EXPR.
7771         (ccp_initialize): Re-write.
7772         (replace_uses_in, replace_vuse_in, substitute_and_fold):
7773         Move to tree-ssa-propagate.c.
7774         (ccp_lattice_meet): Handle memory stores when
7775         DO_STORE_CCP is true.
7776         (ccp_visit_phi_node): Likewise.
7777         (ccp_fold): Likewise.
7778         (evaluate_stmt): Likewise.
7779         (visit_assignment): Likewise.
7780         (ccp_visit_stmt): Likewise.
7781         (execute_ssa_ccp): Add argument 'store_ccp'.  Copy it
7782         into DO_STORE_CCP.
7783         (do_ssa_ccp): New.
7784         (pass_ccp): Use it.
7785         (do_ssa_store_ccp): New.
7786         (gate_store_ccp): New.
7787         (pass_store_ccp): Declare.
7788         * tree-ssa-copy.c: Include tree-ssa-propagate.h.
7789         (may_propagate_copy): Reformat.
7790         Don't abort if ORIG is a virtual and DEST isn't.
7791         If NEW does not have alias information but DEST does,
7792         copy it.
7793         (copy_of, cached_last_copy_of, do_store_copy_prop, enum
7794         copy_prop_kind, which_copy_prop): Declare.
7795         (stmt_may_generate_copy, get_copy_of_val,
7796         get_last_copy_of, set_copy_of_val, dump_copy_of,
7797         copy_prop_visit_assignment, copy_prop_visit_cond_stmt,
7798         copy_prop_visit_stmt, copy_prop_visit_phi_node,
7799         init_copy_prop, fini_copy_prop, execute_copy_prop,
7800         gate_copy_prop, do_copy_prop, gate_store_copy_prop,
7801         store_copy_prop): New.
7802         (pass_copy_prop, pass_store_copy_prop): Declare.
7803         * tree-ssa-dom.c (struct opt_stats_d): Add fields
7804         'num_const_prop' and 'num_copy_prop'.
7805         (cprop_operand): Update them.
7806         (dump_dominator_optimization_stats): Dump them.
7807         (tree_ssa_dominator_optimize): Call update_ssa instead of
7808         rewrite_into_ssa.
7809         (loop_depth_of_name): Declare extern.
7810         (simplify_cond_and_lookup_avail_expr): Guard against NULL
7811         values for LOW or HIGH.
7812         (cprop_into_successor_phis): Only propagate if NEW != ORIG.
7813         (record_equivalences_from_stmt): Call expr_computes_nonzero.
7814         (cprop_operand): Only propagate if VAL != OP.
7815         * tree-ssa-dse.c (dse_optimize_stmt): Mark symbols in removed
7816         statement for renaming.
7817         * tree-ssa-loop-im.c (move_computations): Call update_ssa.
7818         * tree-ssa-loop-ivopts.c (rewrite_address_base): Call
7819         add_type_alias if necessary.
7820         Call mark_new_vars_to_rename.
7821         (tree_ssa_iv_optimize): If new symbols need to be renamed,
7822         mark every statement updated, call update_ssa and
7823         rewrite_into_loop_closed_ssa.
7824         * tree-ssa-loop-manip.c (add_exit_phis): Do not remove DEF_BB
7825         from LIVEIN if VAR is a virtual.
7826         * tree-ssa-loop.c (tree_loop_optimizer_init): Call update_ssa.
7827         * tree-ssa-operands.c (get_expr_operands): Handle ASSERT_EXPR.
7828         (get_call_expr_operands): Reformat statement.
7829         (add_stmt_operand): Don't create V_MAY_DEFs for read-only
7830         symbols.
7831         * tree-ssa-propagate.c (ssa_prop_init): Initialize
7832         SSA_NAME_VALUE for every name.
7833         (first_vdef, stmt_makes_single_load, stmt_makes_single_store,
7834         get_value_loaded_by): New.
7835         (replace_uses_in, replace_vuses_in, replace_phi_args_in,
7836         substitute_and_fold): Move from tree-ssa-ccp.c.
7837         * tree-ssa-propagate.h (struct prop_value_d, prop_value_t,
7838         first_vdef, stmt_makes_single_load, stmt_makes_single_store,
7839         get_value_loaded_by, replace_uses_in, substitute_and_fold):
7840         Declare.
7841         * tree-ssa.c (verify_use): Fix error message.
7842         (propagate_into_addr, replace_immediate_uses, get_eq_name,
7843         check_phi_redundancy, kill_redundant_phi_nodes,
7844         pass_redundant_phi): Remove.  Update all users.
7845         * tree-vect-transform.c (vect_create_data_ref_ptr): Call
7846         add_type_alias, if necessary.
7847         * tree-vectorizer.h (struct _stmt_vect_info): Update
7848         documentation for field 'memtag'.
7849         * tree-vrp.c: New file.
7850         * tree.def (ASSERT_EXPR): Define.
7851         * tree.h (ASSERT_EXPR_VAR): Define.
7852         (ASSERT_EXPR_COND): Define.
7853         (SSA_NAME_VALUE_RANGE): Define.
7854         (struct tree_ssa_name): Add field 'value_range'.
7855         (PHI_REWRITTEN): Remove.
7856         (struct tree_phi_node): Remove field 'rewritten'.
7857         * doc/invoke.texi (-fdump-tree-storeccp, -ftree-copy-prop,
7858         -ftree-store-copy-prop): Document.
7859         * doc/tree-ssa.texi: Remove broken link to McCAT's compiler.
7860         Document usage of update_ssa.
7861
7862 2005-04-08  David Edelsohn  <edelsohn@gnu.org>
7863
7864         PR target/20814
7865         * config/rs6000/predicates.md (altivec_register_operand): Accept
7866         SUBREG.
7867         (and64_operand): Do not limit CONST_INT to mask64_operand.
7868         (and64_2_operand): Do not limit CONST_INT to mask64_1or2_operand.
7869         (and_operand): Do not limit CONST_INT to mask_operand.
7870
7871 2005-04-09  Hans-Peter Nilsson  <hp@axis.com>
7872
7873         PR rtl-optimization/20466
7874         * flow.c (invalidate_mems_from_set): Handle a MEM by checking it
7875         for overlap of the address of each list member.
7876         (mark_set_1): Call invalidate_mems_from_set for MEMs too.
7877
7878 2005-04-08  Mike Stump  <mrs@apple.com>
7879
7880         * config/darwin.c (indirect_data): Fix typo in strncmp logic.
7881
7882         * config/rs6000/rs6000.c (rs6000_emit_prologue): Use 5 nops,
7883         instead of 4.
7884
7885 2005-04-08  Kazu Hirata  <kazu@cs.umass.edu>
7886
7887         * c-tree.h (C_LANG_TREE_NODE_CHAIN_NEXT): Remove.
7888
7889         * function.c (push_function_context_to): Don't set
7890         contains_functions.
7891         * function.h (function): Remove contains_functions.
7892         (current_function_contains_functions): Remove.
7893
7894         * function.h (function): Remove instrument_entry_exit.
7895         (current_function_instrument_entry_exit): Remove.
7896
7897         * function.h (nonlocal_labels): Remove.
7898
7899         * tree.h (STRIP_MAIN_TYPE_NOPS): Remove.
7900
7901         * genattrtab.c (attr_desc): Remove negative_ok and unsigned_p.
7902         (check_attr_value, write_attr_get, write_expr_attr_cache,
7903         find_attr, make_internal_attr): Don't reference negative_ok or
7904         unsigned_p.
7905         * genattrtab.h (ATTR_NEGATIVE_OK, ATTR_UNSIGNED,
7906         ATTR_FUNC_UNITS, ATTR_BLOCKAGE): Remove.
7907         (ATTR_STATIC): Adjust the value.
7908
7909         * c-common.h (C_ARTIFICIAL_STRING_P): Remove.
7910
7911 2005-04-08  Ulrich Weigand  <uweigand@de.ibm.com>
7912
7913         * config/s390/tpf.h (ASM_SPEC): Define.
7914
7915 2005-04-08  Kazu Hirata  <kazu@cs.umass.edu>
7916
7917         * tree-flow.h: Remove the prototype for
7918         redirect_immediate_uses.
7919         (TDFA_USE_OPS, TDFA_USE_VOPS): Remove.
7920
7921 2005-04-08  Richard Earnshaw  <richard.earnshaw@arm.com>
7922
7923         * arm.c (arm_const_double_by_parts): New function.
7924         * arm-protos.h (arm_const_double_by_parts): Add prototype.
7925         * arm.md (define_split for 64-bit constants): Add another one.
7926
7927 2005-04-08  Andrew MacLeod  <amacleod@redhat.com>
7928
7929         * tree-ssa-operands.c (correct_use_link): Remove linear scan.
7930
7931 2005-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7932
7933         * system.h: Revert last change.
7934
7935 2005-04-08  Richard Sandiford  <rsandifo@redhat.com>
7936
7937         * config/xtensa/xtensa.h (target_flags, MASK_NO_FUSED_MADD)
7938         (MASK_CONST16, TARGET_NO_FUSED_MADD, TARGET_CONST16)
7939         (TARGET_SWITCHES): Delete.
7940         * config/xtensa/xtensa.c (TARGET_DEFAULT_TARGET_FLAGS): Define.
7941         * config/xtensa/xtensa.md (muladdsf3, mulsubsf3): Check
7942         TARGET_FUSED_MADD instead of !TARGET_NO_FUSED_MADD.
7943         * config/xtensa/xtensa.opt: New file.
7944
7945 2005-04-08  Ben Elliston  <bje@au.ibm.com>
7946
7947         * config/fp-bit.c: Include L_mul_tf in #endif comment.
7948         * config/fp-bit.h: Tidy comments.
7949
7950 2005-04-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7951
7952         * system.h: Poison PARAMS.
7953
7954 2005-04-07  Richard Sandiford  <rsandifo@redhat.com>
7955
7956         * config/vax/vax.h (target_flags, MASK_UNIX_ASM, MASK_VAXC_ALIGNMENT)
7957         (MASK_G_FLOAT, TARGET_UNIX_ASM, TARGET_VAXC_ALIGNMENT, TARGET_G_FLOAT)
7958         (TARGET_SWITCHES): Delete.
7959         * config/vax/vax.c (TARGET_DEFAULT_TARGET_FLAGS): Override default.
7960         * config/vax/vax.opt: New file.
7961
7962 2005-04-07  Daniel Berlin  <dberlin@dberlin.org>
7963
7964         * tree-ssa-dse.c (dse_optimize_stmt): Fix incorrect comment.
7965
7966 2005-04-07  Ian Lance Taylor  <ian@airs.com>
7967
7968         * config/iq2000/iq2000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Don't
7969         define.
7970         * config/mips/mips.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Likewise.
7971         * config/sparc/sparc.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE):
7972         Likewise.
7973
7974 2005-04-07  Kazu Hirata  <kazu@cs.umass.edu>
7975
7976         * tree-ssa-sink.c (nearest_common_dominator_of_uses): Consider
7977         all immediate uses in PHI nodes.
7978
7979 2005-04-07  Richard Earnshaw  <richard.earnshaw@arm.com>
7980
7981         * arm.c (arm_const_double_inline_cost): Handle any constant by
7982         using gen_lowpart and gen_highpart_mode.
7983         (note_invalid_constants): All constants in an RTX with a constraint
7984         that permits memory are now pushed to the constant pool.
7985         (output_move_double): Delete code to handle reg to reg and
7986         constant to reg moves.
7987         (const_double_needs_minipool, output_mov_immediate): Delete.
7988         * arm.h (EXTRA_CONSTRAINT_STR_ARM): All 'D' variants now handle
7989         CONST_INT and CONST_VECTOR.
7990         * arm.md (ANY64): New mode macro.
7991         (arm_movdi): Split reg-reg and const-reg moves.  Simplify constraints.
7992         (movdf_soft_insn): Split reg-reg and const-reg moves.
7993         (split patterns for 64-bit constant and register moves): New.
7994         * cirrus.md (cirrus_arm_movdi): Split reg-reg and const-reg moves.
7995         (cirrus_movdf_hard_insn): Likewise.
7996         * fpa.md (movdf_fpa): Likewise.
7997         * iwmmxt.md (iwmmxt_arm_movdi): Likewise.
7998         (movv8qi_internal, movv4hi_internal, movv2si_internal): Fix
7999         constraints.
8000         (movv2si_internal_2): Likewise.
8001         * vfp.md (arm_movdi_vfp): Split reg-reg and const-reg moves.
8002         (movdf_vfp): Likewise.
8003         * arm-protos.h (output_mov_immediate): Delete prototype.
8004
8005 2005-04-07  Joseph S. Myers  <joseph@codesourcery.com>
8006
8007         PR target/20093
8008         * simplify-rtx.c (simplify_unary_operation_1): Check
8009         SUBREG_PROMOTED_UNSIGNED_P (op) > 0 for zero-extension.
8010
8011 2005-04-06  James E Wilson  <wilson@specifixinc.com>
8012
8013         PR target/20717
8014         * cgraphunit.c (record_call_1, case FDESC_EXPR): Handle same as
8015         ADDR_EXPR.
8016
8017 2004-04-06  Richard Sandiford  <rsandifo@redhat.com>
8018
8019         * coverage.h (GCOV_TYPE_NODE): Delete.
8020         * coverage.c (coverage_counter_alloc, tree_coverage_counter_ref)
8021         (build_ctr_info_type): Use get_gcov_type () instead of GCOV_TYPE_NODE.
8022         * tree-profile.c (tree_gen_edge_profiler, tree_gen_interval_profiler)
8023         (tree_gen_pow2_profiler, tree_gen_one_value_profiler): Likewise.
8024         * value-prof.c (tree_divmod_fixed_value_transform): Delete.
8025
8026 2004-04-06  Richard Sandiford  <rsandifo@redhat.com>
8027
8028         PR other/20792
8029         * Makefile.in (gcc.pot): Remove options.c dependency.
8030         * optc-gen.awk: Don't quote help strings with N_().
8031
8032 2005-04-06  James A. Morrison  <phython@gcc.gnu.org>
8033
8034         * c-common.c (handle_malloc_atttribute): Only set DECL_IS_MALLOC if
8035         the function returns a pointer type.
8036
8037 2005-04-06  Daniel Berlin  <dberlin@dberlin.org>
8038
8039         * params.def (PARAM_SALIAS_MAX_IMPLICIT_FIELDS): New
8040         * params.h (SALIAS_MAX_IMPLICIT_FIELDS): New
8041         * doc/invoke.texi: Documnet salias-max-implicit-fields.
8042         * tree-ssa-alias.c (struct used_part): Add implicit_uses and
8043         explicit_uses members.
8044         (get_or_create_used_part_for): Initialize new fields.
8045         (fieldoff_compare): New function.
8046         (create_overlap_variables_for): Count number of fields, use
8047         heuristic to determine whether to create subvars for vars with
8048         only implicit uses.
8049         Sort the field list by offset and avoid creating duplicate SFT's.
8050
8051 2005-04-06  Richard Sandiford  <rsandifo@redhat.com>
8052
8053         * c.opt (-F): Remove trailing whitespace from help string.
8054         (-finput-charset): Use a tab to separate the switch name and help
8055         string.
8056         * common.opt (-fsched-stalled-insns, -fsched-stalled-insns-dep)
8057         (-ftree-vectorizer-verbose): Likewise.
8058
8059 2005-04-06  Kazu Hirata  <kazu@cs.umass.edu>
8060
8061         * tree-ssa-sink.c (nearest_common_dominator_of_uses): Look at
8062         a PHI argument where a use occurs instead of all PHI arguments.
8063
8064 2005-04-06  Joseph S. Myers  <joseph@codesourcery.com>
8065
8066         * c-decl.c (finish_decl): Apply pending #pragma weak regardless of
8067         scope.
8068
8069 2005-04-06  Kazu Hirata  <kazu@cs.umass.edu>
8070
8071         * cse.c, tree-flow-inline.h, tree-flow.h, tree-ssa-operands.c,
8072         tree-ssa-sink.c, tree.h, config/bfin/bfin.c,
8073         config/bfin/bfin.h: Fix comment typos.
8074
8075 2005-04-06  Ranjit Mathew  <rmathew@hotmail.com>
8076
8077         * doc/install.texi: Update the URL for Jacks.
8078         * doc/sourcebuild.texi: Likewise.
8079
8080 2005-04-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
8081
8082         PR target/17245
8083         * config/sparc/sparc.c (legitimate_address_p): Remove 'imm2'.
8084         Revert 2004-10-08 patch.  Reject TFmode LO_SUM in 32-bit mode.
8085
8086 2005-04-06  Kelley Cook  <kcook@gcc.gnu.org>
8087
8088         * Makefile.in (LIBGCC2_CFLAGS): Revert -pipe change.
8089
8090 2005-04-06  Richard Sandiford  <rsandifo@redhat.com>
8091
8092         * config/v850/v850-protos.h (override_options): Delete.
8093         * config/v850/v850.h (target_flags, MASK_GHS, MASK_LONG_CALLS, MASK_EP)
8094         (MASK_PROLOG_FUNCTION, MASK_DEBUG, MASK_V850, MASK_V850E)
8095         (MASK_SMALL_SLD, MASK_BIG_SWITCH, MASK_NO_APP_REGS, MASK_DISABLE_CALLT)
8096         (MASK_STRICT_ALIGN, MASK_US_BIT_SET, MASK_US_MASK_SET, TARGET_GHS)
8097         (TARGET_LONG_CALLS, TARGET_EP, TARGET_PROLOG_FUNCTION, TARGET_V850)
8098         (TARGET_BIG_SWITCH, TARGET_DEBUG, TARGET_V850E, TARGET_US_BIT_SET)
8099         (TARGET_SMALL_SLD, TARGET_DISABLE_CALLT, TARGET_NO_APP_REGS)
8100         (TARGET_STRICT_ALIGN, TARGET_SWITCHES, TARGET_OPTIONS)
8101         (OVERRIDE_OPTIONS): Delete.
8102         (MASK_CPU): Redefine as MASK_V850 | MASK_V850E.
8103         (small_memory_info): Remove the value field.
8104         (CONDITIONAL_REGISTER_USAGE): Check !TARGET_APP_REGS rather than
8105         TARGET_NO_APP_REGS.
8106         * config/v850/v850.c (small_memory): Remove the value field.
8107         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
8108         (override_options): Delete.
8109         (v850_handle_memory_option, v850_handle_option): New functions.
8110         * config/v850/v850.opt: New file.
8111
8112 2005-04-06  Geoffrey Keating  <geoffk@apple.com>
8113
8114         * config.host: Add a section for generic hosts, and a subsection
8115         for Darwin.  Add a case for x86-darwin.  Update ppc-darwin case.
8116         * config/host-darwin.c: New, split out of config/rs6000/host-darwin.c.
8117         * config/host-darwin.h: New.
8118         * config/x-darwin: New.
8119         * config/i386/host-i386-darwin.c: New.
8120         * config/i386/x-darwin: New.
8121         * config/rs6000/host-darwin.c: Include host-darwin.h.
8122         (darwin_rs6000_gt_pch_get_address): Move to config/host-darwin.c.
8123         (darwin_rs6000_gt_pch_use_address): Likewise.
8124         * config/rs6000/x-darwin: Change name of .o built, update
8125         dependencies for changes to rs6000/host-darwin.c.
8126
8127 2005-04-06  Ralf Corsepius  <ralf.corsepius@rtems.org>
8128
8129         PR target/17824
8130         * config/c4x/c4x.h (ASM_PROG, LD_PROG): Remove.
8131
8132 2005-04-06  Dorit Naishlos  <dorit@il.ibm.com>
8133
8134         * tree-vect-analyze.c (vect_analyze_loop_form): Call
8135         split_loop_exit_edge instead of loop_split_edge_with.
8136
8137 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
8138
8139         * config/rs6000/altivec.md (UNSPEC_VSLW, UNSPEC_SUBS,
8140         UNSPEC_SET_VSCR): New constants, used throughout.
8141         (*andc3_v4sf): New.
8142         (altivec_vspltisb, altivec_vsplitish, altivec_vsplitisw):
8143         Replace with...
8144         (altivec_vspltis<VI_char>): ... this pattern, using
8145         a QImode const_int_operand for the immediate.
8146         (abs<mode>2, absv4sf2, altivec_abss_<mode>): Rewrite as
8147         define_expands.
8148
8149 2005-04-06  Ralf Corsepius  <ralf.corsepius@rtems.org>
8150
8151         PR target/17822
8152         * config/avr/t-avr (AR_FOR_TARGET,RANLIB_FOR_TARGET): Remove.
8153
8154 2005-04-06  Kelley Cook  <kcook@gcc.gnu.org>
8155
8156         * Makefile.in (LIBGCC2_CFLAGS): Compile with -pipe.
8157
8158 2005-04-06  Ben Elliston  <bje@au.ibm.com>
8159
8160         * gcc.c: Correct comment about DEFAULT_SWITCH_TAKES_ARG and
8161         DEFAULT_WORD_SWITCH_TAKES_ARG which incorrectly reported these
8162         macros as living in "this file" and not gcc.h.
8163
8164 2005-04-06  Ben Elliston  <bje@au.ibm.com>
8165
8166         * doc/invoke.texi (Optimize Options): Mention -ftree-lrs, not
8167         -ftree-live_range_split.  Perhaps renamed at some point?
8168
8169 2005-04-06  Zdenek Dvorak  <dvorakz@suse.cz>
8170
8171         PR target/20625
8172         * tree-ssa-loop-ivopts.c (generic_type_for): New function.
8173         (add_candidate_1): Use generic_type_for instead of unsigned_type_for.
8174
8175 2005-04-06  Zdenek Dvorak  <dvorakz@suse.cz>
8176
8177         * tree-flow.h (number_of_iterations_cond): Declaration removed.
8178         * tree-ssa-loop-niter.c (number_of_iterations_cond): Made static.
8179         (number_of_iterations_special): New function.
8180         (number_of_iterations_exit): Use number_of_iterations_special.
8181         Use simplify_using_outer_evolutions only at -O3.
8182         (number_of_iterations_cond, tree_simplify_using_condition,
8183         simplify_using_initial_conditions, loop_niter_by_eval,
8184         compare_trees, can_count_iv_in_wider_type_bound,
8185         simplify_using_outer_evolutions): Use fold_build.
8186
8187 2005-04-05  Thomas Fitzsimmons  <fitzsim@redhat.com>
8188
8189         * doc/install.texi (Configuration): Document --with-java-home.
8190
8191 2005-04-05  Richard Henderson  <rth@redhat.com>
8192
8193         PR target/20342
8194         PR target/20447
8195         * config/i386/i386.c (print_operand): Handle vector zeros.
8196         (ix86_split_to_parts): Handle CONST_VECTOR.
8197         (ix86_hard_regno_mode_ok): Allow MMX modes in general regs.
8198         (ix86_modes_tieable_p): Use ix86_hard_regno_mode_ok to decide
8199         what modes to tie for MMX and SSE registers.
8200         * config/i386/i386.h (MMX_REG_MODE_P): Remove.
8201         * config/i386/i386.md: Extend move 0 -> xor peephole to apply
8202         to vector modes as well.
8203         * config/i386/predicates.md (const0_operand): Handle VOIDmode
8204         properly as an input mode.
8205
8206 2005-04-05  Andrew MacLeod  <amacleod@redhat.com>
8207
8208         * tree-ssa-operands.c (verify_abort): Use %p for pointers.
8209
8210 2005-04-05  Andrew MacLeod  <amacleod@redhat.com>
8211
8212         * tree-pretty-print.c (dump_generic_node): Use %p for pointer.
8213
8214 2005-04-05  Jakub Jelinek  <jakub@redhat.com>
8215
8216         * config/i386/i386.c (init_cumulative_args): For -m32 -mfpmath=sse
8217         and local functions, set sse_nregs to 8 and float_in_sse.
8218         (function_arg_advance, function_arg): If float_in_sse, pass
8219         SFmode and DFmode arguments in SSE registers.
8220         * config/i386/i386.h (CUMULATIVE_ARGS): Add float_in_sse field.
8221
8222         * config/i386/i386.c (ix86_value_regno): Only optimize local functions
8223         of -funit-at-a-time.
8224
8225 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
8226
8227         * config/i386/i386-protos.h (ix86_function_value): Accept two
8228         arguments, like the target macro.
8229         * config/i386/i386.h (FUNCTION_VALUE): Pass both arguments.
8230         * config/i386/i386.c (ix86_function_value): Accept the second
8231         argument of the target macro.
8232         (ix86_function_ok_for_sibcall): Pass a function pointer to
8233         ix86_function_value.
8234         (ix86_function_value, ix86_libcall_value) [!TARGET_64BIT]: Adjust
8235         call to ix86_value_regno).
8236         (ix86_value_regno): Add support for returning floating point values
8237         in SSE registers.
8238
8239 2005-04-05  Jakub Jelinek  <jakub@redhat.com>
8240
8241         PR tree-optimization/20076
8242         * tree-inline.c (inline_forbidden_p_1): Prevent inlining functions
8243         that call __builtin_return or __builtin_apply_args.
8244
8245 2005-04-05  Andrew MacLeod  <amacleod@redhat.com>
8246
8247         * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.
8248         Use immediate use iterator.
8249         (stmt_is_bumper_for_loop): Use immediate use iterator.
8250         * predict.c (strip_builtin_expect): Use update_stmt.
8251         * tree-cfg.c (update_modified_stmts): New. Call update_stmt_if_modified
8252         on all elements of a STATEMENT_LIST.
8253         (bsi_insert_before, bsi_insert_after): Call update_modified_stmts.
8254         (bsi_remove): Remove imm_use links and mark the stmt as modified.
8255         (bsi_replace): Mark stmt as modified and the update it.
8256         * tree-complex.c (update_complex_assignment): Call mark_stmt_modified.
8257         (expand_complex_libcal): Call update_stmt.
8258         (expand_complex_comparison): Call mark_stmt_modified.
8259         (expand_complex_operations_1): Call update_stmt_if_modified.
8260         (expand_vector_operations_1): Call mark_stmt_modified.
8261         * tree-dfa.c (compute_immediate_uses, free_df_for_stmt, free_df,
8262         compute_immediate_uses_for_phi, compute_immediate_uses_for_stmt,
8263         add_immediate_use, redirect_immediate_use,
8264         redirect_immediate_uses, dump_immediate_uses, debug_immediate_uses,
8265         dump_immediate_uses_for, debug_immediate_uses_for): Delete.
8266         (mark_new_vars_to_rename): Call update_stmt.
8267         * tree-dump.c (dump_option_value_in): Add "stmtaddr".
8268         * tree-flow-inline.h (modify_stmt): Rename to mark_stmt_modified.
8269         Ignore PHI nodes.
8270         (unmodify_stmt): Delete.
8271         (update_stmt): New.  Force an update of a stmt.
8272         (update_stmt_if_modified): update a stmt if it is out of date.
8273         (get_stmt_operands): Verify stmt is NOT modified.
8274         (stmt_modified_p): Update comment.
8275         (delink_imm_use): Remove a use node from its immuse list.
8276         (link_imm_use_to_list): Link a use node to a specific list.
8277         (link_imm_use): Link a node to the correct list.
8278         (set_ssa_use_from_ptr): Set a use node to a specific value, and insert
8279         it in the correct list, if appropriate.
8280         (link_imm_use_stmt): Link a use node, and set the stmt pointer.
8281         (relink_imm_use): Link a use node in place of another node in a list.
8282         (relink_imm_use_stmt): LInk a node in place of another node, and set
8283         the stmt pointer.
8284         (end_safe_imm_use_traverse): New.  Terminate a safe immuse iterator.
8285         (end_safe_imm_use_p): New.  Check for the end of a safe immuse iterator.
8286         (first_safe_imm_use): New.  Initialize a safe immuse iterator.
8287         (next_safe_imm_use): New.  Proceed to next safe immuse iterator value.
8288         (end_readonly_imm_use_p): New.  Check for end of a fast immuse iterator.
8289         (first_readonly_imm_use): New.  Initialize a fast immuse iterator.
8290         (next_readonly_imm_use): New.  Get the next fast immuse iterator value.
8291         (has_zero_uses): New.  Return true if there are no uses of a var.
8292         (has_single_use): New.  Return true if there is only a single use of a
8293         variable.
8294         (single_imm_use): New.  Return the simgle immediate use.
8295         (num_imm_uses): New.  Return the number of immediate uses.
8296         (get_v_must_def_ops): Use is now a pointer.
8297         (use_operand_p, get_v_may_def_op_ptr, get_vuse_op_ptr,
8298         get_v_must_def_kill_ptr, get_phi_arg_def_ptr): Return the address of
8299         the use node.
8300         (get_immediate_uses, num_immediate_uses, immediate_use): Delete.
8301         (delink_stmt_imm_use): Delink all immuses from a stmt.
8302         (phi_arg_index_from_use): New.  Return a phi arg index for a use.
8303         * tree-flow.h (struct dataflow_d): Delete.
8304         (immediate_use_iterator_d): New.  Immediate use iterator struct.
8305         (FOR_EACH_IMM_USE_FAST): New.  Macro for read only immuse iteration.
8306         (FOR_EACH_IMM_USE_SAFE): New.  Macro for write-safe immuse iteration.
8307         (BREAK_FROM_SAFE_IMM_USE): New.  Macro for earlyu exit from write-safe
8308         iteration.
8309         (struct stmt_ann_d): Remove dataflow_t from struct.
8310         * tree-if-conv.c (tree_if_conversion).  Don't call free_df.
8311         (if_convertible_phi_p): Use FAST immuse iterator.
8312         (if_convertible_loop_p): Don't call compute_immediate_uses.
8313         (replace_phi_with_cond_modify_expr): Call update_stmt.
8314         * tree-into-ssa.c (mark_def_sites, ssa_mark_def_sites): Call
8315         update_stmt_if_modified.
8316         (rewrite_all_into_ssa): Initialize ssa operands.
8317         * tree-loop-linear.c (linear_transform_loops): Don't call free_df or
8318         compute_immediate_uses.
8319         * tree-optimize.c (execute_todo): Call verify_ssa whenever the
8320         ssa_property is available.
8321         (execute_one_pass):  Change parameters passed to execute_todo.
8322         * tree-outof-ssa.c (rewrite_trees): Don't call modify_stmt.
8323         (remove_ssa_form): Call fini_ssa_operands.
8324         (insert_backedge_copies): Delete call to modify_stmt.
8325         * tree-phinodes.c (make_phi_node): Initialize use nodes.
8326         (release_phi_node): Delink any use nodes before releasing.
8327         (resize_phi_node): Relink any use nodes.
8328         (remove_phi_arg_num): Delink the use node.
8329         (remove_phi_node): Release the ssa_name AFTER releasing the phi node.
8330         (remove_all_phi_nodes_for): Release phi node first.
8331         * tree-pretty-print.c (dump_generic_node): Print stmt address.
8332         * tree-sra.c (mark_all_v_defs): Call update_stmt_if_modified.
8333         (scalarize_use, scalarize_copy): Call update_stmt.
8334         * tree-ssa-alias.c (compute_may_aliases): Update all modified stmts.
8335         (compute_points_to_and_addr_escape): Call mark_stmt_modified.
8336         * tree-ssa-cpp.c (need_imm_uses_for): Delete.
8337         (ccp_initialize): Remove call to compute_immediate_uses.
8338         (substitute_and_fold, execute_fold_all_builtins): Call update_stmt.
8339         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Update all modified
8340         stmts.
8341         (simplify_cond_and_lookup_avail_expr): Call mark_stmt_modified.
8342         (simplify_switch_and_lookup_avail_expr): Call mark_stmt_modified.
8343         (eliminate_redundant_computations): Call mark_stmt_modified.
8344         (cprop_operand): Call mark_stmt_modified.
8345         (optimize_stmt): Call update_stmt_if_modified and mark_stmt_modified.
8346         * tree-ssa-dse.c (fix_phi_uses, fix_stmt_v_may_defs): Delete.
8347         (dse_optimize_stmt): Use new immuse interface.
8348         (tree_ssa_dse): Remove calls to compute_immediate_uses and free_df.
8349         * tree-ssa-forwprop.c (need_imm_uses_for): Delete.
8350         (substitute_single_use_vars): Use new immuse interface.
8351         (tree_ssa_forward_propagate_single_use_vars): Remove calls to free_df
8352         and compute_immediate_uses.
8353         * tree-ssa-loop-im.c (single_reachable_address): Use new immuse
8354         interface.
8355         (rewrite_mem_refs): Call update_stmt.
8356         (determine_lsm): Remove call to compute_imm_uses and free_df.
8357         * tree-ssa-loop-ivcanon.c (create_canonical_iv): Call update_stmt.
8358         (try_unroll_loop_completely): Call update_stmt.
8359         * tree-ssa-loop-ivopts.c (rewrite_address_base): Call update_stmt.
8360         (rewrite_use_compare): Call update_stmt.
8361         (compute_phi_arg_on_exit): Insert each stmt before trying to process.
8362         (rewrite_use) : Call update_stmt.
8363         * tree-ssa-loop-manip.c (verify_loop_closed_ssa): Add arg to call.
8364         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Call
8365         update_stmt.
8366         * tree-ssa-operands.c (NULL_USE_OPERAND_P): Remove declaration.
8367         (allocate_use_optype, allocate_vuse_optype): Adjust allocation size.
8368         (free_uses, free_vuses, free_v_may_defs, free_v_must_defs): Delink
8369         use nodes.
8370         (initialize_vuse_operand): New.  Initialize a vuse operand.
8371         (initialize_v_may_def_operand): New.  Initialize a maydef operand.
8372         (initialize_v_must_def_operand): New.  Initialize a mustdef operand.
8373         (finalize_ssa_defs): Use stmt parameter.
8374         (correct_use_link): Ensure a use node is in the correct list, and has
8375         the correct stmt pointer.
8376         (finalize_ssa_uses, finalize_ssa_v_may_defs, finalize_ssa_vuses,
8377         finalize_ssa_v_must_defs): Also initialize use nodes.
8378         (finalize_ssa_stmt_operands): Pass extra stmt operands.
8379         (build_ssa_operands): Seperate parsing from final operand construction.
8380         (parse_ssa_operands): New.  Parse entry point for operand building.
8381         (swap_tree_operands): New.  Swap 2 tree operands.
8382         (update_stmt_operands): Ranamed from get_stmt_operands.  Always builds
8383         operands.
8384         (get_expr_operands): Call swap_tree_operands when needed.
8385         (copy_virtual_operands): Use initialize routines for virtual use ops.
8386         (create_ssa_artficial_load_stmt): Add extra stmt parameter.
8387         (verify_abort): New.  Issue imm_use error.
8388         (verify_imm_links): New Verify imm_use links for a var.
8389         (dump_immediate_uses_for): New.  Dump imm_uses for a var to file.
8390         (dump_immediate_uses): New.  Dump imm_uses for all vars to file.
8391         (debug_immediate_uses): New.  Dump imm_uses for all vars to stderr.
8392         (debug_immediate_uses_for): New.  Dump imm_uses for a var to stderr.
8393         * tree-ssa-operands.h (struct use_operand_ptr): Delete.
8394         (NULL_USE_OPERAND_P) Define.
8395         (use_optype_d, v_def_use_operand_type, vuse_optype_d): Add immediate
8396         use node.
8397         (struct vuse_operand_type): New struct.
8398         (SET_USE): Call set_ssa_use_from_ptr.
8399         (USE_STMT): Define.
8400         (PHI_ARG_INDEX_FROM_USE): Define.
8401         * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Set the phi
8402         argument via SET_USE, not PHI_ARG_DEF_TREE.
8403         * tree-ssa-pre.c (eliminate): Call update_stmt.
8404         * tree-ssa-propagate.c (cfg_blocks_get): Use imm_use iterators.  Don't
8405         call free_df.
8406         * tree-ssa-sink.c (all_immediate_uses_same_place): Use imm_use iterator.
8407         (nearest_common_dominator_of_uses): Use imm_use iterator.
8408         (statement_sink_location): Use imm_use iterator and interface.
8409         (execute_sink_code): Don't call compute_immediate_uses or free-df.
8410         * tree-ssa-threadupdate.c (create_edge_and_update_destination_phis): Use
8411         PHI_ARG_DEF, not PHI_ARG_DEF_TREE.
8412         * tree-ssa.c (verify_use, verify_phi_args): Verify some imm_use info.
8413         (verify_ssa): Ensure no stmt is marked modify after optimization pass
8414         if new parameter is true.
8415         (init_tree_ssa): Don't initialize operand cache here.
8416         (delete_tree_ssa): Don't destroy operand cache here.
8417         (propagate_into_addr): Pass in a use pointer, return true if anything
8418         was changed.
8419         (replace_immediate_uses): Use imm_use iterator, call update_stmt.
8420         (check_phi_redundancy): Use imm_use iterator.
8421         (kill_redundant_phi_nodes): Don't call compute_immediate_uses or
8422         free_df.
8423         * tree-ssanames.c (make_ssa_name): Initialize imm_use node.
8424         (release_ssa_name): Delink node and all elements in its imm_use list.
8425         * tree-tailcall.c (adjust_return_value): Call update_stmt.
8426         * tree-vect-analyze.c (vect_stmt_relevant_p): Use imm_use iterator.
8427         * tree-vectorizer.c (need_imm_uses_for): Delete.
8428         (vectorize_loops): Dont call compute_immediate_uses or free_df.
8429         * tree.h (struct ssa_imm_use_d): Define.
8430         (SSA_NAME_IMM_USE_NODE): Define.
8431         (struct tree_ssa_name): Add imm_use node.
8432         (PHI_DF): Delete.
8433         (PHI_ARG_IMM_USE_NODE): Define.
8434         (struct phi_arg_d): Add imm_use node.
8435         (struct tree_phi_node): Remove struct dataflow_d element.
8436         (TDF_STMTADDR): Define.
8437
8438 2005-04-05  Dale Johannesen  <dalej@apple.com>
8439
8440         * doc/invoke.texi (Optimization Options):  Remove
8441         duplicate -fcse-follow-jumps.  Add -fweb.
8442         (-ftree-lim):  Fix spelling (-ftree-loop-im, invariants).
8443         (-fivcanon):  Fix spelling (-ftree-loop-ivcanon).
8444
8445 2005-04-05  Per Bothner  <per@bothner.com>
8446
8447         * tree-ssa.c (execute_early_warn_uninitialized): Pass context node
8448         to talk_tree as 'data' parameter, rather than EXPR_LOCUS.
8449         (warn_uninit): Get EXPR_LOCUS from context now instead.
8450         This fixes a USE_MAPPED_LOCATION testsuite failure.
8451
8452         * tree-ssa.c (warn_uninitialized_var): Remove useless local.
8453
8454 2005-04-05  Per Bothner  <per@bothner.com>
8455
8456         * c-decl.c (finish_function): If USE_MAPPED_LOCATION set the location
8457         of the artification 'return 0' in main() to BUILTINS_LOCATION.
8458         * tree-cfg.c (remove_bb): Check that location isn't BUILTINS_LOCATION
8459         before warning.
8460
8461 2004-04-05  Devang Patel  <dpatel@apple.com>
8462
8463         * config/rs600/altivec.md (altivec_vsr<VI_char>): Rename to ..
8464         (lhsr<mode>3): ... new name.
8465         (altivec_vsra<VI_char>): Rename to ..
8466         (ashr<mode>3): ... new name.
8467         * config/rs6000/rs6000.c (builtin_description): Rename shift
8468         operations.
8469
8470 2004-04-05  Paolo Bonzini  <bonzini@gnu.org>
8471
8472         * combine.c (RTL_HOOKS_GEN_LOWPART_NO_EMIT): Use
8473         gen_lowpart_for_combine.
8474         * cse.c (gen_lowpart_if_possible): Move...
8475         * rtlhooks.c (gen_lowpart_if_possible): ... here.  Also try
8476         gen_lowpart_SUBREG.
8477         (gen_lowpart_no_emit_general): Use it.
8478
8479 2005-04-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
8480
8481         * config/sparc/sparc.c (TARGET_ASM_FILE_END): Undefine before
8482         overriding.
8483
8484 2005-04-05  Paolo Bonzini  <bonzini@gnu.org>
8485
8486         * system.h: Fix typo.
8487
8488 2005-04-05  Bernd Schmidt  <bernd.schmidt@analog.com>
8489
8490         * config/bfin/bfin-modes.def: New file.
8491         * config/bfin/bfin-protos.h: New file.
8492         * config/bfin/bfin.c: New file.
8493         * config/bfin/bfin.h: New file.
8494         * config/bfin/bfin.md: New file.
8495         * config/bfin/bfin.opt: New file.
8496         * config/bfin/crti.s: New file.
8497         * config/bfin/crtn.s: New file.
8498         * config/bfin/elf.h: New file.
8499         * config/bfin/lib1funcs.asm: New file.
8500         * config/bfin/predicates.md: New file.
8501         * config/bfin/t-bfin: New file.
8502         * config/bfin/t-bfin-elf: New file.
8503         * doc/extend.texi (exception_handler, kspisusp, nesting, nmi_handler):
8504         Document new attributes.
8505         (interrupt, interrupt_handler, saveall): Update documentation for
8506         these attributes.
8507         * doc/install.texi (Specific): Add entry for the Blackfin.
8508         * doc/invoke.texi (Blackfin Options): New section.
8509         * doc/md.texi (Blackfin family): New section to document constraints.
8510         * config.gcc: Add bfin*-* and bfin*-elf configurations.
8511
8512 2005-04-05  Olivier Hainque  <hainque@adacore.com>
8513
8514         * config/mips/iris6.h (DWARF_FRAME_RETURN_COLUMN): Redefine to
8515         match what the system unwinder expects.
8516         * config/mips/mips.c (mips_frame_set): If we're saving the return
8517         address register and the dwarf return address column number differs
8518         from the hard register number, adjust the note reg to refer to the
8519         former.
8520
8521 2004-04-05  Richard Sandiford  <rsandifo@redhat.com>
8522
8523         * config/mn10300/mn10300-protos.h (mn10300_override_options): Declare.
8524         * config/mn10300/mn10300.h (target_flags, TARGET_MULT_BUG)
8525         (TARGET_SWITCHES, TARGET_DEFAULT): Delete.
8526         (processor_type): New enum.
8527         (mn10300_processor): New variable.
8528         (TARGET_AM33, TARGET_AM33_2): Redefine in terms of mn10300_processor.
8529         (PROCESSOR_DEFAULT, OVERRIDE_OPTIONS): New macros.
8530         * config/mn10300/linux.h (TARGET_SWITCHES, TARGET_DEFAULT): Delete.
8531         (PROCESSOR_DEFAULT): New macro.
8532         * config/mn10300/mn10300.c (mn10300_processor): New variable.
8533         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
8534         (mn10300_handle_option, mn10300_override_options): New functions.
8535         * config/mn10300/mn10300.opt: New file.
8536
8537 2005-04-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
8538             Sebastian Pop <sebastian.pop@cri.ensmp.fr>
8539
8540         PR tree-optimization/19903
8541         * tree-chrec.c (chrec_convert): Return chrec_dont_know for constants
8542         that don't fit in their type after conversion.
8543
8544 2005-04-05  Uros Bizjak <uros@kss-loka.si>
8545
8546         PR target/20421
8547         * config/i386/i386.md (frndintxf2_floor, frndintxf2_ceil)
8548         (frndintxf2_trunc, frndintxf2_mask_pm): Add FLAGS_REG clobber.
8549         Allocate local stack slots here.  Set ix86_optimize_mode_switching.
8550         flag here. Implement using define_insn_and_split.
8551         (frndintxf2_floor_i387, frndintxf2_ceil_i387, frndintxf2_trunc_i387)
8552         (frndintxf2_mask_pm_i387): New insn patterns.
8553         (floorsf2, floordf2, floorxf2): Remove local stack slot allocations.
8554         Do not set ix86_optimize_mode_switching flag.
8555         (ceilsf2, ceildf2, ceilxf2): Same.
8556         (btruncsf2, btruncdf2, btruncxf2): Same.
8557         (nearbyintsf2, nearbyintdf2, nearbyintxf2): Same.
8558
8559 2005-04-05  Ian Lance Taylor  <ian@airs.com>
8560
8561         PR debug/9963
8562         * config/i386/cygming.h (ASM_OUTPUT_EXTERNAL): Pass DECL to
8563         i386_pe_record_external_function.
8564         (i386_pe_record_external_function): Update declaration.
8565         * config/i386/winnt.c (struct extern_list): Add decl field.
8566         (i386_pe_record_external_function): Add decl parameter.
8567         (i386_pe_file_end): Check TREE_ASM_WRITTEN on decl, not
8568         identifier.
8569         * config/i386/i386-protos.h (i386_pe_record_external_function):
8570         Update declaration.
8571
8572 2005-04-05  Kazu Hirata  <kazu@cs.umass.edu>
8573
8574         * config/m68k/m68k-protos.h: Add a prototype for
8575         valid_dbcc_comparison_p_2.
8576         * config/m68k/m68k.c (not_sp_operand, symbolic_operand,
8577         extend_operator, const_uint32_operand, const_sint32_operand,
8578         general_src_operand, nonimmediate_src_operand,
8579         memory_src_operand, post_inc_operand, pre_dec_operand,
8580         pcrel_address): Move to predicates to predicates.md.
8581         * config/m68k/m68k.h (PREDICATE_CODES): Remove.
8582         * config/m68k/m68k.md: Include predicates.md.
8583         * config/m68k/predicates.md: New.
8584
8585 2005-04-04  Roger Sayle  <roger@eyesopen.com>
8586
8587         * config/i386/i386.md (*truncdfsf2_i387_1): New pattern.
8588
8589         * fold-const.c (maybe_lvalue_p): Delete orphaned comment.
8590
8591 2005-04-04  Ian Lance Taylor  <ian@airs.com>
8592
8593         * c-typeck.c (struct c_switch): Rename switch_stmt field to
8594         switch_expr.
8595         (c_start_case): Build SWITCH_EXPR, not SWITCH_STMT.
8596         (do_case): Use SWITCH_COND rather than SWITCH_STMT_COND.
8597         (c_finish_case): Use SWITCH_BODY rather than SWITCH_STMT_BODY.
8598         Call c_do_switch_expr_warnings rather than c_do_switch_warnings.
8599         * c-common.c (c_do_switch_warnings_1): New static function broken
8600         out of c_do_switch_warnings.
8601         (c_do_switch_warnings): Call c_do_switch_warnings_1.
8602         (c_do_switch_expr_warnings): New function.
8603         * c-common.h (c_do_switch_expr_warnings): Declare.
8604
8605 2005-04-04  David Edelsohn  <edelsohn@gnu.org>
8606             Daniel Jacobowitz  <dan@codesourcery.com>
8607
8608         * tree-eh.c (tree_could_trap_p): Allow non-constant floating point
8609         trapping divide.
8610         * rtlanal.c (may_trap_p): Same.
8611
8612 2005-04-04  Dale Johannesen  <dalej@apple.com>
8613
8614         * ChangeLog:  remove reference to ChangeLog.12.
8615
8616 2005-04-05  Hans-Peter Nilsson  <hp@axis.com>
8617
8618         CRIS epilogue as RTL.
8619         * config/cris/cris.md: Change all 0 in unspec 0 to
8620         CRIS_UNSPEC_PLT.
8621         (CRIS_UNSPEC_PLT, CRIS_UNSPEC_FRAME_DEALLOC): New constants.
8622         ("*cris_load_multiple", "cris_frame_deallocated_barrier"): New
8623         patterns.
8624         ("return"): Change to define_expand.  Call cris_expand_return for
8625         actual expansion.
8626         ("*return_expanded"): New pattern.
8627         ("epilogue"): New define_expand.
8628         * config/cris/cris.h (PREDICATE_CODES): Add
8629         cris_load_multiple_op.
8630         * config/cris/cris.c (ASSERT_PLT_UNSPEC): Correct test for unspec
8631         type.
8632         (enum cris_retinsn_type): New.
8633         (struct machine_function): New member return_type.
8634         (TARGET_ASM_FUNCTION_EPILOGUE): Don't override.
8635         (cris_target_asm_function_epilogue): Remove, moving RTLified
8636         contents to...
8637         (cris_expand_epilogue): New function.
8638         (cris_reg_saved_in_regsave_area, cris_movem_load_rest_p,
8639         (cris_gen_movem_load, cris_load_multiple_op)
8640         (cris_return_address_on_stack_for_return, cris_expand_return): New
8641         functions.
8642         (cris_target_asm_function_prologue)
8643         (cris_initial_frame_pointer_offset): Call
8644         cris_reg_saved_in_regsave_area instead of complicated expression.
8645         Call cris_return_address_on_stack instead of an expression.
8646         (cris_print_operand) <case 'o', case 'O'>: New cases.
8647         (cris_return_address_on_stack): Change return-type to bool.
8648         (cris_simple_epilogue): Ditto.  Return false if registers are
8649         saved.
8650         * config/cris/cris-protos.h (cris_simple_epilogue)
8651         (cris_return_address_on_stack): Adjust prototype return type.
8652         (cris_gen_movem_load, cris_expand_epilogue, cris_expand_return)
8653         (cris_return_address_on_stack_for_return): New prototypes.
8654
8655 2005-04-04  Kazu Hirata  <kazu@cs.umass.edu>
8656
8657         * config/frv/frv.h (PREDICATE_CODES): Add CONST to
8658         gpr_or_int12_operand.
8659
8660         * config/frv/frv-protos.h: Add a prototype to
8661         frv_legitimate_memory_operand and frv_const_unspec_p.
8662         (frv_unspec): Move from frv.c.
8663         * config/frv/frv.c (frv_unspec): Move to frv-protos.h.
8664         (frv_const_unspec_p, frv_legitimate_memory_operand_): Export.
8665         (ldd_address_operand, fdpic_fptr_operand, frv_load_operand,
8666         gpr_or_fpr_operand, gpr_or_int12_operand,
8667         gpr_fpr_or_int12_operand, fpr_or_int6_operand,
8668         gpr_or_int10_operand, gpr_or_int_operand, int12_operand,
8669         int6_operand, int5_operand, uint5_operand, uint4_operand,
8670         uint1_operand, int_2word_operand, uint16_operand,
8671         upper_int16_operand, integer_register_operand,
8672         gpr_no_subreg_operand, fpr_operand, even_reg_operand,
8673         odd_reg_operand, even_gpr_operand, odd_gpr_operand,
8674         quad_fpr_operand, even_fpr_operand, odd_fpr_operand,
8675         dbl_memory_one_insn_operand, dbl_memory_two_insn_operand,
8676         move_destination_operand, movcc_fp_destination_operand,
8677         frv_function_symbol_referenced_p, move_source_operand,
8678         condexec_dest_operand, condexec_source_operand,
8679         reg_or_0_operand, lr_operand, fdpic_operand, got12_operand,
8680         const_unspec_operand, gpr_or_memory_operand,
8681         gpr_or_memory_operand_with_scratch, fpr_or_memory_operand,
8682         icc_operand, fcc_operand, cc_operand, icr_operand,
8683         fcr_operand, cr_operand, call_operand, sibcall_operand,
8684         symbolic_operand, relational_operator,
8685         integer_relational_operator, float_relational_operator,
8686         ccr_eqne_operator, minmax_operator,
8687         condexec_si_binary_operator, condexec_si_media_operator,
8688         condexec_si_divide_operator, condexec_si_unary_operator,
8689         condexec_sf_conv_operator, condexec_sf_add_operator,
8690         condexec_memory_operand, intop_compare_operator, acc_operand,
8691         even_acc_operand, quad_acc_operand, accg_operand: Move to
8692         predicates.md.
8693         * config/frv/frv.h (PREDICATE_CODES): Remove.
8694         * config/frv/frv.md: Include predicates.md.
8695         * config/frv/predicates.md: New.
8696
8697 2004-04-04  Richard Sandiford  <rsandifo@redhat.com>
8698
8699         PR target/19537
8700         * Makefile.in (tree-ssa-loop-ivopts.o): Depend on langhooks.h.
8701         * tree-ssa-loop-ivopts.c: Include langhooks.h.
8702         (add_standard_iv_candidates_for_size): New function, extracting code
8703         from add_standard_iv_candidates and parameterizing it by type size.
8704         (add_standard_iv_candidates): Use add_standard_iv_candidates_for_size.
8705
8706 2004-04-04  Richard Sandiford  <rsandifo@redhat.com>
8707
8708         * system.h (GCOV_SIZE_TYPE): Unposion.
8709         * gcov-io.h (GCOV_TYPE_NODE): Delete, replacing with...
8710         (GCOV_TYPE_SIZE): ...this new macro.
8711         * coverage.h (get_gcov_type, GCOV_TYPE_NODE): Declare.
8712         * coverage.c (get_gcov_type, get_gcov_unsigned_t): New functions.
8713         (rtl_coverage_counter_ref): Use GCOV_TYPE_SIZE.
8714         (build_fn_info_type, build_fn_info_value, build_ctr_info_type)
8715         (build_ctr_info_value, build_gcov_info): Use get_gcov_unsigned_t
8716         instead of unsigned_intSI_type_node.
8717         * rtl-profile.c (rtl_gen_interval_profiler, rtl_gen_pow2_profiler)
8718         (rtl_gen_one_value_profiler_no_edge_manipulation)
8719         (rtl_gen_const_delta_profiler): Use GCOV_TYPE_SIZE.
8720         * value-prof.c: Include coverage.h.
8721
8722 2005-04-02  Daniel Berlin  <dberlin@dberlin.org>
8723             Diego Novillo <dnovillo@redhat.com>
8724
8725         Fix PR tree-optimization/20703
8726         Fix PR tree-optimization/20725
8727
8728         * tree-ssa-pre.c (phi_translate): Handle tcc_comparison.
8729         (create_expression_by_pieces): Ditto.
8730         (valid_in_set): Ditto. Also handle tcc_declaration.
8731         (find_or_generate_expression): Handle comparison class.
8732         (insert_into_preds_of_block): Ditto.
8733         (insert_aux): Ditto.
8734         (create_value_expr_from): Handle comparison class, recursively
8735         handle reference nodes.
8736         (compute_avail): Handle comparison classes, rewrite a little cleaner.
8737         (execute_pre): Fix spacing.
8738         (do_fre): Renamed to execute_fre.
8739
8740 2005-04-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8741
8742         * doc/invoke.texi (SPARC options): Document that
8743         -mlittle-endian is not supported on Linux either.
8744
8745 2005-04-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8746
8747         PR target/4198
8748         PR target/12027
8749         * config.gcc (Obsolete configurations): Remove
8750         sparclite-*-coff*, sparclite-*-elf* and sparc86x-*-elf*.
8751         (sparclite-*-coff*): Delete.
8752         (sparclite-*-elf*): Likewise.
8753         (sparc86x-*-elf*): Likewise.
8754         (target_cpu_default) <sparc*-*-*>: Remove sparc86x.
8755         * config/sparc/lite.h: Delete.
8756         * config/sparc/litecoff.h: Likewise.
8757         * config/sparc/liteelf.h: Likewise.
8758         * config/sparc/sp86x-elf.h: Likewise.
8759         * config/sparc/t-sparclite: Likewise.
8760         * config/sparc/t-sp86x: Likewise.
8761
8762 2005-04-04  Adrian Straetling  <straetling@de.ibm.com>
8763
8764         * config/s390/s390-protos.h: (s390_comparison,
8765         s390_alc_comparison, s390_slb_comparison, const0_operand,
8766         consttable_operand, larl_operand, s_operand,
8767         shift_count_operand, bras_sym_operand, load_multiple_operation,
8768         store_multiple_operation, s390_plus_operand): Remove prototypes.
8769         (s390_legitimate_address_without_index_p): New prototype.
8770         * config/s390/s390.c: (SYMBOL_FLAG_ALIGN1, DISP_IN_RANGE): Move
8771         to s390.h.
8772         (s390_comparison, s390_alc_comparison, s390_slb_comparison,
8773         const0_operand, consttable_operand, larl_operand, s_operand,
8774         shift_count_operand, bras_sym_operand, load_multiple_operation,
8775         store_multiple_operation, s390_plus_operand): Move to
8776         predicates.md.
8777         (check_mode): Remove.
8778         (s390_branch_condition_mask): Remove 'static'. Move prototype to
8779         s390-protos.h.
8780         (s390_legitimate_address_without_index_p): New.
8781         * config/s390/s390.h (PREDICATE_CODES): Remove.
8782         * config/s390/s390.md: Include predicates.md.
8783         * config/s390/predicates.md: New.
8784
8785 2005-04-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8786
8787         PR target/20446
8788         * config/sparc/sparc.h (NEED_INDICATE_EXEC_STACK): Define to 0.
8789         * config/sparc/linux.h (TARGET_ASM_FILE_END): Delete.
8790         (NEED_INDICATE_EXEC_STACK): Define to 1.
8791         * config/sparc/linux64.h (TARGET_ASM_FILE_END): Delete.
8792         (NEED_INDICATE_EXEC_STACK): Define to 1.
8793         * config/sparc/sparc.c (TARGET_ASM_FILE_END): Set to sparc_file_end.
8794         (add_pc_to_pic_symbol): Rename into pic_helper_symbol.
8795         (add_pc_to_pic_symbol_name): Rename into pic_helper_symbol_name.
8796         (pic_helper_emitted_p): New global.
8797         (emit_pic_helper): New function extracted from...
8798         (load_pic_register): ...here.  Add 'delay_pic_helper' parameter.
8799         Do not call emit_pic_helper if delay_pic_helper is true.
8800         (sparc_expand_prologue): Pass 'false' to load_pic_register.
8801         (sparc_output_mi_thunk): Pass 'true' to load_pic_register.
8802         (sparc_file_end): New function.
8803
8804 2005-04-04  Kazu Hirata  <kazu@cs.umass.edu>
8805
8806         * config/mcore/mcore-protos.h: Remove the prototypes for
8807         mcore_arith_reg_operand, mcore_general_movsrc_operand,
8808         mcore_general_movdst_operand, mcore_reload_operand,
8809         mcore_arith_J_operand, mcore_arith_K_operand,
8810         mcore_arith_K_operand_not_0, mcore_arith_M_operand,
8811         mcore_arith_K_S_operand, mcore_arith_imm_operand,
8812         mcore_arith_any_imm_operand, mcore_arith_O_operand,
8813         mcore_literal_K_operand, mcore_addsub_operand,
8814         mcore_compare_operand, mcore_load_multiple_operation,
8815         mcore_store_multiple_operation, mcore_call_address_operand.
8816         Add a prototype for const_ok_for_mcore.
8817         * config/mcore/mcore.c (mcore_call_address_operand,
8818         mcore_general_movsrc_operand, mcore_general_movdst_operand,
8819         mcore_arith_reg_operand, mcore_reload_operand,
8820         mcore_arith_J_operand, mcore_arith_K_operand,
8821         mcore_arith_K_operand_not_0, mcore_arith_K_S_operand,
8822         mcore_arith_M_operand, mcore_arith_imm_operand,
8823         mcore_arith_any_imm_operand, mcore_arith_O_operand,
8824         mcore_literal_K_operand, mcore_addsub_operand,
8825         mcore_compare_operand, mcore_load_multiple_operation,
8826         mcore_store_multiple_operation): Move to predicates.md.
8827         (const_ok_for_mcore): Export.
8828         * config/mcore/mcore.h (PREDICATE_CODES): Remove.
8829         * config/mcore/mcore.md: Include predicates.md.
8830         * config/mcore/predicates.md: New.
8831
8832         * config/mcore/predicates.md: Fix a comment typo.
8833
8834 2005-04-04  Andreas Krebbel  <krebbel1@de.ibm.com>
8835             Adrian Straetling  <straetling@de.ibm.com>
8836
8837         * config/s390/2064.md ("z_mul", "z_inf"): New insn reservations.
8838         * config/s390/2084.md ("x_mul_hi", "x_mul_sidi", "x_div"): Likewise.
8839         * config/s390/s390.md ("imulhi", "imulsi", "imuldi"): Added to "type"
8840         attribute.
8841         ("imul"): Removed from "type" attribute.
8842         ("*muldi3_sign", "muldi3"): Changed type to imuldi.
8843         ("mulsi3/1", "mulsi3/3", "mulsi/4", "mulsidi3", "umulsidi3"):
8844         Changed type to imulsi.
8845         ("*mulsi3_sign", "mulsi3/2"): Changed type to imulhi.
8846
8847 2005-04-04  Richard Sandiford  <rsandifo@redhat.com>
8848
8849         * config/mcore/mcore.h (target_flags, HARDLIT_BIT, ALIGN8_BIT, DIV_BIT)
8850         (RELAX_IMM_BIT, W_FIELD_BIT, OVERALIGN_FUNC_BIT, CGDATA_BIT)
8851         (SLOW_BYTES_BIT, LITTLE_END_BIT, M340_BIT, TARGET_HARDLIT)
8852         (TARGET_DIV, TARGET_RELAX_IMM, TARGET_W_FIELD, TARGET_OVERALIGN_FUNC)
8853         (TARGET_CG_DATA, TARGET_SLOW_BYTES, TARGET_LITTLE_END, TARGET_M340)
8854         (TARGET_SWITCHES, mcore_stack_increment_string)
8855         (TARGET_OPTIONS): Delete.
8856         (TARGET_DEFAULT, OPTIMIZATION_OPTIONS): Use MASK_* constants rather
8857         than *_BIT constants.
8858         (TARGET_8ALIGN): #undef old definition before redefining to 1.
8859         * config/mcore/mcore.c (mcore_stack_increment_string): Delete.
8860         (TARGET_DEFAULT_TARGET_FLAGS): Override default to TARGET_DEFAULT.
8861         (mcore_override_options): Delete mcore_stack_increment code.
8862         Change use of M340_BIT to MASK_M340.
8863         * config/mcore/mcore.opt: New file.
8864
8865 2005-04-04  Ian Lance Taylor  <ian@airs.com>
8866
8867         * config/arm/arm.c (replace_symbols_in_block): Remove static
8868         function.
8869
8870 2005-04-04  Kazu Hirata  <kazu@cs.umass.edu>
8871
8872         * config/fr30/fr30-protos.h: Remove the prototypes for
8873         stack_add_operand, add_immediate_operand,
8874         high_register_operand, low_register_operand, call_operand,
8875         di_operand, and nonimmediate_di_operand.
8876         * config/fr30/fr30.c (stack_add_operand,
8877         add_immediate_operand, high_register_operand,
8878         low_register_operand, call_operand, di_operand,
8879         nonimmediate_di_operand): Move to predicates.md.
8880         * config/fr30/fr30.h (PREDICATE_CODES): Remove.
8881         * config/fr30/fr30.md: Include predicates.md.
8882         * config/fr30/predicates.md: New.
8883
8884         * config/mcore/mcore.h (PREDICATE_CODES): Add SYMBOL_REF and
8885         LABEL_REF to mcore_general_movsrc_operand.  Add SYMBOL_REF to
8886         mcore_call_address_operand.
8887
8888         * config/sh/sh.h (PREDICATE_CODES): Add CONST to
8889         general_movsrc_operand.
8890
8891 2005-04-04  Alan Modra  <amodra@bigpond.net.au>
8892
8893         * passes.c (rest_of_handle_final): NULL unlikely_text_section_name
8894         after freeing.
8895
8896 2005-04-04  Richard Earnshaw  <richard.earnshaw@arm.com>
8897
8898         PR target/14812
8899         * arm.c (arm_select_cc_mode): Return CC_Zmode when comparing against
8900         a negated value.
8901
8902 2005-04-04  Richard Henderson  <rth@redhat.com>
8903             Jakub Jelinek  <jakub@redhat.com>
8904
8905         PR rtl-optimization/16104
8906         * fold-const.c (fold_unary): Fix folding of vector conversions.
8907
8908 2005-04-04  Richard Sandiford  <rsandifo@redhat.com>
8909
8910         * config.gcc (xstormy16-*-elf): Set extra_options.
8911         * config/stormy16/stormy16.h (target_flags, TARGET_SWITCHES): Delete.
8912         * config/stormy16/stormy16.opt: New file.
8913
8914 2005-04-04  Richard Sandiford  <rsandifo@redhat.com>
8915
8916         * config/pdp11/pdp11.h (target_flags, TARGET_SWITCHES, TARGET_DEFAULT)
8917         (TARGET_FPU, TARGET_SOFT_FLOAT, TARGET_AC0, TARGET_NO_AC0, TARGET_45)
8918         (TARGET_BCOPY_BUILTIN, TARGET_INT16, TARGET_INT32, TARGET_FLOAT32)
8919         (TARGET_FLOAT64, TARGET_ABSHI_BUILTIN, TARGET_BRANCH_EXPENSIVE)
8920         (TARGET_BRANCH_CHEAP, TARGET_SPLIT, TARGET_NOSPLIT)
8921         (TARGET_UNIX_ASM): Delete.
8922         (TARGET_40_PLUS): Redefine in terms of TARGET_40 and TARGET_45.
8923         * config/pdp11/2bsd.h (TARGET_UNIX_ASM_DEFAULT): Use MASK_UNIX_ASM.
8924         * config/pdp11/pdp11.c (pdp11_handle_option): New function.
8925         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
8926         * config/pdp11/pdp11.opt: New file.
8927
8928 2005-04-03  Roger Sayle  <roger@eyesopen.com>
8929             Alexandre Oliva  <aoliva@redhat.com>
8930
8931         PR c++/19199
8932         * fold-const.c (non_lvalue): Split tests into...
8933         (maybe_lvalue_p): New function.
8934         (fold_cond_expr_with_comparison): Preserve lvalue-ness for the
8935         C++ front-end prior to lowering into gimple form.
8936
8937 2005-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8938
8939         * builtins.def (BUILT_IN_STPNCPY, BUILT_IN_STRCASECMP,
8940         BUILT_IN_STRNCASECMP): New.
8941         * doc/extend.texi: Document stpncpy, strcasecmp, strncasecmp
8942         and strndup.
8943
8944 2005-04-03  Richard Earnshaw  <richard.earnshaw@arm.com>
8945
8946         PR target/14812
8947         * arm.md (addsi3_compare0_for_combiner): Delete.
8948         (addsi3_compare0_scratch_for_combiner): Delete.
8949         (cmpsi_neg_shiftsi): Delete.
8950         (compare_negsi_si): New pattern.
8951         (cmpsi_negshiftsi_si): New pattern.
8952         (negated_cbranchsi4): Restrict to equality_operator.
8953
8954         * arm.md (movhi_insn_arch4): delete trailing white space from assembler
8955         template.
8956
8957 2005-04-03  Kazu Hirata  <kazu@cs.umass.edu>
8958
8959         * cfghooks.c, cfgrtl.c, modulo-sched.c, config/i386/winnt.c:
8960         Fix comment typos.
8961
8962         * doc/install.texi: Fix a typo.
8963
8964 2005-04-03  Steven Bosscher  <stevenb@suse.de>
8965
8966         PR middle-end/20648
8967         * bb-reorder.c (duplicate_computed_gotos): Do not unfactor
8968         a computed goto if the edge to the computed goto block has
8969         incoming abnormal edges.  Clarify how the function works.
8970
8971 2005-04-03  Nathan Sidwell  <nathan@codesourcery.com>
8972
8973         * params.c (set_param_value): Use gcc_assert & gcc_unreachable.
8974         * passes.c (open_dump_file, rest_of_handle_final): Likewise.
8975         * postreload-gcse.c (expr_equiv_p, oprs_unchanged_p,
8976         hash_scan_set, reg_set_between_after_reload_p,
8977         reg_used_between_after_reload_p, get_avail_load_store_reg,
8978         eliminate_partially_redundant_load): Likewise.
8979         * postreload.c (reload_cse_simplify_set,
8980         reload_combine_note_use): Likewise.
8981         * predict.c (predict_insn, expected_value_to_br_prob,
8982         propagate_freq, expensive_function_p): Likewise.
8983         * print-rtl.c (print_rtx): Likewise.
8984         * profile.c (instrument_edges, instrument_values,
8985         compute_branch_probabilities, branch_prob, union_groups,
8986         tree_register_profile_hooks, rtl_register_profile_hooks): Likewise.
8987         * protoize.c (in_system_include_dir, file_could_be_converted,
8988         file_normally_convertible, gen_aux_info_file, seek_to_line,
8989         do_cleaning): Likewise.
8990         * tree-ssa-alias.c (collect_points_to_info_r): Likewise.
8991         * tree-ssa-ccp.c (execute_fold_all_builtins): Likewise.
8992         * tree-ssa-loop-ivopts.c (produce_memory_decl_rtl): Likewise.
8993
8994 2005-04-03 Mostafa Hagog <mustafa@il.ibm.com>
8995
8996         * cfg.c (clear_bb_flags): Don't clear BB_DISABLE_SCHEDULE.
8997         * modulo-sched.c (undo_replace_buff_elem): New structure.
8998         (kernel_number_of_cycles, ps_unschedule_node,
8999         undo_generate_reg_moves,free_undo_replace_buff,
9000         undo_permute_partial_schedule,  loop_single_full_bb_p,
9001         SIMPLE_SMS_LOOP_P, loop_canon_p, canon_loop,
9002         build_loops_structure, get_sched_window): New.
9003         (generate_reg_moves): Return undo_replace_buff_elem and other
9004         fixes.
9005         (generate_prolog_epilog): Remove old loop versioning.
9006         (sms_schedule): Use loop information and loop_version.
9007         (sms_schedule_by_order): Split part of it to get_sched_window.
9008         * passes.c (rest_of_handle_sms): call cfg_layout_initialize
9009         cfg_layout_finalize and free_dominance_info before/after SMS.
9010
9011 2005-04-03 Mostafa Hagog <mustafa@il.ibm.com>
9012
9013         * cfghooks.c (lv_flush_pending_stmts,
9014         cfg_hook_duplicate_loop_to_header_edge, extract_cond_bb_edges,
9015         lv_adjust_loop_header_phi, lv_add_condition_to_bb): New.
9016         * cfghooks.h (cfg_hook_duplicate_loop_to_header_edge,
9017         lv_add_condition_to_bb,
9018         lv_adjust_loop_header_phi, extract_cond_bb_edges,
9019         flush_pending_stmts): New in cfg_hooks structure.
9020         (cfg_hook_duplicate_loop_to_header_edge, lv_flush_pending_stmts,
9021         extract_cond_bb_edges, lv_adjust_loop_header_phi,
9022         lv_add_condition_to_bb): New declarations.
9023         * cfgloop.h (duplicate_loop_to_header_edge): Change return type to
9024         bool.
9025         (loop_version): Declare.
9026         * cfgloopmanip.c (cfghooks.h): Include.
9027         (duplicate_loop_to_header_edge): Change return type to bool.
9028         (loop_version, lv_adjust_loop_entry_edge): Move here.
9029         * cfgrtl.c (cfgloop.h): Include.
9030         (rtl_verify_flow_info_1): Fix.
9031         (rtl_lv_add_condition_to_bb, rtl_extract_cond_bb_edges): New.
9032         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hook): Add hooks to
9033         initialization.
9034         * tree-cfg.c (tree_lv_adjust_loop_header_phi,
9035         tree_lv_add_condition_to_bb): New.
9036         (tree_cfg_hooks): Add new hooks to initialization.
9037         * tree-ssa-loop-manip.c (lv_adjust_loop_header_phi,
9038         lv_adjust_loop_entry_edge, tree_ssa_loop_version): Remove.
9039
9040 2005-04-03  Kazu Hirata  <kazu@cs.umass.edu>
9041
9042         * config/stormy16/stormy16.h (PREDICATE_CODES): Add SUBREG to
9043         xstormy16_below100_or_register,
9044         xstormy16_splittable_below100_or_register, and
9045         nonimmediate_nonstack_operand.
9046
9047         * config/stormy16/stormy16-protos.h: Remove the prototypes for
9048         xstormy16_ineqsi_operator, equality_operator,
9049         inequality_operator, shift_operator,
9050         xstormy16_below100_operand, xstormy16_below100_or_register,
9051         xstormy16_splittable_below100_or_register,
9052         xstormy16_onebit_set_operand, xstormy16_onebit_clr_operand.
9053         * config/stormy16/stormy16.c (xstormy16_ineqsi_operator,
9054         equality_operator, inequality_operator,
9055         xstormy16_below100_operand, xstormy16_below100_or_register,
9056         xstormy16_splittable_below100_or_register,
9057         xstormy16_onebit_set_operand, xstormy16_onebit_clr_operand,
9058         nonimmediate_nonstack_operand, shift_operator): Move to
9059         predicates.md.
9060         * config/stormy16/stormy16.h (PREDICATE_CODES): Remove.
9061         * config/stormy16/stormy16.md: Include predicates.md.
9062         * config/stormy16/predicates.md: New.
9063
9064 2005-04-02  Kazu Hirata  <kazu@cs.umass.edu>
9065
9066         * config/iq2000/iq2000.c (uns_arith_operand, arith_operand,
9067         small_int, large_int, reg_or_0_operand, simple_memory_operand,
9068         equality_op, cmp_op, pc_or_label_operand, call_insn_operand,
9069         move_operand, power_of_2_operand): Move to predicates.md.
9070         * config/iq2000/iq2000.h (SPECIAL_MODE_PREDICATES,
9071         PREDICATE_CODE): Remove.
9072         * config/iq2000/iq2000.md: Include predicates.md.
9073         * config/iq2000/predicates.md: New.
9074
9075 2005-04-02  Richard Sandiford  <rsandifo@redhat.com>
9076
9077         * config/m68hc11/m68hc11.h (target_flags, MASK_SHORT)
9078         (MASK_AUTO_INC_DEC, MASK_M6811, MASK_M6812, MASK_M68S12)
9079         (MASK_NO_DIRECT_MODE, MASK_MIN_MAX, MASK_LONG_CALLS)
9080         (TARGET_SHORT, TARGET_M6811, TARGET_M6812, TARGET_M68S12)
9081         (TARGET_AUTO_INC_DEC, TARGET_MIN_MAX, TARGET_NO_DIRECT_MODE)
9082         (TARGET_LONG_CALLS, TARGET_SWITCHES, TARGET_OPTIONS)
9083         (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS, m68hc11_regparm_string)
9084         (m68hc11_reg_alloc_order, m68hc11_soft_reg_count)
9085         (TARGET_M68HC11): Delete.
9086         (TARGET_DEFAULT): Change the default setting from MASK_M6811 to 0.
9087         * config/m68hc11/m68hc12.h (TARGET_M68HC12): Delete.
9088         * config/m68hc11/m68hc11.c (m68hc11_regparm_string)
9089         (m68hc11_reg_alloc_order, m68hc11_soft_reg_count)
9090         (nb_soft_regs): Delete.
9091         (TARGET_DEFAULT_TARGET_FLAGS): Override default with TARGET_DEFAULT.
9092         (m68hc11_override_options): Remove the code that caters for MASK_M6811
9093         and MASK_M6812 being set simultaneously.  Change the code that sets
9094         the default m68hc11_soft_reg_count to use integers instead of strings.
9095         (m68hc11_conditional_register_usage, hard_regno_mode_ok): Use
9096         m68hc11_soft_reg_count (which now has an int type) as the number
9097         of soft registers.
9098         * config/m68hc11/m68hc11.opt: New file.
9099
9100 2005-04-02  Kazu Hirata  <kazu@cs.umass.edu>
9101
9102         * config/fr30/fr30.h (PREDICATE_CODES): Remove
9103         fp_displacement_operand, sp_displacement_operand.
9104
9105         * config/m68hc11/m68hc11-protos.h: Add a prototype for
9106         m68hcc_auto_inc_p.
9107         Remove the prototypes for tst_operand, cmp_operand,
9108         stack_register_operand, d_register_operand,
9109         hard_addr_reg_operand, splitable_operand,
9110         m68hc11_logical_operator, m68hc11_arith_operator,
9111         m68hc11_non_shift_operator, m68hc11_shift_operator,
9112         m68hc11_unary_operator, m68hc11_eq_compare_operator,
9113         non_push_operand, hard_reg_operand, and
9114         reg_or_some_mem_operand.
9115         * config/m68hc11/m68hc11.c (m68hcc_auto_inc_p): Make it
9116         extern.
9117         (tst_operand, cmp_operand, non_push_operand,
9118         splitable_operand, reg_or_some_mem_operand,
9119         stack_register_operand, d_register_operand,
9120         hard_addr_reg_operand, hard_reg_operand,
9121         m68hc11_eq_compare_operator, m68hc11_logical_operator,
9122         m68hc11_arith_operator, m68hc11_non_shift_operator,
9123         m68hc11_shift_operator, m68hc11_unary_operator): Move to
9124         predicates.md.
9125         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Remove.
9126         * config/m68hc11/m68hc11.md: Include predicates.md.
9127         * config/m68hc11/predicates.md: New.
9128
9129 2005-04-02  Alexandre Oliva  <aoliva@redhat.com>
9130
9131         PR debug/19345
9132         * dwarf2out.c (add_abstract_origin_attribute): Revert accidental
9133         change checked in along with 2005-03-03's patch for debug/20253.
9134         * tree-inline.c (remap_type): Remap TYPE_STUB_DECL.
9135         (remap_decl): Insert type decl in map earlier.
9136
9137 2005-04-02  Alexandre Oliva  <aoliva@redhat.com>
9138
9139         PR tree-optimization/20640
9140         * tree-ssa-dce.c (remove_dead_stmt): Don't redirect edge to
9141         post-dominator if it has phi nodes.
9142         (eliminate_unnecessary_stmts): Remove dead phis in all blocks
9143         before dead statements.
9144
9145 2005-04-02  Alexandre Oliva  <aoliva@redhat.com>
9146
9147         PR middle-end/20491
9148         * final.c (alter_subreg): Don't call subreg_regno for a non-REG.
9149
9150 2005-04-02  Alexandre Oliva  <aoliva@redhat.com>
9151
9152         PR rtl-optimization/20290
9153         * loop.c (for_each_insn_in_loop): Don't assume the loop body runs
9154         in every iteration if the entry point is the exit test.
9155
9156 2005-04-02  Hans-Peter Nilsson  <hp@axis.com>
9157
9158         * config/cris/cris.md (attribute "length"): Define.
9159
9160 2005-04-02  Geoffrey Keating  <geoffk@apple.com>
9161
9162         * config/rs6000/predicates.md (indexed_or_indirect_operand): New.
9163         (word_offset_memref_operand): New.
9164         * config/rs6000/rs6000-protos.h (word_offset_memref_operand): Delete.
9165         (indexed_or_indirect_operand): Delete.
9166         * config/rs6000/rs6000.c (word_offset_memref_operand): Delete.
9167         (indexed_or_indirect_operand): Delete.
9168
9169         * config/rs6000/t-darwin8: Comment out ppc64 multilib.
9170
9171         PR 20650
9172         * config/rs6000/rs6000.md (fix_truncdfsi2): Make destination
9173         a register.
9174
9175         * config/rs6000/t-darwin (TARGET_LIBGCC2_CFLAGS): Add -pipe.
9176         * config/t-darwin (TARGET_LIBGCC2_CFLAGS): Likewise.
9177
9178 2005-04-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
9179
9180         * gcc/config/vax/vax.md: Spellcheck, fix whitespace.
9181
9182 2005-04-01  Ian Lance Taylor  <ian@airs.com>
9183
9184         * gcc.c: Don't include <sys/resource.h> or declare getrusage.
9185         (rus, prus): Remove static variables.
9186         (execute): Use pex_run/pex_get_status rather than pexecute/pwait.
9187         (process_command): Permit report_times and use_pipes together.
9188
9189 2005-04-01  Joseph S. Myers  <joseph@codesourcery.com>
9190
9191         * c-decl.c (validate_proto_after_old_defn): Look at
9192         TYPE_MAIN_VARIANT of argument types.
9193
9194 2005-04-01  Paul Brook  <paul@codesourcery.com>
9195
9196         * config/arm/arm.c (thumb_call_via_label): Include space for SP.
9197         (arm_output_function_epilogue): Allow call_via_SP.
9198         (thumb_call_via_reg, arm_file_end): Ditto.
9199         * config/arm/arm.h (struct machine_function): Include space for SP.
9200         (thumb_call_via_label): Update declaration.
9201
9202 2005-04-01  Ian Lance Taylor  <ian@airs.com>
9203
9204         * final.c (final_scan_insn): Revert part of 2005-03-30 patch: when
9205         doing a peephole optimization, once again put any notes in the
9206         proper position.
9207
9208 2005-04-01  Kazu Hirata  <kazu@cs.umass.edu>
9209
9210         * bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.
9211
9212 2005-04-01  Nathan Sidwell  <nathan@codesourcery.com>
9213
9214         * local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.
9215         (block_alloc, find_free_reg): Likewise.
9216         * loop-doloop.c (doloop_modify): Likewise.
9217         * loop-invariant.c (record_use): Likewise.
9218         * loop-iv.c (get_biv_step_1, get_biv_step, iv_analyze,
9219         get_iv_value, canon_condition, eliminate_implied_condition,
9220         eliminate_implied_condition, simplify_using_initial_values,
9221         shorten_into_mode, canonicalize_iv_subregs,
9222         iv_number_of_iterations): Likewise.
9223         * loop-unroll.c (expand_var_during_unrolling): Likewise.
9224         * loop-unswitch.c (compare_and_jump_seq, unswitch_single_loop,
9225         unswitch_loop): Likewise.
9226         * loop.c (INSN_LUID, loop_optimize, rtx_equal_for_loop_p,
9227         move_movables, replace_call_address, find_and_verify_loops,
9228         rtx_equal_for_prefetch_p, fold_rtx_mult_add, loop_iterations,
9229         record_giv, final_giv_value, general_induction_var,
9230         simplify_giv_expr, extension_within_bounds_p, try_copy_prop,
9231         loop_giv_dump): Likewise.
9232
9233         * gcov-io.h (GCOV_CHECK, GCOV_CHECK_READING,
9234         GCOV_CHECK_WRITING): Remove.
9235         (gcov_position, gcov_rewrite): Use gcc_assert.
9236         * gcov-io.c (gcov_open, gcov_write_words, gcov_write_length,
9237         gcov_read_words, gcov_sync, gcov_seek): Use gcc_assert.
9238         * libgcov.c (__gcov_merge_single, __gcov_merge_delta): Use
9239         gcc_assert.
9240
9241 2005-04-01  Kazu Hirata  <kazu@cs.umass.edu>
9242
9243         * tree-inline.c: Fix a typo.
9244
9245 2005-04-01  Nathan Sidwell  <nathan@codesourcery.com>
9246
9247         * configure.ac (enable-checking): Explicitly set all variables for
9248         collective switch values.  Alphabetize variables. Rename
9249         ac_checking_valgrind to ac_valgrind_checking.  Allow 'none' as
9250         synonym for 'no'.
9251         * doc/install.texi (enable-checking): Update documentation.
9252         * configure: Rebuilt.
9253
9254 2005-04-01  Kazu Hirata  <kazu@cs.umass.edu>
9255
9256         * tree-inline.c (copy_body_r): Use CONSTANT_CLASS_P where
9257         possible.
9258
9259 2005-04-01  Richard Earnshaw  <richard.earnshaw@arm.com>
9260
9261         * arm.c (adjacent_mem_locations): Reject volatile memory refs.
9262         Also reject cases where this pattern will cause load delay stalls
9263         unless optimizing for size and it will produce a shorter sequence.
9264         * arm.md (arith_adjacent_mem): Make better use of ldm addressing
9265         variants to avoid pre-adjusting the base when possible.
9266
9267 2005-04-01  Richard Earnshaw  <richard.earnshaw@arm.com>
9268
9269         * arm.md (minmax_arithsi): Reject all eliminable registers, not just
9270         the frame and argument pointers.
9271         (strqi_preinc, strqi_predec, loadqi_preinc, loadqi_predec): Likewise.
9272         (loadqisi_preinc, loadqisi_predec, strsi_preinc): Likewise.
9273         (strsi_predec, loadsi_preinc, loadsi_predec): Likewise.
9274         (strqi_shiftpreinc, strqi_shiftpredec, loadqi_shiftpreinc): Likewise.
9275         (loadqi_shiftpredec, strsi_shiftpreinc, strsi_shiftpredec): Likewise.
9276         (loadsi_shiftpreinc, loadsi_shiftpredec): Likewise.
9277
9278 2005-04-01  Danny Smith  <dannysmith@users.sourceforge.net>
9279
9280         * config/i386/cygming.h (SUBTARGET_ATTRIBUTE_TABLE): Define,
9281         with entry for selectany attribute.
9282         * config/i386/i386-protos.h (ix86_handle_selectany_attribute):
9283         Declare.
9284         * config/i386/winnt.c (ix86_handle_selectany_attribute): Define.
9285         (i386_pe_asm_named_section): Handle sections generated by
9286         selectany attribute.
9287         * doc/extend.texi (selectany): Document attribute.
9288
9289 2005-04-01  Paolo Bonzini  <bonzini@gnu.org>
9290             Jan Hubicka  <jh@suse.cz>
9291
9292         * config/i386/i386.c (ix86_decompose_address): Look inside SUBREGs
9293         to fix addresses involving EBP and ESP.
9294         (aligned_operand, legitimate_address_p, ix86_address_cost): Be prepared
9295         for SUBREGed registers.
9296         (legitimate_address_p): Accept SUBREGed registers.
9297
9298 2005-04-01  Jakub Jelinek  <jakub@redhat.com>
9299
9300         PR c++/19406
9301         * dwarf2out.c (gen_type_die_for_member): Handle FIELD_DECL.
9302         (dwarf2out_imported_module_or_decl): Use gen_type_die_for_member
9303         for FIELD_DECLs.
9304
9305 2005-04-01  Kazu Hirata  <kazu@cs.umass.edu>
9306
9307         * doc/contrib.texi, doc/invoke.texi, doc/tm.texi: Fix typos.
9308
9309 2005-04-01  James E Wilson  <wilson@specifixinc.com>
9310
9311         PR c++/20505
9312         * dwarf2out.c (rtl_for_decl_init): New function.
9313         (rtl_for_decl_location): Extracted from here.
9314         (tree_add_const_value_attribute): Call rtl_for_decl_init and
9315         add_const_value_attribute.  Delete initializer_constant_valid_p call.
9316
9317 2005-04-01  Kazu Hirata  <kazu@cs.umass.edu>
9318
9319         * cgraphunit.c, dbxout.c, flow.c, gcse.c, gimplify.c,
9320         lambda-code.c, loop.c, machmode.def, mips-tfile.c,
9321         modulo-sched.c, passes.c, postreload-gcse.c, tree-eh.c,
9322         tree-ssa-ccp.c, varasm.c, config/frv/frv.c, config/frv/frv.h,
9323         config/frv/frv.md, config/i386/i386.c, config/i386/i386.h,
9324         config/i386/i386.md, config/rs6000/predicates.md,
9325         config/rs6000/rs6000.c, config/s390/fixdfdi.h,
9326         config/s390/s390.c, config/stormy16/stormy16.c,
9327         config/stormy16/stormy16.md, config/vax/vax.md: Fix comment
9328         typos.
9329
9330 2005-04-01  Joseph S. Myers  <joseph@codesourcery.com>
9331
9332         PR c/17855
9333         * gimplify.c (gimplify_expr): Create a temporary for lvalue
9334         COND_EXPR and CALL_EXPR.
9335
9336 2005-03-31  Vladimir Makarov  <vmakarov@redhat.com>
9337
9338         PR target/20632
9339         * genautomata.c (first_cycle_unit_presence): Check all alternative
9340         states for unit presence.
9341
9342         * doc/md.texi: Remove remark about impossibility to query unit
9343         presence in non nondeterministic automaton state.
9344
9345         * config/ia64/ia64.c (get_template): Change order of unit querying.
9346
9347 2005-03-31  Kazu Hirata  <kazu@cs.umass.edu>
9348
9349         * tree-ssa-dom.c (cprop_into_successor_phis): Remove an
9350         obsolete comment.
9351
9352 2005-03-31  Zdenek Dvorak  <dvorakz@suse.cz>
9353
9354         * cfgloopanal.c (mark_loop_exit_edges): Clean EDGE_LOOP_EXIT
9355         flag for edges outside any loops.
9356
9357 2005-03-31  Janis Johnson  <janis187@us.ibm.com>
9358
9359         * doc/sourcebuild.texi (Test Directives): Describe cleanup-* procs.
9360
9361 2005-03-31  Kazu Hirata  <kazu@cs.umass.edu>
9362
9363         * tree-ssa-alias.c: Follow spelling conventions.
9364         * doc/tree-ssa.texi: Fix a typo.
9365
9366 2005-03-31  J"orn Rennecke <joern.rennecke@st.com>
9367
9368         * postreload-gcse.c: Include target.h.
9369         (gcse_after_reload_main): Return early if we cannot modify jumps.
9370         * Makefile.in (postreload-gcse.o): Depend on $(TARGET_H).
9371
9372 2005-03-31  David Edelsohn  <edelsohn@gnu.org>
9373
9374         * tree-ssa-loop-im.c (stmt_cost): Add RDIV_EXPR to list of
9375         expensive operations.
9376
9377 2005-03-31  Ian Lance Taylor  <ian@airs.com>
9378
9379         * collect2.c (lderrout): New variable.
9380         (collect_exit): Dump ldout to stdout.  Dump and unlink lderrout,
9381         if it is set, to stderr.
9382         (handler): Unlink lderrout if it is set.
9383         (dump_file): Add "to" parameter.  Change all callers.
9384         (main): Initialize lderrout.
9385         (collect_execute): Add errname parameter.  Change all callers.
9386         Rename redir parameter to outname.  Never pass
9387         PEX_STDERR_TO_STDOUT to pex_run.
9388         * collect2.h (collect_execute, dump_file): Update declarations.
9389         * tlink.c (tlink_execute): Add errname parameter.  Change all
9390         callers.
9391         (do_tlink): Check lderrout as well as ldout.
9392
9393 2005-03-31  Caroline Tice  <ctice@apple.com>
9394
9395         * Makefile.in (varasm.o): Add basic-block.h to list of requirements.
9396         (bb-reorder.o): Add errors.h to list of requirements.
9397         (STAGEFEEDBACK_FLAGS_TO_PASS): Add -freorder-blocks-and-partition to
9398         profiledbootstrap flags.
9399         * bb-reorder.c (errors.h): Add new include.
9400         (struct bbro_basic_block_data_def): Add new field, in_trace.
9401         (add_unlikely_executed_notes):  Remove function.
9402         (mark_bb_for_unlikely_executed_section): Remove function.
9403         (insert_section_boundary_note): New function.
9404         (verify_hot_cold_block_grouping): New function.
9405         (push_to_next_round_p): Remove variables and tests that push all
9406         cold blocks to last round.
9407         (find_traces): Remove code that added extra round of trace finding
9408         when doing partitioning.
9409         (find_traces_1_round) :  Remove variable last_round;  add code to
9410         update new struct field, in_trace; correct trace_length where it was
9411         incorrect before (after call to copy_bb); change code that pushed all
9412         cold blocks to last round. Instead verify that all blocks going into
9413         a trace belong in the same partition.
9414         (connect_traces): Modify to connect the traces in two passes, if the
9415         function contains both hot and cold blocks.  The first pass connects
9416         all the traces for blocks in the partition that the first block in
9417         the function belongs to; the second pass connnects all the traces
9418         containing blocks that belong in the other partition.
9419         (find_rarely_executed_basic_blocks_and_crossing_edges):  Remove
9420         code that automatically put the first block in a function into the
9421         hot partition if the function had any hot blocks.
9422         (fix_crossing_unconditional_branches): Check number of succ edges
9423         before attempting to get one.
9424         (fix_edges_for_rarely_executed_code):  Update comment describing
9425         function.
9426         (reorder_basic_blocks):  Add code to initialize new field (in_trace);
9427         remove call to add_unlikely_executed_notes; add call to
9428         verify_hot_cold_block_grouping.
9429         (duplicate_computed_gotos): Don't change computed goto if it's a
9430         crossing edge.
9431         (partition_hot_cold_basic_blocks):  Update function comment.
9432         * cfgcleanup.c (try_simplify_condjump): Remove redundacy from
9433         condition.
9434         (try_forward_edges): Likewise.
9435         (merge_blocks_move_predecessor_nojumps): Likewise.
9436         (merge_blocks_move_successor_nojumps): Likewise.
9437         (merge_blocks_move): Likewise.
9438         (try_crossjump_bb): Likewise.
9439         * cfglayout.c (update_unlikely_executed_notes): Remove function.
9440         (fixup_reorder_chain): Remove code for adding UNLIKELY_EXECUTED_CODE
9441         notes to cold bb's; remove call to update_unlikely_executed_notes.
9442         (duplicate_insn_chain):  change NOTE_INSN_UNLIKELY_EXECUTED_CODE to
9443         NOTE_INSN_SWITCH_TEXT_SECTIONS.
9444         * cfglayout.h (scan_ahead_for_unlikely_executed_note): Remove
9445         function declaration.
9446         * cfgrtl.c (can_delete_note_p): Remove UNLIKELY_EXECUTED_CODE note
9447         from consideration.
9448         (rtl_can_merge_blocks): Remove redundancy from condition.
9449         (try_redirect_by_replacing_jump): Likewise.
9450         (force_nonfallthru_and_redirect): Remove code for adding
9451         UNLIKELY_EXECUTED_CODE notes to cold bb's.
9452         (commit_one_edge_insertion): Likewise.
9453         (cfg_layout_can_merge_blocks_p): Remove redundancy from condition.
9454         * dbxout.c (FORCE_TEXT): Replace function_section with
9455         current_function_section.
9456         (struct dbx_debug_h): Add do_nothing function for new debug_hooks
9457         function, switch_text_section.
9458         (struct xcoff_debug): Likewise.
9459         (dbxout_function_end): Add code to put out label diffs for both
9460         hot and cold sections.
9461         * debug.c (struct do_nothing_debug_hooks): Add do_nothing function
9462         for new debug_hooks funciton, switch_text_section..
9463         * debug.h (struct gcc_debug_hooks):  Add new function to debug_hooks,
9464         switch_text_section.
9465         * dwarf2out.c (struct dw_fde_struct):  Add five new fields:
9466         dw_fde_hot_section_label, dw_fde_hot_section_end_label,
9467         dw_fde_unlikely_section_label, dw_fde_unlikely_section_end_label and
9468         dw_fde_switched_sections.
9469         (output_call_frame_info):  Add test to see if function switches text
9470         sections in the middle; if so, use appropriate extra hot and cold
9471         section labels to compute size deltas for the hot and cold sections.
9472         (dwarf2out_begin_prologue): Add code to initialize new fields in
9473         dw_fde_struct.
9474         (dwarf2out_switch_text_section): New function (invoked through
9475         debug_hook); updates new fields in dw_fde_struct appropriately and
9476         increments separate_line_info_table_in_use.
9477         (dwarf2_debug_hooks): Initialize switch_text_section function to be
9478         dwarf2out_switch_text_section.
9479         (struct var_loc_node): Add new field, section_label.
9480         (output_aranges): Add code to check whether in hot or cold section and
9481         use the appropriate label in calculating deltas.
9482         (output_ranges): Likewise.
9483         (output_line_info): Add code to check which section we're in and
9484         use appropriate hot/cold label.
9485         (add_location_or_constant_value_attribute): Likewise.
9486         (gen_subprogam_die): Modify arange attributes to use correct labels.
9487         (dwarf2out_begin_block): Change call to function_section into call to
9488         current_function_section.
9489         (dwarf2out_end_block): Likewise.
9490         (dwarf2out_source_line): Likewise.
9491         (dwarf2out_var_location): Add code to check whether in hot or cold
9492         section and use the appropriate label.
9493         * except.c (output_function_exception_table): Change call to
9494         function_section into call to current_function_section.
9495         * final.c (profile_function): Likewise.
9496         (scan_ahead_for_unlikely_executed_note): Remove function.
9497         (final_scan_insn):  Remove calls to
9498         scan_ahead_for_unlikely_executed_note, and related code for switching
9499         to cold section, except for the single time
9500         NOTE_INSN_SWITCH_TEXT_SECTIONS may be encountered;  add calls to
9501         debug_hooks->switch_text_sections; replace appropriate calls to
9502         function_section with calls to current_function_section.
9503         * ifcvt.c (find_if_case_1): Remove redundancy from condition, add
9504         test_bb to condition.
9505         (find_if_case_2): Likewise.
9506         * insn-notes.def: Change NOTE_INSN_UNLIKELY_EXECUTED_CODE to
9507         NOTE_INSN_SWITCH_TEXT_SECTIONS.  Update comment appropriately.
9508         * opts.c (decode_options): Change warning about hot/cold partitioning
9509         with exceptionss to inform (so as not to cause bootstrap failures);
9510         remove warning about partitioning with DWARF debug info.
9511         * output.h (current_function_section): Add new function decl.
9512         (insert_section_boundary_note): Likewise.
9513         (enum in_section): Move this declaration here from varasm.c.
9514         (unlikely_section_label): Likewise.
9515         (unlikely_text_section_name): Likewise.
9516         (last_text_section_name): New global variable.
9517         (last_text_section): Likewise.
9518         (hot_section_label): Likewise.
9519         (hot_section_end_label): Likewise.
9520         (cold_section_end_label): Likewise.
9521         * passes.c (rest_of_handle_final): Free unlikely_text_section_name.
9522         * print-rtl.c (print_rtx): Change NOTE_INSN_UNLIKELY_EXECUTED_CODE
9523         to NOTE_INSN_SWITCH_TEXT_SECTIONS.
9524         * reg-stack.c (emit_swap_insn): Remove UNLIKELY_EXECUTED_CODE note
9525         insn from consideration.
9526         * sdbout.c (sdb_debug_hooks): Add do_nothing for new function,
9527         switch_text_section.
9528         * varasm.c (basic-block.h): Add new include.
9529         (unlikely_section_label_printed): Remove global variable.
9530         (unlikely_section_label): Make global variable not be static any more.
9531         (unlikely_text_section_name): Likewise.
9532         (hot_section_end_label): New global variable (not static)
9533         (first_function_block_is_cold): Likewise.
9534         (hot_section_label): Likewise.
9535         (cold_section_end_label): Likewise..
9536         (last_text_section): New global variable, not static.
9537         (last_text_section_name): New global variable, not static.
9538         (initialize_cold_section_name): New function.
9539         (enum in_section): Move declaration to output.h.
9540         (text_section): Update last_text_section.
9541         (unlikely_text_section): Replace code to determine cold section name
9542         with call to initialize_cold_section_name; Add code to update
9543         last_text_section; remove code for printing out label.
9544         (named_section_real): Add code to update last_text_section and
9545         last_text_section_name as appropriate.
9546         (function_section): Change test for 'unlikely' to depend on
9547         first_function_block_is_cold (moved old test to
9548         current_function_section).
9549         (current_function_section): New function.
9550         (assemble_start_function): Move code that frees
9551         unlikely_text_section_name; initialize hot_section_end_label;
9552         print hot and cold section labels at the start of the function;
9553         set first_function_block_is_cold, if appropriate; initialize l
9554         ast_text_section; add call to insert_section_boundary_note.
9555         (assemble_end_function):  Add code to write out hot and cold section
9556         end labels.
9557         *vmsdbgout.c (vmsdbg_debug_hooks): Add do_nothing for new function,
9558         switch_text_section.
9559         * config/darwin.c (machopic_select_section): Replace incorrect
9560         function in base_funs; update reloc for cold sections if necessary.
9561         * config/darwin.h (SECTION_FUNCTION):  Add code to update
9562         last_text_section if appropriate.
9563         (text_unlikely_section): Remove.
9564         * config/sparc/sparc.c (sparc_output_deferred_case_vectors): Likewise.
9565         * config/stormy16/stormy16.c (stormy_16_output_addr_vec): Likewise.
9566         * config/xtensa/xtensa.c (override_options): Turn off hot/cold
9567         partitioning for this architecture.
9568
9569 2005-03-31  Olivier Hainque  <hainque@adacore.com>
9570
9571         * dwarf2out.c (dwarf2out_frame_finish): Honor DWARF2_FRAME_INFO
9572         defined and non-zero.
9573
9574 2005-03-31  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9575
9576         PR c++/18644
9577         * doc/invoke.texi (-Wsynth): Don't document, as it now is void of
9578         semantics.
9579
9580 2005-03-31  Alan Modra  <amodra@bigpond.net.au>
9581
9582         PR target/20611
9583         * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Remove inline
9584         label operand.  Remove (use (unspec..)).  Don't emit a label on
9585         the offset word.
9586         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Don't
9587         generate inline label for load_toc_v4_PIC_1b.
9588         (rs6000_emit_load_toc_table): Likewise.
9589
9590 2005-03-31  Kazu Hirata  <kazu@cs.umass.edu>
9591
9592         * config.gcc: Obsolete i860-*-sysv4*, ip2k-*-elf,
9593         ns32k-*-netbsdelf*, and ns32k-*-netbsd*.
9594
9595 2005-03-29  Devang Patel  <dpatel@apple.com>
9596
9597         * tree-sra.c (decide_block_copy): Disable scalarization of
9598         sub-elements.
9599
9600 2005-03-30  Stuart Hastings  <stuart@apple.com>
9601             Dale Johannesen  <dalej@apple.com>
9602
9603         * Makefile.in (print-tree.o):  Depend on tree-iterator.h.
9604         * print-tree.c (print_node):  Add case STATEMENT_LIST.
9605
9606 2005-03-31  Alan Modra  <amodra@bigpond.net.au>
9607
9608         * config.gcc (cpu_is_64bit): Set for 64-bit powerpc cpus.
9609         (powerpc64-*-linux*): Use it.  Rearrange tm_file assignment.
9610         (powerpc-*-linux*): Build a biarch compiler when --enable-targets
9611         is given with "powerpc64*" or "all", or when --with-cpu chooses
9612         a 64-bit cpu.
9613
9614 2005-03-30  James E. Wilson  <wilson@specifixinc.com>
9615
9616         PR debug/20268
9617         * dwarf2out.c (add_high_low_attributes): New function, extracted from
9618         gen_lexical_block_die.
9619         (gen_lexical_block_die, gen_inlined_subroutine_die): Call it.
9620
9621 2005-03-31  Jan Hubicka  <jh@suse.cz>
9622
9623         2004-11-02  Jan Hubicka  <jh@suse.cz>
9624
9625         * cgraph.c (cgraph_varpool_node_name): New function.
9626         (dump_cgraph_varpool_node): New function.
9627         (dump_varpool): New function.
9628         * cgraphunit.c (cgraph_optimize): Dump varpool.
9629
9630         2004-10-16  Jan Hubicka  <jh@suse.cz>
9631
9632         * cgraph.c (decide_is_variable_needed): New function.
9633         (cgraph_varpool_finalize_decl): Use it.
9634         * cgraphunit.c (cgraph_optimize): Assemble_pending_decls when not doing
9635         unit-at-a-time.
9636         * final.c (output_addr_const): Do not call mark_referenced.
9637         * passes.c (rest_of_decl_compilation): ifdef out DECL_RTL_SET_P hack;
9638         always go via cgraph.
9639         * toplev.c (wrapup_global_declarations): Kill non-unit-at-a-time code.
9640         (check_global_declarations): Ifdef out code clearing DECL_RTL.
9641         * tree-optimize.c (execute_inline): Mark functions called.
9642         * i386.c (output_pic_addr_const): Do not call mark_decl_referenced.
9643
9644         2004-10-11  Jan Hubicka  <jh@suse.cz>
9645
9646         * cgraph.c (cgraph_varpool_first_unanalyzed_node): New global voriable
9647         (cgraph_varpool_last_needed_node): New static variable.
9648         (enqueue_needed_varpool_node): Break out from ...; add items to the
9649         end of queue; update first pointers.
9650         (cgraph_varpool_mark_needed_node): ... here.
9651         (cgraph_varpool_finalize_decl): Use enqueue_needed_varpool_node.
9652         (cgraph_varpool_assemble_pending_decls): Move to cgraphunit.c
9653         * cgraph.h (cgraph_varpool_node): Add analyzed field.
9654         (cgraph_varpool_first_unanalyzed_node): Declare.
9655         * cgraphunit.c: Include output.h.
9656         (cgraph_varpool_analyze_pending_decls): New function.
9657         (cgraph_varpool_assemble_pending_decls): Move from cgraph.c; bail out
9658         for errors, analyze pending decls.
9659         (cgraph_finalize_compilation_unit): Only analyze decls.
9660         (cgraph_optimize): Assemble the decls after expanding.
9661
9662 2005-03-30  Daniel Berlin  <dberlin@dberlin.org>
9663
9664         * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure
9665         subvars get marked properly in tags for grouping.
9666         (add_pointed_to_var): Mark only actual pointed to
9667         variables/subvars in addresses needed.
9668         (create_overlap_variables_for): Clear call clobbered on original
9669         variable.
9670         * tree-ssa-operands.c (get_asm_expr_operands): Don't let regular
9671         addresable vars with subvars into list.
9672         * tree-ssa.c (verify_ssa_name): Verify original is not used where
9673         subvar should be.
9674
9675 2005-03-30  Richard Henderson  <rth@redhat.com>
9676
9677         * cgraph.h (struct cgraph_node): Add alias.
9678         * varasm.c (assemble_alias): Set it.
9679         * cgraphunit.c (cgraph_assemble_pending_functions): Check it and
9680         avoid calling cgraph_expand_function.
9681
9682 2005-03-30  Tom Tromey  <tromey@redhat.com>
9683
9684         * tree.def (FILE_TYPE): Removed.
9685         * typeclass.h (enum type_class): Removed file_type_class.
9686         * dwarf2out.c (is_base_type): Updated.
9687         (gen_type_die): Likewise.
9688         * dbxout.c (dbxout_type): Updated.
9689         * builtins.c (type_to_class): Updated.
9690         * tree.c (type_contains_placeholder_1): Updated.
9691         * config/sparc/sparc.c (sparc_type_code): Updated.
9692         * config/ia64/ia64.c (hfa_element_mode): Updated.
9693         * expr.c (count_type_elements): Updated.
9694         * stor-layout.c (layout_type): Updated.
9695         * tree-inline.c (remap_type): Updated.
9696         * tree-pretty-print.c (dump_generic_node): Updated.
9697
9698 2005-03-30 Fariborz Jahanian <fjahanian@apple.com>
9699
9700         * builtins.c (expand_builtin_powi): Fix mode of
9701         2nd argument to match int.
9702         * libgcc2.h (__powisf2, __powidf2, __powixf2, __powitf2): Change
9703         2nd argument type to int.
9704         * libgcc2.c: Change prototype of __powi* functions to use
9705         int.
9706
9707 2005-03-30  Dale Johannesen  <dalej@apple.com>
9708
9709         PR middle-end/19225
9710         * calls.c (expand_call):  Flush pending deferrals before
9711         throwing call.
9712
9713 2005-03-30  Joseph S. Myers  <joseph@codesourcery.com>
9714
9715         PR c/772
9716         PR c/17913
9717         * c-tree.h (C_DECL_UNJUMPABLE_STMT_EXPR,
9718         C_DECL_UNDEFINABLE_STMT_EXPR, struct c_label_list, struct
9719         c_label_context, label_context_stack): New.
9720         * c-decl.c (define_label): Check for jumps into statement
9721         expressions.  Add label to list of defined labels.
9722         (start_function): Push context on label_context_stack.
9723         (finish_function): Pop context from label_context_stack.
9724         * c-typeck.c (label_context_stack): New.
9725         (c_finish_goto_label): Check for jumps into statement
9726         expressions.  Add label to list of jumped to labels.
9727         (struct c_switch): Add blocked_stmt_expr.
9728         (c_start_case): Initialize it.
9729         (do_case): Check it.
9730         (c_finish_case): Verify !blocked_stmt_expr.
9731         (c_begin_stmt_expr):  Push context on label_context_stack.
9732         Increment blocked_stmt_expr.  Mark labels jumped to from outside
9733         as undefinable.
9734         (c_finish_stmt_expr): December blocked_stmt_expr.  Mark labels
9735         defined in the statement expression and no longer jumpable to.
9736         Mark labels jumped to from just outside the statement expression
9737         as again definable.  Pop context from label_context_stack.
9738         * doc/extend.texi (Statement Exprs): Update.
9739
9740 2005-03-30  Joseph S. Myers  <joseph@codesourcery.com>
9741
9742         PR c/20368
9743         * c-decl.c (start_function): Check for old_decl being
9744         error_mark_node.
9745
9746 2005-03-30  Ian Lance Taylor  <ian@airs.com>
9747
9748         * final.c (final): Remove prescan parameter.  Change all callers.
9749         (final_scan_insn): Remove prescan parameter.  Change all callers.
9750
9751 2005-03-30  Kazu Hirata  <kazu@cs.umass.edu>
9752
9753         * tree-vectorizer.c: Fix comment typos.
9754
9755 2005-03-30  Sebastian Pop  <pop@cri.ensmp.fr>
9756
9757         * tree-scalar-evolution.c (instantiate_parameters_1): Return
9758         as soon as a chrec_dont_know is detected.
9759
9760 2005-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
9761
9762         Merge from csl-arm-branch.
9763         2004-02-12  Mark Mitchell  <mark@codesourcery.com>
9764
9765         * tlink.c (recompile_files): Do not assume that "rename" can
9766         overwrite an existing file.
9767
9768 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
9769
9770         * gcc/configure.ac (TL_AC_GNU_MAKE_GCC_LIB_PATH): Remove.
9771         * gcc/configure: Regenerate.
9772
9773 2005-03-30  Alan Modra  <amodra@bigpond.net.au>
9774
9775         * doc/install.texi: Update binutils requirement for powerpc*-linux.
9776
9777         * config/rs6000/rs6000.c (rs6000_arg_partial_bytes): Update comments.
9778
9779         * calls.c (struct arg_data): Update "partial" comment.
9780         (load_register_parameters): Update "nregs" comment.
9781
9782 2005-03-30  Richard Sandiford  <rsandifo@redhat.com>
9783
9784         * config/iq2000/iq2000.h (target_flags, MASK_GPOPT, MASK_EMBEDDED_DATA)
9785         (MASK_UNINIT_CONST_IN_RODATA, TARGET_EMBEDDED_DATA, TARGET_SWITCHES)
9786         (TARGET_DEFAULT, TARGET_CPU_DEFAULT, SUBTARGET_TARGET_OPTIONS)
9787         (TARGET_OPTIONS, iq2000_cpu_string, iq2000_arch_string): Delete.
9788         (TARGET_DEBUG_MODE, TARGET_DEBUG_A_MODE, TARGET_DEBUG_B_MODE)
9789         (TARGET_DEBUG_C_MODE, TARGET_DEBUG_D_MODE): Define to 0 rather
9790         than target_flags & 0.
9791         * config/iq2000/iq2000.c (iq2000_cpu_string, iq2000_arch_string)
9792         (iq2000_arch, iq2000_parse_cpu): Delete.
9793         (TARGET_HANDLE_OPTION): Override default.
9794         (iq2000_handle_option): New function.
9795         (override_options): Remove -march= and -mcpu= handling.
9796         * config/iq2000/iq2000.opt: New file.
9797
9798 2005-03-30  Richard Sandiford  <rsandifo@redhat.com>
9799
9800         * config/c4x/c4x-protos.h (c4x_rpts_cycles, c4x_cpu_version): Delete.
9801         * config/c4x/c4x.h (SMALL_MEMORY_FLAG, MPYI_FLAG, FAST_FIX_FLAG)
9802         (RPTS_FLAG, C3X_FLAG, TI_FLAG, PARANOID_FLAG, MEMPARM_FLAG, DEVEL_FLAG)
9803         (RPTB_FLAG, BK_FLAG, DB_FLAG, DEBUG_FLAG, HOIST_FLAG)
9804         (LOOP_UNSIGNED_FLAG, FORCE_FLAG, PRESERVE_FLOAT_FLAG)
9805         (PARALLEL_INSN_FLAG, PARALLEL_MPY_FLAG, ALIASES_FLAG, C30_FLAG)
9806         (C31_FLAG, C32_FLAG, C33_FLAG, C40_FLAG, C44_FLAG, TARGET_SWITCHES)
9807         (TARGET_DEFAULT, TARGET_SMALL, TARGET_MPYI, TARGET_FAST_FIX)
9808         (TARGET_RPTS, TARGET_TI, TARGET_PARANOID, TARGET_MEMPARM, TARGET_DEVEL)
9809         (TARGET_RPTB, TARGET_BK, TARGET_DB, TARGET_DEBUG, TARGET_HOIST)
9810         (TARGET_LOOP_UNSIGNED, TARGET_FORCE, TARGET_PRESERVE_FLOAT)
9811         (TARGET_PARALLEL, TARGET_PARALLEL_MPY, TARGET_ALIASES)
9812         (c4x_rpts_cycles_string, c4x_cpu_version_string)
9813         (TARGET_OPTIONS): Delete.
9814         (c4x_rpts_cycles, c4x_cpu_version): Declare.
9815         (TARGET_C3X, TARGET_C30, TARGET_C31, TARGET_C32, TARGET_C33)
9816         (TARGET_C40, TARGET_C44): Redefine in terms of c4x_cpu_version.
9817         * config/c4x/c4x.c (c4x_rpts_cycles_string): Delete.
9818         (c4x_cpu_version_string): Delete.
9819         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
9820         (c4x_handle_option): New function.  Map -m3x and -m4x options to the
9821         equivalent -mcpu= option.
9822         (c4x_override_options): Remove -mrpts= and -mcpu= handling from here.
9823         Deal with the extra conditions in the old TARGET_MPYI, TARGET_RPTB,
9824         TARGET_DB, TARGET_PARALLEL and TARGET_PARALLEL_MPY macros by setting
9825         or clearing the appropriate MASK_* bit.
9826         (c4x_file_start): Use c4x_cpu_version.
9827         * config/c4x/c4x.opt: New file.
9828
9829 2005-03-30  Richard Sandiford  <rsandifo@redhat.com>
9830
9831         * doc/options.texi: Document the new MaskExists flag.
9832         * opth-gen.awk: Don't output MASK and TARGET macros for Mask(...)
9833         if the option has the MaskExists flag.
9834
9835 2005-03-30  Richard Sandiford  <rsandifo@redhat.com>
9836
9837         * opt-functions.awk (flag_set_p, test_flag): New functions.
9838         (switch_flags): Use them.
9839         * opth-gen.awk: Use flag_set_p to check for flags.
9840         * optc-gen.awk: Likewise.  Use opt_args to check for Init(...) flags.
9841
9842 2005-03-30  Ian Lance Taylor  <ian@airs.com>
9843
9844         * config.host (i[34567]86-*-mingw32*): Don't set
9845         host_can_use_collect2 to no.
9846
9847 2005-03-30  Alan Modra  <amodra@bigpond.net.au>
9848
9849         PR target/20203
9850         * builtins.c (get_memory_rtx): Expand address exp using EXPAND_NORMAL.
9851         Remove convert_memory_address call duplicating that in memory_address.
9852
9853 2005-03-29  Richard Henderson  <rth@redhat.com>
9854
9855         PR c/20519
9856         * c-decl.c (c_finish_incomplete_decl): Update complete_array_type call.
9857         (build_compound_literal): Likewise.  Propagate decl type into the
9858         initializer.
9859         (finish_decl): Likewise.  Use new return value from complete_array_type
9860         for zero sized arrays.
9861         (complete_array_type): Move ...
9862         * c-common.c (complete_array_type): ... here.  Change first argument
9863         to pointer-to-type-node.  Consistently use sizetype for the index
9864         except for zero sized arrays.  Detect zero sized arrays for pedantic
9865         mode diagnostics.  Create a new type node instead of modifying the
9866         old node in place.
9867         * c-tree.h (complete_array_type): Move decl ...
9868         * c-common.h (complete_array_type): ... here.
9869
9870 2005-03-29  Richard Henderson  <rth@redhat.com>
9871
9872         PR tree-opt/19108
9873         * tree-sra.c (generate_element_init_1): Handle RANGE_EXPR.
9874
9875 2005-03-29  Kazu Hirata  <kazu@cs.umass.edu>
9876
9877         * builtin-types.def, c-convert.c, c-format.c, ddg.c, debug.c,
9878         debug.h, et-forest.c, et-forest.h, gcov.c, rtl-profile.c,
9879         rtlhooks-def.h, rtlhooks.c, sdbout.c, tree-inline.h,
9880         tree-profile.c, tsystem.h, value-prof.h: Update copyright.
9881
9882 2005-03-29  Eric Christopher  <echristo@redhat.com>
9883
9884         * config/mips/mips.c (mips_gimplify_va_arg_expr): Update for
9885         truthvalue conversion removal.
9886
9887 2005-03-29  Ian Lance Taylor  <ian@airs.com>
9888
9889         PR bootstrap/14316
9890         * collect2.c: Never include <vfork.h>.
9891         (VFORK_STRING, vfork): Don't define.
9892         (pid): Remove global variable.
9893         (handler): Call raise instead of kill (getpid(), ...).
9894         (collect_wait): Add pex parameter.  Change all callers.  Use
9895         pex_get_status rather than pwait.
9896         (do_wait): Add pex parameter.  Change all callers.
9897         (collect_execute): Return struct pex_obj * rather than void.  Use
9898         pex routines rather than pexecute.
9899         (fork_execute): Get pex_obj from collect_execute, and pass it to
9900         do_wait.
9901         (scan_prog_file): Use pex routines rather than pipe/vfork/exec.
9902         Only declare quit_handler if SIGQUIT is defined.
9903         (scan_libraries): Likewise.
9904         * collect2.h (collect_execute): Update declaration.
9905         (collect_wait): Update declaration.
9906         * tlink.c (tlink_execute): Get pex_obj from collect_execute, and
9907         pass it to collect_wait.
9908
9909 2005-03-29  Joseph S. Myers  <joseph@codesourcery.com>
9910
9911         PR c/20672
9912         * c-parser.c (c_parser_compound_statement_nostart): Give error
9913         message for EOF instead of just setting parser->error.
9914
9915 2005-03-29  Dorit Naishlos  <dorit@il.ibm.com>
9916
9917         * tree-vectorizer.c (slpeel_update_phi_nodes_for_guard): Removed.
9918         (slpeel_update_phi_nodes_for_guard1): New function.
9919         (slpeel_update_phi_nodes_for_guard2): New function.
9920         (slpeel_tree_peel_loop_to_edge): Call above new functions instead
9921         of slpeel_update_phi_nodes_for_guard.
9922         (vectorize_loops): Remove call to loop_closed_rewrite.
9923         * tree-vect-transform.c (vect_update_ivs_after_vectorizer): Remove
9924         assertion.
9925
9926 2005-03-29  Richard Sandiford  <rsandifo@redhat.com>
9927
9928         * config/m32r/little.h (TARGET_ENDIAN_DEFAULT): Delete.
9929         (TARGET_LITTLE_ENDIAN): New macro.
9930         * config/m32r/m32r.h (SUBTARGET_SWITCHES, target_flags)
9931         (TARGET_RELAX_MASK, TARGET_DEBUG_MASK, TARGET_DEBUG)
9932         (TARGET_ALIGN_LOOPS_MASK, TARGET_ALIGN_LOOPS)
9933         (TARGET_LOW_ISSUE_RATE_MASK, TARGET_LOW_ISSUE_RATE)
9934         (TARGET_BRANCH_COST_MASK, TARGET_BRANCH_COST, TARGET_M32RX_MASK)
9935         (TARGET_M32RX, TARGET_M32R2_MASK, TARGET_M32R2, LITTLE_ENDIAN_BIT)
9936         (TARGET_ENDIAN_DEFAULT, SUBTARGET_SWITCHES, TARGET_DEFAULT)
9937         (TARGET_SWITCHES, m32r_model_string, m32r_sdata_string)
9938         (m32r_cache_flush_trap_string, SUBTARGET_OPTIONS)
9939         (TARGET_OPTIONS): Delete.
9940         (M32R_MODEL_DEFAULT, M32R_SDATA_DEFAULT): Turn into enums.
9941         (CACHE_FLUSH_TRAP): Turn into an integer.
9942         (TARGET_LITTLE_ENDIAN): Define to 0 by default.
9943         (INITIALIZE_TRAMPOLINE): Check m32r_cache_trap >= 0 to see if
9944         -mflush-trap is in use.
9945         * config/m32r/m32r.c (m32r_model_string, m32r_sdata_string)
9946         (m32r_cache_flush_trap_string): Delete.
9947         (m32r_model) Initialize to M32R_MODEL_DEFAULT.
9948         (m32r_sdata): Likewise M32R_SDATA_DEFAULT.
9949         (m32r_cache_trap): Likewise CACHE_FLUSH_TRAP.
9950         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
9951         (m32r_handle_option): New function.  Move -mflush-trap=, -mflush-func=,
9952         -mmodel= and -msdata= handling from...
9953         (m32r_init): ...here.
9954         * config/m32r/m32r.opt: New file.
9955
9956 2005-03-29  Keith Besaw  <kbesaw@us.ibm.com>
9957
9958         * tree-ssanames.c (duplicate_ssa_name_ptr_info): New function.
9959         (duplicate_ssa_name): Call duplicate_ssa_name_ptr_info.
9960         * tree-vect-analyze.c (vect_object_analysis): additional parm
9961         pass back a "struct ptr_info_def *" with the points-to info.
9962         (vect_analyze_data_refs): set the STMT_VINFO_PTR_INFO for the
9963         statement using info returned from vect_object_analysis.
9964         * tree-vect-transform.c (update_vuses_to_preheader): New function.
9965         (vect_create_data_ref_ptr): Remove updates to vars_to_rename
9966         for virtual uses and defs when creating a replacement vector
9967         reference.  Call duplicate_ssa_name_ptr_info to define points-to
9968         info for vector pointer replacement using STMT_VINFO_PTR_INFO.
9969         (vectorizable_store): copy_virtual_operands and update
9970         definition statements.
9971         (vectorizable_load): copy_virtual_operands.  Remove call to
9972         mark_call_clobbered_vars_to_rename for call to "const" builtin.
9973         * tree-vectorizer.c (vectorize_loops): Remove calls to
9974         rewrite_into_ssa and bitmap_clear (vars_to_rename).
9975         (new_stmt_vec_info): initialize STMT_VINFO_PTR_INFO for stmt.
9976         * tree-vectorizer.h (_stmt_vec_info): add field ptr_info and
9977         define macro STMT_VINFO_PTR_INFO for use in accessing.
9978         * tree.h add export of duplicate_ssa_name_ptr_info.
9979         * rs6000.c (altivec_init_builtins): Declare builtin function
9980         __builtin_altivec_mask_for_load to be "const".
9981
9982 2005-03-29  Jakub Jelinek  <jakub@redhat.com>
9983
9984         PR middle-end/20622
9985         * cgraph.h (struct cgraph_varpool_node): Add alias field.
9986         * cgraph.c (cgraph_varpool_assemble_pending_decls): Don't call
9987         assemble_variable on aliases.
9988         * varasm.c (assemble_alias): Set node->alias.
9989         * toplev.c (wrapup_global_declarations): Don't call
9990         rest_of_decl_compilation on aliases again.
9991
9992 2005-03-29  Paul Brook  <paul@codesourcery.com>
9993
9994         * config/arm/arm-protos.h (arm_dbx_register_number): Add prototype.
9995         * config/arm/arm.c (arm_dbx_register_number): New function.
9996         * config/arm/arm.h (IS_FPA_REGNUM, DBX_REGISTER_NUMBER): Define.
9997
9998 2005-03-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
9999
10000         PR middle-end/20263
10001         * varasm.c (make_decl_rtl) [ASM_DECLARE_REGISTER_GLOBAL]: Use
10002         the DECL_NAME, not the DECL_ASSEMBLER_NAME.
10003
10004 2005-03-29  Dale Johannesen <dalej@apple.com>
10005
10006         * Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H)
10007         $(TREE_H) and $(COVERAGE_H).
10008         * coverage.c (compute_checksum): Use DECL_NAME not DECL_ASSEMBLER_NAME.
10009         * opts.c (common_handle_option): Enable tree-based value transforms.
10010         * toplev.c (process_options): Ditto.
10011         * value-prof.h (struct histogram_value_t): Redefine. "Adjust" below
10012         refers to references to this type.
10013         * tree-flow.h: (struct stmt_ann_d): Add histograms field.
10014         * rtl-profile.c (rtl_gen_interval_profiler): Adjust. Remove checks
10015         for may_be_more, may_be_less.
10016         (rtl_gen_pow2_profiler): Adjust.
10017         (rtl_gen_one_value_profiler_no_edge_manip): Adjust.
10018         (rtl_gen_one_value_profiler): Adjust.
10019         (rtl_gen_const_delta_profiler): Adjust.
10020         * tree-profile.c (tree_gen_interval_profiler): Implement.
10021         (tree_gen_pow2_profiler): Ditto.
10022         (tree_gen_one_value_profiler): Ditto.
10023         (tree_profiling): New.
10024         (pass_tree_profile): Reference it.
10025         * value-prof.c: Include tree-flow.h, tree-flow-inline.h, diagnostic.h,
10026         tree.h, gcov-io.h.
10027         (insn_divmod_values_to_profile): Rename to
10028         rtl_divmod_values_to_profile. Adjust.
10029         (insn_values_to_profile): Rename to rtl_values_to_profile. Adjust.
10030         (insn_prefetch_values_to_profile): Adjust.
10031         (rtl_value_profile_transformations): Adjust.
10032         (gen_divmod_fixed_value): Rename to rtl_divmod_fixed_value.
10033         (gen_mod_pow2): Rename to rtl_mod_pow2.
10034         (gen_mod_subtract): Rename to rtl_mod_subtract.
10035         (divmod_fixed_value_transform): Rename to
10036         rtl_divmod_fixed_value_transform.
10037         (mod_pow2_value_transform): Rename to rtl_mod_pow2_value_transform.
10038         (mod_subtract_transform): Rename to rtl_mod_subtract_transform.
10039         (rtl_find_values_to_profile): Adjust.
10040         (tree_value_profile_transformations): Implement.
10041         (tree_divmod_values_to_profile): New.
10042         (tree_values_to_profile): New.
10043         (tree_divmod_fixed_value): New.
10044         (tree_mod_pow2): New.
10045         (tree_mod_subtract): New.
10046         (tree_divmod_fixed_value_transform): New.
10047         (tree_mod_pow2_value_transform): New.
10048         (tree_mod_subtract_transform): New.
10049         (tree_find_values_to_profile): Implement.
10050         * profile.c (instrument_values):  Free histograms.
10051         (compute_value_histograms): Adjust. Implement tree version.
10052
10053 2005-03-29  Uros Bizjak  <uros@kss-loka.si>
10054
10055         * reg-stack.c (subst_stack_regs_pat): Handle <UNSPEC_FIST> case.
10056         * config/i386/i386.c (output_fix_trunc): Add new round_mode
10057         variable.  Output "fldcw" depending on round_mode.
10058         * config/i386/i386.md (UNSPEC_FIST): New.
10059         (fistdi2, fistdi2_with_temp, fist<mode>2, fist<mode>2_with_temp):
10060         New isns patterns to implement lrint and llrint built-ins as x87
10061         intrinsic function.
10062         (fistdi2, fist<mode>2 splitters): New splitters.
10063         (lrint<mode>2): New expanders.
10064
10065 2005-03-28  Ian Lance Taylor  <ian@airs.com>
10066
10067         * config/arc/arc.c (arc_output_function_epilogue): Pass prescan as
10068         0 when calling final_scan_insn.
10069
10070 2005-03-28  Jan Hubicka  <jh@suse.cz>
10071
10072         PR middle-end/20635
10073         * varasm.c (mark_decl_referenced): Do not mark extern inline functions
10074         as needed.
10075
10076         * tree-inline.c (estimate_num_insns_1): Use declaration to discover argument
10077         types where possible.
10078
10079 2005-03-26  Per Bothner  <per@bothner.com>
10080
10081         Make -f[no-]show-column also control non-cpp diagnostics.
10082         * c.opt (fshow-column): Move option from here ...
10083         * common.opt (fshow-column): ... to here.
10084         * diagnostic.c (diagnostic_build_prefix): Only print column number
10085         if flag_show_column.
10086
10087 2005-03-27  Steven Bosscher  <stevenb@suse.de>
10088
10089         * vax-protos.h (vax_output_int_move, vax_output_int_add,
10090         vax_output_conditional_branch): New prototypes.
10091         * vax.c (vax_output_int_move, vax_output_int_add): New functions,
10092         extracted from vax.md mov and add patterns.
10093         (vax_output_conditional_branch): New function to output conditional
10094         branch instructions.
10095         * vax.md: Use mode macros for arithmetic and mov patterns.
10096         Use code macros for the jump patterns.
10097
10098 2005-03-26  Andrew Pinski  <pinskia@physics.uc.edu>
10099
10100         * Makefile.in (libbackend.o): Depend on version files;
10101         add custom generation command.
10102
10103 2005-03-26  Andrew Pinski  <pinskia@physics.uc.edu>
10104
10105         PR target/20636
10106         * config/rs6000/rs6000.md (extendsfdf2_fpr): Check to make
10107         sure that we have a REG before getting its REGNO.
10108
10109 2005-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10110
10111         * builtin-types.def (BT_FN_STRING_CONST_STRING_SIZE): New.
10112         * builtins.def (BUILT_IN_STRNDUP): New.
10113
10114 2005-03-25  Pat Haugen  <pthaugen@us.ibm.com>
10115
10116         PR tree-optimization/20470
10117         * fold-const.c (fold_cond_expr_with_comparison): Recognize/fold
10118         ABS(x-y).
10119
10120 2005-03-25  Mike Stump  <mrs@apple.com>
10121
10122         * config/darwin.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Don't allow 0
10123         sized objects.
10124
10125 2005-03-25  Geoffrey Keating  <geoffk@apple.com>
10126
10127         * config/rs6000/darwin-fallback.c: Don't include <ucontext.h>.
10128         Use our own structure definitions.
10129
10130         * config/rs6000/rs6000.md (UNSPEC constants): Add UNSPEC_STFIWX.
10131         (fix_truncdfsi2): Allow registers or memory as destination.
10132         When TARGET_PPC_GFXOPT, generate simplified pattern.
10133         (fix_truncdfsi2_internal): Use define_insn_and_split.
10134         (fix_truncdfsi2_internal_gfxopt): New.
10135         (fctiwz): Don't confuse register allocation by giving it no choices.
10136         (stfiwx): New.
10137         * config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 'Z'.
10138         (EXTRA_MEMORY_CONSTRAINT): Likewise.
10139         * config/rs6000/rs6000.c (indexed_or_indirect_operand): New.
10140         * config/rs6000/rs6000-protos.h (indexed_or_indirect_operand): New.
10141
10142 2005-03-25  Kazu Hirata  <kazu@cs.umass.edu>
10143
10144         * dominance.c (free_dominance_info): Speed up by freeing et
10145         data structures without maintaining other nodes.
10146         * et-forest.c (et_free_tree_force): New.
10147         * et-forest.h: Add a prototype for et_free_tree_force.
10148
10149         * tree.c (get_set_constructor_bits,
10150         get_set_constructor_bytes): Remove.
10151         * tree.h: Remove the corresponding prototypes.
10152
10153 2005-03-25  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
10154
10155         PR target/15491
10156         * vax.c (vax_rtx_costs_1): Merge with vax_rtx_costs.
10157         (vax_rtx_costs): Return false when passed unsupported rtx's.  Handle
10158         FLOAT_EXTEND, FLOAT_TRUNCATE and TRUNCATE.  Fix costs for POST_INC,
10159         PRE_DEC, NEG and NOT.
10160
10161 2005-03-25  Kazu Hirata  <kazu@cs.umass.edu>
10162
10163         * fold-const.c: Convert uses of fold (build (...)) to
10164         fold_buildN.
10165
10166 2005-03-25  Zdenek Dvorak  <dvorakz@suse.cz>
10167
10168         PR rtl-optimization/20249
10169         * cse.c (insert_regs): Do not record equivalence of registers in
10170         different modes.
10171
10172 2005-03-24  Kazu Hirata  <kazu@cs.umass.edu>
10173
10174         * emit-rtl.c (reverse_comparison): Remove.
10175         * rtl.h: Remove the corresponding prototype.
10176
10177 2005-03-24  James E Wilson  <wilson@specifixinc.com>
10178
10179         * doc/install.texi (--enable-altivec): Delete docs.
10180
10181 2005-03-24  David Edelsohn  <edelsohn@gnu.org>
10182
10183         * config/rs6000/predicates.md (easy_fp_constant): Return 0 for
10184         SFmode and DFmode before reload when
10185         flag_unsafe_math_optimizations not enabled.
10186
10187 2005-03-24  Geoffrey Keating  <geoffk@apple.com>
10188
10189         * c.opt (fvisibility-inlines-hidden): Allow for ObjC++.
10190
10191         * config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Add
10192         MASK_128BIT_LONG_DOUBLE, MASK_ALIGN_DOUBLE.
10193
10194 2005-03-24  Nathan Sidwell  <nathan@codesourcery.com>
10195
10196         * configure.ac (enable-checking): Add 'runtime' option.
10197         * doc/install.texi (enable-checking): Document 'runtime' checking.
10198         * tsystem.h (gcc_assert, gcc_unreachable): Define.
10199         * config.in: Regenerated.
10200         * configure: Regenerated.
10201
10202 2005-03-23  Uros Bizjak  <uros@kss-loka.si>
10203
10204         * optabs.h (enum optab_index): Remove OTI_llrint.
10205         (llrint_optab): Remove macro.
10206         * optabs.c (init_optabs): Remove llrint_optab initialization.
10207         * genopinit.c (optabs): Remove llrint_optab implementation.
10208         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_LLRINT{,F,L}
10209         using lrint_optab.
10210
10211 2005-03-24  Alexandre Oliva  <aoliva@redhat.com>
10212
10213         PR rtl-optimization/20532
10214         * simplify-rtx.c (simplify_binary_operation_1): Protect from
10215         overflow when adding coefficients for PLUS or MINUS.
10216         (simplify_binary_operation_1): Handle CONST_DOUBLE exact power of
10217         two as multiplier.
10218
10219 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
10220
10221         * langhooks.h (truthvalue_conversion): Remove.
10222         * langhooks-def.h (LANG_HOOKS_INITIALIZER): Remove
10223         LANG_HOOKS_TRUTHVALUE_CONVERSION.
10224         * system.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Poison.
10225         * gimplify.c (gimple_boolify): Don't use truthvalue_conversion.
10226         * c-objc-common.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
10227
10228 2005-03-23  Kazu Hirata  <kazu@cs.umass.edu>
10229
10230         * params.def: Fix a typo.
10231         * config/mips/mips.c: Follow the spelling convensions.
10232         * doc/invoke.texi: Fix typos.
10233
10234 2005-03-23  Daniel Berlin  <dberlin@dberlin.org>
10235
10236         Fix PR tree-optimization/20601
10237
10238         * tree-ssa-pre.c (insert_aux): Add missing condition to
10239         constification.
10240
10241 2005-03-23  Ian Lance Taylor  <ian@airs.com>
10242
10243         * final.c (final_scan_insn): Don't remove no-op instructions.
10244         * reload1.c (reload): Remove simple no-op instructions even when
10245         not optimizing.
10246
10247 2005-03-23  Dorit Naishlos  <dorit@il.ib.com>
10248
10249         PR tree-optimization/20501
10250         * tree-vect-analyze.c (vect_enhance_data_refs_alignment): Debug print
10251         reporting that peeling for alignment is applied moved to...
10252         * (vect_analyze_data_refs_alignment): Here.
10253
10254 2005-03-23  Ian Lance Taylor  <ian@airs.com>
10255
10256         * reorg.c (dbr_schedule): Remove #if 0 code to call final.
10257
10258 2005-03-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10259
10260         * config.gcc (alpha*-dec-osf[45]*): Remove target_cpu_default.
10261         Define TARGET_SUPPORT_ARCH except on Tru64 UNIX V4.0A.
10262
10263 2005-03-23  Hans-Peter Nilsson  <hp@axis.com>
10264
10265         * doc/tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not
10266         imply that this is called once, independent of asms in code.
10267         Adjust to now being pased output and input lists.  Mention helper
10268         function decl_overlaps_hard_reg_set_p.
10269         * hooks.c (hook_tree_tree_tree_tree_3rd_identity): Rename from
10270         hook_tree_tree_identity and to take three trees, returning third.
10271         * hooks.h (hook_tree_tree_tree_tree_3rd_identity): Adjust the
10272         prototype.
10273         * stmt.c: include hard-reg-set.h before tree.h.
10274         (decl_overlaps_hard_reg_set_p): New function, broken out from...
10275         (decl_conflicts_with_clobbers_p): Call
10276         decl_overlaps_hard_reg_set_p.
10277         (expand_asm_operands): Pass output and input lists in call to
10278         targetm.md_asm_clobbers.
10279         * target-def.h (TARGET_MD_ASM_CLOBBERS): Define as
10280         hook_tree_tree_tree_tree_3rd_identity.
10281         * target.h (struct gcc_target.md_asm_clobbers): Take three tree
10282         parameters.
10283         * tree.h [HARD_CONST] (decl_overlaps_hard_reg_set_p): Prototype.
10284         * config/i386/i386.c (ix86_md_asm_clobbers): Adjust to three
10285         parameters, first two unused.
10286         * config/cris/cris.c (cris_md_asm_clobbers): Adjust to added
10287         parameters.  Only add MOF to clobbers if there's no 'h' mentioned
10288         in constraint letters and MOF is not mentioned as a asm-declared
10289         register in neither of the input and output lists.
10290
10291 2005-03-23  DJ Delorie  <dj@redhat.com>
10292
10293         * optabs.c (expand_binop): Make sure the first subword's result
10294         gets stored.
10295
10296 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
10297
10298         * c-common.c (c_common_truthvalue_conversion): Adjust comment.
10299         Call c_common_truthvalue_conversion rather than
10300         lang_hooks.truthvalue_conversion.
10301         * c-convert.c (convert): Call c_objc_common_truthvalue_conversion.
10302         * c-objc-common.c (c_objc_common_truthvalue_conversion): Move to
10303         c-typeck.c.
10304         * c-objc-common.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Change to
10305         c_common_truthvalue_conversion.
10306         * c-parser.c (c_parser_paren_condition, c_parser_for_statement,
10307         c_parser_conditional_expression, c_parser_binary_expression): Call
10308         c_objc_common_truthvalue_conversion.
10309         * c-typeck.c (build_unary_op): Call
10310         c_objc_common_truthvalue_conversion.
10311         (build_conditional_expr): Do not call
10312         lang_hooks.truthvalue_conversion.
10313         (build_binary_op): Call c_common_truthvalue_conversion.
10314         (c_objc_common_truthvalue_conversion): Moved from
10315         c-objc-common.c.  Call default_function_array_conversion instead
10316         of default_conversion.
10317
10318 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
10319
10320         * c-common.h (default_conversion): Remove.
10321         (perform_integral_promotions): Add.
10322         * c-tree.h (default_conversion): Add.
10323         * c-typeck.c (perform_integral_promotions): New, split out from
10324         default_conversion.
10325         * c-common.c (check_case_value): Use perform_integral_promotions,
10326         not default_conversion.
10327         (c_add_case_label): Don't continue processing case label after
10328         found to be pointer.
10329
10330 2005-03-23  Mark Mitchell  <mark@codesourcery.com>
10331
10332         * gcc.c (do_spec_1): Do not add a -L path for a directory in
10333         the prefix list if we have already added a multilib directory
10334         based on that path.
10335         (main): Do not add MD_EXEC_PREFIX to the list of directories to
10336         search with -L.
10337
10338 2005-03-22  Kazu Hirata  <kazu@cs.umass.edu>
10339
10340         * reload1.c (indirect_symref_ok, reload_obstack): Make them
10341         static.
10342         * reload.h: Remove the prototype for indirect_symref_ok.
10343
10344         * reload1.c (indirect_symref_ok): Make it global.
10345         * reload.h: Add a prototype for indirect_symref_ok.
10346
10347 2005-03-22  Kaz Kojima  <kkojima@gcc.gnu.org>
10348
10349         * config/sh/sh.md (ashlhi3): Rename to *ashlhi3_n and add a new
10350         ashlhi3 expander.
10351
10352 2005-03-22  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
10353
10354         * tree.h (DECL_IGNORED_P, DECL_IN_SYSTEM_HEADER): Clarify comments.
10355
10356 2005-03-22  Daniel Berlin  <dberlin@dberlin.org>
10357
10358         * c-opts.c (c_common_parse_file): Only start/end main source file
10359         if debug hooks says the writer wants it.
10360         * dbxout.c (dbx_debug_hooks): Add start_end_main_source_file
10361         member.
10362         (xcoff_debug_hooks): Ditto.
10363         * debug.c (do_nothing_hooks): Ditto.
10364         * debug.h (gcc_debug_hooks): Ditto.
10365         * dwarf2out.c (dwarf2_debug_hooks): Ditto.
10366         * sdbout.c (sdb_debug_hooks): Ditto.
10367         * vmsdbgout.c (vmsdbg_debug_hooks): Ditto.
10368
10369 2005-03-22  Mark Mitchell  <mark@codesourcery.com>
10370
10371         * doc/extend.texi: Deprecate C++ min/max operators.
10372
10373 2005-03-22  Zdenek Dvorak  <dvorakz@suse.cz>
10374
10375         * tree-ssa-loop-ivopts.c (determine_iv_cost): Do not try to preserve
10376         artificial original candidates.
10377
10378 2005-03-22  Richard Guenther <rguenth@tat.physik.uni-tuebingen.de>
10379             Jan Hubicka  <jh@suse.cz>
10380             Steven Bosscher <stevenb@suse.de>
10381
10382         * cgraphunit.c (cgraph_estimate_size_after_inlining): Compute
10383         call cost based on argument sizes.
10384         (cgraph_mark_inline_edge): Avoid inline unit from shrinking by
10385         inlining.
10386         * params.def: (max-inline-inssn-single): Set to 450.
10387         (max-inline-insns-auto): Set to 90.
10388         (max-inline-insns-recursive): Set to 450
10389         (max-inline-insns-recursive-auto): Set to 450.
10390         (large-function-insns): Set to 2700.
10391         (inline-call-cost): New parameter.
10392         * tree-inline.c (estimate_move_cost): New function.
10393         (estimate_num_insns_1): Compute move sizes costs by estimate_move_cost
10394         for non-gimple-regs, set cost to 0 for gimple-regs.  Compute call size
10395         based on arguments.
10396         * tree-inline.h (estimate_move_cost): Declare.
10397         * invoke.texi: (max-inline-inssn-single): Change default to 450.
10398         (max-inline-insns-auto): Change default to 90.
10399         (max-inline-insns-recursive): Change default to 450
10400         (max-inline-insns-recursive-auto): Change default to 450.
10401         (large-function-insns): Change default to 2700.
10402         (inline-call-cost): Document new parameter.
10403
10404 2005-03-22  Richard Sandiford  <rsandifo@redhat.com>
10405
10406         * config/i860/i860.h (target_flags, TARGET_XP, TARGET_SWITCHES)
10407         (TARGET_DEFAULT): Delete.
10408         * config/i860/i860.opt: New file.
10409
10410 2005-03-22  Richard Sandiford  <rsandifo@redhat.com>
10411
10412         * config/frv/frv-protos.h (frv_branch_cost_string, frv_branch_cost_int)
10413         (frv_cpu_string, frv_condexec_insns_str, frv_condexec_insns)
10414         (frv_condexec_temps_str, frv_condexec_temps, frv_sched_lookahead_str)
10415         (frv_sched_lookahead): Delete.
10416         * config/frv/frv.h (MASK_DEFAULT_ALLOC_CC): Move to frv.c.
10417         (target_flags, MASK_GPR_32, MASK_FPR_32, MASK_SOFT_FLOAT)
10418         (MASK_ALLOC_CC, MASK_DWORD, MASK_DOUBLE, MASK_MEDIA, MASK_MULADD)
10419         (MASK_LIBPIC, MASK_ACC_4,  MASK_PACK, MASK_LONG_CALLS)
10420         (MASK_ALIGN_LABELS, MASK_LINKED_FP, MASK_BIG_TLS, MASK_DEBUG_ARG)
10421         (MASK_DEBUG_ADDR, MASK_DEBUG_STACK, MASK_DEBUG, MASK_DEBUG_LOC)
10422         (MASK_DEBUG_COND_EXEC, MASK_NO_COND_MOVE, MASK_NO_SCC)
10423         (MASK_NO_COND_EXEC, MASK_NO_VLIW_BRANCH, MASK_NO_MULTI_CE)
10424         (MASK_FDPIC, MASK_INLINE_PLT, MASK_GPREL_RO, MASK_DEFAULT)
10425         (TARGET_GPR_32, TARGET_FPR_32, TARGET_SOFT_FLOAT, TARGET_ALLOC_CC)
10426         (TARGET_DWORD, TARGET_DOUBLE, TARGET_MEDIA, TARGET_MULADD)
10427         (TARGET_LIBPIC, TARGET_ACC_4, TARGET_DEBUG_ARG, TARGET_DEBUG_ADDR)
10428         (TARGET_DEBUG_STACK, TARGET_DEBUG, TARGET_DEBUG_LOC)
10429         (TARGET_DEBUG_COND_EXEC, TARGET_NO_COND_MOVE, TARGET_NO_SCC)
10430         (TARGET_NO_COND_EXEC, TARGET_NO_VLIW_BRANCH, TARGET_NO_MULTI_CE)
10431         (TARGET_NO_NESTED_CE, TARGET_FDPIC, TARGET_INLINE_PLT, TARGET_BIG_TLS)
10432         (TARGET_GPREL_RO, TARGET_PACK, TARGET_LONG_CALLS, TARGET_ALIGN_LABELS)
10433         (TARGET_LINKED_FP, TARGET_GPR_64, TARGET_FPR_64, TARGET_HARD_FLOAT)
10434         (TARGET_FIXED_CC, TARGET_COND_MOVE, TARGET_SCC, TARGET_COND_EXEC)
10435         (TARGET_VLIW_BRANCH, TARGET_MULTI_CE, TARGET_NESTED_CE, TARGET_ACC_8)
10436         (TARGET_SWITCHES, TARGET_OPTIONS, DEFAULT_CONDEXEC_TEMPS)
10437         (DEFAULT_BRANCH_COST, DEFAULT_CONDEXEC_INSNS): Delete.
10438         * config/frv/frv.c (frv_branch_cost_string, frv_branch_cost_int)
10439         (frv_cpu_string, frv_condexec_insns_str, frv_condexec_insns)
10440         (frv_condexec_temps_str, frv_condexec_temps, frv_sched_lookahead_str)
10441         (frv_sched_lookahead): Delete.
10442         (MASK_DEFAULT_ALLOC_CC): Moved from frv.h.
10443         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
10444         (frv_handle_option): New function.  Move -mcpu= handling from...
10445         (frv_override_options): ...here.  Remove handling of other
10446         TARGET_OPTIONS.
10447         (frv_ifcvt_modify_tests): Check !TARGET_COND_EXEC instead of
10448         TARGET_NO_COND_EXEC and !TARGET_NESTED_CE to TARGET_NO_NESTED_CE.
10449         (frv_ifcvt_modify_multiple_tests): Likewise !TARGET_MULTI_CE
10450         and TARGET_NO_MULTI_CE.
10451         (frv_for_each_packet): Likewise TARGET_NO_VLIW_BRANCH and
10452         !TARGET_VLIW_BRANCH.
10453         * config/frv/frv.opt: New file.
10454
10455 2005-03-22  Kazu Hirata  <kazu@cs.umass.edu>
10456
10457         * fold-const.c (fold_ternary): Take decomposed arguments of
10458         CALL_EXPR.
10459         (fold): Update a call to fold_ternary.
10460
10461         * fold-const.c (fold_build1, fold_build2, fold_build3): New.
10462         * tree.h: Add corresponding prototypes.
10463
10464 2005-03-22  Jakub Jelinek  <jakub@redhat.com>
10465
10466         PR target/20561
10467         * cfglayout.c (reemit_insn_block_notes): Don't put block notes in
10468         between jump table and its label.
10469         * final.c (shorten_branches): Handle notes in between ADDR_VEC
10470         resp. ADDR_DIFF_VEC and the label preceeding it.
10471         (final_scan_insn): Likewise.  Ensure ADDR_VEC resp. ADDR_DIFF_VEC
10472         is emitted in the right section.
10473
10474 2005-03-22  Kazu Hirata  <kazu@cs.umass.edu>
10475
10476         * fold-const.c (fold_unary, fold_binary): Update comments
10477         about arguments.
10478
10479 2005-03-22  Hans-Peter Nilsson  <hp@axis.com>
10480
10481         PR rtl-optimization/20527
10482         * combine.c (can_combine_p) [AUTO_INC_DEC]: When INSN has an
10483         REG_INC note, test that the register also isn't mentioned in PRED
10484         or SUCC.
10485
10486 2005-03-22  Ben Elliston  <bje@au.ibm.com>
10487
10488         * dwarf2out.c (dwarf_type_encoding_name): Remove unused prototype
10489         and definition.
10490
10491 2005-03-21  Mike Stump  <mrs@apple.com>
10492
10493         * varasm.c (default_assemble_visibility): Remove extra ().
10494
10495 2005-03-21  Roger Sayle  <roger@eyesopen.com>
10496
10497         PR middle-end/20557
10498         * bb-reorder.c (duplicate_computed_gotos): Use can_duplicate_block_p
10499         to determine whether a block can be duplicated, rather than test
10500         whether the block contains noncopyable insns ourselves.
10501
10502 2005-03-21  Kazu Hirata  <kazu@cs.umass.edu>
10503
10504         * config/i860/i860.h (PREDICATE_CODES): Remove nonexistent
10505         predicates.
10506
10507 2005-03-21  Richard Sandiford  <rsandifo@redhat.com>
10508
10509         * config/ip2k/ip2k.h (target_flags, TARGET_SWITCHES): Delete.
10510
10511 2005-03-21  Richard Sandiford  <rsandifo@redhat.com>
10512
10513         * config/fr30/fr30.h (TARGET_SMALL_MODEL_MASK, TARGET_SMALL_MODEL)
10514         (TARGET_DEFAULT, target_flags, TARGET_SWITCHES): Delete.
10515         * config/fr30/fr30.opt: New file.
10516
10517 2005-03-18  Daniel Berlin  <dberlin@dberlin.org>
10518
10519         Fix PR tree-optimization/20542
10520
10521         * tree-flow-inline.h (overlap_subvar): Move to here.
10522         * tree-ssa-operands.c: From here.
10523         * tree-flow.h (overlap_subvar): Declare.
10524         * tree-ssa-alias.c (add_pointed_to_var): Use overlap_subvar here.
10525         * tree-ssa-loop-im.c (is_call_clobbered_ref): Return proper answer
10526         for variables with subvars.
10527
10528 2005-03-21 Mostafa Hagog <mustafa@il.ibm.com>
10529
10530         PR middle-end/20177
10531         * ddg.c (create_ddg_dependence): Ignore reg-anti dependency.
10532         * modulo-sched.c (const_iteration_count): Return on NULL
10533         pre-header.
10534         (print_node_sched_params): Return on NULL dump_file.
10535         (generate_reg_moves): Handle reg-anti dependencies and disregard
10536         closing branch when generating register moves.
10537         (sms_schedule): Mark the SMSed block dirty.
10538         * passes.c (rest_of_handle_sms): Call update_life_info for all
10539         basic-blocks.
10540         * testsuite/gcc.dg/20050321-1.c: New test.
10541
10542 2005-03-21  Bob Wilson  <bob.wilson@acm.org>
10543
10544         * config/xtensa/lib1funcs.asm (__mulsi3): Use symbolic name for ACCLO.
10545         * config/xtensa/xtensa.md (movsi_internal, movhi_internal,
10546         movqi_internal): Likewise.
10547
10548 2005-03-21  Bob Wilson  <bob.wilson@acm.org>
10549
10550         * config/xtensa/xtensa-protos.h: (xtensa_simm7, xtensa_uimm8,
10551         xtensa_uimm8x2, xtensa_uimm8x4, xtensa_ai4const, xtensa_lsi4x4,
10552         xtensa_b4const): Delete prototypes.
10553         (xtensa_simm8, xtensa_simm8x256, xtensa_simm12b, xtensa_b4constu,
10554         xtensa_mask_immediate, xtensa_mem_offset): Update prototypes.
10555         (xtensa_b4const_or_zero, xtensa_const_ok_for_letter_p,
10556         xtensa_extra_constraint): New prototypes.
10557         (add_operand, arith_operand, nonimmed_operand, mem_operand,
10558         mask_operand, extui_fldsz_operand, sext_operand, sext_fldsz_operand,
10559         lsbitnum_operand, branch_operand, ubranch_operand, call_insn_operand,
10560         move_operand, const_float_1_operand, fpmem_offset_operand,
10561         branch_operator, ubranch_operator, boolean_operator): Delete prototypes.
10562         * config/xtensa/xtensa.c (b4const_or_zero): Rename to ...
10563         (xtensa_b4const_or_zero): ...this.  Change return type to bool and
10564         argument type to HOST_WIDE_INT.
10565         (xtensa_simm8, xtensa_simm8x256, xtensa_simm12b,
10566         xtensa_mask_immediate): Likewise.
10567         (xtensa_uimm8, xtensa_uimm8x2, xtensa_uimm8x4, xtensa_b4const):
10568         Likewise.  Also make these functions static.
10569         (xtensa_simm7, xtensa_ai4const, xtensa_lsi4x4): Delete.
10570         (xtensa_const_ok_for_letter_p): New.
10571         (add_operand, arith_operand, nonimmed_operand, mem_operand,
10572         mask_operand, extui_fldsz_operand, sext_operand, sext_fldsz_operand,
10573         lsbitnum_operand, branch_operand, ubranch_operand, call_insn_operand,
10574         move_operand, const_float_1_operand, fpmem_offset_operand,
10575         branch_operator, ubranch_operator, boolean_operator): Move to
10576         predicates.md.
10577         (smalloffset_mem_p): Inline code from xtensa_lsi4x4.
10578         (xtensa_mem_offset): Change return type to bool.
10579         (xtensa_extra_constraint): New.
10580         (gen_int_relational): Update type of const_range_p function pointer.
10581         Use xtensa_b4const_or_zero.
10582         * config/xtensa/xtensa.h (CONST_OK_FOR_LETTER_P): Define to
10583         xtensa_const_ok_for_letter_p.  Update comments.
10584         (EXTRA_CONSTRAINT): Define to xtensa_extra_constraint.
10585         (PREDICATE_CODES): Delete.
10586         * config/xtensa/xtensa.md: Include predicates.md.
10587         * config/xtensa/predicates.md: New file.
10588
10589 2005-03-21  Kazu Hirata  <kazu@cs.umass.edu>
10590
10591         * config/v850/v850-protos.h: Remove the prototypes for
10592         reg_or_int9_operand, reg_or_const_operand,
10593         pattern_is_ok_for_prepare, pattern_is_ok_for_dispose,
10594         reg_or_0_operand, reg_or_int5_operand, call_address_operand,
10595         movsi_source_operand, power_of_two_operand,
10596         not_power_of_two_operand, special_symbolref_operand,
10597         pattern_is_ok_for_prologue, pattern_is_ok_for_epilogue, and
10598         register_is_ok_for_epilogue.
10599         * config/v850/v850.c (reg_or_0_operand, reg_or_int5_operand,
10600         reg_or_int9_operand, reg_or_const_operand,
10601         call_address_operand, special_symbolref_operand,
10602         movsi_source_operand, power_of_two_operand,
10603         not_power_of_two_operand, register_is_ok_for_epilogue,
10604         pattern_is_ok_for_epilogue, pattern_is_ok_for_prologue,
10605         pattern_is_ok_for_dispose, pattern_is_ok_for_prepare): Move to
10606         predicates.md.
10607         * config/v850/v850.h (PREDICATE_CODES): Remove.
10608         * config/v850/v850.md: Include predicates.md.
10609         * config/v850/predicates.md: New.
10610
10611 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
10612
10613         * Makefile.in (BASEVER, DEVPHASE, DATESTAMP)
10614         (BASEVER_c, DEVPHASE_c, DATESTAMP_c)
10615         (BASEVER_s, DEVPHASE_s, DATESTAMP_s, version): Set with :=.
10616         (itoolsdir, itoolsdatadir): Move definition above new first use.
10617         (install-itoolsdirs): New rule.
10618         (install-mkheaders): Depend on install-itoolsdirs, not
10619         install-include-dir.
10620
10621 2005-03-21  Kazu Hirata  <kazu@cs.umass.edu>
10622
10623         * tree-into-ssa.c: Remove obsolete comments.
10624
10625 2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
10626
10627         * tree-ssa-loop.c (gate_tree_complete_unroll): Run complete
10628         unrolling if -fpeel-loops is specified, too.
10629         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
10630         Remove superfluous check for flag_unroll_loops.
10631
10632 2005-03-21  Uros Bizjak  <uros@kss-loka.si>
10633
10634         * optabs.h (enum optab_index): Add new OTI_lrint and OTI_llrint.
10635         (lrint_optab, llrint_optab): Define corresponding macros.
10636         * optabs.c (init_optabs): Initialize lrint_optab and llrint_optab.
10637         * genopinit.c (optabs): Implement lrint_optab using lrintsi2
10638         pattern and llrint_optab using llrintdi2 patterns.
10639         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_LRINT{,F,L}
10640         using lrint_optab and BUILT_IN_LLRINT{,F,L} using llrint_optab.
10641         (expand_builtin): Expand BUILT_IN_LRINT{,F,L} and
10642         BUILT_IN_LLRINT{,F,L} using expand_builtin_mathfn if
10643         flag_unsafe_math_optimizations is set.
10644
10645 2005-03-21  Paolo Bonzini  <bonzini@gnu.org>
10646
10647         * combine.c (combine_simplify_rtx, simplify_if_then_else,
10648         simplify_logical, if_then_else_cond, known_cond,
10649         simplify_comparison): Adjust calls to reverse_comparison.
10650         Don't use combine_reversed_comparison_code).
10651         (combine_reversed_comparison_code): Remove.
10652         (reversed_comparison): Using reversed_comparison_code, move it...
10653         * jump.c (reversed_comparison): ... here.
10654         * rtl.h (reversed_comparison): Add prototype.
10655
10656 2005-03-21  Kazu Hirata  <kazu@cs.umass.edu>
10657
10658         * builtins.c (fold_builtin): Take decomposed arguments of
10659         CALL_EXPR.
10660         * fold-const.c (fold_ternary): Update a call to fold_builtin.
10661         * gimplify.c (gimplify_call_expr): Likewise.
10662         * tree-ssa-ccp.c (ccp_fold, ccp_fold_builtin): Likewise.
10663         * tree.h: Update the prototype of fold_builtin.
10664
10665 2005-03-21  Paolo Bonzini  <bonzini@gnu.org>
10666
10667         * rtl.h (struct rtx_hooks): Add gen_lowpart_no_emit.
10668         * rtlhooks.c (gen_lowpart_no_emit_general): New.
10669         * rtlhooks-def.h (gen_lowpart_no_emit_general): Declare.
10670         (RTL_HOOKS_GEN_LOWPART_NO_EMIT): New.
10671         * simplify-rtx.c (simplify_binary_operation_1): Use it.
10672
10673 2005-03-21  Kazu Hirata  <kazu@cs.umass.edu>
10674
10675         * builtins.c (fold_builtin_1): Take decomposed arguments of
10676         CALL_EXPR.
10677         (fold_builtin): Update a call to fold_builtin_1.
10678
10679 2005-03-21  Nathan Sidwell  <nathan@codesourcery.com>
10680
10681         PR other/20564
10682         * gcov.c (output_lines): Only output function block summary when
10683         outputting branch information.
10684         * doc/gcov.texi: Document format of preamble and additional block
10685         information lines.
10686
10687 2005-03-21  Richard Sandiford  <rsandifo@redhat.com>
10688
10689         * libgcc2.h (LIBGCC2_HAS_SF_MODE): New macro.
10690         (LIBGCC2_HAS_DF_MODE, LIBGCC2_HAS_TF_MODE, LIBGCC2_HAS_XF_MODE): Make
10691         the defaults false if BITS_PER_UNIT != 8.
10692         (SFtype, SCtype, __fixsfdi, __floatdisf, __fixunssfSI, __fixunssfDI)
10693         (__powisf2, __divsc3, __mulsc3): Guard with LIBGCC2_HAS_SF_MODE rather
10694         than BITS_PER_UNIT != 8.
10695         (L_fixdfdi, L_fixsfdi, L_fixtfdi, L_fixunsdfdi, L_fixunsdfsi)
10696         (L_fixunssfdi, L_fixunssfsi, L_fixunstfdi, L_fixunsxfdi, L_fixunsxfsi)
10697         (L_fixxfdi, L_floatdidf, L_floatdisf, L_floatditf, L_floatdixf): Remove
10698         #undefs.
10699         * libgcc2.c (__fixunssfDI, __fixsfdi, __floatdisf, __fixunssfSI)
10700         (__powisf2, __divsc3, __mulsc3): Guard with LIBGCC2_HAS_SF_MODE.
10701
10702 2005-03-20  Roger Sayle  <roger@eyesopen.com>
10703
10704         PR middle-end/20539
10705         * fold-const.c (fold_binary): Fix type mismatch between
10706         TRUTH_{AND,OR,XOR}_EXPR nodes an their operands' types.
10707         (fold_binary) <TRUTH_XOR_EXPR>: Avoid calling invert_truthvalue
10708         for non-truth-valued expressions.
10709
10710         * c-common.c (c_common_truthvalue_conversion): Handle ERROR_MARK
10711         and FUNCTION_DECL in the main switch.
10712         <TRUTH_ANDIF_EXPR, TRUTH_ORIF_EXPR, TRUTH_AND_EXPR, TRUTH_OR_EXPR,
10713         TRUTH_XOR_EXPR>: When changing the result type of these tree nodes,
10714         we also need to convert their operands to match.
10715         <TRUTH_NOT_EXPR>: Likewise.
10716
10717 2005-03-21  Joseph S. Myers  <joseph@codesourcery.com>
10718
10719         * c-common.c (lvalue_or_else): Replace by lvalue_error; only give
10720         diagnostic without checking whether an lvalue.
10721         * c-common.h (lvalue_p): Remove.
10722         (enum lvalue_use): Update comment.
10723         (lvalue_or_else): Replace by lvalue_error.
10724         * c-typeck.c (lvalue_p): Make static.
10725         (lvalue_or_else): New.  Call lvalue_error.
10726
10727 2005-03-21  Alan Modra  <amodra@bigpond.net.au>
10728
10729         * config/rs6000/rs6000.c (rs6000_parm_start): New function.
10730         (function_arg_advance): Use rs6000_parm_start.
10731         (function_arg, rs6000_arg_partial_bytes): Likewise.
10732
10733 2005-03-20  Joseph S. Myers  <joseph@codesourcery.com>
10734
10735         * c-common.c (check_case_value): Adjust comment about stripping
10736         NOPs.
10737         (handle_vector_size_attribute): Don't strip NON_LVALUE_EXPR.
10738         * c-typeck.c (default_conversion, convert_arguments,
10739         build_modify_expr, convert_for_assignment, store_init_value,
10740         digest_init): Use STRIP_TYPE_NOPS instead of stripping nops
10741         manually.  Remove inaccurate comments.
10742
10743 2005-03-20  Roger Sayle  <roger@eyesopen.com>
10744             Joseph S. Myers  <joseph@codesourcery.com>
10745
10746         * varasm.c (do_assemble_alias): Restore comment describing function.
10747         Annotate the target parameter as potentially unused.
10748
10749 2005-03-20  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10750
10751         PR target/18551
10752         * config/avr/avr.c (avr_output_function_prologue): Do not use
10753         current_function_name() in a label, use a local label instead.
10754
10755 2005-03-20  David Edelsohn  <edelsohn@gnu.org>
10756
10757         * config/rs6000/rs6000.c (rs6000_generate_compare): Test
10758         flag_finite_math_only, not flag_unsafe_math_optimizations.
10759
10760 2005-03-20  Kazu Hirata  <kazu@cs.umass.edu>
10761
10762         * builtins.c (fold_builtin_1): Update a call to
10763         targetm.fold_builtin.
10764         * hooks.c (hook_tree_tree_bool_null): Rename to
10765         hook_tree_tree_tree_bool_null.  Take one more argument of type
10766         tree.
10767         * hooks.h: Update the prototype of hook_tree_tree_bool_null.
10768         * target-def.h (TARGET_FOLD_BUILTIN): Define it as
10769         hook_tree_tree_tree_bool_null.
10770         * target.h (gcc_target): Update the prototype of fold_builtin.
10771         * config/alpha/alpha.c (alpha_fold_builtin): Take decomposed
10772         arguments of CALL_EXPR.
10773         * doc/tm.texi (TARGET_FOLD_BUILTIN): Update.  Mention the
10774         new prototype.
10775
10776 2005-03-20  Jan Hubicka  <jh@suse.cz>
10777
10778         * cgraph.h (cgraph_node): Add prev_clone pointer.
10779         * cgraph.c (cgraph_remove_node): Remove from doubly linked chain.
10780         (cgraph_clone_node): Produce doubly linked chain.
10781
10782 2005-03-20  Joseph S. Myers  <joseph@codesourcery.com>
10783
10784         * c-common.c (handle_aligned_attribute, check_function_sentinel,
10785         get_nonnull_operand, handle_sentinel_attribute,
10786         check_function_arguments_recurse): Do not strip NOPS from
10787         INTEGER_CSTs.
10788         * c-decl.c (check_bitfield_type_and_width, build_enumerator):
10789         Likewise.
10790         * c-format.c (get_constant): Likewise.
10791         * c-parser.c (c_parser_postfix_expression): Likewise.
10792         * c-typeck.c (set_init_index): Likewise.
10793         (convert_arguments): Don't check for NOP_EXPR containing integer
10794         constant.
10795
10796 2005-03-20  Kazu Hirata  <kazu@cs.umass.edu>
10797
10798         * builtins.c (fold_fixed_mathfn, fold_builtin_trunc,
10799         fold_builtin_floor, fold_builtin_ceil, fold_builtin_lround):
10800         Take decomposed arguments of CALL_EXPR.
10801         (fold_builtin_1): Update calls to the functions mentioned
10802         above.
10803
10804 2005-03-20  Joseph S. Myers  <joseph@codesourcery.com>
10805
10806         * c-decl.c (check_bitfield_type_and_width): Require bit-field
10807         width to have integer type.
10808         (build_enumerator): Require enumerator value to have integer type.
10809
10810 2005-03-19  Joseph S. Myers  <joseph@codesourcery.com>
10811
10812         * doc/extend.texi (__builtin_inf): Move statement about INFINITY
10813         to __builtin_inff.
10814
10815 2005-03-19  Joseph S. Myers  <joseph@codesourcery.com>
10816
10817         * c.opt (ansi, std=iso9899:1990, std=iso9899:1999,
10818         std=iso9899:199x): Correct descriptions.
10819
10820 2005-03-19  Joseph S. Myers  <joseph@codesourcery.com>
10821
10822         * config.gcc: Consistently use solaris2.1[0-9]* instead of
10823         solaris2.1[0-9].
10824
10825 2005-03-19  Kazu Hirata  <kazu@cs.umass.edu>
10826
10827         * builtins.c (fold_builtin_memcpy): Take decomposed arguments
10828         of CALL_EXPR.
10829         (expand_builtin_memcpy, fold_builtin_1): Update calls to
10830         fold_builtin_memcpy.
10831
10832         * builtins.c (fold_trunc_transparent_mathfn): Take decomposed
10833         arguments of CALL_EXPR.
10834         (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil,
10835         fold_builtin_found, fold_builtin_1): Update calls to
10836         fold_trunc_transparent_mathfn.
10837
10838 2005-03-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10839
10840         PR middle-end/20493
10841         * fold-const.c (fold_widened_comparison): Don't optimize casts of
10842         function pointers on targets that require function pointer
10843         canonicalization.
10844         (fold_sign_changed_comparison): Likewise.
10845
10846 2005-03-19  Bernd Schmidt  <bernd.schmidt@analog.com>
10847
10848         * combine.c (try_combine): When changing the mode of a hard reg, make
10849         sure that doing so is valid.
10850
10851 2005-03-19  Richard Sandiford  <rsandifo@redhat.com>
10852
10853         * config/avr/avr.c (avr_init_stack, avr_mcu_name): Make static.
10854         (TARGET_HANDLE_OPTION): Override default.
10855         (avr_handle_option): New function.
10856         * config/avr/avr.h (MASK_ALL_DEBUG, MASK_ORDER_1, MASK_INSN_SIZE_DUMP)
10857         (MASK_ORDER_2, MASK_NO_TABLEJUMP, MASK_INT8, MASK_NO_INTERRUPTS)
10858         (MASK_CALL_PROLOGUES, MASK_TINY_STACK, MASK_SHORT_CALLS)
10859         (TARGET_ORDER_1, TARGET_ORDER_2, TARGET_INT8, TARGET_NO_INTERRUPTS)
10860         (TARGET_INSN_SIZE_DUMP, TARGET_CALL_PROLOGUES, TARGET_TINY_STACK)
10861         (TARGET_NO_TABLEJUMP, TARGET_SHORT_CALLS, TARGET_ALL_DEBUG)
10862         (TARGET_SWITCHES, avr_init_stack, avr_mcu_name)
10863         (TARGET_OPTIONS): Delete.
10864         * config/avr/avr.opt: New file.
10865
10866 2005-03-18  2005-03-18  Kazu Hirata  <kazu@cs.umass.edu>
10867
10868         * config/m32r/m32r-protos.h: Remove the prototypes for
10869         call_address_operand, symbolic_operand, seth_add3_operand,
10870         cmp_int16_operand, uint16_operand, reg_or_int16_operand,
10871         reg_or_uint16_operand, reg_or_cmp_int16_operand,
10872         two_insn_const_operand, move_src_operand,
10873         move_double_src_operand, move_dest_operand,
10874         eqne_comparison_operator, signed_comparison_operator,
10875         large_insn_p, conditional_move_operand, carry_compare_operand,
10876         m32r_block_immediate_operand, extend_operand,
10877         reg_or_eq_int16_operand, int8_operand, and
10878         reg_or_zero_operand.
10879         * config/m32r/m32r.c (call_address_operand, symbolic_operand,
10880         seth_add3_operand, int8_operand, cmp_int16_operand,
10881         uint16_operand, reg_or_int16_operand, reg_or_uint16_operand,
10882         reg_or_eq_int16_operand, reg_or_cmp_int16_operand,
10883         reg_or_zero_operand, two_insn_const_operand, move_src_operand,
10884         move_double_src_operand, move_dest_operand,
10885         eqne_comparison_operator, signed_comparison_operator,
10886         extend_operand, small_insn_p, large_insn_p,
10887         conditional_move_operand, carry_compare_operand,
10888         m32r_block_immediate_operand): Move to predicates.md.
10889         (MAX_MOVE_BYTES): Move to m32r.h.
10890         * config/m32r/m32r.h (PREDICATE_CODES): Remove.
10891         * config/m32r/m32r.md: Include predicates.md.
10892         * config/m32r/predicates.md: New.
10893
10894 2005-03-18  James E Wilson  <wilson@specifixinc.com>
10895
10896         PR c++/19769
10897         * dwarf2out.c (declare_in_namespace): Ignore decls with an abstract
10898         origin.
10899
10900 2005-03-18  Kazu Hirata  <kazu@cs.umass.edu>
10901
10902         * config/mn10300/mn10300-protos.h: Remove the prototypes for
10903         call_address_operand, const_8bit_operand.
10904         * config/mn10300/mn10300.c (call_address_operand,
10905         const_8bit_operand, const_1f_operand): Move to predicates.md.
10906         * config/mn10300/mn10300.h (PREDICATE_CODES): Remove.
10907         * config/mn10300/mn10300.md: Include predicates.md.
10908         * config/mn10300/predicates.md: New.
10909
10910 2005-03-18  Joseph S. Myers  <joseph@codesourcery.com>
10911
10912         * c-common.c, c-decl.c, c-format.c, c-typeck.c: Use %D for
10913         declarations in diagnostics and %E for identifiers, not %s.
10914
10915 2005-03-18  Jan Hubicka  <jh@suse.cz>
10916             Dale Johannesen  <dalej@apple.com>
10917
10918         * basic-block.h (scale_bbs_frequencies_int,
10919         scale_bbs_frequencies_gcov_type): Declare.
10920         * cfg.c (RDIV): New macro.
10921         (update_bb_frequency_for_threading): Fix.
10922         * basic-block.h (scale_bbs_frequencies_int,
10923         scale_bbs_frequencies_gcov_type): New.
10924         * cfgloopmanip.c (scale_bbs_frequencies): Kill.
10925         (scale_loop_frequencies, duplicate_loop_to_header_edge): Use
10926         scale_bbs_frequencies_int.
10927         * tree-ssa-loop-ch.c (copy_loop_headers): Fix profiling info.
10928
10929 2005-03-18  Kazu Hirata  <kazu@cs.umass.edu>
10930
10931         * config/m32r/m32r-protos.h: Remove the prototypes for
10932         call_address_operand, symbolic_operand, seth_add3_operand,
10933         cmp_int16_operand, uint16_operand, reg_or_int16_operand,
10934         reg_or_uint16_operand, reg_or_cmp_int16_operand,
10935         two_insn_const_operand, move_src_operand,
10936         move_double_src_operand, move_dest_operand,
10937         eqne_comparison_operator, signed_comparison_operator,
10938         large_insn_p, conditional_move_operand, carry_compare_operand,
10939         m32r_block_immediate_operand, extend_operand,
10940         reg_or_eq_int16_operand, int8_operand, and
10941         reg_or_zero_operand.
10942         * config/m32r/m32r.c (call_address_operand, symbolic_operand,
10943         seth_add3_operand, int8_operand, cmp_int16_operand,
10944         uint16_operand, reg_or_int16_operand, reg_or_uint16_operand,
10945         reg_or_eq_int16_operand, reg_or_cmp_int16_operand,
10946         reg_or_zero_operand, two_insn_const_operand, move_src_operand,
10947         move_double_src_operand, move_dest_operand,
10948         eqne_comparison_operator, signed_comparison_operator,
10949         extend_operand, small_insn_p, large_insn_p,
10950         conditional_move_operand, carry_compare_operand,
10951         m32r_block_immediate_operand): Move to predicates.md.
10952         (MAX_MOVE_BYTES): Move to m32r.h.
10953         * config/m32r/m32r.h (PREDICATE_CODES): Remove.
10954         * config/m32r/m32r.md: Include predicates.md.
10955         * config/m32r/predicates.md: New.
10956
10957         * config/pa/pa-protos.h: Add prototypes for magic_milli and
10958         shadd_constant_p.
10959         * config/pa/pa.c (reg_or_0_operand, call_operand_address,
10960         symbolic_operand, symbolic_memory_operand,
10961         reg_or_0_or_nonsymb_mem_operand, reg_before_reload_operand,
10962         indexed_memory_operand, move_dest_operand, move_src_operand,
10963         prefetch_cc_operand, prefetch_nocc_operand,
10964         reg_or_cint_move_operand, pic_label_operand, fp_reg_operand,
10965         arith_operand, arith11_operand, pre_cint_operand,
10966         post_cint_operan, arith_double_operand, ireg_or_int5_operand,
10967         ireg_operand, int5_operand, uint5_operand, int11_operand,
10968         uint32_operand, arith5_operand, and_operand, ior_operand,
10969         lhs_lshift_operand, lhs_lshift_cint_operand, arith32_operand,
10970         pc_or_label_operand, div_operand, plus_xor_ior_operator,
10971         shadd_operand, movb_comparison_operator,
10972         cmpib_comparison_operator): Move to predicates.md.
10973         (magic_milli, shadd_constant_p): Make it extern.
10974         * config/pa/pa.h (PREDICATE_CODES): Remove.
10975         * config/pa/pa.md: Include predicates.md.
10976         * config/pa/predicates.md: New.
10977
10978         * config/v850/v850.h (PREDICATE_CODES): Remove a nonexistent
10979         predicate.
10980
10981 2005-03-18  Kazu Hirata  <kazu@cs.umass.edu>
10982
10983         * hooks.c, hooks.h, intl.c, opts.h, prefix.c, tree-gimple.c,
10984         config/alpha/ev4.md, config/alpha/ev5.md, config/alpha/ev6.md,
10985         config/alpha/freebsd.h, config/alpha/linux.h,
10986         config/alpha/netbsd.h, config/alpha/osf5.h,
10987         config/alpha/vms.h, config/arc/arc.c, config/arc/arc.h,
10988         config/h8300/h8300-protos.h, config/h8300/h8300.c,
10989         config/h8300/h8300.h, config/ia64/unwind-ia64.c,
10990         doc/cppopts.texi: Update copyright.
10991
10992 2005-03-18  Jan Hubicka  <jh@suse.cz>
10993
10994         PR middle-end/20225
10995         * cgraph.c (cgraph_mark_reachable_node): Assert that it is not called
10996         too late.
10997         * varasm.c (find_decl_and_mark_needed): Mark needed only when not
10998         called too late.
10999
11000 2005-03-18  Kazu Hirata  <kazu@cs.umass.edu>
11001
11002         * tree-into-ssa.c (find_idf): Use VEC_quick_push instead of
11003         VEC_safe_push.
11004
11005 2005-03-18  Paolo Bonzini  <bonzini@gnu.org>
11006
11007         * combine.c (gen_binary): Remove.
11008         (known_cond, simplify_shift_const, find_split_point,
11009         combine_simplify_rtx, simplify_if_then_else, simplify_set,
11010         simplify_logical, expand_field_assignment, extract_left_shift,
11011         force_to_mode, if_then_else_cond, apply_distributive_law,
11012         simplify_and_const_int, simplify_shift_const, gen_lowpart_for_combine,
11013         simplify_comparison, reversed_comparison): Replace with
11014         simplify_gen_binary, simplify_gen_relational or
11015         distribute_and_simplify_rtx.
11016         (distribute_and_simplify_rtx): New function.
11017
11018 2005-03-18  Alexey Neyman  <alex.neyman@auriga.ru>
11019             Paolo Bonzini  <gcc.gnu.org>
11020
11021         * calls.c (setjmp_call_p, special_function_p): Update comments
11022         at the head of the functions.
11023
11024 2005-03-18  Jan Hubicka  <jh@suse.cz>
11025
11026         * tree-cfg.c (fold_cond_expr_cond): Use boolean types for condition.
11027
11028         * cgraph.c (cgraph_remove_node): Avoid loop in code deciding whether
11029         function body should be released; do not proactively release function
11030         bodies in non-unit-at-a-time mode.
11031
11032 2005-03-18  Ralf Corsepius  <ralf.corsepius@rtems.org>
11033
11034         * config/i386/t-rtems-i386 (MULTILIBS): Remove k6, athlon,
11035         mno-fp-ret-in-387 multilib variants.
11036
11037 2005-03-18  Richard Sandiford  <rsandifo@redhat.com>
11038
11039         * common.opt (m): Remove.
11040         * opts.c (handle_option): Pass 'm' options to set_target_switch if
11041         table lookup fails.
11042         (common_handle_option): Remove OPT_m case.
11043
11044 2005-03-18  Kazu Hirata  <kazu@cs.umass.edu>
11045
11046         * builtins.c (fold_builtin_bitop): Take decomposed arguments
11047         of CALL_EXPR.
11048         (fold_builtin_1): Update a call to fold_builtin_bitop.
11049
11050         * builtins.c (fold_builtin_signbit): Take decomposed arguments
11051         of CALL_EXPR.
11052         (fold_builtin_1): Update a call to fold_builtin_signbit.
11053
11054 2005-03-17  Dorit Naishlos  <dorit@il.ibm.com>
11055
11056         PR tree-optimization/20474
11057         * tree-vect-analyze.c (vect_analyze_pointer_ref_access): Check the
11058         size_type of the relevant pointer. Check for COMPLETE_TYPE_P.
11059
11060 2005-03-17  Kazu Hirata  <kazu@cs.umass.edu>
11061
11062         * config/h8300/h8300-protos.h: Remove prototypes for
11063         general_operand_src, general_operand_dst, single_one_operand,
11064         single_zero_operand, call_insn_operand,
11065         two_insn_adds_subs_operand, small_call_insn_operand,
11066         jump_address_operand, bit_operand, bit_memory_operand,
11067         stack_pointer_operand, const_int_gt_2_operand,
11068         const_int_ge_8_operand, const_int_qi_operand,
11069         const_int_hi_operand, incdec_operand, bit_operator,
11070         nshift_operator, eqne_operator, gtle_operator,
11071         gtuleu_operator, iorxor_operator.
11072         Add prototypes for h8sx_shift_type h8sx_classify_shift and
11073         h8300_ldm_stm_parallel.
11074         * config/h8300/h8300.c (h8sx_shift_type,): Move to
11075         h8300-protos.h.
11076         (SYMBOL_FLAG_FUNCVEC_FUNCTION, SYMBOL_FLAG_EIGHTBIT_DATA,
11077         SYMBOL_FLAG_TINY_DATA): Move to h8300.h.
11078         (h8300_ldm_stm_parallel): Make it extern.
11079         (h8300_ldm_parallel, h8300_stm_parallel,
11080         h8300_return_parallel, general_operand_src,
11081         general_operand_dst, h8300_dst_operand, h8300_src_operand,
11082         nibble_operand, reg_or_nibble_operand, single_one_operand,
11083         single_zero_operand, call_insn_operand,
11084         two_insn_adds_subs_operand, small_call_insn_operand,
11085         jump_address_operand, bit_operand, bit_memory_operand,
11086         stack_pointer_operand, const_int_gt_2_operand,
11087         const_int_ge_8_operand, const_int_qi_operand,
11088         const_int_hi_operand, incdec_operand, eqne_operator,
11089         gtle_operator, gtuleu_operator, iorxor_operator, bit_operator,
11090         h8sx_binary_memory_operator, h8sx_unary_memory_operator,
11091         h8sx_unary_shift_operator, h8sx_binary_shift_operator,
11092         nshift_operator): Move to predicates.md.
11093         * config/h8300/h8300.h (PREDICATE_CODES): Remove.
11094         * config/h8300/h8300.md: Include predicates.md.
11095         * config/h8300/predicates.md: New.
11096
11097 2005-03-17  Richard Henderson  <rth@redhat.com>
11098
11099         * config.gcc (ia64*-*-hpux*): Add extra_options.
11100         * config/ia64/hpux.h (SUBTARGET_SWITCHES): Remove.
11101         (TARGET_DEFAULT): Remove MASK_INLINE_FLOAT_DIV_THR.
11102         * config/ia64/ia64.c (ia64_fixed_range_string): Remove.
11103         (ia64_tls_size_string, ia64_tune_string): Remove.
11104         (ia64_tune): Init to PROCESSOR_ITANIUM2.
11105         (TARGET_DEFAULT_TARGET_FLAGS): New.
11106         (TARGET_HANDLE_OPTION): New.
11107         (ia64_override_options): Move options parsing ...
11108         (ia64_handle_option): ... here.  New.
11109         * config/ia64/ia64.h (target_flags, MASK_BIG_ENDIAN, MASK_GNU_AS,
11110         MASK_GNU_LD, MASK_NO_PIC, MASK_VOL_ASM_STOP, MASK_ILP32,
11111         MASK_REG_NAMES, MASK_NO_SDATA, MASK_CONST_GP, MASK_AUTO_PIC,
11112         MASK_INLINE_FLOAT_DIV_LAT, MASK_INLINE_FLOAT_DIV_THR,
11113         MASK_INLINE_INT_DIV_LAT, MASK_INLINE_INT_DIV_THR,
11114         MASK_INLINE_SQRT_LAT, MASK_INLINE_SQRT_THR, MASK_DWARF2_ASM,
11115         MASK_EARLY_STOP_BITS, TARGET_BIG_ENDIAN, TARGET_GNU_AS, TARGET_GNU_LD,
11116         TARGET_NO_PIC, TARGET_VOL_ASM_STOP, TARGET_ILP32, TARGET_REG_NAMES,
11117         TARGET_NO_SDATA, TARGET_CONST_GP, TARGET_AUTO_PIC,
11118         TARGET_INLINE_FLOAT_DIV_LAT, TARGET_INLINE_FLOAT_DIV_THR,
11119         TARGET_INLINE_INT_DIV_LAT, TARGET_INLINE_INT_DIV_THR,
11120         TARGET_INLINE_FLOAT_DIV, TARGET_INLINE_INT_DIV, TARGET_INLINE_SQRT_LAT,
11121         TARGET_INLINE_SQRT_THR, TARGET_INLINE_SQRT, TARGET_DWARF2_ASM,
11122         TARGET_EARLY_STOP_BITS): Remove.
11123         (TARGET_ILP32): Default false.
11124         (TARGET_SWITCHES, SUBTARGET_SWITCHES, TARGET_OPTIONS): Remove.
11125         (enum ia64_inline_type): New.
11126         (TARGET_DEFAULT): Remove MASK_INLINE_FLOAT_DIV_THR.
11127         * config/ia64/ia64.md: Update for new definitions of
11128         TARGET_INLINE_INT_DIV, TARGET_INLINE_FLOAT_DIV, TARGET_INLINE_SQRT.
11129         * config/ia64/ia64.opt: New file.
11130         * config/ia64/ilp32.opt: New file.
11131
11132 2005-03-17  H.J. Lu  <hongjiu.lu@intel.com>
11133
11134         PR target/18380
11135         * config/ia64/unwind-ia64.c (_Unwind_FindTableEntry): Removed.
11136
11137 2005-03-17  Kazu Hirata  <kazu@cs.umass.edu>
11138
11139         * config/h8300/h8300.c (h8300_init_once): Use MASK_H8300S_1
11140         instead of MASK_H8300S.
11141         * config/h8300/h8300.h (target_flags, MASK_H8300S, MASK_MAC,
11142         MASK_INT32, MASK_ADDRESSES, MASK_QUICKCALL, MASK_SLOWBYTE,
11143         MASK_NORMAL_MODE, MASK_RELAX, MASK_H8300H, MASK_ALIGN_300,
11144         MASK_H8300SX, TARGET_INT32, TARGET_ADDRESSES,
11145         TARGET_QUICKCALL, TARGET_SLOWBYTE, TARGET_H8300H,
11146         TARGET_H8300XS, TARGET_NORMAL_MODE, TARGET_ALIGN_300,
11147         TARGET_SWITCHES): Remove.
11148         (TARGET_H8300S): Redefine interms of TARGET_H8300S_1 and
11149         TARGET_H8300SX.
11150         * config/h8300/h8300.opt: New.
11151
11152         * config/alpha/alpha.opt, config/arc/arc.opt,
11153         config/h8300/h8300.opt, config/mips/mips.opt: Add copyright
11154         notices.
11155
11156 2005-03-17  Ian Lance Taylor  <ian@airs.com>
11157
11158         * gmon.c: Remove.
11159
11160 2005-03-17  Richard Sandiford  <rsandifo@redhat.com>
11161
11162         * config/arc/arc.c (arc_cpu_string): Make static.  Default to "base"
11163         (arc_text_string, arc_data_string, arc_rodata_string): Make static.
11164         (TARGET_HANDLE_OPTION): Override default.
11165         (arc_handle_option): New function.
11166         (arc_init): Remove code to set arch_cpu_string.
11167         * config/arc/arc.h (target_flags, TARGET_MASK_MANGLE_CPU)
11168         (TARGET_MANGLE_CPU, TARGET_MASK_MANGLE_CPU_LIBGCC)
11169         (TARGET_MANGLE_CPU_LIBGCC, TARGET_MASK_ALIGN_LOOPS, TARGET_ALIGN_LOOPS)
11170         (TARGET_MASK_BIG_ENDIAN, TARGET_BIG_ENDIAN, TARGET_MASK_NO_COND_EXEC)
11171         (TARGET_NO_COND_EXEC, TARGET_SWITCHES, TARGET_DEFAULT)
11172         (SUBTARGET_SWITCHES, arc_cpu_string, arc_text_string, arc_data_string)
11173         (arc_rodata_string, TARGET_OPTIONS): Delete.
11174         * config/arc/arc.opt: New file.
11175
11176 2005-03-17  Richard Henderson  <rth@redhat.com>
11177
11178         * doc/extend.texi (Weak Pragmas): New section.
11179         (attribute alias): Clarify that target must be in the same
11180         translation unit.
11181
11182 2005-03-17  Richard Henderson  <rth@redhat.com>
11183
11184         * config/alpha/alpha.opt: New file.
11185         * config/alpha/alpha.c (alpha_tune): New.  Rename all existing uses
11186         of alpha_cpu.
11187         (alpha_cpu_string, alpha_tune_string, alpha_tp_string,
11188         alpha_fprm_string, alpha_fptm_string): Make static.
11189         (alpha_tls_size_string): Remove.
11190         (alpha_handle_option): New.
11191         (override_options): Update for alpha_cpu/alpha_tune split.
11192         (alpha_file_start): Likewise.
11193         (TARGET_DEFAULT_TARGET_FLAGS): New.
11194         (TARGET_HANDLE_OPTION): New.
11195         * config/alpha/alpha.h (alpha_tune): Declare.
11196         (MASK_FP, MASK_FPREGS, TARGET_FPREGS, MASK_GAS, TARGET_GAS,
11197         MASK_IEEE_CONFORMANT, TARGET_IEEE_CONFORMANT, MASK_IEEE, TARGET_IEEE,
11198         MASK_IEEE_WITH_INEXACT, TARGET_IEEE_WITH_INEXACT, MASK_BUILD_CONSTANTS,
11199         TARGET_BUILD_CONSTANTS, MASK_FLOAT_VAX, TARGET_FLOAT_VAX, MASK_BWX,
11200         TARGET_BWX, MASK_MAX, TARGET_MAX, MASK_FIX, TARGET_FIX, MASK_CIX,
11201         TARGET_CIX, MASK_EXPLICIT_RELOCS, TARGET_EXPLICIT_RELOCS,
11202         MASK_SMALL_DATA, TARGET_SMALL_DATA, MASK_TLS_KERNEL, TARGET_TLS_KERNEL,
11203         MASK_SMALL_TEXT, TARGET_SMALL_TEXT, MASK_LONG_DOUBLE_128,
11204         TARGET_LONG_DOUBLE_128, MASK_CPU_EV5, TARGET_CPU_EV5, MASK_CPU_EV6,
11205         TARGET_CPU_EV6, MASK_SUPPORT_ARCH): Remove.
11206         (TARGET_SWITCHES, TARGET_OPTIONS): Remove.
11207         (TARGET_DEFAULT): Remove MASK_FP.
11208         (TARGET_FP): Redefined based on TARGET_SOFT_FP.
11209         (TARGET_SUPPORT_ARCH): Default on if HAVE_AS_EXPLICIT_RELOCS.
11210         (alpha_cpu_string, alpha_tune_string, alpha_fprm_string,
11211         alpha_fptm_string, alpha_tp_string, alpha_mlat_string,
11212         alpha_tls_size_string): Remove.
11213         * config/alpha/alpha.md (prefetch): Use alpha_cpu.
11214         (attribute tune): Rename from attribute cpu.
11215         * config/alpha/ev4.md: Update to match.
11216         * config/alpha/ev5.md, config/alpha/ev6.md: Likewise.
11217         * config/alpha/freebsd.h (TARGET_DEFAULT): Remove MASK_FP.
11218         * config/alpha/linux.h (TARGET_DEFAULT): Likewise.
11219         * config/alpha/netbsd.h (TARGET_DEFAULT): Likewise.
11220         * config/alpha/osf5.h (TARGET_DEFAULT): Likewise.
11221         * config/alpha/vms.h (TARGET_DEFAULT): Likewise.
11222
11223 2005-03-16  James E. Wilson  <wilson@specifixinc.com>
11224
11225         * config/ia64/ia64.c (issue_nops_and_insn): Check first_insn attribute,
11226         and return without creating new state if before_nops_num is nonzero.
11227         * config/ia64/ia64.md (first_insn): New attribute.
11228         (alloc): Set it to yes.
11229
11230 2005-03-16  Daniel Berlin  <dberlin@dberlin.org>
11231
11232         * tree-vectorizer.c (new_vec_stmt_info): Initialize
11233         STMT_VINFO_SUBVARS to NULL.
11234         * tree-vect-analyze.c (vect_analyze_data_refs): Ditto.
11235
11236 2005-03-16 Dale Johannesen  <dalej@apple.com>
11237
11238         * rtlanal.c (find_first_parameter_load):  Rewrite to
11239         return actual first param load or the call if none,
11240         instead of first in block, when not all loads exist.
11241
11242 2005-03-16  Roger Sayle  <roger@eyesopen.com>
11243
11244         * optabs.c (expand_copysign_absneg): Make static.
11245         * optabs.h (expand_copysign_absneg): Delete prototype.
11246         * config/rs6000/rs6000.md (copysigntf3): Delete pattern.
11247
11248 2005-03-16  Richard Henderson  <rth@redhat.com>
11249
11250         PR middle-end/15700
11251         * varasm.c (struct alias_pair): Rename from struct output_def_pair.
11252         (alias_pairs): Rename from output_defs.
11253         (find_decl_and_mark_needed): Split out from assemble_alias.
11254         (do_assemble_alias): New.
11255         (assemble_output_def): Remove.
11256         (finish_aliases_1, finish_aliases_2): New.
11257         (process_pending_assemble_output_defs): Remove.
11258         (assemble_alias): Defer aliases for which we don't yet have a
11259         non-external decl for the target symbol.
11260         * passes.c (rest_of_decl_compilation): Register variables with cgraph.
11261         * cgraphunit.c (cgraph_finalize_compilation_unit): Use finish_aliases_1.
11262         * toplev.c (compile_file): Use finish_aliases_2 instead of
11263         process_pending_assemble_output_defs.
11264         * tree.h (finish_aliases_1, finish_aliases_2): Declare.
11265         (process_pending_assemble_output_defs): Remove.
11266
11267 2005-03-16  Daniel Berlin  <dberlin@dberlin.org>
11268
11269         Fix PR tree-optimization/20489
11270
11271         * tree-ssa-alias.c (push_fields_onto_fieldstack): DTRT
11272         for empty structures.
11273
11274 2005-03-16  Daniel Berlin  <dberlin@dberlin.org>
11275
11276         Fix PR tree-optimization/20490
11277
11278         * tree-ssa-pre.c (create_expression_by_pieces): Use
11279         force_gimple_operand on result of fold.
11280
11281 2005-03-16  Andrew Pinski  <pinskia@physics.uc.edu>
11282
11283         * config/i386/emmintrin.h (_mm_extract_epi16): Correct the number
11284         of closing parenthesis.
11285
11286 2005-03-16  Kazu Hirata  <kazu@cs.umass.edu>
11287
11288         * builtins.c (expand_movstr): Update a call to
11289         fold_builtin_strcpy.
11290         (expand_builtin_strncpy): Update a call to
11291         fold_builtin_strncpy.
11292         (fold_builtin_strcpy, fold_builtin_strncpy): Take decomosed
11293         arguments of CALL_EXPR.
11294         (fold_builtin_1): Update calls to fold_builtin_strcpy and
11295         fold_builtin_strncpy.
11296         * tree-ssa-ccp.c (ccp_fold_builtin): Likewise.
11297         * tree.h: Update the prototypes of fold_builtin_strcpy and
11298         fold_builtin_strncpy.
11299
11300 2005-03-16  Steven Bosscher  <stevenb@suse.de>
11301             Dorit Naishlos  <dorit@il.ibm.com>
11302
11303         * tree-vect-analyze.c (vect_enhance_data_refs_alignment): Copy
11304         UNITS_PER_SIMD_WORD to a local variable to avoid a "division by zero"
11305         error.
11306
11307 2005-03-16  Steven Bosscher  <stevenb@suse.de>
11308
11309         * tree-inline.c (walk_type_fields, walk_tree,
11310         walk_tree_without_duplicates): Move from here...
11311         * tree.c: ...to here.
11312
11313 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
11314
11315         * BASE-VER, DATESTAMP, DEV-PHASE: New files.
11316         * Makefile.in (gcc_version, gcc_version_trigger, ): Delete.
11317         (BASEVER, DEVPHASE, DATESTAMP, BASEVER_c, DEVPHASE_c, DATESTAMP_c)
11318         (BASEVER_s, DEVPHASE_s, DATESTAMP_s): New variables.
11319         (version): Define using $(BASEVER_c).
11320         (Makefile, config.status, build/gcov-iov.o): No longer depends on
11321         version.c.
11322         (version.o): Depend on version files; add custom generation command.
11323         (prefix.o): Define BASEVER on command line.
11324         (s-iov): Depend on version files; adjust command.
11325         (TEXI_CPP_FILES, TEX_IGCC_FILES, TEXI_GCCINT_FILES, TEXI_CPPINT_FILES):
11326         Add gcc-vers.texi.
11327         (gcc-vers.texi): New rule.
11328         (doc/%.info, doc/%.dvi): Add -I . to command line.
11329         (doc/gccinstall.dvi): Likewise.
11330         (PACKAGE): Delete.  All uses replaced with "gcc".
11331         * aclocal.m4: Do not include gcc-version.m4.
11332         * configure.ac: Do not invoke TL_AC_GCC_VERSION.
11333         Do not AC_SUBST nor AC_DEFINE PACKAGE or VERSION.
11334         Set is_release based on contents of DEV-PHASE.
11335         Set gcc_version based on contents of BASE-VER.
11336         Define WIN32_REGISTRY_KEY only if the user overrode the default.
11337         * config.in, configure: Regenerate.
11338         * gccbug.in: Determine version of GCC in use at runtime.
11339         * gcov-iov.c: Get version number and development phase from
11340         command line, not by including version.c.
11341         * intl.c: Replace all uses of PACKAGE with "gcc".
11342         * libada-mk.in: Delete unused "gcc_version" variable.
11343         * prefix.c: Default WIN32_REGISTRY_KEY to BASEVER.
11344         * version.c: (VERSUFFIX): New hook for redistributors; adjust
11345         commentary to match.
11346         (version_string): Put together from pieces.
11347         * config/alpha/x-vms: Do not use $(gcc_version).
11348         * config/i386/t-nwld: Likewise.
11349         * doc/include/gcc-common.texi: Include gcc-vers.texi for
11350         version-GCC and DEVELOPMENT.
11351
11352 2005-03-15  Roger Sayle  <roger@eyesopen.com>
11353
11354         PR tree-optimization/17454
11355         * tree.c (tree_size): Add case for TREE_BINFO.
11356         * fold-const.c (fold_checksum_tree): Only clear the overloaded
11357         field TYPE_CACHED_VALUES if TYPE_CACHED_VALUES_P is set.
11358
11359 2005-03-15  Roger Sayle  <roger@eyesopen.com>
11360
11361         * optabs.c (expand_doubleword_mult): Avoid clobbering op0 and
11362         op1 whilst expanding the signed widenening multiply variant.
11363
11364 2005-03-15  Richard Sandiford  <rsandifo@redhat.com>
11365
11366         * toplev.c (display_target_options): Avoid unused variable warning if
11367         TARGET_SWITCHES and TARGET_OPTIONS are both undefined.
11368         * config/mips/mips.c (mips_arch_string, mips_tune_string): Make static.
11369         (mips_isa_string, mips_abi_string, mips_fix_vr4130_string): Delete.
11370         (mips_isa): Initialize to MIPS_ABI_DEFAULT.
11371         (mips_isa_info): New variable.
11372         (mips_parse_cpu): Remove the first argument and leave the caller
11373         to report errors.
11374         (TARGET_HANDLE_OPTION): Override default.
11375         (mips_handle_option): New function.  Move option validation code from...
11376         (override_options): ...here.  Update calls to mips_parse_cpu.
11377         * config/mips/mips.h (mips_arch_string, mips_tune_string)
11378         (mips_isa_string, mips_abi_string, TARGET_OPTIONS)
11379         (SUBTARGET_TARGET_OPTIONS): Delete.
11380         * config/mips/mips.opt (mabi=, march=, mflush-func=, mips)
11381         (mno-flush-func, mtune=): New options.
11382
11383 2005-03-15  Roger Sayle  <roger@eyesopen.com>
11384             Richard Henderson  <rth@redhat.com>
11385
11386         * real.c (c4x_single_format, c4x_extended_format): Provide values
11387         for signbit_ro for c4x's single and extended floating point formats.
11388         * optabs.c (expand_copysign): Use the floating point format's
11389         signbit_ro for expanding via expand_copysign_absneg, and it's
11390         signbit_rw field for expanding via expand_copysign_bit.
11391
11392 2005-03-15  Dorit Naishlos  <dorit@il.ibm.com>
11393
11394         * tree-vectorizer.h (unknown_alignment_for_access_p): Replaced by
11395         known_alignment_for_access_p.
11396         (known_alignment_for_access_p): New.
11397         (do_peeling_for_alignment): Field made int instead of bool and renamed
11398         to peeling_for_alignment.
11399         (LOOP_DO_PEELING_FOR_ALIGNMENT): Renamed to LOOP_PEELING_FOR_ALIGNMENT.
11400         * tree-vect-analyze.c (vect_determine_vectorization_factor): New. This
11401         functionality used to be in vect_analyze_operations.
11402         (vect_analyze_operations): Code to determine vectorization factor was
11403         moved to vect_determine_vectorization_factor.
11404         (vect_enhance_data_refs_alignment): Update to correct alignment when it
11405         is known instead of -1.  Set LOOP_PEELING_FOR_ALIGNMENT to peeling
11406         factor.
11407         (vect_analyze_loop): Call vect_determine_vectorization_factor (used to
11408         be part of vect_analyze_operations).
11409         * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Use fold when
11410         creating the guard condition, as the number of iterations may be
11411         constant.
11412         (slpeel_tree_peel_loop_to_edge): Use new name of
11413         LOOP_DO_PEELING_FOR_ALIGNMENT. Set it to 0 instead of false.
11414         * tree-vect-transform.c (vect_gen_niters_for_prolog_loop): Handle known
11415         alignment case more efficiently. Use LOOP_PEELING_FOR_ALIGNMENT.
11416         (vect_do_peeling_for_alignment): Use fold.
11417         (vect_transform_loop): Use new name of LOOP_DO_PEELING_FOR_ALIGNMENT.
11418
11419         (vect_update_inits_of_dr): Renamed to
11420         vect_update_init_of_dr.
11421         (vect_update_inits_of_drs): Use new name of vect_update_inits_of_dr.
11422         (vectorizable_store): Fix assertion to use == instead of =.
11423
11424 2005-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
11425
11426         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't clear
11427         call_used_regs for wCG registers.
11428
11429 2005-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
11430
11431         * config/s390/s390.c (s390_secondary_output_reload_class): Adapt check
11432         for non-offsettable memory references to cope with outstanding reload
11433         replacements, take 2.
11434
11435 2005-03-15  Uros Bizjak  <uros@kss-loka.si>
11436
11437         PR target/18668
11438         * config/i386/i386.h (x86_fisttp): New.
11439         (TARGET_FISTTP): New macro.
11440         * config/i386/i386.c (x86_fisttp): Set for NOCONA.
11441         (output_fix_trunc): Add fisttp parameter.  Generate fisttp x87
11442         instruction when fisttp flag is set.
11443         * config/i386/i386-protos.h (output_fix_trunc): Change declaration.
11444
11445         * config/i386/i386.md (type attribute): Add fisttp.
11446         (unit attribute): Set to i387 for fisttp type.
11447         (X87MODEF, X87MODEI, SSEMODEF, SSEMODEI24): New mode macros.
11448         (fix_truncxfdi2, fix_truncxfsi2): Generate fisttp patterns for
11449         TARGET_FISTTP.
11450         (fix_truncdfdi2, fix_truncsfdi2, fix_truncdfsi2, fix_truncsfsi2):
11451         Generate fisttp patterns for TARGET_FISTTP. Implement using mode
11452         macros.
11453         (fix_truncxfhi2, fix_truncdfhi2, fix_truncsfhi2): Generate fisttp
11454         patterns for TARGET_FISTTP.  Enable patterns for
11455         (TARGET_FISTTP && !TARGET_SSE_MATH). Implement using mode macros.
11456         (fix_trunc<mode>_i387_fisttp_1, fix_trunc<mode>_i387_fisttp,
11457         fix_trunc<mode>_i387_fisttp_with_temp): New instruction patterns to
11458         implement fisttp x87 insn.
11459         (fix_trunc*_i387_fisttp splitters): New patterns.
11460         (*fix_truncdi_i387, *fix_truncsi_i387, *fix_trunchi_i387):
11461         Rename to *fix_trunc<mode>_i387_1.  Implement using mode macros.
11462         Disable patterns for TARGET_FISTTP.  Add comment about FLAGS_REG
11463         clobber.
11464         (fix_truncdi_memory, fix_truncdi_nomemory, fix_trunchi_nomemory):
11465         Rename to fix_trunc<mode>_i387 and fix_trunc<mode>_i387_with_temp.
11466         Implement using mode macros. Disable patterns for TARGET_FISTTP.
11467         (fix_truncsi_memory, fix_truncsi_nomemory, fix_trunchi_memory,
11468         fix_trunchi_nomemory): Rename to fix_trunc<mode>_i387 and
11469         fix_trunc<mode>_i387_with_temp. Implement using mode macros.
11470         Disable patterns for TARGET_FISTTP.
11471         (fix_trunc*_i387 splitters): Implement usign mode macros.
11472         (fix_truncdfdi_sse, fix_truncsfdi_sse, fix_truncdfsi_sse,
11473         fix_truncsfsi_sse): Disable for (TARGET_FISTTP && !TARGET_SSE_MATH).
11474         (fix_trunx*_sse peephole2s): Implement using mode macros.
11475
11476 2005-03-15  J"orn Rennecke <joern.rennecke@st.com>
11477
11478         PR rtl-optimization/20291
11479         * combine.c (try_combine): If splitting fails, re-try with
11480         original combined pattern, i.e. before clobber stripping.
11481
11482 2005-03-14  Eric Christopher  <echristo@redhat.com>
11483
11484         * config/mips/mips.h (DWARF_CIE_DATA_ALIGNMENT): Change for
11485         STACK_GROWS_DOWNWARD.
11486
11487 2005-03-14  Roger Sayle  <roger@eyesopen.com>
11488
11489         * real.h (struct real_format): Split the signbit field into two
11490         two fields, signbit_ro and signbit_rw.
11491         * real.c (ieee_single_format, mips_single_format, ieee_double_format,
11492         mips_double_format, ieee_extended_motorola_format,
11493         ieee_extended_intel_96_format, ieee_extended_intel_96_round_53_format,
11494         ieee_extended_intel_128_format, ibm_extended_format,
11495         mips_extended_format, ieee_quad_format, mips_quad_format,
11496         vax_f_format, vax_d_format, vax_g_format, i370_single_format,
11497         i370_double_format, c4x_single_format, c4x_extended_format,
11498         real_internal_format): Update initializers for new field.
11499         * builtins.c (expand_builtin_signbit): Use signbit_ro field of the
11500         real_format structure.
11501         * optabs.c (expand_absneg_bit, expand_copysign): Use signbit_rw
11502         field of the real_format structure.
11503
11504 2005-03-14  Daniel Berlin <dberlin@dberlin.org>
11505
11506         Fix PR tree-optimization/20458
11507
11508         * tree-flow-inline.h (mark_call_clobbered): Don't fiddle
11509         DECL_EXTERNAL on STRUCT_FIELD tags.
11510         (clear_call_clobbered): Ditto.
11511         * tree-ssa-operands.c (note_addressable): Make sure the original
11512         variable doesn't slip into the addressable list if we have
11513         subvars.
11514         * tree-tailcall.c (suitable_for_tail_opt_p): Look at STRUCT_FIELD
11515         tags too.
11516
11517 2005-03-14  Geoffrey Keating  <geoffk@apple.com>
11518
11519         * doc/cppopts.texi (-fexec-charset): Add concept index entry.
11520         (-fwide-exec-charset): Likewise.
11521         (-finput-charset): Likewise.
11522         * doc/invoke.texi (Warning Options): Document -Wnormalized=.
11523         * c-opts.c (c_common_handle_option): Handle -Wnormalized=.
11524         * c.opt (Wnormalized): New.
11525
11526 2005-03-14  Devang Patel  <dpatel@apple.com>
11527
11528         * doc/invoke.texi: Add reference to Visibility document.
11529
11530 2005-03-14  Richard Sandiford  <rsandifo@redhat.com>
11531
11532         * config.gcc (mips*-*-*): Rename MASK_SPLIT_ADDRS to
11533         MASK_SPLIT_ADDRESSES.
11534         * config/mips/mips.h (target_flags, mips_fix_vr4130_string): Delete.
11535         (MASK_INT64, MASK_LONG64, MASK_SPLIT_ADDR, MASK_NO_FUSED_MADD)
11536         (MASK_EXPLICIT_RELOCS, MASK_MEMCPY, MASK_SOFT_FLOAT)
11537         (MASK_FLOAT64, MASK_ABICALLS, MASK_XGOT, MASK_LONG_CALLS)
11538         (MASK_64BIT, MASK_EMBEDDED_DATA, MASK_BIG_ENDIAN)
11539         (MASK_SINGLE_FLOAT, MASK_MAD, MASK_4300_MUL_FIX, MASK_MIPS16)
11540         (MASK_NO_CHECK_ZERO_DIV, MASK_BRANCHLIKELY)
11541         (MASK_UNINIT_CONST_IN_RODATA, MASK_FIX_R4000, MASK_FIX_R4400)
11542         (MASK_FIX_SB1, MASK_FIX_VR4120, MASK_VR4130_ALIGN)
11543         (MASK_FP_EXCEPTIONS, MASK_DIVIDE_BREAKS, MASK_PAIRED_SINGLE)
11544         (MASK_MIPS3D, MASK_SYM32, MASK_DEBUG, MASK_DEBUG_D)
11545         (MASK_MIPS_TFILE, TARGET_INT64, TARGET_LONG64, TARGET_FLOAT64)
11546         (TARGET_64BIT, TARGET_SPLIT_ADDRESSES, TARGET_DEBUG_MODE)
11547         (TARGET_DEBUG_D_MODE, TARGET_MEMCPY, TARGET_ABICALLS)
11548         (TARGET_XGOT, TARGET_SOFT_FLOAT, TARGET_HARD_FLOAT)
11549         (TARGET_LONG_CALLS, TARGET_EMBEDDED_DATA)
11550         (TARGET_UNINIT_CONST_IN_RODATA, TARGET_BIG_ENDIAN)
11551         (TARGET_SINGLE_FLOAT, TARGET_DOUBLE_FLOAT, TARGET_MAD)
11552         (TARGET_FUSED_MADD, TARGET_4300_MUL_FIX, TARGET_CHECK_ZERO_DIV)
11553         (TARGET_DIVIDE_TRAPS, TARGET_BRANCHLIKELY, TARGET_FIX_SB1)
11554         (TARGET_FIX_R4000, TARGET_FIX_R4400, TARGET_FIX_VR4120)
11555         (TARGET_FIX_VR4130, TARGET_VR4130_ALIGN, TARGET_FP_EXCEPTIONS)
11556         (TARGET_PAIRED_SINGLE_FLOAT, TARGET_MIPS3D, TARGET_SYM32)
11557         (TARGET_EXPLICIT_RELOCS): Delete.
11558         (TARGET_SWITCHES, SUBTARGET_TARGET_SWITCHES): Delete.
11559         (TARGET_OPTIONS): Remove entry for -mfix-vr4130.
11560         * config/mips/mips.c (TARGET_DEFAULT_TARGET_FLAGS): Define.
11561         (override_options): Set MASK_LONG64 if -mint64 is given and no
11562         -mlongXX option is.  Complain about -mint64 -mlong32.
11563         (override_options, CMP_BUILTINS, mips_bdesc, sb1_desc): Rename
11564         MASK_PAIRED_SINGLE to MASK_PAIRED_SINGLE_FLOAT.
11565         * config/mips/mips.opt: New file.
11566
11567 2005-03-14  Richard Sandiford  <rsandifo@redhat.com>
11568
11569         * config.gcc (extra_options): New variable for listing option files.
11570         Add ${cpu_type}/${cpu_type}.opt to it if that file exists.
11571         * configure.ac (extra_opt_files): New AC_SUBST variable.
11572         (tm_file_list, tm_include_list): Include options.h first.
11573         * configure: Regenerate.
11574         * Makefile.in (extra_opt_files, ALL_OPT_FILES): New variables.
11575         (s-options): Use $(ALL_OPT_FILES) instead of $(lang_opt_files)
11576         (s-options-h): New rule.
11577         (options.h): Depend on it.
11578         (TEXI_GCCINT_FILES): Add options.texi.
11579         * hooks.h (hook_bool_size_t_constcharptr_int_true): Declare.
11580         * hooks.c (hook_bool_size_t_constcharptr_int_true): New function.
11581         * target.h (gcc_target): Add default_target_flags and handle_option.
11582         * target-def.h (TARGET_DEFAULT_TARGET_FLAGS)
11583         (TARGET_HANDLE_OPTION): New macros.
11584         (TARGET_INITIALIZER): Include them.
11585         * opt-functions.awk (opt_args, nth_arg): New functions.
11586         (switch_flags): Handle the "Target" flag.
11587         (var_args): Delete.
11588         (var_name): Use opt_args and nth_arg.
11589         (var_set, var_ref): Likewise.  Handle "Mask" and "InverseMask".
11590         * opth-gen.awk: Declare target_flags.  Declare MASK_* and TARGET_*
11591         macros for the "Mask" and "InverseMask" options.
11592         * opts.h (cl_var_cond): New enum.
11593         (cl_option): Replace the "has_set_value" and "set_value" fields with
11594         "var_cond" and "var_value".
11595         (CL_TARGET): New macro.
11596         (option_enabled, print_filtered_help): Declare.
11597         (decode_options): Move definition.
11598         * opts.c (handle_option): Search for the original option before
11599         removing any "no-" prefix.  Handle CL_TARGET.  Adjust for the new
11600         var_cond and var_value fields.  Use targetm.handle_option to handle
11601         target options.
11602         (decode_options): Set target_flags to targetm.default_target_flags.
11603         (print_filtered_help): Make global.  Handle CL_TARGET.
11604         (option_enabled): New function.
11605         * toplev.c (target_switches): Guard with #ifdef TARGET_SWITCHES.
11606         (display_target_options, set_target_switch, print_switch_values)
11607         (default_pch_valid_p): Guard uses of target_switches with
11608         #ifdef TARGET_SWITCHES.  Also...
11609         (display_target_options): Display the CL_TARGET entries in cl_options.
11610         (set_target_option): Don't complain about the "" option when
11611         TARGET_SWITCHES is undefined.
11612         (print_switch_values): Use option_enabled.
11613         (default_pch_valid_p): Check cl_options[] when looking for something
11614         that has changed the value of target_flags.
11615         * c.opt: Remove documentation from top of file.
11616         * doc/gccint.texi: Add an "Options" chapter.  Include options.texi.
11617         * doc/sourecebuild.texi: Refer to the new options documentation
11618         instead of c.opt.  Document machine-specific .opt files.
11619         * doc/tm.texi (target_flags): Say that this variable is declared
11620         by options.h.
11621         (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Document.
11622         (TARGET_SWITCHES, TARGET_OPTIONS): Refer to the option files as
11623         an alternative.
11624         * doc/options.texi: New file.
11625
11626 2005-03-14  Alexandre Oliva  <aoliva@redhat.com>
11627
11628         PR middle-end/18628
11629         * cse.c (fold_rtx_mem): Don't fold a load from a jumptable into a
11630         register.
11631
11632 2005-03-14  Alexandre Oliva  <aoliva@redhat.com>
11633
11634         PR c++/20280
11635         * gimplify.c (gimplify_cond_expr): Add fallback argument.  Use a
11636         temporary variable of pointer type if an lvalues is required.
11637         (gimplify_modify_expr_rhs): Request an rvalue from it.
11638         (gimplify_expr): Pass fallback on.
11639
11640 2005-03-14  Kazu Hirata  <kazu@cs.umass.edu>
11641
11642         * cfgbuild.c: Update comments.
11643
11644 2005-03-14  Roger Sayle  <roger@eyesopen.com>
11645
11646         PR rtl-optimization/17236
11647         * optabs.c (expand_doubleword_mult): New helper function split out
11648         from expand_binop.  Permute the order in which instructions are
11649         emitted to minimize the number of simultaneously live registers.
11650         (expand_binop): Call expand_doubleword_mult to synthesize a double
11651         word multiplication.
11652
11653 2005-03-14  Kazu Hirata  <kazu@cs.umass.edu>
11654
11655         * basic-block.h: Update the prototypes of cached_make_edge and
11656         rtl_make_eh_edge.
11657         * cfg.c (cached_make_edge): Take edge_cache representing one
11658         row of the adjacency matrix of edges.
11659         * cfgbuild.c (make_label_edge, rtl_make_eh_edge): Likewise.
11660         (make_edges): Initialize edge_cache to represent one row of
11661         the adjacency matrix of edges.
11662
11663 2005-03-14  Zdenek Dvorak  <dvorakz@suse.cz>
11664
11665         * tree-ssa-phiopt.c (minmax_replacement, blocks_in_phiopt_order):
11666         New functions.
11667         (tree_ssa_phiopt): Use blocks_in_phiopt_order and minmax_replacement.
11668         Remove unused removed_phis variable.
11669         (conditional_replacement): Use build1/build2.
11670         (abs_replacement): Use last_and_only_stmt and build1/build2.
11671
11672 2005-03-14  Zdenek Dvorak  <dvorakz@suse.cz>
11673
11674         * builtin-attrs.def (ATTR_NOVOPS, ATTR_NOVOPS_LIST,
11675         ATTR_PURE_NOTHROW_NOVOPS_LIST): New.
11676         * builtins.def (ATTR_MATHFN_FPROUNDING): Use NOVOPS.
11677         (BUILT_IN_PREFETCH): Set the NOVOPS attribute.
11678         * c-common.c (handle_novops_attribute): New function.
11679         (c_common_attribute_table): Add "no vops" entry.
11680         * c-decl.c (merge_decls): Copy DECL_IS_NOVOPS.
11681         * calls.c (flags_from_decl_or_type): Set ECF_NOVOPS.
11682         * tree-ssa-operands.c (get_call_expr_operands): Do not
11683         create virtual operands for calls with ECF_NOVOPS flag.
11684         * tree.h (DECL_IS_NOVOPS): New macro.
11685         (struct tree_decl): Add novops_flag.
11686         (ECF_NOVOPS): New constant.
11687
11688 2005-03-14  Uros Bizjak  <uros@kss-loka.si>
11689
11690         PR target/17688
11691         * config/i386/i386.c (x86_use_himode_fiop): New.
11692         (x86_use_simode_fiop): Rename from x86_use_fiop.
11693         * config/i386/i386.h (x86_use_himode_fiop): Declare.
11694         (TARGET_USE_HIMODE_FIOP): New.
11695         (x86_use_simode_fiop): Rename from x86_use_fiop.
11696         (TARGET_USE_SIMODE_FIOP): Rename from TARGET_USE_FIOP.
11697
11698         * config/i386/i386.md (X87MODEI12): New mode macro define.
11699         (*cmpfp_<mode>): Rename from *cmpfp_si.  Use X87MODEI12 mode macro
11700         to implement x87 FP compare with HImode input operands.
11701         (*fp_jcc_8<mode>_387, splitter): Rename from *fp_jcc_8_387.
11702         Use X87MODEI12 mode macro to handle HImode input operands.
11703         (*fop_sf_2<mode>_i387, *fop_sf_3<mode>_i387, *fop_df_2<mode>_i387,
11704         *fop_df_3<mode>_i387, *fop_xf_2<mode>_i387, *fop_xf_3<mode>_i387):
11705         Renamed from *fop_sf_2_i387, *fop_sf_3_i387, *fop_df_2_i387,
11706         *fop_df_3_i387, *fop_xf_2_i387, *fop_xf_3_i387. Use X87MODEI12 mode
11707         macro to implement x87 operators with HImode input operands.
11708         (fop splitters): Use X87MODEI12 mode macro to handle HImode
11709         input operands.
11710
11711 2005-03-14  Zdenek Dvorak  <dvorakz@suse.cz>
11712
11713         * tree-cfg.c (find_taken_edge_cond_expr): Use zero_p instead of
11714         integer_zerop.
11715         * tree-gimple.c (is_gimple_min_invariant): Consider overflowed
11716         constants invariant.
11717
11718 2005-03-14  Zdenek Dvorak  <dvorakz@suse.cz>
11719
11720         * basic-block.h (BB_VISITED): Removed.
11721         * cfganal.c (dfs_enumerate_from): Do not use BB_VISITED flag.
11722
11723 2005-03-14  Falk Hueffner  <falk@debian.org>
11724
11725         PR bootstrap/20424
11726         * config/alpha/alpha.c (alpha_fold_builtin_cmpbge): Fix typo.
11727
11728 2005-03-14  Kazu Hirata  <kazu@cs.umass.edu>
11729
11730         * ggc-zone.c: Fix comment typos.
11731
11732         * alloc-pool.c, except.h, ggc-common.c, ggc-zone.c, ggc.h,
11733         stringpool.c, config/mips/mips-protos.h: Update copyright.
11734
11735 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
11736
11737         * config/rs6000/rs6000-protos.h: Replace "struct rtx_def *"
11738         throughout with its typedef, "rtx".
11739         * config/rs6000/rs6000.c: Likewise.  Formatting fixes.
11740         (rs6000_tls_symbol_ref_1): Remove inline keyword.
11741         * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Formatting.  Reorder
11742         regs in comment to match code.
11743
11744 2005-03-14  Kazu Hirata  <kazu@cs.umass.edu>
11745
11746         * except.c (check_handled): Make it static.
11747         * except.h: Remove the corresponding prototype.
11748
11749         * function.c (get_func_frame_size): Make it static.
11750         * function.h: Remove the corresponding type.
11751
11752         * regclass.c (reg_class_superclasses, reg_class_subclasses):
11753         Make them static.
11754         * hard-reg-set.h: Remove the corresponding declarations.
11755
11756         * tree-cfg.c (verify_stmts): Check that
11757         bb_for_stmt (stmt) == bb for every PHI node and statement.
11758
11759 2005-03-14  Alan Modra  <amodra@bigpond.net.au>
11760
11761         * config.gcc: Remove excess indentation.
11762         (powerpc*-*-*, rs6000-*-*): Accept --with-cpu/tune power5 and 8548.
11763
11764 2005-03-13  Roger Sayle  <roger@eyesopen.com>
11765
11766         PR middle-end/19331
11767         * tree.c (get_unwidened): Treat CONVERT_EXPR and NOP_EXPR identically.
11768         * fold-const.c (fold_sign_changed_comparison): Likewise.
11769         (fold_binary): Optimize comparisons against widened operands if
11770         the extension is represented by a CONVERT_EXPR, same as a NOP_EXPR.
11771
11772 2005-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
11773
11774         * config/sparc/sparc.c (struct_value_alias_set): New global variable.
11775         (sparc_override_options): Initialize it.
11776         (sparc_struct_value_rtx): Set it on the MEM to be returned.
11777
11778 2005-03-13  David Edelsohn  <edelsohn@gnu.org>
11779
11780         * config/rs6000/predicates.md (mem_or_easy_const_operand): Delete.
11781         (reg_or_none500mem_operand): New predicate.
11782         (zero_reg_mem_operand): New predicate.
11783         * config/rs6000/rs6000.md (extendsfdf2): Change operand1 predicate
11784         to reg_or_none500mem_operand.
11785         (extendsfdf2_fpr): Add MEM alternative.
11786         (extenddftf2_internal): Change operand2 predicate to
11787         zero_reg_mem_operand.
11788
11789 2005-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
11790
11791         * ggc-zone.c: Rewritten.
11792
11793         * alloc-pool.c (dump_alloc_pool_statistics): Don't print statistics
11794         if there are none.
11795         * configure.ac: Define GGC_ZONE for --with-gc=zone.
11796         * config.in: Regenerated.
11797         * configure: Regenerated.
11798         * gengtype.c (write_types_process_field, write_func_for_structure):
11799         Pass new argument to gt_pch_note_object.
11800         * ggc-common.c (struct ptr_data): Add TYPE.
11801         (gt_pch_note_object): Take TYPE argument and save it.
11802         (call_count): Update call to ggc_pch_count_object.
11803         (call_alloc): Update call to ggc_pch_alloc_object.
11804         (gt_pch_save): Call ggc_pch_prepare_write after paddng the PCH
11805         file.
11806         * ggc-none.c (rtl_zone, garbage_zone, ggc_alloc_zone_stat): Delete.
11807         * ggc-page.c (rtl_zone, tree_zone, garbage_zone)
11808         (ggc_alloc_zone_stat): Delete.
11809         (ggc_pch_count_object, ggc_pch_alloc_object): Add TYPE argument.
11810         * ggc.h (gt_pch_note_object, ggc_pch_count_object)
11811         (ggc_pch_alloc_object): Update prototypes.
11812         (garbage_zone): Delete.
11813         (tree_zone, rtl_zone, ggc_alloc_zone_stat, ggc_alloc_zone): Move to
11814         GGC_ZONE conditional.  Update.  Change tree_zone and rtl_zone into
11815         pointers.
11816         (tree_id_zone): New variable.
11817         (ggc_alloc_cleared_zone): Remove unused.
11818         (ggc_alloc_zone): Define.
11819         (ggc_alloc_rtvec, ggc_alloc_tree): Update to use ggc_alloc_zone.
11820         * rtl.c (rtx_alloc_stat, shallow_copy_rtx_stat): Use
11821         ggc_alloc_zone_stat.
11822         * stringpool.c (gt_pch_n_S): Update call to gt_pch_note_object.
11823         * tree.c (copy_node_stat, make_tree_binfo_stat, make_tree_vec_stat)
11824         (tree_cons_stat, build1_stat): Update call to ggc_alloc_zone_stat.
11825         (make_node_stat): Likewise.  Use tree_id_zone.
11826
11827 2005-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
11828             Joseph S. Myers  <joseph@codesourcery.com>
11829
11830         * configure.ac: Check for MIPS TLS.
11831         * configure: Regenerated.
11832         * config/mips/mips-protos.h (enum mips_symbol_type): Add
11833         SYMBOL_TLS, SYMBOL_TLSGD, SYMBOL_TLSLDM, SYMBOL_DTPREL,
11834         SYMBOL_GOTTPREL, and SYMBOL_TPREL.
11835         * config/mips/mips.c (mips_regno_to_class): Handle V1_REG.
11836         (TARGET_HAVE_TLS, TARGET_CANNOT_FORCE_CONST_MEM): Define.
11837         (mips_classify_symbol, mips_symbolic_constant_p)
11838         (mips_symbolic_address_p, mips_symbol_insns): Handle TLS symbols.
11839         (mips_tls_operand_p, mips_call_tls_get_addr)
11840         (mips_legitimize_tls_address, mips_cannot_force_const_mem)
11841         (mips_tls_symbol_ref_1): New functions.
11842         (mips_legitimize_address, mips_legitimize_const_move): Call
11843         mips_legitimize_tls_address.
11844         (override_options): Handle V1_REG and TLS symbols.  Disable TLS
11845         for MIPS16.
11846         * config/mips/mips.h (enum reg_class, REG_CLASS_NAMES)
11847         (REG_CLASS_CONTENTS, GR_REG_CLASS_P): Include V1_REG.
11848         (mips_char_to_class): Document V1_REG.
11849         (HAVE_AS_TLS): Provide default.
11850         * config/mips/mips.md (UNSPEC_TLS_LDM, UNSPEC_TLS_GET_TP): New
11851         constants.
11852         (load_got<mode>): Renamed from *load_got<mode>.  Allow when
11853         !TARGET_ABICALLS.
11854         (tls_get_tp_<mode>): New instruction.
11855
11856 2005-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
11857
11858         * configure.ac: Update checks for target tools.
11859         * configure: Regenerated.
11860
11861 2005-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
11862
11863         * varasm.c (decl_tls_model): Check flag_shlib instead of flag_pic.
11864
11865 2005-03-13  Roger Sayle  <roger@eyesopen.com>
11866
11867         * expmed.c (expand_mult): Use synthetic multiplication sequences for
11868         more classes of DImode multiplication by constant.  Allow both
11869         multiplication by small negative constants (by performing a
11870         multiplication by a positive constant and negating the result) and
11871         multiplications by large powers of two, by using a left shift.
11872
11873 2005-03-13  Kazu Hirata  <kazu@cs.umass.edu>
11874
11875         * tree-into-ssa.c (find_idf): Speed up by putting the indexes
11876         of basic blocks into work_stack.
11877
11878         * builtin-attrs.def, c-lex.c, c-pragma.h, reg-stack.c,
11879         config/mips/vr.h: Update copyright.
11880
11881         * c-decl.c (c_init_decl_processing): Remove useless calls to
11882         build_function_type.
11883
11884         * builtins.c (fold_trunc_transparent_mathfn,
11885         fold_fixed_mathfn, fold_builtin_atan, fold_builtin_trunc,
11886         fold_builtin_floor, fold_builtin_ceil, fold_builtin_round,
11887         fold_builtin_lround, fold_builtin_bitop, fold_builtin_memcpy,
11888         fold_builtin_strcpy, fold_builtin_strncpy,
11889         fold_builtin_signbit): Use TYPE (TYPE (fndecl)) instead of
11890         TREE_TYPE (exp).
11891
11892         * builtins.c (expand_builtin_mathfn_3): Remove local variable
11893         before_call.
11894
11895         * lambda-code.c (lambda_compute_auxillary_space): Remove local
11896         variable determinant.
11897
11898         * tree-cfg.c (group_case_labels): Remove local variable type.
11899
11900         * tree-ssa-live.c (build_tree_conflict_graph): Remove local
11901         variable ann.
11902
11903         * tree-ssa-phiopt.c (value_replacement): Remove local variable
11904         result.
11905
11906 2005-03-13  Andy Hutchinson  <HutchinsonAndy@netscape.net>
11907
11908         PR target/18251
11909         * config/avr/avr.md (movmemhi): Rewrite as RTL loop.
11910         (*movmemqi_insn): Delete.
11911         (*movmemhi): Delete.
11912
11913 2005-03-13  Kazu Hirata  <kazu@cs.umass.edu>
11914
11915         * builtins.c (fold_builtin_classify): Take decomposed
11916         arguments of CALL_EXPR.
11917         (fold_builtin_1): Update a call to fold_builtin_classify.
11918
11919 2005-03-13  Joseph S. Myers  <joseph@codesourcery.com>
11920
11921         PR c/20402
11922         * c-parser.c (c_parser_struct_or_union_specifier): Don't fall
11923         through into call to parser_xref_tag after parse error.
11924         (c_parser_struct_declaration): Consistently return NULL_TREE on
11925         error.
11926
11927 2005-03-12  Daniel Berlin  <dberlin@dberlin.org>
11928
11929         * tree-flow-inline.h (ref_contains_array_ref): New function.
11930         (lookup_subvars_for_var): Ditto.
11931         (get_subvars_for_var): Ditto.
11932         (var_can_have_subvars): Ditto.
11933
11934         * tree-flow.h (mem_tag_kind): Add STRUCT_FIELD.
11935         (struct subvar): New type.
11936
11937         * tree-dfa.c (okay_component_ref_for_subvars): New function.
11938
11939         * tree-optimize.c (init_tree_optimization_passes): Call
11940         pass_create_structure_vars.
11941
11942         * tree-ssa-alias.c: Include vec.h.
11943         (init_alias_info): Don't auto-clear call clobbered on struct-field
11944         tags.
11945         (compute_flow_insensitive_aliasing): Handle subvars.
11946         (group_aliases): Handle STRUCT_FIELD aliases.
11947         (setup_pointers_and_addressables): Ditto.
11948         Don't mark variables non-addressable if they still have
11949         addressable subvars.
11950         Also mark subvars addressable when the real variable is marked
11951         addressable.
11952         (add_pointed_to_var): Try to prune the pointed-to set by only
11953         pointing to subvars when possible.
11954         Otherwise, make sure we set addresses_needed and pt_vars to
11955         properly include subvars.
11956         (bitpos_of_field): New function.
11957         (push_fields_onto_fieldstack): Ditto.
11958         (get_or_create_used_part_for): Ditto.
11959         (create_overlap_variables_for): Ditto.
11960         (find_used_portions): Ditto.
11961         (create_structure_vars): Ditto.
11962         (pass_create_structure_vars): New structure.
11963
11964         * tree-ssa-operands.c (finalize_ssa_v_must_defs): Remove assert.
11965         (get_expr_operands): Handle subvars.  Also try to turn
11966         COMPONENT_REF accesses into must-defs now that we can accurately
11967         portray it.
11968         (note_addressable): Try to only mark as addressable those subvars
11969         we know a COMPONENT_REF touches.
11970         (overlap_subvar): New function.
11971
11972         * tree-vect-analyze.c (vect_object_analysis): Add new parameter.
11973         Handle subvar storing.
11974         (vect_address_analysis): Update caller of vect_object_analysis.
11975
11976         * tree-vect-transform.c (vect_create_data_ref_ptr): Copy subvars.
11977
11978         * tree-vectorizer.h (struct _stmt_vec_info): Add subvars member.
11979         (STMT_VINFO_SUBVARS): New macro.
11980
11981         * common.opts: add flag_tree_salias.
11982
11983         * opts.c (decode_options): flag_tree_salias defaults to on.
11984
11985         * doc/invoke.texi: Document fdump-tree-svars and -ftree-salias.
11986
11987         * doc/tree-ssa.texi: Document structural alias analysis.
11988
11989 2005-03-12  Steven Bosscher  <stevenb@suse.de>
11990
11991         * tree-cfg.c (make_goto_expr_edges): Don't use error_mark_node.
11992         * tree-ssa-dce.c (mark_stmt_necessary): Don't check for it.
11993         * tree-ssa-operands.c (get_expr_operands): Likewise.
11994         (get_expr_operands): Likewise for ERROR_MARK.
11995
11996 2005-03-12  Kazu Hirata  <kazu@cs.umass.edu>
11997
11998         * tree-ssa.c (kill_redundant_phi_nodes): Remove local variable
11999         var.
12000
12001         * tree-ssa-phiopt.c (tree_ssa_phiopt): Remove local variable
12002         removed_phis.
12003
12004         * tree-ssa-pre.c (compute_avail): Remove local variable val.
12005         (mark_operand_necessary): Remove local variable ver.
12006
12007         * tree-vect-transform.c (vect_get_new_vect_var): Remove local
12008         variable prefix_len.
12009
12010         * value-prof.c (mod_subtract_transform): Remove local variable
12011         value.
12012
12013         * builtins.c (fold_builtin_exponent): Take decomposed
12014         arguments of CALL_EXPR.
12015         (fold_builtin_1): Update a call to fold_builtin_exponent.
12016
12017         * builtins.c (fold_builtin_logarithm): Take decomposed
12018         arguments of CALL_EXPR.
12019         (fold_builtin_1): Update a call to fold_builtin_logarithm.
12020
12021         * c-decl.c (c_init_decl_processing): Remove local variables
12022         ptr_ftype_void and ptr_ftype_ptr.
12023
12024         * gimplify.c (gimplify_expr): Remove local variables r0 and
12025         r1.
12026
12027         * reg-stack.c (move_for_stack_reg): Remove local variable
12028         push_insn.
12029         (compare_for_stack_reg): Remove local variable flags_user.
12030         (convert_regs_1): Remove local variable deleted.
12031
12032         * tree-if-conv.c (tree_if_convert_cond_expr): Remove local
12033         variable new_cond.
12034         (combine_blocks): Remove local variables exits and new_e.
12035
12036         * tree-inline.c (expand_call_inline): Remove local variable
12037         decl.
12038
12039         * tree-ssa-live.c (create_ssa_var_map,
12040         calculate_live_on_entry): Remove local variable snn.
12041
12042 2005-03-12  Geoffrey Keating  <geoffk@apple.com>
12043
12044         * c-lex.c (c_lex_with_flags): Add parameter to call to
12045         cpp_spell_token.
12046
12047 2005-03-11  Per Bothner  <per@bothner.com>
12048
12049         * c-tree.h (struct c_declarator): New id_loc field.
12050         * c-pragma.h (c_lex_with_flags): Take position reference.
12051         * c-lex.c (c_lex_with_flags): Set passed-in location from cpp token,
12052         iff USE_MAPPED_LOCATION. (Type doesn't match otherwise.)
12053         (c_lex): Pass dummy location to c_lex_with_flags.
12054         * c-parser.c (c_lex_one_token): Set c_token's location using
12055         c_lex_with_flags, instead of input_location, which might be "ahead".
12056         (c_parser_direct_declarator): Set declarator's id_loc from
12057         c_token's id_loc.
12058         * c-decl.c (grokdeclarator): Set DECL_SOURCE_LOCATION from
12059         declarator's id_loc, rather than probably-imprecise input_location.
12060         (build_id_declarator): Initialize c_declarator's id_loc field.
12061
12062 2005-03-11  Roger Sayle  <roger@eyesopen.com>
12063
12064         PR middle-end/20419
12065         * builtins.c (expand_builtin_signbit): Force the signbit's word
12066         into an integer register to avoid SUBREGs of floating point modes.
12067
12068 2005-03-12  Kazu Hirata  <kazu@cs.umass.edu>
12069
12070         * cfglayout.c, loop-doloop.c, profile.c, target-def.h,
12071         target.h, targhooks.c, tracer.c, tree-ssa-loop-ch.c,
12072         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, vec.c, vmsdbgout.c,
12073         config/m32r/m32r.md, config/xtensa/xtensa.h: Update copyright.
12074
12075 2005-03-11  David Edelsohn  <edelsohn@gnu.org>
12076
12077         PR rtl-optimization/20306
12078         * expr.c (emit_move_complex): Set try_int false if mode is
12079         MODE_COMPLEX_FLOAT and mov_optab exists for inner mode.  Only try
12080         emit_block_move if try_int is true.
12081
12082 2005-03-11  Richard Henderson  <rth@redhat.com>
12083
12084         PR target/20415
12085         * config/i386/mmx.md (vec_dupv4hi): Fix predicate.
12086         * config/i386/i386.c (ix86_expand_vector_init_duplicate): Update
12087         to match.
12088
12089 2005-03-11  Richard Sandiford  <rsandifo@redhat.com>
12090
12091         * config/mips/mips.h (mips_fix_vr4130_string): Declare.
12092         (TARGET_FIX_VR4130): New macro.
12093         (TARGET_OPTIONS): Add -mfix-vr4130.
12094         (ISA_HAS_MACCHI): New macro.
12095         (ASM_SPEC): Add -mfix-vr4130.
12096         * config/mips/mips.c (mips_fix_vr4130_string): New variable.
12097         (override_options): Handle mips_fix_vr4130_string.
12098         (mips_avoid_hazards): Clear all_noreorder_p
12099         if we're working around VR4130 errata and the macc alternatives
12100         are not available.
12101         * config/mips/mips.md (mfhilo_<mode>): Turn into a define_expand.
12102         (*mfhilo_<mode>, *mfhilo_<mode>_macc): New insns.
12103         * config/mips/vr.h (DEFAULT_VR_ARCH): Set to mfix-vr4130.
12104         (MULTILIB_DEFAULTS): Remove leading "march=".
12105         (DRIVER_SELF_SPECS): Likewise.  Make -mfix-vr4130 imply -march=vr4130
12106         if no architecture option is given.
12107         * config/mips/t-vr (MULTILIB_OPTIONS): Use -mfix-vr4130 for the
12108         VR4130 multilibs.
12109         (MULTILIB_MATCHES): Map -march=vr4130 to the -mfix-vr4130 multilibs.
12110         * doc/invoke.texi: Document -mfix-vr4130.
12111
12112 2005-03-11  Richard Sandiford  <rsandifo@redhat.com>
12113
12114         * config/mips/mips.c (override_options): Only warn about -mint64
12115         deprecation if TARGET_INT64.
12116
12117 2005-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12118
12119         * builtin-attrs.def (ATTR_NONNULL_LIST, ATTR_NOTHROW_NONNULL,
12120         ATTR_CONST_NOTHROW_NONNULL, ATTR_PURE_NOTHROW_NONNULL,
12121         ATTR_MALLOC_NOTHROW_NONNULL): New "nonnull" attribute lists which
12122         are non-specific regarding the nonnull parameter positions.
12123         (ATTR_NONNULL_1_2, ATTR_NONNULL_1_4, ATTR_NOTHROW_NONNULL_1_2,
12124         ATTR_NOTHROW_NONNULL_1_4, ATTR_CONST_NOTHROW_NONNULL_1,
12125         ATTR_PURE_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1_2,
12126         ATTR_MALLOC_NOTHROW_NONNULL_1): Delete.
12127
12128         * builtins.def: Use the non-specific "nonnull" attibute lists.
12129
12130 2005-03-11  Zdenek Dvorak  <dvorakz@suse.cz>
12131
12132         * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,
12133         single_pred_edge, single_succ, single_pred): Improve comments.
12134
12135 2005-03-11  Zdenek Dvorak  <dvorakz@suse.cz>
12136
12137         * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,
12138         single_pred_edge, single_succ, single_pred): New inline functions.
12139         * bb-reorder.c (rotate_loop, find_traces_1_round,
12140         add_labels_and_missing_jumps, fix_up_fall_thru_edges,
12141         duplicate_computed_gotos): Use the single_succ/pred functions.
12142         * cfganal.c (forwarder_block_p): Ditto.
12143         * cfgbuild.c (compute_outgoing_frequencies): Ditto.
12144         * cfgcleanup.c (try_simplify_condjump, try_forward_edges,
12145         outgoing_edges_match, try_crossjump_to_edge, try_optimize_cfg,
12146         merge_seq_blocks): Ditto.
12147         * cfghooks.c (split_edge, tidy_fallthru_edges): Ditto.
12148         * cfglayout.c (fixup_reorder_chain): Ditto.
12149         * cfgloop.c (mark_single_exit_loops, update_latch_info,
12150         canonicalize_loop_headers, verify_loop_structure): Ditto.
12151         * cfgloopmanip.c (remove_path, unloop, loop_delete_branch_edge,
12152         mfb_update_loops, create_preheader, force_single_succ_latches,
12153         create_loop_notes): Ditto.
12154         * cfgrtl.c (rtl_can_merge_blocks, try_redirect_by_replacing_jump,
12155         force_nonfallthru_and_redirect, rtl_tidy_fallthru_edge,
12156         commit_one_edge_insertion, purge_dead_edges,
12157         cfg_layout_can_merge_blocks_p): Ditto.
12158         * except.c (sjlj_emit_function_enter): Ditto.
12159         * flow.c (init_propagate_block_info): Ditto.
12160         * function.c (thread_prologue_and_epilogue_insns): Ditto.
12161         * gcse.c (find_implicit_sets, bypass_conditional_jumps,
12162         insert_insn_end_bb): Ditto.
12163         * ifcvt.c (merge_if_block, find_if_block, find_if_case_1,
12164         find_if_case_2): Ditto.
12165         * lambda-code.c (perfect_nestify): Ditto.
12166         * lcm.c (optimize_mode_switching): Ditto.
12167         * loop-doloop.c (doloop_modify): Ditto.
12168         * loop-init.c (loop_optimizer_init): Ditto.
12169         * loop-iv.c (simplify_using_initial_values): Ditto.
12170         * loop-unroll.c (unroll_loop_runtime_iterations): Ditto.
12171         * loop-unswitch.c (unswitch_loop): Ditto.
12172         * modulo-sched.c (generate_prolog_epilog): Ditto.
12173         * predict.c (combine_predictions_for_insn, estimate_probability,
12174         tree_estimate_probability, last_basic_block_p,
12175         estimate_bb_frequencies): Ditto.
12176         * profile.c (branch_prob): Ditto.
12177         * regrename.c (copyprop_hardreg_forward): Ditto.
12178         * sched-rgn.c (is_cfg_nonregular, find_rgns, update_live): Ditto.
12179         * tracer.c (layout_superblocks): Ditto.
12180         * tree-cfg.c (tree_can_merge_blocks_p, tree_merge_blocks,
12181         cfg_remove_useless_stmts_bb, cleanup_control_flow,
12182         cleanup_control_expr_graph, disband_implicit_edges,
12183         tree_find_edge_insert_loc, bsi_commit_edge_inserts,
12184         tree_verify_flow_info, tree_make_forwarder_block,
12185         tree_forwarder_block_p, remove_forwarder_block,
12186         remove_forwarder_block_with_phi, merge_phi_nodes): Ditto.
12187         * tree-if-conv.c (tree_if_conversion): Ditto.
12188         * tree-mudflap.c (mf_build_check_statement_for): Ditto.
12189         * tree-ssa-dce.c (remove_dead_stmt): Ditto.
12190         * tree-ssa-dom.c (dom_opt_finalize_block): Ditto.
12191         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p,
12192         copy_loop_headers): Ditto.
12193         * tree-ssa-loop-im.c (loop_commit_inserts): Ditto.
12194         * tree-ssa-loop-ivopts.c (compute_phi_arg_on_exit): Ditto.
12195         * tree-ssa-loop-manip.c (split_loop_exit_edge, ip_normal_pos,
12196         lv_adjust_loop_entry_edge, tree_ssa_loop_version): Ditto.
12197         * tree-ssa-loop-niter.c (simplify_using_initial_conditions): Ditto.
12198         * tree-ssa-loop-unswitch.c (simplify_using_entry_checks): Ditto.
12199         * tree-ssa-phiopt.c (tree_ssa_phiopt, value_replacement): Ditto.
12200         * tree-ssa-pre.c (compute_antic_aux, insert_aux, init_pre): Ditto.
12201         * tree-ssa-threadupdate.c (redirect_edges): Ditto.
12202         * tree-tailcall.c (independent_of_stmt_p, find_tail_calls,
12203         eliminate_tail_call, tree_optimize_tail_calls_1): Ditto.
12204         * tree-vect-analyze.c (vect_analyze_loop_form): Ditto.
12205         * tree-vect-transform.c (vect_update_ivs_after_vectorizer): Ditto.
12206         * tree-vectorizer.c (slpeel_update_phi_nodes_for_guard,
12207         slpeel_add_loop_guard): Ditto.
12208
12209 2005-03-11  James A. Morrison  <phython@gcc.gnu.org>
12210
12211         PR tree-optimization/15784
12212         * fold-const.c (fold): Fold ~A + 1 to -A.  Fold -A - 1
12213         and -1 - A to ~A.
12214
12215         * stmt.c (expand_case): Don't change index_type.  Convert minval
12216         to the proper type.
12217
12218         PR tree-optimization/20130
12219         * fold-const.c (fold): Fold x * -1 into -x.
12220
12221 2005-03-11  Kaz Kojima  <kkojima@gcc.gnu.org>
12222
12223         PR rtl-optimization/20331
12224         * rtlanal.c (modified_between_p): Check its address first for MEM.
12225         (modified_in_p): Likewise.
12226
12227 2005-03-11  Joseph S. Myers  <joseph@codesourcery.com>
12228
12229         * config.gcc (hppa*64*-*-hpux11*): Use pa/t-hpux-shlib.
12230
12231 2005-03-10  Steven Bosscher  <stevenb@suse.de>
12232
12233         * expr.c (expand_expr_real_1): If possible, use a conditional
12234         move for expanding MIN_EXPR and MAX_EXPR.
12235         Use temp for moving around rtx-en.
12236
12237 2005-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
12238
12239         PR rtl-opt/20412
12240         * simplify-rtx.c (simplify_relational_operation_1): Fix typo - check the
12241         correct mode.
12242
12243 2005-03-10  Roger Sayle  <roger@eyesopen.com>
12244
12245         * builtins.c (expand_builtin_signbit): Extend to handle floating
12246         point modes wider than the largest integer type, using the
12247         operand_subword_force function to obtain the signbit's word.
12248
12249 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
12250
12251         PR target/20322
12252         * combine.c (try_combine): If recog_for_combine added CLOBBERs
12253         to NEWI2PAT, fail to combine if they are used by NEWPAT.
12254
12255 2005-03-10  Aldy Hernandez  <aldyh@redhat.com>
12256
12257         * doc/invoke.texi: Add 8540 to list of cpus in rs6000 cpu section.
12258
12259 2005-03-10  Kazu Hirata  <kazu@cs.umass.edu>
12260
12261         * tree-outof-ssa.c (analyze_edges_for_bb): Make the return
12262         type void.
12263         (perform_edge_inserts): Unconditionally call
12264         free_dominator_info.
12265
12266         * tree-outof-ssa.c (analyze_edges_for_bb): Update a comment.
12267
12268 2005-03-10  Bob Wilson  <bob.wilson@acm.org>
12269
12270         * config/xtensa/xtensa.h (MEMBER_TYPE_FORCES_BLK): Define.
12271
12272 2005-03-10  Nathan Sidwell  <nathan@codesourcery.com>
12273
12274         * bitmap.c (bitmap_copy): Remove manual loop unrolling.
12275
12276         * value-prof.c (rtl_find_values_to_profile): Use gcc_assert and
12277         gcc_unreachable.
12278         (rtl_register_value_prof_hooks,
12279         tree_value_profile_transformations,
12280         tree_register_value_prof_hooks): Likewise.
12281         * var-tracking.c (stack_adjust_offset_pre_post,
12282         variable_htab_free, variable_union, dataflow_set_different_2,
12283         count_uses, variable_was_changed, set_frame_base_location,
12284         set_variable_part, emit_note_insn_var_location, vt_emit_notes,
12285         vt_add_function_parameters): Likewise.
12286         * varasm.c (named_section_real, named_section, make_decl_rtl,
12287         asm_emit_uninitialised, assemble_integer, decode_addr_const,
12288         const_hash_1, compare_constant, copy_constant, force_const_mem,
12289         output_constant_pool_2, output_constant_pool_1, output_constant,
12290         output_constructor, make_decl_one_only, decl_tls_model,
12291         default_no_named_section, default_elf_select_section_1,
12292         default_unique_section_1): Likewise.
12293         * vec.c (vec_gc_o_reserve, vec_heap_o_reserve): Likewise.
12294         * vmsdbgout.c (addr_const_to_string): Likewise.
12295
12296         PR c++/20375
12297         * function.c (struct assign_parm_data_one): Remove last_named
12298         field.
12299         (assign_parm_find_data_types): Don't determine last_named.
12300         Reorder named_parm determination.
12301         (assign_parms): Only setup varargs on the last non-varadic
12302         parameter.
12303
12304 2005-03-10  Kazuhiro Inaoka  <inaoka.lazuhiro@renesas.com>
12305
12306         * config/m32r/m32r.md (load_sda_base_32): New pattern.  Loads
12307         sda base address on medium model.
12308
12309 2005-03-10  Zdenek Dvorak  <dvorakz@suse.cz>
12310
12311         * Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.
12312         * cfgloop.c (flow_loop_nodes_find): Export.
12313         * cfgloop.h (flow_loop_nodes_find, fix_loop_structure):
12314         Declare.
12315         * cfgloopmanip.c (fix_loop_structure): New function.
12316         * predict.c (predict_loops): Clean up the loops information.
12317         * tree-cfg.c (cleanup_tree_cfg_loop): New function.
12318         (tree_can_merge_blocks_p, remove_bb, tree_forwarder_block_p): Respect
12319         loop structure.
12320         * tree-flow.h (cleanup_tree_cfg_loop): Declare.
12321         (rewrite_into_loop_closed_ssa): Declaration changed.
12322         * tree-loop-linear.c (linear_transform_loops): Add argument to
12323         rewrite_into_loop_closed_ssa call.
12324         * tree-ssa-loop-ch.c (copy_loop_headers): Ditto.
12325         * tree-ssa-loop-im.c (move_computations): Ditto.
12326         * tree-ssa-loop.c (tree_loop_optimizer_init): Ditto.
12327         * tree-vectorizer.c (vectorize_loops): Ditto.
12328         * tree-optimize.c: Include cfgloop.h.
12329         (execute_todo): Choose whether to call cleanup_tree_cfg or
12330         cleanup_tree_cfg_loop.
12331         * tree-ssa-loop-ivcanon.c (canonicalize_loop_induction_variables,
12332         (tree_unroll_loops_completely): Enable cleanup_tree_cfg_loop call.
12333         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Enable
12334         cleanup_tree_cfg_loop call.
12335         * tree-ssa-loop-manip.c (find_uses_to_rename_bb): New function.
12336         (find_uses_to_rename, rewrite_into_loop_closed_ssa): Support
12337         work on part of cfg.
12338
12339 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
12340
12341         PR inline-asm/20314
12342         * gimplify.c (gimplify_asm_expr): Handle input/output constraints
12343         with multiple alternatives.
12344
12345         * stmt.c (parse_output_constraint): Fix a typo.
12346
12347 2005-03-09  Bob Wilson  <bob.wilson@acm.org>
12348
12349         * config/xtensa/xtensa.h (TRAMPOLINE_TEMPLATE): Use "no-transform"
12350         assembly directive instead of deprecated "no-generics".
12351
12352 2005-03-09  Ulrich Weigand  <uweigand@de.ibm.com>
12353
12354         * config/s390/s390.c (s390_secondary_output_reload_class): Adapt check
12355         for non-offsettable memory references to cope with outstanding reload
12356         replacements.
12357         * config/s390/s390.md ("reload_outti"): Call find_replacement to
12358         avoid losing outstanding address reloads.
12359         ("reload_outdi", "reload_outdf"): Likewise.
12360
12361 2005-03-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12362
12363         * builtins.c (fold_builtin_cbrt, fold_builtin_pow): Rearrange
12364         code.  Add more cbrt transformations.
12365
12366 2005-03-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12367
12368         * fold-const.c (fold_unary_to_constant): Add FIX_ROUND_EXPR case.
12369
12370 2005-03-09  Kazu Hirata  <kazu@cs.umass.edu>
12371
12372         * fold-const.c (fold_unary, fold_binary, fold_ternary): Return
12373         NULL_TREE when a given tree is not simplified.
12374         (fold): Return the original tree when any of the functions
12375         mentioned above NULL_TREE.
12376
12377         * fold-const.c (fold_unary, fold_binary): Take decomposed
12378         arguments, code, type, op0, and op1 in case of fold_binary.
12379         (fold): Update calls to fold_unary and fold_binary.
12380
12381 2005-03-09  Roger Sayle  <roger@eyesopen.com>
12382
12383         * builtins.c (fold_builtin_unordered_cmp): Change prototype to take
12384         a fndecl and an arglist instead of a CALL_EXPR, exp.
12385
12386 2005-03-09  Kazu Hirata  <kazu@cs.umass.edu>
12387
12388         * cfglayout.c (fixup_reorder_chain): Remove old_bb.
12389
12390         * cfgrtl.c (cfg_layout_merge_blocks): Remove new_e.
12391
12392         * expr.c (expand_assignment): Remove orig_to_rtx.
12393
12394         * fold-const.c (int_const_binop): Remove no_overflow.
12395
12396         * ifcvt.c (noce_emit_move_insn): Remove inmode.
12397
12398         * loop-iv.c (get_biv_step_1): Remove lhs.
12399
12400         * loop-unroll.c (analyze_insns_in_loop): Remove preheader.
12401
12402         * real.c (real_nan): Remove neg.
12403
12404         * function.c (thread_prologue_and_epilogue_insns): Remove i
12405         and newinsn.
12406
12407         * tree-data-ref.c (array_base_name_differ_p): Remove ta and
12408         tb.
12409
12410         * tree-eh.c (tree_could_trap_p): Remove idx.
12411
12412         * tree-into-ssa.c (ann): Remove ann.
12413
12414         * tree-outof-ssa.c (num_nodes): Remove num_nodes.
12415
12416         * tree-sra.c (decide_block_copy): Remove inst_count.
12417
12418         * tree-ssa-alias.c (may_alias_p): Remove v_ann.
12419
12420         * tree-ssa-loop-im.c (lhs): Remove.
12421
12422         * cfgbuild.c (state, STATE, SET_STATE,
12423         BLOCK_USED_BY_TABLEJUMP, FULL_STATE): Move just before
12424         make_edges.
12425         (make_edges): Speed up by skipping blocks with BLOCK_ORIGINAL.
12426         (find_basic_blocks): Set the state of each basic block to
12427         BLOCK_NEW.
12428
12429 2005-03-08  Jeff Law  <law@redhat.com>
12430
12431         * tree-cfg.c (cleanup_control_flow): If removal of a computed
12432         goto results in the removal of edges in the CFG, then we need
12433         to recompute dominators.
12434
12435 2005-03-09  Ben Elliston  <bje@au.ibm.com>
12436
12437         * c-common.c (c_do_switch_warnings): Comment fix.
12438
12439 2005-03-08  Julian Brown  <julian@codesourcery.com>
12440
12441         * Patch from 2005-03-08 reverted for causing regressions and
12442         ppc-darwin bootstrap failure.
12443
12444 2005-03-08  Fariborz Jahanian <fjahanian@apple.com>
12445
12446         * config/rs6000/rs6000.c (invalid_arg_for_unprototyped_fn):
12447         Define the real function for ppc-darwin.
12448         * c-typeck.c (convert_arguments): Check for target-specific
12449         invalid argument call to unprototyped function.
12450         * target-def.h (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
12451         New Macro.
12452         * target.h (invalid_arg_for_unprototyped_fn): New field
12453         in struct calls.
12454         * targhooks.c (hook_invalid_arg_for_unprototyped_fn): New
12455         default target hook.
12456         * targhooks.h (hook_invalid_arg_for_unprototyped_fn):
12457         Declare.
12458
12459 2005-03-08  Kazu Hirata  <kazu@cs.umass.edu>
12460
12461         * c-typeck.c (constructor_stack, constructor_range_stack,
12462         initializer_stack): Make them static.
12463
12464         * cfg.c (rbi_pool): Make it static.
12465
12466         * gimple-low.c (lower_stmt_body): Make it static.
12467         * tree-flow.h: Remove the corresponding prototype.  Don't
12468         declare lower_data.
12469
12470         * sched-deps.c (cache_size): Make it static.
12471
12472         * stor-layout.c (lang_adjust_rli): Make it static.
12473
12474 2005-03-08  Julian Brown  <julian@codesourcery.com>
12475
12476         * config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK
12477         from being used for symbols with vague linkage when
12478         HAVE_GAS_COMDAT_GROUP is true.
12479
12480 2005-03-08  J"orn Rennecke <joern.rennecke@st.com>
12481
12482         * jump.c (invert_jump_1): Don't call redirect_jump_1 with
12483         nlabel == JUMP_LABEL (jump).
12484
12485 2005-03-08  Kazu Hirata  <kazu@cs.umass.edu>
12486
12487         * c-common.c, c-opts.c, combine.c, cse.c, dojump.c,
12488         gimplify.c, tree-dfa.c, tree-ssa-loop-ivopts.c,
12489         tree-ssa-phiopt.c, tree-ssa-pre.c, tree-ssa-sink.c,
12490         tree-vect-analyze.c, tree.def, tree.h: Fix comment formatting.
12491
12492 2005-03-08  Alexey Neyman  <alex.neyman@auriga.ru>
12493
12494         PR c/14411
12495         * calls.c (flags_from_decl_or_type): Handle eturns_twice' attribute.
12496         * c-common.c (handle_returns_twice): New function.
12497         (c_common_attribute_table): Declare eturns_twice' attribute.
12498         * doc/extend.texi: Document eturns_twice' attribute.
12499         * tree.h (DECL_IS_RETURNS_TWICE): New macro.
12500         (struct tree_decl): Add returns_twice_flag.
12501
12502 2005-03-08  Kazu Hirata  <kazu@cs.umass.edu>
12503
12504         * tree-ssa-phiopt.c: Fix a comment typo.
12505
12506         * c-semantics.c, cfghooks.c, diagnostic.h, loop-iv.c,
12507         loop-unswitch.c, modulo-sched.c, stor-layout.c, tree-gimple.h,
12508         config/i386/cygwin1.c, doc/cfg.texi, doc/objc.texi: Update
12509         copyright.
12510
12511 2005-03-08  Richard Henderson  <rth@redhat.com>
12512
12513         * config/alpha/alpha.c (code_for_builtin): Replace special-case
12514         builtin codes with ctzdi2, clzdi2, popcountdi2.
12515         (struct alpha_builtin_def): Add is_const.
12516         (zero_arg_builtins, one_arg_builtins, two_arg_builtins): Init it.
12517         (alpha_v8qi_u, alpha_v8qi_s, alpha_v4hi_u, alpha_v4hi_s): New.
12518         (alpha_init_builtins): Init them.  Set nothrow and const attributes
12519         on builtins.
12520         (alpha_fold_builtin_cmpbge, alpha_fold_builtin_zapnot,
12521         alpha_fold_builtin_extxx, alpha_fold_builtin_insxx,
12522         alpha_fold_builtin_mskxx, alpha_fold_builtin_umulh,
12523         alpha_fold_vector_minmax, alpha_fold_builtin_perr,
12524         alpha_fold_builtin_pklb, alpha_fold_builtin_pkwb,
12525         alpha_fold_builtin_unpkbl, alpha_fold_builtin_unpkbw,
12526         alpha_fold_builtin_cttz, alpha_fold_builtin_ctlz,
12527         alpha_fold_builtin_ctpop, alpha_fold_builtin): New.
12528         (TARGET_FOLD_BUILTIN): New.
12529         * config/alpha/alpha.md (UNSPEC_CTTZ): Remove.
12530         (UNSPEC_CTLZ, UNSPEC_CTPOP): Remove.
12531         (ffsdi2): Use ctz.
12532         (cttz, builtin_cttz, builtin_ctlz, builtin_ctpop): Remove.
12533
12534 2005-03-08  Ira Rosen  <irar@il.ibm.com>
12535
12536         PR tree-optimization/20122
12537         * tree-vect-analyze.c (vect_object_analysis): Analyze initial
12538         condition of access function instead of base.
12539
12540 2005-03-07  Jeff Law  <law@redhat.com>
12541             Steven Bosscher  <stevenb@suse.de>
12542
12543         * tree-cfg.c (find_taken_edge_computed_goto): New function.
12544         (find_taken_edge): Call find_taken_edge_computed_goto as
12545         appropriate.  Allow any gimple invariant rather than just
12546         INTEGER_CST for VAL.
12547         (cleanup_control_flow): Cleanup a computed goto which has turned
12548         into a simple goto.
12549         (tree_merge_blocks): If block B has any forced labels, move
12550         them to the start of block A.
12551         * tree-ssa-dom.c (thread_across_edge): Allow threading across
12552         computed gotos as well.
12553         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Handle
12554         removal of unnecessary computed gotos too.
12555         (lookup_redirection_data): Fix type of INSERT argument.  Callers
12556         updated.
12557
12558 2005-03-08  Kazu Hirata  <kazu@cs.umass.edu>
12559
12560         * tree-ssa-phiopt.c: Update copyright.  Fix indentations.
12561         Remove trailing spaces.
12562
12563         * gimplify.c (gimple_push_bind_expr, gimple_pop_bind_expr,
12564         unshare_all_trees): Make them static.
12565         * tree-gimple.h: Remove the corresponding prototypes.
12566
12567         * diagnostic.h: Remove unused prototype
12568         debug_output_buffer.
12569         * modulo-sched.c: Remove unused prototype
12570         set_row_column_for_ps.
12571
12572         * tree-ssa-phiopt.c (tree_ssa_phiopt,
12573         replace_phi_edge_with_variable): Remove unused variable i.
12574
12575 2005-03-07  Per Bothner  <per@bothner.com>
12576
12577         * tree.h (DECL_IS_BUILTIN): Reverted my patch from earlier today.
12578
12579 2005-03-06  Andrew Pinski  <pinskia@physics.uc.edu>
12580
12581         PR tree-opt/17671
12582         * tree-ssa-phiopt.c (tree_ssa_phiopt): Rewrite so we base the
12583         bbs on the COND_EXPR instead of the PHI_NODEs.
12584         (candidate_bb_for_phi_optimization): Remove.
12585         (replace_phi_with_stmt): Rename to ...
12586         (replace_phi_edge_with_variable): this and change so that we
12587         replace the phi argument instead of removing the PHI.
12588         (conditional_replacement): Change so we deal with PHI with more
12589         than two arguments.
12590         (value_replacement): Likewise.
12591         (abs_replacement): Likewise.
12592
12593 2005-03-07  Aldy Hernandez  <aldyh@redhat.com>
12594
12595         * config/rs6000/rs6000-protos.h: Rename output_e500_flip_eq_bit to
12596         output_e500_flip_gt_bit.
12597
12598         * config/rs6000/rs6000.c (print_operand): case D: Print out bit 31
12599         as bit 31.
12600         (rs6000_generate_compare): Fix logic to look at the correct bits.
12601         (output_e500_flip_eq_bit): Rename to output_e500_flip_gt_bit.
12602         Look at GT bit.
12603         (rs6000_emit_sCOND): Rename gen_e500_flip_eq_bit to
12604         gen_e500_flip_gt_bit.  Rename gen_move_from_CR_eq_bit to
12605         gen_move_from_CR_gt_bit.
12606
12607         * config/rs6000/rs6000.md ("move_from_CR_eq_bit"): Change bit
12608         ("move_from_CR_eq_bit"): Rename to move_from_CR_gt_bit.
12609         (UNSPEC_MV_CR_EQ): Rename to UNSPEC_MV_CR_GT.
12610
12611         * config/rs6000/spe.md ("e500_cr_ior_compare"): New.
12612         (E500_CR_IOR_COMPARE): New constant.
12613
12614 2005-03-08  Earl Chew <earl_chew@agilent.com>
12615             David Billinghurst <David.Billinghurst@riotinto.com>
12616
12617         * config/i386/host-cygwin.c: New file to support precompiled
12618         headers on cygwin
12619         * config/i386/x-cygwin: Use host-cygwin.c on cygwin host
12620         * config.host: Use above files for cygwin host.
12621
12622 2005-03-07  David Edelsohn  <edelsohn@gnu.org>
12623
12624         * fold-const.c (fold_binary_op_with_conditional_arg): Fix typo
12625         ordering ops from earlier change.
12626
12627 2005-03-07  Per Bothner  <per@bothner.com>
12628
12629         Various fixes to allow us to again build if --enable-mapped-location:
12630         * c-decl.c (finish_function): Use SET_EXPR_LOCATION instead of
12631         unavailable annotate_with_file_line, if USE_MAPPED_LOCATION.
12632         * tree-cfg.c (remove_bb): If USE_MAPPED_LOCATION, change type of
12633         local variable loc. Change logic appropriately.
12634         * tree-vect-transform.c (vect_finish_stmt_generation): Use
12635         EXPR_LOCATION rather than EXPR_LOCUS if USE_MAPPED_LOCATION.
12636         * c-parser.c (c_parser_for_statement): Initialize loc variable.
12637         * tree.h (DECL_IS_BUILTIN): Temporarily revert definition of
12638         DECL_IS_BUILTIN in the USE_MAPPED_LOCATION because of jc1 issues.
12639
12640 2005-03-07  Richard Sandiford  <rsandifo@redhat.com>
12641
12642         PR rtl-optimization/19683
12643         * reload1.c (choose_reload_regs): Pass the number of bits, not the
12644         number of bytes, to smallest_int_for_mode.  Fix arguments to
12645         REG_CANNOT_CHANGE_MODE_P.
12646
12647 2005-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
12648
12649         * reorg.c (relax_delay_slots): Check that the jump is
12650         conditional before trying to invert it.
12651
12652 2005-03-07  Kazu Hirata  <kazu@cs.umass.edu>
12653
12654         * bb-reorder.c (max_entry_frequency, max_entry_frequency):
12655         Make them static.
12656
12657         * calls (stack_arg_under_construction): Make it static.
12658
12659         * flow.c (regs_live_at_setjmp): Make it static.
12660         * flow.h: Remove the corresponding prototype.
12661
12662         * reload1.c (reload_startobj, reload_firstobj,
12663         something_needs_operands_changed, reload_inherited,
12664         reload_inheritance_insn, reload_override_in,
12665         reload_spill_index): Make them static.
12666
12667         * recog.c (verify_changes): Make it static.
12668         * recog.h: Remove the corresponding prototype.
12669
12670         * cfgbuild.c (find_sub_basic_blocks): Remove.
12671         * basic-block.h: Remove the corresponding prototype.
12672         * cfgexpand.c, cfgrtl.c: Don't mention find_sub_basic_blocks
12673         in comments.
12674         * doc/cfg.texi: Don't mention find_sub_basic_blocks.
12675
12676         * tree-ssa-operands.c (check_build_stmt): Remove.
12677
12678         * stor-layout.c (set_alignment): Remove.
12679         * tree.h: Remove the corresponding prototype.
12680
12681         * tree-ssa-pre.c (has_abnormal_preds): Make it static.
12682
12683         * tree-ssa-dce.c (control_dependence_map,
12684         visited_control_parents): Make them static.
12685
12686         * cfghooks.c (verify_flow_info): Remove local variable
12687         num_bb_notes.
12688
12689         * cfgrtl.c (rtl_verify_flow_info_1): Remove local variable
12690         last_bb_seen.
12691
12692         * loop-unswitch.c (unswitch_loop): Remove local variable src.
12693
12694 2005-03-07  David Billinghurst <David.Billinghurst@riotinto.com>
12695
12696         * config/i386/cygwin1.c(mingw_scan): Use xstrdup in calls to putenv.
12697
12698 2005-03-07  Joseph S. Myers  <joseph@codesourcery.com>
12699
12700         * config/ia64/hpux.h (LINK_SPEC): Add -z.
12701         * config/ia64/ia64.c (ia64_function_value): Return a REG not a
12702         PARALLEL for an empty structure.
12703
12704 2005-03-07  Kazu Hirata  <kazu@cs.umass.edu>
12705
12706         * fold-const.c (fold_binary): Remove handling of RANGE_EXPR.
12707
12708         * fold-const.c (fold_binary): Unroll the very first "for"
12709         loop.
12710
12711 2005-03-06  David Edelsohn  <edelsohn@gnu.org>
12712
12713         * config/rs6000/predicates.md (branch_comparison_operator): Remove
12714         redundant match_code test.
12715         (scc_comparison_operator): Swap match_operand and match_code
12716         tests.
12717         (branch_positive_comparison_operator): Same.
12718         (trap_comparison_operator): Use comparison_operator and swap with
12719         match_code test.
12720
12721 2005-03-06  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12722
12723         PR target/20288
12724         * config/avr/avr.c (print_operand): Add 'p' and 'r'.
12725         (out_movhi_r_mr): Read low byte of volatile MEM first.
12726         (out_movhi_mr_r): Write high byte of volatile MEM first.
12727
12728 2005-03-05  Kazu Hirata  <kazu@cs.umass.edu>
12729
12730         * cselib.c (reg_values, reg_values_size): Make them static.
12731
12732         * cse.c (cse_reg_info_table): Make it static.
12733
12734         * fold-const.c (fold_unary): Use build1 instead of copy_node.
12735
12736 2005-03-06  Zdenek Dvorak  <dvorakz@suse.cz>
12737
12738         * cse.c (find_best_addr): Use canon_for_address.
12739
12740 2005-03-06  Kazu Hirata  <kazu@cs.umass.edu>
12741
12742         * cse.c (fold_rtx_subreg, fold_rtx_mem): New.
12743         (fold_rtx): Call fold_rtx_subreg and fold_rtx_mem to handle
12744         SUBREG and MEM, respectively.
12745
12746         * fold-const.c (fold_binary): Use code instead of t.
12747
12748         * fold-const.c (optimize_minmax_comparison): Take decomposed
12749         arguments code, type, op0, and op1 instead of t.
12750         (fold_binary): Update a call to optimize_minmax_comparison.
12751
12752         * fold-const.c (fold_range_test): Take decomposed arguments
12753         code, type, op0, and op1 instead of t.
12754         (fold_binary): Update a call to fold_range_test.
12755
12756         * fold-const.c (fold_binary_op_with_conditional_arg): Take
12757         decomposed arguments code, type, op0, and op1 instead of t.
12758         (fold_binary): Update a call to fold_range_test.
12759
12760 2005-03-06  Kazu Hirata  <kazu@cs.umass.edu>
12761
12762         * fold-const.c (fold_binary): Avoid directly using the original
12763         expression t as much as possible.
12764
12765 2005-03-05  Kazu Hirata  <kazu@cs.umass.edu>
12766
12767         * c-semantics.c (build_stmt): Use TYPE_P instead of
12768         IS_NON_TYPE_CODE_CLASS.
12769         * tree.h (IS_NON_TYPE_CODE_CLASS): Remove.
12770         (NON_TYPE_CHECK): Use TYPE_P instead of
12771         IS_NON_TYPE_CODE_CLASS.
12772
12773         * fold-const.c (fold): Remove handling of binary expressions.
12774
12775 2005-03-05  James A. Morrison  <phython@gcc.gnu.org>
12776
12777         * doc/c-tree.texi: Wrap comments in @r{}.
12778         * doc/cpp.texi: Likewise.
12779         * doc/cppinternals.texi: Likewise.
12780         * doc/extend.texi: Likewise.
12781         * doc/md.texi: Likewise.
12782         * doc/objc.texi: Likewise.
12783         * doc/sourcebuild.texi: Likewise.
12784         * doc/tm.texi: Likewise.
12785         * doc/tree-ssa.texi
12786
12787 2005-03-05  Kazu Hirata  <kazu@cs.umass.edu>
12788
12789         * predict.c (apply_return_prediction): Standardize PHI chain
12790         walking.
12791         * tree-ssa.c (ssa_redirect_edge): Likewise.
12792
12793         * genattrtab.c, genemit.c, genoutput.c, genrecog.c,
12794         gensupport.c, jump.c, tree-phinodes.c, unwind-dw2-fde-glibc.c:
12795         Update copyright.
12796
12797         * tree-phinodes.c (remove_phi_node): Drop the last argument.
12798         * tree-flow.h: Adjust the prototype for remove_phi_node.
12799         * lambda-code.c (perfect_nestify): Adjust a call to
12800         remove_phi_node.
12801         * tree-cfg.c
12802         (remove_phi_nodes_and_edges_for_unreachable_block): Likewise.
12803         * tree-outof-ssa.c (eliminate_virtual_phis, remove_ssa_form):
12804         Likewise.
12805         * tree-ssa-dce.c (remove_dead_phis): Likewise.
12806         * tree-ssa-loop-ivopts.c (remove_statement): Likewise.
12807         * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
12808         * tree-ssa.c (kill_redundant_phi_nodes): Likewise.
12809
12810         * combine.c (simplify_and_const_int): Use gen_int_mode instead
12811         of GEN_INT (trunc_int_for_mode (...)).
12812         * loop-iv.c (iv_number_of_iterations): Likewise.
12813         * postreload.c (reload_cse_move2add): Likewise.
12814         * simplify-rtx.c (simplify_const_unary_operation,
12815         simplify_const_binary_operation): Likewise.
12816         * stor-layout.c (get_mode_bounds): Likewise.
12817
12818         * fold-const.c (fold_binary): New.
12819         (fold): Call fold_binary on binary expressions.
12820
12821 2005-03-05  Richard Sandiford  <rsandifo@redhat.com>
12822
12823         * doc/invoke.texi: Document new MIPS -msym32 and -mno-sym32 options.
12824         * config/mips/mips.h (MASK_SYM32, TARGET_SYM32): New macros.
12825         (TARGET_SWITCHES): Add -msym32 and -mno-sym32.
12826         (ABI_HAS_64BIT_SYMBOLS): Set to false if TARGET_SYM32.
12827         (ASM_SPEC): Pass down -msym32 and -mno-sym32.
12828
12829 2005-03-04  Devang Patel  <dpatel@apple.com>
12830
12831         PR tree-optimization/18815
12832         * tree-if-conv.c (combine_blocks): Adjust loop header edges for
12833         loops with zero exit edges.
12834
12835 2005-03-04  Devang Patel  <dpatel@apple.com>
12836
12837         * doc/invoke.texi: Remove reference to webpage that does not exist.
12838
12839 2005-03-04  John David Anglin  <dave.danglin@nrc-cnrc.gc.ca>
12840             Joseph S. Myers  <joseph@codesourcery.com>
12841
12842         PR c++/19797
12843         * pa/elf.h, pa64-hpux.h, som.h (ASM_OUTPUT_EXTERNAL_REAL): Define.
12844         (ASM_OUTPUT_EXTERNAL): Call pa_hpux_asm_output_external.
12845         * pa-protos.h (pa_hpux_asm_output_external): Add prototype.
12846         * pa.c (get_plabel): Change argument to symbol_ref.  Call
12847         maybe_get_identifier instead of get_identifier.
12848         (pa_hpux_asm_output_external, pa_hpux_file_end): New functions.
12849         (struct deferred_plabel): Replace name field with symbol field.
12850         (TARGET_ASM_FILE_END): Define as pa_hpux_file_end if
12851         ASM_OUTPUT_EXTERNAL_REAL is defined.
12852         (output_global_address): Use output_addr_const for output of all
12853         symbol_refs.
12854         (output_deferred_plabels): Use symbol_ref instead of name for address
12855         output.
12856         * pa.h (SYMBOL_FLAG_REFERENCED, SYMBOL_REF_REFERENCED_P,
12857         ASM_OUTPUT_SYMBOL_REF): New macros.
12858         * som.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Use assemble_name_raw.  Update
12859         comment.
12860         (ASM_WEAKEN_LABEL): Use targetm.asm_out.globalize_label to globalize
12861         label.
12862
12863 2005-03-05  Joseph S. Myers  <joseph@codesourcery.com>
12864
12865         * config.gcc (hppa*64*-*-hpux11*): Use pa/pa-hpux1111.h for
12866         *-*-hpux11.[1-9]*, not just for *-*-hpux11.11.
12867
12868 2005-03-04  Jeff Law  <law@redhat.com>
12869
12870         * basic-block.h (rediscover_loops_after_threading): Declare.
12871         * tree-ssa-dom.c: Include cfgloop.h.
12872         (tree_ssa_dominator_optimize): Discover loops and some basic
12873         properties.  Remove forwarder blocks recreated by loop header
12874         canonicalization.  Also mark backedges in the CFG.
12875         * tree-ssa-threadupdate.c: Include cfgloop.h
12876         (rediscover_loops_after_threading): Define.
12877         (struct local_info): New field, JUMP_THREADED.
12878         (prune_undesirable_thread_requests): New function.
12879         (redirect_edges): Clear EDGE_ABNORMAL.  If edges were threaded
12880         then record that fact for the callers of redirct_edges.
12881         (thread_block): If BB has incoming backedges, then call
12882         prune_undesirable_thraed_requests.    Note when we are
12883         going to have to rediscover loop information.  Return a
12884         boolean indicating if any jumps were threaded.
12885         (thread_through_all_blocks): Bubble up boolean indicating
12886         if any jumps were threaded.
12887         * Makefile.in (tree-ssa-dom.o): Depend on cfgloop.h
12888         (tree-ssa-threadupdate.o): Similarly.
12889
12890 2005-03-04  Kazu Hirata  <kazu@cs.umass.edu>
12891
12892         * fold-const.c (fold_ternary): Unroll the "for" loop to
12893         extract operands.
12894
12895 2005-03-04  Andrew Haley  <aph@redhat.com>
12896
12897         * unwind-dw2-fde-glibc.c (struct
12898         unw_eh_callback_data.check_cache): New field.
12899         (frame_hdr_cache): New.
12900         (_Unwind_IteratePhdrCallback): Add ext_dl_phdr_info.
12901         Cache frame header info.
12902
12903 2005-03-04  Richard Sandiford  <rsandifo@redhat.com>
12904
12905         * rtl.h (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
12906         (print_c_condition): Declare.
12907         * read-rtl.c (ptr_loc): New structure.
12908         (ptr_locs, ptr_loc_obstack, joined_conditions)
12909         (joined_conditions_obstack): New variables.
12910         (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc)
12911         (get_rtx_ptr_loc, copy_rtx_ptr_loc, print_rtx_ptr_loc)
12912         (join_c_conditions, print_c_condition): New functions.
12913         (apply_macro_to_string): Associate the new string with the same
12914         source location as the old one.
12915         (add_condition_to_string): Use join_c_conditions.
12916         (read_string): Use set_rtx_ptr_loc to record a filename and line
12917         number for the string.
12918         (read_rtx): Initialize the new variables above.
12919         * genattrtab.c (write_test_expr, write_attr_value): Use
12920         print_c_condition.
12921         * genconditions.c (write_header): Don't define MAYBE_EVAL.  Move its
12922         comment above the GCC_VERSION check.
12923         (write_one_condition): Use print_rtx_ptr_loc and print_c_condition.
12924         Inline the definition of MAYBE_EVAL.
12925         * genemit.c (gen_expand, gen_split): Use print_rtx_ptr_loc.
12926         * genoutput.c (process_template): Likewise.
12927         * genpreds.c (write_predicate_subfunction): Likewise.
12928         (write_predicate_expr): Use print_c_condition.
12929         * genrecog.c (write_cond): Likewise.
12930         * gensupport.c (process_rtx): Use join_c_conditions to join the
12931         conditions of a define_insn_and_split.  Record a source location
12932         for the string after the "&&".
12933         (alter_test_for_insn): Use join_c_conditions.
12934
12935 2005-03-04  Andrew Pinski  <pinskia@physics.uc.edu>
12936
12937         Revert for now:
12938         2005-03-03  James A. Morrison  <phython@gcc.gnu.org>
12939         PR tree-optimization/15784
12940         * fold-const.c (fold): Fold ~A + 1 to -A.  Fold -A - 1
12941         and -1 - A to ~A.
12942
12943 2005-03-04  Ben Elliston  <bje@au.ibm.com>
12944
12945         * gcc.c (option_map): Add --coverage.
12946         (LINK_COMMAND_SPEC): Pass -lgcov for `coverage'.
12947         (cc1_options): Pass -fprofile-arcs -ftest-coverage for `coverage'.
12948         * config/darwin.h: Pass -lgcov for `coverage'.
12949         * doc/invoke.texi (Debugging Options): Document --coverage.
12950
12951 2005-03-04  Kazu Hirata  <kazu@cs.umass.edu>
12952
12953         * gcse.c (bypass_block): Use find_edge wherever possible.
12954
12955 2005-03-03  Daniel Berlin <dberlin@dbrelin.org>
12956
12957         Fix PR debug/20253
12958
12959         * c-opts.c (c_common_parse_file): Call start_source_file
12960         and end_source_file at the approriate times.
12961
12962         * dwarf2out.c (dwarf2out_finish): Don't auto-end
12963         the main file, it will be done for us now.
12964
12965 2005-03-04  Kazu Hirata  <kazu@cs.umass.edu>
12966
12967         * fold-const.c (fold_ternary): New.
12968         (fold): Call fold_ternary on ternary expressions.  Remove
12969         handling of ternary expressions.
12970
12971 2005-03-03  James A. Morrison  <phython@gcc.gnu.org>
12972
12973         PR tree-optimization/15784
12974         * fold-const.c (fold): Fold ~A + 1 to -A.  Fold -A - 1
12975         and -1 - A to ~A.
12976
12977 2005-03-03  David Edelsohn  <edelsohn@gnu.org>
12978
12979         * config/rs6000/predicates.md (branch_comparison_operator):
12980         Convert from C block to conditional format.
12981
12982 2005-03-03  Jan Hubicka  <jh@suse.cz>
12983
12984         * tree-dfa.c (add_referenced_var): Don't walk initializer of external
12985         and non-constant public variables.
12986
12987 2005-03-03  Kazu Hirata  <kazu@cs.umass.edu>
12988
12989         * tree-cfg.c (stmt_starts_bb_p): Clean up by replacing code
12990         with LABEL_EXPR.
12991
12992         * cfgexpand.c (construct_exit_block): Use EDGE_PRED instead of
12993         EDGE_I.
12994
12995         * tree-phinodes.c (remove_phi_node): Clean up by factoring out
12996         calls to release_ssa_name and release_phi_node.
12997
12998         * fold-const.c (fold): Remove handling of unary expressions.
12999
13000         * fold-const.c (fold_unary): Avoid directly using the original
13001         expression t as much as possible.
13002
13003 2005-03-03  Roger Sayle  <roger@eyesopen.com>
13004             Andrew Pinski  <pinskia@physics.uc.edu>
13005
13006         * jump.c (redirect_exp_1): If nlabel is a NULL pointer create a
13007         RETURN rtx, and not a LABEL_REF containing a NULL pointer.
13008
13009 2005-03-03  Hans-Peter Nilsson  <hp@axis.com>
13010
13011         Describe special registers SRP and MOF as allocatable registers.
13012         * config/cris/cris.c (cris_md_asm_clobbers): New function.
13013         (TARGET_MD_ASM_CLOBBERS): Define to cris_md_asm_clobbers.
13014         (cris_conditional_register_usage): Enable CRIS_MOF_REGNUM if
13015         TARGET_HAS_MUL_INSNS.
13016         (cris_print_operand) <case 'd'>: New case.
13017         <case REG>: Allow CRIS_MOF_REGNUM and CRIS_SRP_REGNUM.
13018         * config/cris/cris.h (CRIS_PC_REGNUM, CRIS_SRP_REGNUM): Don't
13019         define.
13020         (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS, CALL_USED_REGISTERS)
13021         (REG_ALLOC_ORDER): Update for MOF.
13022         (enum reg_class): New members MOF_REGS, GENERAL_REGS and
13023         SPECIAL_REGS.
13024         (GENERAL_REGS): No longer a define of ALL_REGS.
13025         (REGNO_REG_CLASS, REG_CLASS_CONTENTS, REG_CLASS_NAMES)
13026         (PREFERRED_RELOAD_CLASS, REGISTER_NAMES, DBX_REGISTER_NUMBER):
13027         Adjust accordingly.
13028         (CRIS_SPECIAL_REGS_CONTENTS): New macro.
13029         (REG_CLASS_FROM_LETTER): Allocate 'h' and 'x'.
13030         (SECONDARY_RELOAD_CLASS): Define.
13031         (STACK_POINTER_REGNUM): Define as CRIS_SP_REGNUM.
13032         (FRAME_POINTER_REGNUM): Define as CRIS_FP_REGNUM.
13033         (ARG_POINTER_REGNUM): Define as CRIS_AP_REGNUM.
13034         (STATIC_CHAIN_REGNUM): Define as CRIS_STATIC_CHAIN_REGNUM.
13035         (REGISTER_MOVE_COST): Define.
13036         (PIC_OFFSET_TABLE_REGNUM): Define in terms of CRIS_GOT_REGNUM.
13037         * config/cris/cris.md (CRIS_GOT_REGNUM, CRIS_STATIC_CHAIN_REGNUM)
13038         (CRIS_FP_REGNUM, CRIS_SP_REGNUM, CRIS_SRP_REGNUM, CRIS_AP_REGNUM)
13039         (CRIS_MOF_REGNUM): New define_constants.
13040         ("*movsi_internal", "movhi", "movqi", "movsf"): Add alternatives for
13041         special registers.
13042         ("reload_inhi", "reload_outhi", "reload_inqi", "reload_outqi"):
13043         New patterns.
13044         ("umulhisi3", "umulqihi3", "mulsi3", "mulqihi3", "mulhisi3")
13045         ("mulsidi3", "umulsidi3", "smulsi3_highpart", "umulsi3_highpart"):
13046         Adjust for MOF being properly described as a register.
13047         (indir_to_reg_split): Name this split.  Conditionalize on the
13048         destination register being a general register.
13049         (movei): Conditionalize on on operands 0 and 1 having the same
13050         register class.
13051
13052 2005-03-03  Alan Modra  <amodra@bigpond.net.au>
13053
13054         PR target/20277
13055         * config/rs6000/rs6000.c (rs6000_override_options): Don't allow
13056         -mcpu to override any other explicitly given flags.
13057
13058 2005-03-02  J"orn Rennecke <joern.rennecke@st.com>
13059
13060         * recog.c (verify_changes, confirm_change_group): New functions,
13061         broken out of apply_change_group.
13062         (apply_change_group): Use them.
13063         * recog.h (verify_change, confirm_change_group): Declare.
13064         * rtl.h (redirect_jump_2): Declare.
13065         * jump.c (redirect_exp, invert_exp): Delete.
13066         (invert_exp_1): Take second parameter.  Return value.  Changed caller.
13067         (redirect_jump_2): New function, broken out of redirect_jump.
13068         (redirect_jump): Use redirect_jump_1 and redirect_jump_2.
13069         (invert_jump): Use invert_jump_1 and redirect_jump_2.
13070         * ifcvt.c (dead_or_predicable): Use redirect_jump_2.
13071
13072 2005-03-02  Geoffrey Keating  <geoffk@apple.com>
13073
13074         * varasm.c (named_section): Use xstrdup rather than doing it by
13075         hand.
13076
13077         * config/darwin8.h (LIB_SPEC): Switch -lmx and -lSystem.
13078
13079 2005-03-02  Devang Patel  <dpatel@apple.com>
13080
13081         Undo PR tree-optimization/18815 fix.
13082
13083 2005-03-02  Devang Patel  <dpatel@apple.com>
13084
13085         PR tree-optimization/18815
13086         * tree-if-conv.c (combine_blocks): Adjust loop header edges for
13087         loops with zero exit edges.
13088
13089 2005-03-02  Kazu Hirata  <kazu@cs.umass.edu>
13090
13091         * cfg.c (connect_src, connect_dest, disconnect_src,
13092         disconnct_dest): New.
13093         (unchecked_make_edge, remove_edge, redirect_edge_succ,
13094         redirect_edge_pred): Use the new functions.
13095
13096         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Call
13097         free_dominance_info only when needed.
13098
13099 2005-03-02  David Edelsohn  <edelsohn@gnu.org>
13100
13101         PR target/20276
13102         * config/rs6000/predicates.md (reg_or_cint64_operand): Fix typo.
13103         (reg_or_sub_cint64_operand): Same.
13104
13105 2005-03-02  Jeff Law  <law@redhat.com>
13106
13107         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Fix setting of
13108         CFG_ALTERED in the main DOM iteration loop.
13109
13110 2005-03-02  Mark Mitchell  <mark@codesourcery.com>
13111
13112         PR c++/19916
13113         * varasm.c (initializer_constant_valid_p): Allow conversions
13114         between OFFSET_TYPEs.  Tidy.
13115
13116 2005-03-02  Hans-Peter Nilsson  <hp@axis.com>
13117
13118         * config/cris/cris.md ("return"): Remove epilogue delay list
13119         sanity check.
13120
13121 2005-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
13122
13123         * config/arm/linux-elf.h (ARM_FUNCTION_PROFILER): Do not use (PLT)
13124         for Thumb.
13125         * config/arm/netbsd-elf.h (ARM_FUNCTION_PROFILER): Likewise.
13126
13127 2005-03-02  Kazu Hirata  <kazu@cs.umass.edu>
13128
13129         * cfgloop.h, cfgloopanal.c, cfgloopmanip.c, conflict.c,
13130         loop-init.c, loop-unroll.c, print-tree.c, reg-notes.def,
13131         config/m68k/m68k.c, config/mips/mips.h,
13132         config/rs6000/rs6000-protos.h, doc/contrib.texi,
13133         doc/include/gcc-common.texi: Update copyright.
13134
13135         PR middle-end/18029 and PR middle-end/18030
13136         * expr.c (optimize_bitfield_assignment_op): Add a special case
13137         to handle BIT_IOR_EXPR and BIT_XOR_EXPR.
13138
13139         * fold-const.c (fold_unary): New.
13140         (fold): Call fold_unary on unary expressions.
13141
13142 2005-03-02  Richard Guenther  <rguenth@gcc.gnu.org>
13143
13144         * cgraph.h (struct cgraph_edge): Add prev_caller and
13145         prev_callee fields.
13146         (cgraph_node_remove_callees): Export.
13147         * cgraph.c (cgraph_create_edge): Initialize prev_caller
13148         and prev_callee.
13149         (cgraph_edge_remove_callee): New function.
13150         (cgraph_edge_remove_caller): Likewise.
13151         (cgraph_remove_edge): Use.
13152         (cgraph_redirect_edge_callee): Likewise.
13153         (cgraph_node_remove_callees): New function.
13154         (cgraph_node_remove_callers): Likewise.
13155         (cgraph_remove_node): Use.
13156         * tree-optimize.c (tree_rest_of_compilation): Use
13157         cgraph_node_remove_callees instead of manual loop.
13158         * cgraphunit.c (cgraph_finalize_function): Likewise.
13159         (cgraph_expand_function): Likewise.
13160         (cgraph_remove_unreachable_nodes): Likewise.
13161
13162 2005-03-02  Joseph S. Myers  <joseph@codesourcery.com>
13163
13164         PR c/8927
13165         * c-tree.h (undeclared_variable, build_external_ref): Add extra
13166         argument.
13167         * c-decl.c (undeclared_variable): Take location as argument.
13168         * c-typeck.c (build_external_ref): Likewise.
13169         * c-parser.c (c_parser_postfix_expression): Pass location of
13170         identifier to build_external_ref.
13171
13172 2005-03-01  David Edelsohn  <edelsohn@gnu.org>
13173
13174         * config/rs6000/rs6000.md (cceq splitter): Use operand mode, not
13175         CCEQ mode for branch_positive_comparison_operator test.
13176         * config/rs6000/predicates (branch_comparison_operator): Revert to
13177         define_predicate.
13178         (scc_comparison_operator): Same.
13179         (branch_positive_comparison_operator): Same.
13180
13181 2005-03-01  Hans-Peter Nilsson  <hp@axis.com>
13182
13183         * config/cris/cris.c (cris_eligible_for_epilogue_delay)
13184         (cris_delay_slots_for_epilogue): Remove.
13185         (save_last): Move into cris_target_asm_function_epilogue.
13186         (cris_target_asm_function_epilogue): Remove tests for file being
13187         NULL.
13188         * config/cris/cris-protos.h (cris_eligible_for_epilogue_delay)
13189         (cris_delay_slots_for_epilogue): Remove prototypes.
13190         * config/cris/cris.h (DELAY_SLOTS_FOR_EPILOGUE)
13191         (ELIGIBLE_FOR_EPILOGUE_DELAY): Do not define.
13192
13193 2005-03-01  David Edelsohn  <edelsohn@gnu.org>
13194
13195         * config/rs6000/predicates.md (branch_comparison_operator): Change
13196         to define_special_predicate.
13197         (scc_comparison_operator): Same.
13198         (branch_positive_comparison_operator): Same.
13199
13200 2005-03-01  Daniel Berlin <dberlin@dberlin.org>
13201
13202         * Makefile.in (tree-ssa-sink.o): New.
13203         (OBJS-common): Add tree-ssa-sink.o.
13204         * common.opt: Add -ftree-sink
13205         * opts.c (decode_options): flag_tree_sink is set at O1 or higher.
13206         * timevar.def (TV_TREE_SINK): new timevar.
13207         * tree-flow.h (is_hidden_global_store): Prototype.
13208         * tree-optimize.c (init_tree_optimization_passes): Add
13209         pass_sink_code.
13210         * tree-pass.h (pass_sink_code): New.
13211         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Move checking
13212         for non-obvious global store store to is_hidden_global_store, and
13213         call that new function.
13214         * tree-ssa-sink.c: New file.
13215         * doc/invoke.texi: Document -fdump-tree-sink and -ftree-sink.
13216         * doc/passes.texi: Document forward store motion.
13217         * testsuite/gcc.dg/tree-ssa/ssa-sink-1.c: New test
13218         * testsuite/gcc.dg/tree-ssa/ssa-sink-2.c: New test
13219         * testsuite/gcc.dg/tree-ssa/ssa-sink-3.c: New test
13220         * testsuite/gcc.dg/tree-ssa/ssa-sink-4.c: New test
13221
13222 2005-03-01  Per Bothner  <per@bothner.com>
13223
13224         * diagnostic.c (diagnostic_build_prefix): If USE_MAPPED_LOCATION
13225         and we have a non-zero column-number, add it to the message.
13226         Also factor out the diagnostic_kind_text.
13227
13228 2005-03-01  Zdenek Dvorak  <dvorakz@suse.cz>
13229
13230         * cfgloop.c (flow_loop_entry_edges_find, flow_loop_exit_edges_find,
13231         flow_loop_pre_header_scan, flow_loop_pre_header_find,
13232         flow_loop_scan): Removed.
13233         (flow_loop_dump): Do not dump removed fields.
13234         (flow_loop_free): Do not free removed fields.
13235         (flow_loops_find): Flags argument removed.  Do not call flow_loop_scan.
13236         (loop_exit_edge_p): New function.
13237         * cfgloop.h (struct loop): Removed fields pre_header, pre_header_edges,
13238         num_pre_header_edges, entry_edges, num_entries, exit_edges,
13239         num_exits, exits_doms.
13240         (LOOP_TREE, LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
13241         LOOP_EDGES, LOOP_ALL): Removed.
13242         (flow_loop_scan): Declaration removed.
13243         (loop_exit_edge_p, mark_loop_exit_edges): Declare.
13244         * cfgloopmanip.c (create_loop_notes): Do not pass flags to
13245         flow_loops_find.
13246         * ifcvt.c (mark_loop_exit_edges): Moved to cfgloopanal.c.
13247         (if_convert): Call flow_loops_find and flow_loops_free
13248         when calling mark_loop_exit_edges.
13249         * cfgloopanal.c (mark_loop_exit_edges): Moved from
13250         ifcvt.c.  Removed the flow_loops_find, flow_loops_free and
13251         free_dominance_info calls.
13252         * loop-init.c (flow_loops_find): Ditto.
13253         * passes.c (rest_of_handle_branch_prob): Ditto.
13254         * lambda-code.c (perfect_nestify): Do not call flow_loops_find.
13255         * loop-unroll.c (analyze_insns_in_loop): Do not use
13256         EDGE_LOOP_EXIT.
13257         * predict.c (predict_loops): Do not call flow_loop_scan.
13258         Use get_loop_exit_edges.
13259         (tree_estimate_probability): Do not pass flags to flow_loops_find.
13260         * tree-if-conv.c (bb_with_exit_edge_p): Take loop as argument.
13261         Do not use EDGE_LOOP_EXIT.
13262         (tree_if_convert_cond_expr, if_convertible_modify_expr_p): Pass loop
13263         to bb_with_exit_edge_p.
13264         (if_convertible_loop_p): Do not call flow_loop_scan.  Use
13265         loop->single_exit.  Do not use EDGE_LOOP_EXIT.  Pass loop
13266         to bb_with_exit_edge_p.
13267         (combine_blocks): Pass loop to bb_with_exit_edge_p.  Do not use
13268         EDGE_LOOP_EXIT.
13269         * tree-loop-linear.c (linear_transform_loops): Do not call
13270         flow_loop_scan.  Use loop->single_exit.
13271         * tree-vect-analyze.c (vect_analyze_operations): Use loop->single_exit.
13272         (vect_analyze_loop_form): Do not call flow_loop_scan.
13273         * tree-vect-transform.c (vect_update_ivs_after_vectorizer): Use
13274         loop->single_exit.
13275         (vect_do_peeling_for_loop_bound): Use loop_preheader_edge and
13276         loop->single_exit.
13277         * tree-vectorizer.c (slpeel_update_phis_for_duplicate_loop,
13278         slpeel_make_loop_iterate_ntimes, slpeel_can_duplicate_loop_p,
13279         slpeel_tree_duplicate_loop_to_edge_cfg,
13280         slpeel_verify_cfg_after_peeling, slpeel_tree_peel_loop_to_edge):
13281         Use loop_preheader_edge and loop->single_exit.  Do not call
13282         flow_loop_scan.
13283
13284 2005-03-01  Nick Clifton  <nickc@redhat.com>
13285
13286         * config/arm/arm.c (thumb_find_work_register): Check all of the
13287         argument registers to see if they are free, and a couple of
13288         special cases where the last argument register but can be proved
13289         to be available during the function's prologue.
13290         (print_multi_reg, arm_compute_save_reg0_reg12_mask,
13291         output_return_instruction, emit_multi_reg_push, thumb_pushpop,
13292         thumb_unexpanded_epilogue): Use unsigned long as the type for the
13293         register bit-mask.
13294         (thumb_compute_save_reg_mask): Likewise.  Also use
13295         thumb_find_work_register() to ensure that there is agreement about
13296         which work register is going to be used in the prologue.
13297         (thumb_output_function_prologue): Use unsigned long as the type
13298         for the register bit-mask.  Also delay pushing the link register if
13299         other high registers are going to be pushed.
13300         (thumb_compute_save_reg_mask, emit_multi_reg_push,
13301         print_multi-reg, number_of_first_bit_set, thumb_pushpop): Remove
13302         redundant prototypes.
13303
13304 2005-02-28  John David Anglin  <dave.anglin#nrc-cnrc.gc.ca>
13305
13306         PR target/19819
13307         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Allow allow hard registers during
13308         and after reload in REG+REG indexed addresses without REG_POINTER
13309         set in the base and not set in the index.
13310
13311 2005-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
13312
13313         * config/sh/linux.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX):
13314         Don't undefine here.
13315         (HANDLE_PRAGMA_PACK_PUSH_POP): Delete.
13316         (NO_IMPLICIT_EXTERN_C, CPLUSPLUS_CPP_SPEC): Likewise.
13317         (TARGET_OS_CPP_BUILTINS): Use LINUX_TARGET_OS_CPP_BUILTINS.
13318         (LIB_SPEC, LINK_EH_SPEC, STARTFILE_SPEC, ENDFILE_SPEC,
13319         LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED, TARGET_C99_FUNCTIONS):
13320         Delete.
13321         * config.gcc (sh*-*-linux*): Use config/linux.h.
13322
13323 2005-02-28  Dale Johannesen  <dalej@apple.com>
13324             Stan Shebs  <shebs@apple.com>
13325
13326         Rewrite of 64-bit Darwin structure-by-value pass/return.
13327         * config/rs6000/rs6000.h (CUMULATIVE_ARGS): New fields
13328         intoffset, use_stack, named.
13329         * config/rs6000/rs6000.c (rs6000_darwin64_function_arg):  Remove.
13330         (rs6000_darwin64_record_arg_advance_flush):  New.
13331         (rs6000_darwin64_record_arg_advance_recurse): New.
13332         (rs6000_darwin64_record_arg_flush):  New.
13333         (rs6000_darwin64_record_arg_recurse):  New.
13334         (rs6000_darwin64_record_arg):  New.
13335         (rs6000_return_in_memory):  Remove AGGREGATE_TYPE_P check.
13336         (function_arg_boundary):  Handle 128-bit aligned structs.
13337         (function_arg_advance):  Rewrite darwin64 struct handling.
13338         (function_arg):  Call rs6000_darwin64_record_arg.
13339         (function_arg_partial_nregs):  Handle darwin64 structs.
13340         (rs6000_darwin64_function_value):  Remove.
13341         (rs6000_function_value):  Call rs6000_darwin64_record_arg.
13342
13343 2005-02-28  Roger Sayle  <roger@eyesopen.com>
13344
13345         PR tree-optimization/20216
13346         * tree-chrec.c (tree_fold_factorial): Delete.
13347         (tree_fold_binomial): Change argument list to take a return type
13348         and change the type of K to unsigned int.  Rewrite to avoid explicit
13349         evaluation of factorials, and (recursively) calling fold to perform
13350         compile-time arithmetic.  Return NULL on (internal) overflow.
13351         (chrec_evaluate): Change type of K to an unsigned int.  Avoid
13352         calling tree_fold_binomial unnecessarily.  Return chrec_dont_know
13353         if any intermediate calculation overflows.
13354         (chrec_apply): Update call to chrec_evaluate.
13355
13356 2005-02-28  James E Wilson  <wilson@specifixinc.com>
13357
13358         * config/mips/mips.h (NO_PROFILE_COUNTERS): Define.
13359
13360 2005-02-28  Joseph S. Myers  <joseph@codesourcery.com>
13361
13362         PR c/20245
13363         * c-parser.c (c_parser_compound_statement): Return error_mark_node
13364         instead of NULL_TREE on error.
13365
13366 2005-02-28  David Edelsohn  <edelsohn@gnu.org>
13367
13368         * config/rs6000/rs6000.c (EASY_VECTOR_15): Remove.
13369         (EASY_VECTOR_15_ADD_SELF): Remove.
13370         (num_insns_constant_wide): Not static.
13371         (validate_condition_mode): Not static.
13372         (toc_relative_expr_p): Not static.
13373         (legitimate_indirect_address_p): Not static.
13374         (macho_lo_sum_memory_operand): Not static.
13375         (invalid_e500_subreg): Not static.
13376         (easy_vector_same): Not static.
13377         (easy_vector_splat_const): Not static.
13378         (RS6000_SYMBOL_REF_TLS_P): Remove.
13379         (any_operand): Delete.
13380         (any_parallel_operand): Delete.
13381         (count_register_operand): Delete.
13382         (altivec_register_operand): Delete.
13383         (xer_operand): Delete.
13384         (s8bit_cint_operand): Delete.
13385         (short_cint_operand): Delete.
13386         (u_short_cint_operand): Delete.
13387         (non_short_cint_operand): Delete.
13388         (exact_log2_cint_operand): Delete.
13389         (gpc_reg_operand): Delete.
13390         (cc_reg_operand): Delete.
13391         (cc_reg_not_cr0_operand): Delete.
13392         (reg_or_short_operand): Delete.
13393         (reg_or_neg_short_operand): Delete.
13394         (reg_or_aligned_short_operand): Delete.
13395         (reg_or_u_short_operand): Delete.
13396         (reg_or_cint_operand): Delete.
13397         (reg_or_arith_cint_operand): Delete.
13398         (reg_or_add_cint64_operand): Delete.
13399         (reg_or_sub_cint64_operand): Delete.
13400         (reg_or_logical_cint_operand): Delete.
13401         (got_operand): Delete.
13402         (got_no_const_operand): Delete.
13403         (easy_fp_constant): Delete.
13404         (easy_vector_constant): Delete.
13405         (easy_vector_constant_add_self): Delete.
13406         (zero_constant): Delete.
13407         (zero_fp_constant): Delete.
13408         (volatile_mem_operand): Delete.
13409         (offsettable_mem_operand): Delete.
13410         (mem_or_easy_const_operand): Delete.
13411         (add_operand): Delete.
13412         (non_add_cint_operand): Delete.
13413         (logical_operand): Delete.
13414         (non_logical_cint_operand): Delete.
13415         (mask_operand): Delete.
13416         (mask_operand_wrap): Delete.
13417         (mask64_operand): Delete.
13418         (mask64_2_operand): Delete.
13419         (and64_operand): Delete.
13420         (and64_2_operand): Delete.
13421         (and_operand): Delete.
13422         (reg_or_mem_operand): Delete.
13423         (lwa_operand): Delete.
13424         (symbol_ref_operand): Delete.
13425         (call_operand): Delete.
13426         (current_file_function_operand): Delete.
13427         (input_operand): Delete.
13428         (rs6000_nonimmediate_operand): Delete.
13429         (rs6000_tls_symbol_ref): Delete.
13430         (save_world_operation): Delete.
13431         (restore_world_operation): Delete.
13432         (load_multiple_operation): Delete.
13433         (store_multiple_operation): Delete.
13434         (vrsave_operation): Delete.
13435         (mfcr_operation): Delete.
13436         (mtcrf_operation): Delete.
13437         (lmw_operation): Delete.
13438         (stmw_operation): Delete.
13439         (branch_comparison_operator): Delete.
13440         (branch_positive_comparison_operator): Delete.
13441         (scc_comparison_operator): Delete.
13442         (trap_comparison_operator): Delete.
13443         (boolean_operator): Delete.
13444         (boolean_or_operator): Delete.
13445         (min_max_operator): Delete.
13446         * config/rs6000/rs6000.h (RS6000_SYMBOL_REF_TLS_P): Move to here.
13447         (EASY_VECTOR_15): Moved to here.
13448         (EASY_VECTOR_15_ADD_SELF): Move to here.
13449         (PREDICATE_CODES): Delete.
13450         * config/rs6000/rs6000-protos.h: Delete predicate functions.
13451         Declare functions no longer static.
13452         * config/rs6000/predicates.md: New.
13453         * config/rs6000/rs6000.md: Include predicates.md
13454
13455 2005-02-28  Kazu Hirata  <kazu@cs.umass.edu>
13456
13457         * calls.c (emit_call_1): Don't use  REG_ALWAYS_RETURN.
13458         (emit_library_call_value_1): Don't use LCT_ALWAYS_RETURN and
13459         REG_ALWAYS_RETURN.
13460         * cfgrtl.c (need_fake_edge_p): Likewise.
13461         * combine.c (distribute_notes): Likewise.
13462         * emit-rtl.c (try_split): Likewise.
13463         * recog.c (peephole2_opimize): Likewise.
13464         * reg-notes.def (ALWAYS_RETURN): Remove.
13465         * rtl.h (LCT_ALWAYS_RETURN): Remove.
13466         * tree-cfg.c (need_fake_edge_p): Don't use ECF_ALWAYS_RETURN.
13467         * tree.h (ECF_ALWAYS_RETURN): Remove.
13468
13469 2005-02-28  Roger Sayle  <roger@eyesopen.com>
13470
13471         PR middle-end/19874
13472         * tree-ssa.c (tree_ssa_useless_type_conversion_1): A conversion
13473         between different machine modes is never a "useless" conversion.
13474
13475 2005-02-28  Geert Bosch  <bosch@gnat.com>
13476
13477         PR ada/15977
13478         * doc/contrib.texi: List contributors for Ada front end
13479
13480 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
13481
13482         * simplify-rtx.c (simplify_unary_operation_1,
13483         simplify_const_unary_operation): New, extracted from...
13484         (simplify_unary_operation): ... this one.
13485         (simplify_binary_operation_1,
13486         simplify_const_binary_operation): New, extracted from...
13487         (simplify_binary_operation): ... this one.
13488         * rtl.h (simplify_const_unary_operation,
13489         simplify_const_binary_operation): Add prototypes.
13490
13491 2005-02-28  Julian Brown  <julian@codesourcery.com>
13492
13493         * config/elfos.h: Revert my patch from 2005-02-25 since it broke
13494         building libjava and caused PR regression/20228.
13495
13496 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
13497
13498         PR bootstrap/17383
13499         * Makefile.in (host_subdir): New.
13500         (build_objdir): New.  Replace ../$(build_subdir) with it throughout.
13501         * configure: Regenerate.
13502
13503 2005-02-27  Zack Weinberg  <zack@codesourcery.com>
13504
13505         * config/alpha/t-osf4, config/arm/t-netbsd, config/ia64/t-hpux
13506         * config/pa/t-hpux-shlib (SHLIB_INSTALL): Create the
13507         installation directory first.
13508
13509 2005-02-28  Hans-Peter Nilsson  <hp@axis.com>
13510
13511         PR target/19065.
13512         * config/cris/cris.h (EXTRA_CONSTRAINT_Q): Accept only (mem (reg)),
13513         not including (reg). Do not check for reg being CRIS_PC_REGNUM.
13514         (EXTRA_MEMORY_CONSTRAINT): Define as 'Q'.
13515         * config/cris/cris.md: Tweak comments referring to Q.
13516         ("cmpsi", "cmphi", "cmpqi", "*movsi_internal", "movhi")
13517         ("movstricthi", "movqi", "movstrictqi", "movsf", "addsi3")
13518         ("addhi3", "addqi3", "subsi3", "subhi3", "subqi3")
13519         ("*expanded_andsi", "*expanded_andhi", "*andhi_lowpart", "andqi3")
13520         ("*andqi_lowpart", "iorsi3", "iorhi3", "iorqi3", "uminsi3"):
13521         Insert spaces in constraints to align alternatives vertically for
13522         readability.
13523         ("cmphi"): Ditto.  Add separate alternative for operand 0 "r",
13524         operand 1: "M".
13525
13526 2005-02-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13527
13528         PR rtl-optimization/17728
13529         * pa.md (mulsi3, divsi3, udivsi3, modsi3): Change predicate for
13530         operand 0 from general_operand to move_dest_operand.
13531
13532 2005-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13533
13534         * pa/elf.h, pa/som.h (ASM_OUTPUT_EXTERNAL): Use assemble_name_raw
13535         instead of trying to save and restore TREE_SYMBOL_REFERENCED.
13536         * pa/pa64-hpux.h (ASM_OUTPUT_TYPE_DIRECTIVE): Define.
13537         (ASM_OUTPUT_EXTERNAL): Don't save and restore TREE_SYMBOL_REFERENCED.
13538
13539 2005-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
13540
13541         * configure.ac: Rename cc_for_cross_gnattools to host_cc_for_libada.
13542         * configure: Regenerate.
13543         * libada-mk.in: Remove CC; rename
13544         cc_for_cross_gnattools / cc_set_by_configure to host_cc_for_libada.
13545
13546 2005-02-26  Andrew Pinski  <pinskia@physics.uc.edu>
13547
13548         PR tree-opt/20188
13549         * tree-ssa-alias.c (count_uses_and_derefs): If we have TREE_LIST
13550         for the lhs, also walk over the tree.  Likewise for rhs.
13551
13552 2005-02-26  Zdenek Dvorak  <dvorakz@suse.cz>
13553
13554         * tree-ssa-dom.c (simple_iv_increment_p): New function.
13555         (simplify_rhs_and_lookup_avail_expr, eliminate_redundant_computations):
13556         Do not propagate value of iv before increment over the increment.
13557
13558 2005-02-25  Joseph S. Myers  <joseph@codesourcery.com>
13559
13560         * c-parser.c: New file.
13561         * c-parse.in: Remove.
13562         * Makefile.in (c-parse.o-warn, c-parse.o, c-parse.c, c-parse.y):
13563         Remove.
13564         (c-parser.o): Add dependencies.
13565         (C_AND_OBJC_OBJC, C_OBJS, gcc.srcextra, GTFILES, distclean,
13566         maintainer-clean, TAGS): Update.
13567         * c-config-lang.in (gtfiles): Update.
13568         * gengtype-lex.l: Don't handle "@@".
13569         * stub-objc.c (objc_get_class_ivars, objc_build_throw_stmt,
13570         objc_build_synchronized, objc_begin_try_stmt,
13571         objc_begin_catch_clause, objc_finish_catch_clause,
13572         objc_build_finally_clause, objc_finish_try_stmt): New.
13573         * c-tree.h (struct c_declspecs): Add declspecs_seen_p and
13574         type_seen_p.
13575         (c_parse_init): Update comment.
13576         * c-decl.c (c_init_decl_processing): Update comment.
13577         (build_null_declspecs, declspecs_add_qual, declspecs_add_type,
13578         declspecs_add_scspec, declspecs_add_attrs): Initialize and update
13579         new c_declspecs members.
13580
13581 2005-02-25  Julian Brown  <julian@codesourcery.com>
13582
13583         * config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK
13584         from being used for symbols with vague linkage when
13585         HAVE_GAS_COMDAT_GROUP is true.
13586
13587 2005-02-25  Mark Mitchell  <mark@codesourcery.com>
13588
13589         * doc/include/gcc-common.texi (version-GCC): Update to 4.1.
13590
13591 2005-02-25  Steve Ellcey  <sje@cup.hp.com>
13592
13593         PR target/19930
13594         * doc/tm.texi (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Document.
13595         (LIBGCC2_HAS_DF_MODE): New.
13596         (LIBGCC2_HAS_XF_MODE): New.
13597         (LIBGCC2_HAS_TF_MODE): New.
13598         * libgcc2.h (LIBGCC2_HAS_XF_MODE): New name for HAVE_XFMODE.
13599         (LIBGCC2_HAS_TF_MODE): New name for HAVE_TFMODE.
13600         * libgcc2.c (LIBGCC2_HAS_XF_MODE): New name for HAVE_XFMODE.
13601         (LIBGCC2_HAS_TF_MODE): New name for HAVE_TFMODE.
13602         (LIBGCC2_HAS_DF_MODE): New name for HAVE_DFMODE.
13603         * config/ia64/t-ia64 (LIB1ASMFUNCS): Remove __compat
13604         and add _fixtfdi, _fixunstfdi, _floatditf
13605         * lib1funcs.asm: Remove L__compat. Add L_fixtfdi,
13606         L_fixunstfdi, L_floatditf.
13607         * config/ia64/hpux.h (LIBGCC2_HAS_XF_MODE): Define.
13608         (LIBGCC2_HAS_TF_MODE): Define.
13609
13610 2005-02-25  Diego Novillo  <dnovillo@redhat.com>
13611
13612         PR tree-optimization/20204
13613         * tree-into-ssa.c (insert_phi_nodes_for): Do not use
13614         REWRITE_THIS_STMT markers on PHI nodes.
13615         (rewrite_initialize_block): Likewise.
13616
13617 2005-02-25  Mark Mitchell  <mark@codesourcery.com>
13618
13619         * version.c (version_string): Update to 4.1.
13620
13621 2005-02-25  Paolo Carlini  <pcarlini@suse.de>
13622
13623         * doc/extend.texi (5.24 Declaring Attributes of Functions)<noreturn>:
13624         Clarify that the alternative way doesn't work in GNU C++.
13625
13626 2005-02-25  Zdenek Dvorak  <dvorakz@suse.cz>
13627
13628         PR tree-optimization/19937
13629         * tree-ssa-loop-ivopts.c (rewrite_use_compare): Cast the final value
13630         to the type of the induction variable.
13631
13632 2005-02-25  Kaz Kojima  <kkojima@gcc.gnu.org>
13633
13634         PR rtl-optimization/20117
13635         * bb-reorder.c (duplicate_computed_gotos): Don't duplicate
13636         the block including noncopyable insn.
13637
13638 2005-02-24  Kazu Hirata  <kazu@cs.umass.edu>
13639
13640         * cse.c (delete_trivially_dead_insns): Speed up by minimizing
13641         calls to find_reg_note.
13642
13643 2005-02-24  Richard Henderson  <rth@redhat.com>
13644
13645         PR tree-opt/20127
13646         * tree-sra.c (instantiate_element): Copy TREE_THIS_VOLATILE from
13647         the type.
13648
13649 2005-02-24  Fariborz Jahanian <fjahanian@apple.com>
13650
13651         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Check for
13652         vector types if to use base reg for misaligned non-word ld/std.
13653
13654 2005-02-24  Hans-Peter Nilsson  <hp@axis.com>
13655
13656         PR target/14619
13657         * config/cris/cris.c (cris_target_asm_function_prologue): Create
13658         dwarf2 label manually and put it after, not before the prologue.
13659
13660 2005-02-24  David Edelsohn  <edelsohn@gnu.org>
13661
13662         PR target/19019
13663         * reload.c (operands_match_p): Only increment register number for
13664         SCALAR_INT_MODE_P modes in multiple hard registers.
13665
13666         * config/rs6000/rs6000.md (trunctfdf2): Remove register constraints.
13667         Fix formatting.
13668
13669 2005-02-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13670
13671         * ChangeLog.5: Fix log message typo(s).
13672         * ChangeLog.7: Likewise.
13673         * ChangeLog.tree-ssa: Likewise.
13674         * cfgexpand.c: Fix comment typo(s).
13675         * conflict.c: Likewise.
13676         * defaults.h: Likewise.
13677         * dwarf2out.c: Likewise.
13678         * gcse.c: Likewise.
13679         * ggc-page.c: Likewise.
13680         * tree-eh.c: Likewise.
13681         * tree-ssa-dom.c: Likewise.
13682
13683 2005-02-24  Jakub Jelinek  <jakub@redhat.com>
13684
13685         PR target/19019
13686         * mklibgcc.in: Pass -DSHARED when compiling all *_s${objext} objects.
13687         * config/rs6000/darwin-ldouble.c: Only use the .symver directives
13688         if SHARED is defined.
13689
13690         PR target/20196
13691         * config/rs6000/rs6000.md (LTU, GTU sCC splitters): Add earlyclobber,
13692         allow splitting only if operands 0 and 3 don't overlap.
13693
13694 2005-02-24  Richard Henderson  <rth@redhat.com>
13695
13696         PR middle-end/19953
13697         * builtins.c (fold_builtin_complex_mul, fold_builtin_complex_div): New.
13698         (fold_builtin_1): Call them.
13699         * fold-const.c (fold_complex_mult_parts): Split out from ...
13700         (fold_complex_mult): ... here.  Fix typo in both imaginary case.
13701         (fold_complex_div_parts, fold_complex_div): New.
13702         (fold): Use them.
13703         * tree.h (fold_complex_mult_parts, fold_complex_div_parts): Declare.
13704
13705 2005-02-24  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13706
13707         * tree-ssa-ccp.c (visit_assignment): Verify that result of
13708         VIEW_CONVERT_EXPR is_gimple_min_invariant.
13709
13710         * print-tree.c (print_node_brief): Print LABEL_DECL_UID.
13711         (print_node): Likewise.
13712         Print TYPE_SIZES_GIMPLIFIED.
13713
13714 2005-02-24  Hans-Peter Nilsson  <hp@axis.com>
13715
13716         * config/cris/cris.md ("umulhisi3", "umulqihi3", "mulsi3")
13717         ("mulqihi3", "mulhisi3", "mulsidi3", "umulsidi3"): Mark input
13718         operands as commutative in constraints.
13719
13720 2005-02-24  Diego Novillo  <dnovillo@redhat.com>
13721
13722         * tree-into-ssa.c: Re-organize internal functions.
13723
13724 2005-02-24  Richard Henderson  <rth@redhat.com>
13725
13726         PR middle-end/18902
13727         * c-opts.c (c_common_post_options): Set flag_complex_method to 2
13728         for c99.
13729         * common.opt (fcx-limited-range): New.
13730         * opts.c (set_fast_math_flags): Set flag_cx_limited_range.
13731         * toplev.c (flag_complex_method): Initialize to 1.
13732         (process_options): Set flag_complex_method to 0 if
13733         flag_cx_limited_range.
13734         * doc/invoke.texi (-fcx-limited-range): New.
13735
13736 2005-02-24  Kazu Hirata  <kazu@cs.umass.edu>
13737
13738         * cse.c (delete_trivially_dead_insns): Speed up by using
13739         NEXT_INSN and PREV_INSN directly instead of next_real_insn and
13740         prev_real_insn.
13741
13742 2005-02-24  Andrea Tarani  <andrea.tarani@gilbarco.com>
13743
13744         * config/m68k/m68k.c (m68k_save_reg): Also save A5 for non-leaf
13745         functions when -mid-shared-library is being used.
13746
13747 2005-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
13748
13749         * doc/tm.texi (LINK_LIBGCC_SPECIAL): Remove.
13750         (LINK_LIBGCC_SPECIAL_1): Don't mention it.
13751         * gcc.c: Don't check for LINK_LIBGCC_SPECIAL.
13752         * system.h: Poison LINK_LIBGCC_SPECIAL.
13753
13754 2005-02-23  James E Wilson  <wilson@specifixinc.com>
13755
13756         * gengtype.c (note_insn_name): Make 1 element larger.
13757
13758 2005-02-23  Roger Sayle  <roger@eyesopen.com>
13759
13760         PR target/20018
13761         PR rtl-optimization/20097
13762         * simplify-rtx.c (simplify_relational_operation_1): Avoid creating
13763         BImode SUBREGs of SImode registers which confuse the ia64 backend.
13764
13765 2005-02-23  David Edelsohn  <edelsohn@gnu.org>
13766
13767         * t-aix43 (SHLIB_INSTALL): Create directory for shared library.
13768         * t-aix52 (SHLIB_INSTALL): Same.
13769
13770 2005-02-23  Kazu Hirata  <kazu@cs.umass.edu>
13771
13772         * genpreds.c: Update copyright.
13773
13774 2005-02-23  Michael Beach  <michaelb@ieee.org>
13775
13776         PR target/20159
13777         * config/sparc/t-elf (startup files): Assemble with CPP.
13778
13779 2005-02-23  Paolo Bonzini  <bonzini@gnu.org>
13780
13781         * genpreds.c (mark_mode_tests): Handle non-VOIDmode match_operands.
13782         (write_predicate_expr): Likewise.
13783
13784 2005-02-22  Diego Novillo  <dnovillo@redhat.com>
13785
13786         PR tree-optimization/20100
13787         PR tree-optimization/20115
13788         * tree-optimize.c (init_tree_optimization_passes): Remove
13789         pass_maybe_create_global_var.
13790         * tree-pass.h (pass_maybe_create_global_var): Remove.
13791         * tree-ssa-alias.c (aliases_computed_p): Declare.
13792         (struct alias_info): Add field NUM_PURE_CONST_CALLS_FOUND.
13793         (count_calls_and_maybe_create_global_var): Remove.
13794         (pass_maybe_create_global_var): Remove.
13795         (init_alias_info): Do not declare aliases_computed_p.
13796         (maybe_create_global_var): If the function contains no
13797         call-clobbered variables and a mix of pure/const and regular
13798         function calls, create .GLOBAL_VAR.
13799         Mark all call-clobbered variables for renaming.
13800         (merge_pointed_to_info): Update comment.
13801         (add_pointed_to_var): Likewise.
13802         (is_escape_site): Likewise.
13803         Accept struct alias_info * instead of size_t *.
13804         Update all users.
13805         Update AI->NUM_CALLS_FOUND and AI->NUM_PURE_CONST_CALLS_FOUND
13806         as necessary.
13807         * tree-ssa-operands.c (get_call_expr_operands): If
13808         ALIASES_COMPUTED_P is false, do not add call-clobbering
13809         operands.
13810         * tree-ssa.c (init_tree_ssa): Set ALIASES_COMPUTED_P to false.
13811         (delete_tree_ssa): Likewise.
13812
13813 2005-02-22  James E Wilson  <wilson@specifixinc.com>
13814
13815         * toplev.c (backend_init): Don't call init_adjust_machine_modes here.
13816         (do_compile): Do call it here.
13817
13818 2005-02-22  Kazu Hirata  <kazu@cs.umass.edu>
13819
13820         PR rtl-optimization/20017.
13821         * passes.c (rest_of_handle_combine, rest_of_handle_cse,
13822         rest_of_handle_cse2, rest_of_handle_gcse): Call
13823         delete_dead_jumptables immediately before calling cleanup_cfg.
13824
13825 2005-02-22  Devang Patel  <dpatel@apple.com>
13826
13827         PR 19952
13828         * tree-if-conv.c (process_phi_nodes): Use bsi_after_labels and skip
13829         all labels
13830
13831 2005-02-22  David Edelsohn  <edelsohn@gnu.org>
13832
13833         * config/rs6000/aix.h (WINT_TYPE): Define.
13834
13835 2005-02-22  Stan Shebs  <shebs@apple.com>
13836
13837         * config/rs6000/rs6000.c (rs6000_override_options): Default to
13838         natural alignment for 64-bit Darwin.
13839         (rs6000_parse_alignment_option): Warn about uses of -malign-power
13840         on 64-bit Darwin.
13841         * doc/invoke.texi: Document this.
13842
13843 2005-02-22  DJ Delorie  <dj@redhat.com>
13844
13845         * c-common.c (c_common_type_for_mode): Pass the mode's precision
13846         to make_[un]signed_type, not the mode itself.
13847
13848 2005-02-22  Kazu Hirata  <kazu@cs.umass.edu>
13849
13850         * cfg.c (cached_make_edge): Call make_edge if edge cache is
13851         not available.  Use tail calls wherever possible.
13852         (make_edge): Call unchecked_make_edge to create an edge.
13853
13854         * tree-outof-ssa.c (SSANORM_USE_COALESCE_LIST): Remove.
13855         (coalesce_ssa_name): Don't check for
13856         SSANORM_USE_COALESCE_LIST.
13857         (rewrite_out_of_ssa): Don't use SSANORM_USE_COALESCE_LIST.
13858
13859 2005-02-22  Diego Novillo  <dnovillo@redhat.com>
13860
13861         * tree-into-ssa.c (rewrite_blocks): Move debug dumps from ...
13862         (rewrite_into_ssa): ... here.
13863
13864 2005-02-21  Alexandre Oliva  <aoliva@redhat.com>
13865
13866         PR tree-optimization/19786
13867         * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Add one
13868         tag to another's may-alias bitmap when adding to the other's list.
13869
13870 2005-02-21  DJ Delorie  <dj@redhat.com>
13871
13872         * tree-ssa-loop-ivopts.c (computation_cost): Start register
13873         numbering at LAST_VIRTUAL_REGISTER+1 to avoid possibly using hard
13874         registers in unsupported ways.
13875         * expmed.c (init_expmed): Likewise.
13876
13877 2005-02-21  Stan Cox  <scox@redhat.com>
13878
13879         * config/iq2000/iq2000.h (DWARF_FRAME_RETURN_COLUMN): Change to 31.
13880
13881 2005-02-21  Kazu Hirata  <kazu@cs.umass.edu>
13882
13883         * tree-cfg.c (fold_cond_expr_cond): New.
13884         (make_edges): Call fold_cond_expr_cond.
13885         (find_taken_edge): Accept nothing but INTEGER_CST.
13886         (find_taken_edge_cond_expr): Reject INTEGER_CST other than 0
13887         and 1.
13888         (find_taken_edge_switch_expr): Remove a check for INTEGER_CST.
13889
13890         * flow.c (delete_dead_jumptables): Speed up by scanning insns
13891         that do not belong to any basic block.
13892
13893 2005-02-21  Jeff Law  <law@redhat.com>
13894
13895         * cfganal.c (find_unreachable_blocks): Manually CSE load of
13896         e->dest.
13897
13898 2005-02-21  Kazu Hirata  <kazu@cs.umass.edu>
13899
13900         * tree-outof-ssa.c (SSANORM_REMOVE_ALL_PHIS): Remove.
13901         (SSANORM_COALESCE_PARTITIONS, SSANORM_USE_COALESCE_LIST):
13902         Adjust their definitions.
13903         (remove_ssa_form): Don't check for SSANORM_REMOVE_ALL_PHIS.
13904         (rewrite_out_of_ssa): Don't use SSANORM_REMOVE_ALL_PHIS.
13905
13906         * c-objc-common.h, c-pretty-print.c, cgraphunit.c, except.c,
13907         genautomata.c, langhooks.c, langhooks.h, system.h,
13908         config/arm/lib1funcs.asm: Update copyright.
13909
13910 2005-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
13911
13912         * dbxout.c (dbxout_function_end): Emit Lscope label always.
13913
13914 2005-02-21  Richard Guenther  <rguenth@gcc.gnu.org>
13915
13916         PR bootstrap/13770
13917         * doc/install.texi: Document --with-gc.
13918
13919 2005-02-21  Paolo Bonzini  <bonzini@gnu.org>
13920
13921         * simplify-rtx.c (simplify_unary_operation): Add a missing
13922         "break" statement.
13923
13924 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
13925
13926         PR tree-optimization/18663
13927         * tree-ssa-dom.c (extract_range_from_cond): Return 0
13928         if the type has variable bounds.
13929
13930 2005-02-20  Kazu Hirata  <kazu@cs.umass.edu>
13931
13932         * gcse.c: Remove an obsolete comment.
13933
13934         * cse.c (init_cse_reg_info): Use xmalloc instead of xrealloc.
13935
13936 2005-02-20  Hans-Peter Nilsson  <hp@axis.com>
13937
13938         * doc/extend.texi (Function Attributes) <Attribute const>: The
13939         attribute "pure" is below this text, not above.
13940
13941 2005-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13942
13943         * pa.c (pa_assemble_integer, get_plabel): Small cleanups.
13944         (pa_asm_output_mi_thunk): Use asm_output_insn instead of fprintf.
13945         * som.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Small cleanup.
13946
13947 2005-02-20  Zack Weinberg  <zack@codesourcery.com>
13948
13949         PR 18785
13950         * langhooks.h (struct lang_hooks): Add to_target_charset.
13951         * langhooks.c (lhd_to_target_charset): New function.
13952         * langhooks-def.h: Declare lhd_to_target_charset.
13953         (LANG_HOOKS_TO_TARGET_CHARSET): New macro.
13954         (LANG_HOOKS_INITIALIZER): Update.
13955         * c-common.c (c_common_to_target_charset): New function.
13956         * c-common.h: Declare it.
13957         * c-objc-common.h (LANG_HOOKS_TO_TARGET_CHARSET): Set to
13958         c_common_to_target_charset.
13959
13960         * defaults.c (TARGET_BELL, TARGET_BS, TARGET_CR, TARGET_DIGIT0)
13961         (TARGET_ESC, TARGET_FF, TARGET_NEWLINE, TARGET_TAB, TARGET_VT):
13962         Delete definitions.
13963         * system.h: Poison them.
13964         * doc/tm.texi: Don't discuss them.
13965         * builtins.c (fold_builtin_isdigit): Use lang_hooks.to_target_charset.
13966         * c-pretty-print.c (pp_c_integer_constant): Don't use pp_c_char.
13967         (pp_c_char): Do not attempt to generate letter escapes for
13968         newline, tab, etc.
13969         * config/arm/arm.c (output_ascii_pseudo_op): Likewise.
13970         * config/mips/mips.c (mips_output_ascii): Likewise.
13971
13972 2005-02-20  Dorit Naishlos  <dorit@il.ibm.com>
13973
13974         PR tree-optimization/19951
13975         * tree-vect-analyze.c (vect_analyze_loop_form): Check if loop exit edge
13976         is abnormal.
13977
13978 2005-02-19  Steven Bosscher  <stevenb@suse.de>
13979
13980         PR middle-end/19698
13981         * function.h (struct function): New field `max_loop_depth'.
13982         * cfgloop.c (establish_preds): Update maximum loop depth seen so far.
13983         (flow_loops_find): Reset the max loop depth count before finding loops.
13984         * flow.c (MAX_LIVENESS_ROUNDS): New constant.
13985         (update_life_info_in_dirty_blocks): Remove 2002-05-28 workaround.
13986         (calculate_global_regs_live): Make sure the loop will terminate
13987         when the initial sets are not empty.
13988
13989 2005-02-19  Zack Weinberg  <zack@codesourcery.com>
13990
13991         * mklibgcc.in: If libgcc_eh.a would be empty, put a dummy
13992         object inside.
13993         * config/ia64/hpux.h: Don't define LIBGCC_SPEC.
13994
13995 2005-02-19  Richard Sandiford  <rsandifo@redhat.com>
13996
13997         PR other/19525
13998         * doc/invoke.texi: Remove documentation of %M spec.
13999         * gcc.c: Likewise.
14000         (init_spec): Remove %M suffix from -lgcc_s.
14001         (do_spec_1): Remove 'M' case.
14002         * mklibgcc.in: Remove SHLIB_MULTILIB handling.  Expect SHLIB_LINK
14003         to put shared libraries in the multilib directory.  Remove the
14004         shlib_so_soname substitution variable.  Don't add a multilib encoding
14005         to shlib_base_name.  Set shlib_slibdir_qual to the full pathname
14006         reported by -print-multi-os-directory.  Pass @multilib_dir@ to
14007         SHLIB_INSTALL as well as SHLIB_LINK.
14008         * config/t-slibgcc-elf-ver (SHLIB_SONAME): Use @shlib_base_name@.
14009         (SHLIB_NAME): Delete.
14010         (SHLIB_DIR): New macro.
14011         (SHLIB_LINK): Put $(SHLIB_SONAME) and $(SHLIB_SOLINK) in $(SHLIB_DIR).
14012         (SHLIB_INSTALL): Adjust accordingly.
14013         * config/t-slibgcc-darwin: As for t-slibgcc-elf-ver.
14014         * config/t-slibgcc-sld: Likewise.
14015         * config/t-libunwind-elf (SHLIBUNWIND_NAME): Delete.
14016         (SHLIBUNWIND_SONAME): Use @shlib_base_name@.
14017         (SHLIBUNWIND_LINK): Put $(SHLIBUNWIND_SONAME) and $(SHLIB_SOLINK)
14018         in $(SHLIB_DIR).
14019         (SHLIBUNWIND_INSTALL): Adjust accordingly.
14020         * config/i386/t-nwld (SHLIB_SONAME): Delete.
14021         (SHLIB_LINK, SHLIB_INSTALL): Use SHLIB_NAME instead of SHLIB_SONAME.
14022         Use @shlib_base_name@ instead of @shlib_so_name@.
14023         * config/ia64/t-hpux (SHLIB_LINK): Put @shlib_base_name@.so.0
14024         and @shlib_base_name@.so in @multilib_dir@.
14025         (SHLIB_INSTALL): Adjust accordingly.  Add @shlib_slibdir_qual@
14026         to the install path.
14027         * config/mips/t-slibgcc-irix: As for t-slibgcc-elf-ver.
14028         (SHLIB_LINK): Remove previous workaround.
14029         * config/pa/t-hpux-shlib (SHLIB_DIR, SHLIB_SLIBDIR_QUAL): New macros.
14030         (SHLIB_LINK): Put $(SHLIB_SONAME) and $(SHLIB_NAME) in $(SHLIB_DIR).
14031         (SHLIB_INSTALL): Adjust accordingly.  Add $(SHLIB_SLIBDIR_QUAL) to
14032         the install path.
14033         * config/rs6000/t-aix43 (SHLIB_LINK): Put @shlib_base_name@.a in
14034         @multilib_dir@.  Use @multilib_dir@ to check for threading libraries.
14035         (SHLIB_INSTALL): Adjust accordingly.
14036         (SHLIB_LIBS): Use @multilib_dir@ to check for threading libraries.
14037         * config/rs6000/t-aix52: As for config/rs6000/t-aix43.
14038         * config/sh/t-linux (SHLIB_LINK, SHLIB_INSTALL): As for
14039         config/t-slibgcc-elf-ver.
14040
14041 2005-02-19  Zdenek Dvorak  <dvorakz@suse.cz>
14042             Jakub Jelinek  <jakub@redhat.com>
14043
14044         PR tree-optimization/19828
14045         * tree-ssa-loop-im.c: Add a TODO comment.
14046         (movement_possibility): Return MOVE_PRESERVE_EXECUTION for calls
14047         without side-effects.
14048
14049 2005-02-18  James A. Morrison  <phython@gcc.gnu.org>
14050
14051         * tree-ssa-ccp.c (widen_bitfield): Pass type to build_int_cst and don't
14052         call fold_convert.
14053
14054 2005-02-18  James E. Wilson  <wilson@specifixinc.com>
14055
14056         * doc/invoke.texi (IA-64 Options): Delete -mb-step.
14057         * config/ia64/ia64.c (last_group, group_idx): Delete variables.
14058         (errata_find_address_regs, errata_emit_nops, fixup_errata): Delete
14059         functions.
14060         (ia64_reorg): Delete fixup_errata call.
14061         * config/ia64/ia64.h (MASK_B_STEP, TARGET_B_STEP): Delete.
14062         (TARGET_SWITCHES): Delete -mb-step entry.
14063
14064 2005-02-19  Jakub Jelinek  <jakub@redhat.com>
14065
14066         PR c/20043
14067         * c-typeck.c (composite_type): Handle quals in transparent unions.
14068         (type_lists_compatible_p): Likewise.
14069
14070 2005-02-18  Stan Shebs  <shebs@apple.com>
14071
14072         * config/darwin.c (machopic_select_rtx_section): Don't put relocatable
14073         expressions in the .literal8 section.
14074
14075 2005-02-18  Geoffrey Keating  <geoffk@apple.com>
14076
14077         * config/rs6000/darwin-tramp.asm: Remove stray 'APPLE LOCAL' marker.
14078
14079 2005-02-18  Roger Sayle  <roger@eyesopen.com>
14080
14081         * fold-const.c (constant_boolean_node): Always create values of the
14082         specified type, don't bother calling truthvalue_conversion.
14083
14084 2005-02-18  Joseph S. Myers  <joseph@codesourcery.com>
14085
14086         * except.c (output_function_exception_table): Call
14087         assemble_external_libcall (eh_personality_libfunc).
14088
14089 2005-02-18  Joseph S. Myers  <joseph@codesourcery.com>
14090
14091         PR target/19886
14092         * config/ia64/ia64.h (struct machine_function): Add state_num.
14093         * config/ia64/ia64.c (process_epilogue,
14094         process_for_unwind_directive): Use new unwind state numbers each
14095         time rather than state 1.
14096
14097 2005-02-18  Ulrich Weigand  <uweigand@de.ibm.com>
14098
14099         PR target/20054
14100         * config/s390/s390.md ("*llgt_sidi", "*llgt_sidi_split"): Move to
14101         before the "*llgt_didi" pattern.
14102
14103 2005-02-18  Jason Merrill  <jason@redhat.com>
14104
14105         * gimplify.c (gimplify_modify_expr_rhs) [CALL_EXPR]: Revert again.
14106
14107 2005-02-18  Richard Earnshaw  <rearnsha@arm.com>
14108
14109         * arm/lib1funcs.asm (FUNC_ALIAS): New macro.
14110         (div0): Use it in place of ARM_FUNC_ALIAS.
14111         (lshrdi3, ashrdi3, ashlrdi3): Likewise.
14112
14113 2005-02-18  Andrew Pinski  <pinskia@physics.uc.edu>
14114
14115         PR middle-end/20030
14116         * fold-const.c (fold_indirect_ref_1): Use the correct index for zero
14117         access, the lower bound of the array type if it exists.
14118
14119 2005-02-18  Alexandre Oliva  <aoliva@redhat.com>
14120
14121         PR c++/20008
14122         * stmt.c (expand_case): Don't assume cleanup_tree_cfg will remove
14123         cases that are out-of-range for the index type.
14124
14125 2005-02-18  James A. Morrison  <phython@gcc.gnu.org>
14126
14127         * stmt.c (emit_case_bit_tests): Call fold_convert instead of convert.
14128         (estimate_case_costs): Don't call convert.
14129         * expmed.c (expand_shift): Likewise.
14130         (make_tree): Call fold_convert instead of convert.
14131
14132 2005-02-18  Jakub Jelinek  <jakub@redhat.com>
14133
14134         PR c++/19813
14135         * emit-rtl.c (set_mem_attributes_minus_bitpos): Add assertion
14136         that ref to be marked MEM_READONLY_P doesn't have base that needs
14137         constructing.
14138
14139 2005-02-18  Joseph S. Myers  <joseph@codesourcery.com>
14140
14141         * genautomata.c (output_get_cpu_unit_code_func,
14142         output_cpu_unit_reservation_p): Don't generate old-style function
14143         definitions.
14144
14145 2005-02-18  Jakub Jelinek  <jakub@redhat.com>
14146
14147         PR c++/20023
14148         PR tree-optimization/20009
14149         * convert.c (convert_to_integer): Revert 2005-02-16 change.
14150
14151         PR tree-optimization/18947
14152         * cgraphunit.c (cgraph_finalize_function): When redefining an extern
14153         inline, remove all nodes that are inlined into the extern inline
14154         being redefined.
14155
14156 2005-02-17  Kazu Hirata  <kazu@cs.umass.edu>
14157
14158         * bt-load.c, cfgloop.c, convert.c, dominance.c, global.c,
14159         loop-invariant.c, stmt.c, tree-ssa-forwprop.c,
14160         tree-ssa-live.c, tree-ssanames.c, tree-vn.c,
14161         config/host-linux.c, config/arm/fpa.md, config/avr/avr.h:
14162         Update copyright.
14163
14164 2005-02-17  Roger Sayle  <roger@eyesopen.com>
14165
14166         PR tree-optimization/19917
14167         * tree-eh.c (tree_could_trap_p): Consider calls to weak functions
14168         to be potentially trapping.
14169
14170 2005-02-17  Kazu Hirata  <kazu@cs.umass.edu>
14171
14172         * libgcc2.c, tree-vect-analyze.c: Fix comment typos.
14173
14174 2005-02-17  Andreas Krebbel  <krebbel1@de.ibm.com>
14175
14176         * builtins.c (expand_builtin_return_addr): Remove tem parameter.
14177         tem becomes a local variable which is set to the value of the
14178         back end defined INITIAL_FRAME_ADDRESS macro.
14179         (expand_builtin_frame_address): Omit the base parameter to
14180         expand_builtin_return_addr.
14181         (expand_builtin_profile_func): Likewise.
14182         * config/s390/s390.h (INITIAL_FRAME_ADDRESS_RTX): Define new macro.
14183         (DYNAMIC_CHAIN_ADDRESS): Remove the case for the initial frame.
14184         * doc/tm.texi: Documentation for INITIAL_FRAME_ADDRESS_RTX added.
14185
14186 2005-02-17  Jakub Jelinek  <jakub@redhat.com>
14187
14188         * config/s390/s390.c (s390_alloc_pool, s390_free_pool,
14189         s390_chunkify_start): Use BITMAP_ALLOC and BITMAP_FREE.
14190         * config/frv/frv.c (frv_function_epilogue): Likewise.
14191
14192 2005-02-17  Daniel Berlin  <dberlin@dberlin.org>
14193
14194         * lambda-code (perfect_nestify): Remove mark/unmark
14195         for rewriting hack.
14196         * tree-loop-linear.c (linear_transform_loops): Add
14197         rewrite_into_ssa call so that ssa is correct for
14198         rewriting into loop closed.
14199
14200 2005-02-17  Nathan Sidwell  <nathan@codesourcery.com>
14201
14202         * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.
14203         * bb-reorder.c (duplicate_computed_gotos): Use BITMAP_ALLOC and
14204         BITMAP_FREE.
14205         * bt-load.c (btr_def_live_range, combine_btr_defs,
14206         migrate_btr_def, migrate_btr_defs): Likewise.
14207         * cfgcleanup.c (thread_jump): Likewise.
14208         * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
14209         * df.c (df_insn_table_realloc, df_bitmaps_alloc, df_bitmaps_free,
14210         df_alloc, df_free, df_du_chain_create, df_bb_rd_local_compute,
14211         df_rd_local_compute, df_reg_info_compute): Likewise.
14212         * dominance.c (init_dom_info, free_dom_info): Likewise.
14213         * flow.c (init_propagate_block_info,
14214         free_propagate_block_info): Likewise.
14215         * gcse.c (alloc_gcse_mem, free_gcse_mem): Likewise.
14216         * global.c (allocate_bb_info, free_bb_info, calculate_reg_pav,
14217         modify_reg_pav): Likewise.
14218         * loop-invariant.c (find_defs, find_invariant_insn,
14219         find_invariants, free_inv_motion_data): Likewise.
14220         * predict.c (tree_predict_by_opcode,
14221         estimate_bb_frequencies): Likewise.
14222         * stmt.c (expand_case): Likewise.
14223         * tree-cfg.c (tree_duplicate_sese_region): Likewise.
14224         * tree-dfa.c (mark_new_vars_to_rename): Likewise.
14225         * tree-if-conv.c (get_loop_body_in_if_conv_order): Likewise.
14226         * tree-into-ssa.c (insert_phi_nodes_for, def_blocks_free,
14227         get_def_blocks_for, mark_def_site_blocks, rewrite_into_ssa,
14228         rewrite_ssa_into_ssa): Likewise.
14229         * tree-optimize.c (tree_rest_of_compilation): Likewise.
14230         * tree-outof-ssa.c (new_temp_expr_table, free_temp_expr_table,
14231         analyze_edges_for_bb, perform_edge_inserts): Likewise.
14232         * tree-scalar-evolution.c (scev_initialize, scev_finalize): Likewise.
14233         * tree-sra.c (tree_sra): Likewise.
14234         * tree-ssa-alias.c (init_alias_info, delete_alias_info): Likewise.
14235         * tree-ssa-ccp.c (ccp_fold_builtin): Likewise.
14236         * tree-ssa-dce.c (tree_dce_init, tree_dce_done): Likewise.
14237         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Likewise.
14238         * tree-ssa-dse.c (tree_ssa_dse): Likewise.
14239         * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_var):
14240         Likewise.
14241         * tree-ssa-live.c (new_tree_live_info, delete_tree_live_info,
14242         calculate_live_on_entry, calculate_live_on_exit,
14243         build_tree_conflict_graph): Likewise.
14244         * tree-ssa-loop-ivopts.c (tree_ssa_iv_optimize_init, record_use,
14245         record_important_candidates, set_use_iv_cost, find_depends,
14246         determine_use_iv_costs, iv_ca_new, iv_ca_free, free_loop_data,
14247         tree_ssa_iv_optimize_finalize): Likewise.
14248         * tree-ssa-loop-manip.c (add_exit_phis_var, get_loops_exit,
14249         find_uses_to_rename_use, rewrite_into_loop_closed_ssa,
14250         tree_duplicate_loop_to_header_edge): Likewise.
14251         * tree-ssa-pre.c (init_pre, fini_pre): Likewise.
14252         * tree-ssa.c (verify_flow_insensitive_alias_info,
14253         verify_name_tags, verify_ssa, init_tree_ssa,
14254         delete_tree_ssa): Likewise.
14255         * tree-ssanames.c (marked_ssa_names, init_ssanames,
14256         fini_ssanames): Likewise.
14257         * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Likewise.
14258
14259 2005-02-17  Ralf Corsepius  <ralf.corsepius@rtems.org>
14260
14261         * config/rs6000/t-rtems: Completely reworked.
14262
14263 2005-02-17  Ira Rosen  <irar@il.ibm.com>
14264
14265         * tree-data-ref.c (array_base_name_differ_p): Remove gcc_assert.
14266
14267 2005-02-17  Ira Rosen  <irar@il.ibm.com>
14268
14269         * tree-vect-analyze.c (vect_analyze_pointer_ref_access): Use
14270         POINTER_TYPE_P when checking that type is a pointer.
14271         (vect_get_memtag): Remove.
14272         (vect_address_analysis): Use POINTER_TYPE_P. Call
14273         vect_object_analysis with dummy parameter for memtag.
14274         (vect_object_analysis): Extract memtag (functionality that
14275         used to be in vect_get_memtag and moved here). Fix printings.
14276         (vect_analyze_data_refs): Fix comment. Call vect_object_analysis
14277         with correct parameters. Remove call to vect_get_memtag.
14278
14279 2005-02-17  Dorit Naishlos  <dorit@il.ibm.com>
14280
14281         * Makefile.in (tree-vect-analyze.o, tree-vect-transform.o): New.
14282         (tree-vectorizer.o): Added missing dependencies.
14283
14284         * tree-vectorizer.h (vect_dump, vect_verbosity_level): Added extern
14285         decleration.
14286         (slpeel_tree_peel_loop_to_edge): Function externalized (had a static
14287         declaration in tree-vectorizer.c, now has an extern declaration in
14288         tree-vectorizer.h).
14289         (slpeel_make_loop_iterate_ntimes, slpeel_can_duplicate_loop_p,
14290         slpeel_verify_cfg_after_peeling, vect_strip_conversion,
14291         get_vectype_for_scalar_type, vect_is_simple_use,
14292         vect_is_simple_iv_evolution, vect_can_force_dr_alignment_p,
14293         vect_supportable_dr_alignment, new_loop_vec_info, destroy_loop_vec_info,
14294         new_stmt_vec_info, vect_analyze_loop, vectorizable_load,
14295         vectorizable_store, vectorizable_operation, vectorizable_assignment,
14296         vect_transform_loop, vect_print_dump_info, vect_set_verbosity_level,
14297         find_loop_location): Likewise.
14298
14299         * tree-vectorizer.c (langhooks.h): #include removed.
14300         (slpeel_tree_peel_loop_to_edge): Function externalized. Declaration
14301         moved to tree-vectorized.h.
14302         (slpeel_make_loop_iterate_ntimes, slpeel_can_duplicate_loop_p,
14303         slpeel_verify_cfg_after_peeling, vect_strip_conversion,
14304         get_vectype_for_scalar_type, vect_is_simple_use,
14305         vect_is_simple_iv_evolution, vect_can_force_dr_alignment_p,
14306         vect_supportable_dr_alignment, new_loop_vec_info,
14307         destroy_loop_vec_info, new_stmt_vec_info, vect_print_dump_info,
14308         vect_set_verbosity_level, find_loop_location): Likewise.
14309
14310         (vect_analyze_loop): Function externalized. Declaration moved to
14311         tree-vectorized.h. Function definition moved to tree-vect-analyze.c.
14312         (vect_analyze_loop_form): Moved to tree-vect-analyze.c.
14313         (vect_mark_stmts_to_be_vectorized, vect_analyze_scalar_cycles,
14314         vect_analyze_data_ref_accesses, vect_analyze_data_ref_dependences,
14315         vect_analyze_data_refs_alignment, vect_compute_data_refs_alignment,
14316         vect_enhance_data_refs_alignment, vect_analyze_operations,
14317         exist_non_indexing_operands_for_use_p, vect_mark_relevant,
14318         vect_stmt_relevant_p, vect_get_loop_niters,
14319         vect_analyze_data_ref_dependence, vect_compute_data_ref_alignment,
14320         vect_analyze_data_ref_access, vect_analyze_pointer_ref_access,
14321         vect_can_advance_ivs_p, vect_get_ptr_offset, vect_analyze_offset_expr,
14322         vect_base_addr_differ_p, vect_object_analysis, vect_address_analysis,
14323         vect_get_memtag): Likewise.
14324
14325         (vectorizable_load): Function externalized. Declaration moved to
14326         tree-vectorized.h. Function definition moved to tree-vect-transform.c.
14327         (vectorizable_store, vectorizable_operation, vectorizable_assignment,
14328         vect_transform_loop): Likewise.
14329         (vect_transform_stmt): Moved to tree-vect-transform.c.
14330         (vect_align_data_ref, vect_create_destination_var,
14331         vect_create_data_ref_ptr, vect_create_index_for_vector_ref,
14332         vect_create_addr_base_for_vector_ref, vect_get_new_vect_var,
14333         vect_get_vec_def_for_operand, vect_init_vector,
14334         vect_finish_stmt_generation, vect_generate_tmps_on_preheader,
14335         vect_build_loop_niters, vect_update_ivs_after_vectorizer,
14336         vect_gen_niters_for_prolog_loop, vect_update_inits_of_dr,
14337         vect_update_inits_of_drs, vect_do_peeling_for_alignment,
14338         vect_do_peeling_for_loop_bound): Likewise.
14339
14340         * tree-vect-analyze.c: New file.
14341         * tree-vect-transform.c: New file.
14342
14343 2005-02-17  Jason Merrill  <jason@redhat.com>
14344
14345         PR mudflap/19319, c++/19317
14346         * gimplify.c (gimplify_modify_expr_rhs) [CALL_EXPR]: Make return
14347         slot explicit.
14348
14349 2005-02-17  Gerald Pfeifer  <gerald@pfeifer.com>
14350
14351         * doc/install.texi (Specific): Update link for Darwin-specific
14352         tool binary site.
14353
14354 2005-02-16  James A. Morrison  <phython@gcc.gnu.org>
14355
14356         * fold-const.c (invert_truthvalue): <INTEGER_CST>: Call
14357         constant_boolean_node.
14358
14359 2005-02-16  David Edelsohn  <edelsohn@gnu.org>
14360
14361         PR target/19019
14362         * config/rs6000/t-aix43 (SHLIB_MAPFILES): Add libgcc-ppc64.ver.
14363         * config/rs6000/t-aix52 (SHLIB_MAPFILES): Same.
14364
14365 2005-02-16  Richard Henderson  <rth@redhat.com>
14366
14367         PR 19920
14368         * libgcc2.c (WORD_SIZE): Remove all definitions; replace uses
14369         with W_TYPE_SIZE.
14370         (HIGH_WORD_COEFF, HIGH_HALFWORD_COEFF): Remove all definitions;
14371         replace uses with Wtype_MAXp1_F.
14372         (L_fixunstfdi, L_fixtfdi, L_floatditf, L_fixunsxfdi, L_fixxfdi,
14373         L_floatdixf, L_fixunsxfsi, L_fixunsdfdi, L_floatdidf, L_fixunsdfsi,
14374         L_powidf2, L_powixf2, L_powitf2, L_muldc3, L_divdc3, L_mulxc3,
14375         L_divxc3, L_multc3, L_divtc3): Protect with HAVE_DFMODE, HAVE_XFMODE,
14376         and HAVE_TFMODE as appropriate.
14377         (__fixunssfDI): Provide an implementation that doesn't need DFmode.
14378         (__floatdisf): Likewise.
14379         * libgcc2.h (LIBGCC2_DOUBLE_TYPE_SIZE): New.
14380         (HAVE_DFMODE, HAVE_XFMODE, HAVE_TFMODE): New.
14381         (Wtype_MAXp1_F): New.
14382         (DFtype, DCtype, __fixdfdi, __floatdidf, __fixunsdfSI, __fixunsdfDI,
14383         __powidf2, __divdc3, __muldc3): Protect with HAVE_DFMODE.
14384
14385 2005-02-16  Richard Earnshaw  <rearnsha@arm.com>
14386
14387         * PR target/19162
14388         * arm.c (arm_apply_result_size): New function.
14389         * arm.h (APPLY_RESULT_SIZE): Define.
14390         * arm-protos.h (arm_apply_result_size): Add prototype.
14391         * arm.md (RO_REGNUM, FPA_F0_REGNUM, FPA_F7_REGNUM): New constants.
14392         (movxf): New expand.
14393         (ldmsi_postinc4_thumb, stmsi_postinc4_thumb): New patterns for Thumb.
14394         (call_value_symbol): Remove predicate for operand 0.
14395         (call_value_insn, sibcall_value, sibcall_value_insn): Likewise.
14396         (untyped_call): Rework to correclty return values for any type.
14397         (untyped_return): New expand.
14398         * fpa.md (movxf_fpa): Simplify and use sfm/lfm when appropriate.
14399
14400 2005-02-16  Stan Shebs  <shebs@apple.com>
14401
14402         * config.gcc (powerpc-*-darwin*): Use fragment for Darwin 8 or later.
14403         * config/rs6000/t-darwin8: New, for 64-bit multilib.
14404
14405 2005-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
14406
14407         * doc/install.texi (sparc-sun-solaris2*): Document required GMP
14408         configure settings on Solaris 7 and later.
14409
14410 2005-02-16  Diego Novillo  <dnovillo@redhat.com>
14411
14412         PR tree-optimization/19865
14413         * tree-optimize.c (init_tree_optimization_passes): Run
14414         pass_may_alias after pass_sra.
14415
14416 2005-02-16  Richard Henderson  <rth@redhat.com>
14417             Stuart Hastings  <stuart@apple.com>
14418
14419         PR debug/19521
14420         * dbxout.c (dbxout_function_end): Take decl parameter; update callers.
14421         Do nothing if debug info suppressed for this function.
14422         (dbxout_begin_function): Early exit if debug info suppressed for
14423         this function.
14424
14425 2005-02-16  Kazu Hirata  <kazu@cs.umass.edu>
14426
14427         PR target/20007
14428         * config/ip2k/ip2k.c (ip2k_reorg): Adjust calls to
14429         find_basic_blocks.
14430         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
14431
14432         PR tree-optimization/19967
14433         * builtins.c (expand_builtin_strstr, expand_builtin_strpbrk,
14434         expand_builtin_strchr, expand_builtin_strrchr): Take a new
14435         argument TYPE.  Adjust calls to fold_builtin_XXX.
14436         (expand_builtin, fold_builtin_1): Adjust calls to
14437         expand_builtin_XXX.
14438         (fold_builtin_strchr, fold_builtin_strpbrk,
14439         fold_builtin_strstr, fold_builtin_strrchr): Convert the folded
14440         result to a requested type TYPE.
14441
14442 2005-02-16  Jakub Jelinek  <jakub@redhat.com>
14443
14444         PR middle-end/19857
14445         * fold-const.c (fold): Don't optimize (T)(x & cst) to
14446         (T)x & (T)cst if (T)cst overflows.
14447         * convert.c (convert_to_integer) <case POINTER_TYPE>: Pass
14448         TYPE_UNSIGNED (type) as type_for_size's UNSIGNEDP argument.
14449
14450 2005-02-15  Jeff Law  <law@redhat.com>
14451
14452         * gcse.c (blocks_with_calls): New bitmap.
14453         (alloc_gcse_mem): Allocate it.
14454         (free_gcse_mem): Free it.
14455         (clear_modifY_mem_tables): Clear it.
14456         (record_last_mem_set_info): Set the proper bit in BLOCK_WITH_CALLS
14457         when we encounter CALL_INSNs.
14458         (compute_transp, case MEM): Handle blocks with calls separate
14459         from blocks without calls.  Use bitmap iterators rather than
14460         FOR_EACH_BB.
14461
14462 2005-02-15  Peter O'Gorman  <peter@pogma.com>
14463
14464         PR bootstrap/18810
14465         * mklibgcc.in (vis_hide): Use a temporary object file, not
14466         -o /dev/null.
14467
14468 2005-02-15  Andy Hutchinson  <HutchinsonAndy@netscape.net>
14469
14470         PR target/19924
14471         * config/avr/avr.h (MODES_TIEABLE_P): Define to 1 to allow subreg
14472         access optimization.
14473
14474 2005-02-15  David Edelsohn  <edelsohn@gnu.org>
14475             Alan Modra  <amodra@bigpond.net.au>
14476
14477         PR target/19019
14478         * config/rs6000/darwin-ldouble.c (_xlqadd): Rename to __gcc_qadd.
14479         (_xlqsub): Rename to __gcc_qsub.
14480         (_xlqmul): Rename to __gcc_qmul.
14481         (_xlqdiv): Rename to __gcc_qdiv.
14482         Provide versioned symbol aliases with old names.
14483         * config/rs6000/libgcc-ppc64.ver: Rename symbols.
14484         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Rename symbols.
14485         * config/rs6000/t-aix43 (LIB2FUNCS_EXTRA): New.
14486         * config/rs6000/t-aix52 (LIB2FUNCS_EXTRA): New.
14487         * config/rs6000/t-newas (LIB2FUNCS_EXTRA): New.
14488
14489 2005-02-15  James A. Morrison  <phython@gcc.gnu.org>
14490
14491         * fold-const.c (fold): Fold -(~A) to A + 1.  Fold ~(-A) to A - 1.
14492         Fold ~(A - 1) and ~(A + -1) to -A.
14493
14494 2005-02-15  James A. Morrison  <phython@gcc.gnu.org>
14495
14496         PR pch/14940
14497         PR target/19300
14498         * config/host-linux.c (linux_gt_pch_use_address): Copy from
14499         config/pa/pa-host.c:pa_gt_pch_use_address.
14500
14501 2005-02-15  Daniel Berlin  <dberlin@dberlin.org>
14502
14503         * tree-vn.c (get_value_handle): Make sure that given an
14504         is_gimple_min_invariant expression, we always return it.
14505
14506 2005-02-15  Kazu Hirata  <kazu@cs.umass.edu>
14507
14508         * passes.c (rest_of_handle_gcse): Fix a comment.
14509
14510 2005-02-15  Jeff Law  <law@redhat.com>
14511
14512         * gcse.c (canon_modify_mem_set_list_set): Kill unnecessary
14513         bitmap.
14514         (alloc_gcse_mem, free_gcse_mem): Corresponding changes.
14515         (canon_list_insert, record_last_mem_set_info): Similarly.
14516         (clear_modify_mem_tables): Similarly.
14517
14518 2005-02-15  Kazu Hirata  <kazu@cs.umass.edu>
14519
14520         * bitmap.c, bitmap.h, lambda-code.c, tree-dfa.c, tree-dump.c,
14521         tree-dump.h, tree-ssa-loop-manip.c, value-prof.c,
14522         config/mips/mips.md, config/rs6000/aix.h,
14523         config/rs6000/beos.h, config/rs6000/sysv4.h: Update copyright.
14524
14525 2005-02-15  Richard Henderson  <rth@redhat.com>
14526
14527         * bb-reorder.c (find_traces_1_round): Force fallthru edge from a
14528         call to be best_edge.
14529
14530 2005-02-14  Kazu Hirata  <kazu@cs.umass.edu>
14531
14532         * basic-block.h: Adjust the prototype for find_basic_blocks.
14533         * cfgbuild.c (find_basic_blocks): Remove unused arguments.
14534         * passes.c (rest_of_handle_loop_optimize): Adjust the call to
14535         find_basic_blocks.
14536
14537         * flow.c (recompute_reg_usage): Remove all arguments.
14538         * passes.c (rest_of_compilation): Adjust the call to
14539         recompute_reg_usage.
14540         * rtl.h: Adjust the prototype for recompute_reg_usage.
14541
14542 2005-02-14  Daniel Berlin  <dberlin@dberlin.org>
14543
14544         * tree-dump.c (dump_files): Update to reflect new member
14545         of dump_file_info.
14546         (dump_register): Add new argument.
14547         Set glob name.
14548         (dump_switch_p_1): Check against glob name if doglob was passed.
14549         (dump_switch_p): Check against regular first, then glob if
14550         we didn't have any hits on the dump name.
14551         * tree-optimize.c (register_one_dump_file):
14552         Pass in glob name as well.
14553         * tree-pass.h (struct dump_file_info): Add glob
14554         member.
14555
14556 2005-02-14  Joseph S. Myers  <joseph@codesourcery.com>
14557
14558         PR preprocessor/16323
14559         * doc/invoke.texi: Document that -Wendif-labels is on by default.
14560
14561 2005-02-14  David Edelsohn  <edelsohn@gnu.org>
14562
14563         PR target/19019
14564         * config/rs6000/rs6000.md (trunctfdf2): Change to define_expand.
14565         (trunctfdf2_internal1): New.
14566         (trunctfdf2_internal2): Renamed from trunctfdf2.
14567
14568 2005-02-14  Diego Novillo  <dnovillo@redhat.com>
14569
14570         PR tree-optimization/19853
14571         * tree-dfa.c (add_referenced_var): Always examine DECL_INITIAL.
14572
14573 2005-02-14  Kazu Hirata  <kazu@cs.umass.edu>
14574
14575         * passes.c (rest_of_handle_loop_optimize): Remove calls to
14576         delete_dead_jumptables and cleanup_cfg.
14577
14578 2005-02-14  Ulrich Weigand  <uweigand@de.ibm.com>
14579
14580         * reload.c (find_reloads): Swap address_reloaded flags when
14581         swapping commutative operands.
14582
14583 2005-02-14  Sebastian Pop  <pop@cri.ensmp.fr>
14584
14585         * lambda-code.c (lambda_loopnest_to_gcc_loopnest, perfect_nestify):
14586         Use standard_iv_increment_position for computing the bsi position
14587         for create_iv.
14588         * tree-ssa-loop-manip.c (create_iv): Add a comment on how to compute
14589         the bsi position.
14590
14591 2005-02-13  Zdenek Dvorak  <dvorakz@suse.cz>
14592
14593         PR target/17428
14594         * cfgrtl.c (safe_insert_insn_on_edge): Avoid extending
14595         life range of hard registers.
14596         * value-prof.c (insn_prefetch_values_to_profile): Only
14597         scan normal insns.
14598
14599         * value-prof.c (rtl_find_values_to_profile): Do not look for values to
14600         profile in libcalls.
14601
14602 2005-02-13  Nathan Sidwell  <nathan@codesourcery.com>
14603
14604         * bitmap.h (bitmap_and_compl_into): Return bool.
14605         * bitmap.c (bitmap_and_compl_into): Return changed flag.
14606
14607 2005-02-13  James A. Morrison  <phython@gcc.gnu.org>
14608
14609         PR tree-optimization/19944
14610         * fold-const.c (fold): Re-add ABS_EXPR folding.
14611
14612 2005-02-13  David Edelsohn  <edelsohn@gnu.org>
14613
14614         PR target/19019
14615         * config/rs6000/aix.h ({TARGET,MASK}_XL_CALL): Rename to
14616         {TARGET,MASK}_XL_COMPAT.
14617         (SUBTARGET_SWITCHES): Rename xl-call to xl-compat.  Use
14618         MASK_XL_COMPAT.
14619         * config/rs6000/beos.h ({TARGET,MASK}_XL_CALL): Remove.
14620         * config/rs6000/rs6000.c (function_arg): Change TARGET_XL_CALL to
14621         TARGET_XL_COMPAT.
14622         (rs6000_arg_partial_bytes): Same.
14623         (rs6000_generate_compare): Generate PARALLEL for compare if TFmode
14624         and XL compatibility enabled.
14625         * config/rs6000/rs6000.h (TARGET_XL_CALL): Rename to TARGET_XL_COMPAT.
14626         * config/rs6000/rs6000.md (cmptf_internal1): Add !TARGET_XL_COMPAT
14627         test to final condition.
14628         (cmptf_internal2): New.
14629         * doc/invoke.texi (RS/6000 Subtarget Options): Change xl-call to
14630         xl-compat.  Add TFmode information to description.
14631
14632 2005-02-13  Kazu Hirata  <kazu@cs.umass.edu>
14633
14634         * flags.h, read-rtl.c, tree-ssa-live.h: Update copyright.
14635
14636 2005-02-13  Jason Merrill  <jason@redhat.com>
14637
14638         PR c++/16405
14639         * fold-const.c (fold_indirect_ref_1): Split out from...
14640         (build_fold_indirect_ref): Here.
14641         (fold_indirect_ref): New fn.
14642         * tree.h: Declare it.
14643         * gimplify.c (gimplify_compound_lval): Call fold_indirect_ref.
14644         (gimplify_modify_expr_rhs): Likewise.
14645         (gimplify_expr): Likewise.
14646
14647 2005-02-13  James A. Morrison  <phython@gcc.gnu.org>
14648
14649         PR tree-optimization/14303
14650         PR tree-optimization/15784
14651         * fold-const.c (fold): Fold ABS_EXPR<x> >= 0 to true, when possible.
14652         Fold ABS_EXPR<x> < 0 to false.  Fold ABS_EXPR<x> == 0 to x == 0 and
14653         ABS_EXPR<x> != 0 to x != 0.
14654
14655 2005-02-12  Kazu Hirata  <kazu@cs.umass.edu>
14656
14657         * c-tree.h, combine.c, expmed.c, flow.c, libgcc2.c,
14658         simplify-rtx.c, tree-ssa-live.h: Fix comment typos.  Follow
14659         spelling conventions.
14660
14661         * passes.c (rest_of_handle_gcse): Don't run cse_main and
14662         delete_trivially_dead_insns too many times.
14663
14664         * passes.c (rest_of_handle_gcse): Remove dead assignments to
14665         tem and tem2.
14666
14667 2005-02-12  Ira Rosen  <irar@il.ibm.com>
14668
14669         * tree-vectorizer.c (vect_get_base_and_offset): Remove.
14670         (vect_is_simple_iv_evolution): Remove redundant parameter
14671         and step check.
14672         (vect_analyze_scalar_cycles): Call vect_is_simple_iv_evolution
14673         without last parameter.
14674         (vect_analyze_pointer_ref_access): Get access_fn as parameter.
14675         Return pointer step. Call vect_is_simple_iv_evolution without
14676         last parameter. Check only that the step is multiple of size
14677         type. Remove stmt_vinfo updates.
14678         (vect_get_memtag_and_dr): Remove.
14679         (vect_get_memtag): New function.
14680         (vect_address_analysis): New function.
14681         (vect_object_analysis): New function.
14682         (vect_analyze_data_refs): Call vect_object_analysis and
14683         vect_get_memtag. Update stmt_vinfo fields.
14684
14685 2005-02-12  Ira Rosen  <irar@il.ibm.com>
14686
14687         * tree-data-ref.c (array_base_name_differ_p): Check that the bases
14688         exist and are objects. Remove checks for pointer.
14689         * tree-vectorizer.c (vect_create_addr_base_for_vector_ref): Use
14690         STMT_VINFO_VECT_DR_BASE_ADDRESS instead of DR_BASE_NAME.
14691         (vect_create_data_ref_ptr): Likewise.
14692         (vect_base_addr_differ_p): New function.
14693         (vect_analyze_data_ref_dependence): Call vect_base_addr_differ_p.
14694         (vect_analyze_pointer_ref_access): Add output parameter - ptr_init.
14695         Don't set the DR_BASE_NAME field of data-ref.
14696         (vect_get_memtag_and_dr): Use ptr_init instead of DR_BASE_NAME.
14697
14698 2005-02-12  Uros Bizjak  <uros@kss-loka.si>
14699
14700         * optabs.h (enum optab_index): Add new OTI_ldexp.
14701         (ldexp_optab): Define corresponding macro.
14702         * optabs.c (init_optabs): Initialize ldexp_optab.
14703         * genopinit.c (optabs): Implement ldexp_optab using ldexp?f3
14704         patterns.
14705         * builtins.c (expand_builtin_mathfn_2): Handle BUILT_IN_LDEXP{,F,L}
14706         using ldexp_optab.
14707         (expand_builtin): Expand BUILT_IN_LDEXP{,F,L} using
14708         expand_builtin_mathfn_2 if flag_unsafe_math_optimizations is set.
14709
14710         * config/i386/i386.md (ldexpsf3, ldexpdf3, ldexpxf3): New expanders
14711         to implement ldexpf, ldexp and ldexpl built-ins as inline x87
14712         intrinsics.
14713
14714 2005-02-12  Ira Rosen  <irar@il.ibm.com>
14715
14716         * tree-vectorizer.h (struct _stmt_vec_info): Rename a field: base
14717         to base_address.
14718         * tree-vectorizer.c (new_stmt_vec_info): Rename the above field of
14719         stmt_vec_info.
14720         (vect_get_base_and_offset): Always return an address.
14721         (vect_create_addr_base_for_vector_ref): Remove treatment for
14722         different data reference types.
14723         (vect_compute_data_ref_alignment): Rename base to base_address in
14724         stmt_vec_info. Get the object in order to force its alignment.
14725         (vect_get_memtag_and_dr): Rename base to base_address in
14726         stmt_vec_info. Extract the object for memtag analysis.
14727
14728 2005-02-12  Hans-Peter Nilsson  <hp@axis.com>
14729
14730         PR regression/19898.
14731         * config/cris/cris.c (cris_notice_update_cc): When testing if insn
14732         changes cc_status, use apply modified_in_p to part of cc_status
14733         and insn, not cris_reg_overlap_mentioned_p on SET_DEST of insn
14734         body.
14735
14736 2005-02-11  Richard Henderson  <rth@redhat.com>
14737
14738         * tree-complex.c (expand_complex_libcall): New.
14739         (expand_complex_multiplication): Use it for c99 compliance.
14740         (expand_complex_division): Likewise.
14741         * fold-const.c (fold_complex_add, fold_complex_mult): New.
14742         (fold): Call them.
14743         * builtins.c (built_in_names): Remove const.
14744         * tree.c (build_common_builtin_nodes): Build complex arithmetic
14745         builtins.
14746         * tree.h (BUILT_IN_COMPLEX_MUL_MIN, BUILT_IN_COMPLEX_MUL_MAX): New.
14747         (BUILT_IN_COMPLEX_DIV_MIN, BUILT_IN_COMPLEX_DIV_MAX): New.
14748         (built_in_names): Remove const.
14749         * c-common.c (c_common_type_for_mode): Handle complex modes.
14750         * flags.h, toplev.c (flag_complex_method): Rename from
14751         flag_complex_divide_method.
14752         * libgcc2.c (__divsc3, __divdc3, __divxc3, __divtc3,
14753         __mulsc3, __muldc3, __mulxc3, __multc3): New.
14754         * libgcc2.h: Declare them.
14755         * libgcc-std.ver: Export them.
14756         * mklibgcc.in (lib2funcs): Build them.
14757
14758 2005-02-11  Steven Bosscher  <stevenb@suse.de>
14759
14760         PR tree-optimization/19876
14761         Partially revert my change from 2005-01-14
14762         * tree-ssa-pre.c (compute_antic_aux): Make recursive once again...
14763         (compute_antic): ...and remove the loop here.
14764
14765 2005-02-11  Jakub Jelinek  <jakub@redhat.com>
14766
14767         PR middle-end/19858
14768         * fold-const.c (make_bit_field_ref): If bitpos == 0 and bitsize
14769         is number of inner's bits, avoid creating a BIT_FIELD_REF.
14770
14771         * config/rs6000/sysv4.h (ENDFILE_LINUX_SPEC): Use crtendS.o instead of
14772         crtend.o if -pie.  Use %{x:a;:b} spec syntax.
14773
14774 2005-02-11  Daniel Jacobowitz  <dan@codesourcery.com>
14775
14776         * config/mips/linux-unwind.h (mips_fallback_frame_state): Adjust
14777         offsets for the big-endian 32-bit case.
14778
14779 2005-02-11  Joseph S. Myers  <joseph@codesourcery.com>
14780
14781         * config/ia64/hpux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
14782
14783 2005-02-11  Dale Johannesen  <dalej@apple.com>
14784
14785         * cselib.c (cselib_process_insn):  Clear out regs where
14786         HARD_REGNO_CALL_PART_CLOBBERED is true at a call.
14787         * reload.c (find_equiv_reg): Ditto.
14788
14789 2005-02-11  Ian Lance Taylor  <ian@airs.com>
14790
14791         * read-rtl.c (read_rtx_1): Give fatal error if we see a vector
14792         with no elements.
14793
14794         * tree.c (build_function_type_list): Work correctly if there are
14795         no arguments.
14796
14797 2005-02-11  Ulrich Weigand  <uweigand@de.ibm.com>
14798
14799         * config/s390/s390.md ("*cmpdi_cct", "*cmpsi_cct", "*cmpdi_ccs",
14800         "*cmpsi_ccs"): Use %h instead of %c to print immediate operand.
14801         ("*zero_extendhisi2_64", "*zero_extendhisi2_31"): Choose based on
14802         TARGET_ZARCH instead of TARGET_64BIT.
14803
14804 2005-02-11  Ralf Corsepius  <ralf.corsepius@rtems.org>
14805
14806         * config/rs6000/t-rtems:
14807         (MULTILIB_OPTIONS): Remove mcpu=602.
14808         (MUTLILIB_DIRNAMES): Remove m602.
14809         (MULTILIB_MATCHES): Add ${MULTILIB_MATCHES_FLOAT}.
14810         Let mcpu=602 match mcpu=603.
14811         (MULTILIB_NEW_EXCEPTIONS_ONLY): Add mcpu=601, mcpu=602, mcpu=m603.
14812
14813 2005-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14814
14815         * pa/linux-unwind.h (pa32_fallback_frame_state): Handle misaligned
14816         signal trampolines.
14817
14818 2005-02-10  David Daney  <ddaney@avtrex.com>
14819
14820         * config/alpha/linux-unwind.h: Add exception clause to copyright.
14821         * config/i386/linux-unwind.h: Likewise.
14822         * config/ia64/linux-unwind.h: Likewise.
14823         * config/mips/linux-unwind.h: Likewise.
14824         * config/pa/linux-unwind.h: Likewise.
14825         * config/rs6000/linux-unwind.h: Likewise.
14826         * config/s390/linux-unwind.h: Likewise.
14827         * config/sh/linux-unwind.h: Likewise.
14828         * config/sparc/linux-unwind.h: Likewise.
14829
14830 2005-02-10  Steven Bosscher  <stevenb@suse.de>
14831
14832         PR tree-optimization/17549
14833         * tree-outof-ssa.c (find_replaceable_in_bb): Do not allow
14834         TER to replace a DEF with its expression if the DEF and the
14835         rhs of the expression we replace into have the same root
14836         variable.
14837
14838 2005-02-10  Richard Sandiford  <rsandifo@redhat.com>
14839
14840         * config/mips/mips.md: Fix the placement of the match_scratch in the
14841         lea64 peephole2.
14842
14843 2005-02-10  Kazu Hirata  <kazu@cs.umass.edu>
14844
14845         * cse.c, tree-ssa-loop-ivopts.c, config/rs6000/linux-unwind.h:
14846         Fix comment typos.
14847
14848 2005-02-10  Zdenek Dvorak  <dvorakz@suse.cz>
14849
14850         * tree-ssa-loop-ivopts.c (determine_base_object): Ignore casts.
14851         (strip_offset): Handle addresses.
14852         (add_address_candidates): Use strip_offset.
14853         (difference_cost): Reflect strip_offset change.
14854         (force_var_cost, difference_cost): Strip nops.
14855
14856 2005-02-10  Kazu Hirata  <kazu@cs.umass.edu>
14857
14858         * df.h (DF_REF_MODE_CHANGE, DF_REF_MEM_OK): Remove.
14859
14860         * builtins.def, haifa-sched.c, libgcc2.c, libgcc2.h,
14861         tree-ssa-loop-ivcanon.c, tree-ssa-loop-niter.c,
14862         config/cris/cris-protos.h, config/cris/cris.c: Update
14863         copyright.
14864
14865 2005-02-10  Jeff Law  <law@redhat.com>
14866
14867         * tree-ssa-dom.c (thread_across_edge): Use xmalloc, not xcalloc.
14868         (lookup_avail_expr): Similarly.
14869
14870 2005-02-10  Richard Guenther  <rguenth@gcc.gnu.org>
14871
14872         * builtins.c (fold_builtin_powi): New function.
14873         (fold_builtin_1): Call it.
14874
14875 2005-02-10  Steven Bosscher  <stevenb@suse.de>
14876
14877         PR documentation/19309
14878         * doc/cpp.texi: The __GNUC__ and related predefined macros
14879         are also defined for the "standalone" cpp.
14880         Some non-GCC compilers may also define __GNUC__.
14881
14882 2005-02-10  Jakub Jelinek  <jakub@redhat.com>
14883
14884         PR c/19342
14885         * c-typeck.c (common_type): New routine.  Old common_type renamed
14886         to...
14887         (c_common_type): ...this.
14888         (build_conditional_expr, build_binary_op): Use c_common_type instead
14889         of common_type.
14890
14891 2005-02-10  Steven Bosscher  <stevenb@suse.de>
14892
14893         * doc/md.texi: Replace @samp{length} with @code{length}.
14894
14895 2005-02-09  Zdenek Dvorak  <dvorakz@suse.cz>
14896
14897         PR tree-optimization/18687
14898         * tree-flow.h (find_loop_niter): Declare.
14899         * tree-ssa-loop-ivcanon.c (canonicalize_loop_induction_variables):
14900         Try using scev even for loops with more than one exit.
14901         * tree-ssa-loop-ivopts.c (struct loop_data): Removed niter field.
14902         (struct ivopts_data): Added niters field.
14903         (struct nfe_cache_elt): New.
14904         (nfe_hash, nfe_eq, niter_for_exit, niter_for_single_dom_exit): New
14905         functions.
14906         (tree_ssa_iv_optimize_init): Initialize niters cache.
14907         (determine_number_of_iterations): Removed.
14908         (find_induction_variables): Do not call determine_number_of_iterations.
14909         Access niters for single exit through niter_for_single_dom_exit.
14910         (add_iv_outer_candidates): Access niters for single exit through
14911         niter_for_single_dom_exit.
14912         (may_eliminate_iv): Take data argument.  Use niter_for_exit.  Do not use
14913         number_of_iterations_cond.
14914         (iv_period): New function.
14915         (determine_use_iv_cost_condition): Pass data to may_eliminate_iv.
14916         (may_replace_final_value): Take data argument.  Use
14917         niter_for_single_dom_exit.
14918         (determine_use_iv_cost_outer): Pass data to may_replace_final_value.
14919         (rewrite_use_compare): Pass data to may_eliminate_iv.
14920         (rewrite_use_outer): Pass data to may_replace_final_value.
14921         (free_loop_data): Clean up the niters cache.
14922         (tree_ssa_iv_optimize_finalize): Free the niters cache.
14923         (tree_ssa_iv_optimize_loop): Do not call loop_commit_inserts.
14924         * tree-ssa-loop-niter.c (find_loop_niter): New function.
14925         (find_loop_niter_by_eval): Use tree_int_cst_lt.
14926         (num_ending_zeros): Moved to tree.c.
14927         * tree.h (num_ending_zeros): Declare.
14928         * tree.c (num_ending_zeros): Moved from tree.c.
14929
14930 2005-02-09  Richard Henderson  <rth@redhat.com>
14931
14932         * builtins.c (DEF_BUILTIN): Add COND argument.
14933         * tree.h (DEF_BUILTIN): Likewise.
14934         * builtins.def (DEF_GCC_BUILTIN, DEF_LIB_BUILTIN, DEF_EXT_LIB_BUILTIN,
14935         DEF_C94_BUILTIN, DEF_C99_BUILTIN, DEF_C99_C90RES_BUILTIN): Update to
14936         match.
14937         (DEF_BUILTIN_STUB): New.
14938         (BUILT_IN_STACK_SAVE, BUILT_IN_STACK_RESTORE, BUILT_IN_INIT_TRAMPOLINE,
14939         BUILT_IN_ADJUST_TRAMPOLINE, BUILT_IN_NONLOCAL_GOTO,
14940         BUILT_IN_PROFILE_FUNC_ENTER, BUILT_IN_PROFILE_FUNC_EXIT): Use it.
14941         * c-common.c (DEF_BUILTIN): Add COND argument.
14942         * tree.c (local_define_builtin): New.
14943         (build_common_builtin_nodes): New.
14944
14945 2005-02-09  Roger Sayle  <roger@eyesopen.com>
14946
14947         * fold-const.c (fold_strip_sign_ops): New function to simplify a
14948         floating point expression ignoring the sign of the result.
14949         (fold) <ABS_EXPR>: Use it to simplify fabs(x).
14950         (fold) <MULT_EXPR>: Use it to simplify x*x.
14951         * tree.h (fold_strip_sign_ops): Prototype here.
14952         * builtins.c (fold_builtin_copysign): Take an additional FNDECL
14953         argument.  Use fold_strip_sign_ops to simplify the first argument.
14954         (fold_builtin_pow):  Use fold_strip_sign_ops to simplify the
14955         first argument when the second argument is an even integer
14956         constant, but only with -funsafe_math_optimizations.
14957         (fold_builtin_1): Update call to fold_builtin_copysign.
14958
14959 2005-02-09  Ian Lance Taylor  <ian@airs.com>
14960
14961         PR middle-end/19583
14962         * gimple-low.c (try_catch_may_fallthru): In EH_FILTER_EXPR case,
14963         just check whether EH_FILTER_FAILURE falls through.
14964
14965 2005-02-09  Andreas Krebbel  <krebbel1@de.ibm.com>
14966
14967         * gcc/haifa-sched.c (schedule_block): Make queued sched group
14968         insns return to ready list in the next turn.
14969
14970 2005-02-09  Richard Guenther  <rguenth@gcc.gnu.org>
14971
14972         PR middle-end/19402
14973         * builtins.def: New __builtin_powi[lf].
14974         * builtins.c (mathfn_built_in): Handle BUILT_IN_POWI.
14975         (expand_builtin_powi): New function.
14976         (expand_builtin): Dispatch to expand_builtin_powi.
14977         * libgcc2.h: Add prototypes for __builtin_powi[lf].
14978         * libgcc2.c: Add __builtin_powi[lf] implementation.
14979         * mklibgcc.in: Add __builtin_powi[lf] to lib2funcs.
14980         * optabs.h: Add powi_optab.
14981         * optabs.c (init_optabs): Initialize powi_optab.
14982         * doc/extend.texi: Document __builtin_powi[lf].
14983
14984 2005-02-09  Dorit Naishlos  <dorit@il.ibm.com>
14985
14986         * tree-vectorizer.c (vect_set_dump_settings): Check that dump_file
14987         exists.
14988
14989 2005-02-09  Richard Guenther  <rguenth@gcc.gnu.org>
14990
14991         PR middle-end/19854
14992         * fold-const.c (try_move_mult_to_index): Remove redundant
14993         type argument.  Create ADDR_EXPR with correct type.
14994         (fold): Update callers of try_move_mult_to_index.  Convert
14995         result to the appropriate type.
14996
14997 2005-02-09  Roger Sayle  <roger@eyesopen.com>
14998
14999         PR target/19597
15000         * config/avr/avr.c (default_rtx_costs): Delete.
15001         (avr_operand_rtx_cost): New function.
15002         (avr_rtx_costs): Completely rewrite.
15003
15004 2005-02-08  Hans-Peter Nilsson  <hp@axis.com>
15005
15006         PR target/19806
15007         * config/cris/cris.c (in_code): New variable.
15008         (cris_output_addr_const): Now a static function, a wrapper for
15009         output_addr_const.
15010         (cris_asm_output_symbol_ref): New function, broken out SYMBOL_REF
15011         case from old cris_output_addr_const.
15012         (cris_asm_output_label_ref): Similar for LABEL_REF.
15013         (cris_output_addr_const_extra): Similar for UNSPEC.
15014         * config/cris/cris.h (OUTPUT_ADDR_CONST_EXTRA)
15015         (ASM_OUTPUT_SYMBOL_REF, ASM_OUTPUT_LABEL_REF): Define.
15016         * config/cris/cris-protos.h (cris_output_addr_const): Remove
15017         declaration.
15018         (cris_asm_output_symbol_ref, cris_output_addr_const_extra)
15019         (cris_asm_output_label_ref): Declare.
15020
15021 2005-02-08  Paolo Bonzini  <bonzini@gnu.org>
15022
15023         PR preprocessor/19801
15024         * doc/cppinternals.texi (Conventions, Lexer, Files): Adjust
15025         filenames that changed when libcpp was moved to the toplevel.
15026
15027 2005-02-07  Roger Sayle  <roger@eyesopen.com>
15028
15029         * simplify-rtx.c (simplify_relational_operation_1): Avoid creating
15030         zero extensions of BImode operands.  Call lowpart_subreg instead
15031         of gen_lowpart_common and gen_lowpart_SUBREG.
15032
15033 2005-02-07  Nathanael Nerode  <neroden@gcc.gnu.org>
15034
15035         PR ada/19489
15036         * libada-mk.in: Use cc_for_cross_gnattools, not cc_set_by_configure.
15037         * configure.ac: Set cc_for_cross_gnattools.
15038         * configure: Regenerate.
15039
15040 2005-02-08  Alan Modra  <amodra@bigpond.net.au>
15041
15042         PR target/19803
15043         * predict.c (PROB_VERY_UNLIKELY): Use 1% instead of 10%.
15044
15045 2005-02-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
15046
15047         PR debug/19327
15048         * dbxout.c (dbxout_symbol) <FUNCTION_DECL>: Skip inline instance
15049         of nested functions.
15050
15051 2005-02-07  Jonathan Wakely  <redi@gcc.gnu.org>
15052
15053         * doc/extend.texi: Document deprecated extensions allowing
15054         static floating-point members to have initializers and allowing
15055         floating-point literals in integral constant expressions.
15056
15057 2005-02-07  Kazu Hirata  <kazu@cs.umass.edu>
15058
15059         * cfgcleanup.c, df.h, diagnostic.c, rtl.c, tree-vectorizer.h,
15060         config/darwin7.h, config/mips/mips.c,
15061         config/rs6000/altivec.md, config/rs6000/darwin-tramp.asm:
15062         Update copyright.
15063
15064         * cse.c: Update comments.
15065
15066 2005-02-07  Richard Guenther  <rguenth@gcc.gnu.org>
15067
15068         PR middle-end/19775
15069         * builtins.c (fold_builtin_sqrt): Transform
15070         sqrt(pow(x,y)) to pow(fabs(x),y*0.5), not
15071         pow(x,y*0.5).
15072
15073 2005-02-07  Leehod Baruch  <leehod@il.ibm.com>
15074             Dorit Naishlos  <dorit@il.ibm.com>
15075
15076         * doc/invoke.texi (ftree-vectorizer-verbose): New.
15077         * opts.c (OPT_ftree_vectorizer_verbose_): New case for switch.
15078         * common.opt (ftree-vectorizer-verbose): New Flag for the vectorizer
15079         was added.
15080         * tree.h (vect_set_verbosity_level): New extern function declaration
15081         added.
15082         * tree-vectorizer.h (verbosity_levels): New enum type.
15083         * tree-vectorizer.c (vect_debug_stats): Function removed.
15084         (vect_debug_details): Likewise.
15085         (vect_verbosity_level): Global variable was defined and initialized.
15086         (vect_dump): Global variable definition.
15087         (vect_print_dump_info): New function.
15088         (vect_set_dump_settings): New function.
15089         (vect_set_verbosity_level): New function.
15090         (vectorize_loops): Add call to vect_set_dump_settings.
15091
15092         (slpeel_make_loop_iterate_ntimes): Dump condition was changed.
15093         (slpeel_tree_duplicate_loop_to_edge_cfg): Likewise.
15094         (slpeel_tree_peel_loop_to_edge): Likewise.
15095
15096         (vect_analyze_offset_expr): Call to vect_print_dump_info with
15097         appropriate verbosity level instead of call to vect_debug_details
15098         or vect_debug_stats.
15099         (vect_get_base_and_offset):
15100         (vect_create_addr_base_for_vector_ref):
15101         (get_vectype_for_scalar_type):
15102         (vect_create_data_ref_ptr):
15103         (vect_init_vector):
15104         (vect_get_vec_def_for_operand):
15105         (vect_finish_stmt_generation):
15106         (vectorizable_assignment):
15107         (vectorizable_operation):
15108         (vectorizable_store):
15109         (vectorizable_load):
15110         (vect_transform_stmt):
15111         (vect_update_ivs_after_vectorizer):
15112         (vect_do_peeling_for_loop_bound):
15113         (vect_update_inits_of_drs):
15114         (vect_do_peeling_for_alignment):
15115         (vect_transform_loop):
15116         (vect_is_simple_use):
15117         (vect_analyze_operations):
15118         (vect_is_simple_iv_evolution):
15119         (vect_analyze_scalar_cycles):
15120         (vect_analyze_data_ref_dependence):
15121         (vect_analyze_data_ref_dependences):
15122         (vect_compute_data_ref_alignment):
15123         (vect_enhance_data_refs_alignment):
15124         (vect_analyze_data_refs_alignment):
15125         (vect_analyze_data_ref_access):
15126         (vect_analyze_data_ref_accesses):
15127         (vect_analyze_pointer_ref_access):
15128         (vect_get_memtag_and_dr):
15129         (vect_analyze_data_refs):
15130         (vect_mark_relevant):
15131         (vect_stmt_relevant_p):
15132         (vect_mark_stmts_to_be_vectorized):
15133         (vect_can_advance_ivs_p):
15134         (vect_get_loop_niters):
15135         (vect_analyze_loop_form):
15136         (vect_analyze_loop):
15137         (vectorize_loops): Likewise.
15138
15139         (vect_do_peeling_for_loop_bound): Dump format slightly changed.
15140         (vect_update_inits_of_drs):
15141         (vect_do_peeling_for_alignment):
15142         (vect_transform_loop):
15143         (vect_analyze_operations):
15144         (vect_analyze_scalar_cycles):
15145         (vect_analyze_data_ref_dependences):
15146         (vect_analyze_data_refs_alignment):
15147         (vect_analyze_data_ref_accesses):
15148         (vect_analyze_data_refs):
15149         (vect_mark_stmts_to_be_vectorized):
15150         (vect_get_loop_niters):
15151         (vect_analyze_loop_form):
15152         (vect_analyze_loop): Likewise.
15153         (vect_mark_stmts_to_be_vectorized): Add call to print_generic_expr.
15154
15155 2005-02-07  Richard Sandiford  <rsandifo@redhat.com>
15156
15157         PR bootstrap/19796
15158         Revert:
15159         2005-01-26  Richard Sandiford  <rsandifo@redhat.com>
15160         * config/mips/iris6.h (ENDFILE_SPEC): Don't link in irix-csr.o if
15161         either -ffast-math or -funsafe-math-optimizations is in use.
15162
15163         2005-01-24  Richard Sandiford  <rsandifo@redhat.com>
15164         * config/mips/irix-csr.c: New file.
15165         * config/mips/t-iris6 (irix-csr.o): New rule to build it.
15166         (EXTRA_MULTILIB_PARTS): Add irix-csr.o.
15167         * config/mips/iris6.h (ENDFILE_SPEC): Include it in n32 and n64
15168         executables.
15169
15170 2005-02-07  Alexandre Oliva  <aoliva@redhat.com>
15171
15172         * config/mn10300/linux.h (LIB_SPEC, STARTFILE_SPEC): Remove
15173         redundant, incorrect definitions.
15174
15175         * config/frv/frv.md ("tls_indirect_call"): Turn into libcall-like
15176         expand.
15177         ("*tls_indirect_call"): New, reference hard regs directly.
15178         * config/frv/frv.c (gen_inlined_tls_plt): Adjust.
15179
15180 2005-02-07  Ralf Corsepius  <ralf.corsepius@rtems.org>
15181
15182         * config/arm/rtems-elf.h (SUBTARGET_EXTRA_ASM_SPEC):
15183         Let !-mhard-float !-msoft-float imply -mfpu=softfpa.
15184
15185 2005-02-06  Roger Sayle  <roger@eyesopen.com>
15186
15187         PR rtl-optimization/19800
15188         * simplify_rtx.c (simplify_relational_operation_1): Explicitly
15189         call gen_lowpart_common and gen_lowpart_SUBREG instead of calling
15190         gen_lowpart.
15191
15192 2005-02-07  Ralf Corsepius  <ralf.corsepius@rtems.org>
15193
15194         * config/m68k/t-rtems (MULTILIB_MATCHES): Let m528x match m5200.
15195
15196 2005-02-07  Joseph S. Myers  <joseph@codesourcery.com>
15197
15198         PR other/17135
15199         * doc/invoke.texi: Correct documentation of -freorder-functions.
15200
15201 2005-02-06  Joseph S. Myers  <joseph@codesourcery.com>
15202
15203         PR other/14402
15204         * doc/invoke.texi: Don't mention gccbug.
15205
15206 2005-02-06  Roger Sayle  <roger@eyesopen.com>
15207             Andrew Pinski  <pinskia@physics.uc.edu>
15208             Paolo Bonzini  <paolo.bonzini@lu.unisi.ch>
15209
15210         * simplify-rtx.c (simplify_relational_operation_1): Simplify
15211         (ne:SI (zero_extract:SI FOO (const_int 1) BAR) (const_int 0))
15212         into just (zero_extract:SI FOO (const_int 1) BAR).
15213
15214 2005-02-06  Joseph S. Myers  <joseph@codesourcery.com>
15215
15216         * doc/cpp.texi: Include gcc-common.texi.  Don't define gcctabopt
15217         macro locally.  Don't give last revision date.  Use GCC version
15218         number from gcc-common.texi.
15219         * doc/cppinternals.texi: Include gcc-common.texi.  Don't give last
15220         revision date.  Use GCC version number from gcc-common.texi.
15221         Describe being a library as current state rather than as 3.x
15222         history.
15223         * doc/gcc.texi: Remove last update date.
15224         * doc/gccint.texi: Likewise.  Update copyright dates.
15225         * doc/install.texi: Update copyright dates.
15226
15227 2005-02-06  Joseph S. Myers  <joseph@codesourcery.com>
15228
15229         PR other/7549
15230         * doc/invoke.texi: Mention for each option included in -Wall that
15231         it is included in -Wall.
15232         * doc/gcc.texi: Update copyright and last modification date.
15233
15234 2005-02-06  Zdenek Dvorak  <dvorakz@suse.cz>
15235
15236         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Do not add
15237         unnecessary cast to original induction variable increments.
15238
15239 2005-02-06  Zdenek Dvorak  <dvorakz@suse.cz>
15240
15241         PR tree-optimization/18219
15242         * tree-ssa-loop-ivopts.c (get_computation_at): Produce computations
15243         in distributed form.
15244
15245 2005-02-06  Richard Sandiford  <rsandifo@redhat.com>
15246
15247         * expmed.c (store_bit_field): Make the SUBREG code adjust bitnum.
15248         Set bitpos and offset later in the function.  Do nothing if the
15249         target is a register and if the bitfield lies completely outside
15250         that register.
15251         (extract_bit_field): Make the same SUBREG, bitpos and offset changes
15252         here.  Return an uninitialised register if the source value is stored
15253         in a register and the bitfield lies completely outside that register.
15254
15255 2005-02-06  Steven Bosscher  <stevenb@suse.de>
15256
15257         * df.c (df_insn_refs_record): Use XEXP to get the operand of a USE,
15258         not SET_DEST.
15259
15260 2005-02-06  Marcin Dalecki  <martin@dalecki.de>
15261
15262         * diagnostic.c (default_diagnostic_finalizer): Fix use of attribute.
15263
15264 2005-02-06  Geoffrey Keating  <geoffk@apple.com>
15265
15266         * config.gcc (*-*-darwin*): Separate darwin7 and darwin8 configs.
15267         * config/darwin8.h: New.
15268         * config/darwin7.h: Update comment.
15269
15270 2005-02-03  Leehod Baruch  <leehod@il.ibm.com>
15271             Dorit Naishlos  <dorit@il.ibm.com>
15272
15273         * tree-vectorizer.h (LOC): New type.
15274         (UNKNOWN_LOC, EXPR_LOC, LOC_FILE, LOC_LINE): New macros.
15275         (loop_line_number): New field in struct _loop_vec_info.
15276         (LOOP_VINFO_LOC, LOOP_LOC): New macros.
15277
15278         * tree-vectorizer.c (input.h): Included.
15279         (find_loop_location): New function.
15280         (vect_debug_stats): Argument changed from loop to LOC. Computation of
15281         loop line number removed.
15282         (vect_debug_details): Likewise.
15283         (new_loop_vec_info): Initialize new field LOOP_VINFO_LOC.
15284
15285         (slpeel_make_loop_iterate_ntimes): Call find_loop_location. Argument in
15286         call to vect_debug_details/stats changed from loop to loop_loc.
15287         (slpeel_tree_duplicate_loop_to_edge_cfg): Likewise.
15288         (slpeel_tree_peel_loop_to_edge): Likewise.
15289
15290         (vect_analyze_offset_expr): Argument in call to vect_debug_details/stats
15291         changed from NULL to UNKNOWN_LOC.
15292         (vect_get_base_and_offset):
15293         (vect_create_addr_base_for_vector_ref):
15294         (get_vectype_for_scalar_type):
15295         (vect_create_data_ref_ptr):
15296         (vect_init_vector):
15297         (vect_get_vec_def_for_operand):
15298         (vect_finish_stmt_generation):
15299         (vectorizable_assignment):
15300         (vectorizable_operation):
15301         (vectorizable_store):
15302         (vectorizable_load):
15303         (vect_transform_stmt):
15304         (vect_update_ivs_after_vectorizer):
15305         (vect_do_peeling_for_loop_bound):
15306         (vect_do_peeling_for_alignment):
15307         (vect_transform_loop):
15308         (vect_is_simple_use):
15309         (vect_analyze_operations):
15310         (vect_is_simple_iv_evolution):
15311         (vect_analyze_scalar_cycles):
15312         (vect_analyze_data_ref_dependences):
15313         (vect_compute_data_ref_alignment):
15314         (vect_enhance_data_refs_alignment):
15315         (vect_analyze_data_ref_access):
15316         (vect_analyze_data_ref_accesses):
15317         (vect_analyze_pointer_ref_access):
15318         (vect_get_memtag_and_dr):
15319         (vect_analyze_data_refs):
15320         (vect_mark_relevant):
15321         (vect_stmt_relevant_p):
15322         (vect_mark_stmts_to_be_vectorized):
15323         (vect_can_advance_ivs_p):
15324         (vect_get_loop_niters):
15325         (vect_analyze_loop):
15326         (vectorize_loops): Likewise.
15327
15328         (vectorizable_load): Argument in call to vect_debug_details/stats
15329         changed from loop to LOOP_LOC (loop_vinfo).
15330         (vect_transform_loop):
15331         (vect_analyze_operations):
15332         (vect_analyze_scalar_cycles):
15333         (vect_analyze_data_ref_dependence):
15334         (vect_enhance_data_refs_alignment):
15335         (vect_analyze_data_ref_accesses):
15336         (vect_analyze_pointer_ref_access):
15337         (vect_analyze_data_refs):
15338         (vect_analyze_loop): Likewise.
15339
15340         (vect_analyze_loop_form): Argument in call to vect_debug_details/stats
15341         changed from loop to loop_loc.
15342
15343         (vect_enhance_data_refs_alignment): Removed unused variable loop.
15344
15345 2005-02-03  Leehod Baruch  <leehod@il.ibm.com>
15346             Dorit Naishlos  <dorit@il.ibm.com>
15347
15348         * tree-vectorizer.c (vect_analyze_data_ref_dependence): Function
15349         declaration added.
15350         (vect_analyze_data_ref_dependences): Likewise.
15351
15352         (vect_is_simple_use): Argument changed from loop structure to
15353         loop_vect_info structure.
15354         (vect_can_advance_ivs_p): Likewise.
15355         (vect_create_index_for_vector_ref): Likewise.
15356         (vect_update_ivs_after_vectorizer): Likewise.
15357         (new_stmt_vec_info): Likewise.
15358
15359         (new_loop_vec_info): Second argument in call to new_stmt_vec_info was
15360         changed from loop to loop_vinfo.
15361         (vect_create_data_ref_ptr): First argument in call to
15362         vect_create_index_for_vector_ref was changed from loop to loop_vinfo.
15363         (vectorizable_assignment): Second argument in call to vect_is_simple_use
15364         was changed from loop to loop_vinfo.
15365         (vectorizable_operation): Likewise.
15366         (vectorizable_store): Likewise.
15367         (vect_mark_stmts_to_be_vectorized): Likewise.
15368         (vect_do_peeling_for_loop_bound): First argument in call to
15369         vect_update_ivs_after_vectorizer was changed from loop to loop_vinfo.
15370         (vect_analyze_operations): Argument in call to vect_can_advance_ivs_p
15371         was changed from loop to loop_vinfo.
15372         (vect_analyze_data_ref_dependences): Third argument in call to
15373         vect_analyze_data_ref_dependence was changed from loop to loop_vinfo.
15374
15375         (vect_create_index_for_vector_ref): Get the loop from loop_vinfo.
15376         (vect_create_data_ref_ptr): Likewise.
15377         (vect_init_vector): Likewise.
15378         (vect_get_vec_def_for_operand): Likewise.
15379         (vectorizable_assignment): Likewise.
15380         (vectorizable_operation): Likewise.
15381         (vectorizable_store): Likewise.
15382         (vectorizable_load): Likewise.
15383         (vect_update_ivs_after_vectorizer): Likewise.
15384         (vect_is_simple_use): Likewise.
15385         (vect_analyze_data_ref_dependence): Likewise.
15386         (vect_analyze_pointer_ref_access): Likewise.
15387         (vect_can_advance_ivs_p): Likewise.
15388
15389         * tree-vectorizer.h: (_loop_vec_info): Definition and macros moved
15390         before _stmt_vec_info.
15391         (_stmt_vec_info): Loop field replaced by loop_vec_info.
15392         (STMT_VINFO_LOOP): Replaced with STMT_VINFO_LOOP_VINFO.
15393         (new_stmt_vec_info): Argument changed from loop structure to
15394         loop_vect_info structure
15395
15396         (vect_analyze_data_ref_dependences): Unnecessary line was removed.
15397         (vect_analyze_offset_expr): Avoid 80 columns overflow.
15398         (vect_create_addr_base_for_vector_ref): Likewise.
15399         (vect_analyze_pointer_ref_access): Likewise.
15400
15401 2005-02-03  Andrew Pinski  <pinskia@physics.uc.edu>
15402
15403         PR tree-opt/19768
15404         * tree-ssa-dse.c (fix_phi_uses): Update the occurs in abnormal
15405         phi flag if the phi is abnormal.
15406
15407 2005-02-03  Andrew Pinski  <pinskia@physics.uc.edu>
15408
15409         PR tree-opt/19736
15410         * tree-ssa.c (replace_immediate_uses): Update the immediate_uses
15411         information for the new statement.
15412
15413 2005-02-03  Joseph S. Myers  <joseph@codesourcery.com>
15414
15415         PR driver/19117
15416         * gcc.c (main): Include the target in -v output.
15417
15418 2005-02-03  Alexandre Oliva  <aoliva@redhat.com>
15419
15420         * combine.c (simplify_comparison, case SIGN_EXTEND, ZERO_EXTEND):
15421         Do not drop the extend if we'd have to add a paradoxical subreg
15422         later.  Include optabs.h and insn-codes.h.
15423         * Makefile.in (combine.o): Depend on $(OPTABS_H).
15424
15425 2005-02-02  Roger Sayle  <roger@eyesopen.com>
15426
15427         PR middle-end/19405
15428         * real.h (REAL_MODE_FORMAT_COMPOSITE_P): New macro.
15429         * fold-const.c (const_binop): Avoid constant folding floating
15430         point operations in modes that use composite representations.
15431         * simplify-rtx.c (simplify_binary_operation): Likewise.
15432
15433 2005-02-02  Geoffrey Keating  <geoffk@apple.com>
15434
15435         * config/rs6000/altivec.md (altivec_dst): Make the first operand
15436         a REG, not a MEM.
15437         (altivec_dstt): Likewise.
15438         (altivec_dstst): Likewise.
15439         (altivec_dststt): Likewise.
15440         * config/rs6000/rs6000.c (altivec_expand_dst_builtin): Adjust creation
15441         of first operand.
15442
15443 2005-02-03  Dorit Naishlos  <dorit@il.ibm.com>
15444
15445         * tree-vectorizer.c (slpeel_make_loop_iterate_ntimes): Copy
15446         EXPR_LOCUS from orig_cond to the new cond_stmt.
15447         (vect_finish_stmt_generation): Copy EXPR_LOCUS from stmt to
15448         the new vec_stmt.
15449
15450 2005-02-03  Dorit Naishlos  <dorit@il.ibm.com>
15451
15452         * tree-vectorizer.c (slpeel_make_loop_iterate_ntimes): Call
15453         standard_iv_increment_position. Remove call to bsi_next
15454         (no need to bump the iterator anymore).
15455         (vect_create_index_for_vector_ref): Call
15456         standard_iv_increment_position. Remove second function argument.
15457         (vect_finish_stmt_generation): Remove call to bsi_next
15458         (no need to bump the iterator anymore).
15459         (vect_create_data_ref_ptr): Remove second argument (bsi) in call
15460         to vect_create_index_for_vector_ref.
15461
15462 2005-02-03  Dorit Naishlos  <dorit@il.ibm.com>
15463
15464         * tree-vectorizer.c (vect_mark_stmts_to_be_vectorized): Check if
15465         phis are used out of the loop.
15466
15467 2005-02-03  Joseph S. Myers  <joseph@codesourcery.com>
15468
15469         PR c/17807
15470         * c-decl.c (undef_nested_function): New variable.
15471         (pop_scope): Diagnose undefined nested functions.
15472         (finish_function): Don't attempt cgraph processing or genericizing
15473         if current top-level function contained an undefined nested
15474         function.  Reset undef_nested_function at the end of a top-level
15475         function.
15476
15477 2005-02-02  Zdenek Dvorak  <dvorakz@suse.cz>
15478
15479         * tree.c (build_int_cst_type): Take sign of the value into account
15480         when deciding whether sign extend the value.
15481
15482 2005-02-02  Joseph S. Myers  <joseph@codesourcery.com>
15483
15484         PR c/18502
15485         * gcc.c (cpp_unique_options): Remove %{trigraphs}.
15486         (cpp_options, cc1_options): Change %{std*&ansi} to
15487         %{std*&ansi&trigraphs}.
15488
15489 2005-02-02  Kazu Hirata  <kazu@cs.umass.edu>
15490
15491         * cse.c: Update comments.
15492
15493 2005-02-02  Aldy Hernandez  <aldyh@redhat.com>
15494
15495         * config/rs6000/rs6000.c (rs6000_spe_function_arg): Multi-reg
15496         arguments go on the stack.  Do not put complex doubles in odd/even
15497         pairs.
15498
15499 2005-02-02  Steven Bosscher  <stevenb@suse.de>
15500
15501         * doc/invoke.texi: Update the options enabled at -O1, -O2,
15502         and -O3.  Update the documentation for -fgcse-sm, -fgcse-las,
15503         -ftree-pre, and -fthread-jumps.
15504
15505 2005-02-02  Richard Sandiford  <rsandifo@redhat.com>
15506
15507         PR tree-optimization/19578
15508         * tree-flow.h (modified_noreturn_calls): Declare.
15509         (noreturn_call_p): Declare.
15510         * tree-flow-inline.h (noreturn_call_p): New function.
15511         (modify_stmt): Add modified noreturn calls to modified_noreturn_calls.
15512         * tree-cfg.c (modified_noreturn_calls): New variable.
15513         (cleanup_control_flow): Use noreturn_call_p.  Split basic blocks
15514         that contain a mid-block noreturn call.
15515         * tree-ssa.c (delete_tree_ssa): Clear modified_noreturn_calls.
15516
15517 2005-02-02  Kazu Hirata  <kazu@cs.umass.edu>
15518
15519         * df.c (df_def_record_1, df_uses_record): Don't use
15520         DF_FOR_REGALLOC.
15521         * df.h (DF_FOR_REGALLOC): Remove.
15522
15523 2005-02-02  Joseph S. Myers  <joseph@codesourcery.com>
15524
15525         PR c/19435
15526         * c-typeck.c (really_start_incremental_init): Reset
15527         constructor_max_index for arrays of incomplete type.
15528
15529 2005-02-02  Jeff Law  <law@redhat.com>
15530
15531         * gcse.c (struct reg_set): Store the block index where the register
15532         was set rather than the setting insn.
15533         (record_one_set, compute_transp): Corresponding changes.
15534         (pre_insert_copy_insn): Do not call replace_one_set.
15535         (replace_one_set): Remove.
15536
15537 2005-02-02  Joseph S. Myers  <joseph@codesourcery.com>
15538
15539         PR other/15514
15540         * doc/gcov.texi: Fix typo.
15541
15542 2005-02-01  Richard Henderson  <rth@redhat.com
15543
15544         PR target/19680
15545         * config/i386/i386.h (MODES_TIEABLE_P): Use ix86_modes_tieable_p.
15546         * config/i386/i386.c (ix86_hard_regno_mode_ok): Change return
15547         type to bool.
15548         (ix86_tieable_integer_mode_p, ix86_modes_tieable_p): New.
15549         * config/i386/i386-protos.h: Update.
15550
15551 2005-02-01  Steven Bosscher  <stevenb@suse.de>
15552
15553         PR tree-optimization/19217
15554         * tree-cfg.c (verify_expr): Use the data field to see if TP was
15555         seen inside a PHI node.  Do not do the ADDR_EXPR check if it was.
15556         (verify_stmts): Pass (void*)1 as data to verify_expr to signal
15557         that it is walking a PHI node.
15558
15559 2005-02-01  Joseph S. Myers  <joseph@codesourcery.com>
15560
15561         * doc/extend.texi (Nested Functions): Update.
15562
15563 2005-02-01  Richard Henderson  <rth@redhat.com>
15564
15565         PR 19696
15566         * optabs.c (expand_copysign_absneg): Export.
15567         * optabs.h (expand_copysign_absneg): Declare.
15568         * config/rs6000/rs6000.md (copysigntf3): New.
15569
15570 2005-02-01  Diego Novillo  <dnovillo@redhat.com>
15571
15572         PR tree-optimization/19633
15573         * tree-flow.h (struct ptr_info_def): Add field 'pt_null'.
15574         * tree-ssa-alias.c (init_alias_info): Initialize.
15575         (merge_pointed_to_info): Set.
15576         (add_pointed_to_expr): Set pt_null if EXPR is a NULL pointer.
15577         (dump_points_to_info_for): Show value of pt_null.
15578         (struct count_ptr_d): Declare.
15579         (find_ptr_dereference): Remove.
15580         (ptr_is_dereferenced_by): Remove.
15581         (count_ptr_derefs): New local function.
15582         (count_uses_and_derefs): New local function.
15583         (compute_points_to_and_addr_escape): Call it.  If the number
15584         of dereferences is greater than zero, mark the pointer as
15585         dereferenced.  If there are fewer dereferences than uses of
15586         the pointer, the pointer's value escapes.
15587
15588 2005-02-01  Diego Novillo  <dnovillo@redhat.com>
15589
15590         PR tree-optimization/19670
15591         * tree-ssa.c (verify_ssa_name): Don't set TREE_VISITED
15592         here...
15593         (verify_use): ... set it here, instead.
15594
15595 2005-02-01  Janis Johnson  <janis187@us.ibm.com>
15596
15597         * doc/sourcebuild.texi (Test directives): Fix formatting.
15598
15599         * doc/sourcebuild.texi (Test directives): Describe selector
15600         expressions.
15601
15602 2005-02-01  Segher Boessenkool  <segher@kernel.crashing.org>
15603
15604         * config.gcc (powerpc64-*-linux*): Default to -m64 also for
15605         specific 64-bit CPUs.
15606
15607 2005-02-01  Richard Earnshaw  <rearnsha@arm.com>
15608
15609         PR target/16201
15610         * arm.c (arm_eliminable_register): New function.
15611         (adjacent_mem_locations): Don't allow eliminable registers.  Use
15612         HOST_WIDE_INT for address offsets.
15613         * arm-protos.h (arm_eliminable_register): Add prototype.
15614
15615 2005-02-01  Steven Bosscher  <stevenb@suse.de>
15616
15617         PR optimization/15242
15618         * params.def (PARAM_MAX_GOTO_DUPLICATION_INSNS): New param.
15619         * basic-block.h (duplicate_computed_gotos): Add prototype.
15620         * bb-reorder.c (duplicate_computed_gotos): New function to
15621         duplicate sufficiently small blocks ending in a computed jump.
15622         * passes.c (rest_of_compilation): Call duplicate_computed_gotos
15623         if not optimizing for size.
15624         * cfgcleanup.c (try_crossjump_bb): If not optimizing for size,
15625         never do tail merging for blocks ending in a computed jump.
15626         * doc/invoke.texi: Document the max-goto-duplication-insns param.
15627
15628 2005-02-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
15629
15630         Patch from Richard Sandiford <rsandifo@redhat.com>
15631         * reload1.c (choose_reload_regs): Prevent the find_equiv_reg() code
15632         from inheriting a subreg equivalence with a non-spill register.
15633
15634         * tree.h (DECL_FUNCTION_CODE): Document that it is overloaded.
15635
15636 2005-02-01  Alexandre Oliva  <aoliva@redhat.com>
15637
15638         * config/frv/frv.c (movcc_fp_destination_operand): New.
15639         (gpr_or_memory_operand): Fix typo in comment.
15640         (gpr_or_memory_operand_with_scratch): New.
15641         * config/frv/frv.h (PREDICATE_CODES): Add the two new predicates.
15642         * config/frv/frv.md (movcc_fp, movcc_fp_internal): Use
15643         movcc_fp_destination_operand.
15644         (reload_incc_fp): Use gpr_or_memory_operand_with_scratch.
15645         Legitimize memory addresses using a scratch register.
15646
15647 2005-01-31  Jeff Law  <law@redhat.com>
15648
15649         * tree-into-ssa.c (mark_def_sites_global_data): Make KILLS
15650         bitmap a sparse bitmap instead of a simple bitmap.
15651         (mark_def_sites_initialize_block):  Corresponding changes.
15652         (ssa_mark_def_sites_initialize_block): Likewise.
15653         (ssa_mark_phi_uses): Likewise.
15654         (mark_def_site, ssa_mark_def_sites): Likewise.
15655         (mark_def_site_blocks): Likewise.
15656         (rewrite_ssa_into_ssa): Likewise.
15657
15658         * tree-ssa-dom.c (record_cond): Pass correct variable type
15659         for last argument to htab_find_slot_with_hash.
15660
15661         * fold-const.c (fold, case CEIL_MOD_EXPR): Do not lose side
15662         effects when optimizing 0 % X.  Do not try to optimize X % 0.
15663
15664 2005-01-31  James E. Wilson  <wilson@specifixinc.com>
15665
15666         * config/ia64/itanium1.md (1_scall bypass): Change 2_mmalua to
15667         1_mmalua.
15668
15669 2005-02-01  Eric Christopher  <echristo@redhat.com>
15670
15671         * config/mips/mips.c (override_options): Warn if -mint64
15672         is used.
15673         * doc/invoke.texi (MIPS Options): Document that -mint64 is
15674         deprecated.
15675
15676 2005-02-01  Kazu Hirata  <kazu@cs.umass.edu>
15677
15678         * cse.c (cse_reg_info): Remove hash_next, next, regno.  Add
15679         timestamp.
15680         (cse_reg_info_list, cse_reg_info_list_free, REGHASH_SHIFT,
15681         REGHASH_SIZE, REGHASH_MASK, reg_hash, REGHASH_FN,
15682         cached_cse_reg_info, GET_CSE_REG_INFO): Remove.
15683         (cached_regno): Initialize to INVALID_REGNUM.
15684         (cse_reg_info_table_size,
15685         cse_reg_info_table_first_uninitialized,
15686         cse_reg_info_timestamp): New.
15687         (REG_TICK, REG_IN_TABLE, SUBREG_TICKED, REG_QTY): Use
15688         get_cse_reg_info.
15689         (init_cse_reg_info, get_cse_reg_info_1): New.
15690         (get_cse_reg_info): Cache the last look-up.
15691         (new_basic_block): Update the code to clear mappings from
15692         registers to cse_reg_info entries.
15693         (cse_main): Call init_cse_reg_info.
15694
15695         * cse.c (get_cse_reg_info): Update a comment.
15696
15697 2005-01-31  Steven Bosscher  <stevenb@suse.de>
15698
15699         PR c/19333
15700         * c-decl.c (start_decl): Do not warn about arrays of elements with
15701         an incomplete type here.
15702         (grokdeclarator): Do it here by making a pedwarn an error.
15703         * c-typeck.c (push_init_level): If there were previous errors with
15704         the constructor type, do not warn about braces for initializers.
15705         (process_init_element): Likewise for excess initializer elements.
15706
15707 2005-01-31  Kazu Hirata  <kazu@cs.umass.edu>
15708
15709         * cse.c (delete_trivially_dead_insn): Don't iterate.
15710
15711 2005-01-31  Andrew Pinski  <pinskia@physics.uc.edu>
15712
15713         * config/rs6000/rs6000.md (copysignsf3): New expand.
15714         (copysigndf3): Likewise.
15715
15716 2005-01-31  Steven Bosscher  <stevenb@suse.de>
15717
15718         * recog.c (constrain_operands): Only look for earlyclobber operand
15719         conflicts if an '&' constraint was seen.
15720
15721 2005-01-31  Marc Espie <espie@openbsd.org>
15722
15723         * config.gcc: Don't include embedded systems fragment, switches default
15724         debugging format to ELF.
15725         * config/i386/openbsdelf.h: Add DBX_REGISTER_NUMBER since we no
15726         longer pick it up there.
15727
15728 2005-01-31  Dale Johannesen  <dalej@apple.com>
15729
15730         * doc/extend.texi (nested functions): Fix linkage description.
15731         Clarify that static is not allowed.
15732
15733 2005-01-31  Dale Johannesen  <dalej@apple.com>
15734
15735         * config/rs6000/darwin.md (movsf_low_di):  Make work.
15736         (movdf_low_di):  Make work.
15737
15738 2005-01-31  Dale Johannesen  <dalej@apple.com>
15739
15740         * config/rs6000/darwin-tramp.asm (__trampoline_setup):
15741         Make work for 64 bit.
15742
15743 2005-01-31  Roger Sayle  <roger@eyesopen.com>
15744             Dale Johannesen  <dalej@apple.com>
15745
15746         PR middle-end/19650
15747         * fold-const.c (fold_binary_op_with_conditional_arg):
15748         Make types match original operands, before STRIP_NOPS.
15749
15750 2005-01-31  Alan Modra  <amodra@bigpond.net.au>
15751
15752         * config/rs6000/linux-unwind.h (struct gcc_vregs): New.
15753         (struct gcc_regs): Rename from gcc_pt_regs.  Add more regs.
15754         (struct gcc_sigcontext): Delete.  Merge contents to..
15755         (struct gcc_ucontext): ..here.
15756         (get_sigcontext): Delete.
15757         (get_regs): New function, like get_sigcontext but return regs ptr.
15758         64-bit version finds regs from r1 to support vdso.
15759         (ppc_linux_aux_vector): New function.
15760         (ppc_fallback_frame_state): Modify for get_regs.  Restore fprs
15761         and vector regs.
15762
15763 2005-01-31  Ira Rosen  <irar@il.ibm.com>
15764
15765         * tree-vectorizer.c (vect_analyze_offset_expr): Use ssizetype instead
15766         sizetype.
15767         (vect_get_base_and_offset): Use ssizetype instead sizetype. Remove
15768         redundant fold. Fix misalignment for MINUS_EXPR.
15769         (vect_compute_data_ref_alignment): Use ssizetype instead sizetype.
15770         (vect_analyze_pointer_ref_access): Likewise.
15771         (vect_get_memtag_and_dr): Likewise.
15772
15773 2005-01-31  Richard Henderson  <rth@redhat.com>
15774
15775         * config/i386/i386.c (absnegsf2_mixed): Remove all of the # hackery.
15776         (absnegsf2_sse, absnegsf2_i387, absnegdf2_mixed, absnegdf2_sse,
15777         absnegdf2_i387, absnegxf2_i387): Likewise.
15778
15779 2005-01-31  Richard Henderson  <rth@redhat.com>
15780
15781         PR 19696
15782         * optabs.c (expand_copysign_absneg): New.
15783         (expand_copysign_bit): Split out from ...
15784         (expand_copysign): ... here.  Use expand_copysign_absneg.
15785
15786 2005-01-30  Roger Sayle  <roger@eyesopen.com>
15787
15788         PR middle-end/19697
15789         * config/pa/pa.md (anddi3, iordi3): On HPPA64, disallow an integer
15790         constant as the second operand and a register as the third.
15791
15792 2005-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
15793
15794         PR target/19704
15795         * config/i386/i386.c (ix86_function_ok_for_sibcall):  Also check
15796         that dllimport'd functions do not use all call-clobbered registers
15797         to pass parameters.
15798
15799 2005-01-30  Richard Henderson  <rth@redhat.com>
15800
15801         PR 19696
15802         * optabs.c (expand_absneg_bit): Split out from expand_unop and
15803         expand_abs_nojump and generalize.  Use operand_subword and
15804         emit_no_conflict_block.  Support large modes.
15805         (expand_abs_nojump): Use it.  Use HONOR_SIGNED_ZEROS to fall
15806         back to maximum.
15807         (expand_unop): Likewise.  Use HONOR_SIGNED_ZEROS to fall back
15808         negation to subtraction.
15809         (expand_copysign): Check that the format has signed zeros.
15810         Use operand_subword and emit_no_conflict_block.  Support large modes.
15811
15812 2005-01-30  Daniel Berlin  <dberlin@dberlin.org>
15813
15814         Fix PR tree-optimization/19624
15815
15816         * Makefile.in (tree-ssa-pre.o): Add CFGLOOP_H.
15817         * tree-ssa-pre.c: Add cfgloop.h.
15818         Update comment.
15819         (pre_stats): New member, constified.
15820         (inserted_exprs): New static variable.
15821         (NECESSARY): New macro.
15822         (create_expression_by_pieces): Fold the expression, and
15823         mark it as defaulting to not necessary. Also put in
15824         inserted_exprs.
15825         (fully_constant_expression): New function.
15826         (insert_into_preds_of_block): Modify to not insert phis when we
15827         are playing with induction variables.
15828         Push phis onto the inserted_exprs vector, and mark them as not
15829         necessary by default.
15830         (insert_aux): Call fully_constant_expression on eprime.
15831         If all edges produce the same value, mark it constant.
15832         (mark_operand_necessary): New function.
15833         (remove_dead_inserted_code): New function.
15834         (init_pre): Init loop optimizer to get loop info.
15835         (fini_pre): Free loop_optimizer, and inserted_exprs vec.
15836         (execute_pre): Commit edge inserts, then remove dead code.
15837
15838 2005-01-30  Richard Henderson  <rth@redhat.com>
15839
15840         * rtl.c (rtx_equal_p): No early exit for CONST_VECTOR.
15841         * varasm.c (const_rtx_hash_1): Handle CONST_VECTOR.
15842
15843 2005-01-30  Richard Henderson  <rth@redhat.com>
15844
15845         PR target/19700
15846         * config/i386/i386.c (ix86_expand_copysign): New.
15847         (ix86_split_copysign_const): New.
15848         (ix86_split_copysign_var): Rename from ix86_split_copysign,
15849         rearrange op1/nmask operands.
15850         * config/i386/i386-protos.h: Update.
15851         * config/i386/i386.md (copysignsf3): Use ix86_expand_copysign.
15852         (copysigndf3): Likewise.
15853         (copysignsf3_const, copysigndf3_const): New.
15854         (copysignsf3_var): Rename from copysignsf3, split out splitter
15855         and fix split predicate for X constraint.
15856         (copysigndf3_var): Similarly.
15857
15858 2005-01-30  Kazu Hirata  <kazu@cs.umass.edu>
15859
15860         * optabs.c, doc/c-tree.texi, doc/install.texi, doc/md.texi,
15861         doc/passes.texi, doc/rtl.texi, doc/sourcebuild.texi,
15862         doc/tm.texi, doc/tree-ssa.texi: Update copyright.
15863
15864 2005-01-29  Richard Henderson  <rth@redhat.com>
15865
15866         PR target/19690
15867         * config/i386/i386.md (movdf_nointeger, movdf_integer): Fix ordering
15868         of # and * in constraints.
15869
15870 2005-01-29  Richard Henderson  <rth@redhat.com>
15871
15872         PR middle-end/19689
15873         * expr.c (store_field): Don't strip sub-mode cast when the input
15874         data is even smaller.
15875
15876 2005-01-29  Richard Henderson  <rth@redhat.com>
15877
15878         PR middle-end/19687
15879         * expr.c (categorize_ctor_elements_1): Check for CONSTRUCTOR of a
15880         union being empty.
15881
15882 2005-01-29  Richard Henderson  <rth@redhat.com>
15883
15884         * combine.c (make_field_assignment): Fix argument order
15885         to gen_int_mode.
15886
15887 2005-01-29  Richard Guenther <richard.guenther@uni-tuebingen.de>
15888
15889         PR tree-optimization/15791
15890         * fold-const.c (extract_array_ref): New function.
15891         (fold): Fold comparisons between &a[i] and &a[j] or
15892         semantically equivalent trees.
15893
15894 2005-01-29  Jeff Law  <law@redhat.com>
15895
15896         * gcse.c (insert_expr_in_table): Revamp handling of available
15897         and anticipatable occurrence lists to avoid unnecessary list
15898         walking.
15899         (insert_set_in_table): Similarly.
15900
15901 2005-01-29  Joseph S. Myers  <joseph@codesourcery.com>
15902
15903         * c-common.c (fix_string_type): Just use c_build_qualified_type to
15904         build string type.
15905         (c_build_qualified_type): Build qualified array types with
15906         TYPE_MAIN_VARIANT pointing to corresponding unqualified type.
15907         * c-decl.c (c_make_fname_decl): Build unqualified array type
15908         before qualified type.
15909         (grokdeclarator): Use TYPE_MAIN_VARIANT of typedef type if element
15910         type is qualified, not just if type itself is.  Don't apply
15911         qualifiers to array type when declarator is processed.  Apply
15912         qualifiers to field type whether or not it is an array type.
15913         Don't handle array types specially for applying qualifiers to
15914         variables.
15915         * c-typeck.c (composite_type): Build unqualified element type and
15916         array type when forming composite of array types.
15917         (common_pointer_type, comptypes, comp_target_types,
15918         type_lists_compatible_p, build_indirect_ref, build_array_ref,
15919         convert_for_assignment): Don't apply TYPE_MAIN_VARIANT to array
15920         types.
15921         (type_lists_compatible_p): Cache TREE_VALUE (args1) and TREE_VALUE
15922         (args2) in variables a1 and a2.
15923
15924 2005-01-29  Kazu Hirata  <kazu@cs.umass.edu>
15925
15926         * cse.c (n_elements_made, max_elements_made): Remove.
15927         (insert): Don't touch n_elements_made.
15928         (cse_main): Don't touch n_elements_made or max_elements_made.
15929
15930 2005-01-28  Stephane Carrez  <stcarrez@nerim.fr>
15931
15932         PR target/15384
15933         * config/m68hc11/t-m68hc11-gas (dp-bit.c): Fix typo causing a
15934         configuration part of dp-bit.c to be lost.
15935
15936 2005-01-28  Roger Sayle  <roger@eyesopen.com>
15937
15938         * expmed.c (expand_mult_highpart_optab): When attempting to use
15939         a non-widening multiplication in a wider mode, the operands need
15940         to be converted (zero or sign extended) to that mode.
15941
15942 2005-01-28  Ian Lance Taylor  <ian@airs.com>
15943
15944         PR middle-end/16558
15945         PR middle-end/19583
15946         * gimple-low.c (block_may_fallthru): TRY_FINALLY_EXPR only falls
15947         through if both operands fall through.
15948
15949 2005-01-28  Kazu Hirata  <kazu@cs.umass.edu>
15950
15951         * cse.c (fold_rtx) <PC>: Don't optimize.
15952
15953 2005-01-28  Jeff Law  <law@redhat.com>
15954
15955         * fold-const.c (fold, case CEIL_MOD_EXPR): Optimize 0 % X.
15956         (case FLOOR_MOD_EXPR, ROUND_MOD_EXPR, TRUNC_MOD_EXPR): Similarly.
15957
15958 2005-01-28  Kazu Hirata  <kazu@cs.umass.edu>
15959
15960         * cse.c (cse_reg_info_free_list, cse_reg_info_used_list,
15961         cse_reg_info_used_list_end): Remove.
15962         (cse_reg_info_list, cse_reg_info_list_free): New.
15963         (get_cse_reg_info): When allocating an instance of
15964         cse_reg_info, add it to the beginning of the cse_reg_info_list
15965         list.  Remove code to maintain cse_reg_info_used_list.
15966         (new_basic_block): Reset the free list to the beginning of
15967         cse_reg_info_list.
15968
15969 2005-01-28  Richard Sandiford  <rsandifo@redhat.com>
15970
15971         * config/frv/frv.c (bdesc_2arg): Remove __MDPACKH.
15972         (frv_init_builtins): Change its prototype to take 4 uhalf arguments.
15973         (frv_expand_mdpackh_builtin): New function.
15974         (frv_expand_builtin): Use it to expand __MDPACKH.
15975         * doc/extend.texi (__MDPACKH): Update documentation.
15976
15977 2005-01-28  Uros Bizjak  <uros@kss-loka.si>
15978
15979         * config/i386/i386.c (ix86_expand_fp_absneg_operator): Use
15980         SSE_FLOAT_MODE_P for use_sse computation.
15981
15982 2005-01-28  Ralf Corsepius  <ralf.corsepius@rtems.org>
15983
15984         PR target/19663
15985         * config/sparc/rtemself.h (LINK_GCC_C_SEQUENCE_SPEC): undefine.
15986
15987 2005-01-27  Richard Henderson  <rth@redhat.com>
15988
15989         * builtins.c (expand_builtin_copysign): New.
15990         (expand_builtin): Call it.
15991         * genopinit.c (optabs): Add copysign_optab.
15992         * optabs.c (init_optabs): Initialize it.
15993         (expand_copysign): New.
15994         * optabs.h (OTI_copysign, copysign_optab): New.
15995         (expand_copysign): Declare.
15996
15997         * config/alpha/alpha.md (UNSPEC_COPYSIGN): New.
15998         (copysignsf3, ncopysignsf3, copysigndf3, ncopysigndf3): New.
15999
16000         * config/i386/i386.c (ix86_build_signbit_mask): Split from ...
16001         (ix86_expand_fp_absneg_operator): ... here.
16002         (ix86_split_copysign): New.
16003         * config/i386/i386-protos.h: Update.
16004         * config/i386/i386.md (UNSPEC_COPYSIGN): New.
16005         (copysignsf3, copysigndf3): New.
16006
16007         * config/ia64/ia64.md (UNSPEC_COPYSIGN): New.
16008         (copysignsf3, ncopysignsf3): New.
16009         (copysigndf3, ncopysigndf3): New.
16010         (copysignxf3, ncopysignxf3): New.
16011         * config/ia64/ia64.c (rtx_needs_barrier): Handle UNSPEC_COPYSIGN.
16012
16013 2005-01-27  Arend Bayer  <arend.bayer@web.de>
16014             Kazu Hirata  <kazu@cs.umass.edu>
16015
16016         * cse.c: (find_best_addr): Don't call copy_rtx before calling
16017         fold_rtx.  Save cost recomputation if fold_rtx did nothing.
16018         (fold_rtx) <ASM_OPERANDS>: Don't do anything if INSN is
16019         NULL_RTX.
16020
16021 2005-01-27  Jeff Law  <law@redhat.com>
16022
16023         * tree-into-ssa.c (ssa_rewrite_initialize_block): Do not register
16024         definitions of SSA_NAMEs which are not being rewritten.
16025         (rewrite_ssa_into_ssa): Only initialize the current definition
16026         of an SSA_NAME if that SSA_NAME has been marked for rewriting.
16027         If checking is enabled, assert that SSA_NAME_AUX is clear for all
16028         SSA_NAMEs before returning.
16029
16030 2005-01-27  Kazu Hirata  <kazu@cs.umass.edu>
16031
16032         * c-common.def, c-dump.c, c-gimplify.c, c-objc-common.c,
16033         cfgexpand.c, dbxout.c, function.h, opts.c, tree-flow-inline.h,
16034         tree-ssa-operands.h, tree-ssa-threadupdate.c, tree-tailcall.c,
16035         config/avr/avr.md, config/cris/aout.h, config/cris/cris.h,
16036         config/mips/iris6.h, config/sh/sh.c: Update copyright.
16037
16038 2005-01-27  Steven Bosscher  <stevenb@suse.de>
16039
16040         PR middle-end/17278
16041         * opts.c (decode_options): Move flag_thread_jumps from -O1 and
16042         higher to -O2 and higher.  Likewise for tree PRE.
16043         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Only iterate at -O2
16044         and better.
16045
16046 2005-01-27  Ian Lance Taylor  <ian@airs.com>
16047
16048         PR middle-end/19583
16049         * gimple-low.c (try_catch_may_fallthru): New static function.
16050         (block_may_fallthru): Handle TRY_CATCH_EXPR.
16051         * tree-inline.c (expand_call_inline): Don't warn about reaching
16052         the end of a non-void function being inlined if the function uses
16053         a return slot.
16054
16055 2005-01-27  Jakub Jelinek  <jakub@redhat.com>
16056
16057         * config/i386/i386.h (CALL_USED_REGISTERS): Fix comment pastos.
16058
16059         PR c/18946
16060         * c-decl.c (warn_if_shadowing): Handle old_decl error_mark_node.
16061         (pushdecl): Only use DECL_FILE_SCOPE_P if DECL_P.
16062         (implicitly_declare): Handle error_mark_node.
16063
16064 2005-01-27  Richard Henderson  <rth@redhat.com>
16065
16066         PR tree-opt/14329
16067         * tree.h (struct tree_decl): Add debug_expr_is_from.
16068         (DECL_DEBUG_EXPR_IS_FROM): New.
16069         (DECL_DEBUG_EXPR): Rename from DECL_DEBUG_ALIAS_OF.
16070         * dwarf2out.c (dwarf2out_var_location): Update to match.
16071         * tree-outof-ssa.c (create_temp): Likewise.
16072         * var-tracking.c (track_expr_p): Likewise.
16073         * tree-sra.c (instantiate_element): Set DECL_DEBUG_EXPR.
16074         * c-objc-common.c (c_tree_printer) <'D'>: Handle DECL_DEBUG_EXPR.
16075         * toplev.c (default_tree_printer): Likewise.
16076
16077 2005-01-27  Alexandre Oliva  <aoliva@redhat.com>
16078
16079         * config/frv/frv.c (frv_class_likely_spilled_p): Add GR8_REGS,
16080         GR9_REGS, GR89_REGS, FDPIC_FPTR_REGS, FDPIC_REGS.
16081
16082 2005-01-27  Steven Bosscher  <stevenb@suse.de>
16083
16084         * tree.h (SWITCH_COND, SWITCH_BODY, SWITCH_LABELS, CASE_LOW,
16085         CASE_HIGH, CASE_LABEL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
16086         ASM_CLOBBERS): Add tree checks.
16087
16088         * c-common.h (SWITCH_TYPE): Rename to SWITCH_STMT_TYPE.
16089         (SWITCH_STMT_COND, SWITCH_STMT_BODY): New.
16090         * c-common.def (SWITCH_STMT): Update to match.
16091         * c-common.c (c_do_switch_warnings): Use SWITCH_STMT accessor
16092         macros instead of SWITCH_EXPR ones.
16093         * c-dump.c (c_dump_tree): Likewise.
16094         * c-gimplify.c (gimplify_switch_stmt): Likewise.
16095         * c-typeck.c (c_start_case, do_case, c_finish_case): Likewise.
16096
16097         * doc/c-tree.texi (SWITCH_STMT): Update accessor macro names.
16098
16099 2005-01-27  Alan Modra  <amodra@bigpond.net.au>
16100
16101         * unwind-dw2.c (execute_stack_op): Add missing cases for
16102         DW_OP_shl, DW_OP_shr, DW_OP_shra, DW_OP_xor.
16103
16104 2005-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
16105
16106         * config.gcc (Obsolete configurations): Remove 'dummy', add
16107         sparclite-*-coff*, sparclite-*-elf*, sparc86x-*-elf* and
16108         sparc-*-openbsd*.
16109
16110 2005-01-26  Diego Novillo  <dnovillo@redhat.com>
16111
16112         PR tree-optimization/19633
16113         * tree-ssa-alias.c (ptr_is_dereferenced_by): Also handle
16114         CALL_EXPRs.
16115         (maybe_create_global_var): Do not create .GLOBAL_VAR if there
16116         are no call-clobbered variables.
16117         * tree-outof-ssa.c (check_replaceable): Return false for calls
16118         with side-effects.
16119
16120 2005-01-26  Ulrich Weigand  <uweigand@de.ibm.com>
16121
16122         * dbxout.c (dbxout_symbol_location): Resolve constant pool references
16123         even for variables with NULL DECL_INITIAL.
16124
16125 2005-01-26  Stuart Hastings  <stuart@apple.com>
16126
16127         * gimplify.c (shortcut_cond_expr): Re-compute side-effects.
16128
16129 2005-01-26  Richard Henderson  <rth@redhat.com>
16130
16131         PR middle-end/18008
16132         * c-decl.c (finish_struct): Set DECL_MODE after resetting a
16133         field's type.
16134         * expr.c (store_field): Strip conversions to odd-bit-sized types
16135         if the destination field width matches.
16136
16137 2005-01-26  Richard Henderson  <rth@redhat.com>
16138
16139         * c-decl.c, expmed.c, expr.c: Revert last change.
16140
16141 2005-01-26  Richard Henderson  <rth@redhat.com>
16142
16143         PR middle-end/18008
16144         * c-decl.c (finish_struct): Set DECL_MODE after resetting a
16145         field's type.
16146         * expmed.c (store_fixed_bit_field): Create a paradoxical subreg
16147         if we don't need the bits above those present in the current mode.
16148         * expr.c (store_field): Strip conversions to odd-bit-sized types
16149         if the destination field width matches.
16150
16151 2005-01-26  Richard Sandiford  <rsandifo@redhat.com>
16152
16153         * config/mips/iris6.h (ENDFILE_SPEC): Don't link in irix-csr.o if
16154         either -ffast-math or -funsafe-math-optimizations is in use.
16155
16156 2005-01-26  Marek Michalkiewicz  <marekm@amelek.gda.pl>
16157
16158         PR target/19293
16159         PR target/19329
16160         * config/avr/avr.c (notice_update_cc): Only set condition code for
16161         ashrqi3 if shift count > 0.
16162         (out_shift_with_cnt): Handle shift count <= 0 as a no-op.
16163         (ashlqi3_out, ashlhi3_out, ashlsi3_out, ashrqi3_out, ashrhi3_out,
16164         ashrsi3_out, lshrqi3_out, lshrhi3_out, lshrsi3_out): Handle shift
16165         count <= 0 as a no-op, and shift count >= width by copying zero
16166         or sign bit to all bits of the result.
16167         * config/avr/avr.md (all shifts): Add alternatives for zero shift
16168         count, with attribute "length" set to 0 and "cc" set to "none".
16169
16170 2005-01-26  Aldy Hernandez  <aldyh@redhat.com>
16171
16172         * doc/invoke.texi: Document -mTLS.
16173
16174         * testsuite/gcc.target/frv/all-tls-global-dynamic.c: New.
16175         * testsuite/gcc.target/frv/all-tls-initial-exec.c: New.
16176         * testsuite/gcc.target/frv/all-tls-initial-exec-pic.c: New.
16177         * testsuite/gcc.target/frv/all-tls-local-dynamic.c: New.
16178         * testsuite/gcc.target/frv/all-tls-local-dynamic-plt.c: New.
16179         * testsuite/gcc.target/frv/all-tls-local-dynamic-plt-pic.c: New.
16180         * testsuite/gcc.target/frv/all-tls-local-exec.c: New.
16181         * testsuite/gcc.target/frv/all-tls-local-exec-TLS.c: New.
16182
16183         * configure.ac: Check for a TLS capable gas.
16184
16185         * configure: Regenerate.
16186
16187 2005-01-26  Richard Henderson  <rth@redhat.com>
16188
16189         PR middle-end/18008
16190         * combine.c (make_field_assignment): Simplify store to zero_extract
16191         from a source with an overlapping mask.
16192
16193 2005-01-26  Aldy Hernandez  <aldyh@redhat.com>
16194
16195         2004-11-11  Eric Christopher  <echristo@redhat.com>
16196
16197         * config/frv/frv.md: Add fr400_integer automaton. Don't
16198         allow TYPE_MUL, TYPE_MACC, or TYPE_CUT to issue in parallel
16199         to TYPE_MACC.
16200
16201 2005-01-26  Steven Bosscher  <stevenb@suse.de>
16202
16203         PR middle-end/16585
16204         * cfgbuild.c (make_edges): Do not clear or set
16205         current_function_has_computed_jump.
16206         * function.h (struct function): Remove the has_computed_jump field.
16207         (current_function_has_computed_jump): Do not define.
16208         * sched-rgn.c (is_cfg_nonregular): Return true if a basic block ends
16209         in a computed jump.  Ignore current_function_has_computed_jump.
16210
16211 2005-01-26  Richard Henderson  <rth@redhat.com>
16212
16213         PR middle-end/19515
16214         * expr.c (categorize_ctor_elements): New argument p_must_clear.
16215         (categorize_ctor_elements_1): Likewise.  Detect a union that isn't
16216         fully initialized.
16217         (mostly_zeros_p): Update for new categorize_ctor_elements argument.
16218         * gimplify.c (gimplify_init_constructor): Likewise.  Only shove
16219         objects into static storage if they have more than one non-zero value.
16220         * tree.h (categorize_ctor_elements): Update decl.
16221
16222 2005-01-26  Steven Bosscher  <stevenb@suse.de>
16223
16224         PR middle-end/19616
16225         * tree.h (CALL_EXPR_TAILCALL): Add comment.
16226         * calls.c (check_sibcall_argument_overlap_1): Revert the change
16227         to this function from 2004-07-10.
16228         * tree-tailcall.c (suitable_for_tail_opt_p): Do not consider the
16229         the current function for tail call optimizations if the address
16230         of one of it its arguments is taken.
16231
16232 2005-01-26  Kazu Hirata  <kazu@cs.umass.edu>
16233
16234         * cse.c (fold_rtx): Call equiv_constant only when necessary.
16235
16236 2005-01-26  Bernd Schmidt  <bernd.schmidt@analog.com>
16237
16238         * function.c (expand_function_end): If current_function_calls_alloca,
16239         emit stack restore in a place that is reached when the function falls
16240         through at the end.
16241
16242 2005-01-26  Alexandre Oliva  <aoliva@redhat.com>
16243
16244         * Makefile.in (../$(build_subdir)/fixincludes/fixincl): Add dummy
16245         rule to avoid matching inappropriate suffix rule.
16246
16247 2005-01-26  Jan Hubicka  <jh@suse.cz>
16248
16249         PR tree-optimization/19241
16250         * tree-inline.c (copy_body_r): Do not walk subtrees after substituting.
16251
16252 2005-01-26  Hans-Peter Nilsson  <hp@axis.com>
16253
16254         * config/cris/cris.h (LIB_SPEC) <sim*>: Use -lsyslinux, not
16255         -lsyssim.  Wrap -lc -lsyssim in --start-group --end-group instead
16256         of doubling.
16257         (STARTFILE_SPEC): Add crti.o, before crtbegin.o.
16258         <sim*>: Always use crt1.o, regardless of N in simN.
16259         <!sim>: Drop support for -pg and -p variants; always use crt0.o.
16260         (ENDFILE_SPEC): Add crtn.o, after crtend.o.
16261         (CRT_CALL_STATIC_FUNCTION): Remove.
16262         * config/cris/aout.h (STARTFILE_SPEC): <!melinux && sim*>: Always
16263         use crt1.o, regardless of N in simN.
16264         <!sim>: Drop support for -pg and -p variants; always use crt0.o.
16265         (LIB_SPEC): Do not define; default to the one in config/cris/cris.h.
16266         (CRIS_CPP_SUBTARGET_SPEC) <melinux && !nostdinc>: Remove special
16267         case isystem setting.
16268         (MAX_OFILE_ALIGNMENT): Correct to 32, not 16.
16269
16270 2005-01-25  Ian Lance Taylor  <ian@airs.com>
16271
16272         * gimple-low.c (block_may_fallthru): Correct handling of
16273         SWITCH_EXPR--may fall through if SWITCH_LABELS is NULL.
16274
16275 2005-01-26  Hans-Peter Nilsson  <hp@axis.com>
16276
16277         * config/cris/cris.h (CPP_SPEC): Adjust the various mtune=
16278         handlers to match indentation; nested under the mtune=* handler.
16279         Similar for mcpu= and march=.
16280
16281 2005-01-25  Daniel Jacobowitz  <dan@codesourcery.com>
16282
16283         * config/mips/linux.h (LIB_SPEC): Remove -rpath-link.
16284         * config/mips/linux64.h (LIB_SPEC): Likewise.
16285         * config/mn10300/linux.h (LIB_SPEC): Likewise.
16286         * config/sh/linux.h (LIB_SPEC): Likewise.
16287
16288 2005-01-25  Aldy Hernandez  <aldyh@redhat.com>
16289
16290         * config/frv/frv.c (frv_legitimize_tls_address): New.
16291         (TARGET_HAVE_TLS): Define.
16292         (FRV_SYMBOL_REF_TLS_P): Define.
16293         (frv_override_options): Handle new register classes.
16294         (frv_legitimate_address_p): Reject tls addresses.
16295         (frv_legitimize_address): Handle TLS addresses.
16296         (gen_inlined_tls_plt): New.
16297         (gen_tlsmoff): New.
16298         (frv_legitimize_tls_address): New.
16299         (unspec_got_name): Add TLS entries.
16300         (got12_operand): Add R_FRV_TLSMOFF12 case.
16301         (frv_emit_move): Fixup TLS addresses.
16302         (frv_emit_movsi): Legitimize TLS addresses.
16303
16304         * config/frv/frv.h (MASK_BIG_TLS): New.
16305         (TARGET_BIG_TLS): New.
16306         (HAVE_AS_TLS): Define.
16307         (TARGET_SWITCHES): Add -mTLS and -mtls options.
16308         (enum reg_class): Add GR8_REGS, GR9_REGS, GR89_REGS.
16309         (REG_CLASS_NAMES): Same.
16310         (REG_CLASS_CONTENTS): Same.
16311         (CONSTRAINT_LEN): New.
16312         (REG_CLASS_FROM_CONSTRAINT): New.
16313         (PREDICATE_CODES): Add symbolic_operand.
16314
16315         * config/frv/frv.md (define_constants): Add UNSPEC_GETTLSOFF,
16316         UNSPEC_TLS_LOAD_GOTTLSOFF12, UNSPEC_TLS_INDIRECT_CALL,
16317         UNSPEC_TLS_TLSDESC_LDD, UNSPEC_TLS_TLSDESC_LDD_AUX,
16318         UNSPEC_TLS_TLSOFF_LD, UNSPEC_TLS_LDDI, UNSPEC_TLSOFF_HILO,
16319         R_FRV_GOTTLSOFF_HI, R_FRV_GOTTLSOFF_LO, R_FRV_TLSMOFFHI,
16320         R_FRV_TLSMOFFLO, R_FRV_TLSMOFF12, R_FRV_TLSDESCHI,
16321         R_FRV_TLSDESCLO, R_FRV_GOTTLSDESCHI, R_FRV_GOTTLSDESCLO, GR8_REG,
16322         GR9_REG, GR14_REG, LRREG.
16323         (type): Add load_or_call attribute.
16324         ("load_or_call"): New reservation.
16325         ("call_gettlsoff"): New.
16326         ("tls_indirect_call"): New.
16327         ("tls_load_gottlsoff12"): New.
16328         ("tlsoff_hilo"): New.
16329         ("tls_tlsdesc_ldd"): New.
16330         ("tls_tlsoff_ld"): New.
16331         ("tls_lddi"): New.
16332
16333         * config/frv/frv-protos.h (symbolic_operand): Protoize.
16334
16335         2005-01-25  Alexandre Oliva  <aoliva@redhat.com>
16336
16337         * config/frv/frv.h (ASM_OUTPUT_DWARF_DTPREL): Define.
16338         * config/frv/frv-protos.h (frv_output_dwarf_dtprel): Declare.
16339         * config/frv/frv.c (TLS_BIAS): Define.
16340         (frv_output_dwarf_dtprel): New.
16341
16342 2005-01-26  Jakub Jelinek  <jakub@redhat.com>
16343
16344         PR rtl-optimization/19579
16345         * ifcvt.c (noce_try_cmove_arith): If emitting instructions to set up
16346         both A and B, see if they don't clobber registers the other expr uses.
16347
16348 2005-01-25  J"orn Rennecke <joern.rennecke@st.com>
16349
16350         * real.c (do_add): Initialize signalling and canonical members.
16351
16352         * real.c (real_from_integer): Zero out destination.
16353
16354 2005-01-18  Jan Hubicka  <jh@suse.cz>
16355
16356         PR tree-optimize/19337
16357         * tree-inline.c (initialize_inlined_parameters): Copy
16358         saved_static_chain_decl only.
16359
16360 2005-01-25  Richard Henderson  <rth@redhat.com>
16361
16362         PR target/19556
16363         PR target/19584
16364         * config/i386/i386.c (x86_inter_unit_moves): Zero.
16365         (ix86_preferred_reload_class): Rewrite fp-constant section, with
16366         80387 enabled, to return a proper subclass.  Return the subset that
16367         overlaps with GENERAL_REGS for PLUS.
16368         * config/i386/i386.md (movsi_1, movdi_2): Set type to "mmx" for pxor.
16369
16370 2005-01-25  Richard Henderson  <rth@redhat.com>
16371
16372         PR middle-end/19609
16373         * tree-complex.c (expand_complex_div_wide): Use the correct formulae.
16374
16375 2005-01-25  Roger Sayle  <roger@eyesopen.com>
16376
16377         * expmed.c (choose_multiplier): Change interface to return the
16378         multiplier lowpart as an rtx instead of an unsigned HOST_WIDE_INT.
16379         (expand_divmod): Update calls to choose_multiplier.
16380
16381 2005-01-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16382
16383         PR middle-end/19330
16384         * expmed.c (extract_bit_field): Use adjust_address instead of
16385         gen_lowpart when op0 is a MEM.
16386
16387 2005-01-24  Steven Bosscher  <stevenb@suse.de>
16388
16389         * cfgexpand.c (expand_gimple_tailcall): Fix typo.
16390
16391 2005-01-24  Richard Sandiford  <rsandifo@redhat.com>
16392
16393         * config/mips/irix-csr.c: New file.
16394         * config/mips/t-iris6 (irix-csr.o): New rule to build it.
16395         (EXTRA_MULTILIB_PARTS): Add irix-csr.o.
16396         * config/mips/iris6.h (ENDFILE_SPEC): Include it in n32 and n64
16397         executables.
16398
16399 2005-01-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
16400
16401         PR bootstrap/19364
16402         * config.gcc (sparc-*-elf*): Remove sol2.h, sparc/sol2.h and
16403         sparc/elf.h, add sparc/sp-elf.h.
16404         (sparc-*-rtems*): Likewise.
16405         (sparclite-*-elf*): Remove sol2.h, sparc/sol2.h, sparc/elf.h and
16406         tm-dwarf2.h, add sparc/sp-elf.h.
16407         (sparc86x-*-elf): Likewise.
16408         (sparc64-*-elf*): Remove sol2.h, sparc/sol2.h and tm-dwarf2.h.
16409         * config/sparc/liteelf.h (TARGET_SUB_OS_CPP_BUILTINS): Rename into
16410         TARGET_OS_CPP_BUILTINS.
16411         * config/sparc/sp86x-elf (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
16412         * config/sparc/rtemself.h (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
16413         Undefine it.
16414         * config/sparc/openbsd64.h (NO_IMPLICIT_EXTERN_C): Undefine.
16415         * config/sparc/sp64-elf.h (NO_IMPLICIT_EXTERN_C): New macro.
16416         (SWITCH_TAKES_ARG): Likewise.
16417         (LOCAL_LABEL_PREFIX): Likewise.
16418         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
16419         (TARGET_N_FORMAT_TYPES): Delete.
16420         (TARGET_FORMAT_TYPES): Likewise.
16421         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
16422         * config/sparc/elf.h: Delete.
16423         * config/sparc/sp-elf.h: New file.
16424
16425 2005-01-24  Kazu Hirata  <kazu@cs.umass.edu>
16426
16427         * tree-flow-inline.h (phi_arg_from_edge): Remove.
16428         * tree-flow.h: Remove the corresponding prototype.
16429         * tree-ssa-operands.h, tree-ssa-threadupdate.c, tree-ssa.c,
16430         tree-vectorizer.c: Use dest_idx instead of phi_arg_from_edge.
16431
16432 2005-01-24  Jakub Jelinek  <jakub@redhat.com>
16433
16434         PR target/17751
16435         * config/rs6000/rs6000.c (rs6000_file_start): Create toc section
16436         for AIX ABI or ELF -fPIC.
16437         (rs6000_emit_load_toc_table): Don't create toc_section here.
16438         (rs6000_xcoff_file_start): Nor here.
16439
16440 2005-01-24  J"orn Rennecke <joern.rennecke@st.com>
16441
16442         * sh.c (ra.h): Don't #include.
16443         (hard_regs_intersect_p): New function, resurrected from ra.c.
16444
16445         * sh.c: Fix 1996 Copyright.
16446
16447 2005-01-24  Richard Henderson  <rth@redhat.com>
16448             Aldy Hernandez  <aldyh@redhat.com>
16449
16450         * regrename.c (note_sets): Handle subregs.
16451
16452 2005-01-24  Joseph S. Myers  <joseph@codesourcery.com>
16453
16454         PR bootstrap/18058
16455         * genconditions.c (write_header, write_conditions): Elide file if
16456         not GCC >= 3.0.1.
16457
16458 2005-01-24  Kazu Hirata  <kazu@cs.umass.edu>
16459
16460         * c-opts.c, expmed.c, gengtype.c, tree-complex.c,
16461         config/arm/iwmmxt.md, config/avr/avr.c, config/s390/s390.h:
16462         Update copyright.
16463
16464 2005-01-24  Jakub Jelinek  <jakub@redhat.com>
16465
16466         * builtins.c (get_pointer_alignment, gimplify_va_arg_expr,
16467         expand_builtin_printf, expand_builtin_fprintf,
16468         expand_builtin_sprintf): Use POINTER_TYPE_P instead TREE_CODE
16469         checking against POINTER_TYPE.
16470         (validate_arglist): Handle POINTER_TYPE code by checking
16471         POINTER_TYPE_P.
16472
16473 2005-01-24  Paolo Bonzini  <bonzini@gnu.org>
16474
16475         * rtlanal.c (non_rtx_starting_operands, for_each_rtx_1,
16476         init_rtlanal): New.
16477         (for_each_rtx): Call for_each_rtx_1.
16478         * rtl.h (init_rtlanal): Declare.
16479         * toplev.c (backend_init): Call init_rtlanal.
16480
16481 2005-01-24  Jakub Jelinek  <jakub@redhat.com>
16482
16483         * flow.c (propagate_one_insn): Formatting.
16484
16485         PR middle-end/19551
16486         * flow.c (libcall_dead_p): Be more conservative if unsure.
16487         If there are any instructions between insn and call, see if they are
16488         all dead before saying the libcall is dead.
16489
16490 2005-01-24  Uros Bizjak  <uros@kss-loka.si>
16491
16492         * config/i386/i386.md (*extendsfdf2_sse): Use "nonimmediate_operand"
16493         operand constraint for operand 0.
16494
16495 2005-01-23  Richard Henderson  <rth@redhat.com>
16496
16497         PR 19486
16498         * tree-complex.c (expand_complex_div_wide): Set EDGE_FALLTHRU on
16499         edges leading to join block.
16500
16501 2005-01-23  Roger Sayle  <roger@eyesopen.com>
16502
16503         * expmed.c (expand_mult_highpart): Make static.  Change type of
16504         constant multiplier argument from unsigned HOST_WIDE_INT to rtx.
16505         (expand_divmod): Updates calls to expand_mult_highpart by using
16506         gen_int_mode to pass a CONST_INT rtx.
16507         * rtl.h (expand_mult_highpart): Remove prototype.
16508
16509 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
16510
16511         * flow.c (regset_bytes, regset_size): Remove.
16512
16513         * cfganal.c: Fix a reference to Harvey's paper.
16514
16515 2005-01-23  Steven Bosscher  <stevenb@suse.de>
16516
16517         PR rtl-optimization/19464
16518         * tree-optimize.c (init_tree_optimization_passes): Add one more
16519         copyrename pass just before out-of-ssa.
16520
16521 2005-01-23  Joseph S. Myers  <joseph@codesourcery.com>
16522
16523         PR bootstrap/18058
16524         * recog.c (recog_memoized): Don't define if GENERATOR_FILE.
16525         * ggc-none.c (ggc_free): Define.
16526
16527 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
16528
16529         * cse.c (max_reg, max_insn_uid): Remove.
16530         (cse_main): Don't access max_reg or max_insn_uid.
16531
16532         * c-common.c (explicit_flag_signed_bitfields,
16533         lang_statement_code_p, lang_expand_function_end): Remove.
16534         * c-common.h: Remove the corresponding declarations.
16535         * c-opts.c (c_common_handle_option): Remove all write access
16536         to explicit_flag_signed_bitfields.
16537
16538         * cgraph.c (cgraph_varpool_n_nodes): Remove.
16539         (cgraph_varpool_node): Don't access cgraph_varpool_n_nodes.
16540         * cgraph.h: Remove the corresponding declaration.
16541
16542         * gcse.c (null_pointer_info): Remove.
16543
16544 2005-01-23  Roger Sayle  <roger@eyesopen.com>
16545             Eric Botcazou  <ebotcazou@libertysurf.fr>
16546
16547         * combine.c (simplify_logical): Only simplify logical expressions
16548         of the form ior(and(x,y),z) by the inverse distributive law if the
16549         result is cheaper than the original.
16550
16551 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
16552
16553         * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c,
16554         fold-const.c, gimplify.c, params.h, tree-data-ref.c,
16555         tree-if-conv.c, tree-nested.c, tree-outof-ssa.c,
16556         tree-ssa-dom.c, tree-vectorizer.c, tree.def, config/darwin.c,
16557         config/freebsd-spec.h, config/arm/arm.h,
16558         config/h8300/h8300.md, config/i386/i386.md,
16559         config/i386/predicates.md, config/i386/sse.md,
16560         config/ia64/ia64.c, config/ip2k/ip2k.c, config/s390/s390.c,
16561         config/vax/vax.md: Fix comment typos.  Follow spelling
16562         conventions.
16563
16564 2005-01-23  Steven Bosscher  <stevenb@suse.de>
16565
16566         * gengtype.c (walk_type): Produce `not equal to' compares for loop
16567         tests, instead of `less than'.
16568
16569 2005-01-23  Richard Sandiford  <rsandifo@redhat.com>
16570
16571         * function.c (assign_parm_setup_block): When creating a new stack slot
16572         for a parameter, get its alignment from the parameter's DECL_ALIGN
16573         rather than the type's TYPE_ALIGN.  Make sure that the parameter
16574         is at least word aligned.
16575
16576 2005-01-22  Roger Sayle  <roger@eyesopen.com>
16577
16578         PR middle-end/19378
16579         * config/avr/avr.c (avr_hard_regno_mode_ok): Rewrite.
16580
16581 2005-01-22  Richard Henderson  <rth@redhat.com>
16582
16583         PR target/19506
16584         * config/i386/i386.md (movsfcc_1_sse_max): Use nonimmediate_operand
16585         in both compare operands.
16586         (movdfcc_1_sse_max): Likewise.
16587         (movsfcc_1_sse): Likewise.  Add earlyclobber for scratch.
16588         (movdfcc_1_sse): Likewise.
16589         * config/i386/i386.c (ix86_split_sse_movcc): Emit copies into the
16590         scratch register as needed.
16591
16592 2005-01-22  Richard Henderson  <rth@redhat.com>
16593
16594         * config/i386/i386.md (smaxsf3): Fix mnemonic typo.
16595
16596         * config/i386/i386.c (ix86_prepare_fp_compare_args): Fix is_sse test.
16597
16598 2005-01-22  Richard Henderson  <rth@redhat.com>
16599
16600         * genopinit.c (optabs): Use smin/smax for floating point too.
16601         * doc/md.texi: Update to match.  Clarify that floating point
16602         results are undefined for +0/-0 and NaN.
16603         * doc/rtl.texi: Likewise.
16604         * rtl.def (SMIN, SMAX): Likewise
16605         * tree.def (MIN_EXPR, MAX_EXPR): Likewise.
16606
16607         * config/alpha/alpha.md (smaxdf3, smindf3, smaxsf3, sminsf3): Add
16608         leading 's' to the name.
16609         * config/ia64/ia64.md (smaxsf3, sminsf3, smaxdf3, smindf3,
16610         smaxxf3, sminxf3): Likewise.
16611         * config/rs6000/rs6000.md (smaxdf3, smindf3, smaxsf3, sminsf3):
16612         Likewise.
16613
16614 2005-01-22  Paul Brook  <paul@codesourcery.com>
16615
16616         * config/arm/arm.md: Use "Uy" constraint for wcgr load/stores.
16617
16618 2005-01-21  Mark Dettinger  <dettinge@de.ibm.com>
16619
16620         * config/s390/s390.c (struct processor_costs): New fields
16621         dlgr, dlr, dr, dsgfr, dsgr.
16622         (z900_cost, z990_cost): Values for new fields.
16623         (s390_rtx_costs): New cases MEM und COMPARE in switch
16624         statement. Modified handling of SIGN_EXTEND, ZERO_EXTEND,
16625         DIV, MOD, UDIV, UMOD.
16626
16627 2005-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
16628
16629         * config/s390/s390.md ("doloop_si64"): Reload input value directly
16630         into the register being decremented.
16631         ("doloop_si31", "doloop_di"): Likewise.
16632         ("*doloop_si_long"): Adapt pattern.
16633
16634 2005-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
16635
16636         * config/s390/s390.h (HARD_REGNO_NREGS): Fix computation for
16637         access registers.
16638         (CLASS_MAX_NREGS): Likewise.
16639
16640 2005-01-21  Daniel Berlin  <dberlin@dberlin.org>
16641
16642         * doc/tree-ssa.texi (Statement Operands): Add example for new
16643         must-def macro. Note deprecation of old operands interface.
16644
16645 2005-01-22  Richard Sandiford  <rsandifo@redhat.com>
16646
16647         PR tree-optimization/19484
16648         * tree-cfg.c (remove_fallthru_edge): New function.
16649         (cleanup_control_flow): Remove fallthru edges from calls that are
16650         now known not to return.
16651
16652 2005-01-20  Daniel Berlin  <dberlin@dberlin.org>
16653
16654         Fix PR tree-optimization/19038
16655         * tree-ssa-dom.c (cprop_operand): Don't replace loop invaeriant
16656         copies with loop variant ones.
16657
16658 2005-01-22  Kazu Hirata  <kazu@cs.umass.edu>
16659
16660         * cfganal.c, real.h, reorg.c, timevar.def, tree-ssa-ccp.c,
16661         config/alpha/alpha-protos.h, config/alpha/alpha.h,
16662         config/alpha/alpha.md, config/alpha/predicates.md,
16663         config/sparc/freebsd.h, config/sparc/netbsd-elf.h,
16664         config/sparc/sol2.h: Update copyright.
16665
16666         * tree-cfg.c (remove_forwarder_block_with_phi): Look at the
16667         first label to see if it is a nonlocal label.
16668
16669 2005-01-22  David Edelsohn  <edelsohn@gnu.org>
16670             Andrew Pinski  <pinskia@physics.uc.edu>
16671
16672         PR target/19491
16673         * config/rs6000/rs6000.c (rs6000_va_start): Saturate n_gpr at
16674         maximum number of GPRs.  Saturate n_fpr at maximum number of FPRs.
16675
16676 2005-01-22  Ralf Corsepius  <ralf.corsepius@rtems.org>
16677
16678         * config/rs6000/rtems.h: Update copyright.
16679
16680 2005-01-22  Ralf Corsepius  <ralf.corsepius@rtems.org>
16681
16682         PR target/19548
16683         * config/rs6000/rtems.h: Resurrect cpp_os_rtems_spec from gcc < 3.4.
16684         (CPP_OS_RTEMS_SPEC): New (From gcc-3.3's config/rs6000/sys4.h).
16685         (SUBSUBTARGET_EXTRA_SPECS): Use CPP_OS_RTEMS_SPEC.
16686
16687 2005-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
16688
16689         PR c/18809
16690         * c-typeck.c (convert_arguments): Check for error_mark_node.
16691
16692 2005-01-21  Ian Lance Taylor  <ian@airs.com>
16693
16694         PR tree-optimization/13000
16695         * tree-inline.c: Include "tree-flow.h".
16696         (expand_call_inline): If warn_return_type, warn if non-void inline
16697         function falls through.
16698         * tree-cfg.c (execute_warn_function_return): Don't warn about
16699         control reaching end if TREE_NO_WARNING is set.  Set
16700         TREE_NO_WARNING.
16701         * gimple-low.c (block_may_fallthru): Don't assume that SWITCH_EXPR
16702         has been lowered.
16703         * gimplify.c (shortcut_cond_expr): Don't emit a jump over the else
16704         branch if we don't need one.
16705         * c-typeck.c: Include "tree-flow.h"
16706         (c_finish_bc_stmt): Don't add a goto if the current statement
16707         list doesn't fall through to the current point.
16708
16709 2005-01-21  Roger Sayle  <roger@eyesopen.com>
16710
16711         PR rtl-optimization/576
16712         * real.c (real_arithmetic): Change return type from void to bool
16713         to return an indication that the result may be inexact.
16714         * real.h (real_arithmeric): Update prototype.
16715         * fold-const.c (const_binop):  Don't constant fold floating
16716         point expressions when the user specifies -frounding-math and
16717         the result may depend upon the run-time rounding mode.
16718         (fold_convert_const_real_from_real): Clean-up.
16719         (fold_initializer): Ignore flag_rounding_math for initializers.
16720         * simplify-rtx.c (simplify_binary_operation): Likewise, don't
16721         constant fold FP operations with flag_rounding_math if the
16722         result may depend upon the run-time rounding mode.
16723
16724 2005-01-21  Tom Tromey  <tromey@redhat.com>
16725
16726         * c-cppbuiltin.c (define__GNUC__): Correct assertion.
16727
16728 2005-01-21  Kazu Hirata  <kazu@cs.umass.edu>
16729
16730         * tree-cfg.c: Fix comment typos.
16731
16732 2005-01-21  J"orn Rennecke <joern.rennecke@st.com>
16733
16734         * passes.c (rest_of_handle_flow2): Close / open the flow2 dump file
16735         around the call to rest_of_handle_branch_target_load_optimize.
16736
16737 2005-01-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
16738
16739         * config.gcc (sparc-*-netbsdelf*): Include dbxelf.h
16740         (sparc64-*-openbsd*): Likewise.
16741         (sparclite-*-elf*): Include tm-dwarf2.h.
16742         (sparc86x-*-elf*): Likewise.
16743         (sparc64-*-elf*): Likewise.
16744         * config/sparc/linux64.h (DWARF2_DEBUGGING_INFO): Delete.
16745         (DBX_DEBUGGING_INFO): Likewise.
16746         * config/sparc/liteelf.h (DWARF2_DEBUGGING_INFO): Likewise.
16747         (PREFERRED_DEBUGGING_TYPE): Likewise.
16748         * config/sparc/netbsd-elf.h (PREFERRED_DEBUGGING_TYPE): Likewise.
16749         * config/sparc/sp64-elf.h (DBX_DEBUGGING_INFO): Likewise.
16750         (PREFERRED_DEBUGGING_TYPE): Likewise.
16751         * config/sparc/sp86x-elf.h (DWARF2_DEBUGGING_INFO): Likewise.
16752         (PREFERRED_DEBUGGING_TYPE): Likewise.
16753         * config/sparc/sparc.h (DBX_DEBUGGING_INFO): Likewise.
16754
16755 2005-01-21  Hans-Peter Nilsson  <hp@bitrange.com>
16756
16757         PR target/18701
16758         * combine.c (combine_simplify_rtx): Revert change of 2004-12-31.
16759
16760 2005-01-20  Paul Brook  <paul@codesourcery.com>
16761
16762         * doc/rtl.texi: Document value extension requirements for CONST_INT.
16763
16764 2005-01-20  Kazu Hirata  <kazu@cs.umass.edu>
16765
16766         * tree-cfg.c (tree_verify_flow_info): Check that a nonlocal
16767         label is first in a sequence of labels.
16768
16769         * tree-cfg.c (tree_verify_flow_info): Fix a typo.
16770
16771 2005-01-20  Janis Johnson  <janis187@us.ibm.com>
16772             Giovanni Bajo  <giovannibajo@gcc.gnu.org>
16773
16774         * doc/sourcebuild.texi (Test Directives): New.
16775
16776 2005-01-20  Roger Sayle  <roger@eyesopen.com>
16777
16778         * real.c (real_floor): Don't leave the result uninitialized when
16779         mode is VOIDMode, but return the unrounded intermediate value.
16780         (real_ceil): Likewise.
16781
16782 2005-01-20  Paul Brook  <paul@codesourcery.com>
16783
16784         * config/arm/arm.md (insv): Use gen_int_mode.
16785
16786 2005-01-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
16787
16788         * config/sparc/freebsd.h (ASM_OUTPUT_INTERNAL_LABELREF): Delete.
16789         * config/sparc/linux.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
16790         * config/sparc/linux64.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
16791         * config/sparc/netbsd-elf.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
16792         * config/sparc/sol2.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
16793
16794 2005-01-20  Daniel Berlin  <dberlin@dberlin.org>
16795
16796         Fix PR debug/19124
16797         * dwarf2out.c (concat_loc_descriptor): We don't know we can use
16798         fbreg, so we have to assume we can't.
16799         (loc_descriptor_from_tree_1): Ditto.
16800         (containing_function_has_frame_base): New function.
16801         (add_location_or_const_value_attribute): Use it.
16802         Also try to generate a frame_base from a single element location
16803         list.
16804
16805 2005-01-20  Kazu Hirata  <kazu@cs.umass.edu>
16806
16807         PR tree-optimization/15349
16808         * timevar.def (TV_TREE_MERGE_PHI): New.
16809         * tree-cfg.c (tree_forwarder_block_p): Add a new argument
16810         PHI_WANTED.
16811         (remove_forwarder_block, cleanup_forwarder_blocks): Adjust the
16812         calls to tree_forwarder_block_p.
16813         (remove_forwarder_block_with_phi, merge_phi_nodes,
16814         gate_merge_phi, pass_merge_phi): New.
16815         * tree-optimize.c (init_tree_optimization_passes): Add
16816         pass_merge_phi.
16817         * tree-pass.h: Add an extern for pass_merge_phi;
16818
16819 2005-01-20  Richard Henderson  <rth@redhat.com>
16820
16821         PR target/19418
16822         * config/i386/emmintrin.h (_mm_castpd_ps, _mm_castpd_si128): New.
16823         (_mm_castps_pd, _mm_castps_si128): New.
16824         (_mm_castsi128_ps, _mm_castsi128_pd): New.
16825
16826 2005-01-20  Richard Henderson  <rth@redhat.com>
16827
16828         PR target/19530
16829         * config/i386/mmintrin.h (_mm_cvtsi32_si64): Use
16830         __builtin_ia32_vec_init_v2si.
16831         (_mm_cvtsi64_si32): Use __builtin_ia32_vec_ext_v2si.
16832         * config/i386/i386.c (IX86_BUILTIN_VEC_EXT_V2SI): New.
16833         (ix86_init_mmx_sse_builtins): Create it.
16834         (ix86_expand_builtin): Expand it.
16835         (ix86_expand_vector_set): Handle V2SFmode and V2SImode.
16836         * config/i386/mmx.md (vec_extractv2sf_0, vec_extractv2sf_1): New.
16837         (vec_extractv2si_0, vec_extractv2si_1): New.
16838
16839 2005-01-20  Richard Henderson  <rth@redhat.com>
16840
16841         PR target/16533
16842         * config/i386/i386.c (ix86_expand_push): New.
16843         * config/i386/mmx.md (push<MMXMODE>1): New.
16844         * config/i386/sse.md (push<SSEMODE>1): New.
16845         * config/i386/i386-protos.h: Update.
16846
16847 2005-01-20  Kazu Hirata  <kazu@cs.umass.edu>
16848
16849         * params.def, params.h, predict.c, tree-ssa-loop-im.c: Update
16850         copyright.
16851
16852 2005-01-20  Richard Henderson  <rth@redhat.com>
16853
16854         * rtl.def (CONST_VECTOR): Use RTX_CONST_OBJ.
16855         * rtl.h (CONSTANT_P): Don't special case CONST_VECTOR.
16856
16857 2005-01-19  Richard Henderson  <rth@redhat.com>
16858
16859         PR target/19350
16860         * config/i386/i386.c (ix86_expand_vector_move_misalign): Convert
16861         to V4SFmode in SSE1 fallback load path.
16862
16863 2005-01-19  Richard Henderson  <rth@redhat.com>
16864
16865         * config/i386/i386.c (ix86_expand_vector_init_one_var): Fix typo
16866         in QImode expansion to ix86_expand_vector_set.
16867         (ix86_expand_vector_init_general): Fix typo in V8HImode recursive call.
16868
16869 2005-01-19  Richard Henderson  <rth@redhat.com>
16870
16871         PR target/19511
16872         * config/i386/i386.c (ix86_preferred_reload_class): Return a proper
16873         subclass of the input class.
16874         (ix86_secondary_memory_needed): Always true for cross-MMX classes.
16875         Always true for cross-SSE1 classes.  Rationalize conditionals.
16876         * config/i386/i386.h (SSE_CLASS_P, MMX_CLASS_P): Use straight equality.
16877         * config/i386/i386.md (movsi_1): Add MMX/SSE zeros.  Fix alternatives
16878         for SSE1.  Don't check TARGET_INTER_UNIT_MOVES.
16879         (movdi_2): Add MMX/SSE zeros.
16880         (movdi_1_rex64): Likewise.  Don't check TARGET_INTER_UNIT_MOVES.
16881         (movsf_1): Don't check TARGET_INTER_UNIT_MOVES.
16882         (zero_extendsidi2_32, zero_extendsidi2_rex64): Likewise.
16883         (movsi_1_nointernunit, movdi_1_rex64_nointerunit): Remove.
16884         (movsf_1_nointerunit, zero_extendsidi2_32_1): Remove.
16885         (zero_extendsidi2_rex64_1): Remove.
16886         (MOV0 peephole): Check GENERAL_REG_P.
16887
16888 2005-01-19  Richard Henderson  <rth@redhat.com>
16889
16890         PR target/19427
16891         * config/i386/i386.c (ix86_expand_vector_set): Fix third and fourth
16892         shufps elements.
16893         (ix86_expand_vector_extract): Likewise.
16894
16895 2005-01-19  Richard Henderson  <rth@redhat.com>
16896
16897         PR middle-end/19304
16898         * expr.c (emit_move_change_mode): New argument force; use
16899         simplify_gen_subreg if true.
16900         (emit_move_via_alt_mode): Merge into ...
16901         (emit_move_via_integer): ... here.
16902         (emit_move_ccmode): Use emit_move_change_mode directly.
16903
16904 2005-01-19  Richard Henderson  <rth@redhat.com>
16905
16906         PR target/19518
16907         * config/alpha/alpha.c (alpha_rtx_costs): Handle HIGH.
16908         (alpha_preferred_reload_class): Handle CONST_VECTOR.
16909         (alpha_emit_set_const_1): Add no_output parameter; don't emit
16910         rtl if true.
16911         (alpha_emit_set_const): Likewise.  Make static.
16912         (alpha_emit_set_long_const): Make static.
16913         (alpha_extract_integer): Split out from alpha_expand_mov.
16914         (alpha_split_const_mov): Likewise.
16915         (alpha_expand_mov): Use them.  Handle CONST_VECTOR.
16916         (alpha_legitimate_constant_p): New.
16917         * config/alpha/alpha-protos.h: Update.
16918         * config/alpha/alpha.h (REGISTER_MOVE_COST): Correct fp<->gp cost.
16919         (LEGITIMATE_CONSTANT_P): Re-implement with a function.
16920         * config/alpha/alpha.md (movsi): Add n alternative.
16921         (movsi_nt_vms, movdi_er_nofix, movdi_er_fix, movdi_fix): Likewise.
16922         (mov<VEC>_fix, mov<VEC>_nofix): Add i alternative.
16923         (splitters for all of the above): Use alpha_split_const_mov.
16924         * config/alpha/predicates.md (non_add_const_operand): New.
16925         (non_zero_const_operand): New.
16926         (input_operand): Use alpha_legitimate_constant_p after reload.
16927
16928 2005-01-19  Zdenek Dvorak  <dvorakz@suse.cz>
16929
16930         PR tree-optimization/19038
16931         * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): New function.
16932         (add_candidate): Add ivs with increment in latch only if
16933         allow_ip_end_pos_p is true.
16934         (determine_iv_cost): Use empty_block_p.
16935
16936 2005-01-19  Daniel Berlin  <dberlin@dberlin.org>
16937
16938         * cfganal.c (compute_dominance_frontiers_1): Replace with new algorithm
16939         (compute_dominance_frontiers): Ditto.
16940
16941 2005-01-19  Ralf Corsepius  <ralf.corsepius@rtems.org>
16942
16943         PR target/19529
16944         * config/sh/t-rtems: New.
16945         * config.gcc (sh-*-rtems*): Reflect having added config/sh/t-rtems.
16946
16947 2005-01-19  Zdenek Dvorak  <dvorakz@suse.cz>
16948
16949         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Always subtract
16950         the offset of the selected field.
16951
16952 2005-01-19  Kazu Hirata  <kazu@cs.umass.edu>
16953
16954         * tree-cfg.c (remove_forwarder_block): Fix the check to
16955         prevent a nonlocal label from appearing in the middle of a
16956         basic block.
16957
16958 2005-01-19  Hans-Peter Nilsson  <hp@axis.com>
16959
16960         PR rtl-optimization/19462
16961         * reorg.c (find_end_label): Create return insn only if
16962         current_function_epilogue_delay_list is empty.
16963
16964 2005-01-19  Paolo Bonzini  <bonzini@gnu.org>
16965
16966         * doc/passes.texi: Remove paragraph mentioning new-ra.
16967
16968 2005-01-19  Jakub Jelinek  <jakub@redhat.com>
16969
16970         PR rtl-optimization/15139
16971         * combine.c: Include params.h.
16972         (count_rtxs): New function.
16973         (record_value_for_reg): If replace_rtx would replace at least
16974         2 occurrences of REG in VALUE and TEM is really large, replace REG with
16975         (clobber (const_int 0)) instead of TEM.
16976         * params.def (PARAM_MAX_LAST_VALUE_RTL): New.
16977         * params.h (MAX_LAST_VALUE_RTL): New.
16978         * Makefile.in (combine.o): Depend on $(PARAMS_H).
16979         * doc/invoke.texi (--param max-last-value-rtl=N): Document.
16980
16981         PR c/17297
16982         * c-typeck.c (digest_init): Only call build_vector if all constructor
16983         elements are *_CST nodes.
16984         * gimplify.c (gimplify_init_constructor): Likewise.
16985
16986         PR middle-end/19164
16987         * c-typeck.c (digest_init): Only call build_vector if inside_init
16988         is a CONSTRUCTOR.
16989
16990 2005-01-18  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
16991
16992         * toplev.c (init_asm_output): Remove dead #ifdef.
16993
16994 2005-01-18  Kaz Kojima  <kkojima@gcc.gnu.org>
16995
16996         * config/sh/linux.h (TARGET_C99_FUNCTIONS): Define.
16997
16998 2005-01-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
16999
17000         * calls.c (expand_call): Check DECL_BUILT_IN_CLASS before
17001         accessing DECL_FUNCTION_CODE.
17002         * dojump.c (do_jump): Likewise.
17003         * gimplify.c (gimplify_call_expr): Likewise.
17004         * predict.c (expr_expected_value): Likewise.
17005         (strip_builtin_expect): Likewise.
17006         * tree-inline.c (estimate_num_insns_1): Likewise.
17007         * tree-ssa-loop-im.c (stmt_cost): Likewise
17008         * fold-const.c (fold): Test for BUILT_IN_NORMAL.
17009         (tree_expr_nonnegative_p): Likewise.
17010
17011 2005-01-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
17012
17013         * config/sparc/sparc.c (load_pic_register): Emit the appropriate
17014         variant of the load_pcrel_sym pattern.
17015         * config/sparc/sparc.md (P macro): Move to the top.
17016         (load_pcrel_sym): Macroize using P.
17017         (save_register_window): Likewise.
17018
17019 2005-01-18  Aldy Hernandez  <aldyh@redhat.com>
17020
17021         * config/rs6000/rs6000.md ("sunordered"): Disable for e500.
17022         ("sordered"): Same.
17023
17024 2005-01-18  Andrew Pinski  <pinskia@physics.uc.edu>
17025
17026         PR C/19472
17027         * c-typeck.c (build_asm_expr): Strip nops off
17028         input memory operands.
17029
17030 2005-01-18  David Edelsohn  <edelsohn@gnu.org>
17031
17032         * config/rs6000/aix43.h (CPLUSPLUS_CPP_SPEC): Delete
17033         _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, _LARGE_FILE_API.
17034         * config/rs6000/aix51.h (CPLUSPLUS_CPP_SPEC): Same.
17035         * config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Same.
17036
17037 2005-01-18  Joel Sherrill <joel.sherrill@oarcorp.com>
17038
17039         PR target/19379
17040         * config/i386/i386.c (override_options): If the 80387 is disabled,
17041         then do not return FP values using FP registers.
17042
17043 2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>
17044
17045         * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,
17046         c-tree.h, cfgbuild.c, cgraph.c, cgraph.h, collect2.c,
17047         combine.c, config.gcc, coverage.h, cse.c, cselib.c,
17048         defaults.h, df.c, dwarf2asm.c, dwarf2out.c, explow.c, expr.c,
17049         flow.c, fold-const.c, gcse.c, ggc-page.c, gimple-low.c,
17050         gimplify.c, ifcvt.c, langhooks-def.h, lcm.c, optabs.h,
17051         output.h, postreload-gcse.c, postreload.c, recog.c,
17052         resource.c, rtl.def, rtlanal.c, sched-deps.c, sched-rgn.c,
17053         targhooks.h, toplev.c, tree-data-ref.c, tree-eh.c,
17054         tree-flow.h, tree-loop-linear.c, tree-mudflap.h, tree-nrv.c,
17055         tree-optimize.c, tree-outof-ssa.c, tree-pass.h,
17056         tree-scalar-evolution.c, tree-ssa-copy.c, tree-ssa-dce.c,
17057         tree-ssa-dse.c, tree-ssa-loop-ivopts.c, tree-ssa-operands.c,
17058         tree-ssa-pre.c, tree-ssa.c, tree-vectorizer.c, tree.def,
17059         unwind-dw2-fde-darwin.c, var-tracking.c: Update copyright.
17060
17061         * config/darwin.c, config/darwin.h, config/freebsd-spec.h,
17062         config/alpha/alpha.c, config/arm/vfp.md,
17063         config/i386/emmintrin.h, config/i386/i386-modes.def,
17064         config/i386/i386-protos.h, config/i386/i386.h,
17065         config/i386/pmmintrin.h, config/i386/ppro.md,
17066         config/i386/predicates.md, config/i386/xmmintrin.h,
17067         config/i860/i860.c, config/ia64/ia64-modes.def,
17068         config/ia64/ia64-protos.h, config/ia64/ia64.h,
17069         config/ia64/ia64.md, config/ia64/itanium1.md,
17070         config/ia64/itanium2.md, config/ia64/predicates.md,
17071         config/iq2000/iq2000.h, config/mips/linux64.h,
17072         config/rs6000/aix41.h, config/rs6000/aix43.h,
17073         config/rs6000/aix52.h, config/rs6000/darwin-fallback.c,
17074         config/rs6000/rs6000.c, config/rs6000/rs6000.h,
17075         config/rs6000/spe.md, config/sh/sh.md, config/sparc/linux.h,
17076         config/sparc/linux64.h, config/sparc/litecoff.h,
17077         config/sparc/sp64-elf.h, config/sparc/sparc.c,
17078         config/sparc/sparc.h, config/sparc/sparc.md,
17079         config/sparc/sysv4-only.h: Update copyright.
17080
17081 2005-01-18  Richard Henderson  <rth@redhat.com>
17082
17083         PR target/19496
17084         * config/i386/i386.c (ix86_expand_fp_movcc): Fail for LTGT and UNEQ.
17085
17086 2005-01-18  Marc Espie  <espie@openbsd.org>
17087         * config/i386/openbsdelf.h: Typo.
17088
17089 2005-01-18  Richard Henderson  <rth@redhat.com>
17090
17091         * config/i386/i386.c (ix86_expand_fp_movcc): Remove TARGET_IEEE_FP
17092         special case for sse.
17093         * config/i386/predicates.md (sse_comparison_operator): Likewise.
17094
17095 2005-01-18  Dorit Naishlos  <dorit@il.ibm.com>
17096
17097         * tree-inline.c (estimate_num_insns_1): Added cases for
17098         ALIGN_INDIRECT_REF, MISALIGNED_INDIRECT_REF, and REALIGN_LOAD_EXPR.
17099
17100 2005-01-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
17101
17102         PR rtl-optimization/19296
17103         * combine.c (simplify_comparison): Rewrite the condition under
17104         which a non-paradoxical SUBREG of a PLUS can be lifted when
17105         compared against a constant.
17106
17107 2005-01-18  Andi Kleen <ak@muc.de>
17108
17109         * c-typeck.c: (convert_for_assignment): Check warn_pointer_sign.
17110         * c.opt (-Wpointer-sign): Add.
17111         * doc/invoke.texi: (-Wpointer-sign): Add.
17112
17113 2005-01-18  Uros Bizjak  <uros@kss-loka.si>
17114
17115         * config/i386/i386.c (override_options): Revert 2004-11-24 change.
17116         * config/i386/i386.md (fmodsf3, dremsf3, *sinsf2, *cossf2, sincossf3,
17117         *tansf3_1, tansf2, atan2sf3_1, atan2sf3, atansf2, asinsf2, acossf2,
17118         logsf2, log10sf2, log2sf2, log1psf2, logbsf2, ilogbsf2, expsf2,
17119         exp10sf2, exp2sf2, expm1sf2, rintsf2, floorsf2, ceilsf2, btruncsf2,
17120         nearbyintsf2): Disable for TARGET_SSE_MATH.  Leave patterns enabled
17121         for TARGET_MIX_SSE_I387.
17122         (fmoddf3, dremdf3, *sindf2, *sinextendsfdf2, *cosdf2, *cosextendsfdf2,
17123         sincosdf3, *sincosextendsfdf3, *tandf3_1, tandf2, atan2df3_1,
17124         atan2df3, atandf2, asindf2, acosdf2, logdf2, log10df2, log2df2,
17125         log1pdf2, logbdf2, expdf2, exp10df2, exp2df2, expm1df2, rintdf2,
17126         floordf2, ceildf2, btruncdf2, nearbyintdf2): Disable for
17127         (TARGET_SSE2 && TARGET_SSE_MATH).  Leave patterns enabled for
17128         TARGET_MIX_SSE_I387.
17129         (atan2sf3, atan2df3, atan2xf3): Remove register constraints
17130         from expander.
17131
17132 2005-01-18  Uros Bizjak  <uros@kss-loka.si>
17133
17134         PR target/19424
17135         * config/i386/mmx.md (*movv2sf_internal_rex64, *movv2sf_internal):
17136         Add movaps alternative for xmm reg->reg move.
17137
17138 2005-01-17  Jeff Law  <law@redhat.com>
17139
17140         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Clear SSA_NAME_VALUE
17141         at the end of the main DOM loop rather than just before DOM exits.
17142
17143 2005-01-17  Diego Novillo  <dnovillo@redhat.com>
17144
17145         PR tree-optimization/19121
17146         * tree-ssa-alias.c (compute_flow_sensitive_aliasing): When
17147         adding aliases to a name tag, also add them to the pointer's
17148         type tag.
17149         * tree-ssa-copy.c (merge_alias_info): Do not merge flow
17150         sensitive alias info at all.  Only check that the two pointers
17151         have compatible pointed-to sets.
17152         * tree-ssa.c (verify_name_tags): Verify that the alias set of
17153         a pointer's type tag is a superset of the alias set of the
17154         pointer's name tag.
17155
17156 2005-01-17  James E Wilson  <wilson@specifixinc.com>
17157
17158         PR target/19357
17159         * config/ia64/ia64.md (movxf): Handle general register source.  Adjust
17160         comment to document why.
17161
17162 2005-01-17  Richard Henderson  <rth@redhat.com>
17163
17164         * config/i386/sse.md (smaxv4sf3_finite, sse_vmsmaxv4sf3_finite,
17165         sminv4sf3_finite, sse_vmsminv4sf3_finite, smaxv2df3_finite,
17166         sse2_vmsmaxv2df3_finite, sminv2df3_finite,
17167         sse2_vmsminv2df3_finite): New.
17168         (smaxv4sf3, sse_vmsmaxv4sf3, sminv4sf3, sse_vmsminv4sf3, smaxv2df3,
17169         sse2_vmsmaxv2df3, sminv2df3, sse2_vmsminv2df3): Remove commutative.
17170         Force op1 into register.
17171
17172 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
17173
17174         * Makefile.in (STAGEMOVESTUFF): Stage all the stamp files to prevent
17175         bubblestrap from always rebuilding build directory.
17176
17177 2005-01-17  Ulrich Weigand  <uweigand@de.ibm.com>
17178
17179         * config/s390/s390.md ("*clc"): Remove incorrect '='.
17180         ("*cmpmem_short"): Likewise.
17181
17182 2005-01-17  Steven Bosscher  <stevenb@suse.de>
17183
17184         * basic-block.h: Document BB_* flags.
17185         * regrename.c (copyprop_hardreg_forward): Don't use BB_VISITED,
17186         use an sbitmap instead.
17187         * sched-rgn.c (compute_trg_info): Likewise.
17188
17189 2005-01-17  Richard Sandiford  <rsandifo@redhat.com>
17190
17191         * config.gcc (mips64*-*-linux*): Set the default abi to n32.  Remove
17192         redundant target_cpu_default and extra_parts lines.  Use the default
17193         "from-abi" ISA.
17194         * config/mips/linux64.h (DRIVER_DEFAULT_ABI_SELF_SPEC): Delete.
17195         (SUBTARGET_EXTRA_SPECS): Delete.
17196         (DRIVER_SELF_SPECS): Remove architecture lines.  Set the ABI directly.
17197         (SUBTARGET_ASM_SPEC): Remove -mabi=n32 and -mabi=64 mappings.
17198         * config/mips/t-linux64 (MULTILIB_DIRNAMES): Use "32" for -mabi=32
17199         and "n32" for -mabi=n32.
17200
17201 2005-01-17  Ian Lance Taylor  <ian@airs.com>
17202
17203         PR c/5675
17204         * c-typeck.c (build_c_cast): Revert patch of 2003-02-16: don't
17205         fold constant variables into initial values.
17206
17207 2005-01-17  Kazu Hirata  <kazu@cs.umass.edu>
17208
17209         * tree-cfg.c (tree_can_merge_blocks_p): Reorder two checks.
17210
17211         * tree-cfg.c (tree_forwarder_block_p): Speed up by walking
17212         through the statements backward.
17213
17214 2005-01-17  Ian Lance Taylor  <ian@airs.com>
17215
17216         PR middle-end/13127:
17217         * tree-inline.c (expand_call_inline): Set TREE_NO_WARNING on
17218         a variable set to the return value of the inlined function.
17219
17220 2005-01-17  Mark Dettinger  <dettinge@de.ibm.com>
17221
17222         * rtlanal.c (rtx_cost): Assign cost of 0 to a SUBREG
17223         when modes are tieable.
17224
17225 2005-01-17  Ranjit Mathew  <rmathew@hotmail.com>
17226
17227         * gthr-posix.h (__gthread_active_p): Use pthread_cancel instead
17228         of pthread_create to find out if threads are enabled.
17229         * gthr-posix95.h (__gthread_active_p): Likewise.
17230
17231 2005-01-17  Paolo Bonzini  <bonzini@gnu.org>
17232
17233         * common.opt (-fnew-ra): Remove.
17234         * ra*.*: Remove.
17235         * toplev.h (flag_new_regalloc): Remove.
17236         * Makefile.in (ra*.*): Don't mention.
17237         * passes.c (rest_of_handle_new_regalloc): Remove.
17238         (rest_of_handle_combine, rest_of_compilation): Always consider
17239         flag_new_regalloc as false.
17240         * doc/invoke.texi: Don't document -fnew-ra.
17241
17242 2005-01-17  Paolo Bonzini <bonzini@gnu.org>
17243
17244         * bb-reorder.c (fix_edges_for_rarely_executed_code): Remove
17245         last parameter to reg_scan.
17246         * loop.c (loop_optimize): Likewise.
17247         * passes.c (rest_of_handle_tracer, rest_of_handle_if_conversion,
17248         rest_of_handle_web, rest_of_handle_cfg, rest_of_handle_jump_bypass,
17249         rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2,
17250         rest_of_handle_gcse, rest_of_handle_loop_optimize,
17251         rest_of_handle_loop2, rest_of_handle_jump2): Likewise.
17252         * regclass.c (reg_scan): Likewise, for the declaration.
17253         * rtl.h (reg_scan): Likewise, for the prototype.
17254
17255 2005-01-17  Kazu Hirata  <kazu@cs.umass.edu>
17256
17257         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Don't call
17258         mark_dfs_back_edges.
17259
17260 2005-01-16  Daniel Berlin  <dberlin@dberlin.org>
17261
17262         * tree-ssa-pre.c (add_to_sets): s1 may be NULL.
17263         (compute_avail): Uses don't go in tmp_gen.
17264
17265 2005-01-16  Steven Bosscher  <stevenb@suse.de>
17266
17267         * ggc-page.c (ggc_alloc_stat): Use __builtin_ctzl instead of a
17268         loop to look for a free slot in a page entry.
17269
17270 2005-01-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17271
17272         PR target/16304
17273         * defaults.h (TARGET_DEFERRED_OUTPUT_DEFS): Provide default.
17274         * toplev.c (compile_file): Call process_pending_assemble_output_defs
17275         just before targetm.asm_out.file_end.
17276         * tree.h (process_pending_assemble_output_defs): Declare.
17277         * varasm.c (assemble_output_def, process_pending_assemble_output_defs):
17278         New functions.
17279         (assemble_alias): Defer generation of assembly code for defines when
17280         TARGET_DEFERRED_OUTPUT_DEFS is true.
17281         * config/rs6000/aix41.h (TARGET_DEFERRED_OUTPUT_DEFS): Define.
17282         * config/rs6000/aix43.h (TARGET_DEFERRED_OUTPUT_DEFS): Define.
17283         * doc/tm.texi (TARGET_DEFERRED_OUTPUT_DEFS): document.
17284
17285 2005-01-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17286
17287         PR target/19336
17288         * pa.c (pa_scalar_mode_supported_p): New function.
17289         (TARGET_SCALAR_MODE_SUPPORTED_P): Define.
17290         * pa.h (MIN_UNITS_PER_WORD): Add comment.
17291
17292         * pa-protos.h (prefetch_operand): Delete.
17293         (prefetch_cc_operand, prefetch_nocc_operand): New declations.
17294         * pa.c (prefetch_operand): Delete.
17295         (prefetch_cc_operand, prefetch_nocc_operand): New functions.
17296         * pa.h (EXTRA_CONSTRAINT): Add `W' constraint.
17297         (PREDICATE_CODES): Delete prefetch_operand.  Add prefetch_cc_operand
17298         and prefetch_nocc_operand.
17299         * pa.md (prefetch): Rework to avoid reload problems handling short
17300         displacements when a cache control completer needs to be provided.
17301         (prefetch_32, prefetch_64): Delete.
17302         (prefetch_cc, prefetch_nocc): New patterns.
17303
17304 2005-01-15  David Edelsohn  <edelsohn@gnu.org>
17305
17306         * config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Revert previous change.
17307
17308 2005-01-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17309
17310         PR ada/19388
17311         * pa.c (pa_asm_output_aligned_common): Warn if specified alignment
17312         exceeds maximum alignment for global common data.
17313         * pa64-hpux.h (MAX_OFILE_ALIGNMENT): Define to 32768.
17314         * som.h (MAX_OFILE_ALIGNMENT): Likewise.
17315
17316 2004-01-15  Roger Sayle  <roger@eyesopen.com>
17317
17318         * tree-ssa-dom.c (extract_range_from_cond): Correct condition.
17319
17320 2004-01-15  Roger Sayle  <roger@eyesopen.com>
17321
17322         * harg-reg-set.h (reg_class_names): Prototype global array.
17323         * regclass.c (reg_class_names): Declare here and initialize to
17324         REG_CLASS_NAMES.
17325         (dump_regclass): Remove local declaration of reg_class_names.
17326         (regclass): Likewise.
17327         * cfg.c (dump_flow_info): Likewise.
17328         * ra-debug.c (reg_class_names): Likewise.
17329         * regrename.c (reg_class_names): Likewise.
17330         * reload.c (reg_class_names): Likewise.
17331         * reload1.c (spill_failure): Likewise.
17332         * config/m68hc11/m68hc11.c (reg_class_names): Likewise.
17333
17334 2005-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
17335
17336         * config/s390/s390.md ("reload_outti"): Remove predicate for
17337         output operand.  Abort if operand is not a MEM.
17338         ("reload_outdi", "reload_outdf"): Likewise.
17339
17340 2005-01-15  Marc Espie  <espie@openbsd.org>
17341
17342         * config.gcc (*-*-openbsd*): Set HAS_LIBC_R for OpenBSD <= 3.2.
17343         (i[34567]86-*-openbsd*): Switch to ELF for OpenBSD >= 3.4.
17344         * config/openbsd.h:  Fix C++ includes for native configurations.
17345         Add proper OS_CPP_BUILTINS.  Fix libspec for recent OpenBSD.
17346         Add trampoline support.
17347         * config/i386/openbsdelf.h: New.
17348
17349 2005-01-15  Marc Espie  <espie@openbsd.org>
17350
17351         * collect2.c (main): Explicitly parse -dynamic-linker option.
17352
17353 2005-01-15  Jakub Jelinek  <jakub@redhat.com>
17354
17355         PR tree-optimization/19060
17356         * tree-ssa-dom.c (extract_range_from_cond) <case LT_EXPR, GT_EXPR>:
17357         Return 0 if op1 <= TYPE_MIN_VALUE () resp. op1 >= TYPE_MAX_VALUE ().
17358         (simplify_cond_and_lookup_avail_expr): Add assert for dummy == 0
17359         and handle extract_range_from_cond returning false.
17360         * fold-const.c (fold): Optimize comparisons with min/max even for
17361         width > HOST_BITS_PER_WIDE_INT.
17362
17363 2005-01-15  Ralf Corsepius  <ralf.corsepius@rtems.org>
17364
17365         * config/mips/rtems.h (MIPS_DEFAULT_GVALUE): Set to 0.
17366         * config/mips/t-rtems (MULTILIBS_DIRNAMES,MULTILIB_OPTIONS):
17367         Remove little endian multilib variants.
17368         Add mips32 multilib variant.
17369
17370 2005-01-15  Kazu Hirata  <kazu@cs.umass.edu>
17371
17372         * explow.c (copy_all_reg, stabilize): Remove.
17373         * expr.h: Remove the corresponding prototypes.
17374
17375         * rtlanal.c (regs_set_between_p): Remove.
17376         * rtl.h: Remove the corresponding prototype.
17377
17378 2005-01-14  David Edelsohn  <edelsohn@gnu.org>
17379
17380         * config/rs6000/rs6000.c (rs6k_nonimmediate_operand): Rename
17381         to rs6000_nonimmediate_operand.
17382         * config/rs6000/rs6000.h (PREDICATE_CODES): Rename
17383         rs6k_nonimmediate_operand to rs6000_nonimmediate_operand.
17384         * config/rs6000/rs6000.md (movsi_internal1): Rename predicate to
17385         rs6000_nonimmediate_operand.
17386         * config/rs6000/spe.md (movdf_e500_double): Rename predicate to
17387         rs6000_nonimmediate_operand.
17388
17389 2005-01-14  Andrew Pinski  <pinskia@physics.uc.edu>
17390
17391         * tree-ssa-alias.c (pass_may_alias): Add TODO_verify_stmts.
17392
17393 2005-01-14  Aldy Hernandez  <aldyh@redhat.com>
17394
17395         * config/rs6000/rs6000.h (CLASS_MAX_NREGS): DF goes in 1 register
17396         on e500v2.
17397         (CANNOT_CHANGE_MODE_CLASS): Restrict DI mode changes on e500v2.
17398         (PREDICATE_CODES): Add rs6k_nonimmediate_operand.
17399
17400         * config/rs6000/rs6000.c (invalid_e500_subreg): New.
17401         (rs6k_nonimmediate_operand): New.
17402         (rs6000_legitimate_offset_address_p): Handle DI modes on e500v2
17403         correctly.
17404         (legitimate_lo_sum_address_p): Same.
17405         (rs6000_legitimize_address): Same.
17406         (rs6000_legitimize_reload_address): Same.
17407         (rs6000_legitimate_address): Same.
17408         (spe_build_register_parallel): Pass DF and DC modes in a DI
17409         register.
17410
17411         * config/rs6000/rs6000.md ("*movsi_internal1"): Change predicate
17412         to rs6k_nonimmediate_operand.
17413
17414         * config/rs6000/spe.md ("*frob_df_di"): New.
17415         ("*frob_di_df"): New.
17416         ("*frob_di_df_2"): New.
17417         ("*mov_sidf_e500_subreg0"): New.
17418         ("*mov_sidf_e500_subreg4"): New.
17419         ("*movdf_e500_double"): Change predicate to
17420         rs6k_nonimmediate_operand.
17421
17422 2005-01-14  Aldy Hernandez  <aldyh@redhat.com>
17423
17424         * postreload.c (move2add_note_store): Only call
17425         trunc_int_for_mode on scalar integers.
17426
17427 2005-01-14  Steven Bosscher  <stevenb@suse.de>
17428
17429         * tree-ssa-dce.c (visited_control_parents): New sbitmap to
17430         replace BB_VISITED uses.
17431         (find_obviously_necessary_stmts): Don't clear BB_VISITED.
17432         (propagate_necessity): Check the bitmap instead of BB_VISITED.
17433         (tree_dce_done): Free visited_control_parents.
17434         (perform_tree_ssa_dce): Allocate and clear it.
17435         * tree-ssa-pre.c (compute_antic_aux): Make non-recursive.
17436         (compute_antic): Iterate from here using a DFS.  Use an sbitmap
17437         instead of BB_VISITED.
17438
17439 2005-01-14  Kazu Hirata  <kazu@cs.umass.edu>
17440
17441         * c-tree.h, coverage.h, langhooks-def.h, optabs.h, output.h,
17442         rtl.h, targhooks.h, tree-flow.h, tree-mudflap.h, tree.h:
17443         Remove unused prototypes.
17444
17445 2005-01-14  Aldy Hernandez  <aldyh@redhat.com>
17446
17447         * config/rs6000/rs6000.c (rs6000_stack_info): Fix caching of SPE
17448         64-bit register usage.
17449         (spe_func_has_64bit_regs_p): Add FIXME note.
17450
17451 2005-01-14  Aldy Hernandez  <aldyh@redhat.com>
17452
17453         * config/rs6000/rs6000.c (rs6000_generate_compare): Replace
17454         flag_finite_math_only with flag_unsafe_math_optimizations.
17455
17456 2005-01-14  J. D. Johnston  <jjohnst@us.ibm.com>
17457
17458         * config/s390/tpf-unwind.h (s390_fallback_frame_state): Correct
17459         end-of-stack check.
17460         (__tpf_eh_return): Copy TPF private stack area from the module
17461         boundary stack frame.  Add check for when module addresses are
17462         equal, but no stub address is found.
17463
17464 2005-01-14  Richard Earnshaw  <rearnsha@arm.com>
17465
17466         PR target/7525
17467         * arm.h (struct machine_function): Add call_via field.
17468         (thumb_call_via_label): Declare.
17469         * arm.c (thumb_call_via_label): New variable.
17470         (thumb_call_reg_needed): New variable.
17471         (arm_output_function_epilogue): For Thumb code, output any per-function
17472         call-indirect trampolines.
17473         (thumb_call_via_reg): New function.
17474         (arm_file_end): New function.
17475         (TARGET_ASM_FILE_END): Call arm_file_end.
17476         (aof_file_end): Likewise.
17477         * arm-protos.h (thumb_call_via_reg): Declare.
17478         * arm.md (call_reg_thumb, call_value_reg_thumb): Call
17479         thumb_call_via_reg in normal case.
17480
17481 2005-01-14  Jakub Jelinek  <jakub@redhat.com>
17482
17483         PR middle-end/19084
17484         PR rtl-optimization/19348
17485         * recog.c (peephole2_optimize): Do global life update if some peephole
17486         decides it doesn't need at least one of its inputs and that change
17487         influences liveness at the start of the basic block.
17488
17489         * basic-block.h (EXECUTE_IF_AND_COMPL_IN_REG_SET): Needs 2 REGSET
17490         arguments instead of 1.
17491
17492 2005-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
17493
17494         PR middle-end/18820
17495         * varasm.c (initializer_constant_valid_p) <ADDR_EXPR>: Return
17496         zero for nested functions needing a static chain or functions
17497         with a non-constant address.
17498
17499 2005-01-13  Roger Sayle  <roger@eyesopen.com>
17500
17501         * simplify-rtx.c (simplify_binary_operation) <AND>: Optimize
17502         (and (sign_extend X) C) into (zero_extend (and X C)).
17503
17504 2005-01-13  David O'Brien  <obrien@FreeBSD.org>
17505
17506         * config/freebsd-spec.h:  Make KSE pthread lib logic the default.
17507
17508 2005-01-13  Richard Henderson  <rth@redhat.com>
17509
17510         PR target/19009
17511         PR target/19250
17512         PR target/19252
17513         * config/i386/i386.md (cmpdf, cmpsf, bunordered, bordered, buneq,
17514         bunge, bungt, bunle, bunlt, bltgt): Enable for TARGET_SSE_MATH,
17515         not just TARGET_SSE.
17516         (cmpfp_i_387): Rename from cmpfp_i.  Move after sse patterns.
17517         (cmpfp_i_mixed): Rename from cmpfp_i_sse; use for TARGET_MIX_SSE_I387.
17518         (cmpfp_i_sse): Rename from cmpfp_i_sse_only; use for TARGET_SSE_MATH.
17519         (cmpfp_iu_mixed, cmpfp_iu_sse, cmpfp_iu_387): Similarly.
17520         (fp_jcc_1_mixed, fp_jcc_1_sse, fp_jcc_1_387): Similarly.
17521         (fp_jcc_2_mixed, fp_jcc_2_sse, fp_jcc_2_387): Similarly.
17522         (fp_jcc_3_387, fp_jcc_4_387, fp_jcc_5_387, fp_jcc_6_387,
17523         fp_jcc_7_387, fp_jcc_8_387): Rename from fp_jcc_N.
17524         (movdicc_c_rex64): Rename with '*'.
17525         (movsfcc, movdfcc): Add checks for 387 and sse math to condition.
17526         (movsfcc_1_sse_min, movsfcc_1_sse_max, movsfcc_1_sse): New.
17527         (movsfcc_1_387): Rename from movsfcc_1.
17528         (movdfcc_1_sse_min, movdfcc_1_sse_max, movdfcc_1_sse): New.
17529         (movdfcc_1, movdfcc_1_rex64): Add check for 387.
17530         (sminsf3, smaxsf3, smindf3, smaxdf3): New.
17531         (minsf3, minsf, minsf_nonieee, minsf_sse, mindf3, mindf,
17532         mindf_nonieee, mindf_sse, maxsf3, maxsf, maxsf_nonieee, maxsf_sse,
17533         maxdf3, maxdf, maxdf_nonieee, maxdf_sse, sse_movsfcc, sse_movsfcc_eq,
17534         sse_movdfcc, sse_movdfcc_eq, sse_movsfcc_const0_1,
17535         sse_movsfcc_const0_2, sse_movsfcc_const0_3, sse_movsfcc_const0_4,
17536         sse_movdfcc_const0_1, sse_movdfcc_const0_2, sse_movdfcc_const0_3,
17537         sse_movdfcc_const0_4): Remove.
17538         * config/i386/i386.c (ix86_expand_fp_movcc): For TARGET_SSE_MATH,
17539         recognize min/max early.  Update for changed sse cmove patterns.
17540         (ix86_split_sse_movcc): New.
17541         * config/i386/i386-protos.h: Update.
17542
17543 2005-01-13  Steven Bosscher  <stevenb@suse.de>
17544
17545         * tree-ssa-dse.c (fix_phi_uses): Use SSA operand iterators.
17546         (fix_stmt_v_may_defs): Likewise.
17547
17548 2005-01-13  Richard Henderson  <rth@redhat.com>
17549
17550         * config/i386/i386.c (ix86_expand_fp_absneg_operator): Use elt_mode
17551         for converting the mask.
17552
17553 2005-01-13  David Edelsohn  <edelsohn@gnu.org>
17554
17555         * config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Change _XOPEN_SOURCE
17556         definition to 600.
17557
17558 2005-01-13  Richard Henderson  <rth@redhat.com>
17559
17560         * config/i386/i386.c (IX86_BUILTIN_MOVQ, IX86_BUILTIN_LOADD,
17561         IX86_BUILTIN_STORED, IX86_BUILTIN_MOVQ2DQ,
17562         IX86_BUILTIN_MOVDQ2Q): Remove.
17563         (IX86_BUILTIN_VEC_EXT_V4SI): New.
17564         (ix86_init_mmx_sse_builtins, ix86_expand_builtin): Update to match.
17565         (ix86_expand_vector_extract): For V4S[FI], extract element 0 after
17566         shuffling.
17567         * config/i386/sse.md (sse_concatv2sf): Accept zero operand 2.
17568         (sse2_pextrw): Fix immediate constraint.
17569         (sse2_loadq, sse2_loadq_rex64): Remove.
17570         * config/i386/emmintrin.h (_mm_cvtsi128_si32, _mm_cvtsi128_si64x):
17571         Use __builtin_ia32_vec_ext_<size>.
17572         (_mm_cvtsi32_si128, _mm_cvtsi64x_si128): Use _mm_set_epi<size>.
17573
17574 2005-01-13  Aldy Hernandez  <aldyh@redhat.com>
17575
17576         * function.c (assign_parm_setup_block): Look inside original
17577         entry_parm when inspecting PARALLEL.
17578
17579 2005-01-13  Ralf Corsepius  <ralf.corsepius@rtems.org>
17580             Joel Sherrill  <joel@oarcorp.com>
17581
17582         PR target/19399
17583         * gthr-rtems.h (__gthread_recursive_mutex_t): New type.
17584         (__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION): Define to
17585         rtems_gxx_recursive_mutex_init.
17586         (__gthread_recursive_mutex_lock): New function.
17587         (__gthread_recursive_mutex_trylock): Likewise.
17588         (__gthread_recursive_mutex_unlock): Likewise.
17589
17590 2005-01-13  Ralf Corsepius <ralf.corsepius@rtems.org>
17591
17592         * config/i386/t-rtems-i386: Multilib on -mtune instead of -mcpu.
17593
17594 2005-01-13  Jan Beulich  <jbeulich@novell.com>
17595
17596         * config/ia64/ia64.md (ashlti3, ashlti3_internal): New.
17597         (ashrti3_internal): Indicate output is early clobber. Generate result
17598         into output rather than first input. Use move for low word of output
17599         if shift count is exactly 64.
17600         (lshrti3_internal): Likewise.
17601
17602 2005-01-13  Hans-Peter Nilsson  <hp@bitrange.com>
17603
17604         PR target/18329
17605         PR target/18330
17606         * reload1.c (delete_output_reload): Don't delete an output reload
17607         if the pseudo lives longer than a single basic block.  Adjust and
17608         improve wording of comment.
17609
17610 2005-01-12  Andrew Pinski  <pinskia@physics.uc.edu>
17611
17612         PR target/19334
17613         * config/darwin.c (machopic_select_section): Use TYPE_SIZE_UNIT instead
17614         of TYPE_SIZE where we mean the number of bytes.
17615
17616 2005-01-12  Aldy Hernandez  <aldyh@redhat.com>
17617
17618         * function.c (assign_parm_setup_block): Relax condition on
17619         multi-register optimization.
17620
17621 2005-01-12  Nick Clifton  <nickc@redhat.com>
17622
17623         * config/sh/sh.md (udivsi3_sh2a, divsi3_sh2a): Give these patterns
17624         an "in_delay_slot" attribute of "no" to prevent them being used in
17625         delay slots.  This is forbidden because they might generate
17626         exceptions.
17627
17628 2005-01-12  Alan Modra  <amodra@bigpond.net.au>
17629
17630         PR target/19389
17631         * config/rs6000/rs6000.md (movtf_internal): Replace r->o and m->r
17632         with r->Y and Y->r.
17633
17634 2005-01-12  Nick Clifton  <nickc@redhat.com>
17635
17636         * config/iq2000/iq2000.h (ASM_SPEC): Undefine (to stop -Qy being
17637         passed on to GAS) but do not define, as GAS no longer supports or
17638         needs the -m2000 option.
17639
17640 2005-01-11  Roger Sayle  <roger@eyesopen.com>
17641
17642         * builtins.c (fold_builtin_fabs): Convert argument to the appropriate
17643         type as args of unprototyped builtins aren't automatically promoted.
17644         (fold_builtin_abs): Likewise.
17645
17646 2005-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17647
17648         * Makefile.in: Set a `build-warn' variable.
17649
17650 2005-01-11  Zdenek Dvorak  <dvorakz@suse.cz>
17651
17652         PR tree-optimization/17949
17653         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): New function.
17654         (find_interesting_uses_address): Use it.
17655
17656 2005-01-11  Aldy Hernandez  <aldyh@redhat.com>
17657
17658         * regrename.c (kill_value): Handle subreg's that won't simplify.
17659
17660 2005-01-11  Richard Henderson  <rth@redhat.com>
17661
17662         PR target/13366
17663         * config/i386/i386.h (enum ix86_builtins): Move ...
17664         * config/i386/i386.c: ... here.
17665         (IX86_BUILTIN_MOVDDUP, IX86_BUILTIN_MMX_ZERO, IX86_BUILTIN_PEXTRW,
17666         IX86_BUILTIN_PINSRW, IX86_BUILTIN_LOADAPS, IX86_BUILTIN_LOADSS,
17667         IX86_BUILTIN_STORESS, IX86_BUILTIN_SSE_ZERO, IX86_BUILTIN_PEXTRW128,
17668         IX86_BUILTIN_PINSRW128, IX86_BUILTIN_LOADAPD, IX86_BUILTIN_LOADSD,
17669         IX86_BUILTIN_STOREAPD, IX86_BUILTIN_STORESD,  IX86_BUILTIN_STOREHPD,
17670         IX86_BUILTIN_STORELPD, IX86_BUILTIN_SETPD1, IX86_BUILTIN_SETPD,
17671         IX86_BUILTIN_CLRPD, IX86_BUILTIN_LOADPD1, IX86_BUILTIN_LOADRPD,
17672         IX86_BUILTIN_STOREPD1, IX86_BUILTIN_STORERPD, IX86_BUILTIN_LOADDQA,
17673         IX86_BUILTIN_STOREDQA, IX86_BUILTIN_CLRTI,
17674         IX86_BUILTIN_LOADDDUP): Remove.
17675         (IX86_BUILTIN_VEC_INIT_V2SI, IX86_BUILTIN_VEC_INIT_V4HI,
17676         IX86_BUILTIN_VEC_INIT_V8QI, IX86_BUILTIN_VEC_EXT_V2DF,
17677         IX86_BUILTIN_VEC_EXT_V2DI, IX86_BUILTIN_VEC_EXT_V4SF,
17678         IX86_BUILTIN_VEC_EXT_V8HI, IX86_BUILTIN_VEC_EXT_V4HI,
17679         IX86_BUILTIN_VEC_SET_V8HI, IX86_BUILTIN_VEC_SET_V4HI): New.
17680         (ix86_init_builtins): Make static.
17681         (ix86_init_mmx_sse_builtins): Update for changed builtins.
17682         (ix86_expand_binop_builtin): Only use ix86_fixup_binary_operands
17683         if all the modes match.  Otherwise, fake it.
17684         (get_element_number, ix86_expand_vec_init_builtin,
17685         ix86_expand_vec_ext_builtin, ix86_expand_vec_set_builtin): New.
17686         (ix86_expand_builtin): Make static.  Update for changed builtins.
17687         (ix86_expand_vector_move_misalign): Use sse2_loadlpd with zero
17688         operand instead of sse2_loadsd.  Cast sse1 fallback to V4SFmode.
17689         (ix86_expand_vector_init_duplicate): New.
17690         (ix86_expand_vector_init_low_nonzero): New.
17691         (ix86_expand_vector_init_one_var, ix86_expand_vector_init_general):
17692         Split out from ix86_expand_vector_init; handle integer modes.
17693         (ix86_expand_vector_init): Use them.
17694         (ix86_expand_vector_set, ix86_expand_vector_extract): New.
17695         * config/i386/i386-protos.h: Update.
17696         * config/i386/predicates.md (reg_or_0_operand): New.
17697         * config/i386/mmx.md (mov<MMXMODEI>_internal): Add 'r' variants.
17698         (movv2sf_internal): Likewise.  And a splitter to match them all.
17699         (vec_dupv2sf, mmx_concatv2sf, vec_setv2sf, vec_extractv2sf,
17700         vec_initv2sf, vec_dupv4hi, vec_dupv2si, mmx_concatv2si, vec_setv2si,
17701         vec_extractv2si, vec_initv2si, vec_setv4hi, vec_extractv4hi,
17702         vec_initv4hi, vec_setv8qi, vec_extractv8qi, vec_initv8qi): New.
17703         (mmx_pinsrw): Fix operand ordering.
17704         * config/i386/sse.md (movv4sf splitter): Use direct pattern,
17705         rather than sse_loadss expander.
17706         (movv2df splitter): Similarly.
17707         (sse_loadss, sse_loadlss): Remove.
17708         (vec_dupv4sf, sse_concatv2sf, sse_concatv4sf, vec_extractv4sf_0): New.
17709         (vec_setv4sf, vec_setv2df): Use ix86_expand_vector_set.
17710         (vec_extractv4sf, vec_extractv2df): Use ix86_expand_vector_extract.
17711         (sse3_movddup): Rename with '*'.
17712         (sse3_movddup splitter): Use gen_rtx_REG instead of gen_lowpart.
17713         (sse2_loadsd): Remove.
17714         (vec_dupv2df_sse3): Rename from sse3_loadddup.
17715         (vec_dupv2df, vec_concatv2df_sse3, vec_concatv2df): New.
17716         (sse2_pinsrw): Fix argument ordering.
17717         (sse2_loadld, sse2_loadq): Add sse1 alternatives.
17718         (sse2_stored): Remove 'r' destination.
17719         (vec_dupv4si, vec_dupv2di, sse2_concatv2si, sse1_concatv2si,
17720         vec_concatv4si_1, vec_concatv2di, vec_setv2di, vec_extractv2di,
17721         vec_initv2di, vec_setv4si, vec_extractv4si, vec_initv4si,
17722         vec_setv8hi, vec_extractv8hi, vec_initv8hi, vec_setv16qi,
17723         vec_extractv16qi, vec_initv16qi): New.
17724
17725         * config/i386/emmintrin.h (__m128i, __m128d): Use typedef, not define.
17726         (_mm_set_sd, _mm_set1_pd, _mm_setzero_pd, _mm_set_epi64x,
17727         _mm_set_epi32, _mm_set_epi16, _mm_set_epi8, _mm_setzero_si128): Use
17728         constructor form.
17729         (_mm_load_pd, _mm_store_pd): Use plain dereference.
17730         (_mm_load_si128, _mm_store_si128): Likewise.
17731         (_mm_load1_pd): Use _mm_set1_pd.
17732         (_mm_load_sd): Use _mm_set_sd.
17733         (_mm_store_sd, _mm_storeh_pd): Use __builtin_ia32_vec_ext_v2df.
17734         (_mm_store1_pd, _mm_storer_pd): Use _mm_store_pd.
17735         (_mm_set_epi64): Use _mm_set_epi64x.
17736         (_mm_set1_epi64x, _mm_set1_epi64, _mm_set1_epi32, _mm_set_epi16,
17737         _mm_set1_epi8, _mm_setr_epi64, _mm_setr_epi32, _mm_setr_epi16,
17738         _mm_setr_epi8): Use _mm_set_foo form.
17739         (_mm_loadl_epi64, _mm_movpi64_epi64, _mm_move_epi64): Use _mm_set_epi64.
17740         (_mm_storel_epi64, _mm_movepi64_pi64): Use __builtin_ia32_vec_ext_v2di.
17741         (_mm_extract_epi16): Use __builtin_ia32_vec_ext_v8hi.
17742         (_mm_insert_epi16): Use __builtin_ia32_vec_set_v8hi.
17743         * config/i386/mmintrin.h (_mm_setzero_si64): Use plain cast.
17744         (_mm_set_pi32): Use __builtin_ia32_vec_init_v2si.
17745         (_mm_set_pi16): Use __builtin_ia32_vec_init_v4hi.
17746         (_mm_set_pi8): Use __builtin_ia32_vec_init_v8qi.
17747         (_mm_set1_pi16, _mm_set1_pi8): Use _mm_set_piN variant.
17748         * config/i386/pmmintrin.h (_mm_loaddup_pd): Use _mm_load1_pd.
17749         (_mm_movedup_pd): Use _mm_shuffle_pd.
17750         * config/i386/xmmintrin.h (_mm_setzero_ps, _mm_set_ss,
17751         _mm_set1_ps, _mm_set_ps, _mm_setr_ps): Use constructor form.
17752         (_mm_cvtpi16_ps, _mm_cvtpu16_ps, _mm_cvtpi8_ps, _mm_cvtpu8_ps,
17753         _mm_cvtps_pi8, _mm_cvtpi32x2_ps): Avoid __builtin_ia32_mmx_zero;
17754         Use _mm_setzero_ps.
17755         (_mm_load_ss, _mm_load1_ps): Use _mm_set* form.
17756         (_mm_load_ps, _mm_loadr_ps): Use raw dereference.
17757         (_mm_store_ss): Use __builtin_ia32_vec_ext_v4sf.
17758         (_mm_store_ps): Use raw dereference.
17759         (_mm_store1_ps): Use _mm_storeu_ps.
17760         (_mm_storer_ps): Use _mm_store_ps.
17761         (_mm_extract_pi16): Use __builtin_ia32_vec_ext_v4hi.
17762         (_mm_insert_pi16): Use __builtin_ia32_vec_set_v4hi.
17763
17764 2005-01-11  Stan Shebs  <shebs@apple.com>
17765
17766         * config/rs6000/rs6000.c (machopic_output_stub): Issue
17767         ldu instead of lwzu if 64-bit -mdynamic-no-pic.
17768
17769 2005-01-11  Andrew Pinski  <pinskia@physics.uc.edu>
17770
17771         PR target/18761
17772         * config/rs6000/rs6000.c (rs6000_special_round_type_align):
17773         Skip all DECLs except for FIELD_DECLs.
17774
17775 2005-01-11  Andreas Krebbel  <krebbel1@de.ibm.com>
17776
17777         * config/s390/s390.c (override_options): Return error if
17778         -mbackchain, -mpacked-stack and -mhard-float are used together.
17779         (s390_va_start): Remove the backchain && packed-stack special case.
17780         (s390_gimplify_va_arg): Likewise.
17781         * doc/invoke.texi: Remove the ABI incompatibility note.
17782
17783 2005-01-11  Andreas Krebbel  <krebbel1@de.ibm.com>
17784
17785         * config/s390/s390.c (struct s390_frame_layout): Remove
17786         save_backchain_p.
17787         (s390_frame_info, s390_emit_prologue): Replace occurrences of
17788         save_backchain_p with TARGET_BACKCHAIN.
17789
17790 2005-01-11  Alan Modra  <amodra@bigpond.net.au>
17791
17792         PR target/18916
17793         * builtins.c (std_gimplify_va_arg_expr): Adjust alignment of *ap.
17794         * expr.h (struct locate_and_pad_arg_data): Add "boundary".
17795         * function.c (locate_and_pad_parm): Set new field.
17796         (assign_parm_find_stack_rtl): Use it instead of FUNCTION_ARG_BOUNDARY.
17797         Tweak where_pad test to include "none".  Always set mem align for
17798         stack_parm.
17799         (assign_parm_adjust_stack_rtl): Discard stack_parm if alignment
17800         not sufficient for type.
17801         (assign_parm_setup_block): If stack_parm is zero on entry, always
17802         make a new stack local.  Block move old stack parm if necessary
17803         to new aligned stack local.
17804         (assign_parm_setup_stack): Use a block move to handle
17805         potentially misaligned entry_parm.
17806         (assign_parms_unsplit_complex): Specify required alignment when
17807         creating stack local.
17808         * calls.c (compute_argument_addresses): Override alignment of stack
17809         arg calculated from its type with the alignment given by
17810         FUNCTION_ARG_BOUNDARY.
17811         (store_one_arg): Likewise.
17812
17813 2005-01-11  Jan Beulich  <jbeulich@novell.com>
17814
17815         * config/ia64/ia64.md (zero_extendsidi2): Replace zxt4 by addp4.
17816         Change respective itanium_class attribute to ialu.
17817         (shladdp4_internal): New.
17818         * config/ia64/predicates.md (shladd_log2_operand): New.
17819
17820 2005-01-11  Richard Henderson  <rth@redhat.com>
17821
17822         * expr.c (store_constructor): Use rtvec_alloc instead of
17823         alloca+gen_rtvec_v, and an incorrect number passed to alloca.
17824
17825 2005-01-11  Kazu Hirata  <kazu@cs.umass.edu>
17826
17827         * config/alpha/alpha.c, config/i386/mmx.md: Fix comment typos.
17828
17829 2005-01-11  Alan Modra  <amodra@bigpond.net.au>
17830
17831         * varasm.c (default_section_type_flags_1): Don't set SECTION_SMALL.
17832         * config/ia64/ia64.c (TARGET_SECTION_TYPE_FLAGS): Define.
17833         (TARGET_RWRELOC): Define.
17834         (ia64_rwreloc_section_type_flags): Delete.
17835         (ia64_section_type_flags): New function.
17836         * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): Don't define.
17837         (TARGET_RWRELOC): Define.
17838
17839 2005-01-10  David Mosberger  <davidm@hpl.hp.com>
17840
17841         PR target/18987
17842         * config/ia64/ia64.c (process_set): For alloc insn, only call
17843         process_epilogue is !frame_pointer_needed.
17844
17845 2005-01-10  Roger Sayle  <roger@eyesopen.com>
17846
17847         PR c++/19355
17848         * c-common.c (c_common_truthvalue_conversion): TRUTH_NOT_EXPR is a
17849         unary operator and can't be treated as a binary/comparison operator.
17850
17851 2005-01-10  Richard Henderson  <rth@redhat.com>
17852
17853         * config/i386/i386.c (ix86_function_value): Use type_natural_mode.
17854         (ix86_return_in_memory): Likewise.
17855         (function_arg_advance):  Likewise.  Mirror structure in function_arg
17856         for choosing register to advance.
17857
17858 2005-01-10  Kazu Hirata  <kazu@cs.umass.edu>
17859
17860         * tree-vectorizer.c, tree.def: Fix comment typos.
17861
17862 2005-01-10  Mark Dettinger  <dettinge@de.ibm.com>
17863
17864         * config/s390/s390.c (struct processor_costs): 4 new fields:
17865         ddbr, ddr, debr, der.
17866         (s390_rtx_costs): More precise handling of divide instructions.
17867
17868 2005-01-10  David Edelsohn  <edelsohn@gnu.org>
17869
17870         * config/rs6000/t-aix43 (BOOT_LDFLAGS): Define.
17871
17872 2005-01-10  Jan Beulich  <jbeulich@novell.com>
17873
17874         * config/ia64/ia64.c (ia64_in_small_data_p): Also handle the section
17875         names resulting from -ffunction-sections/-fdata-sections and linkonce
17876         ones.
17877         * varasm.c (default_section_type_flags_1): Also set SECTION_SMALL
17878         based on the section name. Rearrange the section name comparison logic
17879         slightly so that each section name is compared against at most once.
17880
17881 2005-01-10  Ben Elliston  <bje@au.ibm.com>
17882
17883         * doc/invoke.texi (Code Gen Options): Add PowerPC to the list of
17884         targets for which -fPIC reduces limitations on the GOT size.
17885
17886 2005-01-09  Falk Hueffner  <falk@debian.org>
17887
17888         * fold-const.c (fold): Also handle EXACT_DIV_EXPR when folding
17889         X/C1 cmpop C2.
17890
17891 2005-01-09  David Edelsohn  <edelsohn@gnu.org>
17892
17893         PR target/18720
17894         * collect2.c (main): Set aixrtl_flag for -brtl option.
17895         (resolve_lib_name): Search for .so file extension before .a
17896         if aixrtl_flag set.
17897
17898 2005-01-09  Dorit Naishlos  <dorit@il.ibm.com>
17899
17900         * tree-vectorizer.c (vect_enhance_data_refs_alignment): Add dump prints.
17901         (vect_analyze_data_refs_alignment): Add dump prints.
17902
17903 2005-01-09  Ira Rosen  <irar@il.ibm.com>
17904
17905         * tree-vectorizer.c (vect_analyze_offset_expr): Use
17906         expr_invariant_in_loop_p.
17907         Initialize outputs first thing in the function.
17908         (vect_update_ivs_after_vectorizer): Call initial_condition_in_loop_num.
17909         (vect_is_simple_iv_evolution): Call initial_condition_in_loop_num.
17910         (vect_analyze_pointer_ref_access): Check that the initial condition of
17911         the access function is loop invariant.
17912
17913 2005-01-09  Richard Henderson  <rth@redhat.com>
17914
17915         * config/i386/i386.c (bdesc_2arg): Update names for mmx_ prefixes.
17916         (ix86_expand_builtin): Likewise.  Frob MASKMOVQ wrt the input mem
17917         just like MASKMOVDQU.  Return plain zero for MMX_ZERO.
17918         * config/i386/i386.md (MMXMODEI, mov<MMXMODEI>,
17919         mov<MMXMODEI>_internal_rex64, mov<MMXMODEI>_internal, movv2sf,
17920         movv2sf_internal_rex64, movv2sf_internal, MMXMODE,
17921         movmisalign<MMXMODE>, mmx_pmovmskb, mmx_maskmovq, mmx_maskmovq_rex,
17922         sse_movntdi, addv8qi3, addv4hi3, addv2si3, mmx_adddi3, ssaddv8qi3,
17923         ssaddv4hi3, usaddv8qi3, usaddv4hi3, subv8qi3, subv4hi3, subv2si3,
17924         mmx_subdi3, sssubv8qi3, sssubv4hi3, ussubv8qi3, ussubv4hi3,
17925         mulv4hi3, smulv4hi3_highpart, umulv4hi3_highpart, mmx_pmaddwd,
17926         sse2_umulsidi3, mmx_iordi3, mmx_xordi3, mmx_anddi3, mmx_nanddi3,
17927         mmx_uavgv8qi3, mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pinsrw,
17928         mmx_pextrw, mmx_pshufw, eqv8qi3, eqv4hi3, eqv2si3, gtv8qi3, gtv4hi3,
17929         gtv2si3, umaxv8qi3, smaxv4hi3, uminv8qi3, sminv4hi3, ashrv4hi3,
17930         ashrv2si3, lshrv4hi3, lshrv2si3, mmx_lshrdi3, ashlv4hi3, ashlv2si3,
17931         mmx_ashldi3, mmx_packsswb, mmx_packssdw, mmx_packuswb, mmx_punpckhbw,
17932         mmx_punpckhwd, mmx_punpckhdq, mmx_punpcklbw, mmx_punpcklwd,
17933         mmx_punpckldq, emms, addv2sf3, subv2sf3, subrv2sf3, gtv2sf3, gev2sf3,
17934         eqv2sf3, pfmaxv2sf3, pfminv2sf3, mulv2sf3, femms, pf2id, pf2iw,
17935         pfacc, pfnacc, pfpnacc, pi2fw, floatv2si2, pfrcpv2sf2, pfrcpit1v2sf3,
17936         pfrcpit2v2sf3, pfrsqrtv2sf2, pfrsqit1v2sf3, pmulhrwv4hi3, pswapdv2si2,
17937         pswapdv2sf2): Move to mmx.md; rename as necessary with leading
17938         mmx_ prefix.
17939         (mmx_clrdi, pavgusb): Remove.
17940         (ldmxcsr, stmxcsr, sfence, sfence_insn): Move to sse.md; rename
17941         with leading sse_ prefix.
17942         * config/i386/sse.md: Receive them.
17943         * config/i386/mmx.md: New file.
17944         (MMXMODE12, MMXMODE24, mmxvecsize): New.
17945         (subrv2sf3): Turn into expander for normal subtraction.
17946         (mmx_addv2sf3, mmx_mulv2sf3, mmx_smaxv2sf3, mmx_sminv2sf3,
17947         mmx_eqv2sf3, mmx_mulv4hi3, mmx_smulv4hi3_highpart,
17948         mmx_umulv4hi3_highpart, mmx_pmaddwd, mmx_pmulhrwv4hi3, sse2_umulsidi3,
17949         mmx_umaxv8qi3, mmx_smaxv4hi3, mmx_uminv8qi3, mmx_sminv4hi3): Mark
17950         commutative; use ix86_binary_operator_ok.
17951         (mmx_add<MMXMODEI>3, mmx_ssadd<MMXMODE12>3, mmx_usadd<MMXMODE12>3,
17952         mmx_sub<MMXMODEI>3, mmx_sssub<MMXMODE12>3, mmx_ussub<MMXMODE12>3
17953         mmx_ashr<MMXMODE24>3, mmx_lshr<MMXMODE23>3, mmx_ashl<MMXMODE24>3
17954         mmx_eq<MMXMODEI>3, mmx_gt<MMXMODEI>3, mmx_and<MMXMODEI>3,
17955         mmx_nand<MMXMODEI>3, mmx_ior<MMXMODEI>3, mmx_xor<MMXMODEI>3):
17956         Macroize from existing patterns; use ix86_binary_operator_ok.
17957         (mmx_packsswb, mmx_packssdw, mmx_packuswb): Add memory alternative.
17958         (mmx_punpckhbw, mmx_punpcklbw, mmx_punpckhwd, mmx_punpcklwd,
17959         mmx_punpckhdq, mmx_punpckhdq, mmx_punpckldq): Likewise.  Model
17960         with vec_select+vec_concat.
17961         (mmx_pshufw, mmx_pshufw_1): Likewise.
17962         (mmx_uavgv8qi3): Merge pavgusb.  Model correcty.
17963         (mmx_uavgv4hi3): Model correctly.
17964         * config/i386/mmintrin.h (_mm_and_si64, _mm_andnot_si64, _mm_or_si64,
17965         _mm_xor_si64): Remove casts.
17966
17967 2005-01-09  Zdenek Dvorak  <dvorakz@suse.cz>
17968
17969         PR tree-optimization/19224
17970         * tree-scalar-evolution.c (get_instantiated_value,
17971         set_instantiated_value): New functions.
17972         (instantiate_parameters_1): Cache the results.
17973         (instantiate_parameters, resolve_mixers): Initialize and free
17974         the cache.
17975
17976 2005-01-08  David Edelsohn  <edelsohn@gnu.org>
17977
17978         * config/i386/i386.md (addhi_4): Correct reference in comment.
17979         (addqi_4): Same.
17980
17981 2005-01-08  Richard Henderson  <rth@redhat.com>
17982
17983         * config/i386/emmintrin.h (_mm_cvtsi128_si32): Move earlier.
17984         (_mm_cvtsi128_si64x): Likewise.
17985         (_mm_srl_epi64, _mm_srl_epi32, _mm_srl_epi16, _mm_sra_epi32,
17986         _mm_sra_epi16, _mm_sll_epi64, _mm_sll_epi32, _mm_sll_epi16): Use
17987         the _mm_{srl,sll}i_foo counterpart, and _mm_cvtsi128_si32.
17988         * config/i386/i386-modes.def: Add V16HI, V32QI, V4DF, V8SF.
17989         * config/i386/i386-protos.h: Update.
17990         * config/i386/i386.c (print_operand): Add 'H'.
17991         (ix86_fixup_binary_operands): Split out from ...
17992         (ix86_expand_binary_operator): ... here.
17993         (ix86_fixup_binary_operands_no_copy): New.
17994         (ix86_expand_fp_absneg_operator): Handle vector mode results.
17995         (bdesc_2arg): Update names for sse{,2,3}_ prefixes.
17996         (ix86_init_mmx_sse_builtins): Remove *maskncmp* special cases.
17997         (safe_vector_operand): Use CONST0_RTX.
17998         (ix86_expand_binop_builtin): Use ix86_fixup_binary_operands.
17999         (ix86_expand_builtin): Merge CODE_FOR_sse2_maskmovdqu_rex64 and
18000         CODE_FOR_sse2_maskmovdqu.  Special case SSE version of MASKMOVDQU
18001         expansion.  Update names for sse{,2,3}_ prefixes.  Remove *maskncmp*
18002         special cases.
18003         * config/i386/i386.h (IX86_BUILTIN_CMPNGTSS): New.
18004         (IX86_BUILTIN_CMPNGESS): New.
18005         * config/i386/i386.md (UNSPEC_FIX_NOTRUNC): New.
18006         (attr type): Add sselog1.
18007         (attr unit, attr memory): Handle it.
18008         (movti, movti_internal, movti_rex64): Move near other integer moves.
18009         (movtf, movtf_internal): Move near other fp moves.
18010         (SSEMODE, SSEMODEI, vec_setv2df, vec_extractv2df, vec_initv2df,
18011         vec_setv4sf, vec_extractv4sf, vec_initv4sf, movv4sf, movv4sf_internal,
18012         movv2df, movv2df_internal, mov<SSEMODEI>, mov<SSEMODEI>_internal,
18013         movmisalign<SSEMODE>, sse_movups_1, sse_movmskps, sse_movntv4sf,
18014         sse_movhlps, sse_movlhps, sse_storehps, sse_loadhps, sse_storelps,
18015         sse_loadlps, sse_loadss, sse_loadss_1, sse_movss, sse_storess,
18016         sse_shufps, addv4sf3, vmaddv4sf3, subv4sf3, vmsubv4sf3, negv4sf2,
18017         mulv4sf3, vmmulv4sf3, divv4sf3, vmdivv4sf3, rcpv4sf2, vmrcpv4sf2,
18018         rsqrtv4sf2, vmrsqrtv4sf2, sqrtv4sf2, vmsqrtv4sf2, sse_andv4sf3,
18019         sse_nandv4sf3, sse_iorv4sf3, sse_xorv4sf3, sse2_andv2df3,
18020         sse2_nandv2df3, sse2_iorv2df3, sse2_xorv2df3, sse2_andv2di3,
18021         sse2_nandv2di3, sse2_iorv2di3, sse2_xorv2di3, maskcmpv4sf3,
18022         vmmaskcmpv4sf3, sse_comi, sse_ucomi, sse_unpckhps, sse_unpcklps,
18023         smaxv4sf3, vmsmaxv4sf3, sminv4sf3, vmsminv4sf3, cvtpi2ps, cvtps2pi,
18024         cvttps2pi, cvtsi2ss, cvtsi2ssq, cvtss2si, cvtss2siq, cvttss2si,
18025         cvttss2siq, addv2df3, vmaddv2df3, subv2df3, vmsubv2df3, mulv2df3,
18026         vmmulv2df3, divv2df3, vmdivv2df3, smaxv2df3, vmsmaxv2df3, sminv2df3,
18027         vmsminv2df3, sqrtv2df2, vmsqrtv2df2, maskcmpv2df3, vmmaskcmpv2df3,
18028         sse2_comi, sse2_ucomi, sse2_movmskpd, sse2_pmovmskb, sse2_maskmovdqu,
18029         sse2_maskmovdqu_rex64, sse2_movntv2df, sse2_movntv2di, sse2_movntsi,
18030         cvtdq2ps, cvtps2dq, cvttps2dq, cvtdq2pd, cvtpd2dq, cvttpd2dq,
18031         cvtpd2pi, cvttpd2pi, cvtpi2pd, cvtsd2si, cvtsd2siq, cvttsd2si,
18032         cvttsd2siq, cvtsi2sd, cvtsi2sdq, cvtsd2ss, cvtss2sd, cvtpd2ps,
18033         cvtps2pd, addv16qi3, addv8hi3, addv4si3, addv2di3, ssaddv16qi3,
18034         ssaddv8hi3, usaddv16qi3, usaddv8hi3, subv16qi3, subv8hi3, subv4si3,
18035         subv2di3, sssubv16qi3, sssubv8hi3, ussubv16qi3, ussubv8hi3, mulv8hi3,
18036         smulv8hi3_highpart, umulv8hi3_highpart, sse2_umulsidi3,
18037         sse2_umulv2siv2di3, sse2_pmaddwd, sse2_uavgv16qi3, sse2_uavgv8hi3,
18038         sse2_psadbw, sse2_pinsrw, sse2_pextrw, sse2_pshufd, sse2_pshuflw,
18039         sse2_pshufhw, eqv16qi3, eqv8hi3, eqv4si3, gtv16qi3, gtv8hi3,
18040         gtv4si3, umaxv16qi3, smaxv8hi3, uminv16qi3, sminv8hi3, ashrv8hi3,
18041         ashrv4si3, lshrv8hi3, lshrv4si3, lshrv2di3, ashlv8hi3, ashlv4si3,
18042         ashlv2di3, sse2_ashlti3, sse2_lshrti3, sse2_unpckhpd, sse2_unpcklpd,
18043         sse2_packsswb, sse2_packssdw, sse2_packuswb, sse2_punpckhbw,
18044         sse2_punpckhwd, sse2_punpckhdq, sse2_punpcklbw, sse2_punpcklwd,
18045         sse2_punpckldq, sse2_punpcklqdq, sse2_punpckhqdq, sse2_movupd,
18046         sse2_movdqu, sse2_movdq2q, sse2_movdq2q_rex64, sse2_movq2dq,
18047         sse2_movq2dq_rex64, sse2_loadd, sse2_stored, sse2_storehpd,
18048         sse2_loadhpd, sse2_storelpd, sse2_loadlpd, sse2_movsd, sse2_loadsd,
18049         sse2_loadsd_1, sse2_storesd, sse2_shufpd, sse2_clflush, sse2_mfence,
18050         mfence_insn, sse2_lfence, lfence_insn, mwait, monitor, addsubv4sf3,
18051         addsubv2df3, haddv4sf3, haddv2df3, hsubv4sf3, hsubv2df3, movshdup,
18052         movsldup, lddqu, loadddup, movddup): Move to sse.md.  Any with
18053         non-optabs meanings renamed with an "sse{,2,3}_" prefix at the
18054         same time.
18055         (SSEPUSH, push<SSEPUSH>): Remove.
18056         (MMXPUSH, push<MMXPUSH>): Remove.
18057         (sse_movaps, sse_movaps_1, sse_movups): Remove.
18058         (sse2_movapd, sse2_movdqa, sse2_movq): Remove.
18059         (sse2_andti3, sse2_nandti3, sse2_iorti3, sse2_xorti3): Remove.
18060         (sse_clrv4sf, sse_clrv2df, sse2_clrti): Remove.
18061         (maskncmpv4sf3, vmmaskncmpv4sf3): Remove.
18062         (maskncmpv2df3, vmmaskncmpv2df3): Remove.
18063         (ashrv8hi3_ti, ashrv4si3_ti, lshrv8hi3_ti, lshrv4si3_ti): Remove.
18064         (lshrv2di3_ti, ashlv8hi3_ti, ashlv4si3_ti, ashlv2di3_ti): Remove.
18065         * config/i386/athlon.md (athlon_sselog_load): Handle sselog1.
18066         (athlon_sselog_load_k8, athlon_sselog, athlon_sselog_k8): Likewise.
18067         * config/i386/ppro.md (ppro_sse_div_V4SF_load): Fix memory attr.
18068         (ppro_sse_log_V4SF_load): Similarly.  Handle sselog1.
18069         (ppro_sse_log_V4SF): Handle sselog1.
18070         * config/i386/predicates.md (const_0_to_1_operand): New.
18071         (const_0_to_255_mul_8_operand): New.
18072         (const_1_to_31_operand): Rename from const_int_1_31_operand.
18073         (const_2_to_3_operand, const_4_to_7_operand): New.
18074         * config/i386/sse.md: New file.
18075         (SSEMODE12, SSEMODE24, SSEMODE124, SSEMODE248, ssevecsize): New.
18076         (sse_movups): Rename from sse_movups_1.
18077         (sse_loadlss): Rename from sse_loadss_1.
18078         (andv4sf3, iorv4sf3, xorv4sf3, andv2df3): Remove the sse prefix
18079         from the name.
18080         (negv4sf2): Use ix86_expand_fp_absneg_operator.
18081         (absv4sf2, negv2df, absv2df): New.
18082         (addv4sf3): Add expander to call ix86_fixup_binary_operands_no_copy.
18083         (subv4sf3, mulv4sf3, divv4sf3, smaxv4sf3, sminv4sf3, andv4sf3,
18084         iorv4sf3, xorv4sf3, addv2df3, subv2df3, mulv2df3, divv2df3,
18085         smaxv2df3, sminv2df3, andv2df3, iorv2df3, xorv2df3, mulv8hi3,
18086         umaxv16qi3, smaxv8hi3, uminv16qi3, sminv8hi3): Likewise.
18087         (sse3_addsubv4sf3): Model correctly.
18088         sse3_haddv4sf3, sse3_hsubv4sf3, sse3_addsubv2df3, sse3_haddv2df3,
18089         sse3_hsubv2df3, sse2_ashlti3, sse2_lshrti3): Likewise.
18090         (sse_movhlps): Model with vec_select+vec_concat.
18091         (sse_movlhps, sse_unpckhps, sse_unpcklps, sse3_movshdup,
18092         sse3_movsldup, sse_shufps, sse_shufps_1, sse2_unpckhpd, sse3_movddup,
18093         sse2_unpcklpd, sse2_shufpd, sse2_shufpd_1, sse2_punpckhbw,
18094         sse2_punpcklbw, sse2_punpckhwd, sse2_punpcklwd, sse2_punpckhdq,
18095         sse2_punpckldq, sse2_punpckhqdq, sse2_punpcklqdq, sse2_pshufd,
18096         sse2_pshufd_1, sse2_pshuflw, sse2_pshuflw_1, sse2_pshufhw,
18097         sse2_pshufhw_1): Likewise.
18098         (neg<SSEMODEI>2, one_cmpl<SSEMODEI>2): New.
18099         (add<SSEMODEI>3, sse2_ssadd<SSEMODE12>3, sse2_usadd<SSEMODE12>3,
18100         sub<SSEMODEI>3, sse2_sssub<SSEMODE12>3, sse2_ussub<SSEMODE12>3,
18101         ashr<SSEMODE24>3, lshr<SSEMODE248>3, sse2_eq<SSEMODE124>3,
18102         sse2_gt<SSEMODDE124>3, and<SSEMODEI>3, sse_nand<SSEMODEI>3,
18103         ior<SSEMODEI>3, xor<SSEMODEI>3): Macroize from existing patterns.
18104         (addv4sf3, sse_vmaddv4sf3, mulv4sf3, sse_vmmulv4sf3, smaxv4sf3,
18105         sse_vmsmaxv4sf3, sminv4sf3, sse_vmsminv4sf3, addv2df3, sse2_vmaddv2df3,
18106         mulv2df3, sse2_vmmulv2df3, smaxv2df3, sse2_vmsmaxv2df3, sminv2df3,
18107         sse2_vmsminv2df3, umaxv16qi3, smaxv8hi3, uminv16qi3
18108         sminv8hi3): Mark commutative
18109         operands.  Use ix86_binary_operator_ok.
18110         (sse_unpckhps, sse_unpcklps, sse2_packsswb, sse2_packssdw,
18111         sse2_packuswb, sse2_punpckhbw, sse2_punpcklbw, sse2_punpckhwd,
18112         sse2_punpcklwd, sse2_punpckhdq, sse2_punpckldq, sse2_punpckhqdq,
18113         sse2_punpcklqdq): Allow operand2 in memory.
18114         (sse_movhlps, sse_movlhps, sse2_unpckhpd, sse2_unpcklpd
18115         sse2_movsd): Add memory alternatives.
18116         (sse_storelps): Turn expander into an insn; split after reload.
18117         (sse_storess, sse2_loadhpd, sse2_loadlpd): Add non-xmm inputs.
18118         (sse2_storehpd, sse2_storelpd): Add non-xmm outputs.
18119
18120 2005-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
18121
18122         * configure.ac (DWARF-2 debug_line): Use objdump.
18123         * configure: Regenerate.
18124
18125 2005-01-08  Jeff Law  <law@redhat.com>
18126             Diego Novillo  <dnovillo@redhat.com>
18127
18128         PR tree-optimization/18241
18129         * tree-nrv.c (tree_nrv): Ignore volatile return values.
18130         * tree-ssa-dse.c (dse_optimize_stmt): Do not optimize
18131         statements with volatile operands.
18132         * tree-ssa-operands.c (add_stmt_operand): Do add volatile
18133         operands after marking a statement with has_volatile_ops.
18134
18135 2005-01-08  Roger Sayle  <roger@eyesopen.com>
18136
18137         * tree.c (int_fits_type_p): Always honor integer constant
18138         TYPE_MIN_VALUE and TYPE_MAX_VALUE if they exist.
18139
18140 2005-01-08  Roger Sayle  <roger@eyesopen.com>
18141
18142         * ifcvt.c (find_if_case_1): Reinstate 2005-01-04 change, now that
18143         the latent bug in rtl_delete_block has been resolved.
18144
18145 2005-01-08  Richard Sandiford  <rsandifo@redhat.com>
18146
18147         * config/mips/t-iris6 (MULTILIB_DIRNAMES): Use -mabi argument values.
18148         (MULTILIB_OSDIRNAMES): Use the standard lib, lib32 and lib64.
18149
18150 2005-01-08  Richard Sandiford  <rsandifo@redhat.com>
18151
18152         * config/mips/t-slibgcc-irix (SHLIB_LINK): Install a copy of the
18153         library as @multilib_dir@/$(SHLIB_SONAME).
18154
18155 2005-01-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
18156
18157         * configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo.
18158         * configure: Regenerate.
18159
18160 2005-01-07  Jakub Jelinek  <jakub@redhat.com>
18161
18162         * c-common.c (handle_mode_attribute): For ENUMERAL_TYPE, also copy
18163         TYPE_MODE.
18164
18165 2005-01-07  David Edelsohn  <edelsohn@gnu.org>
18166
18167         PR target/13674
18168         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address):
18169         Convert non-word aligned offset address using ld/std into
18170         indirect address.
18171
18172 2005-01-07  Richard Henderson  <rth@redhat.com>
18173
18174         * config/i386/i386.md (sse_loadhps splitter): Fix operand number typo.
18175
18176 2005-01-07  Richard SAndiford  <rsandifo@redhat.com>
18177
18178         * tree.h (IS_EXPR_CODE_CLASS): Use a straight-forward range check.
18179
18180 2005-01-07  Jakub Jelinek  <jakub@redhat.com>
18181
18182         PR tree-optimization/19283
18183         * fold-const.c (fold_widened_comparison): Return NULL if shorter_type
18184         is not shorter than the original type.
18185
18186         PR rtl-optimization/19012
18187         * config/i386/i386.md (addqi_1_slp): Set memory attribute.
18188
18189         PR rtl-optimization/18861
18190         * cfgbuild.c (BLOCK_USED_BY_TABLEJUMP): Define.
18191         (FULL_STATE): Define.
18192         (mark_tablejump_edge): New function.
18193         (purge_dead_tablejump_edges): New function.
18194         (find_bb_boundaries): Use it.
18195
18196         PR tree-optimization/18828
18197         * builtins.c (expand_builtin_next_arg): Remove argument and all
18198         the argument checking.
18199         (expand_builtin): Adjust caller.
18200         (expand_builtin_va_start): Likewise.  Remove error for too many
18201         arguments.
18202         (fold_builtin_next_arg): Issue error for too many arguments.
18203         After checking arguments, replace them with magic arguments that
18204         prevent further checking of the args.
18205
18206 2005-01-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18207
18208         * pa64-hpux.h (STARTFILE_SPEC): Fix typo in spec.
18209
18210 2005-01-06  Roger Sayle  <roger@eyesopen.com>
18211
18212         PR target/6077
18213         * gcc.c (input_suffix_matches): Tweak the semantics of %{.s:...}
18214         and %{.S:...} (and their negative variants) to test whether the
18215         input file is assembler or pre-processed-assembler independent of
18216         the actual filename extension.
18217
18218 2005-01-06  Roger Sayle  <roger@eyesopen.com>
18219
18220         * simplify-rtx.c (simplify_subreg): Simplify truncations of shifts
18221         of sign or zero extended values.
18222
18223 2005-01-06  Geoffrey Keating  <geoffk@apple.com>
18224
18225         * c-cppbuiltin.c (builtin_define_float_constants): Set __*_EPSILON__
18226         for IBM long double format correctly.
18227
18228 2005-01-06  Daniel Berlin <dberlin@dberlin.org>
18229
18230         Fix PR tree-optimization/18792
18231
18232         * tree-data-ref.c (build_classic_dist_vector): Change first_loop
18233         to first_loop_depth, and use loop depth instead of loop number.
18234         (build_classic_dir_vector): Ditto.
18235         (compute_data_dependences_for_loop): Use depth, not loop number.
18236         * tree-loop-linear.c (try_interchange_loops): Use loop depth, not loop
18237         number. Pass in loops, instead of loop numbers.
18238         (gather_interchange_stats): Ditto.
18239         (linear_transform_loops): Ditto.
18240
18241 2005-01-06  Richard Sandiford  <rsandifo@redhat.com>
18242
18243         PR rtl-opt/13299
18244         * loop.c (get_monotonic_increment, biased_biv_fits_mode_p,
18245         biv_fits_mode_p, extension_within_bounds_p): New functions.
18246         (check_ext_dependent_givs): Use them.
18247
18248 2005-01-06  Roger Sayle  <roger@eyesopen.com>
18249
18250         * cfgrtl.c (rtl_delete_block): A basic block may be followed by
18251         more than one barrier, in which case we should delete them all.
18252
18253 2005-01-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
18254
18255         * gcc.c (process_command): Change year in 'gcc --version' to 2005.
18256
18257 2005-01-05  Daniel Berlin  <dberlin@dberlin.org>
18258
18259         Fix PR middle-end/19286
18260         Fix PR debug/19267
18261         * dwarf2out.c (gen_subprogram_die): If we've already tried to
18262         output this subprogram, simply ignore this attempt to do it again.
18263         (add_abstract_origin_attribute): Don't abort trying to add the abstract
18264         origin attribute if it's not possible.
18265         (gen_block_die): Don't ignore subblocks of "unused" blocks.
18266         (decls_for_scope): Ditto.
18267         * gimple-low.c (mark_blocks_with_used_subblocks): Remove.
18268         (mark_used_blocks): Don't call mark_blocks_with_used_subblocks.
18269
18270 2005-01-05  Richard Henderson  <rth@redhat.com>
18271
18272         PR target/11327
18273         * config/i386/i386.c (BUILTIN_DESC_SWAP_OPERANDS): New.
18274         (bdesc_2arg): Use it.
18275         (ix86_expand_binop_builtin): Force operands into registers
18276         when optimizing.
18277         (ix86_expand_unop_builtin, ix86_expand_unop1_builtin,
18278         ix86_expand_sse_compare, ix86_expand_sse_comi,
18279         ix86_expand_builtin): Likewise.
18280
18281 2005-01-05  Richard Henderson  <rth@redhat.com>
18282
18283         * config/ia64/ia64.c (rtx_needs_barrier): Handle CONST_VECTOR
18284         and VEC_SELECT.
18285         * config/ia64/vect.md (mulv8qi3): Re-implement with mix_[rl].
18286         (mulv4hi3): Set itanium_class mmmul.
18287         (fpack_sfxf, fpack_xfsf, fpack_xfxf): Remove.
18288         (fpack): Rename from fpack_sfsf.
18289
18290 2005-01-05  Richard Henderson  <rth@redhat.com>
18291
18292         PR rtl-opt/10692
18293         * reload1.c (do_input_reload): Restrict the optimization deleteing
18294         a previous output reload to RELOAD_FOR_INPUT.
18295
18296 2005-01-05  Steven Bosscher  <stevenb@suse.de>
18297
18298         * combine.c (expand_compound_operation)  <ZERO_EXTRACT>: Add
18299         comment that we fall through after case.
18300         (mark_used_regs_combine): Don't expect a SIGN_EXTRACT in a SET_DEST.
18301         (distribute_links): Likewise.
18302         * cse.c (cse_insn): Likewise.
18303         * cselib.c (cselib_invalidate_mem): Likewise.
18304         * df.c: Update comments at the top of the file.
18305         (read_modify_subreg_p): Update comments here too.
18306         (df_def_record_1): Don't expect a SIGN_EXTRACT in a SET_DEST.
18307         * flow.c (mark_set_1): Likewise.
18308         (mark_used_regs): Likewise.
18309         * gcse.c (mems_conflict_for_gcse_p): Likewise.
18310         (canon_list_insert): Likewise.
18311         (mark_set): Likewise.
18312         (try_replace_reg): Likewise.
18313         (store_killed_in_insn): Likewise.
18314         * loop.c (count_one_set): Likewise.
18315         (basic_induction_var): Likewise.
18316         * postreload-gcse.c (find_mem_conflicts): Likewise.
18317         * postreload.c (reload_combine_note_store): Likewise.
18318         (move2add_note_store): Likewise.
18319         * reload.c (find_equiv_reg): Likewise.
18320         (mark_referenced_resources): Likewise.
18321         * rtlanal.c (set_noop_p): Likewise.
18322         (note_stores): Likewise.
18323         (note_uses): Likewise.
18324         * sched-deps.c (sched_analyze_1): Likewise.
18325         * sched-rgn.c (check_live_1): Likewise.
18326         (update_live_1): Likewise.
18327         * config/i860/i860.c: Likewise.
18328
18329         * rtl.dec (SIGN_EXTRACT): Document that this cannot appear as
18330         an lvalue.
18331         (ZERO_EXTRACT): Mention that this one can be an lvalue.
18332
18333         * doc/rtl.texi: Update documentation for bit-fields and SET.
18334
18335 2005-01-05  Roger Sayle  <roger@eyesopen.com>
18336
18337         * ifcvt.c (find_if_case_1): Revert 2005-01-04 change.
18338
18339 2005-01-05  Jan Hubicka  <jh@suse.cz>
18340             Richard Henderson  <rth@redhat.com>
18341
18342         PR target/18910
18343         * config/i386/i386.c (ix86_expand_move): Handle tls symbols
18344         with an offset.
18345
18346 2005-01-05  Richard Henderson  <rth@redhat.com>
18347
18348         PR target/12902
18349         * config/i386/i386.md (sse_movhps, sse_movlps): Remove.
18350         (sse_shufps): Change operand 3 to const_int_operand.
18351         (sse2_storelps): Fix typo in template.
18352         (sse_storehps, sse_loadhps, sse_storelps, sse_loadlps): New.
18353         * config/i386/i386.c (ix86_expand_vector_move_misalign): Use them.
18354         (ix86_expand_builtin): Likewise.
18355
18356 2005-01-05  Julian Brown  <julian@codesourcery.com>
18357
18358         * config/arm/arm.c (arm_return_in_memory): Treat complex types
18359         as aggregates for AAPCS ABIs.
18360
18361 2005-01-05  Stan Shebs  <shebs@apple.com>
18362
18363         * unwind-dw2-fde-darwin.c (examine_objects): Use 64-bit
18364         Mach-O getters if ppc64.
18365         * config/darwin.c (darwin_asm_output_dwarf_delta): Obey
18366         size argument.
18367         * config/darwin.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
18368         signed four-byte field for global code case.
18369         (STARTFILE_SPEC): Avoid crt2.o for 64-bit compilation.
18370
18371 2005-01-05  Roger Sayle  <roger@eyesopen.com>
18372
18373         PR middle-end/19100
18374         * c-common.c: Include real.h.
18375         (c_common_truthvalue_conversion): Avoid destructively modifying expr.
18376         Correctly handle TREE_CONSTANT_OVERFLOW for INTEGER_CST.
18377         Correctly handle TREE_CONSTANT_OVERFLOW and NaNs for REAL_CST.
18378         * Makefile.in (c-common.o): Update dependencies.
18379
18380 2005-01-05  Joseph S. Myers  <joseph@codesourcery.com>
18381
18382         * c-parse.in (asm_string): Add trailing semicolon.
18383
18384 2005-01-05  Joseph S. Myers  <joseph@codesourcery.com>
18385
18386         * c-parse.in (asm_string): New.  Don't allow wide strings in
18387         'asm'.
18388         (simple_asm_expr, asm_argument, asm_operand, asm_clobbers): Use
18389         asm_string instead of STRING.
18390
18391 2005-01-05  Joseph S. Myers  <joseph@codesourcery.com>
18392
18393         * c-typeck.c (constructor_no_implicit): Remove.
18394         (set_designator, process_init_element): Don't check
18395         constructor_no_implicit.
18396
18397 2005-01-05  J"orn Rennecke <joern.rennecke@st.com>
18398             Kaz Kojima  <kkojima@gcc.gnu.org>
18399
18400         PR target/16482
18401         * lcm.c (create_pre_exit): New.
18402         (optimize_mode_switching): In MODE_ENTRY / MODE_EXIT case, set
18403         ENTRY_EXIT_EXTRA to 3.  Use create_pre_exit.
18404
18405 2004-01-05  Richard Earnshaw  <rearnsha@arm.com>
18406
18407         * arm.h (TARGET_OPTIONS): Correctly record -mhard-float and
18408         -msoft-float in target_float_switch.
18409         * arm.c (arm_override_options): Fix processing of target_float_switch.
18410
18411 2004-01-05  Richard Earnshaw  <rearnsha@arm.com>
18412
18413         * arm/vfp.md (arm_movsi_vfp): Hide VFP register classes from register
18414         preferencing.
18415
18416 2004-01-05  Uros Bizjak  <uros@kss-loka.si>
18417
18418         * doc/invoke.texi (Intel 386 and AMD x86-64 Options):
18419         Replace i387 with 'i386 compiler' in -mfpmath=sse option.
18420
18421 2005-01-04  Roger Sayle  <roger@eyesopen.com>
18422
18423         * ifcvt.c (find_if_case_1): Avoid creating an empty forwarder block,
18424         if deleting the then-block allows the test-block to fallthru to the
18425         else-block.
18426
18427 2005-01-04  Andrew Pinski  <pinskia@physics.uc.edu>
18428
18429         PR c/19152
18430         * c-decl.c (diagnose_mismatched_decls): Accept "extern inline" declared
18431         after the full declaration if the are in two different TUs.
18432
18433 2005-01-04  Richard Henderson  <rth@redhat.com>
18434
18435         PR tree-opt/19158
18436         * tree-sra.c (generate_one_element_init): Just
18437         call gimplify_and_add.
18438         (generate_element_init): Record the
18439         new referenced variables and mark them for renaming
18440         and split out to ...
18441         (generate_element_init_1): This.
18442         (scalarize_init): Don't call push_gimplify_context/
18443         pop_gimplify_context.
18444
18445 2005-01-04  Geoffrey Keating  <geoffk@apple.com>
18446
18447         * toplev.c (get_src_pwd): Handle failure of getpwd().
18448
18449 2005-01-04  Roger Sayle  <roger@eyesopen.com>
18450
18451         * fold-const.c (fold_single_bit_test): Delete unreachable handling
18452         of TRUTH_NOT_EXPR.
18453         (fold): Don't call fold_single_bit_test with a TRUTH_NOT_EXPR, as
18454         all the cases handled by it are inverted by invert_truthvalue.
18455
18456 2005-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
18457
18458         * config/sparc/sparc.md (save_register_windowdi): Add missing mode.
18459         (save_register_windowsi): Likewise.
18460
18461 2005-01-04  Richard Henderson  <rth@redhat.com>
18462
18463         * tree-mudflap.c (mf_varname_tree): Fix thinko setting declname.
18464
18465 2005-01-04  Uros Bizjak  <uros@kss-loka.si>
18466
18467         PR middle-end/17767
18468         * cse.c (fold_rtx) [RTX_COMPARE, RTX_COMM_COMPARE]: Don't attempt
18469         any simplifications of vector mode comparison operators.
18470         * simplify-rtx.c (simplify_relational_operation): Fix variable name.
18471
18472 2005-01-04  Paolo Bonzini  <bonzini@gnu.org>
18473             Devang Patel  <dpatel@apple.com>
18474
18475         PR tree-optimization/18308
18476         * tree-if-conv.c (add_to_dst_predicate_list): Gimplify
18477         the operands before creating a new expression.
18478         * dojump.c (do_jump): Make drop_through_label available
18479         for all cases.  Add expansion of COND_EXPR.
18480
18481 2005-01-04  Ira Rosen  <irar@il.ibm.com>
18482
18483         * tree-vectorizer.c (vect_analyze_offset_expr): Test for
18484         INTEGER_CST instead of TREE_CONSTANT.
18485         (vect_gen_niters_for_prolog_loop): Test for INTEGER_CST
18486         instead of TREE_CONSTANT.
18487         (vect_analyze_pointer_ref_access): Test for INTEGER_CST
18488         instead of TREE_CONSTANT.
18489
18490 2005-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
18491
18492         * tree-eh.c (replace_goto_queue): Return early if the queue is empty.
18493
18494 2005-01-04  Uros Bizjak  <uros@kss-loka.si>
18495
18496         PR target/19240
18497         * config/i386/i386.md (*fop_df_1_i387): Disable for TARGET_SSE_MATH.
18498         (*fop_df_1_i387): Disable for (TARGET_SSE2 && TARGET_SSE_MATH).
18499
18500 2005-01-03  Richard Henderson  <rth@redhat.com>
18501
18502         * fold-const.c (force_fit_type): Cope with types larger than 2 HWI.
18503         (fold_convert_const_int_from_int, fold_convert_const_int_from_real,
18504         fold_convert_const_real_from_real): Split out from ...
18505         (fold_convert_const): ... here.
18506
18507 2005-01-03  Richard Henderson  <rth@redhat.com>
18508
18509         PR target/19235
18510         * config/i386/i386.md (movdi_2): Separate SSE1 and SSE2 alternatives.
18511         (mov<MMXMODEI>_internal): Likewise.
18512         (movdf_nointeger): Prefer Y while not preferring, but allowing, x.
18513         Add V2SF case; use it for SSE1; don't use TI.
18514         (movdf_integer): Likewise.
18515         (mov<SSEMODEI>_internal, movti_internal): Force V4SF for SSE1.
18516
18517 2005-01-03  Ira Rosen  <irar@il.ibm.com>
18518
18519         * tree-vectorizer.c (vect_strip_conversions): New function.
18520         (vect_analyze_offset_expr): Call vect_strip_conversions. Add
18521         check for binary class.
18522
18523 2005-01-03  Daniel Berlin  <dberlin@dberlin.org>
18524
18525         Fix PR debug/17924
18526         Fix PR debug/19191
18527         * dwarf2out.c (block_ultimate_origin): Follow decl origin if origin
18528         is a decl.
18529         * gimple-low.c (mark_blocks_with_used_vars): New function.
18530         (mark_blocks_with_used_subblocks): Ditto.
18531         (mark_used_blocks): Ditto.
18532         (pass_mark_used_blocks): New pass.
18533         * tree-inline.c: Include debug.h.
18534         (expand_call_inline): Call outlining_inline_function here.
18535         * tree-optimize.c (init_tree_optimization_passes): Add
18536         pass_mark_used_blocks.
18537         * tree-pass.h (pass_mark_used_blocks): New.
18538         * Makefile.in (tree-inline.o): Add debug.h dependency.
18539
18540 2005-01-03  Geoffrey Keating  <geoffk@apple.com>
18541
18542         * config/darwin.c (darwin_handle_weak_import_attribute): Permit
18543         VAR_DECLs to have weak_import attribute.
18544
18545         * config/rs6000/darwin-fallback.c: Use 'ucontext_t' rather than
18546         'struct ucontext'.
18547
18548 2004-01-03  Steven Bosscher  <stevenb@suse.de>
18549
18550         * passes.c (rest_of_compilation): Don't run regmove if only
18551         flag_expensive_optimizations, require flag_regmove instead.
18552
18553 2005-01-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
18554
18555         * config/sparc/litecoff.h (TARGET_OS_CPP_BUILTINS): Do not
18556         register "sparc".
18557         * config/sparc/sysv4-only.h (TARGET_OS_CPP_BUILTINS): Likewise.
18558         * config/sparc/rtemself.h (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
18559         * config/sparc/sol2-64.h (TARGET_SUB_OS_CPP_BUILTINS): Delete.
18560         * config/sparc/sp64-elf.h (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
18561
18562 2005-01-03  Richard Henderson  <rth@redhat.com>
18563
18564         * config/ia64/ia64.c (TARGET_VECTOR_MODE_SUPPORTED_P): New.
18565         (ia64_const_ok_for_letter_p): New.
18566         (ia64_const_double_ok_for_letter_p): New.
18567         (ia64_extra_constraint): New.
18568         (ia64_expand_vecint_compare): New.
18569         (ia64_expand_vcondu_v2si): New.
18570         (ia64_expand_vecint_cmov): New.
18571         (ia64_expand_vecint_minmax): New.
18572         (ia64_print_operand): Add 'v'.
18573         (ia64_preferred_reload_class): New.
18574         (ia64_vector_mode_supported_p): New.
18575         * config/ia64/ia64.h (UNITS_PER_SIMD_WORD): New.
18576         (PREFERRED_RELOAD_CLASS): Move to function.
18577         (CONST_OK_FOR_LETTER_P): Move to function.
18578         (CONST_DOUBLE_OK_FOR_LETTER_P): Move to function.
18579         (CONSTRAINT_OK_FOR_Q, CONSTRAINT_OK_FOR_R): Remove.
18580         (CONSTRAINT_OK_FOR_S, CONSTRAINT_OK_FOR_T): Remove.
18581         (EXTRA_CONSTRAINT): Move to function.
18582         * config/ia64/ia64.md: Include vect.md.
18583         (itanium_class): Add mmalua.
18584         (type): Handle it.
18585         * config/ia64/itanium1.md (1_mmalua): New.  Add it to bypasses.
18586         (1b_mmalua): New.
18587         * config/ia64/itanium2.md (2_mmalua, 2b_mmalua): Similarly.
18588         * config/ia64/predicates.md (gr_reg_or_0_operand): Accept any
18589         CONST0_RTX.
18590         (const_int_2bit_operand): New.
18591         (fr_reg_or_0_operand): New.
18592         * config/ia64/ia64-modes.def: Add vector modes.
18593         * config/ia64/ia64-protos.h: Update.
18594         * config/ia64/vect.md: New file.
18595
18596 2005-01-03  Richard Henderson  <rth@redhat.com>
18597
18598         * simplify-rtx.c (simplify_binary_operation): Handle VEC_CONCAT.
18599
18600 2005-01-03  Uros Bizjak  <uros@kss-loka.si>
18601
18602         PR target/19236
18603         * config/i386/i386.c (log1psf2): Change mode of operands[0,1]
18604         to SFmode.
18605         (log1pdf2): Change mode of operands[0,1] to DFmode.
18606
18607 2005-01-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
18608
18609         * config/sparc/sparc.h (SPARC_RELAXED_ORDERING): Define to false.
18610         * config/sparc/linux.h (SPARC_RELAXED_ORDERING): Define to true.
18611         * config/sparc/linux64.h (SPARC_RELAXED_ORDERING): Likewise.
18612         * config/sparc/sparc.c (TARGET_RELAXED_ORDERING): Define to
18613         SPARC_RELAXED_ORDERING.
18614
18615 2005-01-03  Richard Henderson  <rth@redhat.com>
18616             Uros Bizjak  <uros@kss-loka.si>
18617
18618         PR target/14631
18619         * config/i386/i386.c (ix86_expand_builtin): [IX86_BUILTIN_PINSRW,
18620         IX86_BUILTIN_PINSRW128]: Fix wrong selector range in error message.
18621         * config/i386/i386.md (mmx_pinsrw, sse2_pinsrw): Fix selector
18622         handling.
18623         (*mmx_pinsrw, *sse2_pinsrw): New patterns.
18624         * config/i386/i386/predicates.md (const_pow2_1_to_8_operand,
18625         const_pow2_1_to_128_operand): New predicates.
18626
18627 2005-01-02  Greg McGary  <greg@mcgary.org>
18628
18629         * tree-mudflap.c (mf_varname_tree): decl_printable_name handles
18630         anonymous decls.
18631         (mf_xform_derefs_1) [RESULT_DECL, STRING_CST]: Handle as innermost
18632         object.  [ptr_type]: Remove unused variable.
18633         Remember nearest addressable array-element or record-component
18634         when checking bitfield components.  Tolerate empty BIND_EXPR.
18635
18636 2005-01-01  Richard Henderson  <rth@redhat.com>
18637
18638         * tree-vectorizer.c (vect_analyze_offset_expr): Strip conversions
18639         that don't narrow the value.  Fail for other conversions.
18640
18641 2005-01-01  Richard Henderson  <rth@redhat.com>
18642
18643         PR c/19031
18644         * c-decl.c (pop_file_scope): Call maybe_apply_pending_pragma_weaks.
18645         * c-lang.c (finish_file): Don't do it here.
18646         * objc/objc-act.c (objc_finish_file): Likewise.
18647
18648         * cgraph.c (decl_assembler_name_equal): New.
18649         (cgraph_node_for_asm, cgraph_varpool_node_for_asm): New.
18650         (cgraph_varpool_node): Actually link up cgraph_varpool_nodes.
18651         * cgraph.h (struct cgraph_varpool_node): Add next.
18652         (cgraph_node_for_asm, cgraph_varpool_node_for_asm): Declare.
18653         * varasm.c (assemble_alias): Mark the target as needed.
18654
18655 2005-01-01  Andrew Pinski  <pinskia@physics.uc.edu>
18656
18657         PR middle-end/19221
18658         * function.c (get_arg_pointer_save_area): Use entry_of_function
18659         instead of get_insns.
18660
18661 2005-01-01  Roger Sayle  <roger@eyesopen.com>
18662             Andrew Pinski  <pinskia@physics.uc.edu>
18663             James E. Wilson  <wilson@specifixinc.com>
18664
18665         PR rtl-optimization/12092
18666         * loop.c (emit_prefetch_instructions): Do nothing if PREFETCH_BLOCK
18667         is zero.
18668
18669 2005-01-01  Roger Sayle  <roger@eyesopen.com>
18670             Olivier Hainque  <hainque@act-europe.fr>
18671
18672         * tree.c (int_fits_type_p): A narrower type always fits in a
18673         wider one, except for negative values into unsigned types.
18674
18675 2005-01-01  Roger Sayle  <roger@eyesopen.com>
18676
18677         * tree.c (int_fits_type_p): Compare the result of force_fit_type
18678         with the original constant rather than require TREE_OVERFLOW.
18679
18680 2005-01-01  Steven Bosscher  <stevenb@suse.de>
18681
18682         PR middle-end/17544
18683         * c-decl.c (finish_function): If compiling C99, annotate the
18684         compiler generated return with the current file name and line 0.
18685         * tree-cfg.c (remove_useless_stmts_warn_notreached): Only warn if
18686         the source line is greater than 0.
18687         (remove_bb): Likewise.