OSDN Git Service

6fe91efe7701181c0d3e913aec93db6e75a15d0d
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2004-11-15  Joseph S. Myers  <joseph@codesourcery.com>
2
3         PR c/18498
4         * c-decl.c (grokdeclarator): Call check_bitfield_type_and_width
5         after processing the declarator.
6
7 2004-11-15  Aldy Hernandez  <aldyh@redhat.com>
8
9         * config/rs6000/altivec.md ("altivec_vsplth"): Rewrite with
10         vec_duplicate.
11         (altivec_vspltb): Same.
12         (altivec_vspltw): Same.
13         (altivec_vspltisb): Same.
14         (altivec_vspltish): Same.
15         (altivec_vspltisw): Same.
16         (altivec_vspltisw_v4sf): Same.
17         (define_constants): Remove UNSPEC_VSPLTISB, UNSPEC_VSPLTISW,
18         UNSPEC_VSPLTISH.
19         Move "End of vector xor's" comment to the right place.
20
21 2004-11-15  Steve Ellcey  <sje@cup.hp.com>
22
23         * config/ia64/ia64.md (*movtf_internal):  Use destination_operand
24         instead of nonimmediate_operand.
25
26 2004-11-15  Mark Mitchell <mark@codesourcery.com>
27
28         * config/i386/sol2.h (ASM_OUTPUT_CALL): Use print_operand.
29         * config/sparc/sol2.h (ASM_OUTPUT_CALL): Likewise.
30         * config/sol2.c (solaris_output_init_fini): Update calls to
31         ASM_OUTPUT_CALL.  Include "rtl.h".
32
33 2004-11-15  Mark Mitchell <mark@codesourcery.com>
34
35         * config/sol2-c.c (cmn_err_char_table): Add "p".
36
37 2004-11-15  Mark Mitchell <mark@codesourcery.com>
38
39         * config/sparc/sol2.h (SUPPORTS_INIT_PRIORITY): Remove.
40         * config/sol2.h (SUPPORTS_INIT_PRIORITY): Define here.
41
42 2004-11-15  Mark Mitchell <mark@codesourcery.com>
43
44         * config/t-slibgcc-sld (SHLIB_LINK): Make symlinks entirely
45         within the multilib directory.
46
47 2004-11-15  Nick Clifton  <nickc@redhat.com>
48
49         * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Add
50         builtin assert of cpu=xstormy16.
51
52 2004-11-15  Nathan Sidwell  <nathan@codesourcery.com>
53
54         * tree-ssa-pre.c (bitmap_print_value_set): Fix uninitialized
55         variable.
56
57 2004-11-14  Richard Henderson  <rth@redhat.com>
58
59         PR 18480
60         * calls.c (struct arg_data): Add parallel_value.
61         (precompute_register_parameters): Set it.
62         (load_register_parameters): Use it.
63         (store_one_arg): Also set it here.
64
65 2004-11-14  Zdenek Dvorak  <dvorakz@suse.cz>
66
67         PR tree-optimization/18431
68         * fold-const.c (associate_trees): Do not produce x + 0.
69         (fold_widened_comparison, fold_sign_changed_comparison): New functions.
70         (fold): Use them.
71         * tree-ssa-loop-niter.c (upper_bound_in_type, lower_bound_in_type):
72         Moved ...
73         * tree.c (upper_bound_in_type, lower_bound_in_type): Here.
74         * tree.h (upper_bound_in_type, lower_bound_in_type): Declare.
75
76 2004-11-14  Eric Botcazou <ebotcazou@libertysurf.fr>
77
78         * doc/rtl.texi (SUBREG): Adjust BYTENUM value in example.
79
80 2004-11-14  Kazu Hirata  <kazu@cs.umass.edu>
81
82         * cfgrtl.c, global.c, tree-ssa-copy.c, tree-ssa-loop-ivopts.c,
83         value-prof.c: Fix comment typos.
84
85 2004-11-14  Stan Shebs  <shebs@apple.com>
86
87         Basic ABI changes for passing structs by value in 64-bit Darwin.
88         * config/rs6000/rs6000.c (rs6000_darwin64_abi): New flag.
89         (rs6000_override_options): Set it for 64-bit Darwin.
90         (rs6000_parse_abi_options): Add testing options to change it.
91         (rs6000_return_in_memory): Test whether the type is one
92         that can be passed in registers.
93         (darwin64_function_arg_advance): New.
94         (function_arg_advance): Call it, plus add recursion depth
95         argument and test when counting off arguments.
96         (rs6000_darwin64_function_arg): New.
97         (function_arg): Call it.
98         (setup_incoming_varargs): Add argument to function_arg_advance.
99         (rs6000_darwin64_function_value): New.
100         (rs6000_function_value): Call it.
101         * config/rs6000/rs6000.h (FUNCTION_ARG_ADVANCE): Pass depth arg.
102         * config/rs6000/rs6000-protos.h: Update decl of
103         function_arg_advance.
104
105 2004-11-14  Andrew Pinski  <pinskia@physics.uc.edu>
106
107         PR c/17279
108         * c-common.c (c_common_nodes_and_builtins): Ask the back-end if we
109         support TImode before adding __int128_t and __uint128_t types.
110
111 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
112
113         PR tree-opt/18400
114         * tree-vectorizer.c (make_loop_iterate_ntimes): Set loop->nb_iterations.
115         (vect_transform_loop_bound): Set loop->nb_iterations.
116
117 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
118             Andrew Pinski  <pinskia@physics.uc.edu>
119
120         PR tree-opt/18425
121         * tree-vectorize.c (vect_build_loop_niters): Do not insert
122         NULL into the instruction stream. Initialize new_bb to NULL.
123         (vect_update_ivs_after_vectorizer): Likewise.
124         (vect_gen_niters_for_prolog_loop): Likewise.
125
126 2004-11-14  Zdenek Dvorak  <dvorakz@suse.cz>
127
128         PR tree-optimization/18431
129         * tree-flow.h (stmt_references_memory_p): Declare.
130         * tree-ssa-loop-im.c (stmt_cost): Use stmt_references_memory_p.
131         * tree-ssa.c (stmt_references_memory_p): New function.
132
133 2004-11-14  Andreas Schwab  <schwab@suse.de>
134
135         * Makefile.in (lambda-code.o, tree-loop-linear.o): Depend on
136         $(EXPR_H).
137
138 2004-11-14  Kazu Hirata  <kazu@cs.umass.edu>
139
140         * c-common.c (walk_stmt_tree): Remove.
141         * c-common.h: Remove the corresponding prototype.
142
143         * emit-rtl.c (push_to_full_sequence): Remove.
144         * rtl.h: Remove the corresponding prototype.
145
146         * cselib.c, expr.c: Fix comment typos.
147
148 2004-11-13  Richard Henderson  <rth@redhat.com>
149
150         * calls.c (precompute_register_parameters): Force all PARALLELs
151         into pseudo registers.
152         (load_register_parameters): Copy PARALLELs into hard registers.
153         * function.c (assign_parm_setup_block): Copy PARALLELS into
154         pseudo registers.  Do emit_group_store in conversion_insns.
155         * expr.c (emit_group_load_1): Rename from emit_group_load, take
156         tmps as an argument.  Move final copy loop ...
157         (emit_group_load): ... here.  New function.
158         (emit_group_load_into_temps, emit_group_move_into_temps): New.
159         * expr.h: Declare them.
160
161 2004-11-14  Kazu Hirata  <kazu@cs.umass.edu>
162
163         * tree-cfg.c, tree-if-conv.c, tree-ssa-loop-ivopts.c,
164         tree-ssa-loop-manip.c, tree-vectorizer.c: Replace TREE_CHAIN
165         with PHI_CHAIN where appropriate.
166
167 2004-11-13  Dale Johannesen  <dalej@apple.com>
168
169         * tree-flow.h (bsi_commit_one_edge_insert): Remove name from prototype.
170         (tree_block_label): Ditto.
171         (flush_pending_stmts): Ditto.
172         (insert_edge_copies): Ditto.
173         (expr_invariant_in_loop_p): Ditto.
174         (TDF_USE_OPS): Parenthesize definition.
175         (TDF_USE_VOPS): Ditto.
176
177 2004-11-13  David Edelsohn  <edelsohn@gnu.org>
178
179         * config/rs6000/aix51.h (ASM_CPU_SPEC): Add 970 and G5.
180         * config/rs6000/aix52.h (ASM_CPU_SPEC): Same.
181         * config/rs6000/t-aix52 (BOOT_LDFLAGS): Define.
182
183 2004-11-14  Joseph Myers  <joseph@codesourcery.com>
184
185         * config/i386/i386.c (override_options): Move loop to set default
186         tuning to correct place.
187
188 2004-11-13  Zak Kipling  <zak@transversal.com>
189
190         PR target/18300
191         * config/i386/i386.c (classify_argument): Fix infinite loop when
192         passing object with 3 or more base classes by value.
193
194 2004-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
195
196         * doc/md.texi (constraints) <% modifier>: Mention that it is
197         useless when the two alternatives are strictly identical.
198
199 2004-11-13  Richard Henderson  <rth@redhat.com>
200
201         * expmed.c (extract_split_bit_field): Temporarily disable call to
202         extract_force_align_mem_bit_field.
203
204 2004-11-13  Kazu Hirata  <kazu@cs.umass.edu>
205
206         * bitmap.c, bitmap.h, expmed.c, tree-cfg.c: Fix comment
207         formatting.
208
209         * c-cppbuiltin.c, cgraph.c, domwalk.h, except.c, gimplify.c,
210         lambda-code.c, postreload.c, predict.c, tree-sra.c,
211         tree-ssa-loop-manip.c, tree.c: Fix comment typos.
212
213 2004-11-13  Kelley Cook  <kcook@gcc.gnu.org>
214
215         * doc/install.texi (automake): Correctly document that everything now 
216         will use automake 1.9.3.
217
218 2004-11-13  Hans-Peter Nilsson  <hp@bitrange.com>
219
220         PR target/18347
221         * config/mmix/mmix.c (mmix_function_outgoing_value): Handle
222         TImode.  Sorry for other non-complex larger-than-64-bit modes.
223         * config/mmix/mmix.h (MIN_UNITS_PER_WORD): Do not define.
224
225 2004-11-13  Kelley Cook  <kcook@gcc.gnu.org>
226
227         * doc/install.texi (automake): Document that everything now uses 1.9.
228
229 2004-11-13  Bernd Schmidt  <bernd.schmidt@analog.com>
230
231         * cse.c (cse_insn): Stores in a libcall sequence can invalidate
232         previous loads.
233
234 2004-11-13  Kazu Hirata  <kazu@cs.umass.edu>
235
236         * tree.h: Fix comment typos.
237
238 2004-11-13  Steven Bosscher  <stevenb@suse.de>
239
240         * cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and
241         HARD_REGISTER_NUM_P.
242
243         * cselib.c (new_cselib_val): Make comment correct and more detailed.
244         * flow.c (mark_set_1): Likewise.
245
246         * except.c (duplicate_eh_region_1, duplicate_eh_region_2,
247         duplicate_eh_regions): Remove.
248         * except.h (duplicate_eh_regions): Remove prototype.
249         * integrate.c (get_label_from_map, copy_rtx_and_substitute,
250         global_const_equiv_varray): Remove.
251         * integrate.h (get_label_from_map, copy_rtx_and_substitute,
252         global_const_equiv_varray, set_label_in_map): Remove prototypes,
253         extern declaration, and #define.
254         (MAYBE_EXTEND_CONST_EQUIV_VARRAY, SET_CONST_EQUIV_DATA): Remove.
255         (struct inline_remap): Remove.
256         * varray.c (struct element): Remove entry for const_equiv_data.
257         * varray.h (struct const_equiv_data): Remove.
258         (enum varray_data_enum) <VARRAY_DATA_CONST_EQUIV>: Remove.
259         (union varray_data_tag) <const_equiv>: Remove.
260         (VARRAY_CONST_EQUIV_INIT, VARRAY_CONST_EQUIV,
261         VARRAY_PUSH_CONST_EQUIV, VARRAY_TOP_CONST_EQUIV): Remove.
262
263         * regstack.c (record_label_references): Remove unused function.
264
265         * rtl.def (VALUE): Update comment.
266         (LABEL_REF): Remove unused operand 2.
267         * rtl.h (struct rtx_def): Update for removed accessor macros.
268         (XCADVFLAGS, INSN_DEAD_CODE_P, LINE_NUMBER, CONTAINING_INSN,
269         REG_LOOP_TEST_P): Remove.
270         (ADDR_DIFF_VEC_FLAGS, CSELIB_VAL_PTR, LABEL_NEXTREF): Add comments.
271         * web.c (entry_register): Don't copy REG_LOOP_TEST_P.
272         * doc/rtl.texi (INSN_DEAD_CODE_P, REG_LOOP_TEST_P): Remove.
273
274 2004-11-13  James A. Morrison  <phython@gcc.gnu.org>
275             Eric Botcazou  <ebotcazou@libertysurf.fr>
276
277         PR target/18230
278         * config/sparc/sparc.c (sparc_rtx_costs): Handle the NAND vector
279         patterns.
280         * config/sparc/sparc.md (V64I): New macro for 64-bit modes.
281         (V32I): New macro for 32-bit modes.
282         (anddi3, anddi_sp32, anddi_sp64, and_not_di_sp32, and_not_di_sp64,
283         iordi3, iordi3_sp32, iordi_sp64, or_not_di_sp32, or_not_di_sp64,
284         xordi3, xordi3_sp32, xordi3_sp64, {AND, IOR, XOR} DI splitter,
285         xor_not_di_sp32, xordi_not_di_sp64, one_cmpldi2, one_cmpldi_sp32,
286         one_cmpldi_sp64): Use V64I instead of DI.
287         (andsi3, andsi_sp32, andsi_sp64, and_not_si, iorsi3, or_not_si,
288         xorsi3, xor_not_si, one_cmplsi2): Use V32I instead of SI.
289         (addv2si3, addv4hi3, addv2hi3): Remove % modifier.
290         (nandv64i_vis, nandv32i_vis): New patterns.
291
292 2004-11-12  Mike Stump  <mrs@apple.com>
293
294         * Makefile.in: Add html support.
295         * java/Make-lang.in: Likewise.
296         * fortran/Make-lang.in: Likewise.
297         * treelang/Make-lang.in: Likewise.
298         * doc/install.texi: Likewise.
299         * doc/makefile.texi: Likewise.
300         * doc/sourcebuild.texi: Likewise.
301         
302 2004-11-13  Kazu Hirata  <kazu@cs.umass.edu>
303
304         * tree-ssa-loop-manip.c: Fix a comment typo.
305
306 2004-11-12  Mike Stump  <mrs@apple.com>
307
308         * doc/cppinternals.texi (Index): Fix html generation with makeinfo by
309         renaming this node to Concept Index.
310         * doc/gccint.texi (Index): Likewise.  Also minor formatting tweaks
311         to more closely match gcc.texi.
312
313 2004-11-12  Jeff Law  <law@redhat.com>
314
315         * tree-cfg.c (hashtab.h): Include.
316         (struct edge_to_case_leader_elt): New structure.
317         (edge_to_case_leader): New.
318         (edge_to_case_leader_hash): New hashtable hasing function.
319         (edge_to_case_leader_eq): New hashtable equality function.
320         (record_switch_edge): New function.
321         (get_case_leader_for_edge, get_case_leader_for_edge): New functions.
322         (make_switch_expr_edges): Build the edge-to-case-leader
323         hash table.  Tear down the hash table when we're done.
324         (cleanup_dead_labels): Use CASE_LEADER_OR_LABEL instead of
325         CASE_LABEL.
326         (tree_node_can_be_shared): Allow sharing of CASE_LABEL_EXPR nodes.
327         (tree_redirect_edge_and_branch, case SWITCH_EXPR): Update
328         to use new concept of case leaders to reduce overhead of
329         redirecting outgoing edges from switch statements.
330         * tree.c (get_case_label): New function.
331         * tree.h (CASE_LABEL): Define in terms of get_case_label.
332         (CASE_LEADER_OR_LABEL): Define.
333
334 2004-11-12  Ziemowit Laski  <zlaski@apple.com>
335
336         * varasm.c (output_addressed_constants): For CONST_DECLs,
337         output the initializer if present.
338
339 2004-11-12  Ziemowit Laski  <zlaski@apple.com>
340
341         * config/rs6000/darwin.h: Fix confusing typo in comment.
342
343 2004-11-12  Devang Patel  <dpatel@apple.com>
344
345         * optabs.c (vector_compare_rtx): Use COMPARISON_CLASS_P.
346         
347 2004-11-12  Devang Patel  <dpatel@apple.com>
348
349         * tree-if-conv.c (clean_predicate_lists): Use loop header
350         and latch directly.
351         
352 2004-11-12  Richard Henderson  <rth@redhat.com>
353
354         PR 17778
355         * config/i386/i386.h (TARGET_96_ROUND_53_LONG_DOUBLE): New.
356         * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Remove.
357         (TARGET_96_ROUND_53_LONG_DOUBLE): New.
358         * config/i386/i386-modes.def (XF): Use it.
359
360 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
361
362         * Makefile.in (macro_list): Use move-if-change to avoid spurious
363         rebuilds.
364
365 2004-11-12  Mark Mitchell  <mark@codesourcery.com>
366
367         PR c++/18416
368         * passes.c (rest_of_decl_compilation): Do not look at DECL_RTL
369         when deciding whether to pass a variable to
370         cgraph_varpool_finalize_decl or assemble_variable.
371         * toplev.c (check_global_declarations): Do not clear DECL_RTL. 
372
373 2004-11-12  Kazu Hirata  <kazu@cs.umass.edu>
374
375         * tree-vectorizer.c: Fix a comment typo.
376
377 2004-11-12  Bernd Schmidt  <bernd.schmidt@analog.com>
378
379         * genconfig.c (walk_insn_part): Look at match_dups inside a label_ref.
380
381 2004-11-12  Diego Novillo  <dnovillo@redhat.com>
382
383         * tree-scalar-evolution.c (analyzable_condition): Remove
384         superfluous TREE_THIS_VOLATILE checks on SSA_NAMEs.
385
386 2004-11-12  Ralf Corsepius  <ralf.corsepius@rtems.org>
387
388         * config/rs6000/t-rtems (MULTILIB_NEW_EXCEPTIONS_ONLY):
389         Remove m505/roe multilib variant.
390
391 2004-11-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
392
393         * expr.c (emit_group_load) <CONCAT>: Use extract_bit_field
394         to load from the stack.
395
396 2004-11-12  Richard Henderson  <rth@redhat.com>
397
398         * toplev.c (floor_log2): Rename from floor_log2_wide, use CLZ_HWI.
399         (exact_log2): Rename from exact_log2_wide, use CTZ_HWI.
400         * toplev.h (FL2T__): Remove.
401         (CLZ_HWI): Rename from FL2T_CLZ__.
402         (CTZ_HWI): New.
403         (floor_log2): Simplify.
404         (exact_log2): New.
405
406 2004-11-12  Sebastian Pop  <pop@cri.ensmp.fr>
407
408         * tree-data-ref.c (analyze_subscript_affine_affine): Correctly
409         compute the first overlapping iterations.
410
411 2004-11-12  Sebastian Pop  <pop@cri.ensmp.fr>
412
413         PR middle-end/18005
414         * tree-data-ref.c (estimate_niter_from_size_of_data): Ensure 
415         that arguments of EXACT_DIV_EXPR are INTEGER_CST.
416
417 2004-11-12  Steven Bosscher  <stevenb@suse.de>
418
419         PR tree-optimization/18419
420         * tree-ssa.c (walk_use_def_chains_1): Make the visited map a
421         pointer set instead of a bitmap.
422         (walk_use_def_chains): Create, pass and clean up that pointer_set.
423
424         * tree-ssa-alias.c (struct alias_info): Make the ssa_names_visited
425         field an sbitmap.
426         (init_alias_info): Allocate and zero it here.
427         (delete_alias_info): Delete it here.
428         (collect_points_to_info_for): Use it.
429
430 2004-11-11  Kazu Hirata  <kazu@cs.umass.edu>
431
432         * alias.c (record_alias_subset, addr_side_effect_eval):
433         Make them static.
434         * alias.h: Remove the prototype for record_alias_subset.
435         * expr.h: Remove the commented-out prototype for
436         record_alias_subset.
437         * rtl.h: Remove the prototype for addr_side_effect_eval.
438
439         * cfglayout.c (choose_inner_scope): Make it static.
440         * rtl.h: Remove the corresponding prototype.
441
442         * cfgloopmanip.c (update_single_exits_after_duplication,
443         unloop): Make them static.
444         * cfgloop.h: Remove the corresponding prototypes.
445
446         * c-typeck.c (c_size_in_bytes, record_maybe_used_decl):
447         Make them static.
448         * c-tree.h: Remove the corresponding prototypes.
449
450         * explow.c (round_push): Make it static.
451         * expr.h: Remove the corresponding prototype.
452
453         * varasm.c (get_named_section_flags, decl_tls_model): Make
454         them static.
455         * output.h: Remove the prototype for get_named_section_flags.
456         * tree.h: Remove the prototype for decl_tls_model.
457
458 2004-11-11  Kazu Hirata  <kazu@cs.umass.edu>
459
460         * function.c (expand_function_end): Remove an "if" statement
461         that always triggers.
462         * stmt.c (expand_null_return_1): Likewise.
463
464 2004-11-11  James E. Wilson  <wilson@specifixinc.com>
465
466         * config/ia64/ia64.h (HARD_REGNO_NREGS): Handle XCmode.
467         (HARD_REGNO_MODE_OK, MODES_TIEABLE_P, SECONDARY_MEMORY_NEEDED,
468         CLASS_MAX_NREGS): Likewise.
469
470 2004-11-11  Zdenek Dvorak  <dvorakz@suse.cz>
471
472         PR tree-optimization/17742
473         * tree-scalar-evolution.c (follow_ssa_edge_in_rhs): Handle
474         MINUS_EXPR correctly.
475
476 2004-11-11  Sebastian Pop  <pop@cri.ensmp.fr>
477
478         * tree-scalar-evolution.c (follow_ssa_edge_in_condition_phi): 
479         Give up as soon as the evolution is known not computable.
480
481 2004-11-11  Nathan Sidwell  <nathan@codesourcery.com>
482
483         PR target/16457
484         * config/rs6000/rs6000.c (mask64_2_operand): Stub to call
485         mask64_1or2_operand.
486         (mask64_1or2_operand): Broken out of mask64_2_operand, add flag
487         to spot rlwinm opportunities.
488         (and64_2_operand): Use mask_1or2_operand.
489         * config/rs6000/rs6000.md (anddi3): Use rlwinm when possible.
490
491 2004-11-11  Dorit Naishlos  <dorit@il.ibm.com>
492
493         * tree-vectorizer.c (update_phi_nodes_for_guard): Call reverse_phis.
494         (vect_update_ivs_after_vectorizer): Update function documentation.
495         Avoid quadratic behavior and direct write to PHI_ARG_DEF.
496
497 2004-11-11  Kazu Hirata  <kazu@cs.umass.edu>
498
499         * config/arm/arm.c: Fix a comment typo.
500
501 2004-11-11  Nathan Sidwell  <nathan@codesourcery.com>
502
503         * bitmap.h (nBITMAP_WORD_BITS): Remove.
504         (BITMAP_WORD_BITS): Force unsigned by use of 1u.
505         (BITMAP_ELEMENT_WORDS, BITMAP_ELEMENT_ALL_BITS): Remove
506         unnecessary casts.
507         (bitmap_first_set_bit): Return unsigned, use ctzl.
508         (bitmap_last_set_bit): Remove.
509         * bitmap.c (bitmap_element_zerop, bitmap_copy): Make iterator
510         unsigned.
511         (bitmap_first_set_bit): Return unsigned, require non-empty bitmap,
512         remove special case code for two word elements.
513         (bitmap_last_set_bit): Remove.
514         * ra-build.c (livethrough_conflicts_bb): Replace unnecessary use of
515         bitmap_first_set_bit with bitmap_empty_p.
516         * tree-outof-ssa.c (analyze_edges_for_bb): Likewise.
517         * tree-ssa-pre.c (bitmap_print_value): Use simple flag rather than
518         bitmap_last_bit_set.
519
520 2004-11-11  Nathan Sidwell  <nathan@codesourcery.com>
521
522         PR target/16796
523         * config/rs6000/rs6000.md: Add DF & SF reg move peepholes.
524
525         PR target/16458
526         * config/rs6000/rs6000.c (rs6000_generate_compare): Generate an
527         unsigned equality compare when we know the operands are unsigned.
528
529 2004-11-10  Peter S. Mazinger  <ps.m@gmx.net>
530
531         * config/mips/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Define
532         __PIC__ and __pic__ only if TARGET_ABICALLS.
533         (SUBTARGET_CPP_SPECS): Don't define or undefine __PIC__ and __pic__.
534         (SUBTARGET_ASM_SPECS): Don't pass -non_shared to assembler; pass
535         -KPIC only if not -mno-abicalls.
536
537         * config/alpha/linux.h, config/arm/linux-elf.h, config/pa/pa-linux.h
538         * config/sparc/linux.h, config/sparc/linux64.h
539         (TARGET_OS_CPP_BUILTINS): Define __PIC__ and __pic__ if flag_pic.
540
541         * config/arm/linux-gas.h (CPP_SPEC): Don't define __PIC__ or __pic__.
542         * config/pa/pa/linux.h (CPP_SPEC): Likewise.
543         * config/sparc/linux.h (CPP_SUBTARGET_SPEC): Likewise.
544         * config/sparc/linux64.h (CPP_SUBTARGET_SPEC): Likewise.
545
546 2004-11-11  Paul Brook  <paul@codesourcery.com>
547
548         * config/arm/arm.c (arm_compute_save_reg0_reg12_mask): Save PIC
549         register if current_function_uses_pic_offset_table is set.
550
551 2004-11-10  David Edelsohn  <edelsohn@gnu.org>
552
553         * config/rs6000/rs6000.md (define_attr "type"): Add two and three.
554         Change multi-instruction sequences to new attribute.
555         * config/rs6000/{40x.md,440.md,603.md,6xx.md,
556         7450.md,7xx.md,8540.md,mpc.md,power4.md,power5.md,
557         rios1.md,rios2.md,rs64.md}: Add descriptions for two and three.
558
559 2004-11-10  Daniel Berlin  <dberlin@dberlin.org>
560
561         * tree-data-ref.c (build_classic_dist_vector): If either loop
562         is outside of the nest we asked about, the dependence can't
563         matter.
564         (build_classic_dir_vector): Ditto.
565
566 2004-11-10  Zdenek Dvorak  <dvorakz@suse.cz>
567
568         * tree-ssa-loop-ivopts.c (get_address_cost): Add address elements in
569         right order.
570         (force_var_cost): Determine cost of addition and multiplication more
571         precisely.
572         (get_computation_cost_at): Add cost for computing address elements to
573         the final cost.
574
575         * fold-const.c (fold): Attempt to use ptr_difference_const whenever
576         one of the arguments of MINUS_EXPR is an address.
577         (split_address_to_core_and_offset): New function.
578         (ptr_difference_const): Handle case when one of the operands is a
579         pointer.
580         * tree-ssa-loop-ivopts.c (determine_base_object): Fold &*addr.
581         (ptr_difference_cost): Pass addresses instead of objects to
582         ptr_difference_const.
583
584 2004-11-10  Nathan Sidwell  <nathan@codesourcery.com>
585
586         * tree.c (tree_check_failed): Emit general error if the list of
587         node types is empty.
588
589 2004-11-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
590
591         * config/sparc/sparc.c (function_arg_union_value): New 'slotno'
592         argument.  When the union is passed in the 6th slot, build a
593         PARALLEL with only one element.
594         (function_arg): Adjust call to function_arg_union_value.
595         (function_value): Likewise.
596
597 2004-11-10  Fariborz Jahanian <fjahanian@apple.com>
598
599         PR tree-optimization/17892
600         * tree-ssa-dom.c (unsafe_associative_fp_binop): Add test for
601         MINUS_EXPR operator.
602
603 2004-11-10  James A. Morrison  <phython@gcc.gnu.org>
604
605         PR target/18230
606         config/sparc/sparc.md (addsi3, subsi3): Set "fptype" attribute.
607         (addv2si, addv4hi, addv2hi, subv2si, subv4hi, subv2hi): New patterns.
608
609 2004-11-10  Steven Bosscher  <stevenb@suse.de>
610
611         * basic-block.h (XMALLOC_REG_SET, XFREE_REG_SET): New.
612         (struct basic_block_def): Remove local_set and cond_local_set
613         fields.  Update comment for global_live_at_start.
614         * flow.c (calculate_global_regs_live): Allocate local_sets and
615         cond_local_sets here as arrays of bitmaps previously stored in
616         bb->local_set and bb->cond_local_set.  Use xmalloc instead of
617         obstack allocated bitmaps.
618
619 2004-11-09  H.J. Lu  <hongjiu.lu@intel.com>
620
621         PR target/18380
622         * config/ia64/unwind-ia64.h (_Unwind_FindTableEntry): Mark it
623         hidden.
624
625         * unwind-dw2.c (_Unwind_FindTableEntry): Removed.
626
627 2004-11-09  Jeff Law  <law@redhat.com>
628
629         * cfganal.c (flow_dfs_compute_reverse_execute): Accept new
630         argument holding last unvisited block.  Start search for
631         unvisited blocks at LAST_UNVISITED rather than EXIT_BLOCK.
632         (connect_infinite_loops_to_exit): Supply last unvisited block
633         to flow_dfs_compute_reverse_execute.
634
635 2004-10-22  Aldy Hernandez  <aldyh@redhat.com>
636
637         * config/rs6000/rs6000.md (fix_truncdfsi2): Handle e500
638         doubles.
639         (floatunssidf2): Same.
640         (floatsidf2): Same.
641         ("extendsfdf2"): New expander.
642         (*extendsfdf2_fpr): Rename.
643         (*truncdfsf2_fpr): Same.
644         (*negdf2_fpr): Same.
645         (*absdf2_fpr): Same.
646         (*nabsdf2_fpr): Same.
647         (*adddf3_fpr): Same.
648         (*subdf3_fpr): Same.
649         (*muldf3_fpr): Same.
650         (*divdf3_fpr): Same.
651
652         * config/rs6000/spe.md ("spe_extendsfdf2"): Remove FIXME comment.
653         ("spe_fix_truncdfsi2"): Same.
654         (spe_floatunssidf2): Same.
655         (spe_floatsidf2): Same.
656
657 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
658
659         PR c/18322
660         * c-common.c (fname_decl): Don't use line number of decl in
661         diagnostic.
662
663 2004-11-09  Ulrich Weigand  <uweigand@de.ibm.com>
664
665         * config/s390/s390-protos.h (s390_pool_operand): Remove.
666         * config/s390/s390.c (s390_pool_operand): Likewise.
667         (s390_extra_constraint_str): Handle 'B' constraints.
668         * config/s390/s390.h (CONSTRAINT_LEN): Handle 'B' constraints.
669         * config/s390/s390.md: Document 'B' constraints.
670         ("*cmpdi_cct", "*cmpsi_cct"): Use 'B' constraint instead of
671         s390_pool_operand to prevent insns with two literal pool
672         references.  Make pattern commutative.
673         ("*cmpdi_ccu", "*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu"): Use
674         'B' constraint instead of s390_pool_operand.
675
676 2004-11-09  Kazu Hirata  <kazu@cs.umass.edu>
677
678         * tree-cfg.c (create_bb): Remove unnecessary memset.
679
680 2004-11-09  Kazu Hirata  <kazu@cs.umass.edu>
681
682         * tree-ssa-threadupdate.c (copy_phis_to_block): Remove.
683         (thread_block): Call flush_pending_stmt instead of
684         copy_phis_to_block.
685
686 2004-11-09  Kazu Hirata  <kazu@cs.umass.edu>
687
688         * loop-iv.c (iv_number_of_iterations): Make it static.
689         * cfgloop.h: Remove the corresponding prototype.
690
691 2004-11-09  Kazu Hirata  <kazu@cs.umass.edu>
692
693         * function.c (combine_temp_slots, assign_parms,
694         expand_pending_sizes): Make them static.
695         * tree.h: Remove the corresponding prototypes.
696
697 2004-11-09  Kazu Hirata  <kazu@cs.umass.edu>
698
699         * emit-rtl.c (copy_most_rtx): Remove.
700         * rtl.h: Remove the corresponding prototype.
701
702 2004-11-09  Kazu Hirata  <kazu@cs.umass.edu>
703
704         * cfgloop.c (flow_loops_update): Remove.
705         * cfgloop.h: Remove the corresponding prototype.
706
707 2004-11-09  Kazu Hirata  <kazu@cs.umass.edu>
708
709         * conflict.c (mark_reg, conflict_graph_compute): Remove.
710         * basic-block.h: Remove the prototype for
711         conflict_graph_compute.
712
713 2004-11-09  Kazu Hirata  <kazu@cs.umass.edu>
714
715         * tree-if-conv.c (add_to_dst_predicate_list): Change the
716         second argument to basic_block.
717         (tree_if_convert_cond_expr): Update call sites.
718
719 2004-11-09  Kazu Hirata  <kazu@cs.umass.edu>
720
721         * fold-const.c (pedantic_non_lvalue): Make it static.
722         * tree.h: Remove the corresponding prototype.
723
724 2004-11-09  Kazu Hirata  <kazu@cs.umass.edu>
725
726         * optabs.c (prepare_operand): Make it static.
727         * optabs.h: Remove the corresponding prototype.
728
729 2004-11-09  Kazu Hirata  <kazu@cs.umass.edu>
730
731         * reload1.c (reloads_conflict, gen_reload): Make them static.
732         * reload.h: Remove the corresponding prototypes.
733
734 2004-11-09  Kazu Hirata  <kazu@cs.umass.edu>
735
736         * reload.c (refers_to_mem_for_reload_p,
737         refers_to_regno_for_reload_p): Make them static.
738         * reload.h: Remove the corresponding prototypes.
739
740 2004-11-09  James A. Morrison  <phython@gcc.gnu.org>
741             Eric Botcazou  <ebotcazou@libertysurf.fr>
742
743         PR target/18230
744         * doc/md.texi (SPARC constraints): Document 'Y' constraint.
745         * config/sparc/sparc-modes.def: Add vector modes of 4 and 8 bytes.
746         * config/sparc/sparc.c (sparc_vector_mode_supported_p): New function.
747         (TARGET_VECTOR_MODE_SUPPORTED_P): Set to sparc_vector_mode_supported_p.
748         (fp_zero_operand): Accept MODE_VECTOR_INT modes.
749         (input_operand): Accept CONST_VECTOR with MODE_VECTOR_INT modes.
750         (sparc_cannot_force_const_mem): Return false for CONST_VECTOR.
751         (sparc_init_modes): Set sparc_mode_class to SF_MODE or DF_MODE for
752         MODE_VECTOR_INT modes.
753         (sparc_extra_constraint_check): Add new constraint 'Y'.
754         * config/sparc/sparc.h: Define UNITS_PER_SIMD_WORD to 8 for TARGET_VIS.
755         * config/sparc/sparc.md (V32): New mode macro for 32-bit modes.
756         (V64): New mode macro for 64-bit modes.
757         (movsf): Use V32 for mode instead of SF.
758         (movsf_insn_vis): Use V32 for mode instead of SF.  Add 'Y' constraint
759         alongside 'G' constraint.
760         (movdf): Use V64 for mode instead of DF.
761         (movdf_insn_v9only_vis, modf_insn_sp64_vis): Use V64 for mode instead
762         of DF.  Add 'Y' constraint alongside 'G' constraint.
763         (multi-isn and misaligned mems DFmode splitters): Use V64 for mode
764         instead of DF.
765
766 2004-11-09  Ulrich Weigand  <uweigand@de.ibm.com>
767
768         * config/s390/s390.c (s390_select_ccmode): Return CCAPmode for
769         integer NEG and ABS.
770         * config/s390/s390.md ("*negdi2_64"): Fix op_type attribute.
771         ("*negdi2_31"): Reimplement using a splitter.
772         ("*negdi2_cc", "*negdi2_cconly"): New insns.
773         ("*negdi2_sign", "*negdi2_sign_cc"): Likewise.
774         ("*negsi2_cc", "*negsi2_cconly"): Likewise.
775         ("*negdf2_cc", "*negdf2_cconly"): Likewise.
776         ("*negsf2_cc", "*negsf2_cconly"): Likewise.
777         ("*absdi2_cc", "*absdi2_cconly"): New insns.
778         ("*absdi2_sign", "*absdi2_sign_cc"): Likewise.
779         ("*abssi2_cc", "*abssi2_cconly"): Likewise.
780         ("*absdf2_cc", "*absdf2_cconly"): Likewise.
781         ("*abssf2_cc", "*abssf2_cconly"): Likewise.
782         ("*negabsdi2_cc", "*negabsdi2_cconly"): New insns.
783         ("*negabsdi2_sign", "*negabsdi2_sign_cc"): Likewise.
784         ("*negabssi2_cc", "*negabssi2_cconly"): Likewise.
785         ("*negabsdf2_cc", "*negabsdf2_cconly"): Likewise.
786         ("*negabssf2_cc", "*negabssf2_cconly"): Likewise.
787
788 2004-11-09  Ulrich Weigand  <uweigand@de.ibm.com>
789
790         * config/s390/s390.c (s390_canonicalize_comparison): Reverse condition
791         when eliminating an UNSPEC_CMPINT.
792         (s390_secondary_input_reload_class): Fix test for CC register reload.
793         (s390_secondary_output_reload_class): Likewise.
794         (s390_expand_cmpmem): Swap operands.  Use gen_cmpint.
795         * config/s390/s390.md ("*cmpint_si", "*cmpint_di"): Remove.
796         ("cmpint", "*cmpint_cc", "*cmpint_sign", "*cmpint_sign_cc"): New
797         insn patterns with splitters.
798
799 2004-11-09  David Edelsohn  <edelsohn@gnu.org>
800
801         * config/rs6000/rs6000.c (rs6000_rtx_costs): Add EQ, GTU, and LTU.
802         * config/rs6000/rs6000.md (sCC): Split GTU and LTU patterns.
803
804 2004-11-09  Kazu Hirata  <kazu@cs.umass.edu>
805
806         * tree-phinodes.c (phi_reverse): New.
807         * tree-cfg.c (tree_make_forwarder_block, tree_duplicate_bb):
808         Use it.
809         * tree-flow.h: Add a prototype for phi_reverse.
810
811 2004-11-09  Kazu Hirata  <kazu@cs.umass.edu>
812
813         * tree-ssa-loop-ivopts.c: Fix a comment typo.
814
815 2004-11-09  James A. Morrison  <phython@gcc.gnu.org>
816
817         PR pch/14940
818         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Add __sparc__
819         definitions.
820
821 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
822
823         * builtins.c, c-common.c, c-decl.c, c-format.c: Say "argument"
824         instead of "arg" in diagnostics.
825
826 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
827
828         * builtins.c, c-common.c, c-decl.c, c-format.c, c-format.h,
829         c-parse.in, c-pch.c, c-pragma.c, collect2.c, final.c, gcc.c,
830         gcov.c, opts.c, pretty-print.h, protoize.c, reg-stack.c, rtl.c,
831         tlink.c, config/alpha/alpha.c, config/arc/arc.c, config/arm/arm.c,
832         config/avr/avr.c, config/c4x/c4x.c, config/darwin.c,
833         config/frv/frv.c, config/h8300/h8300.c, config/i386/i386.c,
834         config/i386/winnt.c, config/ia64/ia64.c, config/ip2k/ip2k.c,
835         config/iq2000/iq2000.c, config/m32r/m32r.c,
836         config/m68hc11/m68hc11.c, config/m68k/m68k.c, config/m68k/m68k.h,
837         config/mcore/mcore.c, config/mips/mips.c, config/mmix/mmix.c,
838         config/ns32k/ns32k.c, config/rs6000/host-darwin.c,
839         config/rs6000/rs6000.c, config/s390/s390.c, config/sh/sh.c,
840         config/sh/symbian.c, config/stormy16/stormy16.c,
841         config/v850/v850.c: Avoid "`" as left quote, using "'" or %q, %<
842         and %> as appropriate.  Use %' as apostrophe in diagnostics where
843         applicable.  Use %< and %> in place of '' quotes where applicable.
844         Use %qs in place of %<%s%>.  Consistently quote __builtin function
845         names.
846
847 2004-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
848
849         * gdbinit.in (pbb, pbm): New macros.
850
851 2004-11-08 Jeff Law  <law@redhat.com>
852
853         * cfg.c (redirect_edge_succ_nodup): Use find_edge rather than
854         implementing it inline.
855
856         * cfganal.c (find_edge): Search pred->succs or succ->preds,
857         whichever is shorter.
858
859 2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
860
861         * passes.c (rest_of_handle_jump): Remove dead code.
862
863 2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
864
865         * tree-cfg.c (thread_jumps): Speed up by keeping a pointer to
866         the last used element in the worklist.
867
868 2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
869
870         * tree-inline.c (remap_save_expr): Make it static.
871         * tree-inline.h: Remove the corresponding prototype.
872
873 2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
874
875         * tree-ssa-loop-niter.c (upper_bound_in_type,
876         lower_bound_in_type): Make them static.
877         * tree.h: Remove the corresponding prototypes.
878
879 2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
880
881         * tree-ssa-live.c (tpa_init, pop_best_coalesce): Make them
882         static.
883         * tree-ssa-live.h: Remove the corresponding prototypes.
884
885 2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
886
887         * tree-if-conv.c (tree_if_conversion): Make it static.
888         * tree-flow.h: Remove the corresponding prototype.
889
890 2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
891
892         * tree-ssa-operands.c (build_ssa_operands): Make it static.
893         * tree-flow.h: Remove the corresponding prototype.
894
895 2004-11-08  Andrew Pinski  <pinskia@physics.uc.edu>
896
897         PR tree-opt/18299
898         * tree-inline.c (copy_body_r): Change "t = t" to empty
899         statement instead of "t".
900
901 2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
902
903         * modulo-sched.c (create_partial_schedule,
904         free_partial_schedule, reset_partial_schedule,
905         ps_add_node_check_conflicts, rotate_partial_schedule): Make
906         them static.
907
908 2004-11-08  Richard Henderson  <rth@redhat.com>
909
910         * expmed.c (extract_force_align_mem_bit_field): Correct handling at
911         the end of a page.
912
913 2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
914
915         * sched-deps.c (add_insn_mem_dependence): Make it static.
916         * sched-int.h: Remove the corresponding prototypes.
917
918 2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
919
920         * flow.c (allocate_bb_life_data): Make it static.
921         * basic-block.h: Remove the corresponding prototype.
922
923 2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
924
925         * calls.c (split_complex_values, split_complex_types): Make
926         them static.
927         * expr.h: Remove the corresponding prototypes.
928
929 2004-11-08  Richard Earnshaw  <rearnsha@arm.com>
930
931         * arm.c (arm_handle_notshared_attribute): Wrap declaration and use
932         with #if TARGET_DLLIMPORT_DECL_ATTRIBUTES.
933
934 2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
935
936         * tree-if-conv.c (tree_if_convert_cond_expr): Remove two "if"
937         statements that always trigger.
938
939 2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
940
941         * tree-cfg.c, tree-if-conv.c, tree-into-ssa.c,
942         tree-scalar-evolution.c, tree-ssa-loop-im.c,
943         tree-ssa-loop-ivopts.c, tree-ssa-loop-manip.c, tree-ssa.c,
944         tree-vectorizer.c: Replace TREE_CHAIN with PHI_CHAIN where
945         appropriate.
946
947 2004-11-08  Ben Elliston  <bje@au.ibm.com>
948
949         * cgraph.h (cgraph_calls_p): Remove.
950         * cgraph.c (cgraph_calls_p): Likewise.
951
952         * varray.h (varray_copy): Remove.
953         * varray.c (varray_copy): Likewise.
954
955 2004-11-07  Andrew Pinski  <pinskia@physics.uc.edu>
956
957         PR target/18269
958         * config/darwin.c (machopic_indirect_data_reference):
959         Call gen_macho_high and gen_macho_low instead of
960         checking the mode and calling gen_macho_high_di directly.
961         * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
962         * config/rs6000/rs6000.md: Move most of TARGET_MACHO expand/insns
963         to darwin.md.
964         (movdf_low, movsf_low, movsf_low_st, movsi_low, macho_correct_pic,
965         load_macho_picbase, macho_low, macho_high): Removed.
966         (builtin_setjmp_receiver): Call gen_macho_high and
967         gen_macho_low instead of checking the mode and calling
968         gen_macho_high_di directly.
969         * config/rs6000/darwin.md (load_macho_picbase_di): Use the MD constant.
970         (movdf_low_si, movsf_low_si, movsf_low_st_si, movsi_low_st):
971         Moved from rs6000.md.
972         (macho_high): New expander.
973         (macho_high_si): Renamed version of macho_high from rs6000.md.
974         (macho_low): New expander.
975         (macho_low_si): Renamed version of macho_low from rs6000.md.
976         (load_macho_picbase): New expander.
977         (load_macho_picbase_si): Renamed version of load_macho_picbase
978         from rs6000.md.
979         (macho_correct_pic): New expander.
980         (macho_correct_pic_si): Renamed version of macho_correct_pic
981         from rs6000.md.
982
983 2004-11-07  Joseph S. Myers  <joseph@codesourcery.com>
984
985         * c-decl.c (finish_struct): Use complete sentences for diagnostic
986         for structures or unions with no members or named members.
987
988 2004-11-07  Joseph S. Myers  <joseph@codesourcery.com>
989
990         * c-typeck.c (build_unary_op): Replace unreachable diagnostic for
991         taking address of bit-field by assertion.
992
993 2004-11-06  Ulrich Weigand  <uweigand@de.ibm.com>
994
995         * config/s390/s390.md (attribute "op_type"): Default to "NN".
996         (attribute "atype"): Default to "agen".
997         (attribute "length"): Default to 6.
998         (define_asm_attibutes): Remove.
999         ("movti", "*movdi_64", "*movdi_31", "*movsi_zarch", "*movsi_esa",
1000         "*movhi", "*movqi", "*movdf_64", "*movdf_31", "movsf",
1001         "*clc", "*mvc", "*nc", "*oc", "*xc", "*xc_zero"):
1002         Do not set type attribute to "cs" where already default.
1003         ("*cmpint_si", "*cmpint_di", "fix_truncdfsi2_ibm", "floatsidf2_ibm",
1004         "*negdi2_31"):
1005         Do not set type attribute to "other" where already default.
1006         ("movti", "*movdi_64", "*movdi_31", "*movdf_31",
1007         "*strlendi", "*strlensi",
1008         "*movmem_long_64", "*movmem_long_31",
1009         "*clrmem_long_64", "*clrmem_long_31",
1010         "*cmpmem_long_64", "*cmpmem_long_31",
1011         "*cmpint_si", "*cmpint_di",
1012         "addti3", "*adddi3_31z", "*adddi3_31",
1013         "subti3", "*subdi3_31z", "*subdi3_31", "*negdi2_31",
1014         "*sconddi", "*scondsi", "*sconddi_neg", "*scondsi_neg",
1015         "fix_truncdfsi2_ibm", "floatsidf2_ibm", "extendsfdf2_ibm",
1016         "*pool_entry", "pool_align", "pool_section_start",
1017         "pool_section_end", "main_pool", "reload_base_31", "pool"):
1018         Do not set op_type attribute to "NN" where already default.
1019         ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
1020         "*zero_extendqisi2_31", "*zero_extendqihi2_31",
1021         "fix_truncdfsi2_ibm", "floatsidf2_ibm"):
1022         Do not set atype attribute to "agen" where already default.
1023         ("*movmem_short", "*clrmem_short", "*cmpmem_short"): Don't set op_type.
1024
1025 2004-11-06  Richard Sandiford  <rsandifo@redhat.com>
1026
1027         * config/mips/t-iris6 (tp-bit.c): Fix target filename.
1028
1029 2004-11-06  Richard Sandiford  <rsandifo@redhat.com>
1030
1031         PR target/16830
1032         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Don't define the
1033         R3000 and R4000 macros on IRIX.
1034
1035 2004-11-06  Andreas Schwab  <schwab@suse.de>
1036
1037         PR target/16286
1038         * config/rs6000/altivec.h: Replace bool by __bool and pixel by
1039         __pixel.
1040
1041 2004-11-06  Kazu Hirata  <kazu@cs.umass.edu>
1042
1043         * tree-ssa-copyrename.c (rename_ssa_copies): Make it static.
1044
1045 2004-11-06  Ulrich Weigand  <uweigand@de.ibm.com>
1046
1047         * config/s390/2064.md ("z_int", "z_agen"): Ensure the condition
1048         matches no insns already matched by other reservations.
1049         * config/s390/2084.md ("x_int", "x_agen"): Ensure the condition
1050         matches no insns already matched by other reservations.
1051         ("x_ss"): Remove, replace by ...
1052         ("x_cs"): ... this new reservation.  Check type instead of op_type.
1053         Update bypasses to use x_cs instead of x_ss.
1054         ("x_nn"): Remove, replace by ...
1055         ("x_other"): ... this new reservation.  Check type instead of op_type.
1056         Add x_other and x_branch to bypasses.
1057         ("x_vs"): New reservation.
1058         * config/s390/s390.md (attribute "type"): Default according to op_type.
1059         ("*execute"): Set type to "cs".
1060
1061 2004-11-06  Kazu Hirata  <kazu@cs.umass.edu>
1062
1063         * fold-const.c (non_lvalue): Don't construct NON_LVALUE_EXPR
1064         if we are in GIMPLE.
1065
1066 2004-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
1067
1068         PR rtl-optimization/17933
1069         * rtlanal.c (dead_or_set_regno_p): Break out common code to...
1070         (covers_regno_p): New function.  Handle SETs of PARALLEL,
1071         and defer the rest to...
1072         (covers_regno_no_parallel_p): New function.
1073
1074 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1075
1076         * config/sparc/sparc.c (function_arg_record_value_1): Skip
1077         fields with zero length.
1078         (function_arg_record_value_2): Likewise.
1079         (function_arg_record_value_3): Use smallest_mode_for_size
1080         instead of mode_for_size.
1081         (function_arg_union_value): Return naked register for unions
1082         with zero length.
1083
1084 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1085
1086         * config/sparc/sparc.c (scan_record_type): Handle vector types.
1087         (function_arg_slotno): Handle vector types specially.
1088         (function_arg_record_value_1): Split fields with vector type and
1089         BLKmode into their subparts.
1090         (function_arg_record_value_2): Likewise.  Be prepared to handle
1091         more than 2 registers per field.
1092         (function_arg_union_value): Increment regno inside the loop.
1093         (function_arg_vector_value): New function.
1094         (function_arg): Use it to split fields with vector type and
1095         BLKmode into their subparts and build a PARALLEL.  Treat
1096         other vector types like floats.
1097         (function_value): Likewise.
1098         (sparc_pass_by_reference): Handle vector types.
1099         (sparc_return_in_memory): Likewise.
1100
1101 2004-11-06  Kazu Hirata  <kazu@cs.umass.edu>
1102
1103         * tree-cfg.c (find_taken_edge_cond_expr): Remove an "if"
1104         statement that never triggers.
1105
1106 2004-11-06  Ulrich Weigand  <uweigand@de.ibm.com>
1107
1108         * config/s390/2064.md ("z_o2", "z_o3"): Remove.
1109         * config/s390/2084.md ("x_o2", "x_o3"): Remove.
1110         ("x_fdivd"): Use also for fsqrtd type.
1111         ("x_fdivs"): Use also for fsqrts type.
1112         * config/s390/s390.md (attribute "type"): Remove "o2" and "o3" types.
1113         ("fix_truncdfsi2_ieee"): Set type to "ftoi".
1114         ("fix_truncdfsi2_ibm"): Set type to "other".
1115         ("floatdidf2", "floatdisf2"): Do not clobber CC.
1116         ("floatsidf2", "floatsidf2_ieee"): Likewise.
1117         ("floatsisf2", "floatsisf2_ieee"): Likewise.
1118         ("truncdfsf2", "truncdfsf2_ieee"): Only allow "register_operand".
1119         ("truncdfsf2_ibm"): Only allow "nonimmediate_operand".  Use LER
1120         instead of LRER.
1121         ("extendsfdf2_ibm"): Do not set atype.  Set type to "floads".
1122         ("sqrtdf2"): Set type to "fsqrtd".
1123         ("sqrtsf2"): Set type to "fsqrts".
1124
1125 2004-11-06  Kazu Hirata  <kazu@cs.umass.edu>
1126
1127         * tree-phinodes.c (remove_all_phi_nodes_for): Speed up using a
1128         pointer to the last PHI node in the new PHI chain.
1129
1130 2004-11-06  Kaz Kojima  <kkojima@gcc.gnu.org>
1131
1132         * config/sh/sh.c (prepare_move_operands): Emit a use of r12
1133         for non-PIC TLS_MODEL_INITIAL_EXEC case.
1134
1135 2004-11-06  Kazu Hirata  <kazu@cs.umass.edu>
1136
1137         * expmed.c: Fix a comment typo.
1138
1139 2004-11-06  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1140
1141         PR target/18106
1142         * config/i386/cygming.h
1143         [HAVE_GAS_WEAK] (ASM_WEAKEN_LABEL): Macro defined.
1144
1145 2004-11-06  Kazu Hirata  <kazu@cs.umass.edu>
1146
1147         * config/sh/sh4a.md: Fix copyright.
1148
1149 2004-11-06  Kazu Hirata  <kazu@cs.umass.edu>
1150
1151         * config/rs6000/darwin.md, config/sh/sh4a.md: Replace GNU CC
1152         with GCC.
1153
1154 2004-11-05  David Edelsohn  <edelsohn@gnu.org>
1155
1156         * config/rs6000/rs6000.md (scc patterns): Replace subfc with subf
1157         when carry not used.  Suggested by Torbjorn Granlund.
1158
1159         * config/rs6000/rs6000.c (rs6000_emit_move): Don't force_reg
1160         operand[1] unnecessarily.  Suggested by Eric Christopher.
1161         (rs6000_adjust_cost): Increase latency of store to wider load.
1162         (rs6000_rtx_costs): mulli only allows 16-bit constants.
1163
1164 2004-11-05  Stan Shebs  <shebs@apple.com>
1165
1166         * config/rs6000/rs6000.c (machopic_output_stub): Output
1167         ldu instead of lwzu for 64-bit stubs.
1168
1169 2004-11-05  Richard Henderson  <rth@redhat.com>
1170
1171         * config/alpha/alpha.c (alpha_expand_unaligned_load): Special case
1172         size 2 with BWX.
1173         (alpha_expand_unaligned_store): Likewise.
1174
1175 2004-11-05  Richard Henderson  <rth@redhat.com>
1176
1177         * expmed.c (extract_force_align_mem_bit_field): New.
1178         (extract_split_bit_field): Call it.
1179
1180 2004-11-05  Richard Henderson  <rth@redhat.com>
1181
1182         * ia64.md (UNSPEC_SHRP): New.
1183         (dshift_count_operand): New.
1184         (ashrti3, ashrti3_internal, lshrti3, lshrti3_internal, shrp): New.
1185         * ia64.c (rtx_needs_barrier): Handle UNSPEC_SHRP.
1186
1187 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
1188
1189         * c-typeck.c (output_init_element): Return early if value is
1190         error_mark_node.
1191
1192 2004-11-05  James E Wilson  <wilson@specifixinc.com>
1193
1194         * invoke.texi (-fno-guess-branch-probability): Rewrite.
1195
1196         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC_GR_SPILL): Change
1197         1 to UNSPEC_GR_SPILL.
1198
1199 2004-11-05  Andreas Krebbel  <krebbel1@de.ibm.com>
1200
1201         * config/s390/s390.c (s390_fixed_condition_code_regs): New function.
1202         (TARGET_FIXED_CONDITION_CODE_REGS): Macro defined.
1203
1204 2004-11-05  Nathan Sidwell  <nathan@codesourcery.com>
1205
1206         * bitmap.h (enum bitmap_bits): Remove.
1207         (bitmap_operation): Remove.
1208         (bitmap_and, bitmap_and_into, bitmap_and_compl,
1209         bitmap_and_compl_into, bitmap_ior, bitmap_ior_into, bitmap_xor,
1210         bitmap_xor_into): Prototype.
1211         * bitmap.c (bitmap_elt_insert_after, bitmap_elt_clear_from): New.
1212         (bitmap_operation): Remove.
1213         (bitmap_and, bitmap_and_into, bitmap_and_compl,
1214         bitmap_and_compl_into, bitmap_ior, bitmap_ior_into, bitmap_xor,
1215         bitmap_xor_into): New.
1216         (bitmap_ior_and_compl, bitmap_ior_and_compl_into): Adjust.
1217
1218         PR tree-optimization/18307
1219         * tree-ssa-alias.c (merge_pointed_to_info): Protected against DEST
1220         and ORIG being the same node.
1221
1222 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
1223
1224         * Makefile.in (distclean): Don't delete nonexistent fixinc/ directory.
1225         (install-mkheaders): Install the version built for the
1226         host, not for the build machine.
1227         * configure.ac: Always run fixincludes.
1228         (all_outputs): Remove mkheaders.
1229         * configure: Regenerate.
1230         * fixinc.in: Move to fixincludes/.
1231         * mkfixinc.sh: Likewise.
1232         * mkheaders.in: Likewise.
1233         * README-fixinc: Likewise.
1234
1235 2004-11-05  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
1236
1237         PR target/18263
1238         * config/arc/lib1funcs.asm (___umulsidi3): Change use of cmp to the
1239         equivalent on the A4.
1240
1241 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
1242
1243         * doc/c-tree.texi, doc/cfg.texi, doc/contrib.texi, doc/cpp.texi,
1244         doc/cppopts.texi, doc/extend.texi, doc/fragments.texi,
1245         doc/frontends.texi, doc/gcov.texi, doc/hostconfig.texi,
1246         doc/implement-c.texi, doc/install.texi, doc/invoke.texi,
1247         doc/libgcc.texi, doc/md.texi, doc/passes.texi,
1248         doc/portability.texi, doc/rtl.texi, doc/sourcebuild.texi,
1249         doc/standards.texi, doc/tm.texi, doc/tree-ssa.texi,
1250         doc/trouble.texi: Correct end-of-sentence markup and markup of
1251         "etc.", "e.g." and "i.e.".  Use @code in various places where
1252         appropriate.
1253
1254 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
1255
1256         * doc/c-tree.texi, doc/cfg.texi, doc/extend.texi, doc/gty.texi,
1257         doc/install.texi, doc/invoke.texi, doc/md.texi, doc/passes.texi,
1258         doc/rtl.texi, doc/tm.texi, doc/tree-ssa.texi: Remove trailing
1259         whitespace.
1260
1261 2004-11-04  Mark Mitchell  <mark@codesourcery.com>
1262
1263         * config/arm/arm.c (arm_handle_notshared_attribute): New function.
1264         * doc/extend.texi: Document "notshared" attribute.
1265
1266 2004-11-04  Kazu Hirata  <kazu@cs.umass.edu>
1267
1268         * tree-phinodes.c (make_phi_node): Make it static.
1269         * tree.h: Remove the prototypes for make_phi_node.
1270
1271 2004-11-04  Kazu Hirata  <kazu@cs.umass.edu>
1272
1273         * stmt.c (expand_asm, expand_asm_operands): Make them static.
1274         * tree.h: Remove the prototypes for expand_asm and
1275         expand_asm_operands.
1276
1277 2004-11-04  Kazu Hirata  <kazu@cs.umass.edu>
1278
1279         * passes.c (rest_of_compilation): Make it static.
1280         * toplev.h: Remove the prototype for rest_of_compilation.
1281
1282 2004-11-04  Kazu Hirata  <kazu@cs.umass.edu>
1283
1284         * jump.c (cleanup_barriers): Use delete_insn instead of
1285         delete_barrier.
1286         (delete_barrier): Remove.
1287         * rtl.h: Remove the corresponding prototype.
1288
1289 2004-11-04  Kazu Hirata  <kazu@cs.umass.edu>
1290
1291         * expr.c (mostly_zero_p): Make it static.
1292         * tree.h: Remove the prototype for mostly_zeros_p.
1293
1294 2004-11-04  Kazu Hirata  <kazu@cs.umass.edu>
1295
1296         * cfgrtl.c (force_nonfallthru_and_redirect): Make it static.
1297
1298 2004-11-04  Kazu Hirata  <kazu@cs.umass.edu>
1299
1300         * builtins.c (expand_builtin_return_addr,
1301         expand_builtin_longjmp, expand_builtin_trap): Make them static.
1302         * expr.h: Remove the prototypes for expand_builtin_longjmp and
1303         expand_builtin_trap.
1304         * tree.h: Remove the prototype for expand_builtin_return_addr.
1305
1306 2004-11-04  Kazu Hirata  <kazu@cs.umass.edu>
1307
1308         * tree-cfg.c (find_taken_edge): Reject VAL begin NULL.
1309         * tree-ssa-ccp.c (visit_cond_stmt): Don't call find_taken_edge
1310         with VAL being NULL.
1311
1312 2004-11-04  Kazu Hirata  <kazu@cs.umass.edu>
1313
1314         * cfghooks.c (delete_basic_block): Remove code to truncate
1315         edge vectors.
1316
1317 2004-11-04  Andrew Pinski  <pinskia@physics.uc.edu>
1318
1319         * flow.c (init_propagate_block_info): Change the type of i to
1320         unsigned.
1321
1322 2004-11-04  Ulrich Weigand  <uweigand@de.ibm.com>
1323
1324         PR tree-optimization/18184
1325         * c-typeck.c (comptypes): Do not treat pointers of different
1326         modes or alias-all flags as equivalent.
1327         * tree-ssa.c (tree_ssa_useless_type_conversion_1): Likewise.
1328
1329 2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
1330
1331         * doc/gty.texi, doc/makefile.texi, doc/sourcebuild.texi: Don't
1332         reference specific C parser files in examples.
1333
1334 2004-11-04  Richard Sandiford  <rsandifo@redhat.com>
1335
1336         PR target/15342
1337         * regrename.c (scan_rtx): Treat the destinations of SETs and CLOBBERs
1338         as OP_INOUT if the instruction is predicated.
1339
1340 2004-11-04  Kazu Hirata  <kazu@cs.umass.edu>
1341
1342         * bitmap.h: Fix a comment typo.  Follow spelling conventions.
1343         * tree-vectorizer.c: Fix a comment typo.
1344
1345 2004-11-04  Kazu Hirata  <kazu@cs.umass.edu>
1346
1347         * sdbout.c (SDB_GENERATE_FAKE): Remove.
1348         (gen_fake_label): Don't use SDB_GENERATE_FAKE.
1349         * system.h: Poison SDB_GENERATE_FAKE.
1350         * doc/tm.texi (SDB_GENERATE_FAKE): Remove.
1351
1352 2004-11-04  Ulrich Weigand  <uweigand@de.ibm.com>
1353
1354         * config/s390/s390.md ("*addsi3_sign"): Use canonical RTL.
1355
1356 2004-11-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1357
1358         PR other/18277
1359         * gthr-posix.h (__gthread_recursive_mutex_init_function): Revert
1360         2004-10-29 patch
1361
1362 2004-11-04  Nathan Sidwell  <nathan@codesourcery.com>
1363
1364         * predict.c (propagate_freq): Make bitno unsigned. Move
1365         npredecessors update out of loop.
1366
1367         * bitmap.h (bitmap_iterator): Remove word_bit and bit
1368         fields. Rename others.
1369         (bmp_iter_common_next_1, bmp_iter_single_next_1,
1370         bmp_iter_single_init, bmp_iter_end_p, bmp_iter_single_next,
1371         bmp_iter_and_not_next_1, bmp_iter_and_not_init,
1372         bmp_iter_and_not_next, bmp_iter_and_next_1, bmp_iter_and_init,
1373         bmp_iter_and_next): Remove.
1374         (bmp_iter_set_init, bmp_iter_and_init, bmp_iter_and_compl_init,
1375         bmp_iter_next, bmp_iter_set, bmp_iter_and, bmp_iter_and_compl):
1376         New.
1377         (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_IN_BITMAP,
1378         EXECUTE_IF_AND_COMPL_IN_BITMAP): Adjust.
1379
1380         * bitmap.h (bitmap_a_or_b, bitmap_a_and_b): Remove.
1381         * df.c (dataflow_set_a_op_b): Use bitmap_and, bitmap_ior,
1382         bitmap_and_into, bitmap_ior_into as appropriate.
1383         * except.c (remove_eh_handler): Likewise.
1384         * global.c (modify_bb_reg_pav, make_accurate_live_analysis): Likewise.
1385         * tree-dfa.c (mark_new_vars_to_rename): Likewise.
1386         * tree-ssa-alias.c (merge_pointed_to_info): Likewise.
1387         * tree-ssa-live.h (live_merge_and_clear): Likewise.
1388         * tree-ssa-loop-ivopts.c (find_best_candidate, try_add_cand_for):
1389         Likewise.
1390
1391         * bitmap.c (bitmap_print): Make bitno unsigned.
1392         * bt-load.c (clear_btr_from_live_range,
1393         btr_def_live_range): Likewise.
1394         * caller-save.c (save_call_clobbered_regs): Likewise.
1395         * cfganal.c (compute_dominance_frontiers_1): Likewise.
1396         * cfgcleanup.c (thread_jump): Likewise.
1397         * cfgrtl.c (safe_insert_insn_on_edge): Likewise.
1398         * conflict.c (conflict_graph_compute): Likewise.
1399         * ddg.c (add_deps_for_use): Likewise.
1400         * df.c (df_refs_update): Likewise.
1401         * except.c (remove_eh_handler): Likewise.
1402         * flow.c (verify_local_live_at_start, update_life_info,
1403         initialize_uninitialized_subregs, propagate_one_insn,
1404         free_propagate_block_info, propagate_block, find_use_as_address,
1405         reg_set_to_hard_reg_set): Likewise.
1406         * gcse.c (clear_modify_mem_tables): Likewise.
1407         * global.c (global_conflicts, build_insn_chain): Likewise.
1408         * ifcvt.c (dead_or_predicable): Likewise.
1409         * local-alloc.c (update_equiv_regs): Likewise.
1410         * loop.c (load_mems): Likewise.
1411         * ra-build.c (livethrough_conflicts_bb, conflicts_between_webs):
1412         Likewise.
1413         * ra-rewrite.c (reloads_to_loads, rewrite_program2, actual_spill):
1414         Likewise.
1415         * reload1.c (order_regs_for_reload, finish_spills): Likewise.
1416         * sched-deps.c (sched_analyze_insn, free_deps): Likewise.
1417         * sched-rgn.c (propagate_deps
1418         * tree-cfg.c (tree_purge_all_dead_eh_edges): Likewise.
1419         * tree-dfa.c (dump_dfa_stats
1420         tree-into-ssa.c (compute_global_livein, insert_phi_nodes,
1421         insert_phi_nodes_for, debug_def_blocks_r, invalidate_name_tags):
1422         Likewise.
1423         * tree-outof-ssa.c (coalesce_ssa_name, coalesce_vars,
1424         free_temp_expr_table, find_replaceable_exprs): Likewise.
1425         * tree-sra.c (scan_function, scalarize_parms): Likewise.
1426         * tree-ssa-alias.c (init_alias_info,
1427         compute_points_to_and_addr_escape,
1428         compute_flow_sensitive_aliasing, maybe_create_global_var): Likewise.
1429         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Likewise.
1430         * tree-ssa-live.c (new_tree_live_info, live_worklist,
1431         calculate_live_on_entry, calculate_live_on_exit, compare_pairs,
1432         sort_coalesce_list, build_tree_conflict_graph, dump_live_info
1433         tree-ssa-loop-manip.c (add_exit_phis_var): Likewise.
1434         tree-ssa-operands.c (get_asm_expr_operands, add_call_clobber_ops,
1435         add_call_read_ops): Likewise.
1436         * tree-ssa-pre.c (bitmap_print_value_set, insert_aux): Likewise.
1437         * tree-ssa-live.h (num_var_partitions): Return unsigned.
1438
1439 2004-11-03  Dorit Naishlos  <dorit@il.ibm.com>
1440
1441         PR tree-optimization/18009
1442         * tree-vectorizer.h (enum dr_alignment_support): New type.
1443         (MAX_NUMBER_OF_UNALIGNED_DATA_REFS): Removed.
1444         (LOOP_UNALIGNED_DR): replaced with LOOP_VINFO_UNALIGNED_DR and holds a
1445         single data_reference (instead of a varray of references).
1446         * tree-vectorizer.c (new_loop_vec_info): Likewise.
1447         (vect_gen_niters_for_prolog_loop): Likewise.
1448         (vect_update_inits_of_drs): Likewise.
1449
1450         (vect_update_inits_of_drs): Setting of DR_MISALIGNMENT moved to
1451         vect_enhance_data_refs_alignment.
1452         (vect_do_peeling_for_alignment): Likewise.
1453         (vect_enhance_data_refs_alignment): Decide if and by how much to peel;
1454         this functionality used to be in vect_analyze_data_refs_alignment.
1455         Also update DR_MISALIGNMENT due to peeling; this functionality used to
1456         be in vect_update_inits_of_drs and vect_do_peeling_for_alignment).
1457         (vect_analyze_data_refs_alignment): Decision on whether and by how much
1458         to peel moved to vect_enhance_data_refs_alignment. Call
1459         vect_supportable_dr_alignment.
1460
1461         (vect_compute_data_ref_alignment): Set STMT_VINFO_VECTYPE.
1462         (vect_compute_data_refs_alignment): Return bool. Consider return value
1463         of vect_compute_data_ref_alignment and return true/false accordingly.
1464         (vect_enhance_data_refs_alignment): Consider return value of
1465         vect_compute_data_refs_alignment and return true/false accordingly.
1466
1467         (vect_supportable_dr_alignment): New function.
1468         (vectorizable_store): Call vect_supportable_dr_alignment.
1469         (vectorizable_load): Call vect_supportable_dr_alignment. Alignment
1470         support checks moved from here to vect_supportable_dr_alignment.
1471
1472         (vect_transform_loop): Avoid 80 columns overflow.
1473
1474 2004-11-03  Andrew Pinski  <pinskia@physics.uc.edu>
1475
1476         * timevar.c (timevar_enable): Change from
1477         static.
1478         (timevar_push): Rename to ...
1479         (timevar_push_1): this and remove the
1480         enabled check.
1481         (timevar_pop): Rename to ...
1482         (timevar_pop_1): this and remove the
1483         enabled check.
1484         * timevar.h (POP_TIMEVAR_AND_RETURN): Use do/while loops.
1485         (timevar_pop): New macro.
1486         (timevar_push): New macro.
1487         (timevar_enable): Declare.
1488
1489 2004-11-03  Andrew Pinski  <pinskia@physics.uc.edu>
1490
1491         * config/darwin.h (REAL_LIBGCC_SPEC): Define to use shared
1492         libgcc for shared libraries.
1493
1494 2004-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
1495
1496         * config/s390/s390-protos.h (s390_split_access_reg): Add prototype.
1497         * config/s390/s390.c (s390_split_access_reg): New function.
1498         (regclass_map): Add access registers.
1499         (get_thread_pointer): Use access register instead of UNSPEC_TP.
1500         * config/s390/s390.h (FIRST_PSEUDO_REGISTER): Set to 38.
1501         (ACCESS_REGNO_P, ACCESS_REG_P): New macros.
1502         (TP_REGNUM): New define.
1503         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS,
1504         REG_ALLOC_ORDER): Add access registers.
1505         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK, CLASS_MAX_NREGS,
1506         CANNOT_CHANGE_MODE_CLASS): Support access registers.
1507         (enum reg_class): Add ACCESS_REGS.
1508         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Likewise.
1509         (REG_CLASS_FROM_LETTER): Add 't' constraint.
1510         (REGISTER_NAMES): Add access registers.
1511         * config/s390/s390.md (UNSPEC_TP): Remove.
1512         ("*movdi_64"): Add access register alternatives.  Provide splitters
1513         to split DImode access register <-> GPR moves into SImode moves.
1514         ("*movsi_zarch", "*movsi_esa"): Add access register alternatives.
1515         ("movstrictsi"): Likewise.
1516         ("get_tp_64", "get_tp_31"): Reimplement using access registers.
1517         ("set_tp_64", "set_tp_31"): Likewise.
1518         ("*set_tp"): New insn.
1519
1520 2004-11-03  Kazu Hirata  <kazu@cs.umass.edu>
1521
1522         * tree-phinodes.c (resize_phi_node): Copy only a portion of
1523         the PHI node currently in use.
1524
1525 2004-11-03  Andrew Pinski  <pinskia@physics.uc.edu>
1526
1527         PR tree-opt/18231
1528         * tree.c (staticp) <case FUNCTION_DECL>: Nested functions are static
1529         also.
1530
1531 2004-11-03  Andrew MacLeod  <amacleod@redhat.com>
1532
1533         PR tree-optimization/18270
1534         * tree-outof-ssa.c (analyze_edges_for_bb): If a block has incoming
1535         abnormal edges, commit all pending stmts on incoming edges.
1536
1537 2004-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
1538
1539         * tree-ssa-loop-ivopts.c (get_address_cost): Offset zero does not
1540         cause extra costs.  Generate canonical RTL.
1541
1542 2004-11-02  Daniel Berlin  <dberlin@dberlin.org>
1543
1544         * lambda-code.c (lambda_compute_auxillary_space): Update comments.
1545         (lambda_compute_target_space). Ditto.
1546         * lambda.h (lambda_trans_matrix): Ditto.
1547         (lambda_linear_expression): Ditto.
1548         (lambda_body_vector): Ditto.
1549         (lambda_loopnest): Ditto.
1550         * tree-loop-linear.c (gather_interchange_stats): Combine tests,
1551         update comments, and remove pointless addition of 0.
1552         (linear_transform_loops): Update comments.
1553
1554 2004-11-03  Sebastian Pop  <pop@cri.ensmp.fr>
1555
1556         * tree.c (tree_fold_gcd): Use FLOOR_MOD_EXPR instead of
1557         CEIL_MOD_EXPR.
1558
1559 2004-11-03 Jeff Law  <law@redhat.com>
1560
1561         * predict.c (struct block_info_def): Kill "tovisit" field.
1562         (propagate_freq): Accept new "tovisit" parameter.  Change
1563         read/write access methods for "tovisit" to check the "tovisit"
1564         bitmap instead of a bit in block_info_def.
1565         (estimate_loops_at_level): Allocate "tovisit" bitmap.  Pass
1566         it to propagate_freq.
1567
1568         * stmt.c (expand_case): Speed up code to detect duplicate case
1569         label targets and count unique case label targets.
1570
1571 2004-11-03  Kazu Hirata  <kazu@cs.umass.edu>
1572
1573         * cppdefault.c, cppdefault.h, timevar.h: Update copyright.
1574
1575 2004-11-03  Kazu Hirata  <kazu@cs.umass.edu>
1576
1577         * bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting.
1578
1579 2004-11-03  Kazu Hirata  <kazu@cs.umass.edu>
1580
1581         * tree-cfg.c (find_taken_edge): Abort if we are given a
1582         statement that is neither COND_EXPR nor SWITCH_EXPR.
1583
1584 2004-11-02  Zdenek Dvorak  <dvorakz@suse.cz>
1585
1586         * fold-const.c (fold): Reassociate also (x - mult) + mult and
1587         (mult - x) + mult.  Cast operands of expression after applying
1588         distributive law to the correct types.  Apply distributive law
1589         to a * c - b * c for all non-float types.
1590
1591 2004-11-02  Geoffrey Keating  <geoffk@apple.com>
1592
1593         * configure.ac: Don't clear STMP_FIXINC or STMP_FIXPROTO just
1594         because we don't want to run them now; instead, set them to
1595         stmp-install-fixproto or stmp-install-fixinc.
1596         * Makefile.in (stmp-install-fixproto): New.
1597         (stmp-install-fixinc): New.
1598         * configure: Regenerate.
1599
1600 2004-11-02  Nathan Sidwell  <nathan@codesourcery.com>
1601
1602         * flow.c (init_propagate_block_info): Use bitmap_empty_p on result
1603         of bitmap_xor.
1604
1605 2004-11-02  Ziemowit Laski  <zlaski@apple.com>
1606
1607         * c-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.
1608         (c_types_compatible_p): Move function definition...
1609         * c-objc-common.c (c_types_compatible_p): ...here.
1610         * c-objc-common.h (LANG_HOOKS_TYPES_COMPATIBLE_P): Moved here from
1611         c-lang.c.
1612
1613 2004-11-02  Steven Bosscher  <stevenb@suse.de>
1614
1615         * cfgloop.h (struct loop): Update comment.
1616         * cse.c (cse_main): Remove obsolete comment.
1617
1618         * expr.h (gen_cond_trap): Move prototype under functions provided
1619         by optabs.c.
1620         (canonicalize_condition, get_condition): Move to...
1621         * rtl.h (canonicalize_condition, get_condition): ...here.
1622         (branch_target_load_optimize): Add comment that this function is
1623         in bt-load.c.
1624         * loop.c (canonicalize_condition, get_condition): Move to...
1625         * rtlanal.c (canonicalize_condition, get_condition): ...here.
1626         * sched-deps.c (get_condition): Rename to sched_get_condition.
1627         (add_dependence): Update this caller.
1628
1629 2004-11-02  Andrew Pinski  <pinskia@physics.uc.edu>
1630
1631         PR tree-opt/16808
1632         * tree-ssa.c (replace_immediate_uses): If we call fold_stmt, make sure
1633         that the vops get marked for renaming.
1634
1635 2004-11-02  Andreas Krebbel  <krebbel1@de.ibm.com>
1636
1637         * config/s390/s390.md ("movcc"): Set type attribute.
1638
1639 2004-11-02  Kazu Hirata  <kazu@cs.umass.edu>
1640
1641         * tree-phinodes.c (add_phi_arg): Add an assertion that the
1642         edge already exists.
1643
1644 2004-11-02  Kazu Hirata  <kazu@cs.umass.edu>
1645
1646         * tree-phinodes.c (remove_phi_arg_num): Do not zero the
1647         element that's being removed.
1648
1649 2004-11-02  Kazu Hirata  <kazu@cs.umass.edu>
1650
1651         * tree-ssa-threadupdate.c (copy_phis_to_block): Install PHI
1652         arguments using PENDING_STMT.
1653         (thread_block): Call copy_phis_to_block after redirecting an
1654         edge.
1655
1656 2004-11-02  Nathan Sidwell  <nathan@codesourcery.com>
1657
1658         * bitmap.h (bitmap_and, bitmap_and_into, bitmap_and_compl,
1659         bitmap_and_compl_into, bitmap_ior, bitmap_iot_into,
1660         bitmap_ior_compl, bitmap_xor, bitmap_xor_into): Produce void.
1661         (bitmap_ior_and_compl_into): Produce bool.
1662         (bitmap_union_of_diff): Rename to ...
1663         (bitmap_ior_and_compl): ... here. Produce bool.
1664         * bitmap.c (bitmap_ior_and_compl_into): Return bool. Use
1665         bitmap_operation directly.
1666         (bitmap_union_of_diff): Rename to ...
1667         (bitmap_ior_and_compl): ... here. Return bool, use
1668         bitmap_operation directly.
1669         * df.c (df_rd_transfer_function): Use bitmap_ior_and_compl.
1670         (df_ru_transfer_function, df_lr_transfer_function): Likewise.
1671         * global.c (modify_bb_reg_pav): Likewise.
1672
1673         * bitmap.h (bitmap_equal_p): Return bool.
1674         (bitmap_intersect_p, bitmap_intersect_compl_p): Declare.
1675         * bitmap.c (bitmap_equal_p): Return bool. Compare directly.
1676         (bitmap_intersect_p, bitmap_intersect_compl_p): New.
1677         * flow.c (calculate_global_regs_live): Use bitmap_intersect_p and
1678         bitmap_intersect_compl_p.
1679         * ifcvt (dead_or_predicable): Likewise.
1680
1681 2004-11-02  Nathan Sidwell  <nathan@codesourcery.com>
1682
1683         PR rtl-optimization/17104
1684         * config/rs6000/rs6000.c (rs6000_emit_move): Don't wrap small
1685         loads in zero_extend.
1686
1687 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
1688
1689         PR debug/18242
1690         * toplev.c (debug_type_names): Remove "dwarf-1".
1691
1692 2004-11-02  Ben Elliston  <bje@au.ibm.com>
1693
1694         * timevar.h (timevar_get): Remove.
1695         * timevar.c (timevar_get): Remove unused function.
1696
1697 2004-11-02  Joseph S. Myers  <joseph@codesourcery.com>
1698
1699         * doc/include/texinfo.tex: Update from Texinfo CVS.
1700
1701 2004-11-02  Ben Elliston  <bje@au.ibm.com>
1702
1703         * cppdefault.h (cpp_SYSROOT): Remove.
1704         * cppdefault.c (cpp_SYSROOT): Likewise.
1705
1706 2004-11-01  Andrew MacLeod  <amacleod@redhat.com>
1707
1708         PR tree-optimization/16447
1709         * tree-cfg.c (bsi_commit_one_edge_insert): Rename from
1710         bsi_commit_edge_inserts_1, and make funtion external.  Return new block.
1711         (bsi_commit_edge_inserts): Use renamed bsi_commit_one_edge_insert.
1712         * tree-optimize.c (pass_cleanup_cfg_post_optimizing): Enable listing.
1713         * tree-flow.h (bsi_commit_one_edge_insert): Extern decl.
1714         * tree-outof-ssa.c (rewrite_trees): Don't commit edges here.
1715         (same_stmt_list_p): New.  Return TRUE if edge is to be forwarded.
1716         (identical_copies_p): New.  Return true is two copies are the same.
1717         (identical_stmt_lists_p): New.  Return true if stmt lists are the same.
1718         (analyze_edges_for_bb): New.  Determine how best to insert edge stmts
1719         for a basic block.
1720         (perform_edge_inserts): New.  Determine what to do with all stmts that
1721         have been inserted on edges.
1722         (remove_ssa_form):  Analyze and commit edges from here.
1723
1724 2004-11-01  Andrew Pinski  <pinskia@physics.uc.edu>
1725
1726         PR bootstrap/18232
1727         * bitmap.h (bmp_iter_end_p): Take a const pointer instead of a struct.
1728         (EXECUTE_IF_SET_IN_BITMAP): Update call to bmp_iter_end_p.
1729         (EXECUTE_IF_AND_COMPL_IN_BITMAP): Likewise.
1730         (EXECUTE_IF_AND_IN_BITMAP): Likewise.
1731
1732 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
1733
1734         PR c/18239
1735         * c-decl.c (get_parm_info): Allow FUNCTION_DECLs to appear amongst
1736         parameter declarations.
1737
1738 2004-11-01  Andreas Krebbel  <krebbel1@de.ibm.com>
1739
1740         * config/s390/s390.c (regclass_map): Put reg 33 (cc) to CC_REGS group.
1741         (s390_secondary_input_reload_class)
1742         (s390_secondary_output_reload_class): Use GENERAL_REGS to reload a cc
1743         register.
1744         (s390_expand_cmpmem): Enable cmpmem implementation.
1745         * config/s390/s390.h (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS):
1746         Added three new classes: CC_REGS, ADDR_CC_REGS, GENERAL_CC_REGS.
1747         (REG_CLASS_FROM_LETTER): New constraint 'c' added.
1748         * config/s390/s390.md ("movcc"): New insn pattern.
1749         * doc/md.texi: Document 'c' constraint for s390.
1750
1751 2004-11-01  Nathan Sidwell  <nathan@codesourcery.com>
1752
1753         PR c++/18064
1754         * doc/extend.texi (Deprecated Features): Deprecate G++ covariant
1755         extension.
1756
1757 2004-10-16  Daniel Berlin  <dberlin@dberlin.org>
1758
1759         Fix PR tree-optimization/17672
1760         Fix PR tree-optimization/18168
1761
1762         * lambda-code.c (lambda_lattice_compute_base): Fix reversed
1763         assert test.
1764         (gcc_tree_to_linear_expression): Add extra to existing constant.
1765         (depth_of_nest): Factor out function used in various places.
1766         (gcc_loop_to_lambda_loop): Clean up code a little bit. No
1767         functional changes.
1768         (find_induction_var_from_exit_cond): Stop guessing, and just
1769         get the right answer :).
1770         (gcc_loopnest_to_lambda_loopnest): Remove useless pre-allocation.
1771         Print out message about result of attempt to create perfect nest.
1772         (lbv_to_gcc_expression): Add type argument, use it to do math
1773         and induction variable creation.
1774         (lle_to_gcc_expression): Ditto.
1775         (lambda_loopnest_to_gcc_loopnest): Create new iv with same type as
1776         oldiv. Pass type argument to lle_to_gcc_expression and
1777         lbv_to_gcc_expression.
1778         Reset number of iterations after transformation.
1779         (perfect_nestify): Remove useless pre-allocation, and cleanup
1780         a small amount.
1781
1782         * tree-data-ref.c (build_classic_dist_vector): Return false for
1783         dependences completely outside of the loop nest we asked about.
1784         (build_classic_dir_vector): Ditto.
1785         (compute_data_dependences_for_loop): Only add dependence relations
1786         inside the loop we asked about.
1787
1788         * tree-loop-linear.c (linear_transform_loops): Use DDR_SIZE_VECT.
1789         Compute immediate uses.
1790
1791         * tree-optimize.c: Move linear_transform_loops to before ivcanon.
1792
1793 2004-11-01  Kazu Hirata  <kazu@cs.umass.edu>
1794
1795         * tree-cfg.c (thread_jumps): Fix a comment typo.
1796
1797 2004-11-01  Kazu Hirata  <kazu@cs.umass.edu>
1798
1799         * tree-cfg.c (thread_jumps): Fix a comment typo.
1800
1801 2004-10-31  Nicolas Pitre <nico@cam.org>
1802
1803         * config/arm/ieee754-sf.S (floatdisf): Fix regression with
1804         values smaller than 2^32.
1805
1806 2004-10-31 Jeff Law  <law@redhat.com>
1807
1808         * cfgloop.h (struct loop): Remove unused "nodes" field.
1809         * timevar.def (TV_TREE_LOOP_BOUNDS): New.
1810         * tree-data-ref.c (find_data_references_in_loop): Use get_loop_body
1811         instead of calling flow_bb_inside_loop_p for every basic block
1812         in the function.
1813         * tree-ssa-loop.c (pass_record_bounds): Use TV_TREE_LOOP_BOUNDS.
1814
1815 2004-10-31  Graham Stott <graham.stott@btinternet.com>
1816
1817         * config/pa/pa.md: (prefetch_64, prefetch_32): Fix typo.  Use
1818         INT_5_BITS instead of VAL_5_BITS_P.
1819
1820 2004-10-31  Roger Sayle  <roger@eyesopen.com>
1821
1822         PR middle-end/14521
1823         * tree-inline.c (inline_forbidden_p_1): Use %qF instead of '%F'
1824         for consistent quoting in diagnostic messages.
1825         (expand_call_inline): Likewise.
1826         * tree-optimize.c (tree_rest_of_compilation): Likewise.
1827         * tree-ssa.c (warn_uninitialized_var): Likewise.
1828         (warn_uninitialized_phi): Likewise.
1829
1830 2004-10-31  Richard Sandiford  <rsandifo@redhat.com>
1831
1832         * config/mips/mips.c (mips_cannot_change_mode_class): Use a stricter
1833         mode check.
1834
1835 2004-10-31  Kazu Hirata  <kazu@cs.umass.edu>
1836
1837         * c-common.c: Fix a comment typo.
1838
1839 2004-10-31  Jason Merrill  <jason@redhat.com>
1840
1841         PR middle-end/17526
1842         * tree-gimple.c (is_gimple_mem_rhs): Also require a val for
1843         aggregate types that are not BLKmode.
1844
1845 2004-10-30  Ziemowit Laski  <zlaski@apple.com>
1846
1847         * c-common.h (objc_lookup_ivar): Add second parameter to
1848         prototype.
1849         * c-typeck.c (build_external_ref): After looking up symbol,
1850         pass it to objc_lookup_ivar() to decide whether it or the
1851         ivar should be used, rather than deciding the issue locally.
1852         * stub-objc.c (objc_lookup_ivar): Add an OTHER parameter,
1853         which is simply returned in the non-ObjC case.
1854
1855 2004-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
1856
1857         * sdbout.c (sdbout_symbol): Do not output type .def statements
1858         for builtin types.
1859
1860 2004-10-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1861
1862         * c-common.c (catenate_strings): New.
1863         (c_parse_error): Use it.  Don't over-escape.
1864
1865 2004-10-30  Kaz Kojima  <kkojima@gcc.gnu.org>
1866
1867         * config/sh/sh.c (calc_live_regs): Declare reg as unsigned and
1868         modify the for loop expressions for it.  Remove unnecessary casts.
1869         (sh_expand_prologue): Declare reg as unsigned.
1870         (sh_gimplify_va_arg_expr): Initinalize lab_over.
1871         (sh_handle_sp_switch_attribute): Add const qualifier appropriately.
1872
1873 2004-10-30  Geoffrey Keating  <geoffk@apple.com>
1874
1875         * doc/invoke.texi (Darwin Options): Improve description of
1876         how the subtype is chosen.
1877
1878 2004-10-30  Roger Sayle  <roger@eyesopen.com>
1879
1880         PR middle-end/18096
1881         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Check that
1882         the stack adjustment, "size", is valid for Pmode.  If the stack
1883         frame is too large, generate a trap insn and issue a warning.
1884
1885 2004-10-30  Kazu Hirata  <kazu@cs.umass.edu>
1886
1887         * tree-ssa-dom.c: Fix comment typos.
1888
1889 2004-10-30  Kaz Kojima  <kkojima@gcc.gnu.org>
1890
1891         * config/sh/sh.c (prepare_move_operands): Use operands[0]
1892         for the output rtl if no_new_pseudos is set.  Remove redundant
1893         line.
1894
1895 2004-10-30  Joseph S. Myers  <joseph@codesourcery.com>
1896
1897         PR c/16666
1898         * c-decl.c (start_function): Don't check for DECL_BUILT_IN when
1899         determining whether to copy parameter types from a previous
1900         prototype declaration.
1901
1902 2004-10-29  Roger Sayle  <roger@eyesopen.com>
1903
1904         PR rtl-optimization/17581
1905         * cselib.c (cselib_process_insn): The last instruction of a libcall
1906         block, with the REG_RETVAL note, should be considered in the libcall.
1907         * gcse.c (do_local_cprop): Allow constants to be propagated outside
1908         of libcall blocks.
1909         (adjust_libcall_notes): Use simplify_replace_rtx instead of
1910         replace_rtx to avoid creating invalid RTL in REG_RETVAL notes.
1911
1912 2004-10-30  Kazu Hirata  <kazu@cs.umass.edu>
1913
1914         * tree-phinodes.c (create_phi_node): Don't zero PHI_REWRITTEN.
1915
1916 2004-10-29 Jeff Law  <law@redhat.com>
1917
1918         * tree-ssa-dom.c (struct edge_info): New structure holding
1919         edge equivalences and edge redirection information.
1920         (get_eq_expr_value, record_dominating_conditions): Kill.
1921         (propagate_to_outgoing_edges): Renamed from cprop_into_phis.
1922         Call record_edge_info.
1923         (allocate_edge_info, free_edge_info): New.
1924         (tree_ssa_dominator_optimize): Use propagate_to_outgoing_edges
1925         rather than cprop_into_phis.  Free all edge infos before threading
1926         jumps.
1927         (thread_across_edge): Allocate new edge info structures as needed
1928         and store the redirection target into the edge info structure
1929         instead of the edge's AUX field.
1930         (dom_opt_initialize_block): Mark unused argument with ATTRIBUTE_UNUSED.
1931         (record_equivalence_from_incoming_edge): Lose unnecessary argument.
1932         Revamp code which finds and records equivalences associated with
1933         edges to use saved data in the edge_info structure.
1934         (record_equivalencs_from_phis): Similarly.
1935         (dom_opt_finalize_block): Revamp code which finds and records
1936         equivalences associated with edges to use saved data in the
1937         edge_info structure.
1938         (build_and_record_new_cond): New function.
1939         (record_conditions): Use build_and_record_new_cond to record
1940         dominating conditions.
1941         (record_edge_info): New function.
1942         (record_range): Tighten test for conditions which create
1943         useful range records.
1944
1945 2004-10-29  Geoffrey Keating  <geoffk@apple.com>
1946
1947         * config/i386/darwin.h (ASM_SPEC): Simplify.
1948         (SUBTARGET_EXTRA_SPECS): Add darwin_subarch spec.
1949         * config/rs6000/darwin.h (DARWIN_SUBARCH_SPEC): New.
1950         (SUBTARGET_EXTRA_SPECS): Add darwin_subarch spec.
1951         * config/darwin.h (LINK_COMMAND_SPEC): Don't pass -arch here.
1952         (LINK_SPEC): Do pass -arch here.  Handle -force_cpusubtype_ALL
1953         in all cases.  Pass the right -arch or -arch_only based on -mcpu.
1954         (ASM_SPEC): Handle -force_cpusubtype_ALL.
1955         * doc/invoke.texi (Darwin Options): Improve documentation for
1956         Darwin linker (and libtool) switches.
1957
1958         * config/rs6000/darwin-fallback.c: Include <mach/thread_status.h>.
1959
1960 2004-10-29  Stan Shebs  <shebs@apple.com>
1961
1962         * config/rs6000/darwin-tramp.asm: Make more 64-bit-friendly.
1963
1964 2004-10-29  Kazu Hirata  <kazu@cs.umass.edu>
1965
1966         * tree-phinodes.c (allocate_phi_node): New.
1967         (make_phi_node, resize_phi_node): Use it.
1968
1969 2004-10-29  David Edelsohn  <edelsohn@gnu.org>
1970
1971         * config/rs6000/sysv4.h (TARGET_POWER): Define as 0.
1972         * config/rs6000/darwin.h (TARGET_POWER): Define as 0.
1973
1974 2004-10-29  Kazu Hirata  <kazu@cs.umass.edu>
1975
1976         * tree-phinodes.c (make_phi_node, resize_phi_node): Don't zero
1977         the whole PHI node.
1978         * tree.h (tree_phi_node): Tell the garbage collector to chase
1979         num_args arguments.
1980
1981 2004-10-29  Richard Earnshaw  <rearnsha@arm.com>
1982
1983         * opts.c (decode_options): Lower the crossjump threshold for -Os.
1984
1985 2004-10-29  Diego Novillo  <dnovillo@redhat.com>
1986
1987         * tree.h (struct tree_ssa_name): Remove field 'equiv'.
1988
1989 2004-10-28  Nathan Sidwell  <nathan@codesourcery.com>
1990
1991         * bitmap.h (bitmap_empty_p): New.
1992         (bitmap_and, bitmap_and_into, bitmap_and_compl,
1993         bitmap_and_compl_into, bitmap_ior, bitmap_ior_into,
1994         bitmap_ior_compl, bitmap_xor, bitmap_xor_into): New bitmap
1995         operation macros.
1996         (bitmap_ior_and_compl): Rename to ...
1997         (bitmap_ior_and_compl_into): ... here.
1998         * bitmap.c (bitmap_equal_p): Use bitmap_xor.
1999         (bitmap_ior_and_compl): Rename to ...
2000         (bitmap_ior_and_compl_into): ... here. Adjust. Return changed
2001         flag.
2002         (bitmap_union_of_diff): Use renamed bitmap functions.
2003         * basic-block.h (AND_REG_SET, AND_COMPL_REG_SET, IOR_REG_SET,
2004         XOR_REG_SET, IOR_AND_COMPL_REG_SET): Likewise.
2005         * cfgrtl.c (safe_insert_insn_on_edge): Likewise.
2006         * df.c (df_bb_rd_local_compute)
2007         * flow.c (calculate_global_regs_live,
2008         init_propagate_block_info): Likewise.
2009         * ifcvt.c (find_if_case_1, find_if_case_2,
2010         dead_or_predicable): Likewise.
2011         * ra-build.c (union_web_part_roots, livethrough_conflicts_bb,
2012         reset_conflicts, conflicts_between_webs): Likewise.
2013         * ra-rewrite.c (reloads_to_loads, rewrite_program2,
2014         detect_web_parts_to_rebuild): Likewise.
2015         * sched-ebb.c (compute_jump_reg_dependencies): Likewise.
2016         * tree-int-ssa.c (insert_phi_nodes_for, rewrite_into_ssa): Likewise.
2017         * tree-sra.c (decide_instantiations): Likewise.
2018         * tree-ssa-alias.c (create_name_tags,
2019         merge_pointed_to_info): Likewise.
2020         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Likewise.
2021         * tree-ssa-loop-im.c (move_computations): Likewise.
2022         * tree-ssa-operands.c (get_call_expr_operands): Likewise.
2023         * tree-ssa-pre.c (fini_pre): Likewise.
2024         * tree-ssa.c (verify_flow_sensitive_alias_info): Likewise.
2025         * tree-ssanames.c (any_marked_for_rewrite_p): Likewise.
2026         * tree-vectorizer.c (vectorize_loops): Likewise.
2027
2028 2004-10-29  Nick Clifton  <nickc@redhat.com>
2029
2030         config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): When
2031         adding the PIC register to the fixed_regs array, also add it
2032         to the call_used_regs array.
2033
2034 2004-10-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
2035
2036         * gthr-posix.h (__gthread_recursive_mutex_init_function): Guard
2037         with #ifdef PTHREAD_MUTEX_RECURSIVE/#endif pairs.
2038
2039 2004-10-28  Daniel Berlin  <dberlin@dberlin.org>
2040
2041         * tree-into-ssa.c (rewrite_virtual_phi_arguments): New function.
2042         (rewrite_blocks): Modify argument, and use it to decide which
2043         function to call.
2044         (rewrite_def_def_chains): Call rewrite_blocks with true here.
2045         (rewrite_into_ssa): and call it with false here.
2046
2047 2004-10-29  Kazu Hirata  <kazu@cs.umass.edu>
2048
2049         * tree-phinodes.c (add_phi_arg): Turn an "if" that always
2050         triggers into gcc_assert.
2051
2052 2004-10-28  Diego Novillo  <dnovillo@redhat.com>
2053
2054         PR tree-optimization/16728
2055         * tree-flow.h (get_ptr_info): Declare.
2056         * tree-ssa-alias.c (get_ptr_info): Make extern.
2057         * tree-ssa-copy.c (merge_alias_info): Merge flow-sensitive
2058         alias information.
2059
2060 2004-10-28  Stan Shebs  <shebs@apple.com>
2061
2062         * config/rs6000/darwin.h (SUBTARGET_EXTRA_SPECS): Handle -m64.
2063         * config/rs6000/rs6000.c (rs6000_darwin_file_start): Add ppc64
2064         case.
2065
2066 2004-10-28  Frank Ch. Eigler  <fche@redhat.com>
2067
2068         * tree-mudflap.c (mudflap_init): Mark cache-lookup decls to
2069         prevent their later unnecessary registration.
2070         (mf_build_check_statement_for): Remove "addr" argument, and
2071         related "__mf_value" generated code.  Update callers.
2072         (mf_decl_eligible_p): New function, factored from mx_register_decls.
2073         (mx_register_decls): Call it.
2074         (mf_xform_derefs_1): Rewrite COMPONENT_REF and ARRAY_REF cases
2075         to restore support for complex nested expressions.
2076         (mudflap_enqueue_decl): Simplify.  Move registration call emission
2077         out ...
2078         (mudflap_finish_file): ... to here.
2079         (mudflap_enqueue_constant): Remove dump code.
2080
2081 2004-10-28  Zack Weinberg  <zack@codesourcery.com>
2082
2083         PR 18199
2084         * dbxout.c (dbxout_begin_complex_stabs_noforcetext): New function.
2085         (DBX_FINISH_STABS): Add (unused by default) SYM parameter.
2086         (dbxout_finish_complex_stabs): Update to match.
2087         (dbxout_symbol_location): Call emit_pending_bincls_if_required
2088         and FORCE_TEXT before DBX_STATIC_BLOCK_START.  Use
2089         dbxout_begin_complex_stabs_noforcetext.
2090         * xcoffout.h (DBX_FINISH_STABS): Restore special case for
2091         N_GSYM, using new SYM parameter.  Correct logic for special
2092         cases for N_FUN.
2093
2094         * varasm.c (function_section): If DECL is NULL_TREE, don't try
2095         to do anything else.  Do not call get_insns if cfun or
2096         cfun->emit are NULL.
2097
2098 2004-10-28  Adam Nemet  <anemet@lnxw.com>
2099
2100         PR middle-end/18160
2101         * c-typeck.c (c_mark_addressable): Issue error if address of a
2102         register variable is taken.  Use "%qD" to print DECL_NAME.
2103
2104 2004-10-28  Diego Novillo  <dnovillo@redhat.com>
2105
2106         * opts.c (decode_options): Don't run PRE at -Os.
2107
2108 2004-10-28  Richard Henderson  <rth@redhat.com>
2109
2110         * config/alpha/alpha.md (movqicc_internal): Allow exactly one
2111         zero in the conditional.
2112         (movhicc_internal, movsicc_internal, movdicc_internal): Likewise.
2113
2114 2004-10-28  Richard Henderson  <rth@redhat.com>
2115
2116         * cse.c (memory_extend_rtx): Remove.
2117         (cse_main): Don't set it.
2118         (cse_insn): Use a local buffer instead.
2119
2120 2004-10-28  Andreas Krebbel  <krebbel1@de.ibm.com>
2121
2122         * profile.c (branch_prob): Call to init_edge_profiler added.
2123         * rtl-profile.c (rtl_init_edge_profiler): New function.
2124         (rtl_gen_edge_profiler): Replaced call to insert_insn_on_edge with
2125         call to safe_insert_insn_on_edge.
2126         (rtl_profile_hooks): rtl_init_edge_profiler added.
2127         * tree-profile.c (tree_init_edge_profiler): New function.
2128         (tree_profile_hooks): tree_init_edge_profiler added.
2129         * value-prof.h (profile_hooks) init_edge_profiler prototype added.
2130
2131 2004-10-28  Nick Clifton  <nickc@redhat.com>
2132
2133         * config/iq2000/iq2000.c (iq2000_expand_epilogue): Use
2134         emit_jump_insn() to generate the return instruction.
2135
2136 2004-10-28  Kazu Hirata  <kazu@cs.umass.edu>
2137
2138         * tree-phinodes.c: Remove trailing whitespace.
2139
2140 2004-10-28  Kazu Hirata  <kazu@cs.umass.edu>
2141
2142         * tree-ssa-loop-ivopts.c: Fix a comment typo.
2143         * doc/invoke.texi: Fix a typo.
2144
2145 2004-10-28  Kazu Hirata  <kazu@cs.umass.edu>
2146
2147         * Makefile.in (OBJS-common): Remove duplicates.
2148
2149 2004-10-28  Kazu Hirata  <kazu@cs.umass.edu>
2150
2151         * lambda-code.c (nestify_update_pending_stmts): Remove.
2152         (perfect_nestify): Use flush_pending_stmts instead of
2153         nestify_update_pending_stmts.
2154         * tree-cfg.c (tree_make_forwarder_block): Use
2155         flush_pending_stmts.
2156         * tree-flow.h: Add a prototype for flush_pending_stmts.
2157         * tree-ssa-loop-manip.c (tree_duplicate_loop_to_header_edge):
2158         Use flush_pending_stmts.
2159         (lv_update_pending_stmts): Remove.
2160         (tree_ssa_loop_version): Use flush_pending_stmts instead of
2161         lv_update_pending_stmts.
2162         * tree-ssa.c (flush_pending_stmts): New.
2163
2164 2004-10-28  Ulrich Weigand  <uweigand@de.ibm.com>
2165
2166         PR target/15286
2167         * final.c (alter_subreg): Compute correct offset to use with
2168         paradoxical SUBREGs of memory operands.
2169         * recog.c (general_operand): Allow paradoxical SUBREGs of
2170         memory operands after reload.
2171         * simplify-rtx.c (simplify_gen_subreg): Fail if simplify_subreg
2172         has failed when passed a hard register.
2173
2174 2004-10-28  Aldy Hernandez  <aldyh@redhat.com>
2175
2176         * function.c (assign_parm_setup_block): Handle parallels correctly.
2177
2178 2004-10-28  Kaz Kojima  <kkojima@gcc.gnu.org>
2179
2180         * final.c (shorten_branches): Initialize flags structure.
2181
2182 2004-10-28  Nathan Sidwell  <nathan@codesourcery.com>
2183
2184         * tree.c (int_cst_node, int_cst_hash_table): New variables.
2185         (init_ttree): Initialize them.
2186         (int_cst_hash_hash, int_cst_hash_eq): New hashing functions.
2187         (build_int_cst_wide): Use hash table for oversized integers.
2188
2189 2004-10-28  Nick Clifton  <nickc@redhat.com>
2190
2191         * config/m32r/m32r.h (DBX_OUTPUT_SOURCE_LINE): Define
2192         begin_label.
2193
2194 2004-10-27  Richard Henderson  <rth@redhat.com>
2195
2196         PR middle-end/18163
2197         * expr.c (emit_group_load): Don't go force temporary for memory
2198         or concat source.
2199         (emit_group_store): Similarly.
2200
2201 2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
2202
2203         PR other/18186
2204         * common.opt (--param): Fix spelling of parameter.
2205
2206 2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
2207
2208         PR tree-opt/17529
2209         * tree-cfg.c (remove_useless_stmts_1) <case SWITCH_EXPR>:
2210         Don't fold statement.
2211         <case ASM_EXPR>: Fold the statement.
2212
2213 2004-10-28  Kazu Hirata  <kazu@cs.umass.edu>
2214
2215         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary)
2216         <COND_EXPR>: Use EDGE_COUNT instead of GOTO_DESTINATION.
2217
2218 2004-10-28  Joseph S. Myers  <jsm@polyomino.org.uk>
2219
2220         * doc/contrib.texi, doc/cpp.texi, doc/cppopts.texi,
2221         doc/extend.texi, doc/gcov.texi, doc/install.texi, doc/invoke.texi,
2222         doc/libgcc.texi, doc/md.texi, doc/passes.texi,
2223         doc/sourcebuild.texi, doc/tm.texi: Improve Texinfo formatting.
2224
2225 2004-10-28  Joseph S. Myers  <jsm@polyomino.org.uk>
2226
2227         * doc/c-tree.texi, doc/cpp.texi, doc/implement-c.texi,
2228         doc/invoke.texi, doc/md.texi, doc/passes.texi, doc/tm.texi: Put
2229         punctuation outside quotes.
2230
2231 2004-10-27  David Mosberger  <davidm@hpl.hp.com>
2232             James E Wilson  <wilson@specifixinc.com>
2233
2234         PR target/13158
2235         * config/ia64/ia64.c (ia64_expand_epilogue): Set RTX_FRAME_RELATED_P on
2236         sibcall alloc instruction.
2237         (process_set): Handle sibcall alloc instruction.
2238
2239 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
2240
2241         * config/rs6000/rs6000.c (rs6000_attribute_table): Add
2242         SUBTARGET_ATTRIBUTE_TABLE.
2243         * config/darwin.h (ASM_WEAKEN_DECL): Handle weak_import.
2244         (SUBTARGET_ATTRIBUTE_TABLE): Define.
2245         * config/darwin.c (darwin_handle_weak_import_attribute): New.
2246         (HAVE_DEAD_STRIP): Delete.
2247         (no_dead_strip): Don't test HAVE_DEAD_STRIP.
2248         * config/darwin-protos.h (darwin_handle_weak_import_attribute):
2249         Prototype.
2250
2251         * doc/tm.texi (USE_SELECT_SECTION_FOR_FUNCTIONS): Document.
2252
2253         * config/darwin.h (GTHREAD_USE_WEAK): Define.
2254
2255 2004-10-28  Ben Elliston  <bje@au.ibm.com>
2256
2257         * params.def (PARAM_SRA_MAX_STRUCTURE_SIZE): New.
2258         (PARAM_SRA_FIELD_STRUCTURE_RATIO): Likewise.
2259         * params.h (SRA_MAX_STRUCTURE_SIZE): New.
2260         (SRA_FIELD_STRUCTURE_RATIO): Likewise.
2261         * tree-sra.c: Include "params.h".
2262         (decide_block_copy): Use new parameters.
2263         * doc/invoke.texi (Optimize Options): Document new SRA pass
2264         parameters sra-max-structure-size and sra-field-structure-ratio.
2265
2266 2004-10-27  Nicolas Pitre <nico@cam.org>
2267
2268         * config/arm/ieee754-df.S (floatdidf): Fix regression with big values.
2269
2270 2004-10-27  Zdenek Dvorak  <dvorakz@suse.cz>
2271
2272         PR tree-optimization/18048
2273         * fold-const.c (try_move_mult_to_index): New function.
2274         (fold): Use try_move_mult_to_index.
2275         * tree-ssa-loop-ivopts.c (try_add_cand_for): Prefer common candidates.
2276         * tree-ssa-loop-niter.c (number_of_iterations_cond): Produce
2277         an all-ones unsigned constant without extra bits.
2278         * tree.c (build_low_bits_mask): New function.
2279         * tree.h (build_low_bits_mask): Declare.
2280
2281 2004-10-27  David Edelsohn  <edelsohn@gnu.org>
2282
2283         PR target/17956
2284         * config/rs6000/rs6000.md (maxsf3): Add !flag_trapping_math to
2285         final condition.
2286         (minsf3): Same.
2287         (maxdf3): Same.
2288         (mindf3): Same.
2289
2290 2004-10-27  Kazu Hirata  <kazu@cs.umass.edu>
2291
2292         * tree-cfg.c (thread_jumps): Speed up by reordering the two
2293         conditions for entering basic blocks into worklist.
2294
2295 2004-10-27  Kazu Hirata  <kazu@cs.umass.edu>
2296
2297         * tree-cfg.c (thread_jumps): Speed up by pretending to have
2298         ENTRY_BLOCK_PTR in worklist.
2299
2300 2004-10-27  Kazu Hirata  <kazu@cs.umass.edu>
2301
2302         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary)
2303         <GOTO_EXPR>: Don't let an explicit GOTO_EXPR slip through.
2304
2305 2004-10-27  Daniel Berlin <dberlin@dberlin.org>
2306
2307         Fix PR tree-optimization/17133
2308
2309         * tree-cfg.c (rewrite_to_new_ssa_names_bb): Also rewrite must
2310         def kill operand.
2311
2312         * tree-flow-inline.h: V_MUST_DEF_OP became V_MUST_DEF_RESULT.
2313         (get_v_must_def_result_ptr): Modify for new structure of
2314         v_must_defs array.
2315         (get_v_must_def_kill_ptr): New.
2316         (op_iter_next_use): Add support for the kill that occurs in V_MUST_DEFs.
2317         (op_iter_next_tree): Ditto. Also V_MAY_DEF_OP became V_MAY_DEF_RESULT.
2318         (op_iter_next_def): V_MAY_DEF_OP became V_MAY_DEF_RESULT.
2319         (op_iter_init): Initialize new mustu members.
2320         (op_iter_next_mustdef): New function.
2321         (op_iter_init_mustdef): Ditto.
2322
2323         * tree-flow.h (rewrite_def_def_chains): New function.
2324
2325         * tree-into-ssa.c (mark_def_sites): Handle mustdefkill operands.
2326         (ssa_mark_def_sites): Ditto.
2327         (rewrite_stmt): Ditto.
2328         (ssa_rewrite_stmt): Ditto.
2329         (rewrite_blocks): Factor out from rewrite_into_ssa.
2330         (mark_def_block_sites): Ditto.
2331         (rewrite_def_def_chains): New function, just rewrites def-def
2332         chains without phi node insertion.
2333
2334         * tree-pass.h (TODO_fix_def_def_chains): New todo flag.
2335
2336         * tree-optimize.c (execute_todo): Handle TODO_fix_def_def_chains.
2337
2338         * tree-pretty-print.c (dump_vops): Print out MUST_DEF's so that
2339         they include the rhs now.
2340
2341         * tree-ssa-ccp.c (visit_assignment): V_MUST_DEF_OP became
2342         V_MUST_DEF_RESULT.
2343
2344         * tree-ssa-dce.c (mark_operand_necessary): Add phionly argument.
2345         Update callers.
2346         (mark_really_necessary_kill_operand_phis): New function.
2347         (perform_tree_ssa_dce): Call it.
2348         (pass_dce): Add TODO_fix_def_def_chains.
2349         (pass_cd_dce): Ditto.
2350
2351         * tree-ssa-loop-im.c (determine_max_movement): Look at kills as
2352         well.
2353         (rewrite_mem_refs): Ditto.
2354
2355         * tree-ssa-loop-manip.c (find_uses_to_rename_stmt): Look at kills
2356         as well.
2357
2358         * tree-ssa-operands.c (allocate_v_may_def_optype):
2359         v_may_def_operand_type_t became v_def_use_operand_type_t.
2360         (allocate_v_must_def_optype) Ditto.
2361         (finalize_ssa_v_must_defs): Update for new operand type, as well
2362         as setting the use portion as well.
2363         (copy_virtual_operands): Copy the kill operand as well.
2364         (create_ssa_artficial_load_stmt): V_MUST_DEF_OP became
2365         V_MUST_DEF_RESULT.
2366
2367         * tree-ssa-operands.h (v_may_def_operand_type): Renamed to
2368         v_def_use_operand_type.
2369         (v_must_def_optype_d): Use v_def_use_operand_type.
2370         (V_MUST_DEF_OP_*): Renamed to V_MUST_DEF_RESULT_*
2371         (V_MUST_DEF_KILL_*): New macros.
2372         (struct ssa_operand_iterator_d): Add num_v_mustu and v_mustu_i
2373         members.
2374         Rename existing must_i and num_v_must members to mustd_i and
2375         num_v_mustd.
2376         (SSA_OP_VMUSTDEFKILL): New flag.
2377         (SSA_OP_VIRTUAL_KILLS): New flag.
2378         (SSA_OP_ALL_OPERANDS): Add in SSA_OP_ALL_KILLS.
2379         (SSA_OP_ALL_KILLS): New flag.
2380         (FOR_EACH_SSA_MUSTDEF_OPERAND): New macro.
2381
2382         * tree-ssa.c (verify_ssa): Verify virtual kills as well.
2383
2384         * tree-vectorizer.c (vect_create_data_ref_ptr): V_MUST_DEF_OP
2385         became V_MUST_DEF_RESULT.
2386         (rename_variables_in_bb): Rename kill pointer as well.
2387
2388         * tree-dfa.c (compute_immediate_uses_for_stmt): Add kills into the
2389         immediate uses.
2390
2391 2004-10-27  Richard Sandiford  <rsandifo@redhat.com>
2392
2393         * dbxout.c (dbxout_source_line): Move declaration of begin_label to
2394         the block that needs it.
2395
2396 2004-10-27  Zack Weinberg  <zack@codesourcery.com>
2397
2398         * dbxout.c (dbxout_finish_complex_stabs): Mark 'line' variable
2399         ATTRIBUTE_UNUSED.
2400
2401 2004-10-27  Zack Weinberg  <zack@codesourcery.com>
2402
2403         * c-lex.c (cb_def_pragma): Clean up code for making location
2404         palatable to diagnostic.c.
2405
2406 2004-10-27  Steven Bosscher  <stevenb@suse.de>
2407
2408         PR tree-optimization/17757
2409         * tree-phinodes.c (remove_phi_arg_num): Don't remove PHIs
2410         without any PHI arguments left.  Make sure the argument that
2411         we're supposed to remove exists at all.
2412
2413 2004-10-27  Paul Brook  <paul@codesourcery.com>
2414
2415         * configure.ac: Don't test for [build] __cxa_atexit when building a
2416         cross compiler.
2417         * configure: Regenerate.
2418
2419 2004-10-27  Paul Brook  <paul@codeosurcery.com>
2420
2421         * configure.ac: Use build_exeext not host_exeext when lookin for
2422         target tools.
2423         * configure: Regenerate.
2424
2425 2004-10-27  Andreas Krebbel  <krebbel1@de.ibm.com>
2426
2427         * config/s390/s390.md ("*subdf3_cc"): Replaced plus by minus.
2428
2429 2004-10-27  Andreas Krebbel  <krebbel1@de.ibm.com>
2430             patch originally created by Kelley Cook  <kcook@gcc.gnu.org>
2431
2432         PR middle-end/14684
2433         * opts.c (OPT_fprofile_generate): Default to -funroll-loops
2434         to match -fprofile-use.
2435
2436 2004-10-27  Kazu Hirata  <kazu@cs.umass.edu>
2437
2438         * config/rs6000/rs6000.c: Fix a comment typo.
2439
2440 2004-10-27  Zack Weinberg  <zack@codesourcery.com>
2441
2442         * config/m32r/m32r.h (DBX_OUTPUT_SOURCE_LINE): Increment line
2443         counter.
2444
2445 2004-10-27  Andreas Schwab  <schwab@suse.de>
2446
2447         * varasm.c (default_stabs_asm_out_destructor): Mark symbol as
2448         unused.
2449         (default_stabs_asm_out_constructor): Likewise.
2450
2451 2004-10-26  Geoffrey Keating  <geoffk@apple.com>
2452
2453         * builtins.c (fold_builtin_unordered_cmp): Always bring both
2454         operands to the same type.
2455
2456 2004-10-26  James E Wilson  <wilson@specifixinc.com>
2457
2458         PR target/18010
2459         * emit-rtl.c (emit_copy_of_insn_after): Copy RTX_FRAME_RELATED_P.
2460
2461 2004-10-26  Zack Weinberg  <zack@codesourcery.com>
2462
2463         * dbxout.c: Include obstack.h.
2464         (ASM_STABS_OP): Take XCOFF_DEBUGGING_INFO into account in
2465         default definition.
2466         (ASM_STABD_OP, NO_DBX_MAIN_SOURCE_DIRECTORY, DBX_CONTIN_CHAR):
2467         Default-define here.
2468         (DBX_CONTIN_LENGTH): Move definition with others.
2469         (DBX_FINISH_STABS): New target macro.
2470         (current_sym_code, current_sym_value, current_sym_addr)
2471         (current_sym_nchars, CHARS, dbxout_continue)
2472         (print_int_cst_octal, print_octal, print_wide_int)
2473         (dbxout_prepare_symbol, dbxout_finish_symbol): Delete.
2474         (stabstr_ob, stabstr_last_contin_point): New variables.
2475         (NUMBER_FMT_LOOP): New improper macro.
2476         (dbxout_int, dbxout_stab_value_zero, dbxout_stab_value_label)
2477         (dbxout_stab_value_label_diff, dbxout_stab_value_internal_label)
2478         (dbxout_stab_value_internal_label_diff, dbxout_stabd)
2479         (dbxout_begin_stabn, dbxout_begin_stabn_sline)
2480         (dbxout_begin_simple_stabs, dbxout_begin_simple_stabs_desc)
2481         (dbxout_begin_complex_stabs, dbxout_finish_complex_stabs)
2482         (stabstr_C, stabstr_S, stabstr_I, stabstr_D, stabstr_U, stabstr_O)
2483         (stabstr_continue, DECL_ACCESSIBILITY_CHAR)
2484         New functions and/or proper function-like macros.
2485         (CONTIN): Use stabstr_continue, unconditionally.
2486         (get_lang_number): Define unconditionally, with ATTRIBUTE_UNUSED.
2487         (dbxout_init): Initialize stabstr_ob.  Check
2488         NO_DBX_MAIN_SOURCE_DIRECTORY.  Only write out the Ltext label
2489         if it was used.  Use the new interfaces.
2490         (dbxout_source_file): Remove file argument; always write to
2491         asm_out_file.  Use the new interfaces.
2492         (dbxout_type_method_1): Remove second argument which is always
2493         DECL_ASSEMBLER_NAME of the first argument.  Use the new interfaces.
2494         (dbxout_type_methods): Remove write-only variables.  Use the
2495         new interfaces.
2496         (dbxout_parms): Refactor to remove code duplicated in each of
2497         several successive if-else-if blocks.  Use the new interfaces.
2498         (dbxout_function_end, emit_bincl_stab, dbxout_end_source_file)
2499         (dbxout_source_line, dbxout_finish, dbxout_type_index)
2500         (dbxout_type_fields, dbxout_range_type, dbxout_type, dbxout_type_name)
2501         (dbxout_class_name_qualifiers, dbxout_symbol, dbxout_symbol_location)
2502         (dbxout_symbol_name, dbxout_reg_parms, dbxout_args)
2503         (dbx_output_lbrac, dbx_output_rbrac, dbxout_block):
2504         Use the new interfaces.
2505         * Makefile.in (dbxout.o): Update dependencies.
2506
2507         * defaults.h: Don't define ASM_STABD_OP.
2508         * output.h: Prototype new dbxout_* interfaces.
2509         * system.h: Poison DBX_OUTPUT_GCC_MARKER and DBX_FINISH_SYMBOL.
2510         * varasm.c: Don't define ASM_STABS_OP.
2511         (default_stabs_asm_out_constructor, default_stabs_asm_out_destructor):
2512         Use the new dbxout.c interfaces.  Call sorry if neither
2513         DBX_DEBUGGING_INFO nor XCOFF_DEBUGGING_INFO is defined.
2514
2515         * xcoffout.h: Don't define ASM_STABS_OP.
2516         (DBX_FINISH_SYMBOL): Rewrite and rename DBX_FINISH_STABS.
2517         (DBX_OUTPUT_MAIN_SOURCE_DIRECTORY, DBX_OUTPUT_GCC_MARKER): Delete.
2518         (NO_DBX_MAIN_SOURCE_DIRECTORY, NO_DBX_GCC_MARKER): Define.
2519         (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Change bare block to
2520         do { ... } while (0) idiom.
2521
2522         * config/alpha/alpha.c (num_source_filenames): Export.
2523         * config/alpha/alpha.h (num_source_filenames): Declare.
2524         (DBX_OUTPUT_SOURCE_LINE): Use new interfaces.
2525         (SDB_OUTPUT_SOURCE_LINE): Add missing newline.
2526         * config/m32r/m32r.h (DBX_OUTPUT_SOURCE_LINE): Use new interfaces.
2527         Always use .debugsym.  Update commentary.
2528         * config/mips/mips.h (DBX_OUTPUT_SOURCE_LINE): Use new interfaces.
2529         (SDB_OUTPUT_SOURCE_LINE): Add missing newline.
2530         * config/rs6000/linux64.h (DBX_OUTPUT_SOURCE_LINE, DBX_OUTPUT_BRAC):
2531         Use new interfaces.
2532         * config/rs6000/rs6000.c: If TARGET_MACHO, include gstab.h.
2533         (macho_branch_islands): Use new interfaces.
2534
2535         * doc/tm.texi: Update.
2536
2537 2004-10-26  Aldy Hernandez  <aldyh@redhat.com>
2538
2539         * expr.c (emit_group_store): Do not treat floats as BLKmode.
2540         (emit_group_load): Same.
2541
2542 2004-10-26  Joseph S. Myers  <jsm@polyomino.org.uk>
2543
2544         * c-parse.in (datadef): Use pedwarn rather than error and warning
2545         for diagnostic in case of no declaration specifiers.
2546
2547 2004-10-26  Richard Sandiford  <rsandifo@redhat.com>
2548
2549         PR bootstrap/15747
2550         * doc/install.texi (mips-sgi-irix5): Document that /bin/sh has been
2551         reported to hang during bootstrap and that CONFIG_SHELL=/bin/ksh
2552         can be used to work around this.
2553
2554 2004-10-26  Aldy Hernandez  <aldyh@redhat.com>
2555
2556         * config/rs6000/rs6000.h (MEMBER_TYPE_FORCES_BLK): Adjust for e500
2557         doubles.
2558
2559 2004-10-26  Kazu Hirata  <kazu@cs.umass.edu>
2560
2561         * stmt.c (expand_case): Update a comment.
2562
2563 2004-10-26  Kazu Hirata  <kazu@cs.umass.edu>
2564
2565         * stmt.c (expand_case): Put an assertion that index_expr is
2566         never INTEGER_CST.  Don't special case for constant
2567         index_expr.
2568
2569 2004-10-26  Andrew Pinski  <pinskia@physics.uc.edu>
2570
2571         PR 18162
2572         * c-parse.in (designator): Finish with a semi-colon.
2573
2574 2004-10-26  Fariborz Jahanian <fjahanian@apple.com>
2575
2576         * config/rs6000/rs6000.md (andsi3_internal8): Set CR when splitting
2577         into rotlsi3.
2578
2579 2004-10-26  Kazu Hirata  <kazu@cs.umass.edu>
2580
2581         * stmt.c (expand_case): Remove code to handle SWITCH_EXPR with
2582         a default case only.
2583
2584 2004-10-26  Aldy Hernandez  <aldyh@redhat.com>
2585
2586         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs): Adjust for
2587         e500 doubles.
2588         (spe_build_register_parallel): New.
2589         (rs6000_spe_function_arg): Handle e500 doubles.
2590         (function_arg): Same.
2591         (spe_func_has_64bit_regs_p): Same.
2592         (rs6000_function_value): Same.
2593         (rs6000_libcall_value): Same.
2594         (legitimate_lo_sum_address_p): Return false for e500 doubles.
2595
2596         * config/rs6000/rs6000.h (LOCAL_ALIGNMENT): Adjust for e500
2597         doubles.
2598         (DATA_ALIGNMENT): Same.
2599         (CANNOT_CHANGE_MODE_CLASS): Same.
2600
2601 2004-10-26  Aldy Hernandez  <aldyh@redhat.com>
2602
2603         * expr.c (emit_group_load): Handle floats.
2604         (emit_group_store): Same.
2605
2606 2004-10-26  Nathan Sidwell  <nathan@codesourcery.com>
2607
2608         * c-lex.c (get_nonpadding_token): Remove.
2609         (c_lex_with_flags): Push timevar and eat padding here.  Improve
2610         stray token diagnostic.
2611         (lex_string): Replace logic with switch statement, eat padding
2612         token here.
2613
2614 2004-10-26  Geoffrey Keating  <geoffk@apple.com>
2615
2616         PR 18149
2617         * config/i386/darwin.h (ASM_SPEC): Undef it before defining.
2618
2619 2004-10-25  Geoffrey Keating  <geoffk@apple.com>
2620
2621         * config/darwin.h (LINK_SPEC): Default weak_reference_mismatches
2622         to 'non-weak'.
2623         (MAKE_DECL_ONE_ONLY): Set DECL_WEAK.
2624         (ASM_MAKE_LABEL_LINKONCE): Delete.
2625         (ASM_WEAKEN_DECL): New.
2626         (ASM_DECLARE_OBJECT_NAME): Look at DECL_WEAK not DECL_ONE_ONLY.
2627         (ASM_DECLARE_FUNCTION_NAME): Likewise.
2628         (TEXT_SECTION_ASM_OP): Add a tab.
2629         (DATA_SECTION_ASM_OP): Likewise.
2630         (SECTION_FUNCTION): Add a tab.  Use fputs.  Don't call
2631         data_section on every section change.
2632         (EXTRA_SECTIONS): Add a bunch of new extra sections.
2633         (EXTRA_SECTION_FUNCTIONS): Likewise.
2634         (USE_SELECT_SECTION_FOR_FUNCTIONS): Define.
2635         (JCR_SECTION_NAME): Define.
2636         (TARGET_SECTION_TYPE_FLAGS): Don't define.
2637         * config/darwin.c (darwin_encode_section_info): A symbol is defined
2638         in this file if it is not weak.
2639         (textcoal_section): Delete.
2640         (datacoal_section): Delete.
2641         (darwin_make_decl_one_only): Delete.
2642         (machopic_select_section): Handle functions.
2643         (darwin_asm_named_section): Add a tab.
2644         (darwin_section_type_flags): Delete.
2645         (darwin_unique_section): Delete contents.
2646         (darwin_emit_unwind_label): Add a tab.  Make decls weak if
2647         DECL_WEAK is set.
2648         * config/darwin-protos.h (darwin_section_type_flags): Delete.
2649         (darwin_make_decl_one_only): Delete.
2650         (text_coal_section): New.
2651         (text_unlikely_section): New.
2652         (text_unlikely_coal_section): New.
2653         (const_coal_section): New.
2654         (data_coal_section): New.
2655         (const_data_coal_section): New.
2656         * varasm.c (function_section): Honour
2657         USE_SELECT_SECTION_FOR_FUNCTIONS.
2658         * dwarf2out.c (output_call_frame_info): Look at DECL_WEAK when
2659         TARGET_USES_WEAK_UNWIND_INFO is in effect.
2660         * dbxout.c (dbxout_source_file): Don't change sections while
2661         a function is being output.
2662
2663 2004-10-25  David Ayers  <d.ayers@inode.at>
2664
2665         * c-common.h: Remove RID_ID.
2666         * c-parse.in: Remove OBJECTNAME and references to RID_ID.
2667         (typespec_reserved_attr): Add rule for TYPENAME
2668         non_empty_protocolrefs.
2669         (yylexname): Remove special handling of RID_ID.
2670
2671 2004-10-25  James E Wilson  <wilson@specifixinc.com>
2672
2673         * doc/invoke.texi (-fcrossjumping): Not enabled at -O.
2674
2675 2004-10-25  Joseph S. Myers  <jsm@polyomino.org.uk>
2676
2677         PR c/16667
2678         * c-parse.in (array_designator): New.
2679         (designator): Use it.
2680         (initelt): Only permit array_designator without '=', not ".foo".
2681
2682 2004-10-25  Kenneth Zadeck <zadeck@naturalbridge.com>
2683         * gcc/Makefile.in: removed ggc for cgraphunit.
2684         * gcc/cgraph.c.dump_cgraph_node: removed static var analysis.
2685         * gcc/cgraph.h: removed static var analysis data structures and calls.
2686         * gcc/cgraphunit.c:
2687         cgraph_mark_local_and_external_functions:changed name to
2688                 cgraph_mark_local_functions
2689         (print_order,convert_UIDs_in_bitmap,new_static_vars_info,
2690         cgraph_reset_static_var_maps,get_global_static_vars_info,
2691         get_global_statics_not_read,get_global_statics_not_written,searchc,
2692         cgraph_reduced_inorder,has_proper_scope_for_analysis,check_rhs_var,
2693         check_lhs_var,get_asm_expr_operands,process_call_for_static_vars,
2694         scan_for_static_refs,cgraph_characterize_statics_local,
2695         clear_static_vars_maps,cgraph_propagate_bits,cgraph_characterize_statics):
2696         removed.
2697         (cgraph_optimize,init_cgraph): removed calls to static vars analysis
2698         * gcc/tree-dfa.c find_referenced_vars: removed call to static vars
2699         analysis
2700         * gcc/tree-flow.h static_vars_info: removed
2701         * gcc/tree-ssa-operands.c (add_call_clobber_ops,add_call_read_ops):
2702         removed calls to static vars analysis.
2703         get_call_expr_operands: removed callee variable.
2704
2705 2004-10-25  Kazu Hirata  <kazu@cs.umass.edu>
2706
2707         * cfg.c (unchecked_make_edge, redirect_edge_succ,
2708         redirect_edge_pred): Use VEC_safe_push instead of
2709         VEC_safe_insert.
2710         * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
2711
2712 2004-10-25  Kazu Hirata  <kazu@cs.umass.edu>
2713
2714         * cfgloopmanip.c (loopify): Take two more arguments true_edge
2715         and false_edge.
2716         * cfgloop.h: Adjust the corresponding prototype.
2717         * loop-unswitch.c (unswitch_loop): Adjust a call to loopify.
2718         * tree-ssa-loop-manip.c (tree_ssa_loop_version): Likewise.
2719
2720 2004-10-25  Jakub Jelinek  <jakub@redhat.com>
2721
2722         * dwarf2out.c (rtl_for_decl_location): Avoid segfault if
2723         DECL_INCOMING_RTL is NULL.
2724
2725 2004-10-25  Steven Bosscher  <stevenb@suse.de>
2726
2727         * timevar.def (TV_FIND_REFERENCED_VARS): New.
2728         * tree-dfa.c (pass_referenced_var): Use it.
2729
2730 2004-10-25  Roger Sayle  <roger@eyesopen.com>
2731             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2732
2733         * cse.c: Change encoding of quantity numbers to avoid undefined
2734         pointer arithmetic on qty_table.
2735         (REGNO_QTY_VALID_P): A quantity is now valid if it isn't negative.
2736         (get_cse_reg_info): Initialize reg_qty to a unique negative value.
2737         (new_basic_block): Assign "real" quantity numbers from zero.
2738         (delete_reg_equiv): Do nothing if quantity is invalid.  Reset the
2739         REG_QTY to its unique negative value.
2740         (merge_equiv_classes): Calculate need_rehash if quantity is valid.
2741         (cse_main): Don't include max_reg when determining max_qty.
2742         (cse_basic_block): Avoid subtracting a large offset from qty_table,
2743         which causes undefined C99 behaviour.  Only allocate needed memory.
2744
2745 2004-10-25  Kazu Hirata  <kazu@cs.umass.edu>
2746
2747         * stmt.c (expand_case): Remove an obsolete comment.
2748
2749 2004-10-25  Andrew Pinski  <pinskia@physics.uc.edu>
2750
2751         PR middle-end/17407
2752         * c-decl.c (grokdeclarator) <case cdk_array>: Remove the call
2753         layout_type as it is already done by build_array_type.
2754         * tree.c (build_array_type): Layout the type even
2755
2756 2004-10-25  Alexandre Oliva  <aoliva@redhat.com>
2757
2758         * config/frv/linux.h (TARGET_C99_FUNCTIONS): Define to 0.
2759
2760 2004-10-25  Alexandre Oliva  <aoliva@redhat.com>
2761
2762         * config/frv/frv.md (movdi, movdf): Handle wide-constant splits
2763         with wider-than-32-bit HOST_WIDE_INTs.
2764
2765 2004-10-25  David Billinghurst <David.Billinghurst@riotinto.com>
2766
2767         * config/mips/mips.c(mips_output_filename): Remove unused
2768         array ltext_label_name
2769
2770 2004-10-24  Geoffrey Keating  <geoffk@geoffk.org>
2771
2772         * config/rs6000/darwin.h (BLOCK_REG_PADDING): Define.
2773
2774 2004-10-25  Ben Elliston  <bje@au.ibm.com>
2775
2776         * cfgcleanup.c (outgoing_edges_match): Fix typo in dump output.
2777
2778 2004-10-23  Andrew Pinski  <pinskia@physics.uc.edu>
2779
2780         * predict.c (predict_loops): Call scev_finalize instead of
2781         scev_reset.
2782
2783 2004-10-24  Kazu Hirata  <kazu@cs.umass.edu>
2784
2785         * config/dbxcoff.h, config/dbxelf.h, config/libgloss.h,
2786         config/openbsd.h, config/mips/r3900.h, config/pdp11/pdp11.md,
2787         config/sh/ushmedia.h, config/sparc/elf.h,
2788         config/sparc/sp64-elf.h: Update copyright.
2789
2790 2004-10-24  Kazu Hirata  <kazu@cs.umass.edu>
2791
2792         * stmt.c (expand_case): Handle the default label outside of
2793         the for loop.  Remove code to handle a missing default label.
2794
2795 2004-10-23  Kazu Hirata  <kazu@cs.umass.edu>
2796
2797         * dbxout.c (dbxout_function_decl): Don't use
2798         DBX_OUTPUT_FUNCTION_END.
2799         * system.h: Poison DBX_OUTPUT_FUNCTION_END.
2800         * doc/tm.texi (DBX_OUTPUT_FUNCTION_END): Remove.
2801
2802 2004-10-23  Andrew Pinski  <pinskia@physics.uc.edu>
2803
2804         PR middle-end/17967
2805         * tree-cfg.c (remove_usless_stmts_cond):  Don't Fold statement.
2806
2807 2004-10-23  Daniel Berlin  <dberlin@dberlin.org>
2808
2809         * tree-ssa-dom.c (record_equality): Use loop depth to determine
2810         which way to record the equality as well.
2811         (loop_depth_of_name): New function.
2812
2813 2004-10-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
2814
2815         PR middle-end/17793
2816         * gimplify.c (gimplify_addr_expr) <VIEW_CONVERT_EXPR>: Look
2817         through the operand if it is a useless type conversion.
2818
2819 2004-10-23  Ben Elliston  <bje@au.ibm.com>
2820
2821         * cfg.c (remove_edge): Use VEC_unordered_remove.
2822         (redirect_edge_succ): Likewise.
2823         (redirect_edge_pred): Likewise.
2824         * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
2825
2826 2004-10-22  Kazu Hirata  <kazu@cs.umass.edu>
2827
2828         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Don't access PTR
2829         beyond its end.
2830
2831 2004-10-22  Eric Christopher  <echristo@redhat.com>
2832
2833         * config/rs6000/rs6000.c (setup_incoming_varargs): Align DFmode
2834         saves.
2835
2836 2004-10-22  Aldy Hernandez  <aldyh@redhat.com>
2837
2838         * config/rs6000/spe.md (spe_extendsfdf2): New.
2839         (movdf_e500_double): New.
2840         (spe_truncdfsf2): New.
2841         (spe_absdf2): New.
2842         (spe_nabsdf2): New.
2843         (spe_negdf2): New.
2844         (sub_adddf3): New.
2845         (spe_subdf3): New.
2846         (spe_muldf3): New.
2847         (spe_floatsidf2): New.
2848         (spe_floatunssidf2): New.
2849         (fix_truncdfsi2): New.
2850         (spe_fixuns_truncdfsi2): New.
2851
2852         * config/rs6000/rs6000.md (truncdfsf2): Change to expander.
2853         (fpr_truncdfsf2): New.
2854         (negdf2): Change to expander.
2855         (fpr_negdf2): New.
2856         (fpr_nabsdf2): Name pattern.
2857         (adddf3): Change to expander.
2858         (fpr_adddf3): Nem.
2859         (subdf3): Change to expander.
2860         (fpr_subdf3): New.
2861         (muldf3): Change to expander.
2862         (fpr_muldf3): New.
2863         (divdf3): Change to expander.
2864         (fpr_divdf3): New.
2865         (movdf_softfloat32): Change !TARGET_FPRS to TARGET_E500_SINGLE.
2866         (cmpdf): Allow for TARGET_E500_DOUBLE.
2867
2868 2004-10-22  Kazu Hirata  <kazu@cs.umass.edu>
2869
2870         * c-semantics.c (re_push_stmt_list): Remove.
2871         * c-common.h: Remove the corresponding prototype.
2872
2873 2004-10-22  Kazu Hirata  <kazu@cs.umass.edu>
2874
2875         * stmt.c (asm_op_is_mem_input): Remove.
2876         * tree.h: Remove the corresponding prototype.
2877
2878 2004-10-22  Kazu Hirata  <kazu@cs.umass.edu>
2879
2880         * tree-gimple.c (is_gimple_constructor_elt): Remove.
2881         * tree-gimple.h: Remove the corresponding prototype.
2882
2883 2004-10-22  Kazu Hirata  <kazu@cs.umass.edu>
2884
2885         * varasm.c (get_pool_mode_for_function, get_pool_offset):
2886         Remove.
2887         * rtl.h: Remove the corresponding prototypes.
2888
2889 2004-10-22  Kazu Hirata  <kazu@cs.umass.edu>
2890
2891         * tree-cfg.c (thread_jumps_from_bb): Speed up by extracting
2892         edge information when we commit ourselves to threading a
2893         particular jump.
2894
2895 2004-10-22  Kazu Hirata  <kazu@cs.umass.edu>
2896
2897         * tree-cfg.c (thread_jumps): Speed up by putting basic blocks
2898         into worklist instead of their indexes.
2899
2900 2004-10-22  Kazu Hirata  <kazu@cs.umass.edu>
2901
2902         * alias.c, basic-block.h, cgraphunit.c, combine.c, domwalk.h,
2903         final.c, gengtype.c, genpreds.c, ggc-page.c, insn-notes.def,
2904         lambda-code.c, loop-unroll.c, modulo-sched.c, pointer-set.c,
2905         pretty-print.c, ra-colorize.c, sbitmap.c, tree-complex.c,
2906         tree-data-ref.c, tree-dfa.c, tree-inline.c, tree-into-ssa.c,
2907         tree-scalar-evolution.c, tree-ssa-dom.c,
2908         tree-ssa-loop-manip.c, tree-ssa-loop-niter.c,
2909         tree-ssa-phiopt.c, tree-ssa-pre.c, tree-ssa-threadupdate.c,
2910         tree-vectorizer.c, vec.h: Fix comment formatting.
2911
2912 2004-10-22  Kazu Hirata  <kazu@cs.umass.edu>
2913
2914         * dwarf.h, gthr-dce.h, gthr-single.h, gthr-solaris.h, gthr.h,
2915         libfuncs.h, libgcc2.h, stab.def, tsystem.h: Update copyright.
2916
2917 2004-10-22  Kazu Hirata  <kazu@cs.umass.edu>
2918
2919         * config/ptx4.h, config/mcore/mcore-pe.h,
2920         config/rs6000/eabi.h, config/vax/elf.h: Update copyright.
2921
2922 2004-10-22  Peter Barada <peter@the-baradas.com>
2923
2924         * config/m68k/m68k.h (HARD_REGNO_RENAME_OK): New macro.
2925         * config/m68k/m68k.c (m68k_hard regno_rename_ok): Disallow
2926         renaming of non-live registers in interrupt functions.
2927         * config/m68k/m68k-protos.h (m68k_hard_regno_rename_ok): Add prototype.
2928
2929 2004-10-22  Zdenek Dvorak  <dvorakz@suse.cz>
2930
2931         * tree-ssa-loop-niter.c (inverse): Count in HOST_WIDE_INT if possible.
2932         Use integer for loop counter.
2933         (num_ending_zeros): New function.
2934         (number_of_iterations_cond): Use num_ending_zeros.
2935
2936 2004-10-21  Aldy Hernandez  <aldyh@redhat.com>
2937
2938         * config.gcc: Add support for --enable-e500_double.
2939
2940         * config/rs6000/e500-double.h: New file.
2941
2942         * config/rs6000/rs6000.h: Define TARGET_E500_SINGLE and
2943         TARGET_E500_DOUBLE.
2944
2945         * config/rs6000/eabi.h: Define TARGET_E500_SINGLE and
2946         TARGET_E500_DOUBLE.
2947
2948         * config/rs6000/linuxspe.h: Same.
2949
2950         * doc/invoke.texi (Option Summary): Document new options for
2951         mfloat-gprs.
2952         (RS/6000 and PowerPC Options): Same.
2953
2954         * config/rs6000/rs6000.c (rs6000_parse_float_gprs_option): New
2955         function.
2956         (rs6000_override_options): Use it.  Use
2957         SUB3TARGET_OVERRIDE_OPTIONS.
2958         Add 8548 to processor_target_table.
2959         (rs6000_legitimate_address): Handle e500 doubles.
2960         (rs6000_legitimize_address): Same.
2961         (rs6000_legitimize_reload_address): Same.
2962         (rs6000_hard_regno_nregs): Same.
2963         (spe_func_has_64bit_regs_p): Same.
2964         (emit_frame_save): Same.
2965         (gen_frame_mem_offset): Same.
2966         (rs6000_dwarf_register_span): Same.
2967         (rs6000_generate_compare): Same.
2968         (easy_fp_constant): Same.
2969         (legitimate_offset_address_p): Same.
2970
2971         * config/rs6000/spe.md: (cmdfeq_gpr): New.
2972         (tstdfeq_gpr): New.
2973         (cmpdfgt_gpr): New.
2974         (tstdfgt_gpr): New.
2975         (tstdfgt_gpr): New.
2976         (cmpdflt_gpr): New.
2977         (tstdflt_gpr): New.
2978         Add new constants.
2979
2980 2004-10-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2981
2982         * config/arc/lib1funcs.asm (___umulsidi3): Fix typo.
2983
2984 2004-10-21  Zack Weinberg  <zack@codesourcery.com>
2985
2986         * dbxout.c: Remove unnecessary #undefs.
2987         (GDB_INV_REF_REGPARM_STABS_LETTER, DBX_MEMPARM_STABS_LETTER)
2988         (FILE_NAME_JOINER, STABS_GCC_MARKER): Remove; fold sole
2989         definition into use sites.
2990         (cwd): Make local to dbxout_init.
2991         (dbxout_init): Restructure cwd-using logic for clarity.  Use
2992         IS_DIR_SEPARATOR.
2993         * xcoffout.h (DBX_OUTPUT_GCC_MARKER): Definition of
2994         STABS_GCC_MARKER folded in here.
2995         * system.h: Poison now-unused macros.
2996         * doc/tm.texi: Remove documentation of now-unused macros.
2997
2998 2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
2999
3000         PR c/17538
3001         * c-opts.c (push_command_line_include): Use the current file
3002         name instead of the main one.
3003
3004 2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
3005
3006         PR objc/17923
3007         * tree.c (staticp): A CONST_DECL has static storage if either
3008         TREE_STATIC or DECL_EXTERNAL is set.
3009         * c-decl.c (pushdecl_top_level): Accept CONST_DECLs which can
3010         have null names.
3011
3012 2004-10-21  Kazu Hirata  <kazu@cs.umass.edu>
3013
3014         * expr.c (store_expr): Remove dont_store_target.
3015
3016 2004-10-21  Kazu Hirata  <kazu@cs.umass.edu>
3017
3018         * tree-cfg.c (thread_jumps): Speed up by using a worklist.
3019
3020 2004-10-21  Kazu Hirata  <kazu@cs.umass.edu>
3021
3022         * tree-cfg.c (thread_jumps): Move a part of it to ...
3023         (thread_jumps_from_bb): ... here.
3024
3025 2004-10-21  David Edelsohn  <edelsohn@gnu.org>
3026
3027         * dbxout.c (DBX_FINISH_SYMBOL): Add asm_out_file argument.
3028         * xcoffout.h (DBX_FINISH_SYMBOL): Change asmfile to (ASMFILE).
3029
3030 2004-10-21  Kazu Hirata  <kazu@cs.umass.edu>
3031
3032         * expr.c (store_expr): Clean up by renaming want_value to
3033         call_param_p.
3034
3035 2004-10-21  Kaz Kojima  <kkojima@gcc.gnu.org>
3036
3037         * config/sh/linux-unwind.h (sh_fallback_frame_state): Don't
3038         fixup pc here.
3039
3040 2004-10-21  Aldy Hernandez  <aldyh@redhat.com>
3041
3042         PR 18004.
3043         * expmed.c (store_bit_field): Pass original 'value' before
3044         recursing.
3045
3046 2004-10-21  Nicolas Pitre <nico@cam.org>
3047
3048         * config/arm/ieee754-sf.S: Large speed improvements. Fix NAN handling.
3049         * config/arm/ieee754-df.S: Ditto.
3050
3051 2004-10-20  Zack Weinberg  <zack@codesourcery.com>
3052
3053         * dbxout.c (asmfile): Delete.  All uses changed to asm_out_file.
3054         (DBX_BLOCKS_FUNCTION_RELATIVE, DBX_LINES_FUNCTION_RELATIVE):
3055         Default to 0.
3056         (dbxout_source_line): Use DBX_OUTPUT_SOURCE_LINE when defined.
3057         When it is not, but DBX_LINES_FUNCTION_RELATIVE is true, emit
3058         an internal label and an N_SLINE .stabn whose value is the
3059         difference between that label and the function entry label.
3060         (dbxout_finish): If DBX_OUTPUT_MAIN_SOURCE_FILE_END is not defined,
3061         but DBX_OUTPUT_NULL_N_SO_AT_MAIN_SOURCE_FILE_END is, emit a
3062         label and an N_SO stab with an empty string referring to it.
3063         (dbx_output_lbrac, dbx_output_rbrac): Use if statement instead
3064         of #ifdef directive to test DBX_BLOCKS_FUNCTION_RELATIVE.
3065         (dbxout_type_methods, dbxout_symbol): Remove #if 0 block.
3066         (dbxout_prepare_symbol): Remove #ifdef WINNING_GDB block, this
3067         macro is never defined.
3068         * sdbout.c (sdbout_source_line_counter): Delete.
3069         (PUT_SDB_SRC_FILE): Delete.  Uses replaced with sole definition.
3070         (sdbout_source_line): Use SDB_OUTPUT_SOURCE_LINE, which takes
3071         only two arguments.
3072         * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Rename ASM_OUTPUT_LINE.
3073
3074         * config/dbxcoff.h, config/dbxelf.h: Remove unncessary #undefs.
3075         * config/c4x/c4x.h, config/pa/pa.h: Remove unnecessary macro
3076         definitions (identical to default).
3077         * config/darwin.h, config/dbxcoff.h, config/dbxelf.h, config/ptx4.h
3078         * config/h8300/coff.h, config/pa/som.h, config/sh/elf.h:
3079         Define DBX_OUTPUT_NULL_N_SO_AT_MAIN_SOURCE_FILE_END, not
3080         DBX_OUTPUT_MAIN_SOURCE_FILE_END.
3081         * config/dbxcoff.h, config/dbxelf.h, config/ptx4.h
3082         * config/mcore/mcore-pe.h, config/pa/som.h, config/sh/elf.h:
3083         Define DBX_LINES_FUNCTION_RELATIVE, not ASM_OUTPUT_SOURCE_LINE.
3084         * config/alpha/alpha-protos.h: Don't prototype alpha_output_lineno.
3085         * config/alpha/alpha.c: Move declaration of num_source_filenames up.
3086         (alpha_start_function): Use SDB_OUTPUT_SOURCE_LINE.
3087         (sym_lineno): Delete.
3088         (alpha_output_filename): Do not emit N_SOL stabs here.  Remove
3089         now-unused variable.
3090         (alpha_output_lineno): Delete.
3091         * config/mips/mips-protos.h: Don't prototype mips_output_lineno.
3092         * config/mips/mips.c (mips_output_filename): Don't use
3093         ASM_OUTPUT_FILENAME. Don't emit N_SOL stabs here.
3094         (mips_output_lineno): Delete.
3095         (mips_output_function_prologue: Use SDB_OUTPUT_SOURCE_LINE.
3096         * config/alpha/alpha.h: Define DBX_OUTPUT_SOURCE_LINE and
3097         SDB_OUTPUT_SOURCE_LINE, not ASM_OUTPUT_SOURCE_LINE.
3098         * config/mips/mips.h: Likewise.  Don't define ASM_OUTPUT_FILENAME.
3099         * config/mips/sdb.h: Use SDB_OUTPUT_SOURCE_LINE.
3100         * config/avr/avr.h: Don't define ASM_OUTPUT_SOURCE_LINE.
3101         * config/mmix/mmix.h: Likewise.
3102         * config/mmix/mmix.c (mmix_asm_output_source_line): Delete.
3103         * config/mmix/mmix-protos.h: Don't prototype it.
3104         * config/alpha/unicosmk.h: Also #undef PREFERRED_DEBUGGING_TYPE;
3105         no need to #undef ASM_OUTPUT_SOURCE_LINE.
3106         * config/arm/aout.h: Remove RISCiX-specific definition of
3107         DBX_OUTPUT_MAIN_SOURCE_FILENAME.
3108         * config/m32r/m32r.h: Define DBX_OUTPUT_SOURCE_LINE, not
3109         ASM_OUTPUT_SOURCE_LINE.
3110         * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Rename to
3111         DBX_OUTPUT_SOURCE_LINE.  Don't use current_function_func_begin_label.
3112         * config/vax/elf.h: No need to define DBX_OUTPUT_FUNCTION_END.
3113
3114         * doc/tm.texi: Update.
3115
3116 2004-10-20  Richard Henderson  <rth@redhat.com>
3117
3118         * tree-sra.c (instantiate_element): Copy DECL_IGNORED_P also.
3119
3120 2004-10-20  Kelley Cook  <kcook@gcc.gnu.org>
3121
3122         * configure.ac: Revert my previous patch.
3123         * configure: Regenerate.
3124
3125 2004-10-20  Ben Elliston  <bje@au.ibm.com>
3126
3127         * config/rs6000/rs6000.c
3128         (rs6000_va_start): Use build_va_arg_indirect_ref.
3129         (rs6000_gimplify_va_arg): Likewise.
3130
3131 2004-10-20  Bryce McKinlay  <mckinlay@redhat.com>
3132
3133         PR java/15575
3134         * configure.ac: Declare AM_LANGINFO_CODESET.
3135         * aclocal.m4: Define AM_LANGINFO_CODESET.
3136         * configure, config.in: Rebuilt.
3137
3138 2004-10-20  Kazu Hirata  <kazu@cs.umass.edu>
3139
3140         * expr.c (store_expr): Remove code that is run when
3141         want_value & 1 is nonzero.
3142
3143 2004-10-20  Mark Mitchell  <mark@codesourcery.com>
3144
3145         * gthr-posix.h (__gthread_active_p): Use __extension__ around cast
3146         from function pointer to void *.
3147
3148 2004-10-20  Kaz Kojima  <kkojima@gcc.gnu.org>
3149
3150         PR target/18032
3151         * config/sh/sh.c (sh_expand_epilogue): Emit a blockage insn before
3152         the frame pointer adjustment when exception handling is enabled.
3153
3154 2004-10-20  Kazu Hirata  <kazu@cs.umass.edu>
3155
3156         * stor-layout.c: Fix a comment typo.
3157
3158 2004-10-20  Kazu Hirata  <kazu@cs.umass.edu>
3159
3160         * expr.c (store_field): Remove two arguments value_mode and
3161         unsignedp.
3162         (expand_assignment, store_constructor_field,
3163         expand_expr_real_1): Adjust calls to store_field.
3164
3165 2004-10-18  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
3166
3167         * config/arc/lib1funcs.asm (___umulsidi3): Correct usage of flags.
3168
3169         PR target/17317
3170         * config/arc/arc.h (REGNO_OK_FOR_BASE_P,REGNO_OK_FOR_INDEX_P,
3171         REG_OK_FOR_BASE, REG_OK_FOR_INDEX): Consider blink(r31) as a valid
3172         base and index register for loads.
3173
3174         * config/arc/t-arc: Fix multilib handling.
3175
3176 2004-10-20  Hans-Peter Nilsson  <hp@bitrange.com>
3177
3178         * cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb,
3179         don't inspect BLOCK_FOR_INSN for barriers.
3180         * emit-rtl.c (emit_barrier_before): Revert last change.
3181         (emit_barrier_after, emit_barrier): Ditto.
3182
3183         * doc/extend.texi (Extended Asm): Warn and provide example
3184         solution for using a call-clobbered asm register.
3185         (Local Reg Vars): Similar.  Cross-reference example.
3186
3187 2004-10-19  Andrew Pinski  <pinskia@physics.uc.edu>
3188
3189         * tree-cfg.c (group_case_labels): Look at the second to last
3190         case statement for combing with the default case.
3191
3192 2004-10-19  Richard Hendeson  <rth@redhat.com>
3193
3194         PR 17962
3195         * stor-layout.c (layout_type): Set TYPE_ALIGN for vectors.
3196
3197 2004-10-19  Richard Hendeson  <rth@redhat.com>
3198
3199         * builtins.c (expand_builtin_memmove): If fold_builtin_memmove
3200         succeeds, only expand the result.
3201
3202 2004-10-19  Richard Hendeson  <rth@redhat.com>
3203
3204         PR middle-end/17885
3205         * tree.c (recompute_tree_invarant_for_addr_expr): Always poll address
3206         of INDIRECT_REF.
3207
3208 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
3209
3210         * tree-cfg.c (thread_jumps): Use a do-while loop instead of a
3211         loop with goto.
3212
3213 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
3214
3215         * expr.c (expand_assignment): Remove the last argument.
3216         Change the return type to void.
3217         * expr.h: Update the prototype of expand_assignment.
3218         * function.c (assign_parm_setup_reg): Update a call to
3219         expand_assignment.
3220         * stmt.c (expand_asm_expr): Likewise.
3221
3222 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
3223
3224         * expr.c (expand_expr_real_1) <MODIFY_EXPR>: Remove
3225         unnecessary assignments to temp.  Return const0_rtx.
3226
3227 2004-10-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3228
3229         * config/sh/sh.c (sh5_schedule_saves): Fix typo.
3230
3231 2004-10-18  Kelley Cook  <kcook@gcc.gnu.org>
3232
3233         * configure.ac (powerpc-*-darwin*): Require assembler to support
3234         .machine directive.
3235         * configure: Regenerate.
3236
3237 2004-10-18  Kazu Hirata  <kazu@cs.umass.edu>
3238
3239         * reload1.c (ior_hard_reg_set): Remove.
3240         (finish_spills): Use IOR_HARD_REG_SET instead of
3241         ior_hard_reg_set.
3242
3243 2004-10-18  Kazu Hirata  <kazu@cs.umass.edu>
3244
3245         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Speed up by shifting
3246         the currently visited word to right.
3247
3248 2004-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
3249
3250         PR middle-end/18045
3251         * expmed.c (expand_smod_pow2): Handle modes whose size
3252         is greater than that of HOST_WIDE_INT.
3253
3254 2004-10-18  Ziemowit Laski  <zlaski@apple.com>
3255
3256         * c-parse.in (reservedwords): Add OBJC_TYPE_QUAL as alternative.
3257
3258 2004-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
3259             Roger Sayle  <roger@eyesopen.com>
3260
3261         PR middle-end/17813
3262         * dojump.c (discard_pending_stack_adjust): New function.
3263         (clear_pending_stack_adjust): Call it.
3264         * expr.h (discard_pending_stack_adjust): Declare it.
3265         * explow.c (emit_stack_save): Emit pending stack adjustments
3266         before saving the stack pointer.
3267         (emit_stack_restore): Discard pending stack adjustments before
3268         restoring the stack pointer.
3269
3270 2004-10-18  Richard Henderson  <rth@redhat.com>
3271
3272         * c-common.c (handle_mode_attribute): Allow scalar->vector
3273         type changes yet.
3274
3275 2004-10-18  Kazu Hirata  <kazu@cs.umass.edu>
3276
3277         * expr.c (expand_expr_real_1) [MODIFY_EXPR]: Don't request a
3278         value to expand_assignment.
3279
3280 2004-10-18  Kazu Hirata  <kazu@cs.umass.edu>
3281
3282         * tree-cfg.c (cleanup_tree_cfg): Don't iterate on
3283         thread_jumps.
3284         (thread_jumps): Iterate until no new forwarder block arises.
3285
3286 2004-10-18  Kazu Hirata  <kazu@cs.umass.edu>
3287
3288         * tree-cfg.c (tree_forwarder_block_p): Don't set forwardable.
3289         (thread_jumps): Use forwardable as cache of
3290         tree_forwarder_block_p throughout the function.
3291
3292 2004-10-18  Andreas Krebbel  <krebbel1@de.ibm.com>
3293
3294         * cfg.c (dump_flow_info): Remove redundant dump of reg life info.
3295
3296 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
3297
3298         PR middle-end/15014
3299         PR middle-end/16973
3300         * tree-cfg.c (remove_bb): If we have a label expression in the
3301         basic block and the label we have taken the address, move the
3302         label expression to the basic block which is previous in the
3303         linked list.
3304         (tree_verify_flow_info): Fix printing out the label name of the
3305         problematic label expression.
3306
3307 2004-10-18  Pat Haugen  <pthaugen@us.ibm.com>
3308
3309         PR rtl-optimization/18002
3310         * simplify-rtx.c (mode_signbit_p): Externalize function...
3311         * rtl.h (mode_signbit_p): ... to here.
3312         * combine.c (simplify_shift_const): Recognize PLUS signbit as
3313         canonical form of XOR signbit and move to outer op.
3314
3315 2004-10-18  Diego Novillo  <dnovillo@redhat.com>
3316
3317         * tree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi.
3318         Update all callers.
3319         * tree-ssa.c (replace_immediate_uses): Call bsi_for_stmt.
3320         Don't call fold_stmt more than once, use bsi_replace.
3321
3322 2004-10-18  Diego Novillo  <dnovillo@redhat.com>
3323
3324         PR tree-optimization/17656
3325         * tree-ssa.c (replace_immediate_uses): When replacing a
3326         constant, if the call to fold_stmt produced a different
3327         statement, get an appropriate statement pointer by scanning
3328         STMT's basic block.
3329
3330 2004-10-18  Richard Henderson  <rth@redhat.com>
3331
3332         * pointer-set.c (hash1): Don't use libm functions in fallback case.
3333
3334 2004-10-18  H.J. Lu  <hongjiu.lu@intel.com>
3335
3336         PR bootstrap/17684
3337         * Makefile.in (clean): Remove libgcc_s$(SHLIB_EXT).1.stage?.
3338         (stage1-start): Remove and copy libunwind.a and
3339         libunwind*$(SHLIB_EXT) instead of libunwind*.
3340         (stage2-start): Likewise.
3341         (stage3-start): Likewise.
3342         (stage4-start): Likewise.
3343         (stageprofile-start): Likewise.
3344         (stagefeedback-start): Likewise.
3345
3346         * config/alpha/t-osf4 (SHLIB_LINK): Use a temporary file for
3347         the shared library to be created and don't remove the existing
3348         shared library.
3349         * config/arm/t-netbsd (SHLIB_LINK): Likewise.
3350         * config/i386/t-nwld (SHLIB_LINK): Likewise.
3351         * config/mips/t-slibgcc-irix (SHLIB_LINK): Likewise.
3352         * config/pa/t-hpux-shlib (SHLIB_LINK): Likewise.
3353         * config/sh/t-linux (SHLIB_LINK): Likewise.
3354         * config/t-libunwind-elf (SHLIBUNWIND_LINK): Likewise.
3355         * config/t-slibgcc-darwin (SHLIB_LINK): Likewise.
3356         * config/t-slibgcc-elf-ver (SHLIB_LINK): Likewise.
3357         * config/t-slibgcc-sld (SHLIB_LINK): Likewise.
3358
3359         * mklibgcc.in (libgcc-stage-start): Also move "*${objext}s"
3360         files.
3361
3362 2004-10-18  Kazu Hirata  <kazu@cs.umass.edu>
3363
3364         * basic-block.h (reg_set_iterator): New.
3365         (EXECUTE_IF_SET_IN_REG_SET): Make it iterator style.
3366         (EXECUTE_IF_AND_COMPL_IN_REG_SET): Likewise.
3367         (EXECUTE_IF_AND_IN_REG_SET): Likewise.
3368         * caller-save.c (save_call_clobbered_regs): Adjust to the new
3369         style.
3370         * cfgcleanup.c (thread_jump): Likewise.
3371         * cfgrtl.c (safe_insert_insn_on_edge): Likewise.
3372         * conflict.c (conflict_graph_compute): Likewise.
3373         * flow.c (verify_local_live_at_start, update_life_info,
3374         initialize_uninitialized_subregs, propagate_one_insn,
3375         init_propagate_block_info, free_propagate_block_info,
3376         propagate_block, dump_regset): Likewise.
3377         * global.c (global_conflicts): Likewise.
3378         * graph.c (start_bb): Likewise.
3379         * local-alloc.c (update_equiv_regs): Likewise.
3380         * loop.c (load_mems): Likewise.
3381         * reload1.c (compute_use_by_pseudos, order_regs_for_reload,
3382         find_reg, finish_spills): Likewise.
3383         * resource.c (mark_target_live_regs): Likewise.
3384         * sched-deps.c (sched_analyze_insn): Likewise.
3385         * sched-rgn.c (sched-rgn.c): Likewise.
3386         * config/frv/frv.c (frv_ifcvt_modify_tests): Likewise.
3387
3388 2004-10-18  Jakub Jelinek  <jakub@redhat.com>
3389
3390         * config/i386/i386.md (addqi_1_slp): Test for incdec_operand
3391         operand 1 instead of 2
3392
3393 2004-10-18  Kazu Hirata  <kazu@cs.umass.edu>
3394
3395         * loop-unroll.c: Fix comment typos.
3396
3397 2004-10-18  Revital Eres  <eres@il.ibm.com>
3398
3399         * Makefile.in (loop-unroll.o): Add VARRAY_H dependency.
3400         * loop-unroll.c: Include varray.h.
3401         (struct var_to_expand, struct opt_info): Rename split_ivs_info to
3402         opt_info and expand it to support variable expansion.
3403         (analyze_insns_in_loop): Rename analyze_ivs_to_split and
3404         expand it to support variable expansion.
3405         (pt_info_start_duplication): Rename si_info_start_duplication.
3406         (apply_opt_in_copies): Rename split_ivs_in_copies and add support
3407         to the variable expansion optimization.
3408         (free_opt_info): Rename free_si_info.
3409         (analyze_insn_to_expand_var, referenced_in_one_insn_in_loop_p,
3410         expand_var_during_unrolling, insert_var_expansion_initialization,
3411         combine_var_copies_in_loop_exit, release_var_copies,
3412         get_expansion): New functions.
3413         (peel_loop_completely, unroll_loop_constant_iterations,
3414         unroll_loop_runtime_iterations, peel_loop_simple,
3415         unroll_loop_stupid): Change uses of struct si_info
3416         to struct opt_info
3417         and add uses of fvariable-expansion-in-unroller flag.
3418         * params.def: Add parameter to restrict the number of expansions.
3419         * params.h: (MAX_VARIABLE_EXPANSIONS): New define to restrict
3420         the number of expansions.
3421         * common.opt: (fvariable-expansion-in-unroller): New flag.
3422         * doc/invoke.texi: (fvariable-expansion-in-unroller): Document.
3423
3424 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
3425
3426         * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Define
3427         __GXX_MERGED_TYPEINFO_NAMES to 0.
3428
3429 2004-10-17  Hans-Peter Nilsson  <hp@bitrange.com>
3430
3431         * cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb,
3432         handle barriers in a bb by checking that it points to a NULL bb.
3433         * emit-rtl.c (emit_barrier_before): Set BLOCK_FOR_INSN to NULL.
3434         (emit_barrier_after, emit_barrier): Ditto.
3435
3436 2004-10-18  Joseph S. Myers  <jsm@polyomino.org.uk>
3437
3438         * doc/extend.texi (Attribute Syntax): Clarify details of
3439         attributes on parameters.
3440
3441 2004-10-17  Zdenek Dvorak  <dvorakz@suse.cz>
3442
3443         * tree-ssa-loop-ivopts.c (tree_ssa_iv_optimize): Move checking out of
3444         loop.
3445
3446 2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
3447
3448         Revert:
3449         2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
3450
3451         * c-typeck.c (default_function_array_conversion): Always create
3452         &a[0] for array types.
3453         (build_unary_op): Do not fold &a[x] into a + x.
3454
3455 2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
3456
3457         PR middle-end/17925
3458         * cfgexpand.c (expand_gimple_cond_expr): Emit line notes for next basic
3459         block if there is a goto with a locus.
3460
3461 2004-10-17  Kazu Hirata  <kazu@cs.umass.edu>
3462
3463         * config/elfos.h, config/gofast.h, config/interix.h,
3464         config/netbsd.h, config/svr3.h, config/vxworks.h,
3465         config/alpha/alpha-modes.def, config/alpha/alpha-protos.h,
3466         config/alpha/ev4.md, config/alpha/ev5.md, config/alpha/ev6.md,
3467         config/alpha/netbsd.h, config/arm/arm-modes.def,
3468         config/arm/unknown-elf.h, config/c4x/c4x-modes.def,
3469         config/cris/aout.h, config/frv/frv-modes.def,
3470         config/i386/beos-elf.h, config/i386/gas.h,
3471         config/i386/i386-coff.h, config/i386/i386-modes.def,
3472         config/i386/linux.h, config/i386/linux64.h,
3473         config/i386/mingw32.h, config/i386/netbsd-elf.h,
3474         config/i386/netbsd64.h, config/i386/sco5.h,
3475         config/i386/sol2.h, config/i386/uwin.h, config/i860/i860.md,
3476         config/ia64/ia64-modes.def, config/ia64/itanium1.md,
3477         config/ia64/itanium2.md, config/m68k/m68k-modes.def,
3478         config/mips/mips-modes.def, config/mips/sdb.h,
3479         config/mips/vr.h, config/mips/vxworks.h,
3480         config/pa/pa-hpux10.h, config/pa/pa-hpux11.h,
3481         config/pa/pa32-linux.h, config/rs6000/40x.md,
3482         config/rs6000/7450.md, config/rs6000/8540.md,
3483         config/rs6000/linuxspe.h, config/rs6000/power4.md,
3484         config/rs6000/rs6000-modes.def, config/rs6000/rtems.h,
3485         config/rs6000/spe.h, config/s390/2064.md, config/s390/linux.h,
3486         config/s390/s390-modes.def, config/sh/elf.h,
3487         config/sh/sh-modes.def, config/sh/sh64.h,
3488         config/sparc/ultra1_2.md, config/sparc/ultra3.md,
3489         config/stormy16/stormy16.md, config/v850/v850-protos.h,
3490         config/vax/vax.md: Update copyright.
3491
3492 2004-10-17  Kazu Hirata  <kazu@cs.umass.edu>
3493
3494         * expr.c (expand_expr_real_1): Remove an obsolete comment.
3495
3496 2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
3497
3498         * c-typeck.c (default_function_array_conversion): Always create
3499         &a[0] for array types.
3500         (build_unary_op): Do not fold &a[x] into a + x.
3501
3502 2004-10-17  Jakub Jelinek  <jakub@redhat.com>
3503
3504         * pointer-set.c (hash1): Use integer part of 2^64 / phi
3505         instead 2^32 / phi if long is 64-bit.
3506
3507 2004-10-17  Joseph S. Myers  <jsm@polyomino.org.uk>
3508
3509         * c-common.h (enum rid): Remove RID_PTRBASE, RID_PTREXTENT and
3510         RID_PTRVALUE.
3511         * c-parse.in (PTR_VALUE, PTR_BASE, PTR_EXTENT): Remove %token
3512         declarations.
3513         (reswords): Remove __ptrbase, __ptrbase__, __ptrextent,
3514         __ptrextent__, __ptrvalue and __ptrvalue__.
3515         (rid_to_yy): Remove RID_PTRBASE, RID_PTREXTENT and RID_PTRVALUE
3516         entries.
3517
3518 2004-10-16  Dale Johannesen  <dalej@apple.com>
3519
3520         * c-common.c (c_common_get_alias_set):  Use GGC for type_hash_table.
3521
3522 2004-10-16  Zdenek Dvorak  <dvorakz@suse.cz>
3523
3524         PR tree-optimization/17766
3525         * basic-block.h (enum dom_state): DOM_CONS_OK removed.
3526         (dom_info_available_p): Declare.
3527         * cfghooks.c (split_block, make_forwarder_block): Use
3528         dom_info_available_p.
3529         * dominance.c (compute_dom_fast_query, calculate_dominance_info,
3530         free_dominance_info, verify_dominators): Ditto.
3531         (dom_info_available_p): New function.
3532         * tree-cfg.c (cleanup_control_expr_graph): Free dominance information.
3533         (thread_jumps): Use dom_info_available_p.
3534         * tree-complex.c (expand_complex_div_wide): Ditto.
3535         * tree-mudflap.c (mf_build_check_statement_for): Ditto.
3536
3537 2004-10-16  Zdenek Dvorak  <dvorakz@suse.cz>
3538
3539         * tree-ssa-loop-ivopts.c (struct ivopts_data): New field important_candidates.
3540         (find_best_candidate): Take also important candidates into account.
3541         (find_optimal_iv_set): Initialize important_candidates bitmap.
3542
3543 2004-10-16  Zdenek Dvorak  <dvorakz@suse.cz>
3544
3545         PR tree-optimization/17560
3546         * predict.c (tree_estimate_probability): Mark irreducible
3547         loops.
3548
3549 2004-10-16  Zdenek Dvorak  <dvorakz@suse.cz>
3550
3551         PR rtl-optimization/17723
3552         * cfgcleanup.c (merge_memattrs): Handle case when
3553         MEM_SIZE == NULL_RTX.
3554
3555 2004-10-15  Andrew Pinski  <pinskia@physics.uc.edu>
3556
3557         * toplev.c (dump_file_name): Change type to be const.
3558
3559 2004-10-15  Joseph S. Myers  <jsm@polyomino.org.uk>
3560
3561         * c-typeck.c (build_compound_expr, build_c_cast): Don't try to use
3562         non_lvalue to stop something being a null pointer constant.
3563
3564 2004-10-15  Aldy Hernandez  <aldyh@redhat.com>
3565
3566         * config/rs6000/rs6000.h (FUNCTION_ARG_REGNO_P): FPRs are only
3567         available for TARGET_FPRS.
3568         (FUNCTION_VALUE_REGNO_P): Same.
3569
3570 2004-10-15  Geoffrey Keating  <geoffk@apple.com>
3571
3572         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
3573         -maltivec in same style as other ISA options.
3574
3575 2004-10-15  Jon Grimm <jgrimm2@us.ibm.com>
3576
3577         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Add __powerpc__
3578         definition.
3579
3580 2004-10-15  Kazu Hirata  <kazu@cs.umass.edu>
3581
3582         * bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h,
3583         collect2.h, conflict.c, coretypes.h, coverage.h, errors.h,
3584         gcc.h, gcov-dump.c, gen-protos.c, gencheck.c, gencodes.c,
3585         genconstants.c, gengenrtl.c, genmodes.c, genpeep.c,
3586         gensupport.h, graph.h, gthr-gnat.c, gthr-gnat.h, gthr-posix.c,
3587         gthr-posix.h, hard-reg-set.h, hwint.h, integrate.h, libgcc2.c,
3588         lists.c, machmode.def, mips-tdump.c, opts.h, params.c,
3589         predict.def, predict.h, protoize.c, reload.h, resource.h,
3590         rtl-error.c, sbitmap.c, sbitmap.h, sreal.c, tlink.c,
3591         tree-dump.h, tree-inline.h, unwind-dw2-fde.c, unwind-dw2.c,
3592         unwind-sjlj.c, value-prof.h: Update copyright.
3593
3594 2004-10-15  Kazu Hirata  <kazu@cs.umass.edu>
3595
3596         * pointer-set.c, tree-vectorizer.c: Fix comment typos.
3597
3598 2004-10-15  Diego Novillo  <dnovillo@redhat.com>
3599
3600         * tree-optimize.c (execute_one_pass): Stop timer right after
3601         executing the pass.
3602
3603 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
3604
3605         Revert:
3606         2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
3607         PR middle-end/17967
3608         Revert:
3609                 * tree-cfg.c (remove_usless_stmts_cond):  Fold statement.
3610                 (remove_useless_stmts_1):  Fold trees we know how to fold.
3611
3612 2004-10-14  David Edelsohn  <edelsohn@gnu.org>
3613
3614         * configure.ac: Add .machine power4 directive when testing for
3615         mfcr field.
3616         * configure: Regenerate.
3617
3618 2004-10-14  Geoffrey Keating  <geoffk@apple.com>
3619
3620         * config/darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Don't define.
3621
3622 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
3623
3624         * tree-vectorizer.c (vect_transform_loop): Declare vectorization_factor
3625         always.
3626
3627 2004-10-14  Daniel Jacobowitz  <dan@codesourcery.com>
3628
3629         * config/rs6000/rs6000.h (REG_CLASS_FROM_LETTER): Return NO_REGS
3630         for 'f' if !TARGET_FPRS.
3631
3632 2004-10-14  Richard Henderson  <rth@redhat.com>
3633
3634         PR debug/14492
3635         * dwarf2out.c (loc_descriptor_from_tree_1): Handle FIX_*_EXPR.
3636
3637 2004-10-14  Richard Henderson  <rth@redhat.com>
3638
3639         PR c/17023
3640         * c-decl.c (store_parm_decls_oldstyle): Care for parameter type
3641         as error_mark_node.
3642         * c-parse.in (compstmt_primary_start): Check cur_stmt_list non-null
3643         instaed of current_function_decl non-null.
3644
3645 2004-10-14  Matt Austern  <austern@apple.com>
3646
3647         * pointer-set.c: New file, special-purpose hash table.
3648         * pointer-set.h: New file.
3649         * tree.h (struct pointer_set_t): Declare as opaque type.
3650         (tree_walk): Last argument is pointer_set_t* now.
3651         * tree-inline.c (WALK_SUBTREE): Convert from htab to pset.
3652         (walk_type_fields):
3653         (walk_tree): Convert from htab_t to pointer_set_t for keeping
3654         track of which nodes have already been visited.
3655         (walk_tree_without_duplicates): Convert from htab_t to pointer_set_t.
3656         * cgraphunit.c (cgraph_create_edges): Likewise.
3657         (cgraph_characterize_statics_local): Likewise.
3658         * tree-dfa.c (collect_dfa_stats): Likewise.
3659         * langhooks-def.h (lhd_tree_inlining_walk_subtrees): Last arg is
3660         pointer_set_t* now.
3661         * langhooks.c (lhd_tree_inlining_walk_subtrees): Likewise.
3662         * langhooks.h (struct lang_hooks_for_tree_inlining): Last arg type
3663         of walk_subtrees is pointer_set_t* now.
3664         * Makefile.in (OBJS-common): add pointer-set.o
3665         (tree-inline.o): Depends on pointer-set.h
3666         (tree-dfa.o): Likewise
3667         (cgraphunit.o): Likewise
3668
3669 2004-10-14  Geoffrey Keating  <geoffk@apple.com>
3670
3671         * config/rs6000/darwin.h (ASM_SPEC): Delete.
3672         (TARGET_ASM_FILE_START): Define.
3673         * config/darwin.h (ASM_SPEC): Define.
3674         * config/rs6000/t-darwin (TARGET_LIBGCC2_CFLAGS): Don't supply
3675         -mlong-double-128, it's the default.  Update comment about reason
3676         for force_cpusubtype_ALL.
3677         * config/rs6000/darwin-vecsave.asm: Supply .machine.
3678         * config/rs6000/darwin-world.asm: Likewise.
3679         * config/rs6000/rs6000.c (rs6000_darwin_file_start): New.
3680         (symbolic_operand): Delete #if 0ed code.
3681
3682 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
3683
3684         * stmt.c (add_case_node): Make sure that we have integer
3685         constant before calling tree_int_cst_compare.
3686
3687 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
3688
3689         PR middle-end/17967
3690         Revert:
3691                 * tree-cfg.c (remove_usless_stmts_cond):  Fold statement.
3692                 (remove_useless_stmts_1):  Fold trees we know how to fold.
3693
3694 2004-10-14  Joseph S. Myers  <joseph@codesourcery.com>
3695
3696         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS),
3697         config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Disallow
3698         -m64.
3699
3700 2004-10-14  Ulrich Weigand  <uweigand@de.ibm.com>
3701
3702         * reload.c (find_reloads): When reloading a PLUS with constant
3703         operand, make sure the constant is pushed to the constant pool
3704         if required.
3705         * config/s390/s390.c (s390_secondary_input_reload_class): Remove
3706         reload bug workaround.
3707         (s390_expand_plus_operand): Likewise.
3708
3709 2004-10-14  David Edelsohn  <edelsohn@gnu.org>
3710
3711         * opts.c (common_handle_option): Do not enable
3712         flag_speculative_prefetching for -fprofile-generate/use.
3713
3714 2004-10-14  Devang Patel  <dpatel@apple.com>
3715
3716         PR 17635
3717         * tree-if-conv.c (process_phi_nodes): Process latch block.
3718         (combine_blocks): Process latch block and update loop structure.
3719
3720 2004-10-14  Olga Golovanevsky  <olga@il.ibm.com>
3721
3722         * tree-vectorizer.c (vect_generate_tmps_on_preheader):
3723         (vect_update_ivs_after_vectorizer):
3724         (vect_transform_for_unknown_loop_bound):
3725         (tree_duplicate_loop_to_edge):
3726         (allocate_new_names):
3727         (rename_use_op):
3728         (rename_def_op):
3729         (rename_variables_in_bb):
3730         (free_new_names):
3731         (rename_variables_in_loop):
3732         (copy_phi_nodes):
3733         (update_phis_for_duplicate_loop):
3734         (update_phi_nodes_for_guard):
3735         (make_loop_iterate_ntimes):
3736         (tree_duplicate_loop_to_edge_cfg):
3737         (add_loop_guard):
3738         (vect_analyze_loop_with_symbolic_num_of_iters):
3739         (verify_loop_for_duplication):
3740         (vect_gen_niters_for_prolog_loop):
3741         (vect_update_niters_after_peeling):
3742         (vect_update_inits_of_dr):
3743         (vect_update_inits_of_drs):
3744         (vect_build_loop_niters):
3745         (vect_do_peeling_for_alignment): New functions.
3746         (vect_transform_loop): Add unknown and known but indivisible loop
3747         bound support; add peeling for unalignment support.
3748         (vect_analyze_loop_form): Support symbolic number of iterations.
3749         (vect_transform_loop_bound): New input parameter.
3750         (vect_get_loop_niters): Change input parameter type.
3751         (new_loop_vec_info): LOOP_VINFO_NITERS is tree now.
3752         (vectorizable_store): Allow unaligned access.
3753         (vectorize_loops): Add rewrite_into_loop_closed_ssa.
3754         (vect_analyze_data_refs_alignment): Allowed one unaligned
3755         store.
3756         * tree-vectorizer.h (LOOP_VINFO_NITERS_KNOWN_P): Redefined
3757         to use tree.
3758         (LOOP_VINFO_INT_NITERS): New macro.
3759         (MAX_NUMBER_OF_UNALIGNED_DATA_REFS): New define.
3760         (do_peeling_for_alignment):
3761         (unaligned_drs): New members of _loop_vec_info.
3762         (LOOP_DO_PEELING_FOR_ALIGNMENT): New macro.
3763
3764 2004-10-14  Ranjit Mathew  <rmathew@hotmail.com>
3765
3766         * tree.h (TREE_STRING_POINTER): Wrap in "const char *".
3767         (struct tree_string): Remove "const" qualifier for "str".
3768
3769 2004-10-14  Ira Rosen  <irar@il.ibm.com>
3770
3771         * tree-vectorizer.c (vect_analyze_data_refs): Call
3772         vect_get_base_and_bit_offset to get memory tag for array ref.
3773         (vect_create_addr_base_for_vector_ref): Remove redundant checks.
3774
3775 2004-10-14  Richard Earnshaw  <rearnsha@arm.com>
3776
3777         * configure.ac: Use $LN_S for creating symlinks (not $LN).
3778         * configure: Regenerate.
3779
3780 2004-10-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3781
3782         * doc/install.texi (*-*-solaris2*): Update with info about kernel
3783         patches to solve spurious testsuite failures.
3784
3785 2004-10-14  Dorit Naishlos  <dorit@il.bim.com>
3786
3787         * tree-vectorizer.c (get_vectype_for_scalar_type): Added debug prinouts.
3788         Added check that vectype is VECTOR_MODE_P, instead of check for BLKmode.
3789         (vect_analyze_operations): Make sure the vectorization factor > 1. Add
3790         gcc_assert under ENABLE_CHECKING.
3791         (vectorizable_operation): Remove check for VECTOR_MODE_P (moved to
3792         get_vectype_for_scalar_type).
3793
3794         (vect_get_vec_def_for_operand): Remove redundant variables.
3795         (vect_transform_loop): Likewise.
3796
3797 2004-10-14  Richard Sandiford  <rsandifo@redhat.com>
3798
3799         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Make r11 fixed and
3800         global for -mcaller-super-interworking.
3801         (CALLER_INTERWORKING_SLOT_SIZE): New macro.
3802         * config/arm/arm.c (thumb_compute_save_reg_mask): Save r11 if
3803         CALLER_INTERWORKING_SLOT_SIZE is nonzero and the function does
3804         not need a frame pointer.
3805         (arm_get_frame_offsets): Add CALLER_INTERWORKING_SLOT_SIZE bytes to
3806         the soft frame pointer offset.
3807         (thumb_expand_prologue): Set up r11 for -mcaller-super-interworking.
3808         * config/arm/arm.md (*call_reg_thumb, *call_value_reg_thumb): Use
3809         _interwork_{r7,r11}_call_via_rN if some arguments are passed on
3810         the stack.  Use frame_pointer_needed to choose between them.
3811         * config/arm/lib1funcs.asm (_arm_return_{r7,r11}): New functions.
3812         (interwork_with_frame): New macro.
3813         (interwork): Add _interwork_{r7,r11}_call_via_rN().
3814
3815 2004-10-14  Ben Elliston  <bje@au.ibm.com>
3816
3817         PR other/17900
3818         * diagnostic.c (trim_filename): Fix logic bug in walking backwards
3819         up the filename looking for a previous directory separator.
3820
3821 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
3822
3823         * c-tree.h (enum c_typespec_kind, struct c_typespec,
3824         parser_xref_tag): New.
3825         (struct c_declspecs): Add tag_defined_p.  Adjust definition of
3826         typedef_p.
3827         (declspecs_add_type): Adjust prototypes.
3828         * c-parse.in (%union): Add tstype.
3829         (typespec_nonattr, typespec_attr, typespec_reserved_nonattr,
3830         typespec_reserved_attr, typespec_nonreserved_nonattr,
3831         structsp_attr, structsp_nonattr): Change to tstype.  Update
3832         actions.
3833         * c-decl.c (build_null_declspecs): Initialize tag_defined_p.
3834         (declspecs_add_type): Update to take struct c_typespec argument.
3835         Set tag_defined_p and typedef_p as appropriate.
3836         (xref_tag): Rename to parser_xref_tag and replace by wrapper.
3837         Update to return struct c_typespec.
3838         (shadow_tag_warned): Don't let empty declarations with qualifiers
3839         or storage class specifiers redeclare a tag if a previous
3840         declaration is visible.
3841
3842 2004-10-13  Richard Henderson  <rth@redhat.com>
3843
3844         PR debug/15860
3845         * dwarf2out.c (rtl_for_decl_location): Apply big-endian correction
3846         for DECL_INCOMING_RTL.
3847
3848 2004-10-14  Hans-Peter Nilsson  <hp@axis.com>
3849
3850         PR target/17984
3851         * config/cris/cris.md (asrandb, asrandw, lsrandb, lsrandw): Apply
3852         trunc_int_for_mode for constants used in shortened mode.
3853
3854 2004-10-13  Richard Henderson  <rth@redhat.com>
3855
3856         PR c/17384
3857         * c-common.c (handle_mode_attribute): Disallow mode changes that
3858         alter the CODE of the top-level type.
3859
3860         * crtstuff.c (__FRAME_END__): Remove mode attribute.  Find 32-bit
3861         integer from internal limits macros.
3862         * config/i386/mm3dnow.h (__v2sf): Fix base type.
3863
3864 2004-10-13  Richard Henderson  <rth@redhat.com>
3865
3866         PR debug/13841
3867         * function.c (instantiate_decl): Recurse for CONCAT.
3868
3869 2004-10-13  David Edelsohn  <edelsohn@gnu.org>
3870
3871         * config/rs6000/rs6000.md (andsi3): Add attribute "compare" for
3872         andi./andis.
3873         (anddi3): Same.
3874         (extzvdi_internal1): Add attribute "compare".
3875         (extzvdi_internal2): Same.
3876
3877 2004-10-12  Tom Tromey  <tromey@redhat.com>
3878
3879         * doc/md.texi (Insn Canonicalizations): Removed extraneous quote.
3880
3881 2004-10-13  Dale Johannesen  <dalej@apple.com>
3882
3883         * doc/extend.texi (Extended Asm):  Rewrite asm volatile description.
3884
3885 2004-10-13  Frank Ch. Eigler  <fche@redhat.com>
3886
3887         * toplev.c (compile_file): Call mudflap_finish_file from here ...
3888         * c-decl.c (c_write_global_declarations): ... instead of here ...
3889         * cp/decl.c (cp_finish_file): ... and here.
3890         * tree-mudflap.c (mudflap_enqueue_decl): Reword a warning message.
3891
3892 2004-10-13  Andrew Pinski  <pinskia@physics.uc.edu>
3893
3894         * tree-ssa-dom.c (record_range): Free the element if we are not
3895         going to use it.
3896
3897 2004-10-13  Tom Tromey  <tromey@redhat.com>
3898
3899         PR java/15578:
3900         * gcc.c (option_map): Added --extdirs and --encoding.
3901
3902 2004-10-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
3903
3904         PR target/14454
3905         * config/sparc/sparc.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Set to
3906         sparc_can_output_mi_thunk.
3907         (sparc_output_mi_thunk): Simplify handling of delta offset.  Add
3908         handling of vcall offset.
3909         (sparc_can_output_mi_thunk): New predicate.
3910         * doc/tm.texi (TARGET_ASM_OUTPUT_MI_THUNK): Document VCALL_OFFSET.
3911         (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Delete.
3912         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New target hook.
3913
3914         * config/sparc/sparc.c (emit_and_preserve): Preserve stack alignment.
3915
3916         * config/sparc/sparc.md (movdi): Remove redundant test.
3917
3918 2004-10-13  Paolo Bonzini  <bonzini@gnu.org>
3919
3920         * tree-dump.c (dump_options): Remove TDF_TREE, TDF_RTL,
3921         TDF_IPA from -fdump-tree-*-all.
3922
3923 2004-10-13  Paul Brook  <paul@codesourcery.com>
3924
3925         * config/arm/arm-protos.h (arm_load_pic_register): Update prototype.
3926         * config/arm/arm.c (thumb_find_work_register): Update comments.
3927         (arm_load_pic_register): Add argument for scratch register.
3928         (arm_expand_prologue, thumb_expand_prologue): Pass extra argument.
3929         * config/arm/arm.md (builtin_setjmp_receiver): Ditto.
3930
3931 2004-10-13  Kazu Hirata  <kazu@cs.umass.edu>
3932
3933         * tree-data-ref.c: Fix comment typos.
3934
3935 2004-10-13  Jakub Jelinek  <jakub@redhat.com>
3936             Zdenek Dvorak  <dvorakz@suse.cz>
3937
3938         PR tree-optimization/17724
3939         * tree-cfg.c (tree_purge_dead_eh_edges): Free dominance info.
3940
3941 2004-10-13  Dorit Naishlos  <dorit@il.ibm.com>
3942
3943         * rs6000.c (altivec_builtin_mask_for_load): Made static GTY(()).
3944         (altivec_builtin_mask_for_store): Likewise.
3945         (altivec_init_builtins): Use lang_hooks.builtin_function to
3946         create the decls for builtin_altivec_mask_for_load/store.
3947
3948 2004-10-13  Nick Clifton  <nickc@redhat.com>
3949
3950         * config/c4x/c4x.c: Remove inclusion of loop.h.
3951
3952 2004-10-12  Ben Elliston  <bje@au.ibm.com>
3953
3954         * basic-block.h (edge_iterator): Keep the address of VEC(edge) *.
3955         (ei_container): New; renamed.
3956         (ei_start, ei_last): New macros.
3957         (ei_start_1, ei_last_1): Renamed from ei_start.
3958         (ei_last_1, ei_end_p): Use ei_container() where applicable.
3959         (ei_one_before_end_p, ei_next, ei_edge): Likewise.
3960         * gcse.c (remove_reachable_equiv_notes): Use ei_container().
3961
3962 2004-10-11  Sebastian Pop  <pop@cri.ensmp.fr>
3963
3964         * Makefile.in (tree-ssa-loop-niter.o): Depends on tree-data-ref.h.
3965         * cfgloop.c (initialize_loops_parallel_p): New.
3966         (flow_loops_find): Initialize the parallel_p field to true for all
3967         the loops.
3968         * tree-ssa-loop-niter.c: Include "tree-data-ref.h".
3969         (estimate_numbers_of_iterations_loop): Infers the loop bounds from
3970         the size of the data accessed in the loop.
3971         (struct nb_iter_bound): Moved...
3972         * cfgloop.h (struct nb_iter_bound): ... here.
3973         (estimated_nb_iterations, parallel_p): New fields in struct loop.
3974         (record_estimate): Declare extern here.
3975         * tree-chrec.c: Fix comments.
3976         (nb_vars_in_chrec): New function.
3977         * tree-chrec.h (nb_vars_in_chrec): Declared here.
3978         * tree-data-ref.c: Don't include lambda.h, that is already included
3979         in tree-data-ref.h.
3980         (tree_fold_divides_p): Don't check for integer_onep.
3981         (tree_fold_bezout): Removed.
3982         (gcd): New static duplicated function.
3983         (int_divides_p, dump_subscript): New.
3984         (dump_data_dependence_relation): Use dump_subscript.
3985         (dump_dist_dir_vectors, dump_ddrs, compute_estimated_nb_iterations,
3986         estimate_niter_from_size_of_data): New.
3987         (analyze_array_indexes, analyze_array): Call
3988         estimate_niter_from_size_of_data during the detection of array
3989         references.  Pass in a pointer to the statement that contains the
3990         array reference.
3991         (all_chrecs_equal_p): New.
3992         (compute_distance_vector): Renamed compute_subscript_distance.
3993         Deal with multivariate conflict functions.
3994         (initialize_data_dependence_relation): Initialize DDR_AFFINE_P,
3995         DDR_SIZE_VECT, DDR_DIST_VECT, and DDR_DIR_VECT.
3996         (non_affine_dependence_relation): New.
3997         (analyze_ziv_subscript, analyze_siv_subscript_cst_affine,
3998         analyze_siv_subscript, analyze_miv_subscript,
3999         analyze_overlapping_iterations, subscript_dependence_tester):
4000         Initialize and return last_conflicts function.
4001         (initialize_matrix_A, FLOOR, compute_overlap_steps_for_affine_univar,
4002         compute_overlap_steps_for_affine_1_2): New.
4003         (analyze_siv_subscript_affine_cst): Removed.
4004         (analyze_subscript_affine_affine): Disprove dependences based on the
4005         iteration domains.  Solve the univariate dependence case as before,
4006         but use lambda_matrix_right_hermite instead of tree_fold_bezout.
4007         Implement the multivariate case of 2 versus 1 variables.
4008         (build_classic_dist_vector, build_classic_dir_vector): Implement some
4009         unhandled cases.
4010         (find_data_references_in_loop): Compute and initialize
4011         loop->estimated_nb_iterations and loop->parallel_p.
4012         (analyze_all_data_dependences): Modify the debug dump order.
4013         * tree-data-ref.h (SUB_LAST_CONFLICT_IN_A, SUB_LAST_CONFLICT_IN_B,
4014         subscript->last_conflict_in_a, subscript->last_conflict_in_b): Removed.
4015         (SUB_LAST_CONFLICT, subscript->last_conflict,
4016         data_dependence_relation->affine_p, data_dependence_relation->size_vect,
4017         DDR_AFFINE_P, DDR_SIZE_VECT): New.
4018         (find_data_references_in_loop, initialize_data_dependence_relation,
4019         dump_subscript, dump_ddrs, dump_dist_dir_vectors): Declared here.
4020
4021 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
4022
4023         * configure: Regenerate.
4024
4025 2004-10-12  Fariborz Jahanian <fjahanian@apple.com>
4026
4027         PR 17892
4028         * tree-ssa-dom.c (unsafe_associative_fp_binop): New function.
4029         (simplify_rhs_and_lookup_avail_expr): Disallow associativity
4030         and constant folding of floating point MULT_EXPR/PLUS_EXPR
4031         expressions.
4032
4033 2004-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
4034
4035         * config/s390/s390.c (s390_va_start): Use build_va_arg_indirect_ref.
4036         (s390_gimplify_va_arg): Likewise.
4037
4038 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
4039
4040         * defaults.h (REGNO_MODE_OK_FOR_BASE_P, REG_MODE_OK_FOR_BASE_P)
4041         (MODE_BASE_REG_REG_CLASS, REGNO_MODE_OK_FOR_REG_BASE_P)
4042         (REG_MODE_OK_FOR_REG_BASE_P): Provide default definitions.
4043         * regclass.c (record_address_regs): Remove ifdef.  Use
4044         REG_MODE_OK_FOR_REG_BASE_P and MODE_BASE_REG_REG_CLASS.
4045         * regrename.c (REG_MODE_OK_FOR_BASE_P): Remove unnecessary
4046         definition.
4047         (scan_rtx_address, replace_oldest_value_addr): Use
4048         REG_MODE_OK_FOR_REG_BASE_P and MODE_BASE_REG_REG_CLASS.
4049         * reload.c (REGNO_MODE_OK_FOR_BASE_P, REG_MODE_OK_FOR_BASE_P): Remove
4050         unnecessary definitions.
4051         (find_reloads_address_1): Support REG_MODE_OK_FOR_REG_BASE_P
4052         and MODE_BASE_REG_REG_CLASS.
4053         * config/arm/arm.h (MODE_BASE_REG_CLASS): Don't check reload_completed.
4054         (MODE_BASE_REG_REG_CLASS): Define.
4055         (REGNO_MODE_OK_FOR_REG_BASE_P): Define.
4056         (REG_MODE_OK_FOR_REG_BASE_P): Define.
4057         * doc/tm.texi (Register Classes): Document MODE_BASE_REG_REG_CLASS,
4058         REG_MODE_OK_FOR_REG_BASE_P, and REGNO_MODE_OK_FOR_REG_BASE_P.
4059
4060 2004-10-12  Daniel Berlin <dberlin@dberlin.org>
4061
4062         * tree-ssa-alias.c (verify_name_tags): New function.
4063         (verify_flow_sensitive_alias_info): Remove code that used to check name tags.
4064         (verify_alias_info): Call verify_name_tags.
4065
4066 2004-10-12  Kazu Hirata  <kazu@cs.umass.edu>
4067
4068         PR rtl-optimization/17931
4069         * config/i386/i386.c (ix86_rtx_costs): Handle COMPARE with
4070         ZERO_EXTRACT in it.
4071
4072 2004-10-12  Richard Earnshaw  <rearnsha@arm.com>
4073
4074         * arm.c (arm_print_operand): Use output_operand_lossage where possible
4075         rather than aborting.
4076
4077 2004-10-12  Paul Brook  <paul@coudesourcery.com>
4078
4079         * config.gcc: Add armv6{k,z,zk}
4080         * config/arm/arm-cores.def: Add arm1176 and mpcore.
4081         * config/arm/tune.md: Regenerate.
4082         * config/arm/arm.c (FL_FOR_ARCH6K, FL_FOR_ARCH6Z, FL_FOR_ARCH6ZK):
4083         Define.
4084         (all_architectures): Add armv6k, armv6z, armv6zk.
4085         * config/arm/lib1funcs.asm: Recognise new arm arcitectures.
4086         * doc/invoke.texi: Document new arch and cpu values.
4087
4088 2004-10-12  Paul Brook  <paul@coodesourcery.com>
4089
4090         * config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Change meabi=3 to
4091         meabi=4.
4092
4093 2004-10-12  Paul Brook  <paul@codesourcery.com>
4094
4095         * config/arm/arm.md (addsi3_cbranch_scratch): Correct constraints.
4096         Handle negative constants.
4097
4098 2004-10-12  Joseph S. Myers  <jsm@polyomino.org.uk>
4099
4100         PR c/17301
4101         * c-typeck.c (convert_arguments): Return error_mark_node if there
4102         are too few arguments.
4103         (build_function_call): Handle error_mark_node return from
4104         convert_arguments.
4105
4106 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
4107
4108         * configure.ac (symbolic_link): Replace with $LN_S.
4109         (Assembler/Linker): Hard link from gas and binutils trees.
4110         * aclocal.m4 (gcc_AC_PROG_LN_S): Try "cp -p" before cp.
4111         * configure: Regenerate.
4112
4113 2004-10-12  Paul Brook  <paul@codesourcery.com>
4114
4115         * configure.ac: Don't look for host assembler when building a canadian
4116         cross.
4117         * configure: Regenerate.
4118
4119 2004-10-11  Roger Sayle  <roger@eyesopen.com>
4120
4121         PR other/17361
4122         * c-opts.c (permit_fortran_options): Delete/obsolete global variable.
4123         (c_common_init_options): Remove #ifdef CL_F77 code.  Scan command
4124         line options for "-lang-asm" and if found allow any of the C-family
4125         front-end options.
4126         (c_common_handle_option): Remove last use of permit_fortran_options.
4127
4128 2004-10-11  Ulrich Weigand  <uweigand@de.ibm.com>
4129
4130         * config/s390/s390.c (print_operand): Support 'S' format flag.
4131         * config/s390/s390.md ("*tmqi_mem"): Use 'S' format flag.
4132         ("*tstsi", "*tstsi_cconly", "*tstsi_cconly2"): Likewise.
4133         ("*tsthiCCT", "*tsthiCCT_cconly", "*tsthi", "*tsthi_cconly"): Likewise.
4134         ("*tstqiCCT", "*tstqiCCT_cconly", "*tstqi", "*tstqi_cconly"): Likewise.
4135         ("*cmphi_ccu", "*cmpqi_ccu", "*clc"): Likewise
4136         ("movti", "*movdi_31", "*movqi", "*movdf_31", "*mvc"): Likewise.
4137         ("*movstricthi"): Likewise.
4138         ("*load_multiple_di", "*load_multiple_si"): Likewise.
4139         ("*store_multiple_di", "*store_multiple_si"): Likewise.
4140         ("*sethiqisi", "*sethihisi"): Likewise.
4141         ("*sethiqidi_64", "*sethiqidi_31"): Likewise.
4142         ("*andqi3_zarch", "*andqi3_esa", "*nc"): Likewise.
4143         ("*iorqi3_zarch", "*iorqi3_esa", "*oc"): Likewise.
4144         ("*xorqi3", "*xc", "*xc_zero"): Likewise.
4145         ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): Likewise.
4146
4147         ("*tmhi_full"): Fix incorrect op_type attribute.
4148
4149         ("*adddi3_alc_cc", "*adddi3_alc"): Remove double backslash.
4150         ("*subdi3_slb_cc", "*subdi3_slb"): Likewise.
4151         ("*addsi3_alc_cc", "*addsi3_alc"): Likewise.
4152         ("*subsi3_slb_cc", "*subsi3_slb"): Likewise.
4153
4154 2004-10-11  Andrew Pinski  <pinskia@physics.uc.edu
4155
4156         PR middle-end/16266
4157         * function.c (temp_slots_at_level): Fix typo which creates too
4158         many temp stack slots levels.
4159
4160 2004-10-11  Ulrich Weigand  <uweigand@de.ibm.com>
4161
4162         * config/s390/s390.c (s390_trampoline_template): Generate shorter
4163         trampoline code.
4164         (s390_trampoline_instantiate): Adapt.
4165         * config/s390/s390.h (TRAMPOLINE_SIZE): Adapt to new code.
4166
4167 2004-10-11  Roger Sayle  <roger@eyesopen.com>
4168
4169         PR middle-end/17657
4170         * stmt.c (add_case_node): Add additional type argument.  Declare
4171         as static to match prototype.  Convert the upper and lower bounds
4172         to the specified index type.  Optimize away case ranges/values
4173         that are outside the index type's bounds.  Truncate case ranges
4174         that span the index type's bounds.
4175         (expand_case): Avoid unnessary computation and memory allocation
4176         when index type is error_mark_node.  Pass index_type as required
4177         by change to add_case_node API.  No need to convert case range
4178         bounds to index_type, this is now done by add_case_node.
4179
4180 2004-10-11  Ulrich Weigand  <uweigand@de.ibm.com>
4181
4182         * config/s390/s390-protos.h (s390_offset_p): Add prototype.
4183         * config/s390/s390.c (s390_offset_p): New function.
4184         * config/s390/s390.md ("*cmpdi_cct", "*cmpsi_cct", "*cmpdi_ccu",
4185         "*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu"): Use splitter to
4186         transform Q->Q alternatives to *clc pattern.
4187         ("*clc"): Move.
4188         ("movti", "*movdi_64", "*movdi_31", "*movsi_zarch", "*movsi_esa",
4189         "*movhi", "*movqi", "*movdf_64", "*movdf_31", "movsf"): Use splitter
4190         to transform Q->Q alternatives to *mvc pattern.
4191         ("*mvc"): Move.  Add peephole to merge adjacent MVCs.
4192         ("*anddi3", "*andsi3_zarch", "*andsi3_esa", "*andhi3_zarch",
4193         "*andhi3_esa", "*andqi3_zarch", "*andqi3_esa"): Use splitter to
4194         transform Q->Q alternatives to *nc pattern.
4195         ("*nc"): New insn.  New peephole to merge adjacent NCs.
4196         ("*iordi3", "*iorsi3_zarch", "*iorsi3_esa", "*iorhi3_zarch",
4197         "*iorhi3_esa", "*iorqi3_zarch", "*iorqi3_esa"): Use splitter to
4198         transform Q->Q alternatives to *oc pattern.
4199         ("*oc"): New insn.  New peephole to merge adjacent OCs.
4200         ("*xordi3", "*xorsi3", "*xorhi3", "*xorqi3"): Use splitter to
4201         transform Q->Q alternatives to *xc pattern.
4202         ("*xc"): New insn.  New peephole to merge adjacent XCs.
4203         ("*xc_zero"): Move.  Add peephole to merge adjacent XCs.
4204
4205 2004-10-11  Andrew Pinski  <pinskia@physics.uc.edu>
4206
4207         * gimplify.c (gimple_push_condition): Make sure that we don't
4208         have any saved condition cleanup if we were at the top level.
4209
4210 2004-10-11  Richard Sandiford  <rsandifo@redhat.com>
4211
4212         * config/frv/frv.md (*adddi3_internal): Change name to...
4213         (adddi3): ...replacing the exisiting define_expand.  Combine
4214         alternatives.  Fix the range of the constant constraints ('J' instead
4215         of 'NOP').  Remove bogus operands[2] check.  Use simplify_gen_subreg
4216         to extract the lower and upper halves of the DImode operands.
4217         Always use addi3_lower and adddi3_upper, not the subdi3 forms.
4218         (adddi3_lower): Fix the range of the constant constraints and
4219         remove the bogus operands[2] check.
4220         (adddi3_upper): Use gpr_or_int10_operand as the predicate for
4221         operand 2.  Use addxi to handle constant operands.
4222         (subdi3_lower, subdi3_upper): Don't handle constant operands.
4223
4224 2004-10-11  Nathan Sidwell  <nathan@codesourcery.com>
4225
4226         * gengtype-lex.l: Add commented } & ) characters to unconfuse
4227         editor's paren matching. Allow #define inside a struct.
4228
4229 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
4230
4231         PR middle-end/17703
4232         part of PR c++/17657
4233         * fold-const.c (fold_build_cleanup_point_expr): New function.
4234         * tree.h (fold_build_cleanup_point_expr): Prototype.
4235
4236 2004-10-10  Eric Christopher  <echristo@redhat.com>
4237
4238         * dwarf2out.c: Move attribute to subprogram declaration
4239         instead of subroutine type.
4240
4241 2004-10-10  Kazu Hirata  <kazu@cs.umass.edu>
4242
4243         * basic-block.h: Remove the prototypes for can_hoist_insn_p,
4244         hoist_insn_after, and hoist_insn_to_edge.
4245         * rtl.h: Remove the prototypes for reg_referenced_between_p,
4246         no_jumps_between_p, and insn_dependent_p.
4247         * rtlanal.c (no_jumps_between_p, reg_referenced_between_p,
4248         insn_dependent_p, insn_dependent_p_1, hoist_test_store,
4249         can_hoist_insn_p, hoist_update_store, hoist_insn_after,
4250         hoist_insn_to_edge): Remove.
4251
4252 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
4253
4254         PR c/17881
4255         * c-decl.c (grokparms): Don't warn for parameters of incomplete
4256         type in declarations that are not definitions except for the case
4257         of parameters of void type.
4258
4259 2004-10-10  Kazu Hirata  <kazu@cs.umass.edu>
4260
4261         * tree-cfg.c: Fix comment typos.
4262
4263 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
4264
4265         PR c/17301
4266         * builtins.c (expand_builtin_va_start): Check for too few
4267         arguments to va_start.
4268
4269 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
4270
4271         PR c/17189
4272         * c-decl.c (grokfield): Make diagnostic for bad cases of unnamed
4273         fields a pedwarn.  Pedwarn here for unnamed structs/unions if
4274         pedantic.
4275         * c-parse.in (component_decl): Don't pedwarn here for unnamed
4276         fields.
4277
4278 2004-10-09  Zdenek Dvorak  <dvorakz@suse.cz>
4279
4280         PR tree-optimization/17906
4281         * tree-tailcall.c (tree_optimize_tail_calls_1): Do not attempt to
4282         copy non-gimple reg arguments.
4283
4284 2004-10-09  Roger Sayle  <roger@eyesopen.com>
4285
4286         PR rtl-optimization/17853
4287         * simplify-rtx.c (simplify_relational_operation): Correct comment.
4288         Reorganize handling of comparison operations with floating point
4289         results (always return 0.0 even without FLOAT_STORE_FLAG_VALUE).
4290         Likewise, introduce support for comparison operations with vector
4291         result types, introducing a new VECTOR_STORE_FLAG_VALUE target macro.
4292
4293         * doc/rtl.texi: Document new VECTOR_STORE_FLAG_VALUE target macro.
4294         * doc/tm.texi: Likewise.
4295
4296 2004-10-09  Steven Bosscher  <stevenb@suse.de>
4297
4298         * regs.h (struct reg_info_def): Remove the last_node_uid and
4299         changes_mode fields.
4300         (REGNO_LAST_NOTE_UID): Don't define.
4301         * regclass.c (reg_scan_mark_refs): Don't set REGNO_LAST_NOTE_UID.
4302         * regmove.c (copy_src_to_dest): Likewise.
4303
4304 2004-10-09  Roger Sayle  <roger@eyesopen.com>
4305
4306         PR middle-end/17894
4307         * fold-const.c (fold_div_compare): When optimizing X/C1 op C2, the
4308         relational comparison operator op needs to be swapped/reversed when
4309         C1 is negative.  i.e. X/-10 < 1 becomes X >= -9, not X < -9.
4310
4311 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
4312
4313         PR tree-opt/17902
4314         * tree-ssa-phiopt.c (conditional_replacement): Use bsi_after_labels
4315         instead of bsi_start.
4316         (value_replacement): Likewise.
4317         (abs_replacement): Likewise
4318
4319 2004-10-09  Steven Bosscher  <stevenb@suse.de>
4320
4321         * cfgexpand.c (maybe_dump_rtl_for_tree_stmt): New function.
4322         (expand_gimple_cond_expr, expand_gimple_tailcall,
4323         expand_gimple_basic_block): Use it to dump RTL for each stmt.
4324         (tree_expand_cfg): Announce full RTL function dump.
4325         * tree-optimize.c (execute_one_pass): Use normal RTL printing,
4326         not the graph version.
4327         * tree-pretty-print.c (dump_generic_node): Allow empty statements
4328         in the arms of a COND_EXPR for lowered nodes.
4329
4330 2004-10-08  Joseph S. Myers  <joseph@codesourcery.com>
4331
4332         * config/rs6000/spe.h (atosfix16, atosfix32, atosfix64, atoufix16,
4333         atoufix32, atoufix64, strtosfix16, strtosfix32, strtosfix64,
4334         strtoufix16, strtoufix32, strtoufix64): Declare.
4335
4336 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
4337
4338         * c-lex.c (interpret_float): Give a pedwarn rather than a warning
4339         for an out-of-range floating point constant.
4340         * builtins.c (fold_builtin_inf): Give a pedwarn rather than a
4341         warning if the target format does not support infinities.
4342
4343 2004-10-08  Kazu Hirata  <kazu@cs.umass.edu>
4344
4345         * emit-rtl.c (last_label_num, base_label_num): Remove.
4346         (max_label_num): Always return label_num.
4347         (set_new_last_label_num, restore_emit_status): Remove.
4348         (init_emit): Don't initialize last_label_num.
4349         * function.c (pop_function_context_from): Don't call
4350         restore_emit_status.
4351         * function.h: Remove the prototype for restore_emit_status.
4352         * rtl.h: Remove the prototype for set_new_last_label_num.
4353
4354 2004-10-08  Kazu Hirata  <kazu@cs.umass.edu>
4355
4356         * stmt.c (expand_decl_init): Remove.
4357         * tree.h: Remove the corresponding prototype.
4358
4359 2004-10-08  Kazu Hirata  <kazu@cs.umass.edu>
4360
4361         * integrate.c (try_constants, subst_constants, mark_stores):
4362         Remove.
4363         * integrate.h: Remove the prototype for try_constants.
4364
4365 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
4366
4367         * c-typeck.c (enum impl_conv): Add ic_argpass_nonproto.
4368         (convert_for_assignment): Handle ic_argpass_nonproto.  Add
4369         comments about its relevance to errors.
4370         (c_convert_parm_for_inlining): Use ic_argpass_nonproto.
4371
4372 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
4373
4374         PR c/16999
4375         * c-ppoutput.c (cb_ident): Don't quote string as it is already
4376         quoted.
4377
4378 2004-10-08  Diego Novillo  <dnovillo@redhat.com>
4379
4380         * tree-ssa-pre.c (init_pre): Use size of ARRAY_REF to allocate
4381         reference_node_pool.
4382
4383 2004-10-08  Kazu Hirata  <kazu@cs.umass.edu>
4384
4385         * tree-cfg.c: Fix a comment typo.
4386
4387 2004-10-08  Andreas Krebbel  <krebbel1@de.ibm.com>
4388
4389         * config/s390/s390.c (s390_register_info): Don't save fprs for
4390         -msoft-float.
4391         (s390_conditional_register_usage): Make fprs 'fixed' for -msoft-float.
4392
4393 2004-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
4394
4395         * config/s390/s390.h (TARGET_DEFAULT_BACKCHAIN): New define.
4396         (TARGET_DEFAULT): Use symbolic values.
4397         * config/s390/tpf.h (TARGET_DEFAULT_BACKCHAIN): Redefine.
4398         (TARGET_DEFAULT): Use symbolic values.
4399         * config/s390/s390.c (s390_backchain_string): Initialize to
4400         TARGET_DEFAULT_BACKCHAIN.
4401
4402 2004-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4403
4404         * builtins.c (expand_builtin_mempcpy): Move tree handling code to
4405         fold_builtin_mempcpy.  Accept a type parameter.  Delete duplicate
4406         code.
4407         (expand_builtin_strcat): Accept a type parameter.
4408         (fold_builtin_mempcpy): Accept a type and endp parameter.
4409
4410         * builtins.c (expand_builtin_strncpy): Delete duplicate code.
4411         Accept an `exp' instead of an `arglist'.
4412
4413 2004-10-08  Nathan Sidwell  <nathan@codesourcery.com>
4414
4415         * tree-tailcall.c (tree_optimize_tail_calls_1): Use fold_convert,
4416         reverting my 2004-09-07 patch to use build_int_cst.
4417
4418 2004-10-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4419
4420         PR target/17245
4421         * config/sparc/sparc.c (input_operand): Remove redundant code
4422         for handling LO_SUM.
4423         (legitimate_address_p) <REG+REG>: Do not recheck TARGET_V9.
4424         <LO_SUM>: If LO_SUM is offsettable, accept it for TFmode on V9.
4425         Otherwise only accept it for TFmode if quad move insns are available.
4426
4427 2004-10-08  Kazu Hirata  <kazu@cs.umass.edu>
4428
4429         * tree-cfg.c (tree_forwarder_block_p): Reorder checks so that
4430         common cases will be caught earlier than others.
4431
4432 2004-10-08  Michael Matz  <matz@suse.de>
4433
4434         * loop-doloop.c (doloop_optimize): Extend count.
4435
4436 2004-10-08  Kaz Kojima  <kkojima@gcc.gnu.org>
4437
4438         * config/sh/sh.md (prefetch_media, prefetch_i4): New insns.
4439         (prefetch): Convert to expander.
4440
4441 2004-10-08  Kaz Kojima  <kkojima@gcc.gnu.org>
4442
4443         * config/sh/sh.md (tls_global_dynamic): Use MEM pattern for the
4444         first argument of CALL.
4445         (tls_local_dynamic): Likewise.
4446
4447 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
4448
4449         * c-typeck.c (enum impl_conv): New.
4450         (convert_for_assignment): Use it.  Take tree for function called
4451         instead of its name.  Handle ObjC selectors for diagnostics at
4452         start of function.  Select diagnostic text within the function
4453         using full sentences for diagnsotics.  Use %qE to name functions
4454         in diagnostics.
4455         (convert_arguments, build_modify_expr,
4456         c_convert_parm_for_inlining, digest_init, c_finish_return): Update
4457         callers to convert_for_assignment.
4458         (warn_for_assignment): Remove.
4459
4460 2004-10-08  Nick Clifton  <nickc@redhat.com>
4461
4462         * config/sh/symbian.c (symbian_possibly_export_base_class):
4463         Replace use of deleted TYPE_USES_VIRTUAL_BASECLASSES macro with
4464         TYPE_CONTAINS_VPTR_P.
4465
4466 2004-10-08  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4467
4468         * config/m32r/m32r.h (CONDITIONAL_REGISTER_USAGE): Don't exclude
4469         fixed registers form all_used_regs. Update call_really_used_regs.
4470         (CALL_REALLY_USED_REGISTERS): Define.
4471         * config/m32r/m32r.c (MUST_SAVE_REGISTER): Replace call_used_regs
4472         with call_really_used_regs.
4473
4474 2004-10-08  Alan Modra  <amodra@bigpond.net.au>
4475
4476         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Choose gcrt1.o
4477         for -profile as well as -p and -pg.
4478
4479 2004-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
4480
4481         * libgcc2.c (__moddi3): Cast &w to UDWtype*.
4482
4483 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4484
4485         * tree-cfg.c (tree_block_forwards_to): Remove.
4486         * tree-flow.h: Remove the corresponding prototype.
4487
4488 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4489
4490         * tree-flow-inline.h (phi_nodes): Remove an unnecessary check
4491         for ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR.
4492
4493 2004-10-07  Geoffrey Keating  <geoffk@apple.com>
4494
4495         Radar 3813796
4496         * config/rs6000/rs6000.c (rs6000_generate_compare): When
4497         flag_trapping_math is in effect, don't generate subtract
4498         instructions.
4499
4500 2004-10-07  Ulrich Weigand  <uweigand@de.ibm.com>
4501
4502         * config/s390/s390-protos.h (s390_narrow_logical_operator): Add.
4503         * config/s390/s390.c (s390_narrow_logical_operator): New function.
4504         (s390_extra_constraint_str): Add 'A' constraints.
4505         (s390_const_ok_for_constraint_p): Add 'Nx' constraints.
4506         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Add 'A' constraint.
4507         (CONSTRAINT_LEN): Likewise.
4508         * config/s390/s390.md ("*anddi3"): Add NI alternative and splitter.
4509         ("*andsi3_zarch", "*andsi3_esa"): Likewise.
4510         ("*andhi3_zarch", "*andhi3_esa"): Likewise.
4511         ("*iordi3"): Add OI alternative and splitter.
4512         ("*iorsi3_zarch", "*iorsi3_esa"): Likewise.
4513         ("*iorhi3_zarch", "*iorhi3_esa"): Likewise.
4514         ("*xordi3"): Add XI alternative and splitter.
4515         ("*xorsi3", "*xorhi3"): Likewise.
4516
4517 2004-10-07  Richard Sandiford  <rsandifo@redhat.com>
4518
4519         * config/mips/mips.c (mips_function_rodata_section): New function.
4520         (TARGET_ASM_FUNCTION_RODATA_SECTION): Use it.
4521
4522 2004-10-07  Devang Patel  <dpatel@apple.com>
4523
4524         * rs6000/altivec.md (UNSPEC_VCMPBFP, UNSPEC_VCMPEQUB, UNSPEC_VCMPEQUH,
4525         UNSPEC_VCMPEQUW, UNSPEC_VCMPGEFP, UNSPEC_VCMPGTUB, UNSPEC_VCMPGTSB,
4526         UNSPEC_VCMPGTUH, UNSPEC_VCMPGTSH, UNSPEC_VCMPGTUW, UNSPEC_VCMPGTSW,
4527         UNSPEC_VCMPGTFP, UNSPEC_VSEL4SI, UNSPEC_VSEL4SF, UNSPEC_VSEL8HI,
4528         UNSPEC_VSEL16QI, UNSPEC_VCOND_V4SI, UNSPEC_VCOND_V4SF, UNSPEC_VCOND_V8HI,
4529         UNSPEC_VCOND_V16QI, UNSPEC_VCONDU_V4SI, UNSPEC_VCONDU_V8HI,
4530         UNSPEC_VCONDU_V16QI): New constant defines.
4531         (vcondv4si, vcondv4sf, vcondv8hi, vcondv16qi, vconduv4si, vconduv8hi,
4532         vconduv16qi): New patterns.
4533         * rs6000/rs6000-protos.h (rs6000_emit_vector_cond_expr): New function.
4534         * rs6000/rs6000.c (rs6000_emit_vector_cond_expr): New function.
4535         (get_vec_cmp_insn): Same.
4536         (get_vsel_insn): Same.
4537         (rs6000_emit_vector_compare): Same.
4538         (rs6000_emit_vector_select): Same.
4539         (INSN_NOT_AVAILABLE): New.
4540
4541 2004-10-07  Zdenek Dvorak  <dvorakz@suse.cz>
4542
4543         PR tree-optimization/17749
4544         * tree-tailcall.c (find_tail_calls): Check that parameter is
4545         a gimple_reg.
4546
4547 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4548
4549         * config/ia64/ia64.c: Fix a comment typo.
4550
4551 2004-10-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4552
4553         * doc/install.texi (*-*-solaris2*): Fix marker for URL.
4554
4555 2004-10-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4556
4557         PR c++/17115
4558         * tree-inline.c (expand_call_inline): Do not warn for functions
4559         marked with attribute noinline.
4560
4561 2004-10-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4562
4563         PR target/17862
4564         * config/sparc/sparc.c (sparc_output_mi_thunk): Set
4565         current_function_uses_only_leaf_regs as well as sparc_leaf_function_p.
4566
4567         * config/sparc/sparc.c (sparc_gimplify_va_arg): Pass 'false' instead
4568         of 0 as 4th argument to pass_by_reference.
4569         Call build_va_arg_indirect_ref instead of build_fold_indirect_ref.
4570
4571 2004-10-06  Eric Christopher  <echristo@redhat.com>
4572
4573         * config/sh/sh.c (sh_dwarf_calling_convention): Fix renesas dwarf
4574         attribute.
4575
4576 2004-10-07  Richard Sandiford  <rsandifo@redhat.com>
4577
4578         PR target/17770
4579         * config/mips/mips.md (mov_<load>l): Remove hazard=none attribute.
4580
4581 2004-10-07  Zdenek Dvorak  <dvorakz@suse.cz>
4582
4583         PR rtl-optimization/17791
4584         * loop-doloop.c (doloop_modify): Take number of iterations as
4585         argument.
4586         (doloop_optimize): Extend or shorten the number of iterations
4587         when changing mode of counter register.
4588         * loop-iv.c (lowpart_subreg): Export.
4589         * rtl.h (lowpart_subreg): Declare.
4590
4591 2004-10-07  Zdenek Dvorak  <dvorakz@suse.cz>
4592
4593         PR tree-optimization/17806
4594         * cfghooks.c (split_edge): Update IRREDUCIBLE_LOOP flags.
4595         * cfgloopmanip.c (loop_split_edge_with): Updating of IRREDUCIBLE_LOOP
4596         flags moved to split_edge.
4597
4598 2004-10-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4599
4600         PR middle-end/17835
4601         * expmed.c (expand_sdiv_pow2): Force a stack adjustment
4602         before tentatively building the conditional move sequence.
4603
4604 2004-10-07  Richard Sandiford  <rsandifo@redhat.com>
4605
4606         PR target/16815
4607         * function.c (assign_parm_setup_block_p): Tighten BLOCK_REG_PADDING
4608         check.
4609         * config/pa/pa.h (BLOCK_REG_PADDING): Define in terms of
4610         function_arg_padding.
4611
4612 2004-10-07  Richard Sandiford  <rsandifo@redhat.com>
4613
4614         PR bootstrap/17857
4615         * Makefile.in (stmp-fixproto): Pass FIX_HEADER=build/... to fixproto.
4616
4617 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
4618
4619         * hooks.c (hook_int_void_1, hook_void_int): Remove.
4620         * hooks.h: Remove the corresponding prototypes.
4621
4622 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
4623
4624         PR middle-end/17849
4625         * tree-nested.c (walk_stmt_info): Add changed field.
4626         (convert_nonlocal_reference): Set changed to when we
4627         change a decl to unnested decl.
4628         <case ADDR_EXPR>: Instead of checking if the immediate part
4629         of the ADDR_EXPR changed, check the field changed.
4630         Use recompute_tree_invarant_for_addr_expr instead of unsetting
4631         TREE_INVARIANT.
4632         (convert_local_reference):  Set changed to when we
4633         change a decl to unnested decl.
4634         <case ADDR_EXPR>: Instead of checking if the immediate part
4635         of the ADDR_EXPR changed, check the field changed.
4636         Also call recompute_tree_invarant_for_addr_expr on the ADDR_EXPR.
4637
4638 2004-10-06  Kazu Hirata  <kazu@cs.umass.edu>
4639
4640         * defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): Remove.
4641         * dwarf2out.c (dwarf2out_init): Remove references to
4642         DWARF2_GENERATE_TEXT_SECTION_LABEL.
4643         * system.h: Poison DWARF2_GENERATE_TEXT_SECTION_LABEL.
4644         * doc/tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Remove.
4645
4646 2004-10-06  Joseph S. Myers  <jsm@polyomino.org.uk>
4647
4648         * c-typeck.c (convert_arguments): Take expression for called
4649         function rather than its name.  Handle ObjC selectors directly
4650         rather than relying on warn_for_assignment to do so.  Call warning
4651         directly rather than warn_for_assignment.  Use %qE in diagnostics.
4652         Say "argument" rather than "arg" in diagnostics.
4653         (build_function_call): Update call to convert_arguments.
4654
4655 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
4656
4657         PR debug/17787
4658         * dbxout.c (dbxout_symbol): Really handle RECORD, UNION, and
4659         ENUMs specially instead of just saying we do.
4660
4661 2004-10-06  Eric Christopher  <echristo@redhat.com>
4662
4663         * dwarf2.h: Sync with include/elf/dwarf2.h
4664
4665 2004-10-06  Daniel Berlin  <dberlin@dberlin.org>
4666
4667         * tree-pretty-print.c (dump_generic_node): Fix printing of BINFO
4668         and TREE_VEC nodes.
4669
4670 2004-10-06  Daniel Berlin  <dberlin@dberlin.org>
4671
4672         * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Convert
4673         to use FOR_EACH_SSA_USE_OPERAND iterator, and propagate_value.
4674
4675 2004-10-06  Daniel Berlin  <dberlin@dberlin.org>
4676
4677         * lambda-code.c (compute_nest_using_fourier_motzkin): New
4678         function.
4679         (lambda_compute_auxillary_space): Split from here.
4680
4681 2004-10-06  Daniel Berlin  <dberlin@dberlin.org>
4682
4683         * tree-ssa-loop-ivopts.c (expr_invariant_in_loop): Make non-static.
4684         * tree-flow.h: Add prototype.
4685         * lambda-code.c (invariant_in_loop_and_outer_loops): Use
4686         expr_invariant_in_loop.
4687
4688 2004-10-06  Kazu Hirata  <kazu@cs.umass.edu>
4689
4690         * tree-cfg.c (thread_jumps): Remove a duplicate check for
4691         EXIT_BLOCK_PTR.
4692
4693 2004-10-06  Ulrich Weigand  <uweigand@de.ibm.com>
4694
4695         * config/s390/s390-protos.h (s_imm_operand): Remove.
4696         (s390_pool_operand): Add prototype.
4697         * config/s390/s390.c (general_s_operand): Remove.
4698         (s_imm_operand): Remove.
4699         (s_operand): Merge contents of general_s_operand.
4700         (s390_pool_operand): New function.
4701         * config/s390/s390.h (PREDICATE_CODES): Remove s_imm_operand.
4702         * config/s390/s390.md ("*cmpdi_cct", "*cmpsi_cct"): New insns.
4703         ("*cmpdi_ccu"): Merge Q->Q alternative.
4704         ("*cmpsi_ccu", "*cmphi_ccu"): Likewise.
4705         ("*cmpqi_ccu"): Merge Q->Q, n->Q, n->S alternatives.
4706         ("*cli"): Remove.
4707         ("*cmpdi_ccu_mem", "*cmpsi_ccu_mem"): Likewise.
4708         ("*cmphi_ccu_mem", "*cmpqi_ccu_mem"): Likewise.
4709         ("*movstricthi"): Use memory_operand instead of s_imm_operand.
4710
4711 2004-10-06  Steve Ellcey  <sje@cup.hp.com>
4712
4713         * config/ia64/ia64.h (FUNCTION_ARG_BOUNDARY): Change macro to
4714         call ia64_function_arg_boundary.
4715         * config/ia64/ia64-protos.h (ia64_function_arg_boundary): New.
4716         * config/ia64/ia64.c (ia64_function_arg_boundary): New.
4717         (ia64_function_arg_advance): Do not put 128 bit floats into
4718         FP registers.
4719
4720 2004-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4721
4722         * builtins.c (expand_builtin_strcpy): Delete duplicate code.
4723         Accept an expression instead of an arglist.
4724         (expand_builtin_stpcpy): Accept an expression instead of an
4725         arglist.
4726
4727 2004-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
4728
4729         PR target/16007
4730         * doc/install.texi (*-*-solaris2*): Mention potential problem
4731         with Sun assembler + GNU linker and C++ programs.
4732         Document status of binutils 2.15 release.
4733
4734 2004-10-06  Jan Hubicka  <jh@suse.cz>
4735
4736         * cse.c (cse_main): Kill push/pop context.
4737
4738 2004-10-05  Zack Weinberg  <zack@codesourcery.com>
4739
4740         * pretty-print.c: Include tree.h.
4741         (pp_base_prepare_to_format): New function, logic from
4742         text_specifies_location.
4743         (pp_base_format_text): Use gcc_assert.
4744         * pretty-print.h (pp_prepare_to_format): New macro.
4745         (pp_base_prepare_to_format): Prototype.
4746         * diagnostic.c (text_specifies_location): Delete.
4747         (bug_report_request): Delete.
4748         (diagnostic_set_info): Don't call text_specifies_location.
4749         (diagnostic_action_after_output): Put text from
4750         bug_report_request inline here.  Use gcc_unreachable.
4751         (diagnostic_report_current_function): Fix comment.
4752         (diagnostic_report_diagnostic): Clarify logic for error recursion.
4753         Call pp_prepare_to_format before diagnostic_starter.
4754         (trim_filename): Use IS_DIR_SEPARATOR.
4755         (fatal_error, internal_error): Use gcc_unreachable.
4756         (error_recursion): Call diagnostic_action_after_output to
4757         issue the bug_report_request message and exit.
4758         * Makefile.in (diagnostic.o, pretty-print.o): Update dependencies.
4759
4760         * c-parse.in: Add list of diagnostic messages to insulate
4761         translation template from version of yacc/bison used to
4762         compile the grammar.
4763
4764 2004-10-06  Alan Modra  <amodra@bigpond.net.au>
4765
4766         PR 16406
4767         * doc/tm.texi (USE_LD_AS_NEEDED, LINK_EH_SPEC): Document.
4768
4769 2004-10-05  Kazu Hirata  <kazu@cs.umass.edu>
4770
4771         * basic-block.h: Remove the prototype for
4772         flow_preorder_transversal_compute.
4773         * cfganal.c (dfst_node): Remove.
4774         (flow_preorder_transversal_compute): Likewise.
4775         * rtl.h: Remove the prototype for get_jump_table_offset.
4776         * rtlanal.c (get_jump_table_offset): Remove.
4777
4778 2004-10-05  Richard Henderson  <rth@redhat.com>
4779
4780         PR 17756
4781         * tree-ssa-operands.c (get_expr_operands): Handle CONST_DECL.
4782
4783 2004-10-05  Kelley Cook  <kcook@gcc.gnu.org>
4784
4785         PR bootstrap/17817
4786         * Makefile.in: Stage the build directory too.
4787
4788 2004-10-05  Aldy Hernandez  <aldyh@redhat.com>
4789
4790         * config/frv/frv.h (LEGITIMIZE_ADDRESS): New.
4791
4792         * config/frv/frv-protos.h (frv_legitimize_address): Protoize.
4793         (frv_emit_move): Same.
4794
4795         * config/frv/frv.c (frv_emit_move): New.
4796         (frv_legitimize_address): New.
4797
4798         * config/frv/frv.md ("movsi"): Call frv_emit_move.
4799         ("movqi"): Same.
4800         ("movhi"): Same.
4801         ("movdi"): Same.
4802         ("movsf"): Same.
4803         ("movdf"): Same.
4804
4805 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
4806
4807         * c-decl.c (declspecs_add_type): Don't pedwarn for _Complex in
4808         system headers.
4809
4810 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
4811
4812         * c-decl.c (pushdecl): When an extern declaration at block scope
4813         refers to a visible entity with internal linkage, use the old DECL
4814         rather than the new one.
4815
4816 2004-10-05  Kazu Hirata  <kazu@cs.umass.edu>
4817
4818         * tree-cfg.c (cleanup_tree_cfg): Remove extra parentheses in
4819         comments.
4820
4821 2004-10-05  Kazu Hirata  <kazu@cs.umass.edu>
4822
4823         * tree-cfg.c (thread_jumps): Remove a duplicate check for
4824         an infinite loop.
4825
4826 2004-10-05  Kazu Hirata  <kazu@cs.umass.edu>
4827
4828         * tree-cfg.c (thread_jumps): Iterate with FOR_EACH_BB instead
4829         of FOR_BB_BETWEEN.  Remove a useless check for unreachable
4830         blocks.
4831
4832 2004-10-05  Kazu Hirata  <kazu@cs.umass.edu>
4833
4834         * tree-cfg.c (cleanup_tree_cfg): Don't call
4835         delete_unreachable_blosk() after thread_jumps().
4836         (thread_jumps): Always remove basic blocks as they become
4837         unreachable.
4838
4839 2004-10-05  Kazu Hirata  <kazu@cs.umass.edu>
4840
4841         * tree-cfg.c (cleanup_tree_cfg): Remove variable
4842         something_changed.  Simplify the while loop.
4843
4844 2004-10-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4845
4846         * builtins.c (expand_builtin_memmove): Delete duplicate code
4847         and accept a tree type for the result.
4848         (expand_builtin_bcopy): Accept a tree type for the result.
4849         (fold_builtin_memmove): Accept an arglist and tree type for
4850         the result.
4851
4852 2004-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
4853
4854         * config/s390/s390.c (s390_dump_pool): Remove return value.
4855         Use gen_pool_align, gen_pool_section_start/end instead of
4856         gen_pool_start/end_31/64.
4857         * config/s390/s390.md (UNSPECV_POOL_START, UNSPECV_POOL_END): Remove.
4858         (UNSPECV_POOL_SECTION, UNSPECV_POOL_ALIGN): New constants.
4859         ("pool_start_31", "pool_end_31"): Remove.
4860         ("pool_start_64", "pool_end_64"): Likewise.
4861         ("pool_align", "pool_section_start", "pool_section_end": New insns.
4862
4863         * config/s390/s390.c (s390_cannot_copy_insn_p): New function.
4864         (TARGET_CANNOT_COPY_INSN_P): Define.
4865         (s390_cannot_force_const_mem): Handle UNSPEC_INSN.
4866         (struct constant_pool): New member 'execute'.
4867         (s390_add_execute, s390_find_execute): New functions.
4868         (s390_execute_label, s390_execute_target): Likewise.
4869         (s390_dump_pool): Output in-pool execute target templates.
4870         (s390_dump_execute): New function.
4871         (s390_alloc_pool, s390_free_pool): Handle execute templates.
4872         (s390_mainpool_start, s390_mainpool_finish): Likewise.
4873         (s390_chunkify_start, s390_chunkify_finish): Likewise.
4874         * config/s390/s390.md (UNSPEC_INSN, UNSPEC_EXECUTE): New constants.
4875         ("*execute"): New insn pattern.
4876         ("movmem_short", "*movmem_short"): Use splitters to generate
4877         explicit execute pattern, remove embedded execute.
4878         ("clrmem_short", "*clrmem_short"): Likewise.
4879         ("cmpmem_short", "*cmpmem_short"): Likewise.
4880
4881 2004-10-05  Daniel Berlin  <dberlin@dberlin.org>
4882
4883         * tree-ssa.c (verify_ssa): Verify phi arguments only
4884         contain renamed names.
4885
4886 2004-10-05  Alan Modra  <amodra@bigpond.net.au>
4887
4888         * config/rs6000/linux.h: Formatting, whitespace.
4889         * config/rs6000/linux64.h: Likewise.
4890         * config/rs6000/rs6000-protos.h: Likewise.
4891         * config/rs6000/rs6000.c: Likewise.
4892         (easy_vector_splat_const): Add fall thru comments.
4893         (output_vec_const_move): Likewise.
4894
4895 2004-10-05  Kelley Cook  <kcook@gcc.gnu.org>
4896
4897         * Makefile.in: Update -Wno-error exceptions for move to build dir.
4898
4899 2004-10-05  Chao-Ying Fu  <fu@mips.com>
4900             Richard Sandiford  <rsandifo@redhat.com>
4901
4902         * doc/invoke.texi (-mpaired-single): Link to the new description of the
4903         built-in functions.  Document dependencies.
4904         (-mips3d): Add link here too.
4905         * doc/extend.texi (MIPS Paired-Single Support): New section.
4906
4907 2004-10-04  Chao-ying Fu  <fu@mips.com>
4908
4909         * config/mips/mips.h (UNITS_PER_SIMD_WORD): Define.
4910
4911 2004-10-04  Diego Novillo  <dnovillo@redhat.com>
4912
4913         * tree-ssa-dom.c (tree_ssa_dominator_optimize):
4914         Initialize OPT_STATS to 0.
4915
4916 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
4917
4918         * tree-data-ref.c: Fix comment typos.
4919
4920 2004-10-04  Sebastian Pop  <pop@cri.ensmp.fr>
4921
4922         * tree-data-ref.c (array_base_name_differ_p): Fix comments.  When
4923         the predicate cannot be computed, don't initialize the result to
4924         false.
4925
4926 2004-10-01  Eric Christopher  <echristo@redhat.com>
4927
4928         * dwarf2.h (dwarf_calling_convention): Add GNU prefix to
4929         locally defined enum.
4930         * dwarf2out.c (add_calling_convention_attribute): Don't
4931         emit DW_CC_normal.
4932
4933 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
4934
4935         PR c/17178, PR c/17820
4936         * c-decl.c (pop_scope): Do not warn about unused static
4937         variables as they warned in the middle-end.
4938
4939 2004-10-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4940
4941         * builtins.c (expand_builtin_memcpy): Delete duplicate code
4942         and make the first parameter the expression not the arglist.
4943
4944 2004-10-03  Ulrich Weigand  <uweigand@de.ibm.com>
4945
4946         * expr.c (expand_expr_addr_expr): Only accept Pmode or ptr_mode
4947         as valid modes to expand address expressions.
4948
4949 2004-10-03  Joseph S. Myers  <jsm@polyomino.org.uk>
4950
4951         * c-aux-info.c, c-common.c, c-common.h, c-cppbuiltin.c, c-decl.c,
4952         c-format.c, c-incpath.c, c-lex.c, c-objc-common.c, c-opts.c,
4953         c-parse.in, c-pch.c, c-ppoutput.c, c-pragma.c, c-typeck.c: Follow
4954         code formatting conventions.
4955
4956 2004-10-03  Richard Sandiford  <rsandifo@redhat.com>
4957
4958         * config/mips/mips.md (<u>mulsidi3_32bit_r4000): Fix unsigned case.
4959
4960 2004-10-03  Kazu Hirata  <kazu@cs.umass.edu>
4961
4962         PR tree-optimization/16632
4963         * fold-const.c (fold) [EQ_EXPR]: When seeing if D & ~C != 0 to
4964         fold (A & C) == D into 0, fold ~C.  Similarly, for the case
4965         where | is used instead of &.
4966
4967 2004-10-03  Kazu Hirata  <kazu@cs.umass.edu>
4968
4969         * ginclude/stddef.h: Fix a comment typo.
4970
4971 2004-10-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
4972
4973         PR target/17443
4974         * config.gcc (i?86-*-solaris2*): Restore correct logic
4975         for --enable-threads option.
4976         (sparc64-*-solaris2*): Likewise.
4977         (sparc-*-solaris2*): Likewise.
4978
4979 2004-10-03  Alan Modra  <amodra@bigpond.net.au>
4980
4981         * config/rs6000/linux.h (TARGET_C99_FUNCTIONS): Define.
4982         (OS_MISSING_POWERPC64): Move, and comment.
4983         * config/rs6000/linux64.h (TARGET_C99_FUNCTIONS): Define.
4984         (OS_MISSING_POWERPC64): Move, and comment.
4985
4986 2004-10-02  Ian Lance Taylor  <ian@wasabisystems.com>
4987
4988         * arm.c (output_call_mem): Add missing \t.
4989
4990 2004-10-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4991
4992         * builtins.c (expand_builtin_memcmp, expand_builtin_strcmp,
4993         expand_builtin_strncmp): Delete duplicate code.
4994
4995 2004-10-02  Frank Ch. Eigler  <fche@redhat.com>
4996
4997         * tree-mudflap.c (mf_build_check_statement_for): Reorganize to
4998         take check-base and -limit arguments.
4999         (mf_xform_derefs_1): Reorganize slightly to pass proper base/limit
5000         check ranges for ARRAY_REF and COMPONENT_REF.
5001         (execute_mudflap_fnction_ops, ..._decls): Limit unnecessary
5002         instrumentation.
5003
5004 2004-10-02  Joseph S. Myers  <jsm@polyomino.org.uk>
5005
5006         * c-objc-common.c (c_tree_printer): Correct description of %E.
5007         Don't fall through after printing an expression.
5008
5009 2004-10-02  Kazu Hirata  <kazu@cs.umass.edu>
5010
5011         * tree-cfg.c, config/s390/tpf-unwind.h: Fix comment typos.
5012
5013 2004-10-02  Kazu Hirata  <kazu@cs.umass.edu>
5014
5015         * tree-cfg.c (cleanup_tree_cfg): Speed up by calling
5016         delete_unrechable_blocks() only when necessary.
5017
5018 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
5019
5020         * gthr-tpf.h (__gthread_recursive_mutex_t): New type.
5021         (__GTHREAD_RECURSIVE_MUTEX_INIT): Define.
5022         (__gthread_recursive_mutex_lock, __gthread_recursive_mutex_trylock,
5023         __gthread_recursive_mutex_unlock): New functions.
5024
5025 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
5026
5027         * config/s390/t-tpf (LIB2ADDEH): Remove tpf-eh.c.
5028         * config/s390/tpf-eh.c: Remove file.
5029         * config/s390/tpf-unwind.h: New file.
5030         * config/s390/tpf.h (MD_FALLBACK_FRAME_STATE_FOR): Remove.
5031         (MD_UNWIND_SUPPORT): Define.
5032
5033 2004-10-02  Joseph S. Myers  <jsm@polyomino.org.uk>
5034
5035         * c-typeck.c (warn_for_assignment): Don't permit argnum == 0.
5036
5037 2004-10-01  Ulrich Weigand  <uweigand@de.ibm.com>
5038
5039         * config/s390/s390-protos.h (s390_comparison): Add prototype.
5040         * config/s390/s390.c (s390_comparison): New function.
5041         (s390_branch_condition_mask): Return -1 for invalid comparisons.
5042         (s390_branch_condition_mnemonic): Assert valid comparison.
5043         * config/s390/s390.h (PREDICATE_CODES): Add s390_comparison.
5044         * config/s390/s390.md ("*cjump_64", "*cjump_31", "*cjump_long",
5045         "*icjump_64", "*icjump_31", "*icjump_long", "*trap"): Use
5046         s390_comparison instead of comparison_operator.
5047
5048         * config/s390/s390.md (UNSPEC_CMPINT): New constant.
5049         ("cmpmemdi"): Remove.
5050         ("cmpmem_short", "*cmpmem_short"): Use CCUmode instead of CCSmode.
5051         ("cmpmem_long", "*cmpmem_long_64", "*cmpmem_long_31"): Likewise.
5052         ("cmpint_si"): Rename to ...
5053         ("*cmpint_si"): ... this.  Use UNSPEC_CMPINT.
5054         ("cmpint_di", "*cmpint_di"): Likewise.
5055         * config/s390/s390.c (s390_canonicalize_comparison): Remove
5056         redundant UNSPEC_CMPINT conversions.
5057         (s390_expand_cmpmem): Adapt to cmpint pattern changes.
5058
5059 2004-10-01  Kazu Hirata  <kazu@cs.umass.edu>
5060
5061         * collect2.c (COLLECT_PARSE_FLAG): Remove.
5062         (main): Remove a reference to COLLECT_PARSE_FLAG
5063         * system.h: Poison COLLECT_PARSE_FLAG.
5064         * doc/tm.texi (COLLECT_PARSE_FLAG): Remove.
5065
5066 2004-10-01  Paul Brook  <paul@codesourcery.com>
5067
5068         * config/arm/crti.asm: Give _init and _fini function type.
5069
5070 2004-10-01  Zdenek Dvorak  <dvorakz@suse.cz>
5071
5072         * common.opt (ftree-loop-ivcanon): Enable by default.
5073         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
5074         Enable complete loop unrolling.
5075         (canonicalize_induction_variables, tree_unroll_loops_completely):
5076         Reset scev info.
5077
5078 2004-10-01  Paul Brook  <paul@codesourcery.com>
5079
5080         * config/arm/arm.c (thumb_compute_saved_rag_mask): Or with bitmask,
5081         not register number.
5082         (thumb_find_work_register): Search full register range.
5083
5084 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
5085
5086         PR tree-opt/17343
5087         * tree-cfg.c (group_case_labels): Get the label and not
5088         the case expr for the default case.
5089         When the label we looking at is the default, decrement the
5090         new_size.
5091
5092 2004-10-01  Jan Hubicka  <jh@suse.cz>
5093
5094         * c-decl.c (c_expand_body): Update call tree_rest_of_compilation.
5095         * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
5096         * toplev.h (tree_rest_of_compilation): Update prototype.
5097         * tree-optimize.c (tree_rest_of_compilation):  Kill nested_p argument.
5098
5099 2004-10-01  Kazu Hirata  <kazu@cs.umass.edu>
5100
5101         * tree-cfg.c (cleanup_tree_cfg): Pull a call to
5102         cleanup_control_flow() out of the while loop.
5103
5104 2004-10-01  Paolo Bonzini  <bonzini@gnu.org>
5105
5106         * tree-vectorizer.c (vectorizable_operation): Fail unless
5107         the mode for the vector type is indeed a vector mode.
5108
5109 2004-10-01  Zdenek Dvorak  <dvorakz@suse.cz>
5110
5111         * tree-chrec.c (chrec_fold_plus_poly_poly, chrec_fold_plus_1,
5112         chrec_fold_multiply): Use fold_convert or build_int_cst_type instead
5113         of convert.
5114         * tree-scalar-evolution.c (compute_overall_effect_of_inner_loop,
5115         add_to_evolution, set_nb_iterations_in_loop, follow_ssa_edge_in_rhs,
5116         follow_ssa_edge_in_rhs): Ditto.
5117         * tree-ssa-loop-ivopts.c (struct iv): Add base_object field.
5118         (dump_iv): Dump base_object.
5119         (dump_use, dump_cand): Use dump_iv.
5120         (determine_base_object): New function.
5121         (alloc_iv): Initialize base_object field.
5122         (record_use): Clear the ssa_name field of iv.
5123         (get_computation_cost_at): Do not use difference of addresses of
5124         two different objects.
5125         (may_eliminate_iv): Do not require the loop to have just single exit.
5126         * tree-ssa-loop-niter.c (zero_p): Do not check for overflows.
5127         (nonzero_p): New function.
5128         (inverse, number_of_iterations_cond, simplify_using_outer_evolutions,
5129         tree_simplify_using_condition, simplify_using_initial_conditions,
5130         loop_niter_by_eval, find_loop_niter_by_eval,
5131         estimate_numbers_of_iterations_loop, compare_trees,
5132         upper_bound_in_type, lower_bound_in_type,
5133         can_count_iv_in_wider_type_bound): Use buildN instead of build.  Use
5134         fold_convert or build_int_cst_type instead of convert.  Use (non)zero_p
5135         instead of integer_(non)zerop.
5136
5137 2004-10-01  Jakub Jelinek  <jakub@redhat.com>
5138
5139         Revert
5140         2004-09-29  Jakub Jelinek  <jakub@redhat.com>
5141
5142         * tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD
5143         and TI_VA_LIST_FPR_COUNTER_FIELD.
5144         (va_list_gpr_counter_field, va_list_fpr_counter_field): Define.
5145         * tree-pass.h (pass_stdarg): Add.
5146         * tree-optimize.c (init_tree_optimization_passes): Add pass_stdarg.
5147         * tree-stdarg.c: New file.
5148         * Makefile.in (OBJS-common): Add tree-stdarg.o.
5149         (tree-stdarg.o): Add dependencies.
5150         * function.h (struct function): Add va_list_gpr_size and
5151         va_list_fpr_size fields.
5152         * function.c (allocate_struct_function): Initialize them.
5153
5154         * config/i386/i386.c (ix86_build_builtin_va_list): Initialize
5155         va_list_{g,f}pr_counter_field.
5156         (ix86_setup_incoming_varargs): Don't do anything if reg_save
5157         area will not be used.  Only save registers that tree-stdarg.c
5158         detected they need saving.
5159         (ix86_va_start): Don't set up fields that won't be used.
5160
5161         * config/rs6000/rs6000.c (rs6000_build_builtin_va_list): Initialize
5162         va_list_{g,f}pr_counter_field.
5163         (setup_incoming_varargs): Don't do anything if reg_save
5164         area will not be used.  Only save registers that tree-stdarg.c
5165         detected they need saving.
5166         (rs6000_va_start): Don't set up fields that won't be used.
5167
5168 2004-09-30  Eric Christopher  <echristo@redhat.com>
5169
5170         * dwarf2.h (dwarf_calling_convention): Add enum for renesas
5171         sh abi.
5172         * dwarf2out.c (add_calling_convention_attribute): New function.
5173         (gen_subroutine_type_die): Use.
5174         * target-def.h (TARGET_DWARF_CALLING_CONVENTION): New hook.
5175         * target.h (gcc_target): Add dwarf_calling_convention.
5176         * hooks.c (hook_int_tree_0): New function.
5177         * hooks.h: Prototype.
5178         * config/sh/sh.c: Include dwarf2.h.
5179         (sh_dwarf_calling_convention): New function.
5180         (TARGET_DWARF_CALLING_CONVENTION): Use.
5181         * doc/tm.texi (TARGET_DWARF_CALLING_CONVENTION): Document.
5182
5183 2004-09-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5184
5185         * builtins.c (expand_builtin_strstr, expand_builtin_strchr,
5186         expand_builtin_strrchr, expand_builtin_strpbrk,
5187         expand_builtin_strncat, expand_builtin_strspn,
5188         expand_builtin_strcspn, expand_builtin_fputs): Eliminate duplicate
5189         code.
5190
5191 2004-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
5192
5193         * config/s390/s390-protos.h (s390_expand_logical_operator): Add
5194         prototype.
5195         (s390_logical_operator_ok_p): Likewise.
5196         * config/s390/s390.c (s390_expand_logical_operator): New function.
5197         (s390_logical_operator_ok_p): Likewise.
5198         * config/s390/s390.md ("anddi3"): New expander.
5199         ("*anddi3"): Rename from old anddi3 pattern, add Q->Q alternative.
5200         ("*anddi3_ss", "*anddi3_ss_inv"): Remove.
5201         ("andsi3"): Use s390_expand_logical_operator.
5202         ("*andsi3_esa", "*andsi3_zarch"): Add Q->Q alternative.
5203         ("*andsi3_ss", "*andsi3_ss_inv"): Remove.
5204         ("andhi3"): New expander.
5205         ("*andhi3_zarch", "*andhi3_esa"): New patterns.
5206         ("andhi3", "*andhi3_ni", "*andhi3_ss", "*andhi3_ss_inv"): Remove.
5207         ("andqi3"): New expander.
5208         ("*andqi3_zarch", "*andqi3_esa"): New patterns.
5209         ("andqi3", "*andqi3_ni", "*andqi3_ss", "*andqi3_ss_inv"): Remove.
5210         ("iordi3"): New expander.
5211         ("*iordi3"): Rename from old iordi3 pattern, add Q->Q alternative.
5212         ("*iordi3_ss", "*iordi3_ss_inv"): Remove.
5213         ("iorsi3"): Use s390_expand_logical_operator.
5214         ("*iorsi3_esa", "*iorsi3_zarch"): Add Q->Q alternative.
5215         ("*iorsi3_ss", "*iorsi3_ss_inv"): Remove.
5216         ("iorhi3"): New expiorer.
5217         ("*iorhi3_zarch", "*iorhi3_esa"): New patterns.
5218         ("iorhi3", "*iorhi3_ni", "*iorhi3_ss", "*iorhi3_ss_inv"): Remove.
5219         ("iorqi3"): New expiorer.
5220         ("*iorqi3_zarch", "*iorqi3_esa"): New patterns.
5221         ("iorqi3", "*iorqi3_ni", "*iorqi3_ss", "*iorqi3_ss_inv"): Remove.
5222         ("xordi3"): New expander.
5223         ("*xordi3"): Rename from old xordi3 pattern, add Q->Q alternative.
5224         ("*xordi3_ss", "*xordi3_ss_inv"): Remove.
5225         ("xorsi3"): New expander.
5226         ("*xorsi3"): Rename from old xorsi3 pattern, add Q->Q alternative.
5227         ("*xorsi3_ss", "*xorsi3_ss_inv"): Remove.
5228         ("xorhi3"): New expander.
5229         ("*xorqi3"): Rename from old xorhi3 pattern, add Q->Q alternative.
5230         ("*xorhi3_ss", "*xorhi3_ss_inv"): Remove.
5231         ("xorqi3"): New expander.
5232         ("*xorqi3"): Rename from old xorqi3 pattern, add Q->Q alternative.
5233         ("*xorqi3_ss", "*xorqi3_ss_inv"): Remove.
5234
5235 2004-09-30  Roger Sayle  <roger@eyesopen.com>
5236
5237         * combine.c (force_to_mode) <NE_EXPR>: Only convert the expression
5238         (AND (NE FOO 0) CONST) into (AND FOO CONST) if FOO has the same
5239         machine mode as the result.
5240
5241 2004-09-30  Ben Elliston  <bje@au.ibm.com>
5242
5243         PR bootstrap/17761
5244         * lcm.c (optimize_mode_switching): Update to use EDGE_SUCC and
5245         FOR_EACH_EDGE macros.
5246
5247 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
5248
5249         * c-tree.h (readonly_error): Remove.
5250         * c-typeck (enum lvalue_use): New.
5251         (lvalue_or_else, readonly_error): Use it.  All callers changed.
5252         (readonly_error): Make static.
5253
5254 2004-09-30  Jan Hubicka  <jh@suse.cz>
5255
5256         PR debug/13974
5257         * cfgrtl.c (try_redirect_by_replacing_jump,
5258         force_nonfallthru_and_redirect, commit_one_edge_insertion,
5259         cfg_layout_merge_blocks):  Do not attach any line number information
5260         to newly inserted instructions.
5261         * emit-rtl.c (emit_insn*_before, emit_insn*_after): Rename to
5262         emit_insn_*_noloc.
5263         (emit_*insn_before, emit_insn*_after): New.
5264         (emit_*insn_before_setloc, emit_*insn_after_setloc): Do not overwrite
5265         existing locators.
5266         * rtl.h (emit_*insn_before_noloc, emit_*insn_after_noloc): Declare.
5267         (emit_*insn_before_sameloc, emit_*insn_after_sameloc): Kill.
5268
5269 2004-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
5270
5271         * config/s390/s390-protos.h (s390_arg_frame_offset): Remove.
5272         (s390_return_address_offset): Remove.
5273         (s390_can_eliminate): Add prototype.
5274         (s390_initial_elimination_offset): Add prototype.
5275         * config/s390/s390.h (CAN_ELIMINATE): Call s390_can_eliminate.
5276         (INITIAL_ELIMINATION_OFFSET): Call s390_initial_elimination_offset.
5277         * config/s390/s390.c (s390_arg_frame_offset): Remove.
5278         (s390_return_address_offset): Remove.
5279         (s390_can_eliminate, s390_initial_elimination_offset): New functions.
5280         (struct machine_function): New member split_branches_pending_p.
5281         (s390_mainpool_start): Allow nonexistant pool insn for empty pool.
5282         (s390_mainpool_finish): Likewise.  Clear base_reg if pool empty.
5283         (s390_optimize_prologue): Remove base_used argument.  Call
5284         s390_update_frame_layout instead of s390_register_info.  Handle
5285         prologue/epilogue insns that touch only RETURN_REGNUM.
5286         (s390_reorg): Remove base_used.  Clear split_branches_pending_p.
5287         (s390_register_info): Remove base_used and return_addr_used
5288         arguments, compute special register usage inline.  Return live
5289         register data to caller.
5290         (s390_frame_info): Remove arguments, do not call s390_register_info.
5291         (s390_init_frame_layout): New function.
5292         (s390_update_frame_layout): Likewise.
5293         (s390_emit_prologue): Call s390_update_frame_layout; some code
5294         move to there.  Do not emit pool placeholder insn if unnecessary.
5295
5296 2004-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
5297
5298         * config/s390/s390.c (legitimate_reload_constant_p): Remove
5299         floating point constant workaround.
5300         (s390_secondary_input_reload_class): Handle PLUS reloads
5301         with too-large constant.
5302         (s390_expand_plus_operand): Likewise.
5303         * config/s390/s390.md ("movdi"): Do not call force_const_mem.
5304         ("movsi"): Likewise.  Also, remove workaround for non-general
5305         operands.
5306         ("movdf"): Do not call force_const_mem.
5307         ("movsf"): Likewise.  Merge expander with *movsf insn.
5308         ("*movsf"): Remove, merge with movsf expander.
5309
5310 2004-09-30  Paul Brook  <paul@codesourcery.com>
5311
5312         * config/arm/symbian.h (STARTFILE_SPEC): Remove crt*.o.
5313         (ENDFILE_SPEC): Define.
5314         * config/arm/t-symbian.h (EXTRA_MULTILIB_PARTS): Set.
5315
5316 2004-09-30  Richard Henderson  <rth@redhat.com>
5317
5318         * config/alpha/qrnnd.asm: Mark for noexecstack.
5319
5320 2004-09-30  Kazu Hirata  <kazu@cs.umass.edu>
5321
5322         * protoize.c, tree-cfg.c: Fix comment typos.
5323
5324 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
5325
5326         PR c/17730
5327         * c-typeck.c (lvalue_or_else): Pass msgid directly to error.
5328
5329 2004-09-30  Diego Novillo  <dnovillo@redhat.com>
5330
5331         * tree-ssa-alias.c (collect_points_to_info_r): Move analysis of
5332         expressions...
5333         (add_pointed_to_expr): ... here.
5334         Call add_pointed_to_expr for variables with DECL_INITIAL set.
5335         * tree-dfa.c (add_referenced_var): Scan DECL_INITIAL of any
5336         pointer variable, if set.
5337
5338 2004-09-30  Kazu Hirata  <kazu@cs.umass.edu>
5339
5340         * config/sh/sh.c: Follow spelling conventions.
5341
5342 2004-09-29  Richard Henderson  <rth@redhat.com>
5343
5344         * unwind-dw2.c (_Unwind_GetGR): Honor DWARF_ZERO_REG.
5345         * doc/tm.texi (DWARF_ZERO_REG): New.
5346
5347         * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
5348         alpha_expand_epilogue): Revert 2003-09-30 change to store zero.
5349         * config/alpha/alpha.h (DWARF_ZERO_REG): New.
5350
5351 2004-09-29  Ulrich Weigand  <uweigand@de.ibm.com>
5352
5353         * builtins.c (expand_builtin_strlen): Do not call emit_move_insn
5354         with a PLUS as source operand.
5355         (expand_movstr): Likewise.
5356         (expand_builtin_stpcpy): Likewise.
5357
5358 2004-09-29  Richard Henderson  <rth@redhat.com>
5359
5360         PR 17739
5361         * tree-gimple.c (is_gimple_reg): Reject hard registers.
5362         (is_gimple_asm_val): New.
5363         * tree-gimple.h (is_gimple_asm_val): Declare.
5364         * gimplify.c (gimplify_asm_expr): Use it.
5365         * tree-pretty-print.c (print_declaration): Dump hard regs.
5366         * tree-outof-ssa.c (check_replaceable): Don't check for hard regs.
5367         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Likewise.
5368         * tree-ssa-pre.c (is_undefined_value): Likewise.
5369         * tree-ssa-copy.c (may_propagate_copy): Likewise.
5370         (may_propagate_copy_into_asm): Protect DECL_HARD_REGISTER.
5371         * tree-ssa.c (warn_uninit): Likewise.
5372         * tree.h (DECL_HARD_REGISTER): Check for VAR_DECL.
5373
5374 2004-09-29  Fariborz Jahanian <fjahanian@apple.com>
5375
5376         * c-decl.c (merge_decls): Use comptype when comparing
5377         types to decide on DECL_SIZE save of olddecl.
5378
5379 2004-09-29  Daniel Berlin  <dberlin@dberlin.org>
5380
5381         * tree.h (INDIRECT_REF_P): New macro.
5382         * alias.c (get_alias_set): Use it
5383         (nonoverlapping_memrefs_p): Ditto.
5384         * emit-rtl.c (mem_expr_equal_p): Ditto.
5385         (set_mem_attributes_minus_bitpos): Ditto.
5386         (is_gimple_addressable): Ditto.
5387         (get_base_address): Ditto.
5388         * tree-ssa-alias.c (find_ptr_derefernece): Ditto.
5389         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Ditto.
5390         * tree-ssa-dom.c (record_equivalences_from_stmt): Ditto.
5391         * tree-ssa-loop-im.c (is_call_clobbered_ref): Ditto.
5392         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Ditto.
5393         (add_address_candidates): Ditto.
5394         (rewrite_address_base): Ditto.
5395
5396 2004-09-30  Ben Elliston  <bje@au.ibm.com>
5397
5398         * tree-flow.h (struct bb_ann_d): Remove num_preds member.
5399         * tree-into-ssa.c (rewrite_into_ssa): Don't set it.
5400         (rewrite_ssa_into_ssa): Likewise.
5401         * tree-phinodes.c (create_phi_node): Access the number of
5402         predecessor edges using EDGE_COUNT() and not num_preds.
5403
5404 2004-09-29  Joseph S. Myers  <jsm@polyomino.org.uk>
5405
5406         PR c/7425
5407         * c-decl.c (merge_decls): Merge TREE_DEPRECATED.
5408
5409 2004-09-29  Eric Christopher  <echristo@redhat.com>
5410
5411         * fold-const.c (tree_swap_operands_p): Remove duplicated code.
5412
5413 2004-09-29  Hans-Peter Nilsson  <hp@axis.com>
5414
5415         * config/cris/cris.md (moverside, movemside): With MEM, make sure
5416         the address is (plus reg mem).
5417
5418 2004-09-29  David Edelsohn  <edelsohn@gnu.org>
5419
5420         * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.
5421
5422 2004-09-29  Nathan Sidwell  <nathan@codesourcery.com>
5423
5424         * tree.c (make_node_stat): Fix uninitialized warning.  Replace
5425         cascaded if ... else if with a switch.
5426
5427 2004-09-29  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5428
5429         * read-rtl.c (apply_macro_to_string): Replace index with strchr.
5430
5431 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
5432
5433         * tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD
5434         and TI_VA_LIST_FPR_COUNTER_FIELD.
5435         (va_list_gpr_counter_field, va_list_fpr_counter_field): Define.
5436         * tree-pass.h (pass_stdarg): Add.
5437         * tree-optimize.c (init_tree_optimization_passes): Add pass_stdarg.
5438         * tree-stdarg.c: New file.
5439         * Makefile.in (OBJS-common): Add tree-stdarg.o.
5440         (tree-stdarg.o): Add dependencies.
5441         * function.h (struct function): Add va_list_gpr_size and
5442         va_list_fpr_size fields.
5443         * function.c (allocate_struct_function): Initialize them.
5444
5445         * config/i386/i386.c (ix86_build_builtin_va_list): Initialize
5446         va_list_{g,f}pr_counter_field.
5447         (ix86_setup_incoming_varargs): Don't do anything if reg_save
5448         area will not be used.  Only save registers that tree-stdarg.c
5449         detected they need saving.
5450         (ix86_va_start): Don't set up fields that won't be used.
5451
5452         * config/rs6000/rs6000.c (rs6000_build_builtin_va_list): Initialize
5453         va_list_{g,f}pr_counter_field.
5454         (setup_incoming_varargs): Don't do anything if reg_save
5455         area will not be used.  Only save registers that tree-stdarg.c
5456         detected they need saving.
5457         (rs6000_va_start): Don't set up fields that won't be used.
5458
5459 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
5460
5461         * builtins.def (BUILT_IN_FPUTC, BUILT_IN_FPUTC_UNLOCKED,
5462         BUILT_IN_FPUTS, BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE,
5463         BUILT_IN_FWRITE_UNLOCKED, BUILT_IN_PUTCHAR, BUILT_IN_PUTCHAR_UNLOCKED,
5464         BUILT_IN_PUTS, BUILT_IN_PUTS_UNLOCKED): Remove nothrow attribute.
5465         * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2, ATTR_NONNULL_1_2,
5466         ATTR_NONNULL_1_4): New.
5467
5468 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
5469
5470         PR tree-optimization/17697
5471         * tree-ssa-ccp.c (execute_fold_all_builtins): Update eh and cleanup
5472         cfg if needed.
5473
5474 2004-09-28  Per Bothner  <per@bothner.com>
5475
5476         * profile.c (branch_prob): Pass correct value to output_location,
5477         even when USE_MAPPED_LOCATION.  Fixes bug from 09-11.
5478
5479 2004-09-28  Richard Henderson  <rth@redhat.com>
5480
5481         PR 15089
5482         * tree-ssa-copy.c (may_propagate_copy_into_asm): New.
5483         * tree-flow.h (may_propagate_copy_into_asm): Declare.
5484         * tree-ssa-ccp.c (replace_uses_in): Use it.
5485         * tree-ssa-dom.c (cprop_operand): Likewise.
5486
5487 2004-09-28 Jeff Law  <law@redhat.com>
5488
5489         * tree-ssa-threadupdate.c (create_block_for_threading):  Request
5490         that no outgoing edges be left in the duplicate block.  Do no
5491         update information on outgoing edges or PHI nodes in target
5492         blocks here.
5493         (remove_ctrl_stmt_and_useless_edges): Renamed from
5494         remove_last_stmt_and_useless_edges.  Handle case where the
5495         block is empty or has no control statements.  Do not update edge
5496         flags here.
5497         (thread_block): Create a template block rather than copying the
5498         original block every time.  Create outgoing edges from the
5499         duplicate blocks and update PHIs at the target of the outgoing
5500         edges here.  Fix edge flags for the original block if necessary.
5501         * cfghooks (duplicate_block): No longer assert that the original
5502         block has incoming edges.
5503
5504 2004-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
5505
5506         * doc/extend.texi (Extended Asm): Add blurb about using Explicit
5507         Reg Vars to enforce register allocation with general constraints.
5508         (Explicit Reg Vars): Clarify relation to asm statements.
5509         (Local Reg Vars): Similar.
5510
5511 2004-09-28  Ulrich Weigand  <uweigand@de.ibm.com>
5512
5513         * sched-rgn.c (haifa_edge, edge_table, NEXT_IN, NEXT_OUT, FROM_BLOCK,
5514         TO_BLOCK, nr_edges, in_edges, out_edges, IN_EDGES, OUT_EDGES,
5515         build_control_flow, new_edge): Remove.
5516         (schedule_insns): Remove edge_table/in_edges/out_edges cleanup.
5517         (bitlst, bitlst_table_last, bitlst_table): Remove.
5518         (bblst): Store basic_block pointer instead of block index.
5519         (bblst_table): Likewise.
5520         (edgelst): Store edge pointer instead of edge index.
5521         (edgelst_table, edgelst_last): New variables.
5522         (extract_bitlst): Rename to ...
5523         (extract_edgelst): ... this.  Return edge pointers, not indices.
5524         (split_edges): Update call.
5525         (rgn_edges): Store edge pointers instead of indices.
5526         (edge_to_bit): Remove.
5527         (EDGE_TO_BIT): Store per-region edge index in edge->aux.
5528         (SET_EDGE_TO_BIT): New macro.
5529         (is_cfg_nonregular): Check for simple cases of unreachable blocks.
5530         (find_rgns): Remove edge_list parameter.  Traverse standard CFG
5531         data structures instead of haifa_edge et al.  Use edge pointers
5532         instead of edge indices everywhere.
5533         (compute_dom_prob_ps): Use standard CFG data structures.  Account
5534         for exit edges.
5535         (compute_trg_info): Likewise.
5536         (propagate_deps): Likewise.
5537         (debug_candidate): Account for bblst data structure change.
5538         (check_live_1, update_live_1, is_pfree): Likewise.
5539         (IS_REACHABLE): Use standard CFG data structures.
5540         (init_ready_list): Update bblst_table/edgelst_table allocation.
5541         (schedule_region): Update alloc/cleanup code to data structure
5542         changes.  Use edge->aux to store per-region edge index.
5543         (init_regions): No longer call build_control_flow.  Do not
5544         create edge list any more.
5545
5546 2004-09-28  Ulrich Weigand  <uweigand@de.ibm.com>
5547
5548         * cse.c (cse_insn): Avoid creating direct non-local jumps.
5549         * combine.c (can_combine_p): Likewise.
5550         * local-alloc. (update_equiv_regs): Likewise.
5551
5552 2004-09-28  Richard Henderson  <rth@redhat.com>
5553
5554         PR 17531
5555         * expr.c (expand_expr_addr_expr_1): Only assemble_external for decls.
5556         Don't check VOIDmode here.  Force PLUS operands to common type.
5557         (expand_expr_addr_expr): Do VOIDmode check earlier.  Force use of
5558         Pmode if given a non pointer type.
5559
5560 2004-09-28  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5561
5562         PR 17531
5563         * optabs.c (expand_binop): Force constants to the correct mode.
5564
5565 2004-09-28  Ulrich Weigand  <uweigand@de.ibm.com>
5566
5567         * config/s390/s390.c (s390_adjust_cost): Remove.
5568         (TARGET_SCHED_ADJUST_COST): Do not redefine.
5569         (s390_adjust_priority): Handle TYPE_STM like TYPE_STORE.
5570         * config/s390/s390.md ("main_pool"): Use "larl" type
5571         attribute if TARGET_CPU_ZARCH.
5572
5573 2004-09-28  Jakub Jelinek  <jakub@redhat.com>
5574
5575         * config/ia64/ia64.c (ia64_expand_prologue): Declare ei
5576         variable.
5577
5578 2004-09-28  Diego Novillo  <dnovillo@redhat.com>
5579
5580         * tree-ssa-loop.c (pass_record_bounds): Do not assign a
5581         name to the pass.
5582
5583 2004-09-28  Steven Bosscher  <stevenb@suse.de>
5584
5585         * common.opt (flag_gcse_sm): Disable by default.
5586         (flag_gcse_las): Likewise.
5587         (flag_web): Likewise.  Create from this file.
5588         * flags.h: Remove flag_web declaration.
5589         * toplev.c (flag_web): Likewise.
5590         (process_options): Never set flag_web.
5591
5592 2004-09-28  Steven Bosscher  <stevenb@suse.de>
5593
5594         * Makefile.in (tree-ssa-propagate.o): Depend on vec.h.
5595         * tree-ssa-propagate.c: Include vec.h.
5596         (interesting_ssa_edges, varying_ssa_edges): Make these VECs
5597         instead of varrays.
5598         (cfg_blocks_add): Assert the block is not already in the worklist.
5599         Update uses of interesting_ssa_edges and varying_ssa_edges.
5600         (process_ssa_edge_worklist, ssa_prop_init, ssa_prop_fini,
5601         ssa_propagate): Likewise.
5602
5603 2004-09-28  Joseph S. Myers  <jsm@polyomino.org.uk>
5604
5605         PR c/16409
5606         * c-decl.c (start_decl): Check for initializing incomplete array
5607         of VLAs.
5608         (build_compound_literal): Check for TYPE being error_mark_node.
5609         * c-parse.in (primary): Check for VLA compound literals.
5610
5611 2004-09-28  Diego Novillo  <dnovillo@redhat.com>
5612
5613         * tree-ssa-live.c (calculate_live_on_entry): Fix warnings
5614         with --disable-checking.
5615
5616 2004-09-28  Devang Patel  <dpatel@apple.com>
5617
5618         * tree-pretty-print.c (dump_generic_node): Print vector types.
5619
5620 2004-09-28  Nick Clifton  <nickc@redhat.com>
5621
5622         * config/sh/sh.h (INIT_CUMULATIVE_ARGS): Replace with an
5623         invocation of the function sh_init_cumulative_args.
5624         (INIT_CUMULATIVE_LIBCALL_ARGS): Likewise.
5625         (INIT_CUMULATIVE_INCOMING_ARGS): Delete.
5626         * config/sh/sh-protos.h: Prototype sh_init_cumulative_args.
5627         * config/sh/sh.c (sh_init_cumulative_args): New function based
5628         on the contents of the old INIT_CUMULATIVE_ARGS macro but with a
5629         heuristic added to determine the setting of force_mem when a
5630         library function is being called.
5631
5632 2004-09-28  Diego Novillo  <dnovillo@redhat.com>
5633
5634         * tree-ssa-loop-im.c (single_reachable_address) <PHI_NODE>:
5635         Skip constant arguments.
5636
5637 2004-09-28  Diego Novillo  <dnovillo@redhat.com>
5638
5639         * tree-ssa-alias.c (create_name_tags): If PTR points to a
5640         volatile type, mark the tag volatile.
5641         (get_tmt_for): If TAG_TYPE is a volatile type, mark the tag
5642         volatile.
5643
5644 2004-09-28  Andrew Pinski  <pinskia@physics.uc.edu>
5645
5646         * tree.def (vec_cond_expr): Fix. Change 'e'
5647         to tcc_expression.
5648
5649 2004-09-28  Kazu Hirata  <kazu@cs.umass.edu>
5650
5651         * basic-block.h: Fix a comment typo.
5652
5653 2004-09-28  Kazu Hirata  <kazu@cs.umass.edu>
5654
5655         * optabs.c, optabs.h: Fix comment typos.
5656
5657 2004-09-28  Eric Botcazou  <ebotcazou@act-europe.fr>
5658
5659         * config/sparc/sparc.md (call_address_struct_value_sp32):
5660         Properly mask the immediate field of the 'unimp' instruction.
5661         (call_symbolic_struct_value_sp32): Likewise.
5662
5663 2004-09-28  Ben Elliston  <bje@au.ibm.com>
5664             Steven Bosscher  <stevenb@suse.de>
5665             Andrew Pinski  <pinskia@physics.uc.edu>
5666
5667         Merge from edge-vector-branch:
5668         * basic-block.h: Include vec.h, errors.h. Instantiate a VEC(edge).
5669         (struct edge_def): Remove pred_next, succ_next members.
5670         (struct basic_block_def): Remove pred, succ members.  Add preds
5671         and succs members of type VEC(edge).
5672         (FALLTHRU_EDGE): Redefine using EDGE_SUCC.
5673         (BRANCH_EDGE): Likewise.
5674         (EDGE_CRITICAL_P): Redefine using EDGE_COUNT.
5675         (EDGE_COUNT, EDGE_I, EDGE_PRED, EDGE_SUCC): New.
5676         (edge_iterator): New.
5677         (ei_start, ei_last, ei_end_p, ei_one_before_end_p): New.
5678         (ei_next, ei_prev, ei_edge, ei_safe_edge): Likewise.
5679         (FOR_EACH_EDGE): New.
5680         * bb-reorder.c (find_traces): Use FOR_EACH_EDGE and EDGE_* macros
5681         where applicable.
5682         (rotate_loop): Likewise.
5683         (find_traces_1_route): Likewise.
5684         (bb_to_key): Likewise.
5685         (connect_traces): Likewise.
5686         (copy_bb_p): Likewise.
5687         (find_rarely_executed_basic_blocks_and_crossing_edges): Likewise.
5688         (add_labels_and_missing_jumps): Likewise.
5689         (fix_up_fall_thru_edges): Likewise.
5690         (find_jump_block): Likewise.
5691         (fix_crossing_conditional_branches): Likewise.
5692         (fix_crossing_unconditional_branches): Likewise.
5693         (add_reg_crossing_jump_notes): Likewise.
5694         * bt-load.c (augment_live_range): Likewise.
5695         * cfg.c (clear_edges): Likewise.
5696         (unchecked_make_edge): Likewise.
5697         (cached_make_edge): Likewise.
5698         (make_single_succ_edge): Likewise.
5699         (remove_edge): Likewise.
5700         (redirect_edge_succ_nodup): Likewise.
5701         (check_bb_profile): Likewise.
5702         (dump_flow_info): Likewise.
5703         (alloc_aux_for_edges): Likewise.
5704         (clear_aux_for_edges): Likewise.
5705         (dump_cfg_bb_info): Likewise.
5706         * cfganal.c (forwarder_block_p): Likewise.
5707         (can_fallthru): Likewise.
5708         (could_fall_through): Likewise.
5709         (mark_dfs_back_edges): Likewise.
5710         (set_edge_can_fallthru_flag): Likewise.
5711         (find_unreachable_blocks): Likewise.
5712         (create_edge_list): Likewise.
5713         (verify_edge_list): Likewise.
5714         (add_noreturn_fake_exit_edges): Likewise.
5715         (connect_infinite_loops_to_exit): Likewise.
5716         (flow_reverse_top_sort_order_compute): Likewise.
5717         (flow_depth_first_order_compute): Likewise.
5718         (flow_preorder_transversal_compute): Likewise.
5719         (flow_dfs_compute_reverse_execute): Likewise.
5720         (dfs_enumerate_from): Likewise.
5721         (compute_dominance_frontiers_1): Likewise.
5722         * cfgbuild.c (make_edges): Likewise.
5723         (compute_outgoing_frequencies): Likewise.
5724         (find_many_sub_basic_blocks): Likewise.
5725         (find_sub_basic_blocks): Likewise.
5726         * cfgcleanup.c (try_simplify_condjump): Likewise.
5727         (thread_jump): Likewise.
5728         (try_forward_edges): Likewise.
5729         (merge_blocks_move): Likewise.
5730         (outgoing_edges_match): Likewise.
5731         (try_crossjump_to_edge): Likewise.
5732         (try_crossjump_bb): Likewise.
5733         (try_optimize_cfg): Likewise.
5734         (merge_seq_blocks): Likewise.
5735         * cfgexpand.c (expand_gimple_tailcall): Likewise.
5736         (expand_gimple_basic_block): Likewise.
5737         (construct_init_block): Likewise.
5738         (construct_exit_block): Likewise.
5739         * cfghooks.c (verify_flow_info): Likewise.
5740         (dump_bb): Likewise.
5741         (delete_basic_block): Likewise.
5742         (split_edge): Likewise.
5743         (merge_blocks): Likewise.
5744         (make_forwarder_block): Likewise.
5745         (tidy_fallthru_edges): Likewise.
5746         (can_duplicate_block_p): Likewise.
5747         (duplicate_block): Likewise.
5748         * cfglayout.c (fixup_reorder_chain): Likewise.
5749         (fixup_fallthru_exit_predecessor): Likewise.
5750         (can_copy_bbs_p): Likewise.
5751         (copy_bbs): Likewise.
5752         * cfgloop.c (flow_loops_cfg_dump): Likewise.
5753         (flow_loop_entry_edges_find): Likewise.
5754         (flow_loop_exit_edges_find): Likewise.
5755         (flow_loop_nodes_find): Likewise.
5756         (mark_single_exit_loops): Likewise.
5757         (flow_loop_pre_header_scan): Likewise.
5758         (flow_loop_pre_header_find): Likewise.
5759         (update_latch_info): Likewise.
5760         (canonicalize_loop_headers): Likewise.
5761         (flow_loops_find): Likewise.
5762         (get_loop_body_in_bfs_order): Likewise.
5763         (get_loop_exit_edges): Likewise.
5764         (num_loop_branches): Likewise.
5765         (verify_loop_structure): Likewise.
5766         (loop_latch_edge): Likewise.
5767         (loop_preheader_edge): Likewise.
5768         * cfgloopanal.c (mark_irreducible_loops): Likewise.
5769         (expected_loop_iterations): Likewise.
5770         * cfgloopmanip.c (remove_bbs): Likewise.
5771         (fix_bb_placement): Likewise.
5772         (fix_irreducible_loops): Likewise.
5773         (remove_path): Likewise.
5774         (scale_bbs_frequencies): Likewise.
5775         (loopify): Likewise.
5776         (unloop): Likewise.
5777         (fix_loop_placement): Likewise.
5778         (loop_delete_branch_edge): Likewise.
5779         (duplicate_loop_to_header_edge): Likewise.
5780         (mfb_keep_just): Likewise.
5781         (create_preheader): Likewise.
5782         (force_single_succ_latches): Likewise.
5783         (loop_split_edge_with): Likewise.
5784         (create_loop_notes): Likewise.
5785         * cfgrtl.c (rtl_split_block): Likewise.
5786         (rtl_merge_blocks): Likewise.
5787         (rtl_can_merge_blocks): Likewise.
5788         (try_redirect_by_replacing_jump): Likewise.
5789         (force_nonfallthru_and_redirect): Likewise.
5790         (rtl_tidy_fallthru_edge): Likewise.
5791         (commit_one_edge_insertion): Likewise.
5792         (commit_edge_insertions): Likewise.
5793         (commit_edge_insertions_watch_calls): Likewise.
5794         (rtl_verify_flow_info_1): Likewise.
5795         (rtl_verify_flow_info): Likewise.
5796         (purge_dead_edges): Likewise.
5797         (cfg_layout_redirect_edge_and_branch): Likewise.
5798         (cfg_layout_can_merge_blocks_p): Likewise.
5799         (rtl_flow_call_edges_add): Likewise.
5800         * cse.c (cse_cc_succs): Likewise.
5801         * df.c (hybrid_search): Likewise.
5802         * dominance.c (calc_dfs_tree_nonrec): Likewise.
5803         (calc_dfs_tree): Likewise.
5804         (calc_idoms): Likewise.
5805         (recount_dominator): Likewise.
5806         * domwalk.c (walk_dominator_tree): Likewise.
5807         * except.c (emit_to_new_bb_before): Likewise.
5808         (connect_post_landing_pads): Likewise.
5809         (sjlj_emit_function_enter): Likewise.
5810         (sjlj_emit_function_exit): Likewise.
5811         (finish_eh_generation): Likewise.
5812         * final.c (compute_alignments): Likewise.
5813         * flow.c (calculate_global_regs_live): Likewise.
5814         (initialize_uninitialized_subregs): Likewise.
5815         (init_propagate_block_info): Likewise.
5816         * function.c (thread_prologue_and_epilogue_insns): Likewise.
5817         * gcse.c (find_implicit_sets): Likewise.
5818         (bypass_block): Likewise.
5819         (bypass_conditional_jumps): Likewise.
5820         (compute_pre_data): Likewise.
5821         (insert_insn_end_bb): Likewise.
5822         (insert_store): Likewise.
5823         (remove_reachable_equiv_notes): Likewise.
5824         * global.c (global_conflicts): Likewise.
5825         (calculate_reg_pav): Likewise.
5826         * graph.c (print_rtl_graph_with_bb): Likewise.
5827         * ifcvt.c (mark_loop_exit_edges): Likewise.
5828         (merge_if_block): Likewise.
5829         (find_if_header): Likewise.
5830         (block_jumps_and_fallthru_p): Likewise.
5831         (find_if_block): Likewise.
5832         (find_cond_trap): Likewise.
5833         (block_has_only_trap): Likewise.
5834         (find_if_case1): Likewise.
5835         (find_if_case_2): Likewise.
5836         * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Likewise.
5837         (perfect_nestify): Likewise.
5838         * lcm.c (compute_antinout_edge): Likewise.
5839         (compute_laterin): Likewise.
5840         (compute_available): Likewise.
5841         (compute_nearerout): Likewise.
5842         * loop-doloop.c (doloop_modify): Likewise.
5843         * loop-init.c (loop_optimizer_init): Likewise.
5844         * loop-invariant.c (find_exits): Likewise.
5845         * loop-iv.c (simplify_using_initial_values): Likewise.
5846         (check_simple_exit): Likewise.
5847         (find_simple_exit): Likewise.
5848         * loop-unroll.c (peel_loop_completely): Likewise.
5849         (unroll_loop_constant_iterations): Likewise.
5850         (unroll_loop_runtime_iterations): Likewise.
5851         * loop-unswitch.c (may_unswitch_on): Likewise.
5852         (unswitch_loop): Likewise.
5853         * modulo-sched.c (generate_prolog_epilog): Likewise.
5854         (sms_schedule): Likewise.
5855         * postreload-gcse.c (eliminate_partially_redundant_load):
5856         Likewise.
5857         * predict.c (can_predict_insn_p): Likewise.
5858         (set_even_probabilities): Likewise.
5859         (combine_predictions_for_bb): Likewise.
5860         (predict_loops): Likewise.
5861         (estimate_probability): Likewise.
5862         (tree_predict_by_opcode): Likewise.
5863         (tree_estimate_probability): Likewise.
5864         (last_basic_block_p): Likewise.
5865         (propagate_freq): Likewise.
5866         (estimate_loops_at_level): Likewise.
5867         (estimate_bb_frequencies): Likewise.
5868         * profile.c (instrument_edges): Likewise.
5869         (get_exec_counts): Likewise.
5870         (compute_branch_probabilities): Likewise.
5871         (branch_prob): Likewise.
5872         * ra-build.c (live_in): Likewise.
5873         * ra-rewrite.c (rewrite_program2): Likewise.
5874         * ra.c (reg_alloc): Likewise.
5875         * reg-stack.c (reg_to_stack): Likewise.
5876         (convert_regs_entry): Likewise.
5877         (compensate_edge): Likewise.
5878         (convert_regs_1): Likewise,
5879         (convert_regs_2): Likewise.
5880         (convert_regs): Likewise.
5881         * regrename.c (copyprop_hardreg_forward): Likewise.
5882         * reload1.c (fixup_abnormal_edges): Likewise.
5883         * sbitmap.c (sbitmap_intersection_of_succs): Likewise.
5884         (sbitmap_insersection_of_preds): Likewise.
5885         (sbitmap_union_of_succs): Likewise.
5886         (sbitmap_union_of_preds): Likewise.
5887         * sched-ebb.c (compute_jump_reg_dependencies): Likewise.
5888         (fix_basic_block_boundaries): Likewise.
5889         (sched_ebbs): Likewise.
5890         * sched-rgn.c (build_control_flow): Likewise.
5891         (find_rgns): Likewise.
5892         * tracer.c (find_best_successor): Likewise.
5893         (find_best_predecessor): Likewise.
5894         (tail_duplicate): Likewise.
5895         * tree-cfg.c (make_edges): Likewise.
5896         (make_ctrl_stmt_edges): Likewise.
5897         (make_goto_expr_edges): Likewise.
5898         (tree_can_merge_blocks_p): Likewise.
5899         (tree_merge_blocks): Likewise.
5900         (cfg_remove_useless_stmts_bb): Likewise.
5901         (remove_phi_nodes_and_edges_for_unreachable_block): Likewise.
5902         (tree_block_forwards_to): Likewise.
5903         (cleanup_control_expr_graph): Likewise.
5904         (find_taken_edge): Likewise.
5905         (dump_cfg_stats): Likewise.
5906         (tree_cfg2vcg): Likewise.
5907         (disband_implicit_edges): Likewise.
5908         (tree_find_edge_insert_loc): Likewise.
5909         (bsi_commit_edge_inserts): Likewise.
5910         (tree_split_edge): Likewise.
5911         (tree_verify_flow_info): Likewise.
5912         (tree_make_forwarder_block): Likewise.
5913         (tree_forwarder_block_p): Likewise.
5914         (thread_jumps): Likewise.
5915         (tree_try_redirect_by_replacing_jump): Likewise.
5916         (tree_split_block): Likewise.
5917         (add_phi_args_after_copy_bb): Likewise.
5918         (rewrite_to_new_ssa_names_bb): Likewise.
5919         (dump_function_to_file): Likewise.
5920         (print_pred_bbs): Likewise.
5921         (print_loop): Likewise.
5922         (tree_flow_call_edges_add): Likewise.
5923         (split_critical_edges): Likewise.
5924         (execute_warn_function_return): Likewise.
5925         (extract_true_false_edges_from_block): Likewise.
5926         * tree-if-conv.c (tree_if_conversion): Likewise.
5927         (if_convertable_bb_p): Likewise.
5928         (find_phi_replacement_condition): Likewise.
5929         (combine_blocks): Likewise.
5930         * tree-into-ssa.c (compute_global_livein): Likewise.
5931         (ssa_mark_phi_uses): Likewise.
5932         (ssa_rewrite_initialize_block): Likewise.
5933         (rewrite_add_phi_arguments): Likewise.
5934         (ssa_rewrite_phi_arguments): Likewise.
5935         (insert_phi_nodes_for): Likewise.
5936         (rewrite_into_ssa): Likewise.
5937         (rewrite_ssa_into_ssa): Likewise.
5938         * tree-mudflap.c (mf_build_check_statement_for): Likewise.
5939         * tree-outof-ssa.c (coalesce_abnormal_edges): Likewise.
5940         (rewrite_trees): Likewise.
5941         * tree-pretty-print.c (dump_bb_header): Likewise.
5942         (dump_implicit_edges): Likewise.
5943         * tree-sra.c (insert_edge_copies): Likewise.
5944         (find_obviously_necessary_stmts): Likewise.
5945         (remove_data_stmt): Likewise.
5946         * tree-ssa-dom.c (thread_across_edge): Likewise.
5947         (dom_opt_finalize_block): Likewise.
5948         (single_incoming_edge_ignoring_loop_edges): Likewise.
5949         (record_equivalences_from_incoming_edges): Likewise.
5950         (cprop_into_successor_phis): Likewise.
5951         * tree-ssa-live.c (live_worklist): Likewise.
5952         (calculate_live_on_entry): Likewise.
5953         (calculate_live_on_exit): Likewise.
5954         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Likewise.
5955         (copy_loop_headers): Likewise.
5956         * tree-ssa-loop-im.c (loop_commit_inserts): Likewise.
5957         (fill_always_executed_in): Likewise.
5958         * tree-ssa-loop-ivcanon.c (create_canonical_iv): Likewise.
5959         * tree-ssa-loop-ivopts.c (find_interesting_uses): Likewise.
5960         (compute_phi_arg_on_exit): Likewise.
5961         * tree-ssa-loop-manip.c (add_exit_phis_edge): Likewise.
5962         (get_loops_exit): Likewise.
5963         (split_loop_exit_edge): Likewise.
5964         (ip_normal_pos): Likewise.
5965         * tree-ssa-loop-niter.c (simplify_using_initial_conditions):
5966         Likewise.
5967         * tree-ssa-phiopt.c (candidate_bb_for_phi_optimization): Likewise.
5968         (replace_phi_with_stmt): Likewise.
5969         (value_replacement): Likewise.
5970         * tree-ssa-pre.c (compute_antic_aux): Likewise.
5971         (insert_aux): Likewise.
5972         (init_pre): Likewise.
5973         * tree-ssa-propagate.c (simulate_stmt): Likewise.
5974         (simulate_block): Likewise.
5975         (ssa_prop_init): Likewise.
5976         * tree-ssa-threadupdate.c (thread_block): Likewise.
5977         (create_block_for_threading): Likewise.
5978         (remove_last_stmt_and_useless_edges): Likewise.
5979         * tree-ssa.c (verify_phi_args): Likewise.
5980         (verify_ssa): Likewise.
5981         * tree_tailcall.c (independent_of_stmt_p): Likewise.
5982         (find_tail_calls): Likewise.
5983         (eliminate_tail_call): Likewise.
5984         (tree_optimize_tail_calls_1): Likewise.
5985         * tree-vectorizer.c (vect_transform_loop): Likewise.
5986         * var-tracking.c (prologue_stack_adjust): Likewise.
5987         (vt_stack_adjustments): Likewise.
5988         (vt_find_locations): Likewise.
5989         * config/frv/frv.c (frv_ifcvt_modify_tests): Likewise.
5990         * config/i386/i386.c (ix86_pad_returns): Likewise.
5991         * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
5992         * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
5993
5994 2004-09-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
5995
5996         PR target/16532
5997         * config/sparc/sparc.c (struct machine_function): New field
5998         'leaf_function_p' and 'prologue_data_valid_p'.
5999         (sparc_leaf_function_p, sparc_prologue_data_valid_p): New macro
6000         to conveniently access the above fields.
6001         (TARGET_LATE_RTL_PROLOGUE_EPILOGUE): Delete.
6002         (eligible_for_return_delay): Use 'sparc_leaf_function_p' instead
6003         of the generic flavor 'current_function_uses_only_leaf_regs'.
6004         (eligible_for_sibcall_delay): Likewise.
6005         (sparc_expand_prologue): Compute 'sparc_leaf_function_p' and set
6006         'sparc_prologue_data_valid_p'.  Use 'sparc_leaf_function_p'.
6007         (sparc_asm_function_prologue): Add sanity check for the assumption
6008         made in 'sparc_expand_prologue'.  Use 'sparc_leaf_function_p'.
6009         (sparc_can_use_return_insn_p): New function.
6010         (sparc_expand_epilogue): Use 'sparc_leaf_function_p'.
6011         (output_restore): Likewise.
6012         (output_sibcall): Likewise.
6013         (sparc_output_mi_thunk): Likewise.
6014         * config/sparc/sparc-protos.h (sparc_can_use_return_insn_p): Declare.
6015         * config/sparc/sparc.md (return): New expander.
6016
6017         * config/sparc/sparc.h (INITIAL_ELIMINATION_OFFSET): Minor tweak.
6018
6019 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
6020
6021         PR c++/17642
6022         * stor-layout.c (layout_decl): Use fold_convert, not convert.
6023         (bit_from_pos): Likewise.
6024         (byte_from_pos): Likewise.
6025         (pos_from_bit): Likewise.
6026         (normalize_offset): Likewise.
6027         (place_field): Likewise.
6028         (finalize_type_size): Likewise.
6029         (layout_type): Likewise.
6030         * tree.c (build_index_type): Likewise.
6031
6032 2004-09-27  Devang Patel  <dpatel@apple.com>
6033
6034         * expr.c (expand_expr_real_1): Handle VEC_COND_EXPR.
6035         * genopinit.c (optabs): New entry for vcond_gen_code and
6036         vcondu_gen_code.
6037         * optabs.c (vcond_gen_code, vcondu_gen_code): New optabs.
6038         (get_rtx_code): New function.
6039         (vector_compare_rtx): New function.
6040         (init_optabs): Initialize vcond_gen_code and vcondu_gen_code.
6041         (expand_vec_cond_expr_p): New function.
6042         (expand_vec_cond_expr): New function.
6043         (get_vcond_icode): New function.
6044         * optabs.h (expand_vec_cond_expr, expand_vec_cond_expr_p): New externs.
6045         (vcond_gen_code, vcondu_gen_code): Same.
6046
6047 2004-09-27  Kelley Cook  <kcook@gcc.gnu.org>
6048
6049         * Makefile.in (STAGESTUFF): Split into ...
6050         (STAGECOPYSTUFF, STAGEMOVESTUFF): ... these.
6051         (mostlyclean): Update.
6052         (stage1-start, stage2-start, stage3-start, stage4-start,
6053         stageprofile-start, stagefeedback-start): Copy the STAGECOPYSTUFF.
6054         Move the STAGEMOVESTUFF.
6055
6056 2004-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
6057
6058         * system.h (getpagesize): Return 'int' instead of 'long'.
6059
6060 2004-09-27  Michael Matz <matz@suse.de>
6061
6062         PR bootstrap/17698
6063         PR bootstrap/17702
6064         * bitmap.h (bmp_iter_single_init, bmp_iter_and_not_init,
6065         bmp_iter_and_init): Shift by bit_in_word.
6066
6067 2004-09-27  Kelley Cook  <kcook@gcc.gnu.org>
6068
6069         * aclocal.m4: Quote m4_includes. Include ../config/gcc-lib-path.m4.
6070         * configure.ac: Don't sinclude it here.
6071         * configure: Regenerate.
6072
6073 2004-09-27  Dorit Naishlos  <dorit@il.ibm.com>
6074
6075         * config/rs6000/rs6000.c (rs6000_legitimate_address, print_operand):
6076         Handle AND pattern
6077
6078 2004-09-27  Joseph S. Myers  <jsm@polyomino.org.uk>
6079
6080         PR c/13804
6081         * c-typeck.c (build_component_ref): Name type involved in
6082         diagnostic for structure or union without a member of the given
6083         name.
6084
6085 2004-09-27  DJ Delorie  <dj@redhat.com>
6086
6087         * config/stormy16/stormy16.c (xstormy16_asm_output_aligned_common):
6088         .comm alignment is bytes, not bits.
6089
6090 2004-09-27  Devang Patel  <dpatel@apple.com>
6091
6092         * tree-pretty-print.c (dump_generic_node): Print VEC_COND_EXPR.
6093         (print_call_name): Do not print VEC_COND_EXPR.
6094
6095 2004-09-27  Devang Patel  <dpatel@apple.com>
6096
6097         * tree-pretty-print.c (dump_generic_node): Print VEC_COND_EXPR.
6098
6099 2004-09-27  Jan Hubicka  <jh@suse.cz>
6100
6101         * i386.c (athlon_cost, k8_cost): Set BRANCH_COST to 5.
6102
6103 2004-09-27  Kazu Hirata  <kazu@cs.umass.edu>
6104
6105         * bitmap.h: Fix a comment typo.
6106
6107 2004-09-27  Aaron W. LaFramboise <aaronraolete36@aaronwl.com>
6108
6109         * libgcc2.c (getpagesize): Change type of return value to int.
6110
6111 2004-09-26  Matt Austern  <austern@apple.com>
6112
6113         * ggc-page.c (GGC_QUIRE_SIZE): Bump up from 16 to 256 if we're
6114         using mmap.
6115
6116 2004-09-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6117
6118         * bitmap.h (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_COMPL_IN_BITMAP,
6119         EXECUTE_IF_AND_IN_BITMAP): Changed to iterator style.
6120         (bitmap_iterator): New type.
6121         (bmp_iter_common_next_1, bmp_iter_single_next_1, bmp_iter_single_init,
6122         bmp_iter_end_p, bmp_iter_single_next, bmp_iter_and_not_next_1,
6123         bmp_iter_and_not_init, bmp_iter_and_not_next, bmp_iter_and_next_1,
6124         bmp_iter_and_init, bmp_iter_and_next): New functions.
6125         * basic-block.h (EXECUTE_IF_SET_IN_REG_SET,
6126         EXECUTE_IF_AND_COMPL_IN_REG_SET, EXECUTE_IF_AND_IN_REG_SET): Changed to
6127         use iterator-style EXECUTE_IF_IN_BITMAP macros.
6128         * bitmap.c (bitmap_print): Ditto.
6129         * bt-load.c (clear_btr_from_live_range, add_btr_to_live_range,
6130         btr_def_live_range): Ditto.
6131         * cfganal.c (compute_dominance_frontiers_1) Ditto.
6132         * cgraphunit.c (convert_UIDs_in_bitmap, cgraph_characterize_statics):
6133         Ditto.
6134         * ddg.c (build_inter_loop_deps): Ditto.
6135         * df.c (FOR_EACH_BB_IN_BITMAP, df_bb_reg_info_compute, df_refs_update):
6136         Ditto.
6137         * except.c (remove_eh_handler): Ditto.
6138         * flow.c (reg_set_to_hard_reg_set): Ditto.
6139         * gcse.c (clear_modify_mem_tables): Ditto.
6140         * global.c (build_insn_chain): Ditto.
6141         * ifcvt.c (dead_or_predicable): Ditto.
6142         * loop-invariant.c (get_inv_cost, set_move_mark, move_invariant_reg):
6143         Ditto.
6144         * ra-build.c (livethrough_conflicts_bb, conflicts_between_webs): Ditto.
6145         * ra-rewrite.c (reloads_to_loads, rewrite_program2,
6146         detect_web_parts_to_rebuild, delete_useless_defs, actual_spill): Ditto.
6147         * tree-cfg.c (allocate_ssa_names, tree_duplicate_sese_region,
6148         tree_purge_all_dead_eh_edges): Ditto.
6149         * tree-into-ssa.c (compute_global_livein, insert_phi_nodes,
6150         insert_phi_nodes_for, debug_def_blocks_r, invalidate_name_tags,
6151         rewrite_ssa_into_ssa): Ditto.
6152         * tree-outof-ssa.c (find_replaceable_exprs): Ditto.
6153         * tree-sra.c (scan_function, decide_instantiations, scalarize_parms):
6154         Ditto.
6155         * tree-ssa-alias.c (init_alias_info, compute_points_to_and_addr_escape,
6156         compute_flow_sensitive_aliasing, maybe_create_global_var,
6157         dump_points_to_info_for): Ditto.
6158         * tree-ssa-dce.c (EXECUTE_IF_CONTROL_DEPENDENT): Ditto.
6159         * tree-ssa-dse.c (dse_finalize_block): Ditto.
6160         * tree-ssa-live.c (live_worklist, calculate_live_on_entry,
6161         calculate_live_on_exit, build_tree_conflict_graph, dump_live_info):
6162         Ditto.
6163         * tree-ssa-loop-ivopts.c (find_induction_variables,
6164         find_interesting_uses, add_old_ivs_candidates, alloc_use_cost_map,
6165         determine_use_iv_costs, determine_set_costs, find_best_candidate,
6166         set_cost_up_to, create_new_ivs, remove_unused_ivs, free_loop_data):
6167         Ditto.
6168         * tree-ssa-loop-manip.c (add_exit_phis_var, add_exit_phis): Ditto.
6169         * tree-ssa-operands.c (get_asm_expr_operands, add_call_clobber_ops,
6170         add_call_read_ops): Ditto.
6171         * tree-ssa-pre.c (bitmap_print_value_set, insert_aux): Ditto.
6172
6173 2004-09-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6174
6175         * pa.c (print_operand): Use non-trapping completers for UNLE, UNLT,
6176         UNGE, UNGT, UNEQ, UNORDERED and ORDERED comparisons.
6177
6178 2004-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
6179
6180         * builtins.c (expand_builtin_memcmp): Adjust MEM_SIZE to
6181         reflect size of memory regions being compared.
6182
6183 2004-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
6184
6185         * builtins.c (get_memory_rtx): Set mem attributes for non-ADDR_EXPR
6186         expressions.  Always clear MEM_SIZE and alias set.
6187
6188 2004-09-26  Roger Sayle  <roger@eyesopen.com>
6189             Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6190
6191         PR middle-end/17112
6192         * stor-layout.c (compute_record_mode): For records with a single
6193         field, only use the field's mode if its size matches what we'd
6194         have choosen for the record ourselves.  This forces the use of
6195         BLKmode for packed records that don't completely fill a mode.
6196
6197 2004-09-26  Roger Sayle  <roger@eyesopen.com>
6198
6199         PR middle-end/17151
6200         * combine.c (force_to_mode): Remove dubious early return test that
6201         inhibits further optimization.
6202
6203 2004-09-26  Kazu Hirata  <kazu@cs.umass.edu>
6204
6205         * profile.c: Fix a comment typo.
6206
6207 2004-09-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6208
6209         PR bootstrap/17591
6210         * tree-ssa-loop-im.c (for_each_index): Call callback for component_refs
6211         with varying offset.
6212         * tree-ssa-loop-ivopts.c (abnormal_ssa_name_p): New function.
6213         (idx_contains_abnormal_ssa_name_p): Scan step and lower bound for
6214         ARRAY_REFS.
6215         (expr_invariant_in_loop_p): New function.
6216         (idx_find_step): Handle step and lower bound for ARRAY_REFs.  Handle
6217         component_ref_field_offset for COMPONENT_REFs.  Do not allow
6218         ALIGN_INDIRECT_REFs and MISALIGNED_INDIRECT_REFs.
6219         (add_address_candidates): Do not handle ALIGN_INDIRECT_REFs and
6220         MISALIGNED_INDIRECT_REFs.
6221         (idx_remove_ssa_names): Handle step and lower bound for ARRAY_REFs.
6222         (rewrite_address_base): Do not handle ALIGN_INDIRECT_REFs and
6223         MISALIGNED_INDIRECT_REFs.
6224
6225 2004-09-26  Joseph S. Myers  <jsm@polyomino.org.uk>
6226
6227         PR c/11459
6228         * gcc.c (cpp_options, cc1_options): Preserve relative order of
6229         -std and -ansi options.
6230
6231 2004-09-26  Jan Hubicka  <jh@suse.cz>
6232
6233         * dwarf2out.c (dwarf2out_finish): Set parent to comp_unit_die
6234         for nested functions whose proper parent has not been output.
6235
6236         * profile.c (compute_branch_probabilities): Use REG_BR_PROB notes
6237         when re-constructing profile previously invalidated by loop.
6238
6239 2004-09-25  Dale Johannesen  <dalej@apple.com>
6240
6241         * tree-gimple.c:  Move GIMPLE definition...
6242         * doc/tree-ssa.texi:  here.
6243
6244 2004-09-25  Kazu Hirata  <kazu@cs.umass.edu>
6245
6246         * tree-vectorizer.c: Fix a comment typo.
6247
6248 2004-09-25  Kazu Hirata  <kazu@cs.umass.edu>
6249
6250         * c-typeck.c, defaults.h, dwarf.h, dwarf2out.c, fold-const.c,
6251         gthr-dce.h, gthr-posix.h, gthr-solaris.h, gthr-win32.h,
6252         lambda-code.c, lambda-mat.c, libgcc2.c, stmt.c,
6253         tree-ssa-pre.c, tree-vn.c, tree.h: Fix comment formatting.
6254
6255 2004-09-25  Kazu Hirata  <kazu@cs.umass.edu>
6256
6257         * tree-ssa-loop-unswitch.c: Fix a comment typo.
6258
6259 2004-09-25  Kazu Hirata  <kazu@cs.umass.edu>
6260
6261         * doc/passes.texi: Fix a typo.
6262
6263 2004-09-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6264
6265         * tree-optimize.c (init_tree_optimization_passes): Add
6266         pass_record_bounds.
6267         * tree-pass.h (pass_record_bounds): Declare.
6268         * tree-ssa-loop.c (tree_ssa_loop_bounds, pass_record_bounds):
6269         New pass.
6270
6271 2004-09-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6272
6273         PR tree-optimization/17474
6274         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Determine
6275         offset of the field correctly when DECL_FIELD_BIT_OFFSET != 0.
6276
6277 2004-09-25  Jan Hubicka  <jh@suse.cz>
6278
6279         * predict.c (counts_to_freqs): Make global.
6280         * predict.h (counts_to_freqa): Declare.
6281         * profile.c (compute_branch_probabilities): Compute frequencies
6282         * tree-profile.c (do_tree_profiling): Refine conditional on when
6283         tree profiling pass is needed.
6284
6285         * passes.c (rest_of_handle_cfg): Disable const/pure function
6286         detection when doing tree based profiling.
6287
6288         * tree-inline.c (expand_call_inline): Fix incorrectly reversed
6289         conditional.
6290
6291 2004-09-25  Richard Sandiford  <rsandifo@redhat.com>
6292
6293         * config/mips/mips.h (struct mips_args): Clarify comments.
6294         * config/mips/mips.c (struct mips_arg_info): Likewise.
6295         (mips_arg_info): Don't allow fpr_p to affect the register or
6296         stack alignment.  Remove o64 silliness.
6297         (function_arg): Deal with the o32 float,float case specially.
6298
6299 2004-09-25  Richard Sandiford  <rsandifo@redhat.com>
6300
6301         * config/mips/mips.md (loadx, storex): Define for V2SF.
6302
6303 2004-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
6304
6305         * config/s390/s390-protos.h (s390_back_chain_rtx): Add prototype.
6306         * config/s390/s390.c (s390_back_chain_rtx): New function.
6307         * config/s390/s390.md ("allocate_stack"): Use s390_back_chain_rtx.
6308         Call anti_adjust_stack.
6309         ("restore_stack_block"): Use s390_back_chain_rtx.  Enable pattern
6310         only if compiling with back chain.
6311         ("save_stack_nonlocal", "restore_stack_nonlocal"): Save/restore
6312         back chain only if back chain enabled.  Use s390_back_chain_rtx.
6313
6314 2004-09-25  Joseph S. Myers  <jsm@polyomino.org.uk>
6315
6316         * doc/trouble.texi: Remove obsolete information.  Update
6317         information on how to regenerate fixincluded headers.
6318
6319 2004-09-25  Joseph S. Myers  <jsm@polyomino.org.uk>
6320
6321         PR c/12951
6322         * doc/invoke.texi: Document that
6323         -Wno-error-implicit-function-declaration is not accepted.
6324
6325 2004-09-24  Richard Henderson  <rth@redhat.com>
6326
6327         * config/alpha/alpha.h (UNITS_PER_SIMD_WORD): New.
6328         * config/alpha/alpha.c (alpha_vector_mode_supported_p): Don't depend
6329         on TARGET_MAX.
6330         (alpha_expand_mov): Allow unaligned vectors.
6331         (alpha_expand_unaligned_store): Use CONST0_RTX.
6332         (TARGET_VECTORIZE_MISALIGNED_MEM_OK): New.
6333
6334 2004-09-24 Jeff Law  <law@redhat.com>
6335
6336         * tree-ssa-dom.c (dom_opt_finalize_block): Fix violation of strict
6337         aliasing rules.
6338         (simplify_cond_and_lookup_avail_expr): Likewise.
6339
6340 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
6341
6342         PR c/12802
6343         * doc/extend.texi (Unnamed Fields): Remove "." from end of long
6344         title.  Document interaction with -fms-extensions.
6345         * doc/invoke.texi (-fms-extensions): Refer to Unnamed Fields
6346         section.
6347
6348 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
6349
6350         PR c/12713
6351         * doc/extend.texi: Document interaction of attribute noreturn and
6352         longjmp.
6353
6354 2004-09-24  Richard Henderson  <rth@redhat.com>
6355
6356         PR rtl-opt/17503
6357         * regclass.c (subregs_of_mode): Turn into an htab.  Make static.
6358         (som_hash, som_eq): New.
6359         (init_subregs_of_mode, record_subregs_of_mode): New.
6360         (cannot_change_mode_set_regs): Rewrite for htab implementation.
6361         (invalid_mode_change_p): Likewise.
6362         * combine.c (gen_lowpart_for_combine): Use record_subregs_of_mode.
6363         * flow.c (mark_used_regs): Likewise.
6364         (life_analysis): Use init_subregs_of_mode.
6365         * regs.h (subregs_of_mode): Remove.
6366         * rtl.h (init_subregs_of_mode, record_subregs_of_mode): Declare.
6367
6368 2004-09-24  Andrew Pinski  <pinskia@physics.uc.edu>
6369
6370         * tree-ssa-phiopt.c (conditional_replacement): Use the correct
6371         type with the copy of the conditional.
6372
6373 2004-09-24  Andrew Pinski  <pinskia@physics.uc.edu>
6374
6375         PR tree-opt/16954
6376         * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
6377         Prevent renaming if the aliasing sets of the type which the
6378         pointer points to are different.
6379
6380 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
6381
6382         PR c/17188
6383         * c-decl.c (diagnose_mismatched_decls): Check for duplicate
6384         declarations of enumerators.
6385         (start_struct): Check TYPE_SIZE rather than TYPE_FIELDS to check
6386         for redefinition.  Check for nested redefinition.
6387         (finish_struct): Don't check for nested redefinition.
6388         (start_enum): Check for nested redefinition.
6389
6390 2004-09-24  Devang Patel  <dpatel@apple.com>
6391
6392         * tree-if-conv.c (tree_if_convert_cond_expr0: Create temp. variable
6393         only when necesssary.
6394         (combine_blocks): Combine loop header and exit block.
6395
6396 2004-09-24  Paolo Bonzini  <bonzini@gnu.org>
6397
6398         * hooks.c (hook_tree_tree_bool_null): New.
6399         * hooks.h (hook_tree_tree_bool_null): Declare it.
6400         * target-def.c (TARGET_FOLD_BUILTIN): Point to it.
6401         * targhooks.c (default_fold_builtin): Remove.
6402         * targhooks.h (default_fold_builtin): Remove.
6403
6404 2004-09-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6405
6406         PR rtl-optimization/17625
6407         * loop-doloop.c (doloop_modify): Unshare rtl before emitting it.
6408
6409 2004-09-24  Andrew Pinski  <pinskia@physics.uc.edu>
6410
6411         PR tree-opt/17624
6412         * tree-ssa-forwprop.c (record_single_argument_cond_exprs):
6413         Reject if any of the operands occur in an abnormal PHI.
6414
6415 2004-09-24  Andreas Schwab  <schwab@suse.de>
6416
6417         * tree-ssa-dom.c (record_range): Fix violation of strict aliasing
6418         rules.
6419
6420 2004-09-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
6421
6422         * config.gcc (sparc64-*-solaris2*): Include sparc/sol2-gas.h
6423         if the GNU assembler is used.
6424         (sparc-*-solaris2*): Likewise.
6425         * dbxout.c (NO_DBX_BNSYM_ENSYM): Default to zero.
6426         (dbxout_function_end): Protect N_ENSYM with it.
6427         (dbxout_begin_prologue): Protect N_BNSYM with it.
6428         * doc/tm.texi (NO_DBX_BNSYM_ENSYM): Document it.
6429         * config/sparc/sol2.h (NO_DBX_BNSYM_ENSYM): Define to 1.
6430         * config/sparc/sol2-gas.h: New file.
6431
6432 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
6433
6434         PR bootstrap/17369
6435         * Makefile.in (@set_gcc_lib_path@): Added.
6436
6437         * configure.ac: Include ../config/gcc-lib-path.m4. Use
6438         TL_AC_GNU_MAKE_GCC_LIB_PATH.
6439         * configure: Regenerated.
6440
6441 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
6442
6443         PR c/6980
6444         * c-typeck.c (build_c_cast): Improve wording of
6445         -Wbad-function-cast diagnostic.
6446
6447 2004-09-23  Hans-Peter Nilsson  <hp@axis.com>
6448
6449         PR target/17626
6450         * config/cris/cris.md (moverside, movemside): Rename variable
6451         "reg" to "otherop".  To generate canonical RTX, check that otherop
6452         isn't constant instead of checking that operand 1 is a register.
6453
6454 2004-09-23  Jakub Jelinek  <jakub@redhat.com>
6455
6456         * tree-ssa-propagate.c (set_rhs): Fail if EXPR is COMPOUND_EXPR.
6457
6458 2004-09-23  Diego Novillo  <dnovillo@redhat.com>
6459             Jakub Jelinek  <jakub@redhat.com>
6460
6461         * tree-flow.h (find_new_referenced_vars): Add prototype.
6462         * tree-sra.c (find_new_referenced_vars_1, find_new_referenced_vars):
6463         Move to...
6464         * tree-dfa.c (find_new_referenced_vars_1, find_new_referenced_vars):
6465         ... here.
6466         (mark_new_vars_to_rename): Walk through all operands.
6467         * tree-ssa-ccp.c (convert_to_gimple_builtin): New function.
6468         (execute_fold_all_builtins): Use it.
6469         (pass_fold_builtins): Add TODO_rename_vars to todo_flags_finish.
6470
6471 2004-09-23  P.J. Darcy  <darcypj@us.ibm.com>
6472
6473         * gthr-tpf.h: New file.
6474         * config.gcc (s390x-ibm-tpf*): Add thread_file='tpf'.
6475         * gthr.h: Use gthr-tpf.h on TPF OS.
6476
6477 2004-09-23 Jeff Law  <law@redhat.com>
6478
6479         * tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE rather
6480         than SSA_NAME_EQUIV and SET_SSA_NAME_EQUIV.
6481         (substitute_and_fold):  Likewise.
6482         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Remove everything
6483         except invariants from SSA_NAME_VALUE.
6484         (thread_across_edge): Use SSA_NAME_VALUE rather than SSA_NAME_EQUIV
6485         and SET_SSA_NAME_EQUIV.
6486         (restore_vars_to_original_value, record_const_or_copy): Likewise.
6487         (record_equivalences_from_phis, record_const_or_copy_1): Likewise.
6488         (record_equality, cprop_into_successor_phis): Likewise.
6489         (record_equivalences_from_stmt, cprop_operand): Likewise.
6490         (lookup_avail_expr): Likewise.
6491         * tree-ssa-pre.c (fini_pre): Remove everything except invariants
6492         from SSA_NAME_VALUE.
6493         * tree.h (SSA_NAME_EQUIV, SET_SSA_NAME_EQUIV): Kill.
6494         (struct tree_ssa_name):  Kill EQUIV field.  Remove GGC skip
6495         annotation from the VALUE_HANDLE field.
6496
6497 2004-09-21 Fariborz Jahanian <fjahanian@apple.com>
6498
6499         PR c++/13989
6500         PR c++/9844
6501         * tree.c (reconstruct_complex_type): Remove extra "this".
6502         * config/rs6000/rs6000.c (rs6000_handle_altivec_attribute):
6503         Add V4SFmode to case statement.
6504
6505 2004-09-23  Joseph S. Myers  <jsm@polyomino.org.uk>
6506
6507         PR c/16833
6508         * doc/extend.texi, doc/invoke.texi: Document interaction of
6509         -fno-builtin with format checks.  Note that built-in functions
6510         have effects beyond generating code that avoids calls to those
6511         functions.
6512
6513 2004-09-23  Frank Ch. Eigler <fche@redhat.com>
6514
6515         PR tree-optimization/17533
6516         * dominance.c (verify_dominators): Tolerate even more incorrect
6517         dominance data during error message printing.
6518         * tree-mudflap.c (mf_build_check_statement_for): Build basic blocks
6519         and edges more correctly.
6520
6521 2004-09-23  Dorit Naishlos <dorit@il.ibm.com>
6522
6523         * tree.def (ALIGN_INDIRECT_REF, MISALIGNED_INDIRECT_REF):
6524         New tree-codes.
6525         * tree.h (REF_ORIGINAL): Consider ALIGN_INDIRECT_REF and
6526         MISALIGNED_INDIRECT_REF.
6527         * alias.c (get_alias_set, nonoverlapping_memrefs_p): Likewise.
6528         * emit-rtl.c (mem_expr_equal_p, set_mem_attributes_minus_bitpos):
6529         Likewise.
6530         * expr.c (safe_from_p, expand_expr_real_1, rewrite_address_base)
6531         (find_interesting_uses_address): Likewise.
6532         * fold-const.c (non_lvalue, operand_equal_p): Likewise.
6533         (build_fold_addr_expr_with_type): Likewise.
6534         * gimplify.c (gimplify_addr_expr, gimplify_expr): Likewise.
6535         * print-rtl.c (print_mem_expr): Likewise.
6536         * tree-dump.c (dequeue_and_dump): Likewise.
6537         * tree-eh.c (tree_could_trap_p): Likewise.
6538         * tree-gimple.c (is_gimple_addressable, get_base_address): Likewise.
6539         * tree-pretty-print.c (op_prio, op_symbol, dump_generic_node): Likewise.
6540         * tree-ssa-alias.c (find_ptr_dereference, ptr_is_dereferenced_by):
6541         Likewise.
6542         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
6543         * tree-ssa-dom.c (record_equivalences_from_stmt): Likewise.
6544         * tree-ssa-loop-im.c (for_each_index, is_call_clobbered_ref): Likewise.
6545         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Likewise.
6546         (add_address_candidates, rewrite_address_base): Likewise.
6547         * tree-ssa-operands.c (get_expr_operands, get_indirect_ref_operands):
6548         Likewise.
6549         * tree.c (staticp, build1_stat): Likewise.
6550
6551         * tree.def (REALIGN_LOAD_EXPR, REALIGN_STORE_EXPR): New tree-codes.
6552         * tree-pretty-print.c (dump_generic_node): Consider REALIGN_LOAD_EXPR.
6553         * tree-ssa-operands.c (get_expr_operands): Likewise.
6554         * expr.c (expand_expr_real_1): Likewise.
6555
6556         * optabs.h (vec_realign_store_optab, vec_realign_load_optab): New
6557         optabs.
6558         (OTI_vec_realign_store, OTI_vec_realign_load): New optab_index values
6559         for the new optabs.
6560         (expand_ternary_op): New function.
6561         * genopinit.c (optabs): Handle the new optabs.
6562         * optabs.c (optab_for_tree_code): Add cases for the new tree-codes.
6563         (init_optabs): Initialize vec_realign_load_optab.
6564         (expand_ternary_op): New functions.
6565
6566         * target-def.h (TARGET_VECTORIZE): New member for struct gcc_target.
6567         (TARGET_VECTORIZE_MISALIGNED_MEM_OK): New member for targetm.vectorize.
6568         (TARGET_VECTORIZE_BUILTIN_MASK_FOR_LOAD): Likewise.
6569         (TARGET_VECTORIZE_BUILTIN_MASK_FOR_STORE): Likewise.
6570         * target.h (struct vectorize): New member for struct gcc_target.
6571         (misaligned_mem_ok): New member for targetm.vectorize.
6572         (builtin_mask_for_load): Likewise.
6573         (builtin_mask_for_store): Likewise.
6574         * targethooks.c (default_vect_misaligned_mem_ok): New function.
6575         * targethooks.h (default_vect_misaligned_mem_ok): New function.
6576
6577         * config/rs6000/altivec.md (build_vector_mask_for_load): New
6578         define_expand.
6579         (vec_realign_load_v4si, vec_realign_load_v4sf, vec_realign_load_v8hi)
6580         (vec_realign_load_v16qi): New define_insn.
6581         * config/rs6000/rs6000.h (ALTIVEC_BUILTIN_MASK_FOR_LOAD):
6582         (ALTIVEC_BUILTIN_MASK_FOR_STORE): New target builtins.
6583         * config/rs6000/rs6000.c (altivec_builtin_mask_for_load):
6584         (altivec_builtin_mask_for_store): New variables.
6585         (rs6000_builtin_mask_for_load): New function. Implements
6586         TARGET_VECTORIZE_BUILTIN_MASK_FOR_LOAD.
6587         (rs6000_builtin_mask_for_store): New function. Implements
6588         TARGET_VECTORIZE_BUILTIN_MASK_FOR_STORE.
6589         (rs6000_expand_builtin): Expand the target builtins
6590         builtin_mask_for_load and builtin_mask_for_store.
6591         (altivec_init_builtins): Initialize the new target builtins.
6592         * config/i386/i386.c (ix86_misaligned_mem_ok): New function.
6593         Implements the target hook TARGET_VECTORIZE_MISALIGNED_MEM_OK.
6594
6595         * tree-vectorizer.c (vect_create_data_ref): Renamed to
6596         vect_create_data_ref_ptr. Returns a pointer instead of an array-ref.
6597         (vect_create_addr_base_for_vector_ref): Additional argument (offset).
6598         (vectorizable_store): Call vect_create_data_ref_ptr with additional
6599         arguments, and create an indirect_ref with its return value data_ref.
6600         Check aligned_access_p.
6601         (vectorizable_load): Handle misaligned loads, using software-pipelined
6602         scheme with REALIGN_LOAD_EXPR and ALIGN_INDIRECT_REF if
6603         vec_realign_load_optab is supported, or using a scheme without
6604         software-pipelining with MISALIGNED_INDIRECT_REF if the target hook
6605         misaligned_mem_ok is supported.
6606
6607         (vect_finish_stmt_generation): Typo.
6608         (vect_enhance_data_refs_alignment): Rename loop_vinfo to loop_info.
6609         (vect_analyze_data_refs_alignment): Don't fail vectorization in the
6610         presence of misaligned loads.
6611         (vect_analyze_data_ref_access): Add check for constant init.
6612         (vect_get_symbl_and_dr): Remove duplicate line.
6613         * tree-vectorizer.h (DR_MISALIGNMENT): Add comment.
6614
6615 2004-09-23  Kazu Hirata  <kazu@cs.umass.edu>
6616
6617         * builtins.c: Fix a comment typo.
6618
6619 2004-09-23  Jan Hubicka  <jh@suse.cz>
6620
6621         * profile.c (branch_prob): Do not verify flow info in the middle of the
6622         pass.
6623
6624 2004-09-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6625
6626         * cfgloop.h (update_single_exits_after_duplication): Declare.
6627         (loopify, split_loop_bb): Declaration changed.
6628         * cfgloopmanip.c (split_loop_bb): Take void * as an argument instead
6629         of rtx.
6630         (loopify): Added redirect_all_edges argument.
6631         (update_single_exits_after_duplication): Export.
6632         * loop-unswitch.c (unswitch_loop): Changed due to loopify change.
6633         * tree-flow.h (tree_duplicate_loop_to_header_edge,
6634         tree_ssa_loop_version): Declare.
6635         * tree-ssa-loop-manip.c (copy_phi_node_args, rename_variables,
6636         set_phi_def_stmts, tree_duplicate_loop_to_header_edge,
6637         lv_adjust_loop_header_phi, lv_adjust_loop_entry_edge,
6638         lv_update_pending_stmts, tree_ssa_loop_version): New functions.
6639
6640         * tree-ssa-loop-unswitch.c: New file.
6641         * Makefile.in (tree-ssa-loop-unswitch.o): Add.
6642         * timevar.def (TV_TREE_LOOP_UNSWITCH): New timevar.
6643         * tree-flow.h (tree_ssa_unswitch_loops): Declare.
6644         * tree-optimize.c (init_tree_optimization_passes): Add pass_unswitch.
6645         * tree-pass.h (pass_unswitch): Declare.
6646         * tree-ssa-loop.c (tree_ssa_loop_unswitch,
6647         gate_tree_ssa_loop_unswitch, pass_unswitch): New pass.
6648         * doc/passes.texi: Documen tree level loop unswitching.
6649
6650 2004-09-23  Kazu Hirata  <kazu@cs.umass.edu>
6651
6652         * cfgexpand.c, config/s390/tpf-eh.c: Fix comment typos.
6653
6654 2004-09-22  Eric Christopher  <echristo@redhat.com>
6655
6656         * builtins.c (simplify_builtin_va_start): Remove.
6657         (simplify_builtin): Ditto.
6658         (fold_builtin_strchr): Ditto.
6659         (simplify_builtin_*): Rename remainders to fold_builtin_*.
6660         (expand_builtin): Fix up for above changes.
6661         (fold_builtin_1): Add new folders. Change for above.
6662         (expand_builtin_va_start): Call fold_builtin_next_arg.
6663         * gimplify.c (gimplify_call_expr): Fix calls to simplify_builtin.
6664         * tree.h: Remove prototype for simplify_builtin.
6665
6666 2004-09-23  Jan Hubicka  <jh@suse.cz>
6667
6668         PR debug/17389
6669         * dwarf2out.c (dwarf2out_finish): Deal with nested functions
6670         of fully inlined functions.
6671         * tree-inline.c (inline_forbidden_p_1): Nested functions can be
6672         inlined.
6673
6674         * cfgexpand.c (add_reg_br_prob_note): New function.
6675         (expand_gimple_cond_expr): Use it.
6676         (tree_expand_cfg): No longer kill the profile.
6677         * cfgrt.c (rtl_verify_flow_info_1): Check profile consistency
6678         only if it is present.
6679         * passes.c (rest_of_handle_loop_optimize): Kill the profile.
6680         * predict.c (combine_predictions_for_insn): Set the probabilities
6681         based on REG_BR_PROB note if present.
6682         * predict.c (branch_prob): Profile is read only with
6683         flag_branch_probabilities.
6684
6685 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
6686
6687         * aclocal.m4: Add in gettext's m4 includes.
6688         (AC_ICONV, AC_LCMESSAGES, GCC_PATH_PROG): Remove.
6689         * configure.ac: Add in check for iconv.h
6690         * configure: Regenerate.
6691
6692 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
6693
6694         * aclocal.m4: Update for rename of gettext-sister.m4.
6695
6696 2004-09-22  Daniel Berlin <dberlin@dberlin.org>
6697
6698         Fix PR tree-optimization/17587
6699         * tree-ssa-pre.c (fini_pre): Commit edge inserts here.
6700         (insert_aux): Instead of here.
6701
6702 2004-09-22  Diego Novillo  <dnovillo@redhat.com>
6703
6704         PR tree-optimization/16721
6705         * tree-dfa.c (dump_variable): Show TREE_THIS_VOLATILE.
6706         * tree-ssa-alias.c (create_memory_tag): Move setting of
6707         TREE_THIS_VOLATILE ...
6708         (get_tmt_for): ... here.
6709
6710 2004-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
6711
6712         * config/sparc/sparc.md (cmove splitter): Fix formatting.
6713         (conditional_trap expander): Reject inappropriate CCmodes.
6714         (conditional trap insn): Use V9 syntax if possible.
6715
6716 2004-09-22  Joseph S. Myers  <jsm@polyomino.org.uk>
6717
6718         PR c/16566
6719         * c-typeck.c (build_component_ref): Don't special-case
6720         COMPOUND_EXPR.
6721
6722 2004-09-22  Frank Ch. Eigler  <fche@redhat.com>
6723
6724         * dominance.c (verify_dominators): Don't SEGV if recount_dominator
6725         returns NULL.
6726
6727 2004-09-22  Kazu Hirata  <kazu@cs.umass.edu>
6728
6729         * doc/c-tree.texi (TRUTH_NOT_EXPR, TRUTH_ANDIF_EXPR,
6730         TRUTH_ORIF_EXPR, TRUTH_AND_EXPR, TRUTH_OR_EXPR,
6731         TRUTH_XOR_EXPR): Mention the restriction on types.
6732
6733 2004-09-22  Matt Austern  <austern@apple.com>
6734
6735         * config/darwin.c (darwin_make_decl_one_only):
6736         Allow coalesced symbol to appear in static archive's table of contents
6737
6738 2004-09-22  Kazu Hirata  <kazu@cs.umass.edu>
6739
6740         PR tree-optimization/17512
6741         * convert.c (convert_to_integer): Don't handle TRUTH_*_EXPR as
6742         special cases.
6743
6744 2004-09-22  David Edelsohn  <edelsohn@gnu.org>
6745
6746         * dbxout.c (get_lang_number): Do not define if
6747         DBX_OUTPUT_MAIN_SOURCE_DIRECTORY is defined.
6748
6749 2004-09-22  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
6750
6751         PR target/15583
6752         * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Add
6753         builtin_define ("__USE_INIT_FINI__").
6754
6755 2004-09-22  P.J. Darcy  <darcypj@us.ibm.com>
6756
6757         * config/s390/s390-protos.h (s390_emit_tpf_eh_return): Add prototype.
6758         * config/s390/s390.c (s390_emit_tpf_eh_return): New function.
6759         * config/s390/s390.h (TARGET_TPF): New macro.
6760         * config/s390/s390.md ("eh_return"): New expander.
6761         * config/s390/t-tpf (LIB2ADDEH): Use unwind-dw2-fde.c rather than
6762         unwind-dw2-fde-glibc.c.  Add config/s390/tpf-eh.c.
6763         (LIB2ADDEHDEP): Remove unwind-dw2-fde.c.
6764         * config/s390/tpf.h (TARGET_TPF): Define to 1.
6765         (STACK_POINTER_OFFSET): Increase to 448.
6766         (TARGET_DEFAULT): Set -mtpf-trace on as default.
6767         (TPF_LOC_DIFF_OFFSET): New macro.
6768         (ASM_PREFERRED_EH_DATA_FORMAT): Redefine to always use absolute
6769         encoding.
6770         (__isPATrange): Add prototype.
6771         (MD_FALLBACK_FRAME_STATE_FOR): Define.
6772         * config/s390/tpf-eh.c: New file.
6773
6774 2004-09-22  Diego Novillo  <dnovillo@redhat.com>
6775
6776         * fold-const.c (fold): Avoid non INTEGER_TYPEs when widening
6777         operands in an integer comparison.
6778         * tree-cfg.c (find_taken_edge): Call fold() to determine
6779         whether the predicate is known.
6780
6781 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
6782
6783         * aclocal.m4: Import AM_PROG_CC_C_O and AM_AUX_DIR_EXPAND.
6784         * configure.ac: Call AM_PROG_CC_C_O instead of AC_PROG_CC_C_O.
6785         Create build and doc directories along with the language directories.
6786         Don't create doc directory separately.
6787         * configure: Regenerate.
6788         * Makefile.in: Create all object and executables files built
6789         with the build compiler in a build/ directory.
6790         (genobjnames): Add missing build objects.
6791         (STAGESTUFF): Don't stage the gen* programs.
6792         (ggc-none.o): Define dependencies for the target compiler.
6793         (build-print-rtl.o): Rename to build/print-rtl.o.
6794         (build-errors.o): Rename to build/errors.o.
6795         (build-varray.o): Rename to build/varray.o.
6796         (maintainerclean): Delete the contents of the build directory.
6797         ($(genobjs): %.o): Explicitly use -o.
6798         (build/insn-conditions.o): Delete specfic rule to use generic rule.
6799         (build/gengtype-lex.o): Likewise.
6800         (build/gengtype-yacc.o): Likewise.
6801         (build/gcov-iov.o): Likewise.
6802
6803 2004-09-22  Nathan Sidwell  <nathan@codesourcery.com>
6804
6805         * vec.h (VEC_space): Return true if there _is_ space.
6806         (VEC_reserve): Adjust.
6807
6808 2004-09-22  Richard Sandiford  <rsandifo@redhat.com>
6809
6810         * config/mips/mips.c (mips_function_value): For o32, o64, n32 and n64,
6811         use FPRs for scalar, complex and vector types only.
6812
6813 2004-09-21 Jeff Law  <law@redhat.com>
6814
6815         * tree-ssa-dom.c (opt_stats): Move so that it lives just after
6816         the opt_stats_d structure.
6817         (vrp_data): Change from a varray into a hash table.
6818         (vrp_hash_elt): New structure for elements in the vrp hash table.
6819         (vrp_hash, vrp_eq):New functions for hashing and testing equality
6820         in the vrp hash table.
6821         (tree_ssa_dominator_optimize): Initialize VRP_DATA.  Reorganize
6822         initialization slightly to make it easier to read.  No longer need
6823         to grow/clear the varray.  Instead empty and delete the hash table.
6824         (dom_opt_finalize_block): Update due to change of VRP_DATA from
6825         a varray to a hash table.
6826         (simplify_cond_and_loop_avail_expr, record_range): Similarly.
6827
6828         * tree-ssa-ccp.c (get_default_value): If we have a constant
6829         value recorded for an SSA_NAME, then use that constant as
6830         the initial lattice value.
6831         (substitute_and_fold): Transfer equivalences discovered into
6832         SSA_NAME_EQUIV.
6833
6834         * tree.h (SSA_NAME_EQUIV): Add comments.
6835         (SET_SSA_NAME_EQUIV): Similarly.
6836
6837 2004-09-21  David Edelsohn  <edelsohn@gnu.org>
6838
6839         * config/rs6000/linux64.h (PROCESSOR_DEFAULT64): Default to POWER4.
6840
6841         * config/rs6000/rs6000.c (rs6000_adjust_cost): dep_insn is used.
6842
6843 2004-09-21  Mark Mitchell  <mark@codesourcery.com>
6844
6845         * c-decl.c (implicityl_declare): Call maybe_apply_renaming_pragma.
6846         (finish_decl): Likewise.
6847
6848 2004-09-21  Devang Patel  <dpatel@apple.com>
6849
6850         * tree.def (VEC_COND_EXPR): New tree node.
6851         * tree-ssa-operands.c (get_expr_operands): Handle VEC_COND_EXPR.
6852
6853 2004-09-21  Stan Shebs  <shebs@apple.com>
6854
6855         * config/rs6000/darwin-tramp.asm: Add __ppc64__ case.
6856         * config/rs6000/darwin-world.asm: Likewise.
6857
6858 2004-09-21  Daniel Berlin  <dberlin@dberlin.org>
6859
6860         * tree-ssa.c (verify_def): Use print_generic_stmt,
6861         not debug_generic_stmt.
6862         (verify_use): Ditto.
6863         (verify_phi_args): Ditto.
6864         (verify_ssa): Ditto.
6865
6866 2004-09-21  Paul Brook  <paul@codesourcery.com>
6867
6868         * varasm.c (default_assemble_integer): Return false for values wider
6869         than the target word size.  Works around GAS bug.
6870
6871 2004-09-21  Zack Weinberg  <zack@codesourcery.com>
6872
6873         * reg-notes.def (REG_DEP_TRUE): New entry, place first so it
6874         gets value 0.
6875         * print-rtl.c (print_rtx): Print the name of a REG_NOTE even
6876         if it has value 0.
6877
6878 2004-09-21  Daniel Berlin <dberlin@dberlin.org>
6879
6880         * c-typeck.c (build_function_call): Give name of object
6881         we are attempting to call in error message.
6882         * c-objc-common.c (c_tree_printer): Call pp_expression,
6883         not return false, for 'E' case.
6884
6885 2004-09-21  Steven Bosscher  <stevenb@suse.de>
6886
6887         PR rtl-optimization/17482
6888         * postreload-gcse.c (reg_avail_info, oprs_unchanged_p,
6889         load_killed_in_block_p): Clarify comments.
6890         (record_last_reg_set_info): Make static inline.
6891         (mark_call, mark_set, mark_clobber, mark_oprs_set): Remove.
6892         (record_opr_changes): New function to replace the above.
6893         (compute_hash_table): Clarify comments.  Use record_opr_changes.
6894         (reg_set_between_after_reload_p): Clean up.
6895         (reg_used_between_after_reload_p): Likewise.
6896         (eliminate_partially_redundant_load): Clarify comments.
6897
6898 2004-09-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
6899
6900         PR rtl-optimization/17266
6901         * regmove.c (optimize_reg_copy_3): Make a new SUBREG for each insn.
6902
6903 2004-09-21  Uros Bizjak  <uros@kss-loka.si>
6904
6905         PR rtl-optimization/14851
6906         * rtlanal.c (commutative_operand_precedence): Calculate
6907         precedence of stripped constant.
6908
6909 2004-09-20 Jeff Law  <law@redhat.com>
6910            Jan Hubicka  <jh@suse.cz>
6911
6912         * tree-ssanames.c (make_ssa_name): No longer need to clear, then
6913         initialize key elements here.
6914         (release_ssa_name): Zero the released SSA_NAME here.
6915         * tree.h (SSA_NAME_EQUIV, SET_SSA_NAME_EQUIV): New macros.
6916         (struct tree_ssa_name): Add new "equiv" field.
6917         * tree-ssa-dom.c (const_and_copies): Kill the global varray.
6918         (tree_ssa_dominator_optimize): No longer allocate, resize or
6919         clear CONST_AND_COPIES.
6920         (get_value_for, set_value_for): Kill.
6921         (thread_across_edge): Get/set the equivalency using
6922         SSA_NAME_EQUIV and SET_SSA_NAME_EQUIV.
6923         (restore_vars_to_original_value): Likewise.
6924         (record_equivalences_from_phis): Likewise.
6925         (record_dominating_conditions): Likewise.
6926         (record_const_or_copy, record_equality): Likewise.
6927         (lookup_avail_expr): Likewise.
6928         (record_equivalences_from_stmt, cprop_operand): Likewise.
6929         (cprop_into_successor_phis): No longer need to pass around
6930         CONST_AND_COPIES.  Callers updated. Get equivalences via
6931         SSA_NAME_EQUIV.
6932         (cprop_into_phis): Likewise.
6933
6934 2004-09-20  Matt Austern <austern@apple.com>
6935             Zack Weinberg  <zack@codesourcery.com>
6936
6937         * c-common.c (fix_string_type): Build the unqualified array
6938         type unconditionally, then use c_build_qualified_type to get
6939         the proper const-qualified variant, and set its
6940         TYPE_MAIN_VARIANT to refer to the unqualified type.
6941         * c-lex.c (c_lex_return_raw_string): New global.
6942         (c_lex_with_flags): Honor it.
6943         * c-pragma.h: Declare it.
6944
6945 2004-09-20  Daniel Berlin  <dberlin@dberlin.org>
6946
6947         * Makefile.in: Fix flags.h dependencies to be $(FLAGS_H).
6948
6949 2004-09-21  Jan Hubicka  <jh@suse.cz>
6950
6951         PR middle-end/17126
6952         * tree-optimize.c (update_inlined_to_pointers): Fix the recursion.
6953         (tree_rest_of_compilation): Cleanup.
6954
6955 2004-09-20  Ulrich Weigand  <uweigand@de.ibm.com>
6956
6957         * config/s390/s390.c (s390_select_rtx_section): Remove.
6958         (TARGET_ASM_SELECT_RTX_SECTION): Do not redefine.
6959
6960 2004-09-20  Kaz Kojima  <kkojima@gcc.gnu.org>
6961
6962         * config/sh/sh.c (sh_expand_prologue): Add a REG_FRAME_RELATED_EXPR
6963         note to pretend a direct save from the original register when an
6964         intermediate register is used for the save.
6965
6966 2004-09-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6967
6968         * tsystem.h (alloca): Provide a default definition.
6969
6970         Revert:
6971         2001-08-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6972             * unwind-dw2.c: Call __builtin_alloca, not alloca.
6973
6974 2004-09-20  Andrew Pinski  <pinskia@physics.uc.edu>
6975
6976         PR tree-opt/17558
6977         * tree-ssa-copy.c (may_propagate_copy): Only allow if the
6978         aliasing sets are the same rather than just conflicting.
6979
6980 2004-09-20  Jan Hubicka  <jh@suse.cz>
6981
6982         PR middle-end/16460
6983
6984         * cgraph.c (cgraph_unnest_node): New function.
6985         (c_finalize): Rename to ....
6986         (c_warn_unused_result_recursivly): ... this one; do only the warning
6987         (finish_function): Finalize the toplevel function; do not lower nested tree.
6988         * cgraph.h (cgraph_unnest_node): Declare.
6989         * cgraphunit.c (decide_is_function_needed): Do not use cgraph
6990         nestedness datastructure.
6991         * cse.c (cse_insn): Do not cprop nonlocal LABEL_REFs.
6992         * reload1.c (set_label_offsets): Fix call of set_label_offsets.
6993         * tree-nested.c (finlize_nesting_tree_1):  Use un-nesting code.
6994
6995 2004-09-20  Richard Henderson  <rth@redhat.com>
6996
6997         * config/alpha/alpha.c (some_small_symbolic_operand_int): Rename
6998         from some_small_symbolic_operand_1; export.
6999         (some_small_symbolic_operand): Remove.
7000         * config/alpha/alpha.md (some_small_symbolic_operand splitter): Remove
7001         extra C check.
7002         * config/alpha/predicates.md (some_small_symbolic_operand): New.
7003
7004 2004-09-20  Jan Hubicka  <jh@suse.cz>
7005
7006         * predict.c (return_prediction): New function.
7007         (apply_return_prediction): Likewise.
7008         (tree_bb_level_predictions): Likewise.
7009         (tree_estimate_probability): Add noreturn exit edges; call
7010         bb_level_predictions; fix logic of return heuristics.
7011         (predict_paths_leading_to):  Rescuesce from old CVS version of
7012         process_note_prediction function.
7013         * predict.def (PRED_TREE_EARLY_RETURN): New predictor.
7014
7015 2004-09-20  Andreas Krebbel  <krebbel1@de.ibm.com>
7016
7017         * config/s390/s390.c (s390_frame_info): Added alignment statement for
7018         floating point register area on stack.
7019
7020 2004-09-20  Jakub Jelinek  <jakub@redhat.com>
7021
7022         * predict.c (expr_expected_value): Use *_CLASS_P macros.
7023
7024 2004-09-20  Daniel Berlin  <dberlin@dberlin.org>
7025
7026         * tree-ssa-pre.c (compute_antic_aux): Use malloc'd worklist, to avoid
7027         generating useless garbage.
7028
7029 2004-09-20  Paolo Bonzini  <bonzini@gnu.org>
7030
7031         * builtins.c (fold_builtin): Call the new omonymous
7032         target hook for machine-dependent built-ins.
7033         * target-def.h (TARGET_FOLD_BUILTIN): New.
7034         * target.h (struct gcc_target): Add the fold_builtin hook.
7035         * targhooks.c (default_fold_builtin): New.
7036         * targhooks.h (default_fold_builtin): Declare it.
7037
7038 2004-09-20  Kazu Hirata  <kazu@cs.umass.edu>
7039
7040         * cfg.c, tree-ssa-threadupdate.c, tree-vectorizer.c: Fix
7041         comment typos.
7042
7043 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
7044
7045         PR target/17565
7046         * config/mips/mips.md (define_asm_attributes): Set can_delay to no.
7047
7048 2004-09-20  Jan Hubicka  <jh@suse.cz>
7049
7050         * predict.c (estimate_probability): Remove unnecesary code.
7051
7052 2004-09-19  Ira Rosen  <irar@il.ibm.com>
7053
7054         * tree-vectorizer.h (stmt_vec_info): Add vect_dr_base field.
7055         (STMT_VINFO_VECT_DR_BASE): Declare.
7056         (VECT_SMODULO): Declare.
7057         * tree-vectorizer.c (vect_compute_array_ref_alignment): New function.
7058         (vect_compute_array_base_alignment): New function.
7059         (vect_analyze_data_ref_access): Check array indices. Remove one
7060         dimensional arrays restriction.
7061         (vect_get_ptr_offset): New function.
7062         (vect_get_symbl_and_dr): New function.
7063         (vect_get_base_and_bit_offset): Support additional data refs. Renamed
7064         (former name vect_get_base_decl_and_bit_offset).
7065         (vect_create_index_for_array_ref): Removed.
7066         (vect_create_index_for_vector_ref): New function.
7067         (vect_create_addr_base_for_vector_ref): New function.
7068         (vect_create_data_ref): Handle additional data refs. Call
7069         vect_create_index_for_vector_ref and vect_create_addr_base_for_vector_ref.
7070         (vect_compute_data_ref_alignment): Support the changes. Call
7071         vect_get_base_and_bit_offset.
7072         (vect_analyze_data_refs): Call vect_get_symbl_and_dr. Support additional
7073         data refs. Store vect_dr_base.
7074         (vect_analyze_data_ref_accesses): Support nonconstant init.
7075         (new_stmt_vec_info): Initialize vect_dr_base field.
7076         (vect_is_simple_iv_evolution): Call initial_condition_in_loop_num.
7077         (get_vectype_for_scalar_type): Check for BLKmode.
7078         * tree-chrec.h (initial_condition_in_loop_num): Declare.
7079         * tree-chrec.c (initial_condition_in_loop_num): New function.
7080         (chrec_component_in_loop_num): New function.
7081         (evolution_part_in_loop_num): Call chrec_component_in_loop_num.
7082         * tree-data-ref.c (analyze_array_indexes): Change parameter (access_fns)
7083         to be pointer to varray_type.
7084
7085 2004-09-19  Jan Hubicka  <jh@suse.cz>
7086
7087         * basic-block.h (update_bb_profile_after_threading): Declare.
7088         * cfg.c (update_bb_profile_after_threading): Break out from ...
7089         * cfgcleanup.c (try_forward_edges): ... here; use it.
7090         * tree-ssa-dom.c (thread_across_edge): Use it.
7091         * tree-ssa-threadupdate.c (create_block_for_threading): Zero out
7092         profile of the new BB.
7093
7094 2004-09-19  Daniel Berlin  <dberlin@dberlin.org>
7095
7096         * tree-ssa-pre.c (insert_into_set): Don't put
7097         is_gimple_min_invariant values into the set.
7098
7099 2004-09-19  Andreas Jaeger  <aj@suse.de>
7100
7101         * tree-ssa-dom.c (restore_nonzero_vars_to_original_value): Fix
7102         prototype.
7103
7104 2004-09-18  Kazu Hirata  <kazu@cs.umass.edu>
7105
7106         * config/cris/cris.h: Preserve the original spelling in a
7107         quote.
7108
7109 2004-09-18 Jeff Law  <law@redhat.com>
7110
7111         * tree-ssa-dom.c (nonzero_vars_stack, vrp_variables_stack): New
7112         global varrays to replace the block local varrays.
7113         (struct dom_walk_block_data): Remove, no longer used.
7114         (get_eq_expr_value): No longer need to pass around pointers to local
7115         varrays.  Callers updated.  Unused markers added to unused parameters.
7116         (record_range, record_equivalences_from_stmt): Likewise.
7117         (record_equivalences_from_incoming_edge): Likewise.
7118         (record_var_is_nonzero): Likewise.  Update now that we have a
7119         single global varray of SSA_NAMEs that need restoring.
7120         (dom_opt_initialize_block_local_data): Kill, no longer used.
7121         (tree_ssa_dominator_optimize): Initialize new global varrays.
7122         Update callbacks in dominator walker structure.
7123         (dom_opt_initialize_block): Add markers to NONZERO_VAR_STACK and
7124         VRP_VARIABLES_STACK.
7125         (restore_nonzero_vars_to_original_value): Update now that we have
7126         a single global varray of SSA_NAMEs that need restoring.
7127         (dom_opt_finalize_block): Similarly for VRP_VARIABLES_STACK.
7128         Remove unused variables.
7129         (optimize_stmt): Remove unused variable.
7130
7131 2004-09-18  Jan Hubicka  <jh@suse.cz>
7132
7133         * tree-cfg.c (thread_jumps):  Fix updating of the profile.
7134
7135         * tree-optimize.c (tree_rest_of_compilation): Kill forgotten
7136         verify_cgraph call.
7137
7138 2004-09-18  Kazu Hirata  <kazu@cs.umass.edu>
7139
7140         * alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk.h, gcc.c,
7141         gcse.c, global.c, lambda-code.c, loop.c, mips-tdump.c,
7142         optabs.h, predict.c, reg-stack.c, regclass.c, sched-rgn.c,
7143         tree-optimize.c, tree-ssa-dom.c, tree-ssa-forwprop.c,
7144         tree-ssa-operands.c, tree-ssa-phiopt.c,
7145         tree-ssa-threadupdate.c: Fix comment typos.
7146
7147 2004-09-18  Kazu Hirata  <kazu@cs.umass.edu>
7148
7149         * config/darwin-c.c, config/arc/arc.c, config/arc/arc.md,
7150         config/arm/README-interworking, config/arm/arm-cores.def,
7151         config/arm/arm.c, config/arm/arm.h, config/arm/pe.c,
7152         config/arm/vfp.md, config/c4x/c4x.c, config/c4x/c4x.h,
7153         config/cris/cris.c, config/cris/cris.h, config/fr30/fr30.c,
7154         config/fr30/fr30.h, config/fr30/fr30.md, config/frv/frv.c,
7155         config/frv/frv.md, config/i386/winnt.c,
7156         config/ia64/unwind-ia64.c, config/iq2000/iq2000.c,
7157         config/iq2000/iq2000.h, config/m68hc11/m68hc11.c,
7158         config/m68hc11/m68hc11.md, config/m68k/m68k.c,
7159         config/mcore/mcore.c, config/mips/mips.h,
7160         config/mn10300/mn10300.md, config/pa/pa.c,
7161         config/pa/pa64-regs.h, config/pdp11/pdp11.c,
7162         config/rs6000/rs6000.c, config/sh/symbian.c,
7163         config/sparc/sparc.h: Fix comment typos.  Follow spelling
7164         conventions.
7165
7166 2004-09-18  Joseph S. Myers  <jsm@polyomino.org.uk>
7167
7168         PR c/17424
7169         * c-typeck.c (c_expr_sizeof_expr): Check for error_mark_node.
7170
7171 2004-09-18  Diego Novillo  <dnovillo@redhat.com>
7172
7173         * tree-ssa-alias.c (setup_pointers_and_addressables): Don't
7174         remove TREE_ADDRESSABLE from RESULT_DECL.
7175
7176 2004-09-18  Diego Novillo  <dnovillo@redhat.com>
7177
7178         * tree-ssa-alias.c (dump_alias_info): Ignore NULL SSA_NAMEs.
7179
7180 2004-09-18  Jan Hubicka  <jh@suse.cz>
7181
7182         * tree-into-ssa.c (rewrite_ssa_into_ssa):  Expect ssa_name to return
7183         NULL.
7184         * tree-ssa-alias.c (init_alias_info): Likewise.
7185         * tree-ssa.c (verify_flow_sensitive_alias_info): Likewise.
7186         (verify_ssa): Likewise.
7187         * tree-ssanames.c (make_ssa_name): Clear out ssa_names arrays.
7188
7189 2004-09-18  Jan Hubicka  <jh@suse.cz>
7190
7191         * i386.c (legitimize_pic_address): Fix splitting of PLUS with
7192         huge offset.
7193
7194 2004-09-18  Kaz Kojima  <kkojima@gcc.gnu.org>
7195
7196         * config/sh/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): Remove.
7197         * config/sh/sh.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
7198         DW_EH_PE_sdata* for data.
7199         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
7200
7201 2004-09-17  Geoffrey Keating  <geoffk@apple.com>
7202
7203         * tree-inline.c (copy_tree_r): Don't duplicate constants, they're
7204         shared anyway.
7205
7206         PR pch/13361
7207         * c-typeck.c (constructor_asmspec): Delete.
7208         (struct initializer_stack): Delete field 'asmspec'.
7209         (start_init): Delete saving of asmspec.
7210         (finish_init): Don't update constructor_asmspec.
7211         * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
7212         * stmt.c (expand_asm): Duplicate strings from tree.
7213         (expand_asm_operands): Likewise.
7214         * tree.c (tree_size): Update computation of size of STRING_CST.
7215         (make_node): Don't make STRING_CST nodes.
7216         (build_string): Allocate string with tree node.
7217         (tree_code_size): Clean up assertions, don't allow requests
7218         for "the size of a STRING_CST".
7219         * tree.def (STRING_CST): Update comment.
7220         * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
7221         (tree_string): Place contents of string in tree node.
7222         * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
7223         from tree.
7224
7225 2004-09-17  Zack Weinberg  <zack@codesourcery.com>
7226
7227         * Makefile.in (c-parse.o): Depend on $(C_PRAGMA_H).
7228         * objc/Make-lang.in (objc/objc-parse.o): Likewise.
7229
7230 2004-09-17  Jones Desougi  <jones@ingate.com>
7231
7232         * configure.ac: Replace AC_COMPILE_CHECK_SIZEOF with AC_CHECK_SIZEOF.
7233         * configure, config.in: Regenerate.
7234
7235 2004-09-17  Zack Weinberg  <zack@codesourcery.com>
7236
7237         * tree.c, tree.h (tree_class_strings): Make array const.
7238         Reindent per coding convention.  Move asterisk to proper place
7239         per coding convention.
7240
7241 2004-09-18  Andreas Schwab  <schwab@suse.de>
7242
7243         * Makefile.in (gimple-low.o): Depend on $(EXPR_H).
7244         (tree-vectorizer.o): Likewise.
7245         (targhooks.o): Likewise.
7246
7247 2004-09-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
7248             Zack Weinberg  <zack@codesourcery.com>
7249
7250         * alias.c (find_base_decl): Remove unreachable case '3' block.
7251         * expr.c (safe_from_p): Abort if passed a type.
7252         * tree-gimple.c (recalculate_side_effects): Abort if passed
7253         anything other than an expression.
7254         * tree-ssa-pre.c (phi_translate): Return expr immediately if
7255         is_gimple_min_invariant is true for it.  Reorder cases for clarity.
7256         Abort on un-handled tree classes.
7257         (valid_in_set): Likewise.
7258         * tree.c (tree_code_class_strings): New static data.
7259
7260         * tree.h (enum tree_code_class): New.
7261         (tree_code_class_strings): Declare.
7262         (TREE_CODE_CLASS_STRING, EXCEPTIONAL_CLASS_P, CONSTANT_CLASS_P)
7263         (REFERENCE_CLASS_P, COMPARISON_CLASS_P, UNARY_CLASS_P, BINARY_CLASS_P)
7264         (STATEMENT_CLASS_P, EXPRESSION_CLASS_P, IS_TYPE_OR_DECL_P): New macros.
7265         (TYPE_P, DECL_P, IS_NON_TYPE_CODE_CLASS, IS_EXPR_CODE_CLASS)
7266         (checking macros, EXPR_LOCATION, SET_EXPR_LOCATION, EXPR_LOCUS): Update.
7267
7268         * tree.def, c-common.def, objc/objc-tree.def: Use
7269         tree_code_class enumeration constants instead of code letters.
7270
7271         * alias.c, builtins.c, c-common.c, c-format.c, c-lang.c, c-pragma.c
7272         * c-typeck.c, cgraphunit.c, convert.c, dbxout.c, dwarf2out.c
7273         * emit-rtl.c expr.c, fold-const.c, gimplify.c, lambda-code.c
7274         * langhooks.c, langhooks.h, predict.c, print-tree.c, reload1.c, stmt.c
7275         * tree-browser.c, tree-cfg.c, tree-chrec.c, tree-complex.c, tree-dfa.c
7276         * tree-dump.c, tree-eh.c, tree-gimple.c, tree-inline.c, tree-nested.c
7277         * tree-outof-ssa.c, tree-pretty-print.c, tree-sra.c, tree-ssa-ccp.c
7278         * tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-forwprop.c, tree-ssa-live.c
7279         * tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-operands.c
7280         * tree-ssa-phiopt.c, tree-ssa-pre.c, tree-ssa-propagate.c
7281         * tree-ssa.c, tree-ssanames.c, tree-tailcall.c, tree.c, varasm.c
7282         * config/sol2-c.c, config/arm/arm.c, config/i386/winnt.c
7283         * config/pa/pa.c, config/pa/pa.h, config/sh/sh.c, objc/objc-lang.c
7284         Update to match.
7285
7286         * LANGUAGES: Add note about change.
7287
7288 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
7289
7290         PR tree-optimization/17319
7291         * tree-ssa-alias.c (compute_points_to_and_addr_escape): Also
7292         examine pointers on the LHS of an assignment.
7293         (collect_points_to_info_r): Handle RETURN_EXPR.
7294
7295 2004-09-17 Jeff Law  <law@redhat.com>
7296
7297         * tree-ssa-dom.c (const_and_copies_stack): New.
7298         (dom_walk_block_data): Remove const_and_copies field.
7299         (record_const_or_copy): No longer need to pass in varray_type *.
7300         Use CONST_AND_COPIES_STACK rather than passed in block local stack.
7301         Callers updated.
7302         (record_equality): Similarly.
7303         (restore_vars_to_original_value): Similarly.  Revamp to use new
7304         single global stack rather than per-block stacks.
7305         (tree_ssa_dominator_optimize): Initialize the CONST_AND_COPIES_STACK.
7306         (thread_across_edge): Remove now unused parameters.
7307         (dom_opt_initialize_block_local_data): No longer test the block
7308         local CONST_AND_COPIES.
7309         (dom_opt_initialize_block): Push a marker on CONST_AND_COPIES_STACK.
7310
7311 2004-09-17  Jan Hubicka  <jh@suse.cz>
7312
7313         PR tree-optimization/17509
7314         * tree-optimize.c (update_inlined_to_pointers): New function.
7315         (tree_rest_of_compilation): Use it.
7316
7317 2004-09-17  Devang Patel  <dpatel@apple.com>
7318
7319         * dbxout.c (get_lang_number): New.
7320         (dbxout_init): Include lang number in N_SO  stab.
7321         * dbxout.h (N_SO_AS, N_SO_C, N_SO_ANSI_C, N_SO_CC, N_SO_FORTRAN,
7322         N_SO_PASCAL, N_SO_FORTRAN90, N_SO_OBJC, N_SO_OBJCPLUS): New #define.
7323
7324 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
7325
7326         PR tree-optimization/17273
7327         * tree-ssa.c (replace_immediate_uses): Call fold_stmt if the
7328         replacement is a constant.
7329
7330 2004-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
7331
7332         * c-tree.h (enum c_typespec_keyword): New.
7333         (struct c_declspecs): Adjust description of "type".  Remove
7334         specbits, explicit_int_p and explicit_char_p.  Rename
7335         typedef_signed_p to explicit_signed_p.  Add default_int_p, long_p,
7336         short_p, signed_p, unsigned_p and complex_p.
7337         (finish_declspecs): New.
7338         * c-parse.in (datadef, datadecl, setspecs, decl, component_decl,
7339         typename): Call finish_declspecs.
7340         * c-decl.c (finish_declspecs): New.
7341         (declspecs_add_type): Check for combinations which cannot occur in
7342         valid specifier lists.  Update comments.
7343         (shadow_tag_warned): Remove checks done in finish_declspecs.
7344         Don't report useless type name if type defaulted to int.
7345         (grokdeclarator): Remove checks and actions done in
7346         finish_declspecs.  Don't allow for type being NULL.  Update for
7347         datastructures changes.  Initialize decl_attr.
7348         (build_null_declspecs, quals_from_declspecs): Update for
7349         datastructures changes.
7350
7351 2004-09-17  Sylvain Pion  <Sylvain.Pion@sophia.inria.fr>
7352
7353         * doc/extend.texi: Fix duplicated word.
7354
7355 2004-09-17  Toon Moene  <toon@moene.indiv.nluug.nl>
7356
7357         * doc/invoke.texi: Remove stray explanation on
7358         -freduce-all-givs and -fmove-all-movables.
7359
7360 2004-09-17  James Morrison  <phython@gcc.gnu.org>
7361
7362         * doc/cfg.texi: Use @smallexample.
7363         * doc/md.texi: Likewise.
7364         * doc/tree-ssa.texi: Likewise.
7365         * doc/extend.texi: Likewise.  Use @r{} in comments.
7366         * doc/trouble.texi: Use @r{} in comments.
7367
7368 2004-09-17  Hans-Peter Nilsson  <hp@bitrange.com>
7369
7370         * configure.ac (gcc_cv_gld_version): Handle whitespace before
7371         "VERSION=".
7372         * aclocal.m4 (_gcc_COMPUTE_GAS_VERSION): Ditto.
7373         * configure: Regenerate.
7374
7375 2004-09-17  J"orn Rennecke <joern.rennecke@superh.com>
7376
7377         * sh.c (sh_gimplify_va_arg_expr): Don't call pass_by_reference.
7378         (sh_pass_by_reference): Work around std_gimplify_va_arg_expr bug.
7379         * t-sh (MULTILIB_CPUS): s/ML_m/ML_sh/g .
7380         * t-sh64 (MULTILIB_CPU_DIRS): Likewise.  Match dashes and trailing
7381         slashes in substitutions.
7382         (MULTILIB_DIRNAMES): Remove defunct removal of /media32.
7383
7384 2004-09-17  Kazu Hirata  <kazu@cs.umass.edu>
7385
7386         * basic-block.h, c-decl.c, c-parse.in, cgraphunit.c, ddg.c,
7387         gimplify.c, lambda-code.c, optabs.c, predict.c,
7388         tree-scalar-evolution.c, tree-sra.c, tree-ssa-loop-ch.c,
7389         tree-ssa.c, vec.h: Fix comment typos.  Follow spelling
7390         conventions.
7391
7392 2004-09-17  Kazu Hirata  <kazu@cs.umass.edu>
7393
7394         * doc/compat.texi, doc/cpp.texi, doc/cppopts.texi,
7395         doc/extend.texi, doc/install.texi, doc/invoke.texi,
7396         doc/sourcebuild.texi, doc/tm.texi, doc/tree-ssa.texi,
7397         doc/trouble.texi: Use @option around options.
7398
7399 2004-09-17  Richard Sandiford  <rsandifo@redhat.com>
7400
7401         * Makefile.in (gen-protos.o): Depend on errors.h.
7402
7403 2004-09-17  Steven Bosscher  <stevenb@suse.de>
7404
7405         PR tree-optimization/17513
7406         * cfgexpand.c (construct_init_block): Clear EDGE_EXECUTABLE
7407         for successors of the entry block.
7408
7409 2004-09-17  Uros Bizjak  <uros@kss-loka.si>
7410
7411         PR rtl-optimization/15187
7412         * ifcvt.c (noce_try_cmove_arith): Exit early if total
7413         insn_rtx_cost of both branches > BRANCH_COST
7414
7415 2004-09-16  Diego Novillo  <dnovillo@redhat.com>
7416
7417         PR tree-optimization/17528
7418         * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Do not
7419         erase the may-alias set for a tag when merging it with
7420         another.
7421
7422 2004-09-16  Kaz Kojima  <kkojima@gcc.gnu.org>
7423
7424         * config/sh/sh.md (call): Extend 32-bit addresses to DImode
7425         for 32-bit TARGET_SHMEDIA.
7426         (call_value): Likewise.
7427
7428 2004-09-16  Diego Novillo  <dnovillo@redhat.com>
7429
7430         * tree-ssa-operands.c (add_call_clobber_ops): Make read-only
7431         test apply only to TREE_STATIC and DECL_EXTERNAL.
7432
7433 2004-09-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7434
7435         * Makefile.in (tree-cfg.o): Add CFGLAYOUT_H dependency.
7436         * basic-block.h (get_dominated_by_region): Declare.
7437         * dominance.c (get_dominated_by_region): New function.
7438         * tree-cfg.c: Include cfglayout.h.
7439         (tree_duplicate_bb): Duplicate also phi nodes.
7440         (struct ssa_name_map_entry): New type.
7441         (add_phi_args_after_copy_bb, add_phi_args_after_copy,
7442         ssa_name_map_entry_hash, ssa_name_map_entry_eq,
7443         allocate_ssa_names, rewrite_to_new_ssa_names_def,
7444         rewrite_to_new_ssa_names_use, rewrite_to_new_ssa_names_bb,
7445         rewrite_to_new_ssa_names, tree_duplicate_sese_region): New functions.
7446         * tree-flow.h (tree_duplicate_sese_region, add_phi_args_after_copy_bb,
7447         add_phi_args_after_copy, rewrite_to_new_ssa_names_bb,
7448         rewrite_to_new_ssa_names, allocate_ssa_names,
7449         rewrite_into_loop_closed_ssa, verify_loop_closed_ssa): Declare.
7450         * tree-ssa-loop-ch.c (duplicate_blocks): Removed.
7451         (copy_loop_headers): Use tree_duplicate_sese_region.
7452
7453 2004-09-16  Frank Ch. Eigler  <fche@redhat.com>
7454
7455         * profile.c (branch_prob): Restore support for USE_MAPPED_LOCATION.
7456
7457 2004-09-16 Jeff Law  <law@redhat.com>
7458
7459         * tree-into-ssa.c (block_defs_stack): New toplevel varray.
7460         (rewrite_block_data): Remove, no longer used.
7461         (rewrite_initialize_block_local_data): Remove, no longer used.
7462         (rewrite_initialize_block): Mark parameters as unused as needed.
7463         Change references to the block local block_defs to be block_defs_stack.
7464         Push a marker onto the block_defs_stack.
7465         (ssa_rewrite_initialize_block): Similarly.
7466         (rewrite_stmt, ssa_rewrite_stmt): Similarly.
7467         (ssa_register_new_def): No longer needs varray argument.  Use
7468         block_defs_stack instead.  No longer handle possibly null block_defs
7469         varray.  Reverse order of items we push on the stack to make it
7470         easier to identify our marker.
7471         (register_new_def): No longer handle possibly null block_defs
7472         varray.
7473         (rewrite_finalize_block): Revamp to look for markers in the global
7474         block_defs_stack varray rather than wiping a block local varray.
7475         Mark arguments as unused as needed.
7476         (ssa_rewrite_finalize_block): Similarly.
7477         (rewrite_into_ssa): Update initialization of dom walker structure
7478         to reflect that we don't need block local data anymore.  Initialize
7479         the block_defs_stack varray.
7480         (rewrite_ssa_into_ssa): Similarly.
7481         * tree-ssa-dom.c (block_defs_stack): New toplevel varray.
7482         (struct dom_walk_data): Kill block_defs field.
7483         (tree_ssa_dominator_optimize): Initialize block_defs_stack.
7484         (thread_across_edge): Use the global block_defs_stack instead of
7485         the old block_defs varray.
7486         (dom_opt_initialize_block_local_data): Update now that we don't have
7487         block_defs field to check anymore.
7488         (dom_opt_initialize_block): Push a marker onto block_defs_stack.
7489         (restore_currdefs_to_original_value): Use the new block_defs_stack
7490         instead of a block local varray.
7491         (dom_opt_finalize_block): Similarly.
7492         (record_equivalencs_from_phis): Similarly.
7493         (optimize_stmt, register_definitions_for_stmt): Similarly.
7494
7495 2004-09-16  Andrew MacLeod  <amacleod@redhat.com>
7496
7497         PR tree-optimization/17517
7498         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
7499         coalesce same-root variables without checking for abnormal PHI usage.
7500
7501 2004-09-16  Daniel Berlin  <dberlin@dberlin.org>
7502
7503         * cfgloop.h (duplicate_loop):  Add prototype.
7504         * cfgloopmanip.c (duplicate_loop): Make non-static.
7505         * lambda-code.c (perfect_nestify): Factor out test whether
7506         we can handle this loop into separate function.
7507         Call it.
7508         (can_convert_to_perfect_nest): New function.
7509         (replace_uses_of_x_with_y): Add modify_stmt call.
7510         * tree-loop-linear.c (linear_transform_loops): Call
7511         rewrite_into_loop_closed_ssa and free_df.
7512
7513 2004-09-16  Daniel Berlin  <dberlin@dberlin.org>
7514
7515         * lambda-code.c (invariant_in_loop): is_gimple_min_invariant is
7516         loop invariant as well.
7517         (perfect_nestify): new function.
7518         (gcc_loop_to_lambda_loop): New parameters to track lower bounds,
7519         upper bounds, and steps.
7520         Set outerinductionvar properly.
7521         (gcc_loopnest_to_lambda_loopnest): Add loops and need_perfect
7522         parameters.
7523         Return NULL if we need a perfect loop and can't make one.
7524         (lambda_loopnest_to_gcc_loopnest): Correct algorithm.
7525         (not_interesting_stmt): New function.
7526         (phi_loop_edge_uses_def): Ditto.
7527         (stmt_uses_phi_result): Ditto.
7528         (stmt_is_bumper_for_loop): Ditto.
7529         (perfect_nest_p): Ditto.
7530         (nestify_update_pending_stmts): Ditto.
7531         (replace_uses_of_x_with_y): Ditto.
7532         (stmt_uses_op): Ditto.
7533         (perfect_nestify): Ditto.
7534         * lambda-mat.c (lambda_matrix_id_p): New function.
7535         * lambda-trans.c (lambda_trans_matrix_id_p): Ditto.
7536         * lambda.h: Update prototypes.
7537         * tree-loop-linear (linear_transform_loop): Use new
7538         perfect_nest_p. Detect and ignore identity transform.
7539         * tree-ssa-loop.c (pass_linear_transform): Use TODO_write_loop_closed.
7540
7541 2004-09-16  Sebastian Pop  <pop@cri.ensmp.fr>
7542
7543         * tree-loop-linear.c (gather_interchange_stats): Add more comments.
7544         Gather also strides of accessed data.  Pass in the data references
7545         array.
7546         (try_interchange_loops): Add a new heuristic for handling the temporal
7547         locality.  Pass in the data references array.
7548         (linear_transform_loops): Pass the data references array to
7549         try_interchange_loops.
7550
7551 2004-09-16  Kazu Hirata  <kazu@cs.umass.edu>
7552
7553         * doc/invoke.texi: Fix typos.  Follow spelling conventions.
7554
7555 2004-09-16  Nathan Sidwell  <nathan@codesourcery.com>
7556
7557         * doc/c-tree.texi (Classes): Remove index entries for
7558         TREE_VIA_{PUBLIC,PROTECTED,PRIVATE}.
7559
7560 2004-09-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7561
7562         * fold-const.c (fold): Fold difference of addresses.
7563         (ptr_difference_const): Moved from tree-ssa-loop-ivopts, based on
7564         get_inner_reference.
7565         * tree-ssa-loop-ivopts.c (peel_address): Removed.
7566         (ptr_difference_const): Moved to fold-const.c.
7567         (split_address_cost): Use get_inner_reference instead of peel_address.
7568         (ptr_difference_cost): Change type of diff to HOST_WIDE_INT.
7569         * tree.h (ptr_difference_const): Export.
7570
7571         * tree-ssa-loop-ivopts.c (dump_iv, dump_use, dump_cand): Add induction
7572         variable type to the dump.  Fix indentation.
7573         (idx_find_step): Handle nonconstant array_ref_element_size and
7574         array_ref_low_bound.
7575         (idx_record_use): Handle array_ref_element_size and
7576         array_ref_low_bound.
7577         (find_interesting_uses_stmt): Handle memory = nontrivial_expression
7578         statements correctly.
7579         (get_computation_at, iv_value): Do not unshare expressions here.
7580         (rewrite_use_outer): Unshare the expression before it is emitted
7581         to code.
7582         * tree-ssa-loop-niter.c (unsigned_type_for, signed_type_for):
7583         Moved to tree.c.
7584         * tree.c (unsigned_type_for, signed_type_for): Moved from
7585         tree-ssa-loop-niter.c.  Use langhooks.
7586         * tree.h (signed_type_for): Export.
7587
7588 2004-09-16  David Edelsohn  <edelsohn@gnu.org>
7589
7590         * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Update
7591         prototype.
7592
7593 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
7594
7595         PR target/11572
7596         * c-incpath.h (target_c_incpath_s): Add extra_pre_includes.
7597         Add two parameters to extra_includes.
7598         (C_INCPATH_INIT): Remove.
7599         * c-incpath.c (register_include_chains): Call extra_pre_includes
7600         before adding the standard include directory.
7601         Update call to extra_includes.
7602         (!defined TARGET_EXTRA_INCLUDES): Update
7603         hook_void_charptr_charptr_int and add !define
7604         TARGET_EXTRA_PRE_INCLUDES.
7605         (!define TARGET_EXTRA_INCLUDES): Define as
7606         hook_void_charptr_charptr_int.
7607         (!define TARGET_EXTRA_PRE_INCLUDES): Likewise.
7608         (target_c_incpath): Always declare.
7609         * fixinclude.c (defined TARGET_EXTRA_INCLUDES): Declare a
7610         empty function.
7611         (define TARGET_EXTRA_PRE_INCLUDES): Likewise.
7612         * config/darwin.h: (darwin_register_frameworks): Update for
7613         the two new parameters.
7614         (darwin_register_objc_includes): Add prototype.
7615         (TARGET_EXTRA_PRE_INCLUDES): Define.
7616         * config/darwin-c.c (darwin_register_objc_includes): New function.
7617         (darwin_register_frameworks): Update for the two new parameters.
7618         (target_c_incpath): Remove.
7619         * config/t-darwin (darwin-c.o): Add $(PREPROCESSOR_DEFINES) to
7620         the compile line.
7621         * doc/tm.texi (TARGET_EXTRA_INCLUDES): Document the two new
7622         parameters.
7623         (TARGET_EXTRA_PRE_INCLUDES): Document.
7624
7625         * gcc.c (spec_function): Add replace-outfile.
7626         (replace_outfile_spec_function): New function.
7627         * config/darwin.h (LINK_SPEC): Add replace
7628         -lobjc with -lobjc-gnu if -fgnu-runtime is
7629         supplied.
7630         * invoke.texi (replace-outfile): Document.
7631
7632 2004-09-13  Jan Hubicka  <jh@suse.cz>
7633
7634         * predict.c (expr_expected_value, strip_builtin_expect): New function.
7635         (tree_predict_by_opcode): Use it.
7636         (tree_estimate_probability): Add, for now disabled,
7637         strip_builtin_expect call.
7638
7639 2004-09-15  James E Wilson  <wilson@specifixinc.com>
7640
7641         PR target/17455
7642         * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Return false
7643         if current_function_decl is a sibcall.
7644
7645 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
7646
7647         * varasm.c (default_function_rdodata_section): Make sure to pass
7648         along a decl for a link-once section.
7649
7650 2004-09-15  Richard Henderson  <rth@redhat.com>
7651
7652         * tree-ssa-operands.c (add_call_clobber_ops): Fix unused variable
7653         warning with code disable.  Fix formatting.
7654
7655 2004-09-15  Steven Bosscher  <stevenb@suse.de>
7656
7657         * Makefile.in (tree-ssa-dom.o): Depend on tree-ssa-propagate.h.
7658         * tree-ssa-dom.c (cprop_into_stmt): Recompute TREE_INVARIANT
7659         after propagating into an ADDR_EXPR.
7660
7661 2004-09-15  Andrew Pinski  <apinski@apple.com>
7662
7663         PR rtl-opt/17427
7664         * gcse.c (process_insert_insn): insn_invalid_p has side effects.
7665         Move it out of gcc_assert.
7666
7667 2004-09-15  Joseph S. Myers  <jsm@polyomino.org.uk>
7668
7669         * attribs.c, builtins.c, c-format.c, c-pch.c, coverage.c,
7670         except.c, fold-const.c, function.c, langhooks.c, params.c,
7671         reload.c, reload1.c, stmt.c, stor-layout.c, toplev.c, tree-cfg.c,
7672         tree-dump.c, tree-mudflap.c, tree.c, varasm.c: Use %<, %> and %q
7673         for quoting in diagnostics going through pretty-print.c.  Use ''
7674         for quoting in other diagnostic text.
7675         * langhooks.c: Include intl.h.  Mark text locating diagnostics for
7676         translation.
7677         * Makefile.in (langhooks.o): Update dependencies.
7678         * pretty-print.h (pp_printf): Mark as accepting GCC diagnostic
7679         formats.
7680
7681 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
7682
7683         * configure.ac: Check for COMDAT support.  Robustify check for
7684         SHF_MERGE support.
7685         * configure: Regenerated.
7686         * config.in: Likewise.
7687         * langhooks-def.h (lhd_comdat_group): New function.
7688         (LANG_HOOKS_COMDAT_GROUP): New macro.
7689         (LANG_HOOKS_DECLS): Use it.
7690         * langhooks.c (lhd_comdat_group): Define.
7691         * langhooks.h (lang_hooks_for_decls): Add comdat_group.
7692         * output.h (named_section_flags): Make it a macro.
7693         (named_section_real): New function.
7694         (default_no_named_section): Add decl parameter.
7695         (default_elf_asm_named_section): Likewise.
7696         (default_coff_asm_named_section): Likewise.
7697         (default_pe_asm_named_section): Likewise.
7698         * target.h (gcc_target): Adjust type of named_section.
7699         * varasm.c (named_section_flags): Rename to named_section_real.
7700         Add decl parameter.
7701         (default_no_named_section): Add decl parameter.
7702         (default_elf_asm_named_section): Use COMDAT, if available.  Deal
7703         with the case that ASM_COMMENT_START is "@".
7704         (default_coff_asm_named_section): Add decl parameter.
7705         (default_pe_asm_named_section): Likewise.
7706         * config/alpha/alpha.c (vms_asm_named_section): Add decl
7707         parameter.
7708         (unicosmk_asm_named_section): Likewise.
7709         * config/arm/arm.c (arm_elf_asm_named_section): Remove.
7710         * config/arm/elf.h (TARGET_ASM_NAMED_SECTION): Likewise.
7711         * config/c4x/c4x.c (c4x_asm_named_section): Add decl parameter.
7712         * config/cris/cris-protos.h (cris_target_asm_named_section):
7713         Likewise.
7714         * config/cris/cris.c (cris_target_asm_named_section):
7715         Likewise.
7716         * config/darwin/darwin-protos.h (darwin_asm_named_section):
7717         Likewise.
7718         * config/darwin/darwin.c (darwin_asm_named_section): Likewise.
7719         * config/h8300/h8300.c (h8300_asm_named_section): Likewise.
7720         * config/i386/i386-protos.h (i386_pe_asm_named_section):
7721         Likewise.
7722         * config/i386/winnt.c (i386_pe_asm_named_section): Likewise.
7723         * config/m68k/m68k.c (m68k_coff_asm_named_section): Likewise.
7724         * config/mcore/mcore.c (mcore_asm_named_section): Likewise.
7725         * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section):
7726         Likewise.
7727         * config/sparc/sparc.c (sparce_elf_asm_named_section): Likewise.
7728         * cp/cp-lang.h (LANG_HOOKS_COMDAT_GROUP): Define.
7729         * cp/cp-tree.h (cxx_comdat_group): Declare.
7730         * cp/decl.c (cxx_comdat_group): New function.
7731
7732 2004-09-15  Jan Hubicka  <jh@suse.cz>
7733
7734         * tree-ssa.c (verify_flow_sensitive_alias_info): Do not walk dead nodes.
7735         * tree-tailcall.c (eliminate_tail_call): Release SSA name.
7736
7737         * tree-cfg.c (remove_bb): Release SSA defs.
7738
7739 2004-09-15  Kazu Hirata  <kazu@cs.umass.edu>
7740
7741         * doc/tm.texi: Follow spelling conventions.
7742
7743 2004-09-15  Kazu Hirata  <kazu@cs.umass.edu>
7744
7745         * tree-ssa-dom.c: Fix comment typos.
7746
7747 2004-09-15  Alan Modra  <amodra@bigpond.net.au>
7748
7749         * config/rs6000/linux-unwind.h (struct gcc_pt_regs): Extend to
7750         include ccr.
7751         (ppc_fallback_frame_state): Save location of CR.
7752
7753 2004-09-15  Jakub Jelinek  <jakub@redhat.com>
7754
7755         * expr.c (string_constant): Handle also read-only variables
7756         initialized to string literals.
7757
7758         * builtins.c (expand_builtin_memmove): Optimize memmove (x, y, 1)
7759         into memcpy (x, y, 1) if memcpy can be expanded inline.
7760
7761 2004-09-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7762
7763         PR tree-optimization/17468
7764         * tree-ssa.c (verify_use, verify_phi_args, verify_ssa):  Verify that
7765         definition inside a block precede uses.
7766         * tree-tailcall.c (adjust_return_value): Emit statements in the
7767         correct order.
7768
7769 2004-09-15  Richard Sandiford  <rsandifo@redhat.com>
7770
7771         * config/mips/mips.h (POINTERS_EXTEND_UNSIGNED): Delete.
7772
7773 2004-09-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
7774
7775         * doc/install.texi (sparc-sun-solaris2*): Properly format warning.
7776
7777 2004-09-14 Jeff Law  <law@redhat.com>
7778
7779         * tree-ssa-dom.c (avail_exprs_stack): New global varray.
7780         (struct dom_walk_block_data): Remove avail_exprs member.
7781         (tree_ssa_dominator_optimize): Initialize avail_exprs_stack.
7782         (lookup_avail_expr): No longer need to pass in address of
7783         the block local available exprs stack.  All callers changed.
7784         (simplify_cond_and_lookup_avail_expr): Similarly.
7785         (simplify_switch_and_lookup_avail_expr): Similarly.
7786         (get_eq_expr_value, record_cond): Likewise.
7787         (record_dominating_conditions): Likewise.
7788         (update_rhs_and_lookup_avail_expr): Likewise.
7789         (record_equivalences_from_stmt): Likewise.
7790         (dom_opt_initialize_block_local_data): No longer test state of
7791         block local avail_exprs.
7792         (dom_opt_initialize_block): Mark unwind point in the global
7793         avail_expr stack.
7794         (remove_expressions_from_table): Update to unwind to the
7795         most recent unwind marker in the global avail_expr stack.
7796         All callers changed.
7797         (dom_opt_finalize_block): Mark unwind point in the global
7798         avail_expr stack as needed.
7799         (record_cond): Push elements into the global avail_exprs stack.
7800
7801         * tree-dfa.c (free_df_for_stmt): No longer static.
7802         (free_df): Update comments.
7803         * tree-flow.h (free_df_for_stmt): Prototype.
7804         * tree-ssa-dse.c (dse_optimize_stmt): Call free_df_for_stmt.  Also
7805         call release_defs.
7806
7807 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
7808
7809         PR tree-optimization/17252
7810         * tree-ssa-alias.c (may_alias_p): Don't assume that a
7811         pointer may not point to itself when using relaxed
7812         aliasing rules.
7813
7814 2004-09-14  Richard Henderson  <rth@redhat.com>
7815
7816         PR middle-end/17397
7817         * gimplify.c (gimplify_addr_expr): Don't inadvertently change types
7818         while folding <ADDR_EXPR <INDIRECT_REF X>>.
7819
7820 2004-09-14  Andrew Pinski  <apinski@apple.com>
7821
7822         * tree-ssa-copy.c (may_propagate_copy): Don't check the aliasing
7823         sets of the pointers but the aliasing sets of what they point to.
7824
7825 2004-09-14  Roger Sayle  <roger@eyesopen.com>
7826
7827         PR rtl-optimization/9771
7828         * regclass.c (CALL_REALLY_USED_REGNO_P): New macro to eliminate
7829         conditional compilation in init_reg_sets_1.
7830         (init_reg_sets_1): Let global_regs[i] take priority over the frame
7831         (but not stack) pointer exceptions to regs_invalidated_by_call.
7832         (globalize_reg): Globalizing a fixed register may need to update
7833         regs_invalidated_by_call.
7834
7835 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
7836
7837         PR tree-optimization/15262
7838         * tree-dfa.c (dump_variable): Also print the type of the
7839         variable.
7840         * tree-ssa-alias.c (compute_flow_insensitive_aliasing): If two
7841         memory tags are of conflicting alias sets but have no aliased
7842         symbols in common, add one tag to the alias set of the other.
7843         (setup_pointers_and_addressables): Remove hack to deal with
7844         programs with no aliased symbols.
7845         (may_alias_p): Don't special case aggregate types.
7846
7847 2004-09-14  Joseph S. Myers  <jsm@polyomino.org.uk>
7848
7849         PR c/15498
7850         * doc/invoke.texi (Environment Variables): Correct example locale.
7851
7852 2004-09-14  Jan Hubicka  <jh@suse.cz>
7853
7854         * cfg.c (expunge_block): Revert previous change adding ggc_free call.
7855
7856 2004-09-14  Mark Mitchell  <mark@codesourcery.com>
7857
7858         * config.gcc: Do not build a shared libgcc for arm-none-eabi.
7859
7860 2004-09-14  Joseph S. Myers  <jsm@polyomino.org.uk>
7861
7862         * c-tree.h (struct c_declspecs): Add const_p, volatile_p and
7863         restrict_p.
7864         (struct c_declarator): Change u.array.quals and pointer_quals to
7865         int.  Add u.array.attrs.
7866         (quals_from_declspecs): New.
7867         * c-decl.c (quals_from_declspecs): New.
7868         (shadow_tag_warned): Give more specific message for useless type
7869         qualifiers.
7870         (build_array_declarator, set_array_declarator_inner,
7871         grokdeclarator, make_pointer_declarator, build_null_declspecs,
7872         declspecs_add_qual): Update for changed structures.
7873
7874 2004-09-14  Jeff Law  <law@redhat.com>
7875
7876         * tree-ssa-dom.c (stmts_to_rescan): Move from a block-local
7877         to a global varray.
7878         (tree_ssa_dominator_optimize): Allocate stmts_to_rescan.
7879         (dom_opt_initialize_block_local_data): No longer test state
7880         of stmts_to_rescan.
7881         (dom_opt_finalize_block): Update due to change in scope of
7882         stmts_to_rescan.
7883         (optimize_stmt): Similarly.
7884
7885 2004-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7886
7887         * cgraph.h, cgraphunit.c, fold-const.c, lambda-mat.c,
7888         lambda.h, profile.c, tree-optimize.c, tree-sra.c, vec.h: Fix
7889         comment typos.  Follow spelling conventions.
7890
7891 2004-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7892
7893         * config/darwin-c.c, config/alpha/alpha.c, config/i386/i386.c,
7894         config/i386/predicates.md, config/sparc/sparc.c: Follow
7895         spelling conventions.
7896
7897 2004-09-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7898             Steven Bosscher  <stevenb@suse.de>
7899
7900         * Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG_H dependency.
7901         * basic-block.h (struct reorder_block_def): Add copy_number field.
7902         * cfgloop.h (biv_p): Declare.
7903         * cfgloopmanip.c (duplicate_loop_to_header_edge): Set copy_number.
7904         * common.opt (fsplit-ivs-in-unroller): New flag.
7905         * loop-iv.c (biv_p): New function.
7906         * loop-unroll.c: Include hashtab.h and recog.h.
7907         (struct iv_to_split, struct split_ivs_info): New types.
7908         (analyze_ivs_to_split, si_info_start_duplication, split_ivs_in_copies,
7909         free_si_info, si_info_hash, si_info_eq, analyze_iv_to_split_insn,
7910         determine_split_iv_delta, get_ivts_expr, allocate_basic_variable,
7911         insert_base_initialization, split_iv): New functions.
7912         (peel_loop_completely, unroll_loop_constant_iterations,
7913         unroll_loop_runtime_iterations, peel_loop_simple, unroll_loop_stupid):
7914         Use them.
7915         * doc/invoke.texi (-fsplit-ivs-in-unroller): Document.
7916
7917 2004-09-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7918
7919         * tree-cfg.c (thread_jumps): Update dominators correctly in
7920         case destination of threaded edge dominates its source.
7921
7922 2004-09-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7923
7924         * unroll.c: Removed.
7925         * loop.h: Removed.
7926         * Makefile.in (LOOP_H, unroll.o): Removed.
7927         (toplev.o, passes.o, stmt.o, integrate.o, loop.o): Remove LOOP_H
7928         dependency.
7929         * alias.c (init_alias_analysis): Remove flag_old_unroll_loops
7930         reference.
7931         * cfgloop.h (LOOP_PREFETCH, loop_optimize): Moved from loop.h.
7932         * common.opt (fold-unroll-loops, fold-unroll-all-loops): Removed.
7933         * loop.c: Do not include loop.h.
7934         (LOOP_INFO, LOOP_MOVABLES, LOOP_REGS, LOOP_IVS, INSN_LUID,
7935         REGNO_FIRST_LUID, REGNO_LAST_LUID, enum g_types, struct induction,
7936         struct iv_class, enum iv_mode, struct iv, REG_IV_TYPE, REG_IV_INFO,
7937         REG_IV_CLASS, struct loop_ivs, struct loop_mem_info, struct loop_reg,
7938         struct loop_regs, struct loop_movables, struct loop_info): Moved
7939         from loop.h.
7940         (back_branch_in_range_p, fold_rtx_mult_add, biv_total_increment,
7941         reg_dead_after_loop, final_biv_value, loop_find_equiv_value,
7942         find_common_reg_term, loop_iterations, final_giv_value): Moved
7943         from unroll.c.
7944         (uid_luid, uid_loop, max_uid_for_loop, max_reg_before_loop,
7945         loop_dump_stream, for_each_insn_in_loop, express_from,
7946         extend_value_for_giv, loop_iv_add_mult_emit_before,
7947         loop_iv_add_mult_sink, loop_iv_add_mult_hoist,
7948         loop_insn_first_p, get_condition_for_loop,
7949         loop_insn_emit_before, loop_insn_hoist,
7950         loop_insn_sink): Made static.
7951         (loop_invariant_p): Made static.  Removed flag_old_unroll_loops
7952         reference.
7953         (strength_reduce): Do not call unroller.
7954         (record_giv): Do not initialize unrolled field.
7955         (prescan_loop): Do not set loop_info->preconditioned.
7956         * passes.c: Do not include loop.h.
7957         (rest_of_handle_loop_optimize): Do not call unroller.
7958         * predict.c: Do not include loop.h.
7959         * rtl.h (NOTE_PRECONDITIONED): Removed.
7960         * stmt.c: Do not include loop.h.
7961         * toplev.c: Do not include loop.h.
7962         (process_options): Do not handle flag_old_unroll_loops.
7963
7964         * doc/invoke.texi (fold-unroll-loops, fold-unroll-all-loops):
7965         Documentation removed.
7966         * doc/passes.texi (unroll.c, loop.h): Documentation removed.
7967
7968 2004-09-14  Nathan Sidwell  <nathan@codesourcery.com>
7969
7970         * Makefile.in (STAGE1_CHECKING): New variable.
7971         (stage1_build): Use it.
7972         * tree-ssa.c (verify_ssa): Preserve state of dominance
7973         information.
7974
7975 2004-09-14  Uros Bizjak  <uros@kss-loka.si>
7976
7977         * config/i386/i386.c (output_fp_compare): Add generation
7978         of ftst instruction.
7979         * config/i386/i386.md (*cmpfp_0_sf, cmpfp_0_df, cmpfp_0_xf):
7980         Use output_fp_compare () function.
7981         (cmpfp_i, *cmpfp_i_sse, *cmpfp_i_sse_only): Fix insn constraint.
7982         (fix_truncdi_memory): Remove operands[5] copy.
7983
7984 2004-09-14  Kazu Hirata  <kazu@cs.umass.edu>
7985
7986         * config/m32r/m32r.md, config/m68k/m68kelf.h,
7987         config/mcore/mcore.md, config/rs6000/linux64.h,
7988         config/rs6000/rs6000.c, config/sparc/sparc.c: Fix comment
7989         typos.
7990
7991 2004-09-13  James E Wilson  <wilson@specifixinc.com>
7992
7993         * Makefile.in (GEN_PROTOS_OBJS): Add $(BUILD_ERRORS).
7994         * gen-protos.c: Include errors.h.
7995         (progname): Delete.
7996
7997 2004-09-14  Jan Hubicka  <jh@suse.cz>
7998
7999         * Makefile.in (predict.o): Depend on tree-scalar-evolution.h
8000         * predict.c: Include tree-scalar-evolution.h and cfgloop.h
8001         (predict_loops): Use number_of_iterations_exit to predict
8002         number of iterations on trees.
8003
8004 2004-09-13  Dale Johannesen  <dalej@apple.com>
8005
8006         PR 17408
8007         PR 17409
8008         * c-decl.c (start_decl): Repair TREE_STATIC for initialized
8009         objects declared extern.
8010
8011 2004-09-14  Paul Brook  <paul@codesourcery.com>
8012
8013         * config/arm/arm.c (arm_expand_prologue): Make args_to_push a
8014         HOST_WIDE_INT.
8015
8016 2004-09-13  Daniel Jacobowitz  <dan@debian.org>
8017
8018         * fold-const.c (fold_checksum_tree): Ignore TYPE_CACHED_VALUES.
8019         Only use TYPE_BINFO for aggregates.
8020
8021 2004-09-13  Daniel Jacobowitz  <dan@debian.org>
8022
8023         * expmed.c (synth_mult): Initialize latency.  Check cost before
8024         checking ops count.
8025
8026 2004-09-13  Kenneth Zadeck  <Kenneth.Zadeck@NaturalBridge.com>
8027
8028         * tree-ssa-operands.c (get_call_expr_operands): Added parm to
8029         add_call_clobber_ops and add_call_read_ops.
8030         (add_call_clobber_ops, add_call_read_ops): Added code to reduce
8031         the number of vdefs and vuses inserted based on analysis of global
8032         variables across calls.  * tree-dfa.c (find_referenced_vars):
8033         Needed to reset static var maps before each function is compiled.
8034         * cgraphunit.c:
8035         (static_vars_to_consider_by_tree,static_vars_to_consider_by_uid,
8036         static_vars_info,functions_to_static_vars_info,module_statics_escape,
8037         all_module_statics,searchc_env,dfs_info): New fields to support
8038         analysis of static global variables.
8039         (print_order, convert_UIDs_in_bitmap, new_static_vars_info,
8040         cgraph_reset_static_var_maps, get_global_static_vars_info,
8041         get_global_statics_not_read, get_global_statics_not_written,
8042         searchc, cgraph_reduced_inorder, has_proper_scope_for_analysis,
8043         check_rhs_var, check_lhs_var, get_asm_expr_operands,
8044         process_call_for_static_vars, scan_for_static_refs,
8045         cgraph_characterize_statics_local, cgraph_get_static_name_by_uid,
8046         clear_static_vars_maps, cgraph_propagate_bits,
8047         cgraph_characterize_statics): New. Functions to support analysis
8048         of static global variables.
8049         (cgraph_mark_local_and_external_functions): Renamed from:
8050         (cgraph_mark_local_functions)
8051         (cgraph_expand_all_functions): Remove call to
8052         cgraph_mark_local_and_external_functions.
8053         (cgraph_optimize): Added driver to analyze static variables whose
8054         scope is within the compilation unit.  * cgraph.h (struct
8055         cgraph_local_info, GTY): Added statics_read, statics_written,
8056         local, calls_read_all, calls_write_all, for_functions_valid.
8057         (struct cgraph_node): Added next_cycle.  * cgraph.c
8058         (dump_cgraph_node): Added print routines for new fields.  *
8059         makefile.in: macroized cgraph.h, added cgraphunit.c to the ggc
8060         list.
8061
8062 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
8063
8064         * c-decl.c (grokdeclarator): Correct comments about where storage
8065         class specifiers are rejected by grammar and add corresponding
8066         asserts.  Diagnose typedefs and parameters declared inline.
8067         Change warning for inline main to a pedwarn.  Only diagnose inline
8068         main if hosted.
8069         (declspecs_add_scspec): Allow duplicate "inline".
8070
8071 2004-09-13  Steve Ellcey  <sje@cup.hp.com>
8072
8073         * config/ia64/ia64.c (ia64_scalar_mode_supported_p): New.
8074         (TARGET_SCALAR_MODE_SUPPORTED_P): New.
8075
8076 2004-09-13  Richard Henderson  <rth@redhat.com>
8077
8078         PR 17436
8079         * tree.h (TYPE_CONTAINS_PLACEHOLDER_INTERNAL): New.
8080         (tree_type): Replace spare with contains_placeholder_bits.
8081         (type_contains_placeholder_1): Rename from type_contains_placeholder_p,
8082         make static.  Remove seen_types list.
8083         (type_contains_placeholder_p): New.
8084
8085 2004-09-13  James E Wilson  <wilson@specifixinc.com>
8086
8087         * config/mips/mips.c (CODE_FOR_mips_sqrt_ps): New.
8088         (sb1_bdesc, bdesc_map, bdesc_arrays): New.
8089         (mips_expand_builtin): Add SB-1 support.  Use bdesc_map and
8090         bdesc_arrays instead of mips_bdesc.
8091         (mips_init_builtins): Likewise.
8092         * config/mips/mips.h (TARGET_SB1): New.
8093         (HAVE_SQRT_P): Delete.
8094         * config/mips/mips.md (divide_condition): Support V2SF.
8095         (sqrt_condition, recip_condition): New.
8096         (div<mode>3): Use ANYF instead of SCALARF.
8097         (*div<mode>3): Use ANYF instead of SCALARF.  Use UNITMODE instead of
8098         MODE.
8099         (*recip<mode>3, *rsqrt<mode>a, *rsqrt<mode>b): Use recip_condition
8100         instead of ISA_HAS_FP4.  Use ANYF instead of SCALARF.  Use UNITMODE
8101         instead of MODE.
8102         (sqrt<mode>2): Use sqrt_condition instead of HAVE_SQRT_P.  Use ANYF
8103         instead of SCALARF.  Use UNITMODE instead of MODE.
8104
8105 2004-09-13  Zack Weinberg  <zack@codesourcery.com>
8106
8107         * config.in: Regenerate after removal of libbanshee.
8108
8109 2004-09-13  Andrew MacLeod  <amacleod@redhat.com>
8110
8111         PR tree-optimization/17400
8112         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
8113         coalesce partitions when one occurs in an abnormal PHI.
8114
8115 2004-09-13  Andrew Pinski  <apinski@apple.com>
8116
8117         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Change variable size's
8118         name to _new_size.
8119
8120 2004-09-13  Richard Henderson  <rth@redhat.com>
8121
8122         PR inline-asm/6806
8123         * cselib.c (cselib_invalidate_rtx): Export.  Remove unused args.
8124         (cselib_invalidate_rtx_note_stores): New.
8125         (cselib_record_sets, cselib_process_insn): Update to match.
8126         * cselib.h (cselib_invalidate_rtx): Declare.
8127         * postreload.c (reload_cse_simplify): Invalidate asm clobbers.
8128
8129 2004-09-13  Richard Henderson  <rth@redhat.com>
8130
8131         PR tree-opt/10528
8132         * tree-inline.c (copy_body_r): Recompute bits for ADDR_EXPR,
8133         after copying its argument.
8134
8135 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
8136
8137         * c-common.c, c-decl.c, c-lex.c, c-objc-common.c, c-opts.c,
8138         c-parse.in, c-pragma.c, c-typeck.c: Use %q, %< and %> for quoting
8139         in diagnostics.  Use %' for English apostrophes.
8140         * c-tree.h (ATTRIBUTE_GCC_CDIAG): Define.
8141         (pedwarn_c90, pedwarn_c99): Use it.
8142         * c-decl.c (lookup_label): Quote label name in diagnostic.
8143         * c-parse.in (yyprint): Use ' instead of ` for left quote.
8144         * c-typeck.c (warn_for_assignment): Likewise.
8145
8146 2004-09-13  Jan Hubicka  <jh@suse.cz>
8147
8148         * i386.c (x86_schedule): New global variable.
8149         (override_options): Disable scheduling when not supported.
8150         * i386.h (x86_schedule): Declare.
8151         (TARGET_SCHEDULE): New macro.
8152
8153 2004-09-12  Richard Henderson  <rth@redhat.com>
8154
8155         PR c++/16254
8156         * fold-const.c (fold) <case CLEANUP_POINT_EXPR>: Remove.
8157         * tree.c, tree.h (has_cleanups): Remove.
8158
8159 2004-09-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8160
8161         * tree-ssa-loop-manip.c (split_loop_exit_edge): Handle non-ssaname
8162         arguments of the phi nodes correctly.
8163
8164 2004-09-12  Jan Hubicka  <jh@suse.cz>
8165
8166         * ggc-common.c (cmp_statistics): Fix sorting.
8167
8168 2004-09-12  David Edelsohn  <edelsohn@gnu.org>
8169
8170         PR target/16795
8171         * expmed.c (expand_divmod): If cheap power of 2 divide is
8172         available, use it for negative constant as well.
8173
8174 2004-09-12  Andrew Pinski  <apinski@apple.com>
8175
8176         * darwin.h (ASM_OUTPUT_COMMON): Make sure we do not have a
8177         size of 0.
8178
8179         * tree-chrec.c (initialize_scalar_evolutions_analyzer): Remove.
8180
8181 2004-09-12  Richard Henderson  <rth@redhat.com>
8182
8183         * config/i386/i386.c (ix86_split_ashldi): Special case op1 as one
8184         or minus one.
8185         (ix86_split_ashrdi, ix86_split_lshrdi): Clean up conditions for
8186         post-reload, and scratch NULL.
8187         * config/i386/i386.md (testqi_1): Use FLAGS_REG name.
8188         (x86_shift_adj_2): Use ix86_expand_clear.
8189         (ashldi3): Remove CMOVE expansion difference.
8190         (ashldi3_1): Remove.
8191         (*ashldi3_1): Rename from *ashldi3_2.  Use reg_or_pm1_operand and
8192         add constraints for immediates.  New peephole for split-with-temp.
8193         Run splitter after peep2 pass.
8194         (ashrdi3, ashrdi3_1, ashrdi3_2): Similarly.
8195         (lshrdi3, lshrdi3_1, lshrdi3_2): Similarly.
8196         (setcc_2): Rename with *.
8197         * config/i386/predicates.md (reg_or_pm1_operand): New.
8198         (ashldi_input_operand): New.
8199
8200 2004-09-12  Richard Henderson  <rth@redhat.com
8201
8202         * print-rtl.c (print_decl_name): New.
8203         (print_mem_expr): Use it.
8204
8205 2004-09-12  Richard Henderson  <rth@redhat.com
8206
8207         PR 17186, part deux
8208         * except.c (sjlj_emit_function_exit): Fix logic locating
8209         sjlj_exit_after in final block.
8210
8211 2004-09-12  Toon Moene  <toon@moene.indiv.nluug.nl>
8212
8213         * common.opt: Remove flags -fmove-all-movables and
8214         -freduce-all-givs.
8215         * loop-invariant.c (find_invariants_to_move):
8216         Remove all uses of flag_move_all_movables.
8217         * loop.c (move_movables): Remove all uses of
8218         flag_move_all_movables.
8219         (strength_reduce): Remove all uses of
8220         flag_reduce_all_givs.
8221         * doc/invoke.texi: Remove documentation of flags
8222         -fremove-all-movables and -freduce-all-givs.
8223
8224 2004-09-11  Roger Sayle  <roger@eyesopen.com>
8225
8226         PR middle-end/17411
8227         * tree-sra.c (generate_element_zero): Revert recent build_int_cst
8228         change. elt->type may be a floating point type, so use fold_convert.
8229
8230 2004-09-11  Geoffrey Keating  <geoffk@apple.com>
8231
8232         * config/darwin.c (machopic_validate_stub_or_non_lazy_ptr): Mark
8233         the thing referenced as used, not the stub itself.
8234
8235 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
8236
8237         * c-tree.h (enum c_storage_class): New.
8238         (struct c_declspecs): Add storage_class, inline_p and thread_p.
8239         * c-decl.c (shadow_tag_warned): Give errors for "inline" in empty
8240         declarations and "auto" or "register" in file scope empty
8241         declarations.  Give more specific warnings for other cases of
8242         storage class specifiers in empty declarations.
8243         (grokdeclarator): Update for new structures.  Don't check for
8244         multiple storage classes.  Diagnose file-scope "register" if
8245         pedantic.
8246         (build_null_declspecs): Update.
8247         (declspecs_add_scspec): Update.  Diagnose multiple storage class
8248         specifiers and invalid uses of "__thread".
8249
8250 2004-09-11  Zack Weinberg  <zack@codesourcery.com>
8251
8252         * tree.c (tree_code_size): New function, bulk of code from tree_size.
8253         (tree_size, make_node): Use it.
8254         * tree-ssa-pre.c (init_pre): Use it.
8255         * tree.h: Prototype it.
8256
8257 2004-09-11  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8258
8259         * tree-cfg.c (set_bb_for_stmt): Use PHI_BB.
8260         * tree-dfa.c (compute_immediate_uses, add_immediate_use,
8261         redirect_immediate_use): Use PHI_DF.
8262         * tree-flow-inline.h (stmt_ann): Abort on phi nodes.
8263         (bb_for_stmt): Use PHI_BB.
8264         (get_immediate_uses): Use PHI_DF.
8265         * tree-ssa-dse.c (max_stmt_uid): New variable.
8266         (get_stmt_uid): New function.
8267         (dse_optimize_stmt, dse_record_phis, tree_ssa_dse): Do not use phi
8268         node annotations.
8269         * tree-ssa-loop-im.c (LIM_DATA): Do not use phi statement annotations.
8270         (max_uid): Renamed to max_stmt_uid.
8271         (get_stmt_uid): New function.
8272         (maybe_queue_var, single_reachable_address, determine_lsm): Do not use
8273         phi node annotations.
8274         * tree-ssa.c (replace_immediate_uses): Do not use phi node annotations.
8275         * tree.h (PHI_BB, PHI_DF): New accessor functions.
8276         (struct tree_phi_node): Add bb and df fields.
8277
8278 2004-09-11  Richard Henderson  <rth@redhat.com>
8279
8280         PR middle-end/17416
8281         * cfgexpand.c (expand_used_vars_for_block): Fix off-by-one bug
8282         in conflict loop.
8283
8284 2004-09-11  Jan Hubicka  <jh@suse.cz>
8285
8286         * i386.h (MODE_NEEDED): Calls need UNINITIALIZED mode; add comment.
8287         (EMIT_MODE_SET): UNINITIALIZED mode needs no set.
8288         * i386.md (i387_cw): Add 'uninitialized' mode.
8289
8290         * profile.c (BB_TO_GCOV_INDEX): move more to the front.
8291         (output_location): Break out from ....
8292         (branch_prob): ... here; handle gcov output on trees.
8293         * toplev.c (process_options): No longer be sorry about coverage for
8294         trees.
8295
8296 2004-09-11  Steven Bosscher  <stevenb@suse.de>
8297
8298         PR c++/17412
8299         * fold-const.c (fold): Do not try to fold the operand of a
8300         CLEANUP_POINT_EXPR if that operand does itself not have any
8301         operands.
8302
8303         PR middle-end/17417
8304         * langhooks.c (lhd_decl_printable_name): Make sure that this
8305         function is called with is a decl node that has an identifier.
8306         * tree-pretty-print.c (dump_function_name): New function to
8307         wrap PRINT_FUNCTION_NAME and dump_decl_name.
8308         (print_call_name): Use it.
8309
8310 2004-09-11  Mohan Embar  <gnustuff@thisiscool.com>
8311
8312         * ggc-none.c: Include "bconfig.h" if -DGENERATOR_FILE,
8313         "config.h" if not.
8314
8315 2004-09-11  Jakub Jelinek  <jakub@redhat.com>
8316
8317         * tree-ssa-alias.c (collect_points_to_info_r): Handle
8318         pointing to PTR + OFFSET as PTR, not as pointing to PTR or pointing
8319         to OFFSET.
8320
8321 2004-09-11  Richard Henderson  <rth@redhat.com>
8322
8323         * expr.c (expand_expr_addr_expr_1) Rename from expand_expr_addr_expr.
8324         (expand_expr_addr_expr): New function.  Take ADDR_EXPR instead of the
8325         operand of the ADDR_EXPR.
8326         (expand_expr_real_1): Update to match.
8327
8328 2004-09-11  David Edelsohn  <edelsohn@gnu.org>
8329
8330         PR target/17277
8331         * config/rs6000/aix.h (MD_FROB_UPDATE_CONTEXT): Use __64BIT__ to
8332         choose 64-bit version.
8333
8334 2004-09-11  Richard Henderson  <rth@redhat.com>
8335
8336         PR c/17396
8337         * c-typeck.c (build_unary_op): Add legacy offsetof hack.
8338
8339 2004-09-11  Kazu Hirata  <kazu@cs.umass.edu>
8340
8341         * doc/cfg.texi, doc/hostconfig.texi, doc/install.texi,
8342         doc/invoke.texi, doc/md.texi, doc/tm.texi, doc/tree-ssa.texi:
8343         Insert @: after i.e. or e.g.
8344
8345 2004-09-10  Geoffrey Keating  <geoffk@apple.com>
8346
8347         * tree-pretty-print.c (dump_decl_name): Print unnamed decls as
8348         D.xxx rather than <Dxxx>.
8349
8350 2004-09-10  Adam Nemet  <anemet@lnxw.com>
8351
8352         * configure.ac (AC_MSG_CHECKING(what linker to use)):
8353         in_tree_ld_is_elf should be true for LynxOS.
8354         * configure: Regenerate.
8355
8356 2004-09-10  Adam Nemet  <anemet@lnxw.com>
8357
8358         * Makefile.in (all.cross): Add srcextra.
8359
8360 2004-09-10  Roger Sayle  <roger@eyesopen.com>
8361
8362         PR middle-end/17024
8363         * fold-const.c (fold_cond_expr_with_comparison): Handle unordered
8364         floating point comparison operators.  Change aborts to gcc_asserts.
8365
8366 2004-09-10  Geoffrey Keating  <geoffk@apple.com>
8367
8368         * final.c (output_asm_insn): Correct problem with -fverbose-asm.
8369
8370 2004-09-10  James E Wilson  <wilson@specifixinc.com>
8371
8372         * Makefile.in (LIBGCC_DEPS): Delete duplicate stmp-int-hdrs reference.
8373         (stmp-fixproto): Change stmp-int-headers to stmp-int-hdrs in comment.
8374
8375         * convert.c (convert_to_vector): Replace recursive call with
8376         error_mark_node.
8377
8378         * emit-rtl.c (gen_const_vector): Renamed from gen_const_vector_0.
8379         Add integer argument named constant.  Use const_tiny_rtx instead of
8380         CONST0_RTX.
8381         (gen_rtx_CONST_VECTOR): Rewrite to handle checks for both CONST0_RTX
8382         and CONST1_RTX.
8383         (init_emit_once): Fix users of gen_const_vector.  Set CONST1_RTX for
8384         vector types.
8385         * expr.c (const_vector_from_tree): Call gen_rtx_CONST_VECTOR instead
8386         of gen_rtx_raw_CONST_VECTOR.
8387
8388 2004-09-10  Eric Christopher  <echristo@redhat.com>
8389
8390         PR c/16046
8391         * c-parse.in (attribute): Add NULL_TREE for error case
8392         for error recovery.
8393
8394 2004-09-10  Zack Weinberg  <zack@codesourcery.com>
8395
8396         * c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.
8397         (extract_interface_info): Delete prototype.
8398         * c-decl.c (extract_interface_info): Delete stub.
8399         * c-lex.c (get_fileinfo): Initialize file_info_tree here, if
8400         it's not already been done ...
8401         (init_c_lex): ... not here.
8402         (fe_file_change): Don't call extract_interface_info.
8403
8404 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
8405
8406         * c-tree.h (struct c_declspecs): Remove typedef_decl.  Add
8407         typedef_p and typedef_signed_p.
8408         * c-decl.c (shadow_tag_warned): Check typedef_p, not typedef_decl.
8409         (grokdeclarator): Don't use typedef_decl for warn_deprecated_use.
8410         Check typedef_p and typedef_signed_p, not typedef_decl.
8411         (grokfield): Check typedef_p, not typedef_decl.
8412         (build_null_declspecs): Initialize typedef_p and typedef_signed_p,
8413         not typedef_decl.
8414         (declspecs_add_type): Set typedef_p and typedef_signed_p, not
8415         typedef_decl.
8416
8417 2004-09-10  Kazu Hirata  <kazu@cs.umass.edu>
8418
8419         * doc/tm.texi, doc/tree-ssa.texi: Fix typos.
8420
8421 2004-09-10  Geoffrey Keating  <geoffk@apple.com>
8422
8423         * gimplify.c (create_tmp_var_raw): Don't name otherwise-nameless
8424         temporary variables.
8425
8426         * dbxout.c (dbxout_block): Update for
8427         current_function_func_begin_label a string.
8428         * dwarf2out.c (dwarf2out_begin_prologue): Likewise.
8429         * except.c (dw2_output_call_site_table): Likewise.
8430         * toplev.c (current_function_func_begin_label): Likewise.
8431         * tree.h (current_function_func_begin_label): Likewise.
8432         * config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Likewise.
8433
8434         * final.c (output_asm_insn): Use strtoul instead of atoi, save a
8435         loop.
8436
8437         * config/darwin.c: Include target.h.
8438         (struct machopic_indirection): Make ptr_name a string.
8439         (machopic_indirection_hash): Update for ptr_name a string.
8440         (machopic_indirection_eq): Likewise.
8441         (machopic_indirection_name): Likewise.
8442         (machopic_output_indirection): Likewise.
8443         (machopic_validate_stub_or_non_lazy_ptr): Update for ptr_name a
8444         string.  Don't expect stub names to be in the identifier hash table.
8445         Do call strip_name_encoding before looking up entry in ID hash table.
8446         * config/t-darwin (darwin.o): Add target.h to dependencies.
8447
8448         * gcc/config/rs6000/rs6000.c (print_operand): Use fputs instead
8449         of fprintf for register names.
8450
8451         * output.h (unlikely_section_label): Delete declaration.
8452         (unlikely_text_section_name): Likewise.
8453         * varasm.c (unlikely_section_label_printed): Make static.
8454         (unlikely_section_label): Likewise.
8455         (unlikely_text_section_name): Likewise.
8456         (assemble_start_function): Use reconcat.
8457
8458         * rtl.def (REG): Add comment to describe third field.
8459
8460 2004-09-10  Andrew Pinski  <apinski@apple.com>
8461
8462         * config/darwin.c (machopic_mcount_stub_name): Call
8463         machopic_indirection_name instead of making the string
8464         ourselves.
8465
8466 2004-09-10  Diego Novillo  <dnovillo@redhat.com>
8467
8468         Revert
8469
8470         2004-09-08  Jie Zhang  <zhangjie@magima.com.cn>
8471
8472             * tree-ssa-alias.c (compute_flow_insensitive_aliasing): If type
8473             memory tag is call clobbered, so are its aliases.
8474             (group_aliases): When two memory tags being grouped, if one is
8475             call clobbered, so are the other and its aliases.
8476             (add_may_alias): Remove call-clobbering stuff.
8477             (replace_may_alias): Likewise.
8478             (merge_pointed_to_info): Merge pt_global_mem
8479
8480 2004-09-10  Kazu Hirata  <kazu@cs.umass.edu>
8481
8482         * bb-reorder.c, c-common.c, c-incpath.c, c-typeck.c,
8483         genrecog.c, lambda-code.c, mips-tdump.c, mips-tfile.c,
8484         passes.c, tree-data-ref.c, tree-data-ref.h, tree-mudflap.c,
8485         tree-scalar-evolution.c, tree-ssa-copyrename.c,
8486         tree-ssa-live.c, tree-ssa-live.h: Fix comment typos.
8487
8488 2004-09-10  Richard Sandiford  <rsandifo@redhat.com>
8489
8490         * config/frv/frv.md (UNSPEC_MASACCS, UNSPEC_MDASACCS): New constants.
8491         (maddaccs, msubaccs, *maddacc): Turn operand 0 into a single ACC/ACCG
8492         pair.  Remove match_dup from inputs.  Remove masaccs handling.
8493         (mdaddaccs, mdsubaccs, *mdaddacc): Likewise a dual ACC/ACCG pair.
8494         (masaccs, mdasaccs): Turn into define_insns.
8495
8496 2004-09-10  Richard Sandiford  <rsandifo@redhat.com>
8497
8498         * tree-tailcall.c (process_assignment): Only do accumulator transforms
8499         for floating-point types if flag_unsafe_math_optimizations.
8500
8501 2004-09-10  Kazu Hirata  <kazu@cs.umass.edu>
8502
8503         * config/darwin.c, config/alpha/alpha.h, config/arm/arm.c,
8504         config/arm/arm.h, config/arm/arm.md, config/arm/bpabi.h,
8505         config/arm/predicates.md, config/frv/frv.c, config/frv/frv.md,
8506         config/h8300/h8300.md, config/i386/gmm_malloc.h,
8507         config/ia64/ia64.md, config/ip2k/libgcc.S,
8508         config/mips/mips-ps-3d.md, config/mips/mips.c,
8509         config/rs6000/rs6000.c, config/s390/s390.c,
8510         config/sh/symbian.c: Fix comment typos.
8511
8512 2004-09-10  Andreas Krebbel  <krebbel1@de.ibm.com>
8513
8514         * config/s390/s390.c (s390_emit_prologue): Added missing
8515         "{}" brackets.
8516
8517 2004-09-10  Kazu Hirata  <kazu@cs.umass.edu>
8518
8519         * doc/extend.texi, doc/invoke.texi, doc/passes.texi: Fix
8520         typos.  Follow spelling conventions.
8521
8522 2004-09-10  Joseph S. Myers  <jsm@polyomino.org.uk>
8523
8524         * toplev.c (warn_deprecated_use): Correct logic for saying "type"
8525         in diagnostic.  Don't dereference NULL TYPE_NAME.
8526
8527 2004-09-10  Kazu Hirata  <kazu@cs.umass.edu>
8528
8529         * c-common.c, c-pch.c, defaults.h, lambda-code.c, passes.c,
8530         tree-data-ref.c, tree-flow.h, tree-ssa-operands.c,
8531         tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h,
8532         value-prof.c: Fix comment typos.  Follow spelling conventions.
8533
8534 2004-09-10  Jan Hubicka  <jh@suse.cz>
8535
8536         * tree-ssa-dce.c (remove_dead_stmt): Update profile.
8537         * tree-split_edge.c (tree_split_edge): Likewise.
8538         (thread_jumps): Likewise.
8539
8540 2004-09-10  Kazu Hirata  <kazu@cs.umass.edu>
8541
8542         * cgraphunit.c, predict.c, tree-ssa-loop-ivopts.c: Fix comment
8543         typos.
8544
8545 2004-09-10  Paolo Bonzini  <bonzini@gnu.org>
8546
8547         * cgraph.h (cgraph_dump_file): Do not declare.
8548         * cgraphunit.c (cgraph_dump_file): Declare as static.
8549         (init_cgraph): New.
8550         * toplev.c (cgraph_dump_file): Do not declare.
8551         (compile_file): Call init_cgraph.
8552         * tree-dump.c (dump_files): Add IPA dump file, remove
8553         XML dump of call graph.
8554         (get_dump_file_name): Support IPA dump file naming scheme.
8555         * tree.h (enum tree_dump_index): Add IPA dump file, remove
8556         XML dump of call graph.
8557         * doc/invoke.texi (Debugging Options): Document the new options.
8558
8559 2004-09-10  Richard Sandiford  <rsandifo@redhat.com>
8560
8561         * doc/extend.texi: Document the FR-V built-in functions.
8562
8563 2004-09-09  James E Wilson  <wilson@specifixinc.com>
8564
8565         * doc/sourcebuild.texi: Delete libbanshee reference.
8566
8567 2004-09-10  Kelley Cook  <kcook@gcc.gnu.org>
8568
8569         * Makefile.in (s-gtype): Add $(build_exeext) to gengtype command.
8570
8571 2004-09-09  James E Wilson  <wilson@specifixinc.com>
8572
8573         * c-typeck.c (convert_for_assignment): Check that rhs has VECTOR_TYPE
8574         before calling vector_types_convertible_p.
8575         (digest_init): Check that inside_init has VECTOR_TYPE before calling
8576         vector_types_convertible_p.  Don't give another error if
8577         convert_for_assignment returns error_mark_node.
8578
8579 2004-09-09  Roger Sayle  <roger@eyesopen.com>
8580
8581         PR middle-end/17055
8582         * fold-const.c (build_zero_vector): New function to construct a
8583         vector (either floating point or integer) of zeros.
8584         (fold_convert): Internally, enable conversions of integer zero
8585         to arbitrary vector types, using the new build_zero_vector.
8586
8587 2004-09-09  Roger Sayle  <roger@eyesopen.com>
8588
8589         * config/i386/i386.c (ix86_expand_ashlsi3_const): New function to
8590         expand a left shift by an immediate constant as either an ashl or
8591         a sequence of additions.
8592         (ix86_split_ashldi): Use new ix86_expand_ashlsi3_const function
8593         instead of calling gen_ashlsi3 with a constant directly.
8594
8595 2004-09-09  Roger Sayle  <roger@eyesopen.com>
8596
8597         * config/i386/i386.c (ix86_split_long_move): When optimizing for
8598         size, and the low and high parts of a DImode constant are equal,
8599         copy one register to another instead of loading the same immediate
8600         value twice.
8601
8602 2004-09-09  Richard Henderson  <rth@redhat.com>
8603
8604         PR middle-end/17367
8605         * function.c (assign_parm_setup_block): Only put PARALLELs into
8606         a register if use_register_for_decl.
8607
8608 2004-09-09  Eric Christopher  <echristo@redhat.com>
8609
8610         * ra-colorize.c (reset_lists): Move variable declaration inside
8611         ENABLE_CHECKING to avoid unused variable warnings when
8612         not --enable-checking.
8613         (check_colors): Ditto.
8614
8615 2004-09-09  Mike Stump  <mrs@apple.com>
8616
8617         * version.c (version_string): Bump to 4.0.0.
8618         * doc/include/gcc-common.texi (version-GCC): Likewise.
8619
8620 2004-09-10  Jakub Jelinek  <jakub@redhat.com>
8621
8622         * doc/extend.texi (nothrow attribute): The attribute is not
8623         implemented in 3.2 and earlier.
8624
8625 2004-09-09  Steve Ellcey  <sje@cup.hp.com>
8626
8627         * genrecog.c (compute_predicate_codes): Use op0_codes
8628         instead of codes.
8629
8630 2004-09-09  Ulrich Weigand  <uweigand@de.ibm.com>
8631
8632         * ra-colorize.c (hardregset_to_string): Adapt to HARD_REG_SET
8633         implementation changes.
8634
8635 2004-09-09  Ulrich Weigand  <uweigand@de.ibm.com>
8636
8637         * combine.c (try_combine): When swapping i2 and i3, newi2pat may be
8638         a PARALLEL instead of a SET due to added clobbers.
8639
8640 2004-09-09  Ulrich Weigand  <uweigand@de.ibm.com>
8641
8642         * reload.c (find_reloads_address): Pass correct operand to
8643         maybe_memory_address_p.
8644
8645 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
8646
8647         * Makefile.in: Remove libbanshee, tree-alias-*.
8648         Remove tree-alias-common.h dependencies.
8649         * common.opt: Remove -ftree-points-to.
8650         * configure.ac: Remove libbanshee.
8651         * flags.h: Remove pta_type, flag_tree_points_to.
8652         * gengtype.c (open_base_files): Remove tree-alias-type.h.
8653         * opts.c (OPT_ftree_points_to): Remove.
8654         * toplev.c: Remove tree-alias-common.h, flag_tree_points_to.
8655         * tree-dfa.c: Remove tree-alias-common.h
8656         * tree-into-ssa.c: Ditto.
8657         * tree-outof-ssa.c: Ditto.
8658         * tree-ssa-copyrename.c: Ditto.
8659         * tree-ssa-live.c: Ditto.
8660         * tree-optimize.c: Ditto.
8661         * tree-ssa.c: Ditto.
8662         Remove pass_build_pta, pass_del_pta.
8663         * tree-pass.h: Ditto.
8664         * tree-ssa-alias.c: Remove tree-alias-common.h.
8665         (struct alias_stats_d): Remove pta_queries, pta_resolved.
8666         (pass_may_alias): Remove PROP_pta requirement.
8667         (may_alias_p): Remove pta_queries, pta_resolved, use of andersens.
8668         (get_tmt_for): Ditto.
8669         (dump_alias_stats): Ditto.
8670         * doc/passes.texi: Remove blurb about points-to analysis.
8671         * fortran/Make-lang.in: Remove tree-alias-*.o.
8672
8673 2004-09-09  Richard Sandiford  <rsandifo@redhat.com>
8674
8675         * genattrtab.c (write_insn_cases): New function, split out from
8676         write_attr_case.  Correctly handle define_peepholes when printing
8677         the instruction name.
8678         (write_attr_case, write_const_num_delay_slots): Use write_insn_cases.
8679
8680 2004-09-09  Hans-Peter Nilsson  <hp@axis.com>
8681
8682         PR target/17377
8683         * config/cris/cris-protos.h (cris_return_address_on_stack): Declare.
8684         * config/cris/cris.c (cris_return_address_on_stack): New function.
8685         * config/cris/cris.md ("return"): For location of return address,
8686         also check cris_return_address_on_stack.
8687
8688 2004-09-09  Diego Novillo  <dnovillo@redhat.com>
8689
8690         * tree-outof-ssa.c (coalesce_abnormal_edges): Fix typo in
8691         calling phi_ssa_name_p.
8692
8693 2004-09-09  Richard Henderson  <rth@redhat.com>
8694
8695         PR c/17322
8696         * c-typeck.c (valid_compound_expr_initializer): Use only
8697         initializer_constant_valid_p, and not TREE_CONSTANT.
8698         (digest_init): Likewise.
8699         (output_init_element): Likewise.
8700
8701 2004-09-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8702
8703         * ra-build.c (copy_insn_p, remember_move, defuse_overlap_p_1,
8704         live_out_1, prune_hardregs_for_mode, init_one_web_common,
8705         reinit_one_web, add_subweb, add_subweb_2, init_web_parts,
8706         record_conflict, compare_and_free_webs, init_webs_defs_uses,
8707         parts_to_webs_1, parts_to_webs, reset_conflicts,
8708         check_conflict_numbers, remember_web_was_spilled, handle_asm_insn,
8709         ra_build_free): Use gcc_assert and gcc_unreachable instead of abort.
8710         * ra-colorize.c (push_list, put_web, reset_lists, put_web_at_end,
8711         put_move, remove_move, combine, select_spill, colorize_one_web,
8712         try_recolor_web, insert_coalesced_conflicts, check_colors,
8713         break_precolored_alias, restore_conflicts_from_coalesce,
8714         sort_and_combine_web_pairs, check_uncoalesced_moves): Likewise.
8715         * ra-rewrite.c (spill_coalescing, slots_overlap_p, emit_loads,
8716         reloads_to_loads, rewrite_program2, emit_colors): Likewise.
8717         * ra.c (first_hard_reg, create_insn_info, find_subweb, init_ra,
8718         check_df): Likewise.
8719         * real.c (do_add, do_multiply, do_divide, do_compare, do_fix_trunc,
8720         real_arithmetic, real_compare, real_exponent, real_ldexp,
8721         real_identical, real_to_integer, real_to_integer2, real_to_decimal,
8722         real_to_hexadecimal, real_from_integer, ten_to_ptwo, ten_to_mptwo,
8723         real_digit, real_nan, real_maxval, round_for_format, real_convert,
8724         real_to_target, real_from_target, real_hash, encode_ieee_single,
8725         encode_ieee_double, encode_ieee_extended, encode_ieee_quad,
8726         encode_vax_f, encode_vax_d, encode_vax_g, encode_i370_single,
8727         encode_i370_double, encode_c4x_single, encode_c4x_extended): Likewise.
8728         * recog.c (validate_change, validate_replace_rtx_1, asm_operand_ok,
8729         extract_insn, peep2_next_insn, peep2_reg_dead_p,
8730         peep2_find_free_register, peephole2_optimize, store_data_bypass_p,
8731         if_test_bypass_p): Likewise.
8732         * reg-stack.c (record_label_references, get_asm_operand_n_inputs,
8733         stack_result, remove_regno_note, get_hard_regnum, emit_pop_insn,
8734         emit_swap_insn, swap_to_top, move_for_stack_reg,
8735         subst_stack_regs_pat, subst_asm_stack_regs, change_stack,
8736         compensate_edge, convert_regs_1): Likewise.
8737         * regclass.c (init_reg_sets, init_reg_sets_1,
8738         memory_move_secondary_cost): Likewise.
8739         * regrename.c (note_sets, clear_dead_regs, scan_rtx_reg, scan_rtx):
8740         Likewise.
8741         * reload.c (push_secondary_reload, find_valid_class, push_reload,
8742         operands_match_p, decompose, immune_p, find_reloads,
8743         find_reloads_toplev, find_reloads_address_1, subst_reloads,
8744         copy_replacements, refers_to_regno_for_reload_p,
8745         reg_overlap_mentioned_for_reload_p): Likewise.
8746         * reload1.c (compute_use_by_pseudos, replace_pseudos_in, reload,
8747         count_pseudo, find_reg, eliminate_regs, eliminate_regs_in_insn,
8748         verify_initial_elim_offsets, finish_spills, clear_reload_reg_in_use,
8749         reload_reg_free_p, reload_reg_reaches_end_p, reloads_conflict,
8750         choose_reload_regs, merge_assigned_reloads, emit_input_reload_insns,
8751         do_output_reload, fixup_abnormal_edges): Likewise.
8752         * reorg.c (stop_search_p, emit_delay_sequence, get_jump_flags,
8753         fill_slots_from_thread, relax_delay_slots): Likewise.
8754         * resource.c (mark_referenced_resources, mark_set_resources):
8755         Likewise.
8756         * rtl.c (copy_rtx, rtx_equal_p): Likewise.
8757         * rtlanal.c (insn_dependent_p, reg_overlap_mentioned_p,
8758         dead_or_set_p, find_reg_fusage, remove_note, replace_rtx,
8759         subreg_lsb_1, subreg_regno_offset, subreg_offset_representable_p,
8760         find_first_parameter_load, can_hoist_insn_p, hoist_update_store,
8761         hoist_insn_after, hoist_insn_to_edge, nonzero_bits1): Likewise.
8762         * rtlhooks.c (gen_lowpart_general): Likewise.
8763         * sbitmap.c (sbitmap_difference): Likewise.
8764         * sched-deps.c (add_dependence, sched_analyze_1, sched_analyze_2,
8765         sched_analyze, add_forward_dependence): Likewise.
8766         * sched-ebb.c (fix_basic_block_boundaries, schedule_ebb): Likewise.
8767         * sched-rgn.c (debug_regions, compute_trg_info, schedule_region,
8768         schedule_insns): Likewise.
8769         * sched-vis.c (print_pattern): Likewise.
8770         * sdbout.c (sdbout_symbol, sdbout_toplevel_data): Likewise.
8771         * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
8772         simplify_const_relational_operation, simplify_ternary_operation,
8773         simplify_immed_subreg, simplify_subreg, simplify_gen_subreg):
8774         Likewise.
8775         * sreal.c (copy, sreal_sub, sreal_div): Likewise.
8776         * stmt.c (force_label_rtx, expand_goto, expand_asm_operands,
8777         resolve_operand_name_1, expand_return, expand_decl,
8778         expand_anon_union_decl, emit_case_bit_tests, expand_case): Likewise.
8779         * stor-layout.c (put_pending_size, smallest_mode_for_size,
8780         int_mode_for_mode, layout_decl, finish_builtin_struct, layout_type,
8781         set_sizetype, get_mode_bounds): Likewise.
8782
8783 2004-09-09  Zack Weinberg  <zack@codesourcery.com>
8784
8785         * defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default.
8786         * config/arm/pecoff.h, config/i386/beos-elf.h
8787         * config/i386/cygming.h, config/i386/i386-interix.h:
8788         Define MULTIPLE_SYMBOL_SPACES to 1, not nothing.  Remove
8789         comment cloned from manual.
8790         * doc/tm.texi: Update description of MULTIPLE_SYMBOL_SPACES.
8791
8792 2004-09-09  Frank Ch. Eigler  <fche@redhat.com>
8793
8794         * builtins.c (build_va_arg_indirect_ref): New function.
8795         (std_gimplify_va_arg_expr): Call it instead of mudflap check and
8796         build_fold_indirect_ref.
8797         * config/i386/i386.c (ix86_gimplify_va_arg): Ditto.
8798         * config/ia64/ia64.c (ia64_gimplify_va_arg): Ditto.
8799         * tree.h: Declare new function.
8800
8801 2004-09-09  Nathan Sidwell  <nathan@codesourcery.com>
8802
8803         * cgraphunit.c (cgraph_mark_functions_to_output): Renable node
8804         dumping for development builds.
8805         * emit-rtl.c (verify_rtx_sharing): Give verbose failure for
8806         development builds only.
8807         * genattrtab.c (write_eligible_delay): Fix typo in previous
8808         commit.
8809         * tree.c (iterative_hash_expr): Replace gcc_unreachable with
8810         gcc_assert.
8811
8812 2004-09-09  Nathan Sidwell  <nathan@codesourcery.com>
8813
8814         * gcse.c (INSN_CUID, insert_set_in_table, find_avail_set,
8815         cprop_insn, do_local_cprop, local_cprop_pass, find_bypass_set,
8816         process_insert_insn, insert_insn_end_bb, pre_insert_copy_insn,
8817         hoist_code, extract_mentioned_regs_helper, compute_store_table,
8818         insert_store): Use gcc_assert and gcc_unreachable.
8819         * ggc-common.c (ggc_splay_alloc, ggc_splay_dont_free,
8820         gt_pch_note_object, gt_pch_note_reorder, relocate_ptrs,
8821         ggc_record_overhead): Likewise.
8822         * ggc-page.c (alloc_page, free_page, ggc_set_mark, ggc_marked_p,
8823         init_ggc, ggc_push_context, ggc_recalculate_in_use_p,
8824         ggc_pop_context, clear_marks, validate_free_objects,
8825         ggc_pch_read): Likewise.
8826         * ggc-zone.c (ggc_allocated_p, free_chunk, ggc_set_mark,
8827         ggc_marked_p, ggc_get_size, init_ggc, destroy_ggc_zone,
8828         ggc_push_context, check_cookies, ggc_collect,
8829         ggc_print_statistics): Likewise.
8830         * gimple-low.c (lower_function_body, lower_stmt,
8831         lower_bind_expr): Likewise.
8832         * gimplify.c (gimple_tree_eq, push_gimplify_context,
8833         pop_gimplify_context, gimple_pop_condition, create_tmp_var,
8834         declare_tmp_vars, gimple_add_tmp_var, annotate_all_with_locus,
8835         mostly_copy_tree_r, gimplify_return_expr, gimplify_switch_expr,
8836         gimplify_case_label_expr, gimplify_exit_block_expr,
8837         canonicalize_component_ref, gimplify_compound_lval,
8838         gimplify_self_mod_expr, gimplify_call_expr,
8839         gimplify_init_ctor_eval, gimplify_init_constructor,
8840         gimplify_modify_expr, gimplify_save_expr, gimplify_target_expr,
8841         gimplify_expr, check_pointer_types_r,
8842         force_gimple_operand): Likewise.
8843         * global.c (global_alloc, build_insn_chain): Likewise.
8844         * graph.c (clean_graph_dump_file,
8845         finish_graph_dump_file): Likewise.
8846         gcov-io.c (gcov_open): Use GCOV_CHECK.
8847
8848 2004-09-09  Richard Sandiford  <rsandifo@redhat.com>
8849
8850         * config/frv/frv.c (acc_operand, accg_operand): Use REGNO.
8851
8852 2004-09-09  Jan Hubicka  <jh@suse.cz>
8853
8854         middle-end/17128
8855         * tree-inline.c (expand_call_inline): Make overactive sanity check
8856         happy.
8857
8858 2004-09-09  Jan Hubicka  <jh@suse.cz>
8859
8860         * tree-ssa-loop-ivopts.c (peel_address): Fix abort on
8861         VIEW_CONVERT_EXPR.
8862
8863 2004-09-09  Nathan Sidwell  <nathan@codesourcery.com>
8864
8865         * Makefile.in (gengtype): Use $(BUILD_ERRORS).
8866         (gengtype.o): Depend on errors.h.
8867         * genattrtab.c (strcmp_check): Use gcc_assert and gcc_unreachable.
8868         (attr_rtx_1, attr_printf, attr_copy_rtx, evaluate_eq_attr,
8869         attr_alt_subset_p, attr_alt_subset_of_compl_p,
8870         attr_alt_intersection, attr_alt_union, optimize_attrs, gen_insn,
8871         write_test_expr, write_attr_value, write_eligible_delay,
8872         make_internal_attr, make_numeric_value): Likewise.
8873         * genautomata.c (regexp_name, get_str_vect,
8874         gen_presence_absence_set, automaton_decl_hash,
8875         automaton_decl_eq_p, insn_decl_hash, insn_decl_eq_p, decl_hash,
8876         decl_eq_p, process_regexp, loop_in_regexp, check_loops_in_regexps,
8877         process_regexp_cycles, reserv_sets_cmp, set_unit_reserv,
8878         test_unit_reserv, it_is_empty_reserv_sets,
8879         reserv_sets_are_intersected, reserv_sets_shift, reserv_sets_or,
8880         reserv_sets_and, output_cycle_reservs, get_free_state,
8881         intersected_state_reservs_p, states_union, remove_arc,
8882         copy_insn_regexp, transform_1, transform_2, transform_3,
8883         regexp_transform_func, store_alt_unit_usage,
8884         check_regexp_units_distribution, process_seq_for_forming_states,
8885         process_alts_for_forming_states, make_automaton,
8886         form_arcs_marked_by_insn, create_composed_state,
8887         set_out_arc_insns_equiv_num, partition_equiv_class,
8888         process_insn_equiv_class, set_insn_equiv_classes,
8889         units_to_automata_heuristic_distr, form_regexp,
8890         longest_path_length, output_dfa_max_issue_rate, add_vect,
8891         out_state_arcs_num, add_vect_el, output_trans_table,
8892         output_state_alts_table, output_dead_lock_vect,
8893         output_max_insn_queue_index_def,
8894         output_min_insn_conflict_delay_func,
8895         output_internal_insn_latency_func, output_print_reservation_func,
8896         output_cpu_unit_reservation_p, output_state_arcs,
8897         make_insn_alts_attr, make_internal_dfa_insn_code_attr,
8898         make_default_insn_latency_attr,
8899         form_important_insn_automata_lists): Likewise.
8900         * genemit.c (gen_exp, output_add_clobbers,
8901         output_added_clobbers_hard_reg_p): Likewise.
8902         * genextract.c (print_path, main): Likewise.
8903         * genflags.c (gen_macro): Likewise.
8904         * gengenrtl.c: Include errors.h
8905         (type_from_format, accessor_from_format): Likewise.
8906         * gengtype.c (get_file_basename, output_mangled_typename,
8907         walk_type, write_types_process_field,
8908         write_types_local_process_field): Likewise.
8909         * genmodes.c (complete_mode): Likewise.
8910         * genopinit.c (gen_insn): Likewise.
8911         * genoutput.c (output_insn_data, check_constraint_len,
8912         constraint_len): Likewise.
8913         * genpreds.c (add_mode_tests):Likewise.
8914         * gen-protos.c (add_hash): Likewise.
8915         * genrecog.c (find_operand, find_matching_operand,
8916         validate_pattern, add_to_sequence, maybe_both_true,
8917         nodes_identical_1, merge_trees, write_switch, write_cond,
8918         write_action, is_unconditional, make_insn_sequence,
8919         debug_decision_2): Likewise.
8920         * gensupport.c (is_predicable, collect_insn_data,
8921         alter_predicate_for_insn, maybe_eval_c_test): Likewise.
8922
8923 2004-09-09  Jan Hubicka  <jh@suse.cz>
8924
8925         * basic-block.h (guess_outgoing_edge_probabilities): Declare.
8926         * cfgbuild.c (compute_outgoing_frequencies): When probability is
8927         missing, guess it.
8928         (find_many_sub_basic_blocks): Do update profile only when it is
8929         present.
8930         * predict.c (set_even_probabilities): Break out from ...
8931         (combine_predictions_for_insn): ... here; deal with
8932         !can_predict_insn_p insns.
8933         (combine_predictions_for_bb): Use set_even_probabilities.
8934         (bb_estimate_probability_locally): Break out from ....
8935         (estimate_probability): ... here.
8936         (guess_outgoing_edge_probabilities): New entry point.
8937
8938 2004-09-09  Nathan Sidwell  <nathan@codesourcery.com>
8939
8940         * gcc.c (add_sysrooted_prefix, execute, do_self_spec, do_spec_1,
8941         handle_braces, process_brace_body, main, used_arg,
8942         set_multilib_dir, print_multilib_info): Use fatal, not abort.
8943
8944         * tree-nested.c (create_tmp_var_for): Correct missinverted assert.
8945
8946         * tree-outof-ssa.c (free_temp_expr_table): Add missed assert.
8947         * tree-ssa-ccp.c (set_lattice_value): Correct missapplied de
8948         Morgan's theorem in last checkin.
8949
8950 2004-09-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8951             Nathan Sidwell  <nathan@codesourcery.com>
8952
8953         * targhooks.c (default_unwind_emit, default_scalar_mode_supported_p):
8954         Use gcc_assert, gcc_unreachable & internal_error instead of abort.
8955         * timevar.c (timevar_push, timevar_pop, timevar_start,
8956         timevar_stop): Likewise.
8957         * toplev.c (default_pch_valid_p): Likewise.
8958         * tracer.c (tail_duplicate): Likewise.
8959         * tree-alias-common.c (get_alias_var_decl,
8960         get_values_from_constructor, create_alias_var, delete_alias_vars,
8961         empty_points_to_set, same_points_to_set, ptr_may_alias_var):
8962         Likewise.
8963         * tree.c (tree_size, make_node_stat, copy_node_stat,
8964         build_int_cst_wide, integer_all_onesp, list_length, chainon,
8965         tree_node_structure, type_contains_placeholder_p, substitute_in_expr,
8966         substitute_placeholder_in_expr, tabilize_reference_1, build0_stat,
8967         build1_stat, build2_stat, build3_stat, build4_stat, is_attribute_p,
8968         lookup_attribute, type_hash_canon, host_integerp, iterative_hash_expr,
8969         build_method_type_directly, decl_type_context, get_callee_fndecl,
8970         get_set_constructor_bits, build_vector_type_for_mode, int_cst_value,
8971         tree_fold_gcd): Likewise.
8972         * tree-cfg.c (create_bb, make_ctrl_stmt_edges, make_exit_edges,
8973         make_cond_expr_edges, group_case_labels, tree_merge_blocks,
8974         cleanup_control_expr_graph, find_taken_edge,
8975         find_taken_edge_switch_expr, phi_alternatives_equal,
8976         is_ctrl_altering_stmt, disband_implicit_edges, set_bb_for_stmt,
8977         stmt_for_bsi, tree_find_edge_insert_loc, bsi_insert_on_edge_immediate,
8978         tree_split_edge, tree_verify_flow_info, thread_jumps,
8979         tree_redirect_edge_and_branch, tree_flow_call_edges_add): Likewise.
8980         * tree-chrec.c (chrec_fold_poly_cst, chrec_fold_plus_poly_poly,
8981         chrec_fold_multiply_poly_poly): Likewise.
8982         * tree-complex.c (extract_component, expand_complex_division,
8983         expand_complex_comparison, expand_complex_operations_1,
8984         build_replicated_const, expand_vector_operations_1): Likewise.
8985         * tree-data-ref.c (tree_fold_bezout, build_classic_dist_vector,
8986         build_classic_dir_vector): Likewise.
8987         * tree-dfa.c (compute_immediate_uses_for_phi,
8988         compute_immediate_uses_for_stmt, create_var_ann, create_stmt_ann,
8989         create_tree_ann, collect_dfa_stats, get_virtual_var): Likewise.
8990         * tree-dump.c (dequeue_and_dump): Likewise.
8991         * tree-eh.c (record_stmt_eh_region, add_stmt_to_eh_region,
8992         record_in_finally_tree, replace_goto_queue_1,
8993         maybe_record_in_goto_queue, verify_norecord_switch_expr,
8994         do_return_redirection): Likewise.
8995         * tree-if-conv.c (tree_if_convert_stmt, tree_if_convert_cond_expr,
8996         add_to_dst_predicate_list, find_phi_replacement_condition,
8997         replace_phi_with_cond_modify_expr, get_loop_body_in_if_conv_order):
8998         Likewise.
8999         * tree-inline.c (remap_decl, remap_type, remap_decls, copy_body_r,
9000         initialize_inlined_parameters, declare_return_variable,
9001         estimate_num_insns_1, expand_call_inline, expand_calls_inline,
9002         optimize_inline_calls, copy_tree_r): Likewise.
9003         * tree-into-ssa.c (rewrite_initialize_block_local_data, rewrite_stmt,
9004         ssa_rewrite_stmt, rewrite_into_ssa): Likewise.
9005         * tree-iterator.c (alloc_stmt_list, tsi_link_before, tsi_link_after,
9006         tsi_split_statement_list_after, tsi_split_statement_list_before):
9007         Likewise.
9008         * tree-mudflap.c (mf_varname_tree): Likewise.
9009         * tree-nested.c (create_tmp_var_for, lookup_field_for_decl,
9010         lookup_tramp_for_decl, convert_all_function_calls): Likewise.
9011         * tree-optimize.c (tree_rest_of_compilation): Likewise.
9012         * tree-outof-ssa.c (create_temp, eliminate_build, eliminate_phi,
9013         coalesce_abnormal_edges, coalesce_ssa_name, eliminate_virtual_phis,
9014         free_temp_expr_table, add_dependance, finish_expr, rewrite_trees):
9015         Likewise.
9016         * tree-phinodes.c (resize_phi_node, add_phi_arg,
9017         remove_all_phi_nodes_for): Likewise.
9018         * tree-pretty-print.c (op_prio, print_call_name): Likewise.
9019         * tree-profile.c (tree_gen_interval_profiler, tree_gen_pow2_profiler,
9020         tree_gen_one_value_profiler, tree_gen_const_delta_profiler): Likewise.
9021         * tree-sra.c (type_can_instantiate_all_elements, sra_hash_tree,
9022         sra_elt_eq, sra_walk_expr, instantiate_missing_elements,
9023         generate_one_element_ref, generate_element_copy,
9024         generate_element_zero, scalarize_copy, scalarize_init,
9025         scalarize_ldst): Likewise.
9026         * tree-ssa-alias.c (delete_alias_info, group_aliases, may_alias_p,
9027         add_may_alias, add_pointed_to_expr, add_pointed_to_var,
9028         collect_points_to_info_r, get_tmt_for, get_ptr_info): Likewise.
9029         * tree-ssa.c (walk_use_def_chains, check_phi_redundancy): Likewise.
9030         * tree-ssa-ccp.c (dump_lattice_value, get_default_value, get_value,
9031         set_lattice_value, likely_value, ccp_visit_phi_node, visit_assignment,
9032         widen_bitfield, ccp_fold_builtin): Likewise.
9033         * tree-ssa-copy.c (may_propagate_copy, merge_alias_info,
9034         replace_exp_1, propagate_tree_value): Likewise.
9035         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Likewise.
9036         * tree-ssa-dce.c (set_control_dependence_map_bit,
9037         find_control_dependence, find_pdom, mark_operand_necessary,
9038         mark_stmt_if_obviously_necessary,
9039         mark_control_dependent_edges_necessary, remove_dead_stmt): Likewise.
9040         * tree-ssa-dom.c (dom_opt_initialize_block_local_data,
9041         simplify_switch_and_lookup_avail_expr, cprop_into_successor_phis,
9042         eliminate_redundant_computations, avail_expr_eq): Likewise.
9043         * tree-ssa-dse.c (fix_stmt_v_may_defs): Likewise.
9044         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p,
9045         duplicate_blocks): Likewise.
9046         * tree-ssa-loop-im.c (for_each_index, set_level,
9047         is_call_clobbered_ref): Likewise.
9048         * tree-ssa-loop-ivopts.c (dump_use, divide, stmt_after_ip_normal_pos,
9049         stmt_after_increment, set_iv, contains_abnormal_ssa_name_p,
9050         find_interesting_uses_outer_or_nonlin, add_derived_ivs_candidates,
9051         peel_address, ptr_difference_cost, may_replace_final_value,
9052         determine_use_iv_cost, rewrite_use_nonlinear_expr, rewrite_use_outer,
9053         rewrite_use, rewrite_uses): Likewise.
9054         * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa,
9055         check_loop_closed_ssa_use): Likewise.
9056         * tree-ssanames.c (make_ssa_name): Likewise.
9057         * tree-ssa-operands.c (finalize_ssa_defs, finalize_ssa_uses,
9058         finalize_ssa_v_must_defs, finalize_ssa_stmt_operands,
9059         get_stmt_operands, get_expr_operands, get_asm_expr_operands,
9060         get_indirect_ref_operands, add_stmt_operand): Likewise.
9061         * tree-ssa-pre.c (value_exists_in_set_bitmap,
9062         value_remove_from_set_bitmap, bitmap_insert_into_set, insert_into_set,
9063         phi_translate, valid_in_set, compute_antic,
9064         find_or_generate_expression, create_expression_by_pieces, insert_aux,
9065         create_value_expr_from, eliminate): Likewise.
9066         * tree-ssa-propagate.c (cfg_blocks_get): Likewise.
9067         * tree-ssa-threadupdate.c (remove_last_stmt_and_useless_edges):
9068         Likewise.
9069         * tree-tailcall.c (independent_of_stmt_p, adjust_return_value,
9070         eliminate_tail_call): Likewise.
9071         * tree-vectorizer.c (vect_create_index_for_array_ref,
9072         vect_align_data_ref, vect_create_data_ref,
9073         vect_create_destination_var, vect_get_vec_def_for_operand,
9074         vect_finish_stmt_generation, vect_transform_stmt,
9075         vect_transform_loop_bound, vect_transform_loop,
9076         vect_analyze_operations): Likewise.
9077         * tree-vn.c (vn_compute, set_value_handle, get_value_handle):
9078         Likewise.
9079         * tree-flow-inline.h (var_ann, get_var_ann, get_def_from_ptr,
9080         get_use_op_ptr, immediate_use, phi_ssa_name_p, bsi_start,
9081         bsi_after_labels, bsi_last): Likewise.
9082         * tree-ssa-live.c (var_union, change_partition_var,
9083         create_ssa_var_map, calculate_live_on_entry, root_var_init,
9084         type_var_init, add_coalesce, sort_coalesce_list, pop_best_coalesce):
9085         Likewise.
9086         * tree-ssa-live.h (partition_is_global, live_entry_blocks,
9087         tpa_find_tree): Likewise.
9088         (register_ssa_partition_check): Declare.
9089         (register_ssa_partition): use it.
9090         * tree-ssa-live.c: Include errors.h.
9091         (register_ssa_partition_check): New.
9092         * tree-ssa-operands.c: Include errors.h.
9093         * Makefile.in (tree-ssa-operands.o): Depend on errors.h.
9094
9095 2004-09-09  Richard Sandiford  <rsandifo@redhat.com>
9096             Catherine Moore  <clm@redhat.com>
9097
9098         * config/frv/frv-protos.h (FRV_CPU_FR550, FRV_CPU_FR450)
9099         (FRV_CPU_FR405): New processor enums.
9100         (frv_issue_rate, frv_acc_group): Declare.
9101         * config/frv/frv.h (CPP_SPEC, CPP_FRV_SPEC, CPP_FR500_SPEC): Delete.
9102         (CPP_FR400_SPEC, CPP_SIMPLE_SPEC): Delete.
9103         (MASK_DEFAULT_FR550, MASK_DEFAULT_FR450): New macros.
9104         (SUBTARGET_EXTRA_SPECS, EXTRA_SPECS, CPP_CPU_DEFAULT_SPEC): Delete.
9105         (TARGET_CPU_CPP_BUILTINS): Define the macros that were previously
9106         handled by CPP_SPEC.
9107         (MASK_LONG_CALLS, TARGET_LONG_CALLS): New macros.
9108         (MASK_ALIGN_LABELS, TARGET_ALIGN_LABELS): New macros.
9109         (ACC_MASK): New macro.
9110         (TARGET_MEDIA_REV2): Include FRV_CPU_{FR405,FR450,FR550}.
9111         (TARGET_MEDIA_FR450): New macro.
9112         (TARGET_FR500_FR550_BUILTINS, TARGET_FR405_BUILTINS): New macros.
9113         (TARGET_SWITCHES): Add -m{no-,}align-labels and -m{no-,}long-calls.
9114         (LABEL_ALIGN_AFTER_BARRIER): Define.
9115         (ACC_LAST, ACCG_LAST): Add four new accumulator registers.
9116         (IACC_FIRST, IACC_LAST): New pair of SPRs.
9117         (ACCG_FIRST, AP_FIRST, SPR_FIRST, SPR_LAST): Adjust accordingly.
9118         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER)
9119         (REGISTER_NAMES): Add entries for new registers.
9120         (REG_CLASS_CONTENTS): Update for new register ranges.
9121         (EXTRA_CONSTRAINT_FOR_S): Redefine in terms of call_operand.
9122         (ISSUE_RATE, CLEAR_VLIW_START, SET_VLIW_START): Delete.
9123         (PACKING_FLAG_USED_P): Delete.
9124         (FRV_BUILTIN_MQLCLRHS, FRV_BUILTIN_MQLMTHS, FRV_BUILTIN_MQSLLHI)
9125         (FRV_BUILTIN_MQSRAHI, FRV_BUILTIN_SMUL, FRV_BUILTIN_UMUL)
9126         (FRV_BUILTIN_PREFETCH0, FRV_BUILTIN_PREFETCH, FRV_BUILTIN_SMASS)
9127         (FRV_BUILTIN_SMSSS, FRV_BUILTIN_SMU, FRV_BUILTIN_SCUTSS)
9128         (FRV_BUILTIN_ADDSS, FRV_BUILTIN_SUBSS, FRV_BUILTIN_SLASS)
9129         (FRV_BUILTIN_IACCread{l,ll}, FRV_BUILTIN_IACCset{ll,l})
9130         (FRV_BUILTIN_SCAN): New members of frv_builtin_enum.
9131         (FRV_BUILTIN_FIRST_NONMEDIA): New macro.
9132         (CPU_UNITS_QUERY): Define to 1.
9133         * config/frv/frv.c: Include gt-frv.h
9134         (NUM_NOP_PATTERNS, NTH_UNIT, UNIT_NUMBER, PACKING_FLAG_P): New macros.
9135         (SET_PACKING_FLAG, CLEAR_PACKING_FLAG, FOR_EACH_REGNO): New macros.
9136         (frv_insn_group): New enumeration.
9137         (frv_unit_names, frv_unit_groups, frv_unit_codes): New variables.
9138         (frv_type_to_unit, frv_nops, frv_num_nops): New variables.
9139         (REGSTATE_DEAD, REGSTATE_LIVE, REGSTATE_UNUSED, REGSTATE_MASK)
9140         (REGSTATE_CONDJUMP): Delete.  Shuffle other numbers to cover the
9141         gap left by REGSTATE_LIVE.
9142         (regstate_t): New typedef.
9143         (TARGET_MACHINE_DEPENDENT_REORG): Define.
9144         (frv_default_flags_for_cpu): Handle FRV_CPU_{FR550,FR450,FR405}.
9145         (frv_override_options): Check for -mcpu={fr550,fr450,fr405}.
9146         Initialize frv_unit_codes[] and frv_type_to_unit[].
9147         (frv_conditional_register_usage): Remove redundant fixing of
9148         accumulator registers.
9149         (frv_insn_packing_flag): Update specification.
9150         (frv_function_prologue): Don't set frv_insn_packing_flag here.
9151         Zero out frv_nops[].
9152         (frv_expand_epilogue): Remove comments about the no-longer-present
9153         SIBCALL_P argument.
9154         (frv_asm_output_mi_thunk): Check frv_issue_rate() rather than
9155         PACKING_FLAG_USED_P() when deciding whether to pack instructions.
9156         (frv_asm_output_opcode, frv_final_prescan_insn): Simplify in light
9157         of the new meaning of frv_insn_packing_flag.  Emit an mnop.p if
9158         packing is disabled and if INSN can only issue to M1.
9159         (call_operand): Check TARGET_LONG_CALLS.
9160         (acc_operand, even_acc_operand, quad_acc_operand)
9161         (accg_operand): Simplify.  Don't accept pseudo registers.
9162         (output_move_single): Handle SPR<-zero moves.
9163         (frv_issue_rate): Make non-static.  Handle FRV_CPU_{FR550,FR450,FR405}.
9164         (frv_registers_update, frv_registers_used_p): Delete.
9165         (frv_registers_set_p): Delete.
9166         (frv_acc_group_1, frv_acc_group, frv_insn_unit): New functions.
9167         (frv_issues_to_branch_unit_p): New function.
9168         (frv_packet): New structure.
9169         (frv_cond_flags, frv_regstate_conflict_p): New functions.
9170         (frv_registers_conflict_p_1, frv_registers_conflict_p): New functions.
9171         (frv_registers_update_1, frv_registers_update): New functions.
9172         (frv_start_packet, frv_start_packet_block, frv_finish_packet)
9173         (frv_pack_insn_p, frv_add_insn_to_packet, frv_insert_nop_in_packet)
9174         (frv_for_each_packet, frv_sort_insn_group_1, frv_compare_insns)
9175         (frv_sort_insn_group, frv_reorder_packet): New functions.
9176         (frv_pack_insns): Use frv_reorder_packet.
9177         (frv_packet_address): New variable.
9178         (frv_fill_unused_units, frv_align_label, frv_reorg_packet)
9179         (frv_register_nop, frv_reorg): New functions.
9180         (bdesc_1arg): Add __SCUTSS.
9181         (bdesc_2arg): Add __MQLCLRHS, __MQLMTHS, __SMUL, __UMUL, __ADDSS,
9182         __SUBSS, __SLASS and __SCAN.
9183         (bdesc_2argimm): Add __MQSLLHI and __MQSRAHI.
9184         (bdesc_int_void2arg, bdesc_prefetches): New arrays.
9185         (frv_init_builtins): Register the above builtins.
9186         (frv_int_to_acc): Use ACC_MASK to check for valid accumulator
9187         registers.  Turn the referenced accumulators into global registers.
9188         (frv_read_iacc_argument): New function.
9189         (frv_expand_int_void2arg, frv_expand_prefetches): New functions.
9190         (frv_split_iacc_move): New function.
9191         (frv_expand_builtin): Handle the new builtins.
9192         * config/frv/frv.md: Replace old schedulers with new order-independent
9193         ones.  Add schedulers for the FR405, FR450 and FR550.  Describe new
9194         packing algorithm.
9195         (cpu): Add fr550, fr450 and fr405.
9196         (type): Add macc, scan, cut, fnop, fscmp, fdcmp, mnop, mqlimh and
9197         mqshift.  Replace fmas with fsmadd and fmad with fdmadd.  Delete m7.
9198         (*muladd[sd]f4, *mulsub[sd]f4): Fix types.
9199         (*cmp[sd]f_cc_fp): Use new f[sd]cmp types.
9200         (fnop, mnop): New patterns.
9201         (UNSPEC_MQLCLRHS, UNSPEC_MQLMTHS, UNSPEC_MQSLLHI, UNSPEC_MQSRAHI):
9202         New constants.
9203         (mexpdhw, *cond_exec_mexpdhw): Fix destination operands.
9204         (mclracca8): Use ACC_MASK to determine the upper set of accumulator
9205         registers.
9206         (mqlclrhs, mqlmths, mqsllhi, mqsrahi): New patterns.
9207         (UNSPEC_SMUL, UNSPEC_UMUL, UNSPEC_SMU, UNSPEC_ADDSS, UNSPEC_SUBSS)
9208         (UNSPEC_SLASS, UNSPEC_SCAN, UNSPEC_INTSS, UNSPEC_SCUTSS)
9209         (UNSPEC_PREFETCH0, UNSPEC_PREFETCH, UNSPEC_IACCreadll)
9210         (UNSPEC_IACCreadl, UNSPEC_IACCsetll, UNSPEC_IACCsetl, UNSPEC_SMASS)
9211         (UNSPEC_SMSSS, UNSPEC_IMUL, IACC0_REG): New constants.
9212         (smul, umul, smass, smsss, smu, addss, subss, slass, scan, scutss)
9213         (frv_prefetch0, frv_prefetch): New patterns.
9214         * config/frv/t-frv (MULTILIB_OPTIONS): Remove -mcpu=frv and
9215         -mcpu=simple.  Add -mcpu=fr550.
9216         (MULTILIB_DIRNAMES): Update accordingly.
9217         (MULTILIB_MATCHES): Use the fr400 multilibs for -mcpu=fr405 and
9218         -mcpu=fr450.
9219         * doc/invoke.texi: Document the new -mcpu={fr550,fr450,fr405},
9220         -mlong-calls and -malign-labels options for FR-V.
9221
9222 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
9223
9224         PR c/8420
9225         * c-tree.h (struct c_declspecs): New.
9226         (struct c_declarator, struct c_type_name, struct c_parm): Update
9227         element types.
9228         (build_array_declarator, grokfield, shadow_tag, shadow_tag_warned,
9229         start_function, start_decl, build_c_parm,
9230         make_pointer_declarator): Update prototypes.
9231         (build_null_declspecs, declspecs_add_qual, declspecs_add_type,
9232         declspecs_add_scspec, declspecs_add_attrs): New.
9233         (split_specs_attrs): Remove.
9234         * c-parse.in (%union): Add dsptype.
9235         (declspecs_nosc_nots_nosa_noea, declspecs_nosc_nots_nosa_ea,
9236         declspecs_nosc_nots_sa_noea, declspecs_nosc_nots_sa_ea,
9237         declspecs_nosc_ts_nosa_noea, declspecs_nosc_ts_nosa_ea,
9238         declspecs_nosc_ts_sa_noea, declspecs_nosc_ts_sa_ea,
9239         declspecs_sc_nots_nosa_noea, declspecs_sc_nots_nosa_ea,
9240         declspecs_sc_nots_sa_noea, declspecs_sc_nots_sa_ea,
9241         declspecs_sc_ts_nosa_noea, declspecs_sc_ts_nosa_ea,
9242         declspecs_sc_ts_sa_noea, declspecs_sc_ts_sa_ea, declspecs_ts,
9243         declspecs_nots, declspecs_ts_nosa, declspecs_nots_nosa,
9244         declspecs_nosc_ts, declspecs_nosc_nots, declspecs_nosc, declspecs,
9245         maybe_type_quals_attrs): Change to dsptype.
9246         (struct c_declspec_stack): New.
9247         (current_declspecs, declspec_stack): Change type.
9248         (PUSH_DECLSPEC_STACK, POP_DECLSPEC_STACK): Update to new
9249         structures.
9250         (extdefs): Likewise.
9251         (setspecs): Likewise.
9252         (fndef): Use current_declspecs for empty declspecs list.
9253         (declspecs_nosc_nots_nosa_noea, declspecs_nosc_nots_nosa_ea,
9254         declspecs_nosc_nots_sa_noea, declspecs_nosc_nots_sa_ea,
9255         declspecs_nosc_ts_nosa_noea, declspecs_nosc_ts_nosa_ea,
9256         declspecs_nosc_ts_sa_noea, declspecs_nosc_ts_sa_ea,
9257         declspecs_sc_nots_nosa_noea, declspecs_sc_nots_nosa_ea,
9258         declspecs_sc_nots_sa_noea, declspecs_sc_nots_sa_ea,
9259         declspecs_sc_ts_nosa_noea, declspecs_sc_ts_nosa_ea,
9260         declspecs_sc_ts_sa_noea, declspecs_sc_ts_sa_ea): Update to new
9261         structures and helper functions.  Update comments.
9262         (typespec_nonattr): Correct comment.
9263         (maybe_type_quals_attrs, typename): Update to new structures.
9264         * c-decl.c (grokdeclarator, build_array_declarator, grokfield,
9265         shadow_tag, shadow_tag_warned, start_function, start_decl,
9266         build_c_parm, make_pointer_declarator,
9267         set_array_declarator_inner, groktypename): Update to new
9268         structures.
9269         (build_null_declspecs, declspecs_add_qual, declspecs_add_type,
9270         declspecs_add_scspec, declspecs_add_attrs): New.
9271         (split_specs_attrs): Remove.
9272         (shadow_tag_warned): Make warning for useless type names a
9273         pedwarn.  Give hard error for long, short, signed, unsigned or
9274         _Complex used with struct, union or enum in empty declaration.
9275         Make found_tag a bool.
9276         (grokdeclarator): Remove checks now done at parse time.
9277
9278 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
9279
9280         * c-tree.h (enum c_declarator_kind, struct c_arg_info, struct
9281         c_declarator, struct c_type_name, struct c_parm): New.
9282         (build_array_declarator, set_array_declarator_inner,
9283         get_parm_info, grokfield, groktypename, grokparm, push_parm_decl,
9284         start_function, start_decl, build_c_parm, build_attrs_declarator,
9285         build_function_declarator, make_pointer_declarator, c_cast_expr,
9286         store_parm_decls_newstyle, c_expr_sizeof_type): Update prototypes.
9287         (build_id_declarator): New.
9288         * c-typeck.c (c_cast_expr, c_expr_sizeof_type): Update to new
9289         structures.
9290         * c-decl.c (ARG_INFO_PARMS, ARG_INFO_TAGS, ARG_INFO_TYPES,
9291         ARG_INFO_OTHERS): Remove.
9292         (build_id_declarator): New.
9293         (build_array_declarator, set_array_declarator_inner, groktypename,
9294         start_decl, grokparm, push_parm_decl, grokparms, get_parm_info,
9295         grokfield, start_function, store_parm_decls_newstyle,
9296         store_parm_decls_oldstyle, store_parm_decls,
9297         build_c_parm, build_attrs_declarator, build_function_declarator,
9298         make_pointer_declarator, grokdeclarator): Update to new
9299         structures.
9300         * c-parse.in (%union): Add arginfotype, dtrtype, typenametype and
9301         parmtype.
9302         (declarator, notype_declarator, after_type_declarator,
9303         parm_declarator, parm_declarator_starttypename,
9304         parm_declarator_nostarttypename, array_declarator, typename,
9305         absdcl, absdcl1, absdcl1_ea, absdcl1_noea, direct_absdcl1,
9306         absdcl_maybe_attribute, parm, firstparm, parms, parmlist,
9307         parmlist_1, parmlist_2, parmlist_or_identifiers,
9308         parmlist_or_identifiers_1): Use these types.
9309         (primary, after_type_declarator, parm_declarator_starttypename,
9310         notype_declarator, component_decl, component_declarator,
9311         component_notype_declarator, typename, absdcl,
9312         absdcl_maybe_attribute, absdcl1_ea, direct_absdcl1, parmlist_1,
9313         parmlist_2, parmlist_or_identifiers_1): Update to new structures.
9314
9315 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
9316
9317         * c-tree.h (C_DECL_USED, parser_obstack, in_alignof, in_sizeof,
9318         in_typeof, record_maybe_used_decl, pop_maybe_used,
9319         c_expr_sizeof_expr, c_expr_sizeof_type): New.
9320         * c-decl.c (parser_obstack): New.
9321         (c_init_decl_processing): Initialize parser_obstack.
9322         (c_write_global_declarations_1): Check for used but undefined
9323         static functions.
9324         * c-parse.in (%union): Add otype.
9325         (save_obstack_position): New.
9326         (extdefs): Use it.
9327         (unary_expr): Update in_sizeof and in_alignof.  Use
9328         c_expr_sizeof_expr and c_expr_sizeof_type.
9329         (sizeof): Update in_sizeof.
9330         (alignof): Update in_alignof.
9331         (typeof): Update in_typeof.
9332         (typespec_nonreserved_nonattr): Call pop_maybe_used.
9333         * c-typeck.c (in_alignof, in_sizeof, in_typeof, struct
9334         maybe_used_decl, maybe_used_decls, record_maybe_used_decl,
9335         pop_maybe_used, c_expr_sizeof_expr, c_expr_sizeof_type): New.
9336         (build_external_ref): Set C_DECL_USED or call
9337         record_maybe_used_decl if appropriate.
9338         * toplev.c (check_global_declarations): Check TREE_NO_WARNING.
9339
9340 2004-09-08  Eric Christopher  <echristo@redhat.com>
9341
9342         * builtins.c: Fix prototype for fold_builtin_atan.
9343
9344 2004-09-08  Eric Christopher  <echristo@redhat.com>
9345
9346         * builtins.c (fold_builtin_strlen, fold_builtin_sqrt, fold_builtin_cbrt,
9347         fold_builtin_pow, fold_builtin_sin, fold_builtin_cos, fold_builtin_tan,
9348         fold_builtin_atan): New functions. Migrate function bodies...
9349         (fold_builtin_1): ... from here.
9350
9351 2004-09-09  Alan Modra  <amodra@bigpond.net.au>
9352
9353         * config/rs6000/rs6000.c (rs6000_stack_info): Correct alignment of
9354         save_size.
9355
9356 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
9357
9358         * config/rs6000/power4.md (power4-lmul): du4 feeds iu1.
9359         * config/rs6000/power5.md (power5-lmul): Same.
9360
9361 2004-09-08  Richard Henderson  <rth@redhat.com>
9362
9363         PR rtl-opt/17186
9364         * function.c (expand_function_end): Have fall-off-the-end
9365         return path jump around return register setup.
9366
9367 2004-09-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
9368
9369         * config/sparc/sparc.c (sparc_indent_opcode): New variable.
9370         (output_return): Do not test for the presence of the 'unimp' insn.
9371         Use 'current_function_uses_only_leaf_regs' and 'final_sequence'
9372         as predicates instead of custom ones.  Return raw strings when
9373         possible.
9374         (output_sibcall): Likewise.  Concatenate strings.
9375         (output_ubranch): Remove kludge for TurboSPARC.
9376         (output_cbranch): Remove 'noop' parameter.  Do not output 'nop'.
9377         (output_v9branch): Likewise.
9378         (print_operand): Use 'final_sequence' instead of 'dbr_sequence_length'.
9379         <#>: Set sparc_indent_opcode if the delay slot is filled.
9380         <(>: Likewise.
9381         <)>: New operand to emit the displacement from the saved PC on return.
9382         <@>: Remove.
9383         * config/sparc/sparc.h (sparc_indent_opcode): Declare it.
9384         (ASM_OUTPUT_OPCODE): New macro.
9385         (PRINT_OPERAND_PUNCT_VALID_P): Remove '^' and add ')'.
9386         * config/sparc/sparc.md (normal_branch, inverted_branch,
9387         normal_fp_branch, inverted_fp_branch, normal_fpe_branch,
9388         inverted_fpe_branch): Adjust call to output_cbranch.
9389         (normal_int_branch_sp64, inverted_int_branch_sp64): Adjust
9390         call to output_v9branch.
9391         * config/sparc/sparc-protos.h (output_cbranch): Adjust.
9392         (output_v9branch): Likewise.
9393
9394 2004-09-08  Devang Patel  <dpatel@apple.com>
9395
9396         * config/darwin.h  (TARGET_OPTION_TRANSLATE_TABLE): Add -segaddr,
9397         -segs_read_only_addr and -segs_read_write_addr.
9398         (WORD_SWITCH_TAKES_ARG): Same.
9399         (LINK_SPEC): Same.
9400         * doc/invoke.texi: Document -segaddr, -segs_read_only_addr and
9401         -segs_read_write_addr.
9402
9403 2004-09-08  Richard Henderson  <rth@redhat.com>
9404
9405         * function.c (reference_callee_copied): New.
9406         (assign_parm_setup_reg): Use it.
9407         * calls.c (initialize_argument_information): Likewise.
9408         (emit_library_call_value_1): Likewise.
9409         * function.h (reference_callee_copied): Declare.
9410
9411         * target.h (struct gcc_target): Add callee_copies.
9412         * target-def.h (TARGET_CALLEE_COPIES): New.
9413         (TARGET_PASS_BY_REFERENCE): Update default.
9414         * expr.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9415         * targhooks.c (hook_callee_copies_named): New.
9416         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Rename from
9417         hook_pass_by_reference_false.
9418         (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): New.
9419         * targhooks.h: Update decls.
9420         * config/arc/arc.c (TARGET_CALLEE_COPIES): New.
9421         * config/arc/arc.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9422         * config/frv/frv-protos.h (frv_function_arg_callee_copies): Remove.
9423         * config/frv/frv.c (frv_function_arg_callee_copies): Remove.
9424         * config/frv/frv.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9425         * config/iq2000/iq2000.c (TARGET_CALLEE_COPIES): New.
9426         * config/iq2000/iq2000.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9427         * config/m68hc11/m68hc11.c (TARGET_CALLEE_COPIES): New.
9428         * config/m68hc11/m68hc11.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9429         * config/mips/mips.c (TARGET_CALLEE_COPIES): New.
9430         (mips_callee_copies): New.
9431         * config/mips/mips.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9432         * config/mmix/mmix.c (TARGET_CALLEE_COPIES): New.
9433         * config/mmix/mmix.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9434         * config/mn10300/mn10300.c (TARGET_CALLEE_COPIES): New.
9435         * config/mn10300/mn10300.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9436         * config/pa/pa.c (TARGET_CALLEE_COPIES): New.
9437         * config/pa/pa.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9438         * config/sh/sh.c (sh_callee_copies): New.
9439         (TARGET_CALLEE_COPIES): New.
9440         * config/sh/sh.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9441         * config/v850/v850.c (TARGET_CALLEE_COPIES): New.
9442         * config/v850/v850.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9443         * doc/tm.texi (TARGET_CALLEE_COPIES): Replace documentation
9444         for FUNCTION_ARG_CALLEE_COPIES.
9445         * doc/rtl.texi (CALL_INSN_FUNCTION_USAGE): Update.
9446
9447 2004-09-08  Devang Patel  <dpatel@apple.com>
9448
9449         * tree-if-conv.c (find_phi_replacement_condition): Return true
9450         edge block.
9451         (replace_phi_with_cond_modify_expr): Select conditional expr args
9452         based on true edge basic block.
9453
9454 2004-09-08  Jan Hubicka  <jh@suse.cz>
9455
9456         * tree-ssa-operands.c (add_stmt_operand): Use V_MUST_DEF even for
9457         variables being alias set.
9458
9459 2004-09-08  Nathan Sidwell  <nathan@codesourcery.com>
9460
9461         * final.c (shorten_branches, final, get_insn_template,
9462         output_alternate_entry_point, final_scan_insn, alter_subreg,
9463         alter_cond, output_operand, asm_fprintf, final_forward_branch_p,
9464         leaf_renumber_regs_insn): Use gcc_assert and gcc_unreachable.
9465         * fix-header.c (lookup_std_proto): Likewise.
9466         * flow.c (first_insn_after_basic_block_note, verify_wide_reg,
9467         verify_local_live_at_start, update_life_info, mark_reg,
9468         calculate_global_regs_live, allocate_reg_life_data,
9469         init_propagate_block_info, mark_set_regs, flush_reg_cond_reg_1,
9470         ior_reg_cond, not_reg_cond, and_reg_cond, elim_reg_cond,
9471         attempt_auto_inc, mark_used_reg, mark_used_regs): Likewise.
9472         * fold-const.c (force_fit_type, div_and_round_double,
9473         may_negate_without_overflow_p, int_const_binop, const_binop,
9474         size_binop, size_diffop, fold_convert_const, fold_convert,
9475         invert_tree_comparison, swap_tree_comparison,
9476         comparison_to_compcode, compcode_to_comparison, invert_truthvalue,
9477         range_binop, make_range, fold_cond_expr_with_comparison,
9478         fold_div_compare, fold, fold_checksum_tree, fold_negate_const,
9479         fold_abs_const, fold_not_const, fold_relational_const, round_up,
9480         round_down): Likewise.
9481         * function.c (find_function_data, assign_stack_temp_for_type,
9482         instantiate_virtual_regs_lossage, aggregate_value_p,
9483         assign_parm_find_entry_rtl, assign_parm_setup_block,
9484         expand_function_start, expand_function_end, keep_stack_depressed,
9485         handle_epilogue_set, thread_prologue_and_epilogue_insns): Likewise.
9486
9487 2004-09-08  Daniel Berlin  <dberlin@dberlin.org>
9488
9489         * Makefile.in (tree-loop-linear.o): Added.
9490         (OBJS-common): Add tree-loop-linear.o
9491         * common.opt: New flag, ftree-loop-linear.
9492         * timevar.def: New timevar, TV_TREE_LOOP_LINEAR.
9493         * tree-flow.h: Add prototype for linear_transform_loops.
9494         * tree-optimize.c: Add linear transform after vectorization.
9495         * tree-pass.h: Add struct pass_linear_transform.
9496         * tree-ssa-loop.c: Add pass_linear_transform.
9497         * tree-loop-linear.c: New file.
9498         * lambda-code.c: gcc_assertify.
9499         (gcc_loop_to_lambda_loop): Handle all exit tests.
9500         Handle case where we have (invariant >= induction var).
9501         (find_induction_var_from_exit_cond): Ditto.
9502
9503 2004-09-08  Jie Zhang  <zhangjie@magima.com.cn>
9504
9505         * tree-ssa-alias.c (compute_flow_insensitive_aliasing): If type
9506         memory tag is call clobbered, so are its aliases.
9507         (group_aliases): When two memory tags being grouped, if one is
9508         call clobbered, so are the other and its aliases.
9509         (add_may_alias): Remove call-clobbering stuff.
9510         (replace_may_alias): Likewise.
9511         (merge_pointed_to_info): Merge pt_global_mem
9512
9513 2004-09-08  Jan Hubicka  <jh@suse.cz>
9514
9515         * cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node.
9516         * cgraphunit.c (verify_cgraph): Don't verify on syntax errors.
9517         (cgraph_expand_function): Remove stale cgraph edges of currently
9518         compiled function; fix non-unit-at-a-time code copying function
9519         node for later reuse.
9520
9521 2004-09-08  Nathan Sidwell  <nathan@codesourcery.com>
9522
9523         * vec.c (vec_p_reserve, vec_o_reserve): Rename to ...
9524         (vec_gc_p_reserve, vec_gc_o_reserve): ... here. Clone to
9525         (vec_heap_p_reserve, vec_heap_o_reserve): ... here, adjust.
9526         (vec_gc_free, vec_heap_free): New.
9527         * vec.h (DEF_VEC_GC_P, DEF_VEC_MALLOC_P): New.
9528         (DEF_VEC_P): Add allocator argument. Adjust.
9529         (DEF_VEC_GC_O, DEF_VEC_MALLOC_O): New.
9530         (DEF_VEC_O): Add allocator argument. Adjust.
9531         (VEC(free)): New.
9532
9533         * tree.h (tree): Define a GC'd vector.
9534         * lamba-code.c (lambda_loop): Likewise.
9535         * value-prof.h (histogram_value): Likewise.
9536
9537 2004-09-08  Nathan Sidwell  <nathan@codesourcery.com>
9538
9539         * emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable.
9540         (gen_rtx_SUBREG, gen_reg_rtx, mark_user_reg, subreg_hard_regno,
9541         gen_lowpart_common, gen_highpart, gen_highpart_mode,
9542         subreg_highpart_offset, operand_subword, operand_subword_force,
9543         mem_expr_equal_p, set_mem_attributes_minus_bitpos,
9544         set_mem_alias_set, change_address_1, verify_rtx_sharing,
9545         copy_most_rtx, set_first_insn, set_last_insn, prev_cc0_setter,
9546         try_split, add_insn_after, add_insn_before, remove_insn,
9547         remove_unnecessary_notes, emit_insn_before, emit_jump_insn_before,
9548         emit_call_insn_before, emit_insn_after, emit_jump_insn_after,
9549         emit_call_insn_after, emit_insn, emit_jump_insn, emit_call_insn,
9550         set_unique_reg_note, emit, push_to_full_sequence, copy_insn_1,
9551         gen_const_vector_0, emit_copy_of_insn_after): Likewise.
9552         * et-forest.c (set_prev, set_next, et_check_occ_sanity,
9553         record_path_before_1, check_path_after_1, check_path_after): Likewise.
9554         * except.c (gen_eh_region, resolve_one_fixup_region,
9555         remove_unreachable_regions, convert_from_eh_region_ranges_1,
9556         add_ehl_entry, duplicate_eh_region_1, build_post_landing_pads,
9557         connect_post_landing_pads, sjlj_emit_function_exit,
9558         remove_exception_handler_label, remove_eh_handler,
9559         reachable_next_level, collect_one_action_chain,
9560         output_function_exception_table): Likewise.
9561         * explow.c (trunc_int_for_mode, copy_to_mode_reg,
9562         optimize_save_area_alloca, allocate_dynamic_stack_space,
9563         probe_stack_range, hard_function_value): Likewise.
9564         * expmed.c (mode_for_extraction, store_bit_field,
9565         store_fixed_bit_field, extract_bit_field, expand_shift,
9566         expand_mult_const, expand_mult, choose_multiplier,
9567         expand_mult_highpart, expand_divmod, emit_store_flag,
9568         do_cmp_and_jump): Likewise.
9569         * expr.c (convert_move, convert_modes, move_by_pieces,
9570         move_by_pieces_ninsns, move_by_pieces_1, emit_block_move,
9571         move_block_from_reg, gen_group_rtx, emit_group_load,
9572         emit_group_move, emit_group_store, use_reg, use_regs,
9573         can_store_by_pieces, store_by_pieces, store_by_pieces_1,
9574         emit_move_insn, emit_move_insn_1, emit_push_insn,
9575         expand_assignment, store_expr, count_type_elements,
9576         store_constructor, store_field, safe_from_p, expand_var,
9577         expand_expr_addr_expr, expand_expr_real_1, do_store_flag): Likewise.
9578
9579 2004-09-08  Nathan Sidwell  <nathan@codesourcery.com>
9580
9581         * dbxout.c (dbxout_type, dbxout_type_name, dbxout_symbol): Use
9582         gcc_assert and gcc_unreachable.
9583         * ddg.c (create_ddg_dependence, add_deps_for_def,
9584         add_deps_for_use, create_ddg, add_edge_to_ddg): Likewise.
9585         * df.c (df_ref_unlink, df_ref_record, df_uses_record,
9586         df_reg_def_chain_create, df_reg_use_chain_create, df_analyze,
9587         df_insn_delete, df_refs_reg_replace, df_ref_reg_replace,
9588         df_insns_modify, df_pattern_emit_before, df_bb_reg_live_start_p,
9589         df_bb_reg_live_end_p, df_bb_regs_lives_compare,
9590         df_bb_single_def_use_insn_find, dataflow_set_a_op_b,
9591         dataflow_set_copy, hybrid_search, diagnostic.c,
9592         diagnostic_build_prefix, diagnostic_count_diagnostic): Likewise.
9593         * dojump.c (do_jump): Likewise.
9594         * dominance.c (calc_dfs_tree_nonrec, calc_dfs_tree,
9595         compute_dom_fast_query, calculate_dominance_info,
9596         free_dominance_info, get_immediate_dominator,
9597         set_immediate_dominator, get_dominated_by,
9598         redirect_immediate_dominators, nearest_common_dominator,
9599         dominated_by_p, verify_dominators, recount_dominator,
9600         iterate_fix_dominators, add_to_dominance_info,
9601         delete_from_dominance_info): Likewise.
9602         * dwarf2asm.c (size_of_encoded_value, eh_data_format_name,
9603         dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
9604         dw2_force_const_mem, dw2_asm_output_encoded_addr_rtx): Likewise.
9605         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes, reg_save,
9606         initial_return_save, stack_adjust_offset, dwarf2out_stack_adjust,
9607         flush_queued_reg_saves, dwarf2out_frame_debug_expr,
9608         dwarf2out_frame_debug, dw_cfi_oprnd1_desc, output_cfi,
9609         output_call_frame_info, output_loc_operands, build_cfa_loc,
9610         decl_ultimate_origin, AT_flag, AT_int, AT_unsigned, AT_string,
9611         AT_string_form, add_AT_specification, AT_ref, set_AT_ref_external,
9612         AT_loc, AT_loc_list, AT_addr, AT_lbl, add_child_die,
9613         splice_child_die, attr_checksum, same_dw_val_p,
9614         break_out_includes, build_abbrev_table, size_of_die, mark_dies,
9615         unmark_dies, value_format, output_loc_list, output_die,
9616         output_pubnames, output_aranges, base_type_die, is_base_type,
9617         modified_type_die, dbx_reg_number, multiple_reg_loc_descriptor,
9618         mem_loc_descriptor, loc_descriptor, loc_descriptor_from_tree_1,
9619         field_byte_offset, add_data_member_location_attribute,
9620         add_const_value_attribute, rtl_for_decl_location,
9621         add_location_or_const_value_attribute, add_byte_size_attribute,
9622         add_bit_offset_attribute, add_bit_size_attribute,
9623         add_abstract_origin_attribute, pop_decl_scope, scope_die_for,
9624         decl_start_label, gen_formal_parameter_die,
9625         gen_type_die_for_member, gen_subprogram_die, gen_label_die,
9626         gen_typedef_die, gen_type_die, gen_tagged_type_instantiation_die,
9627         force_decl_die, force_type_die, gen_decl_die,
9628         dwarf2out_imported_module_or_decl, prune_unused_types_prune,
9629         dwarf2out_finish): Likewise.
9630
9631 2004-09-08  Andreas Tobler  <toa@pop.agri.ch>
9632
9633         * Makefile.in (builtins.o): Depend on tree-mudflap.h.
9634         * builtins.c: Include tree-mudflap.h.
9635
9636 2004-09-08  Uros Bizjak  <uros@kss-loka.si>
9637
9638         * config/i386/i386.c (ix86_prepare_fp_compare_args): Do not
9639         force operand 0.0 into register in XFmode. Also do not force
9640         operand 0.0 into register if !TARGET_CMOVE.
9641         * config/i386/i386.md (*cmpfp_0): Delete. Remove comment.
9642         (*cmpfp_0_sf, cmpfp_0_df, cmpfp_0_xf): New patterns to
9643         implement ftst x87 instruction.
9644         (*fp_jcc_7): New insn pattern. Change corresponding split
9645         pattern to handle "general_operand" instead of
9646         "nonimmediate_operand".
9647
9648 2004-09-08  Ben Elliston  <bje@au.ibm.com>
9649
9650         * doc/rtl.texi (Insns): Document NOTE_INSN_FUNCTION_BEG.
9651
9652 2004-09-07  Frank Ch. Eigler  <fche@redhat.com>
9653
9654         * builtins.c (std_gimplify_va_arg_expr): Mark INDIRECT_REF nodes
9655         generated from standard va_arg expansion.
9656         * tree-mudflap.c (mx_xform_derefs_1): Omit instrumentation from
9657         marked nodes.
9658         (mf_varname_tree, mf_file_function_line_tree): Add some support
9659         for column numbers if compiled with USE_MAPPED_LOCATION.
9660
9661 2004-09-07  Ziemowit Laski  <zlaski@apple.com>
9662
9663         * c-decl.c (groktypename_in_parm_context): Remove function.
9664         * c-tree.h (groktypename_in_parm_context): Remove prototype.
9665
9666 2004-09-07  Ziemowit Laski  <zlaski@apple.com>
9667
9668         * Makefile.in (c-parse.o): Depend on $(C_COMMON_H).
9669         * c-parse.in: Include c-common.h instead of objc-act.h.
9670         (ivar_decl_list, ivar_decls, ivar_decl, ivars, ivar_declarator,
9671         myparms, myparm): Remove %type declarations.
9672         (methodtype, optparms, OBJC_TYPE_QUAL, objc_quals, objc_qual,
9673         objc_typename, objc_try_catch_stmt, optellipsis): Add %type
9674         declarations.
9675         (objc_inherit_code, objc_public_flag): Remove.
9676         (typespec_nonreserved_nonattr): Call
9677         objc_get_protocol_qualified_type() instead of get_static_reference()
9678         and get_protocol_reference().
9679         (stmt_nocomp): Call grokparm() on @catch parameter.
9680         (objcdef): Move semantic action to objc_finish_implementation().
9681         (classdef): Move semantic action to objc_start_class_interface(),
9682         objc_continue_interface(), objc_finish_interface(),
9683         objc_start_class_implementation(), objc_continue_implementation(),
9684         objc_start_category_interface() and
9685         objc_start_category_implementation().
9686         (protocoldef): Move semantic actions to objc_start_protocol() and
9687         objc_finish_interface().
9688         (ivar_decl_list): Remove nonterminal.
9689         (visibility_spec): Move semantic actions to objc_set_visibility().
9690         (ivar_decls): Remove assignment to $$.
9691         (ivar_decl): Rephrase in terms of component_decl; call
9692         objc_add_instance_variable().
9693         (ivars, ivar_declarator): Remove nonterminals.
9694         (opt_semi): New nonterminal.
9695         (methodtype): Remove semantic actions.
9696         (methoddef): Move semantic actions to objc_set_method_type(),
9697         objc_start_method_definition() and objc_finish_method_definition().
9698         (methodproto): Move semantic actions to objc_set_method_type() and
9699         objc_add_method_declaration().
9700         (methoddecl): Use objc_typename instead of typename; move semantic
9701         actions to objc_build_method_signature().
9702         (optarglist, myxdecls, mydecl, myparms, myparm): Remove nonterminals.
9703         (optparmlist): Express in terms of optparms and optellipsis.
9704         (optparms, optellipsis, objc_qual, objc_quals, objc_typename): New
9705         nonterminals.
9706         (keyworddecl): Use objc_typename instead of typename.
9707         (rid_to_yy): Mark RID_IN, RID_OUT, RID_INOUT, RID_BYCOPY, RID_BYREF
9708         and RID_ONEWAY as returning OBJC_TYPE_QUAL to yyparse().
9709
9710 2004-09-08  Alan Modra  <amodra@bigpond.net.au>
9711
9712         * doc/tm.texi (MD_UNWIND_SUPPORT): Document.
9713         (MD_FALLBACK_FRAME_STATE_FOR): Update.
9714         * unwind-dw2.c (MD_UNWIND_SUPPORT): #include if defined.
9715         (uw_frame_state_for): Adjust MD_FALLBACK_FRAME_STATE_FOR invocation.
9716         (MD_FROB_UPDATE_CONTEXT): Remove default.
9717         (uw_update_context_1): Instead #ifdef invocation.
9718         * config/ia64/unwind-ia64.c (MD_UNWIND_SUPPORT): #include if defined.
9719         (uw_frame_state_for): Adjust MD_FALLBACK_FRAME_STATE_FOR invocation.
9720         * config/alpha/gnu.h (MD_FALLBACK_FRAME_STATE_FOR): Don't undef.
9721         (MD_UNWIND_SUPPORT): Undefine this instead.
9722         * config/i386/gnu.h: Likewise.
9723         * config/alpha/linux-unwind.h: New file, macro converted to
9724         function, extracted from..
9725         * config/alpha/linux.h (MD_FALLBACK_FRAME_STATE_FOR): ..this.
9726         (MD_UNWIND_SUPPORT): Define.
9727         * config/alpha/vms-unwind.h, config/alpha/vms.h: Likewise.
9728         * config/i386/linux-unwind.h, config/i386/linux.h,
9729         config/i386/linux64.h: Likewise.
9730         * config/ia64/linux-unwind.h, config/ia64/linux.h: Likewise.
9731         MD_HANDLE_UNWABI too.
9732         * config/mips/linux-unwind.h, config/mips/linux.h: Likewise.
9733         * config/pa/linux-unwind.h, config/pa/pa32-linux.h: Likewise.
9734         * config/rs6000/darwin-unwind.h, config/rs6000/darwin.h: Likewise.
9735         * config/s390/linux-unwind.h, config/s390/linux.h: Likewise.
9736         * config/sparc/linux-unwind.h, config/sparc/linux.h,
9737         config/sparc/linux64.h: Likewise.
9738         * config/sh/linux-unwind.h, config/sh/linux.h: Likewise, but merge
9739         SH_FALLBACK_FRAME_FLOAT_STATE into sh_fallback_frame_state.
9740         * config/rs6000/linux-unwind.h, config/rs6000/linux.h,
9741         config/rs6000/linux64.h: Likewise.  Split out get_sigcontext
9742         function.  Use ARG_POINTER_REGNUM for 32-bit temp reg too.
9743
9744 2004-09-07  Jan Hubicka  <jh@suse.cz>
9745
9746         * cse.c (fold_rtx):  Avoid building of
9747         (CONST (MINUS (CONST_INT) (SYMBOL_REF)))
9748
9749         * tree-ssa-pre.c (grand_bitmap_obstack): New.
9750         (value_insert_into_set_bitmap, bitmap_set_new): Use the obstack.
9751         (init_pre): Initialize obstack.
9752         (fini_pre): Free obstack.
9753
9754 2004-09-07  David Daney  <ddaney@avtrex.com>
9755
9756         * config.gcc: Added support for --with-divide=[breaks|traps] for
9757         mips targets.
9758         * config/mips/mips.h (MASK_DIVIDE_BREAKS): New target_flags bit.
9759         (TARGET_DIVIDE_TRAPS): New macro.
9760         (TARGET_SWITCHES): Added -mdivide-traps and -mdivide-breaks.
9761         (OPTION_DEFAULT_SPECS): Added --with-divide= support.
9762         * config/mips/mips.c (mips_idiv_insns): Generate proper count on
9763         GENERATE_DIVIDE_TRAPS.
9764         (mips_output_division): Emit conditional trap if
9765         GENERATE_DIVIDE_TRAPS is set.
9766         * doc/install.texi: Document --with-divide.
9767         * doc/invoke.texi: Document -mdivide-traps and -mdivide-breaks.
9768
9769 2004-09-07  Caroline Tice  <ctice@apple.com>
9770
9771         * cfgrtl.c (rtl_verify_flow_info_1):  Add new edge flag,
9772         EDGE_CROSSING, to flags test case.
9773
9774 2004-09-07  Jan Hubicka  <jh@suse.cz>
9775
9776         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Deal with '<'
9777         class too.
9778
9779 2004-09-07  Nathan Sidwell  <nathan@codesourcery.com>
9780
9781         * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from,
9782         cfgbuild.c, inside_basic_block_p, control_flow_insn_p,
9783         make_label_edge, make_edges, find_basic_blocks_1): Use gcc_assert
9784         or gcc_unreachable.
9785         * cfg.c (clear_edges, initialize_bb_rbi, compact_blocks,
9786         remove_edge, alloc_aux_for_blocks, free_aux_for_blocks,
9787         alloc_aux_for_edges, free_aux_for_edges): Likewise.
9788         * cfgcleanup.c (try_forward_edges,
9789         merge_blocks_move_predecessor_nojumps,
9790         merge_blocks_move_successor_nojumps): Likewise.
9791         * cfgexpand.c (expand_gimple_cond_expr,
9792         expand_gimple_tailcall): Likewise.
9793         * cfghooks.c (duplicate_block): Likewise.
9794         * cfglayout.c (record_effective_endpoints,
9795         insn_locators_initialize, change_scope, fixup_reorder_chain,
9796         verify_insn_chain, fixup_fallthru_exit_predecessor,
9797         duplicate_insn_chain, cfg_layout_finalize): Likewise.
9798         * cfgloopanal.c (check_irred): Likewise.
9799         * cfgloop.c (superloop_at_depth, flow_loops_free,
9800         flow_loop_entry_edges_find, flow_loops_find,
9801         flow_loop_outside_edge_p, get_loop_body,
9802         get_loop_body_in_dom_order, get_loop_body_in_bfs_order,
9803         get_loop_exit_edges, num_loop_branches, cancel_loop,
9804         verify_loop_structure): Likewise.
9805         cfgloopmanip.c (find_path, remove_path, loop_delete_branch_edge,
9806         duplicate_loop_to_header_edge, create_preheader,
9807         create_loop_notes): Likewise.
9808         * cfgrtl.c (delete_insn, try_redirect_by_replacing_jump,
9809         edirect_branch_edge, force_nonfallthru_and_redirect,
9810         rtl_split_edge, insert_insn_on_edge, commit_one_edge_insertion,
9811         commit_edge_insertions, commit_edge_insertions_watch_calls,
9812         purge_dead_edges, cfg_layout_redirect_edge_and_branch,
9813         cfg_layout_redirect_edge_and_branch_force,
9814         cfg_layout_merge_blocks, rtl_flow_call_edges_add): Likewise.
9815         * cgraph.c (cgraph_node, cgraph_create_edge, cgraph_remove_edge,
9816         cgraph_redirect_edge_callee, cgraph_global_info, cgraph_rtl_info,
9817         cgraph_varpool_node): Likewise.
9818         * cgraphunit.c (cgraph_finalize_function,
9819         cgraph_finalize_compilation_unit, cgraph_mark_functions_to_output,
9820         cgraph_expand_function, cgraph_remove_unreachable_nodes,
9821         cgraph_clone_inlined_nodes, cgraph_mark_inline_edge,
9822         cgraph_mark_inline, cgraph_expand_all_functions,
9823         cgraph_build_static_cdtor): Likewise.
9824         * combine.c  (do_SUBST, try_combine, subst, combine_simplify_rtx,
9825         simplify_logical, distribute_notes, insn_cuid): Likewise.
9826         * conflict.c (conflict_graph_add, print_conflict): Likewise.
9827         * coverage.c (rtl_coverage_counter_ref, tree_coverage_counter_ref,
9828         coverage_checksum_string): Likewise.
9829         * cse.c (make_new_qty, make_regs_eqv, insert, invalidate,
9830         hash_rtx, exp_equiv_p, cse_basic_block, count_reg_usage,
9831         cse_cc_succs, cse_condition_code_reg): Likewise.
9832         * cselib.c (entry_and_rtx_equal_p, remove_useless_values,
9833         rtx_equal_for_cselib_p, wrap_constant, cselib_hash_rtx,
9834         new_cselib_val, cselib_subst_to_values, cselib_invalidate_regno,
9835         cselib_record_set): Likewise.
9836
9837 2004-09-07  Jan Hubicka  <jh@suse.cz>
9838
9839         * tree-ssa-loop-ivopts.c (iv_value): Avoid invalid sharing on niter.
9840
9841 2004-09-07  Nathan Sidwell  <nathan@codesourcery.com>
9842
9843         * builtins.c (fold_builtin_strchr): Use build_int_cst, not
9844         fold_convert.
9845         (fold_builtin_strpbrk): Likewise.
9846         * expr.c (array_ref_low_bound): Likewise.
9847         * tree-scalar-evolution.c (chrec_is_positive, add_to_evolution_1,
9848         interpret_rhs_modify_expr, number_of_iterations_in_loop): Likewise.
9849         * tree-sra.c (generate_element_zero): Likewise.
9850         * tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Likewise.
9851         * tree-ssa-loop-ivopts.c (determine_biv_step, idx_find_step,
9852         add_old_iv_candidates, add_iv_candidates): Likewise.
9853         * tree-tailcall.c (tree_optimize_tail_calls_1): Likewise.
9854
9855 2004-09-07  Nathan Sidwell  <nathan@codesourcery.com>
9856
9857         * c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.
9858         * c-common.c (c_type_hash, c_common_nodes_and_builtins,
9859         c_expand_expr, boolean_increment, nonnull_check_p,
9860         check_function_arguments_recurse, fold_offsetof_1): Likewise.
9861         * c-cppbuiltin.c (define__GNUC__, builtin_define_stdint_macros,
9862         builtin_define_type_max): Likewise.
9863         * c-decl.c (bind, pop_scope, merge_decls, pushdecl_top_level,
9864         implicit_decl_warning, builtin_function, build_compound_literal,
9865         complete_array_type, grokdeclarator, get_parm_info,
9866         start_function, store_parm_decls_oldstyle,
9867         c_write_global_declarations): Likewise.
9868         * c-format.c (get_constant, decode_format_attr,
9869         maybe_read_dollar_number, get_flag_spec, check_format_arg,
9870         check_format_types, format_type_warning,
9871         find_char_info_specifier_index, init_dynamic_asm_fprintf_info,
9872         init_dynamic_diag_info, handle_format_attribute): Likewise.
9873         * c-gimplify.c (push_context, pop_context, finish_bc_block):
9874         * c-lex.c (c_lex_with_flags, lex_string): Likewise.
9875         * c-objc-common.c (c_tree_printer): Likewise.
9876         * c-pch.c (pch_init): Likewise.
9877         * c-pragma.c (maybe_apply_pragma_weak): Likewise.
9878         * c-pretty-print.c (pp_c_tree_decl_identifier): Likewise.
9879         * c-typeck.c (c_incomplete_type_error, composite_type,
9880         common_pointer_type, common_type, same_translation_unit_p,
9881         tagged_types_tu_compatible_p, finish_init, pop_init_level,
9882         set_designator, set_nonincremental_init_from_string,
9883         process_init_element, c_finish_if_stmt): Likewise.
9884         * caller-save.c (init_caller_save, save_call_clobbered_regs,
9885         insert_restore, insert_save, insert_one_insn): Likewise.
9886         * calls.c (emit_call_1, compute_argument_block_size,
9887         precompute_arguments, expand_call, emit_library_call_value_1,
9888         store_one_arg): Likewise.
9889
9890 2004-09-07  Nathan Sidwell  <nathan@codesourcery.com>
9891
9892         * configure.ac (enable-checking): Add release option. Reorganize
9893         to avoid repetition.
9894         * configure: Rebuilt.
9895         * doc/install.texi (enable-checking): Amend documentation.
9896
9897 2004-09-06  H.J. Lu  <hongjiu.lu@intel.com>
9898
9899         PR bootstrap/17313
9900         * Makefile.in (specs.ready): Depend on cc1$(exeext).
9901
9902 2004-09-06  James E Wilson  <wilson@specifixinc.com>
9903
9904         * config/mips/mips.md (movsf_hardfloat, movdf_hardfloat_64bit,
9905         movdf_hardfloat_32bit): Split fG into two alternatives.
9906         (movv2sf_hardfloat_64bit): Split fYG into two alternatives.
9907
9908         * emit-rtl.c (try_split): Check INSN_P before may_trap_p call.
9909
9910 2004-09-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
9911
9912         * final.c (output_in_slot): Delete.
9913         (final_scan_insn): Revert 2004-09-03 change.
9914         (output_asm_insn): Likewise.
9915         * config/sparc/sparc.c (output_return): Likewise.
9916         (output_sibcall): Likewise.
9917
9918 2004-09-06  Jan Hubicka  <jh@suse.cz>
9919
9920         * loop.c (loop_dump_aux): Do not print RTL when not available.
9921         * tree-ssa-loop-ivopts.c (add_standard_iv_candidates): Do not use
9922         frontend specific type nodes.
9923         (produce_memory_decl_rtl): Break out from ...
9924         (prepare_decl_rtl): ... here.  Handle ADDR_EXPR correctly.
9925         (get_computation_at): Avoid random tree sharing.
9926         (tree_ssa_iv_optimize): Verify tree sharing; dump loops.
9927
9928 2004-09-06  Zack Weinberg  <zack@codesourcery.com>
9929
9930         * Makefile.in (rtl.o, bitmap.o): Correct dependencies, remove
9931         unnecessary commands.
9932
9933 2004-09-06  Mohan Embar  <gnustuff@thisiscool.com>
9934
9935         * Makefile.in (rtl.o): Remove -DGENERATOR_FILE.
9936         (bitmap.o): Likewise.
9937
9938 2004-09-06  Paolo Bonzini  <bonzini@gnu.org>
9939
9940         Unify the management of RTL and tree-level dump files.
9941
9942         * cfgexpand.c (tree_expand_cfg): Fix incorrect comment.
9943         Don't print function name to the dump file, the pass manager
9944         would do this for us. Add code from the top of
9945         rest_of_compilation, up to the initial RTL dump.
9946         * passes.c (rest_of_handle_jump): Call fixup_tail_calls and
9947         close the DFI_sibling dump file.
9948         (rest_of_compilation): Don't do that here.  Remove code up to the
9949         initial RTL dump.
9950         (init_optimization_passes): Remove.
9951         (pass_rest_of_compilation): Change pass name to NULL.
9952         * toplev.c (lang_dependent_init): Do not use an empty dump file prefix.
9953         Do not call init_optimization_passes.
9954         * toplev.h (init_optimization_passes): Remove.
9955
9956         * graph.c (print_rtl_graph_with_bb, clean_graph_dump_file,
9957         finish_graph_dump_file): Remove SUFFIX parameter.
9958         * graph.h (print_rtl_graph_with_bb, clean_graph_dump_file,
9959         finish_graph_dump_file): Likewise.
9960
9961         * tree-pass.h (struct tree_opt_pass): Add `letter' field.
9962         * cfgexpand.c (pass_expand): Adjust.
9963         * gimple-low.c (pass_lower_cf, pass_remove_useless_vars): Adjust.
9964         * passes.c (pass_rest_of_compilation): Adjust.
9965         * predict.c (pass_profile): Adjust.
9966         * tree-alias-common.c (pass_build_pta, pass_del_pta): Adjust.
9967         * tree-cfg.c (pass_build_cfg, pass_remove_useless_stmts,
9968         pass_split_crit_edges, pass_warn_function_return): Adjust.
9969         * tree-complex.c (pass_lower_vector_ssa, pass_pre_expand): Adjust.
9970         * tree-dfa.c (pass_referenced_vars): Adjust.
9971         * tree-eh.c (pass_lower_eh): Adjust.
9972         * tree-if-conv.c (pass_build_ssa): Adjust.
9973         * tree-into-ssa.c (pass_build_ssa): Adjust.
9974         * tree-mudflap.c (pass_mudflap_1, pass_mudflap_2): Adjust.
9975         * tree-nomudflap.c (pass_mudflap_1, pass_mudflap_2): Adjust.
9976         * tree-nrv.c (pass_nrv): Adjust.
9977         * tree-optimize.c (pass_gimple, pass_all_optimizations,
9978         pass_cleanup_cfg_post_optimizing, pass_free_datastructures,
9979         pass_init_datastructures): Adjust.
9980         * tree-outof-ssa.c (pass_del_ssa): Adjust.
9981         * tree-profile.c (pass_tree_profile): Adjust.
9982         * tree-sra.c (pass_sra): Adjust.
9983         * tree-ssa-alias.c (pass_may_alias): Adjust.
9984         * tree-ssa-ccp.c (pass_ccp, pass_fold_builtins): Adjust.
9985         * tree-ssa-copyrename.c (pass_rename_ssa_copies): Adjust.
9986         * tree-ssa-dce.c (pass_dce, pass_cd_dce): Adjust.
9987         * tree-ssa-dom.c (pass_dominator): Adjust.
9988         * tree-ssa-dse.c (pass_dse): Adjust.
9989         * tree-ssa-forwprop.c (pass_forwprop): Adjust.
9990         * tree-ssa-if-conv.c (pass_if_conversion): Adjust.
9991         * tree-ssa-loop-ch.c (pass_ch): Adjust.
9992         * tree-ssa-loop.c (pass_loop, pass_loop_init, pass_lim,
9993         pass_loop_done, pass_complete_unroll, pass_iv_canon,
9994         pass_iv_optimize, pass_vectorize): Adjust.
9995         * tree-ssa-phiopt.c (pass_phiopt): Adjust.
9996         * tree-ssa-pre.c (pass_pre, pass_fre): Adjust.
9997         * tree-ssa.c (pass_redundant_phi, pass_early_warn_uninitialized,
9998         pass_late_warn_uninnitialized): Adjust.
9999         * tree-tailcall.c (pass_tail_recursion, pass_tail_calls): Adjust.
10000
10001         * Makefile.in (tree-dump.o): Add new dependencies.
10002         * cgraph.c (cgraph_remove_node): TDF_all -> TDF_tree_all.
10003         * cgraphunit.c (cgraph_preserve_function_body_p, cgraph_optimize):
10004         Likewise.
10005         * toplev.c (dump_file_name): New.
10006         * tree-dump.c (dump_enable_all): Add LETTER parameter.
10007         (struct dump_file_info): Add NUM and LETTER fields.
10008         (dump_files): Adjust and add RTL dump files.
10009         (dump_register): Add NUM and LETTER fields.
10010         (get_dump_file_name, dump_initialized_p, enable_rtl_dump_file): New.
10011         (dump_begin): Use get_dump_file_name.
10012         (dump_switch_p_1): Adjust call to dump_enable_all.
10013         * tree-dump.h (dump_register): Adjust prototype.
10014         * tree-optimize.c (register_one_dump_file): Take dump file index.
10015         Support flags for RTL dumps.
10016         (register_dump_files): Fill in NUM field of struct dump_file_info.
10017         Track properties both when the gate is executed and when it is not.
10018         (execute_todo): Dump RTL.  Add PROPERTIES parameter.
10019         (execute_one_pass): Pass properties to execute_todo.  Handle VCG
10020         dumps of RTL.
10021         * tree-pass.h (dump_file_name): New.
10022         * tree.h (TDF_TREE, TDF_RTL, get_dump_file_name, dump_initialized_p):
10023         New.
10024
10025         * Makefile.in (passes.o): Add new dependencies.
10026         * passes.c (struct dump_file_info, enum dump_file_index,
10027         dump_file_tbl, init_optimization_passes): Remove.
10028         (open_dump_file, close_dump_file): Use tree-dumping infrastructure.
10029         (rest_of_handle_new_regalloc, rest_of_handle_old_regalloc): Use
10030         dump_enabled_p.
10031         (finish_optimization_passes): Update finish_graph_dump_file loop.
10032         (enable_rtl_dump_file): Remove.
10033         * tree-dump.c (dump_files): Adjust and add RTL dump files.
10034         (enable_rtl_dump_file): Add here.
10035         * tree.h (enum tree_dump_index): Add RTL dump file indices.
10036         * doc/invoke.texi (Debugging options): Document new RTL debugging
10037         options.  Update.
10038
10039 2004-09-05  Kazu Hirata  <kazu@cs.umass.edu>
10040
10041         * c-common.c, c-decl.c, combine.c, defaults.h, fold-const.c,
10042         gimplify.c, gthr-nks.h, hooks.c, lambda-code.c, lambda-mat.c,
10043         stor-layout.c, target.h, tree-cfg.c, tree-chrec.c,
10044         tree-if-conv.c, tree-inline.c, tree-into-ssa.c,
10045         tree-mudflap.c, tree-optimize.c, tree-scalar-evolution.c,
10046         tree-ssa-alias.c, tree-ssa-ccp.c, tree-ssa-dce.c,
10047         tree-ssa-pre.c, tree-vectorizer.c, tree-vectorizer.h, tree.h,
10048         vec.h: Fix comment formatting.
10049
10050 2004-09-05  Kazu Hirata  <kazu@cs.umass.edu>
10051
10052         * c-common.c, cfgexpand.c, cgraphunit.c, defaults.h,
10053         et-forest.c, expr.c, gimplify.c, global.c, gthr-lynx.h,
10054         hard-reg-set.h, modulo-sched.c, optabs.c, postreload-gcse.c,
10055         tree-data-ref.c, tree-flow.h, tree-if-conv.c, tree-inline.c,
10056         tree-sra.c, tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c,
10057         tree-ssa-loop-niter.c, tree-ssa-operands.c,
10058         tree-ssa-operands.h, tree-ssa-propagate.c,
10059         tree-ssa-propagate.h, tree-ssa-threadupdate.c, value-prof.c,
10060         vec.c, vec.h: Fix comment typos.  Follow spelling conventions.
10061
10062 2004-09-05  Diego Novillo  <dnovillo@redhat.com>
10063
10064         * tree-if-conv.c (gate_tree_if_conversion): Enable only if the
10065         vectorizer is enabled.
10066
10067 2004-09-05  Andreas Jaeger  <aj@suse.de>
10068
10069         * tree-if-conv.c: Spell check comments and clean up whitespace.
10070
10071 2004-09-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10072
10073         * tree-ssa-loop-ivopts.c: New file.
10074         * Makefile.in (tree-ssa-loop-ivopts.c): Add.
10075         * cfgloop.h (target_avail_regs, target_res_regs, target_small_cost,
10076         target_pres_cost, target_spill_cost): Declare.
10077         * cfgloopanal.c (avail_regs, res_regs, small_cost, pres_cost,
10078         spill_cost): Renamed to ...
10079         (target_avail_regs, target_res_regs, target_small_cost,
10080         target_pres_cost, target_spill_cost): ... and exported.
10081         (init_set_costs, global_cost_for_size): Work with renamed variables.
10082         * common.opt (flag_ivopts): New flag.
10083         * expr.c (expand_expr_real_1): Handle SSA_NAME case.  Handle
10084         REF_ORIGINAL.
10085         * gimplify.c (struct gimplify_ctx): Add into_ssa field.
10086         (internal_get_tmp_var, gimplify_modify_expr, gimplify_expr): Support
10087         generating SSA form.
10088         (force_gimple_operand): New function.
10089         * timevar.def (TV_TREE_LOOP_IVOPTS): New timevar.
10090         * tree-cfg.c (stmt_bsi): New function.
10091         * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND,
10092         PARAM_IV_MAX_CONSIDERED_USES): New.
10093         * tree-flow.h (stmt_bsi, tree_ssa_iv_optimize, split_loop_exit_edge,
10094         bsi_insert_on_edge_immediate_loop. standard_iv_increment_position,
10095         ip_end_pos, ip_normal_pos, force_gimple_operand): Declare.
10096         * tree-gimple.c (is_gimple_formal_tmp_var): Accept ssa names.
10097         * tree-nested.c (build_addr): Export.
10098         * tree-optimize.c (init_tree_optimization_passes): Add
10099         pass_iv_optimize.
10100         * tree-pass.h (pass_iv_optimize): Declare.
10101         * tree-ssa-loop-im.c (for_each_index): Handle REALPART_EXPR and
10102         IMAGPART_EXPR.
10103         * tree-ssa-loop-manip.c (create_iv): Force the base to be acceptable
10104         as a phi node argument.
10105         (split_loop_exit_edge, bsi_insert_on_edge_immediate_loop,
10106         ip_end_pos, ip_normal_pos, standard_iv_increment_position): New
10107         functions.
10108         * tree-ssa-loop-niter.c (zero_p, unsigned_type_for): Export.
10109         * tree-ssa-loop.c (tree_ssa_loop_ivopts, gate_tree_ssa_loop_ivopts,
10110         pass_iv_optimize): New pass.
10111         * tree-ssa-operands.c (get_indirect_ref_operands): Handle REF_ORIGINAL.
10112         * tree-ssanames.c (release_ssa_name): Allow calling with var = NULL.
10113         * tree.c (build_int_cst_type, cst_and_fits_in_hwi): New functions.
10114         * tree.h (REF_ORIGINAL): New macro.
10115         (build_int_cst_type, unsigned_type_for, zero_p,
10116         cst_and_fits_in_hwi, build_addr): Declare.
10117         * doc/invoke.texi (-fivopts): Document.
10118         (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND,
10119         PARAM_IV_MAX_CONSIDERED_USES): Document.
10120         * doc/passes.texi: Document induction variable optimizations pass.
10121
10122 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10123
10124         * builtin-attrs.def (ATTR_NOTHROW_SENTINEL_1): New.
10125         * builtins.def (BUILT_IN_EXECLE): Set ATTR_NOTHROW_SENTINEL_1.
10126         * c-common.c (c_common_attribute_table): Accept parameters to
10127         sentinel attribute.
10128         (check_function_sentinel, handle_sentinel_attribute): Likewise.
10129         * doc/extend.texi: Update accordingly.
10130
10131 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10132
10133         * builtin-attrs.def (ATTR_SENTINEL, ATTR_SENTINEL_NOTHROW_LIST):
10134         New.
10135         * builtins.def (BUILT_IN_EXECL, BUILT_IN_EXECLP): Add `sentinel'
10136         attribute.
10137         * c-common.c (handle_sentinel_attribute, check_function_sentinel):
10138         New functions.
10139         (c_common_attribute_table): Add `sentinel' attribute.
10140         (check_function_arguments): Handle `sentinel' attribute.
10141         * doc/extend.texi: Document `sentinel' attribute.
10142
10143 2004-09-04  H.J. Lu  <hongjiu.lu@intel.com>
10144
10145         * configure: Regenerated.
10146
10147 2004-09-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10148
10149         * gimplify.c (internal_get_tmp_var): Remove unused var CLASS.
10150
10151         * tree.c (save_expr): No longer TREE_READONLY.
10152
10153 2004-09-04  Jan Hubicka  <jh@suse.cz>
10154
10155         * passes.c (rest_of_clean_state):  Fix merge conflict made during
10156         commiting the patch.
10157
10158 2004-09-04  Jan Hubicka  <jh@suse.cz>
10159
10160         * passes.c (rest_of_clean_state):  Decompose the instruction stream.
10161
10162 2004-09-04  Richard Sandiford  <rsandifo@redhat.com>
10163
10164         * doc/md.texi (shift patterns): New anchor.  Add reference to
10165         TARGET_SHIFT_TRUNCATION_MASK.
10166         * doc/tm.texi (TARGET_SHIFT_TRUNCATION_MASK): Document.
10167         * target.h (shift_truncation_mask): New target hook.
10168         * targhook.h (default_shift_truncation_mask): Declare.
10169         * targhook.c (default_shift_truncation_mask): Define.
10170         * target-def.h (TARGET_SHIFT_TRUNCATION_MASK): Define.
10171         (TARGET_INITIALIZER): Include it.
10172         * simplify-rtx.c (simplify_binary_operation): Combine ASHIFT, ASHIFTRT
10173         and LSHIFTRT cases.  Truncate arg1 if SHIFT_COUNT_TRUNCATED, otherwise
10174         reject all out-of-range values.  Fix sign-extension code for modes
10175         whose width is smaller than HOST_BITS_PER_WIDE_INT.
10176         * optabs.c (simplify_expand_binop, force_expand_binop): New functions.
10177         (expand_superword_shift, expand_subword_shift): Likewise.
10178         (expand_doubleword_shift_condmove, expand_doubleword_shift): Likewise.
10179         (expand_binop): Use them to implement double-word shifts.
10180         * config/arm/arm.c (arm_shift_truncation_mask): New function.
10181         (TARGET_SHIFT_TRUNCATION_MASK): Define.
10182
10183 2004-09-04  Jan Hubicka  <jh@suse.cz>
10184
10185         * tree.c (iterate_hash_expr): Optimize, avoid use of iterative_hash_object.
10186         (mix): New macro copied from hashtab.c
10187         (iterative_hash_hashval_t, iterative_hash_pointer,
10188         iterative_hash_host_wide_int): New functions based on hashtab.c
10189         implementation.
10190
10191 2004-09-04  Richard Sandiford  <rsandifo@redhat.com>
10192
10193         * config/mips/mips.md (mask): New mode attribute.
10194         (zero_extendsidi2): Add memory alternative.
10195         (*zero_extendsidi2_mem): Delete.
10196         (zero_extend[qh]i[sd]i2): Redefine using :GPR and :SHORT.  Use
10197         memory_operand in the TARGET_MIPS16 check.
10198         (*zero_extend[qh]i[sd]i2{,_mips16}): Name previously unnamed patterns.
10199         Redefine using :GPR and :SHORT.
10200         (zero_extendqihi2): Use memory_operand in the TARGET_MIPS16 check.
10201
10202 2004-09-04  Uros Bizjak  <uros@kss-loka.si>
10203
10204         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_RINT{,F,L}
10205         using rint_optab.
10206         (expand_builtin): Expand BUILT_IN_RINT{,F,L} using
10207         expand_builtin_mathfn.
10208         * genopinit.c (optabs): Rename trunc_optab to btrunc_optab. Use
10209         btrunc?f patterns for btrunc_optab. Implement rint_optab using
10210         rint?f patterns.
10211         * optabs.c (init_optabs): Initialize rint_optab.
10212         * optabs.h (enum optab_index): Rename OTI_trunc to OTI_btrunc.
10213         Add new OTI_rint.
10214         (btrunc_optab): Rename macro from trunc_optab.
10215         (rint_optab): Define corresponding macro.
10216
10217         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT_FLOOR,
10218         UNSPEC_FRNDINT_CEIL, UNSPEC_FRNDINT_TRUNC, UNSPEC_FRNDINT_MASK_PM.
10219
10220         * config/i386/i386-protos.h (emit_i387_cw_initialization):
10221         Change prototype. Add new int parameter.
10222         * config/i386/i386.c (emit_i387_cw_initialization):
10223         Handle new rounding modes.
10224
10225         * config/i386/i386.h (enum fp_cw_mode): Delete.
10226         (MODE_NEEDED): Handle new rounding modes.
10227         (EMIT_MODE_SET): Change condition to handle new rounding modes.
10228
10229         * config/i386/i386.md (UNSPEC_FRNDINT_FLOOR, UNSPEC_FRNDINT_CEIL,
10230         UNSPEC_FRNDINT_TRUNC, UNSPEC_FRNDINT_MASK_PM): New unspecs to
10231         represent different rounding modes of frndint insn.
10232         (type): Add frndint type.
10233         (i387, length, memory): Handle this type.
10234         (i387_cw): New attribute definition.
10235         (*fix_truncdi_1, fix_truncdi_nomemory, fix_truncdi_memory,
10236         *fix_truncsi_1, fix_truncsi_nomemory, fix_truncsi_memory,
10237         *fix_trunchi_1, fix_trunchi_nomemory, fix_trunchi_memory):
10238         Add "i387_cw" attribute defined to "trunc".
10239         (x86_fnstcw_1): Remove comment.
10240         (*frndintxf2): Rename insn definition to frndintxf2. Move
10241         insn definition near rint?f2 expanders.
10242         (rintdf2, rintsf2, rintxf2): New expanders to implement rint,
10243         rintf and rintl built-ins as inline x87 intrinsics.
10244         (frndintxf2_floor): New pattern to implement floor rounding
10245         mode with frndint x87 instruction.
10246         (floordf2, floorsf2, floorxf2): New expanders to implement floor,
10247         floorf and floorl built-ins as inline x87 intrinsics.
10248         (frndintxf2_ceil): New pattern to implement ceil rounding
10249         mode with frndint x87 instruction.
10250         (ceildf2, ceilsf2, ceilxf2): New expanders to implement ceil,
10251         ceilf and ceill built-ins as inline x87 intrinsics.
10252         (frndintxf2_trunc): New pattern to implement trunc rounding
10253         mode with frndint x87 instruction.
10254         (btruncdf2, btruncsf2, btruncxf2): New expanders to implement trunc,
10255         truncf and truncl built-ins as inline x87 intrinsics.
10256         (frndintxf2_mask_pm): New pattern to implement rounding
10257         mode with exceptions with frndint x87 instruction.
10258         (nearbyintdf2, nearbyintsf2, nearbyintxf2): New expanders to
10259         implement nearbyint, nearbyintf and nearbyintl built-ins as
10260         inline x87 intrinsics.
10261
10262 2004-09-04  Richard Sandiford  <rsandifo@redhat.com>
10263
10264         * config/mips/mips.md (SHORT): New mode macro.
10265         (size): New mode attribute.
10266         (extend[qh]i[sd]i2): Redefine using :GPR and :SHORT.
10267         (*extend[qh]i[sd]i2): New define_insn_and_split, combining previous
10268         *extend[qh]i[sd]i2 and *extend[qh]i[sd]i2_mem patterns.  Use only if
10269         !ISA_HAS_SEB_SEH.
10270         (*extend[qh]i[sd]i2_se[bh]): New pattern, combining previous
10271         *extend[qh]isi2_hw patterns and extending them to di.
10272         (extendqihi2): Implement as define_insn_and_split that produces
10273         extendqisi2 after reload.
10274
10275 2004-09-03  Devang Patel  <dpatel@apple.com>
10276
10277         * Makefile.in (OBJS-common): Add tree-if-conv.o
10278         (tree-if-conv.o): New rule.
10279         * cfgloop.c (flow_loop_exit_edges_find): Set EDGE_LOOP_EXIT flag.
10280         (get_loop_body_in_bfs_order): New.
10281         * cfgloop.h (get_loop_body_in_bfs_order): New.
10282         * tree-flow.h (enum move_pos): Move here from ..
10283         * tree-ssa-loop-im.c (enum move_pos): here.
10284         (movement_possibility): Make externally visible.
10285         * tree-optimize.c (init_tree_optimization_passes): New entry for
10286         if conversion pass.
10287         * tree-pass.h (pass_if_conversion): New.
10288         * tree-ssa-operands.c (get_expr_operands): Handle COND_EXPR.
10289         * tree-if-conv.c: New file.
10290         * doc/passes.texi: Document tree if-conversion pass.
10291         * doc/tree-ssa.texi: Same.
10292
10293 2004-09-03  H.J. Lu  <hongjiu.lu@intel.com>
10294
10295         PR target/14925:
10296         Makefile.in (LIB2ADDEHSTATIC): New.
10297         (LIB2ADDEHSHARED): New.
10298         (LIBUNWIND): New.
10299         (LIBUNWINDDEP): New.
10300         (SHLIBUNWIND_LINK): New.
10301         (SHLIBUNWIND_INSTALL): New.
10302         (libgcc.mk): Pass LIB2ADDEHSTATIC, LIB2ADDEHSHARED, LIBUNWIND,
10303         LIBUNWINDDEP, SHLIBUNWIND_LINK and SHLIBUNWIND_INSTALL.
10304         (clean): Remove libunwind*
10305         (stage1-start): Remove and copy stage1/libunwind*.
10306         (stage2-start): Remove and copy stage2/libunwind*.
10307         (stage3-start): Remove and copy stage3/libunwind*.
10308         (stage4-start): Remove and copy stage4/libunwind*.
10309         (stageprofile-start): Remove and copy stageprofile/libunwind*.
10310         (stagefeedback-start): Remove and copy stagefeedback/libunwind*.
10311
10312         * config.gcc (ia64*-*-linux*): Always add t-libunwind to
10313         tmake_file. Add t-libunwind-elf and ia64/t-glibc-libunwind to
10314         tmake_file if --with-system-libunwind isn't used.
10315
10316         * config/ia64/t-glibc-libunwind: New file.
10317         * config/t-libunwind-elf: Likewise.
10318         * unwind-compat.c: Likewise.
10319         * unwind-compat.h: Likewise.
10320         * unwind-dw2-fde-compat.c: Likewise.
10321
10322         * config/ia64/t-glibc (LIB2ADDEH): Updated.
10323         * config/ia64/t-hpux (T_CFLAGS): Add -DUSE_LIBUNWIND_EXCEPTIONS.
10324
10325         * config/ia64/unwind-ia64.c: Include "unwind-compat.h". Define
10326         aliases if needed.
10327         * unwind-dw2-fde-glibc.c: Likewise.
10328         * unwind-dw2.c: Likewise.
10329
10330         * config/t-libunwind (LIB2ADDEH): Updated.
10331         (LIB2ADDEHSTATIC): New.
10332         (T_CFLAGS): Add -DUSE_LIBUNWIND_EXCEPTIONS.
10333         (TARGET_LIBGCC2_CFLAGS): Set to -DUSE_GAS_SYMVER.
10334
10335         * configure.ac: Change --enable-libunwind-exceptions to
10336         --with-system-libunwind. Don't define USE_LIBUNWIND_EXCEPTIONS.
10337         * configure: Regenerated.
10338         * config.in: Updated.
10339
10340         * doc/install.texi (ia64-*-linux): Require libunwind 0.98 or
10341         above and mention --with-system-libunwind.
10342         (ia64-*-hpux*): Mention --enable-libunwind-exceptions is
10343         removed in gcc 3.4.3 and later.
10344
10345         * gcc.c (init_spec): Add -lunwind to -lgcc_s if
10346         USE_LIBUNWIND_EXCEPTIONS is defined.
10347
10348         * mklibgcc.in: Support libunwind.
10349
10350 2004-09-03  H.J. Lu  <hongjiu.lu@intel.com>
10351
10352         * config/i386/i386.c (x86_branch_hints): Remove m_PENT4 and
10353         m_NOCONA.
10354
10355 2004-09-03  Richard Henderson  <rth@redhat.com>
10356
10357         PR middle-end/9997
10358         * cfgexpand.c (LOCAL_ALIGNMENT): Provide default.
10359         (STACK_ALIGNMENT_NEEDED, FRAME_GROWS_DOWNWARD): Likewise.
10360         (struct stack_var, EOC, stack_vars, stack_vars_alloc, stack_vars_num,
10361         stack_vars_sorted, stack_vars_conflict, stack_vars_conflict_alloc,
10362         frame_phase, get_decl_align_unit, add_stack_var, triangular_index,
10363         resize_stack_vars_conflict, add_stack_var_conflict,
10364         stack_var_conflict_p, add_alias_set_conflicts, stack_var_size_cmp,
10365         union_stack_vars, partition_stack_vars, dump_stack_var_partition,
10366         expand_one_stack_var_at, expand_stack_vars, expand_one_stack_var,
10367         expand_one_static_var, expand_one_hard_reg_var,
10368         expand_one_register_var, expand_one_error_var, defer_stack_allocation,
10369         expand_one_var, expand_used_vars_for_block, clear_tree_used): New.
10370         (expand_used_vars): Rewrite.
10371         * Makefile.in (cfgexpand.o): Update dependencies.
10372
10373 2004-09-04  Jan Hubicka  <jh@suse.cz>
10374
10375         * cfg.c (free_edge): Use ggc_free.
10376         (expunge_block): Use ggc_free.
10377         * passes.c (rest_of_clean_state): Free after compilation.
10378         * tree-ssa.c (delete_tree_ssa): Free annotations; call release_defs
10379         * tree-ssanames.c (release_defs): Ignore non-SSA_NAME arguments.
10380
10381 2004-09-03  James E Wilson  <wilson@specifixinc.com>
10382
10383         * tree-ssa-alias.c (may_be_aliased): Move TREE_STATIC check after
10384         DECL_EXTERNAL check.
10385
10386 2004-09-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
10387
10388         * final.c (output_in_slot): New global variable.
10389         (final_scan_insn): Add new state '2' to the 'nopeepholes' parameter.
10390         Pass 2 as 'nopeepholes' to self for insns in a SEQUENCE.  Set
10391         'output_in_slot' before invoking output_asm_insn.
10392         (output_asm_insn): Add a space after the tab if 'output_in_slot'
10393         is set.
10394         * config/sparc/sparc.c (output_return): Pass 2 as 'nopeepholes' to
10395         final_scan_insn.
10396         (output_sibcall): Likewise.
10397
10398 2004-09-03  Jan Hubicka  <jh@suse.cz>
10399
10400         * tree-ssa-operands.c (fini_ssa_operands): ggc_free unused arrays.
10401         * tree-ssanames (init_ssanames): Likewise.
10402
10403 2004-09-03  Ziemowit Laski  <zlaski@apple.com>
10404
10405         * stub-objc.c (objc_is_id, objc_declare_alias, objc_declare_class,
10406         objc_declare_protocols, objc_start_protocol,
10407         objc_start_class_interface, objc_start_category_interface,
10408         objc_continue_interface, objc_finish_interface,
10409         objc_add_instance_variable, objc_set_visibility, objc_set_method_type,
10410         objc_start_class_implementation, objc_start_category_implementation,
10411         objc_continue_implementation, objc_finish_implementation,
10412         objc_add_method_declaration, objc_start_method_definition,
10413         objc_finish_method_definition, objc_build_keyword_decl,
10414         objc_build_method_signature, objc_build_encode_expr,
10415         objc_build_protocol_expr, objc_build_selector_expr,
10416         objc_build_message_expr, objc_build_string_object,
10417         objc_get_class_reference, objc_get_protocol_qualified_type,
10418         objc_static_init_needed_p, objc_generate_static_init_call): New stubs.
10419
10420 2004-09-03  James E Wilson  <wilson@specifixinc.com>
10421
10422         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Add __mips3d.
10423
10424         * config/mips/generic.md (generic_frecip_fsqrt_step): New.
10425         * config/mips/mips-ps-3d.md (mips_rsqrt1_<fmt>): Use frsqrt1 type.
10426         (mips_rsqrt2_<fmt>): Use frsqrt2 type.
10427         (mips_recip1_<fmt>): Use frdiv1 type.
10428         (mips_recip2_<fmt>): Use frdiv2 type.
10429         * config/mips/mips.md (type): Add frdiv1, frdiv2, frsqrt1, frsqrt2.
10430         * config/mips/sb1.md (ir_sb1_fpu_2pipes, ir_sb1_fpu_1pipe): Add frdiv1
10431         and frsqrt1.
10432         (ir_sb1_fpu_step2_2pipes, ir_sb1_fpu_step2_1pipe): New.
10433
10434 2004-09-03  Daniel Jacobowitz  <dan@debian.org>
10435
10436         * reload.c (find_reloads): Swap operand_loc pointers for
10437         find_dummy_reload if we have swapped two operands.
10438
10439 2004-09-03  Hans-Peter Nilsson  <hp@axis.com>
10440
10441         * config/cris/cris.h (ASM_OUTPUT_CASE_END): Use prev_nonnote_insn
10442         to get the tablejump-insn before the jump-table label.
10443
10444 2004-09-03  Ziemowit Laski  <zlaski@apple.com>
10445
10446         * c-common.h (objc_is_id, objc_declare_alias, objc_declare_class,
10447         objc_declare_protocols, objc_build_message_expr,
10448         objc_finish_message_expr, objc_build_selector_expr,
10449         objc_build_protocol_expr, objc_build_encode_expr,
10450         objc_build_string_object, objc_get_protocol_qualified_type,
10451         objc_get_class_reference, objc_get_class_ivars,
10452         objc_start_class_interface, objc_start_category_interface,
10453         objc_start_protocol, objc_continue_interface, objc_finish_interface,
10454         objc_start_class_implementation, objc_start_category_implementation,
10455         objc_continue_implementation, objc_finish_implementation,
10456         objc_set_visibility, objc_set_method_type, objc_build_method_signature,
10457         objc_add_method_declaration, objc_start_method_definition,
10458         objc_finish_method_definition, objc_add_instance_variable,
10459         objc_build_keyword_decl, objc_build_throw_stmt, objc_begin_try_stmt,
10460         objc_finish_try_stmt, objc_begin_catch_clause,
10461         objc_finish_catch_clause, objc_build_finally_clause,
10462         objc_build_synchronized, objc_static_init_needed_p,
10463         objc_generate_static_init_call): New prototypes.
10464
10465 2004-09-03  Steve Ellcey  <sje@cup.hp.com>
10466
10467         * config/ia64/ia64.c (ia64_function_arg): Use PARALLEL even if there
10468         is only one reg.
10469         (ia64_function_value): Ditto.
10470
10471 2004-09-03  Jan Beulich  <jbeulich@novell.com>
10472
10473         * config.gcc: Resurrect NetWare as a target. Handle special case of
10474         Novell linker to be used (specified through --with-ld=) and threading
10475         model of either Posix (default) or NKS.
10476         * config/i386/i386.c (ix86_return_pops_args): Conditionalize popping
10477         of incoming hidden argument on KEEP_AGGREGATE_RETURN_POINTER.
10478         * config/i386/i386.h (KEEP_AGGREGATE_RETURN_POINTER): New.
10479         * config/i386/netware.c, config/i386/netware.h: New.
10480         * config/i386/nwld.c, config/i386/nwld.h: New.
10481         * config/i386/netware-crt0.c: New.
10482         * config/i386/netware-libgcc.c: New.
10483         * config/i386/netware-libgcc.def: New.
10484         * config/i386/netware-libgcc.exp: New.
10485         * config/i386/t-netware, config/i386/t-nwld: New.
10486         * gthr-nks.h: New.
10487         * doc/install.texi: Document NKS threading model.
10488
10489 2004-09-03  Jan Beulich  <jbeulich@novell.com>
10490
10491         PR c/7054
10492         * defaults.h (TARGET_DEFAULT_PACK_STRUCT): Provide default.
10493         * tree.h (initial_max_fld_align): Declare
10494         * stor-layout.c (initial_max_fld_align): Define and initialize.
10495         (maximum_field_alignment): Initialize to the same value.
10496         * common.opt: Add -fpack-struct= variant of switch.
10497         * opts.c: Handle -fpack-struct= variant of switch.
10498         * c-pragma.c: Change #pragma pack() handling so that it becomes
10499         compatible to other compilers: accept individual 'push' argument,
10500         make final pop restore (command line) default, correct interaction
10501         of push/pop and sole specification of a new alignment (so that the
10502         sequence #pragma pack(push) - #pragma pack(<n>) becomes identical
10503         to #pragma pack(push, <n>).
10504         * doc/extend.texi: New node "Structure-Packing Pragmas" under
10505         "Pragmas", describing #pragma pack.
10506         * doc/invoke.texi: Document -fpack-struct=<n> variant of switch.
10507         * doc/tm.texi: Adjust description for HANDLE_PRAGMA_PACK_PUSH_POP.
10508         Document new TARGET_DEFAULT_PACK_STRUCT.
10509
10510 2004-09-03  Devang Patel  <dpatel@apple.com>
10511
10512         * dwarf2out.c (gen_field_die). Equate decl number to die.
10513
10514 2004-09-03  Vladimir Makarov  <vmakarov@redhat.com>
10515
10516         PR target/15832
10517         * global.c (modify_reg_pav): New function.
10518         (make_accurate_live_analysis): Call the new function.  Move pavin
10519         modification by earlyclobber set into the new function.
10520
10521 2004-09-03  Andreas Schwab  <schwab@suse.de>
10522
10523         * config/m68k/m68k.c (output_andsi3): Use -1 instead of
10524         (HOST_WIDE_INT)0xffffffff since CONST_INT value are always sign
10525         extended.
10526
10527 2004-09-02  Jan Beulich  <jbeulich@novell.com>
10528
10529         * Makefile.in (LIB2ADDEHDEP): Add unwind.h and unwind-pe.h.
10530         * mklibgcc.in (libgcc_dep): New, covering general dependencies, but
10531         not unwind code specific ones.
10532         (libgcc2_c_dep): Replace general dependencies with use of libgcc_dep.
10533         Remove unwind code specific dependencies.
10534         (libgcov_c_dep): Replace general dependencies with use of libgcc_dep.
10535         Remove gbl-ctors.h.
10536         Add libgcc_dep to output generated for LIB2ADD, LIB2ADDEH, and
10537         LIB2ADD_ST. Add LIB2ADDEHDEP to output generated for LIB2ADDEH.
10538         * tsystem.h: Declare memcpy and memset when inhibit_libc.
10539
10540 2004-09-02  Roman Zippel  <zippel@linux-m68k.org>
10541
10542         * combine.c (try_combine): Delay modifying of insns which cannot
10543         be easily undone.
10544
10545 2004-09-02  Daniel Berlin  <dberlin@dberlin.org>
10546
10547         * gcc/common.opt: Rename ivcanon to tree-loop-ivcanon, tree-lim to
10548         tree-loop-im.
10549         * gcc/tree-ssa-loop.c: Ditto
10550         * gcc/tree-ssa-loop-ivcanon.c: Ditto
10551         * gcc/doc/invoke.texi: Ditto.
10552
10553 2004-09-02  Ziemowit Laski  <zlaski@apple.com>
10554
10555         * c-decl.c (store_parm_decls_newstyle): Make static.
10556         (store_parm_decls_from): New function.
10557         * c-tree.h (store_parm_decls_newstyle): Remove prototype.
10558         (store_parm_decls_from): New prototype.
10559
10560 2004-09-02  David Edelsohn  <edelsohn@gnu.org>
10561
10562         * config/rs6000/rs6000.c (expand_block_move): Use SImode and
10563         HImode with STRICT_ALIGNMENT.
10564
10565 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
10566
10567         * config/arm/bpabi.h (TARGET_BPABI_CPP_BUILTINS): Define.
10568         (TARGET_OS_CPP_BUILTINS): Likewise.
10569         * config/arm/symbian.h (TARGET_OS_CPP_BUILTINS): Include
10570         TARGET_BPABI_CPP_BUILTINS.
10571
10572 2004-09-02  Roman Zippel  <zippel@linux-m68k.org>
10573
10574         * combine.c (distribute_notes): Don't add REG_LABEL to jump insn.
10575
10576 2004-09-02  Eric Christopher  <echristo@redhat.com>
10577
10578         * builtins.c (expand_builtin_cabs): Delete.
10579         (expand_builtin): If unable to fold the values do a normal
10580         library call for builtin_cab*.
10581         (fold_builtin_cabs): Depend on optimize and optimize_size.
10582         * optabs.c (expand_cmplxdiv_straight): Delete.
10583         (expand_cmplxdiv_wide): Ditto.
10584         (expand_vector_binop): Ditto.
10585         (expand_vector_unop): Ditto.
10586         (expand_complex_abs): Delete.
10587         (expand_binop): Remove calls to above functions.
10588         Remove open coding of complex arithmetic.
10589         (expand_unop): Ditto.
10590         * optabs.h: Remove prototypes.
10591
10592 2004-09-02  Ziemowit Laski  <zlaski@apple.com>
10593
10594         * c-decl.c (store_parm_decls_newstyle): Make externally visible.
10595         * c-tree.h (store_parm_decls_newstyle): New prototype.
10596
10597 2004-09-02  Geoffrey Keating  <geoffk@apple.com>
10598
10599         * config/rs6000/rs6000.c (expand_block_clear): Use vector
10600         instructions if available.
10601         (expand_block_move): Likewise.
10602
10603 2004-09-03  Jan Hubicka  <jh@suse.cz>
10604
10605         * rtl.def (RANGE_INFO, RANGE_REG, RANGE_VAR, RANGE_LIVE): Kill.
10606
10607 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
10608
10609         * config/arm/symbian.h (LIB_SPEC): Define to empty.
10610         * config/arm/t-symbian (SHLIB_LC): Likewise.
10611
10612 2004-09-02  Paul Brook  <paul@codesourcery.com>
10613
10614         * config/arm/bpabi.c (__aeabi_ul2d, __aeabi_ul2f): Remove.
10615
10616 2004-09-02  Richard Sandiford  <rsandifo@redhat.com>
10617
10618         * config/mips/mips.c (mips_classify_symbol, mips_fetch_insns):
10619         (mips_restore_gp, mips_set_return_address, mips_expand_prologue)
10620         (mips16_fp_args, mips_avoid_hazard): Replace abort with gcc_assert.
10621         (build_mips16_call_stub): Likewise.  Remove daft CALL_INSN checks.
10622         (mips_issue_rate): Remove unreachable abort.
10623         (mips_symbolic_constant_p, mips_symbolic_address_p, mips_symbol_insns)
10624         (mips_output_move, mips_relational_operand_ok_p, mips_arg_info)
10625         (mips_block_move_straight, print_operand_address, mips_file_start)
10626         (mips_initial_elimination_offset, mips16_fp_args, dump_constants_1)
10627         (mips_output_conditional_branch, mips_expand_builtin_direct)
10628         (mips_expand_builtin_compare): Replace abort with gcc_unreachable.
10629         * config/mips/mips.md (rotr<mode>3, consttable_float): Replace abort
10630         with gcc_assert.
10631
10632 2004-09-02  Richard Sandiford  <rsandifo@redhat.com>
10633
10634         * config/mips/mips.md (*lea_high64): Change split condition to
10635         flow2_completed.  Add a peephole2 to generate a more parallel version.
10636
10637 2004-09-02  Jan Hubicka  <jh@suse.cz>
10638
10639         * gimplify.c (gimplify_compound_lval): Move "stack" varray out of
10640         GGC.
10641
10642         * ggc-page.c: include tree-flow.h.
10643         (extra_order_size_table): Add stmt_ann_d.
10644         (STAT_LABEL): Rename from ....
10645         (LABEL): ... this one.
10646         * Makefile.in (ggc-page.o): Add dependency.
10647
10648         * ggc-common.c (ggc_force_collect): New global variable.
10649         (loc_description): Add fields "freed", "collected"
10650         (ptr_hash): New static hash
10651         (ptr_hash_entry): New structure.
10652         (hash_ptr,eq_ptr,ggc_prune_ptr): New static functions.
10653         (ggc_record_overhead): Take ptr argument, record it
10654         (ggc_prune_overhead_list, ggc_free_overhead): New functions.
10655         (cmp_statistics): Imrove sorting.
10656         (dump_ggc_loc_statistics): Output newly collected statistics
10657         * ggc-page.c (ggc_alloc): Update call of ggc_record_overhead
10658         (ggc_free): Call ggc_free_overhead.
10659         (ggc_collect): Force collection when asked to be forced.
10660         (ggc_collect): Call ggc_prune_overhead_list.
10661         * ggc.h (ggc_force_collect): Declare
10662         (ggc_record_overhead): Update prototype.
10663         (ggc_free_overhead, ggc_prune_overhead_list): Declare.
10664
10665 2004-09-02  James E Wilson  <wilson@specifixinc.com>
10666
10667         * common.opt (ftrapping-math): Default to on.
10668
10669 2004-09-02  Richard Earnshaw  <rearnsha@arm.com>
10670
10671         * arm/predicates.md (arm_reload_memory_operand): Allow MEM.
10672
10673 2004-09-02  Denis Chertykov  <denisc@overta.ru>
10674
10675         PR target/16884
10676         * config/avr/avr.md ("movmemhi"): Substitute match_dup to
10677         match_scratch.
10678         (*movmemqi_insn): Likewise.
10679         (*movmemhi): Likewise.
10680         (clrmemhi): Likewise.
10681         (*clrmemqi): Likewise.
10682         (*clrmemhi): Likewise.
10683
10684 2004-09-02  Paul Brook  <paul@codesourcery.com>
10685
10686         * config.gcc (arm*-*-eabi* | arm*-*-symbianelf*): Set
10687         default_use_cxa_atexit=yes.
10688
10689 2004-09-02  Alan Modra  <amodra@bigpond.net.au>
10690
10691         * config/rs6000/linux64.h: Don't include signal.h or sys/ucontext.h.
10692         (struct kernel_old_ucontext): Delete.
10693         (struct gcc_pt_regs, gcc_sigcontext, gcc_ucontext): New.
10694         (MD_FALLBACK_FRAME_STATE_FOR): Use gcc_* structs.  Only define
10695         when IN_LIGGCC2.
10696
10697 2004-09-02  Richard Sandiford  <rsandifo@redhat.com>
10698
10699         * toplev.c (process_options): Fix typo.
10700
10701 2004-09-01  Richard Henderson  <rth@redhat.com>
10702
10703         PR middle-end/17258
10704         * calls.c (initialize_argument_information): Tighten pass-through
10705         conditions for pass-by-reference.  Remove dead TARGET_EXPR code.
10706         Use build_fold_addr_expr.
10707         (emit_library_call_value_1): Use build_fold_addr_expr.  Remove code
10708         that assumes ADDR_EXPR allocates stack space.
10709         * fold-const.c (build_fold_addr_expr_with_type): Look through
10710         WITH_SIZE_EXPR.
10711
10712 2004-09-01  Dan Nicolaescu  <dann@ics.uci.edu>
10713
10714         * gengenrtl.c (gendef): Use rtx_alloc, don't do PUT_CODE.
10715         * ggc.h (ggc_alloc_rtx): Delete.
10716
10717 2004-09-01  Roger Sayle  <roger@eyesopen.com>
10718
10719         * expmed.c (enum alg_code): Remove long unused enumeration values.
10720         (struct mult_cost): New structure to hold the "score" of a synthetic
10721         multiply sequence, including both a rtx_cost and a latency field.
10722         (MULT_COST_LESS): New macro to compare mult_cost to a constant.
10723         (CHEAPER_MULT_COST): New macro to compare two mult_costs.
10724         (struct algorithm): Change type of cost field to be mult_cost.
10725         (synth_mult): Change type of cost_limit argument to be a
10726         pointer to a mult_cost.  Update all cost comparisons to use the
10727         new mult_cost infrastructure.  For alg_add_factor and
10728         alg_sub_factor operations, latency is lower than the rtx_cost.
10729         (choose_mult_variant):  Update calls to synth_mult.  Perform
10730         cost comparisons using the new mult_cost infrastructure.
10731         (expand_mult_highpart): Use alg.cost.cost instead of alg.cost
10732         to optain the total rtx_cost of a synth_mult "algorithm".
10733
10734 2004-09-01  David Edelsohn  <edelsohn@gnu.org>
10735
10736         * config/rs6000/power4.md: Increase store latency to 12.
10737         * config/rs6000/power5.md: Same.
10738
10739 2004-09-01  James E Wilson  <wilson@specifixinc.com>
10740
10741         PR target/14064
10742         * config/avr/avr.c (avr_unique_section): Delete prototype and
10743         definition.
10744         (TARGET_ASM_UNIQUE_SECTION): Delete.
10745
10746 2004-09-01  Ziemowit Laski  <zlaski@apple.com>
10747
10748         * c-parse.in (primary): Call objc_build_message_expr(),
10749         objc_build_selector_expr(), objc_build_protocol_expr(),
10750         objc_build_encode_expr() and objc_build_string_object() instead of
10751         build_message_expr(), build_selector_expr(), build_protocol_expr(),
10752         build_encode_expr() and build_objc_string_object(), respectively.
10753         (component_decl_list2): Call objc_get_class_ivars() instead of
10754         get_class_ivars_from_name().
10755         (keyworddecl): Call objc_build_keyword_decl() instead of
10756         build_keyword_decl().
10757         (receiver): Call objc_get_class_reference() instead of
10758         get_class_reference().
10759         (reswords): Add blank line before @@ifobjc section, for clarity.
10760
10761 2002-09-01  Fariborz Jahanian <fjahanian@apple.com>
10762
10763         * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Restrict alignment
10764         to Altivec vetors.
10765
10766 2004-09-01  Wu Yongwei  <adah@sh163.net>
10767             Danny Smith  <dannysmith@users.sourceforge.net>
10768
10769         * gthr-win32.h (__gthread_recursive_mutex_t): Use 'unsigned long',
10770         not Windows 'DWORD'.
10771         (__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION): Correct typo.
10772         (__GTHREAD_RECURSIVE_MUTEX_INIT_DEFAULT): Likewise.
10773         (__gthr_win32_recursive_mutex_init_function): Add prototype for
10774         __GTHREAD_HIDE_WIN32API case..
10775         (__gthr_win32_recursive_mutex_lock): Likewise.
10776         (__gthr_win32_recursive_mutex_trylock): Likewise.
10777         (__gthr_win32_recursive_mutex_unlock): Likewise.
10778         (__gthread_recursive_mutex_init_function); Add definition for
10779         __GTHREAD_HIDE_WIN32API case.
10780         (__gthread_recursive_mutex_lock): Correct call to InterlockedDecrement.
10781         * config/i386/grthr-win32.c (__gthread_recursive_mutex_lock): Correct
10782         call to InterlockedDecrement.
10783
10784 2004-09-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10785
10786         * tree-tailcall.c (find_tail_calls): Also fail is statement has
10787         volatile operands.
10788
10789         * tree-ssa.c (propagate_into_addr): Properly test for LHR.
10790
10791         * doc/c-tree.texi: Document new operands for ARRAY_REF and
10792         COMPONENT_REF.
10793
10794 2004-09-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10795
10796         * Makefile.in (rtl-profile.o, value-prof.o): Add GCC_H dependency.
10797         * common.opt (fspeculative-prefetching): New.
10798         * flags.h (flag_speculative_prefetching_set): Declare.
10799         * gcov-io.c (gcov_write_counter, gcov_read_counter): Allow negative
10800         values.
10801         * opts.c (flag_sepculative_prefetching_set): New variable.
10802         (common_handle_option): Handle -fspeculative-prefetching.
10803         * passes.c (rest_of_compilation): Ditto.
10804         * profile.c (instrument_values, compute_value_histograms, branch_prob):
10805         Use vectors instead of arrays.
10806         * toplev.c (process_options): Handle -fspeculative-prefetching.
10807         * rtl-profile.c: Include ggc.h.
10808         (rtl_gen_interval_profiler, rtl_gen_pow2_profiler,
10809         rtl_gen_one_value_profiler_no_edge_manipulation,
10810         rtl_gen_one_value_profiler, rtl_gen_const_delta_profiler): Type of
10811         argument changed.
10812         * tree-profile.c (tree_gen_interval_profiler, tree_gen_pow2_profiler,
10813         tree_gen_one_value_profiler, tree_gen_const_delta_profiler): Type of
10814         argument changed.
10815         * value-prof.c: Include ggc.h.
10816         (NOPREFETCH_RANGE_MIN, NOPREFETCH_RANGE_MAX): New
10817         macros.
10818         (insn_prefetch_values_to_profile, find_mem_reference_1,
10819         find_mem_reference_2, find_mem_reference, gen_speculative_prefetch,
10820         speculative_prefetching_transform): New.
10821         (value_profile_transformations): Call speculative_prefetching_transform.
10822         (insn_values_to_profile): Call insn_prefetch_values_to_profile.
10823         (insn_divmod_values_to_profile, rtl_find_values_to_profile,
10824         tree_find_values_to_profile, find_values to profile): Use vectors
10825         instead of arrays.
10826         (free_profiled_values): Removed.
10827         * value-prof.h (struct histogram_value): Renamed to
10828         struct histogram_value_t.
10829         (histogram_value, histogram_values): New types.
10830         (find_values_to_profile): Declaration changed.
10831         (free_profiled_values): Removed.
10832         (struct profile_hooks): Type of argument of the hooks changed to
10833         histogram_value.
10834         * doc/invoke.texi (-fspeculative-prefetching): Document.
10835
10836 2004-09-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10837
10838         PR rtl-optimization/16408
10839         * gcse.c (replace_store_insn): Fix LIBCALL/RETVAL notes.
10840
10841 2004-09-01  Richard Henderson  <rth@redhat.com>
10842
10843         * config/ns32k/ns32k.h (TRANSFER_FROM_TRAMPOLINE): Remove.
10844         (TRAMPOLINE_TEMPLATE): Merge code from __trampoline inline.
10845
10846 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
10847
10848         * libgcc-std.ver (GCC_3.4.2): Export also __trampoline_setup.
10849
10850 2004-09-01  Mike Stump  <mrs@apple.com>
10851
10852         * config/darwin.c (machopic_symbol_defined_p): In addition to
10853         being SYMBOL_REF_LOCAL_P, a symbol must also be
10854         ! SYMBOL_REF_EXTERNAL_P, as only those are _always_ locally
10855         defined in this output file, or translation unit in the case
10856         of IMA not being used.
10857         (machopic_output_indirection): SYMBOL_REF_LOCAL_P symbols
10858         never need .indirect_symbol when indirecting.
10859
10860 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
10861
10862         * Makefile.in (bb-reorder.o): Add several dependencies.
10863
10864 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
10865
10866         * fold-const.c (operand_equal_p): Require equal sign also for
10867         FIX_{CEIL,TRUNC,FLOOR,ROUND}_EXPR.
10868
10869 2004-09-01  Richard Earnshaw  <rearnsha@arm.com>
10870
10871         * config.gcc (--with-cpu on ARM): Preserve the canonical cpu name
10872         for use in configargs.h.  Put the cname in a separate variable.  Use
10873         that to set target_cpu_default2.
10874
10875 2004-09-01  J"orn Rennecke <joern.rennecke@superh.com>
10876             Nick Clifton  <nickc@redhat.com>
10877
10878         * config/sh/sh.md ("length"): Increase branch length when
10879         SH1 pic code to 18: 12 bytes of instructions, 4 byte for the
10880         constant, 2 byte for aligning the constant.
10881
10882 2004-09-01  Richard Earnshaw  <rearnsha@arm.com>
10883
10884         * arm/arm-cores.def (ARM_CORE): Add new field for the real name of the
10885         CPU.
10886         (arm7tdmi-s): New CPU name.
10887         * arm/arm.c (ARM_CORE): Update for new format.
10888         * arm/arm.h (ARM_CORE): Likewise.
10889         * arm/gentune.sh: Update for extra field.
10890         * config.gcc: Likewise.
10891         * arm/arm-tune.md: Regenerate.
10892         * doc/invoke.texi: Document the real processor names for ARM cpus.
10893
10894 2004-09-01  Richard Earnshaw  <rearnsha@arm.com>
10895
10896         * arm/ieee754-df.S (aeabi_ul2d, aeabi_l2d, floatundidf)
10897         (floatdidf): New functions.
10898         * arm/ieee754-sf.S (aeabi_ul2f, aeabi_l2f, floatundisf)
10899         (floatdisf): New functions.
10900         * t-arm-elf: Use them.
10901
10902 2004-09-01  Ziemowit Laski  <zlaski@apple.com>
10903
10904         * c-common.h (lookup_interface): Remove prototype.
10905         (is_class_name): Rename to objc_is_class_name.
10906         (lookup_objc_ivar): Rename to objc_lookup_ivar.
10907         (get_current_scope): Rename to objc_get_current_scope.
10908         * c-decl.c (get_current_scope): Rename to objc_get_current_scope.
10909         * c-parse.in (parmlist_or_identifiers_1): Get rid of unused variable.
10910         (yylexname): Call objc_is_class_name() instead of is_class_name().
10911         * c-typeck.c (build_external_ref): Call objc_lookup_ivar()
10912         instead of lookup_objc_ivar().
10913         * stub-objc.c (lookup_interface): Remove stub.
10914         (is_class_name): Rename to objc_is_class_name.
10915         (lookup_objc_ivar): Rename to objc_lookup_ivar.
10916
10917 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
10918
10919         * config.gcc (arm*-*-symbianelf*): Do not include t-bpabi.
10920         * config/arm/lib1funcs.asm: Do not include supplemental .S files
10921         when compiling for Symbian.
10922         * config/arm/symbian.h (RENAME_LIBRARY): New macro.
10923         (TARGET_OS_CPP_BUILTINS): Likewise.
10924         * config/arm/t-symbian (LIB1ASMFUNCS): Define.
10925
10926 2004-08-31  Stan Shebs  <shebs@apple.com>
10927
10928         * toplev.c (process_options): Ensure debug_hooks is initialized.
10929
10930 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
10931
10932         * target-def.h (TARGET_CXX): Add TARGET_CXX_EXPORT_CLASS_DATA.
10933         * target.h (cxx): Add export_class_data.
10934         * config/arm/arm.c (arm_cxx_export_class_data): New function.
10935         (TARGET_CXX_EXPORT_CLASS_DATA): Use it.
10936         * doc/tm.texi (TARGET_CXX_EXPORT_CLASS_DATA): Document it.
10937
10938 2004-08-31  Kaz Kojima  <kkojima@gcc.gnu.org>
10939
10940         * config/sh/sh.c (output_branch): Check the insn length possibly
10941         in the delayed slot.
10942
10943 2004-08-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10944
10945         * tree-pretty-print.c (dump_generic_node, case CONVERT_EXPR): Add
10946         blank after ')'.
10947         (op_symbol, case *_{DIV,MOD}_EXPR): Say what rounding is being used.
10948
10949         * c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT.
10950         (c_sizeof_of_alignof_type): Likewise.
10951         * expr.c (array_ref_element_size): Likewise.
10952         (highest_pow2_factor_for_target): Likewise.
10953         * gimplify.c (canonicalize_addr_expr): Likewise.
10954         (gimplify_compound_lval): Likewise.
10955         * stor-layout.c (finalize_record_size, finalize_type_size): Likewise.
10956         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Likewise.
10957         * varasm.c (assemble_variable): Likewise.
10958         (output_constant_def_contents): Alignments are unsigned.
10959
10960 2004-08-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10961             Jeff Law  <law@redhat.com>
10962
10963         * tree-cfg.c (cfg_remove_useless_stmts_bb): Also invalidate if VAL
10964         gets modified.
10965
10966 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
10967
10968         * hooks.c (hook_bool_void_true): New function.
10969         * hooks.h (hook_bool_void_true): Declare.
10970         * target-def.h (TARGET_CXX): Add
10971         TARGET_CXX_KEY_METHOD_MAY_BE_INLINE.
10972         * target.h (struct cxx): Add key_method_may_be_inline.
10973         * config/arm/arm.c (arm_cxx_key_method_may_be_inline): New
10974         function.
10975         (TARGET_CXX_KEY_METHOD_MAY_BE_INLINE): New macro.
10976         * config/arm/bpabi.h: Use __THUMB_INTERWORK__ instead of
10977         __THUMB_INTERWORK.
10978
10979 2004-08-31  Denis Chertykov  <denisc@overta.ru>
10980
10981         PR target/15417
10982         * config/avr/avr.c (avr_hard_regno_mode_ok): Enable usage of
10983         frame pointer register only in Pmode while reload in progress.
10984
10985 2004-08-31  Stephane Carrez  <stcarrez@nerim.fr>
10986
10987         PR target/15334
10988         * config/m68hc11/m68hc11.c (m68hc11_override_options): Disable -fweb
10989         because it breaks the 32-bit shift patterns that rely on a match_dup.
10990
10991 2004-08-31  Matt Austern  <austern@apple.com>
10992
10993         * config/darwin.c (darwin_make_decl_one_only): Allocate section
10994         names once per compilation, instead of once per symbol.
10995
10996 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
10997
10998         * Makefile.in (build_subdir): New substitution.
10999         (fixinc.sh): Simplify heavily since fixincludes is already built.
11000         (stmp-fixinc): Depend on specs.ready.
11001         (install-mkheaders): Use new location of fixincludes.
11002         (clean): Do not descend into fixinc.
11003         (FORBUILD): Replace with ../$(build_subdir).
11004         * configure.ac (build_subdir): Substitute.
11005         (FORBUILD): Do not set.
11006         (all_outputs): Remove fixinc/Makefile.
11007         (default commands): Do not create links in fixinc.
11008         * mkfixinc.sh: New, from fixinc/mkfixinc.sh without
11009         the fixincludes configuration steps and substituting
11010         @FIXINCL@ in fixinc.in.
11011         * fixinc.in: New, from fixinc/fixincl.sh.
11012
11013         * fixinc/*: Removed.
11014
11015 2004-08-31  Joseph S. Myers  <jsm@polyomino.org.uk>
11016
11017         * attribs.c (strip_attrs): Remove.
11018         (split_specs_attrs): Move ...
11019         * c-decl.c: ... to here.
11020         * tree.h (split_specs_attrs, strip_attrs): Remove.
11021         * c-tree.h (split_specs_attrs): Declare.
11022
11023 2004-08-31  Richard Sandiford  <rsandifo@redhat.com>
11024
11025         * read-rtl.c: Disable RTL checking.
11026         (apply_macro_to_rtx): Use XTMPL to access 'T' fields.
11027
11028 2004-08-31  Richard Sandiford  <rsandifo@redhat.com>
11029
11030         * config/mips/mips.md (fcond): New code macro and attribute.
11031         (sunordered_[sd]f, suneq_[sd]f, sunlt_[sd]f, sunle_[sd]f)
11032         (seq_[sd]f, slt_[sd]f, sle_[sd]f): Redefine using :SCALARF and fcond.
11033         (sgt_[sd]f, sge_[sd]f): Redefine using :SCALARF.
11034
11035 2004-08-30  Mark Mitchell  <mark@codesourcery.com>
11036
11037         Revert:
11038         2004-08-29  Mark Mitchell  <mark@codesourcery.com>
11039         PR rtl-optimization/16590
11040         * gcse.c (pre_delete): Do not create invalid REG_EQUAL notes.
11041
11042 2004-08-30  Andrew Pinski  <apinski@apple.com>
11043
11044         * hard-reg-set.h:
11045         s/HOST_BITS_PER_WIDES_FAST_INT/HOST_BITS_PER_WIDEST_FAST_INT.
11046         * ChangeLog: Fix previous ChangeLog entry.
11047
11048         PR rtl-opt/13987
11049         * config.host (use_long_long_for_widest_fast_int): New, default is
11050         off.
11051         (ia64-*-hpux*): Enable use_long_long_for_widest_fast_int.
11052         * configure.ac: If use_long_long_for_widest_fast_int, then
11053         define USE_LONG_LONG_FOR_WIDEST_FAST_INT.
11054         * configure: Regenerate.
11055         * config.in: Regenerate.
11056         * hwint.h (HOST_WIDEST_FAST_INT, HOST_BITS_PER_WIDEST_FAST_INT):
11057         New: widest integer type supported efficiently in hardware for the
11058         host.
11059         * sbitmap.h (SBITMAP_ELT_BITS): Define based on
11060         HOST_BITS_PER_WIDEST_FAST_INT.
11061         (SBITMAP_ELT_TYPE): Define based on HOST_WIDEST_FAST_INT.
11062         * hard-reg-set.h (HARD_REG_ELT_TYPE): Define based on
11063         HOST_WIDEST_FAST_INT
11064         instead of HOST_WIDE_INT.
11065         (HARD_REG_SET_LONGS): Likewise.
11066         (UHOST_BITS_PER_WIDE_INT): Likewise.
11067         Change the checks for the fast cases to be based on
11068         HOST_BITS_PER_WIDEST_FAST_INT instead of HOST_BITS_PER_WIDE_INT.
11069
11070 2004-08-30  Steven Bosscher  <stevenb@suse.de>
11071
11072         * cfgcleanup.c (merge_memattrs): Look at the value of MEM_SIZE,
11073         not the pointers.
11074
11075 2004-08-30  Geoffrey Keating  <geoffk@apple.com>
11076
11077         PR 12738
11078         PR 17205
11079         Radar 3460526
11080         Radar 3775729
11081         * c-decl.c (grokdeclarator): Produce error for 'static' on local
11082         function declaration.
11083
11084 2004-08-30  Richard Henderson  <rth@redhat.com>
11085
11086         * expr.c (array_ref_element_size): Force aligned_size back to
11087         sizetype.
11088         (component_ref_field_offset): Similarly for aligned_offset.
11089         * tree.c (recompute_tree_invarant_for_addr_expr): Mark raw
11090         low-bound, element-size, field-offset fields rather than
11091         computed values.
11092
11093 2004-08-30  Joseph S. Myers  <jsm@polyomino.org.uk>
11094
11095         * c-parse.in (parmlist_or_identifiers_1): Remove unreachable and
11096         redundant code.
11097
11098 2004-08-30  Joseph S. Myers  <jsm@polyomino.org.uk>
11099
11100         * c-tree.h (struct language_function): Add arg_info element.
11101         * c-decl.c (current_function_arg_info): New.
11102         (grokdeclarator, store_parm_decls): Use it instead of
11103         DECL_ARGUMENTS.
11104         (c_push_function_context, c_pop_function_context): Save and
11105         restore it.
11106
11107 2004-08-30  Richard Henderson  <rth@redhat.com>
11108
11109         * c-typeck.c (build_unary_op): Don't expand ADDR_EXPR of a
11110         COMPONENT_REF to pointer arithmetic.
11111         * varasm.c (initializer_constant_valid_p): Allow "&(*c).f", for
11112         constant "c" as a valid constant initializer.  Allow narrowing of
11113         differences against the same base object, for any base object.
11114
11115 2004-08-30  Richard Henderson  <rth@redhat.com>
11116
11117         * expr.c (expand_expr_addr_expr): New.
11118         (expand_expr_real_1) <case ADDR_EXPR>: Use it.
11119
11120 2004-08-30  Richard Sandiford  <rsandifo@redhat.com>
11121
11122         * config/mips/mips.c (MIPS_FP_CONDITIONS): New macro.
11123         (mips_fp_condition): New enum.
11124         (mips_fp_conditions): New array.
11125         (print_fcc_operand): Delete.
11126         (print_operand): Remove %V, %v and %Q.  Redefine %Z so that it prints
11127         the operand and comma if and only if ISA_HAS_8CC.  Add %Y.
11128         (builtin_description): Add "cond" field.
11129         (DIRECT_BUILTIN): Initialize it.
11130         (CMP_{SCALAR,PS,4S}_BUILTINS, MOVTF_BUILTINS): Split INSN parameter
11131         into INSN and CODE.  Initialize the "cond" field.
11132         (CMP_BUILTINS): Update accordingly.
11133         (mips_bdesc): Use MIPS_FP_CONDITIONS to invoke CMP_BUILTINS.
11134         (mips_expand_builtin_movtf, mips_expand_builtin_compare): Take the
11135         mips_fp_condition as argument.  Make it the final operand of the
11136         comparison instruction.
11137         (mips_expand_builtin): Update accordingly.
11138         * config/mips/mips.md (UNSPEC_C_*, UNSPEC_CABS_*): Delete.
11139         (UNSPEC_C, UNSPEC_CABS): New constants.  Shuffle others to fill
11140         the gaps.
11141         * config/mips/mips-ps-3d.md (mips_cond_move_tf_ps, bc1any[24][ft]):
11142         Don't use the 'Q' operand prefix; just print the operand normally.
11143         (mips_cabs_*, mips_c_*): Delete, replacing with...
11144         (mips_c_cond_{ps,4s}, mips_cabs_cond_{s,d,ps,4s}): ...these new
11145         patterns.  Split the 4s versions into 2 ps patterns after reload.
11146
11147 2004-08-30  Richard Henderson  <rth@redhat.com>
11148
11149         * fold-const.c (tree_expr_nonzero_p): Use get_base_address before
11150         assuming an ADDR_EXPR is non-null.
11151
11152 2004-08-30  Jason Merrill  <jason@redhat.com>
11153
11154         * gthr-posix.h, gthr-dce.h: Add #pragma weaks.
11155
11156 2004-08-30  Nathan Sidwell  <nathan@codesourcery.com>
11157
11158         * alias.c (mems_in_disjoint_alias_sets_p, record_alias_subset,
11159         record_set, rtx_equal_for_memref_p, init_alias_analysis): Use
11160         gcc_assert and gcc_unreachable instead of abort.
11161         * alloc-pool.c (abort, fancy_abort): Remove.
11162         (create_alloc_pool, free_alloc_pool, pool_alloc, pool_free): Use
11163         gcc_assert or gcc_unreachable.
11164         * attribs.c (init_attributes, decl_attributes): Likewise.
11165         * bb-reorder.c (FREE, find_traces_1_round, copy_bb,
11166         mark_bb_for_unlikely_executed_section,
11167         add_labels_and_missing_jumps, fix_crossing_conditional_branches,
11168         fix_crossing_unconditional_branches):  Likewise.
11169         * bitmap.c (bitmap_first_set_bit, bitmap_last_set_bit,
11170         bitmap_operation):  Likewise.
11171         * bt-load.c (insn_sets_btr_p, augment_live_range,
11172         move_btr_def):  Likewise.
11173         * builtins.c (c_readstr, expand_builtin_longjmp, apply_args_size,
11174         apply_result_size, expand_builtin_apply, expand_builtin_mathfn,
11175         expand_builtin_mathfn_2, expand_builtin_mathfn_3,
11176         builtin_memcpy_read_str, expand_movstr, expand_builtin_stpcpy,
11177         expand_builtin_memcmp, expand_builtin_args_info,
11178         std_gimplify_va_arg_expr, expand_builtin_unop,
11179         expand_builtin_fputs, expand_builtin_profile_func,
11180         expand_builtin_fork_or_exec, fold_builtin_bitop,
11181         fold_builtin_classify, fold_builtin_fputs): Likewise.
11182
11183 2004-08-30  Nathan Sidwell  <nathan@codesourcery.com>
11184
11185         * gcov-io.c (GCOV_CHECK): Use gcc_assert when available.
11186         * gcov.c (abort): Remove undef.
11187
11188         * tree.h (BINFO_PRIMARY_BASE_OF): Remove.
11189         (struct tree_binfo): Remove primary field.
11190
11191 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
11192
11193         * fixinc/Makefile.in (machname.h): Remove.
11194         (fixincl.x): Do not pass $@ to genfixes.
11195         * fixinc/genfixes: Remove code to produce machname.h.
11196         * fixinc/fixincl.sh: Move it here instead.
11197         * fixinc/fixlib.c: Do not conditionalize on MN_NAME_PAT's presence,
11198         instead check if pz_mn_name_pat is NULL.  Make mn_get_regexps
11199         return a bool indicating whether pz_mn_name_pat is NULL.
11200         * fixinc/fixlib.h: Do not conditionalize on MN_NAME_PAT's presence.
11201         Declare extern C variables for the ENV_TABLE.
11202         * fixinc/fixfixes.c: Do not conditionalize on MN_NAME_PAT's presence,
11203         instead use the result of mn_get_regexps.
11204         * fixinc/fixtests.c: Likewise.
11205
11206 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
11207
11208         * configure.ac: Do not run fixincludes after stage1 during
11209         toplevel bootstrap.
11210         * configure: Regenerate.
11211
11212 2004-08-30  Richard Earnshaw  <rearnsha@arm.com>
11213
11214         * sched-deps.c (get_condition): Partially revert previous, by never
11215         trying to extract the condition from a condjump.
11216
11217 2004-08-30  Nathan Sidwell  <nathan@codesourcery.com>
11218
11219         * c-common.c (c_sizeof_or_alignof_type): Use gcc_assert.
11220         (handle_visibility_attribute, c_determine_visibility): Likewise.
11221         * c-common.h (my_friendly_assert): Remove.
11222
11223 2004-08-30  Richard Sandiford  <rsandifo@redhat.com>
11224
11225         * config/mips/mips.md (UNSPEC_{RSQRT,RECIP}[12]_{S,D,PS}): Delete.
11226         (UNSPEC_{RSQRT,RECIP}[12]): New constants.
11227         (UNSPEC_MOVE_TF_PS): Renumber to avoid gaps.
11228         * config/mips/mips-ps-3d.md (*movcc_v2sf_[sd]i): Use :GPR.
11229         (mips_{rsqrt,recip}[12]_{s,d,ps}): Use :ANYF.
11230
11231 2004-08-30  Diego Novillo  <dnovillo@redhat.com>
11232
11233         * tree-pretty-print.c (dump_generic_node): Handle VALUE_HANDLE
11234         in COMPONENT_REF nodes.
11235
11236 2004-08-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
11237
11238         PR c++/15378
11239         * c-opts.c (c_common_handle_option): <case OPT_Werror> set
11240         global_dc->warning_as_error_requested.
11241         * diagnostic.c (diagnostic_initialize): Tidy.
11242         * diagnostic.h (diagnostic_context::x_data): Remove
11243         (diagnostic_context::issue_warnings_are_errors_message): Rename
11244         from warnings_are_errors_message.
11245         (diagnostic_context::warning_as_error_requested): New.
11246
11247 2004-08-30  Richard Earnshaw  <rearnsha@arm.com>
11248
11249         * sched-deps.c (get_condition): Fix breakage in previous patch.
11250
11251 2004-08-30  Paul Brook  <paul@codesourcery.com>
11252
11253         * doc/install.texi: Fix broken mpfr link.
11254
11255 2004-08-29  David O'Brien  <obrien@FreeBSD.org>
11256
11257         * config/rs6000/sysv4.h (LINK_OS_FREEBSD_SPEC): Sync '-p' handling with
11258         other FreeBSD platforms.
11259
11260 2004-08-29  Richard Earnshaw  <rearnsha@arm.com>
11261
11262         * arm.h (REVERSE_CONDITION): Define.
11263         (REVERSIBLE_CC_MODE): All comparisons are now reversible.
11264
11265 2004-08-29  Richard Earnshaw  <rearnsha@arm.com>
11266
11267         * flow.c (REVERSE_CONDEXEC_PREDICATES_P): Use the whole comparison, not
11268         just the codes, call reversed_comparison_code ().
11269         (ior_reg_cond): Update arguments to REVERSE_CONDEXEC_PREDICATES_P.
11270         (not_reg_cond): Use reversed_comparison_code.
11271         (and_reg_cond): Likewise.
11272         * ifcvt.c (cond_exec_process_if_block): Likewise.
11273         * doc/tm.texi (REVERSE_CONDEXEC_PREDICATES_P): Update documentation.
11274
11275 2004-08-29  Richard Earnshaw  <rearnsha@arm.com>
11276
11277         * sched-deps.c (get_condition): Rewrite using jump support functions.
11278         Use reversed_comparison_code.
11279         (conditions_mutex_p): Use reversed_comparison_code.
11280
11281 2004-08-29  Richard Sandiford  <rsandifo@redhat.com>
11282
11283         * config/mips/mips.c (override_options): Disable hot/cold partitioning
11284         for MIPS16.
11285
11286 2004-08-29  Richard Sandiford  <rsandifo@redhat.com>
11287
11288         * config/mips/mips.h (mips_builtins, mips_cmp_choice): Delete.
11289         (mips_function_type): Move to mips.c.
11290         * config/mips/mips.c (mips_builtin_type): New enum.
11291         (builtin_description): Replace code and ftype with builtin_type
11292         and function_type.
11293         (DIRECT_BUILTIN, CMP_SCALAR_BUILTINS, CMP_PS_BUILTINS, CMP_4S_BUILTINS)
11294         (MOVTF_BUILTINS, CMP_BUILTINS): New macros.
11295         (CODE_FOR_mips_abs_ps): Define.
11296         (mips_bdesc): Use new macros.
11297         (mips_expand_builtin): Use builtin_type.  Update calls to subroutines.
11298         (mips_init_builtins): Use the mips_bdesc[] index as the function code.
11299         (mips_expand_builtin_direct): New function.
11300         (mips_expand_builtin_movtf): Renamed from mips_expand_ps_cond_move_
11301         builtin.  Replace boolean parameter with builtin_type.
11302         (mips_expand_compare_builtin, mips_expand_scalar_compare_builtin)
11303         (mips_expand_4s_compare_builtin): Delete, replacing with...
11304         (mips_expand_builtin_compare): ...this new function.
11305
11306 2004-08-29  Mark Mitchell  <mark@codesourcery.com>
11307
11308         PR rtl-optimization/16590
11309         * gcse.c (pre_delete): Do not create invalid REG_EQUAL notes.
11310
11311 2004-08-29  Diego Novillo  <dnovillo@redhat.com>
11312
11313         * tree-ssa-ccp.c (ccp_visit_stmt): Remove #if 0 guards.
11314         * tree-ssa-propagate.c: Fix documentation.
11315
11316 2004-08-29  Richard Sandiford  <rsandifo@redhat.com>
11317
11318         * config/mips/mips.md (*mov[sd]f_on_*): Redefine using :SCALARF.
11319         (mov[sd]fcc): Likewise.
11320
11321 2004-08-29  Richard Sandiford  <rsandifo@redhat.com>
11322
11323         * config/mips/mips.md (cmp[sd]f): Redefine using :SCALARF.
11324
11325 2004-08-29  Richard Sandiford  <rsandifo@redhat.com>
11326
11327         * config/mips/mips.md (divide_condition): New mode attribute.
11328         (div[sd]f3, *div[sd]f3): Use it.  Redefine using :SCALARF.
11329         (sqrt[sd]f3): Redefine using SCALARF.
11330         (*recip[sd]f3, *rsqrt<mode>[ab]): Likewise.  Name formerly unnamed
11331         patterns.
11332
11333 2004-08-29  Richard Sandiford  <rsandifo@redhat.com>
11334
11335         * config/mips/mips.md (ANYF, SCALARF): New mode macros.
11336         (loadx, storex, fmt, UNITMODE): New mode attributes.
11337         (add{sf,df,v2sf}3, sub{sf,df,v2sf}3): Redefine using :ANYF.
11338         (mul[sd]f3): Redefine using :SCALARF.
11339         (*mul[sd]f3): Renamed from mul[sd]f3_internal.  Use :SCALARF.
11340         (*mul[sd]3_r4300): Likewise mul[sd]f3_r4300.
11341         (*m{add,sub}{sf,df,v2sf}3): Name formerly unnamed patterns.  Use :ANYF.
11342         Check TARGET_FUSED_MADD for V2SF too.
11343         (*nm{add,sub}{sf,df,v2sf}3{,_fastmath}): Likewise, except v2sf patterns
11344         were already named.
11345         (abs{sf,df,v2sf}3, neg{sf,df,v2sf}3): Redefine using :ANYF.
11346         (*[sl][wd]xc1_[sd]i): Redefine using :ANYF.
11347
11348 2004-08-29  Richard Sandiford  <rsandifo@redhat.com>
11349
11350         * config/mips/mips.c (mips_init_builtins): Simplify.  Only create
11351         V2SF_type_node if it will be needed.
11352
11353 2004-08-29  Richard Sandiford  <rsandifo@redhat.com>
11354
11355         * config/mips/mips.h (MIPS_CMP_MOVT, MIPS_CMP_MOVF): Delete.
11356         * config/mips/mips.c (mips_prepare_builtin_arg): New function.
11357         (mips_prepare_builtin_target): New function.
11358         (mips_expand_builtin): Use them.  Update calls to subroutines.
11359         (mips_expand_ps_cond_move_builtin): Use the new functions.  Replace
11360         cmp_choice with a boolean argument to select between movt and movf.
11361         Take the comparison's icode as an argument, not the function's fcode.
11362         (mips_expand_compare_builtin): New function.  Rename existing function
11363         to mips_expand_scalar_compare_builtin.
11364         (mips_expand_scalar_compare_builtin, mips_expand_4s_compare_builtin)
11365         (mips_expand_ps_compare_builtin): Use the new functions.  Take the
11366         comparison's icode as an argument, not the builtin's fcode.
11367
11368 2004-08-29  Richard Sandiford  <rsandifo@redhat.com>
11369
11370         * config/mips/mips.c (print_operand): Remove '%Y' and '%y'.
11371         (mips_expand_4s_compare_builtin): Redefine CCV4 to be 0 if all
11372         registers are false and -1 if all registers are true.
11373         (mips_expand_ps_compare_builtin): Likewise CCV2.  Use subregs for
11374         MIPS_CMP_UPPER and MIPS_CMP_LOWER.
11375         * config/mips/mips.md (mips_cond_move_tf_ps): Use %Q rather than %y.
11376         (bc1any4t, bc1any4f): Adjust for new CCV4 interpretation.
11377         (bc1any2t, bc1any2f): Likewise CCV2.
11378         (bc1upper2t, bc1lower2t, bc1upper2f, bc1lower2f): Delete.
11379
11380 2004-08-29  Richard Sandiford  <rsandifo@redhat.com>
11381
11382         * config/mips/mips.md (UNSPEC_MOVE_TF_PS): New.
11383         * config/mips/mips-ps-3d.md (mips_cond_move_tf_ps): Express as an
11384         UNSPEC rather than an IF_THEN_ELSE.
11385         * config/mips/mips.c (mips_expand_ps_cond_move_builtin): Emit
11386         mips_cond_move_tf_ps by name.
11387
11388 2004-08-29  Chao-ying Fu  <fu@mips.com>
11389             James E Wilson  <wilson@specifixinc.com>
11390
11391         * config/mips/mips-modes.def (V2SF, CCV2, CCV4): New modes. Give CCV2
11392         8 byte size and alignment.  Give CCV4 16 byte size and alignment.
11393         * config/mips/mips-ps-3d.md: New file.
11394         * config/mips/mips.c (TARGET_VECTOR_MODE_SUPPORTED_P,
11395         TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
11396         (mips_const_insns): Handle CONST_VECTOR the same as CONST_DOUBLE.
11397         (mips_output_move): Emit "mov.ps" for V2SFmode.
11398         (mips_arg_info): Add checks for VECTOR_FLOAT_TYPE_P and
11399         MODE_VECTOR_FLOAT.
11400         (override_options): Check if TARGET_MIPS3D and there was an explicit
11401         !TARGET_PAIRED_SINGLE_FLOAT.  Set MASK_PAIRED_SINGLE, if TARGET_MIPS3D.
11402         Check if TARGET_FLOAT64 and TARGET_HARD_FLOAT are both true, when
11403         TARGET_PAIRED_SINGLE_FLOAT is true.  Check if the ISA supports
11404         TARGET_PAIRED_SINGLE_FLOAT.  Allow MODE_VECTOR_FLOAT in fp registers,
11405         and allow CCV2 and CCV4 to occupy two and four CC registers.
11406         (print_fcc_operand): New function.
11407         (print_operand): Add %Y, %y, %V, %v, %Q for CCV2, CCV4, CC.  Modify
11408         %Z to call print_fcc_operand.
11409         (mips_function_value): Handle MODE_VECTOR_FLOAT.
11410         (mips_class_max_nregs): Check for ST_REGS, and handle CCmodes.
11411         (mips_vector_mode_supported_p): New function.
11412         (mips_hard_regno_nregs): Check for ST_REG_P, and handle CCmodes.
11413         (builtin_description): New struct.
11414         (mips_bdesc): New array of struct builtin_description.
11415         (mips_expand_builtin, mips_init_builtins,
11416         mips_expand_ps_cond_move_builtin, mips_expand_4s_compare_builtin,
11417         mips_expand_compare_builtin, mips_expand_ps_compare_builtin): New
11418         functions.
11419         * config/mips/mips.h (MASK_PAIRED_SINGLE, MASK_MIPS3D): New defines.
11420         (TARGET_PAIRED_SINGLE_FLOAT, TARGET_MIPS3D): New defines.
11421         (TARGET_CPU_CPP_BUILTINS): Add __mips_paired_single_float.
11422         (TARGET_SWITCHES): Added "-mpaired-single", "-mno-paired-single",
11423         "-mips3d", and "-mno-mips3d".
11424         (ASM_SPEC): Map -mips3d to -mips3d in gas.
11425         (EXTRA_CONSTRAINT_Y): New macro.
11426         (EXTRA_CONSTRAINT_STR): Renamed from EXTRA_CONSTRAINT.  Add new
11427         multi-letter constraint 'Y'.
11428         (CONSTRAINT_LEN): New macro.
11429         (enum mips_builtins): New for MIPS builtin functions.
11430         (enum mips_function_type): New for the types of MIPS builtin functions.
11431         (enum mips_cmp_choice): New for the MIPS comparison builtin functions.
11432         * config/mips/mips.md: New constants for paired single and MIPS-3D
11433         instructions.  Include the new mips-ps-3d.md file.
11434         (addv2sf3, subv2sf3, mulv2sf3, absv2sf2, negv2sf2, movv2sf,
11435         movv2sf_hardfloat_64bit): New named patterns.
11436         (madd.ps, msub.ps, nmaddv2sf, nmaddv2sf_fastmath, nmsubv2sf,
11437         nmsubv2sf_fastmath, ldxc1_v2sf_si, ldxc1_v2sf_di, sdxc1_v2sf_si,
11438         sdxc1_v2sf_di): New unnamed patterns.
11439         * config/mips/predicates.md (const_0_operand, const_1_operand): Add
11440         const_vector support.
11441         (const_0_or_1_operand): New predicate.
11442         * doc/invoke.texi (MIPS Options): Add -mpaired-single and -mips3d.
11443
11444 2004-08-29  Diego Novillo  <dnovillo@redhat.com>
11445
11446         * Makefile.in (OBJS-common): Add tree-ssa-propagate.o
11447         (tree-ssa-propagate.o): New rule.
11448         (GTFILES): Add tree-ssa-propagate.c.
11449         * tree-flow.h (struct stmt_ann_d): Remove field
11450         in_ccp_worklist.
11451         * tree-ssa-propagate.c: New file.
11452         * tree-ssa-propagate.h: New file.
11453         * tree-ssa-ccp.c: Re-write to use the routines from
11454         tree-ssa-propagate.c.
11455
11456 2004-08-28  Andrew Pinski  <apinski@apple.com>
11457
11458         * tree-ssa-loop.c: Remove extra include of basic-block.h.
11459
11460 2004-08-28  Ziemowit Laski  <zlaski@apple.com>
11461
11462         * c-common.h: Update comments about ObjC/ObjC++ entry points.
11463         (objc_is_reserved_word): New prototype.
11464         (get_current_scope, objc_mark_locals_volatile): Move prototypes to
11465         separate section; these are call-backs.
11466         * c-lex.c (c_lex_with_flags): Call objc_is_reserved_word() to detect
11467         ObjC/ObjC++ "@" keywords.
11468         * c-tree.h (get_current_scope, objc_mark_locals_volatile): Remove
11469         prototypes; they already live in c-common.h.
11470         * stub-objc.c: Update copyright notice.
11471         (objc_is_reserved_word): New stub.
11472
11473 2004-08-28  Nathan Sidwell  <nathan@codesourcery.com>
11474
11475         * system.h (gcc_assert): Remove __builtin_expect.  Evaluate EXPR
11476         even when not checking.
11477
11478 2004-08-27  Jason Merrill  <jason@redhat.com>
11479
11480         PR c++/13684
11481         * gimplify.c (gimplify_cleanup_point_expr): Handle CLEANUP_EH_ONLY.
11482         (gimple_push_cleanup): Add eh_only parm.
11483         (gimplify_target_expr): Pass it.
11484         * c.opt (-fno-threadsafe-statics): New option.
11485         * c-opts.c (c_common_handle_option): Handle it.
11486         * c-common.h (flag_threadsafe_statics): Declare it.
11487         * c-common.c (flag_threadsafe_statics): Record it.
11488         * doc/invoke.texi: Document it.
11489         * tsystem.h (_GNU_SOURCE): Define.
11490         * gthr-posix.h (__gthread_recursive_mutex_t): New typedef.
11491         (__GTHREAD_RECURSIVE_MUTEX_INIT): New macro.
11492         (__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION): New macro.
11493         (__gthread_recursive_mutex_init_function): New fn.
11494         (__gthread_recursive_mutex_lock): New fn.
11495         (__gthread_recursive_mutex_trylock): New fn.
11496         (__gthread_recursive_mutex_unlock): New fn.
11497         * gthr-solaris.h, gthr-single.h, gthr-dce.h: Likewise.
11498         * gthr-win32.h, gthr-vxworks.h: Likewise.
11499         * gthr.h: Document.
11500
11501 2004-08-27  David Edelsohn  <edelsohn@gnu.org>
11502
11503         * config/rs6000/rs6000.c (rs6000_override_options): Increase
11504         maximum skip to 15.  Set function alignment, jump alignment, and
11505         loop alignment to 16 for processors that form dispatch groups.
11506         (rs6000_rtx_costs): outer_code is used.
11507
11508 2004-08-27  Nathan Sidwell  <nathan@codesourcery.com>
11509
11510         * stor-layout.c (sizetype_set): Remove.
11511         (set_sizetype): Don't test or set it.
11512
11513         * tree.h (size_int_type): Remove.
11514         * fold-const.c: Do not #include gt-fold-const.h.
11515         (size_htab_hash, size_htab_eq): Remove.
11516         (size_int_kind): Use build_int_cst.
11517         (new_const, size_htab): Remove.
11518         (size_int_type): Remove.
11519         (round_up): Use build_int_cst.
11520         (round_down): Likewise. Remove spurious constant build.
11521
11522 2004-08-27  Nathan Sidwell  <nathan@codesourcery.com>
11523
11524         * configure.ac: Add ENABLE_ASSERT_CHECKING control.
11525         Add is_release variable, use it for --enable-werror and
11526         --enable-checking defaults.
11527         * system.h (gcc_assert, gcc_unreachable): New.
11528         * doc/install.texi (--enable-checking): Update.
11529         * configure, config.in: Rebuilt.
11530
11531 2004-08-26  Richard Sandiford  <rsandifo@redhat.com>
11532
11533         * rtl.h (read_rtx): Change prototype.
11534         * read-rtl.c (read_rtx): Provide the caller with both an rtx and a
11535         line number.  Return true on success.
11536         * gensupport.c (process_include, init_md_reader_args_cb): Adjust
11537         callers accordingly.
11538
11539 2004-08-26  Richard Henderson  <rth@redhat.com>
11540
11541         * c-typeck.c (build_offsetof): Remove.
11542         * c-tree.h (build_offsetof): Remove.
11543         * c-common.c (fold_offsetof_1, fold_offsetof): New.
11544         * c-common.h (fold_offsetof): Declare.
11545         * c-parse.in (offsetof_base): New.
11546         (offsetof_member_designator): Use it.  Build references, not just
11547         a tree list.
11548         (primary): Use fold_offsetof, not build_offsetof.
11549
11550 2004-08-26  Richard Henderson  <rth@redhat.com>
11551
11552         * tree.c (staticp): Return the static object.
11553         * tree.h (staticp): Update decl.
11554         * langhooks.h (struct lang_hooks): Change staticp return type to tree.
11555         * langhooks.c (lhd_staticp): Return NULL_TREE.
11556         * langhooks-def.h (lhd_staticp): Update decl.
11557         * c-common.c (c_staticp): Return the static object.
11558         * c-common.h (c_staticp): Update decl.
11559
11560 2004-08-26  Richard Henderson  <rth@redhat.com>
11561
11562         * config/alpha/alpha.h (HARD_REGNO_MODE_OK): Allow complex float
11563         modes.
11564
11565 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
11566
11567         PR c/13801
11568         * c-decl.c (struct c_binding): Add type and inner_comp fields.
11569         (bind): Set type and inner_comp fields.
11570         (pop_scope): Restore type of decl to the correct type from an
11571         outer scope.  Give error when popping file scope for incomplete
11572         arrays completed incompatibly with default initialization in an
11573         inner scope.
11574         (diagnose_mismatched_decls): Handle externs with initializers at
11575         block scope.
11576         (pushdecl): Set type of external declaration at block scope based
11577         only on the visible declarations.  Save type when changing the
11578         type of a declaration.  Merge an external declaration at block
11579         scope with a visible static declaration at file scope.
11580         (implicitly_declare): Give recycled old declaration the new type
11581         except for incompatible declarations of built-in functions, saving
11582         the old type.
11583
11584 2004-08-26  Ziemowit Laski  <zlaski@apple.com>
11585
11586         * c-parse.in (OBJC_TYPE_QUAL): New %token for ObjC use.
11587
11588 2004-08-26  Daniel Berlin  <dberlin@dberlin.org>
11589
11590         * tree-alias-common.c (gate_pta): New function.
11591         (pass_build_pta): Use it.
11592         (pass_del_pta): Use it.
11593         (delete_alias_vars): Don't check flag_tree_points_to.
11594
11595 2004-08-26  Fariborz Jahanian  <fjahanian@apple.com>
11596
11597         * config/rs6000/rs6000.h (HARD_REGNO_CALL_PART_CLOBBERED): Added
11598         TFmode as additional register mode cloberred by call.
11599
11600 2004-08-26  Fariborz Jahanian  <fjahanian@apple.com>
11601
11602         * config/rs6000/rs6000.c (rs6000_libcall_value): Generate
11603         parallel pattern for library call returning DImode in
11604         mixed mode.
11605
11606 2004-08-26  Fariborz Jahanian  <fjahanian@apple.com>
11607
11608         * config/rs6000/rs6000.c (function_arg): Generate parallel
11609         pattern for more split args.
11610
11611 2004-08-26  Fariborz Jahanian  <fjahanian@apple.com>
11612
11613         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Call
11614         either gen_movdi_di_update or gen_movdi_si_update depending on
11615         target mode.
11616         * config/rs6000/rs6000.md (movdi_update): Changed to movdi_<mode>_update,
11617         to generate two versions.
11618
11619 2004-08-26  Daniel Berlin  <dberlin@dberlin.org>
11620
11621         * Makefile.in (lambda-code.o): New.
11622         (lambda-trans.o): Ditto.
11623         (TREE_DATA_REF_H): Ditto.
11624         (LAMBDA_H): Ditto.
11625         (lambda-mat.o): Use LAMBDA_H.
11626         (tree-data-ref.o): Ditto.
11627         * lambda-code.c: New file.  Lambda code generation algorithm.
11628         * lambda-trans.c: Ditto. Lambda transformation matrix support.
11629         * lambda.h: Add lambda loop structures.
11630         Add lambda loopnest structures.
11631         Add lambda body vector structure.
11632         Add lambda linear expression structures.
11633         Add prototypes for functions in new files.
11634         * lambda-mat.c: Include tree.h
11635
11636 2004-08-26  Daniel Berlin <dberlin@dberlin.org>
11637             Sebastian Pop  <pop@cri.ensmp.fr>
11638
11639         * tree-data-ref.h: Include lambda.h
11640         (free_dependence_relation): Declared here.
11641         (free_dependence_relations): Ditto.
11642         (free_data_refs): Ditto.
11643         * tree-data-ref.c (free_dependence_relation): New function.
11644         (free_dependence_relations): Ditto.
11645         (free_data_refs): Ditot.
11646         (analyze_all_data_dependences): Free datarefs and dependence_relations.
11647         (build_classic_dist_vector): Store in the dependence_relations the
11648         information. Each arc in the dependence_relations graph is labelled
11649         with the distance and direction vectors.
11650         (build_classic_dir_vector): Ditto.
11651         (compute_rw_wr_ww_dependences): Renamed again compute_all_dependences.
11652         Now computes again the whole dependence graph including read-read
11653         relations.
11654         (compute_data_dependences_for_loop): Now dependence_relations contains
11655         all the data, and thus it doesn't need to initialize the classic_dir
11656         and classic_dist vectors.
11657         (analyze_all_data_dependences): Adjusted for using the new interface of
11658         compute_data_dependences_for_loop.  Remove the statistics dump.
11659
11660 2004-08-26  Bob Wilson  <bob.wilson@acm.org>
11661
11662         * config/xtensa/xtensa.c (xtensa_ld_opcodes, xtensa_st_opcodes): Delete.
11663         (xtensa_expand_block_move): Update comment.
11664         (override_options): Remove initialization of xtensa_{ld,st}_opcodes.
11665
11666 2004-08026  Richard Earnshaw  <rearnsha@arm.com>
11667
11668         PR target/13506
11669         * toplev.c (crash_signal): If we crashed while emitting
11670         a user asm, then die more gracefully.
11671
11672 2004-08-26  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
11673
11674         PR target/17119.
11675         * config/m32r.c (gen_compare): Use reg_or_int16_operand when
11676         checking for a valid constant, regardless of sign.
11677
11678 2004-08-25  Richard Henderson  <rth@redhat.com>
11679
11680         PR target/16974
11681         * config/alpha/alpha.md (adddi_fp_hack): Don't rely on splitting
11682         if the constant satisfies add_operand.
11683
11684 2004-08-25  Richard Henderson  <rth@redhat.com>
11685
11686         PR debug/10695
11687         * config/alpha/alpha.c (emit_frame_store_1, emit_frame_store): New.
11688         (alpha_expand_prologue): Handle >32-bit frames.  Generate proper
11689         unwind info for >16-bit frames.
11690
11691 2004-08-25  Richard B. Kreckel  <richard.kreckel@framatome-anp.com>
11692
11693         PR target/17171
11694         * config/i386/gas.h (ASM_COMMENT_START): Define to "#".
11695
11696 2004-08-25  Richard Henderson  <rth@redhat.com>
11697
11698         * config/alpha/alpha.c (alpha_cannot_force_const_mem): New.
11699         (TARGET_CANNOT_FORCE_CONST_MEM): New.
11700
11701 2004-08-25  Andrew MacLeod  <amacleod@redhat.com>
11702
11703         * doc/tree-ssa.texi: Document new operand iterator.
11704
11705 2004-08-26  Alan Modra  <amodra@bigpond.net.au>
11706
11707         PR target/16480
11708         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Don't abort
11709         on "(mem (symbol_ref ..))" rtl.  Look at LO_SUM base regs as well
11710         as PLUS base regs.
11711
11712 2005-08-28  Paul Brook  <paul@codesourcery.com>
11713
11714         * config/arm/symbian.h (SUBTARGET_ASM_FLOAT_SPEC): Default to
11715         -mfpu=vfp -march=armv5t
11716         * config/arm/t-symbian: Change multilib to mfloat-abi=softfp.
11717
11718 2004-08-25  Richard Henderson  <rth@redhat.com>
11719
11720         * target-def.h (TARGET_SCALAR_MODE_SUPPORTED_P): New.
11721         * target.h (struct gcc_target): Add scalar_mode_supported_p.
11722         * targhooks.c (default_scalar_mode_supported_p): New.
11723         * targhooks.h (default_scalar_mode_supported_p): Declare.
11724         * doc/tm.texi (TARGET_SCALAR_MODE_SUPPORTED_P): Document.
11725
11726         * c-common.c (handle_mode_attribute): Query scalar_mode_supported_p
11727         before attempting to create types.  Tidy.
11728         * expr.c (vector_mode_valid_p): Use scalar_mode_supported_p.
11729
11730         * config/alpha/alpha.c (alpha_scalar_mode_supported_p): New.
11731         (TARGET_SCALAR_MODE_SUPPORTED_P): New.
11732
11733 2004-08-25  Richard Henderson  <rth@redhat.com>
11734
11735         * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
11736         set REAL_MODE_FORMAT for TFmode.
11737
11738 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
11739
11740         * c-decl.c (grokparm): New function.
11741         * c-tree.h (grokparm): New prototype.
11742
11743 2004-08-25  Andrew MacLeod  <amacleod@redhat.com>
11744
11745         * tree-ssa-operands.h (struct ssa_operand_iterator_d): New.  SSA operand
11746         iterator controlling structure.
11747         (SSA_OP_USE, SSA_OP_DEF, SSA_OP_VUSE, SSA_OP_VMAYUSE, SSA_OP_VMAYDEF,
11748         SSA_OP_VMUSTDEF, SSA_OP_VIRTUAL_USES, SSA_OP_VIRTUAL_DEFS,
11749         SSA_OP_ALL_USES, SSA_OP_ALL_DEFS, SSA_OP_ALL_OPERANDS): New.  Operand
11750         iterator flags.
11751         (FOR_EACH_SSA_TREE_OPERAND): New.  Iterate over operands as trees.
11752         (FOR_EACH_SSA_USE_OPERAND): New.  Iterate over operands as uses.
11753         (FOR_EACH_SSA_DEF_OPERAND): New.  Iterate over operands as defs.
11754         (FOR_EACH_SSA_MAYDEF_OPERAND): New.  Iterate over V_MAY_DEFs.
11755         * tree-ssa-operands.c (NULL_DEF_OPERAND_P, NULL_USE_OPERAND_P): New.
11756         Empty operand pointers.
11757         * tree-flow-inline.h (op_iter_done): New.  Return true if finished.
11758         (op_iter_next_use): New.  Return next use_operand_p.
11759         (op_iter_next_def): New.  Return next def_operand_p.
11760         (op_iter_next_tree): New.  Return next operands as a tree.
11761         (op_iter_init): New.  Initialize an iterator structure.
11762         (op_iter_init_use): New.  Initialize structure and get the first use.
11763         (op_iter_init_def): New.  Initialize structure and get the first def.
11764         (op_iter_init_tree): New.  Initialize structure and get the first tree.
11765         (op_iter_next_maydef): New.  Return next V_MAY_DEF operands.
11766         (op_iter_init_maydef): New.  Initialize structure and get the first
11767         V_MAY_DEF operands.
11768         * tree-cfg.c (tree_duplicate_bb): Use new operand iterator.
11769         * tree-dfa.c (compute_immediate_uses_for_stmt,
11770         redirect_immediate_uses): Use new operand iterator.
11771         (v_may_defs_disappeared_p, v_must_defs_disappeared_p): Delete.
11772         (mark_new_vars_to_rename): Use new operand iterator.  Count virtual
11773         operands instead of using *_disappeared_p routines.
11774         * tree-into-ssa.c (mark_def_sites, ssa_mark_def_sites, rewrite_stmt,
11775         ssa_rewrite_stmt): Use new operand iterator.
11776         * tree-outof-ssa.c (check_replaceable, find_replaceable_in_bb,
11777         rewrite_trees): Use new operand iterator.
11778         * tree-pretty-print.c (dump_vops): Use new operand iterator.
11779         * tree-sra.c (mark_all_v_defs): Use new operand iterator.
11780         * tree-ssa-alias.c (compute_points_to_and_addr_escape,
11781         dump_points_to_info): Use new operand iterator.
11782         * tree-ssa-ccp.c (cp_lattice_meet, visit_stmt, initialize,
11783         replace_uses_in, replace_vuse_in, likely_value, set_rhs): Use new
11784         operand iterator.
11785         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary,
11786         propagate_necessity): Use new operand iterator.
11787         * tree-ssa-dom.c (cprop_into_stmt, optimize_stmt): Use operand iterator.
11788         (register_definitions_for_stmt): Use new operand iterator.  Take stmt as
11789         a parameter instead of a stmt_ann_t.
11790         * tree-ssa-live.c (create_ssa_var_map, calculate_live_on_entry,
11791         build_tree_conflict_graph): Use new operand iterator.
11792         * tree-ssa-loop-im.c (determine_max_movement, single_reachable_address,
11793         rewrite_mem_refs): Use new operand iterator.
11794         * tree-ssa-loop-manip.c (find_uses_to_rename_stmt,
11795         check_loop_closed_ssa_use): Use new operand iterator.
11796         * tree-ssa.c (verify_ssa, replace_immediate_uses): Use operand iterator.
11797         * tree-ssanames.c (release_defs): Use new operand iterator.
11798         * tree-vectorizer.c (vect_create_data_ref): Use new operand iterator.
11799
11800 2004-08-25  Adam Nemet  <anemet@lnxw.com>
11801
11802         * tlink.c (initial_cwd): New variable.
11803         (tlink_init): Initialize it.
11804         (recompile_files): Use tlink_execute() instead of system().  Don't
11805         duplicate verbose output of collect_execute.  Restore initial_cwd.
11806         Update comment before the function.
11807
11808 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
11809
11810         * c-typeck.c (build_c_cast): In ObjC, always preserve (and silently
11811         accept) a cast from one Objective-C pointer type to another.
11812
11813 2004-08-25  Paolo Carlini  <pcarlini@suse.de>
11814
11815         * doc/install.texi: Document that libstdc++-v3 requires
11816         now automake 1.9.1.
11817
11818 2004-08-25  Caroline Tice  <ctice@apple.com>
11819
11820         * bb-reorder.c (partition_hot_cold_basic_blocks):  Add more details
11821         to comments at start of function.
11822         * cfgbuild.c (make_edges):  Add more details to hot/cold partitioning
11823         comment.
11824         * cfgcleanup.c (try_simplify_condjump, try_forward_edges,
11825         merge_blocks_move_predecessor_nojumps,
11826         merge_blocks_move_successor_nojumps, merge_blocks_move,
11827         try_crossjump_to_edge, try_crossjump_bb): Likewise.
11828         * cfglayout.c (fixup_reorder_chain): Likewise.
11829         * cfgrtl.c (rtl_can_merge_blocks, try_redirect_by_replacing_jump,
11830         cfg_layout_can_merge_blocks_p):  Likewise.
11831         * ifcvt.c (find_if_case_1, find_if_case_2): Likewise.
11832         * passes.c (rest_of_compilation): Update comments for calling
11833         optimization that partitions hot/cold basic blocks.
11834         * doc/invoke.texi:  Update documentation of
11835         freorder-blocks-and-partition flag.
11836
11837 2004-08-25  Richard Sandiford  <rsandifo@redhat.com>
11838
11839         * config/mips/mips.md (reg): Renamed mode attribute from ccreg.
11840         (*mov*_on_*): Adjust accordingly.  Add an explicit MOVECC: prefix.
11841
11842 2004-08-25  Richard Sandiford  <rsandifo@redhat.com>
11843
11844         * config/mips/mips.md (any_shift): New code macro.
11845         (optab, insn): New code attributes.
11846         ({ashl,ashr,lshr}[sd]i3): Redefine using :GPR and any_shift.
11847         Use the standard rather than internal patterns for the MIPS16
11848         double-shift optimization.
11849         (*{ashl,ashr,lshr}[sd]i3): New names for the non-mips16 shift patterns.
11850         Redefine using :GPR and any_shift.
11851         (*{ashl,ashr,lshr}si3_extend): Generalize ashlsi3_internal1_extend
11852         to cover all three shifts.
11853         (*{ashl,ashr,lshr}si3_mips16): New names for the mips16 SImode shifts.
11854         Redefine using any_shift.  Use :GPR and any_shift to combine splitters.
11855         (*{ashl,ashr,lshr}di3_mips16): New names for the mips16 DImode shifts.
11856
11857 2004-08-24  Geoffrey Keating  <geoffk@apple.com>
11858
11859         * gimplify.c (lookup_tmp_var): Separate temporaries when not
11860         optimizing.
11861
11862 2004-08-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11863
11864         PR libstdc++/17005 (fix for HP-UX 11.11)
11865         * config.gcc (hppa*-*-*): Move MASK_BIG_SWITCH to target_cpu_default2.
11866         (hppa*-*-hpux*): Consolidate hppa1.0-*-* code.  Rework handling of
11867         tm_file including pa-hpux1010.h or pa-hpux1111.h when appropriate.
11868         * config/pa/pa-hpux1010.h, config/pa/pa-hpux1111.h: New files.
11869         * config/pa/pa-hpux.h (TARGET_HPUX): Define.
11870         (LINK_SPEC): Handle march=1.0 option.
11871         * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Predefine _XOPEN_UNIX
11872         and _XOPEN_SOURCE_EXTENDED for UNIX 95.
11873         (SUBTARGET_OPTIONS): New define.
11874         (LINK_SPEC): Handle march=1.0 option.
11875         (STARTFILE_SPEC): New define.
11876         * config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Predefine _XOPEN_UNIX
11877         and _XOPEN_SOURCE_EXTENDED for UNIX 95.  Additionally, predefine
11878         _INCLUDE__STDC_A1_SOURCE and _INCLUDE_XOPEN_SOURCE_500 for UNIX 98.
11879         (SUBTARGET_OPTIONS): New define.
11880         (LINK_SPEC): Handle march=1.0 option.
11881         (STARTFILE_SPEC): New define.
11882         * config/pa/pa.c (override_options): Add code to process -munix= option.
11883         * config/pa/pa.h (pa_unix_string, flag_pa_unix): Declare.
11884         (TARGET_HPUX, TARGET_HPUX_10_10, TARGET_HPUX_11_11): Provide default
11885         defines.
11886         (TARGET_OPTIONS): Add SUBTARGET_OPTIONS to option list.
11887         (SUBTARGET_OPTIONS): Provide default define.
11888         * config/pa/pa64-hpux.h (STANDARD_STARTFILE_PREFIX_1,
11889         STANDARD_STARTFILE_PREFIX_2): New defines.
11890         (STARTFILE_SPEC): Provide unix95.o or unix98.o startfiles as necessary.
11891         (ENDFILE_SPEC): Use %O.
11892         * doc/install.texi (hppa*-*-hpux*): Reword paragraph on -g and gas.
11893         Mention issue caused by changing namespace and runtime to UNIX 95/98.
11894         * doc/invoke.texi (HPPA options): Move misplaced text to FRV options.
11895         Document -munix=std option.
11896
11897 2004-08-25  Steven Bosscher  <stevenb@suse.de>
11898
11899         * cse.c (cse_around_loop, cse_check_loop_start,
11900         cse_set_around_loop): Remove.
11901         (cse_basic_block): Remove the around_loop argument.
11902         (cse_end_of_basic_block): Remove the after_loop argument.
11903         (cse_main): Likewise.
11904         * rtl.h (cse_main): Update prototype.
11905         * passes.c (rest_of_handle_cse, rest_of_handle_cse2,
11906         rest_of_handle_gcse): Update cse_main calls.
11907
11908 2004-08-25  Nathan Sidwell  <nathan@codesourcery.com>
11909
11910         * tree.h  (build_int_cst): New, sign extended constant.
11911         (build_int_cstu): New, zero extended constant.
11912         (build_int_cst_wide): Renamed from build_int_cst.
11913         * tree.c (build_int_cst, build_int_cstu): New.
11914         (build_int_cst_wide): Renamed from build_int_cst.
11915         (make_vector_type, build_common_tree_nodes,
11916         build_common_tree_nodes_2): Adjust build_int_cst calls.
11917         * builtins.c (expand_builtin_prefetch, expand_builtin_strstr,
11918         expand_builtin_strpbrk, expand_builtin_fputs,
11919         build_string_literal, expand_builtin_printf,
11920         expand_builtin_sprintf, fold_builtin_classify_type,
11921         fold_builtin_lround, fold_builtin_bitop, fold_builtin_isascii,
11922         fold_builtin_toascii, fold_builtin_isdigit,
11923         simplify_builtin_strstr, simplify_builtin_strpbrk,
11924         fold_builtin_fputs, simplify_builtin_sprintf): Likewise.
11925         * c-common.c (start_fname_decls, fix_string_type, shorten_compare,
11926         DEF_ATTR_INT): Likewise.
11927         * c-decl.c (complete_array_type, check_bitfield_type_and_width):
11928         Likewise.
11929         * c-lex.c (interpret_integer, lex_charconst): Likewise.
11930         * c-parse.in (primary) <TYPES_COMPATIBLE_P> Likewise.
11931         * c-pretty-print.c (pp_c_integer_constant): Likewise.
11932         * c-typeck.c (really_start_incremental_init, push_init_level,
11933         set_nonincremental_init_from_string): Likewise.
11934         * calls.c (load_register_parameters): Likewise.
11935         convert.c (convert_to_pointer): Likewise.
11936         coverage.c (coverage_counter_alloc, tree_coverage_counter_ref,
11937         build_fn_info_type, build_fn_info_value, build_ctr_info_value,
11938         build_gcov_info): Likewise.
11939         * except.c (init_eh, assign_filter_values): Likewise.
11940         * expmed.c (store_fixed_bit_field, extract_bit_field,
11941         extract_fixed_bit_field, extract_split_bit_field, expand_shift,
11942         expand_mult_const, expand_mult_highpart_adjust, extract_high_half,
11943         expand_sdiv_pow2, expand_divmod, make_tree): Likewise.
11944         * expr.c (convert_move, emit_group_load, emit_group_store,
11945         expand_assignment, store_constructor, store_field,
11946         expand_expr_real_1, reduce_to_bit_field_precision): Likewise.
11947         fold-const.c (force_fit_type, int_const_binop, fold_convert_const,
11948         invert_truthvalue, optimize_bit_field_compare,
11949         decode_field_reference, all_ones_mask_p, constant_boolean_node,
11950         fold_div_compare, fold, fold_read_from_constant_string,
11951         fold_negate_const, fold_abs_const, fold_not_const, round_up,
11952         round_down): Likewise.
11953         * function.c (assign_parm_setup_block): Likewise.
11954         * stmt.c (shift_return_value, expand_case, estimate_case_costs):
11955         Likewise.
11956         * stor-layout.c (layout_type, initialize_sizetypes,
11957         set_min_and_max_values_for_integral_type): Likewise.
11958         * tree-chrec.c (chrec_fold_multiply_poly_poly,
11959         reset_evolution_in_loop): Likewise.
11960         * tree-chrec.h (build_polynomial_chrec): Likewise.
11961         * tree-complex.c (build_replicated_const): Likewise.
11962         * tree-eh.c (honor_protect_cleanup_actions,
11963         lower_try_finally_onedest, lower_try_finally_copy,
11964         lower_try_finally_switch): Likewise.
11965         * tree-mudflap.c (mf_build_string, mx_register_decls,
11966         mudflap_register_call, mudflap_enqueue_constant): Likewise.
11967         * tree-nested.c (get_trampoline_type, get_nl_goto_field): Likewise.
11968         * tree-pretty-print.c (dump_generic_node): Likewise.
11969         * tree-ssa-ccp.c (widen_bitfield, maybe_fold_offset_to_array_ref):
11970         Likewise.
11971         * tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Likewise.
11972         * tree-ssa-loop-niter.c (number_of_iterations_cond,
11973         loop_niter_by_eval, upper_bound_in_type, lower_bound_in_type):
11974         Likewise.
11975         * tree-ssa-loop-ivcanon.c (create_canonical_iv,
11976         canonicalize_loop_induction_variables): Likewise.
11977         * tree-vectorizer.c (vect_create_index_for_array_ref,
11978         vect_transform_loop_bound, vect_compute_data_ref_alignment):
11979         Likewise.
11980
11981         * config/alpha/alpha.c (alpha_initialize_trampoline, alpha_va_start,
11982         alpha_gimplify_va_arg_1): Likewise.
11983         * config/arm/arm.c (arm_get_cookie_size): Likewise.
11984         * config/c4x/c4x.c (c4x_gimplify_va_arg_expr): Likewise.
11985         * config/i386/i386.c (ix86_va_start, ix86_gimplify_va_arg): Likewise.
11986         * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
11987         * config/mips/mips.c (mips_build_builtin_va_list, mips_va_start,
11988         mips_gimplify_va_arg_expr): Likewise.
11989         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
11990         * config/rs6000/rs6000.c (rs6000_va_start, rs6000_gimplify_va_arg,
11991         add_compiler_branch_island): Likewise.
11992         * config/s390/s390.c (s390_va_start): Likewise.
11993         * config/sh/sh.c (sh_va_start): Likewise.
11994         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start):
11995         Likewise.
11996         * config/xtensa/xtensa.c (xtensa_va_start,
11997         xtensa_gimplify_va_arg_expr): Likewise.
11998
11999         * objc/objc-act.c (build_objc_string_object,
12000         build_objc_symtab_template, init_def_list, init_objc_symtab,
12001         init_module_descriptor, generate_static_references,
12002         build_selector_translation_table, get_proto_encoding,
12003         build_typed_selector_reference, build_selector_reference,
12004         build_next_objc_exception_stuff,
12005         build_method_prototype_list_template, generate_descriptor_table,
12006         generate_protocols, build_protocol_initializer,
12007         build_ivar_list_template, build_method_list_template,
12008         build_ivar_list_initializer, generate_ivars_list,
12009         generate_dispatch_table, generate_protocol_list,
12010         build_category_initializer, build_shared_structure_initializer,
12011         generate_shared_structures, handle_impent,
12012         generate_objc_image_info): Likewise.
12013
12014 2004-04-25  Paolo Bonzini  <bonzini@gnu.org>
12015
12016         * cfglayout.c (duplicate_insn_chain): Remove references to
12017         NOTE_INSN_LOOP_VTOP and NOTE_INSN_LOOP_CONT.
12018         * cfgloop.h (struct loop): Remove fields vtop, cont and cont_dominator.
12019         * cfgrtl.c (rtl_delete_block): Remove handling of NOTE_INSN_LOOP_CONT.
12020         * final.c (final_scan_insn): Remove references to NOTE_INSN_LOOP_VTOP
12021         and NOTE_INSN_LOOP_CONT.
12022         * insn-notes.def (NOTE_INSN_LOOP_VTOP, NOTE_INSN_LOOP_CONT): Remove.
12023         * jump.c (squeeze_notes): Remove references to NOTE_INSN_LOOP_VTOP
12024         and NOTE_INSN_LOOP_CONT.
12025         * loop.c (scan_loops, find_and_verify_loops, for_each_insn_in_loop,
12026         check_dbra_loop, loop_dump_aux): Remove references to removed notes
12027         and fields.
12028         * reorg.c (mostly_true_jump): Do not rely on NOTE_INSN_LOOP_VTOPs.
12029         * unroll.c (unroll_loop, copy_loop_body, loop_iterations): Remove
12030         references to removed notes and fields.
12031         (subtract_reg_term, ujump_to_loop_cont): Remove.
12032
12033 2004-08-25  Paolo Bonzini  <bonzini@gnu.org>
12034
12035         * doc/install.texi: Document that libcpp does not require
12036         Automake any longer.  Document that Automake 1.9.1 should
12037         work everywhere.
12038
12039 2004-08-25  Zack Weinberg  <zack@codesourcery.com>
12040
12041         * flags.h (enum debug_info_type): Remove DWARF_DEBUG.
12042         * defaults.h (PREFERRED_DEBUGGING_TYPE): Remove check for
12043         DWARF_DEBUGGING_INFO from choice-of-definition chain;
12044         restructure using C89 features (#elif, #error).
12045         * c-lex.c, final.c, opts.c, config/cris/cris.c, config/frv/frv.c
12046         * config/sh/sh.h: Remove references to DWARF_DEBUG.
12047         * doc/invoke.texi: Remove references to DWARF version 1;
12048         clarify why -gdwarf-2<n> doesn't work.
12049
12050 2004-08-25  Zack Weinberg  <zack@codesourcery.com>
12051
12052         * basic-block.h (BB_SET_PARTITION): Clear old value first.
12053         * cfg.c (clear_bb_flags): Don't clear partition setting.
12054         * ifcvt.c (find_if_case_1): Remove ??? comment.
12055
12056 2004-08-25  Alan Modra  <amodra@bigpond.net.au>
12057
12058         PR target/17052
12059         * config/rs6000/rs6000.h (machine_function): Remove sysv_varargs_p.
12060         * config/rs6000/sysv4.h (RS6000_VARARGS_AREA): Use
12061         current_function_stdarg in place of sysv_varargs_p.
12062         * config/rs6000/rs6000.c (setup_incoming_varargs): Don't set
12063         sysv_varargs_p.
12064
12065 2004-08-24  Richard Henderson  <rth@redhat.com>
12066
12067         PR target/16298
12068         * config/i386/i386.c (legitimate_constant_p): Rework to not accept
12069         random codes within CONST.
12070
12071 2004-08-24  James E Wilson  <wilson@specifixinc.com>
12072
12073         * Makefile.in (STAGEFEEDBACK_FLAGS_TO_PASS): Remove
12074         -freorder-blocks-and-partition.
12075
12076 2004-08-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12077
12078         PR middle-end/17044
12079         * tree-ssa-threadupdate.c (redirection_data): Make static.
12080         (thread_block): Use ggc_alloc_cleared to allocate struct
12081         redirection_data.  Don't free elements in redirection_data.
12082
12083 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
12084
12085         * config/mips/predicates.md (small_data_pattern): Match prefetches.
12086
12087 2004-08-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12088
12089         PR tree-optimization/17016
12090         * tree-ssa-loop-niter.c (number_of_iterations_cond,
12091         number_of_iterations_exit): Use POINTER_TYPE_P instead
12092         of testing for POINTER_TYPE.
12093
12094 2004-08-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12095
12096         * tree-ssa-loop-ivcanon.c: New file.
12097         * tree-ssa-loop-manip.c (create_iv): New function.
12098         * Makefile.in (tree-ssa-loop-ivcanon.o): Add.
12099         (tree-ssa-loop.o, tree-ssa-loop-manip.o): Add SCEV_H dependency.
12100         * cfgloop.c (mark_single_exit_loops): New function.
12101         (verify_loop_structure): Verify single-exit loops.
12102         * cfgloop.h (struct loop): Add single_exit field.
12103         (LOOPS_HAVE_MARKED_SINGLE_EXITS): New constant.
12104         (mark_single_exit_loops): Declare.
12105         (tree_num_loop_insns): Declare.
12106         * cfgloopmanip.c (update_single_exits_after_duplication): New function.
12107         (duplicate_loop_to_header_edge): Use it.
12108         * common.opt (fivcanon): New flag.
12109         * timevar.def (TV_TREE_LOOP_IVCANON, TV_COMPLETE_UNROLL): New timevars.
12110         * tree-cfg.c (tree_find_edge_insert_loc): Return newly created block.
12111         (bsi_commit_edge_inserts_1): Pass null to tree_find_edge_insert_loc.
12112         (bsi_insert_on_edge_immediate): New function.
12113         * tree-flow.h (bsi_insert_on_edge_immediate,
12114         canonicalize_induction_variables, tree_unroll_loops_completely,
12115         create_iv): Declare.
12116         * tree-optimize.c (init_tree_optimization_passes): Add
12117         pass_iv_canon and pass_complete_unroll.
12118         * tree-pass.h (pass_iv_canon, pass_complete_unroll): Declare.
12119         * tree-scalar-evolution.c (get_loop_exit_condition,
12120         get_exit_conditions_rec, number_of_iterations_in_loop,
12121         scev_initialize): Use single_exit information.
12122         * tree-ssa-loop-niter.c (number_of_iterations_cond): Record
12123         missing assumptions.
12124         (loop_niter_by_eval):  Return number of iterations as unsigned
12125         int.
12126         * tree-ssa-loop.c (tree_ssa_loop_init): Mark single exit loops.
12127         (tree_ssa_loop_ivcanon, gate_tree_ssa_loop_ivcanon, pass_iv_canon,
12128         tree_complete_unroll, gate_tree_complete_unroll, pass_complete_unroll):
12129         New passes.
12130         (tree_ssa_loop_done): Call free_numbers_of_iterations_estimates.
12131         * tree-ssanames.c (make_ssa_name): Allow creating ssa name before
12132         the defining statement is ready.
12133         * tree-vectorizer.c (vect_create_iv_simple): Removed.
12134         (vect_create_index_for_array_ref, vect_transform_loop_bound):
12135         Use create_iv.
12136         (vect_transform_loop_bound): Use single_exit information.
12137         (vect_analyze_loop_form): Cleanup bogus tests.
12138         (vectorize_loops): Do not call flow_loop_scan.
12139         * tree.h (may_negate_without_overflow_p): Declare.
12140         * fold-const.c (may_negate_without_overflow_p): Split out from ...
12141         (negate_expr_p): ... this function.
12142         (tree_expr_nonzero_p): Handle overflowed constants correctly.
12143         * doc/invoke.texi (-fivcanon): Document.
12144         * doc/passes.texi: Document canonical induction variable creation.
12145
12146 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
12147
12148         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): Delete.
12149         * config/mips/mips.c (print_operand): Fold %B/%b handling into %T/%t,
12150         using the mode of the operand to decide between them.
12151         * config/mips/mips.md (MOVECC): New mode macro.
12152         (ccreg): New mode attribute.
12153         (*mov{si,di,sf,df}_on_{cc,si,di}): Name formerly unnamed patterns.
12154         Redefine using :GPR and :MOVECC.  Use %T and %t for the condition.
12155         (mov[sd]icc): Redefine using :GPR.
12156
12157 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
12158
12159         * config/mips/mips-protos.h (mips_emit_prefetch): Delete.
12160         (mips_prefetch_cookie): New function.
12161         * config/mips/mips.c (print_operand_address): Fix handling of
12162         ADDRESS_CONST_INT.
12163         (mips_emit_prefetch): Delete.
12164         (mips_prefetch_cookie): New function.
12165         * config/mips/mips.md (prefetch): Turn into a define_insn.  Use a
12166         mode of QImode for the address_operand.  Use mips_prefetch_cookie
12167         to calculate the first "pref" operand.
12168         (prefetch_[sd]i, prefetch_[sd]i_address): Delete.
12169         (prefetch_indexed_[sd]i): Redefine using :P.  Use mips_prefetch_cookie.
12170
12171 2004-08-24  Richard Earnshaw  <rearnsha@arm.com>
12172
12173         * arm.md: Include predicates.md.
12174         * predicates.md: New file.
12175         * arm.c (s_register_operand, arm_hard_register_operand)
12176         (arm_general_register_operand, f_register_operand, reg_or_int_operand)
12177         (arm_immediate_operand, arm_neg_immediate_operand)
12178         (arm_not_immediate_operand, arm_rhs_operand, arm_rhsm_operand)
12179         (arm_add_operand, arm_addimm_operand, arm_not_operand)
12180         (offsettable_memory_operand, alignable_memory_operand)
12181         (arm_reload_memory_operand, arm_float_rhs_operand)
12182         (arm_float_add_operand, vfp_compare_operand, arm_float_compare_operand)
12183         (index_operand, shiftable_operator, logical_binary_operator)
12184         (shift_operator, equality_operator, arm_comparison_operator)
12185         (minmax_operator, cc_register, dominant_cc_register)
12186         (arm_extendqisi_mem_op, power_of_two_operand, nonimmediate_di_operand)
12187         (di_operand, nonimmediate_soft_df_operand, soft_df_operand)
12188         (const_shift_operand, load_multiple_operation)
12189         (store_multiple_operation, multi_register_push, thumb_cmp_operand)
12190         (thumb_cmpneg_operand, thumb_cbrch_target_operand)
12191         (cirrus_register_operand, cirrus_fp_register)
12192         (cirrus_shift_const): Delete, replaced with equivalents in
12193         predicates.md.
12194         (shift_op): Handle ROTATE.
12195         * arm-protos.h: Delete declarations for above.
12196         * arm.h (PREDICATE_CODES, SPECIAL_MODE_PREDICATES): Delete.
12197         * t-arm (MD_INCLUDES): Add predicates.md.
12198         (s-preds): Depends on MD_INCLUDES.
12199
12200 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
12201
12202         * config/mips/mips.c (mips_gen_conditional_trap): Fix mode.
12203         * config/mips/mips.md (*conditional_trap[sd]i): Name previously unnamed
12204         patterns.  Redefine using :GPR.  Give the match_operator a mode.
12205         Use '%2' rather than '%z2' for operand 2.
12206
12207 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
12208
12209         * config/mips/mips.md (load_call[sd]i): Redefine using :P.  Add mode
12210         attribute.
12211
12212 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
12213
12214         * config/mips/mips.md (indirect_jump): Use force_reg.  Adjust names
12215         of internal patterns.
12216         (indirect_jump[sd]i): Renamed from indirect_jump_internal[12].
12217         Redefine using :P.
12218         (tablejump): Use expand_binop to calculate address.  Adjust names
12219         of internal patterns.
12220         (tablejump[sd]i): Renamed from tablejump_internal[12].
12221         Redefine using :P.
12222         (tablejump_mips16[12]): Delete.
12223
12224 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
12225
12226         * config/mips/mips.md (*seq_[sd]i, *seq_[sd]i_mips16, *sne_[sd]i)
12227         (*sgt_[sd]i, *sgt_[sd]i_mips16, *sge_[sd]i, *slt_[sd]i)
12228         (*slt_[sd]i_mips16, *sle_[sd]i, *sle_[sd]i_mips16, *sgtu_[sd]i)
12229         (*sgtu_[sd]i_mips16, *sge_[sd]i, *sltu_[sd]i, *sltu_[sd]i_mips16)
12230         (*sleu_[sd]i, *sleu_[sd]i_mips16): Redefine using :GPR.
12231
12232 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
12233
12234         * config/mips/mips.md (cmpsi, cmpdi): Redefine using :GPR.
12235         (*branch_zero[sd]i): Renamed from branch_zero{,_di}.  Redefine
12236         using :GPR.
12237         (*branch_zero[sd]i_inverted): Likewise branch_zero{,_di}_inverted.
12238         (*branch_equality[sd]i): Likewise branch_equality{,_di}.
12239         (*branch_equality[sd]i_inverted): Likewise
12240         branch_equality{,_di}_inverted.
12241         (*branch_equality[sd]i_mips16): Name formerly unnamed patterns.
12242         Redefine using :GPR.
12243
12244 2004-08-24  Zack Weinberg  <zack@codesourcery.com>
12245
12246         * rtl.def: Reorganize, placing all codes used only in machine
12247         descriptions at the end.
12248
12249         * rtl.def: Wrap MD-only codes in #ifdef GENERATOR_FILE.
12250         * gengtype.c: Don't include rtl.h.  Define enum rtx_code and
12251         rtx_name, rtx_format arrays by direct reference to rtl.def,
12252         first undefining GENERATOR_FILE.  Define enum insn_note and
12253         note_insn_name array by direct reference to insn-notes.def.
12254         (adjust_field_rtx_def): Remove local definition of rtx_name.
12255         Use symbolic names for insn notes.
12256         * Makefile.in (gengtype.o): Update dependencies.
12257
12258 2004-08-24  Zack Weinberg  <zack@codesourcery.com>
12259
12260         * basic-block.h (struct basic_block_def): Reorder fields to
12261         eliminate interior padding.  Remove 'partition' field.
12262         (BB_DISABLE_SCHEDULE, BB_HOT_PARTITION, BB_COLD_PARTITION)
12263         (BB_UNPARTITIONED, BB_PARTITION, BB_SET_PARTITION)
12264         (BB_COPY_PARTITION): New macros.
12265         * bb-reorder.c, cfgcleanup.c, cfglayout.c, cfgrtl.c, ifcvt.c
12266         Replace all references to the 'partition' field of a basic
12267         block with new macros.
12268
12269         * insn-notes.def: Delete NOTE_INSN_DISABLE_SCHED_OF_BLOCK.
12270         * final.c (final_scan_insn): Don't handle it.
12271         * modulo-sched.c: Set BB_DISABLE_SCHEDULE flag on g->bb
12272         instead of emitting a NOTE_INSN_DISABLE_SCHED_OF_BLOCK note.
12273         * sched-rgn.c (sched_is_disabled_for_current_region_p):
12274         Look for a BB_DISABLE_SCHEDULE flag on the block instead of a note.
12275
12276 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
12277
12278         * c-decl.c (c_init_decl_processing): Adjust
12279         build_common_tree_nodes call.
12280         * expmed.c (const_mult_add_overflow_p): Use
12281         build_distinct_type_copy.
12282         * stor-layout.c (early_type_list): Remove.
12283         (layout_type): Don't append to early_type_list.
12284         (initialize_sizetypes): Add signed_p argument.
12285         (set_sizetype): Overwrite the stub type nodes directly.
12286         * tree.c (copy_node_stat): Clear a type's value cache here ...
12287         (build_distinct_type): ... not here.
12288         (build_common_tree_nodes): Add signed_sizetype argument. Adjust.
12289         * tree.h (initialize_sizetypes): Add signed_p argument.
12290         (build_common_tree_nodes): Likewise.
12291
12292         * objc/objc-act.c (get_static_reference): Use
12293         build_variant_type_copy.
12294         (get_protocol_reference): Likewise.
12295         * objc/objc-act.h (TREE_STATIC_TEMPLATE): Use TREE_PRIVATE.
12296
12297 2004-08-24  Richard Henderson  <rth@redhat.com>
12298             Andrew Pinski  <apinski@apple.com>
12299
12300         * gimplify.c (gimplify_array_ref_to_plus): Delete.
12301         (gimplify_addr_expr): Do not call gimplify_array_ref_to_plus
12302         for ARRAY_REF.
12303
12304         * config/rs6000/rs6000.c (altivec_expand_builtin): Go passed
12305         ARRAY_REF also to get to the STRING_CST.
12306
12307 2004-08-24  Paul Brook  <paul@codesourcery.com>
12308
12309         * config/arm/arm.c (arm_override_options): Update error message.
12310         * config/arm/arm.h (TARGET_HARD_FLOAT): Rename to
12311         TARGET_HARD_FLOAT_ABI.
12312         (TARGET_SOFT_FLOAT_ABI): Rename to TARGET_HARD_FLOAT.
12313         (LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Use TARGET_HARD_FLOAT_ABI.
12314
12315 2004-08-24  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
12316
12317         PR target/17093
12318         * config/m32r.md (movsi_sda): Add SI mode specification to
12319         UNSPEC.
12320
12321 2004-08-24  Nick Clifton  <nickc@redhat.com>
12322
12323         * config/m32r/m32r.h (PREDICATE_CODES): Remove duplicate definition
12324         of seth_add3_operand.
12325
12326 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
12327
12328         * Makefile.in (PROTO_OBJS): Add errors.o.
12329         * protoize.c (fancy_abort): Remove.
12330         * mips-tfile.c (fancy_abort): Add parameters.
12331
12332 2004-08-24  Jonathan Wakely  <redi@gcc.gnu.org>
12333
12334         * doc/trouble.texi (C++ misunderstandings): Fix example code.
12335
12336 2004-08-24  Andreas Tobler  <a.tobler@schweiz.ch>
12337
12338         * Makefile.in (HOOKS_H): Add dependency on MACHMODE_H.
12339         (host-default.o): Add dependency on HOOKS_H.
12340         * config/x-linux: Likewise.
12341         * config/x-solaris: Likewise.
12342         * config/i386/x-mingw32: Likewise.
12343         * config/rs6000/x-darwin: Likewise.
12344
12345 2004-08-23  James E Wilson  <wilson@specifixinc.com>
12346
12347         * reg-notes.def (REG_NOTE): In comment, change DEF_INSN_NOTE to
12348         DEF_REG_NOTE.
12349
12350 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
12351
12352         PR c/14492
12353         * dwarf2out.c (loc_descriptor_from_tree): Robustify.
12354
12355 2004-08-23  Diego Novillo  <dnovillo@redhat.com>
12356
12357         * cfg.c (check_bb_profile): Fix typos.
12358         * function.c (assign_parm_is_stack_parm): Likewise.
12359         * tree-nested.c: Likewise.
12360
12361 2004-08-23  Daniel Jacobowitz  <dan@debian.org>
12362
12363         * ggc-zone.c (struc alloc_chunk): Rearrange flag bits and SIZE.
12364         Remove TYPECODE.
12365         (ggc_alloc_zone_1): Mark TYPE as unused.  Don't save it in the chunk.
12366
12367 2004-08-23  Eric Christopher  <echristo@redhat.com>
12368
12369         * defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro.
12370         * system.h (VECTOR_MODE_SUPPORTED_P): Poison.
12371         * target-def.h (TARGET_VECTOR_MODE_SUPPORTED_P): Define.
12372         * target.h: Ditto.
12373         * hooks.h: Include machmode.h.
12374         (hook_bool_mode_false): Declare.
12375         * hooks.c (hook_bool_mode_false): Define.
12376         * expr.c (vector_mode_valid_p): Use targetm.vector_mode_supported_p.
12377         * stor-layout.c (layout_type): Ditto.
12378         * config/alpha/alpha.c (alpha_vector_mode_supported_p): New function.
12379         Define to target macro.
12380         * config/alpha/alpha.h (VECTOR_MODE_SUPPORTED_P): Delete.
12381         * config/arm/arm.c: Ditto. Use.
12382         * config/arm/arm.h: Ditto.
12383         * config/arm/arm-protos.h: Ditto.
12384         * config/i386/i386.c: Ditto.
12385         * config/i386/i386.h: Ditto.
12386         * config/rs6000/rs6000.c: Ditto.
12387         * config/rs6000/rs6000.h: Ditto.
12388         * config/sh/sh.c: Ditto.
12389         * config/sh/sh.h: Ditto.
12390         * config/sh/sh-protos.h: Ditto.
12391         * config/sh/sh.md: Use.
12392         * doc/tm.texi: Move documentation for VECTOR_MODE_SUPPORTED_P
12393         to TARGET_VECTOR_MODE_SUPPORTED_P.
12394
12395 2004-08-23  Nathan Sidwell  <nathan@codesourcery.com>
12396
12397         * Makefile.in (BUILD_ERRORS): Set to build-errors.
12398         (errors.o): New target for host.
12399         (build-errors.o): New target for build.
12400         (genobjs): Replace errors.o with build-errors.
12401         (gengenrtl$(buildexeext)): Add $(BUILD_ERRORS).
12402         (GCOV_OBJS, GCOV_DUMP_OBJS): Add errors.o.
12403         (fix-headers$(build_exeext)): Add $(BUILD_ERRORS).
12404         (fix-header.o): Add errors.h
12405         * collect2.c (fancy_abort): Add parameters.
12406         * collect2.h (fancy_abort): Don't declare.
12407         * errors.h (fancy_abort): Don't declare.
12408         * errors.c: Include either bconfig.h or config.h.
12409         (fancy_abort): Trim filename.
12410         * fix-header.c (v_fatal, fatal): Remove.
12411         (progname): Remove definition.
12412         (main): Set progname here.
12413         * gcc.c (fancy_abort): Add parameters.
12414         * gcc.h (fancy_abort): Remove declaration.
12415         * gcov.c (fancy_abort): Remove.
12416         * rtl.h (fancy_abort): Don't declare.
12417         (abort): Don't define.
12418         * tree.h (fancy_abort): Don't declare.
12419         (abort): Don't define.
12420         * system.h (fancy_abort): Declare.
12421         (abort): Define to fancy_abort.
12422         * fixinc/Makefile.in (ALLOBJ): Add ../build-errors.o
12423
12424         * tree.h (enum size_type_kind): Remove USIZETYPE, UBITSIZETYPE.
12425         (usize_type, ubitsizetype): Remove.
12426         * stor-layout.c (set_sizetype): Don't initialize usizetype,
12427         ubitsizetype.
12428         * fold-const.c (size_diffop): TYPE can never be ubitsizetype.
12429
12430         * tree.h (build_distinct_type_copy): New.
12431         (build_type_copy): ... here.  Rename to ...
12432         (build_variant_type_copy): ... here.
12433         * tree.c (build_qualified_type): Rename build_type_copy call.
12434         (build_distinct_type_copy): New, broken out of ...
12435         (build_type_copy): ... here.  Rename to ...
12436         (build_variant_type_copy): ... here.  Use
12437         build_distinct_type_copy.
12438         (build_common_tree_nodes_2): Rename build_type_copy call.
12439         * c-common.c (c_common_nodes_and_builtins): Rename build_type_copy
12440         call.
12441         (handle_packed_attribute, handle_unused_attribute,
12442         handle_transparanet_union_attribute, handle_aligned_attribute,
12443         handle_deprecated_attribute): Likewise.
12444         * c-decl.c (clone_underlying_type, store_parm_decls_oldstyle):
12445         Likewise.
12446         * config/arm/arm.c (arm_handle_isr_attribyte): Likewise.
12447         * config/rs6000/rs6000.c (rs6000_init_builtins): Use
12448         build_distinct_type_copy.
12449
12450 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
12451
12452         * config/mips/mips.md (mfhilo_[sd]i): Redefine using :GPR.  Add mode
12453         attribute.
12454
12455 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
12456
12457         * config/mips/mips.md (length): Don't use mips_fetch_insns for indexed
12458         loads and stores.
12459         (*lwxc1_<mode>, *ldxc1_<mode>, *swxc1_<mode>, *sdxc1_<mode>): Name
12460         formerly unnamed patterns.  Redefine using :P for the address.  Remove
12461         explicit length attributes.
12462
12463 2004-08-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12464
12465         * tree-ssa-loop-im.c (fem_single_reachable_address, for_each_memref):
12466         New functions.
12467         (single_reachable_address): Use them.
12468         (schedule_sm): Add dump.
12469         (is_call_clobbered_ref): New function.
12470         (determine_lsm_reg): Check whether the reference is call clobbered.
12471         Only work for gimple_reg_type values.
12472
12473 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
12474
12475         * config/mips/mips.md (*mov<mode>_ra): Name previously unnamed MIPS16
12476         $31 store insns.  Redefine using :GPR.
12477
12478 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
12479
12480         * config/mips/mips.md (P): New mode macro.
12481         (*xgot_hi[sd]i, *xgot_lo[sd]i, *got_disp[sd]i, *got_page[sd]i)
12482         (*load_got[sd]i, *low[sd]i, *low[sd]i_mips16): Redefine using :P.
12483         Add mode attributes.
12484
12485 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
12486
12487         * config/mips/mips.md (UNSPEC_[LS][WD][LR]): Delete in favor of...
12488         (UNSPEC_{LOAD,STORE}_{LEFT,RIGHT}): ...these new constants.  Shuffle
12489         later constants to cover the gap.
12490         (load, store): New mode attributes.
12491         (mov_l[wd]l, mov_l[wd]r, mov_s[wd]l, mov_s[wd]r): Redefine using :GPR.
12492         Use new unspec constants.
12493
12494 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
12495
12496         * config/mips/mips.md (one_cmpl[sd]i2): Redefine using :GPR.
12497         (and[sd]3, ior[sd]i3, xor[sd]i3): Likewise.  Change 32-bit patterns
12498         to use register_operand rather than uns_arith_operand as the predicate
12499         for operand 1.  Remove redundant MIPS16 force_reg() for operand 1.
12500         (*and[sd]i3, *ior[sd]i3, *xor[sd]i3): Name formerly unnamed patterns.
12501         Redefine using :GPR.  Make same predicate change here.  Extend the
12502         commutativity of operands 1 and 2 from the SImode version to the
12503         DImode one.
12504         (*and[sd]i3_mips16, *ior[sd]i3_mips16, *xor[sd]i3_mips16): Likewise,
12505         but with no predicate changes.
12506         (*nor[sd]i3): Redefine using :GPR.
12507
12508 2004-08-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12509
12510         * tree-ssa-operands.c (get_call_expr_operands): Add VUSE operands for
12511         noreturn functions.
12512
12513 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
12514
12515         * config/mips/mips.h (ISA_HAS_DCLZ_DCLO): Delete.
12516         * config/mips/mips.md (abs[sd]i2): Redefine using :GPR.  Only use
12517         branch-likely insns for absdi2 if GENERATE_BRANCHLIKELY.  Use "%."
12518         rather than "%z2" (with a fake const0_rtx for operand 2).
12519         (ffs[sd]i2): Redefine using :GPR.
12520         (clz[sd]i2): Likewise.  Use ISA_HAS_CLO_CLZ for the 64-bit case.
12521
12522 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
12523
12524         * config/mips/mips.md ({,u}divmod[sd]i4): Redefine using :GPR.
12525
12526 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
12527
12528         * config/mips/mips.md (any_extend): New code macro.
12529         (u, su): New code attributes.
12530         ({,u}mulsidi3, {,u}mulsidi3_32bit_internal, {,u}mulsidi3_32bit_r4000)
12531         ({u,s}mulsi3_highpart, {u,s}mulsi3_highpart_internal)
12532         ({u,s}mulsi3_highpart_mulhi_internal, {s,u}muldi3_highpart)
12533         (*{s,u}mul_acc_di): Redefine using any_extend.
12534         (*{,u}muls_di, *{s,u}msac_di): Likewise.  Change names of patterns
12535         to reflect real insn names.
12536         (*mulsidi3_64bit, *mulsidi3_64bit_parts): Replace use of match_operator
12537         with an any_extend template.
12538         ({u,s}mulsi3_highpart_neg_mulhi_internal): Redefine using any_extend.
12539         Add '*' to name.
12540
12541 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
12542
12543         * config/mips/mips.h (GENERATE_MULT3_SI): Check TARGET_MAD.
12544         * config/mips/mips.md (mul[sd]i3, mul[sd]i3_internal)
12545         (mul[sd]i3_r4000): Redefine using :GPR.
12546         (mulsi3_mult3): Don't check TARGET_MAD separately.
12547         (muldi3_mult3): Moved after mulsi_mult3.
12548
12549 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
12550
12551         * config.gcc (mips-*-*): Remove definitions of MASK_GAS and
12552         OBJECT_FORMAT_ELF.  Set MASK_SPLIT_ADDR by default if using GNU ld.
12553         * config/mips/mips.h (MASK_GAS): Delete.  Shuffle later masks down.
12554         (TARGET_GAS, TARGET_MIPS_AS): Delete.
12555         (TARGET_GPWORD): Define to true for n32 on IRIX.
12556         (TARGET_SWITCHES): Remove -mmips-as.  Turn -mgas into a no-op.
12557         (MIPS_AS_ASM_SPEC, SUBTARGET_MIPS_AS_ASM_SPEC): Delete.
12558         (GAS_ASM_SPEC): Delete, folding into ASM_SPEC.
12559         (ASM_ABI_DEFAULT_SPEC, TARGET_ASM_SPEC): Delete.
12560         (MDEBUG_ASM_SPEC): Delete, folding into...
12561         (SUBTARGET_ASM_DEBUGGING_SPEC): ...here.
12562         (ASM_SPEC): Inline old GAS_ASM_SPEC.  Use GNU names for ABI switches.
12563         (EXTRA_SPECS): Remove mips_as_asm_spec, gas_asm_spec, target_asm_spec,
12564         subtarget_mips_as_asm_spec, mdebug_asm_spec.  Use MULTILIB_ABI_DEFAULT
12565         to define asm_abi_default_spec.
12566         (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP): Delete.
12567         (TARGET_ASM_SELECT_SECTION): Delete.
12568         * config/mips/mips.c (MIPS_MAX_FIRST_STACK_STEP): Define to 0x7ff0
12569         for non-mips16 code, removing previous workaround for SGI assemblers.
12570         (TARGET_ASM_INTEGER, mips_assemble_integer): Delete.
12571         (TARGET_ASM_ALIGNED_DI_OP): Define this instead.
12572         (override_options): Remove !TARGET_GAS and !have_named_sections code.
12573         (print_operand): Fold TARGET_GAS conditionals into asm strings.
12574         (mips_output_filename): Remove !TARGET_GAS code.  Replace use of
12575         ASM_STABS_OP and ASM_STABN_OP.
12576         (mips_file_start): Remove TARGET_MIPS_AS/TARGET_GAS checks.
12577         (mips_output_aligned_decl_common): Remove mention of SGI o32 assembler.
12578         (mips_output_function_prologue): Remove !TARGET_GAS code.
12579         (mips_select_rtx_section): Remove !have_named_sections code.
12580         (mips_select_section): Delete.
12581         * config/mips/mips.md (trap): Remove !TARGET_GAS check.
12582         * config/mips/linux.h (TARGET_DEFAULT): Remove use of MASK_GAS.
12583         * config/mips/sdb.h (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF): Delete.
12584         (PUT_SDB_BLOCK_START, PUT_SDB_BLOCK_END): Fold TARGET_GAS conditional.
12585         * config/mips/vxworks.h (ASM_SPEC): As for mips.h.
12586         * config/mips/windiss.h (ASM_SPEC): Likewise.
12587
12588 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
12589
12590         * read-rtl.c (map_value, mapping, macro_group): New structures.
12591         (BELLWETHER_CODE): New macro.
12592         (modes, codes, bellwether_codes): New variables.
12593         (find_mode, uses_mode_macro_p, apply_mode_macro, find_code)
12594         (uses_code_macro_p, apply_code_macro, apply_macro_to_string)
12595         (apply_macro_to_rtx, uses_macro_p, add_condition_to_string)
12596         (add_condition_to_rtx, apply_macro_traverse, add_mapping)
12597         (add_map_value, initialize_macros): New functions.
12598         (def_hash, def_hash_eq_p): Generalize to anything that points to,
12599         or starts with, a char * field.
12600         (find_macro, read_mapping, check_code_macro): New functions.
12601         (read_rtx_1): New, split out from read_rtx.  Handle the new
12602         define_{mode,code}_{macro,attr} constructs.  Use find_macro
12603         to parse the name of a code or mode.  Use BELLWETHER_CODE to
12604         extract the format and to choose a suitable code for rtx_alloc.
12605         Modify recursive invocations to use read_rtx_1.
12606         (read_rtx): Call initialize_macros.  Apply code and mode macros
12607         to the rtx returned by read_rtx_1.  Cache everything after the
12608         first macro expansion for subsequent read_rtx calls.
12609         * doc/md.texi: Document new .md constructs.
12610         * config/mips/mips.md (GPR): New mode macro.
12611         (d, si8_di5): New mode attributes.
12612         (any_cond): New code macro.
12613         (add[sd]i3): Redefine using :GPR.
12614         (*add[sd]i3): Likewise, renaming from add[sd]i3_internal.
12615         (*add[sd]i3_sp[12], *add<mode>3_mips16): Redefine using :GPR, naming
12616         previously unnamed MIPS16 patterns.
12617         (*addsi3_extended): Renamed from addsi3_internal_2.  Fix overly long
12618         lines.  Don't match (plus (const_int 0) ...).
12619         (*addsi3_extended_mips16): Name previously unnamed MIPS16 pattern.
12620         Use a define_split to generate the addition.
12621         (sub[sd]i3): Redefine using :GPR.  Turn subsi3 into a define_insn.
12622         (subsi3_internal): Delete.
12623         (*subsi3_extended): Renamed from subsi3_internal_2.
12624         (bunordered, bordered, bunlt, bunge, buneq, bltgt, bunle, bungt)
12625         (beq, bne, bgt, bge, blt, ble, bgtu, bgeu, bltu, bleu): Redefine
12626         using an any_cond template.
12627
12628 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
12629
12630         * read-rtl.c (read_rtx): Tidy use of format_ptr.
12631
12632 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
12633
12634         * read-rtl.c (string_obstack): New file-scope variable.
12635         (read_string, read_quoted_string, read_braced_string)
12636         (read_escape): Remove obstack parameter and use string_obstack instead.
12637         (read_rtx): Remove function-local rtl_obstack and initialize
12638         string_obstack instead.  Update call to read_string.
12639
12640 2004-08-22  Andrew Pinski  <apinski@apple.com>
12641
12642         PR c/15262
12643         * c-typeck.c (build_unary_op): Use &a.b if the foldded lowered
12644         expression is not constant.
12645         (c_finish_return): Do not go through INDIRECT_REF when looking
12646         for the inner expression of an ADDR_EXPR for warning about.
12647
12648 2004-08-22  Richard Henderson  <rth@redhat.com>
12649
12650         PR 17075
12651         * cfgexpand.c (expand_gimple_tailcall): Detect when we can both
12652         create new blocks and fall through.
12653         (expand_gimple_basic_block): Update to match.
12654
12655 2004-08-22  Ulrich Weigand  <uweigand@de.ibm.com>
12656
12657         * reload.c (find_reloads_address): Make return value tri-state.
12658         Return -1 if LEGITIMIZE_RELOAD_ADDRESS succeeded.
12659         (find_reloads): Assume that reloaded addresses match 'o' or
12660         EXTRA_MEMORY_CONSTRAINT constraints only if find_reloads_address
12661         returned 1 (not -1).  Omit optional reloads for address operands
12662         only if find_reloads_address returned 1 (not -1).
12663
12664         * config/s390/s390.c (legitimize_reload_address): New function.
12665         * config/s390/s390-protos.h (legitimize_reload_address): Declare.
12666         * config/s390/s390.h (LEGITIMIZE_RELOAD_ADDRESS): Define.  Call
12667         legitimize_reload_address.
12668
12669 2004-08-22  Richard Hendersion  <rth@redhat.com>
12670
12671         * tree.h (SAVE_EXPR_RESOLVED_P): New.
12672         * gimplify.c (gimplify_save_expr): Use it.
12673         * expr.c (expand_expr_real_1): Likewise.  Also set DECL_IGNORED_P
12674         on the temporary variable.
12675
12676 2004-08-22  Andrew Pinski  <pinskia@physics.uc.edu>
12677
12678         * fold-const.c (rtl_expr_nonnegative_p): Delete.
12679         * tree.h (rtl_expr_nonnegative_p): Remove.
12680
12681 2004-08-22  Steven Bosscher  <stevenb@suse.de>
12682
12683         * config/i386/ppro.md (ppro_complex_insn): Add missing check
12684         for cpu==pentiumpro.
12685
12686         * combine.c (struct reg_stat): Fix comment typo.
12687
12688 2004-08-22  Joseph S. Myers  <jsm@polyomino.org.uk>
12689
12690         * c-tree.h (c_sizeof_nowarn): Remove.
12691
12692 2004-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
12693
12694         * c-decl.c (set_array_declarator_type): Rename to
12695         set_array_declarator_inner.
12696         (build_c_parm, build_attrs_declarator, build_function_declarator):
12697         New functions.
12698         (make_pointer_declarator): Call build_attrs_declarator.
12699         * c-tree.h (set_array_declarator_type): Rename to
12700         set_array_declarator_inner.
12701         (build_c_parm, build_attrs_declarator, build_function_declarator):
12702         New prototypes.
12703         * c-parse.in (after_type_declarator,
12704         parm_declarator_starttypename, parm_declarator_nostarttypename,
12705         notype_declarator, absdcl_maybe_attribute, direct_absdcl1, parm,
12706         firstparm): Use these functions
12707
12708 2004-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
12709
12710         * c-decl.c (build_array_declarator, set_array_declarator_type,
12711         start_decl, grokdeclarator, grokparms): Change boolean parameters
12712         to type bool.
12713         * c-tree.h (build_array_declarator, set_array_declarator_type,
12714         start_decl): Update prototypes.
12715         * c-decl.c, c-parse.in: All callers changed.
12716
12717 2004-08-21  Mike Stump  <mrs@apple.com>
12718
12719         * config/rs6000/darwin.h (SUBTARGET_OPTIONS): Move from here, to...
12720         (darwin_fix_and_continue): Likewise.
12721         (darwin_fix_and_continue_switch): Likewise.
12722         * config/darwin.h (SUBTARGET_OPTIONS): ...here, to fix -mone-byte-bool.
12723         (darwin_fix_and_continue): Likewise.
12724         (darwin_fix_and_continue_switch): Likewise.
12725
12726 2004-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
12727
12728         PR  c++/16030
12729         * config/i386/winnt/c (gen_stdcall_suffix, gen_fastcall_suffix):
12730         Remove, merging into ...
12731         (gen_stdcall_or_fastcall_suffix): New function, returning tree
12732         rather than const char*, and accepting additional parameter.
12733         Don't add suffix to '*'-prefixed symbols or variadic functions.
12734         (i386_pe_encode_section_info): Adjust for call to new function.
12735         Call change_decl_assembler_name.
12736
12737 2004-08-20  Mike Stump  <mrs@apple.com>
12738
12739         * config/darwin.c (machopic_indirect_data_reference): Mark
12740         stubs as defined.
12741         * config/386/386.c (darwin_local_data_pic): Add.
12742         (legitimate_constant_p): Reorder so that PLUS handling runs
12743         before darwin_local_data_pic to match the ordering in
12744         legitimate_pic_address_disp_p and so that MINUS runs after
12745         darwin_local_data_pic as otherwise the darwin_local_data_pic
12746         logic can be skipped, which would be very bad.
12747         (legitimate_pic_address_disp_p): Move from from here to
12748         darwin_local_data_pic so it can be reused.
12749
12750 2004-08-21  Alan Modra  <amodra@bigpond.net.au>
12751
12752         * config/rs6000/linux64.h (DOT_SYMBOLS): Define.
12753         (CRT_CALL_STATIC_FUNCTION): Define !DOT_SYMBOLS version.
12754         (ASM_DECLARE_FUNCTION_SIZE): Modify for !DOT_SYMBOLS.
12755         (ASM_OUTPUT_SOURCE_LINE, DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Likewise.
12756         (RS6000_ABI_NAME): Define as "linux".
12757         (SUBSUBTARGET_OVERRIDE_OPTIONS): Set dot_symbols.
12758         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Select
12759         ABI_AIX when rs6000_abi_name is "linux" and TARGET_64BIT.
12760         * config/rs6000/rs6000-protos.h (rs6000_output_function_entry): Decl.
12761         * config/rs6000/rs6000.c (dot_symbols): New global var.
12762         (rs6000_output_function_entry): New function, modified for
12763         !DOT_SYMBOLS..
12764         (print_operand <case 'z'>): ..extracted from here.
12765         (rs6000_assemble_visibility): Modify for !DOT_SYMBOLS.
12766         (rs6000_output_function_epilogue): Likewise.
12767         (rs6000_elf_declare_function_name): Likewise.
12768         * config/rs6000/rs6000.h (DOT_SYMBOLS): Define.
12769         (ASM_WEAKEN_DECL, ASM_OUTPUT_DEF_FROM_DECLS): Modify for !DOT_SYMBOLS.
12770         * configure.ac (HAVE_LD_NO_DOT_SYMS): Add new AC_DEFINE.
12771         * configure: Regenerate.
12772         * config.in: Regenerate.
12773
12774 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
12775
12776         * reload.c (find_reloads_address): Fix thinko in previous change.
12777
12778         * reload.c (find_reloads_address): Reload the sum of a LO_SUM and
12779         a CONST_INT.
12780
12781 2004-08-20  Jakub Jelinek  <jakub@redhat.com>
12782
12783         PR rtl-optimization/17099
12784         * combine.c (force_to_mode): Check if inner_mask has any bits set
12785         outside of GET_MODE (x) instead of op_mode.
12786
12787 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
12788
12789         * config.gcc (arm*-*-symbianelf*): Add t-symbian Makefile
12790         fragment.
12791         * config/arm/bpabi.h (RENAME_LIBRARY_SET): Fix typo.
12792         (SUBTARGET_EXTRA_ASM_SPEC): Pass -meabi=3 to the assembler.
12793         * config/arm/symbian.h (SUBTARGET_CPU_DEFAULT): Assume ARMV5
12794         architecture.
12795         (SUBTARGET_ASM_FLOAT_SPEC): Default to -mfpu=vfp for hard-float
12796         configurations.
12797         * config/arm/t-symbian: New file.
12798
12799 2004-08-20  Andrew Pinski  <apinski@apple.com>
12800
12801         * regrename.c (kill_value_regno): ANSIfy.
12802
12803 2004-08-20  Dale Johannesen  <dalej@apple.com>
12804
12805         * config/rs6000/rs6000.c (rs6000_rtx_costs): Improve DIV/MOD.
12806
12807 2004-08-20  Daniel Jacobowitz  <dan@debian.org>
12808
12809         * regrename.c (kill_value_one_regno): Renamed from kill_value_regno.
12810         (kill_value_regno): New function, derived from kill_value.
12811         (kill_value): Update.
12812         (copyprop_hardreg_forward_1): Update call to kill_value_regno.
12813
12814 2004-08-20  Daniel Berlin  <dberlin@dberlin.org>
12815
12816         Fix PR tree-optimization/17111
12817         * tree-ssa-pre.c (create_value_expr_from): Don't change the types
12818         of non-value_handles.
12819         (bitmap_set_contains): All constants are in every set.
12820
12821 2004-08-20  Nathan Sidwell  <nathan@codesourcery.com>
12822
12823         * fold-const.c (round_up, round_down): Use build_int_cst.
12824         Optimize common case.
12825
12826 2004-08-20  Zack Weinberg  <zack@codesourcery.com>
12827             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12828
12829         * config/pa/pa-protos.h (readonly_data, one_only_readonly_data_section,
12830         one_only_data_section): Rename to som_readonly_data_section,
12831         som_one_only_readonly_data_section and som_one_only_data_section.
12832         * config/pa/pa.c (ONE_ONLY_TEXT_SECTION_ASM_OP,
12833         NEW_TEXT_SECTION_ASM_OP, DEFAULT_TEXT_SECTION_ASM_OP): Delete
12834         conditional defines.
12835         (som_text_section_asm_op): Replace ONE_ONLY_TEXT_SECTION_ASM_OP,
12836         NEW_TEXT_SECTION_ASM_OP and DEFAULT_TEXT_SECTION_ASM_OP with actual
12837         string values.
12838         (pa_select_section): Use renamed section functions.
12839         * config/pa/pa.h (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS,
12840         SOM_READONLY_DATA_SECTION_FUNCTION,
12841         SOM_ONE_ONLY_READONLY_DATA_SECTION_FUNCTION,
12842         SOM_ONE_ONLY_DATA_SECTION_FUNCTION, FORGET_SECTION_FUNCTION):
12843         Define here ...
12844         * config/pa/som.h: ... not here.
12845         (DEFAULT_TEXT_SECTION_ASM_OP, NEW_TEXT_SECTION_ASM_OP,
12846         ONE_ONLY_TEXT_SECTION_ASM_OP, READONLY_DATA_ASM_OP,
12847         ONE_ONLY_READONLY_DATA_SECTION_ASM_OP,
12848         ONE_ONLY_DATA_SECTION_ASM_OP): Delete.
12849         (READONLY_DATA_SECTION): Use som_readonly_data_section.
12850
12851 2004-08-20  Nathan Sidwell  <nathan@codesourcery.com>
12852
12853         * fold-const.c (int_const_binop): Don't generate non-overflowing
12854         size-types specially.
12855         (fold_convert_const): Likewise.
12856
12857         * stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier,
12858         clear cache on copied sizetype.
12859
12860 2004-08-20  Ben Elliston  <bje@au.ibm.com>
12861
12862         * configure.ac: Don't escape apostrophe in --enable-coverage help.
12863         * configure: Regenerate.
12864
12865 2004-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
12866
12867         PR 5620
12868         * gcc.c (struct stat input_stat): Don't define if
12869         HOST_LACKS_INODE_NUMBERS
12870         (do_spec_1): If HOST_LACKS_INODE_NUMBERS, use lrealpath rather
12871         than stat to determine if temp file is same as input file.
12872         * doc/hostconfig.texi: Document HOST_LACKS_INODE_NUMBERS.
12873         * config/i386/xm-mingw32.h: Define HOST_LACKS_INODE_NUMBERS
12874
12875 2004-08-20  Richard Sandiford  <rsandifo@redhat.com>
12876
12877         * configure.ac (mips*-*-*): Print an error if not using GAS.
12878         * configure: Regenerated.
12879         * doc/install.texi: Remove irix5 bullet from --with-gnu-as.  Remove
12880         comments about buggy MIPSpro assemblers.
12881         * config.gcc (mips-sgi-irix[56]*): Combine stanzas.  Include elfos.h
12882         before mips.h and iris.h after it.  Use t-iris and t-slibgcc-irix.
12883         Use iris5.h only for IRIX 5 configs.  Use iris6.h and t-iris6 for
12884         IRIX 6 configs.  Define IRIX_USING_GNU_LD if using GNU ld.
12885         * config/mips/iris5.h (TARGET_IRIX, SWITCHES_NEED_SPACES)
12886         (DEFAULT_SIGNED_CHAR, WORD_SWITCH_TAKES_ARG, SUBTARGET_CC1_SPEC)
12887         (NO_IMPLICIT_EXTERN_C, MIPS_DEFAULT_GVALUE)
12888         (TARGET_ASM_EXTERNAL_LIBCALL): Move to iris.h.
12889         (WCHAR_TYPE, WCHAR_TYPE_SIZE, TARGET_OS_CPP_BUILTINS): Delete in favor
12890         of more general IRIX 6 definitions.
12891         (OBJECT_FORMAT_ELF, ASM_OUTPUT_ASCII, ASM_WEAKEN_LABEL)
12892         (HANDLE_SYSV_PRAGMA): Delete in favor of elfos.h definitions.
12893         (TARGET_IRIX5, ABICALLS_ASM_OP, BSS_SECTION_ASM_OP, HAS_INIT_SECTION)
12894         (LD_INIT_SWITCH, LD_FINI_SWITCH, SUBTARGET_ASM_OPTIMIZING_SPEC)
12895         (ASM_FINAL_SPEC, DBX_DEBUGGING_INFO, MIPS_DEBUGGING_INFO)
12896         (PREFERRED_DEBUGGING_TYPE, DWARF2_UNWIND_INFO, SET_FILE_NUMBER)
12897         (LABEL_AFTER_LOC, DOLLARS_IN_IDENTIFIERS, NO_DOLLAR_IN_LABEL)
12898         (TARGET_ASM_NAMED_SECTION, EXTRA_SECTION_FUNCTIONS)
12899         (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_WEAK_ALIAS)
12900         (SUBTARGET_EXTRA_SPECS): Delete definitions or undefs.
12901         (LINK_SPEC): Move most of definition to iris.h.
12902         (SUBTARGET_LINK_SPEC): New macro.
12903         (IRIX_STARTFILE_SPEC): Fold into...
12904         (STARTFILE_SPEC): ...here.
12905         (IRIX_ENDFILE_SPEC): Fold into...
12906         (ENDFILE_SPEC): ...here.
12907         * config/mips/iris6.h (TARGET_IRIX5): Remove override.
12908         (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE)
12909         (DWARF_OFFSET_SIZE, DWARF_INITIAL_LENGTH_SIZE, SET_ASM_OP)
12910         (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES, ASM_DECLARE_OBJECT_NAME)
12911         (ASM_FINISH_DECLARE_OBJECT, LOCAL_LABEL_PREFIX): Move to iris.h.
12912         (TARGET_OS_CPP_BUILTINS): Likewise.  Guard IRIX6-specific bits.
12913         (DWARF2_UNWIND_INFO, DWARF2_GENERATE_TEXT_SECTION_LABEL)
12914         (SUBTARGET_CPP_SPEC, DWARF2_DEBUGGING_INFO, MIPS_DEBUGGING_INFO)
12915         (PREFERRED_DEBUGGING_TYPE, DWARF2_FRAME_INFO, MD_EXEC_PREFIX)
12916         (ASM_DECLARE_FUNCTION_NAME, ASM_DECLARE_FUNCTION_SIZE)
12917         (FUNCTION_NAME_ALREADY_DECLARED, SUPPORTS_INIT_PRIORITY)
12918         (POPSECTION_ASM_OP, SUBTARGET_ASM_SPEC, SUBTARGET_MIPS_AS_ASM_SPEC)
12919         (SUBTARGET_ASM_DEBUGGING_SPEC, SUBTARGET_ASM_OPTIMIZING_SPEC)
12920         (BSS_SECTION_ASM_OP*, READONLY_DATA_SECTION_ASM_OP*)
12921         (EH_FRAME_SECTION_NAME, MUST_USE_SJLJ_EXCEPTIONS, CTORS_SECTION_ASM_OP)
12922         (DTORS_SECTION_ASM_OP, TARGET_ASM_NAMED_SECTION, EH_FRAME_SECTION_NAME)
12923         (ASM_OUTPUT_ALIGN, ASM_OUTPUT_FILENAME, ASM_OUTPUT_ALIGNED_LOCAL)
12924         (ASM_OUTPUT_ALIGNED_BSS): Remove definitions or undefs.
12925         (TARGET_IRIX6): Define to 1.
12926         (DRIVER_SELF_SPECS): Define.
12927         (DWARF2_FRAME_INFO): Define to 1 rather than !TARGET_SGI_O32_AS.
12928         (SUBTARGET_CC1_SPEC): Remove in favor of DRIVER_SELF_SPECS.
12929         (SUBTARGET_LINK_SPEC): New macro.
12930         (IRIX_STARTFILE_SPEC): Fold into...
12931         (STARTFILE_SPEC): ...here.  Remove !mabi=* case.
12932         (SUBTARGET_{,DONT_}WARN_UNUSED_SPEC): New macros.
12933         (LIB_SPEC, LIBGCC_SPEC): Use them.
12934         (LIB_SPEC): Remove !mabi=* case.
12935         (IRIX_ENDFILE_SPEC): Fold into...
12936         (ENDFILE_SPEC): ...here.  Remove !mabi=* case.
12937         * config/mips/mips-protos.h (irix_output_external_libcall): Delete.
12938         * config/mips/mips.h (TARGET_IRIX5, TARGET_SGI_O32_AS): Delete.
12939         (TARGET_IRIX6): New macro.
12940         (ASM_ABI_DEFAULT_SPEC): Remove !ELF definition.
12941         (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX, SET_FILE_NUMBER)
12942         (LABEL_AFTER_LOC): Delete.
12943         * config/mips/mips.c (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END)
12944         (TARGET_SECTION_TYPE_FLAGS): Remove TARGET_IRIX versions.
12945         (mips_build_builtin_va_list): Check TARGET_IRIX6.
12946         (override_options): Remove TARGET_SGI_O32_AS-related code.
12947         (irix_output_external_libcall): Make static.
12948         (mips_output_filename): Avoid use of SET_FILE_NUMBER and
12949         LABEL_AFTER_LOC.
12950         (mips_file_start): Tidy guard for ABI sections.  Remove use of
12951         ABICALLS_ASM_OP; use .abicalls instead.
12952         (mips_output_aligned_decl_common, mips_declare_object_name)
12953         (mips_finish_declare_object): Remove use of TARGET_SGI_O32_AS.
12954         (mips_output_function_prologue): Set TREE_ASM_WRITTEN if emitting
12955         .globl foo .text directives.
12956         (irix_asm_named_section_1, irix_asm_named_section)
12957         (irix_section_align_entry, irix_section_align_htab)
12958         (irix_orig_asm_out_file, irix_section_align_entry_eq)
12959         (irix_section_align_entry_hash, irix_asm_output_align)
12960         (irix_file_start, irix_section_align_1, copy_file_data)
12961         (irix_file_end, irix_section_type_flags): Delete.
12962         * config/mips/irix-crti.asm (__gcc_init): Move to .gcc_init section.
12963         Use standard section syntax.  Remove protective "jr $31".
12964         (__gcc_fini): Likewise .gcc_fini.
12965         * config/mips/irix-crtn.asm: Adjust sections accordingly.
12966         * config/mips/sdb.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Moved from
12967         iris5gas.h.
12968         * config/mips/t-iris (irix-crti.o, irix-crtn.o): New rules, moved
12969         from t-irix-gld.
12970         (EXTRA_MULTILIB_PARTS): Define.
12971         * config/mips/t-iris6: Remove bogus comment.
12972         (EXTRA_MULTILIB_PARTS, CRTSTUFF_T_CFLAGS): Delete.
12973         * config/mips/iris5gas.h, config/mips/iris5gld.h,
12974         config/mips/iris6gas.h, config/mips/iris6gld.h,
12975         config/mips/t-iris5-as, config/mips/t-iris5-gas
12976         config/mips/t-irix-gld: Delete.
12977         * config/mips/iris.h: New file.
12978         * config/mips/t-slibgcc-irix: Renamed from t-iris5-6.
12979
12980 2004-08-20  Richard Earnshaw  <rearnsha@arm.com>
12981
12982         * postreload.c (reload_cse_move2add): Allow any condjump, but check
12983         that the implicit set isn't clobbered in the jump insn.
12984
12985 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
12986
12987         * defaults.h (TARGET_LIBGCC_LIBFUNCS): Remove.
12988         * optabs.c (init_optabs): Don't check it.
12989         * config/arm/bpabi.h (TARGET_LIBGCC_LIBFUNCS): Do not define.
12990         * doc/tm.texi (TARGET_LIBGCC_FUNCS): Remove.
12991
12992 2004-08-18  Andreas Krebbel  <krebbel1@de.ibm.com>
12993
12994         * config/s390/s390.md (s390_warn_framesize_string)
12995         (s390_warn_dynamic_string, s390_stack_size_string)
12996         (s390_stack_guard_string): New global string variables.
12997         (s390_warn_framesize, s390_warn_dynamicstack_p, s390_stack_size)
12998         (s390_stack_guard): New global variables.
12999         (override_options): Added checks for the new options.
13000         (s390_emit_prologue): Emit stack check and trap code and perform
13001         compile time stack size checking.
13002
13003         * config/s390/s390.h (TARGET_OPTIONS): Added new options
13004         "warn-framesize", "warn-dynamicstack", "stack-size" and
13005         "stack-guard".
13006
13007         * doc/invoke.texi: Added documentation for the new options.
13008
13009 2004-08-19  Ulrich Weigand  <uweigand@de.ibm.com>
13010
13011         * unwind-dw2-fde.c (get_cie_encoding): Cast argument to strlen
13012         to eliminate warning.
13013         (linear_search_fdes): Declare p as unsigned.
13014         (binary_search_mixed_encoding_fdes): Likewise.
13015         * unwind-dw2.c (get_cie_encoding): Cast argument to strlen
13016         to eliminate warning.
13017         * config/s390/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Add missing
13018         type cast.
13019
13020 2004-08-19  Ulrich Weigand  <uweigand@de.ibm.com>
13021
13022         * config/s390/s390-protos.h (preferred_la_operand_p): Adapt prototype.
13023         * config/s390/s390.c (preferred_la_operand_p): Accept two operands
13024         instead of one.  Check for strictly legitimate address.
13025         * config/s390/s390.md ("*la_31"/"*la_64" peepholes): Adapt call
13026         to preferred_la_operand_p, do not call gen_rtx_PLUS in predicate.
13027
13028 2004-08-19  Eric Christopher  <echristo@redhat.com>
13029
13030         * langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.
13031         * langhooks.h (unsave_expr_now): Ditto.
13032         * tree.h (unsave_expr_1): Remove prototype.
13033         (lhd_unsave_expr_now): Rename to unsave_expr_now.
13034         * tree-inline.c (unsave_expr_1): Move here
13035         from tree.c. Make static.
13036         (unsave_expr_now): Rename from lhd_unsave_expr_now.
13037         * tree-sra.c: Fix up for rename.
13038         * tree-ssa-copy.c: Ditto.
13039         * tree-eh.c: Ditto.
13040         * tree.c (unsave_expr_1): Move to tree-inline.c.
13041
13042 2004-08-19  Caroline Tice  <ctice@apple.com>
13043
13044         * config/i386/cygming.h (switch_to_section):  Fix typo (change
13045         in_unlikely_text_section to in_unlikely_executed_text).
13046
13047 2004-08-19  Daniel Berlin  <dberlin@dberlin.org>
13048
13049         * vec.h (VEC_lower_bound): New macro.
13050
13051 2004-08-19  Richard Sandiford  <rsandifo@redhat.com>
13052
13053         PR target/16446
13054         * config/mips/mips.c (struct mips_arg_info): Delete num_bytes.
13055         (mips_arg_info): Update accordingly.  Remove common treatment of fpr_p;
13056         treat each ABI separately.  Deal with n32/n64 complex float arguments.
13057         (function_arg): Add associated complex handling here.
13058
13059 2004-08-19  Richard Henderson  <rth@redhat.com>
13060
13061         * config/arm/arm.c (arm_gen_load_multiple): Use
13062         adjust_automodify_address.  Take base memory and offset instead
13063         of unchanging/struct/scalar bits.
13064         (arm_gen_store_multiple): Likewise.
13065         (arm_gen_movmemqi): Use adjust_automodify_address.
13066         * config/arm/arm-protos.h: Update decls.
13067         * config/arm/arm.md (load_multiple): Update arm_gen_load_multiple call.
13068         (store_multiple): Similarly.
13069
13070 2004-08-19  J"orn Rennecke <joern.rennecke@superh.com>
13071
13072         * regclass.c (globalize_reg): Update call_really_used_regs.
13073
13074 2004-08-19  Nathan Sidwell  <nathan@codesourcery.com>
13075
13076         * doc/invoke.texi (integer-share-limit): Document.
13077
13078         * tree.h (TYPE_CACHED_VALUES_P): New.
13079         (TYPE_CACHED_VALUES): New.
13080         (TYPE_ORIG_SIZE_TYPE): Adjust.
13081         * tree.def (INTEGER_CST): Update documentation.
13082         * tree.c: Inlcude params.h.
13083         (build_int_cst): Cache small values.
13084         (build_type_copy): Do not copy the value cache.
13085         * c-common.c (c_common_nodes_and_builtins): Add comment, remove
13086         unneeded zeroing.
13087         * c-typeck.c (build_c_cast): Add comment about OVERFLOW setting.
13088         * expmed.c (const_mult_add_overflow_p): Clear type copy's value
13089         cache.
13090         * fold-const.c (force_fit_type): Copy value when setting
13091         overflows.
13092         (int_const_binop): Likewise.
13093         * stor-layout.c: Include params.h
13094         (set_sizetype): Create values cache.
13095         (fixup_unsigned_type): Set UNSIGNED_P before caching any values.
13096         * params.def (PARAM_INTEGER_SHARE_LIMIT): New.
13097         * params.h (INTEGER_SHARE_LIMIT): New.
13098         * Makefile.in (tree.o, stor-layout.o): Depend on PARAMS_H.
13099
13100 2004-08-19  Paolo Bonzini  <bonzini@gnu.org>
13101
13102         * gimplify.c (gimplify_minimax_expr): Remove.
13103         (gimplify_expr) <MIN_EXPR, MAX_EXPR>: Remove special handling.
13104
13105 2004-08-19  Dorit Naishlos  <dorit@il.ibm.com>
13106
13107         * tree-vectorizer.c (vect_can_force_dr_alignment_p): Replace
13108         STACK_BOUDARY with PREFERRED_STACK_BOUNDARY.
13109
13110 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
13111
13112         * bpabi.h (FPUTYPE_DEFAULT): Set it to FPUTYPE_VFP.
13113
13114 2004-08-18  Andrew Pinski  <apinski@apple.com>
13115
13116         * varasm.c (ecode_reg_name): Do nothing if the asmspec is empty.
13117
13118 2004-08-18  Mark Mitchell  <mark@codesourcery.com>
13119
13120         * config/arm/bpabi.c (__aeabi_ul2d): Give it default visibility.
13121         (__aeabi_ul2f): Likewise.
13122
13123 2004-08-18  Richard Henderson  <rth@redhat.com>
13124
13125         * config/xtensa/xtensa.c (xtensa_expand_block_move): Expand block
13126         move to rtl completely.
13127         (struct meminsnbuf, xtensa_emit_block_move): Remove.
13128         (xtensa_find_mode_for_size): Remove.
13129         * config/xtensa/xtensa-protos.h (xtensa_emit_block_move): Remove.
13130         * config/xtensa/xtensa.md (movmemsi_internal): Remove.
13131
13132 2004-08-18  Richard Henderson  <rth@redhat.com>
13133
13134         * config/mcore/mcore.c (mode_from_align): Remove DImode.
13135         (block_move_sequence): Rewrite to use adjust_address.
13136         (mcore_expand_block_move): Cleanup logic.  Accept only operands.
13137         Return boolean indicating success/failure.
13138         * config/mcore/mcore-protos.h (mcore_expand_block_move): Update decl.
13139         * config/mcore/mcore.md (movmemsi): Update to match.
13140
13141 2004-08-18  Mike Stump  <mrs@apple.com>
13142
13143         * doc/invoke.texi (-mfix-and-continue): Add support for
13144         fast turn around debugging.
13145         (-ffix-and-continue): Likewise.
13146         (-mindirect-data): Likewise.
13147         (-findirect-data): Likewise.
13148         * config/darwin.c (TARGET_FIX_AND_CONTINUE): Likewise.
13149         (indirect_data): Likewise.
13150         (machopic_data_defined_p): Likewise.
13151         (machopic_output_indirection): Likewise.
13152         (darwin_encode_section_info): Likewise.
13153         (darwin_fix_and_continue): Likewise.
13154         (darwin_fix_and_continue_switch): Likewise.
13155         * config/darwin.h (MACHO_SYMBOL_STATIC): Likewise.
13156         * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
13157         (SUBTARGET_OPTION_TRANSLATE_TABLE): Likewise.
13158         (SUBTARGET_OPTIONS): Likewise.
13159         (darwin_fix_and_continue): Likewise.
13160         (darwin_fix_and_continue_switch): Likewise.
13161         (TARGET_FIX_AND_CONTINUE): Likewise.
13162         * config/rs6000.c (rs6000_emit_prologue): Likewise.
13163
13164 2004-08-19  Steven Bosscher  <stevenb@suse.de>
13165
13166         * basic-block.h (struct edge_def): Remove crossing_edge.
13167         (EDGE_CROSSING): New define.
13168         (EDGE_ALL_FLAGS): Update.
13169         * bb-reorder.c (find_traces_1_round, better_edge_p,
13170         find_rarely_executed_basic_blocks_and_cr, fix_up_fall_thru_edges,
13171         find_jump_block, fix_crossing_conditional_branches,
13172         fix_crossing_unconditional_branches, add_reg_crossing_jump_notes):
13173         Replace all occurences of crossing_edge with an edge flag check
13174         or set/reset.
13175         * cfgcleanup.c (try_simplify_condjump, try_forward_edges,
13176         try_crossjump_bb): Likewise.
13177         * cfglayout.c (fixup_reorder_chain): Likewise.
13178         * cfgrtl.c (force_nonfallthru_and_redirect,
13179         commit_one_edge_insertion): Likewise.
13180
13181         * Makefile.in (cfganal.o): Depend on TIMEVAR_H.
13182         * tree-flow.h (compute_dominance_frontiers): Move prototype...
13183         * basic-block.h:  ...here.
13184         * tree-cfg.c (compute_dominance_frontiers_1,
13185         compute_dominance_frontiers): Move from here...
13186         * cfganal.c: ...to here.  Include timevar.h.
13187
13188 2004-08-18  James E Wilson  <wilson@specifixinc.com>
13189
13190         * config/mips/mips.h (ASM_SPEC): In comment, change -meabi= to -mabi=.
13191         * config/mips/sb1.md (ir_sb1_divsf_1pipe): Renamed from ...1pipes.
13192
13193         * config/mips/mips.md (type): Add frdiv.
13194         (divsf3+1, divsf3+2): Change type to frdiv.
13195         * config/mips/sb1.md (ir_sb1_recipsf_2pipes, ir_sb1_recipsf_1pipe,
13196         ir_sb1_recipdf_2pipes, ir_sb1_recipdf_1pipe): New.
13197
13198         * config/mips/3000.md (r3k_fdiv_single, r3k_fdiv_double): Add frdiv.
13199         * config/mips/4300.md (r4300_fdiv_single, r4300_fdiv_double): Likewise.
13200         * config/mips/4600.md (r4600_fdiv_single, f4600_fdiv_double): Likewise.
13201         * config/mips/5000.md (r5k_fdiv_single): Likewise.
13202         * config/mips/5400.md (ir_vr54_fdiv_sf, ir_vr54_fdiv_df): Likewise.
13203         * config/mips/5500.md (ir_vr55_fdiv_sf, ir_vr55_fdiv_df): Likewise.
13204         * config/mips/6000.md (r6k_fdiv_single, r6k_fdiv_double): Likewise.
13205         * config/mips/7000.md (rm7_fp_divsqrt_df, rm7_fp_divsqrt_sf): Likewise.
13206         * config/mips/9000.md (rm8k_fdivs, rm9k_fdivd): Likewise.
13207         * config/mips/generic.md (generic_fdiv_single, generic_fdiv_double):
13208         Likewise.
13209         * config/mips/sr71k.md (ir_sr70_fdiv_sf, ir_sr70_fdiv_df): Likewise.
13210
13211 2004-08-18  Robert Bowdidge <bowdidge@apple.com>
13212
13213         * config/rs6000/x-darwin: Remove XCFLAGS -mdynamic-no-pic to
13214         get regression tester working again.
13215
13216 2004-08-18  Zack Weinberg  <zack@codesourcery.com>
13217
13218         * insn-notes.def, reg-notes.def: New files.
13219         * rtl.h: Use them to define enum insn_note and enum reg_note.
13220         * rtl.c: Use them to define note_insn_name and reg_note_name.
13221         * Makefile.in (RTL_BASE_H): Update.
13222
13223         * modulo-sched.c, sched-rgn.c, final.c: NOTE_DISABLE_SCHED_OF_BLOCK
13224         renamed to NOTE_INSN_DISABLE_SCHED_OF_BLOCK.
13225
13226 2004-08-18  Richard Earnshaw  <rearnsha@arm.com>
13227
13228         * arm.c (arm_size_rtx_costs): New function.
13229         (arm_override_options): Use it if optimizing for space.
13230
13231 2004-08-18  Richard Henderson  <rth@redhat.com>
13232
13233         * emit-rtl.c (gen_const_mem): New.
13234         * rtl.h (gen_const_mem): Declare.
13235         * expr.c (do_tablejump): Use it.
13236         * varasm.c (force_const_mem): Likewise.
13237         * config/darwin.c (machopic_indirect_data_reference): Likewise.
13238         (machopic_legitimize_pic_address): Likewise.
13239         * config/arm/arm.c (legitimize_pic_address): Likewise.
13240         * config/i386/i386.c (legitimize_pic_address): Likewise.
13241         (legitimize_tls_address): Likewise.
13242         * config/ia64/ia64.c (ia64_expand_tls_address): Likewise.
13243         * config/ia64/ia64.md (load_fptr): Likewise.
13244         * config/m32r/m32r.c (m32r_legitimize_pic_address): Likewise.
13245         * config/pa/pa.c (legitimize_pic_address): Likewise.
13246         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Likewise.
13247         (rs6000_emit_move): Likewise.
13248         * config/s390/s390.c (legitimize_pic_address): Likewise.
13249         (legitimize_tls_address): Likewise.
13250         * config/s390/s390.md (casesi): Likewise.
13251         * config/sh/sh.c (sh_reorg): Likewise.
13252         * config/sparc/sparc.c (legitimize_pic_address): Likewise.
13253         * config/v850/v850.md (casesi): Likewise.
13254
13255         * config/darwin.c (machopic_indirect_call_target): Set MEM_NOTRAP_P.
13256         * config/sh/sh.c (prepare_move_operands): Remove incorrect
13257         use of MEM_READONLY_P.
13258
13259 2004-08-18  Steven Bosscher  <stevenb@suse.de>
13260
13261         * Makefile.in (OBJS-common): Add postreload-gcse.c.
13262         Add new postreload-gcse.o.
13263         * cse.c (SAFE_HASH): Define as wrapper around safe_hash.
13264         (lookup_as_function, insert, rehash_using_reg, use_related_value,
13265         equiv_constant): Use SAFE_HASH instead of safe_hash.
13266         (exp_equiv_p): Export.  Add for_gcse argument when comparing
13267         for GCSE.
13268         (lookup, lookup_for_remove, merge_equiv_classes, find_best_addr,
13269         find_comparison_args, fold_rtx, cse_insn): Update callers.
13270         (hash_rtx): New function derived from old canon_hash and bits
13271         from gcse.c hash_expr_1.
13272         (canon_hash_string): Rename to hash_rtx_string.
13273         (canon_hash, safe_hash): Make static inline.  Call hash_rtx.
13274         * cselib.c (hash_rtx): Rename to cselib_hash_rtx.
13275         (cselib_lookup): Update this caller.
13276         * gcse.c (modify_mem_list_set, canon_modify_mem_list_set):
13277         Make static.
13278         (hash_expr): Call hash_rtx.
13279         (ldst_entry): Likewise.
13280         (expr_equiv_p): Call exp_equiv_p.
13281         (struct unoccr, hash_expr_1, hash_string_1, lookup_expr,
13282         reg_used_on_edge, reg_set_between_after_reload_p,
13283         reg_used_between_after_reload_p, get_avail_load_store_reg,
13284         is_jump_table_basic_block, bb_has_well_behaved_predecessors,
13285         get_bb_avail_insn, hash_scan_set_after_reload,
13286         compute_hash_table_after_reload,
13287         eliminate_partially_redundant_loads, gcse_after_reload,
13288         get_bb_avail_insn, gcse_after_reload_main): Remove.
13289         * postreload-gcse.c: New file, reincarnating most of the above.
13290         * rtl.h (exp_equiv_p, hash_rtx): New prototypes.
13291         (gcse_after_reload_main): Update prototype.
13292         * timevar.def (TV_GCSE_AFTER_RELOAD): New timevar.
13293         * passes.c (rest_of_handle_gcse2): Use it.
13294
13295 2004-08-18  Diego Novillo  <dnovillo@redhat.com>
13296
13297         * tree-ssa-loop.c (pass_loop_init): Add TODO_dump_func.
13298         (pass_loop_done): Likewise.
13299
13300 2004-08-18  Andrew Pinski  <apinski@apple.com>
13301
13302         * config/rs6000/darwin.md: Delete the altivec patterns which are
13303         handled differently now.
13304         (load_macho_picbase_di): Make sure that is only happens for TARGET_64BIT
13305         (macho_correct_pic_di): Likewise.
13306         (call_indirect_nonlocal_darwin64): Likewise.
13307         Delete the save world/saveFP/saveVec patterns.
13308
13309         Revert the reversion of: 2004-08-16  Stan Shebs  <shebs@apple.com>
13310         * config/darwin.c (macho_indirect_data_reference): Add DImode case.
13311         * config/rs6000/rs6000.md: Include darwin.md.
13312         (builtin_setjmp_receiver): Add DImode case.
13313         * config/rs6000/rs6000.c (rs6000_emit_move): Add DImode case to
13314         Darwin bits.
13315
13316 2004-08-18  Matt Austern  <austern@apple.com>
13317
13318         Dead code stripping
13319         * darwin.h (EH_FRAME_SECTION_ATTR): Mark so it doesn't get stripped.
13320         * darwin.c (darwin_file_end): Mark file as potentially strippable.
13321
13322 2004-08-18  Richard Henderson  <rth@redhat.com>
13323
13324         * alias.c (readonly_fields_p): Remove.
13325         (objects_must_conflict_p): Don't call it.
13326         * tree.h (readonly_fields_p): Remove.
13327         * langhooks.h (struct lang_hooks): Remove honor_readonly.
13328         * langhooks-def.h (LANG_HOOKS_HONOR_READONLY): Remove.
13329
13330 2004-08-18  Diego Novillo  <dnovillo@redhat.com>
13331
13332         * tree-dfa.c (add_referenced_var): Only global variables are
13333         call-clobbered.
13334         * tree-flow.h (struct ptr_info_def): Add field pt_global_mem.
13335         * tree-ssa-alias.c (compute_points_to_and_addr_escape): Mark
13336         all pointers dereferenced if the statement dereferences them.
13337         (create_name_tags): Do not create memory tags for pointers
13338         that have PT_ANYTHING set.
13339         Also check if PT_VARS is not empty before creating a name tag.
13340         (compute_flow_sensitive_aliasing): Don't mark call-clobbered
13341         variables that share the same alias set with a pointer that
13342         may point anywhere.
13343         (add_may_alias): Add FIXME comment to remove clobbering
13344         aliased variables and tags.
13345         (replace_may_alias): Likewise.
13346         (set_pt_anything): Do not clear PT_VARS nor IS_DEREFERENCED.
13347         (merge_pointed_to_info): If the original variable has not
13348         points-to information, call set_pt_anything.
13349         (add_pointed_to_var): Do not prevent adding a pointed-to
13350         variable if the pointers is PT_ANYTHING.
13351         If the variable is a global, set PT_GLOBAL_MEM.
13352         (collect_points_to_info_r): Don't assume that PLUS_EXPRs of
13353         pointer type only come in PTR+OFFSET flavours.
13354         Always call merge_pointed_to_info on PHI arguments that are
13355         SSA_NAMEs.
13356         (get_nmt_for): Mark call-clobbered tags whose pointer points
13357         to global memory.
13358         * tree-ssa-operands.c (opf_kill_def, opf_no_vops): Switch
13359         values.
13360         (get_indirect_ref_operands): Always clear OPF_KILL_DEF from
13361         FLAGS.
13362         (add_stmt_operand): Abort if the caller tried to add a killing
13363         definition for a memory tag.
13364         * tree-ssa.c (verify_flow_sensitive_alias_info): Remove
13365         unnecessary checks.
13366
13367 2004-08-18  J"orn Rennecke <joern.rennecke@superh.com>
13368
13369         * sh.h (CONDITIONAL_REGISTER_USAGE): Don't exclude fixed registers
13370         from call_used_regs.  Update call_really_used_regs.
13371         (CALL_REALLY_USED_REGISTERS): Define.
13372         * sh.c (output_stack_adjust, shmedia_target_regs_stack_space):
13373         Replace call_used_regs with call_really_used_regs.
13374         (calc_live_regs, sh_media_register_for_return): Likewise.
13375         (sh5_schedule_saves, sh_expand_prologue, reg_unused_after): Likewise.
13376         * sh.md (return_media): Likewise.
13377
13378 2004-08-18  Andrew Pinski  <apinski@apple.com>
13379
13380         * config/darwin.c (machopic_legitimize_pic_address): Only set
13381         MEM_READONLY_P in the non TARGET_TOC case.
13382
13383 2004-08-18  Zack Weinberg  <zack@codesourcery.com>
13384
13385         * rtl.def (NIL): Delete.
13386         * read-rtl.c (read_rtx): Handle (nil) like (define_constants).
13387         Tighten the syntax a little.
13388
13389         * cfgloop.h, combine.c, cse.c, loop-iv.c, postreload.c, reload.c
13390         * config/alpha/alpha.c, config/alpha/alpha.h, config/arc/arc.h
13391         * config/arm/arm.h, config/frv/frv.h, config/i386/i386.c
13392         * config/i386/predicates.md, config/m32r/m32r.h
13393         * config/m68hc11/m68hc11.c, config/mcore/mcore.h, config/mips/mips.c
13394         * config/mmix/mmix.c, config/pa/pa.h, config/sh/sh.h
13395         * config/sparc/sparc.h, doc/tm.texi:
13396         Replace all occurrences of NIL with UNKNOWN.
13397
13398 2004-08-18  Zack Weinberg  <zack@codesourcery.com>
13399
13400         * dojump.c (do_jump <unordered_bcc>): Do not recursively call
13401         self with a TRUTH_ORIF_EXPR; generate the appropriate jump
13402         sequence inline.  Move drop_through_label code into this
13403         block, being the only place it is used.  Adjust comments.
13404
13405 2004-08-18  Fariborz Jahanian <fjahanian@apple.com>
13406
13407         * config/rs6000/altivec.md: Add new patterns for calls to
13408         save_world/rest_world functions.
13409
13410         * config/rs6000/rs6000-protos.h: (save_world_operation,
13411         restore_world_operation) new declarations.
13412
13413         * config/rs6000/rs6000.c: (struct rs6000_stack) new world_save_p
13414         field added.
13415         (rs6000_stack_info): Set world_save_p field.
13416         (save_world_operation): New function.
13417         (restore_world_operation): New function.
13418         (compute_save_world_info): New function.
13419         (rs6000_stack_info): Call compute_save_world_info.
13420         (rs6000_emit_prologue): Check for world_save_p and generate
13421         pattern to call save_world for saving all non-volatile and
13422         special registers.
13423         (rs6000_emit_epilogue): Check for world_save_p and generate
13424         pattern to call rest_world to restore saved registers.
13425
13426         config/rs6000/rs6000.h: macros FIRST_SAVED_ALTIVEC_REGNO,
13427         FIRST_SAVED_FP_REGNO, FIRST_SAVED_GP_REGNO defined.
13428         (rs6000_reg_names): New entries added for save_world_operation and
13429         restore_world_operation.
13430
13431 2004-08-18  Caroline Tice  <ctice@apple.com>
13432
13433         * Makefile.in (STAGEFEEDBACK_FLAGS_TO_PASS) Add
13434         "-freorder-blocks-and-partition" to the flags used in second
13435         stage of profiledbootstrap.
13436         * bb-reorder.c (push_to_next_round_p): Add new variable,
13437         next_round_is_last; set and use variable to make sure, when
13438         partitioning, that the last trace construction round consists
13439         of all (and only) cold basic blocks.
13440         (rotate_loop): Don't copy blocks that end in a section
13441         crossing jump.
13442         (copy_bb): Correctly initialize "partition" of duplicated bb.
13443         (add_unlikely_executed_notes): Add a comment.
13444         (find_rarely_executed_basic_blocks_and_crossing_edges): Modify
13445         to make sure, if function contains hot blocks, that the
13446         successors of ENTRY_BLOCK_PTR are hot; also, only look for
13447         crossing edges if the architecture supports named sections.
13448         (mark_bb_for_unlikely_executed_section): Modify to always
13449         insert the NOTE_INSN_UNLIKELY_EXECUTED_CODE immediately after
13450         the basic block note insn.
13451         (fix_crossing_unconditional_branches): Remove extra space.
13452         (fix_edges_for_rarely_executed_code): Modify to only do
13453         partitioning work if the architecture supports named sections.
13454         (reorder_basic_blocks): Modify to only add
13455         NOTE_INSN_UNLIKELY_EXECUTED_CODE notes if the architecture
13456         supports named sections.
13457         * c-common.c (handle_section_attribute): Initialize new global
13458         variable, user_defined_section_attribute, to true if user has
13459         specified one.
13460         * cfgcleanup.c (try_forward_edges): Modify to not attempt to
13461         forward edges that cross section boundaries.
13462         * cfglayout.c (fixup_reorder_chain): Modify to only fix up
13463         partitioning information if the architecture supports named
13464         sections.
13465         * cfgrtl.c (target.h): Add statement to include this.
13466         (rtl_split_block): Make sure newly created bb gets correct
13467         partition.
13468         (try_redirect_by_replacing_jump): Make sure redirection isn't
13469         attempting to cross section boundaries.
13470         (force_nonfallthru_and_redirect): Only do partition fix up if
13471         architecture supports named sections.
13472         (rtl_split_edge): Make sure newly created bb ends up in
13473         correct partition.
13474         (commit_one_edge_insertion): Remove code that incorrectly
13475         updated basic block partition; Make sure partition fix up only
13476         happens if architecture supports named sections and it's not
13477         already done.
13478         (rtl_verify_flow_info_1): Fix if-condition on test/error
13479         condition that fallthru edges are not allowed to cross section
13480         boundaries.
13481         * defaults.h (NORMAL_TEXT_SECTION_NAME): Remove this.
13482         * final.c (final_scan_insn): Remove redundant test from if-statement;
13483         change calls to text_section into calls to function_section; add code
13484         to only to partitioning fix up if architecture supports named
13485         sections.
13486         * ifcvt.c (find_if_case_1): Make sure newly created bb has correct
13487         partition.
13488         (if_convert): Add targetm.have_named_sections to test.
13489         * output.h (unlikely_section_label): Extern declaration for new global
13490         variable.
13491         (unlikely_text_section_name): Likewise.
13492         * opts.c (decode_options): If both partitioning and DWARF debugging
13493         are turned on, issue a warning that this doesn't work, and change
13494         partitiong to basic block reordering (without hot/cold partitions).
13495         * passes.c (rest_of_handle_final): Re-set new global variable,
13496         user_defined_section_attribute, to false.
13497         (rest_of_compilation): Change options for calling partitioning
13498         function: Don't call if the user defined the section attribute, and
13499         don't call if DECL_ONE_ONLY is true for the current function.
13500         * predict.c (choose_function_section): Return immediately if we
13501         are doing hot/cold partitioning (i.e. let the basic block partitioning
13502         determine where the function belongs).
13503         * reg-stack.c (emit_swap_insn): Add condition to step over
13504         NOTE_INSN_UNLIKELY_EXECUTED_CODE notes.
13505         * toplev.c (user_defined_section_attribute): New global variable.
13506         * toplev.h (user_defined_section_attribute): Extern declaration
13507         for new global variable.
13508         * varasm.c (unlikely_section_label): New global variable.
13509         (unlikely_text_section_name): New global variable.
13510         (unlikely_text_section): Add code to initialize
13511         unlikely_text_section_name if necessary; modify to use
13512         unlikely_text_section_name and unlikely_section_label; also to use
13513         named_section properly.
13514         (in_unlikely_text_section):  Modify to work correctly with
13515         named_section and to use unlikely_text_section_name.
13516         (named_section):  Add code to work properly with cold section.
13517         (function_section): Clean up if-statement.
13518         * config/darwin.c (darwin_asm_named_section): Return to original
13519         code, removing use of SECTION_FORMAT_STRING.
13520         * config/arm/pe.h (switch_to_section):  Add case for
13521         in_unlikely_executed_text to switch statement.
13522         * config/i386/cygming.h (switch_to_section): Likewise.
13523         * config/i386/darwin.h (NORMAL_TEXT_SECTION_NAME): Remove.
13524         (SECTION_FORMAT_STRING): Likewise.
13525         * config/mcore/mcore.h (switch_to_section): Likewise.
13526         * config/rs6000/darwin.h (NORMAL_TEXT_SECTION_NAME): Remove.
13527         (SECTION_FORMAT_STRING): Remove.
13528
13529 2004-08-18  Roger Sayle  <roger@eyesopen.com>
13530
13531         * config/i386/i386.h (FIXED_REGISTERS): Update encoding to be
13532         -ffixed-reg safe, by preserving the meanings of zero and one.
13533         (CALL_USED_REGISTERS): Likewise.
13534         (CONDITIONAL_REGISTER_USAGE): Update to process new encodings.
13535
13536 2004-08-18  Kaz Kojima  <kkojima@gcc.gnu.org>
13537
13538         * config/sh/sh.c (split_branches): Check the result of
13539         next_active_insn.
13540         (sh_output_mi_thunk): Call init_flow if basic_block_info is null.
13541         Call rtl_register_cfg_hooks.
13542
13543 2004-08-18  Richard Henderson  <rth@redhat.com>
13544
13545         * rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.
13546         * alias.c (true_dependence): Update to match new semantics.
13547         (canon_true_dependence, write_dependence_p): Likewise.
13548         (anti_dependence, output_dependence): Update write_dependence_p args.
13549         (unchanging_anti_dependence): Remove.
13550         * calls.c (purge_mem_unchanging_flag): Remove.
13551         (fixup_tail_calls): Don't call it.
13552         (expand_call): Don't add unchanging memory to function usage.
13553         * expr.c (emit_block_move_via_libcall): Likewise.
13554         (clear_storage_via_libcall): Don't clobber RTX_UNCHANGING_P mems.
13555         (get_subtarget): Don't use RTX_UNCHANGING_P.
13556         (expand_assignment, store_constructor, expand_expr_real_1): Likewise.
13557         (do_tablejump): Set MEM_READONLY_P, not RTX_UNCHANGING_P.
13558         * combine.c (get_last_value_validate): Use MEM_READONLY_P.
13559         * cse.c (insert): Don't use RTX_UNCHANGING_P.
13560         (cse_insn, canon_hash): Use MEM_READONLY_P.
13561         * emit-rtl.c (set_mem_attributes_minus_bitpos): Use MEM_READONLY_P
13562         instead of RTX_UNCHANGING_P.
13563         * explow.c (maybe_set_unchanging): Remove.
13564         * expr.h (maybe_set_unchanging): Remove.
13565         * flow.c (insn_dead_p, mark_used_regs): Use anti_dependence.
13566         * function.c (assign_stack_temp_for_type): Don't use RTX_UNCHANGING_P.
13567         (assign_parm_setup_reg, expand_function_start): Likewise.
13568         * integrate.c (copy_rtx_and_substitute): Likewise.
13569         * ra-rewrite.c (emit_colors): Likewise.
13570         * regmove.c (copy_src_to_dest, regmove_optimize): Likewise.
13571         (fixup_match_1): Likewise.
13572         * reload1.c (reload, alter_reg): Likewise.
13573         * local-alloc.c (validate_equiv_mem): Check MEM_READONLY_P,
13574         not RTX_UNCHANGING_P.
13575         (equiv_init_varies_p): Likewise.
13576         * loop-invariant.c (check_maybe_invariant): Likewise.
13577         * resource.c (mark_referenced_resources, mark_set_resources): Likewise.
13578         * loop.c (note_addr_stored): Likewise.
13579         (prescan_loop): Likewise. Don't check function usage for clobbered
13580         unchanging memory.
13581         * rtlanal.c (rtx_unstable_p): Check MEM_READONLY_P,
13582         not RTX_UNCHANGING_P.
13583         (rtx_varies_p, modified_between_p, modified_in_p): Likewise.
13584         * varasm.c (force_const_mem): Likewise.
13585         * stmt.c (expand_decl): Don't set RTX_UNCHANGING_P.
13586         * web.c (entry_register): Likewise.
13587         * tree-gimple.h (get_base_address): Move decl ...
13588         * tree.h: ... here.
13589         * doc/rtl.texi (MEM_READONLY_P): Replace RTX_UNCHANGING_P.
13590
13591         * config/alpha/alpha.c (alpha_set_memflags_1): Rewrite to be
13592         called via for_each_rtx.  Copy MEM_SCALAR_P, MEM_NOTRAP_P too.
13593         (alpha_set_memflags): Update to match.
13594
13595         * config/darwin.c (machopic_indirect_data_reference): Set
13596         MEM_READONLY_P instead of RTX_UNCHANGING_P.
13597         (machopic_indirect_call_target): Likewise.
13598         (machopic_legitimize_pic_address): Likewise.
13599         * config/arm/arm.c (legitimize_pic_address, arm_gen_load_multiple,
13600         arm_gen_store_multiple, arm_gen_movmemqi): Likewise.
13601         * config/arm/arm.md (load_multiple, store_multiple): Likewise.
13602         * config/frv/frv.md (symGOT2reg): Likewise.
13603         * config/i386/i386.c (legitimize_pic_address,
13604         legitimize_tls_address, ix86_split_to_parts): Likewise.
13605         * config/ia64/ia64.c (ia64_expand_tls_address): Likewise.
13606         * config/ia64/ia64.md (load_fptr): Likewise.
13607         * config/m32r/m32r.c (m32r_legitimize_pic_address): Likewise.
13608         * config/m68k/m68k.c (legitimize_pic_address): Likewise.
13609         * config/mcore/mcore.c (block_move_sequence): Likewise.
13610         * config/mn10300/mn10300.md (symGOT2reg): Likewise.
13611         * config/pa/pa.c (legitimize_pic_address): Likewise.
13612         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Likewise.
13613         (rs6000_emit_move): Likewise.
13614         * config/s390/s390.c (legitimize_pic_address): Likewise.
13615         (legitimize_tls_address): Likewise.
13616         * config/s390/s390.md (casesi): Likewise.
13617         * config/sh/sh.c (prepare_move_operands, sh_reorg): Likewise.
13618         * config/sh/sh.md (symGOT2reg): Likewise.
13619         * config/sparc/sparc.c (legitimize_pic_address): Likewise.
13620         * config/v850/v850.md (casesi): Likewise.
13621
13622         * config/ia64/ia64.c (gen_thread_pointer): Don't set RTX_UNCHANGING_P.
13623         * config/iq2000/iq2000.c (save_restore_insns): Likewise.
13624         * config/mips/mips.c (mips_restore_gp): Likewise.
13625         (mips_save_restore_reg, mips16_gp_pseudo_reg): Likewise.
13626         * config/sh/sh.c (sh_reorg): Likewise.
13627
13628 2004-08-18  Richard Henderson  <rth@redhat.com>
13629
13630         * tree.h (struct tree_decl): Add gimple_formal_temp.
13631         (DECL_GIMPLE_FORMAL_TEMP_P): New.
13632         * gimplify.c (pop_gimplify_context): Clear it.
13633         (lookup_tmp_var): Set it, if is_formal.
13634         (gimplify_init_constructor): Use rhs_predicate_for for COMPLEX.
13635         Use is_gimple_val for VECTOR.  Simplify return value.
13636         (gimplify_save_expr): Use and set DECL_GIMPLE_FORMAL_TEMP_P.
13637         (gimplify_expr): Likewise.
13638         * tree-gimple.c (is_gimple_formal_tmp_rhs): Rename from
13639         is_gimple_tmp_rhs for clarity.  Update all callers.
13640         (is_gimple_reg_rhs): Simplify logic.
13641         (is_gimple_formal_tmp_var): Rename from is_gimple_tmp_var for
13642         clarity; use DECL_GIMPLE_FORMAL_TEMP_P.
13643         (is_gimple_formal_tmp_reg): Similarly.
13644         * tree-gimple.h: Update decls.
13645         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Use
13646         DECL_IGNORED_P, not DECL_ARTIFICIAL.  Tidy formatting.
13647         * tree-ssa-live.c (var_union, type_var_init): Likewise.
13648
13649 2004-08-18  Paolo Bonzini  <bonzini@gnu.org>
13650
13651         * c4x.c (legitimize_operands): Remove calls to
13652         preserve_subexpressions_p.
13653
13654 2004-08-18  David Edelsohn  <edelsohn@gnu.org>
13655
13656         * varasm.c (MAX_OFILE_ALIGNMENT): Move ...
13657         * defaults.h (MAX_OFILE_ALIGNMENT): ... here.
13658
13659 2004-08-18  Ziemowit Laski  <zlaski@apple.com>
13660
13661         * gcc.c (default_compilers): Add info about ".mm", ".M" and ".mii"
13662         Objective-C++ extensions.
13663         * gengtype.c (get_file_basename): Match entire subdirectory name
13664         ('cp', 'objc', 'objcp') rather than just its suffix.
13665         (get_base_file_bitmap): Allow for files to belong to more than one
13666         language.
13667         (get_output_file_with_visibility): Treat objc/objc-act.h as a header
13668         used by more than one front-end.
13669
13670 2004-08-18  Richard Earnshaw  <rearnsha@arm.com>
13671
13672         * arm.md (addsi3, subsi3, andsi3, iorsi3, movsi, movhi): Rework to
13673         avoid use of preserve_subexpressions_p.
13674
13675 2004-08-17  Richard Henderson  <rth@redhat.com>
13676
13677         PR 17051
13678         * tree-sra.c (scalarize_use): Mark all v_defs for !is_output too.
13679
13680 2004-08-17  DJ Delorie  <dj@redhat.com>
13681
13682         * doc/extend.texi: Document new xstormy16 attribute.
13683
13684         * config/stormy16/stormy16.c (xstormy16_splittable_below100_operand): New.
13685         (xstormy16_splittable_below100_or_register): New.
13686         (combine_bnp): New.
13687         (xstormy16_reorg): New.
13688         (TARGET_MACHINE_DEPENDENT_REORG): Define.
13689
13690         * config/stormy16/stormy16.md (movqi_internal): Make name public.
13691         (movhi_internal): Likewise.
13692         (cbhranchhi): Likewise.
13693         (cbhranchhi_neg): Likewise.
13694         (andhi3): Only allow splittable below100 operands.
13695         (iorhi3): Likewise.
13696         (peephole2): New and/zero_extend->and peephole.
13697         (peephole2): New load/ior/save->set1 peephole.
13698         (peephole2): New load/and/save->clr1 peephole.
13699         (bclrx, bclrx2, bclr7, bclr15): New.
13700         (bsetx, bsetx2, bset7, bset15): New.
13701
13702         * config/stormy16/stormy16.c (xstormy16_print_operand): Be more
13703         liberal about acceptable 'B' masks.
13704
13705         * config/stormy16/stormy16-protos.h
13706         (xstormy16_asm_output_aligned_common, xstormy16_below100_symbol,
13707         xstormy16_below100_operand, xstormy16_below100_or_register,
13708         xstormy16_onebit_set_operand, xstormy16_onebit_clr_operand): New.
13709         (PREDICATE_CODES): Add new predicates.
13710
13711         * config/stormy16/stormy16.c
13712         (xstormy16_asm_output_aligned_common, xstormy16_below100_symbol,
13713         xstormy16_below100_operand, xstormy16_below100_or_register,
13714         xstormy16_onebit_set_operand, xstormy16_onebit_clr_operand): New.
13715         (xstormy16_expand_iorqi3, xstormy16_expand_andqi3): New.
13716         (xstormy16_legitimate_address_p): Allow below100 symbols.
13717         (xstormy16_extra_constraint_p): Add 'W' for below100 operands.
13718         (xstormy16_expand_move): Leave below100 operands as-is.
13719         (xstormy16_encode_section_info): Encode below100 symbols.
13720         (xstormy16_strip_name_encoding): New.
13721         (xstormy16_print_operand): Print 'b' as shift mask.
13722         (xstormy16_attribute_table): Add below100 attributes.
13723         (xstormy16_handle_below100_attribute): New.
13724
13725         * config/stormy16/stormy16.h (EXTRA_SECTIONS): add in_bss100.
13726         (XSTORMY16_SECTION_FUNCTION): New.
13727         (EXTRA_SECTION_FUNCTIONS): Define using the above.
13728         (ASM_OUTPUT_ALIGNED_DECL_COMMON, ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
13729         (ASM_OUTPUT_SYMBOL_REF): Handle encoded symbols.
13730         (ASM_OUTPUT_LABELREF): Define.
13731
13732         * config/stormy16/stormy16.md (movqi_internal): Add below100 support.
13733         (movhi_internal): Add below100 support.
13734         (andhi3): Add below100 support.
13735         (iorhi3): Add below100 support.
13736         (iorqi3, iorqi3_internal, andqi3, andqi3_internal): New.
13737
13738 2004-08-17  James E Wilson  <wilson@specifixinc.com>
13739
13740         * config/mips/mips.c (gen_conditional_move): Use GET_MODE (op0) instead
13741         of VOIDmode for comparison code mode.
13742         * config/mips/mips.md: For conditional move patterns, use mode of
13743         first compare operand for comparison mode, instead of VOIDmode.
13744
13745         * config/mips/mips.md: Add canonical nmadd and nmsub patterns for both
13746         normal and -ffast-math code.
13747
13748 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
13749
13750         PR c++/15871
13751         * doc/invoke.texi (-fkeep-inline-functions): Update documentation.
13752
13753 2004-08-17  Robert Bowdidge  <bowdidge@apple.com>
13754
13755         * config/rs6000/x-darwin: Add -mdynamic-no-pic to gcc build flags.
13756
13757 2004-08-17  Andreas Tobler  <a.tobler@schweiz.ch>
13758
13759         * config/rs6000/darwin.md (*call_nonlocal_darwin64): Add #else clause
13760         for non Darwin targets.
13761         (*call_value_nonlocal_darwin64): Likewise.
13762
13763 2004-08-17  Fariborz Jahanian <fjahanian@apple.com>
13764
13765         * config/rs6000/rs6000.c (rs6000_function_value): Check for
13766         altivec mode for altivec return register.
13767
13768 2004-08-17  David Edelsohn  <edelsohn@gnu.org>
13769
13770         Revert 2004-08-16  Stan Shebs  <shebs@apple.com>
13771         * config/darwin.c (macho_indirect_data_reference): Add DImode case.
13772         * config/rs6000/rs6000.md: Include darwin.md.
13773         (builtin_setjmp_receiver): Add DImode case.
13774         * config/rs6000/rs6000.c (rs6000_emit_move): Add DImode case to
13775         Darwin bits.
13776
13777 2004-08-17  Dorit Naishlos  <dorit@il.ibm.com>
13778
13779         * tree-vectorizer.c: New File: loop vectorization on SSAed GIMPLE
13780         trees.
13781         * tree-vectorizer.h: New File: Same.
13782         * Makefile.in (tree-vectorizer.c, tree-vectorizer.h): Add new files.
13783         * common.opt (ftree-vectorize): New flag to enable vectorization.
13784         * timevar.def (TV_TREE_VECTORIZATION): New dump file for
13785         vectorization pass.
13786         * tree-data-ref.h (init_data_ref): Additional argument.
13787         (array_base_name_differ_p): Moved to tree-data-ref.c.
13788         * tree-data-ref.c (array_base_name_differ_p): Revised.
13789         (initialize_data_dependence_relation): Call array_base_name_differ_p
13790         with an extra argument.
13791         (analyze_all_data_dependences): Same.
13792         (init_data_ref): Additional argument is_read to set DR_IS_READ.
13793         * tree-ssa-phiopt.c (empty_block_p): Expose for usage out of this
13794         file.
13795         * tree-flow.h (vectorize_loops, empty_block_p): Add declaration.
13796         * tree-optimize.c (pass_vectorize): Schedule the vectorization pass.
13797         * tree-pass.h (tree_opt_pass pass_vectorize): Declare the new
13798         vectorization pass.
13799         * tree-ssa-loop.c (tree_ssa_loop_init): Call scev_initialize.
13800         (tree_ssa_loop_done): Call scev_finalize.
13801         (tree_vectorize): Define the new vectorization pass.
13802         * defaults.h (UNITS_PER_SIMD_WORD): Allow targets to specify the
13803         size of the vector they support (until support for multiple vector
13804         sizes is added to the vectorizer).
13805         * config/i386/i386.h (UNITS_PER_SIMD_WORD): Define.
13806         * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Define.
13807         * invoke.texi (fdump-tree-vect, ftree-vectorize): Add
13808         documentation.
13809
13810 2004-08-17  Nathan Sidwell  <nathan@codesourcery.com>
13811
13812         * objc/objc-act.c (build_protocol_initializer): Fix build_int_cst
13813         usage.
13814         (generate_protocol_list, handle_impent): Likewise.
13815
13816 2004-08-17  Roger Sayle  <roger@eyesopen.com>
13817
13818         * regclass.c (init_reg_sets_1): Add ENABLE_CHECKING sanity tests to
13819         ensure that call_used_regs is a superset of both fixed_regs and
13820         call_really_used_regs.
13821
13822 2004-08-17  Daniel Bornstein  <danfuzz@milk.com>
13823
13824         PR target/17019
13825         * arm.md (addsi3_cbranch_scratch): Correct case labels.
13826
13827 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
13828
13829         PR middle-end/17036
13830         * fold-const.c (fold): Check for integer operand when
13831         folding (A >> N) & 1 ? (1 << N) : 0.  Fix from Andrew
13832         Pinski  <pinskia@physics.uc.edu>.
13833
13834 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
13835
13836         * configure.ac: Trust toplevel's notion of BISON/FLEX/MAKEINFO.
13837         No need to check if in a cross configuration.
13838         * configure: Regenerate.
13839
13840         * calls.c (precompute_register_parameters):
13841         Inline preserve_subexpressions_p ().
13842         * expmed.c (expand_mult_const, emit_store_flag): Likewise.
13843         * optabs.c (expand_binop, expand_twoval_binop, prepare_cmp_insn):
13844         Likewise.
13845         * expr.c (get_subtarget): Likewise.
13846         * rtl.h (preserve_subexpressions_p): Remove.
13847         * stmt.c (preserve_subexpressions_p): Remove.
13848
13849         * dojump.c (do_jump) <COND_EXPR, EQ_EXPR, NE_EXPR,
13850         TRUTH_ANDIF_EXPR, TRUTH_ORIF_EXPR, COMPOUND_EXPR>:
13851         Abort on gimplified cases.
13852
13853 2004-08-16  James E Wilson  <wilson@specifixinc.com>
13854
13855         * tree.h (VECTOR_FLOAT_TYPE_P): New.
13856         (FLOAT_TYPE_P): Use it.
13857         * c-typeck.c (build_binary_op): After convert calls, check for
13858         check for ERROR_MARK operands.
13859
13860 2004-08-16  Zack Weinberg  <zack@codesourcery.com>
13861
13862         * Makefile.in (BUILD_PREFIX, BUILD_PREFIX_1): Delete.
13863         (BUILD_RTL, BUILD_PRINT, BUILD_ERRORS, BUILD_VARRAY): Update.
13864         (genobjs): Add build-rtl.o, build-print-rtl.o, build-varray.o.
13865         (genobjs static pattern rule): Remove %.c dependency.
13866         ($(BUILD_PREFIX_1)rtl.o, print-rtl.o, $(BUILD_PREFIX_1)varray.o):
13867         Rename rules; delete commands; fix dependencies.
13868         (mostlyclean): Do not delete temporary source copies.
13869         * configure.ac: Delete all references to BUILD_PREFIX and
13870         BUILD_PREFIX_1.
13871         * configure: Regenerate.
13872
13873         * print-rtl.c: Include bconfig.h #ifdef GENERATOR_FILE.
13874         Do not include tree.h, real.h, flags.h, hard-reg-set.h, or
13875         basic-block.h #ifdef GENERATOR_FILE.  Surround some more code
13876         with #ifndef GENERATOR_FILE so that nothing from those headers
13877         is used.
13878
13879         * rtl.c, varray.c: Include bconfig.h #ifdef GENERATOR_FILE.
13880
13881 2004-08-16  Adam Nemet  <anemet@lnxw.com>
13882
13883         * Makefile.in (LIBS): Move $(LIBIBERTY) after $(BANSHEELIB).
13884
13885 2004-08-16  Andrew Pinski  <apinski@apple.com>
13886
13887         * target-def.h (TARGET_EH_RETURN_FILTER_MODE): Remove
13888         extraneous semicolon.
13889
13890 2004-08-16  Devang Patel  <dpatel@apple.com>
13891
13892         * c-common.c (handle_used_attribute): Set DECL_PRESERVE_P.
13893         * print-tree.c (print_node): Print DECL_PRESERVE_P.
13894         * target-def.h (TARGET_ASM_MARK_DECL_PRESERVED): New #define.
13895         (TARGET_ASM_OUT): New member, TARGET_ASM_MARK_DECL_PRESERVED
13896         * target.h (struct gcc_target): New member, mark_decl_preserved.
13897         * hooks.c (hook_void_charptr): Rename to ...
13898         (hook_void_constcharptr): ... new name.
13899         * hooks.h (hook_void_charptr): Rename to ..
13900         (hook_void_constcharptr): ... new name.
13901         * tree.h (DECL_PRESERVE_P): New #define.
13902         (struct tree_decl): New member, preserve_flag.
13903         * varasm.c (assemble_start_function): Mark decl preserved.
13904         (assemble_variable): Same.
13905         * darwin.c (darwin_mark_decl_preserved): New function.
13906         * darwin.h (TARGET_ASM_MARK_DECL_preserved): New #define.
13907         * darwin-protos.h (darwin_mark_decl_preserved): New decl.
13908         * doc/tm.texi (TARGET_ASM_MARK_DECL_PRESERVED): Document.
13909
13910 2004-08-16  Joseph S. Myers  <jsm@polyomino.org.uk>
13911
13912         * c-decl.c (grokdeclarator): Allow for function definition where
13913         innermost declarator has attributes.
13914
13915 2004-08-16  Fariborz Jahanian <fjahanian@apple.com>
13916
13917         * except.c (get_exception_filter, build_post_landing_pads,
13918         dw2_build_landing_pads): Use target-specific mode for 'filter'.
13919         * target-def.h (TARGET_EH_RETURN_FILTER_MODE): macro defined and used.
13920         * target.h (eh_return_filter_mode): New field added.
13921         * targhooks.c (default_eh_return_filter_mode): Defined.
13922         * targhooks.h (default_eh_return_filter_mode): Declared.
13923         * config/rs6000/rs6000.c (rs6000_eh_return_filter_mode): Defined.
13924
13925 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
13926
13927         * configure.ac: Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
13928         ACX_NONCANONICAL_TARGET; remove now-unneeded AC_SUBST.
13929         * configure: Regenerate.
13930
13931 2004-08-16  Stan Shebs  <shebs@apple.com>
13932
13933         Basic support for 64-bit Darwin.
13934         * config/darwin.c (macho_indirect_data_reference): Add DImode case.
13935         (machopic_legitimize_pic_address): Similarly, plus use Pmode
13936         instead of SImode.
13937         * config/rs6000/darwin.h (PTRDIFF_TYPE): Be "long int" if 64-bit.
13938         (TARGET_OS_CPP_BUILTINS): Add 64-bit preprocessor macro.
13939         (SUBTARGET_SWITCHES): Add -m32 and -m64 flags.
13940         (SUBTARGET_OVERRIDE_OPTIONS): Require 64-bit processor if -m64.
13941         (PROCESSOR_DEFAULT64): Define.
13942         * config/rs6000/darwin.md: New file, patterns specific to 64-bit
13943         Darwin.
13944         * config/rs6000/rs6000.md: Include darwin.md.
13945         (builtin_setjmp_receiver): Add DImode case.
13946         * config/rs6000/rs6000.c (TARGET_ASM_UNALIGNED_DI_OP): Define for
13947         Darwin.
13948         (TARGET_ASM_ALIGNED_DI_OP): Ditto.
13949         (rs6000_emit_move): Add DImode case to Darwin bits.
13950         (machopic_output_stub): Use .quad if 64-bit.
13951         * invoke.texi: Document -m32 and -m64.
13952
13953 2004-08-16  Janis Johnson  <janis187@us.ibm.com>
13954
13955         * doc/extend.texi (AltiVec builtins): Document additional differences
13956         from the Motorola AltiVec PIM.
13957
13958 2004-08-16  Nathan Sidwell  <nathan@codesourcery.com>
13959
13960         * c-typeck.c (build_c_cast): Only copy overflow from expr nodes.
13961         * tree.h (IS_NON_TYPE_CODE_CLASS): Simplify.
13962         (struct tree_common): Update public_flag documentation.
13963
13964 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
13965
13966         * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
13967         Check for artificial variables, not is_gimple_tmp_var.
13968         * tree-ssa-live.c (var_union): Likewise.
13969
13970 2004-08-16  Nathan Sidwell  <nathan@codesourcery.com>
13971
13972         * calls.c (load_register_parameters): Remove spurious FIXME token.
13973
13974 2004-08-15  Ziemowit Laski  <zlaski@apple.com>
13975
13976         * Makefile.in (C_PRETTY_PRINT_H): Add c-pretty-print.h.
13977         (c-lang.o): Depend on c-objc-common.h.
13978         (c-objc-common.o): Depend on $(C_PRETTY_PRINT_H) and
13979         c-objc-common.h; remove duplicate $(C_TREE_H) dependency.
13980         * c-lang.c: Include c-objc-common.h.
13981         (LANG_HOOKS_FINISH, LANG_HOOKS_INIT_OPTIONS,
13982         LANG_HOOKS_INITIALIZE_DIAGNOSTICS, LANG_HOOKS_HANDLE_OPTION,
13983         LANG_HOOKS_MISSING_ARGUMENT, LANG_HOOKS_POST_OPTIONS,
13984         LANG_HOOKS_GET_ALIAS_SET, LANG_HOOKS_SAFE_FROM_P,
13985         LANG_HOOKS_EXPAND_EXPR, LANG_HOOKS_MARK_ADDRESSABLE,
13986         LANG_HOOKS_PARSE_FILE, LANG_HOOKS_TRUTHVALUE_CONVERSION,
13987         LANG_HOOKS_FINISH_INCOMPLETE_DECL, LANG_HOOKS_UNSAFE_FOR_REEVAL,
13988         LANG_HOOKS_STATICP, LANG_HOOKS_SET_DECL_ASSEMBLER_NAME,
13989         LANG_HOOKS_NO_BODY_BLOCKS, LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL,
13990         LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_FUNCTION_ENTER_NESTED,
13991         LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_DUP_LANG_SPECIFIC_DECL,
13992         LANG_HOOKS_DECL_UNINIT, LANG_HOOKS_RTL_EXPAND_STMT,
13993         LANG_HOOKS_COMMON_ATTRIBUTE_TABLE, LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE,
13994         LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN,
13995         LANG_HOOKS_TREE_INLINING_DISREGARD_INLINE_LIMITS,
13996         LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P,
13997         LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING,
13998         LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS,
13999         LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN,
14000         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION, LANG_HOOKS_TYPE_FOR_MODE,
14001         LANG_HOOKS_TYPE_FOR_SIZE, LANG_HOOKS_SIGNED_TYPE,
14002         LANG_HOOKS_UNSIGNED_TYPE, LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE,
14003         LANG_HOOKS_INCOMPLETE_TYPE_ERROR, LANG_HOOKS_TYPE_PROMOTES_TO,
14004         LANG_HOOKS_REGISTER_BUILTIN_TYPE, LANG_HOOKS_WRITE_GLOBALS):
14005         Move to c-objc-common.h.
14006         * c-objc-common.c: Include c-objc-common.h.
14007         * c-objc-common.h: New file.
14008
14009 2004-08-15  Andreas Tobler  <a.tobler@schweiz.ch>
14010             Andrew Pinski  <pinskia@physics.uc.edu>
14011
14012         PR target/14931
14013         * config/rs6000/darwin-tramp.asm (L_abort$stub): Change to new stub
14014         style.
14015
14016 2004-08-15  Nathan Sidwell  <nathan@codesourcery.com>
14017
14018         * tree.h (build_int_cst): New.
14019         (build_int_2): Remove.
14020         * tree.c (build_int_2): Remove.
14021         (build_int_cst): New.
14022         (make_vector_type, build_common_tree_nodes,
14023         build_common_tree_nodes_2): Use build_int_cst.
14024         * builtins.c (expand_builtin_prefetch, expand_builtin_strstr,
14025         expand_builtin_strpbrk, expand_builtin_fputs,
14026         build_string_literal, expand_builtin_printf,
14027         expand_builtin_sprintf, fold_builtin_lround, fold_builtin_bitop,
14028         fold_builtin_bitop, fold_builtin_isascii, fold_builtin_toascii,
14029         fold_builtin_isdigit, simplify_builtin_strstr,
14030         simplify_builtin_strpbrk, fold_builtin_fputs,
14031         simplify_builtin_sprintf): Use build_int_cst.
14032         * c-common.c (start_fname_decls, fix_string_type,
14033         c_common_nodes_and_builtins, c_init_attributes,
14034         shorten_compare): Likewise.
14035         * c-decl.c (complete_array_type,
14036         check_bitfield_type_and_width): Likewise.
14037         * c-lex.c (interpret_integer, lex_charconst): Likewise.
14038         * c-parse.in (primary): <TYPES_COMPATIBLE_P> Likewise.
14039         * c-pretty-print.c (pp_c_integer_constant): Likewise.
14040         * c-typeck.c (really_start_incremental_init, push_init_level,
14041         set_nonincremental_init_from_string): Likewise.
14042         * calls.c (load_register_parameters): Likewise.
14043         * convert.c (convert_to_pointer): Likewise.
14044         * coverage.c (coverage_counter_alloc, tree_coverage_counter_ref,
14045         build_fn_info_type, build_ctr_info_value, build_gcov_info):
14046         Likewise.
14047         * except.c (init_eh, assign_filter_values, assign_filter_values):
14048         Likewise.
14049         * expmed.c (store_fixed_bit_field, extract_bit_field,
14050         extract_fixed_bit_field, extract_split_bit_field, expand_shift,
14051         expand_mult_const, expand_mult_highpart_adjust, extract_high_half,
14052         expand_sdiv_pow2, expand_divmod, make_tree): Likewise.
14053         * expr.c (convert_move, emit_group_load, emit_group_store,
14054         expand_assignment, store_constructor, store_field,
14055         expand_expr_real_1, reduce_to_bit_field_precision): Likewise.
14056         * fold-const.c (force_fit_type, int_const_binop, fold_convert_const,
14057         invert_truthvalue, optimize_bit_field_compare,
14058         decode_field_reference, all_ones_mask_p, constant_boolean_node,
14059         fold_div_compare, fold, fold_read_from_constant_string,
14060         fold_negate_const, fold_abs_const, fold_not_const): Likewise.
14061         * function.c (assign_parm_setup_block): Likewise.
14062         * stmt.c (shift_return_value, expand_end_case_type,
14063         estimate_case_costs): Likewise.
14064         * stor-layout.c (layout_type, initialize_sizetypes,
14065         set_min_and_max_values_for_integral_type): Likewise.
14066         * tree-chrec.c (chrec_fold_multiply_poly_poly,
14067         reset_evolution_in_loop): Likewise.
14068         * tree-chrec.h (build_polynomial_chrec): Likewise.
14069         * tree-complex.c (build_replicated_const): Likewise.
14070         * tree-eh.c (honor_protect_cleanup_actions,
14071         lower_try_finally_onedest, lower_try_finally_copy,
14072         lower_try_finally_switch): Likewise.
14073         * tree-mudflap.c (mf_build_string, mx_register_decls,
14074         mudflap_register_call, mudflap_enqueue_constant): Likewise.
14075         * tree-nested.c (get_trampoline_type, get_nl_goto_field): Likewise.
14076         * tree-pretty-print.c (dump_generic_node): Likewise.
14077         * tree-ssa-ccp.c (widen_bitfield, maybe_fold_offset_to_array_ref):
14078         Likewise.
14079         * tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Likewise.
14080         * tree-ssa-loop-niter.c (number_of_iterations_cond,
14081         loop_niter_by_eval, upper_bound_in_type, lower_bound_in_type):
14082         Likewise.
14083
14084         * config/alpha/alpha.c (alpha_initialize_trampoline,
14085         alpha_va_start, alpha_gimplify_va_arg_1): Use build_int_cst.
14086         * config/arm/arm.c (arm_get_cookie_size): Likewise.
14087         * config/c4x/c4x.c (c4x_gimplify_va_arg_expr): Likewise.
14088         * config/i386/i386.c (ix86_va_start, ix86_gimplify_va_arg): Likewise.
14089         * config/i860/i860.c (i860_va_start): Likewise.
14090         * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
14091         * config/mips/mips.c (mips_build_builtin_va_list, mips_va_start,
14092         mips_gimplify_va_arg_expr): Likewise.
14093         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
14094         * config/rs6000/rs6000.c (rs6000_va_start, rs6000_gimplify_va_arg,
14095         add_compiler_branch_island): Likewise.
14096         * config/s390/s390.c (s390_va_start): Likewise.
14097         * config/sh/sh.c (sh_va_start): Likewise.
14098         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start):
14099         Likewise.
14100         * config/xtensa/xtensa.c (xtensa_va_start,
14101         xtensa_gimplify_va_arg_expr): Likewise.
14102
14103         * objc/objc-act.c (build_objc_string_object,
14104         build_objc_symtab_template, init_def_list, init_objc_symtab,
14105         init_module_descriptor, generate_static_references,
14106         build_selector_translation_table, get_proto_encoding,
14107         build_typed_selector_reference, build_selector_reference,
14108         build_next_objc_exception_stuff,
14109         build_method_prototype_list_template, generate_descriptor_table,
14110         generate_protocols, build_protocol_initializer,
14111         build_ivar_list_template, build_method_list_template,
14112         build_ivar_list_initializer, generate_ivars_list,
14113         generate_dispatch_table, generate_protocol_list,
14114         build_category_initializer, build_shared_structure_initializer,
14115         generate_shared_structures, handle_impent,
14116         generate_objc_image_info): Use build_int_cst.
14117
14118 2004-08-15  Ben Elliston  <bje@au.ibm.com>
14119
14120         * vec.h: Comment improvements.
14121
14122 2004-08-14  Roger Sayle  <roger@eyesopen.com>
14123
14124         * c-common.c (shorten_compare, pointer_int_sum,
14125         c_common_truthvalue_conversion, boolean_increment): Replace calls
14126         to build with calls to buildN.
14127         * c-decl.c (complete_array_type, grokdeclarator): Likewise.
14128         * c-gimplify.c (c_build_bind_expr, gimplify_c_loop,
14129         gimplify_switch_stmt): Likewise.
14130         * c-typeck.c (default_function_array_conversion,
14131         build_component_ref, build_array_ref, build_function_call,
14132         pointer_diff, build_unary_op, build_conditional_expr,
14133         build_compound_expr, build_modify_expr, c_finish_goto_label,
14134         c_finish_goto_ptr, c_finish_return, c_finish_loop,
14135         c_finish_bc_stmt, c_finish_stmt_expr, c_end_compound_stmt,
14136         build_binary_op): Likewise.
14137
14138 2004-08-15  Steven Bosscher  <stevenb@suse.de>
14139
14140         * rtl.c (note_insn_name): Add NOTE_DISABLE_SCHED_OF_BLOCK.
14141
14142 2004-08-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14143
14144         * fixinc/inclhack.def (stdio_va_list): Also fix com_err.h, cps.h,
14145         curses.h, krb5.h, lc_core.h, pfmt.h, wchar.h and curses_colr/curses.h.
14146         * fixinc/fixincl.x: Rebuilt.
14147
14148 2004-08-14  Richard Sandiford  <rsandifo@redhat.com>
14149
14150         * config/mips/mips-protos.h (mips_symbolic_constant_p)
14151         (mips_atomic_symbolic_constant_p, mips_stack_address_p)
14152         (mips_small_data_pattern_p): Declare.
14153         * config/mips/mips.h (CONST_GP_P): Moved from mips.c.
14154         (PREDICATE_CODES, SPECIAL_MODE_PREDICATES): Delete.
14155         * config/mips/mips.c (mips_symbolic_constant_p): Make global.
14156         (mips_atomic_symbolic_constant_p, mips_stack_address_p): New functions.
14157         (uns_arith_operand, const_arith_operand, arith_operand, sle_operand)
14158         (sleu_operand, small_int, reg_or_0_operand, const_float_1_operand)
14159         (reg_or_const_float_1_operand, hilo_operand, extend_operator)
14160         (macc_msac_operand, equality_op, cmp_op, trap_cmp_op)
14161         (pc_or_label_operand, call_insn_operand, move_operand)
14162         (consttable_operand, symbolic_operand, general_symbolic_operand)
14163         (global_got_operand, local_got_operand, stack_operand)
14164         (fp_register_operand, lo_operand, fcc_register_operand): Delete.
14165         (mips_small_data_pattern_1): Renamed from small_data_pattern_1.
14166         (mips_small_data_pattern_p): Replace previous small_data_pattern
14167         predicate.  Turn into a bool () (rtx) function.
14168         * config/mips/predicates.md: New file.
14169         * config/mips/mips.md: Include it.  Use the target-independent
14170         comparison_operator instead of cmp_op.  Rename trap_cmp_op to
14171         trap_comparison_operator and equality_op to equality_operator.
14172         Replace uses of small_int with the equivalent const_arith_operand.
14173         Rename reg_or_const_float_1_operand to reg_or_1_operand.  Rename
14174         const_float_1_operand to const_1_operand.  Rename fcc_register_operand
14175         to fcc_reload_operand.
14176         * config/mips/sb1.md: Rename fp_register_operand to fpr_operand.
14177
14178 2004-08-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14179
14180         PR libstdc++/17005 partial fix.
14181         * pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Define _INCLUDE__STDC_A1_SOURCE
14182         except when generating ANSI/C89 code.
14183
14184 2004-08-14  Nathan Sidwell  <nathan@codesourcery.com>
14185
14186         * c-common.c (shorten_compare): Use force_fit_type directly.
14187
14188 2004-08-14  Gerald Pfeifer  <gerald@pfeifer.com>
14189             Dimitri Papadopoulos-Orfanos  <papadopo@shfj.cea.fr>
14190             Dave Korn  <dk@artimi.com>
14191
14192         * doc/install.texi (Building): Avoid duplicate reference to GNU
14193         make requirement.
14194         (*-*-solaris2*): Do not recommend GNU make any longer.  Simplify.
14195
14196 2004-08-14  Richard Henderson  <rth@redhat.com>
14197
14198         * config/alpha/alpha.h (PROMOTE_MODE): Don't promote vector types.
14199         * config/alpha/alpha.c (function_value): Use PROMOTE_MODE.
14200
14201 2004-08-13  Richard Henderson  <rth@redhat.com>
14202
14203         * config/i386/i386.md (call_1, sibcall_1, call_1_rex64): Use Pmode
14204         for constant_call_address_operand.
14205         (call_value_pop_1, call_value_1): Likewise.
14206         (sibcall_value_1, call_value_1_rex64): Likewise.
14207
14208 2004-08-13  James E Wilson  <wilson@specifixinc.com>
14209
14210         * config/mips/sb1.md (ir_sb1_divdf_2pipes, ir_sb1_divdf_1pipe):
14211         Correct mode from SFmode to DFmode.
14212
14213 2004-08-13  Ziemowit Laski  <zlaski@apple.com>
14214
14215         * config/darwin.h (EXTRA_SECTION_FUNCTIONS): Mark the __sel_fixup,
14216         __cstring_object and __image_info sections with the no_dead_strip
14217         attribute.
14218
14219 2004-08-13  Roger Sayle  <roger@eyesopen.com>
14220             David Billinghurst  <David.Billinghurst@riotinto.com>
14221
14222         PR libgfortran/15930
14223         * fixinc/inclhack.def (irix___generic1, irix___generic2): New.
14224         * fixinc/fixincl.x: Regenerate.
14225         * fixinc/tests/base/internal/math_core.h: New file.
14226
14227 2004-08-13  Richard Henderson  <rth@redhat.com>
14228
14229         * dbxout.c (NO_DBX_FUNCTION_END): Default to zero.
14230         (dbxout_function_end): Remove ifdefs for it.
14231         (dbxout_begin_prologue): Protect N_BNSYM with it, and gdb extensions.
14232
14233 2004-08-13  Richard Henderson  <rth@redhat.com>
14234
14235         * Makefile.in (insn-preds.o): Depend on TREE_H.
14236         * genpreds.c (write_insn_preds_c): Include tree.h.
14237         * config/alpha/alpha.c (reg_or_0_operand, reg_or_6bit_operand,
14238         reg_or_8bit_operand, cint8_operand, add_operand, sext_add_operand,
14239         const48_operand, and_operand, or_operand, mode_width_operand,
14240         mode_mask_operand, mul8_operand, const0_operand,
14241         hard_fp_register_operand, hard_int_register_operand,
14242         reg_or_cint_operand, some_operand, some_ni_operand, input_operand,
14243         samegp_function_operand, direct_call_operand, small_symbolic_operand,
14244         global_symbolic_operand, call_operand, symbolic_operand,
14245         dtp16_symbolic_operand, dtp32_symbolic_operand,
14246         gotdtp_symbolic_operand, tp16_symbolic_operand, tp32_symbolic_operand,
14247         gottp_symbolic_operand, alpha_comparison_operator,
14248         alpha_zero_comparison_operator, alpha_swapped_comparison_operator,
14249         signed_comparison_operator, alpha_fp_comparison_operator,
14250         divmod_operator, fix_operator, aligned_memory_operand,
14251         unaligned_memory_operand, reg_or_unaligned_mem_operand,
14252         any_memory_operand, reg_not_elim_operand, normal_memory_operand,
14253         reg_no_subreg_operand, addition_operation): Move to predicates.md.
14254         (reg_or_const_int_operand): Remove.  Replace all users with
14255         reg_or_cint_operand.
14256         (tls_symbolic_operand_1): Export.  Don't check mode or for CONST.
14257         (resolve_reload_operand): Split out of aligned_memory_operand.
14258         * config/alpha/alpha-protos.h: Update for exports.
14259         * config/alpha/alpha.h (PREDICATE_CODES): Remove.
14260         * config/alpha/alpha.md: Include predicates.md.
14261         * config/alpha/predicates.md: New file.
14262
14263 2004-08-13  Richard Sandiford  <rsandifo@redhat.com>
14264
14265         * genattrtab.c (insn_ent): Replace insn_code, insn_index and lineno
14266         fields with a pointer to the instruction definition.
14267         (get_attr_value, fill_attr, make_length_attrs, remove_insn_ent)
14268         (insert_insn_ent, simplify_test_exp, optimize_attrs, write_attr_get)
14269         (write_attr_case, write_const_num_delay_slots): Update accordingly.
14270         (write_attr_case, write_const_num_delay_slots): Write the name of
14271         an insn next to its case statement.
14272         * genoutput.c (data): Add a filename field.
14273         (gen_insn, gen_peephole, gen_expand, gen_split): Set it.
14274         (output_insn_data): Print the location of each insn definition.
14275         * genrecog.c (write_action): Print the name of an insn above
14276         the statement that returns its code.
14277
14278 2004-08-12  Andrew Pinski  <pinskia@physics.uc.edu>
14279
14280         * config/darwin-c.c (find_subframework_file): Fix spelling of cannot.
14281         * config/libgloss.h: Likewise.
14282         * config/arm/arm.c (arm_gen_load_multiple): Likewise.
14283         * c4x/c4x-modes.def: Likewise.
14284         * config/c4x/c4x.c (c4x_hard_regno_rename_ok): Likewise.
14285         (c4x_rptb_nop_p): Likewise.
14286         (c4x_rptb_valid_p): Likewise.
14287         (c4x_rptb_insert): Likewise.
14288         (c4x_address_conflict): Likewise.
14289         * config/c4x/c4x.md: Likewise.
14290         * config/frv/frv.md: Likewise.
14291         * config/i386/athlon.md: Likewise.
14292         * config/i386/i386.md: Likewise.
14293         * config/i386/predicates.md: Likewise.
14294         * config/ia64/ia64.c: Likewise.
14295         * config/ia64/itanium1.md: Likewise.
14296         * config/ia64/itanium2.md: Likewise.
14297         * config/iq2000/iq2000.md: Likewise.
14298         * config/mcore/mcore.c: Likewise.
14299         * config/mips/mips.c: Likewise.
14300         * config/mips/r3900.h: Likewise.
14301         * config/mips/sb1.md: Likewise.
14302         * config/pa/milli64.S: Likewise.
14303         * config/pa/pa.c: Likewise.
14304         * config/pa/pa.h: Likewise.
14305         * config/rs6000/8540.md: Likewise.
14306
14307 2004-08-13  Daniel Berlin  <dberlin@dberlin.org>
14308
14309         * Makefile.in (BOOT_CFLAGS): Remove accidental addition of -dU.
14310
14311 2004-08-13  J"orn Rennecke <joern.rennecke@superh.com>
14312
14313         * sh.md (cbranch define_delay) Use cond_delay_slot for
14314         non-anulled condition too.
14315
14316 2004-08-12  David Edelsohn  <edelsohn@gnu.org>
14317
14318         * config/rs6000/rs6000.c (any_parallel_operand): New predicate.
14319         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
14320         any_parallel_operand, lmw_operation, stmw_operation,
14321         mfcr_operation, mtcrf_operation.  Remove PARALLEL from any_operand.
14322         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Use
14323         any_parallel_operand.
14324         (return_and_restore_fpregs_{si,di}): Same.
14325
14326 2004-08-12  Zack Weinberg  <zack@codesourcery.com>
14327
14328         * genrecog.c (add_to_sequence): When processing a MATCH_PARALLEL,
14329         if pred->singleton != PARALLEL, issue a warning and pretend it was.
14330         Also issue a warning for any predicate we don't know about.
14331
14332 2004-08-12  Richard Henderson  <rth@redhat.com>
14333
14334         * config/i386/i386.c (internal_label_prefix): Export.
14335         (internal_label_prefix_len, struct ix86_address,
14336         ix86_decompose_address, maybe_get_pool_constant,
14337         ix86_fp_compare_code_to_integer, ix86_fp_comparison_codes,
14338         memory_address_length): Export.
14339         (any_fp_register_operand, fp_register_operand,
14340         register_and_not_any_fp_reg_operand, register_and_not_fp_reg_operand,
14341         x86_64_general_operand, x86_64_szext_general_operand,
14342         x86_64_nonmemory_operand, x86_64_movabs_operand,
14343         x86_64_szext_nonmemory_operand, x86_64_immediate_operand,
14344         x86_64_zext_immediate_operand, const_int_1_31_operand,
14345         symbolic_operand, pic_symbolic_operand, local_symbolic_operand,
14346         tls_symbolic_operand, global_dynamic_symbolic_operand,
14347         local_dynamic_symbolic_operand, initial_exec_symbolic_operand,
14348         local_exec_symbolic_operand, call_insn_operand, sibcall_insn_operand,
14349         constant_call_address_operand, const0_operand, const1_operand,
14350         const248_operand, const_0_to_3_operand, const_0_to_7_operand,
14351         const_0_to_15_operand, const_0_to_255_operand, incdec_operand,
14352         shiftdi_operand, reg_no_sp_operand, mmx_reg_operand,
14353         general_no_elim_operand, nonmemory_no_elim_operand,
14354         index_register_operand, q_regs_operand, flags_reg_operand,
14355         non_q_regs_operand, zero_extended_scalar_load_operand,
14356         vector_move_operand, no_seg_address_operand, sse_comparison_operator,
14357         ix86_comparison_operator, ix86_carry_flag_operator,
14358         fcmov_comparison_operator, promotable_binary_operator,
14359         cmp_fp_expander_operand, ext_register_operand, binary_fp_operator,
14360         mult_operator, div_operator, arith_or_logical_operator,
14361         memory_displacement_operand, cmpsi_operand, long_memory_operand,
14362         aligned_operand): Move to predicates.md as define_predicates.
14363         (tls_symbolic_operand_1): Remove.
14364         (x86_64_sign_extended_value): Merge into x86_64_immediate_operand.
14365         (x86_64_zero_extended_value): Merge into x86_64_zext_immediate_operand.
14366         (legitimize_address): Merge tls_symbolic_operand contents.
14367         (ix86_expand_move): Likewise.
14368         * config/i386/i386-protos.h: Update for exports.
14369         * config/i386/i386.h (EXTRA_CONSTRAINT): Update for renames.
14370         (PREDICATE_CODES, SPECIAL_MODE_PREDICATES): Remove.
14371         * config/i386/i386.md: Include predicates.md.
14372         * config/i386/predicates.md: New file.
14373
14374 2004-08-13  Mark Mitchell  <mark@codesourcery.com>
14375
14376         PR c++/16924
14377         * config/i386/winnt.c (i386_pe_mark_dllexport): Set
14378         SYMBOL_REF_DECL.
14379         (i386_pe_mark_dllimport): Likewise.
14380         (i386_pe_encode_section_info): Likewise, when overriding
14381         dllimport attribute.
14382
14383 2004-08-12  Geoffrey Keating  <geoffk@apple.com>
14384
14385         * configure.ac: When testing for flex, nm, ar, and bison, check
14386         that they will actually be built.
14387         * configure: Regenerate.
14388
14389 2004-08-12  Ulrich Weigand  <uweigand@de.ibm.com>
14390
14391         * config/s390/s390.h (MAX_FIXED_MODE_SIZE): Define.
14392         (MOVE_MAX_PIECES): Define.
14393
14394 2004-08-12  Devang patel  <dpatel@apple.com>
14395
14396         * dbxout.c (dbxout_begin_prologue): New function.
14397         (dbx_debug_hooks): Use new begin prologue hook.
14398         (dbxout_function_end): Emit N_ENSYM.
14399         * stab.def (N_BNSYM, N_ENSYM): Define and document these two new stabs.
14400
14401 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
14402
14403         * config/rs6000/altivec.h (vec_dst): Fix C++ functions whose first
14404         argument is float*.
14405
14406         * config/rs6000/rs6000.c (altivec_init_builtins): Fix argument type
14407         for vec_dss.
14408
14409         * doc/extend.texi (AltiVec builtins): Fix description for recent
14410         changes.  Update operation list to match current support.
14411
14412 2004-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>
14413
14414         * config/s390/s390.c (struct s390_frame_layout): New struct as element
14415         of struct machine_function.
14416         (cfun->machine->frame_size): Moved into cfun->machine->frame_layout and
14417         changed all uses.
14418         (cfun->machine->save_fprs_p): Replaced by cfun_save_high_fprs and
14419         changed all uses.
14420         (cfun_frame_layout, cfun_save_high_fprs_p, cfun_gprs_save_area_size)
14421         (cfun_set_fpr_bit, cfun_fpr_bit_p): New macros.
14422         (s390_frame_area, s390_register_info): New functions.
14423         (s390_optimize_prolog): Renamed to s390_optimize_prologue.  Added check
14424         for base register.
14425         (s390_return_addr_rtx, s390_return_address_offset)
14426         (s390_va_start, s390_gimplify_va_arg)
14427         (s390_emit_prologue, s390_emit_epilogue): Adjusted for new stack
14428         layouts.
14429         (s390_frame_info): Functionality partly moved to s390_register_info.
14430         Made adaptions for new stack layout.
14431         (save_gprs, restore_gprs): Changed meaning of second parameter and
14432         adapted all callers.
14433
14434         * config/s390/s390.h (s390_backchain_string): New global variable.
14435         (MASK_BACKCHAIN): Removed definition.
14436         (TARGET_BACKCHAIN): Changed check.
14437         (TARGET_KERNEL_BACKCHAIN): New macro.
14438         (TARGET_SWITCHES): Removed entries of "backchain" and "no-backchain".
14439         (TARGET_OPTIONS): Added "backchain", "no-backchain" and
14440         "kernel-backchain".
14441         (DYNAMIC_CHAIN_ADDRESS): Adjusted for new stack layouts.
14442
14443         * config/s390/s390.md ("allocate_stack"): Added TARGET_KERNEL_BACKCHAIN
14444         as condition.  Adjusted for new stack layout.
14445
14446         * doc/invoke.texi: Added documentation for new option
14447         "-mkernel-backchain" and adjusted documentation of "-mbackchain" and
14448         "-mno-backchain".
14449
14450 2004-08-12  Paul Brook  <paul@codesourcery.com>
14451
14452         * config/arm/lib1funcs.asm (ARM_FUNC_ALIAS): Also alias _L__name.
14453         (aeabi_uidivmod, aeabi_idivmod): Provide thumb implementation.
14454
14455 2004-08-12  David Daney  <ddaney@avtrex.com>
14456
14457         * java/gcj.texi:  Add subsection on signal usage.
14458
14459 2004-08-12  David Edelsohn  <edelsohn@gnu.org>
14460
14461         * expr.c (move_by_pieces): Set alignment for move to minimum of
14462         MOVE_MAX_PIECES mode alignment and the largest non-slow mode
14463         alignment, but not less than the original alignment.
14464         (move_by_pieces_ninsns): Same.
14465         (can_store_by_pieces): Similar for store with STORE_MAX_PIECES.
14466         (store_by_pieces_1): Same.
14467
14468 2004-08-12  Diego Novillo  <dnovillo@redhat.com>
14469
14470         PR tree-optimization/16867
14471         * tree.c (is_global_var): New function.
14472         (needs_to_live_in_memory): Check for TREE_ADDRESSABLE.
14473         Call is_global_var.
14474         * tree.h (DECL_NEEDS_TO_LIVE_IN_MEMORY_INTERNAL): Remove.
14475         Update all users.
14476         (is_global_var): Declare.
14477         * tree-dfa.c (dump_variable): Display global and addressable
14478         attributes.
14479         (add_referenced_var): Clarify documentation when marking
14480         variables call-clobbered.
14481         * tree-flow-inline.h (is_call_clobbered): Call is_global_var
14482         instead of needs_to_live_in_memory.
14483         (mark_call_clobbered): If the variable is a tag, mark it
14484         DECL_EXTERNAL.
14485         * tree-gimple.c (is_gimple_reg): Don't check for
14486         TREE_ADDRESSABLE.
14487         (is_gimple_non_addressable): Likewise.
14488         * tree-ssa-alias.c (get_nmt_for): Always check whether the tag
14489         needs to be marked call-clobbered.
14490         (setup_pointers_and_addressables): Call is_global_var instead
14491         of needs_to_live_in_memory.
14492         * tree-ssa-dce.c (need_to_preserve_store): Remove.
14493         Update all users with is_global_var.
14494         (mark_stmt_if_obviously_necessary): Fix processing of aliased
14495         stores.  Don't check the virtual definitions.  Rather, check
14496         whether the store is going into global memory.
14497         (find_obviously_necessary_stmts): Get the symbol from the PHI
14498         result.
14499         * tree-ssa-operands.c (get_call_expr_operands): Do not add
14500         clobbering may-defs if the call does not have side effects.
14501
14502 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
14503
14504         PR c++/16276
14505         * output.h (default_function_rodata_section,
14506         default_no_function_rodata_section): New prototypes.
14507         * target.h (struct gcc_target): Add asm_out.function_rodata_section.
14508         * target-def.h (TARGET_ASM_FUNCTION_RODATA_SECTION): Define.
14509         (TARGET_ASM_OUT): Add it.
14510         * varasm.c (default_function_rodata_section,
14511         default_no_function_rodata_section): New functions.
14512         * final.c (final_scan_insn): Call
14513         targetm.asm_out.function_rodata_section instead of
14514         readonly_data_section.
14515         * config/darwin.h (TARGET_ASM_FUNCTION_RODATA_SECTION): Define.
14516         * config/mcore/mcore.c (TARGET_ASM_FUNCTION_RODATA_SECTION): Likewise.
14517         * config/ip2k/ip2k.c (TARGET_ASM_FUNCTION_RODATA_SECTION): Likewise.
14518         * config/rs6000/xcoff.h (TARGET_ASM_FUNCTION_RODATA_SECTION):
14519         Likewise.
14520         * config/alpha/alpha.c (TARGET_ASM_FUNCTION_RODATA_SECTION): Likewise.
14521         * config/i386/cygming.h (TARGET_ASM_FUNCTION_RODATA_SECTION):
14522         Likewise.
14523         * config/i386/i386-interix.h (TARGET_ASM_FUNCTION_RODATA_SECTION):
14524         Likewise.
14525         * config/arm/pe.h (TARGET_ASM_FUNCTION_RODATA_SECTION): Likewise.
14526         * config/avr/avr.c (TARGET_ASM_FUNCTION_RODATA_SECTION): Likewise.
14527         * doc/tm.texi (TARGET_ASM_FUNCTION_RODATA_SECTION): Document.
14528
14529 2004-08-12  Paul Brook  <paul@codesourcery.com>
14530
14531         * dwarf2out.h (dwarf2out_frame_finish): Conditionalize outputting eh
14532         frame info.
14533         * doc/tm.texi: Document interaction between TARGET_UNWIND_INFO and
14534         DWARF2_UNWIND_INFO.
14535
14536 2004-08-12  Ben Elliston  <bje@au.ibm.com>
14537
14538         PR target/16286
14539         * config/rs6000/altivec.h: Change vector to __vector throughout.
14540         (Except for the `vector' macro itself).
14541
14542 2004-08-12  Zack Weinberg  <zack@codesourcery.com>
14543
14544         * genpreds.c: Add capability to generate predicate bodies as
14545         well as function prototypes.  Write function prototypes for
14546         the generic predicates too.
14547         (process_define_predicate, write_tm_preds_h, write_insn_preds_c)
14548         (write_predicate_subfunction, mark_mode_tests, add_mode_tests)
14549         (write_match_code, write_predicate_expr, write_one_predicate_function)
14550         (parse_option): New functions.
14551         (output_predicate_decls): Delete.
14552         (main): Read the machine description, process DEFINE_PREDICATE or
14553         DEFINE_SPECIAL_PREDICATE patterns, write tm-preds.h or insn-preds.c
14554         as appropriate.
14555
14556         * genrecog.c (struct decision_test): Replace index with
14557         struct pred_data pointer.
14558         (next_index): Remove, unused.
14559         (pred_table, preds, special_mode_pred_table): Delete.
14560         (compute_predicate_codes, process_define_predicate): New functions.
14561         (validate_pattern, add_to_sequence, write_switch): Update for
14562         new data structures.
14563         (main): Handle DEFINE_PREDICATE and DEFINE_SPECIAL_PREDICATE.
14564         Check both error_count and have_error.
14565
14566         * gensupport.c (in_fname, first_predicate): New globals.
14567         (define_pred_queue, define_pred_tail): New RTL-pattern queue.
14568         (predicate_table, last_predicate, old_pred_table)
14569         (old_special_pred_table): New statics.
14570         (hash_struct_pred_data, eq_struct_pred_data, lookup_predicate)
14571         (add_predicate, init_predicate_table): New functions.
14572         (process_rtx): Handle DEFINE_PREDICATE and DEFINE_SPECIAL_PREDICATE.
14573         (init_md_reader_args_cb): Use the global in_fname.  No need to zero
14574         it or max_include_len.  Call init_predicate_table.
14575         (read_rtx): Run the predicate queue after the attribute queue
14576         but before all the others.
14577         * gensupport.h (in_fname, struct pred_data, first_predicate)
14578         (lookup_predicate, add_predicate, FOR_ALL_PREDICATES): Declare.
14579         * rtl.def (MATCH_CODE, MATCH_TEST, DEFINE_PREDICATE)
14580         (DEFINE_SPECIAL_PREDICATE): New RTL codes.
14581         * dummy-conditions.c: Don't include bconfig.h, system.h,
14582         coretypes.h, tm.h, or system.h.  Do include stddef.h.
14583         Duplicate declaration of struct c_test from gensupport.h.
14584
14585         * Makefile.in (OBJS-common): Add insn-preds.o.
14586         (STAGESTUFF, .PRECIOUS): Add insn-preds.c.
14587         (insn-preds.c, insn-preds.o): New rules.
14588         (s-preds): Also generate insn-preds.c.
14589         (dummy-conditions.o, genpreds$(build_exeext), genpreds.o):
14590         Update dependencies.
14591         (print-rtl.o, print-rtl1.o): Correct dependencies.
14592
14593         * recog.h: Delete prototypes of predicate functions.
14594
14595         * doc/md.texi (Predicates): New section with complete
14596         documentation of operand/operator predicates.  Remove some
14597         incomplete documentation of predicates from other places.
14598         * doc/tm.texi (Misc): Move SPECIAL_MODE_PREDICATES next to
14599         PREDICATE_CODES; indicate that both are deprecated in favor
14600         of define_predicate/define_special_predicate.
14601
14602         * config/ia64/ia64.c: All predicate function definitions moved
14603         to ia64.md, except
14604         (small_addr_symbolic_operand, tls_symbolic_operand): Delete.
14605         (ia64_expand_load_address, ia64_expand_move):
14606         Check SYMBOL_REF_TLS_MODEL directly, don't use tls_symbolic_operand.
14607
14608         * config/ia64/ia64.md: All predicates now defined here.
14609         (symbolic_operand): Is now a special predicate.
14610
14611         * config/ia64/ia64.h: Declare ia64_section_threshold.
14612         (PREDICATE_CODES): Delete.
14613
14614 2004-08-12  Richard Henderson  <rth@redhat.com>
14615
14616         * c-common.h (STATEMENT_LIST_HAS_LABEL): New.
14617         * c-semantics.c (add_stmt): Set it.
14618         * c-decl.c (finish_decl): Use it to create a new BIND_EXPR
14619         before instantiating a variable sized type.
14620
14621 2004-08-12  Richard Henderson  <rth@redhat.com>
14622
14623         * stor-layout.c (round_up, round_down): Move ...
14624         * fold-const.c (round_up, round_down): ... here.  Use
14625         multiple_of_p to avoid any arithmetic at all.
14626
14627 2004-08-12  Richard Henderson  <rth@redhat.com>
14628
14629         * gimplify.c (struct gimplify_init_ctor_preeval_data): New.
14630         (gimplify_init_ctor_preeval_1): New.
14631         (gimplify_init_ctor_preeval): New.
14632         (gimplify_init_ctor_eval): New.
14633         (gimplify_init_constructor): Use them.  Always gimplify the LHS
14634         object first.
14635
14636 2004-08-12  Ziemowit Laski  <zlaski@apple.com>
14637
14638         (This patch is part of merge of objc-improvements-branch
14639         into mainline.)
14640
14641         * doc/frontends.texi: Mention Objective-C++ in addition to
14642         Objective-C.
14643         * doc/install.texi: Add 'obj-c++' to list of configurable
14644         languages.
14645         * doc/invoke.texi: Rename Objective-C option headings to
14646         indicate they also apply to Objective-C++.  List file
14647         extensions for Objective-C++ sources.  Mention that
14648         ObjC and ObjC++ compilations may also use C and C++ options,
14649         respectively.  Point users to doc/standards.texi for
14650         further info on ObjC and ObjC++.
14651         * doc/sourcebuild.texi: Mention the objcp/ directory and
14652         the Objective-C++ sources it contains.
14653         * doc/standards.texi: Update link to Apple ObjC site;
14654         add link to gcc readings.html WWW doc.
14655
14656 2004-08-12  Alan Modra  <amodra@bigpond.net.au>
14657
14658         * config/rs6000/rs6000.c (function_arg_padding): Revert 2004-07-28
14659         and 2004-07-14 changes.
14660
14661 2004-08-12  Paul Brook  <paul@codesourcery.com>
14662
14663         * doc/invoke.texi: Fix typo.
14664
14665 2004-08-11 Devang Patel  <dpatel@apple.com>
14666
14667         * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Add -dead_strip
14668         and -no_dead_strip_inits_and_terms.
14669         (LINK_SPEC): Same.
14670         * doc/invoke.texi (Darwin Options): Document -dead_strip and
14671         -no_dead_strip_inits_and_terms.
14672
14673 2004-08-11  Paul Brook  <paul@codesourcery.com>
14674
14675         * config/arm/arm-protos.h (arm_finalize_pic) Rename ...
14676         (arm_load_pic_register): ... to this.
14677         * config/arm/arm.c (arm_finalize_pic): Rename ...
14678         (arm_load_pic_register): ... to this.  Always output insns at the
14679         current location.  Load via low reg in thumb mode.
14680         (arm_expand_prologue): Call arm_load_pic_register.
14681         (thumb_expand_prologue): Ditto.
14682         * config/arm/arm.h (FINALIZE_PIC): Remove.
14683         * config/arm/arm.md (builtin_setjmp_receiver): Call
14684         arm_load_pic_register.
14685
14686 2004-08-11  Paul Brook  <paul@codesourcery.com>
14687
14688         * arm.c (thumb_force_lr_save): Add prototype.
14689         (thumb_compute_save_reg_mask): New function.
14690         (thumb_find_work_register): New function.
14691         (arm_get_frame_offsets): Use thumb_compute_save_reg_mask.
14692         (thumb_unexpanded_epilogue): Ditto.  Remove redundant code.
14693         Don't clobber r3 when removing pretend args.
14694         (thumb_expand_prologue): Use thumb_compute_save_reg_mask.
14695         (thumb_output_function_prologue): Use new functions.
14696         (thumb_set_return_address): Use thumb_compute_save_reg_mask.
14697         * arm.h (THUMB_REG_PUSHED_P): Remove.
14698
14699 2004-08-11  James E Wilson  <wilson@specifixinc.com>
14700
14701         PR rtl-optimization/16490
14702         * cfgrtl.c (cfg_layout_split_edge): Set global_live_at_start and
14703         global_live_at_end for new basic block if already set for other blocks.
14704
14705 2004-08-11 David Edelsohn  <edelsohn@gnu.org>
14706
14707         * config/rs6000/rs6000.h (MAX_FIXED_MODE_SIZE): Define.
14708
14709         * config/rs6000/rs6000.md (mfcr rlwinm patterns): Set length to 8.
14710         (mfcr rlwinm rlwinm patterns): Set length to 12.
14711
14712 2004-08-11  Andrew MacLeod  <amacleod@redhat.com>
14713
14714         * tree-flow-inline.h (get_def_ops, get_use_ops, get_v_may_def_ops,
14715         get_vuse_ops,get_v_must_def_ops): Add operand structure reference.
14716         (get_v_may_def_result_ptr, get_v_may_def_op_ptr): New access struct.
14717         (start_ssa_stmt_operands): Delete.
14718         * tree-flow.h (struct stmt_ann_d): Replace operand vectors with new
14719         struct stmt_operands_d.
14720         (build_ssa_operands): New extern entry point.
14721         * tree-ssa-dom.c (record_equivalences_from_stmt): Remove operand
14722         building code, replace with create_ssa_artficial_load_stmt().
14723         * tree-ssa-operands.c (struct voperands_d): Delete.
14724         (allocate_v_may_def_optype): Allocate v_may_def_operand_type_t vector.
14725         (allocate_v_must_def_optype): Use sizeof (tree), not sizeof (tree *).
14726         (free_uses, free_defs, free_vuses, free_v_may_defs,
14727         free_v_must_defs): Remove dealloc parameter.
14728         (remove_vuses, remove_v_may_def, remove_v_must_defs): Delete.
14729         (finalize_ssa_defs, finalize_ssa_uses, finalize_ssa_v_may_defs,
14730         finalize_ssa_vuses, finalize_ssa_v_must_defs): Perform all operand
14731         vector comparisons, ssa_name reuse, and allocations here.
14732         (verify_start_operands): Delete.
14733         (finalize_ssa_stmt_operands): Set new operands by calling finalize
14734         routines.
14735         (start_ssa_stmt_operands): Move from tree-flow-inline.h.
14736         (append_def, append_usei): Simplify to simple accumulation.
14737         (append_v_may_def, append_vuse, append_v_must_def): Simplify to avoiding
14738         duplicates and simple accumulation.
14739         (free_ssa_operands): Free vectors in a stmt_operand structure.
14740         (build_ssa_operands): New. Create a new stmt_operand structure from
14741         a stmt and an old set of stmt_operands.
14742         (get_stmt_operands): Simplify and call build_ssa_operands.
14743         (get_expr_operands, get_asm_expr_operands, get_indirect_ref_operands,
14744         get_call_expr_operands, add_stmt_operand, add_call_clobber_ops,
14745         add_call_read_ops): Don't pass prev_vops around anymore.
14746         (note_addressable): Return if no stmt annotation.
14747         (copy_virtual_operands): Access v_may_def operands through a struct.
14748         (create_ssa_artficial_load_stmt): New.  Create a load stmt for DOM's
14749         hash tables without treating the stmt as a real stmt.
14750         * tree-ssa-operands.h (struct v_may_def_operand_type): New.  Access
14751         v_may_def def and use through a struct instead of 2 array elements.
14752         (struct v_may_def_optype_d): Use v_may_def_operand_type.
14753         (struct stmt_operands_d): New.  Struct for storing all operand vectors.
14754
14755 2004-08-11  Nick Clifton  <nickc@redhat.com>
14756
14757         * config/arm/arm.c (arm_is_longcall_p): Update comment describing
14758         this funciton's behaviour.  Return true when the current function
14759         has a section attribute and -mlong-calls is in effect.
14760         * config/arm/arm.h (ARM_DECLARE_FUNCTION_SIZE): Do not set the
14761         short-call marker when -mlong-calls is in effect and the function
14762         has a section attribute.
14763
14764 2004-08-10  Zack Weinberg  <zack@codesourcery.com>
14765
14766         * stmt.c (expand_return): If asked to return the RESULT_DECL,
14767         just call expand_value_return on result_rtl.
14768
14769 2004-08-10  Richard Henderson  <rth@redhat.com>
14770
14771         * builtins.def (BUILT_IN_STACK_ALLOC): Remove.
14772         * builtins.c (expand_builtin) <BUILT_IN_STACK_ALLOC>: Remove.
14773         * dwarf2out.c (loc_descriptor): Handle PARALLEL here ...
14774         (add_location_or_const_value_attribute): ... not here.  Use
14775         loc_descriptor_from_tree if possible.
14776         (loc_descriptor_from_tree_1): Rename from loc_descriptor_from_tree.
14777         Simplify address handling.  Handle DECL_VALUE_EXPR.  Handle register
14778         values specially.
14779         (loc_descriptor_from_tree): New.  Update callers.
14780         * expr.c (expand_var): Ignore DECL_VALUE_EXPR variables.
14781         * gimplify.c (gimplify_decl_expr): Lower variable sized types to
14782         pointer plus dereference.  Set DECL_VALUE_EXPR.  Set save_stack.
14783         (gimplify_call_expr): Do not recognize BUILT_IN_STACK_ALLOC
14784         and BUILT_IN_STACK_RESTORE.
14785         (gimplify_expr): Lower DECL_VALUE_EXPR decls.
14786         * stmt.c (expand_stack_alloc): Remove.
14787         * tree-mudflap.c (mx_register_decls): Don't look for
14788         BUILT_IN_STACK_ALLOC.
14789         * tree-nested.c (convert_local_reference): Likewise.
14790         * tree.h (DECL_VALUE_EXPR): New.
14791
14792 2004-08-10  Richard Henderson  <rth@redhat.com>
14793
14794         * stor-layout.c (round_up): Check for 0/1 before dividing.
14795         (round_down): Likewise.
14796
14797         * tree-tailcall.c (suitable_for_tail_opt_p): Also check DECL_EXTERNAL.
14798
14799 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
14800
14801         * config.gcc (arm*-*-eabi*): New target.
14802         * defaults.h (TARGET_LIBGCC_FUNCS): New macro.
14803         (TARGET_LIB_INT_CMP_BIASED): Likewise.
14804         * expmed.c (expand_divmod): Try a two-valued divmod function as a
14805         last resort.
14806         * gthr.h: Remove bogus tokens at end of #pragma.
14807         * optabs.c (expand_twoval_binop_libfunc): New function.
14808         (prepare_cmp_insn): Handle the !TARGET_LIB_INT_CMP_BIASED case.
14809         (prepare_float_lib_cmp): Try reversing the condition.
14810         (debug_optab_libfuncs): New function.
14811         * optabs.h (expand_twoval_binop_libfunc): Declare.
14812         * config/arm/arm.c (arm_init_libfuncs): New function.
14813         (arm_compute_initial_eliminatino_offset): Return HOST_WIDE_INT.
14814         (TARGET_INIT_LIBFUNCS): Define it.
14815         * config/arm/arm.h (TARGET_BPABI): New macro.
14816         * config/arm/arm-protos.h
14817         (arm_compute_initial_elimination_offset): Return HOST_WIDE_INT.
14818         * config/arm/bpabi.S: New file.
14819         * config/arm/bpabi.c: Likewise.
14820         * config/arm/bpabi.h: Likewise.
14821         * config/arm/ieee754-df.S (__aeabi_dneg): New function or alias.
14822         (__aeabi_drsub): Likewise.
14823         (__aeabi_dsub): Likewise.
14824         (__aeabi_dadd): Likewise.
14825         (__aeabi_ui2d): Likewise.
14826         (__aeabi_i2d): Likewise.
14827         (__aeabi_f2d): Likewise.
14828         (__aeabi_dmul): Likewise.
14829         (__aeabi_ddiv): Likewise.
14830         (__aeabi_cdrcmple): Likewise.
14831         (__aeabi_cdcmpeq): Likewise.
14832         (__aeabi_cdcmple): Likewise.
14833         (__aeabi_dcmpeq): Likewise.
14834         (__aeabi_dcmplt): Likewise.
14835         (__aeabi_dcmple): Likewise.
14836         (__aeabi_dcmpge): Likewise.
14837         (__aeabi_dcmpgt): Likewise.
14838         (__aeabi_dcmpun): Likewise.
14839         (__aeabi_d2iz): Likewise.
14840         (__aeabi_d2uiz): Likewise.
14841         (__aeabi_d2f): Likewise.
14842         * config/arm/ieee754-sf.S (__aeabi_fneg): New function or alias.
14843         (__aeabi_frsub): Likewise.
14844         (__aeabi_fsub): Likewise.
14845         (__aeabi_fadd): Likewise.
14846         (__aeabi_ui2f): Likewise.
14847         (__aeabi_i2f): Likewise.
14848         (__aeabi_fmul): Likewise.
14849         (__aeabi_fdiv): Likewise.
14850         (__aeabi_cfrcmple): Likewise.
14851         (__aeabi_cfcmpeq): Likewise.
14852         (__aeabi_cfcmple): Likewise.
14853         (__aeabi_fcmpeq): Likewise.
14854         (__aeabi_fcmplt): Likewise.
14855         (__aeabi_fcmple): Likewise.
14856         (__aeabi_fcmpge): Likewise.
14857         (__aeabi_fcmpgt): Likewise.
14858         (__aeabi_fcmpun): Likewise.
14859         (__aeabi_f2iz): Likewise.
14860         (__aeabi_f2uiz): Likewise.
14861         * config/arm/lib1funcs.asm (ARM_CALL): New macro.
14862         (__aeabi_uidivmod): New function or alias.
14863         (__aeabi_idivmod): Likewise.
14864         (__aeabi_idiv0): Likewise.
14865         (__aeabi_ldiv0): Likewise.
14866         (__aeabi_llsr): Likewise.
14867         (__aeabi_lasr): Likewise.
14868         (__aeabi_llsl): Likewise.
14869         (bpabi.S): Include it.
14870         * config/arm/libgcc-bpabi.ver: New file.
14871         * config/arm/symbian.h (ARM_DEFAULT_ABI): Remove.
14872         (LINK_SPEC): Remove.
14873         * config/arm/t-arm-elf (LIB1ASMFUNCS): Add __aeabi_lcmp and
14874         __aeabi_ulcmp.
14875         * config/arm/t-bpabi: New file.
14876         * doc/tm.texi (TARGET_LIBGCC_FUNCS): New entry.
14877         (TARGET_LIB_INT_CMP_BIASED): Likewise.
14878
14879 2004-08-10  David Edelsohn  <edelsohn@gnu.org>
14880
14881         * config/rs6000/rs6000-protos.h (expand_block_clear): Declare.
14882         * config/rs6000/rs6000.md (clrmemsi): New pattern.
14883         * config/rs6000/rs6000.c (expand_block_clear): New function.
14884         (expand_block_move): Convert alignment to bits.  Use SImode and
14885         HImode for unaligned addresses if not STRICT_ALIGNMENT.
14886
14887 2004-08-10  Caroline Tice  <ctice@apple.com>
14888
14889         * varasm.c (unlikely_section_label): New global variable.
14890         (unlikely_text_section_name): New global variable.
14891         (text_section):  Remove alignment statement.
14892         (unlikely_text_section): Remove alignment statement; use
14893         unlikely_section_label rather than hard-coded string.
14894         (assemble_start_function): Initialize unlikely_section_label and
14895         unlikely_text_section_name;  make sure cold section is properly
14896         aligned at start of function; output unlikely_section_label if
14897         appropriate.
14898
14899 2004-08-10  Ulrich Weigand  <uweigand@de.ibm.com>
14900
14901         * config/s390/s390-protos.h (s390_canonicalize_comparison): Declare.
14902         * config/s390/s390.c (s390_canonicalize_comparison): New function.
14903         * config/s390/s390.h (CANONICALIZE_COMPARISON): Define.
14904         * config/s390/s390.md ("*tmdi_ext", "*tmsi_ext", "*tmqisi_ext",
14905         "*tmqidi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem"): Remove.
14906         ("*tmqi_mem"): Remove SUBREG from pattern.
14907         ("*anddi3_cconly"): Prevent accidentally matching TM pattern.
14908         ("*andsi3_cconly"): Likewise.
14909
14910 2004-08-10  H.J. Lu  <hongjiu.lu@intel.com>
14911
14912         PR target/16909
14913         * config/i386/i386.md (*strsetdi_rex_1): Use DI instead of SI.
14914
14915 2004-08-10  Janis Johnson  <janis187@us.ibm.com>
14916
14917         * doc/sourcebuild.texi (compat testing): Document available test
14918         framework commands.  Use the preferred spelling of DejaGnu.
14919
14920 2004-08-10  Daniel Berlin <dberlin@dberlin.org>
14921
14922         * lambda.h: Add matrix type, and prototypes for remainder of
14923         matrix and vector functions.
14924         (lambda_vector_mult_const): New function.
14925         (lambda_vector_negate): Ditto.
14926         (lambda_vector_add): Ditto.
14927         (lambda_vector_add_mc): Ditto.
14928         (lambda_vector_copy): Ditto.
14929         (lambda_vector_zerop): Ditto.
14930         (lambda_vector_equal): Ditto.
14931         (lambda_vector_min_nz): Ditto.
14932         (lambda_vector_first_nz): Ditto.
14933         (lambda_vector_matrix_mult): Ditto.
14934         * lambda-mat.c: New file.
14935         * Makefile.in (lambda-mat.o): New.
14936
14937 2004-08-10  Andrew MacLeod  <amacleod@redhat.com>
14938
14939         * tree-cfg.c (bsi_insert_before, bsi_insert_after): Call modify_stmt
14940         after linking stmt into the program.
14941         (bsi_remove): Don't call modify_stmt.
14942         * tree-complex.c (update_complex_assignment,
14943         expand_complex_comparison): Call modify_stmt after changing the stmt.
14944         * tree-outof-ssa.c (rewrite_trees): Call modify_stmt only if not
14945         removing the stmt.
14946         * tree-ssa-ccp.c (substitute_and_fold): Call modify_stmt after changing
14947         the stmt, and only if needed.
14948         * tree-ssa-dom.c (thread_across_edge): Pass no annotation for a dummy
14949         expression.
14950         (simplify_rhs_and_lookup_avail_expr): Don't take an annotation param.
14951         (simplify_cond_and_lookup_avail_expr): Use modify_stmt.
14952         (simplify_switch_and_lookup_avail_expr): Don't take an annotation param.
14953         (eliminate_redundant_computations): Don't pass an annotation. Call
14954         modify_stmt rather than setting the annotation directly.
14955         (record_equivalences_from_stmt): Remove unused local 'j'.
14956         (cprop_operand): Take a stmt rather than an annotation as a parameter.
14957         Call modify_stmt.
14958         (cprop_into_stmt): Pass stmt rather than annotation.
14959         (update_rhs_and_lookup_avail_expr): Call modify_stmt.
14960         * tree-ssa-loop-im.c (schedule_sm): Call get_stmt_ann rather than
14961         modify_stmt.
14962         * tree-ssa.c (propagate_into_addr): Dont call modify_stmt.
14963
14964 2004-08-10  Jason Merrill  <jason@redhat.com>
14965
14966         PR middle-end/16948
14967         * function.c (expand_function_start): Handle DECL_BY_REFERENCE on
14968         the RESULT_DECL.
14969
14970 2004-08-10  Geoffrey Keating  <geoffk@apple.com>
14971
14972         * tree-vn.c (val_expr_pair_expr_eq): Compare vuses, to match the
14973         hash function.
14974
14975 2004-08-10  Roger Sayle  <roger@eyesopen.com>
14976
14977         * config/mips/mips.md: New reciprocal square root patterns that
14978         match sqrt(1.0/x) in addition to the existing 1.0/sqrt(x) insns.
14979
14980 2004-08-10  Paul Brook  <paul@codesourcery.com>
14981
14982         * config/arm/arm-protos.h (arm_set_return_address,
14983         thumb_set_return_address): Add prototypes.
14984         * config/arm/arm.h (ARM_FT_EXCEPTION_HANDLER): Remove.
14985         * config/arm/arm.c (arm_compute_func_type,
14986         use_return_insn, arm_compute_save_reg0_reg12_mask,
14987         arm_compute_save_reg_mask, arm_output_function_prologue,
14988         arm_output_epilogue): Replace ARM_FT_EXCEPTION_HANDLER with
14989         current_function_calls_eh_return.
14990         (thumb_exit, thumb_pushpop, thumb_unexpanded_epilogue): Replace
14991         old eh code.
14992         (arm_set_return_address, thumb_set_return_address): New functions.
14993         * config/arm/arm.h (MUST_USE_SJLJ_EXCEPTIONS, DWARF2_UNWIND_INFO,
14994         ARM_EH_STACKADJ_REGNUM, EH_RETURN_STACKADJ_RTX): Define.
14995         * config/arm/arm.md (VUNSPEC_EH_RETURN): Add.
14996         (epilogue): Use the stackadj register.
14997         (eh_return, arm_eh_return, thumb_eh_return): New pattern.
14998
14999 2004-08-10  Jakub Jelinek  <jakub@redhat.com>
15000
15001         PR target/3144
15002         * expr.c (move_by_pieces_ninsns): Add max_size argument.
15003         (MOVE_BY_PIECES_P): Pass MOVE_MAX_PIECES + 1 to it.
15004         (CLEAR_BY_PIECES_P): Pass STORE_MAX_PIECES + 1 to it.
15005         (STORE_BY_PIECES_P): Define similarly to CLEAR_BY_PIECES_P,
15006         but using MOVE_RATIO.
15007         (move_by_pieces): Pass max_size to move_by_pieces_ninsns.
15008         (can_store_by_pieces): Change max_size type to unsigned int.
15009         (store_by_pieces_1): Likewise.  Pass max_size to
15010         move_by_pieces_ninsns.
15011         * config/s390/s390.h (STORE_BY_PIECES_P): Define.
15012         * config/sh/sh.c (MOVE_BY_PIECES_P): Pass MOVE_MAX_PIECES + 1
15013         to move_by_pieces_ninsns.
15014         (STORE_BY_PIECES_P): Define.
15015         * config/ns32k/ns32k.h (STORE_BY_PIECES_P): Pass STORE_MAX_PIECES + 1
15016         to move_by_pieces_ninsns.
15017         * doc/tm.texi (STORE_BY_PIECES_P): Document changed default.
15018
15019         * config/i386/i386.h (CLEAR_RATIO): Define.
15020
15021 2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
15022
15023         * expr.c (expand_expr_real_1): Add back code that was not dead.
15024
15025 2004-08-09  Andrew Pinski  <apinski@apple.com>
15026
15027         * c-common.c (c_common_get_alias_set): Set the aliasing set of the type
15028         which is found to be compatible before returning the aliasing set.
15029
15030 2004-08-09  Daniel Jacobowitz  <dan@debian.org>
15031
15032         * ggc-zone.c (struct alloc_zone): Add statistics counters.
15033         (always_collect): New flag.
15034         (ggc_alloc_zone_1): Update statistics support.  Don't include
15035         overhead in allocated counter.
15036         (sweep_pages): Update allocated counter for large pages.  Don'y
15037         include overhead.
15038         (ggc_collect_1): Always collect.
15039         (ggc_collect): Honor always_collect flag.  Sum all zones to decide
15040         whether to collect.
15041         (SCALE, LABEL): New macros.
15042         (ggc_print_statistics): Add statistics support.
15043
15044 2004-08-09  Roger Sayle  <roger@eyesopen.com>
15045
15046         * expmed.c (sdiv_pow2_cheap, smod_pow2_cheap): Change type to bool.
15047         (init_expmed): Fix potential overrun problem with "all.reg".
15048         (expand_sdiv2_pow2): Add an alternate implementation for signed
15049         division, if the target provides a suitable conditional move insn.
15050
15051 2004-08-09  Paul Brook  <paul@codesourcery.com>
15052         Richard Henderson  <rth@redhat.com>
15053
15054         * unwind-dw2.c (uw_install_context_1): Update target saved stack
15055         pointer.
15056
15057 2004-08-09  Geoffrey Keating  <geoffk@apple.com>
15058
15059         * ggc-common.c (ggc_rlimit_bound): Don't check RSS limit.
15060         Check DATA limit only if there's no AS limit.  Ignore insanely
15061         low DATA limits.
15062         (ggc_min_heapsize_heuristic): Don't divide AS or RSS limits by 8,
15063         but take care that the AS limit isn't overrun.
15064         * doc/invoke.texi: Update documentation of min-heapsize parameter.
15065
15066 2004-08-09  Jeff Law  <law@redhat.com>
15067
15068         * Makefile.in (OBJC-common): Add tree-ssa-threadupdate.c
15069         (tree-ssa-threadupdate.o): Add dependencies.
15070         * tree-ssa-threadupdate.c: New file.
15071         * tree-flow.h (incoming_edge_threaded): New flag in block annotation.
15072         (rewrite_vars_out_of_ssa): Remove prototype.
15073         (cleanup_tree_cfg): Returns a bool.
15074         * tree.h (thread_through_all_blocks): Prototype.
15075         * tree-outof-ssa.c  (SSANORM_*): Move into here.
15076         (remove_ssa_form): Now static.
15077         (rewrite_vars_out_of_ssa): Kill.
15078         * tree-ssa-live.c (register_ssa_partitions_for_vars): Kill.
15079         * tree-ssa-live.h (SSANORM_*): Moved into tree-outof-ssa.c.
15080         (remove_ssa_form, register_partitions_for_vars): Kill declarations.
15081         * tree-cfg.c (cleanup_tree_cfg): Return a value indicating if
15082         anything was changed.
15083         * tree-phinodes.c (add_phi_arg): Get the block for the PHI
15084         from the PHI's annotation rather than the edge associated with
15085         the new argument.
15086         * tree-ssa-dom.c (redirection_edges): Kill.
15087         (redirect_edges_and_update_ssa_graph): Kill.
15088         (tree_ssa_dominator_optimize): Do not reset forwardable flag
15089         for blocks anymore.  Do not initialize redirection_edges.
15090         Call thread_through_all_blocks.  Simplify code for cleanup
15091         of the CFG and iterating.  No longer call cleanup_tree_cfg
15092         outside the iteration loop.
15093         (thread_across_edge): No longer mess with forwardable blocks.
15094
15095 2004-08-09  Zack Weinberg  <zack@codesourcery.com>
15096
15097         * explow.c (memory_address): Use memory_address_p.
15098         * recog.c (general_operand): Likewise.
15099         * regrename.c: No need to define REG_OK_STRICT.
15100
15101 2004-08-09  Steven Bosscher  <stevenb@suse.de>
15102
15103         * timevar.def (TV_CPROP1, TV_CPROP2, TV_PRE, TV_HOIST, TV_LSM):
15104         New timers.
15105         * gcse.c: Include timevar.h.
15106         (const_prop_count, copy_prop_count): Rename to global_const_prop_count
15107         and global_copy_prop_count.
15108         (local_const_prop_count, local_copy_prop_count): New static globals.
15109         (gcse_main): Set the right timevar for each pass.
15110         (cprop_jump): Increment global_const_prop_count when a constant is
15111         propagated.  Add "GLOBAL" to dump output.
15112         (cprop_insn): Increment global_const_prop_count when a constant is
15113         propagated, or global_copy_prop_count when a copy is propagated.
15114         (do_local_cprop): Likewise for local_const_prop_count and
15115         local_copy_prop_count.
15116         (one_cprop_pass): Initialize const/cprop counters to zero.
15117         Print out results of local and global const/cprop separately.
15118         (bypass_block): Break over-length line.
15119         * Makefile.in (gcse.o): Add TIMEVAR_H dependency.  Fix dependencies
15120         for bb-reorder.o and tracer.o.
15121
15122 2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
15123
15124         * Makefile.in (GTFILES): Remove stmt.c
15125         (stmt.o): Do not depend on gt-stmt.h.
15126         * emit-rtl.c (emit_line_note): Do not call
15127         set_file_and_line_for_stmt.
15128         * expr.c (expand_expr_real_1) <SWITCH_EXPR>: Let expand_case
15129         do everything.
15130         * function.c (free_after_parsing): Do not free STMT field.
15131         (allocate_struct_function): Do not call init_stmt_for_function.
15132         (assign_stack_temp_for_type): Do not accept values of keep
15133         other than 0 or 1.
15134         (init_temp_slots): Do not initialize removed variables.
15135         * function.h (struct function): Remove STMT, X_TARGET_TEMP_SLOT_LEVEL
15136         and X_VAR_TEMP_SLOT_LEVEL fields.
15137         * rtl.h (set_file_and_line_for_stmt): Remove.
15138         * stmt.c (struct nesting, ALLOC_NESTING, POPSTACK,
15139         struct stmt_status, cond_stack, case_stack, nesting_stack,
15140         nesting_depth, emit_locus, set_file_and_line_for_stmt,
15141         same_case_target_p, init_stmt_for_function, emit_nop,
15142         expand_start_cond, expand_start_elseif, expand_start_else,
15143         expand_elseif, expand_end_cond): Remove.
15144         (preserve_subexpressions_p): Remove references to CFUN->STMT.
15145         (expand_start_case, expand_end_case_type): Remove, merge into...
15146         (expand_case): ... this one, including other bits from
15147         expand_expr_real_1.  Inline same_case_target_p.  Turn members
15148         of CASE_STACK into local variables.
15149         (emit_case_bit_tests): Inline same_case_target_p.
15150         (add_case_node): Add HEAD argument, return new head of the list,
15151         do not handle default label here.
15152         * tree.h (expand_start_cond, expand_end_cond, expand_start_else,
15153         expand_start_elseif, current_nesting_level, expand_start_case,
15154         expand_end_case_type, expand_end_case, add_case_node,
15155         init_stmt_for_function, expand_elseif): Remove prototypes.
15156         (expand_case): Add prototype.
15157
15158 2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
15159
15160         * expr.c (expand_expr_real_1): Use optab_for_tree_code.
15161
15162 2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
15163
15164         * expr.c (var_rtx): Remove.
15165         (expand_expr_real_1) <LOOP_EXPR, EXIT_EXPR,
15166         LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR, TRUTH_ANDIF_EXPR,
15167         TRUTH_ORIF_EXPR, COMPOUND_EXPR, CONJ_EXPR, INIT_EXPR>:
15168         Abort.
15169         (expand_expr_real_1) <COND_EXPR>: Remove most special cases.
15170         * optabs.c (emit_clr_insn, emit_0_to_1_insn): Remove.
15171         * optabs.h (emit_clr_insn, emit_0_to_1_insn): Remove.
15172
15173 2004-08-08  Mostafa Hagog  <mustafa@il.ibm.com>
15174         Ayal Zaks <zaks@il.ibm.com>
15175
15176         * common.opt (freschedule-modulo-scheduled-loops): New flag.
15177         * final.c (final_scan_insn): Handle NOTE_DISABLE_SCHED_OF_BLOCK.
15178         * modulo-sched.c (sms_schedule): Emit a note to disable scheduling
15179         when -freschedule-modulo-scheduled-loops flag is not specified.
15180         (sms_schedule_by_order, ps_insn_advance_column, add_node_to_ps,
15181         add_node_to_ps, ps_has_conflicts, ps_add_node_check_conflicts):
15182         More accurate placing of insn in row of partial schedule.
15183         (ps_insn_find_column): New function.
15184         * rtl.h (NOTE_DISABLE_SCHED_OF_BLOCK): New note.
15185         * sched-rgn.c (sched_is_disabled_for_current_region_p): New.
15186         (schedule_region): Use sched_is_disabled_for_current_region_p.
15187         * docs/invoke.texi: Document -freschedule-modulo-scheduled-loops.
15188
15189 2004-08-07  H.J. Lu  <hongjiu.lu@intel.com>
15190
15191         * config/i386/i386.c (ix86_expand_clrmem): Revert the last
15192         change.
15193
15194 2004-08-07  H.J. Lu  <hongjiu.lu@intel.com>
15195
15196         * config/i386/i386.c (ix86_expand_clrmem): Properly call
15197         gen_strset for 64bit target.
15198
15199 2004-08-07  Olivier Hainque  <hainque@act-europe.fr>
15200
15201         * config/vxworks.h (HANDLE_SYSV_PRAGMA): Remove definition.
15202
15203 2004-08-07  Jason Merrill  <jason@redhat.com>
15204
15205         Make return in memory explicit.
15206         * function.c (aggregate_value_p): Check DECL_BY_REFERENCE.
15207         (assign_parm_find_data_types): Remove code for old front end
15208         invisible reference handling.
15209         (assign_parms): Handle DECL_BY_REFERENCE on the RESULT_DECL.
15210         (expand_function_end): Likewise.
15211         * gimplify.c (gimplify_return_expr): Handle a dereferenced
15212         RESULT_DECL.
15213         * tree-inline.c (copy_body_r): Don't bother looking for &* anymore.
15214         (declare_return_variable): Handle DECL_BY_REFERENCE.
15215         * cp/cp-gimplify.c (is_invisiref_parm): Also handle RESULT_DECL.
15216         (cp_genericize_r): Use convert_from_reference.
15217         Don't dereference a RESULT_DECL directly inside a RETURN_EXPR.
15218         (cp_genericize): Handle the RESULT_DECL.  Unset TREE_ADDRESSABLE.
15219
15220         * c-common.c (c_warn_unused_result): Check TREE_USED before
15221         warning about a CALL_EXPR with an unused value.
15222
15223 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
15224
15225         * config/arm/symbian.h (CC1_SPEC): Avoid passing duplicate options
15226         to the compiler.  Use -fshort-wchar by default.
15227
15228 2004-08-06  Pat Haugen  <pthaugen@us.ibm.com>
15229
15230         * params.def (PARAM_MIN_CROSSJUMP_INSNS): New.
15231         * cfgcleanup.c (try_crossjump_to_edge): Add minimum insn match
15232         threshhold.
15233         * doc/invoke.texi (param): Document min-crossjump-insns.
15234
15235 2004-08-06  Richard Sandiford  <rsandifo@redhat.com>
15236
15237         PR c/13282
15238         * c.opt (Wmissing-field-initializers): New option.
15239         * c-opts.c (c_common_post_options): Make -Wextra turn it on by default.
15240         * c-typeck.c (pop_init_level): Guard the missing field warning with
15241         warn_missing_field_initializers rather than extra_warnings.
15242         * doc/invoke.texi (-Wmissing-field-initializers): Document, moving
15243         some of the explanation from...
15244         (-Wextra): ...here.  Say that the missing field warning can be
15245         seperately controlled by -Wmissing-field-initializers.
15246
15247 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
15248
15249         * expr.c (expand_expr_real_1) <ENTRY_VALUE_EXPR>: Remove.
15250         * tree-inline.c (estimate_num_insns_1) <ENTRY_VALUE_EXPR>: Remove.
15251         * tree-pretty-print.c (dump_generic_node) <ENTRY_VALUE_EXPR>: Remove.
15252         * tree.def (ENTRY_VALUE_EXPR): Remove.
15253
15254 2004-08-06  Jakub Jelinek  <jakub@redhat.com>
15255
15256         * config/i386/i386.c (ix86_expand_clrmem): Move gen_cld down to
15257         the places where it is actually needed.  Don't use repz; stosb
15258         for -Os with sufficiently small constant sizes.
15259         For sufficiently small repz; stos{l,q} repeat counts use a sequence
15260         of stos{l,q} instructions instead.
15261
15262 2004-08-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15263
15264         PR tree-optimization/16807
15265         * loop-iv.c (dump_iv_info): Dump invariants correctly.
15266         (iv_subreg, iv_extend): Express value of invariant purely in
15267         base field.
15268
15269 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
15270
15271         * config/arm/symbian.h (CC1_SPEC): Add -fno-short-enums.
15272         (CC1PLUS_SPEC): Define it to be the same as CC1_SPEC.
15273
15274 2004-08-06  Roman Zippel  <zippel@linux-m68k.org>
15275
15276         * config/m68k/m68k.c (post_inc_operand,pre_dec_operand): New.
15277         * config/m68k/m68k.h (PREDICATE_CODES): add post_inc_operand,
15278         pre_dec_operand.
15279         * config/m68k/m68k.md (zero_extend*2): delay the splitting of the
15280         pattern until reload is finished to allow better code generation
15281         and split them completely into separate instrunctions.
15282         (*andsi3_split): New pattern.
15283
15284 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
15285
15286         * tree.c (handle_dll_attribute): Move here from i383/winnt.c.
15287         Replace use of DECL_INLINE with DECL_DECLARED_INLINE_P.  Set
15288         DECL_VISIBLITY.  Test TARGET_DLLIMPORT_DECL_ATTRIBUTES with #if.
15289         * tree.h (handle_dll_attribute): Declare.  Test
15290         TARGET_DLLIMPORT_DECL_ATTRIBUTES with #if.
15291         * c-common.h (c_determine_visibility): Declare.
15292         * c-common.c (c_determine_visibility): New function.
15293         * c-decl.c (finish_decl): Use it.
15294         (finish_function): Likewise.
15295         * defaults.h (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Define it to
15296         zero, by default.  Use #if, not #ifdef, to test it.
15297         * config/arm/arm.c (arm_attribute_table): Use
15298         handle_dll_attribute.  Test TARGET_DLLIMPORT_DECL_ATTRIBUTES with
15299         #if.
15300         * config/arm/pe.h (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Define to 1.
15301         * config/i386/cygming.h (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Define
15302         to 1.
15303         * config/i386/i386-protos.h (ix86_handle_dll_attribute): Remove.
15304         * config/i386/i386.c (ix86_attribute_table): Use
15305         handle_dll_attribute for dllimport/dllexport.  Test
15306         TARGET_DLLIMPORT_DECL_ATTRIBUTES with #if.
15307         * config/i386/winnt.c (ix86_handle_dll_attribute): Remove.
15308         * config/mcore/mcore.h (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Define
15309         it to 1.
15310         * config/mcore/mcore.c (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Test it
15311         with #if.
15312         * config/sh/symbian-pre.h (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Define
15313         it to 1.
15314         * doc/extend.texi (dllexport): Clarify and correct documentation.
15315         (dllimport): Likewise.
15316         * doc/tm.texi (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Mention
15317         handle_dll_attribute.
15318
15319 2004-08-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15320
15321         * tree-ssa-loop-manip.c: New file.
15322         * Makefile.in (tree-ssa-loop-manip.o): Add.
15323         * tree-flow.h (rewrite_into_loop_closed_ssa, verify_loop_closed_ssa):
15324         Declare.
15325         * tree-ssa-loop.c (tree_loop_optimizer_init): Create loop closed ssa
15326         form.
15327         (tree_ssa_loop_done): Verify loop closed ssa form.
15328         * tree-ssa-loop-im.c (move_computations): Update loop closed ssa form.
15329
15330 2004-08-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15331
15332         * pa.c (pa_asm_output_aligned_bss, pa_asm_output_aligned_common,
15333         pa_asm_output_aligned_local): New functions.
15334         * pa-protos.h: Add prototypes for pa_asm_output_aligned_bss,
15335         pa_asm_output_aligned_common and pa_asm_output_aligned_local.
15336         * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Use
15337         pa_asm_output_aligned_common.
15338         (ASM_OUTPUT_ALIGNED_LOCAL): Use pa_asm_output_aligned_local.
15339         * pa.h (ASM_OUTPUT_ALIGNED_BSS): New macro.
15340         (ASM_OUTPUT_ALIGNED_COMMON): Use pa_asm_output_aligned_common.
15341         (ASM_OUTPUT_ALIGNED_LOCAL): Use pa_asm_output_aligned_local.
15342         * pa64-hpux.h (MAX_OFILE_ALIGNMENT): New macro.
15343         (ASM_OUTPUT_ALIGNED_COMMON): Use pa_asm_output_aligned_common.
15344         (ASM_OUTPUT_ALIGNED_LOCAL): Use pa_asm_output_aligned_local.
15345         * som.h (MAX_OFILE_ALIGNMENT): Provide maximum alignment of global
15346         common data.
15347
15348 2004-08-05  Andrew Pinski  <apinski@apple.com>
15349
15350         * objc/objc-act.c (build_objc_string_object): Mark the address
15351         expression as constant.
15352
15353 2004-08-05  David Edelsohn  <edelsohn@gnu.org>
15354
15355         * config/rs6000/rs6000.c (rs6000_rtx_costs): Fix mask_operand
15356         and mask64_operand thinkos.  Handle ZERO_EXTRACT.  Handle
15357         SIGN_EXTEND / ZERO_EXTEND of MEM.  Handle rlwinm patterns.
15358
15359 2004-08-05  Joseph S. Myers  <jsm@polyomino.org.uk>
15360
15361         * config/linux.h, config/i386/linux.h, config/sparc/linux.h:
15362         Remove definitions conditioned on USE_GNULIBC_1 or conditioned
15363         out, and associated obsolete comments.
15364
15365 2004-08-05  Nathan Sidwell  <nathan@codesourcery.com>
15366
15367         * tree.h (force_fit_type): Return a tree, take three flags.
15368         * fold-const.c (force_fit_type): Set TREE_OVERFLOW and
15369         TREE_CONSTANT_OVERFLOW here.
15370         (int_const_binop, const_binop): Adjust.
15371         (size_int_type): Do sign extension here.
15372         (fold_convert_const, optimize_bit_field_compare,
15373         decode_field_reference, all_ones_mask_p, fold_div_compare, fold,
15374         fold_negate_const, fold_abs_const, fold_not_const): Adjust.
15375         * tree.c (size_in_bytes, int_fits_type_p): Adjust.
15376
15377 2004-08-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15378
15379         PR tree-optimization/16864
15380         * tree-tailcall.c (eliminate_tail_call): Do not create phi nodes
15381         for ssa names without default_def.
15382
15383 2004-08-05  Richard Sandiford  <rsandifo@redhat.com>
15384
15385         * config/i386/i386.c (ix86_expand_prologue): If the function uses a
15386         frame pointer, restore eax with an ebp-relative address.
15387
15388 2004-08-04  Geoffrey Keating  <geoffk@apple.com>
15389
15390         PR 14516
15391         * c-common.c (c_expand_decl): Don't special-case static VAR_DECLs.
15392         * c-common.h (make_rtl_for_local_static): Delete.
15393         * c-decl.c (shadow_tag_warned): Clean up comment.
15394         (finish_decl): Clean up spacing.  Use set_user_assembler_name when
15395         appropriate.  Don't pass asmspec to rest_of_decl_compilation.
15396         * c-semantics.c (make_rtl_for_local_static): Delete.
15397         * expr.c (init_block_move_fn): Use set_user_assembler_name.
15398         (init_block_clear_fn): Likewise.
15399         * passes.c (rest_of_decl_compilation): Remove asmspec parameter,
15400         expect it to be in DECL_ASSEMBLER_NAME.  Update callers in many files.
15401         * toplev.h (rest_of_decl_compilation): Remove asmspec parameter.
15402         * tree.h (make_decl_rtl): Remove second parameter.
15403         (set_user_assembler_name): New.
15404         * varasm.c (set_user_assembler_name): New.
15405         (make_decl_rtl): Remove second parameter.  Update callers in many
15406         files.
15407
15408 2004-08-05  Adam Nemet  <anemet@lnxw.com>
15409
15410         * config.gcc (case i[34567]86-*-lynxos*): Update to LynxOS 4.0.
15411         (case rs6000-*-lynxos*): Rename it to powerpc-*-lynxos*.  Update
15412         to LynxOS 4.0.
15413         * gthr-lynx.h: New file.
15414         * config/lynx-ng.h: Remove file.
15415         * config/lynx.h: Update to LynxOS 4.0.
15416         * config/t-lynx: New file.
15417         * config/i386/lynx-ng.h: Remove file.
15418         * config/i386/lynx.h: Update to LynxOS 4.0.
15419         * config/rs6000/lynxbase.h: Remove file.
15420         * config/rs6000/lynx.h: Update to LynxOS 4.0.
15421         * config/rs6000/t-lynx: New file.
15422         * doc/install.texi (Options specification): Remove reference to
15423         LynxOS from systems where --with-gnu-as makes a difference.
15424
15425 2004-08-05  Joseph S. Myers  <jsm@polyomino.org.uk>
15426
15427         * c-common.c (c_stddef_cpp_builtins): Define __INTMAX_TYPE__ and
15428         __UINTMAX_TYPE__.
15429         * c-cppbuiltin.c (builtin_define_stdint_macros): New.  Define
15430         __INTMAX_MAX__.
15431         (c_cpp_builtins): Call it.
15432         * doc/cpp.texi: Update.
15433
15434 2004-08-04  David Edelsohn  <edelsohn@gnu.org>
15435
15436         * config/rs6000/rs6000.c (rs6000_rtx_costs): LABEL_REFs are zero
15437         cost.
15438
15439 2004-08-04  Jan Hubicka  <jh@suse.cz>
15440
15441         * basic-block.h (profile_staus): New global variable.
15442         * cfg.c (profile_status): Declare.
15443         (check_bb_profile): Break out from ....; use profile_status
15444         (dump_flow_info): ... here.
15445         * cfgbuild.c (find_basic_blocks): Set profile_status.
15446         * cfgexpand.c (tree_expand_cfg): Likewise.
15447         * predict.c (estimate_probability): Likewise.
15448         * profile.c (branch_prob): Likewise.
15449         * tree-cfg.c (build_tree_cfg): Likewise.
15450         (dump_function_to_file): Use check_bb_profile.
15451         * tree-pretty-print (dump_bb_header): Likewise.
15452         * tree-profile.c (do_tree_profiling): Cleanup.
15453
15454 2004-08-04  Zack Weinberg  <zack@codesourcery.com>
15455
15456         * Makefile.in (RTL_BASE_H, RTL_H): Correct.
15457         (BUILD_RTL): Remove $(BUILD_PREFIX) from ggc-none.o.
15458         (genobjs): Add errors.o, ggc-none.o, and min-insn-modes.o.
15459         (read-rtl.o, gensupport.o, genconfig.o, genflags.o, gencodes.o)
15460         (genconstants.o, genemit.o, genopinit.o, genrecog.o, genextract.o)
15461         (genpeep.o, genattr.o, genattrtab.o, genautomata.o, genoutput.o)
15462         (genconditions.o): Depend on $(RTL_BASE_H) not $(RTL_H).
15463         (ggc-none.o, errors.o): Move rule to generators section;
15464         correct dependencies.
15465         (min-insn-modes.o): Move rule to generators section; remove
15466         unnecessary explicit command; correct dependencies.
15467         (print-rtl.o, print-rtl1.o): Correct dependencies.
15468         ($(BUILD_PREFIX_1)errors.o. $(BUILD_PREFIX_1)ggc-none.o): Delete rule.
15469         (mostlyclean): Update.
15470
15471         * errors.c: Include bconfig.h not config.h.  Correct comment.
15472         * gengtype.c, genpreds.c: Don't define NO_GENRTL_H.
15473         * ggc-none.c: Include bconfig.h; not config.h or tm.h.
15474         * print-rtl.c: Don't include tm_p.h.
15475
15476         * rtl.h: Move forward-decl of struct function down where it's
15477         needed.  Include genrtl.h #ifndef GENERATOR_FILE, not
15478         #ifndef NO_GENRTL_H.  Remove unnecessary #ifdef BUFSIZ statements.
15479
15480 2004-08-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15481             Jeff Law  <law@redhat.com>
15482
15483         * tree-cfg.c (tree_duplicate_bb): Mark duplicated definitions.
15484         * tree-flow.h (rewrite_ssa_into_ssa): Declaration changed.
15485         * tree-into-ssa.c (rewrite_ssa_into_ssa): Use new interface to
15486         manipulate the duplicated ssa names.
15487         * tree-ssanames.c (ssa_names_to_rewrite): New variable.
15488         (marked_for_rewrite_p, any_marked_for_rewrite_p, mark_for_rewrite,
15489         unmark_all_for_rewrite, marked_ssa_names, release_ssa_name_force):
15490         New functions.
15491         (release_ssa_name): Do not release ssa names that may have multiple
15492         definitions.
15493         * tree.h (release_ssa_name_force, mark_for_rewrite,
15494         unmark_all_for_rewrite, marked_for_rewrite_p, any_marked_for_rewrite_p,
15495         marked_ssa_names): Declare.
15496         * tree-ssa-loop-ch.c (mark_defs_for_rewrite): Remove.
15497         (duplicate_blocks): Remove call to mark_defs_for_rewrite.
15498         Update call to rewrite_ssa_into_ssa.
15499
15500 2004-08-04  Mark Mitchell  <mark@codesourcery.com>
15501
15502         * defaults.h (TARGET_DECLSPEC): New macro.
15503         * c-cppbuiltin.c (c_cpp_builtins): Handle TARGET_DECLSPEC.
15504         * config/arm/pe.h (SUBTARGET_CPP_SPEC): Remove __declspec support.
15505         * config/arm/symbian.h (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Define.
15506         * config/i386/beof-elf.h (TARGET_OS_CPP_BUILTINS): Remove
15507         __declspec support.
15508         (TARGET_DECLSPEC): Define.
15509         * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Remove
15510         __declspec support.
15511         * config/i386/i386-interix.h (TARGET_OS_CPP_BUILTINS): Remove
15512         __declspec support.
15513         (TARGET_DECLSPEC): Define.
15514         * config/mcore/mcore.h (TARGET_CPU_CPP_BUILTINS): Remove
15515         __declspec support.
15516         * config/sh/symbian-pre.h (SUBTARGET_CPP_SPEC): Remove __declspec
15517         support.
15518         * doc/tm.texi (TARGET_DECLSPEC): Document.
15519
15520         * doc/extend.texi: Fix typo in comment.
15521
15522 2004-08-04  Paul Brook  <paul@codesourcery.com>
15523
15524         * target-def.h (TARGET_CXX_CDTOR_RETURNS_THIS): Define.
15525         (TARGET_CXX): Use it.
15526         * target.h (struct gcc_target): Add cdtor_returns_this.
15527         * config/arm/arm.c (arm_cxx_cdtor_returns_this): New function.
15528         (TARGET_CXX_CDTOR_RETURNS_THIS): Define.
15529         * doc/tm.texi: Document TARGET_CXX_CDTOR_RETURNS_THIS.
15530
15531 2004-08-03  Nathan Sidwell  <nathan@codesourcery.com>
15532
15533         * c-lex.c (narrowest_unsigned_type, narrowest_signed_type): Take
15534         low/high pair. Do range checking directly.
15535         (interpret_integer): Adjust.
15536
15537 2004-08-04  Nick Clifton  <nickc@redhat.com>
15538
15539         * config/sh/sh.h (TARGET_SWITCHES): Add no-renesas to select the
15540         GCC ABI.
15541         * doc/invoke.texi: Document this new switch and also the -mrenesas
15542         switch.
15543
15544 2004-08-04  Nathan Sidwell  <nathan@codesourcery.com>
15545
15546         * cfglayout.c (insn_locators_initialize): Update the current
15547         location before initializing a location.
15548
15549 2004-08-03  Zack Weinberg  <zack@codesourcery.com>
15550
15551         * dbxout.c (dbxout_function_decl): Always call dbxout_function_end.
15552         (dbxout_function_end): Return after emitting the "Lscope" symbol
15553         under the same conditions that this function formerly wasn't called.
15554         Add explanatory comments.
15555
15556         PR 14860
15557         * c-decl.c (record_builtin_type): Call debug_hooks->type_decl
15558         on the new decl.
15559
15560         PR 13956
15561         * dbxout.c (dbx_output_lbrac, dbx_output_rbrac): New
15562         functions, broken out of dbxout_block.
15563         (dbxout_block): The block at depth 0 should get LBRAC/RBRAC
15564         stabs too, if it contains symbols.  Use the begin_label and
15565         the Lscope label (emitted by dbxout_function_end) for the
15566         range of this block.
15567
15568 2004-08-03  Nathanael Nerode  <neroden@gcc.gnu.org>
15569
15570         * doc/install.texi: Update autoconf version requirements.
15571
15572 2004-08-03  Zack Weinberg  <zack@codesourcery.com>
15573
15574         * defaults.h (LEGITIMATE_PIC_OPERAND_P): Provide default definition.
15575         * recog.c (general_operand, immediate_operand, nonmemory_operand)
15576         (asm_operand_ok): Remove #ifdefs on LEGITIMATE_PICOPERAND_P.
15577         * regclass.c (record_reg_classes): Likewise.
15578         * reload.c (find_reloads): Likewise.
15579         * reload1.c (reload): Likewise.
15580
15581 2004-08-03  Zack Weinberg  <zack@codesourcery.com>
15582
15583         * gensupport.c (init_md_reader_args_cb): Renamed from
15584         init_md_reader_args.  Add third option, callback function for
15585         parsing program-specific options.  Add diagnosis of incorrect
15586         number of input files.
15587         (init_md_reader): Fold into init_md_reader_args_cb.
15588         (init_md_reader_args): Now a thin wrapper around
15589         init_md_reader_args_cb.
15590         * gensupport.h: Update prototypes.
15591
15592         * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c
15593         * genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c
15594         * genrecog.c: No need to diagnose lack of an input file;
15595         init_md_reader_args will handle it.
15596         * genconditions.c: Likewise, and use init_md_reader_args.
15597         * genconstants.c: Likewise, and no need to call read_md_rtx.
15598
15599 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
15600
15601         * c-decl.c (implicitly_declare): Diagnose incompatible implicit
15602         declarations.
15603
15604 2004-08-03  Mike Stump  <mrs@apple.com>
15605
15606         * config/darwin-c.c: Don't search in "/Local/Library/Frameworks"
15607         for frameworks.
15608         * doc/invoke.texi (Darwin Options): Update to reflect above.
15609
15610 2004-08-03  Roger Sayle  <roger@eyesopen.com>
15611
15612         PR middle-end/16790
15613         * fold-const.c (extract_muldiv_1) <NOP_EXPR>: Disallow local
15614         truncations, not just global truncations.
15615
15616 2004-08-03  Andrew Pinski  <apinski@apple.com>
15617
15618         PR bootstrap/16865
15619         * loop-iv.c (simplify_using_assignment): Initialize lhs.
15620
15621 2004-08-03  Paul Brook  <paul@codesourcery.com>
15622
15623         * gcc/doc/install.texi: Document MPFR requirement.
15624
15625 2004-08-03  Maciej W. Rozycki  <macro@linux-mips.org>
15626
15627         * aclocal.m4 (gcc_AC_FUNC_MMAP_BLACKLIST): Check for <sys/mman.h>
15628         and mmap() explicitly instead of relying on preset autoconf cache
15629         variables.
15630         * configure: Regenerate.
15631
15632 2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>
15633
15634         PR target/16570
15635         * config.gcc (i[34567]86-*-* | x86_64-*-*): Add i386/t-gmm_malloc
15636         to tmake_file.
15637         (i[34567]86-*-linux*aout* | i[34567]86-*-linux*libc1): Likewise.
15638         (i[34567]86-*-linux* | x86_64-*-linux*): Add i386/t-pmm_malloc
15639         to tmake_file.
15640
15641         * config/i386/t-gmm_malloc: New file.
15642         * config/i386/t-pmm_malloc: Likewise.
15643
15644         * config/i386/xmmintrin.h: Include <mm_malloc.h>.
15645
15646 2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>
15647             Tanguy Fautrà <tfautre@pandora.be>
15648
15649         * config/i386/pmm_malloc.h: New file.
15650
15651 2004-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
15652
15653         * config/i386/gmm_malloc.h: New file.
15654
15655 2004-08-03  Dale Johannesen  <dalej@apple.com>
15656
15657         * config/rs6000/rs6000.c (machopic_output_stub):  Align Darwin stubs.
15658         * c-common.c: Include opts.h.
15659         (c_common_get_alias_set): Fix check for a single input file.
15660         * toplev.c: Remove current_file_decl.
15661         * tree.h: Ditto.
15662
15663 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
15664
15665         * config.gcc (arm*-*-symbianelf*): New target.
15666         * config/arm/symbian.h: New file.
15667
15668         * gthr-gnat.c: Add visibility #pragmas.
15669         * gthr-gnat.h : Likewise.
15670         * gthr.h: Likewise.
15671         * libgcc2.c (__ffsSI2): Move prototype to libgcc2.h.
15672         (__ffsDI2): Likewise.
15673         (__clzSI2): Likewise.
15674         (__ctzSI2): Likewise.
15675         (__ctzDI2): Likewise.
15676         (__popcountSI2): Likewise.
15677         (__popcountDI2): Likewise.
15678         (__paritySI2): Likewise.
15679         (__parityDI2): Likewise.
15680         * libgcc2.h: Add visibility #pragmas.
15681         (__clzDI2): Add prototype.
15682         (__clzSI2): Likewise.
15683         (__ctzSI2): Likewise.
15684         (__ffsDI2): Likewise.
15685         (__ffsSI2): Likewise.
15686         (__ctzDI2): Likewise.
15687         (__popcountSI2): Likewise.
15688         (__popcountDI2): Likewise.
15689         (__paritySI2): Likewise.
15690         (__parityDI2): Likewise.
15691         * unwind-dw2-fde.h: Add visibility #pragmas.
15692         * unwind.h: Likewise.
15693
15694 2004-08-03  David Edelsohn  <edelsohn@gnu.org>
15695             Dale Johannesen  <dalej@apple.com>
15696             Roger Sayle  <roger@eyesopen.com>
15697
15698         * config/rs6000/rs6000.c (rs6000_rtx_costs): Calculate cost of
15699         constants more accurately.  Adjust costs for FMA instructions.
15700         Add cases for most logical and float operations.  Recurse into
15701         most operands.
15702
15703 2004-08-03  Richard Earnshaw  <rearnsha@arm.com>
15704
15705         * config.gcc (strongarm-*, xscale-*): Add t-arm to tmake_files.
15706
15707 2004-08-03  Pat Haugen  <pthaugen@us.ibm.com>
15708
15709         * ra-build.c (conflicts_between_webs): For webs that cross a call add
15710         conflicts to regs_invalidated_by_call.
15711
15712 2004-08-03  Paul Brook  <paul@codesourcery.com>
15713
15714         * config/arm/arm.c (emit_sfm): Only emit a single frame adjustment.
15715
15716 2004-08-03  Jan Hubicka  <jh@suse.cz>
15717
15718         * coverage.c (tree_coverage_counter_ref): Fix computation of the new
15719         ARRAY_REF argument.
15720
15721 2004-08-03  Richard Earnshaw  <rearnsha@arm.com>
15722
15723         * arm-cores.def: Sort by architecture.  Add arm946es, arm966es,
15724         arm968es, arm10e, arm1020e, arm1022e.
15725         * invoke.texi: Update list of ARM cores.
15726         * arm-tune.md: Regenerate.
15727
15728 2004-08-03  Richard Earnshaw <rearnsha@arm.com>
15729
15730         * arm/gentune.sh: New file.
15731         * arm/t-arm: New file.
15732         * arm/arm-tune.md: New file (autogenerated).
15733         * config.gcc (arm*-*-*): Add t-arm to tmake_file for all variants.
15734         * arm.md (attribute tune): Delete.  Include arm-tune.md.
15735
15736 2004-08-03  Paolo Bonzini <bonzini@gnu.org>
15737
15738         * gcc.c (add_prefix, add_sysrooted_prefix): Remove
15739         penultimate parameter.  All callers adjusted.
15740         (struct prefix_list): Remove used_flag_ptr.
15741         (find_a_file): Do not set *pl->used_flag_ptr.
15742         (warn_B, warn_std_ptr): Remove.
15743
15744 2004-08-03  Yossi Markovich <yossim@il.ibm.com>
15745             Mostafa Hagog <mustafa@il.ibm.com>
15746
15747         * config/rs6000/altivec.md (altivec_vnmsubfp): Fix wrong pattern.
15748
15749 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
15750
15751         * dwarf2out.c (output_call_frame_info): Don't change data format
15752         due to TARGET_USES_WEAK_UNWIND_INFO.  Always refer to the local
15753         label.  Use 'true' not '1'.
15754         * doc/install.texi (powerpc-*-darwin*): Mention cctools version
15755         required.
15756
15757 2004-08-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
15758
15759         * gdbinit.in: Reflect previous changes to rtunion_def.
15760
15761 2004-08-02  Roger Sayle  <roger@eyesopen.com>
15762
15763         * fold-const.c (fold) <TRUNC_MOD_EXPR>: The transformation "X % -Y"
15764         -> "X % Y" is only valid for TRUNC_MOD_EXPR.
15765
15766 2004-08-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
15767
15768         * vec.h (DEF_VEC_P): Add proper cast to uses of vec_o_reserve and
15769         vec_p_reserve.
15770         * langhooks.h (lang_hooks::builtin_function): Rename parameter
15771         from "class" to "bt_class".
15772
15773 2004-08-02  Paul Brook  <paul@codesourcery.com>
15774
15775         PR rtl-optimization/15068
15776         * flow.c (init_propagate_block_info): Check condition is reversible.
15777
15778 2004-08-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
15779
15780         * gengtype.h (options::info): Change type to const char *.
15781         (enum gc_used_enum): Move out of struct type scope.
15782         * gengtype.c (create_option): Convert initializer for option::info to
15783         appropiate type.
15784         (adjust_field_type, walk_type, write_func_for_structure,
15785         write_root, write_roots): Remove pointless cast.
15786
15787 2004-08-02  J"orn Rennecke <joern.rennecke@superh.com>
15788
15789         * genopinit.c (gen_insn): Check for MODE_COMPLEX_FLOAT patterns for $F.
15790
15791 2004-08-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
15792
15793         * rtl.h (union rtunion_def): Have all members  start with the
15794         prefix "rt_".
15795         (XINT, XSTR, XEXP, XVEC, XMODE, XBITMAP, XTREE, XBBDEF, XTMPL,
15796         X0INT, X0UINT, X0STR, X0EXP, X0VEC, X0MODE, X0BITMAP, X0TREE,
15797         X0MEMATTR, X0BBDEF, X0REGATTR, XCINT, XCUINT, XCSTR, XCEXP,
15798         XCVEC, XCMODE, XCBITMAP, XCTREE, XCBBDEF, XC2EXP): Adjust members
15799         access.
15800         * gengtype.c (adjust_field_rtx_def): Likewise.
15801         * rtlanal.c (loc_mentioned_in_p): Likewise.
15802
15803 2004-08-02  Richard Sandiford  <rsandifo@redhat.com>
15804
15805         * config.gcc (mips*-*-elf*, mips*-*-rtems*): Add elfos.h to tm_file.
15806         Replace uses of mips/elf64.h with mips/elf.h
15807         * config/mips/elf.h (MAX_OFILE_ALIGNMENT, TARGET_ASM_NAMED_SECTION)
15808         (TYPE_OPERAND_FMT, TYPE_ASM_OP, SIZE_ASM_OP, BSS_SECTION_ASM_OP)
15809         (ASM_OUTPUT_ALIGNED_BSS, ASM_WEAKEN_LABEL, ASM_OUTPUT_WEAK_ALIAS)
15810         (MAKE_DECL_ONE_ONLY, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP)
15811         (HANDLE_SYSV_PRAGMA): Delete.
15812         (ASM_OUTPUT_DEF): Fix formatting.
15813         * config/mips/elf64.h: Delete.
15814
15815 2004-08-01  Zack Weinberg  <zack@codesourcery.com>
15816
15817         * config/ia64/ia64.c (got_symbolic_operand): Do require a
15818         symbol+offset operand to have its offset be zero mod 0x3fff
15819         when GOT entries are in use.  Clarify logic in SYMBOL_REF
15820         case.  Clarify comments.
15821         (ia64_expand_load_address): Split a symbol+offset load when
15822         the offset is nonzero mod 0x3fff, not 0x1fff.
15823
15824 2004-08-01  Geoffrey Keating  <geoffk@apple.com>
15825
15826         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Just abort
15827         if trying to *store* to a non-offsettable address.
15828         * config/rs6000/rs6000.md (movtf_internal): Don't move GPRs to
15829         a nonoffsettable address.
15830         (movdi_internal32): Don't move GPRs to a nonoffsettable address.
15831         Clean up.
15832         (movti_string): Don't move GPRs to a nonoffsettable address.
15833         (movti_ppc64): Don't move GPRs to a nonoffsettable address.  Clean up.
15834
15835 2004-08-02  Ben Elliston  <bje@au.ibm.com>
15836
15837         PR target/16155
15838         * config/rs6000/altivec.h: Replace typeof with __typeof__.
15839
15840 2004-08-01  Richard Henderson  <rth@redhat.com>
15841
15842         * expr.c (expand_expr_real_1) <normal_inner_ref>: Fix crash with
15843         variable sized types.
15844
15845 2004-08-01  Richard Sandiford  <rsandifo@redhat.com>
15846
15847         * doc/invoke.texi: In the MIPS options section, remove the passage
15848         saying that -mexplicit-relocs is usually disabled for -mabicalls
15849         -fno-unit-at-a-time.
15850         * config/mips/mips.c (override_options): Remove the code that enforced
15851         this rule.
15852
15853 2004-08-01  Richard Sandiford  <rsandifo@redhat.com>
15854
15855         * config/mips/mips.md (cprestore): Provide two alternatives, one for
15856         an in-range offset and one for an out-of-range offset.  Wrap the latter
15857         in .set macro/.set nomacro if it's inside a .set nomacro block.
15858
15859 2004-08-01  Richard Sandiford  <rsandifo@redhat.com>
15860
15861         * config/mips/mips-protos.h (mips_gp_save_slot): Remove.
15862         (mips_restore_gp): Declare.
15863         * config/mips/mips.c (mips_add_offset): Add a scratch register
15864         argument.  Reimplement in rtl only, reusing MIPS16 logic from
15865         mips_output_mi_thunk.
15866         (mips_legitimize_address, mips_legitimize_const_move): Adjust calls
15867         to mips_add_offset.
15868         (mips_gp_save_slot): Delete.
15869         (mips_restore_gp): New function.
15870         (mips_set_return_address, mips_output_mi_thunk): Use mips_add_offset.
15871         * config/mips/mips.md (exception_receiver): Turn into a
15872         define_insn_and_split.  Use mips_restore_gp to do the split.
15873         (call_internal, call_value_internal, call_value_multiple_internal): Use
15874         mips_restore_gp to restore $gp.
15875
15876 2004-07-31  Andrew Pinski  <apinski@apple.com>
15877
15878         PR other/16842
15879         * mkheaders.in (libsubdir): s/gcc-lib/gcc/.
15880
15881 2004-07-31  Joseph S. Myers  <jsm@polyomino.org.uk>
15882
15883         * c-decl.c (diagnose_mismatched_decls): Give error for external
15884         redeclaration of identifier declared with no linkage, not just
15885         warning with -Wtraditional.  Do not check DECL_CONTEXT to give
15886         error for redeclaration with no linkage.
15887
15888 2004-07-30  Geoffrey Keating  <geoffk@apple.com>
15889             Fariborz Jahanian <fjahanian@apple.com>
15890
15891         * config/rs6000/rs6000.c (legitimate_lo_sum_address_p): Permit
15892         non-offsettable addresses even for DImode.
15893         (rs6000_split_multireg_move): Cope with non-offsettable addresses
15894         being moved into multiple GPRs.
15895
15896         * config/rs6000/rs6000.c (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Default
15897         to 64.
15898         (rs6000_override_options): Use RS6000_DEFAULT_LONG_DOUBLE_SIZE.
15899         * config/rs6000/darwin.h (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Define
15900         to 128.
15901         * config/rs6000/darwin-ldouble.c (isless): New macro.
15902         (inf): New macro.
15903         (nonfinite): New macro.
15904         (FPKINF): Delete.
15905         (_xlqadd): Completely rewrite.
15906         (_xlqmul): Correct overflow handling.
15907         (_xlqdiv): Correct overflow handling.
15908         * config/rs6000/darwin-ldouble-format: New file.
15909
15910 2004-07-30  Roger Sayle  <roger@eyesopen.com>
15911             Richard Henderson  <rth@redhat.com>
15912
15913         * config/i386/i386.md: New peephole2's to convert imul by 3, 5 or
15914         9 into the equivalent lea instruction.
15915
15916 2004-07-30  Richard Henderson  <rth@redhat.com>
15917
15918         * gimplify.c (gimplify_expr) <case CONST_DECL>: Don't replace
15919         with DECL_INITIAL if fb_lvalue.
15920         * tree-gimple.c (is_gimple_id): Add CONST_DECL.
15921         * tree-pretty-print.c (dump_decl_name): Dump unnamed CONST_DECL
15922         with <Cxxx>.
15923         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Fold CONST_DECL.
15924
15925 2004-07-30  Diego Novillo  <dnovillo@redhat.com>
15926
15927         * tree-ssa-alias.c (compute_points_to_and_addr_escape): If a
15928         pointer escapes through a function call, assume that the
15929         callee will dereference it.
15930         (add_pointed_to_var): Assume that VALUE is always an
15931         ADDR_EXPR.
15932         (collect_points_to_info_r): Only call add_pointed_to_var if
15933         the value is an ADDR_EXPR.
15934
15935 2004-07-30  Diego Novillo  <dnovillo@redhat.com>
15936
15937         * tree-ssa-alias.c (create_alias_map_for): Do not get the
15938         alias set of the inner type of ARRAY_TYPEs.
15939
15940 2004-07-29  Diego Novillo  <dnovillo@redhat.com>
15941
15942         * tree-ssa-ccp.c (visit_assignment): Move code to prevent
15943         setting a non-register to UNDEFINED right before the call to
15944         set_lattice_value.
15945
15946 2004-07-29  Kaz Kojima  <kkojima@gcc.gnu.org>
15947
15948         * config/sh/lib1funcs.asm: Make aliases movstr* for movmem*.
15949
15950 2004-07-29  Diego Novillo  <dnovillo@redhat.com>
15951
15952         * tree-ssa.c (verify_flow_sensitive_alias_info): When
15953         comparing points-to sets of different pointers, make sure the
15954         second pointer is actually referenced in the code.
15955
15956 2004-07-29  Zack Weinberg  <zack@codesourcery.com>
15957
15958         * config/ia64/ia64.c (setjmp_operand): Delete, unused.
15959         (got_symbolic_operand): Remove unreachable code.
15960         * config/ia64/ia64.h (PREDICATE_CODES): Remove entry for
15961         setjmp_operand; add entry for tls_symbolic_operand.
15962         * config/ia64/ia64-protos.h: Remove all prototypes of
15963         predicate functions.
15964
15965 2004-07-29  Mark Mitchell  <mark@codesourcery.com>
15966
15967         * c-common.h (lang_post_pch_load): New variable.
15968         * c-pch.c (lang_post_pch_load): Define it.
15969         (c_common_read_pch): Use it.
15970         * cgraphunit.c (record_call_1): Give the front end a chance to
15971         record additional needed entities when a variable is marked as
15972         needed.
15973         * tlink.c (recompile_files): Robustify.
15974         (scan_linker_output): If a symbol is assigned to a file,
15975         but after recompilation is not present there, issue an error
15976         message.
15977
15978 2004-07-29  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15979
15980         * tree-ssa-loop-im.c (force_move_till_expr, force_move_till):
15981         Take orig_loop argument and pass it to set_level.
15982         (schedule_sm): Pass the correct orig_loop to force_move_till.
15983
15984 2004-07-29  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15985
15986         * cfgloop.c (update_latch_info): Update dominator of the new block.
15987         (canonicalize_loop_headers, flow_loops_find): Do not free dominance
15988         info.
15989         * dominance.c (verify_dominators): Check that the dominance tree is
15990         connected.
15991         (recount_dominator): Ignore unreachable blocks.
15992         (iterate_fix_dominators): Cleanup old dominance information before
15993         recomputing it.
15994
15995 2004-07-29  Diego Novillo  <dnovillo@redhat.com>
15996
15997         * tree-ssa-operands.c (get_expr_operands): Revert changes
15998         to ADDR_EXPR processing introduced by:
15999             2004-06-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16000             * tree-ssa-operands.c (get_expr_operands): Minor rearrangements.
16001
16002 2004-07-29  Joseph S. Myers  <jsm@polyomino.org.uk>
16003
16004         * doc/implement-c.texi: Add C90 subclause references.  Point to
16005         preprocessor documentation instead of duplicating it.  Add points
16006         only present in C90.  Fill in documentation for all points.
16007
16008 2004-07-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16009
16010         * pa.c (output_movb): Correct typo.
16011
16012 2004-07-29  Pat Haugen  <pthaugen@us.ibm.com>
16013
16014         * ra.h (single_reg_in_regclass): Declare.
16015         * ra.c (single_reg_in_regclass): Define.
16016         (first_hard_reg): New.
16017         (init_ra): Initialize single_reg_in_regclass.
16018         * ra-colorize.c (ok_class): New.
16019         (coalesce, aggressive_coalesce, extended_coalesce_2): Use it.
16020
16021 2004-07-29  Nathan Sidwell  <nathan@codesourcery.com>
16022
16023         * gcov-io.h: Allow zero tag as EOF indicator.
16024         (gcov_is_eof): Remove.
16025         (gcov_truncate): Remove.
16026         * gcov-io.c (gcov_seek): Always SEEK_SET.
16027         * libgcov.c (gcov_exit): Don't use gcov_truncate.  Write explicit
16028         EOF tag.
16029         * coverage.c (read_counts_file): Don't use gcov_is_eof.
16030         * gcov-dump.c (dump_file): Likewise.
16031         * gcov.c (read_graph_file, read_count_file): Likewise.
16032
16033         * c-decl.c (complete_array_type): Don't gratuitously copy
16034         maxindex.  Check it always has a type.
16035
16036 2004-07-29  Steven Bosscher  <stevenb@suse.de>
16037
16038         * rtl.c (currently_expanding_to_rtl): New.
16039         * rtl.h (currently_expanding_to_rtl): Export it.
16040         * cfgexpand.c (tree_cfg_expand): Set/clear it at entry/exit.
16041
16042         * config/alpha/alpha.c (alpha_expand_mov): Remove old RTL
16043         inliner hack.
16044         * config/sh/sh.c: Replace rtx_equal_function_value_matters
16045         with currently_expanding_to_rtl.
16046         * config/sh/sh.md: Likewise.
16047         * config/ia64/ia64.c (got_symbolic_operand): Likewise.
16048
16049 2004-07-29  Alexandre Oliva  <aoliva@redhat.com>
16050
16051         Introduce sh2a support.
16052         2004-07-29  Alexandre Oliva  <aoliva@redhat.com>
16053         * config.gcc: Build multilibs for sh2a and sh2a-single by
16054         default.
16055         * config/sh/sh.h (SUPPORT_SH2A, SUPPORT_SH2A_SINGLE): Define by
16056         default.  Split their tests out of the corresponding SH4
16057         multilibs.
16058         * config/sh/t-sh (MULTILIB_MATCHES): Don't ever use SH4 or SH4a
16059         multilibs for SH2a.
16060         2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
16061         * config.gcc: Handle sh2a multilibs and cpu selection.
16062         * config/sh/sh.h: Likewise.  Handle sh2a command line flags.
16063         * config/sh/t-mlib-sh2a: New.
16064         * config/sh/t-mlib-sh2a-nofpu: New.
16065         * config/sh/t-mlib-sh2a-single: New.
16066         * config/sh/t-mlib-sh2a-single-only: New.
16067         2004-07-09  Nick Clifton  <nickc@redhat.com>
16068         Issue 43400
16069         * config/sh/sh.h (DRIVER_SELF_SPECS): Issue an error message if
16070         -ml and -m2a are used together.
16071         2004-03-23  DJ Delorie  <dj@redhat.com>
16072         * config/sh/sh.c (sh_builtin_saveregs): Use the double code only
16073         when we have a double-sized FPU.
16074         2004-02-24  Corinna Vinschen <vinschen@redhat.com>
16075         * config/sh/lib1funcs.asm (set_fpscr): Don't build if __SH2A_NOFPU__
16076         is set.
16077         * config/sh/elf.h (SUBTARGET_ASM_ISA_SPEC): Add cases for -msh2a-nofpu,
16078         -msh2a-single and -msh2a-single-only
16079         2004-02-24  Corinna Vinschen <vinschen@redhat.com>
16080         * config/sh/crt1.asm: Don't generate FPU instructions if __SH2A_NOFPU__
16081         is set.
16082         2004-02-20  DJ Delorie  <dj@delorie.com>
16083         * config/sh/sh.md (movsf_i, movsf_ie, movsf, ble, bge): Disable for sh2a-nofpu.
16084         2004-02-20  Fred Fish <fnf@redhat.com>,
16085         Corinna Vinschen <vinschen@redhat.com>
16086         * config/sh/t-sh (MULTILIB_OPTIONS): Add 2a-nofpu.
16087         (MULTILIB_EXCEPTIONS): Don't build littel-endian on sh2a.
16088         2004-02-18  DJ Delorie  <dj@redhat.com>
16089         * config/sh/sh.c (broken_move): Add support for movi20.
16090         * config/sh/sh.h: Likewise.
16091         (SHIFT_COUNT_TRUNCATED): Set for sh2a.
16092         * config/sh/sh.md (udivsi3_sh2a): New.
16093         (udivsi3): Call it.
16094         (divsi3_sh2a): New.
16095         (divsi3): Call it.
16096         (mul_r): New.
16097         (ashlsi3_sh2a): New.
16098         (ashrsi3_sh2a): New.
16099         (lshrsi3_sh2a): New.
16100         (movsi_i): Disable for sh2a.
16101         (movsi_ie): Add movi20.
16102         (movsf_i, movsf_ie, movsf, ble, untyped_call): Explicitly enable
16103         sh2a, for -m2a-nofpu mode.
16104         2004-02-13  DJ Delorie  <dj@redhat.com>
16105         * config/sh/lib1funcs.asm: Handle double vs single better.
16106         * config/sh/sh.h: Likewise.
16107         2004-02-09  DJ Delorie  <dj@redhat.com>
16108         * config/sh/crt1.asm: Add support for sh2a.
16109         * config/sh/elf.h: Likewise.
16110         * config/sh/lib1funcs.asm: Likewise.
16111         * config/sh/sh.c: Likewise.
16112         * config/sh/sh.md: Likewise.
16113         * config/sh/sh.h: Likewise.
16114         * config/sh/t-sh: Likewise.
16115
16116 2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
16117
16118         * config/frv/frv.md (movqi_internal, movhi_internal,
16119         movsi_internal): Add backup alternatives for memory inputs.
16120
16121 2004-07-28  Matt Austern  <austern@apple.com>
16122
16123         * config/darwin.c (darwin_one_byte_bool): New global variable.
16124         * config/darwin.h (darwin_one_byte_bool): Declare.
16125         (SUBTARGET_OPTIONS): Define macro.  (for -mone-byte-bool flag.)
16126         * config/rs6000/darwin.h (BOOL_TYPE_SIZE): Conditionalize on
16127         value of darwin_one_byte_bool.
16128         * doc/invoke.texi: Document -mone-byte-bool flag.
16129
16130 2004-07-28  Eric Christopher  <echristo@redhat.com>
16131
16132         * c-common.c (c_common_unsafe_for_reeval): Delete.
16133         * c-lang.c (LANG_HOOKS_UNSAFE_FOR_REEVAL): Delete use.
16134         * c-pretty-print.c (pp_c_expression): Delete UNSAVE_EXPR case.
16135         * calls.c (fix_unsafe_tree): Delete.
16136         (expand_call): Delete code which used above.
16137         * dojump.c (do_jump): Delete UNSAVE_EXPR case.
16138         * expr.c (expand_expr_real_1): Ditto.
16139         * fold-const.c (non_lvalue): Ditto.
16140         * langhooks-def.h (LANG_HOOKS_UNSAFE_FOR_REEVAL): Delete.
16141         (lhd_unsafe_for_reeval): Ditto.
16142         * langhooks.c (lhd_unsafe_for_reeval): Ditto.
16143         * langhooks.h (unsafe_for_reeval): Ditto.
16144         (unsave_expr_now): Adjust comment.
16145         * tree-inline.c (copy_body_r): Delete UNSAVE_EXPR bits.
16146         (estimate_num_insns_1): Ditto.
16147         * tree-pretty-print.c (dump_generic_node): Ditto.
16148         * tree.c (expr_align): Ditto.
16149         (unsave_expr): Delete.
16150         (unsafe_for_reeval): Ditto.
16151         * tree.h (unsafe_for_reeval, unsave_expr): Ditto.
16152         * tree.def (UNSAVE_EXPR): Delete.
16153         * objc/objc-lang.c (LANG_HOOKS_UNSAFE_FOR_REEVAL): Delete.
16154
16155 2004-07-28  Zack Weinberg  <zack@codesourcery.com>
16156
16157         * tree.h (enum tls_model): Move ...
16158         * coretypes.h: ... here.
16159
16160 2004-07-28  Richard Sandiford <rsandifo@redhat.com>
16161
16162         * config/frv/frv.h (EPILOGUE_USES): New.  Use LR.
16163
16164 2004-07-28  Richard Sandiford  <rsandifo@redhat.com>
16165
16166         * cse.c (validate_canon_reg): New function, split out from...
16167         (canon_reg): ...here.  Use validate_canon_reg for both 'e' and 'E'.
16168
16169 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
16170
16171         * tree-ssa-alias.c (maybe_create_global_var): Don't just
16172         return if .GLOBAL_VAR has been created.
16173
16174 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
16175
16176         * tree-ssa.c (verify_flow_insensitive_alias_info): Process
16177         every variable that may have aliases, not just tags.
16178
16179 2004-07-28  Aldy Hernandez  <aldyh@redhat.com>
16180
16181         * config/rs6000/rs6000.md ("move_from_CR_gt_bit"): Rename to
16182         move_from_CR_eq_bit.
16183         Rename UNSPEC_MV_CR_GT to UNSPEC_MV_CR_EQ.
16184
16185
16186         * config/rs6000/spe.md ("e500_flip_gt_bit"): Rename to
16187         e500_flip_eq_bit.
16188
16189         * config/rs6000/rs6000-protos.h: Rename output_e500_flip_gt_bit to
16190         output_e500_flip_eq_bit.
16191
16192         * config/rs6000/rs6000.c (output_e500_flip_gt_bit): Rename to
16193         output_e500_flip_eq_bit.
16194         (rs6000_emit_sCOND): Rename call to output_e500_flip_gt_bit to
16195         output_e500_flip_eq_bit.
16196         Rename gen_move_from_CR_gt_bit to gen_move_from_CR_eq_bit.
16197         (print_operand): case D.  Get to EQ bit.
16198
16199 2004-07-28  Richard Sandiford  <rsandifo@redhat.com>
16200
16201         * gcov.c (function_summary): Add missing \n.
16202
16203 2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
16204
16205         Introduce sh4a support.
16206         * config.gcc: Handle sh4a multilibs and cpu selection.
16207         * config/sh/sh.h: Likewise.  Handle sh4a command line flags.
16208         * config/sh/t-mlib-sh4a: New.
16209         * config/sh/t-mlib-sh4al: New.
16210         * config/sh/t-mlib-sh4a-nofpu: New.
16211         * config/sh/t-mlib-sh4a-single: New.
16212         * config/sh/t-mlib-sh4a-single-only: New.
16213         2004-02-20  DJ Delorie  <dj@redhat.com>
16214         * config/sh/sh.md ("movua"): Change constraint from "m" to "Sua".
16215         * config/sh/sh.h (EXTRA_CONSTRAINT_S): Add "Sua" support.
16216         2003-08-22  Eric Christopher  <echristo@redhat.com>
16217         * config/sh/sh4a.md: Update for chip errata.
16218         2003-08-07  Eric Christopher  <echristo@redhat.com>
16219         * config/sh/sh4a.md: New file. sh4a processor description.
16220         2003-07-08  Alexandre Oliva  <aoliva@redhat.com>
16221         * config/sh/sh.h (TARGET_SWITCHES): Added 4al.  Adjust description
16222         of -m4a-nofpu.
16223         (SH_ASM_SPEC): Pass -dsp for -m4al, not -m4a-nofpu.
16224         * config/sh/t-sh (MULTILIB_MATCHES): Map -m4al to -m4a-nofpu.
16225         * doc/invoke.texi (SH Options): Document -m4al.
16226         2003-07-03  Alexandre Oliva  <aoliva@redhat.com>
16227         * config/sh/sh.c (expand_block_move): Remove commented-out code
16228         checked in by mistake.
16229         (sh_cannot_change_mode_class): Enable SUBREGs to be used to select
16230         single elements from SFmode vectors.
16231         * config/sh/sh.md (fsca): Use VEC_CONCAT to initialize the output
16232         register.
16233         (sinsf2, cossf2, sindf2, cosdf2): Don't emit CLOBBER.
16234         2003-07-01  Alexandre Oliva  <aoliva@redhat.com>
16235         * config/sh/sh.h (sh_fsca_sf2int, sh_fsca_df2int,
16236         sh_fsca_int2sf): Remove variable declarations.
16237         * config/sh/sh.c (sh_fsca_sf2int, sh_fsca_df2int,
16238         sh_fsca_int2sf): New functions.
16239         (sh_fsca_sf2int_rtx, sh_fsca_df2int_rtx,
16240         sh_fsca_int2sf_rtx): New static variables.
16241         * config/sh/sh-protos.h (sh_fsca_sf2int, sh_fsca_df2int,
16242         sh_fsca_int2sf): Declare.
16243         * config/sh/sh.md: Adjust.
16244         * doc/invoke.texi (SH Options): Document new options.
16245         * config/sh/lib1funcs.asm (ic_invalidate): Remove SH4a forward
16246         compatibility from SH4 code.
16247         2003-06-27  Alexandre Oliva  <aoliva@redhat.com>
16248         * config/sh/sh.c (expand_block_move): Don't emit POST_INC too
16249         early.
16250         (memory_movsrc_operand): Renamed to...
16251         (unaligned_load_operand): ... this.  Simplified.
16252         * config/sh/sh.h (PREDICATE_CODES): Adjust.
16253         * config/sh/sh.md (movua, extv, extzv): Likewise.  Change movua's
16254         input operand to SImode, and adjust the others.  Introduce
16255         post-increment by peephole.
16256         * config/sh/sh.c (expand_block_move): Give the target address the
16257         same mode as the temp reg.
16258         * config/sh/sh.c (expand_block_move): Use a temp reg for unaligned
16259         copying.
16260         2003-06-26  Alexandre Oliva  <aoliva@redhat.com>
16261         Introduce support for SH4a.
16262         * config/sh/lib1funcs.asm (ic_invalidate): Use icbi if
16263         __SH4A__.  Emit 4 4kb blocks and touch all of them otherwise.
16264         * config/sh/sh.c (sh_fsca_sf2int, sh_fsca_df2int,
16265         sh_fsca_int2sf): New.
16266         (sh_init_builtins): Initialize them.
16267         (print_operand): Support `d'.
16268         (expand_block_move): Use movua if src is misaligned.
16269         (memory_movsrc_operand): New.
16270         * config/sh/sh.h (TARGET_CPU_CPP_BUILTINS): Define __SH4A__
16271         and one of the SH4 macros.
16272         (SH4A_BIT, TARGET_SH4A_ARCH, TARGET_SH4A_FP,
16273         SELECT_SH4A_NOFPU, SELECT_SH4A_SINGLE_ONLY, SELECT_SH4A,
16274         SELECT_SH4A_SINGLE): New.
16275         (TARGET_NONE): Add SH4A_BIT.
16276         (TARGET_SWITCHES): Add 4a-single-only, 4a-single, 4a-nofpu and 4a.
16277         (SH_ASM_SPEC): Pass -dsp if -m4a-nofpu.
16278         (sh_fsca_sf2int, sh_fsca_df2int, sh_fsca_int2sf): Declare.
16279         (OVERRIDE_OPTIONS): Set cpu to CPU_SH4A when appropriate.
16280         (enum processor_type): Added PROCESSOR_SH4A.
16281         (PREDICATE_CODES): Add memory_movsrc_operand.
16282         * config/sh/sh.md: Removed unused variables.
16283         (attr cpu): Add sh4a.
16284         (attr type): Add movua, fsrra and fsca.
16285         (prefetch): New, for SH4.
16286         (ic_invalidate_line, ic_invalidate_line_sh4a): Use icbi.
16287         (toggle_sz): Set type to fp.
16288         (toggle_pr, rsqrtsf2, fsca, sinsf2, cossf2, sindf2, cosdf2): New.
16289         (movua, extv, extzv): New.
16290         * config/sh/t-sh: Add multilibs for 4a, 4a-nofpu, 4a-single
16291         and 4a-single-only.
16292
16293 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
16294
16295         * tree-optimize.c (init_tree_optimization_passes): Schedule
16296         pass_may_alias right after the program is renamed into SSA.
16297         * tree-pass.h (PROP_alias): Define.
16298         * tree-outof-ssa.c (pass_del_ssa): Require PROP_alias.
16299         * tree-sra.c (pass_sra): Likewise.
16300         * tree-ssa-ccp.c (pass_ccp): Likewise.
16301         * tree-ssa-copyrename.c (pass_rename_ssa_ccp): Likewise.
16302         * tree-ssa-dce.c (pass_dce): Likewise.
16303         * tree-ssa-dom.c (pass_dominator): Likewise.
16304         * tree-ssa-dse.c (pass_dse): Likewise.
16305         * tree-ssa-forwprop.c (pass_forwprop): Likewise.
16306         * tree-ssa-loop-ch.c (pass_ch): Likewise.
16307         * tree-ssa-phiopt.c (pass_phiopt): Likewise.
16308         * tree-ssa-pre.c (pass_pre): Likewise.
16309         * tree-tailcall.c (pass_tail_recursion): Likewise.
16310         * tree-ssa.c (pass_redundant_phi): Likewise.
16311         * tree-ssa-alias.c (aliases_computed_p): Remove.
16312         Update all users.
16313         (init_alias_info): Do not mark all type tags for renaming
16314         unconditionally.
16315         Clear may_aliases from every symbol.
16316         (setup_pointers_and_addressables): If a pointer has not been
16317         dereferenced and it had a type tag, clear it and mark the old
16318         tag for renaming.
16319
16320 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
16321
16322         PR tree-optimization/16705
16323         * tree-ssa-alias.c (create_global_var): Set DECL_EXTERNAL on
16324         .GLOBAL_VAR.
16325
16326 2004-07-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16327
16328         * expr.c (expand_expr_real_1, case PARM_DECL): Remove obsolete error
16329         check.
16330
16331         * gimplify.c (maybe_with_size_expr): If already have WITH_SIZE_EXPR,
16332         don't make another one.
16333
16334         PR optimization/15077
16335         * function.h (struct function): Add field saved_static_chain_decl.
16336         Fix comment for static_chain_decl.
16337         * tree-inline.c (save_body): Add new arg and handle static_chain_decl.
16338         * tree-inline.h (save_body): Add new arg.
16339         * tree-optimize.c (tree_rest_of_compilation): Handle saving
16340         static_chain_decl.
16341
16342 2004-07-27  Richard Henderson  <rth@redhat.com>
16343
16344         * gimplify.c (is_gimple_addr_expr_arg_or_indirect): Remove.
16345         (gimplify_modify_expr, gimplify_addr_expr, gimplify_expr): Use
16346         is_gimple_addressable.
16347         * tree-gimple.c (is_gimple_addressable): Rename from
16348         is_gimple_addr_expr_arg; accept INDIRECT_REF.
16349         (is_gimple_lvalue): Don't test INDIRECT_REF directly.
16350         * tree-gimple.h, tree-sra.c, tree-ssa-loop-im.c: Update for
16351         rename to is_gimple_addressable.
16352
16353 2004-07-28  Alan Modra  <amodra@bigpond.net.au>
16354
16355         * config/rs6000/rs6000.c (function_arg_padding): Pad SFmode upwards.
16356
16357 2004-07-27  Richard Henderson  <rth@redhat.com>
16358
16359         * function.c (assign_stack_local_1): Widen alignment to HOST_WIDE_INT
16360         before rounding.
16361
16362 2004-07-27  Zack Weinberg  <zack@codesourcery.com>
16363
16364         * libgcc2.c: Change all conditionals testing
16365         LIBGCC2_LONG_DOUBLE_TYPE_SIZE == 96 to == 80.
16366         * libgcc2.h: Likewise.
16367         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Set
16368         TYPE_PRECISION of float80_type to 80.
16369         * config/ia64/ia64.c (ia64_init_builtins): Set TYPE_PRECISION
16370         of fpreg_type and float80_type to 80.
16371         * config/i386/i386.h, config/ia64/ia64.h, config/m68k/m68k.h
16372         * config/m68k/netbsd-elf.h:
16373         Change LONG_DOUBLE_TYPE_SIZE and possibly LIBGCC2_LONG_DOUBLE_TYPE_SIZE
16374         to evaluate to 80 whenever they would formerly have evaluated to 96.
16375         * config/i386/sco5.h: Remove unnecessary redefinition of
16376         LONG_DOUBLE_TYPE_SIZE.
16377         * doc/rtl.texi: Clarify uses of XFmode and TFmode.
16378         * config/i386/i386-modes.def: Use FRACTIONAL_FLOAT_MODE for
16379         XFmode, with a bitsize of 80.  Update commentary.
16380         * config/ia64/ia64-modes.def: Likewise.
16381         * config/m68k/m68k-modes.def: Likewise.
16382
16383 2004-07-27  Steven Bosscher  <stevenb@suse.de>
16384
16385         * cfgexpand.c (tree_expand_cfg): Fix comment.
16386
16387         * calls.c (expand_call): Ignore rtx_equal_function_value_matters.
16388         * function.c (purge_single_hard_subreg_set, purge_hard_subreg_sets):
16389         Remove.
16390         (prepare_function_start): Don't set rtx_equal_function_value_matters.
16391         * integrate.c (copy_rtx_and_substitute): Don't test for it.
16392         * passes.c (rest_of_compilation): Don't call purge_hard_subreg_sets.
16393         Don't set rtx_equal_function_value_matters.  Don't register RTL hooks
16394         here again.  Update leading comment.
16395         * rtl.c (rtx_equal_function_value_matters): Remove.
16396         (rtx_equal_p): Don't test for it.
16397         * simplify-rtx.c (simplify_binary_operation, simplify_subreg):
16398         Likewise.
16399
16400         * rtl.h (enum insn_note): Remove NOTE_INSN_LOOP_END_TOP_COND.
16401         * rtl.c (note_insn_name): Likewise.
16402         * emit-rtl.c (remove_unnecessary_notes): Don't handle it.
16403         * final.c (final_scan_insn): Likewise.
16404
16405         * except.c (finish_eh_generation): Don't call cfg_cleanup from here.
16406         * passes.c (rest_of_handle_eh): Do it here.
16407
16408         * stmt.c (struct nesting): Remove struct nesting block member.
16409         (struct stmt_status): Remove x_block_start_count field.
16410         (current_block_start_count): Remove.
16411
16412 2004-07-27  Brian Booth  <bbooth@redhat.com>
16413
16414         * tree-optimize.c (register_one_dump_file): Update condition that uses
16415         static_pass_number.
16416         (dup_pass_1): Replace with...
16417         (next_pass_1): This.
16418         (NEXT_PASS): Call next_pass_1.
16419         (DUP_PASS): Remove.
16420         (init_tree_optimization_passes): Remove uses of DUP_PASS.
16421         (execute_one_pass): Update condition that uses
16422         static_pass_number.
16423         * tree-pass.h (tree_opt_pass): Declare static_pass_number as a signed
16424         integer.
16425
16426 2004-07-27  Nick Clifton  <nickc@redhat.com>
16427
16428         * config/m32r/m32r.c: Include integrate.h in order to get the
16429         prototype for get_hard_reg_initial_val().
16430
16431         * config/m32r/m32r.md (m32rpipeline): Remove unused value "m32r"
16432         and tidy up indentation.
16433         (final_presence_set): Use absence_set instead, so that if there is
16434         nothing in the "o" pipe the "s" pipe can be scheduled.
16435
16436 2004-07-27  Diego Novillo  <dnovillo@redhat.com>
16437
16438         * tree-ssa-alias.c (create_name_tags): Ignore pointers that
16439         don't have PT_VARS nor PT_MALLOC set.
16440         Clear name tag from pointers that have not been dereferenced.
16441         (set_pt_anything, set_pt_malloc): Forward declare.
16442         * tree-ssa-copy.c (may_propagate_copy): Compare alias sets,
16443         not type compatibility when determining if a pointer can be
16444         copy propagated.
16445
16446 2004-07-27  Richard Sandiford  <rsandifo@redhat.com>
16447
16448         * expr.h (canonicalize_condition, get_condition): Add an int argument.
16449         * gcse.c (fis_get_condition): Reimplement using get_condition, leaving
16450         it to check whether the condition is still valid at the jump insn.
16451         * ifcvt.c (noce_get_condition): Likewise.
16452         (noce_get_alt_condition): Update call to canonicalize_condition.
16453         * loop-iv.c (simplify_using_initial_values): Update call to
16454         get_condition.  Remove FIXME.
16455         (check_simple_exit): Update call to get_condition.
16456         * loop-unswitch.c (may_unswitch_on): Likewise.
16457         * loop.c (check_dbra_loop): Likewise.
16458         (canonicalize_condition, get_condition): Add an argument to say whether
16459         the condition must still be valid at INSN.
16460         (get_condition_for_loop): Update call to get_condition.  Require that
16461         the condition be valid at INSN.
16462         * predict.c (estimate_probability): Update call to get_condition.
16463         Remove unused earliest parameter.
16464         (expected_value_to_br_prob): Update call to canonicalize_condition.
16465
16466 2004-07-26  Eric Christopher  <echristo@redhat.com>
16467
16468         * tree-dfa.c (add_referenced_var): Register initializers of global
16469         variables.
16470
16471 2004-07-26  Paolo Bonzini  <bonzini@gnu.org>
16472
16473         * config/i386/i386.c (function_arg): Always treat 8-
16474         and 16-byte wide vectors the same, even if MMX/SSE
16475         are disabled.
16476         (contains_128bit_aligned_vector_p): Add comment.
16477
16478 2004-07-26  J"orn Rennecke <joern.rennecke@superh.com>
16479
16480         * ra.h (enum node_type): Rename to:
16481         (enum ra_node_type).
16482         * ra-colorize.c: Likewise.
16483
16484 2004-07-26  Richard Sandiford  <rsandifo@redhat.com>
16485
16486         * cfgcleanup.c (try_simplify_condjump): Call update_forwarder_flag
16487         after simplifying the jump.
16488
16489 2004-06-26  Richard Henderson  <rth@redhat.com>
16490
16491         * calls.c (combine_pending_stack_adjustment_and_call): Make
16492         preferred_unit_stack_boundary argument unsigned.  Make
16493         unadjusted_alignment unsigned.
16494         (expand_call): Make preferred_stack_boundary and
16495         preferred_unit_stack_boundary variables unsigned.
16496         * function.c (assign_stack_local_1): Make alignment unsigned.
16497         * function.h (struct function): Make stack_alignment_needed,
16498         preferred_stack_boundary unsigned.
16499         * config/i386/i386.c (ix86_preferred_stack_boundary): Make unsigned.
16500         (ix86_compute_frame_layout): Make stack_alignment_needed,
16501         preferred_alignment variables unsigned.
16502         * config/i386/i386.h (ix86_preferred_stack_boundary): Make unsigned.
16503
16504 2004-07-26  Tom Tromey  <tromey@redhat.com>
16505
16506         * tree.h: Fix typo in comment.
16507
16508 2004-07-26  Daniel Jacobowitz  <dan@debian.org>
16509
16510         PR bootstrap/12804
16511         * ggc-zone.c (struct alloc_chunk): Remove attribute packed.
16512         (MAX_FREE_BIN_SIZE): Increase on 64-bit targets.
16513         (ggc_free): Remove incorrect freeing.
16514         (sweep_pages): Advance PP for large pages.  Fix indentation.
16515
16516 2004-07-26  Richard Sandiford  <rsandifo@redhat.com>
16517
16518         PR rtl-optimization/16643
16519         * cfglayout.h (cfg_layout_initialize): Add a flags parameter.
16520         * cfglayout.c (cfg_layout_initialize): Pass it to cleanup_cfg.
16521         * basic-block.h (reorder_basic_blocks): Add a flags parameter.
16522         * cfglayout.c (reorder_basic_blocks): Pass it to cfg_layout_initialize.
16523         (partition_hot_cold_basic_blocks): Pass 0 to cfg_layout_initialize.
16524         * function.c (thread_prologue_and_epilogue_insns): Likewise.
16525         * rtl.h (tracer): Add a flags parameter.
16526         * tracer.c (tracer): Pass it to cfg_layout_initialise.
16527         * passes.c (rest_of_handle_stack_regs): Pass 0 to reorder_basic_blocks.
16528         (rest_of_handle_reorder_blocks): Update calls to tracer and
16529         reorder_basic_blocks, passing CLEANUP_UPDATE_LIFE if appropriate.
16530         (rest_of_handle_tracer): Pass 0 to tracer.
16531         (rest_of_handle_loop2): Pass 0 to cfg_layout_initialize.
16532
16533 2004-07-25  David Edelsohn  <edelsohn@gnu.org>
16534
16535         PR target/16239
16536         * config/rs6000/rs6000.md (movdi_internal64): Further disparage
16537         f->f.
16538
16539 2004-07-24  Nathan Sidwell  <nathan@codesourcery.com>
16540
16541         * tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree).
16542         (BINFO_BASE_ACCESS): Adjust.
16543         (BINFO_BASE_ACCESS_APPEND): New.
16544         (struct tree_binfo): Make base_accesses a VEC(tree) pointer.
16545         * dbxout.c (dbxout_type): Adjust binfo access accessing.
16546         * dwarf2out.c (gen_member_die): Likewise.
16547         * tree-dump.c (deque_and_dump): Likewise.
16548
16549 2004-07-26  Falk Hueffner  <falk@debian.org>
16550
16551         * config/alpha/alpha.c (alpha_rtx_cost_data): Tweak int_div
16552         costs.
16553
16554 2004-07-25  Roger Sayle  <roger@eyesopen.com>
16555
16556         * config/i386/i386.c (output_fp_compare): Use ffreep to pop top
16557         value off of the stack if TARGET_USE_FFREEP.
16558
16559 2004-07-26  Bernardo Innocenti  <bernie@develer.com>
16560
16561         * gengtype.c (oprintf): Replace xrealloc () with XRESIZEVEC ().
16562         * gengtype-yacc.y: Likewise.  Replace free() with XDELETE ().
16563         * c-typeck.c (PUSH_SPELLING): Remove redundant NULL-pointer
16564         check on invocation of XRESIZEVEC ().
16565
16566 2004-07-26  Bernardo Innocenti  <bernie@develer.com>
16567
16568         * c-common.c (disable_builtin_function): Rename variable n to
16569         new_disabled_builtin.
16570         * c-decl.c (duplicate_decls): Rename parameter decl to new_decl.
16571         Rename local variable old to old_decl.
16572         * gensupport.c (shift_output_template): Rename parameter old to src.
16573         * simplify-rtx.c (simplify_replace_rtx): Rename parameter oldx to
16574         old_rtx and newx to new_rtx.
16575
16576 2004-07-26  Bernardo Innocenti  <bernie@develer.com>
16577
16578         * Makefile.in (C_PRAGMA_H): New variable to track dependencies
16579         of c-pragma.h.
16580         * c-pragma.h (c_lex, c_lex_with_flags): Change returntype to
16581         enum cpp_ttype.
16582         * c-lex.c: Likewise.
16583
16584 2004-07-25  Roger Sayle  <roger@eyesopen.com>
16585
16586         * fold-const.c (constant_boolean_node): Make extern.
16587         (make_range): Wrap long lines.
16588         (fold_cond_expr_with_comparison): Remove unnecessary call to
16589         pedantic_non_lvalue.  Add missing calls to fold_convert.
16590         (fold_truthop): Add missing calls to fold_convert.
16591         (fold): Likewise.
16592         * tree.h (constant_boolean_node): Add prototype here.
16593         * builtins.c (expand_builtin_strncmp): Add missing calls to
16594         fold_convert.
16595         * tree-ssa-dom.c (record_equivalences_from_incoming_edge):
16596         Call fold_convert and constant_boolean_node to correct types.
16597         * tree-ssa-forwprop.c (substitute_single_use_vars): Add
16598         missing call to fold_convert to correct types.
16599
16600 2004-07-26  Niall Douglas  <s_fsfeurope2@nedprod.com>
16601             Brian Ryner  <bryner@brianryner.com>
16602
16603         PR c++/9283
16604         PR c++/15000
16605         * c-common.c (c_common_attribute_table): Allow
16606         handle_visibility_attribute to be called for types.
16607         (handle_visibility_attribute) When given a type, set the visibility
16608         bits on the TYPE_NAME.  When given a decl, don't set no_add_attrs
16609         so that we can check later whether the attribute was present. Added
16610         warning if attribute applied to non class type.
16611         * c-decl.c (diagnose_mismatched_decls): Updated rules for merging
16612         decls and checking that they are consistent.
16613         * common.opt: Added -fvisibility.
16614         * c.opt, c-opts.c: Added -fvisibility-inlines-hidden.
16615         * c-pragma.h, c-pragma.c: Added handle_pragma_visibility().
16616         * flags.h, tree.h: Added assorted support defines for overall patch
16617         * opts.c: Added parsing support for -fvisibility.
16618         * tree.c (build_decl): Set visibility for all decls to be whatever
16619         is in force at that time.
16620         * varasm.c (default_binds_local_p_1): Reworked logic determining
16621         when to make a symbol locally bound.
16622         * doc/invoke.texi: Added documentation for -fvisibility and
16623         -fvisibility-inlines-hidden.
16624
16625 2004-07-25  Bernardo Innocenti  <bernie@develer.com>
16626
16627         * basic-block.h (reorder_block_def): Rename to reorder_block_def_p.
16628         * c-common.c: Add missing casts from void * to other types.
16629         * c-decl.c: Likewise.
16630         * c-format.c: Likewise.
16631         * c-lex.c: Likewise.
16632         * c-pragma.c: Likewise.
16633         * c-typeck.c: Likewise.
16634         * defaults.h: Likewise.
16635         * genconstants.c: Likewise.
16636         * gengtype-lex.l: Likewise.
16637         * genmodes.c: Likewise.
16638         * read-rtl.c: Likewise.
16639         * rtl.c: Likewise.
16640
16641 2004-07-25  Bernardo Innocenti  <bernie@develer.com>
16642
16643         * bitmap.c: Use type-safe memory allocation macros from libiberty.
16644         * c-common.c: Likewise.
16645         * c-decl.c: Likewise.
16646         * c-lang.c: Likewise.
16647         * c-lex.c: Likewise.
16648         * c-opts.c: Likewise.
16649         * c-parse.in: Likewise.
16650         * c-typeck.c: Likewise.
16651         * genconditions.c: Likewise.
16652         * gengtype-lex.l: Likewise.
16653         * gengtype-yacc.y: Likewise.
16654         * gengtype.c: Likewise.
16655         * genmodes.c: Likewise.
16656         * gensupport.c: Likewise.
16657         * read-rtl.c: Likewise.
16658         * read-rtl.c (read_constants): Use INSERT instead of TRUE in call to
16659         htab_find_slot().
16660
16661 2004-07-25  Bernardo Innocenti  <bernie@develer.com>
16662
16663         * c-decl.c (groktypename, groktypename_in_param_context): Rename
16664         variable typename to type_name.
16665         * c-lex.c (interpret_float): Likewise.
16666
16667 2004-07-25  Roger Sayle  <roger@eyesopen.com>
16668
16669         * convert.c (convert_to_real, convert_to_integer,
16670         convert_to_complex): Replace calls to build with calls to buildN.
16671         * coverage.c (tree_coverage_counter_ref): Likewise.
16672         * dojump.c (do_jump): Likewise.
16673         * dwarf2out.c (loc_descriptor_from_tree): Likewise.
16674         * emit-rtl.c (component_ref_for_mem_expr,
16675         set_mem_attributes_minus_bitpos): Likewise.
16676         * explow.c (update_nonlocal_goto_save_area): Likewise.
16677         * expmed.c (expand_shift, make_tree, const_mult_add_overflow_p,
16678         expand_mult_add): Likewise.
16679         * expr.c (emit_block_move_via_libcall, clear_storage_via_libcall,
16680         store_constructor, get_inner_reference, expand_expr_real_1,
16681         try_casesi, try_tablejump): Likewise.
16682         * function.c (expand_function_start): Likewise.
16683         * stmt.c (emit_case_bit_tests, expand_end_case_type,
16684         node_has_low_bound, node_has_high_bound, emit_case_nodes): Likewise.
16685         * stor-layout.c (place_union_field, layout_type): Likewise.
16686         * tree.c (substitute_in_expr, tree_fold_gcd): Likewise.
16687         * varasm.c (copy_constant): Likewise.
16688
16689 2004-07-25  Bernardo Innocenti  <bernie@develer.com>
16690
16691         * c-common.c: Rename all identifiers named `new'.
16692         * c-decl.c: Likewise.
16693         * gensupport.c: Likewise.
16694         * simplify-rtx.c: Likewise.
16695         * c-common.c (disable_builtin_function): Replace a call to xmalloc()
16696         with XNEW().
16697         * gensupport.c (alter_output_for_insn): Replace two calls to xmalloc()
16698         with XNEWVEC().
16699
16700 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
16701
16702         PR c/15360
16703         * c-decl.c (start_decl): Do not set DECL_EXTERNAL for initialized
16704         declarations until after calling pushdecl.
16705         (grokdeclarator): Set DECL_EXTERNAL for variables based on use of
16706         "extern" and not on whether the declaration is initialized.
16707
16708 2004-07-25  Daniel Jacobowitz  <dan@debian.org>
16709
16710         * config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*)
16711         (sparc-*-solaris2*): Include sol2.o and sol2-protos.h.
16712         * config/sol2-c.c: Include "tm.h", "tm_p.h", "toplev.h",
16713         "cpplib.h", "c-pragma.h", "c-common.h".
16714         (solaris_pragma_align, solaris_pragma_init, solaris_pragma_fini)
16715         (solaris_register_pragmas): New functions.
16716         * config/sol2-protos.h: New file.
16717         * config/sol2.c: New file.
16718         * config/sol2.h (SOLARIS_ATTRIBUTE_TABLE, ASM_DECLARE_FUNCTION_SIZE)
16719         (REGISTER_TARGET_PRAGMAS): New macros.
16720         (solaris_pending_aligns, solaris_pending_inits)
16721         (solaris_pending_finis): New variables.
16722         * config/t-sol2 (sol2-c.o): Update dependencies.
16723         (sol2.o): New rule.
16724         * config/i386/i386.c (TARGET_INSERT_ATTRIBUTES): Define in terms of
16725         SUBTARGET_INSERT_ATTRIBUTES.
16726         (ix86_attribute_table): Include SUBTARGET_ATTRIBUTE_TABLE.
16727         * config/i386/sol2.h (SUBTARGET_INSERT_ATTRIBUTES)
16728         (SUBTARGET_ATTRIBUTE_TABLE, ASM_OUTPUT_CALL): Define.
16729         * config/sparc/elf.h (ASM_DECLARE_FUNCTION_SIZE): Redefine.
16730         * config/sparc/sp64-elf.h (ASM_DECLARE_FUNCTION_SIZE): Redefine.
16731         * config/sparc/sol2.h (SUBTARGET_INSERT_ATTRIBUTES)
16732         (SUBTARGET_ATTRIBUTE_TABLE, ASM_OUTPUT_CALL): Define.
16733         * config/sparc/sparc.c (sparc_attribute_table): New.
16734         (TARGET_INSERT_ATTRIBUTES): Define in terms of
16735         SUBTARGET_INSERT_ATTRIBUTES.
16736         (TARGET_ATTRIBUTE_TABLE): Define if SUBTARGET_ATTRIBUTE_TABLE
16737         is defined.
16738         * doc/extend.texi (Solaris Pragmas): New section.
16739
16740 2004-07-25  Bernardo Innocenti  <bernie@develer.com>
16741
16742         * c-common.c: Rename all identifiers named `class' to `cl'.
16743         * c-common.h: Likewise.
16744         * c-parse.in: Likewise.
16745         * c-typeck.c: Likewise.
16746         * genmodes.c: Likewise.
16747         * real.c: Likewise.
16748         * real.h: Likewise.
16749         * recog.c: Likewise.
16750         * recog.h: Likewise.
16751         * regrename.c: Likewise.
16752         * tree.h: Likewise.
16753         * c-common.c (builtin_function_2): Change type of 5th parameter from
16754         int to enum built_in_function. Change type of 8th parameter from int
16755         to bool.
16756         * c-decl (builtin_function): Replace call to ggc_alloc_cleared ()
16757         with GGC_CNEW().
16758         * c-typeck.c (convert_arguments): Change type of formal_prec from
16759         int to unsigned int.
16760         * genmodes.c (blank_mode): Make a few negative constants unsigned.
16761         (complete_all_modes, calc_wider_mode, emit_insn_modes_h,
16762         emit_mode_name, emit_mode_class, emit_mode_precision, emit_mode_size,
16763         emit_mode_nunits, emit_mode_wider, emit_mode_mask, emit_mode_inner,
16764         emit_mode_base_align, emit_class_narrowest_mode): Pass an integer
16765         iterator to for_all_modes () instead of an enum because enums can't
16766         be incremented in C++.
16767
16768
16769 2004-07-25  Daniel Jacobowitz  <dan@debian.org>
16770
16771         * regmove.c (optimize_reg_copy_1): Don't try to replace call-used
16772         hard registers.
16773
16774 2004-07-25  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16775
16776         * tree-ssa-operands.c (get_stmt_operands, get_expr_operands):
16777         Handle ARRAY_RANGE_REF like ARRAY_REF.
16778
16779 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
16780
16781         * c-typeck.c (digest_init): Don't allow arrays of signed or
16782         unsigned variants of wchar_t to be initialized by wide string
16783         constants.  Do allow arrays of enumerated types compatible with
16784         wchar_t to be initialized by wide string constants.  Refine tests
16785         distinguishing wide and narrow strings and arrays.  Give specific
16786         error for arrays of other integer types initialized by string
16787         constants.
16788         (output_init_element, process_init_element): Check for
16789         INTEGRAL_TYPE_P rather than just for INTEGER_TYPE when
16790         initializing with string constants.
16791
16792 2004-07-25  Richard Henderson  <rth@redhat.com>
16793
16794         * c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P
16795         on the RESULT_DECL.
16796         * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
16797         * integrate.c (copy_decl_for_inlining): Copy DECL_ARTIFICIAL and
16798         DECL_IGNORED_P to new decl.
16799
16800 2004-07-24  Zack Weinberg  <zack@codesourcery.com>
16801
16802         * config/ia64/ia64.c (general_xfmode_operand)
16803         (destination_xfmode_operand): Delete.
16804         * config/ia64/ia64.h (PREDICATE_CODES): Remove them.
16805         * config/ia64/ia64.md (*movxf_internal): Use general_operand
16806         and destination_operand.
16807
16808 2004-07-24  Alexander Kabaev  <kan@freebsd.org>
16809
16810         * config/ia64/ia64.h (SUBTARGET_EXTRA_SPECS): Default to nothing.
16811         (EXTRA_SPECS): Use SUBTARGET_EXTRA_SPECS.
16812
16813 2004-07-24  Alexander Kabaev  <kan@freebsd.org>
16814             Zack Weinberg  <zack@codesourcery.com
16815
16816         PR 16684
16817         * c-decl.c (diagnose_mismatched_decls): Don't issue a
16818         redundant-declaration warning the first time a builtin is
16819         declared explicitly.
16820
16821 2004-07-25  Bernardo Innocenti  <bernie@develer.com>
16822
16823         * tree.h (staticp): Change return type to bool.
16824
16825 2004-07-25  Bernardo Innocenti  <bernie@develer.com>
16826
16827         * c-common.c (c_staticp): Last episode of the staticp saga.
16828
16829 2004-07-25  Bernardo Innocenti  <bernie@develer.com>
16830
16831         * c-common.h (c_staticp): Change return type from int to bool.
16832         * tree.c (staticp): Likewise.
16833         * langhooks.h (staticp): Likewise.
16834
16835 2004-07-25  Bernardo Innocenti  <bernie@develer.com>
16836
16837         * langhooks-def.h (lhd_staticp): Change return type from int to
16838         bool in prototype to match definition.
16839
16840 2004-07-25  Bernardo Innocenti  <bernie@develer.com>
16841
16842         * system.h (bool, true, false): Don't redefine as preprocessor macros
16843         in C++.
16844
16845 2004-07-24  Roger Sayle  <roger@eyesopen.com>
16846
16847         * expmed.c (init_expmed): A signed modulus by a power of two is
16848         considered cheap if its less than or equal to four instructions.
16849
16850 2004-07-25  Bernardo Innocenti  <bernie@develer.com>
16851
16852         * ggc.h (GGC_NEW, GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR,
16853         GGC_CNEWVAR): New macros.
16854
16855 2004-07-25  Bernardo Innocenti  <bernie@develer.com>
16856
16857         * c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter
16858         lists.
16859         * c-decl.c: Likewise.
16860         * c-format.c: Likewise.
16861         * c-lex.c: Likewise.
16862         * c-opts.c: Likewise.
16863         * c-pragma.c: Likewise.
16864         * c-typeck.c: Likewise.
16865         * gencheck.c: Likewise.
16866         * genconditions.c: Likewise.
16867         * genconfig.c: Likewise.
16868         * genflags.c: Likewise.
16869         * gengtype.c: Likewise.
16870         * gensupport.c: Likewise.
16871         * ggc-none.c: Likewise.
16872         * langhooks.c: Likewise.
16873         * statistics.h: Likewise.
16874         * stub-objc.c: Likewise.
16875         * java/decl.c: Likewise.
16876
16877 2004-07-24  Roman Zippel  <zippel@linux-m68k.org>
16878
16879         * config/m68k/m68k.c (output_scc_di): Fix coding style.
16880         (symbolic_operand): Fix prototype.
16881         * config/m68k/m68k.h (PREDICATE_CODES): Add symbolic_operand.
16882         * config/m68k/m68k.md: Add constants for registers a0 and sp and
16883         use them, change from the "{...}" syntax to the simpler {...}
16884         syntax.
16885         (*cfv4_extendqisi2): Fix destination predicate.
16886         * config/m68k/m68k-protos.h: Remove various declarations also
16887         generated via PREDICATE_CODES.
16888
16889 2004-07-23  Mike Stump  <mrs@apple.com>
16890
16891         * c-typeck.c (convert_for_assignment): Tightened up pointer
16892         converstions that differ in signedness.
16893
16894 2004-07-23  Zack Weinberg  <zack@codesourcery.com>
16895
16896         * genmodes.c (make_vector_modes): Mark with ATTRIBUTE_UNUSED.
16897
16898 2004-07-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16899
16900         * tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.
16901         * tree-ssa-operands.c (get_expr_operands, case VIEW_CONVERT_EXPR): New.
16902
16903         * gimplify.c (gimplify_compound_lval): Check for no handled
16904         operations, rather than checking for explicit list of nodes.
16905         (is_gimple_addr_expr_arg_or_indirect): New function.
16906         (gimplify_addr_expr): Call it and handle INDIRECT_REF; remove
16907         redundant setting of TREE_INVARIANT.
16908         (gimplify_expr, case VIEW_CONVERT_EXPR): Call gimplify_compound_lval.
16909         * tree-gimple.c (is_gimple_addr_expr_arg): Call handled_component_p.
16910
16911 2004-07-23  Diego Novillo  <dnovillo@redhat.com>
16912
16913         PR tree-optimization/16688
16914         PR tree-optimization/16689
16915         * tree-ssa-alias.c (setup_pointers_and_addressables): Remove
16916         unnecessary initialization of 'tag'.
16917         (get_tmt_for): Check that the new type tag has the same alias
16918         set as the pointed-to type.
16919         (group_aliases): Only regular variables need to be removed
16920         from the alias set of a name tag.
16921         * tree-ssa-copy.c (may_propagate_copy): Do not allow copy
16922         propagation if the two types are not compatible.
16923         (merge_alias_info): Rename from replace_ssa_names_ann.
16924         Add more checking.
16925         (replace_exp_1): If both arguments are SSA_NAMEs, check that
16926         the propagation can be done.
16927         Only call merge_alias_info on pointers.
16928         (propagate_value): Likewise.
16929         * tree-ssa-copyrename.c: Include langhooks.h.
16930         (copy_rename_partition_coalesce): Call replace_ssa_name_symbol
16931         to do the merging.
16932         Do not coalesce variables with incompatible types.
16933         (rename_ssa_copies): Call replace_ssa_name_symbol.
16934         * tree-ssa.c (verify_ssa_name): Verify that the SSA_NAME has
16935         the same type as the underlying _DECL.
16936         * tree-ssanames.c (replace_ssa_name_symbol): New function.
16937         * tree.h (replace_ssa_name_symbol): Declare.
16938
16939 2004-07-23  Richard Henderson  <rth@redhat.com>
16940
16941         PR c++/16277
16942         * gimplify.c (gimplify_cond_expr): Gimplify TARGET to a min_lval;
16943         unshare it properly.
16944         (gimplify_modify_expr_rhs): Push assignment from a conditional into
16945         the conditional for all non-register types.
16946
16947 2004-07-23  Richard Henderson  <rth@redhat.com>
16948
16949         * expr.c (expand_expr_real_1): Don't handle non-local variables.
16950         * expr.h (fix_lexical_addr): Remove.
16951         * function.c (NEED_SEPARATE_AP): Remove.
16952         (fix_lexical_addr): Remove.
16953         * tree-alias-common.c (get_alias_var_decl): Check TREE_STATIC,
16954         not null decl_function_context.
16955         (create_alias_vars): Likewise.
16956         * tree-cfg.c (make_ctrl_stmt_edges): Don't check for non-local labels.
16957         (simple_goto_p): Likewise.
16958         * tree-dfa.c (add_referenced_var): Don't check for non-local variables.
16959         * tree-ssa-ccp.c (get_default_value): Likewise.
16960         * tree-tailcall.c (suitable_for_tail_opt_p): Likewise.
16961         * tree.c (needs_to_live_in_memory): Likewise.
16962         * tree-flow-inline.h (may_be_aliased): Move...
16963         * tree-ssa-alias.c (may_be_aliased): ... here.  Enhance check for
16964         when TREE_STATIC variables may be addressable.
16965
16966 2004-07-24  Jakub Jelinek  <jakub@redhat.com>
16967
16968         * Makefile.in (site.exp): Add HOSTCC and HOSTCFLAGS to site.exp.
16969
16970 2004-07-23  Zack Weinberg  <zack@codesourcery.com>
16971
16972         * print-rtl.c (print_rtx <case 'b'>): Don't attempt to print
16973         bitmap contents if GENERATOR_FILE is defined.
16974         * Makefile.in (BUILD_RTL): Remove $(BUILD_PREFIX)bitmap.o.
16975         ($(BUILD_PREFIX_1)bitmap.o): Delete rule.
16976
16977 2004-07-23  Joseph S. Myers  <jsm@polyomino.org.uk>
16978
16979         * c-decl.c (start_function): Form composite type of function types
16980         rather than copying type from previous prototype declaration.
16981
16982 2004-07-23  Janis Johnson  <janis187@us.ibm.com>
16983
16984         * config/rs6000/altivec.h (vec_lvewx, vec_lvehx, vec_lvwbx): Remove
16985         the const qualifier for the second argument in the C++ functions.
16986
16987         * config/rs6000/altivec.h (vec_stvewx, vec_stvehx, vec_stvebx): Use
16988         specific pointer types.
16989
16990         * config/rs6000/altivec.h (vec_vadduwm): (vec_vadduwm, vec_vadduhm,
16991         vec_vaddubm, vec_vsubuwm, vec_vsubuhm, vec_vsububm): Fix types used
16992         for vector bool and/or vector pixel, add C++ and C missing support.
16993         (vec_vaddsws, vec_vaddshs, vec_vaddsbs, vec_vmaxsw, vec_vmaxsh,
16994         vec_vmaxsb, vec_vmrghw, vec_vmrghh, vec_vmrghb, vec_vmrglw, vec_vmrglh,
16995         vec_vmrglb, vec_vminsw, vec_vminsh, vec_vminsb, vec_vpkuwum,
16996         vec_vpkuhum, vec_vspltw, vec_vsplth, vec_vspltb, vec_vsubsws,
16997         vec_vsubshs, vec_vsubsbs, vec_vupklsh, vec_vupkhsh, vec_vupklsb): Add
16998         missing C++ and C support for vector bool and/or vector pixel.
16999         (vec_vadduws, vec_vadduhs, vec_vaddubs, vec_vcmpeqfp, vec_vcmpequw,
17000         vec_vcmpequh, vec_vcmpequb, vec_vcmpgtfp, vec_vcmpgtsw, vec_vcmpgtuw,
17001         vec_vcmpgtsh, vec_vcmpgtuh, vec_vcmpgtsb, vec_vcmpgtub, vec_vmaxuw,
17002         vec_vmaxuh, vec_vmaxub, vec_vminuw, vec_vminuh, vec_vminub,
17003         vec_vsubuws, vec_vsubuhs, vec_vsububs, vec_vupkhpx, vec_vupklpx): Fix
17004         C++ and C types used for vector bool and/or vector pixel.
17005         (vec_st, vec_stl): Add C++ support for vector pixel.
17006         (vec_unpackh, vec_unpackl, vec_any_ge): Fix C++ support for vector bool.
17007         (vec_all_ne): Add C++ support for vector pixel.
17008
17009         * config/rs6000/altivec.h (vec_vcmpgtsh): Fix C++ function name.
17010         (vec_vmulesb): Add missing C++ function.
17011         (vec_perm): Fix type of third argument in C++ function.
17012         (vec_vsum4shs): Fix C++ function name.
17013         (vec_any_ge): Remove C++ functions for unsupported arg combinations.
17014         (vec_vcmpgtsw, vec_vcmpgtuw, vec_minsb, vec_vmsummbm): Fix the
17015         argument passed to the error handler in C macro.
17016         (vec_nmsub): Remove extra parens around argument names in C macro.
17017         (vec_packpx): Add missing parens in C macro.
17018
17019 2004-07-22  Paolo Bonzini  <bonzini@gnu.org>
17020
17021         * machmode.def: Remove vector modes.
17022         * config/alpha/alpha-modes.def: Add supported vector modes.
17023         * config/arm/arm-modes.def: Likewise.
17024         * config/frv/frv-modes.def: Likewise.
17025         * config/i386/i386-modes.def: Likewise.
17026         * config/rs6000/rs6000-modes.def: Likewise.
17027         * config/sh/sh-modes.def: Likewise.
17028
17029 2004-07-23  Matthias Klose  <doko@debian.org>
17030
17031         * intl.c (gcc_init_libintl): Use PACKAGE for the text domain.
17032         * configure.ac: Add AC_DEFINE_UNQUOTED for PACKAGE.
17033         * config.h: Regenerate.
17034         * configure: Likewise.
17035
17036 2004-07-22  Mark Mitchell  <mark@codesourcery.com>
17037
17038         * dwarf2out.c (output_call_frame_info): Set SYMBOL_FLAG_LOCAL on
17039         generated SYMBOL_REFs for labels.
17040         * config/darwin-protos.h (machopic_validate_stub_or_non_lazy_ptr):
17041         Change prototype.
17042         (machopic_stub_name): Remove.
17043         (machopic_indirection_name): New function.
17044         (machopic_mcount_stub_name): Likewise.
17045         (machopic_classify_name): Remove.
17046         (machopic_function_base_sym): New function.
17047         (machpoic_classify_symbol): Likewise.
17048         (machopic_classify_ident): Remove.
17049         (machopic_define_ident): Likewise.
17050         (machopic_define_name): Likewise.
17051         (machopic_name_defined_p): Likewise.
17052         (machopic_ident_defined_p): Likewise.
17053         (darwin_strip_name_encoding): Likewise.
17054         (machopic_define_symbol): New function.
17055         * config/darwin.c (hashtab.h): Include.
17056         (machopic_defined_list): Remove.
17057         (machopic_classify_ident): Likewise.
17058         (machopic_classify_name): Likewise.
17059         (machopic_ident_defined_p): Likewise.
17060         (machopic_define_ident): Likewise.
17061         (machopic_define_name): Likewise.
17062         (machopic_symbol_defined_p): New function.
17063         (machopic_classify_symbol): Likewise.
17064         (machopic_data_defined_p): Use machopic_classify_symbol.
17065         (machopic_define_symbol): New function.
17066         (machopic_function_base_sym): New function.
17067         (machopic_non_lazy_pointers): Remove.
17068         (machopic_non_lazy_ptr_name): Likewise.
17069         (machopic_stubs): Likewise.
17070         (machopic_stub_name): Likewise.
17071         (NON_LAZY_POINTER_SUFFIX): New macro.
17072         (STUB_SUFFIX): Likewise.
17073         (machopic_indirection): New structure.
17074         (machopic_indirections): New variable.
17075         (machopic_indirection_hash): New function.
17076         (machopic_indirection_eq): Likewise.
17077         (machopic_indirection_name): Likewise.
17078         (machopic_mcount_stub_name): New function.
17079         (machopic_validate_stub_or_non_lazy_pointer): Reimplement to use
17080         hash table.
17081         (machopic_indirect_data_reference): Rework to use new functions.
17082         (machopic_indirect_call_target): Likewise.
17083         (machopic_legitimize_pic_address): Likewise.
17084         (machopic_output_indirection): New function.
17085         (machopic_finish): Use it.
17086         (machopic_operand_p): Rework to use new functions.
17087         (darwin_encode_seciton_info): Use SYMBOL_REF_FLAGS.
17088         (darwin_strip_name_encoding): Remove.
17089         (update_non_lazy_ptrs): Remove.
17090         (update_stubs): Likewise.
17091         (darwin_non_lazy_pcrel): Use new functions.
17092         * config/darwin.h (ASM_DECLARE_OBJECT_NAME): Likewise.
17093         (ASM_OUTPUT_LABELREF): Likewise.
17094         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
17095         (MACHO_SYMBOL_FLAG_VARIABLE): New macro.
17096         (MACHO_SYMBOL_FLAG_DEFINED): Likewise.
17097         (TARGET_STRIP_NAME_ENCODING): Do not use
17098         darwin_strip_name_encoding.
17099         (GEN_LAZY_PTR_NAME_FOR_SYMBOL): Do not use
17100         darwin_strip_name_encoding.
17101         * config/i386/darwin.h (FUNCTION_PROFILER): Use
17102         machopic_mcount_stub_name.
17103         * config/i386/i386.c (x86_output_mi_thunk): Use
17104         machopic_indirection_name, not machopic_stub_name.
17105         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Use
17106         machopic_function_base_sym.
17107         (print_operand): Use machopic_classify_symbol.
17108         (rs6000_emit_prologue): Use machopic_function_base_sym.
17109         (output_profile_hook): Do not use machopic_stub_name.
17110         (macho_branch_isalnds): Do not use darwin_strip_name_encoding.
17111
17112 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
17113
17114         PR c/7284
17115         * fold-const.c (extract_muldiv_1): Do not treat signed left shift
17116         as multiplication.
17117
17118 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
17119
17120         * doc/implement-c.texi: New file.
17121         * doc/extend.texi (C Implementation): Move to there.
17122         * doc/gcc.texi: Include implement-c.texi.
17123         * Makefile.in (TEXI_GCC_FILES): Add implement-c.texi.
17124
17125 2004-07-22  Jason Merrill  <jason@redhat.com>
17126
17127         * integrate.c (copy_decl_for_inlining): Remove invisible reference
17128         handling.
17129         * tree-inline.c (setup_one_parameter): Likewise.
17130
17131 2004-07-22  Brian Booth  <bbooth@redhat.com>
17132
17133         * tree-ssa-ccp.c (latticevalue): Add UNKNOWN_VAL.
17134         (substitute_and_fold): Propigate into VUSE operands when possible.
17135         (visit_phi_node): Handle UNKNOWN_VAL latticevalue.
17136         (cp_lattice_meet): Handle merging of latticevalues when
17137         UNKNOWN_VAL is present.
17138         (visit_stmt): Visit assignments with V_MUST_DEFs.
17139         (visit_assignment): Gather ccp information for V_MUST_DEF operands.
17140         (ccp_fold): Deal with RHS' that are constant and virtual.
17141         (evaluate_stmt): Handle UNKNOWN_VAL likely values.
17142         (dump_lattice_value): Dump UNKNOWN_VAL latticevalues.
17143         (initialize): Mark statements with V_MUST_DEFs as VARYING only if the
17144         V_MUST_DEF operand is VARYING. Fix comment and include VOPS when
17145         computing immediate uses.
17146         (set_lattice_value): Disallow a UNKNOWN_VAL->UNDEFINED state
17147         transition.
17148         (replace_vuse_in): New function.
17149         (likely_value): Add check of vuse operands.
17150         (get_default_value): Set the default value of virtually defined
17151         variables to UKNOWN_VAL instead of VARYING.
17152
17153 2004-07-22  Richard Henderson  <rth@redhat.com>
17154
17155         * expr.c (emit_push_insn): Don't use set_mem_attributes.
17156
17157 2004-07-22  Richard Henderson  <rth@redhat.com>
17158
17159         * tree-ssa-live.c (create_ssa_var_map): Avoid defined-but-not-used
17160         variables due to conditional compilation.
17161
17162 2004-07-22  Diego Novillo  <dnovillo@redhat.com>
17163
17164         * tree-into-ssa.c (set_livein_block): Fix typo in comment.
17165         (rewrite_ssa_into_ssa): Start iterating over SSA names at 1.
17166         Release SSA names that have been re-renamed.
17167         * tree-phinodes.c (make_phi_node): Set same TREE_TYPE as the
17168         variable.
17169         * tree-ssa-alias.c (init_alias_info): If aliases have been
17170         computed before, clear existing alias information.
17171         (create_name_tags): Do no fixup PT_ANYTHING pointers.
17172         If the new name tag for a pointer is different than the one it
17173         had before, mark the old tag for renaming.
17174         (replace_may_alias): New function.
17175         (group_aliases): Call it.
17176         (setup_pointers_and_addressables): Always call get_tmt_for.
17177         (maybe_create_global_var): Don't create .GLOBAL_VAR more than
17178         once.
17179         (set_pt_anything): New local function.
17180         (set_pt_malloc): New local function.
17181         (merge_pointed_to_info): Don't merge pointed-to variables from
17182         the original pointer if the destination is pointing to an
17183         unknown location.
17184         (add_pointed_to_expr): Call set_pt_anything and set_pt_malloc.
17185         (add_pointed_to_var): Do not add a variable to the points-to
17186         set if the pointer is already pointing to anywhere.
17187         (collect_points_to_info_r): If the defining statement is a PHI
17188         node, only merge pointed-to information if the argument has
17189         already been visited.
17190         (get_tmt_for): Only create a new tag if the pointer didn't
17191         have one already.
17192         (dump_alias_info): Emit more information.
17193         (dump_points_to_info_for): Likewise.
17194         * tree-ssa-dom.c (redirect_edges_and_update_ssa_graph): Don't
17195         try to get the annotation of an SSA_NAME.
17196         * tree-ssa-operands.c (add_stmt_operand): Only check for empty
17197         alias sets when checking is enabled.
17198         * tree-ssa-pre.c (need_eh_cleanup): New local variable.
17199         (eliminate): Mark basic blocks that will need
17200         EH information cleaned up.
17201         (init_pre): Split ENTRY_BLOCK->0 if block 0 has more than one
17202         predecessor.
17203         Initialize need_eh_cleanup.
17204         (fini_pre): Call tree_purge_all_dead_eh_edges and
17205         cleanup_tree_cfg if needed.
17206         Free need_eh_cleanup.
17207         * tree-ssa.c (verify_ssa_name): New function.
17208         (verify_def): Call it.
17209         Re-arrange to avoid printing too many error messages.
17210         (verify_use): Likewise.
17211         (verify_phi_args): Likewise.
17212         (verify_flow_insensitive_alias_info): New function.
17213         (verify_flow_sensitive_alias_info): New function.
17214         (verify_alias_info): New function.
17215         (verify_ssa): Call verify_alias_info.
17216         Clear TREE_VISITED on all the SSA_NAMEs before scanning the
17217         program.
17218         Re-arrange to avoid printing too many error messages.
17219         * tree-ssanames.c (make_ssa_name): Clear
17220         SSA_NAME_IN_FREE_LIST.
17221         (release_ssa_name): Never release a default definition.
17222         (release_defs): New function.
17223         * tree.h: Declare it.
17224         * tree-ssa-dce.c (remove_dead_stmt): Call it.
17225
17226 2004-07-22  Diego Novillo  <dnovillo@redhat.com>
17227
17228         * tree-ssa.c (walk_use_def_chains_1): Add new argument IS_DFS.
17229         If true, do a depth-first search.  Do a breadht-first search,
17230         otherwise.
17231         (walk_use_def_chains): Add new argument IS_DFS.
17232         Update all users.
17233         * tree-flow.h (walk_use_def_chains): Update prototype.
17234
17235 2004-07-22  Hans-Peter Nilsson  <hp@axis.com>
17236
17237         * config/cris/cris.md: Tweak formatting.
17238         (asrandb, asrandw, lsrandb, lsrandw, moversideqi, movemsideqi)
17239         (mover2side, moverside, movemside, movei, op3, andu): Replace
17240         live define_peephole:s with define_peephole2 near-equivalents.
17241         Delete the rest.
17242         ("*mov_sidesisf_biap"): Rename from "*mov_sidesi_biap".  Match all
17243         word-size modes.
17244         ("*mov_sidesisf", "*mov_sidesisf_biap_mem", "*mov_sidesisf_mem"):
17245         Similar for "*mov_sidesi", "*mov_sidesi_biap_mem" and
17246         "*mov_sidesi_mem" respectively.
17247
17248 2004-07-22  Paolo Bonzini  <bonzini@gnu.org>
17249
17250         * tree-cfg.c (gimplify_val): Move from tree-complex.c.
17251         (gimplify_build1): Move from tree-complex.c do_unop.
17252         (gimplify_build2): Move from tree-complex.c do_binop.
17253         (gimplify_build3): New.
17254         * tree-complex.c (gimplify_val, do_unop, do_binop): Remove.
17255         Adjust throughout to call the functions above.
17256         * tree-flow.h: Declare the functions above.
17257         * tree-nested.c (gimplify_val): Rename to...
17258         (tsi_gimplify_val): ... this.
17259
17260         * Makefile.in (tree_complex.o): Update dependencies.
17261         (stor-layout.o): Depend on regs.h.
17262         * c-common.c (handle_vector_size_attribute): Update for
17263         vector types without corresponding vector modes.
17264         * expr.c (expand_expr): Treat VECTOR_CST's like CONSTRUCTORS if
17265         a corresponding vector mode is not available.
17266         * print-tree.c (print_node): Print nunits for vector types
17267         * regclass.c (have_regs_of_mode): New.
17268         (init_reg_sets_1): Initialize it and use it instead
17269         of allocatable_regs_of_mode.
17270         * regs.h (have_regs_of_mode): Declare it.
17271         * stor-layout.c (layout_type): Pick a mode for vector types.
17272         * tree-complex.c (build_word_mode_vector_type, tree_vec_extract,
17273         build_replicated_const, do_unop, do_binop, do_plus_minus,
17274         do_negate, expand_vector_piecewise, expand_vector_parallel,
17275         expand_vector_addition, expand_vector_operations_1,
17276         expand_vector_operations, tree_lower_operations,
17277         pass_lower_vector_ssa, pass_pre_expand): New.
17278         (expand_complex_operations, pass_lower_complex): Remove.
17279         * tree-optimize.c (init_tree_optimization_passes): Adjust
17280         pass ordering for changes in tree-complex.c.
17281         * tree-pass.h: Declare new passes.
17282         * tree.c (finish_vector_type): Remove.
17283         (make_vector_type): New.
17284         (build_vector_type_for_mode, build_vector_type): Rewritten.
17285         * tree.def (VECTOR_TYPE): Document where the number of
17286         subparts is stored.
17287         * tree.h (TYPE_VECTOR_SUBPARTS): Use TYPE_PRECISION field.
17288         (make_vector): Remove declaration.
17289
17290 2004-07-21  Richard Henderson  <rth@redhat.com>
17291
17292         * gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE,
17293         TREE_THIS_VOLATILE, may_aliases, or optimization level.
17294         (remove_useless_vars): Dump debugging info.
17295         (expand_used_vars): Move ...
17296         * cfgexpand.c (expand_used_vars): ... here.  Make static.
17297         * tree-flow-inline.h (set_is_used): New.
17298         (set_default_def): Use get_var_ann.
17299         * tree-flow.h: Update decls.
17300         * tree-ssa-live.c (mark_all_vars_used_1, mark_all_vars_used): New.
17301         (create_ssa_var_map): Use it.
17302         * tree-ssa.c (set_is_used): Remove.
17303
17304 2004-07-22  Ben Elliston  <bje@au.ibm.com>
17305
17306         * gdbinit.in: Set a breakpoint on internal_error.
17307
17308 2004-07-21  Richard Henderson  <rth@redhat.com>
17309
17310         * cfgexpand.c (expand_gimple_tailcall): Fix case where we need
17311         to create a new basic block.
17312
17313 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
17314
17315         PR c/15052
17316         * c-decl.c (grokdeclarator): Only pedwarn for qualified void
17317         return type on function definitions.  Move other warnings for
17318         qualified return type to -Wreturn-type.  Do not condition any such
17319         warnings on -pedantic.  Update comments.
17320         (start_function): Only copy function type from previous prototype
17321         declaration if return types are compatible.
17322         * c-typeck.c (function_types_compatible_p): Don't condition
17323         warning for incompatibility of volatile qualifiers on the return
17324         type on -pedantic.  Update comment.
17325         * doc/invoke.texi (-Wreturn-type, -Wextra): Update.
17326
17327 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
17328
17329         * c-typeck.c (set_init_index): Require designator to be of integer
17330         type.
17331
17332 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
17333
17334         PR c/11250
17335         * c-parse.in (init): Change to exprtype.
17336         (primary): Set original_code for STRING to STRING_CST.
17337         Call maybe_warn_string_init for compound literals.
17338         (initdcl, notype_initdcl): Call maybe_warn_string_init.
17339         (initval): Update.
17340         * c-tree.h (maybe_warn_string_init): New.
17341         (pop_init_level, process_init_element): Use struct c_expr.
17342         (struct c_expr): Update comment.
17343         * c-typeck.c (maybe_warn_string_init): New function.
17344         (digest_init): Call it.  Additional parameter strict_string.  All
17345         callers changed.
17346         (output_init_element): Likewise.
17347         (struct constructor_stack): Use struct c_expr for
17348         replacement_value.
17349         (really_start_incremental_init, push_init_level): Update.
17350         (pop_init_level): Update.  Return struct c_expr.
17351         (process_init_level): Update.  Take struct c_expr argument.
17352
17353 2004-07-21  David S. Miller  <davem@nuts.davemloft.net>
17354
17355         * config/sparc/sparc.c (sparc_rtx_costs): Fix typo in previous
17356         commit.
17357
17358 2004-07-21  Eric Christopher  <echristo@redhat.com>
17359
17360         * builtins.c (expand_builtin_setjmp_receiver): Fix comment for code
17361         removal.
17362         * c-decl.c (pop_scope): Ditto.
17363         * calls.c (expand_call): Remove call to current_nesting_level,
17364         update comment accordingly. Remove calls to expand_start_target_temps
17365         and expand_end_target_temps.
17366         * cfgexpand.c (construct_init_block): Remove call to
17367         expand_start_bindings_and_block.
17368         (construct_exit_block): Remove call to expand_end_bindings.
17369         * expr.c (safe_from_p): Remove BIND_EXPR handling.
17370         (expand_expr_real_1): Ditto. Fix formatting.
17371         (expand_vars): Delete.
17372         * stmt.c (POPSTACK): Remove block_stack.
17373         (stmt_status): Remove x_block_stack.
17374         (block_stack): Delete.
17375         (expand_start_bindings_and_block): Ditto.
17376         (expand_start_target_temps): Ditto.
17377         (expand_end_target_temps): Ditto.
17378         (current_nesting_level): Ditto.
17379         (warn_about_unused_variables): Ditto.
17380         (expand_end_bindings): Ditto.
17381         * tree.h: Remove declarations for above.
17382
17383 2004-07-21  Steven Bosscher  <stevenb@suse.de>
17384
17385         * rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.
17386         * rtl.c (note_insn_name): Likewise.
17387         * print-rtl.c (print_rtx): Don't print it.
17388         * cfgrtl.h (can_delete_note_p): Don't handle it.
17389         (rtl_delete_block): Likewise.
17390         * passes.c (rest_of_handle_guess_branch_prob): Remove.
17391         (rest_of_compilation): Don't call it.
17392         * predict.c (process_note_predictions, process_note_prediction,
17393         note_prediction_to_br_prob): Remove.
17394         * basic-block.c (note_prediction_to_br_prob): Remove prototype.
17395         * stmt.c (return_prediction): Remove.
17396         (expand_value_return): Don't call it.  Don't add prediction
17397         notes for return statements.
17398
17399 2004-07-21  Josef Zlomek  <zlomekj@suse.cz>
17400
17401         * var-tracking.c (vt_find_locations): Set the in_pending bitmap at
17402         once.
17403
17404 2004-07-21  Paolo Bonzini  <bonzini@gnu.org>
17405
17406         * c-common.c (vector_types_convertible_p): Use vector types'
17407         TYPE_SIZE and TREE_TYPE instead of their mode.
17408         * convert.c (convert_to_integer): Likewise.
17409         (convert_to_vector): Likewise.
17410         * fold-const.c (fold_convert): Likewise.
17411         * varasm.c (output_constant): Likewise.
17412         * expr.c (store_constructor): Split ARRAY_TYPE and VECTOR_TYPE.
17413         Allow a VECTOR_TYPE initializer to be made of several vectors.
17414         For ARRAY_TYPEs and VECTOR_TYPES, simplify a bit the handling
17415         of cleared and need_to_clear, and use fold_convert.
17416         * c-typeck.c (build_binary_op): Do not use RDIV_EXPR for
17417         integer vectors.
17418
17419 2004-07-20  Richard Henderson  <rth@redhat.com>
17420
17421         * cfgexpand.c (expand_gimple_cond_expr, expand_gimple_tailcall): Split,
17422         (expand_gimple_basic_block): out from here.  Renamed from expand_block.
17423
17424 2004-07-20  David S. Miller  <davem@nuts.davemloft.net>
17425
17426         * config/sparc/sparc.c (sparc_rtx_costs case MULT): Emit
17427         enormous cost if not TARGET_HARD_MUL.
17428
17429 2004-07-20  Andrew Pinski  <apinski@apple.com>
17430
17431         PR target/16557
17432         * config/i386/darwin.h (CC1_SPEC): Move the -g SPECs from ...
17433         (ASM_SPEC): here.
17434
17435 2004-07-21  Paul brook  <paul@codesourcery.com>
17436
17437         * config/arm/arm.c (thumb_expand_prologue): Remove bogus GEN_INT.
17438
17439 2004-07-20  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17440
17441         * fold-const.c (operand_equal_p): Temporarily support NULL args.
17442         (operand_equal_p, case ARRAY_REF): Compare args 2 and 3.
17443         (operand_equal_p, case COMPONENT_REF): Likewise, for arg 2.
17444
17445 2004-07-20  Zack Weinberg  <zack@codesourcery.com>
17446
17447         * rtl.h (plus_constant): Delete.
17448         (plus_constant_wide): Rename to plus_constant.
17449         (plus_constant_for_output_wide): Delete vestigial prototype.
17450         (GEN_INT): Remove unnecessary cast.
17451         * tree.h (build_int_2, size_int_type): Delete.
17452         (build_int_2_wide): Rename to build_int_2.
17453         (size_int_wide): Rename to size_int_kind.
17454         (size_int_type_wide): Rename to size_int_type.
17455         (size_int, ssize_int, bitsize_int, sbitsize_int): Use size_int_kind.
17456         Remove unnecessary cast.
17457         * tree.c (build_int_2_wide): Rename build_int_2; update comment.
17458         * explow.c (plus_constant_wide): Rename plus_constant; update comment.
17459         * fold-const.c (size_int_wide): Rename size_int_kind. Use size_int_type.
17460         (size_int_type_wide): Rename size_int_type.
17461         (int_const_binop): Use size_int_type.
17462         * c-lex.c (interpret_integer): Use build_int_2.
17463         * final.c (split_double): Remove unnecessary casts.
17464         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use build_int_2.
17465
17466 2004-07-20  Richard Henderson  <rth@redhat.com>
17467
17468         * gimplify.c (is_gimple_tmp_var): Move to tree-gimple.c.
17469         (gimplify_compound_lval): Use is_gimple_tmp_reg.
17470         * tree-gimple.c (is_gimple_tmp_var): Move from gimplify.c.
17471         (is_gimple_tmp_reg): New.
17472         * tree-gimple.h (is_gimple_tmp_reg): Declare.
17473
17474 2004-07-20  Richard Henderson  <rth@redhat.com>
17475
17476         * tree-pretty-print.c (dump_generic_node): Dump
17477         CALL_EXPR_HAS_RETURN_SLOT_ADDR.
17478
17479 2004-07-20  Frank Ch. Eigler  <fche@redhat.com>
17480
17481         * tree-mudflap.c (mf_set_options_fndecl): New tree.
17482         (mudflap_init): Set it.
17483         (mudflap_register_call): Remove __mf_init call.
17484         (mudflap_finish_file): Emit call to __mf_init here.  Emit a call to
17485         to pass "-ignore-reads" option to libmudflap if needed.
17486
17487 2004-07-20  John David Anglin  <dava.anglin@nrc-cnrc.gc.ca>
17488
17489         PR c++/14607
17490         * config/pa/pa-hpux10.h (SUPPORTS_ONE_ONLY): Define.
17491         (MAKE_DECL_ONE_ONLY): Undefine.
17492         * pa-protos.h (som_text_section_asm_op, one_only_readonly_data_section,
17493         readonly_data, one_only_data_section, forget_section): New prototypes.
17494         * pa.c (pa_init_machine_status, som_text_section_asm_op): New
17495         functions.
17496         (pa_select_section): Add one-only (COMDAT) support.
17497         * pa.h (struct machine_function): Define.
17498         * som.h (ASM_OUTPUT_FUNCTION_PREFIX): Delete.
17499         (TEXT_SECTION_ASM_OP): Call som_text_section_asm_op.
17500         (DEFAULT_TEXT_SECTION_ASM_OP, NEW_TEXT_SECTION_ASM_OP,
17501         ONE_ONLY_TEXT_SECTION_ASM_OP, ONE_ONLY_READONLY_DATA_SECTION_ASM_OP,
17502         ONE_ONLY_DATA_SECTION_ASM_OP): New defines.
17503         (EXTRA_SECTIONS): Add in_one_only_readonly_data and in_one_only_data.
17504         (EXTRA_SECTION_FUNCTIONS): Rework to use individual function macros.
17505         (READONLY_DATA_FUNCTION, ONE_ONLY_READONLY_DATA_SECTION_FUNCTION,
17506         ONE_ONLY_DATA_SECTION_FUNCTION, FORGET_SECTION_FUNCTION): New defines
17507         for EXTRA_SECTION_FUNCTIONS.
17508         * doc/install.texi: Update binutils requirements.
17509
17510 2004-07-20  Nathan Sidwell  <nathan@codesourcery.com>
17511
17512         * vec.h (VEC_T_length, VEC_T_index, VEC_T_iterate, VEC_T_truncate,
17513         VEC_T_replace, VEC_T_quick_insert, VEC_T_safe_insert,
17514         VEC_T_ordered_remove, VEC_T_unordered_remove): Use unsigned, not
17515         size_t.
17516         (struct VEC): Use unsigned for num and alloc.
17517         * vec.c (struct vec_prefix): Likewise.
17518         (vec_o_reserve): Adjust.
17519
17520         * dbxout.c (dbxout_type): Fix printf format.
17521
17522         * tree.h (binfo_member): Remove.
17523         * tree.c (binfo_member): Remove.
17524
17525 2004-07-20  Nathan Sidwell  <nathan@codesourcery.com>
17526
17527         * tree.h: Include vec.h
17528         (DEF_VEC_P(tree)): New type.
17529         (BINFO_BASE_BINFOS, BINFO_N_BASE_BINFOS, BINFO_BASE_BINFO): Adjust.
17530         (BINFO_BASE_APPEND, BINFO_BASE_ITERATE): New.
17531         (BINFO_LANG_SLOT): Remove.
17532         (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX, BINFO_PRIMARY_BASE_OF): New.
17533         (struct tree_binfo): Turn base_binfos into a trailing
17534         VEC(tree). Add vtt_subvtt, vtt_vptr, primary fields.
17535         (binfo_lang_slots): Remove.
17536         * tree.c (binfo_lang_slots): Remove.
17537         (make_tree_binfo_stat): Take a base binfo count, not a
17538         lang slot count.  Adjust.
17539         * Makefile.in (TREE_H): Add vec.h
17540         * alias.c (record_component_aliases): Adjust BINFO access.
17541         * dbxout.c (dbxout_type): Likewise.
17542         * dwarf2out.c (gen_member_die): Likewise.
17543         * sdbout.c (sdbout_one_type): Likewise.
17544         * tree-dump.c (deque_and_dump): Likewise.
17545         * config/i386/i386.c (classify_argument,
17546         contains_128bit_aligned_vector_p): Likewise.
17547         * config/sh/symbian.c (symbian_export_vtable_and_rtti_p): Likewise.
17548         * doc/c-tree.texi (Classes): Update BINFO documentation.
17549
17550 2004-07-20  Steven Bosscher  <stevenb@suse.de>
17551
17552         * c-common.h (check_case_value): Remove prototype.
17553         (c_add_case_label): Adjust prototype.
17554         * c-common.c (check_case_value): Make static.
17555         (check_case_bounds): New function.
17556         (c_add_case_label): Use it.  Take new argument orig_type.
17557         * c-typeck.c (struct c_switch): New orig_type field.
17558         (c_start_case): Set it.
17559         (do_case): Pass it to c_add_case_label.
17560         * expr.c (expand_expr_real_1): Don't warn for out-of-bounds
17561         cases from here.  Add the labels in reverse order.
17562         * stmt.c (struct case_node): Adjust comment.  Remove balance field.
17563         (add_case_node): Return nothing, don't check for duplicate cases.
17564         Insert new case nodes in a list, not in an AVL tree.
17565         (expand_end_case_type): Don't turn a case tree into a case list.
17566         (case_tree2list): Remove.
17567         * tree.h (add_case_node): Adjust prototype.
17568
17569 2004-07-19  Paolo Bonzini  <bonzini@gnu.org>
17570
17571         * genattr.c (struct range, struct function_unit,
17572         write_units, extend_range, init_range): Remove them.
17573         (main): Remove code dealing with DEFINE_FUNCTION_UNIT.
17574         Output "#define INSN_SCHEDULING" here.
17575         * genattrtab.c (struct range, struct function_unit_op,
17576         struct function_unit, struct dimension, enum operator,
17577         operate_exp, expand_units, simplify_knowing,
17578         encode_units_mask, simplify_by_exploding,
17579         find_and_mark_used_attributes, unmark_used_attributes,
17580         add_values_to_cover, increment_current_value,
17581         test_for_current_value, simplify_with_current_value,
17582         simplify_with_current_value_aux, gen_unit,
17583         write_unit_name, write_function_unit_info,
17584         write_complex_function, write_toplevel_expr,
17585         find_single_value, extend_range): Remove.
17586         (write_attr_get): Do not handle common_av->value
17587         being an FFS.
17588         (struct attr_desc): Remove func_units_p and blockage_p.
17589         (write_attr_valueq): Do not handle them.
17590         (find_attr): Do not clear them.
17591         (make_internal_attr): Do not initialize them.
17592         (main): Remove code dealing with DEFINE_FUNCTION_UNIT.
17593         * sched-vis.c (init_target_units, insn_print_units,
17594         init_block_visualization, print_block_visualization,
17595         visualize_scheduled_insns, visualize_no_unit,
17596         visualize_stall_cycles, visualize_alloc,
17597         visualize_free, target_units, get_visual_tbl_length,
17598         MAX_VISUAL_LINES, INSN_LEN, n_visual_lines,
17599         visual_tbl_line_length, visual_tbl, n_vis_no_unit,
17600         MAX_VISUAL_NO_UNIT, vis_no_unit): Remove.
17601         * haifa-sched.c (blockage_range, clear_units,
17602         schedule_unit, actual_hazard, potential_hazard,
17603         insn_unit, unit_last_insn, unit_tick,
17604         actual_hazard_this_instance, potential_hazard,
17605         schedule_unit, max_insn_queue_index_value): Remove.
17606         (MAX_INSN_QUEUE_INDEX): Removed, renamed throughout to
17607         max_insn_queue_index.
17608         * rtl.def (DEFINE_FUNCTION_UNIT): Remove.
17609         * doc/md.texi (Processor pipeline description): Remove
17610         references to old pipeline descriptions.
17611         (Automaton pipeline description): Merge with the above.
17612         (Old pipeline description, Comparison of the two descriptions):
17613         Remove.
17614
17615         * bt-load.c (migrate_btr_def): Remove references to
17616         use_pipeline_interface.
17617         * haifa-sched.c (insn_cost, schedule_insn,
17618         schedule_block, advance_one_cycle, sched_init,
17619         queue_to_ready, sched_finish): Likewise.
17620         * modulo-sched.c (sms_schedule, advance_one_cycle,
17621         ps_has_conflicts): Likewise.
17622         * sched-rgn.c (init_ready): Likewise.
17623         (debug_dependencies): Likewise, and remove an "if (1)".
17624         * target.h (use_dfa_pipeline_interface): Remove.
17625         * config/alpha/alpha.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17626         * config/arc/arc.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17627         * config/arm/arm.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17628         * config/c4x/c4x.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17629         * config/frv/frv.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17630         * config/i386/i386.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17631         * config/ia64/ia64.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17632         * config/iq2000/iq2000.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17633         * config/m32r/m32r.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17634         * config/mcore/mcore.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17635         * config/mips/mips.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17636         * config/pa/pa.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17637         * config/rs6000/rs6000.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17638         * config/s390/s390.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17639         * config/sh/sh.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17640         * config/sparc/sparc.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17641         * config/v850/v850.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17642         * config/xtensa/xtensa.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17643         * doc/tm.texi (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17644
17645 2004-07-19  Roger Sayle  <roger@eyesopen.com>
17646
17647         * rtlanal.c (reg_set_p): Add check for regs_invalidated_by_call.
17648
17649 2004-07-19  Jeff Law  <law@redhat.com>
17650
17651         * tree-ssa-dom.c (single_incoming_edge_ignoring_loop_edges): New.
17652         (get_eq_expr_value): Use it.  Simplify slightly.
17653
17654 2004-07-19  Maciej W. Rozycki  <macro@linux-mips.org>
17655
17656         * config/mips/mips.md (mulsidi3_32bit_r4000): Fix the clobber list.
17657         (umulsidi3_32bit_r4000): Likewise.
17658
17659 2004-07-19  Nathan Sidwell  <nathan@codesourcery.com>
17660
17661         * vec.h: Propagate location information properly.
17662         (VEC_T_iterate): Add result pointer parameter.
17663         (VEC_T_space): New.
17664         (VEC_T_reserve): Use it.
17665
17666 2004-07-19  Daniel Jacobowitz  <dan@debian.org>
17667
17668         * Makefile.in (c-format.o): Depend on c-format.h.
17669         * c-format.h: New file.
17670         (struct format_char_info): Add CHAIN member.
17671         * c-format.c: Move some types and constants to c-format.h.
17672         (format_type_error): Set to -1.
17673         (struct function_format_info): Use an int for format_type.
17674         (decode_format_type): Return an int.  Return format_type_error
17675         on error.
17676         (print_char_table, asm_fprintf_char_table, gcc_diag_char_table)
17677         (gcc_diag_char_table, gcc_cdiag_char_table, gcc_cxxdiag_char_table)
17678         (scan_char_table, time_char_table, monetary_char_table): Initialize
17679         CHAIN to NULL.
17680         (n_format_types): New variable.
17681         (check_format_info_main): Handle CHAIN in format_char_info.
17682         (handle_format_attribute): Handle TARGET_FORMAT_TYPES and
17683         TARGET_N_FORMAT_TYPES.
17684         * config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*)
17685         (sparc-*-solaris2*): Include config/t-sol2 and config/sol2-c.c.
17686         * config/sol2-c.c: New file.
17687         * config/t-sol2: New file.
17688         * config/sol2.h (TARGET_N_FORMAT_TYPES, TARGET_FORMAT_TYPES): Define.
17689         * config/sparc/elf.h, config/sparc/sp64-elf.h: Undefine
17690         TARGET_N_FORMAT_TYPES and TARGET_FORMAT_TYPES.
17691
17692         * doc/extend.texi (Target Format Checks): New section.
17693         (Function Attributes): Mention it.
17694         * doc/invoke.texi: Mention target format checks.
17695         * doc/sourcebuild.texi: Mention target format checks.
17696         * dc/tm.texi (Misc): Document TARGET_N_FORMAT_TYPES and
17697         TARGET_FORMAT_TYPES.
17698
17699 2004-07-19  Andreas Krebbel  <krebbel1@de.ibm.com>
17700
17701         * config/s390/s390-protos.h (s390_return_address_offset): Prototype
17702         added.
17703         * config/s390/s390.c (regclass_map initializer): Register 35 added to
17704         ADDR_REGS.
17705         (load_multiple_operation, store_multiple_operation): Removed
17706         pointless sanity check.
17707         (s390_decompose_address): Added check for return_address_pointer_rtx.
17708         (s390_return_addr_rtx): Use return_address_pointer_rtx for count == 0.
17709         (s390_return_address_offset): New function.
17710         * config/s390/s390.h (FIRST_PSEUDO_REGISTER): Increased to 36.
17711         (FRAME_REGNO_P): Added check for register 35.
17712         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS,
17713         REG_ALLOC_ORDER): Appended entry for register 35.
17714         (REG_CLASS_CONTENTS): Adjusted class masks for register 35.
17715         (EH_RETURN_HANDLER_RTX): Use return_address_pointer_rtx.
17716         (RETURN_ADDRESS_POINTER_REGNUM): New macro.
17717         (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET): Return address pointer
17718         is eliminable using stack pointer or hard frame pointer.
17719         (REGISTER_NAMES): Added name for register 35.
17720         * config/s390/s390.md ("load_multiple", "store_multiple"): Removed
17721         pointless sanity check.
17722
17723 2004-07-19  Roger Sayle  <roger@eyesopen.com>
17724
17725         * fold-const.c (tree_expr_nonzero_p): Add function prototype.
17726         (fold) <EQ_EXPR>: Move tree_expr_nonzero_p optimization from
17727         fold_relational_const to here, i.e. "(x | 5) == 0" -> false.
17728         (fold) (UNEQ_EXPR>: Add optimizations for unordered comparisons
17729         of the form "x op x" where op is UNLE, UNGE, UNEQ or LTGT.
17730         (fold_relational_const): Tidy up handling of floating point
17731         comparisons by calling real_compare.  Remove tree_expr_nonzero_p
17732         transformation; fold_relational_const assumes constant operands.
17733
17734 2004-07-19  Gabriel Dos Reis  <gdr@integrable-solution.net>
17735
17736         * doc/sourcebuild.texi: Add libcpp, now that CPP has its own
17737         directory.
17738
17739 2004-07-19  Joseph S. Myers  <jsm@polyomino.org.uk>
17740
17741         * c-tree.h (struct c_expr): Define.
17742         (C_SET_EXP_ORIGINAL_CODE): Remove.
17743         (parser_build_binary_op, build_compound_expr): Update prototypes.
17744         * c-parse.in (%union): Add exprtype.
17745         (FUNC_NAME): Mark as ttype.
17746         (expr, expr_no_commas, cast_expr, unary_expr, primary): Change to
17747         exprtype.
17748         (expr): Update.  Define directly in terms of expr_no_commas
17749         instead of using nonnull_exprlist.
17750         (nonnull_exprlist, unary_expr, cast_expr, expr_no_commas, primary,
17751         offsetof_member_designator, typespec_nonreserved_nonattr, init,
17752         initval, designator, component_declarator,
17753         component_notype_declarator, enumerator, array_declarator,
17754         condition, exexpr, switch_statement, stmt_nocomp, stmt,
17755         nonnull_asm_operands, ivar_declarator, receiver): Update.  Don't
17756         set C_EXP_ORIGINAL_CODE.  Use TREE_NO_WARNING for assignments
17757         where appropriate.
17758         * c-common.h (C_EXP_ORIGINAL_CODE): Remove.
17759         * c-common.c (c_common_truthvalue_conversion): Don't check
17760         C_EXP_ORIGINAL_CODE.
17761         * c-typeck.c (parser_build_binary_op): Use c_expr structures.
17762         Don't use C_EXP_ORIGINAL_CODE.
17763         (default_conversion, default_function_array_conversion): Don't use
17764         C_EXP_ORIGINAL_CODE.  Preserve TREE_NO_WARNING.
17765         (internal_build_compound_expr): Merge into build_compound_expr.
17766         (build_compound_expr): Take two operands instead of a TREE_LIST.
17767         * objc/objc-act.c (get_super_receiver): Update calls to
17768         build_compound_expr.
17769
17770 2004-07-18  Paolo Bonzini  <bonzini@gnu.org>
17771
17772         * config/sh/sh.c (sh_use_dfa_interface): Remove.
17773         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Set to
17774         hook_int_void_1.
17775         * config/sh/sh.md: Extract pipeline descriptions
17776         into separate files.
17777         * config/sh/sh1.md: New file, extracted from sh.md.
17778         * config/sh/sh4.md: New file, extracted from sh.md.
17779         * config/sh/shmedia.md: New file, extracted from sh.md
17780         and rewritten using new-style pipeline description.
17781
17782 2004-07-18  Zack Weinberg  <zack@codesourcery.com>
17783
17784         * config/pa/pa.md: Delete the two remaining define_peephole
17785         patterns.
17786
17787 2004-07-18  Steven Bosscher  <stevenb@suse.de>
17788             Joseph S. Myers  <jsm@polyomino.org.uk>
17789
17790         * c-common.c (c_common_truthvalue_conversion): Don't warn if
17791         TREE_NO_WARNING is set.
17792
17793 2004-07-18  Roger Sayle  <roger@eyesopen.com>
17794
17795         * builtins.c (simplify_builtin_memcmp, simplify_builtin_strcmp,
17796         simplify_builtin_strncmp): Delete.
17797         (fold_builtin_memcmp, fold_builtin_strcmp, fold_builtin_strncmp):
17798         Change argument to accept an arglist instead of an "exp".  Assume
17799         that the return type is always integer_type_node.  Copy missing
17800         transformations from their now obsolete simplify_builtin_*
17801         equivalents.
17802         (fold_builtin_1): Pass arglist instead of exp to fold_builtin_memcmp,
17803         fold_builtin_strcmp and fold_builtin_strncmp.
17804         (simplify_builtin): Call fold_builtin_memcmp, fold_builtin_strcmp
17805         and fold_builtin_strncmp instead of simplify_builtin_memcmp,
17806         simplify_builtin_strcmp and simplify_builtin_strncmp respectively.
17807
17808 2004-07-18  Daniel Jacobowitz  <dan@debian.org>
17809
17810         * Makefile.in (tree-alias-common.o): Update dependencies.
17811
17812 2004-07-17  Sebastian Pop  <pop@cri.ensmp.fr>
17813
17814         * cfgloop.c (flow_loop_nested_p): Fix comment.
17815
17816 2004-07-17  Jason Merrill  <jason@redhat.com>
17817
17818         PR c++/16115
17819         * stor-layout.c (relayout_decl): New fn.
17820         * tree.h: Declare it.
17821         (DECL_BY_REFERENCE): New macro.
17822
17823 2004-07-17  Eric Botcazou  <ebotcazou@act-europe.fr>
17824
17825         * libgcc2.c (__enable_execute_stack): New symbol.
17826         * libgcc-std.ver (GCC_3.4.2): New version.  Inherit from GCC_3.4
17827         and declare __enable_execute_stack.
17828         * mklibgcc.in (lib2funcs): Add _enable_execute_stack.
17829         * config/netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): ANSIfy.
17830         * config/sol2.h (TRANSFER_FROM_TRAMPOLINE): Rename into
17831         ENABLE_EXECUTE_STACK.
17832         * config/alpha/alpha.c (alpha_initialize_trampoline): Conditionalize
17833         on ENABLE_EXECUTE_STACK instead of TRANSFER_FROM_TRAMPOLINE.
17834         * config/alpha/netbsd.h (TRANSFER_FROM_TRAMPOLINE): Rename into
17835         ENABLE_EXECUTE_STACK.
17836         * config/alpha/osf.h (TRANSFER_FROM_TRAMPOLINE): Likewise.
17837         * config/i386/i386.c (x86_initialize_trampoline): Conditionalize
17838         on ENABLE_EXECUTE_STACK instead of TRANSFER_FROM_TRAMPOLINE.
17839         * config/i386/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Rename into
17840         ENABLE_EXECUTE_STACK.
17841         * config/i386/netbsd.h (TRANSFER_FROM_TRAMPOLINE): Likewise.
17842         * config/i386/netbsd64.h (TRANSFER_FROM_TRAMPOLINE): Likewise.
17843         * config/sparc/freebsd.h (TRANSFER_FROM_TRAMPOLINE): Likewise.
17844         * config/sparc/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Likewise.
17845         * config/sparc/sparc.c (sparc_initialize_trampoline): Conditionalize
17846         on ENABLE_EXECUTE_STACK instead of TRANSFER_FROM_TRAMPOLINE.
17847         (sparc64_initialize_trampoline): Likewise.
17848         * doc/tm.texi (trampolines): Add ENABLE_EXECUTE_STACK macro.
17849
17850 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
17851
17852         * langhooks.h (builtin_function): New langhook.
17853         * langhooks-def.h (LANG_HOOKS_BUILTIN_FUNCTION): New.
17854         (LANG_HOOKS_INITIALIZER): Update.
17855         * tree.h (builtin_function): Remove.
17856         * doc/tm.texi: Update.
17857         * c-tree.h (builtin_function): Declare.
17858         * c-common.c, config/alpha/alpha.c, config/arm/arm.c,
17859         config/c4x/c4x.c, config/frv/frv.c, config/i386/i386.c,
17860         config/ia64/ia64.c, config/iq2000/iq2000.c,
17861         config/rs6000/rs6000.c, config/s390/s390.c, config/sh/sh.c,
17862         config/stormy16/stormy16.c: All callers of builtin_function
17863         changed.
17864
17865 2004-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
17866
17867         PR target/16556
17868         * config/i386/darwin.h (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):
17869         Remove white space after the backslash.
17870
17871 2004-07-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
17872
17873         PR rtl-optimization/16294
17874         * resource.c (return_insn_p): New predicate.
17875         (mark_target_live_regs): Use it.  Special-case return insns.
17876         (init_resource_info): Use it.  Don't scan the epilogue past
17877         a return.
17878
17879 2004-07-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
17880
17881         * loop-init.c (loop_optimizer_init, loop_optimizer_finalize): Do not
17882         destroy dominance information.
17883         * passes.c (rest_of_handle_loop2):  Free dominance information.
17884         * tree-cfg.c (cleanup_tree_cfg): Remove unreachable blocks before
17885         jump threading.
17886         (thread_jumps): Update dominance information and remove unreachable
17887         blocks.
17888         * tree-ssa-phiopt.c (replace_phi_with_stmt):  Update dominance
17889         information and remove the unreachable block.
17890
17891 2004-07-17  Graham Stott  <graham.stott@btinternet.com>
17892
17893         * emit-rtl.c (reorder_insns): Don't set BB for a BARRIER insn.
17894
17895 2004-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
17896
17897         * doc/sourcebuild.texi: Remove libf2c entry.
17898
17899 2004-07-17  Paolo Bonzini  <bonzini@gnu.org>
17900
17901         * config/i386/i386.md (movv16qi_internal): Fix typo.
17902
17903 2004-07-17  Steven Bosscher  <stevenb@suse.de>
17904
17905         * final.c (final_scan_insn): Fix broken commit from previous
17906         patch.
17907
17908 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
17909
17910         * c-typeck.c (parser_build_binary_op): Condition warnings for
17911         X<=Y<=Z on -Wparentheses instead of -Wextra.
17912         * doc/invoke.texi: Update.  Document that most of -Wparentheses is
17913         supported for C only.
17914
17915 2004-07-17  Steven Bosscher  <stevenb@suse.de>
17916
17917         * cfgcleanup.c (try_simplify_condjump): Don't remove line
17918         notes to avoid unreachable code warnings.
17919         * toplev.c (backend_init): Don't emit line notes for
17920         unreachable code warnings.
17921
17922         * combine.c (distribute_notes): Don't distribute a
17923         REG_VTABLE_REF note.
17924         * final.c (final_scan_insn): Don't handle it.
17925         * rtl.c (reg_note_name): Remove it.
17926         * rtl.h (enum reg_node): Dito.
17927
17928         * emit-rtl.c (force_line_numbers, restore_line_number_status):
17929         Remove.
17930         * rtl.h (force_line_numbers, restore_line_number_status):
17931         Remove prototypes.
17932
17933         * stmt.c (using_eh_for_cleanups_p, using_eh_for_cleanups): Move...
17934         * tree-eh.c (using_eh_for_cleanups_p): ...here.  Make static.
17935         (using_eh_for_cleanups): Also moved here.
17936
17937         * expr.c (expand_expr_real_1) <CASE_LABEL_EXPR>: Die if we see one.
17938         <SWITCH_EXPR>: Die if we have a non-NULL SWITCH_BODY.  Update calls
17939         to expand_start_case and add_case_node.
17940         * stmt.c (struct nesting): Cleanup unused fields condition_code,
17941         last_unconditional_cleanup, nominal_type, printname, and
17942         line_number_status.
17943         (struct fixup_goto): Remove.
17944         (struct stmt_status): Remove x_goto_fixup_chain field.
17945         (goto_fixup_chain): Remove.
17946         (strip_default_case_nodes, group_case_nodes, emit_jump_if_reachable,
17947         pushcase, pushcase_range): Remove.
17948         (expand_start_bindings_and_block): Don't set unused fields in
17949         the nesting stack.
17950         (expand_start_case, add_case_node): Cleanup unused formal arguments.
17951         (expand_end_case_type): Don't simplify the case-list.  Use emit_jump
17952         instead of emit_jump_if_reachable.
17953         (emit_case_nodes): Likewise.
17954         * tree-cfg.c (group_case_labels, cleanup_dead_labels): No longer
17955         static.
17956         (update_eh_label): Work around left-over exception handing regions.
17957         * tree-flow.h (group_case_labels, cleanup_dead_labels): Add protos.
17958         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): New function.
17959         (pass_cleanup_cfg_post_optimizing): New pass.
17960         (init_tree_optimization_passes): Run the new pass after all
17961         optimizations.
17962         * tree.h (pushcase, pushcase_range): Remove prototypes.
17963         (expand_start_case, add_case_node): Update prototypes.
17964
17965 2004-07-16  Krister Walfridsson  <cato@df.lth.se>
17966
17967         * tree-inline.c (estimate_num_insns_1): Correct increase of count.
17968
17969 2004-07-16  Richard Henderson  <rth@redhat.com>
17970
17971         * builtins.c (std_expand_builtin_va_arg): Remove.
17972         (expand_builtin_va_arg): Remove.
17973         * expr.h: Don't declare them.
17974         * gimplify.c (mark_decls_volatile_r): Remove.
17975         (copy_if_shared_r): Don't call it.
17976         * target-def.h: Don't test EXPAND_BUILTIN_VA_ARG.
17977         * expr.c (expand_expr_real_1): Don't handle VA_ARG_EXPR.
17978         * gimple-low.c (lower_stmt): Likewise.
17979         * tree-cfg.c (cfg_remove_useless_stmts_bb): Likewise.
17980         * tree-gimple.c (is_gimple_tmp_rhs, is_gimple_stmt): Likewise.
17981         * tree-ssa-operands.c (get_expr_operands): Likewise.
17982         * doc/tm.texi (TARGET_GIMPLIFY_VA_ARG_EXPR): Don't mention
17983         EXPAND_BUILTIN_VA_ARG.
17984         * system.h (EXPAND_BUILTIN_VA_ARG): Poison.
17985         * config/alpha/alpha.h, config/alpha/unicosmk.h, config/i386/i386.h,
17986         config/ia64/ia64.h, config/rs6000/rs6000.h, config/s390/s390.h,
17987         config/sparc/sparc.h (EXPAND_BUILTIN_VA_ARG): Remove.
17988
17989 2004-07-16  Daniel Berlin  <dberlin@dberlin.org>
17990
17991         * tree-ssa-pre.c (insert_aux): Break out if we hit
17992         a critical edge.
17993
17994 2004-07-16  Richard Henderson  <rth@redhat.com>
17995
17996         * basic-block.h (remove_fake_exit_edges): Declare.
17997         * cfganal.c (remove_fake_predecessors): Rename from
17998         remove_fake_successors; iterate over predecessors.
17999         (remove_fake_exit_edges): New.
18000         * cfgcleanup.c (try_optimize_cfg): Use it.
18001         * gcse.c (one_pre_gcse_pass, store_motion): Likewise.
18002         * predict.c (estimate_probability): Likewise.
18003         (tree_estimate_probability, note_prediction_to_br_prob): Likewise.
18004         * tree-cfg.c (make_edges): Likewise.
18005         * tree-ssa-pre.c (fini_pre): Likewise.
18006         * profile.c (instrument_edges): Don't remove_fake_edges.
18007         (branch_prob): Do it earlier here.
18008
18009 2004-07-16  Richard Henderson  <rth@redhat.com>
18010
18011         * tree-ssa-operands.c (get_expr_operands): Fix 2004-07-15
18012         switchification wrt CONSTRUCTOR.  Document the reason.
18013
18014 2004-07-16  Frank Ch. Eigler  <fche@redhat.com>
18015
18016         * tree-mudflap.c (mf_file_function_line_tree): Correct typo
18017         that prevented descriptive __mf_check source location strings.
18018
18019 2004-07-16  Richard Henderson  <rth@redhat.com>
18020
18021         * tree-def (WITH_SIZE_EXPR): New.
18022         * explow.c (expr_size, int_expr_size): Handle WITH_SIZE_EXPR.
18023         * expr.c (expand_expr_real_1): Likewise.
18024         * gimplify.c (maybe_with_size_expr): New.
18025         (gimplify_arg, gimplify_modify_expr): Use it.
18026         (gimplify_modify_expr_to_memcpy): Take size parameter.
18027         (gimplify_modify_expr_to_memset): Likewise.
18028         (gimplify_expr): Handle WITH_SIZE_EXPR.
18029         * tree-alias-common.c (find_func_aliases): Likewise.
18030         * tree-eh.c (tree_could_trap_p): Likewise.
18031         (tree_could_throw_p): Likewise.
18032         * tree-gimple.c (is_gimple_lvalue): Likewise.
18033         (get_call_expr_in): Likewise.
18034         * tree-inline.c (estimate_num_insns_1): Likewise.
18035         (expand_calls_inline): Likewise.
18036         * tree-nested.c (convert_call_expr): Likewise.
18037         * tree-pretty-print.c (dump_generic_node): Likewise.
18038         * tree-sra.c (sra_walk_expr): Likewise.
18039         * tree-ssa-alias.c (add_pointed_to_expr): Likewise.
18040         * tree-ssa-ccp.c (get_rhs, set_rhs): Likewise.
18041         * tree-ssa-operands.c (get_expr_operands): Likewise.
18042         * tree-tailcall.c (find_tail_calls): Likewise.
18043
18044         * calls.c (expand_call): Reset old_stack_allocated after
18045         calling emit_stack_restore.
18046
18047 2004-07-16  Richard Henderson  <rth@redhat.com>
18048
18049         * langhooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING,
18050         lhd_tree_inlining_copy_res_decl_for_inlining): Remove.
18051         * langhooks.c (lhd_tree_inlining_copy_res_decl_for_inlining): Remove.
18052         * langhooks.h (struct lang_hooks_for_tree_inlining): Remove
18053         copy_res_decl_for_inlining.
18054
18055         * tree-inline.c (declare_return_variable): New modify_dest argument.
18056         Use it as the return value, when possible or manditory.  Handle
18057         TREE_ADDRESSABLE types.
18058         (expand_call_inline): Extract MODIFY_EXPR lhs for call.  Simplify
18059         replacement of CALL_EXPR.
18060
18061 2004-07-16  Richard Henderson  <rth@redhat.com>
18062
18063         * tree-flow.h (struct var_ann_d): Remove has_hidden_use.
18064         * gimple-low.c (expand_var_p): Don't check it.
18065         * tree-ssa-alias.c (setup_pointers_and_addressables): Likewise.
18066         * tree-ssa-copyrename.c (rename_ssa_copies): Likewise.
18067         * tree-ssa-operands.c (add_stmt_operand): Likewise.
18068         * tree-dfa.c (find_hidden_use_vars, find_hidden_use_vars_r): Kill.
18069         (find_referenced_vars): Don't call them.
18070         * tree-flow-inline.h (has_hidden_use, set_has_hidden_use): Kill.
18071
18072 2004-07-16  Richard Henderson  <rth@redhat.com>
18073
18074         * function.c (pass_by_reference): True for all variable sized types.
18075
18076 2004-07-16  Sebastian Pop  <pop@cri.ensmp.fr>
18077
18078         * Makefile.in (tree-pretty-print.o): Depend on tree-chrec.h.
18079         * tree-pretty-print.c: Include tree-chrec.h.
18080         (dump_generic_node): Pretty print SCEV_KNOWN, SCEV_NOT_KNOWN
18081         and POLYNOMIAL_CHREC nodes.
18082
18083 2004-07-16  Steve Ellcey  <sje@cup.hp.com>
18084
18085         * builtins.c (expand_builtin_stpcpy): Do not create temporary
18086         reg with VOIDmode.
18087
18088 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
18089
18090         * config/rs6000/eabi.asm (__eabi_convert): Fix typo (cmpi vs. cmpwi).
18091
18092 2004-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
18093
18094         * config/s390/s390.md: Changed every occurence of BASE_REGISTER
18095         to BASE_REGNUM.
18096         * config/s390/s390.c: Likewise.
18097         * config/s390/s390.h: Likewise.
18098
18099 2004-07-16  Richard Sandiford  <rsandifo@redhat.com>
18100
18101         * config/mips/mips.md (addsi3, adddi3): Remove special handling
18102         of $sp adds.  Remove REGNO checks from mips16 patterns.
18103
18104 2004-07-16  Richard Sandiford  <rsandifo@redhat.com>
18105
18106         * config/mips/mips.md: Delete outdated comment.
18107
18108 2004-07-16  Richard Sandiford  <rsandifo@redhat.com>
18109
18110         * config/mips/mips.c (get_float_compare_codes): Delete.
18111         (mips_emit_compare): New function, mostly extracted from
18112         get_float_compare_codes and gen_conditional_branch.
18113         (gen_conditional_branch, gen_conditional_move): Use it.
18114
18115 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
18116
18117         * genautomata.c (add_vect): Speedup by using integers as
18118         bit-vectors for walking through the comb_vect and finding
18119         a match.
18120
18121 2004-07-16  Richard Sandiford  <rsandifo@redhat.com>
18122
18123         * config/mips/mips.c (mips_zero_if_equal): Only use XORs if the second
18124         operand is an uns_arith_operand; use subtraction otherwise.
18125         * config/mips/mips.md (cmpsi, cmpdi): Allow any nonmemory_operand,
18126         not just arith_operands.
18127
18128 2004-07-16  Richard Sandiford  <rsandifo@redhat.com>
18129
18130         * config/mips/mips-protos.h (gen_int_relational): Delete.
18131         (mips_emit_scc): Declare.
18132         * config/mips/mips.c (internal_test): Delete.
18133         (sle_operand, sleu_operand): New functions.
18134         (map_test_to_internal_test, gen_int_relational): Delete.
18135         (mips_emit_binary, mips_relational_operand_ok_p)
18136         (mips_emit_int_relational, mips_zero_if_equal)
18137         (mips_emit_scc): New functions.
18138         (gen_conditional_branch): Rework to use mips_emit_int_relational.
18139         * config/mips/mips.h (PREDICATE_CODES): Add sle_operand and
18140         sleu_operand.
18141         * config/mips/mips.md (seq, sne, sgt, sge, slt, sle, sgtu, sgeu)
18142         (sltu, sleu): Use mips_emit_scc.
18143         (*sge_[sd]i, *sgeu_[sd]i): New patterns.
18144         (*sle_[sd]i, *sle_[sd]i_mips16): Use sle_operand.
18145         (*sleu_[sd]i, *sleu_[sd]i_mips16): Use sleu_operand.
18146
18147 2004-07-16  Richard Sandiford  <rsandifo@redhat.com>
18148
18149         * config/mips/mips.md (*sgt_di_mips16): Fix destination constraint.
18150
18151 2004-07-16  Richard Sandiford  <rsandifo@redhat.com>
18152
18153         * config/mips/mips.md (*seq_[sd]i): Renamed from seq_[sd]i_zero.
18154         (*sne_[sd]i): Likewise sne_[sd]i_zero.
18155         (*sgt_[sd]i): ...and sgt_[sd]i.
18156         (*slt_[sd]i): ...and slt_[sd]i.
18157         (*sgtu_[sd]i): ...and sgtu_[sd]i.
18158         (*sltu_[sd]i): ...and sltu_[sd]i.
18159         (*sleu_[sd]i): ...and sleu_[sd]i_const.
18160         Name previously unnamed mips16 patterns.  Formatting fixes.
18161
18162 2004-07-16  Richard Sandiford  <rsandifo@redhat.com>
18163
18164         * config/mips/mips.c (cmp_operands): Renamed from branch_cmp.
18165         (branch_type): Delete.
18166         (gen_conditional_branch, gen_conditional_move)
18167         (mips_gen_conditional_trap): Update after name change.  Get the
18168         comparison mode from cmp_operands[0].
18169         * config/mips/mips.h (cmp_type, branch_type): Delete.
18170         (cmp_operands): Renamed from branch_cmp.
18171         * config/mips/mips.md (cmpsi, cmpdi, cmpsf, cmpdf): Update after
18172         name change.  Don't set branch_type.
18173         (seq, sne, sgt, sge, slt, sle, sgtu, sgeu, sltu, sleu): Check the
18174         mode class of cmp_operands[0] rather than branch_type.  Update after
18175         name change.
18176
18177 2004-07-16  Richard Sandiford  <rsandifo@redhat.com>
18178
18179         * config/mips/mips.c (mips_rtx_costs): In mips16 code, set the cost
18180         of 0...255 to 0 when inside a SET.
18181
18182 2004-07-16  Richard Sandiford  <rsandifo@redhat.com>
18183
18184         * config/mips/mips.md: Remove mips16 define_peepholes.
18185
18186 2004-07-16  Daniel Berlin  <dberlin@dberlin.org>
18187
18188         * tree-ssa-pre.c (init_pre): Connect infinite loops to exit.
18189         (fini_pre): Remove fake edges.
18190
18191 2004-07-15  Richard Henderson  <rth@redhat.com>
18192
18193         * tree-ssa-operands.c (get_expr_operands): Use a switch.  Split out...
18194         (get_indirect_ref_operands, get_call_expr_operands): ... these.
18195
18196 2004-07-15  Nathan Sidwell  <nathan@codesourcery.com>
18197
18198         * vec.h (VEC_address): New function.
18199
18200 2004-07-14  Jason Merrill  <jason@redhat.com>
18201
18202         PR middle-end/15885
18203         * gimplify.c (gimplify_arg): New fn, split out from...
18204         (gimplify_call_expr): Here.  Special-case BUILT_IN_VA_START.
18205
18206 2004-07-15  Roman Zippel  <zippel@linux-m68k.org>
18207
18208         * config/m68k/m68k.c (output_move_qimode): Abort on an attempt to
18209         generate code which is generated by pushqi1 now
18210         * config/m68k/m68k.h (MOVE_BY_PIECES_P): Remove.
18211
18212 2004-07-15  Roman Zippel  <zippel@linux-m68k.org>
18213
18214         * combine.c (simplify_set): match the mode of the constant 0 with
18215         the tested operand to match the compare behaviour and the
18216         simplify_relational_operation() expectation.
18217
18218 2004-07-15  Aldy Hernandez  <aldyh@redhat.com>
18219
18220         * config/rs6000/rs6000.md ("bunordered"): Disable for e500.
18221         ("bordered"): Same.
18222
18223 2004-07-15  Aldy Hernandez  <aldyh@redhat.com>
18224
18225         * config/rs6000/rs6000.md ("*cceq_ior_compare"): Allow
18226         unconditionally.
18227         * config/rs6000/spe.md ("e500_cceq_ior_compare"): Remove.
18228
18229 2004-07-15  Richard Sandiford  <rsandifo@redhat.com>
18230
18231         * config/mips/mips.c (mips_adjust_insn_length): Fix handling of
18232         calls in mips16 code.
18233
18234 2004-07-15  Richard Sandiford  <rsandifo@redhat.com>
18235
18236         * config/mips/mips.md: In the mips16 li/neg splitter, use SImode for
18237         the destination of the li as well as for the neg.
18238
18239 2004-07-15  Frank Ch. Eigler  <fche@redhat.com>
18240
18241         g++/15861
18242         * cgraphunit.c (cgraph_build_static_cdtor): Add priority argument.
18243         * cgraph.h: Update declaration.
18244         * c-decl.c (build_cdtor): Update call with default priority.
18245         * coverage.c (create_coverage): Ditto.
18246         * tree-mudflap.c (mf_init_fndecl): New tree.
18247         (mudflap_init): Set it.
18248         (mudflap_register_call): Arrange to call __mf_init before the first
18249         __mf_register call.
18250         (mudflap_finish_file): Mark the mudflap static initializer as extra
18251         high priority, to beat all C++ static constructors.
18252
18253 2004-07-15  Jeff Law  <law@redhat.com>
18254
18255         * loop.c (check_insn_for_givs): Restore check for code labels that was
18256         accidentally deleted by a recent checkin.
18257
18258 2004-07-15  Nathan Sidwell  <nathan@codesourcery.com>
18259
18260         * vec.h (VEC_T_truncate): Allow truncation of an empty vector.
18261         (VEC_T_quick_insert, VEC_T_ordered_remove): Fix sizeof(T) thinko.
18262
18263 2004-07-14  Richard Henderson  <rth@redhat.com>
18264
18265         * print-tree.c (print_node): Fix casts last change.
18266
18267 2004-07-15  Paul Brook  <paul@codesourcery.com>
18268
18269         * dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO
18270         to TARGET_UNWIND_INFO.
18271         * except.c (output_function_exception_table): Ditto.
18272         * except.h: Ditto.
18273         * opts.c (decode_options): Ditto.
18274         * passes.c (rest_of_handle_final): Ditto.
18275         * final.c (final_start_function): Ditto.
18276         (final_scan_insn, final_scan_insn): Replace IA64_UNWIND_EMIT with
18277         target hook.
18278         * targhooks.h (default_unwind_emit): Declare.
18279         * targhooks.c (default_unwind_emit): New function.
18280         * target-def.h: Define and use TARGET_UNWIND_EMIT.
18281         * target.h (struct gcc_target): Add unwind_emit.
18282         * config/ia64/ia64.c (TARGET_UNWIND_EMIT): Define.
18283         * config/ia64/ia64.h: Rename IA64_UNWIND_INFO to TARGET_UNWIND_INFO.
18284         Remove IA64_UNWIND_EMIT.
18285         * doc/tm.texi: Document TARGET_UNWIND_EMIT and TARGET_UNWIND_INFO.
18286
18287 2004-07-14  Richard Henderson  <rth@redhat.com>
18288
18289         * print-tree.c (print_node): Handle SSA_NAME.
18290
18291 2004-07-14  James E Wilson  <wilson@specifixinc.com>
18292
18293         PR target/16325
18294         * config/mips/mips.h (STARTING_FRAME_OFFSET): When flag_profile_value
18295         and ! TARGET_64BIT, include REG_PARM_STACK_SPACE.
18296
18297 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
18298
18299         * expr.c (expand_assignment): Reenable bitfield += optimizations.
18300         Use alias set 0 for memory, do proper mode calculations and adjust
18301         address for memories.
18302
18303 2004-07-14  Per Bothner  <per@bothner.com>
18304
18305         * input.h:  If USE_MAPPED_LOCATION, define separate expanded_location
18306         structure with extra column field.
18307         * tree.c (expand_location):  Also fill in column field.
18308         * gengtype-lex.l:  Ignore expanded_location typedef, sinze gengtype
18309         gets confused by the two conditionally-compiled definitions.
18310
18311 2004-07-14  Eric Christopher  <echristo@redhat.com>
18312
18313         * calls.c (expand_call): Fix typo in comment.
18314
18315 2004-07-14  Steve Ellcey  <sje@cup.hp.com>
18316
18317         * config/ia64/ia64.c (ia64_expand_compare): Allow ORDERED
18318         comparision of TFmode.
18319
18320 2004-07-14  Richard Henderson  <rth@redhat.com>
18321
18322         * config/alpha/alpha.c (alpha_gimplify_va_arg_1): Move indirect ...
18323         (alpha_gimplify_va_arg): ... handling here.  Use pass_by_reference.
18324         * config/c4x/c4x.c (c4x_gimplify_va_arg_expr): Use pass_by_reference.
18325         * config/i386/i386.c (ix86_gimplify_va_arg): Likewise.
18326         * config/i860/i860.c (i860_gimplify_va_arg_expr): Likewise.
18327         * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
18328         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Likewise.
18329         * config/sh/sh.c (sh_gimplify_va_arg_expr): Likewise.
18330         * config/xtensa/xtensa.c (xtensa_gimplify_va_arg_expr): Likewise.
18331
18332 2004-07-14  Mike Stump  <mrs@apple.com>
18333
18334         * config/darwin.h (WINT_TYPE): Define to be int to match
18335         system header files.
18336
18337 2004-07-14  Bob Wilson  <bob.wilson@acm.org>
18338
18339         * config/xtensa/xtensa.c (function_arg_advance): Check for args
18340         that must be passed in the stack.
18341         (xtensa_gimplify_va_arg_expr): Skip special-case padding for small
18342         arguments if the size is not a constant.
18343
18344 2004-07-14  Per Bothner  <per@bothner.com>
18345
18346         * c-typeck.c (emit_side_effect_warnings):  Use EXPR_HAS_LOCATION
18347         instead of EXPR_LOCUS in a boolean context, which is always true
18348         if --enable-mapped-location.
18349         * stmt.c (warn_if_unused_value):  Likewise.  Also use EXPR_LOCATION.
18350
18351 2004-07-14  Richard Henderson  <rth@redhat.com>
18352
18353         * dominance.c (struct dom_info): Add fake_exit_edge.
18354         (init_dom_info): Allocate it.
18355         (free_dom_info): Free it.
18356         (calc_dfs_tree): Set it.  Handle noreturn and infinite loops
18357         in two passes.
18358         (calc_idoms): Honor fake_exit_edge.
18359
18360 2004-07-13  Jason Merrill  <jason@redhat.com>
18361
18362         * tree-gimple.c (is_gimple_reg_rhs, is_gimple_mem_rhs): New fns.
18363         (rhs_test_for): New fn.
18364         (is_gimple_tmp_rhs): Rename from is_gimple_rhs.
18365         * tree-gimple.h: Declare them.
18366         * gimplify.c (gimplify_modify_expr): Use the new fns.
18367
18368 2004-07-14  Richard Henderson  <rth@redhat.com>
18369
18370         * config/arm/arm-protos.h (arm_va_arg): Remove.
18371         * config/arm/arm.c (arm_va_arg): Remove.
18372         (arm_init_expanders): Fix alignment of arg_pointer_rtx.
18373         * config/arm/arm.h (EXPAND_BUILTIN_VA_ARG): Remove.
18374
18375 2004-07-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18376
18377         * pa.c (fix_range): New function to mark a range(s) of registers as
18378         fixed registers.
18379         (override_options): Call fix_range if the -mfixed-range option string
18380         is not empty.
18381         * pa.h (TARGET_OPTIONS): Add -mfixed-range option.
18382         * doc/invoke.texi (-mfixed-range): Document new option.
18383
18384 2004-07-14  David Edelsohn  <edelsohn@gnu.org>
18385
18386         * config/rs6000/rs6000.c (function_arg_padding): Do not pad SFmode
18387         for TARGET_64BIT.
18388         (rs6000_gimplify_va_arg): Use size_int instead of build_int_2.
18389
18390 2004-07-14  Roger Sayle  <roger@eyesopen.com>
18391
18392         * expmed.c (expand_sdiv_pow2): New function to expand signed division
18393         by a positive power of two, split out from expand_divmod.  Provide
18394         an alternate implementation when shifts are expensive.  Lower the
18395         threshold for using a branchless implementation to BRANCH_COST >= 2.
18396         (expand_divmod): Call expand_sdiv_pow2 for suitable divisions.
18397
18398 2004-07-14  Paolo Bonzini  <bonzini@gnu.org>
18399
18400         * tree-dfa.c (make_rename_temp): *Really* work just
18401         like create_tmp_var if called while outside SSA form.
18402
18403 2004-07-14  Ulrich Weigand  <uweigand@de.ibm.com>
18404
18405         * config/s390/s390.md ("udivsi3"): Ensure trap is generated
18406         for division by zero.
18407         ("umodsi3"): Likewise.
18408
18409 2004-07-14  Richard Sandiford  <rsandifo@redhat.com>
18410
18411         * config/mips/mips.c (mips_output_move): When generating mips16 code,
18412         force loads of negative constants to be split.
18413         * config/mips/mips.md (*movhi_mips16, *movqi_mips16): Likewise.
18414         Generalize SImode li/neg splitter to cope with other modes.
18415
18416 2004-07-14  Paolo Bonzini  <bonzini@gnu.org>
18417
18418         * expmed.c: Remove more references to QUEUED in the comments.
18419         * expr.c: Likewise.
18420
18421 2004-07-14  Richard Sandiford  <rsandifo@redhat.com>
18422
18423         Revert:
18424         2004-07-13  Richard Henderson  <rth@redhat.com>
18425         * config/mips/mips.c (mips_pass_by_reference): Handle mode sizes
18426         correctly.
18427
18428 2004-07-14  Paolo Bonzini  <bonzini@gnu.org>
18429
18430         * tree-dfa.c (make_rename_temp): Work just like
18431         create_tmp_var if called while outside SSA form.
18432
18433 2004-07-14  Paolo Bonzini  <bonzini@gnu.org>
18434
18435         * expr.c (enqueue_insn, finish_expr_for_function,
18436         protect_from_queue, queued_subexp_p, mark_queue,
18437         emit_insns_enqueued_after_mark, emit_queue,
18438         expand_increment): Remove.
18439         (store_constructor): Expand increment as an assignment.
18440         (expand_expr_real_1 <case PREINCREMENT_EXPR,
18441         case PREDECREMENT_EXPR, case POSTINCREMENT_EXPR,
18442         case POSTDECREMENT_EXPR>): Abort.
18443         * expr.h (QUEUED_VAR, QUEUED_INSN, QUEUED_COPY,
18444         QUEUED_BODY, QUEUED_NEXT, finish_expr_for_function,
18445         protect_from_queue, emit_queue, queued_subexp_p): Remove.
18446         * function.h (pending_chain, x_pending_chain): Remove.
18447         * rtl.def (QUEUED): Remove.
18448
18449         * emit-rtl.c (copy_insn_1, copy_most_rtx,
18450         set_used_flags, verify_rtx_sharing): Remove references to QUEUED.
18451         * genattrtab.c (attr_copy_rtx, clear_struct_flag,
18452         encode_units_mask): Likewise.
18453         * local-alloc.c (equiv_init_varies_p): Likewise.
18454         * rtl.c (copy_rtx): Likewise.
18455         * rtlanal.c (rtx_unstable_p, rtx_varies_p): Likewise.
18456         * simplify-rtx.c (simplify_gen_subreg): Likewise.
18457         * config/mn10300/mn10300.c (legitimate_pic_operand_p): Likewise.
18458
18459         * builtins.c (expand_builtin, expand_builtin_apply,
18460         expand_builtin_mathfn, expand_builtin_mathfn_2,
18461         expand_builtin_mathfn_3, expand_builtin_setjmp_setup):
18462         Remove calls to emit_queue and protect_from_queue.
18463         * calls.c (expand_call, precompute_arguments,
18464         precompute_register_parameters, rtx_for_function_call,
18465         store_one_arg): Likewise.
18466         * dojump.c (do_compare_and_jump, do_jump): Likewise.
18467         * explow.c (memory_address): Likewise.
18468         * expmed.c (clear_by_pieces_1, clear_storage,
18469         clear_storage_via_libcall, emit_group_load,
18470         emit_group_store, emit_store_flag,
18471         expand_expr_real_1, store_by_pieces,
18472         store_constructor, store_expr, try_casesi,
18473         try_tablejump): Likewise.
18474         * function.c (expand_pending_sizes): Likewise.
18475         * optabs.c (emit_cmp_and_jump_insns,
18476         emit_conditional_add, emit_conditional_move,
18477         expand_fix, expand_float, prepare_cmp_insn): Likewise.
18478         * stmt.c (emit_case_bit_tests,
18479         expand_asm_expr, expand_computed_goto,
18480         expand_decl_init, expand_end_case_type,
18481         expand_end_stmt_expr, expand_expr_stmt_value,
18482         expand_return, expand_start_case,
18483         optimize_tail_recursion): Likewise.
18484         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
18485         * config/s390/s390.c (s390_expand_cmpmem): Likewise.
18486
18487 2004-07-14  Ben Elliston  <bje@au.ibm.com>
18488
18489         * vec.h: Comment fix.
18490
18491 2004-07-13  Richard Henderson  <rth@redhat.com>
18492
18493         * target.h (struct gcc_target): Add calls.pass_by_reference.
18494         * target-def.h (TARGET_PASS_BY_REFERENCE): New.
18495         * function.c (pass_by_reference): Use the hook.
18496         * system.h (FUNCTION_ARG_PASS_BY_REFERENCE): Poison.
18497         * targhooks.c, targhooks.h (hook_pass_by_reference_false): New.
18498         (hook_pass_by_reference_must_pass_in_stack): New.
18499         * config/alpha/alpha.c (function_arg): Don't query pass-by-ref.
18500         (alpha_pass_by_reference): New.
18501         (TARGET_PASS_BY_REFERENCE): New.
18502         * config/alpha/alpha.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18503         * config/arc/arc.c (arc_pass_by_reference): New.
18504         (TARGET_PASS_BY_REFERENCE): New.
18505         * config/arc/arc.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18506         (FUNCTION_ARG_CALLEE_COPIES): True.
18507         * config/arm/arm-protos.h (arm_function_arg_pass_by_reference): Remove.
18508         * config/arm/arm.c (TARGET_PASS_BY_REFERENCE): New.
18509         (arm_pass_by_reference): Rename from arm_function_arg_pass_by_reference.
18510         * config/arm/arm.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18511         * config/c4x/c4x.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18512         * config/cris/cris.c (cris_pass_by_reference): New.
18513         (TARGET_PASS_BY_REFERENCE): New.
18514         * config/cris/cris.h (FUNCTION_ARG): Don't query pass-by-ref.
18515         (FUNCTION_INCOMING_ARG, FUNCTION_ARG_ADVANCE): Likewise.
18516         (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18517         * config/fr30/fr30.c (TARGET_PASS_BY_REFERENCE): New.
18518         * config/fr30/fr30.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18519         * config/frv/frv-protos.h (frv_function_arg_pass_by_reference): Kill.
18520         * config/frv/frv.c (TARGET_PASS_BY_REFERENCE): New.
18521         (frv_function_arg_pass_by_reference): Remove.
18522         * config/frv/frv.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18523         * config/i386/i386-protos.h (function_arg_pass_by_reference): Remove.
18524         * config/i386/i386.c (TARGET_PASS_BY_REFERENCE): New.
18525         (ix86_pass_by_reference): Rename from function_arg_pass_by_reference.
18526         * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18527         * config/ia64/ia64-protos.h (ia64_function_arg_pass_by_reference): Kill.
18528         * config/ia64/ia64.c (TARGET_PASS_BY_REFERENCE): New.
18529         (ia64_pass_by_reference): Rename from
18530         ia64_function_arg_pass_by_reference.
18531         * config/ia64/ia64.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18532         * config/ip2k/ip2k.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18533         * config/iq2000/iq2000-protos.h (function_arg_pass_by_reference): Kill.
18534         * config/iq2000/iq2000.c (TARGET_PASS_BY_REFERENCE): New.
18535         (iq2000_pass_by_reference): Rename from function_arg_pass_by_reference.
18536         * config/iq2000/iq2000.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18537         (FUNCTION_ARG_CALLEE_COPIES): Don't reference pass-by-ref.
18538         * config/m32r/m32r-protos.h (m32r_pass_by_reference): Remove.
18539         * config/m32r/m32r.c (TARGET_PASS_BY_REFERENCE): New.
18540         (m32r_pass_by_reference): Adjust prototype.  Make static.
18541         Handle mode sizes correctly.
18542         * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18543         * config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c
18544         (m68hc11_function_arg_pass_by_reference): Remove.
18545         * config/m68hc11/m68hc11.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18546         (FUNCTION_ARG_CALLEE_COPIES): Don't reference pass-by-ref.
18547         * config/mcore/mcore.c (TARGET_PASS_BY_REFERENCE): New.
18548         * config/mcore/mcore.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18549         * config/mips/mips-protos.h (function_arg_pass_by_reference): Remove.
18550         * config/mips/mips.c (TARGET_PASS_BY_REFERENCE): New.
18551         (mips_va_arg): Use pass_by_reference.
18552         (mips_pass_by_reference): Rename from function_arg_pass_by_reference.
18553         Handle mode sizes correctly.
18554         * config/mips/mips.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18555         (FUNCTION_ARG_CALLEE_COPIES): Don't reference pass-by-ref.
18556         * config/mmix/mmix-protos.h (mmix_function_arg_pass_by_reference): Kill.
18557         * config/mmix/mmix.c (TARGET_PASS_BY_REFERENCE): New.
18558         (mmix_pass_by_reference): Rename from
18559         mmix_function_arg_pass_by_reference.
18560         * config/mmix/mmix.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18561         (FUNCTION_ARG_CALLEE_COPIES): True.
18562         * config/mn10300/mn10300.c (TARGET_PASS_BY_REFERENCE): New.
18563         (mn10300_pass_by_reference): New.
18564         * config/mn10300/mn10300.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18565         (FUNCTION_ARG_CALLEE_COPIES): True.
18566         * config/pa/pa.c (pa_pass_by_reference): New.
18567         (TARGET_PASS_BY_REFERENCE): New.
18568         * config/pa/pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18569         (FUNCTION_ARG_CALLEE_COPIES): True.
18570         * config/rs6000/rs6000-protos.h (function_arg_pass_by_reference): Kill.
18571         * config/rs6000/rs6000.c (TARGET_PASS_BY_REFERENCE): New.
18572         (rs6000_pass_by_reference): Rename from function_arg_pass_by_reference.
18573         * config/rs6000/rs6000.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18574         * config/s390/s390-protos.h (s390_function_arg_pass_by_reference): Kill.
18575         * config/s390/s390.c (TARGET_PASS_BY_REFERENCE): New.
18576         (s390_pass_by_reference): Rename from
18577         s390_function_arg_pass_by_reference.
18578         (s390_function_arg_advance): Don't query pass-by-ref.
18579         (s390_function_arg): Likewise.
18580         (s390_gimplify_va_arg): Use pass_by_reference.
18581         (s390_call_saved_register_used): Likewise.
18582         * config/s390/s390.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18583         * config/sh/sh.c (TARGET_PASS_BY_REFERENCE): New.
18584         (shcompact_byref, sh_pass_by_reference): New.
18585         * config/sh/sh.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18586         (SHCOMPACT_BYREF): Remove.
18587         * config/sparc/sparc-protos.h (function_arg_pass_by_reference): Kill.
18588         * config/sparc/sparc.c (TARGET_PASS_BY_REFERENCE): New.
18589         (sparc_pass_by_reference): Rename from function_arg_pass_by_reference.
18590         (sparc_gimplify_va_arg): Use pass_by_reference.
18591         * config/sparc/sparc.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18592         * config/stormy16/stormy16.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18593         * config/v850/v850.c (TARGET_PASS_BY_REFERENCE): New.
18594         (v850_pass_by_reference): New.
18595         * config/v850/v850.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18596         (FUNCTION_ARG_CALLEE_COPIES): True.
18597         * doc/tm.texi (TARGET_PASS_BY_REFERENCE): Update from
18598         FUNCTION_ARG_PASS_BY_REFERENCE docs.
18599
18600 2004-07-14  Richard Henderson  <rth@redhat.com>
18601             Richard Sandiford  <rsandifo@redhat.com>
18602
18603         * config/mips/mips-protos.h (mips_va_arg): Delete.
18604         * config/mips/mips.h (EXPAND_BUILTIN_VA_ARG): Delete.
18605         * config/mips/mips.c: Include tree-gimple.h.
18606         (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
18607         (mips_arg_info): Remove special handling of must_pass_in_stck args.
18608         (mips_gimplify_va_arg_expr): Rewritten from mips_va_arg.
18609         (function_arg_pass_by_reference): Return true if must_pass_in_stack.
18610
18611 2004-07-13  Bob Wilson  <bob.wilson@acm.org>
18612
18613         * config/xtensa/xtensa.c (xtensa_gimplify_va_arg_expr): Swap
18614         arguments for COND_EXPR in big-endian adjustment code.
18615
18616 2004-07-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18617
18618         * pa-64.h (ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Delete.
18619         * pa.h (ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Modify for hppa64.
18620         * pa32-regs.h (REG_ALLOC_ORDER): Reorder caller-saved registers.
18621         * pa64-regs.h (REG_ALLOC_ORDER): Likewise.
18622
18623 2004-07-13  Diego Novillo  <dnovillo@redhat.com>
18624
18625         PR tree-optimization/16443
18626         * tree-ssa-alias.c: Add more description for
18627         CALL_CLOBBERED_VARS and ADDRESSABLE_VARS.
18628         * tree-ssa-operands.c (get_asm_expr_operands): Re-order the
18629         clobbering of call-clobbered and addressable variables.  If
18630         there are any before aliases have been computed, add them.
18631
18632 2004-07-13  Diego Novillo  <dnovillo@redhat.com>
18633
18634         * tree-optimize.c (execute_todo): Flush DUMP_FILE before
18635         verification.
18636
18637 2004-07-13  Ulrich Weigand  <uweigand@de.ibm.com>
18638
18639         * config/s390/s390.c (s390_gimplify_va_arg): Use size_int instead
18640         of build_int_2.  Convert both operands of PLUS_EXPR and MULT_EXPR
18641         to the same type.
18642
18643 2004-07-13  Per Bothner  <per@bothner.com>
18644
18645         * collect2.c (main):  Handle --no-demangle and --demangle flags.
18646
18647 2004-07-13  Sebastian Pop  <pop@cri.ensmp.fr>
18648
18649         * Makefile.in (OBJS-common): Add tree-data-ref.o.
18650         (tree-scalar-evolution.o): Add missing dependences on tree-pass.h flags.h.
18651         (tree-data-ref.o): New rule.
18652         * lambda.h: New file.
18653         * tree-data-ref.c: New file.
18654         * tree-data-ref.h: New file.
18655         * tree.c (int_cst_value, tree_fold_gcd): New functions.
18656         * tree.h (int_cst_value, tree_fold_gcd): Declared here.
18657
18658 2004-07-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
18659
18660         PR target/13926
18661         * config/sparc/sparc-protos.h (output_ubranch): New prototype.
18662         * config/sparc/sparc.c (output_ubranch): New function.
18663         * config/sparc/sparc.md (jump pattern): Use it.
18664
18665 2004-07-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
18666
18667         PR target/16494
18668         * config/sparc/sparc.c (output_cbranch): Properly guard
18669         the code handling far branches with TARGET_V9.
18670         * config/sparc/sparc.md (length attribute): Document the
18671         side-effect of having a length greater or equal to 3.
18672
18673 2004-07-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
18674             Lloyd Parkes  <lloyd@must-have-coffee.gen.nz>
18675
18676         PR target/15186
18677         * config/sparc/sol2-bi.h (LINK_ARCH64_SPEC_BASE): Pass
18678         /usr/ucblib/sparcv9 as -R path when -compat-bsd is specified.
18679
18680 2004-07-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
18681             Martin Sebor  <sebor@roguewave.com>
18682
18683         PR target/12602
18684         * doc/invoke.texi (SPARC options): Document -threads
18685         and -pthreads on Solaris.
18686
18687 2004-07-13  Richard Henderson  <rth@redhat.com>
18688
18689         * builtins.c (std_gimplify_va_arg_expr): Handle types passed
18690         by reference.
18691         (ind_gimplify_va_arg_expr): Remove.
18692         * tree.h (ind_gimplify_va_arg_expr): Remove.
18693         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Don't use it.
18694         * config/mmix/mmix.c (mmix_function_arg_pass_by_reference): Allow
18695         argsp to be null.
18696
18697         * config/arc/arc.c (arc_gimplify_va_arg_expr): Remove.
18698         (TARGET_GIMPLIFY_VA_ARG_EXPR): Remove.
18699         * config/cris/cris.c, config/fr30/fr30.c, config/frv/frv.c,
18700         config/iq2000/iq2000.c, config/m32r/m32r.c, config/mmix/mmix.c,
18701         config/mn10300/mn10300.c, config/v850/v850.c: Similarly.
18702
18703 2004-07-13  Richard Henderson  <rth@redhat.com>
18704
18705         * function.c (pass_by_reference): New.
18706         (assign_parm_find_data_types): Use it.
18707         * calls.c (initialize_argument_information): Likewise.
18708         (emit_library_call_value_1): Likewise.
18709         * expr.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18710         * function.h (pass_by_reference): Declare.
18711
18712 2004-07-13  Richard Henderson  <rth@redhat.com>
18713
18714         * target-def.h (TARGET_MUST_PASS_IN_STACK): New.
18715         * target.h (struct gcc_target): Add calls.must_pass_in_stack.
18716         * expr.h (MUST_PASS_IN_STACK): Remove.
18717         * system.h (MUST_PASS_IN_STACK): Poison.
18718         * tree.h (must_pass_in_stack_var_size): Declare.
18719         (must_pass_in_stack_var_size_or_pad): Declare.
18720         * calls.c (must_pass_in_stack_var_size): New.
18721         (must_pass_in_stack_var_size_or_pad): Rename from
18722         default_must_pass_in_stack.
18723         * config/alpha/alpha.c (unicosmk_must_pass_in_stack): New.
18724         (TARGET_MUST_PASS_IN_STACK): New.
18725         * config/alpha/unicosmk.h (MUST_PASS_IN_STACK): Remove.
18726         * config/fr30/fr30.c (fr30_must_pass_in_stack): New.
18727         (TARGET_MUST_PASS_IN_STACK): New.
18728         * config/fr30/fr30.h (MUST_PASS_IN_STACK): Remove.
18729         * config/frv/frv.c (frv_must_pass_in_stack): New.
18730         (TARGET_MUST_PASS_IN_STACK): New.
18731         * config/frv/frv.h (MUST_PASS_IN_STACK): Remove.
18732         * config/i386/i386-protos.h (ix86_must_pass_in_stack): Remove.
18733         * config/i386/i386.c (TARGET_MUST_PASS_IN_STACK): New.
18734         (ix86_must_pass_in_stack): Make static.
18735         * config/i386/i386.h (MUST_PASS_IN_STACK): Remove.
18736         * config/ia64/ia64.c (TARGET_MUST_PASS_IN_STACK): New.
18737         * config/ia64/ia64.h (MUST_PASS_IN_STACK): Remove.
18738         * config/m32r/m32r.c (TARGET_MUST_PASS_IN_STACK): New.
18739         * config/m32r/m32r.h (MUST_PASS_IN_STACK): Remove.
18740         * config/mcore/mcore-protos.h (mcore_must_pass_on_stack): Remove.
18741         * config/mcore/mcore.c (TARGET_MUST_PASS_IN_STACK): New.
18742         (mcore_must_pass_on_stack): Remove.
18743         * config/mcore/mcore.h (MUST_PASS_IN_STACK): Remove.
18744         * config/mips/mips.c (TARGET_MUST_PASS_IN_STACK): New.
18745         * config/mips/mips.h (MUST_PASS_IN_STACK): Remove.
18746         * config/pa/pa.c (TARGET_MUST_PASS_IN_STACK): New.
18747         * config/pa/pa.h (MUST_PASS_IN_STACK): Remove.
18748         * config/rs6000/aix.h (MUST_PASS_IN_STACK): Remove.
18749         * config/rs6000/linux64.h (MUST_PASS_IN_STACK): Remove.
18750         * config/rs6000/rs6000.c (rs6000_must_pass_in_stack): New.
18751         (TARGET_MUST_PASS_IN_STACK): New.
18752         * config/sh/sh.c (TARGET_MUST_PASS_IN_STACK): New.
18753         * config/sh/sh.h (MUST_PASS_IN_STACK): Remove.
18754         * config/sparc/sparc.c (TARGET_MUST_PASS_IN_STACK): New.
18755         * config/sparc/sparc.h (MUST_PASS_IN_STACK): Remove.
18756         * config/xtensa/xtensa.c (TARGET_MUST_PASS_IN_STACK): New.
18757         * config/xtensa/xtensa.h (MUST_PASS_IN_STACK): Remove.
18758         * doc/tm.texi (TARGET_MUST_PASS_IN_STACK): Update from
18759         MUST_PASS_IN_STACK.
18760
18761         * calls.c, function.c, config/alpha/alpha.c, config/alpha/alpha.h,
18762         config/alpha/unicosmk.h, config/alpha/vms.h, config/c4x/c4x.c,
18763         config/cris/cris.h, config/fr30/fr30.c, config/fr30/fr30.h,
18764         config/frv/frv.c, config/i386/i386.c, config/iq2000/iq2000.c,
18765         config/mcore/mcore.c, config/mcore/mcore.h, config/mips/mips.c,
18766         config/mmix/mmix.c, config/mmix/mmix.h, config/rs6000/rs6000.c,
18767         config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
18768         config/xtensa/xtensa.c: Use target hook.
18769
18770 2004-07-13  Anthony Heading  <aheading@jpmorgan.com>
18771
18772         * configure.ac (gcc_cv_as_offsetable_lo10): Fix a typo.
18773         * configure: Rebuilt.
18774
18775 2004-07-13  Richard Sandiford  <rsandifo@redhat.com>
18776
18777         * doc/invoke.texi: Remove documentation for MIPS -mrnames option.
18778         * config/mips/mips.h (mips_reg_names): Don't declare.
18779         (MASK_NAME_REGS): Delete.  Shuffle other MASK_* values down.
18780         (TARGET_NAME_REGS): Delete.
18781         (TARGET_SWITCHES): Remove -mrnames.
18782         (REGISTER_NAMES): Initialise with the old contents of mips_reg_names[].
18783         (ADDITIONAL_REGISTER_NAMES): Remove entries for names mentioned
18784         in REGISTER_NAMES.
18785         * config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Delete.
18786         (override_options): Remove handling of TARGET_NAME_REGS.
18787
18788 2004-07-13  Richard Sandiford  <rsandifo@redhat.com>
18789
18790         * config/mips/mips.h (TARGET_*): Boolify.
18791
18792 2004-07-12  Nick Clifton  <nickc@redhat.com>
18793
18794         * config.gcc: Add sh-*-symbianelf target.
18795         * config/sh/sh.c: Add new target macros:
18796         TARGET_ENCODE_SECTION_INFO, TARGET_STRIP_NAME_ENCODING,
18797         TARGET_CXX_IMPORT_EXPORT_CLASS.
18798         (sh_file_start): Create a definition of the .directive section.
18799         (sh_attribute): Add dllimport and dllexport attributes.
18800         * config/sh/symbian-pre.h: New file.
18801         * config/sh/symbian-post.h: New file.
18802         * config/sh/symbian.c: New file. Contains Symbian specific
18803         functions.
18804         * config/sh/sh-protos.h: Add prototypes for new functions
18805         provided by symbian.c.
18806         * config/sh/t-symbian: New file.
18807         * doc/extend.texi: Document support for dllimport and dllexport
18808         attributes by the sh-symbianelf target.
18809
18810 2004-07-12  James E Wilson  <wilson@specifixinc.com>
18811
18812         * Makefile.in (AR): Use @AR@ not ar.
18813         (NM): New.
18814         (AR_FOR_TARGET): Use $(AR) not ar for native.
18815         (NM_FOR_TARGET): Use $(NM) not nm for native.
18816         * configure.ac: Add AC_CHECK_PROG calls for NM and AR.
18817         * configure: Regenerate.
18818
18819 2004-07-12  David S. Miller  <davem@nuts.davemloft.net>
18820
18821         * config/sparc/sparc.md (ashlsi3): Eliminate const 1
18822         special case.
18823         (ashldi3_sp64): Likewise.
18824
18825 2004-07-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18826
18827         PR target/16477
18828         * pa.c (function_arg): Update comment.
18829         * pa.h (BLOCK_REG_PADDING): Define.
18830
18831 2004-07-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
18832
18833         PR tree-optimization/16461
18834         * tree-tailcall.c (independent_of_stmt_p): Handle non-SSA name
18835         arguments of phi nodes.
18836
18837 2004-07-12  Devang Patel  <dpatel@apple.com>
18838
18839         * doc/invoke.texi (Darwin Options): Document -gused and -gfull.
18840
18841 2004-07-12  Steve Ellcey  <sje@cup.hp.com>
18842
18843         * function.c (expand_function_start): Ensure r_save is in Pmode.
18844         * calls.c (prepare_call_address): Ensure static_chain_value is
18845         in Pmode.
18846         * builtins.c (expand_builtin_nonlocal_goto): Ensure r_label and
18847         r_save_area are in Pmode.
18848         * config/ia64/ia64.c (ia64_initialize_trampoline): Ensure addr,
18849         fnaddr, and static_chain are in Pmode.
18850
18851 2004-07-12  Vladimir Makarov  <vmakarov@redhat.com>
18852
18853         PR target/16445
18854         * config/ia64/ia64.c (bundling): Don't count ignored insns.
18855
18856 2004-07-12  Richard Henderson  <rth@redhat.com>
18857
18858         * target.h (struct gcc_target): Move gimplify_va_arg_expr
18859         next to build_builtin_va_list.
18860         * target-def.h (TARGET_GIMPLIFY_VA_ARG_EXPR): Update to match.
18861         * builtins.c (gimplify_va_arg_expr): Likewise.
18862         * gimplify.c (copy_if_shared_r): Likewise.
18863
18864 2004-07-12  Alexandre Oliva  <aoliva@redhat.com>
18865
18866         * passes.c (rest_of_decl_compilation): Don't defer call of
18867         assemble_variable if its DECL_RTL is already set.
18868
18869 2004-07-12  Sebastian Pop  <pop@cri.ensmp.fr>
18870
18871         * cfgloop.h (struct loop): Add nb_iterations field.
18872         (current_loops): Declare.
18873         * tree-chrec.c (chrec_not_analyzed_yet,
18874         chrec_dont_know, chrec_known, count_ev_in_wider_type,
18875         chrec_contains_symbols_defined_in_loop): Remove the temporary
18876         hooks.
18877         * tree-flow-inline.h (loop_containing_stmt): New function.
18878         * tree-scalar-evolution.c: Add implementation.
18879         * tree-scalar-evolution.h: Add declarations.
18880
18881 2004-07-12 Vladimir Makarov <vmakarov@redhat.com>
18882
18883         PR rtl-optimization/15921
18884         * Makefile.in (global.o): Add recog.h.
18885
18886         * global.c (recog.h): Add the include-clause.
18887         (bb_info): New member earlyclobber.
18888         (allocate_bb_info, free_bb_info): Initialize/finish the new
18889         member.
18890         (earlyclobber_regclass, earlyclobber_regclass_length): The new
18891         global variables.
18892         (check_earlyclobber, regclass_intersect,
18893         mark_reg_use_for_earlyclobber, mark_reg_use_for_earlyclobber_1):
18894         New functions.
18895         (calculate_local_reg_bb_info): Calculate value of earlyclobber.
18896         (make_accurate_live_analysis): Modify pavin.
18897
18898 2004-07-12  Diego Novillo  <dnovillo@redhat.com>
18899
18900         * tree-cfg.c (find_taken_edge): Statically compute the truth
18901         value of a predicate comparing an SSA_NAME to itself.
18902
18903 2004-07-12  Roger Sayle  <roger@eyesopen.com>
18904
18905         * config/rs6000/rs6000.c (rs6000_rtx_costs): Indicate that the
18906         rs6000 doesn't have shift-and-add or shift-and-sub instructions
18907         by returning the cost of a multiplication plus an addition.
18908
18909 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
18910
18911         PR tree-optimization/14107
18912         * gimplify.c (gimplify_return_expr): Accept a
18913         RETURN_EXPR with an error argument.
18914         * tree-optimize.c (init_tree_optimization_passes):
18915         Run pass_warn_function_return at -O0.
18916
18917 2004-07-12  Roger Sayle  <roger@eyesopen.com>
18918
18919         * doc/invoke.texi: Correct -fasynchronous-unwind-tables option
18920         index entry.
18921
18922 2004-07-12  Richard Sandiford  <rsandifo@redhat.com>
18923
18924         * config/mips/mips.c (mips_use_dfa_pipeline_interface): Delete.
18925         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
18926         * config/mips/3000.md: Add copyright notice.  Remove automota and
18927         function units; use generic ones instead.  Only define reservations
18928         for things that are different from generic.md.  Extend each clause
18929         to include r3900.
18930         * config/mips/{4000,4100,4300,4600,5000,6000,generic}.md: New files.
18931         * config/mips/mips.md: Include them. Remove define_function_units.
18932         (alu, imuldiv): New automata and units.
18933
18934 2004-07-12  Ben Elliston  <bje@au.ibm.com>
18935
18936         * doc/invoke.texi (Optimize Options): Document -frename-registers
18937         not being enabled by default at -O3.
18938
18939 2004-07-11  Roger Sayle  <roger@eyesopen.com>
18940
18941         * fold-const.c (fold) <PLUS_EXPR>: Canonicalize X + -C as X - C for
18942         floating point additions, to keep real immediate constant positive.
18943         <MINUS_EXPR>:  For floating point subtractions, only transform X - -C
18944         into X + C, and leave positive real constants as X - C.
18945
18946 2004-07-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18947
18948         * pa.c (hppa_gimplify_va_arg_expr): Remove comment.
18949
18950 2004-07-11  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
18951
18952         PR tree-optimization/15654
18953         * tree-tailcall.c (eliminate_tail_call): Remove unreachable code.
18954
18955 2004-07-11  Roger Sayle  <roger@eyesopen.com>
18956
18957         * builtins.c (fold_builtin_fputs): Don't bother converting the
18958         return type to integer_type_node, as we've already checked that
18959         the result will be ignored.
18960
18961         * tree-eh.c (tree_could_trap_p): Add support for -ftrapv such
18962         that signed addition, subtraction, multiplication, division,
18963         remainder, negation and absolute value may potentially trap.
18964
18965         * fold-const.c (fold_ignored_result): New function to strip
18966         non-side-effecting tree nodes from an expression whose result
18967         is ignored.
18968         (fold_convert): Call fold_ignored_result when casting a value
18969         to VOID_TYPE.
18970         (omit_one_operand):  Call fold_ignored_result on the "omitted"
18971         operand when building a COMPOUND_EXPR.
18972         (pedantic_omit_one_operand): Likewise.
18973         * tree.h (fold_ignored_result): Prototype here.
18974         * tree-ssa-ccp.c (ccp_fold_builtin): Call fold_ignored_result
18975         when we're going to ignore the result.
18976
18977 2004-07-11  Richard Henderson  <rth@redhat.com>
18978
18979         PR tree-opt/16383
18980         * tree-ssa-ccp.c (fold_stmt_r): Split out...
18981         * tree.c (fields_compatible_p, find_compatible_field): ... new.
18982         * tree.h (fields_compatible_p, find_compatible_field): Declare.
18983         * tree-sra.c (sra_hash_tree): Hash fields by offset.
18984         (sra_elt_eq): Use fields_compatible_p.
18985         (generate_one_element_ref): Use find_compatible_field.
18986
18987 2004-07-11  Richard Henderson  <rth@redhat.com>
18988
18989         PR tree-opt/16422
18990         * tree-sra.c (generate_one_element_init): New.
18991         (generate_element_init): Use it.
18992         (scalarize_init): Push/pop gimplify context around it.
18993         (find_new_referenced_vars_1, find_new_referenced_vars): New.
18994         * gimplify.c (gimplify_expr): Allow SSA_NAME.
18995
18996 2004-07-11  Roger Sayle  <roger@eyesopen.com>
18997
18998         * rtlanal.c (insn_rtx_cost): New function, moved and renamed from
18999         combine.c's combine_insn_cost.
19000         * rtl.h (insn_rtx_cost): Prototype here.
19001         * combine.c (combine_insn_cost): Delete function.
19002         (combine_validate_cost): Update callers of combine_insn_cost to
19003         call insn_rtx_cost instead.
19004         (combine_instructions): Likewise.  Use NONJUMP_INSN_P to avoid
19005         requesting the rtx_cost of call and/or jump instructions.
19006
19007         * ifcvt.c (total_bb_rtx_cost): Use insn_rtx_cost instead of calling
19008         rtx_cost directly.  Don't request/use the cost of call or jump
19009         instructions.  Return -1 if the cost of any instruction can't be
19010         determined (or the BB contains a function call).
19011         (find_if_case_1): Abort transformation if total_bb_rtx_cost returns
19012         -1 (i.e. can't determine the cost of any instruction or the basic
19013         block contains a subroutine call).
19014         (find_if_case_2): Likewise.
19015
19016 2004-07-11  Roger Sayle  <roger@eyesopen.com>
19017
19018         * rs6000.c (struct processor_costs): Change semantics of fields to
19019         include the COST_N_INSNS scaling, and update all initializers.
19020         (rs6000_rtx_costs): Don't use COSTS_N_INSNS on rs6000_cost fields.
19021         Use COSTS_N_INSNS(1) for NOT, SIGN_EXTEND, ZERO_EXTEND and COMPARE.
19022         Use rs6000_cost->fp for both FLOAT_TRUNCATE and UNSPEC_FRSP.  When
19023         optimizing for size, use COSTS_N_INSNS(1) for CALL and IF_THEN_ELSE.
19024
19025 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
19026
19027         * LANGUAGES: Remove obsolete information.
19028
19029 2004-07-11  Ulrich Weigand  <uweigand@de.ibm.com>
19030
19031         * config/s390/linux.h (MD_FALLBACK_FRAME_STATE_FOR): For SIGSEGV and
19032         SIGBUS signal frames, the PSW address points *to* the faulting
19033         instruction, not after it.
19034
19035 2004-07-11  Ulrich Weigand  <uweigand@de.ibm.com>
19036
19037         * config/s390/s390.c (legitimize_tls_address): Handle constant offsets
19038         added to TLS symbol addresses.
19039
19040 2004-07-11  Richard Henderson  <rth@redhat.com>
19041
19042         * expmed.c (init_expmed): Use stack-local structures for
19043         temporary rtl.  Don't recognize shifts.
19044
19045 2004-07-11  Richard Henderson  <rth@redhat.com>
19046
19047         * expr.c (store_expr): Don't fiddle subreg promotion for types
19048         with precision smaller than the mode.
19049
19050 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
19051
19052         * tree.h (all_types_permanent): Remove.
19053
19054 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
19055
19056         * langhooks.h (estimate_num_insns, pushlevel, poplevel, set_block,
19057         maybe_build_cleanup, update_decl_after_saving): Remove hooks.
19058         * langhooks.c (lhd_clear_binding_stack): Remove.
19059         * langhooks-def.h (lhd_clear_binding_stack,
19060         LANG_HOOKS_MAYBE_BUILD_CLEANUP,
19061         LANG_HOOKS_UPDATE_DECL_AFTER_SAVING,
19062         LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS, LANG_HOOKS_PUSHLEVEL,
19063         LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK): Remove.
19064         (LANG_HOOKS_CLEAR_BINDING_STACK): Define to lhd_do_nothing.
19065         * system.h (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS,
19066         LANG_HOOKS_PUSHLEVEL, LANG_HOOKS_SET_BLOCK,
19067         LANG_HOOKS_MAYBE_BUILD_CLEANUP,
19068         LANG_HOOKS_UPDATE_DECL_AFTER_SAVING, LANG_HOOKS_POPLEVEL): Poison.
19069         * tree.h (poplevel): Don't declare.
19070         * c-lang.c (LANG_HOOKS_CLEAR_BINDING_STACK, LANG_HOOKS_PUSHLEVEL,
19071         LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK): Remove.
19072         * objc/objc-lang.c (LANG_HOOKS_CLEAR_BINDING_STACK,
19073         LANG_HOOKS_PUSHLEVEL, LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK):
19074         Remove.
19075
19076 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
19077
19078         PR tree-optimization/16437
19079         * c-common.c (shorten_compare): Don't mark result of conversion to
19080         narrower signed type as overflowing.
19081         * fold-const.c (decode_field_reference): Determine whether
19082         signedness comes from outer type using precision rather than size.
19083
19084 2004-07-11  Phil Edwards  <phil@codesourcery.com>
19085
19086         * configure.ac:  Alphabetize --enable-checking list, add
19087         missing valgrind entry.
19088         * configure:  Regenerate.
19089
19090 2004-07-11  Phil Edwards  <phil@codesourcery.com>
19091
19092         * doc/install.texi (Testing):  Fix syntax in "make check" example.
19093
19094 2004-07-10  James E Wilson  <wilson@specifixinc.com>
19095
19096         * config/gofast.h (gofast_maybe_init_libfuncs): Use SImode for litodp.
19097
19098 2004-07-10  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
19099
19100         PR rtl-optimization/16001
19101         * loop-iv.c (iv_number_of_iterations): Prevent copy propagation in
19102         niter_expr.
19103
19104 2004-07-10  Geoffrey Keating  <geoffk@apple.com>
19105
19106         * config/darwin.h (LINK_COMMAND_SPEC): Don't call c++filt.
19107
19108 2004-07-10  Steve Kargl  <sgk@troutmask.apl.washington.edu>
19109             James Morrison  <phython@gcc.gnu.org>
19110
19111         * doc/contrib.texi (Contributors): Add gfortran contributors and
19112         fix a couple of typos.
19113
19114 2004-07-10  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
19115
19116         PR rtl-optimization/15387
19117         * calls.c (check_sibcall_argument_overlap_1): Handle pointers
19118         to incoming args space correctly.
19119
19120 2004-07-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19121
19122         * pa.c (output_indirect_call): Only use %r2 as the link register in
19123         indirect calls with the long PA 2.0 pc-relative branch.
19124
19125 2004-07-10  Daniel Jacobowitz  <dan@debian.org>
19126
19127         * config/i386/i386.c (override_options): Pick a 64-bit CPU
19128         for the default tuning if TARGET_64BIT.
19129
19130 2004-07-10  Richard Henderson  <rth@redhat.com>
19131
19132         * builtins.c (std_gimplify_va_arg_expr): Widen align/boundary
19133         to HOST_WIDE_INT.  Fold pad-args-down arithmetic.
19134
19135 2004-07-10  Jakub Jelinek  <jakub@redhat.com>
19136
19137         * expr.h (store_bit_field, extract_bit_field): Remove last argument.
19138         * expmed.c (store_bit_field, extract_bit_field): Remove last
19139         argument.
19140         * builtins.c (expand_builtin_signbit): Adjust callers.
19141         * optabs.c (expand_vector_binop, expand_vector_unop): Likewise.
19142         * calls.c (store_unaligned_arguments_into_pseudos): Likewise.
19143         * ifcvt.c (noce_emit_move_insn): Likewise.
19144         * stmt.c (expand_return): Likewise.
19145         * expr.c (emit_group_load, emit_group_store, copy_blkmode_from_reg,
19146         store_field, expand_expr_real_1): Likewise.
19147
19148 2004-07-10  Richard Henderson  <rth@redhat.com>
19149
19150         * builtins.c (std_gimplify_va_arg_expr): Fix borked BIT_AND_EXPR.
19151
19152 2004-07-09  Mike Stump  <mrs@apple.com>
19153
19154         * config/darwin.c (no_dead_strip): Add.
19155         (HAVE_DEAD_STRIP): Add.
19156         (darwin_emit_unwind_label): Ensure that we don't dead code strip
19157         the .eh label.
19158
19159 2004-07-09  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
19160
19161         * tree-ssa-loop-im.c: New file.
19162         * Makefile.in (tree-ssa-loop-im.o): Add.
19163         * cfgloop.c (superloop_at_depth): New function.
19164         * cfgloop.h (superloop_at_depth): Declare.
19165         * common.opt (ftree-lim): New flag.
19166         * expr.c (array_ref_up_bound): New function.
19167         * params.def (PARAM_LIM_EXPENSIVE): New parameter.
19168         * timevar.def (TV_LIM): New timevar.
19169         * tree-dfa.c (compute_immediate_uses): Respect TDFA_USE flags when
19170         computing immediate uses of a phi node.
19171         * tree-flow.h (struct tree_ann_common_d): Add aux field.
19172         (loop_commit_inserts, for_each_index, tree_ssa_lim): Declare.
19173         * tree-optimize.c (init_tree_optimization_passes): Add pass_lim.
19174         * tree-pass.h (pass_lim): Declare.
19175         * tree-ssa-loop.c (tree_ssa_loop_im, gate_tree_ssa_loop_im): New
19176         functions.
19177         (pass_lim): New pass structure.
19178         * tree-eh.c (tree_could_trap_p): Handle ARRAY_REFs correctly.
19179         * tree.c (in_array_bounds_p): New function.
19180         * tree.h (TREE_THIS_NOTRAP): Define also for ARRAY_REFs.
19181         (in_array_bounds_p, array_ref_up_bound): Declare.
19182         * doc/invoke.texi (-ftree-lim, --param lim-expensive): Document.
19183         * doc/passes.texi (tree-ssa-loop-im.c): Document.
19184
19185 2004-07-09  Richard Henderson  <rth@redhat.com>
19186
19187         * builtins.c (expand_builtin_stpcpy): Don't modify len.
19188
19189         * tree-ssa-ccp.c (ccp_fold_builtin): Strip conversion exprs
19190         with prejudice.
19191
19192 2004-07-10  Kelley Cook  <kcook@gcc.gnu.org>
19193
19194         * flags.h: Delete redundant prototypes that are being generated
19195         in options.h from common.opt.
19196         * common.opt: Add in the expository comments formerly in flags.h.
19197
19198 2004-07-09  Jan Beulich  <jbeulich@novell.com>
19199
19200         * config/i386/i386.c (init_cumulative_args): Set mmx/sse registers
19201         available for use only when TARGET_MMX/_SSE is set, and check for
19202         variable argument function if any register count is non-zero.
19203         (function_arg): Correctly suppress repeated warnings for passing SSE
19204         vectors are arguments without SSE enabled.
19205         (ix86_function_arg_boundary): Without SSE enabled, the use of what
19206         would be SSE register modes does no longer influence the alignment.
19207
19208 2004-07-09  Richard Henderson  <rth@redhat.com>
19209
19210         * builtins.c (std_gimplify_va_arg_expr): Deny ARGS_GROW_DOWNWARD.
19211         Always align upward to arg boundary.  Use size_in_bytes/round_up.
19212         Maintain type-correctness of constants.
19213         * stor-layout.c (round_up, round_down): Special-case powers of 2.
19214
19215 2004-07-09  David S. Miller  <davem@nuts.davemloft.net>
19216
19217         * config/sparc/sparc.c (*_costs): Scale instruction costs
19218         by COSTS_N_INSNS.
19219         (sparc_rtx_costs): Adjust as appropriate.
19220
19221 2004-07-09  Jan Beulich  <jbeulich@novell.com>
19222
19223         * config/i386/mm3dnow.h: New.
19224         * config.gcc: Add mm3dnow.h to extra_headers for i?86 and x86-64.
19225
19226 2004-07-09  Richard Henderson  <rth@redhat.com>
19227
19228         * simplify-rtx.c (simplify_const_relational_operation): Only
19229         look at bounds of scalar integers.
19230
19231 2004-07-09  Jan Beulich  <jbeulich@novell.com>
19232
19233         * config/i386/i386.md (sse2_clflush): Use correct operand for clflush.
19234
19235 2004-07-09  Andrew Pinski  <apinski@apple.com>
19236
19237         * objc/objc-act.c (build_module_descriptor): Mark UOBJC_MODULES_decl as
19238         always referenced.
19239         (synth_forward_declarations): Likewise for UOBJC_CLASS_decl and
19240         UOBJC_METACLASS_decl.
19241
19242 2004-07-09  James E Wilson  <wilson@specifixinc.com>
19243
19244         PR target/16364
19245         * config/ia64/ia64.c (ia64_function_arg): For a single element HFA,
19246         do return a parallel if hfa_mode == XFmode and mode == TImode.
19247
19248 2004-07-09  Jan Beulich  <jbeulich@novell.com>
19249
19250         * c-typeck.c (build_unary_op): include VECTOR_TYPE in set of codes
19251         permissible for unary plus.
19252
19253 2004-07-09  Jan Beulich  <jbeulich@novell.com>
19254
19255         * builtin-types.def (BT_UINT): Rename from BT_UNSIGNED.
19256         (BT_FN_UINT): Rename from BT_FN_UNSIGNED.
19257         (BT_FN_PTR_UINT): Rename from BT_FN_PTR_UNSIGNED.
19258         (BT_ULONG, BT_ULONGLONG, BT_UINTMAX, BT_FN_INT_UINT, BT_FN_INT_ULONG,
19259         BT_FN_INT_ULONGLONG, BT_FN_INT_INTMAX, BT_FN_INT_UINTMAX): New.
19260         * builtins.def (BUILTIN_CLZxxx, BUILTIN_CTXxxx, BUILTIN_PARITYxxx,
19261         BUILTIN_POPCOUNTxxx): Arguments are unsigned.
19262         (BUILTIN_xxxIMAX): New.
19263         * builtins.c (expand_builtin): Handle BUILT_IN_FFSIMAX,
19264         BUILT_IN_CLZIMAX, BUILT_IN_CTZIMAX, BUILT_IN_POPCOUNIMAX, and
19265         BUILT_IN_PARITYIMAX.
19266
19267 2004-07-09  David S. Miller  <davem@nuts.davemloft.net>
19268
19269         * config/sparc/sparc.h (processor_costs): Define.
19270         (sparc_costs): Declare.
19271         * config/sparc/sparc.c (cypress_costs, supersparc_costs,
19272         hypersparc_costs, sparclet_costs, ultrasparc_costs,
19273         ultrasparc3_costs): New.
19274         (sparc_override_options): Set sparc_costs as appropriate.
19275         (sparc_rtx_costs): Use sparc_costs instead of messy
19276         conditionals.
19277
19278 2004-07-09  Steven Bosscher  <stevenb@suse.de>
19279
19280         * doc/md.texi (Processor pipeline description): Mention that
19281         the old pipeline description is deprecated.
19282
19283         * config/rs6000/7450.md (automaton ppc7450): Split up, move
19284         mciu_7450 function unit to...
19285         (automaton ppc7450mciu): ...new automaton.
19286
19287         * haifa-sched.c (insert_schedule_bubbles_p): Remove.
19288         (schedule_block): Don't consider inserting bubbles.
19289         (sched_init): Don't initialize DFA bubbles.
19290         * target-def.h (TARGET_SCHED_INIT_DFA_BUBBLES,
19291         TARGET_SCHED_DFA_BUBBLE): Remove.
19292         * target.h (init_dfa_bubbles, dfa_bubble): Remove hooks.
19293         * doc/tm.texi (TARGET_SCHED_INIT_DFA_BUBBLES,
19294         TARGET_SCHED_DFA_BUBBLE): Remove documentation.
19295
19296         * stmt.c (conditional_context): Remove prototype.
19297         * tree.h (conditional_context): Remove.
19298         * tree-cfg.c (pre_insert_on_edge): Remove.
19299
19300         * c-common.h (c_expand_asm_operands): Remove prototype.
19301         * c-typeck.c (c_expand_asm_operands): Remove.
19302
19303 2004-07-09  Jan Beulich  <jbeulich@novell.com>
19304
19305         * config/i386/i386.c (classify_argument): Treat V1xx modes the same as
19306         their base modes. CTImode, TCmode, and XCmode must be passed in memory.
19307         TFmode (__float128) must be is an SSE/SSEUP pair. V2SImode, V4HImode,
19308         and V8QI are class SSE. All sufficiently small remaining vector modes
19309         must be passed in one or two integer registers.
19310         (ix86_libcall_value): TFmode must be returned in xmm0, XCmode must be
19311         returned in memory.
19312         (bdesc_2arg, ix86_init_mmx_sse_builtins): __builtin_ia32_pmuludq and
19313         __builtin_ia32_pmuludq128 have non-uniform argument and return types
19314         and must thus be handled explicitly.
19315         * config/i386/i386.md (*movdi_1_rex64): Add cases for moving between
19316         MMX and XMM regs.
19317         (movv8qi_internal, movv4hi_internal, movv2si_internal,
19318         movv2sf_internal): Permit moving between MMX and XMM registers (since
19319         MMX areguments and return values are passed in XMM registers).
19320         (sse2_umulsidi3): Correct type and mode.
19321
19322 2004-07-09  Richard Henderson  <rth@redhat.com>
19323
19324         * tree-cfg.c (dump_cfg_stats): Fix 64-bit format mismatch errors.
19325
19326 2004-07-09  Eric Christopher  <echristo@redhat.com>
19327
19328         * config/rs6000/40x.md: Split into two automatons.
19329
19330 2004-07-09  Zack Weinberg  <zack@codesourcery.com>
19331             Andrew Pinski  <apinski@apple.com>
19332
19333         * c-opts.c (c_common_post_options): Force unit-at-a-time mode
19334         on when we have more than one input file.
19335         (c_common_parse_file): Restore loop over all input files.
19336         Clarify diagnostic for -dy when YYDEBUG wasn't defined.
19337
19338         * c-decl.c (set_type_context): New function.
19339         (pop_scope): Use it to set context of types.  When we
19340         encounter a TYPE_DECL, set the context of the attached type too.
19341         (pop_file_scope): Don't call cpp_undef_all here.
19342         (diagnose_mismatched_decls): Do not complain about a second
19343         definition of an 'extern inline' function if it's not in the
19344         same translation unit.  Do not complain about inline
19345         declaration after use if the use was in a different
19346         translation unit.
19347         (merge_decls): Don't clobber olddecl's DECL_CONTEXT.
19348         (pushdecl): Do not put DECL_EXTERNAL, !TREE_PUBLIC decls in
19349         the external scope.
19350         (pushdecl_top_level): Likewise.
19351         (grokdeclarator): Clarify what is going on with setting
19352         DECL_EXTERNAL on function types, a little.
19353         (c_write_global_declarations): Don't do anything if
19354         -fsyntax-only or errors have been encountered.
19355
19356 2004-07-09  Zack Weinberg  <zack@codesourcery.com>
19357
19358         * vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument.
19359
19360 2004-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19361
19362         PR target/16459
19363         * pa.c (output_indirect_call): Use %r2 as the link register when
19364         calling $$dyncall with a pc-relative branch.
19365
19366 2004-07-08  Gerald Pfeifer  <gerald@pfeifer.com>
19367
19368         * doc/install.texi (Binaries): Mention OpenPKG.
19369
19370 2004-07-09  Diego Novillo  <dnovillo@redhat.com>
19371
19372         Fix PR tree-optimization/15555
19373         * tree-dfa.c (dump_variable): If the variable is a pointer
19374         SSA_NAME, also dump its points-to information.
19375         * tree-flow.h (struct ptr_info_def): Add field
19376         is_dereferenced.
19377         (dump_points_to_info_for): Declare.
19378         (debug_points_to_info_for): Declare.
19379         * tree-optimize.c (init_tree_optimization_passes): Add a
19380         second alias analysis pass after DOM2.
19381         Move pass_del_pta to a later spot.
19382         * tree-ssa-alias.c (compute_points_to_and_addr_escape): Do not
19383         create a name tags when we find a dereferenced pointer.  Just
19384         mark the pointer dereferenced.
19385         (collect_points_to_info_for): Move code to clear points-to
19386         information to create_name_tags.
19387         (create_name_tags): New function.
19388         (compute_flow_sensitive_aliasing): Call it.
19389         (setup_pointers_and_addressables): Mark type tags for renaming
19390         here instead of ...
19391         (create_memory_tag): ... here.
19392         (merge_pointed_to_info): Do not merge PT_MALLOC attributes.
19393         (dump_points_to_info_for): Declare extern.
19394         (debug_points_to_info_for): New function.
19395
19396 2004-07-09  Paolo Bonzini  <bonzini@gnu.org>
19397
19398         * config/arc/arc.md: Switch to DFA-based scheduler description.
19399         * config/arc/arc.c: Switch to DFA-based scheduler description.
19400
19401 2004-07-09  Richard Earnshaw  <rearnsha@arm.com>
19402
19403         * arm/unknown-elf.h (TARGET_DEFAULT): Don't require an APCS frame
19404         pointer.
19405
19406 2004-07-09  Richard Henderson  <rth@redhat.com>
19407
19408         * config/xtensa/xtensa-protos.h (xtensa_va_arg): Remove.
19409         * config/xtensa/xtensa.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19410         (xtensa_gimplify_va_arg_expr): Rewrite from xtensa_va_arg.
19411         * config/xtensa/xtensa.h (EXPAND_BUILTIN_VA_ARG): Remove.
19412
19413         * config/v850/v850-protos.h (v850_va_arg): Remove.
19414         * config/v850/v850.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19415         (v850_gimplify_va_arg_expr): Rewrite from v850_va_arg.
19416         * config/v850/v850.h (EXPAND_BUILTIN_VA_ARG): Remove.
19417         (FUNCTION_ARG_PASS_BY_REFERENCE): Handle variable size types.
19418         (FUNCTION_ARG_CALLEE_COPIES): Use FUNCTION_ARG_PASS_BY_REFERENCE.
19419
19420 2004-07-09  Richard Earnshaw  <rearnsha@arm.com>
19421
19422         PR target/12133
19423         * arm.c (arm_legitimate_index_p) Allow DFmode for soft-float
19424         and DImode to use +/-4k offset.
19425
19426 2004-07-09  Richard Henderson  <rth@redhat.com>
19427
19428         * config/stormy16/stormy16-protos.h (xstormy16_expand_builtin_va_arg):
19429         Remove.
19430         * config/stormy16/stormy16.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19431         (xstormy16_gimplify_va_arg_expr): Rewrite from
19432         xstormy16_expand_builtin_va_arg.
19433         * config/stormy16/stormy16.h (EXPAND_BUILTIN_VA_ARG): Remove.
19434
19435         * config/sparc/sparc-protos.h (sparc_va_arg): Remove.
19436         * config/sparc/sparc.c (sparc_gimplify_va_arg): Mark static.
19437
19438         * config/sh/sh-protos.h (sh_va_arg): Remove.
19439         * config/sh/sh.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19440         (sh_gimplify_va_arg_expr): Rewrite from sh_va_arg.
19441         * config/sh/sh.h (EXPAND_BUILTIN_VA_ARG): Remove.
19442
19443         * config/pa/pa-protos.h (hppa_va_arg): Remove.
19444         * config/pa/pa.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19445         (hppa_gimplify_va_arg_expr): Rewrite from hppa_va_arg.
19446         * config/pa/pa.h (EXPAND_BUILTIN_VA_ARG): Remove.
19447
19448         * config/mn10300/mn10300-protos.h (mn10300_va_arg): Remove.
19449         * config/mn10300/mn10300.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19450         (mn10300_gimplify_va_arg_expr): Rewrite from mn10300_va_arg.
19451         * config/mn10300/mn10300.h (EXPAND_BUILTIN_VA_ARG): Remove.
19452
19453 2004-07-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
19454
19455         * config/sparc/sparc.md (return): Rewrite length formula.
19456         * config/sparc/sparc.c (output_return): Pass 1 as 5th
19457         argument to final_scan_insn when in a delay slot.
19458         (output_sibcall): Likewise.
19459
19460 2004-07-09  Richard Earnshaw  <rearnsha@arm.com>
19461
19462         * arm.c (arm_cpp_interwork): New variable.
19463         (arm_override_options): Set it if TARGET_INTERWORK was on the command
19464         line.
19465         * arm.h (arm_cpp_interwork): Declare it.
19466         (TARGET_CPU_CPP_BUILTINS): Use it to control definition of
19467         __THUMB_INTERWORK__ in the preprocessor.
19468
19469 2004-07-09  Nathan Sidwell  <nathan@codesourcery.com>
19470
19471         * vec.h (VEC_T_alloc): Fix MEM_STAT_DECL pasto.
19472
19473 2004-07-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
19474
19475         PR target/16416
19476         * config/sparc/sol2-bi.h (OPTION_DEFAULT_SPECS): New macro.
19477         Override default settings to account for -m32 and -m64.
19478
19479 2004-07-08  Randolph Chung  <tausq@debian.org>
19480
19481         * pa32-linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define.
19482
19483 2004-07-09  Alexandre Oliva  <aoliva@redhat.com>
19484
19485         * builtins.c (fold_builtin_strncpy): Make sure len is a constant
19486         before comparing it as such.
19487
19488 2004-07-08  Richard Henderson  <rth@redhat.com>
19489
19490         * builtins.c (std_gimplify_va_arg_expr): Hoist valist into a
19491         temporary.  Use bit arithmetic to align.
19492
19493 2004-07-08  Jerry Quinn  <jlquinn@optonline.net>
19494
19495         * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p,
19496         nonlocal_set_p, init_alias_analysis): Use, LABEL_P, JUMP_P, CALL_P,
19497         NONJUMP_INSN_P, INSN_P, NOTE_P, BARRIER_P.
19498         * bb-reorder.c (mark_bb_for_unlikely_executed_section,
19499         add_labels_and_missing_jumps, find_jump_block,
19500         fix_crossing_unconditional_branches, add_reg_crossing_jump_notes):
19501         Likewise.
19502         * bt-load.c (btr_referenced_p, compute_defs_uses_and_gen,
19503         link_btr_uses, move_btr_def): Likewise.
19504         * builtins.c (expand_builtin_longjmp, expand_builtin_nonlocal_goto,
19505         expand_builtin_expect_jump): Likewise.
19506         * caller-save.c (save_call_clobbered_regs, insert_one_insn): Likewise.
19507         * calls.c (expand_call, emit_library_call_value_1): Likewise.
19508         * cfganal.c (forwarder_block_p): Likewise.
19509         * cfgbuild.c (inside_basic_block_p, count_basic_blocks,
19510         make_label_edge, rtl_make_eh_edge, make_edges, find_basic_blocks_1,
19511         find_bb_boundaries): Likewise.
19512         * cfgcleanup.c (try_simplify_condjump, try_forward_edges,
19513         merge_blocks_move_predecessor_nojumps,
19514         merge_blocks_move_successor_nojumps, insns_match_p,
19515         flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
19516         try_optimize_cfg): Likewise.
19517         * cfgexpand.c (expand_block, construct_exit_block): Likewise.
19518         * cfglayout.c (skip_insns_after_block, label_for_bb,
19519         record_effective_endpoints, insn_locators_initialize,
19520         fixup_reorder_chain, update_unlikely_executed_notes): Likewise.
19521         * cfgmainloop.c (create_loop_notes): Likewise.
19522         * cfgrtl.c (delete_insn, delete_insn_chain,
19523         create_basic_block_structure, rtl_delete_block, free_bb_for_insn,
19524         update_bb_for_insn, rtl_merge_blocks, rtl_can_merge_blocks,
19525         block_label, try_redirect_by_replacing_jump, last_loop_beg_note,
19526         redirect_branch_edge, force_nonfallthru_and_redirect,
19527         rtl_tidy_fallthru_edge, back_edge_of_syntactic_loop_p,
19528         rtl_split_edge, commit_one_edge_insertion, print_rtl_with_bb,
19529         update_br_prob_note, rtl_verify_flow_info_1, rtl_verify_flow_info,
19530         purge_dead_edges, cfg_layout_redirect_edge_and_branch,
19531         cfg_layout_delete_block, cfg_layout_can_merge_blocks_p,
19532         cfg_layout_merge_blocks, rtl_block_ends_with_call_p,
19533         need_fake_edge_p, rtl_flow_call_edges_add): Likewise.
19534         * combine.c (combine_instructions, can_combine_p, try_combine,
19535         find_split_point, record_dead_and_set_regs, reg_dead_at_p,
19536         distribute_notes, distribute_links, insn_cuid): Likewise.
19537         * cse.c (fold_rtx, cse_insn, cse_around_loop,
19538         invalidate_skipped_block, cse_set_around_loop,
19539         cse_end_of_basic_block, cse_main, cse_basic_block,
19540         cse_condition_code_reg): Likewise.
19541         * cselib.c (cselib_process_insn): Likewise.
19542         * ddg.c (create_ddg): Likewise.
19543         * df.c (df_insn_refs_record, df_bb_rd_local_compute, df_insns_modify):
19544         Likewise.
19545         * dwarf2out.c (dwarf2out_stack_adjust, dwarf2out_frame_debug,
19546         gen_label_die, dwarf2out_var_location): Likewise.
19547         * emit-rtl.c (get_first_nonnote_insn, get_last_nonnote_insn,
19548         next_insn, previous_insn, next_nonnote_insn, prev_nonnote_insn,
19549         last_call_insn, active_insn_p, next_label, prev_label,
19550         link_cc0_insns, next_cc0_user, try_split, add_insn_after,
19551         add_insn_before, remove_insn, add_function_usage_to,
19552         reorder_insns, find_line_note, remove_unnecessary_notes,
19553         emit_insn_after_1, classify_insn): Likewise.
19554         * except.c (convert_from_eh_region_ranges_1, emit_to_new_bb_before,
19555         connect_post_landing_pads, sjlj_mark_call_sites,
19556         sjlj_emit_function_enter, sjlj_emit_function_exit, reachable_handlers,
19557         can_throw_internal, can_throw_external, set_nothrow_function_flags,
19558         convert_to_eh_region_ranges): Likewise.
19559         * explow.c (optimize_save_area_alloca): Likewise.
19560         * expr.c (expand_expr_real): Likewise.
19561         * final.c (insn_current_reference_address, compute_alignments,
19562         shorten_branches, final, scan_ahead_for_unlikely_executed_note,
19563         final_scan_insn, output_asm_label, leaf_function_p): Likewise.
19564         * flow.c (first_insn_after_basic_block_note, delete_dead_jumptables,
19565         propagate_block_delete_insn, propagate_one_insn,
19566         init_propagate_block_info, propagate_block, libcall_dead_p,
19567         mark_set_1, attempt_auto_inc, find_auto_inc, try_pre_increment):
19568         Likewise.
19569         * function.c (instantiate_virtual_regs, reorder_blocks_1,
19570         expand_function_start, expand_function_end, contains,
19571         thread_prologue_and_epilogue_insns,
19572         reposition_prologue_and_epilogue_notes): Likewise.
19573         * gcse.c (constprop_register, bypass_conditional_jumps,
19574         insert_insn_end_bb, gcse_after_reload): Likewise.
19575         * genemit.c (gen_expand, gen_split): Likewise.
19576         * genpeep.c (gen_peephole, main): Likewise.
19577         * global.c (build_insn_chain): Likewise.
19578         * graph.c (node_data, print_rtl_graph_with_bb): Likewise.
19579         * haifa-sched.c (unlink_other_notes, unlink_line_notes,
19580         get_block_head_tail, no_real_insns_p, rm_line_notes, save_line_notes,
19581         restore_line_notes, rm_redundant_line_notes, rm_other_notes,
19582         ok_for_early_queue_removal, set_priorities, sched_init): Likewise.
19583         * ifcvt.c (count_bb_insns, first_active_insn, last_active_insn,
19584         cond_exec_process_insns, end_ifcvt_sequence, noce_process_if_block,
19585         merge_if_block, block_jumps_and_fallthru_p, find_if_block,
19586         dead_or_predicable): Likewise.
19587         * integrate.c (try_constants): Likewise.
19588         * jump.c (rebuild_jump_labels, cleanup_barriers,
19589         purge_line_number_notes, init_label_info, mark_all_labels,
19590         squeeze_notes, get_label_before, get_label_after,
19591         reversed_comparison_code_parts, simplejump_p, pc_set,
19592         returnjump_p, onlyjump_p, follow_jumps, mark_jump_label,
19593         delete_barrier, delete_prior_computation, delete_computation,
19594         delete_related_insns, delete_for_peephole, redirect_jump):
19595         Likewise.
19596         * lcm.c (optimize_mode_switching): Likewise.
19597         * local-alloc.c (validate_equiv_mem, update_equiv_regs, block_alloc):
19598         Likewise.
19599         * loop-doloop.c (doloop_valid_p, doloop_optimize): Likewise.
19600         * loop-invariant.c (find_exits, find_invariants_bb): Likewise.
19601         * loop-iv.c (simplify_using_assignment): Likewise.
19602         * loop.c (compute_luids, loop_optimize, scan_loop, libcall_other_reg,
19603         libcall_benefit, skip_consec_insns, move_movables, prescan_loop,
19604         find_and_verify_loops, labels_in_range_p, for_each_insn_in_loop,
19605         loop_bivs_init_find, strength_reduce, check_insn_for_bivs,
19606         check_insn_for_givs, check_final_value, update_giv_derive,
19607         basic_induction_var, product_cheap_p, check_dbra_loop,
19608         loop_insn_first_p, last_use_this_basic_block,
19609         canonicalize_condition, get_condition, loop_regs_scan, load_mems,
19610         try_copy_prop, LOOP_BLOCK_NUM, loop_dump_aux): Likewise.
19611         * modulo-sched.c (doloop_register_get, find_line_note, sms_schedule,
19612         sms_schedule_by_order): Likewise.
19613         * optabs.c (emit_no_conflict_block, emit_libcall_block): Likewise.
19614         * postreload.c (reload_cse_simplify_operands, reload_combine,
19615         reload_cse_move2add): Likewise.
19616         * predict.c (can_predict_insn_p, estimate_probability,
19617         expected_value_to_br_prob, process_note_predictions): Likewise.
19618         * print-rtl.c (print_rtx, print_rtl, print_rtl_single): Likewise.
19619         * profile.c (branch_prob): Likewise.
19620         * ra-build.c (live_out_1, livethrough_conflicts_bb,
19621         detect_webs_set_in_cond_jump): Likewise.
19622         * ra-debug.c (ra_print_rtx_object, ra_debug_insns,
19623         ra_print_rtl_with_bb): Likewise.
19624         * ra-rewrite.c (insert_stores, rewrite_program2): Likewise.
19625         * recog.c (next_insn_tests_no_inequality, find_single_use,
19626         split_all_insns, peephole2_optimize, if_test_bypass_p): Likewise.
19627         * reg-stack.c (next_flags_user, record_label_references,
19628         emit_swap_insn, swap_rtx_condition, subst_stack_regs,
19629         compensate_edge, convert_regs_1): Likewise.
19630         * regclass.c (scan_one_insn): Likewise.
19631         * regmove.c (optimize_reg_copy_1, optimize_reg_copy_2, fixup_match_2,
19632         regmove_optimize, fixup_match_1, single_set_for_csa,
19633         combine_stack_adjustments_for_block): Likewise.
19634         * regrename.c (build_def_use, copyprop_hardreg_forward_1): Likewise.
19635         * reload.c (find_reloads, find_reloads_address_1, subst_reloads,
19636         find_equiv_reg): Likewise.
19637         * reload1.c (reload, calculate_needs_all_insns, set_label_offsets,
19638         reload_as_needed, emit_input_reload_insns, do_output_reload,
19639         delete_output_reload, delete_address_reloads_1, fixup_abnormal_edges):
19640         Likewise.
19641         * reorg.c (find_end_label, emit_delay_sequence,
19642         delete_from_delay_slot, delete_scheduled_jump, optimize_skip,
19643         get_jump_flags, rare_destination, mostly_true_jump,
19644         try_merge_delay_insns, redundant_insn, own_thread_p,
19645         fill_simple_delay_slots, fill_slots_from_thread,
19646         fill_eager_delay_slots, relax_delay_slots, make_return_insns,
19647         dbr_schedule): Likewise.
19648         * resource.c (find_basic_block, next_insn_no_annul,
19649         find_dead_or_set_registers, mark_target_live_regs): Likewise.
19650         * rtl.h (RTX_PREV): Likewise.
19651         * rtlanal.c (global_reg_mentioned_p, no_labels_between_p,
19652         no_jumps_between_p, reg_used_between_p, reg_referenced_between_p,
19653         reg_set_p, find_last_value, dead_or_set_regno_p, find_reg_fusage,
19654         find_regno_fusage, pure_call_p, replace_label, rtx_referenced_p_1,
19655         tablejump_p, computed_jump_p, insns_safe_to_move_p,
19656         find_first_parameter_load, can_hoist_insn_p): Likewise.
19657         * sched-deps.c (get_condition, add_dependence, sched_analyze_2,
19658         sched_analyze_insn, sched_analyze, add_forward_dependence): Likewise.
19659         * sched-ebb.c (fix_basic_block_boundaries, add_deps_for_risky_insns,
19660         schedule_ebbs): Likewise.
19661         * sched-rgn.c (is_cfg_nonregular, find_conditional_protection,
19662         is_conditionally_protected, can_schedule_ready_p,
19663         add_branch_dependences, debug_dependencies): Likewise.
19664         * stmt.c (emit_nop, expand_start_case, emit_jump_if_reachable):
19665         Likewise.
19666         * unroll.c (unroll_loop, copy_loop_body, back_branch_in_range_p,
19667         reg_dead_after_loop, loop_find_equiv_value, loop_iterations,
19668         set_dominates_use, ujump_to_loop_cont): Likewise.
19669         * var-tracking.c (prologue_stack_adjust, vt_initialize): Likewise.
19670         * varasm.c (output_constant_pool_1): Likewise.
19671
19672 2004-07-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
19673
19674         * tree-scalar-evolution.c: New file.
19675         * tree-scalar-evolution.h: New file.
19676         * tree-ssa-loop-niter.c: New file.
19677         * Makefile.in (SCEV_H): New.
19678         (tree-scalar-evolution.o, tree-ssa-loop-niter.o): Add new files.
19679         * cfgloop.h (struct loop): Add bounds field.
19680         * tree-flow.h (struct tree_niter_desc): New type.
19681         (number_of_iterations_cond, number_of_iterations_exit,
19682         loop_niter_by_eval, find_loop_niter_by_eval,
19683         estimate_numbers_of_iterations, can_count_iv_in_wider_type,
19684         free_numbers_of_iterations_estimates): Declare.
19685         * tree.h (lower_bound_in_type, upper_bound_in_type): Declare.
19686         * params.def (PARAM_MAX_ITERATIONS_TO_TRACK): New parameter.
19687         * doc/invoke.texi (max-iterations-to-track): Document.
19688
19689 2004-07-08  Kaz Kojima  <kkojima@gcc.gnu.org>
19690
19691         * config/sh/sh.c (sh_va_arg): Initinalize lab_over.
19692         * config/sh/sh.h (CONST_OK_FOR_J16): Use parentheses.
19693         (MODE_AFTER): Add cast appropriately.
19694         * config/sh/sh.md (movdi splitter): Likewise.
19695         (casesi_worker_2): Add const qualifier appropriately.
19696         (eh_return): Remove unused variable.
19697         (insv): Initialize v;
19698
19699 2004-07-08  Richard Henderson  <rth@redhat.com>
19700
19701         * config/mmix/mmix-protos.h (mmix_expand_builtin_va_arg): Remove.
19702         * config/mmix/mmix.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19703         (mmix_gimplify_va_arg_expr): Rewrite from mmix_expand_builtin_va_arg.
19704         * config/mmix/mmix.h (EXPAND_BUILTIN_VA_ARG): Remove.
19705         (FRAME_POINTER_REQUIRED): Use current_function_has_nonlocal_label.
19706
19707         * config/m32r/m32r-protos.h (m32r_va_arg): Remove.
19708         * config/m32r/m32r.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19709         (m32r_gimplify_va_arg_expr): Rewrite from m32r_va_arg.
19710         * config/m32r/m32r.h (EXPAND_BUILTIN_VA_ARG): Remove.
19711
19712         * config/iq2000/iq2000-protos.h (iq2000_va_arg): Remove.
19713         * config/iq2000/iq2000.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19714         (iq2000_gimplify_va_arg_expr): Rewrite from iq2000_va_arg.
19715         * config/iq2000/iq2000.h (EXPAND_BUILTIN_VA_ARG): Remove.
19716
19717         * config/frv/frv-protos.h (frv_expand_builtin_va_arg): Remove.
19718         * config/frv/frv.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19719         (frv_gimplify_va_arg_expr): Rewrite from frv_expand_builtin_va_arg.
19720         * config/frv/frv.h (EXPAND_BUILTIN_VA_ARG): Remove.
19721
19722         * config/i860/i860-protos.h (i860_va_arg): Remove.
19723         * config/i860/i860.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19724         (i860_gimplify_va_arg_expr): Rewrite from i860_va_arg.
19725         * config/i860/i860.h (EXPAND_BUILTIN_VA_ARG): Remove.
19726
19727 2004-05-31  Aaron W. LaFramboise <aaronraolete36@aaronwl.com>
19728
19729         * system.h: Prototype getpagesize if missing.
19730         * configure.ac: Add getpagesize to gcc_AC_CHECK_DECLS.
19731         * configure: Regenerate.
19732         * config.in: Regenerate.
19733
19734 2004-07-08  Richard Henderson  <rth@redhat.com>
19735
19736         * config/fr30/fr30-protos.h (fr30_va_arg): Remove.
19737         * config/fr30/fr30.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19738         (fr30_gimplify_va_arg_expr): New.
19739         (fr30_pass_by_reference, fr30_pass_by_value, fr30_va_arg): Remove.
19740         * config/fr30/fr30.h (EXPAND_BUILTIN_VA_ARG): Remove.
19741
19742 2004-07-08  Vladimir Makarov  <vmakarov@redhat.com>
19743
19744         PR target/16414
19745         * config/ia64/ia64.c (ia64_dfa_new_cycle): Fix typo in comparison
19746         of asm_noperands result.
19747
19748 2004-07-08  Richard Henderson  <rth@redhat.com>
19749
19750         * config/cris/cris-protos.h (cris_expand_builtin_va_arg): Remove.
19751         * config/cris/cris.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19752         (cris_gimplify_va_arg_expr): Rewrite from cris_expand_builtin_va_arg.
19753         * config/cris/cris.h (EXPAND_BUILTIN_VA_ARG): Remove.
19754
19755 2004-07-08  Richard Henderson  <rth@redhat.com>
19756
19757         * builtins.c (ind_gimplify_va_arg_expr): New.
19758         * tree.h (ind_gimplify_va_arg_expr): Declare.
19759         * config/arc/arc.c (arc_gimplify_va_arg_expr): Use it.
19760
19761 2004-07-08  Jan Beulich  <jbeulich@novell.com>
19762
19763         * expmed.c (extract_bit_field): Correct condition to use vec_extract
19764         patterns also on vector elements other than the first one.
19765         * config/i386/i386.md (vec_extractv2df, vec_extractv4sf): Add missing
19766         break statements.
19767
19768 2004-07-08  Geoffrey Keating  <geoffk@apple.com>
19769
19770         * config/rs6000/darwin-ldouble.c: Correct reference
19771         to the Linnainmaa paper.
19772
19773 2004-07-08  Richard Henderson  <rth@redhat.com>
19774
19775         * config/arc/arc-protos.h (arc_va_arg): Remove.
19776         * config/arc/arc.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19777         (arc_gimplify_va_arg_expr): Rewrite from arc_va_arg.
19778         * config/arc/arc.h (EXPAND_BUILTIN_VA_ARG): Remove.
19779
19780         * config/c4x/c4x-protos.h (c4x_va_arg): Remove.
19781         * config/c4x/c4x.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19782         (c4x_gimplify_va_arg_expr): Rewrite from c4x_va_arg.
19783         * config/c4x/c4x.h (EXPAND_BUILTIN_VA_ARG): Remove.
19784
19785 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19786
19787         * pa.md (prefetch_32, prefetch_64): Simplify constraint checks.
19788
19789 2004-07-08  Zack Weinberg  <zack@codesourcery.com>
19790
19791         * c-decl.c (static_ctors, static_dtors): Make static.
19792         (pop_file_scope): Call c_common_write_pch and
19793         cgraph_finalize_compilation_unit here.
19794         (build_cdtor): Moved here from c-objc-common.c; simplify.
19795         (c_write_global_declarations_1): Clarify comment.
19796         (c_write_global_declarations): Close the external scope before
19797         doing anything else.  Call build_cdtor, cgraph_optimize, and
19798         mudflap_finish_file here.
19799         * c-lang.c (finish_file): Don't call c_objc_common_finish_file.
19800         Clarify comment.
19801         * c-objc-common.c: No need to include cgraph.h.
19802         (build_cdtor): Moved to c-decl.c.
19803         (c_objc_common_finish_file): Delete.
19804         * c-tree.h: Update to match.
19805         * objc/objc-act.c (finish_file): Don't call c_objc_common_finish_file.
19806         (generate_static_references): Set TREE_USED before calling finish_decl.
19807         Eliminate unnecessary dummy declaration.  Call rest_of_decl_compilation
19808         on the static_instances_decl.
19809
19810 2004-07-08  Zack Weinberg  <zack@codesourcery.com>
19811
19812         * c-decl.c (pop_scope): Do not set DECL_CONTEXT on file-scope
19813         decls when there is only one input translation unit.
19814         * langhooks.c (lhd_set_decl_assembler_name): Partially revert
19815         change of 2004-07-05; do not treat declarations with
19816         DECL_CONTEXT a TRANSLATION_UNIT_DECL specially.
19817         * opts.c (cur_in_fname): Delete.
19818         * opts.h: Likewise.
19819         * tree.c: Revert changes of 2004-07-05; no special treatment
19820         for TRANSLATION_UNIT_DECLs.
19821         * Makefile.in (tree.o): Update dependencies.
19822
19823 2004-07-08  Roger Sayle  <roger@eyesopen.com>
19824
19825         * builtins.c (fold_builtin_strcpy): Merge functionality from
19826         simplify_builtin_strcpy.  Add additional len argument.  No longer
19827         static.  Remove function prototype.
19828         (fold_builtin_strncpy): Likewise integrate functionality from
19829         simplify_builtin_strncpy.  Add additional slen argument.  No
19830         longer static.  Remove function prototype.
19831         (simplify_builtin_strcy, simplify_builtin_strncpy): Delete.
19832         (simplify_builtin_fputs): Rename to fold_builtin_fputs.  Change
19833         types of "ignore" and "unlocked" parameters to bool.
19834         (fold_builtin_1):  Add additional ignore argument.  Call renamed
19835         fold_builtin_fputs to simplify GCC "fputs" and "fputs_unlocked"
19836         builtins.  Update arguments to fold_builtin_strncpy and
19837         fold_builtin_strcpy.  Add function prototype.
19838         (fold_builtin): Add additional Boolean ignore argument to pass
19839         to fold_builtin_1.
19840         (simplify_builtin): Call fold_builtin_fputs, fold_builtin_strcpy
19841         and fold_builtin_strncpy instead of simplify_builtin_fputs,
19842         simplify_builtin_strcpy and simplify_builtin_strncpy respectively.
19843
19844         * expr.h (simplify_builtin_fputs, simplify_builtin_strcpy,
19845         simplify_builtin_strncpy): Delete function prototypes.
19846         * tree.h (fold_builtin_fputs, fold_builtin_strcpy,
19847         fold_builtin_strncpy): Add function prototypes here.
19848         (fold_builtin): Update function prototype with new "bool ignore".
19849
19850         * tree-ssa-ccp.c (ccp_fold): Update call to fold_builtin.
19851         (ccp_fold_builtin):  Update call to fold_builtin.  Call
19852         fold_builtin_fputs, fold_builtin_strcpy and fold_builtin_strncpy
19853         instead of simplify_builtin_fputs, simplify_builtin_strcpy and
19854         simplify_builtin_strncpy respectively.
19855         * fold-const.c (fold): Update call to fold_builtin.
19856
19857 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
19858
19859         * builtins.c (expand_builtin_stpcpy): Un-simplify decay of stpcpy
19860         to strcpy.
19861
19862         * expr.h (FUNCTION_ARG_PARTIAL_NREGS): Default to 0.
19863         (FUNCTION_ARG_PASS_BY_REFERENCE): Likewise.
19864         (FUNCTION_ARG_CALLEE_COPIES): Likewise.
19865         * calls.c: Remove ifdefs of macros above.
19866         * functions.c: Likewise.
19867         * expr.c: Likewise.
19868
19869 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
19870
19871         * config/sparc/sparc.md (UNSPECV_GOTO_V9): Delete.
19872         (arch attribute): Delete.
19873         (current_function_calls_alloca attribute): Rename into calls_alloca.
19874         (calls_eh_return): New attribute.
19875         (leaf_function): Likewise.
19876         (length attribute): Fix formula for sibcalls.
19877         (return insn): Correctly compute the 'length' attribute.
19878         (do_builtin_setjmp_setup): Adjust use of current_function_calls_alloca.
19879
19880 2004-07-08  Richard Henderson  <rth@redhat.com>
19881
19882         * tree-cfg.c (make_exit_edges): Use get_call_expr_in.
19883         (remove_useless_stmts_1, is_ctrl_altering_stmt): Likewise.
19884         (tree_block_ends_with_call_p, need_fake_edge_p): Likewise.
19885         * tree-eh.c (lower_eh_constructs_1): Likewise.
19886         * tree-sra.c (sra_walk_modify_expr): Likewise.
19887         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
19888         (eliminate_unnecessary_stmts): Likewise.
19889         * tree-ssa-dse.c (dse_optimize_stmt): Likewise.
19890         * tree-tailcall.c (optimize_tail_call): Likewise.
19891         * tree-ssa-ccp.c (get_rhs, set_rhs): Reorg to use switch.
19892
19893 2004-07-08  Paolo Bonzini  <bonzini@gnu.org>
19894             Jakub Jelinek  <jakub@redhat.com>
19895
19896         * config/i386/i386.c (override_options): Enable
19897         SSE prefetches with -mtune, as long as we are
19898         compiling for i686 or higher.  All i686 processors
19899         accept SSE prefetches as NOPS, some i586's don't.
19900
19901 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
19902
19903         PR target/10567
19904         * config/sparc/sparc.md (update_return): Honor flag_delayed_branch.
19905
19906 2004-07-08  Diego Novillo  <dnovillo@redhat.com>
19907
19908         * tree-ssa-operands.c (get_asm_expr_operands): Fix thinkos in
19909         the handling of clobbering ASM_EXPRs.
19910
19911 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
19912
19913         PR target/16430
19914         * config/sparc/sparc.c (function_value): In 64-bit mode,
19915         return the aggregates larger than 16 bytes like unions.
19916
19917 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
19918
19919         PR target/16199
19920         * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): When
19921         'temp' is zero, generate new pseudos as needed and emit the
19922         sequence of insns in single-assignment form.  Resync comments
19923         with code.
19924         (sparc_emit_set_const64): Pass zero as 'temp' argument to above
19925         function before reload.
19926
19927 2004-07-08  Nathan Sidwell  <nathan@codesourcery.com>
19928
19929         * vec.c (vec_assert_fail): Remove duplicate 'function'.
19930
19931         * vec.c (vec_p_reserve, vec_o_reserve): Allocation is signed.
19932
19933         * vec.h (VEC_alloc, VEC_embedded_size, VEC_embedded_init):
19934         Allocation is signed.
19935         (VEC_reserve): Return flag, allocation is signed.
19936
19937 2004-07-08  Richard Henderson  <rth@redhat.com>
19938
19939         * tree-ssa-ccp.c (fold_stmt): Get type directly from
19940         OBJ_TYPE_REF_OBJECT.
19941
19942 2004-07-08  Joseph S. Myers  <jsm@polyomino.org.uk>
19943             Neil Booth  <neil@daikokuya.co.uk>
19944
19945         PR c/2511
19946         PR c/3325
19947         * c-decl.c (finish_struct): Ensure bit-fields are given the
19948         correct type.
19949         * c-common.c (c_common_signed_or_unsigned_type): For C, require
19950         the precision to match as well as the mode.
19951         * expr.c (reduce_to_bit_field_precision): New function.
19952         (expand_expr_real_1): Reduce expressions of bit-field type to
19953         proper precision.
19954         * langhooks.h (reduce_bit_field_operations): New hook.
19955         * langhooks-def.h (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS):
19956         Define.
19957         * c-lang.c, objc/objc-lang.c
19958         (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Define.
19959         * objc/objc-act.c (check_ivars): Convert types to bit-field types
19960         before checking.
19961         * tree.c (build_nonstandard_integer_type): New function.
19962         * tree.h (build_nonstandard_integer_type): New prototype.
19963         * tree-ssa.c (tree_ssa_useless_type_conversion_1): Don't treat
19964         conversions between integer and boolean types as useless.
19965
19966 2004-07-08  Paolo Bonzini  <bonzini@gnu.org>
19967
19968         * c-common.c (c_common_nodes_and_builtins): Do not
19969         create __builtin_ptrdiff_t and __builtin_size_t.
19970
19971 2004-07-08  Andrew Pinski  <apinski@apple.com>
19972
19973         * Makefile.in (libbackend.o): Add -combine to the gcc
19974         command line.
19975
19976 2004-07-08  Nick Clifton  <nickc@redhat.com>
19977
19978         * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Define.
19979         Set to -Os.
19980
19981 2004-07-08  Richard Henderson  <rth@redhat.com>
19982
19983         * except.c (expand_eh_region_start, expand_eh_region_end,
19984         expand_eh_handler, expand_eh_region_end_cleanup,
19985         expand_start_all_catch, expand_start_catch, expand_end_catch,
19986         expand_end_all_catch, expand_eh_region_end_allowed,
19987         expand_eh_region_end_must_not_throw, expand_eh_region_end_throw,
19988         expand_eh_region_end_fixup): Remove.
19989         * stmt.c (struct nesting): Remove stack_level, innermost_stack_block,
19990         cleanups, outer_cleanups, label_chain, exception_region.
19991         (struct goto_fixup): Remove stack_level, cleanup_list_list.
19992         (struct label_chain): Remove.
19993         (struct stmt_status): Remove x_stack_block_stack.
19994         (stack_block_stack, expand_goto_internal, expand_fixup, expand_fixups,
19995         fixup_gotos, save_stack_pointer, expand_decl_cleanup,
19996         expand_decl_cleanup_eh, expand_cleanups, start_cleanup_deferral,
19997         end_cleanup_deferral, last_cleanup_this_contour,
19998         containing_blocks_have_cleanups_or_stack_level,
19999         any_pending_cleanups): Remove.
20000         (expand_null_return_1): Take no arguments.
20001         (expand_label, expand_naked_return, expand_return,
20002         expand_start_bindings_and_block, expand_end_bindings, expand_decl,
20003         expand_anon_union_decl, expand_start_case, pushcase, pushcase_range,
20004         expand_end_case_type): Don't use any of them.
20005         * calls.c (expand_call): Likewise.
20006         * dojump.c (do_jump): Likewise.
20007         * function.c (expand_function_end): Likewise.
20008         * expr.c (store_expr, expand_expr_real_1): Likewise.
20009         (safe_from_p): Don't handle WITH_CLEANUP_EXPR, CLEANUP_POINT_EXPR.
20010         (expand_expr_real_1): Don't handle WITH_CLEANUP_EXPR,
20011         CLEANUP_POINT_EXPR, TARGET_EXPR, TRY_CATCH_EXPR, CATCH_EXPR,
20012         EH_FILTER_EXPR, TRY_FINALLY_EXPR, GOTO_SUBROUTINE_EXPR.
20013         * fold-const.c (fold_checksum_tree): Use first_rtl_op.
20014         * gengtype.c (adjust_field_tree_exp): Remove rtl op handling.
20015         * gimplify.c (gimplify_cleanup_point_expr): Renumber operands
20016         for WITH_CLEANUP_EXPR.
20017         (gimple_push_cleanup): Likewise.
20018         * integrate.c (copy_decl_for_inlining): Don't DECL_TOO_LATE.
20019         * print-tree.c (print_node): Likewise.
20020         * tree-pretty-print.c (dump_generic_node): Remove GOTO_SUBROUTINE_EXPR.
20021         * tree.c (first_rtl_op): Always just TREE_CODE_LENGTH.
20022         (has_cleanups): Remove GOTO_SUBROUTINE_EXPR.
20023         * tree.def (WITH_CLEANUP_EXPR): Remove op1 and op2.
20024         (GOTO_SUBROUTINE_EXPR): Remove.
20025         * tree.h (WITH_CLEANUP_EXPR_RTL): Remove.
20026         (DECL_TOO_LATE): Remove.
20027         * except.h, tree.h: Update decls.
20028
20029 2004-07-08  Paolo Bonzini  <bonzini@gnu.org>
20030
20031         * explow.c (optimize_save_area_alloca): Do not accept parameters.
20032         * passes.c (rest_of_handle_final): Handle symout.
20033         (rest_of_handle_new_regalloc, rest_of_handle_old_regalloc):
20034         Push timevar here.
20035         (rest_of_handle_sched): Break out SMS.  Remove ifs for
20036         flag_schedule_insns and flag_modulo_sched.
20037         (rest_of_handle_addressof, rest_of_handle_cse2): Garbage
20038         collect at the end.
20039         (rest_of_handle_gcse2): Put under timevar TV_RELOAD_CSE_REGS.
20040         (rest_of_handle_partition_blocks, rest_of_handle_sms,
20041         rest_of_handle_if_after_reload, rest_of_handle_peephole2,
20042         rest_of_handle_mode_switching, rest_of_handle_jump,
20043         rest_of_handle_guess_branch_prob, rest_of_handle_eh,
20044         rest_of_handle_jump2, rest_of_handle_postreload,
20045         rest_of_handle_flow2, rest_of_clean_state,
20046         rest_of_handle_shorten_branches,
20047         rest_of_handle_prologue_epilogue,
20048         rest_of_handle_branch_target_load_optimize): New.
20049         (rest_of_compilation): Call the above.  Remove ggc_collect
20050         calls moved to rest_of_handle_*.
20051         * rtl.h (optimize_save_area_alloca): Do not accept parameters.
20052
20053         * dwarf2out.c (dwarf2out_begin_prologue): Use TREE_NOTHROW.
20054         * except.c (set_nothrow_function_flags): Set TREE_NOTHROW.
20055         * except.h (set_nothrow_function_flags): Update comment.
20056         * function.c (current_function_nothrow): Remove.
20057         * output.h (current_function_nothrow): Remove.
20058         * passes.c (rest_of_compilation): Do not set TREE_NOTHROW.
20059         * config/arm/arm.c (arm_compute_func_type): Use TREE_NOTHROW.
20060
20061 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
20062
20063         PR bootstrap/16326
20064         * reorg.c: Revert 2004-06-30 change.
20065         (find_end_label): If HAVE_epilogue and !HAVE_return,
20066         return 0 instead of creating a label at the end of the insn chain.
20067         (optimize_skip): Account for the failure mode of find_end_label.
20068         (fill_simple_delay_slots): Likewise.
20069         (fill_slots_from_thread): Likewise.
20070         (relax_delay_slots): Likewise.
20071
20072 2004-07-08  Diego Novillo  <dnovillo@redhat.com>
20073
20074         * tree-flow.h (addressable_vars): Declare.
20075         * tree-ssa-alias.c (addressable_vars): Define.
20076         (setup_pointers_and_addressables): Add addressable variables
20077         to addressable_vars.
20078         * tree-ssa-operands.c (get_stmt_operands): Move
20079         handling of ASM_EXPRs ...
20080         (get_asm_expr_operands): ... here.
20081         When the ASM_EXPR clobbers memory, also clobber addressable
20082         variables.
20083         * tree-ssa.c (init_tree_ssa): Initialize addressable_vars.
20084         (delete_tree_ssa): Reset addressable_vars.
20085
20086 2004-07-07  Jan Beulich  <jbeulich@novell.com>
20087             Richard Henderson  <rth@redhat.com>
20088
20089         * varasm.c (assemble_variable): Use assemble_zeros for
20090         zero-initialized variables.
20091         (categorize_decl_for_section): Honor flag_zero_initialized_in_bss
20092         for SECCAT_BSS and SECCAT_TBSS.
20093
20094 2004-07-07  Jan Beulich  <jbeulich@novell.com>
20095
20096         * varasm.c (asm_output_bss): Don't declare unless BSS_SECTION_ASM_OP.
20097
20098         * expmed.c (emit_store_flag): Also special-case double-word
20099         (in-)equality comparison against -1.
20100
20101         * config/i386/i386.c (ix86_gimplify_va_arg): Don't need temporary for
20102         passing arguments the containers for which are registers.
20103
20104         * calls.c (emit_library_call_value_1): Use mode of function parameter
20105         rather than that of argument since constants have none.
20106
20107 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
20108
20109         Introduce H8SX support.
20110         * expr.c (expand_strcpy): Renamed and moved to...
20111         * builtins.c (expand_movstr): ... here.  Tweak.
20112         (expand_builtin_strcpy): Adjust.  Use movstr if len can't be
20113         computed or has side effects.
20114         (expand_builtin_stpcpy): Likewise.  Use strcpy if return value is
20115         unused, or if mempcpy fails.  Adjust the return value in the
20116         latter case.  Use movstr if everything else fails.
20117         * doc/md.texi (movstr): Document.
20118         (movmemM, clrmemM): Fix explanation of memory block operands.
20119         * config/h8300/h8300.md (stpcpy): Renamed to...
20120         (movstr): ... this.  Adjust.
20121         2004-07-07  Alexandre Oliva  <aoliva@redhat.com>
20122         * config/h8300/h8300.md: Rename movstr*, except for movstrict*, to
20123         movmem* and clrstr* to clrmem*.
20124         2004-06-27  Alexandre Oliva  <aoliva@redhat.com>
20125         * config/h8300/h8300.c (h8300_reg_class_from_letter): Map 'D' to
20126         GENERAL_REGS, always.
20127         (h8300_swap_into_er6, h8300_swap_into_er6): Handle the case of
20128         getting the stack pointer as addr.
20129         * config/h8300/h8300.h (PREDICATE_CODES): Remove constant rtxes
20130         from general_operand_dst.
20131         * config/h8300/h8300.md (movmd_internal_normal): New, normal-mode
20132         variant of...
20133         (movmd_internal): ... this.  Add modes to operands.  Disparage `D'
20134         instead of requiring it to match only before reload.
20135         (stpcpy_internal_normal): New, normal-mode variant of...
20136         (stpcpy_internal): ... this.  Add modes to operands.  Disparage
20137         `D' instead of requiring it to match only before reload.
20138         * config/h8300/h8300-protos.h (h8300_legitimate_address_p): Add
20139         mode argument.
20140         * config/h8300/h8300.h (GO_IF_LEGITIMATE_ADDRESS): Pass it to...
20141         * config/h8300/h8300.c (h8300_legitimate_address_p): Pass it to
20142         h8300_get_index.
20143         * config/h8300/h8300.md (attr type): Add call.
20144         (attr can_delay): If type is call, set it no.
20145         (call, call_value): Set type to call.
20146         2004-06-21  Alexandre Oliva  <aoliva@redhat.com>
20147         * config/h8300/h8300.md (logicalhi3_sn, logicalsi3_sn): New.
20148         2004-06-16  Alexandre Oliva  <aoliva@redhat.com>
20149         * tree.c (get_narrower): Don't narrow integral types into
20150         non-integral types.
20151         * config/h8300/h8300.c (h8300_expand_epilogue): Initialize
20152         frame_size *before* the first use.
20153         * config/h8300/h8300.md (movstrictqi): Reintroduce post-increment
20154         on input.
20155         (peephole2): Don't widen instructions that push SP.  Move
20156         decrement of SP to the end of all stm-generating peepholes.
20157         2003-07-24  Richard Sandiford  <rsandifo@redhat.com>
20158         * config/h8300/h8300.md (insv): Prefer to use AND to clear a bitfield
20159         and OR to set it to all ones.
20160         2003-07-24  Richard Sandiford  <rsandifo@redhat.com>
20161         * config/h8300/h8300.md (can_delay): Default to "no" for bit branches.
20162         (call, call_value): Set can_delay to "no".
20163         2003-07-22  Richard Sandiford  <rsandifo@redhat.com>
20164         * config/h8300/h8300.md (extzv): Make subreg check more robust.
20165         2003-07-21  Richard Sandiford  <rsandifo@redhat.com>
20166         * config/h8300/h8300.md (*brabit): Remove.
20167         * config/h8300/h8300.md (*brabc, *brabs): Remove mode from
20168         zero_extract.  Use bit_memory_operand as the predicate for
20169         operand 1 and 'WU' as the constraint.  Check the difference
20170         between the base length and the final one when deciding which
20171         type of branch to use.
20172         2003-07-21  Richard Sandiford  <rsandifo@redhat.com>
20173         * config/h8300/h8300.md (extzv): Remove mode from operands 0 and 1.
20174         Use convert_move to extend the result for TARGET_H8300SX.  Check
20175         for QImode memory references.  Optimize the case where the
20176         destination is a paradoxical subreg.
20177         2003-07-21  Richard Sandiford  <rsandifo@redhat.com>
20178         * config/h8300/h8300.md (*movsf_h8sx): Add an r <- G alternative.
20179         * config/h8300/h8300.md (andqi): Remove bclr from h8sx version.
20180         2003-07-21  Richard Sandiford  <rsandifo@redhat.com>
20181         * config/h8300/h8300.md: Include mova.md
20182         (length_table): Add mova and mova_zero.
20183         * config/h8300/h8300.c (print_operand): Handle '%o'.  Print a length
20184         after all constant addresses for '%R', '%X', '%T' and '%S'.
20185         (h8300_mova_length): New function.
20186         (h8300_insn_length_from_table): Use it to handle mova and mova_zero.
20187         * config/h8300/t-h8300 (mova.md): Generate from genmova.sh.  Add to
20188         dependencies for s-config, etc.
20189         * config/h8300/gemova.sh: New file.
20190         * config/h8300/mova.md: Generated.
20191         2003-07-20  Alexandre Oliva  <aoliva@redhat.com>
20192         * config/h8300/h8300.c (h8300_bitfield_length): New.
20193         (nibble_operand): Adjust.
20194         (h8300_binary_length): Handle conditional binary op.
20195         (h8300_insn_length_from_table): Handle bitfield and bitbranch.
20196         * config/h8300/h8300.h: Change constraints W# and Y# to P#>X and
20197         P#<X, respectively.  The original P is now IP4>X.  Introduced P#>0
20198         and P#<0, unused so far.  W and Y are now prefixes to multi-letter
20199         constraints.  WU is introduced as a variant of U that requires a
20200         mem, and is therefore considered an EXTRA_MEMORY_CONSTRAINT.
20201         * config/h8300/h8300.md (attr type): Added bitbranch.
20202         (attr length_table): Added bitfield and bitbranch.
20203         (attr length): Compute bitbranch length.
20204         (andqi): Separate pattern for H8300SX.  Use bfld for loading the
20205         least-significant bit of a byte.
20206         (brabit, brabc, brabs): New.
20207         (insv, extzv): Emit bfst and bfld on H8300SX.
20208         (bfld, bfst, seq, sne): New.
20209         (bstzhireg, cmpstz, bstz, bistz): New.
20210         (cmpcondbset, condbset, cmpcondbclr, condbclr): New.
20211         (cmpcondbsetreg, condbsetreg, cmpcondbclrreg, condbclrreg): New.
20212         2003-07-11  Richard Sandiford  <rsandifo@redhat.com>
20213         * config/h8300/h8300.c (h8sx_binary_memory_operator): New function.
20214         (h8sx_unary_memory_operator): New function.
20215         * config/h8300/h8300.h (EXTRA_MEMORY_CONSTRAINT): Disable.
20216         (PREDICATE_CODES): Add h8sx_{unary,binary}_memory_operator.
20217         * config/h8300/h8300.md: Add peepholes to combine reloads and
20218         arithmetic insns.
20219         2003-07-10  Richard Sandiford  <rsandifo@redhat.com>
20220         * config/h8300/h830.md (cmpqi): Use 'i' rather than 'n' in constraints.
20221         (*cmphi_h8300hs, *addqi3, *addhi3_h8sx, subhi3): Likewise.
20222         (and?i, ior?i, xor?i): Likewise.
20223         2003-07-10  Richard Sandiford  <rsandifo@redhat.com>
20224         * config/h8300/h8300.c: Move enums and prototypes to head of file.
20225         Various whitespace fixes.
20226         (h8300_constant_length): New function, split out from...
20227         (h8300_displacement_size): ...here.  Rename h8300_displacement_length.
20228         (h8300_classify_operand): Use IN_RANGE.
20229         (h8300_classify_operand): Use h8300_constant_length.
20230         (h8300_short_move_mem_p): Tighten size check.
20231         (h8sx_mergeable_memrefs_p): Tighten equality check.
20232         2003-06-30  Richard Sandiford  <rsandifo@redhat.com>
20233         * config/h8300/h8300.h (TARGET_CPU_CPP_BUILTINS): Define __H8300SX__
20234         for -msx.
20235         * config/h8300/crti.asm: Use .h8300sx or .h8300sxn for -msx code.
20236         * config/h8300/crtn.asm: Likewise.
20237         * config/h8300/lib1funcs.asm: Likewise.  Use 32-bit pointers
20238         if __H8300SX__ is defined.
20239         2003-06-27  Richard Sandiford  <rsandifo@redhat.com>
20240         * config/h8300/h8300-protos.h (h8300_get_index): Add mode parameter.
20241         * config/h8300/h8300.h (GO_IF_LEGITIMATE_ADDRESS): Update accordingly.
20242         (GO_IF_MODE_DEPENDENT_ADDRESS): Treat POST_DEC, PRE_INC and indexed
20243         addresses as mode-dependent.
20244         * config/h8300/h8300.c (print_operand_address): Update call to
20245         h8300_get_index.
20246         (h8300_get_index): Take a mode argument.  Rework to fix an
20247         earlier misunderstanding.
20248         2003-06-26  Richard Sandiford  <rsandifo@redhat.com>
20249         * config/h8300/h8300.c (zero_extendqisi2): Force the source operand
20250         into a register if TARGET_H8300SX.
20251         (*zero_extendqisi2_h8300hs, *extendqisi2_h8300): Disable for
20252         TARGET_H8300SX.  Also disable related define_splits.
20253         (*zero_extendqisi2_h8sx, *extendqisi2_h8sx): New patterns.
20254         2003-06-23  Richard Sandiford  <rsandifo@redhat.com>
20255         * config/h8300/h8300.c (h8300_rtx_costs): Add h8sx handling.
20256         2003-06-20  Richard Sandiford  <rsandifo@redhat.com>
20257         * config/h8300/h8300.h (OK_FOR_Z): New macro.
20258         (EXTRA_CONSTRAINT_STR): Check it.
20259         * config/h8300/h8300.c (h8300_classify_operand): Accept null
20260         class arguments.
20261         (h8300_insn_length_from_table): Handle LENGTH_TABLE_MOV_IMM4.
20262         * config/h8300/h8300.md (length_table): Add mov_imm4.
20263         (movqi, movhi): Add Z <- W4 alternatives to h8sx patterns.
20264         2003-06-20  Richard Sandiford  <rsandifo@redhat.com>
20265         * genattrtab.c (write_eligible_delay): Allow candidate_insn to
20266         be a label.
20267         * config/h8300/h8300.h (DELAY_SLOT_LENGTH): New macro.
20268         * config/h8300/h8300.c (h8300_reorg): New function.
20269         (TARGET_MACHINE_DEPENDENT_REORG): Define.
20270         * config/h8300/h8300.md (length): Subtract the length of the
20271         delay slot from (pc) when checking the range of forward branches.
20272         (delay_slot, can_delay): New attributes.
20273         (define_delay): Add bra/s handling.
20274         (movmd_internal, return_h8sx, *return_1): Set can_delay to no.
20275         (jump): Add delayed-branch handling.
20276         2003-06-17  Richard Sandiford  <rsandifo@redhat.com>
20277         * expr.c (expand_strcpy): New function.
20278         * builtins.c (expand_builtin_strcpy): Fall back on expand_strcpy.
20279         (expand_builtin_stpcpy): Likewise.
20280         * config/h8300/h8300-protos.h (h8sx_split_movmd): Remove.
20281         (h8300_swap_into_er6, h8300_swap_out_of_er6): Declare.
20282         * config/h8300/h8300.c (h8300_reg_class_from_letter): Tweak 'd'
20283         handling to improve register allocation for -fno-omit-frame-pointer.
20284         (h8sx_split_movmd): Delete, moving er6 handling into...
20285         (h8300_swap_into_er6, h8300_swap_out_of_er6): ...these new functions.
20286         * config/h8300/h8300.md (UNSPEC_STPCPY): New unspec constant.
20287         (movmd): Add calls to copy_rtx.
20288         (movmd_internal): In the second alternative, allow the initial and
20289         final destination registers to be different .  Update the splitter
20290         accordingly.  Call h8300_swap_into_er6 and h8300_swap_out_of_er6
20291         instead of h8sx_split_movmd.
20292         (stpcpy, movsd): New expanders.
20293         (movsd_internal): New define_insn.
20294         2003-06-13  Richard Sandiford  <rsandifo@redhat.com>
20295         * config/h8300/h8300-protos.h (h8300_reg_class_from_letter): Declare.
20296         (h8sx_emit_movmd, h8sx_split_movmd): Declare.
20297         * config/h8300/h8300.h (reg_class): Add COUNTER_REGS, SOURCE_REGS
20298         and DESTINATION_REGS.
20299         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
20300         (REGNO_REG_CLASS): Map er4, er5 and er6 to the new classes.
20301         (REG_CLASS_FROM_LETTER): Use h8300_reg_class_from_letter.
20302         (h8300_move_ratio): Declare.
20303         (MOVE_RATIO): Use it.
20304         * config/h8300/h8300.c (h8300_move_ratio): New variable.
20305         (h8300_init_once): Initialize it.
20306         (h8300_reg_class_from_letter): New function.
20307         (print_operand): Add an 'm' prefix for printing ".b", ".w" or ".l".
20308         (h8sx_emit_movmd, h8sx_split_movmd): New functions.
20309         * config/h8300/h8300.md (UNSPEC_MOVMD): New unspec constant.
20310         (COUNTER_REG, SOURCE_REG, DESTINATION_REG): New register constants.
20311         (movstrsi, movmd): New expanders.
20312         (movmd_internal): New insn.
20313         2003-06-06  Richard Sandiford  <rsandifo@redhat.com>
20314         * config/h8300/h8300.h (EXTRA_MEMORY_CONSTRAINT): Define.
20315         2003-06-04  Richard Sandiford  <rsandifo@redhat.com>
20316         * config/h8300/elf.h (LINK_SPEC): Use -m h8300sxnelf for -msx -mn.
20317         * config/h8300/h8300.c (asm_file_start): Use .h8300sxn likewise.
20318         2003-06-03  Richard Sandiford  <rsandifo@redhat.com>
20319         * config/h8300/h8300.c (nibble_operand): Fix warning.
20320         * config/h8300/h8300.md (movstricthi): Set adjust_length to no.
20321         (movsi_h8sx): Likewise here and the normal h8sx movhi pattern.
20322         (movsf_h8300h): Disable for TARGET_H8300SX.
20323         2003-06-03  Richard Sandiford  <rsandifo@redhat.com>
20324         * config/h8300/h8300.h (PREDICATE_CODES): Add h8300_ldm_parallel,
20325         h8300_stm_parallel and h8300_return_parallel.
20326         * config/h8300/h8300.c (h8300_push_pop, h8300_stack_offset_p,
20327         h8300_ldm_stm_regno, h8300_ldm_stm_parallel, h8300_ldm_parallel,
20328         h8300_stm_parallel, h8300_return_parallel): New functions.
20329         (h8300_expand_prologue): Don't enforce ldm/stm register alignment
20330         if TARGET_H8300SX.  Use h8300_push_pop.
20331         (h8300_expand_epilogue): Likewise.  Try to merge the return insn
20332         and final pop when generating h8sx code.  Always emit some form
20333         of return insn.
20334         * config/h8300/h8300.md: Don't enforce register alignment in
20335         stm peepholes if TARGET_H8300SX.
20336         (ldm_h8300s, stm_h8300s, return_h8sx): New patterns.
20337         (ldm_h8300s_[234], stm_h8300_[234]): Disable.
20338         (epilogue): Expect h8300_expand_epilogue to emit a return insn.
20339         2003-06-03  Richard Sandiford  <rsandifo@redhat.com>
20340         * config/h8300/t-h8300 (MULTILIB_OPTIONS): Add a -msx multilib.
20341         (MULTILIB_DIRNAMES): Add a directory for it.
20342         (MULTILIB_MATCHES): Delete.
20343         2003-05-28  Richard Sandiford  <rsandifo@redhat.com>
20344         * final.c (walk_alter_subreg): Handle addresses with subregs
20345         inside a ZERO_EXTEND or AND.
20346         * config/h8300/h8300-protos.h (h8300_get_index): Declare.
20347         * config/h8300/h8300.h (INDEX_REG_CLASS): Set to GENERAL_REGS
20348         if TARGET_H8300SX.
20349         (GO_IF_LEGITIMATE_ADDRESS): Use h8300_get_index.
20350         * config/h8300/h8300.c (print_operand_address): Handle @(dd,RnL.b),
20351         @(dd,Rn.w) and @(dd,ERn.L).
20352         (h8300_displacement_size): Take the whole address as argument.
20353         (h8300_classify_operand, h8300_short_move_mem_p): Adjust accordingly.
20354         2003-05-28  Richard Sandiford  <rsandifo@redhat.com>
20355         * config/mips/mips-protos.h (h8300_operands_match_p): Declare.
20356         (h8sx_mergeable_memrefs_p): Declare.
20357         * config/h8300/h8300.h (HAVE_POST_DECREMENT): Define to TARGET_H8300SX.
20358         (HAVE_PRE_INCREMENT): Likewise.
20359         (GO_IF_LEGITIMATE_ADDRESS): Accept pre/post increment/decrement
20360         addresses for TARGET_H8300SX,
20361         * config/h8300/h8300.c (print_operand_address): Deal with PRE_INC
20362         and POST_DEC.
20363         (movb_length_table, movl_length_table): New tables.
20364         (movw_length_table): Define to movb_length_table.
20365         (h8300_displacement_size): New, split out from...
20366         (h8300_classify_address): ...here.  Handle pre/post inc/dec.
20367         (h8300_short_immediate_length): Allow H8OP_MEM_COMPLEX operands.
20368         (h8300_insn_length_from_table): Add cases for movb, movw and movl.
20369         (h8sx_mergeable_memrefs_p, h8300_operands_match_p): New functions.
20370         (output_plussi): Use add.l #xx:3,Rn and sub.l #xx:3,Rn for h8sx.
20371         (compute_plussi_length, compute_plussi_cc): Update accordingly.
20372         (h8sx_unary_shift_operator): Get the mode from the operator.
20373         (binary_shift_operator): Likewise.
20374         * config/h8300/h8300.md: If a peephole2 applies gen_lowpart to
20375         a memory reference, check whether the reference is offsettable.
20376         (length_table): Add movb, movw and movl.
20377         (movqi): Add new h8sx pattern.  Don't force one operand to be a
20378         register when generating h8sx code.
20379         (movhi, movsi, movsf): Likewise.
20380         (movstrictqi): Use the length_table attribute.
20381         (movstricthi): Likewise.  Add h8sx alternative for mov.w #xx:3,Rn.
20382         (addqi3): Split into a define_expand and define_insn.  Don't accept
20383         memory operands in the expander.  Use h8300_operands_match_p to
20384         check for matching operands in the define_insn.
20385         (subqi3, negqi2, one_cmplqi2): Likewise.
20386         (add[hs]i3): Don't accept memory operands in the expander.  Likewise
20387         in any patterns that are unused in h8sx code.  In the h8sx patterns,
20388         use h8300_operands_match_p to check whether operands match.
20389         (sub[hs]i3, and[hi]3, ior[hs]i3, xor[hs]i3, neg[hsi]3,
20390         one_cmpl[hs]i3): Likewise.
20391         (andqi3, iorqi3, xorqi3): Likewise.  Don't call fix_bit_operand
20392         in the expander.
20393         2003-05-23  Richard Sandiford  <rsandifo@redhat.com>
20394         * config/h8300/h8300-protos.h (expand_a_shift): Return a bool.
20395         (h8300_insn_length_from_table): Add a second parameter.
20396         (output_h8sx_shift): Declare.
20397         * config/h8300/h8300.h (OK_FOR_W, OK_FOR_Y): New macros.
20398         (EXTRA_CONSTRAINT): Replace with...
20399         (EXTRA_CONSTRAINT_STR): ...this.  Use OK_FOR_W and OK_FOR_Y.
20400         (CONSTRAINT_LEN): Define, returning 2 for 'W' and 'Y'.
20401         (PREDICATE_CODES): Add entries for h8sx_unary_shift_operator
20402         and h8sx_binary_shift_operator.
20403         * config/h8300/h8300.c (two_insn_adds_subs_operand): Return false
20404         for TARGET_H8300SX.
20405         (bit_operand): Replace use of EXTRA_CONSTRAINT with OK_FOR_U.
20406         (bit_memory_operand, fix_bit_operand): Likewise.
20407         (h8300_length_table_for_insn): Remove.
20408         (h8300_classify_operand): Fix check for 16-bit operands in 32-bit
20409         instructions.
20410         (h8300_short_immediate_length, h8300_binary_length): New functions.
20411         (h8300_insn_length_from_table): Add an opcodes parameter.  Rework.
20412         (output_plussi): Use sub to add negative constants.
20413         (compute_plussi_length): Adjust accordingly.
20414         (h8sx_single_shift_type): New enum.
20415         (h8sx_single_shift, h8sx_unary_shift_operator,
20416         h8sx_binary_shift_operator, output_h8sx_shift): New functions.
20417         (expand_a_shift, expand_a_rotate): Emit nothing if the shift is a
20418         single h8sx instruction.  Return false in this case.
20419         * config/h8300/h8300.md (length_table): Add short_immediate.
20420         (length): Pass the operand array to h8300_insn_length_from_table.
20421         (adjust_length): Assume "no" for insns with a length_table attribute.
20422         (*cmphi_h8300hs, cmpsi): Add alternatives for #xx:3.
20423         (*addhi3_h8300hs): Don't use for h8sx.
20424         (*addhi3_h8sx): New pattern, with alternatives for add.w #xx:3
20425         and sub.w #xx:3.
20426         (ashl[qhs]i3, lshr[qhs]i3, ashr[qhs]i3, rotl[qhs]i3): Change operand
20427         1's predicate to nonimmediate_operand.  Only skip default expansion
20428         if expand_a_shift or expand_a_rotate returns true.  Add new patterns
20429         for single h8sx shift instructions.
20430         2003-05-22  Alexandre Oliva  <aoliva@redhat.com>
20431         * config/h8300/h8300.c (nibble_operand): Split out of...
20432         (reg_or_nibble_operand): ... this.
20433         * config/h8300/h8300.h (PREDICATE_CODES): Added nibble_operand.
20434         * config/h8300/h8300.md: (mulqihi3, mulhisi3, umulqihi3,
20435         umulhisi3): Introduce expand, and introduce separate insns for
20436         sign- or zero-extended REG and already-extended CONST_INT.
20437         2003-05-20  Richard Sandiford  <rsandifo@redhat.com>
20438         * config/h8300/h8300.c (h8300_unary_length): Fix miscounting.
20439         * config/h8300/h8300.md (subqi3): Generalize for h8sx.
20440         (subhi3): Likewise.  Don't accept immediates for operand 1.
20441         Remove the early clobber from second alternative of the h8300s pattern.
20442         (subsi3): Generalize for h8sx.  Force operand 2 into a register
20443         on plain h8300 targets.
20444         (subsi3_h8300): Use h8300_dst_operand for consistency with expander.
20445         (subsi3_h8300h): Generalize for h8sx.
20446         (one_cmplqi2, one_cmplhi2, one_cmplsi2): Likewise.
20447         2003-05-19  Alexandre Oliva  <aoliva@redhat.com>
20448         * config/h8300/h8300.c (reg_or_nibble_operand): New.
20449         * config/h8300/h8300.h (PREDICATE_CODES): Adjust.
20450         (TARGET_H8300SXMUL): New.
20451         (CONST_OK_FOR_P): New.
20452         (CONST_OK_FOR_LETTER_P): Adjust.
20453         * config/h8300/h8300.md (mulqihi3, mulhisi3, umulqihi3,
20454         umulhisi3): Accept 4-bit immediate on H8SX.
20455         (mulhi3, mulsi3, smulsi3_highpart, umulsi3_highpart): New.
20456         (udivsi3, divhi3, udivsi3, divsi3): New.
20457         2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
20458         * config/h8300/h8300-protos.h (h8300_insn_length_from_table): Declare.
20459         * config/h8300/h8300.h (OK_FOR_Q): New macro.
20460         (EXTRA_CONSTRAINT): Use it to check the 'Q' constraint.
20461         (PREDICATE_CODES): Add h8300_src_operand and h8300_dst_operand.
20462         Add ADDRESSOF to the bit_operand entry.
20463         * config/h8300/h8300.c (h8300_dst_operand): New predicate.
20464         (h8300_src_operand): Likewise.
20465         (bit_operand): Check nonimmediate_operand rather than general_operand.
20466         Accept any nonimmediate_operand in h8sx code.
20467         (h8300_and_costs): Initialize operands[1].
20468         (h8300_rtx_costs) <AND>: Return false if the operands aren't valid.
20469         (h8300_operand_class): New enum.
20470         (h8300_length_table): New typedef.
20471         (addb_length_table, addw_length_table, addl_length_table,
20472         logicl_length_table): New tables.
20473         (logicb_length_table, logicw_length_table): New macros.
20474         (h8300_classify_operand, h8300_length_from_table,
20475         h8300_length_table_for_insn, h8300_unary_length,
20476         h8300_insn_length_from_table): New functions.
20477         (output_plussi): Only use adds and subs for register destinations.
20478         Disable redundant clause.
20479         (compute_plussi_cc): Likewise.
20480         (compute_plussi_length): Likewise.  Use h8300_length_from_table
20481         to work out the length of an insn.
20482         (output_logical_op): Only use narrower immediate instructions
20483         if the destination is a register.
20484         (compute_logical_op_cc): Likewise.
20485         (compute_logical_op_length): Likewise.  Use h8300_length_from_table.
20486         (h8300_adjust_insn_length): Tighten check for reg<->mem moves.
20487         * config/h8300/h8300.md (length_table): New attribute.
20488         (length): When an instruction has a length_table attribute, use
20489         h8300_insn_length_from_table to calculate its default length.
20490         (cmpqi): Use h8300_dst_operand for the first operand and
20491         h8300_src_operand for the second.
20492         (cmphi, *cmphi_h8300hs, cmpsi, negqi2, neghi2, neghi2_h8300h, negsi2,
20493         negsi2_h8300h, addqi3, addhi3, *addhi3_h8300, *addhi3_h8300hs, addsi3,
20494         addsi_h8300, addsi_h8300h, andhi3, andsi3, iorhi3,
20495         iorsi3, xorhi3, xorsi3): Likewise.
20496         (andqi3): Use h8300_src_operand for operand 2.  Adjust the condition
20497         so that it allows any combination of operands for TARGET_H8300SX.
20498         (iorqi3, xorqi3): Likewise.
20499         (cmpqi): Use the length_table attribute.
20500         (*cmphi_h8300hs, cmpsi, addqi, *addhi3_h8300hs, andqi3, iorqi3,
20501         xorqi3, negqi2, neghi2_h8300h, negsi2_h8300h): Likewise.
20502         (cmpqi): Add 'Q' constraint.
20503         (*cmphi_h8300hs, cmpsi, addqi, *addhi3_h8300hs, addsi_h8300h, andqi3,
20504         iorqi3, xorqi3, negqi2, neghi2_h8300h, negsi2_h8300h): Likewise.
20505         2003-05-14  Richard Sandiford  <rsandifo@redhat.com>
20506         * config/h8300/h8300.h (MASK_H8300SX): New macro.
20507         (TARGET_H8300S): True for both -ms and -msx.
20508         (TARGET_H8300SX): New macro.
20509         (TARGET_SWITCHES): Add entries for -msx and -mno-sx.
20510         * config/h8300/h8300.c (asm_file_start): Write .h8300sx for -msx.
20511         * config/h8300/elf.h (LINK_SPEC): Use -m h8300sxelf for -msx.
20512         * config/h8300/t-h8300 (MULTILIB_MATCHES): Use -ms multilibs for -msx.
20513         [Temporary change.]
20514         2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
20515         * config/h8300/h8300.h (SIZE_TYPE, PTRDIFF_TYPE): Use short with
20516         16-bit pointers and 32-bit ints.
20517         * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Accept
20518         CONST_DOUBLE with mode no wider than SImode.
20519         * config/h8300/h8300.md (extendqisi2_h8300): Add constraints for
20520         output operand.
20521         2003-02-27  Alexandre Oliva  <aoliva@redhat.com>
20522         * config/h8300/h8300.c (general_operand_src): Match CONSTANT_P_RTX
20523         or SUBREG thereof.
20524         * config/h8300/h8300.h (PREDICATE_CODES): Adjust.
20525         2003-02-22  Alexandre Oliva  <aoliva@redhat.com>
20526         * config/h8300/h8300.c (dosize): Truncate sign * size to Pmode.
20527
20528 2004-05-28  Aaron W. LaFramboise <aaronraolete36@aaronwl.com>
20529
20530         * config.gcc (i[34567]86-*-mingw32*): Enable threads by default.
20531
20532 2004-07-07  Per Bothner  <per@bothner.com>
20533
20534         * flow.c (attempt_auto_inc):  Remove now-redundant PUT_CODE.
20535
20536 2004-07-07  Mike Stump  <mrs@apple.com>
20537
20538         * darwin.h (ASM_OUTPUT_LABELREF): Fix -fno-leading-underscore.
20539         * darwin.c (machopic_non_lazy_ptr_name, machopic_stub_name)
20540         (machopic_finish): Likewise.
20541
20542 2004-07-07  Richard Henderson  <rth@redhat.com>
20543
20544         * tree-ssa-dom.c (simplify_switch_and_lookup_avail_expr): Look
20545         through any value-preserving cast.
20546
20547 2004-07-07  Alexandre Oliva  <aoliva@redhat.com>
20548
20549         * function.c (assign_parm_find_data_types): Call
20550         FUNCTION_ARG_PASS_BY_REFERENCE only if it's defined.
20551
20552 2004-07-07  Steven Bosscher  <stevenb@suse.de>
20553
20554         * tree-cfg.c (group_case_labels): Remove case labels that have
20555         the same target as the default case.
20556
20557 2004-07-07  Steven Bosscher  <stevenb@suse.de>
20558
20559         * tree-inline.c (optimize_inline_calls): Set DECL_INLINED_FNS
20560         regardless of DECL_LANG_SPECIFIC being present or not.
20561         * tree.h (DECL_NUM_STMTS): Purge.
20562
20563 2004-07-07  Andrew Pinski  <apinski@apple.com>
20564
20565         * configure: Regenerate with the right autoconf.
20566
20567 2004-07-07  David Edelsohn  <edelsohn@gnu.org>
20568
20569         * ifcvt.c (total_bb_rtx_cost): New function.
20570         (find_if_case_1): Compare rtx_cost of basic block to cost of
20571         BRANCH_COST insns.
20572         (find_if_case_2): Same.
20573
20574 2004-07-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
20575
20576         PR target/10567
20577         * config/sparc/sparc.c (load_pic_register): Honor flag_delayed_branch.
20578         (output_return): Likewise.
20579         (output_sibcall): Abort if !flag_delayed_branch.
20580         (sparc_function_ok_for_sibcall): Return 0 if !flag_delayed_branch.
20581         (emit_and_preserve): New function.
20582         (sparc_output_mi_thunk): Use it.  Honor flag_delayed_branch.  Emit an
20583         indirect jump to the thunked-to function if !flag_delayed_branch.
20584         * config/sparc/sparc.md (delayed_branch): New attribute.
20585         (load_pcrel_sym): Honor flag_delayed_branch.  Use above
20586         attribute to compute the length of the insn.
20587         (goto_handler_and_restore): Likewise.
20588
20589 2004-07-07  Andrew Pinski  <apinski@apple.com>
20590
20591         PR tree-optimization/15777
20592         * fold-const.c (fold_single_bit_test): Fold the x^1 expression.
20593
20594         * expr.c (expand_expr_real_1): Fix formating.
20595         BUFFER_REF and IN_EXPR are dead.
20596         * fold-const.c (non_lvalue): BUFFER_REF is dead.
20597         * tree-inline.c (estimate_num_insns_1): Likewise.
20598         * tree-pretty-print.c (dump_generic_node): BUFFER_REF,
20599         IN_EXPR, SET_LE_EXPR, and CARD_EXPR are dead.
20600         * tree.def (BUFFER_REF, IN_EXPR, SET_LE_EXPR, CARD_EXPR): Kill.
20601
20602 2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
20603
20604         * collect2.c (dump_file): Don't call cplus_demangle if
20605         HAVE_LD_DEMANGLE is defined.
20606         (main): Pass "--demangle" to ld if no_demangle is not 0 and
20607         HAVE_LD_DEMANGLE is defined. Don't set current_demangling_style
20608         if HAVE_LD_DEMANGLE is defined.
20609
20610         * configure.ac (--with-demangler-in-ld): Added
20611         (HAVE_LD_DEMANGLE): Define if ld supports --demangle when
20612         --with-demangler-in-ld is used.
20613         * config.in: Regenerated.
20614         * configure: Likewise.
20615
20616 2004-07-07  Roger Sayle  <roger@eyesopen.com>
20617
20618         * config/rs6000/rs6000.c (struct processor_costs): Add new fields
20619         for simple floating point operations "fp", double precision
20620         multiplication "dmul", and single and double precision division
20621         "sdiv" and "ddiv".  Update all CPU variant tables as appropriate.
20622         (ppc630_cost): New table split from ppc620_cost, to distinguish
20623         differences in floating point latencies.
20624         (rs6000_override_options): Use ppc630_cost for PROCESSOR_PPC630.
20625         (rs6000_rtx_costs): Add support for single and double precision
20626         floating point addition, subtraction, multiplication, division,
20627         fused-multiply-add, fused-multiply-sub, negation, absolute value
20628         and negative absolute value.  Tweak MEM case to use prefered idiom.
20629
20630 2004-07-07  Richard Henderson  <rth@redhat.com>
20631
20632         * tree-flow-inline.h (may_propagate_copy): Move...
20633         * tree-ssa-copy.c (may_propagate_copy): ... here.  Fail if we
20634         attempt to copy between types requiring conversion.
20635         * tree-flow.h (may_propagate_copy): Update decl.
20636         * tree-ssa-dom.c (cprop_operand): Tidy redundant tests.
20637
20638 2004-07-07  Jakub Jelinek  <jakub@redhat.com>
20639
20640         * config/i386/i386.c (override_options): Don't set x86_prefetch_sse
20641         from -mtune= option.
20642
20643 2004-07-07  Alexandre Oliva  <aoliva@redhat.com>
20644
20645         * builtins.c: Rename movstr*, except for movstrict*, to
20646         movmem* and clrstr* to clrmem*.
20647         * expr.c: Likewise.
20648         * expr.h: Likewise.
20649         * genopinit.c: Likewise.
20650         * integrate.c: Likewise.
20651         * local-alloc.c: Likewise.
20652         * optabs.c: Likewise.
20653         * optabs.h: Likewise.
20654         * config/alpha/alpha.h: Likewise.
20655         * config/alpha/alpha.md: Likewise.
20656         * config/arm/arm-protos.h: Likewise.
20657         * config/arm/arm.c: Likewise.
20658         * config/arm/arm.md: Likewise.
20659         * config/avr/avr.md: Likewise.
20660         * config/c4x/c4x.c: Likewise.
20661         * config/c4x/c4x.md: Likewise.
20662         * config/frv/frv.md: Likewise.
20663         * config/i386/i386-protos.h: Likewise.
20664         * config/i386/i386.c: Likewise.
20665         * config/i386/i386.h: Likewise.
20666         * config/i386/i386.md: Likewise.
20667         * config/i860/i860.c: Likewise.
20668         * config/i860/i860.md: Likewise.
20669         * config/ip2k/ip2k.md: Likewise.
20670         * config/ip2k/libgcc.S: Likewise.
20671         * config/ip2k/t-ip2k: Likewise.
20672         * config/m32r/m32r.c: Likewise.
20673         * config/m32r/m32r.md: Likewise.
20674         * config/mcore/mcore.md: Likewise.
20675         * config/mips/mips.c: Likewise.
20676         * config/mips/mips.md: Likewise.
20677         * config/ns32k/ns32k.c: Likewise.
20678         * config/ns32k/ns32k.h: Likewise.
20679         * config/ns32k/ns32k.md: Likewise.
20680         * config/pa/pa.c: Likewise.
20681         * config/pa/pa.md: Likewise.
20682         * config/pdp11/pdp11.h: Likewise.
20683         * config/pdp11/pdp11.md: Likewise.
20684         * config/rs6000/rs6000.c: Likewise.
20685         * config/rs6000/rs6000.md: Likewise.
20686         * config/s390/s390-protos.h: Likewise.
20687         * config/s390/s390.c: Likewise.
20688         * config/s390/s390.md: Likewise.
20689         * config/sh/lib1funcs.asm: Likewise.
20690         * config/sh/sh.c: Likewise.
20691         * config/sh/sh.md: Likewise.
20692         * config/sh/t-sh: Likewise.
20693         * config/sparc/sparc.h: Likewise.
20694         * config/vax/vax.md: Likewise.
20695         * config/xtensa/xtensa.c: Likewise.
20696         * config/xtensa/xtensa.md: Likewise.
20697         * doc/invoke.texi: Likewise.
20698         * doc/md.texi: Likewise.
20699         * doc/rtl.texi: Likewise.
20700
20701 2004-07-07  Richard Sandiford  <rsandifo@redhat.com>
20702
20703         PR target/16407
20704         * config/mips/mips-protos.h (mips_declare_common_object): Declare.
20705         * config/mips/mips.c (mips_declare_common_object): New function,
20706         mostly split out from...
20707         (mips_output_aligned_decl_common): ...here.
20708         * config/mips/mips.h (ASM_OUTPUT_LOCAL): Remove in favor of...
20709         (ASM_OUTPUT_ALIGNED_LOCAL): ...this new definition.
20710         * config/mips/iris6.h (ASM_OUTPUT_ALIGNED_LOCAL): Undefine this
20711         rather than ASM_OUTPUT_LOCAL.  Call mips_declare_common_object.
20712
20713 2004-07-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20714
20715         PR c/16392
20716         * function.c (assign_parms): Fix typo from previous change.
20717
20718 2004-07-07  Jason Merrill  <jason@redhat.com>
20719
20720         PR c++/15815
20721         * doc/extend.texi (C++ Interface): Correct information and
20722         discourage use.
20723
20724 2004-07-07  Vladimir Makarov  <vmakarov@redhat.com>
20725
20726         PR target/16130
20727         PR target/16142
20728         PR target/16143
20729         * config/ia64/ia64.c (ia64_dfa_new_cycle): Reset DFA state for asm
20730         insn.
20731
20732 2004-07-06  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
20733
20734         PR target/1679.
20735         * config/m32r/m32r.c (m32r_function_symbol): New function:
20736         Generate a symbol name RTX with the correct m32r specific flags
20737         set.
20738         (block_move_call): Use new function to generate correct symbol.
20739         * config/m32r/m32r-protos.h: Add prototype for new funcion.
20740         * config/m32r/m32r.h (INITIALIZE_TRAMPOLINE): Use the new
20741         function.
20742
20743 2004-07-07  Nathan Sidwell  <nathan@codesourcery.com>
20744
20745         * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE,
20746         TYPE_BINFO_VIRTUALS, TYPE_BINFO_BASETYPES,
20747         TYPE_BINFO_BASETYPE): Remove.
20748         (BINFO_BASETYPES, BINFO_N_BASETYPES, BINFO_BASETYPE): Rename
20749         to ...
20750         (BINFO_BASE_BINFOS, BINFO_N_BASE_BINFOS, BINFO_BASE_BINFO): ...
20751         here.
20752         (BINFO_BASEACCESSES, BINFO_BASEACCESS): Rename to ...
20753         (BINFO_BASE_ACCESSES, BINFO_BASE_ACCESS): ... here.
20754         (BINFO_INHERITANCE_CHAIN): Redocument as it is actually used.
20755         (struct tree_binfo): Rename base_types to base_binfos.
20756         * alias.c (record_component_aliases): Adjust BINFO macros.
20757         * dbxout.c (dbxout_type): Likewise.
20758         * dwarf2out.c (gen_member_die): Likewise.
20759         * sdbout.c (sdbout_one_type): Likewise.
20760         * tree-dump.c (deque_and_dump): Likewise.
20761         * config/i386/i386.c (classify_argument,
20762         contains_128bit_aligned_vector_p): Likewise.
20763
20764 2004-07-07  Nick Clifton  <nickc@redhat.com>
20765
20766         * config/fr30/fr30.c (fr30_setup_incoming_varargs): Change
20767         arguments to match TARGET_SETUP_INCOMING_VARARGS prototype.
20768
20769 2004-07-07  Nathan Sidwell  <nathan@codesourcery.com>
20770
20771         * vec.h: Fix the example use.
20772
20773 2004-07-06  Richard Henderson  <rth@redhat.com>
20774
20775         * langhooks-def.h (LANG_HOOKS_GIMPLE_BEFORE_INLINING): Remove.
20776         * langhooks.h (struct lang_hooks): Remove gimple_before_inlining.
20777         * tree-inline.c (copy_body_r, setup_one_parameter,
20778         initialize_inlined_parameters, expand_call_inline,
20779         declare_inline_vars): Don't check it.
20780         (expand_calls_inline): Remove old version, rename new version
20781         from gimple_expand_calls_inline.
20782         * tree-optimize.c (execute_gimple): Remove.
20783         (pass_gimple): Don't run anything.
20784
20785 2004-07-06  Joseph S. Myers  <jsm@polyomino.org.uk>
20786
20787         * doc/sourcebuild.texi: Use semicolons instead of commas in
20788         section title.
20789
20790 2004-07-06  Richard Henderson  <rth@redhat.com>
20791
20792         * tree-sra.c (struct sra_walk_fns): Revert 2004-07-05 change.
20793         (sra_walk_modify_expr, scan_init): Likewise.
20794         (generate_element_zero): Check visited before scanning children.
20795         (generate_element_init): Set visited on error.
20796         (scalarize_init): Handle generate_element_init failure similar
20797         to use_block_copy.
20798
20799 2004-07-06  Joseph S. Myers  <jsm@polyomino.org.uk>
20800
20801         * toplev.h (NO_FRONT_END_DIAG, ATTRIBUTE_GCC_FE_DIAG): Define.
20802         (warning, error, pedwarn, sorry): Use ATTRIBUTE_GCC_FE_DIAG.
20803
20804 2004-07-06  Richard Henderson  <rth@redhat.com>
20805
20806         * config/i386/i386.c (legitimize_pic_address): Make static.
20807         (legitimize_address): Handle CONST with TLS operand.
20808         (ix86_expand_move): Don't call legitimize_pic_address directly.
20809         * config/i386/i386-protos.h (legitimize_pic_address): Remove.
20810
20811 2004-07-06  Roger Sayle  <roger@eyesopen.com>
20812
20813         * ifcvt.c (struct noce_if_info): Add a Boolean b_unconditional field.
20814         (noce_try_sign_mask): Tweak rtx_cost check if t is evaluated anyway.
20815         (noce_process_if_block): Initialize if_info.b_unconditional if insn_b
20816         is currently executed unconditionally, i.e. not in "else_bb".
20817
20818 2004-07-06  Steven Bosscher  <stevenb@suse.de>
20819
20820         * config/alpha/alpha.c (alpha_use_dfa_pipeline_interface): Remove.
20821         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
20822         * config/arm/arm.c (arm_use_dfa_pipeline_interface): Remove.
20823         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
20824         * config/frv/frv.c (frv_use_dfa_pipeline_interface): Remove.
20825         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
20826         * config/i386/i386.c (ia32_use_dfa_pipeline_interface): Remove.
20827         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
20828         * config/ia64/ia64.c (ia64_use_dfa_pipeline_interface): Remove.
20829         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
20830         * config/pa/pa.c (hhpa_use_dfa_pipeline_interface): Remove.
20831         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
20832         * config/sparc/sparc.c (sparc_use_dfa_pipeline_interface): Remove.
20833         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
20834         * config/v850/v850.c (v850_use_dfa_pipeline_interface): Remove.
20835         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
20836
20837 2004-07-06  Daniel Berlin  <dberlin@dberlin.org>
20838
20839         * dojump.c (do_jump): REFERENCE_EXPR is dead.
20840         * expr.c (expand_expr_real_1): Ditto.
20841         * tree-inline.c (estimate_num_insns_1): Ditto.
20842         * tree-pretty-print.c (dump_generic_node): Ditto.
20843         (op_symbol): Ditto.
20844         * tree.def: Ditto.
20845
20846 2004-07-06  Daniel Berlin  <dberlin@dberlin.org>
20847
20848         * tree-ssa-pre.c (reference_node_pool): New pool.
20849         (find_or_generate_expression): Class 'r' is okay too.
20850         (create_value_expr_from): Ditto.
20851         (add_to_sets): LHS should not include vuses.
20852         (eliminate): Ditto.
20853         (compute_avail): Reverse ordering of tests.
20854         Valuize INDIRECT_REF as well.
20855
20856 2004-07-06  Richard Sandiford  <rsandifo@redhat.com>
20857
20858         PR rtl-optimization/16380
20859         * loop.c (check_dbra_loop): Sink comparison instructions if they
20860         do something other than set cc0.
20861
20862 2004-07-06  James E Wilson  <wilson@specifixinc.com>
20863
20864         * doc/interface.texi (longjmp and automatic variables): Delete
20865         paragraph recommending taking the address of a variable.
20866
20867 2004-07-06  Nathan Sidwell  <nathan@codesourcery.com>
20868
20869         * vec.h (VEC_embedded_alloc): Remove.
20870         (VEC_embedded_size, VEC_embedded_init): New.
20871         (VEC_alloc, VEC_reserve, VEC_safe_push, VEC_safe_insert): Add
20872         MEM_STAT_INFO.
20873         (VEC_truncate): New.
20874         (vec_p_reserve, vec_o_reserve): Add MEM_STAT_DECL.
20875         (vec_embedded_alloc): Remove.
20876         * vec.c (vec_p_reserve, vec_o_reserve): Add MEM_STAT_DECL, adjust.
20877         (vec_embedded_alloc): Remove.
20878
20879 2004-07-06  Mark Mitchell  <mark@codesourcery.com>
20880
20881         * Makefile.in (langhooks.o): Do not depend on gt-langhooks.h.
20882         (gt-langhooks.h): Remove.
20883
20884 2004-07-06  George Helffrich <george@gly.bris.ac.uk>
20885
20886         * xcoffout.h (DBX_FINISH_SYMBOL): Fix typo.
20887
20888 2004-07-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
20889
20890         * config/sparc/sparc.c (get_pc_symbol): Rename into
20891         add_pc_to_pic_symbol.
20892         (get_pc_symbol_name): Rename into add_pc_to_pic_symbol_name.
20893         (load_pic_register): Account for previous changes.
20894         Use reg_names.  Don't create the label twice.
20895         * config/sparc/sparc.md (UNSPEC_GET_PC): Rename into
20896         UNSPEC_LOAD_PCREL_SYM.
20897         (get_pc): Rename into load_pcrel_sym.  Add predicate to
20898         operands.  Remove condition.
20899
20900 2004-07-06  Nathan Sidwell  <nathan@codesourcery.com>
20901
20902         * dbxout.c (dbxout_type): Don't test whether the binfo slot of
20903         RECORD, UNION & QUAL_UNION is actually a binfo.
20904
20905         * tree.h (TREE_VIA_VIRTUAL): Rename to ...
20906         (BINFO_VIRTUAL_P): ... here. Require TREE_BINFO only.
20907         (BINFO_MARKED, BINFO_FLAG_[16]): New binfo flags.
20908         * dbxout.c (dbxout_type): Use BINFO_VIRTUAL_P.
20909         * dwarf2out.c (add_data_member_location_attribute): Likewise.
20910         (gen_inheritance_die): Likewise.
20911         * tree-dump.c (deque_and_dump): Likewise.
20912         * doc/c-tree.texi (Binfos): Add under reconstruction note.
20913
20914 2004-07-06  Steven Bosscher  <stevenb@suse.de>
20915
20916         * config/mcore/mcore.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE):
20917         Define.
20918         * config/mcore/mcore.md: Model memory latency with a simple DFA
20919         pipeline description instead of a define_function_unit.
20920
20921 2004-07-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
20922
20923         * langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.
20924         * langhooks.h (var_mod_type_p): Likewise.
20925         * c-decl.c (finish_decl): Add extra arg to variably_modified_type_p.
20926         * expr.c (count_type_elements): Properly handle return from
20927         array_type_nelts and properly test for overflow.
20928         * gimplify.c (gimplify_init_constructor): Properly handle return
20929         from array_type_nelts.
20930         (gimplify_addr_expr): Remove redundant clear of TREE_SIDE_EFFECTS.
20931         * integrate.c (copy_decl_for_inlining): Correct comments.
20932         * tree-inline.c (remap_decl): Update comments, remove dead code,
20933         and copy DECL_FIELD_OFFSET and DECL_QUALIFIER, if they exist.
20934         (remap_type): Only remap if variably modified by vars in function
20935         being inlined.
20936         (copy_body_r): Use compatible_type langhooks to see when can fold.
20937         (setup_one_parameter): Don't remap type.
20938         (inline_forbidden_p_1): Add arg to variably_modified_type_p.
20939         * tree.c (recompute_tree_invarant_for_addr_expr): Properly
20940         compute TREE_INVARIANT for decl case.
20941         (find_var_from_fn): New function.
20942         (variably_modified_type_p): Add arg and call new function.
20943         * tree.h (variably_modified_type_p): Add extra arg.
20944
20945 2004-07-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
20946
20947         * config/sparc/sparc.md (nonlocal_goto): Remove disabled code.
20948         (goto_handler_and_restore_v9): Delete disabled insn.
20949         (goto_handler_and_restore_v9_sp64): Likewise.
20950
20951 2004-07-05  Roger Sayle  <roger@eyesopen.com>
20952
20953         * calls.c (load_register_parameters): Call expand_shift instead
20954         of expand_binop with ashl_optab (or other shift optab) directly.
20955         * expr.c (emit_group_load, emit_group_store): Likewise.
20956         * function.c (assign_parm_setup_block): Likewise.
20957         * stmt.c (shift_return_value): Likewise.
20958
20959 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
20960
20961         * expr.c (expand_assignment): Disable the bitfield += optimizations.
20962
20963 2004-07-05  Joseph S. Myers  <jsm@polyomino.org.uk>
20964
20965         * doc/sourcebuild.texi: Revert previous patch.
20966
20967 2004-07-05  Joseph S. Myers  <jsm@polyomino.org.uk>
20968
20969         * c-decl.c, config/m32r/m32r.c, expr.c, optabs.c: Don't check
20970         TARGET_MEM_FUNCTIONS.
20971         * system.h: Poison TARGET_MEM_FUNCTIONS.
20972         * libfuncs.h (LTI_bcopy, LTI_bcmp, LTI_bzero, bcopy_libfunc,
20973         bcmp_libfunc, bzero_libfunc): Remove.
20974         * optabs.c (init_obtabs): Don't set bcopy_libfunc, bcmp_libfunc or
20975         bzero_libfunc.
20976         * doc/tm.texi (TARGET_MEM_FUNCTIONS): Remove.
20977         * doc/standards.texi: Don't mention calling BSD string functions.
20978         * doc/invoke.texi: Likewise.  Mention that memmove may be called.
20979         * config/vax/t-memfuncs: New.
20980         * config/memcmp.c, config/memcpy.c, config/memmove.c,
20981         config/memset.c: New.
20982         * config/pdp11/t-pdp11 (LIB2FUNCS_EXTRA): Use these files.
20983         * config.gcc (vax-*-bsd*, vax-*-sysv*, vax-*-ultrix*): Use
20984         vax/t-memfuncs.
20985         * config/alpha/alpha.h, config/arc/arc.h, config/arm/arm.h,
20986         config/avr/avr.h, config/c4x/c4x.h, config/cris/aout.h,
20987         config/elfos.h, config/gnu.h, config/h8300/h8300.h,
20988         config/i386/gas.h, config/ia64/ia64.h, config/interix.h,
20989         config/ip2k/ip2k.h, config/lynx-ng.h, config/m32r/m32r.h,
20990         config/mcore/mcore.h, config/mips/mips.h, config/mmix/mmix.h,
20991         config/netbsd.h, config/openbsd.h, config/pa/pa.h,
20992         config/rs6000/rs6000.h, config/rtems.h, config/s390/s390.h,
20993         config/sh/sh.h, config/sparc/sparc.h, config/stormy16/stormy16.h,
20994         config/svr3.h: Don't define TARGET_MEM_FUNCTIONS.
20995
20996 2004-07-05  Richard Henderson  <rth@redhat.com>
20997
20998         * function.c (assign_parm_setup_reg): Properly rename variables in
20999         FUNCTION_ARG_CALLEE_COPIES section.
21000
21001 2004-07-05  Zack Weinberg  <zack@codesourcery.com>
21002
21003         * tree-mudflap.c: Include cgraph.h.
21004         (mf_init_extern_trees): Rename to mudflap_init.  Export.
21005         Rewrite to create synthetic declarations instead of looking
21006         up declarations from mf-runtime.h.
21007         (mf_make_builtin, mf_make_cache_struct_type): New functions.
21008         (mf_cache_shift_decl, mf_cache_mask_decl, mf_unregister_fndecl):
21009         Correct commentary.
21010         (execute_mudflap_function_decls, mudflap_register_call):
21011         Don't call mf_init_extern_trees.
21012         (mudflap_finish_file): Use cgraph_build_static_cdtor.
21013
21014         * tree-mudflap.h: Update prototypes.
21015         * c-mudflap.c: Delete file.
21016         * c-common.c: Include tree-mudflap.h.
21017         (c_common_nodes_and_builtins): Call mudflap_init if appropriate.
21018         * Makefile.in: Remove all references to c-mudflap.o.
21019         Update dependencies.
21020
21021 2004-07-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21022
21023         * pa.md (prefetch, prefetch_32, prefetch_64): Only allow short
21024         displacements with the spatial-locality cache-control completer.
21025
21026 2004-07-05  Zack Weinberg  <zack@codesourcery.com>
21027
21028         * langhooks.c: Don't include gt-langhooks.h.
21029         (var_labelno): Delete.
21030         (lhd_set_decl_assembler_name): Do not append a distinguishing
21031         number to file-scope internal-linkage declarations for the first
21032         input file, even if they have DECL_CONTEXT set.  Use DECL_UID of
21033         the declaration itself (if at block scope), or its containing
21034         TRANSLATION_UNIT_DECL (if at file scope) for the distinguishing
21035         number.
21036
21037         * opts.c (cur_in_fname): New global.
21038         * opts.h: Declare it.
21039         * tree.c: Include opts.h.
21040         (make_node_stat): If creating a TRANSLATION_UNIT_DECL, give it
21041         DECL_UID equal to cur_in_fname.
21042         (copy_node_stat): Do not change DECL_UID when copying a
21043         TRANSLATION_UNIT_DECL.
21044         (build_common_tree_nodes): Adjust next_decl_uid to reserve the
21045         range 0 .. num_in_fnames-1 for TRANSLATION_UNIT_DECLs.
21046
21047         * c-decl.c (c_static_assembler_name): Delete.
21048         * c-tree.h (c_static_assembler_name): Delete prototype.
21049         * c-lang.c, objc/objc-lang.c: Don't override
21050         LANG_HOOKS_SET_DECL_ASSEMBLER_NAME.
21051
21052         * Makefile.in (tree.o): Update dependencies.
21053         (GTFILES): Remove langhooks.c.
21054
21055 2004-07-05  Roger Sayle  <roger@eyesopen.com>
21056
21057         * fold-const.c (fold) <TRUNC_MOD_EXPR>: Optimize unsigned modulus
21058         by a power of two into a bit-wise AND, i.e. "X % C" as "X & (C-1)".
21059         Normalize "X % C" as "X % -C" for signed modulus and negative C.
21060         Optimize "X % -Y" as "X % Y" for signed modulus.
21061         <EQ_EXPR>: Recursively call "fold" when transforming "(X % Y) == 0"
21062         into "((unsigned) X % Y) == 0".
21063
21064 2004-07-05  Joseph S. Myers  <jsm@polyomino.org.uk>
21065
21066         * sourcebuild.texi (Config Fragments): Use @comma{} in
21067         cross-reference to section title.
21068
21069 2004-07-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
21070
21071         * tree.h (DECL_SEEN_IN_BIND_EXPR_P): New macro.
21072         * gimplify.c (gimple_add_tmp_var, gimplify_bind_expr): Use it.
21073         (gimplify_target_expr, gimplify_expr): Likewise.
21074         (copy_if_shared_r): No longer need special case for BIND_EXPR.
21075         (unshare_body, unvisit_body): Only look at nested if BODY_P is
21076         whole function.
21077         (gimplify_compound_lval): See if we can strip any useless conversion.
21078         (gimplify_modify_expr, gimplify_modify_expr_to_memcpy): Take size
21079         from RHS, not LHS.
21080         (gimplify_modify_expr_to_memset): Likewise.
21081         (gimplify_expr, case CONSTRUCTOR): Handle use as statement.
21082         * tree-inline.c (setup_one_parameter): Use DECL_SEEN_IN_BIND_EXPR_P.
21083         (declare_inline_vars): Likewise.
21084         (walk_type_fields): New function.
21085         (walk_tree): Use it.
21086         * tree-nested.c (create_tmp_var_for): Show seen in BIND_EXPR.
21087
21088         * tree-sra.c (struct sra_walk_fns): Init function now returns bool.
21089         (sra_walk_modify_expr): Allow init function to fail.
21090         (scan_init): Now returns bool.
21091         (generate_element_init): If can't understand INIT, return false.
21092         (scalarize_init): Return false if generate_element_init does.
21093
21094         * tree-pretty-print.c (dump_generic_node, case ARRAY_TYPE): Properly
21095         print bounds.
21096
21097         * expr.c (expand_expr_real_1, case SWITCH_EXPR): Don't check against
21098         bounds if bounds aren't constant.
21099
21100         * tree-cfg.c (verify_expr): Use CHECK_OP in binary case.
21101
21102         * function.c, langhooks-def.h, langhooks.h: Move max_size hook
21103         to type hooks; remove bogus PARAMS.
21104
21105 2004-07-05  Nathan Sidwell  <nathan@codesourcery.com>
21106
21107         * c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.
21108         * dwarf2out.c (add_data_member_location_attribute): Check for
21109         TREE_BINFO.
21110         * tree.c (tree_node_kinds): Add "binfos".
21111         (binfo_lang_slots): New.
21112         (make_node_stat): Add TREE_BINFO.
21113         (make_tree_binfo_stat): New.
21114         (tree_node_structure): Add TREE_BINFO.
21115         * tree.def (TREE_BINFO): New.
21116         * tree.h (REC_OR_UNION_CHECK): Rename to ...
21117         (RECORD_OR_UNION_CHECK): ... here.
21118         (NOT_RECORD_OR_UNION_CHECK): New.
21119         (TRE_VIA_VIRTUAL): Allow TREE_LIST or TREE_BINFO.
21120         (TYPE_FIELDS, TYPE_METHODS, TYPE_VFIELD): Adjust for
21121         RECORD_OR_UNION_CHECK.
21122         (TYPE_BINFO): Use RECORD_OR_UNION_CHECK.
21123         (TYPE_LANG_SLOT_1): New.
21124         (BINFO_TYPE, BINFO_OFFSET, BINFO_VTABLE, BINFO_VIRTUALS,
21125         BINFO_BASETYPES, TYPE_BINFO_BASETYPES, BINFO_VPTR_FIELD,
21126         BINFO_BASEACCESSES, BINFO_INHERITANCE_CHAIN): Adjust.
21127         (BINFO_ELTS): Remove.
21128         (BINFO_LANG_SLOT): New.
21129         (struct tree_binfo): New.
21130         (binfo_lang_slots): Declare.
21131         (enum tree_node_structure_enum): Add TS_BINFO.
21132         (union tree_node): Add binfo.
21133         (make_tree_binfo_stat): Declare.
21134         (make_tree_binfo): New.
21135         (enum tree_node_kind): Add binfo_kind.
21136
21137         * objc/objc-act.c (start_class, objc_declare_protocols,
21138         start_protocols): Use TYPE_LANG_SLOT_1.
21139         * objc/objc-act.h (CLASS_BINFO_ELTS, PROTOCOL_BINFO_ELTS): Rename
21140         to ...
21141         (CLASS_LANG_SLOT_ELTS, PROTOCOL_LANG_SLOT_ELTS): ... here.
21142         (CLASS_IVARS, CLASS_RAW_IVARS, CLASS_STATIC_TEMPLATE,
21143         CLASS_CATEGORY_LIST, CLASS_PROTOCOL_LIST, CLASS_OWN_IVARS,
21144         PROTOCOL_LIST, PROTOCOL_FORWARD_DECL): Use TYPE_LANG_SLOT_1.
21145
21146 2004-07-05  Steven Bosscher  <stevenb@suse.de>
21147
21148         * rtl.h (struct rtx_def): Remove the integrated flag.
21149         Use the return_val flag for MEM_SCALAR_P.
21150         Reshuffle and update flags in CLEAR_RTX_FLAGS.
21151
21152 2004-07-05  Richard Sandiford  <rsandifo@redhat.com>
21153
21154         PR target/16357
21155         * config/mips/mips.c (mips_block_move_straight): Pass BLKmode memrefs
21156         to mips_expand_unaligned_load, mips_expand_unaligned_store, and
21157         move_by_pieces.
21158
21159 2004-07-05  Josef Zlomek  <zlomekj@suse.cz>
21160
21161         * var-tracking.c: Fix some comments.
21162         (frame_stack_adjust): New.
21163         (vt_stack_adjustments): Init stack_adjust of entry block to
21164         minus stack adjustment of function prologue.
21165         (adjust_stack_reference): Do not adjust if adjustment == 0.
21166         (compute_bb_dataflow): Use plus_constant instead of gen_rtx_PLUS.
21167         (emit_notes_in_bb): Likewise.
21168         (vt_add_function_parameters): Do not adjust locations of
21169         function arguments.
21170         (vt_initialize): Compute the stack adjustment of function
21171         prologue and offset the initial "location" of frame_base_decl
21172         from the stack pointer after prologue.
21173
21174 2004-07-04  Richard Henderson  <rth@redhat.com>
21175
21176         * function.c (struct assign_parm_data_all): New.
21177         (struct assign_parm_data_one): New.
21178         (assign_parms_initialize_all, assign_parms_augmented_arg_list,
21179         assign_parm_find_data_types, assign_parms_setup_varargs,
21180         assign_parm_find_entry_rtl, assign_parm_is_stack_parm,
21181         assign_parm_find_stack_rtl, assign_parm_adjust_entry_rtl,
21182         assign_parm_adjust_stack_rtl, assign_parm_setup_block_p,
21183         assign_parm_setup_block, assign_parm_setup_reg,
21184         assign_parm_setup_stack, assign_parms_unsplit_complex): Split from ...
21185         (assign_parms): ... here.
21186
21187 2004-07-04  Daniel Berlin  <dberlin@dberlin.org>
21188
21189         * tree-ssa-pre.c (bb_value_sets): phi_gen, tmp_gen, new_sets
21190         now are bitmap_set_t's.
21191         (bitmap_insert_into_set): No point in inserting the value if
21192         it's invariant.
21193         (bitmap_set_contains): New function.
21194         (bitmap_set_replace_value): Add comment on why we do it
21195         this way.
21196         (set_contains): Removed.
21197         (bitmap_set_subtract_from_value_set): New name of
21198         set_subtract now that it's arguments are two different
21199         types of sets.
21200         Update callers.
21201         (bitmap_find_leader): Change algorithm used.
21202         (find_or_generate_expression): Update use of functions for new
21203         bitmap sets.
21204         (create_expression_by_pieces): Ditto.
21205         (insert_aux): Ditto.
21206         (insert): Ditto.
21207         (add_to_sets): Ditto.
21208         (init_pre): Ditto.
21209         (execute_pre): Ditto.
21210         (compute_avail): Ditto.
21211         Also ignore virtual phis.
21212
21213 2004-07-04  Richard Sandiford  <rsandifo@redhat.com>
21214
21215         * combine.c (simplify_comparison): Fix comment typo.
21216
21217 2004-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
21218
21219         * config/sparc/sparc.c (SIBCALL_SLOT_EMPTY_P): Rename
21220         into LEAF_SIBCALL_SLOT_RESERVED_P after negation.
21221         (eligible_for_sibcall_delay): Adjust use of SIBCALL_SLOT_EMPTY_P.
21222         (output_restore): Change parameter from 'insn' to 'pat'.
21223         (output_return): Adjust call to output_restore.
21224         (output_sibcall): Adjust use of SIBCALL_SLOT_EMPTY_P.
21225         Adjust call to output_restore.
21226
21227 2004-07-04  Neil Booth  <neil@duron.akihabara.co.uk>
21228
21229         * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_COMMON): Define __unix__
21230         and assert system is bsd.
21231
21232 2004-07-04  Richard Sandiford  <rsandifo@redhat.com>
21233
21234         * config/mips/mips.h (MASK_DEBUG_C, TARGET_DEBUG_C_MODE): Delete.
21235         (TARGET_SWITCHES): Remove -mdebugc.
21236         * config/mips/mips.md (seq, sne, sgt, sge, slt, sle, sgtu, sgeu)
21237         (sltu, sleu): Remove TARGET_DEBUG_C_MODE handling.
21238         (seq_[sd]i, sne_[sd]i, sge_[sd]i, sle_[sd]i_reg, sgeu_[sd]i)
21239         (sle_[sd]i_reg): Delete.
21240
21241 2004-07-04  Steven Bosscher  <stevenb@suse.de>
21242
21243         * config/iq2000/iq2000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE):
21244         Define.
21245         * config/iq2000/iq2000.md: Translate old pipeline description to an
21246         equivalent new one.
21247
21248 2004-07-04  Roger Sayle  <roger@eyesopen.com>
21249
21250         * tree-ssa-ccp.c (set_rhs): Change function to return a bool.
21251         Ensure the replacement rhs is valid gimple before performing
21252         the substitution.  Return false if these sanity checks fail.
21253         (fold_stmt): Only set changed to true, if set_rhs returns true.
21254         (execute_fold_all_builtins): Only call modify_stmt if set_rhs
21255         succeeds.
21256
21257 2004-07-04  Richard Henderson  <rth@redhat.com>
21258
21259         PR c/16348
21260         * c-typeck.c (c_finish_loop): Don't clear cond for cond_is_first loops.
21261
21262 2004-07-04  Mark Mitchell  <mark@codesourcery.com>
21263
21264         * configure.ac (ranlib_flags): New variable.
21265         * Makefile.in (RANLIB_FLAGS): New variable.
21266         (libbackend.a): Use it.
21267         * configure: Regenerated.
21268
21269 2004-07-04  Roger Sayle  <roger@eyesopen.com>
21270
21271         * ifcvt.c (noce_try_sign_mask): Call emit_store_flag to generate
21272         a "sign mask" instead of using ashr_optab directly.
21273
21274 2004-07-04  Neil Booth  <neil@duron.akihabara.co.uk>
21275
21276         * doc/cpp.texi: Don't document what we do for ill-formed expressions.
21277         * doc/cppopts.texi: Clarify processing of command-line defines.
21278
21279 2004-07-04  Gerald Pfeifer  <gerald@pfeifer.com>
21280
21281         * doc/contrib.texi (Contributors): Adjust link for GNU Classpath.
21282
21283 2004-07-04  Richard Henderson  <rth@redhat.com>
21284
21285         * rtl.def (ADDRESSOF): Remove.
21286         * alias.c (rtx_equal_for_memref_p): Don't handle addressof.
21287         (find_base_term, memrefs_conflict_p): Likewise.
21288         * cse.c (fixed_base_plus_p, find_best_addr: Likewise.
21289         (fold_rtx, cse_insn, set_live_p): Likewise.
21290         * dwarf2out.c (mem_loc_descriptor): Likewise.
21291         (add_location_or_const_value_attribute): Likewise.
21292         * emit-rtl.c (copy_insn_1): Likewise.
21293         * explow.c (memory_address): Likewise.
21294         * expmed.c (store_split_bit_field): Likewise.
21295         * expr.c (expand_expr_real_1): Likewise.
21296         * function.c (instantiate_decl
21297         (instantiate_virtual_regs_1, fix_lexical_addr): Likewise.
21298         * genrecog.c (preds, validate_pattern): Likewise.
21299         * integrate.c (copy_rtx_and_substitute): Likewise.
21300         * recog.c (general_operand, register_operand): Likewise.
21301         (memory_address_p): Likwise.
21302         * reload1.c (eliminate_regs, elimination_effects): Likewise.
21303         * rtl.c (copy_rtx): Likewise.
21304         * rtlanal.c (rtx_unstable_p, rtx_varies_p): Likewise.
21305         (rtx_addr_can_trap_p, nonzero_address_p, address_cost): Likewise.
21306         * rtlhooks.c (gen_lowpart_general): Likewise.
21307         * stmt.c (expand_asm_operands): Likewise.
21308         * web.c (entry_register, replace_ref, web_main): Likewise.
21309         * config/alpha/alpha.c (input_operand, alpha_legitimate_address_p,
21310         alpha_expand_block_move, alpha_expand_block_clear): Likewise.
21311         * config/arm/arm.c (thumb_rtx_costs): Likewise.
21312         * config/c4x/c4x.c (c4x_valid_operands): Likewise.
21313         * config/frv/frv.c (move_destination_operand, move_source_operand,
21314         condexec_dest_operand, condexec_source_operand,
21315         condexec_memory_operand): Likewise.
21316         * config/h8300/h8300.h (PREDICATE_CODES): Likewise.
21317         * config/ia64/ia64.c (general_xfmode_operand): Likewise.
21318         (destination_xfmode_operand): Likewise.
21319         * config/mips/mips.h (PREDICATE_CODES): Likewise.
21320         * config/mn10300/mn10300.c (mn10300_address_cost_1): Likewise.
21321         * config/s390/s390.c (general_s_operand): Likewise.
21322         * config/s390/s390.md (mov*): Likewise.
21323         * config/sparc/sparc.h (PREDICATE_CODES): Likewise.
21324
21325         * c-typeck.c (c_mark_addressable): Don't put_var_into_stack.
21326         * expr.c (expand_expr_real_1): Likewise.
21327         * stmt.c (expand_decl): Likewise.
21328         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
21329
21330         * function.c (struct fixup_replacement, struct insns_for_mem_entry,
21331         postponed_insns, put_var_into_stack, put_reg_into_stack,
21332         schedule_fixup_var_refs, fixup_var_refs, find_fixup_replacement,
21333         fixup_var_refs_insns, fixup_var_refs_insns_with_hash,
21334         fixup_var_refs_insn, fixup_var_refs_1, fixup_memory_subreg,
21335         walk_fixup_memory_subreg, fixup_stack_1, optimize_bit_field,
21336         gen_mem_addressof, flush_addressof, put_addressof_into_stack,
21337         purge_bitfield_addressof_replacements, purge_addressof_replacements,
21338         purge_addressof_1, insns_for_mem_hash, insns_for_mem_comp,
21339         struct insns_for_mem_walk_info, insns_for_mem_walk,
21340         compute_insns_for_mem, is_addressof, purge_addressof, setjmp_protect,
21341         setjmp_protect_args): Remove.
21342         (push_function_context_to): Don't handle var_refs_queue.
21343         (pop_function_context_from, free_after_compilation): Likewise.
21344         (instantiate_virtual_regs): Don't handle parm_reg_stack_loc.
21345         (assign_parms, allocate_struct_function): Likewise.
21346         (use_register_for_decl): New.
21347         (expand_function_end): Don't setjmp_protect.
21348         * function.h (struct emit_status): Update commentary.
21349         (struct function): Remove x_max_parm_reg, x_parm_reg_stack_loc.
21350         (max_parm_reg, parm_reg_stack_loc): Remove.
21351         * passes.c (DFI_addressof): Remove.
21352         (dump_file_info): Remove addressof.
21353         (rest_of_handle_addressof): Remove.
21354         (rest_of_compilation): Don't call it.
21355         * rtl.h (ADDRESSOF_REGNO, ADDRESSOF_DECL): Remove.
21356         * stmt.c (expand_decl): Use use_register_for_decl.
21357         * tree.h: Update decls.
21358         * web.c (mark_addressof): Remove.
21359         * doc/invoke.texi (-dF): Remove.
21360
21361 2004-07-03  Richard Henderson  <rth@redhat.com>
21362
21363         * config/ia64/ia64.c (spill_xfmode_operand): Use assign_stack_temp
21364         instead of gen_mem_addressof.
21365         * config/ia64/ia64.md (movxf): Use assign_stack_temp to handle
21366         TImode output register.
21367
21368 2004-07-03  Richard Henderson  <rth@redhat.com>
21369
21370         PR tree-optimization/16341
21371         * tree-sra.c (sra_walk_function): Increment to next stmt before
21372         processing the current stmt.
21373         (sra_insert_after): Always use BSI_SAME_STMT.
21374
21375 2004-07-03  Richard Henderson  <rth@redhat.com>
21376
21377         * tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Don't fold
21378         fp plus with minus.
21379
21380 2004-07-03  Joseph S. Myers  <jsm@polyomino.org.uk>
21381
21382         * tree.c (type_hash_eq): Allow TYPE_MIN_VALUE which compares equal
21383         with tree_int_cst_equal.
21384
21385 2004-07-03  Andreas Schwab  <schwab@suse.de>
21386
21387         * config/ia64/ia64.md: Define new attribute "empty".
21388         (prologue_use, nop_x, insn_group_barrier): Set it.
21389
21390         * config/ia64/ia64.c (ia64_reorg): When looking for trailing call
21391         skip over "empty" insns.
21392
21393 2004-07-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
21394
21395         * tree-inline.c (initialize_inlined_parameters): Pass proper function
21396         context to gimplify_body.
21397         (walk_tree): Don't walk into types twice.
21398         (walk_tree, case POINTER_TYPE): Deal with mutually recursive pointers.
21399
21400         * tree-sra.c (generate_element_init): Remove any useless conversions.
21401
21402         * gimplify.c (gimplify_conversion): Remove stripping useless
21403         conversions from here.
21404         (gimplify_expr): Put it here, in place of call to STRIP_MAIN_TYPE_NOPS.
21405         (gimplify_modify_expr_to_memcpy, gimplify_variable_sized_compare):
21406         Unshare before substituting PLACEHOLDER_EXPR.
21407         (gimplify_modify_expr_to_memset): Likewise.
21408         Pass address of TO to memset, not TO itself.
21409         (gimplify_init_constructor): Make copy of OBJECT so we have it each
21410         time we make an expression (to match a PLACEHOLDER_EXPR).
21411
21412         * tree-ssa.c (tree_ssa_useless_type_conversion): Also look at
21413         VIEW_CONVERT_EXPR and NON_LVALUE_EXPR.
21414         * tree-ssa-ccp.c (fold_stmt): Call just STRIP_USELESS_TYPE_CONVERSION.
21415         * tree-ssa-dom.c (local_fold): Likewise.
21416
21417         * langhooks-def.h (LANG_HOOKS_TYPE_MAX_SIZE): New langhook.
21418         * langhooks.h (strct lang_hooks): New field type_max_size.
21419         * function.c (assign_temp): Call it.
21420
21421 2004-07-03  Steven Bosscher  <stevenb@suse.de>
21422
21423         * config/sh/sh.c (sh_use_dfa_interface): Add TARGET_SH1.
21424         * config/sh/sh.md: Convert the SH1 pipeline description to
21425         a DFA model.
21426
21427 2004-07-02  Zack Weinberg  <zack@codesourcery.com>
21428
21429         * c-decl.c (struct c_binding): Remove contour field; add
21430         depth, invisible, nested fields.
21431         (B_IN_SCOPE, B_IN_CURRENT_SCOPE, B_IN_FILE_SCOPE)
21432         (B_IN_EXTERNAL_SCOPE): New convenience macros.
21433         (bind): Add invisible and nested arguments. Initialize
21434         new fields of struct c_binding; adjust loop scanning for
21435         insertion point.
21436         (free_binding_and_advance): Clear structure with memset.
21437         (pop_scope): Adjust to match.  Set DECL_CONTEXT on everything
21438         in file scope, even if it's in external scope too.
21439         (pushdecl): Adjust to match.  Create invisible file-scope
21440         declarations for block-scope forward declarations of static functions.
21441         (pushtag, warn_if_shadowing, pushdecl_top_level, implicitly_declare)
21442         (undeclared_variable, lookup_label, declare_label, define_label)
21443         (lookup_tag, lookup_name, lookup_name_in_scope, builtin_function)
21444         (c_make_fname_decl, store_parm_decls_newstyle, identifier_global_value)
21445         (store_parm_decls_oldstyle): Adjust to match.
21446         (diagnose_mismatched_decls): Correct handling of linkage clashes.
21447         (merge_decls): No need to copy C_DECL_IN_EXTERNAL_SCOPE.
21448
21449         * c-tree.h (C_DECL_IN_EXTERNAL_SCOPE): Delete.
21450         (C_DECL_DECLARED_BUILTIN, C_DECL_REGISTER): Slide down one.
21451
21452 2004-07-02  Richard Henderson  <rth@redhat.com>
21453
21454         * c-decl.c (grokdeclarator): Don't frob current_function_decl
21455         around variable_size.
21456         (set_decl_nonlocal): Remove.
21457         (store_parm_decls): Add stmts for pending sizes.
21458         * calls.c (calls_function, calls_function_1): Remove.
21459         (precompute_arguments): Don't call it.
21460         * cfgexpand.c (set_save_expr_context): Remove.
21461         (tree_expand_cfg): Don't call it.
21462         * dwarf2out.c (add_bound_info): Don't handle SAVE_EXPR.
21463         (dwarf2out_finish): Likewise.
21464         * expr.c (emit_block_move): Adjust addresses to BLKmode.
21465         (store_constructor): Don't pre-evaluate SAVE_EXPR.
21466         (safe_from_p): Don't queue SAVE_EXPRs.
21467         (expand_expr_real_1 <case SAVE_EXPR>): Rewrite to expect,
21468         or build plain VAR_DECLs.
21469         * fold-const.c (twoval_comparison_p): Don't look at SAVE_EXPR_RTL.
21470         (fold): Likewise.
21471         (fold_checksum_tree): Don't special-case SAVE_EXPR.
21472         * function.c (free_after_compilation): Don't clear x_save_expr_regs.
21473         (put_var_into_stack): Don't handle SAVE_EXPR.
21474         (gen_mem_addressof): Likewise.
21475         * function.h (struct function): Remove x_save_expr_regs.
21476         (save_expr_regs): Remove.
21477         * gengtype.c (adjust_field_tree_exp): Don't special-case SAVE_EXPR.
21478         * print-tree.c (print_node): Don't dump SAVE_EXPR_NOPLACEHOLDER.
21479         * stor-layout.c (variable_size): Don't set it.
21480         (force_type_save_exprs, force_type_save_exprs_1): Remove.
21481         * tree-inline.c (remap_save_expr): Remove fn argument.  Update
21482         all callers.  Don't set SAVE_EXPR_CONTEXT.
21483         * tree-inline.h (remap_save_expr): Update decl.
21484         * tree.c (save_expr): Update build size.
21485         (first_rtl_op): Don't handle SAVE_EXPR.
21486         (unsave_expr_1, contains_placeholder_p): Likewise.
21487         (decl_function_context): Likewise.
21488         * tree.def (SAVE_EXPR): Remove args 1 and 2.
21489         * tree.h (SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL): Remove.
21490         (SAVE_EXPR_NOPLACEHOLDER, SAVE_EXPR_PERSISTENT_P): Remove.
21491
21492 2004-07-03  Joseph S. Myers  <jsm@polyomino.org.uk>
21493
21494         * doc/bugreport.texi, doc/configterms.texi, doc/contrib.texi,
21495         doc/contribute.texi, doc/cpp.texi, doc/cppinternals.texi,
21496         doc/extend.texi, doc/install.texi, doc/invoke.texi, doc/md.texi,
21497         doc/portability.texi, doc/tree-ssa.texi, doc/trouble.texi: Avoid
21498         some first-person references and patronizing comments.  Based on
21499         printed manual.
21500         * doc/invoke.texi: Don't reference fortran@gnu.org.
21501         * doc/trouble.texi (Warning when a non-void function value is
21502         ignored): Rewrite.  From Russ Allbery and Chris Devers.
21503
21504 2004-07-02  Daniel Berlin  <dberlin@dberlin.org)
21505
21506         * tree-ssa-pre.c (bitmap_set_t): New.
21507         (bb_value_sets): avail_out is now a bitmap_set_t.
21508         (bitmap_find_leader): New function.
21509         (bitmap_value_insert_into_set): Ditto.
21510         (bitmap_set_copy): Ditto.
21511         (bitmap_value_replace_in_set): Ditto.
21512         (bitmap_set_contains_value): Ditto.
21513         (bitmap_set_new): Ditto.
21514         (bitmap_set_pool): New pool.
21515         (find_or_generate_expression): Use bitmap_ functions on AVAIL sets.
21516         (insert_aux): Ditto.
21517         (add_to_sets): Ditto.
21518         (compute_avail): Ditto
21519         (eliminate): Ditto.
21520         (init_pre): Ditto.
21521         (fini_pre): Ditto.
21522         (execute_pre): Ditto.
21523
21524 2004-07-02  Roger Sayle  <roger@eyesopen.com>
21525
21526         * config/rs6000/rs6000.c (struct processor_costs): New structure
21527         used to hold instruction latencies/sizes for processor types.
21528         (rs6000_cost): New global variable pointing to current CPU's costs.
21529         (rs6000_override_options): Initialize rs6000_cost to point to the
21530         appropriate cost table based upon rs6000_cpu and optimize_size.
21531         (rs6000_rtx_costs): Use rs6000_cost to avoid hardcoding processor
21532         timings inline.
21533
21534 2004-07-02  Richard Henderson  <rth@redhat.com>
21535
21536         * expmed.c (make_tree): Don't use SET_DECL_RTL.
21537
21538 2004-07-02  Steven Bosscher  <stevenb@suse.de>
21539
21540         * tree-flow.h (bb_ann_d): Remove ephi_nodes field.
21541
21542 2004-07-01  Richard Henderson  <rth@redhat.com>
21543
21544         * config/alpha/alpha.c (struct machine_function): Add gp_save_rtx.
21545         (alpha_gp_save_rtx): Use assign_stack_local instead of
21546         gen_mem_addressof.
21547
21548 2004-07-01  Richard Henderson  <rth@redhat.com>
21549
21550         * config/alpha/alpha.c (struct alpha_rtx_cost_data): Add int_div.
21551         (alpha_rtx_cost_data): Update to match.
21552         (alpha_rtx_cost_size): New.
21553         (alpha_rtx_costs): Honor optimize_size.
21554
21555 2004-07-01  Richard Henderson  <rth@redhat.com>
21556
21557         * gimple-low.c (lower_function_body): Don't reset_block_changes here.
21558         * cfgexpand.c (tree_expand_cfg): Do it here.
21559         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): And here.
21560         * config/ia64/ia64.c (ia64_output_mi_thunk): And here.
21561         * config/mips/mips.c (mips_output_mi_thunk): And here.
21562         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): And here.
21563         * config/sh/sh.c (sh_output_mi_thunk): And here.
21564         * config/sparc/sparc.c (sparc_output_mi_thunk): And here.
21565
21566 2004-07-01  Richard Henderson  <rth@redhat.com>
21567
21568         * tree.def (RTL_EXPR): Remove.
21569         * c-typeck.c (lvalue_p): Don't handle it.
21570         * expr.c (safe_from_p): Likewise.
21571         (expand_expr_real_1): Likewise.
21572         * fold-const.c (non_lvalue, operand_equal_p, fold): Likewise.
21573         (fold_checksum_tree, tree_expr_nonnegative_p): Likewise.
21574         * gengtype.c (adjust_field_tree_exp): Likewise.
21575         * stmt.c (warn_if_unused_value): Likewise.
21576         * tree-gimple.c (recalculate_side_effects): Likewise.
21577         * tree-pretty-print.c (dump_generic_node): Likewise.
21578         * tree.c (make_node_stat, first_rtl_op, unsave_expr_1): Likewise.
21579         (unsafe_for_reeval, stabilize_reference, build1_stat): Likewise.
21580         * tree.h (RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, RTL_EXPR_ALT_RTL): Remove.
21581
21582         * stmt.c (struct stmt_status): Remove x_last_expr_type,
21583         x_last_expr_value, x_last_expr_alt_rtl, x_expr_stmts_for_value.
21584         (last_expr_type, last_expr_value, last_expr_alt_rtl): Remove.
21585         (expand_expr_stmt): Merge with expand_expr_stmt_value.  Remove
21586         all the bits that tracked last_expr.
21587         (expand_end_bindings): Don't track last_expr.
21588         (expand_start_stmt_expr, expand_end_stmt_expr): Remove.
21589         (clear_last_expr): Remove.
21590         (expand_asm): Don't call it.
21591         (expand_asm_operands, expand_end_cond): Likewise.
21592         (expand_naked_return, expand_null_return_1): Likewise.
21593         * c-typeck.c (c_begin_compound_stmt): Likewise.
21594         * cfgexpand.c (expand_block): Use expand_expr_stmt.
21595         * expr.c (expand_expr_real_1): Likewise.
21596         * tree.h: Update prototypes.
21597
21598         * function.h (struct sequence_stack): Remove sequence_rtl_expr.
21599         (struct emit_status): Remove sequence_rtl_expr.
21600         (struct function): Remove x_rtl_expr_chain.
21601         (seq_rtl_expr, rtl_expr_chain): Remove.
21602         * function.c (struct temp_slot): Remove rtl_expr.
21603         (assign_stack_temp_for_type): Don't set it.
21604         (free_temp_slots, pop_temp_slots): Don't check it.
21605         (free_after_compilation): Don't clear x_rtl_expr_chain.
21606         (fixup_var_refs): Don't search it.
21607         (preserve_rtl_expr_result, free_temps_for_rtl_expr): Remove.
21608         * emit-rtl.c (start_sequence): Don't use sequence_rtl_expr
21609         or seq_rtl_expr.
21610         (push_topmost_sequence): Likewise.
21611         (end_sequence, init_emit): Likewise.
21612         (start_sequence_for_rtl_expr): Remove.
21613         * expmed.c (make_tree): Build a VAR_DECL instead of an RTL_EXPR.
21614         * rtl.h (preserve_rtl_expr_result): Remove.
21615
21616 2004-07-02  Kazu Hirata  <kazu@cs.umass.edu>
21617
21618         * ifcvt.c, modulo-sched.c, tree-alias-common.c, tree-sra.c,
21619         tree-ssa-copy.c, tree-ssa-dom.c, tree-ssa-pre.c: Fix comment
21620         typos.
21621
21622 2004-07-02  Aaron W. LaFramboise <aaronraolete36@aaronwl.com>
21623
21624         * gcc.c (STANDARD_STARTFILE_PREFIX_1): Define.
21625         (STANDARD_STARTFILE_PREFIX_2): Define.
21626         (standard_startfile_prefix_1): Initialize to
21627         STANDARD_STARTFILE_PREFIX_1.
21628         (standard_startfile_prefix_2): Initialize to
21629         STANDARD_STARTFILE_PREFIX_2.
21630         * config/i386/mingw32.h (MD_STARTFILE_PREFIX): Remove.
21631         (STANDARD_STARTFILE_PREFIX_1): Define.
21632         (STANDARD_STARTFILE_PREFIX_2): Define.
21633         * doc/tm.texi (STANDARD_STARTFILE_PREFIX_1): Document.
21634         (STANDARD_STARTFILE_PREFIX_2): Document.
21635
21636 2004-07-01  Richard Henderson  <rth@redhat.com>
21637
21638         * tree-sra.c (sra_walk_expr): Don't maybe_lookup_element_for_expr
21639         in order to disable scalarization.  Instead set a flag and wait
21640         for a candidate decl.
21641
21642 2004-07-01  Joseph S. Myers  <jsm@polyomino.org.uk>
21643
21644         * doc/cppinternals.texi, doc/install.texi, doc/invoke.texi,
21645         doc/md.texi, doc/sourcebuild.texi, doc/tm.texi, doc/trouble.texi:
21646         Use terminology "testsuite" and "enumerated".
21647
21648 2004-07-01  Richard Henderson  <rth@redhat.com>
21649
21650         * dwarf2out.c (reg_save): Use INVALID_REGNUM.
21651         (dwarf2out_reg_save, dwarf2out_return_save): Likewise.
21652         (initial_return_save): Likewise.
21653         (flush_queued_reg_saves): Remap register numbers.
21654         (dwarf2out_return_reg): Likewise.
21655
21656 2004-07-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
21657
21658         * gimplify.c (gimplify_one_sizepos): Don't do anything if any VAR_DECL.
21659
21660         * tree-pretty-print.c (dump_generic_node, case ARRAY_REF): Use
21661         access functions for lower bound and element size and only output
21662         if lower bound nonzero or element size not same as that of type.
21663         (dump_generic_node, case COMPONENT_REF): Use access func. for offset.
21664
21665 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
21666
21667         * c-pretty-print.c (pp_c_postfix_expression): Fix pasto.
21668
21669 2004-07-01  Per Bothner  <per@bothner.com>
21670
21671         * final.c (final):  Fix typo reported by Aaron W. LaFramboise.
21672
21673 2004-07-01  Jakub Jelinek  <jakub@redhat.com>
21674
21675         * expr.c (expand_assignment): Optimize bitfld += cst for 1 bit
21676         bitfields as well.  STRIP_NOPS from src operand and PLUS_EXPR's
21677         first operand.  Don't optimize if the bitfield is volatile.
21678
21679 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
21680
21681         * c-pretty-print.c (pp_c_postfix_expression): Handle
21682         floating-point comparison operators.
21683         (pp_c_expression): Pass floating-point comparison
21684         operators to pp_c_postfix_expression.
21685
21686 2004-07-01  Roger Sayle  <roger@eyesopen.com>
21687
21688         * simplify-rtx.c (simplify_binary_operation) <PLUS, MINUS>: Use
21689         rtx_cost instead of "had_mult" to determine whether the transformed
21690         expression is cheaper than the original.
21691
21692 2004-07-01  Jerry Quinn  <jlquinn@optonline.net>
21693
21694         * alias.c (get_alias_set, canon_rtx, get_addr,
21695         nonoverlapping_memrefs_p, nonlocal_referenced_p_1, memory_modified_1):
21696         Use MEM_P.
21697         * builtins.c (expand_builtin_prefetch, expand_builtin_profile_func,
21698         expand_builtin): Likewise.
21699         * calls.c (expand_call, emit_library_call_value_1, store_one_arg):
21700         Likewise.
21701         * combine.c (can_combine_p, combinable_i3pat, try_combine,
21702         find_split_point, combine_simplify_rtx, simplify_set, make_extraction,
21703         rtx_equal_for_field_assignment_p, gen_lowpart_for_combine,
21704         record_dead_and_set_regs_1, get_last_value_validate,
21705         mark_used_regs_combine, move_deaths, unmentioned_reg_p_1): Likewise.
21706         * cse.c (check_dependence, canon_hash, equiv_constant,
21707         gen_lowpart_if_possible, cse_insn, invalidate_from_clobbers,
21708         cse_around_loop, cse_check_loop_start, cse_set_around_loop,
21709         count_reg_usage): Likewise.
21710         * cselib.c (rtx_equal_for_cselib_p, add_mem_for_addr, cselib_lookup,
21711         cselib_invalidate_mem, cselib_invalidate_rtx, cselib_record_set,
21712         cselib_record_sets): Likewise.
21713         * dbxout.c (PARM_PASSED_IN_MEMORY, dbxout_symbol,
21714         dbxout_symbol_location, dbxout_parms, dbxout_reg_parms): Likewise.
21715         * ddg.c (mark_mem_use, mark_mem_store, rtx_mem_access_p): Likewise.
21716         * df.c (df_uses_record): Likewise.
21717         * dojump (do_jump): Likewise.
21718         * dwarf2out.c (stack_adjust_offset, mem_loc_descriptor,
21719         loc_descriptor_from_tree, rtl_for_decl_location, add_bound_info,
21720         decl_start_label): Likewise.
21721         * emit-rtl.c (gen_complex_constant_part, gen_highpart,
21722         operand_subword, change_address_1, make_safe_from): Likewise.
21723         * explow.c (break_out_memory_refs, copy_all_regs, validize_mem,
21724         stabilize, force_not_mem): Likewise.
21725         * expmed.c (store_bit_field, store_split_bit_field, extract_bit_field,
21726         expand_mult_const, expand_divmod, emit_store_flag): Likewise.
21727         * expr.c (convert_move, convert_modes, emit_block_move,
21728         emit_group_load, emit_group_store, clear_storage, emit_move_insn,
21729         emit_move_insn_1, expand_assignment, store_expr,
21730         store_constructor_field, store_constructor, store_field,
21731         force_operand, safe_from_p, expand_expr_real_1, expand_increment):
21732         Likewise.
21733         * final.c (cleanup_subreg_operands, alter_subreg,
21734         get_mem_expr_from_op): Likewise.
21735         * flow.c (notice_stack_pointer_modification_1,
21736         init_propagate_block_info, insn_dead_p, mark_set_1, mark_used_regs):
21737         Likewise.
21738         * function.c (mark_temp_addr_taken, preserve_temp_slots,
21739         preserve_rtl_expr_result, put_var_into_stack, fixup_var_refs_1,
21740         optimize_bit_field, flush_addressof, purge_addressof_1,
21741         instantiate_decl, instantiate_virtual_regs_1, assign_parms,
21742         setjmp_protect, setjmp_protect_args, fix_lexical_addr,
21743         keep_stack_depressed): Likewise.
21744         * ifcvt.c (noce_try_cmove_arith, noce_try_abs, noce_operand_ok,
21745         noce_process_if_block, find_memory): Likewise.
21746         * integrate.c (subst_constants, allocate_initial_values): Likewise.
21747         * local-alloc.c (validate_equiv_mem_from_store, memref_referenced_p,
21748         update_equiv_regs): Likewise.
21749         * loop.c (scan_loop, prescan_loop, note_addr_stored, check_store,
21750         maybe_eliminate_biv_1, find_mem_in_note_1): Likewise.
21751         * optabs.c (expand_abs, emit_unop_insn): Likewise.
21752         * passes.c (rest_of_handle_final): Likewise.
21753         * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands,
21754         move2add_note_store): Likewise.
21755         * ra-build.c (detect_remat_webs): Likewise.
21756         * ra-debug.c (dump_static_insn_cost): Likewise.
21757         * ra-rewrite.c (slots_overlap_p, insert_stores): Likewise.
21758         * recog.c (validate_change, apply_change_group, cancel_changes,
21759         validate_replace_rtx_1, general_operand, register_operand,
21760         nonmemory_operand, push_operand, pop_operand, memory_operand,
21761         indirect_operand, asm_operand_ok, offsettable_memref_p,
21762         offsettable_nonstrict_memref_p, constrain_operands,
21763         store_data_bypass_p): Likewise.
21764         * reg-stack.c (subst_stack_regs_pat): Likewise.
21765         * regclass.c (record_operand_costs, scan_one_insn, record_reg_classes,
21766         copy_cost, reg_scan_mark_refs): Likewise.
21767         * regmove.c (optimize_reg_copy_3, stack_memref_p,
21768         combine_stack_adjustments_for_block): Likewise.
21769         * regrename.c (copyprop_hardreg_forward_1): Likewise.
21770         * reload.c (can_reload_into, push_reload, decompose, immune_p,
21771         find_reloads, find_reloads_address, find_reloads_address_1,
21772         reg_overlap_mentioned_for_reload_p, refers_to_mem_for_reload_p,
21773         find_equiv_reg): Likewise.
21774         * reload1.c (reload, eliminate_regs, eliminate_regs_in_insn,
21775         reload_as_needed, choose_reload_regs, emit_input_reload_insns,
21776         do_input_reload, emit_reload_insns, gen_reload, delete_output_reload,
21777         delete_address_reloads): Likewise.
21778         * resource.c (mark_referenced_resources): Likewise.
21779         * rtlanal.c (get_jump_table_offset, count_occurrences,
21780         reg_referenced_p, reg_set_p, set_of_1, set_noop_p,
21781         reg_overlap_mentioned_p, note_uses, replace_regs, nonzero_bits1,
21782         num_sign_bit_copies1): Likewise.
21783         * rtlhooks.c (gen_lowpart_general): Likewise.
21784         * sched-deps.c (sched_analyze_1, sched_analyze_2): Likewise.
21785         * sdbout.c (PARM_PASSED_IN_MEMORY, sdbout_symbol,
21786         sdbout_toplevel_data, sdbout_parms, sdbout_reg_parms,
21787         sdbout_global_decl): Likewise.
21788         * simplify-rtx.c (simplify_subreg): Likewise.
21789         * stmt.c (expand_asm_operands, expand_expr_stmt_value, expand_decl,
21790         expand_anon_union_decl, expand_end_case_type): Likewise.
21791         * unroll.c (calculate_giv_inc): Likewise.
21792         * var-tracking.c (stack_adjust_offset_pre_post,
21793         bb_stack_adjust_offset, track_expr_p, count_uses, add_uses,
21794         add_stores, compute_bb_dataflow, vt_get_decl_and_offset,
21795         vt_add_function_parameters): Likewise.
21796         * varasm.c (make_var_volatile, notice_global_symbol,
21797         assemble_external, decode_addr_const, mark_weak,
21798         default_encode_section_info): Likewise.
21799
21800 2004-07-01  Steven Bosscher  <stevenb@suse.de>
21801
21802         * stmt.c (check_seenlabel): Remove.
21803         (pushcase, pushcase_range, expand_end_case_type): Don't call it.
21804
21805 2004-07-01  Richard Henderson  <rth@redhat.com>
21806
21807         * function.h (struct function): Remove x_function_call_count.
21808         (function_call_count): Remove.
21809         * calls.c (expand_call): Don't set it.
21810         * integrate.c (copy_rtx_and_substitute): Likewise.
21811
21812         * function.h (struct function): Remove x_cleanup_label.
21813         (cleanup_label): Remove.
21814         * stmt.c (expand_value_return): Don't use it.
21815         * function.c (free_after_compilation): Don't set it.
21816         (expand_function_start): Likewise.  Remove parms_have_cleanups arg.
21817         * cfgexpand.c (tree_expand_cfg): Update call.
21818         * tree.h (expand_function_start): Update decl.
21819
21820 2004-07-01  Joseph S. Myers  <jsm@polyomino.org.uk>
21821
21822         PR c/1027
21823         * c-lang.c (c_initialize_diagnostics): Move from here ...
21824         * c-objc-common.c: ... to here.  Include "c-pretty-print.h".
21825         (c_tree_printer): Use pretty-printer to format %T.
21826         * c-pretty-print.c (pp_c_specifier_qualifier_list): Include space
21827         before '*' if not C++.
21828         (pp_c_direct_abstract_declarator): Don't try to print array upper
21829         bound for flexible array members.
21830         * c-tree.h: Include "diagnostic.h".
21831         (c_initialize_diagnostics): Declare.
21832         * objc/objc-lang.c (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Define.
21833         * c-format.c (format_type_warning): New function.  Improve
21834         diagnostics for incorrect format argument types.
21835         (check_format_types): Use it.  Add two parameters.  Use the
21836         TYPE_MAIN_VARIANT of wanted_type.
21837         (check_format_info_main): Pass new parameters to
21838         check_format_types.
21839         (struct format_wanted_type): Update comment.
21840
21841 2004-07-01  Nick Clifton  <nickc@redhat.com>
21842
21843         * target.h (struct gcc_target): Add new field to struct cxx:
21844         import_export_class.
21845         * target-def.h (TARGET_CXX): Initialise the new field.
21846         (TARGET_CXX_IMPORT_EXPORT_CLASS): Provide a default value for
21847         the new field.
21848         * doc/tm.texi: Document the new target hook.
21849
21850 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
21851
21852         * builtins.c (fold_builtin_classify): Fix typo.
21853
21854 2004-07-01  Richard Henderson  <rth@redhat.com>
21855
21856         * function.c (identify_blocks, identify_blocks_1): Remove.
21857         * function.h (identify_blocks): Remove.
21858         * rtl.h (NOTE_INSN_BLOCK_BEG): Update comment.
21859
21860 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
21861
21862         * builtins.c (fold_builtin_classify): New.
21863         (fold_builtin_unordered_cmp): Fix commentary.
21864         (fold_builtin): Use it.
21865         * builtins.def: Define builtins for isnan,
21866         isnanf, isnanl, finite, finitef, finitel,
21867         isinf, isinff, isinfl.
21868
21869 2004-07-01  Richard Henderson  <rth@redhat.com>
21870
21871         * function.h (struct function): Remove dont_emit_block_notes.
21872         * gimple-low.c (lower_function_body): Don't set it.
21873         * cfgexpand.c (expand_block): Don't check it.
21874         * cfglayout.c (insn_locators_initialize): Likewise.
21875         * expr.c (expand_expr_real, expand_expr_real_1): Likewise.
21876         * passes.c (rest_of_compilation): Likewise.
21877         * stmt.c (expand_start_bindings_and_block): Likewise.
21878         (expand_end_bindings): Likewise.
21879
21880 2004-07-01  Richard Henderson  <rth@redhat.com>
21881
21882         * cgraph.h (cgraph_build_static_cdtor): Declare.
21883         * cgraphunit.c (cgraph_build_static_cdtor): New.
21884         * c-objc-common.c (build_cdtor): Use it.
21885         * coverage.c (create_coverage): Likewise.
21886         * libfuncs.h (LTI_gcov_init, gcov_init_libfunc): Remove.
21887         * optabs.c (init_optabs): Don't set gcov_init_libfunc.
21888
21889 See ChangeLog.11 for earlier changes.