OSDN Git Service

3c4f66348c200db3fe5f6f53b0b9eaae836904b2
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2004-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
2
3         * config/s390/s390.h (DEFAULT_MAIN_RETURN): Remove.
4
5 2004-06-23  Roger Sayle  <roger@eyesopen.com>
6
7         * convert.c (strip_float_extension): Skip both NOP_EXPR and
8         CONVERT_EXPR floating point extensions.
9
10 2004-06-23  Diego Novillo  <dnovillo@redhat.com>
11
12         * Makefile.in (tree-vn.o): New.
13         (tree-ssa-pre.o): Don't depend on RTL_H.
14         * tree-dfa.c (find_referenced_vars): Don't call init_tree_ssa.
15         * tree-flow.h (struct var_ann_d): Remove field expr_set.
16         (add_to_value, expressions_equal_p, get_value_handle, vn_compute,
17         vn_lookup_or_add, vn_add, vn_lookup, vn_init, vn_delete): Declare.
18         * tree-optimize.c (execute_init_datastructures): New local function.
19         (pass_init_datastructures): New local variable.
20         (init_tree_optimization_passes): Sequence pass_init_datastructures.
21         * tree-pretty-print.c (MASK_POINTER): Remove.
22         (dump_generic_node): Handle VALUE_HANDLE.
23         * tree-ssa-pre.c: Move all value numbering routines to tree-vn.c.
24         Update callers to use new function names.
25         Use VALUE_HANDLE_ID and VALUE_HANDLE_EXPR_SET instead of
26         variable annotations.
27         * tree-ssa.c (init_tree_ssa): Call vn_init.
28         (delete_tree_ssa): Call vn_delete.
29         * tree-vn.c: New file.
30         * tree.c (tree_size): Handle VALUE_HANDLE.
31         (tree_node_structure): Likewise.
32         (iterative_hash_expr): Likewise.
33         * tree.def (VALUE_HANDLE): New code.
34         * tree.h (struct tree_value_handle): New.
35         (VALUE_HANDLE_ID): Define.
36         (VALUE_HANDLE_EXPR_SET): Define.
37         (enum tree_node_structure_enum): Add TS_VALUE_HANDLE.
38         (union tree_node): Add struct tree_value_handle.
39
40 2004-06-23  Andrew Pinski  <apinski@apple.com>
41
42         * c-typeck.c (composite_type):
43         <case POINTER_TYPE>: Build a qualified type of
44         the new type.
45         <case ARRAY_TYPE>: Likewise.
46         <case FUNCTION_TYPE>: Likewise.
47
48 2004-06-23  Pat Haugen  <pthaugen@us.ibm.com>
49
50         PR optimization/15633
51         * value-prof.c (divmod_fixed_value_transform): Compute probability
52         of taking optimal path and pass along to gen_ routine.
53         (mod_pow2_value_transform): Same.
54         (mod_subtract_transform): Same.
55         (gen_divmod_fixed_value): Add new probability parameter.
56         Add probability to newly created jump.
57         (gen_mod_pow2): Same.
58         (gen_mod_subtract): Same.
59
60 2004-06-23  Richard Earnshaw  <rearnsha@arm.com>
61
62         * PR target/15948
63         * arm.md (bicsi3_cbranch): Add alternative to handle tying operands
64         one and two.
65
66 2004-06-23  Richard Earnshaw  <rearnsha@arm.com>
67
68         PR target/15927
69         * arm.h (THUMB_SECONDARY_OUTPUT_RELOAD_CLASS): Don't need a secondary
70         reload if CLASS is BASE_REGS.
71
72 2004-06-23  Richard Sandiford  <rsandifo@redhat.com>
73
74         * gengtype-yacc.y (option): Avoid use of non-constant struct
75         initializer.
76
77 2004-06-23  Nathan Sidwell  <nathan@codesourcery.com>
78
79         * doc/extend.texi (Function Attributes): Alphabetize.
80
81 2004-06-23  Richard Henderson  <rth@redhat.com>
82
83         * c-gimplify.c (gimplify_decl_stmt): Update gimplify_type_sizes call.
84         Use gimplify_and_add.
85         * c-typeck.c (c_finish_if_stmt): Use NULL instead of empty stmt.
86         * gimplify.c (build_and_jump, gimplify_exit_expr,
87         gimplify_init_constructor, gimplify_save_expr, gimple_push_cleanup,
88         gimplify_stmt, gimplify_expr): Likewise.
89         (shortcut_cond_expr): Handle NULL arms of COND_EXPR.
90         (gimplify_statement_list): Remove NULL entries.
91         (gimplify_to_stmt_list): Handle NULL results.
92         (gimplify_type_sizes): Add list_p argument.
93         (gimplify_one_sizepos): Don't use internal pre/post queue.
94         * tree-gimple.h (gimplify_type_sizes): Update.
95
96 2004-06-22  Eric Christopher  <echristo@redhat.com>
97
98         * config/rs6000/rs6000.md (*insvsi_internal5/6): New patterns.
99
100 2004-06-22  Pat Haugen  <pthaugen@us.ibm.com>
101
102         * cfghooks.c (make_forwarder_block): Decrement count on fallthru edge
103         when redirecting back edges.
104
105         * cfghooks.c (split_block): Call make_single_succ_edge so that edge
106         count/probability are set correctly.
107
108 2004-06-22  Richard Henderson  <rth@redhat.com>
109
110         * c-typeck.c (emit_side_effect_warnings): Ignore error marks.
111         (c_finish_stmt_expr): Likewise.
112
113         * config/i386/i386.c (TARGET_STRUCT_VALUE_RTX): New.
114         (ix86_return_in_memory): Move SSE vector return warning ...
115         (ix86_struct_value_rtx): ... here.  New.
116
117 2004-06-22  Richard Henderson  <rth@redhat.com>
118
119         * tree.def (VTABLE_REF): Remove.
120         (OBJ_TYPE_REF): New.
121         (TRY_CATCH_EXPR, TRY_FINALLY_EXPR): Set type 's'.
122         * expr.c (expand_expr_real_1): Replace VTABLE_REF with OBJ_TYPE_REF.
123         * fold-const.c (non_lvalue): Likewise.
124         * gimplify.c (gimplify_expr): Likewise.
125         (gimplify_call_expr): Use is_gimple_call_addr.
126         * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): New.
127         * langhooks.h (fold_obj_type_ref): New.
128         * tree-gimple.c (is_gimple_call_addr): New.
129         * tree-gimple.h (is_gimple_call_addr): Declare.
130         * tree-inline.c (inlinable_function_p): Fix merge error.
131         (estimate_num_insns_1): Replace VTABLE_REF with OBJ_TYPE_REF.
132         * tree-pretty-print.c (dump_generic_node): Likewise.
133         (print_call_name): Handle OBJ_TYPE_REF.
134         * tree-ssa-ccp.c (fold_stmt): Fold OBJ_TYPE_REF.
135         * tree-ssa-operands.c (get_expr_operands): Handle OBJ_TYPE_REF.
136         * tree.h (OBJ_TYPE_REF_EXPR): New.
137         (OBJ_TYPE_REF_OBJECT, OBJ_TYPE_REF_TOKEN): New.
138         * doc/c-tree.texi (VTABLE_REF): Remove.
139         * objc/objc-act.c (build_objc_method_call): Build an OBJ_TYPE_REF.
140
141 2004-06-22  Richard Henderson  <rth@redhat.com>
142
143         PR middle-end/16026
144         * function.c (assign_parms): Don't abort for overaligned PARALLEL.
145
146 2004-06-22  Joseph S. Myers  <jsm@polyomino.org.uk>
147
148         * Makefile.in (distclean): Don't try to remove empty directories.
149
150 2004-06-22  Richard Sandiford  <rsandifo@redhat.com>
151
152         PR target/15869
153         * config/mips/mips.c (mips_avoid_hazards): Call split_all_insns_noflow.
154
155 2004-06-22  Alexandre Oliva  <aoliva@redhat.com>
156
157         * config/mn10300/mn10300.md (movdi, movdf): Use high/low for movu
158         operands.
159
160 2004-06-22  Dale Johannesen  <dalej@apple.com>
161
162         * config/rs6000/rs6000.c (legitimate_offset_address_p): Make
163         global, rename rs6000_legitimate_offset_address_p.
164         (rs6000_legitimate_address_p): Adjust calls to it.
165         (lmw_operation): Ditto.
166         (stmw_operation): Ditto.
167         * config/rs6000/rs6000-protos.h: Declare it.
168         * config/rs6000/rs6000.md (*movdf_hardfloat32): Use it
169         instead of offsettable_memref_p.
170
171 2004-06-22  Dale Johannesen  <dalej@apple.com>
172
173         * config/rs6000/rs6000.c (rs6000_legitimate_address): Disallow
174         [reg+reg] mode for TFmode memory accesses.
175         (rs6000_eliminate_indexed_memrefs): New.
176         (rs6000_emit_move): Call preceding for TImode and TFmode.
177
178 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
179
180         * tree-cfg.c (pass_warn_function_return): It needs
181         CFG, not SSA.
182
183 2004-06-22  Nathan Sidwell  <nathan@codesourcery.com>
184
185         * doc/invoke.texi (Machine Dependent Options): Alphabetize.
186         (Submodel Options): Likewise.
187
188 2004-06-21  Andrew Pinski  <apinski@apple.com>
189
190         Radar #: 3701874
191         * c-decl.c (push_file_scope): Return early if we already
192         have a file scope.
193
194 2004-06-21  Geoffrey Keating  <geoffk@apple.com>
195
196         * c-opts.c (c_common_handle_option): Handle -fpch-preprocess.
197         * c-common.h (flag_pch_preprocess): Declare.
198         (c_common_pch_pragma): Likewise.
199         * c-common.c (flag_pch_preprocess): New.
200         * c-pch.c (c_common_read_pch): Support -fpreprocess-only.
201         (c_common_pch_pragma): New.
202         * c-ppoutput.c (cb_read_pch): New.
203         (init_pp_output): Support -fpch-preprocess.
204         * c-pragma.c (init_pragma): Support #pragma GNUC pch_preprocess.
205         * c.opt (fpch-preprocess): New.
206         * gcc.c (cpp_options): When save-temps, pass -fpch-preprocess.
207         * doc/cppopts.texi: Document -fpch-preprocess.
208         * doc/invoke.texi (Precompiled Headers): Mention that
209         -fpreprocessed is safe for PCH.  Mention that if an option is
210         listed as safe that doesn't mean it does what you expect.
211
212 2004-06-22  Ben Elliston  <bje@au.ibm.com>
213
214         * tree-ssa.c (ssa_redirect_edge): Correct leading comment.
215
216 2004-06-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
217
218         * Makefile.in (gimplify.o): Add cgraph.h.
219         * alias.c (adjust_offset_for_component_ref): Use
220         component_ref_field_offset.
221         * c-decl.c (build_array_declarator): Add news args for ARRAY_REF.
222         * c-gimplify.c (gimplify_expr_stmt): Use alloc_stmt_list.
223         (gimplify_decl_stmt): Call gimplify_type_sizes for type.
224         For decl, call gimplify_one_sizepos and use statement list.
225         (gimplify_compound_literal_expr): New arg PRE_P.
226         Add statement to PRE_P list and return DECL.
227         (c_gimplify_expr, case COMPOUND_LITERAL_EXPR): Add arg to
228         gimplify_compound_literal_expr.
229         * c-tree.h (getdecls): Deleted.
230         * c-typeck.c (build_component_ref): Add operand for COMPONENT_REF.
231         (build_array_ref): Add two operands for ARRAY_REF.
232         (build_unary_op): Set TREE_INVARIANT and TREE_CONSTANT for
233         COMPOUND_LITERAL_EXPR.
234         * coverage.c (tree_coverage_counter_ref): Add new operands
235         for ARRAY_REF.
236         * emit-rtl.c (component_ref_for_mem_expr): Add new operand
237         for COMPONENT_REF.
238         (set_mem_attributes_minus_bitpos): Use array_ref_low_bound
239         and array_ref_element_size.
240         (widen_memory_access):Use component_ref_field_offset.
241         * explow.c (update_nonlocal_goto_save_area): Add two operands
242         for ARRAY_REF.
243         * expr.c (array_ref_element_size, array_ref_low_bound): New functions.
244         (component_ref_field_offset): Likewise.
245         (get_inner_reference): Use them.
246         (expand_expr_real_1, case ARRAY_REF): Use array_ref_low_bound.
247         * fold-const.c (fold, case EQ_EXPR): Properly handle DECL_SIZE.
248         (fold_read_from_constant_string): Use array_ref_low_bound.
249         Verify that result is a character type.
250         (build_fold_indirect_ref): Add two operands for ARRAY_REF.
251         * function.c (expand_function_start): Likewise.
252         * gimple-low.c (expand_var_p): Delete duplicated line.
253         * gimplify.c: Add static decls for local functions.
254         (cgraph.h): Now included.
255         (create_tmp_var): Remove check for ARRAY_TYPE.
256         (copy_if_shared_r): Look at bounds and sizes of types.
257         (build_and_jump): Return alloc_stmt_list instead of build_empty_stmt.
258         (gimplify_exit_expr, shortcut_cond_expr): Likewise.
259         (gimplify_save_expr, gimple_push_cleanup): Likewise.
260         (gimplify_init_constructor): Likewise.
261         WANT_VALUE now bool.
262         If empty list with no result wanted, return GS_UNHANDLED.
263         Add additional operands for ARRAY_REF and COMPONENT_REF.
264         (canonicalize_component_ref): Convert to &array[L].
265         (gimplify_array_ref_to_plus): Use array_ref_element_size and
266         array_ref_lower_bound.
267         (build_addr_expr_with_type, build_addr_expr): New functions.
268         (gimplify_compound_lval): WANT_LVALUE now bool.
269         Major rework to allow handle_component_p and initialize and
270         gimplify new operands for ARRAY_REF, ARRAY_RANGE_REF, and
271         COMPONENT_REF.
272         (gimplify_array_ref): Deleted.
273         (gimplify_self_mod_expr): WANT_VALUE now bool.
274         (gimplify_modify_expr): Gimplify to_p and from_p later.
275         Factor out code into gimplify_modify_expr_rhs and call twice.
276         Move variable-size code earlier and handle PLACEHOLDER_EXPR.
277         (gimplify_modify_expr_rhs, gimplify_variable_sized_compare): New fns.
278         (gimplify_addr_expr, case VIEW_CONVERT_EXPR): New case.
279         (gimplify_expr, case ARRAY_REF): Delete special case.
280         Instead handle like COMPONENT_REF; also do ARRAY_RANGE_REF,
281         IMAGPART, and REALPART the same way.
282         (gimplify_expr, case VIEW_CONVERT_EXPR): New case.
283         (gimplify_expr): Call gimplify_variable_sized_compare if applicable.
284         Call alloc_stmt_list instead of build_empty_stmt.
285         Deal with _REF that's volatile.
286         (gimplify_type_sizes, gimplify_one_sizepos): New functions.
287         (unshare_body, unvisit_body): New functions.
288         (gimplify_body): Call them.
289         * stmt.c (expand_stack_alloc): Don't expand TYPE_MAX_VALUE.
290         * stor-layout.c (get_pending_sizes): Don't change SAVE_EXPR_CONTEXT.
291         * tree-alias-common.c (get_alias_var): Also skip ARRAY_RANGE_REF.
292         * tree-cfg.c (tree_node_can_be_shared): Treat ARRAY_RANGE_REF
293         like ARRAY_REF.
294         (verify_expr, case ADDR_EXPR): Use handled_component_p.
295         * tree-dfa.c (get_virtual_var): Likewise.
296         * tree-dump.c (dequeue_and_dump, case COMPONENT_REF, ARRAY_REF):
297         New cases to dump new operands; likewise for ARRAY_RANGE_REF.
298         * tree-eh.c (tree_could_trap, case ARRAY_RANGE_REF): Like ARRAY_REF.
299         * tree-gimple.c (is_gimple_addr_expr_arg): Add ARRAY_RANGE_REF
300         and INDIRECT_REF.
301         (get_base_address): Use handled_component_p.
302         * tree-gimple.h (gimplify_type_sizes, gimplify_one_sizepos): New.
303         * tree-inline.c (walk_tree): Walk more things for types and decls.
304         * tree-mudflap.c (mf_build_check_statement_for): Add new operands
305         for ARRAY_REF and COMPONENT_REF.
306         (mx_xform_derefs_1): Clean up usage of decl sizes.
307         * tree-nested.c (build_addr): Use handled_component_p.
308         (walk_stmts, case CATCH_EXPR): Add missing "break".
309         (get_static_chain, get_frame_field): Add new operand for COMPONENT_REF.
310         (finalize_nesting_tree_1): Likewise.
311         (convert_nonlocal_reference, case ARRAY_RANGE_REF): Like ARRAY_REF
312         and process additional operands.
313         (convert_local_reference): Likewise.
314         * tree-outof-ssa.c (discover_nonconstant_array_refs_r): Treat
315         ARRAY_RANGE_REF similarly to ARRAY_REF.
316         * tree-pretty-print.c (dump_generic_node, case QUAL_UNION_TYPE): Handle
317         like RECORD_TYPE.
318         (dump_generic_node, case COMPONENT_REF): Print offset operand.
319         (dump_generic_node, case ARRAY_RANGE_REF): Treat like ARRAY_REF
320         and print lower bound and element size for both.
321         (op_prio, case ARRAY_RANGE_REF): Like ARRAY_REF.
322         * tree-sra.c (csc_build_component_ref): Add new operand.
323         (scalarize_call_expr): Use get_base_address.
324         * tree-ssa-ccp.c (widen_bitfield): Clean up size handling.
325         (maybe_fold_offset_to_array_ref): Rework to handle input having an
326         ARRAY_REF, refine handling of lower bound, and add new operands
327         for ARRAY_REF.
328         (maybe_fold_to_component_ref): Add new operand for COMPONENT_REF.
329         (maybe_fold_stmt_indirect): Only fold *&B to B if types match.
330         (maybe_fold_stmt_addition): Only handle constant lower bound.
331         * tree-ssa-operands.c (get_expr_operands): Minor rearrangements.
332         Treat ARRAY_REF and ARRAY_RANGE_REF the same; look at extra operands.
333         Look at new offset operand of COMPONENT_REF.
334         * tree-ssa.c (set_is_used): Use handled_component_p.
335         * tree.c (substitute_in_expr, case COMPONENT_REF): Add new operand.
336         (stabilize_reference, case COMPONENT_REF): Likewise.
337         (stabilize_reference, case ARRAY_RANGE_REF, ARRAY_REF): Similarly.
338         (recompute_tree_invariant_for_addr_expr): Completely rework to
339         be more precise.  Also set TREE_SIDE_EFFECTS.
340         (build1_stat, case ARRAY_EXPR): Don't handle TREE_SIDE_EFFECTS here.
341         (build2_stat, build3_stat, build4_stat): For references,
342         propagate TREE_THIS_VOLATILE.
343         (get_unwidened): Add new operand for COMPONENT_REF.
344         (get_narrower): Likewise; use host_integerp for DECL_SIZE.
345         * tree.def (COMPONENT_REF): Add new operand.
346         (ARRAY_REF, ARRAY_RANGE_REF): Add two new operands.
347         * tree.h (array_ref_element_size, array_ref_low_bound): New decls.
348         (component_ref_field_offset): Likewise.
349         * config/alpha/alpha.c (alpha_va_start): Add new op for COMPONENT_REF.
350         (alpha_gimplify_va_arg): Likewise.
351         * config/i386/i386.c (ix86_va_start, ix86_gimplify_va_arg): Likewise.
352         * config/i860/i860.c (i860_va_start, i860_va_arg): Likewise.
353         * config/iq2000/iq2000.c (iq2000_va_arg): Likewise.
354         * config/mips/mips.c (mips_va_start, mips_va_arg): Likewise.
355         * config/rs6000/rs6000.c (rs6000_va_start, rs6000_gimplify_va_arg):
356         Likewise.
357         * config/s390/s390.c (s390_va_start, s390_gimplify_va_arg): Likewise.
358         * config/sh/sh.c (sh_va_start, sh_va_arg): Likewise.
359         * config/stormy16/stormy16.c (xstormy1_expand_builin_va_start):
360         Likewise.
361         (xstormy16_expand_builtin_va_arg): Likewise.
362         * config/xtensa/xtensa.c (xtensa_va_start, xtensa_va_arg): Likewise.
363         * objc/objc-act.c (generate_static_references): Likewise.
364         (generate_strings, build_method_prototype_list_template): Likewise.
365         (generate_protocol_list): Likewise.
366
367 2004-06-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
368
369         PR rtl-optimization/14782
370         * pa.c (emit_move_sequence): Use SFmode for 4-byte modes when doing
371         the address checks for secondary reloads for loads from and stores
372         to floating-point registers.
373         * pa.h (EXTRA_CONSTRAINT, case T): Use SFmode for 4-byte modes
374         in the address check.  Move work around for ELF32 targets to
375         GO_IF_LEGITIMATE_ADDRESS.
376         (GO_IF_LEGITIMATE_ADDRESS): Require constant offsets to be
377         correctly aligned for DImode loads and stores.  Don't allow long
378         SFmode displacements on ELF32.
379
380 2004-06-21  Richard Henderson  <rth@redhat.com>
381
382         PR rtl-opt/16114
383         * cse.c (merge_equiv_classes): Also rehash in response to
384         delete_reg_equiv changes.
385         (rehash_using_reg): Don't exclude REGs from rehashing.
386
387 2004-06-21  Richard Henderson  <rth@redhat.com>
388
389         * c-common.def (RETURN_STMT): Remove.
390         * c-common.h (RETURN_STMT_EXPR): Remove.
391         (c_expand_return, build_return_stmt): Remove.
392         (c_common_stmt_codes): Remove RETURN_STMT.
393         * c-dump.c (dump_next_stmt): Remove.
394         (c_dump_tree): Remove RETURN_STMT.
395         * c-decl.c (finish_function): Use c_finish_return.
396         * c-parse.in (stmt): Likewise.
397         * c-gimplify.c (gimplify_return_stmt): Remove.
398         (c_gimplify_expr): Remove RETURN_STMT.
399         * c-pretty-print.c (pp_c_statement): Likewise.
400         * c-semantics.c (build_return_stmt): Remove.
401         * c-tree.h (c_finish_return): Declare.
402         * c-typeck.c (c_finish_return): Rename from c_expand_return.
403         Return void.  Build RETURN_EXPR directly.
404         * tree-dump.h (dump_next_stmt): Remove.
405
406 2004-06-21  Zack Weinberg  <zack@codesourcery.com>
407
408         * c-decl.c (start_function): Don't call make_decl_rtl.  Don't
409         look at TREE_ADDRESSABLE of symbol name.
410
411 2004-06-21  Kelley Cook  <kcook@gcc.gnu.org>
412
413         PR target/15551
414         * config/i386/i386.md: Change UNSPEC_STACK_PROBE to UNSPECV_STACK_PROBE.
415         (allocate_stack_worker): Make unspec_volatile.
416         (allocate_stack_worker_rex64):  Likewise.
417         (allocate_stack_worker_postreload):  Likewise.
418         (allocate_stack_worker_rex64_postreload):  Likewise.
419
420 2004-06-21  Daniel Berlin  <dberlin@dberlin.org>
421
422         Fix PR optimization/15982
423         * tree-ssa-pre.c: Update a few comments and todos to
424         reflect constants change.
425         (get_value_handle): Constants now value number to themselves.
426         (lookup): Constants lookup to themselves.
427         (add_to_value): Adjust to always be on.
428         (set_contains_value): Adjust for constants change.
429         (find_leader): Ditto.
430         (phi_translate): 'r' nodes are never ANTIC right now.
431         (valid_in_set): Ditto.
432         (get_expr_set): New function.
433         (find_or_generate_expression): New function, broken out from
434         insert_aux.
435         (create_expression_by_pieces): Ditto, plus additional
436         machinery to handle complex values.
437         (compute_avail): Remove dead RETURN_EXPR handling.
438
439 2004-06-21  Steven Bosscher  <stevenb@suse.de>
440
441         * config/i386/i386.c: Include insn-codes.h
442         * config/i386/i386.h (FLAGS_REG, FPSR_REG, DIRFLAG_REG): Don't
443         define here.
444         * config/i386/i386.md (BP_REG, SP_REG, FLAGS_REG, FPSR_REG,
445         DIRFLAG_REG): New define_constants.  Use them everywhere.
446
447 2004-06-21  Kaz Kojima  <kkojima@gcc.gnu.org>
448
449         * config/sh/t-linux (MULTILIB_OPTIONS): Remove.
450
451 2004-06-21  J"orn Rennecke <joern.rennecke@superh.com>
452
453         * sh.h (SUPPORT_SH1, SUPPORT_SH2E, SUPPORT_SH4): Conditionanlly define.
454         (SUPPORT_SH4_SINGLE): Likewise.
455         (TARGET_SWITCHES): Break out switches for cpu subtargets:
456         (TARGET_SWITCH_SH1, TARGET_SWITCH_SH2, TARGET_SWITCH_SH2E): Define.
457         (TARGET_SWITCH_SH3, TARGET_SWITCH_SH3E): Likewise.
458         (TARGET_SWITCH_SH4_SINGLE_ONLY, TARGET_SWITCH_SH4_SINGLE): Likewise.
459         (TARGET_SWITCH_SH4_NOFPU, TARGET_SWITCH_SH4): Likewise.
460         (TARGET_SWITCH_SH5_64MEDIA, TARGET_SWITCH_SH5_64MEDIA_NOFPU): Likewise.
461         (TARGET_SWITCHES_SH5_32MEDIA): Likewise.
462         (TARGET_SWITCHES_SH5_32MEDIA_NOFPU): Likewise.
463         (SELECT_SH5_64, SELECT_SH5_64_NOFPU): Rename to:
464         (SELECT_SH5_64MEDIA, SELECT_SH5_64MEDIA_NOFPU)
465         (SELECT_SH5_32, SELECT_SH5_32_NOFPU): Rename to:
466         (SELECT_SH5_32MEDIA, SELECT_SH5_32MEDIA_NOFPU).
467         (SH_MULTILIB_CPU_DEFAULT, MULTILIB_DEFAULTS): Define.
468         (ASM_ISA_SPEC_DEFAULT, ASM_ISA_DEFAULT_SPEC): Likewise.
469         * sh64.h (ASM_SPEC, LINK_DEFAULT_CPU_EMUL): Don't redefine.
470         (TARGET_DEFAULT): Likewise.
471         * config/sh/t-elf: Amend comment.
472         * config/sh/t-1e, config/sh/t-mlib-sh1: New files.
473         * config/sh/t-mlib-sh2, config/sh/t-mlib-sh2e: Likewise.
474         * config/sh/t-mlib-sh3, config/sh/t-mlib-sh3e: Likewise.
475         * config/sh/t-mlib-sh4, config/sh/t-mlib-sh4-nofpu: Likewise.
476         * config/sh/t-mlib-sh4-single: Likewise.
477         * config/sh/t-mlib-sh4-single-only: Likewise.
478         * config/sh/t-mlib-sh5-32media: Likewise.
479         * config/sh/t-mlib-sh5-32media-nofpu: Likewise.
480         * config/sh/t-mlib-sh5-64media: Likewise.
481         * config/sh/t-mlib-sh5-64media-nofpu: Likewise.
482         * config/sh/t-mlib-sh5-compact: Likewise.
483         * config/sh/t-mlib-sh5-compact-nofpu: Likewise.
484         * config/sh/t-sh: (MULTILIB_ENDIAN): Add mb.
485         (MULTILIB_CPUS): Define.
486         (MULTILIB_OPTIONS): Use MULTILIB_CPUS.
487         (MULTILIB_MATCHES): Use some shell code to calculate it.
488         (MULTILIB_EXCEPTIONS): Change to ml/m1.
489         * config/sh/elf.h (SUBTARGET_ASM_ISA_SPEC): Use ASM_ISA_DEFAULT_SPEC.
490         * config/sh/netbsd-elf.h: Update code which sets TARGET_VERSION_CPU.
491         (LINK_DEFAULT_CPU_EMUL): Don't redefine.
492         (NO_PROFILE_COUNTERS): Define to 1.
493         * config/sh/t-netbsd (MULTILIB_OPTIONS): Don't append to.
494         (MULTILIB_DIRNAMES, MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Don't zap.
495         * config/sh/t-netbsd-sh5-64 (MULTILIB_OPTIONS): Don't redefine.
496         (MULTILIB_MATCHES): Don't zap.
497         (MULTILIB_DIRNAMES): Use MULTILIB_RAW_DIRNAMES.
498         * config/sh/t-sh64 (MULTILIB_OPTIONS): Don't redefine.
499         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Don't zap.
500         (MULTILIB_RAW_DIRNAMES): Define.
501         (MULTILIB_DIRNAMES): Use it.
502         * config.gcc: Also set cpu_type / need_64bit_hwint for sh[be]*-*-*.
503         (sh*linux configurations): Merge into:
504         (sh*elf / sh*kaos configurations).  Support --with-endian, --with-cpu,
505         --with-multilib-list options.  Support sh-superh-elf configuration.
506         (sh*-netbsd*): Use SELECT_SH* macros.
507         (supported_defaults): sh[123456ble]-*-* | sh-*-* support "cpu".
508         Merge sh*-*-netbsd* configurations into sh-elf configurations.
509         * config/sh/t-netbsd-sh5, config/sh/t-be, config/sh/t-le: Delete.
510         * config/sh/t-monolib: Likewise.
511
512 2004-06-21  Paul Brook  <paul@codesourcery.com>
513
514         * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Soft-float need
515         not imply FPA.
516
517 2004-06-21  Roger Sayle  <roger@eyesopen.com>
518
519         * fold-const.c (operand_equal_p): Pass flags in recursive calls for
520         binary and relational operations.  Add support for TRUTH_ANDIF_EXPR,
521         TRUTH_ORIF_EXPR, TRUTH_AND_EXPR, TRUTH_OR_EXPR and TRUTH_XOR_EXPR.
522         * tree.c (commutative_tree_code): Also list UNORDERED_EXPR,
523         ORDERED_EXPR, UNEQ_EXPR, LTGT_EXPR, TRUTH_AND_EXPR, TRUTH_OR_EXPR
524         and TRUTH_XOR_EXPR.
525
526 2004-06-21  Paolo Bonzini  <bonzini@gnu.org>
527
528         * rtlanal.c (may_trap_p): Mark LTGT as trapping.
529
530 2004-06-21  Joseph S. Myers  <jsm@polyomino.org.uk>
531
532         * tree-alias-common.h (struct tree_alias_ops): Change ip and
533         ip_partial to unsigned int.
534
535 2004-06-21  Richard Henderson  <rth@redhat.com>
536
537         * c-common.c (verify_sequence_points): Export.
538         (c_expand_expr_stmt): Move to c-typeck.c.
539         * c-common.h (c_expand_expr_stmt): Remove.
540         (verify_sequence_points): Declare.
541         * c-mudflap.c (mflang_flush_calls): Use c_finish_expr_stmt.
542         * c-parse.in (for_init_stmt, stmt): Likewise.
543         * c-tree.h (c_finish_expr_stmt): Declare.
544         (c_tree_expr_nonnegative_p): Remove.
545         * c-typeck.c (c_tree_expr_nonnegative_p): Remove.
546         (build_conditional_expr, build_binary_op): Use tree_expr_nonnegative_p.
547         (emit_side_effect_warnings): New.
548         (c_finish_expr_stmt): Rename from c_expand_expr_stmt.  Use it.
549         (c_finish_stmt_expr): Work without EXPR_STMT.  Handle eh regions.
550         Use emit_side_effect_warnings.
551         (push_cleanup): Copy STATEMENT_LIST_STMT_EXPR.
552         * fold-const.c (tree_expr_nonnegative_p): Handle TARGET_EXPR.
553         * gimplify.c (gimplify_modify_expr): Don't discard TARGET_EXPR
554         with void initializer.
555         (gimplify_target_expr): Handle void BIND_EXPR initializer.
556         * tree-inline.c (estimate_num_insns_1): Fix type lookup for
557         INIT_EXPR and MODIFY_EXPR.
558         * objc/objc-act.c (build_module_descriptor): Use add_stmt
559         instead of c_expand_expr_stmt.
560
561 2004-06-21  Paolo Bonzini  <bonzini@gnu.org>
562
563         * fold-const.c (fold_cond_expr_with_comparison):
564         New function, extracted from fold.
565         (fold): Extract code to fold A op B ? A : C, use
566         it to fold A op B ? C : A.  Really optimize
567         A & N ? N : 0 where N is a power of two.  Avoid
568         relying on canonicalization and recursion for
569         foldings of COND_EXPR to happen.
570
571 2004-06-20  David Ayers  <d.ayers@inode.at>
572
573         * objc/objc-act.h (get_object_reference): Rename to
574         get_protocol_reference.
575         (super_type): Rename to objc_super_type.
576         (selector_type): Rename to objc_selector_type.
577         (id_type): Rename to objc_id_type.
578         (instance_type): Rename to objc_instance_type.
579         (protocol_type): Rename to objc_protocol_type.
580         (IS_ID): Update reference to id_type.
581         * objc/objc-act.c (get_object_reference): Rename to
582         get_protocol_reference; add documentation; update references to
583         id_type.
584         (lookup_method_in_protocol_list): Rename class_meth to
585         is_class; add documentation.
586         (finish_message_expr): Rename is_class to class_tree.
587         (synth_module_prologue, objc_is_object_ptr, objc_build_exc_ptr,
588         next_sjlj_build_try_catch_finally, objc_begin_catch_clause,
589         build_next_objc_exception_stuff, get_arg_type_list,
590         build_objc_method_call): Update references to id_type.
591         (synth_module_prologue, build_objc_symtab_template,
592         build_selector_reference_decl, build_selector,
593         build_selector_translation_table, build_typed_selector_reference,
594         get_arg_type_list, synth_self_and_ucmd_args, get_arg_type_list,
595         synth_self_and_ucmd_args): Update references to selector_type.
596         (build_private_template, build_ivar_reference): Update references
597         to instance_type.
598         (synth_module_prologue, build_protocol_reference,
599         build_protocol_expr, start_protocol): Update references to
600         protocol_type.
601         (synth_module_prologue, get_arg_type_list, build_objc_method_call):
602         Update references to super_type.
603         * c-parse.in: (typespec_nonreserved_nonattr): Update
604         references to get_object_reference.
605         * objc/objc-tree.def: Add C mode identifier sequence.
606
607 2004-06-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
608
609         * loop-invariant.c: New file.
610         * Makefile.in (loop-invariant.o): New.
611         * cfgloop.h (global_cost_for_size, init_set_costs,
612         move_loop_invariants): Declare.
613         * cfgloopanal.c (seq_cost, init_set_costs, global_cost_for_size): New
614         functions.
615         (avail_regs, res_regs, small_cost, pres_cost, spill_cost): New
616         variables.
617         * common.opt (floop-optimize2, fmove-loop-invariants): New options.
618         * loop-init.c (loop_optimizer_init): Call init_set_costs.
619         * passes.c (rest_of_handle_loop2): Call move_loop_invariants.
620         (rest_of_compilation): Check flag_loop_optimize2.
621         * toplev.c (process_options): Handle flag_loop_optimize2.
622         * doc/invoke.texi (-floop-optimize2, -fmove-loop-invariants): Document.
623         * doc/passes.texi (loop-invariant.c): Document.
624
625 2004-06-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
626
627         * tree-ssa-pre.c (compute_antic): Keep BB_VISITED flag zeroed.
628
629 2004-06-20  Richard Henderson  <rth@redhat.com>
630
631         * stmt.c (warn_if_unused_value): Add locus argument.
632         * tree.h (warn_if_unused_value): Update decl.
633         * c-typeck.c (internal_build_compound_expr): Update call.
634         * c-gimplify.c (gimplify_expr_stmt): Likewise.
635
636 2004-06-20  Andrew Pinski  <pinskia@physics.uc.edu>
637
638         PR middle-end/16089
639         * builtins.c (entry_of_function): Move to ...
640         * cfgrtl.c (entry_of_function): Here and make non-static.
641         * integrate.c (emit_initial_value_sets): Use entry_of_function.
642         * rtl.h (entry_of_function): Prototype.
643
644 2004-06-20  Roger Sayle  <roger@eyesopen.com>
645
646         * config/i386/i386.c (pentium4_cost): Increase "lea" cost from 1 to 3.
647         (ix86_rtx_costs) <ASHIFT, PLUS>: Consider ix86_cost->lea even when
648         TARGET_DECOMPOSE_LEA.
649
650 2004-06-20  Richard Henderson  <rth@redhat.com>
651
652         * c-common.h (add_decl_stmt): Move to cp-tree.h.
653         * c-decl.c (finish_decl): Don't use add_decl_stmt.
654         * c-parse.in: Likewise.
655         * c-gimplify.c (gimplify_expr_stmt): Don't build CLEANUP_POINT_EXPR.
656         (gimplify_c_loop, gimplify_return_stmt, gimplify_decl_stmt): Likewise.
657         * c-semantics.c (add_decl_stmt): Move to cp/semantics.c.
658
659 2004-06-20  Richard Henderson  <rth@redhat.com>
660
661         * c-common.def (IF_STMT, CLEANUP_STMT): Move to cp-tree.def.
662         * c-common.h (IF_COND, THEN_CLAUSE, ELSE_CLAUSE, CLEANUP_BODY,
663         CLEANUP_EXPR, CLEANUP_DECL): Move to cp-tree.h.
664         (c_common_stmt_codes): Remove IF_STMT, CLEANUP_STMT.
665         * c-dump.c (c_dump_tree): Move IF_STMT, CLEANUP_STMT to cp_dump_tree.
666         * c-pretty-print.c (pp_c_statement): Similarly.
667         * c-gimplify.c (gimplify_cleanup_stmt, gimplify_cleanup_stmts,
668         gimplify_if_stmt): Move to cp-gimplify.c.
669         (c_genericize, c_gimplify_expr): Don't call them.
670         * c-semantics.c (push_cleanup): Move to cp/semantics.c.
671         * c-typeck.c (push_cleanup): New.
672         (c_begin_if_stmt, c_finish_if_cond, c_finish_then, c_finish_else,
673         c_finish_if_stmt): Use COND_EXPR.
674         * tree.h (CLEANUP_EH_ONLY): Update documentation.
675
676 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
677
678         * c-common.h (has_c_linkage): New interface.
679         * c-cppbuiltin.c: Include target.h.
680         (c_cpp_builtins): Define __PRAGMA_REDEFINE_EXTNAME and
681         __PRAGMA_EXTERN_PREFIX when appropriate.
682         * c-pragma.c: Include target.h.
683         Document clarified semantics of symbol-renaming #pragmas.
684         (handle_pragma_redefine_extname, handle_pragma_extern_prefix)
685         (maybe_apply_renaming_pragma): Rewrite according to clarified
686         semantics.  Always recognize, but do not necessarily execute.
687         (init_pragma): Unconditionally register symbol-renaming pragmas.
688         * system.h: Poison HANDLE_PRAGMA_REDEFINE_EXTNAME
689         and HANDLE_PRAGMA_EXTERN_PREFIX.
690         * target.h (struct gcc_target): Add handle_pragma_redefine_extname
691         and handle_pragma_extern_prefix flags.
692         * target-def.h: Add defaults for TARGET_HANDLE_PRAGMA_REDEFINE_EXTNAME
693         and TARGET_HANDLE_PRAGMA_EXTERN_PREFIX.
694         * Makefile.in (c-pragma.o, c-cppbuiltin.o): Update dependencies.
695         * config/sol2.h: Define TARGET_HANDLE_PRAGMA_REDEFINE_EXTNAME,
696         not HANDLE_PRAGMA_REDEFINE_EXTNAME.
697         (TARGET_OS_CPP_BUILTINS): No need to define __PRAGMA_REDEFINE_EXTNAME.
698         (TRANSFER_FROM_TRAMPOLINE): Prototype mprotect.
699         * config/alpha/osf.h: Define TARGET_HANDLE_PRAGMA_EXTERN_PREFIX,
700         not HANDLE_PRAGMA_EXTERN_PREFIX.
701         (TARGET_OS_CPP_BUILTINS): No need to define __PRAGMA_EXTERN_PREFIX.
702         * doc/extend.texi (Solaris Pragmas, Tru64 Pragmas): Combine
703         into one section "Symbol-Renaming Pragmas"; clarify; document
704         adjusted semantics.
705
706         * builtins.c (expand_builtin): Do not issue error for a builtin
707         with no special case code and no DECL_ASSEMBLER_NAME; just do the
708         library call.
709         * c-decl.c (builtin_function): Don't call make_decl_rtl.
710         * c-objc-common.c (has_c_linkage): Stub implementation.
711         * cgraphunit.c (cgraph_expand_function)
712         (cgraph_remove_unreachable_nodes): Don't clear DECL_ARGUMENTS.
713
714 2004-06-19  Roger Sayle  <roger@eyesopen.com>
715
716         * builtins.c (fold_builtin_unordered_cmp): Take an EXP argument
717         instead of both an ARGLIST and a result TYPE.  Handle these C99
718         comparison functions as "polymorphic" builtins.  Also handle
719         lowering of BUILT_IN_ISUNORDERED to an UNORDERED_EXPR tree node.
720         (fold_builtin_1): Update calls to fold_builtin_unordered_cmp.
721         Move handling of BUILT_IN_ISUNORDERED from here to there.
722
723 2004-06-19  Richard Henderson  <rth@redhat.com>
724
725         * c-common.c, c-common.h (lang_gimplify_stmt): Remove.
726         * c-gimplify.c: Remove unnecessary prototypes.
727         (c_gimplify_stmt): Merge into ...
728         (c_gimplify_expr): ... here.  Don't play with prep_stmt.
729         * c-semantics.c (prep_stmt): Remove.
730         * gimplify.c (annotate_one_with_locus): Break out from ...
731         (annotate_all_with_locus): ... here.
732         (gimplify_expr): Add locus to expressions even if pre/post queues
733         are not present.
734
735 2004-06-19  Richard Henderson  <rth@redhat.com>
736
737         PR target/15941
738         * function.c (assign_parms): If not padding upward or intentionally
739         forcing upward padding, take offset_rtx into account when determining
740         the alignment for stack_parm.
741
742 2004-06-19  Richard Henderson  <rth@redhat.com>
743
744         PR target/15550
745         * ifcvt.c (noce_try_move): Recognize all generated instructions.
746
747 2004-06-19  Jan Hubicka  <jh@suse.cz>
748
749         * function.c (free_after_compilation): Do not free computed_goto_common*.
750         * function.h (struct function): Kill computed_goto_common*.
751         * stmt.c (expand_computed_goto): Do not commonize the computed gotos.
752         * tree-cfg.c (disband_implicit_edges): Do not forward across the
753         commonized computed goto.
754
755 2004-06-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
756
757         * doc/invoke.texi: Remove obsolete comment regarding PA 2.0 support
758         in binutils.
759
760 2004-06-19  Andrew Pinski  <apinski@apple.com>
761
762         PR c++/15721
763         * toplev.c (wrapup_global_declarations): Do not check
764         TREE_SYMBOL_REFERENCED of the DECL_ASSEMBLER_NAME but check
765         cgraph_varpool_node's needed field.
766
767 2004-06-19  Jan Hubicka  <jh@suse.cz>
768             Steven Bosscher  <stevenb@suse.de>
769
770         CFG transparent RTL expansion:
771         * Makefile.in (cfgexpand.o): New object file.
772         (builtins.o): Add dependency on basic-block.h
773         * builtins.c: Include basic-block.h
774         (entry_of_function): New function.
775         (expand_builtin_apply_args, expand_builtin_saveargs): Use it.
776         * cfgexpand.c: New file.
777         * expr.c (execute_expand, pass_expand): Kill.
778         * pass.c (rest_of_compilation): Do not build CFG unless called from
779         coverage code.
780         * tree-cfg.c (delete_tree_cfg): Rename to..
781         (delete_tree_cfg_annotations): ... this one; Do not remove the CFG itself.
782         * tree-flow.h (delete_tree_cfg_annotations): Declare.
783         (dleete_tree_cfg): Kill.
784         * tree-optimize.c (execute_rebuild_bind, pass_rebuild_bind): Kill.
785         (execute_del_cfg): Rename to...
786         (execute_free_datastructures): This one...
787         (pass_del_cfg): Rename to...
788         (pass_free_datastructures): ... this one; Do not kill PROP_cfg.
789         (init_tree_optimization_passes): Make cfg build and profiling to happen
790         unconditionally.
791
792 2004-06-19  Steven Bosscher  <stevenb@suse.de>
793
794         * tree-mudflap.c (mf_decl_cache_locals): Skip labels before
795         inserting the cache variables.
796
797         * tree-mudflap.c: Include headers to make basic_block available.
798         Move functions around such that related functions are near each
799         other.  Add prototypes for all static functions.  Add comments
800         briefly explaining what IR the mudflap1 and mudflap2 work on and
801         what they do.
802         (mudflap_function_decls): Rename to execute_mudflap_function_decls.
803         (mudflap_function_ops): Rename to execute_mudflap_function_ops.
804         (pass_mudflap_1, pass_mudflap_2): Update.
805         (mf_decl_cache_locals): Make it work on the CFG instead of the saved
806         function tree.
807         (mf_build_check_statement_for): Make it work on the CFG.
808         (mf_xform_derefs_1): Likewise.  Cleanup code style.
809         (mf_xform_derefs): Likewise.
810
811 2004-06-19  Jan Hubicka  <jh@suse.cz>
812
813         * tree-cfg.c (label_to_block): Invent the label destination for
814         undefined labels.
815         (cleanup_dead_labels): Update table in the case label_to_block added
816         new label.
817
818 2004-06-18  Richard Henderson  <rth@redhat.com>
819
820         PR c++/16036
821         * gimple-low.c (lower_function_body): Generate return statement for
822         fall off the end of the function here ...
823         * tree-cfg.c (make_edges): ... instead of here.
824         * gimplify.c (gimplify_return_expr): Mark return temp TREE_NO_WARNING.
825
826 2004-06-18  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
827
828         * tree-ssa.c (raise_value): Removed.
829         (get_eq_name, check_phi_redundancy): New functions.
830         (kill_redundant_phi_nodes): Use standard ssa minimalization algorithm.
831
832 2004-06-18  Roger Sayle  <roger@eyesopen.com>
833
834         * fold-const.c (fold) <UNORDERED_EXPR, ORDERED_EXPR, UNLT_EXPR,
835         UNLE_EXPR, UNGT_EXPR, UNGE_EXPR, UNEQ_EXPR, LTGT_EXPR>: Add
836         constant folding for unordered comparison tree nodes.  If both
837         operands are real constants, call fold_relational_const.  If either
838         operand is a NaN, evaluate the other for side-effects and return a
839         constant.  Optimize (double)float1 CMP (double)float2 into the
840         equivalent float1 CMP float2.
841         (nondestructive_fold_binary_to_constant) <UNORDERED_EXPR,
842         ORDERED_EXPR, UNLT_EXPR, UNLE_EXPR, UNGT_EXPR, UNGE_EXPR, UNEQ_EXPR,
843         LTGT_EXPR>: Call fold_relational_const for constant operands.
844         (fold_relational_const): Add support for unordered comparison tree
845         nodes.  Don't constant fold "ordered" floating point comparisons
846         against NaN if when flag_trapping_math is set.
847
848 2004-06-19  Jakub Jelinek  <jakub@redhat.com>
849
850         * fold-const.c (build_range_check): If !in_p and recursive call
851         fails, exit immediately.  If high - low overflows and etype is
852         a signed type, retry with unsigned etype.
853         (merge_ranges): If !in0_p and !in1_p, handle even range2 adjacent
854         to range1 at TYPE_MAX_VALUE and TYPE_MIN_VALUE.
855
856 2004-06-18  Richard Henderson  <rth@redhat.com>
857
858         * c-gimplify.c (gimplify_condition): Remove.
859         (gimplify_c_loop, gimplify_if_stmt, gimplify_switch_stmt): Don't
860         call it.
861
862 2004-06-18  Richard Henderson  <rth@redhat.com>
863
864         * tree-eh.c (decide_copy_try_finally): Fix scaling of copy and
865         switch estimates.
866
867 2004-06-18  Andrew Pinski  <pinskia@physics.uc.edu>
868
869         * config/i386/darwin.h (HOT_TEXT_SECTION_NAME): Define.
870         (NORMAL_TEXT_SECTION_NAME): Define.
871         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
872         (SECTION_FORMAT_STRING): Define.
873
874 2004-06-18  Steven Bosscher  <stevenb@suse.de>
875
876         * config/xtensa/xtensa.c
877         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define.
878         * xtensa.md: Replace the old pipeline description with a DFA model.
879
880 2004-06-18  Steven Bosscher  <stevenb@suse.de>
881             Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
882
883         * config/s390/s390.md: Remove the generic pipeline description.
884         * config/s390/2064.md: Make all insn reservations apply to
885         the z900, g5 and g6.
886         * config/s390/s390.c (s390_use_dfa_pipeline_interface): Remove.
887         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE):
888         Define to hook_int_void_1.
889         (s390_adjust_cost): Cleanup.  Don't check address dependency here.
890         (s390_first_cycle_multipass_dfa_lookahead): Always return 4.
891
892 2004-06-18  Daniel Berlin  <dberlin@dberlin.org>
893                         Diego Novillo  <dnovillo@redhat.com>
894
895         * tree-dfa.c (create_var_ann): tree_ann -> tree_ann_t.
896         (create_stmt_ann): Ditto.
897         (create_tree_ann): New function.
898         (create_cst_ann): Remove.
899         (create_expr_ann): Ditto.
900
901         * tree-flow-inline.h (cst_ann): Remove.
902         (get_cst_ann): Ditto.
903         (get_expr_ann): Ditto.
904         (expr_ann): Ditto.
905         (get_tree_ann): New function.
906         (tree_ann): Ditto.
907         (ann_type): tree_ann -> tree_ann_t.
908         * tree-flow.h (tree_ann_type): CST_ANN, EXPR_ANN removed.
909         (struct cst_ann_d): Removed.
910         (struct expr_ann_d): Ditto.
911         (union tree_ann_d): Removed cst and expr.
912         (tree_ann): Renamed to tree_ann_t.
913         * tree-ssa-ccp.c (set_rhs): tree_ann -> tree_ann_t.
914         * tree-ssa-pre.c (get_value_handle): Rewrite for single common
915         annotation.
916         (set_value_handle): Ditto.
917         (phi_translate): Ditto.
918         * tree-tailcall.c (adjust_return_value): tree_ann -> tree_ann_t.
919
920 2004-06-18  Kaz Kojima  <kkojima@gcc.gnu.org>
921
922         * config/sh/t-linux64: New file.
923         * config.gcc: Add it to tmake_file for sh64*-*-linux*.
924
925 2004-06-18  Paolo Bonzini  <bonzini@gnu.org>
926
927         * emit-rtl.c (unshare_all_rtl_1): New name of unshare_all_rtl.
928         (unshare_all_rtl_again): Call unshare_all_rtl_1.
929         (unshare_all_rtl): New.
930         * function.c (instantiate_virtual_regs): Remove parameters.
931         * function.h (instantiate_virtual_regs): Add prototype.
932         * rtl.h (unshare_all_rtl): Add prototype.
933         * tree.h (instantiate_virtual_regs, unshare_all_rtl): Remove
934         prototype.
935         * passes.c: Remove assertions on the parameters to
936         rest_of_handle_* functions.  Remove the parameters to
937         the functions, replacing decl with current_function_decl
938         and insns with get_insns ().
939
940 2004-06-17  Roger Sayle  <roger@eyesopen.com>
941
942         * fold-const.c (constant_boolean_node): Handle boolean_type_node
943         directly, return either boolean_true_node or boolean_false_node.
944
945 2004-06-18  Kelley Cook  <kcook@gcc.gnu.org>
946
947         * opts.sh: Delete.  Break out generated code to next four files.
948         * opt-gather.awk: New file.
949         * optc-gen.awk: New file.
950         * opth-gen.awk: New file.
951         * opt-functions.awk: New common file.
952         * Makefile.in: Update for above.
953         * configure.ac: Update comment.
954         * configure: Regenerate.
955
956 2004-06-17  Richard Henderson  <rth@redhat.com>
957
958         * c-common.c (flag_objc_sjlj_exceptions): New.
959         * c-common.h (flag_objc_sjlj_exceptions): Declare.
960         * c-opts.c (c_common_handle_option): Set it.
961         (c_common_post_options): Handle interation of different
962         objective-c exception and runtime switches.
963         * c-decl.c (c_eh_initialized_p): New.
964         (finish_decl): Use it instead of local eh_initialized_p.
965         * c-parse.in (nested_function, notype_nested_function): Record
966         the result of compstmt.
967         (compstmt_or_error): Likewise.
968         (compstmt): Don't add_stmt the result.
969         (stmt): Don't return anything.  Rewrite objc try and sync rules.
970         (objc_try_stmt, objc_catch_list): Remove.
971         (objc_catch_block, objc_finally_block): Remove.
972         (objc_catch_prefix, objc_catch_clause, objc_opt_catch_list): New.
973         (objc_try_catch_clause, objc_finally_clause): New.
974         (objc_try_catch_stmt): Rewrite.
975         * c-tree.h (c_eh_initialized_p): Declare.
976         * c-opt (fobjc-sjlj-exceptions): New.
977         * except.c (output_function_exception_table): Don't call cgraph
978         on non-decls.
979         * objc/objc-act.c (UTAG_EXCDATA_VAR, UTAG_CAUGHTEXC_VAR,
980         UTAG_RETHROWEXC_VAR, UTAG_EVALONCE_VAR, struct val_stack,
981         catch_count_stack, exc_binding_stack, if_nesting_count,
982         blk_nesting_count, objc_enter_block, objc_exit_block,
983         objc_declare_variable, val_stack_push, val_stack_pop,
984         objc_build_try_enter_fragment, objc_build_extract_expr,
985         objc_build_try_exit_fragment, objc_build_extract_fragment,
986         objc_build_try_prologue, objc_build_try_epilogue,
987         objc_build_catch_stmt, objc_build_catch_epilogue,
988         objc_build_finally_prologue, objc_build_finally_epilogue,
989         objc_build_try_catch_finally_stmt, objc_build_synchronized_prologue,
990         objc_build_synchronized_epilogue): Remove.
991         (objc_create_temporary_var, struct objc_try_context, cur_try_context,
992         objc_eh_runtime_type, objc_init_exceptions, objc_build_exc_ptr,
993         next_sjlj_build_try_exit, next_sjlj_build_enter_and_setjmp,
994         next_sjlj_build_exc_extract, next_sjlj_build_catch_list,
995         next_sjlj_build_try_catch_finally, objc_begin_try_stmt,
996         objc_begin_catch_clause, objc_finish_catch_clause,
997         objc_build_finally_clause, objc_finish_try_stmt,
998         objc_build_synchronized): New.
999         (objc_is_object_id, objc_is_class_id): New.
1000         (objc_comptypes): Use them.
1001         (build_next_objc_exception_stuff): Break NeXT sjlj out from
1002         build_objc_exception_stuff.
1003         (synth_module_prologue): Update to match.
1004         (objc_build_throw_stmt): Use cur_try_context to decide if
1005         we're in a @catch.
1006         * objc/objc-act.h: Update prototypes.
1007         (OCTI_EXCEPTION_BLK_STACK, objc_exception_block_stack): Remove.
1008
1009 2004-06-17  Andrew Pinski <apinski@apple.com>
1010
1011         * c-typeck.c (tagged_types_tu_compatible_p <case UNION_TYPE>):
1012         Use TYPE_FIELDS instead of TYPE_VALUES.
1013
1014 2004-06-17  Jason Merrill  <jason@redhat.com>
1015
1016         PR c++/16015
1017         * gimplify.c (gimplify_target_expr): Handle void initializer.
1018         * expr.c (expand_expr_real_1) [TARGET_EXPR]: Likewise.
1019         * doc/c-tree.texi (Expression trees): Update TARGET_EXPR
1020         and AGGR_INIT_EXPR.
1021
1022 2004-06-17  Roger Sayle  <roger@eyesopen.com>
1023
1024         * fold-const.c (fold_relational_const): Use constant_boolean_node.
1025
1026 2004-06-17  Jan Hubicka  <jh@suse.cz>
1027
1028         PR target/15433
1029         * i386.md (SSE SF cmov 0 splitter): The conditional is VOIDmode; fix
1030         operand numbering in the output template.
1031         (SSE DF cmov 0 splitter): The conditional is VOIDmode.
1032
1033 2004-06-17  Jan Hubicka  <jh@suse.cz>
1034
1035         * except.c (can_throw_internal): Recognize RESX expresisons.
1036
1037 2004-06-17  Jan Hubicka  <jh@suse.cz>
1038
1039         * cfgbuild.c (make_edges): Do not use label_value_list.
1040         (find_basic_blocks_1): Do not collect label_value_list.
1041         (find_sub_basic_blocks): Update call of make_edges.
1042
1043 2004-06-17  Andrew MacLeod  <amacleod@redhat.com>
1044
1045         * tree-cfg.c (tree_make_forwarder_block):  Use SET_PHI_RESULT.
1046         * tree-flow-inline.h (get_use_op_ptr):  Return a use_operand_p.
1047         (get_use_from_ptr, get_def_from_ptr):  New.  Return operand pointers.
1048         (get_def_op_ptr):  Return a def_operand_p instead of a 'tree *'.
1049         (get_v_may_def_result_ptr):  Return a def_operand_p.
1050         (get_v_may_def_op_ptr, get_vuse_op_ptr):   Return a use_operand_p.
1051         (get_v_must_def_op_ptr):  Return a def_operand_p.
1052         (get_phi_result_ptr):  New.  Return a pointer to the result of a PHI.
1053         (get_phi_arg_def_ptr):  New.  Return a pointer to an argument of a PHI.
1054         (phi_element_for_edge):  Remove.
1055         * tree-flow.h (propagate_value, replace_exp):  Change prototype.
1056         (propagate_tree_value):  Add new prototype.
1057         (phi_element_for_edge):  Remove prototype.
1058         * tree-into-ssa.c (mark_def_sites):  Use new operand types.
1059         (prepare_operand_for_rename):  Split into two functions.
1060         (prepare_use_operand_for_rename):  Prepare use operands.
1061         (prepare_def_operand_for_rename):  Prepare def operands.
1062         (rewrite_stmt):  Use new operand types.
1063         (rewrite_operand):  Use new operand types, change parameter type.
1064         * tree-outof-ssa.c (replace_variable):  Split into two functions.
1065         (replace_use_variable):  Rewrite uses.
1066         (replace_def_variable):  Rewrite defs.
1067         (rewrite_trees, rewrite_vars_out_of_ssa):  Use new operand types.
1068         * tree-phinodes.c (make_phi_node, resize_phi_node):  Use new types.
1069         (add_phi_arg, remove_phi_arg_num):  Use new operand types.
1070         * tree-ssa-ccp.c (substitute_and_fold):  Use new operand types.
1071         (ccp_fold, replace_uses_in):  Use new operand types.
1072         * tree-ssa-copy.c (replace_ssa_names):  Rename to replace_ssa_names_ann
1073         and no longer set the value, change parameter type.
1074         (replace_exp_1):  Use new operand types.
1075         (propagate_value):  Change parameter type, use new operand types.
1076         (propagate_tree_value):  Propagate_value without SSA operands.
1077         (replace_exp, cprop_operand, cprop_into_stmt):  Use new operand types.
1078         (cprop_into_successor_phis):  Use new operand types.
1079         * tree-ssa-dom.c (thread_across_edge):  Use new operand types.
1080         (eliminate_redundant_computations):  Use new operand types.
1081         * tree-ssa-dse.c (fix_phi_uses):  Use new operand_types.
1082         (fix_stmt_v_may_defs):  Use new operand_types.
1083         * tree-ssa-live.c (create_ssa_var_map):  Use new operand_types.
1084         (build_tree_conflict_graph):  Use new operand_types.
1085         * tree-ssa-loop.c (duplicate_blocks):  Use PHI_ARG_DEF_FROM_EDGE.
1086         * tree-ssa-operands.c (struct freelist_d):  Remove.
1087         (check_optype_freelist, add_optype_freelist):  Remove.
1088         (allocate_def_optype, allocate_use_optype, allocate_v_may_def_optype,
1089         allocate_vuse_optype, allocate_v_must_def_optype):  Call ggc_alloc.
1090         (free_uses, free_defs, free_vuses, free_v_may_defs, free_v_must_defs):
1091         Call ggc_free instead of add_optype_freelist.
1092         (init_ssa_operands, fini_ssa_operands):  Remove free list code.
1093         (finalize_ssa_defs, finalize_ssa_uses):  Set new use/def operands.
1094         * tree-ssa-operands.h (struct def_optype_d):  Change underlying type.
1095         (struct use_optype_d):  Change underlying type.
1096         (def_operand_p, use_operand_p):  New types for pointers to operands.
1097         (USE_OP, DEF_OP, V_MAY_DEF_RESULT, V_MAY_DEF_OP, VUSE_OP,
1098         V_MUST_DEF_OP):  Use new pointer type instead of dereferencing directly.
1099         (USE_FROM_PTR, DEF_FROM_PTR):  New macros to "dereference" operand
1100         pointer types.
1101         (SET_USE, SET_DEF):  New macros to set operands from their pointer.
1102         (SET_USE_OP, SET_DEF_OP, SET_V_MAY_DEF_RESULT, SET_V_MAY_DEF_OP,
1103         SET_VUSE_OP, SET_V_MUST_DEF_OP): New SET routines for operands.
1104         (PHI_RESULT_PTR, PHI_RESULT, SET_PHI_RESULT):  Macros to manage the
1105         PHI result as an operand.
1106         (PHI_ARG_DEF_PTR, PHI_ARG_DEF, SET_PHI_ARG_DEF, PHI_ARG_DEF_FROM_EDGE,
1107         PHI_ARG_DEF_PTR_FROM_EDGE):  Macros to manage the PHI arguments.
1108         * tree-ssa-pre.c (eliminate):  Call propagate_tree_value.
1109         * tree-tailcall.c (independent_of_stmt_p, propagate_through_phis):  Use
1110         PHI_ARG_DEF_FROM_EDGE.
1111         * tree.h (PHI_RESULT):  Renamed to PHI_RESULT_TREE.
1112         (PHI_ARG_DEF):  Renamed to PHI_ARG_DEF_TREE.
1113
1114 2004-06-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1115
1116         PR tree-optimization/15991
1117         * tree-cfg.c (tree_block_label): Export.
1118         * tree-flow-inline.h (bsi_after_labels): New function.
1119         * tree-flow.h (bsi_after_labels, tree_block_label): Declare.
1120         * tree-ssa.c (propagate_into_addr): New function.
1121         (replace_immediate_uses): Handle propagation of pointer constants.
1122         (raise_value): Do not restrict propagation of pointer constants.
1123         * tree-ssanames.c (duplicate_ssa_name): New function.
1124         * tree.h (duplicate_ssa_name): Declare.
1125
1126 2004-06-17  David Ayers  <d.ayers@inode.at>
1127
1128         * c-parse.in: Unify Objective-C token names.
1129
1130 2004-06-17  Zack Weinberg  <zack@codesourcery.com>
1131
1132         Bug 14610
1133         * Makefile.in (min-insn-modes.o): Correct dependencies.
1134         * real.c (encode_ieee_extended, decode_ieee_extended): Always
1135         produce/consume 12-byte little-endian Intel format.
1136         (encode_ieee_extended_128, decode_ieee_extended_128): Delete.
1137         (encode_ieee_extended_motorola, decode_ieee_extended_motorola)
1138         (encode_ieee_extended_intel_96, decode_ieee_extended_intel_96)
1139         (encode_ieee_extended_intel_128, decode_ieee_extended_intel_128):
1140         New functions which convert between 12-byte little-endian Intel
1141         format and the desired format.
1142         (ieee_extended_motorola_format, ieee_extended_intel_96_round_53_format)
1143         (ieee_extended_intel_96_format, ieee_extended_intel_128_format):
1144         Update.
1145
1146 2004-06-17  Zack Weinberg  <zack@codesourcery.com>
1147
1148         * expmed.c (expand_mult_const): In sanity check, compare only
1149         the bits of val and val_so_far that are significant in the
1150         result mode.
1151
1152 2004-06-17  Daniel Berlin  <dberlin@dberlin.org>
1153
1154         * tree-ssa-pre.c:  Update comments.
1155         (val_expr_pair_eq): Factor code from here.
1156         (expr_pred_trans_eq): and here.
1157         (expressions_equal_p): To here.
1158         (print_value_set): Print value for expression.
1159         (phi_trans_lookup): Rename some variables.
1160         (lookup): Ditto.
1161         (value_exists_in_set_bitmap): Ditto.
1162         (value_remove_from_set_bitmap): Ditto.
1163         (value_insert_into_set_bitmap): Ditto.
1164
1165 2004-06-17  Ulrich Weigand  <uweigand@de.ibm.com>
1166
1167         * config/s390/s390-modes.def (CCL3mode): New machine mode.
1168         * config/s390/s390.c (s390_match_ccmode_set): Support CCL3mode.
1169         (s390_alc_comparison, s390_slb_comparison): Likewise.
1170         (s390_branch_condition_mask): Likewise.
1171         * config/s390/s390.md ("*subdi3_cc2", "*subdi3_cconly2"): New.
1172         ("*subsi3_cc2", "*subsi3_cconly2"): New.
1173
1174         * config/s390/s390.h (PREDICATE_CODE): Accept SIGN_EXTEND and
1175         ZERO_EXTEND for s390_alc_comparison and s390_slb_comparison.
1176         * config/s390/s390.c (s390_alc_comparison, s390_slb_comparison):
1177         Handle SIGN_EXTEND and ZERO_EXTEND.
1178
1179         * config/s390/s390-protos.h (s390_expand_addcc): New prototype.
1180         * config/s390/s390.c (s390_expand_addcc): New function.
1181         * config/s390/s390.md ("adddicc", "addsicc"): New expanders.
1182         ("*sconddi", "*scondsi", "*sconddi_neg", "*scondsi_neg"): New insns.
1183         ("sltu", "sgtu", "sleu", "sgeu"): New expanders.
1184
1185 2004-06-17  Ben Elliston  <bje@au.ibm.com>
1186
1187         * tree-alias-common.c: Add whitespace.
1188         * tree-inline.c: Correct comment about this file's purpose.
1189         * tree-optimize.c: Likewise.
1190         * tree-tailcall.c: Likewise.
1191
1192         * tree-alias-ander.h: Add standard top-of-file comment.
1193         * tree-alias-common.h: Likewise.
1194         * tree-alias-type.h: Likewise.
1195
1196 2004-06-16  Daniel Berlin  <dberlin@dberlin.org>
1197
1198         * tree-ssa-pre.c (compute_avail): Value number uses as well.
1199         Strip useless type conversions.
1200         Casts have to be treated slightly different than normal unaries.
1201
1202 2004-06-16  Richard Henderson  <rth@redhat.com>
1203
1204         * c-common.def (COMPOUND_STMT): Remove.
1205         * c-common.c (finish_fname_decls): Don't look through it.
1206         * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
1207         * c-common.h (COMPOUND_BODY): Remove.
1208         (c_common_stmt_codes): Remove COMPOUND_STMT.
1209         * c-dump.c (c_dump_tree): Likewise.
1210         * c-gimplify.c (c_gimplify_stmt): Likewise.
1211         * c-pretty-print.c (pp_c_statement): Likewise.
1212         * tree.h (DECL_SAVED_TREE): Update commentary.
1213         * doc/c-tree.texi (ASM_EXPR): Rename from ASM_STMT.
1214         (CASE_LABEL_EXPR): Rename from CASE_LABEL.
1215         (GOTO_EXPR): Rename from GOTO_STMT.
1216         (GOTO_FAKE_P): Remove.
1217         (COMPOUND_STMT): Remove.
1218         (HANDLER): Update wrt COMPOUND_STMT.
1219         (STMT_EXPR): Likewise.
1220         (LABEL_EXPR): Rename from LABEL_STMT.
1221         (SCOPE_STMT): Remove.
1222         * objc/objc-act.c (objc_build_try_catch_finally_stmt): Don't look
1223         through COMPOUND_STMT.
1224
1225 2004-06-16  Richard Henderson  <rth@redhat.com>
1226
1227         * c-common.h (c_begin_if_stmt, c_begin_while_stmt,
1228         c_finish_while_stmt_cond): Remove decls.
1229         * c-parse.in (if_prefix): Don't save c_begin_if_stmt result.
1230         * c-typeck.c (c_begin_if_stmt): Return void.
1231         (c_begin_else): Tidy.  Save stmt_count.
1232         * c-tree.h (c_begin_if_stmt): Update decl.
1233
1234         * objc/objc-act.c (objc_build_try_enter_fragment,
1235         objc_build_extract_fragment, objc_build_try_epilogue,
1236         objc_build_catch_stmt, objc_build_catch_epilogue,
1237         objc_build_finally_prologue, objc_build_finally_epilogue): Update
1238         for if builder function changes.
1239
1240 2004-06-16  Ulrich Weigand  <uweigand@de.ibm.com>
1241
1242         * config/s390/s390.c (struct machine_function):  New member
1243         last_restore_gpr.
1244         (s390_frame_info): Add BASE_USED and RETURN_ADDR_USED parameters.
1245         Do not modify machine->save_return_addr_p or regs_ever_live.
1246         Fill in machine->last_restore_gpr.
1247         (s390_optimize_prolog): Use s390_frame_info to compute registers
1248         to save/restore, remove duplicated code.
1249         (s390_arg_frame_offset): Use s390_frame_info to compute frame
1250         size, remove duplicated code.
1251         (s390_emit_prologue): Adapt s390_frame_info call.  Update
1252         machine->save_return_addr_p and regs_ever_live.
1253         (s390_emit_epilogue): Use machine->last_restore_gpr instead of
1254         machine->last_save_gpr.
1255
1256 2004-06-16  Richard Henderson  <rth@redhat.com>
1257
1258         * c-parse.in (if_stmt_locus): Remove.
1259         (if_prefix): Increment stmt_count; pass it to c_finish_if_cond.
1260         (select_or_iter_stmt): Move empty if warnings to c-typeck.c.
1261         * c-typeck.c (if_elt): Sort by expected size.  Rename locus to
1262         empty_locus.  Add stmt_count, saw_else.
1263         (c_begin_if_stmt): Push if_stack here.
1264         (c_finish_if_cond): Rename from c_expand_end_cond.  Record stmt_count.
1265         (c_finish_then, c_finish_else): Record empty_locus.
1266         (c_begin_else): Rename from c_expand_start_else.  Record stmt_count.
1267         (c_finish_if_stmt): Rename from c_expand_end_cond.  Warn for empty
1268         if or else body.
1269         * c-tree.h: Update prototypes.
1270
1271 2004-06-16  Steven Bosscher  <stevenb@suse.de>
1272
1273         * tree.h (PHI_CHAIN): New.
1274         * (tree-cfg.c, tree-dfa.c, tree-flow-inline.h, tree-into-ssa.c,
1275         tree-outof-ssa.c, tree-phinodes.c, tree-pretty-print.c,
1276         tree-ssa-alias.c, tree-ssa-ccp.c, tree-ssa-dom.c, tree-ssa-dse.c,
1277         tree-ssa-live.c, tree-ssa-loop.c, tree-ssa-phiopt.c, tree-ssa-pre.c,
1278         tree-ssa.c, tree-tailcall.c): Use PHI_CHAIN instead of TREE_CHAIN
1279         when traversing a list of PHI_NODEs.
1280
1281 2004-06-16  Bernardo Innocenti  <bernie@develer.com>
1282
1283         PR target/13292
1284         * config/m68k/m68k.h (TARGET_SWITCHES): Don't remove MASK_68040_ONLY
1285         on -msoft-float.
1286         (TARGET_FLT_EVAL_METHOD): Don't advertise extended precision for
1287         68040 and soft-float.
1288         * config/m68k/m68k.md (truncdfsf2): Explicitly require TARGET_68881
1289         in the TARGET_68040_ONLY case.
1290
1291 2004-06-16 Peter Barada  <peter@the-baradas.com>
1292
1293         * config/m68k/m68k.md (movsi_cfv4): New pattern to allow mov3q.
1294         (movsi_cf): Make named, don't match TARGET_CFV4.
1295         (pushexthisi_const): Use mov3q if possible.
1296         (extendhisi2, cvf4_extendhisi2): Split extendhisi2 pattern
1297         to special case mvz.w for ColdFire V4.
1298         (extendqisi2, cvf4_extendqisi2): Split extendhisi2 pattern
1299         to special case mvz.b for ColdFire V4.
1300         (udivmodhi4, divmodhi4): Use mvz to zero extend arg for
1301         divide.
1302         (iorsi3, xorsi3, andsi3): Use bitfield instructions if possible.
1303         * config/m68k/m68k.c(valid_mov3q_const):  New function.
1304         (const_method): SWAP is valid for ColdFire.
1305         (MULL_COST, MULW_COST): Fix costs for ColdFire V3/V4.
1306         * config/m68k/m68k-protos.h (valid_mov3q_const): Prototype here.
1307
1308 2004-06-16  Richard Henderson  <rth@redhat.com>
1309
1310         * c-common.def (CASE_LABEL): Remove.
1311         * c-common.c (c_add_case_label): Use CASE_LABEL, not CASE_LABEL_DECL.
1312         (match_case_to_enum_1): Likewise.
1313         * c-common.h (c_common_stmt_codes): Remove CASE_LABEL.
1314         * c-dump.c (c_dump_tree): Likewise.
1315         * c-gimplify.c (c_gimplify_stmt): Likewise.
1316         * c-pretty-print.c (pp_c_statement): Likewise.
1317         * c-semantics.c (build_case_label): Use CASE_LABEL_EXPR.
1318         * tree.h (CASE_LOW): Update commentary.
1319
1320 2004-06-16  Richard Henderson  <rth@redhat.com>
1321
1322         * c-common.def (ASM_STMT): Remove.
1323         * c-common.h (c_common_stmt_codes): Remove ASM_STMT.
1324         * c-dump.c (c_dump_tree): Likewise.
1325         * c-gimplify.c (c_gimplify_stmt): Likewise.
1326         * c-pretty-print.c (pp_c_statement): Likewise.
1327         * c-typeck.c (build_asm_expr): Use ASM_EXPR.
1328         * tree.h: Fix commentary.
1329
1330 2004-06-16  Richard Henderson  <rth@redhat.com>
1331
1332         * c-common.def (GOTO_STMT, LABEL_STMT): Remove.
1333         * c-common.c (c_add_case_label): Use LABEL_EXPR.
1334         * c-common.h (GOTO_FAKE_P, LABEL_STMT_LABEL): Remove.
1335         (c_common_stmt_codes): Remove GOTO_STMT, LABEL_STMT.
1336         * c-dump.c (c_dump_tree): Likewise.
1337         * c-gimplify.c (c_gimplify_stmt): Likewise.
1338         * c-pretty-print.c (pp_c_statement): Likewise.
1339         * c-parse.in (stmt): Use GOTO_EXPR.
1340         (label): Use LABEL_EXPR.
1341         * c-semantics.c (build_stmt): Set TREE_TYPE to void.
1342         * tree-inline.c (copy_body_r): Don't build empty BLOCKs.
1343
1344 2004-06-16  J"orn Rennecke <joern.rennecke@superh.com>
1345
1346         * cfgcleanup.c (try_simplify_condjump): Update test to make
1347         sure we have a conditional branch around am unconditional branch.
1348
1349 2004-06-16  Daniel Berlin  <dberlin@dberlin.org>
1350
1351         * tree-cfg.c (pass_split_crit_edge): Give it a name and a dump file.
1352
1353 2004-06-16  Dale Johannesen  <dalej@apple.com>
1354
1355         * loop.c (loop_givs_reduce): Avoid miscompilation of
1356         loops entered at bottom.
1357
1358 2004-06-16  J"orn Rennecke <joern.rennecke@superh.com>
1359
1360         * cfglayout.c (fixup_reorder_chain): Handle case where the
1361         destination of E_FALL is EXIT_BLOCK_PTR.
1362
1363 2004-06-16  Vladimir Makarov  <vmakarov@redhat.com>
1364
1365         PR target/15653
1366         * config/ia64/ia64.c (ia64_dfa_new_cycle): Do not insert nops
1367         after shifts before asm.
1368
1369 2004-06-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1370
1371         PR tree-optimization/15993
1372         * tree-ssa-dom.c (thread_across_edge): Do not thread edge if its
1373         destination is unchanged.
1374
1375 2004-06-16  Andreas Jaeger  <aj@suse.de>
1376
1377         * doc/install.texi (Configuration): Update description for
1378         --enable-version-specific-runtime-libs.
1379
1380 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
1381
1382         * doc/install.texi: boehm-gc now uses automake 1.8.5.
1383
1384 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
1385
1386         * toplev.h (rest_of_compilation): Adjust prototype.
1387
1388 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
1389
1390         * coverage.c: Remove argument to rest_of_compilation.
1391         * expr.c (execute_expand, set_save_expr_context, pass_expand): New.
1392         * passes.c (rest_of_compilation): Remove argument.
1393         (pass_rest_of_compilation): New.
1394         (rest_of_handle_final, rest_of_handle_delay_slots,
1395         rest_of_handle_stack_regs, rest_of_handle_variable_tracking
1396         rest_of_handle_machine_reorg, rest_of_handle_regrename
1397         rest_of_handle_sched, rest_of_handle_sched2, rest_of_handle_gcse2
1398         rest_of_handle_regmove, rest_of_handle_tracer
1399         rest_of_handle_if_conversion, rest_of_handle_if_after_combine
1400         rest_of_handle_web, rest_of_handle_branch_prob
1401         rest_of_handle_value_profile_transformations, rest_of_handle_cfg
1402         rest_of_handle_addressof, rest_of_handle_jump_bypass
1403         rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2):
1404         Check that the two arguments are actually superfluous.
1405         * tree-optimize.c (register_dump_files): Add properties argument.
1406         Track validity of passes.  Only initialize dump files for
1407         tree-based passes.  Store the full set of provided passes in
1408         the pass.
1409         (init_tree_optimization_passes): Register pass_expand and
1410         pass_rest_of_compilation.
1411         (execute_one_pass): Do not track the presence of required properties
1412         here.  Set in_gimple_form.  Do not update current_properties.
1413         (current_properties): Remove.
1414         (set_save_expr_context): Remove.
1415         (tree_rest_of_compilation): Do not set in_gimple_form.  Do not
1416         expand to RTL here, and do not call rest_of_compilation.  Push
1417         GGC context even before gimplification.
1418         * tree-pass.h (PROP_rtl, PROP_trees): New flags.
1419         (pass_expand, pass_rest_of_compilation): Declare.
1420
1421 2004-06-15  Jeff Law  <law@redhat.com>
1422
1423         * fold-const.c (swap_tree_comparison): No longer static.
1424         (tree_swap_operands_p): Similarly.  Return true if both operands
1425         are SSA_NAMEs and the first operand has a higher version number than
1426         the second operand.
1427         * tree.h (swap_tree_comparison): Prototype.
1428         (tree_swap_operands_p): Prototype.
1429         * tree-ssa-operands.c (get_expr_operands): For commutative
1430         operators and relational comparisons, canonicalize the
1431         order of the operands.
1432
1433 2004-06-15  Richard Henderson  <rth@redhat.com>
1434
1435         * c-common.c (lang_gimplify_stmt): Remove next_p argument.
1436         (if_elt, if_stack, if_stack_space, c_expand_start_cond, c_finish_then,
1437         c_expand_end_cond, c_expand_start_else, c_finish_else, c_begin_if_stmt,
1438         c_begin_while_stmt, c_finish_while_stmt_cond): Move to c-typeck.c.
1439         (finish_fname_decls, fname_decl): Use statement_lists.
1440         (c_expand_expr_stmt): Don't set last_expr_type.
1441         (c_type_hash): Fix indentation.
1442         (c_safe_from_p): Don't follow TREE_CHAIN.
1443         (c_tree_chain_matters_p): Remove.
1444         * c-common.def (SCOPE_STMT): Remove.
1445         (CLEANUP_STMT): Redefine to contain its own body.
1446         * c-common.h (struct stmt_tree_s): Remove x_last_stmt,
1447         x_last_expr_type, x_last_expr_filename, x_scope_stmt_stack.
1448         Add x_cur_stmt_list.
1449         (last_tree, last_expr_type, last_expr_filename, RECHAIN_STMTS): Remove.
1450         (cur_stmt_list): New.
1451         (STATEMENT_LIST_STMT_EXPR): New.
1452         (SCOPE_BEGIN_P, SCOPE_END_P, SCOPE_STMT_BLOCK, SCOPE_NULLIFIED_P,
1453         SCOPE_NO_CLEANUPS_P, SCOPE_PARTIAL_P, NEW_FOR_SCOPE_P): Remove.
1454         (CLEANUP_BODY): New.
1455         (CLEANUP_DECL): Move to operand 2.
1456         (c_common_stmt_codes): Remove SCOPE_STMT.
1457         (COMPOUND_STMT_NO_SCOPE, COMPOUND_STMT_BODY_BLOCK): Remove.
1458         * c-decl.c (c_scope_stmt_stack, current_scope_stmt_stack): Remove.
1459         (c_push_function_context, c_pop_function_context): Don't save it.
1460         (finish_decl): Set TREE_USED on the decl for a cleanup.
1461         Use push_cleanup.
1462         (store_parm_decls): Use statement lists.
1463         (finish_function): Remove compstmt rule workaround.  Use statement
1464         lists.  Call finish_fname_decls after finalizing the body.
1465         (c_begin_compound_stmt): Move to c-typeck.c.
1466         * c-dump.c (c_dump_tree): Remove SCOPE_STMT.
1467         * c-gimplify.c (gimplify_cleanup_stmt, gimplify_cleanup_stmts): New.
1468         (c_genericize): Invoke them.
1469         (c_gimplify_stmt): Don't look through TREE_CHAIN.  Kill SCOPE_STMT.
1470         (c_build_bind_expr): Export.
1471         (gimplify_block, gimplify_cleanup): Remove.
1472         (gimplify_condition): Use gimplify_stmt.
1473         (gimplify_for_stmt): Remove FOR_INIT_STMT chaining hack.
1474         (gimplify_if_stmt): Remove recursion hack.
1475         (c_gimplify_expr): Remove STMT_EXPR handling.
1476         (stmt_expr_last_stmt, gimplify_stmt_expr): Remove.
1477         (is_last_stmt_of_scope): Remove.
1478         * c-lang.c (LANG_HOOKS_TREE_INLINING_TREE_CHAIN_MATTERS_P): Remove.
1479         * c-mudflap.c (mflang_flush_calls): Use c_begin_compound_stmt,
1480         c_end_compound_stmt.
1481         * c-objc-common.c (build_cdtor): Likewise.
1482         * c-parse.in (primary): Use c_finish_stmt_expr.
1483         (push_scope, pop_scope): Remove.
1484         (c99_block_start, compstmt_start): Use c_begin_compound_stmt.
1485         (c99_block_end, compstmt): Use c_end_compound_stmt.
1486         (c99_block_lineno_labeled_stmt): Likewise.
1487         (compstmt_primary_start): Use c_begin_stmt_expr.
1488         (simple_if, select_or_iter_stmt): Update calls to stmt builders.
1489         (do_stmt_start): Fill in body directly.
1490         (lineno_stmt): Avoid setting lineno on constants.
1491         * c-pretty-print.c (pp_c_statement): Handle STATEMENT_LIST.
1492         Remove SCOPE_STMT.
1493         * c-semantics.c (begin_stmt_tree): Remove.
1494         (push_stmt_list, re_push_stmt_list, pop_stmt_list): New.
1495         (add_stmt): Use statement lists.
1496         (add_scope_stmt, finish_stmt_tree): Remove.
1497         (push_cleanup): New.
1498         * c-tree.h: Move some decls from c-common.h.
1499         * c-typeck.c (c_tree_expr_nonnegative_p): Simplify for statement lists.
1500         (do_case, c_finish_case): Likewise.
1501         (c_finish_then): Take body for then as argument.
1502         (c_finish_else): Similarly.
1503         (c_begin_for_stmt, c_finish_for_stmt_init, c_finish_for_stmt_cond,
1504         c_finish_for_stmt_incr, c_finish_for_stmt): New.
1505         (c_begin_stmt_expr, c_finish_stmt_expr): New.
1506         (c_begin_compound_stmt): Do scope management.
1507         (c_end_compound_stmt): New.
1508         * fold-const.c (tree_expr_nonnegative_p): Fix BIND_EXPR.
1509         * gimplify.c (voidify_wrapper_expr): Accept temporary argument.
1510         Look through exception handling constructs.
1511         (gimplify_bind_expr): Accept temporary argument.
1512         (gimplify_target_expr): Special case BIND_EXPR bodies.
1513         (gimplify_expr): Handle fallback == fb_none like a statement.
1514         * langhooks-def.h (LANG_HOOKS_TREE_INLINING_TREE_CHAIN_MATTERS_P): Kill.
1515         * langhooks.c (lhd_tree_inlining_tree_chain_matters_p): Remove.
1516         * langhooks.h (tree_chain_matters_p): Remove.
1517         * stub-objc.c (objc_clear_super_receiver): New.
1518         * tree-gimple.h (voidify_wrapper_expr): Update decl.
1519         (append_to_statement_list, append_to_statement_list_force): Move
1520         to tree-iterator.h.
1521         * tree-inline.c (expand_call_inline): Update call.
1522         (clone_body): Use statement lists.
1523         (walk_tree): Don't check tree_chain_matters_p.
1524         (copy_tree_r): Likewise.
1525         * tree-iterator.c (alloc_stmt_list): Clear lang bits.
1526         (tsi_link_before, tsi_link_after): Set TREE_SIDE_EFFECTS properly.
1527         * tree-iterator.h (append_to_statement_list,
1528         append_to_statement_list_force): Moved from tree-gimple.h.
1529         * tree-pretty-print.c (dump_generic_node): Clean up TARGET_EXPR dump.
1530         * objc/objc-act.c (build_module_descriptor): Use c_begin_compound_stmt.
1531         (objc_enter_block): Likewise.
1532         (objc_exit_block): Use c_end_compound_stmt.
1533         (objc_build_try_enter_fragment): Add #error and comment for
1534         rewriting for OBJCPLUS.
1535         (objc_build_extract_fragment, objc_build_try_epilogue,
1536         objc_build_catch_stmt, objc_build_finally_prologue,
1537         objc_build_finally_epilogue): Update for C statement builders.
1538         * objc/objc-lang.c (LANG_HOOKS_TREE_INLINING_TREE_CHAIN_MATTERS_P):
1539         Remove.
1540
1541 2004-06-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1542
1543         * df.c (df_reg_clobber_gen): Removed.
1544         (df_bb_rd_local_compute, df_insn_refs_record, df_rd_local_compute):
1545         Make more effective for hard regs.
1546         * ra-build.c (livethrough_conflicts_bb): Check contains_call.
1547
1548 2004-06-15  Alexandre Oliva  <aoliva@redhat.com>
1549
1550         * c-pragma.h (c_lex_string_translate): Change type to int.
1551         * c-parse.in: Change all assignments of c_lex_string_translate
1552         to true and false to 1 and 0.
1553         * c-lex.c (c_lex_string_translate): Likewise.
1554         (lex_string): Convert string without translation in the -1
1555         case.
1556
1557 2004-06-15  Mark G. Adams  <mark.g.adams@sympatico.ca>
1558
1559         * convert.h: Add include guards
1560
1561 2004-06-15  Daniel Berlin  <dberlin@dberlin.org>
1562
1563         * tree-flow-inline.h: Document all functions.
1564
1565 2004-06-15  Daniel Berlin  <dberlin@dberlin.org>
1566
1567         * tree-flow-inline.h (stmt_ann): Remove use of is_essa_node.
1568         * tree-dfa.c (create_stmt_ann): Ditto.
1569         * tree-pretty-print.c (dump_generic_node): Remove E* node handling.
1570         * tree-inline.c (estimate_num_insns_1): Ditto.
1571         * tree.c (tree_size): Ditto.
1572         (make_node_stat): Ditto.
1573         (tree_node_structure): Ditto.
1574         (ephi_node_elt_check_failed): Remove.
1575         (is_essa_node): Ditto.
1576         * tree.def (EPHI_NODE): Ditto.
1577         (EEXIT_NODE): Ditto.
1578         (EUSE_NODE): Ditto.
1579         (EKILL_NODE): Ditto.
1580         * tree.h (EREF_NODE_CHECK): Remove.
1581         (EPHI_NODE_ELT_CHECK): Ditto.
1582         (struct tree_eref_common): Ditto.
1583         (struct tree_euse_node): Ditto.
1584         (struct ephi_arg_d): Ditto.
1585         (struct tree_ephi_node): Ditto.
1586         (ephi_node_elt_check_failed): Remove prototype.
1587         (is_essa_node): Ditto.
1588         (enum tree_node_structure_enum): Remove TS_E*_NODE.
1589         (union tree_node): Remove E*_NODE uses.
1590
1591 2004-06-15  Jerry Quinn  <jlquinn@optonline.net>
1592
1593         * alias.c (record_set, record_base_value, canon_rtx, get_addr,
1594         nonlocal_mentioned_p_1, init_alias_analysis): Use REG_P.
1595         * bt-load.c (find_btr_reference, insn_sets_btr_p, note_btr_set):
1596         Likewise.
1597         * builtins.c (expand_builtin_setjmp, expand_builtin_apply,
1598         expand_builtin_mathfn, expand_builtin_strlen, expand_builtin_memcmp,
1599         expand_builtin_strcmp, expand_builtin_strncmp,
1600         expand_builtin_frame_address): Likewise.
1601         * caller-save.c (mark_set_regs, add_stored_regs, mark_referenced_regs,
1602         insert_one_insn): Likewise.
1603         * calls.c (prepare_call_address, precompute_register_parameters,
1604         precompute_arguments, expand_call, emit_library_call_value_1): Likewise.
1605         * cfganal.c (flow_active_insn_p): Likewise.
1606         * combine.c (set_nonzero_bits_and_sign_copies, can_combine_p,
1607         combinable_i3pat, try_combine, find_split_point, COMBINE_RTX_EQUAL_P,
1608         subst, combine_simplify_rtx, simplify_if_then_else, simplify_set,
1609         make_extraction, recog_for_combine, gen_lowpart_for_combine,
1610         simplify_comparison, record_dead_and_set_regs_1,
1611         record_dead_and_set_regs, record_promoted_value,
1612         check_promoted_subreg, get_last_value_validate, get_last_value,
1613         reg_dead_at_p_1, reg_bitfield_target_p, distribute_notes,
1614         unmentioned_reg_p_1): Likewise.
1615         * conflict.c (mark_reg): Likewise.
1616         * cse.c (HASH, COST, COST_IN, approx_reg_cost_1, notreg_cost,
1617         mention_regs, insert_regs, lookup, lookup_for_remove, insert,
1618         merge_equiv_classes, flush_hash_table, invalidate,
1619         remove_invalid_refs, remove_invalid_subreg_refs, rehash_using_reg,
1620         invalidate_for_call, use_related_value, canon_hash, exp_equiv_p,
1621         cse_rtx_varies_p, canon_reg, find_best_addr, fold_rtx, equiv_constant,
1622         record_jump_cond, cse_insn, addr_affects_sp_p,
1623         invalidate_from_clobbers, cse_process_notes, cse_around_loop,
1624         cse_set_around_loop, count_reg_usage, set_live_p, cse_change_cc_mode,
1625         cse_cc_succs, cse_condition_code_reg): Likewise.
1626         * cselib.c (cselib_reg_set_mode, rtx_equal_for_cselib_p,
1627         cselib_lookup, cselib_invalidate_regno, cselib_invalidate_rtx,
1628         cselib_record_set, cselib_record_sets): Likewise.
1629         * dbxout.c (dbxout_symbol_location, dbxout_parms, dbxout_reg_parms,
1630         dbxout_block): Likewise.
1631         * df.c (df_ref_record, df_def_record_1, df_uses_record): Likewise.
1632         * dojump.c (do_jump): Likewise.
1633         * dwarf2out.c (dwarf2out_frame_debug_expr, is_pseudo_reg,
1634         is_based_loc, rtl_for_decl_location): Likewise.
1635         * emit-rtl.c (set_reg_attrs_for_parm, set_decl_rtl,
1636         set_decl_incoming_rtl, mark_user_reg): Likewise.
1637         * explow.c (copy_all_regs, copy_all_regs, memory_address, force_reg,
1638         copy_to_suggested_reg, allocate_dynamic_stack_space,
1639         probe_stack_range, hard_function_value): Likewise.
1640         * expmed.c (store_bit_field, store_fixed_bit_field,
1641         store_split_bit_field, extract_bit_field, extract_fixed_bit_field,
1642         extract_split_bit_field, expand_divmod, emit_store_flag_force):
1643         Likewise.
1644         * expr.c (convert_move, convert_modes,
1645         block_move_libcall_safe_for_call_parm, emit_group_load, use_reg,
1646         use_group_regs, emit_move_insn, emit_move_insn_1,
1647         compress_float_constant, push_block, emit_single_push_insn,
1648         emit_push_insn, get_subtarget, expand_assignment, store_expr,
1649         store_constructor, store_field, force_operand, safe_from_p,
1650         expand_expr_real_1, expand_increment, do_store_flag, do_tablejump):
1651         Likewise.
1652         * final.c (profile_function, final_scan_insn, alter_subreg,
1653         get_mem_expr_from_op, output_asm_operand_names, output_operand,
1654         only_leaf_regs_used, leaf_renumber_regs_insn): Likewise.
1655         * flow.c (verify_wide_reg_1, mark_regs_live_at_end,
1656         find_regno_partial, propagate_one_insn, init_propagate_block_info,
1657         insn_dead_p, libcall_dead_p, mark_set_1, not_reg_cond,
1658         attempt_auto_inc, find_auto_inc, mark_used_regs,
1659         count_or_remove_death_notes_bb): Likewise.
1660         * function.c (find_temp_slot_from_address, update_temp_slot_address,
1661         preserve_temp_slots, put_var_into_stack, fixup_var_refs_insn,
1662         fixup_var_refs_1, fixup_stack_1, optimize_bit_field, flush_addressof,
1663         put_addressof_into_stack, purge_addressof_1, insns_for_mem_walk,
1664         purge_single_hard_subreg_set, instantiate_decl,
1665         instantiate_virtual_regs_1, aggregate_value_p, assign_parms,
1666         promoted_input_arg, setjmp_vars_warning, setjmp_args_warning,
1667         setjmp_protect, setjmp_protect_args, fix_lexical_addr,
1668         expand_function_start, diddle_return_value, clobber_return_register,
1669         expand_function_end, keep_stack_depressed, handle_epilogue_set,
1670         update_epilogue_consts): Likewise.
1671         * genemit.c (gen_exp, gen_insn): Likewise.
1672         * genrecog.c (make_insn_sequence): Likewise.
1673         * global.c (global_conflicts, expand_preferences, mark_reg_store,
1674         mark_reg_conflicts, set_preference, reg_becomes_live,
1675         build_insn_chain, mark_reg_change): Likewise.
1676         * haifa_sched.c (CONST_BASED_ADDRESS_P, find_set_reg_weight):
1677         Likewise.
1678         * ifcvt.c (noce_try_abs, noce_get_condition, noce_process_if_block):
1679         Likewise.
1680         * integrate.c (copy_rtx_and_substitute, try_constants,
1681         subst_constants, mark_stores, allocate_initial_values): Likewise.
1682         * jump.c (reversed_comparison_code_parts, delete_prior_computation,
1683         delete_computation, rtx_renumbered_equal_p, true_regnum,
1684         reg_or_subregno): Likewise.
1685         * lcm.c (reg_dies, reg_becomes_live): Likewise.
1686         * local-alloc.c (validate_equiv_mem_from_store, validate_equiv_mem,
1687         update_equiv_regs, no_equiv, block_alloc, combine_regs, reg_is_set,
1688         wipe_dead_reg, no_conflict_p): Likewise.
1689         * loop-iv.c (simple_reg_p, simple_set_p, kill_sets,
1690         iv_get_reaching_def, iv_analyze_biv, altered_reg_used, mark_altered,
1691         simple_rhs_p, simplify_using_assignment, implies_p): Likewise.
1692         * loop.c (scan_loop, combine_movables, rtx_equal_for_loop_p,
1693         move_movables, note_set_pseudo_multiple_uses, consec_sets_invariant_p,
1694         find_single_use_in_loop, count_one_set, loop_bivs_init_find,
1695         loop_givs_rescan, check_insn_for_bivs, check_insn_for_givs,
1696         valid_initial_value_p, simplify_giv_expr, consec_sets_giv,
1697         loop_regs_update, check_dbra_loop, maybe_eliminate_biv,
1698         maybe_eliminate_biv_1, record_initial, update_reg_last_use,
1699         canonicalize_condition, loop_regs_scan, load_mems, try_copy_prop,
1700         try_swap_copy_prop): Likewise.
1701         * optabs.c (expand_binop, expand_vector_binop, expand_vector_unop,
1702         expand_abs, emit_no_conflict_block, emit_libcall_block, expand_float):
1703         Likewise.
1704         * postreload.c (reload_cse_simplify, reload_cse_simplify_set,
1705         reload_cse_simplify_operands, reload_combine,
1706         reload_combine_note_store, reload_combine_note_use,
1707         reload_cse_move2add, move2add_note_store): Likewise.
1708         * print-rtl.c (print_rtx): Likewise.
1709         * ra-build.c (copy_insn_p, remember_move, init_one_web_common,
1710         contains_pseudo, handle_asm_insn): Likewise.
1711         * ra-debug.c (ra_print_rtx_object, dump_constraints,
1712         dump_static_insn_cost): Likewise.
1713         * ra-rewrite.c (slots_overlap_p, emit_colors,
1714         remove_suspicious_death_notes): Likewise.
1715         * recog.c (validate_replace_rtx_1, find_single_use_1, find_single_use,
1716         register_operand, scratch_operand, nonmemory_operand,
1717         constrain_operands): Likewise.
1718         * reg-stack (check_asm_stack_operands, remove_regno_note,
1719         emit_swap_insn, swap_rtx_condition, subst_stack_regs_pat,
1720         subst_asm_stack_regs): Likewise.
1721         * regclass.c (scan_one_insn, record_reg_classes, copy_cost,
1722         record_address_regs, reg_scan_mark_refs): Likewise.
1723         * regmove.c (discover_flags_reg, replacement_quality,
1724         copy_src_to_dest, reg_is_remote_constant_p, regmove_optimize,
1725         fixup_match_1): Likewise.
1726         * regrename.c (note_sets, clear_dead_regs, build_def_use, kill_value,
1727         kill_set_value, copyprop_hardreg_forward_1): Likewise.
1728         * reload.c (MATCHES, push_secondary_reload, find_reusable_reload,
1729         reload_inner_reg_of_subreg, can_reload_into, push_reload,
1730         combine_reloads, find_dummy_reload, hard_reg_set_here_p,
1731         operands_match_p, decompose, find_reloads, find_reloads_toplev,
1732         find_reloads_address, subst_indexed_address, find_reloads_address_1,
1733         find_reloads_subreg_address, find_replacement,
1734         refers_to_regno_for_reload_p, reg_overlap_mentioned_for_reload_p,
1735         refers_to_mem_for_reload_p, find_equiv_reg, regno_clobbered_p): Likewise.
1736         * reload1.c (replace_pseudos_in, reload, calculate_needs_all_insns,
1737         find_reg, delete_dead_insn, alter_reg, eliminate_regs,
1738         elimination_effects, eliminate_regs_in_insn, scan_paradoxical_subregs,
1739         forget_old_reloads_1, reload_reg_free_for_value_p, choose_reload_regs,
1740         emit_input_reload_insns, emit_output_reload_insns, do_input_reload,
1741         do_output_reload, emit_reload_insns, gen_reload,
1742         delete_address_reloads_1, inc_for_reload): Likewise.
1743         * reorg.c (update_reg_dead_notes, fix_reg_dead_note,
1744         update_reg_unused_notes, fill_slots_from_thread): Likewise.
1745         * resource.c (update_live_status, mark_referenced_resources,
1746         mark_set_resources, mark_target_live_regs): Likewise.
1747         * rtlanal.c (nonzero_address_p, get_jump_table_offset,
1748         global_reg_mentioned_p_1, reg_mentioned_p, reg_referenced_p,
1749         reg_set_p, set_noop_p, find_last_value, refers_to_regno_p,
1750         note_stores, dead_or_set_p, dead_or_set_regno_p, find_regno_note,
1751         find_reg_fusage, find_regno_fusage, replace_regs, regno_use_in,
1752         parms_set, find_first_parameter_load, keep_with_call_p,
1753         hoist_test_store, hoist_update_store, address_cost, nonzero_bits1,
1754         num_sign_bit_copies1): Likewise.
1755         * rtlhooks.c (gen_lowpart_general): Likewise.
1756         * sched-deps.c (deps_may_trap_p, sched_analyze_1, sched_analyze_insn,
1757         sched_analyze): Likewise.
1758         * sched-rgn.c (check_live_1, update_live_1, sets_likely_spilled_1):
1759         Likewise.
1760         * sdbout.c (sdbout_symbol, sdbout_parms, sdbout_reg_parms): Likewise.
1761         * simplify-rtx.c (simplify_replace_rtx, simplify_unary_operation,
1762         simplify_binary_operation, simplify_const_relational_operation,
1763         simplify_subreg): Likewise.
1764         * stmt.c (decl_conflicts_with_clobbers_p, expand_asm_operands,
1765         expand_end_stmt_expr, expand_return, expand_decl,
1766         expand_anon_union_decl): Likewise.
1767         * unroll.c (precondition_loop_p, calculate_giv_inc, copy_loop_body,
1768         find_splittable_regs, find_splittable_givs, find_common_reg_term,
1769         loop_iterations): Likewise.
1770         * var-tracking.c (variable_union, variable_part_different_p,
1771         variable_different_p, count_uses, add_uses, add_stores,
1772         compute_bb_dataflow, set_variable_part, delete_variable_part,
1773         emit_notes_in_bb, vt_get_decl_and_offset, vt_add_function_parameters):
1774         Likewise.
1775         * varasm.c (assemble_variable): Likewise.
1776
1777 2004-06-15  Chris Demetriou  <cgd@broadcom.com>
1778
1779         * config/mips/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): Remove
1780         definition.
1781         * config/mips/linux64.h (ASM_PREFERRED_EH_DATA_FORMAT): Remove
1782         #undef and #if 0'd definition.
1783
1784 2004-06-15  J"orn Rennecke <joern.rennecke@superh.com>
1785
1786         * combine.c (distribute_notes): Comment typo fix.
1787
1788 2004-06-15  Roger Sayle  <roger@eyesopen.com>
1789
1790         * expmed.c (synth_mult): Mask bits of the multiplier to the
1791         machine mode of the multiplication.  Don't consider shifts
1792         by more than (or equal to) the width of the operation's mode.
1793
1794 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
1795
1796         * doc/install.texi: Yet another update for autoconf
1797         and automake versions.
1798
1799 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
1800
1801         * function.h (struct function): Remove cannot_inline field.
1802         (current_function_cannot_inline): Remove.
1803         * passes.c (rest_of_compilation): Reset DECL_DEFER_OUTPUT.
1804         Simplify conditionals to ignore warn_return_type.
1805         * tree-optimize.c (tree_rest_of_compilation): Do not reset
1806         DECL_DEFER_OUTPUT.
1807         * objc/objc-act.c (build_module_descriptor, finish_method_def):
1808         Do not set current_function_cannot_inline.
1809
1810 2004-06-15  J"orn Rennecke <joern.rennecke@superh.com>
1811
1812         * cfglayout.c (fixup_reorder_chain): Handle case where the
1813         destination of E_TAKEN is EXIT_BLOCK_PTR.
1814
1815 2004-06-15  Diego Novillo  <dnovillo@redhat.com>
1816
1817         * tree-ssa-copy.c (cprop_into_successor_phis): Fix typo.
1818
1819 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
1820
1821         * fold-const.c (operand_equal_p): Update comment.
1822
1823 2004-06-15  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
1824
1825         * config/m32r/m32r.h (RETURN_ADDR_RTX): Define.
1826         (INCOMING_RETURN_ADDR_RTX): Define.
1827         * config/m32r/m32r-protos.h (m32r_return_addr): Added.
1828         * config/m32r/m32r.c (m32r_exppand_prologue): Changed for
1829         __builtin_return_address(0).
1830         (m32r_return_addr): Added for __builtin_return_address(0).
1831         (m32r_reload_lr): Ditto.
1832
1833         * longlong.h: Fix macros for m32r add_ssaaaa and sub_ddmmss.
1834
1835 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
1836
1837         * doc/install.texi (Prerequisites): Update libbanshee,
1838         fastjar, libcpp, libjava/libltdl entries to
1839         automake 1.8.5.
1840
1841 2004-06-15  Eric Botcazou  <ebotcazou@act-europe.fr>
1842             Olivier Hainque  <hainque@act-europe.fr>
1843
1844         * function.c (fixup_var_refs): Also adjust the start of sequence
1845         after fixing up the insns.
1846
1847 2004-06-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1848
1849         * gccbug.in: Update optimization -> tree-optimization/rtl-optimization.
1850
1851 2004-06-14  Benjamin Kosnik  <bkoz@redhat.com>
1852
1853         * doc/install.texi (Prerequisites): Update libstdc++ entry to
1854         automake 1.8.5.
1855
1856 2004-06-14  Eric Christopher  <echristo@redhat.com>
1857
1858         * config/s390/s390.h (TARGET_SWITCHES): Change -mtpf (-mno-tpf)
1859         to -mtpf-trace (-mno-tpf-trace).
1860         * doc/invoke.texi (S/390 and zSeries Options): Add tpf option
1861         documentation.
1862
1863 2004-06-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
1864
1865         * real.c: Fix bit count in head comment.
1866
1867 2004-06-14  Jeff Law  <law@redhat.com>
1868
1869         * tree-ssa.c (kill_redundant_phi_nodes): More correctly handle
1870         PHIs where the destination or an argument is marked with
1871         SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
1872
1873 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
1874
1875         PR middle-end/15945
1876         * simplify-rtx.c (simplify_binary_operation): Don't optimize out
1877         Inf + -Inf, Inf - Inf, Inf / Inf and 0 * Inf if flag_trapping_math.
1878
1879 2004-06-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1880
1881         * opts.sh (var_args): Fix regexp.
1882
1883 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
1884
1885         PR target/15178
1886         * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Define.
1887
1888 2004-06-14  Paul Brook  <paul@codesourcery.com>
1889
1890         * dwarf2out.c (output_call_frame_info): Support dwarf3 cie entries.
1891
1892 2004-06-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1893
1894         * Makefile.in (FLAGS_H): New.
1895         (flags.h): Replace by FLAGS_H.
1896         * c.opt: Document Var, VarExists, Init and Report attributes.
1897         * common.opt: Fill the values of the attributes.
1898         * diagnostic.c (flag_fatal_errors): Do not define.
1899         * except.c (flag_non_call_exceptions): Do not define.
1900         * flags.h: Include options.h.  Remove declarations conflicting with
1901         the automatically defined ones.
1902         * opts.c: Remove automatically defined variables.
1903         (handle_option): Perform default initialization.
1904         (common_handle_option): Do not handle options covered by the
1905         default initialization.
1906         * opts.h (struct cl_option): Add flag_var, has_set_value and set_value
1907         fields.
1908         (CL_REPORT): New.
1909         * opts.sh: Generate variable declarations, handle CL_REPORT.
1910         * toplev.c: Remove automatically defined variables.
1911         (f_options): Removed.
1912         (print_switch_values): Use cl_options instead of f_options.
1913         * toplev.h (version_flag): Declaration removed.
1914
1915 2004-06-14  Ian Lance Taylor  <ian@wasabisystems.com>
1916
1917         * config/sparc/sparc.h: Correct comment about availability of
1918         little endian option.
1919
1920         * config.gcc: Remove sparc64-*-aout*.
1921         * config/sparc/sparc.c (sparc_aout_select_rtx_section): Remove.
1922         * config/sparc/sp64-aout.h: Remove.
1923         * config/sparc/aout.h: Remove.
1924
1925 2004-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
1926
1927         * config/s390/s390.c: Include "tree-gimple.h".
1928         (s390_gimplify_va_arg): New function.
1929         (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
1930         (s390_va_arg): Remove.
1931         * config/s390/s390-protos.h (s390_va_arg): Remove.
1932         * config/s390/s390.h (EXPAND_BUILTIN_VA_ARG): Call abort ().
1933
1934 2004-06-14  J"orn Rennecke <joern.rennecke@superh.com>
1935
1936         * basic-block.h (could_fall_through): Declare.
1937         * cfganal.c (can_fallthru): Succeed if the target is EXIT_BLOCK_PTR.
1938         Fail if the source already has a fallthrough edge to the exit
1939         block pointer.
1940         (could_fall_through): New function.
1941         * cfgbuild.c (make_edges): Check if we already have a fallthrough
1942         edge to the exit block pointer.
1943         * cfglayout.c (fixup_fallthru_exit_predecessor): Check that it is
1944         not called before reload has completed.
1945         Handle special case of first block having a fall-through exit edge.
1946         (cfg_layout_finalize): Don't call it before reload or if we have
1947         rtl epilogues.
1948         (fixup_reorder_chain): A fall through to the exit block does not
1949         require the block to come last.  Add sanity checks.
1950         * cfgrtl.c (rtl_split_edge): Add special handling of fall through
1951         edges to the exit block.
1952         * function.c (cfglayout.h): #include.
1953         (thread_prologue_and_epilogue_insns): If we have neither return nor
1954         epilogue, but a fall through to the exit block from mid-function,
1955         force a non-fall-through exit.
1956         * Makefile.in (function.o): Depend on CFGLAYOUT_H.
1957
1958 2004-06-14  Alan Modra  <amodra@bigpond.net.au>
1959
1960         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Handle -mpowerpc64 and -mcpu
1961         for power5 and rs64a.  Correct condition for default.  Correct power3,
1962         620, 630, 7400, 7450, G4, 970 and G5 -mcpu entries.  Add -many.
1963
1964 2004-06-13  Steven Bosscher <stevenb@suse.de>
1965
1966         * gcse.c (hash_scan_set, hash_scan_insn, mark_set, mark_oprs_set):
1967         Revert previous change, don't use CALL_P.
1968
1969 2004-06-13  Jason Merrill  <jason@redhat.com>
1970
1971         * tree.h: Move std_gimplify_va_arg_expr protoype here.
1972         * tree-gimple.h: From here.
1973
1974 2004-06-13  Daniel Berlin  <dberlin@dberlin.org>
1975
1976         Fix PR tree-optimization/15979
1977         Fix PR tree-optimization/15981
1978         * tree-ssa-pre.c (insert_aux): Fix faulty logic so that we don't
1979         try to insert values undefined along some path.
1980
1981 2004-06-13  Daniel Berlin  <dberlin@dberlin.org>
1982
1983         * tree-ssa-pre.c (add_to_value): is_gimple_min_invariant things
1984         are available everywhere too.
1985
1986 2004-06-13  Andrew Pinski  <pinskia@physics.uc.edu>
1987
1988         * fold-const.c (fold_checksum_tree <case 't'>): Only
1989         look at TREE_VALUES if the EXPR is an ENUMERAL_TYPE.
1990         Only look at TYPE_MIN_VALUE and TYPE_MAX_VALUE if
1991         EXPR is an INTEGERAL_TYPE or a scalar float type.
1992
1993 2004-06-13  Diego Novillo  <dnovillo@redhat.com>
1994
1995         * tree-sra.c (tree_sra): Update documentation.
1996
1997 2004-06-13  Joseph S. Myers  <jsm@polyomino.org.uk>
1998
1999         * c-typeck.c (comptypes, tagged_types_tu_compatible_p,
2000         function_types_compatible_p, type_lists_compatible_p): Remove
2001         flags parameter.
2002         * c-tree.h (comptypes): Likewise.
2003         (COMPARE_STRICT): Remove.
2004         * c-decl.c, c-lang.c, c-parse.in, c-typeck.c, objc/objc-act.c: All
2005         callers changed.
2006
2007 2004-06-13  Eric Christopher  <echristo@redhat.com>
2008
2009         * c-decl.c (diagnose_mismatched_decls): Improve error message.
2010         Remove unused code.
2011         * c-typeck.c (comptypes): Add location in standard we're checking.
2012
2013 2004-06-13  Kaz Kojima  <kkojima@gcc.gnu.org>
2014
2015         * config/sh/libgcc-std.ver: Add __unorddf2 and __unordsf2 with
2016         version 3.3.4.
2017
2018 2004-06-12  Roger Sayle  <roger@eyesopen.com>
2019
2020         * expmed.c (shift_cost, shiftadd_cost, shiftsub_cost): Additionally
2021         index by machine mode.
2022         (init_expmed): Initialize shift_cost, shiftadd_cost and shiftsub_cost
2023         tables inside the loop over machine modes.
2024         (synth_mult, expand_mult_highpart_optab, expand_mult_highpart,
2025         expand_divmod): Index shift*_cost by the appropriate machine mode.
2026
2027 2004-06-12  Eric Christopher  <echristo@redhat.com>
2028
2029         * config/s390/s390.h: Rename TARGET_TPF to TARGET_TPF_PROFILING.
2030         * config/s390/s390.md: Ditto.
2031         * config/s390/s390.c: Ditto.
2032         (s390_frame_info): Conditionalize frame and setup info on
2033         TARGET_TPF_PROFILING.
2034         (s390_arg_frame_offset): Ditto.
2035
2036 2004-06-12  Roger Sayle  <roger@eyesopen.com>
2037
2038         * fold-const.c (omit_two_operands): New function.
2039         * tree.h (omit_two_operands): Prototype here.
2040         * builtins.c (fold_builtin_unordered_cmp): New function to lower
2041         C99 unordered comparison builtins to the appropriate tree nodes.
2042         (fold_builtin_1): Use fold_builtin_unordered_cmp to lower
2043         BUILT_IN_ISGREATER, BUILT_IN_ISGREATEREQUAL, BUILT_IN_ISLESS,
2044         BUILT_IN_ISLESSEQUAL and BUILT_IN_ISLESSGREATER.  Manually lower
2045         BUILT_IN_ISUNORDERED comparisons to an UNORDERED_EXPR tree node.
2046         (simplify_builtin_memcmp, simplify_builtin_strncmp,
2047         simplify_builtin_strncat, simplify_builtin_strspn): Use the new
2048         omit_two_operands function to build the required COMPOUND_EXPRs.
2049
2050 2004-06-12  Steven Bosscher <stevenb@suse.de>,
2051             Andreas Jaeger  <aj@suse.de>
2052
2053         * gcse.c (record_set_info): Use predicates like REG_P.
2054         (mems_conflict_for_gcse_p): Likewise.
2055         (load_killed_in_block_p): Likewise.
2056         (hash_expr_1): Likewise.
2057         (insert_set_in_table): Likewise.
2058         (gcse_constant_p): Likewise.
2059         (hash_scan_set): Likewise.
2060         (hash_scan_insn): Likewise.
2061         (canon_list_insert): Likewise.
2062         (record_last_mem_set_info): Likewise.
2063         (record_last_set_info): Likewise.
2064         (compute_hash_table_work): Likewise.
2065         (mark_set): Likewise.
2066         (mark_clobber): Likewise.
2067         (mark_oprs_set): Likewise.
2068         (compute_transp): Likewise.
2069         (find_avail_set): Likewise.
2070         (cprop_insn): Likewise.
2071         (do_local_cprop): Likewise.
2072         (cprop): Likewise.
2073         (find_implicit_sets): Likewise.
2074         (find_bypass_set): Likewise.
2075         (bypass_conditional_jumps): Likewise.
2076         (insert_insn_end_bb): Likewise.
2077         (pre_insert_copy_insn): Likewise.
2078         (compute_transpout): Likewise.
2079         (next_ls_expr): Likewise.
2080         (invalidate_any_buried_refs): Likewise.
2081         (compute_ld_motion_mems): Likewise.
2082         (reg_set_info): Likewise.
2083         (reg_clear_last_set): Likewise.
2084         (find_moveable_store): Likewise.
2085         (compute_store_table): Likewise.
2086         (find_loads): Likewise.
2087         (store_killed_in_insn): Likewise.
2088         (insert_insn_start_bb): Likewise.
2089         (reg_set_between_after_reload_p): Likewise.
2090         (reg_used_between_after_reload_p): Likewise.
2091         (is_jump_table_basic_block): Likewise.
2092         (gcse_after_reload): Likewise.
2093         (hash_scan_set_after_reload): Likewise.
2094         (compute_hash_table_after_reload): Likewise.
2095
2096 2004-06-12  Steven Bosscher  <stevenb@suse.de>
2097
2098         * rtl.h (MEM_P, NONJUMP_INSN_P, CALL_INSN_P): New predicates.
2099         (INSN_P): Don't look at the rtx code class, just explicitly
2100         check for one of the tree RTX_INSN codes.
2101
2102 2004-06-11  Zack Weinberg  <zack@codesourcery.com>
2103
2104         * c-typeck.c (default_function_array_conversion): Use
2105         build_pointer_type not TYPE_POINTER_TO.
2106
2107 2004-06-11  Zack Weinberg  <zack@codesourcery.com>
2108
2109         * configure.ac: Don't invoke ACX_HEADER_STDBOOL.
2110         * configure, config.in: Regenerate.
2111         * system.h: Unconditionally define bool as unsigned char,
2112         BOOL_BITFIELD as unsigned int.
2113         * domwalk.h: Use BOOL_BITFIELD.
2114
2115 2004-06-12  Andreas Jaeger  <aj@suse.de>
2116
2117         * libgcc-std.ver: Add __unorddf2 and __unordsf2 with version 3.3.4.
2118         * libgcc-darwin.ver: Likewise.
2119
2120 2004-06-12  Peter Jakubek  <peter@laseranimation.com>
2121
2122         * reload.c (find_reloads): Force reload for pseudo registers on big
2123         endian machines.
2124
2125 2004-06-11  Steven Bosscher <stevenb@suse.de>
2126
2127         * tree-ssa-dce.c (mark_control_dependent_edges_necessary):
2128         Don't try to mark anything control dependent on the entry or
2129         exit blocks.
2130
2131 2004-06-11  Daniel Berlin  <dberlin@dberlin.org>
2132
2133         Fix Bug 15899
2134         Fix Bug 15460
2135         * tree.h (SSA_NAME_VALUE): New macro.
2136         (struct tree_ssa_name): Add value_handle member.
2137         * tree-ssa-pre.c: Replaced.
2138         * tree-flow.h (tree_ann_type): Add CST_ANN, EXPR_ANN.
2139         (struct cst_ann_d): New.
2140         (struct expr_ann_d): New.
2141         (union tree_ann_d): Add cst_ann, expr_ann.
2142         * tree-dfa.c (create_cst_ann): New function.
2143         (create_expr_ann): Ditto.
2144         * tree-flow-inline.h (cst_ann): New function.
2145         (expr_ann): Ditto.
2146         (get_cst_ann): Ditto.
2147         (get_expr_ann): Ditto..
2148
2149 2004-06-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2150
2151         * pa.c (pa_hpux_init_libfunc): Add support for unord_optab.
2152         * pa/quadlib.c (enum qfcmp_magic): Define magic values for call to
2153         _U_Qfcmp library function.
2154         (_U_Qfltgt, _U_Qfunle, _U_Qfunlt, _U_Qfunge, _U_Qfungt, _U_Qfuneq,
2155         _U_Qfunord, _U_Qford): Add more TFmode builtin compare functions.
2156
2157         * pa.c (legitimize_pic_address): Use UNSPEC_DLTIND14R to identify
2158         unspec used for loading address from DLT.
2159         * pa.md: Define constants for the uses of UNSPEC and UNSPEC_VOLATILE.
2160         Change all users of UNSPEC and UNSPEC_VOLATILE to use new constants.
2161         Don't use short code sequence when loading the address of a nonlocal
2162         label.
2163         (nonlocal_goto): New expander.
2164         (indirect_goto): New jump pattern for nonlocal gotos.
2165         (short_jump): Remove extra whitespace.
2166         (builtin_longjmp): Clobber memory and hard frame pointer.  Restore
2167         frame pointer via virtual_stack_vars_rtx when we have a nonlocal goto
2168         pattern.
2169
2170 2004-06-11  Roger Sayle  <roger@eyesopen.com>
2171
2172         * expmed.c (synth_mult): Add an additional MODE argument for the
2173         machine mode of the multiplication.  Update recursive calls.  Use
2174         mode instead of word_mode for determining operation costs.
2175         (choose_mult_variant): Update calls to synth_mult with "mode".
2176
2177 2004-06-11  Richard Henderson  <rth@redhat.com>
2178
2179         * tree-ssa-operands.c (get_stmt_operands): Clear makes_aliased_loads
2180         and makes_aliased_stores.
2181
2182 2004-06-11  Andrew Pinski  <pinskia@physics.uc.edu>
2183
2184         * doc/install.text (--enable-shared): Fix typo.
2185
2186 2004-06-11  Richard Henderson  <rth@redhat.com>
2187
2188         * config/alpha/alpha.c (alpha_gimplify_va_arg_1): Remove post_p
2189         argument.  Use internal post for call to gimplify_expr.  Tidy
2190         rounded type size computation.
2191         (alpha_gimplify_va_arg): Use get_formal_tmp_var and
2192         get_initialized_tmp_var.
2193
2194 2004-06-11  Andrew Pinski  <pinskia@physics.uc.edu>
2195
2196         * doc/install.texi (--enable-shared): Update libobjc's shared library
2197         status.  Remove reference to libf2c.
2198
2199 2004-06-11  Jason Merrill  <jason@redhat.com>
2200
2201         * config/i386/i386.h (EXPAND_BUILTIN_VA_ARG): Just abort.
2202         * config/i386/i386.c (ix86_va_arg): Remove.
2203         * config/rs6000/rs6000.h (EXPAND_BUILTIN_VA_ARG): Just abort.
2204         * config/rs6000/rs6000.c (rs6000_va_arg): Remove.
2205         * config/alpha/alpha.h (EXPAND_BUILTIN_VA_ARG): Just abort.
2206         * config/alpha/alpha.c (alpha_va_arg): Remove.
2207         * config/sparc/sparc.h (EXPAND_BUILTIN_VA_ARG): Just abort.
2208         * config/sparc/sparc.c (sparc_va_arg): Remove.
2209
2210         * tree-ssa-operands.c (get_stmt_operands): Use a V_MAY_DEF if the
2211         assignment might throw.
2212         * tree-eh.c (tree_could_throw_p): Support non-call exceptions in
2213         expressions.
2214
2215 2004-06-11  J"orn Rennecke <joern.rennecke@superh.com>
2216
2217         PR 15886:
2218         * sh.h (ALLOCATE_INITIAL_VALUE): Use return_address_pointer_rtx.
2219
2220 2004-06-11  Joseph S. Myers  <jsm@polyomino.org.uk>
2221
2222         * doc/install.texi (Prerequisites): Update documentation of
2223         required versions of autoconf and automake.  Remove mention of
2224         libf2c.
2225
2226 2004-06-11  Jason Merrill  <jason@redhat.com>
2227
2228         * config/sparc/sparc.c (sparc_gimplify_va_arg): New fn.
2229         (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
2230
2231 2004-06-11  Jerry Quinn  <jlquinn@optonline.net>
2232
2233         * typeclass.h: Add GPL plus exception license.  Add include
2234         guard.
2235
2236 2004-06-10  Jason Merrill  <jason@redhat.com>
2237
2238         * gimplify.c (gimplify_modify_expr): Don't force a temporary
2239         of an aggregate_value_p type.
2240
2241 2004-06-10  Jeff Law  <law@redhat.com>
2242
2243         * fold-const.c (fold_inf_compare): Avoid creating non-gimple
2244         code when we are in gimple form.
2245
2246 2004-06-10  Diego Novillo  <dnovillo@redhat.com>
2247
2248         * Makefile.in (tree-ssanames.o): Depend on TREE_FLOW_H.
2249         * tree-flow.h (ssa_names, num_ssa_names, ssa_name): Declare.
2250         (highest_ssa_version): Remove.
2251         * tree-outof-ssa.c (new_temp_expr_table): Replace
2252         highest_ssa_version with num_ssa_names.
2253         (dump_replaceable_exprs): Likewise.
2254         (rewrite_vars_out_of_ssa): Likewise.
2255         * tree-ssa-ccp.c (initialize): Likewise
2256         * tree-ssa-copyrename.c (rename_ssa_copies): Likewise.
2257         * tree-ssa-dce.c (tree_dce_init): Likewise.
2258         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Likewise.
2259         * tree-ssa-live.c (create_ssa_var_map): Likewise.
2260         (dump_var_map): Likewise.
2261         * tree-ssa.c (verify_ssa): Likewise.
2262         (kill_redundant_phi_nodes): Likewise.
2263         Do not build a local array of SSA_NAMEs.  Use the ssa_names table.
2264         * tree-ssanames.c: Include tree-flow.h
2265         (ssa_names): New varray.
2266         (init_ssa_names): Initialize ssa_names.
2267         Reserve the first slot of the ssa_names table.
2268         (make_ssa_name): Push the newly created SSA_NAME into ssa_names.
2269         Assign version numbers using num_ssa_names.
2270
2271 2004-06-10  Joseph S. Myers  <jsm@polyomino.org.uk>
2272
2273         * doc/sourcebuild.texi (Front End): Add details of more
2274         installation documentation required.
2275
2276 2004-06-10  Brian Booth  <bbooth@redhat.com>
2277
2278         * doc/tree-ssa.texi: Remove references to VDEF and add descriptions
2279         of V_MAY_DEF and V_MUST_DEF.
2280         * tree-dfa.c (dfa_stats_d): Add num_v_must_defs and rename
2281         num_vdefs to num_v_may_defs.
2282         (compute_immediate_uses_for_stmt): Rename occurences of vdef
2283         to v_may_def.
2284         (redirect_immediate_uses): Ditto.
2285         (dump_dfa_stats): Ditto. Also added code to dump num_v_must_defs.
2286         (collect_dfa_stats_r): Rename occurences of vdef to v_may_def.
2287         Also add code to sum up the number of v_must_defs.
2288         (vdefs_disappeared_p): Replace with...
2289         (v_may_defs_disappeared_p): This.
2290         (v_must_defs_disappeared_p): New function.
2291         (mark_new_vars_to_rename): Rename occurences of vdef to v_may_def.
2292         Also add code to mark new variables found in V_MUST_DEFs for
2293         renameing.
2294         * tree-flow.h (stmt_ann_d): Add v_must_def_ops and replace
2295         vdef_ops to v_may_def_ops.
2296         (get_vdef_ops): Replace with...
2297         (get_v_may_def_ops): This.
2298         * tree-flow-inline.h (get_vdef_ops): Replace with...
2299         (get_v_may_def_ops): This.
2300         (get_v_must_def_ops): New function.
2301         (get_vdef_result_ptr): Replace with...
2302         (get_v_may_def_result_ptr): This.
2303         (get_vdef_op_ptr): Ditto with...
2304         (get_v_may_def_op_ptr); This.
2305         (get_v_must_def_op_ptr): New function.
2306         * tree-into-ssa.c (mark_def_sites): Rename occurences of vdef
2307         to v_may_def. Also add code to mark statements with
2308         V_MUST_DEFs as definition sites.
2309         (rewrite_stmt): Rename occurences of vdef to v_may_def. Also
2310         add code to register new V_MUST_DEFs made by the statement.
2311         * tree-outof-ssa.c (VIRTUAL_PARTITION): Update comments.
2312         (check_replaceable): Rename occurences of vdef to v_may_def. Also
2313         add check for V_MUST_DEFs.
2314         (find_replaceable_in_bb): Ditto.
2315         * tree-pretty-print.c (dump_vops): Rename occurences of vdef
2316         to v_may_def. Also add code to dump V_MUST_DEFs.
2317         * tree-sra.c (mark_all_vdefs): Replace with...
2318         (mark_all_v_may_defs): This.
2319         (mark_all_v_must_defs): New function.
2320         (create_scalar_copies): Replace call to mark_all_vdefs with
2321         calls to mark_all_v_may_defs and mark_all_v_must_defs.
2322         (scalarize_structures): Rename occurences of vdef to v_may_def.
2323         Also add a check for V_MUST_DEFs.
2324         (scalarize_modify_expr): Rename occurences of vdef to v_may_def.
2325         * tree-ssa-alias.c (global_var): Update comment.
2326         (compute_may_aliases): Ditto.
2327         (compute_points_to_and_addr_escape): Rename occurences of vdef
2328         to v_may_def. Also add code to mark variables in V_MUST_DEF
2329         operands as being written to.
2330         (group_aliases): Update comment.
2331         (maybe_create_global_var): Ditto.
2332         * tree-ssa.c (verify_ssa): Rename occurences of vdef to v_may_def.
2333         Also add a check for V_MUST_DEFs on GIMPLE registers.
2334         (replace_immediate_uses): Rename occurences of vdef to v_may_def.
2335         * tree-ssa-ccp.c (visit_stmt): Rename occurences of vdef
2336         to v_may_def. Also add code to mark all V_MUST_DEF operands
2337         VARYING.
2338         (initialize): Ditto.
2339         (set_rhs): Rename occurences of vdef to v_may_def. Also add
2340         code to update SSA_NAMEs in V_MUST_DEFs.
2341         * tree-ssa-copy.c (cprop_into_stmt): Rename occurences of vdef
2342         to v_may_def.
2343         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Rename
2344         occurences of vdef to v_may_def. Also add code to mark statements
2345         with V_MUST_DEFs as necessary.
2346         (propagate_necessity): Rename occurences of vdef to v_may_def.
2347         * tree-ssa-dom.c (redirect_edges_and_update_ssa_graph): Rename
2348         occurences of vdef to v_may_def. Also add code to mark operands
2349         in V_MUST_DEFs for renaming.
2350         (eliminate_redundant_computations): Rename occurences of vdef
2351         to v_may_def.
2352         (record_equivalences_from_stmt): Rename occurences of vdef
2353         to v_may_def. Also add code to record VUSEs for V_MUST_DEFs.
2354         (optimize_stmt): Remove unnesessary variable vdefs. Update
2355         comment.
2356         (register_definitions_for_stmt): Rename occurences of vdef
2357         to v_may_def. Also add code to register definitions made with
2358         V_MUST_DEFs.
2359         * tree-ssa-dse.c (fix_stmt_vdefs): Replace with...
2360         (fix_stmt_v_may_defs): This.
2361         (fix_phi_uses): Rename occurences of vdef to v_may_def.
2362         (dse_optimize_stmt): Ditto.
2363         * tree-ssa-live.c (create_ssa_var_map): Rename occurences of vdef
2364         to v_may_def. Also add code to mark V_MUST_DEF operands as being
2365         used in virtual operators.
2366         * tree-ssa-loop.c (mark_defs_for_rewrite): Rename occurences of
2367         vdef to v_may_def. Also add code to mark V_MUST_DEF operands for
2368         renaming.
2369         * tree-ssa-operands.c (opf_kill_def): New flag for killing
2370         definitions.
2371         (build_vdefs): Renamed to...
2372         (build_v_may_defs): This.
2373         (build_v_must_defs): New variable.
2374         (voperands_d): Add v_must_def_ops and replace vdef_ops with
2375         v_may_def_ops.
2376         (append_vdef): Replace with...
2377         (append_v_may_def): This.
2378         (append_v_must_def): New function.
2379         (NUM_FREE): Increment for V_MUST_DEF
2380         (optype_freelist): Increment its size for V_MUST_DEF
2381         (allocate_vdef_optype): Replace with...
2382         (allocate_v_may_def_optype): This.
2383         (allocate_v_must_def_optype): New function.
2384         (free_vdefs): Replace with...
2385         (free_v_may_defs): This.
2386         (free_v_must_defs): New function.
2387         (remove_vdefs): Replace with...
2388         (remove_v_may_defs): This.
2389         (remove_v_must_defs): New function.
2390         (init_ssa_operands): Rename occurences of vdef to v_may_def. Also
2391         add code to initialize build_v_must_defs.
2392         (finalize_ssa_vdefs): Replace with...
2393         (finalize_ssa_v_may_defs): This.
2394         (finalize_ssa_vuses): Rename occurences of vdef to v_may_def.
2395         (finalize_ssa_v_must_defs): New function.
2396         (finalize_ssa_stmt_operands): Replace call to finalize_ssa_vdefs
2397         with calls to finalize_ssa_v_may_defs and finalize_ssa_v_must_defs.
2398         (verify_start_operands): Rename occurences of vdef to v_may_def.
2399         Also add check for build_v_must_defs.
2400         (get_stmt_operands): Rename occurences of vdef to v_may_def.
2401         Also add code to handle V_MUST_DEFs and to use opf_kill_def for
2402         killing definitions.
2403         (get_expr_operands): Update comment and use opf_kill_def for
2404         killing definitions.
2405         (add_stmt_operand): Replace code that appends VDEFs with code
2406         that appends V_MUST_DEFs when opf_kill_def is set and V_MAY_DEFs
2407         otherwise.
2408         (add_call_clobber_ops): Update comments.
2409         * tree-ssa-operands.h (vdef_optype_d): Replace with...
2410         (v_may_def_optype_d): This.
2411         (v_must_def_optype_d): New structure.
2412         (VDEF_OPS): Replace with...
2413         (V_MAY_DEF_OPS): This.
2414         (STMT_VDEF_OPS): Same with...
2415         (STMT_V_MAY_DEF_OPS): This.
2416         (NUM_VDEFS): And...
2417         (NUM_V_MAY_DEFS): This.
2418         (VDEF_RESULT_PTR): As well as...
2419         (V_MAY_DEF_RESULT_PTR): This.
2420         (VDEF_RESULT): Same goes for...
2421         (V_MAY_DEF_RESULT): This.
2422         (VDEF_OP_PTR): And...
2423         (V_MAY_DEF_OP_PTR): This.
2424         (VDEF_OP): And...
2425         (V_MAY_DEF_OP): This.
2426         (V_MUST_DEF_OPS): New macro.
2427         (STMT_V_MUST_DEF_OPS): Ditto.
2428         (NUM_V_MUST_DEFS): Ditto.
2429         (V_MUST_DEF_OP_PTR): Ditto.
2430         (V_MUST_DEF_OP): Ditto.
2431         (remove_vdefs): Replace signature with...
2432         (remove_v_may_defs): This.
2433         (remove_v_must_defs): New function signature.
2434         * tree-ssa-pre.c (subst_phis): Replace call to remove_vdefs
2435         with calls to remove_v_may_defs and remove_v_must_defs.
2436         (process_left_occs_and_kills): Rename occurences of vdef to v_may_def.
2437         Also add code that marks left occurences of operands in V_MUST_DEFs.
2438         * tree-tailcall.c (find_tail_calls): Rename occurences of vdef
2439         to v_may_def. Also add check for V_MUST_DEFs.
2440         (eliminate_tail_call):Rename occurences of vdef to v_may_def.
2441
2442 2004-06-10  Vladimir Makarov  <vmakarov@redhat.com>
2443
2444         PR target/15653
2445         * haifa-sched.c (schedule_block): Finish cycle after issuing asm
2446         insn.
2447
2448 2004-06-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2449
2450         PR web/15263
2451         * doc/install.texi: Remove superfluous linebreak.
2452
2453 2004-06-10  Roger Sayle  <roger@eyesopen.com>
2454
2455         * builtins.c (expand_builtin): Fall back to library function call for
2456         conj, conjf, conjl, creal, crealf, creall, cimag, cimagf and cimagl.
2457         (fold_builtin_1): Lower built-ins BUILT_IN_CONJ{,F,L} to CONJ_EXPR,
2458         BUILT_IN_CREAL{,F,L} to REALPART_EXPR, and BUILT_IN_CIMAG{,F,L} to
2459         IMAGPART_EXPR respectively.
2460
2461 2004-06-10  J"orn Rennecke <joern.rennecke@superh.com>
2462
2463         * sh.c (dump_table): New argument start.  Changed caller.
2464         (fixup_mova): New function.
2465         (find_barrier): Use it.
2466         (sh_reorg): Likewise.  Check for CODE_FOR_casesi_worker_2.
2467         If the label a mova refers to is above the mova itself, change
2468         the mova into a load.
2469         * sh.md (*casesi_worker): Rename to:
2470         (casesi_worker_1).
2471         (casesi_worker_2): New insn.
2472
2473 2004-06-10  Jason Merrill  <jason@redhat.com>
2474
2475         * target.h (struct gcc_target): Change gimplify_va_arg_expr
2476         hook signature.
2477         * tree-gimple.h: Adjust.
2478         * config/alpha/alpha.c (alpha_gimplify_va_arg): Adjust.
2479         * config/i386/i386.c (ix86_gimplify_va_arg): Adjust.
2480         Use fold_convert.
2481         * config/ia64/ia64.c (ia64_gimplify_va_arg): Adjust.
2482         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust.
2483         Use COMPLEX_EXPR for complex numbers.  Use fold_convert.
2484         * builtins.c (std_gimplify_va_arg_expr): Adjust.  Use fold_convert.
2485         (gimplify_va_arg_expr): Return GS_ERROR in error case.
2486         Gimplify valist rather than calling stabilize_va_list.
2487
2488 2004-06-10  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2489
2490         * Makefile.in (df.o): Remove fibheap dependency.
2491         * df.h: Do not include sbitmap.h.
2492         (struct ref): New field "data".
2493         (DF_REF_DATA): New accessor macro.
2494         (struct df): Field "dom" removed.
2495         (df_analyze_subcfg): New function.
2496         (transfer_function_sbitmap, transfer_function_bitmap): Replaced by ...
2497         (transfer_function): ... new type.
2498         (iterative_dataflow_sbitmap, iterative_dataflow_bitmap): Replaced by ...
2499         (iterative_dataflow): ... new function.
2500         (enum set_representation, struct dataflow): New.
2501         * df.c: Do not include fibheap.h.
2502
2503         (df_reg_def_chain_clean, df_reg_use_chain_clean,
2504         (df_bb_table_realloc, df_analyse_subcfg, free_reg_ref_chain,
2505         prune_to_subcfg, df_bb_modify): New functions.
2506         (df_bitmaps_alloc, df_reg_def_chain_create, df_reg_use_chain_create,
2507         df_refs_update, df_reg_table_realloc, df_ref_create,
2508         df_bb_reg_def_chain_create, df_bb_reg_use_chain_create,
2509         df_bb_rd_local_compute, df_bb_ru_local_compute, df_bb_lr_local_compute,
2510         df_analyse_1, df_insn_modify): Support analysing only a part of the cfg.
2511
2512         (dataflow_set_a_op_b, dataflow_set_copy): New functions.
2513         (df_rd_transfer_function, df_ru_transfer_function,
2514         df_lr_transfer_function): Type of bitmaps changed to void *.
2515         (hybrid_search_bitmap, hybrid_search_sbitmap): Merge into ...
2516         (hybrid_search): ... new function.
2517         (iterative_dataflow_bitmap, iterative_dataflow_sbitmap): Merge into ...
2518         (iterative_dataflow): ... new function. Avoid use of fibheaps for
2519         a worklist.  Do not process basic blocks unnecessarily.
2520
2521 2004-06-10  Roger Sayle  <roger@eyesopen.com>
2522
2523         * fold-const.c (fold_abs_const): Make extern.
2524         * tree.h (fold_abs_const): Prototype here.
2525         * builtins.c (fold_builtin_fabs): New function to transform
2526         fabs, fabsf and fabsl builtins into ABS_EXPR tree nodes.
2527         (fold_builtin_abs): New function to transform abs, labs, llabs
2528         and imaxabs builtins into ABS_EXPR tree nodes.
2529         (expand_builtin): Fall back to a function call for abs, labs,
2530         llabs and imaxabs builtins that survive constant folding.
2531         (fold_builtin_1): Call fold_builtin_fabs for FABS, FABSF and
2532         FABSL, and fold_builtin_abs for ABS, LABS, LLABS and IMAXABS.
2533
2534 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
2535
2536         * config/ia64/unwind-ia64.c (uw_frame_state_for): Don't assume a
2537         leaf function without unwind info at RP 0.
2538
2539 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
2540
2541         PR c++/14791
2542         * tree.h (enum tree_index): Add TI_FILEPTR_TYPE.
2543         (fileptr_type_node): Define.
2544         * tree.c (build_common_tree_nodes_2): Initialize
2545         fileptr_type_node to ptr_type_node.
2546         * c-common.c (c_common_nodes_and_builtins): For C++, make
2547         fileptr_type_node a distinct type copy.
2548         * builtin-types.def (BT_FILEPTR, BT_FN_INT_CONST_STRING_FILEPTR,
2549         BT_FN_INT_INT_FILEPTR, BT_FN_INT_FILEPTR_CONST_STRING_VALIST_ARG,
2550         BT_FN_SIZE_CONST_PTR_SIZE_SIZE_FILEPTR,
2551         BT_FN_INT_FILEPTR_CONST_STRING_VAR): Add.
2552         (BT_FN_INT_CONST_STRING_PTR, BT_FN_INT_INT_PTR,
2553         BT_FN_SIZE_CONST_PTR_SIZE_SIZE_PTR, BT_FN_INT_PTR_CONST_STRING_VAR,
2554         BT_FN_INT_PTR_CONST_STRING_VALIST_ARG): Remove.
2555         * builtins.def (BUILT_IN_FPRINTF, BUILT_IN_FPRINTF_UNLOCKED,
2556         BUILT_IN_FPUTC, BUILT_IN_FPUTC_UNLOCKED, BUILT_IN_FPUTS,
2557         BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FSCANF, BUILT_IN_FWRITE,
2558         BUILT_IN_FWRITE_UNLOCKED, BUILT_IN_VFPRINTF, BUILT_IN_VFSCANF): Use
2559         the above *FILEPTR* types instead of *PTR*.
2560
2561 2004-06-09  Daniel Berlin <dberlin@dberlin.org>
2562
2563         * tree-ssa.c (verify_ssa): Verify that vdefs/makes_aliased_stores
2564         match.
2565
2566 2004-06-09  Roger Sayle  <roger@eyesopen.com>
2567
2568         * fold-const.c (fold_not_const): New function.
2569         (fold) <ABS_EXPR>: Don't bother testing wins.
2570         (fold) <BIT_NOT_EXPR>: Call fold_not_const.
2571         (nondestructive_fold_unary_to_constant) <BIT_NOT_EXPR>: Likewise.
2572
2573 2004-06-09  Richard Henderson  <rth@redhat.com>
2574
2575         PR middle-end/15228
2576         * function.c (assign_parms): Always set_mem_align with the computed
2577         FUNCTION_ARG_BOUNDARY.  Don't clear stack_parm if !STRICT_ALIGNMENT.
2578
2579 2004-06-09  Richard Henderson  <rth@redhat.com>
2580
2581         PR opt/15108
2582         * tree-tailcall.c (find_tail_calls): Don't check early for
2583         tail_recursion failure.
2584
2585 2004-06-09  Diego Novillo  <dnovillo@redhat.com>
2586
2587         Move SSA_NAME annotations into tree_ssa_name.
2588
2589         * tree-dfa.c (create_ssa_name_ann): Remove.
2590         * tree-flow-inline.h (ssa_name_ann, get_ssa_name_ann): Remove.
2591         * tree-flow.h (enum tree_ann_type): Remove SSA_NAME_ANN.
2592         (struct ssa_name_ann_d): Remove.
2593         (union tree_ann_d): Update.
2594         (ssa_name_ann_t): Remove.
2595         * tree-ssa-alias.c: (get_ptr_info): New local function.
2596         Replace references to ssa_name_ann_t with struct ptr_info_def.
2597         * tree-ssa-operands.c (get_expr_operands): Likewise.
2598         * tree.h (SSA_NAME_PTR_INFO): Define.
2599         (struct ptr_info_def): Declare.
2600         (struct tree_ssa_name): Add field 'ptr_info'.
2601
2602 2004-06-09  Danny Smith  <dannysmith@users.sourceforge.net>
2603
2604         * config/i386/winnt.c (i386_pe_output_labelref): Correct
2605         misplaced ')'.
2606
2607 2004-06-09  Steven Bosscher  <stevenb@suse.de>
2608
2609         * config/i386/k6.md: Rewrite using the DFA model.
2610         * config/i386/i386.c (ix86_adjust_cost): Don't increase the
2611         cost of load-operation insns for the K6.
2612         (ia32_use_dfa_pipeline_interface): Add TARGET_K6.
2613         (ia32_multipass_dfa_lookahead): Likewise.
2614
2615 2004-06-09  Richard Henderson  <rth@redhat.com>
2616
2617         * config/alpha/alpha.c (alpha_gimplify_va_arg_1,
2618         alpha_gimplify_va_arg, TARGET_GIMPLIFY_VA_ARG_EXPR): New.
2619
2620 2004-06-09  Richard Henderson  <rth@redhat.com>
2621
2622         * expmed.c (emit_store_flag): Cope with FLOAT_STORE_FLAG_VALUE.
2623
2624 2004-06-09  Geoffrey Keating  <geoffk@apple.com>
2625
2626         * Makefile.in (CPPLIB_H): Put files in order of inclusion.
2627         (CPP_ID_DATA_H): New.
2628         (gtype-desc.o): Update dependencies.
2629         (GTFILES): Use CPP_ID_DATA_H.
2630
2631 2004-06-09  Mark Mitchell  <mark@codesourcery.com>
2632
2633         Revert:
2634         PR c++/15815
2635         2004-06-07  Mark Mitchell  <mark@codesourcery.com>
2636         * doc/extend.texi: Deprecate #pragma interface and #pragma
2637         implementation.
2638
2639 2004-06-09  David S. Miller  <davem@nuts.davemloft.net>
2640
2641         * config/sparc/sparc.h (MOVE_RATIO): New definition.
2642
2643 2004-06-09  Richard Henderson  <rth@redhat.com>
2644
2645         * basic-block.h (struct edge_def): Add goto_locus.
2646         * tree-cfg.c (make_goto_expr_edges): Set it.
2647         (disband_implicit_edges): Use it.
2648         * tree-pretty-print.c (dump_implicit_edges): Print it.
2649
2650 2004-06-08  Anil Paranjpe <anilp1@kpitcummins.com>
2651
2652         * h8300.md (ldm_h8300s_4): Fix condition for expander.
2653
2654 2004-06-08  Jason Merrill  <jason@redhat.com>
2655
2656         Gimplify VA_ARG_EXPR into simpler forms.
2657         * target.h: Add gimplify_va_arg_expr hook.
2658         * target-def.h: Add TARGET_GIMPLIFY_VA_ARG_EXPR.
2659         * fold-const.c (build_fold_addr_expr)
2660         (build_fold_addr_expr_with_type): Move from gimplify.c.
2661         * tree.h: Declare them.
2662         * gimplify.c (gimplify_and_add): New fn.
2663         (build_addr_expr, build_addr_expr_with_type): Move to fold-const.c.
2664         (gimplify_array_ref_to_plus, gimplify_modify_expr)
2665         (gimplify_expr): Use build_fold_*.
2666         (copy_if_shared_r): Only mark VA_ARG_EXPR volatile if we
2667         don't know how to gimplify it.
2668         * builtins.c (std_gimplify_va_arg_expr): New fn.
2669         (dummy_object): New static fn.
2670         (gimplify_va_arg_expr): New fn.
2671         (stabilize_va_list): Use build_fold_*.
2672         * tree-gimple.h: Declare new fns.
2673         * config/i386/i386.c (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
2674         (ix86_gimplify_va_arg): New fn.
2675         * config/ia64/ia64.c (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
2676         (ia64_gimplify_va_arg): New fn.
2677         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): New fn.
2678         (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
2679         * alias.c (get_varargs_alias_set): Just return 0 for now.
2680
2681         * c-objc-common.c (c_tree_printer): Improve handling of %T.
2682
2683 2004-06-09  Andrew Pinski  <pinskia@physics.uc.edu>
2684
2685         * tree-complex.c (expand_complex_comparison): Use fold_convert instead
2686         of convert.
2687         * tree-inline.c (setup_one_parameter): Likewise.
2688         * tree-sra.c (csc_build_component_ref): Likewise.
2689         * tree-ssa-ccp.c (ccp_fold): Likewise.
2690         * tree-ssa-copy.c (cprop_operand): Likewise.
2691         * tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Likewise.
2692         * tree-tailcall.c (tree_optimize_tail_calls_1): Likewise.
2693
2694 2004-06-09  J"orn Rennecke <joern.rennecke@superh.com>
2695
2696         PR rtl-optimization/15521:
2697         * sched-int.h (in_post_call_group_p): Change type to enum.
2698         * sched-deps.c (sched_analyze_insn):
2699         (sched_analyze): When in_post_call_group_p is post_call_initial,
2700         don't add a dependency, but still set SCHED_GROUP_P and CANT_MOVE,
2701         and also reset in_post_call_group_p to post_call.
2702         (sched_analyze): When the previous basic block ended in a CALL_INSN,
2703         initialize in_post_call_group_p as post_call_initial.
2704         (init_deps): initialize in_post_call_group_p to not_post_call.
2705
2706 2004-06-09  Arnaud Charlet  <charlet@act-europe.fr>
2707
2708         PR ada/6637
2709         * doc/install.texi: List ada, libada as options to --enable-shared
2710
2711 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
2712
2713         * aclocal.m4 (gcc_AC_PROG_LN): Remove.
2714         (gcc_AC_CHECK_DECLS): Use AH_TEMPLATE to generate
2715         config.in entries.
2716         * configure.ac: Call ACX_PROG_LN, falling back to $LN_S
2717         if hard links are not available.
2718         * configure: Regenerate.
2719         * config.in: Regenerate.
2720
2721 2004-06-08  Per Bothner  <per@bothner.com>
2722
2723         * configure.ac:  New --enable-mapped-location sets USE_MAPPED_LOCATION.
2724
2725 2004-06-08  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2726
2727         * toplev.c (floor_log2_wide): Correct casts for 64-bit hosts.
2728         Correct formatting.
2729
2730 2004-06-08  James E Wilson  <wilson@specifixinc.com>
2731
2732         PR target/15790
2733         * config/i386/i386-coff.h (ASM_OUTPUT_ALIGN): Define.
2734
2735 2004-06-08  Andrew Pinski  <pinskia@physics.uc.edu>
2736
2737         * fold-const.c (fold_convert): Treat OFFSET_TYPE like
2738         POINTER_TYPE and INTEGER_TYPE.
2739
2740 2004-06-08  Bernardo Innocenti  <bernie@develer.com>
2741
2742         * modulo-sched.c: Compile only when INSN_SCHEDULING is
2743         defined.
2744
2745 2004-06-08  Jeff Law  <law@redhat.com>
2746
2747         * doc/contrib.texi: Add entries for Stefan Olsson and
2748         Ola Ronnerup.
2749
2750 2004-06-08  DJ Delorie  <dj@redhat.com>
2751
2752         * toplev.c (floor_log2_wide): Replace loop with faster bit
2753         operations.
2754         (exact_log2_wide): Define in terms of the above.
2755         * toplev.h (floor_log2): Use _builtin_clz family of builtins if
2756         available.
2757
2758 2004-06-08  Andrew Pinski  <pinskia@physics.uc.edu>
2759
2760         * config/rs6000/rs6000.c (print_operand, <case 'z'>):
2761         Make sure that we are in INDIRECT mode when getting the
2762         stub name.
2763
2764 2004-06-08  Anil Paranjpe <anilp1@kpitcummins.com>
2765
2766         * h8300.md (extendqisi2_h8300): Add constraints.
2767         (ldm_h8300s_4_normal): Fix typo.
2768
2769 2004-06-08  Richard Henderson  <rth@redhat.com>
2770
2771         * gimple-low.c (struct lower_data): Replace the_return_label and
2772         one_return_stmt with return_statements.
2773         (lower_function_body): Process the entire list of return_statements.
2774         (lower_return_expr): Check source value before unifying return_exprs.
2775         * gimplify.c (gimplify_return_expr): Force the use of a temporary
2776         for !aggregate_value_p.
2777         * tree-gimple.c: Update RETURN_EXPR grammer.
2778
2779 2004-06-08  Vladimir Makarov  <vmakarov@redhat.com>
2780
2781         PR target/15598
2782         * config/ia64/ia64.c (bundling): Add missed TYPE_A.
2783
2784 2004-06-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2785
2786         PR rtl-optimization/15717
2787         * config/i386/i386.c (legitimate_constant_p): Do not allow
2788         x - symbol_ref.
2789
2790 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
2791
2792         * gimplify.c (copy_if_shared_r): Revert:
2793         2004-05-21  Richard Henderson  <rth@redhat.com>
2794         * gimplify.c [...] Don't mark VA_ARG_EXPRs volatile here.
2795
2796 2004-06-07  Roger Sayle  <roger@eyesopen.com>
2797
2798         * expmed.c (add_cost, neg_cost, sdiv_pow2_cheap, smod_pow2_cheap):
2799         Make arrays indexed by machine mode.  Rename negate_cost to neg_cost.
2800         (init_expmed): Initialize these cost arrays as appropriate.
2801         (store_bit_field, extract_bit_field): Correct whitespace.
2802         (synth_mult, choose_mult_variant, expand_mult, expand_mult_highpart,
2803         expand_mult_highpart_optab, expand_divmod): Update uses of add_cost,
2804         neg_cost, sdiv_pow2_cheap, smod_pow2_cheap to index with mode,
2805         word_mode or compute_mode as appropriate.
2806
2807 2004-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
2808
2809         PR target/15783
2810         * config/sparc/sparc.c (function_arg_union_value): Add 'mode'
2811         parameter.  Enumerate the registers inside the PARALLEL.
2812         (function_arg): Adjust call to function_arg_union_value.
2813         (function_value): Likewise.
2814
2815         * config/sparc/sparc.c (sparc_function_epilogue): Properly format.
2816
2817 2004-06-07  Roger Sayle  <roger@eyesopen.com>
2818
2819         * real.c (real_copysign): New function to implement libm's copysign.
2820         * real.h (real_copysign): Prototype here.
2821         * fold-const.c (tree_expr_nonnegative_p): The result of sqrt, sqrtf
2822         and sqrtl can be negative, as sqrt(-0.0) = -0.0.  Correct whitespace.
2823         * builtins.c (fold_builtin_isascii, fold_builtin_toascii,
2824         fold_builtin_isdigit): Add function prototypes.
2825         (fold_builtin_copysign): New function to fold copysign, copysignf
2826         and copysignl.  Optimize copysign(x,x) as x.  Evaluate copysign of
2827         constant arguments at compile-time using real_copysign.  Fold
2828         copysign(X,Y) as fabs(X) if Y is always non-negative.
2829         (fold_builtin_1): Correct minor whitespace/style issues.  Call
2830         fold_builtin_copysign for BUILT_IN_COPYSIGN{,F,L}.
2831
2832 2004-06-07  J"orn Rennecke <joern.rennecke@superh.com>
2833
2834         * tree.c (iterative_hash_expr): Use real_hash.
2835
2836 2004-06-07  Joseph S. Myers  <jsm@polyomino.org.uk>
2837
2838         PR c/14765
2839         * c-parse.in (compstmt_primary_start): Set last_expr_type to
2840         NULL_TREE.
2841
2842 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
2843
2844         PR c++/15815
2845         * doc/extend.texi: Deprecate #pragma interface and #pragma
2846         implementation.
2847
2848 2004-06-07  Alexandre Oliva  <aoliva@redhat.com>
2849
2850         PR middle-end/15666
2851         * c-decl.c (finish_decl): Use change_decl_assembler_name for the
2852         builtin decl as well.
2853
2854 2004-06-07  Roger Sayle  <roger@eyesopen.com>
2855
2856         PR c/14649
2857         * c-typeck.c (require_constant_value, require_constant_elements):
2858         Move declarations to the top of the file.
2859         (build_function_call): If we require a constant value, fold with
2860         fold_initializer.  If the result is a constant, and the function
2861         wasn't called using __builtin_foo, issue a pedantic warning.
2862         (build_unary_op): If we require a constant value, fold tree with
2863         fold_initializer.
2864         (build_binary_op): Use require_constant_value to determine whether
2865         to call fold or fold_initializer.
2866
2867 2004-06-07  Richard Henderson  <rth@redhat.com>
2868
2869         * gimple-low.c (struct lower_data): Add the_return_label and
2870         one_return_stmt.
2871         (lower_function_body): Initialize and use them.
2872         (lower_return_expr): New.
2873         (lower_stmt): Call it.
2874         * gimplify.c (gimplify_return_expr): Force the argument to be either
2875         null or a result_decl.
2876         * tree-gimple.c: Update gimple grammer to match.
2877         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Deny
2878         coalescing of result_decls.
2879
2880 2004-06-07  Richard Henderson  <rth@redhat.com>
2881
2882         PR rtl-opt/15193
2883         * expmed.c (extract_bit_field): Fix vector_extract return.
2884
2885         * config/i386/i386.md (negv4sf2): New pattern.
2886
2887 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
2888
2889         PR c++/15337
2890         * c-common.c (c_sizeof_or_alignof_type): Use more detailed error
2891         message.
2892
2893 2004-06-06  Paolo Bonzini  <bonzini@gnu.org>
2894
2895         * config.in: Regenerate.
2896
2897 2004-06-06  Steven Bosscher  <stevenb@suse.de>
2898
2899         * tree-cfg.c (tree_verify_flow_info): Make sure that labels in
2900         SWITCH_LABELS are always sorted.
2901
2902 2004-06-06  Steven Bosscher  <stevenb@suse.de>
2903
2904         * hooks.c (hook_int_void_1): New generic hook.
2905         * hooks.h (hook_int_void_1): Add prototype.
2906         * config/c4x/c4x.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE):
2907         Define to hook_int_void_1.
2908         * config/c4x/c4x.md: Replace dummies for the old pipeline model
2909         with dummies for the new one.
2910
2911 2004-06-06  Roger Sayle  <roger@eyesopen.com>
2912
2913         * tree.h (lvalue_or_else): Delete function prototype.
2914         * c-typeck.c (lvalue_or_else): Make static.  Add static prototype.
2915
2916 2004-06-06  Stephane Carrez  <stcarrez@nerim.fr>
2917
2918         PR target/14542
2919         * config/m68hc11/m68hc11.md (move peephole2): Emit a use note to avoid
2920         a live change of a register after peephole replacement.
2921
2922 2004-06-06  Joseph S. Myers  <jsm@polyomino.org.uk>
2923
2924         PR c/13519
2925         * c-typeck.c (composite_type, common_pointer_type): New functions.
2926         (common_type): Split parts into composite_type and
2927         common_pointer_type.  Ensure that arithmetic operations return
2928         unqualified types without attributes.  Don't make composite type
2929         of signed enum and compatible integer be unsigned.
2930         (build_conditional_expr, build_binary_op): Use
2931         common_pointer_type.
2932         * c-decl.c (merge_decls): Use composite_type.
2933         * c-tree.h (composite_type): Declare.
2934
2935 2004-06-06  Stephane Carrez  <stcarrez@nerim.fr>
2936
2937         PR target/14457
2938         * config/m68hc11/m68hc11.c (splitable_operand): New predicate.
2939         * config/m68hc11/m68hc11-protos.h (splitable_operand): Declare.
2940         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register it.
2941         (inhibit_libc): Must define.
2942         * config/m68hc11/m68hc11.md ("movhi_const0"): Use splitable_operand.
2943         ("*andhi3_gen", "iorhi3", "*iorhi3_gen"): Likewise.
2944         ("xorhi3"): Likewise.
2945
2946 2004-06-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2947
2948         * cgraphunit.c (cgraph_decide_inlining): Adjust dump lines in
2949         always_inline pass.
2950
2951 2004-06-05  David S. Miller  <davem@nuts.davemloft.net>
2952
2953         * config/sparc/linux.h (TARGET_C99_FUNCTIONS): Set.
2954         * config/sparc/linux64.h (TARGET_C99_FUNCTIONS): Likewise.
2955
2956 2004-06-05  Bernardo Innocenti  <bernie@develer.com>
2957
2958         * regclass.c (init_reg_sets): Check for missing registers in target
2959         initializer macros FIXED_REGISTERS and CALL_USED_REGISTERS.
2960
2961 2004-06-05  Zack Weinberg  <zack@codesourcery.com>
2962
2963         * Makefile.in (MKDEPS_H): New shorthand.
2964         (c-opts.o): Update dependencies.
2965         * c-opts.c: Include mkdeps.h.
2966         (handle_deferred_opts): Use cpp_get_deps and deps_add_target,
2967         not cpp_add_dependency_target.
2968
2969 2004-06-05  Steven Bosscher  <stevenb@suse.de>
2970
2971         * config/v850/v850.c (v850_use_dfa_pipeline_interface): New.
2972         * config/v850/v850.md: Convert to DFA scheduler description.
2973
2974 2004-06-05  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2975
2976         PR fortran/15478
2977         * doc/install.texi: Document GMP as prerequisite. Document
2978         --with-gmp and --with-gmp-dir configure options.
2979         * fortran/gfortran.texi: Remove section "Compiling and testing",
2980         remove TOC reference to it.
2981
2982 2004-06-05  Graham Stott  <graham.stott@btinternet.com>
2983
2984         * combine.c(simplify_shift_const): Check shift amount is a
2985         CONST_INT.
2986
2987 2004-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
2988
2989         * toplev.c (init_asm_output): Add explicit 'b' to mode when
2990         opening asm_out_file.
2991         * c-pch.c (c_common_write_pch): Remove unnecessary fflush before
2992         reading asm_out_file. Replace fflush after reading asm_out_file
2993         with fseek.
2994         * hosthooks-def.h (HOST_HOOKS_GT_PCH_ALLOC_GRANULARITY): Define
2995         default and add to HOST_HOOKS_INITIALIZER.
2996         * hosthooks.h (gt_pch_alloc_granularity): Declare hook function.
2997         * ggc-common.c (default_gt_pch_alloc_granularity): New function.
2998         (gt_pch_save): Use host_hooks.gt_pch_alloc_granularity
2999         to set mmi.offset padding.
3000          * config.gcc (i[34567]86-*-mingw32*): Set target_gtfiles to
3001         $(srcdir)/config/i386/winnt.c.
3002         (i[34567]86-*-pe | i[34567]86-*-cygwin*): Likewise.
3003         (i[34567]86-*-uwin*): Likewise.
3004         *i[34567]86-*-interix3*): Likewise.
3005         * config.host (i[34567]86-*-mingw32*): Set out_host_hook_obj.
3006         * config/i386/host-mingw32.c: New file.
3007         * config/i386/x-mingw32: Add rule for host-mingw32.o.
3008         * config/i386/winnt.c: (struct extern_list) Tag as GTY.
3009         (extern_head): Likewise.
3010         (struct export_list) Likewise.
3011         (export_head): Likewise.
3012         (i386_pe_record_external_function): Use ggc_alloc.
3013         (i386_pe_record_exported_symbol): Likewise.
3014         Include "gt-winnt.h" at end.
3015         * doc/hostconfig.texi: Document
3016         HOST_HOOKS_GT_PCH_ALLOC_GRANULARITY.
3017
3018 2004-06-04  Bernardo Innocenti  <bernie@develer.com>
3019
3020         * config/m68k/m68k.h: Remove comments copied over from tm.texi.
3021         Rename 68000 and 68k to m68k for consistency in comments.  Remove
3022         trailing whitespace before EOLs and before TABs.
3023         (MAX_CODE_ALIGN): Remove unused macro.
3024         (CALL_USED_REGISTERS): Reformat and add comments.
3025
3026 2004-06-04  Frank Ch. Eigler  <fche@redhat.com>
3027
3028         * gcc.c (MFLIB_SPEC): Remove library references, to require users
3029         to enumerate -lmudflap* and dependencies when linking.
3030
3031 2004-06-04  Paolo Bonzini  <bonzini@gnu.org>
3032
3033         PR target/15822
3034         * dojump.c (do_jump): Fix uninitialized variable tcode1.
3035
3036 2004-06-04  Jerry Quinn  <jlquinn@optonline.net>
3037
3038         * Makefile.in (insn-conditions.o): Back out removal of reload.h.
3039         * genconditions.c (write_header): Back out removal of reload.h.
3040
3041 2004-06-04  Jan Hubicka  <jh@suse.cz>
3042
3043         Re-apply hopefully fixed patch:
3044         * i386.md (UNSPECV_EH_RETURN): Kill.
3045         (eh_return): Use jump_insn.
3046         (eh_return_si, eh_return_di): Change pattern to jump instruction.
3047
3048 2004-06-04  Jeff Law  <law@redhat.com>
3049
3050         * cfgrtl.c (try_redirect_by_replacing_jump): Fix return value.
3051
3052 2004-06-04  Steven Bosscher  <stevenb@suse.de>
3053
3054         * except.c (for_each_eh_region): New function.
3055         * except.h (for_each_eh_region): Add a prototype for it.
3056         * tree-cfg.c (update_eh_labels): New function, callback for
3057         for_each_eh_region.
3058         (label_for_bb): Make global static, unfortunately.
3059         (cleanup_dead_labels): Also update label references for
3060         exception regions.
3061
3062 2004-06-03  Chris Demetriou  <cgd@broadcom.com>
3063
3064         * config/mips/mips.c (struct irix_section_align_entry): Fix
3065         GTY marker.
3066
3067 2004-06-03  Geoffrey Keating  <geoffk@apple.com>
3068
3069         * toplev.c (check_global_declarations): Don't ask for
3070         DECL_ASSEMBLER_NAME unless the function really is declared
3071         static and not defined.
3072
3073 2004-06-03  Matt Austern  <austern@apple.com>
3074
3075         PR c++/15428
3076         * default.h (TARGET_WEAK_NOT_IN_ARCHIVE_TOC): New name
3077         for TARGET_EXPLICIT_INSTANTIATIONS_ONE_ONLY, with reversed sense.
3078         * config/darwin.h (TARGET_WEAK_NOT_IN_ARCHIVE_TOC): Likewise.
3079         * doc/tm.texi (TARGET_WEAK_NOT_IN_ARCHIVE_TOC): Rewrite
3080         documentation to reflect the new macro name and to clarify its
3081         meaning.
3082
3083 2004-06-03  Steven Bosscher  <stevenb@suse.de>
3084
3085         * rtl.def (VAR_LOCATION): Make RTX_EXTRA.
3086
3087 2004-06-03  Andrew Pinski  <pinskia@physics.uc.edu>
3088
3089         * config/darwin.c (machopic_indirect_data_reference): Copy
3090         the SYMBOL_REF_DECL from the original RTX for the new
3091         non-lazy pointer RTX.
3092
3093 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
3094
3095         * tree.h: Remove include of version.h
3096         * c-cppbuiltin.c: Include version.h
3097         * diagnostic.c: Include version.h
3098         * dwarf2out.c: Include version.h
3099         * toplev.c: Include version.h
3100         * vmsdbgout.c: Include version.h
3101         * Makefile.in: Remove dependency on version.h from TREE_H, and
3102         add dependencies to required .o targets
3103
3104 2004-06-03  Jerry Quinn  <jlquinn@optonline.net>
3105
3106         * Makefile.in (RA_H, RESOURCE_H, SCHED_INT_H, CFGLAYOUT_H,
3107         CFGLOOP_H, DF_H, DDG_H, TREE_SSA_LIVE_H): New.
3108         (TARGET_H): Add insn-modes.h.
3109         (tree-ssa.o, tree-cfg.o, tree-ssa-loop.o, toplev.o, passes.o,
3110         loop.o, loop-doloop.o, unroll.o, cfgloop.o, cfgloopanal.o,
3111         loop-iv.o, cfgloopmanip.o, loop-init.o, loop-unswitch.o,
3112         loop-unroll.o, ddg.o, modulo-sched.o, predict.o,
3113         cfglayout.o, ifcvt.o): Replace cfgloop.h with CFGLOOP_H.
3114         (toplev.o, passes.o, cfghooks.o, cfgloopmanip.o, loop-init.o,
3115         loop-unswitch.o, loop-unroll.o, ddg.o, modulo-sched.o,
3116         bb-reorder.o, tracer.o, cfglayout.o): Replace cfglayout.h with
3117         CFGLAYOUT_H.
3118         (ra.o, ra-build.o, ra-colorize.o, ra-debug.o, ra-rewrite.o):
3119         Replace ra.h with RA_H.
3120         (resource.o, regrename.o, insn-conditions.o, insn-emit.o,
3121         insn-recog.o): Replace resource.h with RESOURCE_H.
3122         (ddg.o, modulo-sched.o, haifa-sched.o, sched-deps.o, sched-rgn.o,
3123         sched-ebb.o, sched-vis.o, out_object_file):  Replace sched-int.h
3124         with SCHED_INT_H.
3125         (web.o, lcm.o, df.o, ra.o, ra-build.o, ra-colorize.o, ra-debug.o,
3126         ra-rewrite.o): Replace df.h with DF_H.
3127         (ddg.o, modulo-sched.o): Replace ddf.h with DDG_H.
3128         (tree-outof-ssa.o, tree-ssa-live.o, tree-ssa-copyrename.o):
3129         Replace tree-ssa-live.h with TREE_SSA_LIVE_H.
3130         (insn-conditions.o): Remove unused reload.h.
3131         * cfglayout.h: Add include guard.  Include basic-block.h.
3132         * cfgloop.h: Add include guard.  Include basic-block.h, rtl.h.
3133         * ddg.h: Include sbitmap.h, basic-block.h, df.h.
3134         * df.h: Add include guard.  Include bitmap.h, sbitmap.h,
3135         basic-block.h.
3136         * genconditions.c:  Remove reload.h.
3137         * ra.h: Add include guard.  Include bitmap.h, sbitmap.h,
3138         hard-reg-set.h, insn-modes.h.
3139         * resource.h: Add include guard.  Include hard-reg-set.h.
3140         * sched-int.h:  Add include guard.  Include insn-attr.h,
3141         basic-block.h, rtl.h.
3142         * target.h: Add include guard.  Include insn-modes.h.
3143         * tree-ssa-live.h: Include partition.h.
3144
3145 2004-06-03  Daniel Berlin  <dberlin@dberlin.org>
3146                 Kenneth Zadeck <zadeck@naturalbridge.com>
3147
3148         * tree-ssa-ccp.c (varying_ssa_edges): New worklist.
3149         (add_var_to_ssa_edges_worklist): Add value argument.
3150         Update callers.
3151         Use new worklist.
3152         (process_ssa_edge_worklist): New function.
3153         (tree_ssa_ccp): Move worklist processing core to
3154         process_ssa_edge_worklist, and just call that for the two worklists.
3155
3156 2004-06-03  Steven Bosscher  <stevenb@suse.de>
3157
3158         * basic-block.c (tail_recursion_label_list): Don't declare.
3159         (CLEANUP_PRE_SIBCALL): Remove.  Renumber the other CLEANUP_*
3160         accordingly.
3161         * cfgbuild.c (find_label_refs): Remove.
3162         (find_basic_blocks_1): Don't handle CALL_PLACEHOLDER insns.
3163         * cfgcleanup.c (tail_recursion_label_p): Remove.
3164         (merge_blocks_move): Do not check for tail recursion.
3165         (try_optimize_cfg): Likewise.
3166         (cleanup_cfg): Never handle CLEANUP_PRE_SIBCALL.
3167         * cfgrtl.c (tail_recursion_label_list): Remove.
3168         * except.c (remove_unreachable_regions): Don't handle
3169         CALL_PLACEHOLDER insns.
3170         (convert_from_eh_region_ranges_1, can_throw_internal,
3171         can_throw_external): Likewise.
3172         * function.c (free_after_compilation): Don't clear
3173         x_tail_recursion_label.
3174         (fixup_var_refs_insns): Don't handle CALL_PLACEHOLDER insns.
3175         (identify_blocks_1): Don't recurse for CALL_PLACEHOLDER insns.
3176         (reorder_blocks_1): Likewise.
3177         * function.h (struct function): Remove x_tail_recursion_label
3178         member.  Don't define tail_recursion_label.
3179         * jump.c (mark_all_labels): Don't handle CALL_PLACEHOLDER insns.
3180         * print-rtl.c (print_rtx): Likewise.
3181         * rtl.def (CALL_PLACEHOLDER): Remove.
3182         * rtl.h (sibcall_use_t): Remove enum.
3183         (optimize_sibling_and_tail_recursive_calls,
3184         replace_call_placeholder): Remove function prototypes.
3185         * stmt.c (tail_recursion_args): Remove.
3186         (optimize_tail_recursion): Remove.
3187         (expand_return): Don't check for possible tail recursion.
3188         * tree.h (optimize_tail_recursion): Remove prototype.
3189
3190 2004-06-02  Jan Hubicka  <jh@suse.cz>
3191
3192         * tree-cfg.c (tree_find_edge_insert_loc):  Allow inserting before
3193         return_stmt.
3194
3195 2004-06-02  Jason Merrill  <jason@redhat.com>
3196
3197         * Makefile.in (TAGS): Don't mess with c-parse.[ch].
3198         Do include c-parse.in.
3199
3200 2004-06-02  Eric Christopher  <echristo@redhat.com>
3201
3202         * c-typeck.c (common_type): Don't lose type qualifiers
3203         when creating new variants.
3204
3205 2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
3206
3207         PR tree-optimization/14042
3208         PR tree-optimization/14729
3209         PR tree-optimization/14736
3210         * tree-ssa.c (tree_ssa_useless_type_conversion_1):
3211         Check the type which the pointer points to
3212         instead of the pointer types.
3213
3214 2004-06-02  Kazu Hirata  <kazu@cs.umass.edu>
3215
3216         PR tree-optimization/15738.
3217         * builtins.c (fold_builtin_strchr): Transform
3218         strrchr (s, '\0') to strchr (s, '\0').
3219
3220 2004-06-02  Steven Bosscher  <stevenb@suse.de>
3221
3222         * i386.c (ix86_adjust_cost): Don't increase the cost for
3223         load+operation for PROCESSOR_PENTIUMPRO, it is already
3224         modelled in the DFA description
3225
3226 2004-06-01  Jerry Quinn  <jlquinn@optonline.net>
3227
3228         * Makefile.in (EXPR_H): Add insn-config.h, function.h,
3229         $(RTL_H), flags.h, $(TREE_H), $(MACHMODE_H), $(EXPR_H).
3230         (ALIAS_H, EMIT_RTL_H): New.
3231         (cselib.o): Replace EXPR_H with EMIT_RTL_H.
3232         (cfgcleanup.o): Add EMIT_RTL_H.
3233         (alias.o): Replace EXPR_H with EMIT_RTL_H and ALIAS_H.
3234         * alias.c: Replace expr.h with emit-rtl.h and alias.h.
3235         * attribs.c, c-lex.c, c-obj-common.c, c-semantics.c: Remove expr.h.
3236         * cfgcleanup.c, cselib.c: Replace expr.h with emit-rtl.h.
3237         * expr.h: Add include guard.  Include function.h, rtl.h, flags.h,
3238         tree.h, machmode.h, insn-config.h, alias.h, emit-rtl.h.
3239         (get_varargs_alias_set, get_frame_alias_set, record_base_value,
3240         record_alias_subset, new_alias_set, can_address_p): Move to alias.h.
3241         (set_mem_alias_set, set_mem_align, set_mem_expr, set_mem_offset,
3242         set_mem_size): Move to emit-rtl.h.
3243         * emit-rtl.h: New.
3244         * alias.h: New.
3245
3246 2004-06-01  Eric Botcazou  <ebotcazou@act-europe.fr>
3247
3248         * function.c (walk_fixup_memory_subreg): New parameter 'var'.
3249         Call fixup_memory_subreg only if the MEM is equal to 'var'.
3250         Adjust recursive calls to self.
3251         (fixup_var_refs_insn): Pass 'var' to walk_fixup_memory_subreg.
3252
3253 2004-06-01  Richard Henderson  <rth@redhat.com>
3254             Andrew Pinski  <pinskia@physics.uc.edu>
3255
3256         * c-parse.in (OFFSETOF, offsetof_member_designator): New.
3257         (primary): Handle offsetof.  Add error productions for faux functions.
3258         Move component_ref objc checking to build_component_ref.
3259         (reswords): Add offsetof.
3260         (rid_to_yy): Add offsetof.
3261         * c-tree.h (build_offsetof): Declare.
3262         * c-common.h (objc_is_public): Declare.
3263         * c-typeck.c (build_component_ref): Check objc_is_public.
3264         (build_offsetof): New.
3265         * stub-objc.c (objc_is_public): New.
3266         * objc/objc-act.c, objc/objc-act.h (objc_is_public): Rename
3267         from is_public.
3268         * ginclude/stddef.h (offsetof): Use __builtin_offsetof.
3269         * doc/extend.texi (Offsetof): Move from C++ section to C section
3270         and rewrite for __builtin_offsetof.
3271
3272 2004-06-01  Peter Barada  <peter@the-baradas.com>
3273             Peter Jakubek  <peter@laseranimation.com>
3274
3275         * config/m68k/m68k.c(m68k_output_mi_thunk):  For ColdFire, use %d0 as
3276         a scratch to perform an add to memory.
3277
3278 2004-06-01  Bernardo Innocenti  <bernie@develer.com>
3279
3280         PR target/14018
3281         * config/m68k/m68k.c (m68k_align_loops_string, m68k_align_jumps_string,
3282         m68k_align_funcs_string, m68k_align_loops, m68k_align_jumps,
3283         m68k_align_funcs): Remove.
3284         (override_options): Remove code to handle -malign-* options.
3285         * config/m68k/m68k.h (TARGET_OPTIONS): Remove -malign-* options.
3286         (FUNCTION_BOUNDARY, LOOP_ALIGN, LOOP_ALIGN_AFTER_BARRIER): Remove.
3287         (m68k_align_loops_string, m68k_align_jumps_string,
3288         m68k_align_funcs_string, m68k_align_loops, m68k_align_jumps,
3289         m68k_align_funcs): Remove definitions.
3290
3291 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
3292
3293         PR target/15626
3294         * doc/install.texi (sparc-sun-solaris2*): Document messages issued
3295         by the Sun linker in conjunction with the Sun assembler.
3296         (sparc-sun-solaris2.7): Update revision info for Sun patch 106950.
3297
3298 2004-06-01  Jeff Law  <law@redhat.com>
3299
3300         * stmt.c (expand_decl): Be more selective about calling
3301         mark_reg_pointer.
3302
3303 2004-06-01  Nicola Pero  <nicola@brainstorm.co.uk>
3304
3305         PR objc/7993
3306         * objc-act.c (is_private): Do not emit the 'instance variable %s
3307         is declared private' error.
3308         (is_public): Emit the error after calling is_private.
3309         (lookup_objc_ivar): If the instance variable is private, return 0
3310         - the instance variable is invisible here.
3311
3312 2004-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
3313
3314         * doc/invoke.texi (-static-libgcc): Explicitly mention
3315         non-GNU linkers.
3316
3317 2004-06-01  Bernardo Innocenti  <bernie@develer.com>
3318
3319         PR target/12968
3320         * doc/invoke.texi: Document stack alignment side-effect of -mshort.
3321
3322 2004-05-31  Joseph S. Myers  <jsm@polyomino.org.uk>
3323
3324         PR c/15749
3325         * c-decl.c (grokdeclarator, finish_struct): Don't pedwarn for
3326         misuses of structures with flexible array members if
3327         in_system_header.
3328
3329 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
3330
3331         PR target/15693
3332         * config/sparc/sparc.c (compare_operand): New predicate.
3333         * config/sparc/sparc.h (PREDICATE_CODES): Add it.
3334         * config/sparc/sparc.md (cmpsi expander): Use it.  If the first
3335         operand is a ZERO_EXTRACT and the second operand is not zero,
3336         force the former to a register.
3337         (cmpdi expander): Likewise.
3338
3339 2004-05-31  Geoffrey Keating  <geoffk@apple.com>
3340
3341         * gengtype-lex.l: Catch stray GTY markers in the files gengtype
3342         looks at.
3343         * alias.c (alias_invariant_size): Make alias_invariant_size
3344         static, fix GTY marker.
3345
3346 2004-05-31  Kazu Hirata  <kazu@cs.umass.edu>
3347
3348         PR tree-optimization/15743.
3349         * builtins.c (fold_builtin_1): Fold index() and rindex().
3350
3351 2004-05-31  Roger Sayle  <roger@eyesopen.com>
3352
3353         PR middle-end/15069
3354         * fold-const.c (fold_single_bit_test): Only perform "(X & C) != 0"
3355         into "X < 0" (where C is the signbit) if X's type is a full mode.
3356
3357 2004-05-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3358
3359         * pa.md: Disable the peephole2 patterns that generate indexed
3360         floating-point stores when indexing is disabled.
3361
3362 2004-05-31  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3363
3364         * c-pretty-print.c (pp_c_left_bracket): Make a function.
3365         (pp_c_right_bracket): Likewise.
3366         (pp_c_star): Likewise.
3367         (pp_c_ampersand): Define.
3368         * c-pretty-print.h (pp_c_left_bracket): Declare.
3369         (pp_c_right_bracket): Likewise.
3370         (pp_c_star): Likewise.
3371         (pp_c_ampersand): Likewise.
3372
3373 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
3374
3375         * config/sol2.h (__enable_execute_stack): ANSIfy function
3376         definition.
3377
3378 2004-05-31  Danny Smith  <dannysmith@users.sourceforge.net>
3379
3380         * c-incpath.c (add_path): Canonicalize paths to use '/' if
3381         HAVE_DOS_BASED_FILESYSTEM.
3382
3383 2004-05-31  Steven Bosscher  <stevenb@suse.de>
3384
3385         * tree-ssa-dom.c (record_equivalences_from_incoming_edge):
3386         Only look at case labels if the immediate dominator is also
3387         the only predecessor.  Don't look for more case labels if the
3388         first seen is a case range.
3389
3390 2004-05-31  Kazu Hirata  <kazu@cs.umass.edu>
3391
3392         * builtins.c: Add a prototype for fold_builtin_strchr().
3393
3394 2004-05-31  Paolo Bonzini  <bonzini@gnu.org>
3395
3396         Revert this patch:
3397         2004-05-27  Paolo Bonzini  <bonzini@gnu.org>
3398
3399         * combine.c (gen_binary): Remove.
3400         (known_cond, simplify_shift_const
3401         find_split_point, combine_simplify_rtx,
3402         simplify_if_then_else, simplify_set,
3403         simplify_logical, expand_field_assignment,
3404         extract_left_shift, force_to_mode,
3405         if_then_else_cond, apply_distributive_law,
3406         simplify_and_const_int, simplify_shift_const,
3407         gen_lowpart_for_combine, simplify_comparison,
3408         reversed_comparison): Replace with
3409         simplify_gen_binary, simplify_gen_relational or
3410         distribute_and_simplify_rtx.
3411         (distribute_and_simplify_rtx): New function.
3412
3413 2004-05-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3414
3415         * pa.c (emit_move_sequence): Fix loading of non 14-bit CONST operands
3416         when generating PIC code.
3417
3418 2004-05-30  Andrew Pinski  <pinskia@physics.uc.edu>
3419
3420         * c-decl.c (c_expand_body_1): Remove and fold back into ...
3421         (c_expand_body): here.
3422         (c_expand_decl): Move to ...
3423         * c-common.c (c_expand_decl): Here and remove check for nested
3424         functions.
3425         * c-common.h (c_expand_decl): Add prototype.
3426         * c-tree.h (c_expand_decl): Remove.
3427
3428 2004-05-30  Roger Sayle  <roger@eyesopen.com>
3429
3430         * fold-const.c (combine_comparisons, optimize_bit_field_compare,
3431         range_binop, fold_truthop, fold_binary_op_with_conditional_arg,
3432         fold_mathfn_compare, fold_inf_compare, fold,
3433         fold_relational_hi_lo, nondestructive_fold_binary_to_constant):
3434         Use constant_boolean_node where appropriate.  Don't bother using
3435         fold_convert on the second argument to omit_one_operand.
3436
3437 2004-05-30  Roger Sayle  <roger@eyesopen.com>
3438
3439         * doc/c-tree.texi (Expressions): Document FLOOR_DIV_EXPR,
3440         CEIL_DIV_EXPR, ROUND_DIV_EXPR, FLOOR_MOD_EXPR, CEIL_MOD_EXPR,
3441         ROUND_MOD_EXPR, EXACT_DIV_EXPR.  Improve documentation of
3442         TRUNC_DIV_EXPR, TRUNC_MOD_EXPR and comparison operations.
3443         Add missing (but documented) tree nodes to the index.
3444
3445 2004-05-30  Steven Bosscher  <stevenb@suse.de>
3446
3447         PR tree-optimization/14819
3448         * builtins.c (fold_builtin_strchr): New.
3449         (fold_builtin_1): Handle BUILT_IN_STRCHR and BUILT_IN_STRRCHR
3450         with fold_builtin_strchr().
3451
3452 2004-05-30  Kazu Hirata  <kazu@cs.umass.edu>
3453
3454         * bb-reorder.c, builtins.c, c-common.c, c-gimplify.c,
3455         c-incpath.c, cgraphunit.c, ddg.c, defaults.h, dwarf2out.c,
3456         expmed.c, flags.h, gcc.c, gensupport.c, gimplify.c, global.c,
3457         passes.c, reg-stack.c, target.h, toplev.c, tree-alias-ander.c,
3458         tree-alias-common.c, tree-cfg.c, tree-complex.c, tree-dfa.c,
3459         tree-eh.c, tree-mudflap.c, tree-mudflap.h, tree-outof-ssa.c,
3460         tree-phinodes.c, tree-pretty-print.c, tree-ssa-alias.c,
3461         tree-ssa-ccp.c, tree-ssa-live.c, tree-ssa-live.h,
3462         tree-ssa-pre.c, tree.h, value-prof.h, varasm.c: Fix comment
3463         formatting.
3464
3465 2004-05-30  Steven Bosscher  <stevenb@suse.de>
3466
3467         * gimplify.c (sort_case_labels): New.  Split out from...
3468         (gimplify_switch_expr): ...here.  Use it.
3469         * tree-eh.c (lower_try_finally_switch): Sort the labels of
3470         the SWITCH_EXPR created here before leaving the function.
3471         * tree.c (sort_case_labels): Add prototype.
3472
3473 2004-05-30  Andrew Pinski  <pinskia@physics.uc.edu>
3474
3475         * fold-const.c (fold) [case TRUTH_NOT_EXPR]: Make sure the type is
3476         of BOOLEAN_TYPE.
3477
3478 2004-05-30  Kazu Hirata  <kazu@cs.umass.edu>
3479
3480         * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c,
3481         ddg.c, ddg.h, df.c, df.h, except.c, expr.c, flags.h,
3482         fold-const.c, gcc.c, gimplify.c, haifa-sched.c,
3483         modulo-sched.c, tree-inline.c, tree-into-ssa.c, tree-nested.c,
3484         tree-nrv.c, tree-ssa-ccp.c, tree-ssa-dom.c, tree-ssa-live.c,
3485         tree-ssa-loop.c, tree-ssa-pre.c, tree-tailcall.c, tree.h: Fix
3486         comment typos.  Follow spelling conventions.
3487
3488 2004-05-29  Geoffrey Keating  <geoffk@apple.com>
3489
3490         * gengtype-yacc.y: Add NESTED_PTR token.
3491         (option): Record `nested_ptr' option.
3492         * gengtype-lex.l: Handle `nested_ptr' keyword.
3493         * gengtype.c (walk_type): Process `nested_ptr' option.
3494         * gengtype.h (struct nested_ptr_data): New.
3495         * doc/gty.texi (GTY Options): Document `nested_ptr' option.
3496         * stringpool.c (struct string_pool_data): Make 'entries' point to
3497         ht_identifier instead of tree.
3498         (gt_pch_save_stringpool): Don't adjust pointers.
3499         (gt_pch_restore_stringpool): Call ht_load.
3500
3501 2004-05-29  Jason Merrill  <jason@redhat.com>
3502
3503         * gimplify.c (gimplify_expr): Don't build a statement list
3504         if no gimplification was necessary.
3505
3506 2004-05-29  Joseph S. Myers  <jsm@polyomino.org.uk>
3507
3508         * pretty-print.c (pp_base_format_text): Support %< instead of %`
3509         and %> as well as %'.
3510         * c-format.c: Use %< and %>.
3511         (gcc_diag_char_table, gcc_cdiag_char_table,
3512         gcc_cxxdiag_char_table): Update.
3513
3514 2004-05-29  Joseph S. Myers  <jsm@polyomino.org.uk>
3515
3516         * c-typeck.c (common_type): Correct comment.
3517
3518 2004-05-29  Peter Barada  <peter@the-baradas.com>
3519
3520         * config/m68k/m68k.c (CONST_METHOD): Add MVZ, MVS.
3521         * config/m68k/m68k.c (const_method): Likewise.
3522         * config/m68k/m68k.c (const_int_cost): Likewise.
3523         * config/m68k/m68k.c (const_int_cost): Likewise.
3524         * config/m68k/m68k.c (output_move_const_into_data_reg): Likewise.
3525
3526 2004-05-29  Peter Barada  <peter@the-baradas.com>
3527
3528         * config/m68k/m68k.h (EXTRA_CONSTRAINT): add 'U' for register offset
3529         addressing.
3530         * config/m68k/m68k.md: Add 'U,U' alternative to ColdFire variants of
3531         movsi,movhi,movqi insn patterns.
3532
3533 2004-05-28  Andrew Pinski  <pinskia@physics.uc.edu>
3534
3535         * c-semantics.c (emit_local_var): Remove code for DECL_INITIAL.
3536
3537         PR target/15720
3538         * config/darwin.c (machopic_indirect_call_target): Copy
3539         the SYMBOL_REF_DECL from the original RTX for the new
3540         stub RTX.
3541
3542 2004-05-28  DJ Delorie  <dj@redhat.com>
3543
3544         * stor-layout.c (place_field): Revert erroneous commit.
3545
3546 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
3547
3548         * config/rs6000/altivec.h (vec_ctf, vec_vcfsx, vec_vcfux, vec_cts,
3549         vec_ctu, vec_dss, vec_dst, vec_dstst, vec_dststt, vec_dstt, vec_ld,
3550         vec_ldl, vec_lvsl, vec_lvsr, vec_sld, vec_splat, vec_vspltw,
3551         vec_vsplth, vec_vspltb, vec_splat_s8, vec_splat_s16, vec_splat_s32,
3552         vec_splat_u8, vec_splat_u16, vec_splat_u32, vec_st, vec_stl,
3553         vec_ste): Remove type checks for integral parameters and literals
3554         from '..._args_eq' macros.
3555
3556 2004-05-28  Aldy Hernandez  <aldyh@redhat.com>
3557
3558         * c-common.c (fname_as_string): Fix xcalloc to xmalloc.
3559
3560 2004-05-28  Aldy Hernandez  <aldyh@redhat.com>
3561
3562         * testsuite/g++.dg/charset/function.cc: New.
3563
3564         * testsuite/gcc.dg/charset/function.c: New.
3565
3566         * c-decl.c (c_make_fname_decl): Free return value from
3567         fname_as_string.
3568
3569         * cp/decl.c (cp_make_fname_decl): Free return value from
3570         fname_as_string.
3571
3572         * c-common.c (fname_as_string): Translate if necessary.
3573
3574 2004-05-28  Geoffrey Keating  <geoffk@apple.com>
3575
3576         * stringpool.c: Add comments to PCH saving/restoring routines.
3577
3578 2004-05-28  Andrew Pinski  <pinskia@physics.uc.edu>
3579
3580         * c-common.c (c_estimate_num_insns_1): Kill.
3581         (c_estimate_num_insns): Kill.
3582         * c-common.h (c_estimate_num_insns): Kill.
3583
3584         * gthr-posix.h: Check for _POSIX_PRIORITY_SCHEDULING
3585         when checking for _POSIX_THREAD_PRIORITY_SCHEDULING.
3586         Remove comment about not checking for
3587         _POSIX_PRIORITY_SCHEDULING.
3588         * gthr-posix.c: Likewise.
3589
3590 2004-05-28  Paolo Bonzini  <bonzini@gnu.org>
3591             Roger Sayle  <roger@eyesopen.com>
3592
3593         PR rtl-optimization/15649
3594         Add LTGT_EXPR and improve pretty-printing of unordered
3595         comparisons.
3596         * c-common.c (c_common_truthvalue_conversion):
3597         Handle LTGT_EXPR.
3598         * c-typeck.c (build_binary_op): Likewise.
3599         * dojump.c (do_jump): Likewise.
3600         * expr.c (expand_expr_real_1, do_store_flag): Likewise.
3601         * predict.c (tree_predict_by_opcode): Likewise.
3602         * real.c (real_compare): Likewise.
3603         * tree-cfg.c (verify_expr): Likewise.
3604         * tree-inline.c (estimate_num_insns_1): Likewise.
3605         * tree-pretty-print.c (dump_generic_node): Likewise.
3606         Handle ORDERED_EXPR, UNORDERED_EXPR.
3607         (op_symbol): Print unordered comparisons differently
3608         than ordered ones.
3609         * tree.def (LTGT_EXPR): New '<' tree code.
3610         * doc/c-tree.texi (Expressions): Document floating-point
3611         comparison nodes.
3612
3613         Fold comparisons between floating point values.
3614         * fold-const.c (enum comparison_code): New, from
3615         #define'd constants.  Define compcodes for unordered
3616         comparisons and for invalid transformations.
3617         (invert_tree_comparison): Add "honor_nans" parameter.
3618         (fold_truthop): Revamp to work on floating-point types too.
3619         (comparison_to_compcode): Support unordered comparisons.
3620         Use new enum comparison_code.
3621         (compcode_to_comparison): Likewise.
3622         (combine_compcodes): New function.
3623         (invert_truthvalue): Let invert_tree_comparison decide
3624         whether it is valid to fold the comparison.  Fold ORDERED
3625         and UNORDERED even if flag_unsafe_math_optimizations is off,
3626         and the remaining even if flag_unsafe_math_optimizations
3627         is off but we are under -fno-trapping-math.
3628         (fold_relational_const): Integer modes do not honor NaNs.
3629
3630 2004-05-28  Paul Brook  <paul@codesourcery.com>
3631
3632         * config/arm/arm.c (arm_output_epilogue): Remove redundant code.
3633
3634 2004-05-28  Paul Brook  <paul@codesourcery.com>
3635
3636         * config/arm/arm.c (thumb_force_lr_save): New function.
3637         (arm_get_frame_offsets, thumb_unexpanded_epilogue,
3638         thumb_output_function_prologue): Use it.
3639         (thumb_expand_prologue): Set lr_save_eliminated.
3640
3641 2004-05-28  Richard Sandiford  <rsandifo@redhat.com>
3642
3643         * config/mips/mips.md (extendsidi2): Tie the source and destination
3644         of the register alternative.  Split it into nothing.
3645
3646 2004-05-28  Richard Sandiford  <rsandifo@redhat.com>
3647
3648         * rtl.h (skip_consecutive_labels): Declare.
3649         * emit-rtl.c (skip_consecutive_labels): New function.
3650         * reorg.c (relax_delay_slots, dbr_schedule): Use it.
3651         * jump.c (follow_jumps): Say what null return values mean.
3652
3653 2004-05-28  Kaz Kojima  <kkojima@gcc.gnu.org>
3654
3655         PR target/13250
3656         * config/sh/sh.md (rotlsi3): Use emit_move_insn.
3657
3658 2004-05-27  Kaz Kojima  <kkojima@gcc.gnu.org>
3659
3660         * config/sh/t-linux (SHLIB_MAPFILES): Use sh specific
3661         libgcc-std.ver.
3662         * config/sh/libgcc-std.ver: New file.
3663
3664 2004-05-27  Bryce McKinlay  <mckinlay@redhat.com>
3665
3666         * except.c: Revert change of 2004-05-26.
3667         * config/i386/i386.md: Revert change of 2004-05-27.
3668
3669 2004-05-27  Bryce McKinlay  <mckinlay@redhat.com>
3670
3671         * configure.ac: Remove --enable-tree-browser option.
3672         Define TREEBROWSER when ac_tree_checking is defined.
3673         * configure: Rebuilt.
3674
3675 2004-05-27  Olivier Hainque  <hainque@act-europe.fr>
3676
3677         * expr.c (store_constructor): Restore sanity check on
3678         the size of the type before clearing.
3679
3680 2004-05-27  Jan Hubicka  <jh@suse.cz>
3681
3682         * cfgbuild.c (control_flow_insn_p):  Notice noreturn call
3683
3684 2004-05-27  Paolo Bonzini  <bonzini@gnu.org>
3685
3686         * combine.c (gen_binary): Remove.
3687         (known_cond, simplify_shift_const
3688         find_split_point, combine_simplify_rtx,
3689         simplify_if_then_else, simplify_set,
3690         simplify_logical, expand_field_assignment,
3691         extract_left_shift, force_to_mode,
3692         if_then_else_cond, apply_distributive_law,
3693         simplify_and_const_int, simplify_shift_const,
3694         gen_lowpart_for_combine, simplify_comparison,
3695         reversed_comparison): Replace with
3696         simplify_gen_binary, simplify_gen_relational or
3697         distribute_and_simplify_rtx.
3698         (distribute_and_simplify_rtx): New function.
3699         * simplify-rtx.c (simplify_binary_operation):
3700         Use nonzero_bits to simplify ANDs where we are
3701         turning off bits already known to be off in OP0.
3702
3703 2004-05-27  Alan Modra  <amodra@bigpond.net.au>
3704
3705         PR target/14478
3706         * config/rs6000/rs6000.c (reg_or_neg_short_operand): Don't allow zero.
3707
3708 2004-05-27  Josef Zlomek  <zlomekj@suse.cz>
3709
3710         PR middle-end/14084
3711         * emit-rtl.c (gen_rtx_REG_offset): Adjust the offset according
3712         to size of decl.
3713
3714 2004-05-26  Aldy Hernandez  <aldyh@redhat.com>
3715
3716         PR/14924
3717         * config/rs6000/rs6000.c (spe_expand_stv_builtin): New.
3718
3719 2004-05-26  Roger Sayle  <roger@eyesopen.com>
3720
3721         * tree.h: Fix comment typo.
3722
3723 2004-05-27  Steven Bosscher  <stevenb@suse.de>
3724
3725         * gimplify.c (compare_case_labels): New function.
3726         (gimplify_switch_expr): Sort case labels, and make sure the
3727         last label in the label vector is the default case.
3728         * tree-cfg.c (group_case_labels): New function.
3729         (build_tree_cfg): Cleanup redundant labels and group case labels
3730         before creating edges.
3731         (cleanup_dead_labels): Handle GOTO_EXPRs.
3732         (find_case_label_for_value): Use a binary search to find the
3733         case label for the given value.
3734         * tree-gimple.c: Mention that labels are sorted, and that the
3735         last label must be the default.
3736
3737 2004-05-27  Jan Hubicka  <jh@suse.cz>
3738
3739         * cfgcleanup.c (try_optimize_cfg): Do not merge across jumptables.
3740
3741 2004-05-27  Jan Hubicka  <jh@suse.cz>
3742
3743         * i386.md (UNSPECV_EH_RETURN): Kill.
3744         (eh_return): Use jump_insn.
3745         (eh_return_si, eh_return_di): Change pattern to jump instruction.
3746
3747 2004-05-26  Jan Hubicka  <jh@suse.cz>
3748
3749         * cfgcleanup.c (try_forward_edges):  Do not check loop structure when
3750         not loop optimizing.
3751
3752 2004-05-26  Jan Hubicka  <jh@suse.cz>
3753
3754         * except.c (can_throw_internal):  Notice RESX instructions.
3755
3756 2004-05-26  Eric Botcazou  <ebotcazou@act-europe.fr>
3757
3758         * varasm.c (output_constant) <INTEGER_TYPE>: Pass the minimum
3759         of the two sizes to assemble_integer.
3760
3761 2004-05-25  Paul Brook  <paul@codesourcery.com>
3762
3763         * config/arm/arm.c (thumb_exit, thumb_unexpanded_epilogue): Remove
3764         pointless #ifdef.
3765
3766 2004-04-25  Paolo Bonzini  <bonzini@gnu.org>
3767
3768         * Makefile.in (top_builddir): Define to .
3769
3770 2004-05-25  Alexandre Oliva  <aoliva@redhat.com>
3771
3772         * configure.ac (gcc_cv_ld): Prefer in-tree ld over whatever the
3773         top-level detects, except when in-tree ld is being cross-built.
3774         (gcc_cv_as): Likewise for as.  Use AS_FOR_TARGET otherwise, and
3775         then AS only if target is host.
3776         * configure: Rebuilt.
3777
3778 2004-05-25  Vladimir Makarov  <vmakarov@redhat.com>
3779
3780         * global.c (global_alloc): Call make_accurate_live_analysis.
3781         (record_one_conflict): Remove dead code.
3782         (mark_reg_clobber): Remove ATTRIBUTE_UNUSED for parameter data.
3783         (bb_info): New structure.
3784         (BB_INFO, BB_INFO_BY_INDEX): New macros.
3785         (allocate_bb_info, free_bb_info, mark_reg_change,
3786         calculate_local_reg_bb_info, set_up_bb_rts_numbers, rpost_cmp,
3787         modify_bb_reg_pav, calculate_reg_pav,
3788         make_accurate_live_analysis): New functions.
3789
3790 2004-05-25  Devang Patel  <dpatel@apple.com>
3791
3792         * alias.c (init_alias_analysis): Use ggc_calloc instead of
3793         xrealloc.
3794         (end_alias_analysis): Use ggc_free instead fo free.
3795
3796 2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>
3797
3798         PR target/15546
3799         * config/ia64/ia64.h (ASM_OUTPUT_FDESC): Mark the DECL
3800         as needed to be outputted.
3801
3802 2004-05-25  Jan Hubicka  <jh@suse.cz>
3803
3804         * builtins.def (__builtin_expect):  Mark the function as const&nothrow.
3805
3806 2004-05-25  Ayal Zaks  <zaks@il.ibm.com>
3807         Mostafa Hagog  <mustafa@il.ibm.com>
3808
3809         * Makefile.in (modulo-sched.o, ddg.o): New.
3810         * ddg.h, ddg.c, modulo-sched.c: New files.
3811         * cfglayout.c (duplicate_insn_chain): Remove "static" and push
3812         internals to "dupicate_insn".
3813         (duplicate_insn): New function.
3814         * cfglayout.h (duplicate_insn_chain, duplicate_insn): New
3815         declarations.
3816         * common.opt (fmodulo-sched): New flag.
3817         * df.c (df_bb_regno_last_use_find, df_bb_regno_first_def_find):
3818         Remove static and forward declaration.
3819         (df_find_def, df_reg_used, df_bb_regno_last_def_find): New
3820         functions.
3821         * df.h (df_bb_regno_last_use_find, df_bb_regno_first_def_find,
3822         df_bb_regno_last_def_find, df_find_def, df_reg_used): New
3823         declarations.
3824         * flags.h (flag_modulo_sched): New flag.
3825         * opts.c (common_handle_option): Handle modulo-sched flag.
3826         * params.def (max-sms-loop-number, sms-max-ii-factor,
3827         sms-dfa-history, sms-loop-average-count-threshold): New
3828         parameters.
3829         * params.h (MAX_SMS_LOOP_NUMBER, SMS_MAX_II_FACTOR,
3830         SMS_DFA_HISTORY, SMS_LOOP_AVERAGE_COUNT_THRESHOLD): New
3831         parameters.
3832         * passes.c ("sms", "sms-vcg"): New dumps.
3833         (rest_of_handle_sched): Call sms_schedule.
3834         * rtl.h (sms_schedule): New declaration.
3835         * timevar.def (TV_SMS): New.
3836         * toplev.c (flag_modulo_sched): Initialize.
3837         (f_options): Handle -fmodulo-sched option.
3838         * docs/invoke.texi: Document -fmodulo-sched & -dm options.
3839         * docs/passes.texi: Document new SMS pass.
3840
3841 2004-05-25  Paolo Bonzini  <bonzini@gnu.org>
3842
3843         * Makefile.in (OBJS): Add rtlhooks.o.
3844         (rtlanal.o): Depend on function.h.
3845         (cse.o): Depend on rtlhooks-def.h.
3846         (combine.o): Depend on rtlhooks-def.h.
3847         (rtlhooks.o): New rule.
3848         * combine.c: Include rtlhooks-def.h.
3849         (nonzero_bits, cached_nonzero_bits, nonzero_bits1,
3850         num_sign_bit_copies, cached_num_sign_bit_copies,
3851         num_sign_bit_copies1): Move most of the code to rtlanal.c.
3852         (reg_nonzero_bits_for_combine,
3853         reg_num_sign_bit_copies_for_combine): New functions holding
3854         the remnants of the above.
3855         (combine_rtl_hooks): New.
3856         (combine_instructions): Set rtl_hooks instead of gen_lowpart.
3857         * cse.c: Include rtlhooks-def.h.
3858         (cse_rtl_hooks): New.
3859         (cse_main): Set rtl_hooks instead of gen_lowpart.
3860         * emit-rtl.c (gen_lowpart): Remove.
3861         (gen_lowpart_general): Move to rtlhooks.c.
3862         * rtl.h (nonzero_bits, num_sign_bit_copies,
3863         struct rtl_hooks, rtl_hooks, general_rtl_hooks): New.
3864         (gen_lowpart_general): Remove.
3865         (gen_lowpart): Temporarily redefine as a macro.
3866         * rtlanal.c: Include function.h.
3867         (nonzero_bits, cached_nonzero_bits, nonzero_bits1,
3868         num_sign_bit_copies, cached_num_sign_bit_copies,
3869         num_sign_bit_copies1): New, from combine.c.
3870         * rtlhooks.c: New file.
3871         * rtlhooks-def.h: New file.
3872
3873 2004-05-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
3874
3875         * config/avr/avr.h (LONG_LONG_TYPE_SIZE): Changed long long type
3876         to support 32-bit -mint8 mode.
3877
3878         * doc/invoke.texi (-mint8): Added documentation for the -mint8
3879         option in the AVR architecture.
3880
3881 2004-05-24  Mike Stump  <mrs@apple.com>
3882
3883         * doc/install.texi: Document that dejagnu 1.4.4 is required.
3884
3885 2004-05-24  Joseph S. Myers  <jsm@polyomino.org.uk>
3886
3887         * intl.h (open_quote, close_quote): New.
3888         * intl.c (open_quote, close_quote): New.
3889         (gcc_init_libintl): Set them.
3890         * pretty-print.c: Include "intl.h".
3891         (pp_base_format_text): Support 'q' format flag and %` and %'
3892         formats.  Use ' instead of ` in comments.
3893         * c-format.c (gcc_diag_flag_specs, gcc_cxxdiag_flag_specs,
3894         gcc_diag_char_table, gcc_cdiag_char_table, gcc_cxxdiag_char_table,
3895         foramt_types_orig): Describe these new formats.
3896         (decode_format_attr, check_function_format,
3897         check_format_info_main): Use these new formats.
3898         (status_warning): Use ATTRIBUTE_GCC_DIAG.
3899         * toplev.c (ATTRIBUTE_GCC_DIAG): Increase required GCC version to
3900         check these formats to 3.5.
3901
3902 2004-05-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3903
3904         * Makefile.in (CPPLIBS): Renamed to CPPLIB.
3905         (BACKEND): Reflect this.
3906         (LIBDEPS): Move CPPLIB before LIBIBERTY.
3907         (LIBS): Likewise.
3908
3909 2004-05-24  Ulrich Weigand  <uweigand@de.ibm.com>
3910
3911         PR tree-optimization/14197
3912         * builtins.c: Include "tree-gimple.h"
3913         (readonly_data_expr): Use get_base_address.  Make sure to call
3914         decl_readonly_section only on trees it can handle.
3915         * tree-gimple.c (get_base_address): Accept STRING_CST and
3916         CONSTRUCTOR expressions.
3917         * Makefile.in: Update dependencies.
3918
3919 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
3920
3921         Move libcpp to the toplevel.
3922         * Makefile.in: Remove references to libcpp files,
3923         use CPPLIBS instead of libcpp.a.  Define SYMTAB_H
3924         and change hashtable.h to that.
3925         * aclocal.m4 (gcc_AC_HEADER_STDBOOL,
3926         gcc_AC_HEADER_STRING, gcc_AC_C__BOOL): Remove.
3927         * configure.ac (gcc_AC_C__BOOL, HAVE_UCHAR): Remove tests.
3928         * configure: Regenerate.
3929         * config.in: Regenerate.
3930         * c-ppoutput.c: Include ../libcpp/internal.h instead of cpphash.h.
3931         * cppcharset.c: Removed.
3932         * cpperror.c: Removed.
3933         * cppexp.c: Removed.
3934         * cppfiles.c: Removed.
3935         * cpphash.c: Removed.
3936         * cpphash.h: Removed.
3937         * cppinit.c: Removed.
3938         * cpplex.c: Removed.
3939         * cpplib.c: Removed.
3940         * cpplib.h: Removed.
3941         * cppmacro.c: Removed.
3942         * cpppch.c: Removed.
3943         * cpptrad.c: Removed.
3944         * cppucnid.h: Removed.
3945         * cppucnid.pl: Removed.
3946         * cppucnid.tab: Removed.
3947         * hashtable.c: Removed.
3948         * hashtable.h: Removed.
3949         * line-map.c: Removed.
3950         * line-map.h: Removed.
3951         * mkdeps.c: Removed.
3952         * mkdeps.h: Removed.
3953         * stringpool.h: Include symtab.h instead of hashtable.h.
3954         * tree.h: Include symtab.h instead of hashtable.h.
3955         * system.h (O_NONBLOCK, O_NOCTTY): Do not define.
3956
3957 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
3958
3959         * gcc.c (struct prefix_list): Add forward declaration.
3960         (do_spec_path): New function, extracted from...
3961         (do_spec_1) <'D'>: ... here.  Drop support for
3962         SPACE_AFTER_L_OPTION.
3963         (do_spec_1) <'I'>: Use do_spec_path.
3964         (process_command): Do not store the 'include' suffix
3965         in include_prefixes.
3966         * system.h: Poison SPACE_AFTER_L_OPTION.
3967
3968 2002-05-23  Roger Sayle  <roger@eyesopen.com>
3969
3970         * fold-const.c (non_lvalue): Explicitly list the tree codes that
3971         need to be wrapped by NON_LVALUE_EXPR, instead of those that don't.
3972
3973 2004-05-23  Joseph S. Myers  <jsm@polyomino.org.uk>
3974
3975         * doc/gcc.texi, doc/gccint.texi, doc/include/gcc-common.texi:
3976         Update based on printed manual.  Enable setting of offsets for
3977         FSFPRINT and move it to gcc-common.texi.
3978         * doc/gcc.texi: Update FSF printing details.
3979         * doc/gccint.texi: Remove FSF printing details.
3980
3981 2004-05-23  Andrew Pinski  <pinskia@physics.uc.edu>
3982
3983         * config/rs6000/t-rs6000: Remove the disabling -Werror.
3984
3985 2004-05-22  Roger Sayle  <roger@eyesopen.com>
3986
3987         * builtins.c (expand_builtin_strstr, expand_builtin_strchr,
3988         expand_builtin_strrchr, expand_builtin_strpbrk,
3989         expand_builtin_mempcpy, expand_builtin_memcmp,
3990         expand_builtin_strcmp, expand_builtin_strncmp,
3991         expand_builtin_strcat, std_expand_builtin_va_start,
3992         std_expand_builtin_va_arg, expand_builtin_va_copy,
3993         expand_builtin_signbit, fold_builtin_cabs,
3994         fold_builtin_logarithm, fold_builtin_mempcpy,
3995         fold_builtin_signbit, fold_builtin_isascii,
3996         fold_builtin_toascii, fold_builtin_isdigit,
3997         fold_builtin_1, build_function_call_expr,
3998         simplify_builtin_strchr, simplify_builtin_strrchr,
3999         simplify_builtin_strpbrk, simplify_builtin_strncpy,
4000         simplify_builtin_memcmp, simplify_builtin_strcmp,
4001         simplify_builtin_strncmp, simplify_builtin_strncat,
4002         simplify_builtin_strspn, simplify_builtin_strcspn,
4003         simplify_builtin_fputs, simplify_builtin_sprintf): Replace calls
4004         to build with calls to build2, build3 or omit_one_operand.
4005
4006 2004-05-22  Richard Sandiford  <rsandifo@redhat.com>
4007
4008         * config/mips/mips.c (mips_file_start): Emit a .gcc_compiled_longXX
4009         section when generating EABI code.
4010
4011 2004-05-22  Andrew Pinski  <pinskia@physics.uc.edu>
4012
4013         PR 15546
4014         * config/i386/i386.c (output_pic_addr_const <case SYMBOL_REF>):
4015         Call mark_decl_referenced on the SYMBOL_REF_DECL.
4016
4017 2004-05-22  Andrew Pinski  <pinskia@physics.uc.edu>
4018
4019         * c-common.c (c_common_truthvalue_conversion): Handle
4020         UNEQ_EXPR, UNLE_EXPR, UNGE_EXPR, UNLT_EXPR, UNGT_EXPR,
4021         ORDERED_EXPR, and UNORDERED_EXPR as comparison operators,
4022         i.e. set the type to truthvalue_type_node and return.
4023
4024 2004-05-22  Zack Weinberg  <zack@codesourcery.com>
4025
4026        * tree.h (struct tree_decl): Add possibly_inlined bit.
4027         (DECL_POSSIBLY_INLINED): New accessor macro.
4028         * cgraph.h: Remove declaration of cgraph_inline_hash.
4029         * cgraph.c: Remove definition of cgraph_inline_hash.
4030         (hash_node): Revert to hashing DECL_UID.
4031         (eq_node): Take two pointers to cgraph_node structures.
4032         Compare DECL_UIDs.
4033         (cgraph_remove_node): Pass the node directly to htab_find_slot.
4034         (cgraph_varpool_hash_node): Rename hash_varpool_node;
4035         hash on DECL_UID.
4036         (eq_cgraph_varpool_node): Rename eq_varpool_node; take two
4037         pointers to cgraph_varpool_node structures; compare DECL_UIDs.
4038         (cgraph_node): Allocate a temporary node on the stack, fill in
4039         its DECL field, and pass that to htab_find_slot.
4040         (cgraph_varpool_node): Likewise.
4041         (cgraph_function_possibly_inlined_p): If global info is ready,
4042         return the DECL_POSSIBLY_INLINED bit.
4043         * cgraphunit.c (cgraph_mark_inline_edge): Set DECL_POSSIBLY_INLINED
4044         instead of mucking with cgraph_inline_hash.
4045
4046 2004-05-22  Joseph S. Myers  <jsm@polyomino.org.uk>
4047
4048         * doc/contrib.texi: Add g77 contributors.
4049
4050 2004-05-22  Richard Sandiford  <rsandifo@redhat.com>
4051
4052         * calls.c (initialize_argument_information): Forbid sibcalls if a
4053         callee-copied argument is stored in the current function's frame.
4054
4055 2004-05-22  Eric Christopher  <echristo@redhat.com>
4056
4057         * fix-header.c (read_scan_file): Update for add_path change.
4058
4059 2004-05-22  Ben Elliston  <bje@au.ibm.com>
4060
4061         * c.opt (Wmissing-include-dirs): New.
4062         * c-opts.c (c_common_handle_option): Pass true for user_supplied_p
4063         to add_path () for -I, but false for OPT_idirafter, OPT_iquote and
4064         OPT_isystem. Handle case OPT_Wmissing_include_dirs.
4065         * c-incpath.h (add_path): Add fourth (bool) argument.
4066         * c-incpath.c (add_env_var_paths): Pass false to add_path ().
4067         (add_standard_paths): Likewise.
4068         (remove_duplicates) [REASON_NOENT]: Warn if -Wmissing-include-dirs
4069         is used and the directory was user-supplied via -I.
4070         (add_path): Set p->user_supplied_p.  Remove duplicated code by
4071         using add_cpp_dir_path ().
4072         * cpplib.h (struct cpp_options): Add warn_missing_include_dirs.
4073         (struct cpp_dir): Add user_supplied_p.
4074         * doc/invoke.texi (Warning Options): Document new option.
4075
4076 2004-05-21  Ulrich Weigand  <uweigand@de.ibm.com>
4077
4078         * fold-const.c (fold_read_from_constant_string): Convert result to
4079         requested type.
4080
4081 2004-05-21  Richard Henderson  <rth@redhat.com>
4082
4083         * gimplify.c (mostly_copy_tree_r): Don't attempt to copy decls.
4084         (copy_if_shared_r): Don't copy decls, types, constants, BINDs.
4085         Don't mark VA_ARG_EXPRs volatile here.
4086         (gimplify_modify_expr): Unshare TYPE_SIZE_UNIT.
4087
4088 2004-05-21  Richard Henderson  <rth@redhat.com>
4089
4090         * Makefile.in (tree-dump.o): Depend on tree-iterator.h.
4091         * tree-dump.c (dequeue_and_dump): Dump STATEMENT_LISTs.
4092
4093 2004-05-21  Roger Sayle  <roger@eyesopen.com>
4094
4095         * fold-const.c (fold, fold_relational_hi_lo,
4096         nondestructive_fold_binary_to_constant,
4097         fold_read_from_constant_string): Use fold_convert instead of convert.
4098         * builtins.c (simplify_builtin, simplify_builtin_strstr,
4099         simplify_builtin_strchr, simplify_builtin_strrchr,
4100         simplify_builtin_strpbrk): Use fold_convert instead of convert.
4101
4102 2004-05-21  Diego Novillo  <dnovillo@redhat.com>
4103
4104         * tree-flow-inline.h (num_immediate_uses): Don't abort if DF
4105         is NULL.
4106
4107 2004-05-21  Jakub Jelinek  <jakub@redhat.com>
4108
4109         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): If SPARC_BI_ARCH,
4110         override sparc.h definition.
4111
4112 2004-05-20  Roger Sayle  <roger@eyesopen.com>
4113
4114         * tree.c (array_type_nelts, save_expr, substitute_in_expr,
4115         get_unwidened, get_narrower): Replace build with build2.
4116         * fold-const.c (negate_expr, associate_trees, size_binop,
4117         fold_convert, eval_subst, omit_one_operand, invert_truthvalue,
4118         pedantic_omit_one_operand, distribute_bit_expr,
4119         make_bit_field_ref, optimize_bit_field_compare,
4120         decode_field_reference, range_binop, make_range,
4121         build_range_check, fold_range_test, fold_truthop,
4122         optimize_minmax_comparison, extract_muldiv_1,
4123         fold_binary_op_with_conditional_arg, fold_mathfn_compare,
4124         fold_inf_compare, fold_single_bit_test, fold,
4125         fold_relational_hi_lo, nondestructive_fold_binary_to_constant):
4126         Likewise replace build with either build2 or build3.
4127
4128 2004-05-20  Ian Lance Taylor  <ian@wasabisystems.com>
4129
4130         * system.h: Poison NO_RECURSIVE_FUNCTION_CSE.
4131         * calls.c (prepare_call_address): Don't test
4132         NO_RECURSIVE_FUNCTION_CSE.
4133         * config/arc/arc.h (NO_RECURSIVE_FUNCTION_CSE): Don't define.
4134         * config/arm/arm.h (NO_RECURSIVE_FUNCTION_CSE): Likewise.
4135         * config/avr/avr.h (NO_RECURSIVE_FUNCTION_CSE): Likewise.
4136         * config/frv/frv.h (NO_RECURSIVE_FUNCTION_CSE): Likewise.
4137         * config/i386/i386.h (NO_RECURSIVE_FUNCTION_CSE): Likewise.
4138         * config/ip2k/ip2k.h (NO_RECURSIVE_FUNCTION_CSE): Likewise.
4139         * config/iq2000/iq2000.h (NO_RECURSIVE_FUNCTION_CSE): Likewise.
4140         * config/m32r/m32r.h (NO_RECURSIVE_FUNCTION_CSE): Likewise.
4141         * config/m68k/m68k.h (NO_RECURSIVE_FUNCTION_CSE): Likewise.
4142         * config/mcore/mcore.h (NO_RECURSIVE_FUNCTION_CSE): Likewise.
4143         * config/mips/mips.h (NO_RECURSIVE_FUNCTION_CSE): Likewise.
4144         * config/stormy16/stormy16.h (NO_RECURSIVE_FUNCTION_CSE):
4145         Likewise.
4146         * config/xtensa/xtensa.h (NO_RECURSIVE_FUNCTION_CSE): Likewise.
4147         * config/sh/sh.h: Remove NO_RECURSIVE_FUNCTION_CSE comment.
4148         * doc/tm.texi (Costs): Remove documentation for
4149         NO_RECURSIVE_FUNCTION_CSE.
4150
4151 2004-05-20  Paul Brook  <paul@codesourcery.com>
4152
4153         * unwind-dw2-fde.c (get_cie_encoding): Handle dwarf3 CIE format.
4154         * unwind-dw2.c (extract_cie_info): Ditto.
4155         (_Unwind_FrameState): Change retaddr_column to word type.
4156
4157 2004-05-20  Roger Sayle  <roger@eyesopen.com>
4158
4159         PR middle-end/3074
4160         * fold-const.c (strip_compound_expr): Delete function.
4161         (count_cond): Delete function.
4162         (fold_binary_op_with_conditional_arg): Only perform transformations
4163         "a + (b?c:d) -> b ? a+c : a+d" and "(b?c:d) + a -> b ? c+a : d+a"
4164         when a is constant.  This greatly simplifies this routine.
4165
4166         * tree.c (saved_expr_p): Delete function.
4167         * tree.h (saved_expr_p): Delete function prototype.
4168
4169 2004-05-20  Andrew Pinski  <pinskia@physics.uc.edu>
4170
4171         * common.opt (ftree-loop-optimize): Remove.
4172
4173 2004-05-20  Daniel Jacobowitz  <dan@debian.org>
4174
4175         * Makefile.in (AR_FOR_TARGET, RANLIB_FOR_TARGET)
4176         (NM_FOR_TARGET): Use := and $(shell).
4177         (mainversion): Remove unused variable.
4178
4179 2004-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4180
4181         * reorg.c (delete_from_delay_slot): If we have a barrier after the
4182         sequence containing the insn to be deleted, always reemit it.
4183
4184 2004-05-20  Richard Henderson  <rth@redhat.com>
4185
4186         PR 15454
4187         * tree-nested.c (get_chain_decl): Create a PARM_DECL by hand.
4188         * function.c (expand_function_start): Expand static_chain_decl by hand.
4189         * gimplify.c (create_tmp_var_name): Export.
4190         * tree-gimple.h (create_tmp_var_name): Declare.
4191
4192 2004-05-20  Andrew Pinski  <pinskia@physics.uc.edu>
4193
4194         * rs6000.c (print_operand) <case 'z'>: Call
4195         mark_decl_referenced before assemble_name.
4196
4197 2004-05-20  Zack Weinberg  <zack@codesourcery.com>
4198
4199         * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)
4200         (cgraph_varpool_hash_node, eq_cgraph_varpool_node)
4201         (cgraph_varpool_node): Hash on the pointer to the decl, not
4202         the DECL_UID.  Fixes 64-bit bootstrap failure.
4203
4204 2004-05-20  Richard Earnshaw <rearnsha@arm.com>
4205
4206         * arm.md (ite_ne_zeroextractsi, ite_ne_zeroextractsi_shifted): Ensure
4207         we don't earlyclobber operands used in the second insn.
4208
4209 2004-05-20  Steven Bosscher  <stevenb@suse.de>
4210
4211         * tree-mudflap.c: Formatting fixes.
4212
4213 2004-05-20  J"orn Rennecke <joern.rennecke@superh.com>
4214
4215         * Makefile.in (GTFILES): Add $(srcdir)/reload.h.
4216         * gengtype.c (open_base_files): Include reload.h in ifiles.
4217         * reload.h (reg_equiv_memory_loc_varray): Declare.
4218         * reload1.c (reg_equiv_memory_loc_varray): New variable.
4219         (init_reload): Initialize it.
4220         (reload): Instead of freeing reg_equiv_memory_loc, 'grow'
4221         reg_equiv_memory_loc_varray to size 0.
4222         * ra.c (reg_alloc): Allocate reg_equiv_memory_loc by
4223         growing reg_equiv_memory_loc_varray to the desired size.
4224         * passes.c (rest_of_handle_old_regalloc): Likewise.
4225         * reload.c: Amend comment on calling init_reload.
4226
4227 2004-05-20  Nick Clifton  <nickc@redhat.com>
4228
4229         * config/c4x/c4x.h (INITIALIZE_TRAMPOLINE): Replace 'tramp'
4230         with 'TRAMP' in the body of the macro definition.
4231
4232 2004-05-19  H.J. Lu  <hongjiu.lu@intel.com>
4233
4234         PR target/15383
4235         * config/ia64/ia64.c (ia64_expand_compare): Don't check
4236         TARGET_HPUX for TFmode compare. Abort if op0 is in TFmode and
4237         cmptf_libfunc isn't set.
4238         (ia64_init_libfuncs): Rename TFmode libfuncs using the HPUX
4239         conventions.
4240         (ia64_sysv4_init_libfuncs): New.
4241
4242         * config/ia64/sysv4.h (TARGET_INIT_LIBFUNCS): New. Defined as
4243         ia64_sysv4_init_libfuncs.
4244
4245 2004-05-20  Falk Hueffner  <falk@debian.org>
4246
4247         PR other/15526
4248         * libgcc2.c (__mulvsi3): Fix overflow test.
4249
4250 2004-05-19  Andrew Pinski  <pinskia@physics.uc.edu>
4251
4252         PR c/14171
4253         * reg-stack.c (nan): Rename to ...
4254         (not_a_num): Here.
4255         (reg_to_stack): Rename nan to not_a_num.
4256         (subst_stack_regs_pat): Likewise.
4257         (convert_regs_entry): Likewise.
4258         (convert_regs_1): Likewise.
4259
4260         * tree-cfg.c (find_case_label_for_value): Replace call to
4261         simple_cst_equal with tree_int_cst_equal.
4262
4263 2004-05-19  Jeff Law <law@redhat.com>
4264
4265         * tree-into-ssa.c (prepare_operand_for_rename): New argument is_use.
4266         If the operand is for a use, then strip away the SSA_NAME, do not
4267         strip away the SSA_NAME for a set.  Never call release_ssa_name.
4268         (mark_def_sites): Appropriately pass additional argument to
4269         prepare_operand_for_rename.  If a VDEF_RESULT is not an SSA_NAME,
4270         then set the VDEF_RESULT to the VDEF_OP.
4271         (set_def_block): Strip away any SSA_NAME to get to the real
4272         underlying variable.
4273
4274         * tree-ssa-phiopt.c (value_replacement): Handle the case where
4275         the desired edge out of COND_BLOCK reaches OTHER_BLOCK rather than
4276         BB directly.
4277
4278 2004-05-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4279
4280         PR c++/15463
4281         * loop-iv.c (iv_number_of_iterations):  Use trunc_int_for_mode on
4282         result of inverse.
4283
4284         PR rtl-optimization/15274
4285         * loop-iv.c (determine_max_iter, shorten_into_mode,
4286         iv_number_of_iterations): Handle constants correctly.
4287         * rtl.h (get_mode_bounds): Declaration changed.
4288         * stor-layout.c (get_mode_bounds): Return a constant suitable for
4289         the target mode.
4290
4291         PR rtl-optimization/14692
4292         * loop-unswitch.c (may_unswitch_on): Try folding the result.
4293         (unswitch_single_loop): Work correctly when may_unswitch_on
4294         returns a folded constant.
4295
4296         * loop-iv.c (implies_p): Handle A < B ==> A + 1 <= B.
4297         * simplify-rtx.c (simplify_const_relational_operation): Optimize
4298         comparisons with mode bounds.
4299
4300         * function.c (struct temp_slot): Add new field prev.
4301         (free_after_compilation, init_temp_slots): Free new fields.
4302         (cut_slot_from_list, insert_slot_to_list,
4303         temp_slots_at_level, max_slot_level, move_slot_to_level,
4304         make_slot_available): New functions.
4305         (assign_stack_temp_for_type, combine_temp_slots,
4306         find_temp_slot_from_address, preserve_temp_slots,
4307         preserve_rtl_expr_result, free_temp_slots,
4308         free_temps_for_rtl_expr, pop_temp_slots): Work with
4309         the new structure of lists.
4310         (mark_all_temps_used): Removed.
4311         * function.h (struct function): Field x_temp_slots
4312         replaced by x_used_temp_slots and x_avail_temp_slots.
4313         (temp_slots): Replaced by ...
4314         (used_temp_slots, avail_temp_slots): New.
4315         * tree.h (mark_all_temps_used): Declaration removed.
4316
4317         * loop-iv.c (mark_single_set, get_biv_step_1, iv_analyze,
4318         simplify_using_assignment): Take the expression out of
4319         the expr_list wrapper.
4320
4321         * loop-iv.c (iv_number_of_iterations): Improve clasification of
4322         infinite loops.
4323
4324 2004-05-19  Roger Sayle  <roger@eyesopen.com>
4325
4326         * doc/tm.texi (TARGET_RTX_COSTS): Document that instruction
4327         costs should be based on code size when optimizing for size.
4328
4329 2004-05-19  Paolo Bonzini  <bonzini@gnu.org>
4330
4331         * fold-const.c: Remove non-printable character 160.
4332
4333 2004-05-19  Nick Clifton  <nickc@redhat.com>
4334
4335         * doc/invoke.texi (ARM Options): Fix typo.
4336         Remove descrption of -mshort-load-bytes and
4337         -mno-short-load-bytes.
4338
4339         * config/ip2k/ip2k.c (ip2k_composite_xexp_not_uses_reg_p): Add
4340         missing parenthesis.
4341         * config/ip2k/ip2k.c (ip2k_unary_operator): Likewise.
4342         * config/ip2k/ip2k.c (ip2k_binary_operator): Likewise.
4343
4344 2004-05-19  Steven Bosscher  <stevenb@suse.de>
4345
4346         * expr.c (store_constructor): Build loop start and end by hand
4347         instead of via loop functions from stmt.c.
4348         (expand_expr_real_1): Abort if we see an EXIT_EXPR or a LOOP_EXPR.
4349         Remove the code to expand them.
4350
4351         * stmt.c (loop_stack): Remove this and everything related.
4352         (struct nesting, enum nesting_desc): Update.
4353         (expand_fixup): Likewise.
4354         (expand_loop_start, expand_start_loop_continue_elsewhere,
4355         expand_start_null_loop, expand_loop_continue_here, expand_end_loop,
4356         expand_end_null_loop, expand_continue_loop, expand_exit_loop,
4357         expand_exit_loop_if_false, expand_exit_loop_top_cond,
4358         expand_exit_something): Remove.
4359         * tree.h: Remove prototypes.
4360
4361 2004-05-18  Mike Stump  <mrs@apple.com>
4362             Devang Patel  <dpatel@apple.com>
4363
4364         * doc/tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicate
4365         if this label is for eh.
4366         * config/darwin-protos.h (darwin_emit_unwind_label): Likewise.
4367         * config/darwin.c (darwin_emit_unwind_label): Likewise.
4368         * dwarf2out.c (output_call_frame_info): Likewise.
4369         * output.h (default_emit_unwind_label): Likewise.
4370         * target.h (unwind_label): Likewise.
4371         * varasm.c (default_emit_unwind_label): Likewise.
4372
4373         * config/darwin.h (DWARF2_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE,
4374         DEBUG_FRAME_SECTION, DEBUG_INFO_SECTION, DEBUG_ABBREV_SECTION,
4375         DEBUG_ARANGES_SECTION, DEBUG_MACINFO_SECTION, DEBUG_LINE_SECTION,
4376         DEBUG_LOC_SECTION, DEBUG_PUBNAMES_SECTION, DEBUG_STR_SECTION,
4377         DEBUG_RANGES_SECTION): Define.
4378
4379 2004-05-18  Zack Weinberg  <zack@codesourcery.com>
4380
4381         * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)
4382         (cgraph_varpool_hash_node, eq_cgraph_varpool_node)
4383         (cgraph_varpool_node):
4384         Use DECL_UID for the key, not DECL_ASSEMBLER_NAME.
4385         (cgraph_function_possibly_inlined_p): Use the decl itself for
4386         the key, not DECL_ASSEMBLER_NAME.
4387         (change_decl_assembler_name): No need to muck with the hash tables.
4388         (cgraph_node_for_identifier, cgraph_varpool_node_for_identifier):
4389         Delete.
4390         * cgraphunit.c (cgraph_mark_inline_edge): Use the decl itself
4391         for the key, not DECL_ASSEMBLER_NAME.
4392         * cgraph.h: Remove prototypes of deleted functions.
4393         * varasm.c (mark_referenced): Just set TREE_SYMBOL_REFERENCED.
4394         (mark_decl_referenced): New function.
4395         * tree.h: Prototype mark_decl_referenced.
4396         * final.c (output_addr_const) <case SYMBOL_REF>: Call
4397         mark_decl_referenced before assemble_name.
4398         * c-decl.c (finish_decl): Use mark_decl_referenced.
4399
4400 2004-05-18  Andrew Pinski  <pinskia@physics.uc.edu>
4401             Jeff Law <law@redhat.com>
4402
4403         * tree-ssa-phiopt.c (abs_replacement): New function.
4404         (empty_block_p): New function extracted from...
4405         (candidate_bb_for_phi_optimization): Break out empty block test.
4406         (conditional_replacement): Use empty_block_p.
4407         (value_replacement): Similarly.
4408
4409         * Makefile.in (tree-ssa-phiopt.o): Depends on flags.h.
4410         * tree-ssa-phiopt.c: Include flags.h.
4411         (conditional_replacement): Remove argument names from prototype.
4412         Minor formatting and comment fixes.
4413         (tree_ssa_phiopt): If conditional_replacement returns false, then
4414         call value_replacement.
4415         (value_replacement): New function.
4416
4417 2004-05-18  Jeff Law  <law@redhat.com>
4418
4419         * tree-ssa-phiopt.c (replace_phi_with_stmt): New function extracted
4420         from conditional_replacement.
4421         (candidate_bb_for_phi_optimization): Similarly.
4422         (conditional_replacement): Use replace_phi_with_stmt and
4423         candidate_bb_for_phi_optimization.
4424
4425         * tree-ssa-phiopt.c: Fix various formatting issues.
4426
4427 2004-05-18  Steven Bosscher  <stevenb@suse.de>
4428
4429         * config/s390/s390.c (s390_expand_movstr, s390_expand_clrstr,
4430         s390_expand_cmpmem): Do not use expand_start_loop and
4431         expand_end_loop, instead build the loop manually.
4432
4433 2004-05-18  Alan Modra  <amodra@bigpond.net.au>
4434
4435         * config/rs6000/rs6000.md (ctrsi_internal3): Delete.
4436         (ctrsi_internal4, ctrdi_internal3, ctrdi_internal4): Delete.
4437
4438 2004-05-17  Jeff Law  <law@redhat.com>
4439
4440         * toplev.h (flag_delete_null_pointer_checks): Move from here to...
4441         * flags.h (flag_delete_null_pointer_checks): Here.
4442         * tree-flow.h (cprop_into_successor_phis): Add argument to prototype.
4443         * tree-phinodes.c (resize_phi_node): Initialize PHI_ARG_NONZERO.
4444         (add_phi_arg, remove_phi_arg_num): Similarly.
4445         * tree-ssa-copy.c (cprop_into_successor_phis): Propagate nonzero
4446         property into PHI nodes.
4447         * tree-ssa-dom.c: Remove redundant inclusion of flags.h.
4448         (record_equivalences_from_phis): If all PHI arguments are known to be
4449         nonzero, then the result must be nonzero as well.
4450         (cprop_into_phis): Pass nonzero_vars bitmap to cprop_into_successor_phis.
4451         (record_equivalences_from_stmt): Check flag_delete_null_pointer_checks
4452         appropriately.  Walk the USE-DEF chains and propagate nonzero property
4453         as appropriate.
4454         * tree.h (PHI_ARG_NONZERO): Define.
4455         (phi_arg_d): Add nonzero flag.
4456
4457 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
4458
4459         * f: Entire directory removed
4460
4461         * c-common.h (CTI_G77_INTEGER_TYPE, CTI_G77_UINTEGER_TYPE)
4462         (CTI_G77_LONGINT_TYPE, CTI_G77_ULONGINT_TYPE)
4463         (g77_integer_type_node, g77_uinteger_type_node)
4464         (g77_longint_type_node, or g77_ulongint_type_node): Delete.
4465         * c-common.c (c_common_nodes_and_builtins): Do not initialize
4466         the above set of variables.
4467
4468         * config/i386/uwin.h: No need to define WIN32_UWIN_TARGET.
4469         * doc/invoke.texi, doc/standards.texi: Remove cross-references
4470         to g77 manual.
4471
4472 2004-05-17  Steven Bosscher  <stevenb@suse.de>
4473
4474         PR tree-optimization/15438
4475         * tree-ssa-operands.c (get_expr_operands): Do not treat malloc
4476         attributed functions as pure or const.
4477
4478 2004-05-17  Frank Ch. Eigler  <fche@redhat.com>
4479
4480         * tree-mudflap.c (mx_register_decls): Tolerate decl trees resulting
4481         from source code with errors.
4482
4483 2004-05-17  Ranjit Mathew  <rmathew@hotmail.com>
4484
4485         Enable tree browser for all front ends.
4486         * Makefile.in (cc1): Moved @TREEBROWSER@ from here...
4487         (BACKEND): ...to here.
4488
4489 2004-05-17  Jan Hubicka  <jh@suse.cz>
4490
4491         * i386.c (construct_container): Do not produce BLKmode registers.
4492         (classify_argument): Properly compute alignment of complex types.
4493
4494 2004-05-17  H.J. Lu  <hongjiu.lu@intel.com>
4495
4496         PR target/15084
4497         * config/i386/i386.md (*movsi_insv_1_rex64): Changed to DImode
4498         and renamed to movdi_insv_1_rex64.
4499         (insv): Support SImode for 32bit and DImode for 64bit.
4500
4501 2004-05-17  Richard Sandiford  <rsandifo@redhat.com>
4502
4503         * config/mips/mips.h (MASK_DEBUG_G, TARGET_DEBUG_G_MODE): Delete.
4504         (TARGET_SWITCHES): Remove debugg.
4505         * config/mips/mips.md (adddi3, ashldi3, ashrdi3, lshrdi3): Only handle
4506         TARGET_64BIT.
4507         (subdi3): Replace the define_expand with a define_insn, the latter
4508         renamed from subdi3_internal_3.
4509         (negdi2): Likewise negdi2_internal_2.
4510         (adddi3_internal_[12], subdi3_internal, ashldi3_internal{,2,3})
4511         (ashrdi3_internal{,2,3}, lshrdi3_internal{,2,3}): Remove patterns
4512         and associated define_splits.
4513         (adddi3_internal): Renamed from adddi3_internal_3.
4514         (ashldi3_internal): Likewise ashldi3_internal4.
4515         (ashrdi3_internal): Likewise ashrdi3_internal4.
4516         (lshrdi3_internal): Likewise lshrdi3_internal4.
4517
4518 2004-05-17  Richard Sandiford  <rsandifo@redhat.com>
4519
4520         * optabs.c (expand_unop): Try implementing negation using subtraction
4521         from zero.
4522
4523 2004-05-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4524
4525         * pa.md:  Fix typo from last change.  Remove DFmode move to and from
4526         SAR register.
4527
4528 2004-05-16  Richard Earnshaw  <rearnsha@arm.com>
4529
4530         PR target/10982
4531         * arm.md (ne_zeroextractsi): Convert to insn-and-split.
4532         (ne_zeroextractsi_shifted): New pattern.
4533         (ite_ne_zeroextractsi): New pattern.
4534         (ite_ne_zeroextractsi_shifted): New pattern.
4535
4536 2004-05-15  Steven Bosscher  <stevenb@suse.de>
4537
4538         * c-gimplify.c (c_genericize):
4539         Replace calls via (*lang_hooks.foo) with lang_hooks.foo.
4540         * c-parse.in <expr_no_commas>: Likewise.
4541         <if_prefix>: Likewise.
4542         <select_or_iter_stmt>: Likewise.
4543         * expr.c (expand_var, expand_expr_real_1): Likewise.
4544         * expr.h (expand_expr): Make it a static inline function.
4545         Move prototype for expand_expr_real up before this.
4546         * fold-const.c (fold_relational_hi_lo, fold_relational_const):
4547         Likewise.
4548         * gimplify.c (gimple_boolify, gimplify_addr_expr,
4549         gimplify_asm_expr, gimplify_expr): Likewise.
4550         * tree-cfg.c (dump_tree_cfg, dump_cfg_stats, tree_cfg2vcg,
4551         dump_function_to_file): Likewise.
4552         * tree-dfa.c (dump_immediate_uses, dump_dfa_stats): Likewise.
4553         * tree-inline.c (remap_block, save_body, walk_tree): Likewise.
4554         * tree-into-ssa.c (dump_tree_ssa): Likewise.
4555         * tree-mudflap.c (mf_varname_tree, mf_file_function_line_tree):
4556         Likewise.
4557         * tree-optimize.c (execute_one_pass): Likewise.
4558         * tree-pretty-print.c (dump_generic_bb_buff): Likewise.
4559         * tree-ssa-alias.c (dump_alias_stats, dump_alias_info): Likewise.
4560
4561         * objc/objc-act.c (objc_build_try_enter_fragment,
4562         objc_build_try_epilogue, objc_build_catch_stmt,
4563         objc_build_finally_prologue): Replace calls via (*lang_hooks.foo)
4564         with lang_hooks.foo ().
4565
4566 2004-05-15  Roger Sayle  <roger@eyesopen.com>
4567
4568         * builtins.c (simplify_builtin_strcpy): Avoid use of chainon, so
4569         that simplify_builtin doesn't destructively modify its argument.
4570
4571 2004-05-15  Richard Earnshaw  <reanrsha@arm.com>
4572
4573         * arm/lib1funcs.asm (_lshrdi3, _ashrdi3, _ashldi3): Add ASM
4574         implementations for ARM and Thumb.
4575         * arm/t-arm-elf (LIB1ASMFUNCS): Use them.
4576
4577 2004-05-15  Thomas Quinot  <quinot@act-europe.fr>
4578
4579         * prefix.c (update_path): Replace PREFIX with KEY only
4580         when it matches a full directory name in PATH.
4581
4582 2004-05-15  Richard Earnshaw  <reanrsha@arm.com>
4583
4584         * arm.h (TARGET_APCS_32): Delete.
4585         (TARGET_MMU_TRAPS): Delete.
4586         (TARGET_CPU_CPP_BUILTINS): Unconditionally define __APCS_32__.  Never
4587         define __APCS_26__.
4588         (CPP_SPEC): Remove checking of -mapcs-{26,32}.
4589         (ARM_FLAG_APCS_32, ARM_FLAG_MMU_TRAPS): Delete.
4590         (TARGET_SWITCHES): Remove alignment_traps and apcs-{26,32} switches.
4591         (prog_mode_type): Delete.
4592         (PROMOTE_MODE): Always promote unsigned for HImode.
4593         (SECONDARY_INPUT_RELOAD_CLASS): Simplify.
4594         (MASK_RETURN_ADDR): Simplify.
4595         * arm.c (arm_prgmode): Delete.
4596         (arm_override_options, arm_gen_rotated_half_load): Simplify.
4597         (print_multi_reg, output_return_instruction): Simplify.
4598         (arm_output_epilogue, arm_final_prescan_insn): Simplify.
4599         (arm_return_addr): Simplify.
4600         * arm.md (prog_mode): Delete.
4601         (conds): Simplify.
4602         (zero_extendhisi2, extendhisi2, movhi, movhi_bytes): Simplify.
4603         (rotated_loadsi, movhi_insn_littleend, movhi_insn_bigend): Delete.
4604         (loadhi_si_bigend, loadhi_preinc, loadhi_shiftpreinc): Delete.
4605         (loadhi_shiftpredec): Delete.
4606         (peephole for post-increment on HImode load): Delete.
4607         * arm/crtn.asm: (FUNC_END): Simplify.
4608         * arm/lib1funcs.asm: Remove APCS-26 return macros.
4609         * arm/aof.h, arm/coff.h arm/elf.h arm/linux-elf.h arm/netbsd-elf.h
4610         * arm/netbsd.h arm/pe.h arm/semi.h arm/semiaof.h arm/unknown-elf.h
4611         * arm/vxworks.h arm/wince-pe.h: Tidy TARGET_DEFAULTS and
4612         MULTILIB_DEFAULTS as required.
4613         * arm/t-arm-elf arm/t-linux arm/t-pe arm/t-semi arm/t-wince-pe
4614         * arm/t-xscale-coff arm/t-xscale-elf arm/uclinux-elf: Tidy MULTILIB
4615         variables as required.
4616         * doc/invoke.texi (ARM Options): Remove obsolete flags.
4617
4618 2004-05-15  Alan Modra  <amodra@bigpond.net.au>
4619
4620         * config/rs6000/rs6000.c (rs6000_va_arg <ABI_V4>): Don't use
4621         UNITS_PER_WORD to calculate gpr size.  Re-instate code to set reg
4622         count to 8 to handle n_reg > 2.
4623
4624 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
4625
4626         * doc/extend.texi: Update WG14 URL.
4627
4628 2004-05-15  Steven Bosscher  <stevenb@suse.de>
4629
4630         * basic-block.h (life_analysis, delete_noop_moves):
4631         Update prototypes.
4632         * bt-load.c (branch_target_load_optimize): Don't take the
4633         insns stream as an argument.  Update the life_analysis calls.
4634         * combine.c (combine_instructions): Update delete_noop_moves
4635         calls.
4636         * flow.c (notice_stack_pointer_modification): Don't take the
4637         insns stream as an argument.  Work on the flow graph.
4638         (life_analysis): Likewise.
4639         (delete_noop_moves): Likewise.
4640         * passes.c (rest_of_handle_stack_regs): Update reg_to_stack call.
4641         (rest_of_handle_life): Update life_analysis call.
4642         (rest_of_compilation): Likewise, and also update
4643         branch_target_load_optimize call.
4644         * ra.c (reg_alloc): Update life_analysis call.
4645         * reg-stack.c (reg_to_stack): Likewise.  Also, don't take
4646         the insns stream as an argument.
4647         * regrename.c (copyprop_hardreg_forward): Update delete_noop_moves
4648         call.
4649         * rtl.c (branch_target_load_optimize, reg_to_stack): Update
4650         prototypes.
4651         * value-profile.c (branch_prob): Update life_analysis call.
4652         * web.c (web_main): Work on the CFG, not on the insns stream.
4653
4654         * config/ip2k/ip2k.c (ip2k_reorg): Update life_analysis calls.
4655         * config/m68hc11/m68hc11.c (m68hc11_reorg): Likewise.
4656         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
4657
4658 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
4659
4660         PR c/15444
4661         * c-format.c (avoid_dollar_number): New function.
4662         (check_format_info_main): Call avoid_dollar_number when operand
4663         numbers might occur but has_operand_number == 0.
4664
4665 2004-05-14  Richard Earnshaw  <rearnsha@arm.com>
4666
4667         * arm.md (all peephole2 patterns): Use predicates that validate
4668         register classes as appropriate.
4669
4670 2004-05-14  Steven Bosscher  <stevenb@suse.de>
4671
4672         PR opt/14472
4673         * tree-tailcall.c (process_assignment): Use STRIP_NOPS to
4674         ignore type conversions that do not inhibit tail calling.
4675         (find_tail_calls): Likewise.
4676
4677 2004-05-14  Jeff Law  <law@redhat.com>
4678
4679         * tree-ssa-dom.c (redirect_edges_and_update_ssa_graph): Don't even
4680         bother marking bypassed virtuals for out-of-ssa.  Instead merge
4681         bypassed virtuals into vars_to_rename just before into-ssa pass.
4682
4683         * tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Reorganize
4684         so that it picks up more opportunities to eliminate ABS expressions
4685         or turn them into negations.
4686
4687 2004-05-14  Steven Bosscher  <stevenb@suse.de>
4688
4689         * passes.c (rest_of_handle_null_pointer): Remove.
4690         (rest_of_handle_cse): Don't call rest_of_handle_null_pointer.
4691         (rest_of_compilation): Likewise.
4692         * rtl.h (delete_null_pointer_checks): Remove prototype.
4693         * gcse.c (rd_kill, rd_gen, reaching_defs, rd_out, ae_in, ae_out):
4694         Remove declarations.
4695         (get_bitmap_width, alloc_rd_mem, free_rd_mem, handle_rd_kill_set,
4696         compute_kill_rd, compute_rd, alloc_avail_expr_mem,
4697         free_avail_expr_mem, compute_ae_gen, expr_killed_p, compute_ae_kill,
4698         expr_reaches_here_p, computing_insn, def_reaches_here_p,
4699         can_disregard_other_sets, handle_avail_expr, classic_gcse,
4700         one_classic_gcse_pass, invalidate_nonnull_info,
4701         delete_null_pointer_checks_1, delete_null_pointer_checks,
4702         expr_reached_here_p_work): Remove.
4703         (gcse_main): Do not perform classic GCSE when optimizing for size.
4704         (alloc_pre_mem, free_pre_mem): Don't touch ae_in and ae_out, they
4705         are never used.
4706
4707 2004-05-14  Andrew Pinski  <pinskia@physics.uc.edu>
4708
4709         PR optimization/14466
4710         * tree-complex.c (make_temp): Remove.
4711         (gimplify_val): Replace make_temp with make_rename_temp
4712         and add NULL as the second argument.
4713         (expand_complex_div_wide): Likewise.
4714         * tree-dfa.c (make_rename_temp): New function.
4715         * tree-flow.h (make_rename_temp): Declare.
4716         * tree-sra.c (make_temp): Remove.
4717         (lookup_scalar): Replace make_temp with make_rename_temp.
4718         (create_scalar_copies): Likewise.
4719         * tree-ssa-phiopt.c (conditional_replacement): When we
4720         get non gimple create a temporary variable to hold the
4721         casted expression.
4722
4723 2004-05-14  Paul Brook  <paul@codesourcery.com>
4724
4725         * stor-layout.c (update_alignment_for_field): Use
4726         targetm.align_anon_bitfield.
4727         * target-def.h (TARGET_ALIGN_ANON_BITFIELD): Define.
4728         (TARGET_INITIALIZER): Use it.
4729         * target.h (struct gcc_target): Add align_anon_bitfield.
4730         * config/arm/arm.c (arm_align_anon_bitfield):  New function.
4731         (TARGET_ALIGN_ANON_BITFIELD): Define.
4732         * doc/tm.texi: Document TARGET_ALIGN_ANON_BITFIELD.
4733
4734 2004-05-13  Zack Weinberg  <zack@codesourcery.com>
4735
4736         * tree.def (documentation): Remove mention of class 'b'.
4737         (BLOCK): Now in class 'x'.
4738         * c-common.c (verify_tree): Remove case 'b'.
4739         * c-typeck.c (same_translation_unit_p): Change 'b' to 'x'.
4740         * calls.c (calls_function_1): Control cannot get past the switch
4741         when exp is a BLOCK.
4742         * print-tree.c (print_node): Move code for class 'b' to the class
4743         'c'/'x' switch, as case BLOCK.
4744         * tree.c (tree_size, make_node_stat, tree_node_structure): Likewise.
4745         (unsafe_for_reeval, substitute_placeholder_in_expr)
4746         (stabilize_reference_1): Remove case 'b'.
4747         * tree-browser.c (browse_tree): Change all tests for TREE_CODE_CLASS
4748         of something being 'b' to tests for TREE_CODE of something being
4749         BLOCK.
4750         * tree-ssa-operands.c (get_expr_operands): Likewise.
4751
4752 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4753
4754         * tree-gimple.c: Rename from tree-simple.c.
4755         * tree-gimple.h: Rename from tree-simple.h.
4756         * c-gimplify.c: Rename from c-simplify.c
4757         * Makefile.in, c-decl.c, gimple-low.c, gimplify.c,
4758         langhooks.c, tree-alias-ander.c, tree-alias-common.c,
4759         tree-complex.c, tree-dfa.c, tree-flow.h, tree-inline.c,
4760         tree-into-ssa.c, tree-iterator.c, tree-mudflap.c,
4761         tree-nested.c, tree-nomudflap.c, tree-outof-ssa.c, tree-sra.c,
4762         tree-ssa-alias.c, tree-ssa-ccp.c, tree-ssa-copyrename.c,
4763         tree-ssa-dce.c, tree-ssa-live.c, tree-ssa-pre.c, tree-ssa.c:
4764         Update.
4765
4766 2004-05-14  Ranjit Mathew  <rmathew@hotmail.com>
4767
4768         * doc/sourcebuild.texi: Mention libbanshee and libmudflap.
4769
4770 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
4771
4772         * tree-ssa.c (delete_tree_ssa): XFREE
4773         bitmaps allocated with BITMAP_XMALLOC.
4774
4775         * tree-ssa-pre.c (execute_pre): Free ephi_use_pool and
4776         idfs_cache at the end of the function.
4777
4778         * tree-ssa-live.c (calculate_live_on_entry): Free saw_def
4779         at the end of the function.
4780
4781         * tree-ssa-dce.c (perform_tree_ssa_dce): Free
4782         el at the end of the function.
4783
4784         * tree-into-ssa.c (insert_phi_nodes_for): XFREE
4785         bitmaps allocated with BITMAP_XMALLOC.
4786
4787         * loop-unswitch.c (unswitch_single_loop): Free bbs at
4788         the end.
4789
4790         * final.c (shorten_branches): Free uid_shuid before
4791         reallocating it.
4792
4793         * bb-reoder.c (connect_traces): Free cold_traces at the end.
4794
4795 2004-05-13  Jeff Law  <law@redhat.com>
4796
4797         * tree-ssa-live.c (calculate_live_on_entry): Ignore virtual
4798         variables.  Simplify slightly by using USE_OP/DEF_OP instead
4799         of USE_OP_PTR/DEF_OP_PTR and dereferencing the result.
4800
4801         * tree-into-ssa.c (compute_global_livein): Use EXECUTE_IF_SET_IN_BITMAP
4802         rather than iterating through the blocks testing each bit in
4803         livein to initialize the worklist.
4804         (mark_def_sites): Remove useless checks of KILLS for virtual
4805         operands.
4806
4807         * tree-ssa-forwprop.c (record_single_argument_cond_exprs): Accept
4808         new parameters for the statement and variable worklist as well
4809         as a bitmap of interesting SSA_NAMEs.  Walk over the statement
4810         worklist recording interesting variables in the variable worklist
4811         and bitmap.  Handle casts between integral and boolean types.
4812         (substitute_single_use_vars): Accept new parameters for the statement
4813         and variable worklist.  When a substitution is made add a new
4814         entry to the statement worklist.  Handle casts between integral
4815         and boolean types.
4816         (tree_ssa_forward_propagate_single_use_vars): Rework to pass
4817         worklists to children.  Iterate until the statement worklist
4818         is empty.
4819
4820 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
4821
4822         * tree-outof-ssa.c (rewrite_vars_out_of_ssa): Free map at
4823         the end of the block.
4824
4825         * tree-into-ssa.c (def_blocks_free): XFREE bitmaps allocated
4826         with BITMAP_XMALLOC.
4827
4828         * tree-ssa-alias.c (delete_alias_info): XFREE bitmaps allocated
4829         with BITMAP_XMALLOC.
4830
4831         * tree-ssa-dom.c (tree_ssa_dominator_optimize):
4832         Free nonzero_vars at the end of the function.
4833
4834         * convert.c (convert_to_integer): Make a CONVERT_EXPR when there is a
4835         need to generate code instead of a NOP_EXPR.
4836
4837 2004-05-13  Ian Lance Taylor  <ian@wasabisystems.com>
4838
4839         * gcc.c (default_compilers): Fill out initializers for new Fortran
4840         entries.
4841
4842 2004-05-13  Paul Brook  <paul@codesourcery.com>
4843
4844         * config/arm/arm.h (PCC_BITFIELD_TYPE_MATTERS): Define.
4845
4846 2004-05-13  Paul Brook  <paul@codesourcery.com>
4847
4848         * config/arm/arm.c (arm_default_short_enums): New function.
4849         (TARGET_DEFAULT_SHORT_ENUMS): Define.
4850
4851 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4852
4853         Merge from tree-ssa-20020619-branch.
4854
4855         * Makefile.in (reload1.o-warn): Add.
4856         (tree-alias-ander.o-warn): Add.
4857         (GMPLIBS): Define.
4858         (GMPINC): Define.
4859         (BANSHEELIB): Define.
4860         (BANSHEEINC): Define.
4861         (TREE_DUMP_H): Define.
4862         (TREE_SIMPLE_H): Define.
4863         (TREE_FLOW_H): Define.
4864         (LIBDEPS): Add BANSHEELIB.
4865         (INCLUDES): Add BANSHEEINC and GMPINC.
4866         (C_AND_OBJC_OBJS): Add c-simplify.o, tree-mudflap.o,
4867         c-mudflap.o and c-pretty-print.o.
4868         (C_OBJS): Remove c-pretty-print.o.
4869         (OBJS-common): Remove sibcall.o.
4870         Add tree-cfg.o, tree-dfa.o, tree-eh.o,
4871         tree-ssa.o, tree-optimize.o, tree-simple.o,
4872         tree-alias-type.o, gimplify.o, tree-pretty-print.o,
4873         tree-into-ssa.o, tree-outof-ssa.o, tree-alias-common.o,
4874         tree-ssa-ccp.o, @ANDER@, tree-ssa-dce.o, tree-ssa-copy.o,
4875         tree-nrv.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
4876         tree-ssa-live.o, tree-ssa-operands.o, tree-ssa-alias.o,
4877         tree-ssa-phiopt.o, tree-ssa-forwprop.o, tree-nested.o,
4878         tree-ssa-dse.o, tree-ssa-dom.o, domwalk.o,
4879         tree-tailcall.o, gimple-low.o, tree-iterator.o,
4880         tree-phinodes.o, tree-ssanames.o, tree-sra.o,
4881         tree-complex.o, tree-ssa-loop.o, rtl-profile.o and
4882         tree-profile.o.
4883         (OBJC-archive): Add tree-nomudflap.o.
4884         (cc1): Add dependency on @TREEBROWSER@.
4885         (c-decl.o): Add dependency on TREE_DUMP_H.
4886         (c-dump.o): Likewise.
4887         (c-common.o): Add dependency on tree-iterator.h
4888         (c-pretty-print.o): Add dependency on DIAGNOSTIC_H.
4889         (gtype-desc.o): Add dependency on TREE_FLOW_H.
4890         (tree.o): Add dependency on tree-iterator.h,
4891         BASIC_BLOCK_H and TREE_FLOW_H.
4892         (tree-dump.o): Depend on TREE_DUMP_H instead of tree-dump.h.
4893         (langhooks.o): Add dependency on TREE_SIMPLE_H.
4894         (tree-alias-type.o, tree-alias-ander.o,
4895         tree-alias-common.o, tree-ssa.o, tree-into-ssa.o,
4896         tree-outof-ssa.o, tree-ssa-dse.o, tree-ssa-forwprop.o,
4897         tree-ssa-phiopt.o, tree-nrv.o, tree-ssa-copy.o,
4898         tree-ssa-dom.o, tree-ssanames.o, tree-phinodes.o,
4899         domwalk.o, tree-ssa-live.o, tree-ssa-copyrename.o,
4900         tree-ssa-pre.o, tree-cfg.o, tree-tailcall.o,
4901         tree-nested.o, tree-iterator.o, tree-dfa.o,
4902         tree-ssa-operands.o, tree-eh.o, tree-ssa-loop.o,
4903         tree-ssa-alias.o, tree-optimize.o, c-simplify.o,
4904         gimplify.o, gimple-low.o, tree-browser.o, tree-simple.o,
4905         tree-mudflap.o, c-mudflap.o, tree-nomudflap.o,
4906         tree-pretty-print.o, tree-ssa-dce.o, tree-ssa-ccp.o,
4907         tree-sra.o, tree-complex.o, tree-profile.o,
4908         rtl-profile.o): New rules.
4909         (function.o): Add dependency on basic-block.h
4910         (expr.o): Add dependency on tree-iterator.h.
4911         (sibcall.o): Remove.
4912         (profile.o): Depend on TREE_FLOW_H instead of TREE_H.
4913         (cfg.o): Add dependency on TIMEVAR_H.
4914         (cfghooks.o): Add dependency on TREE_FLOW_H.
4915         (reg-stack.o): Add dependency on basic-block.h.
4916         (GTFILES): Add hwint.h, tree-mudflaph.c, tree-flow.h,
4917         c-objc-common.c, c-common.c, c-parse.in, tree-ssanames.c,
4918         tree-eh.c, tree-phinodes.c, tree-cfg.c, tree-dfa.c,
4919         tree-ssa-ccp.c, tree-iterator.c, gimplify.c,
4920         tree-alias-type.h, tree-alias-common.h,
4921         tree-alias-type.c, tree-alias-common.c,
4922         tree-ssa-operands.h, tree-ssa-operands.c, tree-profile.c,
4923         rtl-profile.c and tree-nested.c.
4924         (gt-tree-alias-common.h, gt-tree-mudflap.h,
4925         gt-tree-ssa-ccp.h, gt-tree-eh.h, gt-tree-ssanames.h,
4926         gt-tree-iterator.h, gt-gimplify.h, gt-tree-phinodes.h,
4927         gt-tree-cfg.h, gt-tree-nested.h): New rules.
4928         (TEXI_GCCINT_FILES): Add cfg.texi and tree-ssa.texi.
4929         * basic-block.h: Include predict.h
4930         (struct edge_def): Add GTY marker.
4931         Change field 'insns' to be a union of tree and rtx.
4932         (EDGE_TRUE_VALUE): Define.
4933         (EDGE_FALSE_VALUE): Define.
4934         (EDGE_EXECUTABLE): Define.
4935         (struct bb_ann_d): Forward declare.
4936         (struct basic_block_def): Add GTY marker.
4937         Remove fields head_tree and end_tree.
4938         Add fields stmt_list, rbi and tree_annotations.
4939         (struct reorder_block_def): Define.
4940         (basic_block_info): Add GTY marker.
4941         (ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR): Change to global
4942         variables instead of macros.
4943         (flow_call_edges_add): Remove declaration.
4944         (make_eh_edge): Remove declaration.
4945         (brief_dump_cfg, find_edge, tree_predicted_by_p,
4946         rtl_predicted_by_p, tree_predict_edge, rtl_predict_edge,
4947         predict_edge_def, rtl_make_eh_edge, find_basic_blocks,
4948         cleanup_cfg, delete_unreachable_blocks, merge_seq_blocks,
4949         alloc_rbi_pool, initialize_bb_rbi, free_rbi_pool): Declare.
4950         (try_redirect_by_replacing_jump): Modfiy return type to
4951         edge instead of bool.
4952         * bb-reorder.c (copy_bb): Call duplicate_block
4953         instead of cfg_layout_duplicate_bb.
4954         (copy_bb_p): Call can_duplicate_block_p instead of
4955         cfg_layout_can_duplicate_bb_p.
4956         * bitmap.c (bitmap_first_set_bit): Abort if word
4957         wasn't found.
4958         (bitmap_last_set_bit): Likewise.
4959         * builtin-types.def (DEF_FUNCTION_TYPE_2): Add
4960         (DEF_FUNCTION_TYPE_3): Add.
4961         * builtins.c (c_strlen): Make extern.
4962         (builtin_save_expr): New.
4963         (expand_builtin_nonlocal_goto): New.
4964         (expand_builtin_constant_p): Remove.
4965         (expand_builtin_mathfn): Call builtin_save_expr instead
4966         of save_expr.
4967         (expand_builtin_mathfn_2): Likewise.
4968         (expand_builtin_strcmp): Likewise.
4969         (expand_builtin_strncmp): Likewise.
4970         (expand_builtin_strcat): Likewise.
4971         (fold_builtin_cabs): Likewise.
4972         (expand_builtin_alloca): Don't trigger if -fmudflap is
4973         given.
4974         (build_string_literal): Set TREE_INVARIANT on new node.
4975         (expand_builtin_profile_fun): New.
4976         (round_trampoline_addr): New.
4977         (expand_builtin_init_trampoline): New.
4978         (expand_builtin_adjust_trampoline): New.
4979         (expand_builtin) <BUILT_IN_NEXT_ARG>: Call simplify_builtin_next_arg.
4980         <BUILT_IN_CONSTANT_P>: Return const0_rtx;
4981         <BUILT_IN_STACK_ALLOC, BUILT_IN_STACK_SAVE,
4982         BUILT_IN_STACK_RESTORE, BUILT_IN_NONLOCAL_GOTO,
4983         BUILT_IN_PROFILE_FUNC_ENTER, BUILT_IN_PROFILE_FUNC_EXIT,
4984         BUILT_IN_INIT_TRAMPOLINE, BUILT_IN_ADJUST_TRAMPOLINE>:
4985         Handle.
4986         (fold_builtin_expect): New.
4987         (fold_builtin_isascii): Don't return non-constant results
4988         in GIMPLE form.
4989         (fold_builtin_isdigit): Likewise.
4990         (fold_builtin_1): New.
4991         (fold_builtin): Call it.
4992         (build_function_call_expr): Update call to build a new
4993         CALL_EXPR.
4994         (purge_builtin_constant_p): Remove.
4995         (simplify_builtin, simplify_builtin_memcmp,
4996         simplify_builtin_strcmp, simplify_builtin_strncmp,
4997         simplify_builtin_strpbrk, simplify_builtin_strstr,
4998         simplify_builtin_strchr, simplify_builtin_strrchr,
4999         simplify_builtin_strcat, simplify_builtin_strncat,
5000         simplify_builtin_strspn, simplify_builtin_strcspn,
5001         simplify_builtin_next_arg, simplify_builtin_va_start,
5002         simplify_builtin_sprintf): New.
5003         * builtins.def (BUILT_IN_STACK_ALLOC,
5004         BUILT_IN_STACK_SAVE, BUILT_IN_STACK_RESTORE,
5005         BUILT_IN_INIT_TRAMPOLINE, BUILT_IN_ADJUST_TRAMPOLINE,
5006         BUILT_IN_NONLOCAL_GOTO, BUILT_IN_PROFILE_FUNC_ENTER,
5007         BUILT_IN_PROFILE_FUNC_EXIT): Define.
5008         * c-common.c: Include tree-iterator.h and hashtab.h.
5009         (lang_statement_code_p): Declare.
5010         (lang_gimplify_stmt): Declare.
5011         (fix_string_type): Set TREE_INVARIANT for value.
5012         (pointer_int_sum): Rely on build to set TREE_CONSTANT.
5013         (c_type_hash): New.
5014         (c_common_get_alias_set): Handle multiple type nodes
5015         referring to "the same" type, currently for C90 only.
5016         (c_add_case_label): Use create_artificial_label.
5017         (finish_label_address_expr): Don't set TREE_CONSTANT on
5018         result.
5019         (c_expand_expr): Don't handle STMT_EXPR.
5020         (handle_alias_attribute): Marke aliased variables to be
5021         TREE_STATIC.
5022         (handle_nonnull_attribute): Initialize arg_num.
5023         (check_function_nonnull): Likewise.
5024         (c_walk_subtrees): New.
5025         (c_estimate_num_insns_1): Don't handle
5026         EXPR_WITH_FILE_LOCATION nor FILE_STMT.
5027         (c_decl_uninit_1): Remove.
5028         (c_decl_uninit): Remove.
5029         (c_warn_unused_result): New.
5030         * c-common.def (ASM_STMT): Change number of operands
5031         to 4.
5032         (FILE_STMT): Remove.
5033         * c-common.h (lang_expand_stmt, lang_expand_decl_stmt):
5034         Remove.
5035         (lang_gimplify_stmt): Add.
5036         (expand_stmt): Remove.
5037         (ASM_CV_QUAL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
5038         ASM_CLOBBERS, STMT_EXPR_WARN_UNUSED_RESULT,
5039         ASM_VOLATILE_P, FILE_STMT_FILENAME_NODE,
5040         FILE_STMT_FILENAME, STMT_LINENO, STMT_LINENO_FOR_FN_P,
5041         ASM_INPUT_P, DECL_C_HARD_REGISTER): Remove.
5042         (genrtl_do_pushlevel, genrtl_goto_stmt, genrtl_expr_stmt,
5043         genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
5044         genrtl_while_stmt, genrtl_do_stmt, genrtl_return_stmt,
5045         genrtl_for_stmt, genrtl_break_stmt, genrtl_continue_stmt,
5046         genrtl_scope_stmt, genrtl_switch_stmt, genrtl_case_label,
5047         genrtl_compound_stmt, genrtl_asm_stmt,
5048         genrtl_cleanup_stmt, c_decl_uninit): Remove.
5049         (c_do_switch_warnings, c_gimplify_expr, c_walk_subtrees,
5050         c_tree_chain_matters_p, c_warn_unused_result,
5051         c_genericize, c_gimplify_stmt, stmt_expr_last_stmt):
5052         Declare.
5053         * c-convert.c (convert): Make convert work when
5054         converting to compatible types across translation unit.
5055         * c-decl.c: Include langhooks.h, tree-mudflap.h,
5056         tree-simple.h, diagnostic.h and tree-dump.h
5057         (merge_decls): Initialize oldtype to NULL.
5058         (finish_decl): Use DECL_HARD_REGISTER instead of
5059         DECL_C_HARD_REGISTER.
5060         (check_bitfield_type_and_width): Check for null
5061         lang_type_specific when check the precision of an enum.
5062         (grokdeclarator): Immediately layout an ARRAY_TYPE used
5063         in a pointer-to-array declarator.
5064         (finish_struct): Clear allocated struct lang_type.
5065         (finish_enum): Set enum_min and enum_max.  Set
5066         TYPE_MIN/MAX_VALUE to the limits of the compatible type,
5067         not to the enumerators.
5068         (set_decl_nonlocal): New.
5069         (store_parm_decls): Use it via walk_tree.
5070         (c_finalize): New.
5071         (finish_function): When !targetm.have_ctors_dtors,
5072         record static constructors and destructors here...
5073         (c_expand_body_1): ... not here.
5074         (c_expand_decl): Rename from c_expand_decl_stmt.
5075         Handle all C-specific expansion semantics.
5076         * c-dump.c (dump_stmt): Use EXPR_LOCUS instead of
5077         STMT_LINENO.
5078         * c-format.c (handle_format_arg_attribute): Initialize
5079         format_num.
5080         * c-lang.c: Include tree-inline.h
5081         (LANG_HOOKS_EXPAND_DECL,
5082         LANG_HOOKS_FUNCTION_MISSING_NORETURN_OK_P,
5083         LANG_HOOKS_TREE_INLINING_WALK_SUBTREES,
5084         LANG_HOOKS_TREE_INLINING_TREE_CHAIN_MATTERS_P,
5085         LANG_HOOKS_GIMPLIFY_EXPR, LANG_HOOKS_TYPES_COMPATIBLE_P): Define.
5086         (LANG_HOOKS_DECL_UNINIT, LANG_HOOKS_RTL_EXPAND_STMT,
5087         LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): Remove.
5088         (c_types_compatible_p): New.
5089         * c-mudflap.c: New file.
5090         * c-objc-common.c: Include tree-mudflap.h
5091         (start_cdtor, finish_cdtor): Collapse
5092         together into
5093         (build_cdtor): ...here.  Update to construct a complete tree
5094         for the function.  No need to call push_scope, pop_scope, or
5095         clear_last_expr, or set current_function_cannot_inline.
5096         (c_missing_noreturn_ok_p): Change prototype to return
5097         bool.
5098         (c_objc_common_init): Don't set lang_missing_noreturn_ok_p.
5099         * c-opts.c (c_common_handle_option): Move handling of -fdump- to
5100         opts.c.
5101         (c_common_post_options): Don't ever use rtl inlining.
5102         * c-parse.in: Use EXPR_LOCUS instead of STMT_LINENO.
5103         * c-pragma.c (handle_pragma_redefine_extname): Define
5104         always.
5105         (init_pragma): Activate #pragma redefine_extname for mudflap.
5106         * c-pretty-print.c (pp_c_statement): Remove FILE_STMT.
5107         (pp_c_initializer): Accept any type CONSTRUCTOR.
5108         (pp_c_initializer_list): Fix code expectations for VECTOR_TYPE and
5109         COMPLEX_TYPE.
5110         (decl_name_str): New local function.
5111         (pp_c_direct_declarator): Call it.
5112         (pp_c_primary_expression): Call it.
5113         (pp_c_id_expression): Call it.
5114         (pp_c_statement): Call it.
5115         (print_c_tree): Create new pp object.
5116         * c-pretty-print.h (pp_c_tree_decl_identifier,
5117         print_c_tree): Declare.
5118         * c-semantics.c: Include langhooks.h
5119         (lang_expand_stmt, lang_expand_decl_stmt,
5120         find_reachable_label_1, find_reachable_label,
5121         expand_unreachable_if_stmt, expand_unreachable_stmt,
5122         genrtl_do_stmt_1): Remove.
5123         (begin_stmt_tree): Don't check for changed filename.
5124         Call annotate_with_locus.
5125         (finish_stmt_tree): Don't set line for end of function.
5126         (build_stmt): Don't check type nodes for
5127         side effects.
5128         (build_stmt): Set TREE_SIDE_EFFECTS.
5129         Set EXPR_LOCUS instead of STMT_LINENO.
5130         (lang_expand_stmt, lang_expand_decl_stmt,
5131         expand_cond, genrtl_do_pushlevel, genrtl_goto_stmt, genrtl_expr_stmt,
5132         genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
5133         genrtl_while_stmt, genrtl_do_stmt_1, genrtl_do_stmt,
5134         genrtl_return_stmt, genrtl_for_stmt, genrtl_break_stmt,
5135         genrtl_continue_stmt, genrtl_scope_stmt, genrtl_switch_stmt,
5136         genrtl_case_label, genrtl_compound_stmt, genrtl_asm_stmt,
5137         genrtl_cleanup_stmt, expand_stmt, find_reachable_label,
5138         find_reachable_label_1, expand_unreachable_if_stmt,
5139         expand_unreachable_stmt): Remove.
5140         (prep_stmt): Use EXPR_LOCUS instead of STMT_LINENO.
5141         * c-simplify.c: New file.
5142         * c-tree.h (C_LANG_TREE_NODE_CHAIN_NEXT): Define.
5143         (struct lang_type): Add fields enum_min and enum_max.
5144         (c_expand_decl_stmt, c_missing_noreturn_ok_p): Remove.
5145         (c_expand_decl, c_missing_noreturn_ok_p,
5146         c_types_compatible_p): Declare.
5147         * c-typeck.c (tagged_types_tu_compatible_p): Allow for
5148         compiler-generated TYPE_DECLs without a DECL_ORIGINAL_TYPE.
5149         (default_function_array_conversion): Rely on build to
5150         set TREE_CONSTANT.
5151         (parser_build_binary_op, pointer_diff): Likewise.
5152         (build_unary_op, build_binary_op): Likewise.
5153         (build_array_ref):
5154         (build_external_ref): Set TREE_INVARIANT.
5155         (build_c_cast, pop_init_level): Likewise.
5156         (process_init_element): Use ASM_VOLATILE_P.
5157         (build_asm_expr): Adapt to GENERIC/GIMPLE syntax.
5158         (c_finish_case): Call c_do_switch_warnings.
5159         * c.opt (fdump-): Remove.
5160         * calls.c (try_to_integrate): Remove.
5161         (prepare_call_address): Replace fndecl arg with a
5162         precomputed static chain value.
5163         (emit_call_1): New argument for full call expr.
5164         (flags_from_decl_or_type): Call special_function_p.
5165         (initialize_argument_information): Add argument
5166         may_tailcall.
5167         (purge_reg_equiv_notes): New.
5168         (expand_call): Do not try to expand calls inline.
5169         (fixup_tail_calls): New.
5170         * cfg.c: Include timevar.h and ggc.h.
5171         (bb_pool, edge_pool): Remove.
5172         (ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR): Declare.
5173         (entry_exit_blocks): Remove.
5174         (rbi_pool): Declare.
5175         (init_flow): Do not create pools.
5176         Allocate entry/exit block.
5177         (free_edge, alloc_block, expunge_block, unchecked_make_edge): Use GGC.
5178         (alloc_rbi_pool, free_rbi_pool, initialize_bb_rbi): New.
5179         (unlink_block): Clear b->prev_bb and b->next_bb.
5180         (compact_blocks): Clear all slots of BASIC_BLOCK array.
5181         (dump_flow_info): Work on trees too.
5182         (dump_cfg_bb_info): New.
5183         (brief_dump_cfg): New.
5184         * cfganal.c (need_fake_edge_p, flow_call_edges_add): Remove.
5185         (find_edge): New.
5186         * cfgbuild.c (rtl_make_eh_edge): Rename from
5187         make_eh_edge.  Update all users.
5188         (find_basic_blocks): Don't call VARRAY_FREE on
5189         basic_block_info.
5190         * cfgcleanup.c (outgoing_edges_match): Initialize newpos1
5191         and newpos2.
5192         (delete_unreachable_blocks): Return changed status.
5193         (merge_seq_blocks): New.
5194         * cfghooks.c: Include tree-flow.h
5195         (tree_register_cfg_hooks, ir_type): New.
5196         (redirect_edge_and_branch): Change return type to edge.
5197         (predict_edge, predicted_by_p, can_duplicate_block_p,
5198         duplicate_block, block_ends_with_call_p,
5199         block_ends_with_condjump_p, flow_call_edges_add): New.
5200         * cfghooks.h (redirect_edge_and_branch): Change return
5201         type to edge.
5202         (predict_edge, predicted_by_p, can_duplicate_block_p,
5203         duplicate_block, block_ends_with_call_p,
5204         block_ends_with_condjump_p, flow_call_edges_add): Declare.
5205         (redirect_edge_and_branch): Change return type to edge.
5206         (struct cfg_hooks): Add fields block_ends_with_call_p,
5207         block_ends_with_condjump_p, flow_call_edges_add,
5208         predict_edge, predicted_by_p, can_duplicate_block_p and
5209         duplicate_block.
5210         (tree_cfg_hooks, ir_type, tree_register_cfg_hooks): Declare.
5211         * cfglayout.c (cfg_layout_pool, cfg_layout_initialize_rbi): Removed.
5212         (fixup_reorder_chain): Use initialize_bb_rbi.
5213         (cfg_layout_can_duplicate_bb_p, cfg_layout_duplicate_bb): Hookized.
5214         (cfg_layout_initialize): Use cfg.c rbi pool manipulation functions.
5215         (can_copy_bbs_p, copy_bbs): Use cfghooks for bb duplication.
5216         (insn_locators_initialize): Use new info about blocks.
5217         * cfglayout.h (typedef struct reorder_block_def): Moved to
5218         basic_block.h.
5219         (cfg_layout_can_duplicate_bb_p, cfg_layout_duplicate_bb): Declaration
5220         removed.
5221         * cfgloop.c: Include tree.h and tree-flow.h.
5222         * cfgloop.h (create_loop_notes): Declare.
5223         * cfgloopmanip.c (create_loop_notes): New.
5224         * cfgrtl.c (cfg_layout_create_basic_block): Use initialize_bb_rbi.
5225         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hook): Fill in can_duplicate_block_p
5226         and duplicate_block fields.
5227         (create_basic_block_structure): Don't look at
5228         RTX_INTEGRATED_P.
5229         (rtl_block_ends_with_call_p): New.
5230         (rtl_block_ends_with_condjump_p): New.
5231         (need_fake_edge_p): Moved from cfganal.c.
5232         (rtl_flow_call_edges_add): Moved from cfganal.c (flow_call_edges_add).
5233         (rtl_cfg_hooks): Add rtl_block_ends_with_call_p,
5234         rtl_block_ends_with_condjump_p, rtl_flow_call_edges_add.
5235         (cfg_layout_rtl_cfg_hooks): Ditto.
5236         * cgraph.c (cgraph_mark_reachable_node): Don't force nested
5237         functions to be reachable.
5238         * cgraphunit.c (decide_is_function_needed):
5239         * cgraphunit.c (decide_is_function_needed): Nested functions of extern
5240         inline functions don't need to be output.
5241         (cgraph_assemble_pending_functions): Don't do anything
5242         special for nested functions.
5243         (cgraph_mark_functions_to_output): Likewise.
5244         (cgraph_finalize_function): Don't zap DECL_STRUCT_FUNCTION.
5245         (cgraph_analyze_function): Use estimate_num_insns.
5246         (cgraph_mark_functions_to_output): Likewise.
5247         (cgraph_estimate_growth, cgraph_clone_inlined_nodes): Likewise.
5248         (cgraph_expand_function): Allow functions to not be
5249         emitted.
5250         (cgraph_remove_unreachable_nodes):
5251         (cgraph_recursive_inlining_p): Simplify.
5252         (lookup_recursive_calls,
5253         cgraph_decide_recursive_inlining): New.
5254         (cgraph_decide_inlining_*): Update calls of
5255         cgraph_mark_inline.
5256         * combine.c (get_pos_from_mask): Always set *plen.
5257         * common.opt (fdump-, fmudflap, fmudflapth, fmudflapir,
5258         ftree-based-profiling, ftree-ccp, ftree-ch,
5259         ftree-combine-temps, ftree-copyrename, ftree-dce,
5260         ftree-dominator-opts, ftree-dse, ftree-loop-optimize,
5261         ftree-points-to, ftree-pre, ftree-sra, ftree-ter,
5262         ftree-lrs): Add.
5263         * config.in (HAVE_LD_PIE, HAVE_BANSHEE, PREFIX_INCLUDE_DIR):
5264         Undefine.
5265         * configure.ac: Add --enable-tree-browser option.
5266         Add --with-libbanshee option.
5267         Add GMPLIBS and GMPINC.
5268         * configure: Regenerate.
5269         * coverage.c (tree_ctr_tables): New.
5270         (coverage_counter_alloc): Use it.
5271         (build_ctr_info_value): Ditto.
5272         (coverage_counter_ref): Ditto.  Rename to rtl_coverage_counter_ref.
5273         (tree_coverage_counter_ref): New.
5274         * coverage.h (coverage_counter_ref): Remove declaration.
5275         (rtl_coverage_counter_ref): Declare.
5276         (tree_coverage_counter_ref): Declare.
5277         * cppexp.c (append_digit): Rearrange unsignedp/overflow setting.
5278         (eval_token, num_binary_op, num_part_mul, num_div_op): Likewise.
5279         * cse.c (fold_rtx): Do not handle CONSTANT_P_RTX.
5280         (struct cse_basic_block_data): Rename enum values to not
5281         conflict with profile.h; update all uses.
5282         * dbxout.c (dbxout_symbol_location): Don't mention integrate.c
5283         in comments.
5284         * defaults.h (TRAMPOLINE_ALIGNMENT): Move from function.c.
5285         * diagnostic.h (debug_output_buffer, dump_generic_node,
5286         print_generic_stmt, print_generic_stmt_indented,
5287         print_generic_expr, print_generic_decl,
5288         debug_generic_expr, debug_generic_stmt, debug_c_tree):
5289         Declare.
5290         * dominance.c: Cache immediate dominators.
5291         * domwalk.c: New file.
5292         * domwalk.h: New file.
5293         * dwarf2out.c (is_fortran): Support DW_LANG_Fortran95.
5294         (gen_subprogram_die): Generate a DIE for a named
5295         return value.
5296         (loc_descriptor_from_tree): Treat RESULT_DECL like VAR_DECL.
5297         (add_location_or_const_value_attribute): Likewise.
5298         (add_bound_info): Likewise.
5299         (gen_decl_die): Likewise.
5300         * emit-rtl.c (maybe_set_first_label_num): New.
5301         (copy_most_rtx): Don't copy the integrated flag.
5302         Copy the new return_val flag.
5303         * et-forest.c (MAX_NODES): Define.
5304         (record_path_before_1): Abort if len is greater than
5305         MAX_NODES.
5306         * except.c (gen_eh_region, gen_eh_region_cleanup, gen_eh_region_try,
5307         gen_eh_region_catch, gen_eh_region_allowed,
5308         gen_eh_region_must_not_throw, get_eh_region_number,
5309         get_eh_region_may_contain_throw, get_eh_region_tree_label,
5310         set_eh_region_tree_label, expand_resx_expr): New.
5311         (expand_eh_region_start, expand_start_catch): Use them.
5312         (expand_end_catch): Tidy.
5313         (note_eh_region_may_contain_throw): Take region argument.
5314         (note_current_region_may_contain_throw): New.
5315         (get_exception_filter): Export.
5316         (collect_eh_region_array): Export.
5317         (remove_unreachable_regions): Check ERT_TRY based on reachability
5318         of catches, not reachability of continue_label.  Never remove
5319         ERT_MUST_NOT_THROW regions.
5320         (collect_rtl_labels_from_trees): New.
5321         (convert_from_eh_region_ranges): Use it.
5322         (connect_post_landing_pads): Handle dying cleanups.
5323         (struct reachable_info): Add callback data.
5324         (add_reachable_handler): Invoke the callback.
5325         (foreach_reachable_handler): New.
5326         (reachable_handlers): Use it.
5327         (arh_to_landing_pad, arh_to_label): New.
5328         (can_throw_internal_1): Split out from can_throw_internal.
5329         (can_throw_external_1): Similarly.
5330         * except.h: Update.
5331         * explow.c (emit_stack_save): Remove savearea mode check.
5332         (update_nonlocal_goto_save_area): New.
5333         (allocate_dynamic_stack_space): Use it.
5334         (probe_stack_range): Never emit loop notes.
5335         * expmed.c (extract_fixed_bit_field): Always propagate the
5336         target for the shift if it is a REG.
5337         * expr.c: Include tree-iterator.h
5338         (is_zeros_p): Remove.
5339         (categorize_ctor_elements_1, categorize_ctor_elements): New.
5340         (count_type_elements): New.
5341         (mostly_zeros_p): Use them.
5342         (expr_wfl_stack): Remove.
5343         (convert_move): Do nothing if to and from are the same.
5344         (emit_block_move_via_loop): Don't emit LOOP notes.
5345         (emit_move_insn): Don't handle CONSTANT_P_RTX.
5346         (emit_move_insn_1): Don't generate inline warnings.
5347         (expand_vars, expand_var): Split from ...
5348         (expand_expr_1): ... here.
5349         (expand_expr_real, expand_expr_real_1):  Use new macros
5350         EXPR_LOCATION and EXPR_HAS_LOCATION.
5351         * expr.h (simplify_builtin_fputs,
5352         simplify_builtin_strcpy, simplify_builtin_strncpy,
5353         expand_var, fixup_tail_calls,
5354         update_nonlocal_goto_save_area): Declare.
5355         (lookup_static_chain, expand_inline_function,
5356         mark_seen_cases): Remove.
5357         (prepare_call_address): Change type of 2nd argument to
5358         rtx.
5359         * final.c (profile_function): Update static chain test.
5360         (final): Don't look at RTX_INTEGRATED_P.
5361         * flags.h (flag_mudflap, flag_mudflap_threads,
5362         flag_mudflap_ignore_reads, flag_tree_pre, flag_tree_ccp,
5363         flag_tree_dce, flag_tree_combine_temps,
5364         flag_tree_live_range_split, flag_tree_dom, flag_tree_ch,
5365         flag_tree_dse, flag_tree_sra, flag_tree_copyrename,
5366         flag_tree_points_to): Declare.
5367         (enum pta_type): Declare.
5368         * flow.c (lang_missing_noreturn_ok_p): Remove.
5369         (check_function_return_warnings): Remove.
5370         (update_life_info): Update comments.
5371         (free_basic_block_vars): Don't call VARRAY_FREE for
5372         basic_block_info.
5373         (regno_uninitialized): Remove.
5374         * fold-const.c (int_const_binop): Make extern.
5375         (non_lvalue): Rely on build to set TREE_CONSTANT.
5376         (operand_equal_p): Replace only_const argument with
5377         flags.  Allow pure functions if OEP_PURE_SAME.
5378         (fold): Use OEP_ONLY_CONST.
5379         (invert_truthvalue) <NOP_EXPR> Break if argument is of
5380         boolean type.
5381         (fold_relational_hi_lo,
5382         nondestructive_fold_binary_to_constant,
5383         nondestructive_fold_unary_to_constant,
5384         fold_read_from_constant_string): New.
5385         * function.c (struct function): Remove calls_constant_p.
5386         (current_function_calls_constant_p): Remove.
5387         (inline_function_decl): Remove.
5388         (put_var_into_stack): Don't use it.
5389         (fix_lexical_addr): Likewise.
5390         (inline_function_decl): Remove extern declaration.
5391         (TRAMPOLINE_ALIGNMENT): Move to defaults.h.
5392         (trampolines_created): Move to varasm.c.
5393         (free_after_compilation): Update for removed fields.
5394         (allocate_struct_function): Likewise.
5395         (delete_handlers, lookup_static_chain): Remove.
5396         (fix_lexical_addr): Don't consider non-local variable refs.
5397         (trampoline_address): Remove.
5398         (round_trampoline_addr): Move to builtins.c.
5399         (adjust_trampoline_addr): Remove.
5400         (expand_function_start): Update for changes to static chain
5401         and nonlocal goto handling.
5402         (initial_trampoline): Move to varasm.c.
5403         (expand_function_end): Don't build trampolines or kill
5404         unreferenced nonlocal goto labels.
5405         (free_after_compilation): Don't set it.
5406         (expand_function_end): Likewise.
5407         (setjmp_vars_warning): Rename from
5408         uninitialized_vars_warning, remove uninitialized vars warning.
5409         (uninitialized_vars_warning): Remove old comment
5410         and check for DECL_INITIAL, replace with a check of TREE_NO_WARNING
5411         and do not call the langhook.
5412         (expand_function_start, expand_function_end): Don't do
5413         function instrumentation here.
5414         (clear_block_marks): Rename from reorder_blocks_0, export.
5415         (blocks_nreverse): Export.
5416         (uninitialized_vars_warning): Use DECL_RTL_SET_P to test for presence
5417         of rtl.
5418         (reset_block_changes, record_block_change, finalize_block_changes,
5419         check_block_change, free_block_changes): New functions.
5420         (assign_parms): Setting of current_function_stdarg
5421         moved ...
5422         (allocate_struct_function): ... here.
5423         * function.h (struct function): Remove x_nonlocal_labels,
5424         x_nonlocal_goto_handler_slots, x_nonlocal_goto_stack_level,
5425         x_context_display, x_trampoline_list, needs_context.
5426         Add static_chain_decl, nonlocal_goto_save_area.
5427         (struct function): Remove x_clobber_return_insn.
5428         Add tail_call_emit field, last_label_uid,
5429         unexpanded_var_list, dont_emit_block_notes,
5430         ib_boundaries_block, function_end_locus and saved_tree/saved_args.
5431         (clear_block_marks): Declare.
5432         * gcc.c (MFWRAP_SPEC, MFLIB_SPEC): Add -fmudflapth support.
5433         (mfwrap_spec, mflib_spec): Declare.
5434         (cpp_unique_options, cc1_options): Ditto.
5435         (default_compilers): Add .F and .f90.
5436         (static_specs): Add mfwrap and mflib.
5437         * gcse.c (want_to_gcse_p, gcse_constant_p): Don't handle
5438         CONSTANT_RTX_P.
5439         (reg_used_on_edge, reg_killed_on_edge, bypass_block):
5440         Update to match insns field in struct edge_def.
5441         * gdbinit.in (pgs, pge): Define.
5442         * genattrtab.c (ATTR_PERMANENT_P): Use the return_val flag
5443         instead of the integrated flag.
5444         * gengtype-lex.l (IWOrD): Add HOST_WIDEST_INT
5445         * gengtype-yacc.y (bitfieldlen): Add empty action.
5446         (struct_fields): Accept unnamed bitfields.
5447         (bitfieldlen): Split from ...
5448         (bitfieldopt): ... here.
5449         * gengtype.c (ifiles): Add tree-alias-type.h and
5450         tree-flow.h.
5451         * genrecog.c (validate_pattern): Do not handle
5452         CONSTANT_P_RTX.
5453         * gimple-low.c: New file.
5454         * gimplify.c: New file.
5455         * haifa-sched.c (priority): Do not handle CONSTANT_P_RTX.
5456         (restore_line_notes): Do not set RTX_INTEGRATED_P.
5457         * ifcvt.c (dead_or_predicable): Initialize local variable
5458         'earliest'.
5459         * input.h (expr_wfl_stack): Remove.
5460         * integrate.c (INTEGRATE_THRESHOLD): Remove.
5461         (setup_initial_hard_reg_value_integration): Likewise.
5462         (initialize_for_inline): Likewise.
5463         (note_modified_parmregs): Likewise.
5464         (integrate_parm_decls): Likewise.
5465         (process_reg_param): Likewise.
5466         (save_parm_insns): Likewise.
5467         (copy_insn_list): Likewise.
5468         (copy_insn_notes): Likewise.
5469         (compare_blocks): Likewise.
5470         (find_block): Likewise.
5471         (inlining): Likewise.
5472         (function_cannot_inline_p): Likewise.
5473         (parmdecl_map): Likewise.
5474         (in_nonparam_insns): Likewise.
5475         (save_for_inline): Likewise.
5476         (FIXED_BASE_PLUS): Likewise.
5477         (expand_inline_function): Likewise.
5478         (copy_rtx_and_substitute): Don't look at map->integrating,
5479         map->inline_target, and inlining, since we are never copying
5480         for integrating.
5481         Don't abort on RTX_INTEGRATED_P.
5482         (old_fun): Remove.
5483         (output_inline_function): Remove.
5484         * integrate.h (struct inline_map): Remove fields integrating,
5485         block_map, leaf_reg_map, inline_target, and local_return_label.
5486         * jump.c (next_nonnote_insn_in_loop, duplicate_loop_exit_test,
5487         copy_loop_headers, never_reached_warning): Removed.
5488         (any_uncondjump_p): Reject nonlocal goto.
5489         * langhooks-def.h (lhd_types_compatible_p,
5490         lhd_expand_decl, lhd_gimplify_expr): Declare.
5491         (LANG_HOOKS_EXPAND_DECL, LANG_HOOKS_TYPES_COMPATIBLE_P,
5492         LANG_HOOKS_FUNCTION_MISSING_NORETURN_OK_P,
5493         LANG_HOOKS_FUNCTION_LEAVE_NESTED,
5494         LANG_HOOKS_FUNCTION_MISSING_NORETURN_OK_P,
5495         LANG_HOOKS_GIMPLIFY_EXPR,
5496         LANG_HOOKS_GIMPLE_BEFORE_INLINING,
5497         LANG_HOOKS_EXPAND_DECL, LANG_HOOKS_TYPES_COMPATIBLE_P,
5498         LANG_HOOKS_GIMPLIFY_EXPR,
5499         LANG_HOOKS_GIMPLE_BEFORE_INLINING): Define.
5500         (LANG_HOOKS_DECL_UNINIT, LANG_HOOKS_RTL_EXPAND_START,
5501         LANG_HOOKS_RTL_EXPAND_STMT, LANG_HOOKS_RTL_EXPAND_END,
5502         LANG_HOOKS_FUNCTION_LEAVE_NESTED,
5503         LANG_HOOKS_RTL_EXPAND_INITIALIZER,
5504         LANG_HOOKS_DECL_UNINIT,
5505         LANG_HOOKS_RTL_EXPAND_INITIALIZER): Remove.
5506         * langhooks.c: Include tree-simple.h.
5507         (lhd_expand_decl): New.
5508         (lhd_types_compatible_p): New.
5509         (lhd_decl_uninit): Remove.
5510         (lhd_gimplify_expr): New.
5511         * langhooks.h (struct lang_hooks_for_rtl_expansion):
5512         Remove.
5513         (struct lang_hooks_for_functions): Add field
5514         missing_noreturn_ok_p.
5515         (struct lang_hooks): Add field expand_decl,
5516         types_compatible_p, gimplify_expr and
5517         gimple_before_inlining.
5518         Remove fields decl_uninit and rtl_expand
5519         * opts.c (decode_options): Set flag_tree_ccp,
5520         flag_tree_dce, flag_tree_dom, flag_tree_dse,
5521         flag_tree_pre, flag_tree_ter,
5522         flag_tree_live_range_split, flag_tree_sra,
5523         flag_tree_copyrename and flag_tree_ch at -O1 and higher.
5524         (common_handle_option): Handle OPT_fdump_, OPT_fmudflap,
5525         OPT_fmudflapth, OPT_fmudflapir,
5526         OPT_ftree_based_profiling, OPT_ftree_ccp, OPT_ftree_dce,
5527         OPT_ftree_combine_temps, OPT_ftree_ter, OPT_ftree_lrs,
5528         OPT_ftree_dominator_opts, OPT_ftree_copyrename,
5529         OPT_ftree_ch, OPT_ftree_dse, OPT_ftree_sra,
5530         OPT_ftree_points_to_ and OPT_ftree_pre.
5531         * output.h (regno_uninitialized, find_basic_blocks,
5532         cleanup_cfg, delete_unreachable_blocks,
5533         check_function_return_warnings): Remove.
5534         * params.def (PARAM_MAX_INLINE_INSNS_RECURSIVE,
5535         PARAM_MAX_INLINE_INSNS_RECURSIVE_AUTO,
5536         PARAM_MAX_INLINE_RECURSIVE_DEPTH,
5537         PARAM_MAX_INLINE_RECURSIVE_DEPTH_AUTO,
5538         PARAM_GLOBAL_VAR_THRESHOLD, PARAM_MAX_ALIASED_VOPS):
5539         * params.h (GLOBAL_VAR_THRESHOLD, MAX_ALIASED_VOPS):
5540         Define.
5541         * passes.c (rest_of_decl_compilation):
5542         (rest_of_handle_sibling_calls): Remove.
5543         (rest_of_handle_inlining): Remove.
5544         (rest_of_handle_gcse): Do not run
5545         purge_builtin_constant_p.
5546         (rest_of_compilation): Update.
5547         Do not call copy_loop_headers.
5548         Do rtl-based profiling only when
5549         !flag_tree_based_profiling.  Register rtl-based profiling
5550         hooks.
5551         * predict.c:  Include tree-flow.h, ggc.h, tree-dump.h
5552         (predicted_by_p): Rename to ...
5553         (rtl_predicted_by_p): .. this one; make global
5554         (tree_predicted_by_p): New.
5555         (dump_prediction): Add FILE argument.
5556         (predict_edge): Rename to ...
5557         (rtl_predict_edge): .. this one.
5558         (tree_predict_edge): New.
5559         (combine_predictions_for_insn): Update calls of predict_edge.
5560         (predict_loops): Break out from ...
5561         (estimate_probability): ... here; update comments; move updating
5562         of unknown probabilities from ...
5563         (estimate_bb_frequencies): ... here.
5564         (combine_predictions_for_bb): New.
5565         (tree_predict_by_opcode): New.
5566         (tree_estimate_probability): New.
5567         * predict.def (PRED_TREE_POINTER, PRED_TREE_OPCODE_POSITIVE,
5568         PRED_TREE_OPCODE_NONEQUAL, PRED_TREE_FPOPCODE): New predictors.
5569         * predict.h: Add include guard.
5570         (predict_edge, predict_edge_def): Move prototypes to basic_block.h
5571         * pretty-print.c (pp_write_text_to_stream): Make extern.
5572         * pretty-print.h (pp_write_text_to_stream): Declare.
5573         * print-rtl.c (print_rtx): Don't print the integrated flag.
5574         Print the return_val flag.
5575         * print-tree.c: Use TREE_FILENAME and TREE_LINENO instead
5576         of DECL_SOURCE_FILE and DECL_SOURCE_LINE respectively.
5577         Remove support for EXPR_WITH_FILE_LOCATION nodes.
5578         (print_node): Print TREE_INVARIANT and TREE_VISITED.
5579         * profile.c: Include cfghooks.h, tree-flow.h.
5580         (profile_hooks): New.
5581         (profile_dump_file): New.
5582         (instrument_edges): Use hooks instead of RTL-specific code.
5583         (instrument_values): Ditto.
5584         (get_exec_counts): Ditto.
5585         (compute_branch_probabilities): Ditto.
5586         (compute_value_histograms): Ditto.
5587         (branch_prob): Ditto.
5588         (find_spanning_tree): Ditto.
5589         (end_branch_prob): Ditto.
5590         (gen_edge_profiler): Move to rtl-profile.c (rtl_gen_edge_profiler).
5591         (gen_interval_profiler): Ditto (rtl_gen_interval_profiler).
5592         (gen_pow2_profiler): Ditto (rtl_gen_pow2_profiler).
5593         (gen_one_value_profiler): Ditto (rtl_gen_one_value_profiler).
5594         (tree_register_profile_hooks): New.
5595         (rtl_register_profile_hooks): New.
5596         * ra-rewrite.c (rewrite_program): Clear variable info.
5597         * recog.c (immediate_operand): Do not handle CONSTANT_P_RTX.
5598         * regs.h: Add include guards.
5599         * reload.c (decompose): Clear val using memset.
5600         * rtl.def (CONSTANT_P_RTX): Remove.
5601         * rtl.h (CONSTANT_P): Do not handle CONSTANT_P_RTX.
5602         (copy_loop_headers): Remove.
5603         (struct rtx_def): Replace the integrated flag with the
5604         return_val flag.
5605         (maybe_set_first_label_num): Declare.
5606         (init_branch_prob): Move declaration to value-prof.h.
5607         (end_branch_prob): Ditto.
5608         (branch_prob): Ditto.
5609         (never_reached_warning): Don't declare it.
5610         * rtlanal.c (get_related_value): Initialize get_jump_table_offset
5611         (hoist_insn_to_edge): Update to match field insns in
5612         struct edge_def.
5613         * sbitmap.c (sbitmap_realloc): New.
5614         * sbitmap.h (sbitmap_realloc): Declare.
5615         * sibcall.c: Remove file.
5616         * simplify-rtx.c (simplify_rtx): Do not handle
5617         CONSTANT_P_RTX.
5618         * stmt.c (parse_output_constraint): Don't warn for read-write
5619         memory operand.
5620         (tail_recursion_args): Use types_compatible_p langhook.
5621         (force_label_rtx): Don't look at inline_function_decl.
5622         (label_rtx): Set LABEL_PRESERVE_P appropriately.
5623         (expand_label): Handle DECL_NONLOCAL and FORCED_LABEL.
5624         (declare_nonlocal_label): Remove.
5625         (expand_goto): Don't handle nonlocal gotos.
5626         (expand_nl_handler_label): Remove.
5627         (expand_nl_goto_receivers): Remove.
5628         (expand_end_bindings): Don't expand_nl_goto_receivers.  Use
5629         update_nonlocal_goto_save_area.
5630         (expand_expr_stmt_value): Check TREE_NO_WARNING.
5631         (warn_if_unused_value): Likewise.
5632         (expand_start_loop, expand_loop_continue_here,
5633         expand_end_loop): Don't create loop notes.
5634         (all_cases_count, BITARRAY_TEST, BITARRAY_SET,
5635         mark_seen_cases, check_for_full_enumeration_handling): Remove.
5636         (expand_end_case_type): Don't do warn_switch handling.
5637         (pushcase, pushcase_range) Update add_case_node calls.
5638         (add_case_node): Add dont_expand_label argument.
5639         (same_case_target_p): Don't search rtl.
5640         (expand_start_bindings_and_block, expand_end_bindings):
5641         Don't emit block notes when dont_emit_block_notes.
5642         (using_eh_for_cleanups_p): Export.
5643         (expand_return): Allow any typed rhs.
5644         (expand_stack_alloc): New.
5645         (expand_stack_save, expand_stack_restore): New.
5646         (containing_blocks_have_cleanups_or_stack_level): New
5647         function.
5648         (asm_op_is_mem_input): New fn.
5649         (expand_asm_expr): New fn.
5650         (warn_if_unused_value): Check operand 0 of SAVE_EXPR
5651         nodes.
5652         * stor-layout.c (layout_type): Just return if type is
5653         error_mark_node.
5654         (update_alignment_for_field): Export.
5655         (variable_size): We don't care about global_bindings_p if
5656         the frontend doesn't want a list of the expressions.
5657         * system.h: Poison INTEGRATE_THRESHOLD.
5658         * timevar.def (TV_TREE_GIMPLIFY, TV_TREE_EH, TV_TREE_CFG,
5659         TV_TREE_CLEANUP_CFG, TV_TREE_PTA, TV_TREE_MAY_ALIAS,
5660         TV_TREE_INSERT_PHI_NODES, TV_TREE_SSA_REWRITE_BLOCKS,
5661         TV_TREE_SSA_OTHER, TV_TREE_OPS,
5662         TV_TREE_SSA_DOMINATOR_OPTS, TV_TREE_SRA, TV_TREE_CCP,
5663         TV_TREE_SPLIT_EDGES, TV_TREE_PRE, TV_TREE_PHIOPT,
5664         TV_TREE_FORWPROP, TV_TREE_DCE, TV_TREE_CD_DCE,
5665         TV_TREE_DSE, TV_TREE_LOOP, TV_TREE_CH,
5666         TV_TREE_SSA_TO_NORMAL, TV_TREE_SSA_TO_NORMAL,
5667         TV_TREE_NRV, TV_TREE_COPY_RENAME, TV_TREE_SSA_VERIFY,
5668         TV_TREE_STMT_VERIFY, TV_DOM_FRONTIERS,
5669         TV_CONTROL_DEPENDENCES): Define.
5670         * toplev.c: Include tree-alias-common.h
5671         (current_file_decl, flag_mudflap, flag_mudflap_threads,
5672         flag_mudflap_ignore_reads, flag_tree_based_profiling,
5673         flag_tree_gvn, flag_tree_points_to, flag_tree_ccp,
5674         flag_tree_dce, flag_tree_ch, flag_tree_sra,
5675         flag_tree_combine_temps, flag_tree_ter,
5676         flag_tree_live_range_split, flag_tree_dom,
5677         flag_tree_copyrename, flag_tree_dse): Declare.
5678         (f_options): Add tree-based-profiling, tree-gvn,
5679         tree-pre, tree-ccp, tree-dce,
5680         tree-dominator-opts, tree-copyrename, tree-dse,
5681         tree-combine-temps, tree-ter, tree-lrs and tree-ch.
5682         (wrapup_global_declarations): Don't output nested inlined functions.
5683         (general_init): Call init_tree_optimization_passes.
5684         (process_options): Sorry for -ftree-based-profiling plus
5685         -ftest-coverage or -fprofile-values.
5686         * toplev.h (init_tree_optimization_passes,
5687         flag_tree_based_profiling): Declare.
5688         * tracer.c (tail_duplicate): Use cfghooks for bb duplication.
5689         * tree-alias-ander.c: New file.
5690         * tree-alias-ander.h: New file.
5691         * tree-alias-common.c: New file.
5692         * tree-alias-common.h: New file.
5693         * tree-alias-type.c: New file.
5694         * tree-alias-type.h: New file.
5695         * tree-browser.c: New file.
5696         * tree-browser.def: New file.
5697         * tree-cfg.c: New file.
5698         * tree-complex.c: New file.
5699         * tree-dfa.c: New file.
5700         * tree-dump.c (dump_enable_all): New.
5701         (dequeue_and_dump): Do not handle EXPR_WITH_FILE_LOCATION.
5702         (dump_node): Remove const from field suffix and swtch.
5703         (dump_files): Add null entry, .generic, .nested, .vcg,
5704         .xml and a match-all entry.
5705         (extra_dump_files, extra_dump_files_in_use,
5706         extra_dump_files_alloced): Declare
5707         (dump_option_value_info): Add raw, details, stats,
5708         blocks, vops, lineno, uid and all.
5709         (dump_register): New.
5710         (get_dump_file_info): New.
5711         (dump_begin): Call it.
5712         Do nothing for TDI_none.
5713         (dump_begin): Include phase number in dump filename.
5714         (dump_enable_all): New.
5715         (dump_switch_p_1): Split out from dump_switch_p.
5716         (dump_switch_p): Handle extra_dump_files.
5717         Start our scan at TDI_none + 1.
5718         If -fdump-tree-all was given, call dump_enable_all.
5719         * tree-dump.h: Include splay-tree.h.
5720         (dump_function, dump_function_to_file, dump_register):
5721         Declare.
5722         * tree-eh.c: New file.
5723         * tree-flow-inline.h: New file.
5724         * tree-flow.h: New file.
5725         * tree-inline.c: Re-write to handle inlining on GIMPLE.
5726         * tree-inline.h (walk_tree,
5727         walk_tree_without_duplicates): Move to tree.h.
5728         (estimate_num_insns): Declare.
5729         * tree-into-ssa.c: New file.
5730         * tree-iterator.c: New file.
5731         * tree-iterator.h: New file.
5732         * tree-mudflap.c: New file.
5733         * tree-mudflap.h: New file.
5734         * tree-nested.c: New file.
5735         * tree-nomudflap.c: New file.
5736         * tree-nrv.c: New file.
5737         * tree-optimize.c (dump_flags, vars_to_rename,
5738         in_gimple_form, all_passes, pass_gimple,
5739         pass_rebuild_bind, pass_all_optimizations, pass_del_cfg): Declare.
5740         (execute_gimple, execute_rebuild_bind,
5741         gate_all_optimizations, execute_del_cfg,
5742         register_one_dump_file, register_dump_files, dup_pass_1,
5743         init_tree_optimization_passes, execute_todo,
5744         execute_one_pass, execute_pass_list): New.
5745         (clear_decl_rtl): Remove.
5746         (tree_rest_of_compilation): Update to use tree
5747         optimizers.
5748         * tree-outof-ssa.c: New file.
5749         * tree-pass.h: New file.
5750         * tree-phinodes.c: New file.
5751         * tree-pretty-print.c: New file.
5752         * tree-profile.c: New file.
5753         * tree-simple.c: New file.
5754         * tree-simple.h: New file.
5755         * tree-sra.c: New file.
5756         * tree-ssa-alias.c: New file.
5757         * tree-ssa-ccp.c: New file.
5758         * tree-ssa-copy.c: New file.
5759         * tree-ssa-copyrename.c: New file.
5760         * tree-ssa-dce.c: New file.
5761         * tree-ssa-dom.c: New file.
5762         * tree-ssa-dse.c: New file.
5763         * tree-ssa-forwprop.c: New file.
5764         * tree-ssa-live.c: New file.
5765         * tree-ssa-live.h: New file.
5766         * tree-ssa-loop.c: New file.
5767         * tree-ssa-operands.c: New file.
5768         * tree-ssa-operands.h: New file.
5769         * tree-ssa-phiopt.c: New file.
5770         * tree-ssa-pre.c: New file.
5771         * tree-ssa.c: New file.
5772         * tree-ssanames.c: New file.
5773         * tree-tailcall.c: New file.
5774         * tree.c: Include tree-iterator.h, basic-block.h and
5775         tree-flow.h.
5776         (tree_node_kind): Add phi_nodes and ssa names.
5777         (tree_size): Handle PHI_NODE, EPHI_NODE, SSA_NAME,
5778         EUSE_NODE, EKILL_NODE, EEXIT_NODE and STATEMENT_LIST.
5779         (make_node_stat): Handle PHI_NODE and SSA_NAME.
5780         <'c'> Set TREE_INVARIANT.
5781         (copy_node_stat): Abort if trying to copy a
5782         STATEMENT_LIST.
5783         Clear TREE_VISITED.
5784         Clear annotation field.
5785         (build_constructor): Copy TREE_INVARIANT from vals.
5786         Don't clear TREE_CONSTANT.
5787         (expr_first, expr_last, expr_length): Remove.
5788         (staticp): Pass unknown component references to the language.
5789         (save_expr): Check TREE_INVARIANT instead of TREE_CONSTANT.
5790         (skip_simple_arithmetic): Likewise.
5791         (stabilize_reference_1): Likewise.
5792         (tree_node_structure): Handle PHI_NODE, EPHI_NODE,
5793         EUSE_NODE, EKILL_NODE, EEXIT_NODE, SSA_NAME and
5794         STATEMENT_LIST.
5795         (lhd_unsave_expr_now): Remove.
5796         (unsafe_for_reeval): Handle LABEL_EXPR and BIND_EXPR.
5797         (recompute_tree_invarant_for_addr_expr): New.
5798         (build1_stat): Clear EXPR_LOCUS and TREE_BLOCK.
5799         Call recompute_tree_invarant_for_addr_expr.
5800         Set TREE_INVARIANT accordingly.
5801         (build2_stat): Don't handle CALL_EXPR.
5802         (build3_stat): Don't call build2_stat for CALL_EXPRs.
5803         (build_expr_wfl): Remove.
5804         (annotate_with_file_line, annotate_with_locus): New.
5805         (simple_cst_equal): Call simple_cst_list_equal to compare
5806         CONSTRUCTOR_ELTS pointers.
5807         (iterative_hash_expr): Don't hash types associated
5808         with conversions.  Instead hash on the signedness of the
5809         toplevel object and the operand of the conversion.
5810         (dump_tree_statistics): Call ssanames_print_statistics
5811         and phinodes_print_statistics.
5812         (ephi_node_elt_check_failed, phi_node_elt_check_failed,
5813         add_var_to_bind_expr, build_empty_stmt, is_essa_node,
5814         needs_to_live_in_memory): New.
5815         (initializer_zerop): Handle VECTOR_CST.  Don't check
5816         AGGREGATE_TYPE_P for CONSTRUCTOR.
5817         * tree.def (FILTER_EXPR, CASE_LABEL_EXPR, RESX_EXPR,
5818         SSA_NAME, EUSE_NODE, EKILL_NODE, EPHI_NODE, EEXIT_NODE,
5819         PHI_NODE, CATCH_EXPR, EH_FILTER_EXPR, STATEMENT_LIST): Define.
5820         (GOTO_SUBROUTINE_EXPR): Change type to 's'.
5821         (CALL_EXPR): Add another operand.
5822         (EXPR_WITH_FILE_LOCATION): Remove.
5823         (SWITCH_EXPR): Add another operand.
5824         * tree.h: Update various comments.
5825         (union tree_ann_d): Forward declare.
5826         (struct tree_common): Add fields nowarning_flag,
5827         invariant_flag and visited.
5828         (EREF_NODE_CHECK, EPHI_NODE_ELT_CHECK,
5829         PHI_NODE_ELT_CHECK, EREF_NODE_CHECK, PHI_NODE_ELT_CHECK,
5830         EPHI_NODE_ELT_CHECK, TREE_BLOCK,
5831         STRIP_USELESS_TYPE_CONVERSION, CALL_EXPR_TAILCALL,
5832         TREE_NO_WARNING, FORCED_LABEL, TREE_INVARIANT,
5833         IS_EMPTY_STMT, EXPR_LOCUS, SET_EXPR_LOCUS, EXPR_FILENAME,
5834         EXPR_LINENO, EXPR_LOCATION, EXPR_HAS_LOCATION,
5835         EXIT_EXPR_COND, SWITCH_COND, SWITCH_BODY, SWITCH_LABELS,
5836         CASE_LOW, CASE_HIGH, CASE_LABEL, BIND_EXPR_VARS,
5837         BIND_EXPR_BODY, BIND_EXPR_BLOCK, GOTO_DESTINATION,
5838         ASM_STRING, ASM_OUTPUTS, ASM_INPUTS, ASM_CLOBBERS,
5839         ASM_INPUT_P, ASM_VOLATILE_P, COND_EXPR_COND,
5840         COND_EXPR_THEN, COND_EXPR_ELSE, LABEL_EXPR_LABEL,
5841         CATCH_TYPES, CATCH_BODY, EH_FILTER_TYPES,
5842         EH_FILTER_FAILURE, EH_FILTER_MUST_NOT_THROW,
5843         SSA_NAME_VAR, SSA_NAME_DEF_STMT, SSA_NAME_VERSION,
5844         SSA_NAME_OCCURS_IN_ABNORMAL_PHI, SSA_NAME_IN_FREE_LIST,
5845         PHI_RESULT, PHI_REWRITTEN, PHI_NUM_ARGS,
5846         PHI_ARG_CAPACITY, PHI_ARG_ELT, PHI_ARG_EDGE, PHI_ARG_DEF,
5847         EREF_PROCESSED, EREF_ID, EREF_NAME, EREF_STMT,
5848         EREF_RELOAD, EREF_SAVE, EREF_CLASS, EREF_INJURED,
5849         EREF_TEMP, EUSE_DEF, EUSE_PHIOP, EUSE_INSERTED,
5850         EUSE_LVAL, EPHI_NUM_ARGS, EPHI_ARG_CAPACITY,
5851         EPHI_ARG_ELT, EPHI_ARG_EDGE, EPHI_ARG_PRED, EPHI_ARG_DEF,
5852         EPHI_ARG_INJURED, EPHI_ARG_DELAYED_RENAME,
5853         EPHI_ARG_HAS_REAL_USE, EPHI_ARG_STOPS,
5854         EPHI_ARG_PROCESSED2, EPHI_IDENTITY, EPHI_IDENT_INJURED,
5855         EPHI_REP_OCCUR_KNOWN, EPHI_IDENTICAL_TO, EPHI_DOWNSAFE,
5856         EPHI_CANT_BE_AVAIL, EPHI_DEAD, EPHI_USES, EPHI_STOPS,
5857         TREE_VISITED, SSA_VAR_P, DECL_NUM_STMTS,
5858         DECL_HARD_REGISTER, DECL_PTA_ALIASVAR, LABEL_DECL_UID,
5859         DECL_NEEDS_TO_LIVE_IN_MEMORY_INTERNAL,
5860         STATEMENT_LIST_HEAD, STATEMENT_LIST_TAIL, TDF_RAW,
5861         TDF_DETAILS, TDF_STATS, TDF_BLOCKS, TDF_VOPS, TDF_LINENO,
5862         TDF_UID,): Define.
5863         (TREE_NO_UNUSED_WARNING, EXPR_WFL_EMIT_LINE_NOTE,
5864         EXPR_WFL_NODE, EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME,
5865         EXPR_WFL_LINECOL, EXPR_WFL_LINENO, EXPR_WFL_COLNO,
5866         EXPR_WFL_SET_LINECOL): Remove.
5867         (phi_node_elt_check_failed, ephi_node_elt_check_failed,
5868         make_phi_node, init_phinodes, fini_phinodes,
5869         release_phi_node, phinodes_print_statistics,
5870         init_ssanames, fini_ssanames, make_ssa_name,
5871         release_ssa_name, ssanames_print_statistics,
5872         annotate_with_file_line, build_empty_stmt,
5873         annotate_with_locus, expr_only, categorize_ctor_elements,
5874         count_type_elements, add_var_to_bind_expr, is_essa_node,
5875         expand_stack_alloc, expand_stack_save,
5876         expand_stack_restore, add_case_node, operand_equal_p,
5877         nondestructive_fold_unary_to_constant,
5878         nondestructive_fold_binary_to_constant,
5879         fold_read_from_constant_string, int_const_binop,
5880         strip_float_extensions, simplify_builtin, c_strlen,
5881         recompute_tree_invarant_for_addr_expr,
5882         needs_to_live_in_memory, make_vector,
5883         setjmp_vars_warning, update_alignment_for_field,
5884         expand_asm_expr, asm_op_is_mem_input,
5885         containing_blocks_have_cleanups_or_stack_level,
5886         create_artificial_label, gimplify_function_tree,
5887         get_name, unshare_expr, walk_tree,
5888         walk_tree_without_duplicates, in_gimple_form): Declare.
5889         (struct tree_exp): Add fields locus and block.
5890         (struct tree_ssa_name, struct edge_def, struct
5891         tree_phi_node, struct tree_eref_common, struct
5892         tree_euse_node, struct ephi_arg_d, struct tree_ephi_node,
5893         union alias_var_def, struct tree_statement_list_node,
5894         struct tree_statement_list, enum operand_equal_flag): Declare.
5895         (enum tree_node_structure_enum): Add TS_SSA_NAME,
5896         TS_PHI_NODE, TS_EPHI_NODE, TS_EUSE_NODE, TS_EREF_NODE,
5897         TS_STATEMENT_LIST.
5898         (union tree_node): Add fields ssa_name, phi, eref, ephi,
5899         euse and stmt_list.
5900         (function_cannot_inline_p, uninitialized_vars_warning,
5901         save_for_inline, output_inline_function, all_cases_count,
5902         check_for_full_enumeration_handling,
5903         declare_nonlocal_label): Remove.
5904         (enum tree_dump_index): Add TDI_none, TDI_tu,
5905         TDI_generic, TDI_nested, TDI_vcg, TDI_xml.
5906         * unroll.c (unroll_loop): Don't clear map->inline_target.
5907         * unwind-sjlj.c (uw_install_context): Make a proper static inline
5908         function.
5909         * value-prof.c (value_prof_hooks): New.
5910         (find_values_to_profile): Rename to rtl_find_values_to_profile.
5911         Move rtl-specific bits in from branch_prob.
5912         (value_profile_transformations): Rename to
5913         rtl_value_profile_transformations.
5914         (struct value_prof_hooks): New.
5915         (rtl_value_prof_hooks): New.
5916         (rtl_register_value_prof_hooks): New.
5917         (tree_find_values_to_profile): New stub.
5918         (tree_value_profile_transformations): New stub.
5919         (tree_value_prof_hooks): New stub.
5920         (tree_register_value_prof_hooks): New stub.
5921         (find_values_to_profile): New.
5922         (value_profile_transformations): New.
5923         * value-prof.h: Add multiple inclusion guard.
5924         (struct histogram_value): Change rtx fields to void *.
5925         (rtl_register_value_prof_hooks): New declaration.
5926         (tree_register_value_prof_hooks): New declaration.
5927         (find_values_to_profile): New declaration.
5928         (free_profiled_values): New declaration.
5929         (value_profile_transformations): New declaration.
5930         (struct profile_hooks): New declaration.
5931         (init_branch_prob): Declaration moved from rtl.h.
5932         (branch_prob): Declaration moved from rtl.h.
5933         (end_branch_prob): Declaration mooved from rtl.h.
5934         (tree_register_profile_hooks): New declaration.
5935         (rtl_register_profile_hooks): New declaration.
5936         (tree_profile_hooks): New declaration.
5937         (rtl_profile_hooks): New declaration.
5938         * varasm.c: Include tree-mudflap.h.
5939         (TRAMPOLINE_ALIGNMENT): Remove.
5940         (make_decl_rtl): Call mudflap_enqueue_decl.
5941         (assemble_static_space):
5942         (assemble_trampoline_template): Set and return
5943         TRAMPOLINE_ALIGNMENT.
5944         * varray.c (element): Add GENERIC_PTR_NOGC entry.
5945         Add entry for 'tree *'.
5946         Add entry for struct edge_def *.
5947         (varray_copy): New.
5948         * varray.h (enum varray_data_enum): Add
5949         VARRAY_DATA_GENERIC_NOGC, VARRAY_DATA_EDGE and
5950         VARRAY_DATA_TREE_PTR.
5951         (union varray_data_tag): Corresponding changes.
5952         (VARRAY_GENERIC_PTR_NOGC_INIT, VARRAY_EDGE_INIT,
5953         VARRAY_TREE_PTR_INIT, VARRAY_GENERIC_PTR_NOGC,
5954         VARRAY_EDGE, VARRAY_TREE_PTR,
5955         VARRAY_PUSH_GENERIC_PTR_NOGC, VARRAY_PUSH_EDGE,
5956         VARRAY_PUSH_TREE_PTR, VARRAY_TOP_GENERIC_PTR_NOGC,
5957         VARRAY_TOP_EDGE, VARRAY_TOP_TREE_PTR): Define.
5958
5959         * config/*/*: Various updates for changed macros, tree
5960         codes, etc.  Check ChangeLog.tree-ssa.
5961
5962         * doc/cfg.texi: New file.
5963         * doc/tree-ssa.texi: New file.
5964         * doc/c-tree.texi: Document new codes.
5965         * doc/gccint.texi: Include new files.
5966         * doc/install.texi: Document new features.
5967         * doc/invoke.texi: Document new switches.
5968         * doc/passes.texi: Document new passes.
5969         * doc/rtl.texi: Update changed RTL codes.
5970         * doc/sourcebuild.texi: Update build instructions.
5971         * doc/standards.texi: Document Fortran changes.
5972         * doc/tm.texi: Update.
5973
5974 2004-05-12  Paolo Bonzini  <bonzini@gnu.org>
5975
5976         Replace several arrays with a struct of arrays.
5977         * combine.c (struct reg_stat): New.
5978         (init_reg_last_arrays): Renamed to...
5979         (init_reg_last): ...this.  Callers adjusted.
5980         (reg_stat): New.
5981         (combine_instructions): Allocate it and use it.
5982         (reg_last_death, reg_last_set, reg_last_set_value,
5983         reg_last_set_label, reg_last_set_table_tick,
5984         reg_last_set_invalid, reg_nonzero_bits, reg_sign_bit_copies,
5985         reg_last_set_mode, reg_last_set_nonzero_bits,
5986         reg_last_set_sign_bit_copies): Replace throughout
5987         with items of reg_stat.
5988
5989 2004-05-11  Kaz Kojima  <kkojima@gcc.gnu.org>
5990
5991         PR optimization/15100
5992         * combine.c (distribute_notes): Don't create a dangling
5993         REG_LIBCALL/REG_RETVAL note.
5994
5995 2004-05-11  Aldy Hernandez  <aldyh@redhat.com>
5996
5997         * config/rs6000/spe.md (spe_evneg): Rename to negv2si2.
5998
5999         * config/rs6000/rs6000.c (bdesc_1arg): Change spe_evneg to
6000         negv2si2.
6001
6002 2004-05-11  Aldy Hernandez  <aldyh@redhat.com>
6003
6004         * doc/md.texi (Standard Names): Fix typo in vec_init description.
6005
6006 2004-05-11  Geoffrey Keating  <geoffk@apple.com>
6007
6008         * doc/gty.texi (GTY Options): Clarify example.
6009
6010 2004-05-11  Fariborz Jahanian  <fjahanian@apple.com>
6011
6012         * config/rs6000/rs6000.c (rs6000_handle_altivec_attribute):
6013         Add const qualifier to altivec vector type if one is needed.
6014
6015 2004-05-11  Paul Brook  <paul@codesourcery.com>
6016
6017         * flags.h (flag_short_enums): Update comment.
6018         * opts.c (decode_options): Set flag_short_enums to 2.
6019         * toplev.c (flag_short_enums): Update comment.
6020         (process_options): Call default_short_enums target hook.
6021
6022 2004-05-11  Andrew Pinski  <pinskia@gcc.gnu.org>
6023
6024         PR target/14063
6025         * config/rs6000/altivec.md (altivec_dssall):
6026         Change to unspec_volatile.
6027         (altivec_dss): Likewise.
6028
6029 2004-05-10  Aldy Hernandez  <aldyh@redhat.com>
6030
6031         * config/rs6000/altivec.md ("one_cmplv16qi2"): Change vnot to
6032         vnor.
6033         ("one_cmplv8hi2"): Same.
6034         ("one_cmplv4si2"): Same.
6035
6036 2004-05-10  Kaz Kojima  <kkojima@gcc.gnu.org>
6037
6038         PR target/15130
6039         * config/sh/sh-protos.h (sh_expand_epilogue): Change prototype.
6040         * config/sh/sh.c (output_stack_adjust): Take the sibcall epilogue
6041         into account.  Compute the correct number of general registers
6042         for the return value.  Generate a special push/pop sequence when
6043         failing to get a temporary register for non SHmedia epilogue.
6044         (sh_expand_epilogue): Add an argument to show whether it's for
6045         sibcall or not.  Set the 3rd argument of output_stack_adjust to
6046         -1 if needed.
6047         (sh_need_epilogue): Call sh_expand_epilogue with 0.
6048         * config/sh/sh.md (sibcall_epilogue): Call sh_expand_epilogue
6049         with 1.
6050         (epilogue): Call sh_expand_epilogue with 0.
6051
6052 2004-05-10  Andrew Pinski  <pinskia@physics.uc.edu>
6053
6054         * gcse.c (eliminate_partially_redundant_loads): Instead of returning early,
6055         goto a cleanup label.  After the cleanup, free the allocated memory.
6056
6057 2004-05-10  Ziemowit Laski  <zlaski@apple.com>
6058
6059         * config/rs6000/altivec.h (vec_sld): Add overloads for
6060         argument/return types of 'vector bool int', 'vector bool short'
6061         and 'vector bool char'.
6062
6063 2004-05-10  Zack Weinberg  <zack@codesourcery.com>
6064
6065         * c-decl.c (store_parm_decls_newstyle): Correct test for a
6066         nested function.
6067
6068 2004-05-10  Richard Sandiford  <rsandifo@redhat.com>
6069
6070         * read-rtl.c (read_rtx): Allow 's' and 'T' strings to be omitted,
6071         treating missing ones as "".
6072         * config/mips/mips.md: Remove constraints from match_operands and
6073         match_scratches if they appear in define_expands (except reload*),
6074         define_peephole2s, define_splits or attribute specifications.
6075         * config/mips/7000.md, config/mips/sb1.md: Remove match_operand
6076         constraint strings.
6077
6078 2004-05-10  Alan Modra  <amodra@bigpond.net.au>
6079
6080         * config/rs6000/rs6000.c (function_arg_boundary): Always align
6081         AltiVec vectors.
6082         (function_arg_advance): Pass TARGET_32BIT -mabi=no-altivec AltiVec
6083         vectors by refererence.  Align the same for TARGET_64BIT to a 16
6084         byte boundary.  Remove useless code.  Add function comment.
6085         (function_arg): Similarly.  Move gpr rs6000_mixed_function_arg
6086         call to where it belongs.
6087         (function_arg_partial_nregs): Return true for all TARGET_32BIT
6088         -mabi=no-altivec AltiVec vectors.  Fix debug output.
6089         (rs6000_va_arg): Adjust for AltiVec change.
6090
6091 2004-05-10  Paul Brook  <paul@codesourcery.com>
6092
6093         * config/arm/arm.c (arm_promote_prototypes): Use TARGET_AAPCS_BASED.
6094         * config/arm/arm.h (TARGET_AAPCS_BASED): Define.
6095         (TARGET_DOUBLEWORD_ALIGN): Use it.
6096         (WCHAR_TYPE): Define.
6097         (WCHAR_SIZE_TYPE): Define.
6098         (SIZE_TYPE): Define.
6099
6100 2004-05-10  Alan Modra  <amodra@bigpond.net.au>
6101
6102         * config/rs6000/rs6000.c (function_arg_boundary): Align for ABI_V4
6103         when size is 8 bytes.
6104         (function_arg_advance): Account for stack space used by AltiVec
6105         args when -mabi=altivec.  Simplify alignment calculations.  For
6106         ABI_V4, pass AltiVec vectors by reference when -mabi=no-altivec.
6107         (function_arg): Similarly.
6108         (function_arg_pass_by_reference): True for ABI_V4 AltiVec when
6109         not AltiVec ABI.
6110         (rs6000_va_arg): Correct fp arg test.  Adjust for AltiVec change.
6111         Correct alignment, and align before testing reg count.  Remove
6112         TREE_THIS_VOLATILE from reg.  Don't emit unused labels.
6113         (rs6000_complex_function_value): Check TARGET_HARD_FLOAT and
6114         TARGET_FPRS here..
6115         (rs6000_function_value): .. not here before call.
6116
6117 2004-05-09  Aldy Hernandez  <aldyh@redhat.com>
6118
6119         * config/rs6000/spe.md ("tstsflt_gpr"): Fix typo in unspec.
6120
6121 2004-05-09  Zack Weinberg  <zack@codesourcery.com>
6122
6123         PR 15007
6124         * c-decl.c (current_file_decl): Rename to all_translation_units,
6125         adjust comment.
6126         (pop_scope): If popping file_scope, construct a
6127         TRANSLATION_UNIT_DECL and make it the context of all the
6128         symbols in the scope.
6129         (push_file_scope): Don't construct a TRANSLATION_UNIT_DECL here.
6130         (pushdecl): Clarify comment.  Do not set DECL_CONTEXT of
6131         anything to current_file_decl.
6132         (pushdecl_top_level): Likewise.
6133         (store_parm_decls_newstyle): Adjust check for nested function.
6134         (c_write_global_declarations): Update for renamed variable.
6135
6136 2004-05-09  Aldy Hernandez  <aldyh@redhat.com>
6137
6138         * config/rs6000/rs6000-protos.h
6139         (rs6000_conditional_register_usage): Protoize.
6140
6141         * config/rs6000/rs6000.c (rs6000_conditional_register_usage): New.
6142
6143         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Call
6144         function.
6145
6146 2004-05-08  Roger Sayle  <roger@eyesopen.com>
6147
6148         * fold-const.c (fold_div_compare): New function to optimize X/C1 op C2
6149         where op is a comparison operator and C1 and C2 are integer constants
6150         into a range check.
6151         (fold): Call fold_div_compare.
6152
6153 2004-05-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6154
6155         * doc/install.texi (sparc-sun-solaris2*): Document bootstrap
6156         problems with earlier versions of the GNU compiler.
6157
6158 2004-05-07  Aldy Hernandez  <aldyh@redhat.com>
6159
6160         * config/rs6000/rs6000-protos.h (rs6000_hard_regno_mode_ok_p):
6161         Declare.
6162
6163         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok_p): New.
6164         (rs6000_hard_regno_mode_ok): New.
6165         (rs6000_init_hard_regno_mode_ok): New.
6166         (rs6000_override_options): Call rs6000_init_hard_regno_mode_ok.
6167
6168         * config/rs6000/rs6000.h (HARD_REGNO_NREGS): Use precomputed
6169         result.
6170
6171 2004-05-07  Ziemowit Laski  <zlaski@apple.com>
6172
6173         * config/rs6000/altivec.h (vector, pixel, bool): Do not
6174         define as macros #ifdef __APPLE_ALTIVEC__.
6175
6176 2004-05-07  Fariborz Jahanian  <fjahanian@apple.com>
6177
6178         * config/rs6000/rs6000.c (rs6000_mixed_function_arg):
6179         Generate appropriate parallels for vector arguments
6180         passed to vararg functions. (function_arg): make the call
6181         to rs6000_mixed_function_arg for vector args as needed.
6182
6183 2004-05-07  Richard Sandiford  <rsandifo@redhat.com>
6184
6185         * config/mips/mips.c (mips_va_arg): Fix calculation of osize for
6186         EABI_FLOAT_VARARGS_P.
6187
6188 2004-05-07  Richard Sandiford  <rsandifo@redhat.com>
6189
6190         * config/mips/mips.h (ISA_HAS_BRANCHLIKELY): Remove TARGET_MIPS5500.
6191         * config/mips/mips.c (override_options): Disable branch likely
6192         instructions if TUNE_MIPS5500.
6193
6194 2004-05-07  Richard Sandiford  <rsandifo@redhat.com>
6195
6196         * config/mips/mips.c (override_options): Allow the hi and lo registers
6197         to store any integral mode, not just MODE_INTs.
6198
6199 2004-05-07  Paul Brook  <paul@codesourcery.com>
6200
6201         * config/arm/arm.c (arm_promote_prototypes): Use TARGET_AAPCS_BASED.
6202         * config/arm/arm.h (TARGET_AAPCS_BASED): Define.
6203         (TARGET_DOUBLEWORD_ALIGN): Use it.
6204         (WCHAR_TYPE): Define.
6205         (WCHAR_SIZE_TYPE): Define.
6206         (SIZE_TYPE): Define.
6207
6208 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
6209
6210         * config/i386/i386.c (ix86_emit_fp_unordered_jump): Use
6211         testb $4, %ah insn instead of sahf insn if !TARGET_USE_SAHF.
6212
6213 2004-05-07  Andrew Pinski  <pinskia@physics.uc.edu>
6214
6215         * loop-doloop.c (doloop_valid_p): Make sure that body
6216         gets freed.
6217
6218 2004-05-07  Eric Botcazou  <ebotcazou@act-europe.fr>
6219
6220         * config/sparc/sparc-protos.h (sparc_skip_caller_unimp): New
6221         declaration.
6222         * config/sparc/sparc.c (SKIP_CALLERS_UNIMP_P): Delete.
6223         (sparc_skip_caller_unimp): New global variable.
6224         (sparc_function_epilogue): Set 'sparc_skip_caller_unimp'.
6225         Use it instead of SKIP_CALLERS_UNIMP_P.
6226         * config/sparc/sparc.md (call expander): Add sanity check.
6227         (call_address_struct_value_sp32): Re-sync with expander.
6228         (call_symbolic_struct_value_sp32): Likewise.
6229         (return peepholes): Use 'sparc_skip_caller_unimp' instead
6230         of custom predicate.
6231
6232 2004-05-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
6233
6234         PR c++/14962
6235         * c-pragma.c (handle_pragma_redefine_extname): Only change
6236         the assembler name of FUNCTION_DECLs and VAR_DECLs.
6237
6238 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
6239
6240         * optabs.h (enum optab_index): Add new OTI_log1p.
6241         (log1p_optab): Define corresponding macro.
6242         * optabs.c (init_optabs): Initialize log1p_optab.
6243         * genopinit.c (optabs): Implement log1p_optab using log1p?f2
6244         patterns.
6245         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_LOG1P{,F,L}
6246         using log1p_optab.
6247         (expand_builtin): Expand BUILT_IN_LOG1P{,F,L} using
6248         expand_builtin_mathfn if flag_unsafe_math_optimizations is set.
6249
6250         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2XP1.
6251
6252         * config/i386/i386.c (ix86_emit_i387_log1p): New function.
6253         * config/i386/i386-protos.h (ix86_emit_i387_log1p):
6254         Prototype here.
6255         * config/i386/i386.md (UNSPEC_FYL2XP1): New unspec to represent
6256         x87's fyl2xp1 instruction.
6257         (*fyl2x_xf3): Rename insn definition to fyl2x_xf3.
6258         (fyl2xp1_xf3): New pattern to implement fyl2xp1 x87 instruction.
6259         (log1psf2, log1pdf2, log1pxf2): New expanders to implement log1pf,
6260         log1p  and log1pl built-ins as inline x87 intrinsics.
6261
6262 2004-05-07  Loren James Rittle  <ljrittle@acm.org>
6263
6264         * config/alpha/freebsd.h (SUBTARGET_EXTRA_SPECS): Proper redefinition.
6265         * config/arm/freebsd.h: Likewise.
6266         * config/ia64/freebsd.h: Likewise.
6267         * config/sparc/freebsd.h: Likewise.
6268
6269 2004-05-07  Hans-Peter Nilsson  <hp@axis.com>
6270
6271         PR optimization/15296
6272         * reorg.c (fill_simple_delay_slots): Use next_real_insn when
6273         getting last consecutive label at a branch.
6274         (relax_delay_slots): Similar, near top of loop.
6275
6276 2004-05-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6277
6278         PR target/15202
6279         * pa.md (movdi, movsi, movhi, movqi): Support move from shift amount
6280         register to general register.
6281
6282 2004-05-07  Alan Modra  <amodra@bigpond.net.au>
6283
6284         * config/rs6000/rs6000.h (STACK_BOUNDARY): Use 128 bit for either
6285         TARGET_ALTIVEC or TARGET_ALTIVEC_ABI.
6286         * config/rs6000/sysv4.h (ABI_STACK_BOUNDARY): Likewise.
6287         (STACK_BOUNDARY): Delete.
6288
6289 2004-05-06  Stuart Hastings  <stuart@apple.com>
6290
6291         * gcc/doc/invoke.texi: Restore -fgcse-after-reload doc from 1.421,
6292         mistakenly clobbered by 1.423.
6293
6294 2004-05-06  Richard Sandiford  <rsandifo@redhat.com>
6295
6296         * doc/invoke.texi: Document -mvr4130-align.
6297         * config/mips/mips.h (MASK_VR4130_ALIGN, TARGET_VR4130_ALIGN)
6298         (TUNE_MIPS4120, TUNE_MIPS4130): New macros.
6299         (TUNE_MACC_CHAINS): Include TUNE_MIPS4120 and TUNE_MIPS4130.
6300         (TARGET_SWITCHES): Add -mvr4130-align and -mno-vr4130-align.
6301         * config/mips/mips.md: Include sched-int.h.
6302         (USEFUL_INSN_P, SEQ_BEGIN, SEQ_END, FOR_EACH_SUBINSN): New macros.
6303         (mips_rtx_costs): Set integer multiplication costs for TUNE_MIPS4130.
6304         (override_options): Enable -mvr4130-align at -O3 and above.
6305         (mips_sim_insn): New variable.
6306         (mips_sim): New structure.
6307         (mips_sim_reset, mips_sim_init, mips_sim_next_cycle, mips_sim_wait_reg)
6308         (mips_sim_wait_regs_2, mips_sim_wait_regs_1, mips_sim_wait_regs)
6309         (mips_sim_wait_units, mips_sim_wait_insn, mips_sim_record_set)
6310         (mips_sim_issue_insn, mips_sim_issue_nop, mips_sim_finish_insn)
6311         (vr4130_avoid_branch_rt_conflict, vr4130_align_insns): New functions.
6312         (mips_reorg): Call vr4130_align_insns.
6313         (vr4130_last_insn): New variable.
6314         (vr4130_true_reg_dependence_p_1, vr4130_true_reg_dependence_p)
6315         (vr4130_swap_insns_p, vr4130_reorder): New functions.
6316         (mips_sched_reorder, mips_variable_issue): Hook in vr4130 code.
6317         (mips_issue_rate): Return 2 for PROCESSOR_R4130.
6318         (mips_use_dfa_pipeline_interface): Return true for the same.
6319         * config/mips/4130.md: New file.
6320         * config/mips/mips.md: Include it.  Add a peephole2 to convert
6321         "mult;mflo" into "mtlo;macc".
6322         (*macc, *umul_acc_di, *smul_acc_di): Use $1 rather than $0 as the
6323         target of maccs.
6324         (*msac_using_macc): New pattern.
6325
6326 2004-05-06  Richard Sandiford  <rsandifo@redhat.com>
6327
6328         * config/mips/5500.md (ir_vr55_store): Set latency to 0.
6329         (ir_vr55_hilo): Split into...
6330         (ir_vr55_mfhilo, ir_vr55_mthilo): ...these new reservations.
6331         (ir_vr55_imul_si, ir_vr55_imadd): Change latency to 5.
6332         (ir_vr55_imul_di): Change latency to 9.  Reserve vr55_mac for 4 cycles.
6333         Add various multiplication bypasses.
6334         * config/mips/mips.c (mips_rtx_costs): Adjust VR5500 costs for integer
6335         multiplication.
6336
6337 2004-05-06  Uros Bizjak  <uros@kss-loka.si>
6338
6339         * config/i386/i386.md (*fscalexf4): Correct insn "mode"
6340         attribute to "XF".
6341
6342 2004-05-05  Uros Bizjak  <uros@kss-loka.si>
6343
6344         * optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem.
6345         (fmod_optab, drem_optab): Define corresponding macros.
6346         * optabs.c (init_optabs): Initialize fmod_optab and drem_optab.
6347         * genopinit.c (optabs): Implement fmod_optab and drem_optab
6348         using fmod?f3 and drem?f3 patterns.
6349         * builtins.c (expand_builtin_mathfn_2): Handle BUILT_IN_FMOD{,F,L}
6350         using fmod_optab and BUILT_IN_DREM{,F,L} using drem_optab.
6351         (expand_builtin): Expand BUILT_IN_FMOD{,F,L} and
6352         BUILT_IN_DREM{,F,L} using expand_builtin_mathfn_2 if
6353         flag_unsafe_math_optimizations is set.
6354
6355         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FPREM_F,
6356         UNSPEC_FPREM_U, UNSPEC_FPREM1_F and UNSPEC_FPREM1_U.
6357
6358         * config/i386/i386.c (ix86_emit_fp_unordered_jump): New function.
6359         * config/i386/i386-protos.h (ix86_emit_fp_unordered_jump):
6360         Prototype here.
6361         * config/i386/i386.md (UNSPEC_FPREM_F, UNSPEC_FPREM_U,
6362         UNSPEC_FPREM1_F, UNSPEC_FPREM1_U): New unspecs to represent x87's
6363         fprem and fprem1 instructions.
6364         (*x86_fnstsw_1): Change input parameter to (reg:CCFP 18).
6365         Rename insn definition to x86_fnstsw_1.
6366         (fpremxf4, fprem1xf4): New patterns to implement fprem and fprem1
6367         x87 instructions.
6368         (fmodsf3, fmoddf3, fmodxf3): New expanders to implement fmodf, fmod
6369         and fmodl built-ins as inline x87 intrinsics.
6370         (dremsf3, dremdf3, dremxf3): New expanders to implement dremf, drem
6371         and dreml built-ins as inline x87 intrinsics.
6372
6373 2004-05-05  Roger Sayle  <roger@eyesopen.com>
6374
6375         * reload1.c (inherit_piecemeal_p): Mark parameters potentially unused.
6376
6377 2004-05-05  Ian Lance Taylor  <ian@wasabisystems.com>
6378
6379         PR driver/9822
6380         * doc/invoke.texi (Spec Files): Remove documentation of %c.
6381
6382 2004-05-05  Chris Demetriou  <cgd@broadcom.com>
6383
6384         * config/mips/mips.md: Update the msub define_split for new mflo/mfhi
6385         representation.
6386
6387 2004-05-06  Paul Brook  <paul@codesourcery.com>
6388
6389         * config/arm/arm-protots.h (vfp_mem_operand): Rename ...
6390         (arm_coproc_mem_operand): ... To this.
6391         * config/arm/arm.c (arm_legitimate_address_p): Allow ldrd modes.
6392         (arm_legitimate_index_p): Ditto.
6393         (vfp_mem_operand): Rename ...
6394         (arm_coproc_mem_operand): ... To this.  Handle writeback modes.
6395         (vfp_secondary_reload_class): Use it.
6396         (output_move_double): Use doubleword load/store instructions.
6397         (arm_hard_regno_mode_ok): Only allow even reg pairs for ldrd.
6398         * config/arm/arm.h (TARGET_LDRD): Define.
6399         (EXTRA_CONSTRAINT_STR_ARM): Add 'Uy'.
6400         * config/gcc/arm/arm.md (arm_movdi): Allow all valid memory operands.
6401         New splitter for invalid doubleword loads.
6402         * config/arm/iwmmxt.md (iwmmxt_arm_movdi): Use Uy constraint.
6403         * config/arm/vfp.md (arm_movdi_vfp): Allow all valid memory operands.
6404         * doc/md.texi: Document Uy constraint.
6405
6406 2004-05-05  Jan Hubicka  <jh@suse.cz>
6407
6408         PR opt/14980
6409         * cgraphunit.c (cgraph_remove_unreachable_nodes): Deal properly with
6410         inline clones.
6411
6412 2004-05-05  H.J. Lu  <hongjiu.lu@intel.com>
6413
6414         PR target/15290
6415         * config/i386/i386.c (ix86_split_to_parts): Use real_to_target
6416         instead of REAL_VALUE_TO_TARGET_LONG_DOUBLE.
6417
6418 2004-05-05  Mike Stump  <mrs@apple.com>
6419
6420         * config/darwin-c.c (add_framework): Copy the directory name as it
6421         can be freed later.  Also, ensure we always allocate enough room
6422         for the cached framework information.
6423         (find_subframework_header): Keep track of the directory where the
6424         subframework header was found.
6425         (framework_construct_pathname): Speed up by not trying to re-add a
6426         framework.
6427         * cppfiles.c (search_path_exhausted): Arrange for the missing
6428         header callback to be able to set the directory where the header
6429         was found.
6430         (cpp_get_dir): Add.
6431         * cpplib.h (missing_header_cb): Add a parameter.
6432         (cpp_get_dir): Add.
6433
6434 2004-05-03  Mike Stump  <mrs@apple.com>
6435
6436         * doc/invoke.texi (Directory Options): Document -iquote.
6437         * doc/cpp.texi: Likewise.
6438         * doc/cppopts.texi: Likewise.
6439         * c-opts.c (c_common_missing_argument): Add -iquote processing.
6440         (c_common_handle_option): Likewise.
6441         * c.opt (iquote): Add.
6442         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -iquote.
6443         * c-incpath.c (merge_include_chains): Update comment to use -iquote.
6444
6445         * c-opts.c (case OPT_I): Deprecate -I- support.
6446         * doc/invoke.texi: Likewise.
6447         * doc/cpp.texi: Likewise.
6448         * doc/cppopts.texi: Likewise.
6449
6450 2004-05-05  Steven Bosscher  <stevenb@suse.de>
6451
6452         * basic-block.h (free_basic_block_vars): Update prototype.
6453         * flow.c (free_basic_block_vars): Remove the keep_head_end_p
6454         argument.
6455         (life_analysis): Update call.
6456         * ifcvt.c (if_convert): Likewise.
6457         * sibcall.c (optimize_sibling_and_tail_recursive_call): Likewise.
6458         * passes.c (rest_of_handle_final): Likewise.
6459         (rest_of_compilation): Likewise.
6460         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
6461
6462         * emit-rtl.c (next_real_insn): Use INSN_P.
6463         (prev_real_insn): Likewise.
6464
6465 2004-05-05  Eric Christopher  <echristo@redhat.com>
6466
6467         * config/mips/mips.md: Update the madd define_split for new mflo/mfhi
6468         representation.
6469
6470 2004-05-05  Paolo Bonzini  <bonzini@gnu.org>
6471
6472         * config/rs6000/rs6000.c (build_opaque_vector_type):
6473         New function.
6474         (rs6000_init_builtins): Use it.
6475
6476 2004-05-04  Bernard Giroud  <bgiroud2@free.fr>
6477
6478         * gcc/gcc/vmsdbgout.c (vms_func_node, vms_func_ref): New.
6479         (func_table): Change type from char ** to vms_func_ref.
6480         (write_rtnbeg):  Update to reflect func_table change.  Use
6481         fde->funcdef_number instead of rtnnum in output.
6482         (write_rtnend, vmxdbgout_begin_function, vmsdbgout_init): Likewise.
6483
6484 2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
6485             Richard Henderson  <rth@redhat.com>
6486
6487         PR target/14899
6488
6489         * c-common.c (vector_types_convertible_p): New function.
6490         * c-typeck.c (comptypes): Recurse on vector types.
6491         (convert_for_assignment): Use vector_types_convertible_p.
6492         (digest_init): Use vector_types_convertible_p to check
6493         validness of constant vector initializers; otherwise treat
6494         them as scalars.
6495         * tree.c (make_or_reuse_type): New.
6496         (build_common_tree_nodes): Use it.
6497         * cp/call.c (standard_conversion): Likewise.
6498         * cp/typeck.c (comptypes): Recurse on vector types.
6499         (convert_for_assignment): Use vector_types_convertible_p.
6500
6501 2004-05-04  Chris Demetriou  <cgd@broadcom.com>
6502
6503         * config/mips/mips.c (override_options): Default to no
6504         generation of branch-likely operations when tuning for
6505         CPUs where they tend to have a negative performance impact
6506         (e.g., SB-1).
6507
6508 2004-05-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6509
6510         * expr.c (store_constructor_field): Don't call store_constructor
6511         if bitsize is not a multiple of a byte.
6512
6513 2004-05-04  Richard Sandiford  <rsandifo@redhat.com>
6514
6515         * reload1.c (inherit_piecemeal_p): New function.
6516         (emit_reload_insns): When reloading a group of hard registers, use
6517         inherit_piecemeal_p to decide whether the values of individual hard
6518         registers can be inherited.
6519
6520 2004-05-04  H.J. Lu  <hongjiu.lu@intel.com>
6521
6522         * config/ia64/t-ia64 (LIB2ADDEH): Remove gthr-gnat.c.
6523         * config/s390/t-tpf (LIB2ADDEHDEP): Likewise.
6524         * config/t-linux (LIB2ADDEHDEP): Likewise.
6525
6526 2004-05-04  Paul Brook  <paul@codesourcery.com>
6527
6528         * config/arm/crti.asm: Push an even number of registers.
6529         * config/arm/crtn.asm: And restore them.  Load via sp.
6530
6531 2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
6532
6533         * ggc-zone.c (ggc_alloc_zone_1): Add MEM_STAT_DECL parameter.
6534         Collect overhead information.
6535         (ggc_alloc_stat): New name of ggc_alloc.  Add MEM_STAT_DECL
6536         parameter and pass it through.
6537         (ggc_alloc_typed_stat): New name of ggc_alloc_typed.  Add
6538         MEM_STAT_DECL parameter and pass it through.
6539         (ggc_alloc_zone_stat): New name of ggc_alloc_zone.  Add
6540         MEM_STAT_DECL parameter and pass it through.
6541
6542 2004-05-03  Aldy Hernandez  <aldyh@redhat.com>
6543
6544         * config/rs6000/rs6000-protos.h: Protoize rs6000_hard_regno_nregs.
6545
6546         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs): New.
6547
6548         * config/rs6000/rs6000.h (HARD_REGNO_NREGS): Call
6549         rs6000_hard_regno_nregs.
6550
6551 2004-05-03  Eric Christopher  <echristo@redhat.com>
6552
6553         * config/s390/s390.c (s390_emit_prologue): Call unspec tpf
6554         prologue insn instead of setting up call.
6555         (s390_emit_epilogue): Ditto.
6556         * config/s390/s390.md (prologue_tpf, epilogue_tpf): New patterns.
6557         (define_constants): Add numbers for above patterns.
6558
6559 2004-05-03  Eric Christopher  <echristo@redhat.com>
6560
6561         * config/s390/s390.h (CONDITIONAL_REGISTER_USAGE): Move body...
6562         * config/s390/s390.c (s390_conditional_register_usage): ...here.
6563         * config/s390/s390-protos.h: Prototype.
6564
6565 2004-05-03  Joe Buck <jbuck@welsh-buck.org>
6566
6567         * cppfiles.c (pchf_adder): Eliminate use of |= in d->have_once_only
6568         assignment.
6569
6570 2004-05-03  Eric Christopher  <echristo@redhat.com>
6571
6572         * config/mips/mips.md: Fix branch length attribute definition.
6573
6574 2004-05-03  Aldy Hernandez  <aldyh@redhat.com>
6575
6576         * config.gcc: Remove --enable-altivec support.
6577
6578         * config/rs6000/altivec-defs.h: Remove.
6579
6580 2004-05-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6581
6582         * fixinc/inclhack.def (svr4_profil): Don't apply on IRIX 5/6.
6583         * fixinc/fixincl.x: Regenerate.
6584
6585 2004-05-03  Uros Bizjak  <uros@kss-loka.si>
6586
6587         * config/i386/i386.md (*fyl2x_sfxf3, *fyl2x_dfxf3): Remove insn
6588         definition.
6589         (log?f2, log10?f2, log2?f2): Reimplement expanders with
6590         float_truncate insn.
6591         (*fxtractsf3, *fxtractdf3): Remove insn definition.
6592         (logb?f2): Reimplement expanders with float_truncate insn.
6593
6594 2004-05-03  Graham Stott  <graham.stott@btinternet.com>
6595
6596         PR 14718
6597         * dwarf2out.c (dwarf2out_imported_module_or_decl): Use
6598         force_type_die for CONST_DECL.
6599
6600 2004-05-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
6601             Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6602
6603         * config.gcc (sparc64-*-solaris2*, sparcv9-*-solaris2*): Add
6604         tm-dwarf2.h to tm_file.
6605         (sparc-*-solaris2*): Add tm-dwarf2.h to tm_file for Solaris 7+.
6606         * config/sparc/sol2-bi.h (PREFERRED_DEBUGGING_TYPE): Delete.
6607         (ASM_DEBUG_SPEC): Delete.
6608
6609 2004-05-03  Uros Bizjak  <uros@kss-loka.si>
6610
6611         * optabs.h (enum optab_index): Add new OTI_expm1.
6612         (expm1_optab): Define corresponding macro.
6613         * optabs.c (init_optabs): Initialize expm1_optab.
6614         * genopinit.c (optabs): Implement expm1_optab using expm1?f2
6615         patterns.
6616         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_EXPM1{,F,L}
6617         using expm1_optab.
6618         (expand_builtin): Expand BUILT_IN_EXPM1{,F,L} using
6619         expand_builtin_mathfn if flag_unsafe_math_optimizations is set.
6620
6621         * config/i386/i386.md (expm1df2, expm1sf2, expm1xf2): New expanders
6622         to implement expm1, expm1f and expm1l built-ins as inline x87
6623         intrinsics.
6624
6625 2004-05-02  Alexandre Oliva  <aoliva@redhat.com>
6626
6627         2003-11-19  Richard Sandiford  <rsandifo@redhat.com>
6628         * config/frv/frv.md (*return_true, *return_false): New patterns.
6629
6630 2004-05-02  Kazu Hirata  <kazu@cs.umass.edu>
6631
6632         * rtl.h (PHI_NODE_P): Remove.
6633
6634 2004-05-02  Eric Botcazou  <ebotcazou@act-europe.fr>
6635
6636         PR middle-end/14988
6637         * function.c (assign_stack_local_1): Use BITS_PER_UNIT alignment
6638         when passed -2 as 'align'.
6639         (put_var_into_stack): Use 'bool' as the type for the three local
6640         predicates.  Adjust calls to put_reg_into_stack.
6641         When passed a CONCAT, instruct put_reg_into_stack to use
6642         a consecutive stack slot for the second part.
6643         (put_reg_into_stack): Remove 'promoted_mode' parameter, add
6644         'consecutive_p' parameter.  Turn the three predicates into 'bool'
6645         parameters.  Retrieve the register mode from 'reg'.
6646         When consecutive_p is true, instruct assign_stack_local_1 to use
6647         BITS_PER_UNIT alignment.
6648         (put_addressof_into_stack): Use 'bool' as the type for the two
6649         local predicates. Adjust call to put_reg_into_stack.
6650
6651 2004-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6652
6653         * fold-const.c (fold_convert_const, fold): Add missing
6654         FIX_ROUND_EXPR case.
6655
6656 2004-05-02  Alexandre Oliva  <aoliva@redhat.com>
6657
6658         * configure.ac (FLEX, BISON): Only use tools from the build tree
6659         if build equals host.
6660         * configure: Rebuilt.
6661
6662         * config/frv/frv-protos.h (frv_expand_epilogue,
6663         frv_expand_fdpic_call): Add bool argument.
6664         * config/frv/frv.c (frv_function_ok_for_sibcall): New.
6665         (TARGET_FUNCTION_OK_FOR_SIBCALL): Define to it.
6666         (frv_expand_epilogue): Use new argument to decide whether to emit
6667         return instruction or copy the return address to LR.
6668         (frv_expand_fdpic_call): Inline PLT entry when emitting direct
6669         sibcalls.
6670         (sibcall_operand): New.
6671         * config/frv/frv.h (PREDICATE_CODES): call_operand doesn't match
6672         PLUS nor LABEL_REF.  Add sibcall_operand.
6673         * config/frv/frv.md (call, call_value): Pass false to
6674         frv_expand_fdpic_call.
6675         (call_fdpicdi, call_value_fdpicdi): Insert %i0 in calll.
6676         (sibcall, sibcall_internal, sibcall_fdpicdi, sibcall_value,
6677         sibcall_value_internal, sibcall_value_fdpicdi): New.
6678         (return_unsigned_true, return_unsigned_false): New.
6679         (epilogue): Adjust call to frv_expand_epilogue.
6680         (sibcall_epilogue): New.
6681
6682         * config/frv/frv.h (ASM_SPEC): Pass -mno-fdpic as -mnopic.
6683         (CPP_SPEC, CPP_SIMPLE_SPEC): Undefine __FRV_ACC__ and __FRV_FPR__
6684         before redefining them.
6685
6686 2004-05-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6687
6688         * builtins.c (fold_fixed_mathfn): New function.
6689         (fold_builtin_lround, fold_builtin): Use it.
6690
6691 2004-05-01  Jakub Jelinek  <jakub@redhat.com>
6692
6693         * config/sparc/linux64.h (TARGET_DEFAULT): Make 64-bit by default
6694         also for TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc3.
6695
6696 2004-05-01  Kazu Hirata  <kazu@cs.umass.edu>
6697
6698         * config/cris/cris.h: Revert my "fix comment typos" patch.
6699
6700 2004-05-01  Richard Sandiford  <rsandifo@redhat.com>
6701
6702         * config/mips/mips.h (TUNE_MACC_CHAINS): Fix comment.
6703
6704 2004-05-01  Falk Hueffner  <falk@debian.org>
6705
6706         * config/alpha/alpha.md (builtin_insbl, builtin_inswl,
6707         builtin_insll): Disallow 0 as first input operand.
6708
6709 2004-05-01  Falk Hueffner  <falk@debian.org>
6710
6711         * config/alpha/alpha.c (alpha_rtx_costs): Fix shiftadd costs.
6712
6713 2004-05-01  Ulrich Weigand  <uweigand@de.ibm.com>
6714
6715         PR middle-end/15054
6716         * expr.c (expand_expr_real): Do not call preserve_temp_slots
6717         on a TARGET_EXPR temp.
6718         * function.c (assign_stack_temp_for_type): Set 'keep' flag for
6719         TARGET_EXPR temp slots.
6720
6721 2004-05-01  Paolo Bonzini  <bonzini@gnu.org>
6722
6723         * simplify-rtx.c (simplify_ternary_operation): When
6724         converting an IF_THEN_ELSE to a relational op, return
6725         correct mode.
6726
6727 2004-04-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6728
6729         * builtins.c (fold_builtin_round): Fix comment typo.
6730         (fold_builtin_lround): New function.
6731         (fold_builtin): Use it.
6732
6733 2004-04-20  Andrew Pinski  <pinskia@physics.uc.edu>
6734
6735         PR target/11608
6736         * config/sh/elf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Update and make it
6737         more like the one in config/dbxelf.h.
6738
6739 2004-04-30  Zack Weinberg  <zack@codesourcery.com>
6740
6741         * tree.h (SET_ARRAY_OR_VECTOR_CHECK): Rename to SET_OR_ARRAY_CHECK
6742         and adjust definition accordingly.
6743         (TYPE_DOMAIN): Allow only SET_TYPE and ARRAY_TYPE.
6744         (TYPE_DEBUG_REPRESENTATION_TYPE): Allow only VECTOR_TYPE.
6745         * expr.c (store_constructor): Do not access TYPE_DOMAIN of a
6746         VECTOR_TYPE.
6747
6748 2004-04-30  Jason Merrill  <jason@redhat.com>
6749
6750         PR c++/14587
6751         * config/i386/winnt.c (associated_type): Look for attributes on
6752         the TYPE_MAIN_VARIANT of *this.
6753         * attribs.c (decl_attributes): If ATTR_FLAG_TYPE_IN_PLACE, also
6754         apply the attributes to the variants.
6755
6756 2004-04-30  Paul Brook  <paul@codesourcery.com>
6757
6758         * config.gcc: Simplify arm --with-{cpu,tune} test.
6759         * config/arm/arm-cores.def: Document whitespace restrictions.
6760
6761 2004-04-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6762
6763         PR other/1963
6764         * config/alpha/osf.h (SWITCHES_NEED_SPACES): Define.
6765
6766 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6767             DJ Delorie  <dj@redhat.com>
6768
6769         * config/i386/cygming.h [HAVE_GAS_PE_SECREL32_RELOC]
6770         (DWARF2_DEBUGGING_INFO): Define to enable.
6771         (DBX_REGISTER_NUMBER): Define to use the svr4 register map for
6772         DWARF2.
6773         * configure.ac (Target-specific assembler checks)
6774         <i[34567]86-*-[cygwin*|pe|mingw32*]>: New test for .secrel32
6775         relocs.
6776         * configure: Regenerate.
6777         * config.in: Likewise.
6778
6779         * config/i386/cygming.h [HAVE_GAS_PE_SECREL32_RELOC]
6780         (ASM_OUPUT_DWARF_OFFSET): Define.
6781
6782 2004-04-29  Andreas Krebbel  <krebbel1@de.ibm.com>
6783
6784         * config/s390/s390-protos.h (s390_emit_epilogue): Parameter added.
6785         (s390_emit_call): New function prototype added.
6786         (s390_tls_get_offset): Function removed.
6787         * config/s390/s390.c (s390_function_ok_for_sibcall,
6788         s390_call_saved_register_used_p): New functions.
6789         (TARGET_FUNCTION_OK_FOR_SIBCALL): Definition of target macro added.
6790         (s390_tls_get_offset): Function merged into s390_emit_tls_call_insn.
6791         (s390_emit_tls_call_insn): New function.
6792         (legitimize_tls_address): Call s390_emit_tls_call_insn instead of
6793         emit_call_insn.
6794         (s390_emit_prologue): Use s390_emit_call instead of emit_call_insn.
6795         (s390_emit_epilogue): Like s390_emit_prologue. Parameter for sibcalls
6796         added.
6797         * config/s390/s390.h (SIBCALL_REGNUM): New macro representing the
6798         register number used to hold the target address for sibcalls.
6799         * config/s390/s390.md ("sibcall", "sibcall_value", "sibcall_epilogue"):
6800         New expanders.
6801         ("*sibcall_br", "*sibcall_brc", "*sibcall_brcl", "*sibcall_value_br",
6802         "*sibcall_value_brc", "*sibcall_value_brcl"): New insns.
6803         ("call_exp", "call_value_exp", "call_value_tls", "call_value_tls_exp"):
6804         Expanders removed.
6805         ("call", "call_value"): Call s390_emit_call to emit the call patterns.
6806         ("*bras", "*brasl", "*bras_r", "*brasl_r", "*bras_tls", "*brasl_tls",
6807         "*basr", "*basr_r", "*basr_tls"): Added constraint: !SIBLING_CALL_P.
6808         ("epilogue"): Changed the call to s390_emit_epilogue to use the
6809         new parameter.
6810
6811 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
6812
6813         * bb-reorder.c, c-opts.c, cfglayout.c, cgraph.c, cgraphunit.c,
6814         cppfiles.c, fold-const.c, ggc-zone.c, loop-doloop.c, optabs.c,
6815         reg-stack.c, varasm.c, config/alpha/ev4.md,
6816         config/alpha/ev5.md, config/alpha/ev6.md, config/arm/arm.c,
6817         config/c4x/c4x.c, config/c4x/c4x.md, config/cris/cris.c,
6818         config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.c,
6819         config/frv/frv.h, config/frv/frv.md, config/h8300/h8300.c,
6820         config/i386/i386.c, config/i386/i386.md, config/i386/winnt.c,
6821         config/ia64/itanium2.md, config/ip2k/ip2k.c,
6822         config/mips/mips.c, config/mips/mips.h, config/mips/sr71k.md,
6823         config/pa/pa.c, config/s390/s390.c, config/sh/sh.c: Fix
6824         comment typos.
6825
6826 2004-04-30  Paul Brook  <paul@codesourcery.com>
6827
6828         * config.gcc: Default ep9312 to hard-float.
6829         * config/arm/arm-cores.def: Add ARCH field.
6830         * config/arm/arm.c (FL_FOR_ARCH*): Define.
6831         (arm_arch_cirrus): New variable.
6832         (all_cores): Set and use arch.
6833         (all_architectures): Ditto.
6834         (arm_arch_name): New variable.
6835         (arm_override_options): Set it. Use [SUB]TARGET_CPU_DEFAULT.
6836         Set and use arm_arch_cirrus.
6837         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Set arch defines.
6838         (enum processor_type): Update ARM_CORE define.
6839         (enum target_cpus): Add.  Replaces TARGET_CPU_* defines.
6840         (CPP_SPEC): Remove %(cpp_cpu_arch).
6841         (CPP_ARCH_DEFAULT_SPEC): Remove.
6842         (CPP_CPU_ARCH_SPEC): Remove.
6843         (EXTRA_SPECS): Don't use CPP_*ARCH*_SPEC.
6844         (FPUTYPE_DEFAULT): Don't define here.
6845
6846 2004-04-30  J"orn Rennecke <joern.rennecke@superh.com>
6847
6848         * flow.c (propagate_one_insn): Call mark_set_regs for stack pointer
6849         updates too.
6850
6851 2004-04-30  Paul Brook  <paul@codesourcery.com>
6852
6853         * arm.c (arm_needs_doubleword_align): Use mode alignment.
6854
6855 2004-04-30  Paolo Bonzini  <bonzini@gnu.org>
6856
6857         * config/altivec/altivec.h [__cplusplus] (vec_subsubs): Rename to
6858         vec_sububs.
6859         [__cplusplus] (vec_subsuhs): Rename to vec_subuhs, without
6860         duplicates.
6861
6862 2004-04-30  Uros Bizjak  <uros@kss-loka.si>
6863
6864         * config/i386/i386.md (atansf2, atandf2, atanxf2): Move near
6865         atan2?f3 expanders.
6866
6867 2004-04-29  Nick Clifton  <nickc@redhat.com>
6868
6869         Bug 14093
6870         * config/sh/sh-protos.h (sh_promote_prototypes): Declare.
6871         * config/sh/sh.c (sh_promote_prototypes): Remove declaration.
6872         Delete static from definition.
6873         * config/sh/sh.h (FUNCTION_VALUE): Add sh_promote_prototypes call.
6874
6875 2004-04-30  Uros Bizjak  <uros@kss-loka.si>
6876
6877         * reg-stack.c (subst_stack_regs_pat): <UNSPEC_SIN, UNSPEC_COS,
6878         UNSPEC_FRNDINT, UNSPEC_F2XM1>: abort() if src1 dies.
6879         <UNSPEC_SINCOS_COS, UNSPEC_TAN_ONE, UNSPEC_XTRACT_FRACT>: Same.
6880         <UNSPEC_SINCOS_SIN, UNSPEC_TAN_TAN, UNSPEC_XTRACT_EXP>: Same.
6881
6882 2004-04-29  Richard Guenther  <richard.guenther@uni-tuebingen.de>
6883
6884         * commom.opt (Wfatal-errors): Add it.
6885         * diagnostic.c (flag_fatal_errors): Define it.
6886         (diagnostic_action_after_output): Check for flag_fatal_errors.
6887         * flags.h (flag_fatal_errors): Declare it.
6888         * opts.c (common_handle_option): Add OPT_Wfatal_errors.
6889         * doc/invoke.texi (Warning Options): Document -Wfatal-errors.
6890
6891 2004-04-30  Josef Zlomek  <zlomekj@suse.cz>
6892
6893         * gcse.c (remove_reachable_equiv_notes): Delete notes also in
6894         blocks which have kill flag set.
6895
6896 2004-04-29  Ben Elliston  <bje@au.ibm.com>
6897
6898         * configure.ac (--with-as): Abort if user-supplied assembler
6899         cannot be executed.
6900         (--with-ld): Likewise for the linker.
6901         * configure: Regenerate.
6902
6903 2004-04-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6904
6905         * convert.c (convert_to_integer): Ensure `long_integer_type_node'
6906         isn't NULL before using it.
6907
6908 2004-04-29  Richard Sandiford  <rsandifo@redhat.com>
6909
6910         PR target/15189
6911         * config/mips/mips.md (load_df_low): Use default length.
6912         (load_df_high, store_df_high): Likewise.
6913
6914 2004-04-29  Kazu Hirata  <kazu@cs.umass.edu>
6915
6916         * config/mips/mips.md, config/mips/sb1.md,
6917         config/rs6000/rs6000.c: Fix comment typos.
6918
6919 2004-04-29  Kazu Hirata  <kazu@cs.umass.edu>
6920
6921         * builtins.c, cgraph.c, cgraphunit.c, final.c, fold-const.c:
6922         Fix comment typos.
6923
6924 2004-04-29  Douglas B Rupp  <rupp@gnat.com>
6925
6926         * gcc.c (DELETE_IF_ORDINARY): New macro default definition.
6927         (delete_if_ordinary): Use above macro.
6928         * config/alpha/xm-vms.h (DELETE_IF_ORDINARY): New macro VMS definition.
6929         Update copyright.
6930         * doc/hostconfig.texi (DELETE_IF_ORDINARY): Document new macro.
6931
6932 2004-04-29  Richard Earnshaw  <rearnsha@arm.com>
6933
6934         * c-decl.c (get_parm_info): Use the correct tag keywords when
6935         warning about type declarations in prototypes.
6936
6937 2004-04-29  Paul Brook  <paul@codesourcery.com>
6938
6939         * config.gcc: Pull list of cores from arm-cores.def.
6940
6941 2004-04-29  Paolo Bonzini  <bonzini@gnu.org>
6942
6943         * combine.c (combine_simplify_rtx): Adjust call to use
6944         simplify_relational_operation.  Do not use SELECT_CC_MODE
6945         when a comparison already has a MODE_CC mode.
6946
6947 2004-04-29  Paolo Bonzini  <bonzini@gnu.org>
6948
6949         (simplify_set): simplify_relational_operation may now
6950         return another relational expression.
6951         * cse.c (fold_rtx): simplify_relational_operation now
6952         takes of computing the comparison mode.
6953         * dojump.c (compare_from_rtx): Use simplify_relational_operation,
6954         remove dead code.
6955         (do_compare_rtx_and_jump): Likewise.
6956         * integrate.c (subst_constants): simplify_relational_operation
6957         may now return another relational expression.
6958         * simplify-rtx.c (simplify_gen_relational): Move most code to
6959         the new simplify_relational_operation and
6960         simplify_relational_operation_1 functions.
6961         (simplify_relational_operation): Rewritten.
6962         (simplify_relational_operation_1): New function.
6963         (simplify_ternary_operation): simplify_relational_operation
6964         may now return another relational expression.
6965         (simplify_rtx): Remove unnecessary temp variable.
6966
6967 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6968
6969         * reg-stack.c (swap_to_top): New function.
6970         (subst_stack_regs_pat): UNSPEC_FPATAN, UNSPEC_FYL2X: Use
6971         swap_to_top().
6972         (subst_stack_regs_pat): UNSPEC_FSCALE: Remove.
6973         (subst_stack_regs_pat): Handle UNSPEC_FSCALE_FRACT and
6974         UNSPEC_FSCALE_EXP.
6975
6976         * config/i386/i386.md (UNSPEC_FSCALE): Remove.
6977         (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): Remove insn pattern.
6978         (UNSPEC_FSCALE_FRACT, UNSPEC_FSCALE_EXP): New unspecs to represent
6979         x87's fscale insn.
6980         (*fscalexf4: Define new insn pattern to implement x87 fscale insn.
6981         (exp?f2, exp10?f2, exp2?f2): Use *fscalexf4 and float_truncate
6982         patterns.
6983
6984 2004-04-28  Serge Belyshev  <1319@bot.ru>
6985
6986         PR 14944
6987         * coverage.c (read_counts_file): Fix usage of warning () call.
6988         * pretty-print.c (pp_base_format_text): Fix typo in the comment.
6989
6990 2004-04-28  Ben Elliston  <bje@au.ibm.com>
6991
6992         * doc/invoke.texi (Objective-C Dialect Options): Don't prefix
6993         options with "-" in the option index.
6994         (SPARC Options): Likewise.
6995         (M32R/D Options): Likewise.
6996
6997 2004-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6998
6999         * convert.c (convert_to_integer): Convert (long)round -> lround,
7000         etc.
7001
7002 2004-04-28  Andrew Pinski  <pinskia@physics.uc.edu>
7003
7004         * config/rs6000/rs6000.c (registers_ok_for_quad_peep):
7005         Return false if we do not have fp register.
7006         (addrs_ok_for_quad_peep): Rename to ...
7007         (mems_ok_for_quad_peep): this.
7008         Add check for volatile memory.
7009         * config/rs6000/rs6000-protos.h (addrs_ok_for_quad_peep):
7010         Rename to ...
7011         (mems_ok_for_quad_peep): this.
7012         * config/rs6000/rs6000.md: Change peephole's for lfq/stq
7013         to peephole2's.
7014         (lfq_power2): New instruction.
7015         (stfq_power2): Likewise.
7016
7017 2004-04-28  Jan Hubicka  <jh@suse.cz>
7018
7019         PR c/15004
7020         * function.c (do_warn_unused_parameter): Break out form ...
7021         (expand_function_end): ... here; warn only when not using cgraphunit.
7022         * function.h (do_warn_unused_parameter): Declare.
7023         * cgraphunit.c: Include function.h.
7024         (cgraph_finalize_function): Do unused parameter warning.
7025         * Makefile.in (cgraphunit.o): Depend on function.h
7026
7027 2004-04-28  Joseph S. Myers  <jsm@polyomino.org.uk>
7028
7029         * Makefile.in ($(DESTDIR)$(infodir)/%.info): Don't condition
7030         calling install-info on $(DESTDIR)$(infodir)/dir already being
7031         present.
7032
7033 2004-04-28  Paul Brook  <paul@codesourcery.com>
7034
7035         * dwarf2out.c (mem_loc_descriptor): Handle shifts.
7036
7037 2004-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
7038
7039         * gcse.c (find_moveable_store): Do not accept store insns with
7040         REG_EH_REGION note.
7041
7042 2004-04-28  Paul Brook  <paul@codesourcery.com>
7043
7044         * calls.c (precompute_arguments): Remove PROMOTE_FOR_CALL_ONLY.
7045         * function.c (assign_temp): Ditto.
7046         * system.h (PROMOTE_FOR_CALL_ONLY): Poison.
7047
7048 2004-04-28  Paul Brook  <paul@codesourcery.com>
7049
7050         * config/arm/lib1funcs.asm: Recognize armv5tej and armv6.
7051
7052 2004-04-28  Josef Zlomek  <zlomekj@suse.cz>
7053
7054         * var-tracking.c (variable_different_p): Add a parameter
7055         compare_current_location, compare current location of variable parts
7056         if it is true.
7057         (dataflow_set_different_1): Pass compare_current_location == false.
7058         (dataflow_set_different_2): Pass compare_current_location == false.
7059         (emit_notes_for_differences_1): Pass compare_current_location == true.
7060
7061 2004-04-28  Ulrich Weigand  <uweigand@de.ibm.com>
7062
7063         * config/s390/s390.md ("casesi"): Mark jump table access as
7064         non-trapping and unchanging.
7065
7066 2004-04-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7067
7068         PR debug/14829
7069         * dwarf2out.c (reg_number): Rename to dbx_reg_number.  Adjust all
7070         callers.
7071         (multiple_reg_loc_descriptor, reg_loc_descriptor): Use gcc register
7072         number for indexing hard_regno_nregs array.
7073
7074 2004-04-27  Geoffrey Keating  <geoffk@apple.com>
7075
7076         * config/darwin.h (STARTFILE_SPEC): Use %s to find crt2.o.
7077         * config/darwin-crt2.c: Only have contents on __ppc__.
7078
7079 2004-04-27  Bob Wilson  <bob.wilson@acm.org>
7080
7081         * config/xtensa/xtensa.c (call_insn_operand): Check
7082         SYMBOL_REF_EXTERNAL_P in addition to SYMBOL_REF_LOCAL_P.
7083         * config/xtensa/xtensa.h (LEGITIMATE_PIC_OPERAND): Likewise.
7084         * config/xtensa/xtensa.md (call, call_value): Likewise.
7085
7086 2004-04-27  Wu Yongwei  <adah@sh163.net>
7087
7088         * gthr-win32.h (__gthread_mutex_t): Change typedef to new structure.
7089         (__GTHREAD_MUTEX_INIT_DEFAULT): Adjust.
7090         (__gthread_mutex_init_function): Replace CreateMutex with
7091         initialization of custom mutex using CreateSemaphore.
7092         (__gthread_mutex_lock): Use InterlockedIncrement.
7093         (__gthread_mutex_trylock): Use InterlockedCompareExchange.
7094         (__gthread_mutex_unlock): Use InterlockedDecrement and
7095         ReleaseSemaphore to unlock
7096         * config/i386/gthr-win32.c (__gthread_mutex_init_function,
7097         __gthread_mutex_lock, __gthread_mutex_trylock,
7098         __gthread_mutex_unlock): Adjust to match inline versions in
7099         gthr-win32.h.
7100
7101 2004-04-27  Paul Brook  <paul@codesourcery.com>
7102
7103         * config/arm/arm.c (arm_promote_prototypes): New function.
7104         (TARGET_PROMOTE_PROTOTYPES): Use it.
7105
7106 2004-04-27  Paul Brook  <paul@codesourcery.com>
7107
7108         * config/arm/arm.c (arm_expand_epilogue): Count blocks of 4 regs.
7109
7110 2004-04-26  Bernard Giroud  <bgiroud@free.fr>
7111
7112         * config/alpha.c (alpha_end_function): For OpenVMS gas,
7113         correctly output .pdesc directive before .end.
7114
7115 2004-04-26  James E Wilson  <wilson@specifixinc.com>
7116
7117         Bug 14927
7118         * config/ia64/ia64.md (movxf): New local op0.  Handle case where
7119         operands[0] is a SUBREG.  Handle case where operands[1] is a GR reg.
7120
7121 2004-04-26  Zack Weinberg  <zack@codesourcery.com>
7122
7123         * config/ia64/hpux.h: Predefine __STDCPP__ when compiling C++.
7124         * config/pa/pa-hpux10.h: Likewise.
7125         * config/pa/pa-hpux11.h: Likewise.
7126
7127 2004-04-26  Geoffrey Keating  <geoffk@apple.com>
7128
7129         * doc/invoke.texi (Overall Options): Document default for -o
7130         for PCH files.
7131
7132 2004-04-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7133
7134         * builtins.c (expand_builtin_update_setjmp_buf): New function.
7135         (expand_builtin, case BUILT_IN_UPDATE_SETJMP_BUF): New case.
7136         * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): New code.
7137
7138 2004-04-26  Paul Brook  <paul@codesourcery.com>
7139
7140         * config/arm/arm.c (arm_legitimate_index_p): Correct iwmmxt offsets.
7141
7142 2004-04-26  Paul Brook  <paul@codesourcery.com>
7143
7144         * config/arm/arm.c (arm_legitimate_index_p): Correct maverick offsets.
7145
7146 2004-04-25  Roger Sayle  <roger@eyesopen.com>
7147
7148         * fold-const.c (fold): Prefer fold_convert (negate_expr (...)) to
7149         fold (build1 (NEGATE_EXPR, ...)).  Optimize X / -1 as -X and
7150         X % -1 as 0.
7151
7152 2004-04-26  Hans-Peter Nilsson  <hp@bitrange.com>
7153
7154         PR bootstrap/15141
7155         * except.c (connect_post_landing_pads): Delete insns after the
7156         barrier when generating a unwind_resume_libfunc call.
7157
7158 2004-04-25  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7159
7160         PR/c++ 15119
7161         * tree.c (substitute_placeholder_in_expr, case 4): New case,
7162         for TARGET_EXPR.
7163
7164 2004-04-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7165
7166         * gcov-io.h (__gcov_fork, __gcov_execl, __gcov_execlp, __gcov_execle,
7167         __gcov_execv, __gcov_execvp, __gcov_execve): Do not declare when
7168         inhibit_libc is defined.
7169
7170 2004-04-25  Richard Sandiford  <rsandifo@redhat.com>
7171
7172         * config/mips/mips-protos.h (mips_linked_macc_p): Declare.
7173         * config/mips/mips.h (TUNE_MACC_CHAINS): New macro.
7174         * config/mips/mips.c (TARGET_SCHED_REORDER): Define.
7175         (TARGET_SCHED_VARIABLE_ISSUE): Define.
7176         (mips_adjust_cost): Move later in file, next to other sched hooks.
7177         (mips_macc_chains_last_hilo): New variable.
7178         (mips_linked_madd_p, mips_macc_chains_record, mips_macc_chains_reorder)
7179         (mips_promote_ready, mips_sched_reorder, mips_variable_issue): New.
7180         * config/mips/mips.md (may_clobber_hilo): New attribute.
7181
7182 2004-04-24  Roger Sayle  <roger@eyesopen.com>
7183             Bruce Korb  <bkorb@gnu.org>
7184
7185         * fixinc/inclhack.def (aix_syswait_2): New fix.
7186         * fixinc/fixincl.x: Regenerate.
7187         * fixinc/tests/base/sys/wait.h: Update for new test.
7188
7189 2004-04-24  Alan Modra  <amodra@bigpond.net.au>
7190
7191         PR target/14960
7192         * config/rs6000/rs6000.c (rs6000_stack_info): Rename total_raw_size
7193         to non_fixed_size, and leave out fixed_size from the sum.
7194         (generate_set_vrsave): Correct clobbers.
7195         (rs6000_emit_epilogue): Test TARGET_ALTIVEC with TARGET_ALTIVEC_SAVE.
7196         (rs6000_function_value): Test TARGET_ALTIVEC and TARGET_ALTIVEC_ABI.
7197         (rs6000_libcall_value): Likewise.
7198         * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Likewise.
7199         (FUNCTION_ARG_REGNO_P): Likewise.
7200
7201 2004-04-24  Ulrich Weigand  <uweigand@de.ibm.com>
7202
7203         * expmed.c (expand_mult_highpart_adjust): Do not assume OP1
7204         is a CONST_INT.
7205         (expand_mult_highpart_optab): Call expand_mult_highpart_adjust
7206         with NARROW_OP1 instead of OP1.
7207
7208 2004-04-24  Ulrich Weigand  <uweigand@de.ibm.com>
7209
7210         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for __s390__
7211         and __s390x__ hosts.
7212
7213 2004-03-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7214
7215         * Makefile.in (LIBGCOV): Add _gcov_fork, _gcov_execl, _gcov_execlp,
7216         _gcov_execle, _gcov_execv, _gcov_execvp, _gcov_execve.
7217         * builtin-types.def (BT_PID, BT_PTR_CONST_STRING, BT_FN_PID,
7218         BT_FN_INT_CONST_STRING_PTR_CONST_STRING,
7219         BT_FN_INT_CONST_STRING_PTR_CONST_STRING_PTR_CONST_STRING): New.
7220         * builtins.c (expand_builtin_fork_or_exec): New.
7221         (expand_builtin): Call it.
7222         * builtins.def (BUILT_IN_EXECL, BUILT_IN_EXECLP,BUILT_IN_EXECLE,
7223         BUILT_IN_EXECV, BUILT_IN_EXECVP, BUILT_IN_EXECVE, BUILT_IN_FORK): New.
7224         * c-common.c (PID_TYPE): New macro.
7225         (c_common_nodes_and_builtins): Initialize pid_type_node.
7226         * calls.c (special_function_p): Do not handle fork and exec.
7227         (expand_call): Do not handle ECF_FORK_OR_EXEC.
7228         * gcov-io.h (__gcov_fork, __gcov_execl, __gcov_execlp, __gcov_execle,
7229         __gcov_execv, __gcov_execvp, __gcov_execve): Declare.
7230         * libgcov.c (__gcov_fork, __gcov_execl, __gcov_execlp, __gcov_execle,
7231         __gcov_execv, __gcov_execvp, __gcov_execve): New.
7232         * tree.h (enum tree_index): Add TI_PID_TYPE.
7233         (pid_type_node): New macro.
7234         (ECF_FORK_OR_EXEC): Removed.
7235
7236 2004-04-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7237
7238         PR optimization/13985
7239         * cfgloopmanip.c (fix_loop_placements): New prototype.
7240         Call fix_bb_placements on the preheader of loops that have
7241         been reparented.
7242         (remove_path): Adjust call to fix_loop_placements.
7243
7244 2004-04-23  Andrew Pinski  <pinskia@physics.uc.edu>
7245
7246         * config/darwin7.h: New file.
7247         * config.gcc (*-*-darwin*): Add darwin7.h if the
7248         version is greater than 6.
7249         * config/darwin.h (TARGET_C99_FUNCTIONS): Define.
7250         (MATH_LIBRARY): Wrap in ifdefs.
7251
7252 2004-04-23  Daniel Jacobowitz  <drow@mvista.com>
7253
7254         * config/arm/arm.c (arm_output_epilogue): Reverse the order of
7255         loading iWMMXt registers with a frame pointer.  Use post-increment
7256         without a frame pointer.
7257         (arm_expand_prologue): Reverse the order of saving iWMMXt registers.
7258
7259 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
7260
7261         * doc/invoke.texi (Optimize Options): Refer to "unit-at-a-time
7262         mode" rather than "-funit-at-a-time" since -O2 enables it
7263         without requiring -f* options.  Refer to -fprofile-generate and
7264         -fprofile-use correctly.  Move -funit-at-a-time among options
7265         enabled by -O.  Add information about unit-at-a-time caveats.
7266
7267 2004-04-22  Per Bothner  <per@bothner.com>
7268
7269         * line-map.h (struct line_maps):  New field highest_line.
7270         (linemap_position_for_column):  Make non-inline function.
7271         (LINEMAP_POSITION_FOR_COLUMN):  New macro.
7272         * line-map.c (linemap_init):  Clear highest_line field.
7273         (linemap_add):  Set highest_line field.
7274         (linemap_line_start):  Minor optimization - use highest_line field.
7275         Reduce maximum column hint to 10000.  Update highest_line field.
7276         (linemap_position_for_column):  Moved from line-map.h.  Optimize a bit.
7277         * cpphash.h (struct cpp_reader):  Remove line field - instead use
7278         line_table->highest_line.
7279         (saved_line):  Remove unused field.
7280         (CPP_INCREMENT_FILE):  Don't do linemap_lookup - just use newest map.
7281         Use  line_table's highest_line field instead of cpp_reader's line.
7282         * cpplib.c (start_directive):  Likewise use highest_line field.
7283         (do_line, do_linemarker):  Likewise just use newest map.
7284         (_cpp_do_file_change):  Don't need to set cpp_reader's line field.
7285         * cpperror.c (cpp_error):  Likewise use highest_line field.
7286         * cppfiles.c (open_file_failed:  Likewise.
7287         (cpp_make_system_header):  Likewise use newest map and highest_line.
7288         * cppinit.c (cpp_create_reader):  Don't initialize removed field.
7289         * cpplex.c (_cpp_process_line_notes, _cpp_skip_block_comment,
7290         skip_line_comment, skip_whitespace, _cpp_get_fresh_line,
7291         _cpp_lex_direct):  Likewise use highest_line.
7292         (_cpp_lex_direct):  Use new LINEMAP_POSITION_FOR_COLUMN macro.
7293         * cppmacro.c (_cpp_builtin_macro_text):  Likewise use highest_line,
7294         and use newest map.
7295         * cpppch.c (cpp_read_state):  Don't save+restore cpp_reader's line.
7296         * cpptrad.c (_cpp_overlay_buffer):  Don't save cpp_reader's line.
7297         (copy_comment, _cpp_scan_out_logical_line):  Likewise use highest_line.
7298
7299 2004-04-23  Alan Modra  <amodra@bigpond.net.au>
7300
7301         PR bootstrap/14992
7302         * gcc.c (init_gcc_specs): Test USE_LD_AS_NEEDED, not HAVE_LD_AS_NEEDED.
7303         * config/linux.h (USE_LD_AS_NEEDED): Define.
7304         * gcc/config/alpha/linux.h (USE_LD_AS_NEEDED): Define.
7305         * gcc/config/arm/linux-elf.h (USE_LD_AS_NEEDED): Define.
7306         * gcc/config/rs6000/linux.h (USE_LD_AS_NEEDED): Define.
7307         * gcc/config/rs6000/linux64.h (USE_LD_AS_NEEDED): Define.
7308         * gcc/config/sh/linux.h (USE_LD_AS_NEEDED): Define.
7309         * gcc/config/sparc/linux.h (USE_LD_AS_NEEDED): Define.
7310         * gcc/config/sparc/linux64.h (USE_LD_AS_NEEDED): Define.
7311
7312 2004-04-22  Per Bothner  <per@bothner.com>
7313
7314         * cppinit.c (cpp_read_main_file):  Return NULL rather than false.
7315         Fixes PR preprocessor/15067.
7316
7317 2004-04-23  Andreas Schwab  <schwab@suse.de>
7318
7319         * config/ia64/ia64intrin.h: Add intermediate cast to void * to
7320         avoid aliasing warning.
7321
7322 2004-04-22  Jan Hubicka  <jh@suse.cz>
7323             Mostafa Hagog <mustafa@il.ibm.com>
7324
7325       * cfgloopmanip.c (scale_bbs_frequencies): Use RDIV macro
7326       * cfgloopanal.c (expected_loop_iterations): Change the return value
7327
7328 2004-04-22  Jakub Jelinek  <jakub@redhat.com>
7329
7330         * cselib.h (struct elt_loc_list): Remove canon_loc field.
7331         * cselib.c (new_elt_loc_list): Remove canon_loc initialization.
7332         (cselib_invalidate_mem): Remove all canon_loc and canon_x
7333         traces.
7334
7335 2004-04-22  Josef Zlomek  <zlomekj@suse.cz>
7336
7337         Revert
7338         2004-04-20  Josef Zlomek  <zlomekj@suse.cz>
7339
7340                 * var-tracking.c (variable_part_different_p): Variable parts
7341                 differ when the most recent locations differ.
7342
7343 2004-04-22  Richard Sandiford  <rsandifo@redhat.com>
7344
7345         * doc/invoke.texi: Remove the MIPS -membedded-pic option.
7346         * config/mips/mips-protos.h (embedded_pic_fnaddr_reg): Delete.
7347         (embedded_pic_offset): Delete.
7348         * config/mips/mips.h (MASK_EMBEDDED_PIC): Delete.  Shuffle other
7349         MASK_* constants.
7350         (TARGET_EMBEDDED_PIC): Delete.
7351         (TARGET_SWITCHES): Remove -m{no-,}embedded-pic.
7352         (ASM_SPEC): Remove -membedded-pic.
7353         (ASM_OUTPUT_ADDR_DIFF_ELT): Remove embedded-pic handling.
7354         (ASM_OUTPUT_CASE_LABEL): Likewise.
7355         * config/mips/vxworks.h (ASM_SPEC): Remove -membedded-pic.
7356         * config/mips/windiss.h (ASM_SPEC): Likewise.
7357         * config/mips/mips.c (struct machine_function): Remove
7358         embedded_pic_fnaddr_rtx.
7359         (TARGET_ENCODE_SECTION_INFO): Remove override.
7360         (embedded_pic_fnaddr_reg, embedded_pic_offset): Delete.
7361         (override_options): Remove -membedded-pic handling.
7362         (print_operand): Remove handling of '%S'.
7363         (mips_select_section: Remove -membedded-pic handling.
7364         (mips_encode_section_info): Delete.
7365         (mips_output_conditional_branch): Remove mention of -membedded-pic.
7366         * config/mips/mips.md (define_attr length, movsi, movdi, jump): Remove
7367         -membedded-pic handling.
7368         (casesi, casesi_internal, casesi_internal_di, get_fnaddr): Delete.
7369
7370 2004-04-22  Alan Modra  <amodra@bigpond.net.au>
7371
7372         * var-tracking.c (frame_base_decl): Remove useless GTY.
7373
7374 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
7375
7376         * config/rs6000/rs6000.c (rs6000_override_options): Error when
7377         user wants altivec and e500 instructions.
7378
7379 2004-04-21  H.J. Lu  <hongjiu.lu@intel.com>
7380
7381         PR target/14813
7382         * config/ia64/crtend.asm: Move pointer to __do_global_ctors_aux
7383         in .init_array section to ...
7384         * config/ia64/crtbegin.asm: Here.
7385
7386         * config/ia64/crtend.asm: Mark __do_global_ctors_aux global
7387         and hidden if HAVE_INITFINI_ARRAY is defined.
7388
7389 2004-04-21  James E Wilson  <wilson@specifixinc.com>
7390
7391         * config/mips/mips-protos.h (fp_register_operand, lo_operand): Declare.
7392         * config/mips/mips.c (mips_multipass_dfa_lookahead): Declare.
7393         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): New.
7394         (fp_register_operand, lo_operand): New.
7395         (mips_rtx_costs): Add TUNE_SB1 support.
7396         (mips_issue_rate): Add comment.  Add PROCESSOR_SB1 support.
7397         (mips_use_dfa_pipeline_interface): Add PROCESSOR_SB1 support.
7398         (mips_multipass_dfa_lookahead): New.
7399         * config/mips/mips.h (MASK_FP_EXCEPTIONS, TARGET_FP_EXCEPTIONS,
7400         TUNE_SB1): New.
7401         (TARGET_SWITCHES): Add -mfp-exceptions support.
7402         (TARGET_FP_EXCEPTIONS_DEFAULT): New.
7403         (BRANCH_COST): Fix whitespace.
7404         * config/mips/mips.md: Include sb1.md.
7405         * config/mips/sb1.md: New file.
7406         * doc/invoke.texi: Document -mfp-exceptions.
7407
7408         * Makefile.in (fixinc.sh): Don't set or export WARN_CFLAGS.  Fix
7409         comment.
7410         * fixinc/Makefile.in (FL_LIST): Don't mention WARN_CFLAGS.
7411         (fixincl.o-warn): Delete.
7412
7413 2004-04-21  Andrew Pinski  <pinskia@physics.uc.edu>
7414
7415         * config/rs6000/rs6000 (print_operand) ['z']:
7416         Change ifdef of TARGET_MACHO to if TARGET_MACHO.
7417
7418 2004-04-21 Daniel Jacobowitz  <drow@mvista.com>
7419
7420         * config.gcc: Support --with-arch=iwmmxt for ARM.
7421
7422 2004-04-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7423
7424         * expmed.c (expand_mult_highpart_optab): Use narrower version of OP1
7425         in two more places; remove unneeded force_reg
7426
7427 2004-04-21  Andrew Pinski  <pinskia@physics.uc.edu>
7428
7429         * config/rs6000/rs6000.c (symbol_ref_operand): Remove hack
7430         for TARGET_MACHO.
7431         (print_operand): For TARGET_MACHO check to see if we need a stub
7432         and output one if we need it.
7433
7434         PR debug/15033
7435         * dwarf2out.c (rtl_for_decl_location): Check for NULL
7436         rtl.
7437
7438 2004-04-20  James E Wilson  <wilson@specifixinc.com>
7439
7440         * config/ia64/ia64.md (call_value_nogp): Add constraints for op0.
7441         (vall_value_gp): Likewise.
7442
7443 2004-04-20  DJ Delorie  <dj@redhat.com>
7444
7445         * dwarf2out.c (rtl_for_decl_location): Adjust rtl for byte
7446         variables stored in word registers, then in memory.
7447
7448 2004-04-20  Eric Christopher  <echristo@redhat.com>
7449
7450         * cp/parser.c (cp_parser_declaration): Move translate
7451         up before tokens are lexed.
7452
7453 2004-04-20  Uros Bizjak  <uros@kss-loka.si>
7454
7455         * optabs.h (enum optab_index): Add new OTI_asin and OTI_acos.
7456         (asin_optab, acos_optab): Define corresponding macros.
7457         * optabs.c (init_optabs): Initialize asin_optab and acos_optab.
7458         * genopinit.c (optabs): Implement asin_optab and acos_optab
7459         using asin?f2 and acos?f2 patterns.
7460         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_ASIN{,F,L}
7461         using asin_optab, and BUILT_IN_ACOS{,F,L} using acos_optab.
7462         (expand_builtin): Expand BUILT_IN_ASIN{,F,L} and BUILT_IN_ACOS{,F,L}
7463         using expand_builtin_mathfn if flag_unsafe_math_optimizations is set.
7464
7465         * config/i386/i386.md (asindf2, asinsf2, asinxf2, acosdf2,
7466         acossf2, acosxf2): New expanders to implement asin, asinf, asinl,
7467         acos, acosf and acosl built-ins as inline x87 intrinsics.
7468
7469 2004-04-20  Paul Brook  <paul@codesourcery.com>
7470
7471         * config/arm/arm.c (arm_legitimate_address_p): Use rtx_equal_p.
7472
7473 2004-04-20  Paul Brook  <paul@codesourcery.com>
7474
7475         * config/arm/arm.c (arm_expand_prologue): Fix size calculation.
7476
7477 2004-04-20  Paolo Bonzini  <bonzini@gnu.org>
7478
7479         Revert part of 2004-04-17 change that moved -frename-registers
7480         to -O1.  -frename-registers is buggy.
7481
7482         * toplev.c (flag_rename_registers): Initialize to 0.
7483         * doc/invoke.texi (Optimize options): Move -frename-registers
7484         to "Not triggered by any -O level" section.  Adjust commentary
7485         accordingly.
7486
7487 2004-04-20  Anil Paranjpe <anilp1@kpitcummins.com>
7488
7489         * toplev.c (compile_file): Move targetm.asm_out.file_end call to end.
7490
7491 2004-04-20  Richard Sandiford  <rsandifo@redhat.com>
7492
7493         * config/mips/mips.c (mips_legitimize_move): Generate special patterns
7494         for mflo and mfhi instructions.
7495         (mips_output_move): Remove mflo and mfhi handling.
7496         * config/mips/mips.md (UNSPEC_MFHILO): New unspec.
7497         (*mulsidi3_64bit): Update for new mfhi/mflo representation.
7498         Likewise various define_peephole2s.
7499         (*movdi_32bit, *movdi_64bit, *movsi_internal): Merge x<-J and x<-d
7500         alternatives.
7501         (*movdi_64bit, *movdi_64bit_mips16, *mov[shq]i_internal)
7502         (*mov[shq]i_mips16): Remove mflo and mfhi alternatives.
7503         (mfhilo_di, mfhilo_si): New patterns.
7504
7505 2004-04-20  Josef Zlomek  <zlomekj@suse.cz>
7506
7507         * function.c (assign_parms): Force
7508         MEM_EXPR (DECL_INCOMING_RTL (parm)) == parm.
7509
7510 2004-04-20  Josef Zlomek  <zlomekj@suse.cz>
7511
7512         * var-tracking.c (variable_part_different_p): Variable parts differ
7513         when the most recent locations differ.
7514
7515 2004-04-19  James E Wilson  <wilson@specifixinc.com>
7516
7517         * rtl.h (reg_set_last): Delete declaration.
7518         * rtlanal.c (reg_set_last): Delete.
7519
7520 2004-04-19  Roger Sayle  <roger@eyesopen.com>
7521
7522         * fold-const.c (fold_convert): Make function extern/public.
7523         * tree.h (fold_convert): Prototype here.
7524         * builtins.c (expand_builtin_strstr, expand_builtin_strchr,
7525         expand_builtin_strrchr, expand_builtin_strpbrk,
7526         expand_builtin_mempcpy, expand_builtin_bcopy,
7527         expand_builtin_bzero, expand_builtin_memcmp,
7528         expand_builtin_strcmp, expand_builtin_strncmp,
7529         stabilize_va_list, expand_builtin_sprintf,
7530         fold_trunc_transparent_mathfn, fold_builtin_logarithm,
7531         fold_builtin_exponent, fold_builtin_mempcpy,
7532         fold_builtin_strcpy, fold_builtin_strcmp, fold_builtin_strncmp,
7533         fold_builtin_signbit, fold_builtin_isdigit, fold_builtin): Prefer
7534         fold_convert to "convert" or "fold (build1 (NOP_EXPR, ...))".
7535
7536 2004-04-19  Aldy Hernandez  <aldyh@redhat.com>
7537
7538         * config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): New constant.
7539         (move_from_CR_gt_bit): New.
7540         (cceq_ior_compare): Name previously unnamed pattern.  Disable for
7541         E500.
7542         (cceq_rev_compare): Name previously unnamed pattern.  Allow for
7543         E500.
7544
7545         * config/rs6000/spe.md (cmpsfeq_gpr): Rewrite as unspec.
7546         (tstsfeq_gpr): Same.
7547         (cmpsfgt_gpr): Same.
7548         (tstsfgt_gpr): Same.
7549         (cmpsflt_gpr): Same.
7550         (tstsflt_gpr): Same.
7551         (e500_cceq_ior_compare): New.
7552         (e500_flip_gt_bit): New.
7553
7554         * config/rs6000/rs6000.c (ccr_bit): Remove E500 specific code.
7555         (print_operand): Add 'c' and 'D'.
7556         (rs6000_generate_compare): Rewrite to generate correct rtl.
7557         (rs6000_emit_sCOND): Handle E500.
7558         (output_cbranch): Adjust for changes in rs6000_generate_compare.
7559         (output_e500_flip_gt_bit): New.
7560
7561         * config/rs6000/rs6000-protos.h (output_e500_flip_gt_bit):
7562         Protoize.
7563
7564 2004-04-19  Eric Christopher  <echristo@redhat.com>
7565
7566         * config/mips/mips.h (DWARF2_ADDR_SIZE): New.
7567
7568 2004-04-19  David Edelsohn  <edelsohn@gnu.org>
7569
7570         * doc/install.texi (*-ibm-aix*): Add AIX 5.1 assembler and archiver
7571         fix information.
7572
7573 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7574
7575         * doc/install.texi (Specific, mips-sgi-irix5): Fix IRIX 5.3 IDO
7576         download URL.
7577
7578 2004-04-19  Daniel Jacobowitz  <drow@mvista.com>
7579
7580         * stor-layout.c (layout_decl): Check DECL_PACKED before calling
7581         ADJUST_FIELD_ALIGN.  Check maximum_field_alignment after.
7582
7583 2004-04-19  Andrew PInski  <pinskia@physics.uc.edu>
7584
7585         * builtins.c (fold_builtin_cabs): Remove fndecl parameter.
7586         (fold_builtin): Update caller to match.
7587
7588         PR bootstrap/15009
7589         * bb-reorder.c (fix_up_fall_thru_edges): Init cond_jump.
7590
7591         PR bootstrap/14999
7592         * builtins.c (fold_builtin_cabs): Mark fndecl as unused.
7593
7594 2004-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7595
7596         * varasm.c (compare_constant, case VIEW_CONVERT_EXPR): Add case.
7597
7598         * expmed.c (expand_mult_highpart_adjust): Make OP1 valid for MODE.
7599         (expand_mult_highpart_optab): Likewise.
7600         (expand_mult_highpart): Make OP1 valid for WIDER_MODE, not MODE.
7601
7602 2004-04-19  Paul Brook  <paul@codesourcery.com>
7603
7604         * config/arm/arm.md (fixuns_truncsfsi2, fixuns_truncdfsi2,
7605         floatunssisf2, floatunssidf2): New patterns.
7606
7607 2004-04-18  Mark Mitchell  <mark@codesourcery.com>
7608
7609         PR other/14918
7610         * doc/invoke.texi (-fprofile-generate): Document requirement to
7611         use -fprofile-generate when linking.
7612
7613         * doc/extend.texi (Strong Using): Warn users against using this
7614         feature.
7615
7616 2004-04-18  Richard Sandiford  <rsandifo@redhat.com>
7617
7618         * config/mips/mips-protos.h (m16_usym8_4, m16_usym5_4): Delete.
7619         * config/mips/mips.h (mips_entry, mips_string_length): Delete.
7620         (CONSTANT_POOL_BEFORE_FUNCTION, ASM_OUTPUT_POOL_EPILOGUE): Undefine.
7621         * config/mips/mips.c (struct mips16_constant): Renamed from struct
7622         constant.  Propogate change throughout file.
7623         (struct machine_function): Remove insns_len.
7624         (mips_string_length, mips16_strings, string_constants): Delete.
7625         (mips_classify_symbol): Return SYMBOL_CONSTANT_POOL for LABEL_REFs
7626         when generating mips16 code.  Remove special mips16 treatment of
7627         string constants.
7628         (mips_symbolic_constant_p): Allow mips16 constant pool accesses
7629         to have the form LABEL+CONSTANT.
7630         (mips_symbolic_address_p): Fix comment.
7631         (m16_usym8_4, m16_usym5_4): Delete.
7632         (mips_output_function_epilogue): Remove mips16 string handling.
7633         (mips_output_mi_thunk): Call mips16_lay_out_constants.
7634         (mips_select_section, mips_encode_section_info): Remove mips16
7635         string handling.
7636         (struct mips16_constant_pool): New.
7637         (add_constant): Take a mips16_constant_pool structure.  Keep pool
7638         sorted into order of ascending mode size.  Keep track of the highest
7639         possible start address, taking padding and the masking of the base PC
7640         value into account.
7641         (dump_constants_1): New function, split out from dump_constants.
7642         Handle vector constants.  Use gen_consttable_{int,float} rather than
7643         separate functions for each mode.
7644         (dump_constants): Simplify.  Use GET_MODE_ALIGNMENT.  Use gen_align
7645         rather than separate functions for each alignment.
7646         (mips_find_symbol): Delete.
7647         (mips16_insn_length): New function, split out from
7648         mips16_lay_out_constants.
7649         (mips16_rewrite_pool_refs): New function.
7650         (mips16_lay_out_constants): Rework. Remove string handling.
7651         Always create an inline constant pool.
7652         * config/mips/mips.md (UNSPEC_CONSTTABLE_INT, UNSPEC_CONSTTABLE_FLOAT)
7653         (UNSPEC_ALIGN): New constants.
7654         (UNSPEC_CONSTTABLE_[QHSD]I, UNSPEC_CONSTTABLE_[SD]F): Delete.
7655         (UNSPEC_ALIGN_[248]): Delete.
7656         (consttable_int, consttable_float, align): New patterns.
7657         (consttable_[qhsd]i, consttable_[sd]f, align_[248]): Delete.
7658
7659 2004-04-17  Aldy Hernandez  <aldyh@redhat.com>
7660
7661         * config/rs6000/altivec.h (vec_any_numeric): Correct typo in
7662         __unn_args_eq.
7663
7664 2004-04-17  Alan Modra  <amodra@bigpond.net.au>
7665
7666         PR target/14715
7667         * config/rs6000/rs6000.c (rs6000_stack_info): Make parm_size agree
7668         with STARTING_FRAME_OFFSET.
7669
7670 2004-04-17  Richard Sandiford  <rsandifo@redhat.com>
7671
7672         * config/mips/mips.h (PREDICATE_CODES): Add macc_msac_operand.
7673         * config/mips/mips.c (macc_msac_operand): New function.
7674         * config/mips/mips.md (*msac): Move after *macc.
7675         (*msac2): New.  Generalize macc-related peepholes so that they apply
7676         to msac too.
7677
7678 2004-04-17  Paolo Bonzini  <bonzini@gnu.org>
7679
7680         * opts.c (decode_options): Do not enable flag_rename_registers
7681         and flag_web at -O3.
7682         * toplev.c (flag_rename_registers): Initialize
7683         flag_rename_registers and flag_web to
7684         AUTODETECT_FLAG_VAR_TRACKING.
7685         (default_debug_hooks): New global.
7686         (process_options): Initialize default_debug_hooks.  Warn if
7687         -fvar-tracking specified but not supported by the current
7688         debug format.  Do not run var tracking at -O0 or if not
7689         supported by the current debug format, even if
7690         -fvar-tracking was given.  If -fno-rename-registers
7691         is not specified, always run register renaming if var
7692         tracking is supported by the default debugging information
7693         format for the target, and we are at -O1 or higher; similarly
7694         for -fweb, but only at -O2 or higher.
7695         * doc/invoke.texi (Optimize Options): Document this.
7696
7697 2004-04-17  Richard Sandiford  <rsandifo@redhat.com>
7698
7699         * configure.ac (gcc_cv_ld_as_needed): Use AC_CACHE_CHECK.
7700         * configure: Regenerate.
7701
7702 2004-04-17  Richard Sandiford  <rsandifo@redhat.com>
7703
7704         * gcc.c (used_arg): Check whether an option has been removed.
7705
7706 2004-04-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7707
7708         * config.gcc (i[34567]86-*-solaris2*): Default to DWARF-2
7709         debugging on Solaris 7 and up.
7710
7711 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7712
7713         * doc/install.texi (Specific, mips-sgi-irix5): Reflect working
7714         IRIX 5 port.
7715         Remove -save-temps workaround, handled automatically.
7716         Require GNU binutils 2.15 for debugging.
7717         Remove SGI make warnings since GNU make is now required.
7718         (Specific, mips-sgi-irix6): Some markup fixes.
7719         Describe MIPSpro C problems and workarounds.
7720         Mention working O32 ABI support.
7721         Recommend GNU as 2.15 for O32 with debugging.
7722         Remove description of fixed structure pass/return bug.
7723
7724 2004-04-16  DJ Delorie  <dj@redhat.com>
7725
7726         * sdbout.c (sdbout_one_type): Use TYPE_VALUES for enums, not
7727         TYPE_FIELDS.
7728         (sdbout_finish): Don't free deferred_global_decls; it's GC'd.
7729
7730 2004-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7731
7732         * pa.md: Remove unnecessary declarations for asm_out_file.
7733
7734         * pa64-regs.h (DBX_REGISTER_NUMBER): Simplify and correct mapping of
7735         SAR register.  Fix comment.
7736         (ADDITIONAL_REGISTER_NAMES): Correct register number of SAR register
7737         (%cr11).
7738
7739         * pa64-hpux.h (LIB_SPEC): Fix library specification used with GNU ld.
7740
7741 2004-04-16  Nick Clifton  <nickc@redhat.com>
7742
7743         * config/arm/arm.c (arm_override_options): Revert previous patch.
7744         * config/arm/t-xscale-elf: Disable iwmmxt multilibs until they can
7745         be safely built.
7746
7747 2004-04-16  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
7748
7749         * config/m32r/m32r.h (BIG_ENDIAN_BIT): Deleted to fix endian
7750         bug.
7751         (TARGET_LITTLE_ENDIAN, TARGET_BIG_ENDIAN,
7752         TARGET_DEFAULT): Changed. Ditto.
7753         (LITTLE_ENDIAN_BIT, TARGET_CPU_DEFAULT,
7754         TARGET_ENDIAN_DEFAULT): Added. Ditto.
7755         * config/m32r/little.h (TARGET_LITTLE_ENDIAN): Deleted.
7756         (TARGET_ENDIAN_DEFAULT): Added.
7757
7758 2004-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7759
7760         * builtins.def (BUILT_IN_ISDIGIT, BUILT_IN_ISXDIGIT): Mark with
7761         ATTR_CONST_NOTHROW_LIST.
7762
7763 2004-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7764
7765         PR/middle-end 14915
7766         * builtins.c (expand_builtin_signbit): Test BYTES_BIG_ENDIAN, not
7767         BITS_BIG_ENDIAN.
7768
7769 2004-04-15  Pat Haugen  <pthaugen@us.ibm.com>
7770
7771         * ra-debug.c (ra_print_rtx): Add break's to case legs.
7772
7773 2004-04-14  James E Wilson  <wilson@specifixinc.com>
7774
7775         * Makefile.in (fixinc.sh): Set WARN_CFLAGS to empty string.
7776
7777 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7778
7779         * libada-mk.in: New file.
7780         * configure.ac: Create libada-mk from libada-mk.in.
7781         * configure: Regenerate.
7782
7783 2004-04-14  Uros Bizjak  <uros@kss-loka.si>
7784
7785         * optabs.h (enum optab_index): Add new OTI_logb and OTI_ilogb.
7786         (logb_optab, ilogb_optab): Define corresponding macros.
7787         * optabs.c (init_optabs): Initialize logb_optab and ilogb_optab.
7788         * genopinit.c (optabs): Implement logb_optab and ilogb_optab
7789         using logb?f2 and ilogb?i2 patterns.
7790         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_LOGB{,F,L}
7791         using logb_optab, and BUILT_IN_ILOGB{,F,L} using ilogb_optab.
7792         (expand_builtin): Expand BUILT_IN_LOGB{,F,L} and BUILT_IN_ILOGB{,F,L}
7793         using expand_builtin_mathfn if flag_unsafe_math_optimizations is set.
7794
7795         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_XTRACT_FRACT
7796         and UNSPEC_XTRACT_EXP.
7797
7798         * config/i386/i386.md (*fxtractdf3, *fxtractsf3, *fxtractxf3): New
7799         patterns to implement fxtract x87 instruction.
7800         (logbdf2, logbsf2, logbxf2, ilogbsi2): New expanders to implement
7801         logb, logbf, logbl, ilogb, ilogbf and ilogbl built-ins as inline x87
7802         intrinsics.
7803         (UNSPEC_XTRACT_FRACT, UNSPEC_XTRACT_EXP): New unspecs to represent
7804         x87's fxtract insn.
7805
7806 2004-04-14  Eric Christopher  <echristo@redhat.com>
7807
7808         * config/mips/t-elf: Enable multilibs by default.
7809
7810 2004-04-14  Andreas Tobler  <a.tobler@schweiz.ch>
7811
7812         * bb-reorder.c (fix_crossing_conditional_branches): Adjust the
7813         previous fix to check HAVE_return at runtime too.
7814
7815 2004-04-14  Nick Clifton  <nickc@redhat.com>
7816
7817         * config/arm/arm.c (arm_override_options): If the user has not
7818         specified an ABI, then default to AAPCS for the iWMMXt processor.
7819         * config/arm/t-xscale-elf: Remove redundant multilib specifications.
7820         * config/arm/t-xscale-coff: Likewise.
7821
7822 2004-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7823
7824         * builtins.c (fold_builtin_isdigit): New.
7825         (fold_builtin): Handle BUILT_IN_ISDIGIT.
7826         * defaults.h: Add TARGET_DIGIT0 and sort.
7827         * doc/tm.texi: Add TARGET_BS and TARGET_DIGIT0.
7828
7829 2004-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7830
7831         * builtins.c (fold_builtin_cabs, fold_builtin): Use
7832         `mathfn_built_in' to determine the new builtin.
7833         * fold-const.c (fold): Likewise.
7834
7835 2004-04-14  Richard Sandiford  <rsandifo@redhat.com>
7836
7837         * doc/invoke.texi: Rename MIPS's -mfix-vr4122-bugs to -mfix-vr4120.
7838         * config/mips/mips.h (MASK_FIX_VR4120): Renamed from MASK_FIX_VR4122.
7839         (TARGET_FIX_VR4120): Likewise TARGET_FIX_VR4122.
7840         (TARGET_SWITCHES): Replace -mfix-vr4122-bugs with -mfix-vr4120.
7841         (ASM_SPEC): Update accordingly.
7842         * config/mips/mips.c: Update after above renaming.
7843         * config/mips/mips.md, config/mips/t-vr, config/mips/vr.h: Likewise.
7844         * config/mips/vr4120-div.S: Renamed from vr4122-div.S.
7845
7846 2004-04-13  James E Wilson  <wilson@specifixinc.com>
7847
7848         * c-opt.c (c_common_post_options): If this_input_filename is NULL,
7849         increment errorcount and return false instead of true.
7850
7851 2004-04-13  Uros Bizjak  <uros@kss-loka.si>:
7852
7853         * optabs.c (expand_twoval_unop): Reorder function arguments.
7854         * builtins.c (expand_builtin_mathfn_3): Update calls to
7855         expand_twoval_unop.
7856
7857         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_TAN_ONE
7858         and UNSPEC_TAN_TAN. Add missing comment.
7859
7860         * config/i386/i386.md (*tandf3_1, *tansf3_1, *tanxf3_1): New
7861         patterns to implement fptan x87 instruction.
7862         (tandf2, tansf2, tanxf2): New expanders to implement tan, tanf
7863         and tanl built-ins as inline x87 intrinsics. Define corresponding
7864         peephole2 optimizers for 'fptan; fstp %st(0); fld1' sequence.
7865         (UNSPEC_TAN_ONE, UNSPEC_TAN_TAN): New unspecs to represent
7866         x87's fptan insn.
7867
7868 2004-03-13  Richard Henderson  <rth@redhat.com>
7869
7870         * bb-reorder.c (fix_crossing_unconditional_branches): Use Pmode
7871         for LABEL_REFs.
7872
7873         * defaults.h (HOT_TEXT_SECTION_NAME): Add leading dot.
7874         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Likewise.
7875         * doc/invoke.texi: Update to match.
7876
7877         * varasm.c (unlikely_text_section): Use assemble_align instead of
7878         ASM_OUTPUT_ALIGN.  Use it in the correct place with an approximately
7879         correct alignment argument.
7880
7881 2004-04-13  Ulrich Weigand  <uweigand@de.ibm.com>
7882
7883         * reload1.c (emit_reload_insns): Set reg_has_output_reload to one
7884         after setting reg_last_reload_reg for optional output reloads.
7885
7886 2004-04-12  Fariborz Jahanian <fjahanian@apple.com>
7887
7888         * config/rs6000/altivec.h (vec_mergeh, vec_mergel):
7889         Definition of these two macros are corrected by adding
7890         matchine right paren.
7891
7892 2004-04-12  Jonathan Larmour  <jifl@eCosCentric.com>
7893
7894         * fix-header.c: kill(), putenv() and tzset() are POSIX not ANSI.
7895
7896 2004-04-12  Roger Sayle  <roger@eyesopen.com>
7897
7898         * config/i386/i386.c (output_387_reg_move): New function.
7899         * config/i386/i386-protos.h (output_387_reg_move): Prototype here.
7900         * config/i386/i386.md (*movsf_1, *movsf1_nointerunit,
7901         *movdf_nointeger, *movdf_integer, *movxf_nointeger, *movxf_integer,
7902         *extendsfdf2_1,  *extendsfxf2_1, *extenddfxf2_1, truncdfsf2_noop,
7903         truncxfsf2_noop, truncxfdf2_noop): Call output_387_reg_move.
7904
7905 2004-04-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7906
7907         * c-decl.c (finish_decl): Make a decl_stmt for a variable-sized
7908         TYPE_DECL.
7909         * c-semantics.c (genrtl_decl_stmt): Handle TYPE_DECL.
7910         * stmt.c (expand_decl): Remove redundant expansion of TYPE_DOMAIN.
7911         * stor-layout.c (variable_size): Don't check for MINUS_EXPR.
7912         Use skip_simple_arithmetic to find SAVE_EXPR.
7913         (force_type_save_exprs, force_type_save_exprs_1): New functions.
7914         * tree-inline.c (remap_type, case POINTER_TYPE, case REFERENCE_TYPE):
7915         Properly chain multiple pointers.
7916         (copy_tree_r): Copy a TYPE_DECL.
7917         * tree.c (variably_modified_type_p): Add some missing tests and
7918         make some other minor changes.
7919         * tree.h (force_type_save_exprs): New declaration.
7920
7921 2004-04-12  Roger Sayle  <roger@eyesopen.com>
7922
7923         * simplify-rtx.c (simplify_binary_operation) <UDIV, DIV, UMOD, MOD>:
7924         Remove fall throughs.  Convert 0/x and 0%x into x&0 when x has
7925         side-effects.  Don't convert x/1.0 into x if we honor signaling NaNs.
7926         Convert x/-1.0 into -x if we don't honor signaling NaNs.  Convert
7927         x/-1 into -x.  Optimize x%1 into x&0 if x has side-effects.  Optimize
7928         x%-1 into 0 (or x&0 if x has side-effects).
7929
7930 2004-04-11  Aldy Hernandez  <aldyh@redhat.com>
7931
7932         * config/rs6000/rs6000.md: Document why a pattern is not
7933         available.
7934
7935         * config/rs6000/rs6000.c (rs6000_emit_cmove): Disable comparisons
7936         of floats on the E500.
7937         (branch_positive_comparison_operator): Do not allow NE even on the
7938         E500.
7939
7940 2004-04-11  Aldy Hernandez  <aldyh@redhat.com>
7941
7942         * config/rs6000/rs6000.c (rs6000_assemble_integer): Change
7943         in_text_unlikely_section to in_unlikely_text_section.
7944
7945 2004-04-11  Roger Sayle  <roger@eyesopen.com>
7946
7947         * fold-const.c (fold_binary_op_with_conditional_arg):  Tweak
7948         calling convention to allow a NULL_TREE to be returned.  Factor
7949         sanity checks from callers, return NULL_TREE when appropriate.
7950         (fold): Handle COMPOUND_EXPR operands of binary expressions
7951         before COND_EXPR operands.  Use reorder_operands_p(a,b) to check
7952         whether a op (b,c) can be rewritten as (b, a op c).  Simplify
7953         calls to fold_binary_op_with_conditional_arg.
7954
7955 2004-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7956
7957         * config/mips/iris5.h (current_section_flags):  Add
7958         in_unlikely_executed_text and default case.
7959
7960 2004-04-11  Andreas Tobler  <a.tobler@schweiz.ch>
7961
7962         * bb-reorder.c (fix_crossing_conditional_branches): Fix bootstrap
7963         failure on solaris. Place ifdef HAVE_return around gen_ret call.
7964         * cfgrtl.c (force_nonfallthru_and_redirect): Remove ifdef
7965         HAVE_return and place it around the place where it is needed.
7966
7967 2004-04-11  Andrew Pinski  <pinskia@physics.uc.edu>
7968
7969         * varasm.c (text_section): Use TEXT_SECTION_ASM_OP and
7970         ASM_OUTPUT_ALIGN instead of SECTION_FORMAT_STRING
7971         and NORMAL_TEXT_SECTION_NAME.
7972         (unlikely_text_section): Check targetm.have_named_sections
7973         instead of TARGET_ASM_NAMED_SECTION and use TEXT_SECTION_ASM_OP
7974         instead of SECTION_FORMAT_STRING.
7975         * config/mips/iris5.h (current_section_name): Add
7976         in_unlikely_executed_text case and move the abort into the switch.
7977         * config/rs6000/sysv4.h (HOT_TEXT_SECTION_NAME): Remove.
7978         (NORMAL_TEXT_SECTION_NAME): Remove.
7979         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Remove.
7980         (SECTION_FORMAT_STRING): Remove.
7981         * defaults.h (SECTION_FORMAT_STRING): Remove.
7982         * tm.texi (NORMAL_TEXT_SECTION_NAME): Remove.
7983         (SECTION_FORMAT_STRING): Remove.
7984
7985 2004-04-10  Joseph S. Myers  <jsm@polyomino.org.uk>
7986
7987         * c-typeck.c (common_type): Prefer long long to long when same
7988         precision.
7989
7990 2004-04-09  Zack Weinberg  <zack@codesourcery.com>
7991
7992         PR 14887
7993         * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Look only at
7994         mode argument.
7995         * config/ia64/ia64.c (ia64_hpux_file_end): Check
7996         TREE_SYMBOL_REFERENCED on DECL_ASSEMBLER_NAME, not DECL_NAME.
7997
7998 2004-04-09  Roger Sayle  <roger@eyesopen.com>
7999
8000         * simplify-rtx.c (mode_signbit_p): New function to check whether
8001         an RTX is an immediate constant that represents the most significant
8002         bit of a given machine mode.
8003         (simplify_unary_operation) <NOT>: Optimize ~(X+C) as X ^ ~C, where
8004         C is the sign bit.
8005         (simplify_binary_operation) <PLUS>: Optimize (X^C1) + C2 as X^(C1^C2)
8006         when C2 is the sign bit.
8007         (simplify_binary_operation) <XOR>: Canonicalize X^C as X+C when C
8008         is the sign bit.  Optimize (X+C1) ^ C2 as X^(C1^C2) when C1 is the
8009         sign bit.
8010
8011 2004-04-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8012
8013         * builtins.c (mathfn_built_in): Check TYPE_MAIN_VARIANT, not
8014         TYPE_MODE.
8015
8016 2004-04-09  Andrew Pinski  <pinskia@physics.uc.edu>
8017
8018         * c-common.c (handle_noreturn_attribute): Use TYPE_READONLY instead
8019         of TREE_READONLY for types.
8020
8021 2004-04-09  Caroline Tice  <ctice@apple.com>
8022
8023         * basic-block.h (struct edge_def):  Add new field, crossing_edge.
8024         (struct basic_block_def):  Add new field, partition.
8025         (UNPARTITIONED, HOT_PARTITION, COLD_PARTITION):  New constant macro
8026         definitions.
8027         (partition_hot_cold_basic_blocks): Add extern function
8028         declaration.
8029         * bb-reorder.c (function.h, obstack.h, expr.h, regs.h):  Add four new
8030         include statements.
8031         (N_ROUNDS): Increase the maximum number of rounds by 1.
8032         (branch_threshold): Add array value for new round.
8033         (exec_threshold): Add array value for new round.
8034         (push_to_next_round_p): New function.
8035         (add_unlikely_executed_notes): New function.
8036         (find_rarely_executed_basic_blocks_and_crossing_edges): New function.
8037         (mark_bb_for_unlikely_executed_section): New function.
8038         (add_labels_and_missing_jumps): New function.
8039         (add_reg_crossing_jump_notes): New function.
8040         (fix_up_fall_thru_edges): New function.
8041         (find_jump_block): New function.
8042         (fix_crossing_conditional_branches): New function.
8043         (fix_crossing_unconditional_branches): New function.
8044         (fix_edges_for_rarely_executed_code): New function.
8045         (partition_hot_cold_basic_blocks): New function.
8046         (find_traces):  Add an extra round for partitioning hot/cold
8047         basic blocks.
8048         (find_traces_1_round): Add a parameter.  Modify to push all cold blocks,
8049         and only cold blocks, into the last (extra) round of collecting traces.
8050         (better_edge_p): Add a parameter.  Modify to favor non-crossing edges
8051         over crossing edges.
8052         (bb_to_key):  Add code to correctly identify cold blocks when
8053         doing partitioning.
8054         (connect_traces): Modify to connect all the non-cold traces first, then
8055         go back and connect up all the cold traces.
8056         (reorder_basic_blocks):  Add call to add_unlikely_executed_notes.
8057         * cfg.c (entry_exit_blocks): Add initialization for partition field in
8058         entry and exit blocks.
8059         * cfgbuild.c (make_edges): Update current_function_has_computed_jump
8060         if we are doing hot/cold partitioning.
8061         * cfgcleanup.c (cfglayout.h): Add new include statement.
8062         (try_simplify_condjump): Modify to not attempt on blocks with jumps
8063         that cross section boundaries.
8064         (try_forward_edges): Likewise.
8065         (merge_blocks_move_predecessor_nojumps): Likewise.
8066         (merge_blocks_move_successor_nojumps): Likewise.
8067         (merge_blocks_move): Likewise.
8068         (try_crossjump_to_edge): Modify to not attempt after we have done
8069         the block partitioning.
8070         (try_crossjump_bb): Modify to not attempt on blocks with jumps that
8071         cross section boundaries.
8072         (try_optimize_cfg): Likewise.
8073         * cfghooks.c (tidy_fallthru_edges): Modify to not remove indirect
8074         jumps that cross section boundaries.
8075         * cfglayout.c (flags.h): Add new include statement.
8076         (update_unlikely_executed_notes):  New function.
8077         (fixup_reorder_chain):  Add code so when a new jumping basic block is
8078         added, it's UNLIKELY_EXECUTED_CODE and REG_CROSSING_JUMP notes are
8079         updated appropriately.
8080         (duplicate_insn_chain):  Add code to duplicate the new NOTE insn
8081         introduced by this optimization.
8082         * cfglayout.h (scan_ahead_for_unlikely_executed_note):  Add new
8083         extern function declaration.
8084         * cfgrtl.c (can_delete_note_p):  Add NOTE_INSN_UNLIKELY_EXECUTED_CODE to
8085         list of notes that can be deleted.
8086         (create_basic_block_structure):  Add initialization for partition field.
8087         (rtl_can_merge_blocks):  Modify to test blocks for jumps that cross
8088         section boundaries.
8089         (try_redirect_by_replacing_jump):  Modify to not attempt on jumps that
8090         cross section boundaries.
8091         (commit_one_edge_insertion): Add code so newly created basic block
8092         ends up in correct (hot or cold) section.  Modify to disallow
8093         insertions before NOTE_INSN_UNLIKELY_EXECUTED_CODE notes.
8094         (rtl_verify_flow_info_1):  Add code to verify that no fall_thru edge
8095         crosses section boundaries.
8096         (cfg_layout_can_merge_blocks_p): Modify to test blocks for jumps that
8097         cross section boundaries.
8098         (force_nonfallthru_and_redirect): Modify to make sure new basic block
8099         ends up in correct section, with correct notes attached.
8100         * common.opt (freorder-blocks-and-partition):  Add new flag for this
8101         optimization.
8102         * dbxout.c (dbx_function_end):  Add code to make sure scope labels at
8103         the end of functions are written into the correct (hot or cold)
8104         section.
8105         (dbx_source_file): Add code so writing debug file information
8106         doesn't incorrectly change sections.
8107         * defaults.h (NORMAL_TEXT_SECTION_NAME): New constant macro, for use
8108         in partitioning hot/cold basic blocks into separate sections.
8109         (SECTION_FORMAT_STRING): New constant macro, for linux/i386 hot/cold
8110         section partitioning.
8111         (HAS_LONG_COND_BRANCH): New constant macro, indicating whether or not
8112         conditional branches can span all of memory.
8113         (HAS_LONG_UNCOND_BRANCH): New constant macro, indicationg whether or not
8114         unconditional branches can span all of memory.
8115         * final.c (scan_ahead_for_unlikely_executed_note):  New function.
8116         (final_scan_insn):  Add code to check for NOTE instruction indicating
8117         whether basic block belongs in hot or cold section, and to make sure
8118         the current basic block is being written to the appropriate section.
8119         Also added code to ensure that jump table basic blocks end up in the
8120         correct section.
8121         * flags.h (flag_reorder_blocks_and_partition):  New flag.
8122         * ifcvt.c (find_if_case_1):  Modify to not attempt if conversion if
8123         one of the branches has a jump that crosses between sections.
8124         (find_if_case_2): Likewise.
8125         (ifcvt): Modify to not attempt to mark loop exit edges after
8126         hot/cold partitioning has occurred.
8127         * opts.c (decode_options): Code to handle new flag,
8128         flag_reorder_blocks_and_partition; also to turn it off if
8129         flag_exceptions is on.
8130         (common_handle_option): Code to handle new flag,
8131         flag_reorder_blocks_and_partition.
8132         * output.h (unlikely_text_section): New extern function declaration.
8133         (in_unlikely_text_section): New extern function declaration.
8134         * passes.c (rest_of_handle_stack_regs):  Add
8135         flag_reorder_blocks_and_partition as an 'or' condition for calling
8136         reorder_basic_blocks.
8137         (rest_of_handle_reorder_blocks):  Add flag_reorder_blocks_and_partition
8138         as an 'or' condition for calling reorder_basic_blocks.
8139         (rest_of_compilation):  Add call to partition_hot_cold_basic_blocks.
8140         * print-rtl.c (print_rtx): Add code for handling new note,
8141         NOTE_INSN_UNLIKELY_EXECUTED_CODE
8142         * rtl.c  (NOTE_INSN_UNLIKELY_EXECUTED_CODE): New note insn (see below).
8143         (REG_CROSSING_JUMP): New kind of reg_note, to mark jumps that
8144         cross between section boundaries.
8145         * rtl.h (NOTE_INSN_UNLIKELY_EXECUTED_CODE):  New note instruction,
8146         indicating the basic block containing it belongs in the cold section.
8147         (REG_CROSSING_JUMP): New type of reg_note, to mark jumps that cross
8148         between hot and cold sections.
8149         * toplev.c (flag_reorder_blocks_and_partition):  Add code to
8150         initialize this flag, and to tie it to the command-line option
8151         freorder-blocks-and-partition.
8152         * varasm.c (cfglayout.h):  Add new include statement.
8153         (unlikely_section_label_printed):  New global variable, used for
8154         determining when to output section name labels for cold sections.
8155         (in_section):  Add in_unlikely_executed_text to enum data structure.
8156         (text_section):  Modify code to use SECTION_FORMAT_STRING and
8157         NORMAL_TEXT_SECTION_NAME macros.
8158         (unlikely_text_section):  New function.
8159         (in_unlikely_text_section):  New function.
8160         (function_section):  Add code to make sure beginning of function is
8161         written into correct section (hot or cold).
8162         (assemble_start_function):  Add code to make sure stuff is written to
8163         the correct section.
8164         (assemble_zeros):  Add in_unlikely_text_section as an 'or' condition
8165         to an if statement that was checking 'in_text_section'.
8166         (assemble_variable):  Add 'in_unlikely_text_section' as an 'or'
8167         condition to an if statement that was checking 'in_text_section'.
8168         (default_section_type_flags_1):  Add check: if in cold section
8169         flags = SECTION_CODE.
8170         * config/darwin.c (darwin_asm_named_section):  Modify to use
8171         SECTION_FORMAT_STRING if we are partitioning hot/cold blocks.
8172         * config/i386/i386.h (HAS_LONG_COND_BRANCH): Defined this macro
8173         specifically for the i386.
8174         (HAS_LONG_UNCOND_BRANCH):  Defined this macro specifically for the i386.
8175         * config/rs6000/darwin.h (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Change
8176         text string to something more informative.
8177         (NORMAL_TEXT_SECTION_NAME): Add new definition.
8178         (SECTION_FORMAT_STRING):  Add new definition.
8179         * config/rs6000/rs6000.c (rs6000_assemble_integer):  Add
8180         '!in_unlikely_text_section' as an 'and' condition to an if statement
8181         that was already checking '!in_text_section'.
8182         * config/rs6000/sysv4.h (HOT_TEXT_SECTION_NAME,NORMAL_TEXT_SECTION_NAME,
8183         UNLIKELY_EXECUTED_TEXT_SECTION_NAME,SECTION_FORMAT_STRING): Make
8184         sure these are properly defined for linux on ppc.
8185         * doc/invoke.texi  (freorder-blocks-and-partition): Add documentation
8186         for this new flag.
8187         * doc/rtl.texi (REG_CROSSING_JUMP):  Add documentation for new
8188         reg_note.
8189         * doc/tm.texi (NORMAL_TEXT_SECTION_NAME, SECTION_FORMAT_STRING,
8190         HAS_LONG_COND_BRANCH, HAS_LONG_UNCOND_BRANCH): Add documentation for
8191         these new macros.
8192
8193 2004-04-08  Roger Sayle  <roger@eyesopen.com>
8194
8195         * function.c (gen_mem_addressof): When changing the RTX from a REG
8196         to a MEM, clear MEM_VOLATILE_P which was formerly REG_USERVAR_P.
8197
8198 2004-04-08  Roger Sayle  <roger@eyesopen.com>
8199
8200         PR target/14888
8201         * config/i386/i386.md (truncdfsf2_noop, truncxfsf2_noop,
8202         truncxfdf2_noop): Provide dummy "fmov" implementations.
8203
8204 2004-04-08  Ian Lance Taylor  <ian@wasabisystems.com>
8205
8206         * gcc.c (default_compilers): Add missing initializers.
8207
8208         * config/rs6000/host-darwin.c (darwin_rs6000_gt_pch_use_address):
8209         Return 1 if file was successfully mapped.
8210
8211 2004-04-08  Geoffrey Keating  <geoffk@apple.com>
8212
8213         PR pch/13419
8214         PR pch/14137
8215         Radar #: 3315288
8216         * doc/invoke.texi (Precompiled Headers): Suggest -o
8217         to put an output file in a particular place.  Be more detailed
8218         about which options affect PCH validity and which options
8219         might not work.
8220         * c-pch.c (pch_matching): New.
8221         (MATCH_SIZE): New.
8222         (struct c_pch_validity): New field 'match'.
8223         (pch_init): Handle pch_matching.
8224         (c_common_valid_pch): Check pch_matching.
8225
8226         * explow.c: Fix typo defining default of PROMOTE_FUNCTION_MODE.
8227
8228 2004-04-08  Mark Mitchell  <mark@codesourcery.com>
8229
8230         * doc/invoke.texi (Precompiled Headers): Warn about known
8231         problems.
8232
8233 2004-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
8234
8235         PR c++/14808
8236         * defaults.h (TARGET_USE_LOCAL_THUNK_ALIAS_P): New macro. Default
8237         to 1 if ASM_OUTPUT_DEF is defined.
8238         * doc/tm.texi (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document.
8239         * config/i386/cygming.h (TARGET_USE_LOCAL_THUNK_ALIAS_P): Define.
8240         Set to non-zero iff not a one_only decl.
8241
8242 2004-04-08  Paul Brook  <paul@codesourcery.com>
8243
8244         * arm.h (CLASS_LIKELY_SPILLED_P): Define.
8245
8246 2004-04-08  Paul Brook  <paul@codesourcery.com>
8247
8248         * explow.c (promote_mode): Use PROMOTE_FUNCTION_MODE instead of
8249         PROMOTE_FOR_CALL_ONLY.
8250         * config/arm/arm-protos.h (arm_function_value): Declare.
8251         * config/arm/arm.h (TARGET_PROMOTE_FUNCTION_ARGS): Define.
8252         (TARGET_PROMOTE_PROTOTYPES): Return false.
8253         (arm_function_value): New function.
8254         * config/arm/arm.h (PROMOTE_FUNCTION_MODE): Define.
8255         (FUNCTION_VALUE): Call arm_function_value.
8256         * config/cris/cris.h (PROMOTE_MODE): Rename ...
8257         (PROMOTE_FUNCTION_MODE): ... to this.
8258         (PROMOTE_FOR_CALL_ONLY): Remove.
8259         * config/mmix/mmix.h: Likewise.
8260         * config/s390/s390.h: Likewise.
8261         * config/sparc/sparc.h: Likewise.
8262         * config/sparc/sparc.c: Update comments about PROMOTE_MODE.
8263         * doc/tm.texi (PROMOTE_FUNCTION_MODE): Document.
8264         (TARGET_PROMOTE_FUNCTION_MODE, TARGET_PROMOTE_FUNCTION_RETURN): Update.
8265         (PROMOTE_FOR_CALL_ONLY): Remove.
8266
8267 2004-04-08  Joel Sherrill <joel@oarcorp.com>
8268
8269         PR ada/14538
8270         * ada/5rosinte.adb: Remove fake mprotect() body.
8271         * ada/5rosinte.ads: Add SA_SIGINFO.
8272         * ada/5rtpopsp.adb: Rewrite to use new interface.
8273         * ada/init.c: Reorder so the simple single OS conditional __rtems__
8274         is tested before more complex ones which mix UNIX and embedded
8275         systems in the conditional.
8276
8277 2004-04-08  Joel Sherrill  <joel@oarcorp.com>
8278
8279         PR ada/14665
8280         * ada/osint.adb (Find_Program_Name): Rework to properly handle
8281         filenames which end in .exe or have versioning suffixes like VMS.
8282
8283 2004-04-08  Andrew Pinski  <pinskia@physics.uc.edu>
8284
8285         PR target/10129
8286         * config/darwin.c (darwin_encode_section_info): When the decl has
8287         a DECL_INITIAL, it is only defined also when it is not a common.
8288
8289 2004-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8290
8291         * builtins.c (fold_builtin_isascii, fold_builtin_toascii): New.
8292         (fold_builtin): Handle BUILT_IN_ISASCII and BUILT_IN_TOASCII.
8293
8294 2004-04-07  H.J. Lu  <hongjiu.lu@intel.com>
8295
8296         * config/ia64/ia64.c (ia64_encode_section_info): Don't prod
8297         global register variables.
8298
8299 2004-04-07  Joseph S. Myers  <jsm@polyomino.org.uk>
8300
8301         * fixinc/inclhack.def (rpc_xdr_lvalue_cast_a,
8302         rpc_xdr_lvalue_cast_b): New fixes.
8303         * fixinc/fixincl.x: Regenerate.
8304         * fixinc/tests/base/rpc/xdr.h: Add new tests.
8305
8306 2004-04-07  David Edelsohn  <edelsohn@gnu.org>
8307
8308         * config/rs6000/rs6000.c (processor_target_table): Add MASK_MFCRF
8309         to power4 and power5 entries.
8310
8311 2004-04-06  Geoffrey Keating  <geoffk@apple.com>
8312
8313         * c-common.h (pending_lang_change): Mark for PCH.
8314
8315 2004-04-07  Caroline Tice  <ctice@apple.com>
8316
8317         * gcc.c (main): Move 'break' in main loops (on an error)
8318         to wait until error processing has occurred.
8319
8320 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
8321
8322         * config.gcc: Stop changing enable_threads midstream.
8323         Replace uses of enable_threads_flag with enable_threads.
8324         * configure.ac: Replace uses of enable_threads_flag with
8325         enable_threads.  Improve autoconf quotation in one place.
8326         * configure: Regenerate.
8327
8328 2004-04-06  Uros Bizjak  <uros@kss-loka.si>
8329
8330         * builtins.c: Implement support for sincos function.
8331         (expand_builtin_mathfn): Remove BUILT_IN_SIN{,F,L} and
8332         BUILT_IN_COS{,F,L}.
8333         (expand_builtin_mathfn_3): New function.
8334         (expand_builtin): Expand BUILT_IN_SIN{,F,L} and
8335         BUILT_IN_COS{,F,L} using expand_builtin_mathfn_3 if
8336         flag_unsafe_math_optimization is set.
8337
8338         * optabs.h (enum optab_index): Add new OTI_sincos.
8339         (sincos_optab): Define corresponding macro.
8340
8341         * optabs.c (init_optabs): Initialize sincos_optab.
8342         (expand_twoval_unop): New function.
8343
8344         * genopinit.c (optabs): Implement sincos_optab using sincos?f3
8345         patterns.
8346
8347         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_SINCOS_COS
8348         and UNSPEC_SINCOS_SIN.
8349
8350         * config/i386/i386.md (sincosdf3, sincossf3, *sincosextendsfdf3,
8351         sincosxf3): New patterns to implement sincos, sincosf and sincosl
8352         built-ins as inline x87 intrinsics. Define splits for
8353         sindf2, sinsf2, *sinextendsfdf2, sinxf2, cosdf2,
8354         cossf2, *cosextendsfdf2 and cosxf2 patterns from corresponding
8355         sincos patterns.
8356         (sindf2, sinsf2, sinxf2): Rename to *sindf2, *sinsf2, *sinxf2.
8357         (cosdf2, cossf2, cosxf2): Rename to *cosdf2, *cossf2, *cosxf2.
8358
8359         (UNSPEC_SINCOS_SIN, UNSPEC_SINCOS_COS): New unspecs to represent
8360         x87's fsincos insn.
8361
8362 2004-04-06  Devang Patel  <dpatel@apple.com>
8363
8364         PR 14467
8365         * config/darwin.h (LINK_COMMAND_SPEC): Use c++filt instead of c++filt3.
8366
8367 2004-04-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8368
8369         * doc/install.texi: Update HP-UX 11 installation procedure.
8370
8371 2004-04-06  Paul Brook  <paul@codesourcery.com>
8372
8373         * doc/sourcebuild.texi: Remove obsolete contraint on testcases.
8374
8375 2004-04-05  Kaz Kojima  <kkojima@gcc.gnu.org>
8376
8377         * config/sh/sh.c (prepare_move_operands): Use emit_call_insn
8378         when the TLS address is generated by a function call.
8379         * config/sh/sh.md (tls_global_dynamic): Use a call expression.
8380         (tls_local_dynamic): Likewise.
8381
8382 2004-04-05  Andrew Pinski  <pinskia@physics.uc.edu>
8383
8384         * tree.c (reconstruct_complex_type): Use TYPE_READONLY
8385         and TYPE_VOLATILE.
8386
8387 2004-04-05  Caroline Tice  <ctice@apple.com>
8388
8389         * gcc.c (combine_flag): New global variable, for new driver option.
8390         (struct compiler): Add two new fields, to be used when
8391         combining multiple input files in a single pass (IMA).
8392         (default_compilers):  Add values for the new fields to all
8393         compiler entries. Modify the "@c" compiler entry for doing IMA
8394         properly with "-save-temps" and the "combine" flag.
8395         (option_map):  Add new driver option, "--combine", to tell driver
8396         to pass multiple input files to compiler at one time.
8397         (have_o_argbuf_index): New global variable.
8398         (store_arg): Modify to assign value to have_o_argbuf_index.
8399         (struct infile):  Add three new fields, to help with IMA.
8400         (display_help): Add help for new "combine" option.
8401         (process_command): Remove local variable have_o; add code to check
8402         for new "combine" option; remove assignment to combine_inputs.
8403         (do_spec_1):  Modify to deal with IMA better.
8404         (main): Make variable 'lang_n_infiles' local to entire function
8405         rather than to a single block.  Use flag combine_flag to
8406         determine whether to do IMA or not; Modify loop initializing
8407         infiles to deal properly with linker files.
8408         Add code for doing preprocessing in presence of
8409         IMA with "-save-temps" flag.  Modify "main" loop to handle
8410         multiple input files, in multiple languages, with or without
8411         preprocessing,  gracefully.
8412         * toplev.c (set_src_pwd): Modify to not complain if attempting to
8413         re-set it to same directory it's previously been set to (avoid
8414         irritating, meaningless warning messages when doing IMA with
8415         save-temps).
8416         * doc/invoke.texi: Add "-combine" to list of Overall Options;
8417         remove documentation about IMA that is no longer accurate; Add
8418         documentation explaining what "-combine" does.
8419         * ada/lang-specs.h: Add initialization values for new fields in
8420         "struct compiler".
8421         * cp/lang-specs.h: Likewise.
8422         * f/lang-specs.h: Likewise.
8423         * java/lang-specs.h: Likewise.
8424         * objc/lang-specs.h: Likewise.
8425         * treelang/lang-specs.h: Likewise.
8426
8427 2004-04-05  David Edelsohn
8428
8429         * config/rs6000/rs6000.c (VTABLE_NAME_P): Add _ZTI to special
8430         symbol handling.
8431
8432 2004-04-05  Jakub Jelinek  <jakub@redhat.com>
8433             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8434
8435         PR optimization/13424 (hppa), bootstrap/14462, c/14828
8436         * pa.md: Use replace_equiv_address to retain the attributes of the
8437         memory operands used in the split and peephole2 patterns for optimizing
8438         the pre-reload movstrsi, movstrdi, clrstrsi and clrstrdi patterns.
8439
8440 2004-04-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8441
8442         * c-decl.c (build_compound_literal): Use TYPE_READONLY.
8443         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
8444         * objc/objc-act.c (adorn_decl, gen_declspecs): Likewise.
8445         * c-typeck.c (decl_constant_value): Don't access DECL_INITIAL of a
8446         PARM_DECL.
8447         * calls.c (flags_from_decl_or_type): Use TYPE_READONLY and do so only
8448         for a type.
8449         * print-tree.c (print_node): Properly handle side-effects, readonly,
8450         and constant flags.
8451         * tree.c (build1_stat, build_expr_wfl): Only look at TREE_SIDE_EFFECTS
8452         and TREE_CONSTANT if not a type.
8453         * tree.h (IS_NON_TYPE_CODE_CLASS): New macro.
8454         (IS_EXPR_CODE_CLASS): Write 'E', not 'e'.
8455         (NON_TYPE_CHECK): New macro.
8456         (TREE_SIDE_EFFECT, TREE_READONLY, TREE_CONSTANT: Add check.
8457
8458 2004-04-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
8459
8460         * config/sparc/sol2-bi.h (PREFERRED_DEBUGGING_TYPE): Set
8461         to DWARF2_DEBUG unconditionally.
8462         (ASM_DEBUG_SPEC): Set the default to --gdwarf2 unconditionally.
8463
8464 2004-04-04  Ian Lance Taylor  <ian@wasabisystems.com>
8465             Nathanael Nerode  <neroden@gcc.gnu.org>
8466
8467         PR target/14548
8468         * config.host: Set the shell variable host_can_use_collect2.
8469         Set it to yes by default, and to no for alpha*-dec-*vms*,
8470         i[34567]86-*-mingw32*, and powerpc-*-beos*.
8471         * configure.ac: Set and substitute the shell variable collect2.
8472         Give an error if use_collect2 is yes and host_can_use_collect2 is
8473         no.
8474         * Makefile.in (COLLECT2): Rename from USE_COLLECT2.  Change all
8475         uses.  Initialize to @collect2@.
8476         (STAGESTUFF): Remove $(USE_COLLECT2).
8477         * config/alpha/x-vms (USE_COLLECT2): Don't set.
8478         * config/i386/t-mingw32 (USE_COLLECT2): Likewise.
8479         * config/rs6000/t-beos (USE_COLLECT2): Likewise.
8480         * config/pa/t-pa64: Remove commented out USE_COLLECT2.
8481         * configure: Regenerate.
8482
8483 2004-04-04  Roger Sayle  <roger@eyesopen.com>
8484
8485         * simplify-rtx.c (simplify_binary_operation): Constant fold
8486         DIV, MOD, UDIV and UMOD using div_and_round_double.
8487
8488 2004-04-04  Mark Mitchell  <mark@codesourcery.com>
8489
8490         PR c++/14804
8491         * varasm.c (initializer_constant_valid_p): Allow NOP_EXPRs to
8492         RECORD_TYPEs.
8493
8494 2004-04-04  Mark Mitchell  <mark@codesourcery.com>
8495
8496         * doc/invoke.texi (-mabi=o64): Create link to O64 ABI
8497         documentation.
8498
8499 2004-04-04  Roger Sayle  <roger@eyesopen.com>
8500
8501         * cse.c (cse_insn): Correct usage of simplify_replace_rtx when
8502         updating the REG_EQUAL note on an insn's libcall_insn.
8503
8504 2004-04-04  Roger Sayle  <roger@eyesopen.com>
8505
8506         * df.h: Tidy up whitespace in the definitions of the DF_ flags.
8507
8508 2004-04-03  Roger Sayle  <roger@eyesopen.com>
8509
8510         * fold-const.c (fold) <PLUS_EXPR>: Guard (-A)+B -> B-A transformation
8511         with reorder_operands_p.
8512
8513 2004-04-03  Jan Hubicka  <jh@suse.cz>
8514
8515         * md.texi (vec_set, vec_extract, vec_init): Document.
8516
8517 2004-04-02  Gabor Loki <loki@inf.u-szeged.hu>
8518
8519        * opts.c (decode_options): Do function inlining with very small
8520        max-inline-insns-* parameters when optimizing for size.
8521
8522 2004-04-02  Vladimir Makarov  <vmakarov@redhat.com>
8523
8524         * config/i386/i386.h (TARGET_NOCONA): New macro.
8525         (TARGET_CPU_CPP_BUILTINS): Add code for Nocona.
8526         (processor_type): Add PROCESSOR_NOCONA.
8527
8528         * config/i386/i386.md (cpu): Add nocona to the attribute values.
8529
8530         * config/i386/i386.c (nocona_cost): New variable.
8531         (m_NOCONA): New macro.
8532         (x86_push_memory, x86_movx, x86_cmove, x86_deep_branch,
8533         x86_branch_hints, x86_use_sahf, x86_single_stringop,
8534         x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8,
8535         x86_integer_DFmode_moves, x86_partial_reg_dependency,
8536         x86_memory_mismatch_stall, x86_accumulate_outgoing_args,
8537         x86_decompose_lea, x86_arch_always_fancy_math_387,
8538         x86_sse_partial_reg_dependency, x86_sse_load0_by_pxor,
8539         x86_ext_80387_constants, x86_four_jump_limit):
8540         (override_options): Add nocona_cost to processor_target_table.
8541         Set up PROCESSOR_NOCONA for Nocona entry in processor_alias_table.
8542         (incdec_operand): Prevent inc/dec generation for Nocona too.
8543         (ix86_issue_rate): Add PROCESSOR_NOCONA.
8544
8545 2004-04-01  Andrew Pinski  <pinskia@physics.uc.edu>
8546
8547         * rtlanal.c (find_reg_note): Manually
8548         unswitch the loop.
8549
8550 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
8551
8552         * genemit.c (gen_split): Change prototype of generated code.
8553         * genrecog.c (write_action): Adjust prototype for and calls to
8554         gen_split_*.
8555         * gensupport.c (struct queue_elem): Add split field.
8556         (queue_pattern): Return a value.  Clear the split field.
8557         (process_rtx): Maintain an association between an insn and the
8558         split generated from it for a define_insn_and_split.
8559         (process_one_cond_exec): Generate a new split for a
8560         define_insn_and_split.
8561         * config/arm/arm-protos.h (arm_split_constant): Add insn
8562         parameter.
8563         (emit_constant_insn): New function.
8564         (arm_gen_constant): Use it.
8565         * config/arm/arm.md: Adjust calls to arm_split_constant.
8566
8567 2004-04-02  Jan Hubicka  <jh@suse.cz>
8568
8569         * cgraph.c: Add overall comment.
8570         (cgraph_inline_hash): New global variable.
8571         (cgraph_create_node): Break out from ...
8572         (cgraph_node): ... here.
8573         (cgraph_edge): New function.
8574         (cgraph_create_edge): New CALL_EXPR argument; some sanity checking.
8575         (cgraph_remove_edge): Accept edge, intead of source and destination.
8576         (cgraph_redirect_edge_callee): New.
8577         (cgraph_remove_node): Update all new datastructures.
8578         (cgraph_record_call, cgraph_remove_call): Kill.
8579         (dump_cgraph_node): Break out from ... ; dump new datastructures.
8580         (dump_cgraph): ... here.
8581         (cgraph_function_possibly_inlined_p): Use new hashtable.
8582         (cgraph_clone_edge, cgraph_clone_node): New.
8583         * cgraph.h: Include hashtab.h
8584         (struct cgraph_global_info): Kill cloned_times, inline_once, will_be_output
8585         fields, add inlined_to pointer.
8586         (cgraph_node): Add pointer to next_clone.
8587         (cgraph_remove_edge, cgraph_create_edge): Update prototype.
8588         (cgraph_remove_call, cgraph_record_call): Kill.
8589         (cgraph_inline_hash): Declare.
8590         (dump_cgraph_node, cgraph_edge, cg4raph_clone_edge, cgraph_clone_node,
8591         cgraph_redirect_edge_callee): Declare.
8592         (cgraph_create_edges, cgraph_inline_p): Update prorotype.
8593         (cgraph_preserve_function_body_p, verify_cgraph, verify_cgraph_node,
8594         cgraph_mark_inline_edge, cgraph_clone_inlined_nodes): Declare.
8595         * cgraphunit.c: Add overall comment.
8596         (cgraph_optimize_function): Kill.
8597         (cgraph_assemble_pending_functions): Do not assemble inline clones.
8598         (cgraph_finalize_function): Update call of cgraph_remove_node
8599         (record_call_1): Record call sites.
8600         (cgraph_create_edges): Accept node instead of decl argument.
8601         (error_found): New static variable.
8602         (verify_cgraph_node_1, verify_cgraph_node, verify_cgraph): New functions.
8603         (cgraph_analyze_function): Update for new datastructures.
8604         (cgraph_finalize_compilation_unit): Plug memory leak.
8605         (cgraph_optimize_function): Kill.
8606         (cgraph_expand_function): Do not use cgraph_optimize_function.
8607         (INLINED_TIMES, SET_INLINED_TIMES, cgraph_inlined_into,
8608         cgraph_inlined_callees): Kill.
8609         (cgraph_remove_unreachable_nodes): Verify cgraph; update handling of
8610         clones.
8611         (estimate_growth): Simplify.
8612         (cgraph_clone_inlined_nodes): New function.
8613         (cgraph_mark_inline_edge): Re-implement.
8614         (cgraph_mark_inline): Likewise.
8615         (cgraph_check_inline_limits): Simplify.
8616         (cgraph_recursive_inlining_p): New.
8617         (update_callee_keys): Break out from ...
8618         (cgraph_decide_inlining_of_small_functions): ... here; simplify.
8619         (cgraph_decide_inlining, cgraph_decide_inlining_incrementally):
8620         Likewise.
8621         (cgraph_expand_all_functions):  Remove inline clones from the ordered
8622         list.
8623         (cgraph_preserve_function_body_p): New predicate.
8624         (cgraph_optimize): Verify cgraph.
8625         * function.h (struct function): Add fields saved_tree/saved_args.
8626         * timevar.def (TV_CGRAPH_VERIFY): Use verifier.
8627         * toplev.c (rest_of_compilation): Do not free cfun.
8628         * tree-inline.c: Include function.h
8629         (struct inline_data): Add saving_p field; replace decl/current_decl by
8630         node/current_node.
8631         (insert_decl_map): New function.
8632         (copy_body_r): Handle saving; update cgraph datastructure.
8633         (copy_body): Handle recursive inlining.
8634         (initialize_inlined_parameters): Likewise.
8635         (expand_call_inline): Propagate node attributes; update cgraph.
8636         (optimize_inline_calls): Verify that datastructure still match.
8637         (save_body): New function.
8638         * tree-inline.h (save_body): New.
8639         * tree-optimize.c (tree_rest_of_compilation): preserve function body; do inlining.
8640         * langhooks-def.c (LANG_HOOKS_UPDATE_DECL_AFTER_SAVING): New.
8641         * langhooks.c (lang_hooks): Add update_decl_after_saving.
8642
8643 2004-04-01  Serge Belyshev  <1319@bot.ru>
8644
8645         PR target/14702
8646         * config/i386/i386.md: fix source operand constraints in
8647         mmx_pshufw, sse2_pshufd, sse2_pshuflw, sse2_pshufhw
8648
8649 2004-04-01  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
8650
8651         * fold-const.c (folda): Preserve types of comparisons.
8652
8653 2004-04-01  Richard Henderson  <rth@redhat.com>
8654
8655         * toplev.c (backend_init): Move init_optimization_passes call ...
8656         (lang_dependent_init): ... here.
8657
8658 2004-04-01  Alan Modra  <amodra@bigpond.net.au>
8659             Jakub Jelinek  <jakub@redhat.com>
8660
8661         * gcc.c (init_gcc_specs): If HAVE_LD_AS_NEEDED, link with
8662         -lgcc --as-needed -lgcc_s --no-as-needed by default.
8663         * configure.ac (HAVE_LD_AS_NEEDED): Check for ld --as-needed.
8664         * configure: Rebuilt.
8665         * config.in: Rebuilt.
8666         * Makefile.in (stage1-start): Copy also libgcc_s*$(SHLIB_EXT).
8667         (stage2-start, stage3-start, stage4-start): Likewise.
8668         (stageprofile-start, stagefeedback-start): Likewise.
8669
8670 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
8671
8672         * config/sparc/sparc.h (DITF_CONVERSION_LIBFUNCS): Define to 0.
8673         * config/sparc/linux.h (DITF_CONVERSION_LIBFUNCS): Redefine to 1.
8674         * config/sparc/linux64.h (DITF_CONVERSION_LIBFUNCS): Redefine to 1.
8675         * config/sparc/sol2.h (DITF_CONVERSION_LIBFUNCS): Redefine to 1.
8676         (SOLARIS_CONVERSION_LIBFUNCS): Rename to SUN_CONVERSION_LIBFUNCS.
8677         * config/sparc/sparc.c (sparc_init_libfuncs): Initialize optabs
8678         with _Q_qtoll, _Q_qtoull and _Q_lltoq if DITF_CONVERSION_LIBFUNCS.
8679         * config.gcc (sparc-*-linux*): Revert 2004-03-23 change.
8680         * config/sparc/t-linux64 (TARGET_LIBGCC2_CFLAGS): Likewise.
8681         * config/sparc/t-linux: Removed.
8682
8683 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
8684
8685         PR c++/14755
8686         * fold-const.c (fold) <EQ_EXPR>: Properly compute newconst in
8687         "bitfld++ == const" to "++bitfld == const + incr" transformations.
8688
8689 2004-04-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8690
8691         * expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED.
8692         * stor-layout.c (layout_decl): Likewise.
8693         * tree.c (get_narrower): Likewise and also use BIT_FIELD_REF_UNSIGNED.
8694         * fold-const.c (make_bit_field_ref): Use BIT_FIELD_REF_UNSIGNED.
8695         * print-tree.c (print_node): Handle various used of unsigned_flag.
8696         * tree.def (BIT_FIELD_REF): Update comment.
8697         * tree.h (TREE_UNSIGNED): Deleted.
8698         (DECL_UNSIGNED, BIT_FIELD_REF_UNSIGNED): New macros.
8699
8700 2004-03-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8701
8702         * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin.c, c-decl.c:
8703         Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.
8704         * c-format.c, c-opts.c, c-pretty-print.c, c-typeck.c: Likewise.
8705         * calls.c, convert.c, dbxout.c, dojump.c, dwarf2out.c: Likewise.
8706         * expmed.c, expr.c, fold-const.c, function.c, integrate.c: Likewise.
8707         * optabs.c, sdbout.c, stmt.c, stor-layout.c, tree-dump.c: Likewise.
8708         * tree.c, config/iq2000/iq2000.c, config/m32r/m32r.c: Likewise.
8709         * config/mips/mips.c, config/rs6000/rs6000.c: Likewise.
8710         * config/s390/s390.c, config/sparc/sparc.c, objc/objc-act.c: Likewise.
8711         * stor-layout.c (layout_type, case COMPLEX_TYPE): Test for
8712         REAL_TYPE, not INTEGER_TYPE.
8713         (layout_type, case VECTOR_TYPE): Simplify code.
8714         * tree.c (build_vector_type_for_mode): Remove dup unsigned setting.
8715         * tree.h: Update comments.
8716         (STRIP_NOPS): Use TYPE_UNSIGNED.
8717         (TYPE_UNSIGNED): New macro.
8718         (TYPE_TRAP_SIGNED): Remove now redundant check.
8719         (SAVE_EXPR_NOPLACEHOLDER): Don't use TREE_UNSIGNED.
8720
8721 2004-03-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8722
8723         * function.c (put_var_into_stack): Properly set orig_reg for indirect.
8724
8725 2004-03-31  Andrew Pinski  <pinskia@physics.uc.edu>
8726
8727         * config/rs6000/t-darwin (LIB2FUNCS_STATIC_EXTRA):
8728         Add darwin-fpsave.asm, darwin-vecsave.asm,
8729         and darwin-world.asm.
8730         (TARGET_LIBGCC2_CFLAGS): Add -Wa,-force_cpusubtype_ALL
8731         as the asm files contain altivec instructions.
8732         * config/rs6000/darwin-fpsave.asm: New file.
8733         * config/rs6000/darwin-vecsave.asm: New file.
8734         * config/rs6000/darwin-world.asm: New file.
8735
8736 2004-03-31  Zack Weinberg  <zack@codesourcery.com>
8737
8738         * gengtype-yacc.y (option, stringseq): Add missing
8739         terminating semicolon.
8740
8741 2004-03-30  David Edelsohn  <edelsohn@gnu.org>
8742
8743         * config/rs6000/rs6000.md (tls_gd_32, tls_gd_64,
8744         tls_ld_32, tls_ld_64, tls_dtprel_32, tls_dtprel_64,
8745         tls_dtprel_ha_32, tls_dtprel_ha_64,
8746         tls_dtprel_lo_32, tls_dtprel_lo_64,
8747         tls_got_dtprel_64, tls_tprel_32, tls_tprel_64,
8748         tls_tprel_ha_32, tls_tprel_ha_64,
8749         tls_tprel_lo_32, tls_tprel_lo_64,
8750         tls_got_tprel_32, tls_got_tprel_64,
8751         tls_tls_32, tls_tls_64): Replace register_operand with
8752         gpc_reg_operand.
8753
8754 2004-03-30  Mostafa Hagog  <mustafa@il.ibm.com>
8755
8756         * config/rs6000/rs6000.md (*ctrsi_internal1, *ctrsi_internal2,
8757         *ctrdi_internal1, *ctrdi_internal2, *ctrsi_internal3,
8758         *ctrsi_internal4, *ctrdi_internal3, *ctrdi_internal4,
8759         *ctrsi_internal5, *ctrsi_internal6, *ctrdi_internal5,
8760         *ctrdi_internal6): Replace register_operand with
8761         nonimmediate_operand.
8762
8763 2004-03-29  Fariborz Jahanian <fjahanian@apple.com>
8764
8765         * fold-const.c (fold): Reassociate multiply expression
8766         with an adjacent non-multiply expression to use
8767         architecture's multiply-add instruction.
8768
8769 2004-03-30  Zack Weinberg  <zack@codesourcery.com>
8770
8771         * gengtype.c (create_option): New function.
8772         * gengtype.h: Prototype it.
8773         * gengtype-yacc.y (stringseq): New rule.
8774         (option): Use create_option.  Add new bare ID production.  Use
8775         stringseq, not STRING directly.
8776
8777         * alias.c, bitmap.c, c-decl.c, cgraph.h, cpplib.h, cselib.h
8778         * dwarf2out.c, emit-rtl.c, function.h, lists.c, tree.h
8779         * varray.h, config/alpha/alpha.c:
8780         Use new shorter form of GTY markers.
8781
8782         * doc/gty.texi: Rewrite.
8783
8784 2004-03-30  Andrew Pinski  <pinskia@physics.uc.edu>
8785
8786         * config/darwin.c (machopic_function_base_name):
8787         Remove current_name and getting the name of the
8788         current function.
8789
8790 2004-03-30  Nick Clifton  <nickc@redhat.com>
8791
8792         * config/arm/arm.md (thumb_jump): Reduce the backward branch
8793         range, and increase the forward branch range, to allow for
8794         the fact that the PC will be off by 4.
8795
8796 2004-03-30  Alan Modra  <amodra@bigpond.net.au>
8797
8798         * .cvsignore: Add GPATH, GRTAGS, GSYMS and GTAGS (GNU GLOBAL)
8799
8800 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
8801
8802         * config/rs6000/rs6000.c (output_vec_const_move):
8803         Find all cases of EASY_VECTOR_15_ADD_SELF.
8804         (easy_vector_constant_add_self): Accept
8805         all vector constant loadable by vsplt* and vadd*.
8806         (easy_vector_same): Use easy_vector_splat_const.
8807         (easy_vector_const): Use easy_vector_splat_const.
8808         (easy_vector_splat_const): New function.
8809         (gen_easy_vector_constant_add_self): New function.
8810
8811         * config/rs6000/rs6000-protos.c (gen_easy_vector_constant_add_self):
8812         New prototype.
8813
8814         * config/rs6000/altivec.md (movv4si splitter): Change to
8815         emit move insn with halfed vector constant.
8816         (*movv8hi splitter): Likewise.
8817         (*movv16qi splitter): Likewise.
8818
8819 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
8820
8821         PR 11591
8822         * config/rs6000/rs6000.c (rs6000_legitimate_address):
8823         Allow any offset to argument pointer in no-strict case.
8824
8825 2004-03-30  Jan Hubicka  <jh@suse.cz>
8826
8827         * toplev.c (backend_init): Add missing call to inint_optimization_passes.
8828         * passes.c (init_optimization_passes, finish_optimization_passes): Output cgraph
8829         dump file in non-unit-at-a-time mode.
8830
8831 2004-03-29  Hans-Peter Nilsson  <hp@axis.com>
8832
8833         * config/cris/cris.h: Correct #ifdef to test for
8834         HAVE_AS_NO_MUL_BUG_ABORT_OPTION, not
8835         HAVE_AS_MUL_BUG_ABORT_OPTION.
8836
8837 2004-03-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8838
8839         * function.c (put_var_into_stack): If old RTL was ADDRESSOF, update
8840         the address inside the old RTL.
8841
8842 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
8843
8844         * c-decl.c: Verify that C_SIZEOF_STRUCT_LANG_IDENTIFIER is correct.
8845         (struct c_binding, struct c_scope): Add chain_next
8846         attributes to GTY markers.
8847         (struct lang_identifier, struct lang_tree_node): Define
8848         here...
8849         * c-tree.h: ... not here.  No longer need to declare struct
8850         c_binding either.  Do define C_SIZEOF_STRUCT_LANG_IDENTIFIER.
8851         * c-lang.c, objc/objc-lang.c: Set LANG_HOOKS_IDENTIFIER_SIZE
8852         to C_SIZEOF_STRUCT_LANG_IDENTIFIER.
8853
8854         PR 14734, 11944
8855         * c-decl.c (get_parm_info): If error_mark_node is encountered
8856         in the bindings chain, unbind and discard it; don't abort.
8857
8858 2004-03-28  Olga Golovonevsky <olga@il.ibm.com>
8859             Dorit Naishlos <dorit@il.ibm.com>
8860
8861         * config/rs6000/altivec.md: (andvv16qi3, andv8hi3, one_cmplv16qi2,
8862         one_cmplv8hi2, one_cmplv4si2, iorv16qi3, iorv8hi3,): New modelling.
8863
8864 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
8865
8866         * config/m68hc11/m68hc11-protos.h (m68hc11_page0_symbol_p): Declare.
8867
8868         * config/m68hc11/m68hc11.c (m68hc11_handle_page0_attribute): New.
8869         (m68hc11_attribute_table): New attribute "page0" to mark a global
8870         variable as being allocated from within page0 section.
8871         (m68hc11_encode_label): New function.
8872         (m68hc11_strip_name_encoding): New function.
8873         (m68hc11_page0_symbol_p): New function.
8874         (m68hc11_indirect_p): Accept global variables marked in page0.
8875         (m68hc11_encode_section_info): Lookup "page0" attribute.
8876
8877         * config/m68hc11/m68hc11.h (EXTRA_CONSTRAINT): 'R' constraint also
8878         represents access to page0 variables.
8879
8880         * config/m68hc11/m68hc11.md ("*logicalsi3_zexthi"): Use gen_rtx_REG.
8881         ("*logicalsi3_silshl16_zext"): Likewise.
8882         ("*ashldi3_const32"): Likewise.
8883         (peephole2 ashift): Likewise.
8884
8885 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
8886
8887         * c-tree.h (C_DECL_REGISTER): New.
8888         * c-aux-info.c (gen_decl), c-decl.c (objc_mark_locals_volatile,
8889         finish_decl, grokdeclarator, get_parm_info), c-typeck.c
8890         (build_array_ref, c_mark_addressable): Set and use it.
8891         * c-decl.c (grokdeclarator), c-typeck.c (c_mark_addressable):
8892         Allow structures with volatile fields to be declared register.
8893         Don't check TREE_ADDRESSABLE before warning about taking address
8894         of register.
8895         * c-decl.c (finish_decl): Don't allow structures with volatile
8896         fields to be placed in named register.
8897         * doc/trouble.texi: Remove reference to structures with volatile
8898         fields in registers.
8899
8900 2004-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
8901
8902         * function.c (thread_prologue_and_epilogue): Move
8903         NOTE_INSN_FUNCTION_END and NOTE_INSN_FUNCTION_BEG notes
8904         before the epilogue.
8905
8906 2004-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
8907
8908         * expr.c (store_constructor): Use gen_int_mode to correctly
8909         sign-extend CONST_INT value.
8910
8911 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8912
8913         * builtin-types.def (BT_WINT, BT_FN_INT_WINT, BT_FN_WINT_WINT): New.
8914         * builtins.def (DEF_C94_BUILTIN): New.  Add wctype builtins.
8915         * doc/extend.texi: Likewise.
8916
8917 2004-03-26  Diego Novillo  <dnovillo@redhat.com>
8918
8919         * c-typeck.c (comptypes): Replace calls to TYPE_DOMAIN
8920           with TYPE_ORIG_SIZE_TYPE.
8921
8922 2004-03-25  Aldy Hernandez  <aldyh@redhat.com>
8923
8924         PR 14219
8925         * c-typeck.c (build_binary_op): Do not allow comparisons of
8926         vectors.
8927
8928 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
8929
8930         * config.gcc: Remove sparc-tti-*.
8931         * config/sparc/pbd.h: Delete.
8932
8933         * config/sparc/sol2.h: Remove note about Sun OS 4.x.
8934         * config/sparc/aout.h: Likewise.
8935
8936         * config/sparc/sparc.h: Remove if 0'd code.
8937         * config/sparc/sparc.md (call): Remove if 0'd code.
8938         (call_value): Likewise.
8939         (nonlocal_goto): Likewise.
8940         (unimp_insn): Delete.
8941
8942 2004-03-25  Roger Sayle  <roger@eyesopen.com>
8943
8944         * fold-const.c (tree_expr_nonnegative_p): Handle BIT_XOR_EXPR like
8945         BIT_IOR_EXPR; A^B is nonnegative when A and B are nonnegative.
8946
8947 2004-03-25  Richard Henderson  <rth@redhat.com>
8948
8949         PR 11527
8950         * c-typeck.c (pop_init_level): Emit pending init elements earlier
8951         rather than later.
8952
8953 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8954
8955         * builtins.c (fold_builtin): Fix error in last change.
8956
8957 2004-03-25  Richard Sandiford  <rsandifo@redhat.com>
8958
8959         * config/mips/mips.h: Formatting fix.
8960
8961 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8962
8963         * builtins.def: Add ctype builtins.
8964         * doc/extend.texi: Likewise.
8965
8966 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8967
8968         * builtins.c (fold_builtin): Add new builtin optimizations for
8969         sqrt and/or cbrt.
8970         * fold-const.c (fold): Likewise.
8971
8972 2004-03-25  David Edelsohn  <edelsohn@gnu.org>
8973
8974         * config/rs6000/rs6000.c (rs6000_always_hint): New variable.
8975         (rs6000_sched_groups): New variable.
8976         (processor_target_table): Add power5.
8977         (rs6000_override_options): Set rs6000_sched_insert_nops,
8978         rs6000_sched_costly_dep and rs6000_sched_restricted_insns_priority
8979         from rs6000_sched_groups.
8980         (output_cbranch): Use rs6000_always_hint.
8981         (rs6000_variable_issue): Use rs6000_sched_groups.
8982         (rs6000_adjust_cost): Add CPU_POWER5.
8983         (is_microcoded_insn): Use rs6000_sched_groups.
8984         (is_dispatch_slot_restricted): Use rs6000_sched_groups.
8985         Return 2 for POWER5 cracked instructions.
8986         (is_cracked_insn): Use rs6000_sched_groups.
8987         (is_branch_slot_insn): Use rs6000_sched_groups.
8988         (rs6000_issue_rate): Add CPU_POWER5.
8989         (rs6000_sched_finish): Use rs6000_sched_groups.
8990         (rs6000_rtx_costs): Add PROCESSOR_POWER5.
8991         * config/rs6000/rs6000.h (processor_type): Add PROCESSOR_POWER5.
8992         (DEFAULT_SCHED_COSTLY_DEP): Delete.
8993         (DEFAULT_RESTRICTED_INSNS_PRIORITY): Delete.
8994         (DEFAULT_SCHED_FINISH_NOP_INSERTION_SCHEME): Delete.
8995         * config/rs6000/rs6000.md (define_attr "cpu"): Add power5.
8996         * config/rs6000/power5.md: New file.
8997         * doc/invoke.texi: Add power5 option.
8998
8999 2004-03-25  Kazu Hirata  <kazu@cs.umass.edu>
9000
9001         * cfgrtl.c, dbxout.c, tree.def, config/darwin.h,
9002         config/arm/arm.c, objc/objc-act.c: Fix comment typos.
9003         * doc/invoke.texi: Fix a typo.
9004
9005 2004-03-25  Kazu Hirata  <kazu@cs.umass.edu>
9006
9007         PR optimization/9707.
9008         * stmt.c (emit_case_nodes): Emit equality comparisons instead
9009         of recursing if both children are single-valued cases with no
9010         children.
9011
9012 2004-03-25  Paul Brook  <paul@codesourcery.com>
9013
9014         * config/arm/arm.c (vfp_print_multi): Remove.
9015         (arm_output_fldmx): New function.
9016         (vfp_emit_fstmx): Return block size, not insn. Add ARM10 VFPr1 bugfix.
9017         (arm_expand_prologue): Update to match.
9018         (arm_get_vfp_saved_size): New Function.
9019         (arm_get_frame_offsets): Use it.
9020         (arm_output_epilogue): Use new functions.
9021
9022 2004-03-24  Richard Henderson  <rth@redhat.com>
9023
9024         * alias.c (alias_invariant, alias_invariant_size): Mark GTY.
9025         (reg_known_value, reg_known_value_size): Likewise; make static.
9026         (reg_known_equiv_p): Make static.
9027         (clear_reg_alias_info): Update for new indexing.
9028         (get_reg_known_value, set_reg_known_value): New.
9029         (get_reg_known_equiv_p, set_reg_known_equiv_p): New.
9030         (canon_rtx): Use them.
9031         (init_alias_analysis): Likewise.  Allocate reg_known_value with gc.
9032         Don't play queer offsetting games with reg_known_value and
9033         reg_known_equiv_p.
9034         (end_alias_analysis): Free reg_known_value with gc.
9035         * rtl.h (get_reg_known_value, get_reg_known_equiv_p): Declare.
9036         * sched-deps.c (reg_known_equiv_p, reg_known_value): Remove.
9037         (deps_may_trap_p, sched_analyze_1, sched_analyze_2): Use the new
9038         functions instead.
9039
9040 2004-03-24  Kazu Hirata  <kazu@cs.umass.edu>
9041
9042         * dwarf2asm.c, loop.h, pretty-print.c, pretty-print.h,
9043         config/i386/mmintrin.h: Update copyright.
9044
9045 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
9046
9047         * configure.ac: Add --enable-werror-always (for top level bootstrap
9048         support).
9049         * configure: Regenerate.
9050
9051 2004-03-24  Ziemowit Laski  <zlaski@apple.com>
9052
9053         * objc/objc-act.c (objc_comptypes): Treat comparisons
9054         between 'Class' and '<class> *' as explicitly invalid.
9055
9056 2004-03-24  David Edelsohn  <edelsohn@gnu.org>
9057
9058         * doc/invoke.texi (-frename-registers): Add enabled at -O3.
9059         (-fprofile-values): Add enabled with profile-{generate,use}.
9060         (-fvpt): Same.
9061         (-ftracer): Add enabled with profile-use.
9062         (-funit-at-a-time): Add enabled at -O2,-O3.
9063         (-funroll-loops): Add enabled with profile-use.
9064         (-funswitch-loops): Add enabled with profile-use.  Remove duplicates.
9065         (max-gcse-passes): Mention default.
9066         (max-cse-path-length): Mention default.
9067
9068 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
9069
9070         * Makefile.in (STRICT2_WARN): Reorder.
9071         * configure.ac: Check for -Wold-style-definition, and use it
9072         in strict1_warn if it's available.
9073         * configure: Regnerate.
9074
9075 2004-03-24  Paul Brook  <paul@nowt.org>
9076
9077         * config.gcc <arm>: Add --with-abi=
9078         * config/arm/arm-protos.h (arm_get_frame_size, thumb_get_frame_size,
9079         thumb_far_jump_used): Remove prototypes.
9080         (arm_needs_doubleword_align): Add prototype.
9081         (thumb_compute_initial_elimination_offset): Ditto.
9082         * config/arm/arm.c (arm_get_frame_offsets): New function.
9083         (use_return_insn, output_return_instruction, arm_output_epilogue,
9084         arm_output_function_epilogue, arm_compute_initial_elimination_offset,
9085         arm_expand_prologue, thumb_expand_epilogue): Use it.
9086         (arm_abi, target_abi_name, all_arm_abis): New variables.
9087         (arm_override_options): Set them.  Set structure padding for AAPCS.
9088         (arm_return_in_memory): Update ABI check.
9089         (arm_init_cumulative_args): Initialize can_split.
9090         (arm_needs_doubleword_align): New function.
9091         (arm_function_arg): Don't split args after pushing to stack. Handle
9092         doubleword/even reg alignment.
9093         (arm_va_arg): Handle all doubleword aligned args.
9094         (add_minpoolforward ref, dump_minpool, push_minpool_fix): Align based
9095         on ABI, not CPU.
9096         (arm_compute_save_reg0_reg12_mask): Fix comment.
9097         (thumb_get_frame_size, thumb_get_frame_size): Remove.
9098         (thumb_jump_far_used_p): Remove superfluous argument.  Return save
9099         value for alignment.
9100         (thumb_unexpanded_epilogue, thumb_output_function_prologue): Change
9101         to match.
9102         (thumb_compute_initial_elimination_offset): New function.
9103         (thumb_expand_prologue): Use arm_get_frame_offsets.  Remove
9104         unneccessary rounding.
9105         * config/arm/arm.h (target_abi_name): Declare.
9106         (ARM_DOUBLEWORD_ALIGN, DOUBLEWORD_ALIGNMENT, TARGET_IWMMXT_ABI,
9107         arm_abi_type, ARM_DEFAULT_ABI): Define.
9108         (ARM_FLAG_ATPCS): Remove.
9109         (TARGET_OPTIONS, OPTION_DEFAULT_SPECS): Add -mabi=.
9110         (BIGGEST_ALIGNMENT, PREFERRED_STACK_BOUNDARY, STACK_BOUNDARY): Use it.
9111         (ADJUST_FIELD_ALIGN, DATA_ALIGNMENT, LOCAL_ALIGNMENT,
9112         TYPE_NEEDS_IWMMXT_ALIGNMENT): Remove.
9113         (LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P, FUNCTION_ARG_REGNO_P):
9114         Contitionalize on ABI, not CPU.
9115         (struct arm_stack_offsets): Define.
9116         (struct machine_function): Add stack_offsets.  Remove frame_size.
9117         (FUNCTION_ARG_PARTIAL_NREGS): Don't split if previous args have been
9118         pushed.
9119         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_BOUNDARY): Handle general
9120         doubleword alignment.
9121         (THUMB_INITIAL_ELIMINATION_OFFSET,
9122         ARM_INITIAL_ELIMINATION_OFFSET): Remove.
9123         (INITIAL_ELIMINATION_OFFSET): Call functions directly.
9124         * config/arm/arm.md (align_8): Enable for all targets.
9125         * config/arm/netbsd-elf.h (TARGET_DEFAULT): Remove TARGET_ATPCS.
9126         (ARM_DEFAULT_ABI): Define.
9127         * doc/invoke.texi <ARM>: Document -mabi=. Update documentation for
9128         -mstructure-size-boundary.
9129
9130 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
9131
9132         * configure.ac: Check for -Wno-variadic-macros; don't use
9133         -pedantic (in stage 1 or a simple 'make all') unless it's available,
9134         and if it's available, use it.  Also, clean up check for
9135         -Wno-long-long.
9136         * configure: Regenerate.
9137
9138 2004-03-24  Richard Sandiford  <rsandifo@redhat.com>
9139
9140         * config.gcc (mips64vr-*-elf*, mips64vrel-*-elf*): Remove tm_defines.
9141         * config/mips/vr.h (DEFAULT_VR_ARCH): New macro, defined to vr4130.
9142         (MULTILIB_DEFAULTS): Use it.
9143         (MIPS_CPU_STRING_DEFAULT): Remove.
9144         (MIPS_ABI_DEFAULT, MIPS_MARCH_CONTROLS_SOFT_FLOAT): Define.
9145         (DRIVER_SELF_SPECS): Make -mfix-vr4122-bugs imply -march=vr4120.  Make
9146         EABI64 -mlong32 the default ABI.  Enforce the default architecture.
9147         * config/mips/t-vr (MULTILIB_OPTIONS): Add mfix-vr4122-bugs,
9148         march=vr4130, march=vr4300, march=vr5000 and march=vr5500.
9149         (MULTILIB_MATCHES): Use -mfix-vr4122-bugs multilibs for -march=vr4120.
9150         (MULTILIB_EXCEPTIONS): Change choice of multilibs.  Update comments
9151         accordingly.
9152
9153 2004-03-24  DJ Delorie  <dj@redhat.com>
9154             Richard Sandiford  <rsandifo@redhat.com>
9155
9156         * config/mips/mips.h (MASK_FIX_VR4122, TARGET_FIX_VR4122): New macros.
9157         (TARGET_SWITCHES): Add -mfix-vr4122-bugs and -mno-fix-vr4122-bugs.
9158         (ASM_SPEC): Pass down -mfix-vr4122-bugs.
9159         * config/mips/mips.c (mips_avoid_hazards): Don't emit whole functions
9160         in .set noreorder and .set nomacro if TARGET_FIX_VR4122.
9161         (mips_init_libfuncs): Use special functions for divsi3 and modsi3
9162         if TARGET_FIX_VR4122.
9163         * config/mips/mips.md (define_attr length): Account for nops inserted
9164         after macc and dmult when using -mfix-vr4122-bugs.
9165         (umuldi3_highpart, divmodsi4, divmoddi4): Disable if TARGET_FIX_VR4122.
9166         * config/mips/t-vr (LIB2FUNCS_STATIC_EXTRA): Define instead of
9167         LIB2FUNCS_EXTRA.  Add config/mips/vr4122-div.S.
9168         * config/mips/vr4122-div.S: New file.
9169         * doc/invoke.texi: Document -mfix-vr4122-bugs.
9170
9171 2004-03-24  Richard Sandiford  <rsandifo@redhat.com>
9172
9173         * config/mips/mips.h (PROCESSOR_R4130): New processor_type.
9174         (TARGET_MIPS4130): New macro.
9175         (ISA_HAS_MACC): Return true if TARGET_MIPS4130 && !TARGET_MIPS16.
9176         * config/mips/mips.c (mips_cpu_info_table): Add a vr4130 entry.
9177         (override_options): Extend MIPS_MARCH_CONTROLS_SOFT_FLOAT to deal
9178         with PROCESSOR_R4130.
9179         * config/mips/mips.md (define_attr cpu): Add r4130.
9180         * doc/invoke.texi: Document vr4130 as a supported MIPS architecture.
9181
9182 2004-03-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
9183             Richard Sandiford  <rsandifo@redhat.com>
9184
9185         * doc/invoke.texi: Apply missed hunk from 2004-03-03 change.
9186
9187 2004-03-24  Alexandre Oliva  <aoliva@redhat.com>
9188
9189         PR preprocessor/14438
9190         * cpplib.c (do_pragma): Remove line_change call after pragma
9191         handler.
9192
9193 2004-03-23  Ian Lance Taylor  <ian@wasabisystems.com>
9194
9195         * doc/extend.texi (ARM Built-in Functions): Replace with correct
9196         declarations.
9197
9198 2004-03-23  Roger Sayle  <roger@eyesopen.com>
9199
9200         * reg-stack.c (get_true_reg): Handle FLOAT_TRUNCATE like FLOAT_EXTEND
9201         if flag_unsafe_math_optimizations.
9202         * config/i386/i386.md (truncdfsf2): If flag_unsafe_math_optimizations
9203         and TARGET_80387 expand using truncdfsf2_noop pattern.
9204         (truncxfsf2): Likewise using truncxfsf2_noop.
9205         (truncxfdf2): Likewise using truncxfdf2_noop.
9206         (truncdfsf2_noop, truncxfsf2_noop, truncxfdf2_noop): New patterns.
9207
9208 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
9209
9210         * hooks.c (hook_constcharptr_tree_null): New hook.
9211         * hooks.h (hook_constcharptr_tree_null): New prototype.
9212         * target-def.h (TARGET_MANGLE_FUNDAMENTAL_TYPE): New target hook.
9213         * target.h (mangle_fundamental_type): New target hook.
9214         * config/rs6000/rs6000.c (TARGET_MANGLE_FUNDAMENTAL_TYPE): Point
9215         target hook at rs6000_mangle_fundamental_type.
9216         (rs6000_mangle_fundamental_type): New function.
9217         * doc/tm.texi (TARGET_MANGLE_FUNDAMENTAL_TYPE): Document.
9218
9219 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
9220
9221         PR 12267, 12391, 12560, 13129, 14114, 14133
9222         * c-tree.h: Forward declare struct c_binding.  Declare
9223         c_override_bindings_to_false.  Update prototypes.
9224         (struct lang_identifier): Update comments.  Change fields to be
9225         struct c_binding *.
9226         (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE)
9227         (IDENTIFIER_LABEL_VALUE, C_DECL_INVISIBLE)
9228         (KEEP_NO, KEEP_YES, KEEP_MAYBE): Delete.
9229         (C_DECL_IN_EXTERNAL_SCOPE, C_DECL_DECLARED_BUILTIN): New.
9230         * c-common.h: Update prototypes.
9231         * c-decl.c (struct c_scope): Update commentary.  Remove names,
9232         names_last, parms, parms_last, tags, and shadowed fields.  Add
9233         bindings and depth fields.
9234         (scope_freelist): Move to more appropriate location.
9235         (c_print_identifier): Update for changes to struct lang_identifier.
9236         (objc_mark_locals_volatile): Update for new bindings structures.
9237         (global_bindings_p): Honor c_override_global_bindings_to_false.
9238         (pushlevel): Rename to push_scope; take no arguments; use the
9239         scope_freelist; initialize scope->depth and check for overflow.
9240         (poplevel): Rename to pop_scope; totally rewritten for new bindings
9241         structures.
9242         (diagnose_mismatched_decls): Use C_DECL_DECLARED_BUILTIN, not
9243         C_DECL_INVISIBLE, for certain decisions.  Adjust some diagnostics.
9244         Improve some commentary.  Adjust handling of forward parm decls.
9245         (merge_decls): Set C_DECL_DECLARED_BUILTIN when appropriate.
9246         Preserve C_DECL_IN_EXTERNAL_SCOPE.
9247         (warn_if_shadowing): Correct indentation.  Improve diagnostics.
9248         (pushdecl): Remove unnecessary assertion.  Short-circuit anonymous
9249         decls.  Rewrite for new bindings structures.  Improve commentary.
9250         Eliminate the copy_node call.
9251         (implicit_decl_warning): Use the "diag" idiom (as seen in
9252         locate_old_decl) to reduce code duplication; call locate_old_decl
9253         if appropriate.  Relocate to remove need for forward declaration.
9254         (implicitly_declare): Adjust for new bindings structures.  Kludge
9255         around Objective-C not-really-builtin functions.
9256         (undeclared_variable): Improve diagnostics.  If current_function_decl
9257         is nonnull but current_function_scope is null, use current_scope.
9258         Use bind.
9259         (lookup_tag): Adjust for new bindings structures.  Kludge around
9260         Objective-C's tag declarations that wind up in the external scope.
9261         (lookup_name): Adjust for new bindings structures.  Kludge around
9262         c-common.c's pseudo-typedefs that wind up in the external scope.
9263         (lookup_name_current_level): Rename lookup_name_in_scope; take a
9264         second argument indicating the scope to examine; rewrite for
9265         new bindings structures.
9266         (c_init_decl_processing): Adjust for renamed functions.  Do not
9267         initialize current_file_decl, first_builtin_decl, last_builtin_decl.
9268         First scope pushed is the external scope, not the global scope.
9269         (builtin_function): Use bind, not pushdecl.  Adjust other bits
9270         for new data structures.  Keep track of builtins that should be
9271         made visible automatically.
9272         (start_decl): Adjust diagnostics.  Remove unnecessary call to
9273         expand_decl.
9274         (grokparms): Return 0 if arg_types is error_mark_node.
9275         (get_parm_info): Rename "void_at_end" argument to "ellipsis", with
9276         reversed sense.  Rewrite for new bindings structures.  Do not
9277         leave any decls in the scope, to prevent pop_scope from doing
9278         contradictory things with them.
9279         (finish_struct, finish_enum): Remove redundant diagnostics.
9280         (build_enumerator): Don't cascade diagnostics for error_mark_node.
9281         Mark location where -pedantic changes the meaning of the program.
9282         (store_parm_decls_newstyle, store_parm_decls_oldstyle): Load the
9283         parameter decls into the function's scope structure using bind.
9284         Warn here about function definitions in the wrong style.
9285         Adjust diagnostics.
9286         (store_parm_decls): Correct the determination of whether a
9287         function was defined with a prototype.
9288         (c_write_global_declarations): Operate on all file decls and on
9289         the external scope.  Split body of the loop to...
9290         (c_write_global_declarations_1): ... this new function, to avoid
9291         code duplication.
9292         (truly_local_externals, first_builtin_decl, last_builtin_decl)
9293         (make_scope, pop_scope, in_parm_level_p, set_block)
9294         (any_external_decl, record_external_decl, bind_label, getdecls)
9295         (link_hash_hash, link_hash_eq, merge_translation_unit_decls)
9296         (c_reset_state): Delete.
9297         (visible_builtins, c_override_global_bindings_to_false)
9298         (c_binding, I_SYMBOL_BINDING, I_SYMBOL_DECL, I_TAG_BINDING)
9299         (I_TAG_DECL, I_LABEL_BINDING, I_LABEL_DECL, file_scope)
9300         (external_scope, binding_freelist, bind, free_binding_and_advance)
9301         (push_file_scope, pop_file_scope): New.
9302         (pushtag, pushdecl_top_level, lookup_label, declare_label)
9303         (define_label, c_make_fname_decl, finish_decl)
9304         (mark_forward_parm_decls, build_compound_literal)
9305         (grokdeclarator, start_function, check_for_loop_decls)
9306         (identifier_global_value, record_builtin_type): Minor adjustments
9307         for new bindings structures.  Improve diagnostics and commentary.
9308         * c-objc-common.c (start_cdtor, finish_cdtor): Adjust calls to
9309         pushlevel/poplevel respectively.
9310         (c_objc_common_finish_file): Don't call merge_translation_unit_decls.
9311         * c-opts.c (c_common_parse_file): Remove spurious ATTRIBUTE_UNUSED.
9312         Warn about YYDEBUG not being defined only if -dy.  Remove no-longer-
9313         correct loop over multiple translation units; call fatal_error if
9314         requested to compile more than one file at once.  (This disables
9315         IMA temporarily - an up-front error being preferable to a crash.)
9316         * c-parse.in (pushlevel, poplevel rules): Rename push_scope, pop_scope.
9317         (all actions): Adjust calls to pushlevel/poplevel.
9318         (parsing_iso_function_signature): Delete.
9319         (extdef_1): Fold into extdef.
9320         (old_style_parm_decls_1): Fold into old_style_parm_decls.  Don't
9321         warn here about function definitions in the wrong style.
9322         (after_tyle_declarator, parm_declarator_starttypename)
9323         (parm_declarator_nostarttypename, notype_declarator): Remove
9324         commented-out productions.
9325         (parmlist_1, parmlist_2): Use make_node, not tree_cons, to create
9326         an empty TREE_LIST node.  Adjust calls to get_parm_info.
9327         (parmlist_2 : ELLIPSIS): Tag the arg-info block with error_mark_node
9328         to suppress -Wold-style-definition after this error.
9329         (c_parse_file): Don't clear the binding stack or call
9330         finish_fname_decls here.  Correct comment.
9331         * c-typeck.c (same_translation_unit_p): Export.
9332         (common_type): Use c_override_global_bindings_to_false, not
9333         pushlevel/poplevel/declare_parm_level.
9334         * c-lang.c: Override LANG_HOOKS_CLEAR_BINDING_STACK,
9335         LANG_HOOKS_PUSHLEVEL, LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK,
9336         and LANG_HOOKS_GETDECLS with do-nothing stubs.
9337         * objc/objc-lang.c: Likewise.
9338         * objc/objc-act.c: Adjust all calls to pushlevel, poplevel,
9339         get_parm_info.
9340         (OBJC_VOID_AT_END): Delete; replace all uses
9341         with void_list_node.
9342         (generate_forward_declaration_to_string_table): Delete.
9343         * objc/objc-act.h (OCTI_STRG_DECL, UOBJC_STRINGS_decl): Delete.
9344
9345         * coverage.c (create_coverage): Don't pushdecl anything.
9346         * langhooks.c (lhd_clear_binding_stack): Call
9347         lang_hooks.decls.poplevel, not poplevel.
9348         * tree.c (list_length): If ENABLE_TREE_CHECKING, abort on a
9349         circular list rather than going into an infinite loop.
9350
9351 2004-03-23  Olivier Hainque  <hainque@act-europe.fr>
9352
9353         * optabs.c (expand_binop): When synthesizing double word rotates
9354         from single word shifts, use a new register target if the provided
9355         target is not a REG already.
9356
9357 2004-03-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9358
9359         * alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.
9360         * c-common.c (handle_mode_attribute): Add extra arg to
9361         build_pointer_type_for_mode and build_reference_type_for_mode.
9362         * c-typeck.c (build_c_cast): Only look at TREE_CONSTANT_OVERFLOW
9363         for INTEGER_CST.
9364         * tree.c (build_pointer_type_for_mode): Add arg CAN_ALIAS_ALL.
9365         Chain pointers via TYPE_NEXT_PTR_TO.
9366         (build_reference_type_for_mode): Similarly.
9367         (build_type_no_quals): Add extra arg to build_pointer_type_for_mode
9368         and build_reference_type_for_mode.
9369         (tree_check4_failed): New function.
9370         * tree.h (TREE_CHECK4, PTR_OR_REF_CHECK): New macros.
9371         (TYPE_REF_CAN_ALIAS_ALL, TYPE_NEXT_PTR_TO, TYPE_NEXT_REF_TO): Likewise.
9372         (TREE_NO_UNSUED_WARNING, TREE_VIA_VIRTUAL, TREE_CONSTANT_OVERFLOW):
9373         Add check.
9374
9375 2004-03-23  Roger Sayle  <roger@eyesopen.com>
9376
9377         * fold-const.c (tree_expr_nonnegative_p): A&B is nonnegative when
9378         A is nonnegative or B is nonnegative.  Similarly A|B is nonnegative
9379         when both A and B are nonnegative.
9380         (tree_expr_nonzero_p): A|B is nonzero when A is nonzero or B is
9381         nonzero.
9382
9383 2004-03-23  Kazu Hirata  <kazu@cs.umass.edu>
9384
9385         * fold-const.c (fold): Remove cases for INTEGER_CST, REAL_CST,
9386         VECTOR_CST, STRING_CST, COMPLEX_CST, and CONSTRUCTOR.
9387
9388 2004-03-23  Kazu Hirata  <kazu@cs.umass.edu>
9389
9390         PR optimization/14669
9391         * fold-const.c (fold): Only unwiden integer comparisons for equality
9392         and inequality operators, or when the signedness doesn't change.
9393
9394 2004-03-23  Jakub Jelinek  <jakub@redhat.com>
9395
9396         * config.gcc (sparc-*-linux*): Add sparc/t-linux to tmake_file.
9397         * config/sparc/t-linux64 (TARGET_LIBGCC2_CFLAGS): Set.
9398         * config/sparc/t-linux: New file.
9399
9400 2004-03-23  Richard Sandiford  <rsandifo@redhat.com>
9401
9402         * gcse.c (can_assign_to_reg_p): New function, split out from...
9403         (want_to_gcse_p): ...here.
9404         (compute_ld_motion_mems): Use can_assign_to_reg_p to validate
9405         the rhs of a store.
9406
9407 2004-03-22  Diego Novillo  <dnovillo@redhat.com>
9408
9409         * c-typeck.c (same_translation_unit_p): Fix pasto.
9410
9411 2004-03-22  David Edelsohn  <edelsohn@gnu.org>
9412
9413         * params.def (PARAM_MAX_SCHED_REGION_BLOCKS): New.
9414         (PARAM_MAX_SCHED_REGION_INSNS): New.
9415         * sched-rgn.c: Include params.h
9416         (MAX_RGN_BLOCKS): Delete.
9417         (MAX_RGN_INSNS): Delete.
9418         (too_large): Return bool.  Convert to PARAM_VALUE.
9419         * Makefile.in (sched-rgn.o): Depend on $(PARAMS_H).
9420         * doc/invoke.texi (param): Document max-sched-region-blocks and
9421         max-sched-region-insns.
9422
9423 2004-03-22  Joel Brobecker  <brobecker@gnat.com>
9424
9425         * dwarf2out.c (is_subrange_type): Do not emit a subrange_type DIE
9426         for base types.
9427
9428 2004-03-22  Joel Brobecker  <brobecker@gnat.com>
9429
9430         * dwarf2out.c (is_subrange_type): Minor code rework. No behavior
9431         change.
9432
9433 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
9434
9435         PR c/14069
9436         * c-decl.c (finish_struct): Change type of incorrect flexible array
9437         field into error_mark_node.
9438
9439 2004-03-22  Andrew Pinski  <pinskia@physics.uc.edu>
9440
9441         PR target/14580
9442         * config/rs6000/rs6000.c (symbol_ref_operand): Reject symbols
9443         who are not local for Darwin PIC.
9444
9445 2004-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
9446
9447         * regrename.c (regrename_optimize): Set regs_ever_live for all
9448         registers introduced as replacement.
9449
9450 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
9451
9452         PR middle-end/14470
9453         * expr.c (mark_queue): New function.
9454         (emit_insns_enqueued_after_mark): New function replacing
9455         emit_queue.  Clear the body of emitted queued insns.
9456         (emit_queue): Call emit_insns_enqueued_after_mark.
9457         (store_expr): Mark the increment queue on entry.  Emit
9458         only the incrementations queued when expanding the source.
9459
9460 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9461
9462         * configure.ac: Allow --disable-coverage-flags (for the future benefit
9463         of top level bootstrap, and consistency).  Reindent.
9464         * configure: Regenerate.
9465
9466 2004-03-21  Kazu Hirata  <kazu@cs.umass.edu>
9467
9468         * bt-load.c, builtins.c, cfghooks.c, cfgrtl.c, gcse.c,
9469         ggc-page.c, integrate.c, var-tracking.c, web.c: Remove
9470         unnecessary casts.
9471
9472 2004-03-22  Danny Smith  <dannysmith@users.sourceforge.net>
9473
9474         PR target/14291
9475         * gcov-io.h (gcov_truncate): Define ftruncate as _chsize for
9476         __MINGW32__.
9477
9478 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
9479
9480         * config/s390/s390.md ("*doloop_si"): Change predicate for operand 2
9481         to nonimmediate_operand.
9482         ("*doloop_di"): Likewise.
9483
9484 2004-03-21  Alexandre Oliva  <aoliva@redhat.com>
9485
9486         * real.h (struct real_value): Use the same type for all
9487         bitfields.  Rename exp to uexp.
9488         (REAL_EXP, SET_REAL_EXP): New accessor macros for uexp.
9489         Adjust all uses of exp...
9490         * builtins.c: ... here, ...
9491         * emit-rtl.c: ... here, and ...
9492         * real.c: ... and here.
9493
9494 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9495
9496         * pretty-print.c (pp_base_maybe_space): New function.
9497         * pretty-print.h (pp_base_maybe_space): Declare.
9498         (pp_maybe_space): New macro.
9499
9500 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
9501
9502         * config/s390/s390.md ("addti3", "subti3"): New insns and splitters.
9503
9504 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
9505
9506         * expmed.c (choose_mult_variant): Pass MULT_COST as argument instead
9507         of using register multiplication cost.
9508         (expand_mult): Adapt choose_mult_variant call.
9509         (expand_mult_highpart): Call choose_mult_variant with WIDER_MODE
9510         of MODE; pass appropriate cost bound.  Adjust result when
9511         performing signed multiplication by a negative constant.
9512         Don't use intermediate modes larger than word_mode.
9513
9514 2004-03-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9515
9516         * alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.
9517         * emit-rtl.c (component_ref_for_mem_expr): Likewise.
9518         (set_mem_attributes_minus_bitpos): Call SUBSTITUTE_PLACEHOLDER_IN_EXPR.
9519         * explow.c (expr_size): Likewise.
9520         * expr.h (placeholder_list, find_placeholder): Deleted.
9521         * expr.c (store_constructor): Likewise.
9522         (get_inner_reference): Likewise.  Also don't call find_placeholder.
9523         (placeholder_list, find_placeholder): Deleted.
9524         (is_aligning_offset): Don't handle WITH_RECORD_EXPR, PLACEHOLDER_EXPR.
9525         (expand_expr_real, cases PLACEHOLDER_EXPR, WITH_RECORD_EXPR): Likewise.
9526         (highest_pow2_factor, case WITH_RECORD_EXPR): Remove.
9527         * dojump.c (do_jump, case WITH_RECORD_EXPR): Likewise.
9528         * dwarf2out.c (loc_descriptor_from_tree, case WITH_RECORD_EXPR):
9529         Likewise.
9530         * fold-const.c (invert_truthvalue, case WITH_RECORD_EXPR): Likewise.
9531         (extract_muldiv, case WITH_RECORD_EXPR): Likewise.
9532         * tree.c (expr_align, case WITH_RECORD_EXPR): Likewise.
9533         (contains_placeholder_p): Don't handle WITH_RECORD_EXPR.
9534         Clean up by using first_rtl_op.
9535         (substitute_in_expr): Use SUBSTITUTE_IN_EXPR for recursive call.
9536         (substitute_placeholder_in_expr): New function.
9537         * tree.def (WITH_RECORD_EXPR): Deleted.
9538         * tree.h (SUBSTITUTE_IN_EXPR, SUBSTITUTE_PLACEHOLDER_IN_EXPR): New.
9539         (substitute_placeholder_in_expr): New.
9540
9541 2004-03-21  Andrew Pinski  <pinskia@gcc.gnu.org>
9542
9543         * dojump.c (prefer_and_bit_test): Fix which part of
9544         the and_test is replaced.
9545
9546 2004-03-21  Joseph S. Myers  <jsm@polyomino.org.uk>
9547
9548         * frontends.texi: Add missing line.
9549
9550 2004-03-21  Zack Weinberg  <zack@codesourcery.com>
9551             Chris Devers  <cdevers@pobox.com>
9552             Joseph S. Myers  <jsm@polyomino.org.uk>
9553
9554         * doc/frontends.texi: Rewrite.
9555         * doc/gcc.texi: Update last modification date.
9556
9557 2004-03-21  Josef Zlomek  <zlomekj@suse.cz>
9558
9559         * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Print the debug
9560         message before redirecting the edge.
9561
9562 2004-03-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9563
9564         * emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_POINTER
9565         flag.
9566         * explow.c (force_not_mem): Set REG_POINTER flag according to
9567         MEM_POINTER one.
9568         * rtl.h (MEM_POINTER): New macro.
9569         (struct rtx_def): Use integrated for MEM_SCALAR_P and frame_related
9570         for MEM_POINTER.
9571
9572 2004-03-20  Roger Sayle  <roger@eyesopen.com>
9573
9574         PR target/13889
9575         * cse.c (fold_rtx): Avoid substituting constants into unary
9576         conversion operations.
9577
9578 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
9579
9580         * fold-const.c (fold): Replace "expr" with "t".
9581
9582 2004-03-20  Ian Lance Taylor  <ian@wasabisystems.com>
9583
9584         PR c/12373
9585         * c-typeck.c (tagged_types_tu_compatible_p): Don't use
9586         DECL_ORIGINAL_TYPE if there isn't one.
9587
9588 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
9589
9590         * fold-const.c (fold): Replace "final_type" with "type".
9591         Remove variable "final_type".
9592
9593 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
9594
9595         * fold-const.c (fold): Constify "type".
9596         Replace "TREE_TYPE (t)" with "type".
9597
9598 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
9599
9600         * bb-reorder.c, bt-load.c, c-decl.c, cfgcleanup.c, coverage.c,
9601         dwarf2asm.c, ifcvt.c, stor-layout.c, varasm.c: Replace calls
9602         via (*targetm.foo) () with targetm.foo ().
9603
9604 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
9605
9606         PR other/14630
9607         * doc/install.texi: Add info directory category and entry.
9608
9609 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
9610
9611         * fold-const.c (fold): Replace "t" with "tem" where it is used
9612         as a temporary variable.  Remove "orig_t" and all of its uses.
9613
9614 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
9615
9616         * fold-const.c (fold): Remove variable "invert".
9617         Move the handling of relational expressions that can be folded
9618         to a constant ...
9619         (fold_relational_const): ... here.
9620         (tree_expr_nonzero_p): New.
9621
9622 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
9623
9624         PR c/14635
9625         * builtins.def (nan, nanf, nanl, nans, nansf, nansl): Change to
9626         DEF_GCC_BUILTIN.
9627
9628 2004-03-20  Richard Sandiford  <rsandifo@redhat.com>
9629
9630         * Makefile.in (dojump.o): Depend on $(GGC_H) and dojump.h.
9631         (GTFILES): Add $(srcdir)/dojump.h.
9632         (gt-dojump.h): New dependency.
9633         * dojump.c (and_reg, and_test, shift_test): New static variables.
9634         (prefer_and_bit_test): New function.
9635         (do_jump): Use it to choose between (X & (1 << C)) and (X >> C) & 1.
9636
9637 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
9638
9639         * c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty-print.c,
9640         expmed.c, ggc-common.c, jump.c, passes.c, recog.c, regmove.c,
9641         reorg.c, tree.h: Fix comment typos.
9642
9643 2004-03-19  Kazu Hirata  <kazu@cs.umass.edu>
9644
9645         * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c,
9646         c-decl.c, c-objc-common.c, c-typeck.c, calls.c, cfglayout.c,
9647         cse.c, dbxout.c, dwarf2out.c, except.c, final.c,
9648         haifa-sched.c, integrate.c, passes.c, rtlanal.c, sched-rgn.c,
9649         sched-vis.c, simplify-rtx.c, stor-layout.c, tree.c, varasm.c,
9650         vmsdbgout.c: Replace calls via (*targetm.foo) () with
9651         targetm.foo ().
9652
9653 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
9654
9655         * config/rs6000/altivec.h (vec_dst, vec_dstst, vec_dststt,
9656         vec_dstt, vec_sld, vec_splat): Add prototypes, marked with
9657         always_inline attribute.
9658         * config/rs6000/rs6000.c (altivec_expand_dst_builtin):
9659         Treat expansion as completed even if literal argument is
9660         invalid (so that other expansions are not tried in vain).
9661
9662 2004-03-19  Kazu Hirata  <kazu@cs.umass.edu>
9663
9664         * loop-doloop.c (add_test): Replace GEN_INT (0) with
9665         const0_rtx.
9666
9667 2004-03-19  Kazu Hirata  <kazu@cs.umass.edu>
9668
9669         * fold-const.c (fold) <ABS_EXPR>: Move the handling of constants
9670         ...
9671         (fold_abs_const): ... here.
9672
9673 2004-03-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9674
9675         * tree.h (TYPE_ARRAY_MAX_SIZE): Use type.maxval directly.
9676
9677 2004-03-19  Denis Chertykov  <denisc@overta.ru>
9678
9679         PR target/11520
9680         * config/avr/avr.md ("call_insn"): Handle explicit integer
9681         specially.
9682         (call_value_insn): Likewise.
9683
9684 2004-03-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9685
9686         * tree.c (substitute_in_expr): Rewrite to simplify and be more generic.
9687
9688 2004-03-19  Kazu Hirata  <kazu@cs.umass.edu>
9689
9690         * fold-const.c (negate_expr): Move the handling of constants
9691         ...
9692         (fold_negate_const): ... here.
9693
9694 2004-03-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9695
9696         * langhooks-def.h (LANG_HOOKS_HASH_TYPES): New macro and hook.
9697         * langhooks.h (struct lang_hooks_for_types): New field hash_types.
9698         * tree.c (debug_no_type_hash): Deleted.
9699         (type_hash_canon): Abort if passed a variant.
9700         Check lang_hooks.types.hash_types.
9701         (build_type_no_quals): Copy mode of POINTER_TYPE and REFERENCE_TYPE.
9702         (build_array_type): Remove unnecessary allocation of pointer type.
9703         (build_complex_type): Properly qualify resulting type.
9704
9705 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
9706
9707         * config/rs6000/rs6000.c (rs6000_init_builtins): Fix typo.
9708
9709 2004-03-19  Richard Sandiford  <rsandifo@redhat.com>
9710
9711         * expmed.c (choose_mult_variant, expand_mult_const): New, split from...
9712         (expand_mult): ...here.
9713         (extract_high_half): New, split out from expand_mult_highpart.
9714         (expand_highpart_optab): Likewise.  Don't clobber target prematurely.
9715         (expand_highpart): Evaluate the cost of a shift/add sequence,
9716         then see if any of the specialized optabs are cheaper.
9717
9718 2004-03-18  Ian Lance Taylor  <ian@wasabisystems.com>
9719
9720         * mklibgcc.in: Remove obsolete MAYBE_USE_COLLECT2.
9721
9722 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9723
9724         * convert.c (convert_to_real): Add more math builtins.
9725
9726 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9727
9728         * convert.c (convert_to_real): Reformat using switch stmt.
9729
9730 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
9731
9732         * c-common.c (pointer_int_sum): Do not complain about using
9733         pointers to pointers-to-members.
9734
9735 2004-03-18  Kazu Hirata  <kazu@cs.umass.edu>
9736
9737         * system.h (MD_ASM_CLOBBERS): Move to "Old target macros that
9738         have moved to the target hooks structure".
9739
9740 2004-03-18  James E Wilson  <wilson@specifixinc.com>
9741
9742         * config/mips/mips.md (type): Split move into arith and fmove.  Split
9743         hilo into mthilo and mfhilo.  Add trap.  Delete icmp.  Fix all uses.
9744         * config/mips/5400.md (ir_vr54_hilo, ir_vr54_arith, ir_vr54_fabs):
9745         Likewise.
9746         * config/mips/5500.md (ir_vr55_hilo, ir_vr55_arith, ir_vr55_fabs):
9747         Likewise.
9748         * config/mips/7000.md (rm7_int_other, rm7_mthilo, rm7_mfhilo,
9749         rm7_fp_quick): Likewise.
9750         * config/mips/9000.md (rm9k_int, rm9k_mfhilo, rm9k_mthilo,
9751         rm9k_fquick): Likewise.
9752         * config/mips/sr71k.md (ir_sr70_hilo, ir_sr70_arith, ir_sr70_fabs):
9753         Likewise.
9754         (ir_sr70_icmp): Delete.
9755
9756 2004-03-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9757
9758         * tree.h (TREE_CHECK2, TREE_CHECK3, TREE_CHECK5): New macros.
9759         (tree_check2_failed, tree_check3_failed, tree_check5_failed): New decl.
9760         (FUNC_OR_METHOD_CHECK, SET_ARRAY_OR_VECTOR_CHECK): New macros.
9761         (REC_OR_UNION_CHECK, NUMERICAL_TYPE_CHECK): Likewise.
9762         (TYPE_VALUES, TYPE_DOMAIN, TYPE_FIELDS, TYPE_METHODS, TYPE_VFIELD):
9763         Protect with proper check.
9764         (TYPE_ARG_TYPES, TYPE_METHOD_BASETYPE, TYPE_OFFSET_BASETYPE): Likewise.
9765         (TYPE_MIN_VALUE, TYPE_MAX_VALUE): Likewise.
9766         * tree.c (type_hash_eq): Rewrite to access proper fields for each type.
9767         (tree_check2_failed, tree_check3_failed, tree_check5_failed): New.
9768         * c-typeck.c (build_array_ref): Use TYPE_DOMAIN, not TYPE_VALUES.
9769         * dwarf2out.c (gen_enumeration_type_die): Use TYPE_VALUES,
9770         not TYPE_FIELDS.
9771         * stor-layout.c (set_sizetype): Use TYPE_ORIG_SIZE_TYPE.
9772
9773 2004-03-18  Mostafa Hagog  <mustafa@il.ibm.com>
9774
9775         * gcse.c (eliminate_partially_redundant_loads): Reject change if
9776         dest is set between beginning and current insn.
9777
9778 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
9779
9780         * c-decl.c (grokdeclarator): Do not complain about redeclaring
9781         visible "static" identifiers "extern" in a local scope.
9782         * dwarf2out.c (loc_descriptor_from_tree): Handle pre- and
9783         post-increments/decrements.
9784
9785 2004-03-18  Bob Wilson  <bob.wilson@acm.org>
9786
9787         * config/xtensa/xtensa.c (current_function_arg_words): Delete.
9788         (xtensa_builtin_saveregs): Use current_function_args_info.arg_words.
9789         (xtensa_va_start): Remove assignment to current_function_arg_words.
9790
9791 2004-03-18  Richard Sandiford  <rsandifo@redhat.com>
9792
9793         * alias.c (record_set): Detect the case where a register is assigned
9794         a new value that has the same base term as the old one.
9795
9796 2004-03-18  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9797
9798         * doloop.c: Removed.
9799         * loop-doloop.c: New file.
9800         * Makefile.in (doloop.o): Remove.
9801         (loop-doloop.o): New.
9802         * cfgloop.h (get_loop_level, doloop_optimize_loops): Declare.
9803         * cfgloopanal.c (get_loop_level): New function.
9804         * loop-iv.c (iv_number_of_iterations): Handle case when loop
9805         is leaved immediatelly.
9806         * loop.c (strength_reduce): Do not call doloop optimization.
9807         * loop.h (LOOP_BCT): Removed.
9808         * passes.c (rest_of_handle_loop_optimize): Do not use LOOP_BCT.
9809         (rest_of_handle_loop2): Call doloop_optimize_loops.
9810         (rest_of_compilation): Test for optimizations moved to
9811         rest_of_handle_loop2.
9812
9813 2004-03-17  Fariborz Jahanian <fjahanian@apple.com>
9814
9815         * config/rs6000/rs6000.c (rs6000_stack_info): correct reg_size
9816         for mixed mode.
9817         (rs6000_emit_prologue): Ditto.
9818         (rs6000_emit_epilogue): Ditto.
9819         * config/rs6000/rs6000.h: Definition of DWARF_CIE_DATA_ALIGNMENT
9820         macro for mixed mode.
9821
9822 2004-03-18  Jan Hubicka  <jh@suse.cz>
9823
9824         * predict.c (propagate_freq): Compute correctly frequency of
9825         EXIT_BLOCK.
9826
9827 2004-03-17  Eric Christopher  <echristo@redhat.com>
9828
9829         * builtins.c (apply_args_size): Use reg_raw_mode.
9830         (apply_result_size): Ditto.
9831
9832 2004-03-17  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9833
9834         PR target/14620
9835         * config/rtems.h: Add STD_LIB_SPEC and LIB_SPEC.
9836
9837 2004-03-17  Jakub Jelinek  <jakub@redhat.com>
9838
9839         * config/rs6000/t-linux64 (bispecs): Don't add -mlong-double-128 for
9840         32-bit builds when defaulting to 32-bit.
9841
9842 2004-03-17  Jan Hubicka  <jh@suse.cz>
9843
9844         * cfgrtl.c (rtl_create_basic_block): Pre-allocate basic_block_info
9845         array.
9846
9847 2004-03-17  James E Wilson  <wilson@specifixinc.com>
9848
9849         * config/mips/mips.md (zero_extendsidi2): Add length attribute.
9850         (hazard_nop): Change type to nop.
9851         (type): Split arith into arith, shift, slt, clz.  Delete darith.
9852         Fix all uses.  Change arith to multi if more than one insn emitted.
9853         * config/mips/5400.md (ir_vr54_arith): Likewise.
9854         * config/mips/5500.md (ir_vr55_arith): Likewise.
9855         * config/mips/7000.md (rm7_int_other): Likewise.
9856         * config/mips/9000.md (rm9k_int): Likewise.
9857         * config/mips/sr71k.md (ir_sr70_arith): Likewise.
9858
9859 2004-03-17  Joel Brobecker  <brobecker@gnat.com>
9860
9861         * dwarf2out.c (subrange_type_die): Define new variable "subtype"
9862         to hold the subtype tree instead of recomputing it several times.
9863
9864 2004-03-17  Kazu Hirata  <kazu@cs.umass.edu>
9865
9866         * config/mn10300/mn10300.c (notice_update_cc): Don't handle
9867         CC_INVERT.
9868         * config/mn10300/mn10300.md (cc): Remove "invert".
9869
9870 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9871
9872         * builtins.c (integer_valued_real_p): Add builtin rint.
9873         (fold_builtin): Likewise.
9874         * convert.c (convert_to_real): Likewise.
9875
9876         * convert.c (convert_to_real): Fix typos in `long double'
9877         builtins.
9878
9879 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
9880
9881         PR c++/14481
9882         * fold-const.c (fold): Set TREE_NO_UNUSED_WARNING on implicitly
9883         generated COMPOUND_EXPRs.
9884
9885 2004-03-16  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9886
9887         * config/h8300/t-rtems (h8300-*-rtems*): New.
9888
9889 2004-03-16  Eric Christopher  <echristo@redhat.com>
9890
9891         * doc/cppopts.texi(fwide-exec-charset): Fix typo.
9892
9893 2004-03-16  Kazu Hirata  <kazu@cs.umass.edu>
9894
9895         * config/i386/i386-protos.h: Add a prototype for
9896         ix86_reverse_condition.
9897         * config/i386/i386.c (ix86_reverse_condition): New.
9898         * config/i386/i386.h (REVERSE_CONDITION): Use
9899         ix86_reverse_condition.
9900         * config/i386/i386.md: Use ix86_reverse_condition instead of
9901         REVERSE_CONDITION.
9902
9903 2004-03-16  J. Brobecker  <brobecker@gnat.com>
9904
9905         * dwarf2out.c (loc_descriptor_from_tree): Add handling for MIN_EXPR.
9906
9907 2004-03-16  Nathanael Nerode  <neroden@gcc.gnu.org>
9908
9909         PR bootstrap/12974
9910         * Makefile.in: Pass $(INCLUDES) down to libgcc.mk explicitly.
9911
9912 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
9913
9914         * c-common.c (c_common_type_for_mode): Build vector types on
9915         demand.
9916         (handle_mode_attribute): Deprecate using the mode attribute
9917         to create vector types.  Fix indentation.
9918         (vector_type_node_list): Remove.
9919         (handle_vector_size_attribute): Create vector types on demand.
9920         Strip a NON_LVALUE_EXPR from the attribute if there is one.
9921         * c-typeck.c (comptypes): Make vector types compatible if they
9922         have the same underlying mode.
9923         (convert_for_assignment): Use comptypes to convert between
9924         vector types.
9925         * tree.c (build_common_tree_nodes_2): Do not create vector types.
9926         * config/arm/arm.c (arm_init_iwmmxt_builtins): Create necessary
9927         vector types.
9928         * tree.h: Remove vector types.
9929         * config/i386/i386.c (i386_init_mmx_sse_builtins): Likewise.
9930         * config/rs6000/rs6000.c (rs6000_init_builtins): Likewise.
9931         (V16QI_type_node, V2SI_type_node, V2SF_type_node, V4HI_type_node,
9932         V4SI_type_node, V4SF_type_node, V8HI_type_node): New globals.
9933         * doc/extend.texi (Vector Types): Document how to use the
9934         vector_size attribute to create vectors, rather than mode.
9935
9936         * config/arm/mmintrin.h: Use vector_size attribute, not mode.
9937         * config/i386/emmintrin.h: Likewise.
9938         * config/i386/mmintrin.h: Likewise.
9939         * config/i386/xmmintrin.h: Likewise.
9940         * config/sh/ushmedia.h: Likewise.
9941
9942 2004-03-16  Kazu Hirata  <kazu@cs.umass.edu>
9943
9944         * config/freebsd-spec.h, config/arc/arc-protos.h,
9945         config/arm/aout.h, config/arm/elf.h, config/arm/freebsd.h,
9946         config/arm/linux-gas.h, config/arm/semi.h,
9947         config/cris/cris-protos.h, config/i386/xm-djgpp.h,
9948         config/ia64/freebsd.h, config/mips/7000.md,
9949         config/mips/9000.md, config/ns32k/ns32k-protos.h,
9950         config/sparc/pbd.h: Update copyright.
9951
9952 2004-03-16  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9953
9954         PR target/14577
9955         * config.gcc: Switch sh-*-rtems* to ELF.  Add sh-*-rtemscoff.
9956
9957 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
9958
9959         * combine.c (combine_simplify_rtx): Remove the "last"
9960         parameter and its documentation.  Adjust recursive calls.
9961         (simplify_logical): Always perform the only simplification
9962         controlled by "last", if the simplified expression is
9963         actually different.
9964         (try_combine): Do not pass the "last" parameter to
9965         combine_simplify_rtx.
9966
9967 2004-03-16  Richard Sandiford  <rsandifo@redhat.com>
9968
9969         PR target/14599
9970         * config/mips/mips.md (UNSPEC_GP): New constant.
9971         * config/mips/mips.c (CONST_GP_P): Expect the CONST to contain
9972         an UNSPEC instead of (reg $gp).
9973         (mips16_gp_pseudo_reg): Change accordingly.
9974         (print_operand): Print $gp directly when handling CONST_GP_P.
9975
9976 2004-03-16  Richard Zidlicky  <rz@linux-m68k.org>
9977
9978         * config.gcc, config/m68k/linux.h: Implement with-cpu for m68k-linux.
9979         * longlong.h: Make code 68060 clean when compiling for m68060.
9980
9981 2004-03-16  Richard Zidlicky  <rz@linux-m68k.org>
9982
9983         * config/m68k/m68k.md: Fix constraints for bitfield instructions.
9984         * doc/md.texi: Clarify description of "i" constraint.
9985
9986 2004-03-15  James E Wilson  <wilson@specifixinc.com>
9987
9988         * config/mips/mips.md (type): Split load into load, fpload, fpidxload.
9989         Split store into store, fpstore, fpidxstore.  Fix all uses.
9990         * config/mips/5400.md (ir_vr54_load, ir_vr54_store, ir_vr54_fstore):
9991         Likewise.
9992         * config/mips/5500.md (ir_vr55_load, i5_vr55_store): Likewise.
9993         * config/mips/7000.md (rm7_ld, rm7_st): Likewise.
9994         * config/mips/9000.md (rm9k_load, rm9k_store): Likewise.
9995         * config/mips/sr71k.md (ir_sr70_load, ir_sr70_store, ir_sr70_fload,
9996         ir_sr70_fstore): Likewise.
9997
9998 2004-03-15  Richard Henderson  <rth@redhat.com>
9999
10000         PR middle-end/14535
10001         * except.c (collect_one_action_chain): Record action for cleanup
10002         outer of exception spec.
10003
10004 2004-03-15  Ian Lance Taylor  <ian@wasabisystems.com>
10005
10006         * config/rs6000/host-darwin.c (darwin_rs6000_gt_pch_use_address):
10007         Fix the check for abort and only do the mmap if we can.
10008
10009 2004-03-15  Eric Botcazou  <ebotcazou@act-europe.fr>
10010
10011         * config/sparc/sparc.h: Rework comments about the code model
10012         in 64-bit environment and the mode 'Pmode'.
10013         * doc/invoke.texi (SPARC options): Rework description of the
10014         different code models supported in 64-bit environment.
10015
10016 2004-03-15  Kazu Hirata  <kazu@cs.umass.edu>
10017
10018         * defaults.h (REVERSIBLE_CC_MODE): Define.
10019         * jump.c (reversed_comparison_code_parts): Don't check if
10020         REVERSIBLE_CC_MODE is defined.
10021
10022 2004-03-15  Kazu Hirata  <kazu@cs.umass.edu>
10023
10024         * c-incpath.c, c-incpath.h, c-pch.c, c.opt, cppexp.c,
10025         et-forest.h, genattr.c, ggc-none.c, hosthooks-def.h,
10026         hosthooks.h, params.h, ra-colorize.c, web.c,
10027         config/darwin-c.c, config/alpha/freebsd.h, config/arm/pe.c,
10028         config/avr/avr-protos.h, config/avr/avr.md,
10029         config/fr30/fr30-protos.h, config/fr30/fr30.md,
10030         config/h8300/fixunssfsi.c, config/i386/darwin.h,
10031         config/i386/freebsd.h, config/i386/freebsd64.h,
10032         config/ia64/hpux.h, config/ia64/unwind-ia64.c,
10033         config/ip2k/libgcc.S, config/m32r/xm-m32r.h,
10034         config/mmix/mmix-modes.def, config/ns32k/netbsd.h,
10035         config/ns32k/ns32k.md, config/pa/pa64-hpux.h,
10036         config/pa/pa64-regs.h, config/rs6000/aix41.h,
10037         config/rs6000/aix43.h, config/rs6000/host-darwin.c,
10038         config/sparc/aout.h, config/sparc/freebsd.h,
10039         config/sparc/litecoff.h, config/vax/vax-protos.h,
10040         doc/hostconfig.texi, doc/include/gcc-common.texi: Update
10041         copyright.
10042
10043 2004-03-15  Paul Brook  <paul@codesourcery.com>
10044
10045         * config/arm/arm.c (thumb_expand_prologue): Tie prologue insns to fp.
10046
10047 2004-03-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
10048
10049         * c-pretty-print.c (pp_c_semicolon): Fix formatting.
10050         (pp_c_cv_qualifier): Document.
10051         (pp_c_space_for_pointer_operator): Likewise.
10052         (pp_c_integer_constant): Likewise.
10053         (pp_c_identifier): Likewise.
10054         (pp_c_init_declarator): Don't print function body.
10055
10056 2004-03-14  Joseph S. Myers  <jsm@polyomino.org.uk>
10057
10058         * doc/contrib.texi, doc/extend.texi, doc/gcov.texi,
10059         doc/install.texi, doc/invoke.texi, doc/makefile.texi,
10060         doc/sourcebuild.texi, doc/tm.texi, doc/trouble.texi: Capitalize
10061         "gcc", "g++" and "g77" or mark up with appropriate markup.  Adjust
10062         wording and grammar.
10063
10064 2004-03-14  Roger Sayle  <roger@eyesopen.com>
10065
10066         * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) ()
10067         with lang_hooks.foo ().
10068         * builtins.c (expand_builtin_va_arg): Likewise.
10069         * c-common.c (fname_as_string, c_common_truthvalue_conversion,
10070         c_common_type_for_mode, c_common_nodes_and_builtins,
10071         handle_mode_attribute, handle_vector_size_attribute): Likewise.
10072         * c-convert.c (convert): Likewise.
10073         * c-format.c (check_format_types): Likewise.
10074         * c-objc-common.c (c_tree_printer): Likewise.
10075         * c-typeck.c (build_unary_op, build_conditional_expr,
10076         build_binary_op): Likewise.
10077         * calls.c (try_to_integrate, expand_call,
10078         emit_library_call_value_1): Likewise.
10079         * cgraph.c (cgraph_node_name, cgraph_function_possibly_inlined_p):
10080         Likewise.
10081         * cgraphunit.c (record_call_1, cgraph_analyze_function,
10082         cgraph_expand_function): Likewise.
10083         * convert.c (convert_to_pointer, convert_to_integer): Likewise.
10084         * coverage.c (build_fn_info_type, build_ctr_info_type,
10085         build_gcov_info, create_coverage): Likewise.
10086         * dbxout.c (dbxout_init): Likewise.
10087         * diagnostic.c (diagnostic_report_current_function): Likewise.
10088         * dojump.c (do_jump): Likewise.
10089         * dwarf2out.c (dwarf2_name): Likewise.
10090         * except.c (init_eh): Likewise.
10091         * explow.c (expr_size, int_expr_size): Likewise.
10092         * expmed.c (make_tree, const_mult_add_overflow_p, expand_mult_add):
10093         Likewise.
10094         * expr.c (store_expr, store_constructor, safe_from_p,
10095         expand_expr_real, do_store_flag, try_casesi): Likewise.
10096         * function.c (push_function_context_to, pop_function_context_from,
10097         free_after_parsing, assign_stack_local_1, assign_stack_temp_for_type,
10098         put_var_into_stack, allocate_struct_function, current_function_name):
10099         Likewise.
10100         * integrate.c (copy_decl_for_inlining, expand_inline_function):
10101         Likewise.
10102         * langhooks.c (lhd_clear_binding_stack, write_global_declarations,
10103         lhd_print_error_function): Likewise.
10104         * opts.c (handle_option, decode_options): Likewise.
10105         * passes.c (open_dump_file): Likewise.
10106         * print-tree.c (print_node): Likewise.
10107         * stmt.c (expand_fixup, fixup_gotos, expand_asm_operands,
10108         expand_decl_cleanup, emit_case_nodes): Likewise.
10109         * stor-layout.c (variable_size): Likewise.
10110         * toplev.c (announce_function, wrapup_global_declarations,
10111         check_global_declarations, compile_file, default_tree_printer,
10112         process_options, lang_dependent_init, finalize): Likewise.
10113         * tree-dump.c (dequeue_and_dump): Likewise.
10114         * tree-inline.c (remap_decl, remap_block, copy_body_r,
10115         initialize_inlined_parameters, declare_return_variable,
10116         inlinable_function_p, expand_call_inline, optimize_inline_calls,
10117         walk_tree, copy_tree_r): Likewise.
10118         * tree-optimize.c (tree_rest_of_compilation): Likewise.
10119         * tree.c (decl_assembler_name, tree_size, size_in_bytes, staticp,
10120         unsafe_for_reeval, get_unwidened, get_narrower, get_callee_fndecl,
10121         variably_modified_type_p, dump_tree_statistics): Likewise.
10122         * varasm.c (assemble_variable, compare_constant, copy_constant,
10123         force_const_mem, compute_reloc_for_constant, output_constant,
10124         output_addressed_constants, initializer_constant_valid_p): Likewise.
10125
10126 2004-03-14  Kelley Cook  <kcook@gcc.gnu.org>
10127
10128         * doc/install.texi: Make autoconf 2.13 the exception, not the rule.
10129
10130 2004-03-14  Andreas Tobler  <a.tobler@schweiz.ch>
10131
10132         * doc/install.texi: Reflect autoconf and automake version for
10133         libffi. Update autoconf version to 2.59.
10134
10135 2004-03-13  Roger Sayle  <roger@eyesopen.com>
10136
10137         * fold-const.c (negate_expr, operand_equal_for_comparison_p,
10138         optimize_bit_field_compare, decode_field_reference, all_ones_mask_p,
10139         make_range, build_range_check, fold_range_test, unextend,
10140         constant_boolean_node, fold_binary_op_with_conditional_arg,
10141         fold_truthop, fold_mathfn_compare, fold_inf_compare,
10142         fold_single_bit_test, fold): Replace calls via (*lang_hooks.foo) ()
10143         with lang_hooks.foo ().
10144
10145 2004-03-14  Richard Earnshaw  <rearnsha@arm.com>
10146
10147         * arm.h (EXTRA_CONSTRAINT_STR_ARM): Update comment.
10148
10149 2004-03-13  Dara Hazeghi  <dhazeghi@yahoo.com>
10150
10151         * doc/install.texi: Note status of -fnew-ra.
10152
10153 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
10154
10155         PR middle-end/14470
10156         * expr.c (store_expr): Call emit_queue before generating the move
10157         from the temporary to the original target.  Protect the temporary
10158         from emit_queue.
10159
10160 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
10161
10162         PR target/14533
10163         * config/s390/s390.c (legitimize_pic_address): Don't abort on UNSPEC
10164         other than UNSPEC_GOTOFF.
10165
10166 2004-03-13  Richard Earnshaw  <rearnsha@arm.com>
10167
10168         * arm.c (arm_legitimate_address_p): New argument, OUTER.  Pass through
10169         to arm_legitimate_index_p.  Update all callers with SET as default
10170         value.
10171         (arm_legitimate_index_p): New argument, OUTER.  Restrict the index
10172         range if OUTER is a sign-extend operation on QImode.  Correctly
10173         reject shift operations on sign-extended QImode addresses.
10174         (bad_signed_byte_operand): Delete.
10175         (arm_extendqisi_mem_op): New function.
10176         * arm.h (EXTRA_CONSTRAINT_ARM): Delete.  Replace with...
10177         (EXTRA_CONSTRAINT_STR_ARM): ... this.  Handle extended address
10178         constraints.
10179         (CONSTRAINT_LEN): New.
10180         (EXTRA_CONSTRAINT): Delete.  Replace with...
10181         (EXTRA_CONSTRAINT_STR): ... this.
10182         (PREDICATE_CODES): Remove bad_signed_byte_operand.
10183         * arm.md (extendqihi_insn): Use new constraint Uq.  Rework.  Length
10184         is now always default.
10185         (define_splits for bad sign-extend loads): Delete.
10186         (arm_extendqisi, arm_extendqisi_v5): Likewise.
10187         * arm/vfp.md (arm_movsi_vfp, arm_movdi_vfp, movsf_vfp, movdf_vfp):
10188         Rework 'U' constraint to 'Uv'.
10189         * arm-protos.h: Remove bad_signed_byte_operand.  Add
10190         arm_extendqisi_mem_op.
10191         * doc/md.texi (ARM constraints): Rename VFP constraint (now Uv).
10192         Add Uq constraint.
10193
10194 2004-03-13  Alan Modra  <amodra@bigpond.net.au>
10195
10196         * config/rs6000/rs6000.c (rs6000_va_arg): Replace SPLIT_COMPLEX_ARGS
10197         with targetm version.
10198
10199         PR target/14567
10200         * config/rs6000/rs6000.h (UNITS_PER_ARG, RS6000_ARG_SIZE): Delete.
10201         (HARD_REGNO_MODE_OK): Disallow TFmode for fp31.
10202         * config/rs6000/rs6000.c (rs6000_arg_size): New function.
10203         Update all users of RS6000_ARG_SIZE.
10204         (function_arg_advance): Count fregno using mode size.
10205         (function_arg): Handle long double split over regs and memory.
10206         (function_arg_partial_nregs): Likewise.
10207         (rs6000_va_arg): Repackage complex args.
10208
10209 2004-03-13  Dean Ferreyra <dferreyra@igc.org>
10210
10211         PR target/14047
10212         * config/avr/avr.c (avr_progmem_p): Add "attributes" parameter.
10213         (avr_insert_attributes): Pass "attributes" to avr_progmem_p.
10214         * config/avr/avr-protos.h (avr_progmem_p): Change prototype.
10215
10216 2004-03-12  Jakub Jelinek  <jakub@redhat.com>
10217
10218         * config/rs6000/rs6000-protos.h (rs6000_output_dwarf_dtprel): Add
10219         prototype.
10220         * config/rs6000/rs6000.c (rs6000_output_dwarf_dtprel): New.
10221         * config/rs6000/rs6000.h (ASM_OUTPUT_DWARF_DTPREL): Define.
10222
10223 2004-03-12  Andrew Pinski  <apinski@apple.com>
10224
10225         * config/rs6000/host-darwin.c (darwin_rs6000_gt_pch_use_address):
10226         Use ret instead of result. Use addr instead of base.
10227
10228 2004-03-12  David Edelsohn  <edelsohn@gnu.org>
10229
10230         * doc/install.texi (*-ibm-aix*): Document assembler and achiver
10231         fixes required by libstdc++ and update installation instructions
10232         for libstdc++.a.
10233
10234 2004-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
10235
10236         * config/i386/winnt.c (i386_pe_strip_name_encoding_full): Strip
10237         leading '@' on fastcall symbols before stripping suffix.
10238
10239 2004-03-12  Roger Sayle  <roger@eyesopen.com>
10240
10241         * combine.c (unmentioned_reg_p): New function to check whether an
10242         expression is a "specialization" of another, i.e. that there are
10243         no registers or memory references mentioned in the first that don't
10244         appear in the second.
10245         (unmentioned_reg_p_1): New helper subroutine of unmentioned_reg_p.
10246         (combine_instructions): Also try combining instructions using the
10247         REG_EQUAL note from a preceding log-linked instruction.
10248
10249 2004-03-12  Roger Sayle  <roger@eyesopen.com>
10250
10251         * config/i386/i386.c (ix86_split_ashrdi): Optimize shift by 63.
10252
10253 2004-03-12  Matt Austern  <austern@apple.com>
10254
10255         * target.h (struct gcc_target): New target hook, unwind_label.
10256         * target-def.h (TARGET_ASM_EMIT_UNWIND_LABEL): New hook.
10257         * output.h (default_emit_unwind_label): New function.
10258         * default.h (TARGET_EXPLICIT_INSTANTIATIONS_ONE_ONLY): New macro.
10259         (TARGET_USES_WEAK_UNWIND_INFO): New target macro.
10260         (TARGET_SUPPORTS_HIDDEN): New target macro.
10261         * dwarf2out.c (struct dw_fde_struct): Add field for function decl
10262         that corresponds to this FDE.
10263         (FRAME_BEGIN_LABEL): Allow target to override default label.
10264         (output_call_frame_info): If FDEs are linknonce, then use extra
10265         indirection for FDE encoding, output a label for each FDE, and
10266         output an empty label for each function without an FDE.
10267         (dwarf2out_begin_prologue): Set up decl field when creating an FDE.
10268         * varasm.c (globalize_decl): Call ASM_MAKE_LABEL_LINKONCE for
10269         decls with DECL_ONE_ONLY set, if that macro is defined.
10270         (make_decl_one_only): Don't use DECL_COMMON if we're compiling
10271         for a SUPPORTS_ONE_ONLY target.
10272         * config/darwin-protos.h (darwin_unique_section): Declare.
10273         (darwin_asm_named_section): Likewise.
10274         (darwin_section_type_flags): Likewise.
10275         (darwin_non_lazy_pcrel): Likewise.
10276         (darwin_emit_unwind_label): Likewise.
10277         (darwin_make_decl_one_only): Likewise.
10278         * config/darwin.c (machopic_finish): Get rid of tweak that
10279         eliminate stubs for symbols that are defined.
10280         (darwin_encode_section_info): Don't treat weak functions as defined.
10281         (darwin_make_decl_one_only): Define.
10282         (darwin_asm_named_section): Likewise.
10283         (darwin_section_type_flags): Likewise.
10284         (darwin_unique_section): Likewise.
10285         (darwin_emit_unwind_label): Likewise.
10286         (darwin_non_lazy_pcrel): Likewise.
10287         (darwin_asm_output_dwarf_delta): Difference between two labels is
10288         local only if both labels are local.
10289         * config/darwin.h (MAKE_DECL_ONE_ONLY): Define.
10290         (ASM_MAKE_LABEL_LINKONCE): Likewise.
10291         (TARGET_SUPPORTS_HIDDEN): Likewise.
10292         (TARGET_USES_WEAK_UNWIND_INFO): Likewise.
10293         (TARGET_EXPLICIT_INSTANTIATIONS_ONE_ONLY): Likewise.
10294         (FRAME_BEGIN_LABEL): Likewise.
10295         (ASM_DECLARE_OBJECT_NAME): Make references to weak symbols indirect.
10296         (ASM_DECLARE_FUNCTION_NAME): Likewise.
10297         (darwin_eh_frame_section): Give __eh_frame section the coalesced flag.
10298         (TARGET_ASM_UNIQUE_SECTION): Define.
10299         (EH_FRAME_SECTION_NAME): Define.
10300         (EH_FRAME_SECTION_ATTR): Likewise.
10301         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
10302         (TARGET_ASM_NAMED_SECTION): Likewise.
10303         (TARGET_SECTION_TYPE_FLAGS): Likewise.
10304         * doc/tm.texi: Document TARGET_USES_WEAK_UNWIND_INFO,
10305         TARGET_EXPLICIT_INSTANTIATIONS_ONE_ONLY, TARGET_SUPPORTS_HIDDEN,
10306         TARGET_ASM_EMIT_UNWIND_LABEL.
10307
10308 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10309
10310         * builtins.c (expand_builtin_mathfn): Add pow10* to the
10311         existing exp10* case.
10312         (expand_builtin): Likewise.
10313
10314 2004-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
10315
10316         * doc/tm.texi (registers) <Values in Registers>: Add
10317         entry for REGMODE_NATURAL_SIZE.
10318
10319 2004-03-12  Richard Henderson  <rth@redhat.com>
10320
10321         PR target/14547
10322         * target.h (struct gcc_target): Move calls substructure before
10323         booleans.  Add split_complex_arg.
10324         * function.c (assign_parms, split_complex_args): Use it.
10325         * calls.c (expand_call): Likewise.
10326         (split_complex_values): Likewise.  Check for splittable types
10327         before allocating memory.
10328         (split_complex_types): Likewise.
10329         * system.h (SPLIT_COMPLEX_ARGS): Poison.
10330         * expr.h (SPLIT_COMPLEX_ARGS): Remove.
10331         * target-def.h (TARGET_SPLIT_COMPLEX_ARG): New.
10332         * config/alpha/alpha.c (alpha_split_complex_arg): New.
10333         (TARGET_SPLIT_COMPLEX_ARG): New.
10334         * config/alpha/alpha.h (SPLIT_COMPLEX_ARGS): Remove.
10335         * config/rs6000/rs6000.c (TARGET_SPLIT_COMPLEX_ARG): New.
10336         (rs6000_override_options): Zap it for non-AIX.
10337         (rs6000_function_value): Use targetm.calls.split_complex_arg.
10338         * config/rs6000/rs6000.h (SPLIT_COMPLEX_ARGS): Remove.
10339         * config/xtensa/xtensa.c (TARGET_SPLIT_COMPLEX_ARG): New.
10340         * config/xtensa/xtensa.h (SPLIT_COMPLEX_ARGS): Remove.
10341         * doc/tm.texi (TARGET_SPLIT_COMPLEX_ARG): Modify from old
10342         SPLIT_COMPLEX_ARGS entry.
10343
10344 2004-03-11  Richard Henderson  <rth@redhat.com>
10345
10346         * config/alpha/alpha.c (xfloating_ops, vax_cvt_ops): New.
10347         (alpha_lookup_xfloating_lib_func): Use them, return rtx.
10348         (alpha_emit_xfloating_arith): Update to match.
10349         (alpha_emit_xfloating_compare): Likewise.
10350         (alpha_emit_xfloating_cvt): Likewise.
10351         (alpha_emit_xfloating_libcall): Take already built symbol,
10352         mark call const.
10353         * config/alpha/alpha.md (extendsftf2, extenddftf2): Take
10354         op1 in a register.
10355
10356 2004-03-11  Richard Henderson  <rth@redhat.com>
10357
10358         PR target/14539
10359         * config/alpha/alpha.h (STACK_BOUNDARY): Set to 128.
10360
10361         * simplify-rtx.c (simplify_relational_operation): Fix typo.
10362
10363 2004-03-11  Richard Henderson  <rth@redhat.com>
10364
10365         PR middle-end/14477
10366         * except.c (remove_unreachable_regions): Look thru CALL_PLACEHOLDER.
10367
10368 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
10369
10370         PR target/14262
10371         * calls.c (load_register_parameters): If BLOCK_REG_PADDING is not
10372         defined, pass small BLKmode values in registers in the low-order part.
10373
10374 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
10375
10376         * combine.c (if_then_else_cond): Check for NULL return value of
10377         simplify_gen_subreg.
10378
10379 2004-03-11  Richard Sandiford  <rsandifo@redhat.com>
10380
10381         PR target/14496
10382         * config/mips/mips.h (UNITS_PER_FPVALUE): Fix value for
10383         TARGET_SINGLE_FLOAT.
10384
10385 2004-03-11  Steve Ellcey  <sje@cup.hp.com>
10386
10387         * config/ia64/hpux.h (TARGET_INIT_LIBFUNCS): Add undef.
10388         * config/ia64/ia64.h (TARGET_INIT_LIBFUNCS): Add define.
10389         * config/ia64/ia64.c (ia64_init_libfuncs): New.
10390         (ia64_hpux_init_libfuncs): Add call to ia64_init_libfuncs.
10391
10392 2004-03-11  Roger Sayle  <roger@eyesopen.com>
10393
10394         * fold-const.c (negate_expr_p) <RSHIFT_EXPR>: We can optimize
10395         -((int)X>>C) where C is an integer constant one bit less than the
10396         size of X into (unsigned)X>>C.  Similarly for unsigned->signed.
10397         (negate_expr) <RSHIFT_EXPR>: Implement the above transformations.
10398
10399         * simplify-rtx.c (simplify_unary_operation): Also implement the
10400         above transformations at the RTL level.
10401
10402 2004-03-11  Alan Modra  <amodra@bigpond.net.au>
10403
10404         * real.c (encode_ibm_extended): Do round low word.
10405
10406 2004-03-11  Ben Elliston  <bje@wasabisystems.com>
10407
10408         * config/arm/arm.md (is_xscale): Comment this attribute and move
10409         it a bit further up in the file, closer to related attributes.
10410
10411 2004-03-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
10412
10413         * config/host-solaris.c (sol_gt_pch_use_address): Add
10414         missing terminating marker to comment.
10415
10416 2004-03-11  Richard Sandiford  <rsandifo@redhat.com>
10417
10418         * config/mips/mips.md: Use move_operand in splitters for 64-bit moves.
10419         (movdi, movsi, movhi, movqi, movsf, movdf): Remove predicates.
10420         (*movdi_32bit_mips16, *movsi_mips16, *movhi_mips16, *movqi_mips16)
10421         (*movsf_mips16, *movdf_mips16):  Name unnamed patterns.  Use
10422         move_operand as source predicate in all cases.
10423         (*movdi_32bit): Renamed from movdi_internal.  Remove 'F' constraint.
10424         Test reg_or_0_operand.  Use move_operand as source predicate.
10425         (*movdi_64bit): Renamed from movdi_internal2.  Test reg_or_0_operand.
10426         (*movdi_64bit_mips16): Renamed from movdi_internal2_mips16.
10427         (*movsi_internal): Renamed from movsi_internal.  Test reg_or_0_operand.
10428         (movhi, movqi, movsf, movdf): Use mips_legitimize_move.
10429         (*movhi_internal): Renamed from movhi_internal.  Test reg_or_0_operand.
10430         Use move_operand as source predicate.  Remove 'K' constraint.
10431         (*movqi_internal): Likewise movqi_internal.
10432         (*movsf_hardfloat): Renamed from movsf_internal1.  Test
10433         reg_or_0_operand.  Use move_operand as source predicate.
10434         (*movsf_softfloat): Likewise movsf_internal2.
10435         (*movdf_hardfloat_64bit): Likewise movsf_internal1a.
10436         (*movdf_hardfloat_32bit): Likewise movsf_internal1b.
10437         (*movdf_softfloat): Likewise movdf_internal2.
10438         * config/mips/mips.c (move_operand): Match arbitrary CONST_INTs
10439         for DImode if !TARGET_64BIT.
10440         (mips_legitimize_move): Simplify accordingly.
10441
10442 2004-03-11  Josef Zlomek  <zlomekj@suse.cz>
10443
10444         PR/14362
10445         * var-tracking.c (struct variable_def): Added field refcount.
10446         (variable_htab_free): Decrease the refcount and delete variable
10447         only if there are no more references.
10448         (unshare_variable): New function.
10449         (vars_copy_1): Increase refcount instead of copying the variable.
10450         (variable_union): Share the variables where possible, unshare
10451         the variables if needed.
10452         (variable_different_p): Return false if var1 and var2 are
10453         the same structure.
10454         (variable_was_changed): Init the refcount of new variable.
10455         (set_frame_base_location): Unshare variable if needed.
10456         (set_variable_part): Init the refcount of new variable.
10457         Unshare the variables if needed.
10458         (delete_variable_part): Unshare the variables if needed.
10459         (emit_notes_for_differences_1): Init the refcount of new variable.
10460         (vt_add_function_parameters): Do not add function parameters to
10461         IN set of ENTRY_BLOCK_PTR because it is unused anyway.
10462         (vt_initialize): Do not add frame_base_decl to IN set of
10463         ENTRY_BLOCK_PTR because it is unused anyway.
10464
10465 2004-03-11  Josef Zlomek  <zlomekj@suse.cz>
10466
10467         * var-tracking.c (vars_copy_1): Cleanup and speedup chain operations.
10468         (vars_copy): Likewise.
10469         (variable_union): Likewise.
10470         (set_variable_part): Likewise.
10471         (delete_variable_part): Likewise.
10472
10473 2004-03-11  Kazu Hirata  <kazu@cs.umass.edu>
10474
10475         * c-typeck.c, combine.c, cse.c, dominance.c, et-forest.h,
10476         ggc-page.c, var-tracking.c, config/fp-bit.c, config/c4x/c4x.c,
10477         config/cris/cris.c, config/i386/ppro.md, config/i860/i860.c,
10478         config/i860/i860.h, config/m32r/m32r.h, config/m32r/xm-m32r.h,
10479         config/m68hc11/m68hc11.h, config/m68hc11/m68hc11.md,
10480         config/mips/mips.c, config/mmix/mmix.c, config/ns32k/ns32k.h,
10481         config/pa/pa.c, config/pa/pa32-regs.h, config/pa/pa64-regs.h,
10482         config/pdp11/pdp11.h, config/rs6000/rs6000.c,
10483         config/stormy16/stormy16.c: Fix comment typos and formatting.
10484
10485 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10486
10487         * configure: Regenerate, since I forgot to while committing Paolo's
10488         changes.
10489
10490 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
10491
10492         PR ada/14131
10493         Move language detection to the top level.
10494         * configure.ac: Remove code to detect languages,
10495         it now lives exclusively in the top level.
10496         * aclocal.m4 (gcc_AC_PROG_GNAT): Moved to the
10497         top level, renamed to ACX_PROG_GNAT.
10498
10499 2004-03-10  Richard Henderson  <rth@redhat.com>
10500
10501         * c-pch.c (c_common_no_more_pch): Update for gt_pch_use_address
10502         extra arguments.
10503         * config.host (*-*-solaris2*, *-*-linux*): Add out_host_hook_obj
10504         and host_xmake_file fragments.
10505         * ggc-common.c (gt_pch_save): Update for gt_pch_get_address change.
10506         (gt_pch_restore): Similarly for gt_pch_use_address.
10507         (default_gt_pch_get_address): New.
10508         (mmap_gt_pch_get_address): Split out of gt_pch_save.
10509         (default_gt_pch_use_address): Split out of gt_pch_restore.
10510         (mmap_gt_pch_use_address): Likewise.
10511         * hooks.c (hook_voidp_size_t_null): Remove.
10512         (hook_bool_voidp_size_t_false): Remove.
10513         * hooks.h: Likewise.
10514         * hosthooks-def.h (HOST_HOOKS_GT_PCH_GET_ADDRESS): Use one of the
10515         default_ or mmap_ definitions.
10516         (HOST_HOOKS_GT_PCH_USE_ADDRESS): Likewise.
10517         * hosthooks.h (struct host_hooks): Update gt_pch_get_address
10518         and gt_pch_use_address.
10519         * config/host-linux.c, config/host-solaris.c: New files.
10520         * config/x-linux, config/x-solaris: New files.
10521         * config/rs6000/host-darwin.c (darwin_rs6000_gt_pch_get_address):
10522         Update for changed definition.
10523         (darwin_rs6000_gt_pch_use_address): Likewise.
10524         * doc/hostconfig.texi: Update docs.
10525
10526 2004-03-10  Richard Henderson  <rth@redhat.com>
10527
10528         PR c/14517
10529         * c-decl.c (grokdeclarator): Don't warn for duplicate qualifiers
10530         except for pedantic c90 mode.
10531
10532 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
10533
10534         * configure.ac: Bump AC_PREREQ to 2.59.
10535         * configure: Regenerate.
10536
10537 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
10538
10539         * optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2.
10540         (exp10_optab, exp2_optab): Define corresponding macros.
10541         * optabs.c (init_optabs): Initialize exp10_optab and exp2_optab.
10542         * genopinit.c (optabs): Implement exp10_optab and exp2_optab
10543         using exp10?f2 and exp2?f2 patterns.
10544         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_EXP10{,F,L}
10545         using exp10_optab, and BUILT_IN_EXP2{,F,L} using exp2_optab.
10546         (expand_builtin): Expand BUILT_IN_EXP10{,F,L} and BUILT_IN_EXP2{,F,L}
10547         using expand_builtin_mathfn if flag_unsafe_math_optimizations is set.
10548
10549         * config/i386/i386.md (exp10sf2, exp10df2, exp10xf2, exp2sf2,
10550         exp2df2, exp2xf2): New patterns to implement exp10, exp10f, exp10l,
10551         exp2, exp2f and exp2l built-ins as inline x87 intrinsics.
10552
10553 2004-03-10  Anthony Green  <green@redhat.com>
10554
10555         * doc/invoke.texi (ARM Options): Fix -mpfu typo.
10556
10557 2004-03-10  David Edelsohn  <edelsohn@gnu.org>
10558
10559         * config/rs6000/aix.h (TARGET_OS_CPP_BUILTINS): Rename to ...
10560         (TARGET_OS_AIX_CPP_BUILTINS): this.  Conditionally define
10561         __LONGDOUBLE128.
10562         * config/rs6000/aix41.h (TARGET_OS_CPP_BUILTINS): Use
10563         TARGET_OS_AIX_CPP_BUILTINS.
10564         * config/rs6000/aix43.h (TARGET_OS_CPP_BUILTINS): Same.
10565         * config/rs6000/aix51.h (TARGET_OS_CPP_BUILTINS): Same.
10566         * config/rs6000/aix52.h (TARGET_OS_CPP_BUILTINS): Same.
10567         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Revert
10568         previous change.
10569
10570 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10571
10572         * fold-const.c (tree_expr_nonnegative_p): Add more builtin cases.
10573
10574 2004-03-10  David Edelsohn  <edelsohn@gnu.org>
10575
10576         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
10577         __LONGDOUBLE128 on AIX.
10578
10579 2004-03-10  Andrew Haley  <aph@redhat.com>
10580
10581         PR optimization/14381
10582         * function.c (expand_function_end): Emit a blockage insn before
10583         the epilogue when -fnon-call-exceptions is used.
10584
10585         * except.c (expand_start_all_catch): Make comment more accurate.
10586
10587 2004-03-08  Joel Sherrill  <joel@oarcorp.com>
10588
10589         PR target/14480
10590         * config/rs6000/t-rtems: Add missing file on branch.
10591
10592 2004-03-10  Ulrich Weigand  <uweigand@de.ibm.com>
10593
10594         * dbxout.c (dbxout_symbol_location): Do not output references
10595         to optimized-out constant pool symbols.
10596
10597 2004-03-10  Andreas Schwab  <schwab@suse.de>
10598
10599         * config/ia64/ia64.md (divsi3, udivsi3): Remove unused variable
10600         twon34_r.
10601
10602 2004-03-09  James E Wilson  <wilson@specifixinc.com>
10603
10604         * alias.c (alias_sets_might_conflict_p): New.
10605         * c-typeck.c (build_c_cast): Call it if warn_strict_aliasing > 1.
10606         * common.opt (Wstrict-aliasing=): New.
10607         * flags.h (warn_strict_aliasing): Change type to int.
10608         * opts.c (warn_strict_aliasing): Change type to int.
10609         (common_handle_option): Handle OPT_Wstrict_aliasing_.
10610         * tree.h (alias_sets_might_conflict_p): Declare it.
10611         * doc/invoke.tex (-Wstrict-aliasing=2): Document it.
10612
10613 2004-03-10  Roman Zippel  <zippel@linux-m68k.org>
10614
10615         PR bootstrap/12371
10616         * config/m68k/m68k.h (FIXED_REGISTERS): Add arg pointer.
10617         (CALL_USED_REGISTERS): Likewise.
10618         (REG_CLASS_CONTENTS): Likewise.
10619         (REG_ALLOC_ORDER): New.
10620         (REGNO_REG_CLASS): Use regno_reg_class.
10621         * config/m68k/m68k.c: Add regno_reg_class array.
10622
10623 2004-03-09  Steve Ellcey  <sje@cup.hp.com>
10624
10625         * config/ia64/ia64.md (divsi3): Fix algorithm.
10626           (udivsi3): Ditto.
10627           (setf_exp_xf): Remove '*' from name.
10628         * testsuite/gcc.dg/20040309-1.c: New test.
10629
10630 2004-03-09  Ian Lance Taylor  <ian@wasabisystems.com>
10631
10632         * system.h (SUNOS4_SHARED_LIBRARIES): Poison.
10633         * collect2.c: Remove SUNOS4_SHARED_LIBRARIES code.
10634         * config/sparc/aout.h (TARGET_ASM_SELECT_SECTION): Don't define.
10635         * config/sparc/sparc.c (sparc_aout_select_section): Remove.
10636         (sparc_aout_select_rtx_section): Don't check
10637         SUNOS4_SHARED_LIBRARIES.
10638         * config/sparc/sparc.h (SUNOS4_SHARED_LIBRARIES): Don't define.
10639
10640 2004-03-10  Hans-Peter Nilsson  <hp@axis.com>
10641
10642         PR other/14474
10643         * doc/md.texi (Pattern Ordering, Dependent Patterns)
10644         (Jump Patterns, Looping Patterns): Wrap in separate "@ifset
10645         INTERNALS".
10646
10647 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
10648
10649         * config/ia64/hpux.h (MULTILIB_DEFAULTS): Define.
10650         (LIBGCC_SPEC): Update to match.
10651
10652 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
10653
10654         * c-decl.c (last_function_parms, last_function_parm_tags)
10655         (last_function_parm_others, current_function_parms)
10656         (current_function_parm_tags, current_function_parm_others):
10657         Delete.
10658         (ARG_INFO_PARMS, ARG_INFO_TAGS, ARG_INFO_TYPES, ARG_INFO_OTHERS):
10659         New macros.
10660         (grokdeclarator): For function definitions, save the arg-info
10661         block from the declarator in DECL_ARGUMENTS.
10662         (grokparms): Do not write to last_function_parm*.  Use ARG_INFO_*
10663         macros to operate on arg-info block.  Can assume ARG_INFO_PARMS
10664         contains only PARM_DECLs.  Improve diagnostics.
10665         (get_parm_info): Use ARG_INFO_* macros.  Improve comments and
10666         diagnostics.  Disable some expensive checks if not ENABLE_CHECKING.
10667         (store_parm_decls_newstyle): Take the function to operate on,
10668         and an arg-info block, as arguments; don't get anything from
10669         current_function_* globals.
10670         (store_parm_decls_oldstyle): Likewise.
10671         (store_parm_decls): Pass fndecl and its arg-info block down to
10672         store_parm_decls_newstyle/oldstyle.  Send functions with empty
10673         argument lists through store_parm_decls_newstyle to reduce
10674         overhead.
10675         (pushdecl): Comment on the problems with the call to copy_node.
10676         Clear DECL_ARGUMENTS of the old node after copying it, if it
10677         is an arg-info block instead of a chain of decls.
10678         (start_function): Do not manipulate current_function_parm* or
10679         last_function_parm*.
10680
10681 2004-03-09  Roger Sayle  <roger@eyesopen.com>
10682             Andrew Pinski  <pinskia@physics.uc.edu>
10683
10684         * ifcvt.c (noce_try_sign_mask): New function to transform
10685         "x = (y < 0) ? z : 0" into the equivalent "x = (y >> C) & z".
10686         (noce_process_if_block): Call noce_try_sign_mask.
10687
10688 2004-03-09  Andrew Pinski  <apinski@apple.com>
10689
10690         * c-typeck.c (tagged_types_tu_compatible_p):
10691         Fix typo.
10692
10693 2004-03-09  Roger Sayle  <roger@eyesopen.com>
10694
10695         * simplify-rtx.c (simplify_const_relational_operation): New function
10696         renamed from simplify_relational_operation.
10697         (simplify_relational_operation): Change prototype to accept an
10698         additional mode argument.  Call simplify_const_relational_operation.
10699         (simplify_gen_relational): Update simplify_relational_operation call.
10700         (simplify_ternary_operation): Update simplify_relational_operation
10701         subroutine call to use simplify_const_relational_operation instead.
10702
10703         * rtl.h (simplify_const_relational_operation): Prototype here.
10704         (simplify_relational_operation): Add addtional mode argument.
10705
10706         * combine.c (combine_simplify_rtx): Update calls to
10707         simplify_relational_operation.
10708         (simplify_set): Likewise.
10709         (gen_binary): Likewise.
10710         * cse.c (fold_rtx): Likewise.
10711         * dojump.c (compare_from_rtx): Likewise.
10712         (do_compare_rtx_and_jump): Likewise.
10713         * integrate.c (subst_constants): Likewise.
10714         * unroll.c (simplify_cmp_and_jump_insns): Likewise.
10715
10716 2004-03-09  Kazu Hirata  <kazu@cs.umass.edu>
10717
10718         * config/m32r/m32r.md: Remove all define_peephole's.
10719
10720 2004-03-09  Alan Modra  <amodra@bigpond.net.au>
10721
10722         * config/rs6000/rs6000.md: Remove trailing whitespace.
10723
10724 2004-03-08  Eric Christopher  <echristo@redhat.com>
10725
10726         * Makefile.in (site.exp): Add libiconv variable definition.
10727
10728 2004-03-09  Hans-Peter Nilsson  <hp@axis.com>
10729
10730         * configure: Regenerate for config/accross.m4 correction.
10731
10732 2004-03-08  Joel Sherrill  <joel@oarcorp.com>
10733
10734         PR target/14480
10735         * config/rs6000/t-rtems: Add missing file on branch.
10736
10737 2004-03-08  Roger Sayle  <roger@eyesopen.com>
10738
10739         PR middle-end/14289
10740         * c-typeck.c (c_mark_addressable): A register variable should
10741         be considered global if its not automatic, i.e. TREE_PUBLIC,
10742         TREE_STATIC or DECL_EXTERNAL.
10743         * function.c (put_var_into_stack): Call abort when placing a
10744         hard register into the stack, if x_parm_reg_stack_loc is NULL.
10745
10746 2004-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
10747
10748         * config/s390/s390.md ("*extendqidi2_short_displ"): Add CC clobber.
10749         ("*extendqisi2_short_displ"): Likewise.
10750
10751 2004-03-08  Kazu Hirata  <kazu@cs.umass.edu>
10752
10753         * config/pdp11/pdp11.c (comparison_operator_index): Remove.
10754         (comp_operator): Likewise.
10755         * config/pdp11/pdp11-protos.h: Remove corresponding
10756         prototypes.
10757
10758 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
10759
10760         * expr.c (highest_pow2_factor_for_type): Rename into
10761         highest_pow2_factor_for_target.  Use DECL_ALIGN instead of
10762         TYPE_ALIGN when the target is a COMPONENT_REF.
10763         (expand_assignment): Ajust call to highest_pow2_factor_for_type.
10764
10765 2004-03-08  Alan Modra  <amodra@bigpond.net.au>
10766
10767         * config/rs6000/rs6000.c: Formatting fix.
10768         (legitimate_offset_address_p): Correct offset range check.
10769
10770         * config/rs6000/rs6000.c (rs6000_override_options): Don't override
10771         -msoft-float by -mcpu.  Consolidate similar code for MASK_MULTIPLE
10772         and MASK_STRING.
10773
10774 2004-03-07  Aldy Hernandez  <aldyh@redhat.com>
10775
10776         * config/rs6000/rs6000.md (ashrdi3): Do not call ashrdi3_no_power
10777         for little endian.
10778         ("ashrdi3_no_power"): Disable for little endian.
10779         (ashrdi3): Same.
10780
10781 2004-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10782
10783         * fold-const.c (tree_expr_nonnegative_p): Reformat checks for
10784         builtins.
10785
10786 2004-03-08  Hans-Peter Nilsson  <hp@axis.com>
10787
10788         PR target/14471
10789         * configure.ac (Target-specific assembler checks) <cris-*-*>: New
10790         case, checking for -no-mul-bug-abort option.
10791         * configure, config.in: Regenerate.
10792         * doc/invoke.texi (CRIS Options): Document -mmul-bug-workaround
10793         and -mno-mul-bug-workaround.
10794         * config/cris/cris.md ("smulsi3_highpart", "umulsi3_highpart")
10795         ("mulsidi3", "umulsidi3"): Prefix output template with "%!".
10796         ("umulhisi3", "umulqihi3", "mulsi3", "mulqihi3", "mulhisi3"):
10797         Ditto.  Make attribute "slottable" dependent on TARGET_MUL_BUG.
10798         * config/cris/mulsi3.asm (__Mul) [__CRIS_arch_version >= 10]: Make
10799         sure mulu.d is not last on cache-line.
10800         * config/cris/cris.h (ASM_SPEC): Translate -mno-mul-bug-workaround
10801         into -no-mul-bug-abort depending on HAVE_AS_MUL_BUG_ABORT_OPTION.
10802         (TARGET_MASK_MUL_BUG, TARGET_MUL_BUG): New macros.
10803         (TARGET_SWITCHES): New options -mmul-bug-workaround and
10804         -mno-mul-bug-workaround.
10805         (TARGET_DEFAULT): Include TARGET_MASK_MUL_BUG.
10806         (PRINT_OPERAND_PUNCT_VALID_P): Include '!'.
10807         * config/cris/cris.c (cris_operand_extend_operator): Clarify
10808         relation to MULT in head comment.
10809         (cris_op_str): Abort for MULT.
10810         (cris_print_operand) <case '!'>: New case.
10811
10812 2004-03-08  Alan Modra  <amodra@bigpond.net.au>
10813
10814         PR debug/11983
10815         * dwarf2out.c (enum dw_val_class): Rename dw_val_class_float to
10816         dw_val_class_vec.  Replace use throughout file.
10817         (dw_float_const): Delete.
10818         (dw_vec_const): New.
10819         (dw_val_struct_union): Rename val_float to val_vec.  Replace use
10820         throughout file.
10821         (add_AT_vec): Rename from add_AT_float.  Add elt_size param.
10822         (same_dw_val_p): Adjust vec comparison.  Use memcmp.
10823         (size_of_die): Adjust dw_val_class_vec sizing.
10824         (output_die): Output dw_val_class_vec.
10825         (insert_int, extract_int, insert_float): New functions.
10826         (add_const_value_attribute): Use insert_float for CONST_DOUBLE.
10827         Handle CONST_VECTOR.
10828         (add_location_or_const_value_attribute): Handle CONST_VECTOR.
10829
10830 2004-03-07  Aldy Hernandez  <aldyh@redhat.com>
10831
10832         * config/rs6000/rs6000.c (rs6000_parse_abi_options): SPE and
10833         AltiVec abi cannot co-exist.
10834
10835         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Same.
10836
10837 2004-03-07  Jan Hubicka  <jh@suse.cz>
10838
10839         * except.c (emit_to_new_bb_before):  Break fallthru edges.
10840
10841 2004-03-07  Stephane Carrez  <stcarrez@nerim.fr>
10842
10843         * config/m68hc11/m68hc11.md ("*lshrsi3_const"): Disable for 68HC12.
10844         ("*lshrsi3"): Also accept an immediate for 68HC12.
10845         ("*ashrsi3_const"): Likewise.
10846         ("*ashrsi3"): Likewise.
10847         ("*ashlsi3_const"): Likewise.
10848         ("*ashlsi3"): Likewise.
10849         ("cmphi_1_hc12"): Compare two hard register by pushing them and
10850         comparing with a pop; don't use a split for that.
10851         ("cmphi split"): Disable compare split for 68HC12.
10852
10853         * config/m68hc11/m68hc11.c (m68hc11_notice_update_cc): Invalidate
10854         the status operands if they have side effects.
10855
10856 2004-03-07  Kazu Hirata  <kazu@cs.umass.edu>
10857
10858         * defaults.h (LEGITIMIZE_ADDRESS): Provide a default
10859         definition.
10860         * config/arc/arc.h, config/fr30/fr30.h, config/frv/frv.h,
10861         config/h8300/h8300.h, config/ia64/ia64.h,
10862         config/mcore/mcore.h, config/mmix/mmix.h,
10863         config/ns32k/ns32k.h, config/pdp11/pdp11.h,
10864         config/stormy16/stormy16.h, config/v850/v850.h,
10865         config/vax/vax.h (LEGITIMIZE_ADDRESS): Remove.
10866         * doc/tm.texi (LEGITIMIZE_ADDRESS): Mention the default
10867         definition.
10868
10869 2004-03-07  Roger Sayle  <roger@eyesopen.com>
10870
10871         * fold-const.c (fold) <IOR_EXPR>: Fold x | x as x.
10872         <XOR_EXPR>: Fold x ^ x as zero.
10873         <AND_EXPR>: Fold x & x as x.
10874
10875 2004-03-07  Roger Sayle  <roger@eyesopen.com>
10876
10877         * fold-const.c (fold) <EQ_EXPR>: Rewrite optimization to transform
10878         "foo++ == const" into "++foo == const+incr".
10879
10880 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
10881
10882         * config/mips/mips.c (mips_in_small_data_p): Return false if
10883         TARGET_ABICALLS.
10884
10885 2004-03-06  Stephane Carrez  <stcarrez@nerim.fr>
10886
10887         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Use 2,-sp to push
10888         the stack register.
10889         (expand_prologue): Don't make an interrupt or a trap handler a far
10890         symbol.
10891         (m68hc11_initial_elimination_offset): Likewise.
10892
10893 2004-03-06  Richard Henderson  <rth@redhat.com>
10894
10895         * config/alpha/alpha.c (alpha_in_small_data_p): False for functions.
10896
10897 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
10898
10899         * config/ns32k/ns32k-protos.h: Add a prototype for
10900         ns32k_notice_update_cc.
10901         * config/ns32k/ns32k.c (ns32k_notice_update_cc): New.
10902         * config/ns32k/ns32k.h (NOTICE_UPDATE_CC): Call
10903         ns32k_notice_update_cc.
10904
10905 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
10906
10907         * config/s390/s390.md ("load_multiple", "*load_multiple_di",
10908         "*load_multiple_si"): Allow only if reload_completed.
10909         ("store_multiple", "*store_multiple_di", "*store_multiple_si"):
10910         Likewise.
10911
10912 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
10913
10914         * config/vax/vax-protos.h: Add a prototype for
10915         vax_notice_update_cc.
10916         * config/vax/vax.c (vax_notice_update_cc): New.
10917         * config/vax/vax.h (NOTICE_UPDATE_CC): Call
10918         vax_notice_update_cc.
10919
10920 2004-03-06  David Edelsohn  <edelsohn@gnu.org>
10921
10922         * collect2.c (main): Only export initfunc and finifunc if
10923         LD_INIT_SWITCH not defined.
10924         (scan_prog_file): Only export constructors and destructors if
10925         LD_INIT_SWITCH not defined.  Only export symbols not found in
10926         shared objects.
10927
10928 2004-03-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10929
10930         * pa.md (icacheflush): Reorder operands to make match_scratch operand
10931         last.
10932         * pa.h (INITIALIZE_TRAMPOLINE): Remove unnecessary scratch argument
10933         from calls to gen_icacheflush.
10934
10935 2004-03-06  Richard Henderson  <rth@redhat.com>
10936
10937         * config/alpha/alpha.h (MASK_LONG_DOUBLE_128): New.
10938         (TARGET_LONG_DOUBLE_128): New.
10939         (TARGET_SWITCHES): Add long-double-{128,64}.
10940         (TARGET_HAS_XFLOATING_LIBS): Default to TARGET_LONG_DOUBLE_128.
10941         (LONG_DOUBLE_TYPE_SIZE): Honor TARGET_LONG_DOUBLE_128.
10942         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): New.
10943         (WIDEST_HARDWARE_FP_SIZE): New.
10944         (TARGET_CPU_CPP_BUILTINS): Define __LONG_DOUBLE_128__.
10945         * config/alpha/alpha.c (override_options): Clear MASK_LONG_DOUBLE_128
10946         if TARGET_VAX_FLOAT.
10947         * config/alpha/osf5.h (LONG_DOUBLE_TYPE_SIZE): Remove.
10948         (TARGET_DEFAULT): Set MASK_LONG_DOUBLE_128.
10949
10950 2004-03-06  Richard Henderson  <rth@redhat.com>
10951
10952         * config/alpha/alpha.c (alpha_swapped_comparison_operator): Fix
10953         botched rtx class conversion.
10954
10955 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10956
10957         * tree.h (BUILTIN_EXP10_P, BUILTIN_EXPONENT_P, BUILTIN_SQRT_P,
10958         BUILTIN_CBRT_P, BUILTIN_ROOT_P): New macros.
10959
10960         * builtins.c (fold_builtin_logarithm, fold_builtin): Use new
10961         macros.
10962         * fold-const.c (fold_mathfn_compare, fold): Likewise.
10963
10964 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
10965
10966         PR target/14343
10967         * config/i386/i386.md (movv2di_internal): Conditionalize on
10968         TARGET_SSE, not TARGET_SSE2.
10969
10970 2004-03-05  Chris Demetriou  <cgd@broadcom.com>
10971
10972         * config.gcc (mips64orion-*-elf*, mips64orionel-*-elf*): Delete
10973         duplicated line.
10974
10975 2004-03-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10976
10977         * builtins.c: Consistently use logN not log* in comments.
10978
10979 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
10980
10981         * rtl.h (mem_expr_equal_p): Function prototype added.
10982         * cfgcleanup.c (merge_memattrs): New function.
10983         (flow_find_cross_jump): Call merge_memattrs for matching insns.
10984         * emit-rtl.c (mem_expr_equal_p): New function.
10985
10986 2004-03-05  Ziemowit Laski  <zlaski@apple.com>
10987
10988         * objc/objc-act.c (synth_module_prologue): Const-qualify
10989         objc_selector type if using the GNU runtime; fix generated
10990         signatures for objc_msg_lookup and objc_msg_lookup_super
10991         to match what GNU ObjC headers provide; reformat and clean up.
10992         (synth_self_and_ucmd_args): Use previously constructed (and
10993         hence possibly const-qualified) objc_selector type.
10994
10995 2004-03-05  Kazu Hirata  <kazu@cs.umass.edu>
10996
10997         * doc/tm.texi (HARD_REGNO_RENAME_OK): Document.
10998
10999 2004-03-05  Jason Merrill  <jason@redhat.com>
11000
11001         * tree.h (TYPE_HASH): Use TYPE_UID.
11002         (TREE_HASH): New macro with old definition of TYPE_HASH.
11003         * tree.c (build_type_attribute_variant): Use iterative_hash_object.
11004         (build_array_type, build_function_type): Likewise.
11005         (build_method_type_directly): Likewise.
11006         (build_offset_type, build_complex_type): Likewise.
11007         (type_hash_list, attribute_hash_list): Likewise. Now static.
11008         * except.c: s/TYPE_HASH/TREE_HASH/.
11009
11010 2004-03-05  Bob Wilson  <bob.wilson@acm.org>
11011
11012         * config/xtensa/xtensa.c (function_arg): Handle 16-byte aligned args.
11013         (xtensa_va_start): Initialize __va_stk to ($arg_ptr - 32).  Adjust
11014         __va_ndx by 2 words when referencing an argument on the stack.
11015         (xtensa_va_arg): Handle 16-byte aligned args.  Adjust __va_ndx by 2
11016         words when an arg on the stack is first seen.
11017
11018 2004-03-05  Paul Brook  <paul@codesourcery.com>
11019
11020         * arm.h (ARM_FLAG_VFP): Remove.
11021         (ARM_FLAG_ATPCS, CIRRUS_FIX_INVALID_INSNS): Renumber.
11022         * netbsd-elf.h (ARM_FLAG_VFP): Remove.
11023
11024 2004-03-05  Paul Brook  <paul@codesourcery.com>
11025
11026         * function.c (assign_parms): Include pretend alignment offset.
11027
11028 2004-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11029
11030         * stor-layout.c (layout_type, case FUNCTION_TYPE): Make size
11031         FUNCTION_BOUNDARY, not POINTER_SIZE * 2.
11032
11033 2004-03-05  Ian Lance Taylor  <ian@wasabisystems.com>
11034
11035         * configure.ac: When passing --enable-languages to subdir
11036         configure when host != build, make sure we don't pass an empty
11037         value.
11038         * configure: Regenerate.
11039
11040 2004-03-05  Nathan Sidwell  <nathan@codesourcery.com>
11041
11042         PR 13577
11043         * gcc.c (cc1_options): Robustify -auxbase-strip from multiple -o
11044         options.
11045
11046 2004-03-05  Paolo Bonzini  <bonzini@gnu.org>
11047
11048         * simplify-rtx.c (simplify_relational_operation): If
11049         flag_wrapv is set, do not move terms between the two
11050         side of a relational operator.
11051
11052 2004-03-05  Paolo Bonzini  <bonzini@gnu.org>
11053
11054         * rtlanal.c: Include target.h and output.h
11055         (rtx_cost, address_cost, default_address_cost): Move from...
11056         * cse.c (rtx_cost, address_cost, default_address_cost):
11057         ... this file.
11058         * rtl.h (rtx_cost, address_cost): Move under rtlanal.c.
11059         * Makefile.in: Adjust dependencies.
11060
11061 2004-03-05  Paolo Bonzini <bonzini@gnu.org>
11062
11063         * cse.c (cse_end_of_basic_block): Make static.
11064         * local-alloc.c (function_invariant_p): Move to
11065         reload1.c.
11066         * loop.c (libcall_other_reg, record_excess_regs):
11067         Make static.
11068         * reload1.c (function_invariant_p): Moved here
11069         from local-alloc.c, made static.
11070         * rtl.h (cse_end_of_basic_block, function_invariant_p,
11071         libcall_other_reg, record_excess_regs): Remove
11072         declarations.
11073
11074 2004-03-05  Kazu Hirata  <kazu@cs.umass.edu>
11075
11076         * config/m32r/m32r.c (signed_comparison_operator): Add a
11077         missing parenthesis.
11078
11079 2004-03-04  Ian Lance Taylor  <ian@wasabisystems.com>
11080
11081         * ggc-common.c (gt_pch_restore): Don't unmap addr unless we are
11082         going to call mmap again.  Read the file into the right place.
11083         Give a fatal error if we have to relocate.
11084
11085 2004-03-04  Bob Wilson  <bob.wilson@acm.org>
11086
11087         * config/xtensa/xtensa.c (xtensa_return_in_msb): New function.
11088         (TARGET_RETURN_IN_MSB): Define to xtensa_return_in_msb.
11089
11090 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
11091
11092         PR other/14354
11093         * config/fp-bit.c (_fpdiv_parts): Do not round when pack_d would
11094         round the same.  When rounding, clear bits that would cause a
11095         second rounding in pack_d.
11096         (_fpmul_parts): Ditto.  Remove #if 0:d code.
11097
11098 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
11099
11100         PR c++/14425, c++/14426
11101         * config/rs6000/altivec.h (vec_splat_s8, vec_splat_s16,
11102         vec_splat_s32, vec_splat_u8, vec_splat_u16, vec_splat_u32):
11103         Change C++ definitions to accept a 'const int' argument;
11104         the prototypes already do.
11105         * config/rs6000/rs6000.c (rs6000_common_init_builtins):
11106         Rename v4si_ftype_char, v8hi_ftype_char, v16qi_ftype_char,
11107         v4sf_ftype_v4si_char, v4si_ftype_v4sf_char, v4si_ftype_v4si_char,
11108         v8hi_ftype_v8hi_char, v16qi_ftype_v16qi_char,
11109         v16qi_ftype_v16qi_v16qi_char, v8hi_ftype_v8hi_v8hi_char,
11110         v4si_ftype_v4si_v4si_char and v4sf_ftype_v4sf_v4sf_char to
11111         end in ..._int; change them to accept an int instead of a char
11112         as the last parameter.
11113
11114 2004-03-04  Phil Edwards  <phil@codesourcery.com>
11115
11116         * genmultilib:  Change '=' to '-' when translating option names
11117         to directory names.
11118
11119 2004-03-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11120
11121         * expr.c (expand_expr_real, case COMPONENT_REF): Get proper type of
11122         stack slot for temp used for result of BLKmode but in integral mode.
11123
11124 2004-03-04  Jan Hubicka  <jh@suse.cz>
11125
11126         * reload.c (find_reloads): Reorganize if seqeunce to switch.
11127
11128         * cfgrtl.c (rtl_redirect_edge_and_branch):  Set the source BB as dirty.
11129         (cfglayout_redirect_edge_and_branch):  Set the source BB as dirty.
11130
11131 2004-03-04  Steve Ellcey  <sje@cup.hp.com>
11132
11133         * config/ia64/ia64.md (divdf3_internal_thr): Fix algorithm.
11134         * testsuite/gcc.dg/20040303-1.c: New test.
11135
11136 2004-03-04  Steven Bosscher  <stevenb@suse.de>
11137
11138         * ppro.md: Rewrite as a DFA pipeline description.
11139         * i386.md: Remove all uses of the ppro_uops attribute.
11140         * i386.c: (ix86_safe_ppro_uops, ix86_dump_ppro_packet,
11141         ix86_reorder_insn, ix86_sched_reorder_ppro, ix86_sched_init,
11142         ix86_sched_reorder, ix86_variable_issue,
11143         struct ix86_sched_data, TARGET_SCHED_VARIABLE_ISSUE,
11144         TARGET_SCHED_INIT, TARGET_SCHED_REORDER): Remove.
11145         (ia32_use_dfa_pipeline_interface): Add TARGET_PENTIUMPRO.
11146         (ia32_multipass_dfa_lookahead): Add TARGET_PENTIUMPRO.
11147         * athlon.md (athlon_ssecmp_load): Fix comment
11148
11149 2004-03-04  Stuart Hastings  <stuart@apple.com>
11150
11151         * gcc/doc/invoke.texi: Document -mlongcall for Darwin/PPC.
11152
11153 2004-03-04  Stuart Hastings  <stuart@apple.com>
11154
11155         * gcc/config/i386/darwin.h: Darwin/x86 doesn't support CPUs before
11156         686, tell Darwin assembler to allow prefetch insns, non-empty def
11157         of SUBTARGET_OPTION_TRANSLATE_TABLE.
11158
11159 2004-03-04  DJ Delorie  <dj@redhat.com>
11160
11161         PR optimization/14282
11162         * sched-deps.c (sched_analyze_insn): Allow a stack adjustment
11163         between a call and the assignment of its return value.
11164
11165 2004-03-04  Kazu Hirata  <kazu@cs.umass.edu>
11166
11167         * config/h8300/h8300.c: Put a comment for every function.
11168
11169 2004-03-04  Kazu Hirata  <kazu@cs.umass.edu>
11170
11171         * config/h8300/h8300.md: Add comments about peephole2's.
11172
11173 2004-03-04  Steven Bosscher  <stevenb@suse.de>
11174
11175         * i386.h (TARGET_CPU_DEFAULT_nocona): Fix value.
11176
11177 2004-03-04  Jan Hubicka  <jh@suse.cz>
11178
11179         * cfgcleanup.c (thread_jump): Update call of cselib_init.
11180         * cselib.c (cselib_record_memory): New static variable.
11181         (cselib_lookup_mem, cselib_record_set, cselib_record_sets):
11182         Give up on memories when asked for.
11183         (cselib_init): Accept new argument.
11184         * cselib.h (cselib_init): Update prototype.
11185         * gcse.c (local_cprop_pass): Update call of cselib_init.
11186         * loop.c (load_mems): Update call of cselib_init.
11187         * postreload.c (reload_cse_regs_1): Update call of cselib_init.
11188         * sched-deps.c (sched_analyze): Update call of cselib_init.
11189
11190 2004-03-04  David Edelsohn  <edelsohn@gnu.org>
11191             GP <gp@qnx.com>
11192
11193         * config/rs6000/rs6000.c (output_function_profiler): Append @plt
11194         when compiling PIC.
11195
11196 2004-03-04  Josef Zlomek  <zlomekj@suse.cz>
11197
11198         PR/14362
11199         * var-tracking.c (track_expr_p): Do not track variables which
11200         should be ignored for debugging purposes.
11201
11202 2004-03-04  Alan Modra  <amodra@bigpond.net.au>
11203
11204         * real.c (encode_ibm_extended): Don't bother rounding low double.
11205         * c-cppbuiltin.c (builtin_define_float_constants): Tweak MAX
11206         when fmt->pnan < fmt->p.
11207
11208 2004-03-04  Eric Christopher  <echristo@redhat.com>
11209
11210         * config/mips/mips.h (FUNCTION_ARG_REGNO_P): Fix to check
11211         only range of valid arg registers and fixed_regs.
11212
11213 2004-03-04  Alan Modra  <amodra@bigpond.net.au>
11214
11215         PR target/14406
11216         * config/rs6000/rs6000.md (abstf2, abstf2+1): Delete define_insn.
11217         (abstf2, abstf2_internal): New define_expand.
11218
11219 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11220
11221         PR optimization/14235
11222         * expr.c (convert_move): Copy the source to a new pseudo
11223         when converting from a sub-word source to a larger-than-word
11224         register which conflicts with the source.
11225
11226 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
11227
11228         PR 13728
11229         * c-decl.c (diagnose_mismatched_decls): Issue an error for two
11230         parameters with the same name, unless one is a forward decl.
11231         Do not issue a redundant-redeclaration warning for forward
11232         decls of parameters.
11233
11234 2004-03-04  David Edelsohn  <edelsohn@gnu.org>
11235
11236         * doc/install.texi (*-ibm-aix*): Document use of Bash to speed up
11237         configuration.
11238
11239 2004-03-03  Ian Lance Taylor  <ian@wasabisystems.com>
11240
11241         * ggc-zone.c (ggc_pch_write_object): Don't align file pointer.
11242
11243 2004-03-04  Alan Modra  <amodra@bigpond.net.au>
11244
11245         * target-def.h (TARGET_OPTF): Delete.
11246         * c-opts.c (TARGET_OPTF): Define.
11247
11248 2004-03-04  Jan Hubicka  <jh@suse.cz>
11249
11250         * cselib.c (cselib_finish): Fix another miss-application of my previous
11251         patch.
11252
11253 2004-03-03  Mike Stump  <mrs@apple.com>
11254
11255         Add framework support for darwin.
11256
11257         * c-incpath.c: Include target.h and machmode.h.
11258         (add_path): Use a consistent style for cpp_dir.  Initialize
11259         p->construct to 0.
11260         (add_cpp_dir_path): New.
11261         (register_include_chains): Add use of extra_includes callback.
11262         (hook_void_int): Add.
11263         (target_c_incpath): Add.
11264         * c-incpath.h (add_cpp_dir_path): New.
11265         (target_c_incpath_s): Add.
11266         (target_c_incpath): Add.
11267         (C_INCPATH_INIT): Add.
11268         * c-opts.c (c_common_missing_argument,
11269         c_common_handle_option): Add -F argument processing.
11270         * c.opt: Add -F argument processing.
11271         * gcc.c (trad_capable_cpp): Add -F argument processing.
11272         * cppfiles.c (find_file_in_dir): Update to use construct
11273         callback.
11274         (search_path_exhausted, cpp_get_path, cpp_get_buffer,
11275         cpp_get_prev): New.
11276         (_cpp_find_file): Use search_path_exhausted.
11277         (make_cpp_dir): Initialize construct to 0.
11278         * cpplib.h (missing_header_cb
11279         cpp_get_path, cpp_get_buffer, cpp_get_file, cpp_get_prev): New.
11280         (cpp_callbacks): Add missing_header
11281         (cpp_dir): Add construct.
11282         * target-def.h: (TARGET_OPTF): New.
11283         * hooks.c (hook_void_int, hook_void_charptr): Add.
11284         * hooks.h (hook_void_int, hook_void_charptr): Add.
11285         * Makefile.in (c-incpath.o) : Add $(TARGET_H) and
11286         $(MACHMODE_H) dependencies.
11287         * doc/invoke.texi (Darwin Options): Document -F.
11288         * doc/tm.texi (TARGET_EXTRA_INCLUDES): Add.
11289         (TARGET_OPTF): Add.
11290         * fix-header.c (target_c_incpath): Add.
11291
11292         * config/darwin-c.c: Add c-incpath.h include.
11293         (using_frameworks, find_subframework_file,
11294         find_subframework_header, add_system_framework_path,
11295         frameworks_in_use, num_frameworks, max_frameworks,
11296         add_framework, find_framework, struct framework_header,
11297         framework_header_dirs, framework_construct_pathname,
11298         find_subframework_file, add_system_framework_path,
11299         add_framework_path, framework_defaults,
11300         darwin_register_frameworks, find_subframework_header): Add.
11301         * config/darwin.h (TARGET_EXTRA_INCLUDES, TARGET_OPTF): New.
11302         (TARGET_OPTION_TRANSLATE_TABLE): Add -framework support.
11303         (CPP_SPEC): Add __APPLE_CC__ support.
11304         * t-darwin (darwin-c.o): Add c-incpath.h dependency.
11305
11306 2004-03-04  Jan Hubicka  <jh@suse.cz>
11307
11308         * cselib.c (cselib_finish): Fix miss-application of my previous
11309         patch.
11310
11311 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
11312
11313         * hooks.c (hook_tree_tree_identity): New.
11314         * hooks.h: Add a prototype for hook_tree_tree_identity.
11315         * stmt.c (expand_asm_operands): Use targetm.md_asm_clobbers
11316         instead of MD_ASM_CLOBBERS.
11317         * system.h (MD_ASM_CLOBBERS): Poison.
11318         * target-def.h (TARGET_MD_ASM_CLOBBERS): New.
11319         (TARGET_INITIALIZER): Add TARGET_MD_ASM_CLOBBERS.
11320         * target.h (gcc_target): Add md_asm_clobbers.
11321         * config/i386/i386.c (TARGET_MD_ASM_CLOBBERS): New.
11322         (ix86_md_asm_clobbers): New.
11323         * config/i386/i386.h (MD_ASM_CLOBBERS): Remove.
11324         * doc/tm.texi (MD_ASM_CLOBBERS): Change to
11325         TARGET_MD_ASM_CLOBBERS.
11326
11327 2004-03-03  Stuart Hastings  <stuart@apple.com>
11328
11329         * gcc/config.gcc: Arrange for Darwin/x86 to build libgcc_eh.a.
11330
11331 2004-03-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
11332
11333         * config/sparc/sparc.c (noov_compare64_op): Fix typo.
11334
11335         * config/sparc/sparc.h (ASM_FLOAT): Delete.
11336         (ASM_DOUBLE): Likewise.
11337         (ASM_LONGDOUBLE): Likewise.
11338         * config/sparc/pbd.h (ASM_INT_OP): Delete.
11339
11340 2004-03-03  Richard Henderson  <rth@redhat.com>
11341
11342         PR opt/13862
11343         * cselib.c (cselib_record_sets): Don't record multiple sets in
11344         asm insns.
11345
11346 2004-03-03  Mostafa Hagog  <mustafa@il.ibm.com>
11347
11348         * common.opt: Add description of the new -fgcse-after-reload flag.
11349
11350         * flags.h (flag_gcse_after_reload): Declaration of global variable.
11351
11352         * gcse.c (reg_used_on_edge ,reg_set_between_after_reload_p,
11353         reg_used_between_after_reload_p, rtx get_avail_load_store_reg,
11354         is_jump_table_basic_block, bb_has_well_behaved_predecessors,
11355         get_bb_avail_insn, hash_scan_set_after_reload,
11356         compute_hash_table_after_reload, eliminate_partially_redundant_loads,
11357         gcse_after_reload, get_bb_avail_insn): New functions to implement
11358         gcse-after-reload.
11359         (gcse_after_reload_main): New function, the main entry point to
11360         gcse-after-reload.
11361
11362         * rtl.h (gcse_after_reload_main): Declaration of the new function.
11363
11364         * opts.c (common_handle_option): Handle the -fgcse-after-reload flag.
11365
11366         * toplev.c (flag_gcse_after_reload): Initialization.
11367
11368         * passes.c (rest_of_handl_gcse2): Call gcse_after_reload_main.
11369
11370         * params.def (PARAM_GCSE_AFTER_RELOAD_PARTIAL_FRACTION,
11371         PARAM_GCSE_AFTER_RELOAD_CRITICAL_FRACTION): New parameters for tuning
11372         the gcse after reload optimization.
11373
11374         * params.h (GCSE_AFTER_RELOAD_PARTIAL_FRACTION,
11375         GCSE_AFTER_RELOAD_CRITICAL_FRACTION): Two macros to access the tuning
11376         parameters.
11377
11378         * doc/invoke.texi: Documentation for the new flag gcse-after-reload.
11379
11380 2004-03-03  Nicolas Pitre <nico@cam.org>
11381
11382         * config/arm/ieee754-df.S (muldf3, divdf3): Fix denormalization of
11383         small negative values.
11384
11385 2004-03-03  Jan Hubicka  <jh@suse.cz>
11386
11387         * cselib.c (hash_table):  Remove GTY marker.
11388         (reg_values): Turn into array.
11389         (used_regs): Likewise.
11390         (n_used_regs): New static variable.
11391         (reg_values_old): Kill.
11392         (clear_table): Update uses of arrays.
11393         (cselib_lookup): Likewise.
11394         (cselib_record_set): Likewise.
11395         (cselib_init): Likewise.
11396         (cselib_finish): Likewise.
11397         (cselib_udpate_varray_sizes): Kill.
11398         * cselib.h (cselib_update_varray_sizes): Kill.
11399
11400 2004-03-03  Paul Brook  <paul@codesourcery.com>
11401
11402         * flow.c (ior_reg_cond, and_reg_cond): Remove stray ")".
11403
11404 2004-03-03  Jan Hubicka  <jh@suse.cz>
11405
11406         * ggc-common.c (ggc_alloc_cleared_stat, ggc_realloc_stat):
11407         Rename from ...; make statistics transparent.
11408         (ggc_alloc_cleared, ggc_realloc_stat): ... these.
11409         (loc_descriptor): New structure.
11410         (hash_descriptor, eq_descriptor, loc_descriptor, cmp_statistics,
11411         add_statistics):
11412         New static function.
11413         (ggc_record_overhead, dump_statistics): New global function.
11414         * ggc-none.c (ggc_alloc_types_stat, ggc_alloc_stat, ggc_alloc_zone_stat,
11415         ggc_alloc_cleared_stat, ggc_realloc_stat, ggc_alloc_typed_stat): Rename
11416         from ...; accept locations
11417         (ggc_alloc_types, ggc_alloc, ggc_alloc_zone, ggc_alloc_cleared,
11418         ggc_realloc, ggc_alloc_typed):  ... this one.
11419         from ...; accept locations
11420         * ggc-page.c (ggc_alloc_typed_stat, ggc_alloc_zone_stat,
11421         ggc_alloc_stat): Rename from ... ; pass locations
11422         * ggc-page.c (ggc_alloc_typed, ggc_alloc_zone, ggc_alloc):
11423         ... this one.
11424         (ggc_alloc_stat): Record overehead.
11425         * ggc.h (ggc_alloc_types, ggc_alloc, ggc_alloc_zone, ggc_alloc_cleared,
11426         ggc_realloc, ggc_alloc_typed):  Turn to macros
11427         (ggc_alloc_types_stat, ggc_alloc_stat, ggc_alloc_zone_stat,
11428         ggc_alloc_cleared_stat, ggc_realloc_stat, ggc_alloc_typed_stat): Declare.
11429         (dump_ggc_loc_satistics, ggc_record_overehead): Declare.
11430         * langhooks.h (lhd_make_node): Declare.
11431         (LANG_HOOKS_MAKE_TYPE): Default to new function,
11432         * langhooks.c (lhd_make_node): New.
11433         * rtl.c (rtx_alloc_stat, swallow_copy_rtx_stat): Rename from ... ; pass
11434         locations.
11435         (rtx_alloc, swallow_copy_rtx): ... this one.
11436         * rtl.h (rtx_alloc, swallow_copy_rtx): Turn to macros.
11437         * rtl.c (rtx_alloc_stat, swallow_copy_rtx_stat): Declare.
11438         * toplpev.c (finalize): Dump stats.
11439         * tree.c (make_node_stat, copy_node_stat, make_tree_vec_stat,
11440         build_tree_list_stat, tree_cons_stat, build?_stat,  build_decl_stat):
11441         Rename from ... ; pass locators.
11442         (make_node, copy_node, make_tree_vec, build_tree_list, tree_cons,
11443         build?,  build_decl): Declare.
11444         * tree.h (make_node_stat, copy_node_stat, make_tree_vec_stat,
11445         build_tree_list_stat, tree_cons_stat, build?_stat,  build_decl_stat):
11446         Declare.
11447         (make_node, copy_node, make_tree_vec, build_tree_list, tree_cons,
11448         build?,  build_decl): New macros.
11449         * Makefile.in (RTL_H, TREE_H): Add statistics.h dependency.
11450         * statistics.h: New file.
11451
11452 2004-03-03  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11453             Richard Sandiford  <rsandifo@redhat.com>
11454
11455         * config/mips/mips.h (MASK_FIX_SB1): Bump.
11456         (MASK_FIX_R4400, TARGET_FIX_R4400): New macros.
11457         (TARGET_SWITCHES): Add -mfix-r4400 and -mno-fix-r4400.
11458         * config/mips/mips.c (mips_output_division): Fill the branch delay
11459         slot with a nop if TARGET_FIX_R4000.  Extend R4000 workarounds to
11460         TARGET_FIX_R4400.
11461         (mips_output_division): Adjust accordingly.
11462         (override_options): Make -march=r4400 imply -mfix-r4400 by default.
11463         * doc/invoke.texi: Document -mfix-r4400 and new errata workarounds.
11464
11465 2004-03-03  Paolo Bonzini  <bonzini@gnu.org>
11466
11467         * alias.c (rtx_equal_for_memref_p): Use predicates
11468         to test rtx classes and new rtx class codes, possibly
11469         splitting conditionals that tested against '<' and 'o'.
11470         * caller-save.c (save_call_clobbered_regs): Likewise.
11471         * combine.c (contains_muldiv, find_split_point, subst,
11472         combine_simplify_rtx, simplify_if_then_else,
11473         simplify_set, simplify_logical, expand_compound_operation,
11474         make_compound_operation, if_then_else_cond, known_cond,
11475         apply_distributive_law, cached_nonzero_bits,
11476         cached_num_sign_bit_copies, simplify_shift_const,
11477         gen_binary, simplify_comparison, update_table_tick,
11478         record_value_for_reg, get_lsat_value_validate): Likewise.
11479         * cse.c (mention_regs, find_best_addr, find_comparison_args,
11480         fold_rtx, cse_insn, invalidate_memory, cse_basic_block):
11481         Likewise.
11482         * emit-rtl.c (copy_insn_1): Likewise.
11483         * expr.c (force_operand): Likewise.
11484         * final.c (final_scan_insn, get_mem_expr_from_op): Likewise.
11485         * flow.c (notice_stack_pointer_modification_1,
11486         invalidate_mems_from_autoinc, ior_reg_cond, not_reg_cond,
11487         and_reg_cond, elim_reg_cond): Likewise.
11488         * function.c (update_epilogue_consts): Likewise.
11489         * genattrtab.c (attr_rtx_1): Likewise.
11490         * genopinit.c (gen_insn): Likewise.
11491         * integrate.c (subst_constants): Likewise.
11492         * jump.c (reversed_comparison_code_parts,
11493         reversed_comparison_code, delete_related_insns,
11494         rtx_renumbered_equal_p): Likewise.
11495         * local-alloc.c (block_alloc): Likewise.
11496         * loop.c (rtx_equal_for_prefetch_p, maybe_eliminate_biv,
11497         canonicalize_condition): Likewise.
11498         * loop-iv.c (simplify_using_conditions, iv_number_of_iterations):
11499         Likewise.
11500         * optabs.c (add_equal_node, expand_binop): Likewise.
11501         * predict.c (estimate_probability): Likewise.
11502         * ra-debug.c (ra_print_rtx_2op, ra_print_rtx): Likewise.
11503         * recog.c (validate_replace_rtx_1, comparison_operator,
11504         offsettable_address_p, constrain_operands): Likewise.
11505         * reg-stack.c (swap_rtx_condition_1, subst_stack_regs_pat):
11506         Likewise.
11507         * regclass.c (scan_one_insn): Likewise.
11508         * regmove.c (stable_and_no_regs_but_for_p): Likewise.
11509         * regrename.c (kill_autoinc_value): Likewise.
11510         * reload.c (find_reusable_reload, find_reloads,
11511         reg_overlap_mentioned_for_reload_p): Likewise.
11512         * reload1.c (gen_reload, delete_address_reloads_1): Likewise.
11513         * rtl.c (copy_rtx): Likewise.
11514         * rtl.h (CONSTANT_P, INSN_P): Likewise.
11515         * rtlanal.c (commutative_operand_precedence): Likewise.
11516         * sched-deps.c (conditions_mutex_p): Likewise.
11517         * sched-rgn.c (is_cfg_nonregular): Likewise.
11518         * simplify-rtx.c (simplify_gen_binary,
11519         simplify_gen_relational, simplify_replace_rtx,
11520         simplify_unary_operation, simplify_binary_operation,
11521         simplify_ternary_operation, simplify_rtx): Likewise.
11522         * unroll.c (reg_dead_after_loop): Likewise.
11523         * config/alpha/alpha.c (alpha_swapped_comparison_operator,
11524         print_operand): Likewise.
11525         * config/arc/arc.c (proper_comparison_operator): Likewise.
11526         * config/arm/arm.c (arm_arm_address_cost, arm_select_cc_mode):
11527         Likewise.
11528         * config/avr/avr.c (_reg_unused_after): Likewise.
11529         * config/frv/frv.c (frv_ifcvt_modify_tests,
11530         frv_ifcvt_modify_insn, frv_pack_insn): Likewise.
11531         * config/i386/i386.c (ix86_comparison_operator,
11532         ix86_carry_flag_operator, fcmov_comparison_operator,
11533         arith_or_logical_operator, print_operand,
11534         ix86_expand_binary_operator, ix86_binary_operator_ok):
11535         Likewise.
11536         * config/i386/i386.md: Likewise.
11537         * config/ia64/ia64.c (not_postinc_memory_operand,
11538         ia64_print_operand, update_set_flags, errata_emit_nops):
11539         Likewise.
11540         * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS,
11541         CONSTRAINT_OK_FOR_S): Likewise.
11542         * config/ip2k/ip2k.c (mdr_resequence_xy_yx,
11543         mdr_try_move_dp_reload, ip2k_check_can_adjust_stack_ref,
11544         ip2k_xexp_not_uses_reg_for_mem, ip2k_xexp_not_uses_reg_p,
11545         ip2k_composite_xexp_not_uses_reg_p, ip2k_unary_operator):
11546         Likewise.
11547         * config/iq2000/iq2000.c (cmp_op, symbolic_expression_p,
11548         eqne_comparison_operator, signed_comparison_operator):
11549         Likewise.
11550         * config/mips/mips.c (cmp_op, symbolic_expression_p):
11551         Likewise.
11552         * config/mmix/mmix (mmix_foldable_comparison_operator,
11553         mmix_comparison_operator): Likewise.
11554         * config/pa/pa.c (hppa_legitimize_address): Likewise.
11555         * config/rs6000/rs6000.c (stmw_operation,
11556         branch_comparison_operator, trap_comparison_operator,
11557         ccr_bit): Likewise.
11558         * config/rs6000/rs6000.h (SELECT_CC_MODE): Likewise.
11559         * config/s390/s390.c (s390_alc_comparison,
11560         s390_slb_comparison):L Likewise.
11561         * config/sh/sh.c (gen_block_redirect, reg_unused_after):
11562         Likewise.
11563         * config/sparc/sparc.c (eq_or_neq, normal_comp_operator,
11564         noov_compare_op, noov_compare64_op, v9_regcmp_op,
11565         emit_hard_tfmode_operation, reg_unused_after)
11566         * doc/md.texi, doc/rtl.texi: Likewise.
11567
11568         * ra-debug.c: Add 2004 to list of copyright years.
11569         * unroll.c: Likewise.
11570
11571         * combine.c (simplify_logical): Remove dummy test,
11572         (apply_distributive_law): Fix typo in comment.
11573         GET_CODE (x) == AND so x is a commutative binary op.
11574         * jump.c (delete_related_insns): simplify loop
11575         condition, move testing of RTX codes inside the loop.
11576         (rtx_renumbered_equal_p): do not use RTX_CODE.
11577         * rtl.c (rtx_class): Declare as enum rtx_class.
11578         * rtl.def (EQ, NE, UNEQ, LTGT, UNORDERED, ORDERED):
11579         Move to RTX_COMM_COMPARE class.
11580         (HIGH, SYMBOL_REF, LABEL_REF, CONST, CONST_INT, CONST_DOUBLE):
11581         Move to RTX_CONST_OBJ class.
11582         * rtl.h (enum rtx_class): New declaration,
11583         (RTX_OBJ_MASK, RTX_OBJ_RESULT, RTX_COMPARE_MASK,
11584         RTX_COMPARE_RESULT, RTX_ARITHMETIC_MASK, RTX_ARITHMETIC_RESULT,
11585         RTX_BINARY_MASK, RTX_BINARY_RESULT, RTX_COMMUTATIVE_MASK,
11586         RTX_COMMUTATIVE_RESULT, RTX_NON_COMMUTATIVE_RESULT,
11587         RTX_EXPR_FIRST, RTX_EXPR_LAST, UNARY_P, BINARY_P,
11588         ARITHMETIC_P, COMMUTATIVE_ARITHMETIC_P, COMPARISON_P,
11589         SWAPPABLE_OPERANDS_P, NON_COMMUTATIVE_P, COMMUTATIVE_P,
11590         OBJECT_P): New macros.
11591         * config/sparc/sparc.c (noov_compare_op): Remove register
11592         from parameter.
11593
11594 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
11595
11596         * target.h: Remove texi jargons in comments.
11597
11598 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
11599
11600         * config/h8300/lib1funcs.asm (___fixunssfsi): Change the
11601         threshold to 0x4f.
11602
11603         Revert:
11604         2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
11605         * config/h8300/fixunssfsi.c (__fixunssfsi): Enable on H8/300
11606         as well.
11607         * config/h8300/lib1funcs.asm (___fixunssfsi): Remove.
11608         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _fixunssfsi_asm.
11609
11610 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
11611
11612         * doc/md.texi (cbranchmode4): New.
11613
11614 2004-03-02  Eric Christopher  <echristo@redhat.com>
11615
11616         * config/mips/mips16.S: Change fixsfsi and fixdfsi to
11617         fix_trunc.
11618         * config/mips/mips.c (mips_init_libfuncs): Change accordingly.
11619         * config/mips/t-elf (LIB1ASMFUNCS): Ditto.
11620         * config/mips/t-isa3264 (LIB1ASMFUNCS): Ditto.
11621         * config/mips/t-r3900 (LIB1ASMFUNCS): Ditto.
11622
11623 2004-03-02  Richard Henderson  <rth@redhat.com>
11624
11625         PR middle-end/11767
11626         * coverage.c (coverage_counter_ref): Set MEM_NOTRAP_P.
11627         * optabs.c (prepare_cmp_insn): Force trapping memories to registers
11628         before the compare, if flag_non_call_exceptions.
11629
11630 2004-03-02  Richard Henderson  <rth@redhat.com>
11631
11632         PR middle-end/14327
11633         * stmt.c (expand_computed_goto): Do do_pending_stack_adjust before
11634         emitting the label, not after.
11635
11636 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11637
11638         * config/m68hc11/m68hc11.c (m68hc11_addr_mode): New variable.
11639         (m68hc11_mov_addr_mode): Likewise.
11640         (m68hc11_override_options): Initialize them based on target.
11641         (register_indirect_p): Allow a MEM for indirect addressing modes and
11642         use flags to control what is allowed.
11643         (m68hc11_small_indexed_indirect_p): Use m68hc11_mov_addr_mode for
11644         supported addressing modes.
11645         (m68hc11_register_indirect_p): Use m68hc11_addr_mode.
11646         (go_if_legitimate_address_internal): Likewise.
11647         (m68hc11_indirect_p): Likewise and check the mode.
11648         (print_operand): Allow a (MEM (MEM)) and generate indirect addressing.
11649
11650 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
11651
11652         * builtins.c (BUILTIN_SETJMP_FRAME_VALUE): Remove.
11653         (expand_builtin_setjmp_setup): Use
11654         targetm.builtin_setjmp_frame_value instead of
11655         BUILTIN_SETJMP_FRAME_VALUE.
11656         * system.h (BUILTIN_SETJMP_FRAME_VALUE): Poison.
11657         * target-def.h (TARGET_BUILTIN_SETJMP_FRAME_VALUE): New.
11658         (TARGET_INITIALIZER): Add TARGET_BUILTIN_SETJMP_FRAME_VALUE.
11659         * target.h (gcc_target): Add builtin_setjmp_frame_value.
11660         * targhooks.c (default_builtin_setjmp_frame_value): New.
11661         * targhooks.h: Add a prototype for
11662         default_builtin_setjmp_frame_value.
11663         * doc/tm.texi (BUILTIN_SETJMP_FRAME_VALUE): Change to
11664         TARGET_BUILTIN_SETJMP_FRAME_VALUE.
11665
11666 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11667
11668         * config/m68hc11/m68hc11.md (move peephole2): New peepholes to optimize
11669         sequences of moves.
11670         (add peepholes): New peepholes to optimize sequences adding small
11671         constants.
11672         (bset peepholes): New peepholes to transform an OR in a bset form
11673         (bclr peepholes): Likewise for bclr form.
11674         (cmp peepholes): New peepholes to avoid register copies when comparing.
11675
11676 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11677
11678         * config/m68hc11/m68hc11.md ("*pushdi_internal"): New insn and split
11679         to separate push from moves.
11680         ("*pushdf_internal"): Likewise.
11681         ("*pushsf_internal"): Likewise.
11682         ("*pushsi_internal"): Likewise.
11683         ("movdi_internal"): Use define_insn_and_split; non push operand.
11684         ("movdf_internal"): Likewise.
11685         ("movsf_internal"): Likewise.
11686         ("movsi_internal"): Likewise.
11687         ("*movhi_68hc12", "*addhi3_68hc12"): Fix and tune constraints
11688         ("*addhi3", "*subhi3", "*andhi3_mem", "*iorhi3_mem"): Likewise.
11689         ("*ashlsi3_const1", "*lshrsi3_const1"): Likewise.
11690
11691 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11692
11693         * config/m68hc11/m68hc11.md ("tstqi_z_used"): Use define_insn_and_split.
11694         ("cmphi_z_used", "cmpqi_z_used"): Likewise.
11695         ("movstrictsi", "movstricthi", "movstrictqi"): Likewise.
11696         ("anddi3", "andsi3", "iordi3", "iorsi3"): Likewise.
11697         ("xordi3", "xorsi3", "*logicalsi3_zexthi"): Likewise.
11698         ("*logicalsi3_zextqi", "*logicalhi3_zexthi_ashift8"): Likewise.
11699         ("logicalhi3_zexthi", "*logicalsi3_silshr16"): Likewise.
11700         ("*logicalsi3_silshl16", "*logicalsi3_silshl16_zext"): Likewise.
11701         ("*ashldi3_const32", "*ashldi3_const1", "addsi_silshr16"): Likewise.
11702         ("addsi_andshr16", "*ashlsi3_const16_zexthi"): Likewise.
11703         ("*lshrdi3_const32", "*lshrdi_const1"): Likewise.
11704
11705 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11706
11707         * config/m68hc11/m68hc11.md (SOFT_TMP_REGNUM): Define.
11708         (SOFT_XY_REGNUM): Define.
11709         (cmp split): Use the above instead of hard coded numbers.
11710         (8-bit op split): No need to check the mode; allow Q_REG.
11711         (ashift split): Adjust the first operand if it uses the SP and we
11712         are pushing the shifted value.
11713         (plus shift split): Fix when a source is in register D+X.
11714         ("doloop_end"): Pass dummy arguments to gen_rtx_NE.
11715
11716 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11717
11718         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix when
11719         comparing with Z register.
11720
11721 2004-03-02  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11722
11723         * cfgloop.h (struct loop_desc): Removed.
11724         (struct loop): Fields simple, desc and has_desc removed.
11725         (simple_loop_p, count_loop_iterations): Declaration removed.
11726         * cfgloopanal.c (struct unmark_altered_insn_data): Removed.
11727         (unmark_altered, blocks_invariant_registers, unmark_altered_insn
11728         blocks_single_set_registers, invariant_rtx_wrto_regs_p_helper,
11729         invariant_rtx_wrto_regs_p, test_for_iteration, constant_iterations,
11730         simple_loop_exit_p, variable_initial_value, variable_initial_values,
11731         simple_condition_p, simple_increment, count_strange_loop_iterations,
11732         inverse, fits_in_mode_p, simple_loop_p, count_loop_iterations):
11733         Removed.
11734         * loop-iv.c (check_simple_exit, find_simple_exit): Update comments.
11735
11736 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
11737
11738         * genattrtab.c: Don't handle MATCH_INSN.
11739         * genrecog.c: Likewise.
11740         * gensupport.c: Likewise.
11741         * rtl.def (match_insn): Remove.
11742         * doc/md.texi (match_insn, match_insn2): Remove.
11743
11744 2004-03-02  Mark Mitchell  <mark@codesourcery.com>
11745
11746         * doc/c-tree.texi (DECL_ASSEMBLER_NAME): Mention that using this
11747         macro results in memory allocation.
11748
11749 2004-03-02  David O'Brien  <obrien@FreeBSD.org>
11750
11751         * config/freebsd-spec.h (FBSD_DYNAMIC_LINKER): Add.
11752         * config/alpha/freebsd.h (SUBTARGET_EXTRA_SPECS): Define
11753         %(fbsd_dynamic_linker),
11754         (LINK_SPEC): Use %(fbsd_dynamic_linker), and sync style with
11755         config/i386/freebsd.h
11756         * config/arm/freebsd.h: Ditto.
11757         * config/i386/freebsd.h: Ditto.
11758         * config/i386/freebsd64.h: Ditto.
11759         * config/ia64/freebsd.h: Ditto.
11760         * config/rs6000/sysv4.h: Ditto.
11761         * config/sparc/freebsd.h: Ditto.
11762
11763 2004-03-02  Loren James Rittle  <ljrittle@acm.org>
11764
11765         * gcc/doc/install.texi (*-*-freebsd*): Update target information.
11766
11767 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
11768
11769         * rtl.def (define_combine): Remove.
11770
11771 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
11772
11773         * config/h8300/h8300.md: Tweak formatting.
11774
11775 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
11776
11777         * config/h8300/h8300.md (*cmphi_h8300): Rename to
11778         *cmphi_h8300_znvc.
11779         (*cmphi_h8300hs): Rename to *cmphi_h8300hs_znvc.
11780
11781 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
11782
11783         PR bootstrap/14356
11784         * gcc.c (process_command): Remove const-qualification from argv.
11785         (main): Likewise.
11786
11787 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
11788
11789         * config/h8300/h8300.md (pushqi1_h8300hs): Rename to
11790         pushqi1_h8300hs_advanced.  Adjust its caller.
11791         (pushhi1_h8300hs): Rename to pushhi1_h8300hs_advanced.
11792         Adjust its caller.
11793
11794 2004-03-02  Nicolas Roche  <roche@act-europe.fr>
11795
11796         * Makefile.in (install-libgcc, install-multilib): Pass
11797         mkinstalldirs var to libgcc.mk.
11798
11799 2004-03-01  Kazu Hirata  <kazu@cs.umass.edu>
11800
11801         * system.h (DBX_OUTPUT_STANDARD_TYPES): Poison.
11802         * doc/tm.texi (DBX_OUTPUT_STANDARD_TYPES): Remove.
11803
11804 2004-03-01  Kazu Hirata  <kazu@cs.umass.edu>
11805
11806         * config/h8300/h8300.c (gtle_operator): Accept GT and LE.
11807         * config/h8300/h8300.md: Split several peephole2's, each into
11808         two.
11809
11810 2004-03-02  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11811
11812         * dominance.c (recount_dominator): Handle postdominators.
11813
11814 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
11815
11816         * config/mips/mips-protos.h (enum mips_symbol_type): Move from mips.h.
11817         (NUM_SYMBOL_TYPES): Likewise.
11818         (SYMBOL_64_HIGH, SYMBOL_64_MID, SYMBOL_64_LOW): New symbol types.
11819         (mips_unspec_address): Declare.
11820         (mips_gotoff_page, mips_gotoff_global): Delete.
11821         * config/mips/mips.h (PREDICATE_CODES): Add general_symbolic_operand.
11822         * config/mips/mips.c (enum mips_symbol_type, NUM_SYMBOL_TYPES): Delete.
11823         (mips_symbolic_constant_p, mips_symbolic_address_p)
11824         (mips_symbol_insns): Handle new symbol types.
11825         (general_symbolic_operand): New predicate.
11826         (mips_unspec_address): Make extern.
11827         (mips_gotoff_page, mips_gotoff_global): Delete.
11828         (override_options): Allow -mabi=64 -mno-abicalls -mexplicit-relocs.
11829         Handle new symbol types.
11830         * config/mips/mips.md (*lea_high64, *lea64): New patterns.
11831         (*xgot_hi[sd]i, *xgot_lo[sd]i, *got_disp[sd]i, *got_disp[sd]i): Call
11832         mips_unspec_address directly.
11833         * doc/invoke.texi: Remove the -mabi=64 -mno-abicalls exception from
11834         the documentation of -mexplicit-relocs.
11835
11836 2004-03-01  Jeff Law  <law@redhat.com>
11837
11838         * fold-const.c (fold): An equality comparison of a non-weak object
11839         against zero has a known result.  Similarly an equality comparison
11840         of the address of two non-weak, unaliased symbols has a known result.
11841
11842         * ggc-page.c (struct page_entry): New field PREV.
11843         (ggc_alloc): Update PREV field appropriately.
11844         (sweep_pages): Likewise.
11845         (ggc_free): Likewise.  Use PREV field rather than loop to
11846         improve ggc_free performance.
11847
11848 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
11849
11850         * config/mips/mips.c (mips_output_division): Use the division
11851         instruction to fill the delay slot of a zero check.
11852         (mips_idiv_insns): Adjust accordingly.
11853
11854 2004-03-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11855
11856         * config.gcc: Create a default tmake_file for linux, and use
11857         it in all but two linux clauses.  Comment those two.
11858
11859 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
11860
11861         * combine.c (try_combine):  Do not refer to is_replaced.
11862         (gen_lowpart_for_combine):  Perverse subregs now have a
11863         more politically correct name.
11864         * cse.c (cse_insn): Likewise.
11865         * jump.c: Fix bogus reference to delete_insn.
11866
11867 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
11868
11869         PR debug/14328
11870         * dwarf2out.c (gen_enumeration_type_die): Output all enumeration
11871         constants as signed values.
11872
11873         PR middle-end/13448
11874         * c-tree.h (readonly_warning): Rename to ...
11875         (readonly_error): ... this.
11876         * c-typeck.c (build_unary_op): Adjust accordingly.
11877         (readonly_warning): Rename to ...
11878         (readonly_error): ... this and issue errors, not warnings.
11879         (build_modify_expr): Call readonly_error, not readonly_warning.
11880         (c_expand_asm_operands): Likewise.
11881         * tree-inline.c (optimize_inline_calls): Do not inline functions
11882         after errors have occurred.
11883
11884 2004-02-29  Nathanael Nerode  <neroden@gcc.gnu.org>
11885
11886         * configure.ac: Rearrange some threading code for clarity;
11887         add section comment.
11888         * configure: Regenerate.
11889
11890 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
11891
11892         * passes.c, config/frv/frv.c, config/sh/sh.c: Fix comment
11893         typos.
11894         * doc/cppopts.texi: Fix a typo.
11895
11896 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
11897
11898         * config/i386/i386.md: Fix formatting.
11899
11900 2004-02-29  Nathanael Nerode  <neroden@gcc.gnu.org>
11901
11902         * configure.ac: Add some comments delineating sections of code.
11903
11904         * doc/install.texi: Note that libada uses autoconf 2.57 also.
11905
11906         * doc/install.texi: Fix idiot typo in previous commit.
11907
11908         * doc/install.texi: Update for conversion of intl to autoconf 2.57.
11909
11910 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
11911
11912         * config/h8300/h8300.md: Add comments about peephole2's.
11913
11914 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
11915
11916         * config/h8300/h8300.md: Tweak operand numbers of some
11917         peephole2's.
11918
11919 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
11920
11921         * config/h8300/h8300.md: Tweak comments about peephole2's.
11922
11923 2004-02-29  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
11924
11925         PR middle-end/14203
11926         * function.c (uninitialized_vars_warning): Use DECL_RTL_SET_P
11927         instead of testing whether DECL_RTL is not NULL.
11928
11929 2004-02-28  Kazu Hirata  <kazu@cs.umass.edu>
11930
11931         * config/sh/sh.c: Fix formatting.
11932
11933 2004-02-28  Kazu Hirata  <kazu@cs.umass.edu>
11934
11935         * config/sh/sh.c: Convert to ISO-C.
11936
11937 2004-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
11938
11939         * c-typeck.c (tagged_types_tu_compatible_p): Fix pasto in
11940         my previous patch.
11941
11942         * config/darwin.h (machopic_finish): Output stub even if the
11943         symbol is already defined.
11944
11945 2004-02-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11946
11947         * pa64-hpux.h (LIB_SPEC): Fix linking under HP-UX 11.00 with -p and -pg.
11948
11949 2004-02-28  Kazu Hirata  <kazu@cs.umass.edu>
11950
11951         * genattr.c (main): Don't define
11952         TRADITIONAL_PIPELINE_INTERFACE or DFA_PIPELINE_INTERFACE.
11953         * system.h (TRADITIONAL_PIPELINE_INTERFACE): Poison.
11954         (DFA_PIPELINE_INTERFACE): Likewise.
11955         * doc/tm.texi (TRADITIONAL_PIPELINE_INTERFACE): Remove.
11956         (DFA_PIPELINE_INTERFACE): Likewise.
11957
11958 2004-02-28  Richard Sandiford  <rsandifo@redhat.com>
11959
11960         * config/mips/mips.md (tstsi, tstdi): Delete.
11961
11962 2004-02-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11963
11964         * config/mips/mips.c (override_options): Remove an obsolete
11965         duplicate definition of the "e" constraint.
11966         * config/mips/mips.h: Update a comment accordingly.
11967
11968 2004-02-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11969
11970         * config/mips/mips.md: Complete the unfinished R4000
11971         multiply/shift errata workaround.  Improve documentation.
11972         (hazard): Use TARGET_FIX_R4000 to decide whether an "imul" instruction
11973         has a hilo hazard.
11974         (mulsi3, mulsi3_internal, mulsi3_r4000): Use TARGET_FIX_R4000.
11975         (muldi3, muldi3_internal): Likewise.
11976         (muldi3_internal2): Remove, replacing with...
11977         (muldi3_mult3, muldi3_r4000): ...these new patterns.
11978         (mulsidi3): Take the errata into account.
11979         (mulsidi3_32bit): Remove, replacing with...
11980         (mulsidi3_32bit_internal, mulsidi3_32bit_r4000): ...these new patterns.
11981         (mulsidi3_64bit, mulsidi3_64bit_parts): Disable if TARGET_FIX_R4000.
11982         (umulsidi3): Take the errata into account.
11983         (umulsidi3_32bit): Remove, replacing with..
11984         (umulsidi3_32bit_internal, umulsidi3_32bit_r4000): ...these patterns.
11985         (umulsi3_highpart, umulsi3_highpart_internal): Disable if
11986         TARGET_FIX_R4000.
11987         (smulsi3_highpart, smulsi3_highpart_internal): Likewise.
11988         (smuldi3_highpart, umuldi3_highpart): Likewise.
11989         * doc/invoke.texi: Document the errata workaround.
11990
11991 2004-02-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11992
11993         * config/mips/mips-protos.h (mips_idiv_insns): Declare.
11994         * config/mips/mips.h (MASK_FIX_SB1): Bump.
11995         (MASK_FIX_R4000, TARGET_FIX_R4000): New macros.
11996         (TARGET_SWITCHES): Add -mfix-r4000 and -mno-fix-r4000.
11997         * config/mips/mips.c (mips_idiv_insns): New function.
11998         (override_options): Make -march=r4000 imply -mfix-r4000 by default.
11999         (mips_output_division): Add a workaround for the R4000 divide/shift
12000         errata.
12001         * config/mips/mips.md (length): Use mips_idiv_insns() to calculate
12002         the length of an "idiv" instruction.
12003         * doc/invoke.texi: Document the new switches.
12004
12005 2004-02-28  Kazu Hirata  <kazu@cs.umass.edu>
12006
12007         * doc/tm.texi (IS_COSTLY_DEPENDENCE): Change to
12008         TARGET_SCHED_IS_COSTLY_DEPENDENCE.
12009
12010 2004-02-28  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12011
12012         PR optimization/14229
12013         * cfgrtl.c (rtl_tidy_fallthru_edge): Do not fail for !onlyjump jump.
12014
12015 2004-02-28  Eric Botcazou  <ebotcazou@act-europe.fr>
12016
12017         * fold-const.c (fold): Strip NOPs that change the signedness
12018         for RSHIFT too.  Expand comment.
12019
12020 2004-02-27  Ian Lance Taylor  <ian@wasabisystems.com>
12021
12022         PR optimization/7871
12023         * flow.c (mark_set_1): Don't add LOG_LINKS for global registers
12024         from or to call insns.
12025
12026 2004-02-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
12027
12028         PR optimization/7871
12029         * flow.c (propagate_one_insn): Interpret calls as setting global
12030         registers, not merely clobbering them.
12031
12032 2004-02-27  Dale Johannesen  <dalej@apple.com>
12033
12034         * config/darwin.c (machopic_output_possible_stub_label):  Remove.
12035         config/darwin-protos.h:  Ditto.
12036         config/darwin.h:  Remove call to it.
12037         * combine.c (distribute_notes): Do not place a REG_DEAD note
12038         when value is both set and used.
12039
12040 2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
12041
12042         * config/h8300/fixunssfsi.c (__fixunssfsi): Enable on H8/300
12043         as well.
12044         * config/h8300/lib1funcs.asm (___fixunssfsi): Remove.
12045         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _fixunssfsi_asm.
12046
12047 2004-02-27  Andrew Pinski  <apinski@apple.com>
12048
12049         * c-typeck.c (tagged_types_tu_compatible_p) <ENUMERAL_TYPE>:
12050         Speedup common case of the type values being in the same order.
12051
12052 2004-02-27  Steve Ellcey  <sje@cup.hp.com>
12053
12054         * config/ia64/ia64.h (no-inline-float-divide): New option.
12055         * config/ia64/ia64.h (no-inline-int-divide): New option.
12056         * config/ia64/ia64.h (no-inline-sqrt): New option.
12057         (TARGET_DEFAULT): Add MASK_INLINE_FLOAT_DIV_THR to define.
12058         * config/ia64/hpux.h (TARGET_DEFAULT): Ditto.
12059         * config/ia64/ia64.c (ia64_override_options): Modify error
12060         checking for inlined division/sqrt.
12061
12062 2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
12063
12064         * bb-reorder.c, cfgbuild.c, diagnostic.c, explow.c, profile.c,
12065         ra-build.c, read-rtl.c, tracer.c, unwind-dw2-fde-glibc.c,
12066         value-prof.c, config/darwin-protos.h, config/frv/frv-abi.h,
12067         config/i386/pmmintrin.h, config/pa/pa-hpux.h: Update
12068         copyright.
12069
12070 2004-02-27  Paul Brook  <paul@codesourcery.com>
12071
12072         * function.c (assign_parms): Don't count pretend args for alignment.
12073
12074 2004-02-27  Richard Henderson  <rth@redhat.com>
12075
12076         * passes.c: New file.
12077         * Makefile.in (OBJS-common): Add it.
12078         * diagnostic.c (rtl_dump_and_exit): Move decl ...
12079         * flags.h (rtl_dump_and_exit): ... here.
12080         * output.h (size_directive_output, last_assemble_variable_decl):
12081         Move from toplev.c.
12082         * rtl.h (reg_alloc): Move from toplev.c.
12083         * toplev.c (HAVE_conditional_execution, DUMPFILE_FORMAT,
12084         struct dump_file_info, enum dump_file_index, dump_file_tbl,
12085         open_dump_file, close_dump_file, rest_of_decl_compilation,
12086         rest_of_type_compilation, rest_of_handle_final,
12087         rest_of_handle_delay_slots, rest_of_handle_stack_regs,
12088         rest_of_handle_variable_tracking, rest_of_handle_machine_reorg,
12089         rest_of_handle_new_regalloc, rest_of_handle_old_regalloc,
12090         rest_of_handle_regrename, rest_of_handle_reorder_blocks,
12091         rest_of_handle_sched, rest_of_handle_sched2, rest_of_handle_regmove,
12092         rest_of_handle_tracer, rest_of_handle_if_conversion,
12093         rest_of_handle_if_after_combine, rest_of_handle_web,
12094         rest_of_handle_branch_prob,
12095         rest_of_handle_value_profile_transformations, rest_of_handle_cfg,
12096         rest_of_handle_addressof, rest_of_handle_sibling_calls,
12097         rest_of_handle_jump_bypass, rest_of_handle_inlining,
12098         rest_of_handle_null_pointer, rest_of_handle_combine,
12099         rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2,
12100         rest_of_handle_gcse, rest_of_handle_loop_optimize,
12101         rest_of_handle_loop2, rest_of_compilation): Move to passes.c.
12102         (decode_d_option): Use enable_rtl_dump_file.
12103         (compile_file, finalize, do_compile): Move profile+combine+graph
12104         cleanup to finish_optimization_passes.
12105         * toplev.h (init_optimization_passes, finish_optimization_passes,
12106         enable_rtl_dump_file): Declare.
12107
12108 2004-02-27  Eric Botcazou  <ebotcazou@act-europe.fr>
12109             Roger Sayle  <roger@eyesopen.com>
12110
12111         * fold-const.c (fold): Revert 2004-02-25 change.  Use the original
12112         operands to build a tree with swapped operands.
12113         * expr.c (expand_expr_real) <MAX_EXPR>: Consistently use the
12114         'unsignedp' predicate to specify the signedness.
12115
12116 2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
12117
12118         * c-decl.c, c-ppoutput.c, combine.c, cppfiles.c, dwarf2out.c,
12119         expr.c, fold-const.c, gcc.c, haifa-sched.c, loop-iv.c,
12120         params.def, read-rtl.c, rtl.c, rtlanal.c, toplev.c: Fix
12121         comment typos and formatting.  Follow spelling conventions.
12122
12123 2004-02-26  Aldy Hernandez  <aldyh@redhat.com>
12124
12125         * config/rs6000/rs6000.md: Add fixuns_truncsfsi2 and
12126         fix_truncsfsi2.
12127
12128         * config/rs6000/spe.md: Delete spe_efsctuiz.
12129         Add spe_fixuns_truncsfsi2.
12130         Add spe_fix_truncsfsi2.
12131
12132 2004-02-26  Eric Christopher  <echristo@redhat.com>
12133
12134         * c-lex.c (c_lex_string_translate): New variable.
12135         (lex_string): Use to determine string translation.
12136         * c-pragma.h: Prototype.
12137         * c-parse.in (start_string_translation): New. Set above.
12138         (stop_string_translation): Ditto.
12139         (attribute, attribute_list, asm_def, asm_stmt,
12140         asm_operand): Use above functions.
12141         * cp/parser.c (cp_parser_declaration): Translate strings
12142         unless token is RID_EXTERN. Set c_lex_string_translate
12143         for recursive use.
12144         (cp_parser_asm_definition): Only translate argument strings
12145         to asms.
12146         (cp_parser_asm_operand_list): Ditto.
12147         (cp_parser_attribute_list): Do not translate attribute strings.
12148
12149 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
12150
12151         * stmt.c (expand_start_case_dummy): Remove.
12152         * tree.h: Remove the corresponding prototype.
12153
12154 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
12155
12156         * builtins.c (apply_args_register_offset): Remove.
12157         * tree.h: Remove the corresponding prototype.
12158
12159 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
12160
12161         * stor-layout.c (is_pending_size): Remove.
12162         * tree.h: Remove the corresponding prototype.
12163
12164 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
12165
12166         * recog.c (validate_replace_src): Remove.
12167         * recog.h: Remove the corresponding prototype.
12168
12169 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
12170
12171         * calls.c: Don't reference FINAL_REG_PARM_STACK_SPACE or
12172         MAYBE_REG_PARM_STACK_SPACE.
12173         * function.c: Likewise.
12174         * system.h (FINAL_REG_PARM_STACK_SPACE): Poison.
12175         (MAYBE_REG_PARM_STACK_SPACE): Likewise.
12176         * doc/tm.texi (FINAL_REG_PARM_STACK_SPACE): Remove.
12177         (MAYBE_REG_PARM_STACK_SPACE): Likewise.
12178
12179 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
12180
12181         * c-decl.c (c_expand_deferred_function): Remove.
12182         * c-tree.h: Remove the corresponding prototype.
12183
12184 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
12185
12186         * postreload.c (reload_cse_move2add): Generate just a PLUS
12187         instead of an entire SET.
12188
12189 2004-02-26  Jan Hubicka  <jh@suse.cz>
12190
12191         * config.gcc: Add support for nocoma/prescott/pentium-m/pentium3m
12192         /pentium4m.
12193         * i386.c (override_options): Add support for new CPUs.
12194         * i386.h (TARGET_CPU_DEFAULT_NAMES): New names.
12195         (TARGET_CPU_DEFAULT_pentium_m, TARGET_CPU_DEFAULT_pentium4e): New
12196         constants.
12197         * invoke.texi: Extend documentation of -mtune/-march for new CPUs.
12198
12199 2004-02-26  Bob Wilson  <bob.wilson@acm.org>
12200
12201         * config/xtensa/xtensa.h (TARGET_CPU_CPP_BUILTINS): Define __xtensa__.
12202
12203 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
12204
12205         * config/sparc/sparc-protos.h (sparc_emit_floatunsdi): Add 'mode'.
12206         (sparc_emit_fixunsdi): New prototype.
12207         * config/sparc/sparc.c (sparc_emit_floatunsdi): Use 'mode' argument.
12208         (sparc_emit_fixunsdi): New function.
12209         * config/sparc/sparc.md (floatunsdisf2): Use 'general_operand' for
12210         operand 1.  Pass SFmode to sparc_emit_floatunsdi.
12211         (floatunsdidf2): Use 'general_operand' for operand 1.  Pass DFmode
12212         to sparc_emit_floatunsdi.
12213         (fixuns_truncsfdi2): New expander.
12214         (fixuns_truncdfdi2): Likewise.
12215
12216 2004-02-26  Alan Modra  <amodra@bigpond.net.au>
12217
12218         * gcse.c (delete_null_pointer_checks_1): Do not delete CC setter
12219         unless HAVE_cc0.
12220
12221 2004-02-25  Richard Henderson  <rth@redhat.com>
12222
12223         * explow.c (force_reg): Call mark_reg_pointer as appropriate.
12224         * config/alpha/alpha.c (alpha_emit_conditional_branch): Don't
12225         use (op0-op1) == 0 if op0 is a pointer.
12226         * config/alpha/alpha.md (cmpdi): Use some_operand.
12227         (three comparison combine splits): Remove.
12228
12229 2004-02-25  Richard Henderson  <rth@redhat.com>
12230
12231         PR c/12794
12232         * c-common.c (handle_alias_attribute): Reject the attribute if
12233         current_function_decl is set.
12234
12235 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
12236
12237         * config.gcc: Add comment describing extra_gcc_objs.
12238         i[34567]86-*-cygwin*): Replace host_extra_gcc_objs with extra_gcc_objs.
12239         * configure.ac (extra_gcc_objs): New substitution variable.
12240         (host_extra_gcc_objs): Don't substitute.
12241         * configure: Regenerate.
12242         * Makefile.in: Use extra_gcc_objs.
12243
12244 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
12245
12246         * doc/contrib.texi: Add an entry for myself.
12247
12248 2004-02-25  Jan Hubicka  <jh@suse.cz>
12249
12250         * basic-block.h (make_eh_edge, break_superblocks): Declare.
12251         * cfgbuild.c (make_eh_edge):  Make global.
12252         * cfglayout.c (break_superblocks): Likewise; fix memory leak.
12253         * except.c (build_post_landing_pads, connect_post_landing_pads,
12254         dw2_build_landing_pads, sjlj_emit_function_enter,
12255         sjlj_emit_function_exit, sjlj_emit_dispatch_table,
12256         sjlj_build_landing_pads): Update CFG.
12257         (emit_to_new_bb_before): New function.
12258         (finish_eh_generation): Do not rebuild the CFG.
12259
12260 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12261
12262         * config.gcc (hppa*-*-*, parisc*-*-*): Add MASK_BIG_SWITCH to all
12263         target_cpu_default defines.
12264         * pa-hpux.h (TARGET_DEFAULT): Add MASK_BIG_SWITCH to define.
12265         * pa.h (TARGET_DEFAULT): Likewise.
12266
12267 2004-02-25  Eric Botcazou  <ebotcazou@act-europe.fr>
12268
12269         * fold-const.c (fold): Treat MAX_EXPR and MIN_EXPR like
12270         comparisons with regard to signedness.
12271
12272 2004-02-25  Richard Earnshaw  <rearnsha@arm.com>
12273
12274         * arm.c (thumb_legitimize_address): New function.
12275         * arm-protos.h: Prototype it.
12276         * arm.h (THUMB_LEGITIMIZE_ADDRESS): Define.
12277         (LEGITIMIZE_ADDRESS): Use it.
12278
12279 2004-02-25  J"orn Rennecke <joern.rennecke@superh.com>
12280
12281         * reload1.c (reload): Only spill eliminable register with multiple
12282         adjacent elimination alternatives if all alternatives fail.
12283
12284 2004-02-25  Richard Earnshaw  <rearnsha@arm.com>
12285
12286         * arm.c (arm_legitimate_index_p): For QImode the range of an offset
12287         is -4095...+4095 inclusive.
12288
12289 2004-02-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
12290
12291         * doc/install.texi (sparc-sun-solaris2* specific notes): Document
12292         the bootstrap failure with Sun CC 5.4 and 5.5.
12293
12294 2004-02-24  Kazu Hirata  <kazu@cs.umass.edu>
12295
12296         * cse.c (cse_change_cc_mode_insns): Stop at any instruction
12297         which modifies NEWREG.
12298         (cse_condition_code_reg): Update the mode of CC_REG in
12299         CC_SRC_INSN on our own.
12300
12301 2004-02-24  Michael Matz  <matz@suse.de>
12302
12303         * config/i386/i386.c (ix86_comp_type_attributes): Check for
12304         regparm attributes.
12305
12306 2004-02-24  Richard Henderson  <rth@redhat.com>
12307
12308         * toplev.c (dump_file_tbl): Rename from dump_file.
12309         * bb-reorder.c, bt-load.c, cfgcleanup.c, cfglayout.c, cfgloopanal.c,
12310         cfgloopmanip.c, cfgrtl.c, config/arm/arm.c, config/frv/frv.c,
12311         config/i386/i386.c, config/ia64/ia64.c, config/mips/mips.c,
12312         config/sh/sh.c, cse.c, flow.c, ifcvt.c, loop-iv.c, loop-unroll.c,
12313         loop-unswitch.c, output.h, predict.c, profile.c, ra-build.c,
12314         ra-colorize.c, ra-debug.c, ra-rewrite.c, ra.c, regrename.c, reload1.c,
12315         toplev.c, tracer.c, value-prof.c, var-tracking.c, web.c:
12316         s/rtl_dump_file/dump_file/g.
12317
12318 2004-02-24  Aldy Hernandez  <aldyh@redhat.com>
12319
12320         * config/rs6000/spe.md (spe_fix_truncsfsi2): Delete.
12321         (spe_fixuns_truncsfsi2): Delete.
12322
12323         * config/rs6000/rs6000.md (fix_truncsfsi2): Delete.
12324         (fixuns_truncsfsi2): Delete.
12325
12326 2004-02-24  Josef Zlomek  <zlomekj@suse.cz>
12327
12328         PR/14240
12329         * rtlanal.c (replace_label): Fix replacing labels in constant pool.
12330
12331 2004-02-24  Geoffrey Keating  <geoffk@apple.com>
12332
12333         * config/darwin.h (TARGET_HAS_F_SETLKW): Define.
12334
12335 2004-02-24  Jason Merrill  <jason@redhat.com>
12336
12337         * tree.c (check_qualified_type): New fn.
12338         (get_qualified_type): Use it.  If type already has the desired
12339         quals, just return it.
12340         * tree.h: Declare it.
12341
12342 2004-02-24  Sanjiv Kumar Gupta  <sanjivg@noida.hcltech.com>
12343
12344         * target-def.h (TARGET_SCHED_INIT_GLOBAL,
12345         TARGET_SCHED_FINISH_GLOBAL): New macros.
12346
12347         * target.h (md_init_global, md_finish_global): Function
12348         declarations corresponding to new target macros.
12349
12350         * haifa-sched.c (sched_init, sched_finish): Allow target to
12351         call the new schedular hooks.
12352
12353         * flow.c (recompute_reg_usage): Add PROP_DEATH_NOTES flag in
12354         call to update_life_info.
12355
12356         * config/sh/sh.h (OVERRIDE_OPTIONS): Re-enable
12357         flag_schedule_insns for SH4.
12358
12359         * config/sh/sh.c (sh_md_init_global, sh_md_finish_global,
12360         find_set_regmode_weight, find_insn_regmode_weight,
12361         find_regmode_weight), sh_md_init, sh_dfa_new_cycle,
12362         sh_variable_issue, high_pressure, ready_reorder,
12363         rank_for_reorder, swap_reorder, sh_reorder, sh_reorder2): New
12364         functions used to throttle the insn movement in first
12365         scheduling pass for SH.
12366
12367         * gcc/doc/tm.texi: Document TARGET_SCHED_INIT_GLOBAL and
12368         TARGET_SCHED_FINISH_GLOBAL.
12369
12370 2004-02-24  Alexandre Oliva  <aoliva@redhat.com>
12371
12372         Implement FR-V FDPIC ABI support for frv-uclinux and frv-linux.
12373         2004-02-05  Alexandre Oliva  <aoliva@redhat.com>
12374         * config/frv/frv.c (frv_emit_movsi): Use GOT relocations for
12375         symbols in sections named by the user.
12376         2004-01-30  Alexandre Oliva  <aoliva@redhat.com>
12377         * config/frv/linux.h (TARGET_OS_CPP_BUILTINS): New.
12378         2004-01-27  Alexandre Oliva  <aoliva@redhat.com>
12379         * config.gcc (frv-*-*linux*): Handle like *-*-linux*.
12380         * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Remove, obviated by
12381         the above.
12382         2004-01-20  Alexandre Oliva  <aoliva@redhat.com>
12383         * config/frv/frv.md (symGOT2reg_hilo, symGOTOFF2reg_hilo): Add
12384         one more pseudo to further improve code generation.
12385         2004-01-19  Alexandre Oliva  <aoliva@redhat.com>
12386         * config/frv/frv.md (movdi_ldd): Introduce explicit indirection
12387         inside UNSPEC.
12388         2004-01-16  Alexandre Oliva  <aoliva@redhat.com>
12389         * config/frv/frv.c (frv_legitimate_address_p): Added
12390         allow_double_reg_p argument.  Adjust all callers.  Use it to
12391         decide whether to enable double-register indirect addressing.
12392         (frv_funcdesc_alias_set): Remove.
12393         (frv_expand_fdpic_call): Force non-SYMBOL_REF operand into
12394         register.  Emit movdi_ldd.
12395         (ldd_address_operand): New.
12396         * config/frv/frv-protos.h (frv_legitimate_address_p): Adjust.
12397         * config/frv/frv.h (GO_IF_LEGITIMATE_ADDRESS): Likewise.
12398         (PREDICATE_CODES): Add ldd_address_operand.
12399         * config/frv/frv.md (movdi_ldd): New.
12400         (symGOT2reg_hilo, symGOTOFF2reg_hilo): Use separate pseudo for
12401         intermediate computations if possible.
12402         (symGOTOFF2reg_i): Fix harmless typo.
12403         2003-12-18  Alexandre Oliva  <aoliva@redhat.com>
12404         * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Cast
12405         relocated p_vaddr to vaddr type.
12406         * config/frv/frv-protos.h (frv_expand_fdpic_call): Return void.
12407         * config/frv/frv.c (frv_get_funcdesc_alias_set): New.
12408         (frv_expand_fdpic_call): Propagate incoming MEM's expr to funcdesc
12409         MEM, or use a funcdesc alias set.  Use regular move instead of
12410         ldd.
12411         (dbl_memory_one_insn_operand): Recognize function descriptors by
12412         type or by alias set, and don't split them.
12413         * config/frv/frv.md (call, call_value): Never use call_internal
12414         for fdpic.
12415         (call_internal, call_value_internal): Never match for FDPIC.
12416         (call_fdpicdi, call_fdpicsi, call_value_fdpicdi,
12417         call_value_fdpicsi): Require FDPIC.
12418         (ldd): Removed.
12419         2003-12-17  Alexandre Oliva  <aoliva@redhat.com>
12420         * config/frv/frv.h (CRT_GET_RFIB_DATA): Define for __FRV_FDPIC__.
12421         * unwind-dw2-fde-glibc.c: Don't include elf-fdpic.h any more.
12422         (_Unwind_IteratePhdrCallback): Adjust type of load_base for FRV
12423         FDPIC.  Compute data base address.
12424         * config/frv/linux.h (SUBTARGET_DRIVER_SELF_SPECS): Enable -mfdpic
12425         before the other self-specs are processed.
12426         * config/frv/t-linux (CRTSTUFF_T_CFLAGS, TARGET_LIBGCC2_CFLAGS):
12427         Build with -fPIC.
12428         2003-12-15  Alexandre Oliva  <aoliva@redhat.com>
12429         * unwind-dw2-fde-glibc.c: Don't include bits/elf-fdpic.h if
12430         inhibit_libc is defined.
12431         2003-12-12  Alexandre Oliva  <aoliva@redhat.com>
12432         * unwind-dw2-fde-glibc.c: Include bits/elf-fdpic.h for
12433         __FRV_FDPIC__.
12434         (__RELOC_POINTER): Define.
12435         (_Unwind_IteratePhdrCallback): Use it.
12436         * config/frv/frv.h (Twrite): Define.
12437         (TRANSFER_FROM_TRAMPOLINE): Use it.
12438         * config/frv/linux.h (INVOKE__main): Undefine.
12439         (Twrite): Override.
12440         2003-12-05  Richard Sandiford  <rsandifo@redhat.com>
12441         * doc/invoke.texi (-mlong-calls, -mlinked-fp): Document FRV options.
12442         (-mlibrary-pic): Emphasize that this option generates EABI code.
12443         (-mcpu): Add fr550.
12444         (-mpack): Remove.
12445         2003-11-30  Alexandre Oliva  <aoliva@redhat.com>
12446         * config/frv/frv.c (int_2word_operand): Reject LABELs, SYMBOL_REFs
12447         and CONSTs in FDPIC mode.
12448         * gcc/config.gcc (with_cpu): Default to fr400 on frv-*-*linux*.
12449         2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
12450         * config/frv/frv.c (move_source_operand): Don't accept symbolic
12451         constants.
12452         * config/frv/frv.md (*movhi_internal, *movsi_internal): Use an 'n'
12453         rather than 'i' constraint for the 2-instruction alternative.
12454         (*movsi_2word): New, incorporating existing int_2word_operand splitter.
12455         2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
12456         * config/frv/frv.h (EXTRA_CONSTRAINT_FOR_Q): Renamed from
12457         EXTRA_CONSTRAINT_FOR_Y.
12458         (EXTRA_CONSTRAINT): Remove handling of 'Y'.
12459         * config/frv/frv.md (*movsi_internal): Remove 'Q' constraint.
12460         (addsi3): Change 'Y' constraint to 'Q'.
12461         2003-11-27  Richard Sandiford  <rsandifo@redhat.com>
12462         * reload.c (CONST_POOL_OK_P): New macro.
12463         (find_reloads): Use it to decide whether a constant can be forced
12464         into memory.
12465         * config/frv/frv.h (LEGITIMATE_PIC_OPERAND_P): Return true if the
12466         constant satisfies got12_operand.
12467         (frv_cannot_force_const_mem): Always return true for TARGET_FDPIC.
12468         (frv_legitimate_address_p): Check for valid unspec offsets using
12469         got12_operand rather than frv_legitimate_fdpic_operand_p.
12470         (frv_legitimate_fdpic_operand_p): Delete.
12471         (frv_emit_movsi): Abort if we try to use the FDPIC register during
12472         or after reload.
12473         (frv_legitimate_constant_p): Return LEGITIMATE_PIC_OPERAND_P if
12474         TARGET_FDPIC.
12475         * config/frv/frv.md (*movdf_double): Add alternatives for CONST_DOUBLE.
12476         2003-11-19  Richard Sandiford  <rsandifo@redhat.com>
12477         * config/frv/frv-protos.h (fdpic_operand, fdpic_got12_operand)
12478         (frv_fdpic_fptr_operand): Don't declare here.
12479         * config/frv/frv.h (EXTRA_CONSTRAINT_FOR_Y): Call got12_operand
12480         rather than fdpic_got12_operand.
12481         (PREDICATE_CODES): Remove symbolic_operand entry.  Add entries for
12482         got12_operand and const_unspec_operand.
12483         * config/frv/frv.c (got12_operand): Renamed from fdpic_got12_operand.
12484         (gpr_or_int12_operand, dbl_memory_one_insn_operand): Update calls.
12485         (symbolic_operand): Remove.
12486         (const_unspec_operand): New predicate.
12487         * config/frv/frv.md (*movsi_got): Use got12_operand.
12488         (*movsi_high_got, *movsi_lo_sum_got): Use const_unspec_operand.
12489         2003-11-18  Richard Sandiford  <rsandifo@redhat.com>
12490         * config/frv/frv-protos.h (frv_output_addr_const_extra): Remove.
12491         * config/frv/frv.h (OUTPUT_ADDR_CONST_EXTRA): Remove definition.
12492         * config/frv/frv.c (frv_unspec): New structure.
12493         (frv_small_data_reloc_p, frv_const_unspec_p): New functions.
12494         (frv_print_operand_memory_reference): Use frv_const_unspec_p to
12495         validate CONST indices.  Use frv_output_const_unspec to print them.
12496         (frv_print_operand): Update call to unspec_got_name.  Use
12497         frv_output_const_unspec to print constant unspecs.
12498         (frv_legitimate_fdpic_operand_p): Return true if frv_const_unspec_p.
12499         Reject UNSPECs otherwise.
12500         (unspec_got_name): Take the relocation number as argument, not an
12501         rtx containing it.
12502         (frv_output_addr_const_extra): Remove, replacing with...
12503         (frv_output_const_unspec): ...this new function.
12504         (frv_find_base_term): Use frv_const_unspec_p & frv_small_data_reloc_p.
12505         (gpr_or_int12_operand): Use fdpic_got12_operand.
12506         (dbl_memory_one_insn_operand): Likewise.
12507         (fdpic_got12_operand): Use frv_const_unspec_p.
12508         (frv_emit_movsi): Use frv_const_unspec_p to check for CONSTs that
12509         are already legitimate.  Use frv_small_data_reloc_p when deciding
12510         whether to use HIGH/LO_SUM for R_FRV_GOTOFF12 and R_FRV_GPREL12.
12511         2003-11-18  Alexandre Oliva  <aoliva@redhat.com>
12512         * config/frv/t-linux (SHLIB_MAPFILES): Override so as to export...
12513         * config/frv/libgcc-frv.ver: ... frv-specific symbols.  New file.
12514         * config/frv/frv-abi.h (CREATE_DOUBLE_SHIFT): Use branch to local
12515         label, for real this time.
12516         * config/frv/frv.c (frv_local_funcdesc_p): Update to new
12517         representation of visibility.
12518         (fdpic_got12_operand, symbolic_operand): Mark unused arguments as
12519         such.
12520         2003-11-17  Richard Sandiford  <rsandifo@redhat.com>
12521         * config/frv/frv.h (MASK_LINKED_FP, TARGET_LINKED_FP): New macros.
12522         (TARGET_SWITCHES): Add -mlinked-fp and -mno-linked-fp.
12523         * config/frv/frv.c (frv_override_options): Set MASK_LINKED_FP unless
12524         it was explicitly disabled.
12525         (frv_stack_info): There is no need to save the link register in every
12526         frame unless TARGET_LINKED_FP is true.
12527         (frv_frame_pointer_required): If !TARGET_LINKED_FP, only require a
12528         frame pointer if the stack pointer might change value.
12529         (frv_return_addr_rtx): Check and process "count" argument.
12530         2003-11-14  Richard Sandiford  <rsandifo@redhat.com>
12531         * config/frv/frv-protos.h (frv_legitimize_address): Remove.
12532         (frv_find_base_term): Declare.
12533         * config/frv/frv.h (LEGITIMIZE_ADDRESS): Do nothing.
12534         (FIND_BASE_TERM): Define.
12535         (PREDICATE_CODES): Remove pic_register_operand, pic_symbolic_operand,
12536         small_data_register_operand, small_data_symbolic_operand.  Add
12537         symbolic_operand.
12538         * config/frv/frv.c (const_small_data_p, plus_small_data_p): Delete.
12539         (frv_print_operand_memory_reference, output_move_single): Remove
12540         special handling for unlegitimized sdata addresses.
12541         (frv_legitimate_address_p): Don't allow sums of SDA_BASE_REG
12542         and symbolic addresses.
12543         (frv_legitimize_address, frv_legitimize_fdpic_address): Delete.
12544         (frv_find_base_term): New function.
12545         (int_2word_operand): Check specifically for symbolic address constants.
12546         (pic_register_operand, pic_symbolic_operand): Delete.
12547         (small_data_register_operand, small_data_symbolic_operand): Delete.
12548         (dbl_memory_one_insn_operand): Don't call plus_small_data_p.
12549         Allow UNSPEC_GOT constants if !TARGET_FDPIC.
12550         (move_source_operand): Only accept CONSTs if they're a two-insn
12551         symbolic constant.
12552         (fdpic_got12_operand): Don't require TARGET_FDPIC.
12553         (frv_emit_movsi): Legitimize sdata and -mlibrary-pic addresses
12554         using gen_symGOTOFF2reg*.
12555         (frv_ifcvt_rewrite_mem): Remove (plus gr16 ...) special cases.
12556         (frv_rtx_costs): Give all MEM addresses a cost of 0.  Give MEMs
12557         themselves a cost of 3 insns.
12558         * config/mips/mips.md (*movsi_got): Allow for !TARGET_FDPIC too.
12559         Change predicate to symbolic_operand.
12560         (*movsi_high_got, *movsi_lo_sum_got): Likewise.
12561         (*movsi_lda_sdata): Delete.
12562         (*movsi_pic, movsi_high_pic, movsi_lo_sum_pic): Delete.
12563         2003-11-05  Alexandre Oliva  <aoliva@redhat.com>
12564         * config.gcc: Add t-slibgcc-elf-ver and support --with-cpu for
12565         frv-*-*linux*.
12566         * config/frv/frv-abi.h (CREATE_DOUBLE_SHIFT): Use branch to local
12567         label.
12568         * config/frv/frv.h (DRIVER_SELF_SPECS): Add blank before
12569         -multilib-library-pic.
12570         (LINK_SPEC): Add -z text for -mfdpic.
12571         * config/frv/frvbegin.c (__ROFIXUP_LIST__): Don't define on FDPIC.
12572         * config/frv/frvend.c (__ROFIXUP_END__): Likewise.
12573         * config/frv/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC):
12574         Override.
12575         (OPTION_DEFAULT_SPECS, HAS_INIT_SECTION, INIT_SECTION_ASM_OP,
12576         FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION): Define.
12577         * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Use
12578         crtstuff-generated files.
12579         2003-10-31  Alexandre Oliva  <aoliva@redhat.com>
12580         * config.gcc: Add frv-*-*linux*.
12581         * config/frv/linux.h, config/frv/t-linux: New.
12582         2003-10-06  Alexandre Oliva  <aoliva@redhat.com>
12583         * config/frv/frv.h (LINK_SPEC): Pass -melf32frvfd to the linker
12584         when -mfdpic even if a linker script is explicitly listed.
12585         2003-10-02  Alexandre Oliva  <aoliva@redhat.com>
12586         * config/frv/frv.c (frv_override_options): Clear asm_out
12587         unaligned_op for SImode on FDPIC.
12588         (frv_emit_movsi): Use compute_reloc_for_constant to compute the
12589         argument passed to decl_readonly_section.
12590         (frv_assemble_integer): Revert 2003-09-30's change, but make the
12591         whole block run with FDPIC even with -fno-PIC.
12592         2003-10-02  Alexandre Oliva  <aoliva@redhat.com>
12593         * config/frv/frv.c (frv_cannot_force_const_mem): Don't force
12594         symbol or label plus offset to memory.
12595         (frv_emit_movsi): Emit GPREL only if -mgprel-ro.  Emit 32-bit
12596         GOTOFF and GPREL for LABEL_REF.
12597         * config/frv/frv.h (DRIVER_SELF_SPECS): Add -mgprel-ro with
12598         -mfdpic unless -mno-gprel-ro, -fpic or -fpie.
12599         (MASK_GPREL_RO, TARGET_GPREL_RO): New.
12600         (TARGET_SWITCHES): Added gprel-ro and no-gprel-ro.
12601         * doc/invoke.texi: Document them.
12602         2003-09-30  Alexandre Oliva  <aoliva@redhat.com>
12603         * config/frv/frv-protos.h (frv_gen_GPsym2reg): Declare.
12604         (frv_splittable_got_operand): Removed.
12605         * config/frv/frv.c (frv_cannot_force_const_mem): Reject HIGH and
12606         LO_SUM.  Add comments.
12607         (frv_override_options): Moved enabling of FDPIC to
12608         DRIVER_SELF_SPECS.  Don't enable MASK_DWORD.
12609         (frv_local_funcdesc_p): Remove unnecessary heck for flag_pie.
12610         (frv_legitimize_fdpic_address): Don't duplicate logic in
12611         frv_emit_movsi.
12612         (frv_gen_GPsym2reg): New.
12613         (unspec_got_name): Added gprel.
12614         (frv_expand_fdpic_call): Add support for inlining PLTs.
12615         (fdpic_fptr_operand): Renamed from frv_fdpic_fptr_operand.
12616         (gpr_or_int12_operand): Added GPREL12.
12617         (pic_symbolic_operand): Match even if !flag_pic for FDPIC.
12618         (small_data_symbolic_operand): Fail if FDPIC.
12619         (fdpic_splittable_got_operand): Removed.
12620         (fdpic_got12_operand): Added GPREL12.
12621         (frv_emit_movsi): Reorganize to avoid duplication.  Emit GPREL
12622         when appropriate.  Fix sdata GOTOFF.
12623         (frv_legitimate_constant_p): Require legitimate PIC operand for
12624         FDPIC with pic, but only a legitimate fdpic operand for non-pic.
12625         (frv_assemble_integer): Move FDPIC funcdesc handling out of
12626         flag_pic case.
12627         (frv_asm_out_constructor, frv_asm_out_destructor): Abort if
12628         frv_assemble_integer fails.
12629         * config/frv/frv.h (DRIVER_SELF_SPECS): New.
12630         (SUBTARGET_DRIVER_SELF_SPECS): New.
12631         (ASM_SPEC): Don't pass -mno-fdpic.
12632         (LINK_SPEC): Pass -melf32frvfd for FDPIC.
12633         (MASK_INLINE_PLT, TARGET_INLINE_PLT): New.
12634         (TARGET_SWITCHES): Add -minline-plt, -mno-inline-plt and
12635         -multilib-library-pic.
12636         (PREDICATE_CODES): Added fdpic_operand, fdpic_fptr_operand,
12637         condexec_si_media_operator, condexec_sf_add_operator and
12638         condexec_sf_conv_operator.  Removed condexec_sf_binary_operator
12639         and condexec_sf_unary_operator.
12640         * config/frv/frv.md (R_FRV_GPREL12, R_FRV_GPRELHI, R_FRV_GPRELLO):
12641         New.
12642         (movsi_got, movsi_high_got, movsi_lo_sum_got): Move before
12643         movsi_internal.  Give them internal names.  movsi_got has type
12644         int.
12645         (fdpic got splitters): Remove.
12646         (symGPREL2reg, symGPREL2reg_hilo): New.
12647         * config/frv/t-frv (MULTILIB_MATCHES): Don't map -fpic and -fPIC
12648         to -mlibrary-pic.  Map -multilib-library-pic to it.
12649         * doc/invoke.texi: -mfdpic, -minline-plt, -multilib-library-pic:
12650         Document.
12651         2003-09-28  Alexandre Oliva  <aoliva@redhat.com>
12652         * config/frv/frv.c (frv_function_symbol_referenced_p): Declare.
12653         (TARGET_CANNOT_FORCE_CONST_MEM): Define to...
12654         (frv_cannot_force_const_mem): New function.
12655         (const_small_data_p, plus_small_data_p): Update comments on sdata
12656         on FDPIC.
12657         (frv_override_options): Set flag_pie for FDPIC too.
12658         (frv_conditional_register_usage): Mark gr16 and gr17 as non-fixed,
12659         call-saved registers on FDPIC.
12660         (frv_stack_info): Don't preserve the PIC register on FDPIC, and
12661         don't force LR to be preserved.
12662         (frv_expand_prologue): Likewise.
12663         (frv_asm_output_mi_thunk): Use 12-bit funcdesc gotoff for -fpic.
12664         (frv_frame_pointer_required): Don't force it just because the
12665         FDPIC register is used.
12666         (frv_legitimate_address_p) <CONST>: Accept a legitimate FDPIC
12667         operand only if !condexec_p.
12668         (frv_legitimize_address): Return the FDPIC-legitimized address.
12669         Don't match small data here on FDPIC.
12670         (frv_legitimate_fdpic_operand_p): Don't accept unadorned function
12671         symbols.  Use TRUE/FALSE instead of 1/0.
12672         (frv_local_funcdesc_p): New.
12673         (frv_legitimize_fdpic_address): Rewrite to use GOTOFF and 12-bit
12674         immediates when possible.
12675         (pic_symbolic_operand): Accept SYMBOL_REFs and CONSTs in FDPIC.
12676         (dbl_memory_one_insn_operand): Accept addresses that add a REG and
12677         an UNSPEC_GOT.
12678         (frv_emit_movsi): Handle FDPIC before small data.  Use GOTOFF and
12679         12-bit immediates when possible.
12680         (frv_legitimate_constant_p): In FDPIC, reject SImode operands that
12681         are not legitimate pic operands.
12682         (frv_in_small_data_p): Re-enable for FDPIC.
12683         * config/frv/frv.h (SDA_BASE_REG): Remove comment about FDPIC.
12684         (FRV_GLOBAL_P): Removed.
12685         * config/frv/frv.md: Add modes to CONSTs.
12686         (movsi_got): New.
12687         (movsi_lo_sum_got): Use separate matches instead of match_dup.
12688         (movsi_high_pic, movsi_lo_sum_pic): Match on non-FDPIC only.
12689         (fdpic splittable operations): Match on flag_pic != 1.
12690         2003-09-22  Alexandre Oliva  <aoliva@redhat.com>
12691         * config/frv/frv.c (frv_asm_out_constructor,
12692         frv_asm_out_destructor): Pass to frv_assemble_integer the size in
12693         bytes, not bits.
12694         2003-09-19  Alexandre Oliva  <aoliva@redhat.com>
12695         * config/frv/frv.c (frv_assemble_integer): Reject complex
12696         expressions referencing function SYMBOL_REFs.
12697         * config/frv/frv.c (frv_function_symbol_referenced_p): New.
12698         (move_source_operand): Reject CONSTs that reference function
12699         SYMBOL_REFs on FDPIC.
12700         (frv_emit_movsi): If we get such a CONST, break it up.
12701         * config/frv/frv.h (CPP_SPEC): Define __FRV_FDPIC__ for -mfdpic.
12702         (TRANSFER_FROM_TRAMPOLINE): Use different definitions for FDPIC.
12703         * config/frv/frv.c (frv_print_operand) <I>: Recognize PLUS without
12704         MEM.
12705         (frv_assemble_integer): Don't use funcdesc for LABEL_REFs.
12706         (frv_trampoline_size): Increase for FDPIC.
12707         * config/frv/frv.h (TRAMPOLINE_ALIGNMENT): Bump to 64 for FDPIC.
12708         (TRANSFER_FROM_TRAMPOLINE): Handle FDPIC trampolines.
12709         * config/frv/frv.c (frv_legitimize_fdpic_address, frv_emit_movsi):
12710         Disable use of GOTOFF for now.
12711         (const_small_data_p, plus_small_data_p, frv_in_small_data_p):
12712         Disable use of small data in FDPIC for now.
12713         (frv_asm_output_mi_thunk): Implement for FDPIC.
12714         * config/frv/frv.h (SDA_BASE_REG): Set to -1 with FDPIC.
12715         * config/frv/frv.c (frv_asm_out_constructor): Use
12716         frv_assemble_integer for FDPIC pointers.
12717         (frv_asm_out_destructor): Likewise.
12718         * config/frv/frv.md (ldd): Fix order of operands.  Use
12719         address_operand for input.
12720         2003-09-18  DJ Delorie  <dj@redhat.com>
12721         * config/frv/frv.c (frv_legitimate_fdpic_operand_p): Remove UNSPEC_PIC.
12722         (unspec_got_name): Correct typo.
12723         (frv_emit_movsi): Pre-expand splittable GOTs.
12724         (frv_expand_fdpic_call): Rename gen_lddi to gen_ldd.
12725         * config/frv/frv.md (lddi): Fix syntax error, rename to ldd.
12726         (symGOT2reg_hilo, symGOTOFF2reg_hilo): New.
12727         * config/frv/t-frv: Add -mfdpic multilibs.
12728         * config/frv/frv.h (ASM_SPEC): Pass -mfdpic/-mno-fdpic.
12729         (TARGET_SWITCHES): Add -mno-fdpic, fix documentation.
12730         * config/frv/frv.c (frv_override_options): -mfdpic assumes
12731         flag_pic, default to 32-bit pics, require DWORD ops.
12732         (frv_override_options): Add W and Z constraints.
12733         (frv_expand_prologue): No pic prologue for -mfdpic.
12734         (frv_asm_output_mi_thunk): Support -mfdpic (soon).
12735         (frv_print_operand_memory_reference): Handle GOT constants.
12736         (frv_legitimate_address_p): Allow GOT constants.
12737         (frv_legitimize_address): Handle GOT addresses too.
12738         (frv_legitimate_fdpic_operand_p): New.
12739         (frv_legitimize_fdpic_address): New.
12740         (unspec_got_name): New.
12741         (frv_output_addr_const_extra): New.
12742         (frv_expand_fdpic_call): New.
12743         (frv_fdpic_fptr_operand): New.
12744         (gpr_or_int12_operand): Handle GOT operands.
12745         (int_2word_operand): Handle GOT operands.
12746         (fdpic_operand): New.
12747         (fdpic_splittable_got_operand): New.
12748         (fdpic_got12_operand): New.
12749         (frv_emit_movsi): Handle GOT operands.
12750         (frv_assemble_integer): -mfdpic doesn't use rofixups.
12751         (frv_print_operand): Support 'g' code for GOT operands.
12752         * config/frv/frv-protos.h: Add prototypes as needed.
12753         * config/frv/frv.md (R_FRV_GOT12, R_FRV_GOTHI, R_FRV_GOTLO,
12754         R_FRV_FUNCDESC, R_FRV_FUNCDESC_GOT12, R_FRV_FUNCDESC_GOTHI,
12755         R_FRV_FUNCDESC_GOTLO, R_FRV_FUNCDESC_VALUE,
12756         R_FRV_FUNCDESC_GOTOFF12, R_FRV_FUNCDESC_GOTOFFHI,
12757         R_FRV_FUNCDESC_GOTOFFLO, R_FRV_GOTOFF12, R_FRV_GOTOFFHI,
12758         R_FRV_GOTOFFLO): New.
12759         (movsi_high_got, movsi_lo_sum_got): New.
12760         (*movsi_pic): Don't use this splitter for -mfdpic.
12761         (addsi3): Allow GOT references also.
12762         (call, call_value): Handle -mfdpic separately.
12763         (call_fdpicdi, call_fdpicsi, lddi, call_value_fdpicdi,
12764         call_value_fdpicsi): New.
12765         (symGOT2reg, symGOT2reg_i, got splitters, symGOTOFF2reg,
12766         symGOTOFF2reg_i): New.
12767         * config/frv/frv.h (MASK_FDPIC): New.
12768         (TARGET_FDPIC): New.
12769         (TARGET_SWITCHES): Add -mfdpic.
12770         (FDPIC_FPTR_REGNO): New.
12771         (FDPIC_REGNO): New.
12772         (OUR_FDPIC_REG): New.
12773         (enum reg_class): Add FDPIC_REGS, FDPIC_FPTR_REGS, and
12774         FDPIC_CALL_REGS.
12775         (REG_CLASS_NAMES): Likewise.
12776         (REG_CLASS_CONTENTS): Likewise.
12777         (EXTRA_CONSTRAINT_FOR_Y): New, for 12-bit GOTs.
12778         (EXTRA_CONSTRAINT): Add it here.
12779         (FRV_GLOBAL_P): New.
12780         (OUTPUT_ADDR_CONST_EXTRA): New.
12781
12782 2004-02-24  Kazu Hirata  <kazu@cs.umass.edu>
12783
12784         * config/sparc/sparc.h: Remove commented-out definitions of
12785         TARGET_EDOM and GEN_ERRNO_RTX.
12786
12787 2004-02-24  Kazu Hirata  <kazu@cs.umass.edu>
12788
12789         * df.c, df.h, ra-build.c, ra-rewrite.c, ra.c, web.c: Replace
12790         df_analyse with df_analyze.
12791
12792 2004-02-24  Alan Modra  <amodra@bigpond.net.au>
12793
12794         * gcse.c (delete_null_pointer_checks_1): Set stop_insn to end, not
12795         beginning of block.
12796
12797 2004-02-23  James E Wilson  <wilson@specifixinc.com>
12798
12799         * calls.c (precompute_arguments): Update comment.
12800
12801 2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
12802
12803         * et-forest.c: Replace et_occurences with et_occurrences.
12804
12805 2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
12806
12807         * cfgloop.h, loop-iv.c, loop-unswitch.c: Replace iv_analyse
12808         with iv_analyze.
12809
12810 2004-02-23  Kelley Cook  <kcook@gcc.gnu.org>
12811
12812         * config/i386/i386.c: Rename pni to sse3.
12813         * config/i386/i386.h: Likewise.
12814         * config/i386/i386.md: Likewise.
12815         * config/i386/pmmintrin.h: Likewise.
12816         * doc/extend.texi: Likewise.
12817         * doc/invoke.texi: Likewise.
12818
12819 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
12820             Kazu Hirata  <kazu@cs.umass.edu>
12821
12822         Remove -fwritable-strings.
12823         * c-common.c (fix_string_type): Don't check
12824         flag_writable_strings.
12825         (fix_string_type): Likewise.
12826         * c-opts.c (set_std_c89): Don't initialize
12827         flag_writable_strings.
12828         (set_std_c99): Likewise.
12829         * common.opt (fwritable-strings): Remove.
12830         * flags.h: Remove the external declaration of
12831         flag_writable_strings.
12832         * opts.c (common_handle_option) <OPT_fwritable_strings>:
12833         Remove.
12834         * toplev.c (flag_writable_strings): Remove.
12835         (f_options): Remove an entry for writable-strings.
12836         * varasm.c (const_hash_1) <STRING_CST>: Don't check
12837         flag_writable_strings.
12838         (compare_constant) <STRING_CST>: Likewise.
12839         (build_constant_desc): Likewise.
12840         * config/darwin.c (machopic_select_section): Likewise.
12841         * config/arm/arm.c (AOF_ASSEMBLER): Likewise.
12842         * config/arm/pe.c (arm_pe_encode_section_info): Likewise.
12843         * config/iq2000/iq2000.c (iq2000_select_section): Likewise.
12844         * config/mips/mips.c (mips_select_section): Likewise.
12845         (mips_encode_section_info): Likewise.
12846         * config/pa/pa.c (pa_select_section): Likewise.
12847         * config/pa/pa.h (TEXT_SPACE_P): Likewise.
12848         * config/v850/v850.c (v850_select_section): Likewise.
12849         * doc/invoke.texi (-fwritable-strings): Remove.
12850         (-fno-const-strings): Don't mention -fwritable-strings.
12851         * doc/trouble.texi: Don't mention -fwritable-strings.
12852
12853 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12854
12855         * doc/install.texi: Update for switch of boehm-gc to autoconf 2.57.
12856
12857 2004-02-23  Dale Johannesen  <dalej@apple.com>
12858
12859         * config/rs6000.md (movsf_hardfloat): Add POWER form of nop.
12860         (movdf_hardfloat64):  Ditto.
12861         (movdf_softfloat64):  Ditto.
12862
12863 2004-02-23  Fariborz Jahanian <fjahanian@apple.com>
12864         * config/rs6000/rs6000.c (function_arg): call to
12865         rs6000_mixed_function_arg for DFmode moved to allow
12866         normal DFmode incoming register assignment.
12867
12868 2004-02-23  Dale Johannesen  <dalej@apple.com>
12869
12870         * config/rs6000.md (movsf_hardfloat): Accept CTR-to-CTR copy.
12871         (movdf_hardfloat64):  Ditto.
12872
12873 2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
12874
12875         * convert.c, gcov-io.c, libgcov.c, sched-int.h, sibcall.c,
12876         config/rs6000/linux.h, config/rs6000/rs6000-c.c: Update
12877         copyright.
12878
12879 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
12880
12881         PR c/14156
12882         * c-typeck.c (c_expand_return): Change check for VAR_DECL
12883         to use DECL_P instead.
12884
12885         * config/rs6000/linux.h (OS_MISSING_POWERPC64): Define.
12886         * config/rs6000/linux64.h (OS_MISSING_POWERPC64): Define.
12887
12888 2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
12889
12890         * Makefile.in (opts.o): Depend on target.h.
12891         * opts.c (decode_options): Use targetm.default_short_enums
12892         instead of DEFAULT_SHORT_ENUMS.
12893         * system.h (DEFAULT_SHORT_ENUMS): Poison.
12894         * target-def.h (TARGET_DEFAULT_SHORT_ENUMS): New.
12895         (TARGET_INITIALIZER): Add TARGET_DEFAULT_SHORT_ENUMS.
12896         * target.h (gcc_target): Add default_short_enums.
12897         * config/cris/cris.h: Remove a comment about
12898         DEFAULT_SHORT_ENUMS.
12899         * config/ip2k/ip2k.h: Likewise.
12900         * doc/tm.texi (DEFAULT_SHORT_ENUMS): Change to
12901         TARGET_DEFAULT_SHORT_ENUMS.  Update the description.
12902
12903 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
12904             Falk Hueffner  <falk@debian.org>
12905
12906         PR c/14188
12907         * builtins.c (expand_builtin_va_arg): Emit an informative message
12908         if a trap is generated.
12909         * c-typeck.c (build_function_call): Likewise.
12910
12911 2004-02-22  Jakub Jelinek  <jakub@redhat.com>
12912
12913         * gcov-io.c (gcov_open) [GCOV_LOCKED]: Use open + fdopen instead of
12914         fopen.
12915         * libgcov.c: Include sys/stat.h.
12916         * config/rs6000/linux.h (TARGET_HAS_F_SETLKW): Define.
12917         * config/rs6000/linux64.h (TARGET_HAS_F_SETLKW): Define.
12918         * config/sparc/linux.h (TARGET_HAS_F_SETLKW): Define.
12919         * config/sparc/linux64.h (TARGET_HAS_F_SETLKW): Define.
12920
12921 2004-02-22  Kazu Hirata  <kazu@cs.umass.edu>
12922
12923         * reorg.c: Remove comments about dead ports.
12924
12925 2004-02-22  Christopher Faylor  <cgf@redhat.com>
12926
12927         * config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): *Really* specify
12928         extra host object file when targetting cygwin rather than generic
12929         object files.
12930
12931 2004-02-22  Josef Zlomek  <zlomekj@suse.cz>
12932
12933         Merge from tree-ssa:
12934         2003-11-20  Richard Henderson  <rth@redhat.com>
12935
12936                 * tree-inline.c (insert_decl_map): New.
12937                 (remap_decl, remap_type, remap_block, copy_body_r,
12938                 initialize_inlined_parameters, declare_return_variable,
12939                 remap_save_expr): Use it.
12940
12941         * function.c (copy_body_r): Add mapping from id->ret_label to
12942         id->ret_label.  Revert test for ret_label.
12943
12944 2004-02-22  Jakub Jelinek  <jakub@redhat.com>
12945
12946         * genoutput.c (process_template): Strip trailing whitespace in @
12947         templates and issue a warning if there was any.
12948
12949 2004-02-21  Christopher Faylor  <cgf@redhat.com>
12950
12951         * config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): Specify extra host
12952         object file when targetting cygwin.
12953         * config/i386/t-cygwin (EXTRA_GCC_OBJS): Remove definition since it is
12954         overridden by top-level Makefile.
12955
12956 2004-02-21  Roger Sayle  <roger@eyesopen.com>
12957
12958         * config/i386/i386.c (standard_80387_constant_p): Also prefer
12959         the x87's load constant instructions when optimizing for size.
12960
12961 2004-02-21  Kazu Hirata  <kazu@cs.umass.edu>
12962
12963         * combine.c (SHIFT_COUNT_TRUNCATED): Remove.
12964         * defaults.h (SHIFT_COUNT_TRUNCATED): Provide the default.
12965         * expmed.c: Assume SHIFT_COUNT_TRUNCATED is always defined.
12966         * fold-const.c: Likewise.
12967         * simplify-rtx.c: Likewise.
12968
12969 2004-02-21  Alan Modra  <amodra@bigpond.net.au>
12970
12971         * combine.c (can_combine_p): Don't ignore SETs marked with
12972         REG_EH_REGION notes.
12973         (try_combine): When attemting to fix unrecognized insns, don't
12974         split a PARALLEL that contains the original i2.
12975
12976 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
12977
12978         * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Refer to
12979         SUBTARGET_OPTION_TRANSLATE_TABLE for architecture-specific options.
12980         * config/i386/darwin.h (SUBTARGET_OPTION_TRANSLATE_TABLE): Define it.
12981         * config/rs6000/altivec.h: #error out if '-maltivec' not specified.
12982         (vector, pixel, bool): #define to __vector, __pixel and __bool.
12983         (__un_args_eq, __bin_args_eq, __tern_args_eq): Move to C-specific
12984         portion of header.
12985         (__altivec_link_error_invalid_argument): Remove prototype; will use
12986         __builtin_altivec_compiletime_error("vec_*") instead.
12987         (vec_*): Fix/complete set of available operation overloads given the
12988         existence of distinct 'vector bool ...' and 'vector pixel' types; tighten
12989         cv-correctness of pointer arguments; in C, always check for correct
12990         argument types before macro expansion.
12991         * config/rs6000/darwin.h (SUBTARGET_OPTION_TRANSLATE_TABLE): New macro
12992         defining Darwin/PowerPC-specific '-f[no-]altivec' and
12993         '-W[no-]altivec-long-deprecated' switches.
12994         * config/rs6000/rs6000-c (rs6000_cpu_cpp_builtins): Pre-define
12995         '__vector', '__pixel' and '__bool' macros using
12996         '__attribute__((altivec(...)))' types.
12997         * config/rs6000/rs6000.c (bool_char_type_node, bool_short_type_node,
12998         bool_int_type_node, pixel_type_node, bool_V16QI_type_node,
12999         bool_V8HI_type_node, bool_V4SI_type_node, pixel_V8HI_type_node):
13000         New type nodes.
13001         (rs6000_warn_altivec_long, rs6000_warn_altivec_long_switch): New, for
13002         handling '-W[no-]altivec-long-deprecated'.
13003         (rs6000_override_options): Handle '-W[no-]altivec-long-deprecated'.
13004         (rs6000_expand_binop_builtin, rs6000_expand_ternop_builtin,
13005         altivec_expand_dst_builtin): Remove casts from integer literals.
13006         (altivec_expand_builtin): Likewise; handle expansion of new
13007         '__builtin_altivec_compiletime_error' function.
13008         (rs6000_init_builtins): Initialize 'vector bool ...' and 'vector pixel'
13009         types, and make them distinct from other vector types; register
13010         '__builtin_altivec_compiletime_error' function.
13011         (print_operand): For 'P', print a full target register name instead of
13012         merely its number.
13013         (rs6000_attribute_table): Add "altivec" attribute.
13014         (rs6000_handle_altivec_attribute): New function.
13015         * config/rs6000/rs6000.h (TARGET_OPTIONS): Describe
13016         '-m[no-]-warn-altivec-long' (which '-W[no-]altivec-long-deprecated'
13017         maps to).
13018         (rs6000_warn_altivec_long, rs6000_warn_altivec_long_switch): Forward
13019         declare.
13020         (ALTIVEC_BUILTIN_COMPILETIME_ERROR): New built-in enumeration.
13021
13022 2004-02-20  James E Wilson  <wilson@specifixinc.com>
13023
13024         * config/ia64/ia64.md (shift_mix4left+1): Delete reload_completed
13025         check.
13026         (shift_mix4left+2): Delete redundant pattern.
13027
13028 2004-02-20  Kazu Hirata  <kazu@cs.umass.edu>
13029
13030         * alias.c (OUTGOING_REGNO): Don't define the default.
13031         * builtins.c (OUTGOING_REGNO): Likewise.
13032         (INCOMING_REGNO): Likewise.
13033         (apply_args_register_offset): Always use OUTGOING_REGNO.
13034         * combine.c (OUTGOING_REGNO): Likewise.
13035         * sibcall.c (OUTGOING_REGNO): Likewise.
13036         * defaults.h (INCOMING_REGNO): Provide the default.
13037         (OUTGOING_REGNO): Likewise.
13038
13039 2004-02-21  Jan Hubicka  <jh@suse.cz>
13040
13041         * params.def (max-peeled-insns, max-completely-peeled-insns,
13042         max-once-peeled-insns): Set to 400.
13043
13044 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13045
13046         PR c++/12007
13047         * dbxout.c (dbxout_parms): Check that DECL_RTL and DECL_INCOMING_RTL
13048         are set for parameters before outputing debugging information.
13049
13050 2004-02-20  Falk Hueffner  <falk@debian.org>
13051
13052         PR target/14201
13053         * config/alpha/alpha.md (*fix_truncsfsi_ieee): Fix typoed operand
13054         numbers.
13055
13056 2004-02-20  Per Bothner  <per@bothner.com>
13057
13058         * input.h:  Don't #include line-map.h.  It may cause link problems
13059         with undefined linemap_line_start when line-map.h is included but
13060         line-map.o is not linked, as currently happens with gengtype on
13061         compilers that don't support inline.
13062         * toplev.c:  So we do have to explicitly #include line-map.h here.
13063
13064 2004-02-20  Richard Henderson  <rth@redhat.com>
13065
13066         * doc/invoke.texi: Add -Wvariadic-macros.
13067
13068 2004-02-20  Kazu Hirata  <kazu@cs.umass.edu>
13069
13070         * haifa-sched.c (sched_emit_insn): Remove.
13071         * sched-int.h: Remove the corresponding prototype.
13072
13073 2004-02-20  Kazu Hirata  <kazu@cs.umass.edu>
13074
13075         Revert:
13076         2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
13077         * opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.
13078         * system.h (DEFAULT_SHORT_ENUMS): Poison.
13079         * config/cris/cris.h: Remove a comment about
13080         DEFAULT_SHORT_ENUMS.
13081         * config/ip2k/ip2k.h: Likewise.
13082         * doc/tm.texi (DEFAULT_SHORT_ENUMS): Remove.
13083
13084 2004-02-20  Mohan Embar  <gnustuff@thisiscool.com>
13085             Tom Tromey  <tromey@redhat.com>
13086
13087         * doc/install.texi: Moved --disable-libgcj and
13088         --with-system-zlib documentation to new section for
13089         Java-specific options.
13090         Added explicit Cross-Compiler-Specific Options subheading.
13091         Added section for Java-specific options.
13092
13093 2004-02-20  Matt Kraai  <kraai@alumni.cmu.edu>
13094
13095         * doc/install.texi (Building the Ada compiler): Remove
13096         example.
13097
13098 2004-02-20  James E Wilson  <wilson@specifixinc.com>
13099
13100         * toplev.c (dump_file_index, dump_file): Put ce3 before rnreg.
13101
13102 2004-02-20  Kazu Hirata  <kazu@cs.umass.edu>
13103
13104         * gcc.c (process_command): Allow translation of the copyright
13105         symbol but not the rest of the copyright message.
13106         * gcov.c (print_version): Likewise.  Allow translation of the
13107         message about warranty.
13108
13109 2004-02-20  Hans-Peter Nilsson  <hp@axis.com>
13110
13111         * config/cris/cris.md ("*andsi_movu"): Correct parentheses in
13112         predicate.
13113         ("*andsi_clear"): Tweak constraints to not match postincrement.
13114         Adjust the predicate to exclude a volatile memory reference.
13115         ("*andhi_clear"): Ditto.  Rename from "*andhi_clear_signed".
13116         ("*andhi_clear_unsigned"): Remove, non-matching pattern.
13117
13118 2004-02-19  Matt Kraai  <kraai@alumni.cmu.edu>
13119
13120         * move-if-change: Remove.
13121         * Makefile.in (s-mlib, c-parse.y, s-check, s-gencheck)
13122         (s-specs, s-options, s-config, s-conditions, s-flags, s-codes)
13123         (s-constants, s-emit, s-recog, s-opinit, s-extract, s-peep)
13124         (s-attr, s-attrtab, s-output, s-genrtl, s-modes, s-preds)
13125         (s-gtyp-gen, s-iov): Use the top level move-if-change.
13126         * objc/Make-lang.in (objc/objc-parse.y): Likewise.
13127
13128 2004-02-19  James E Wilson  <wilson@specifixinc.com>
13129
13130         * config/i386/i386.md (doloop_end_internal): Use nonimmediate_operand
13131         for operand2.  Add condition that requires register_operand operand2
13132         before reload.
13133
13134 2004-02-19  Richard Sandiford  <rsandifo@redhat.com>
13135             Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
13136
13137         * config/mips/mips.c (mips_address_insns): Treat BLKmode specially.
13138         * config/mips/mips.md: Expand comment above unaligned loads and stores.
13139
13140 2004-02-19  Richard Henderson  <rth@redhat.com>
13141
13142         * Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.
13143         * tree.c (build0, build1, build2, build3, build4): Split out from...
13144         (build): ... here.  Call them.
13145         * tree.h (build, _buildN1, _buildN2, _buildC1, _buildC2): New.
13146
13147         * convert.c (convert_to_integer): Remove extra build argument.
13148         * tree-inline.c (expand_call_inline): Likewise.
13149
13150 2004-02-19  Richard Henderson  <rth@redhat.com>
13151
13152         * c-opts.c (warn_variadic_macros): New.
13153         (c_common_handle_option): Set it.
13154         (sanitize_cpp_opts): Copy it to cpp_opts.
13155         * c.opt (Wvariadic-macros): New.
13156         * cpplib.h (struct cpp_options): Add warn_variadic_macros.
13157         * cppinit.c (cpp_create_reader): Initialize it.
13158         * cppmacro.c (parse_params): Check it.
13159
13160 2004-02-19  David Daney <ddaney@avtrex.com>
13161
13162         PR preprocessor/14198
13163         * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Add
13164         builtin_assert ("machine=mips")
13165
13166 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
13167
13168         * opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.
13169         * system.h (DEFAULT_SHORT_ENUMS): Poison.
13170         * config/cris/cris.h: Remove a comment about
13171         DEFAULT_SHORT_ENUMS.
13172         * config/ip2k/ip2k.h: Likewise.
13173         * doc/tm.texi (DEFAULT_SHORT_ENUMS): Remove.
13174
13175 2004-02-19  Zack Weinberg  <zack@codesourcery.com>
13176
13177         * config/ia64/ia64.c (ia64_function_arg): In big-endian mode,
13178         when passing single SFmode quantities in general registers,
13179         put them in the high half.
13180
13181 2004-02-19  Aldy Hernandez  <aldyh@redhat.com>
13182
13183         * doc/md.texi (Standard Names): Document additional dependency on
13184         fix pattern.
13185
13186         * optabs.c (ftruncify): Remove.
13187         (expand_fix): Manually inline ftruncify above.
13188         (can_fix_p): Add FIXME note.
13189
13190 2004-02-19  Aldy Hernandez  <aldyh@redhat.com>
13191
13192         * config/rs6000/spe.md (spe_fixunssfsi2): Rename to
13193         spe_fixuns_truncsfsi2.
13194
13195         * config/rs6000/rs6000.md (fixunssfsi2): Rename to
13196         fixuns_truncsfsi2.
13197
13198 2004-02-19  Steve Ellcey  <sje@cup.hp.com>
13199
13200         * config/ia64/ia64.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
13201         * testsuite/gcc.dg/20040219-1.c: New test.
13202
13203 2004-02-19  Ulrich Weigand  <uweigand@de.ibm.com>
13204
13205         * config/s390/s390.md ("*subdf3_cc", "*subdf3_cconly", "*subsf3_cc",
13206         "*subsf3_cconly"): Subtraction is not commutative.
13207
13208 2004-02-19  Zack Weinberg  <zack@codesourcery.com>
13209
13210         * sdbout.c (preinit_symbols, sdbout_initialized): New statics.
13211         (sdbout_symbol): If called before sdbout_init, queue DECL for
13212         later and return.
13213         (sdbout_init): Set sdbout_initialized true, process decls
13214         queued earlier by sdbout_symbol.
13215         (sdbout_finish): Use size_t for index variable.
13216
13217 2004-02-19  Jeff Law  <law@redhat.com>
13218
13219         * fold-const.c (invert_truthvalue): Do not call invert_tree_comparison
13220         for unordered comparison codes.
13221
13222 2004-02-19  Ian Lance Taylor  <ian@wasabisystems.com>
13223
13224         * reload1.c (reload): Correct comment.
13225         (scan_paradoxical_subregs): Remove #if 0 and old comment.
13226         * doc/extend.texi (Local Reg Vars): Remove obsolete comment that
13227         register variables are not used by reload.
13228
13229 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
13230
13231         PR target/14209
13232         * config/cris/cris.md ("*andsi_movu", "*andhi_movu"): Tweak
13233         constraints to not match postincrement.  Adjust the predicate to
13234         exclude a volatile memory reference.
13235
13236 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
13237
13238         * config/mcore/mcore.h (ASM_OUTPUT_EXTERNAL): Remove.
13239
13240 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
13241
13242         * hooks.c (hook_void_tree_int): Remove.
13243         (hook_void_constcharptr): Likewise.
13244         (hook_int_void_0): Likewise.
13245         * hooks.h: Remove the prototypes for the above three
13246         functions.
13247         * targhooks.c (hook_bool_machine_mode_true): Remove.
13248         * targhooks.h: Remove the prototype for
13249         hook_bool_machine_mode_true.
13250
13251 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
13252
13253         * emit-rtl.c (subreg_realpart_p): Remove.
13254         (reorder_insns_with_line_notes): Likewise.
13255         (end_full_sequence): Likewise.
13256         * rtl.h: Remove the prototype for the above functions.
13257
13258 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
13259
13260         * config/arc/arc.h, config/arm/arm.h, config/frv/frv.h,
13261         config/h8300/h8300.h, config/i386/i386.h, config/i860/i860.h,
13262         config/iq2000/iq2000.h, config/m32r/m32r.h,
13263         config/pdp11/pdp11.h, config/sparc/sparc.h,
13264         config/xtensa/xtensa.h: Remove commented-out or useless
13265         definitions of CASE_VECTOR_PC_RELATIVE.
13266
13267 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
13268
13269         * loop.c (all_sets_invariant_p): Remove.
13270
13271 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13272
13273         PR target/12916
13274         * config/sparc/sparc.h (NPARM_REGS): Delete.
13275         (BASE_RETURN_VALUE_REG): Likewise.
13276         (BASE_OUTGOING_VALUE_REG): Likewise.
13277         (BASE_PASSING_ARG_REG): Likewise.
13278         (BASE_INCOMING_ARG_REG): Likewise.
13279         * config/sparc/sparc.c (sparc_strict_argument_naming): Test
13280         TARGET_ARCH64, not TARGET_V9.
13281         (function_arg_slotno): Dispatch based on the mode class.
13282         Handle vector modes like floating-point modes.
13283         (function_arg_record_value_1): Handle vector types like
13284         floating-point types.
13285         (function_arg_record_value_2): Likewise.
13286         Calculate regno after mode transformation.
13287         (function_arg): Handle vector modes like floating-point modes.
13288         (function_arg_partial_nregs): Replace NPARM_REGS by SPARC_INT_ARG_MAX.
13289         If ARCH64, do not recheck alignment.
13290         (function_arg_pass_by_reference): Reorder the conditions.
13291         (sparc_return_in_memory): Move after function_arg_padding.
13292         Implement calling conventions for vector modes.
13293         (sparc_struct_value_rtx): Move after sparc_return_in_memory.
13294         (function_value): Move scope of 'regbase'.
13295         Implement calling conventions for vector modes.
13296         (sparc_builtin_saveregs): Replace NPARM_REGS by SPARC_INT_ARG_MAX
13297         and BASE_INCOMING_ARG_REG by SPARC_INCOMING_INT_ARG_FIRST.
13298         (sparc_va_arg): Use function_arg_pass_by_reference to test whether
13299         the argument is passed by reference.
13300         (sparc_type_code): Handle vector types.
13301
13302 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
13303
13304         * function.c (assign_parms): When building decl_rtl for
13305         SPLIT_COMPLEX_ARGS, ensure inner modes of concat match outer.
13306
13307 2004-02-19  Olivier Hainque  <hainque@act-europe.fr>
13308
13309         * expr.c (is_aligning_offset): Check if we are aligning the
13310         expressions's address over BIGGEST_ALIGNMENT in bytes, not
13311         in bits.
13312
13313 2004-02-18  Matt Austern  <austern@apple.com>
13314
13315         * gcc.c (LIBGCC_SPEC): If REAL_LIBGCC_SPEC is defined, and
13316         LIBGCC_SPEC isn't, set LIBGCC_SPEC to REAL_LIBGCC_SPEC.
13317         (init_gcc_spec): Don't define or call if REAL_LIBGCC_SPEC is
13318         defined.  Instead use REAL_LIBGCC_SPEC, unmodifed, as the libgcc
13319         spec string.
13320         * doc/tm.texi (REAL_LIBGCC_SPEC): Document.
13321
13322 2004-02-18  Zack Weinberg  <zack@codesourcery.com>
13323
13324         * dwarf2out.c (loclabel_num): Move outside #ifdef
13325         DWARF2_DEBUGGING_INFO and mark with GTY(()).
13326         * config/ia64/ia64.c (struct extern_func_list,extern_func_head):
13327         Mark with GTY(()).
13328         (ia64_hpux_add_extern_decl): Save the decl, not the name string.
13329         Allocate memory with ggc_alloc.  No need to copy anything.
13330         (ia64_hpux_file_end): Update to match.
13331
13332 2004-02-18  Jakub Jelinek  <jakub@redhat.com>
13333
13334         * config/i386/i386.c (override_options): Don't imply 3DNow! for -m64
13335         by default.
13336
13337 2004-02-18  Ulrich Weigand  <uweigand@de.ibm.com>
13338
13339         * config/s390/s390.md ("divmodtidi3"): Use canonical RTL.
13340         ("divmodtisi3"): Likewise.
13341         ("udivmoddi4", "udivmodtidi3"): Likewise.
13342         ("divmodsi4", "divmoddisi3"): Likewise.
13343         ("udivmodsi4", "udivmoddisi3"): Likewise.
13344         ("udivsi3", "umodsi3"): Likewise.
13345
13346 2004-02-18  Ulrich Weigand  <uweigand@de.ibm.com>
13347
13348         * config/s390/s390.c (s390_mainpool_start): Delete the main pool
13349         placeholder insn when chunkifying the pool.
13350
13351 2004-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13352
13353         * pa.h (PIC_OFFSET_TABLE_REGNUM): Define to INVALID_REGNUM when not
13354         generating PIC code.
13355
13356 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
13357
13358         * config/h8300/h8300-protos.h: Add a prototype for
13359         h8300_expand_branch.
13360         * config/h8300/h8300.c (h8300_expand_branch): New.
13361         * config/h8300/h8300.md (ble, bleu, bge, bgeu, blt, bltu, bgt,
13362         bgtu, beq, bne): Call h8300_expand_branch().
13363
13364 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
13365
13366         * config/h8300/h8300-protos.h: Add prototypes for
13367         h8300_hard_regno_nregs and h8300_hard_regno_mode_ok.
13368         * config/h8300/h8300.c (h8300_hard_regno_nregs): New.
13369         (h8300_hard_regno_mode_ok): Likewise.
13370         * config/h8300/h8300.h (HARD_REGNO_NREGS): Call
13371         h8300_hard_regno_nregs().
13372         (HARD_REGNO_MODE_OK): Call h8300_hard_regno_mode_ok().
13373
13374 2004-02-18  Per Bothner  <per@bothner.com>
13375
13376         * cpphash.h (struct cpp_buffer):  Restore return_at_eof field.  This
13377         partly reverts my 2003-10-01 change, because we're back to logically
13378         including <command line> inside the main line.
13379         * cpplex.c (_cpp_get_fresh_line):  Check return_at_eof field.
13380         * cppmacro.c (cpp_scan_nooutput):  Set return_at_eof of current buffer.
13381         Fixes PR preprocessor/14103.
13382
13383         * cppfiles.c (_cpp_stack_include):  When appropriate decrement
13384         line_table's highest_location, fixing LAST_SOURCE_LINE_LOCATION.
13385         (cpp_push_include):  Don't need to increment pfile's line field.
13386         * line-map.h (LAST_SOURCE_LINE_LOCATION):  Only decrement by 1.
13387
13388         * c-ppoutput.c (print struct):  New first_time field.
13389         (init_pp_output):  Set print.first_time.
13390         (pp_file_change):  Use print.first_time, rather than MAIN_FILE_P,
13391         which is set also for (say) <command line>.  Clear print.first_time.
13392
13393         * cppfiles.c (struct _cpp_file):  Comment and type for pch field
13394         does not match the code, so fix both.
13395         (should_stack_file):  Inline include_pch_p function.
13396         (include_pch_p):  Remove pointless function.
13397
13398         * cpphash.h (struct cpp_buffer):  Remove unused search_cached field.
13399
13400 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
13401
13402         * config/h8300/h8300.md (four define_peephole2's): Use
13403         h8300_regs_ok_for_stm().
13404
13405 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
13406
13407         * config/h8300/h8300-protos.h: Update the prototype for
13408         expand_a_rotate().
13409         * config/h8300/h8300.c (expand_a_rotate): Remove the first
13410         argument.
13411         * config/h8300/h8300.md: Update all callers.
13412
13413 2004-02-18  Jan Hubicka  <jh@suse.cz>
13414
13415         * simplify-rtx.c (simplify_unary_operation): Deal with logicals on
13416         floats.
13417         (simplify_binary_operation): Deal with logicals on floats.
13418
13419         * i386.md (SSE fabs splitters): Emit new patterns.
13420         (SSE cmov splitters): Likewise.
13421         (sse_andv4sf3, sse_nandv4sf3, sse_iorv4sf3, sse_xorv4sf3
13422         (sse_andv2df3, sse_nandv2df3, sse_iorv2df3, sse_xorv2df3): Do not use
13423         subregs.
13424         (sse_andsf3, sse_nandsf3, sse_xorsf3): Kill.
13425         (sse_anddf3, sse_nanddf3, sse_xordf3): Kill.
13426
13427 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
13428
13429         * config/h8300/h8300.c (expand_a_rotate): Don't generate insns
13430         by hand.
13431         (output_a_rotate): Tweak a comment.
13432         * config/h8300/h8300.md (*rotlqi3_1): Change to rotlqi3_1.
13433         (*rotlhi3_1): Change to rotlhi3_1.
13434         (*rotlsi3_1): Change to rotlsi3_1.
13435
13436 2004-02-18  Richard Earnshaw  <rearnsha@arm.com>
13437
13438         PR target/13866
13439         * arm.c (load_multiple_operation): Don't insist that the source reg
13440         of a post-increment component is the same as the destination.
13441         (store_multiple_operation): Likewise.
13442
13443 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
13444
13445         * config/h8300/h8300.md: Move movsf patterns into one section
13446         of the file.
13447
13448 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
13449
13450         * cfgloop.h, cfgloopanal.c, cpplex.c, except.h, loop-init.c,
13451         loop-unroll.c, scan-decls.c, scan.h, stor-layout.c,
13452         xcoffout.c, xcoffout.h, config/arm/mmintrin.h,
13453         config/mips/linux64.h, config/pa/pa-64.h,
13454         config/rs6000/aix51.h, config/rs6000/aix52.h,
13455         config/rs6000/spe.md, config/sparc/linux.h,
13456         config/sparc/linux64.h: Update copyright.
13457
13458 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
13459
13460         * config/h8300/h8300.md: Move push patterns into one
13461         section of the file.
13462
13463 2004-02-18  Mark Mitchell <mark@codesourcery.com>
13464
13465         PR c++/11326
13466         * config/ia64/ia64.c (ia64_struct_value_rtx): Cope with NULL
13467         fntype.
13468
13469 2004-02-18  Paul Brook  <paul@codesourcery.com>
13470
13471         * rtlanal.c (rtx_varies_p): Return 0 for NULL_RTX
13472
13473 2004-02-18  Paul Brook  <paul@codesourcery.com>
13474
13475         PR debug/12934
13476         * dwarf2out.c (loc_descriptor_from_tree): Handle
13477         EXPR_WITH_FILE_LOCATION.
13478
13479 2004-02-18  Jakub Jelinek  <jakub@redhat.com>
13480
13481         * config/i386/i386.md (zero_extendqidi2, zero_extendqidi2,
13482         testdi_1_rex64, anddi_2, xordi_1_rex64, xordi_2_rex64): Remove
13483         trailing whitespace from instructions.
13484
13485 2004-02-17  Geoffrey Keating  <geoffk@apple.com>
13486
13487         * configure.ac: When generating auto-build.h, pass
13488         --enable-languages to the sub-configure.
13489         Put quotes around ${program_transform_name} when generating
13490         name of as, ld, nm, objdump.
13491         * configure: Regenerate.
13492
13493 2004-02-17  Matt Kraai  <kraai@alumni.cmu.edu>
13494
13495         * Makefile.in (s-check, s-config, s-conditions, s-flags)
13496         (s-codes, s-constants, s-emit, s-recog, s-opinit, s-extract)
13497         (s-peep, s-attr, s-attrtab, s-output, s-genrtl, s-modes)
13498         (s-preds, s-iov): Do not depend on move-if-change.
13499
13500 2004-02-17  James E Wilson  <wilson@specifixinc.com>
13501
13502         * caller-save.c (insert_restore): Pass mem through copy_rtx.
13503         (insert_save): Likewise.
13504
13505 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
13506
13507         * config/h8300/h8300.c (h8300_emit_stack_adjustment): Fix a
13508         warning.
13509
13510 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
13511
13512         * config/h8300/h8300.md (*one_complsi2_h8300): Change to
13513         *one_cmplsi2_h8300.
13514         (*one_complsi2_h8300hs): Change to *one_cmplsi2_h8300hs.
13515
13516 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
13517
13518         * config/h8300/h8300-protos.h: Update the prototype of
13519         fix_bit_operand().
13520         * config/h8300/h8300.c (fix_bit_operand): Remove the second
13521         argument "what".
13522         * config/h8300/h8300.md: Update all callers.
13523
13524 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
13525
13526         * config/h8300/h8300.c (fix_bit_operand): Change the name of
13527         the last argument to "code" from "type".
13528
13529 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
13530
13531         * config/h8300/h8300.c: Remove an extern declaration of
13532         rtx_equal_function_value_matters.
13533
13534 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
13535
13536         * config/h8300/h8300.c (fix_bit_operand): Don't generate insns
13537         by hand.
13538         * config/h8300/h8300.md (*andqi3_1): Change to andqi3_1.
13539         (*iorqi3_1): Change to iorqi3_1.
13540         (*xorqi3_1): Change to xorqi3_1.
13541
13542 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
13543
13544         * c-common.c, cfghooks.c, rtlanal.c, varasm.c: Fix comment
13545         typos.
13546
13547 2004-02-17  Jan Hubicka  <jh@suse.cz>
13548
13549         * i386.c (x86_prologue_using_move, x86_epilogue_using_move): Disable for P4.
13550
13551 2004-02-18  Alan Modra  <amodra@bigpond.net.au>
13552
13553         PR optimization/14119
13554         * combine.c (try_combine): When attemting to fix unrecognized insns,
13555         don't delete SETs marked with REG_EH_REGION notes.
13556
13557 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
13558
13559         * combine.c (simplify_if_then_else): Do not replace
13560         (if_then_else (ne reg 0) (0) (const_int)) by (reg) if the
13561         modes differ.
13562
13563 2004-02017  Steven Bosscher  <stevenb@suse.de>
13564
13565         * (c-decl.c, c-semantics.c, calls.c, cgraph.c, cgraphunit.c,
13566         function.c, integrate.c, print-tree.c, toplev.c, tree-optimize.c,
13567         tree.h): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.
13568         * ada/utils.c: Likewise.
13569         * cp/decl.c: Likewise.
13570         * f/com.c: Likewise.
13571         * java/class.c: Likewise.
13572
13573 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
13574
13575         * config/h8300/h8300.md: Fix comment typos.
13576
13577 2004-02-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13578
13579         * config/mips/t-iris6gld: Renamed to ...
13580         * config/mips/t-irix-gld: ... this.
13581         * config.gcc (mips-sgi-irix6*): Reflect this
13582         (mips-sgi-irix5*): Use it with GNU ld.
13583
13584         * config/mips/irix6-crti.asm, config/mips/irix6-crtn.asm: Renamed
13585         to ...
13586         * config/mips/irix-crti.asm, config/mips/irix-crtn.asm: ... this.
13587         * config/mips/t-irix-gld: Reflect this.
13588         * config/mips/iris6gld.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
13589
13590         * config/mips/iris5gld.h: New file.
13591         * config.gcc (mips-sgi-irix5*): Use it with GNU ld.
13592         Only use collect2 without gas.
13593
13594         * config/mips/iris6.h (IRIX6_STARTFILE_SPEC, IRIX6_ENDFILE_SPEC):
13595         Renamed to IRIX_STARTFILE_SPEC, IRIX_ENDFILE_SPEC.
13596         (STARTFILE_SPEC, ENDFILE_SPEC, SUBTARGET_EXTRA_SPECS): Reflect this.
13597         * config/mips/iris6gld.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
13598
13599         * config/mips/iris6.h (SUBTARGET_EXTRA_SPECS): Moved ...
13600         * config/mips/iris5.h: ... here.
13601
13602         * config/mips/iris5.h (STARTFILE_SPEC, ENDFILE_SPEC): Renamed to
13603         IRIX_STARTFILE_SPEC, IRIX_ENDFILE_SPEC.
13604         (STARTFILE_SPEC, ENDFILE_SPEC): Define.
13605
13606         * config/mips/iris5gas.h (STARTFILE_SPEC, ENDFILE_SPEC): Simplify
13607         using irix_startfile_spec, irix_endfile_spec.
13608
13609 2004-02-16  Gunther Nikl  <gni@gecko.de>
13610
13611         * config/m68k/m68k.c: Remove obsolete support for HPUX_ASM.
13612
13613 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
13614
13615         * config/h8300/h8300.c (h8300_expand_prologue): Don't generate
13616         insns by hand.
13617
13618 2004-02-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13619
13620         * cfghooks.c (split_edge): Speed up updating of dominators.
13621
13622 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
13623
13624         PR c++/11326
13625         * c-common.c (flag_abi_version): Remove.
13626         * c-common.h (flag_abi_version): Likewise.
13627         * c-opts.c (c_common_handle_option): Remove OPT_fabi_version case.
13628         * c.opt (fabi-version): Remove.
13629         * calls.c (expand_call): Always pass a function type to
13630         struct_value_rtx.  Use convert_memory_address.
13631         * common.opt (fabi-version): Add it.
13632         * flags.h (flag_abi_version): Likewise.
13633         (abi_version_at_least): New macro.
13634         * opts.c (common_handle_option): Add OPT_fabi_version.
13635         * toplev.c (flag_abi_version): Define it.
13636         * config/ia64/ia64.c (ia64_struct_retval_addr_is_first_parm_p):
13637         New function.
13638         (ia64_output_mi_thunk): Use it.
13639         (ia64_struct_value_rtx): Likewise.
13640
13641 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
13642
13643         * config/h8300/h8300.c (h8300_emit_stack_adjustment):
13644         Don't generate insns by hand.
13645
13646 2004-02-17  Andrew Pinski  <pinskia@physics.uc.edu>
13647
13648         PR c++/14178
13649         * doc/invoke.texi (fabi-version): The default is 2 now.
13650
13651 2004-02-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13652
13653         * loop-iv.c: New file.
13654         * Makefile.in (loop-iv.o): New.
13655         * basic_block.h (FOR_BB_INSNS, FOR_BB_INSNS_REVERSE): New macros.
13656         * cfgloop.c (fill_sons_in_loop, get_loop_body_in_dom_order,
13657         num_loop_branches): New functions.
13658         * cfgloop.h (get_loop_body_in_dom_order, num_loop_branches,
13659         iv_analysis_loop_init, iv_get_reaching_def, iv_analyse, get_iv_value,
13660         find_simple_exit, iv_number_of_iterations, iv_analysis_done,
13661         get_simple_loop_desc, free_simple_loop_desc): Declare.
13662         (simple_loop_desc): New inline function.
13663         (struct rtx_iv, struct niter_desc): New.
13664         * cfgloopmanip.c (loopify): Specify semantics more precisely.
13665         * expr.c (force_operand): Handle subregs of expressions created by
13666         loop unroller.
13667         * loop-init.c (loop_optimizer_init, loop_optimizer_finalize): Move
13668         parts of the initialization to toplev.c
13669         * loop-unroll.c (loop_exit_at_end_p): New.
13670         (unroll_and_peel_loops): Call iv_analysis_done.
13671         (decide_peel_once_rolling, decide_peel_completely,
13672         decide_unroll_stupid, decide_unroll_constant_iterations,
13673         decide_unroll_runtime_iterations, decide_peel_simple,
13674         peel_loop_simple, unroll_loop_stupid, unroll_loop_constant_iterations,
13675         unroll_loop_runtime_iterations): Use new simple loop analysis.
13676         * loop-unswitch.c (compare_and_jump_seq): New.
13677         (may_unswitch_on_p): Renamed to ...
13678         (may_unswitch_on): Use new iv analysis.
13679         (reversed_condition): Export.
13680         (unswitch_single_loop, unswitch_loop): Use new iv analysis.
13681         * predict.c (estimate_probability): Use new simple loop analysis.
13682         * rtl.h (get_mode_bounds, reversed_condition,compare_and_jump_seq,
13683         canon_condition, simplify_using_condition): Declare.
13684         * stor-layout.c (get_mode_bounds): New.
13685         * toplev.c (rest_of_handle_loop2): Some parts of
13686         initialization/finalization moved here from loop-init.c.
13687
13688 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
13689
13690         * config/h8300/h8300.h (FIXED_REGISTERS): Add the soft frame
13691         pointer.
13692         (CALL_USED_REGISTERS): Likewise.
13693         (REG_ALLOC_ORDER): Likewise.
13694         (REG_CLASS) <GENERAL_REGS>: Likewise.
13695
13696 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
13697
13698         * doc/md.texi (Insn Canonicalizations): Document left-chaining
13699         in associative operators.
13700         * rtlanal.c (commutative_operand_precedence): Create some new
13701         variables.  Prefer a commutative operand on the left, then
13702         binary expressions, then NEG and NOT.
13703
13704 2004-02-16  Matthias Klose  <doko@debian.org>
13705
13706         * config/t-slibgcc-elf-ver: Define SHLIB_NAME and SHLIB_SONAME
13707         in terms of SHLIB_SOVERSION.
13708         * config/m68k/t-slibgcc-elf-ver: New file.
13709         * config/pa/t-slibgcc-elf-ver: New file.
13710         * config.gcc (m68k-linux, parisc-linux): Use them when not
13711         sjlj exceptions are not configured.
13712
13713 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
13714
13715         * config/sparc/sparc.c (get_pc_symbol_name): Mark with GTY(()).
13716
13717 2004-02-16  Zack Weinberg  <zack@codesourcery.com>
13718
13719         * sdbout.c (sdb_debug_hooks): Correct the type_decl entry.
13720
13721 2004-02-16  Joseph S. Myers  <jsm@polyomino.org.uk>
13722
13723         * doc/sourcebuild.texi: Mention backends.html.
13724
13725 2004-02-16  Kazu Hirata  <kazu@cs.umass.edu>
13726
13727         * c-decl.c, c-ppoutput.c, cpphash.h, cpplib.h, dbxout.c,
13728         line-map.c, line-map.h, var-tracking.c: Fix comment
13729         formatting.
13730
13731 2004-02-16  Richard Henderson  <rth@redhat.com>
13732
13733         * cse.c (cse_insn): Don't lose REG_NON_LOCAL_GOTO note.
13734
13735         * fold-const.c (operand_equal_p): Fix VECTOR_CST comparison.
13736
13737 2004-02-15  Kazu Hirata  <kazu@cs.umass.edu>
13738
13739         * config/h8300/h8300.md: Remove unnecessary parallels from
13740         all define_insn and define_split patterns.
13741
13742 2004-02-15  Kazu Hirata  <kazu@cs.umass.edu>
13743
13744         * config/h8300/h8300.md: Remove explicit (set_attr "cc"
13745         "clobber").
13746
13747 2004-02-15  Bernardo Innocenti  <bernie@develer.com>
13748
13749         * config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Restore support for
13750         '%#'.
13751
13752 2004-02-15  Kazu Hirata  <kazu@cs.umass.edu>
13753
13754         * config/ia64/ia64.c, config/mips/mips.c,
13755         config/mmix/mmix-modes.def: Fix comment typos.
13756
13757 2004-02-15  Roger Sayle  <roger@eyesopen.com>
13758
13759         * c-common.h (GET_DIRECTIVE_LINE): Remove unused macro.
13760         (get_directive_line): Remove unused function prototype.
13761
13762 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
13763
13764         * tree-inline.c (copy_body_r): Do not replace ret_label.
13765
13766 2004-02-14  Jan Hubicka  <jh@suse.cz>
13767
13768         * i386.c (x86_four_jump_limit): New variable.
13769         (k8_avoid_jump_misspredicts): Rename to ...
13770         (ix86_avoid_jump_misspredicts): .. this one.
13771         (ix86_pad_returns): Break out from ...
13772         (ix86_reorg): ... this one; do ix86_avoid_jump_misspredicts when asked
13773         to.
13774         * i386.h (TARGET_FOUR_JUMP_LIMIT): New macro.
13775
13776 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
13777
13778         * emit-rtl.c (set_decl_incoming_rtl): Check whether the 0th element of
13779         PARALLEL is NULL.
13780
13781 2004-02-14  Per Bothner  <per@bothner.com>
13782
13783         * fix-header.c (line_table):  Move local variable in main to global.
13784         * scan.h (line_table):  Use it.
13785         * scan-decls.c (scan_decls):  Need to call linemap_lookup on token's
13786         line (recently renamed to src_loc) before calling recognized_function.
13787
13788 2004-02-14  Matt Kraai  <kraai@alumni.cmu.edu>
13789
13790         * Makefile.in: Fix comment typos.
13791
13792 2004-02-14  Olivier Hainque  <hainque@act-europe.fr>
13793
13794         * loop.c (check_dbra_loop): Use gen_int_mode instead of GEN_INT
13795         for start_value when it is directly moved into reg, and factorize
13796         the retrieval of GET_MODE (reg).
13797
13798 2004-02-14  Richard Sandiford  <rsandifo@redhat.com>
13799
13800         * config/mips/mips-protos.h (mips_load_got_page): Delete.
13801         (mips_load_got_global): Delete.
13802         (mips_gotoff_page): Declare.
13803         * config/mips/mips.md (UNSPEC_LOAD_GOT): New constant.
13804         (*xgot_lo[sd]i, *got_disp[sd]i, *got_page[sd]i): Build an
13805         UNSPEC_LOAD_GOT pattern rather than a MEM.
13806         (*load_got[sd]i): New patterns.
13807         * config/mips/mips.c (mips_got_alias_set, mips_load_got): Delete.
13808         (mips_load_got_page, mips_load_got_global): Delete.
13809         (mips_gotoff_page): New function.
13810         (override_options): Don't initialize mips_got_alias_set.
13811
13812 2004-02-14  Richard Sandiford  <rsandifo@redhat.com>
13813
13814         * config/mips/mips.h (MASK_DEBUG_[ABEFI], TARGET_DEBUG_[ABEFI]_MODE)
13815         (TARGET_MIPS4100, TARGET_MIPS4300, TARGET_MIPS4KC, TARGET_MIPS5KC)
13816         (TARGET_SB1, TUNE_SB1, TUNE_SR71K, BIGGEST_MAX_ARGS_IN_REGISTERS)
13817         (GO_PRINTF, GO_PRINTF2, GO_DEBUG_RTX, DFMODE_NAN, SFMODE_NAN): Delete.
13818         (TARGET_SWITCHES): Remove MASK_DEBUG_[ABEFI].
13819         * config/mips/mips.c: Fix some overly-long lines.
13820         (SINGLE_WORD_MODE_P, PIC_OFFSET_TABLE_MASK): Delete.
13821         (init_cumulative_args): Remove TARGET_DEBUG_E_MODE handling.
13822
13823 2004-02-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13824
13825         * configure.ac: Search for as, ld below libexec/gcc.
13826         * configure: Regenerate.
13827
13828 2004-02-14  Ben Elliston  <bje@wasabisystems.com>
13829
13830         * config/arm/mmintrin.h (_mm_setwcx): Reverse arguments in call to
13831         __builtin_arm_setwcx ().
13832         * config/arm/arm.c (arm_expand_builtin): Generate operands
13833         correctly and reverse their order in call to gen_iwmmxt_tmcr ().
13834
13835 2004-02-14  Ben Elliston  <bje@wasabisystems.com>
13836
13837         * config/arm/arm.c (bdesc_2arg): Correct builtin names "wmulsh"
13838         and "wmuluh" to "wmulsm" and "wmulum", respectively.
13839         * config/arm/arm.h (enum arm_builtins): Rename enumerators to
13840         ARM_BUILTIN_WMULSM and ARM_BUILTIN_WMULUM.
13841         * config/arm/mmintrin.h (_mm_mulhi_pi16): Update intrinsic call.
13842         (_mm_mulhi_pu16): Likewise.
13843
13844 2004-02-13  Zack Weinberg  <zack@codesourcery.com>
13845
13846         * xcoffout.c (xcoff_assign_fundamental_type_number): Check
13847         DECL_NAME != 0 before dereferencing.
13848
13849 2004-02-13  Ulrich Weigand  <uweigand@de.ibm.com>
13850
13851         * config/s390/s390-protos.h (s390_output_symbolic_const): Remove.
13852         (s390_output_addr_const_extra): Declare.
13853         (s390_output_pool_entry): Remove FILE * argument.
13854         * config/s390/s390.c (s390_output_symbolic_const): Remove.
13855         (s390_output_addr_const_extra): New function.
13856         (print_operand_address): Call output_addr_const instead of
13857         s390_output_symbolic_const.
13858         (print_operand): Likewise.
13859         (s390_output_pool_entry): Use assemble_integer for symbolic constants.
13860         Remove FILE * argument.
13861         * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Define.
13862         * config/s390/s390.md ("*pool_entry"): Adapt s390_output_pool_entry
13863         call.
13864
13865 2004-02-13  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13866
13867         * cfgloopanal.c (mark_irreducible_loops): Rewriten.
13868         (struct edge, struct vertex, struct graph): New.
13869         (dump_graph, new_graph, add_edge, dfs, check_irred, for_each_edge,
13870         free_graph): New functions.
13871
13872 2004-02-12  Chris Demetriou  <cgd@broadcom.com>
13873
13874         * config/mips/mips.md (casesi_internal, casesi_internal_di):
13875         Use ".set macro" to avoid warnings about multi-instruction
13876         macros, since they're intentional.
13877
13878 2004-02-12  Geoffrey Keating  <geoffk@apple.com>
13879
13880         * config/darwin.h: Add include guards.  Remove old, now incorrect,
13881         comment about STANDARD_EXEC_PREFIX.
13882
13883         * Makefile.in (install-man): Use $(CPP_INSTALL_NAME) and
13884         $(GCOV_INSTALL_NAME) to install manpages.  Remove generic rule
13885         for installing .1 manpages.  Add rules for installing cpp
13886         and gcov manpages under their installed names.
13887
13888 2004-02-12  Alexandre Oliva  <aoliva@redhat.com>
13889
13890         * configure.ac (gcc_cv_ld): Don't set to LD if target is not
13891         host, but try LD_FOR_TARGET first.
13892         * configure: Rebuilt.
13893
13894 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
13895
13896         * dbxout.c: Move declaration of dbxout_type_decl outside
13897         #ifdef DBX_DEBUGGING_INFO.
13898         * c-parse.in: Don't give the asmdef production a type.
13899
13900 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
13901
13902         * debug.h (struct gcc_debug_hooks): Add type_decl field.
13903         (debug_nothing_tree_int): Prototype.
13904         (dwarf_debug_hooks): Delete, unused.
13905         * debug.c (do_nothing_debug_hooks): Update.
13906         (debug_nothing_tree_int): New function.
13907         * langhooks.h (struct lang_hooks_for_decls):
13908         Remove builtin_type_decls field.
13909         * langhooks-def.h (LANG_HOOKS_BUILTIN_TYPE_DECLS): Delete.
13910         (LANG_HOOKS_DECLS): Update.
13911         * toplev.c (rest_of_decl_compilation, rest_of_type_compilation):
13912         Use debug_hooks->type_decl.
13913         * dbxout.c (preinit_symbols): New static.
13914         (dbx_debug_hooks, xcoff_debug_hooks): Update.
13915         (dbxout_init): Don't call DBX_OUTPUT_STANDARD_TYPES or
13916         lang_hooks.decls.builtin_type_decls.  Do scan preinit_symbols
13917         for symbols to output.
13918         (dbxout_type_decl): New function.
13919         (dbxout_symbol): If called before dbxout_init has run, queue
13920         the symbol for later.  Apply DBX_ASSIGN_FUNDAMENTAL_TYPE_NUMBER
13921         to TYPE_DECLs before emitting them.
13922         * xcoffout.c (assign_type_number): Delete.
13923         (xcoff_type_numbers): New static table.
13924         (xcoff_assign_fundamental_type_number): New function.
13925         * xcoffout.h: Define DBX_ASSIGN_FUNDAMENTAL_TYPE_NUMBER, not
13926         DBX_OUTPUT_STANDARD_TYPES.  Remove unnecessary #ifdefs.
13927         * sdbout.c: Include varray.h.
13928         (deferred_global_decls): New static.
13929         (sdb_debug_hooks): Update.
13930         (sdbout_global_decl): If we can't emit something right now,
13931         remember it in deferred_global_decls.
13932         (sdbout_finish): Just scan deferred_global_decls; don't call getdecls.
13933         (sdbout_init): Initialize deferred_global_decls.
13934         * Makefile.in: Update dependencies of sdbout.o.
13935         * dwarf2out.c (dwarf2out_type_decl): New function.
13936         (dwarf2_debug_hooks): Update.
13937         * vmsdbgout.c (vmsdbg_debug_hooks): Update.
13938         * c-decl.c (getdecls): Just return 0.
13939         (check_for_loop_decls): Don't use getdecls.
13940         (record_builtin_type): Call debug_hooks->type_decl on the TYPE_DECL.
13941         * c-objc-common.c (c_objc_common_finish_file): Don't use getdecls.
13942
13943 2004-02-12  Ulrich Weigand  <uweigand@de.ibm.com>
13944
13945         * config/s390/s390.c (s390_sched_reorder2): Remove.
13946         (TARGET_SCHED_REORDER2): Do not redefine.
13947
13948 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
13949
13950         * c-parse.in (maybe_type_qual): Delete.
13951         (maybe_volatile, simple_asm_expr, asmdef, asm_stmt)
13952         (asm_argument): New grammar rules.
13953         (extdef_1): Use asmdef.
13954         (maybeasm): Move down with other asm rules; use simple_asm_expr.
13955         (xexpr): Move up with other expression rules.
13956         (stmt): Use asm_stmt.
13957
13958         * c-typeck.c (build_asm_expr): New function - body mostly
13959         pulled from build_asm_stmt.
13960         (build_asm_stmt): Just handle tacking on the volatile qualifier.
13961         * c-tree.h (build_asm_expr, build_asm_stmt): Update prototypes.
13962
13963 2004-02-12  Richard Sandiford  <rsandifo@redhat.com>
13964
13965         PR bootstrap/13617
13966         * config/mips/mips-protos.h (mips_output_aligned_decl_common): Declare.
13967         (mips_declare_object): Make variadic.
13968         * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use
13969         mips_output_aligned_decl_common.
13970         * config/mips/mips.c (mips_output_aligned_decl_common): New function.
13971         (mips_declare_object): Make variadic.
13972
13973 2004-02-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13974
13975         * function.c (update_epilogue_consts): Teach about binary operations.
13976
13977         * emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill
13978         previous MEM_VOLATILE in REF.
13979         * function.c (fixup_var_refs): Save volatile_ok and set to 1.
13980         * expr.c (emit_block_move_via_movstr): Save and restore volatile_ok.
13981
13982 2004-02-12  Gunther Nikl  <gni@gecko.de>
13983
13984         * config.gcc: Restore support for m68k-openbsd.
13985
13986 2004-02-12  Jan Hubicka  <jh@suse.cz>
13987
13988         * tree-optimize.c (tree_rest_of_compilation): Do not release
13989         DECL_ARGUMENTS.
13990
13991 2004-02-11  Matt Kraai  <kraai@alumni.cmu.edu>
13992
13993         * doc/install.texi: Fix the spelling of "explicitly".
13994
13995 2004-02-11  Eric Christopher  <echristo@redhat.com>
13996
13997         * cppcharset.c (_cpp_interpret_string_notranslate): Rename and
13998         duplicate argument structure of cpp_interpret_string.
13999         * cpphash.h: Move prototype...
14000         * cpplib.h: Here.
14001         * cpplib.c: Fix calls to match new function signature.
14002
14003 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
14004
14005         PR c/456
14006         * cppexp.c (num_binary_op): Don't allow comma operators in #if
14007         constant expressions at all outside C99 mode if pedantic.
14008
14009 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
14010
14011         * optabs.h (enum optab_index): Add new OTI_log10 and OTI_log2.
14012         (log10_optab, log2_optab): Define corresponding macros.
14013         * optabs.c (init_optabs): Initialize log10_optab and log2_optab.
14014         * genopinit.c (optabs): Implement log10_optab and log2_optab
14015         using log10?f2 and log2?f2 patterns.
14016         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_LOG10{,F,L}
14017         using log10_optab, and BUILT_IN_LOG2{,F,L} using log2_optab.
14018         (expand_builtin): Expand BUILT_IN_LOG10{,F,L} and BUILT_IN_LOG2{,F,L}
14019         using expand_builtin_mathfn if flag_unsafe_math_optimizations is set.
14020
14021         * config/i386/i386.md (log10sf2, log10df2, log10xf2, log2sf2,
14022         log2df2, log2xf2): New patterns to implement log10, log10f, log10l,
14023         log2, log2f and log2l built-ins as inline x87 intrinsics.
14024
14025 2004-02-11  Richard Henderson  <rth@redhat.com>
14026
14027         PR target/1532
14028         * flow.c (insn_dead_p): A clobber of a dead hard register is a
14029         dead insn after reload.
14030
14031 2004-02-11  Ulrich Weigand  <uweigand@de.ibm.com>
14032
14033         * tree.h (frame_base_decl): Add GTY marker.
14034         * var-tracking.c (frame_base_decl): Likewise.
14035
14036 2004-02-11  Daniel Berlin  <dberlin@dberlin.org>
14037
14038         * dwarf2out.c (output_loc_list): Remove no longer necessary, and now
14039         incorrect, hunk.
14040         (add_location_or_const_value_attribute): Use text_section_label,
14041         not TEXT_SECTION_NAME.
14042
14043 2004-02-11  Per Bothner  <per@bothner.com>
14044
14045         Represent column numbers using line-map's source_location.
14046         The "next available source_location" is now managed internally by
14047         line-maps.c rather than by clients.
14048         * line-map.h (struct line_map):  New field column_bits.
14049         <from_line>:  Rename field to start_location.
14050         (struct line_maps):  New fields highest_location and max_column_hint.
14051         (linemap_check_files_exited):  New declaration.
14052         (linemap_line_start):  New declaration.
14053         (linemap_add):  Remove from_line parameter; use highest_location field.
14054         (SOURCE_LINE, LAST_SOURCE_LINE):  Modify to use column_bits.
14055         (SOURCE_COLUMN, LAST_SOURCE_LINE_LOCATION):  New macros.
14056         (CURRENT_LINE_MAP):  Remove macro.
14057         (linemap_position_for_column):  New inline function.
14058         * line-map.c (linemap_init):  Clear new fields.
14059         (linemap_check_files_exited):  New function, extracted from ...
14060         (linemap_free):  Use linemap_check_files_exited.
14061         (linemap_add):  Remove from_line parameter.  Various updates.
14062         (linemap_line_start):  New function.
14063         (linemap_lookeup):  Update for new field names.
14064         * cpphash.h (struct cpp_reader) <map>:  Field removed.  Because
14065         linemap_position_for_column may unpredictably change the current map,
14066         it is cleaner and simpler for us to not cache it in cpp_reader.
14067         (struct cpp_buffer):  New sysp field.
14068         Changed warned_cplusplus_comments and from_stage3 to bitfields.
14069         * cppinit.c (cpp_read_min_file):  pfile->map no longer exists.
14070         * cpplib.c (do_line, do_linemarker, _cpp_do_file_change):  Get
14071         current map using linemap_lookup.
14072         (do_linemarker):  Also set buffer's sysp field.
14073         (destringize_and_run):  No longer need to decrement current line.
14074         * cppfiles.c (_cpp_stack_file):  Set sysp from and in buffer.
14075         (search_path_head, open_file_failed):  Use buffer's sysp.
14076         (cpp_make_system_header):  Get current map using linemap_lookup.
14077         Also set buffer's sysp flag.
14078         * cppmacro.c (_cpp_builtin_macro_text):  Likewise use linemap_lookup.
14079         * cpphash.h (CPP_INCREMENT_LINE):  New macro.
14080         (struct cpp_buffer):  Moved fields saved_cur, saved_rlimit to ...
14081         (struct cpp_reader):  ... and adding saved_line_base field.
14082         * cpptrad.c (_cpp_overlay_buffer, _cpp_remove_overlay):
14083         Update accordingly.  Don't adjust line.
14084         (_cpp_scan_out_logical_line):  Use CPP_INCREMENT_LINE.
14085         * cpphash.c (CPP_IN_SYSTEM_HEADER):  Replaced macro by ...
14086         (cpp_in_system_header):  ... new inline function, using buffer's sysp.
14087         * cpperror.c (_cpp_begin_message):  Update to use cpp_in_system_header.
14088         * cpplex.c (_cpp_lex_direct):  Likewise.
14089         * cppmacro.c (_cpp_builtin_macro_text):  Likewise.
14090         * cppmacro.c (_cpp_create_definition):  Use buffer's sysp field.
14091         * cpplib.h (struct cpp_token):  Rename line field to src_loc.
14092         Remove col field as it is now subsumed by src_loc.
14093         * cpperror.c:  Update various field, parameter, and macro names.
14094         (print_location):  If col==0, try SOURCE_COLUMN of line.
14095         (cpp_error):  Use cur_token's src_loc field, rather than line+col.
14096         * cpplib.c (do_diagnostic):  Token's src_loc fields replaces line+col.
14097         * cpplex.c (_cpp_process_line_notes, _cpp_lex_direct,
14098         _cpp_skip_block_comment):  Use CPP_INCREMENT_LINE.
14099         (_cpp_temp_token):  Replace cpp_token's line+col fields by src_loc.
14100         (_cpp_get_fresh_line):  Don't need to adjust line for missing newline.
14101         (_cpp_lex_direct):  Use linemap_position_for_column.
14102         * c-ppoutput.c (maybe_print_line, print_line):  Don't take map
14103         parameter.  Instead get it from the line_table global.  Adjust callers.
14104         (print):  Remove map field.  Replace line field to src_line.
14105         (init_pp_output, account_for_newlines, maybe_print_line):  Adjust.
14106         (cb_line_change):  Use SOURCE_COLUMN.  Minor optimizations.
14107         (pp_file_change):  Use MAIN_FILE_P since we cannot checked print.map.
14108         Use LAST_SOURCE_LINE_LOCATION to "catch up" after #include.
14109         * cpptrad.c (copy_comment):  Rename variable.
14110         * c-lex.c (map):  Remove static variable, for same reason we removed
14111         cpp_reader's map field.
14112         (cb_line_change, cb_def_pragma, cb_define, cb_undef):  Hence we need
14113         to call linemap_lookup.
14114         (cb_line_change):  Token's line field replaced by src_loc.
14115         (fe_file_change):  Use MAINFILE_P and LAST_SOURCE_LINE macros.
14116         Don't save new_map.
14117
14118         * cpphash.h, cpperror.c, cpplib.h:  Some renames of fileline to
14119         source_location.
14120
14121 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
14122
14123         * config/rs6000/altivec.md (*movv4si_internal): At least one
14124         operand must be register_operand.
14125         (*movv8hi_internal1): Likewise.
14126         (*movv16qi_internal1): Likewise.
14127         (*movv4sf_internal1): Likewise.
14128
14129 2004-02-10  Aldy Hernandez  <aldyh@redhat.com>
14130
14131         * config/rs6000/spe.md ("*movv2si_internal"): Check for register
14132         operand.
14133         (movv4hi_internal): Same.
14134         (movv2sf_internal): Same.
14135         (movv1di_internal): Same.
14136
14137 2004-02-11  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
14138
14139         * config/mips/mips.h (TARGET_OLDABI): Define. Use TARGET_NEWABI and
14140         TARGET_OLDABI consistently.
14141         * config/mips/mips.c (function_arg,mips_setup_incoming_varargs,
14142         mips_va_arg,override_options,compute_frame_size,
14143         mips_initial_elimination_offset,mips16_fp_args,build_mips16_call_stub
14144         ,mips_return_in_memory,mips_strict_argument_naming): Use TARGET_NEWABI
14145         and TARGET_OLDABI consistently.
14146         * config/mips/mips.md (exception_receiver): Likewise.
14147         * config/mips/linux64.h: Likewise.
14148
14149 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
14150
14151         * gcc/config/rs6000/rs6000.c (rs6000_override_options)
14152         Set AltiVec ABI and vrsave as default for ppc64 linux.
14153         (init_cumulative_args): Post error, if try to return
14154         value in AltiVec register without enable AltiVec.
14155         (function_arg_advance): Ditto for passing arguments.
14156
14157 2004-02-11  Richard Sandiford  <rsandifo@redhat.com>
14158
14159         * emit-rtl.c (mark_label_nuses): Check that a LABEL_REF refers to
14160         a label before updating its usage count.
14161
14162 2004-02-10  Matt Kraai  <kraai@alumni.cmu.edu>
14163
14164         * doc/install.texi: Remove extra cd.
14165
14166 2004-02-10  Ziemowit Laski  <zlaski@apple.com>
14167
14168         * c-common.c (vector_size_helper): Remove; call
14169         reconstruct_complex_type() instead.
14170         * tree.c (reconstruct_complex_type): New function
14171         (formerly vector_size_helper() in c-common.c).
14172         (make_vector): Make externally visible.
14173         * tree.h (reconstruct_complex_type, make_vector): Add prototypes.
14174
14175 2004-02-10  Kazu Hirata  <kazu@cs.umass.edu>
14176
14177         * config/h8300/h8300-protos.h: Add a prototype for
14178         h8300_regs_ok_for_stm.
14179         * config/h8300/h8300.c (h8300_regs_ok_for_stm): New.
14180         * config/h8300/h8300.md (stm_h8300s_2_advanced,
14181         stm_h8300s_2_normal, stm_h8300s_2, stm_h8300s_3_advanced,
14182         stm_h8300s_3_normal, stm_h8300s_3, stm_h8300s_4_advanced,
14183         stm_h8300s_4_normal, stm_h8300s_4, ldm_h8300s_2_advanced,
14184         ldm_h8300s_2_normal, ldm_h8300s_2, ldm_h8300s_3_advanced,
14185         ldm_h8300s_3_normal, ldm_h8300s_3, ldm_h8300s_4_advanced,
14186         ldm_h8300s_4_normal, ldm_h8300s_4): Use
14187         h8300_regs_ok_for_stm().
14188
14189 2004-02-10  Danny Smith  <dannysmith@users.sourceforge.net>
14190
14191         PR c/14088
14192         * real.c (real_from_string): Look for 'X' as well as 'x' in
14193         hexfloat strings.
14194
14195 2004-02-10  Kazu Hirata  <kazu@cs.umass.edu>
14196
14197         * config/h8300/h8300.md: Remove an incorrect comment about
14198         peephole2.  Add comments.
14199
14200 2004-02-10  Josef Zlomek  <zlomekj@suse.cz>
14201
14202         PR/14058
14203         * emit-rtl.c (set_decl_incoming_rtl): New.
14204         * tree.h (set_decl_incoming_rtl): New.
14205         * function.c (assign_parms): Use set_decl_incoming_rtl for setting
14206         DECL_INCOMING_RTL.
14207         * ada/misc.c (adjust_decl_rtl): Likewise.
14208
14209 2004-02-10  Per Bothner  <per@bothner.com>
14210
14211         * c-opts.c (c_common_post_options):   Don't emit working directory
14212         in cpp output if -P was specified.
14213
14214 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
14215
14216         PR c/14092
14217         * fold-const.c (fold) <NEGATE_EXPR>: Convert result of
14218         negate_expr back to the original type.
14219
14220 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
14221
14222         * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Don't
14223         bump retaddr here.
14224
14225 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
14226
14227         * rtl.h (schedule_insns, schedule_ebbs, fix_sched_param,
14228         gen_lowpart_SUBREG): Move under the file in which they
14229         are actually declared.
14230
14231 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>
14232
14233         * doc/sourcebuild.texi: Add libada documentation.
14234
14235         * doc/install.texi: Update documentation on Ada build, now
14236         that the GNAT lib and tools are built automatically.
14237
14238 2004-02-10  Richard Sandiford  <rsandifo@redhat.com>
14239
14240         * config/mips/mips.h (TARGET_GPWORD): Return false for TARGET_NEWABI
14241         && TARGET_IRIX.
14242
14243 2004-02-09  Ziemowit Laski  <zlaski@apple.com>
14244
14245         * objc/objc-act.c (get_super_receiver): Move '#ifdef OBJCPLUS'
14246         boundaries outside build_component_ref() call (a macro in ObjC++).
14247
14248 2004-02-09  Bob Wilson  <bob.wilson@acm.org>
14249
14250         * config/xtensa/xtensa-protos.h (xtensa_copy_incoming_a7): Update.
14251         (init_cumulative_args): Likewise.
14252         (a7_overlap_mentioned_p): Delete prototype.
14253         * config/xtensa/xtensa.c (struct machine_function): Replace
14254         incoming_a7_copied field with need_a7_copy and vararg_a7 flags.
14255         Add set_frame_ptr_insn field.
14256         (xtensa_emit_move_sequence): Update call to xtensa_copy_incoming_a7.
14257         (xtensa_copy_incoming_a7): Rewrite to check need_a7_copy flag and check
14258         if the operand is an argument in a7.  If so, copy a7 to a new pseudo
14259         at the function entry and replace the operand with the pseudo.
14260         (init_cumulative_args): Remove unused arguments.  Add new "incoming"
14261         argument and record this flag in CUMULATIVE_ARGS.
14262         (function_arg): Remove result_mode and special-case code to handle
14263         arguments in a7.  Instead, set need_a7_copy flag when there is an
14264         incoming argument in a7.
14265         (xtensa_expand_prologue): Remove code to search for set_frame_ptr insn
14266         and use the value recorded in cfun->machine->set_frame_ptr_insn.
14267         (xtensa_builtin_saveregs): Check for negative gp_left value.  Set
14268         need_a7_copy and vararg_a7 flags.  Use move_block_from_reg instead of
14269         special-case code.
14270         (a7_overlap_mentioned_p): Delete.
14271         * config/xtensa/xtensa.h (CUMULATIVE_ARGS): Add "incoming" flag.
14272         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Remove useless
14273         arguments to init_cumulative_args and pass "incoming" flag instead.
14274         (BLOCK_REG_PADDING): Delete.
14275         * config/xtensa/xtensa.md (movdi, movsf, movdf): Remove unnecessary
14276         checks for reload_in_progress and reload_completed.  Update calls to
14277         xtensa_copy_incoming_a7.
14278         (ashlsi3): Rename existing insn to ashlsi3_internal.  Add expander
14279         to call xtensa_copy_incoming_a7.
14280
14281 2004-02-09  DJ Delorie  <dj@redhat.com>
14282
14283         * config/i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): No
14284         longer modify standard_exec_prefix, standard_bindir_prefix, or
14285         standard_startfile_prefix.
14286
14287 2004-02-09  James E Wilson  <wilson@specifixinc.com>
14288
14289         PR c++/11295
14290         * c-common.c (c_expand_expr, case STMT_EXPR): Change expand_expr call
14291         to expand_expr_real call, and pass in alt_rtl as last argument.
14292
14293         PR libstdc++/5625
14294         * builtin-types.def (BT_WORD, BT_FN_WORD_PTR): New.
14295         * builtins.c (expand_builtin): Handle BUILT_IN_EXTEND_POINTER.
14296         * builtins.def (BUILT_IN_EXTEND_POINTER): New.
14297         * except.c (expand_builtin_extend_pointer): New.
14298         * except.h (expand_builtin_extend_pointer): Declare.
14299
14300 2004-02-09  David Edelsohn  <edelsohn@gnu.org>
14301
14302         * config/rs6000/rs6000.c (rs6000_emit_move): Remove splitting slow
14303         unaligned loads and stores.
14304
14305 2004-02-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14306
14307         * config/mips/iris5.h (BSS_SECTION_ASM_OP): Define.
14308         * config/mips/iris6.h (BSS_SECTION_ASM_OP): Undef.
14309
14310         * config/mips/iris6.h (TARGET_ASM_NAMED_SECTION): Moved ...
14311         * config/mips/iris5.h: ... here.
14312         * config/mips/iris5gas.h (TARGET_ASM_NAMED_SECTION): Remove.
14313
14314         * config/mips/iris6.h (EXTRA_SECTION_FUNCTIONS): Move ...
14315         * config/mips/iris5.h: ... here.
14316
14317 2004-02-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14318
14319         * configure.ac: Remove default executable files before AC_PROG_CC.
14320         * configure: Regenerate.
14321
14322 2004-02-09  Kazu Hirata  <kazu@cs.umass.edu>
14323
14324         PR target/13721
14325         * config/h8300/h8300.c (byte_reg): Call abort() if asked to
14326         print a operand other than a register.
14327
14328 2004-02-09  Roger Sayle  <roger@eyesopen.com>
14329
14330         * fold-const.c (fold) <NOP_EXPR>: Use the original type conversion
14331         tree code rather than call fold_convert, which doesn't specify a
14332         default floating point to integer conversion.
14333
14334 2004-02-08  Bernardo Innocenti  <bernie@develer.com>
14335
14336         * config/m68k/m68k.c, config/m68k/m68k.md (SGS, SGS_CMP_ORDER): Remove
14337         code to support SGS assembler.  Reformat adjacent code where possible.
14338         * config/m68k/m68k.c (switch_table_difference_label_flag): Remove
14339         definition.
14340         * config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Remove support
14341         for '%#'.
14342         * config/m68k/linux.h, config/m68k/m68k.c,
14343         * config/m68k/math-68881.h: Replace `%#' with `#' in inline asm
14344         macros and asm_printf() format strings.
14345         * config/m68k/m68kelf.h (ASM_OUTPUT_CASE_END): Remove macro definition.
14346         * config/m68k/linux.h: Update copyright.
14347         * config/m68k/linux.h, config/m68k/m68k.c: Remove traling whitespace.
14348
14349 2004-02-08  Andreas Schwab  <schwab@suse.de>
14350             Bernardo Innocenti  <bernie@develer.com>
14351
14352         * config/m68k/m68k.h (REGISTER_NAMES): Prefix each name with
14353         REGISTER_PREFIX.
14354         * (M68K_FP_REG_NAME): New macro to specify an alternate name for the
14355         frame pointer register, overridable by OS targets.
14356         * (M68K_REGNAME): Macro to obtain register name for asm output,
14357         eventually replacing %a6 with M68K_FP_REG_NAME.
14358         * config/m68k/coff.h (REGISTER_NAMES): Don't redefine.
14359         * config/m68k/linux.h (REGISTER_NAMES): Likewise.
14360         * config/m68k/m68kelf.h (REGISTER_NAMES): Likewise.
14361         * config/m68k/netbsd-elf.h (REGISTER_NAMES): Likewise.
14362         * config/m68k/m68k.c: Use M68K_REGNAME(x) in place of reg_names[x].
14363
14364 2004-02-08  Kazu Hirata  <kazu@cs.umass.edu>
14365
14366         * target-def.h (TARGET_STRUCT_VALUE_RTX): Define as
14367         hook_rtx_tree_int_null.
14368         * targhooks.c (default_struct_value_rtx): Remove.
14369         * targhooks.h: Remove the prototype for
14370         default_struct_value_rtx.
14371         * config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
14372         config/fr30/fr30.c, config/h8300/h8300.c, config/i386/i386.c,
14373         config/ip2k/ip2k.c, config/iq2000/iq2000.c,
14374         config/m32r/m32r.c, config/mcore/mcore.c, config/mips/mips.c,
14375         config/mn10300/mn10300.c, config/pdp11/pdp11.c,
14376         config/rs6000/rs6000.c, config/s390/s390.c,
14377         config/stormy16/stormy16.c, config/v850/v850.c,
14378         config/xtensa/xtensa.c (TARGET_STRUCT_VALUE_RTX): Remove.
14379         * doc/tm.texi (TARGET_STRUCT_VALUE_RTX): Document the default.
14380
14381 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
14382
14383         * README.Portability: Change "ISO C89" to "ISO C90".
14384         * c-parse.in (primary, initelt): Likewise.
14385
14386 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
14387
14388         * real.c (encode_ibm_extended): Normalize the input value before
14389         converting it to a double.  Handle the case where a normal value
14390         rounds to infinity.
14391
14392 2004-02-08  Kazu Hirata  <kazu@cs.umass.edu>
14393
14394         * c-objc-common.c (c_cannot_inline_tree_fn): Fix a typo in a
14395         warning.
14396         * cse.c (preferrable): Change to preferable. Update all of its
14397         callers.
14398         * genautomata.c (ainsn): Change
14399         first_ainsn_with_given_equialence_num to
14400         first_ainsn_with_given_equivalence_num.  Update all of its
14401         references.
14402
14403 2004-02-08  Jan Hubicka  <jh@suse.cz>
14404
14405         * schedule-ebb.c (schedule_ebbs): Do not allocate reg life data.
14406
14407 2004-02-07  David Edelsohn  <edelsohn@gnu.org>
14408
14409         * function.c (assign_parms): Fix formatting.
14410
14411 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
14412
14413         * default.h (PROMOTE_PROTOTYPES): Remove.
14414         * system.h (PROMOTE_FUNCTION_RETURN, PROMOTE_PROTOTYPES,
14415         STRUCT_VALUE_REGNUM, SETUP_INCOMING_VARARGS,
14416         EXPAND_BUILTIN_SAVEREGS): Poison.
14417         * target-def.h (TARGET_PROMOTE_FUNCTION_RETURN): Define as
14418         hook_bool_tree_false.
14419         (TARGET_PROMOTE_PROTOTYPES): Likewise.
14420         * target.h: Replace SETUP_INCOMING_VARARGS with
14421         targetm.calls.setup_incoming_varargs().
14422         * targhooks.c (default_promote_function_return): Remove.
14423         (default_promote_prototypes): Likewise.
14424         (default_struct_value_rtx): Always abort().
14425         (default_expand_builtin_saveregs): Always print an error
14426         message.
14427         (default_setup_incoming_varargs): Do nothing.
14428         (default_pretend_outgoing_varargs_named): Don't depend on
14429         SETUP_INCOMING_VARARGS.
14430         * targhooks.h: Remove the prototype for
14431         default_promote_function_return and
14432         default_promote_prototypes.
14433
14434 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
14435
14436         * system.h (SHARED_SECTION_ASM_OP): Poison.
14437         * varasm.c (data_section): Don't use SHARED_SECTION_ASM_OP.
14438         * doc/tm.texi (SHARED_SECTION_ASM_OP): Remove.
14439
14440 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
14441
14442         Bug 13856
14443         * c-decl.c (diagnose_mismatched_decls): Only give special
14444         treatment when olddecl is DECL_BUILT_IN, if C_DECL_INVISIBLE
14445         is also true.
14446         (merge_decls): Don't clear DECL_BUILT_IN_CLASS and
14447         DECL_FUNCTION_CODE when defining a built-in function.
14448         Don't update DECL_ESTIMATED_INSNS.
14449         * dwarf2out.c (dwarf2out_decl): Don't ignore built-in
14450         FUNCTION_DECLs.
14451         * tree.h: Delete DECL_ESTIMATED_INSNS.
14452         * tree-inline.c (struct inline_data): Delete inlined_insns field.
14453         (expand_call_inline, optimize_inline_calls): Don't update
14454         DECL_ESTIMATED_INSNS nor inlined_insns.
14455         * cgraphunit.c (cgraph_analyze_function): Don't update
14456         DECL_ESTIMATED_INSNS.
14457
14458 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
14459
14460         * c-common.c (shadow_warning): Delete.
14461         * c-common.h (free_parser_stacks, shadow_warning, sw_kind): Delete.
14462         * c-decl.c (warn_if_shadowing): Issue shadow warnings directly.
14463         * c-opts.c (c_common_parse_file): Don't call free_parser_stacks.
14464         * c-parse.in (free_parser_stacks): Delete.
14465
14466 2004-02-07  Nathanael Nerode  <neroden@gcc.gnu.org>
14467
14468         * Makefile.in, config/t-slibgcc-darwin, config/t-slibgcc-elf-ver,
14469         config/t-slibgcc-sld, config/mips/t-iris5-6, config/sh/t-linux:
14470         Use the top level mkinstalldirs, not the one in the gcc subdir.
14471         * mkinstalldirs: Remove (from the gcc subdir).
14472
14473 2004-02-07  Roger Sayle  <roger@eyesopen.com>
14474
14475         PR middle-end/13696
14476         * fold-const.c (fold_convert): New function to provide type
14477         conversion to the middle-end without using convert.
14478         (negate_expr, associate_trees, size_diffop, omit_one_operand,
14479         operand_equal_for_comparison_p, pedantic_omit_one_operand,
14480         invert_truthvalue, optimize_bit_field_compare, range_binop,
14481         decode_field_reference, make_range, build_range_check, unextend,
14482         fold_truthop, extract_muldiv_1, fold_mathfn_compare,
14483         fold_binary_op_with_conditional_arg, fold_inf_compare,
14484         fold_single_bit_test, fold, multiple_of_p): Replace all calls to
14485         convert with calls to fold_convert.
14486
14487 2004-02-07  Jan Hubicka  <jh@suse.cz>
14488
14489         * genrecog.c (find_operand): add extra argument stop.
14490         (validate_pattern): Verify that mach_dup is duplicating operand
14491         defined lexically earlier.
14492
14493 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
14494
14495         * config.gcc: Don't mention MAX_LONG_TYPE_SIZE.
14496         * system.h (MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
14497         MAX_WCHAR_TYPE_SIZE, GCOV_TYPE_SIZE): Poison.
14498         * config/avr/avr.h, config/h8300/h8300.h, config/i386/i386.h,
14499         config/ia64/ia64.h, config/ip2k/ip2k.h,
14500         config/iq2000/iq2000.h, config/mips/iris5.h,
14501         config/mips/mips.h, config/pa/pa-64.h, config/pa/pa.h,
14502         config/rs6000/aix51.h, config/rs6000/aix52.h,
14503         config/rs6000/darwin.h, config/rs6000/rs6000.h,
14504         config/s390/s390.h, config/sh/sh.h, config/sparc/freebsd.h,
14505         config/sparc/linux.h, config/sparc/linux64.h,
14506         config/sparc/netbsd-elf.h, config/sparc/sparc.h,
14507         config/xtensa/xtensa.h: Remove the definitions of
14508         MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE, and/or
14509         MAX_WCHAR_TYPE_SIZE.
14510         * doc/tm.texi (MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
14511         MAX_WCHAR_TYPE_SIZE, GCOV_TYPE_SIZE): Remove.
14512
14513 2004-02-07  Stephane Carrez  <stcarrez@nerim.fr>
14514
14515         PR bootstrap/13990
14516         * config/m68hc11/m68hc11.md ("doloop_end"): Pass dummy arguments to
14517         gen_rtx_NE.
14518
14519 2004-02-07  Josef Zlomek  <zlomekj@suse.cz>
14520
14521         * var-tracking.c (vt_add_function_parameters): Surround checkings by
14522         #ifdef ENABLE_CHECKING and #endif.
14523
14524 2004-02-07  Roger Sayle  <roger@eyesopen.com>
14525
14526         * fold-const.c (negate_expr_p, negate_expr): Optimize -(A+B) into
14527         either (-A)-B or (-B)-A, if A or B is easily negated respectively.
14528         (fold) <MINUS_EXPR>: Optimize (A*C) - (B*C) -> (A-B)*C for both
14529         integer types and floating point with unsafe_math_optimizations.
14530         Add similar optimization for (A*C1) - (A*C2) -> A*(C1-C2).
14531         Optimize A - B as A + (-B), if B is easily negated.
14532
14533 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
14534
14535         * c-ppoutput.c, cfganal.c, diagnostic.h, print-rtl.c,
14536         config/darwin.c, config/darwin.h, config/ia64/ia64-c.c,
14537         config/m32r/linux.h, config/rs6000/ppc64-fp.c,
14538         config/sparc/openbsd.h, doc/makefile.texi, doc/passes.texi:
14539         Update copyright.
14540
14541 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
14542
14543         * c-ppoutput.c, var-tracking.c: Fix comment typos.
14544
14545 2004-02-06  James E Wilson  <wilson@specifixinc.com>
14546
14547         * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Only define for
14548         glibc 2.3 or better.
14549
14550 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
14551
14552         * doc/tm.texi (TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL): Change
14553         to FLOAT_LIB_COMPARE_RETURNS_BOOL.
14554
14555 2004-02-07  Alan Modra  <amodra@bigpond.net.au>
14556
14557         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add darwin-ldouble.c.
14558         (SHLIB_MAPFILES): Add libgcc-ppc64.ver.
14559         (SHLIB_MKMAP_OPTS): Delete.
14560         (TARGET_LIBGCC2_CFLAGS): Add -specs.
14561         (bispecs): Add rule.
14562         * config/rs6000/libgcc-ppc64.ver: New file.
14563         * config/rs6000/ppc64-fp.c (__fixtfdi, __floatditf): New functions.
14564         (__floatdidf, __floatdisf): Optimize multiply.
14565         (__fixunstfdi): New function.
14566         * config/rs6000/rs6000.c (rs6000_complex_function_value): Allow for
14567         real and imag parts larger than one register.
14568         (function_arg): Correct type of reg used when fp arg split partially
14569         to stack.
14570         * config/rs6000/darwin-ldouble.c: Protect with #if !_SOFT_FLOAT
14571         and __MACH__ or __powerpc64__.
14572
14573 2004-02-06  Roger Sayle  <roger@eyesopen.com>
14574             Ulrich Weigand  <uweigand@de.ibm.com>
14575
14576         * builtins.c (expand_builtin_signbit): Use extract_bit_field instead
14577         of gen_highpart or gen_lowpart when the floating point format is
14578         wider than the result mode.
14579
14580 2004-02-06  Andrew Pinski  <pinskia@physics.uc.edu>
14581
14582         * dwarf2out.c (loclabel_num): Move into #ifdef
14583         DWARF2_DEBUGGING_INFO.
14584
14585 2004-02-06  Ziemowit Laski  <zlaski@apple.com>
14586
14587         * objc/objc-act.c (build_super_template) the 'class' field of
14588         'struct _objc_super' shall be named 'super_class' #ifdef OBJCPLUS.
14589         (get_super_receiver): Likewise.
14590
14591 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
14592
14593         * reload1.c (check_eliminable_occurrences): Optimize the reset
14594         of can_eliminate.
14595         (eliminate_regs_in_insn): Likewise.
14596
14597 2004-02-06  Daniel Berlin <dberlin@dberlin.org>
14598             Josef Zlomek  <zlomekj@suse.cz>
14599
14600         * dwarf2out.c (struct gcc_debug_hooks): Call dwarf2out_begin_function
14601         at the beginning of function, call dwarf2out_var_location for
14602         NOTE_INSN_VAR_LOCATION note.
14603         (struct var_loc_node, struct var_loc_list_def, loclabel_num,
14604         decl_loc_table): New.
14605         (lookup_decl_loc): New function.
14606         (add_var_loc_to_decl): New function.
14607         (based_loc_descr): Added parameter can_use_fbreg, DW_OP_fbreg is used
14608         only if can_use_fbreg.
14609         (mem_loc_descriptor): Added parameter can_use_fbreg, pass it to other
14610         functions.
14611         (loc_descriptor): Likewise. Process VAR_LOCATION.
14612         (concat_loc_descriptor): Call loc_descriptor with can_use_fbreg == true.
14613         (loc_descriptor_from_tree): Call mem_loc_descriptor with
14614         can_use_fbreg == true.
14615         (add_location_or_const_value_attribute): Added parameter enum
14616         dwarf_attribute attr, generate attribute ATTR.  Create the location list.
14617         (add_bound_info): Call loc_descriptor with can_use_fbreg == true.
14618         (gen_formal_parameter_die): Call add_location_or_const_value_attribute
14619         with attr == DW_AT_location.
14620         (gen_subprogram_die): Generate the location list for DW_AT_frame_base
14621         if frame_base_decl is defined and has a location list.
14622         (gen_variable_die): Call add_location_or_const_value_attribute with
14623         attr == DW_AT_location.
14624         (dwarf2out_var_location): New function.
14625         (dwarf2out_begin_function): New function.
14626         (dwarf2out_init): Create decl_loc_table.
14627
14628 2004-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
14629
14630         * loop.c (force_movables): Transitively increase the priorities of
14631         all insns forces by an insn, not just the first one.
14632
14633 2004-02-06  Josef Zlomek  <zlomekj@suse.cz>
14634             Daniel Berlin <dberlin@dberlin.org>
14635
14636         Josef Zlomek  <zlomekj@suse.cz>
14637         * Makefile.in (var-tracking.o): New.
14638         * common.opt (fvar-tracking): New.
14639         * flags.h (flag_var_tracking): New.
14640         * gengtype.c (adjust_field_rtx_def): NOTE_INSN_VAR_LOCATION was added.
14641         * opts.c (common_handle_option): Add OPT_fvar_tracking.
14642         * print-rtl.c (print_rtx): NOTE_INSN_VAR_LOCATION was added.
14643         * rtl.c (note_insn_name): Likewise.
14644         * rtl.def (VAR_LOCATION): New.
14645         * rtl.h (NOTE_VAR_LOCATION): New.
14646         (NOTE_VAR_LOCATION_DECL): New.
14647         (NOTE_VAR_LOCATION_LOC): New.
14648         (enum insn_note): NOTE_INSN_VAR_LOCATION was added.
14649         (variable_tracking_main): New exported function.
14650         * timevar.def (TV_VAR_TRACKING): New.
14651         * toplev.c (enum dump_file_index): Added DFI_vartrack.
14652         (dump_file): "vartrack" was added (-dV).
14653         (flag_var_tracking): New.
14654         (f_options): "var-tracking" was added.
14655         (rest_of_handle_variable_tracking): New function.
14656         (rest_of_compilation): Run variable tracking.
14657         (process_options): If user has not specified flag_var_tracking set it
14658         according to optimize, debug_info_level and debug_hooks.
14659         * tree.h (frame_base_decl): New.
14660         * var-tracking.c: New file.
14661         * config/ia64/ia64.c (ia64_flag_var_tracking): New variable.
14662         (ia64_override_options): Set flags to run variable tracking in machine
14663         dependent reorg instead of toplev.c.
14664         (ia64_reorg): Run variable tracking if wanted.
14665         * doc/invoke.texi: Mention variable tracking in -dV,
14666         add and -fvar-tracking.
14667         * doc/passes.texi: Added variable tracking pass.
14668
14669         Daniel Berlin <dberlin@dberlin.org>
14670         * debug.h (struct gcc_debug_hooks): Added var_location debug hook.
14671         * dbxout.c (dbx_debug_hooks): Likewise.
14672         (xcoff_debug): Likewise.
14673         * debug.c (do_nothing_debug_hooks): Likewise.
14674         * dwarf2out.c (dwarf2_debug_hooks): Likewise.
14675         * dwarfout.c (dwarf_debug_hooks): Likewise.
14676         * sdbout.c (sdb_debug_hooks): Likewise.
14677         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
14678         * final.c (final_scan_insn): Call var_location debug hook for each
14679         NOTE_INSN_VAR_LOCATION.
14680
14681 2004-02-06  Jan Hubicka  <jh@suse.cz>
14682
14683         * flow.c (update_life_info): Allocate reg_deaths when called from
14684         scheudler.
14685         (attempt_auto_inc):  Update life ranges accordingly.
14686
14687 2004-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
14688
14689         PR debug/11816
14690         * dwarf2out.c (gen_decl_die): Handle anonymous struct members.
14691
14692 2004-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
14693
14694         * cfganal.c (flow_call_edges_add): Never split a libcall block.
14695
14696 2004-02-06  Daniel Berlin  <dberlin@dberlin.org>
14697
14698         * dwarf2out.c (output_loc_list): Don't use deltas if we have
14699         a separate line info table in use.
14700         Use the correct size for terminators.
14701         (output_die): Use offset, not delta.
14702
14703 2004-02-06  H.J. Lu  <hongjiu.lu@intel.com>
14704
14705         * doc/invoke.texi: Remove the pni option from -mfpmath=.
14706
14707 2004-02-06  Jan Hubicka  <jh@suse.cz>
14708
14709         * recog.c (split_all_insns): Do not update reg info.
14710         * regrename.c (regrename_optimize): Likewise.
14711         * toplev.c (rest_of_handle_reorder_blocks): Likewise.
14712         * flow.c (struct propagate_block_info): Add insn_num field.
14713         (reg_deaths): New array.
14714         (life_analysis): Free reg_deaths info.
14715         (allocate_reg_life_data): Allocate reg_deaths array.
14716         (propagate_one_insn): Use new array.
14717         (init_propagate_block): Initialize it.
14718         (free_propagate_block_info): Finish compuation of
14719         REG_LIVE_LENGTH
14720         (attempt_auto_inc): Sanity check that REG_INFO is not
14721         computed at same time.
14722         (mark_used_regs): Update new array.
14723
14724         * reg-stack.c (subst_stack_regs): Unshare clobbers before
14725         substitution.
14726
14727 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
14728
14729         * config/s390/s390.md (*extendsiqi2_short_displ): Change to
14730         *extendqisi2_short_displ.
14731
14732 2004-02-06  Alan Modra  <amodra@bigpond.net.au>
14733
14734         * doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco.
14735         * calls.c (expand_call): Pass n_named_args to INIT_CUMULATIVE_ARGS.
14736         (emit_library_call_value_1): Likewise pass nargs.
14737         * expr.c (block_move_libcall_safe_for_call_parm): Pass 3 here.
14738         * function.c (assign_parms): Pass -1 to INIT_CUMULATIVE_ARGS.
14739         * config/rs6000/rs6000.c (init_cumulative_args): Use n_named_args
14740         parameter instead of scanning TYPE_ARGS_TYPES to count args.
14741         * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
14742         prototype.
14743         * config/rs6000/rs6000.h (INIT_CUMULATIVE_ARGS): Pass extra arg.
14744         (INIT_CUMULATIVE_INCOMING_ARGS): Set extra arg to 1000.
14745         (INIT_CUMULATIVE_LIBCALL_ARGS): Set extra arg to 0.
14746         * config/sh/sh.c (sh_output_mi_thunk): Pass 1 as n_named_args to
14747         INIT_CUMULATIVE_ARGS.
14748         * config/alpha/alpha.h (INIT_CUMULATIVE_ARGS): Update.
14749         * config/alpha/unicosmk.h, config/alpha/vms.h, config/arc/arc.h,
14750         config/arm/arm.h, config/avr/avr.h, config/c4x/c4x.h,
14751         config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.h,
14752         config/h8300/h8300.h, config/i386/i386.h, config/i860/i860.h,
14753         config/ia64/ia64.h, config/ip2k/ip2k.h, config/iq2000/iq2000.h,
14754         config/iq2000/iq2000.c, config/m32r/m32r.h, config/m68hc11/m68hc11.h,
14755         config/m68k/m68k.h, config/mcore/mcore.h, config/mips/mips.h,
14756         config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h,
14757         config/pa/pa.h, config/pdp11/pdp11.h, config/s390/s390.h,
14758         config/sh/sh.h, config/sparc/sparc.h, config/stormy16/stormy16.h,
14759         config/v850/v850.h, config/vax/vax.h, config/xtensa/xtensa.h: Likewise.
14760
14761 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
14762
14763         * genemit.c (gen_exp) [CONST_INT]: Use const_int_rtx whenever
14764         possible.
14765
14766 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
14767
14768         * reload1.c (eliminate_regs_in_insn): If a set has a REG_EQUAL
14769         note containing (plus (reg) (const_int)), where reg is an
14770         eliminable reg, then perform the register elimination without
14771         depending on eliminate_regs().
14772
14773 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
14774
14775         * config/arc/arc.c (arc_return_in_memory): Check the return
14776         value of int_size_in_bytes against -1.  Don't check
14777         TREE_ADDRESSABLE.
14778         * config/avr/avr.c (avr_return_in_memory): Check the return
14779         value of int_size_in_bytes against -1.
14780         * config/ip2k/ip2k.c (ip2k_return_in_memory): Likewise.
14781         * config/m68hc11/m68hc11.c (m68hc11_return_in_memory):
14782         Likewise.
14783         * config/mcore/mcore.c (mcore_return_in_memory): Likewise.
14784         * config/stormy16/stormy16.c (xstormy16_return_in_memory):
14785         Likewise.
14786
14787 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
14788
14789         * config/frv/frv-protos.h: Remove the prototype for
14790         frv_setup_incoming_varargs.
14791         * config/frv/frv.c (TARGET_SETUP_INCOMING_VARARGS): New.
14792         (frv_setup_incoming_varargs): Make it static.
14793         * config/frv/frv.h (SETUP_INCOMING_VARARGS): Remove.
14794
14795 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
14796
14797         * config/fr30/fr30-protos.h: Remove the prototype for
14798         fr30_setup_incoming_varargs.
14799         Update the prototypes for fr30_num_arg_regs and
14800         fr30_function_arg_partial_nregs.
14801         * config/fr30/fr30.c (TARGET_STRUCT_VALUE_RTX): New.
14802         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
14803         (fr30_setup_incoming_varargs): Make it static.
14804         Add argument second_time.  Don't do anything when second_time
14805         is nonzero.
14806         (fr30_num_arg_regs): Change the type of the first argument to
14807         enum machine_mode.
14808         (fr30_function_arg_partial_nregs): Change the type of the
14809         second argument to enum machine_mode.
14810         * config/fr30/fr30.h (STRUCT_VALUE): Remove.
14811         (SETUP_INCOMING_VARARGS): Remove.
14812
14813 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
14814
14815         * config/arc/arc-protos.h: Remove the prototype for
14816         arc_setup_incoming_varargs.
14817         * config/arc/arc.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
14818         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
14819         (arc_setup_incoming_varargs): Make it static.
14820         (arc_external_libcall): Likewise.
14821         * config/arc/arc.h (SETUP_INCOMING_VARARGS): Remove.
14822         Remove the commented-out definition of
14823         ASM_OUTPUT_EXTERNAL_LIBCALL.
14824
14825 2004-02-05  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
14826
14827         * config/sh/t-linux (SHLIB_INSTALL): Prepend $$(DESTDIR)
14828         to $$(slibdir) in the installation commands.
14829
14830 2004-02-05  David Edelsohn  <edelsohn@gnu.org>
14831
14832         * reload.c (refers_to_regno_for_reload_p): Index hard_regno_nregs
14833         with inner_regno, not regno.
14834         * rtlanal.c (refers_to_regno_p): Same.
14835
14836 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
14837
14838         * config.gcc: Remove i370 support.
14839
14840 2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>
14841
14842         * doc/install.texi:  Update automake and autoconf version
14843         requirements.  Note where to find gcj automake version.
14844
14845 2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>
14846
14847         * Makefile.in (generate-manpages): Move dependencies to ...
14848         (man): here.
14849         * doc/makefile.texi: Document new targets.
14850         * doc/sourcebuild.texi (Make-lang.in): Document new langhooks.
14851
14852 2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>
14853
14854         PR/13485
14855         Makefile.in (srcextra):  Add a level of indirection to ...
14856         (gcc.srcextra): ... here.
14857         (po-generated): Delete.
14858         (po/$(PACKAGE).pot: Use srcextra instead of po-generated.  Depend on
14859         options.c.
14860         (start.encap): Remove superfluous lang.srcextra dependency.
14861         objc/Make-lang.in (po-generated):  Delete.
14862
14863 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
14864
14865         * config/ia64/ia64.c (REG_GP): Remove.
14866
14867 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14868
14869         * config/mips/iris5gas.h (PREFERRED_DEBUGGING_TYPE): Define.
14870
14871 2004-02-05  Devang Patel  <dpatel@apple.com>
14872
14873         * dwarf2out.c (force_type_die): Look up input type itself
14874         instead of root_type() of type.
14875
14876 2004-02-05  Andreas Krebbel  <krebbel1@de.ibm.com>
14877
14878         * config/s390/s390.md ("*tmqidi_ext"): New insn.
14879         ("*extendqidi2_short_displ", "*extendsiqi2_short_displ"): Old
14880         pre-reload splitters are transformed to post-reload
14881         define_insn_and_split patterns.
14882         ("*tmqisi_ext"): Renamed old "*tmqi_ext".
14883
14884 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
14885
14886         * config/cris/cris.h: Replace PROMOTE_PROTOTYPES with
14887         TARGET_PROMOTE_PROTOTYPES.
14888
14889 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14890
14891         PR middle-end/13750
14892         Revert:
14893         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
14894         PR pch/13361
14895         * c-typeck.c (constructor_asmspec): Delete.
14896         (struct initializer_stack): Delete field 'asmspec'.
14897         (start_init): Delete saving of asmspec.
14898         (finish_init): Don't update constructor_asmspec.
14899         * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
14900         * stmt.c (expand_asm): Duplicate strings from tree.
14901         (expand_asm_operands): Likewise.
14902         * tree.c (tree_size): Update computation of size of STRING_CST.
14903         (make_node): Don't make STRING_CST nodes.
14904         (build_string): Allocate string with tree node.
14905         * tree.def (STRING_CST): Update comment.
14906         * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
14907         (tree_string): Place contents of string in tree node.
14908         * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
14909         from tree.
14910
14911 2004-02-05  Joseph S. Myers  <jsm@polyomino.org.uk>
14912
14913         * diagnostic.h (DEFINE_DIAGNOSTIC_KIND): Change parameter M to
14914         msgid.
14915
14916 2004-02-05  Dorit Naishlos  <dorit@il.ibm.com>
14917
14918         * config/rs6000/altivec.md (*movv4si_internal): At least one
14919         operand must be altivec_register_operand.
14920         (*movv8hi_internal1): Likewise.
14921         (*movv16qi_internal1): Likewise.
14922         (*movv4sf_internal1): Likewise.
14923
14924 2004-02-05  David Edelsohn  <edelsohn@gnu.org>
14925
14926         * configure.ac (gcc_cv_as_powerpc_mfcrf): Correct test for mfcr.
14927         * configure: Regenerate.
14928
14929 2004-02-05  Jonathan Wakely  <redi@gcc.gnu.org>
14930
14931         * doc/install.texi: Update description of --gxx-include-dir to
14932         give correct default value.
14933
14934 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
14935
14936         * config/h8300/h8300.h (REG_OK_FOR_BASE_NONSTRICT_P): Replace
14937         8 with MAC_REG.
14938
14939 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
14940
14941         * config/pa/pa.c (emit_hpdiv_const): Replace gen_rtx with
14942         gen_rtx_PARALLEL.
14943
14944 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
14945
14946         * emit-rtl.c: Update the comment about the file.
14947
14948 2004-02-05  Joseph S. Myers  <jsm@polyomino.org.uk>
14949
14950         * sourcebuild.texi (Test Idioms): Update testcase naming
14951         conventions.
14952
14953 2004-02-04  Per Bothner  <per@bothner.com>
14954
14955         Partially revert/redo 2003-10-01 change; fix -fworking-directory.
14956         * c-ppoutput.c (pp_dir_change):  New function.
14957         * c-common.h (pp_dir_change):  New declaration.
14958         * cpplib.h (struct cpp_options):  Remove working_directory field.
14959         * cppinit.c (cpp_find_main_file, cpp_push_main_file):  Merge back to
14960         (cpp_read_main_file):  as before 10-01.  Call _cpp_stack_file.
14961         Don't handle -fworking_directory here, but in c_common_post_options.
14962         (read_original_directory): Don't back up when done.
14963         Don't clear no-longer used working_directory flag.
14964         * cpplib.h:  Update declarations to match.
14965         * c-lex.c (cb_dir_change):  Move to c-opts.c.
14966         (init_c_lex):  Don't set dir_change callback here, since we want
14967         to set it even if flag_preprocess_only.
14968         * c-opts.c (cb_dir_change):  Function moved from c-lex.c.
14969         (c_common_post_options):  Set dir_change callback.
14970         Call pp_dir_change if approporiate.
14971         (finish_options):  Don't call cpp_find_main_file here.  Hence remove
14972         unneeded parameter and result. Do LC_RENAME for <built-in>.
14973         (c_common_post_options):  Call cpp_read_main_file here instead.
14974         (c_common_init):  Update accordingly.
14975         (push_command_line_include):  Don't cpp_push_main_file.
14976         Do LC_RENAME rather than LC_LEASE to get back to main file.
14977         Compared to pre-10-01 version, inline cpp_rename_to_main_file.
14978         (c_common_parse_file):  Call cpp_read_main_file for subsequent main
14979         files, but call finish_options for all files.
14980         * c-opts.c (sanitize_cpp_opts):  Don't set cpp_opts->working_directory.
14981         * fix-header.c (read_scan_file):  Call cpp_read_main_file instead of
14982         cpp_find_main_file + cpp_push_main_file.
14983         * c-lex.c (fe_file_change):  Don't set main_input_filename here.
14984         * opts.c (handle_options):  Only set main_input_filename first time.
14985
14986 2004-02-05  Ian Lance Taylor  <ian@wasabisystems.com>
14987
14988         * config/arm/arm.h (REG_CLASS_NAMES): Add missing comma.
14989
14990 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
14991
14992         * reload.c (find_equiv_reg): When checking for register overlap,
14993         don't index hard_regno_nregs with a pseudo-reg.
14994
14995 2004-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14996
14997         * config/s390/s390.c (s390_trampoline_template): Remove gen_rtx().
14998
14999 2004-02-04  David Edelsohn  <edelsohn@gnu.org>
15000
15001         * reload.c (refers_to_regno_for_reload_p): Test regno, not inner_regno,
15002         against FIRST_PSEUDO_REGISTER.
15003
15004 2004-02-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15005
15006         * Makefile.in: Move target, host overrides after per-language
15007         fragments.
15008
15009         * config/mips/t-iris5-as (FORCE_DEBUG_ADAFLAGS): Clear.
15010         (GNATLIBCFLAGS): Remove -g.
15011
15012 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
15013
15014         * config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
15015         config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
15016         config/ia64/ia64.c, config/ia64/unwind-ia64.c,
15017         config/m32r/m32r.c, config/ns32k/ns32k.c, config/pa/pa.c,
15018         config/pdp11/pdp11.c, config/rs6000/rs6000.c,
15019         config/sparc/sparc.c, config/vax/vax.c: Revert the
15020         replacements of "FALLTHRU" with "Fall through" done in the
15021         previous patch.
15022
15023 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
15024
15025         * config/darwin.c, config/darwin.h, config/freebsd-spec.h,
15026         config/arm/arm.c, config/arm/arm.md,
15027         config/cris/cris-protos.h, config/fr30/fr30.c,
15028         config/fr30/fr30.h, config/h8300/h8300.c, config/i386/i386.h,
15029         config/i860/i860.c, config/i860/i860.h, config/ia64/ia64-c.c,
15030         config/ia64/ia64.c, config/ia64/ia64.h, config/ip2k/ip2k.h,
15031         config/ip2k/ip2k.md, config/ip2k/libgcc.S,
15032         config/m32r/linux.h, config/m32r/m32r.c, config/m32r/m32r.h,
15033         config/m68k/m68k.c, config/m68k/netbsd-elf.h,
15034         config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.md,
15035         config/ns32k/netbsd.h, config/ns32k/ns32k.c,
15036         config/ns32k/ns32k.h, config/pdp11/pdp11.h,
15037         config/rs6000/darwin-ldouble.c, config/s390/s390.h,
15038         config/s390/s390.md, config/sparc/netbsd-elf.h,
15039         config/sparc/openbsd.h, config/sparc/sparc.c,
15040         config/xtensa/lib2funcs.S: Fix comment formatting.
15041
15042 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
15043
15044         * config/alpha/alpha.c, config/arc/arc.c,
15045         config/arm/arm-cores.def, config/arm/arm.c, config/arm/arm.h,
15046         config/arm/arm1026ejs.md, config/arm/arm1136jfs.md,
15047         config/arm/arm926ejs.md, config/arm/vfp.md, config/avr/avr.c,
15048         config/c4x/c4x.c, config/cris/cris.c, config/frv/frv.md,
15049         config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
15050         config/ia64/ia64.c, config/ia64/unwind-ia64.c,
15051         config/iq2000/iq2000.c, config/m32r/m32r.c,
15052         config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
15053         config/ns32k/ns32k.c, config/pa/pa.c, config/pdp11/pdp11.c,
15054         config/rs6000/darwin-ldouble.c, config/rs6000/rs6000.c,
15055         config/rs6000/rs6000.h, config/sparc/sparc.c,
15056         config/vax/vax.c: Fix comment typos.  Follow spelling
15057         conventions.
15058
15059 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
15060
15061         * alloc-pool.h, c-convert.c, c-lang.c, c-tree.h,
15062         caller-save.c, df.h, genconfig.c, global.c, lcm.c,
15063         ra-rewrite.c, ra.c, regclass.c, regs.h, resource.c,
15064         sched-rgn.c, config/arm/aof.h, config/arm/cirrus.md,
15065         config/arm/fpa.md, config/arm/iwmmxt.md,
15066         config/arm/netbsd-elf.h, config/arm/netbsd.h,
15067         config/m68hc11/m68hc11.md, config/mips/iris5.h,
15068         config/mn10300/mn10300.md, config/rs6000/altivec.md,
15069         config/sparc/netbsd-elf.h: Update copyright.
15070
15071 2004-02-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
15072
15073         * config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
15074         for all modes whose size is greater than 8 bytes if ARCH32.
15075         (sparc_va_arg): Handle all modes whose size is greater than 8 bytes
15076         by reference if ARCH32.
15077
15078 2004-02-04  Aldy Hernandez  <aldyh@redhat.com>
15079
15080         * cgraphunit.c (cgraph_postorder): Fix typo in comment.
15081
15082 2004-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15083
15084         * config/s390/s390.md ("*la_64" + peepholes, "reload_indi"): Move
15085         to before adddi3 insn patterns.
15086         ("*la_31" + peepholes, "*la_31_and", "*la_31_and_cc", "force_la_31",
15087         "reload_insi"): Move to before addsi3 insn patterns.
15088
15089 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
15090
15091         * calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P
15092         parameter.  Use it instead of current_function_is_thunk.
15093         * function.h (struct function): Update documentation for is_thunk.
15094         * tree.h (CALL_FROM_THUNK_P): New macro.
15095         * config/alpha/alpha.c (alpha_sa_mask): Do not check
15096         no_new_pseudos when testing current_function_is_thunk.
15097         * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Likeiwse.
15098
15099 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
15100
15101         * doc/tm.texi: Replace SETUP_INCOMING_VARARGS with
15102         TARGET_SETUP_INCOMING_VARARGS.
15103
15104 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
15105
15106         * emit-rtl.c (gen_rtx): Remove.
15107         * genattrtab.c: Don't mention gen_rtx in a comment.
15108         * rtl.h: Remove the prototype for gen_rtx.
15109         * doc/md.texi: Replace gen_rtx with gen_rtx_REG.
15110
15111 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
15112
15113         * config/arc/arc.h, config/fr30/fr30.h
15114         (SETUP_INCOMING_VARARGS): Remove the target-independent
15115         comments.
15116         * doc/tm.texi: Don't mention deprecated target macros.
15117
15118 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
15119
15120         * config/fr30/fr30.h (FUNCTION_VALUE): Remove the
15121         target-independent comment.
15122
15123 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
15124
15125         * doc/interface.texi, doc/tm.texi, doc/trouble.texi: Don't
15126         mention deprecated target macros.
15127
15128 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
15129
15130         * config.gcc: Remove obsolete ports and configurations.
15131         * config/linux-aout.h, config/netware.h,
15132         config/t-linux-gnulibc1, config/d30v/abi,
15133         config/d30v/d30v-protos.h, config/d30v/d30v.c,
15134         config/d30v/d30v.h, config/d30v/d30v.md,
15135         config/d30v/libgcc1.asm, config/d30v/t-d30v,
15136         config/dsp16xx/dsp16xx-modes.def,
15137         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
15138         config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md,
15139         config/i370/README, config/i370/i370-c.c,
15140         config/i370/i370-protos.h, config/i370/i370.c,
15141         config/i370/i370.h, config/i370/i370.md, config/i370/linux.h,
15142         config/i370/mvs.h, config/i370/oe.h, config/i370/t-i370,
15143         config/i386/freebsd-aout.h, config/i386/linux-aout.h,
15144         config/i386/moss.h, config/i386/netware.h,
15145         config/i386/svr3.ifile, config/i386/svr3dbx.h,
15146         config/i386/svr3gas.h, config/i386/svr3z.ifile,
15147         config/i386/t-udk, config/i386/udk.h, config/i386/vsta.h,
15148         config/i960/i960-c.c, config/i960/i960-coff.h,
15149         config/i960/i960-modes.def, config/i960/i960-protos.h,
15150         config/i960/i960.c, config/i960/i960.h, config/i960/i960.md,
15151         config/i960/rtems.h, config/i960/t-960bare,
15152         config/m68k/hp310.h, config/m68k/hp320.h,
15153         config/m68k/hp320base.h, config/m68k/m68kv4.h,
15154         config/m68k/netbsd.h, config/m68k/sgs.h, config/m68k/t-hp320:
15155         Remove.
15156         * doc/extend.texi, doc/install.texi, doc/invoke.texi,
15157         doc/md.texi: Remove mentions of obsolete ports.
15158
15159 2004-02-04  Jan Hubicka  <jh@suse.cz>
15160
15161         * alias.c (find_base_term, get_addr):  Do not dereference NULL
15162         pointer when all VALUE's locations has been invalidated.
15163         (rtx_equal_for_memref_p): Simplify checking of VALUEs.
15164
15165 2004-02-03  Wolfgang Bangerth  <bangerth@dealii.org>
15166
15167         * doc/invoke.texi (x86 options): Fix spelling/wording.
15168
15169 2004-02-03  Richard Sandiford  <rsandifo@redhat.com>
15170
15171         * config/mips/iris5.h (ASM_OUTPUT_ASCII): Use mips_output_ascii to
15172         put the original string in a comment.
15173         * config/mips/mips-protos.h (mips_output_ascii): Add prefix argument.
15174         * config/mips/mips.c (mips_output_ascii): Likewise.
15175         * config/mips/mips.h (ASM_OUTPUT_ASCII): Adjust accordingly.
15176
15177 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
15178
15179         * system.h (GIV_SORT_CRITERION): Poison.
15180         * config/avr/avr.h (GIV_SORT_CRITERION): Remove.
15181         * config/ip2k/ip2k.h (GIV_SORT_CRITERION): Likewise.
15182
15183 2004-02-03  Roger Sayle  <roger@eyesopen.com>
15184
15185         PR target/9348
15186         * expr.c (expand_expr_real) <MULT_EXPR>:  When performing widening
15187         multiplies with a multiplication of the wrong signedness, its the
15188         signedness of the multiplication that we've performed that needs to
15189         be passed to expand_mult_highpart_adjust.  Avoid emitting a nop-move
15190         if expand_mult_highpart_adjust places the result in target.
15191
15192 2004-02-03  Richard Henderson  <rth@redhat.com>
15193
15194         * varasm.c (const_desc_rtx_sym_eq): Compare symbol strings.
15195
15196 2004-02-03  J"orn Rennecke <joern.rennecke@superh.com>
15197
15198         * config.gcc (sh[234]l): Use little endian fragments.
15199
15200 2004-02-03  Paul Koning  <pkoning@equallogic.com>
15201
15202         * config/pdp11/pdp11-modes.def: Add RESET_FLOAT_FORMAT calls.
15203         * config/pdp11/pdp11-protos.h (legitimate_const_double_p): Add.
15204         * config/pdp11/pdp11.c (encode_pdp11_f, decode_pdp11_f,
15205         encode_pdp11_d, decode_pdp11_d): New functions to handle PDP11
15206         floating point format.
15207         (pdp11_f_format, pdp11_d_format): New real_format descriptors for
15208         the above functions.
15209         (output_move_quad): Output float values in correct target format.
15210         (legitimate_const_double_p): New function.
15211         * config/pdp11/pdp11.h: Fix typos.
15212         (FLOAT_WORDS_BIG_ENDIAN): Add definition.
15213         (TARGET_FLOAT_FORMAT): Ditto.
15214         (pdp11_f_format, pdp11_d_format): Add external declarations.
15215         (MAX_REGS_PER_ADDRESS): Corrected.
15216         (LEGITIMATE_CONSTANT_P): Use legitimate_const_double_p().
15217         (PRINT_OPERAND): Output float literals in target format.
15218
15219 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
15220
15221         PR c++/13975
15222         * tree.h (enum tree_index): Add TI_PUBLIC, TI_PROTECTED, and
15223         TI_PRIVATE.
15224         (access_public_node): Redefine.
15225         (access_protected_node): Likewise.
15226         (access_private_node): Likewise.
15227         * tree.c (build_common_tree_nodes): Create access_public_node,
15228         access_protected_node, and access_private_node.
15229
15230 2004-02-03  Steve Ellcey  <sje@cup.hp.com>
15231
15232         * config/ia64/ia64.h (MASK_INLINE_INT_DIV_LAT): Change value.
15233         (MASK_INLINE_INT_DIV_THR): Ditto.
15234         (MASK_INLINE_SQRT_LAT): Ditto.
15235         (MASK_INLINE_SQRT_THR): Ditto.
15236         (MASK_DWARF2_ASM): Ditto.
15237         (MASK_EARLY_STOP_BITS): Ditto.
15238
15239 2004-02-02  Paul Brook  <paul@codesourcery.com>
15240
15241         Merge from csl-arm-branch.
15242
15243         2004-01-30  Paul Brook  <paul@codesourcery.com>
15244
15245         * aof.h (REGISTER_NAMES): Add vfp reg names
15246         (ADDITIONAL_REGISTER_NAMES): Ditto.
15247         * aout.h (REGISTER_NAMES): Ditto.
15248         (ADDITIONAL_REGISTER_NAMES): Ditto.
15249         * arm-protos.h: Update/Add Prototypes.
15250         * arm.c (init_fp_table): Rename from init_fpa_table. Update users.
15251         Only allow 0.0 for VFP.
15252         (fp_consts_inited): Rename from fpa_consts_inited.  Update users.
15253         (values_fp): Rename from values_fpa.  Update Users.
15254         (arm_const_double_rtx): Rename from const_double_rtx_ok_for_fpa.
15255         Update users.  Only check valid constants for this hardware.
15256         (arm_float_rhs_operand): Rename from fpa_rhs_operand.  Update Users.
15257         Only allow consts for FPA.
15258         (arm_float_add_operand): Rename from fpa_add_operand.  Update users.
15259         Only allow consts for FPA.
15260         (use_return_insn): Check for saved VFP regs.
15261         (arm_legitimate_address_p): Handle VFP DFmode addressing.
15262         (arm_legitimize_address): Ditto.
15263         (arm_general_register_operand): New function.
15264         (vfp_mem_operand): New function.
15265         (vfp_compare_operand): New function.
15266         (vfp_secondary_reload_class): New function.
15267         (arm_float_compare_operand): New function.
15268         (vfp_print_multi): New function.
15269         (vfp_output_fstmx): New function.
15270         (vfp_emit_fstm): New function.
15271         (arm_output_epilogue): Output VPF reg restore code.
15272         (arm_expand_prologue): Output VFP reg save code.
15273         (arm_print_operand): Add 'P'.
15274         (arm_hard_regno_mode_ok): Return modes for VFP regs.
15275         (arm_regno_class): Return classes for VFP regs.
15276         (arm_compute_initial_elimination_offset): Include space for VFP regs.
15277         (arm_get_frame_size): Ditto.
15278         * arm.h (FIXED_REGISTERS): Add VFP regs.
15279         (CALL_USED_REGISTERS): Ditto.
15280         (CONDITIONAL_REGISTER_USAGE): Enable VFP regs.
15281         (FIRST_VFP_REGNUM): Define.
15282         (LAST_VFP_REGNUM): Define.
15283         (IS_VFP_REGNUM): Define.
15284         (FIRST_PSEUDO_REGISTER): Include VFP regs.
15285         (HARD_REGNO_NREGS): Handle VFP regs.
15286         (REG_ALLOC_ORDER): Add VFP regs.
15287         (enum reg_class): Add VFP_REGS.
15288         (REG_CLASS_NAMES): Ditto.
15289         (REG_CLASS_CONTENTS): Ditto.
15290         (CANNOT_CHANGE_MODE_CLASS) Handle VFP Regs.
15291         (REG_CLASS_FROM_LETTER): Add 'w'.
15292         (EXTRA_CONSTRAINT_ARM): Add 'U'.
15293         (EXTRA_MEMORY_CONSTRAINT): Define.
15294         (SECONDARY_OUTPUT_RELOAD_CLASS): Handle VFP regs.
15295         (SECONDARY_INPUT_RELOAD_CLASS): Ditto.
15296         (REGISTER_MOVE_COST): Ditto.
15297         (PREDICATE_CODES): Add arm_general_register_operand,
15298         arm_float_compare_operand and vfp_compare_operand.
15299         * arm.md (various): Rename as above.
15300         (divsf3): Enable when TARGET_VFP.
15301         (divdf3): Ditto.
15302         (movdfcc): Ditto.
15303         (sqrtsf2): Ditto.
15304         (sqrtdf2): Ditto.
15305         (arm_movdi): Disable when TARGET_VFP.
15306         (arm_movsi_insn): Ditto.
15307         (movsi): Only split with general regs.
15308         (cmpsf): Use arm_float_compare_operand.
15309         (push_fp_multi): Restrict to TARGET_FPA.
15310         (vfp.md): Include.
15311         * vfp.md: New file.
15312         * fpa.md (various): Rename as above.
15313         * doc/md.texi: Document ARM w and U constraints.
15314
15315         2004-01-15  Paul Brook  <paul@codesourcery.com>
15316
15317         * config.gcc: Add with_fpu.  Allow with-float=softfp.
15318         * config/arm/arm.c (arm_override_options): Rename *-s to *s.
15319         Break out of loop when we find a float-abi.  Fix typo.
15320         * config/arm/arm.h (OPTION_DEFAULT_SPECS): Add "fpu".
15321         Set -mfloat-abi=.
15322         * doc/install.texi: Document --with-fpu.
15323
15324         2003-01-14  Paul Brook  <paul@codesourcery.com>
15325
15326         * config.gcc (with_arch): Add armv6.
15327         * config/arm/arm.h: Rename TARGET_CPU_*_s to TARGET_CPU_*s.
15328         * config/arm/arm.c (arm_overrride_options): Ditto.
15329
15330         2004-01-08  Richard Earnshaw  <rearnsha@arm.com>
15331
15332         * arm.c (FL_ARCH3M): Renamed from FL_FAST_MULT.
15333         (FL_ARCH6): Renamed from FL_ARCH6J.
15334         (arm_arch3m): Renamed from arm_fast_multiply.
15335         (arm_arch6): Renamed from arm_arch6j.
15336         * arm.h: Update all uses of above.
15337         * arm-cores.def: Likewise.
15338         * arm.md: Likewise.
15339
15340         * arm.h (CPP_CPU_ARCH_SPEC): Emit __ARM_ARCH_6J__ define for armV6j,
15341         not arm6j.  Add entry for arch armv6.
15342
15343         2004-01-07  Richard Earnshaw  <rearnsha@arm.com>
15344
15345         * arm.c (arm_emit_extendsi): Delete.
15346         * arm-protos.h (arm_emit_extendsi): Delete.
15347         * arm.md (zero_extendhisi2): Also handle zero-extension of
15348         non-subregs.
15349         (zero_extendqisi2, extendhisi2, extendqisi2): Likewise.
15350         (thumb_zero_extendhisi2): Only match if not v6.
15351         (arm_zero_extendhisi2, thumb_zero_extendqisi2, arm_zero_extendqisi2)
15352         (thumb_extendhisi2, arm_extendhisi2, arm_extendqisi)
15353         (thumb_extendqisi2): Likewise.
15354         (thumb_zero_extendhisi2_v6, arm_zero_extendhisi2_v6): New patterns.
15355         (thumb_zero_extendqisi2_v6, arm_zero_extendqisi2_v6): New patterns.
15356         (thumb_extendhisi2_insn_v6, arm_extendhisi2_v6): New patterns.
15357         (thumb_extendqisi2_v6, arm_extendqisi_v6): New patterns.
15358         (arm_zero_extendhisi2_reg, arm_zero_extendqisi2_reg): Delete.
15359         (arm_extendhisi2_reg, arm_extendqisi2_reg): Delete.
15360         (arm_zero_extendhisi2addsi): Remove subreg.  Add attributes.
15361         (arm_zero_extendqisi2addsi, arm_extendhisi2addsi): Likewise.
15362         (arm_extendqisi2addsi): Likewise.
15363
15364         2003-12-31  Mark Mitchell  <mark@codesourcery.com>
15365
15366         Revert this change:
15367         * config/arm/arm.h (THUMB_LEGTITIMIZE_RELOAD_ADDRESS): Reload REG
15368         + REG addressing modes.
15369
15370         * config/arm/arm.h (THUMB_LEGTITIMIZE_RELOAD_ADDRESS): Reload REG
15371         + REG addressing modes.
15372
15373         2003-12-30  Mark Mitchell  <mark@codesourcery.com>
15374
15375         * config/arm/arm.h (THUMB_LEGITIMATE_CONSTANT_P): Accept
15376         CONSTANT_P_RTX.
15377
15378         2003-30-12  Paul Brook  <paul@codesourcery.com>
15379
15380         * longlong.h: protect arm inlines with !defined (__thumb__)
15381
15382         2003-30-12  Paul Brook  <paul@codesourcery.com>
15383
15384         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Always define __arm__.
15385
15386         2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
15387
15388         * builtins.c (expand_builtin_apply_args_1): Fix typo in previous
15389         change.
15390
15391         2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
15392
15393         * builtins.c (expand_builtin_apply_args_1): Add pretend args size
15394         to the virtual incoming args pointer for downward stacks.
15395
15396         2003-12-29  Paul Brook  <paul@codesourcery.com>
15397
15398         * config/arm/arm-cores.def: Add cost function.
15399         * config/arm/arm.c (arm_*_rtx_costs): New functions.
15400         (arm_rtx_costs): Remove
15401         (struct processors): Add rtx_costs field.
15402         (all_cores, all_architectures): Ditto.
15403         (arm_override_options): Set targetm.rtx_costs.
15404         (thumb_rtx_costs): New function.
15405         (arm_rtx_costs_1): Remove cases handled elsewhere.
15406         * config/arm/arm.h (processor_type): Add COSTS parameter.
15407
15408         2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
15409
15410         * config/arm/arm.md (generic_sched): arm926 has its own scheduler.
15411         (arm926ejs.md): Include it.
15412         * config/arm/arm926ejs.md: New pipeline description.
15413
15414         2003-12-24  Paul Brook  <paul@codesourcery.com>
15415
15416         * config/arm/arm.c (arm_arch6j): New variable.
15417         (arm_override_options): Set it.
15418         (arm_emit_extendsi): New function.
15419         * config/arm/arm-protos.h (arm_emit_extendsi): Add prototype.
15420         * config/arm/arm.h (arm_arch6j): Declare.
15421         * config/arm/arm.md: Add sign/zero extend insns.
15422
15423         2003-12-23  Paul Brook  <paul@codesourcery.com>
15424
15425         * config/arm/arm.c (all_architectures): Add armv6.
15426         * doc/invoke.texi: Document it.
15427
15428         2003-12-19  Paul Brook  <paul@codesourcery.com>
15429
15430         * config/arm/arm.md: Add load1 and load_byte "type" attrs.  Modify
15431         insn patterns to match.
15432         * config/arm/arm-generic.md: Ditto.
15433         * config/arm/cirrus.md: Ditto.
15434         * config/arm/fpa.md: Ditto.
15435         * config/amm/iwmmxt.md: Ditto.
15436         * config/arm/arm1026ejs.md: Ditto.
15437         * config/arm/arm1135jfs.md: Ditto.  Add insn_reservation and bypasses
15438         for 11_loadb.
15439
15440         2003-12-18  Nathan Sidwell  <nathan@codesourcery.com>
15441
15442         * config/arm/arm-protos.h (arm_no_early_alu_shift_value_dep): Declare.
15443         * config/arm/arm.c (arm_adjust_cost): Check shift cost for
15444         TYPE_ALU_SHIFT and TYPE_ALU_SHIFT_REG.
15445         (arm_no_early_store_addr_dep, arm_no_early_alu_shift_dep,
15446         arm_no_early_mul_dep): Correctly deal with conditional execution,
15447         parallels and single shift operations.
15448         (arm_no_early_alu_shift_value_dep): Define.
15449         * arm.md (attr type): Replace 'normal' with 'alu',
15450         'alu_shift' and 'alu_shift_reg'.
15451         (attr core_cycles): Adjust.
15452         (*addsi3_carryin_shift, andsi_not_shiftsi_si, *arm_shiftsi3,
15453         *shiftsi3_compare0, *notsi_shiftsi, *notsi_shiftsi_compare0,
15454         *not_shiftsi_compare0_scratch, *cmpsi_shiftsi, *cmpsi_shiftsi_swp,
15455         *cmpsi_neg_shiftsi, *arith_shiftsi, *arith_shiftsi_compare0,
15456         *arith_shiftsi_compare0_scratch, *sub_shiftsi,
15457         *sub_shiftsi_compare0, *sub_shiftsi_compare0_scratch,
15458         *if_shift_move, *if_move_shift, *if_shift_shift): Set type
15459         attribute appropriately.
15460         * config/arm/arm1026ejs.md (alu_op): Adjust.
15461         (alu_shift_op, alu_shift_reg_op): New.
15462         * config/arm/arm1136.md: Add better bypasses for early
15463         registers. Remove load[234] and store[234] bypasses.
15464         (11_alu_op): Adjust.
15465         (11_alu_shift_op, 11_alu_shift_reg_op): New.
15466
15467         2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
15468
15469         * config/arm/arm-protos.h (arm_no_early_store_addr_dep,
15470         arm_no_early_alu_shift_dep, arm_no_early_mul_dep): Declare.
15471         * config/arm/arm.c (arm_no_early_store_addr_dep,
15472         arm_no_early_alu_shift_dep, arm_no_early_mul_dep): Define.
15473         * config/arm/arm1026ejs.md: Add load-store bypass.
15474         * config/arm/arm1136jfs.md (11_alu_op): Take 2 cycles.
15475         Add bypasses between instructions.
15476
15477         2003-12-10  Paul Brook  <paul@codesourcery.com>
15478
15479         * config/arm/arm.c (arm_fpu_model): New variable.
15480         (arm_fload_abi): New variable.
15481         (target_fpe_name): Rename from target_fp_name.
15482         (target_fpu_name): New variable.
15483         (arm_is_cirrus): Remove.
15484         (fpu_desc): New struct.
15485         (all_fpus): Define.
15486         (pf_model_for_fpu): Define.
15487         (all_loat_abis): Define.
15488         (arm_override_options): Set fp arch flags based on -mfpu=
15489         and -float-abi=.
15490         (FIRST_FPA_REGNUM): Rename from FIRST_ARM_FP_REGNUM.
15491         (LAST_FPA_REGNUM): Rename from LAST_ARM_FP_REGNUM.
15492         (*): Use new TARGET_* flags.
15493         * config/arm/arm.h (TARGET_ANY_HARD_FLOAT): Remove.
15494         (TARGET_HARD_FLOAT): No longer implies TARGET_FPA.
15495         (TARGET_SOFT_FLOAT): Ditto.
15496         (TARGET_SOFT_FLOAT_ABI): New.
15497         (TARGET_MAVERICK): Rename from TARGET_CIRRUS.  No longer implies
15498         TARGET_HARD_FLOAT.
15499         (TARGET_VFP): No longer implies TARGET_HARD_FLOAT.
15500         (TARGET_OPTIONS): Add -mfpu=.
15501         (FIRST_FPA_REGNUM): Rename from FIRST_ARM_FP_REGNUM.
15502         (LAST_FPA_REGNUM): Rename from LAST_ARM_FP_REGNUM.
15503         (arm_pf_model): Define.
15504         (arm_float_abi_type): Define.
15505         (fputype): Add FPUTYPE_VFP.  Change SOFT_FPA->NONE
15506         * config/arm/arm.md: Use new TARGET_* flags.
15507         * config/arm/cirrus.md: Ditto.
15508         * config/arm/fpa.md: Ditto.
15509         * config/arm/elf.h (ASM_SPEC): Pass -mfloat-abi= and -mfpu=.
15510         * config/arm/semi.h (ASM_SPEC): Ditto.
15511         * config/arm/netbsd-elf.h (SUBTARGET_ASM_FLOAT_SPEC): Specify vfp.
15512         (FPUTYPE_DEFAULT): Set to VFP.
15513         * doc/invoke.texi: Document -mfpu= and -mfloat-abi=.
15514
15515         2003-11-22  Phil Edwards  <phil@codesourcery.com>
15516
15517         PR target/12476
15518         * config/arm/arm.c (arm_output_mi_thunk):  In Thumb mode, use
15519         'bx' instead of 'b' to avoid branch range restrictions.  Output
15520         the thunk immediately before the thunked-to function.
15521         * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME):  Do not emit
15522         .thumb_func if a thunk is being generated.  Emit .code 16 along
15523         with .thumb_func if a thunk is not being generated.
15524
15525         2003-11-15  Nicolas Pitre <nico@cam.org>
15526
15527         * config/arm/arm.md (ashldi3, arm_ashldi3_1bit, ashrdi3,
15528         arm_ashrdi3_1bit, lshrdi3, arm_lshrdi3_1bit): New patterns.
15529         * config/arm/iwmmxt.md (ashrdi3_iwmmxt): Renamed from ashrdi3.
15530         (lshrdi3_iwmmxt): Renamed from lshrdi3.
15531         * config/arm/arm.c (IWMMXT_BUILTIN2): Renamed argument accordingly.
15532
15533         2003-11-12  Steve Woodford  <scw@wasabisystems.com>
15534             Ian Lance Taylor  <ian@wasabisystems.com>
15535
15536         * config/arm/lib1funcs.asm (ARM_DIV_BODY, ARM_MOD_BODY): Add new
15537         code for __ARM_ARCH__ >= 5 && ! defined (__OPTIMIZE_SIZE__).
15538
15539         2003-11-05  Phil Edwards  <phil@codesourcery.com>
15540
15541         * config/arm/arm.md (insn):  Add new V6 instruction names.
15542         (generic_sched):  New attr.
15543         * config/arm/arm-generic.md:  Use generic_sched here.
15544         * config/arm/arm1026ejs.md:  Do not model fetch/issue/decode
15545         stages of pipeline.  Adjust latency counts accordingly.
15546         * config/arm/arm1136jfs.md:  New file.
15547
15548         2003-10-28  Mark Mitchell  <mark@codesourcery.com>
15549
15550         * config/arm/arm.h (processor_type): New enumeration type.
15551         (CPP_ARCH_DEFAULT_SPEC): Set appropriately for ARM 926EJ-S,
15552         ARM1026EJ-S, ARM1136J-S, and ARM1136JF-S processor cores.
15553         (CPP_CPU_ARCH_SPEC): Likewise.
15554         * config/arm/arm.c (arm_tune): New variable.
15555         (all_cores): Use cores.def.
15556         (all_architectures): Add representative processor.
15557         (arm_override_options): Restructure way in which tuning
15558         information is deduced.
15559         * arm.md: Update "insn" and "type" attributes throughout.
15560         (insn): New attribute.
15561         (type): Compute "mult" from "insn" attribute.  Add load2,
15562         load3, load4 alternatives.
15563         (arm automaton): Move to arm-generic.md.
15564         * config/arm/arm-cores.def: New file.
15565         * config/arm/arm-generic.md: Likewise.
15566         * config/arm/arm1026ejs.md: Likewise.
15567
15568 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
15569
15570         * doc/invoke.texi (SPARC options): Remove -mflat and
15571         all -mxxx (xxx:chip) options.
15572         * config/sparc/aout.h (DBX_REGISTER_NUMBER): Delete.
15573         * config/sparc/litecoff.h (DBX_REGISTER_NUMBER): Likewise.
15574         * config/sparc/netbsd-elf.h (DBX_REGISTER_NUMBER): Likewise.
15575         * config/sparc/sol2.h (DBX_REGISTER_NUMBER): Likewise.
15576         * config/sparc/sparc-protos.h: Delete sparc_flat_* prototypes.
15577         * config/sparc/sparc.c: Likewise.
15578         (sparc_output_function_prologue): Remove TARGET_FLAT handling.
15579         (sparc_nonflat_function_prologue): Rename into sparc_function_prologue.
15580         (sparc_output_function_epilogue): Remove TARGET_FLAT handling.
15581         (sparc_nonflat_function_epilogue): Rename into sparc_function_epilogue.
15582         (struct sparc_frame_info, current_frame_info, zero_frame_info): Delete.
15583         (sparc_flat_must_save_register_p): Likewise.
15584         (sparc_flat_compute_frame_size): Likewise.
15585         (sparc_flat_save_restore): Likewise.
15586         (sparc_flat_function_prologue): Likewise.
15587         (sparc_flat_function_epilogue): Likewise.
15588         (sparc_flat_epilogue_delay_slots): Likewise.
15589         (sparc_flat_eligible_for_epilogue_delay): Likewise.
15590         (sparc_function_ok_for_sibcall): Remove TARGET_FLAT handling.
15591         * config/sparc/sparc.h (MASK_FLAT, TARGET_FLAT): Delete.
15592         (TARGET_SWITCHES): Remove -mflat and all -mxxx (xxx:chip) options.
15593         (SPARC_INCOMING_INT_ARG_FIRST): Remove TARGET_FLAT handling.
15594         (CONDITIONAL_REGISTER_USAGE): Likewise.
15595         (FRAME_POINTER_REQUIRED): Likewise.
15596         (INITIAL_ELIMINATION_OFFSET): Likewise.
15597         (BASE_RETURN_VALUE_REG): Likewise.
15598         (BASE_OUTGOING_VALUE_REG): Likewise.
15599         (BASE_PASSING_ARG_REG): Likewise.
15600         (BASE_INCOMING_ARG_REG): Likewise.
15601         (INCOMING_REGNO): Likewise.
15602         (OUTGOING_REGNO): Likewise.
15603         (LOCAL_REGNO): Likewise.
15604         (DELAY_SLOTS_FOR_EPILOGUE): Likewise.
15605         (ELIGIBLE_FOR_EPILOGUE_DELAY): Likewise.
15606         (EPILOGUE_USES): Likewise.
15607         * config/sparc/sparc.md ("isa" attribute): Change "v6" into "v7".
15608         ("flat" attribute): Delete.
15609         (do_builtin_setjmp_setup): Remove TARGET_FLAT and "flat" attribute
15610         handling.
15611         (call followed by jump define_peephole's): Delete.
15612         (exception_receiver): Likewise.
15613         (builtin_setjmp_receiver): Likewise.
15614         * config/sparc/t-sparclite (MULTILIB_OPTIONS): Remove -mflat.
15615
15616 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
15617
15618         PR c/11658
15619         PR c/13994
15620         * Makefile.in (c-parse.o, c-convert.o, c-typeck.o): Depend
15621         on langhooks.h.
15622         * objc/Make-lang.in (objc-parse.o): Depend on langhooks.h.
15623         * c-parse.in, c-convert.c, c-typeck.c, objc/objc-act.c:
15624         Include langhooks.h.  Replace c_common_truthvalue_conversion
15625         with the truthvalue_conversion language hook throughout.
15626         (expr_no_commas): Call default_conversion before save_expr
15627         for the first term of the production 'x ? : y'.
15628         * c-common.c (c_common_truthvalue_conversion): Remove
15629         obsolete block.  Invoke recursively the hook instead
15630         of this function.
15631         * c-convert.c (convert): handle ERROR_MARK_NODE.
15632         * c-typeck.c (build_binary_op): handle ERROR_MARK_NODE
15633         returned by the truthvalue_conversion language hook.
15634         * c-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Use
15635         c_objc_common_truthvalue_conversion.
15636         * c-objc-common.c (c_objc_common_truthvalue_conversion):
15637         New function.
15638         * c-tree.h (c_objc_common_truthvalue_conversion): Declare it.
15639         * objc/objc-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Use
15640         c_objc_common_truthvalue_conversion.
15641
15642 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
15643
15644         * config/c4x/c4x.h (FUNCTION_VALUE): Use gen_rtx_REG instead
15645         of gen_rtx.
15646         (LIBCALL_VALUE): Likewise.
15647         * config/ip2k/ip2k.c (mdr_try_propagate_clr_sequence): Use
15648         gen_rtx_CC0 instead of gen_rtx.
15649         * config/m68hc11/m68hc11.c (m68hc11_emit_libcall): Use
15650         gen_rtx_fmt_e and gen_rtx_fmt_ee instead of gen_rtx.
15651         (m68hc11_expand_compare): Use gen_rtx_fmt_ee instead of
15652         gen_rtx.
15653         (m68hc11_emit_logical): Likewise.
15654
15655 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
15656
15657         * config/alpha/alpha.c, config/arm/arm.c, config/c4x/c4x.c,
15658         config/fr30/fr30.md, config/frv/frv.c, config/frv/frv.md,
15659         config/h8300/h8300.c, config/ia64/ia64.c, config/ip2k/ip2k.md,
15660         config/m32r/m32r.md, config/m68hc11/m68hc11.c,
15661         config/mips/mips.md, config/mmix/mmix.c,
15662         config/mn10300/mn10300.c, config/mn10300/mn10300.md,
15663         config/ns32k/ns32k.c, config/pa/pa.md, config/pdp11/pdp11.c,
15664         config/rs6000/altivec.md, config/s390/s390.c,
15665         config/s390/s390.h, config/s390/s390.md, config/sh/sh.c,
15666         config/sh/sh.h, config/sh/sh.md, config/stormy16/stormy16.c:
15667         Use const0_rtx instead of GEN_INT (0).  Do the same for other
15668         constants that are readily available.
15669
15670 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
15671
15672         * doloop.c, optabs.c, regmove.c, sched-deps.c,
15673         config/i386/i386.c, config/i386/i386.md: Use const0_rtx
15674         instead of GEN_INT (0).  Do the same for other constants that
15675         are readily available.
15676
15677 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
15678
15679         * combine.c (simplify_set): Use gen_rtx_fmt_e instead of
15680         gen_rtx.
15681         * emit-rtl.c (init_emit_once): Use gen_rtx_PC and gen_rtx_CC0
15682         instead of gen_rtx.
15683         * reload1.c (init_elim_table): Use gen_rtx_fmt_e instead of
15684         gen_rtx.
15685         * config/ns32k/ns32k.md (udivmodhi4): Use gen_rtx_IOR and
15686         gen_rtx_ASHIFT instead of gen_rtx.
15687         (udivmodqi4): Likewise.
15688
15689 2004-02-02  Richard Henderson  <rth@redhat.com>
15690
15691         PR target/13789
15692         * expr.c (store_expr): Use force_operand before emit_move_insn.
15693
15694 2004-02-02  Jeff Law  <law@redhat.com>
15695             Roger Sayle  <roger@eyesopen.com>
15696
15697         * tree.c (commutative_tree_code, associative_tree_code): New
15698         functions.
15699         (iterative_hash_expr): Use commutative_tree_code.
15700         * tree.h (commutative_tree_code, associative_tree_code): Declare.
15701         * fold-const.c (operand_equal_p): Use commutative_tree_code
15702         rather than inlining the commutativity check.
15703         (fold): Likewise.
15704
15705 2004-02-02  Kazu Hirata  <kazu@cs.umass.edu>
15706
15707         * system.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Poison.
15708         * config/frv/frv-protos.h: Remove the prototype for
15709         frv_function_arg_keep_as_reference.
15710         * config/frv/frv.c (frv_function_arg_keep_as_reference):
15711         Remove.
15712         * config/frv/frv.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Likewise.
15713         * config/stormy16/stormy16.h: Remove the commented-out
15714         definition of FUNCTION_ARG_KEEP_AS_REFERENCE.
15715
15716 2004-02-03  Alan Modra  <amodra@bigpond.net.au>
15717
15718         PR target/13914
15719         * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Use ap
15720         for retaddr_column.
15721
15722 2004-02-02  Kazu Hirata  <kazu@cs.umass.edu>
15723
15724         * genemit.c (gen_exp): Generate gen_rtx_fmt_e* instead of
15725         gen_rtx.
15726
15727 2004-02-02  Eric Christopher  <echristo@redhat.com>
15728             Zack Weinberg  <zack@codesourcery.com>
15729
15730         * c-opts.c (c_common_handle_option): Add -finput-charset.
15731         * c.opt: Ditto.
15732         * cppcharset.c (one_iso88591_to_utf8): Remove.
15733         (convert_iso88591_utf8): Ditto.
15734         (conversion_tab): Remove 8859-1 converter.
15735         (_cpp_input_to_utf8): Remove.
15736         (_cpp_init_iconv_buffer): Ditto.
15737         (_cpp_close_iconv_buffer): Ditto.
15738         (_cpp_convert_input): New function.
15739         (_cpp_default_encoding): Ditto.
15740         * cpphash.h: Add/remove prototypes for above.
15741         * cppfiles.c (read_file_guts): Use _cpp_convert_input.
15742         * cppinit.c (cpp_create_reader): Use _cpp_default_encoding
15743         for narrow execution and input character sets.
15744         * cpplib.c (cpp_push_buffer): Delete uses of removed functions.
15745         * doc/cppopts.texi: Document -finput-charset.
15746
15747 2004-02-02  David Edelsohn  <edelsohn@gnu.org>
15748
15749         * rtlanal.c (refers_to_regno_p): Test regno, not inner_regno,
15750         against FIRST_PSEUDO_REGISTER.
15751
15752 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
15753
15754         * doc/invoke.texi (SPARC options): Further improve.
15755
15756 2004-02-02  Kazu Hirata  <kazu@cs.umass.edu>
15757
15758         * config/arm/arm.md, config/c4x/c4x.md, config/cris/cris.md,
15759         config/h8300/h8300.c, config/ip2k/ip2k.md,
15760         config/iq2000/iq2000.c, config/mips/mips.c,
15761         config/rs6000/rs6000.c, config/rs6000/rs6000.md,
15762         config/sh/sh.c, config/sh/sh.md, config/stormy16/stormy16.c,
15763         config/v850/v850.md: Fix indentation.
15764
15765 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
15766
15767         * config/sparc/sparc.c (function_arg_slotno): Align TImode
15768         arguments on a 16-byte boundary in the parameter array if ARCH64.
15769         Split handling of TFmode.
15770
15771 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
15772
15773         * rtlanal.c (reg_overlap_mentioned_p) [!ENABLE_CHECKING]:
15774         Don't test CONSTANT_P (x).
15775         (reg_overlap_mentioned_p): Merge check for STRICT_LOWPART,
15776         ZERO_EXTRACT, SIGN_EXTRACT with the switch statement.
15777         Fix misindentation.
15778
15779 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
15780
15781         * doc/invoke.texi (SPARC options): Document that -mflat is deprecated.
15782
15783 2004-02-02  Kazu Hirata  <kazu@cs.umass.edu>
15784
15785         * config/arc/arc.md, config/arm/arm.c, config/arm/arm.md,
15786         config/c4x/c4x.c, config/c4x/c4x.md, config/cris/cris.md,
15787         config/frv/frv.c, config/h8300/h8300.c, config/ip2k/ip2k.md,
15788         config/iq2000/iq2000.c, config/m32r/m32r.c,
15789         config/mcore/mcore.c, config/mips/mips.c, config/mmix/mmix.md,
15790         config/mn10300/mn10300.c, config/rs6000/rs6000.c,
15791         config/rs6000/rs6000.md, config/sh/sh.c, config/sh/sh.md,
15792         config/stormy16/stormy16.c, config/v850/v850.md,
15793         config/xtensa/xtensa.c: Replace gen_rtx with gen_rtx_fmt_e*.
15794
15795 2004-02-01  Kazu Hirata  <kazu@cs.umass.edu>
15796
15797         * config/mcore/mcore.c (block_move_sequence): Replace
15798         gen_rtx_CONST_INT with GEN_INT.
15799
15800 2004-02-02  Jan Hubicka  <jh@suse.cz>
15801
15802         * alias.c (record_set): Use hard_regno_nregs.
15803         * bt-load.c (find_btr_reference, note_btr_set): Likewise.
15804         * builtins.c (apply_args_size): Likewise.
15805         * caller-save.c (setup_save_areas, save_call_clobbered_regs,
15806         mark_set_regs, add_stored_regs, mark_referenced_regs,
15807         insert_restore, insert_save, insert_one_insn): Likewise.
15808         * cfgcleanup.c: Include regs.h
15809         (mark_effect, mentions_nonequal_regs): Likewise.
15810         * cfgrtl.c (mark_killed_regs): Likewise
15811         * combine.c (update_table_tick, record_value_for_reg,
15812         record_dead_and_set_regs, get_last_value_validate, use_crosses_set_p,
15813         reg_dead_at_p_1, reg_dead_at_p, mark_used_regs_combine, move_deaths,
15814         reg_bitfield_target_p, distribute_notes): Likewise.
15815         * cse.c (mention_regs, insert, invalidate, invalidate_for_call,
15816         exp_equiv_p, cse_insn): Likewise.
15817         * cselib.c (cselib_lookup): Likewise.
15818         (cselib_invalidate_regno, cselib_record_set): Likewise.
15819         * df.c (df_ref_record): Likewise.
15820         * dwarf2out.c (reg_loc_descriptor, multiple_reg_loc_descriptor):
15821         Likewise.
15822         * flow.c (mark_reg, insn_dead_p, mark_set_1, mark_used_reg,
15823         count_or_remove_death_notes_bb): Likewise.
15824         * function.c (aggregate_value_p, keep_stack_depressed): Likewise.
15825         * gloval.c (global_alloc, find_reg, mark_reg_store, mark_reg_conflicts,
15826         mark_reg_death, set_preference, reg_becomes_live, reg_dies): Likewise.
15827         * integrate.c (mark_stores): Likewise.
15828         * jump.c (delete_prior_computation): Likewise.
15829         * lcm.c (reg_dies, reg_becomes_live): Likewise.
15830         * local-alloc.c (combine_regs, find_free_reg, post_mark_life): Likewise.
15831         * loop.c (LOOP_REGNO_NREGS): Likewise.
15832         * postreload.c (reload_combine, reload_combine_note_store,
15833         reload_combine_note_use, reload_cse_move2add, move2add_note_store): Likewise.
15834         * ra-colorize.c (combine, color_usable_p, get_free_reg,
15835         calculate_dont_begin, calculate_dont_begin, colorize_one_web,
15836         try_recolor_web, insert_coalesced_conflicts, check_colors,
15837         break_precolored_alias): Likewise.
15838         * ra-debug.c: Include regs.h
15839         (ra_print_rtx_object): Likewise.
15840         * ra-rewrite (choose_spill_colors): Likewise.
15841         (spill_same_color_p, update_spill_colors, spill_is_free): Likewise.
15842         * ra.c (init_ra): Likewise.
15843         * recog.c (reg_fits_class_p, peep2_reg_dead_p,
15844         peep2_find_free_register): Likewise.
15845         * reg-stack.c (subst_stack_regs_pat, convert_regs_exit): Likewise.
15846         * regclass.c (hard_regno_nregs): New array.
15847         (init_reg_modes_once): Initialize it.
15848         (choose_hard_reg_mode): Use it.
15849         (record_reg_classes): Likewise.
15850         * regmove.c (mark_flags_life_zones): Likewise.
15851         * regrename.c (note_sets, clear_dead_regs, regrename_optimize,
15852         scan_rtx_reg, dump_def_use_chain, kill_value, set_value_regno,
15853         copy_value, maybe_mode_change, find_oldest_value_reg,
15854         copyprop_hardreg_forward_1):
15855         * regs.h (hard_regno_nregs): Declare.
15856         * realod.c (reload_inner_reg_of_subreg): Use it.
15857         (push_reload, combine_reloads, find_dummy_reload,
15858         hard_reg_set_here_p, operands_match_p, decompose, find_reloads,
15859         refers_to_regno_for_reload_p, find_equiv_reg, regno_clobbered_p,
15860         reload_adjust_reg_for_mode): Likewise.
15861         * reload1.c (compute_use_by_pseudos, count_pseudo,
15862         count_spilled_pseudo, find_reg, find_reload_regs, mark_home_live,
15863         spill_hard_reg, forget_old_reloads_1, mark_reload_reg_in_use,
15864         clear_reload_reg_in_use, reload_reg_free_for_value_p, free_for_value_p
15865         allocate_reload_reg, choose_reload_regs, emit_reload_insns,
15866         delete_output_reload): Likewise.
15867         * resource.c (update_live_status, mark_referenced_resources,
15868         mark_set_resources, mark_target_live_regs): Likewise.
15869         * rtlanal.c:  Include regs.h
15870         (refers_to_regno_p, reg_overlap_mentioned_p, dead_or_set_p,
15871         dead_or_set_regno_p, find_regno_note, find_reg_fusage,
15872         subreg_regno_offset, subreg_offset_representable_p,
15873         hoist_test_store): Likewise.
15874         * sched-deps.c (sched_analyze_1, sched_analyze_2): Likewise.
15875         * sched-rgn.c (check_live_1, update_live_1): Likewise.
15876         * stmt.c: Include regs.h
15877         (decl_conflicts_with_clobbers_p): Likewise.
15878         * varasm.c (make_decl_rtl): Likewise.
15879         * Makefile.in (cfgcleanup.o, rtlanal.o, ra-debug.o): Add regs.h dependnecy.
15880
15881 2004-02-01  Kazu Hirata  <kazu@cs.umass.edu>
15882
15883         * config/arm/arm.c, config/arm/arm.h, config/arm/arm.md,
15884         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
15885         config/arm/netbsd.h, config/arm/pe.c, config/avr/avr.c,
15886         config/avr/avr.h, config/avr/avr.md, config/c4x/c4x.h,
15887         config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.c,
15888         config/frv/frv.h, config/ip2k/ip2k.c, config/iq2000/iq2000.c,
15889         config/iq2000/iq2000.h, config/m32r/m32r.c,
15890         config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
15891         config/m68hc11/m68hc11.md, config/m68k/m68k.md,
15892         config/mcore/mcore.c, config/mcore/mcore.h,
15893         config/mcore/mcore.md, config/mips/mips.c,
15894         config/ns32k/ns32k.h, config/ns32k/ns32k.md,
15895         config/rs6000/rs6000.c, config/s390/s390.c,
15896         config/s390/s390.md, config/sparc/sparc.c, config/v850/v850.c,
15897         config/xtensa/xtensa.h, config/xtensa/xtensa.md: Replace
15898         "gen_rtx (FOO, " with "gen_rtx_FOO (".
15899
15900 2004-02-01  Kazu Hirata  <kazu@cs.umass.edu>
15901
15902         * config/h8300/h8300.md (two peephole2's): New.
15903
15904 2004-02-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
15905
15906         * config/sparc/sol2-bi.h: Handle TARGET_CPU_ultrasparc3.
15907         (CPP_CPU_SPEC): Handle -mcpu=ultrasparc3.
15908         (ASM_CPU_SPEC): Likewise
15909         * config/sparc/sol2.h: Handle TARGET_CPU_ultrasparc3.
15910         (ASM_CPU_SPEC): Remove -mcpu=v8plus.  Handle -mcpu=ultrasparc3.
15911
15912 2004-02-01  Roger Sayle  <roger@eyesopen.com>
15913
15914         * builtins.c (expand_builtin_pow): If flag_unsafe_math_optimizations
15915         isn't set, don't call expand_builtin_mathfn_2 to use the pow optab.
15916         (expand_builtin): Always call expand_builtin_pow.
15917
15918 2004-02-01  Roger Sayle  <roger@eyesopen.com>
15919
15920         * builtins.def (BUILT_IN_SIGNBIT, BUILT_IN_SIGNBITF,
15921         BUILT_IN_SIGNBITL): New GCC builtins.
15922         * builtins.c (expand_builtin_signbit): New function to RTL expand
15923         calls to signbit, signbitf and signbitl as inline intrinsics.
15924         (expand_builtin): Call expand_builtin_signbit for BUILT_IN_SIGNBIT*.
15925         (fold_builtin_signbit): New function to perform constant folding
15926         of signbit, signbitf and signbitl.
15927         (fold_builtin): Call fold_builtin_signbit for BUILT_IN_SIGNBIT*.
15928
15929         * doc/extend.texi: Document new signbit{,f,l} builtins.
15930
15931 2004-02-01  Richard Sandiford  <rsandifo@redhat.com>
15932
15933         * config/mips/mips.md (adddi3_internal_2): Remove superfluous %s.
15934
15935 2004-02-01  Chris Demetriou  <cgd@broadcom.com>
15936
15937         * config/mips/mips.h (PREDICATE_CODES): Remove entries for
15938         "mips_const_double_ok" and "simple_memory_operand", which were
15939         removed from the MIPS port with the mips-3_4-rewrite branch merge.
15940         * config/mips/mips.c (mips16_lay_out_constants): Update comment
15941         for removal of simple_memory_operand.
15942
15943 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
15944
15945         * config/c4x/c4x.md: Use GEN_INT instead of
15946         gen_rtx (CONST_INT, ...).
15947
15948 2004-01-31  Richard Henderson  <rth@redhat.com>
15949
15950         * varasm.c (output_constant_pool): Don't zap the pool.
15951
15952 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
15953
15954         * genrecog.c (decision_type): Add DT_const_int.
15955         (write_cond) [DT_const_int]: Print a comparison against small
15956         constant.
15957         (write_node): Simplify comparisons against small constants
15958         before printing tests.
15959
15960 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
15961
15962         * config/m32r/m32r.c (m32r_load_pic_register): Use GEN_INT
15963         instead of gen_rtx_CONST_INT.
15964
15965 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
15966
15967         * config/xtensa/xtensa.h (DYNAMIC_CHAIN_ADDRESS): Use GEN_INT
15968         instead of gen_rtx_CONST_INT.
15969
15970 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
15971
15972         * target-def.h (TARGET_STRICT_ARGUMENT_NAMING): Define as
15973         hook_bool_CUMULATIVE_ARGS_false.
15974         * targhooks.c (default_strict_argument_naming): Rename to
15975         hook_bool_CUMULATIVE_ARGS_false.
15976         * targhooks.h: Update the prototype for
15977         default_strict_argument_naming.
15978
15979 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
15980
15981         * config/sh/sh.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
15982         * config/sh/sh.h: Likewise.
15983         * config/sh/sh.md: Likewise.
15984
15985 2004-01-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
15986
15987         * doc/invoke.texi (SPARC options): Restructure and update.
15988
15989 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
15990
15991         * system.h (PROMOTE_FUNCTION_ARGS, STRUCT_VALUE_INCOMING, and
15992         STRICT_ARGUMENT_NAMING): Poison.
15993         * target-def.h (TARGET_PROMOTE_FUNCTION_ARGS): Define as
15994         hook_bool_tree_false.
15995         * targhooks.c (default_promote_function_args): Remove.
15996         (default_struct_value_rtx): Don't use STRUCT_VALUE_INCOMING.
15997         Don't check incoming.
15998         (default_strict_argument_naming): Don't use
15999         STRICT_ARGUMENT_NAMING.
16000         * targhooks.h: Remove the prototype for
16001         default_promote_function_args.
16002
16003 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
16004
16005         * config/i386/i386-protos.h: Remove the prototype for
16006         ix86_setup_incoming_varargs.
16007         * config/i386/i386.c (TARGET_SETUP_INCOMING_VARARGS): New.
16008         (ix86_setup_incoming_varargs): Make it static.
16009         * config/i386/i386.h (SETUP_INCOMING_VARARGS): Remove.
16010
16011 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
16012
16013         * alloc-pool.c: Fix comment typos.
16014         * builtin-types.def: Likewise.
16015         * builtins.def: Likewise.
16016         * c-pretty-print.c: Likewise.
16017         * df.h: Likewise.
16018         * reload1.c: Likewise.
16019
16020 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
16021
16022         * doc/invoke.texi: Follow spelling conventions.
16023         * doc/tm.texi: Likewise.
16024
16025 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
16026
16027         * doc/install.texi: Fix typos.
16028         * doc/invoke.texi: Likewise.
16029
16030 2004-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
16031
16032         * config/s390/s390.c (s390_decompose_address): Do not treat virtual
16033         registers as pointers.
16034         * config/s390/s390.md ("*la_31" second peephole2): Fix incorrect mode.
16035
16036 2004-01-31  Paolo Bonzini  <bonzini@gnu.org>
16037
16038         * combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine
16039         and restore it to gen_lowpart_general on exit.
16040         (gen_lowpart_for_combine): Adjust all callers to go through
16041         gen_lowpart.
16042         * cse.c (cse_main): Set gen_lowpart to gen_lowpart_if_possible
16043         and restore it to gen_lowpart_general on exit.
16044         (gen_lowpart_if_possible): Adjust all callers to go through
16045         gen_lowpart.
16046         * emit-rtl.c (gen_lowpart_general): New name of gen_lowpart.
16047         (gen_lowpart): Declare as pointer to function, initialized to
16048         gen_lowpart_general.
16049         * rtl.h (gen_lowpart): Declare as pointer to function.
16050
16051 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
16052
16053         * bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
16054         * calls.c: Likewise.
16055         * emit-rtl.c: Likewise.
16056         * function.c: Likewise.
16057         * reload1.c: Likewise.
16058         * config/i386/cygming.h: Likewise.
16059         * config/i386/i386.c: Likewise.
16060         * config/i386/winnt.c: Likewise.
16061
16062 2004-01-30  Dara Hazeghi  <dhazeghi@yahoo.com>
16063
16064         PR bootstrap/9249
16065         * doc/install.texi: document --enable-__cxa_atexit option.
16066         * configure.ac: Disable __cxa_atexit if not supported.
16067         * configure: Regenerate.
16068
16069 2004-01-30  Daniel Berlin  <dberlin@dberlin.org>
16070
16071         * ggc-zone.c (ggc_free): New function.
16072
16073 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
16074
16075         alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,
16076         cfghooks.h, cfglayout.c, cfgloopmanip.c, debug.c, debug.h,
16077         flow.c, genextract.c, ggc-common.c, ggc-page.c, ggc.h,
16078         ifcvt.c, jump.c, loop-unswitch.c, timevar.c, timevar.def,
16079         tree-optimize.c, vmsdbgout.c, config/fp-bit.c,
16080         config/alpha/alpha.c, config/alpha/alpha.h,
16081         config/alpha/alpha.md, config/alpha/unicosmk.h,
16082         config/alpha/vms.h, config/arm/linux-elf.h, config/avr/avr.c,
16083         config/c4x/c4x-protos.h, config/c4x/c4x.md,
16084         config/d30v/d30v.h, config/frv/frv.md, config/frv/frvbegin.c,
16085         config/frv/frvend.c, config/i386/cygming.h,
16086         config/i386/djgpp.h, config/i386/emmintrin.h,
16087         config/i386/gthr-win32.c, config/i386/i386-interix.h,
16088         config/i386/i386-protos.h, config/i386/openbsd.h,
16089         config/i386/winnt.c, config/i386/xm-mingw32.h,
16090         config/i386/xmmintrin.h, config/ia64/ia64.md,
16091         config/iq2000/iq2000.md, config/m32r/m32r.md,
16092         config/m68k/m68k.md, config/mcore/mcore-elf.h,
16093         config/mcore/mcore.md, config/mips/elf.h, config/mips/elf64.h,
16094         config/mips/iris5gas.h, config/mips/iris6.h,
16095         config/mips/iris6gas.h, config/mips/linux.h,
16096         config/mips/mips.md, config/mips/netbsd.h,
16097         config/mips/openbsd.h, config/mips/windiss.h,
16098         config/pa/fptr.c, config/rs6000/aix.h,
16099         config/rs6000/altivec.h, config/rs6000/darwin.h,
16100         config/rs6000/xcoff.h, config/s390/s390-protos.h,
16101         config/s390/s390.c, config/s390/s390.h, config/s390/s390.md,
16102         config/sh/netbsd-elf.h, config/sh/sh.h, config/sh/vxworks.h,
16103         config/sparc/sol2.h: Update copyright.
16104
16105 2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
16106
16107         * Makefile.in (abs_docdir, abs_srcdir): Define.
16108         (doc/%.dvi, doc/gccinstall.dvi): Use $(abs_docdir).
16109
16110 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
16111
16112         * genconfig.c (main): Have CC0_P check its operand even on a
16113         target without cc0.
16114
16115 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
16116
16117         * config/alpha/alpha.c: Remove mentions of deprecates macros
16118         in comments, remove some target-independent comments about target
16119         macros, and/or add minimal function comments for target hook
16120         implementations.
16121         * config/avr/avr.c: Likewise.
16122         * config/ia64/ia64.h: Likewise.
16123         * config/ip2k/ip2k.c: Likewise.
16124         * config/iq2000/iq2000.c: Likewise.
16125         * config/m32r/m32r.h: Likewise.
16126         * config/m68hc11/m68hc11.c: Likewise.
16127         * config/mcore/mcore.c: Likewise.
16128         * config/mmix/mmix.c: Likewise.
16129         * config/mn10300/mn10300.c: Likewise.
16130         * config/pa/pa.c: Likewise.
16131         * config/pdp11/pdp11.c: Likewise.
16132         * config/rs6000/rs6000.h: Likewise.
16133         * config/sh/sh.c: Likewise.
16134         * config/sh/sh.h: Likewise.
16135         * config/sparc/sparc.c: Likewise.
16136         * config/sparc/sparc.h: Likewise.
16137         * config/stormy16/stormy16.c: Likewise.
16138         * config/xtensa/xtensa.c: Likewise.
16139
16140 2004-01-30  Ulrich Weigand  <uweigand@de.ibm.com>
16141
16142         PR optimization/12147
16143         * reload1.c (reload_reg_free_p): RELOAD_OTHER conflicts with
16144         RELOAD_FOR_OPADDR_ADDR.
16145         (reload_reg_reaches_end_p): RELOAD_FOR_OTHER_ADDRESS register
16146         might be reused as RELOAD_FOR_OPADDR_ADDR register.
16147
16148 2004-01-30  Jan Hubicka  <jh@suse.cz>
16149
16150         * reload.c (get_secondary_mem): Fix updating of
16151         secondary_memlocs_elim_used.
16152
16153 2004-01-30  Richard Henderson  <rth@redhat.com>
16154
16155         * varasm.c (struct rtx_const, struct pool_constant): Remove.
16156         (MAX_RTX_HASH_TABLE): Remove.
16157         (const_rtx_hash_table, const_rtx_sym_hash_table): Remove.
16158         (first_pool, last_pool, pool_offset): Remove.
16159         (struct rtx_constant_pool): Split out from ...
16160         (struct varasm_status): ... here.  Reference one via pointer.
16161         (struct constant_descriptor_rtx): Merge struct pool_constant.
16162         (SYMHASH): Remove.
16163         (decode_rtx_const): Remove.
16164         (const_hash_rtx, compare_constant_rtx): Remove.
16165         (record_constant_rtx): Remove.
16166         (const_desc_rtx_hash, const_desc_rtx_eq): New.
16167         (const_desc_rtx_sym_hash, const_desc_rtx_sym_eq): New.
16168         (const_rtx_hash_1, const_rtx_hash): New.
16169         (init_varasm_status): Allocate a rtx_constant_pool, and its hashes.
16170         (simplify_subtraction): Use simplify_rtx.
16171         (force_const_mem): Rewrite to use new data structures.
16172         (find_pool_constant): Likewise.
16173         (get_pool_constant, get_pool_constant_mark,
16174         get_pool_constant_for_function, get_pool_mode,
16175         get_pool_mode_for_function, get_pool_offset, get_pool_size): Likewise.
16176         (output_constant_pool_2): Split out from output_constant_pool.
16177         (output_constant_pool_1): Likewise.  Use new pool datastructures.
16178         (output_constant_pool): Zap entire pool datastructure.
16179         (mark_constant): Use new pool datastructures.
16180         (mark_constants): Use for_each_rtx.
16181         (mark_constant_pool): Use new pool datastructures.
16182
16183 2004-01-30  Fariborz Jahanian <fjahanian@apple.com>
16184
16185         * config/rs6000/rs6000.c (rs6000_emit_move): Remove #if 0.
16186         Copy operands[1] to pseudo for simplify_gen_subreg.
16187
16188 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
16189
16190         * gcse.c (bypass_block): Fix a typo in the previous check-in
16191         to the file.
16192
16193 2004-01-30  Andrew Pinski <pinskia@physics.uc.edu>
16194
16195         * toplev.c: Include alloc-pool.h.
16196         * Makefile.in (toplev.c): Update dependencies.
16197
16198 2004-01-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16199
16200         * combine.c (simplify_shift_const, case XOR): Be careful when
16201         commuting XOR with ASHIFTRT.
16202
16203 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
16204             Eric Botcazou  <ebotcazou@libertysurf.fr>
16205
16206         * config/sparc/sparc-protos.h: Remove the prototype for
16207         sparc_builtin_saveregs.
16208         * config/sparc/sparc.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
16209         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
16210         (TARGET_PROMOTE_PROTOTYPES): Likewise.
16211         (TARGET_STRUCT_VALUE_RTX): Likewise.
16212         (TARGET_RETURN_IN_MEMORY): Likewise.
16213         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
16214         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
16215         (sparc_builtin_saveregs): Make it static.
16216         (sparc_promote_prototypes): New.
16217         (sparc_struct_value_rtx): Likewise.
16218         (sparc_return_in_memory): Likewise.
16219         * config/sparc/sparc.h: (PROMOTE_FUNCTION_ARGS): Remove.
16220         (PROMOTE_FUNCTION_RETURN): Likewise.
16221         (RETURN_IN_MEMORY): Likewise.
16222         (STRUCT_VALUE): Likewise.
16223         (STRUCT_VALUE_INCOMING): Likewise.
16224         (EXPAND_BUILTIN_SAVEREGS): Likewise.
16225         (STRICT_ARGUMENT_NAMING): Likewise.
16226         (PROMOTE_PROTOTYPES): Likewise.
16227
16228         * config/sparc/sparc.h (PROMOTE_MODE): Use word_mode.
16229
16230 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
16231
16232         PR c/12818
16233         * varasm.c (const_hash_1) <STRING_CST>: Use the
16234         address to compute the hash value if flag_writable_strings.
16235         (compare_constant) <STRING_CST>: Compare the addresses
16236         if flag_writable_strings.
16237         (build_constant_desc): Do not copy the expression for a
16238         STRING_CST if flag_writable_strings.
16239
16240 2004-01-30  Jan Hubicka  <jh@suse.cz>
16241
16242         * alloc-pool.c: Include hashtab.h
16243         (alloc_pool_descriptor): New structure
16244         (alloc_pool_hash): New global variable.
16245         (hash_descriptor, eq_descriptor, alloc_pool_descriptor): New.
16246         (create_alloc_pool): Update statistics.
16247         (free_alloc_pool): Likewise.
16248         (pool_alloc): Likewise.
16249         (output_info): New structure
16250         (print_statistics, dump_alloc_pool_statistics): New function.
16251         * alloc-pool.h (alloc_pool_def): Turn name to be constant.
16252         (dump_alloc_pool_statistics): Declare.
16253         * toplev.c (finalize):  Dump statistics.
16254
16255         * reload.c (secondary_memlocs_elim_used): New static variable.
16256         (get_secondary_mem): Update it.
16257         (find_reloads): Use it.
16258
16259 2004-01-30  Steven Bosscher <s.bosscher@student.tudelft.nl>
16260
16261         * toplev.c: Fix broken checkin of 2003-12-30, again.
16262
16263 2004-01-30  Ulrich Weigand  <uweigand@de.ibm.com>
16264
16265         * configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
16266         s390*-*-* targets by specifying a 'nop' insn.
16267         * configure: Regenerate.
16268
16269 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
16270
16271         PR target/11475
16272         * config/sparc/sparc.md (movhi_lo_sum): Tighten predicates.
16273
16274 2004-01-29  Jakub Jelinek  <jakub@redhat.com>
16275
16276         * emit-rtl.c (change_address): Use XEXP (memref, 0) instead
16277         of addr when creating MEM copy.
16278
16279 2004-01-29  Devang Patel  <dpatel@apple.com>
16280
16281         * dwarf2out.c (gen_field_die): Do not equate decl number to die.
16282
16283 2004-01-28  Ian Lance Taylor  <ian@wasabisystems.com>
16284
16285         PR inline-asm/6162
16286         * reload.c (find_reloads): Only support one pair of commutative
16287         operands.
16288
16289 2004-01-29  Roger Sayle  <roger@eyesopen.com>
16290
16291         PR java/13824
16292         * tree.c (unsafe_for_reeval): Handle EXIT_BLOCK_EXPR nodes specially
16293         as their EXIT_BLOCK_LABELED_BLOCK operands can lead to unbounded
16294         recursion.
16295
16296 2004-01-29  Kazu Hirata  <kazu@cs.umass.edu>
16297
16298         * config/frv/frv.c: Don't mention deprecated macros in
16299         comments.  Remove some target-independent comments about
16300         target macros.
16301         * config/frv/frv.h: Likewise.
16302
16303 2004-01-29  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16304
16305         * cfghooks.c (split_block): Set probability and count of the
16306         new edge.
16307
16308 2004-01-29  Josef Zlomek  <zlomekj@suse.cz>
16309
16310         * dwarf2out.c (struct die_struct): Added field decl_id.
16311         (decl_die_table): Changed to hash table.
16312         (decl_die_table_allocated): Deleted.
16313         (decl_die_table_in_use): Deleted.
16314         (DECL_DIE_TABLE_INCREMENT): Deleted.
16315         (decl_die_table_hash): New function.
16316         (decl_die_table_eq): New function.
16317         (lookup_decl_die): Lookup in a hash table.
16318         (equate_decl_number_to_die): Insert into a hash table.
16319         (dwarf2out_init): Init hash table decl_die_table.
16320
16321 2004-01-29  Jakub Jelinek  <jakub@redhat.com>
16322
16323         PR optimization/13424
16324         * expr.c (store_constructor): Revert 2003-12-03 change.
16325
16326         * emit-rtl.c (change_address): Check also if MEM_ATTRS is set as
16327         expected before returning early.  Avoid sharing RTL if they
16328         need to be changed.
16329
16330         * config/i386/i386.c (ix86_expand_movstr): Rework rep_mov and strmov
16331         handling so that memory attributes are preserved.  Don't call
16332         ix86_set_move_mem_attrs.
16333         (ix86_set_move_mem_attrs_1, ix86_set_move_mem_attrs): Removed.
16334         (ix86_expand_clrstr): Rename src argument to
16335         dst.  Rework rep_stos and strset handling so that memory attributes
16336         are preserved.
16337         (ix86_expand_strlen): Pass src argument to
16338         ix86_expand_strlensi_unroll_1.  Rework strlenqi_1 handling so that
16339         memory attributes are preserved.
16340         (ix86_expand_strlensi_unroll_1): Add src argument.  Use
16341         change_address instead of gen_rtx_MEM.
16342         * config/i386/i386.md (strmov, strmov_singleop, rep_mov): New
16343         expanders.
16344         (strmovdi_rex64, strmovsi, strmovsi_rex64, strmovhi, strmovhi_rex64,
16345         strmovqi, strmovqi_rex64): Remove.
16346         (rep_mov*, strmov*): Prefix insn names with *.
16347         (strset, strset_singleop, rep_stos): New expanders.
16348         (strsetdi_rex64, strsetsi, strsetsi_rex64, strsethi, strsethi_rex64,
16349         strsetqi, strsetqi_rex64): Remove.
16350         (rep_stos*, strset*): Prefix insn names with *.
16351         (rep_stosqi_rex64): Likewise.  Fix mode of dirflag reg from DImode
16352         to SImode.
16353         (cmpstrsi): Rework cmpstrqi_1 handling so that memory attributes
16354         are preserved.
16355         (cmpstrqi_nz_1, cmpstrqi_nz_rex_1, cmpstrqi_1, cmpstrqi_rex_1):
16356         Prefix insn names with *.
16357         (cmpstrqi_nz_1, cmpstrqi_1): New expanders.
16358         (strlenqi_1, strlenqi_rex_1): Prefix insn names with *.
16359         (strlenqi_1): New expander.
16360         * config/i386/i386.h (ix86_set_move_mem_attrs): Remove prototype.
16361
16362 2004-01-29  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16363
16364         * Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.
16365         * basic-block.h (tidy_fallthru_edge, tidy_fallthru_edges, dump_bb,
16366         verify_flow_info): Declaration removed.
16367         * cfg.c (verify_flow_info, dump_bb): Moved to cfghooks.c.
16368         (debug_bb, debug_bb_n): Add argument to dump_bb call.
16369         * cfgcleanup.c (try_simplify_condjump, try_crossjump_to_edge,
16370         try_optimize_cfg, delete_unreachable_blocks): Use delete_basic_block
16371         instead of delete_block.
16372         * cfghooks.c: Include timevar.h and toplev.h.
16373         (cfg_hooks): Define here.
16374         (verify_flow_info, dump_bb): Moved from cfg.c.
16375         (redirect_edge_and_branch, redirect_edge_and_branch_force,
16376         split_block, split_block_after_labels, move_block_after,
16377         delete_basic_block, split_edge, create_basic_block,
16378         create_empty_bb, can_merge_blocks_p, merge_blocks,
16379         make_forwarder_block, tidy_fallthru_edge, tidy_fallthru_edges):
16380         New functions.
16381         * cfghooks.h (struct cfg_hooks): Added fields name,
16382         make_forwarder_block, tidy_fallthru_edge and
16383         move_block_after. Changed type of verify_flow_info, dump_bb,
16384         split_block fields. Renamed cfgh_split_edge and delete_block
16385         fields.
16386         (redirect_edge_and_branch, redirect_edge_and_branch_force,
16387         split_block, delete_block, split_edge, create_basic_block,
16388         can_merge_blocks_p, merge_blocks): Macros removed.
16389         (cfg_hooks): Do not export.
16390         (verify_flow_info, dump_bb, redirect_edge_and_branch,
16391         redirect_edge_and_branch_force, split_block, split_block_after_labels,
16392         move_block_after, delete_basic_block, split_edge, create_basic_block,
16393         create_empty_bb, can_merge_blocks_p, merge_blocks,
16394         make_forwarder_block, tidy_fallthru_edge, tidy_fallthru_edges):
16395         Declare.
16396         (cfg_layout_rtl_cfg_hooks): Declare.
16397         * cfgloop.c (update_latch_info, mfb_keep_just, mfb_keep_nonlatch):
16398         New functions.
16399         (canonicalize_loop_headers): Use new semantics of make_forwarder_block.
16400         (redirect_edge_with_latch_update): Removed.
16401         (make_forwarder_block): Moved to cfghooks.c, semantics changed.
16402         * cfgloopmanip.c (remove_bbs): Do not update dominators here.
16403         * cfgrtl.c (cfg_layout_split_block, rtl_split_block, rtl_dump_bb,
16404         rtl_delete_block, rtl_split_block, rtl_merge_blocks,
16405         tidy_fallthru_edge, rtl_split_edge, cfg_layout_delete_block,
16406         cfg_layout_merge_blocks, cfg_layout_split_edge): Partly moved to
16407         cfghooks.c.
16408         (rtl_create_basic_block): Coding style fix.
16409         (rtl_tidy_fallthru_edge, rtl_move_block_after,
16410         rtl_make_forwarder_block): New functions.
16411         (update_cfg_after_block_merging): Removed.
16412         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): Fill in new entries.
16413         * flow.c (verify_wide_reg, verify_local_live_at_start): Add argument
16414         to dump_bb.
16415         * ifcvt.c (merge_if_block, find_cond_trap, find_if_case_1,
16416         find_if_case_2): Don't update dominators.
16417         * timevar.def (TV_CFG_VERIFY): New.
16418         * loop-unswitch.c (unswitch_loop): Don't call add_to_dominance_info.
16419         * cfglayout.c (copy_bbs): Don't call add_to_dominance_info.
16420         * cfgloopmanip.c (split_loop_bb): Don't update dominators.
16421         (remove_bbs): Don't call remove_bbs.
16422         (create_preheader): Use make_forwarder_block.
16423         (mfb_keep_just, mfb_update_loops): New static functions.
16424
16425 2004-01-29  Kazu Hirata  <kazu@cs.umass.edu>
16426
16427         * config/avr/avr.h: Remove target-independent comments about
16428         target macros.
16429
16430 2004-01-28  Daniel Berlin  <dberlin@dberlin.org>
16431
16432         * timevar.c (timevar_print): Mention when checking is enabled.
16433
16434 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
16435
16436         * c-lex.c (c_lex): Rename to...
16437         (c_lex_with_flags): Add new parameter to get CPP flags.
16438         (c_lex): Thunk to c_lex_with_flags while keeping the old interface.
16439         * c-pragma.h (c_lex_with_flags): Declare.
16440
16441 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
16442
16443         * config/mcore/mcore.c (mcore_external_libcall): Add a
16444         comment.
16445         (mcore_return_in_memory): Likewise.
16446
16447 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
16448
16449         * config/mcore/mcore-protos.h: Remove the prototype for
16450         mcore_setup_incoming_varargs.
16451         * config/mcore/mcore.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
16452         (TARGET_PROMOTE_FUNCTION_ARGS): Likewise.
16453         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
16454         (TARGET_PROMOTE_PROTOTYPES): Likewise.
16455         (TARGET_STRUCT_VALUE_RTX): Likewise.
16456         (TARGET_RETURN_IN_MEMORY): Likewise.
16457         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
16458         (mcore_setup_incoming_varargs): Make it static.  Receive the
16459         first argument by reference.  Add argument second_time.
16460         (mcore_external_libcall): New.
16461         (mcore_return_in_memory): Likewise.
16462         * config/mcore/mcore.h (PROMOTE_FUNCTION_ARGS): New.
16463         (PROMOTE_FUNCTION_RETURN): Likewise.
16464         (STRUCT_VALUE): Likewise.
16465         (RETURN_IN_MEMORY): Likewise.
16466         (SETUP_INCOMING_VARARGS): Likewise.
16467         (PROMOTE_PROTOTYPES): Likewise.
16468         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
16469
16470 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
16471
16472         * config/m32r/m32r-protos.h: Remove the prototype for
16473         m32r_setup_incoming_varargs.
16474         * config/m32r/m32r.c (TARGET_PROMOTE_PROTOTYPES): New.
16475         (TARGET_STRUCT_VALUE_RTX): Likewise.
16476         (TARGET_RETURN_IN_MEMORY): Likewise.
16477         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
16478         (m32r_return_in_memory): New.
16479         (m32r_setup_incoming_varargs): Make it static.
16480         * config/m32r/m32r.h: Remove #undef of
16481         ASM_OUTPUT_EXTERNAL_LIBCALL.  Remove the commented-out
16482         definitions of PROMOTE_FUNCTION_ARGS and
16483         PROMOTE_FUNCTION_RETURN.
16484         (PROMOTE_PROTOTYPES): Remove.
16485         (RETURN_IN_MEMORY): Likewise.
16486         (STRUCT_VALUE): Likewise.
16487
16488 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
16489
16490         * config/m68k/m68k.c (TARGET_PROMOTE_PROTOTYPES): New.
16491         (TARGET_STRUCT_VALUE_RTX): Likewise.
16492         (m68k_struct_value_rtx): Likewise.
16493         * config/m68k/m68k.h (STRUCT_VALUE_REGNUM): Rename to
16494         STRUCT_VALUE_REGNUM.
16495         (PROMOTE_PROTOTYPES): Remove.
16496         * config/m68k/m68kelf.h (STRUCT_VALUE_REGNUM): Rename to
16497         STRUCT_VALUE_REGNUM.
16498         * config/m68k/m68kv4.h (STRUCT_VALUE_REGNUM): Likewise.
16499         * config/m68k/netbsd-elf.h (STRUCT_VALUE_REGNUM): Likewise.
16500
16501 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
16502
16503         * config/stormy16/stormy16.c
16504         (TARGET_BUILD_BUILTIN_VA_LIST_TYPE): Rename to
16505         TARGET_BUILD_BUILTIN_VA_LIST.
16506
16507 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
16508
16509         * config/v850/v850.c (TARGET_PROMOTE_PROTOTYPES): New.
16510         (TARGET_STRUCT_VALUE_RTX): Likewise.
16511         (TARGET_RETURN_IN_MEMORY): Likewise.
16512         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
16513         (v850_return_in_memory): Likewise.
16514         (v850_setup_incoming_varargs): Likewise.
16515         * config/v850/v850.h (PROMOTE_PROTOTYPES): Remove.
16516         (SETUP_INCOMING_VARARGS): Likewise.
16517         (RETURN_IN_MEMORY): Likewise.
16518         (STRUCT_VALUE): Likewise.
16519
16520 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
16521
16522         * config/fr30/fr30.c (TARGET_PROMOTE_PROTOTYPES): New.
16523         (fr30_setup_incoming_varargs): Don't use
16524         STRICT_ARGUMENT_NAMING.
16525         * config/fr30/fr30.h (PROMOTE_PROTOTYPES): Remove.
16526         (STRICT_ARGUMENT_NAMING): Likewise.
16527
16528 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
16529
16530         * config/frv/frv-protos.h: Remove the prototype for
16531         frv_expand_builtin_saveregs.
16532         * config/frv/frv.c (TARGET_STRUCT_VALUE_RTX): Likewise.
16533         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
16534         (frv_stack_info): Use FRV_STRUCT_VALUE_REGNUM instead of
16535         STRUCT_VALUE_REGNUM.
16536         (frv_expand_builtin_saveregs): Make it static.
16537         (frv_struct_value_rtx): New.
16538         * config/frv/frv.h (EXPAND_BUILTIN_SAVEREGS): Remove.
16539
16540 2004-01-29  Jan Hubicka  <jh@suse.cz>
16541
16542         PR c++/12850
16543         * cgraph.c (cgraph_remove_node): Clear out saved/insns/arguments and
16544         initial pointers.
16545         * cgraphunit.c (cgraph_finalize_function): Clear out DECL_SAVED_INSNS
16546         for functions that will be only inlined.
16547         (cgraph_mark_function_to_output): Likewise.
16548         (cgraph_expand_function): Sanity check that DECL_DEFER_OUTPUT is clear;
16549         do not clear function body.
16550         * tree-optimize.c (clear_decl_rtl): Use decl_function_context.
16551         (tree_rest_of_compilation): Reorganize the logic releasing function
16552         body to use callgraph datastructure.
16553
16554 2004-01-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16555
16556         * pa.md: Change predicate of a peephole2 pattern from reg_or_0_operand
16557         to register_operand.
16558
16559 2004-01-28  Zack Weinberg  <zack@codesourcery.com>
16560
16561         * config/ia64/ia64.md (fetchadd_acq_si, fetchadd_acq_di)
16562         (cmpxchg_acq_si, cmpxchg_acq_di): Exchange match_dup and
16563         match_operand expressions so that all match_dups appear
16564         lexically after their corresponding match_operands.
16565
16566 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
16567
16568         * config/h8300/h8300.c (WORD_REG_USED): Use
16569         HARD_FRAME_POINTER_REGNUM instead of FRAME_POINTER_REGNUM.
16570         (compute_saved_regs): Likewise.
16571         (h8300_expand_prologue): Likewise.  Allocate locals after
16572         saving registers.
16573         (h8300_expand_epilogue): Use HARD_FRAME_POINTER_REGNUM instead
16574         of FRAME_POINTER_REGNUM.  Deallocate locals before saving
16575         registers.
16576         (h8300_initial_elimination_offset): Adjust for the new frame
16577         layout, which swaps flips the order of locals and saved
16578         registers.
16579         * config/h8300/h8300.h (FIRST_PSEUDO_REGISTER): Change to 12.
16580         (HARD_FRAME_POINTER_REGNUM): New.
16581         (ELIMINABLE_REGS): Add an elimination rule from
16582         FRAME_POINTER_REGNUM to HARD_FRAME_POINTER_REGNUM.
16583         (REGISTER_NAMES): Add fp.
16584         * config/h8300/h8300.md (FP_REG): Change to 11.
16585         (HFP_REG): New.
16586
16587 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
16588
16589         * genrecog.c (write_node): Remove a useless local variable.
16590
16591 2004-01-28  Ian Lance Taylor  <ian@wasabisystems.com>
16592
16593         * Makefile.in (options.c options.h): Use stamp file s-options to
16594         avoid unnecessary rebuilds.
16595         (options.o): New target listing dependencies.
16596         (gtyp-gen.h): Use stamp file s-gtyp-gen.
16597         (STAGESTUFF): Add s-gtyp-gen.
16598
16599 2004-01-28  Richard Henderson  <rth@redhat.com>
16600
16601         * ggc.h (ggc_free): Declare.
16602         * ggc-common.c (ggc_realloc): Use it.
16603         * ggc-page.c: Remove lots of inline markers.
16604         (globals): Add free_object_list.
16605         (ggc_alloc): Tidy.
16606         (ggc_free, validate_free_objects): New.
16607         (poison_pages): Provide default.
16608         (ggc_collect): Call validate_free_objects; emit markers to
16609         the debug file.
16610
16611 2004-01-28  Zack Weinberg  <zack@codesourcery.com>
16612             Jim Wilson  <wilson@specifixinc.com>
16613
16614         * config/ia64/ia64.c (ia64_split_tmode, ia64_split_tmode_move):
16615         Rewrite to use POST_INC/POST_DEC/POST_MODIFY instead of a
16616         scratch pointer.
16617         (ia64_secondary_reload_class): Delete case GR_REGS.
16618         * config/ia64/ia64.md (movti, *movti_internal, movtf, *movtf_internal):
16619         Do not allocate a scratch register.
16620         (reload_inti, reload_outti, reload_intf, reload_outtf): Delete.
16621
16622 2004-01-28  Jan Hubicka  <jh@suse.cz>
16623
16624         * gcse.c (bypass_block): Prevent edges to be unified when we are
16625         about to emit compenstation code.
16626
16627 2004-01-28  Nick Clifton  <nickc@redhat.com>
16628
16629         * config/arm/arm.c (arm_expand_builtin): Force second argument of
16630         the setcwx insn into a register.
16631
16632 2004-01-28  Richard Sandiford  <rsandifo@redhat.com>
16633
16634         * config/fp-bit.c (pack_d): When using paired doubles to implement
16635         a long double, round the high part separately.
16636         (unpack_d): Fix the case in which the high part is a power of two
16637         and the low part is a nonzero value of the opposite sign.
16638
16639 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
16640
16641         * config/c4x/c4x.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
16642         (TARGET_STRUCT_VALUE_RTX): Likewise.
16643         (c4x_external_libcall): Likewise.
16644         (c4x_struct_value_rtx): Likewise.
16645         * config/c4x/c4x.h: Remove.
16646         (STRUCT_VALUE_REGNUM): Likewise.
16647         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
16648
16649 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
16650
16651         * config/i386/i386.c (TARGET_PROMOTE_PROTOTYPES): New.
16652         (TARGET_STRUCT_VALUE_RTX): Likewise.
16653         * config/i386/i386.h (STRUCT_VALUE_INCOMING): Remove.
16654         (STRUCT_VALUE): Likewise.
16655         (PROMOTE_PROTOTYPES): Likewise.
16656
16657 2004-01-27  Roger Sayle  <roger@eyesopen.com>
16658
16659         * config/pa/pa.c (emit_move_sequence): Check that operand1 is a
16660         CONST_INT before using INTVAL.
16661
16662 2004-01-27  Ulrich Weigand  <uweigand@de.ibm.com>
16663
16664         * config/s390/s390.h (TARGET_DEFAULT): Default to !TARGET_BACKCHAIN.
16665         * config/s390/s390.c (s390_return_addr_rtx): Fail for all but current
16666         frame if !TARGET_BACKCHAIN.
16667         * config/s390/s390.md ("allocate_stack"): Use pattern only if
16668         TARGET_BACKCHAIN.
16669         * doc/invoke.texi (-mbackchain/-mno-backchain): Document new default.
16670
16671 2004-01-27  Zack Weinberg  <zack@codesourcery.com>
16672
16673         * ia64.c (ia64_function_arg): When placing HFAs in integer
16674         registers, do not special case the mode used for complex
16675         types.  Do not advance int_regs until the current register
16676         is full.
16677
16678 2004-01-27  Richard Sandiford  <rsandifo@redhat.com>
16679
16680         PR target/7297
16681         * except.c (init_eh): Use a 5-word __jbuf for __builtin_setjmp().
16682
16683 2004-01-27  David Edelsohn  <edelsohn@gnu.org>
16684
16685         * config/rs6000/rs6000.c (rs6000_emit_move): #if 0 splitting
16686         slow, unaligned loads and stores while debugging.  Fix formatting.
16687
16688 2004-01-27  David Edelsohn  <edelsohn@gnu.org>
16689
16690         * config/rs6000/rs6000.md (save_stack_nonlocal): Use Pmode instead
16691         of computing wmode.
16692         (restore_stack_nonlocal): Same.
16693
16694 2004-01-27  Devang Patel <dpatel@apple.com>
16695
16696         * Makefile.in (dwarf2out.o): Depend on input.h
16697         * dbxout.c (dbx_debug_hooks): Add new empty hook for
16698         imported_module_or_decl.
16699         (xcoff_debug_hooks): Same.
16700         * sdbout.c (sdb_debug_hooks): Same.
16701         * vmsdbgout.c (vmsdbg_debug_hooks): Same.
16702         * debug.c (do_nothing_debug_hooks): Same.
16703         (debug_nothing_tree_tree): New function.
16704         * debug.h (gcc_debug_hooks): New hook, imported_module_or_decl.
16705         * dwarf2out.c: Include input.h.
16706         (dwarf2_debug_hooks): Add new hook for imported_module_or_decl.
16707         (remove_child_TAG): New function.
16708         (dwarf_tag_name): Handle DW_TAG_imported_module.
16709         (gen_subprogram_die): Equate decl number to declaration die. Do not
16710         remove all children dies while reusing declaration die for definition.
16711         Instead, selectively remove only formal parameters.
16712         (gen_variable_die): Equate variable decl to declaration die.
16713         (gen_field_die): Equate field decl to line number.
16714         (force_namespace_die): Replace it with ...
16715         (force_decl_die): ... this.
16716         (force_type_die): New function.
16717         (setup_namespace_context): Replace use of force_namespace_die() with
16718         force_decl_die().
16719         (gen_namespace_die): Same.
16720         (dwarf2out_imported_module_or_decl): New function.
16721
16722 2004-01-27  Bob Wilson  <bob.wilson@acm.org>
16723
16724         * config/xtensa/xtensa.c (xtensa_copy_incoming_a7): Remove SUBREG
16725         on CQImode and CHImode incoming arguments in register a7.
16726         (function_arg): Wrap BLKmode argument in register a7 in a PARALLEL.
16727         * config/xtensa/xtensa.h (BLOCK_REG_PADDING): Define.
16728         * config/xtensa/xtensa.md (movdi, movdf): Only call force_reg or
16729         xtensa_copy_incoming_a7 before reload.
16730
16731 2004-01-27  J"orn Rennecke <joern.rennecke@superh.com>
16732
16733         * coverage.c (get_coverage_counts): Give a different message
16734         if flag_guess_branch_prob is set.
16735         * predict.c (counts_to_freqs): Return an int.
16736         (estimate_bb_frequencies): If counts_to_freqs returns zero,
16737         calculate estimates.
16738
16739 2004-01-27  Kazu Hirata  <kazu@cs.umass.edu>
16740
16741         * config/iq2000/iq2000-protos.h: Remove the prototype for
16742         iq2000_setup_incoming_varargs.
16743         * config/iq2000/iq2000.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
16744         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
16745         (TARGET_PROMOTE_PROTOTYPES): Likewise.
16746         (TARGET_STRUCT_VALUE_RTX): Likewise.
16747         (TARGET_RETURN_IN_MEMORY): Likewise.
16748         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
16749         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
16750         (iq2000_return_in_memory): Likewise.
16751         (iq2000_setup_incoming_varargs): Make it static.  Receive the
16752         first argument by reference.
16753         * config/iq2000/iq2000.h (PROMOTE_FUNCTION_ARGS): Remove.
16754         (PROMOTE_FUNCTION_RETURN): Likewise.
16755         (PROMOTE_PROTOTYPES): Likewise.
16756         (RETURN_IN_MEMORY): Likewise.
16757         (STRUCT_VALUE): Likewise.
16758         (SETUP_INCOMING_VARARGS): Likewise.
16759         (STRICT_ARGUMENT_NAMING): Likewise.
16760
16761 2004-01-24  James A. Morrison  <ja2morri@uwaterloo.ca>
16762
16763         * fixinc/fixinc.c (test_test): Initialize res.
16764         (start_flexer): Initialize pz_cmd_save.
16765
16766 2004-01-27  Zack Weinberg  <zack@codesourcery.com>
16767
16768         * doc/rtl.texi (Arithmetic): Rewrite entries for PLUS,
16769         SS_PLUS, US_PLUS, LO_SUM, MINUS, SS_MINUS, US_MINUS.
16770
16771 2004-01-27  Zack Weinberg  <zack@codesourcery.com>
16772
16773         PR 7198
16774         * config/ia64/ia64.md (*nmaddsf4, *nmadddf4, *nmadddf4_alts)
16775         (*nmadddf4_trunc, *nmaddxf4, *nmaddxf4_truncsf, *nmaddxf4_truncdf)
16776         (*nmaddxf4_alts, *nmaddxf4_truncdf_alts):
16777         Rewrite pattern as (minus (op 3) (mult (op 1) (op 2))).
16778         Possibly rename pattern for consistency.
16779         Remove ??? comments suggesting that this be done.
16780         (*nmaddsf4_alts, *nmadddf4_truncsf_alts, *nmaddxf4_truncsf_alts):
16781         New patterns.
16782         (divsi3_internal, divdi3_internal_lat, divdi3_internal_thr)
16783         (divsf3_internal_lat, divsf3_internal_thr, sqrtsf2_internal_thr)
16784         (divdf3_internal_lat, divdf3_internal_thr, sqrtdf2_internal_thr)
16785         (divxf3_internal_lat, divxf3_internal_thr, sqrtxf2_internal_thr):
16786         Update to match.
16787
16788 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
16789
16790         * config/arm/arm.c (output_return_instruction): Only restore IP
16791         into SP if frame_pointer_needed.
16792
16793 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
16794
16795         * config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
16796         for SCmode and DCmode if ARCH32.
16797         (sparc_va_arg): Handle SCmode and DCmode by reference if ARCH32.
16798         * config/sparc/sparc.h (RETURN_IN_MEMORY): Return 0 for TCmode
16799         if ARCH32.
16800         (BASE_RETURN_VALUE_REG): Return 32 for all FP modes except TFmode
16801         if ARCH32.
16802         (BASE_OUTGOING_VALUE_REG): Likewise.
16803
16804 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
16805
16806         PR target/10904
16807         PR target/13058
16808         * config/sparc/sparc.h (CANNOT_CHANGE_MODE_CLASS): New.
16809         Forbid mode changes from SImode for lower FP regs if ARCH64.
16810
16811 2004-01-27  J"orn Rennecke <joern.rennecke@superh.com>
16812
16813         * Makefile.in (bt-load.o): Depend on except.h.
16814         * bt-load.c (except.h): #include.
16815         (compute_defs_uses_and_gen): If insn at end of BB can throw
16816         within this function, consider registers used by it unavailable for
16817         btr migration.
16818         (move_btr_def): If insn at end of BB can throw, insert before rather
16819         than after.
16820
16821         * flags.h (flag_btr_bb_exclusive): Declare.
16822         * toplev.c (flag_btr_bb_exclusive): New variable.
16823         (f_options): Add btr-bb-exclusive.
16824         * bt-load.c (augment_live_range): Restore old behaviour if
16825         flag_btr_bb_exclusive is set.
16826         * common.opt: Add entry for -fbtr-bb-exclusive.
16827         * opts.c (common_handle_options): Same.
16828         * doc/invoke.texi: Document -fbtr-bb-exclusive.
16829
16830         * bt-load.c (btrs_live_at_end): New variable.
16831         (compute_defs_uses_and_gen): Compute its pointed-to array.
16832         (clear_btr_from_live_range, add_btr_to_live_range): Update it.
16833         (augment_live_range): When augmenting with a new dominator,
16834         use only its btrs_live_at_end set, but also add in the full set
16835         of the old dominator.
16836         (btr_def_live_range): Use btrs_live_at_end.
16837         (move_btr_def): Set other_btr_uses_before_def, and move new set
16838         to the end of the basic block, if appropriate.
16839         (migrate_btr_defs): Allocate and free btrs_live_at_end.
16840
16841         * bt-load.c (basic_block_freq): Remove outdated comment.
16842
16843 2004-01-27  Alan Modra  <amodra@bigpond.net.au>
16844
16845         * config/rs6000/rs6000.h: Correct target_flags free bits comment.
16846         (PREDICATE_CODES): Remove duplicate.
16847         * config/rs6000/linux64.h (CPP_SYSV_SPEC): Don't define.
16848         (SUBSUBTARGET_OVERRIDE_OPTIONS): Disallow 32 bit TARGET_PROFILE_KERNEL.
16849         (MASK_PROFILE_KERNEL): Adjust define.
16850
16851 2004-01-27  Jakub Jelinek  <jakub@redhat.com>
16852
16853         * config/i386/i386.c (ix86_constant_alignment): Decrease alignment
16854         of long string literals from 32 bytes to sizeof (void *) when !-Os
16855         and to 1 with -Os.
16856
16857 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
16858
16859         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Accept
16860         constant addresses in the normal mode.
16861
16862 2004-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16863
16864         * system.h (CHAR_BITFIELD): Delete.
16865         (BOOL_BITFIELD): New.
16866         * c-decl.c (c_scope): Use BOOL_BITFIELD.
16867         * gengtype-lex.l: Recognize BOOL_BITFIELD instead of CHAR_BITFIELD.
16868
16869 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
16870
16871         * config/arc/arc.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
16872         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
16873         (TARGET_PROMOTE_PROTOTYPES): Likewise.
16874         (TARGET_STRUCT_VALUE_RTX): Likewise.
16875         (TARGET_RETURN_IN_MEMORY): Likewise.
16876         (arc_return_in_memory): Likewise.
16877         * config/arc/arc.h (PROMOTE_FUNCTION_ARGS): Remove.
16878         (PROMOTE_FUNCTION_RETURN): Likewise.
16879         (RETURN_IN_MEMORY): Likewise.
16880         (STRUCT_VALUE): Likewise.
16881
16882 2004-01-26  Richard Henderson  <rth@redhat.com>
16883
16884         * c-parse.in (extension): Use itype.
16885         (SAVE_EXT_FLAGS): Don't allocate a tree.
16886         (RESTORE_EXT_FLAGS): Don't read a tree.
16887
16888 2004-01-26  Jan Hubicka  <jh@suse.cz>
16889
16890         * cselib.c (discard_useless_values):  Clear out value pointer pointing
16891         to datastructure to be recycled.
16892
16893 2004-01-25  Jan Hubicka  <jh@suse.cz>
16894
16895         * genextract.c (main): Do not output the memset when not checking.
16896
16897 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
16898
16899         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Use a
16900         switch statement instead of a chain of if statements.
16901
16902 2004-01-26  Jeff Law  <law@redhat.com>
16903
16904         * doc/contrib.texi: Minor cleanup for Paolo Carlini's entry.  Add
16905         acute accents for Petur Runolfsson's entry.
16906
16907 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
16908
16909         * config/pdp11/pdp11.c (TARGET_STRUCT_VALUE_RTX): New.
16910         (TARGET_RETURN_IN_MEMORY): Likewise.
16911         * config/pdp11/pdp11.h (STRUCT_VALUE): Remove.
16912         (RETURN_IN_MEMORY): Likewise.
16913
16914 2004-01-26  Fariborz Jahanian  <fjahanian@apple.com>
16915
16916          * config/rs6000/rs6000.c (rs6000_emit_move): split slow
16917          unaligned load/store into smaller loads and stores.
16918
16919 2004-01-26  Fariborz Jahanian  <fjahanian@apple.com>
16920
16921         * function.c (assign_parms): Do not assign
16922         long long argument to memory in prologue if
16923         is it loaded into register.
16924
16925 2004-01-26  Fariborz Jahanian  <fjahanian@apple.com>
16926
16927          PR middle-end/13779
16928          * expr.c (emit_group_load): split constant
16929          correctly into register components of PARALLEL insn.
16930
16931 2004-01-26  Fariborz Jahanian  <fjahanian@apple.com>
16932
16933         * gcc/config/rs6000/rs6000.md (save_stack_nonlocal):
16934         Use adjust_address_nv directly with appropriate mode.
16935         (restore_stack_nonlocal): Ditto.
16936
16937 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
16938
16939         * config/xtensa/xtensa-protos.h: Remove the prototype for
16940         xtensa_builtin_saveregs.
16941         * config/xtensa/xtensa.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
16942         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
16943         (TARGET_PROMOTE_PROTOTYPES): Likewise.
16944         (TARGET_STRUCT_VALUE_RTX): Likewise.
16945         (TARGET_RETURN_IN_MEMORY): Likewise.
16946         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
16947         (xtensa_builtin_saveregs): Make it static.
16948         (xtensa_return_in_memory): New.
16949         * config/xtensa/xtensa.h (PROMOTE_FUNCTION_ARGS: Remove.
16950         (PROMOTE_FUNCTION_RETURN): Likewise.
16951         (PROMOTE_PROTOTYPES): Likewise.
16952         (STRUCT_VALUE): Likewise.
16953         (RETURN_IN_MEMORY): Likewise.
16954         (EXPAND_BUILTIN_SAVEREGS): Likewise.
16955
16956 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
16957
16958         * config/arm/arm.c (TARGET_SETUP_INCOMING_VARARGS): New.
16959         (arm_setup_incoming_varargs): Likewise.
16960         * config/arm/arm.h (SETUP_INCOMING_VARARGS): Remove.
16961
16962 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
16963
16964         * config/cris/cris.c (TARGET_SETUP_INCOMING_VARARGS): New.
16965         (cris_setup_incoming_varargs): Likewise.
16966         * config/cris/cris.h (SETUP_INCOMING_VARARGS): Remove.
16967
16968 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
16969
16970         * config/ns32k/ns32k.c (TARGET_STRUCT_VALUE_RTX): New.
16971         (ns32k_struct_value_rtx): Likewise.
16972         * config/ns32k/ns32k.h (STRUCT_VALUE_REGNUM): Rename to
16973         NS32K_STRUCT_VALUE_REGNUM.
16974
16975 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
16976
16977         * config/arm/arm.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
16978         (TARGET_PROMOTE_PROTOTYPES): Likewise.
16979         (TARGET_STRUCT_VALUE_RTX): Likewise.
16980         (arm_struct_value_rtx): Likewise.
16981         * config/arm/arm.h (PROMOTE_FUNCTION_ARGS): Remove.
16982         (STRUCT_VALUE): Likewise.
16983         (STRUCT_VALUE_REGNUM): Likewise.
16984         (PROMOTE_PROTOTYPES): Likewise.
16985
16986 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
16987
16988         * config/ia64/ia64-protos.h: Remove the prototype for
16989         ia64_setup_incoming_varargs and ia64_return_in_memory.
16990         * config/ia64/ia64.c (TARGET_STRUCT_VALUE_RTX): New.
16991         (TARGET_RETURN_IN_MEMORY): Likewise.
16992         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
16993         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
16994         (ia64_setup_incoming_varargs): Adjust the arguments to meet
16995         the requirement of TARGET_SETUP_INCOMING_VARARGS.
16996         (ia64_return_in_memory): Make it static.  Change the return
16997         type to bool from int.  Add an argument.
16998         (ia64_struct_value_rtx): New.
16999         * config/ia64/ia64.h: Remove commented-out definitions of
17000         PROMOTE_FUNCTION_ARGS, PROMOTE_FUNCTION_RETURN, and
17001         PROMOTE_PROTOTYPES.
17002         (RETURN_IN_MEMORY): Remove.
17003         (STRUCT_VALUE_REGNUM): Likewise.
17004         (STRICT_ARGUMENT_NAMING): Likewise.
17005
17006 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
17007
17008         PR target/13666
17009         * config/sparc/sparc.c (function_arg_union_value): New function.
17010         (function_arg): Use it to deal with unions.
17011         (function_value): Likewise.  Define 'regbase' only for ARCH64.
17012         Replace a conditional statement by a simpler one.
17013
17014 2004-01-26  Richard Sandiford  <rsandifo@redhat.com>
17015
17016         * config/mips/mips.c (mips16_optimize_gp): Delete.
17017         (mips_reorg): Don't call it.
17018
17019 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17020
17021         * config/c4x/c4x.md (addqi3_noclobber): Move up pecking order.
17022         (floatunsqihf2): Remove operand 6.
17023         (fixhfqi_set, fix_trunchfqi2, fixuns_trunchfqi2): Group with other
17024         fix patterns.
17025         (ldi_conditional, ldf_conditional): Validate operands.
17026
17027 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17028
17029         * config/c4x/c4x.h (BCT_CHECK_LOOP_ITERATIONS): Remove.
17030         (HAVE_GAS_HIDDEN): Undefine as interim measure.
17031
17032 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17033
17034         * config/c4x/c4x.c (c4x_legitimate_address_p):  Invalidate direct
17035         memory references if TARGET_EXPOSE_LDP nonzero.
17036
17037 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17038
17039         * config/c4x/c4x.c (legitimize_operands): Truncate invalid shift counts.
17040
17041 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17042
17043         * config/c4x/c4x.c (c4x_valid_operands): More aggressively reject
17044         invalid operand combinations.
17045
17046 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17047
17048         * config/c4x/c4x.c (c4x_check_legit_addr): Rename to
17049         c4x_legitimate_address_p.  Fix post_modify check.
17050
17051         * config/c4x/c4x-protos.h (c4x_check_legit_addr): Adjust.
17052         * config/c4x/c4x.h (c4x_check_legit_addr): Adjust.
17053
17054 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
17055
17056         * config/pa/pa-protos.h: Remove the prototype for
17057         hppa_builtin_saveregs.  Add a prototype for
17058         pa_return_in_memory.
17059         * config/pa/pa.c (TARGET_PROMOTE_FUNCTION_RETURN): New.
17060         (TARGET_PROMOTE_PROTOTYPES): Likewise.
17061         (TARGET_STRUCT_VALUE_RTX): Likewise.
17062         (TARGET_RETURN_IN_MEMORY): Likewise.
17063         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
17064         (pa_struct_value_rtx): Likewise.
17065         (pa_return_in_memory): Likewise.
17066         * config/pa/pa.h (STRUCT_VALUE_REGNUM): Rename to
17067         PA_STRUCT_VALUE_REGNUM.
17068         (INIT_CUMULATIVE_ARGS): Use pa_return_in_memory.
17069         (EXPAND_BUILTIN_SAVEREGS): Remove.
17070         (PROMOTE_PROTOTYPES): Likewise.
17071         (PROMOTE_FUNCTION_RETURN): Likewise.
17072
17073 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
17074
17075         * config/vax/vax.c (TARGET_PROMOTE_PROTOTYPES): New.
17076         (TARGET_STRUCT_VALUE_RTX): Likewise.
17077         (vax_struct_value_rtx): Likewise.
17078         * config/vax/vax.h (STRUCT_VALUE_REGNUM): Rename to
17079         VAX_STRUCT_VALUE_REGNUM.
17080         (PROMOTE_PROTOTYPES): Remove.
17081
17082 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17083
17084         * config/c4x/c4x.h (LEGITIMIZE_RELOAD_ADDRESS):  Handle symref.
17085
17086 2004-01-25  Chris Demetriou  <cgd@broadcom.com>
17087
17088         * config/mips/mips.h (ISA_HAS_HILO_INTERLOCKS): MIPS32, MIPS32r2,
17089         and MIPS64 have HI/LO interlocks.  Update comment.
17090
17091 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
17092
17093         * config/stormy16/stormy16-protos.h: Remove the prototype for
17094         xstormy16_setup_incoming_varargs.
17095         * config/stormy16/stormy16.c
17096         (xstormy16_setup_incoming_varargs): Remove.
17097         (xstormy16_return_in_memory): New.
17098         (TARGET_PROMOTE_FUNCTION_ARGS): Likewise.
17099         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
17100         (TARGET_PROMOTE_PROTOTYPES): Likewise.
17101         (TARGET_STRUCT_VALUE_RTX): Likewise.
17102         (TARGET_RETURN_IN_MEMORY): Likewise.
17103         * config/stormy16/stormy16.h (PROMOTE_FUNCTION_ARGS): Remove.
17104         (PROMOTE_FUNCTION_RETURN): Likewise
17105         (PROMOTE_PROTOTYPES): Likewise
17106         (RETURN_IN_MEMORY): Likewise
17107         (STRUCT_VALUE): Likewise
17108         (SETUP_INCOMING_VARARGS): Likewise
17109
17110 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
17111
17112         * config/mips/mips.c (mips_offset_within_object_p): New function.
17113         (mips_symbolic_constant_p): Use it in the SYMBOL_SMALL_DATA and
17114         SYMBOL_CONSTANT_POOL cases.  Also use it for SYMBOL_GENERAL if the
17115         ABI has 64-bit pointers and the object file only allows 32-bit symbols.
17116
17117 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
17118
17119         * config/sh/sh.h (PROMOTE_FUNCTION_ARGS): Remove.
17120         (PROMOTE_FUNCTION_RETURN): Likewise.
17121
17122 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
17123
17124         * config/mn10300/mn10300-protos.h: Remove the prototype for
17125         mn10300_builtin_saveregs.
17126         * config/mn10300/mn10300.c (TARGET_PROMOTE_PROTOTYPES): New.
17127         (TARGET_STRUCT_VALUE_RTX): Likewise.
17128         (TARGET_RETURN_IN_MEMORY): Likewise.
17129         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
17130         (mn10300_return_in_memory): Likewise.
17131         (mn10300_builtin_saveregs): Make it static.
17132         * config/mn10300/mn10300.h (PROMOTE_PROTOTYPES): Remove.
17133         (RETURN_IN_MEMORY): Likewise.
17134         (STRUCT_VALUE): Likewise.
17135         (EXPAND_BUILTIN_SAVEREGS): Likewise.
17136
17137 2004-01-25  Eric Botcazou  <ebotcazou@act-europe.fr>
17138
17139         PR bootstrap/13853
17140         * cfgcleanup.c (try_optimize_cfg): Explicitly test against 0.
17141
17142 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
17143
17144         * config/h8300/lib1funcs.asm (divnorm, modnorm): Optimize by
17145         using ccr.
17146
17147 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
17148
17149         * config/i860/i860-protos.h: Remove the prototype for
17150         i860_saveregs.
17151         * config/i860/i860.c (i860_saveregs): Make it static.
17152         (i860_struct_value_rtx): New.
17153         (TARGET_STRUCT_VALUE_RTX): Likewise.
17154         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
17155         * config/i860/i860.h (STRUCT_VALUE_REGNUM): Rename to
17156         I860_STRUCT_VALUE_REGNUM.
17157         (EXPAND_BUILTIN_SAVEREGS): Remove.
17158
17159 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
17160
17161         * config/m68hc11/m68hc11.c (TARGET_STRUCT_VALUE_RTX): New.
17162         (TARGET_RETURN_IN_MEMORY): Likewise.
17163         (m68hc11_struct_value_rtx): Likewise.
17164         (m68hc11_return_in_memory): Likewise.
17165         * config/m68hc11/m68hc11.h: Remove a commented-out definition
17166         of PROMOTE_PROTOTYPES.
17167         (RETURN_IN_MEMORY): Remove.
17168         (STRUCT_VALUE_REGNUM): Likewise.
17169
17170 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
17171
17172         * config/mmix/mmix-protos.h: Remove the prototype for
17173         mmix_setup_incoming_varargs.
17174         * config/mmix/mmix.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
17175         (TARGET_STRUCT_VALUE_RTX): Likewise.
17176         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
17177         (mmix_setup_incoming_varargs): Make it static.
17178         (mmix_struct_value_rtx): New.
17179         * config/mmix/mmix.h (PROMOTE_FUNCTION_ARGS): Remove.
17180         Remove a commented-out definition of PROMOTE_FUNCTION_RETURN.
17181         (STRUCT_VALUE_REGNUM): Remove.
17182         (SETUP_INCOMING_VARARGS): Likewise.
17183
17184 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
17185
17186         * config/mips/mips-protos.h: Remove the prototypes for
17187         mips_setup_incoming_varargs and mips_return_in_memory.
17188         * config/mips/mips.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
17189         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
17190         (TARGET_PROMOTE_PROTOTYPES): Likewise.
17191         (TARGET_STRUCT_VALUE_RTX): Likewise.
17192         (TARGET_RETURN_IN_MEMORY): Likewise.
17193         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
17194         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
17195         (mips_setup_incoming_varargs): Match the prototype for
17196         TARGET_SETUP_INCOMING_VARARGS.
17197         (mips_return_in_memory): Make it static.  Add argument fntype.
17198         (mips_strict_argument_naming): New.
17199         * config/mips/mips.h (PROMOTE_PROTOTYPES): Remove.
17200         (PROMOTE_FUNCTION_ARGS): Likewise.
17201         (PROMOTE_FUNCTION_RETURN): Likewise.
17202         (STRUCT_VALUE): Likewise.
17203         (RETURN_IN_MEMORY): Likewise.
17204         (SETUP_INCOMING_VARARGS): Likewise.
17205         (STRICT_ARGUMENT_NAMING): Likewise.
17206
17207 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
17208
17209         * config/ip2k/ip2k.c (TARGET_STRUCT_VALUE_RTX): New.
17210         (TARGET_RETURN_IN_MEMORY): Likewise.
17211         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
17212         (ip2k_return_in_memory): Likewise.
17213         (ip2k_setup_incoming_varargs): Likewise.
17214         * config/ip2k/ip2k.h (RETURN_IN_MEMORY): Remove.
17215         (STRUCT_VALUE): Likewise.
17216         (STRUCT_VALUE_INCOMING): Likewise.
17217         (SETUP_INCOMING_VARARGS): Likewise.
17218
17219 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
17220
17221         * config/avr/avr.c (TARGET_STRUCT_VALUE_RTX): New.
17222         (TARGET_RETURN_IN_MEMORY): Likewise.
17223         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
17224         (avr_return_in_memory): Remove.
17225         * config/avr/avr.h (RETURN_IN_MEMORY): Remove.
17226         (STRUCT_VALUE): Likewise.
17227         (STRUCT_VALUE_INCOMING): Likewise.
17228         (STRICT_ARGUMENT_NAMING): Likewise.
17229
17230 2004-01-25  Jan Hubicka  <jh@suse.cz>
17231
17232         * combine.c (recog_for_combine): Avoid allocating unnecesary RTX.
17233
17234 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
17235
17236         * config/mips/mips-protos.h (mips_reg_mode_ok_for_base_p): Delete.
17237         (mips_regno_mode_ok_for_base_p): Declare.
17238         * config/mips/mips.h (ARG_POINTER_REGNUM): Renumber to 77.
17239         (FRAME_POINTER_REGNUM): Renumber to 78.
17240         (FIRST_PSEUDO_REGISTER): Update comment accordingly.
17241         (BASE_REG_P, GP_REG_OR_PSEUDO_STRICT_P): Delete.
17242         (GP_REG_OR_PSEUDO_NONSTRICT_P): Delete.
17243         (REGNO_MODE_OK_FOR_BASE_P): Use mips_regno_mode_ok_for_base_p.
17244         (REG_MODE_OK_FOR_BASE_P): Likewise.
17245         * config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Change
17246         entry for 77 to "$arg" and entry for 78 to "$frame".
17247         (mips_regno_to_class): Map 77 and 78 to ALL_REGS.
17248         (mips_reg_mode_ok_for_base_p): Remove.
17249         (mips_regno_mode_ok_for_base_p): New function, derived from old
17250         BASE_REG_P macro.  Don't enforce the mips16 stack pointer
17251         restrictions unless we're being strict.
17252         (mips_valid_base_register_p): Use mips_regno_mode_ok_for_base_p.
17253
17254 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
17255
17256         * c-common.h: Fix comment typos.
17257         * c-decl.c: Likewise.
17258         * cgraphunit.c: Likewise.
17259         * combine.c: Likewise.
17260         * et-forest.c: Likewise.
17261         * flow.c: Likewise.
17262         * function.c: Likewise.
17263         * ifcvt.c: Likewise.
17264         * integrate.c: Likewise.
17265         * jump.c: Likewise.
17266         * postreload.c: Likewise.
17267         * varray.c: Likewise.
17268
17269 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
17270
17271         * doc/frontends.texi: Update copyright.
17272         * doc/gcov.texi: Likewise.
17273         * doc/gty.texi: Likewise.
17274         * doc/sourcebuild.texi: Likewise.
17275         * doc/standards.texi: Likewise.
17276
17277 2004-01-24  Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
17278
17279         PR target/12978
17280         * c4x.md: (movstrqi*) Use match_scratch instead of match_dup.
17281         Remove movstrqi_small because it conflicts with movstrqi_large.
17282
17283 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
17284
17285         * config/cris/cris.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
17286         (TARGET_STRUCT_VALUE_RTX): Likewise.
17287         (cris_struct_value_rtx): Likewise.
17288         * config/cris/cris.h (PROMOTE_FUNCTION_ARGS): Remove.
17289         (CRIS_STACKADJ_REG): Use CRIS_STRUCT_VALUE_REGNUM instead of
17290         STRUCT_VALUE_REGNUM.
17291         (STRUCT_VALUE_REGNUM): Rename to CRIS_STRUCT_VALUE_REGNUM.
17292
17293 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
17294
17295         PR bootstrap/13848
17296         * cse.c (cse_cc_succs): Change the mode of the source expression
17297         as soon as decide we need a new mode.  Don't permit changing modes
17298         if we found a match in a successor block.
17299         (cse_condition_code_reg): Save original mode of source expression
17300         so that we know whether we have to change the mode in other
17301         insns.
17302
17303 2004-01-24  Jan Hubicka  <jh@suse.cz>
17304
17305         * emit-rtl.c (change_address, adjust_address_1, offset_address,
17306         widen_memory_access):  Return early when there is nothing to change.
17307
17308 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
17309
17310         * simplify-rtx.c (simplify_relational_operation): Don't
17311         simplify address == constant into address + -constant == 0.
17312
17313 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
17314
17315         * gcc.c (process_command): Don't internationalize the
17316         Copyright message.
17317         * mips-tfile.c (main): Likewise.
17318
17319 2004-01-24  Andreas Tobler  <a.tobler@schweiz.ch>
17320
17321         * cse.c: (cse_cc_succs) Fix comparison warning.
17322
17323 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
17324
17325         * config/h8300/h8300.md: Remove extraneous USE in expanders.
17326
17327 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
17328
17329         * config/h8300/h8300-protos.h: Provide prototypes for
17330         h8300_legitimate_constant_p and h8300_legitimate_address_p.
17331         * config/h8300/h8300.c (h8300_legitimate_constant_p): New.
17332         (h8300_rtx_ok_for_base_p): Likewise.
17333         (h8300_legitimate_address_p): Likewise.
17334         * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Use
17335         h8300_legitimate_constant_p.
17336         (RTX_OK_FOR_BASE_P): Remove.
17337         (GO_IF_LEGITIMATE_ADDRESS): Use h8300_legitimate_address_p.
17338
17339 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
17340
17341         * config/h8300/h8300.h (REG_OK_FOR_INDEX_NONSTRICT_P): New.
17342         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
17343         (REG_OK_FOR_INDEX_STRICT_P): Likewise.
17344         (REG_OK_FOR_BASE_STRICT_P): Likewise.
17345         (REG_OK_FOR_INDEX_STRICT_P): Use REGNO_OK_FOR_INDEX_P.
17346         (REG_OK_FOR_BASE_STRICT_P): Use REGNO_OK_FOR_BASE_P.
17347         (REG_OK_FOR_INDEX_P): Use REG_OK_FOR_INDEX_STRICT_P.
17348         (REG_OK_FOR_BASE_P): Use REG_OK_FOR_BASE_STRICT_P.
17349
17350 2004-01-24  Jan Hubicka  <jh@suse.cz>
17351
17352         * cselib.c (remove_useless_values):  Do not access discarded values.
17353
17354 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
17355
17356         * c-typeck.c (build_conditional_expr): Do not allow non-lvalue
17357         arrays.
17358
17359 2004-01-23  Kazu Hirata  <kazu@cs.umass.edu>
17360
17361         * recog.c: Fix a typo in copyright.
17362
17363 2004-01-23  Andrew Pinski  <apinski@apple.com>
17364
17365         * config/rs6000/rs6000.md (call): Fix misappiled patch.
17366         (call_value): Likewise.
17367
17368 2004-01-23  Richard Henderson  <rth@redhat.com>
17369
17370         PR opt/12941
17371         * combine.c (SHIFT_COUNT_TRUNCATED): Provide default value.
17372         (simplify_comparison): Don't simplify (eq (zero_extract c 1 r) 0)
17373         if SHIFT_COUNT_TRUNCATED is set.
17374
17375 2004-01-23  Bob Wilson  <bob.wilson@acm.org>
17376
17377         * config/xtensa/xtensa.c (xtensa_va_arg): Handle complex values as
17378         separate real and imaginary parts.
17379         * config/xtensa/xtensa.h (SPLIT_COMPLEX_ARGS): Define.
17380
17381 2004-01-23  Hartmut Penner <hpenner@de.ibm.com>
17382
17383         PR target/13674
17384         * config/rs6000/rs6000.md (movdf_hardfloat64): Do not disparage
17385         loading into GPR.
17386
17387 2004-01-23  Jan Hubicka  <jh@suse.cz>
17388
17389         * emit-rtl.c (change_address_1):  Do not re-generate the RTX if nothing
17390         change.
17391
17392         * alloc-pool.c (align_four): Kill.
17393         (create_alloc_pool): Align size to eight.
17394         (free_alloc_pool, free_pool): Invalidate deallocated data.
17395
17396 2004-01-23  Ian Lance Taylor  <ian@wasabisystems.com>
17397
17398         PR gcc/1532
17399         * cse.c (cse_change_cc_mode): New static function.
17400         (cse_change_cc_mode_insns, cse_cc_succs): Likewise.
17401         (cse_condition_code_reg): New function.
17402         * rtl.h (cse_condition_code_reg): Declare.
17403         * toplev.c (rest_of_handle_cse2): Call cse_condition_code_reg.
17404         * target.h (struct gcc_target): Add fixed_condition_code_regs and
17405         cc_modes_compatible.
17406         * target-def.h (TARGET_FIXED_CONDITION_CODE_REGS): Define.
17407         (TARGET_CC_MODES_COMPATIBLE): Define.
17408         (TARGET_INITIALIZER): Add new initializers.
17409         * targhooks.c (default_cc_modes_compatible): New function.
17410         * targhooks.c (default_cc_modes_compatible): Declare.
17411         * hooks.c (hook_bool_intp_intp_false): New function.
17412         * hooks.h (hook_bool_intp_intp_false): Declare.
17413         * config/i386/i386.c (TARGET_FIXED_CONDITION_CODE_REGS): Define.
17414         (TARGET_CC_MODES_COMPATIBLE): Define.
17415         (ix86_fixed_condition_code_regs): New static function.
17416         (ix86_cc_modes_compatible): Likewise.
17417         * doc/tm.texi (Condition Code): Document new hooks.
17418
17419 2004-01-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17420
17421         * fixinc/inclhack.def (bad_lval): Renamed to ...
17422         (alpha_bad_lval): ... this.
17423         Removed file list.
17424         Restrict to alpha*-dec-osf*.
17425         * fixinc/fixincl.x: Regenerate.
17426         * fixinc/tests/base/dirent.h: Remove, moving test ...
17427         * fixinc/tests/base/testing.h: ... here, reflecting new name.
17428
17429 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
17430
17431         PR c/13814
17432         * c-decl.c (diagnose_mismatched_decls): Also discard a
17433         built-in if we encounter an old-style definition with the
17434         same name.
17435
17436 2004-01-23  Jakub Jelinek  <jakub@redhat.com>
17437
17438         * config.gcc (powerpc*-*): Clear $with_cpu or $with_tune if it was
17439         set to default{32,64}.
17440
17441 2004-01-21  Jakub Jelinek  <jakub@redhat.com>
17442
17443         * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR)
17444         [!__powerpc64__]: Corrected to handle kernels with changed ucontext.
17445
17446 2004-01-23  Eric Botcazou  <ebotcazou@act-europe.fr>
17447             Olivier Hainque  <hainque@act-europe.fr>
17448
17449         * fold-const.c (fold_binary_op_with_conditional_arg): Only
17450         build a COMPOUND_EXPR if 'arg' is really a SAVE_EXPR.
17451
17452 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
17453
17454         * config/arm/arm.c (arm_legitimate_address_p): Don't check the mode
17455         size for minipool references.
17456
17457 2004-01-23  Roger Sayle  <roger@eyesopen.com>
17458
17459         * real.c (real_floor, real_ceil): Tweak to allow input and output
17460         arguments to overlap.
17461         (real_round): New function to implement round(3m) semantics.
17462         * real.h (real_round): Prototype here.
17463         * builtins.c (fold_builtin_round): New function to constant fold
17464         round, roundf and roundl.
17465         (fold_builtin): Call fold_builtin_round for BUILT_IN_ROUND{,F,L}.
17466
17467 2004-01-23  Alexandre Oliva  <aoliva@redhat.com>
17468
17469         PR optimization/13819
17470         * config/sh/sh.c (sh_reorg): Compensate for sharing of CLOBBERs
17471         introduced by 2004-01-20's Jan Hubicka's copy_insn change.
17472         (sh_handle_sp_switch_attribute): Remove warning.
17473
17474 2004-01-23  Jan Hubicka  <jh@suse.cz>
17475
17476         * i386.c (ix86_emit_restore_regs_using_mov):  Deal with large offsets.
17477
17478 2004-01-23  J"orn Rennecke <joern.rennecke@superh.com>
17479
17480         * doc/tm.texi: Insert some weasel words when LOAD_EXTEND_OP
17481         may or may not return non-NIL.
17482         * postreload.c (reload_cse_simplify_operands): In LOAD_EXTEND_OP code,
17483         check CANNOT_CHANGE_MODE_CLASS
17484
17485 2004-01-23  Jan Hubicka  <jh@suse.cz>
17486
17487         * basic-block.h (PROP_POSTRELOAD): New macro.
17488         (CLEANUP_LOG_LINKS): New.
17489         * cfgcleanup.c (cleanup_cfg): Only PROP_LOG_LINKS when asked to.
17490         * toplev.c (rest_of_handle_life):  Preserve LOG_LINKS trought cleanup_cfg.
17491
17492         * cselib.c (value_pool): New.
17493         (new_cselib_val): Use pool.
17494         (cselib_init): Initialize value_pool
17495         (cselib_finish): Free pool.
17496
17497 2004-01-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
17498
17499         * config/sparc/sparc.c (scan_record_type): New function.
17500         (function_arg_slotno): Use it to determine which kinds of
17501         registers the record can be passed in.
17502
17503 2004-01-22  James A. Mmorrison  <ja2morri@uwaterloo.ca>
17504
17505         * config/pa/fptr.c: Fix old-style definition.
17506
17507 2004-01-22  Paolo Bonzini  <bonzini@gnu.org>
17508
17509         PR optimization/13724
17510         * cse.c (fold_rtx) <SUBREG>:  Fold a SUBREG to zero if it
17511         represents the zero bits produced by a ZERO_EXTEND operation.
17512
17513 2004-01-22  Roger Sayle  <roger@eyesopen.com>
17514
17515         PR optimization/13821
17516         * simplify-rtx.c (simplify_subreg): Use subreg_lowpart_offset to
17517         correctly calculate the lowpart offset of the contracted subreg.
17518
17519 2004-01-22  Ian Lance Taylor  <ian@wasabisystems.com>
17520
17521         * doc/invoke.texi (Optimize Options): Note that --param arguments
17522         are subject to change without notice.
17523
17524 2004-01-22  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17525
17526         * config.gcc (mips-sgi-irix6*o32): Removed.
17527         * config/mips/iris6-o32-as.h: Likewise.
17528         * config/mips/iris6-o32-gas.h: Likewise.
17529         * config/mips/iris6-o32.h: Likewise.
17530
17531 2004-01-22  Jan Hubicka  <jh@suse.cz>
17532
17533         * cfgcleanup.c (first_pass): New static variable.
17534         (try_forward_edges):  Add work limiting check for threading.
17535         (try_crossjump_bb):  Add work limiting check for crossjumping.
17536         (try_optimize_cfg):  Maintain first pass variable.
17537
17538 2004-01-22  Bob Wilson  <bob.wilson@acm.org>
17539
17540         * config/xtensa/xtensa.c (function_arg): Generalize logic so that it
17541         handles complex and vector modes.
17542
17543 2004-01-22  Kazu Hirata  <kazu@cs.umass.edu>
17544
17545         * config/h8300/h8300.h (REG_OK_FOR_INDEX_P_STRICT): Remove.
17546         (REG_OK_FOR_BASE_P_STRICT): Likewise.
17547         (STRICT): Likewise.
17548
17549 2004-01-22  Daniel Jacobowitz  <drow@mvista.com>
17550
17551         * c-semantics.c (genrtl_while_stmt, genrtl_do_stmt_1)
17552         (genrtl_for_stmt): Remove emit_nop calls.
17553
17554 2004-01-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17555
17556         PR target/13713
17557         PR target/13324
17558         * pa.md (movstrsi_prereload, movstrsi_postreload, movstrdi_prereload,
17559         movstrdi_postreload, clrstrsi_prereload, clrstrsi_postreload,
17560         clrstrdi_prereload, clrstrdi_postreload): Fix constraints.
17561
17562 2004-01-22  Daniel Jacobowitz  <drow@mvista.com>
17563
17564         * config/arm/arm.c: Include "debug.h".
17565         (thumb_pushpop): Take two new arguments.  Add some commentary.
17566         Output frame information when pushing.
17567         (thumb_exit, thumb_unexpanded_epilogue): Update calls to
17568         thumb_pushpop.
17569         (thumb_output_function_prologue): Likewise.  Accumulate a CFA
17570         offset, and pass it to thumb_pushpop.  Output CFI information.
17571         (thumb_expand_prologue): Add some frame-related markers and notes.
17572
17573 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
17574
17575         * config/s390/s390.c (s390_frame_info): Allow large frame sizes
17576         for TARGET_64BIT.
17577         (s390_arg_frame_offset): Change return type to HOST_WIDE_INT.
17578         * config/s390/s390-protos.h (s390_arg_frame_offset): Likewise.
17579
17580 2004-01-22  Roger Sayle  <roger@eyesopen.com>
17581             Paolo Bonzini  <bonzini@gnu.org>
17582
17583         * rtlanal.c (subreg_lsb_1): New function split out from subreg_lsb.
17584         (subreg_lsb): Change to call new subreg_lsb_1 helper function.
17585         * rtl.h (subreg_lsb_1): Prototype here.
17586         * simplify-rtx.c (simplify_subreg): Optimize subregs of zero and
17587         sign extensions.
17588
17589 2004-01-22  Kazu Hirata  <kazu@cs.umass.edu>
17590
17591         * doc/tm.texi (CASE_VECTOR_PC_RELATIVE): Mention that the
17592         macro need not be defined if jump-tables should contain
17593         relative addresses only when -fPIC or -fPIC is in effect.
17594
17595 2004-01-22  Jan Hubicka  <jh@suse.cz>
17596
17597         * alias.c (reg_base_value): Turn into varray.
17598         (reg_base_value_size): Kill.
17599         (old_reg_base_value): New deletable varray.
17600         (alias_invariant_size): New variable.
17601         (REG_BASE_VALUE): Update to use varray.
17602         (find_base_value): Likewise.
17603         (record_set): Likewise.
17604         (record_base_value): Likewise.
17605         (memrefs_conflict_p): Likewise.
17606         (record_set): Likewise
17607         (record_base_value): Likewise.
17608         (memrefs_conflict_p): Use alias_invariant_size.
17609         (init_alias_analysis): Use varray; set alias_invariant_size;
17610         rescale other arrays to be sized by maxreg.
17611         (end_alias_analysis): Save reg_base_value; clear alias_invariant_size.
17612
17613 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
17614
17615         * config/sparc/sparc.c (function_arg_slotno): Use
17616         FLOAT_TYPE_P to detect FP fields in structures.
17617         (function_arg_record_value_1): Likewise.
17618         (function_arg_record_value_2): Likewise.
17619
17620 2004-01-22  Jan Hubicka  <jh@suse.cz>
17621
17622         * function.c (allocate_struct_function): Do not initialize expr, emit
17623         and varasm.
17624         (prepare_function_start): Do it here.
17625         * c-parse.in (maybe_type_qual): Do not produce line number notes.
17626
17627 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
17628
17629         PR target/13559
17630         * config/sparc/sparc.c (function_arg_record_value_3): Revert
17631         to 'word_mode' once the first slot has been filled.
17632
17633 2004-01-22  Olivier Hainque  <hainque@act-europe.fr>
17634
17635         * config/sparc/sparc.c (function_arg_record_value_1): Fix
17636         computation of the number of integer registers required.
17637
17638 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
17639
17640         * config/i386/i386.md: Simplify certain comparisons of
17641         const_int.
17642
17643 2004-01-21  Andrew Pinski  <apinski@apple.com>
17644
17645         PR target/13785
17646         * config/rs6000/rs6000.md (call_value): Force operand
17647         1 not operand 0 into a register.
17648
17649 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
17650
17651         * cpperror.c, cpptrad.c, longlong.h, params.def, rtl.def,
17652         unwind-dw2-fde.h: Update copyright.
17653
17654 2004-01-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17655
17656         * pa-protos.h: Update copyright.
17657         * pa.h: Likewise.
17658         * pa.md: Likewise.
17659
17660 2004-01-21  Caroline Tice  <ctice@apple.com>
17661
17662         PR target/12308
17663         * config/i386/i386.md (fix_truncxfdi2): Add clause to clobber
17664         flags register.
17665         (fix_truncdfdi2): Likewise.
17666         (fix_truncsfdi2): Likewise.
17667         (*fix_truncdi_1): Likewise.
17668         (fix_truncxfsi2): Likewise.
17669         (fix_truncdfsi2): Likewise.
17670         (fix_truncsfsi2): Likewise.
17671         (*fix_truncsi_1): Likewise.
17672         (fix_truncxfhi2): Likewise.
17673         (fix_truncdfhi2): Likewise.
17674         (fix_truncsfhi2): Likewise.
17675         (*fix_trunchi_1): Likewise.
17676
17677 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
17678
17679         * alias.c, basic-block.h, c-common.c, c-common.h,
17680         c-cppbuiltin.c, c-opts.c, c-pragma.c, c-pretty-print.c,
17681         calls.c, cfg.c, cfgcleanup.c, cfgrtl.c, cgraph.h, collect2.c,
17682         combine.c, cppcharset.c, cpphash.h, cppinit.c, cpplib.c,
17683         cpplib.h, cppmacro.c, crtstuff.c, cselib.c, cselib.h,
17684         defaults.h, df.c, dominance.c, et-forest.c, expmed.c, expr.c,
17685         expr.h, fix-header.c, function.h, gcc.c, gcse.c, genattrtab.c,
17686         genautomata.c, genconditions.c, genemit.c, genflags.c,
17687         gengtype.c, gengtype.h, genopinit.c, genrecog.c, gensupport.c,
17688         ggc-zone.c, graph.c, haifa-sched.c, input.h, integrate.c,
17689         langhooks-def.h, langhooks.c, langhooks.h, line-map.c,
17690         line-map.h, local-alloc.c, optabs.c, optabs.h, postreload.c,
17691         ra.h, recog.c, reg-stack.c, regmove.c, reload.c, reorg.c,
17692         rtl.c, sched-deps.c, sched-ebb.c, sdbout.c, system.h,
17693         target.h, targhooks.c, toplev.h, tree-inline.c, unwind-pe.h,
17694         unwind.h, varray.c, varray.h: Update copyright.
17695
17696 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
17697
17698         * config/h8300/coff.h: Update copyright.
17699         * config/h8300/elf.h: Likewise.
17700         * config/h8300/h8300-protos.h: Likewise.
17701         * config/h8300/h8300.c: Likewise.
17702         * config/h8300/h8300.h: Likewise.
17703         * config/h8300/h8300.md: Likewise.
17704
17705 2004-01-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17706
17707         * fixinc/inclhack.def (hpux10_stdio_declarations, ultrix_const3,
17708         ultrix_locale, ultrix_stdlib, ultrix_strings, ultrix_sys_time,
17709         ultrix_unistd): New hacks.
17710         * fixinc/tests/base/stdio.h (HPUX10_STDIO_DECLARATIONS_CHECK,
17711         ULTRIX_CONST2_CHECK): Add checks.
17712         * fixinc/tests/base/stdlib.h (ULTRIX_STDLIB_CHECK): Likewise.
17713         * fixinc/tests/base/strings.h (ULTRIX_STRINGS2_CHECK): Likewise.
17714         * fixinc/tests/base/unistd.h (ULTRIX_UNISTD_CHECK): Likewise.
17715         * fixinc/tests/base/sys/time.h (ULTRIX_SYS_TIME_CHECK): Likewise.
17716         * fixinc/tests/base/locale.h: New file.
17717         * fixinc/fixincl.x: Rebuilt.
17718
17719 2004-01-21  Andreas Jaeger  <aj@suse.de>
17720             Michael Matz  <matz@suse.de>
17721
17722         * doc/extend.texi (Extended Asm): Clarify memory clobber.
17723
17724 2004-01-21  Jakub Jelinek  <jakub@redhat.com>
17725
17726         * crtstuff.c (frame_dummy, __do_global_ctors_1): Call
17727         _Jv_RegisterClasses through a function pointer.
17728
17729 2004-01-21  Falk Hueffner  <falk@debian.org>
17730
17731         PR target/12898
17732         * config/alpha/alpha.c (alpha_emit_set_const_1): If
17733         no_new_pseudos, use gen_rtx_SET directly for SImode constants
17734         which need multiple instructions to emit.
17735
17736 2004-01-21  Inaoka Kazuhiro  <inaoka.kazuhiro@renesas.com>
17737
17738         * config/m32r/m32r.h (CPP_SPEC): Define.
17739
17740 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
17741
17742         * c-decl.c (merge_decls): Kill different_binding_level and
17743         different_tu arguments; simplify throughout.
17744         (duplicate_decls): Likewise.
17745         (pushdecl, merge_translation_unit_decls): Update calls to
17746         duplicate_decls.
17747
17748 2004-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17749
17750         * Makefile.in (pretty-print.o): Depend on $(CONFIG_H) and
17751         $(SYSTEM_H).
17752         (print-rtl1.o): Depend on $(SYSTEM_H).
17753
17754 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
17755
17756         PR bootstrap/12730
17757         * configure.ac: Delete definition and subsitution of docdir.
17758         Add info, man, srcman and srcinfo to target hooks. Create doc/
17759         directory.
17760         * configure: Regenerate.
17761         * Makefile.in: Don't substitute docdir and delete all references
17762         throughout.
17763         (MAKEINFOFLAGS): Define.
17764         (stmp-docobjdir): Delete.
17765         (INFOFILES, MANFILES): Define.
17766         (info): Call lang.info, srcinfo and lang.srcinfo.
17767         (generated-manpages): Call lang.man, srcman and lang.srcman.
17768         (srcinfo, srcman): New rules to copy back files to source directory.
17769         (doc/%.info, doc/%.dvi, doc/%.1, doc/%.7): New implict rule.
17770         (install-man): Revamp rule.
17771         (clean): Update dvi directory.
17772         (distclean): Delete TAGS from front end directorys.
17773         (maintainer-clean): Delete all document files in source directory.
17774
17775         objc/Make-lang.in (objc.man, objc.info): Dummy entries.
17776         (objc.srcman, objc.srcinfo): Likewise.
17777
17778 2004-01-20  Bruce Korb  <bkorb@gnu.org>
17779
17780         * fixinc/inclhack.def(math_exception): bypass only for glibc.
17781         (matherr_decl): rename & relocate as exception_structure.
17782         This fix must precede the math_exception fix.
17783
17784 2004-01-20  Roger Sayle  <roger@eyesopen.com>
17785
17786         * fold-const.c (fold_convert): Rename to fold_convert_const.
17787         (fold_convert_const): Change arguments to take a tree_code,
17788         a type and the operand/expression to be converted.  Return
17789         NULL_TREE if no simplification is possible.  Add support for
17790         FIX_CEIL_EXPR and FIX_FLOOR_EXPR in addition to FIX_TRUNC_EXPR.
17791         (fold): Handle FIX_CEIL_EXPR and FIX_FLOOR_EXPR.
17792         Adjust call to fold_convert to match new fold_convert_const.
17793         Avoid modifying the tree passed to fold in-place.
17794
17795 2004-01-21  Alan Modra  <amodra@bigpond.net.au>
17796
17797         * config/rs6000/sysv4.h (DWARF2_FRAME_REG_OUT): Define.
17798         * dwarf2out.c (output_cfi): Map regs using DWARF2_FRAME_REG_OUT.
17799         * doc/tm.texi (DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Document.
17800
17801 2004-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17802
17803         * pa-protos.h (compute_frame_size): Use HOST_WIDE_INT for frame sizes.
17804         * pa.c (store_reg, store_reg_modify, load_reg, set_reg_plus_d):
17805         Likewise.  Handle frames larger than 0x7fffffff on 64-bit ports.
17806         (emit_move_sequence): Check scratch_reg first in various if statements.
17807         Extend source simplification to handle all 64-bit CONST_INTs.
17808         (pa_output_function_prologue): Use HOST_WIDE_INT_PRINT_DEC for printing
17809         frame size.
17810         (hppa_expand_prologue, hppa_expand_epilogue): Use HOST_WIDE_INT for
17811         frame offset calculations.
17812         * pa.h (NEW_HP_ASSEMBLER): Add comment.
17813         (MAX_LEGIT_64BIT_CONST_INT, MIN_LEGIT_64BIT_CONST_INT,
17814         LEGITIMATE_64BIT_CONST_INT_P): Define.
17815         (LEGITIMATE_CONSTANT_P): Use LEGITIMATE_64BIT_CONST_INT_P.  Treat
17816         any CONST_INT as legitimate during and after reload.
17817         (VAL_32_BITS_P, INT_32_BITS): Define.
17818         (LEGITIMIZE_RELOAD_ADDRESS): Handle large frame offsets.
17819
17820 2004-01-20  Jan Hubicka  <jh@suse.cz>
17821
17822         * emit-rtl.c (verify_rtx_sharing, copy_insn_1,
17823         emit_copy_of_insn_after, emit_copy_of_insn_after): Clobbers
17824         containing hard regs are shared.
17825         (gen_hard_reg_clobber): New function.
17826         (hard_reg_clobbers): New array.
17827         * genemit.c (gen_exp): Use gen_hard_reg_clobber.
17828         (copy_rtx): Do not copy clobbers containing hard regs.
17829         * rtl.h (gen_hard_reg_clobber): Declare.
17830
17831 2004-01-20  Jan Hubicka  <jh@suse.cz>
17832
17833         * varray.c:  Include hashtab.h
17834         (varray_descriptor): New structure.
17835         (hash_descriptor, eq_descriptor, varray_descriptor,
17836         print_statistics): New static functions
17837         (varray_init, varray_grow): Update statistics
17838         (dump_varray_statistics): New function.
17839         * varray.h (dump_varray_statistics): Declare.
17840         * toplev.c (finalize): Call it.
17841         * Makefile.in (varray.o): Add dependency.
17842
17843 2004-01-20  Jan Hubicka  <jh@suse.cz>
17844
17845         * cselib.c: Include alloc-pool.h
17846         (empty_vals, empty_elt_lists, empty_elt_loc_lists): Kill.
17847         (elt_loc_list_pool, elt_list_pool, cselib_val_pool): Declare.
17848         (new_elt_list, new_elt_loc_list, unchain_one_elt_list,
17849         unchain_one_elt_loc_list_pool, unchain_one_value,
17850         new_cselib_val): Simplify using allocpool.
17851         (cselib_init): Initialize allocpools.
17852         (cselib_finish): Finish allocpools.
17853         * Makefile.in (cselib.o): Depend on alloc-pool.h
17854
17855 2004-01-20  Richard Sandiford  <rsandifo@redhat.com>
17856
17857         * config/mips/mips.c (mips_load_call_address): Make the call insn
17858         use $gp if it could be calling a lazy binding stub.
17859
17860 2004-01-20  Kazu Hirata  <kazu@cs.umass.edu>
17861
17862         * config/s390/s390.c (TARGET_PROMOTE_FUNCTION_ARGS): Define.
17863         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
17864         (TARGET_STRUCT_VALUE_RTX): Likewise.
17865         * config/s390/s390.h (PROMOTE_FUNCTION_ARGS): Remove.
17866         (PROMOTE_FUNCTION_RETURN): Remove.
17867         (STRUCT_VALUE): Remove.
17868
17869 2004-01-20  Denis Chertykov  <denisc@overta.ru>
17870
17871         PR bootstrap/13735
17872         * config/avr/avr.h (BASE_REG_CLASS): Don't permit to use X
17873         register as pointer after reload.
17874
17875 2004-01-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
17876
17877         PR optimization/12440
17878         * loop.c: Include ggc.h.
17879         (loop_optimize): Run garbage collector between optimization of loops.
17880         * Makefile.in (loop.o): Add GGC_H dependency.
17881
17882 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
17883
17884         * gcc/config/rs6000/rs6000.c (function_arg) Handle
17885         vector register special in function without prototype.
17886         (function_arg_advance): Vector parameters get always
17887         GPRs allocated for the linux64 target.
17888
17889 2004-01-20  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
17890
17891         * config/m32r/m32r.h (TARGET_M32R2). Test for TARGET_M32R2_MASK
17892         not TARGET_M32RX_MASK.
17893
17894 2004-01-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
17895
17896         PR target/13557
17897         * config/sparc/sparc.c (function_arg): Reorder the cases.
17898
17899 2004-01-19  Per Bothner  <per@bothner.com>
17900
17901         Move cpp_reader's line_maps field to a shared global.
17902         * cpphash.h (cpp_reader):  Rename line_maps field to line_table
17903         and change the type to a pointer rather than a struct.
17904         * cppinit.c (cpp_push_main_field):  Adjust accordingly.
17905         * cpplib.c (do_include_common, _cpp_do_file_change, cpp_get_callbacks):
17906         Likewise.
17907         * cppfiles.c (validate_pch):  Likewise.
17908         * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_builtin_macro_text):
17909         Likewise.
17910         * cpperror.c (print_location):  Likewise.
17911         * cpplib.h (cpp_create_reader):  New line_maps pointer parameter.
17912         * cppinit.c (cpp_create_reader):  Handle new parameter.
17913         (cpp_destroy):  Don't free line_maps - that's no longer our job.
17914         * input.h (line_table):  New variable.
17915         * toplev.c (line_table):  Declare variable.
17916         (general_init):  Initialize line_table.
17917         * c-opts.c (c_common_init_options):  Pass line_table to
17918         cpp_create_reader.
17919         * fix-header.c (read_scan_file):  New local variable line_table.
17920         Initialize, and pass it to cpp_create_reader.
17921         * Makefile.in (LIBS, LIBDEPS):  Add libcpp.a.
17922         (C_AND_OBJC_OBJS, fix-header):  Remove redundant libcpp.a.
17923
17924 2004-01-19  Per Bothner  <per@bothner.com>
17925
17926         Implement a cache for linemap_lookup.
17927         * line-map.h (struct_line_maps):  Add cache field.
17928         * line-map.c (linemap_init):  Zero cache field.
17929         (linemap_add):  Set cache field to offset of newly allocated map.
17930         (linemap_lookup):  Use and set cache field.
17931
17932 2004-01-20  Kaz Kojima  <kkojima@gcc.gnu.org>
17933
17934         PR optimization/13567
17935         * cse.c (cse_basic_block): Call cse_insn with a non-null
17936         libcall_insn for the last SET insn of a no-confilict block.
17937
17938 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
17939
17940         * Makefile.in (target_noncanonical, program_transform_name): Use
17941         immediate define instead of deferred.
17942         (GCC_INSTALL_NAME, GCC_TARGET_INSTALL_NAME, CPP_INSTALL_NAME,
17943         PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, GCOV_INSTALL_NAME,
17944         GCCBUG_INSTALL_NAME): Define via a immediate $(shell) instead of
17945         deferred backquote.
17946
17947 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
17948
17949         * c-decl.c (c_init_decl_processing): Set pedantic_lvalues to
17950         true unconditionally.
17951         * c-typeck.c (unary_complex_lvalue, pedantic_lvalue_warning):
17952         Remove.
17953         (build_unary_op, build_modify_expr): Don't handle extended
17954         lvalues.
17955         (build_component_ref, build_conditional_expr): Call non_lvalue
17956         instead of pedantic_non_lvalue.
17957         (build_c_cast): Don't condition use of non_lvalue on pedantic.
17958         * fold-const.c (fold): Don't check pedantic directly for
17959         COMPOUND_EXPR.  Ensure that results for COMPOUND_EXPR are
17960         passed to pedantic_non_lvalue.
17961         * doc/extend.texi: Remove documentation of extended lvalues.
17962
17963 2004-01-19  Roger Sayle  <roger@eyesopen.com>
17964
17965         PR optimization/5263
17966         * simplify-rtx.c (associative_constant_p): Delete.
17967         (simplify_associative_operation): Rewrite to linearize terms, and
17968         attempt to simplify new term against both left and right subterms.
17969         (simplify_binary_operation): Call swap_commutative_operands_p on
17970         op0 and op1, not trueop0 and trueop1.  Move the initialization of
17971         trueop0 and trueop1 down to where first needed.
17972         (simplify_relational_operation): Likewise.
17973         * rtlanal.c (commutative_operand_precedence): Also order constant
17974         operands using avoid_constant_pool_reference.
17975
17976 2004-01-19  Richard Henderson  <rth@redhat.com>
17977
17978         * config/alpha/alpha.c (aligned_memory_operand): Check MEM_ALIGN,
17979         don't check memory mode.
17980         (unaligned_memory_operand): Likewise.
17981         (reload_inqi, reload_inhi, reload_outqi, reload_outhi): Don't
17982         abort for op0 not MEM.
17983
17984         * config/alpha/alpha.c (alpha_expand_mov_nobwx): If the destination
17985         is not a reg, copy to a scratch first.
17986         (aligned_loadqi, aligned_loadhi, unaligned_loadqi, unaligned_loadhi,
17987         unaligned_loadqi_le, unaligned_loadqi_be, unaligned_loadhi_le,
17988         unaligned_loadhi_be): Expect op0 in DImode; don't SUBREG.
17989         (reload_inqi, reload_inhi): Fix mode of op0.
17990         (reload_inqi_help, reload_inhi_help, reload_outqi_help,
17991         reload_outhi_help): Likewise.  Use define_insn_and_split.
17992
17993         * config/alpha/alpha.md (call peepholes): Check for REG_NORETURN
17994         as well as $29 dead.
17995
17996 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
17997
17998         * config/sparc/sol2.h (ASM_DECLARE_OBJECT_NAME): New.  Emit
17999         "tls_object" for thread-local objects.
18000         * config/sparc/sparc.c (sparc_elf_asm_named_section): Emit
18001         "#tls" for thread-local sections.
18002         * configure.ac (thread-local checks): Specify --fatal-warnings in
18003         every binutils-specific checks.  For sparc*-*-*, test whether the
18004         OS is Solaris and the tools are native and act accordingly.
18005         * configure: Rebuild.
18006
18007 2004-01-19  Jeff Law  <law@redhat.com>
18008
18009         * contrib.texi: Update Paolo Carlini's entry.  New entries for
18010         Jerry Quinn and Petur Runolfsson.
18011
18012 2004-01-19  Roger Sayle  <roger@eyesopen.com>
18013
18014         * config/i386/i386.md (*movhi_1, *movqi_1): When optimizing for
18015         size, don't use the larger zero-extending loads.
18016
18017 2004-01-19  Richard Henderson  <rth@redhat.com>
18018
18019         * alpha.h (HARD_REGNO_MODE_OK): Disallow SImode in FP regs.
18020         * alpha.md (UNSPEC_NT_LDA): Remove.
18021         (UNSPEC_CVTLQ, cvtlq): New.
18022         (extendsidi2_1): Rename from extendsidi2_nofix; remove f/f.
18023         (extendsidi2_fix): Remove.
18024         (extendsidi2 splitter): Use cvtlq.
18025         (extendsidi2 fp peepholes): Remove.
18026         (cvtql): Use SFmode instead of SImode.
18027         (fix_trunc?fsi): Update to match.
18028         (floatsisf2_ieee, floatsisf2, floatsidf2_ieee, floatsidf2): New.
18029         (movsi): Rename from movsi_nofix, remove f alternatives.
18030         (movsi_nt_vms): Similarly.
18031         (movsi_fix, movsi_nt_vms_fix): Remove.
18032         (nt_lda): Remove.
18033         * alpha.c (alpha_expand_prologue): Use adddi3, not nt_lda.
18034
18035 2004-01-19  Jan Hubicka  <jh@suse.cz>
18036
18037         * cgraph.c (cgraph_remove_node): Fix removal from linked list.
18038         * cgraphunit.c (cgraph_finalize_compilation_unit): Clear next_needed
18039         list.
18040         (cgraph_remove_unreachable_nodes): New function
18041         (cgraph_decide_inlining_of_small_function): Fix pasto.
18042         (cgraph_decide_inlining_incrementally): Fix pasto.
18043         (cgrpah_decide_inlining): Likewise; remove unreachable nodes.
18044
18045 2004-01-19  Steven Bosscher  <stevenb@suse.de>
18046
18047         * gengtype.c (header_file): Make it static.
18048         (write_types_process_field, write_enum_defn): Minor whitespace fixes.
18049         * gengtype.h (header_file): No longer extern.
18050
18051 2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
18052
18053         * defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default.
18054         * expr.c (CASE_VECTOR_PC_RELATIVE): Remove.
18055         * stmt.c (CASE_VECTOR_PC_RELATIVE): Likewise.
18056
18057 2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
18058
18059         * stmt.c (HAVE_casesi): Define it not already defined.
18060         (HAVE_tablejump): Likewise.
18061         (expand_end_case_type): Resort to the binary tree method if
18062         neither casesi or tablejump is available.
18063
18064 2004-01-18  Daniel Jacobowitz  <drow@mvista.com>
18065
18066         * final.c (final_scan_insn): Make non-static again.
18067         * output.h (final_scan_insn): Re-add prototype.
18068         * config/arc/arc.c (arc_output_function_epilogue): Add NULL
18069         to final_scan_insn call.
18070         * config/cris/cris.c (cris_target_asm_function_epilogue): Likewise.
18071         * config/mips/mips.c (mips_output_conditional_branch): Likewise.
18072         * config/pa/pa.c (output_lbranch, output_call): Likewise.
18073         * config/sh/sh.c (print_slot): Likewise.
18074         * config/sparc/sparc.c (sparc_nonflat_function_epilogue): Likewise.
18075         (output_sibcall, sparc_flat_function_epilogue): Likewise.
18076
18077 2004-01-18  Jan Hubicka  <jh@suse.cz>
18078
18079         * basic-block.h (try_redirect_by_replacing_jump): Declare.
18080         * cfgcleanup.c (try_optimize_cfg): Use it.
18081         * cfgrtl.c (try_redirect_by_replacing_jump): Export.
18082         (rtl_redirect_edge_and_branch, cfg_layout_redirect_edge_and_branch):
18083         Kill hack.
18084         (cfg_layout_merge_blocks): Use try_redirect_by_replacing_jump.
18085
18086         Revert:
18087         2004-01-16  Geoffrey Keating  <geoffk@apple.com>
18088
18089                 * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps
18090                 even after reload, just don't remove the actual jump tables.
18091
18092 2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
18093
18094         * config/rs6000/rs6000.h (STRICT_ARGUMENT_NAMING): Remove.
18095
18096 2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
18097
18098         * defaults.h (ASM_OUTPUT_ADDR_VEC_ELT): Fix the computation of
18099         the size of a pointer in bytes.
18100
18101 2004-01-18  Roger Sayle  <roger@eyesopen.com>
18102
18103         * builtins.c (expand_builtin_expect_jump): Fix thinko of reusing
18104         live "next" variable, which could lead to an infinite loop.
18105
18106 2004-01-18  Andrew Pinski  <pinskia@physics.uc.edu>
18107
18108         * config/rs6000/altivec.h: Wrap C++ functions in extern "C++"
18109         block.
18110
18111         * config/rs6000/rs6000.c (rs6000_special_round_type_align):
18112         Check for NULL in the chain and remove repeated code.
18113
18114 2004-01-18  Jan Hubicka  <jh@suse.cz>
18115
18116         * coverage.c (checksum_string): Rename to ...
18117         (coverage_checksum_string): ... this one, Use crc32_string; recognize
18118         names containing random number and zero the number out in order to get
18119         match.
18120
18121 2004-01-18  Richard Sandiford  <rsandifo@redhat.com>
18122
18123         * config/mips/mips.c (mips_got_alias_set): Mark for PCH.
18124
18125 2004-01-18  Joseph S. Myers  <jsm@polyomino.org.uk>
18126
18127         * doc/c-tree.texi, doc/cpp.texi, doc/extend.texi,
18128         doc/frontends.texi, doc/gcov.texi, doc/gty.texi, doc/install.texi,
18129         doc/invoke.texi, doc/libgcc.texi, doc/md.texi, doc/rtl.texi,
18130         doc/sourcebuild.texi, doc/standards.texi, doc/tm.texi,
18131         doc/trouble.texi: Remove trailing whitespace.
18132
18133 2004-01-18  Richard Sandiford  <rsandifo@redhat.com>
18134
18135         PR target/7618
18136         * config/mips/mips.c: Include cfglayout.h.
18137         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
18138         (mips_unspec_offset_high): Add temporary register argument.
18139         (mips_load_call_address): New function, split out from...
18140         (mips_expand_call): ...here.
18141         (mips_output_cplocal): New function.
18142         (mips_output_function_prologue, mips_output_function_epilogue): Use it.
18143         (mips_emit_loadgp): New function, split out from...
18144         (mips_expand_prologue): ...here.
18145         (mips_output_mi_thunk): New function.
18146
18147 2004-01-17  Bernardo Innocenti  <bernie@develer.com>
18148
18149         * longlong.h (mc68020, __mc68030__, mc68030, __mc68040__, mc68040,
18150         mcpu32): Remove redundant checks for implied target predefines.
18151
18152 2004-1-17  Andrew Pinski  <pinskia@physics.uc.edu>
18153
18154         * config/rs6000/rs6000.c (rs6000_special_round_type_align):
18155         Return type is unsigned int not int.
18156         * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
18157         Likewise.
18158
18159 2004-01-18  Joseph S. Myers  <jsm@polyomino.org.uk>
18160
18161         * doc/contrib.texi, doc/cppenv.texi, doc/extend.texi,
18162         doc/install.texi, doc/invoke.texi, doc/tm.texi: Consistently use
18163         "GNU/Linux" and "Microsoft Windows" terminology.
18164
18165 2004-01-18  Joseph S. Myers  <jsm@polyomino.org.uk>
18166
18167         * doc/c-tree.texi, doc/compat.texi, doc/cpp.texi,
18168         doc/cppopts.texi, doc/extend.texi, doc/install.texi,
18169         doc/interface.texi, doc/invoke.texi, doc/libgcc.texi, doc/md.texi,
18170         doc/objc.texi, doc/rtl.texi, doc/tm.texi, doc/trouble.texi: Use
18171         @smallexample instead of @example.
18172
18173 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
18174
18175         * objc/objc-act.c (build_objc_method_call): Use target
18176         hooks instead of macros to determine if ..._stret
18177         dispatchers should be used (NeXT runtime only).
18178
18179 2004-01-17  Roger Sayle  <roger@eyesopen.com>
18180
18181         * builtins.c (expand_builtin_expect_jump): Fix mistake in my
18182         last patch.  Use XEXP (x, 0) to get a LABEL_REF's CODE_LABEL.
18183
18184 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
18185
18186         * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)
18187         (emit_call_insn_before_sameloc, emit_insn_after_sameloc)
18188         (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): New
18189         macros.
18190         * reload1.c (emit_reload_insns): Use them.
18191         * emit-rtl.c (emit_insn_before_sameloc, emit_insn_after_sameloc)
18192         (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): Check
18193         for NULL PATTERN.
18194
18195 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
18196
18197         * final.c (SEEN_BB, SEEN_NOTE, SEEN_EMITTED): Define.
18198         (final_scan_insn): Update to take an additional SEEN argument.  Emit
18199         a line note after the prologue.  Make static.
18200         (line_note_exists): Remove.
18201         (final): Don't initialize line_note_exists.  Update call to
18202         final_scan_insn.
18203         * output.h (final_scan_insn): Remove prologue.
18204         * function.c (set_insn_locators): Update comment.
18205         (thread_prologue_and_epilogue_insns): Add a comment.
18206
18207 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
18208
18209         PR target/10781
18210         * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
18211         Prototype.
18212         * config/rs6000/rs6000.c (rs6000_special_round_type_align):
18213         New function.
18214         * config/rs6000/linux64.h (ROUND_TYPE_ALIGN): Use it.
18215         * config/rs6000/aix.h (ROUND_TYPE_ALIGN): Likewise.
18216         * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Likewise.
18217
18218 2004-01-17  Jan Hubicka  <jh@suse.cz>
18219
18220         * toplev.c (rest_of_handle_reorder_blocks): Fix pasto in previous
18221         commit.
18222
18223         * toplev.c (HAVE_conditional_execution): Provide default.
18224         (rest_of_handle_reorder_blocks): For conditional_execution target
18225         update liveness once after all transformations
18226         (rest_of_compilation): Do crossjumping before ce3.
18227
18228 2004-01-17  Geoffrey Keating  <geoffk@apple.com>
18229
18230         * alias.c (new_alias_set): Mark last_alias_set for PCH.
18231         (get_varargs_alias_set): Rename 'set' to 'varargs_set' and mark it
18232         for PCH.
18233         (get_frame_alias_set): Likewise, except rename it to 'frame_set'.
18234         * config/rs6000/rs6000.c (rs6000_sr_alias_set): Mark for PCH.
18235         (get_TOC_alias_set): Mark 'set' for PCH.
18236
18237 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
18238
18239         * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps
18240         even after reload, just don't remove the actual jump tables.
18241
18242 2004-01-17  J. Brobecker  <brobecker@gnat.com>
18243
18244         * dwarf2out.c (is_subrange_type): Renamed from is_ada_subrange_type().
18245         Remove checks for is_ada() and TREE_UNSIGNED.
18246         (subrange_type_die): Emit a byte_size attribute if the subrange
18247         type size is different from the base type size.
18248         (modified_type_die): Replace call to is_ada_subrange_type() by
18249         call to is_subrange_type().
18250
18251 2004-01-16  Andrew Pinski  <pinskia@physics.uc.edu>
18252
18253         * config/sh/sh.c: Include ggc.h.
18254
18255 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
18256
18257         * Makefile.in (MD5_H): New.
18258         (fold-const.o): Depend on md5.h.
18259         (dwarf2out.o): Likewise.
18260         (cppfiles.o): Likewise.
18261         * cppfiles.c: Include md5.h.
18262         (should_stack_file): Check against list read from PCH file.
18263         (struct pchf_data): New.
18264         (pchf): New variable.
18265         (struct pchf_adder_info): New.
18266         (pchf_adder): New.
18267         (pchf_save_compare): New.
18268         (_cpp_save_file_entries): New.
18269         (_cpp_read_file_entries): New.
18270         (struct pchf_compare_data): New.
18271         (pchf_compare): New.
18272         (check_file_against_entries): New.
18273         * cpphash.h (_cpp_save_file_entries): Prototype.
18274         (_cpp_read_file_entries): Prototype.
18275         * cpppch.c (cpp_write_pch_state): Write the list of headers.
18276         (cpp_read_state): Read the list of headers.
18277
18278 2004-01-17  Jan Hubicka  <jh@suse.cz>
18279
18280         * c-common.c (c_estimate_num_insns_1): Handle builtin_constant_p and
18281         builtin_expect specially.
18282         * params.def (PARAM_MAX_INLINE_INSNS_AUTO): Set to 100.
18283         (PARAM_LARGE_FUNCTION_INSNS): Set to 3000.
18284         * invoke.texi (max-inline-insns-single): Set to 100.
18285         (large-function-insns): Set to 3000.
18286
18287 2004-01-16  Eric Christopher  <echristo@redhat.com>
18288             Chandrakala Chavva <cchavva@redhat.com>
18289
18290         * cppcharset.c (one_iso88591_to_utf8): New function.
18291         (convert_iso88591_utf8): Ditto. Use.
18292         (conversion_tab): Use.
18293         (_cpp_input_to_utf8): New function.
18294         (_cpp_init_iconv_buffer): Ditto.
18295         (_cpp_close_iconv_buffer): Ditto.
18296         * cpphash.h: Prototype new functions.
18297         (cpp_buffer): Add input_cset_desc.
18298         * cppinit.c: Add input_charset default.
18299         * cpplib.c (cpp_push_buffer): Support init and
18300         close of iconv.
18301         * cpplib.h (cpp_options): Add input_charset.
18302
18303 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
18304
18305         * system.h (ASM_OUTPUT_SECTION_NAME): Poison.
18306         * config/alpha/unicosmk.h: Remove a commented-out definition
18307         of ASM_OUTPUT_SECTION_NAME.
18308         * config/stormy16/stormy16.h: Likewise.
18309
18310 2004-01-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18311
18312         * fixinc/inclhack.def (alpha___extern_prefix): Renamed to ...
18313         (alpha___extern_prefix_sys_stat): ... this.
18314         Apply to <sys/mount.h>, too.
18315         Tweak to match more variations.
18316         * fixinc/tests/base/sys/stat.h: Adapt for new hackname.
18317
18318         * fixinc/inclhack.def (alpha___extern_prefix,
18319         alpha___extern_prefix_standards): New hacks to obey
18320         __PRAGMA_EXTERN_PREFIX.
18321         * fixinc/tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: New
18322         test.
18323         * fixinc/tests/base/standards.h: Likewise.
18324
18325         * fixincl/inclhack.def (alpha_pthread): Tweak to match more
18326         variations.
18327         New testcase.
18328         * fixinc/tests/base/pthread.h: Handle it.
18329
18330         * fixincl/inclhack.def (bad_lval): Sort file list.
18331         Add many missing files up to Tru64 UNIX V5.1B.
18332         * gcc/fixinc/tests/base/libgen.h: Renamed to ...
18333         * gcc/fixinc/tests/base/dirent.h: ... this to match new file list
18334         order.
18335
18336         * fixinc/fixincl.x: Regenerate.
18337
18338 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
18339
18340         * version.c (version_string): Change to 3.5.0.
18341         * doc/include/gcc-common.texi (version-GCC): Likewise.
18342
18343 2004-01-16  Jan Hubicka  <jh@suse.cz>
18344
18345         * i386.md (load_tp_di): Fix pasto.
18346
18347         PR opt/13608
18348         * i386.c (ix86_compute_frame_layout): Fix for alloca on leaf function.
18349
18350         * c-pretty-print.c (pp_c_type_cast, pp_c_abstract_declarator,
18351         pp_c_character_constant, pp_c_floating_constant,
18352         pp_c_additive_expression, pp_c_shift_expression,
18353         pp_c_equality_expression, pp_c_and_expression,
18354         pp_c_exclusive_or_expression, pp_c_inclusive_or_expression,
18355         pp_c_logical_and_expression): Remove inline modifier.
18356         * dwarf2out.c (get_AT): Likewise.
18357         * et-forest.c (et_splay): Likewise.
18358         * ra.h (ra_alloc, ra_calloc): Likewise
18359
18360 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
18361
18362         * config/frv/frv-protos.h: Fix comment formatting.
18363         * config/frv/frv.c: Likewise.
18364         * config/frv/frv.h: Likewise.
18365         * config/frv/frv.md: Likewise.
18366         * config/frv/frvbegin.c: Likewise.
18367         * config/frv/frvend.c: Likewise.
18368
18369 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
18370
18371         * system.h (LINKER_DOES_NOT_WORK_WITH_DWARF2): Poison.
18372         * doc/tm.texi (PREFERRED_DEBUGGING_TYPE): Don't mention
18373         LINKER_DOES_NOT_WORK_WITH_DWARF2.
18374         (LINKER_DOES_NOT_WORK_WITH_DWARF2): Remove.
18375
18376 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
18377
18378         PR 11864
18379         * postreload.c (reload_cse_simplify_operands): Don't remove
18380         implicit extension from LOAD_EXTEND_OP.
18381
18382 2004-01-16  Jan Hubicka  <jh@suse.cz>
18383
18384         PR opt/11350
18385         * cfgcleanup.c (try_optimize_cfg): Suppress tablejump removal
18386         after reload.
18387         * cfgrtl.c (rtl_can_merge_blocks, cfglayout_can_merge_blocks,
18388         rtl_try_redirect_by_replacing_branch): Likewise.
18389
18390 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
18391
18392         PR pch/13689
18393         * alias.c (struct alias_set_entry): Mark for GC.
18394         (alias_sets): Make static, mark for GC.
18395         (record_alias_subset): Use GC to allocate alias structures.
18396         * varray.c (element): Make generic varrays GCed.
18397
18398         PR pch/13361
18399         * c-typeck.c (constructor_asmspec): Delete.
18400         (struct initializer_stack): Delete field 'asmspec'.
18401         (start_init): Delete saving of asmspec.
18402         (finish_init): Don't update constructor_asmspec.
18403         * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
18404         * stmt.c (expand_asm): Duplicate strings from tree.
18405         (expand_asm_operands): Likewise.
18406         * tree.c (tree_size): Update computation of size of STRING_CST.
18407         (make_node): Don't make STRING_CST nodes.
18408         (build_string): Allocate string with tree node.
18409         * tree.def (STRING_CST): Update comment.
18410         * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
18411         (tree_string): Place contents of string in tree node.
18412         * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
18413         from tree.
18414
18415         * config/rs6000/rs6000.c (rs6000_va_arg): No need to special-case
18416         altivec operands.
18417
18418 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
18419
18420         * c-common.h: Fix comment formatting.
18421         * c-cppbuiltin.c: Likewise.
18422         * c-pragma.c: Likewise.
18423         * calls.c: Likewise.
18424         * collect2.c: Likewise.
18425         * cppcharset.c: Likewise.
18426         * cpptrad.c: Likewise.
18427         * dbxout.c: Likewise.
18428         * defaults.h: Likewise.
18429         * dwarf2out.c: Likewise.
18430         * fold-const.c: Likewise.
18431         * genautomata.c: Likewise.
18432         * genconditions.c: Likewise.
18433         * genflags.c: Likewise.
18434         * gengtype.c: Likewise.
18435         * integrate.c: Likewise.
18436         * loop.c: Likewise.
18437         * predict.c: Likewise.
18438         * sdbout.c: Likewise.
18439
18440 2004-01-15  Zack Weinberg  <zack@codesourcery.com>
18441
18442         * config/ia64/ia64.md (*movti_internal): C output template
18443         extracted to ia64.c.
18444         (*movti_internal_reg): Delete.
18445         (reload_inti, reload_outti): Use the correct mode on operand 2
18446         in the first place, don't fix it up in the output template.
18447         (movtf, reload_ointf, reload_outtf): New expanders.
18448         (*movtf_internal): New define_insn_and_split.
18449         * config/ia64/ia64.c (ia64_split_timode): Rename to ia64_split_tmode;
18450         make static; do not hand TFmode CONST_DOUBLEs to split_double.
18451         (ia64_split_tmode_move): New function, body mostly pulled
18452         from ia64.md:*movti_internal.
18453         (ia64_function_arg_words): New function, extracted common
18454         logic from ia64_function_arg et seq.
18455         (ia64_function_arg_offset): Likewise.  Handle correctly the
18456         case of a scalar quantity 16 bytes wide with only 8-byte alignment.
18457         (ia64_function_arg, ia64_function_arg_partial_nregs)
18458         (ia64_function_arg_advance): Use ia64_function_arg_words and
18459         ia64_function_arg_offset.
18460         (ia64_function_value): TCmode does not go in float regs.
18461         (ia64_secondary_reload_class): Also handle TFmode.
18462         * config/ia64/ia64-protos.h: Remove prototype for
18463         ia64_split_timode; add prototype for ia64_split_tmode_move.
18464
18465 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
18466
18467         * Makefile.in (MAINT): Make it an immediate assignment.
18468
18469 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
18470
18471         * config/m32r/m32r.md: Remove useless calls to gen_lowpart.
18472
18473 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
18474
18475         * config/h8300/coff.h: Replace Hitachi with Renesas.
18476         * config/h8300/elf.h: Likewise.
18477         * config/h8300/h8300-protos.h: Likewise.
18478         * config/h8300/h8300.c: Likewise.
18479         * config/h8300/h8300.h: Likewise.
18480         * config/h8300/h8300.md: Likewise.
18481         * config/h8300/lib1funcs.asm: Likewise.
18482
18483 2004-01-15  Andrew Pinski  <apinski@apple.com>
18484
18485         * config/rs6000/rs6000.c (uses_TOC): Wrap #if TARGET_ELF
18486         around it.
18487
18488 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
18489
18490         * config/h8300/h8300.c (h8300_return_in_memory): New.
18491         (TARGET_STRUCT_VALUE_RTX): Likewise.
18492         (TARGET_RETURN_IN_MEMORY): Likewise.
18493         * config/h8300/h8300.h (STRUCT_VALUE): Remove.
18494         (RETURN_IN_MEMORY): Likewise.
18495
18496 2004-01-15  Richard Earnshaw  <rearnsha@arm.com>
18497
18498         PR optimization/13375
18499         * gcse.c (handle_avail_expr): Just return if the source is not a
18500         single set.
18501
18502 2004-01-15  Richard Earnshaw  <rearnsha@arm.com>
18503             Daniel Jacobowitz  <drow@mvista.com>
18504
18505         * arm/lib1funcs.asm (ARM_FUNC_START): Correct interworking case.
18506         (EQUIV): Define.
18507         (ARM_FUNC_ALIAS): New macro.
18508         * arm/ieee754-df.S (gedf2, ledf2, nedf2, eqdf2): Use it.
18509         * arm/ieee754-sf.S (gesf2, lesf2, nesf2, eqsf2): Use it.
18510
18511 2004-01-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18512
18513         PR optimization/12372
18514         * calls.c (expand_call): Add call_fusage data for stack arguments in
18515         constant calls.
18516
18517 2004-01-15  Alan Modra  <amodra@bigpond.net.au>
18518
18519         * config/rs6000/rs6000.c (uses_TOC): Correct comment.  Make static.
18520         (rs6000_elf_declare_function_name): Formatting.
18521         * config/rs6000/rs6000-protos.h (uses_TOC): Remove declaration.
18522
18523 2004-01-15  Jan Hubicka  <jh@suse.cz>
18524
18525         PR bootstrap/13692
18526         * sched-deps.c (sched_analyze_1, sched_analyze_2): Fix thinko in
18527         previous patch.
18528
18529 2004-01-15  Richard Henderson  <rth@redhat.com>
18530
18531         * config/alpha/alpha.h (REG_ALLOC_ORDER): Reorder fp regs after
18532         integer regs of the same call-savedness.
18533
18534 2004-01-15  Andreas Schwab  <schwab@suse.de>
18535
18536         PR bootstrap/13562
18537         * config/m68k/m68k.c (output_move_const_into_data_reg): Clear cc
18538         status for NOTB/NOTW/NEGW methods.
18539
18540 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
18541
18542         * doc/invoke.texi: Update dump file names.  Fix a typo.
18543
18544 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
18545
18546         * builtins.c (expand_builtin_va_end): Don't use
18547         EXPAND_BUILTIN_VA_END.
18548         * system.h (EXPAND_BUILTIN_VA_END): Poison.
18549         * config/d30v/d30v.h: Remove a commented-out definition of
18550         EXPAND_BUILTIN_VA_END.
18551         * config/stormy16/stormy16.h: Likewise.
18552
18553 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
18554
18555         * system.h (STRUCT_VALUE_INCOMING_REGNUM): Poison.
18556         * targhooks.c (default_struct_value_rtx): Don't use
18557         STRUCT_VALUE_INCOMING_REGNUM.
18558
18559 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
18560
18561         PR bootstrap/12744
18562         * configure.in: Revamp enable-generated-files-in-srcdir rule to define
18563         GENINSRC and not parsedir.  Define srcextra as a langhook.
18564         * configure: Regenerate.
18565         * Makefile.in: Suppress default .l.c rule.  Don't substitute
18566         parsedir and delete all references throughout.  Conditionally define
18567         rule for srcextra dependent on GENINSRC.
18568         (stmp-docobjdir): Delete.
18569         (c-parse.o, gengtype-lex.o, gengtype-yacc.o): Use implicit build rule.
18570         (srcextra): Copy c-parse.y, c-parse.c, gengtype-lex.c, gengtype-yacc.c,
18571         and gengtype-yacc.h back to source directory.
18572         (maintainer-clean): Delete all parse files in source directory.
18573         (distclean): Delete generated files.
18574
18575         * objc/Make-lang.in (objc-parse.o): Use implicit build rule.
18576         (objc-parse.c, objc-parse.y): Don't use parsedir.
18577         (objc.srcextra): Copy objc-parse.y and objc-parse.c back to source
18578         directory if requested.
18579         (po-generated): Don't use parsedir.
18580         (objc.maintainer-clean): Delete above files from source directory.
18581
18582 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
18583
18584         * doc/tm.texi (FUNCTION_VALUE): Fix a typo.
18585
18586 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
18587
18588         * doc/tm.texi: Replace RETURN_IN_MEMORY with
18589         TARGET_RETURN_IN_MEMORY.
18590
18591 2004-01-15  Jan Hubicka  <jh@suse.cz>
18592
18593         * builtins.c (std_expand_builtin_va_arg): Align operand when needed.
18594         * i386.c (init_cumulative_args): Set warn_sse; fix handling of variadic
18595         functions accepting SSE arguments
18596         (function_arg): Warn only when asked to warn.
18597         * i386.h (ix86_args): Add warn_sse/warn_mmx fiels.
18598
18599 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
18600
18601         * c-parse.in (stmts_and_decls): Make label at end of compound
18602         statement a hard error.
18603
18604 2004-01-14  Jan Hubicka  <jh@suse.cz>
18605
18606         * cgraph.c (create_edge): Use local.redefined_extern_inline.
18607         * cgraph.h (cgraph_local_info): Sort fields by size; add
18608         redefined_extern_inline
18609         (cgraph_global_info): Sort fields by size.
18610         (cgraph_node): Likewise.
18611         * cgraphunit.c (cgraph_finalize_function): Se
18612         local.redefined_extern_inline on redefinition.
18613         (cgraph_analyze_function): Use it; fix formating.
18614
18615 2004-01-14  Jan Hubicka  <jh@suse.cz>
18616
18617         PR c++/10776
18618         * sched-deps.c (trye_dependency_cache, anti_dependency_cache,
18619         outptu_dependency_cache, forward_dependency_cahe): Trun to vectors of
18620         bitmaps
18621         (cache_size): New variable
18622         (add_dependence): Update use; canonize early memory locations
18623         (sched_analyze_1): Likewise.
18624         (sched_analyze_2): Likewise.
18625         (init_dependency_caches): Initialize bitmaps.
18626         (free_dependency_caches): Free bitmaps
18627
18628 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
18629
18630         * calls.c: Replace STRICT_ARGUMENT_NAMING in comments with
18631         targetm.calls.strict_argument_naming().
18632         * target.h: Likewise.
18633
18634 2004-01-14  Richard Henderson  <rth@redhat.com>
18635
18636         PR debug/13231
18637         * dwarf2out.c (dwarf2out_stack_adjust): Skip prologue and epilogue
18638         instructions.
18639
18640 2004-01-14  Richard Henderson  <rth@redhat.com>
18641
18642         PR c++/12491
18643         * except.c (struct eh_region): Add u.fixup.resolved.
18644         (resolve_one_fixup_region): Split out from ...
18645         (resolve_fixup_regions): ... here.
18646
18647 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
18648
18649         * config/mn10300/mn10300.h (STRUCT_VALUE): Change to 0.
18650
18651 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
18652
18653         * config/alpha/alpha.h (STRUCT_VALUE): Remove.
18654         * config/alpha/vms.h (STRUCT_VALUE_REGNUM): Remove #undef.
18655         (STRUCT_VALUE): Remove.
18656
18657 2004-01-14  Steven Bosscher  <stevenb@suse.de>
18658
18659         * system.h: Poison PROMOTED_MODE
18660         * integrate.c (expand_inline_function): Don't mention the
18661         PROMOTED_MODE.
18662         * loop.c (update_giv_derive): Same.
18663         * tree.h (DECL_RTL): Same.
18664
18665 2004-01-14  J"orn Rennecke <joern.rennecke@superh.com>
18666
18667         PR target/9365
18668         * sh.c (gen_block_redirect): Add special handling of RETURN.
18669         (gen_far_branch) Don't call gen_stuff_delay_slot if there is no
18670         far branch target (i.e. it's a return).
18671
18672 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
18673
18674         * regrename.c (find_oldest_value_reg): Fix a warning.
18675
18676 2004-01-14  Richard Earnshaw  <rearnsha@arm.com>
18677
18678         PR bootstrap/12527
18679         * config.gcc (arm*-*-linux*): Don't include unknown-elf.h in tm_file.
18680         Move linux-gas.h and linux-elf.h before aout.h.
18681         * arm/arm.h (INITIALIZE_TRAMPOLINE): Only define if not already.
18682         * arm/linux-elf.h (SUBTARGET_CPU_DEFAULT): Define.
18683
18684 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
18685
18686         * config/m32r/m32r.md: Use GEN_INT instead of gen_rtx
18687         (CONST_INT, VOIDmode, ...).
18688
18689 2004-01-14  Richard Earnshaw  <rearnsha@arm.com>
18690
18691         * regrename.c (find_oldest_value_reg): If the replacement uses
18692         multiple hard registers, check that all of them are in CLASS.
18693
18694 2004-01-14  Jan Hubicka  <jh@suse.cz>
18695
18696         * alias.c (get_alias_set):  Initialize alias set to 0 when subset is
18697         impossible.
18698
18699 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
18700
18701         * Makefile.in: Define MAINT from --enable-maintainer-mode.
18702
18703 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
18704
18705         * gcc/config/rs6000/rs6000.c (rs6000_stack_info)
18706         Calculate always vrsave_mask if TARGET_ALTIVEC.
18707         (rs6000_emit_prologue): Emit code for vrsave
18708         only if TARGET_ALTIVEC_VRSAVE.
18709         (rs6000_emit_epilogue): Likewise.
18710
18711 2004-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
18712
18713         * config/sparc/sparc.md (tie_add32): Fix pasto.
18714         (tie_add64): Likewise.
18715
18716 2004-01-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
18717
18718         * config/i386/i386.md (*addqi_1_slp): Do not access operands[2].
18719
18720 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
18721
18722         * config/iq2000/iq2000-protos.h: Fix comment formatting.
18723         * config/iq2000/iq2000.c: Likewise.
18724         * config/iq2000/iq2000.md: Likewise.
18725
18726 2004-01-14  J. Brobecker  <brobecker@gnat.com>
18727
18728         * dwarf2out.c (is_ada_subrange_type): No longer check the TYPE_NAME.
18729         (subrange_type_die): Add handle for nameless subrange types.
18730
18731 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
18732
18733         * config/h8300/h8300-protos.h: Replace do_movsi with
18734         h8300_expand_movsi.
18735         * config/h8300/h8300.c (do_movsi): Change to
18736         h8300_expand_movsi.
18737         * config/h8300/h8300.md (movsi): Replace do_movsi with
18738         h8300_expand_movsi.
18739         (movsf): Likewise.
18740
18741 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
18742
18743         * config/h8300/h8300.c (dosize): Change to
18744         h8300_emit_stack_adjustment.  Update callers.
18745
18746 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
18747
18748         * config/h8300/h8300.md (movstrictqi): Add an alternative with
18749         the source being post_inc.  Tighten the predicate for the
18750         destination to register_operand.
18751         (movstricthi): Likewise.
18752
18753 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
18754
18755         * system.h (SHARED_BSS_SECTION_ASM_OP): Poison.
18756         * varasm.c (bss_section): Don't use SHARED_BSS_SECTION_ASM_OP.
18757         * doc/tm.texi (SHARED_BSS_SECTION_ASM_OP): Remove.
18758
18759 2004-01-14  Jan Hubicka  <jh@suse.cz>
18760
18761         Partial fix PR c++/12850
18762         * cgraphunit.c (cgraph_finalize_function): Always ggc_collect when
18763         at zero nest level.
18764
18765 2004-01-13  Bernardo Innocenti  <bernie@develer.com>
18766
18767         * config/m68k/netbsd-elf.h (REGISTER_NAMES): Add missing "argptr"
18768         pseudo-register.
18769
18770 2004-01-13  Devang Patel <dpatel@apple.com
18771
18772         PR debug/7078
18773         * dbxout.c (dbxout_symbol_name): Emit mangled names for
18774         NAMESPACE_DECL memebers.
18775
18776 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
18777
18778         PR c++/12709
18779         * c-common.c (finish_fname_decls): Use the chain only if the
18780         tree is an expr_stmt.
18781
18782 2004-01-13  Vladimir Makarov  <vmakarov@redhat.com>
18783
18784         * rtl.def: Add comment about new option in automata_option.
18785
18786         * genautomata.c (PROGRESS_OPTION): New macro.
18787         (progress_flag): New global variable.
18788         (gen_automata_option): Process `progress'.
18789         (transform_insn_regexps, check_unit_distributions_to_automata,
18790         make_automaton, NDFA_to_DFA, build_automaton, create_automata,
18791         expand_automata, write_automata): Print about the progress only if
18792         progress_flag.  Remove fflush.
18793         (initiate_automaton_gen): Process command line flag `-progress'.
18794
18795         * doc/md.texi: Describe the new option.
18796
18797 2004-01-13  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
18798
18799         * cfg.c (dump_bb): Dump entry edges.
18800
18801 2004-01-13  Richard Earnshaw  <rearnsha@arm.com>
18802
18803         * arm.c (thumb_legitimate_address_p): Only allow constant pool
18804         references from SImode.
18805         * arm.md (thumb_movhi_insn): Don't allow minipool references.
18806
18807 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
18808
18809         * system.h (TEXT_SECTION): Poison.
18810         * varasm.c (text_section): Don't use TEXT_SECTION.
18811         * config/sh/sh.c (sh_file_start): Fix a comment typo.
18812         * doc/tm.texi (TEXT_SECTION): Remove.
18813
18814 2004-01-13  Ben Elliston  <bje@wasabisystems.com>
18815
18816         * doc/rtl.texi (Vector Operations): Remove defunct vec_const item.
18817
18818 2004-01-12  James E Wilson  <wilson@specifixinc.com>
18819
18820         * unwind-libunwind.c: Delete.
18821
18822 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
18823
18824         PR 13656
18825         * c-decl.c (diagnose_mismatched_decls): Whenever newtype or
18826         oldtype is set, set *newtypep or *oldtypep too.  Do not set
18827         them at the very end.
18828         (validate_proto_after_old_defn): Restructure for comprehensibility;
18829         make error messages clearer.
18830
18831 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
18832
18833         * varray.h (VARRAY_POP): Add checking variant, aborts on underflow.
18834         (VARRAY_TOP): Use VARRAY_CHECK so the access is bounds-checked.
18835         * varray.c: No need to prototype error.
18836         (varray_check_failed): Wrap long string onto two lines.
18837         (varray_underflow): New function.
18838
18839 2004-01-13  Steven Bosscher  <stevenb@suse.de>
18840
18841         PR c++/13376
18842         * function.h (struct function): Kill `name' field.
18843         (current_function_name): Make it an extern function.
18844         * function.c (current_function_name): New function.
18845         * graph.c: Update all uses of current_function_name.
18846         * gcse.c: Likewise.
18847         * config/alpha/alpha.c, config/avr/avr.c, config/c4x/c4x.c,
18848         config/mips/mips.c, config/pdp11/pdp11.c: Likewise.
18849         * config/ip2k/ip2k.c (function_prologue): Use MAIN_NAME_P
18850         instead of a strcmp with "main".
18851
18852 2004-01-13  Jan Hubicka  <jh@suse.cz>
18853
18854         * c-decl.c (diagnose_mismatched_decls):  Fix warning calls.
18855
18856         * cgraphunit.c (cgraph_optimize_function):  Always do
18857         optimize_inline_calls when there is always_inline callee.
18858         (cgraph_decide_inlining): Fix formating.
18859         * tree-inline.c (inlinable_function_p): Do sorry for alwaysinline
18860         functions.
18861         (expand_call_inline): Likewise.
18862         * toplev.h (sorry): Fix prototype.
18863
18864 2004-01-12  Roger Sayle  <roger@eyesopen.com>
18865
18866         * builtins.c (expand_builtin_expect_jump): Simplify logic. Handle
18867         conditional jumps that drop through to unconditional jumps or the
18868         end of the sequence.
18869
18870 2004-01-13  Jan Hubicka  <jh@suse.cz>
18871
18872         * alias.c (new_alias_set): Construct the alias_set varray.
18873         (init_alias_once): Don't do it here.
18874
18875 2004-01-12  Marc Espie <espie@openbsd.org>
18876
18877         * system.h: handle YYBYACC like YYBISON.
18878
18879 2004-01-12  Jonathan Merriman <jonm@dualitymedia.com>
18880
18881         PR target/10847
18882         * config.gcc: No longer includes conflicting header sparc/sol2.h when
18883         building on sparc64-*-openbsd*.
18884
18885 2004-01-12  Andrew Pinski  <pinskia@physics.uc.edu>
18886
18887         PR debug/13539
18888         * dbxout.c (dbxout_type): Protected inheritance is not
18889         private but protected.
18890
18891 2004-01-12  Richard Sandiford  <rsandifo@redhat.com>
18892
18893         * config/mips/mips.c (mips_symbolic_constant_p): Revert last patch.
18894
18895 2004-01-12  Kazu Hirata  <kazu@cs.umass.edu>
18896
18897         PR optimization/12508.
18898         * combine.c (try_combine): Remove a dead set in a parallel
18899         even if its destination is a subreg.
18900
18901         Revert:
18902         2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
18903         * combine.c (simplify_set): Don't move a subreg in SET_SRC to
18904         SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
18905
18906 2004-01-12  Geoffrey Keating  <geoffk@apple.com>
18907
18908         * real.c: Update copyright date.
18909         * emit-rtl.c: Likewise.
18910         * rtl.h: Likewise.
18911         * dwarf2out.c: Likewise.
18912         * config/rs6000/darwin-ldouble.c: Likewise.
18913         * config/rs6000/rs6000.md: Likewise.
18914
18915 2004-01-12  David Edelsohn  <edelsohn@gnu.org>
18916
18917         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Add AIX
18918         TFmode to SImode libfuncs.
18919
18920 2004-01-12  Roger Sayle  <roger@eyesopen.com>
18921
18922         PR middle-end/11397
18923         * varasm.c (assemble_alias): Remove weak aliases from weak_decls.
18924
18925 2004-01-12  Jan Hubicka  <jh@suse.cz>
18926
18927         PR opt/12826
18928         * loop.c (insert_loop_mem): Preffer VOLATILE memory references to be
18929         stored.
18930
18931         PR opt/12863
18932         * cfgcleanup.c (label_is_jump_target_p): Move to...
18933         * rtlanal.c (label_is_jump_target_p): ... here.
18934         * cfgrtl.c (cfg_layout_redirect_edge_and_branch):  Fix redirecting of fallthru
18935         edges unified with branch edges.
18936
18937 2004-01-12  Richard Earnshaw  <rearnsha@arm.com>
18938
18939         * simplify-rtx.c (simplify_immed_subreg): Correctly extract the
18940         high word of an integral CONST_DOUBLE.
18941
18942 2004-01-12  Paul Brook  <paul@codesourcery.com>
18943
18944         * simplify-rtx.c (simplify_plus_minus): Always generate canonical form.
18945
18946 2004-01-12  J"orn Rennecke <joern.rennecke@superh.com>
18947
18948         PR target/13585
18949         * sh-protos.h (check_use_sfunc_addr): Declare.
18950         * sh.c (extract_sfunc_addr, check_use_sfunc_addr): New functions.
18951         * sh.md (use_sfunc_addr): Use check_use_sfunc_addr in insn predicate.
18952
18953 2004-01-12  Jan Hubicka  <jh@suse.cz>
18954
18955         * alias.c:  Invlude varray.h
18956         (alias_sets): Turn into varray.
18957         (get_alias_set_entry): Use VARRAY; mark inline.
18958         (mems_in_disjoint_alias_sets_p): Mark inline.
18959         (record_alias_subset): Use varray.
18960         (init_alias_once): Initialize varray.
18961         (new_alias_set): Grow array.
18962         * varray.c: Make VARRAY_GENERIC_PTR non GTYized.
18963
18964 2004-01-12  Jan Hubicka  <jh@suse.cz>
18965
18966         Partial fix for PR opt/10776 II
18967         * cselib.c: Include params.h
18968         (cselib_invalidate_mem):  Limit amount of nonconflicting memory
18969         locations.
18970         * params.def (PARAM_MAX_CSELIB_MEMORY_LOCATIONS): New.
18971         * Makefile.in (cselib.o): Depend on params.h
18972
18973 2004-01-12  Richard Sandiford  <rsandifo@redhat.com>
18974
18975         * combine.c (combine_simplify_rtx): Don't pass VOIDmode to
18976         simplify_unary_operation if the operand has a known mode.
18977
18978 2004-01-12  Hartmut Penner  <hpenner@de.ibm.com>
18979
18980         PR target/13534
18981         * gcc/config/rs6000/rs6000.c (word_offset_memref_operand): New
18982         predicate to handle 'ld' conform addresses.
18983         * gcc/config/rs6000/rs6000.h (EXTRA_CONSTRAINT): New 'Y'
18984         contraint.
18985         (EXTRA_MEMORY_CONSTRAINT): Tell reload which constraint
18986         are memory contraints.
18987         * gcc/config/rs6000/rs6000-protos.h (word_offset_memref_operand):
18988         New prototype.
18989         * gcc/config/rs6000/rs6000.md (*movdf_hardfloat64):
18990         Change 'o' to 'Y' constraint.
18991         (*movdf_softfloat64): Ditto.
18992
18993 2004-01-12  Bernardo Innocenti  <bernie@develer.com>
18994
18995         * gcc/config/m68k/m68k.md: Switch from the "*..." syntax to the
18996         brace-enclosed syntax in all C output statements.
18997
18998 2004-01-12  David Edelsohn  <edelsohn@gnu.org>
18999
19000         PR target/13401
19001         * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
19002         Objective-C language type value is 14.
19003
19004 2004-01-12  Markus F.X.J. Oberhumer  <markus@oberhumer.com>
19005
19006         PR c/12148
19007         * config/m68k/fpgnulib.c: Fix `-mshort' bugs: Use `long' instead of
19008         `int' in a number of places to make sure we always have a SImode
19009         and not a HImode.  Add a 'L' suffix to a number of constants.
19010
19011 2004-01-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19012
19013         * pa.c: Don't include obstack.h.
19014
19015         * pa.md: Correct constraint in pattern for loading PIC label address.
19016
19017 2004-01-11  Kaz Kojima  <kkojima@gcc.gnu.org>
19018
19019         * config/sh/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine
19020          before defining.
19021
19022 2004-01-11  Steven Bosscher  <stevenb@suse.de>
19023
19024         PR fortran/9972
19025         * toplev.c (rest_of_handle_inline): Also consider functions
19026         for deferral if the language is GNU F77.
19027
19028 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
19029
19030         * c-decl.c (diagnose_arglist_conflict): Add missing space to
19031         diagnostic messages.
19032
19033 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
19034
19035         PR middle-end/13392
19036         * builtins.c (expand_builtin_expect_jump): Handle conditional jumps
19037         to drop through label.  Don't fall back to SCC even when conditional
19038         jump has not been found.
19039
19040 2004-01-11  Jan Hubicka  <jh@suse.cz>
19041
19042         * invoke.texi: Fix syntax error in previous patch.
19043
19044         Partial fix for PR opt/10776
19045         * Makefile.in (reload.o): Include param.h
19046         * params.def (PARAM_MAX_RELOAD_SEARCH_INSNS): New parameter.
19047         * reload.c: Include params.h.
19048         (find_equiv_reg): Work limiting check.
19049         * invoke.texi: Document.
19050
19051 2004-01-11  Richard Sandiford  <rsandifo@redhat.com>
19052
19053         * config/mips/mips.c (mips_symbolic_constant_p): Don't allow
19054         out-of-bounds accesses to string constants.  Simplify mips16
19055         case accordingly.
19056
19057 2004-01-11  Richard Sandiford  <rsandifo@redhat.com>
19058
19059         PR optimization/13469
19060         * toplev.c (rest_of_compilation): Call purge_all_dead_edges after
19061         reload_cse_regs (-fnon-call-exceptions only).
19062
19063 2004-01-11  Kazu Hirata  <kazu@cs.umass.edu>
19064
19065         * config/mcore/lib1.asm: Fix comment formatting.
19066         * config/mcore/mcore-elf.h: Likewise.
19067         * config/mcore/mcore.c: Likewise.
19068         * config/mcore/mcore.h: Likewise.
19069         * config/mcore/mcore.md: Likewise.
19070
19071 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
19072
19073         * c-decl.c (duplicate_decls): Break apart into...
19074         (diagnose_arglist_conflict, validate_proto_after_old_defn)
19075         (locate_old_defn, diagnose_mismatched_decls, merge_decls):
19076         ... these new functions.  Restructure for comprehensibility.
19077         Remove various archaic special cases.  Always report the
19078         location of the previous declaration when a diagnostic is issued.
19079         (redeclaration_error_message): Fold into diagnose_mismatched_decls.
19080         (match_builtin_function_types): Delete unnecessary forward declaration.
19081
19082 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
19083
19084         * genautomata.c (make_automaton, NDFA_to_DFA):
19085         Print progress bars with '.' characters instead of '*'.
19086         (build_automaton): Change notes to match.
19087
19088 2004-01-10  Kazu Hirata  <kazu@cs.umass.edu>
19089
19090         * config/m32r/m32r.md: Use define_constants for unspec and
19091         unspec_volatile.
19092
19093 2004-01-10  Jan Hubicka  <jh@suse.cz>
19094
19095         PR opt/11635
19096         * expr.c (expand_expr_real):  More curefully expand union casts.
19097
19098 2004-01-10  Kazu Hirata  <kazu@cs.umass.edu>
19099
19100         * config/m32r/m32r.md (flush_icache): Use 1 for
19101         unspec_volatile.
19102
19103 2004-01-10  David Edelsohn  <edelsohn@gnu.org>
19104             James E Wilson  <wilson@specifixinc.com>
19105
19106         PR debug/12860
19107         * dbxout.c (dbxout_symbol): Remove initialization of
19108         current_sym_code, current_sym_value, and current_sym_addr.
19109         (dbxout_symbol_location): Same.
19110         (dbxout_prepare_symbol): Zero current_sym_code,
19111         current_sym_value, and current_sym_addr.
19112
19113 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
19114
19115         * tree.c (get_unwidened): Reorder conditions so that the null pointer
19116         check is done first.
19117
19118 2004-01-09  Eric Christopher  <echristo@redhat.com>
19119
19120         * toplev.c (rest_of_handle_cfg): Add reg_scan pass
19121         if we're running mark_constant_function.
19122
19123 2004-01-09  Jeff Bailey  <jbailey@nisa.net>
19124
19125         PR target/12561
19126         * config/t-gnu: Rename SYSTEM_HEADER_DIR to NATIVE_SYSTEM_HEADER_DIR.
19127
19128 2004-01-09  Andrew Pinski <pinskia@physics.uc.edu>
19129
19130         PR debug/11231
19131         * dbxout.c (dbxout_type_fields): Return if any item is
19132         error_mark_node or the type is error_mark_node.
19133
19134 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
19135
19136         * config/rs6000/darwin-ldouble.c: Add big comment explaining
19137         exactly what is expected as a 'long double'.
19138         (_xlqadd): When a value to be returned is representable as a
19139         'double', just return it directly, do not construct it using a union.
19140         Also, correct final fixup.
19141         (_xlqmul): Likewise.
19142         (_xlqdiv): Likewise.
19143         * real.c (encode_ibm_extended): Make consistent with darwin-ldouble.c.
19144
19145         * config/rs6000/rs6000.md (fix_trunctfdi2): Delete.
19146
19147 2004-01-09  Richard Henderson  <rth@redhat.com>
19148
19149         * recog.c (constrain_operands): Validate mem operands.
19150
19151 2004-01-09   James E Wilson  <wilson@specifixinc.com>
19152
19153         * gcc.c (init_spec): Remove -lunwind from shared case.
19154         * conifg/ia64/t-hpux (SHLIB_LINK): Add -lunwind.
19155
19156 2004-01-09  Steve Ellcey  <sje@cup.hp.com>
19157
19158         * configure.ac: (gcc_cv_ld_hidden) Set to true for ia64*-*-hpux*.
19159         * configure: Regenerate
19160
19161 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
19162
19163         PR c/11234
19164         * c-typeck.c (build_c_cast): If pedantic, warn for conversions
19165         between function and object pointers.
19166         (digest_init): When comparing a pointer to function type to the
19167         target type, only apply TREE_TYPE once to the pointer to function
19168         type.
19169         * except.c (for_each_eh_label_1): Treat data as a pointer to a
19170         function pointer rather than casting it to a function pointer.
19171         (for_each_eh_label): Update caller.
19172         * recog.h (struct insn_data): Use a struct or union for output.
19173         * genoutput.c (output_insn_data): Update.
19174         * final.c (get_insn_template): Update.
19175
19176 2004-01-09  Mark Mitchell  <mark@codesourcery.com>
19177
19178         * expr.h (expand_expr): Make it a macro, not a function.
19179         (expand_expr_real): New function.
19180         * expr.c (store_expr): Adjust logic for deciding whether or not to
19181         copy the value returned by expand_expr.
19182         (expand_expr): Rename to ...
19183         (expand_expr_real): ... this.  Add alt_rtl parameter.  Adjust
19184         calls to language hooks.
19185         * c-common.h (c_expand_expr): Adjust prototype.
19186         * c-common.c (c_expand_expr): Add alt_rtl parameter.
19187         * langhooks-def.h (lhd_expand_expr): Change prototype.
19188         * langhooks.c (lhd_expand_expr): Add all_rtl parameter.
19189         * langhooks.h (lang_hooks): Change type of expand_expr.
19190         * stmt.c (stmt_status): Add x_last_expr_alt_rtl.
19191         (last_expr_alt_rtl): Likewise.
19192         (expand_expr_stmt_value): Set last_expr_alt_rtl.
19193         (clear_last_expr): Clear it.
19194         (expand_end_stmt_expr): Set RTL_EXPR_ATL_RTL.
19195         (expand_end_bindings): Save and restor last_expr_alt_rtl.
19196         * tree.def (RTL_EXPR): Give it an additional operand.
19197         * tree.h (RTL_EXPR_ALT_RTL): New macro.
19198
19199 2004-01-09  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
19200
19201         * config/m32r/m32r.h (TARGET_CPU_CPP_BUILTINS): Add __m32r__.
19202         * config/m32r/m32r.c (call26_operand): Allow in PIC mode.
19203
19204 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
19205
19206         PR target/13380.
19207         * config/m32r/m32r.md: Replace (reg:SI 17) with (reg:CC 17)
19208         or (ne:SI (reg:CC 17) (const_int 0)).
19209         Be specific about modes wherever possible.
19210
19211 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
19212
19213         * config/m32r/m32r.c (m32r_expand_block_move): Call
19214         gen_movestrsi_internal with two more arguments.
19215         (m32r_output_block_move): Adjust operand numbers.
19216         Properly update the source and destination pointers.
19217         * config/m32r/m32r.md (movstrsi_internal): Use 'r' instead of
19218         'r+'.  Change the set detinations to match_operand.
19219
19220 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
19221
19222         * final.c (FIRST_INSN_ADDRESS): Remove.
19223         (shorten_branches): Don't use FIRST_INSN_ADDRESS.
19224         * system.h (FIRST_INSN_ADDRESS): Poison.
19225         * config/avr/avr.h: Remove a comment about FIRST_INSN_ADDRESS.
19226         * config/m32r/m32r-protos.h: Remove the prototype for
19227         m32r_first_insn_address.
19228         * config/m32r/m32r.c (m32r_first_insn_address): Remove.
19229         * config/m32r/m32r.h (FIRST_INSN_ADDRESS): Likewise.
19230         * doc/md.texi (FIRST_INSN_ADDRESS): Likewise.
19231
19232 2004-01-09  J. Brobecker  <brobecker@gnat.com>
19233
19234         * dwarf2out.c (gen_enumeration_type_die): Return the DIE that
19235         we just created.
19236         (is_ada_subrange_type): DIEs for enumeration subtypes should be
19237         emitted as subrange types too.
19238         (subrange_type_die): Add handling of enumeration subtypes.
19239
19240 2004-01-08  Richard Henderson  <rth@redhat.com>
19241
19242         PR opt/12441
19243         Revert: Sat Mar 30 14:08:55 CET 2002  Jan Hubicka  <jh@suse.cz>
19244         * i386.c (aligned_operand): Be prepared for SUBREGed registers.
19245         (ix86_decompose_address): Use REG_P instead of GET_CODE (...) == REG.
19246         (ix86_address_cost): Be prepared for SUBREGed registers.
19247         (legitimate_address_p): Accept SUBREGed registers.
19248
19249 2004-01-08  Kelley Cook  <kcook@gcc.gnu.org>
19250
19251         * Makefile.in: Rename configure.in to configure.ac
19252         * doc/sourcebuild.texi: Likewise.
19253         * configure: Regenerate.
19254         * config.in: Regenerate.
19255
19256 2004-01-08  Stuart Hastings  <stuart@apple.com>
19257
19258         * config/i386/i386.md: Typos in MMX/SSE immediate shifts.
19259
19260 2004-01-08  Jan Hubicka  <jh@suse.cz>
19261
19262         * cgraphunit.c (cgraph_decide_inlining):  Fix typo.
19263
19264 2004-01-08  Geoffrey Keating  <geoffk@apple.com>
19265
19266         * config/rs6000/rs6000.md (cmptf_internal1): Correct branch offset.
19267         (UNSPEC_FIX_TRUNC_TF): New constant.
19268         (movtf_internal): Make splitter active only when insn is active.
19269         (extenddftf2): Rewrite to properly load zero into low part.
19270         (extenddftf2_internal): New.
19271         (extendsftf2): Rewrite.
19272         (truncdftf2): Correct length.
19273         (floatditf2): Delete.
19274         (fix_trunc_helper): New.
19275         (fix_trunctfdi2): Use fix_trunc_helper.
19276         (fix_trunctfsi2): Likewise.fix_trunc
19277         (fix_trunctfsi2_internal): New.
19278
19279         * config/rs6000/rs6000.c (legitimate_lo_sum_address_p): lo_sum
19280         addresses are legitimate on Darwin even when flag_pic.
19281         (rs6000_legitimize_reload_address) [TARGET_MACHO]: Don't create
19282         non-offsettable addresses for loads of TFmode constants.
19283
19284 2004-01-08  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
19285
19286         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Actually emit
19287         variables in the appropriate bss section.
19288
19289 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
19290
19291         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Ensure
19292         target_flags has MASK_POWERPC64 when -m64.
19293         * config/rs6000/rs6000.c (processor_target_table): Add MASK_POWERPC64
19294         to 620, 630, power3, power4 and rs64a entries.
19295         * config/rs6000/rs6000.h (MASK_64BIT): Expand comment.
19296
19297 2004-01-08  Richard Sandiford  <rsandifo@redhat.com>
19298
19299         * simplify-rtx.c (simplify_immed_subreg): Fix construction of
19300         floating-point constants.
19301
19302 2004-01-08  J. Brobecker  <brobecker@gnat.com>
19303
19304         * dwarf2out.c (subrange_type_die): Add context_die parameter.
19305         Create the subrange_type DIE using the given context DIE.
19306         (modified_type_die): Update call to subrange_type_die.
19307
19308 2004-01-08  Zack Weinberg  <zack@codesourcery.com>
19309
19310         * dwarf2.h, unwind-dw2-fde.h, unwind-pe.h, unwind.h:
19311         Add multiple-include guard.
19312
19313 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
19314
19315         * gcc/config/rs6000/rs6000.c (easy_vector_constant): Accept
19316         all vector constant loadable by vsplt*.
19317         (output_vec_const_move): Likewise.
19318
19319 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
19320
19321         PR c/6024
19322         * c-typeck.c (comptypes): Only treat enumerated types in the same
19323         translation unit as compatible with each other when they are the
19324         same type.
19325         * doc/extend.texi: Update.
19326
19327 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
19328
19329         PR c/12165
19330         * c-decl.c (grokdeclarator): Take type qualifiers of typedefed
19331         array type from the array element type.
19332
19333 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
19334
19335         * config/rs6000/rs6000.c (rs6000_dbx_register_number): New function.
19336         * config/rs6000/rs6000-protos.h (rs6000_dbx_register_number): Declare.
19337         * config/rs6000/rs6000.h (DWARF_FRAME_REGNUM): Define.
19338         (DWARF_REG_TO_UNWIND_COLUMN): Correct column adjustment and comment.
19339         * config/rs6000/sysv4.h (DBX_REGISTER_NUMBER): Define.
19340
19341 2004-01-06  Eric Christopher  <echristo@redhat.com>
19342
19343         * config/mips/mips.h (MDEBUG_ASM_SPEC): Change for dwarf2 default.
19344         (DWARF2_DEBUGGING_INFO): Define.
19345         (PREFERRED_DEBUGGING_TYPE): Set to dwarf2.
19346         * config/mips/openbsd.h (PREFERRED_DEBUGGING_TYPE): Remove.
19347         * config/mips/iris6.h (SUBTARGET_ASM_DEBUGGING_SPEC): Only pass -g0
19348         for irix as.
19349         (SUBTARGET_ASM_OPTIMIZING_SPEC): Only pass O0 for irix as.
19350         * config/mips/iris6gas.h (MDEBUG_ASM_SPEC): Remove.
19351         * config/mips/iris5gas.h: Ditto.
19352         (DBX_DEBUGGING_INFO): Remove.
19353         (DWARF2_DEBUGGING_INFO): Ditto.
19354         (MIPS_DEBUGGING_INFO): Ditto.
19355         (PREFERRED_DEBUGGING_TYPE): Ditto.
19356         * config/mips/elf.h (DWARF2_DEBUGGING_INFO): Remove.
19357         (PREFERRED_DEBUGGING_TYPE): Ditto.
19358         (SUBTARGET_ASM_DEBUGGING_SPEC): Ditto.
19359         * config/mips/elf64.h: Ditto.
19360
19361 2004-01-06  Jan Hubicka  <jh@suse.cz>
19362
19363         * Makefile.in (STAGEPROFILE_FLAGS_TO_PASS): Use -fprofile-generate.
19364         (STAGEFEEDBACK_FLAGS_TO_PASS): Use -fprofile-use.
19365
19366 2004-01-06  Geoffrey Keating  <geoffk@apple.com>
19367
19368         * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Compile darwin-ldouble.c.
19369         (TARGET_LIBGCC2_CFLAGS): Use -mlong-double-128.
19370         * config/rs6000/darwin-ldouble.c: New.
19371
19372         * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg
19373         for constants.
19374         (constant_subword): Delete.
19375         * rtl.h (constant_subword): Delete prototype.
19376         (immed_double_const): Is not in varasm.c.
19377         * simplify-rtx.c (simplify_immed_subreg): New.
19378         (simplify_subreg): Use simplify_immed_subreg.
19379
19380         * config/rs6000/rs6000.md (floatsitf2): Use expand_float rather
19381         than trying to generate RTL directly.
19382         (fix_trunctfsi2): Use expand_fix rather than trying to generate
19383         RTL directly.
19384
19385         * dwarf2out.c (add_const_value_attribute): Remove incorrect comment.
19386
19387 2004-01-06  David Edelsohn  <edelsohn@gnu.org>
19388
19389         * config/rs6000/xcoff.h (EXTRA_SECTION_FUNCTIONS): Split each
19390         function into a separate macro.
19391         (read_only_data_section): Add void argument.
19392         (private_data_section): Same.
19393         (read_only_private_data_section): Same.
19394         (toc_section): Same.
19395
19396 2004-01-06  Jan Hubicka  <jh@suse.cz>
19397
19398         * invoke.texi:  Remove typo in last change.
19399
19400         PR target/10301
19401         * config.gcc: Accept opteron and athlon-64 as variants
19402         of k8.
19403         * i386.c (override_options): Likewise.
19404         * invoke.texi (i386 -mtune): Expand documentation.
19405
19406 2004-01-06  Kazu Hirata  <kazu@cs.umass.edu>
19407
19408         * alias.c: Fix comment typos.
19409         * builtins.c: Likewise.
19410         * cfg.c: Likewise.
19411         * df.c: Likewise.
19412         * dominance.c: Likewise.
19413         * dwarf2out.c: Likewise.
19414         * emit-rtl.c: Likewise.
19415         * expr.c: Likewise.
19416         * final.c: Likewise.
19417         * fold-const.c: Likewise.
19418         * gcse.c: Likewise.
19419         * genattrtab.c: Likewise.
19420         * genrecog.c: Likewise.
19421         * gensupport.c: Likewise.
19422         * ggc-zone.c: Likewise.
19423         * integrate.c: Likewise.
19424         * local-alloc.c: Likewise.
19425         * loop.c: Likewise.
19426         * recog.c: Likewise.
19427         * regmove.c: Likewise.
19428         * reg-stack.c: Likewise.
19429         * reorg.c: Likewise.
19430         * rtlanal.c: Likewise.
19431         * rtl.h: Likewise.
19432         * sched-ebb.c: Likewise.
19433         * simplify-rtx.c: Likewise.
19434         * toplev.c: Likewise.
19435         * varasm.c: Likewise.
19436
19437 2004-01-06  Kazu Hirata  <kazu@cs.umass.edu>
19438
19439         * doc/install.texi: Fix typos.
19440         * doc/invoke.texi: Likewise.
19441         * doc/md.texi: Likewise.
19442
19443 2004-01-06  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
19444
19445         * config/m32r/m32r.h (TRAMPOLINE_LINE_SIZE): Changed
19446
19447 2004-01-06  Jan Hubicka  <jh@suse.cz>
19448
19449         * i386.c (init_cumulative_args):  Add handling of MMX_REGPARM.
19450         (function_arg_advance):  Do not pass aggregates in SSE; deal handling
19451         of MMX_REGPARM.
19452         (function_arg): Add new warnings about ABI changes;  fix SSE_REGPARM;
19453         add MMX_REGPARM.
19454         * i386.h (ix86_args): Add mmx_words/mmx_regs/mmx_regno fields.
19455         (SSE_REGPARM_MAX): Default to 3 on i386 -msse ABI.
19456         (MMX_REGPARM_MAX): Similarly for -mmmx.
19457
19458 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
19459
19460         * config/sh/linux.h: Fix comment formatting.
19461         * config/sh/netbsd-elf.h: Likewise.
19462         * config/sh/sh.c: Likewise.
19463         * config/sh/sh.h: Likewise.
19464         * config/sh/vxworks.h: Likewise.
19465
19466 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
19467
19468         * system.h (ASM_OUTPUT_MAIN_SOURCE_FILENAME): Poison.
19469         * toplev.c (output_file_directive): Don't use
19470         ASM_OUTPUT_MAIN_SOURCE_FILENAME.
19471
19472 2004-01-05  Steven Bosscher <s.bosscher@student.tudelft.nl>
19473
19474         * toplev.c: Fix broken checkin of 2003-12-30.
19475
19476 2004-01-05  Daniel Berlin  <dberlin@dberlin.org>
19477
19478         * ggc-zone.c: Remove everything in #ifdef USING_MALLOC_PAGE_GROUPS
19479         (USING_MMAP): We don't support non-mmap.
19480         (struct alloc_chunk): Steal 1 bit from typecode, use it to mark
19481         large objects.
19482         (struct page_entry): Remove bytes_free.
19483         (struct page_table_chain): Remove.
19484         (struct globals): Remove page_table member.
19485         (loookup_page_table_entry): Function deleted.
19486         (set_page_table_entry): Ditto.
19487         (ggc_allocated_p): No longer need page table lookups.
19488         (ggc_marked_p): Ditto.
19489         (alloc_small_page): Don't care about bytes_free anymore.
19490         (alloc_large_page): Round up size.
19491         (ggc_alloc_zone_1): Mark large objects as such, and calculate
19492         their size the new way.
19493         Remove page table lookups and setting.
19494         (ggc_get_size): Calculate large object size the new way.
19495         (sweep_pages): Redo to account for fact that we no longer have
19496         bytes_free.
19497         (ggc_collect): No longer need to reincrement bytes_free.
19498         (ggc_pch_alloc_object): Handle new large objects properly.
19499         (ggc_pch_read): Put PCH stuff into it's own uncollected zone.
19500
19501 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
19502
19503         * doc/invoke.texi: Remove a page break.
19504
19505 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
19506
19507         * config/avr/avr.c (avr_output_function_prologue): Remove an
19508         extra pair of curly braces.
19509
19510 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
19511
19512         * config/mn10300/mn10300.c: Fix comment formatting.
19513         * config/mn10300/mn10300.h: Likewise.
19514
19515 2004-01-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19516
19517         * tree.h: Update documentation on nothrow_flag.
19518         * print-tree.c (print_node): Print TREE_NOTHROW as "align-ok" for
19519         types.
19520
19521 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
19522
19523         * doc/invoke.texi: Remove traces of dead ports.
19524
19525 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
19526
19527         * doc/invoke.texi: Add documentation for the MIPS -mexplicit-relocs
19528         option.
19529
19530 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
19531
19532         PR target/12945
19533         * coverage.c (coverage_counter_alloc): Set SYMBOL_FLAG_LOCAL for
19534         counter labels.
19535         * config/mips/mips.c (INTERNAL_SYMBOL_P): Delete.
19536         (mips_classify_symbol): Always treat SYMBOL_REF_FLAG as indicating
19537         string constants if TARGET_MIPS16.  Use SYMBOL_REF_DECL to check
19538         the binding of decl symbols, otherwise check SYMBOL_REF_LOCAL_P.
19539         (mips_symbol_insns): Don't trust the local/global classification.
19540         (m16_usym8_4, m16_usym5_4): Same mips16 change as mips_classify_symbol.
19541         (override_options): Make -mabicalls -fno-unit-at-a-time imply
19542         -mno-explicit-relocs.
19543         (mips_encode_section_info): Don't use SYMBOL_REF_FLAG to distinguish
19544         between local and global symbols.
19545
19546 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
19547
19548         * config/mips/mips-protos.h (mips_dangerous_for_la25_p): Declare.
19549         (mips_preferred_reload_class): Declare.
19550         * config/mips/mips.h (DANGEROUS_FOR_LA25_P): Replace with function.
19551         (EXTRA_CONSTRAINT): Update accordingly.
19552         (PREFERRED_RELOAD_CLASS): Use mips_preferred_reload_class.
19553         * config/mips/mips.c (mips_dangerous_for_la25_p): New function.
19554         (mips_preferred_reload_class): New function.  Prefer LEA_REGS if
19555         mips_dangerous_for_la25_p.
19556         (mips_secondary_reload_class): Use LEA_REGS rather than GR_REGS
19557         if mips_dangerous_for_la25_p.
19558
19559 2004-01-05  Bernardo Innocenti  <bernie@develer.com>
19560
19561         * config/m68k/m68k.c (output_andsi3): Fix signed/unsigned comparison
19562         warning.
19563
19564 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
19565
19566         * configure.ac: Use AC_PROG_CPP_WERROR.
19567         * configure: Regenerate.
19568
19569 2004-01-04  Zack Weinberg  <zack@codesourcery.com>
19570
19571         * .cvsignore: Add autom4te.cache.
19572
19573 2004-01-04  Richard Sandiford  <rsandifo@redhat.com>
19574
19575         * doc/invoke.texi: Revamp documentation of MIPS options.  Remove
19576         -mabi=meabi, -mabi-fake-default, -mmips-as, -mgas, -mmips-tfile,
19577         -m4650, -mfix7000 and -(m)no-crt0.  Put endianness options first,
19578         then architecture options, then ABI options.  General rewording.
19579
19580 2004-01-04  Joseph S. Myers  <jsm@polyomino.org.uk>
19581
19582         PR c/3414
19583         * doc/extend.texi: Clarify definition of malloc attribute.
19584
19585 2004-01-04  Jan Hubicka  <jh@suse.cz>
19586
19587         * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h dependency.
19588         * cgraph.c (create_edge, dump_cgraph): Update to use inline_failed
19589         * cgraph.h (cgraph_edge): Replace inline_call by inline_failed
19590         (cgraph_inline_p): Add extra argument reason.
19591         * cgraphunit.c: Minor formating fixes.
19592         cgraph_first_inlined_callee): New functions.
19593         (record_call_1): Record builtins too.
19594         (cgraph_analyze_function): Update inline_failed messages.
19595         (cgraph_mark_functions_to_output, cgraph_expand_function, cgraph_inlined_into,
19596         cgraph_inlined_callees, cgraph_estimate_growth): Update to use inline_failed.
19597         (cgraph_check_inline_limits): Likewise; Add argument reason.
19598         (cgraph_set_inline_failed): New static function.
19599         (cgraph_decide_inlining_of_small_function, cgraph_decide_inlining): Set
19600         reasons.
19601         (cgraph_inline_p): Add new argument reason.
19602         * tree-inline.c (expand_call_inline):  Update warning.
19603
19604 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
19605
19606         * configure.ac: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM
19607         with modern equivalents.
19608         * configure: Regenerate.
19609
19610         * configure.ac: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE.
19611         * aclocal.m4 (gcc_AC_CHECK_TYPE): Remove.
19612         * configure: Regenerate.
19613
19614         * doc/install.texi: Note that 'gcc' is now a 2.57 directory.
19615
19616         * configure.in: Rename to configure.ac.
19617         * configure.ac: Renamed from configure.in; make minimum necessary
19618         changes for autoconf 2.5x.
19619         * aclocal.m4: Make minimum necessary changes for autoconf 2.5x.
19620         * configure: Regenerate with autoconf 2.57.
19621
19622 2004-01-03  Kazu Hirata  <kazu@cs.umass.edu>
19623
19624         * config/mips/linux.h: Fix comment formatting.
19625         * config/mips/mips.c: Likewise.
19626         * config/mips/mips.h: Likewise.
19627         * config/mips/mips.md: Likewise.
19628         * config/mips/netbsd.h: Likewise.
19629         * config/mips/windiss.h: Likewise.
19630
19631 2004-01-02  Richard Henderson  <rth@redhat.com>
19632
19633         * config/i386/i386.md (fp constant pool splitter): Reorg suppression
19634         for sse and 387; add suppression for mmx.
19635
19636 2004-01-02  Andrew Pinski  <pinskia@physics.uc.edu>
19637
19638         * loop.c (loop_optimize): Free all loops_info's mems.
19639
19640         * c-typeck.c (finish_init): Free spelling_base before
19641         setting it again.
19642
19643         * cfgloop.c (flow_loops_find): Always free the sbitmap
19644         headers.
19645
19646         * predict.c (estimate_probability): Free bbs after being
19647         done with it.
19648
19649 2004-01-02  Kazu Hirata  <kazu@cs.umass.edu>
19650
19651         * config/mn10300/mn10300.h (PREDICATE_CODES): Add
19652         const_8bit_operand and call_address_operand.
19653
19654 2004-01-02  Jan Hubicka  <jh@suse.cz>
19655
19656         * cgraphunit.c (cgraph_optimize_function):  Call optimize_inline_calls
19657         when there is nothing to inline but warnings are requested.
19658         (cgraph_decide_inlining):  Fix memory leak.
19659
19660 2004-01-02  Jan Hubicka  <jh@suse.cz>
19661
19662         * expr.c (store_constructor):  Fix pasto in previous patch.
19663
19664 2004-01-02  Kazu Hirata  <kazu@cs.umass.edu>
19665
19666         * config/i386/cygming.h: Fix comment formatting.
19667         * config/i386/djgpp.h: Likewise.
19668         * config/i386/gthr-win32.c: Likewise.
19669         * config/i386/i386-interix.h: Likewise.
19670         * config/i386/i386.c: Likewise.
19671         * config/i386/i386.h: Likewise.
19672         * config/i386/openbsd.h: Likewise.
19673         * config/i386/winnt.c: Likewise.
19674         * config/i386/xm-mingw32.h: Likewise.
19675
19676 2004-01-02  Joseph S. Myers  <jsm@polyomino.org.uk>
19677
19678         * doc/gcc.texi, doc/invoke.texi, doc/install.texi: Update
19679         copyright and last modification dates.
19680
19681 2004-01-02  Andreas Jaeger  <aj@suse.de>, Gerald Pfeifer  <gp@suse.de>
19682
19683         * doc/install.texi (Specific): Mention x86_64.
19684
19685 2004-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
19686
19687         * builtins.c (expand_builtin_apply_args_1) [STACK_GROWS_DOWNWARD]:
19688         Call force_operand on plus_constant result.
19689
19690 2004-01-01  Jan Hubicka  <jh@suse.cz>
19691
19692         * expmed.c (store_bit_field, extract_bit_field): Use new named patterns
19693         * expr.c (store_constructor): Use vec_init pattern.
19694         * genopinit.c (optabs): Initailize vec_set/vec_extract/vec_init.
19695         * optabs.h (optab_index): ADD OTI_vec_set/OTI_vec_extract/OTI_vec_init
19696         (vec_set_optab, vec_extract_optab, vec_init_optab): New.
19697         * i386.md (vec_setv2df, vec_extractv2df, vec_setv4sf, vec_extractv4sf):
19698         New patterns.
19699         (sse2_unpc?pd): Fix pattern.
19700         (sse2_movlpd): Kill.
19701         (sse2_movsd): Deal with movlpd too.
19702         * i386.c (ix86_expand_builtin): Use sse2_movsd instead of sse2_movlpd.
19703         (ix86_expand_vector_init): New.
19704         * emmintrin.h (__mm_set_pd, __mm_set_ps): Use vector extensions.
19705         * md.texi (vec_set, vec_extract): Document
19706
19707 2003-12-31  Jan Hubicka  <jh@suse.cz>
19708
19709         PR opt/13473
19710         * recog.c (validate_replace_rtx_1):  Take care for RTL sharing inside
19711         ASM input operands
19712
19713         PR opt/12617
19714         * toplev.c (dump_file_index): Reorder ce3 and bbro.
19715         (dump_file): Likewise.
19716         (rest_of_compilation): Likewise.
19717
19718         PR debug/13367
19719         * cgraph.c (cgraph_function_possibly_inlined):  Even with
19720         flag_really_no_inline we inline always_inline functions.
19721         * cgraphunit.c (cgraph_analyze_function): Clear inlinable flag
19722         for non-always_inline functions when there is flag_really_no_inline.
19723         (cgraph_decide_inlining): Limit work done when not inlining.
19724         (cgraph_decide_inlining_incrementally): Likewise.
19725         (cgraph_optimize_function): Check whether something got inlined.
19726         * c-objc-common.c (c_disregard_inline_limits): Do not always inline
19727         extern inline functions when not inlining.
19728
19729         * opts.c (decode_options):  Disable crossjumping at -O1
19730         * invoke.texi (-O1): Document change.
19731
19732 See ChangeLog.10 for earlier changes.