* expmed.c, ra-colorize.c: Fix comment typos.
[gcc.git] / gcc / ChangeLog
1 2004-11-16 Kazu Hirata <kazu@cs.umass.edu>
2
3 * expmed.c, ra-colorize.c: Fix comment typos.
4
5 2004-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6 Mark Mitchell <mark@codesourcery.com>
7
8 PR target/6123
9 * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __PIC__ and
10 __pic__ if PIC.
11
12 2004-11-16 Ulrich Weigand <uweigand@de.ibm.com>
13
14 * regmove.c (regmove_optimize): Use lowpart_subreg instead of
15 gen_rtx_SUBREG with incorrect offset to compute SRC_SUBREG.
16
17 2004-11-16 Devang Patel <dpatel@apple.com>
18
19 * tree-if-conv.c (clean_predicate_lists): Update gcc_assert check.
20
21 2004-11-16 Eric Christopher <echristo@redhat.com>
22
23 * config/mips/mips.c: Use rtl _P predicates.
24 * config/mips/mips.h: Ditto.
25 * config/mips/mips.md: Ditto.
26
27 2004-11-16 Fariborz Jahanian <fjahanian@apple.com>
28
29 * config/rs6000/altivec.md (altivec_vandc): Canonicalize
30 the pattern.
31
32 2004-11-16 Andreas Krebbel <krebbel1@de.ibm.com>
33
34 * config/s390/s390.c (s390_cc_modes_compatible): New function.
35 (TARGET_CC_MODES_COMPATIBLE): Target macro defined.
36
37 2004-11-16 Kaz Kojima <kkojima@gcc.gnu.org>
38
39 PR target/18447
40 * config/sh/sh.c (prepare_move_operands): Emit blockage insns
41 before and after the insns for getting GOT address in non-PIC
42 TLS_MODEL_INITIAL_EXEC tls sequence when the first scheduling
43 is enabled.
44
45 2004-11-16 Andreas Krebbel <krebbel1@de.ibm.com>
46
47 * gcc/cse.c (struct change_cc_mode_args): New structure.
48 (cse_change_cc_mode_insn): New function.
49 (cse_change_cc_mode): Use validate_change to perfom changes.
50 (cse_change_cc_mode_insns, cse_condition_code_reg):
51 Call cse_change_cc_mode_insn.
52
53 2004-11-16 Steven Bosscher <stevenb@suse.de>
54
55 * stack.h: Remove.
56
57 2004-11-16 Steven Bosscher <stevenb@suse.de>
58
59 * config/i386/i386.c (x86_schedule): Fix typo, m_K6 intead of m_K8.
60
61 2004-11-15 Dale Johannesen <dalej@apple.com>
62
63 * tree-flow.h (add_referenced_temp_var): Remove name from prototype.
64
65 2004-11-15 Dale Johannesen <dalej@apple.com>
66
67 * profile.c (compute_branch_probabilities): Prevent
68 crash with EH in RTL-based profiling.
69
70 2004-11-16 Kazu Hirata <kazu@cs.umass.edu>
71
72 * tree-cfg.c (verify_expr): Replace TREE_OPERAND with
73 COND_EXPR_COND.
74 * tree-if-conv.c (tree_if_convert_cond_expr): Likewise.
75 * tree-ssa-dom.c (thread_across_edge): Likewise.
76 * tree-vectorizer.c (vect_transform_loop_bound): Replace
77 TREE_OPERAND with COND_EXPR_COND, COND_EXPR_THEN, or
78 COND_EXPR_ELSE.
79
80 * tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.
81 (tree_flow_call_edges_add): Update the call to
82 bsi_commit_edge_inserts.
83 * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Likewise.
84 * profile.c (branch_prob): Likewise.
85 * tree-mudflap.c (mf_decl_cache_locals): Likewise.
86 * tree-sra.c (scalarize_function): Likewise.
87 * tree-ssa-loop-im.c (loop_commit_inserts): Likewise.
88 * tree-ssa-pre.c (fini_pre): Likewise.
89 * tree-flow.h: Update the prototype for
90 bsi_commit_edge_inserts.
91
92 2004-11-15 Eric Christopher <echristo@redhat.com>
93
94 * sched-deps.c (set_sched_group_p): Delete.
95 (delete_all_dependencies): New function.
96 (fixup_sched_groups): Use. New function.
97 (sched_analyze_insn): Use.
98
99 2004-11-15 Joseph S. Myers <joseph@codesourcery.com>
100
101 * c-common.c (binary_op_error): Don't allow LROTATE_EXPR,
102 RROTATE_EXPR or unknown code.
103 * c-typeck.c (build_binary_op): Don't allow RROTATE_EXPR,
104 LROTATE_EXPR, MAX_EXPR, MIN_EXPR, UNORDERED_EXPR, ORDERED_EXPR,
105 UNLT_EXPR, UNLE_EXPR, UNGT_EXPR, UNGE_EXPR, UNEQ_EXPR, LTGT_EXPR
106 or unknown code.
107
108 2004-11-15 Joseph S. Myers <joseph@codesourcery.com>
109
110 PR c/18498
111 * c-decl.c (grokdeclarator): Call check_bitfield_type_and_width
112 after processing the declarator.
113
114 2004-11-15 Aldy Hernandez <aldyh@redhat.com>
115
116 * config/rs6000/altivec.md ("altivec_vsplth"): Rewrite with
117 vec_duplicate.
118 (altivec_vspltb): Same.
119 (altivec_vspltw): Same.
120 (altivec_vspltisb): Same.
121 (altivec_vspltish): Same.
122 (altivec_vspltisw): Same.
123 (altivec_vspltisw_v4sf): Same.
124 (define_constants): Remove UNSPEC_VSPLTISB, UNSPEC_VSPLTISW,
125 UNSPEC_VSPLTISH.
126 Move "End of vector xor's" comment to the right place.
127
128 2004-11-15 Steve Ellcey <sje@cup.hp.com>
129
130 * config/ia64/ia64.md (*movtf_internal): Use destination_operand
131 instead of nonimmediate_operand.
132
133 2004-11-15 Mark Mitchell <mark@codesourcery.com>
134
135 * config/i386/sol2.h (ASM_OUTPUT_CALL): Use print_operand.
136 * config/sparc/sol2.h (ASM_OUTPUT_CALL): Likewise.
137 * config/sol2.c (solaris_output_init_fini): Update calls to
138 ASM_OUTPUT_CALL. Include "rtl.h".
139
140 2004-11-15 Mark Mitchell <mark@codesourcery.com>
141
142 * config/sol2-c.c (cmn_err_char_table): Add "p".
143
144 2004-11-15 Mark Mitchell <mark@codesourcery.com>
145
146 * config/sparc/sol2.h (SUPPORTS_INIT_PRIORITY): Remove.
147 * config/sol2.h (SUPPORTS_INIT_PRIORITY): Define here.
148
149 2004-11-15 Mark Mitchell <mark@codesourcery.com>
150
151 * config/t-slibgcc-sld (SHLIB_LINK): Make symlinks entirely
152 within the multilib directory.
153
154 2004-11-15 Nick Clifton <nickc@redhat.com>
155
156 * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Add
157 builtin assert of cpu=xstormy16.
158
159 2004-11-15 Nathan Sidwell <nathan@codesourcery.com>
160
161 * tree-ssa-pre.c (bitmap_print_value_set): Fix uninitialized
162 variable.
163
164 2004-11-14 Richard Henderson <rth@redhat.com>
165
166 PR 18480
167 * calls.c (struct arg_data): Add parallel_value.
168 (precompute_register_parameters): Set it.
169 (load_register_parameters): Use it.
170 (store_one_arg): Also set it here.
171
172 2004-11-14 Zdenek Dvorak <dvorakz@suse.cz>
173
174 PR tree-optimization/18431
175 * fold-const.c (associate_trees): Do not produce x + 0.
176 (fold_widened_comparison, fold_sign_changed_comparison): New functions.
177 (fold): Use them.
178 * tree-ssa-loop-niter.c (upper_bound_in_type, lower_bound_in_type):
179 Moved ...
180 * tree.c (upper_bound_in_type, lower_bound_in_type): Here.
181 * tree.h (upper_bound_in_type, lower_bound_in_type): Declare.
182
183 2004-11-14 Eric Botcazou <ebotcazou@libertysurf.fr>
184
185 * doc/rtl.texi (SUBREG): Adjust BYTENUM value in example.
186
187 2004-11-14 Kazu Hirata <kazu@cs.umass.edu>
188
189 * cfgrtl.c, global.c, tree-ssa-copy.c, tree-ssa-loop-ivopts.c,
190 value-prof.c: Fix comment typos.
191
192 2004-11-14 Stan Shebs <shebs@apple.com>
193
194 Basic ABI changes for passing structs by value in 64-bit Darwin.
195 * config/rs6000/rs6000.c (rs6000_darwin64_abi): New flag.
196 (rs6000_override_options): Set it for 64-bit Darwin.
197 (rs6000_parse_abi_options): Add testing options to change it.
198 (rs6000_return_in_memory): Test whether the type is one
199 that can be passed in registers.
200 (darwin64_function_arg_advance): New.
201 (function_arg_advance): Call it, plus add recursion depth
202 argument and test when counting off arguments.
203 (rs6000_darwin64_function_arg): New.
204 (function_arg): Call it.
205 (setup_incoming_varargs): Add argument to function_arg_advance.
206 (rs6000_darwin64_function_value): New.
207 (rs6000_function_value): Call it.
208 * config/rs6000/rs6000.h (FUNCTION_ARG_ADVANCE): Pass depth arg.
209 * config/rs6000/rs6000-protos.h: Update decl of
210 function_arg_advance.
211
212 2004-11-14 Andrew Pinski <pinskia@physics.uc.edu>
213
214 PR c/17279
215 * c-common.c (c_common_nodes_and_builtins): Ask the back-end if we
216 support TImode before adding __int128_t and __uint128_t types.
217
218 2004-11-14 Dorit Naishlos <dorit@il.ibm.com>
219
220 PR tree-opt/18400
221 * tree-vectorizer.c (make_loop_iterate_ntimes): Set loop->nb_iterations.
222 (vect_transform_loop_bound): Set loop->nb_iterations.
223
224 2004-11-14 Dorit Naishlos <dorit@il.ibm.com>
225 Andrew Pinski <pinskia@physics.uc.edu>
226
227 PR tree-opt/18425
228 * tree-vectorize.c (vect_build_loop_niters): Do not insert
229 NULL into the instruction stream. Initialize new_bb to NULL.
230 (vect_update_ivs_after_vectorizer): Likewise.
231 (vect_gen_niters_for_prolog_loop): Likewise.
232
233 2004-11-14 Zdenek Dvorak <dvorakz@suse.cz>
234
235 PR tree-optimization/18431
236 * tree-flow.h (stmt_references_memory_p): Declare.
237 * tree-ssa-loop-im.c (stmt_cost): Use stmt_references_memory_p.
238 * tree-ssa.c (stmt_references_memory_p): New function.
239
240 2004-11-14 Andreas Schwab <schwab@suse.de>
241
242 * Makefile.in (lambda-code.o, tree-loop-linear.o): Depend on
243 $(EXPR_H).
244
245 2004-11-14 Kazu Hirata <kazu@cs.umass.edu>
246
247 * c-common.c (walk_stmt_tree): Remove.
248 * c-common.h: Remove the corresponding prototype.
249
250 * emit-rtl.c (push_to_full_sequence): Remove.
251 * rtl.h: Remove the corresponding prototype.
252
253 * cselib.c, expr.c: Fix comment typos.
254
255 2004-11-13 Richard Henderson <rth@redhat.com>
256
257 * calls.c (precompute_register_parameters): Force all PARALLELs
258 into pseudo registers.
259 (load_register_parameters): Copy PARALLELs into hard registers.
260 * function.c (assign_parm_setup_block): Copy PARALLELS into
261 pseudo registers. Do emit_group_store in conversion_insns.
262 * expr.c (emit_group_load_1): Rename from emit_group_load, take
263 tmps as an argument. Move final copy loop ...
264 (emit_group_load): ... here. New function.
265 (emit_group_load_into_temps, emit_group_move_into_temps): New.
266 * expr.h: Declare them.
267
268 2004-11-14 Kazu Hirata <kazu@cs.umass.edu>
269
270 * tree-cfg.c, tree-if-conv.c, tree-ssa-loop-ivopts.c,
271 tree-ssa-loop-manip.c, tree-vectorizer.c: Replace TREE_CHAIN
272 with PHI_CHAIN where appropriate.
273
274 2004-11-13 Dale Johannesen <dalej@apple.com>
275
276 * tree-flow.h (bsi_commit_one_edge_insert): Remove name from prototype.
277 (tree_block_label): Ditto.
278 (flush_pending_stmts): Ditto.
279 (insert_edge_copies): Ditto.
280 (expr_invariant_in_loop_p): Ditto.
281 (TDF_USE_OPS): Parenthesize definition.
282 (TDF_USE_VOPS): Ditto.
283
284 2004-11-13 David Edelsohn <edelsohn@gnu.org>
285
286 * config/rs6000/aix51.h (ASM_CPU_SPEC): Add 970 and G5.
287 * config/rs6000/aix52.h (ASM_CPU_SPEC): Same.
288 * config/rs6000/t-aix52 (BOOT_LDFLAGS): Define.
289
290 2004-11-14 Joseph Myers <joseph@codesourcery.com>
291
292 * config/i386/i386.c (override_options): Move loop to set default
293 tuning to correct place.
294
295 2004-11-13 Zak Kipling <zak@transversal.com>
296
297 PR target/18300
298 * config/i386/i386.c (classify_argument): Fix infinite loop when
299 passing object with 3 or more base classes by value.
300
301 2004-11-13 Eric Botcazou <ebotcazou@libertysurf.fr>
302
303 * doc/md.texi (constraints) <% modifier>: Mention that it is
304 useless when the two alternatives are strictly identical.
305
306 2004-11-13 Richard Henderson <rth@redhat.com>
307
308 * expmed.c (extract_split_bit_field): Temporarily disable call to
309 extract_force_align_mem_bit_field.
310
311 2004-11-13 Kazu Hirata <kazu@cs.umass.edu>
312
313 * bitmap.c, bitmap.h, expmed.c, tree-cfg.c: Fix comment
314 formatting.
315
316 * c-cppbuiltin.c, cgraph.c, domwalk.h, except.c, gimplify.c,
317 lambda-code.c, postreload.c, predict.c, tree-sra.c,
318 tree-ssa-loop-manip.c, tree.c: Fix comment typos.
319
320 2004-11-13 Kelley Cook <kcook@gcc.gnu.org>
321
322 * doc/install.texi (automake): Correctly document that everything now
323 will use automake 1.9.3.
324
325 2004-11-13 Hans-Peter Nilsson <hp@bitrange.com>
326
327 PR target/18347
328 * config/mmix/mmix.c (mmix_function_outgoing_value): Handle
329 TImode. Sorry for other non-complex larger-than-64-bit modes.
330 * config/mmix/mmix.h (MIN_UNITS_PER_WORD): Do not define.
331
332 2004-11-13 Kelley Cook <kcook@gcc.gnu.org>
333
334 * doc/install.texi (automake): Document that everything now uses 1.9.
335
336 2004-11-13 Bernd Schmidt <bernd.schmidt@analog.com>
337
338 * cse.c (cse_insn): Stores in a libcall sequence can invalidate
339 previous loads.
340
341 2004-11-13 Kazu Hirata <kazu@cs.umass.edu>
342
343 * tree.h: Fix comment typos.
344
345 2004-11-13 Steven Bosscher <stevenb@suse.de>
346
347 * cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and
348 HARD_REGISTER_NUM_P.
349
350 * cselib.c (new_cselib_val): Make comment correct and more detailed.
351 * flow.c (mark_set_1): Likewise.
352
353 * except.c (duplicate_eh_region_1, duplicate_eh_region_2,
354 duplicate_eh_regions): Remove.
355 * except.h (duplicate_eh_regions): Remove prototype.
356 * integrate.c (get_label_from_map, copy_rtx_and_substitute,
357 global_const_equiv_varray): Remove.
358 * integrate.h (get_label_from_map, copy_rtx_and_substitute,
359 global_const_equiv_varray, set_label_in_map): Remove prototypes,
360 extern declaration, and #define.
361 (MAYBE_EXTEND_CONST_EQUIV_VARRAY, SET_CONST_EQUIV_DATA): Remove.
362 (struct inline_remap): Remove.
363 * varray.c (struct element): Remove entry for const_equiv_data.
364 * varray.h (struct const_equiv_data): Remove.
365 (enum varray_data_enum) <VARRAY_DATA_CONST_EQUIV>: Remove.
366 (union varray_data_tag) <const_equiv>: Remove.
367 (VARRAY_CONST_EQUIV_INIT, VARRAY_CONST_EQUIV,
368 VARRAY_PUSH_CONST_EQUIV, VARRAY_TOP_CONST_EQUIV): Remove.
369
370 * regstack.c (record_label_references): Remove unused function.
371
372 * rtl.def (VALUE): Update comment.
373 (LABEL_REF): Remove unused operand 2.
374 * rtl.h (struct rtx_def): Update for removed accessor macros.
375 (XCADVFLAGS, INSN_DEAD_CODE_P, LINE_NUMBER, CONTAINING_INSN,
376 REG_LOOP_TEST_P): Remove.
377 (ADDR_DIFF_VEC_FLAGS, CSELIB_VAL_PTR, LABEL_NEXTREF): Add comments.
378 * web.c (entry_register): Don't copy REG_LOOP_TEST_P.
379 * doc/rtl.texi (INSN_DEAD_CODE_P, REG_LOOP_TEST_P): Remove.
380
381 2004-11-13 James A. Morrison <phython@gcc.gnu.org>
382 Eric Botcazou <ebotcazou@libertysurf.fr>
383
384 PR target/18230
385 * config/sparc/sparc.c (sparc_rtx_costs): Handle the NAND vector
386 patterns.
387 * config/sparc/sparc.md (V64I): New macro for 64-bit modes.
388 (V32I): New macro for 32-bit modes.
389 (anddi3, anddi_sp32, anddi_sp64, and_not_di_sp32, and_not_di_sp64,
390 iordi3, iordi3_sp32, iordi_sp64, or_not_di_sp32, or_not_di_sp64,
391 xordi3, xordi3_sp32, xordi3_sp64, {AND, IOR, XOR} DI splitter,
392 xor_not_di_sp32, xordi_not_di_sp64, one_cmpldi2, one_cmpldi_sp32,
393 one_cmpldi_sp64): Use V64I instead of DI.
394 (andsi3, andsi_sp32, andsi_sp64, and_not_si, iorsi3, or_not_si,
395 xorsi3, xor_not_si, one_cmplsi2): Use V32I instead of SI.
396 (addv2si3, addv4hi3, addv2hi3): Remove % modifier.
397 (nandv64i_vis, nandv32i_vis): New patterns.
398
399 2004-11-12 Mike Stump <mrs@apple.com>
400
401 * Makefile.in: Add html support.
402 * java/Make-lang.in: Likewise.
403 * fortran/Make-lang.in: Likewise.
404 * treelang/Make-lang.in: Likewise.
405 * doc/install.texi: Likewise.
406 * doc/makefile.texi: Likewise.
407 * doc/sourcebuild.texi: Likewise.
408
409 2004-11-13 Kazu Hirata <kazu@cs.umass.edu>
410
411 * tree-ssa-loop-manip.c: Fix a comment typo.
412
413 2004-11-12 Mike Stump <mrs@apple.com>
414
415 * doc/cppinternals.texi (Index): Fix html generation with makeinfo by
416 renaming this node to Concept Index.
417 * doc/gccint.texi (Index): Likewise. Also minor formatting tweaks
418 to more closely match gcc.texi.
419
420 2004-11-12 Jeff Law <law@redhat.com>
421
422 * tree-cfg.c (hashtab.h): Include.
423 (struct edge_to_case_leader_elt): New structure.
424 (edge_to_case_leader): New.
425 (edge_to_case_leader_hash): New hashtable hasing function.
426 (edge_to_case_leader_eq): New hashtable equality function.
427 (record_switch_edge): New function.
428 (get_case_leader_for_edge, get_case_leader_for_edge): New functions.
429 (make_switch_expr_edges): Build the edge-to-case-leader
430 hash table. Tear down the hash table when we're done.
431 (cleanup_dead_labels): Use CASE_LEADER_OR_LABEL instead of
432 CASE_LABEL.
433 (tree_node_can_be_shared): Allow sharing of CASE_LABEL_EXPR nodes.
434 (tree_redirect_edge_and_branch, case SWITCH_EXPR): Update
435 to use new concept of case leaders to reduce overhead of
436 redirecting outgoing edges from switch statements.
437 * tree.c (get_case_label): New function.
438 * tree.h (CASE_LABEL): Define in terms of get_case_label.
439 (CASE_LEADER_OR_LABEL): Define.
440
441 2004-11-12 Ziemowit Laski <zlaski@apple.com>
442
443 * varasm.c (output_addressed_constants): For CONST_DECLs,
444 output the initializer if present.
445
446 2004-11-12 Ziemowit Laski <zlaski@apple.com>
447
448 * config/rs6000/darwin.h: Fix confusing typo in comment.
449
450 2004-11-12 Devang Patel <dpatel@apple.com>
451
452 * optabs.c (vector_compare_rtx): Use COMPARISON_CLASS_P.
453
454 2004-11-12 Devang Patel <dpatel@apple.com>
455
456 * tree-if-conv.c (clean_predicate_lists): Use loop header
457 and latch directly.
458
459 2004-11-12 Richard Henderson <rth@redhat.com>
460
461 PR 17778
462 * config/i386/i386.h (TARGET_96_ROUND_53_LONG_DOUBLE): New.
463 * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Remove.
464 (TARGET_96_ROUND_53_LONG_DOUBLE): New.
465 * config/i386/i386-modes.def (XF): Use it.
466
467 2004-11-11 Geoffrey Keating <geoffk@apple.com>
468
469 * Makefile.in (macro_list): Use move-if-change to avoid spurious
470 rebuilds.
471
472 2004-11-12 Mark Mitchell <mark@codesourcery.com>
473
474 PR c++/18416
475 * passes.c (rest_of_decl_compilation): Do not look at DECL_RTL
476 when deciding whether to pass a variable to
477 cgraph_varpool_finalize_decl or assemble_variable.
478 * toplev.c (check_global_declarations): Do not clear DECL_RTL.
479
480 2004-11-12 Kazu Hirata <kazu@cs.umass.edu>
481
482 * tree-vectorizer.c: Fix a comment typo.
483
484 2004-11-12 Bernd Schmidt <bernd.schmidt@analog.com>
485
486 * genconfig.c (walk_insn_part): Look at match_dups inside a label_ref.
487
488 2004-11-12 Diego Novillo <dnovillo@redhat.com>
489
490 * tree-scalar-evolution.c (analyzable_condition): Remove
491 superfluous TREE_THIS_VOLATILE checks on SSA_NAMEs.
492
493 2004-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
494
495 * config/rs6000/t-rtems (MULTILIB_NEW_EXCEPTIONS_ONLY):
496 Remove m505/roe multilib variant.
497
498 2004-11-12 Eric Botcazou <ebotcazou@libertysurf.fr>
499
500 * expr.c (emit_group_load) <CONCAT>: Use extract_bit_field
501 to load from the stack.
502
503 2004-11-12 Richard Henderson <rth@redhat.com>
504
505 * toplev.c (floor_log2): Rename from floor_log2_wide, use CLZ_HWI.
506 (exact_log2): Rename from exact_log2_wide, use CTZ_HWI.
507 * toplev.h (FL2T__): Remove.
508 (CLZ_HWI): Rename from FL2T_CLZ__.
509 (CTZ_HWI): New.
510 (floor_log2): Simplify.
511 (exact_log2): New.
512
513 2004-11-12 Sebastian Pop <pop@cri.ensmp.fr>
514
515 * tree-data-ref.c (analyze_subscript_affine_affine): Correctly
516 compute the first overlapping iterations.
517
518 2004-11-12 Sebastian Pop <pop@cri.ensmp.fr>
519
520 PR middle-end/18005
521 * tree-data-ref.c (estimate_niter_from_size_of_data): Ensure
522 that arguments of EXACT_DIV_EXPR are INTEGER_CST.
523
524 2004-11-12 Steven Bosscher <stevenb@suse.de>
525
526 PR tree-optimization/18419
527 * tree-ssa.c (walk_use_def_chains_1): Make the visited map a
528 pointer set instead of a bitmap.
529 (walk_use_def_chains): Create, pass and clean up that pointer_set.
530
531 * tree-ssa-alias.c (struct alias_info): Make the ssa_names_visited
532 field an sbitmap.
533 (init_alias_info): Allocate and zero it here.
534 (delete_alias_info): Delete it here.
535 (collect_points_to_info_for): Use it.
536
537 2004-11-11 Kazu Hirata <kazu@cs.umass.edu>
538
539 * alias.c (record_alias_subset, addr_side_effect_eval):
540 Make them static.
541 * alias.h: Remove the prototype for record_alias_subset.
542 * expr.h: Remove the commented-out prototype for
543 record_alias_subset.
544 * rtl.h: Remove the prototype for addr_side_effect_eval.
545
546 * cfglayout.c (choose_inner_scope): Make it static.
547 * rtl.h: Remove the corresponding prototype.
548
549 * cfgloopmanip.c (update_single_exits_after_duplication,
550 unloop): Make them static.
551 * cfgloop.h: Remove the corresponding prototypes.
552
553 * c-typeck.c (c_size_in_bytes, record_maybe_used_decl):
554 Make them static.
555 * c-tree.h: Remove the corresponding prototypes.
556
557 * explow.c (round_push): Make it static.
558 * expr.h: Remove the corresponding prototype.
559
560 * varasm.c (get_named_section_flags, decl_tls_model): Make
561 them static.
562 * output.h: Remove the prototype for get_named_section_flags.
563 * tree.h: Remove the prototype for decl_tls_model.
564
565 2004-11-11 Kazu Hirata <kazu@cs.umass.edu>
566
567 * function.c (expand_function_end): Remove an "if" statement
568 that always triggers.
569 * stmt.c (expand_null_return_1): Likewise.
570
571 2004-11-11 James E. Wilson <wilson@specifixinc.com>
572
573 * config/ia64/ia64.h (HARD_REGNO_NREGS): Handle XCmode.
574 (HARD_REGNO_MODE_OK, MODES_TIEABLE_P, SECONDARY_MEMORY_NEEDED,
575 CLASS_MAX_NREGS): Likewise.
576
577 2004-11-11 Zdenek Dvorak <dvorakz@suse.cz>
578
579 PR tree-optimization/17742
580 * tree-scalar-evolution.c (follow_ssa_edge_in_rhs): Handle
581 MINUS_EXPR correctly.
582
583 2004-11-11 Sebastian Pop <pop@cri.ensmp.fr>
584
585 * tree-scalar-evolution.c (follow_ssa_edge_in_condition_phi):
586 Give up as soon as the evolution is known not computable.
587
588 2004-11-11 Nathan Sidwell <nathan@codesourcery.com>
589
590 PR target/16457
591 * config/rs6000/rs6000.c (mask64_2_operand): Stub to call
592 mask64_1or2_operand.
593 (mask64_1or2_operand): Broken out of mask64_2_operand, add flag
594 to spot rlwinm opportunities.
595 (and64_2_operand): Use mask_1or2_operand.
596 * config/rs6000/rs6000.md (anddi3): Use rlwinm when possible.
597
598 2004-11-11 Dorit Naishlos <dorit@il.ibm.com>
599
600 * tree-vectorizer.c (update_phi_nodes_for_guard): Call reverse_phis.
601 (vect_update_ivs_after_vectorizer): Update function documentation.
602 Avoid quadratic behavior and direct write to PHI_ARG_DEF.
603
604 2004-11-11 Kazu Hirata <kazu@cs.umass.edu>
605
606 * config/arm/arm.c: Fix a comment typo.
607
608 2004-11-11 Nathan Sidwell <nathan@codesourcery.com>
609
610 * bitmap.h (nBITMAP_WORD_BITS): Remove.
611 (BITMAP_WORD_BITS): Force unsigned by use of 1u.
612 (BITMAP_ELEMENT_WORDS, BITMAP_ELEMENT_ALL_BITS): Remove
613 unnecessary casts.
614 (bitmap_first_set_bit): Return unsigned, use ctzl.
615 (bitmap_last_set_bit): Remove.
616 * bitmap.c (bitmap_element_zerop, bitmap_copy): Make iterator
617 unsigned.
618 (bitmap_first_set_bit): Return unsigned, require non-empty bitmap,
619 remove special case code for two word elements.
620 (bitmap_last_set_bit): Remove.
621 * ra-build.c (livethrough_conflicts_bb): Replace unnecessary use of
622 bitmap_first_set_bit with bitmap_empty_p.
623 * tree-outof-ssa.c (analyze_edges_for_bb): Likewise.
624 * tree-ssa-pre.c (bitmap_print_value): Use simple flag rather than
625 bitmap_last_bit_set.
626
627 2004-11-11 Nathan Sidwell <nathan@codesourcery.com>
628
629 PR target/16796
630 * config/rs6000/rs6000.md: Add DF & SF reg move peepholes.
631
632 PR target/16458
633 * config/rs6000/rs6000.c (rs6000_generate_compare): Generate an
634 unsigned equality compare when we know the operands are unsigned.
635
636 2004-11-10 Peter S. Mazinger <ps.m@gmx.net>
637
638 * config/mips/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Define
639 __PIC__ and __pic__ only if TARGET_ABICALLS.
640 (SUBTARGET_CPP_SPECS): Don't define or undefine __PIC__ and __pic__.
641 (SUBTARGET_ASM_SPECS): Don't pass -non_shared to assembler; pass
642 -KPIC only if not -mno-abicalls.
643
644 * config/alpha/linux.h, config/arm/linux-elf.h, config/pa/pa-linux.h
645 * config/sparc/linux.h, config/sparc/linux64.h
646 (TARGET_OS_CPP_BUILTINS): Define __PIC__ and __pic__ if flag_pic.
647
648 * config/arm/linux-gas.h (CPP_SPEC): Don't define __PIC__ or __pic__.
649 * config/pa/pa/linux.h (CPP_SPEC): Likewise.
650 * config/sparc/linux.h (CPP_SUBTARGET_SPEC): Likewise.
651 * config/sparc/linux64.h (CPP_SUBTARGET_SPEC): Likewise.
652
653 2004-11-11 Paul Brook <paul@codesourcery.com>
654
655 * config/arm/arm.c (arm_compute_save_reg0_reg12_mask): Save PIC
656 register if current_function_uses_pic_offset_table is set.
657
658 2004-11-10 David Edelsohn <edelsohn@gnu.org>
659
660 * config/rs6000/rs6000.md (define_attr "type"): Add two and three.
661 Change multi-instruction sequences to new attribute.
662 * config/rs6000/{40x.md,440.md,603.md,6xx.md,
663 7450.md,7xx.md,8540.md,mpc.md,power4.md,power5.md,
664 rios1.md,rios2.md,rs64.md}: Add descriptions for two and three.
665
666 2004-11-10 Daniel Berlin <dberlin@dberlin.org>
667
668 * tree-data-ref.c (build_classic_dist_vector): If either loop
669 is outside of the nest we asked about, the dependence can't
670 matter.
671 (build_classic_dir_vector): Ditto.
672
673 2004-11-10 Zdenek Dvorak <dvorakz@suse.cz>
674
675 * tree-ssa-loop-ivopts.c (get_address_cost): Add address elements in
676 right order.
677 (force_var_cost): Determine cost of addition and multiplication more
678 precisely.
679 (get_computation_cost_at): Add cost for computing address elements to
680 the final cost.
681
682 * fold-const.c (fold): Attempt to use ptr_difference_const whenever
683 one of the arguments of MINUS_EXPR is an address.
684 (split_address_to_core_and_offset): New function.
685 (ptr_difference_const): Handle case when one of the operands is a
686 pointer.
687 * tree-ssa-loop-ivopts.c (determine_base_object): Fold &*addr.
688 (ptr_difference_cost): Pass addresses instead of objects to
689 ptr_difference_const.
690
691 2004-11-10 Nathan Sidwell <nathan@codesourcery.com>
692
693 * tree.c (tree_check_failed): Emit general error if the list of
694 node types is empty.
695
696 2004-11-10 Eric Botcazou <ebotcazou@libertysurf.fr>
697
698 * config/sparc/sparc.c (function_arg_union_value): New 'slotno'
699 argument. When the union is passed in the 6th slot, build a
700 PARALLEL with only one element.
701 (function_arg): Adjust call to function_arg_union_value.
702 (function_value): Likewise.
703
704 2004-11-10 Fariborz Jahanian <fjahanian@apple.com>
705
706 PR tree-optimization/17892
707 * tree-ssa-dom.c (unsafe_associative_fp_binop): Add test for
708 MINUS_EXPR operator.
709
710 2004-11-10 James A. Morrison <phython@gcc.gnu.org>
711
712 PR target/18230
713 config/sparc/sparc.md (addsi3, subsi3): Set "fptype" attribute.
714 (addv2si, addv4hi, addv2hi, subv2si, subv4hi, subv2hi): New patterns.
715
716 2004-11-10 Steven Bosscher <stevenb@suse.de>
717
718 * basic-block.h (XMALLOC_REG_SET, XFREE_REG_SET): New.
719 (struct basic_block_def): Remove local_set and cond_local_set
720 fields. Update comment for global_live_at_start.
721 * flow.c (calculate_global_regs_live): Allocate local_sets and
722 cond_local_sets here as arrays of bitmaps previously stored in
723 bb->local_set and bb->cond_local_set. Use xmalloc instead of
724 obstack allocated bitmaps.
725
726 2004-11-09 H.J. Lu <hongjiu.lu@intel.com>
727
728 PR target/18380
729 * config/ia64/unwind-ia64.h (_Unwind_FindTableEntry): Mark it
730 hidden.
731
732 * unwind-dw2.c (_Unwind_FindTableEntry): Removed.
733
734 2004-11-09 Jeff Law <law@redhat.com>
735
736 * cfganal.c (flow_dfs_compute_reverse_execute): Accept new
737 argument holding last unvisited block. Start search for
738 unvisited blocks at LAST_UNVISITED rather than EXIT_BLOCK.
739 (connect_infinite_loops_to_exit): Supply last unvisited block
740 to flow_dfs_compute_reverse_execute.
741
742 2004-10-22 Aldy Hernandez <aldyh@redhat.com>
743
744 * config/rs6000/rs6000.md (fix_truncdfsi2): Handle e500
745 doubles.
746 (floatunssidf2): Same.
747 (floatsidf2): Same.
748 ("extendsfdf2"): New expander.
749 (*extendsfdf2_fpr): Rename.
750 (*truncdfsf2_fpr): Same.
751 (*negdf2_fpr): Same.
752 (*absdf2_fpr): Same.
753 (*nabsdf2_fpr): Same.
754 (*adddf3_fpr): Same.
755 (*subdf3_fpr): Same.
756 (*muldf3_fpr): Same.
757 (*divdf3_fpr): Same.
758
759 * config/rs6000/spe.md ("spe_extendsfdf2"): Remove FIXME comment.
760 ("spe_fix_truncdfsi2"): Same.
761 (spe_floatunssidf2): Same.
762 (spe_floatsidf2): Same.
763
764 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
765
766 PR c/18322
767 * c-common.c (fname_decl): Don't use line number of decl in
768 diagnostic.
769
770 2004-11-09 Ulrich Weigand <uweigand@de.ibm.com>
771
772 * config/s390/s390-protos.h (s390_pool_operand): Remove.
773 * config/s390/s390.c (s390_pool_operand): Likewise.
774 (s390_extra_constraint_str): Handle 'B' constraints.
775 * config/s390/s390.h (CONSTRAINT_LEN): Handle 'B' constraints.
776 * config/s390/s390.md: Document 'B' constraints.
777 ("*cmpdi_cct", "*cmpsi_cct"): Use 'B' constraint instead of
778 s390_pool_operand to prevent insns with two literal pool
779 references. Make pattern commutative.
780 ("*cmpdi_ccu", "*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu"): Use
781 'B' constraint instead of s390_pool_operand.
782
783 2004-11-09 Kazu Hirata <kazu@cs.umass.edu>
784
785 * tree-cfg.c (create_bb): Remove unnecessary memset.
786
787 2004-11-09 Kazu Hirata <kazu@cs.umass.edu>
788
789 * tree-ssa-threadupdate.c (copy_phis_to_block): Remove.
790 (thread_block): Call flush_pending_stmt instead of
791 copy_phis_to_block.
792
793 2004-11-09 Kazu Hirata <kazu@cs.umass.edu>
794
795 * loop-iv.c (iv_number_of_iterations): Make it static.
796 * cfgloop.h: Remove the corresponding prototype.
797
798 2004-11-09 Kazu Hirata <kazu@cs.umass.edu>
799
800 * function.c (combine_temp_slots, assign_parms,
801 expand_pending_sizes): Make them static.
802 * tree.h: Remove the corresponding prototypes.
803
804 2004-11-09 Kazu Hirata <kazu@cs.umass.edu>
805
806 * emit-rtl.c (copy_most_rtx): Remove.
807 * rtl.h: Remove the corresponding prototype.
808
809 2004-11-09 Kazu Hirata <kazu@cs.umass.edu>
810
811 * cfgloop.c (flow_loops_update): Remove.
812 * cfgloop.h: Remove the corresponding prototype.
813
814 2004-11-09 Kazu Hirata <kazu@cs.umass.edu>
815
816 * conflict.c (mark_reg, conflict_graph_compute): Remove.
817 * basic-block.h: Remove the prototype for
818 conflict_graph_compute.
819
820 2004-11-09 Kazu Hirata <kazu@cs.umass.edu>
821
822 * tree-if-conv.c (add_to_dst_predicate_list): Change the
823 second argument to basic_block.
824 (tree_if_convert_cond_expr): Update call sites.
825
826 2004-11-09 Kazu Hirata <kazu@cs.umass.edu>
827
828 * fold-const.c (pedantic_non_lvalue): Make it static.
829 * tree.h: Remove the corresponding prototype.
830
831 2004-11-09 Kazu Hirata <kazu@cs.umass.edu>
832
833 * optabs.c (prepare_operand): Make it static.
834 * optabs.h: Remove the corresponding prototype.
835
836 2004-11-09 Kazu Hirata <kazu@cs.umass.edu>
837
838 * reload1.c (reloads_conflict, gen_reload): Make them static.
839 * reload.h: Remove the corresponding prototypes.
840
841 2004-11-09 Kazu Hirata <kazu@cs.umass.edu>
842
843 * reload.c (refers_to_mem_for_reload_p,
844 refers_to_regno_for_reload_p): Make them static.
845 * reload.h: Remove the corresponding prototypes.
846
847 2004-11-09 James A. Morrison <phython@gcc.gnu.org>
848 Eric Botcazou <ebotcazou@libertysurf.fr>
849
850 PR target/18230
851 * doc/md.texi (SPARC constraints): Document 'Y' constraint.
852 * config/sparc/sparc-modes.def: Add vector modes of 4 and 8 bytes.
853 * config/sparc/sparc.c (sparc_vector_mode_supported_p): New function.
854 (TARGET_VECTOR_MODE_SUPPORTED_P): Set to sparc_vector_mode_supported_p.
855 (fp_zero_operand): Accept MODE_VECTOR_INT modes.
856 (input_operand): Accept CONST_VECTOR with MODE_VECTOR_INT modes.
857 (sparc_cannot_force_const_mem): Return false for CONST_VECTOR.
858 (sparc_init_modes): Set sparc_mode_class to SF_MODE or DF_MODE for
859 MODE_VECTOR_INT modes.
860 (sparc_extra_constraint_check): Add new constraint 'Y'.
861 * config/sparc/sparc.h: Define UNITS_PER_SIMD_WORD to 8 for TARGET_VIS.
862 * config/sparc/sparc.md (V32): New mode macro for 32-bit modes.
863 (V64): New mode macro for 64-bit modes.
864 (movsf): Use V32 for mode instead of SF.
865 (movsf_insn_vis): Use V32 for mode instead of SF. Add 'Y' constraint
866 alongside 'G' constraint.
867 (movdf): Use V64 for mode instead of DF.
868 (movdf_insn_v9only_vis, modf_insn_sp64_vis): Use V64 for mode instead
869 of DF. Add 'Y' constraint alongside 'G' constraint.
870 (multi-isn and misaligned mems DFmode splitters): Use V64 for mode
871 instead of DF.
872
873 2004-11-09 Ulrich Weigand <uweigand@de.ibm.com>
874
875 * config/s390/s390.c (s390_select_ccmode): Return CCAPmode for
876 integer NEG and ABS.
877 * config/s390/s390.md ("*negdi2_64"): Fix op_type attribute.
878 ("*negdi2_31"): Reimplement using a splitter.
879 ("*negdi2_cc", "*negdi2_cconly"): New insns.
880 ("*negdi2_sign", "*negdi2_sign_cc"): Likewise.
881 ("*negsi2_cc", "*negsi2_cconly"): Likewise.
882 ("*negdf2_cc", "*negdf2_cconly"): Likewise.
883 ("*negsf2_cc", "*negsf2_cconly"): Likewise.
884 ("*absdi2_cc", "*absdi2_cconly"): New insns.
885 ("*absdi2_sign", "*absdi2_sign_cc"): Likewise.
886 ("*abssi2_cc", "*abssi2_cconly"): Likewise.
887 ("*absdf2_cc", "*absdf2_cconly"): Likewise.
888 ("*abssf2_cc", "*abssf2_cconly"): Likewise.
889 ("*negabsdi2_cc", "*negabsdi2_cconly"): New insns.
890 ("*negabsdi2_sign", "*negabsdi2_sign_cc"): Likewise.
891 ("*negabssi2_cc", "*negabssi2_cconly"): Likewise.
892 ("*negabsdf2_cc", "*negabsdf2_cconly"): Likewise.
893 ("*negabssf2_cc", "*negabssf2_cconly"): Likewise.
894
895 2004-11-09 Ulrich Weigand <uweigand@de.ibm.com>
896
897 * config/s390/s390.c (s390_canonicalize_comparison): Reverse condition
898 when eliminating an UNSPEC_CMPINT.
899 (s390_secondary_input_reload_class): Fix test for CC register reload.
900 (s390_secondary_output_reload_class): Likewise.
901 (s390_expand_cmpmem): Swap operands. Use gen_cmpint.
902 * config/s390/s390.md ("*cmpint_si", "*cmpint_di"): Remove.
903 ("cmpint", "*cmpint_cc", "*cmpint_sign", "*cmpint_sign_cc"): New
904 insn patterns with splitters.
905
906 2004-11-09 David Edelsohn <edelsohn@gnu.org>
907
908 * config/rs6000/rs6000.c (rs6000_rtx_costs): Add EQ, GTU, and LTU.
909 * config/rs6000/rs6000.md (sCC): Split GTU and LTU patterns.
910
911 2004-11-09 Kazu Hirata <kazu@cs.umass.edu>
912
913 * tree-phinodes.c (phi_reverse): New.
914 * tree-cfg.c (tree_make_forwarder_block, tree_duplicate_bb):
915 Use it.
916 * tree-flow.h: Add a prototype for phi_reverse.
917
918 2004-11-09 Kazu Hirata <kazu@cs.umass.edu>
919
920 * tree-ssa-loop-ivopts.c: Fix a comment typo.
921
922 2004-11-09 James A. Morrison <phython@gcc.gnu.org>
923
924 PR pch/14940
925 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Add __sparc__
926 definitions.
927
928 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
929
930 * builtins.c, c-common.c, c-decl.c, c-format.c: Say "argument"
931 instead of "arg" in diagnostics.
932
933 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
934
935 * builtins.c, c-common.c, c-decl.c, c-format.c, c-format.h,
936 c-parse.in, c-pch.c, c-pragma.c, collect2.c, final.c, gcc.c,
937 gcov.c, opts.c, pretty-print.h, protoize.c, reg-stack.c, rtl.c,
938 tlink.c, config/alpha/alpha.c, config/arc/arc.c, config/arm/arm.c,
939 config/avr/avr.c, config/c4x/c4x.c, config/darwin.c,
940 config/frv/frv.c, config/h8300/h8300.c, config/i386/i386.c,
941 config/i386/winnt.c, config/ia64/ia64.c, config/ip2k/ip2k.c,
942 config/iq2000/iq2000.c, config/m32r/m32r.c,
943 config/m68hc11/m68hc11.c, config/m68k/m68k.c, config/m68k/m68k.h,
944 config/mcore/mcore.c, config/mips/mips.c, config/mmix/mmix.c,
945 config/ns32k/ns32k.c, config/rs6000/host-darwin.c,
946 config/rs6000/rs6000.c, config/s390/s390.c, config/sh/sh.c,
947 config/sh/symbian.c, config/stormy16/stormy16.c,
948 config/v850/v850.c: Avoid "`" as left quote, using "'" or %q, %<
949 and %> as appropriate. Use %' as apostrophe in diagnostics where
950 applicable. Use %< and %> in place of '' quotes where applicable.
951 Use %qs in place of %<%s%>. Consistently quote __builtin function
952 names.
953
954 2004-11-09 Hans-Peter Nilsson <hp@bitrange.com>
955
956 * gdbinit.in (pbb, pbm): New macros.
957
958 2004-11-08 Jeff Law <law@redhat.com>
959
960 * cfg.c (redirect_edge_succ_nodup): Use find_edge rather than
961 implementing it inline.
962
963 * cfganal.c (find_edge): Search pred->succs or succ->preds,
964 whichever is shorter.
965
966 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
967
968 * passes.c (rest_of_handle_jump): Remove dead code.
969
970 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
971
972 * tree-cfg.c (thread_jumps): Speed up by keeping a pointer to
973 the last used element in the worklist.
974
975 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
976
977 * tree-inline.c (remap_save_expr): Make it static.
978 * tree-inline.h: Remove the corresponding prototype.
979
980 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
981
982 * tree-ssa-loop-niter.c (upper_bound_in_type,
983 lower_bound_in_type): Make them static.
984 * tree.h: Remove the corresponding prototypes.
985
986 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
987
988 * tree-ssa-live.c (tpa_init, pop_best_coalesce): Make them
989 static.
990 * tree-ssa-live.h: Remove the corresponding prototypes.
991
992 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
993
994 * tree-if-conv.c (tree_if_conversion): Make it static.
995 * tree-flow.h: Remove the corresponding prototype.
996
997 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
998
999 * tree-ssa-operands.c (build_ssa_operands): Make it static.
1000 * tree-flow.h: Remove the corresponding prototype.
1001
1002 2004-11-08 Andrew Pinski <pinskia@physics.uc.edu>
1003
1004 PR tree-opt/18299
1005 * tree-inline.c (copy_body_r): Change "t = t" to empty
1006 statement instead of "t".
1007
1008 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
1009
1010 * modulo-sched.c (create_partial_schedule,
1011 free_partial_schedule, reset_partial_schedule,
1012 ps_add_node_check_conflicts, rotate_partial_schedule): Make
1013 them static.
1014
1015 2004-11-08 Richard Henderson <rth@redhat.com>
1016
1017 * expmed.c (extract_force_align_mem_bit_field): Correct handling at
1018 the end of a page.
1019
1020 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
1021
1022 * sched-deps.c (add_insn_mem_dependence): Make it static.
1023 * sched-int.h: Remove the corresponding prototypes.
1024
1025 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
1026
1027 * flow.c (allocate_bb_life_data): Make it static.
1028 * basic-block.h: Remove the corresponding prototype.
1029
1030 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
1031
1032 * calls.c (split_complex_values, split_complex_types): Make
1033 them static.
1034 * expr.h: Remove the corresponding prototypes.
1035
1036 2004-11-08 Richard Earnshaw <rearnsha@arm.com>
1037
1038 * arm.c (arm_handle_notshared_attribute): Wrap declaration and use
1039 with #if TARGET_DLLIMPORT_DECL_ATTRIBUTES.
1040
1041 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
1042
1043 * tree-if-conv.c (tree_if_convert_cond_expr): Remove two "if"
1044 statements that always trigger.
1045
1046 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
1047
1048 * tree-cfg.c, tree-if-conv.c, tree-into-ssa.c,
1049 tree-scalar-evolution.c, tree-ssa-loop-im.c,
1050 tree-ssa-loop-ivopts.c, tree-ssa-loop-manip.c, tree-ssa.c,
1051 tree-vectorizer.c: Replace TREE_CHAIN with PHI_CHAIN where
1052 appropriate.
1053
1054 2004-11-08 Ben Elliston <bje@au.ibm.com>
1055
1056 * cgraph.h (cgraph_calls_p): Remove.
1057 * cgraph.c (cgraph_calls_p): Likewise.
1058
1059 * varray.h (varray_copy): Remove.
1060 * varray.c (varray_copy): Likewise.
1061
1062 2004-11-07 Andrew Pinski <pinskia@physics.uc.edu>
1063
1064 PR target/18269
1065 * config/darwin.c (machopic_indirect_data_reference):
1066 Call gen_macho_high and gen_macho_low instead of
1067 checking the mode and calling gen_macho_high_di directly.
1068 * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
1069 * config/rs6000/rs6000.md: Move most of TARGET_MACHO expand/insns
1070 to darwin.md.
1071 (movdf_low, movsf_low, movsf_low_st, movsi_low, macho_correct_pic,
1072 load_macho_picbase, macho_low, macho_high): Removed.
1073 (builtin_setjmp_receiver): Call gen_macho_high and
1074 gen_macho_low instead of checking the mode and calling
1075 gen_macho_high_di directly.
1076 * config/rs6000/darwin.md (load_macho_picbase_di): Use the MD constant.
1077 (movdf_low_si, movsf_low_si, movsf_low_st_si, movsi_low_st):
1078 Moved from rs6000.md.
1079 (macho_high): New expander.
1080 (macho_high_si): Renamed version of macho_high from rs6000.md.
1081 (macho_low): New expander.
1082 (macho_low_si): Renamed version of macho_low from rs6000.md.
1083 (load_macho_picbase): New expander.
1084 (load_macho_picbase_si): Renamed version of load_macho_picbase
1085 from rs6000.md.
1086 (macho_correct_pic): New expander.
1087 (macho_correct_pic_si): Renamed version of macho_correct_pic
1088 from rs6000.md.
1089
1090 2004-11-07 Joseph S. Myers <joseph@codesourcery.com>
1091
1092 * c-decl.c (finish_struct): Use complete sentences for diagnostic
1093 for structures or unions with no members or named members.
1094
1095 2004-11-07 Joseph S. Myers <joseph@codesourcery.com>
1096
1097 * c-typeck.c (build_unary_op): Replace unreachable diagnostic for
1098 taking address of bit-field by assertion.
1099
1100 2004-11-06 Ulrich Weigand <uweigand@de.ibm.com>
1101
1102 * config/s390/s390.md (attribute "op_type"): Default to "NN".
1103 (attribute "atype"): Default to "agen".
1104 (attribute "length"): Default to 6.
1105 (define_asm_attibutes): Remove.
1106 ("movti", "*movdi_64", "*movdi_31", "*movsi_zarch", "*movsi_esa",
1107 "*movhi", "*movqi", "*movdf_64", "*movdf_31", "movsf",
1108 "*clc", "*mvc", "*nc", "*oc", "*xc", "*xc_zero"):
1109 Do not set type attribute to "cs" where already default.
1110 ("*cmpint_si", "*cmpint_di", "fix_truncdfsi2_ibm", "floatsidf2_ibm",
1111 "*negdi2_31"):
1112 Do not set type attribute to "other" where already default.
1113 ("movti", "*movdi_64", "*movdi_31", "*movdf_31",
1114 "*strlendi", "*strlensi",
1115 "*movmem_long_64", "*movmem_long_31",
1116 "*clrmem_long_64", "*clrmem_long_31",
1117 "*cmpmem_long_64", "*cmpmem_long_31",
1118 "*cmpint_si", "*cmpint_di",
1119 "addti3", "*adddi3_31z", "*adddi3_31",
1120 "subti3", "*subdi3_31z", "*subdi3_31", "*negdi2_31",
1121 "*sconddi", "*scondsi", "*sconddi_neg", "*scondsi_neg",
1122 "fix_truncdfsi2_ibm", "floatsidf2_ibm", "extendsfdf2_ibm",
1123 "*pool_entry", "pool_align", "pool_section_start",
1124 "pool_section_end", "main_pool", "reload_base_31", "pool"):
1125 Do not set op_type attribute to "NN" where already default.
1126 ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
1127 "*zero_extendqisi2_31", "*zero_extendqihi2_31",
1128 "fix_truncdfsi2_ibm", "floatsidf2_ibm"):
1129 Do not set atype attribute to "agen" where already default.
1130 ("*movmem_short", "*clrmem_short", "*cmpmem_short"): Don't set op_type.
1131
1132 2004-11-06 Richard Sandiford <rsandifo@redhat.com>
1133
1134 * config/mips/t-iris6 (tp-bit.c): Fix target filename.
1135
1136 2004-11-06 Richard Sandiford <rsandifo@redhat.com>
1137
1138 PR target/16830
1139 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Don't define the
1140 R3000 and R4000 macros on IRIX.
1141
1142 2004-11-06 Andreas Schwab <schwab@suse.de>
1143
1144 PR target/16286
1145 * config/rs6000/altivec.h: Replace bool by __bool and pixel by
1146 __pixel.
1147
1148 2004-11-06 Kazu Hirata <kazu@cs.umass.edu>
1149
1150 * tree-ssa-copyrename.c (rename_ssa_copies): Make it static.
1151
1152 2004-11-06 Ulrich Weigand <uweigand@de.ibm.com>
1153
1154 * config/s390/2064.md ("z_int", "z_agen"): Ensure the condition
1155 matches no insns already matched by other reservations.
1156 * config/s390/2084.md ("x_int", "x_agen"): Ensure the condition
1157 matches no insns already matched by other reservations.
1158 ("x_ss"): Remove, replace by ...
1159 ("x_cs"): ... this new reservation. Check type instead of op_type.
1160 Update bypasses to use x_cs instead of x_ss.
1161 ("x_nn"): Remove, replace by ...
1162 ("x_other"): ... this new reservation. Check type instead of op_type.
1163 Add x_other and x_branch to bypasses.
1164 ("x_vs"): New reservation.
1165 * config/s390/s390.md (attribute "type"): Default according to op_type.
1166 ("*execute"): Set type to "cs".
1167
1168 2004-11-06 Kazu Hirata <kazu@cs.umass.edu>
1169
1170 * fold-const.c (non_lvalue): Don't construct NON_LVALUE_EXPR
1171 if we are in GIMPLE.
1172
1173 2004-11-06 Hans-Peter Nilsson <hp@bitrange.com>
1174
1175 PR rtl-optimization/17933
1176 * rtlanal.c (dead_or_set_regno_p): Break out common code to...
1177 (covers_regno_p): New function. Handle SETs of PARALLEL,
1178 and defer the rest to...
1179 (covers_regno_no_parallel_p): New function.
1180
1181 2004-11-06 Eric Botcazou <ebotcazou@libertysurf.fr>
1182
1183 * config/sparc/sparc.c (function_arg_record_value_1): Skip
1184 fields with zero length.
1185 (function_arg_record_value_2): Likewise.
1186 (function_arg_record_value_3): Use smallest_mode_for_size
1187 instead of mode_for_size.
1188 (function_arg_union_value): Return naked register for unions
1189 with zero length.
1190
1191 2004-11-06 Eric Botcazou <ebotcazou@libertysurf.fr>
1192
1193 * config/sparc/sparc.c (scan_record_type): Handle vector types.
1194 (function_arg_slotno): Handle vector types specially.
1195 (function_arg_record_value_1): Split fields with vector type and
1196 BLKmode into their subparts.
1197 (function_arg_record_value_2): Likewise. Be prepared to handle
1198 more than 2 registers per field.
1199 (function_arg_union_value): Increment regno inside the loop.
1200 (function_arg_vector_value): New function.
1201 (function_arg): Use it to split fields with vector type and
1202 BLKmode into their subparts and build a PARALLEL. Treat
1203 other vector types like floats.
1204 (function_value): Likewise.
1205 (sparc_pass_by_reference): Handle vector types.
1206 (sparc_return_in_memory): Likewise.
1207
1208 2004-11-06 Kazu Hirata <kazu@cs.umass.edu>
1209
1210 * tree-cfg.c (find_taken_edge_cond_expr): Remove an "if"
1211 statement that never triggers.
1212
1213 2004-11-06 Ulrich Weigand <uweigand@de.ibm.com>
1214
1215 * config/s390/2064.md ("z_o2", "z_o3"): Remove.
1216 * config/s390/2084.md ("x_o2", "x_o3"): Remove.
1217 ("x_fdivd"): Use also for fsqrtd type.
1218 ("x_fdivs"): Use also for fsqrts type.
1219 * config/s390/s390.md (attribute "type"): Remove "o2" and "o3" types.
1220 ("fix_truncdfsi2_ieee"): Set type to "ftoi".
1221 ("fix_truncdfsi2_ibm"): Set type to "other".
1222 ("floatdidf2", "floatdisf2"): Do not clobber CC.
1223 ("floatsidf2", "floatsidf2_ieee"): Likewise.
1224 ("floatsisf2", "floatsisf2_ieee"): Likewise.
1225 ("truncdfsf2", "truncdfsf2_ieee"): Only allow "register_operand".
1226 ("truncdfsf2_ibm"): Only allow "nonimmediate_operand". Use LER
1227 instead of LRER.
1228 ("extendsfdf2_ibm"): Do not set atype. Set type to "floads".
1229 ("sqrtdf2"): Set type to "fsqrtd".
1230 ("sqrtsf2"): Set type to "fsqrts".
1231
1232 2004-11-06 Kazu Hirata <kazu@cs.umass.edu>
1233
1234 * tree-phinodes.c (remove_all_phi_nodes_for): Speed up using a
1235 pointer to the last PHI node in the new PHI chain.
1236
1237 2004-11-06 Kaz Kojima <kkojima@gcc.gnu.org>
1238
1239 * config/sh/sh.c (prepare_move_operands): Emit a use of r12
1240 for non-PIC TLS_MODEL_INITIAL_EXEC case.
1241
1242 2004-11-06 Kazu Hirata <kazu@cs.umass.edu>
1243
1244 * expmed.c: Fix a comment typo.
1245
1246 2004-11-06 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1247
1248 PR target/18106
1249 * config/i386/cygming.h
1250 [HAVE_GAS_WEAK] (ASM_WEAKEN_LABEL): Macro defined.
1251
1252 2004-11-06 Kazu Hirata <kazu@cs.umass.edu>
1253
1254 * config/sh/sh4a.md: Fix copyright.
1255
1256 2004-11-06 Kazu Hirata <kazu@cs.umass.edu>
1257
1258 * config/rs6000/darwin.md, config/sh/sh4a.md: Replace GNU CC
1259 with GCC.
1260
1261 2004-11-05 David Edelsohn <edelsohn@gnu.org>
1262
1263 * config/rs6000/rs6000.md (scc patterns): Replace subfc with subf
1264 when carry not used. Suggested by Torbjorn Granlund.
1265
1266 * config/rs6000/rs6000.c (rs6000_emit_move): Don't force_reg
1267 operand[1] unnecessarily. Suggested by Eric Christopher.
1268 (rs6000_adjust_cost): Increase latency of store to wider load.
1269 (rs6000_rtx_costs): mulli only allows 16-bit constants.
1270
1271 2004-11-05 Stan Shebs <shebs@apple.com>
1272
1273 * config/rs6000/rs6000.c (machopic_output_stub): Output
1274 ldu instead of lwzu for 64-bit stubs.
1275
1276 2004-11-05 Richard Henderson <rth@redhat.com>
1277
1278 * config/alpha/alpha.c (alpha_expand_unaligned_load): Special case
1279 size 2 with BWX.
1280 (alpha_expand_unaligned_store): Likewise.
1281
1282 2004-11-05 Richard Henderson <rth@redhat.com>
1283
1284 * expmed.c (extract_force_align_mem_bit_field): New.
1285 (extract_split_bit_field): Call it.
1286
1287 2004-11-05 Richard Henderson <rth@redhat.com>
1288
1289 * ia64.md (UNSPEC_SHRP): New.
1290 (dshift_count_operand): New.
1291 (ashrti3, ashrti3_internal, lshrti3, lshrti3_internal, shrp): New.
1292 * ia64.c (rtx_needs_barrier): Handle UNSPEC_SHRP.
1293
1294 2004-11-05 Joseph S. Myers <joseph@codesourcery.com>
1295
1296 * c-typeck.c (output_init_element): Return early if value is
1297 error_mark_node.
1298
1299 2004-11-05 James E Wilson <wilson@specifixinc.com>
1300
1301 * invoke.texi (-fno-guess-branch-probability): Rewrite.
1302
1303 * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC_GR_SPILL): Change
1304 1 to UNSPEC_GR_SPILL.
1305
1306 2004-11-05 Andreas Krebbel <krebbel1@de.ibm.com>
1307
1308 * config/s390/s390.c (s390_fixed_condition_code_regs): New function.
1309 (TARGET_FIXED_CONDITION_CODE_REGS): Macro defined.
1310
1311 2004-11-05 Nathan Sidwell <nathan@codesourcery.com>
1312
1313 * bitmap.h (enum bitmap_bits): Remove.
1314 (bitmap_operation): Remove.
1315 (bitmap_and, bitmap_and_into, bitmap_and_compl,
1316 bitmap_and_compl_into, bitmap_ior, bitmap_ior_into, bitmap_xor,
1317 bitmap_xor_into): Prototype.
1318 * bitmap.c (bitmap_elt_insert_after, bitmap_elt_clear_from): New.
1319 (bitmap_operation): Remove.
1320 (bitmap_and, bitmap_and_into, bitmap_and_compl,
1321 bitmap_and_compl_into, bitmap_ior, bitmap_ior_into, bitmap_xor,
1322 bitmap_xor_into): New.
1323 (bitmap_ior_and_compl, bitmap_ior_and_compl_into): Adjust.
1324
1325 PR tree-optimization/18307
1326 * tree-ssa-alias.c (merge_pointed_to_info): Protected against DEST
1327 and ORIG being the same node.
1328
1329 2004-11-04 Geoffrey Keating <geoffk@apple.com>
1330
1331 * Makefile.in (distclean): Don't delete nonexistent fixinc/ directory.
1332 (install-mkheaders): Install the version built for the
1333 host, not for the build machine.
1334 * configure.ac: Always run fixincludes.
1335 (all_outputs): Remove mkheaders.
1336 * configure: Regenerate.
1337 * fixinc.in: Move to fixincludes/.
1338 * mkfixinc.sh: Likewise.
1339 * mkheaders.in: Likewise.
1340 * README-fixinc: Likewise.
1341
1342 2004-11-05 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1343
1344 PR target/18263
1345 * config/arc/lib1funcs.asm (___umulsidi3): Change use of cmp to the
1346 equivalent on the A4.
1347
1348 2004-11-05 Joseph S. Myers <joseph@codesourcery.com>
1349
1350 * doc/c-tree.texi, doc/cfg.texi, doc/contrib.texi, doc/cpp.texi,
1351 doc/cppopts.texi, doc/extend.texi, doc/fragments.texi,
1352 doc/frontends.texi, doc/gcov.texi, doc/hostconfig.texi,
1353 doc/implement-c.texi, doc/install.texi, doc/invoke.texi,
1354 doc/libgcc.texi, doc/md.texi, doc/passes.texi,
1355 doc/portability.texi, doc/rtl.texi, doc/sourcebuild.texi,
1356 doc/standards.texi, doc/tm.texi, doc/tree-ssa.texi,
1357 doc/trouble.texi: Correct end-of-sentence markup and markup of
1358 "etc.", "e.g." and "i.e.". Use @code in various places where
1359 appropriate.
1360
1361 2004-11-05 Joseph S. Myers <joseph@codesourcery.com>
1362
1363 * doc/c-tree.texi, doc/cfg.texi, doc/extend.texi, doc/gty.texi,
1364 doc/install.texi, doc/invoke.texi, doc/md.texi, doc/passes.texi,
1365 doc/rtl.texi, doc/tm.texi, doc/tree-ssa.texi: Remove trailing
1366 whitespace.
1367
1368 2004-11-04 Mark Mitchell <mark@codesourcery.com>
1369
1370 * config/arm/arm.c (arm_handle_notshared_attribute): New function.
1371 * doc/extend.texi: Document "notshared" attribute.
1372
1373 2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
1374
1375 * tree-phinodes.c (make_phi_node): Make it static.
1376 * tree.h: Remove the prototypes for make_phi_node.
1377
1378 2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
1379
1380 * stmt.c (expand_asm, expand_asm_operands): Make them static.
1381 * tree.h: Remove the prototypes for expand_asm and
1382 expand_asm_operands.
1383
1384 2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
1385
1386 * passes.c (rest_of_compilation): Make it static.
1387 * toplev.h: Remove the prototype for rest_of_compilation.
1388
1389 2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
1390
1391 * jump.c (cleanup_barriers): Use delete_insn instead of
1392 delete_barrier.
1393 (delete_barrier): Remove.
1394 * rtl.h: Remove the corresponding prototype.
1395
1396 2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
1397
1398 * expr.c (mostly_zero_p): Make it static.
1399 * tree.h: Remove the prototype for mostly_zeros_p.
1400
1401 2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
1402
1403 * cfgrtl.c (force_nonfallthru_and_redirect): Make it static.
1404
1405 2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
1406
1407 * builtins.c (expand_builtin_return_addr,
1408 expand_builtin_longjmp, expand_builtin_trap): Make them static.
1409 * expr.h: Remove the prototypes for expand_builtin_longjmp and
1410 expand_builtin_trap.
1411 * tree.h: Remove the prototype for expand_builtin_return_addr.
1412
1413 2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
1414
1415 * tree-cfg.c (find_taken_edge): Reject VAL begin NULL.
1416 * tree-ssa-ccp.c (visit_cond_stmt): Don't call find_taken_edge
1417 with VAL being NULL.
1418
1419 2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
1420
1421 * cfghooks.c (delete_basic_block): Remove code to truncate
1422 edge vectors.
1423
1424 2004-11-04 Andrew Pinski <pinskia@physics.uc.edu>
1425
1426 * flow.c (init_propagate_block_info): Change the type of i to
1427 unsigned.
1428
1429 2004-11-04 Ulrich Weigand <uweigand@de.ibm.com>
1430
1431 PR tree-optimization/18184
1432 * c-typeck.c (comptypes): Do not treat pointers of different
1433 modes or alias-all flags as equivalent.
1434 * tree-ssa.c (tree_ssa_useless_type_conversion_1): Likewise.
1435
1436 2004-11-04 Joseph S. Myers <joseph@codesourcery.com>
1437
1438 * doc/gty.texi, doc/makefile.texi, doc/sourcebuild.texi: Don't
1439 reference specific C parser files in examples.
1440
1441 2004-11-04 Richard Sandiford <rsandifo@redhat.com>
1442
1443 PR target/15342
1444 * regrename.c (scan_rtx): Treat the destinations of SETs and CLOBBERs
1445 as OP_INOUT if the instruction is predicated.
1446
1447 2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
1448
1449 * bitmap.h: Fix a comment typo. Follow spelling conventions.
1450 * tree-vectorizer.c: Fix a comment typo.
1451
1452 2004-11-04 Kazu Hirata <kazu@cs.umass.edu>
1453
1454 * sdbout.c (SDB_GENERATE_FAKE): Remove.
1455 (gen_fake_label): Don't use SDB_GENERATE_FAKE.
1456 * system.h: Poison SDB_GENERATE_FAKE.
1457 * doc/tm.texi (SDB_GENERATE_FAKE): Remove.
1458
1459 2004-11-04 Ulrich Weigand <uweigand@de.ibm.com>
1460
1461 * config/s390/s390.md ("*addsi3_sign"): Use canonical RTL.
1462
1463 2004-11-04 Eric Botcazou <ebotcazou@libertysurf.fr>
1464
1465 PR other/18277
1466 * gthr-posix.h (__gthread_recursive_mutex_init_function): Revert
1467 2004-10-29 patch
1468
1469 2004-11-04 Nathan Sidwell <nathan@codesourcery.com>
1470
1471 * predict.c (propagate_freq): Make bitno unsigned. Move
1472 npredecessors update out of loop.
1473
1474 * bitmap.h (bitmap_iterator): Remove word_bit and bit
1475 fields. Rename others.
1476 (bmp_iter_common_next_1, bmp_iter_single_next_1,
1477 bmp_iter_single_init, bmp_iter_end_p, bmp_iter_single_next,
1478 bmp_iter_and_not_next_1, bmp_iter_and_not_init,
1479 bmp_iter_and_not_next, bmp_iter_and_next_1, bmp_iter_and_init,
1480 bmp_iter_and_next): Remove.
1481 (bmp_iter_set_init, bmp_iter_and_init, bmp_iter_and_compl_init,
1482 bmp_iter_next, bmp_iter_set, bmp_iter_and, bmp_iter_and_compl):
1483 New.
1484 (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_IN_BITMAP,
1485 EXECUTE_IF_AND_COMPL_IN_BITMAP): Adjust.
1486
1487 * bitmap.h (bitmap_a_or_b, bitmap_a_and_b): Remove.
1488 * df.c (dataflow_set_a_op_b): Use bitmap_and, bitmap_ior,
1489 bitmap_and_into, bitmap_ior_into as appropriate.
1490 * except.c (remove_eh_handler): Likewise.
1491 * global.c (modify_bb_reg_pav, make_accurate_live_analysis): Likewise.
1492 * tree-dfa.c (mark_new_vars_to_rename): Likewise.
1493 * tree-ssa-alias.c (merge_pointed_to_info): Likewise.
1494 * tree-ssa-live.h (live_merge_and_clear): Likewise.
1495 * tree-ssa-loop-ivopts.c (find_best_candidate, try_add_cand_for):
1496 Likewise.
1497
1498 * bitmap.c (bitmap_print): Make bitno unsigned.
1499 * bt-load.c (clear_btr_from_live_range,
1500 btr_def_live_range): Likewise.
1501 * caller-save.c (save_call_clobbered_regs): Likewise.
1502 * cfganal.c (compute_dominance_frontiers_1): Likewise.
1503 * cfgcleanup.c (thread_jump): Likewise.
1504 * cfgrtl.c (safe_insert_insn_on_edge): Likewise.
1505 * conflict.c (conflict_graph_compute): Likewise.
1506 * ddg.c (add_deps_for_use): Likewise.
1507 * df.c (df_refs_update): Likewise.
1508 * except.c (remove_eh_handler): Likewise.
1509 * flow.c (verify_local_live_at_start, update_life_info,
1510 initialize_uninitialized_subregs, propagate_one_insn,
1511 free_propagate_block_info, propagate_block, find_use_as_address,
1512 reg_set_to_hard_reg_set): Likewise.
1513 * gcse.c (clear_modify_mem_tables): Likewise.
1514 * global.c (global_conflicts, build_insn_chain): Likewise.
1515 * ifcvt.c (dead_or_predicable): Likewise.
1516 * local-alloc.c (update_equiv_regs): Likewise.
1517 * loop.c (load_mems): Likewise.
1518 * ra-build.c (livethrough_conflicts_bb, conflicts_between_webs):
1519 Likewise.
1520 * ra-rewrite.c (reloads_to_loads, rewrite_program2, actual_spill):
1521 Likewise.
1522 * reload1.c (order_regs_for_reload, finish_spills): Likewise.
1523 * sched-deps.c (sched_analyze_insn, free_deps): Likewise.
1524 * sched-rgn.c (propagate_deps
1525 * tree-cfg.c (tree_purge_all_dead_eh_edges): Likewise.
1526 * tree-dfa.c (dump_dfa_stats
1527 tree-into-ssa.c (compute_global_livein, insert_phi_nodes,
1528 insert_phi_nodes_for, debug_def_blocks_r, invalidate_name_tags):
1529 Likewise.
1530 * tree-outof-ssa.c (coalesce_ssa_name, coalesce_vars,
1531 free_temp_expr_table, find_replaceable_exprs): Likewise.
1532 * tree-sra.c (scan_function, scalarize_parms): Likewise.
1533 * tree-ssa-alias.c (init_alias_info,
1534 compute_points_to_and_addr_escape,
1535 compute_flow_sensitive_aliasing, maybe_create_global_var): Likewise.
1536 * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Likewise.
1537 * tree-ssa-live.c (new_tree_live_info, live_worklist,
1538 calculate_live_on_entry, calculate_live_on_exit, compare_pairs,
1539 sort_coalesce_list, build_tree_conflict_graph, dump_live_info
1540 tree-ssa-loop-manip.c (add_exit_phis_var): Likewise.
1541 tree-ssa-operands.c (get_asm_expr_operands, add_call_clobber_ops,
1542 add_call_read_ops): Likewise.
1543 * tree-ssa-pre.c (bitmap_print_value_set, insert_aux): Likewise.
1544 * tree-ssa-live.h (num_var_partitions): Return unsigned.
1545
1546 2004-11-03 Dorit Naishlos <dorit@il.ibm.com>
1547
1548 PR tree-optimization/18009
1549 * tree-vectorizer.h (enum dr_alignment_support): New type.
1550 (MAX_NUMBER_OF_UNALIGNED_DATA_REFS): Removed.
1551 (LOOP_UNALIGNED_DR): replaced with LOOP_VINFO_UNALIGNED_DR and holds a
1552 single data_reference (instead of a varray of references).
1553 * tree-vectorizer.c (new_loop_vec_info): Likewise.
1554 (vect_gen_niters_for_prolog_loop): Likewise.
1555 (vect_update_inits_of_drs): Likewise.
1556
1557 (vect_update_inits_of_drs): Setting of DR_MISALIGNMENT moved to
1558 vect_enhance_data_refs_alignment.
1559 (vect_do_peeling_for_alignment): Likewise.
1560 (vect_enhance_data_refs_alignment): Decide if and by how much to peel;
1561 this functionality used to be in vect_analyze_data_refs_alignment.
1562 Also update DR_MISALIGNMENT due to peeling; this functionality used to
1563 be in vect_update_inits_of_drs and vect_do_peeling_for_alignment).
1564 (vect_analyze_data_refs_alignment): Decision on whether and by how much
1565 to peel moved to vect_enhance_data_refs_alignment. Call
1566 vect_supportable_dr_alignment.
1567
1568 (vect_compute_data_ref_alignment): Set STMT_VINFO_VECTYPE.
1569 (vect_compute_data_refs_alignment): Return bool. Consider return value
1570 of vect_compute_data_ref_alignment and return true/false accordingly.
1571 (vect_enhance_data_refs_alignment): Consider return value of
1572 vect_compute_data_refs_alignment and return true/false accordingly.
1573
1574 (vect_supportable_dr_alignment): New function.
1575 (vectorizable_store): Call vect_supportable_dr_alignment.
1576 (vectorizable_load): Call vect_supportable_dr_alignment. Alignment
1577 support checks moved from here to vect_supportable_dr_alignment.
1578
1579 (vect_transform_loop): Avoid 80 columns overflow.
1580
1581 2004-11-03 Andrew Pinski <pinskia@physics.uc.edu>
1582
1583 * timevar.c (timevar_enable): Change from
1584 static.
1585 (timevar_push): Rename to ...
1586 (timevar_push_1): this and remove the
1587 enabled check.
1588 (timevar_pop): Rename to ...
1589 (timevar_pop_1): this and remove the
1590 enabled check.
1591 * timevar.h (POP_TIMEVAR_AND_RETURN): Use do/while loops.
1592 (timevar_pop): New macro.
1593 (timevar_push): New macro.
1594 (timevar_enable): Declare.
1595
1596 2004-11-03 Andrew Pinski <pinskia@physics.uc.edu>
1597
1598 * config/darwin.h (REAL_LIBGCC_SPEC): Define to use shared
1599 libgcc for shared libraries.
1600
1601 2004-11-03 Ulrich Weigand <uweigand@de.ibm.com>
1602
1603 * config/s390/s390-protos.h (s390_split_access_reg): Add prototype.
1604 * config/s390/s390.c (s390_split_access_reg): New function.
1605 (regclass_map): Add access registers.
1606 (get_thread_pointer): Use access register instead of UNSPEC_TP.
1607 * config/s390/s390.h (FIRST_PSEUDO_REGISTER): Set to 38.
1608 (ACCESS_REGNO_P, ACCESS_REG_P): New macros.
1609 (TP_REGNUM): New define.
1610 (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS,
1611 REG_ALLOC_ORDER): Add access registers.
1612 (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK, CLASS_MAX_NREGS,
1613 CANNOT_CHANGE_MODE_CLASS): Support access registers.
1614 (enum reg_class): Add ACCESS_REGS.
1615 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Likewise.
1616 (REG_CLASS_FROM_LETTER): Add 't' constraint.
1617 (REGISTER_NAMES): Add access registers.
1618 * config/s390/s390.md (UNSPEC_TP): Remove.
1619 ("*movdi_64"): Add access register alternatives. Provide splitters
1620 to split DImode access register <-> GPR moves into SImode moves.
1621 ("*movsi_zarch", "*movsi_esa"): Add access register alternatives.
1622 ("movstrictsi"): Likewise.
1623 ("get_tp_64", "get_tp_31"): Reimplement using access registers.
1624 ("set_tp_64", "set_tp_31"): Likewise.
1625 ("*set_tp"): New insn.
1626
1627 2004-11-03 Kazu Hirata <kazu@cs.umass.edu>
1628
1629 * tree-phinodes.c (resize_phi_node): Copy only a portion of
1630 the PHI node currently in use.
1631
1632 2004-11-03 Andrew Pinski <pinskia@physics.uc.edu>
1633
1634 PR tree-opt/18231
1635 * tree.c (staticp) <case FUNCTION_DECL>: Nested functions are static
1636 also.
1637
1638 2004-11-03 Andrew MacLeod <amacleod@redhat.com>
1639
1640 PR tree-optimization/18270
1641 * tree-outof-ssa.c (analyze_edges_for_bb): If a block has incoming
1642 abnormal edges, commit all pending stmts on incoming edges.
1643
1644 2004-11-03 Ulrich Weigand <uweigand@de.ibm.com>
1645
1646 * tree-ssa-loop-ivopts.c (get_address_cost): Offset zero does not
1647 cause extra costs. Generate canonical RTL.
1648
1649 2004-11-02 Daniel Berlin <dberlin@dberlin.org>
1650
1651 * lambda-code.c (lambda_compute_auxillary_space): Update comments.
1652 (lambda_compute_target_space). Ditto.
1653 * lambda.h (lambda_trans_matrix): Ditto.
1654 (lambda_linear_expression): Ditto.
1655 (lambda_body_vector): Ditto.
1656 (lambda_loopnest): Ditto.
1657 * tree-loop-linear.c (gather_interchange_stats): Combine tests,
1658 update comments, and remove pointless addition of 0.
1659 (linear_transform_loops): Update comments.
1660
1661 2004-11-03 Sebastian Pop <pop@cri.ensmp.fr>
1662
1663 * tree.c (tree_fold_gcd): Use FLOOR_MOD_EXPR instead of
1664 CEIL_MOD_EXPR.
1665
1666 2004-11-03 Jeff Law <law@redhat.com>
1667
1668 * predict.c (struct block_info_def): Kill "tovisit" field.
1669 (propagate_freq): Accept new "tovisit" parameter. Change
1670 read/write access methods for "tovisit" to check the "tovisit"
1671 bitmap instead of a bit in block_info_def.
1672 (estimate_loops_at_level): Allocate "tovisit" bitmap. Pass
1673 it to propagate_freq.
1674
1675 * stmt.c (expand_case): Speed up code to detect duplicate case
1676 label targets and count unique case label targets.
1677
1678 2004-11-03 Kazu Hirata <kazu@cs.umass.edu>
1679
1680 * cppdefault.c, cppdefault.h, timevar.h: Update copyright.
1681
1682 2004-11-03 Kazu Hirata <kazu@cs.umass.edu>
1683
1684 * bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting.
1685
1686 2004-11-03 Kazu Hirata <kazu@cs.umass.edu>
1687
1688 * tree-cfg.c (find_taken_edge): Abort if we are given a
1689 statement that is neither COND_EXPR nor SWITCH_EXPR.
1690
1691 2004-11-02 Zdenek Dvorak <dvorakz@suse.cz>
1692
1693 * fold-const.c (fold): Reassociate also (x - mult) + mult and
1694 (mult - x) + mult. Cast operands of expression after applying
1695 distributive law to the correct types. Apply distributive law
1696 to a * c - b * c for all non-float types.
1697
1698 2004-11-02 Geoffrey Keating <geoffk@apple.com>
1699
1700 * configure.ac: Don't clear STMP_FIXINC or STMP_FIXPROTO just
1701 because we don't want to run them now; instead, set them to
1702 stmp-install-fixproto or stmp-install-fixinc.
1703 * Makefile.in (stmp-install-fixproto): New.
1704 (stmp-install-fixinc): New.
1705 * configure: Regenerate.
1706
1707 2004-11-02 Nathan Sidwell <nathan@codesourcery.com>
1708
1709 * flow.c (init_propagate_block_info): Use bitmap_empty_p on result
1710 of bitmap_xor.
1711
1712 2004-11-02 Ziemowit Laski <zlaski@apple.com>
1713
1714 * c-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.
1715 (c_types_compatible_p): Move function definition...
1716 * c-objc-common.c (c_types_compatible_p): ...here.
1717 * c-objc-common.h (LANG_HOOKS_TYPES_COMPATIBLE_P): Moved here from
1718 c-lang.c.
1719
1720 2004-11-02 Steven Bosscher <stevenb@suse.de>
1721
1722 * cfgloop.h (struct loop): Update comment.
1723 * cse.c (cse_main): Remove obsolete comment.
1724
1725 * expr.h (gen_cond_trap): Move prototype under functions provided
1726 by optabs.c.
1727 (canonicalize_condition, get_condition): Move to...
1728 * rtl.h (canonicalize_condition, get_condition): ...here.
1729 (branch_target_load_optimize): Add comment that this function is
1730 in bt-load.c.
1731 * loop.c (canonicalize_condition, get_condition): Move to...
1732 * rtlanal.c (canonicalize_condition, get_condition): ...here.
1733 * sched-deps.c (get_condition): Rename to sched_get_condition.
1734 (add_dependence): Update this caller.
1735
1736 2004-11-02 Andrew Pinski <pinskia@physics.uc.edu>
1737
1738 PR tree-opt/16808
1739 * tree-ssa.c (replace_immediate_uses): If we call fold_stmt, make sure
1740 that the vops get marked for renaming.
1741
1742 2004-11-02 Andreas Krebbel <krebbel1@de.ibm.com>
1743
1744 * config/s390/s390.md ("movcc"): Set type attribute.
1745
1746 2004-11-02 Kazu Hirata <kazu@cs.umass.edu>
1747
1748 * tree-phinodes.c (add_phi_arg): Add an assertion that the
1749 edge already exists.
1750
1751 2004-11-02 Kazu Hirata <kazu@cs.umass.edu>
1752
1753 * tree-phinodes.c (remove_phi_arg_num): Do not zero the
1754 element that's being removed.
1755
1756 2004-11-02 Kazu Hirata <kazu@cs.umass.edu>
1757
1758 * tree-ssa-threadupdate.c (copy_phis_to_block): Install PHI
1759 arguments using PENDING_STMT.
1760 (thread_block): Call copy_phis_to_block after redirecting an
1761 edge.
1762
1763 2004-11-02 Nathan Sidwell <nathan@codesourcery.com>
1764
1765 * bitmap.h (bitmap_and, bitmap_and_into, bitmap_and_compl,
1766 bitmap_and_compl_into, bitmap_ior, bitmap_iot_into,
1767 bitmap_ior_compl, bitmap_xor, bitmap_xor_into): Produce void.
1768 (bitmap_ior_and_compl_into): Produce bool.
1769 (bitmap_union_of_diff): Rename to ...
1770 (bitmap_ior_and_compl): ... here. Produce bool.
1771 * bitmap.c (bitmap_ior_and_compl_into): Return bool. Use
1772 bitmap_operation directly.
1773 (bitmap_union_of_diff): Rename to ...
1774 (bitmap_ior_and_compl): ... here. Return bool, use
1775 bitmap_operation directly.
1776 * df.c (df_rd_transfer_function): Use bitmap_ior_and_compl.
1777 (df_ru_transfer_function, df_lr_transfer_function): Likewise.
1778 * global.c (modify_bb_reg_pav): Likewise.
1779
1780 * bitmap.h (bitmap_equal_p): Return bool.
1781 (bitmap_intersect_p, bitmap_intersect_compl_p): Declare.
1782 * bitmap.c (bitmap_equal_p): Return bool. Compare directly.
1783 (bitmap_intersect_p, bitmap_intersect_compl_p): New.
1784 * flow.c (calculate_global_regs_live): Use bitmap_intersect_p and
1785 bitmap_intersect_compl_p.
1786 * ifcvt (dead_or_predicable): Likewise.
1787
1788 2004-11-02 Nathan Sidwell <nathan@codesourcery.com>
1789
1790 PR rtl-optimization/17104
1791 * config/rs6000/rs6000.c (rs6000_emit_move): Don't wrap small
1792 loads in zero_extend.
1793
1794 2004-11-02 Danny Smith <dannysmith@users.sourceforge.net>
1795
1796 PR debug/18242
1797 * toplev.c (debug_type_names): Remove "dwarf-1".
1798
1799 2004-11-02 Ben Elliston <bje@au.ibm.com>
1800
1801 * timevar.h (timevar_get): Remove.
1802 * timevar.c (timevar_get): Remove unused function.
1803
1804 2004-11-02 Joseph S. Myers <joseph@codesourcery.com>
1805
1806 * doc/include/texinfo.tex: Update from Texinfo CVS.
1807
1808 2004-11-02 Ben Elliston <bje@au.ibm.com>
1809
1810 * cppdefault.h (cpp_SYSROOT): Remove.
1811 * cppdefault.c (cpp_SYSROOT): Likewise.
1812
1813 2004-11-01 Andrew MacLeod <amacleod@redhat.com>
1814
1815 PR tree-optimization/16447
1816 * tree-cfg.c (bsi_commit_one_edge_insert): Rename from
1817 bsi_commit_edge_inserts_1, and make funtion external. Return new block.
1818 (bsi_commit_edge_inserts): Use renamed bsi_commit_one_edge_insert.
1819 * tree-optimize.c (pass_cleanup_cfg_post_optimizing): Enable listing.
1820 * tree-flow.h (bsi_commit_one_edge_insert): Extern decl.
1821 * tree-outof-ssa.c (rewrite_trees): Don't commit edges here.
1822 (same_stmt_list_p): New. Return TRUE if edge is to be forwarded.
1823 (identical_copies_p): New. Return true is two copies are the same.
1824 (identical_stmt_lists_p): New. Return true if stmt lists are the same.
1825 (analyze_edges_for_bb): New. Determine how best to insert edge stmts
1826 for a basic block.
1827 (perform_edge_inserts): New. Determine what to do with all stmts that
1828 have been inserted on edges.
1829 (remove_ssa_form): Analyze and commit edges from here.
1830
1831 2004-11-01 Andrew Pinski <pinskia@physics.uc.edu>
1832
1833 PR bootstrap/18232
1834 * bitmap.h (bmp_iter_end_p): Take a const pointer instead of a struct.
1835 (EXECUTE_IF_SET_IN_BITMAP): Update call to bmp_iter_end_p.
1836 (EXECUTE_IF_AND_COMPL_IN_BITMAP): Likewise.
1837 (EXECUTE_IF_AND_IN_BITMAP): Likewise.
1838
1839 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
1840
1841 PR c/18239
1842 * c-decl.c (get_parm_info): Allow FUNCTION_DECLs to appear amongst
1843 parameter declarations.
1844
1845 2004-11-01 Andreas Krebbel <krebbel1@de.ibm.com>
1846
1847 * config/s390/s390.c (regclass_map): Put reg 33 (cc) to CC_REGS group.
1848 (s390_secondary_input_reload_class)
1849 (s390_secondary_output_reload_class): Use GENERAL_REGS to reload a cc
1850 register.
1851 (s390_expand_cmpmem): Enable cmpmem implementation.
1852 * config/s390/s390.h (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS):
1853 Added three new classes: CC_REGS, ADDR_CC_REGS, GENERAL_CC_REGS.
1854 (REG_CLASS_FROM_LETTER): New constraint 'c' added.
1855 * config/s390/s390.md ("movcc"): New insn pattern.
1856 * doc/md.texi: Document 'c' constraint for s390.
1857
1858 2004-11-01 Nathan Sidwell <nathan@codesourcery.com>
1859
1860 PR c++/18064
1861 * doc/extend.texi (Deprecated Features): Deprecate G++ covariant
1862 extension.
1863
1864 2004-10-16 Daniel Berlin <dberlin@dberlin.org>
1865
1866 Fix PR tree-optimization/17672
1867 Fix PR tree-optimization/18168
1868
1869 * lambda-code.c (lambda_lattice_compute_base): Fix reversed
1870 assert test.
1871 (gcc_tree_to_linear_expression): Add extra to existing constant.
1872 (depth_of_nest): Factor out function used in various places.
1873 (gcc_loop_to_lambda_loop): Clean up code a little bit. No
1874 functional changes.
1875 (find_induction_var_from_exit_cond): Stop guessing, and just
1876 get the right answer :).
1877 (gcc_loopnest_to_lambda_loopnest): Remove useless pre-allocation.
1878 Print out message about result of attempt to create perfect nest.
1879 (lbv_to_gcc_expression): Add type argument, use it to do math
1880 and induction variable creation.
1881 (lle_to_gcc_expression): Ditto.
1882 (lambda_loopnest_to_gcc_loopnest): Create new iv with same type as
1883 oldiv. Pass type argument to lle_to_gcc_expression and
1884 lbv_to_gcc_expression.
1885 Reset number of iterations after transformation.
1886 (perfect_nestify): Remove useless pre-allocation, and cleanup
1887 a small amount.
1888
1889 * tree-data-ref.c (build_classic_dist_vector): Return false for
1890 dependences completely outside of the loop nest we asked about.
1891 (build_classic_dir_vector): Ditto.
1892 (compute_data_dependences_for_loop): Only add dependence relations
1893 inside the loop we asked about.
1894
1895 * tree-loop-linear.c (linear_transform_loops): Use DDR_SIZE_VECT.
1896 Compute immediate uses.
1897
1898 * tree-optimize.c: Move linear_transform_loops to before ivcanon.
1899
1900 2004-11-01 Kazu Hirata <kazu@cs.umass.edu>
1901
1902 * tree-cfg.c (thread_jumps): Fix a comment typo.
1903
1904 2004-11-01 Kazu Hirata <kazu@cs.umass.edu>
1905
1906 * tree-cfg.c (thread_jumps): Fix a comment typo.
1907
1908 2004-10-31 Nicolas Pitre <nico@cam.org>
1909
1910 * config/arm/ieee754-sf.S (floatdisf): Fix regression with
1911 values smaller than 2^32.
1912
1913 2004-10-31 Jeff Law <law@redhat.com>
1914
1915 * cfgloop.h (struct loop): Remove unused "nodes" field.
1916 * timevar.def (TV_TREE_LOOP_BOUNDS): New.
1917 * tree-data-ref.c (find_data_references_in_loop): Use get_loop_body
1918 instead of calling flow_bb_inside_loop_p for every basic block
1919 in the function.
1920 * tree-ssa-loop.c (pass_record_bounds): Use TV_TREE_LOOP_BOUNDS.
1921
1922 2004-10-31 Graham Stott <graham.stott@btinternet.com>
1923
1924 * config/pa/pa.md: (prefetch_64, prefetch_32): Fix typo. Use
1925 INT_5_BITS instead of VAL_5_BITS_P.
1926
1927 2004-10-31 Roger Sayle <roger@eyesopen.com>
1928
1929 PR middle-end/14521
1930 * tree-inline.c (inline_forbidden_p_1): Use %qF instead of '%F'
1931 for consistent quoting in diagnostic messages.
1932 (expand_call_inline): Likewise.
1933 * tree-optimize.c (tree_rest_of_compilation): Likewise.
1934 * tree-ssa.c (warn_uninitialized_var): Likewise.
1935 (warn_uninitialized_phi): Likewise.
1936
1937 2004-10-31 Richard Sandiford <rsandifo@redhat.com>
1938
1939 * config/mips/mips.c (mips_cannot_change_mode_class): Use a stricter
1940 mode check.
1941
1942 2004-10-31 Kazu Hirata <kazu@cs.umass.edu>
1943
1944 * c-common.c: Fix a comment typo.
1945
1946 2004-10-31 Jason Merrill <jason@redhat.com>
1947
1948 PR middle-end/17526
1949 * tree-gimple.c (is_gimple_mem_rhs): Also require a val for
1950 aggregate types that are not BLKmode.
1951
1952 2004-10-30 Ziemowit Laski <zlaski@apple.com>
1953
1954 * c-common.h (objc_lookup_ivar): Add second parameter to
1955 prototype.
1956 * c-typeck.c (build_external_ref): After looking up symbol,
1957 pass it to objc_lookup_ivar() to decide whether it or the
1958 ivar should be used, rather than deciding the issue locally.
1959 * stub-objc.c (objc_lookup_ivar): Add an OTHER parameter,
1960 which is simply returned in the non-ObjC case.
1961
1962 2004-10-30 Danny Smith <dannysmith@users.sourceforge.net>
1963
1964 * sdbout.c (sdbout_symbol): Do not output type .def statements
1965 for builtin types.
1966
1967 2004-10-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
1968
1969 * c-common.c (catenate_strings): New.
1970 (c_parse_error): Use it. Don't over-escape.
1971
1972 2004-10-30 Kaz Kojima <kkojima@gcc.gnu.org>
1973
1974 * config/sh/sh.c (calc_live_regs): Declare reg as unsigned and
1975 modify the for loop expressions for it. Remove unnecessary casts.
1976 (sh_expand_prologue): Declare reg as unsigned.
1977 (sh_gimplify_va_arg_expr): Initinalize lab_over.
1978 (sh_handle_sp_switch_attribute): Add const qualifier appropriately.
1979
1980 2004-10-30 Geoffrey Keating <geoffk@apple.com>
1981
1982 * doc/invoke.texi (Darwin Options): Improve description of
1983 how the subtype is chosen.
1984
1985 2004-10-30 Roger Sayle <roger@eyesopen.com>
1986
1987 PR middle-end/18096
1988 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Check that
1989 the stack adjustment, "size", is valid for Pmode. If the stack
1990 frame is too large, generate a trap insn and issue a warning.
1991
1992 2004-10-30 Kazu Hirata <kazu@cs.umass.edu>
1993
1994 * tree-ssa-dom.c: Fix comment typos.
1995
1996 2004-10-30 Kaz Kojima <kkojima@gcc.gnu.org>
1997
1998 * config/sh/sh.c (prepare_move_operands): Use operands[0]
1999 for the output rtl if no_new_pseudos is set. Remove redundant
2000 line.
2001
2002 2004-10-30 Joseph S. Myers <joseph@codesourcery.com>
2003
2004 PR c/16666
2005 * c-decl.c (start_function): Don't check for DECL_BUILT_IN when
2006 determining whether to copy parameter types from a previous
2007 prototype declaration.
2008
2009 2004-10-29 Roger Sayle <roger@eyesopen.com>
2010
2011 PR rtl-optimization/17581
2012 * cselib.c (cselib_process_insn): The last instruction of a libcall
2013 block, with the REG_RETVAL note, should be considered in the libcall.
2014 * gcse.c (do_local_cprop): Allow constants to be propagated outside
2015 of libcall blocks.
2016 (adjust_libcall_notes): Use simplify_replace_rtx instead of
2017 replace_rtx to avoid creating invalid RTL in REG_RETVAL notes.
2018
2019 2004-10-30 Kazu Hirata <kazu@cs.umass.edu>
2020
2021 * tree-phinodes.c (create_phi_node): Don't zero PHI_REWRITTEN.
2022
2023 2004-10-29 Jeff Law <law@redhat.com>
2024
2025 * tree-ssa-dom.c (struct edge_info): New structure holding
2026 edge equivalences and edge redirection information.
2027 (get_eq_expr_value, record_dominating_conditions): Kill.
2028 (propagate_to_outgoing_edges): Renamed from cprop_into_phis.
2029 Call record_edge_info.
2030 (allocate_edge_info, free_edge_info): New.
2031 (tree_ssa_dominator_optimize): Use propagate_to_outgoing_edges
2032 rather than cprop_into_phis. Free all edge infos before threading
2033 jumps.
2034 (thread_across_edge): Allocate new edge info structures as needed
2035 and store the redirection target into the edge info structure
2036 instead of the edge's AUX field.
2037 (dom_opt_initialize_block): Mark unused argument with ATTRIBUTE_UNUSED.
2038 (record_equivalence_from_incoming_edge): Lose unnecessary argument.
2039 Revamp code which finds and records equivalences associated with
2040 edges to use saved data in the edge_info structure.
2041 (record_equivalencs_from_phis): Similarly.
2042 (dom_opt_finalize_block): Revamp code which finds and records
2043 equivalences associated with edges to use saved data in the
2044 edge_info structure.
2045 (build_and_record_new_cond): New function.
2046 (record_conditions): Use build_and_record_new_cond to record
2047 dominating conditions.
2048 (record_edge_info): New function.
2049 (record_range): Tighten test for conditions which create
2050 useful range records.
2051
2052 2004-10-29 Geoffrey Keating <geoffk@apple.com>
2053
2054 * config/i386/darwin.h (ASM_SPEC): Simplify.
2055 (SUBTARGET_EXTRA_SPECS): Add darwin_subarch spec.
2056 * config/rs6000/darwin.h (DARWIN_SUBARCH_SPEC): New.
2057 (SUBTARGET_EXTRA_SPECS): Add darwin_subarch spec.
2058 * config/darwin.h (LINK_COMMAND_SPEC): Don't pass -arch here.
2059 (LINK_SPEC): Do pass -arch here. Handle -force_cpusubtype_ALL
2060 in all cases. Pass the right -arch or -arch_only based on -mcpu.
2061 (ASM_SPEC): Handle -force_cpusubtype_ALL.
2062 * doc/invoke.texi (Darwin Options): Improve documentation for
2063 Darwin linker (and libtool) switches.
2064
2065 * config/rs6000/darwin-fallback.c: Include <mach/thread_status.h>.
2066
2067 2004-10-29 Stan Shebs <shebs@apple.com>
2068
2069 * config/rs6000/darwin-tramp.asm: Make more 64-bit-friendly.
2070
2071 2004-10-29 Kazu Hirata <kazu@cs.umass.edu>
2072
2073 * tree-phinodes.c (allocate_phi_node): New.
2074 (make_phi_node, resize_phi_node): Use it.
2075
2076 2004-10-29 David Edelsohn <edelsohn@gnu.org>
2077
2078 * config/rs6000/sysv4.h (TARGET_POWER): Define as 0.
2079 * config/rs6000/darwin.h (TARGET_POWER): Define as 0.
2080
2081 2004-10-29 Kazu Hirata <kazu@cs.umass.edu>
2082
2083 * tree-phinodes.c (make_phi_node, resize_phi_node): Don't zero
2084 the whole PHI node.
2085 * tree.h (tree_phi_node): Tell the garbage collector to chase
2086 num_args arguments.
2087
2088 2004-10-29 Richard Earnshaw <rearnsha@arm.com>
2089
2090 * opts.c (decode_options): Lower the crossjump threshold for -Os.
2091
2092 2004-10-29 Diego Novillo <dnovillo@redhat.com>
2093
2094 * tree.h (struct tree_ssa_name): Remove field 'equiv'.
2095
2096 2004-10-28 Nathan Sidwell <nathan@codesourcery.com>
2097
2098 * bitmap.h (bitmap_empty_p): New.
2099 (bitmap_and, bitmap_and_into, bitmap_and_compl,
2100 bitmap_and_compl_into, bitmap_ior, bitmap_ior_into,
2101 bitmap_ior_compl, bitmap_xor, bitmap_xor_into): New bitmap
2102 operation macros.
2103 (bitmap_ior_and_compl): Rename to ...
2104 (bitmap_ior_and_compl_into): ... here.
2105 * bitmap.c (bitmap_equal_p): Use bitmap_xor.
2106 (bitmap_ior_and_compl): Rename to ...
2107 (bitmap_ior_and_compl_into): ... here. Adjust. Return changed
2108 flag.
2109 (bitmap_union_of_diff): Use renamed bitmap functions.
2110 * basic-block.h (AND_REG_SET, AND_COMPL_REG_SET, IOR_REG_SET,
2111 XOR_REG_SET, IOR_AND_COMPL_REG_SET): Likewise.
2112 * cfgrtl.c (safe_insert_insn_on_edge): Likewise.
2113 * df.c (df_bb_rd_local_compute)
2114 * flow.c (calculate_global_regs_live,
2115 init_propagate_block_info): Likewise.
2116 * ifcvt.c (find_if_case_1, find_if_case_2,
2117 dead_or_predicable): Likewise.
2118 * ra-build.c (union_web_part_roots, livethrough_conflicts_bb,
2119 reset_conflicts, conflicts_between_webs): Likewise.
2120 * ra-rewrite.c (reloads_to_loads, rewrite_program2,
2121 detect_web_parts_to_rebuild): Likewise.
2122 * sched-ebb.c (compute_jump_reg_dependencies): Likewise.
2123 * tree-int-ssa.c (insert_phi_nodes_for, rewrite_into_ssa): Likewise.
2124 * tree-sra.c (decide_instantiations): Likewise.
2125 * tree-ssa-alias.c (create_name_tags,
2126 merge_pointed_to_info): Likewise.
2127 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Likewise.
2128 * tree-ssa-loop-im.c (move_computations): Likewise.
2129 * tree-ssa-operands.c (get_call_expr_operands): Likewise.
2130 * tree-ssa-pre.c (fini_pre): Likewise.
2131 * tree-ssa.c (verify_flow_sensitive_alias_info): Likewise.
2132 * tree-ssanames.c (any_marked_for_rewrite_p): Likewise.
2133 * tree-vectorizer.c (vectorize_loops): Likewise.
2134
2135 2004-10-29 Nick Clifton <nickc@redhat.com>
2136
2137 config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): When
2138 adding the PIC register to the fixed_regs array, also add it
2139 to the call_used_regs array.
2140
2141 2004-10-29 Eric Botcazou <ebotcazou@libertysurf.fr>
2142
2143 * gthr-posix.h (__gthread_recursive_mutex_init_function): Guard
2144 with #ifdef PTHREAD_MUTEX_RECURSIVE/#endif pairs.
2145
2146 2004-10-28 Daniel Berlin <dberlin@dberlin.org>
2147
2148 * tree-into-ssa.c (rewrite_virtual_phi_arguments): New function.
2149 (rewrite_blocks): Modify argument, and use it to decide which
2150 function to call.
2151 (rewrite_def_def_chains): Call rewrite_blocks with true here.
2152 (rewrite_into_ssa): and call it with false here.
2153
2154 2004-10-29 Kazu Hirata <kazu@cs.umass.edu>
2155
2156 * tree-phinodes.c (add_phi_arg): Turn an "if" that always
2157 triggers into gcc_assert.
2158
2159 2004-10-28 Diego Novillo <dnovillo@redhat.com>
2160
2161 PR tree-optimization/16728
2162 * tree-flow.h (get_ptr_info): Declare.
2163 * tree-ssa-alias.c (get_ptr_info): Make extern.
2164 * tree-ssa-copy.c (merge_alias_info): Merge flow-sensitive
2165 alias information.
2166
2167 2004-10-28 Stan Shebs <shebs@apple.com>
2168
2169 * config/rs6000/darwin.h (SUBTARGET_EXTRA_SPECS): Handle -m64.
2170 * config/rs6000/rs6000.c (rs6000_darwin_file_start): Add ppc64
2171 case.
2172
2173 2004-10-28 Frank Ch. Eigler <fche@redhat.com>
2174
2175 * tree-mudflap.c (mudflap_init): Mark cache-lookup decls to
2176 prevent their later unnecessary registration.
2177 (mf_build_check_statement_for): Remove "addr" argument, and
2178 related "__mf_value" generated code. Update callers.
2179 (mf_decl_eligible_p): New function, factored from mx_register_decls.
2180 (mx_register_decls): Call it.
2181 (mf_xform_derefs_1): Rewrite COMPONENT_REF and ARRAY_REF cases
2182 to restore support for complex nested expressions.
2183 (mudflap_enqueue_decl): Simplify. Move registration call emission
2184 out ...
2185 (mudflap_finish_file): ... to here.
2186 (mudflap_enqueue_constant): Remove dump code.
2187
2188 2004-10-28 Zack Weinberg <zack@codesourcery.com>
2189
2190 PR 18199
2191 * dbxout.c (dbxout_begin_complex_stabs_noforcetext): New function.
2192 (DBX_FINISH_STABS): Add (unused by default) SYM parameter.
2193 (dbxout_finish_complex_stabs): Update to match.
2194 (dbxout_symbol_location): Call emit_pending_bincls_if_required
2195 and FORCE_TEXT before DBX_STATIC_BLOCK_START. Use
2196 dbxout_begin_complex_stabs_noforcetext.
2197 * xcoffout.h (DBX_FINISH_STABS): Restore special case for
2198 N_GSYM, using new SYM parameter. Correct logic for special
2199 cases for N_FUN.
2200
2201 * varasm.c (function_section): If DECL is NULL_TREE, don't try
2202 to do anything else. Do not call get_insns if cfun or
2203 cfun->emit are NULL.
2204
2205 2004-10-28 Adam Nemet <anemet@lnxw.com>
2206
2207 PR middle-end/18160
2208 * c-typeck.c (c_mark_addressable): Issue error if address of a
2209 register variable is taken. Use "%qD" to print DECL_NAME.
2210
2211 2004-10-28 Diego Novillo <dnovillo@redhat.com>
2212
2213 * opts.c (decode_options): Don't run PRE at -Os.
2214
2215 2004-10-28 Richard Henderson <rth@redhat.com>
2216
2217 * config/alpha/alpha.md (movqicc_internal): Allow exactly one
2218 zero in the conditional.
2219 (movhicc_internal, movsicc_internal, movdicc_internal): Likewise.
2220
2221 2004-10-28 Richard Henderson <rth@redhat.com>
2222
2223 * cse.c (memory_extend_rtx): Remove.
2224 (cse_main): Don't set it.
2225 (cse_insn): Use a local buffer instead.
2226
2227 2004-10-28 Andreas Krebbel <krebbel1@de.ibm.com>
2228
2229 * profile.c (branch_prob): Call to init_edge_profiler added.
2230 * rtl-profile.c (rtl_init_edge_profiler): New function.
2231 (rtl_gen_edge_profiler): Replaced call to insert_insn_on_edge with
2232 call to safe_insert_insn_on_edge.
2233 (rtl_profile_hooks): rtl_init_edge_profiler added.
2234 * tree-profile.c (tree_init_edge_profiler): New function.
2235 (tree_profile_hooks): tree_init_edge_profiler added.
2236 * value-prof.h (profile_hooks) init_edge_profiler prototype added.
2237
2238 2004-10-28 Nick Clifton <nickc@redhat.com>
2239
2240 * config/iq2000/iq2000.c (iq2000_expand_epilogue): Use
2241 emit_jump_insn() to generate the return instruction.
2242
2243 2004-10-28 Kazu Hirata <kazu@cs.umass.edu>
2244
2245 * tree-phinodes.c: Remove trailing whitespace.
2246
2247 2004-10-28 Kazu Hirata <kazu@cs.umass.edu>
2248
2249 * tree-ssa-loop-ivopts.c: Fix a comment typo.
2250 * doc/invoke.texi: Fix a typo.
2251
2252 2004-10-28 Kazu Hirata <kazu@cs.umass.edu>
2253
2254 * Makefile.in (OBJS-common): Remove duplicates.
2255
2256 2004-10-28 Kazu Hirata <kazu@cs.umass.edu>
2257
2258 * lambda-code.c (nestify_update_pending_stmts): Remove.
2259 (perfect_nestify): Use flush_pending_stmts instead of
2260 nestify_update_pending_stmts.
2261 * tree-cfg.c (tree_make_forwarder_block): Use
2262 flush_pending_stmts.
2263 * tree-flow.h: Add a prototype for flush_pending_stmts.
2264 * tree-ssa-loop-manip.c (tree_duplicate_loop_to_header_edge):
2265 Use flush_pending_stmts.
2266 (lv_update_pending_stmts): Remove.
2267 (tree_ssa_loop_version): Use flush_pending_stmts instead of
2268 lv_update_pending_stmts.
2269 * tree-ssa.c (flush_pending_stmts): New.
2270
2271 2004-10-28 Ulrich Weigand <uweigand@de.ibm.com>
2272
2273 PR target/15286
2274 * final.c (alter_subreg): Compute correct offset to use with
2275 paradoxical SUBREGs of memory operands.
2276 * recog.c (general_operand): Allow paradoxical SUBREGs of
2277 memory operands after reload.
2278 * simplify-rtx.c (simplify_gen_subreg): Fail if simplify_subreg
2279 has failed when passed a hard register.
2280
2281 2004-10-28 Aldy Hernandez <aldyh@redhat.com>
2282
2283 * function.c (assign_parm_setup_block): Handle parallels correctly.
2284
2285 2004-10-28 Kaz Kojima <kkojima@gcc.gnu.org>
2286
2287 * final.c (shorten_branches): Initialize flags structure.
2288
2289 2004-10-28 Nathan Sidwell <nathan@codesourcery.com>
2290
2291 * tree.c (int_cst_node, int_cst_hash_table): New variables.
2292 (init_ttree): Initialize them.
2293 (int_cst_hash_hash, int_cst_hash_eq): New hashing functions.
2294 (build_int_cst_wide): Use hash table for oversized integers.
2295
2296 2004-10-28 Nick Clifton <nickc@redhat.com>
2297
2298 * config/m32r/m32r.h (DBX_OUTPUT_SOURCE_LINE): Define
2299 begin_label.
2300
2301 2004-10-27 Richard Henderson <rth@redhat.com>
2302
2303 PR middle-end/18163
2304 * expr.c (emit_group_load): Don't go force temporary for memory
2305 or concat source.
2306 (emit_group_store): Similarly.
2307
2308 2004-10-27 Andrew Pinski <pinskia@physics.uc.edu>
2309
2310 PR other/18186
2311 * common.opt (--param): Fix spelling of parameter.
2312
2313 2004-10-27 Andrew Pinski <pinskia@physics.uc.edu>
2314
2315 PR tree-opt/17529
2316 * tree-cfg.c (remove_useless_stmts_1) <case SWITCH_EXPR>:
2317 Don't fold statement.
2318 <case ASM_EXPR>: Fold the statement.
2319
2320 2004-10-28 Kazu Hirata <kazu@cs.umass.edu>
2321
2322 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary)
2323 <COND_EXPR>: Use EDGE_COUNT instead of GOTO_DESTINATION.
2324
2325 2004-10-28 Joseph S. Myers <jsm@polyomino.org.uk>
2326
2327 * doc/contrib.texi, doc/cpp.texi, doc/cppopts.texi,
2328 doc/extend.texi, doc/gcov.texi, doc/install.texi, doc/invoke.texi,
2329 doc/libgcc.texi, doc/md.texi, doc/passes.texi,
2330 doc/sourcebuild.texi, doc/tm.texi: Improve Texinfo formatting.
2331
2332 2004-10-28 Joseph S. Myers <jsm@polyomino.org.uk>
2333
2334 * doc/c-tree.texi, doc/cpp.texi, doc/implement-c.texi,
2335 doc/invoke.texi, doc/md.texi, doc/passes.texi, doc/tm.texi: Put
2336 punctuation outside quotes.
2337
2338 2004-10-27 David Mosberger <davidm@hpl.hp.com>
2339 James E Wilson <wilson@specifixinc.com>
2340
2341 PR target/13158
2342 * config/ia64/ia64.c (ia64_expand_epilogue): Set RTX_FRAME_RELATED_P on
2343 sibcall alloc instruction.
2344 (process_set): Handle sibcall alloc instruction.
2345
2346 2004-10-27 Geoffrey Keating <geoffk@apple.com>
2347
2348 * config/rs6000/rs6000.c (rs6000_attribute_table): Add
2349 SUBTARGET_ATTRIBUTE_TABLE.
2350 * config/darwin.h (ASM_WEAKEN_DECL): Handle weak_import.
2351 (SUBTARGET_ATTRIBUTE_TABLE): Define.
2352 * config/darwin.c (darwin_handle_weak_import_attribute): New.
2353 (HAVE_DEAD_STRIP): Delete.
2354 (no_dead_strip): Don't test HAVE_DEAD_STRIP.
2355 * config/darwin-protos.h (darwin_handle_weak_import_attribute):
2356 Prototype.
2357
2358 * doc/tm.texi (USE_SELECT_SECTION_FOR_FUNCTIONS): Document.
2359
2360 * config/darwin.h (GTHREAD_USE_WEAK): Define.
2361
2362 2004-10-28 Ben Elliston <bje@au.ibm.com>
2363
2364 * params.def (PARAM_SRA_MAX_STRUCTURE_SIZE): New.
2365 (PARAM_SRA_FIELD_STRUCTURE_RATIO): Likewise.
2366 * params.h (SRA_MAX_STRUCTURE_SIZE): New.
2367 (SRA_FIELD_STRUCTURE_RATIO): Likewise.
2368 * tree-sra.c: Include "params.h".
2369 (decide_block_copy): Use new parameters.
2370 * doc/invoke.texi (Optimize Options): Document new SRA pass
2371 parameters sra-max-structure-size and sra-field-structure-ratio.
2372
2373 2004-10-27 Nicolas Pitre <nico@cam.org>
2374
2375 * config/arm/ieee754-df.S (floatdidf): Fix regression with big values.
2376
2377 2004-10-27 Zdenek Dvorak <dvorakz@suse.cz>
2378
2379 PR tree-optimization/18048
2380 * fold-const.c (try_move_mult_to_index): New function.
2381 (fold): Use try_move_mult_to_index.
2382 * tree-ssa-loop-ivopts.c (try_add_cand_for): Prefer common candidates.
2383 * tree-ssa-loop-niter.c (number_of_iterations_cond): Produce
2384 an all-ones unsigned constant without extra bits.
2385 * tree.c (build_low_bits_mask): New function.
2386 * tree.h (build_low_bits_mask): Declare.
2387
2388 2004-10-27 David Edelsohn <edelsohn@gnu.org>
2389
2390 PR target/17956
2391 * config/rs6000/rs6000.md (maxsf3): Add !flag_trapping_math to
2392 final condition.
2393 (minsf3): Same.
2394 (maxdf3): Same.
2395 (mindf3): Same.
2396
2397 2004-10-27 Kazu Hirata <kazu@cs.umass.edu>
2398
2399 * tree-cfg.c (thread_jumps): Speed up by reordering the two
2400 conditions for entering basic blocks into worklist.
2401
2402 2004-10-27 Kazu Hirata <kazu@cs.umass.edu>
2403
2404 * tree-cfg.c (thread_jumps): Speed up by pretending to have
2405 ENTRY_BLOCK_PTR in worklist.
2406
2407 2004-10-27 Kazu Hirata <kazu@cs.umass.edu>
2408
2409 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary)
2410 <GOTO_EXPR>: Don't let an explicit GOTO_EXPR slip through.
2411
2412 2004-10-27 Daniel Berlin <dberlin@dberlin.org>
2413
2414 Fix PR tree-optimization/17133
2415
2416 * tree-cfg.c (rewrite_to_new_ssa_names_bb): Also rewrite must
2417 def kill operand.
2418
2419 * tree-flow-inline.h: V_MUST_DEF_OP became V_MUST_DEF_RESULT.
2420 (get_v_must_def_result_ptr): Modify for new structure of
2421 v_must_defs array.
2422 (get_v_must_def_kill_ptr): New.
2423 (op_iter_next_use): Add support for the kill that occurs in V_MUST_DEFs.
2424 (op_iter_next_tree): Ditto. Also V_MAY_DEF_OP became V_MAY_DEF_RESULT.
2425 (op_iter_next_def): V_MAY_DEF_OP became V_MAY_DEF_RESULT.
2426 (op_iter_init): Initialize new mustu members.
2427 (op_iter_next_mustdef): New function.
2428 (op_iter_init_mustdef): Ditto.
2429
2430 * tree-flow.h (rewrite_def_def_chains): New function.
2431
2432 * tree-into-ssa.c (mark_def_sites): Handle mustdefkill operands.
2433 (ssa_mark_def_sites): Ditto.
2434 (rewrite_stmt): Ditto.
2435 (ssa_rewrite_stmt): Ditto.
2436 (rewrite_blocks): Factor out from rewrite_into_ssa.
2437 (mark_def_block_sites): Ditto.
2438 (rewrite_def_def_chains): New function, just rewrites def-def
2439 chains without phi node insertion.
2440
2441 * tree-pass.h (TODO_fix_def_def_chains): New todo flag.
2442
2443 * tree-optimize.c (execute_todo): Handle TODO_fix_def_def_chains.
2444
2445 * tree-pretty-print.c (dump_vops): Print out MUST_DEF's so that
2446 they include the rhs now.
2447
2448 * tree-ssa-ccp.c (visit_assignment): V_MUST_DEF_OP became
2449 V_MUST_DEF_RESULT.
2450
2451 * tree-ssa-dce.c (mark_operand_necessary): Add phionly argument.
2452 Update callers.
2453 (mark_really_necessary_kill_operand_phis): New function.
2454 (perform_tree_ssa_dce): Call it.
2455 (pass_dce): Add TODO_fix_def_def_chains.
2456 (pass_cd_dce): Ditto.
2457
2458 * tree-ssa-loop-im.c (determine_max_movement): Look at kills as
2459 well.
2460 (rewrite_mem_refs): Ditto.
2461
2462 * tree-ssa-loop-manip.c (find_uses_to_rename_stmt): Look at kills
2463 as well.
2464
2465 * tree-ssa-operands.c (allocate_v_may_def_optype):
2466 v_may_def_operand_type_t became v_def_use_operand_type_t.
2467 (allocate_v_must_def_optype) Ditto.
2468 (finalize_ssa_v_must_defs): Update for new operand type, as well
2469 as setting the use portion as well.
2470 (copy_virtual_operands): Copy the kill operand as well.
2471 (create_ssa_artficial_load_stmt): V_MUST_DEF_OP became
2472 V_MUST_DEF_RESULT.
2473
2474 * tree-ssa-operands.h (v_may_def_operand_type): Renamed to
2475 v_def_use_operand_type.
2476 (v_must_def_optype_d): Use v_def_use_operand_type.
2477 (V_MUST_DEF_OP_*): Renamed to V_MUST_DEF_RESULT_*
2478 (V_MUST_DEF_KILL_*): New macros.
2479 (struct ssa_operand_iterator_d): Add num_v_mustu and v_mustu_i
2480 members.
2481 Rename existing must_i and num_v_must members to mustd_i and
2482 num_v_mustd.
2483 (SSA_OP_VMUSTDEFKILL): New flag.
2484 (SSA_OP_VIRTUAL_KILLS): New flag.
2485 (SSA_OP_ALL_OPERANDS): Add in SSA_OP_ALL_KILLS.
2486 (SSA_OP_ALL_KILLS): New flag.
2487 (FOR_EACH_SSA_MUSTDEF_OPERAND): New macro.
2488
2489 * tree-ssa.c (verify_ssa): Verify virtual kills as well.
2490
2491 * tree-vectorizer.c (vect_create_data_ref_ptr): V_MUST_DEF_OP
2492 became V_MUST_DEF_RESULT.
2493 (rename_variables_in_bb): Rename kill pointer as well.
2494
2495 * tree-dfa.c (compute_immediate_uses_for_stmt): Add kills into the
2496 immediate uses.
2497
2498 2004-10-27 Richard Sandiford <rsandifo@redhat.com>
2499
2500 * dbxout.c (dbxout_source_line): Move declaration of begin_label to
2501 the block that needs it.
2502
2503 2004-10-27 Zack Weinberg <zack@codesourcery.com>
2504
2505 * dbxout.c (dbxout_finish_complex_stabs): Mark 'line' variable
2506 ATTRIBUTE_UNUSED.
2507
2508 2004-10-27 Zack Weinberg <zack@codesourcery.com>
2509
2510 * c-lex.c (cb_def_pragma): Clean up code for making location
2511 palatable to diagnostic.c.
2512
2513 2004-10-27 Steven Bosscher <stevenb@suse.de>
2514
2515 PR tree-optimization/17757
2516 * tree-phinodes.c (remove_phi_arg_num): Don't remove PHIs
2517 without any PHI arguments left. Make sure the argument that
2518 we're supposed to remove exists at all.
2519
2520 2004-10-27 Paul Brook <paul@codesourcery.com>
2521
2522 * configure.ac: Don't test for [build] __cxa_atexit when building a
2523 cross compiler.
2524 * configure: Regenerate.
2525
2526 2004-10-27 Paul Brook <paul@codeosurcery.com>
2527
2528 * configure.ac: Use build_exeext not host_exeext when lookin for
2529 target tools.
2530 * configure: Regenerate.
2531
2532 2004-10-27 Andreas Krebbel <krebbel1@de.ibm.com>
2533
2534 * config/s390/s390.md ("*subdf3_cc"): Replaced plus by minus.
2535
2536 2004-10-27 Andreas Krebbel <krebbel1@de.ibm.com>
2537 patch originally created by Kelley Cook <kcook@gcc.gnu.org>
2538
2539 PR middle-end/14684
2540 * opts.c (OPT_fprofile_generate): Default to -funroll-loops
2541 to match -fprofile-use.
2542
2543 2004-10-27 Kazu Hirata <kazu@cs.umass.edu>
2544
2545 * config/rs6000/rs6000.c: Fix a comment typo.
2546
2547 2004-10-27 Zack Weinberg <zack@codesourcery.com>
2548
2549 * config/m32r/m32r.h (DBX_OUTPUT_SOURCE_LINE): Increment line
2550 counter.
2551
2552 2004-10-27 Andreas Schwab <schwab@suse.de>
2553
2554 * varasm.c (default_stabs_asm_out_destructor): Mark symbol as
2555 unused.
2556 (default_stabs_asm_out_constructor): Likewise.
2557
2558 2004-10-26 Geoffrey Keating <geoffk@apple.com>
2559
2560 * builtins.c (fold_builtin_unordered_cmp): Always bring both
2561 operands to the same type.
2562
2563 2004-10-26 James E Wilson <wilson@specifixinc.com>
2564
2565 PR target/18010
2566 * emit-rtl.c (emit_copy_of_insn_after): Copy RTX_FRAME_RELATED_P.
2567
2568 2004-10-26 Zack Weinberg <zack@codesourcery.com>
2569
2570 * dbxout.c: Include obstack.h.
2571 (ASM_STABS_OP): Take XCOFF_DEBUGGING_INFO into account in
2572 default definition.
2573 (ASM_STABD_OP, NO_DBX_MAIN_SOURCE_DIRECTORY, DBX_CONTIN_CHAR):
2574 Default-define here.
2575 (DBX_CONTIN_LENGTH): Move definition with others.
2576 (DBX_FINISH_STABS): New target macro.
2577 (current_sym_code, current_sym_value, current_sym_addr)
2578 (current_sym_nchars, CHARS, dbxout_continue)
2579 (print_int_cst_octal, print_octal, print_wide_int)
2580 (dbxout_prepare_symbol, dbxout_finish_symbol): Delete.
2581 (stabstr_ob, stabstr_last_contin_point): New variables.
2582 (NUMBER_FMT_LOOP): New improper macro.
2583 (dbxout_int, dbxout_stab_value_zero, dbxout_stab_value_label)
2584 (dbxout_stab_value_label_diff, dbxout_stab_value_internal_label)
2585 (dbxout_stab_value_internal_label_diff, dbxout_stabd)
2586 (dbxout_begin_stabn, dbxout_begin_stabn_sline)
2587 (dbxout_begin_simple_stabs, dbxout_begin_simple_stabs_desc)
2588 (dbxout_begin_complex_stabs, dbxout_finish_complex_stabs)
2589 (stabstr_C, stabstr_S, stabstr_I, stabstr_D, stabstr_U, stabstr_O)
2590 (stabstr_continue, DECL_ACCESSIBILITY_CHAR)
2591 New functions and/or proper function-like macros.
2592 (CONTIN): Use stabstr_continue, unconditionally.
2593 (get_lang_number): Define unconditionally, with ATTRIBUTE_UNUSED.
2594 (dbxout_init): Initialize stabstr_ob. Check
2595 NO_DBX_MAIN_SOURCE_DIRECTORY. Only write out the Ltext label
2596 if it was used. Use the new interfaces.
2597 (dbxout_source_file): Remove file argument; always write to
2598 asm_out_file. Use the new interfaces.
2599 (dbxout_type_method_1): Remove second argument which is always
2600 DECL_ASSEMBLER_NAME of the first argument. Use the new interfaces.
2601 (dbxout_type_methods): Remove write-only variables. Use the
2602 new interfaces.
2603 (dbxout_parms): Refactor to remove code duplicated in each of
2604 several successive if-else-if blocks. Use the new interfaces.
2605 (dbxout_function_end, emit_bincl_stab, dbxout_end_source_file)
2606 (dbxout_source_line, dbxout_finish, dbxout_type_index)
2607 (dbxout_type_fields, dbxout_range_type, dbxout_type, dbxout_type_name)
2608 (dbxout_class_name_qualifiers, dbxout_symbol, dbxout_symbol_location)
2609 (dbxout_symbol_name, dbxout_reg_parms, dbxout_args)
2610 (dbx_output_lbrac, dbx_output_rbrac, dbxout_block):
2611 Use the new interfaces.
2612 * Makefile.in (dbxout.o): Update dependencies.
2613
2614 * defaults.h: Don't define ASM_STABD_OP.
2615 * output.h: Prototype new dbxout_* interfaces.
2616 * system.h: Poison DBX_OUTPUT_GCC_MARKER and DBX_FINISH_SYMBOL.
2617 * varasm.c: Don't define ASM_STABS_OP.
2618 (default_stabs_asm_out_constructor, default_stabs_asm_out_destructor):
2619 Use the new dbxout.c interfaces. Call sorry if neither
2620 DBX_DEBUGGING_INFO nor XCOFF_DEBUGGING_INFO is defined.
2621
2622 * xcoffout.h: Don't define ASM_STABS_OP.
2623 (DBX_FINISH_SYMBOL): Rewrite and rename DBX_FINISH_STABS.
2624 (DBX_OUTPUT_MAIN_SOURCE_DIRECTORY, DBX_OUTPUT_GCC_MARKER): Delete.
2625 (NO_DBX_MAIN_SOURCE_DIRECTORY, NO_DBX_GCC_MARKER): Define.
2626 (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Change bare block to
2627 do { ... } while (0) idiom.
2628
2629 * config/alpha/alpha.c (num_source_filenames): Export.
2630 * config/alpha/alpha.h (num_source_filenames): Declare.
2631 (DBX_OUTPUT_SOURCE_LINE): Use new interfaces.
2632 (SDB_OUTPUT_SOURCE_LINE): Add missing newline.
2633 * config/m32r/m32r.h (DBX_OUTPUT_SOURCE_LINE): Use new interfaces.
2634 Always use .debugsym. Update commentary.
2635 * config/mips/mips.h (DBX_OUTPUT_SOURCE_LINE): Use new interfaces.
2636 (SDB_OUTPUT_SOURCE_LINE): Add missing newline.
2637 * config/rs6000/linux64.h (DBX_OUTPUT_SOURCE_LINE, DBX_OUTPUT_BRAC):
2638 Use new interfaces.
2639 * config/rs6000/rs6000.c: If TARGET_MACHO, include gstab.h.
2640 (macho_branch_islands): Use new interfaces.
2641
2642 * doc/tm.texi: Update.
2643
2644 2004-10-26 Aldy Hernandez <aldyh@redhat.com>
2645
2646 * expr.c (emit_group_store): Do not treat floats as BLKmode.
2647 (emit_group_load): Same.
2648
2649 2004-10-26 Joseph S. Myers <jsm@polyomino.org.uk>
2650
2651 * c-parse.in (datadef): Use pedwarn rather than error and warning
2652 for diagnostic in case of no declaration specifiers.
2653
2654 2004-10-26 Richard Sandiford <rsandifo@redhat.com>
2655
2656 PR bootstrap/15747
2657 * doc/install.texi (mips-sgi-irix5): Document that /bin/sh has been
2658 reported to hang during bootstrap and that CONFIG_SHELL=/bin/ksh
2659 can be used to work around this.
2660
2661 2004-10-26 Aldy Hernandez <aldyh@redhat.com>
2662
2663 * config/rs6000/rs6000.h (MEMBER_TYPE_FORCES_BLK): Adjust for e500
2664 doubles.
2665
2666 2004-10-26 Kazu Hirata <kazu@cs.umass.edu>
2667
2668 * stmt.c (expand_case): Update a comment.
2669
2670 2004-10-26 Kazu Hirata <kazu@cs.umass.edu>
2671
2672 * stmt.c (expand_case): Put an assertion that index_expr is
2673 never INTEGER_CST. Don't special case for constant
2674 index_expr.
2675
2676 2004-10-26 Andrew Pinski <pinskia@physics.uc.edu>
2677
2678 PR 18162
2679 * c-parse.in (designator): Finish with a semi-colon.
2680
2681 2004-10-26 Fariborz Jahanian <fjahanian@apple.com>
2682
2683 * config/rs6000/rs6000.md (andsi3_internal8): Set CR when splitting
2684 into rotlsi3.
2685
2686 2004-10-26 Kazu Hirata <kazu@cs.umass.edu>
2687
2688 * stmt.c (expand_case): Remove code to handle SWITCH_EXPR with
2689 a default case only.
2690
2691 2004-10-26 Aldy Hernandez <aldyh@redhat.com>
2692
2693 * config/rs6000/rs6000.c (rs6000_hard_regno_nregs): Adjust for
2694 e500 doubles.
2695 (spe_build_register_parallel): New.
2696 (rs6000_spe_function_arg): Handle e500 doubles.
2697 (function_arg): Same.
2698 (spe_func_has_64bit_regs_p): Same.
2699 (rs6000_function_value): Same.
2700 (rs6000_libcall_value): Same.
2701 (legitimate_lo_sum_address_p): Return false for e500 doubles.
2702
2703 * config/rs6000/rs6000.h (LOCAL_ALIGNMENT): Adjust for e500
2704 doubles.
2705 (DATA_ALIGNMENT): Same.
2706 (CANNOT_CHANGE_MODE_CLASS): Same.
2707
2708 2004-10-26 Aldy Hernandez <aldyh@redhat.com>
2709
2710 * expr.c (emit_group_load): Handle floats.
2711 (emit_group_store): Same.
2712
2713 2004-10-26 Nathan Sidwell <nathan@codesourcery.com>
2714
2715 * c-lex.c (get_nonpadding_token): Remove.
2716 (c_lex_with_flags): Push timevar and eat padding here. Improve
2717 stray token diagnostic.
2718 (lex_string): Replace logic with switch statement, eat padding
2719 token here.
2720
2721 2004-10-26 Geoffrey Keating <geoffk@apple.com>
2722
2723 PR 18149
2724 * config/i386/darwin.h (ASM_SPEC): Undef it before defining.
2725
2726 2004-10-25 Geoffrey Keating <geoffk@apple.com>
2727
2728 * config/darwin.h (LINK_SPEC): Default weak_reference_mismatches
2729 to 'non-weak'.
2730 (MAKE_DECL_ONE_ONLY): Set DECL_WEAK.
2731 (ASM_MAKE_LABEL_LINKONCE): Delete.
2732 (ASM_WEAKEN_DECL): New.
2733 (ASM_DECLARE_OBJECT_NAME): Look at DECL_WEAK not DECL_ONE_ONLY.
2734 (ASM_DECLARE_FUNCTION_NAME): Likewise.
2735 (TEXT_SECTION_ASM_OP): Add a tab.
2736 (DATA_SECTION_ASM_OP): Likewise.
2737 (SECTION_FUNCTION): Add a tab. Use fputs. Don't call
2738 data_section on every section change.
2739 (EXTRA_SECTIONS): Add a bunch of new extra sections.
2740 (EXTRA_SECTION_FUNCTIONS): Likewise.
2741 (USE_SELECT_SECTION_FOR_FUNCTIONS): Define.
2742 (JCR_SECTION_NAME): Define.
2743 (TARGET_SECTION_TYPE_FLAGS): Don't define.
2744 * config/darwin.c (darwin_encode_section_info): A symbol is defined
2745 in this file if it is not weak.
2746 (textcoal_section): Delete.
2747 (datacoal_section): Delete.
2748 (darwin_make_decl_one_only): Delete.
2749 (machopic_select_section): Handle functions.
2750 (darwin_asm_named_section): Add a tab.
2751 (darwin_section_type_flags): Delete.
2752 (darwin_unique_section): Delete contents.
2753 (darwin_emit_unwind_label): Add a tab. Make decls weak if
2754 DECL_WEAK is set.
2755 * config/darwin-protos.h (darwin_section_type_flags): Delete.
2756 (darwin_make_decl_one_only): Delete.
2757 (text_coal_section): New.
2758 (text_unlikely_section): New.
2759 (text_unlikely_coal_section): New.
2760 (const_coal_section): New.
2761 (data_coal_section): New.
2762 (const_data_coal_section): New.
2763 * varasm.c (function_section): Honour
2764 USE_SELECT_SECTION_FOR_FUNCTIONS.
2765 * dwarf2out.c (output_call_frame_info): Look at DECL_WEAK when
2766 TARGET_USES_WEAK_UNWIND_INFO is in effect.
2767 * dbxout.c (dbxout_source_file): Don't change sections while
2768 a function is being output.
2769
2770 2004-10-25 David Ayers <d.ayers@inode.at>
2771
2772 * c-common.h: Remove RID_ID.
2773 * c-parse.in: Remove OBJECTNAME and references to RID_ID.
2774 (typespec_reserved_attr): Add rule for TYPENAME
2775 non_empty_protocolrefs.
2776 (yylexname): Remove special handling of RID_ID.
2777
2778 2004-10-25 James E Wilson <wilson@specifixinc.com>
2779
2780 * doc/invoke.texi (-fcrossjumping): Not enabled at -O.
2781
2782 2004-10-25 Joseph S. Myers <jsm@polyomino.org.uk>
2783
2784 PR c/16667
2785 * c-parse.in (array_designator): New.
2786 (designator): Use it.
2787 (initelt): Only permit array_designator without '=', not ".foo".
2788
2789 2004-10-25 Kenneth Zadeck <zadeck@naturalbridge.com>
2790 * gcc/Makefile.in: removed ggc for cgraphunit.
2791 * gcc/cgraph.c.dump_cgraph_node: removed static var analysis.
2792 * gcc/cgraph.h: removed static var analysis data structures and calls.
2793 * gcc/cgraphunit.c:
2794 cgraph_mark_local_and_external_functions:changed name to
2795 cgraph_mark_local_functions
2796 (print_order,convert_UIDs_in_bitmap,new_static_vars_info,
2797 cgraph_reset_static_var_maps,get_global_static_vars_info,
2798 get_global_statics_not_read,get_global_statics_not_written,searchc,
2799 cgraph_reduced_inorder,has_proper_scope_for_analysis,check_rhs_var,
2800 check_lhs_var,get_asm_expr_operands,process_call_for_static_vars,
2801 scan_for_static_refs,cgraph_characterize_statics_local,
2802 clear_static_vars_maps,cgraph_propagate_bits,cgraph_characterize_statics):
2803 removed.
2804 (cgraph_optimize,init_cgraph): removed calls to static vars analysis
2805 * gcc/tree-dfa.c find_referenced_vars: removed call to static vars
2806 analysis
2807 * gcc/tree-flow.h static_vars_info: removed
2808 * gcc/tree-ssa-operands.c (add_call_clobber_ops,add_call_read_ops):
2809 removed calls to static vars analysis.
2810 get_call_expr_operands: removed callee variable.
2811
2812 2004-10-25 Kazu Hirata <kazu@cs.umass.edu>
2813
2814 * cfg.c (unchecked_make_edge, redirect_edge_succ,
2815 redirect_edge_pred): Use VEC_safe_push instead of
2816 VEC_safe_insert.
2817 * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
2818
2819 2004-10-25 Kazu Hirata <kazu@cs.umass.edu>
2820
2821 * cfgloopmanip.c (loopify): Take two more arguments true_edge
2822 and false_edge.
2823 * cfgloop.h: Adjust the corresponding prototype.
2824 * loop-unswitch.c (unswitch_loop): Adjust a call to loopify.
2825 * tree-ssa-loop-manip.c (tree_ssa_loop_version): Likewise.
2826
2827 2004-10-25 Jakub Jelinek <jakub@redhat.com>
2828
2829 * dwarf2out.c (rtl_for_decl_location): Avoid segfault if
2830 DECL_INCOMING_RTL is NULL.
2831
2832 2004-10-25 Steven Bosscher <stevenb@suse.de>
2833
2834 * timevar.def (TV_FIND_REFERENCED_VARS): New.
2835 * tree-dfa.c (pass_referenced_var): Use it.
2836
2837 2004-10-25 Roger Sayle <roger@eyesopen.com>
2838 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2839
2840 * cse.c: Change encoding of quantity numbers to avoid undefined
2841 pointer arithmetic on qty_table.
2842 (REGNO_QTY_VALID_P): A quantity is now valid if it isn't negative.
2843 (get_cse_reg_info): Initialize reg_qty to a unique negative value.
2844 (new_basic_block): Assign "real" quantity numbers from zero.
2845 (delete_reg_equiv): Do nothing if quantity is invalid. Reset the
2846 REG_QTY to its unique negative value.
2847 (merge_equiv_classes): Calculate need_rehash if quantity is valid.
2848 (cse_main): Don't include max_reg when determining max_qty.
2849 (cse_basic_block): Avoid subtracting a large offset from qty_table,
2850 which causes undefined C99 behaviour. Only allocate needed memory.
2851
2852 2004-10-25 Kazu Hirata <kazu@cs.umass.edu>
2853
2854 * stmt.c (expand_case): Remove an obsolete comment.
2855
2856 2004-10-25 Andrew Pinski <pinskia@physics.uc.edu>
2857
2858 PR middle-end/17407
2859 * c-decl.c (grokdeclarator) <case cdk_array>: Remove the call
2860 layout_type as it is already done by build_array_type.
2861 * tree.c (build_array_type): Layout the type even
2862
2863 2004-10-25 Alexandre Oliva <aoliva@redhat.com>
2864
2865 * config/frv/linux.h (TARGET_C99_FUNCTIONS): Define to 0.
2866
2867 2004-10-25 Alexandre Oliva <aoliva@redhat.com>
2868
2869 * config/frv/frv.md (movdi, movdf): Handle wide-constant splits
2870 with wider-than-32-bit HOST_WIDE_INTs.
2871
2872 2004-10-25 David Billinghurst <David.Billinghurst@riotinto.com>
2873
2874 * config/mips/mips.c(mips_output_filename): Remove unused
2875 array ltext_label_name
2876
2877 2004-10-24 Geoffrey Keating <geoffk@geoffk.org>
2878
2879 * config/rs6000/darwin.h (BLOCK_REG_PADDING): Define.
2880
2881 2004-10-25 Ben Elliston <bje@au.ibm.com>
2882
2883 * cfgcleanup.c (outgoing_edges_match): Fix typo in dump output.
2884
2885 2004-10-23 Andrew Pinski <pinskia@physics.uc.edu>
2886
2887 * predict.c (predict_loops): Call scev_finalize instead of
2888 scev_reset.
2889
2890 2004-10-24 Kazu Hirata <kazu@cs.umass.edu>
2891
2892 * config/dbxcoff.h, config/dbxelf.h, config/libgloss.h,
2893 config/openbsd.h, config/mips/r3900.h, config/pdp11/pdp11.md,
2894 config/sh/ushmedia.h, config/sparc/elf.h,
2895 config/sparc/sp64-elf.h: Update copyright.
2896
2897 2004-10-24 Kazu Hirata <kazu@cs.umass.edu>
2898
2899 * stmt.c (expand_case): Handle the default label outside of
2900 the for loop. Remove code to handle a missing default label.
2901
2902 2004-10-23 Kazu Hirata <kazu@cs.umass.edu>
2903
2904 * dbxout.c (dbxout_function_decl): Don't use
2905 DBX_OUTPUT_FUNCTION_END.
2906 * system.h: Poison DBX_OUTPUT_FUNCTION_END.
2907 * doc/tm.texi (DBX_OUTPUT_FUNCTION_END): Remove.
2908
2909 2004-10-23 Andrew Pinski <pinskia@physics.uc.edu>
2910
2911 PR middle-end/17967
2912 * tree-cfg.c (remove_usless_stmts_cond): Don't Fold statement.
2913
2914 2004-10-23 Daniel Berlin <dberlin@dberlin.org>
2915
2916 * tree-ssa-dom.c (record_equality): Use loop depth to determine
2917 which way to record the equality as well.
2918 (loop_depth_of_name): New function.
2919
2920 2004-10-23 Eric Botcazou <ebotcazou@libertysurf.fr>
2921
2922 PR middle-end/17793
2923 * gimplify.c (gimplify_addr_expr) <VIEW_CONVERT_EXPR>: Look
2924 through the operand if it is a useless type conversion.
2925
2926 2004-10-23 Ben Elliston <bje@au.ibm.com>
2927
2928 * cfg.c (remove_edge): Use VEC_unordered_remove.
2929 (redirect_edge_succ): Likewise.
2930 (redirect_edge_pred): Likewise.
2931 * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
2932
2933 2004-10-22 Kazu Hirata <kazu@cs.umass.edu>
2934
2935 * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Don't access PTR
2936 beyond its end.
2937
2938 2004-10-22 Eric Christopher <echristo@redhat.com>
2939
2940 * config/rs6000/rs6000.c (setup_incoming_varargs): Align DFmode
2941 saves.
2942
2943 2004-10-22 Aldy Hernandez <aldyh@redhat.com>
2944
2945 * config/rs6000/spe.md (spe_extendsfdf2): New.
2946 (movdf_e500_double): New.
2947 (spe_truncdfsf2): New.
2948 (spe_absdf2): New.
2949 (spe_nabsdf2): New.
2950 (spe_negdf2): New.
2951 (sub_adddf3): New.
2952 (spe_subdf3): New.
2953 (spe_muldf3): New.
2954 (spe_floatsidf2): New.
2955 (spe_floatunssidf2): New.
2956 (fix_truncdfsi2): New.
2957 (spe_fixuns_truncdfsi2): New.
2958
2959 * config/rs6000/rs6000.md (truncdfsf2): Change to expander.
2960 (fpr_truncdfsf2): New.
2961 (negdf2): Change to expander.
2962 (fpr_negdf2): New.
2963 (fpr_nabsdf2): Name pattern.
2964 (adddf3): Change to expander.
2965 (fpr_adddf3): Nem.
2966 (subdf3): Change to expander.
2967 (fpr_subdf3): New.
2968 (muldf3): Change to expander.
2969 (fpr_muldf3): New.
2970 (divdf3): Change to expander.
2971 (fpr_divdf3): New.
2972 (movdf_softfloat32): Change !TARGET_FPRS to TARGET_E500_SINGLE.
2973 (cmpdf): Allow for TARGET_E500_DOUBLE.
2974
2975 2004-10-22 Kazu Hirata <kazu@cs.umass.edu>
2976
2977 * c-semantics.c (re_push_stmt_list): Remove.
2978 * c-common.h: Remove the corresponding prototype.
2979
2980 2004-10-22 Kazu Hirata <kazu@cs.umass.edu>
2981
2982 * stmt.c (asm_op_is_mem_input): Remove.
2983 * tree.h: Remove the corresponding prototype.
2984
2985 2004-10-22 Kazu Hirata <kazu@cs.umass.edu>
2986
2987 * tree-gimple.c (is_gimple_constructor_elt): Remove.
2988 * tree-gimple.h: Remove the corresponding prototype.
2989
2990 2004-10-22 Kazu Hirata <kazu@cs.umass.edu>
2991
2992 * varasm.c (get_pool_mode_for_function, get_pool_offset):
2993 Remove.
2994 * rtl.h: Remove the corresponding prototypes.
2995
2996 2004-10-22 Kazu Hirata <kazu@cs.umass.edu>
2997
2998 * tree-cfg.c (thread_jumps_from_bb): Speed up by extracting
2999 edge information when we commit ourselves to threading a
3000 particular jump.
3001
3002 2004-10-22 Kazu Hirata <kazu@cs.umass.edu>
3003
3004 * tree-cfg.c (thread_jumps): Speed up by putting basic blocks
3005 into worklist instead of their indexes.
3006
3007 2004-10-22 Kazu Hirata <kazu@cs.umass.edu>
3008
3009 * alias.c, basic-block.h, cgraphunit.c, combine.c, domwalk.h,
3010 final.c, gengtype.c, genpreds.c, ggc-page.c, insn-notes.def,
3011 lambda-code.c, loop-unroll.c, modulo-sched.c, pointer-set.c,
3012 pretty-print.c, ra-colorize.c, sbitmap.c, tree-complex.c,
3013 tree-data-ref.c, tree-dfa.c, tree-inline.c, tree-into-ssa.c,
3014 tree-scalar-evolution.c, tree-ssa-dom.c,
3015 tree-ssa-loop-manip.c, tree-ssa-loop-niter.c,
3016 tree-ssa-phiopt.c, tree-ssa-pre.c, tree-ssa-threadupdate.c,
3017 tree-vectorizer.c, vec.h: Fix comment formatting.
3018
3019 2004-10-22 Kazu Hirata <kazu@cs.umass.edu>
3020
3021 * dwarf.h, gthr-dce.h, gthr-single.h, gthr-solaris.h, gthr.h,
3022 libfuncs.h, libgcc2.h, stab.def, tsystem.h: Update copyright.
3023
3024 2004-10-22 Kazu Hirata <kazu@cs.umass.edu>
3025
3026 * config/ptx4.h, config/mcore/mcore-pe.h,
3027 config/rs6000/eabi.h, config/vax/elf.h: Update copyright.
3028
3029 2004-10-22 Peter Barada <peter@the-baradas.com>
3030
3031 * config/m68k/m68k.h (HARD_REGNO_RENAME_OK): New macro.
3032 * config/m68k/m68k.c (m68k_hard regno_rename_ok): Disallow
3033 renaming of non-live registers in interrupt functions.
3034 * config/m68k/m68k-protos.h (m68k_hard_regno_rename_ok): Add prototype.
3035
3036 2004-10-22 Zdenek Dvorak <dvorakz@suse.cz>
3037
3038 * tree-ssa-loop-niter.c (inverse): Count in HOST_WIDE_INT if possible.
3039 Use integer for loop counter.
3040 (num_ending_zeros): New function.
3041 (number_of_iterations_cond): Use num_ending_zeros.
3042
3043 2004-10-21 Aldy Hernandez <aldyh@redhat.com>
3044
3045 * config.gcc: Add support for --enable-e500_double.
3046
3047 * config/rs6000/e500-double.h: New file.
3048
3049 * config/rs6000/rs6000.h: Define TARGET_E500_SINGLE and
3050 TARGET_E500_DOUBLE.
3051
3052 * config/rs6000/eabi.h: Define TARGET_E500_SINGLE and
3053 TARGET_E500_DOUBLE.
3054
3055 * config/rs6000/linuxspe.h: Same.
3056
3057 * doc/invoke.texi (Option Summary): Document new options for
3058 mfloat-gprs.
3059 (RS/6000 and PowerPC Options): Same.
3060
3061 * config/rs6000/rs6000.c (rs6000_parse_float_gprs_option): New
3062 function.
3063 (rs6000_override_options): Use it. Use
3064 SUB3TARGET_OVERRIDE_OPTIONS.
3065 Add 8548 to processor_target_table.
3066 (rs6000_legitimate_address): Handle e500 doubles.
3067 (rs6000_legitimize_address): Same.
3068 (rs6000_legitimize_reload_address): Same.
3069 (rs6000_hard_regno_nregs): Same.
3070 (spe_func_has_64bit_regs_p): Same.
3071 (emit_frame_save): Same.
3072 (gen_frame_mem_offset): Same.
3073 (rs6000_dwarf_register_span): Same.
3074 (rs6000_generate_compare): Same.
3075 (easy_fp_constant): Same.
3076 (legitimate_offset_address_p): Same.
3077
3078 * config/rs6000/spe.md: (cmdfeq_gpr): New.
3079 (tstdfeq_gpr): New.
3080 (cmpdfgt_gpr): New.
3081 (tstdfgt_gpr): New.
3082 (tstdfgt_gpr): New.
3083 (cmpdflt_gpr): New.
3084 (tstdflt_gpr): New.
3085 Add new constants.
3086
3087 2004-10-21 Giovanni Bajo <giovannibajo@gcc.gnu.org>
3088
3089 * config/arc/lib1funcs.asm (___umulsidi3): Fix typo.
3090
3091 2004-10-21 Zack Weinberg <zack@codesourcery.com>
3092
3093 * dbxout.c: Remove unnecessary #undefs.
3094 (GDB_INV_REF_REGPARM_STABS_LETTER, DBX_MEMPARM_STABS_LETTER)
3095 (FILE_NAME_JOINER, STABS_GCC_MARKER): Remove; fold sole
3096 definition into use sites.
3097 (cwd): Make local to dbxout_init.
3098 (dbxout_init): Restructure cwd-using logic for clarity. Use
3099 IS_DIR_SEPARATOR.
3100 * xcoffout.h (DBX_OUTPUT_GCC_MARKER): Definition of
3101 STABS_GCC_MARKER folded in here.
3102 * system.h: Poison now-unused macros.
3103 * doc/tm.texi: Remove documentation of now-unused macros.
3104
3105 2004-10-21 Andrew Pinski <pinskia@physics.uc.edu>
3106
3107 PR c/17538
3108 * c-opts.c (push_command_line_include): Use the current file
3109 name instead of the main one.
3110
3111 2004-10-21 Andrew Pinski <pinskia@physics.uc.edu>
3112
3113 PR objc/17923
3114 * tree.c (staticp): A CONST_DECL has static storage if either
3115 TREE_STATIC or DECL_EXTERNAL is set.
3116 * c-decl.c (pushdecl_top_level): Accept CONST_DECLs which can
3117 have null names.
3118
3119 2004-10-21 Kazu Hirata <kazu@cs.umass.edu>
3120
3121 * expr.c (store_expr): Remove dont_store_target.
3122
3123 2004-10-21 Kazu Hirata <kazu@cs.umass.edu>
3124
3125 * tree-cfg.c (thread_jumps): Speed up by using a worklist.
3126
3127 2004-10-21 Kazu Hirata <kazu@cs.umass.edu>
3128
3129 * tree-cfg.c (thread_jumps): Move a part of it to ...
3130 (thread_jumps_from_bb): ... here.
3131
3132 2004-10-21 David Edelsohn <edelsohn@gnu.org>
3133
3134 * dbxout.c (DBX_FINISH_SYMBOL): Add asm_out_file argument.
3135 * xcoffout.h (DBX_FINISH_SYMBOL): Change asmfile to (ASMFILE).
3136
3137 2004-10-21 Kazu Hirata <kazu@cs.umass.edu>
3138
3139 * expr.c (store_expr): Clean up by renaming want_value to
3140 call_param_p.
3141
3142 2004-10-21 Kaz Kojima <kkojima@gcc.gnu.org>
3143
3144 * config/sh/linux-unwind.h (sh_fallback_frame_state): Don't
3145 fixup pc here.
3146
3147 2004-10-21 Aldy Hernandez <aldyh@redhat.com>
3148
3149 PR 18004.
3150 * expmed.c (store_bit_field): Pass original 'value' before
3151 recursing.
3152
3153 2004-10-21 Nicolas Pitre <nico@cam.org>
3154
3155 * config/arm/ieee754-sf.S: Large speed improvements. Fix NAN handling.
3156 * config/arm/ieee754-df.S: Ditto.
3157
3158 2004-10-20 Zack Weinberg <zack@codesourcery.com>
3159
3160 * dbxout.c (asmfile): Delete. All uses changed to asm_out_file.
3161 (DBX_BLOCKS_FUNCTION_RELATIVE, DBX_LINES_FUNCTION_RELATIVE):
3162 Default to 0.
3163 (dbxout_source_line): Use DBX_OUTPUT_SOURCE_LINE when defined.
3164 When it is not, but DBX_LINES_FUNCTION_RELATIVE is true, emit
3165 an internal label and an N_SLINE .stabn whose value is the
3166 difference between that label and the function entry label.
3167 (dbxout_finish): If DBX_OUTPUT_MAIN_SOURCE_FILE_END is not defined,
3168 but DBX_OUTPUT_NULL_N_SO_AT_MAIN_SOURCE_FILE_END is, emit a
3169 label and an N_SO stab with an empty string referring to it.
3170 (dbx_output_lbrac, dbx_output_rbrac): Use if statement instead
3171 of #ifdef directive to test DBX_BLOCKS_FUNCTION_RELATIVE.
3172 (dbxout_type_methods, dbxout_symbol): Remove #if 0 block.
3173 (dbxout_prepare_symbol): Remove #ifdef WINNING_GDB block, this
3174 macro is never defined.
3175 * sdbout.c (sdbout_source_line_counter): Delete.
3176 (PUT_SDB_SRC_FILE): Delete. Uses replaced with sole definition.
3177 (sdbout_source_line): Use SDB_OUTPUT_SOURCE_LINE, which takes
3178 only two arguments.
3179 * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Rename ASM_OUTPUT_LINE.
3180
3181 * config/dbxcoff.h, config/dbxelf.h: Remove unncessary #undefs.
3182 * config/c4x/c4x.h, config/pa/pa.h: Remove unnecessary macro
3183 definitions (identical to default).
3184 * config/darwin.h, config/dbxcoff.h, config/dbxelf.h, config/ptx4.h
3185 * config/h8300/coff.h, config/pa/som.h, config/sh/elf.h:
3186 Define DBX_OUTPUT_NULL_N_SO_AT_MAIN_SOURCE_FILE_END, not
3187 DBX_OUTPUT_MAIN_SOURCE_FILE_END.
3188 * config/dbxcoff.h, config/dbxelf.h, config/ptx4.h
3189 * config/mcore/mcore-pe.h, config/pa/som.h, config/sh/elf.h:
3190 Define DBX_LINES_FUNCTION_RELATIVE, not ASM_OUTPUT_SOURCE_LINE.
3191 * config/alpha/alpha-protos.h: Don't prototype alpha_output_lineno.
3192 * config/alpha/alpha.c: Move declaration of num_source_filenames up.
3193 (alpha_start_function): Use SDB_OUTPUT_SOURCE_LINE.
3194 (sym_lineno): Delete.
3195 (alpha_output_filename): Do not emit N_SOL stabs here. Remove
3196 now-unused variable.
3197 (alpha_output_lineno): Delete.
3198 * config/mips/mips-protos.h: Don't prototype mips_output_lineno.
3199 * config/mips/mips.c (mips_output_filename): Don't use
3200 ASM_OUTPUT_FILENAME. Don't emit N_SOL stabs here.
3201 (mips_output_lineno): Delete.
3202 (mips_output_function_prologue: Use SDB_OUTPUT_SOURCE_LINE.
3203 * config/alpha/alpha.h: Define DBX_OUTPUT_SOURCE_LINE and
3204 SDB_OUTPUT_SOURCE_LINE, not ASM_OUTPUT_SOURCE_LINE.
3205 * config/mips/mips.h: Likewise. Don't define ASM_OUTPUT_FILENAME.
3206 * config/mips/sdb.h: Use SDB_OUTPUT_SOURCE_LINE.
3207 * config/avr/avr.h: Don't define ASM_OUTPUT_SOURCE_LINE.
3208 * config/mmix/mmix.h: Likewise.
3209 * config/mmix/mmix.c (mmix_asm_output_source_line): Delete.
3210 * config/mmix/mmix-protos.h: Don't prototype it.
3211 * config/alpha/unicosmk.h: Also #undef PREFERRED_DEBUGGING_TYPE;
3212 no need to #undef ASM_OUTPUT_SOURCE_LINE.
3213 * config/arm/aout.h: Remove RISCiX-specific definition of
3214 DBX_OUTPUT_MAIN_SOURCE_FILENAME.
3215 * config/m32r/m32r.h: Define DBX_OUTPUT_SOURCE_LINE, not
3216 ASM_OUTPUT_SOURCE_LINE.
3217 * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Rename to
3218 DBX_OUTPUT_SOURCE_LINE. Don't use current_function_func_begin_label.
3219 * config/vax/elf.h: No need to define DBX_OUTPUT_FUNCTION_END.
3220
3221 * doc/tm.texi: Update.
3222
3223 2004-10-20 Richard Henderson <rth@redhat.com>
3224
3225 * tree-sra.c (instantiate_element): Copy DECL_IGNORED_P also.
3226
3227 2004-10-20 Kelley Cook <kcook@gcc.gnu.org>
3228
3229 * configure.ac: Revert my previous patch.
3230 * configure: Regenerate.
3231
3232 2004-10-20 Ben Elliston <bje@au.ibm.com>
3233
3234 * config/rs6000/rs6000.c
3235 (rs6000_va_start): Use build_va_arg_indirect_ref.
3236 (rs6000_gimplify_va_arg): Likewise.
3237
3238 2004-10-20 Bryce McKinlay <mckinlay@redhat.com>
3239
3240 PR java/15575
3241 * configure.ac: Declare AM_LANGINFO_CODESET.
3242 * aclocal.m4: Define AM_LANGINFO_CODESET.
3243 * configure, config.in: Rebuilt.
3244
3245 2004-10-20 Kazu Hirata <kazu@cs.umass.edu>
3246
3247 * expr.c (store_expr): Remove code that is run when
3248 want_value & 1 is nonzero.
3249
3250 2004-10-20 Mark Mitchell <mark@codesourcery.com>
3251
3252 * gthr-posix.h (__gthread_active_p): Use __extension__ around cast
3253 from function pointer to void *.
3254
3255 2004-10-20 Kaz Kojima <kkojima@gcc.gnu.org>
3256
3257 PR target/18032
3258 * config/sh/sh.c (sh_expand_epilogue): Emit a blockage insn before
3259 the frame pointer adjustment when exception handling is enabled.
3260
3261 2004-10-20 Kazu Hirata <kazu@cs.umass.edu>
3262
3263 * stor-layout.c: Fix a comment typo.
3264
3265 2004-10-20 Kazu Hirata <kazu@cs.umass.edu>
3266
3267 * expr.c (store_field): Remove two arguments value_mode and
3268 unsignedp.
3269 (expand_assignment, store_constructor_field,
3270 expand_expr_real_1): Adjust calls to store_field.
3271
3272 2004-10-18 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
3273
3274 * config/arc/lib1funcs.asm (___umulsidi3): Correct usage of flags.
3275
3276 PR target/17317
3277 * config/arc/arc.h (REGNO_OK_FOR_BASE_P,REGNO_OK_FOR_INDEX_P,
3278 REG_OK_FOR_BASE, REG_OK_FOR_INDEX): Consider blink(r31) as a valid
3279 base and index register for loads.
3280
3281 * config/arc/t-arc: Fix multilib handling.
3282
3283 2004-10-20 Hans-Peter Nilsson <hp@bitrange.com>
3284
3285 * cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb,
3286 don't inspect BLOCK_FOR_INSN for barriers.
3287 * emit-rtl.c (emit_barrier_before): Revert last change.
3288 (emit_barrier_after, emit_barrier): Ditto.
3289
3290 * doc/extend.texi (Extended Asm): Warn and provide example
3291 solution for using a call-clobbered asm register.
3292 (Local Reg Vars): Similar. Cross-reference example.
3293
3294 2004-10-19 Andrew Pinski <pinskia@physics.uc.edu>
3295
3296 * tree-cfg.c (group_case_labels): Look at the second to last
3297 case statement for combing with the default case.
3298
3299 2004-10-19 Richard Hendeson <rth@redhat.com>
3300
3301 PR 17962
3302 * stor-layout.c (layout_type): Set TYPE_ALIGN for vectors.
3303
3304 2004-10-19 Richard Hendeson <rth@redhat.com>
3305
3306 * builtins.c (expand_builtin_memmove): If fold_builtin_memmove
3307 succeeds, only expand the result.
3308
3309 2004-10-19 Richard Hendeson <rth@redhat.com>
3310
3311 PR middle-end/17885
3312 * tree.c (recompute_tree_invarant_for_addr_expr): Always poll address
3313 of INDIRECT_REF.
3314
3315 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
3316
3317 * tree-cfg.c (thread_jumps): Use a do-while loop instead of a
3318 loop with goto.
3319
3320 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
3321
3322 * expr.c (expand_assignment): Remove the last argument.
3323 Change the return type to void.
3324 * expr.h: Update the prototype of expand_assignment.
3325 * function.c (assign_parm_setup_reg): Update a call to
3326 expand_assignment.
3327 * stmt.c (expand_asm_expr): Likewise.
3328
3329 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
3330
3331 * expr.c (expand_expr_real_1) <MODIFY_EXPR>: Remove
3332 unnecessary assignments to temp. Return const0_rtx.
3333
3334 2004-10-19 Kaz Kojima <kkojima@gcc.gnu.org>
3335
3336 * config/sh/sh.c (sh5_schedule_saves): Fix typo.
3337
3338 2004-10-18 Kelley Cook <kcook@gcc.gnu.org>
3339
3340 * configure.ac (powerpc-*-darwin*): Require assembler to support
3341 .machine directive.
3342 * configure: Regenerate.
3343
3344 2004-10-18 Kazu Hirata <kazu@cs.umass.edu>
3345
3346 * reload1.c (ior_hard_reg_set): Remove.
3347 (finish_spills): Use IOR_HARD_REG_SET instead of
3348 ior_hard_reg_set.
3349
3350 2004-10-18 Kazu Hirata <kazu@cs.umass.edu>
3351
3352 * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Speed up by shifting
3353 the currently visited word to right.
3354
3355 2004-10-18 Eric Botcazou <ebotcazou@libertysurf.fr>
3356
3357 PR middle-end/18045
3358 * expmed.c (expand_smod_pow2): Handle modes whose size
3359 is greater than that of HOST_WIDE_INT.
3360
3361 2004-10-18 Ziemowit Laski <zlaski@apple.com>
3362
3363 * c-parse.in (reservedwords): Add OBJC_TYPE_QUAL as alternative.
3364
3365 2004-10-18 Eric Botcazou <ebotcazou@libertysurf.fr>
3366 Roger Sayle <roger@eyesopen.com>
3367
3368 PR middle-end/17813
3369 * dojump.c (discard_pending_stack_adjust): New function.
3370 (clear_pending_stack_adjust): Call it.
3371 * expr.h (discard_pending_stack_adjust): Declare it.
3372 * explow.c (emit_stack_save): Emit pending stack adjustments
3373 before saving the stack pointer.
3374 (emit_stack_restore): Discard pending stack adjustments before
3375 restoring the stack pointer.
3376
3377 2004-10-18 Richard Henderson <rth@redhat.com>
3378
3379 * c-common.c (handle_mode_attribute): Allow scalar->vector
3380 type changes yet.
3381
3382 2004-10-18 Kazu Hirata <kazu@cs.umass.edu>
3383
3384 * expr.c (expand_expr_real_1) [MODIFY_EXPR]: Don't request a
3385 value to expand_assignment.
3386
3387 2004-10-18 Kazu Hirata <kazu@cs.umass.edu>
3388
3389 * tree-cfg.c (cleanup_tree_cfg): Don't iterate on
3390 thread_jumps.
3391 (thread_jumps): Iterate until no new forwarder block arises.
3392
3393 2004-10-18 Kazu Hirata <kazu@cs.umass.edu>
3394
3395 * tree-cfg.c (tree_forwarder_block_p): Don't set forwardable.
3396 (thread_jumps): Use forwardable as cache of
3397 tree_forwarder_block_p throughout the function.
3398
3399 2004-10-18 Andreas Krebbel <krebbel1@de.ibm.com>
3400
3401 * cfg.c (dump_flow_info): Remove redundant dump of reg life info.
3402
3403 2004-10-18 Andrew Pinski <pinskia@physics.uc.edu>
3404
3405 PR middle-end/15014
3406 PR middle-end/16973
3407 * tree-cfg.c (remove_bb): If we have a label expression in the
3408 basic block and the label we have taken the address, move the
3409 label expression to the basic block which is previous in the
3410 linked list.
3411 (tree_verify_flow_info): Fix printing out the label name of the
3412 problematic label expression.
3413
3414 2004-10-18 Pat Haugen <pthaugen@us.ibm.com>
3415
3416 PR rtl-optimization/18002
3417 * simplify-rtx.c (mode_signbit_p): Externalize function...
3418 * rtl.h (mode_signbit_p): ... to here.
3419 * combine.c (simplify_shift_const): Recognize PLUS signbit as
3420 canonical form of XOR signbit and move to outer op.
3421
3422 2004-10-18 Diego Novillo <dnovillo@redhat.com>
3423
3424 * tree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi.
3425 Update all callers.
3426 * tree-ssa.c (replace_immediate_uses): Call bsi_for_stmt.
3427 Don't call fold_stmt more than once, use bsi_replace.
3428
3429 2004-10-18 Diego Novillo <dnovillo@redhat.com>
3430
3431 PR tree-optimization/17656
3432 * tree-ssa.c (replace_immediate_uses): When replacing a
3433 constant, if the call to fold_stmt produced a different
3434 statement, get an appropriate statement pointer by scanning
3435 STMT's basic block.
3436
3437 2004-10-18 Richard Henderson <rth@redhat.com>
3438
3439 * pointer-set.c (hash1): Don't use libm functions in fallback case.
3440
3441 2004-10-18 H.J. Lu <hongjiu.lu@intel.com>
3442
3443 PR bootstrap/17684
3444 * Makefile.in (clean): Remove libgcc_s$(SHLIB_EXT).1.stage?.
3445 (stage1-start): Remove and copy libunwind.a and
3446 libunwind*$(SHLIB_EXT) instead of libunwind*.
3447 (stage2-start): Likewise.
3448 (stage3-start): Likewise.
3449 (stage4-start): Likewise.
3450 (stageprofile-start): Likewise.
3451 (stagefeedback-start): Likewise.
3452
3453 * config/alpha/t-osf4 (SHLIB_LINK): Use a temporary file for
3454 the shared library to be created and don't remove the existing
3455 shared library.
3456 * config/arm/t-netbsd (SHLIB_LINK): Likewise.
3457 * config/i386/t-nwld (SHLIB_LINK): Likewise.
3458 * config/mips/t-slibgcc-irix (SHLIB_LINK): Likewise.
3459 * config/pa/t-hpux-shlib (SHLIB_LINK): Likewise.
3460 * config/sh/t-linux (SHLIB_LINK): Likewise.
3461 * config/t-libunwind-elf (SHLIBUNWIND_LINK): Likewise.
3462 * config/t-slibgcc-darwin (SHLIB_LINK): Likewise.
3463 * config/t-slibgcc-elf-ver (SHLIB_LINK): Likewise.
3464 * config/t-slibgcc-sld (SHLIB_LINK): Likewise.
3465
3466 * mklibgcc.in (libgcc-stage-start): Also move "*${objext}s"
3467 files.
3468
3469 2004-10-18 Kazu Hirata <kazu@cs.umass.edu>
3470
3471 * basic-block.h (reg_set_iterator): New.
3472 (EXECUTE_IF_SET_IN_REG_SET): Make it iterator style.
3473 (EXECUTE_IF_AND_COMPL_IN_REG_SET): Likewise.
3474 (EXECUTE_IF_AND_IN_REG_SET): Likewise.
3475 * caller-save.c (save_call_clobbered_regs): Adjust to the new
3476 style.
3477 * cfgcleanup.c (thread_jump): Likewise.
3478 * cfgrtl.c (safe_insert_insn_on_edge): Likewise.
3479 * conflict.c (conflict_graph_compute): Likewise.
3480 * flow.c (verify_local_live_at_start, update_life_info,
3481 initialize_uninitialized_subregs, propagate_one_insn,
3482 init_propagate_block_info, free_propagate_block_info,
3483 propagate_block, dump_regset): Likewise.
3484 * global.c (global_conflicts): Likewise.
3485 * graph.c (start_bb): Likewise.
3486 * local-alloc.c (update_equiv_regs): Likewise.
3487 * loop.c (load_mems): Likewise.
3488 * reload1.c (compute_use_by_pseudos, order_regs_for_reload,
3489 find_reg, finish_spills): Likewise.
3490 * resource.c (mark_target_live_regs): Likewise.
3491 * sched-deps.c (sched_analyze_insn): Likewise.
3492 * sched-rgn.c (sched-rgn.c): Likewise.
3493 * config/frv/frv.c (frv_ifcvt_modify_tests): Likewise.
3494
3495 2004-10-18 Jakub Jelinek <jakub@redhat.com>
3496
3497 * config/i386/i386.md (addqi_1_slp): Test for incdec_operand
3498 operand 1 instead of 2
3499
3500 2004-10-18 Kazu Hirata <kazu@cs.umass.edu>
3501
3502 * loop-unroll.c: Fix comment typos.
3503
3504 2004-10-18 Revital Eres <eres@il.ibm.com>
3505
3506 * Makefile.in (loop-unroll.o): Add VARRAY_H dependency.
3507 * loop-unroll.c: Include varray.h.
3508 (struct var_to_expand, struct opt_info): Rename split_ivs_info to
3509 opt_info and expand it to support variable expansion.
3510 (analyze_insns_in_loop): Rename analyze_ivs_to_split and
3511 expand it to support variable expansion.
3512 (pt_info_start_duplication): Rename si_info_start_duplication.
3513 (apply_opt_in_copies): Rename split_ivs_in_copies and add support
3514 to the variable expansion optimization.
3515 (free_opt_info): Rename free_si_info.
3516 (analyze_insn_to_expand_var, referenced_in_one_insn_in_loop_p,
3517 expand_var_during_unrolling, insert_var_expansion_initialization,
3518 combine_var_copies_in_loop_exit, release_var_copies,
3519 get_expansion): New functions.
3520 (peel_loop_completely, unroll_loop_constant_iterations,
3521 unroll_loop_runtime_iterations, peel_loop_simple,
3522 unroll_loop_stupid): Change uses of struct si_info
3523 to struct opt_info
3524 and add uses of fvariable-expansion-in-unroller flag.
3525 * params.def: Add parameter to restrict the number of expansions.
3526 * params.h: (MAX_VARIABLE_EXPANSIONS): New define to restrict
3527 the number of expansions.
3528 * common.opt: (fvariable-expansion-in-unroller): New flag.
3529 * doc/invoke.texi: (fvariable-expansion-in-unroller): Document.
3530
3531 2004-10-18 Danny Smith <dannysmith@users.sourceforge.net>
3532
3533 * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Define
3534 __GXX_MERGED_TYPEINFO_NAMES to 0.
3535
3536 2004-10-17 Hans-Peter Nilsson <hp@bitrange.com>
3537
3538 * cfgrtl.c (rtl_verify_flow_info_1): When checking insns in a bb,
3539 handle barriers in a bb by checking that it points to a NULL bb.
3540 * emit-rtl.c (emit_barrier_before): Set BLOCK_FOR_INSN to NULL.
3541 (emit_barrier_after, emit_barrier): Ditto.
3542
3543 2004-10-18 Joseph S. Myers <jsm@polyomino.org.uk>
3544
3545 * doc/extend.texi (Attribute Syntax): Clarify details of
3546 attributes on parameters.
3547
3548 2004-10-17 Zdenek Dvorak <dvorakz@suse.cz>
3549
3550 * tree-ssa-loop-ivopts.c (tree_ssa_iv_optimize): Move checking out of
3551 loop.
3552
3553 2004-10-17 Andrew Pinski <pinskia@physics.uc.edu>
3554
3555 Revert:
3556 2004-10-17 Andrew Pinski <pinskia@physics.uc.edu>
3557
3558 * c-typeck.c (default_function_array_conversion): Always create
3559 &a[0] for array types.
3560 (build_unary_op): Do not fold &a[x] into a + x.
3561
3562 2004-10-17 Andrew Pinski <pinskia@physics.uc.edu>
3563
3564 PR middle-end/17925
3565 * cfgexpand.c (expand_gimple_cond_expr): Emit line notes for next basic
3566 block if there is a goto with a locus.
3567
3568 2004-10-17 Kazu Hirata <kazu@cs.umass.edu>
3569
3570 * config/elfos.h, config/gofast.h, config/interix.h,
3571 config/netbsd.h, config/svr3.h, config/vxworks.h,
3572 config/alpha/alpha-modes.def, config/alpha/alpha-protos.h,
3573 config/alpha/ev4.md, config/alpha/ev5.md, config/alpha/ev6.md,
3574 config/alpha/netbsd.h, config/arm/arm-modes.def,
3575 config/arm/unknown-elf.h, config/c4x/c4x-modes.def,
3576 config/cris/aout.h, config/frv/frv-modes.def,
3577 config/i386/beos-elf.h, config/i386/gas.h,
3578 config/i386/i386-coff.h, config/i386/i386-modes.def,
3579 config/i386/linux.h, config/i386/linux64.h,
3580 config/i386/mingw32.h, config/i386/netbsd-elf.h,
3581 config/i386/netbsd64.h, config/i386/sco5.h,
3582 config/i386/sol2.h, config/i386/uwin.h, config/i860/i860.md,
3583 config/ia64/ia64-modes.def, config/ia64/itanium1.md,
3584 config/ia64/itanium2.md, config/m68k/m68k-modes.def,
3585 config/mips/mips-modes.def, config/mips/sdb.h,
3586 config/mips/vr.h, config/mips/vxworks.h,
3587 config/pa/pa-hpux10.h, config/pa/pa-hpux11.h,
3588 config/pa/pa32-linux.h, config/rs6000/40x.md,
3589 config/rs6000/7450.md, config/rs6000/8540.md,
3590 config/rs6000/linuxspe.h, config/rs6000/power4.md,
3591 config/rs6000/rs6000-modes.def, config/rs6000/rtems.h,
3592 config/rs6000/spe.h, config/s390/2064.md, config/s390/linux.h,
3593 config/s390/s390-modes.def, config/sh/elf.h,
3594 config/sh/sh-modes.def, config/sh/sh64.h,
3595 config/sparc/ultra1_2.md, config/sparc/ultra3.md,
3596 config/stormy16/stormy16.md, config/v850/v850-protos.h,
3597 config/vax/vax.md: Update copyright.
3598
3599 2004-10-17 Kazu Hirata <kazu@cs.umass.edu>
3600
3601 * expr.c (expand_expr_real_1): Remove an obsolete comment.
3602
3603 2004-10-17 Andrew Pinski <pinskia@physics.uc.edu>
3604
3605 * c-typeck.c (default_function_array_conversion): Always create
3606 &a[0] for array types.
3607 (build_unary_op): Do not fold &a[x] into a + x.
3608
3609 2004-10-17 Jakub Jelinek <jakub@redhat.com>
3610
3611 * pointer-set.c (hash1): Use integer part of 2^64 / phi
3612 instead 2^32 / phi if long is 64-bit.
3613
3614 2004-10-17 Joseph S. Myers <jsm@polyomino.org.uk>
3615
3616 * c-common.h (enum rid): Remove RID_PTRBASE, RID_PTREXTENT and
3617 RID_PTRVALUE.
3618 * c-parse.in (PTR_VALUE, PTR_BASE, PTR_EXTENT): Remove %token
3619 declarations.
3620 (reswords): Remove __ptrbase, __ptrbase__, __ptrextent,
3621 __ptrextent__, __ptrvalue and __ptrvalue__.
3622 (rid_to_yy): Remove RID_PTRBASE, RID_PTREXTENT and RID_PTRVALUE
3623 entries.
3624
3625 2004-10-16 Dale Johannesen <dalej@apple.com>
3626
3627 * c-common.c (c_common_get_alias_set): Use GGC for type_hash_table.
3628
3629 2004-10-16 Zdenek Dvorak <dvorakz@suse.cz>
3630
3631 PR tree-optimization/17766
3632 * basic-block.h (enum dom_state): DOM_CONS_OK removed.
3633 (dom_info_available_p): Declare.
3634 * cfghooks.c (split_block, make_forwarder_block): Use
3635 dom_info_available_p.
3636 * dominance.c (compute_dom_fast_query, calculate_dominance_info,
3637 free_dominance_info, verify_dominators): Ditto.
3638 (dom_info_available_p): New function.
3639 * tree-cfg.c (cleanup_control_expr_graph): Free dominance information.
3640 (thread_jumps): Use dom_info_available_p.
3641 * tree-complex.c (expand_complex_div_wide): Ditto.
3642 * tree-mudflap.c (mf_build_check_statement_for): Ditto.
3643
3644 2004-10-16 Zdenek Dvorak <dvorakz@suse.cz>
3645
3646 * tree-ssa-loop-ivopts.c (struct ivopts_data): New field important_candidates.
3647 (find_best_candidate): Take also important candidates into account.
3648 (find_optimal_iv_set): Initialize important_candidates bitmap.
3649
3650 2004-10-16 Zdenek Dvorak <dvorakz@suse.cz>
3651
3652 PR tree-optimization/17560
3653 * predict.c (tree_estimate_probability): Mark irreducible
3654 loops.
3655
3656 2004-10-16 Zdenek Dvorak <dvorakz@suse.cz>
3657
3658 PR rtl-optimization/17723
3659 * cfgcleanup.c (merge_memattrs): Handle case when
3660 MEM_SIZE == NULL_RTX.
3661
3662 2004-10-15 Andrew Pinski <pinskia@physics.uc.edu>
3663
3664 * toplev.c (dump_file_name): Change type to be const.
3665
3666 2004-10-15 Joseph S. Myers <jsm@polyomino.org.uk>
3667
3668 * c-typeck.c (build_compound_expr, build_c_cast): Don't try to use
3669 non_lvalue to stop something being a null pointer constant.
3670
3671 2004-10-15 Aldy Hernandez <aldyh@redhat.com>
3672
3673 * config/rs6000/rs6000.h (FUNCTION_ARG_REGNO_P): FPRs are only
3674 available for TARGET_FPRS.
3675 (FUNCTION_VALUE_REGNO_P): Same.
3676
3677 2004-10-15 Geoffrey Keating <geoffk@apple.com>
3678
3679 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
3680 -maltivec in same style as other ISA options.
3681
3682 2004-10-15 Jon Grimm <jgrimm2@us.ibm.com>
3683
3684 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Add __powerpc__
3685 definition.
3686
3687 2004-10-15 Kazu Hirata <kazu@cs.umass.edu>
3688
3689 * bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h,
3690 collect2.h, conflict.c, coretypes.h, coverage.h, errors.h,
3691 gcc.h, gcov-dump.c, gen-protos.c, gencheck.c, gencodes.c,
3692 genconstants.c, gengenrtl.c, genmodes.c, genpeep.c,
3693 gensupport.h, graph.h, gthr-gnat.c, gthr-gnat.h, gthr-posix.c,
3694 gthr-posix.h, hard-reg-set.h, hwint.h, integrate.h, libgcc2.c,
3695 lists.c, machmode.def, mips-tdump.c, opts.h, params.c,
3696 predict.def, predict.h, protoize.c, reload.h, resource.h,
3697 rtl-error.c, sbitmap.c, sbitmap.h, sreal.c, tlink.c,
3698 tree-dump.h, tree-inline.h, unwind-dw2-fde.c, unwind-dw2.c,
3699 unwind-sjlj.c, value-prof.h: Update copyright.
3700
3701 2004-10-15 Kazu Hirata <kazu@cs.umass.edu>
3702
3703 * pointer-set.c, tree-vectorizer.c: Fix comment typos.
3704
3705 2004-10-15 Diego Novillo <dnovillo@redhat.com>
3706
3707 * tree-optimize.c (execute_one_pass): Stop timer right after
3708 executing the pass.
3709
3710 2004-10-14 Andrew Pinski <pinskia@physics.uc.edu>
3711
3712 Revert:
3713 2004-10-14 Andrew Pinski <pinskia@physics.uc.edu>
3714 PR middle-end/17967
3715 Revert:
3716 * tree-cfg.c (remove_usless_stmts_cond): Fold statement.
3717 (remove_useless_stmts_1): Fold trees we know how to fold.
3718
3719 2004-10-14 David Edelsohn <edelsohn@gnu.org>
3720
3721 * configure.ac: Add .machine power4 directive when testing for
3722 mfcr field.
3723 * configure: Regenerate.
3724
3725 2004-10-14 Geoffrey Keating <geoffk@apple.com>
3726
3727 * config/darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Don't define.
3728
3729 2004-10-14 Andrew Pinski <pinskia@physics.uc.edu>
3730
3731 * tree-vectorizer.c (vect_transform_loop): Declare vectorization_factor
3732 always.
3733
3734 2004-10-14 Daniel Jacobowitz <dan@codesourcery.com>
3735
3736 * config/rs6000/rs6000.h (REG_CLASS_FROM_LETTER): Return NO_REGS
3737 for 'f' if !TARGET_FPRS.
3738
3739 2004-10-14 Richard Henderson <rth@redhat.com>
3740
3741 PR debug/14492
3742 * dwarf2out.c (loc_descriptor_from_tree_1): Handle FIX_*_EXPR.
3743
3744 2004-10-14 Richard Henderson <rth@redhat.com>
3745
3746 PR c/17023
3747 * c-decl.c (store_parm_decls_oldstyle): Care for parameter type
3748 as error_mark_node.
3749 * c-parse.in (compstmt_primary_start): Check cur_stmt_list non-null
3750 instaed of current_function_decl non-null.
3751
3752 2004-10-14 Matt Austern <austern@apple.com>
3753
3754 * pointer-set.c: New file, special-purpose hash table.
3755 * pointer-set.h: New file.
3756 * tree.h (struct pointer_set_t): Declare as opaque type.
3757 (tree_walk): Last argument is pointer_set_t* now.
3758 * tree-inline.c (WALK_SUBTREE): Convert from htab to pset.
3759 (walk_type_fields):
3760 (walk_tree): Convert from htab_t to pointer_set_t for keeping
3761 track of which nodes have already been visited.
3762 (walk_tree_without_duplicates): Convert from htab_t to pointer_set_t.
3763 * cgraphunit.c (cgraph_create_edges): Likewise.
3764 (cgraph_characterize_statics_local): Likewise.
3765 * tree-dfa.c (collect_dfa_stats): Likewise.
3766 * langhooks-def.h (lhd_tree_inlining_walk_subtrees): Last arg is
3767 pointer_set_t* now.
3768 * langhooks.c (lhd_tree_inlining_walk_subtrees): Likewise.
3769 * langhooks.h (struct lang_hooks_for_tree_inlining): Last arg type
3770 of walk_subtrees is pointer_set_t* now.
3771 * Makefile.in (OBJS-common): add pointer-set.o
3772 (tree-inline.o): Depends on pointer-set.h
3773 (tree-dfa.o): Likewise
3774 (cgraphunit.o): Likewise
3775
3776 2004-10-14 Geoffrey Keating <geoffk@apple.com>
3777
3778 * config/rs6000/darwin.h (ASM_SPEC): Delete.
3779 (TARGET_ASM_FILE_START): Define.
3780 * config/darwin.h (ASM_SPEC): Define.
3781 * config/rs6000/t-darwin (TARGET_LIBGCC2_CFLAGS): Don't supply
3782 -mlong-double-128, it's the default. Update comment about reason
3783 for force_cpusubtype_ALL.
3784 * config/rs6000/darwin-vecsave.asm: Supply .machine.
3785 * config/rs6000/darwin-world.asm: Likewise.
3786 * config/rs6000/rs6000.c (rs6000_darwin_file_start): New.
3787 (symbolic_operand): Delete #if 0ed code.
3788
3789 2004-10-14 Andrew Pinski <pinskia@physics.uc.edu>
3790
3791 * stmt.c (add_case_node): Make sure that we have integer
3792 constant before calling tree_int_cst_compare.
3793
3794 2004-10-14 Andrew Pinski <pinskia@physics.uc.edu>
3795
3796 PR middle-end/17967
3797 Revert:
3798 * tree-cfg.c (remove_usless_stmts_cond): Fold statement.
3799 (remove_useless_stmts_1): Fold trees we know how to fold.
3800
3801 2004-10-14 Joseph S. Myers <joseph@codesourcery.com>
3802
3803 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS),
3804 config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Disallow
3805 -m64.
3806
3807 2004-10-14 Ulrich Weigand <uweigand@de.ibm.com>
3808
3809 * reload.c (find_reloads): When reloading a PLUS with constant
3810 operand, make sure the constant is pushed to the constant pool
3811 if required.
3812 * config/s390/s390.c (s390_secondary_input_reload_class): Remove
3813 reload bug workaround.
3814 (s390_expand_plus_operand): Likewise.
3815
3816 2004-10-14 David Edelsohn <edelsohn@gnu.org>
3817
3818 * opts.c (common_handle_option): Do not enable
3819 flag_speculative_prefetching for -fprofile-generate/use.
3820
3821 2004-10-14 Devang Patel <dpatel@apple.com>
3822
3823 PR 17635
3824 * tree-if-conv.c (process_phi_nodes): Process latch block.
3825 (combine_blocks): Process latch block and update loop structure.
3826
3827 2004-10-14 Olga Golovanevsky <olga@il.ibm.com>
3828
3829 * tree-vectorizer.c (vect_generate_tmps_on_preheader):
3830 (vect_update_ivs_after_vectorizer):
3831 (vect_transform_for_unknown_loop_bound):
3832 (tree_duplicate_loop_to_edge):
3833 (allocate_new_names):
3834 (rename_use_op):
3835 (rename_def_op):
3836 (rename_variables_in_bb):
3837 (free_new_names):
3838 (rename_variables_in_loop):
3839 (copy_phi_nodes):
3840 (update_phis_for_duplicate_loop):
3841 (update_phi_nodes_for_guard):
3842 (make_loop_iterate_ntimes):
3843 (tree_duplicate_loop_to_edge_cfg):
3844 (add_loop_guard):
3845 (vect_analyze_loop_with_symbolic_num_of_iters):
3846 (verify_loop_for_duplication):
3847 (vect_gen_niters_for_prolog_loop):
3848 (vect_update_niters_after_peeling):
3849 (vect_update_inits_of_dr):
3850 (vect_update_inits_of_drs):
3851 (vect_build_loop_niters):
3852 (vect_do_peeling_for_alignment): New functions.
3853 (vect_transform_loop): Add unknown and known but indivisible loop
3854 bound support; add peeling for unalignment support.
3855 (vect_analyze_loop_form): Support symbolic number of iterations.
3856 (vect_transform_loop_bound): New input parameter.
3857 (vect_get_loop_niters): Change input parameter type.
3858 (new_loop_vec_info): LOOP_VINFO_NITERS is tree now.
3859 (vectorizable_store): Allow unaligned access.
3860 (vectorize_loops): Add rewrite_into_loop_closed_ssa.
3861 (vect_analyze_data_refs_alignment): Allowed one unaligned
3862 store.
3863 * tree-vectorizer.h (LOOP_VINFO_NITERS_KNOWN_P): Redefined
3864 to use tree.
3865 (LOOP_VINFO_INT_NITERS): New macro.
3866 (MAX_NUMBER_OF_UNALIGNED_DATA_REFS): New define.
3867 (do_peeling_for_alignment):
3868 (unaligned_drs): New members of _loop_vec_info.
3869 (LOOP_DO_PEELING_FOR_ALIGNMENT): New macro.
3870
3871 2004-10-14 Ranjit Mathew <rmathew@hotmail.com>
3872
3873 * tree.h (TREE_STRING_POINTER): Wrap in "const char *".
3874 (struct tree_string): Remove "const" qualifier for "str".
3875
3876 2004-10-14 Ira Rosen <irar@il.ibm.com>
3877
3878 * tree-vectorizer.c (vect_analyze_data_refs): Call
3879 vect_get_base_and_bit_offset to get memory tag for array ref.
3880 (vect_create_addr_base_for_vector_ref): Remove redundant checks.
3881
3882 2004-10-14 Richard Earnshaw <rearnsha@arm.com>
3883
3884 * configure.ac: Use $LN_S for creating symlinks (not $LN).
3885 * configure: Regenerate.
3886
3887 2004-10-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3888
3889 * doc/install.texi (*-*-solaris2*): Update with info about kernel
3890 patches to solve spurious testsuite failures.
3891
3892 2004-10-14 Dorit Naishlos <dorit@il.bim.com>
3893
3894 * tree-vectorizer.c (get_vectype_for_scalar_type): Added debug prinouts.
3895 Added check that vectype is VECTOR_MODE_P, instead of check for BLKmode.
3896 (vect_analyze_operations): Make sure the vectorization factor > 1. Add
3897 gcc_assert under ENABLE_CHECKING.
3898 (vectorizable_operation): Remove check for VECTOR_MODE_P (moved to
3899 get_vectype_for_scalar_type).
3900
3901 (vect_get_vec_def_for_operand): Remove redundant variables.
3902 (vect_transform_loop): Likewise.
3903
3904 2004-10-14 Richard Sandiford <rsandifo@redhat.com>
3905
3906 * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Make r11 fixed and
3907 global for -mcaller-super-interworking.
3908 (CALLER_INTERWORKING_SLOT_SIZE): New macro.
3909 * config/arm/arm.c (thumb_compute_save_reg_mask): Save r11 if
3910 CALLER_INTERWORKING_SLOT_SIZE is nonzero and the function does
3911 not need a frame pointer.
3912 (arm_get_frame_offsets): Add CALLER_INTERWORKING_SLOT_SIZE bytes to
3913 the soft frame pointer offset.
3914 (thumb_expand_prologue): Set up r11 for -mcaller-super-interworking.
3915 * config/arm/arm.md (*call_reg_thumb, *call_value_reg_thumb): Use
3916 _interwork_{r7,r11}_call_via_rN if some arguments are passed on
3917 the stack. Use frame_pointer_needed to choose between them.
3918 * config/arm/lib1funcs.asm (_arm_return_{r7,r11}): New functions.
3919 (interwork_with_frame): New macro.
3920 (interwork): Add _interwork_{r7,r11}_call_via_rN().
3921
3922 2004-10-14 Ben Elliston <bje@au.ibm.com>
3923
3924 PR other/17900
3925 * diagnostic.c (trim_filename): Fix logic bug in walking backwards
3926 up the filename looking for a previous directory separator.
3927
3928 2004-10-14 Joseph S. Myers <jsm@polyomino.org.uk>
3929
3930 * c-tree.h (enum c_typespec_kind, struct c_typespec,
3931 parser_xref_tag): New.
3932 (struct c_declspecs): Add tag_defined_p. Adjust definition of
3933 typedef_p.
3934 (declspecs_add_type): Adjust prototypes.
3935 * c-parse.in (%union): Add tstype.
3936 (typespec_nonattr, typespec_attr, typespec_reserved_nonattr,
3937 typespec_reserved_attr, typespec_nonreserved_nonattr,
3938 structsp_attr, structsp_nonattr): Change to tstype. Update
3939 actions.
3940 * c-decl.c (build_null_declspecs): Initialize tag_defined_p.
3941 (declspecs_add_type): Update to take struct c_typespec argument.
3942 Set tag_defined_p and typedef_p as appropriate.
3943 (xref_tag): Rename to parser_xref_tag and replace by wrapper.
3944 Update to return struct c_typespec.
3945 (shadow_tag_warned): Don't let empty declarations with qualifiers
3946 or storage class specifiers redeclare a tag if a previous
3947 declaration is visible.
3948
3949 2004-10-13 Richard Henderson <rth@redhat.com>
3950
3951 PR debug/15860
3952 * dwarf2out.c (rtl_for_decl_location): Apply big-endian correction
3953 for DECL_INCOMING_RTL.
3954
3955 2004-10-14 Hans-Peter Nilsson <hp@axis.com>
3956
3957 PR target/17984
3958 * config/cris/cris.md (asrandb, asrandw, lsrandb, lsrandw): Apply
3959 trunc_int_for_mode for constants used in shortened mode.
3960
3961 2004-10-13 Richard Henderson <rth@redhat.com>
3962
3963 PR c/17384
3964 * c-common.c (handle_mode_attribute): Disallow mode changes that
3965 alter the CODE of the top-level type.
3966
3967 * crtstuff.c (__FRAME_END__): Remove mode attribute. Find 32-bit
3968 integer from internal limits macros.
3969 * config/i386/mm3dnow.h (__v2sf): Fix base type.
3970
3971 2004-10-13 Richard Henderson <rth@redhat.com>
3972
3973 PR debug/13841
3974 * function.c (instantiate_decl): Recurse for CONCAT.
3975
3976 2004-10-13 David Edelsohn <edelsohn@gnu.org>
3977
3978 * config/rs6000/rs6000.md (andsi3): Add attribute "compare" for
3979 andi./andis.
3980 (anddi3): Same.
3981 (extzvdi_internal1): Add attribute "compare".
3982 (extzvdi_internal2): Same.
3983
3984 2004-10-12 Tom Tromey <tromey@redhat.com>
3985
3986 * doc/md.texi (Insn Canonicalizations): Removed extraneous quote.
3987
3988 2004-10-13 Dale Johannesen <dalej@apple.com>
3989
3990 * doc/extend.texi (Extended Asm): Rewrite asm volatile description.
3991
3992 2004-10-13 Frank Ch. Eigler <fche@redhat.com>
3993
3994 * toplev.c (compile_file): Call mudflap_finish_file from here ...
3995 * c-decl.c (c_write_global_declarations): ... instead of here ...
3996 * cp/decl.c (cp_finish_file): ... and here.
3997 * tree-mudflap.c (mudflap_enqueue_decl): Reword a warning message.
3998
3999 2004-10-13 Andrew Pinski <pinskia@physics.uc.edu>
4000
4001 * tree-ssa-dom.c (record_range): Free the element if we are not
4002 going to use it.
4003
4004 2004-10-13 Tom Tromey <tromey@redhat.com>
4005
4006 PR java/15578:
4007 * gcc.c (option_map): Added --extdirs and --encoding.
4008
4009 2004-10-13 Eric Botcazou <ebotcazou@libertysurf.fr>
4010
4011 PR target/14454
4012 * config/sparc/sparc.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Set to
4013 sparc_can_output_mi_thunk.
4014 (sparc_output_mi_thunk): Simplify handling of delta offset. Add
4015 handling of vcall offset.
4016 (sparc_can_output_mi_thunk): New predicate.
4017 * doc/tm.texi (TARGET_ASM_OUTPUT_MI_THUNK): Document VCALL_OFFSET.
4018 (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Delete.
4019 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New target hook.
4020
4021 * config/sparc/sparc.c (emit_and_preserve): Preserve stack alignment.
4022
4023 * config/sparc/sparc.md (movdi): Remove redundant test.
4024
4025 2004-10-13 Paolo Bonzini <bonzini@gnu.org>
4026
4027 * tree-dump.c (dump_options): Remove TDF_TREE, TDF_RTL,
4028 TDF_IPA from -fdump-tree-*-all.
4029
4030 2004-10-13 Paul Brook <paul@codesourcery.com>
4031
4032 * config/arm/arm-protos.h (arm_load_pic_register): Update prototype.
4033 * config/arm/arm.c (thumb_find_work_register): Update comments.
4034 (arm_load_pic_register): Add argument for scratch register.
4035 (arm_expand_prologue, thumb_expand_prologue): Pass extra argument.
4036 * config/arm/arm.md (builtin_setjmp_receiver): Ditto.
4037
4038 2004-10-13 Kazu Hirata <kazu@cs.umass.edu>
4039
4040 * tree-data-ref.c: Fix comment typos.
4041
4042 2004-10-13 Jakub Jelinek <jakub@redhat.com>
4043 Zdenek Dvorak <dvorakz@suse.cz>
4044
4045 PR tree-optimization/17724
4046 * tree-cfg.c (tree_purge_dead_eh_edges): Free dominance info.
4047
4048 2004-10-13 Dorit Naishlos <dorit@il.ibm.com>
4049
4050 * rs6000.c (altivec_builtin_mask_for_load): Made static GTY(()).
4051 (altivec_builtin_mask_for_store): Likewise.
4052 (altivec_init_builtins): Use lang_hooks.builtin_function to
4053 create the decls for builtin_altivec_mask_for_load/store.
4054
4055 2004-10-13 Nick Clifton <nickc@redhat.com>
4056
4057 * config/c4x/c4x.c: Remove inclusion of loop.h.
4058
4059 2004-10-12 Ben Elliston <bje@au.ibm.com>
4060
4061 * basic-block.h (edge_iterator): Keep the address of VEC(edge) *.
4062 (ei_container): New; renamed.
4063 (ei_start, ei_last): New macros.
4064 (ei_start_1, ei_last_1): Renamed from ei_start.
4065 (ei_last_1, ei_end_p): Use ei_container() where applicable.
4066 (ei_one_before_end_p, ei_next, ei_edge): Likewise.
4067 * gcse.c (remove_reachable_equiv_notes): Use ei_container().
4068
4069 2004-10-11 Sebastian Pop <pop@cri.ensmp.fr>
4070
4071 * Makefile.in (tree-ssa-loop-niter.o): Depends on tree-data-ref.h.
4072 * cfgloop.c (initialize_loops_parallel_p): New.
4073 (flow_loops_find): Initialize the parallel_p field to true for all
4074 the loops.
4075 * tree-ssa-loop-niter.c: Include "tree-data-ref.h".
4076 (estimate_numbers_of_iterations_loop): Infers the loop bounds from
4077 the size of the data accessed in the loop.
4078 (struct nb_iter_bound): Moved...
4079 * cfgloop.h (struct nb_iter_bound): ... here.
4080 (estimated_nb_iterations, parallel_p): New fields in struct loop.
4081 (record_estimate): Declare extern here.
4082 * tree-chrec.c: Fix comments.
4083 (nb_vars_in_chrec): New function.
4084 * tree-chrec.h (nb_vars_in_chrec): Declared here.
4085 * tree-data-ref.c: Don't include lambda.h, that is already included
4086 in tree-data-ref.h.
4087 (tree_fold_divides_p): Don't check for integer_onep.
4088 (tree_fold_bezout): Removed.
4089 (gcd): New static duplicated function.
4090 (int_divides_p, dump_subscript): New.
4091 (dump_data_dependence_relation): Use dump_subscript.
4092 (dump_dist_dir_vectors, dump_ddrs, compute_estimated_nb_iterations,
4093 estimate_niter_from_size_of_data): New.
4094 (analyze_array_indexes, analyze_array): Call
4095 estimate_niter_from_size_of_data during the detection of array
4096 references. Pass in a pointer to the statement that contains the
4097 array reference.
4098 (all_chrecs_equal_p): New.
4099 (compute_distance_vector): Renamed compute_subscript_distance.
4100 Deal with multivariate conflict functions.
4101 (initialize_data_dependence_relation): Initialize DDR_AFFINE_P,
4102 DDR_SIZE_VECT, DDR_DIST_VECT, and DDR_DIR_VECT.
4103 (non_affine_dependence_relation): New.
4104 (analyze_ziv_subscript, analyze_siv_subscript_cst_affine,
4105 analyze_siv_subscript, analyze_miv_subscript,
4106 analyze_overlapping_iterations, subscript_dependence_tester):
4107 Initialize and return last_conflicts function.
4108 (initialize_matrix_A, FLOOR, compute_overlap_steps_for_affine_univar,
4109 compute_overlap_steps_for_affine_1_2): New.
4110 (analyze_siv_subscript_affine_cst): Removed.
4111 (analyze_subscript_affine_affine): Disprove dependences based on the
4112 iteration domains. Solve the univariate dependence case as before,
4113 but use lambda_matrix_right_hermite instead of tree_fold_bezout.
4114 Implement the multivariate case of 2 versus 1 variables.
4115 (build_classic_dist_vector, build_classic_dir_vector): Implement some
4116 unhandled cases.
4117 (find_data_references_in_loop): Compute and initialize
4118 loop->estimated_nb_iterations and loop->parallel_p.
4119 (analyze_all_data_dependences): Modify the debug dump order.
4120 * tree-data-ref.h (SUB_LAST_CONFLICT_IN_A, SUB_LAST_CONFLICT_IN_B,
4121 subscript->last_conflict_in_a, subscript->last_conflict_in_b): Removed.
4122 (SUB_LAST_CONFLICT, subscript->last_conflict,
4123 data_dependence_relation->affine_p, data_dependence_relation->size_vect,
4124 DDR_AFFINE_P, DDR_SIZE_VECT): New.
4125 (find_data_references_in_loop, initialize_data_dependence_relation,
4126 dump_subscript, dump_ddrs, dump_dist_dir_vectors): Declared here.
4127
4128 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4129
4130 * configure: Regenerate.
4131
4132 2004-10-12 Fariborz Jahanian <fjahanian@apple.com>
4133
4134 PR 17892
4135 * tree-ssa-dom.c (unsafe_associative_fp_binop): New function.
4136 (simplify_rhs_and_lookup_avail_expr): Disallow associativity
4137 and constant folding of floating point MULT_EXPR/PLUS_EXPR
4138 expressions.
4139
4140 2004-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4141
4142 * config/s390/s390.c (s390_va_start): Use build_va_arg_indirect_ref.
4143 (s390_gimplify_va_arg): Likewise.
4144
4145 2004-10-12 Daniel Jacobowitz <dan@debian.org>
4146
4147 * defaults.h (REGNO_MODE_OK_FOR_BASE_P, REG_MODE_OK_FOR_BASE_P)
4148 (MODE_BASE_REG_REG_CLASS, REGNO_MODE_OK_FOR_REG_BASE_P)
4149 (REG_MODE_OK_FOR_REG_BASE_P): Provide default definitions.
4150 * regclass.c (record_address_regs): Remove ifdef. Use
4151 REG_MODE_OK_FOR_REG_BASE_P and MODE_BASE_REG_REG_CLASS.
4152 * regrename.c (REG_MODE_OK_FOR_BASE_P): Remove unnecessary
4153 definition.
4154 (scan_rtx_address, replace_oldest_value_addr): Use
4155 REG_MODE_OK_FOR_REG_BASE_P and MODE_BASE_REG_REG_CLASS.
4156 * reload.c (REGNO_MODE_OK_FOR_BASE_P, REG_MODE_OK_FOR_BASE_P): Remove
4157 unnecessary definitions.
4158 (find_reloads_address_1): Support REG_MODE_OK_FOR_REG_BASE_P
4159 and MODE_BASE_REG_REG_CLASS.
4160 * config/arm/arm.h (MODE_BASE_REG_CLASS): Don't check reload_completed.
4161 (MODE_BASE_REG_REG_CLASS): Define.
4162 (REGNO_MODE_OK_FOR_REG_BASE_P): Define.
4163 (REG_MODE_OK_FOR_REG_BASE_P): Define.
4164 * doc/tm.texi (Register Classes): Document MODE_BASE_REG_REG_CLASS,
4165 REG_MODE_OK_FOR_REG_BASE_P, and REGNO_MODE_OK_FOR_REG_BASE_P.
4166
4167 2004-10-12 Daniel Berlin <dberlin@dberlin.org>
4168
4169 * tree-ssa-alias.c (verify_name_tags): New function.
4170 (verify_flow_sensitive_alias_info): Remove code that used to check name tags.
4171 (verify_alias_info): Call verify_name_tags.
4172
4173 2004-10-12 Kazu Hirata <kazu@cs.umass.edu>
4174
4175 PR rtl-optimization/17931
4176 * config/i386/i386.c (ix86_rtx_costs): Handle COMPARE with
4177 ZERO_EXTRACT in it.
4178
4179 2004-10-12 Richard Earnshaw <rearnsha@arm.com>
4180
4181 * arm.c (arm_print_operand): Use output_operand_lossage where possible
4182 rather than aborting.
4183
4184 2004-10-12 Paul Brook <paul@coudesourcery.com>
4185
4186 * config.gcc: Add armv6{k,z,zk}
4187 * config/arm/arm-cores.def: Add arm1176 and mpcore.
4188 * config/arm/tune.md: Regenerate.
4189 * config/arm/arm.c (FL_FOR_ARCH6K, FL_FOR_ARCH6Z, FL_FOR_ARCH6ZK):
4190 Define.
4191 (all_architectures): Add armv6k, armv6z, armv6zk.
4192 * config/arm/lib1funcs.asm: Recognise new arm arcitectures.
4193 * doc/invoke.texi: Document new arch and cpu values.
4194
4195 2004-10-12 Paul Brook <paul@coodesourcery.com>
4196
4197 * config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Change meabi=3 to
4198 meabi=4.
4199
4200 2004-10-12 Paul Brook <paul@codesourcery.com>
4201
4202 * config/arm/arm.md (addsi3_cbranch_scratch): Correct constraints.
4203 Handle negative constants.
4204
4205 2004-10-12 Joseph S. Myers <jsm@polyomino.org.uk>
4206
4207 PR c/17301
4208 * c-typeck.c (convert_arguments): Return error_mark_node if there
4209 are too few arguments.
4210 (build_function_call): Handle error_mark_node return from
4211 convert_arguments.
4212
4213 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
4214
4215 * configure.ac (symbolic_link): Replace with $LN_S.
4216 (Assembler/Linker): Hard link from gas and binutils trees.
4217 * aclocal.m4 (gcc_AC_PROG_LN_S): Try "cp -p" before cp.
4218 * configure: Regenerate.
4219
4220 2004-10-12 Paul Brook <paul@codesourcery.com>
4221
4222 * configure.ac: Don't look for host assembler when building a canadian
4223 cross.
4224 * configure: Regenerate.
4225
4226 2004-10-11 Roger Sayle <roger@eyesopen.com>
4227
4228 PR other/17361
4229 * c-opts.c (permit_fortran_options): Delete/obsolete global variable.
4230 (c_common_init_options): Remove #ifdef CL_F77 code. Scan command
4231 line options for "-lang-asm" and if found allow any of the C-family
4232 front-end options.
4233 (c_common_handle_option): Remove last use of permit_fortran_options.
4234
4235 2004-10-11 Ulrich Weigand <uweigand@de.ibm.com>
4236
4237 * config/s390/s390.c (print_operand): Support 'S' format flag.
4238 * config/s390/s390.md ("*tmqi_mem"): Use 'S' format flag.
4239 ("*tstsi", "*tstsi_cconly", "*tstsi_cconly2"): Likewise.
4240 ("*tsthiCCT", "*tsthiCCT_cconly", "*tsthi", "*tsthi_cconly"): Likewise.
4241 ("*tstqiCCT", "*tstqiCCT_cconly", "*tstqi", "*tstqi_cconly"): Likewise.
4242 ("*cmphi_ccu", "*cmpqi_ccu", "*clc"): Likewise
4243 ("movti", "*movdi_31", "*movqi", "*movdf_31", "*mvc"): Likewise.
4244 ("*movstricthi"): Likewise.
4245 ("*load_multiple_di", "*load_multiple_si"): Likewise.
4246 ("*store_multiple_di", "*store_multiple_si"): Likewise.
4247 ("*sethiqisi", "*sethihisi"): Likewise.
4248 ("*sethiqidi_64", "*sethiqidi_31"): Likewise.
4249 ("*andqi3_zarch", "*andqi3_esa", "*nc"): Likewise.
4250 ("*iorqi3_zarch", "*iorqi3_esa", "*oc"): Likewise.
4251 ("*xorqi3", "*xc", "*xc_zero"): Likewise.
4252 ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): Likewise.
4253
4254 ("*tmhi_full"): Fix incorrect op_type attribute.
4255
4256 ("*adddi3_alc_cc", "*adddi3_alc"): Remove double backslash.
4257 ("*subdi3_slb_cc", "*subdi3_slb"): Likewise.
4258 ("*addsi3_alc_cc", "*addsi3_alc"): Likewise.
4259 ("*subsi3_slb_cc", "*subsi3_slb"): Likewise.
4260
4261 2004-10-11 Andrew Pinski <pinskia@physics.uc.edu
4262
4263 PR middle-end/16266
4264 * function.c (temp_slots_at_level): Fix typo which creates too
4265 many temp stack slots levels.
4266
4267 2004-10-11 Ulrich Weigand <uweigand@de.ibm.com>
4268
4269 * config/s390/s390.c (s390_trampoline_template): Generate shorter
4270 trampoline code.
4271 (s390_trampoline_instantiate): Adapt.
4272 * config/s390/s390.h (TRAMPOLINE_SIZE): Adapt to new code.
4273
4274 2004-10-11 Roger Sayle <roger@eyesopen.com>
4275
4276 PR middle-end/17657
4277 * stmt.c (add_case_node): Add additional type argument. Declare
4278 as static to match prototype. Convert the upper and lower bounds
4279 to the specified index type. Optimize away case ranges/values
4280 that are outside the index type's bounds. Truncate case ranges
4281 that span the index type's bounds.
4282 (expand_case): Avoid unnessary computation and memory allocation
4283 when index type is error_mark_node. Pass index_type as required
4284 by change to add_case_node API. No need to convert case range
4285 bounds to index_type, this is now done by add_case_node.
4286
4287 2004-10-11 Ulrich Weigand <uweigand@de.ibm.com>
4288
4289 * config/s390/s390-protos.h (s390_offset_p): Add prototype.
4290 * config/s390/s390.c (s390_offset_p): New function.
4291 * config/s390/s390.md ("*cmpdi_cct", "*cmpsi_cct", "*cmpdi_ccu",
4292 "*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu"): Use splitter to
4293 transform Q->Q alternatives to *clc pattern.
4294 ("*clc"): Move.
4295 ("movti", "*movdi_64", "*movdi_31", "*movsi_zarch", "*movsi_esa",
4296 "*movhi", "*movqi", "*movdf_64", "*movdf_31", "movsf"): Use splitter
4297 to transform Q->Q alternatives to *mvc pattern.
4298 ("*mvc"): Move. Add peephole to merge adjacent MVCs.
4299 ("*anddi3", "*andsi3_zarch", "*andsi3_esa", "*andhi3_zarch",
4300 "*andhi3_esa", "*andqi3_zarch", "*andqi3_esa"): Use splitter to
4301 transform Q->Q alternatives to *nc pattern.
4302 ("*nc"): New insn. New peephole to merge adjacent NCs.
4303 ("*iordi3", "*iorsi3_zarch", "*iorsi3_esa", "*iorhi3_zarch",
4304 "*iorhi3_esa", "*iorqi3_zarch", "*iorqi3_esa"): Use splitter to
4305 transform Q->Q alternatives to *oc pattern.
4306 ("*oc"): New insn. New peephole to merge adjacent OCs.
4307 ("*xordi3", "*xorsi3", "*xorhi3", "*xorqi3"): Use splitter to
4308 transform Q->Q alternatives to *xc pattern.
4309 ("*xc"): New insn. New peephole to merge adjacent XCs.
4310 ("*xc_zero"): Move. Add peephole to merge adjacent XCs.
4311
4312 2004-10-11 Andrew Pinski <pinskia@physics.uc.edu>
4313
4314 * gimplify.c (gimple_push_condition): Make sure that we don't
4315 have any saved condition cleanup if we were at the top level.
4316
4317 2004-10-11 Richard Sandiford <rsandifo@redhat.com>
4318
4319 * config/frv/frv.md (*adddi3_internal): Change name to...
4320 (adddi3): ...replacing the exisiting define_expand. Combine
4321 alternatives. Fix the range of the constant constraints ('J' instead
4322 of 'NOP'). Remove bogus operands[2] check. Use simplify_gen_subreg
4323 to extract the lower and upper halves of the DImode operands.
4324 Always use addi3_lower and adddi3_upper, not the subdi3 forms.
4325 (adddi3_lower): Fix the range of the constant constraints and
4326 remove the bogus operands[2] check.
4327 (adddi3_upper): Use gpr_or_int10_operand as the predicate for
4328 operand 2. Use addxi to handle constant operands.
4329 (subdi3_lower, subdi3_upper): Don't handle constant operands.
4330
4331 2004-10-11 Nathan Sidwell <nathan@codesourcery.com>
4332
4333 * gengtype-lex.l: Add commented } & ) characters to unconfuse
4334 editor's paren matching. Allow #define inside a struct.
4335
4336 2004-10-10 Andrew Pinski <pinskia@physics.uc.edu>
4337
4338 PR middle-end/17703
4339 part of PR c++/17657
4340 * fold-const.c (fold_build_cleanup_point_expr): New function.
4341 * tree.h (fold_build_cleanup_point_expr): Prototype.
4342
4343 2004-10-10 Eric Christopher <echristo@redhat.com>
4344
4345 * dwarf2out.c: Move attribute to subprogram declaration
4346 instead of subroutine type.
4347
4348 2004-10-10 Kazu Hirata <kazu@cs.umass.edu>
4349
4350 * basic-block.h: Remove the prototypes for can_hoist_insn_p,
4351 hoist_insn_after, and hoist_insn_to_edge.
4352 * rtl.h: Remove the prototypes for reg_referenced_between_p,
4353 no_jumps_between_p, and insn_dependent_p.
4354 * rtlanal.c (no_jumps_between_p, reg_referenced_between_p,
4355 insn_dependent_p, insn_dependent_p_1, hoist_test_store,
4356 can_hoist_insn_p, hoist_update_store, hoist_insn_after,
4357 hoist_insn_to_edge): Remove.
4358
4359 2004-10-10 Joseph S. Myers <jsm@polyomino.org.uk>
4360
4361 PR c/17881
4362 * c-decl.c (grokparms): Don't warn for parameters of incomplete
4363 type in declarations that are not definitions except for the case
4364 of parameters of void type.
4365
4366 2004-10-10 Kazu Hirata <kazu@cs.umass.edu>
4367
4368 * tree-cfg.c: Fix comment typos.
4369
4370 2004-10-10 Joseph S. Myers <jsm@polyomino.org.uk>
4371
4372 PR c/17301
4373 * builtins.c (expand_builtin_va_start): Check for too few
4374 arguments to va_start.
4375
4376 2004-10-10 Joseph S. Myers <jsm@polyomino.org.uk>
4377
4378 PR c/17189
4379 * c-decl.c (grokfield): Make diagnostic for bad cases of unnamed
4380 fields a pedwarn. Pedwarn here for unnamed structs/unions if
4381 pedantic.
4382 * c-parse.in (component_decl): Don't pedwarn here for unnamed
4383 fields.
4384
4385 2004-10-09 Zdenek Dvorak <dvorakz@suse.cz>
4386
4387 PR tree-optimization/17906
4388 * tree-tailcall.c (tree_optimize_tail_calls_1): Do not attempt to
4389 copy non-gimple reg arguments.
4390
4391 2004-10-09 Roger Sayle <roger@eyesopen.com>
4392
4393 PR rtl-optimization/17853
4394 * simplify-rtx.c (simplify_relational_operation): Correct comment.
4395 Reorganize handling of comparison operations with floating point
4396 results (always return 0.0 even without FLOAT_STORE_FLAG_VALUE).
4397 Likewise, introduce support for comparison operations with vector
4398 result types, introducing a new VECTOR_STORE_FLAG_VALUE target macro.
4399
4400 * doc/rtl.texi: Document new VECTOR_STORE_FLAG_VALUE target macro.
4401 * doc/tm.texi: Likewise.
4402
4403 2004-10-09 Steven Bosscher <stevenb@suse.de>
4404
4405 * regs.h (struct reg_info_def): Remove the last_node_uid and
4406 changes_mode fields.
4407 (REGNO_LAST_NOTE_UID): Don't define.
4408 * regclass.c (reg_scan_mark_refs): Don't set REGNO_LAST_NOTE_UID.
4409 * regmove.c (copy_src_to_dest): Likewise.
4410
4411 2004-10-09 Roger Sayle <roger@eyesopen.com>
4412
4413 PR middle-end/17894
4414 * fold-const.c (fold_div_compare): When optimizing X/C1 op C2, the
4415 relational comparison operator op needs to be swapped/reversed when
4416 C1 is negative. i.e. X/-10 < 1 becomes X >= -9, not X < -9.
4417
4418 2004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
4419
4420 PR tree-opt/17902
4421 * tree-ssa-phiopt.c (conditional_replacement): Use bsi_after_labels
4422 instead of bsi_start.
4423 (value_replacement): Likewise.
4424 (abs_replacement): Likewise
4425
4426 2004-10-09 Steven Bosscher <stevenb@suse.de>
4427
4428 * cfgexpand.c (maybe_dump_rtl_for_tree_stmt): New function.
4429 (expand_gimple_cond_expr, expand_gimple_tailcall,
4430 expand_gimple_basic_block): Use it to dump RTL for each stmt.
4431 (tree_expand_cfg): Announce full RTL function dump.
4432 * tree-optimize.c (execute_one_pass): Use normal RTL printing,
4433 not the graph version.
4434 * tree-pretty-print.c (dump_generic_node): Allow empty statements
4435 in the arms of a COND_EXPR for lowered nodes.
4436
4437 2004-10-08 Joseph S. Myers <joseph@codesourcery.com>
4438
4439 * config/rs6000/spe.h (atosfix16, atosfix32, atosfix64, atoufix16,
4440 atoufix32, atoufix64, strtosfix16, strtosfix32, strtosfix64,
4441 strtoufix16, strtoufix32, strtoufix64): Declare.
4442
4443 2004-10-08 Joseph S. Myers <jsm@polyomino.org.uk>
4444
4445 * c-lex.c (interpret_float): Give a pedwarn rather than a warning
4446 for an out-of-range floating point constant.
4447 * builtins.c (fold_builtin_inf): Give a pedwarn rather than a
4448 warning if the target format does not support infinities.
4449
4450 2004-10-08 Kazu Hirata <kazu@cs.umass.edu>
4451
4452 * emit-rtl.c (last_label_num, base_label_num): Remove.
4453 (max_label_num): Always return label_num.
4454 (set_new_last_label_num, restore_emit_status): Remove.
4455 (init_emit): Don't initialize last_label_num.
4456 * function.c (pop_function_context_from): Don't call
4457 restore_emit_status.
4458 * function.h: Remove the prototype for restore_emit_status.
4459 * rtl.h: Remove the prototype for set_new_last_label_num.
4460
4461 2004-10-08 Kazu Hirata <kazu@cs.umass.edu>
4462
4463 * stmt.c (expand_decl_init): Remove.
4464 * tree.h: Remove the corresponding prototype.
4465
4466 2004-10-08 Kazu Hirata <kazu@cs.umass.edu>
4467
4468 * integrate.c (try_constants, subst_constants, mark_stores):
4469 Remove.
4470 * integrate.h: Remove the prototype for try_constants.
4471
4472 2004-10-08 Joseph S. Myers <jsm@polyomino.org.uk>
4473
4474 * c-typeck.c (enum impl_conv): Add ic_argpass_nonproto.
4475 (convert_for_assignment): Handle ic_argpass_nonproto. Add
4476 comments about its relevance to errors.
4477 (c_convert_parm_for_inlining): Use ic_argpass_nonproto.
4478
4479 2004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
4480
4481 PR c/16999
4482 * c-ppoutput.c (cb_ident): Don't quote string as it is already
4483 quoted.
4484
4485 2004-10-08 Diego Novillo <dnovillo@redhat.com>
4486
4487 * tree-ssa-pre.c (init_pre): Use size of ARRAY_REF to allocate
4488 reference_node_pool.
4489
4490 2004-10-08 Kazu Hirata <kazu@cs.umass.edu>
4491
4492 * tree-cfg.c: Fix a comment typo.
4493
4494 2004-10-08 Andreas Krebbel <krebbel1@de.ibm.com>
4495
4496 * config/s390/s390.c (s390_register_info): Don't save fprs for
4497 -msoft-float.
4498 (s390_conditional_register_usage): Make fprs 'fixed' for -msoft-float.
4499
4500 2004-10-08 Ulrich Weigand <uweigand@de.ibm.com>
4501
4502 * config/s390/s390.h (TARGET_DEFAULT_BACKCHAIN): New define.
4503 (TARGET_DEFAULT): Use symbolic values.
4504 * config/s390/tpf.h (TARGET_DEFAULT_BACKCHAIN): Redefine.
4505 (TARGET_DEFAULT): Use symbolic values.
4506 * config/s390/s390.c (s390_backchain_string): Initialize to
4507 TARGET_DEFAULT_BACKCHAIN.
4508
4509 2004-10-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4510
4511 * builtins.c (expand_builtin_mempcpy): Move tree handling code to
4512 fold_builtin_mempcpy. Accept a type parameter. Delete duplicate
4513 code.
4514 (expand_builtin_strcat): Accept a type parameter.
4515 (fold_builtin_mempcpy): Accept a type and endp parameter.
4516
4517 * builtins.c (expand_builtin_strncpy): Delete duplicate code.
4518 Accept an `exp' instead of an `arglist'.
4519
4520 2004-10-08 Nathan Sidwell <nathan@codesourcery.com>
4521
4522 * tree-tailcall.c (tree_optimize_tail_calls_1): Use fold_convert,
4523 reverting my 2004-09-07 patch to use build_int_cst.
4524
4525 2004-10-08 Eric Botcazou <ebotcazou@libertysurf.fr>
4526
4527 PR target/17245
4528 * config/sparc/sparc.c (input_operand): Remove redundant code
4529 for handling LO_SUM.
4530 (legitimate_address_p) <REG+REG>: Do not recheck TARGET_V9.
4531 <LO_SUM>: If LO_SUM is offsettable, accept it for TFmode on V9.
4532 Otherwise only accept it for TFmode if quad move insns are available.
4533
4534 2004-10-08 Kazu Hirata <kazu@cs.umass.edu>
4535
4536 * tree-cfg.c (tree_forwarder_block_p): Reorder checks so that
4537 common cases will be caught earlier than others.
4538
4539 2004-10-08 Michael Matz <matz@suse.de>
4540
4541 * loop-doloop.c (doloop_optimize): Extend count.
4542
4543 2004-10-08 Kaz Kojima <kkojima@gcc.gnu.org>
4544
4545 * config/sh/sh.md (prefetch_media, prefetch_i4): New insns.
4546 (prefetch): Convert to expander.
4547
4548 2004-10-08 Kaz Kojima <kkojima@gcc.gnu.org>
4549
4550 * config/sh/sh.md (tls_global_dynamic): Use MEM pattern for the
4551 first argument of CALL.
4552 (tls_local_dynamic): Likewise.
4553
4554 2004-10-08 Joseph S. Myers <jsm@polyomino.org.uk>
4555
4556 * c-typeck.c (enum impl_conv): New.
4557 (convert_for_assignment): Use it. Take tree for function called
4558 instead of its name. Handle ObjC selectors for diagnostics at
4559 start of function. Select diagnostic text within the function
4560 using full sentences for diagnsotics. Use %qE to name functions
4561 in diagnostics.
4562 (convert_arguments, build_modify_expr,
4563 c_convert_parm_for_inlining, digest_init, c_finish_return): Update
4564 callers to convert_for_assignment.
4565 (warn_for_assignment): Remove.
4566
4567 2004-10-08 Nick Clifton <nickc@redhat.com>
4568
4569 * config/sh/symbian.c (symbian_possibly_export_base_class):
4570 Replace use of deleted TYPE_USES_VIRTUAL_BASECLASSES macro with
4571 TYPE_CONTAINS_VPTR_P.
4572
4573 2004-10-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4574
4575 * config/m32r/m32r.h (CONDITIONAL_REGISTER_USAGE): Don't exclude
4576 fixed registers form all_used_regs. Update call_really_used_regs.
4577 (CALL_REALLY_USED_REGISTERS): Define.
4578 * config/m32r/m32r.c (MUST_SAVE_REGISTER): Replace call_used_regs
4579 with call_really_used_regs.
4580
4581 2004-10-08 Alan Modra <amodra@bigpond.net.au>
4582
4583 * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Choose gcrt1.o
4584 for -profile as well as -p and -pg.
4585
4586 2004-10-07 Andrew Pinski <pinskia@physics.uc.edu>
4587
4588 * libgcc2.c (__moddi3): Cast &w to UDWtype*.
4589
4590 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
4591
4592 * tree-cfg.c (tree_block_forwards_to): Remove.
4593 * tree-flow.h: Remove the corresponding prototype.
4594
4595 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
4596
4597 * tree-flow-inline.h (phi_nodes): Remove an unnecessary check
4598 for ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR.
4599
4600 2004-10-07 Geoffrey Keating <geoffk@apple.com>
4601
4602 Radar 3813796
4603 * config/rs6000/rs6000.c (rs6000_generate_compare): When
4604 flag_trapping_math is in effect, don't generate subtract
4605 instructions.
4606
4607 2004-10-07 Ulrich Weigand <uweigand@de.ibm.com>
4608
4609 * config/s390/s390-protos.h (s390_narrow_logical_operator): Add.
4610 * config/s390/s390.c (s390_narrow_logical_operator): New function.
4611 (s390_extra_constraint_str): Add 'A' constraints.
4612 (s390_const_ok_for_constraint_p): Add 'Nx' constraints.
4613 * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Add 'A' constraint.
4614 (CONSTRAINT_LEN): Likewise.
4615 * config/s390/s390.md ("*anddi3"): Add NI alternative and splitter.
4616 ("*andsi3_zarch", "*andsi3_esa"): Likewise.
4617 ("*andhi3_zarch", "*andhi3_esa"): Likewise.
4618 ("*iordi3"): Add OI alternative and splitter.
4619 ("*iorsi3_zarch", "*iorsi3_esa"): Likewise.
4620 ("*iorhi3_zarch", "*iorhi3_esa"): Likewise.
4621 ("*xordi3"): Add XI alternative and splitter.
4622 ("*xorsi3", "*xorhi3"): Likewise.
4623
4624 2004-10-07 Richard Sandiford <rsandifo@redhat.com>
4625
4626 * config/mips/mips.c (mips_function_rodata_section): New function.
4627 (TARGET_ASM_FUNCTION_RODATA_SECTION): Use it.
4628
4629 2004-10-07 Devang Patel <dpatel@apple.com>
4630
4631 * rs6000/altivec.md (UNSPEC_VCMPBFP, UNSPEC_VCMPEQUB, UNSPEC_VCMPEQUH,
4632 UNSPEC_VCMPEQUW, UNSPEC_VCMPGEFP, UNSPEC_VCMPGTUB, UNSPEC_VCMPGTSB,
4633 UNSPEC_VCMPGTUH, UNSPEC_VCMPGTSH, UNSPEC_VCMPGTUW, UNSPEC_VCMPGTSW,
4634 UNSPEC_VCMPGTFP, UNSPEC_VSEL4SI, UNSPEC_VSEL4SF, UNSPEC_VSEL8HI,
4635 UNSPEC_VSEL16QI, UNSPEC_VCOND_V4SI, UNSPEC_VCOND_V4SF, UNSPEC_VCOND_V8HI,
4636 UNSPEC_VCOND_V16QI, UNSPEC_VCONDU_V4SI, UNSPEC_VCONDU_V8HI,
4637 UNSPEC_VCONDU_V16QI): New constant defines.
4638 (vcondv4si, vcondv4sf, vcondv8hi, vcondv16qi, vconduv4si, vconduv8hi,
4639 vconduv16qi): New patterns.
4640 * rs6000/rs6000-protos.h (rs6000_emit_vector_cond_expr): New function.
4641 * rs6000/rs6000.c (rs6000_emit_vector_cond_expr): New function.
4642 (get_vec_cmp_insn): Same.
4643 (get_vsel_insn): Same.
4644 (rs6000_emit_vector_compare): Same.
4645 (rs6000_emit_vector_select): Same.
4646 (INSN_NOT_AVAILABLE): New.
4647
4648 2004-10-07 Zdenek Dvorak <dvorakz@suse.cz>
4649
4650 PR tree-optimization/17749
4651 * tree-tailcall.c (find_tail_calls): Check that parameter is
4652 a gimple_reg.
4653
4654 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
4655
4656 * config/ia64/ia64.c: Fix a comment typo.
4657
4658 2004-10-07 Eric Botcazou <ebotcazou@libertysurf.fr>
4659
4660 * doc/install.texi (*-*-solaris2*): Fix marker for URL.
4661
4662 2004-10-07 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4663
4664 PR c++/17115
4665 * tree-inline.c (expand_call_inline): Do not warn for functions
4666 marked with attribute noinline.
4667
4668 2004-10-07 Eric Botcazou <ebotcazou@libertysurf.fr>
4669
4670 PR target/17862
4671 * config/sparc/sparc.c (sparc_output_mi_thunk): Set
4672 current_function_uses_only_leaf_regs as well as sparc_leaf_function_p.
4673
4674 * config/sparc/sparc.c (sparc_gimplify_va_arg): Pass 'false' instead
4675 of 0 as 4th argument to pass_by_reference.
4676 Call build_va_arg_indirect_ref instead of build_fold_indirect_ref.
4677
4678 2004-10-06 Eric Christopher <echristo@redhat.com>
4679
4680 * config/sh/sh.c (sh_dwarf_calling_convention): Fix renesas dwarf
4681 attribute.
4682
4683 2004-10-07 Richard Sandiford <rsandifo@redhat.com>
4684
4685 PR target/17770
4686 * config/mips/mips.md (mov_<load>l): Remove hazard=none attribute.
4687
4688 2004-10-07 Zdenek Dvorak <dvorakz@suse.cz>
4689
4690 PR rtl-optimization/17791
4691 * loop-doloop.c (doloop_modify): Take number of iterations as
4692 argument.
4693 (doloop_optimize): Extend or shorten the number of iterations
4694 when changing mode of counter register.
4695 * loop-iv.c (lowpart_subreg): Export.
4696 * rtl.h (lowpart_subreg): Declare.
4697
4698 2004-10-07 Zdenek Dvorak <dvorakz@suse.cz>
4699
4700 PR tree-optimization/17806
4701 * cfghooks.c (split_edge): Update IRREDUCIBLE_LOOP flags.
4702 * cfgloopmanip.c (loop_split_edge_with): Updating of IRREDUCIBLE_LOOP
4703 flags moved to split_edge.
4704
4705 2004-10-07 Eric Botcazou <ebotcazou@libertysurf.fr>
4706
4707 PR middle-end/17835
4708 * expmed.c (expand_sdiv_pow2): Force a stack adjustment
4709 before tentatively building the conditional move sequence.
4710
4711 2004-10-07 Richard Sandiford <rsandifo@redhat.com>
4712
4713 PR target/16815
4714 * function.c (assign_parm_setup_block_p): Tighten BLOCK_REG_PADDING
4715 check.
4716 * config/pa/pa.h (BLOCK_REG_PADDING): Define in terms of
4717 function_arg_padding.
4718
4719 2004-10-07 Richard Sandiford <rsandifo@redhat.com>
4720
4721 PR bootstrap/17857
4722 * Makefile.in (stmp-fixproto): Pass FIX_HEADER=build/... to fixproto.
4723
4724 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
4725
4726 * hooks.c (hook_int_void_1, hook_void_int): Remove.
4727 * hooks.h: Remove the corresponding prototypes.
4728
4729 2004-10-06 Andrew Pinski <pinskia@physics.uc.edu>
4730
4731 PR middle-end/17849
4732 * tree-nested.c (walk_stmt_info): Add changed field.
4733 (convert_nonlocal_reference): Set changed to when we
4734 change a decl to unnested decl.
4735 <case ADDR_EXPR>: Instead of checking if the immediate part
4736 of the ADDR_EXPR changed, check the field changed.
4737 Use recompute_tree_invarant_for_addr_expr instead of unsetting
4738 TREE_INVARIANT.
4739 (convert_local_reference): Set changed to when we
4740 change a decl to unnested decl.
4741 <case ADDR_EXPR>: Instead of checking if the immediate part
4742 of the ADDR_EXPR changed, check the field changed.
4743 Also call recompute_tree_invarant_for_addr_expr on the ADDR_EXPR.
4744
4745 2004-10-06 Kazu Hirata <kazu@cs.umass.edu>
4746
4747 * defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): Remove.
4748 * dwarf2out.c (dwarf2out_init): Remove references to
4749 DWARF2_GENERATE_TEXT_SECTION_LABEL.
4750 * system.h: Poison DWARF2_GENERATE_TEXT_SECTION_LABEL.
4751 * doc/tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Remove.
4752
4753 2004-10-06 Joseph S. Myers <jsm@polyomino.org.uk>
4754
4755 * c-typeck.c (convert_arguments): Take expression for called
4756 function rather than its name. Handle ObjC selectors directly
4757 rather than relying on warn_for_assignment to do so. Call warning
4758 directly rather than warn_for_assignment. Use %qE in diagnostics.
4759 Say "argument" rather than "arg" in diagnostics.
4760 (build_function_call): Update call to convert_arguments.
4761
4762 2004-10-06 Andrew Pinski <pinskia@physics.uc.edu>
4763
4764 PR debug/17787
4765 * dbxout.c (dbxout_symbol): Really handle RECORD, UNION, and
4766 ENUMs specially instead of just saying we do.
4767
4768 2004-10-06 Eric Christopher <echristo@redhat.com>
4769
4770 * dwarf2.h: Sync with include/elf/dwarf2.h
4771
4772 2004-10-06 Daniel Berlin <dberlin@dberlin.org>
4773
4774 * tree-pretty-print.c (dump_generic_node): Fix printing of BINFO
4775 and TREE_VEC nodes.
4776
4777 2004-10-06 Daniel Berlin <dberlin@dberlin.org>
4778
4779 * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Convert
4780 to use FOR_EACH_SSA_USE_OPERAND iterator, and propagate_value.
4781
4782 2004-10-06 Daniel Berlin <dberlin@dberlin.org>
4783
4784 * lambda-code.c (compute_nest_using_fourier_motzkin): New
4785 function.
4786 (lambda_compute_auxillary_space): Split from here.
4787
4788 2004-10-06 Daniel Berlin <dberlin@dberlin.org>
4789
4790 * tree-ssa-loop-ivopts.c (expr_invariant_in_loop): Make non-static.
4791 * tree-flow.h: Add prototype.
4792 * lambda-code.c (invariant_in_loop_and_outer_loops): Use
4793 expr_invariant_in_loop.
4794
4795 2004-10-06 Kazu Hirata <kazu@cs.umass.edu>
4796
4797 * tree-cfg.c (thread_jumps): Remove a duplicate check for
4798 EXIT_BLOCK_PTR.
4799
4800 2004-10-06 Ulrich Weigand <uweigand@de.ibm.com>
4801
4802 * config/s390/s390-protos.h (s_imm_operand): Remove.
4803 (s390_pool_operand): Add prototype.
4804 * config/s390/s390.c (general_s_operand): Remove.
4805 (s_imm_operand): Remove.
4806 (s_operand): Merge contents of general_s_operand.
4807 (s390_pool_operand): New function.
4808 * config/s390/s390.h (PREDICATE_CODES): Remove s_imm_operand.
4809 * config/s390/s390.md ("*cmpdi_cct", "*cmpsi_cct"): New insns.
4810 ("*cmpdi_ccu"): Merge Q->Q alternative.
4811 ("*cmpsi_ccu", "*cmphi_ccu"): Likewise.
4812 ("*cmpqi_ccu"): Merge Q->Q, n->Q, n->S alternatives.
4813 ("*cli"): Remove.
4814 ("*cmpdi_ccu_mem", "*cmpsi_ccu_mem"): Likewise.
4815 ("*cmphi_ccu_mem", "*cmpqi_ccu_mem"): Likewise.
4816 ("*movstricthi"): Use memory_operand instead of s_imm_operand.
4817
4818 2004-10-06 Steve Ellcey <sje@cup.hp.com>
4819
4820 * config/ia64/ia64.h (FUNCTION_ARG_BOUNDARY): Change macro to
4821 call ia64_function_arg_boundary.
4822 * config/ia64/ia64-protos.h (ia64_function_arg_boundary): New.
4823 * config/ia64/ia64.c (ia64_function_arg_boundary): New.
4824 (ia64_function_arg_advance): Do not put 128 bit floats into
4825 FP registers.
4826
4827 2004-10-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4828
4829 * builtins.c (expand_builtin_strcpy): Delete duplicate code.
4830 Accept an expression instead of an arglist.
4831 (expand_builtin_stpcpy): Accept an expression instead of an
4832 arglist.
4833
4834 2004-10-06 Eric Botcazou <ebotcazou@libertysurf.fr>
4835
4836 PR target/16007
4837 * doc/install.texi (*-*-solaris2*): Mention potential problem
4838 with Sun assembler + GNU linker and C++ programs.
4839 Document status of binutils 2.15 release.
4840
4841 2004-10-06 Jan Hubicka <jh@suse.cz>
4842
4843 * cse.c (cse_main): Kill push/pop context.
4844
4845 2004-10-05 Zack Weinberg <zack@codesourcery.com>
4846
4847 * pretty-print.c: Include tree.h.
4848 (pp_base_prepare_to_format): New function, logic from
4849 text_specifies_location.
4850 (pp_base_format_text): Use gcc_assert.
4851 * pretty-print.h (pp_prepare_to_format): New macro.
4852 (pp_base_prepare_to_format): Prototype.
4853 * diagnostic.c (text_specifies_location): Delete.
4854 (bug_report_request): Delete.
4855 (diagnostic_set_info): Don't call text_specifies_location.
4856 (diagnostic_action_after_output): Put text from
4857 bug_report_request inline here. Use gcc_unreachable.
4858 (diagnostic_report_current_function): Fix comment.
4859 (diagnostic_report_diagnostic): Clarify logic for error recursion.
4860 Call pp_prepare_to_format before diagnostic_starter.
4861 (trim_filename): Use IS_DIR_SEPARATOR.
4862 (fatal_error, internal_error): Use gcc_unreachable.
4863 (error_recursion): Call diagnostic_action_after_output to
4864 issue the bug_report_request message and exit.
4865 * Makefile.in (diagnostic.o, pretty-print.o): Update dependencies.
4866
4867 * c-parse.in: Add list of diagnostic messages to insulate
4868 translation template from version of yacc/bison used to
4869 compile the grammar.
4870
4871 2004-10-06 Alan Modra <amodra@bigpond.net.au>
4872
4873 PR 16406
4874 * doc/tm.texi (USE_LD_AS_NEEDED, LINK_EH_SPEC): Document.
4875
4876 2004-10-05 Kazu Hirata <kazu@cs.umass.edu>
4877
4878 * basic-block.h: Remove the prototype for
4879 flow_preorder_transversal_compute.
4880 * cfganal.c (dfst_node): Remove.
4881 (flow_preorder_transversal_compute): Likewise.
4882 * rtl.h: Remove the prototype for get_jump_table_offset.
4883 * rtlanal.c (get_jump_table_offset): Remove.
4884
4885 2004-10-05 Richard Henderson <rth@redhat.com>
4886
4887 PR 17756
4888 * tree-ssa-operands.c (get_expr_operands): Handle CONST_DECL.
4889
4890 2004-10-05 Kelley Cook <kcook@gcc.gnu.org>
4891
4892 PR bootstrap/17817
4893 * Makefile.in: Stage the build directory too.
4894
4895 2004-10-05 Aldy Hernandez <aldyh@redhat.com>
4896
4897 * config/frv/frv.h (LEGITIMIZE_ADDRESS): New.
4898
4899 * config/frv/frv-protos.h (frv_legitimize_address): Protoize.
4900 (frv_emit_move): Same.
4901
4902 * config/frv/frv.c (frv_emit_move): New.
4903 (frv_legitimize_address): New.
4904
4905 * config/frv/frv.md ("movsi"): Call frv_emit_move.
4906 ("movqi"): Same.
4907 ("movhi"): Same.
4908 ("movdi"): Same.
4909 ("movsf"): Same.
4910 ("movdf"): Same.
4911
4912 2004-10-05 Joseph S. Myers <jsm@polyomino.org.uk>
4913
4914 * c-decl.c (declspecs_add_type): Don't pedwarn for _Complex in
4915 system headers.
4916
4917 2004-10-05 Joseph S. Myers <jsm@polyomino.org.uk>
4918
4919 * c-decl.c (pushdecl): When an extern declaration at block scope
4920 refers to a visible entity with internal linkage, use the old DECL
4921 rather than the new one.
4922
4923 2004-10-05 Kazu Hirata <kazu@cs.umass.edu>
4924
4925 * tree-cfg.c (cleanup_tree_cfg): Remove extra parentheses in
4926 comments.
4927
4928 2004-10-05 Kazu Hirata <kazu@cs.umass.edu>
4929
4930 * tree-cfg.c (thread_jumps): Remove a duplicate check for
4931 an infinite loop.
4932
4933 2004-10-05 Kazu Hirata <kazu@cs.umass.edu>
4934
4935 * tree-cfg.c (thread_jumps): Iterate with FOR_EACH_BB instead
4936 of FOR_BB_BETWEEN. Remove a useless check for unreachable
4937 blocks.
4938
4939 2004-10-05 Kazu Hirata <kazu@cs.umass.edu>
4940
4941 * tree-cfg.c (cleanup_tree_cfg): Don't call
4942 delete_unreachable_blosk() after thread_jumps().
4943 (thread_jumps): Always remove basic blocks as they become
4944 unreachable.
4945
4946 2004-10-05 Kazu Hirata <kazu@cs.umass.edu>
4947
4948 * tree-cfg.c (cleanup_tree_cfg): Remove variable
4949 something_changed. Simplify the while loop.
4950
4951 2004-10-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4952
4953 * builtins.c (expand_builtin_memmove): Delete duplicate code
4954 and accept a tree type for the result.
4955 (expand_builtin_bcopy): Accept a tree type for the result.
4956 (fold_builtin_memmove): Accept an arglist and tree type for
4957 the result.
4958
4959 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4960
4961 * config/s390/s390.c (s390_dump_pool): Remove return value.
4962 Use gen_pool_align, gen_pool_section_start/end instead of
4963 gen_pool_start/end_31/64.
4964 * config/s390/s390.md (UNSPECV_POOL_START, UNSPECV_POOL_END): Remove.
4965 (UNSPECV_POOL_SECTION, UNSPECV_POOL_ALIGN): New constants.
4966 ("pool_start_31", "pool_end_31"): Remove.
4967 ("pool_start_64", "pool_end_64"): Likewise.
4968 ("pool_align", "pool_section_start", "pool_section_end": New insns.
4969
4970 * config/s390/s390.c (s390_cannot_copy_insn_p): New function.
4971 (TARGET_CANNOT_COPY_INSN_P): Define.
4972 (s390_cannot_force_const_mem): Handle UNSPEC_INSN.
4973 (struct constant_pool): New member 'execute'.
4974 (s390_add_execute, s390_find_execute): New functions.
4975 (s390_execute_label, s390_execute_target): Likewise.
4976 (s390_dump_pool): Output in-pool execute target templates.
4977 (s390_dump_execute): New function.
4978 (s390_alloc_pool, s390_free_pool): Handle execute templates.
4979 (s390_mainpool_start, s390_mainpool_finish): Likewise.
4980 (s390_chunkify_start, s390_chunkify_finish): Likewise.
4981 * config/s390/s390.md (UNSPEC_INSN, UNSPEC_EXECUTE): New constants.
4982 ("*execute"): New insn pattern.
4983 ("movmem_short", "*movmem_short"): Use splitters to generate
4984 explicit execute pattern, remove embedded execute.
4985 ("clrmem_short", "*clrmem_short"): Likewise.
4986 ("cmpmem_short", "*cmpmem_short"): Likewise.
4987
4988 2004-10-05 Daniel Berlin <dberlin@dberlin.org>
4989
4990 * tree-ssa.c (verify_ssa): Verify phi arguments only
4991 contain renamed names.
4992
4993 2004-10-05 Alan Modra <amodra@bigpond.net.au>
4994
4995 * config/rs6000/linux.h: Formatting, whitespace.
4996 * config/rs6000/linux64.h: Likewise.
4997 * config/rs6000/rs6000-protos.h: Likewise.
4998 * config/rs6000/rs6000.c: Likewise.
4999 (easy_vector_splat_const): Add fall thru comments.
5000 (output_vec_const_move): Likewise.
5001
5002 2004-10-05 Kelley Cook <kcook@gcc.gnu.org>
5003
5004 * Makefile.in: Update -Wno-error exceptions for move to build dir.
5005
5006 2004-10-05 Chao-Ying Fu <fu@mips.com>
5007 Richard Sandiford <rsandifo@redhat.com>
5008
5009 * doc/invoke.texi (-mpaired-single): Link to the new description of the
5010 built-in functions. Document dependencies.
5011 (-mips3d): Add link here too.
5012 * doc/extend.texi (MIPS Paired-Single Support): New section.
5013
5014 2004-10-04 Chao-ying Fu <fu@mips.com>
5015
5016 * config/mips/mips.h (UNITS_PER_SIMD_WORD): Define.
5017
5018 2004-10-04 Diego Novillo <dnovillo@redhat.com>
5019
5020 * tree-ssa-dom.c (tree_ssa_dominator_optimize):
5021 Initialize OPT_STATS to 0.
5022
5023 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
5024
5025 * tree-data-ref.c: Fix comment typos.
5026
5027 2004-10-04 Sebastian Pop <pop@cri.ensmp.fr>
5028
5029 * tree-data-ref.c (array_base_name_differ_p): Fix comments. When
5030 the predicate cannot be computed, don't initialize the result to
5031 false.
5032
5033 2004-10-01 Eric Christopher <echristo@redhat.com>
5034
5035 * dwarf2.h (dwarf_calling_convention): Add GNU prefix to
5036 locally defined enum.
5037 * dwarf2out.c (add_calling_convention_attribute): Don't
5038 emit DW_CC_normal.
5039
5040 2004-10-03 Andrew Pinski <pinskia@physics.uc.edu>
5041
5042 PR c/17178, PR c/17820
5043 * c-decl.c (pop_scope): Do not warn about unused static
5044 variables as they warned in the middle-end.
5045
5046 2004-10-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5047
5048 * builtins.c (expand_builtin_memcpy): Delete duplicate code
5049 and make the first parameter the expression not the arglist.
5050
5051 2004-10-03 Ulrich Weigand <uweigand@de.ibm.com>
5052
5053 * expr.c (expand_expr_addr_expr): Only accept Pmode or ptr_mode
5054 as valid modes to expand address expressions.
5055
5056 2004-10-03 Joseph S. Myers <jsm@polyomino.org.uk>
5057
5058 * c-aux-info.c, c-common.c, c-common.h, c-cppbuiltin.c, c-decl.c,
5059 c-format.c, c-incpath.c, c-lex.c, c-objc-common.c, c-opts.c,
5060 c-parse.in, c-pch.c, c-ppoutput.c, c-pragma.c, c-typeck.c: Follow
5061 code formatting conventions.
5062
5063 2004-10-03 Richard Sandiford <rsandifo@redhat.com>
5064
5065 * config/mips/mips.md (<u>mulsidi3_32bit_r4000): Fix unsigned case.
5066
5067 2004-10-03 Kazu Hirata <kazu@cs.umass.edu>
5068
5069 PR tree-optimization/16632
5070 * fold-const.c (fold) [EQ_EXPR]: When seeing if D & ~C != 0 to
5071 fold (A & C) == D into 0, fold ~C. Similarly, for the case
5072 where | is used instead of &.
5073
5074 2004-10-03 Kazu Hirata <kazu@cs.umass.edu>
5075
5076 * ginclude/stddef.h: Fix a comment typo.
5077
5078 2004-10-03 Eric Botcazou <ebotcazou@libertysurf.fr>
5079
5080 PR target/17443
5081 * config.gcc (i?86-*-solaris2*): Restore correct logic
5082 for --enable-threads option.
5083 (sparc64-*-solaris2*): Likewise.
5084 (sparc-*-solaris2*): Likewise.
5085
5086 2004-10-03 Alan Modra <amodra@bigpond.net.au>
5087
5088 * config/rs6000/linux.h (TARGET_C99_FUNCTIONS): Define.
5089 (OS_MISSING_POWERPC64): Move, and comment.
5090 * config/rs6000/linux64.h (TARGET_C99_FUNCTIONS): Define.
5091 (OS_MISSING_POWERPC64): Move, and comment.
5092
5093 2004-10-02 Ian Lance Taylor <ian@wasabisystems.com>
5094
5095 * arm.c (output_call_mem): Add missing \t.
5096
5097 2004-10-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5098
5099 * builtins.c (expand_builtin_memcmp, expand_builtin_strcmp,
5100 expand_builtin_strncmp): Delete duplicate code.
5101
5102 2004-10-02 Frank Ch. Eigler <fche@redhat.com>
5103
5104 * tree-mudflap.c (mf_build_check_statement_for): Reorganize to
5105 take check-base and -limit arguments.
5106 (mf_xform_derefs_1): Reorganize slightly to pass proper base/limit
5107 check ranges for ARRAY_REF and COMPONENT_REF.
5108 (execute_mudflap_fnction_ops, ..._decls): Limit unnecessary
5109 instrumentation.
5110
5111 2004-10-02 Joseph S. Myers <jsm@polyomino.org.uk>
5112
5113 * c-objc-common.c (c_tree_printer): Correct description of %E.
5114 Don't fall through after printing an expression.
5115
5116 2004-10-02 Kazu Hirata <kazu@cs.umass.edu>
5117
5118 * tree-cfg.c, config/s390/tpf-unwind.h: Fix comment typos.
5119
5120 2004-10-02 Kazu Hirata <kazu@cs.umass.edu>
5121
5122 * tree-cfg.c (cleanup_tree_cfg): Speed up by calling
5123 delete_unrechable_blocks() only when necessary.
5124
5125 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5126
5127 * gthr-tpf.h (__gthread_recursive_mutex_t): New type.
5128 (__GTHREAD_RECURSIVE_MUTEX_INIT): Define.
5129 (__gthread_recursive_mutex_lock, __gthread_recursive_mutex_trylock,
5130 __gthread_recursive_mutex_unlock): New functions.
5131
5132 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5133
5134 * config/s390/t-tpf (LIB2ADDEH): Remove tpf-eh.c.
5135 * config/s390/tpf-eh.c: Remove file.
5136 * config/s390/tpf-unwind.h: New file.
5137 * config/s390/tpf.h (MD_FALLBACK_FRAME_STATE_FOR): Remove.
5138 (MD_UNWIND_SUPPORT): Define.
5139
5140 2004-10-02 Joseph S. Myers <jsm@polyomino.org.uk>
5141
5142 * c-typeck.c (warn_for_assignment): Don't permit argnum == 0.
5143
5144 2004-10-01 Ulrich Weigand <uweigand@de.ibm.com>
5145
5146 * config/s390/s390-protos.h (s390_comparison): Add prototype.
5147 * config/s390/s390.c (s390_comparison): New function.
5148 (s390_branch_condition_mask): Return -1 for invalid comparisons.
5149 (s390_branch_condition_mnemonic): Assert valid comparison.
5150 * config/s390/s390.h (PREDICATE_CODES): Add s390_comparison.
5151 * config/s390/s390.md ("*cjump_64", "*cjump_31", "*cjump_long",
5152 "*icjump_64", "*icjump_31", "*icjump_long", "*trap"): Use
5153 s390_comparison instead of comparison_operator.
5154
5155 * config/s390/s390.md (UNSPEC_CMPINT): New constant.
5156 ("cmpmemdi"): Remove.
5157 ("cmpmem_short", "*cmpmem_short"): Use CCUmode instead of CCSmode.
5158 ("cmpmem_long", "*cmpmem_long_64", "*cmpmem_long_31"): Likewise.
5159 ("cmpint_si"): Rename to ...
5160 ("*cmpint_si"): ... this. Use UNSPEC_CMPINT.
5161 ("cmpint_di", "*cmpint_di"): Likewise.
5162 * config/s390/s390.c (s390_canonicalize_comparison): Remove
5163 redundant UNSPEC_CMPINT conversions.
5164 (s390_expand_cmpmem): Adapt to cmpint pattern changes.
5165
5166 2004-10-01 Kazu Hirata <kazu@cs.umass.edu>
5167
5168 * collect2.c (COLLECT_PARSE_FLAG): Remove.
5169 (main): Remove a reference to COLLECT_PARSE_FLAG
5170 * system.h: Poison COLLECT_PARSE_FLAG.
5171 * doc/tm.texi (COLLECT_PARSE_FLAG): Remove.
5172
5173 2004-10-01 Paul Brook <paul@codesourcery.com>
5174
5175 * config/arm/crti.asm: Give _init and _fini function type.
5176
5177 2004-10-01 Zdenek Dvorak <dvorakz@suse.cz>
5178
5179 * common.opt (ftree-loop-ivcanon): Enable by default.
5180 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
5181 Enable complete loop unrolling.
5182 (canonicalize_induction_variables, tree_unroll_loops_completely):
5183 Reset scev info.
5184
5185 2004-10-01 Paul Brook <paul@codesourcery.com>
5186
5187 * config/arm/arm.c (thumb_compute_saved_rag_mask): Or with bitmask,
5188 not register number.
5189 (thumb_find_work_register): Search full register range.
5190
5191 2004-10-01 Andrew Pinski <pinskia@physics.uc.edu>
5192
5193 PR tree-opt/17343
5194 * tree-cfg.c (group_case_labels): Get the label and not
5195 the case expr for the default case.
5196 When the label we looking at is the default, decrement the
5197 new_size.
5198
5199 2004-10-01 Jan Hubicka <jh@suse.cz>
5200
5201 * c-decl.c (c_expand_body): Update call tree_rest_of_compilation.
5202 * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
5203 * toplev.h (tree_rest_of_compilation): Update prototype.
5204 * tree-optimize.c (tree_rest_of_compilation): Kill nested_p argument.
5205
5206 2004-10-01 Kazu Hirata <kazu@cs.umass.edu>
5207
5208 * tree-cfg.c (cleanup_tree_cfg): Pull a call to
5209 cleanup_control_flow() out of the while loop.
5210
5211 2004-10-01 Paolo Bonzini <bonzini@gnu.org>
5212
5213 * tree-vectorizer.c (vectorizable_operation): Fail unless
5214 the mode for the vector type is indeed a vector mode.
5215
5216 2004-10-01 Zdenek Dvorak <dvorakz@suse.cz>
5217
5218 * tree-chrec.c (chrec_fold_plus_poly_poly, chrec_fold_plus_1,
5219 chrec_fold_multiply): Use fold_convert or build_int_cst_type instead
5220 of convert.
5221 * tree-scalar-evolution.c (compute_overall_effect_of_inner_loop,
5222 add_to_evolution, set_nb_iterations_in_loop, follow_ssa_edge_in_rhs,
5223 follow_ssa_edge_in_rhs): Ditto.
5224 * tree-ssa-loop-ivopts.c (struct iv): Add base_object field.
5225 (dump_iv): Dump base_object.
5226 (dump_use, dump_cand): Use dump_iv.
5227 (determine_base_object): New function.
5228 (alloc_iv): Initialize base_object field.
5229 (record_use): Clear the ssa_name field of iv.
5230 (get_computation_cost_at): Do not use difference of addresses of
5231 two different objects.
5232 (may_eliminate_iv): Do not require the loop to have just single exit.
5233 * tree-ssa-loop-niter.c (zero_p): Do not check for overflows.
5234 (nonzero_p): New function.
5235 (inverse, number_of_iterations_cond, simplify_using_outer_evolutions,
5236 tree_simplify_using_condition, simplify_using_initial_conditions,
5237 loop_niter_by_eval, find_loop_niter_by_eval,
5238 estimate_numbers_of_iterations_loop, compare_trees,
5239 upper_bound_in_type, lower_bound_in_type,
5240 can_count_iv_in_wider_type_bound): Use buildN instead of build. Use
5241 fold_convert or build_int_cst_type instead of convert. Use (non)zero_p
5242 instead of integer_(non)zerop.
5243
5244 2004-10-01 Jakub Jelinek <jakub@redhat.com>
5245
5246 Revert
5247 2004-09-29 Jakub Jelinek <jakub@redhat.com>
5248
5249 * tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD
5250 and TI_VA_LIST_FPR_COUNTER_FIELD.
5251 (va_list_gpr_counter_field, va_list_fpr_counter_field): Define.
5252 * tree-pass.h (pass_stdarg): Add.
5253 * tree-optimize.c (init_tree_optimization_passes): Add pass_stdarg.
5254 * tree-stdarg.c: New file.
5255 * Makefile.in (OBJS-common): Add tree-stdarg.o.
5256 (tree-stdarg.o): Add dependencies.
5257 * function.h (struct function): Add va_list_gpr_size and
5258 va_list_fpr_size fields.
5259 * function.c (allocate_struct_function): Initialize them.
5260
5261 * config/i386/i386.c (ix86_build_builtin_va_list): Initialize
5262 va_list_{g,f}pr_counter_field.
5263 (ix86_setup_incoming_varargs): Don't do anything if reg_save
5264 area will not be used. Only save registers that tree-stdarg.c
5265 detected they need saving.
5266 (ix86_va_start): Don't set up fields that won't be used.
5267
5268 * config/rs6000/rs6000.c (rs6000_build_builtin_va_list): Initialize
5269 va_list_{g,f}pr_counter_field.
5270 (setup_incoming_varargs): Don't do anything if reg_save
5271 area will not be used. Only save registers that tree-stdarg.c
5272 detected they need saving.
5273 (rs6000_va_start): Don't set up fields that won't be used.
5274
5275 2004-09-30 Eric Christopher <echristo@redhat.com>
5276
5277 * dwarf2.h (dwarf_calling_convention): Add enum for renesas
5278 sh abi.
5279 * dwarf2out.c (add_calling_convention_attribute): New function.
5280 (gen_subroutine_type_die): Use.
5281 * target-def.h (TARGET_DWARF_CALLING_CONVENTION): New hook.
5282 * target.h (gcc_target): Add dwarf_calling_convention.
5283 * hooks.c (hook_int_tree_0): New function.
5284 * hooks.h: Prototype.
5285 * config/sh/sh.c: Include dwarf2.h.
5286 (sh_dwarf_calling_convention): New function.
5287 (TARGET_DWARF_CALLING_CONVENTION): Use.
5288 * doc/tm.texi (TARGET_DWARF_CALLING_CONVENTION): Document.
5289
5290 2004-09-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5291
5292 * builtins.c (expand_builtin_strstr, expand_builtin_strchr,
5293 expand_builtin_strrchr, expand_builtin_strpbrk,
5294 expand_builtin_strncat, expand_builtin_strspn,
5295 expand_builtin_strcspn, expand_builtin_fputs): Eliminate duplicate
5296 code.
5297
5298 2004-09-30 Ulrich Weigand <uweigand@de.ibm.com>
5299
5300 * config/s390/s390-protos.h (s390_expand_logical_operator): Add
5301 prototype.
5302 (s390_logical_operator_ok_p): Likewise.
5303 * config/s390/s390.c (s390_expand_logical_operator): New function.
5304 (s390_logical_operator_ok_p): Likewise.
5305 * config/s390/s390.md ("anddi3"): New expander.
5306 ("*anddi3"): Rename from old anddi3 pattern, add Q->Q alternative.
5307 ("*anddi3_ss", "*anddi3_ss_inv"): Remove.
5308 ("andsi3"): Use s390_expand_logical_operator.
5309 ("*andsi3_esa", "*andsi3_zarch"): Add Q->Q alternative.
5310 ("*andsi3_ss", "*andsi3_ss_inv"): Remove.
5311 ("andhi3"): New expander.
5312 ("*andhi3_zarch", "*andhi3_esa"): New patterns.
5313 ("andhi3", "*andhi3_ni", "*andhi3_ss", "*andhi3_ss_inv"): Remove.
5314 ("andqi3"): New expander.
5315 ("*andqi3_zarch", "*andqi3_esa"): New patterns.
5316 ("andqi3", "*andqi3_ni", "*andqi3_ss", "*andqi3_ss_inv"): Remove.
5317 ("iordi3"): New expander.
5318 ("*iordi3"): Rename from old iordi3 pattern, add Q->Q alternative.
5319 ("*iordi3_ss", "*iordi3_ss_inv"): Remove.
5320 ("iorsi3"): Use s390_expand_logical_operator.
5321 ("*iorsi3_esa", "*iorsi3_zarch"): Add Q->Q alternative.
5322 ("*iorsi3_ss", "*iorsi3_ss_inv"): Remove.
5323 ("iorhi3"): New expiorer.
5324 ("*iorhi3_zarch", "*iorhi3_esa"): New patterns.
5325 ("iorhi3", "*iorhi3_ni", "*iorhi3_ss", "*iorhi3_ss_inv"): Remove.
5326 ("iorqi3"): New expiorer.
5327 ("*iorqi3_zarch", "*iorqi3_esa"): New patterns.
5328 ("iorqi3", "*iorqi3_ni", "*iorqi3_ss", "*iorqi3_ss_inv"): Remove.
5329 ("xordi3"): New expander.
5330 ("*xordi3"): Rename from old xordi3 pattern, add Q->Q alternative.
5331 ("*xordi3_ss", "*xordi3_ss_inv"): Remove.
5332 ("xorsi3"): New expander.
5333 ("*xorsi3"): Rename from old xorsi3 pattern, add Q->Q alternative.
5334 ("*xorsi3_ss", "*xorsi3_ss_inv"): Remove.
5335 ("xorhi3"): New expander.
5336 ("*xorqi3"): Rename from old xorhi3 pattern, add Q->Q alternative.
5337 ("*xorhi3_ss", "*xorhi3_ss_inv"): Remove.
5338 ("xorqi3"): New expander.
5339 ("*xorqi3"): Rename from old xorqi3 pattern, add Q->Q alternative.
5340 ("*xorqi3_ss", "*xorqi3_ss_inv"): Remove.
5341
5342 2004-09-30 Roger Sayle <roger@eyesopen.com>
5343
5344 * combine.c (force_to_mode) <NE_EXPR>: Only convert the expression
5345 (AND (NE FOO 0) CONST) into (AND FOO CONST) if FOO has the same
5346 machine mode as the result.
5347
5348 2004-09-30 Ben Elliston <bje@au.ibm.com>
5349
5350 PR bootstrap/17761
5351 * lcm.c (optimize_mode_switching): Update to use EDGE_SUCC and
5352 FOR_EACH_EDGE macros.
5353
5354 2004-09-30 Joseph S. Myers <jsm@polyomino.org.uk>
5355
5356 * c-tree.h (readonly_error): Remove.
5357 * c-typeck (enum lvalue_use): New.
5358 (lvalue_or_else, readonly_error): Use it. All callers changed.
5359 (readonly_error): Make static.
5360
5361 2004-09-30 Jan Hubicka <jh@suse.cz>
5362
5363 PR debug/13974
5364 * cfgrtl.c (try_redirect_by_replacing_jump,
5365 force_nonfallthru_and_redirect, commit_one_edge_insertion,
5366 cfg_layout_merge_blocks): Do not attach any line number information
5367 to newly inserted instructions.
5368 * emit-rtl.c (emit_insn*_before, emit_insn*_after): Rename to
5369 emit_insn_*_noloc.
5370 (emit_*insn_before, emit_insn*_after): New.
5371 (emit_*insn_before_setloc, emit_*insn_after_setloc): Do not overwrite
5372 existing locators.
5373 * rtl.h (emit_*insn_before_noloc, emit_*insn_after_noloc): Declare.
5374 (emit_*insn_before_sameloc, emit_*insn_after_sameloc): Kill.
5375
5376 2004-09-30 Ulrich Weigand <uweigand@de.ibm.com>
5377
5378 * config/s390/s390-protos.h (s390_arg_frame_offset): Remove.
5379 (s390_return_address_offset): Remove.
5380 (s390_can_eliminate): Add prototype.
5381 (s390_initial_elimination_offset): Add prototype.
5382 * config/s390/s390.h (CAN_ELIMINATE): Call s390_can_eliminate.
5383 (INITIAL_ELIMINATION_OFFSET): Call s390_initial_elimination_offset.
5384 * config/s390/s390.c (s390_arg_frame_offset): Remove.
5385 (s390_return_address_offset): Remove.
5386 (s390_can_eliminate, s390_initial_elimination_offset): New functions.
5387 (struct machine_function): New member split_branches_pending_p.
5388 (s390_mainpool_start): Allow nonexistant pool insn for empty pool.
5389 (s390_mainpool_finish): Likewise. Clear base_reg if pool empty.
5390 (s390_optimize_prologue): Remove base_used argument. Call
5391 s390_update_frame_layout instead of s390_register_info. Handle
5392 prologue/epilogue insns that touch only RETURN_REGNUM.
5393 (s390_reorg): Remove base_used. Clear split_branches_pending_p.
5394 (s390_register_info): Remove base_used and return_addr_used
5395 arguments, compute special register usage inline. Return live
5396 register data to caller.
5397 (s390_frame_info): Remove arguments, do not call s390_register_info.
5398 (s390_init_frame_layout): New function.
5399 (s390_update_frame_layout): Likewise.
5400 (s390_emit_prologue): Call s390_update_frame_layout; some code
5401 move to there. Do not emit pool placeholder insn if unnecessary.
5402
5403 2004-09-30 Ulrich Weigand <uweigand@de.ibm.com>
5404
5405 * config/s390/s390.c (legitimate_reload_constant_p): Remove
5406 floating point constant workaround.
5407 (s390_secondary_input_reload_class): Handle PLUS reloads
5408 with too-large constant.
5409 (s390_expand_plus_operand): Likewise.
5410 * config/s390/s390.md ("movdi"): Do not call force_const_mem.
5411 ("movsi"): Likewise. Also, remove workaround for non-general
5412 operands.
5413 ("movdf"): Do not call force_const_mem.
5414 ("movsf"): Likewise. Merge expander with *movsf insn.
5415 ("*movsf"): Remove, merge with movsf expander.
5416
5417 2004-09-30 Paul Brook <paul@codesourcery.com>
5418
5419 * config/arm/symbian.h (STARTFILE_SPEC): Remove crt*.o.
5420 (ENDFILE_SPEC): Define.
5421 * config/arm/t-symbian.h (EXTRA_MULTILIB_PARTS): Set.
5422
5423 2004-09-30 Richard Henderson <rth@redhat.com>
5424
5425 * config/alpha/qrnnd.asm: Mark for noexecstack.
5426
5427 2004-09-30 Kazu Hirata <kazu@cs.umass.edu>
5428
5429 * protoize.c, tree-cfg.c: Fix comment typos.
5430
5431 2004-09-30 Joseph S. Myers <jsm@polyomino.org.uk>
5432
5433 PR c/17730
5434 * c-typeck.c (lvalue_or_else): Pass msgid directly to error.
5435
5436 2004-09-30 Diego Novillo <dnovillo@redhat.com>
5437
5438 * tree-ssa-alias.c (collect_points_to_info_r): Move analysis of
5439 expressions...
5440 (add_pointed_to_expr): ... here.
5441 Call add_pointed_to_expr for variables with DECL_INITIAL set.
5442 * tree-dfa.c (add_referenced_var): Scan DECL_INITIAL of any
5443 pointer variable, if set.
5444
5445 2004-09-30 Kazu Hirata <kazu@cs.umass.edu>
5446
5447 * config/sh/sh.c: Follow spelling conventions.
5448
5449 2004-09-29 Richard Henderson <rth@redhat.com>
5450
5451 * unwind-dw2.c (_Unwind_GetGR): Honor DWARF_ZERO_REG.
5452 * doc/tm.texi (DWARF_ZERO_REG): New.
5453
5454 * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
5455 alpha_expand_epilogue): Revert 2003-09-30 change to store zero.
5456 * config/alpha/alpha.h (DWARF_ZERO_REG): New.
5457
5458 2004-09-29 Ulrich Weigand <uweigand@de.ibm.com>
5459
5460 * builtins.c (expand_builtin_strlen): Do not call emit_move_insn
5461 with a PLUS as source operand.
5462 (expand_movstr): Likewise.
5463 (expand_builtin_stpcpy): Likewise.
5464
5465 2004-09-29 Richard Henderson <rth@redhat.com>
5466
5467 PR 17739
5468 * tree-gimple.c (is_gimple_reg): Reject hard registers.
5469 (is_gimple_asm_val): New.
5470 * tree-gimple.h (is_gimple_asm_val): Declare.
5471 * gimplify.c (gimplify_asm_expr): Use it.
5472 * tree-pretty-print.c (print_declaration): Dump hard regs.
5473 * tree-outof-ssa.c (check_replaceable): Don't check for hard regs.
5474 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Likewise.
5475 * tree-ssa-pre.c (is_undefined_value): Likewise.
5476 * tree-ssa-copy.c (may_propagate_copy): Likewise.
5477 (may_propagate_copy_into_asm): Protect DECL_HARD_REGISTER.
5478 * tree-ssa.c (warn_uninit): Likewise.
5479 * tree.h (DECL_HARD_REGISTER): Check for VAR_DECL.
5480
5481 2004-09-29 Fariborz Jahanian <fjahanian@apple.com>
5482
5483 * c-decl.c (merge_decls): Use comptype when comparing
5484 types to decide on DECL_SIZE save of olddecl.
5485
5486 2004-09-29 Daniel Berlin <dberlin@dberlin.org>
5487
5488 * tree.h (INDIRECT_REF_P): New macro.
5489 * alias.c (get_alias_set): Use it
5490 (nonoverlapping_memrefs_p): Ditto.
5491 * emit-rtl.c (mem_expr_equal_p): Ditto.
5492 (set_mem_attributes_minus_bitpos): Ditto.
5493 (is_gimple_addressable): Ditto.
5494 (get_base_address): Ditto.
5495 * tree-ssa-alias.c (find_ptr_derefernece): Ditto.
5496 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Ditto.
5497 * tree-ssa-dom.c (record_equivalences_from_stmt): Ditto.
5498 * tree-ssa-loop-im.c (is_call_clobbered_ref): Ditto.
5499 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Ditto.
5500 (add_address_candidates): Ditto.
5501 (rewrite_address_base): Ditto.
5502
5503 2004-09-30 Ben Elliston <bje@au.ibm.com>
5504
5505 * tree-flow.h (struct bb_ann_d): Remove num_preds member.
5506 * tree-into-ssa.c (rewrite_into_ssa): Don't set it.
5507 (rewrite_ssa_into_ssa): Likewise.
5508 * tree-phinodes.c (create_phi_node): Access the number of
5509 predecessor edges using EDGE_COUNT() and not num_preds.
5510
5511 2004-09-29 Joseph S. Myers <jsm@polyomino.org.uk>
5512
5513 PR c/7425
5514 * c-decl.c (merge_decls): Merge TREE_DEPRECATED.
5515
5516 2004-09-29 Eric Christopher <echristo@redhat.com>
5517
5518 * fold-const.c (tree_swap_operands_p): Remove duplicated code.
5519
5520 2004-09-29 Hans-Peter Nilsson <hp@axis.com>
5521
5522 * config/cris/cris.md (moverside, movemside): With MEM, make sure
5523 the address is (plus reg mem).
5524
5525 2004-09-29 David Edelsohn <edelsohn@gnu.org>
5526
5527 * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.
5528
5529 2004-09-29 Nathan Sidwell <nathan@codesourcery.com>
5530
5531 * tree.c (make_node_stat): Fix uninitialized warning. Replace
5532 cascaded if ... else if with a switch.
5533
5534 2004-09-29 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5535
5536 * read-rtl.c (apply_macro_to_string): Replace index with strchr.
5537
5538 2004-09-29 Jakub Jelinek <jakub@redhat.com>
5539
5540 * tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD
5541 and TI_VA_LIST_FPR_COUNTER_FIELD.
5542 (va_list_gpr_counter_field, va_list_fpr_counter_field): Define.
5543 * tree-pass.h (pass_stdarg): Add.
5544 * tree-optimize.c (init_tree_optimization_passes): Add pass_stdarg.
5545 * tree-stdarg.c: New file.
5546 * Makefile.in (OBJS-common): Add tree-stdarg.o.
5547 (tree-stdarg.o): Add dependencies.
5548 * function.h (struct function): Add va_list_gpr_size and
5549 va_list_fpr_size fields.
5550 * function.c (allocate_struct_function): Initialize them.
5551
5552 * config/i386/i386.c (ix86_build_builtin_va_list): Initialize
5553 va_list_{g,f}pr_counter_field.
5554 (ix86_setup_incoming_varargs): Don't do anything if reg_save
5555 area will not be used. Only save registers that tree-stdarg.c
5556 detected they need saving.
5557 (ix86_va_start): Don't set up fields that won't be used.
5558
5559 * config/rs6000/rs6000.c (rs6000_build_builtin_va_list): Initialize
5560 va_list_{g,f}pr_counter_field.
5561 (setup_incoming_varargs): Don't do anything if reg_save
5562 area will not be used. Only save registers that tree-stdarg.c
5563 detected they need saving.
5564 (rs6000_va_start): Don't set up fields that won't be used.
5565
5566 2004-09-29 Jakub Jelinek <jakub@redhat.com>
5567
5568 * builtins.def (BUILT_IN_FPUTC, BUILT_IN_FPUTC_UNLOCKED,
5569 BUILT_IN_FPUTS, BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE,
5570 BUILT_IN_FWRITE_UNLOCKED, BUILT_IN_PUTCHAR, BUILT_IN_PUTCHAR_UNLOCKED,
5571 BUILT_IN_PUTS, BUILT_IN_PUTS_UNLOCKED): Remove nothrow attribute.
5572 * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2, ATTR_NONNULL_1_2,
5573 ATTR_NONNULL_1_4): New.
5574
5575 2004-09-29 Jakub Jelinek <jakub@redhat.com>
5576
5577 PR tree-optimization/17697
5578 * tree-ssa-ccp.c (execute_fold_all_builtins): Update eh and cleanup
5579 cfg if needed.
5580
5581 2004-09-28 Per Bothner <per@bothner.com>
5582
5583 * profile.c (branch_prob): Pass correct value to output_location,
5584 even when USE_MAPPED_LOCATION. Fixes bug from 09-11.
5585
5586 2004-09-28 Richard Henderson <rth@redhat.com>
5587
5588 PR 15089
5589 * tree-ssa-copy.c (may_propagate_copy_into_asm): New.
5590 * tree-flow.h (may_propagate_copy_into_asm): Declare.
5591 * tree-ssa-ccp.c (replace_uses_in): Use it.
5592 * tree-ssa-dom.c (cprop_operand): Likewise.
5593
5594 2004-09-28 Jeff Law <law@redhat.com>
5595
5596 * tree-ssa-threadupdate.c (create_block_for_threading): Request
5597 that no outgoing edges be left in the duplicate block. Do no
5598 update information on outgoing edges or PHI nodes in target
5599 blocks here.
5600 (remove_ctrl_stmt_and_useless_edges): Renamed from
5601 remove_last_stmt_and_useless_edges. Handle case where the
5602 block is empty or has no control statements. Do not update edge
5603 flags here.
5604 (thread_block): Create a template block rather than copying the
5605 original block every time. Create outgoing edges from the
5606 duplicate blocks and update PHIs at the target of the outgoing
5607 edges here. Fix edge flags for the original block if necessary.
5608 * cfghooks (duplicate_block): No longer assert that the original
5609 block has incoming edges.
5610
5611 2004-09-29 Hans-Peter Nilsson <hp@bitrange.com>
5612
5613 * doc/extend.texi (Extended Asm): Add blurb about using Explicit
5614 Reg Vars to enforce register allocation with general constraints.
5615 (Explicit Reg Vars): Clarify relation to asm statements.
5616 (Local Reg Vars): Similar.
5617
5618 2004-09-28 Ulrich Weigand <uweigand@de.ibm.com>
5619
5620 * sched-rgn.c (haifa_edge, edge_table, NEXT_IN, NEXT_OUT, FROM_BLOCK,
5621 TO_BLOCK, nr_edges, in_edges, out_edges, IN_EDGES, OUT_EDGES,
5622 build_control_flow, new_edge): Remove.
5623 (schedule_insns): Remove edge_table/in_edges/out_edges cleanup.
5624 (bitlst, bitlst_table_last, bitlst_table): Remove.
5625 (bblst): Store basic_block pointer instead of block index.
5626 (bblst_table): Likewise.
5627 (edgelst): Store edge pointer instead of edge index.
5628 (edgelst_table, edgelst_last): New variables.
5629 (extract_bitlst): Rename to ...
5630 (extract_edgelst): ... this. Return edge pointers, not indices.
5631 (split_edges): Update call.
5632 (rgn_edges): Store edge pointers instead of indices.
5633 (edge_to_bit): Remove.
5634 (EDGE_TO_BIT): Store per-region edge index in edge->aux.
5635 (SET_EDGE_TO_BIT): New macro.
5636 (is_cfg_nonregular): Check for simple cases of unreachable blocks.
5637 (find_rgns): Remove edge_list parameter. Traverse standard CFG
5638 data structures instead of haifa_edge et al. Use edge pointers
5639 instead of edge indices everywhere.
5640 (compute_dom_prob_ps): Use standard CFG data structures. Account
5641 for exit edges.
5642 (compute_trg_info): Likewise.
5643 (propagate_deps): Likewise.
5644 (debug_candidate): Account for bblst data structure change.
5645 (check_live_1, update_live_1, is_pfree): Likewise.
5646 (IS_REACHABLE): Use standard CFG data structures.
5647 (init_ready_list): Update bblst_table/edgelst_table allocation.
5648 (schedule_region): Update alloc/cleanup code to data structure
5649 changes. Use edge->aux to store per-region edge index.
5650 (init_regions): No longer call build_control_flow. Do not
5651 create edge list any more.
5652
5653 2004-09-28 Ulrich Weigand <uweigand@de.ibm.com>
5654
5655 * cse.c (cse_insn): Avoid creating direct non-local jumps.
5656 * combine.c (can_combine_p): Likewise.
5657 * local-alloc. (update_equiv_regs): Likewise.
5658
5659 2004-09-28 Richard Henderson <rth@redhat.com>
5660
5661 PR 17531
5662 * expr.c (expand_expr_addr_expr_1): Only assemble_external for decls.
5663 Don't check VOIDmode here. Force PLUS operands to common type.
5664 (expand_expr_addr_expr): Do VOIDmode check earlier. Force use of
5665 Pmode if given a non pointer type.
5666
5667 2004-09-28 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5668
5669 PR 17531
5670 * optabs.c (expand_binop): Force constants to the correct mode.
5671
5672 2004-09-28 Ulrich Weigand <uweigand@de.ibm.com>
5673
5674 * config/s390/s390.c (s390_adjust_cost): Remove.
5675 (TARGET_SCHED_ADJUST_COST): Do not redefine.
5676 (s390_adjust_priority): Handle TYPE_STM like TYPE_STORE.
5677 * config/s390/s390.md ("main_pool"): Use "larl" type
5678 attribute if TARGET_CPU_ZARCH.
5679
5680 2004-09-28 Jakub Jelinek <jakub@redhat.com>
5681
5682 * config/ia64/ia64.c (ia64_expand_prologue): Declare ei
5683 variable.
5684
5685 2004-09-28 Diego Novillo <dnovillo@redhat.com>
5686
5687 * tree-ssa-loop.c (pass_record_bounds): Do not assign a
5688 name to the pass.
5689
5690 2004-09-28 Steven Bosscher <stevenb@suse.de>
5691
5692 * common.opt (flag_gcse_sm): Disable by default.
5693 (flag_gcse_las): Likewise.
5694 (flag_web): Likewise. Create from this file.
5695 * flags.h: Remove flag_web declaration.
5696 * toplev.c (flag_web): Likewise.
5697 (process_options): Never set flag_web.
5698
5699 2004-09-28 Steven Bosscher <stevenb@suse.de>
5700
5701 * Makefile.in (tree-ssa-propagate.o): Depend on vec.h.
5702 * tree-ssa-propagate.c: Include vec.h.
5703 (interesting_ssa_edges, varying_ssa_edges): Make these VECs
5704 instead of varrays.
5705 (cfg_blocks_add): Assert the block is not already in the worklist.
5706 Update uses of interesting_ssa_edges and varying_ssa_edges.
5707 (process_ssa_edge_worklist, ssa_prop_init, ssa_prop_fini,
5708 ssa_propagate): Likewise.
5709
5710 2004-09-28 Joseph S. Myers <jsm@polyomino.org.uk>
5711
5712 PR c/16409
5713 * c-decl.c (start_decl): Check for initializing incomplete array
5714 of VLAs.
5715 (build_compound_literal): Check for TYPE being error_mark_node.
5716 * c-parse.in (primary): Check for VLA compound literals.
5717
5718 2004-09-28 Diego Novillo <dnovillo@redhat.com>
5719
5720 * tree-ssa-live.c (calculate_live_on_entry): Fix warnings
5721 with --disable-checking.
5722
5723 2004-09-28 Devang Patel <dpatel@apple.com>
5724
5725 * tree-pretty-print.c (dump_generic_node): Print vector types.
5726
5727 2004-09-28 Nick Clifton <nickc@redhat.com>
5728
5729 * config/sh/sh.h (INIT_CUMULATIVE_ARGS): Replace with an
5730 invocation of the function sh_init_cumulative_args.
5731 (INIT_CUMULATIVE_LIBCALL_ARGS): Likewise.
5732 (INIT_CUMULATIVE_INCOMING_ARGS): Delete.
5733 * config/sh/sh-protos.h: Prototype sh_init_cumulative_args.
5734 * config/sh/sh.c (sh_init_cumulative_args): New function based
5735 on the contents of the old INIT_CUMULATIVE_ARGS macro but with a
5736 heuristic added to determine the setting of force_mem when a
5737 library function is being called.
5738
5739 2004-09-28 Diego Novillo <dnovillo@redhat.com>
5740
5741 * tree-ssa-loop-im.c (single_reachable_address) <PHI_NODE>:
5742 Skip constant arguments.
5743
5744 2004-09-28 Diego Novillo <dnovillo@redhat.com>
5745
5746 * tree-ssa-alias.c (create_name_tags): If PTR points to a
5747 volatile type, mark the tag volatile.
5748 (get_tmt_for): If TAG_TYPE is a volatile type, mark the tag
5749 volatile.
5750
5751 2004-09-28 Andrew Pinski <pinskia@physics.uc.edu>
5752
5753 * tree.def (vec_cond_expr): Fix. Change 'e'
5754 to tcc_expression.
5755
5756 2004-09-28 Kazu Hirata <kazu@cs.umass.edu>
5757
5758 * basic-block.h: Fix a comment typo.
5759
5760 2004-09-28 Kazu Hirata <kazu@cs.umass.edu>
5761
5762 * optabs.c, optabs.h: Fix comment typos.
5763
5764 2004-09-28 Eric Botcazou <ebotcazou@act-europe.fr>
5765
5766 * config/sparc/sparc.md (call_address_struct_value_sp32):
5767 Properly mask the immediate field of the 'unimp' instruction.
5768 (call_symbolic_struct_value_sp32): Likewise.
5769
5770 2004-09-28 Ben Elliston <bje@au.ibm.com>
5771 Steven Bosscher <stevenb@suse.de>
5772 Andrew Pinski <pinskia@physics.uc.edu>
5773
5774 Merge from edge-vector-branch:
5775 * basic-block.h: Include vec.h, errors.h. Instantiate a VEC(edge).
5776 (struct edge_def): Remove pred_next, succ_next members.
5777 (struct basic_block_def): Remove pred, succ members. Add preds
5778 and succs members of type VEC(edge).
5779 (FALLTHRU_EDGE): Redefine using EDGE_SUCC.
5780 (BRANCH_EDGE): Likewise.
5781 (EDGE_CRITICAL_P): Redefine using EDGE_COUNT.
5782 (EDGE_COUNT, EDGE_I, EDGE_PRED, EDGE_SUCC): New.
5783 (edge_iterator): New.
5784 (ei_start, ei_last, ei_end_p, ei_one_before_end_p): New.
5785 (ei_next, ei_prev, ei_edge, ei_safe_edge): Likewise.
5786 (FOR_EACH_EDGE): New.
5787 * bb-reorder.c (find_traces): Use FOR_EACH_EDGE and EDGE_* macros
5788 where applicable.
5789 (rotate_loop): Likewise.
5790 (find_traces_1_route): Likewise.
5791 (bb_to_key): Likewise.
5792 (connect_traces): Likewise.
5793 (copy_bb_p): Likewise.
5794 (find_rarely_executed_basic_blocks_and_crossing_edges): Likewise.
5795 (add_labels_and_missing_jumps): Likewise.
5796 (fix_up_fall_thru_edges): Likewise.
5797 (find_jump_block): Likewise.
5798 (fix_crossing_conditional_branches): Likewise.
5799 (fix_crossing_unconditional_branches): Likewise.
5800 (add_reg_crossing_jump_notes): Likewise.
5801 * bt-load.c (augment_live_range): Likewise.
5802 * cfg.c (clear_edges): Likewise.
5803 (unchecked_make_edge): Likewise.
5804 (cached_make_edge): Likewise.
5805 (make_single_succ_edge): Likewise.
5806 (remove_edge): Likewise.
5807 (redirect_edge_succ_nodup): Likewise.
5808 (check_bb_profile): Likewise.
5809 (dump_flow_info): Likewise.
5810 (alloc_aux_for_edges): Likewise.
5811 (clear_aux_for_edges): Likewise.
5812 (dump_cfg_bb_info): Likewise.
5813 * cfganal.c (forwarder_block_p): Likewise.
5814 (can_fallthru): Likewise.
5815 (could_fall_through): Likewise.
5816 (mark_dfs_back_edges): Likewise.
5817 (set_edge_can_fallthru_flag): Likewise.
5818 (find_unreachable_blocks): Likewise.
5819 (create_edge_list): Likewise.
5820 (verify_edge_list): Likewise.
5821 (add_noreturn_fake_exit_edges): Likewise.
5822 (connect_infinite_loops_to_exit): Likewise.
5823 (flow_reverse_top_sort_order_compute): Likewise.
5824 (flow_depth_first_order_compute): Likewise.
5825 (flow_preorder_transversal_compute): Likewise.
5826 (flow_dfs_compute_reverse_execute): Likewise.
5827 (dfs_enumerate_from): Likewise.
5828 (compute_dominance_frontiers_1): Likewise.
5829 * cfgbuild.c (make_edges): Likewise.
5830 (compute_outgoing_frequencies): Likewise.
5831 (find_many_sub_basic_blocks): Likewise.
5832 (find_sub_basic_blocks): Likewise.
5833 * cfgcleanup.c (try_simplify_condjump): Likewise.
5834 (thread_jump): Likewise.
5835 (try_forward_edges): Likewise.
5836 (merge_blocks_move): Likewise.
5837 (outgoing_edges_match): Likewise.
5838 (try_crossjump_to_edge): Likewise.
5839 (try_crossjump_bb): Likewise.
5840 (try_optimize_cfg): Likewise.
5841 (merge_seq_blocks): Likewise.
5842 * cfgexpand.c (expand_gimple_tailcall): Likewise.
5843 (expand_gimple_basic_block): Likewise.
5844 (construct_init_block): Likewise.
5845 (construct_exit_block): Likewise.
5846 * cfghooks.c (verify_flow_info): Likewise.
5847 (dump_bb): Likewise.
5848 (delete_basic_block): Likewise.
5849 (split_edge): Likewise.
5850 (merge_blocks): Likewise.
5851 (make_forwarder_block): Likewise.
5852 (tidy_fallthru_edges): Likewise.
5853 (can_duplicate_block_p): Likewise.
5854 (duplicate_block): Likewise.
5855 * cfglayout.c (fixup_reorder_chain): Likewise.
5856 (fixup_fallthru_exit_predecessor): Likewise.
5857 (can_copy_bbs_p): Likewise.
5858 (copy_bbs): Likewise.
5859 * cfgloop.c (flow_loops_cfg_dump): Likewise.
5860 (flow_loop_entry_edges_find): Likewise.
5861 (flow_loop_exit_edges_find): Likewise.
5862 (flow_loop_nodes_find): Likewise.
5863 (mark_single_exit_loops): Likewise.
5864 (flow_loop_pre_header_scan): Likewise.
5865 (flow_loop_pre_header_find): Likewise.
5866 (update_latch_info): Likewise.
5867 (canonicalize_loop_headers): Likewise.
5868 (flow_loops_find): Likewise.
5869 (get_loop_body_in_bfs_order): Likewise.
5870 (get_loop_exit_edges): Likewise.
5871 (num_loop_branches): Likewise.
5872 (verify_loop_structure): Likewise.
5873 (loop_latch_edge): Likewise.
5874 (loop_preheader_edge): Likewise.
5875 * cfgloopanal.c (mark_irreducible_loops): Likewise.
5876 (expected_loop_iterations): Likewise.
5877 * cfgloopmanip.c (remove_bbs): Likewise.
5878 (fix_bb_placement): Likewise.
5879 (fix_irreducible_loops): Likewise.
5880 (remove_path): Likewise.
5881 (scale_bbs_frequencies): Likewise.
5882 (loopify): Likewise.
5883 (unloop): Likewise.
5884 (fix_loop_placement): Likewise.
5885 (loop_delete_branch_edge): Likewise.
5886 (duplicate_loop_to_header_edge): Likewise.
5887 (mfb_keep_just): Likewise.
5888 (create_preheader): Likewise.
5889 (force_single_succ_latches): Likewise.
5890 (loop_split_edge_with): Likewise.
5891 (create_loop_notes): Likewise.
5892 * cfgrtl.c (rtl_split_block): Likewise.
5893 (rtl_merge_blocks): Likewise.
5894 (rtl_can_merge_blocks): Likewise.
5895 (try_redirect_by_replacing_jump): Likewise.
5896 (force_nonfallthru_and_redirect): Likewise.
5897 (rtl_tidy_fallthru_edge): Likewise.
5898 (commit_one_edge_insertion): Likewise.
5899 (commit_edge_insertions): Likewise.
5900 (commit_edge_insertions_watch_calls): Likewise.
5901 (rtl_verify_flow_info_1): Likewise.
5902 (rtl_verify_flow_info): Likewise.
5903 (purge_dead_edges): Likewise.
5904 (cfg_layout_redirect_edge_and_branch): Likewise.
5905 (cfg_layout_can_merge_blocks_p): Likewise.
5906 (rtl_flow_call_edges_add): Likewise.
5907 * cse.c (cse_cc_succs): Likewise.
5908 * df.c (hybrid_search): Likewise.
5909 * dominance.c (calc_dfs_tree_nonrec): Likewise.
5910 (calc_dfs_tree): Likewise.
5911 (calc_idoms): Likewise.
5912 (recount_dominator): Likewise.
5913 * domwalk.c (walk_dominator_tree): Likewise.
5914 * except.c (emit_to_new_bb_before): Likewise.
5915 (connect_post_landing_pads): Likewise.
5916 (sjlj_emit_function_enter): Likewise.
5917 (sjlj_emit_function_exit): Likewise.
5918 (finish_eh_generation): Likewise.
5919 * final.c (compute_alignments): Likewise.
5920 * flow.c (calculate_global_regs_live): Likewise.
5921 (initialize_uninitialized_subregs): Likewise.
5922 (init_propagate_block_info): Likewise.
5923 * function.c (thread_prologue_and_epilogue_insns): Likewise.
5924 * gcse.c (find_implicit_sets): Likewise.
5925 (bypass_block): Likewise.
5926 (bypass_conditional_jumps): Likewise.
5927 (compute_pre_data): Likewise.
5928 (insert_insn_end_bb): Likewise.
5929 (insert_store): Likewise.
5930 (remove_reachable_equiv_notes): Likewise.
5931 * global.c (global_conflicts): Likewise.
5932 (calculate_reg_pav): Likewise.
5933 * graph.c (print_rtl_graph_with_bb): Likewise.
5934 * ifcvt.c (mark_loop_exit_edges): Likewise.
5935 (merge_if_block): Likewise.
5936 (find_if_header): Likewise.
5937 (block_jumps_and_fallthru_p): Likewise.
5938 (find_if_block): Likewise.
5939 (find_cond_trap): Likewise.
5940 (block_has_only_trap): Likewise.
5941 (find_if_case1): Likewise.
5942 (find_if_case_2): Likewise.
5943 * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Likewise.
5944 (perfect_nestify): Likewise.
5945 * lcm.c (compute_antinout_edge): Likewise.
5946 (compute_laterin): Likewise.
5947 (compute_available): Likewise.
5948 (compute_nearerout): Likewise.
5949 * loop-doloop.c (doloop_modify): Likewise.
5950 * loop-init.c (loop_optimizer_init): Likewise.
5951 * loop-invariant.c (find_exits): Likewise.
5952 * loop-iv.c (simplify_using_initial_values): Likewise.
5953 (check_simple_exit): Likewise.
5954 (find_simple_exit): Likewise.
5955 * loop-unroll.c (peel_loop_completely): Likewise.
5956 (unroll_loop_constant_iterations): Likewise.
5957 (unroll_loop_runtime_iterations): Likewise.
5958 * loop-unswitch.c (may_unswitch_on): Likewise.
5959 (unswitch_loop): Likewise.
5960 * modulo-sched.c (generate_prolog_epilog): Likewise.
5961 (sms_schedule): Likewise.
5962 * postreload-gcse.c (eliminate_partially_redundant_load):
5963 Likewise.
5964 * predict.c (can_predict_insn_p): Likewise.
5965 (set_even_probabilities): Likewise.
5966 (combine_predictions_for_bb): Likewise.
5967 (predict_loops): Likewise.
5968 (estimate_probability): Likewise.
5969 (tree_predict_by_opcode): Likewise.
5970 (tree_estimate_probability): Likewise.
5971 (last_basic_block_p): Likewise.
5972 (propagate_freq): Likewise.
5973 (estimate_loops_at_level): Likewise.
5974 (estimate_bb_frequencies): Likewise.
5975 * profile.c (instrument_edges): Likewise.
5976 (get_exec_counts): Likewise.
5977 (compute_branch_probabilities): Likewise.
5978 (branch_prob): Likewise.
5979 * ra-build.c (live_in): Likewise.
5980 * ra-rewrite.c (rewrite_program2): Likewise.
5981 * ra.c (reg_alloc): Likewise.
5982 * reg-stack.c (reg_to_stack): Likewise.
5983 (convert_regs_entry): Likewise.
5984 (compensate_edge): Likewise.
5985 (convert_regs_1): Likewise,
5986 (convert_regs_2): Likewise.
5987 (convert_regs): Likewise.
5988 * regrename.c (copyprop_hardreg_forward): Likewise.
5989 * reload1.c (fixup_abnormal_edges): Likewise.
5990 * sbitmap.c (sbitmap_intersection_of_succs): Likewise.
5991 (sbitmap_insersection_of_preds): Likewise.
5992 (sbitmap_union_of_succs): Likewise.
5993 (sbitmap_union_of_preds): Likewise.
5994 * sched-ebb.c (compute_jump_reg_dependencies): Likewise.
5995 (fix_basic_block_boundaries): Likewise.
5996 (sched_ebbs): Likewise.
5997 * sched-rgn.c (build_control_flow): Likewise.
5998 (find_rgns): Likewise.
5999 * tracer.c (find_best_successor): Likewise.
6000 (find_best_predecessor): Likewise.
6001 (tail_duplicate): Likewise.
6002 * tree-cfg.c (make_edges): Likewise.
6003 (make_ctrl_stmt_edges): Likewise.
6004 (make_goto_expr_edges): Likewise.
6005 (tree_can_merge_blocks_p): Likewise.
6006 (tree_merge_blocks): Likewise.
6007 (cfg_remove_useless_stmts_bb): Likewise.
6008 (remove_phi_nodes_and_edges_for_unreachable_block): Likewise.
6009 (tree_block_forwards_to): Likewise.
6010 (cleanup_control_expr_graph): Likewise.
6011 (find_taken_edge): Likewise.
6012 (dump_cfg_stats): Likewise.
6013 (tree_cfg2vcg): Likewise.
6014 (disband_implicit_edges): Likewise.
6015 (tree_find_edge_insert_loc): Likewise.
6016 (bsi_commit_edge_inserts): Likewise.
6017 (tree_split_edge): Likewise.
6018 (tree_verify_flow_info): Likewise.
6019 (tree_make_forwarder_block): Likewise.
6020 (tree_forwarder_block_p): Likewise.
6021 (thread_jumps): Likewise.
6022 (tree_try_redirect_by_replacing_jump): Likewise.
6023 (tree_split_block): Likewise.
6024 (add_phi_args_after_copy_bb): Likewise.
6025 (rewrite_to_new_ssa_names_bb): Likewise.
6026 (dump_function_to_file): Likewise.
6027 (print_pred_bbs): Likewise.
6028 (print_loop): Likewise.
6029 (tree_flow_call_edges_add): Likewise.
6030 (split_critical_edges): Likewise.
6031 (execute_warn_function_return): Likewise.
6032 (extract_true_false_edges_from_block): Likewise.
6033 * tree-if-conv.c (tree_if_conversion): Likewise.
6034 (if_convertable_bb_p): Likewise.
6035 (find_phi_replacement_condition): Likewise.
6036 (combine_blocks): Likewise.
6037 * tree-into-ssa.c (compute_global_livein): Likewise.
6038 (ssa_mark_phi_uses): Likewise.
6039 (ssa_rewrite_initialize_block): Likewise.
6040 (rewrite_add_phi_arguments): Likewise.
6041 (ssa_rewrite_phi_arguments): Likewise.
6042 (insert_phi_nodes_for): Likewise.
6043 (rewrite_into_ssa): Likewise.
6044 (rewrite_ssa_into_ssa): Likewise.
6045 * tree-mudflap.c (mf_build_check_statement_for): Likewise.
6046 * tree-outof-ssa.c (coalesce_abnormal_edges): Likewise.
6047 (rewrite_trees): Likewise.
6048 * tree-pretty-print.c (dump_bb_header): Likewise.
6049 (dump_implicit_edges): Likewise.
6050 * tree-sra.c (insert_edge_copies): Likewise.
6051 (find_obviously_necessary_stmts): Likewise.
6052 (remove_data_stmt): Likewise.
6053 * tree-ssa-dom.c (thread_across_edge): Likewise.
6054 (dom_opt_finalize_block): Likewise.
6055 (single_incoming_edge_ignoring_loop_edges): Likewise.
6056 (record_equivalences_from_incoming_edges): Likewise.
6057 (cprop_into_successor_phis): Likewise.
6058 * tree-ssa-live.c (live_worklist): Likewise.
6059 (calculate_live_on_entry): Likewise.
6060 (calculate_live_on_exit): Likewise.
6061 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Likewise.
6062 (copy_loop_headers): Likewise.
6063 * tree-ssa-loop-im.c (loop_commit_inserts): Likewise.
6064 (fill_always_executed_in): Likewise.
6065 * tree-ssa-loop-ivcanon.c (create_canonical_iv): Likewise.
6066 * tree-ssa-loop-ivopts.c (find_interesting_uses): Likewise.
6067 (compute_phi_arg_on_exit): Likewise.
6068 * tree-ssa-loop-manip.c (add_exit_phis_edge): Likewise.
6069 (get_loops_exit): Likewise.
6070 (split_loop_exit_edge): Likewise.
6071 (ip_normal_pos): Likewise.
6072 * tree-ssa-loop-niter.c (simplify_using_initial_conditions):
6073 Likewise.
6074 * tree-ssa-phiopt.c (candidate_bb_for_phi_optimization): Likewise.
6075 (replace_phi_with_stmt): Likewise.
6076 (value_replacement): Likewise.
6077 * tree-ssa-pre.c (compute_antic_aux): Likewise.
6078 (insert_aux): Likewise.
6079 (init_pre): Likewise.
6080 * tree-ssa-propagate.c (simulate_stmt): Likewise.
6081 (simulate_block): Likewise.
6082 (ssa_prop_init): Likewise.
6083 * tree-ssa-threadupdate.c (thread_block): Likewise.
6084 (create_block_for_threading): Likewise.
6085 (remove_last_stmt_and_useless_edges): Likewise.
6086 * tree-ssa.c (verify_phi_args): Likewise.
6087 (verify_ssa): Likewise.
6088 * tree_tailcall.c (independent_of_stmt_p): Likewise.
6089 (find_tail_calls): Likewise.
6090 (eliminate_tail_call): Likewise.
6091 (tree_optimize_tail_calls_1): Likewise.
6092 * tree-vectorizer.c (vect_transform_loop): Likewise.
6093 * var-tracking.c (prologue_stack_adjust): Likewise.
6094 (vt_stack_adjustments): Likewise.
6095 (vt_find_locations): Likewise.
6096 * config/frv/frv.c (frv_ifcvt_modify_tests): Likewise.
6097 * config/i386/i386.c (ix86_pad_returns): Likewise.
6098 * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
6099 * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
6100
6101 2004-09-28 Eric Botcazou <ebotcazou@libertysurf.fr>
6102
6103 PR target/16532
6104 * config/sparc/sparc.c (struct machine_function): New field
6105 'leaf_function_p' and 'prologue_data_valid_p'.
6106 (sparc_leaf_function_p, sparc_prologue_data_valid_p): New macro
6107 to conveniently access the above fields.
6108 (TARGET_LATE_RTL_PROLOGUE_EPILOGUE): Delete.
6109 (eligible_for_return_delay): Use 'sparc_leaf_function_p' instead
6110 of the generic flavor 'current_function_uses_only_leaf_regs'.
6111 (eligible_for_sibcall_delay): Likewise.
6112 (sparc_expand_prologue): Compute 'sparc_leaf_function_p' and set
6113 'sparc_prologue_data_valid_p'. Use 'sparc_leaf_function_p'.
6114 (sparc_asm_function_prologue): Add sanity check for the assumption
6115 made in 'sparc_expand_prologue'. Use 'sparc_leaf_function_p'.
6116 (sparc_can_use_return_insn_p): New function.
6117 (sparc_expand_epilogue): Use 'sparc_leaf_function_p'.
6118 (output_restore): Likewise.
6119 (output_sibcall): Likewise.
6120 (sparc_output_mi_thunk): Likewise.
6121 * config/sparc/sparc-protos.h (sparc_can_use_return_insn_p): Declare.
6122 * config/sparc/sparc.md (return): New expander.
6123
6124 * config/sparc/sparc.h (INITIAL_ELIMINATION_OFFSET): Minor tweak.
6125
6126 2004-09-27 Mark Mitchell <mark@codesourcery.com>
6127
6128 PR c++/17642
6129 * stor-layout.c (layout_decl): Use fold_convert, not convert.
6130 (bit_from_pos): Likewise.
6131 (byte_from_pos): Likewise.
6132 (pos_from_bit): Likewise.
6133 (normalize_offset): Likewise.
6134 (place_field): Likewise.
6135 (finalize_type_size): Likewise.
6136 (layout_type): Likewise.
6137 * tree.c (build_index_type): Likewise.
6138
6139 2004-09-27 Devang Patel <dpatel@apple.com>
6140
6141 * expr.c (expand_expr_real_1): Handle VEC_COND_EXPR.
6142 * genopinit.c (optabs): New entry for vcond_gen_code and
6143 vcondu_gen_code.
6144 * optabs.c (vcond_gen_code, vcondu_gen_code): New optabs.
6145 (get_rtx_code): New function.
6146 (vector_compare_rtx): New function.
6147 (init_optabs): Initialize vcond_gen_code and vcondu_gen_code.
6148 (expand_vec_cond_expr_p): New function.
6149 (expand_vec_cond_expr): New function.
6150 (get_vcond_icode): New function.
6151 * optabs.h (expand_vec_cond_expr, expand_vec_cond_expr_p): New externs.
6152 (vcond_gen_code, vcondu_gen_code): Same.
6153
6154 2004-09-27 Kelley Cook <kcook@gcc.gnu.org>
6155
6156 * Makefile.in (STAGESTUFF): Split into ...
6157 (STAGECOPYSTUFF, STAGEMOVESTUFF): ... these.
6158 (mostlyclean): Update.
6159 (stage1-start, stage2-start, stage3-start, stage4-start,
6160 stageprofile-start, stagefeedback-start): Copy the STAGECOPYSTUFF.
6161 Move the STAGEMOVESTUFF.
6162
6163 2004-09-27 Eric Botcazou <ebotcazou@libertysurf.fr>
6164
6165 * system.h (getpagesize): Return 'int' instead of 'long'.
6166
6167 2004-09-27 Michael Matz <matz@suse.de>
6168
6169 PR bootstrap/17698
6170 PR bootstrap/17702
6171 * bitmap.h (bmp_iter_single_init, bmp_iter_and_not_init,
6172 bmp_iter_and_init): Shift by bit_in_word.
6173
6174 2004-09-27 Kelley Cook <kcook@gcc.gnu.org>
6175
6176 * aclocal.m4: Quote m4_includes. Include ../config/gcc-lib-path.m4.
6177 * configure.ac: Don't sinclude it here.
6178 * configure: Regenerate.
6179
6180 2004-09-27 Dorit Naishlos <dorit@il.ibm.com>
6181
6182 * config/rs6000/rs6000.c (rs6000_legitimate_address, print_operand):
6183 Handle AND pattern
6184
6185 2004-09-27 Joseph S. Myers <jsm@polyomino.org.uk>
6186
6187 PR c/13804
6188 * c-typeck.c (build_component_ref): Name type involved in
6189 diagnostic for structure or union without a member of the given
6190 name.
6191
6192 2004-09-27 DJ Delorie <dj@redhat.com>
6193
6194 * config/stormy16/stormy16.c (xstormy16_asm_output_aligned_common):
6195 .comm alignment is bytes, not bits.
6196
6197 2004-09-27 Devang Patel <dpatel@apple.com>
6198
6199 * tree-pretty-print.c (dump_generic_node): Print VEC_COND_EXPR.
6200 (print_call_name): Do not print VEC_COND_EXPR.
6201
6202 2004-09-27 Devang Patel <dpatel@apple.com>
6203
6204 * tree-pretty-print.c (dump_generic_node): Print VEC_COND_EXPR.
6205
6206 2004-09-27 Jan Hubicka <jh@suse.cz>
6207
6208 * i386.c (athlon_cost, k8_cost): Set BRANCH_COST to 5.
6209
6210 2004-09-27 Kazu Hirata <kazu@cs.umass.edu>
6211
6212 * bitmap.h: Fix a comment typo.
6213
6214 2004-09-27 Aaron W. LaFramboise <aaronraolete36@aaronwl.com>
6215
6216 * libgcc2.c (getpagesize): Change type of return value to int.
6217
6218 2004-09-26 Matt Austern <austern@apple.com>
6219
6220 * ggc-page.c (GGC_QUIRE_SIZE): Bump up from 16 to 256 if we're
6221 using mmap.
6222
6223 2004-09-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6224
6225 * bitmap.h (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_COMPL_IN_BITMAP,
6226 EXECUTE_IF_AND_IN_BITMAP): Changed to iterator style.
6227 (bitmap_iterator): New type.
6228 (bmp_iter_common_next_1, bmp_iter_single_next_1, bmp_iter_single_init,
6229 bmp_iter_end_p, bmp_iter_single_next, bmp_iter_and_not_next_1,
6230 bmp_iter_and_not_init, bmp_iter_and_not_next, bmp_iter_and_next_1,
6231 bmp_iter_and_init, bmp_iter_and_next): New functions.
6232 * basic-block.h (EXECUTE_IF_SET_IN_REG_SET,
6233 EXECUTE_IF_AND_COMPL_IN_REG_SET, EXECUTE_IF_AND_IN_REG_SET): Changed to
6234 use iterator-style EXECUTE_IF_IN_BITMAP macros.
6235 * bitmap.c (bitmap_print): Ditto.
6236 * bt-load.c (clear_btr_from_live_range, add_btr_to_live_range,
6237 btr_def_live_range): Ditto.
6238 * cfganal.c (compute_dominance_frontiers_1) Ditto.
6239 * cgraphunit.c (convert_UIDs_in_bitmap, cgraph_characterize_statics):
6240 Ditto.
6241 * ddg.c (build_inter_loop_deps): Ditto.
6242 * df.c (FOR_EACH_BB_IN_BITMAP, df_bb_reg_info_compute, df_refs_update):
6243 Ditto.
6244 * except.c (remove_eh_handler): Ditto.
6245 * flow.c (reg_set_to_hard_reg_set): Ditto.
6246 * gcse.c (clear_modify_mem_tables): Ditto.
6247 * global.c (build_insn_chain): Ditto.
6248 * ifcvt.c (dead_or_predicable): Ditto.
6249 * loop-invariant.c (get_inv_cost, set_move_mark, move_invariant_reg):
6250 Ditto.
6251 * ra-build.c (livethrough_conflicts_bb, conflicts_between_webs): Ditto.
6252 * ra-rewrite.c (reloads_to_loads, rewrite_program2,
6253 detect_web_parts_to_rebuild, delete_useless_defs, actual_spill): Ditto.
6254 * tree-cfg.c (allocate_ssa_names, tree_duplicate_sese_region,
6255 tree_purge_all_dead_eh_edges): Ditto.
6256 * tree-into-ssa.c (compute_global_livein, insert_phi_nodes,
6257 insert_phi_nodes_for, debug_def_blocks_r, invalidate_name_tags,
6258 rewrite_ssa_into_ssa): Ditto.
6259 * tree-outof-ssa.c (find_replaceable_exprs): Ditto.
6260 * tree-sra.c (scan_function, decide_instantiations, scalarize_parms):
6261 Ditto.
6262 * tree-ssa-alias.c (init_alias_info, compute_points_to_and_addr_escape,
6263 compute_flow_sensitive_aliasing, maybe_create_global_var,
6264 dump_points_to_info_for): Ditto.
6265 * tree-ssa-dce.c (EXECUTE_IF_CONTROL_DEPENDENT): Ditto.
6266 * tree-ssa-dse.c (dse_finalize_block): Ditto.
6267 * tree-ssa-live.c (live_worklist, calculate_live_on_entry,
6268 calculate_live_on_exit, build_tree_conflict_graph, dump_live_info):
6269 Ditto.
6270 * tree-ssa-loop-ivopts.c (find_induction_variables,
6271 find_interesting_uses, add_old_ivs_candidates, alloc_use_cost_map,
6272 determine_use_iv_costs, determine_set_costs, find_best_candidate,
6273 set_cost_up_to, create_new_ivs, remove_unused_ivs, free_loop_data):
6274 Ditto.
6275 * tree-ssa-loop-manip.c (add_exit_phis_var, add_exit_phis): Ditto.
6276 * tree-ssa-operands.c (get_asm_expr_operands, add_call_clobber_ops,
6277 add_call_read_ops): Ditto.
6278 * tree-ssa-pre.c (bitmap_print_value_set, insert_aux): Ditto.
6279
6280 2004-09-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6281
6282 * pa.c (print_operand): Use non-trapping completers for UNLE, UNLT,
6283 UNGE, UNGT, UNEQ, UNORDERED and ORDERED comparisons.
6284
6285 2004-09-26 Ulrich Weigand <uweigand@de.ibm.com>
6286
6287 * builtins.c (expand_builtin_memcmp): Adjust MEM_SIZE to
6288 reflect size of memory regions being compared.
6289
6290 2004-09-26 Ulrich Weigand <uweigand@de.ibm.com>
6291
6292 * builtins.c (get_memory_rtx): Set mem attributes for non-ADDR_EXPR
6293 expressions. Always clear MEM_SIZE and alias set.
6294
6295 2004-09-26 Roger Sayle <roger@eyesopen.com>
6296 Giovanni Bajo <giovannibajo@gcc.gnu.org>
6297
6298 PR middle-end/17112
6299 * stor-layout.c (compute_record_mode): For records with a single
6300 field, only use the field's mode if its size matches what we'd
6301 have choosen for the record ourselves. This forces the use of
6302 BLKmode for packed records that don't completely fill a mode.
6303
6304 2004-09-26 Roger Sayle <roger@eyesopen.com>
6305
6306 PR middle-end/17151
6307 * combine.c (force_to_mode): Remove dubious early return test that
6308 inhibits further optimization.
6309
6310 2004-09-26 Kazu Hirata <kazu@cs.umass.edu>
6311
6312 * profile.c: Fix a comment typo.
6313
6314 2004-09-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6315
6316 PR bootstrap/17591
6317 * tree-ssa-loop-im.c (for_each_index): Call callback for component_refs
6318 with varying offset.
6319 * tree-ssa-loop-ivopts.c (abnormal_ssa_name_p): New function.
6320 (idx_contains_abnormal_ssa_name_p): Scan step and lower bound for
6321 ARRAY_REFS.
6322 (expr_invariant_in_loop_p): New function.
6323 (idx_find_step): Handle step and lower bound for ARRAY_REFs. Handle
6324 component_ref_field_offset for COMPONENT_REFs. Do not allow
6325 ALIGN_INDIRECT_REFs and MISALIGNED_INDIRECT_REFs.
6326 (add_address_candidates): Do not handle ALIGN_INDIRECT_REFs and
6327 MISALIGNED_INDIRECT_REFs.
6328 (idx_remove_ssa_names): Handle step and lower bound for ARRAY_REFs.
6329 (rewrite_address_base): Do not handle ALIGN_INDIRECT_REFs and
6330 MISALIGNED_INDIRECT_REFs.
6331
6332 2004-09-26 Joseph S. Myers <jsm@polyomino.org.uk>
6333
6334 PR c/11459
6335 * gcc.c (cpp_options, cc1_options): Preserve relative order of
6336 -std and -ansi options.
6337
6338 2004-09-26 Jan Hubicka <jh@suse.cz>
6339
6340 * dwarf2out.c (dwarf2out_finish): Set parent to comp_unit_die
6341 for nested functions whose proper parent has not been output.
6342
6343 * profile.c (compute_branch_probabilities): Use REG_BR_PROB notes
6344 when re-constructing profile previously invalidated by loop.
6345
6346 2004-09-25 Dale Johannesen <dalej@apple.com>
6347
6348 * tree-gimple.c: Move GIMPLE definition...
6349 * doc/tree-ssa.texi: here.
6350
6351 2004-09-25 Kazu Hirata <kazu@cs.umass.edu>
6352
6353 * tree-vectorizer.c: Fix a comment typo.
6354
6355 2004-09-25 Kazu Hirata <kazu@cs.umass.edu>
6356
6357 * c-typeck.c, defaults.h, dwarf.h, dwarf2out.c, fold-const.c,
6358 gthr-dce.h, gthr-posix.h, gthr-solaris.h, gthr-win32.h,
6359 lambda-code.c, lambda-mat.c, libgcc2.c, stmt.c,
6360 tree-ssa-pre.c, tree-vn.c, tree.h: Fix comment formatting.
6361
6362 2004-09-25 Kazu Hirata <kazu@cs.umass.edu>
6363
6364 * tree-ssa-loop-unswitch.c: Fix a comment typo.
6365
6366 2004-09-25 Kazu Hirata <kazu@cs.umass.edu>
6367
6368 * doc/passes.texi: Fix a typo.
6369
6370 2004-09-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6371
6372 * tree-optimize.c (init_tree_optimization_passes): Add
6373 pass_record_bounds.
6374 * tree-pass.h (pass_record_bounds): Declare.
6375 * tree-ssa-loop.c (tree_ssa_loop_bounds, pass_record_bounds):
6376 New pass.
6377
6378 2004-09-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6379
6380 PR tree-optimization/17474
6381 * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Determine
6382 offset of the field correctly when DECL_FIELD_BIT_OFFSET != 0.
6383
6384 2004-09-25 Jan Hubicka <jh@suse.cz>
6385
6386 * predict.c (counts_to_freqs): Make global.
6387 * predict.h (counts_to_freqa): Declare.
6388 * profile.c (compute_branch_probabilities): Compute frequencies
6389 * tree-profile.c (do_tree_profiling): Refine conditional on when
6390 tree profiling pass is needed.
6391
6392 * passes.c (rest_of_handle_cfg): Disable const/pure function
6393 detection when doing tree based profiling.
6394
6395 * tree-inline.c (expand_call_inline): Fix incorrectly reversed
6396 conditional.
6397
6398 2004-09-25 Richard Sandiford <rsandifo@redhat.com>
6399
6400 * config/mips/mips.h (struct mips_args): Clarify comments.
6401 * config/mips/mips.c (struct mips_arg_info): Likewise.
6402 (mips_arg_info): Don't allow fpr_p to affect the register or
6403 stack alignment. Remove o64 silliness.
6404 (function_arg): Deal with the o32 float,float case specially.
6405
6406 2004-09-25 Richard Sandiford <rsandifo@redhat.com>
6407
6408 * config/mips/mips.md (loadx, storex): Define for V2SF.
6409
6410 2004-09-25 Ulrich Weigand <uweigand@de.ibm.com>
6411
6412 * config/s390/s390-protos.h (s390_back_chain_rtx): Add prototype.
6413 * config/s390/s390.c (s390_back_chain_rtx): New function.
6414 * config/s390/s390.md ("allocate_stack"): Use s390_back_chain_rtx.
6415 Call anti_adjust_stack.
6416 ("restore_stack_block"): Use s390_back_chain_rtx. Enable pattern
6417 only if compiling with back chain.
6418 ("save_stack_nonlocal", "restore_stack_nonlocal"): Save/restore
6419 back chain only if back chain enabled. Use s390_back_chain_rtx.
6420
6421 2004-09-25 Joseph S. Myers <jsm@polyomino.org.uk>
6422
6423 * doc/trouble.texi: Remove obsolete information. Update
6424 information on how to regenerate fixincluded headers.
6425
6426 2004-09-25 Joseph S. Myers <jsm@polyomino.org.uk>
6427
6428 PR c/12951
6429 * doc/invoke.texi: Document that
6430 -Wno-error-implicit-function-declaration is not accepted.
6431
6432 2004-09-24 Richard Henderson <rth@redhat.com>
6433
6434 * config/alpha/alpha.h (UNITS_PER_SIMD_WORD): New.
6435 * config/alpha/alpha.c (alpha_vector_mode_supported_p): Don't depend
6436 on TARGET_MAX.
6437 (alpha_expand_mov): Allow unaligned vectors.
6438 (alpha_expand_unaligned_store): Use CONST0_RTX.
6439 (TARGET_VECTORIZE_MISALIGNED_MEM_OK): New.
6440
6441 2004-09-24 Jeff Law <law@redhat.com>
6442
6443 * tree-ssa-dom.c (dom_opt_finalize_block): Fix violation of strict
6444 aliasing rules.
6445 (simplify_cond_and_lookup_avail_expr): Likewise.
6446
6447 2004-09-24 Joseph S. Myers <jsm@polyomino.org.uk>
6448
6449 PR c/12802
6450 * doc/extend.texi (Unnamed Fields): Remove "." from end of long
6451 title. Document interaction with -fms-extensions.
6452 * doc/invoke.texi (-fms-extensions): Refer to Unnamed Fields
6453 section.
6454
6455 2004-09-24 Joseph S. Myers <jsm@polyomino.org.uk>
6456
6457 PR c/12713
6458 * doc/extend.texi: Document interaction of attribute noreturn and
6459 longjmp.
6460
6461 2004-09-24 Richard Henderson <rth@redhat.com>
6462
6463 PR rtl-opt/17503
6464 * regclass.c (subregs_of_mode): Turn into an htab. Make static.
6465 (som_hash, som_eq): New.
6466 (init_subregs_of_mode, record_subregs_of_mode): New.
6467 (cannot_change_mode_set_regs): Rewrite for htab implementation.
6468 (invalid_mode_change_p): Likewise.
6469 * combine.c (gen_lowpart_for_combine): Use record_subregs_of_mode.
6470 * flow.c (mark_used_regs): Likewise.
6471 (life_analysis): Use init_subregs_of_mode.
6472 * regs.h (subregs_of_mode): Remove.
6473 * rtl.h (init_subregs_of_mode, record_subregs_of_mode): Declare.
6474
6475 2004-09-24 Andrew Pinski <pinskia@physics.uc.edu>
6476
6477 * tree-ssa-phiopt.c (conditional_replacement): Use the correct
6478 type with the copy of the conditional.
6479
6480 2004-09-24 Andrew Pinski <pinskia@physics.uc.edu>
6481
6482 PR tree-opt/16954
6483 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
6484 Prevent renaming if the aliasing sets of the type which the
6485 pointer points to are different.
6486
6487 2004-09-24 Joseph S. Myers <jsm@polyomino.org.uk>
6488
6489 PR c/17188
6490 * c-decl.c (diagnose_mismatched_decls): Check for duplicate
6491 declarations of enumerators.
6492 (start_struct): Check TYPE_SIZE rather than TYPE_FIELDS to check
6493 for redefinition. Check for nested redefinition.
6494 (finish_struct): Don't check for nested redefinition.
6495 (start_enum): Check for nested redefinition.
6496
6497 2004-09-24 Devang Patel <dpatel@apple.com>
6498
6499 * tree-if-conv.c (tree_if_convert_cond_expr0: Create temp. variable
6500 only when necesssary.
6501 (combine_blocks): Combine loop header and exit block.
6502
6503 2004-09-24 Paolo Bonzini <bonzini@gnu.org>
6504
6505 * hooks.c (hook_tree_tree_bool_null): New.
6506 * hooks.h (hook_tree_tree_bool_null): Declare it.
6507 * target-def.c (TARGET_FOLD_BUILTIN): Point to it.
6508 * targhooks.c (default_fold_builtin): Remove.
6509 * targhooks.h (default_fold_builtin): Remove.
6510
6511 2004-09-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6512
6513 PR rtl-optimization/17625
6514 * loop-doloop.c (doloop_modify): Unshare rtl before emitting it.
6515
6516 2004-09-24 Andrew Pinski <pinskia@physics.uc.edu>
6517
6518 PR tree-opt/17624
6519 * tree-ssa-forwprop.c (record_single_argument_cond_exprs):
6520 Reject if any of the operands occur in an abnormal PHI.
6521
6522 2004-09-24 Andreas Schwab <schwab@suse.de>
6523
6524 * tree-ssa-dom.c (record_range): Fix violation of strict aliasing
6525 rules.
6526
6527 2004-09-24 Eric Botcazou <ebotcazou@libertysurf.fr>
6528
6529 * config.gcc (sparc64-*-solaris2*): Include sparc/sol2-gas.h
6530 if the GNU assembler is used.
6531 (sparc-*-solaris2*): Likewise.
6532 * dbxout.c (NO_DBX_BNSYM_ENSYM): Default to zero.
6533 (dbxout_function_end): Protect N_ENSYM with it.
6534 (dbxout_begin_prologue): Protect N_BNSYM with it.
6535 * doc/tm.texi (NO_DBX_BNSYM_ENSYM): Document it.
6536 * config/sparc/sol2.h (NO_DBX_BNSYM_ENSYM): Define to 1.
6537 * config/sparc/sol2-gas.h: New file.
6538
6539 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6540
6541 PR bootstrap/17369
6542 * Makefile.in (@set_gcc_lib_path@): Added.
6543
6544 * configure.ac: Include ../config/gcc-lib-path.m4. Use
6545 TL_AC_GNU_MAKE_GCC_LIB_PATH.
6546 * configure: Regenerated.
6547
6548 2004-09-24 Joseph S. Myers <jsm@polyomino.org.uk>
6549
6550 PR c/6980
6551 * c-typeck.c (build_c_cast): Improve wording of
6552 -Wbad-function-cast diagnostic.
6553
6554 2004-09-23 Hans-Peter Nilsson <hp@axis.com>
6555
6556 PR target/17626
6557 * config/cris/cris.md (moverside, movemside): Rename variable
6558 "reg" to "otherop". To generate canonical RTX, check that otherop
6559 isn't constant instead of checking that operand 1 is a register.
6560
6561 2004-09-23 Jakub Jelinek <jakub@redhat.com>
6562
6563 * tree-ssa-propagate.c (set_rhs): Fail if EXPR is COMPOUND_EXPR.
6564
6565 2004-09-23 Diego Novillo <dnovillo@redhat.com>
6566 Jakub Jelinek <jakub@redhat.com>
6567
6568 * tree-flow.h (find_new_referenced_vars): Add prototype.
6569 * tree-sra.c (find_new_referenced_vars_1, find_new_referenced_vars):
6570 Move to...
6571 * tree-dfa.c (find_new_referenced_vars_1, find_new_referenced_vars):
6572 ... here.
6573 (mark_new_vars_to_rename): Walk through all operands.
6574 * tree-ssa-ccp.c (convert_to_gimple_builtin): New function.
6575 (execute_fold_all_builtins): Use it.
6576 (pass_fold_builtins): Add TODO_rename_vars to todo_flags_finish.
6577
6578 2004-09-23 P.J. Darcy <darcypj@us.ibm.com>
6579
6580 * gthr-tpf.h: New file.
6581 * config.gcc (s390x-ibm-tpf*): Add thread_file='tpf'.
6582 * gthr.h: Use gthr-tpf.h on TPF OS.
6583
6584 2004-09-23 Jeff Law <law@redhat.com>
6585
6586 * tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE rather
6587 than SSA_NAME_EQUIV and SET_SSA_NAME_EQUIV.
6588 (substitute_and_fold): Likewise.
6589 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Remove everything
6590 except invariants from SSA_NAME_VALUE.
6591 (thread_across_edge): Use SSA_NAME_VALUE rather than SSA_NAME_EQUIV
6592 and SET_SSA_NAME_EQUIV.
6593 (restore_vars_to_original_value, record_const_or_copy): Likewise.
6594 (record_equivalences_from_phis, record_const_or_copy_1): Likewise.
6595 (record_equality, cprop_into_successor_phis): Likewise.
6596 (record_equivalences_from_stmt, cprop_operand): Likewise.
6597 (lookup_avail_expr): Likewise.
6598 * tree-ssa-pre.c (fini_pre): Remove everything except invariants
6599 from SSA_NAME_VALUE.
6600 * tree.h (SSA_NAME_EQUIV, SET_SSA_NAME_EQUIV): Kill.
6601 (struct tree_ssa_name): Kill EQUIV field. Remove GGC skip
6602 annotation from the VALUE_HANDLE field.
6603
6604 2004-09-21 Fariborz Jahanian <fjahanian@apple.com>
6605
6606 PR c++/13989
6607 PR c++/9844
6608 * tree.c (reconstruct_complex_type): Remove extra "this".
6609 * config/rs6000/rs6000.c (rs6000_handle_altivec_attribute):
6610 Add V4SFmode to case statement.
6611
6612 2004-09-23 Joseph S. Myers <jsm@polyomino.org.uk>
6613
6614 PR c/16833
6615 * doc/extend.texi, doc/invoke.texi: Document interaction of
6616 -fno-builtin with format checks. Note that built-in functions
6617 have effects beyond generating code that avoids calls to those
6618 functions.
6619
6620 2004-09-23 Frank Ch. Eigler <fche@redhat.com>
6621
6622 PR tree-optimization/17533
6623 * dominance.c (verify_dominators): Tolerate even more incorrect
6624 dominance data during error message printing.
6625 * tree-mudflap.c (mf_build_check_statement_for): Build basic blocks
6626 and edges more correctly.
6627
6628 2004-09-23 Dorit Naishlos <dorit@il.ibm.com>
6629
6630 * tree.def (ALIGN_INDIRECT_REF, MISALIGNED_INDIRECT_REF):
6631 New tree-codes.
6632 * tree.h (REF_ORIGINAL): Consider ALIGN_INDIRECT_REF and
6633 MISALIGNED_INDIRECT_REF.
6634 * alias.c (get_alias_set, nonoverlapping_memrefs_p): Likewise.
6635 * emit-rtl.c (mem_expr_equal_p, set_mem_attributes_minus_bitpos):
6636 Likewise.
6637 * expr.c (safe_from_p, expand_expr_real_1, rewrite_address_base)
6638 (find_interesting_uses_address): Likewise.
6639 * fold-const.c (non_lvalue, operand_equal_p): Likewise.
6640 (build_fold_addr_expr_with_type): Likewise.
6641 * gimplify.c (gimplify_addr_expr, gimplify_expr): Likewise.
6642 * print-rtl.c (print_mem_expr): Likewise.
6643 * tree-dump.c (dequeue_and_dump): Likewise.
6644 * tree-eh.c (tree_could_trap_p): Likewise.
6645 * tree-gimple.c (is_gimple_addressable, get_base_address): Likewise.
6646 * tree-pretty-print.c (op_prio, op_symbol, dump_generic_node): Likewise.
6647 * tree-ssa-alias.c (find_ptr_dereference, ptr_is_dereferenced_by):
6648 Likewise.
6649 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
6650 * tree-ssa-dom.c (record_equivalences_from_stmt): Likewise.
6651 * tree-ssa-loop-im.c (for_each_index, is_call_clobbered_ref): Likewise.
6652 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Likewise.
6653 (add_address_candidates, rewrite_address_base): Likewise.
6654 * tree-ssa-operands.c (get_expr_operands, get_indirect_ref_operands):
6655 Likewise.
6656 * tree.c (staticp, build1_stat): Likewise.
6657
6658 * tree.def (REALIGN_LOAD_EXPR, REALIGN_STORE_EXPR): New tree-codes.
6659 * tree-pretty-print.c (dump_generic_node): Consider REALIGN_LOAD_EXPR.
6660 * tree-ssa-operands.c (get_expr_operands): Likewise.
6661 * expr.c (expand_expr_real_1): Likewise.
6662
6663 * optabs.h (vec_realign_store_optab, vec_realign_load_optab): New
6664 optabs.
6665 (OTI_vec_realign_store, OTI_vec_realign_load): New optab_index values
6666 for the new optabs.
6667 (expand_ternary_op): New function.
6668 * genopinit.c (optabs): Handle the new optabs.
6669 * optabs.c (optab_for_tree_code): Add cases for the new tree-codes.
6670 (init_optabs): Initialize vec_realign_load_optab.
6671 (expand_ternary_op): New functions.
6672
6673 * target-def.h (TARGET_VECTORIZE): New member for struct gcc_target.
6674 (TARGET_VECTORIZE_MISALIGNED_MEM_OK): New member for targetm.vectorize.
6675 (TARGET_VECTORIZE_BUILTIN_MASK_FOR_LOAD): Likewise.
6676 (TARGET_VECTORIZE_BUILTIN_MASK_FOR_STORE): Likewise.
6677 * target.h (struct vectorize): New member for struct gcc_target.
6678 (misaligned_mem_ok): New member for targetm.vectorize.
6679 (builtin_mask_for_load): Likewise.
6680 (builtin_mask_for_store): Likewise.
6681 * targethooks.c (default_vect_misaligned_mem_ok): New function.
6682 * targethooks.h (default_vect_misaligned_mem_ok): New function.
6683
6684 * config/rs6000/altivec.md (build_vector_mask_for_load): New
6685 define_expand.
6686 (vec_realign_load_v4si, vec_realign_load_v4sf, vec_realign_load_v8hi)
6687 (vec_realign_load_v16qi): New define_insn.
6688 * config/rs6000/rs6000.h (ALTIVEC_BUILTIN_MASK_FOR_LOAD):
6689 (ALTIVEC_BUILTIN_MASK_FOR_STORE): New target builtins.
6690 * config/rs6000/rs6000.c (altivec_builtin_mask_for_load):
6691 (altivec_builtin_mask_for_store): New variables.
6692 (rs6000_builtin_mask_for_load): New function. Implements
6693 TARGET_VECTORIZE_BUILTIN_MASK_FOR_LOAD.
6694 (rs6000_builtin_mask_for_store): New function. Implements
6695 TARGET_VECTORIZE_BUILTIN_MASK_FOR_STORE.
6696 (rs6000_expand_builtin): Expand the target builtins
6697 builtin_mask_for_load and builtin_mask_for_store.
6698 (altivec_init_builtins): Initialize the new target builtins.
6699 * config/i386/i386.c (ix86_misaligned_mem_ok): New function.
6700 Implements the target hook TARGET_VECTORIZE_MISALIGNED_MEM_OK.
6701
6702 * tree-vectorizer.c (vect_create_data_ref): Renamed to
6703 vect_create_data_ref_ptr. Returns a pointer instead of an array-ref.
6704 (vect_create_addr_base_for_vector_ref): Additional argument (offset).
6705 (vectorizable_store): Call vect_create_data_ref_ptr with additional
6706 arguments, and create an indirect_ref with its return value data_ref.
6707 Check aligned_access_p.
6708 (vectorizable_load): Handle misaligned loads, using software-pipelined
6709 scheme with REALIGN_LOAD_EXPR and ALIGN_INDIRECT_REF if
6710 vec_realign_load_optab is supported, or using a scheme without
6711 software-pipelining with MISALIGNED_INDIRECT_REF if the target hook
6712 misaligned_mem_ok is supported.
6713
6714 (vect_finish_stmt_generation): Typo.
6715 (vect_enhance_data_refs_alignment): Rename loop_vinfo to loop_info.
6716 (vect_analyze_data_refs_alignment): Don't fail vectorization in the
6717 presence of misaligned loads.
6718 (vect_analyze_data_ref_access): Add check for constant init.
6719 (vect_get_symbl_and_dr): Remove duplicate line.
6720 * tree-vectorizer.h (DR_MISALIGNMENT): Add comment.
6721
6722 2004-09-23 Kazu Hirata <kazu@cs.umass.edu>
6723
6724 * builtins.c: Fix a comment typo.
6725
6726 2004-09-23 Jan Hubicka <jh@suse.cz>
6727
6728 * profile.c (branch_prob): Do not verify flow info in the middle of the
6729 pass.
6730
6731 2004-09-23 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6732
6733 * cfgloop.h (update_single_exits_after_duplication): Declare.
6734 (loopify, split_loop_bb): Declaration changed.
6735 * cfgloopmanip.c (split_loop_bb): Take void * as an argument instead
6736 of rtx.
6737 (loopify): Added redirect_all_edges argument.
6738 (update_single_exits_after_duplication): Export.
6739 * loop-unswitch.c (unswitch_loop): Changed due to loopify change.
6740 * tree-flow.h (tree_duplicate_loop_to_header_edge,
6741 tree_ssa_loop_version): Declare.
6742 * tree-ssa-loop-manip.c (copy_phi_node_args, rename_variables,
6743 set_phi_def_stmts, tree_duplicate_loop_to_header_edge,
6744 lv_adjust_loop_header_phi, lv_adjust_loop_entry_edge,
6745 lv_update_pending_stmts, tree_ssa_loop_version): New functions.
6746
6747 * tree-ssa-loop-unswitch.c: New file.
6748 * Makefile.in (tree-ssa-loop-unswitch.o): Add.
6749 * timevar.def (TV_TREE_LOOP_UNSWITCH): New timevar.
6750 * tree-flow.h (tree_ssa_unswitch_loops): Declare.
6751 * tree-optimize.c (init_tree_optimization_passes): Add pass_unswitch.
6752 * tree-pass.h (pass_unswitch): Declare.
6753 * tree-ssa-loop.c (tree_ssa_loop_unswitch,
6754 gate_tree_ssa_loop_unswitch, pass_unswitch): New pass.
6755 * doc/passes.texi: Documen tree level loop unswitching.
6756
6757 2004-09-23 Kazu Hirata <kazu@cs.umass.edu>
6758
6759 * cfgexpand.c, config/s390/tpf-eh.c: Fix comment typos.
6760
6761 2004-09-22 Eric Christopher <echristo@redhat.com>
6762
6763 * builtins.c (simplify_builtin_va_start): Remove.
6764 (simplify_builtin): Ditto.
6765 (fold_builtin_strchr): Ditto.
6766 (simplify_builtin_*): Rename remainders to fold_builtin_*.
6767 (expand_builtin): Fix up for above changes.
6768 (fold_builtin_1): Add new folders. Change for above.
6769 (expand_builtin_va_start): Call fold_builtin_next_arg.
6770 * gimplify.c (gimplify_call_expr): Fix calls to simplify_builtin.
6771 * tree.h: Remove prototype for simplify_builtin.
6772
6773 2004-09-23 Jan Hubicka <jh@suse.cz>
6774
6775 PR debug/17389
6776 * dwarf2out.c (dwarf2out_finish): Deal with nested functions
6777 of fully inlined functions.
6778 * tree-inline.c (inline_forbidden_p_1): Nested functions can be
6779 inlined.
6780
6781 * cfgexpand.c (add_reg_br_prob_note): New function.
6782 (expand_gimple_cond_expr): Use it.
6783 (tree_expand_cfg): No longer kill the profile.
6784 * cfgrt.c (rtl_verify_flow_info_1): Check profile consistency
6785 only if it is present.
6786 * passes.c (rest_of_handle_loop_optimize): Kill the profile.
6787 * predict.c (combine_predictions_for_insn): Set the probabilities
6788 based on REG_BR_PROB note if present.
6789 * predict.c (branch_prob): Profile is read only with
6790 flag_branch_probabilities.
6791
6792 2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
6793
6794 * aclocal.m4: Add in gettext's m4 includes.
6795 (AC_ICONV, AC_LCMESSAGES, GCC_PATH_PROG): Remove.
6796 * configure.ac: Add in check for iconv.h
6797 * configure: Regenerate.
6798
6799 2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
6800
6801 * aclocal.m4: Update for rename of gettext-sister.m4.
6802
6803 2004-09-22 Daniel Berlin <dberlin@dberlin.org>
6804
6805 Fix PR tree-optimization/17587
6806 * tree-ssa-pre.c (fini_pre): Commit edge inserts here.
6807 (insert_aux): Instead of here.
6808
6809 2004-09-22 Diego Novillo <dnovillo@redhat.com>
6810
6811 PR tree-optimization/16721
6812 * tree-dfa.c (dump_variable): Show TREE_THIS_VOLATILE.
6813 * tree-ssa-alias.c (create_memory_tag): Move setting of
6814 TREE_THIS_VOLATILE ...
6815 (get_tmt_for): ... here.
6816
6817 2004-09-22 Eric Botcazou <ebotcazou@libertysurf.fr>
6818
6819 * config/sparc/sparc.md (cmove splitter): Fix formatting.
6820 (conditional_trap expander): Reject inappropriate CCmodes.
6821 (conditional trap insn): Use V9 syntax if possible.
6822
6823 2004-09-22 Joseph S. Myers <jsm@polyomino.org.uk>
6824
6825 PR c/16566
6826 * c-typeck.c (build_component_ref): Don't special-case
6827 COMPOUND_EXPR.
6828
6829 2004-09-22 Frank Ch. Eigler <fche@redhat.com>
6830
6831 * dominance.c (verify_dominators): Don't SEGV if recount_dominator
6832 returns NULL.
6833
6834 2004-09-22 Kazu Hirata <kazu@cs.umass.edu>
6835
6836 * doc/c-tree.texi (TRUTH_NOT_EXPR, TRUTH_ANDIF_EXPR,
6837 TRUTH_ORIF_EXPR, TRUTH_AND_EXPR, TRUTH_OR_EXPR,
6838 TRUTH_XOR_EXPR): Mention the restriction on types.
6839
6840 2004-09-22 Matt Austern <austern@apple.com>
6841
6842 * config/darwin.c (darwin_make_decl_one_only):
6843 Allow coalesced symbol to appear in static archive's table of contents
6844
6845 2004-09-22 Kazu Hirata <kazu@cs.umass.edu>
6846
6847 PR tree-optimization/17512
6848 * convert.c (convert_to_integer): Don't handle TRUTH_*_EXPR as
6849 special cases.
6850
6851 2004-09-22 David Edelsohn <edelsohn@gnu.org>
6852
6853 * dbxout.c (get_lang_number): Do not define if
6854 DBX_OUTPUT_MAIN_SOURCE_DIRECTORY is defined.
6855
6856 2004-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6857
6858 PR target/15583
6859 * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Add
6860 builtin_define ("__USE_INIT_FINI__").
6861
6862 2004-09-22 P.J. Darcy <darcypj@us.ibm.com>
6863
6864 * config/s390/s390-protos.h (s390_emit_tpf_eh_return): Add prototype.
6865 * config/s390/s390.c (s390_emit_tpf_eh_return): New function.
6866 * config/s390/s390.h (TARGET_TPF): New macro.
6867 * config/s390/s390.md ("eh_return"): New expander.
6868 * config/s390/t-tpf (LIB2ADDEH): Use unwind-dw2-fde.c rather than
6869 unwind-dw2-fde-glibc.c. Add config/s390/tpf-eh.c.
6870 (LIB2ADDEHDEP): Remove unwind-dw2-fde.c.
6871 * config/s390/tpf.h (TARGET_TPF): Define to 1.
6872 (STACK_POINTER_OFFSET): Increase to 448.
6873 (TARGET_DEFAULT): Set -mtpf-trace on as default.
6874 (TPF_LOC_DIFF_OFFSET): New macro.
6875 (ASM_PREFERRED_EH_DATA_FORMAT): Redefine to always use absolute
6876 encoding.
6877 (__isPATrange): Add prototype.
6878 (MD_FALLBACK_FRAME_STATE_FOR): Define.
6879 * config/s390/tpf-eh.c: New file.
6880
6881 2004-09-22 Diego Novillo <dnovillo@redhat.com>
6882
6883 * fold-const.c (fold): Avoid non INTEGER_TYPEs when widening
6884 operands in an integer comparison.
6885 * tree-cfg.c (find_taken_edge): Call fold() to determine
6886 whether the predicate is known.
6887
6888 2004-09-22 Kelley Cook <kcook@gcc.gnu.org>
6889
6890 * aclocal.m4: Import AM_PROG_CC_C_O and AM_AUX_DIR_EXPAND.
6891 * configure.ac: Call AM_PROG_CC_C_O instead of AC_PROG_CC_C_O.
6892 Create build and doc directories along with the language directories.
6893 Don't create doc directory separately.
6894 * configure: Regenerate.
6895 * Makefile.in: Create all object and executables files built
6896 with the build compiler in a build/ directory.
6897 (genobjnames): Add missing build objects.
6898 (STAGESTUFF): Don't stage the gen* programs.
6899 (ggc-none.o): Define dependencies for the target compiler.
6900 (build-print-rtl.o): Rename to build/print-rtl.o.
6901 (build-errors.o): Rename to build/errors.o.
6902 (build-varray.o): Rename to build/varray.o.
6903 (maintainerclean): Delete the contents of the build directory.
6904 ($(genobjs): %.o): Explicitly use -o.
6905 (build/insn-conditions.o): Delete specfic rule to use generic rule.
6906 (build/gengtype-lex.o): Likewise.
6907 (build/gengtype-yacc.o): Likewise.
6908 (build/gcov-iov.o): Likewise.
6909
6910 2004-09-22 Nathan Sidwell <nathan@codesourcery.com>
6911
6912 * vec.h (VEC_space): Return true if there _is_ space.
6913 (VEC_reserve): Adjust.
6914
6915 2004-09-22 Richard Sandiford <rsandifo@redhat.com>
6916
6917 * config/mips/mips.c (mips_function_value): For o32, o64, n32 and n64,
6918 use FPRs for scalar, complex and vector types only.
6919
6920 2004-09-21 Jeff Law <law@redhat.com>
6921
6922 * tree-ssa-dom.c (opt_stats): Move so that it lives just after
6923 the opt_stats_d structure.
6924 (vrp_data): Change from a varray into a hash table.
6925 (vrp_hash_elt): New structure for elements in the vrp hash table.
6926 (vrp_hash, vrp_eq):New functions for hashing and testing equality
6927 in the vrp hash table.
6928 (tree_ssa_dominator_optimize): Initialize VRP_DATA. Reorganize
6929 initialization slightly to make it easier to read. No longer need
6930 to grow/clear the varray. Instead empty and delete the hash table.
6931 (dom_opt_finalize_block): Update due to change of VRP_DATA from
6932 a varray to a hash table.
6933 (simplify_cond_and_loop_avail_expr, record_range): Similarly.
6934
6935 * tree-ssa-ccp.c (get_default_value): If we have a constant
6936 value recorded for an SSA_NAME, then use that constant as
6937 the initial lattice value.
6938 (substitute_and_fold): Transfer equivalences discovered into
6939 SSA_NAME_EQUIV.
6940
6941 * tree.h (SSA_NAME_EQUIV): Add comments.
6942 (SET_SSA_NAME_EQUIV): Similarly.
6943
6944 2004-09-21 David Edelsohn <edelsohn@gnu.org>
6945
6946 * config/rs6000/linux64.h (PROCESSOR_DEFAULT64): Default to POWER4.
6947
6948 * config/rs6000/rs6000.c (rs6000_adjust_cost): dep_insn is used.
6949
6950 2004-09-21 Mark Mitchell <mark@codesourcery.com>
6951
6952 * c-decl.c (implicityl_declare): Call maybe_apply_renaming_pragma.
6953 (finish_decl): Likewise.
6954
6955 2004-09-21 Devang Patel <dpatel@apple.com>
6956
6957 * tree.def (VEC_COND_EXPR): New tree node.
6958 * tree-ssa-operands.c (get_expr_operands): Handle VEC_COND_EXPR.
6959
6960 2004-09-21 Stan Shebs <shebs@apple.com>
6961
6962 * config/rs6000/darwin-tramp.asm: Add __ppc64__ case.
6963 * config/rs6000/darwin-world.asm: Likewise.
6964
6965 2004-09-21 Daniel Berlin <dberlin@dberlin.org>
6966
6967 * tree-ssa.c (verify_def): Use print_generic_stmt,
6968 not debug_generic_stmt.
6969 (verify_use): Ditto.
6970 (verify_phi_args): Ditto.
6971 (verify_ssa): Ditto.
6972
6973 2004-09-21 Paul Brook <paul@codesourcery.com>
6974
6975 * varasm.c (default_assemble_integer): Return false for values wider
6976 than the target word size. Works around GAS bug.
6977
6978 2004-09-21 Zack Weinberg <zack@codesourcery.com>
6979
6980 * reg-notes.def (REG_DEP_TRUE): New entry, place first so it
6981 gets value 0.
6982 * print-rtl.c (print_rtx): Print the name of a REG_NOTE even
6983 if it has value 0.
6984
6985 2004-09-21 Daniel Berlin <dberlin@dberlin.org>
6986
6987 * c-typeck.c (build_function_call): Give name of object
6988 we are attempting to call in error message.
6989 * c-objc-common.c (c_tree_printer): Call pp_expression,
6990 not return false, for 'E' case.
6991
6992 2004-09-21 Steven Bosscher <stevenb@suse.de>
6993
6994 PR rtl-optimization/17482
6995 * postreload-gcse.c (reg_avail_info, oprs_unchanged_p,
6996 load_killed_in_block_p): Clarify comments.
6997 (record_last_reg_set_info): Make static inline.
6998 (mark_call, mark_set, mark_clobber, mark_oprs_set): Remove.
6999 (record_opr_changes): New function to replace the above.
7000 (compute_hash_table): Clarify comments. Use record_opr_changes.
7001 (reg_set_between_after_reload_p): Clean up.
7002 (reg_used_between_after_reload_p): Likewise.
7003 (eliminate_partially_redundant_load): Clarify comments.
7004
7005 2004-09-21 Eric Botcazou <ebotcazou@libertysurf.fr>
7006
7007 PR rtl-optimization/17266
7008 * regmove.c (optimize_reg_copy_3): Make a new SUBREG for each insn.
7009
7010 2004-09-21 Uros Bizjak <uros@kss-loka.si>
7011
7012 PR rtl-optimization/14851
7013 * rtlanal.c (commutative_operand_precedence): Calculate
7014 precedence of stripped constant.
7015
7016 2004-09-20 Jeff Law <law@redhat.com>
7017 Jan Hubicka <jh@suse.cz>
7018
7019 * tree-ssanames.c (make_ssa_name): No longer need to clear, then
7020 initialize key elements here.
7021 (release_ssa_name): Zero the released SSA_NAME here.
7022 * tree.h (SSA_NAME_EQUIV, SET_SSA_NAME_EQUIV): New macros.
7023 (struct tree_ssa_name): Add new "equiv" field.
7024 * tree-ssa-dom.c (const_and_copies): Kill the global varray.
7025 (tree_ssa_dominator_optimize): No longer allocate, resize or
7026 clear CONST_AND_COPIES.
7027 (get_value_for, set_value_for): Kill.
7028 (thread_across_edge): Get/set the equivalency using
7029 SSA_NAME_EQUIV and SET_SSA_NAME_EQUIV.
7030 (restore_vars_to_original_value): Likewise.
7031 (record_equivalences_from_phis): Likewise.
7032 (record_dominating_conditions): Likewise.
7033 (record_const_or_copy, record_equality): Likewise.
7034 (lookup_avail_expr): Likewise.
7035 (record_equivalences_from_stmt, cprop_operand): Likewise.
7036 (cprop_into_successor_phis): No longer need to pass around
7037 CONST_AND_COPIES. Callers updated. Get equivalences via
7038 SSA_NAME_EQUIV.
7039 (cprop_into_phis): Likewise.
7040
7041 2004-09-20 Matt Austern <austern@apple.com>
7042 Zack Weinberg <zack@codesourcery.com>
7043
7044 * c-common.c (fix_string_type): Build the unqualified array
7045 type unconditionally, then use c_build_qualified_type to get
7046 the proper const-qualified variant, and set its
7047 TYPE_MAIN_VARIANT to refer to the unqualified type.
7048 * c-lex.c (c_lex_return_raw_string): New global.
7049 (c_lex_with_flags): Honor it.
7050 * c-pragma.h: Declare it.
7051
7052 2004-09-20 Daniel Berlin <dberlin@dberlin.org>
7053
7054 * Makefile.in: Fix flags.h dependencies to be $(FLAGS_H).
7055
7056 2004-09-21 Jan Hubicka <jh@suse.cz>
7057
7058 PR middle-end/17126
7059 * tree-optimize.c (update_inlined_to_pointers): Fix the recursion.
7060 (tree_rest_of_compilation): Cleanup.
7061
7062 2004-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7063
7064 * config/s390/s390.c (s390_select_rtx_section): Remove.
7065 (TARGET_ASM_SELECT_RTX_SECTION): Do not redefine.
7066
7067 2004-09-20 Kaz Kojima <kkojima@gcc.gnu.org>
7068
7069 * config/sh/sh.c (sh_expand_prologue): Add a REG_FRAME_RELATED_EXPR
7070 note to pretend a direct save from the original register when an
7071 intermediate register is used for the save.
7072
7073 2004-09-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7074
7075 * tsystem.h (alloca): Provide a default definition.
7076
7077 Revert:
7078 2001-08-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7079 * unwind-dw2.c: Call __builtin_alloca, not alloca.
7080
7081 2004-09-20 Andrew Pinski <pinskia@physics.uc.edu>
7082
7083 PR tree-opt/17558
7084 * tree-ssa-copy.c (may_propagate_copy): Only allow if the
7085 aliasing sets are the same rather than just conflicting.
7086
7087 2004-09-20 Jan Hubicka <jh@suse.cz>
7088
7089 PR middle-end/16460
7090
7091 * cgraph.c (cgraph_unnest_node): New function.
7092 (c_finalize): Rename to ....
7093 (c_warn_unused_result_recursivly): ... this one; do only the warning
7094 (finish_function): Finalize the toplevel function; do not lower nested tree.
7095 * cgraph.h (cgraph_unnest_node): Declare.
7096 * cgraphunit.c (decide_is_function_needed): Do not use cgraph
7097 nestedness datastructure.
7098 * cse.c (cse_insn): Do not cprop nonlocal LABEL_REFs.
7099 * reload1.c (set_label_offsets): Fix call of set_label_offsets.
7100 * tree-nested.c (finlize_nesting_tree_1): Use un-nesting code.
7101
7102 2004-09-20 Richard Henderson <rth@redhat.com>
7103
7104 * config/alpha/alpha.c (some_small_symbolic_operand_int): Rename
7105 from some_small_symbolic_operand_1; export.
7106 (some_small_symbolic_operand): Remove.
7107 * config/alpha/alpha.md (some_small_symbolic_operand splitter): Remove
7108 extra C check.
7109 * config/alpha/predicates.md (some_small_symbolic_operand): New.
7110
7111 2004-09-20 Jan Hubicka <jh@suse.cz>
7112
7113 * predict.c (return_prediction): New function.
7114 (apply_return_prediction): Likewise.
7115 (tree_bb_level_predictions): Likewise.
7116 (tree_estimate_probability): Add noreturn exit edges; call
7117 bb_level_predictions; fix logic of return heuristics.
7118 (predict_paths_leading_to): Rescuesce from old CVS version of
7119 process_note_prediction function.
7120 * predict.def (PRED_TREE_EARLY_RETURN): New predictor.
7121
7122 2004-09-20 Andreas Krebbel <krebbel1@de.ibm.com>
7123
7124 * config/s390/s390.c (s390_frame_info): Added alignment statement for
7125 floating point register area on stack.
7126
7127 2004-09-20 Jakub Jelinek <jakub@redhat.com>
7128
7129 * predict.c (expr_expected_value): Use *_CLASS_P macros.
7130
7131 2004-09-20 Daniel Berlin <dberlin@dberlin.org>
7132
7133 * tree-ssa-pre.c (compute_antic_aux): Use malloc'd worklist, to avoid
7134 generating useless garbage.
7135
7136 2004-09-20 Paolo Bonzini <bonzini@gnu.org>
7137
7138 * builtins.c (fold_builtin): Call the new omonymous
7139 target hook for machine-dependent built-ins.
7140 * target-def.h (TARGET_FOLD_BUILTIN): New.
7141 * target.h (struct gcc_target): Add the fold_builtin hook.
7142 * targhooks.c (default_fold_builtin): New.
7143 * targhooks.h (default_fold_builtin): Declare it.
7144
7145 2004-09-20 Kazu Hirata <kazu@cs.umass.edu>
7146
7147 * cfg.c, tree-ssa-threadupdate.c, tree-vectorizer.c: Fix
7148 comment typos.
7149
7150 2004-09-20 Richard Sandiford <rsandifo@redhat.com>
7151
7152 PR target/17565
7153 * config/mips/mips.md (define_asm_attributes): Set can_delay to no.
7154
7155 2004-09-20 Jan Hubicka <jh@suse.cz>
7156
7157 * predict.c (estimate_probability): Remove unnecesary code.
7158
7159 2004-09-19 Ira Rosen <irar@il.ibm.com>
7160
7161 * tree-vectorizer.h (stmt_vec_info): Add vect_dr_base field.
7162 (STMT_VINFO_VECT_DR_BASE): Declare.
7163 (VECT_SMODULO): Declare.
7164 * tree-vectorizer.c (vect_compute_array_ref_alignment): New function.
7165 (vect_compute_array_base_alignment): New function.
7166 (vect_analyze_data_ref_access): Check array indices. Remove one
7167 dimensional arrays restriction.
7168 (vect_get_ptr_offset): New function.
7169 (vect_get_symbl_and_dr): New function.
7170 (vect_get_base_and_bit_offset): Support additional data refs. Renamed
7171 (former name vect_get_base_decl_and_bit_offset).
7172 (vect_create_index_for_array_ref): Removed.
7173 (vect_create_index_for_vector_ref): New function.
7174 (vect_create_addr_base_for_vector_ref): New function.
7175 (vect_create_data_ref): Handle additional data refs. Call
7176 vect_create_index_for_vector_ref and vect_create_addr_base_for_vector_ref.
7177 (vect_compute_data_ref_alignment): Support the changes. Call
7178 vect_get_base_and_bit_offset.
7179 (vect_analyze_data_refs): Call vect_get_symbl_and_dr. Support additional
7180 data refs. Store vect_dr_base.
7181 (vect_analyze_data_ref_accesses): Support nonconstant init.
7182 (new_stmt_vec_info): Initialize vect_dr_base field.
7183 (vect_is_simple_iv_evolution): Call initial_condition_in_loop_num.
7184 (get_vectype_for_scalar_type): Check for BLKmode.
7185 * tree-chrec.h (initial_condition_in_loop_num): Declare.
7186 * tree-chrec.c (initial_condition_in_loop_num): New function.
7187 (chrec_component_in_loop_num): New function.
7188 (evolution_part_in_loop_num): Call chrec_component_in_loop_num.
7189 * tree-data-ref.c (analyze_array_indexes): Change parameter (access_fns)
7190 to be pointer to varray_type.
7191
7192 2004-09-19 Jan Hubicka <jh@suse.cz>
7193
7194 * basic-block.h (update_bb_profile_after_threading): Declare.
7195 * cfg.c (update_bb_profile_after_threading): Break out from ...
7196 * cfgcleanup.c (try_forward_edges): ... here; use it.
7197 * tree-ssa-dom.c (thread_across_edge): Use it.
7198 * tree-ssa-threadupdate.c (create_block_for_threading): Zero out
7199 profile of the new BB.
7200
7201 2004-09-19 Daniel Berlin <dberlin@dberlin.org>
7202
7203 * tree-ssa-pre.c (insert_into_set): Don't put
7204 is_gimple_min_invariant values into the set.
7205
7206 2004-09-19 Andreas Jaeger <aj@suse.de>
7207
7208 * tree-ssa-dom.c (restore_nonzero_vars_to_original_value): Fix
7209 prototype.
7210
7211 2004-09-18 Kazu Hirata <kazu@cs.umass.edu>
7212
7213 * config/cris/cris.h: Preserve the original spelling in a
7214 quote.
7215
7216 2004-09-18 Jeff Law <law@redhat.com>
7217
7218 * tree-ssa-dom.c (nonzero_vars_stack, vrp_variables_stack): New
7219 global varrays to replace the block local varrays.
7220 (struct dom_walk_block_data): Remove, no longer used.
7221 (get_eq_expr_value): No longer need to pass around pointers to local
7222 varrays. Callers updated. Unused markers added to unused parameters.
7223 (record_range, record_equivalences_from_stmt): Likewise.
7224 (record_equivalences_from_incoming_edge): Likewise.
7225 (record_var_is_nonzero): Likewise. Update now that we have a
7226 single global varray of SSA_NAMEs that need restoring.
7227 (dom_opt_initialize_block_local_data): Kill, no longer used.
7228 (tree_ssa_dominator_optimize): Initialize new global varrays.
7229 Update callbacks in dominator walker structure.
7230 (dom_opt_initialize_block): Add markers to NONZERO_VAR_STACK and
7231 VRP_VARIABLES_STACK.
7232 (restore_nonzero_vars_to_original_value): Update now that we have
7233 a single global varray of SSA_NAMEs that need restoring.
7234 (dom_opt_finalize_block): Similarly for VRP_VARIABLES_STACK.
7235 Remove unused variables.
7236 (optimize_stmt): Remove unused variable.
7237
7238 2004-09-18 Jan Hubicka <jh@suse.cz>
7239
7240 * tree-cfg.c (thread_jumps): Fix updating of the profile.
7241
7242 * tree-optimize.c (tree_rest_of_compilation): Kill forgotten
7243 verify_cgraph call.
7244
7245 2004-09-18 Kazu Hirata <kazu@cs.umass.edu>
7246
7247 * alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk.h, gcc.c,
7248 gcse.c, global.c, lambda-code.c, loop.c, mips-tdump.c,
7249 optabs.h, predict.c, reg-stack.c, regclass.c, sched-rgn.c,
7250 tree-optimize.c, tree-ssa-dom.c, tree-ssa-forwprop.c,
7251 tree-ssa-operands.c, tree-ssa-phiopt.c,
7252 tree-ssa-threadupdate.c: Fix comment typos.
7253
7254 2004-09-18 Kazu Hirata <kazu@cs.umass.edu>
7255
7256 * config/darwin-c.c, config/arc/arc.c, config/arc/arc.md,
7257 config/arm/README-interworking, config/arm/arm-cores.def,
7258 config/arm/arm.c, config/arm/arm.h, config/arm/pe.c,
7259 config/arm/vfp.md, config/c4x/c4x.c, config/c4x/c4x.h,
7260 config/cris/cris.c, config/cris/cris.h, config/fr30/fr30.c,
7261 config/fr30/fr30.h, config/fr30/fr30.md, config/frv/frv.c,
7262 config/frv/frv.md, config/i386/winnt.c,
7263 config/ia64/unwind-ia64.c, config/iq2000/iq2000.c,
7264 config/iq2000/iq2000.h, config/m68hc11/m68hc11.c,
7265 config/m68hc11/m68hc11.md, config/m68k/m68k.c,
7266 config/mcore/mcore.c, config/mips/mips.h,
7267 config/mn10300/mn10300.md, config/pa/pa.c,
7268 config/pa/pa64-regs.h, config/pdp11/pdp11.c,
7269 config/rs6000/rs6000.c, config/sh/symbian.c,
7270 config/sparc/sparc.h: Fix comment typos. Follow spelling
7271 conventions.
7272
7273 2004-09-18 Joseph S. Myers <jsm@polyomino.org.uk>
7274
7275 PR c/17424
7276 * c-typeck.c (c_expr_sizeof_expr): Check for error_mark_node.
7277
7278 2004-09-18 Diego Novillo <dnovillo@redhat.com>
7279
7280 * tree-ssa-alias.c (setup_pointers_and_addressables): Don't
7281 remove TREE_ADDRESSABLE from RESULT_DECL.
7282
7283 2004-09-18 Diego Novillo <dnovillo@redhat.com>
7284
7285 * tree-ssa-alias.c (dump_alias_info): Ignore NULL SSA_NAMEs.
7286
7287 2004-09-18 Jan Hubicka <jh@suse.cz>
7288
7289 * tree-into-ssa.c (rewrite_ssa_into_ssa): Expect ssa_name to return
7290 NULL.
7291 * tree-ssa-alias.c (init_alias_info): Likewise.
7292 * tree-ssa.c (verify_flow_sensitive_alias_info): Likewise.
7293 (verify_ssa): Likewise.
7294 * tree-ssanames.c (make_ssa_name): Clear out ssa_names arrays.
7295
7296 2004-09-18 Jan Hubicka <jh@suse.cz>
7297
7298 * i386.c (legitimize_pic_address): Fix splitting of PLUS with
7299 huge offset.
7300
7301 2004-09-18 Kaz Kojima <kkojima@gcc.gnu.org>
7302
7303 * config/sh/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): Remove.
7304 * config/sh/sh.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
7305 DW_EH_PE_sdata* for data.
7306 (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
7307
7308 2004-09-17 Geoffrey Keating <geoffk@apple.com>
7309
7310 * tree-inline.c (copy_tree_r): Don't duplicate constants, they're
7311 shared anyway.
7312
7313 PR pch/13361
7314 * c-typeck.c (constructor_asmspec): Delete.
7315 (struct initializer_stack): Delete field 'asmspec'.
7316 (start_init): Delete saving of asmspec.
7317 (finish_init): Don't update constructor_asmspec.
7318 * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
7319 * stmt.c (expand_asm): Duplicate strings from tree.
7320 (expand_asm_operands): Likewise.
7321 * tree.c (tree_size): Update computation of size of STRING_CST.
7322 (make_node): Don't make STRING_CST nodes.
7323 (build_string): Allocate string with tree node.
7324 (tree_code_size): Clean up assertions, don't allow requests
7325 for "the size of a STRING_CST".
7326 * tree.def (STRING_CST): Update comment.
7327 * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
7328 (tree_string): Place contents of string in tree node.
7329 * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
7330 from tree.
7331
7332 2004-09-17 Zack Weinberg <zack@codesourcery.com>
7333
7334 * Makefile.in (c-parse.o): Depend on $(C_PRAGMA_H).
7335 * objc/Make-lang.in (objc/objc-parse.o): Likewise.
7336
7337 2004-09-17 Jones Desougi <jones@ingate.com>
7338
7339 * configure.ac: Replace AC_COMPILE_CHECK_SIZEOF with AC_CHECK_SIZEOF.
7340 * configure, config.in: Regenerate.
7341
7342 2004-09-17 Zack Weinberg <zack@codesourcery.com>
7343
7344 * tree.c, tree.h (tree_class_strings): Make array const.
7345 Reindent per coding convention. Move asterisk to proper place
7346 per coding convention.
7347
7348 2004-09-18 Andreas Schwab <schwab@suse.de>
7349
7350 * Makefile.in (gimple-low.o): Depend on $(EXPR_H).
7351 (tree-vectorizer.o): Likewise.
7352 (targhooks.o): Likewise.
7353
7354 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com>
7355 Zack Weinberg <zack@codesourcery.com>
7356
7357 * alias.c (find_base_decl): Remove unreachable case '3' block.
7358 * expr.c (safe_from_p): Abort if passed a type.
7359 * tree-gimple.c (recalculate_side_effects): Abort if passed
7360 anything other than an expression.
7361 * tree-ssa-pre.c (phi_translate): Return expr immediately if
7362 is_gimple_min_invariant is true for it. Reorder cases for clarity.
7363 Abort on un-handled tree classes.
7364 (valid_in_set): Likewise.
7365 * tree.c (tree_code_class_strings): New static data.
7366
7367 * tree.h (enum tree_code_class): New.
7368 (tree_code_class_strings): Declare.
7369 (TREE_CODE_CLASS_STRING, EXCEPTIONAL_CLASS_P, CONSTANT_CLASS_P)
7370 (REFERENCE_CLASS_P, COMPARISON_CLASS_P, UNARY_CLASS_P, BINARY_CLASS_P)
7371 (STATEMENT_CLASS_P, EXPRESSION_CLASS_P, IS_TYPE_OR_DECL_P): New macros.
7372 (TYPE_P, DECL_P, IS_NON_TYPE_CODE_CLASS, IS_EXPR_CODE_CLASS)
7373 (checking macros, EXPR_LOCATION, SET_EXPR_LOCATION, EXPR_LOCUS): Update.
7374
7375 * tree.def, c-common.def, objc/objc-tree.def: Use
7376 tree_code_class enumeration constants instead of code letters.
7377
7378 * alias.c, builtins.c, c-common.c, c-format.c, c-lang.c, c-pragma.c
7379 * c-typeck.c, cgraphunit.c, convert.c, dbxout.c, dwarf2out.c
7380 * emit-rtl.c expr.c, fold-const.c, gimplify.c, lambda-code.c
7381 * langhooks.c, langhooks.h, predict.c, print-tree.c, reload1.c, stmt.c
7382 * tree-browser.c, tree-cfg.c, tree-chrec.c, tree-complex.c, tree-dfa.c
7383 * tree-dump.c, tree-eh.c, tree-gimple.c, tree-inline.c, tree-nested.c
7384 * tree-outof-ssa.c, tree-pretty-print.c, tree-sra.c, tree-ssa-ccp.c
7385 * tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-forwprop.c, tree-ssa-live.c
7386 * tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-operands.c
7387 * tree-ssa-phiopt.c, tree-ssa-pre.c, tree-ssa-propagate.c
7388 * tree-ssa.c, tree-ssanames.c, tree-tailcall.c, tree.c, varasm.c
7389 * config/sol2-c.c, config/arm/arm.c, config/i386/winnt.c
7390 * config/pa/pa.c, config/pa/pa.h, config/sh/sh.c, objc/objc-lang.c
7391 Update to match.
7392
7393 * LANGUAGES: Add note about change.
7394
7395 2004-09-17 Diego Novillo <dnovillo@redhat.com>
7396
7397 PR tree-optimization/17319
7398 * tree-ssa-alias.c (compute_points_to_and_addr_escape): Also
7399 examine pointers on the LHS of an assignment.
7400 (collect_points_to_info_r): Handle RETURN_EXPR.
7401
7402 2004-09-17 Jeff Law <law@redhat.com>
7403
7404 * tree-ssa-dom.c (const_and_copies_stack): New.
7405 (dom_walk_block_data): Remove const_and_copies field.
7406 (record_const_or_copy): No longer need to pass in varray_type *.
7407 Use CONST_AND_COPIES_STACK rather than passed in block local stack.
7408 Callers updated.
7409 (record_equality): Similarly.
7410 (restore_vars_to_original_value): Similarly. Revamp to use new
7411 single global stack rather than per-block stacks.
7412 (tree_ssa_dominator_optimize): Initialize the CONST_AND_COPIES_STACK.
7413 (thread_across_edge): Remove now unused parameters.
7414 (dom_opt_initialize_block_local_data): No longer test the block
7415 local CONST_AND_COPIES.
7416 (dom_opt_initialize_block): Push a marker on CONST_AND_COPIES_STACK.
7417
7418 2004-09-17 Jan Hubicka <jh@suse.cz>
7419
7420 PR tree-optimization/17509
7421 * tree-optimize.c (update_inlined_to_pointers): New function.
7422 (tree_rest_of_compilation): Use it.
7423
7424 2004-09-17 Devang Patel <dpatel@apple.com>
7425
7426 * dbxout.c (get_lang_number): New.
7427 (dbxout_init): Include lang number in N_SO stab.
7428 * dbxout.h (N_SO_AS, N_SO_C, N_SO_ANSI_C, N_SO_CC, N_SO_FORTRAN,
7429 N_SO_PASCAL, N_SO_FORTRAN90, N_SO_OBJC, N_SO_OBJCPLUS): New #define.
7430
7431 2004-09-17 Diego Novillo <dnovillo@redhat.com>
7432
7433 PR tree-optimization/17273
7434 * tree-ssa.c (replace_immediate_uses): Call fold_stmt if the
7435 replacement is a constant.
7436
7437 2004-09-17 Joseph S. Myers <jsm@polyomino.org.uk>
7438
7439 * c-tree.h (enum c_typespec_keyword): New.
7440 (struct c_declspecs): Adjust description of "type". Remove
7441 specbits, explicit_int_p and explicit_char_p. Rename
7442 typedef_signed_p to explicit_signed_p. Add default_int_p, long_p,
7443 short_p, signed_p, unsigned_p and complex_p.
7444 (finish_declspecs): New.
7445 * c-parse.in (datadef, datadecl, setspecs, decl, component_decl,
7446 typename): Call finish_declspecs.
7447 * c-decl.c (finish_declspecs): New.
7448 (declspecs_add_type): Check for combinations which cannot occur in
7449 valid specifier lists. Update comments.
7450 (shadow_tag_warned): Remove checks done in finish_declspecs.
7451 Don't report useless type name if type defaulted to int.
7452 (grokdeclarator): Remove checks and actions done in
7453 finish_declspecs. Don't allow for type being NULL. Update for
7454 datastructures changes. Initialize decl_attr.
7455 (build_null_declspecs, quals_from_declspecs): Update for
7456 datastructures changes.
7457
7458 2004-09-17 Sylvain Pion <Sylvain.Pion@sophia.inria.fr>
7459
7460 * doc/extend.texi: Fix duplicated word.
7461
7462 2004-09-17 Toon Moene <toon@moene.indiv.nluug.nl>
7463
7464 * doc/invoke.texi: Remove stray explanation on
7465 -freduce-all-givs and -fmove-all-movables.
7466
7467 2004-09-17 James Morrison <phython@gcc.gnu.org>
7468
7469 * doc/cfg.texi: Use @smallexample.
7470 * doc/md.texi: Likewise.
7471 * doc/tree-ssa.texi: Likewise.
7472 * doc/extend.texi: Likewise. Use @r{} in comments.
7473 * doc/trouble.texi: Use @r{} in comments.
7474
7475 2004-09-17 Hans-Peter Nilsson <hp@bitrange.com>
7476
7477 * configure.ac (gcc_cv_gld_version): Handle whitespace before
7478 "VERSION=".
7479 * aclocal.m4 (_gcc_COMPUTE_GAS_VERSION): Ditto.
7480 * configure: Regenerate.
7481
7482 2004-09-17 J"orn Rennecke <joern.rennecke@superh.com>
7483
7484 * sh.c (sh_gimplify_va_arg_expr): Don't call pass_by_reference.
7485 (sh_pass_by_reference): Work around std_gimplify_va_arg_expr bug.
7486 * t-sh (MULTILIB_CPUS): s/ML_m/ML_sh/g .
7487 * t-sh64 (MULTILIB_CPU_DIRS): Likewise. Match dashes and trailing
7488 slashes in substitutions.
7489 (MULTILIB_DIRNAMES): Remove defunct removal of /media32.
7490
7491 2004-09-17 Kazu Hirata <kazu@cs.umass.edu>
7492
7493 * basic-block.h, c-decl.c, c-parse.in, cgraphunit.c, ddg.c,
7494 gimplify.c, lambda-code.c, optabs.c, predict.c,
7495 tree-scalar-evolution.c, tree-sra.c, tree-ssa-loop-ch.c,
7496 tree-ssa.c, vec.h: Fix comment typos. Follow spelling
7497 conventions.
7498
7499 2004-09-17 Kazu Hirata <kazu@cs.umass.edu>
7500
7501 * doc/compat.texi, doc/cpp.texi, doc/cppopts.texi,
7502 doc/extend.texi, doc/install.texi, doc/invoke.texi,
7503 doc/sourcebuild.texi, doc/tm.texi, doc/tree-ssa.texi,
7504 doc/trouble.texi: Use @option around options.
7505
7506 2004-09-17 Richard Sandiford <rsandifo@redhat.com>
7507
7508 * Makefile.in (gen-protos.o): Depend on errors.h.
7509
7510 2004-09-17 Steven Bosscher <stevenb@suse.de>
7511
7512 PR tree-optimization/17513
7513 * cfgexpand.c (construct_init_block): Clear EDGE_EXECUTABLE
7514 for successors of the entry block.
7515
7516 2004-09-17 Uros Bizjak <uros@kss-loka.si>
7517
7518 PR rtl-optimization/15187
7519 * ifcvt.c (noce_try_cmove_arith): Exit early if total
7520 insn_rtx_cost of both branches > BRANCH_COST
7521
7522 2004-09-16 Diego Novillo <dnovillo@redhat.com>
7523
7524 PR tree-optimization/17528
7525 * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Do not
7526 erase the may-alias set for a tag when merging it with
7527 another.
7528
7529 2004-09-16 Kaz Kojima <kkojima@gcc.gnu.org>
7530
7531 * config/sh/sh.md (call): Extend 32-bit addresses to DImode
7532 for 32-bit TARGET_SHMEDIA.
7533 (call_value): Likewise.
7534
7535 2004-09-16 Diego Novillo <dnovillo@redhat.com>
7536
7537 * tree-ssa-operands.c (add_call_clobber_ops): Make read-only
7538 test apply only to TREE_STATIC and DECL_EXTERNAL.
7539
7540 2004-09-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7541
7542 * Makefile.in (tree-cfg.o): Add CFGLAYOUT_H dependency.
7543 * basic-block.h (get_dominated_by_region): Declare.
7544 * dominance.c (get_dominated_by_region): New function.
7545 * tree-cfg.c: Include cfglayout.h.
7546 (tree_duplicate_bb): Duplicate also phi nodes.
7547 (struct ssa_name_map_entry): New type.
7548 (add_phi_args_after_copy_bb, add_phi_args_after_copy,
7549 ssa_name_map_entry_hash, ssa_name_map_entry_eq,
7550 allocate_ssa_names, rewrite_to_new_ssa_names_def,
7551 rewrite_to_new_ssa_names_use, rewrite_to_new_ssa_names_bb,
7552 rewrite_to_new_ssa_names, tree_duplicate_sese_region): New functions.
7553 * tree-flow.h (tree_duplicate_sese_region, add_phi_args_after_copy_bb,
7554 add_phi_args_after_copy, rewrite_to_new_ssa_names_bb,
7555 rewrite_to_new_ssa_names, allocate_ssa_names,
7556 rewrite_into_loop_closed_ssa, verify_loop_closed_ssa): Declare.
7557 * tree-ssa-loop-ch.c (duplicate_blocks): Removed.
7558 (copy_loop_headers): Use tree_duplicate_sese_region.
7559
7560 2004-09-16 Frank Ch. Eigler <fche@redhat.com>
7561
7562 * profile.c (branch_prob): Restore support for USE_MAPPED_LOCATION.
7563
7564 2004-09-16 Jeff Law <law@redhat.com>
7565
7566 * tree-into-ssa.c (block_defs_stack): New toplevel varray.
7567 (rewrite_block_data): Remove, no longer used.
7568 (rewrite_initialize_block_local_data): Remove, no longer used.
7569 (rewrite_initialize_block): Mark parameters as unused as needed.
7570 Change references to the block local block_defs to be block_defs_stack.
7571 Push a marker onto the block_defs_stack.
7572 (ssa_rewrite_initialize_block): Similarly.
7573 (rewrite_stmt, ssa_rewrite_stmt): Similarly.
7574 (ssa_register_new_def): No longer needs varray argument. Use
7575 block_defs_stack instead. No longer handle possibly null block_defs
7576 varray. Reverse order of items we push on the stack to make it
7577 easier to identify our marker.
7578 (register_new_def): No longer handle possibly null block_defs
7579 varray.
7580 (rewrite_finalize_block): Revamp to look for markers in the global
7581 block_defs_stack varray rather than wiping a block local varray.
7582 Mark arguments as unused as needed.
7583 (ssa_rewrite_finalize_block): Similarly.
7584 (rewrite_into_ssa): Update initialization of dom walker structure
7585 to reflect that we don't need block local data anymore. Initialize
7586 the block_defs_stack varray.
7587 (rewrite_ssa_into_ssa): Similarly.
7588 * tree-ssa-dom.c (block_defs_stack): New toplevel varray.
7589 (struct dom_walk_data): Kill block_defs field.
7590 (tree_ssa_dominator_optimize): Initialize block_defs_stack.
7591 (thread_across_edge): Use the global block_defs_stack instead of
7592 the old block_defs varray.
7593 (dom_opt_initialize_block_local_data): Update now that we don't have
7594 block_defs field to check anymore.
7595 (dom_opt_initialize_block): Push a marker onto block_defs_stack.
7596 (restore_currdefs_to_original_value): Use the new block_defs_stack
7597 instead of a block local varray.
7598 (dom_opt_finalize_block): Similarly.
7599 (record_equivalencs_from_phis): Similarly.
7600 (optimize_stmt, register_definitions_for_stmt): Similarly.
7601
7602 2004-09-16 Andrew MacLeod <amacleod@redhat.com>
7603
7604 PR tree-optimization/17517
7605 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
7606 coalesce same-root variables without checking for abnormal PHI usage.
7607
7608 2004-09-16 Daniel Berlin <dberlin@dberlin.org>
7609
7610 * cfgloop.h (duplicate_loop): Add prototype.
7611 * cfgloopmanip.c (duplicate_loop): Make non-static.
7612 * lambda-code.c (perfect_nestify): Factor out test whether
7613 we can handle this loop into separate function.
7614 Call it.
7615 (can_convert_to_perfect_nest): New function.
7616 (replace_uses_of_x_with_y): Add modify_stmt call.
7617 * tree-loop-linear.c (linear_transform_loops): Call
7618 rewrite_into_loop_closed_ssa and free_df.
7619
7620 2004-09-16 Daniel Berlin <dberlin@dberlin.org>
7621
7622 * lambda-code.c (invariant_in_loop): is_gimple_min_invariant is
7623 loop invariant as well.
7624 (perfect_nestify): new function.
7625 (gcc_loop_to_lambda_loop): New parameters to track lower bounds,
7626 upper bounds, and steps.
7627 Set outerinductionvar properly.
7628 (gcc_loopnest_to_lambda_loopnest): Add loops and need_perfect
7629 parameters.
7630 Return NULL if we need a perfect loop and can't make one.
7631 (lambda_loopnest_to_gcc_loopnest): Correct algorithm.
7632 (not_interesting_stmt): New function.
7633 (phi_loop_edge_uses_def): Ditto.
7634 (stmt_uses_phi_result): Ditto.
7635 (stmt_is_bumper_for_loop): Ditto.
7636 (perfect_nest_p): Ditto.
7637 (nestify_update_pending_stmts): Ditto.
7638 (replace_uses_of_x_with_y): Ditto.
7639 (stmt_uses_op): Ditto.
7640 (perfect_nestify): Ditto.
7641 * lambda-mat.c (lambda_matrix_id_p): New function.
7642 * lambda-trans.c (lambda_trans_matrix_id_p): Ditto.
7643 * lambda.h: Update prototypes.
7644 * tree-loop-linear (linear_transform_loop): Use new
7645 perfect_nest_p. Detect and ignore identity transform.
7646 * tree-ssa-loop.c (pass_linear_transform): Use TODO_write_loop_closed.
7647
7648 2004-09-16 Sebastian Pop <pop@cri.ensmp.fr>
7649
7650 * tree-loop-linear.c (gather_interchange_stats): Add more comments.
7651 Gather also strides of accessed data. Pass in the data references
7652 array.
7653 (try_interchange_loops): Add a new heuristic for handling the temporal
7654 locality. Pass in the data references array.
7655 (linear_transform_loops): Pass the data references array to
7656 try_interchange_loops.
7657
7658 2004-09-16 Kazu Hirata <kazu@cs.umass.edu>
7659
7660 * doc/invoke.texi: Fix typos. Follow spelling conventions.
7661
7662 2004-09-16 Nathan Sidwell <nathan@codesourcery.com>
7663
7664 * doc/c-tree.texi (Classes): Remove index entries for
7665 TREE_VIA_{PUBLIC,PROTECTED,PRIVATE}.
7666
7667 2004-09-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7668
7669 * fold-const.c (fold): Fold difference of addresses.
7670 (ptr_difference_const): Moved from tree-ssa-loop-ivopts, based on
7671 get_inner_reference.
7672 * tree-ssa-loop-ivopts.c (peel_address): Removed.
7673 (ptr_difference_const): Moved to fold-const.c.
7674 (split_address_cost): Use get_inner_reference instead of peel_address.
7675 (ptr_difference_cost): Change type of diff to HOST_WIDE_INT.
7676 * tree.h (ptr_difference_const): Export.
7677
7678 * tree-ssa-loop-ivopts.c (dump_iv, dump_use, dump_cand): Add induction
7679 variable type to the dump. Fix indentation.
7680 (idx_find_step): Handle nonconstant array_ref_element_size and
7681 array_ref_low_bound.
7682 (idx_record_use): Handle array_ref_element_size and
7683 array_ref_low_bound.
7684 (find_interesting_uses_stmt): Handle memory = nontrivial_expression
7685 statements correctly.
7686 (get_computation_at, iv_value): Do not unshare expressions here.
7687 (rewrite_use_outer): Unshare the expression before it is emitted
7688 to code.
7689 * tree-ssa-loop-niter.c (unsigned_type_for, signed_type_for):
7690 Moved to tree.c.
7691 * tree.c (unsigned_type_for, signed_type_for): Moved from
7692 tree-ssa-loop-niter.c. Use langhooks.
7693 * tree.h (signed_type_for): Export.
7694
7695 2004-09-16 David Edelsohn <edelsohn@gnu.org>
7696
7697 * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Update
7698 prototype.
7699
7700 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
7701
7702 PR target/11572
7703 * c-incpath.h (target_c_incpath_s): Add extra_pre_includes.
7704 Add two parameters to extra_includes.
7705 (C_INCPATH_INIT): Remove.
7706 * c-incpath.c (register_include_chains): Call extra_pre_includes
7707 before adding the standard include directory.
7708 Update call to extra_includes.
7709 (!defined TARGET_EXTRA_INCLUDES): Update
7710 hook_void_charptr_charptr_int and add !define
7711 TARGET_EXTRA_PRE_INCLUDES.
7712 (!define TARGET_EXTRA_INCLUDES): Define as
7713 hook_void_charptr_charptr_int.
7714 (!define TARGET_EXTRA_PRE_INCLUDES): Likewise.
7715 (target_c_incpath): Always declare.
7716 * fixinclude.c (defined TARGET_EXTRA_INCLUDES): Declare a
7717 empty function.
7718 (define TARGET_EXTRA_PRE_INCLUDES): Likewise.
7719 * config/darwin.h: (darwin_register_frameworks): Update for
7720 the two new parameters.
7721 (darwin_register_objc_includes): Add prototype.
7722 (TARGET_EXTRA_PRE_INCLUDES): Define.
7723 * config/darwin-c.c (darwin_register_objc_includes): New function.
7724 (darwin_register_frameworks): Update for the two new parameters.
7725 (target_c_incpath): Remove.
7726 * config/t-darwin (darwin-c.o): Add $(PREPROCESSOR_DEFINES) to
7727 the compile line.
7728 * doc/tm.texi (TARGET_EXTRA_INCLUDES): Document the two new
7729 parameters.
7730 (TARGET_EXTRA_PRE_INCLUDES): Document.
7731
7732 * gcc.c (spec_function): Add replace-outfile.
7733 (replace_outfile_spec_function): New function.
7734 * config/darwin.h (LINK_SPEC): Add replace
7735 -lobjc with -lobjc-gnu if -fgnu-runtime is
7736 supplied.
7737 * invoke.texi (replace-outfile): Document.
7738
7739 2004-09-13 Jan Hubicka <jh@suse.cz>
7740
7741 * predict.c (expr_expected_value, strip_builtin_expect): New function.
7742 (tree_predict_by_opcode): Use it.
7743 (tree_estimate_probability): Add, for now disabled,
7744 strip_builtin_expect call.
7745
7746 2004-09-15 James E Wilson <wilson@specifixinc.com>
7747
7748 PR target/17455
7749 * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Return false
7750 if current_function_decl is a sibcall.
7751
7752 2004-09-15 Mark Mitchell <mark@codesourcery.com>
7753
7754 * varasm.c (default_function_rdodata_section): Make sure to pass
7755 along a decl for a link-once section.
7756
7757 2004-09-15 Richard Henderson <rth@redhat.com>
7758
7759 * tree-ssa-operands.c (add_call_clobber_ops): Fix unused variable
7760 warning with code disable. Fix formatting.
7761
7762 2004-09-15 Steven Bosscher <stevenb@suse.de>
7763
7764 * Makefile.in (tree-ssa-dom.o): Depend on tree-ssa-propagate.h.
7765 * tree-ssa-dom.c (cprop_into_stmt): Recompute TREE_INVARIANT
7766 after propagating into an ADDR_EXPR.
7767
7768 2004-09-15 Andrew Pinski <apinski@apple.com>
7769
7770 PR rtl-opt/17427
7771 * gcse.c (process_insert_insn): insn_invalid_p has side effects.
7772 Move it out of gcc_assert.
7773
7774 2004-09-15 Joseph S. Myers <jsm@polyomino.org.uk>
7775
7776 * attribs.c, builtins.c, c-format.c, c-pch.c, coverage.c,
7777 except.c, fold-const.c, function.c, langhooks.c, params.c,
7778 reload.c, reload1.c, stmt.c, stor-layout.c, toplev.c, tree-cfg.c,
7779 tree-dump.c, tree-mudflap.c, tree.c, varasm.c: Use %<, %> and %q
7780 for quoting in diagnostics going through pretty-print.c. Use ''
7781 for quoting in other diagnostic text.
7782 * langhooks.c: Include intl.h. Mark text locating diagnostics for
7783 translation.
7784 * Makefile.in (langhooks.o): Update dependencies.
7785 * pretty-print.h (pp_printf): Mark as accepting GCC diagnostic
7786 formats.
7787
7788 2004-09-15 Mark Mitchell <mark@codesourcery.com>
7789
7790 * configure.ac: Check for COMDAT support. Robustify check for
7791 SHF_MERGE support.
7792 * configure: Regenerated.
7793 * config.in: Likewise.
7794 * langhooks-def.h (lhd_comdat_group): New function.
7795 (LANG_HOOKS_COMDAT_GROUP): New macro.
7796 (LANG_HOOKS_DECLS): Use it.
7797 * langhooks.c (lhd_comdat_group): Define.
7798 * langhooks.h (lang_hooks_for_decls): Add comdat_group.
7799 * output.h (named_section_flags): Make it a macro.
7800 (named_section_real): New function.
7801 (default_no_named_section): Add decl parameter.
7802 (default_elf_asm_named_section): Likewise.
7803 (default_coff_asm_named_section): Likewise.
7804 (default_pe_asm_named_section): Likewise.
7805 * target.h (gcc_target): Adjust type of named_section.
7806 * varasm.c (named_section_flags): Rename to named_section_real.
7807 Add decl parameter.
7808 (default_no_named_section): Add decl parameter.
7809 (default_elf_asm_named_section): Use COMDAT, if available. Deal
7810 with the case that ASM_COMMENT_START is "@".
7811 (default_coff_asm_named_section): Add decl parameter.
7812 (default_pe_asm_named_section): Likewise.
7813 * config/alpha/alpha.c (vms_asm_named_section): Add decl
7814 parameter.
7815 (unicosmk_asm_named_section): Likewise.
7816 * config/arm/arm.c (arm_elf_asm_named_section): Remove.
7817 * config/arm/elf.h (TARGET_ASM_NAMED_SECTION): Likewise.
7818 * config/c4x/c4x.c (c4x_asm_named_section): Add decl parameter.
7819 * config/cris/cris-protos.h (cris_target_asm_named_section):
7820 Likewise.
7821 * config/cris/cris.c (cris_target_asm_named_section):
7822 Likewise.
7823 * config/darwin/darwin-protos.h (darwin_asm_named_section):
7824 Likewise.
7825 * config/darwin/darwin.c (darwin_asm_named_section): Likewise.
7826 * config/h8300/h8300.c (h8300_asm_named_section): Likewise.
7827 * config/i386/i386-protos.h (i386_pe_asm_named_section):
7828 Likewise.
7829 * config/i386/winnt.c (i386_pe_asm_named_section): Likewise.
7830 * config/m68k/m68k.c (m68k_coff_asm_named_section): Likewise.
7831 * config/mcore/mcore.c (mcore_asm_named_section): Likewise.
7832 * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section):
7833 Likewise.
7834 * config/sparc/sparc.c (sparce_elf_asm_named_section): Likewise.
7835 * cp/cp-lang.h (LANG_HOOKS_COMDAT_GROUP): Define.
7836 * cp/cp-tree.h (cxx_comdat_group): Declare.
7837 * cp/decl.c (cxx_comdat_group): New function.
7838
7839 2004-09-15 Jan Hubicka <jh@suse.cz>
7840
7841 * tree-ssa.c (verify_flow_sensitive_alias_info): Do not walk dead nodes.
7842 * tree-tailcall.c (eliminate_tail_call): Release SSA name.
7843
7844 * tree-cfg.c (remove_bb): Release SSA defs.
7845
7846 2004-09-15 Kazu Hirata <kazu@cs.umass.edu>
7847
7848 * doc/tm.texi: Follow spelling conventions.
7849
7850 2004-09-15 Kazu Hirata <kazu@cs.umass.edu>
7851
7852 * tree-ssa-dom.c: Fix comment typos.
7853
7854 2004-09-15 Alan Modra <amodra@bigpond.net.au>
7855
7856 * config/rs6000/linux-unwind.h (struct gcc_pt_regs): Extend to
7857 include ccr.
7858 (ppc_fallback_frame_state): Save location of CR.
7859
7860 2004-09-15 Jakub Jelinek <jakub@redhat.com>
7861
7862 * expr.c (string_constant): Handle also read-only variables
7863 initialized to string literals.
7864
7865 * builtins.c (expand_builtin_memmove): Optimize memmove (x, y, 1)
7866 into memcpy (x, y, 1) if memcpy can be expanded inline.
7867
7868 2004-09-15 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7869
7870 PR tree-optimization/17468
7871 * tree-ssa.c (verify_use, verify_phi_args, verify_ssa): Verify that
7872 definition inside a block precede uses.
7873 * tree-tailcall.c (adjust_return_value): Emit statements in the
7874 correct order.
7875
7876 2004-09-15 Richard Sandiford <rsandifo@redhat.com>
7877
7878 * config/mips/mips.h (POINTERS_EXTEND_UNSIGNED): Delete.
7879
7880 2004-09-15 Eric Botcazou <ebotcazou@libertysurf.fr>
7881
7882 * doc/install.texi (sparc-sun-solaris2*): Properly format warning.
7883
7884 2004-09-14 Jeff Law <law@redhat.com>
7885
7886 * tree-ssa-dom.c (avail_exprs_stack): New global varray.
7887 (struct dom_walk_block_data): Remove avail_exprs member.
7888 (tree_ssa_dominator_optimize): Initialize avail_exprs_stack.
7889 (lookup_avail_expr): No longer need to pass in address of
7890 the block local available exprs stack. All callers changed.
7891 (simplify_cond_and_lookup_avail_expr): Similarly.
7892 (simplify_switch_and_lookup_avail_expr): Similarly.
7893 (get_eq_expr_value, record_cond): Likewise.
7894 (record_dominating_conditions): Likewise.
7895 (update_rhs_and_lookup_avail_expr): Likewise.
7896 (record_equivalences_from_stmt): Likewise.
7897 (dom_opt_initialize_block_local_data): No longer test state of
7898 block local avail_exprs.
7899 (dom_opt_initialize_block): Mark unwind point in the global
7900 avail_expr stack.
7901 (remove_expressions_from_table): Update to unwind to the
7902 most recent unwind marker in the global avail_expr stack.
7903 All callers changed.
7904 (dom_opt_finalize_block): Mark unwind point in the global
7905 avail_expr stack as needed.
7906 (record_cond): Push elements into the global avail_exprs stack.
7907
7908 * tree-dfa.c (free_df_for_stmt): No longer static.
7909 (free_df): Update comments.
7910 * tree-flow.h (free_df_for_stmt): Prototype.
7911 * tree-ssa-dse.c (dse_optimize_stmt): Call free_df_for_stmt. Also
7912 call release_defs.
7913
7914 2004-09-14 Diego Novillo <dnovillo@redhat.com>
7915
7916 PR tree-optimization/17252
7917 * tree-ssa-alias.c (may_alias_p): Don't assume that a
7918 pointer may not point to itself when using relaxed
7919 aliasing rules.
7920
7921 2004-09-14 Richard Henderson <rth@redhat.com>
7922
7923 PR middle-end/17397
7924 * gimplify.c (gimplify_addr_expr): Don't inadvertently change types
7925 while folding <ADDR_EXPR <INDIRECT_REF X>>.
7926
7927 2004-09-14 Andrew Pinski <apinski@apple.com>
7928
7929 * tree-ssa-copy.c (may_propagate_copy): Don't check the aliasing
7930 sets of the pointers but the aliasing sets of what they point to.
7931
7932 2004-09-14 Roger Sayle <roger@eyesopen.com>
7933
7934 PR rtl-optimization/9771
7935 * regclass.c (CALL_REALLY_USED_REGNO_P): New macro to eliminate
7936 conditional compilation in init_reg_sets_1.
7937 (init_reg_sets_1): Let global_regs[i] take priority over the frame
7938 (but not stack) pointer exceptions to regs_invalidated_by_call.
7939 (globalize_reg): Globalizing a fixed register may need to update
7940 regs_invalidated_by_call.
7941
7942 2004-09-14 Diego Novillo <dnovillo@redhat.com>
7943
7944 PR tree-optimization/15262
7945 * tree-dfa.c (dump_variable): Also print the type of the
7946 variable.
7947 * tree-ssa-alias.c (compute_flow_insensitive_aliasing): If two
7948 memory tags are of conflicting alias sets but have no aliased
7949 symbols in common, add one tag to the alias set of the other.
7950 (setup_pointers_and_addressables): Remove hack to deal with
7951 programs with no aliased symbols.
7952 (may_alias_p): Don't special case aggregate types.
7953
7954 2004-09-14 Joseph S. Myers <jsm@polyomino.org.uk>
7955
7956 PR c/15498
7957 * doc/invoke.texi (Environment Variables): Correct example locale.
7958
7959 2004-09-14 Jan Hubicka <jh@suse.cz>
7960
7961 * cfg.c (expunge_block): Revert previous change adding ggc_free call.
7962
7963 2004-09-14 Mark Mitchell <mark@codesourcery.com>
7964
7965 * config.gcc: Do not build a shared libgcc for arm-none-eabi.
7966
7967 2004-09-14 Joseph S. Myers <jsm@polyomino.org.uk>
7968
7969 * c-tree.h (struct c_declspecs): Add const_p, volatile_p and
7970 restrict_p.
7971 (struct c_declarator): Change u.array.quals and pointer_quals to
7972 int. Add u.array.attrs.
7973 (quals_from_declspecs): New.
7974 * c-decl.c (quals_from_declspecs): New.
7975 (shadow_tag_warned): Give more specific message for useless type
7976 qualifiers.
7977 (build_array_declarator, set_array_declarator_inner,
7978 grokdeclarator, make_pointer_declarator, build_null_declspecs,
7979 declspecs_add_qual): Update for changed structures.
7980
7981 2004-09-14 Jeff Law <law@redhat.com>
7982
7983 * tree-ssa-dom.c (stmts_to_rescan): Move from a block-local
7984 to a global varray.
7985 (tree_ssa_dominator_optimize): Allocate stmts_to_rescan.
7986 (dom_opt_initialize_block_local_data): No longer test state
7987 of stmts_to_rescan.
7988 (dom_opt_finalize_block): Update due to change in scope of
7989 stmts_to_rescan.
7990 (optimize_stmt): Similarly.
7991
7992 2004-09-14 Kazu Hirata <kazu@cs.umass.edu>
7993
7994 * cgraph.h, cgraphunit.c, fold-const.c, lambda-mat.c,
7995 lambda.h, profile.c, tree-optimize.c, tree-sra.c, vec.h: Fix
7996 comment typos. Follow spelling conventions.
7997
7998 2004-09-14 Kazu Hirata <kazu@cs.umass.edu>
7999
8000 * config/darwin-c.c, config/alpha/alpha.c, config/i386/i386.c,
8001 config/i386/predicates.md, config/sparc/sparc.c: Follow
8002 spelling conventions.
8003
8004 2004-09-14 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8005 Steven Bosscher <stevenb@suse.de>
8006
8007 * Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG_H dependency.
8008 * basic-block.h (struct reorder_block_def): Add copy_number field.
8009 * cfgloop.h (biv_p): Declare.
8010 * cfgloopmanip.c (duplicate_loop_to_header_edge): Set copy_number.
8011 * common.opt (fsplit-ivs-in-unroller): New flag.
8012 * loop-iv.c (biv_p): New function.
8013 * loop-unroll.c: Include hashtab.h and recog.h.
8014 (struct iv_to_split, struct split_ivs_info): New types.
8015 (analyze_ivs_to_split, si_info_start_duplication, split_ivs_in_copies,
8016 free_si_info, si_info_hash, si_info_eq, analyze_iv_to_split_insn,
8017 determine_split_iv_delta, get_ivts_expr, allocate_basic_variable,
8018 insert_base_initialization, split_iv): New functions.
8019 (peel_loop_completely, unroll_loop_constant_iterations,
8020 unroll_loop_runtime_iterations, peel_loop_simple, unroll_loop_stupid):
8021 Use them.
8022 * doc/invoke.texi (-fsplit-ivs-in-unroller): Document.
8023
8024 2004-09-14 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8025
8026 * tree-cfg.c (thread_jumps): Update dominators correctly in
8027 case destination of threaded edge dominates its source.
8028
8029 2004-09-14 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8030
8031 * unroll.c: Removed.
8032 * loop.h: Removed.
8033 * Makefile.in (LOOP_H, unroll.o): Removed.
8034 (toplev.o, passes.o, stmt.o, integrate.o, loop.o): Remove LOOP_H
8035 dependency.
8036 * alias.c (init_alias_analysis): Remove flag_old_unroll_loops
8037 reference.
8038 * cfgloop.h (LOOP_PREFETCH, loop_optimize): Moved from loop.h.
8039 * common.opt (fold-unroll-loops, fold-unroll-all-loops): Removed.
8040 * loop.c: Do not include loop.h.
8041 (LOOP_INFO, LOOP_MOVABLES, LOOP_REGS, LOOP_IVS, INSN_LUID,
8042 REGNO_FIRST_LUID, REGNO_LAST_LUID, enum g_types, struct induction,
8043 struct iv_class, enum iv_mode, struct iv, REG_IV_TYPE, REG_IV_INFO,
8044 REG_IV_CLASS, struct loop_ivs, struct loop_mem_info, struct loop_reg,
8045 struct loop_regs, struct loop_movables, struct loop_info): Moved
8046 from loop.h.
8047 (back_branch_in_range_p, fold_rtx_mult_add, biv_total_increment,
8048 reg_dead_after_loop, final_biv_value, loop_find_equiv_value,
8049 find_common_reg_term, loop_iterations, final_giv_value): Moved
8050 from unroll.c.
8051 (uid_luid, uid_loop, max_uid_for_loop, max_reg_before_loop,
8052 loop_dump_stream, for_each_insn_in_loop, express_from,
8053 extend_value_for_giv, loop_iv_add_mult_emit_before,
8054 loop_iv_add_mult_sink, loop_iv_add_mult_hoist,
8055 loop_insn_first_p, get_condition_for_loop,
8056 loop_insn_emit_before, loop_insn_hoist,
8057 loop_insn_sink): Made static.
8058 (loop_invariant_p): Made static. Removed flag_old_unroll_loops
8059 reference.
8060 (strength_reduce): Do not call unroller.
8061 (record_giv): Do not initialize unrolled field.
8062 (prescan_loop): Do not set loop_info->preconditioned.
8063 * passes.c: Do not include loop.h.
8064 (rest_of_handle_loop_optimize): Do not call unroller.
8065 * predict.c: Do not include loop.h.
8066 * rtl.h (NOTE_PRECONDITIONED): Removed.
8067 * stmt.c: Do not include loop.h.
8068 * toplev.c: Do not include loop.h.
8069 (process_options): Do not handle flag_old_unroll_loops.
8070
8071 * doc/invoke.texi (fold-unroll-loops, fold-unroll-all-loops):
8072 Documentation removed.
8073 * doc/passes.texi (unroll.c, loop.h): Documentation removed.
8074
8075 2004-09-14 Nathan Sidwell <nathan@codesourcery.com>
8076
8077 * Makefile.in (STAGE1_CHECKING): New variable.
8078 (stage1_build): Use it.
8079 * tree-ssa.c (verify_ssa): Preserve state of dominance
8080 information.
8081
8082 2004-09-14 Uros Bizjak <uros@kss-loka.si>
8083
8084 * config/i386/i386.c (output_fp_compare): Add generation
8085 of ftst instruction.
8086 * config/i386/i386.md (*cmpfp_0_sf, cmpfp_0_df, cmpfp_0_xf):
8087 Use output_fp_compare () function.
8088 (cmpfp_i, *cmpfp_i_sse, *cmpfp_i_sse_only): Fix insn constraint.
8089 (fix_truncdi_memory): Remove operands[5] copy.
8090
8091 2004-09-14 Kazu Hirata <kazu@cs.umass.edu>
8092
8093 * config/m32r/m32r.md, config/m68k/m68kelf.h,
8094 config/mcore/mcore.md, config/rs6000/linux64.h,
8095 config/rs6000/rs6000.c, config/sparc/sparc.c: Fix comment
8096 typos.
8097
8098 2004-09-13 James E Wilson <wilson@specifixinc.com>
8099
8100 * Makefile.in (GEN_PROTOS_OBJS): Add $(BUILD_ERRORS).
8101 * gen-protos.c: Include errors.h.
8102 (progname): Delete.
8103
8104 2004-09-14 Jan Hubicka <jh@suse.cz>
8105
8106 * Makefile.in (predict.o): Depend on tree-scalar-evolution.h
8107 * predict.c: Include tree-scalar-evolution.h and cfgloop.h
8108 (predict_loops): Use number_of_iterations_exit to predict
8109 number of iterations on trees.
8110
8111 2004-09-13 Dale Johannesen <dalej@apple.com>
8112
8113 PR 17408
8114 PR 17409
8115 * c-decl.c (start_decl): Repair TREE_STATIC for initialized
8116 objects declared extern.
8117
8118 2004-09-14 Paul Brook <paul@codesourcery.com>
8119
8120 * config/arm/arm.c (arm_expand_prologue): Make args_to_push a
8121 HOST_WIDE_INT.
8122
8123 2004-09-13 Daniel Jacobowitz <dan@debian.org>
8124
8125 * fold-const.c (fold_checksum_tree): Ignore TYPE_CACHED_VALUES.
8126 Only use TYPE_BINFO for aggregates.
8127
8128 2004-09-13 Daniel Jacobowitz <dan@debian.org>
8129
8130 * expmed.c (synth_mult): Initialize latency. Check cost before
8131 checking ops count.
8132
8133 2004-09-13 Kenneth Zadeck <Kenneth.Zadeck@NaturalBridge.com>
8134
8135 * tree-ssa-operands.c (get_call_expr_operands): Added parm to
8136 add_call_clobber_ops and add_call_read_ops.
8137 (add_call_clobber_ops, add_call_read_ops): Added code to reduce
8138 the number of vdefs and vuses inserted based on analysis of global
8139 variables across calls. * tree-dfa.c (find_referenced_vars):
8140 Needed to reset static var maps before each function is compiled.
8141 * cgraphunit.c:
8142 (static_vars_to_consider_by_tree,static_vars_to_consider_by_uid,
8143 static_vars_info,functions_to_static_vars_info,module_statics_escape,
8144 all_module_statics,searchc_env,dfs_info): New fields to support
8145 analysis of static global variables.
8146 (print_order, convert_UIDs_in_bitmap, new_static_vars_info,
8147 cgraph_reset_static_var_maps, get_global_static_vars_info,
8148 get_global_statics_not_read, get_global_statics_not_written,
8149 searchc, cgraph_reduced_inorder, has_proper_scope_for_analysis,
8150 check_rhs_var, check_lhs_var, get_asm_expr_operands,
8151 process_call_for_static_vars, scan_for_static_refs,
8152 cgraph_characterize_statics_local, cgraph_get_static_name_by_uid,
8153 clear_static_vars_maps, cgraph_propagate_bits,
8154 cgraph_characterize_statics): New. Functions to support analysis
8155 of static global variables.
8156 (cgraph_mark_local_and_external_functions): Renamed from:
8157 (cgraph_mark_local_functions)
8158 (cgraph_expand_all_functions): Remove call to
8159 cgraph_mark_local_and_external_functions.
8160 (cgraph_optimize): Added driver to analyze static variables whose
8161 scope is within the compilation unit. * cgraph.h (struct
8162 cgraph_local_info, GTY): Added statics_read, statics_written,
8163 local, calls_read_all, calls_write_all, for_functions_valid.
8164 (struct cgraph_node): Added next_cycle. * cgraph.c
8165 (dump_cgraph_node): Added print routines for new fields. *
8166 makefile.in: macroized cgraph.h, added cgraphunit.c to the ggc
8167 list.
8168
8169 2004-09-13 Joseph S. Myers <jsm@polyomino.org.uk>
8170
8171 * c-decl.c (grokdeclarator): Correct comments about where storage
8172 class specifiers are rejected by grammar and add corresponding
8173 asserts. Diagnose typedefs and parameters declared inline.
8174 Change warning for inline main to a pedwarn. Only diagnose inline
8175 main if hosted.
8176 (declspecs_add_scspec): Allow duplicate "inline".
8177
8178 2004-09-13 Steve Ellcey <sje@cup.hp.com>
8179
8180 * config/ia64/ia64.c (ia64_scalar_mode_supported_p): New.
8181 (TARGET_SCALAR_MODE_SUPPORTED_P): New.
8182
8183 2004-09-13 Richard Henderson <rth@redhat.com>
8184
8185 PR 17436
8186 * tree.h (TYPE_CONTAINS_PLACEHOLDER_INTERNAL): New.
8187 (tree_type): Replace spare with contains_placeholder_bits.
8188 (type_contains_placeholder_1): Rename from type_contains_placeholder_p,
8189 make static. Remove seen_types list.
8190 (type_contains_placeholder_p): New.
8191
8192 2004-09-13 James E Wilson <wilson@specifixinc.com>
8193
8194 * config/mips/mips.c (CODE_FOR_mips_sqrt_ps): New.
8195 (sb1_bdesc, bdesc_map, bdesc_arrays): New.
8196 (mips_expand_builtin): Add SB-1 support. Use bdesc_map and
8197 bdesc_arrays instead of mips_bdesc.
8198 (mips_init_builtins): Likewise.
8199 * config/mips/mips.h (TARGET_SB1): New.
8200 (HAVE_SQRT_P): Delete.
8201 * config/mips/mips.md (divide_condition): Support V2SF.
8202 (sqrt_condition, recip_condition): New.
8203 (div<mode>3): Use ANYF instead of SCALARF.
8204 (*div<mode>3): Use ANYF instead of SCALARF. Use UNITMODE instead of
8205 MODE.
8206 (*recip<mode>3, *rsqrt<mode>a, *rsqrt<mode>b): Use recip_condition
8207 instead of ISA_HAS_FP4. Use ANYF instead of SCALARF. Use UNITMODE
8208 instead of MODE.
8209 (sqrt<mode>2): Use sqrt_condition instead of HAVE_SQRT_P. Use ANYF
8210 instead of SCALARF. Use UNITMODE instead of MODE.
8211
8212 2004-09-13 Zack Weinberg <zack@codesourcery.com>
8213
8214 * config.in: Regenerate after removal of libbanshee.
8215
8216 2004-09-13 Andrew MacLeod <amacleod@redhat.com>
8217
8218 PR tree-optimization/17400
8219 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
8220 coalesce partitions when one occurs in an abnormal PHI.
8221
8222 2004-09-13 Andrew Pinski <apinski@apple.com>
8223
8224 * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Change variable size's
8225 name to _new_size.
8226
8227 2004-09-13 Richard Henderson <rth@redhat.com>
8228
8229 PR inline-asm/6806
8230 * cselib.c (cselib_invalidate_rtx): Export. Remove unused args.
8231 (cselib_invalidate_rtx_note_stores): New.
8232 (cselib_record_sets, cselib_process_insn): Update to match.
8233 * cselib.h (cselib_invalidate_rtx): Declare.
8234 * postreload.c (reload_cse_simplify): Invalidate asm clobbers.
8235
8236 2004-09-13 Richard Henderson <rth@redhat.com>
8237
8238 PR tree-opt/10528
8239 * tree-inline.c (copy_body_r): Recompute bits for ADDR_EXPR,
8240 after copying its argument.
8241
8242 2004-09-13 Joseph S. Myers <jsm@polyomino.org.uk>
8243
8244 * c-common.c, c-decl.c, c-lex.c, c-objc-common.c, c-opts.c,
8245 c-parse.in, c-pragma.c, c-typeck.c: Use %q, %< and %> for quoting
8246 in diagnostics. Use %' for English apostrophes.
8247 * c-tree.h (ATTRIBUTE_GCC_CDIAG): Define.
8248 (pedwarn_c90, pedwarn_c99): Use it.
8249 * c-decl.c (lookup_label): Quote label name in diagnostic.
8250 * c-parse.in (yyprint): Use ' instead of ` for left quote.
8251 * c-typeck.c (warn_for_assignment): Likewise.
8252
8253 2004-09-13 Jan Hubicka <jh@suse.cz>
8254
8255 * i386.c (x86_schedule): New global variable.
8256 (override_options): Disable scheduling when not supported.
8257 * i386.h (x86_schedule): Declare.
8258 (TARGET_SCHEDULE): New macro.
8259
8260 2004-09-12 Richard Henderson <rth@redhat.com>
8261
8262 PR c++/16254
8263 * fold-const.c (fold) <case CLEANUP_POINT_EXPR>: Remove.
8264 * tree.c, tree.h (has_cleanups): Remove.
8265
8266 2004-09-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8267
8268 * tree-ssa-loop-manip.c (split_loop_exit_edge): Handle non-ssaname
8269 arguments of the phi nodes correctly.
8270
8271 2004-09-12 Jan Hubicka <jh@suse.cz>
8272
8273 * ggc-common.c (cmp_statistics): Fix sorting.
8274
8275 2004-09-12 David Edelsohn <edelsohn@gnu.org>
8276
8277 PR target/16795
8278 * expmed.c (expand_divmod): If cheap power of 2 divide is
8279 available, use it for negative constant as well.
8280
8281 2004-09-12 Andrew Pinski <apinski@apple.com>
8282
8283 * darwin.h (ASM_OUTPUT_COMMON): Make sure we do not have a
8284 size of 0.
8285
8286 * tree-chrec.c (initialize_scalar_evolutions_analyzer): Remove.
8287
8288 2004-09-12 Richard Henderson <rth@redhat.com>
8289
8290 * config/i386/i386.c (ix86_split_ashldi): Special case op1 as one
8291 or minus one.
8292 (ix86_split_ashrdi, ix86_split_lshrdi): Clean up conditions for
8293 post-reload, and scratch NULL.
8294 * config/i386/i386.md (testqi_1): Use FLAGS_REG name.
8295 (x86_shift_adj_2): Use ix86_expand_clear.
8296 (ashldi3): Remove CMOVE expansion difference.
8297 (ashldi3_1): Remove.
8298 (*ashldi3_1): Rename from *ashldi3_2. Use reg_or_pm1_operand and
8299 add constraints for immediates. New peephole for split-with-temp.
8300 Run splitter after peep2 pass.
8301 (ashrdi3, ashrdi3_1, ashrdi3_2): Similarly.
8302 (lshrdi3, lshrdi3_1, lshrdi3_2): Similarly.
8303 (setcc_2): Rename with *.
8304 * config/i386/predicates.md (reg_or_pm1_operand): New.
8305 (ashldi_input_operand): New.
8306
8307 2004-09-12 Richard Henderson <rth@redhat.com
8308
8309 * print-rtl.c (print_decl_name): New.
8310 (print_mem_expr): Use it.
8311
8312 2004-09-12 Richard Henderson <rth@redhat.com
8313
8314 PR 17186, part deux
8315 * except.c (sjlj_emit_function_exit): Fix logic locating
8316 sjlj_exit_after in final block.
8317
8318 2004-09-12 Toon Moene <toon@moene.indiv.nluug.nl>
8319
8320 * common.opt: Remove flags -fmove-all-movables and
8321 -freduce-all-givs.
8322 * loop-invariant.c (find_invariants_to_move):
8323 Remove all uses of flag_move_all_movables.
8324 * loop.c (move_movables): Remove all uses of
8325 flag_move_all_movables.
8326 (strength_reduce): Remove all uses of
8327 flag_reduce_all_givs.
8328 * doc/invoke.texi: Remove documentation of flags
8329 -fremove-all-movables and -freduce-all-givs.
8330
8331 2004-09-11 Roger Sayle <roger@eyesopen.com>
8332
8333 PR middle-end/17411
8334 * tree-sra.c (generate_element_zero): Revert recent build_int_cst
8335 change. elt->type may be a floating point type, so use fold_convert.
8336
8337 2004-09-11 Geoffrey Keating <geoffk@apple.com>
8338
8339 * config/darwin.c (machopic_validate_stub_or_non_lazy_ptr): Mark
8340 the thing referenced as used, not the stub itself.
8341
8342 2004-09-11 Joseph S. Myers <jsm@polyomino.org.uk>
8343
8344 * c-tree.h (enum c_storage_class): New.
8345 (struct c_declspecs): Add storage_class, inline_p and thread_p.
8346 * c-decl.c (shadow_tag_warned): Give errors for "inline" in empty
8347 declarations and "auto" or "register" in file scope empty
8348 declarations. Give more specific warnings for other cases of
8349 storage class specifiers in empty declarations.
8350 (grokdeclarator): Update for new structures. Don't check for
8351 multiple storage classes. Diagnose file-scope "register" if
8352 pedantic.
8353 (build_null_declspecs): Update.
8354 (declspecs_add_scspec): Update. Diagnose multiple storage class
8355 specifiers and invalid uses of "__thread".
8356
8357 2004-09-11 Zack Weinberg <zack@codesourcery.com>
8358
8359 * tree.c (tree_code_size): New function, bulk of code from tree_size.
8360 (tree_size, make_node): Use it.
8361 * tree-ssa-pre.c (init_pre): Use it.
8362 * tree.h: Prototype it.
8363
8364 2004-09-11 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8365
8366 * tree-cfg.c (set_bb_for_stmt): Use PHI_BB.
8367 * tree-dfa.c (compute_immediate_uses, add_immediate_use,
8368 redirect_immediate_use): Use PHI_DF.
8369 * tree-flow-inline.h (stmt_ann): Abort on phi nodes.
8370 (bb_for_stmt): Use PHI_BB.
8371 (get_immediate_uses): Use PHI_DF.
8372 * tree-ssa-dse.c (max_stmt_uid): New variable.
8373 (get_stmt_uid): New function.
8374 (dse_optimize_stmt, dse_record_phis, tree_ssa_dse): Do not use phi
8375 node annotations.
8376 * tree-ssa-loop-im.c (LIM_DATA): Do not use phi statement annotations.
8377 (max_uid): Renamed to max_stmt_uid.
8378 (get_stmt_uid): New function.
8379 (maybe_queue_var, single_reachable_address, determine_lsm): Do not use
8380 phi node annotations.
8381 * tree-ssa.c (replace_immediate_uses): Do not use phi node annotations.
8382 * tree.h (PHI_BB, PHI_DF): New accessor functions.
8383 (struct tree_phi_node): Add bb and df fields.
8384
8385 2004-09-11 Richard Henderson <rth@redhat.com>
8386
8387 PR middle-end/17416
8388 * cfgexpand.c (expand_used_vars_for_block): Fix off-by-one bug
8389 in conflict loop.
8390
8391 2004-09-11 Jan Hubicka <jh@suse.cz>
8392
8393 * i386.h (MODE_NEEDED): Calls need UNINITIALIZED mode; add comment.
8394 (EMIT_MODE_SET): UNINITIALIZED mode needs no set.
8395 * i386.md (i387_cw): Add 'uninitialized' mode.
8396
8397 * profile.c (BB_TO_GCOV_INDEX): move more to the front.
8398 (output_location): Break out from ....
8399 (branch_prob): ... here; handle gcov output on trees.
8400 * toplev.c (process_options): No longer be sorry about coverage for
8401 trees.
8402
8403 2004-09-11 Steven Bosscher <stevenb@suse.de>
8404
8405 PR c++/17412
8406 * fold-const.c (fold): Do not try to fold the operand of a
8407 CLEANUP_POINT_EXPR if that operand does itself not have any
8408 operands.
8409
8410 PR middle-end/17417
8411 * langhooks.c (lhd_decl_printable_name): Make sure that this
8412 function is called with is a decl node that has an identifier.
8413 * tree-pretty-print.c (dump_function_name): New function to
8414 wrap PRINT_FUNCTION_NAME and dump_decl_name.
8415 (print_call_name): Use it.
8416
8417 2004-09-11 Mohan Embar <gnustuff@thisiscool.com>
8418
8419 * ggc-none.c: Include "bconfig.h" if -DGENERATOR_FILE,
8420 "config.h" if not.
8421
8422 2004-09-11 Jakub Jelinek <jakub@redhat.com>
8423
8424 * tree-ssa-alias.c (collect_points_to_info_r): Handle
8425 pointing to PTR + OFFSET as PTR, not as pointing to PTR or pointing
8426 to OFFSET.
8427
8428 2004-09-11 Richard Henderson <rth@redhat.com>
8429
8430 * expr.c (expand_expr_addr_expr_1) Rename from expand_expr_addr_expr.
8431 (expand_expr_addr_expr): New function. Take ADDR_EXPR instead of the
8432 operand of the ADDR_EXPR.
8433 (expand_expr_real_1): Update to match.
8434
8435 2004-09-11 David Edelsohn <edelsohn@gnu.org>
8436
8437 PR target/17277
8438 * config/rs6000/aix.h (MD_FROB_UPDATE_CONTEXT): Use __64BIT__ to
8439 choose 64-bit version.
8440
8441 2004-09-11 Richard Henderson <rth@redhat.com>
8442
8443 PR c/17396
8444 * c-typeck.c (build_unary_op): Add legacy offsetof hack.
8445
8446 2004-09-11 Kazu Hirata <kazu@cs.umass.edu>
8447
8448 * doc/cfg.texi, doc/hostconfig.texi, doc/install.texi,
8449 doc/invoke.texi, doc/md.texi, doc/tm.texi, doc/tree-ssa.texi:
8450 Insert @: after i.e. or e.g.
8451
8452 2004-09-10 Geoffrey Keating <geoffk@apple.com>
8453
8454 * tree-pretty-print.c (dump_decl_name): Print unnamed decls as
8455 D.xxx rather than <Dxxx>.
8456
8457 2004-09-10 Adam Nemet <anemet@lnxw.com>
8458
8459 * configure.ac (AC_MSG_CHECKING(what linker to use)):
8460 in_tree_ld_is_elf should be true for LynxOS.
8461 * configure: Regenerate.
8462
8463 2004-09-10 Adam Nemet <anemet@lnxw.com>
8464
8465 * Makefile.in (all.cross): Add srcextra.
8466
8467 2004-09-10 Roger Sayle <roger@eyesopen.com>
8468
8469 PR middle-end/17024
8470 * fold-const.c (fold_cond_expr_with_comparison): Handle unordered
8471 floating point comparison operators. Change aborts to gcc_asserts.
8472
8473 2004-09-10 Geoffrey Keating <geoffk@apple.com>
8474
8475 * final.c (output_asm_insn): Correct problem with -fverbose-asm.
8476
8477 2004-09-10 James E Wilson <wilson@specifixinc.com>
8478
8479 * Makefile.in (LIBGCC_DEPS): Delete duplicate stmp-int-hdrs reference.
8480 (stmp-fixproto): Change stmp-int-headers to stmp-int-hdrs in comment.
8481
8482 * convert.c (convert_to_vector): Replace recursive call with
8483 error_mark_node.
8484
8485 * emit-rtl.c (gen_const_vector): Renamed from gen_const_vector_0.
8486 Add integer argument named constant. Use const_tiny_rtx instead of
8487 CONST0_RTX.
8488 (gen_rtx_CONST_VECTOR): Rewrite to handle checks for both CONST0_RTX
8489 and CONST1_RTX.
8490 (init_emit_once): Fix users of gen_const_vector. Set CONST1_RTX for
8491 vector types.
8492 * expr.c (const_vector_from_tree): Call gen_rtx_CONST_VECTOR instead
8493 of gen_rtx_raw_CONST_VECTOR.
8494
8495 2004-09-10 Eric Christopher <echristo@redhat.com>
8496
8497 PR c/16046
8498 * c-parse.in (attribute): Add NULL_TREE for error case
8499 for error recovery.
8500
8501 2004-09-10 Zack Weinberg <zack@codesourcery.com>
8502
8503 * c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.
8504 (extract_interface_info): Delete prototype.
8505 * c-decl.c (extract_interface_info): Delete stub.
8506 * c-lex.c (get_fileinfo): Initialize file_info_tree here, if
8507 it's not already been done ...
8508 (init_c_lex): ... not here.
8509 (fe_file_change): Don't call extract_interface_info.
8510
8511 2004-09-11 Joseph S. Myers <jsm@polyomino.org.uk>
8512
8513 * c-tree.h (struct c_declspecs): Remove typedef_decl. Add
8514 typedef_p and typedef_signed_p.
8515 * c-decl.c (shadow_tag_warned): Check typedef_p, not typedef_decl.
8516 (grokdeclarator): Don't use typedef_decl for warn_deprecated_use.
8517 Check typedef_p and typedef_signed_p, not typedef_decl.
8518 (grokfield): Check typedef_p, not typedef_decl.
8519 (build_null_declspecs): Initialize typedef_p and typedef_signed_p,
8520 not typedef_decl.
8521 (declspecs_add_type): Set typedef_p and typedef_signed_p, not
8522 typedef_decl.
8523
8524 2004-09-10 Kazu Hirata <kazu@cs.umass.edu>
8525
8526 * doc/tm.texi, doc/tree-ssa.texi: Fix typos.
8527
8528 2004-09-10 Geoffrey Keating <geoffk@apple.com>
8529
8530 * gimplify.c (create_tmp_var_raw): Don't name otherwise-nameless
8531 temporary variables.
8532
8533 * dbxout.c (dbxout_block): Update for
8534 current_function_func_begin_label a string.
8535 * dwarf2out.c (dwarf2out_begin_prologue): Likewise.
8536 * except.c (dw2_output_call_site_table): Likewise.
8537 * toplev.c (current_function_func_begin_label): Likewise.
8538 * tree.h (current_function_func_begin_label): Likewise.
8539 * config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Likewise.
8540
8541 * final.c (output_asm_insn): Use strtoul instead of atoi, save a
8542 loop.
8543
8544 * config/darwin.c: Include target.h.
8545 (struct machopic_indirection): Make ptr_name a string.
8546 (machopic_indirection_hash): Update for ptr_name a string.
8547 (machopic_indirection_eq): Likewise.
8548 (machopic_indirection_name): Likewise.
8549 (machopic_output_indirection): Likewise.
8550 (machopic_validate_stub_or_non_lazy_ptr): Update for ptr_name a
8551 string. Don't expect stub names to be in the identifier hash table.
8552 Do call strip_name_encoding before looking up entry in ID hash table.
8553 * config/t-darwin (darwin.o): Add target.h to dependencies.
8554
8555 * gcc/config/rs6000/rs6000.c (print_operand): Use fputs instead
8556 of fprintf for register names.
8557
8558 * output.h (unlikely_section_label): Delete declaration.
8559 (unlikely_text_section_name): Likewise.
8560 * varasm.c (unlikely_section_label_printed): Make static.
8561 (unlikely_section_label): Likewise.
8562 (unlikely_text_section_name): Likewise.
8563 (assemble_start_function): Use reconcat.
8564
8565 * rtl.def (REG): Add comment to describe third field.
8566
8567 2004-09-10 Andrew Pinski <apinski@apple.com>
8568
8569 * config/darwin.c (machopic_mcount_stub_name): Call
8570 machopic_indirection_name instead of making the string
8571 ourselves.
8572
8573 2004-09-10 Diego Novillo <dnovillo@redhat.com>
8574
8575 Revert
8576
8577 2004-09-08 Jie Zhang <zhangjie@magima.com.cn>
8578
8579 * tree-ssa-alias.c (compute_flow_insensitive_aliasing): If type
8580 memory tag is call clobbered, so are its aliases.
8581 (group_aliases): When two memory tags being grouped, if one is
8582 call clobbered, so are the other and its aliases.
8583 (add_may_alias): Remove call-clobbering stuff.
8584 (replace_may_alias): Likewise.
8585 (merge_pointed_to_info): Merge pt_global_mem
8586
8587 2004-09-10 Kazu Hirata <kazu@cs.umass.edu>
8588
8589 * bb-reorder.c, c-common.c, c-incpath.c, c-typeck.c,
8590 genrecog.c, lambda-code.c, mips-tdump.c, mips-tfile.c,
8591 passes.c, tree-data-ref.c, tree-data-ref.h, tree-mudflap.c,
8592 tree-scalar-evolution.c, tree-ssa-copyrename.c,
8593 tree-ssa-live.c, tree-ssa-live.h: Fix comment typos.
8594
8595 2004-09-10 Richard Sandiford <rsandifo@redhat.com>
8596
8597 * config/frv/frv.md (UNSPEC_MASACCS, UNSPEC_MDASACCS): New constants.
8598 (maddaccs, msubaccs, *maddacc): Turn operand 0 into a single ACC/ACCG
8599 pair. Remove match_dup from inputs. Remove masaccs handling.
8600 (mdaddaccs, mdsubaccs, *mdaddacc): Likewise a dual ACC/ACCG pair.
8601 (masaccs, mdasaccs): Turn into define_insns.
8602
8603 2004-09-10 Richard Sandiford <rsandifo@redhat.com>
8604
8605 * tree-tailcall.c (process_assignment): Only do accumulator transforms
8606 for floating-point types if flag_unsafe_math_optimizations.
8607
8608 2004-09-10 Kazu Hirata <kazu@cs.umass.edu>
8609
8610 * config/darwin.c, config/alpha/alpha.h, config/arm/arm.c,
8611 config/arm/arm.h, config/arm/arm.md, config/arm/bpabi.h,
8612 config/arm/predicates.md, config/frv/frv.c, config/frv/frv.md,
8613 config/h8300/h8300.md, config/i386/gmm_malloc.h,
8614 config/ia64/ia64.md, config/ip2k/libgcc.S,
8615 config/mips/mips-ps-3d.md, config/mips/mips.c,
8616 config/rs6000/rs6000.c, config/s390/s390.c,
8617 config/sh/symbian.c: Fix comment typos.
8618
8619 2004-09-10 Andreas Krebbel <krebbel1@de.ibm.com>
8620
8621 * config/s390/s390.c (s390_emit_prologue): Added missing
8622 "{}" brackets.
8623
8624 2004-09-10 Kazu Hirata <kazu@cs.umass.edu>
8625
8626 * doc/extend.texi, doc/invoke.texi, doc/passes.texi: Fix
8627 typos. Follow spelling conventions.
8628
8629 2004-09-10 Joseph S. Myers <jsm@polyomino.org.uk>
8630
8631 * toplev.c (warn_deprecated_use): Correct logic for saying "type"
8632 in diagnostic. Don't dereference NULL TYPE_NAME.
8633
8634 2004-09-10 Kazu Hirata <kazu@cs.umass.edu>
8635
8636 * c-common.c, c-pch.c, defaults.h, lambda-code.c, passes.c,
8637 tree-data-ref.c, tree-flow.h, tree-ssa-operands.c,
8638 tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h,
8639 value-prof.c: Fix comment typos. Follow spelling conventions.
8640
8641 2004-09-10 Jan Hubicka <jh@suse.cz>
8642
8643 * tree-ssa-dce.c (remove_dead_stmt): Update profile.
8644 * tree-split_edge.c (tree_split_edge): Likewise.
8645 (thread_jumps): Likewise.
8646
8647 2004-09-10 Kazu Hirata <kazu@cs.umass.edu>
8648
8649 * cgraphunit.c, predict.c, tree-ssa-loop-ivopts.c: Fix comment
8650 typos.
8651
8652 2004-09-10 Paolo Bonzini <bonzini@gnu.org>
8653
8654 * cgraph.h (cgraph_dump_file): Do not declare.
8655 * cgraphunit.c (cgraph_dump_file): Declare as static.
8656 (init_cgraph): New.
8657 * toplev.c (cgraph_dump_file): Do not declare.
8658 (compile_file): Call init_cgraph.
8659 * tree-dump.c (dump_files): Add IPA dump file, remove
8660 XML dump of call graph.
8661 (get_dump_file_name): Support IPA dump file naming scheme.
8662 * tree.h (enum tree_dump_index): Add IPA dump file, remove
8663 XML dump of call graph.
8664 * doc/invoke.texi (Debugging Options): Document the new options.
8665
8666 2004-09-10 Richard Sandiford <rsandifo@redhat.com>
8667
8668 * doc/extend.texi: Document the FR-V built-in functions.
8669
8670 2004-09-09 James E Wilson <wilson@specifixinc.com>
8671
8672 * doc/sourcebuild.texi: Delete libbanshee reference.
8673
8674 2004-09-10 Kelley Cook <kcook@gcc.gnu.org>
8675
8676 * Makefile.in (s-gtype): Add $(build_exeext) to gengtype command.
8677
8678 2004-09-09 James E Wilson <wilson@specifixinc.com>
8679
8680 * c-typeck.c (convert_for_assignment): Check that rhs has VECTOR_TYPE
8681 before calling vector_types_convertible_p.
8682 (digest_init): Check that inside_init has VECTOR_TYPE before calling
8683 vector_types_convertible_p. Don't give another error if
8684 convert_for_assignment returns error_mark_node.
8685
8686 2004-09-09 Roger Sayle <roger@eyesopen.com>
8687
8688 PR middle-end/17055
8689 * fold-const.c (build_zero_vector): New function to construct a
8690 vector (either floating point or integer) of zeros.
8691 (fold_convert): Internally, enable conversions of integer zero
8692 to arbitrary vector types, using the new build_zero_vector.
8693
8694 2004-09-09 Roger Sayle <roger@eyesopen.com>
8695
8696 * config/i386/i386.c (ix86_expand_ashlsi3_const): New function to
8697 expand a left shift by an immediate constant as either an ashl or
8698 a sequence of additions.
8699 (ix86_split_ashldi): Use new ix86_expand_ashlsi3_const function
8700 instead of calling gen_ashlsi3 with a constant directly.
8701
8702 2004-09-09 Roger Sayle <roger@eyesopen.com>
8703
8704 * config/i386/i386.c (ix86_split_long_move): When optimizing for
8705 size, and the low and high parts of a DImode constant are equal,
8706 copy one register to another instead of loading the same immediate
8707 value twice.
8708
8709 2004-09-09 Richard Henderson <rth@redhat.com>
8710
8711 PR middle-end/17367
8712 * function.c (assign_parm_setup_block): Only put PARALLELs into
8713 a register if use_register_for_decl.
8714
8715 2004-09-09 Eric Christopher <echristo@redhat.com>
8716
8717 * ra-colorize.c (reset_lists): Move variable declaration inside
8718 ENABLE_CHECKING to avoid unused variable warnings when
8719 not --enable-checking.
8720 (check_colors): Ditto.
8721
8722 2004-09-09 Mike Stump <mrs@apple.com>
8723
8724 * version.c (version_string): Bump to 4.0.0.
8725 * doc/include/gcc-common.texi (version-GCC): Likewise.
8726
8727 2004-09-10 Jakub Jelinek <jakub@redhat.com>
8728
8729 * doc/extend.texi (nothrow attribute): The attribute is not
8730 implemented in 3.2 and earlier.
8731
8732 2004-09-09 Steve Ellcey <sje@cup.hp.com>
8733
8734 * genrecog.c (compute_predicate_codes): Use op0_codes
8735 instead of codes.
8736
8737 2004-09-09 Ulrich Weigand <uweigand@de.ibm.com>
8738
8739 * ra-colorize.c (hardregset_to_string): Adapt to HARD_REG_SET
8740 implementation changes.
8741
8742 2004-09-09 Ulrich Weigand <uweigand@de.ibm.com>
8743
8744 * combine.c (try_combine): When swapping i2 and i3, newi2pat may be
8745 a PARALLEL instead of a SET due to added clobbers.
8746
8747 2004-09-09 Ulrich Weigand <uweigand@de.ibm.com>
8748
8749 * reload.c (find_reloads_address): Pass correct operand to
8750 maybe_memory_address_p.
8751
8752 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
8753
8754 * Makefile.in: Remove libbanshee, tree-alias-*.
8755 Remove tree-alias-common.h dependencies.
8756 * common.opt: Remove -ftree-points-to.
8757 * configure.ac: Remove libbanshee.
8758 * flags.h: Remove pta_type, flag_tree_points_to.
8759 * gengtype.c (open_base_files): Remove tree-alias-type.h.
8760 * opts.c (OPT_ftree_points_to): Remove.
8761 * toplev.c: Remove tree-alias-common.h, flag_tree_points_to.
8762 * tree-dfa.c: Remove tree-alias-common.h
8763 * tree-into-ssa.c: Ditto.
8764 * tree-outof-ssa.c: Ditto.
8765 * tree-ssa-copyrename.c: Ditto.
8766 * tree-ssa-live.c: Ditto.
8767 * tree-optimize.c: Ditto.
8768 * tree-ssa.c: Ditto.
8769 Remove pass_build_pta, pass_del_pta.
8770 * tree-pass.h: Ditto.
8771 * tree-ssa-alias.c: Remove tree-alias-common.h.
8772 (struct alias_stats_d): Remove pta_queries, pta_resolved.
8773 (pass_may_alias): Remove PROP_pta requirement.
8774 (may_alias_p): Remove pta_queries, pta_resolved, use of andersens.
8775 (get_tmt_for): Ditto.
8776 (dump_alias_stats): Ditto.
8777 * doc/passes.texi: Remove blurb about points-to analysis.
8778 * fortran/Make-lang.in: Remove tree-alias-*.o.
8779
8780 2004-09-09 Richard Sandiford <rsandifo@redhat.com>
8781
8782 * genattrtab.c (write_insn_cases): New function, split out from
8783 write_attr_case. Correctly handle define_peepholes when printing
8784 the instruction name.
8785 (write_attr_case, write_const_num_delay_slots): Use write_insn_cases.
8786
8787 2004-09-09 Hans-Peter Nilsson <hp@axis.com>
8788
8789 PR target/17377
8790 * config/cris/cris-protos.h (cris_return_address_on_stack): Declare.
8791 * config/cris/cris.c (cris_return_address_on_stack): New function.
8792 * config/cris/cris.md ("return"): For location of return address,
8793 also check cris_return_address_on_stack.
8794
8795 2004-09-09 Diego Novillo <dnovillo@redhat.com>
8796
8797 * tree-outof-ssa.c (coalesce_abnormal_edges): Fix typo in
8798 calling phi_ssa_name_p.
8799
8800 2004-09-09 Richard Henderson <rth@redhat.com>
8801
8802 PR c/17322
8803 * c-typeck.c (valid_compound_expr_initializer): Use only
8804 initializer_constant_valid_p, and not TREE_CONSTANT.
8805 (digest_init): Likewise.
8806 (output_init_element): Likewise.
8807
8808 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8809
8810 * ra-build.c (copy_insn_p, remember_move, defuse_overlap_p_1,
8811 live_out_1, prune_hardregs_for_mode, init_one_web_common,
8812 reinit_one_web, add_subweb, add_subweb_2, init_web_parts,
8813 record_conflict, compare_and_free_webs, init_webs_defs_uses,
8814 parts_to_webs_1, parts_to_webs, reset_conflicts,
8815 check_conflict_numbers, remember_web_was_spilled, handle_asm_insn,
8816 ra_build_free): Use gcc_assert and gcc_unreachable instead of abort.
8817 * ra-colorize.c (push_list, put_web, reset_lists, put_web_at_end,
8818 put_move, remove_move, combine, select_spill, colorize_one_web,
8819 try_recolor_web, insert_coalesced_conflicts, check_colors,
8820 break_precolored_alias, restore_conflicts_from_coalesce,
8821 sort_and_combine_web_pairs, check_uncoalesced_moves): Likewise.
8822 * ra-rewrite.c (spill_coalescing, slots_overlap_p, emit_loads,
8823 reloads_to_loads, rewrite_program2, emit_colors): Likewise.
8824 * ra.c (first_hard_reg, create_insn_info, find_subweb, init_ra,
8825 check_df): Likewise.
8826 * real.c (do_add, do_multiply, do_divide, do_compare, do_fix_trunc,
8827 real_arithmetic, real_compare, real_exponent, real_ldexp,
8828 real_identical, real_to_integer, real_to_integer2, real_to_decimal,
8829 real_to_hexadecimal, real_from_integer, ten_to_ptwo, ten_to_mptwo,
8830 real_digit, real_nan, real_maxval, round_for_format, real_convert,
8831 real_to_target, real_from_target, real_hash, encode_ieee_single,
8832 encode_ieee_double, encode_ieee_extended, encode_ieee_quad,
8833 encode_vax_f, encode_vax_d, encode_vax_g, encode_i370_single,
8834 encode_i370_double, encode_c4x_single, encode_c4x_extended): Likewise.
8835 * recog.c (validate_change, validate_replace_rtx_1, asm_operand_ok,
8836 extract_insn, peep2_next_insn, peep2_reg_dead_p,
8837 peep2_find_free_register, peephole2_optimize, store_data_bypass_p,
8838 if_test_bypass_p): Likewise.
8839 * reg-stack.c (record_label_references, get_asm_operand_n_inputs,
8840 stack_result, remove_regno_note, get_hard_regnum, emit_pop_insn,
8841 emit_swap_insn, swap_to_top, move_for_stack_reg,
8842 subst_stack_regs_pat, subst_asm_stack_regs, change_stack,
8843 compensate_edge, convert_regs_1): Likewise.
8844 * regclass.c (init_reg_sets, init_reg_sets_1,
8845 memory_move_secondary_cost): Likewise.
8846 * regrename.c (note_sets, clear_dead_regs, scan_rtx_reg, scan_rtx):
8847 Likewise.
8848 * reload.c (push_secondary_reload, find_valid_class, push_reload,
8849 operands_match_p, decompose, immune_p, find_reloads,
8850 find_reloads_toplev, find_reloads_address_1, subst_reloads,
8851 copy_replacements, refers_to_regno_for_reload_p,
8852 reg_overlap_mentioned_for_reload_p): Likewise.
8853 * reload1.c (compute_use_by_pseudos, replace_pseudos_in, reload,
8854 count_pseudo, find_reg, eliminate_regs, eliminate_regs_in_insn,
8855 verify_initial_elim_offsets, finish_spills, clear_reload_reg_in_use,
8856 reload_reg_free_p, reload_reg_reaches_end_p, reloads_conflict,
8857 choose_reload_regs, merge_assigned_reloads, emit_input_reload_insns,
8858 do_output_reload, fixup_abnormal_edges): Likewise.
8859 * reorg.c (stop_search_p, emit_delay_sequence, get_jump_flags,
8860 fill_slots_from_thread, relax_delay_slots): Likewise.
8861 * resource.c (mark_referenced_resources, mark_set_resources):
8862 Likewise.
8863 * rtl.c (copy_rtx, rtx_equal_p): Likewise.
8864 * rtlanal.c (insn_dependent_p, reg_overlap_mentioned_p,
8865 dead_or_set_p, find_reg_fusage, remove_note, replace_rtx,
8866 subreg_lsb_1, subreg_regno_offset, subreg_offset_representable_p,
8867 find_first_parameter_load, can_hoist_insn_p, hoist_update_store,
8868 hoist_insn_after, hoist_insn_to_edge, nonzero_bits1): Likewise.
8869 * rtlhooks.c (gen_lowpart_general): Likewise.
8870 * sbitmap.c (sbitmap_difference): Likewise.
8871 * sched-deps.c (add_dependence, sched_analyze_1, sched_analyze_2,
8872 sched_analyze, add_forward_dependence): Likewise.
8873 * sched-ebb.c (fix_basic_block_boundaries, schedule_ebb): Likewise.
8874 * sched-rgn.c (debug_regions, compute_trg_info, schedule_region,
8875 schedule_insns): Likewise.
8876 * sched-vis.c (print_pattern): Likewise.
8877 * sdbout.c (sdbout_symbol, sdbout_toplevel_data): Likewise.
8878 * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
8879 simplify_const_relational_operation, simplify_ternary_operation,
8880 simplify_immed_subreg, simplify_subreg, simplify_gen_subreg):
8881 Likewise.
8882 * sreal.c (copy, sreal_sub, sreal_div): Likewise.
8883 * stmt.c (force_label_rtx, expand_goto, expand_asm_operands,
8884 resolve_operand_name_1, expand_return, expand_decl,
8885 expand_anon_union_decl, emit_case_bit_tests, expand_case): Likewise.
8886 * stor-layout.c (put_pending_size, smallest_mode_for_size,
8887 int_mode_for_mode, layout_decl, finish_builtin_struct, layout_type,
8888 set_sizetype, get_mode_bounds): Likewise.
8889
8890 2004-09-09 Zack Weinberg <zack@codesourcery.com>
8891
8892 * defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default.
8893 * config/arm/pecoff.h, config/i386/beos-elf.h
8894 * config/i386/cygming.h, config/i386/i386-interix.h:
8895 Define MULTIPLE_SYMBOL_SPACES to 1, not nothing. Remove
8896 comment cloned from manual.
8897 * doc/tm.texi: Update description of MULTIPLE_SYMBOL_SPACES.
8898
8899 2004-09-09 Frank Ch. Eigler <fche@redhat.com>
8900
8901 * builtins.c (build_va_arg_indirect_ref): New function.
8902 (std_gimplify_va_arg_expr): Call it instead of mudflap check and
8903 build_fold_indirect_ref.
8904 * config/i386/i386.c (ix86_gimplify_va_arg): Ditto.
8905 * config/ia64/ia64.c (ia64_gimplify_va_arg): Ditto.
8906 * tree.h: Declare new function.
8907
8908 2004-09-09 Nathan Sidwell <nathan@codesourcery.com>
8909
8910 * cgraphunit.c (cgraph_mark_functions_to_output): Renable node
8911 dumping for development builds.
8912 * emit-rtl.c (verify_rtx_sharing): Give verbose failure for
8913 development builds only.
8914 * genattrtab.c (write_eligible_delay): Fix typo in previous
8915 commit.
8916 * tree.c (iterative_hash_expr): Replace gcc_unreachable with
8917 gcc_assert.
8918
8919 2004-09-09 Nathan Sidwell <nathan@codesourcery.com>
8920
8921 * gcse.c (INSN_CUID, insert_set_in_table, find_avail_set,
8922 cprop_insn, do_local_cprop, local_cprop_pass, find_bypass_set,
8923 process_insert_insn, insert_insn_end_bb, pre_insert_copy_insn,
8924 hoist_code, extract_mentioned_regs_helper, compute_store_table,
8925 insert_store): Use gcc_assert and gcc_unreachable.
8926 * ggc-common.c (ggc_splay_alloc, ggc_splay_dont_free,
8927 gt_pch_note_object, gt_pch_note_reorder, relocate_ptrs,
8928 ggc_record_overhead): Likewise.
8929 * ggc-page.c (alloc_page, free_page, ggc_set_mark, ggc_marked_p,
8930 init_ggc, ggc_push_context, ggc_recalculate_in_use_p,
8931 ggc_pop_context, clear_marks, validate_free_objects,
8932 ggc_pch_read): Likewise.
8933 * ggc-zone.c (ggc_allocated_p, free_chunk, ggc_set_mark,
8934 ggc_marked_p, ggc_get_size, init_ggc, destroy_ggc_zone,
8935 ggc_push_context, check_cookies, ggc_collect,
8936 ggc_print_statistics): Likewise.
8937 * gimple-low.c (lower_function_body, lower_stmt,
8938 lower_bind_expr): Likewise.
8939 * gimplify.c (gimple_tree_eq, push_gimplify_context,
8940 pop_gimplify_context, gimple_pop_condition, create_tmp_var,
8941 declare_tmp_vars, gimple_add_tmp_var, annotate_all_with_locus,
8942 mostly_copy_tree_r, gimplify_return_expr, gimplify_switch_expr,
8943 gimplify_case_label_expr, gimplify_exit_block_expr,
8944 canonicalize_component_ref, gimplify_compound_lval,
8945 gimplify_self_mod_expr, gimplify_call_expr,
8946 gimplify_init_ctor_eval, gimplify_init_constructor,
8947 gimplify_modify_expr, gimplify_save_expr, gimplify_target_expr,
8948 gimplify_expr, check_pointer_types_r,
8949 force_gimple_operand): Likewise.
8950 * global.c (global_alloc, build_insn_chain): Likewise.
8951 * graph.c (clean_graph_dump_file,
8952 finish_graph_dump_file): Likewise.
8953 gcov-io.c (gcov_open): Use GCOV_CHECK.
8954
8955 2004-09-09 Richard Sandiford <rsandifo@redhat.com>
8956
8957 * config/frv/frv.c (acc_operand, accg_operand): Use REGNO.
8958
8959 2004-09-09 Jan Hubicka <jh@suse.cz>
8960
8961 middle-end/17128
8962 * tree-inline.c (expand_call_inline): Make overactive sanity check
8963 happy.
8964
8965 2004-09-09 Jan Hubicka <jh@suse.cz>
8966
8967 * tree-ssa-loop-ivopts.c (peel_address): Fix abort on
8968 VIEW_CONVERT_EXPR.
8969
8970 2004-09-09 Nathan Sidwell <nathan@codesourcery.com>
8971
8972 * Makefile.in (gengtype): Use $(BUILD_ERRORS).
8973 (gengtype.o): Depend on errors.h.
8974 * genattrtab.c (strcmp_check): Use gcc_assert and gcc_unreachable.
8975 (attr_rtx_1, attr_printf, attr_copy_rtx, evaluate_eq_attr,
8976 attr_alt_subset_p, attr_alt_subset_of_compl_p,
8977 attr_alt_intersection, attr_alt_union, optimize_attrs, gen_insn,
8978 write_test_expr, write_attr_value, write_eligible_delay,
8979 make_internal_attr, make_numeric_value): Likewise.
8980 * genautomata.c (regexp_name, get_str_vect,
8981 gen_presence_absence_set, automaton_decl_hash,
8982 automaton_decl_eq_p, insn_decl_hash, insn_decl_eq_p, decl_hash,
8983 decl_eq_p, process_regexp, loop_in_regexp, check_loops_in_regexps,
8984 process_regexp_cycles, reserv_sets_cmp, set_unit_reserv,
8985 test_unit_reserv, it_is_empty_reserv_sets,
8986 reserv_sets_are_intersected, reserv_sets_shift, reserv_sets_or,
8987 reserv_sets_and, output_cycle_reservs, get_free_state,
8988 intersected_state_reservs_p, states_union, remove_arc,
8989 copy_insn_regexp, transform_1, transform_2, transform_3,
8990 regexp_transform_func, store_alt_unit_usage,
8991 check_regexp_units_distribution, process_seq_for_forming_states,
8992 process_alts_for_forming_states, make_automaton,
8993 form_arcs_marked_by_insn, create_composed_state,
8994 set_out_arc_insns_equiv_num, partition_equiv_class,
8995 process_insn_equiv_class, set_insn_equiv_classes,
8996 units_to_automata_heuristic_distr, form_regexp,
8997 longest_path_length, output_dfa_max_issue_rate, add_vect,
8998 out_state_arcs_num, add_vect_el, output_trans_table,
8999 output_state_alts_table, output_dead_lock_vect,
9000 output_max_insn_queue_index_def,
9001 output_min_insn_conflict_delay_func,
9002 output_internal_insn_latency_func, output_print_reservation_func,
9003 output_cpu_unit_reservation_p, output_state_arcs,
9004 make_insn_alts_attr, make_internal_dfa_insn_code_attr,
9005 make_default_insn_latency_attr,
9006 form_important_insn_automata_lists): Likewise.
9007 * genemit.c (gen_exp, output_add_clobbers,
9008 output_added_clobbers_hard_reg_p): Likewise.
9009 * genextract.c (print_path, main): Likewise.
9010 * genflags.c (gen_macro): Likewise.
9011 * gengenrtl.c: Include errors.h
9012 (type_from_format, accessor_from_format): Likewise.
9013 * gengtype.c (get_file_basename, output_mangled_typename,
9014 walk_type, write_types_process_field,
9015 write_types_local_process_field): Likewise.
9016 * genmodes.c (complete_mode): Likewise.
9017 * genopinit.c (gen_insn): Likewise.
9018 * genoutput.c (output_insn_data, check_constraint_len,
9019 constraint_len): Likewise.
9020 * genpreds.c (add_mode_tests):Likewise.
9021 * gen-protos.c (add_hash): Likewise.
9022 * genrecog.c (find_operand, find_matching_operand,
9023 validate_pattern, add_to_sequence, maybe_both_true,
9024 nodes_identical_1, merge_trees, write_switch, write_cond,
9025 write_action, is_unconditional, make_insn_sequence,
9026 debug_decision_2): Likewise.
9027 * gensupport.c (is_predicable, collect_insn_data,
9028 alter_predicate_for_insn, maybe_eval_c_test): Likewise.
9029
9030 2004-09-09 Jan Hubicka <jh@suse.cz>
9031
9032 * basic-block.h (guess_outgoing_edge_probabilities): Declare.
9033 * cfgbuild.c (compute_outgoing_frequencies): When probability is
9034 missing, guess it.
9035 (find_many_sub_basic_blocks): Do update profile only when it is
9036 present.
9037 * predict.c (set_even_probabilities): Break out from ...
9038 (combine_predictions_for_insn): ... here; deal with
9039 !can_predict_insn_p insns.
9040 (combine_predictions_for_bb): Use set_even_probabilities.
9041 (bb_estimate_probability_locally): Break out from ....
9042 (estimate_probability): ... here.
9043 (guess_outgoing_edge_probabilities): New entry point.
9044
9045 2004-09-09 Nathan Sidwell <nathan@codesourcery.com>
9046
9047 * gcc.c (add_sysrooted_prefix, execute, do_self_spec, do_spec_1,
9048 handle_braces, process_brace_body, main, used_arg,
9049 set_multilib_dir, print_multilib_info): Use fatal, not abort.
9050
9051 * tree-nested.c (create_tmp_var_for): Correct missinverted assert.
9052
9053 * tree-outof-ssa.c (free_temp_expr_table): Add missed assert.
9054 * tree-ssa-ccp.c (set_lattice_value): Correct missapplied de
9055 Morgan's theorem in last checkin.
9056
9057 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>
9058 Nathan Sidwell <nathan@codesourcery.com>
9059
9060 * targhooks.c (default_unwind_emit, default_scalar_mode_supported_p):
9061 Use gcc_assert, gcc_unreachable & internal_error instead of abort.
9062 * timevar.c (timevar_push, timevar_pop, timevar_start,
9063 timevar_stop): Likewise.
9064 * toplev.c (default_pch_valid_p): Likewise.
9065 * tracer.c (tail_duplicate): Likewise.
9066 * tree-alias-common.c (get_alias_var_decl,
9067 get_values_from_constructor, create_alias_var, delete_alias_vars,
9068 empty_points_to_set, same_points_to_set, ptr_may_alias_var):
9069 Likewise.
9070 * tree.c (tree_size, make_node_stat, copy_node_stat,
9071 build_int_cst_wide, integer_all_onesp, list_length, chainon,
9072 tree_node_structure, type_contains_placeholder_p, substitute_in_expr,
9073 substitute_placeholder_in_expr, tabilize_reference_1, build0_stat,
9074 build1_stat, build2_stat, build3_stat, build4_stat, is_attribute_p,
9075 lookup_attribute, type_hash_canon, host_integerp, iterative_hash_expr,
9076 build_method_type_directly, decl_type_context, get_callee_fndecl,
9077 get_set_constructor_bits, build_vector_type_for_mode, int_cst_value,
9078 tree_fold_gcd): Likewise.
9079 * tree-cfg.c (create_bb, make_ctrl_stmt_edges, make_exit_edges,
9080 make_cond_expr_edges, group_case_labels, tree_merge_blocks,
9081 cleanup_control_expr_graph, find_taken_edge,
9082 find_taken_edge_switch_expr, phi_alternatives_equal,
9083 is_ctrl_altering_stmt, disband_implicit_edges, set_bb_for_stmt,
9084 stmt_for_bsi, tree_find_edge_insert_loc, bsi_insert_on_edge_immediate,
9085 tree_split_edge, tree_verify_flow_info, thread_jumps,
9086 tree_redirect_edge_and_branch, tree_flow_call_edges_add): Likewise.
9087 * tree-chrec.c (chrec_fold_poly_cst, chrec_fold_plus_poly_poly,
9088 chrec_fold_multiply_poly_poly): Likewise.
9089 * tree-complex.c (extract_component, expand_complex_division,
9090 expand_complex_comparison, expand_complex_operations_1,
9091 build_replicated_const, expand_vector_operations_1): Likewise.
9092 * tree-data-ref.c (tree_fold_bezout, build_classic_dist_vector,
9093 build_classic_dir_vector): Likewise.
9094 * tree-dfa.c (compute_immediate_uses_for_phi,
9095 compute_immediate_uses_for_stmt, create_var_ann, create_stmt_ann,
9096 create_tree_ann, collect_dfa_stats, get_virtual_var): Likewise.
9097 * tree-dump.c (dequeue_and_dump): Likewise.
9098 * tree-eh.c (record_stmt_eh_region, add_stmt_to_eh_region,
9099 record_in_finally_tree, replace_goto_queue_1,
9100 maybe_record_in_goto_queue, verify_norecord_switch_expr,
9101 do_return_redirection): Likewise.
9102 * tree-if-conv.c (tree_if_convert_stmt, tree_if_convert_cond_expr,
9103 add_to_dst_predicate_list, find_phi_replacement_condition,
9104 replace_phi_with_cond_modify_expr, get_loop_body_in_if_conv_order):
9105 Likewise.
9106 * tree-inline.c (remap_decl, remap_type, remap_decls, copy_body_r,
9107 initialize_inlined_parameters, declare_return_variable,
9108 estimate_num_insns_1, expand_call_inline, expand_calls_inline,
9109 optimize_inline_calls, copy_tree_r): Likewise.
9110 * tree-into-ssa.c (rewrite_initialize_block_local_data, rewrite_stmt,
9111 ssa_rewrite_stmt, rewrite_into_ssa): Likewise.
9112 * tree-iterator.c (alloc_stmt_list, tsi_link_before, tsi_link_after,
9113 tsi_split_statement_list_after, tsi_split_statement_list_before):
9114 Likewise.
9115 * tree-mudflap.c (mf_varname_tree): Likewise.
9116 * tree-nested.c (create_tmp_var_for, lookup_field_for_decl,
9117 lookup_tramp_for_decl, convert_all_function_calls): Likewise.
9118 * tree-optimize.c (tree_rest_of_compilation): Likewise.
9119 * tree-outof-ssa.c (create_temp, eliminate_build, eliminate_phi,
9120 coalesce_abnormal_edges, coalesce_ssa_name, eliminate_virtual_phis,
9121 free_temp_expr_table, add_dependance, finish_expr, rewrite_trees):
9122 Likewise.
9123 * tree-phinodes.c (resize_phi_node, add_phi_arg,
9124 remove_all_phi_nodes_for): Likewise.
9125 * tree-pretty-print.c (op_prio, print_call_name): Likewise.
9126 * tree-profile.c (tree_gen_interval_profiler, tree_gen_pow2_profiler,
9127 tree_gen_one_value_profiler, tree_gen_const_delta_profiler): Likewise.
9128 * tree-sra.c (type_can_instantiate_all_elements, sra_hash_tree,
9129 sra_elt_eq, sra_walk_expr, instantiate_missing_elements,
9130 generate_one_element_ref, generate_element_copy,
9131 generate_element_zero, scalarize_copy, scalarize_init,
9132 scalarize_ldst): Likewise.
9133 * tree-ssa-alias.c (delete_alias_info, group_aliases, may_alias_p,
9134 add_may_alias, add_pointed_to_expr, add_pointed_to_var,
9135 collect_points_to_info_r, get_tmt_for, get_ptr_info): Likewise.
9136 * tree-ssa.c (walk_use_def_chains, check_phi_redundancy): Likewise.
9137 * tree-ssa-ccp.c (dump_lattice_value, get_default_value, get_value,
9138 set_lattice_value, likely_value, ccp_visit_phi_node, visit_assignment,
9139 widen_bitfield, ccp_fold_builtin): Likewise.
9140 * tree-ssa-copy.c (may_propagate_copy, merge_alias_info,
9141 replace_exp_1, propagate_tree_value): Likewise.
9142 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Likewise.
9143 * tree-ssa-dce.c (set_control_dependence_map_bit,
9144 find_control_dependence, find_pdom, mark_operand_necessary,
9145 mark_stmt_if_obviously_necessary,
9146 mark_control_dependent_edges_necessary, remove_dead_stmt): Likewise.
9147 * tree-ssa-dom.c (dom_opt_initialize_block_local_data,
9148 simplify_switch_and_lookup_avail_expr, cprop_into_successor_phis,
9149 eliminate_redundant_computations, avail_expr_eq): Likewise.
9150 * tree-ssa-dse.c (fix_stmt_v_may_defs): Likewise.
9151 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p,
9152 duplicate_blocks): Likewise.
9153 * tree-ssa-loop-im.c (for_each_index, set_level,
9154 is_call_clobbered_ref): Likewise.
9155 * tree-ssa-loop-ivopts.c (dump_use, divide, stmt_after_ip_normal_pos,
9156 stmt_after_increment, set_iv, contains_abnormal_ssa_name_p,
9157 find_interesting_uses_outer_or_nonlin, add_derived_ivs_candidates,
9158 peel_address, ptr_difference_cost, may_replace_final_value,
9159 determine_use_iv_cost, rewrite_use_nonlinear_expr, rewrite_use_outer,
9160 rewrite_use, rewrite_uses): Likewise.
9161 * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa,
9162 check_loop_closed_ssa_use): Likewise.
9163 * tree-ssanames.c (make_ssa_name): Likewise.
9164 * tree-ssa-operands.c (finalize_ssa_defs, finalize_ssa_uses,
9165 finalize_ssa_v_must_defs, finalize_ssa_stmt_operands,
9166 get_stmt_operands, get_expr_operands, get_asm_expr_operands,
9167 get_indirect_ref_operands, add_stmt_operand): Likewise.
9168 * tree-ssa-pre.c (value_exists_in_set_bitmap,
9169 value_remove_from_set_bitmap, bitmap_insert_into_set, insert_into_set,
9170 phi_translate, valid_in_set, compute_antic,
9171 find_or_generate_expression, create_expression_by_pieces, insert_aux,
9172 create_value_expr_from, eliminate): Likewise.
9173 * tree-ssa-propagate.c (cfg_blocks_get): Likewise.
9174 * tree-ssa-threadupdate.c (remove_last_stmt_and_useless_edges):
9175 Likewise.
9176 * tree-tailcall.c (independent_of_stmt_p, adjust_return_value,
9177 eliminate_tail_call): Likewise.
9178 * tree-vectorizer.c (vect_create_index_for_array_ref,
9179 vect_align_data_ref, vect_create_data_ref,
9180 vect_create_destination_var, vect_get_vec_def_for_operand,
9181 vect_finish_stmt_generation, vect_transform_stmt,
9182 vect_transform_loop_bound, vect_transform_loop,
9183 vect_analyze_operations): Likewise.
9184 * tree-vn.c (vn_compute, set_value_handle, get_value_handle):
9185 Likewise.
9186 * tree-flow-inline.h (var_ann, get_var_ann, get_def_from_ptr,
9187 get_use_op_ptr, immediate_use, phi_ssa_name_p, bsi_start,
9188 bsi_after_labels, bsi_last): Likewise.
9189 * tree-ssa-live.c (var_union, change_partition_var,
9190 create_ssa_var_map, calculate_live_on_entry, root_var_init,
9191 type_var_init, add_coalesce, sort_coalesce_list, pop_best_coalesce):
9192 Likewise.
9193 * tree-ssa-live.h (partition_is_global, live_entry_blocks,
9194 tpa_find_tree): Likewise.
9195 (register_ssa_partition_check): Declare.
9196 (register_ssa_partition): use it.
9197 * tree-ssa-live.c: Include errors.h.
9198 (register_ssa_partition_check): New.
9199 * tree-ssa-operands.c: Include errors.h.
9200 * Makefile.in (tree-ssa-operands.o): Depend on errors.h.
9201
9202 2004-09-09 Richard Sandiford <rsandifo@redhat.com>
9203 Catherine Moore <clm@redhat.com>
9204
9205 * config/frv/frv-protos.h (FRV_CPU_FR550, FRV_CPU_FR450)
9206 (FRV_CPU_FR405): New processor enums.
9207 (frv_issue_rate, frv_acc_group): Declare.
9208 * config/frv/frv.h (CPP_SPEC, CPP_FRV_SPEC, CPP_FR500_SPEC): Delete.
9209 (CPP_FR400_SPEC, CPP_SIMPLE_SPEC): Delete.
9210 (MASK_DEFAULT_FR550, MASK_DEFAULT_FR450): New macros.
9211 (SUBTARGET_EXTRA_SPECS, EXTRA_SPECS, CPP_CPU_DEFAULT_SPEC): Delete.
9212 (TARGET_CPU_CPP_BUILTINS): Define the macros that were previously
9213 handled by CPP_SPEC.
9214 (MASK_LONG_CALLS, TARGET_LONG_CALLS): New macros.
9215 (MASK_ALIGN_LABELS, TARGET_ALIGN_LABELS): New macros.
9216 (ACC_MASK): New macro.
9217 (TARGET_MEDIA_REV2): Include FRV_CPU_{FR405,FR450,FR550}.
9218 (TARGET_MEDIA_FR450): New macro.
9219 (TARGET_FR500_FR550_BUILTINS, TARGET_FR405_BUILTINS): New macros.
9220 (TARGET_SWITCHES): Add -m{no-,}align-labels and -m{no-,}long-calls.
9221 (LABEL_ALIGN_AFTER_BARRIER): Define.
9222 (ACC_LAST, ACCG_LAST): Add four new accumulator registers.
9223 (IACC_FIRST, IACC_LAST): New pair of SPRs.
9224 (ACCG_FIRST, AP_FIRST, SPR_FIRST, SPR_LAST): Adjust accordingly.
9225 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER)
9226 (REGISTER_NAMES): Add entries for new registers.
9227 (REG_CLASS_CONTENTS): Update for new register ranges.
9228 (EXTRA_CONSTRAINT_FOR_S): Redefine in terms of call_operand.
9229 (ISSUE_RATE, CLEAR_VLIW_START, SET_VLIW_START): Delete.
9230 (PACKING_FLAG_USED_P): Delete.
9231 (FRV_BUILTIN_MQLCLRHS, FRV_BUILTIN_MQLMTHS, FRV_BUILTIN_MQSLLHI)
9232 (FRV_BUILTIN_MQSRAHI, FRV_BUILTIN_SMUL, FRV_BUILTIN_UMUL)
9233 (FRV_BUILTIN_PREFETCH0, FRV_BUILTIN_PREFETCH, FRV_BUILTIN_SMASS)
9234 (FRV_BUILTIN_SMSSS, FRV_BUILTIN_SMU, FRV_BUILTIN_SCUTSS)
9235 (FRV_BUILTIN_ADDSS, FRV_BUILTIN_SUBSS, FRV_BUILTIN_SLASS)
9236 (FRV_BUILTIN_IACCread{l,ll}, FRV_BUILTIN_IACCset{ll,l})
9237 (FRV_BUILTIN_SCAN): New members of frv_builtin_enum.
9238 (FRV_BUILTIN_FIRST_NONMEDIA): New macro.
9239 (CPU_UNITS_QUERY): Define to 1.
9240 * config/frv/frv.c: Include gt-frv.h
9241 (NUM_NOP_PATTERNS, NTH_UNIT, UNIT_NUMBER, PACKING_FLAG_P): New macros.
9242 (SET_PACKING_FLAG, CLEAR_PACKING_FLAG, FOR_EACH_REGNO): New macros.
9243 (frv_insn_group): New enumeration.
9244 (frv_unit_names, frv_unit_groups, frv_unit_codes): New variables.
9245 (frv_type_to_unit, frv_nops, frv_num_nops): New variables.
9246 (REGSTATE_DEAD, REGSTATE_LIVE, REGSTATE_UNUSED, REGSTATE_MASK)
9247 (REGSTATE_CONDJUMP): Delete. Shuffle other numbers to cover the
9248 gap left by REGSTATE_LIVE.
9249 (regstate_t): New typedef.
9250 (TARGET_MACHINE_DEPENDENT_REORG): Define.
9251 (frv_default_flags_for_cpu): Handle FRV_CPU_{FR550,FR450,FR405}.
9252 (frv_override_options): Check for -mcpu={fr550,fr450,fr405}.
9253 Initialize frv_unit_codes[] and frv_type_to_unit[].
9254 (frv_conditional_register_usage): Remove redundant fixing of
9255 accumulator registers.
9256 (frv_insn_packing_flag): Update specification.
9257 (frv_function_prologue): Don't set frv_insn_packing_flag here.
9258 Zero out frv_nops[].
9259 (frv_expand_epilogue): Remove comments about the no-longer-present
9260 SIBCALL_P argument.
9261 (frv_asm_output_mi_thunk): Check frv_issue_rate() rather than
9262 PACKING_FLAG_USED_P() when deciding whether to pack instructions.
9263 (frv_asm_output_opcode, frv_final_prescan_insn): Simplify in light
9264 of the new meaning of frv_insn_packing_flag. Emit an mnop.p if
9265 packing is disabled and if INSN can only issue to M1.
9266 (call_operand): Check TARGET_LONG_CALLS.
9267 (acc_operand, even_acc_operand, quad_acc_operand)
9268 (accg_operand): Simplify. Don't accept pseudo registers.
9269 (output_move_single): Handle SPR<-zero moves.
9270 (frv_issue_rate): Make non-static. Handle FRV_CPU_{FR550,FR450,FR405}.
9271 (frv_registers_update, frv_registers_used_p): Delete.
9272 (frv_registers_set_p): Delete.
9273 (frv_acc_group_1, frv_acc_group, frv_insn_unit): New functions.
9274 (frv_issues_to_branch_unit_p): New function.
9275 (frv_packet): New structure.
9276 (frv_cond_flags, frv_regstate_conflict_p): New functions.
9277 (frv_registers_conflict_p_1, frv_registers_conflict_p): New functions.
9278 (frv_registers_update_1, frv_registers_update): New functions.
9279 (frv_start_packet, frv_start_packet_block, frv_finish_packet)
9280 (frv_pack_insn_p, frv_add_insn_to_packet, frv_insert_nop_in_packet)
9281 (frv_for_each_packet, frv_sort_insn_group_1, frv_compare_insns)
9282 (frv_sort_insn_group, frv_reorder_packet): New functions.
9283 (frv_pack_insns): Use frv_reorder_packet.
9284 (frv_packet_address): New variable.
9285 (frv_fill_unused_units, frv_align_label, frv_reorg_packet)
9286 (frv_register_nop, frv_reorg): New functions.
9287 (bdesc_1arg): Add __SCUTSS.
9288 (bdesc_2arg): Add __MQLCLRHS, __MQLMTHS, __SMUL, __UMUL, __ADDSS,
9289 __SUBSS, __SLASS and __SCAN.
9290 (bdesc_2argimm): Add __MQSLLHI and __MQSRAHI.
9291 (bdesc_int_void2arg, bdesc_prefetches): New arrays.
9292 (frv_init_builtins): Register the above builtins.
9293 (frv_int_to_acc): Use ACC_MASK to check for valid accumulator
9294 registers. Turn the referenced accumulators into global registers.
9295 (frv_read_iacc_argument): New function.
9296 (frv_expand_int_void2arg, frv_expand_prefetches): New functions.
9297 (frv_split_iacc_move): New function.
9298 (frv_expand_builtin): Handle the new builtins.
9299 * config/frv/frv.md: Replace old schedulers with new order-independent
9300 ones. Add schedulers for the FR405, FR450 and FR550. Describe new
9301 packing algorithm.
9302 (cpu): Add fr550, fr450 and fr405.
9303 (type): Add macc, scan, cut, fnop, fscmp, fdcmp, mnop, mqlimh and
9304 mqshift. Replace fmas with fsmadd and fmad with fdmadd. Delete m7.
9305 (*muladd[sd]f4, *mulsub[sd]f4): Fix types.
9306 (*cmp[sd]f_cc_fp): Use new f[sd]cmp types.
9307 (fnop, mnop): New patterns.
9308 (UNSPEC_MQLCLRHS, UNSPEC_MQLMTHS, UNSPEC_MQSLLHI, UNSPEC_MQSRAHI):
9309 New constants.
9310 (mexpdhw, *cond_exec_mexpdhw): Fix destination operands.
9311 (mclracca8): Use ACC_MASK to determine the upper set of accumulator
9312 registers.
9313 (mqlclrhs, mqlmths, mqsllhi, mqsrahi): New patterns.
9314 (UNSPEC_SMUL, UNSPEC_UMUL, UNSPEC_SMU, UNSPEC_ADDSS, UNSPEC_SUBSS)
9315 (UNSPEC_SLASS, UNSPEC_SCAN, UNSPEC_INTSS, UNSPEC_SCUTSS)
9316 (UNSPEC_PREFETCH0, UNSPEC_PREFETCH, UNSPEC_IACCreadll)
9317 (UNSPEC_IACCreadl, UNSPEC_IACCsetll, UNSPEC_IACCsetl, UNSPEC_SMASS)
9318 (UNSPEC_SMSSS, UNSPEC_IMUL, IACC0_REG): New constants.
9319 (smul, umul, smass, smsss, smu, addss, subss, slass, scan, scutss)
9320 (frv_prefetch0, frv_prefetch): New patterns.
9321 * config/frv/t-frv (MULTILIB_OPTIONS): Remove -mcpu=frv and
9322 -mcpu=simple. Add -mcpu=fr550.
9323 (MULTILIB_DIRNAMES): Update accordingly.
9324 (MULTILIB_MATCHES): Use the fr400 multilibs for -mcpu=fr405 and
9325 -mcpu=fr450.
9326 * doc/invoke.texi: Document the new -mcpu={fr550,fr450,fr405},
9327 -mlong-calls and -malign-labels options for FR-V.
9328
9329 2004-09-09 Joseph S. Myers <jsm@polyomino.org.uk>
9330
9331 PR c/8420
9332 * c-tree.h (struct c_declspecs): New.
9333 (struct c_declarator, struct c_type_name, struct c_parm): Update
9334 element types.
9335 (build_array_declarator, grokfield, shadow_tag, shadow_tag_warned,
9336 start_function, start_decl, build_c_parm,
9337 make_pointer_declarator): Update prototypes.
9338 (build_null_declspecs, declspecs_add_qual, declspecs_add_type,
9339 declspecs_add_scspec, declspecs_add_attrs): New.
9340 (split_specs_attrs): Remove.
9341 * c-parse.in (%union): Add dsptype.
9342 (declspecs_nosc_nots_nosa_noea, declspecs_nosc_nots_nosa_ea,
9343 declspecs_nosc_nots_sa_noea, declspecs_nosc_nots_sa_ea,
9344 declspecs_nosc_ts_nosa_noea, declspecs_nosc_ts_nosa_ea,
9345 declspecs_nosc_ts_sa_noea, declspecs_nosc_ts_sa_ea,
9346 declspecs_sc_nots_nosa_noea, declspecs_sc_nots_nosa_ea,
9347 declspecs_sc_nots_sa_noea, declspecs_sc_nots_sa_ea,
9348 declspecs_sc_ts_nosa_noea, declspecs_sc_ts_nosa_ea,
9349 declspecs_sc_ts_sa_noea, declspecs_sc_ts_sa_ea, declspecs_ts,
9350 declspecs_nots, declspecs_ts_nosa, declspecs_nots_nosa,
9351 declspecs_nosc_ts, declspecs_nosc_nots, declspecs_nosc, declspecs,
9352 maybe_type_quals_attrs): Change to dsptype.
9353 (struct c_declspec_stack): New.
9354 (current_declspecs, declspec_stack): Change type.
9355 (PUSH_DECLSPEC_STACK, POP_DECLSPEC_STACK): Update to new
9356 structures.
9357 (extdefs): Likewise.
9358 (setspecs): Likewise.
9359 (fndef): Use current_declspecs for empty declspecs list.
9360 (declspecs_nosc_nots_nosa_noea, declspecs_nosc_nots_nosa_ea,
9361 declspecs_nosc_nots_sa_noea, declspecs_nosc_nots_sa_ea,
9362 declspecs_nosc_ts_nosa_noea, declspecs_nosc_ts_nosa_ea,
9363 declspecs_nosc_ts_sa_noea, declspecs_nosc_ts_sa_ea,
9364 declspecs_sc_nots_nosa_noea, declspecs_sc_nots_nosa_ea,
9365 declspecs_sc_nots_sa_noea, declspecs_sc_nots_sa_ea,
9366 declspecs_sc_ts_nosa_noea, declspecs_sc_ts_nosa_ea,
9367 declspecs_sc_ts_sa_noea, declspecs_sc_ts_sa_ea): Update to new
9368 structures and helper functions. Update comments.
9369 (typespec_nonattr): Correct comment.
9370 (maybe_type_quals_attrs, typename): Update to new structures.
9371 * c-decl.c (grokdeclarator, build_array_declarator, grokfield,
9372 shadow_tag, shadow_tag_warned, start_function, start_decl,
9373 build_c_parm, make_pointer_declarator,
9374 set_array_declarator_inner, groktypename): Update to new
9375 structures.
9376 (build_null_declspecs, declspecs_add_qual, declspecs_add_type,
9377 declspecs_add_scspec, declspecs_add_attrs): New.
9378 (split_specs_attrs): Remove.
9379 (shadow_tag_warned): Make warning for useless type names a
9380 pedwarn. Give hard error for long, short, signed, unsigned or
9381 _Complex used with struct, union or enum in empty declaration.
9382 Make found_tag a bool.
9383 (grokdeclarator): Remove checks now done at parse time.
9384
9385 2004-09-09 Joseph S. Myers <jsm@polyomino.org.uk>
9386
9387 * c-tree.h (enum c_declarator_kind, struct c_arg_info, struct
9388 c_declarator, struct c_type_name, struct c_parm): New.
9389 (build_array_declarator, set_array_declarator_inner,
9390 get_parm_info, grokfield, groktypename, grokparm, push_parm_decl,
9391 start_function, start_decl, build_c_parm, build_attrs_declarator,
9392 build_function_declarator, make_pointer_declarator, c_cast_expr,
9393 store_parm_decls_newstyle, c_expr_sizeof_type): Update prototypes.
9394 (build_id_declarator): New.
9395 * c-typeck.c (c_cast_expr, c_expr_sizeof_type): Update to new
9396 structures.
9397 * c-decl.c (ARG_INFO_PARMS, ARG_INFO_TAGS, ARG_INFO_TYPES,
9398 ARG_INFO_OTHERS): Remove.
9399 (build_id_declarator): New.
9400 (build_array_declarator, set_array_declarator_inner, groktypename,
9401 start_decl, grokparm, push_parm_decl, grokparms, get_parm_info,
9402 grokfield, start_function, store_parm_decls_newstyle,
9403 store_parm_decls_oldstyle, store_parm_decls,
9404 build_c_parm, build_attrs_declarator, build_function_declarator,
9405 make_pointer_declarator, grokdeclarator): Update to new
9406 structures.
9407 * c-parse.in (%union): Add arginfotype, dtrtype, typenametype and
9408 parmtype.
9409 (declarator, notype_declarator, after_type_declarator,
9410 parm_declarator, parm_declarator_starttypename,
9411 parm_declarator_nostarttypename, array_declarator, typename,
9412 absdcl, absdcl1, absdcl1_ea, absdcl1_noea, direct_absdcl1,
9413 absdcl_maybe_attribute, parm, firstparm, parms, parmlist,
9414 parmlist_1, parmlist_2, parmlist_or_identifiers,
9415 parmlist_or_identifiers_1): Use these types.
9416 (primary, after_type_declarator, parm_declarator_starttypename,
9417 notype_declarator, component_decl, component_declarator,
9418 component_notype_declarator, typename, absdcl,
9419 absdcl_maybe_attribute, absdcl1_ea, direct_absdcl1, parmlist_1,
9420 parmlist_2, parmlist_or_identifiers_1): Update to new structures.
9421
9422 2004-09-09 Joseph S. Myers <jsm@polyomino.org.uk>
9423
9424 * c-tree.h (C_DECL_USED, parser_obstack, in_alignof, in_sizeof,
9425 in_typeof, record_maybe_used_decl, pop_maybe_used,
9426 c_expr_sizeof_expr, c_expr_sizeof_type): New.
9427 * c-decl.c (parser_obstack): New.
9428 (c_init_decl_processing): Initialize parser_obstack.
9429 (c_write_global_declarations_1): Check for used but undefined
9430 static functions.
9431 * c-parse.in (%union): Add otype.
9432 (save_obstack_position): New.
9433 (extdefs): Use it.
9434 (unary_expr): Update in_sizeof and in_alignof. Use
9435 c_expr_sizeof_expr and c_expr_sizeof_type.
9436 (sizeof): Update in_sizeof.
9437 (alignof): Update in_alignof.
9438 (typeof): Update in_typeof.
9439 (typespec_nonreserved_nonattr): Call pop_maybe_used.
9440 * c-typeck.c (in_alignof, in_sizeof, in_typeof, struct
9441 maybe_used_decl, maybe_used_decls, record_maybe_used_decl,
9442 pop_maybe_used, c_expr_sizeof_expr, c_expr_sizeof_type): New.
9443 (build_external_ref): Set C_DECL_USED or call
9444 record_maybe_used_decl if appropriate.
9445 * toplev.c (check_global_declarations): Check TREE_NO_WARNING.
9446
9447 2004-09-08 Eric Christopher <echristo@redhat.com>
9448
9449 * builtins.c: Fix prototype for fold_builtin_atan.
9450
9451 2004-09-08 Eric Christopher <echristo@redhat.com>
9452
9453 * builtins.c (fold_builtin_strlen, fold_builtin_sqrt, fold_builtin_cbrt,
9454 fold_builtin_pow, fold_builtin_sin, fold_builtin_cos, fold_builtin_tan,
9455 fold_builtin_atan): New functions. Migrate function bodies...
9456 (fold_builtin_1): ... from here.
9457
9458 2004-09-09 Alan Modra <amodra@bigpond.net.au>
9459
9460 * config/rs6000/rs6000.c (rs6000_stack_info): Correct alignment of
9461 save_size.
9462
9463 2004-09-08 David Edelsohn <edelsohn@gnu.org>
9464
9465 * config/rs6000/power4.md (power4-lmul): du4 feeds iu1.
9466 * config/rs6000/power5.md (power5-lmul): Same.
9467
9468 2004-09-08 Richard Henderson <rth@redhat.com>
9469
9470 PR rtl-opt/17186
9471 * function.c (expand_function_end): Have fall-off-the-end
9472 return path jump around return register setup.
9473
9474 2004-09-08 Eric Botcazou <ebotcazou@libertysurf.fr>
9475
9476 * config/sparc/sparc.c (sparc_indent_opcode): New variable.
9477 (output_return): Do not test for the presence of the 'unimp' insn.
9478 Use 'current_function_uses_only_leaf_regs' and 'final_sequence'
9479 as predicates instead of custom ones. Return raw strings when
9480 possible.
9481 (output_sibcall): Likewise. Concatenate strings.
9482 (output_ubranch): Remove kludge for TurboSPARC.
9483 (output_cbranch): Remove 'noop' parameter. Do not output 'nop'.
9484 (output_v9branch): Likewise.
9485 (print_operand): Use 'final_sequence' instead of 'dbr_sequence_length'.
9486 <#>: Set sparc_indent_opcode if the delay slot is filled.
9487 <(>: Likewise.
9488 <)>: New operand to emit the displacement from the saved PC on return.
9489 <@>: Remove.
9490 * config/sparc/sparc.h (sparc_indent_opcode): Declare it.
9491 (ASM_OUTPUT_OPCODE): New macro.
9492 (PRINT_OPERAND_PUNCT_VALID_P): Remove '^' and add ')'.
9493 * config/sparc/sparc.md (normal_branch, inverted_branch,
9494 normal_fp_branch, inverted_fp_branch, normal_fpe_branch,
9495 inverted_fpe_branch): Adjust call to output_cbranch.
9496 (normal_int_branch_sp64, inverted_int_branch_sp64): Adjust
9497 call to output_v9branch.
9498 * config/sparc/sparc-protos.h (output_cbranch): Adjust.
9499 (output_v9branch): Likewise.
9500
9501 2004-09-08 Devang Patel <dpatel@apple.com>
9502
9503 * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Add -segaddr,
9504 -segs_read_only_addr and -segs_read_write_addr.
9505 (WORD_SWITCH_TAKES_ARG): Same.
9506 (LINK_SPEC): Same.
9507 * doc/invoke.texi: Document -segaddr, -segs_read_only_addr and
9508 -segs_read_write_addr.
9509
9510 2004-09-08 Richard Henderson <rth@redhat.com>
9511
9512 * function.c (reference_callee_copied): New.
9513 (assign_parm_setup_reg): Use it.
9514 * calls.c (initialize_argument_information): Likewise.
9515 (emit_library_call_value_1): Likewise.
9516 * function.h (reference_callee_copied): Declare.
9517
9518 * target.h (struct gcc_target): Add callee_copies.
9519 * target-def.h (TARGET_CALLEE_COPIES): New.
9520 (TARGET_PASS_BY_REFERENCE): Update default.
9521 * expr.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9522 * targhooks.c (hook_callee_copies_named): New.
9523 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Rename from
9524 hook_pass_by_reference_false.
9525 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): New.
9526 * targhooks.h: Update decls.
9527 * config/arc/arc.c (TARGET_CALLEE_COPIES): New.
9528 * config/arc/arc.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9529 * config/frv/frv-protos.h (frv_function_arg_callee_copies): Remove.
9530 * config/frv/frv.c (frv_function_arg_callee_copies): Remove.
9531 * config/frv/frv.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9532 * config/iq2000/iq2000.c (TARGET_CALLEE_COPIES): New.
9533 * config/iq2000/iq2000.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9534 * config/m68hc11/m68hc11.c (TARGET_CALLEE_COPIES): New.
9535 * config/m68hc11/m68hc11.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9536 * config/mips/mips.c (TARGET_CALLEE_COPIES): New.
9537 (mips_callee_copies): New.
9538 * config/mips/mips.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9539 * config/mmix/mmix.c (TARGET_CALLEE_COPIES): New.
9540 * config/mmix/mmix.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9541 * config/mn10300/mn10300.c (TARGET_CALLEE_COPIES): New.
9542 * config/mn10300/mn10300.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9543 * config/pa/pa.c (TARGET_CALLEE_COPIES): New.
9544 * config/pa/pa.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9545 * config/sh/sh.c (sh_callee_copies): New.
9546 (TARGET_CALLEE_COPIES): New.
9547 * config/sh/sh.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9548 * config/v850/v850.c (TARGET_CALLEE_COPIES): New.
9549 * config/v850/v850.h (FUNCTION_ARG_CALLEE_COPIES): Remove.
9550 * doc/tm.texi (TARGET_CALLEE_COPIES): Replace documentation
9551 for FUNCTION_ARG_CALLEE_COPIES.
9552 * doc/rtl.texi (CALL_INSN_FUNCTION_USAGE): Update.
9553
9554 2004-09-08 Devang Patel <dpatel@apple.com>
9555
9556 * tree-if-conv.c (find_phi_replacement_condition): Return true
9557 edge block.
9558 (replace_phi_with_cond_modify_expr): Select conditional expr args
9559 based on true edge basic block.
9560
9561 2004-09-08 Jan Hubicka <jh@suse.cz>
9562
9563 * tree-ssa-operands.c (add_stmt_operand): Use V_MUST_DEF even for
9564 variables being alias set.
9565
9566 2004-09-08 Nathan Sidwell <nathan@codesourcery.com>
9567
9568 * final.c (shorten_branches, final, get_insn_template,
9569 output_alternate_entry_point, final_scan_insn, alter_subreg,
9570 alter_cond, output_operand, asm_fprintf, final_forward_branch_p,
9571 leaf_renumber_regs_insn): Use gcc_assert and gcc_unreachable.
9572 * fix-header.c (lookup_std_proto): Likewise.
9573 * flow.c (first_insn_after_basic_block_note, verify_wide_reg,
9574 verify_local_live_at_start, update_life_info, mark_reg,
9575 calculate_global_regs_live, allocate_reg_life_data,
9576 init_propagate_block_info, mark_set_regs, flush_reg_cond_reg_1,
9577 ior_reg_cond, not_reg_cond, and_reg_cond, elim_reg_cond,
9578 attempt_auto_inc, mark_used_reg, mark_used_regs): Likewise.
9579 * fold-const.c (force_fit_type, div_and_round_double,
9580 may_negate_without_overflow_p, int_const_binop, const_binop,
9581 size_binop, size_diffop, fold_convert_const, fold_convert,
9582 invert_tree_comparison, swap_tree_comparison,
9583 comparison_to_compcode, compcode_to_comparison, invert_truthvalue,
9584 range_binop, make_range, fold_cond_expr_with_comparison,
9585 fold_div_compare, fold, fold_checksum_tree, fold_negate_const,
9586 fold_abs_const, fold_not_const, fold_relational_const, round_up,
9587 round_down): Likewise.
9588 * function.c (find_function_data, assign_stack_temp_for_type,
9589 instantiate_virtual_regs_lossage, aggregate_value_p,
9590 assign_parm_find_entry_rtl, assign_parm_setup_block,
9591 expand_function_start, expand_function_end, keep_stack_depressed,
9592 handle_epilogue_set, thread_prologue_and_epilogue_insns): Likewise.
9593
9594 2004-09-08 Daniel Berlin <dberlin@dberlin.org>
9595
9596 * Makefile.in (tree-loop-linear.o): Added.
9597 (OBJS-common): Add tree-loop-linear.o
9598 * common.opt: New flag, ftree-loop-linear.
9599 * timevar.def: New timevar, TV_TREE_LOOP_LINEAR.
9600 * tree-flow.h: Add prototype for linear_transform_loops.
9601 * tree-optimize.c: Add linear transform after vectorization.
9602 * tree-pass.h: Add struct pass_linear_transform.
9603 * tree-ssa-loop.c: Add pass_linear_transform.
9604 * tree-loop-linear.c: New file.
9605 * lambda-code.c: gcc_assertify.
9606 (gcc_loop_to_lambda_loop): Handle all exit tests.
9607 Handle case where we have (invariant >= induction var).
9608 (find_induction_var_from_exit_cond): Ditto.
9609
9610 2004-09-08 Jie Zhang <zhangjie@magima.com.cn>
9611
9612 * tree-ssa-alias.c (compute_flow_insensitive_aliasing): If type
9613 memory tag is call clobbered, so are its aliases.
9614 (group_aliases): When two memory tags being grouped, if one is
9615 call clobbered, so are the other and its aliases.
9616 (add_may_alias): Remove call-clobbering stuff.
9617 (replace_may_alias): Likewise.
9618 (merge_pointed_to_info): Merge pt_global_mem
9619
9620 2004-09-08 Jan Hubicka <jh@suse.cz>
9621
9622 * cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node.
9623 * cgraphunit.c (verify_cgraph): Don't verify on syntax errors.
9624 (cgraph_expand_function): Remove stale cgraph edges of currently
9625 compiled function; fix non-unit-at-a-time code copying function
9626 node for later reuse.
9627
9628 2004-09-08 Nathan Sidwell <nathan@codesourcery.com>
9629
9630 * vec.c (vec_p_reserve, vec_o_reserve): Rename to ...
9631 (vec_gc_p_reserve, vec_gc_o_reserve): ... here. Clone to
9632 (vec_heap_p_reserve, vec_heap_o_reserve): ... here, adjust.
9633 (vec_gc_free, vec_heap_free): New.
9634 * vec.h (DEF_VEC_GC_P, DEF_VEC_MALLOC_P): New.
9635 (DEF_VEC_P): Add allocator argument. Adjust.
9636 (DEF_VEC_GC_O, DEF_VEC_MALLOC_O): New.
9637 (DEF_VEC_O): Add allocator argument. Adjust.
9638 (VEC(free)): New.
9639
9640 * tree.h (tree): Define a GC'd vector.
9641 * lamba-code.c (lambda_loop): Likewise.
9642 * value-prof.h (histogram_value): Likewise.
9643
9644 2004-09-08 Nathan Sidwell <nathan@codesourcery.com>
9645
9646 * emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable.
9647 (gen_rtx_SUBREG, gen_reg_rtx, mark_user_reg, subreg_hard_regno,
9648 gen_lowpart_common, gen_highpart, gen_highpart_mode,
9649 subreg_highpart_offset, operand_subword, operand_subword_force,
9650 mem_expr_equal_p, set_mem_attributes_minus_bitpos,
9651 set_mem_alias_set, change_address_1, verify_rtx_sharing,
9652 copy_most_rtx, set_first_insn, set_last_insn, prev_cc0_setter,
9653 try_split, add_insn_after, add_insn_before, remove_insn,
9654 remove_unnecessary_notes, emit_insn_before, emit_jump_insn_before,
9655 emit_call_insn_before, emit_insn_after, emit_jump_insn_after,
9656 emit_call_insn_after, emit_insn, emit_jump_insn, emit_call_insn,
9657 set_unique_reg_note, emit, push_to_full_sequence, copy_insn_1,
9658 gen_const_vector_0, emit_copy_of_insn_after): Likewise.
9659 * et-forest.c (set_prev, set_next, et_check_occ_sanity,
9660 record_path_before_1, check_path_after_1, check_path_after): Likewise.
9661 * except.c (gen_eh_region, resolve_one_fixup_region,
9662 remove_unreachable_regions, convert_from_eh_region_ranges_1,
9663 add_ehl_entry, duplicate_eh_region_1, build_post_landing_pads,
9664 connect_post_landing_pads, sjlj_emit_function_exit,
9665 remove_exception_handler_label, remove_eh_handler,
9666 reachable_next_level, collect_one_action_chain,
9667 output_function_exception_table): Likewise.
9668 * explow.c (trunc_int_for_mode, copy_to_mode_reg,
9669 optimize_save_area_alloca, allocate_dynamic_stack_space,
9670 probe_stack_range, hard_function_value): Likewise.
9671 * expmed.c (mode_for_extraction, store_bit_field,
9672 store_fixed_bit_field, extract_bit_field, expand_shift,
9673 expand_mult_const, expand_mult, choose_multiplier,
9674 expand_mult_highpart, expand_divmod, emit_store_flag,
9675 do_cmp_and_jump): Likewise.
9676 * expr.c (convert_move, convert_modes, move_by_pieces,
9677 move_by_pieces_ninsns, move_by_pieces_1, emit_block_move,
9678 move_block_from_reg, gen_group_rtx, emit_group_load,
9679 emit_group_move, emit_group_store, use_reg, use_regs,
9680 can_store_by_pieces, store_by_pieces, store_by_pieces_1,
9681 emit_move_insn, emit_move_insn_1, emit_push_insn,
9682 expand_assignment, store_expr, count_type_elements,
9683 store_constructor, store_field, safe_from_p, expand_var,
9684 expand_expr_addr_expr, expand_expr_real_1, do_store_flag): Likewise.
9685
9686 2004-09-08 Nathan Sidwell <nathan@codesourcery.com>
9687
9688 * dbxout.c (dbxout_type, dbxout_type_name, dbxout_symbol): Use
9689 gcc_assert and gcc_unreachable.
9690 * ddg.c (create_ddg_dependence, add_deps_for_def,
9691 add_deps_for_use, create_ddg, add_edge_to_ddg): Likewise.
9692 * df.c (df_ref_unlink, df_ref_record, df_uses_record,
9693 df_reg_def_chain_create, df_reg_use_chain_create, df_analyze,
9694 df_insn_delete, df_refs_reg_replace, df_ref_reg_replace,
9695 df_insns_modify, df_pattern_emit_before, df_bb_reg_live_start_p,
9696 df_bb_reg_live_end_p, df_bb_regs_lives_compare,
9697 df_bb_single_def_use_insn_find, dataflow_set_a_op_b,
9698 dataflow_set_copy, hybrid_search, diagnostic.c,
9699 diagnostic_build_prefix, diagnostic_count_diagnostic): Likewise.
9700 * dojump.c (do_jump): Likewise.
9701 * dominance.c (calc_dfs_tree_nonrec, calc_dfs_tree,
9702 compute_dom_fast_query, calculate_dominance_info,
9703 free_dominance_info, get_immediate_dominator,
9704 set_immediate_dominator, get_dominated_by,
9705 redirect_immediate_dominators, nearest_common_dominator,
9706 dominated_by_p, verify_dominators, recount_dominator,
9707 iterate_fix_dominators, add_to_dominance_info,
9708 delete_from_dominance_info): Likewise.
9709 * dwarf2asm.c (size_of_encoded_value, eh_data_format_name,
9710 dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
9711 dw2_force_const_mem, dw2_asm_output_encoded_addr_rtx): Likewise.
9712 * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes, reg_save,
9713 initial_return_save, stack_adjust_offset, dwarf2out_stack_adjust,
9714 flush_queued_reg_saves, dwarf2out_frame_debug_expr,
9715 dwarf2out_frame_debug, dw_cfi_oprnd1_desc, output_cfi,
9716 output_call_frame_info, output_loc_operands, build_cfa_loc,
9717 decl_ultimate_origin, AT_flag, AT_int, AT_unsigned, AT_string,
9718 AT_string_form, add_AT_specification, AT_ref, set_AT_ref_external,
9719 AT_loc, AT_loc_list, AT_addr, AT_lbl, add_child_die,
9720 splice_child_die, attr_checksum, same_dw_val_p,
9721 break_out_includes, build_abbrev_table, size_of_die, mark_dies,
9722 unmark_dies, value_format, output_loc_list, output_die,
9723 output_pubnames, output_aranges, base_type_die, is_base_type,
9724 modified_type_die, dbx_reg_number, multiple_reg_loc_descriptor,
9725 mem_loc_descriptor, loc_descriptor, loc_descriptor_from_tree_1,
9726 field_byte_offset, add_data_member_location_attribute,
9727 add_const_value_attribute, rtl_for_decl_location,
9728 add_location_or_const_value_attribute, add_byte_size_attribute,
9729 add_bit_offset_attribute, add_bit_size_attribute,
9730 add_abstract_origin_attribute, pop_decl_scope, scope_die_for,
9731 decl_start_label, gen_formal_parameter_die,
9732 gen_type_die_for_member, gen_subprogram_die, gen_label_die,
9733 gen_typedef_die, gen_type_die, gen_tagged_type_instantiation_die,
9734 force_decl_die, force_type_die, gen_decl_die,
9735 dwarf2out_imported_module_or_decl, prune_unused_types_prune,
9736 dwarf2out_finish): Likewise.
9737
9738 2004-09-08 Andreas Tobler <toa@pop.agri.ch>
9739
9740 * Makefile.in (builtins.o): Depend on tree-mudflap.h.
9741 * builtins.c: Include tree-mudflap.h.
9742
9743 2004-09-08 Uros Bizjak <uros@kss-loka.si>
9744
9745 * config/i386/i386.c (ix86_prepare_fp_compare_args): Do not
9746 force operand 0.0 into register in XFmode. Also do not force
9747 operand 0.0 into register if !TARGET_CMOVE.
9748 * config/i386/i386.md (*cmpfp_0): Delete. Remove comment.
9749 (*cmpfp_0_sf, cmpfp_0_df, cmpfp_0_xf): New patterns to
9750 implement ftst x87 instruction.
9751 (*fp_jcc_7): New insn pattern. Change corresponding split
9752 pattern to handle "general_operand" instead of
9753 "nonimmediate_operand".
9754
9755 2004-09-08 Ben Elliston <bje@au.ibm.com>
9756
9757 * doc/rtl.texi (Insns): Document NOTE_INSN_FUNCTION_BEG.
9758
9759 2004-09-07 Frank Ch. Eigler <fche@redhat.com>
9760
9761 * builtins.c (std_gimplify_va_arg_expr): Mark INDIRECT_REF nodes
9762 generated from standard va_arg expansion.
9763 * tree-mudflap.c (mx_xform_derefs_1): Omit instrumentation from
9764 marked nodes.
9765 (mf_varname_tree, mf_file_function_line_tree): Add some support
9766 for column numbers if compiled with USE_MAPPED_LOCATION.
9767
9768 2004-09-07 Ziemowit Laski <zlaski@apple.com>
9769
9770 * c-decl.c (groktypename_in_parm_context): Remove function.
9771 * c-tree.h (groktypename_in_parm_context): Remove prototype.
9772
9773 2004-09-07 Ziemowit Laski <zlaski@apple.com>
9774
9775 * Makefile.in (c-parse.o): Depend on $(C_COMMON_H).
9776 * c-parse.in: Include c-common.h instead of objc-act.h.
9777 (ivar_decl_list, ivar_decls, ivar_decl, ivars, ivar_declarator,
9778 myparms, myparm): Remove %type declarations.
9779 (methodtype, optparms, OBJC_TYPE_QUAL, objc_quals, objc_qual,
9780 objc_typename, objc_try_catch_stmt, optellipsis): Add %type
9781 declarations.
9782 (objc_inherit_code, objc_public_flag): Remove.
9783 (typespec_nonreserved_nonattr): Call
9784 objc_get_protocol_qualified_type() instead of get_static_reference()
9785 and get_protocol_reference().
9786 (stmt_nocomp): Call grokparm() on @catch parameter.
9787 (objcdef): Move semantic action to objc_finish_implementation().
9788 (classdef): Move semantic action to objc_start_class_interface(),
9789 objc_continue_interface(), objc_finish_interface(),
9790 objc_start_class_implementation(), objc_continue_implementation(),
9791 objc_start_category_interface() and
9792 objc_start_category_implementation().
9793 (protocoldef): Move semantic actions to objc_start_protocol() and
9794 objc_finish_interface().
9795 (ivar_decl_list): Remove nonterminal.
9796 (visibility_spec): Move semantic actions to objc_set_visibility().
9797 (ivar_decls): Remove assignment to $$.
9798 (ivar_decl): Rephrase in terms of component_decl; call
9799 objc_add_instance_variable().
9800 (ivars, ivar_declarator): Remove nonterminals.
9801 (opt_semi): New nonterminal.
9802 (methodtype): Remove semantic actions.
9803 (methoddef): Move semantic actions to objc_set_method_type(),
9804 objc_start_method_definition() and objc_finish_method_definition().
9805 (methodproto): Move semantic actions to objc_set_method_type() and
9806 objc_add_method_declaration().
9807 (methoddecl): Use objc_typename instead of typename; move semantic
9808 actions to objc_build_method_signature().
9809 (optarglist, myxdecls, mydecl, myparms, myparm): Remove nonterminals.
9810 (optparmlist): Express in terms of optparms and optellipsis.
9811 (optparms, optellipsis, objc_qual, objc_quals, objc_typename): New
9812 nonterminals.
9813 (keyworddecl): Use objc_typename instead of typename.
9814 (rid_to_yy): Mark RID_IN, RID_OUT, RID_INOUT, RID_BYCOPY, RID_BYREF
9815 and RID_ONEWAY as returning OBJC_TYPE_QUAL to yyparse().
9816
9817 2004-09-08 Alan Modra <amodra@bigpond.net.au>
9818
9819 * doc/tm.texi (MD_UNWIND_SUPPORT): Document.
9820 (MD_FALLBACK_FRAME_STATE_FOR): Update.
9821 * unwind-dw2.c (MD_UNWIND_SUPPORT): #include if defined.
9822 (uw_frame_state_for): Adjust MD_FALLBACK_FRAME_STATE_FOR invocation.
9823 (MD_FROB_UPDATE_CONTEXT): Remove default.
9824 (uw_update_context_1): Instead #ifdef invocation.
9825 * config/ia64/unwind-ia64.c (MD_UNWIND_SUPPORT): #include if defined.
9826 (uw_frame_state_for): Adjust MD_FALLBACK_FRAME_STATE_FOR invocation.
9827 * config/alpha/gnu.h (MD_FALLBACK_FRAME_STATE_FOR): Don't undef.
9828 (MD_UNWIND_SUPPORT): Undefine this instead.
9829 * config/i386/gnu.h: Likewise.
9830 * config/alpha/linux-unwind.h: New file, macro converted to
9831 function, extracted from..
9832 * config/alpha/linux.h (MD_FALLBACK_FRAME_STATE_FOR): ..this.
9833 (MD_UNWIND_SUPPORT): Define.
9834 * config/alpha/vms-unwind.h, config/alpha/vms.h: Likewise.
9835 * config/i386/linux-unwind.h, config/i386/linux.h,
9836 config/i386/linux64.h: Likewise.
9837 * config/ia64/linux-unwind.h, config/ia64/linux.h: Likewise.
9838 MD_HANDLE_UNWABI too.
9839 * config/mips/linux-unwind.h, config/mips/linux.h: Likewise.
9840 * config/pa/linux-unwind.h, config/pa/pa32-linux.h: Likewise.
9841 * config/rs6000/darwin-unwind.h, config/rs6000/darwin.h: Likewise.
9842 * config/s390/linux-unwind.h, config/s390/linux.h: Likewise.
9843 * config/sparc/linux-unwind.h, config/sparc/linux.h,
9844 config/sparc/linux64.h: Likewise.
9845 * config/sh/linux-unwind.h, config/sh/linux.h: Likewise, but merge
9846 SH_FALLBACK_FRAME_FLOAT_STATE into sh_fallback_frame_state.
9847 * config/rs6000/linux-unwind.h, config/rs6000/linux.h,
9848 config/rs6000/linux64.h: Likewise. Split out get_sigcontext
9849 function. Use ARG_POINTER_REGNUM for 32-bit temp reg too.
9850
9851 2004-09-07 Jan Hubicka <jh@suse.cz>
9852
9853 * cse.c (fold_rtx): Avoid building of
9854 (CONST (MINUS (CONST_INT) (SYMBOL_REF)))
9855
9856 * tree-ssa-pre.c (grand_bitmap_obstack): New.
9857 (value_insert_into_set_bitmap, bitmap_set_new): Use the obstack.
9858 (init_pre): Initialize obstack.
9859 (fini_pre): Free obstack.
9860
9861 2004-09-07 David Daney <ddaney@avtrex.com>
9862
9863 * config.gcc: Added support for --with-divide=[breaks|traps] for
9864 mips targets.
9865 * config/mips/mips.h (MASK_DIVIDE_BREAKS): New target_flags bit.
9866 (TARGET_DIVIDE_TRAPS): New macro.
9867 (TARGET_SWITCHES): Added -mdivide-traps and -mdivide-breaks.
9868 (OPTION_DEFAULT_SPECS): Added --with-divide= support.
9869 * config/mips/mips.c (mips_idiv_insns): Generate proper count on
9870 GENERATE_DIVIDE_TRAPS.
9871 (mips_output_division): Emit conditional trap if
9872 GENERATE_DIVIDE_TRAPS is set.
9873 * doc/install.texi: Document --with-divide.
9874 * doc/invoke.texi: Document -mdivide-traps and -mdivide-breaks.
9875
9876 2004-09-07 Caroline Tice <ctice@apple.com>
9877
9878 * cfgrtl.c (rtl_verify_flow_info_1): Add new edge flag,
9879 EDGE_CROSSING, to flags test case.
9880
9881 2004-09-07 Jan Hubicka <jh@suse.cz>
9882
9883 * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Deal with '<'
9884 class too.
9885
9886 2004-09-07 Nathan Sidwell <nathan@codesourcery.com>
9887
9888 * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from,
9889 cfgbuild.c, inside_basic_block_p, control_flow_insn_p,
9890 make_label_edge, make_edges, find_basic_blocks_1): Use gcc_assert
9891 or gcc_unreachable.
9892 * cfg.c (clear_edges, initialize_bb_rbi, compact_blocks,
9893 remove_edge, alloc_aux_for_blocks, free_aux_for_blocks,
9894 alloc_aux_for_edges, free_aux_for_edges): Likewise.
9895 * cfgcleanup.c (try_forward_edges,
9896 merge_blocks_move_predecessor_nojumps,
9897 merge_blocks_move_successor_nojumps): Likewise.
9898 * cfgexpand.c (expand_gimple_cond_expr,
9899 expand_gimple_tailcall): Likewise.
9900 * cfghooks.c (duplicate_block): Likewise.
9901 * cfglayout.c (record_effective_endpoints,
9902 insn_locators_initialize, change_scope, fixup_reorder_chain,
9903 verify_insn_chain, fixup_fallthru_exit_predecessor,
9904 duplicate_insn_chain, cfg_layout_finalize): Likewise.
9905 * cfgloopanal.c (check_irred): Likewise.
9906 * cfgloop.c (superloop_at_depth, flow_loops_free,
9907 flow_loop_entry_edges_find, flow_loops_find,
9908 flow_loop_outside_edge_p, get_loop_body,
9909 get_loop_body_in_dom_order, get_loop_body_in_bfs_order,
9910 get_loop_exit_edges, num_loop_branches, cancel_loop,
9911 verify_loop_structure): Likewise.
9912 cfgloopmanip.c (find_path, remove_path, loop_delete_branch_edge,
9913 duplicate_loop_to_header_edge, create_preheader,
9914 create_loop_notes): Likewise.
9915 * cfgrtl.c (delete_insn, try_redirect_by_replacing_jump,
9916 edirect_branch_edge, force_nonfallthru_and_redirect,
9917 rtl_split_edge, insert_insn_on_edge, commit_one_edge_insertion,
9918 commit_edge_insertions, commit_edge_insertions_watch_calls,
9919 purge_dead_edges, cfg_layout_redirect_edge_and_branch,
9920 cfg_layout_redirect_edge_and_branch_force,
9921 cfg_layout_merge_blocks, rtl_flow_call_edges_add): Likewise.
9922 * cgraph.c (cgraph_node, cgraph_create_edge, cgraph_remove_edge,
9923 cgraph_redirect_edge_callee, cgraph_global_info, cgraph_rtl_info,
9924 cgraph_varpool_node): Likewise.
9925 * cgraphunit.c (cgraph_finalize_function,
9926 cgraph_finalize_compilation_unit, cgraph_mark_functions_to_output,
9927 cgraph_expand_function, cgraph_remove_unreachable_nodes,
9928 cgraph_clone_inlined_nodes, cgraph_mark_inline_edge,
9929 cgraph_mark_inline, cgraph_expand_all_functions,
9930 cgraph_build_static_cdtor): Likewise.
9931 * combine.c (do_SUBST, try_combine, subst, combine_simplify_rtx,
9932 simplify_logical, distribute_notes, insn_cuid): Likewise.
9933 * conflict.c (conflict_graph_add, print_conflict): Likewise.
9934 * coverage.c (rtl_coverage_counter_ref, tree_coverage_counter_ref,
9935 coverage_checksum_string): Likewise.
9936 * cse.c (make_new_qty, make_regs_eqv, insert, invalidate,
9937 hash_rtx, exp_equiv_p, cse_basic_block, count_reg_usage,
9938 cse_cc_succs, cse_condition_code_reg): Likewise.
9939 * cselib.c (entry_and_rtx_equal_p, remove_useless_values,
9940 rtx_equal_for_cselib_p, wrap_constant, cselib_hash_rtx,
9941 new_cselib_val, cselib_subst_to_values, cselib_invalidate_regno,
9942 cselib_record_set): Likewise.
9943
9944 2004-09-07 Jan Hubicka <jh@suse.cz>
9945
9946 * tree-ssa-loop-ivopts.c (iv_value): Avoid invalid sharing on niter.
9947
9948 2004-09-07 Nathan Sidwell <nathan@codesourcery.com>
9949
9950 * builtins.c (fold_builtin_strchr): Use build_int_cst, not
9951 fold_convert.
9952 (fold_builtin_strpbrk): Likewise.
9953 * expr.c (array_ref_low_bound): Likewise.
9954 * tree-scalar-evolution.c (chrec_is_positive, add_to_evolution_1,
9955 interpret_rhs_modify_expr, number_of_iterations_in_loop): Likewise.
9956 * tree-sra.c (generate_element_zero): Likewise.
9957 * tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Likewise.
9958 * tree-ssa-loop-ivopts.c (determine_biv_step, idx_find_step,
9959 add_old_iv_candidates, add_iv_candidates): Likewise.
9960 * tree-tailcall.c (tree_optimize_tail_calls_1): Likewise.
9961
9962 2004-09-07 Nathan Sidwell <nathan@codesourcery.com>
9963
9964 * c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.
9965 * c-common.c (c_type_hash, c_common_nodes_and_builtins,
9966 c_expand_expr, boolean_increment, nonnull_check_p,
9967 check_function_arguments_recurse, fold_offsetof_1): Likewise.
9968 * c-cppbuiltin.c (define__GNUC__, builtin_define_stdint_macros,
9969 builtin_define_type_max): Likewise.
9970 * c-decl.c (bind, pop_scope, merge_decls, pushdecl_top_level,
9971 implicit_decl_warning, builtin_function, build_compound_literal,
9972 complete_array_type, grokdeclarator, get_parm_info,
9973 start_function, store_parm_decls_oldstyle,
9974 c_write_global_declarations): Likewise.
9975 * c-format.c (get_constant, decode_format_attr,
9976 maybe_read_dollar_number, get_flag_spec, check_format_arg,
9977 check_format_types, format_type_warning,
9978 find_char_info_specifier_index, init_dynamic_asm_fprintf_info,
9979 init_dynamic_diag_info, handle_format_attribute): Likewise.
9980 * c-gimplify.c (push_context, pop_context, finish_bc_block):
9981 * c-lex.c (c_lex_with_flags, lex_string): Likewise.
9982 * c-objc-common.c (c_tree_printer): Likewise.
9983 * c-pch.c (pch_init): Likewise.
9984 * c-pragma.c (maybe_apply_pragma_weak): Likewise.
9985 * c-pretty-print.c (pp_c_tree_decl_identifier): Likewise.
9986 * c-typeck.c (c_incomplete_type_error, composite_type,
9987 common_pointer_type, common_type, same_translation_unit_p,
9988 tagged_types_tu_compatible_p, finish_init, pop_init_level,
9989 set_designator, set_nonincremental_init_from_string,
9990 process_init_element, c_finish_if_stmt): Likewise.
9991 * caller-save.c (init_caller_save, save_call_clobbered_regs,
9992 insert_restore, insert_save, insert_one_insn): Likewise.
9993 * calls.c (emit_call_1, compute_argument_block_size,
9994 precompute_arguments, expand_call, emit_library_call_value_1,
9995 store_one_arg): Likewise.
9996
9997 2004-09-07 Nathan Sidwell <nathan@codesourcery.com>
9998
9999 * configure.ac (enable-checking): Add release option. Reorganize
10000 to avoid repetition.
10001 * configure: Rebuilt.
10002 * doc/install.texi (enable-checking): Amend documentation.
10003
10004 2004-09-06 H.J. Lu <hongjiu.lu@intel.com>
10005
10006 PR bootstrap/17313
10007 * Makefile.in (specs.ready): Depend on cc1$(exeext).
10008
10009 2004-09-06 James E Wilson <wilson@specifixinc.com>
10010
10011 * config/mips/mips.md (movsf_hardfloat, movdf_hardfloat_64bit,
10012 movdf_hardfloat_32bit): Split fG into two alternatives.
10013 (movv2sf_hardfloat_64bit): Split fYG into two alternatives.
10014
10015 * emit-rtl.c (try_split): Check INSN_P before may_trap_p call.
10016
10017 2004-09-06 Eric Botcazou <ebotcazou@libertysurf.fr>
10018
10019 * final.c (output_in_slot): Delete.
10020 (final_scan_insn): Revert 2004-09-03 change.
10021 (output_asm_insn): Likewise.
10022 * config/sparc/sparc.c (output_return): Likewise.
10023 (output_sibcall): Likewise.
10024
10025 2004-09-06 Jan Hubicka <jh@suse.cz>
10026
10027 * loop.c (loop_dump_aux): Do not print RTL when not available.
10028 * tree-ssa-loop-ivopts.c (add_standard_iv_candidates): Do not use
10029 frontend specific type nodes.
10030 (produce_memory_decl_rtl): Break out from ...
10031 (prepare_decl_rtl): ... here. Handle ADDR_EXPR correctly.
10032 (get_computation_at): Avoid random tree sharing.
10033 (tree_ssa_iv_optimize): Verify tree sharing; dump loops.
10034
10035 2004-09-06 Zack Weinberg <zack@codesourcery.com>
10036
10037 * Makefile.in (rtl.o, bitmap.o): Correct dependencies, remove
10038 unnecessary commands.
10039
10040 2004-09-06 Mohan Embar <gnustuff@thisiscool.com>
10041
10042 * Makefile.in (rtl.o): Remove -DGENERATOR_FILE.
10043 (bitmap.o): Likewise.
10044
10045 2004-09-06 Paolo Bonzini <bonzini@gnu.org>
10046
10047 Unify the management of RTL and tree-level dump files.
10048
10049 * cfgexpand.c (tree_expand_cfg): Fix incorrect comment.
10050 Don't print function name to the dump file, the pass manager
10051 would do this for us. Add code from the top of
10052 rest_of_compilation, up to the initial RTL dump.
10053 * passes.c (rest_of_handle_jump): Call fixup_tail_calls and
10054 close the DFI_sibling dump file.
10055 (rest_of_compilation): Don't do that here. Remove code up to the
10056 initial RTL dump.
10057 (init_optimization_passes): Remove.
10058 (pass_rest_of_compilation): Change pass name to NULL.
10059 * toplev.c (lang_dependent_init): Do not use an empty dump file prefix.
10060 Do not call init_optimization_passes.
10061 * toplev.h (init_optimization_passes): Remove.
10062
10063 * graph.c (print_rtl_graph_with_bb, clean_graph_dump_file,
10064 finish_graph_dump_file): Remove SUFFIX parameter.
10065 * graph.h (print_rtl_graph_with_bb, clean_graph_dump_file,
10066 finish_graph_dump_file): Likewise.
10067
10068 * tree-pass.h (struct tree_opt_pass): Add `letter' field.
10069 * cfgexpand.c (pass_expand): Adjust.
10070 * gimple-low.c (pass_lower_cf, pass_remove_useless_vars): Adjust.
10071 * passes.c (pass_rest_of_compilation): Adjust.
10072 * predict.c (pass_profile): Adjust.
10073 * tree-alias-common.c (pass_build_pta, pass_del_pta): Adjust.
10074 * tree-cfg.c (pass_build_cfg, pass_remove_useless_stmts,
10075 pass_split_crit_edges, pass_warn_function_return): Adjust.
10076 * tree-complex.c (pass_lower_vector_ssa, pass_pre_expand): Adjust.
10077 * tree-dfa.c (pass_referenced_vars): Adjust.
10078 * tree-eh.c (pass_lower_eh): Adjust.
10079 * tree-if-conv.c (pass_build_ssa): Adjust.
10080 * tree-into-ssa.c (pass_build_ssa): Adjust.
10081 * tree-mudflap.c (pass_mudflap_1, pass_mudflap_2): Adjust.
10082 * tree-nomudflap.c (pass_mudflap_1, pass_mudflap_2): Adjust.
10083 * tree-nrv.c (pass_nrv): Adjust.
10084 * tree-optimize.c (pass_gimple, pass_all_optimizations,
10085 pass_cleanup_cfg_post_optimizing, pass_free_datastructures,
10086 pass_init_datastructures): Adjust.
10087 * tree-outof-ssa.c (pass_del_ssa): Adjust.
10088 * tree-profile.c (pass_tree_profile): Adjust.
10089 * tree-sra.c (pass_sra): Adjust.
10090 * tree-ssa-alias.c (pass_may_alias): Adjust.
10091 * tree-ssa-ccp.c (pass_ccp, pass_fold_builtins): Adjust.
10092 * tree-ssa-copyrename.c (pass_rename_ssa_copies): Adjust.
10093 * tree-ssa-dce.c (pass_dce, pass_cd_dce): Adjust.
10094 * tree-ssa-dom.c (pass_dominator): Adjust.
10095 * tree-ssa-dse.c (pass_dse): Adjust.
10096 * tree-ssa-forwprop.c (pass_forwprop): Adjust.
10097 * tree-ssa-if-conv.c (pass_if_conversion): Adjust.
10098 * tree-ssa-loop-ch.c (pass_ch): Adjust.
10099 * tree-ssa-loop.c (pass_loop, pass_loop_init, pass_lim,
10100 pass_loop_done, pass_complete_unroll, pass_iv_canon,
10101 pass_iv_optimize, pass_vectorize): Adjust.
10102 * tree-ssa-phiopt.c (pass_phiopt): Adjust.
10103 * tree-ssa-pre.c (pass_pre, pass_fre): Adjust.
10104 * tree-ssa.c (pass_redundant_phi, pass_early_warn_uninitialized,
10105 pass_late_warn_uninnitialized): Adjust.
10106 * tree-tailcall.c (pass_tail_recursion, pass_tail_calls): Adjust.
10107
10108 * Makefile.in (tree-dump.o): Add new dependencies.
10109 * cgraph.c (cgraph_remove_node): TDF_all -> TDF_tree_all.
10110 * cgraphunit.c (cgraph_preserve_function_body_p, cgraph_optimize):
10111 Likewise.
10112 * toplev.c (dump_file_name): New.
10113 * tree-dump.c (dump_enable_all): Add LETTER parameter.
10114 (struct dump_file_info): Add NUM and LETTER fields.
10115 (dump_files): Adjust and add RTL dump files.
10116 (dump_register): Add NUM and LETTER fields.
10117 (get_dump_file_name, dump_initialized_p, enable_rtl_dump_file): New.
10118 (dump_begin): Use get_dump_file_name.
10119 (dump_switch_p_1): Adjust call to dump_enable_all.
10120 * tree-dump.h (dump_register): Adjust prototype.
10121 * tree-optimize.c (register_one_dump_file): Take dump file index.
10122 Support flags for RTL dumps.
10123 (register_dump_files): Fill in NUM field of struct dump_file_info.
10124 Track properties both when the gate is executed and when it is not.
10125 (execute_todo): Dump RTL. Add PROPERTIES parameter.
10126 (execute_one_pass): Pass properties to execute_todo. Handle VCG
10127 dumps of RTL.
10128 * tree-pass.h (dump_file_name): New.
10129 * tree.h (TDF_TREE, TDF_RTL, get_dump_file_name, dump_initialized_p):
10130 New.
10131
10132 * Makefile.in (passes.o): Add new dependencies.
10133 * passes.c (struct dump_file_info, enum dump_file_index,
10134 dump_file_tbl, init_optimization_passes): Remove.
10135 (open_dump_file, close_dump_file): Use tree-dumping infrastructure.
10136 (rest_of_handle_new_regalloc, rest_of_handle_old_regalloc): Use
10137 dump_enabled_p.
10138 (finish_optimization_passes): Update finish_graph_dump_file loop.
10139 (enable_rtl_dump_file): Remove.
10140 * tree-dump.c (dump_files): Adjust and add RTL dump files.
10141 (enable_rtl_dump_file): Add here.
10142 * tree.h (enum tree_dump_index): Add RTL dump file indices.
10143 * doc/invoke.texi (Debugging options): Document new RTL debugging
10144 options. Update.
10145
10146 2004-09-05 Kazu Hirata <kazu@cs.umass.edu>
10147
10148 * c-common.c, c-decl.c, combine.c, defaults.h, fold-const.c,
10149 gimplify.c, gthr-nks.h, hooks.c, lambda-code.c, lambda-mat.c,
10150 stor-layout.c, target.h, tree-cfg.c, tree-chrec.c,
10151 tree-if-conv.c, tree-inline.c, tree-into-ssa.c,
10152 tree-mudflap.c, tree-optimize.c, tree-scalar-evolution.c,
10153 tree-ssa-alias.c, tree-ssa-ccp.c, tree-ssa-dce.c,
10154 tree-ssa-pre.c, tree-vectorizer.c, tree-vectorizer.h, tree.h,
10155 vec.h: Fix comment formatting.
10156
10157 2004-09-05 Kazu Hirata <kazu@cs.umass.edu>
10158
10159 * c-common.c, cfgexpand.c, cgraphunit.c, defaults.h,
10160 et-forest.c, expr.c, gimplify.c, global.c, gthr-lynx.h,
10161 hard-reg-set.h, modulo-sched.c, optabs.c, postreload-gcse.c,
10162 tree-data-ref.c, tree-flow.h, tree-if-conv.c, tree-inline.c,
10163 tree-sra.c, tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c,
10164 tree-ssa-loop-niter.c, tree-ssa-operands.c,
10165 tree-ssa-operands.h, tree-ssa-propagate.c,
10166 tree-ssa-propagate.h, tree-ssa-threadupdate.c, value-prof.c,
10167 vec.c, vec.h: Fix comment typos. Follow spelling conventions.
10168
10169 2004-09-05 Diego Novillo <dnovillo@redhat.com>
10170
10171 * tree-if-conv.c (gate_tree_if_conversion): Enable only if the
10172 vectorizer is enabled.
10173
10174 2004-09-05 Andreas Jaeger <aj@suse.de>
10175
10176 * tree-if-conv.c: Spell check comments and clean up whitespace.
10177
10178 2004-09-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10179
10180 * tree-ssa-loop-ivopts.c: New file.
10181 * Makefile.in (tree-ssa-loop-ivopts.c): Add.
10182 * cfgloop.h (target_avail_regs, target_res_regs, target_small_cost,
10183 target_pres_cost, target_spill_cost): Declare.
10184 * cfgloopanal.c (avail_regs, res_regs, small_cost, pres_cost,
10185 spill_cost): Renamed to ...
10186 (target_avail_regs, target_res_regs, target_small_cost,
10187 target_pres_cost, target_spill_cost): ... and exported.
10188 (init_set_costs, global_cost_for_size): Work with renamed variables.
10189 * common.opt (flag_ivopts): New flag.
10190 * expr.c (expand_expr_real_1): Handle SSA_NAME case. Handle
10191 REF_ORIGINAL.
10192 * gimplify.c (struct gimplify_ctx): Add into_ssa field.
10193 (internal_get_tmp_var, gimplify_modify_expr, gimplify_expr): Support
10194 generating SSA form.
10195 (force_gimple_operand): New function.
10196 * timevar.def (TV_TREE_LOOP_IVOPTS): New timevar.
10197 * tree-cfg.c (stmt_bsi): New function.
10198 * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND,
10199 PARAM_IV_MAX_CONSIDERED_USES): New.
10200 * tree-flow.h (stmt_bsi, tree_ssa_iv_optimize, split_loop_exit_edge,
10201 bsi_insert_on_edge_immediate_loop. standard_iv_increment_position,
10202 ip_end_pos, ip_normal_pos, force_gimple_operand): Declare.
10203 * tree-gimple.c (is_gimple_formal_tmp_var): Accept ssa names.
10204 * tree-nested.c (build_addr): Export.
10205 * tree-optimize.c (init_tree_optimization_passes): Add
10206 pass_iv_optimize.
10207 * tree-pass.h (pass_iv_optimize): Declare.
10208 * tree-ssa-loop-im.c (for_each_index): Handle REALPART_EXPR and
10209 IMAGPART_EXPR.
10210 * tree-ssa-loop-manip.c (create_iv): Force the base to be acceptable
10211 as a phi node argument.
10212 (split_loop_exit_edge, bsi_insert_on_edge_immediate_loop,
10213 ip_end_pos, ip_normal_pos, standard_iv_increment_position): New
10214 functions.
10215 * tree-ssa-loop-niter.c (zero_p, unsigned_type_for): Export.
10216 * tree-ssa-loop.c (tree_ssa_loop_ivopts, gate_tree_ssa_loop_ivopts,
10217 pass_iv_optimize): New pass.
10218 * tree-ssa-operands.c (get_indirect_ref_operands): Handle REF_ORIGINAL.
10219 * tree-ssanames.c (release_ssa_name): Allow calling with var = NULL.
10220 * tree.c (build_int_cst_type, cst_and_fits_in_hwi): New functions.
10221 * tree.h (REF_ORIGINAL): New macro.
10222 (build_int_cst_type, unsigned_type_for, zero_p,
10223 cst_and_fits_in_hwi, build_addr): Declare.
10224 * doc/invoke.texi (-fivopts): Document.
10225 (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND,
10226 PARAM_IV_MAX_CONSIDERED_USES): Document.
10227 * doc/passes.texi: Document induction variable optimizations pass.
10228
10229 2004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10230
10231 * builtin-attrs.def (ATTR_NOTHROW_SENTINEL_1): New.
10232 * builtins.def (BUILT_IN_EXECLE): Set ATTR_NOTHROW_SENTINEL_1.
10233 * c-common.c (c_common_attribute_table): Accept parameters to
10234 sentinel attribute.
10235 (check_function_sentinel, handle_sentinel_attribute): Likewise.
10236 * doc/extend.texi: Update accordingly.
10237
10238 2004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10239
10240 * builtin-attrs.def (ATTR_SENTINEL, ATTR_SENTINEL_NOTHROW_LIST):
10241 New.
10242 * builtins.def (BUILT_IN_EXECL, BUILT_IN_EXECLP): Add `sentinel'
10243 attribute.
10244 * c-common.c (handle_sentinel_attribute, check_function_sentinel):
10245 New functions.
10246 (c_common_attribute_table): Add `sentinel' attribute.
10247 (check_function_arguments): Handle `sentinel' attribute.
10248 * doc/extend.texi: Document `sentinel' attribute.
10249
10250 2004-09-04 H.J. Lu <hongjiu.lu@intel.com>
10251
10252 * configure: Regenerated.
10253
10254 2004-09-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10255
10256 * gimplify.c (internal_get_tmp_var): Remove unused var CLASS.
10257
10258 * tree.c (save_expr): No longer TREE_READONLY.
10259
10260 2004-09-04 Jan Hubicka <jh@suse.cz>
10261
10262 * passes.c (rest_of_clean_state): Fix merge conflict made during
10263 commiting the patch.
10264
10265 2004-09-04 Jan Hubicka <jh@suse.cz>
10266
10267 * passes.c (rest_of_clean_state): Decompose the instruction stream.
10268
10269 2004-09-04 Richard Sandiford <rsandifo@redhat.com>
10270
10271 * doc/md.texi (shift patterns): New anchor. Add reference to
10272 TARGET_SHIFT_TRUNCATION_MASK.
10273 * doc/tm.texi (TARGET_SHIFT_TRUNCATION_MASK): Document.
10274 * target.h (shift_truncation_mask): New target hook.
10275 * targhook.h (default_shift_truncation_mask): Declare.
10276 * targhook.c (default_shift_truncation_mask): Define.
10277 * target-def.h (TARGET_SHIFT_TRUNCATION_MASK): Define.
10278 (TARGET_INITIALIZER): Include it.
10279 * simplify-rtx.c (simplify_binary_operation): Combine ASHIFT, ASHIFTRT
10280 and LSHIFTRT cases. Truncate arg1 if SHIFT_COUNT_TRUNCATED, otherwise
10281 reject all out-of-range values. Fix sign-extension code for modes
10282 whose width is smaller than HOST_BITS_PER_WIDE_INT.
10283 * optabs.c (simplify_expand_binop, force_expand_binop): New functions.
10284 (expand_superword_shift, expand_subword_shift): Likewise.
10285 (expand_doubleword_shift_condmove, expand_doubleword_shift): Likewise.
10286 (expand_binop): Use them to implement double-word shifts.
10287 * config/arm/arm.c (arm_shift_truncation_mask): New function.
10288 (TARGET_SHIFT_TRUNCATION_MASK): Define.
10289
10290 2004-09-04 Jan Hubicka <jh@suse.cz>
10291
10292 * tree.c (iterate_hash_expr): Optimize, avoid use of iterative_hash_object.
10293 (mix): New macro copied from hashtab.c
10294 (iterative_hash_hashval_t, iterative_hash_pointer,
10295 iterative_hash_host_wide_int): New functions based on hashtab.c
10296 implementation.
10297
10298 2004-09-04 Richard Sandiford <rsandifo@redhat.com>
10299
10300 * config/mips/mips.md (mask): New mode attribute.
10301 (zero_extendsidi2): Add memory alternative.
10302 (*zero_extendsidi2_mem): Delete.
10303 (zero_extend[qh]i[sd]i2): Redefine using :GPR and :SHORT. Use
10304 memory_operand in the TARGET_MIPS16 check.
10305 (*zero_extend[qh]i[sd]i2{,_mips16}): Name previously unnamed patterns.
10306 Redefine using :GPR and :SHORT.
10307 (zero_extendqihi2): Use memory_operand in the TARGET_MIPS16 check.
10308
10309 2004-09-04 Uros Bizjak <uros@kss-loka.si>
10310
10311 * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_RINT{,F,L}
10312 using rint_optab.
10313 (expand_builtin): Expand BUILT_IN_RINT{,F,L} using
10314 expand_builtin_mathfn.
10315 * genopinit.c (optabs): Rename trunc_optab to btrunc_optab. Use
10316 btrunc?f patterns for btrunc_optab. Implement rint_optab using
10317 rint?f patterns.
10318 * optabs.c (init_optabs): Initialize rint_optab.
10319 * optabs.h (enum optab_index): Rename OTI_trunc to OTI_btrunc.
10320 Add new OTI_rint.
10321 (btrunc_optab): Rename macro from trunc_optab.
10322 (rint_optab): Define corresponding macro.
10323
10324 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT_FLOOR,
10325 UNSPEC_FRNDINT_CEIL, UNSPEC_FRNDINT_TRUNC, UNSPEC_FRNDINT_MASK_PM.
10326
10327 * config/i386/i386-protos.h (emit_i387_cw_initialization):
10328 Change prototype. Add new int parameter.
10329 * config/i386/i386.c (emit_i387_cw_initialization):
10330 Handle new rounding modes.
10331
10332 * config/i386/i386.h (enum fp_cw_mode): Delete.
10333 (MODE_NEEDED): Handle new rounding modes.
10334 (EMIT_MODE_SET): Change condition to handle new rounding modes.
10335
10336 * config/i386/i386.md (UNSPEC_FRNDINT_FLOOR, UNSPEC_FRNDINT_CEIL,
10337 UNSPEC_FRNDINT_TRUNC, UNSPEC_FRNDINT_MASK_PM): New unspecs to
10338 represent different rounding modes of frndint insn.
10339 (type): Add frndint type.
10340 (i387, length, memory): Handle this type.
10341 (i387_cw): New attribute definition.
10342 (*fix_truncdi_1, fix_truncdi_nomemory, fix_truncdi_memory,
10343 *fix_truncsi_1, fix_truncsi_nomemory, fix_truncsi_memory,
10344 *fix_trunchi_1, fix_trunchi_nomemory, fix_trunchi_memory):
10345 Add "i387_cw" attribute defined to "trunc".
10346 (x86_fnstcw_1): Remove comment.
10347 (*frndintxf2): Rename insn definition to frndintxf2. Move
10348 insn definition near rint?f2 expanders.
10349 (rintdf2, rintsf2, rintxf2): New expanders to implement rint,
10350 rintf and rintl built-ins as inline x87 intrinsics.
10351 (frndintxf2_floor): New pattern to implement floor rounding
10352 mode with frndint x87 instruction.
10353 (floordf2, floorsf2, floorxf2): New expanders to implement floor,
10354 floorf and floorl built-ins as inline x87 intrinsics.
10355 (frndintxf2_ceil): New pattern to implement ceil rounding
10356 mode with frndint x87 instruction.
10357 (ceildf2, ceilsf2, ceilxf2): New expanders to implement ceil,
10358 ceilf and ceill built-ins as inline x87 intrinsics.
10359 (frndintxf2_trunc): New pattern to implement trunc rounding
10360 mode with frndint x87 instruction.
10361 (btruncdf2, btruncsf2, btruncxf2): New expanders to implement trunc,
10362 truncf and truncl built-ins as inline x87 intrinsics.
10363 (frndintxf2_mask_pm): New pattern to implement rounding
10364 mode with exceptions with frndint x87 instruction.
10365 (nearbyintdf2, nearbyintsf2, nearbyintxf2): New expanders to
10366 implement nearbyint, nearbyintf and nearbyintl built-ins as
10367 inline x87 intrinsics.
10368
10369 2004-09-04 Richard Sandiford <rsandifo@redhat.com>
10370
10371 * config/mips/mips.md (SHORT): New mode macro.
10372 (size): New mode attribute.
10373 (extend[qh]i[sd]i2): Redefine using :GPR and :SHORT.
10374 (*extend[qh]i[sd]i2): New define_insn_and_split, combining previous
10375 *extend[qh]i[sd]i2 and *extend[qh]i[sd]i2_mem patterns. Use only if
10376 !ISA_HAS_SEB_SEH.
10377 (*extend[qh]i[sd]i2_se[bh]): New pattern, combining previous
10378 *extend[qh]isi2_hw patterns and extending them to di.
10379 (extendqihi2): Implement as define_insn_and_split that produces
10380 extendqisi2 after reload.
10381
10382 2004-09-03 Devang Patel <dpatel@apple.com>
10383
10384 * Makefile.in (OBJS-common): Add tree-if-conv.o
10385 (tree-if-conv.o): New rule.
10386 * cfgloop.c (flow_loop_exit_edges_find): Set EDGE_LOOP_EXIT flag.
10387 (get_loop_body_in_bfs_order): New.
10388 * cfgloop.h (get_loop_body_in_bfs_order): New.
10389 * tree-flow.h (enum move_pos): Move here from ..
10390 * tree-ssa-loop-im.c (enum move_pos): here.
10391 (movement_possibility): Make externally visible.
10392 * tree-optimize.c (init_tree_optimization_passes): New entry for
10393 if conversion pass.
10394 * tree-pass.h (pass_if_conversion): New.
10395 * tree-ssa-operands.c (get_expr_operands): Handle COND_EXPR.
10396 * tree-if-conv.c: New file.
10397 * doc/passes.texi: Document tree if-conversion pass.
10398 * doc/tree-ssa.texi: Same.
10399
10400 2004-09-03 H.J. Lu <hongjiu.lu@intel.com>
10401
10402 PR target/14925:
10403 Makefile.in (LIB2ADDEHSTATIC): New.
10404 (LIB2ADDEHSHARED): New.
10405 (LIBUNWIND): New.
10406 (LIBUNWINDDEP): New.
10407 (SHLIBUNWIND_LINK): New.
10408 (SHLIBUNWIND_INSTALL): New.
10409 (libgcc.mk): Pass LIB2ADDEHSTATIC, LIB2ADDEHSHARED, LIBUNWIND,
10410 LIBUNWINDDEP, SHLIBUNWIND_LINK and SHLIBUNWIND_INSTALL.
10411 (clean): Remove libunwind*
10412 (stage1-start): Remove and copy stage1/libunwind*.
10413 (stage2-start): Remove and copy stage2/libunwind*.
10414 (stage3-start): Remove and copy stage3/libunwind*.
10415 (stage4-start): Remove and copy stage4/libunwind*.
10416 (stageprofile-start): Remove and copy stageprofile/libunwind*.
10417 (stagefeedback-start): Remove and copy stagefeedback/libunwind*.
10418
10419 * config.gcc (ia64*-*-linux*): Always add t-libunwind to
10420 tmake_file. Add t-libunwind-elf and ia64/t-glibc-libunwind to
10421 tmake_file if --with-system-libunwind isn't used.
10422
10423 * config/ia64/t-glibc-libunwind: New file.
10424 * config/t-libunwind-elf: Likewise.
10425 * unwind-compat.c: Likewise.
10426 * unwind-compat.h: Likewise.
10427 * unwind-dw2-fde-compat.c: Likewise.
10428
10429 * config/ia64/t-glibc (LIB2ADDEH): Updated.
10430 * config/ia64/t-hpux (T_CFLAGS): Add -DUSE_LIBUNWIND_EXCEPTIONS.
10431
10432 * config/ia64/unwind-ia64.c: Include "unwind-compat.h". Define
10433 aliases if needed.
10434 * unwind-dw2-fde-glibc.c: Likewise.
10435 * unwind-dw2.c: Likewise.
10436
10437 * config/t-libunwind (LIB2ADDEH): Updated.
10438 (LIB2ADDEHSTATIC): New.
10439 (T_CFLAGS): Add -DUSE_LIBUNWIND_EXCEPTIONS.
10440 (TARGET_LIBGCC2_CFLAGS): Set to -DUSE_GAS_SYMVER.
10441
10442 * configure.ac: Change --enable-libunwind-exceptions to
10443 --with-system-libunwind. Don't define USE_LIBUNWIND_EXCEPTIONS.
10444 * configure: Regenerated.
10445 * config.in: Updated.
10446
10447 * doc/install.texi (ia64-*-linux): Require libunwind 0.98 or
10448 above and mention --with-system-libunwind.
10449 (ia64-*-hpux*): Mention --enable-libunwind-exceptions is
10450 removed in gcc 3.4.3 and later.
10451
10452 * gcc.c (init_spec): Add -lunwind to -lgcc_s if
10453 USE_LIBUNWIND_EXCEPTIONS is defined.
10454
10455 * mklibgcc.in: Support libunwind.
10456
10457 2004-09-03 H.J. Lu <hongjiu.lu@intel.com>
10458
10459 * config/i386/i386.c (x86_branch_hints): Remove m_PENT4 and
10460 m_NOCONA.
10461
10462 2004-09-03 Richard Henderson <rth@redhat.com>
10463
10464 PR middle-end/9997
10465 * cfgexpand.c (LOCAL_ALIGNMENT): Provide default.
10466 (STACK_ALIGNMENT_NEEDED, FRAME_GROWS_DOWNWARD): Likewise.
10467 (struct stack_var, EOC, stack_vars, stack_vars_alloc, stack_vars_num,
10468 stack_vars_sorted, stack_vars_conflict, stack_vars_conflict_alloc,
10469 frame_phase, get_decl_align_unit, add_stack_var, triangular_index,
10470 resize_stack_vars_conflict, add_stack_var_conflict,
10471 stack_var_conflict_p, add_alias_set_conflicts, stack_var_size_cmp,
10472 union_stack_vars, partition_stack_vars, dump_stack_var_partition,
10473 expand_one_stack_var_at, expand_stack_vars, expand_one_stack_var,
10474 expand_one_static_var, expand_one_hard_reg_var,
10475 expand_one_register_var, expand_one_error_var, defer_stack_allocation,
10476 expand_one_var, expand_used_vars_for_block, clear_tree_used): New.
10477 (expand_used_vars): Rewrite.
10478 * Makefile.in (cfgexpand.o): Update dependencies.
10479
10480 2004-09-04 Jan Hubicka <jh@suse.cz>
10481
10482 * cfg.c (free_edge): Use ggc_free.
10483 (expunge_block): Use ggc_free.
10484 * passes.c (rest_of_clean_state): Free after compilation.
10485 * tree-ssa.c (delete_tree_ssa): Free annotations; call release_defs
10486 * tree-ssanames.c (release_defs): Ignore non-SSA_NAME arguments.
10487
10488 2004-09-03 James E Wilson <wilson@specifixinc.com>
10489
10490 * tree-ssa-alias.c (may_be_aliased): Move TREE_STATIC check after
10491 DECL_EXTERNAL check.
10492
10493 2004-09-03 Eric Botcazou <ebotcazou@libertysurf.fr>
10494
10495 * final.c (output_in_slot): New global variable.
10496 (final_scan_insn): Add new state '2' to the 'nopeepholes' parameter.
10497 Pass 2 as 'nopeepholes' to self for insns in a SEQUENCE. Set
10498 'output_in_slot' before invoking output_asm_insn.
10499 (output_asm_insn): Add a space after the tab if 'output_in_slot'
10500 is set.
10501 * config/sparc/sparc.c (output_return): Pass 2 as 'nopeepholes' to
10502 final_scan_insn.
10503 (output_sibcall): Likewise.
10504
10505 2004-09-03 Jan Hubicka <jh@suse.cz>
10506
10507 * tree-ssa-operands.c (fini_ssa_operands): ggc_free unused arrays.
10508 * tree-ssanames (init_ssanames): Likewise.
10509
10510 2004-09-03 Ziemowit Laski <zlaski@apple.com>
10511
10512 * stub-objc.c (objc_is_id, objc_declare_alias, objc_declare_class,
10513 objc_declare_protocols, objc_start_protocol,
10514 objc_start_class_interface, objc_start_category_interface,
10515 objc_continue_interface, objc_finish_interface,
10516 objc_add_instance_variable, objc_set_visibility, objc_set_method_type,
10517 objc_start_class_implementation, objc_start_category_implementation,
10518 objc_continue_implementation, objc_finish_implementation,
10519 objc_add_method_declaration, objc_start_method_definition,
10520 objc_finish_method_definition, objc_build_keyword_decl,
10521 objc_build_method_signature, objc_build_encode_expr,
10522 objc_build_protocol_expr, objc_build_selector_expr,
10523 objc_build_message_expr, objc_build_string_object,
10524 objc_get_class_reference, objc_get_protocol_qualified_type,
10525 objc_static_init_needed_p, objc_generate_static_init_call): New stubs.
10526
10527 2004-09-03 James E Wilson <wilson@specifixinc.com>
10528
10529 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Add __mips3d.
10530
10531 * config/mips/generic.md (generic_frecip_fsqrt_step): New.
10532 * config/mips/mips-ps-3d.md (mips_rsqrt1_<fmt>): Use frsqrt1 type.
10533 (mips_rsqrt2_<fmt>): Use frsqrt2 type.
10534 (mips_recip1_<fmt>): Use frdiv1 type.
10535 (mips_recip2_<fmt>): Use frdiv2 type.
10536 * config/mips/mips.md (type): Add frdiv1, frdiv2, frsqrt1, frsqrt2.
10537 * config/mips/sb1.md (ir_sb1_fpu_2pipes, ir_sb1_fpu_1pipe): Add frdiv1
10538 and frsqrt1.
10539 (ir_sb1_fpu_step2_2pipes, ir_sb1_fpu_step2_1pipe): New.
10540
10541 2004-09-03 Daniel Jacobowitz <dan@debian.org>
10542
10543 * reload.c (find_reloads): Swap operand_loc pointers for
10544 find_dummy_reload if we have swapped two operands.
10545
10546 2004-09-03 Hans-Peter Nilsson <hp@axis.com>
10547
10548 * config/cris/cris.h (ASM_OUTPUT_CASE_END): Use prev_nonnote_insn
10549 to get the tablejump-insn before the jump-table label.
10550
10551 2004-09-03 Ziemowit Laski <zlaski@apple.com>
10552
10553 * c-common.h (objc_is_id, objc_declare_alias, objc_declare_class,
10554 objc_declare_protocols, objc_build_message_expr,
10555 objc_finish_message_expr, objc_build_selector_expr,
10556 objc_build_protocol_expr, objc_build_encode_expr,
10557 objc_build_string_object, objc_get_protocol_qualified_type,
10558 objc_get_class_reference, objc_get_class_ivars,
10559 objc_start_class_interface, objc_start_category_interface,
10560 objc_start_protocol, objc_continue_interface, objc_finish_interface,
10561 objc_start_class_implementation, objc_start_category_implementation,
10562 objc_continue_implementation, objc_finish_implementation,
10563 objc_set_visibility, objc_set_method_type, objc_build_method_signature,
10564 objc_add_method_declaration, objc_start_method_definition,
10565 objc_finish_method_definition, objc_add_instance_variable,
10566 objc_build_keyword_decl, objc_build_throw_stmt, objc_begin_try_stmt,
10567 objc_finish_try_stmt, objc_begin_catch_clause,
10568 objc_finish_catch_clause, objc_build_finally_clause,
10569 objc_build_synchronized, objc_static_init_needed_p,
10570 objc_generate_static_init_call): New prototypes.
10571
10572 2004-09-03 Steve Ellcey <sje@cup.hp.com>
10573
10574 * config/ia64/ia64.c (ia64_function_arg): Use PARALLEL even if there
10575 is only one reg.
10576 (ia64_function_value): Ditto.
10577
10578 2004-09-03 Jan Beulich <jbeulich@novell.com>
10579
10580 * config.gcc: Resurrect NetWare as a target. Handle special case of
10581 Novell linker to be used (specified through --with-ld=) and threading
10582 model of either Posix (default) or NKS.
10583 * config/i386/i386.c (ix86_return_pops_args): Conditionalize popping
10584 of incoming hidden argument on KEEP_AGGREGATE_RETURN_POINTER.
10585 * config/i386/i386.h (KEEP_AGGREGATE_RETURN_POINTER): New.
10586 * config/i386/netware.c, config/i386/netware.h: New.
10587 * config/i386/nwld.c, config/i386/nwld.h: New.
10588 * config/i386/netware-crt0.c: New.
10589 * config/i386/netware-libgcc.c: New.
10590 * config/i386/netware-libgcc.def: New.
10591 * config/i386/netware-libgcc.exp: New.
10592 * config/i386/t-netware, config/i386/t-nwld: New.
10593 * gthr-nks.h: New.
10594 * doc/install.texi: Document NKS threading model.
10595
10596 2004-09-03 Jan Beulich <jbeulich@novell.com>
10597
10598 PR c/7054
10599 * defaults.h (TARGET_DEFAULT_PACK_STRUCT): Provide default.
10600 * tree.h (initial_max_fld_align): Declare
10601 * stor-layout.c (initial_max_fld_align): Define and initialize.
10602 (maximum_field_alignment): Initialize to the same value.
10603 * common.opt: Add -fpack-struct= variant of switch.
10604 * opts.c: Handle -fpack-struct= variant of switch.
10605 * c-pragma.c: Change #pragma pack() handling so that it becomes
10606 compatible to other compilers: accept individual 'push' argument,
10607 make final pop restore (command line) default, correct interaction
10608 of push/pop and sole specification of a new alignment (so that the
10609 sequence #pragma pack(push) - #pragma pack(<n>) becomes identical
10610 to #pragma pack(push, <n>).
10611 * doc/extend.texi: New node "Structure-Packing Pragmas" under
10612 "Pragmas", describing #pragma pack.
10613 * doc/invoke.texi: Document -fpack-struct=<n> variant of switch.
10614 * doc/tm.texi: Adjust description for HANDLE_PRAGMA_PACK_PUSH_POP.
10615 Document new TARGET_DEFAULT_PACK_STRUCT.
10616
10617 2004-09-03 Devang Patel <dpatel@apple.com>
10618
10619 * dwarf2out.c (gen_field_die). Equate decl number to die.
10620
10621 2004-09-03 Vladimir Makarov <vmakarov@redhat.com>
10622
10623 PR target/15832
10624 * global.c (modify_reg_pav): New function.
10625 (make_accurate_live_analysis): Call the new function. Move pavin
10626 modification by earlyclobber set into the new function.
10627
10628 2004-09-03 Andreas Schwab <schwab@suse.de>
10629
10630 * config/m68k/m68k.c (output_andsi3): Use -1 instead of
10631 (HOST_WIDE_INT)0xffffffff since CONST_INT value are always sign
10632 extended.
10633
10634 2004-09-02 Jan Beulich <jbeulich@novell.com>
10635
10636 * Makefile.in (LIB2ADDEHDEP): Add unwind.h and unwind-pe.h.
10637 * mklibgcc.in (libgcc_dep): New, covering general dependencies, but
10638 not unwind code specific ones.
10639 (libgcc2_c_dep): Replace general dependencies with use of libgcc_dep.
10640 Remove unwind code specific dependencies.
10641 (libgcov_c_dep): Replace general dependencies with use of libgcc_dep.
10642 Remove gbl-ctors.h.
10643 Add libgcc_dep to output generated for LIB2ADD, LIB2ADDEH, and
10644 LIB2ADD_ST. Add LIB2ADDEHDEP to output generated for LIB2ADDEH.
10645 * tsystem.h: Declare memcpy and memset when inhibit_libc.
10646
10647 2004-09-02 Roman Zippel <zippel@linux-m68k.org>
10648
10649 * combine.c (try_combine): Delay modifying of insns which cannot
10650 be easily undone.
10651
10652 2004-09-02 Daniel Berlin <dberlin@dberlin.org>
10653
10654 * gcc/common.opt: Rename ivcanon to tree-loop-ivcanon, tree-lim to
10655 tree-loop-im.
10656 * gcc/tree-ssa-loop.c: Ditto
10657 * gcc/tree-ssa-loop-ivcanon.c: Ditto
10658 * gcc/doc/invoke.texi: Ditto.
10659
10660 2004-09-02 Ziemowit Laski <zlaski@apple.com>
10661
10662 * c-decl.c (store_parm_decls_newstyle): Make static.
10663 (store_parm_decls_from): New function.
10664 * c-tree.h (store_parm_decls_newstyle): Remove prototype.
10665 (store_parm_decls_from): New prototype.
10666
10667 2004-09-02 David Edelsohn <edelsohn@gnu.org>
10668
10669 * config/rs6000/rs6000.c (expand_block_move): Use SImode and
10670 HImode with STRICT_ALIGNMENT.
10671
10672 2004-09-02 Mark Mitchell <mark@codesourcery.com>
10673
10674 * config/arm/bpabi.h (TARGET_BPABI_CPP_BUILTINS): Define.
10675 (TARGET_OS_CPP_BUILTINS): Likewise.
10676 * config/arm/symbian.h (TARGET_OS_CPP_BUILTINS): Include
10677 TARGET_BPABI_CPP_BUILTINS.
10678
10679 2004-09-02 Roman Zippel <zippel@linux-m68k.org>
10680
10681 * combine.c (distribute_notes): Don't add REG_LABEL to jump insn.
10682
10683 2004-09-02 Eric Christopher <echristo@redhat.com>
10684
10685 * builtins.c (expand_builtin_cabs): Delete.
10686 (expand_builtin): If unable to fold the values do a normal
10687 library call for builtin_cab*.
10688 (fold_builtin_cabs): Depend on optimize and optimize_size.
10689 * optabs.c (expand_cmplxdiv_straight): Delete.
10690 (expand_cmplxdiv_wide): Ditto.
10691 (expand_vector_binop): Ditto.
10692 (expand_vector_unop): Ditto.
10693 (expand_complex_abs): Delete.
10694 (expand_binop): Remove calls to above functions.
10695 Remove open coding of complex arithmetic.
10696 (expand_unop): Ditto.
10697 * optabs.h: Remove prototypes.
10698
10699 2004-09-02 Ziemowit Laski <zlaski@apple.com>
10700
10701 * c-decl.c (store_parm_decls_newstyle): Make externally visible.
10702 * c-tree.h (store_parm_decls_newstyle): New prototype.
10703
10704 2004-09-02 Geoffrey Keating <geoffk@apple.com>
10705
10706 * config/rs6000/rs6000.c (expand_block_clear): Use vector
10707 instructions if available.
10708 (expand_block_move): Likewise.
10709
10710 2004-09-03 Jan Hubicka <jh@suse.cz>
10711
10712 * rtl.def (RANGE_INFO, RANGE_REG, RANGE_VAR, RANGE_LIVE): Kill.
10713
10714 2004-09-02 Mark Mitchell <mark@codesourcery.com>
10715
10716 * config/arm/symbian.h (LIB_SPEC): Define to empty.
10717 * config/arm/t-symbian (SHLIB_LC): Likewise.
10718
10719 2004-09-02 Paul Brook <paul@codesourcery.com>
10720
10721 * config/arm/bpabi.c (__aeabi_ul2d, __aeabi_ul2f): Remove.
10722
10723 2004-09-02 Richard Sandiford <rsandifo@redhat.com>
10724
10725 * config/mips/mips.c (mips_classify_symbol, mips_fetch_insns):
10726 (mips_restore_gp, mips_set_return_address, mips_expand_prologue)
10727 (mips16_fp_args, mips_avoid_hazard): Replace abort with gcc_assert.
10728 (build_mips16_call_stub): Likewise. Remove daft CALL_INSN checks.
10729 (mips_issue_rate): Remove unreachable abort.
10730 (mips_symbolic_constant_p, mips_symbolic_address_p, mips_symbol_insns)
10731 (mips_output_move, mips_relational_operand_ok_p, mips_arg_info)
10732 (mips_block_move_straight, print_operand_address, mips_file_start)
10733 (mips_initial_elimination_offset, mips16_fp_args, dump_constants_1)
10734 (mips_output_conditional_branch, mips_expand_builtin_direct)
10735 (mips_expand_builtin_compare): Replace abort with gcc_unreachable.
10736 * config/mips/mips.md (rotr<mode>3, consttable_float): Replace abort
10737 with gcc_assert.
10738
10739 2004-09-02 Richard Sandiford <rsandifo@redhat.com>
10740
10741 * config/mips/mips.md (*lea_high64): Change split condition to
10742 flow2_completed. Add a peephole2 to generate a more parallel version.
10743
10744 2004-09-02 Jan Hubicka <jh@suse.cz>
10745
10746 * gimplify.c (gimplify_compound_lval): Move "stack" varray out of
10747 GGC.
10748
10749 * ggc-page.c: include tree-flow.h.
10750 (extra_order_size_table): Add stmt_ann_d.
10751 (STAT_LABEL): Rename from ....
10752 (LABEL): ... this one.
10753 * Makefile.in (ggc-page.o): Add dependency.
10754
10755 * ggc-common.c (ggc_force_collect): New global variable.
10756 (loc_description): Add fields "freed", "collected"
10757 (ptr_hash): New static hash
10758 (ptr_hash_entry): New structure.
10759 (hash_ptr,eq_ptr,ggc_prune_ptr): New static functions.
10760 (ggc_record_overhead): Take ptr argument, record it
10761 (ggc_prune_overhead_list, ggc_free_overhead): New functions.
10762 (cmp_statistics): Imrove sorting.
10763 (dump_ggc_loc_statistics): Output newly collected statistics
10764 * ggc-page.c (ggc_alloc): Update call of ggc_record_overhead
10765 (ggc_free): Call ggc_free_overhead.
10766 (ggc_collect): Force collection when asked to be forced.
10767 (ggc_collect): Call ggc_prune_overhead_list.
10768 * ggc.h (ggc_force_collect): Declare
10769 (ggc_record_overhead): Update prototype.
10770 (ggc_free_overhead, ggc_prune_overhead_list): Declare.
10771
10772 2004-09-02 James E Wilson <wilson@specifixinc.com>
10773
10774 * common.opt (ftrapping-math): Default to on.
10775
10776 2004-09-02 Richard Earnshaw <rearnsha@arm.com>
10777
10778 * arm/predicates.md (arm_reload_memory_operand): Allow MEM.
10779
10780 2004-09-02 Denis Chertykov <denisc@overta.ru>
10781
10782 PR target/16884
10783 * config/avr/avr.md ("movmemhi"): Substitute match_dup to
10784 match_scratch.
10785 (*movmemqi_insn): Likewise.
10786 (*movmemhi): Likewise.
10787 (clrmemhi): Likewise.
10788 (*clrmemqi): Likewise.
10789 (*clrmemhi): Likewise.
10790
10791 2004-09-02 Paul Brook <paul@codesourcery.com>
10792
10793 * config.gcc (arm*-*-eabi* | arm*-*-symbianelf*): Set
10794 default_use_cxa_atexit=yes.
10795
10796 2004-09-02 Alan Modra <amodra@bigpond.net.au>
10797
10798 * config/rs6000/linux64.h: Don't include signal.h or sys/ucontext.h.
10799 (struct kernel_old_ucontext): Delete.
10800 (struct gcc_pt_regs, gcc_sigcontext, gcc_ucontext): New.
10801 (MD_FALLBACK_FRAME_STATE_FOR): Use gcc_* structs. Only define
10802 when IN_LIGGCC2.
10803
10804 2004-09-02 Richard Sandiford <rsandifo@redhat.com>
10805
10806 * toplev.c (process_options): Fix typo.
10807
10808 2004-09-01 Richard Henderson <rth@redhat.com>
10809
10810 PR middle-end/17258
10811 * calls.c (initialize_argument_information): Tighten pass-through
10812 conditions for pass-by-reference. Remove dead TARGET_EXPR code.
10813 Use build_fold_addr_expr.
10814 (emit_library_call_value_1): Use build_fold_addr_expr. Remove code
10815 that assumes ADDR_EXPR allocates stack space.
10816 * fold-const.c (build_fold_addr_expr_with_type): Look through
10817 WITH_SIZE_EXPR.
10818
10819 2004-09-01 Dan Nicolaescu <dann@ics.uci.edu>
10820
10821 * gengenrtl.c (gendef): Use rtx_alloc, don't do PUT_CODE.
10822 * ggc.h (ggc_alloc_rtx): Delete.
10823
10824 2004-09-01 Roger Sayle <roger@eyesopen.com>
10825
10826 * expmed.c (enum alg_code): Remove long unused enumeration values.
10827 (struct mult_cost): New structure to hold the "score" of a synthetic
10828 multiply sequence, including both a rtx_cost and a latency field.
10829 (MULT_COST_LESS): New macro to compare mult_cost to a constant.
10830 (CHEAPER_MULT_COST): New macro to compare two mult_costs.
10831 (struct algorithm): Change type of cost field to be mult_cost.
10832 (synth_mult): Change type of cost_limit argument to be a
10833 pointer to a mult_cost. Update all cost comparisons to use the
10834 new mult_cost infrastructure. For alg_add_factor and
10835 alg_sub_factor operations, latency is lower than the rtx_cost.
10836 (choose_mult_variant): Update calls to synth_mult. Perform
10837 cost comparisons using the new mult_cost infrastructure.
10838 (expand_mult_highpart): Use alg.cost.cost instead of alg.cost
10839 to optain the total rtx_cost of a synth_mult "algorithm".
10840
10841 2004-09-01 David Edelsohn <edelsohn@gnu.org>
10842
10843 * config/rs6000/power4.md: Increase store latency to 12.
10844 * config/rs6000/power5.md: Same.
10845
10846 2004-09-01 James E Wilson <wilson@specifixinc.com>
10847
10848 PR target/14064
10849 * config/avr/avr.c (avr_unique_section): Delete prototype and
10850 definition.
10851 (TARGET_ASM_UNIQUE_SECTION): Delete.
10852
10853 2004-09-01 Ziemowit Laski <zlaski@apple.com>
10854
10855 * c-parse.in (primary): Call objc_build_message_expr(),
10856 objc_build_selector_expr(), objc_build_protocol_expr(),
10857 objc_build_encode_expr() and objc_build_string_object() instead of
10858 build_message_expr(), build_selector_expr(), build_protocol_expr(),
10859 build_encode_expr() and build_objc_string_object(), respectively.
10860 (component_decl_list2): Call objc_get_class_ivars() instead of
10861 get_class_ivars_from_name().
10862 (keyworddecl): Call objc_build_keyword_decl() instead of
10863 build_keyword_decl().
10864 (receiver): Call objc_get_class_reference() instead of
10865 get_class_reference().
10866 (reswords): Add blank line before @@ifobjc section, for clarity.
10867
10868 2002-09-01 Fariborz Jahanian <fjahanian@apple.com>
10869
10870 * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Restrict alignment
10871 to Altivec vetors.
10872
10873 2004-09-01 Wu Yongwei <adah@sh163.net>
10874 Danny Smith <dannysmith@users.sourceforge.net>
10875
10876 * gthr-win32.h (__gthread_recursive_mutex_t): Use 'unsigned long',
10877 not Windows 'DWORD'.
10878 (__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION): Correct typo.
10879 (__GTHREAD_RECURSIVE_MUTEX_INIT_DEFAULT): Likewise.
10880 (__gthr_win32_recursive_mutex_init_function): Add prototype for
10881 __GTHREAD_HIDE_WIN32API case..
10882 (__gthr_win32_recursive_mutex_lock): Likewise.
10883 (__gthr_win32_recursive_mutex_trylock): Likewise.
10884 (__gthr_win32_recursive_mutex_unlock): Likewise.
10885 (__gthread_recursive_mutex_init_function); Add definition for
10886 __GTHREAD_HIDE_WIN32API case.
10887 (__gthread_recursive_mutex_lock): Correct call to InterlockedDecrement.
10888 * config/i386/grthr-win32.c (__gthread_recursive_mutex_lock): Correct
10889 call to InterlockedDecrement.
10890
10891 2004-09-01 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10892
10893 * tree-tailcall.c (find_tail_calls): Also fail is statement has
10894 volatile operands.
10895
10896 * tree-ssa.c (propagate_into_addr): Properly test for LHR.
10897
10898 * doc/c-tree.texi: Document new operands for ARRAY_REF and
10899 COMPONENT_REF.
10900
10901 2004-09-01 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10902
10903 * Makefile.in (rtl-profile.o, value-prof.o): Add GCC_H dependency.
10904 * common.opt (fspeculative-prefetching): New.
10905 * flags.h (flag_speculative_prefetching_set): Declare.
10906 * gcov-io.c (gcov_write_counter, gcov_read_counter): Allow negative
10907 values.
10908 * opts.c (flag_sepculative_prefetching_set): New variable.
10909 (common_handle_option): Handle -fspeculative-prefetching.
10910 * passes.c (rest_of_compilation): Ditto.
10911 * profile.c (instrument_values, compute_value_histograms, branch_prob):
10912 Use vectors instead of arrays.
10913 * toplev.c (process_options): Handle -fspeculative-prefetching.
10914 * rtl-profile.c: Include ggc.h.
10915 (rtl_gen_interval_profiler, rtl_gen_pow2_profiler,
10916 rtl_gen_one_value_profiler_no_edge_manipulation,
10917 rtl_gen_one_value_profiler, rtl_gen_const_delta_profiler): Type of
10918 argument changed.
10919 * tree-profile.c (tree_gen_interval_profiler, tree_gen_pow2_profiler,
10920 tree_gen_one_value_profiler, tree_gen_const_delta_profiler): Type of
10921 argument changed.
10922 * value-prof.c: Include ggc.h.
10923 (NOPREFETCH_RANGE_MIN, NOPREFETCH_RANGE_MAX): New
10924 macros.
10925 (insn_prefetch_values_to_profile, find_mem_reference_1,
10926 find_mem_reference_2, find_mem_reference, gen_speculative_prefetch,
10927 speculative_prefetching_transform): New.
10928 (value_profile_transformations): Call speculative_prefetching_transform.
10929 (insn_values_to_profile): Call insn_prefetch_values_to_profile.
10930 (insn_divmod_values_to_profile, rtl_find_values_to_profile,
10931 tree_find_values_to_profile, find_values to profile): Use vectors
10932 instead of arrays.
10933 (free_profiled_values): Removed.
10934 * value-prof.h (struct histogram_value): Renamed to
10935 struct histogram_value_t.
10936 (histogram_value, histogram_values): New types.
10937 (find_values_to_profile): Declaration changed.
10938 (free_profiled_values): Removed.
10939 (struct profile_hooks): Type of argument of the hooks changed to
10940 histogram_value.
10941 * doc/invoke.texi (-fspeculative-prefetching): Document.
10942
10943 2004-09-01 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10944
10945 PR rtl-optimization/16408
10946 * gcse.c (replace_store_insn): Fix LIBCALL/RETVAL notes.
10947
10948 2004-09-01 Richard Henderson <rth@redhat.com>
10949
10950 * config/ns32k/ns32k.h (TRANSFER_FROM_TRAMPOLINE): Remove.
10951 (TRAMPOLINE_TEMPLATE): Merge code from __trampoline inline.
10952
10953 2004-09-01 Jakub Jelinek <jakub@redhat.com>
10954
10955 * libgcc-std.ver (GCC_3.4.2): Export also __trampoline_setup.
10956
10957 2004-09-01 Mike Stump <mrs@apple.com>
10958
10959 * config/darwin.c (machopic_symbol_defined_p): In addition to
10960 being SYMBOL_REF_LOCAL_P, a symbol must also be
10961 ! SYMBOL_REF_EXTERNAL_P, as only those are _always_ locally
10962 defined in this output file, or translation unit in the case
10963 of IMA not being used.
10964 (machopic_output_indirection): SYMBOL_REF_LOCAL_P symbols
10965 never need .indirect_symbol when indirecting.
10966
10967 2004-09-01 Jakub Jelinek <jakub@redhat.com>
10968
10969 * Makefile.in (bb-reorder.o): Add several dependencies.
10970
10971 2004-09-01 Jakub Jelinek <jakub@redhat.com>
10972
10973 * fold-const.c (operand_equal_p): Require equal sign also for
10974 FIX_{CEIL,TRUNC,FLOOR,ROUND}_EXPR.
10975
10976 2004-09-01 Richard Earnshaw <rearnsha@arm.com>
10977
10978 * config.gcc (--with-cpu on ARM): Preserve the canonical cpu name
10979 for use in configargs.h. Put the cname in a separate variable. Use
10980 that to set target_cpu_default2.
10981
10982 2004-09-01 J"orn Rennecke <joern.rennecke@superh.com>
10983 Nick Clifton <nickc@redhat.com>
10984
10985 * config/sh/sh.md ("length"): Increase branch length when
10986 SH1 pic code to 18: 12 bytes of instructions, 4 byte for the
10987 constant, 2 byte for aligning the constant.
10988
10989 2004-09-01 Richard Earnshaw <rearnsha@arm.com>
10990
10991 * arm/arm-cores.def (ARM_CORE): Add new field for the real name of the
10992 CPU.
10993 (arm7tdmi-s): New CPU name.
10994 * arm/arm.c (ARM_CORE): Update for new format.
10995 * arm/arm.h (ARM_CORE): Likewise.
10996 * arm/gentune.sh: Update for extra field.
10997 * config.gcc: Likewise.
10998 * arm/arm-tune.md: Regenerate.
10999 * doc/invoke.texi: Document the real processor names for ARM cpus.
11000
11001 2004-09-01 Richard Earnshaw <rearnsha@arm.com>
11002
11003 * arm/ieee754-df.S (aeabi_ul2d, aeabi_l2d, floatundidf)
11004 (floatdidf): New functions.
11005 * arm/ieee754-sf.S (aeabi_ul2f, aeabi_l2f, floatundisf)
11006 (floatdisf): New functions.
11007 * t-arm-elf: Use them.
11008
11009 2004-09-01 Ziemowit Laski <zlaski@apple.com>
11010
11011 * c-common.h (lookup_interface): Remove prototype.
11012 (is_class_name): Rename to objc_is_class_name.
11013 (lookup_objc_ivar): Rename to objc_lookup_ivar.
11014 (get_current_scope): Rename to objc_get_current_scope.
11015 * c-decl.c (get_current_scope): Rename to objc_get_current_scope.
11016 * c-parse.in (parmlist_or_identifiers_1): Get rid of unused variable.
11017 (yylexname): Call objc_is_class_name() instead of is_class_name().
11018 * c-typeck.c (build_external_ref): Call objc_lookup_ivar()
11019 instead of lookup_objc_ivar().
11020 * stub-objc.c (lookup_interface): Remove stub.
11021 (is_class_name): Rename to objc_is_class_name.
11022 (lookup_objc_ivar): Rename to objc_lookup_ivar.
11023
11024 2004-08-31 Mark Mitchell <mark@codesourcery.com>
11025
11026 * config.gcc (arm*-*-symbianelf*): Do not include t-bpabi.
11027 * config/arm/lib1funcs.asm: Do not include supplemental .S files
11028 when compiling for Symbian.
11029 * config/arm/symbian.h (RENAME_LIBRARY): New macro.
11030 (TARGET_OS_CPP_BUILTINS): Likewise.
11031 * config/arm/t-symbian (LIB1ASMFUNCS): Define.
11032
11033 2004-08-31 Stan Shebs <shebs@apple.com>
11034
11035 * toplev.c (process_options): Ensure debug_hooks is initialized.
11036
11037 2004-08-31 Mark Mitchell <mark@codesourcery.com>
11038
11039 * target-def.h (TARGET_CXX): Add TARGET_CXX_EXPORT_CLASS_DATA.
11040 * target.h (cxx): Add export_class_data.
11041 * config/arm/arm.c (arm_cxx_export_class_data): New function.
11042 (TARGET_CXX_EXPORT_CLASS_DATA): Use it.
11043 * doc/tm.texi (TARGET_CXX_EXPORT_CLASS_DATA): Document it.
11044
11045 2004-08-31 Kaz Kojima <kkojima@gcc.gnu.org>
11046
11047 * config/sh/sh.c (output_branch): Check the insn length possibly
11048 in the delayed slot.
11049
11050 2004-08-31 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11051
11052 * tree-pretty-print.c (dump_generic_node, case CONVERT_EXPR): Add
11053 blank after ')'.
11054 (op_symbol, case *_{DIV,MOD}_EXPR): Say what rounding is being used.
11055
11056 * c-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and TYPE_ALIGN_UNIT.
11057 (c_sizeof_of_alignof_type): Likewise.
11058 * expr.c (array_ref_element_size): Likewise.
11059 (highest_pow2_factor_for_target): Likewise.
11060 * gimplify.c (canonicalize_addr_expr): Likewise.
11061 (gimplify_compound_lval): Likewise.
11062 * stor-layout.c (finalize_record_size, finalize_type_size): Likewise.
11063 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Likewise.
11064 * varasm.c (assemble_variable): Likewise.
11065 (output_constant_def_contents): Alignments are unsigned.
11066
11067 2004-08-31 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11068 Jeff Law <law@redhat.com>
11069
11070 * tree-cfg.c (cfg_remove_useless_stmts_bb): Also invalidate if VAL
11071 gets modified.
11072
11073 2004-08-31 Mark Mitchell <mark@codesourcery.com>
11074
11075 * hooks.c (hook_bool_void_true): New function.
11076 * hooks.h (hook_bool_void_true): Declare.
11077 * target-def.h (TARGET_CXX): Add
11078 TARGET_CXX_KEY_METHOD_MAY_BE_INLINE.
11079 * target.h (struct cxx): Add key_method_may_be_inline.
11080 * config/arm/arm.c (arm_cxx_key_method_may_be_inline): New
11081 function.
11082 (TARGET_CXX_KEY_METHOD_MAY_BE_INLINE): New macro.
11083 * config/arm/bpabi.h: Use __THUMB_INTERWORK__ instead of
11084 __THUMB_INTERWORK.
11085
11086 2004-08-31 Denis Chertykov <denisc@overta.ru>
11087
11088 PR target/15417
11089 * config/avr/avr.c (avr_hard_regno_mode_ok): Enable usage of
11090 frame pointer register only in Pmode while reload in progress.
11091
11092 2004-08-31 Stephane Carrez <stcarrez@nerim.fr>
11093
11094 PR target/15334
11095 * config/m68hc11/m68hc11.c (m68hc11_override_options): Disable -fweb
11096 because it breaks the 32-bit shift patterns that rely on a match_dup.
11097
11098 2004-08-31 Matt Austern <austern@apple.com>
11099
11100 * config/darwin.c (darwin_make_decl_one_only): Allocate section
11101 names once per compilation, instead of once per symbol.
11102
11103 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
11104
11105 * Makefile.in (build_subdir): New substitution.
11106 (fixinc.sh): Simplify heavily since fixincludes is already built.
11107 (stmp-fixinc): Depend on specs.ready.
11108 (install-mkheaders): Use new location of fixincludes.
11109 (clean): Do not descend into fixinc.
11110 (FORBUILD): Replace with ../$(build_subdir).
11111 * configure.ac (build_subdir): Substitute.
11112 (FORBUILD): Do not set.
11113 (all_outputs): Remove fixinc/Makefile.
11114 (default commands): Do not create links in fixinc.
11115 * mkfixinc.sh: New, from fixinc/mkfixinc.sh without
11116 the fixincludes configuration steps and substituting
11117 @FIXINCL@ in fixinc.in.
11118 * fixinc.in: New, from fixinc/fixincl.sh.
11119
11120 * fixinc/*: Removed.
11121
11122 2004-08-31 Joseph S. Myers <jsm@polyomino.org.uk>
11123
11124 * attribs.c (strip_attrs): Remove.
11125 (split_specs_attrs): Move ...
11126 * c-decl.c: ... to here.
11127 * tree.h (split_specs_attrs, strip_attrs): Remove.
11128 * c-tree.h (split_specs_attrs): Declare.
11129
11130 2004-08-31 Richard Sandiford <rsandifo@redhat.com>
11131
11132 * read-rtl.c: Disable RTL checking.
11133 (apply_macro_to_rtx): Use XTMPL to access 'T' fields.
11134
11135 2004-08-31 Richard Sandiford <rsandifo@redhat.com>
11136
11137 * config/mips/mips.md (fcond): New code macro and attribute.
11138 (sunordered_[sd]f, suneq_[sd]f, sunlt_[sd]f, sunle_[sd]f)
11139 (seq_[sd]f, slt_[sd]f, sle_[sd]f): Redefine using :SCALARF and fcond.
11140 (sgt_[sd]f, sge_[sd]f): Redefine using :SCALARF.
11141
11142 2004-08-30 Mark Mitchell <mark@codesourcery.com>
11143
11144 Revert:
11145 2004-08-29 Mark Mitchell <mark@codesourcery.com>
11146 PR rtl-optimization/16590
11147 * gcse.c (pre_delete): Do not create invalid REG_EQUAL notes.
11148
11149 2004-08-30 Andrew Pinski <apinski@apple.com>
11150
11151 * hard-reg-set.h:
11152 s/HOST_BITS_PER_WIDES_FAST_INT/HOST_BITS_PER_WIDEST_FAST_INT.
11153 * ChangeLog: Fix previous ChangeLog entry.
11154
11155 PR rtl-opt/13987
11156 * config.host (use_long_long_for_widest_fast_int): New, default is
11157 off.
11158 (ia64-*-hpux*): Enable use_long_long_for_widest_fast_int.
11159 * configure.ac: If use_long_long_for_widest_fast_int, then
11160 define USE_LONG_LONG_FOR_WIDEST_FAST_INT.
11161 * configure: Regenerate.
11162 * config.in: Regenerate.
11163 * hwint.h (HOST_WIDEST_FAST_INT, HOST_BITS_PER_WIDEST_FAST_INT):
11164 New: widest integer type supported efficiently in hardware for the
11165 host.
11166 * sbitmap.h (SBITMAP_ELT_BITS): Define based on
11167 HOST_BITS_PER_WIDEST_FAST_INT.
11168 (SBITMAP_ELT_TYPE): Define based on HOST_WIDEST_FAST_INT.
11169 * hard-reg-set.h (HARD_REG_ELT_TYPE): Define based on
11170 HOST_WIDEST_FAST_INT
11171 instead of HOST_WIDE_INT.
11172 (HARD_REG_SET_LONGS): Likewise.
11173 (UHOST_BITS_PER_WIDE_INT): Likewise.
11174 Change the checks for the fast cases to be based on
11175 HOST_BITS_PER_WIDEST_FAST_INT instead of HOST_BITS_PER_WIDE_INT.
11176
11177 2004-08-30 Steven Bosscher <stevenb@suse.de>
11178
11179 * cfgcleanup.c (merge_memattrs): Look at the value of MEM_SIZE,
11180 not the pointers.
11181
11182 2004-08-30 Geoffrey Keating <geoffk@apple.com>
11183
11184 PR 12738
11185 PR 17205
11186 Radar 3460526
11187 Radar 3775729
11188 * c-decl.c (grokdeclarator): Produce error for 'static' on local
11189 function declaration.
11190
11191 2004-08-30 Richard Henderson <rth@redhat.com>
11192
11193 * expr.c (array_ref_element_size): Force aligned_size back to
11194 sizetype.
11195 (component_ref_field_offset): Similarly for aligned_offset.
11196 * tree.c (recompute_tree_invarant_for_addr_expr): Mark raw
11197 low-bound, element-size, field-offset fields rather than
11198 computed values.
11199
11200 2004-08-30 Joseph S. Myers <jsm@polyomino.org.uk>
11201
11202 * c-parse.in (parmlist_or_identifiers_1): Remove unreachable and
11203 redundant code.
11204
11205 2004-08-30 Joseph S. Myers <jsm@polyomino.org.uk>
11206
11207 * c-tree.h (struct language_function): Add arg_info element.
11208 * c-decl.c (current_function_arg_info): New.
11209 (grokdeclarator, store_parm_decls): Use it instead of
11210 DECL_ARGUMENTS.
11211 (c_push_function_context, c_pop_function_context): Save and
11212 restore it.
11213
11214 2004-08-30 Richard Henderson <rth@redhat.com>
11215
11216 * c-typeck.c (build_unary_op): Don't expand ADDR_EXPR of a
11217 COMPONENT_REF to pointer arithmetic.
11218 * varasm.c (initializer_constant_valid_p): Allow "&(*c).f", for
11219 constant "c" as a valid constant initializer. Allow narrowing of
11220 differences against the same base object, for any base object.
11221
11222 2004-08-30 Richard Henderson <rth@redhat.com>
11223
11224 * expr.c (expand_expr_addr_expr): New.
11225 (expand_expr_real_1) <case ADDR_EXPR>: Use it.
11226
11227 2004-08-30 Richard Sandiford <rsandifo@redhat.com>
11228
11229 * config/mips/mips.c (MIPS_FP_CONDITIONS): New macro.
11230 (mips_fp_condition): New enum.
11231 (mips_fp_conditions): New array.
11232 (print_fcc_operand): Delete.
11233 (print_operand): Remove %V, %v and %Q. Redefine %Z so that it prints
11234 the operand and comma if and only if ISA_HAS_8CC. Add %Y.
11235 (builtin_description): Add "cond" field.
11236 (DIRECT_BUILTIN): Initialize it.
11237 (CMP_{SCALAR,PS,4S}_BUILTINS, MOVTF_BUILTINS): Split INSN parameter
11238 into INSN and CODE. Initialize the "cond" field.
11239 (CMP_BUILTINS): Update accordingly.
11240 (mips_bdesc): Use MIPS_FP_CONDITIONS to invoke CMP_BUILTINS.
11241 (mips_expand_builtin_movtf, mips_expand_builtin_compare): Take the
11242 mips_fp_condition as argument. Make it the final operand of the
11243 comparison instruction.
11244 (mips_expand_builtin): Update accordingly.
11245 * config/mips/mips.md (UNSPEC_C_*, UNSPEC_CABS_*): Delete.
11246 (UNSPEC_C, UNSPEC_CABS): New constants. Shuffle others to fill
11247 the gaps.
11248 * config/mips/mips-ps-3d.md (mips_cond_move_tf_ps, bc1any[24][ft]):
11249 Don't use the 'Q' operand prefix; just print the operand normally.
11250 (mips_cabs_*, mips_c_*): Delete, replacing with...
11251 (mips_c_cond_{ps,4s}, mips_cabs_cond_{s,d,ps,4s}): ...these new
11252 patterns. Split the 4s versions into 2 ps patterns after reload.
11253
11254 2004-08-30 Richard Henderson <rth@redhat.com>
11255
11256 * fold-const.c (tree_expr_nonzero_p): Use get_base_address before
11257 assuming an ADDR_EXPR is non-null.
11258
11259 2004-08-30 Jason Merrill <jason@redhat.com>
11260
11261 * gthr-posix.h, gthr-dce.h: Add #pragma weaks.
11262
11263 2004-08-30 Nathan Sidwell <nathan@codesourcery.com>
11264
11265 * alias.c (mems_in_disjoint_alias_sets_p, record_alias_subset,
11266 record_set, rtx_equal_for_memref_p, init_alias_analysis): Use
11267 gcc_assert and gcc_unreachable instead of abort.
11268 * alloc-pool.c (abort, fancy_abort): Remove.
11269 (create_alloc_pool, free_alloc_pool, pool_alloc, pool_free): Use
11270 gcc_assert or gcc_unreachable.
11271 * attribs.c (init_attributes, decl_attributes): Likewise.
11272 * bb-reorder.c (FREE, find_traces_1_round, copy_bb,
11273 mark_bb_for_unlikely_executed_section,
11274 add_labels_and_missing_jumps, fix_crossing_conditional_branches,
11275 fix_crossing_unconditional_branches): Likewise.
11276 * bitmap.c (bitmap_first_set_bit, bitmap_last_set_bit,
11277 bitmap_operation): Likewise.
11278 * bt-load.c (insn_sets_btr_p, augment_live_range,
11279 move_btr_def): Likewise.
11280 * builtins.c (c_readstr, expand_builtin_longjmp, apply_args_size,
11281 apply_result_size, expand_builtin_apply, expand_builtin_mathfn,
11282 expand_builtin_mathfn_2, expand_builtin_mathfn_3,
11283 builtin_memcpy_read_str, expand_movstr, expand_builtin_stpcpy,
11284 expand_builtin_memcmp, expand_builtin_args_info,
11285 std_gimplify_va_arg_expr, expand_builtin_unop,
11286 expand_builtin_fputs, expand_builtin_profile_func,
11287 expand_builtin_fork_or_exec, fold_builtin_bitop,
11288 fold_builtin_classify, fold_builtin_fputs): Likewise.
11289
11290 2004-08-30 Nathan Sidwell <nathan@codesourcery.com>
11291
11292 * gcov-io.c (GCOV_CHECK): Use gcc_assert when available.
11293 * gcov.c (abort): Remove undef.
11294
11295 * tree.h (BINFO_PRIMARY_BASE_OF): Remove.
11296 (struct tree_binfo): Remove primary field.
11297
11298 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
11299
11300 * fixinc/Makefile.in (machname.h): Remove.
11301 (fixincl.x): Do not pass $@ to genfixes.
11302 * fixinc/genfixes: Remove code to produce machname.h.
11303 * fixinc/fixincl.sh: Move it here instead.
11304 * fixinc/fixlib.c: Do not conditionalize on MN_NAME_PAT's presence,
11305 instead check if pz_mn_name_pat is NULL. Make mn_get_regexps
11306 return a bool indicating whether pz_mn_name_pat is NULL.
11307 * fixinc/fixlib.h: Do not conditionalize on MN_NAME_PAT's presence.
11308 Declare extern C variables for the ENV_TABLE.
11309 * fixinc/fixfixes.c: Do not conditionalize on MN_NAME_PAT's presence,
11310 instead use the result of mn_get_regexps.
11311 * fixinc/fixtests.c: Likewise.
11312
11313 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
11314
11315 * configure.ac: Do not run fixincludes after stage1 during
11316 toplevel bootstrap.
11317 * configure: Regenerate.
11318
11319 2004-08-30 Richard Earnshaw <rearnsha@arm.com>
11320
11321 * sched-deps.c (get_condition): Partially revert previous, by never
11322 trying to extract the condition from a condjump.
11323
11324 2004-08-30 Nathan Sidwell <nathan@codesourcery.com>
11325
11326 * c-common.c (c_sizeof_or_alignof_type): Use gcc_assert.
11327 (handle_visibility_attribute, c_determine_visibility): Likewise.
11328 * c-common.h (my_friendly_assert): Remove.
11329
11330 2004-08-30 Richard Sandiford <rsandifo@redhat.com>
11331
11332 * config/mips/mips.md (UNSPEC_{RSQRT,RECIP}[12]_{S,D,PS}): Delete.
11333 (UNSPEC_{RSQRT,RECIP}[12]): New constants.
11334 (UNSPEC_MOVE_TF_PS): Renumber to avoid gaps.
11335 * config/mips/mips-ps-3d.md (*movcc_v2sf_[sd]i): Use :GPR.
11336 (mips_{rsqrt,recip}[12]_{s,d,ps}): Use :ANYF.
11337
11338 2004-08-30 Diego Novillo <dnovillo@redhat.com>
11339
11340 * tree-pretty-print.c (dump_generic_node): Handle VALUE_HANDLE
11341 in COMPONENT_REF nodes.
11342
11343 2004-08-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
11344
11345 PR c++/15378
11346 * c-opts.c (c_common_handle_option): <case OPT_Werror> set
11347 global_dc->warning_as_error_requested.
11348 * diagnostic.c (diagnostic_initialize): Tidy.
11349 * diagnostic.h (diagnostic_context::x_data): Remove
11350 (diagnostic_context::issue_warnings_are_errors_message): Rename
11351 from warnings_are_errors_message.
11352 (diagnostic_context::warning_as_error_requested): New.
11353
11354 2004-08-30 Richard Earnshaw <rearnsha@arm.com>
11355
11356 * sched-deps.c (get_condition): Fix breakage in previous patch.
11357
11358 2004-08-30 Paul Brook <paul@codesourcery.com>
11359
11360 * doc/install.texi: Fix broken mpfr link.
11361
11362 2004-08-29 David O'Brien <obrien@FreeBSD.org>
11363
11364 * config/rs6000/sysv4.h (LINK_OS_FREEBSD_SPEC): Sync '-p' handling with
11365 other FreeBSD platforms.
11366
11367 2004-08-29 Richard Earnshaw <rearnsha@arm.com>
11368
11369 * arm.h (REVERSE_CONDITION): Define.
11370 (REVERSIBLE_CC_MODE): All comparisons are now reversible.
11371
11372 2004-08-29 Richard Earnshaw <rearnsha@arm.com>
11373
11374 * flow.c (REVERSE_CONDEXEC_PREDICATES_P): Use the whole comparison, not
11375 just the codes, call reversed_comparison_code ().
11376 (ior_reg_cond): Update arguments to REVERSE_CONDEXEC_PREDICATES_P.
11377 (not_reg_cond): Use reversed_comparison_code.
11378 (and_reg_cond): Likewise.
11379 * ifcvt.c (cond_exec_process_if_block): Likewise.
11380 * doc/tm.texi (REVERSE_CONDEXEC_PREDICATES_P): Update documentation.
11381
11382 2004-08-29 Richard Earnshaw <rearnsha@arm.com>
11383
11384 * sched-deps.c (get_condition): Rewrite using jump support functions.
11385 Use reversed_comparison_code.
11386 (conditions_mutex_p): Use reversed_comparison_code.
11387
11388 2004-08-29 Richard Sandiford <rsandifo@redhat.com>
11389
11390 * config/mips/mips.c (override_options): Disable hot/cold partitioning
11391 for MIPS16.
11392
11393 2004-08-29 Richard Sandiford <rsandifo@redhat.com>
11394
11395 * config/mips/mips.h (mips_builtins, mips_cmp_choice): Delete.
11396 (mips_function_type): Move to mips.c.
11397 * config/mips/mips.c (mips_builtin_type): New enum.
11398 (builtin_description): Replace code and ftype with builtin_type
11399 and function_type.
11400 (DIRECT_BUILTIN, CMP_SCALAR_BUILTINS, CMP_PS_BUILTINS, CMP_4S_BUILTINS)
11401 (MOVTF_BUILTINS, CMP_BUILTINS): New macros.
11402 (CODE_FOR_mips_abs_ps): Define.
11403 (mips_bdesc): Use new macros.
11404 (mips_expand_builtin): Use builtin_type. Update calls to subroutines.
11405 (mips_init_builtins): Use the mips_bdesc[] index as the function code.
11406 (mips_expand_builtin_direct): New function.
11407 (mips_expand_builtin_movtf): Renamed from mips_expand_ps_cond_move_
11408 builtin. Replace boolean parameter with builtin_type.
11409 (mips_expand_compare_builtin, mips_expand_scalar_compare_builtin)
11410 (mips_expand_4s_compare_builtin): Delete, replacing with...
11411 (mips_expand_builtin_compare): ...this new function.
11412
11413 2004-08-29 Mark Mitchell <mark@codesourcery.com>
11414
11415 PR rtl-optimization/16590
11416 * gcse.c (pre_delete): Do not create invalid REG_EQUAL notes.
11417
11418 2004-08-29 Diego Novillo <dnovillo@redhat.com>
11419
11420 * tree-ssa-ccp.c (ccp_visit_stmt): Remove #if 0 guards.
11421 * tree-ssa-propagate.c: Fix documentation.
11422
11423 2004-08-29 Richard Sandiford <rsandifo@redhat.com>
11424
11425 * config/mips/mips.md (*mov[sd]f_on_*): Redefine using :SCALARF.
11426 (mov[sd]fcc): Likewise.
11427
11428 2004-08-29 Richard Sandiford <rsandifo@redhat.com>
11429
11430 * config/mips/mips.md (cmp[sd]f): Redefine using :SCALARF.
11431
11432 2004-08-29 Richard Sandiford <rsandifo@redhat.com>
11433
11434 * config/mips/mips.md (divide_condition): New mode attribute.
11435 (div[sd]f3, *div[sd]f3): Use it. Redefine using :SCALARF.
11436 (sqrt[sd]f3): Redefine using SCALARF.
11437 (*recip[sd]f3, *rsqrt<mode>[ab]): Likewise. Name formerly unnamed
11438 patterns.
11439
11440 2004-08-29 Richard Sandiford <rsandifo@redhat.com>
11441
11442 * config/mips/mips.md (ANYF, SCALARF): New mode macros.
11443 (loadx, storex, fmt, UNITMODE): New mode attributes.
11444 (add{sf,df,v2sf}3, sub{sf,df,v2sf}3): Redefine using :ANYF.
11445 (mul[sd]f3): Redefine using :SCALARF.
11446 (*mul[sd]f3): Renamed from mul[sd]f3_internal. Use :SCALARF.
11447 (*mul[sd]3_r4300): Likewise mul[sd]f3_r4300.
11448 (*m{add,sub}{sf,df,v2sf}3): Name formerly unnamed patterns. Use :ANYF.
11449 Check TARGET_FUSED_MADD for V2SF too.
11450 (*nm{add,sub}{sf,df,v2sf}3{,_fastmath}): Likewise, except v2sf patterns
11451 were already named.
11452 (abs{sf,df,v2sf}3, neg{sf,df,v2sf}3): Redefine using :ANYF.
11453 (*[sl][wd]xc1_[sd]i): Redefine using :ANYF.
11454
11455 2004-08-29 Richard Sandiford <rsandifo@redhat.com>
11456
11457 * config/mips/mips.c (mips_init_builtins): Simplify. Only create
11458 V2SF_type_node if it will be needed.
11459
11460 2004-08-29 Richard Sandiford <rsandifo@redhat.com>
11461
11462 * config/mips/mips.h (MIPS_CMP_MOVT, MIPS_CMP_MOVF): Delete.
11463 * config/mips/mips.c (mips_prepare_builtin_arg): New function.
11464 (mips_prepare_builtin_target): New function.
11465 (mips_expand_builtin): Use them. Update calls to subroutines.
11466 (mips_expand_ps_cond_move_builtin): Use the new functions. Replace
11467 cmp_choice with a boolean argument to select between movt and movf.
11468 Take the comparison's icode as an argument, not the function's fcode.
11469 (mips_expand_compare_builtin): New function. Rename existing function
11470 to mips_expand_scalar_compare_builtin.
11471 (mips_expand_scalar_compare_builtin, mips_expand_4s_compare_builtin)
11472 (mips_expand_ps_compare_builtin): Use the new functions. Take the
11473 comparison's icode as an argument, not the builtin's fcode.
11474
11475 2004-08-29 Richard Sandiford <rsandifo@redhat.com>
11476
11477 * config/mips/mips.c (print_operand): Remove '%Y' and '%y'.
11478 (mips_expand_4s_compare_builtin): Redefine CCV4 to be 0 if all
11479 registers are false and -1 if all registers are true.
11480 (mips_expand_ps_compare_builtin): Likewise CCV2. Use subregs for
11481 MIPS_CMP_UPPER and MIPS_CMP_LOWER.
11482 * config/mips/mips.md (mips_cond_move_tf_ps): Use %Q rather than %y.
11483 (bc1any4t, bc1any4f): Adjust for new CCV4 interpretation.
11484 (bc1any2t, bc1any2f): Likewise CCV2.
11485 (bc1upper2t, bc1lower2t, bc1upper2f, bc1lower2f): Delete.
11486
11487 2004-08-29 Richard Sandiford <rsandifo@redhat.com>
11488
11489 * config/mips/mips.md (UNSPEC_MOVE_TF_PS): New.
11490 * config/mips/mips-ps-3d.md (mips_cond_move_tf_ps): Express as an
11491 UNSPEC rather than an IF_THEN_ELSE.
11492 * config/mips/mips.c (mips_expand_ps_cond_move_builtin): Emit
11493 mips_cond_move_tf_ps by name.
11494
11495 2004-08-29 Chao-ying Fu <fu@mips.com>
11496 James E Wilson <wilson@specifixinc.com>
11497
11498 * config/mips/mips-modes.def (V2SF, CCV2, CCV4): New modes. Give CCV2
11499 8 byte size and alignment. Give CCV4 16 byte size and alignment.
11500 * config/mips/mips-ps-3d.md: New file.
11501 * config/mips/mips.c (TARGET_VECTOR_MODE_SUPPORTED_P,
11502 TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
11503 (mips_const_insns): Handle CONST_VECTOR the same as CONST_DOUBLE.
11504 (mips_output_move): Emit "mov.ps" for V2SFmode.
11505 (mips_arg_info): Add checks for VECTOR_FLOAT_TYPE_P and
11506 MODE_VECTOR_FLOAT.
11507 (override_options): Check if TARGET_MIPS3D and there was an explicit
11508 !TARGET_PAIRED_SINGLE_FLOAT. Set MASK_PAIRED_SINGLE, if TARGET_MIPS3D.
11509 Check if TARGET_FLOAT64 and TARGET_HARD_FLOAT are both true, when
11510 TARGET_PAIRED_SINGLE_FLOAT is true. Check if the ISA supports
11511 TARGET_PAIRED_SINGLE_FLOAT. Allow MODE_VECTOR_FLOAT in fp registers,
11512 and allow CCV2 and CCV4 to occupy two and four CC registers.
11513 (print_fcc_operand): New function.
11514 (print_operand): Add %Y, %y, %V, %v, %Q for CCV2, CCV4, CC. Modify
11515 %Z to call print_fcc_operand.
11516 (mips_function_value): Handle MODE_VECTOR_FLOAT.
11517 (mips_class_max_nregs): Check for ST_REGS, and handle CCmodes.
11518 (mips_vector_mode_supported_p): New function.
11519 (mips_hard_regno_nregs): Check for ST_REG_P, and handle CCmodes.
11520 (builtin_description): New struct.
11521 (mips_bdesc): New array of struct builtin_description.
11522 (mips_expand_builtin, mips_init_builtins,
11523 mips_expand_ps_cond_move_builtin, mips_expand_4s_compare_builtin,
11524 mips_expand_compare_builtin, mips_expand_ps_compare_builtin): New
11525 functions.
11526 * config/mips/mips.h (MASK_PAIRED_SINGLE, MASK_MIPS3D): New defines.
11527 (TARGET_PAIRED_SINGLE_FLOAT, TARGET_MIPS3D): New defines.
11528 (TARGET_CPU_CPP_BUILTINS): Add __mips_paired_single_float.
11529 (TARGET_SWITCHES): Added "-mpaired-single", "-mno-paired-single",
11530 "-mips3d", and "-mno-mips3d".
11531 (ASM_SPEC): Map -mips3d to -mips3d in gas.
11532 (EXTRA_CONSTRAINT_Y): New macro.
11533 (EXTRA_CONSTRAINT_STR): Renamed from EXTRA_CONSTRAINT. Add new
11534 multi-letter constraint 'Y'.
11535 (CONSTRAINT_LEN): New macro.
11536 (enum mips_builtins): New for MIPS builtin functions.
11537 (enum mips_function_type): New for the types of MIPS builtin functions.
11538 (enum mips_cmp_choice): New for the MIPS comparison builtin functions.
11539 * config/mips/mips.md: New constants for paired single and MIPS-3D
11540 instructions. Include the new mips-ps-3d.md file.
11541 (addv2sf3, subv2sf3, mulv2sf3, absv2sf2, negv2sf2, movv2sf,
11542 movv2sf_hardfloat_64bit): New named patterns.
11543 (madd.ps, msub.ps, nmaddv2sf, nmaddv2sf_fastmath, nmsubv2sf,
11544 nmsubv2sf_fastmath, ldxc1_v2sf_si, ldxc1_v2sf_di, sdxc1_v2sf_si,
11545 sdxc1_v2sf_di): New unnamed patterns.
11546 * config/mips/predicates.md (const_0_operand, const_1_operand): Add
11547 const_vector support.
11548 (const_0_or_1_operand): New predicate.
11549 * doc/invoke.texi (MIPS Options): Add -mpaired-single and -mips3d.
11550
11551 2004-08-29 Diego Novillo <dnovillo@redhat.com>
11552
11553 * Makefile.in (OBJS-common): Add tree-ssa-propagate.o
11554 (tree-ssa-propagate.o): New rule.
11555 (GTFILES): Add tree-ssa-propagate.c.
11556 * tree-flow.h (struct stmt_ann_d): Remove field
11557 in_ccp_worklist.
11558 * tree-ssa-propagate.c: New file.
11559 * tree-ssa-propagate.h: New file.
11560 * tree-ssa-ccp.c: Re-write to use the routines from
11561 tree-ssa-propagate.c.
11562
11563 2004-08-28 Andrew Pinski <apinski@apple.com>
11564
11565 * tree-ssa-loop.c: Remove extra include of basic-block.h.
11566
11567 2004-08-28 Ziemowit Laski <zlaski@apple.com>
11568
11569 * c-common.h: Update comments about ObjC/ObjC++ entry points.
11570 (objc_is_reserved_word): New prototype.
11571 (get_current_scope, objc_mark_locals_volatile): Move prototypes to
11572 separate section; these are call-backs.
11573 * c-lex.c (c_lex_with_flags): Call objc_is_reserved_word() to detect
11574 ObjC/ObjC++ "@" keywords.
11575 * c-tree.h (get_current_scope, objc_mark_locals_volatile): Remove
11576 prototypes; they already live in c-common.h.
11577 * stub-objc.c: Update copyright notice.
11578 (objc_is_reserved_word): New stub.
11579
11580 2004-08-28 Nathan Sidwell <nathan@codesourcery.com>
11581
11582 * system.h (gcc_assert): Remove __builtin_expect. Evaluate EXPR
11583 even when not checking.
11584
11585 2004-08-27 Jason Merrill <jason@redhat.com>
11586
11587 PR c++/13684
11588 * gimplify.c (gimplify_cleanup_point_expr): Handle CLEANUP_EH_ONLY.
11589 (gimple_push_cleanup): Add eh_only parm.
11590 (gimplify_target_expr): Pass it.
11591 * c.opt (-fno-threadsafe-statics): New option.
11592 * c-opts.c (c_common_handle_option): Handle it.
11593 * c-common.h (flag_threadsafe_statics): Declare it.
11594 * c-common.c (flag_threadsafe_statics): Record it.
11595 * doc/invoke.texi: Document it.
11596 * tsystem.h (_GNU_SOURCE): Define.
11597 * gthr-posix.h (__gthread_recursive_mutex_t): New typedef.
11598 (__GTHREAD_RECURSIVE_MUTEX_INIT): New macro.
11599 (__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION): New macro.
11600 (__gthread_recursive_mutex_init_function): New fn.
11601 (__gthread_recursive_mutex_lock): New fn.
11602 (__gthread_recursive_mutex_trylock): New fn.
11603 (__gthread_recursive_mutex_unlock): New fn.
11604 * gthr-solaris.h, gthr-single.h, gthr-dce.h: Likewise.
11605 * gthr-win32.h, gthr-vxworks.h: Likewise.
11606 * gthr.h: Document.
11607
11608 2004-08-27 David Edelsohn <edelsohn@gnu.org>
11609
11610 * config/rs6000/rs6000.c (rs6000_override_options): Increase
11611 maximum skip to 15. Set function alignment, jump alignment, and
11612 loop alignment to 16 for processors that form dispatch groups.
11613 (rs6000_rtx_costs): outer_code is used.
11614
11615 2004-08-27 Nathan Sidwell <nathan@codesourcery.com>
11616
11617 * stor-layout.c (sizetype_set): Remove.
11618 (set_sizetype): Don't test or set it.
11619
11620 * tree.h (size_int_type): Remove.
11621 * fold-const.c: Do not #include gt-fold-const.h.
11622 (size_htab_hash, size_htab_eq): Remove.
11623 (size_int_kind): Use build_int_cst.
11624 (new_const, size_htab): Remove.
11625 (size_int_type): Remove.
11626 (round_up): Use build_int_cst.
11627 (round_down): Likewise. Remove spurious constant build.
11628
11629 2004-08-27 Nathan Sidwell <nathan@codesourcery.com>
11630
11631 * configure.ac: Add ENABLE_ASSERT_CHECKING control.
11632 Add is_release variable, use it for --enable-werror and
11633 --enable-checking defaults.
11634 * system.h (gcc_assert, gcc_unreachable): New.
11635 * doc/install.texi (--enable-checking): Update.
11636 * configure, config.in: Rebuilt.
11637
11638 2004-08-26 Richard Sandiford <rsandifo@redhat.com>
11639
11640 * rtl.h (read_rtx): Change prototype.
11641 * read-rtl.c (read_rtx): Provide the caller with both an rtx and a
11642 line number. Return true on success.
11643 * gensupport.c (process_include, init_md_reader_args_cb): Adjust
11644 callers accordingly.
11645
11646 2004-08-26 Richard Henderson <rth@redhat.com>
11647
11648 * c-typeck.c (build_offsetof): Remove.
11649 * c-tree.h (build_offsetof): Remove.
11650 * c-common.c (fold_offsetof_1, fold_offsetof): New.
11651 * c-common.h (fold_offsetof): Declare.
11652 * c-parse.in (offsetof_base): New.
11653 (offsetof_member_designator): Use it. Build references, not just
11654 a tree list.
11655 (primary): Use fold_offsetof, not build_offsetof.
11656
11657 2004-08-26 Richard Henderson <rth@redhat.com>
11658
11659 * tree.c (staticp): Return the static object.
11660 * tree.h (staticp): Update decl.
11661 * langhooks.h (struct lang_hooks): Change staticp return type to tree.
11662 * langhooks.c (lhd_staticp): Return NULL_TREE.
11663 * langhooks-def.h (lhd_staticp): Update decl.
11664 * c-common.c (c_staticp): Return the static object.
11665 * c-common.h (c_staticp): Update decl.
11666
11667 2004-08-26 Richard Henderson <rth@redhat.com>
11668
11669 * config/alpha/alpha.h (HARD_REGNO_MODE_OK): Allow complex float
11670 modes.
11671
11672 2004-08-26 Joseph S. Myers <jsm@polyomino.org.uk>
11673
11674 PR c/13801
11675 * c-decl.c (struct c_binding): Add type and inner_comp fields.
11676 (bind): Set type and inner_comp fields.
11677 (pop_scope): Restore type of decl to the correct type from an
11678 outer scope. Give error when popping file scope for incomplete
11679 arrays completed incompatibly with default initialization in an
11680 inner scope.
11681 (diagnose_mismatched_decls): Handle externs with initializers at
11682 block scope.
11683 (pushdecl): Set type of external declaration at block scope based
11684 only on the visible declarations. Save type when changing the
11685 type of a declaration. Merge an external declaration at block
11686 scope with a visible static declaration at file scope.
11687 (implicitly_declare): Give recycled old declaration the new type
11688 except for incompatible declarations of built-in functions, saving
11689 the old type.
11690
11691 2004-08-26 Ziemowit Laski <zlaski@apple.com>
11692
11693 * c-parse.in (OBJC_TYPE_QUAL): New %token for ObjC use.
11694
11695 2004-08-26 Daniel Berlin <dberlin@dberlin.org>
11696
11697 * tree-alias-common.c (gate_pta): New function.
11698 (pass_build_pta): Use it.
11699 (pass_del_pta): Use it.
11700 (delete_alias_vars): Don't check flag_tree_points_to.
11701
11702 2004-08-26 Fariborz Jahanian <fjahanian@apple.com>
11703
11704 * config/rs6000/rs6000.h (HARD_REGNO_CALL_PART_CLOBBERED): Added
11705 TFmode as additional register mode cloberred by call.
11706
11707 2004-08-26 Fariborz Jahanian <fjahanian@apple.com>
11708
11709 * config/rs6000/rs6000.c (rs6000_libcall_value): Generate
11710 parallel pattern for library call returning DImode in
11711 mixed mode.
11712
11713 2004-08-26 Fariborz Jahanian <fjahanian@apple.com>
11714
11715 * config/rs6000/rs6000.c (function_arg): Generate parallel
11716 pattern for more split args.
11717
11718 2004-08-26 Fariborz Jahanian <fjahanian@apple.com>
11719
11720 * config/rs6000/rs6000.c (rs6000_split_multireg_move): Call
11721 either gen_movdi_di_update or gen_movdi_si_update depending on
11722 target mode.
11723 * config/rs6000/rs6000.md (movdi_update): Changed to movdi_<mode>_update,
11724 to generate two versions.
11725
11726 2004-08-26 Daniel Berlin <dberlin@dberlin.org>
11727
11728 * Makefile.in (lambda-code.o): New.
11729 (lambda-trans.o): Ditto.
11730 (TREE_DATA_REF_H): Ditto.
11731 (LAMBDA_H): Ditto.
11732 (lambda-mat.o): Use LAMBDA_H.
11733 (tree-data-ref.o): Ditto.
11734 * lambda-code.c: New file. Lambda code generation algorithm.
11735 * lambda-trans.c: Ditto. Lambda transformation matrix support.
11736 * lambda.h: Add lambda loop structures.
11737 Add lambda loopnest structures.
11738 Add lambda body vector structure.
11739 Add lambda linear expression structures.
11740 Add prototypes for functions in new files.
11741 * lambda-mat.c: Include tree.h
11742
11743 2004-08-26 Daniel Berlin <dberlin@dberlin.org>
11744 Sebastian Pop <pop@cri.ensmp.fr>
11745
11746 * tree-data-ref.h: Include lambda.h
11747 (free_dependence_relation): Declared here.
11748 (free_dependence_relations): Ditto.
11749 (free_data_refs): Ditto.
11750 * tree-data-ref.c (free_dependence_relation): New function.
11751 (free_dependence_relations): Ditto.
11752 (free_data_refs): Ditot.
11753 (analyze_all_data_dependences): Free datarefs and dependence_relations.
11754 (build_classic_dist_vector): Store in the dependence_relations the
11755 information. Each arc in the dependence_relations graph is labelled
11756 with the distance and direction vectors.
11757 (build_classic_dir_vector): Ditto.
11758 (compute_rw_wr_ww_dependences): Renamed again compute_all_dependences.
11759 Now computes again the whole dependence graph including read-read
11760 relations.
11761 (compute_data_dependences_for_loop): Now dependence_relations contains
11762 all the data, and thus it doesn't need to initialize the classic_dir
11763 and classic_dist vectors.
11764 (analyze_all_data_dependences): Adjusted for using the new interface of
11765 compute_data_dependences_for_loop. Remove the statistics dump.
11766
11767 2004-08-26 Bob Wilson <bob.wilson@acm.org>
11768
11769 * config/xtensa/xtensa.c (xtensa_ld_opcodes, xtensa_st_opcodes): Delete.
11770 (xtensa_expand_block_move): Update comment.
11771 (override_options): Remove initialization of xtensa_{ld,st}_opcodes.
11772
11773 2004-08026 Richard Earnshaw <rearnsha@arm.com>
11774
11775 PR target/13506
11776 * toplev.c (crash_signal): If we crashed while emitting
11777 a user asm, then die more gracefully.
11778
11779 2004-08-26 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
11780
11781 PR target/17119.
11782 * config/m32r.c (gen_compare): Use reg_or_int16_operand when
11783 checking for a valid constant, regardless of sign.
11784
11785 2004-08-25 Richard Henderson <rth@redhat.com>
11786
11787 PR target/16974
11788 * config/alpha/alpha.md (adddi_fp_hack): Don't rely on splitting
11789 if the constant satisfies add_operand.
11790
11791 2004-08-25 Richard Henderson <rth@redhat.com>
11792
11793 PR debug/10695
11794 * config/alpha/alpha.c (emit_frame_store_1, emit_frame_store): New.
11795 (alpha_expand_prologue): Handle >32-bit frames. Generate proper
11796 unwind info for >16-bit frames.
11797
11798 2004-08-25 Richard B. Kreckel <richard.kreckel@framatome-anp.com>
11799
11800 PR target/17171
11801 * config/i386/gas.h (ASM_COMMENT_START): Define to "#".
11802
11803 2004-08-25 Richard Henderson <rth@redhat.com>
11804
11805 * config/alpha/alpha.c (alpha_cannot_force_const_mem): New.
11806 (TARGET_CANNOT_FORCE_CONST_MEM): New.
11807
11808 2004-08-25 Andrew MacLeod <amacleod@redhat.com>
11809
11810 * doc/tree-ssa.texi: Document new operand iterator.
11811
11812 2004-08-26 Alan Modra <amodra@bigpond.net.au>
11813
11814 PR target/16480
11815 * config/rs6000/rs6000.c (rs6000_split_multireg_move): Don't abort
11816 on "(mem (symbol_ref ..))" rtl. Look at LO_SUM base regs as well
11817 as PLUS base regs.
11818
11819 2005-08-28 Paul Brook <paul@codesourcery.com>
11820
11821 * config/arm/symbian.h (SUBTARGET_ASM_FLOAT_SPEC): Default to
11822 -mfpu=vfp -march=armv5t
11823 * config/arm/t-symbian: Change multilib to mfloat-abi=softfp.
11824
11825 2004-08-25 Richard Henderson <rth@redhat.com>
11826
11827 * target-def.h (TARGET_SCALAR_MODE_SUPPORTED_P): New.
11828 * target.h (struct gcc_target): Add scalar_mode_supported_p.
11829 * targhooks.c (default_scalar_mode_supported_p): New.
11830 * targhooks.h (default_scalar_mode_supported_p): Declare.
11831 * doc/tm.texi (TARGET_SCALAR_MODE_SUPPORTED_P): Document.
11832
11833 * c-common.c (handle_mode_attribute): Query scalar_mode_supported_p
11834 before attempting to create types. Tidy.
11835 * expr.c (vector_mode_valid_p): Use scalar_mode_supported_p.
11836
11837 * config/alpha/alpha.c (alpha_scalar_mode_supported_p): New.
11838 (TARGET_SCALAR_MODE_SUPPORTED_P): New.
11839
11840 2004-08-25 Richard Henderson <rth@redhat.com>
11841
11842 * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
11843 set REAL_MODE_FORMAT for TFmode.
11844
11845 2004-08-25 Ziemowit Laski <zlaski@apple.com>
11846
11847 * c-decl.c (grokparm): New function.
11848 * c-tree.h (grokparm): New prototype.
11849
11850 2004-08-25 Andrew MacLeod <amacleod@redhat.com>
11851
11852 * tree-ssa-operands.h (struct ssa_operand_iterator_d): New. SSA operand
11853 iterator controlling structure.
11854 (SSA_OP_USE, SSA_OP_DEF, SSA_OP_VUSE, SSA_OP_VMAYUSE, SSA_OP_VMAYDEF,
11855 SSA_OP_VMUSTDEF, SSA_OP_VIRTUAL_USES, SSA_OP_VIRTUAL_DEFS,
11856 SSA_OP_ALL_USES, SSA_OP_ALL_DEFS, SSA_OP_ALL_OPERANDS): New. Operand
11857 iterator flags.
11858 (FOR_EACH_SSA_TREE_OPERAND): New. Iterate over operands as trees.
11859 (FOR_EACH_SSA_USE_OPERAND): New. Iterate over operands as uses.
11860 (FOR_EACH_SSA_DEF_OPERAND): New. Iterate over operands as defs.
11861 (FOR_EACH_SSA_MAYDEF_OPERAND): New. Iterate over V_MAY_DEFs.
11862 * tree-ssa-operands.c (NULL_DEF_OPERAND_P, NULL_USE_OPERAND_P): New.
11863 Empty operand pointers.
11864 * tree-flow-inline.h (op_iter_done): New. Return true if finished.
11865 (op_iter_next_use): New. Return next use_operand_p.
11866 (op_iter_next_def): New. Return next def_operand_p.
11867 (op_iter_next_tree): New. Return next operands as a tree.
11868 (op_iter_init): New. Initialize an iterator structure.
11869 (op_iter_init_use): New. Initialize structure and get the first use.
11870 (op_iter_init_def): New. Initialize structure and get the first def.
11871 (op_iter_init_tree): New. Initialize structure and get the first tree.
11872 (op_iter_next_maydef): New. Return next V_MAY_DEF operands.
11873 (op_iter_init_maydef): New. Initialize structure and get the first
11874 V_MAY_DEF operands.
11875 * tree-cfg.c (tree_duplicate_bb): Use new operand iterator.
11876 * tree-dfa.c (compute_immediate_uses_for_stmt,
11877 redirect_immediate_uses): Use new operand iterator.
11878 (v_may_defs_disappeared_p, v_must_defs_disappeared_p): Delete.
11879 (mark_new_vars_to_rename): Use new operand iterator. Count virtual
11880 operands instead of using *_disappeared_p routines.
11881 * tree-into-ssa.c (mark_def_sites, ssa_mark_def_sites, rewrite_stmt,
11882 ssa_rewrite_stmt): Use new operand iterator.
11883 * tree-outof-ssa.c (check_replaceable, find_replaceable_in_bb,
11884 rewrite_trees): Use new operand iterator.
11885 * tree-pretty-print.c (dump_vops): Use new operand iterator.
11886 * tree-sra.c (mark_all_v_defs): Use new operand iterator.
11887 * tree-ssa-alias.c (compute_points_to_and_addr_escape,
11888 dump_points_to_info): Use new operand iterator.
11889 * tree-ssa-ccp.c (cp_lattice_meet, visit_stmt, initialize,
11890 replace_uses_in, replace_vuse_in, likely_value, set_rhs): Use new
11891 operand iterator.
11892 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary,
11893 propagate_necessity): Use new operand iterator.
11894 * tree-ssa-dom.c (cprop_into_stmt, optimize_stmt): Use operand iterator.
11895 (register_definitions_for_stmt): Use new operand iterator. Take stmt as
11896 a parameter instead of a stmt_ann_t.
11897 * tree-ssa-live.c (create_ssa_var_map, calculate_live_on_entry,
11898 build_tree_conflict_graph): Use new operand iterator.
11899 * tree-ssa-loop-im.c (determine_max_movement, single_reachable_address,
11900 rewrite_mem_refs): Use new operand iterator.
11901 * tree-ssa-loop-manip.c (find_uses_to_rename_stmt,
11902 check_loop_closed_ssa_use): Use new operand iterator.
11903 * tree-ssa.c (verify_ssa, replace_immediate_uses): Use operand iterator.
11904 * tree-ssanames.c (release_defs): Use new operand iterator.
11905 * tree-vectorizer.c (vect_create_data_ref): Use new operand iterator.
11906
11907 2004-08-25 Adam Nemet <anemet@lnxw.com>
11908
11909 * tlink.c (initial_cwd): New variable.
11910 (tlink_init): Initialize it.
11911 (recompile_files): Use tlink_execute() instead of system(). Don't
11912 duplicate verbose output of collect_execute. Restore initial_cwd.
11913 Update comment before the function.
11914
11915 2004-08-25 Ziemowit Laski <zlaski@apple.com>
11916
11917 * c-typeck.c (build_c_cast): In ObjC, always preserve (and silently
11918 accept) a cast from one Objective-C pointer type to another.
11919
11920 2004-08-25 Paolo Carlini <pcarlini@suse.de>
11921
11922 * doc/install.texi: Document that libstdc++-v3 requires
11923 now automake 1.9.1.
11924
11925 2004-08-25 Caroline Tice <ctice@apple.com>
11926
11927 * bb-reorder.c (partition_hot_cold_basic_blocks): Add more details
11928 to comments at start of function.
11929 * cfgbuild.c (make_edges): Add more details to hot/cold partitioning
11930 comment.
11931 * cfgcleanup.c (try_simplify_condjump, try_forward_edges,
11932 merge_blocks_move_predecessor_nojumps,
11933 merge_blocks_move_successor_nojumps, merge_blocks_move,
11934 try_crossjump_to_edge, try_crossjump_bb): Likewise.
11935 * cfglayout.c (fixup_reorder_chain): Likewise.
11936 * cfgrtl.c (rtl_can_merge_blocks, try_redirect_by_replacing_jump,
11937 cfg_layout_can_merge_blocks_p): Likewise.
11938 * ifcvt.c (find_if_case_1, find_if_case_2): Likewise.
11939 * passes.c (rest_of_compilation): Update comments for calling
11940 optimization that partitions hot/cold basic blocks.
11941 * doc/invoke.texi: Update documentation of
11942 freorder-blocks-and-partition flag.
11943
11944 2004-08-25 Richard Sandiford <rsandifo@redhat.com>
11945
11946 * config/mips/mips.md (reg): Renamed mode attribute from ccreg.
11947 (*mov*_on_*): Adjust accordingly. Add an explicit MOVECC: prefix.
11948
11949 2004-08-25 Richard Sandiford <rsandifo@redhat.com>
11950
11951 * config/mips/mips.md (any_shift): New code macro.
11952 (optab, insn): New code attributes.
11953 ({ashl,ashr,lshr}[sd]i3): Redefine using :GPR and any_shift.
11954 Use the standard rather than internal patterns for the MIPS16
11955 double-shift optimization.
11956 (*{ashl,ashr,lshr}[sd]i3): New names for the non-mips16 shift patterns.
11957 Redefine using :GPR and any_shift.
11958 (*{ashl,ashr,lshr}si3_extend): Generalize ashlsi3_internal1_extend
11959 to cover all three shifts.
11960 (*{ashl,ashr,lshr}si3_mips16): New names for the mips16 SImode shifts.
11961 Redefine using any_shift. Use :GPR and any_shift to combine splitters.
11962 (*{ashl,ashr,lshr}di3_mips16): New names for the mips16 DImode shifts.
11963
11964 2004-08-24 Geoffrey Keating <geoffk@apple.com>
11965
11966 * gimplify.c (lookup_tmp_var): Separate temporaries when not
11967 optimizing.
11968
11969 2004-08-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11970
11971 PR libstdc++/17005 (fix for HP-UX 11.11)
11972 * config.gcc (hppa*-*-*): Move MASK_BIG_SWITCH to target_cpu_default2.
11973 (hppa*-*-hpux*): Consolidate hppa1.0-*-* code. Rework handling of
11974 tm_file including pa-hpux1010.h or pa-hpux1111.h when appropriate.
11975 * config/pa/pa-hpux1010.h, config/pa/pa-hpux1111.h: New files.
11976 * config/pa/pa-hpux.h (TARGET_HPUX): Define.
11977 (LINK_SPEC): Handle march=1.0 option.
11978 * config/pa/pa-hpux10.h (TARGET_OS_CPP_BUILTINS): Predefine _XOPEN_UNIX
11979 and _XOPEN_SOURCE_EXTENDED for UNIX 95.
11980 (SUBTARGET_OPTIONS): New define.
11981 (LINK_SPEC): Handle march=1.0 option.
11982 (STARTFILE_SPEC): New define.
11983 * config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Predefine _XOPEN_UNIX
11984 and _XOPEN_SOURCE_EXTENDED for UNIX 95. Additionally, predefine
11985 _INCLUDE__STDC_A1_SOURCE and _INCLUDE_XOPEN_SOURCE_500 for UNIX 98.
11986 (SUBTARGET_OPTIONS): New define.
11987 (LINK_SPEC): Handle march=1.0 option.
11988 (STARTFILE_SPEC): New define.
11989 * config/pa/pa.c (override_options): Add code to process -munix= option.
11990 * config/pa/pa.h (pa_unix_string, flag_pa_unix): Declare.
11991 (TARGET_HPUX, TARGET_HPUX_10_10, TARGET_HPUX_11_11): Provide default
11992 defines.
11993 (TARGET_OPTIONS): Add SUBTARGET_OPTIONS to option list.
11994 (SUBTARGET_OPTIONS): Provide default define.
11995 * config/pa/pa64-hpux.h (STANDARD_STARTFILE_PREFIX_1,
11996 STANDARD_STARTFILE_PREFIX_2): New defines.
11997 (STARTFILE_SPEC): Provide unix95.o or unix98.o startfiles as necessary.
11998 (ENDFILE_SPEC): Use %O.
11999 * doc/install.texi (hppa*-*-hpux*): Reword paragraph on -g and gas.
12000 Mention issue caused by changing namespace and runtime to UNIX 95/98.
12001 * doc/invoke.texi (HPPA options): Move misplaced text to FRV options.
12002 Document -munix=std option.
12003
12004 2004-08-25 Steven Bosscher <stevenb@suse.de>
12005
12006 * cse.c (cse_around_loop, cse_check_loop_start,
12007 cse_set_around_loop): Remove.
12008 (cse_basic_block): Remove the around_loop argument.
12009 (cse_end_of_basic_block): Remove the after_loop argument.
12010 (cse_main): Likewise.
12011 * rtl.h (cse_main): Update prototype.
12012 * passes.c (rest_of_handle_cse, rest_of_handle_cse2,
12013 rest_of_handle_gcse): Update cse_main calls.
12014
12015 2004-08-25 Nathan Sidwell <nathan@codesourcery.com>
12016
12017 * tree.h (build_int_cst): New, sign extended constant.
12018 (build_int_cstu): New, zero extended constant.
12019 (build_int_cst_wide): Renamed from build_int_cst.
12020 * tree.c (build_int_cst, build_int_cstu): New.
12021 (build_int_cst_wide): Renamed from build_int_cst.
12022 (make_vector_type, build_common_tree_nodes,
12023 build_common_tree_nodes_2): Adjust build_int_cst calls.
12024 * builtins.c (expand_builtin_prefetch, expand_builtin_strstr,
12025 expand_builtin_strpbrk, expand_builtin_fputs,
12026 build_string_literal, expand_builtin_printf,
12027 expand_builtin_sprintf, fold_builtin_classify_type,
12028 fold_builtin_lround, fold_builtin_bitop, fold_builtin_isascii,
12029 fold_builtin_toascii, fold_builtin_isdigit,
12030 simplify_builtin_strstr, simplify_builtin_strpbrk,
12031 fold_builtin_fputs, simplify_builtin_sprintf): Likewise.
12032 * c-common.c (start_fname_decls, fix_string_type, shorten_compare,
12033 DEF_ATTR_INT): Likewise.
12034 * c-decl.c (complete_array_type, check_bitfield_type_and_width):
12035 Likewise.
12036 * c-lex.c (interpret_integer, lex_charconst): Likewise.
12037 * c-parse.in (primary) <TYPES_COMPATIBLE_P> Likewise.
12038 * c-pretty-print.c (pp_c_integer_constant): Likewise.
12039 * c-typeck.c (really_start_incremental_init, push_init_level,
12040 set_nonincremental_init_from_string): Likewise.
12041 * calls.c (load_register_parameters): Likewise.
12042 convert.c (convert_to_pointer): Likewise.
12043 coverage.c (coverage_counter_alloc, tree_coverage_counter_ref,
12044 build_fn_info_type, build_fn_info_value, build_ctr_info_value,
12045 build_gcov_info): Likewise.
12046 * except.c (init_eh, assign_filter_values): Likewise.
12047 * expmed.c (store_fixed_bit_field, extract_bit_field,
12048 extract_fixed_bit_field, extract_split_bit_field, expand_shift,
12049 expand_mult_const, expand_mult_highpart_adjust, extract_high_half,
12050 expand_sdiv_pow2, expand_divmod, make_tree): Likewise.
12051 * expr.c (convert_move, emit_group_load, emit_group_store,
12052 expand_assignment, store_constructor, store_field,
12053 expand_expr_real_1, reduce_to_bit_field_precision): Likewise.
12054 fold-const.c (force_fit_type, int_const_binop, fold_convert_const,
12055 invert_truthvalue, optimize_bit_field_compare,
12056 decode_field_reference, all_ones_mask_p, constant_boolean_node,
12057 fold_div_compare, fold, fold_read_from_constant_string,
12058 fold_negate_const, fold_abs_const, fold_not_const, round_up,
12059 round_down): Likewise.
12060 * function.c (assign_parm_setup_block): Likewise.
12061 * stmt.c (shift_return_value, expand_case, estimate_case_costs):
12062 Likewise.
12063 * stor-layout.c (layout_type, initialize_sizetypes,
12064 set_min_and_max_values_for_integral_type): Likewise.
12065 * tree-chrec.c (chrec_fold_multiply_poly_poly,
12066 reset_evolution_in_loop): Likewise.
12067 * tree-chrec.h (build_polynomial_chrec): Likewise.
12068 * tree-complex.c (build_replicated_const): Likewise.
12069 * tree-eh.c (honor_protect_cleanup_actions,
12070 lower_try_finally_onedest, lower_try_finally_copy,
12071 lower_try_finally_switch): Likewise.
12072 * tree-mudflap.c (mf_build_string, mx_register_decls,
12073 mudflap_register_call, mudflap_enqueue_constant): Likewise.
12074 * tree-nested.c (get_trampoline_type, get_nl_goto_field): Likewise.
12075 * tree-pretty-print.c (dump_generic_node): Likewise.
12076 * tree-ssa-ccp.c (widen_bitfield, maybe_fold_offset_to_array_ref):
12077 Likewise.
12078 * tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Likewise.
12079 * tree-ssa-loop-niter.c (number_of_iterations_cond,
12080 loop_niter_by_eval, upper_bound_in_type, lower_bound_in_type):
12081 Likewise.
12082 * tree-ssa-loop-ivcanon.c (create_canonical_iv,
12083 canonicalize_loop_induction_variables): Likewise.
12084 * tree-vectorizer.c (vect_create_index_for_array_ref,
12085 vect_transform_loop_bound, vect_compute_data_ref_alignment):
12086 Likewise.
12087
12088 * config/alpha/alpha.c (alpha_initialize_trampoline, alpha_va_start,
12089 alpha_gimplify_va_arg_1): Likewise.
12090 * config/arm/arm.c (arm_get_cookie_size): Likewise.
12091 * config/c4x/c4x.c (c4x_gimplify_va_arg_expr): Likewise.
12092 * config/i386/i386.c (ix86_va_start, ix86_gimplify_va_arg): Likewise.
12093 * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
12094 * config/mips/mips.c (mips_build_builtin_va_list, mips_va_start,
12095 mips_gimplify_va_arg_expr): Likewise.
12096 * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
12097 * config/rs6000/rs6000.c (rs6000_va_start, rs6000_gimplify_va_arg,
12098 add_compiler_branch_island): Likewise.
12099 * config/s390/s390.c (s390_va_start): Likewise.
12100 * config/sh/sh.c (sh_va_start): Likewise.
12101 * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start):
12102 Likewise.
12103 * config/xtensa/xtensa.c (xtensa_va_start,
12104 xtensa_gimplify_va_arg_expr): Likewise.
12105
12106 * objc/objc-act.c (build_objc_string_object,
12107 build_objc_symtab_template, init_def_list, init_objc_symtab,
12108 init_module_descriptor, generate_static_references,
12109 build_selector_translation_table, get_proto_encoding,
12110 build_typed_selector_reference, build_selector_reference,
12111 build_next_objc_exception_stuff,
12112 build_method_prototype_list_template, generate_descriptor_table,
12113 generate_protocols, build_protocol_initializer,
12114 build_ivar_list_template, build_method_list_template,
12115 build_ivar_list_initializer, generate_ivars_list,
12116 generate_dispatch_table, generate_protocol_list,
12117 build_category_initializer, build_shared_structure_initializer,
12118 generate_shared_structures, handle_impent,
12119 generate_objc_image_info): Likewise.
12120
12121 2004-04-25 Paolo Bonzini <bonzini@gnu.org>
12122
12123 * cfglayout.c (duplicate_insn_chain): Remove references to
12124 NOTE_INSN_LOOP_VTOP and NOTE_INSN_LOOP_CONT.
12125 * cfgloop.h (struct loop): Remove fields vtop, cont and cont_dominator.
12126 * cfgrtl.c (rtl_delete_block): Remove handling of NOTE_INSN_LOOP_CONT.
12127 * final.c (final_scan_insn): Remove references to NOTE_INSN_LOOP_VTOP
12128 and NOTE_INSN_LOOP_CONT.
12129 * insn-notes.def (NOTE_INSN_LOOP_VTOP, NOTE_INSN_LOOP_CONT): Remove.
12130 * jump.c (squeeze_notes): Remove references to NOTE_INSN_LOOP_VTOP
12131 and NOTE_INSN_LOOP_CONT.
12132 * loop.c (scan_loops, find_and_verify_loops, for_each_insn_in_loop,
12133 check_dbra_loop, loop_dump_aux): Remove references to removed notes
12134 and fields.
12135 * reorg.c (mostly_true_jump): Do not rely on NOTE_INSN_LOOP_VTOPs.
12136 * unroll.c (unroll_loop, copy_loop_body, loop_iterations): Remove
12137 references to removed notes and fields.
12138 (subtract_reg_term, ujump_to_loop_cont): Remove.
12139
12140 2004-08-25 Paolo Bonzini <bonzini@gnu.org>
12141
12142 * doc/install.texi: Document that libcpp does not require
12143 Automake any longer. Document that Automake 1.9.1 should
12144 work everywhere.
12145
12146 2004-08-25 Zack Weinberg <zack@codesourcery.com>
12147
12148 * flags.h (enum debug_info_type): Remove DWARF_DEBUG.
12149 * defaults.h (PREFERRED_DEBUGGING_TYPE): Remove check for
12150 DWARF_DEBUGGING_INFO from choice-of-definition chain;
12151 restructure using C89 features (#elif, #error).
12152 * c-lex.c, final.c, opts.c, config/cris/cris.c, config/frv/frv.c
12153 * config/sh/sh.h: Remove references to DWARF_DEBUG.
12154 * doc/invoke.texi: Remove references to DWARF version 1;
12155 clarify why -gdwarf-2<n> doesn't work.
12156
12157 2004-08-25 Zack Weinberg <zack@codesourcery.com>
12158
12159 * basic-block.h (BB_SET_PARTITION): Clear old value first.
12160 * cfg.c (clear_bb_flags): Don't clear partition setting.
12161 * ifcvt.c (find_if_case_1): Remove ??? comment.
12162
12163 2004-08-25 Alan Modra <amodra@bigpond.net.au>
12164
12165 PR target/17052
12166 * config/rs6000/rs6000.h (machine_function): Remove sysv_varargs_p.
12167 * config/rs6000/sysv4.h (RS6000_VARARGS_AREA): Use
12168 current_function_stdarg in place of sysv_varargs_p.
12169 * config/rs6000/rs6000.c (setup_incoming_varargs): Don't set
12170 sysv_varargs_p.
12171
12172 2004-08-24 Richard Henderson <rth@redhat.com>
12173
12174 PR target/16298
12175 * config/i386/i386.c (legitimate_constant_p): Rework to not accept
12176 random codes within CONST.
12177
12178 2004-08-24 James E Wilson <wilson@specifixinc.com>
12179
12180 * Makefile.in (STAGEFEEDBACK_FLAGS_TO_PASS): Remove
12181 -freorder-blocks-and-partition.
12182
12183 2004-08-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12184
12185 PR middle-end/17044
12186 * tree-ssa-threadupdate.c (redirection_data): Make static.
12187 (thread_block): Use ggc_alloc_cleared to allocate struct
12188 redirection_data. Don't free elements in redirection_data.
12189
12190 2004-08-24 Richard Sandiford <rsandifo@redhat.com>
12191
12192 * config/mips/predicates.md (small_data_pattern): Match prefetches.
12193
12194 2004-08-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12195
12196 PR tree-optimization/17016
12197 * tree-ssa-loop-niter.c (number_of_iterations_cond,
12198 number_of_iterations_exit): Use POINTER_TYPE_P instead
12199 of testing for POINTER_TYPE.
12200
12201 2004-08-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12202
12203 * tree-ssa-loop-ivcanon.c: New file.
12204 * tree-ssa-loop-manip.c (create_iv): New function.
12205 * Makefile.in (tree-ssa-loop-ivcanon.o): Add.
12206 (tree-ssa-loop.o, tree-ssa-loop-manip.o): Add SCEV_H dependency.
12207 * cfgloop.c (mark_single_exit_loops): New function.
12208 (verify_loop_structure): Verify single-exit loops.
12209 * cfgloop.h (struct loop): Add single_exit field.
12210 (LOOPS_HAVE_MARKED_SINGLE_EXITS): New constant.
12211 (mark_single_exit_loops): Declare.
12212 (tree_num_loop_insns): Declare.
12213 * cfgloopmanip.c (update_single_exits_after_duplication): New function.
12214 (duplicate_loop_to_header_edge): Use it.
12215 * common.opt (fivcanon): New flag.
12216 * timevar.def (TV_TREE_LOOP_IVCANON, TV_COMPLETE_UNROLL): New timevars.
12217 * tree-cfg.c (tree_find_edge_insert_loc): Return newly created block.
12218 (bsi_commit_edge_inserts_1): Pass null to tree_find_edge_insert_loc.
12219 (bsi_insert_on_edge_immediate): New function.
12220 * tree-flow.h (bsi_insert_on_edge_immediate,
12221 canonicalize_induction_variables, tree_unroll_loops_completely,
12222 create_iv): Declare.
12223 * tree-optimize.c (init_tree_optimization_passes): Add
12224 pass_iv_canon and pass_complete_unroll.
12225 * tree-pass.h (pass_iv_canon, pass_complete_unroll): Declare.
12226 * tree-scalar-evolution.c (get_loop_exit_condition,
12227 get_exit_conditions_rec, number_of_iterations_in_loop,
12228 scev_initialize): Use single_exit information.
12229 * tree-ssa-loop-niter.c (number_of_iterations_cond): Record
12230 missing assumptions.
12231 (loop_niter_by_eval): Return number of iterations as unsigned
12232 int.
12233 * tree-ssa-loop.c (tree_ssa_loop_init): Mark single exit loops.
12234 (tree_ssa_loop_ivcanon, gate_tree_ssa_loop_ivcanon, pass_iv_canon,
12235 tree_complete_unroll, gate_tree_complete_unroll, pass_complete_unroll):
12236 New passes.
12237 (tree_ssa_loop_done): Call free_numbers_of_iterations_estimates.
12238 * tree-ssanames.c (make_ssa_name): Allow creating ssa name before
12239 the defining statement is ready.
12240 * tree-vectorizer.c (vect_create_iv_simple): Removed.
12241 (vect_create_index_for_array_ref, vect_transform_loop_bound):
12242 Use create_iv.
12243 (vect_transform_loop_bound): Use single_exit information.
12244 (vect_analyze_loop_form): Cleanup bogus tests.
12245 (vectorize_loops): Do not call flow_loop_scan.
12246 * tree.h (may_negate_without_overflow_p): Declare.
12247 * fold-const.c (may_negate_without_overflow_p): Split out from ...
12248 (negate_expr_p): ... this function.
12249 (tree_expr_nonzero_p): Handle overflowed constants correctly.
12250 * doc/invoke.texi (-fivcanon): Document.
12251 * doc/passes.texi: Document canonical induction variable creation.
12252
12253 2004-08-24 Richard Sandiford <rsandifo@redhat.com>
12254
12255 * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): Delete.
12256 * config/mips/mips.c (print_operand): Fold %B/%b handling into %T/%t,
12257 using the mode of the operand to decide between them.
12258 * config/mips/mips.md (MOVECC): New mode macro.
12259 (ccreg): New mode attribute.
12260 (*mov{si,di,sf,df}_on_{cc,si,di}): Name formerly unnamed patterns.
12261 Redefine using :GPR and :MOVECC. Use %T and %t for the condition.
12262 (mov[sd]icc): Redefine using :GPR.
12263
12264 2004-08-24 Richard Sandiford <rsandifo@redhat.com>
12265
12266 * config/mips/mips-protos.h (mips_emit_prefetch): Delete.
12267 (mips_prefetch_cookie): New function.
12268 * config/mips/mips.c (print_operand_address): Fix handling of
12269 ADDRESS_CONST_INT.
12270 (mips_emit_prefetch): Delete.
12271 (mips_prefetch_cookie): New function.
12272 * config/mips/mips.md (prefetch): Turn into a define_insn. Use a
12273 mode of QImode for the address_operand. Use mips_prefetch_cookie
12274 to calculate the first "pref" operand.
12275 (prefetch_[sd]i, prefetch_[sd]i_address): Delete.
12276 (prefetch_indexed_[sd]i): Redefine using :P. Use mips_prefetch_cookie.
12277
12278 2004-08-24 Richard Earnshaw <rearnsha@arm.com>
12279
12280 * arm.md: Include predicates.md.
12281 * predicates.md: New file.
12282 * arm.c (s_register_operand, arm_hard_register_operand)
12283 (arm_general_register_operand, f_register_operand, reg_or_int_operand)
12284 (arm_immediate_operand, arm_neg_immediate_operand)
12285 (arm_not_immediate_operand, arm_rhs_operand, arm_rhsm_operand)
12286 (arm_add_operand, arm_addimm_operand, arm_not_operand)
12287 (offsettable_memory_operand, alignable_memory_operand)
12288 (arm_reload_memory_operand, arm_float_rhs_operand)
12289 (arm_float_add_operand, vfp_compare_operand, arm_float_compare_operand)
12290 (index_operand, shiftable_operator, logical_binary_operator)
12291 (shift_operator, equality_operator, arm_comparison_operator)
12292 (minmax_operator, cc_register, dominant_cc_register)
12293 (arm_extendqisi_mem_op, power_of_two_operand, nonimmediate_di_operand)
12294 (di_operand, nonimmediate_soft_df_operand, soft_df_operand)
12295 (const_shift_operand, load_multiple_operation)
12296 (store_multiple_operation, multi_register_push, thumb_cmp_operand)
12297 (thumb_cmpneg_operand, thumb_cbrch_target_operand)
12298 (cirrus_register_operand, cirrus_fp_register)
12299 (cirrus_shift_const): Delete, replaced with equivalents in
12300 predicates.md.
12301 (shift_op): Handle ROTATE.
12302 * arm-protos.h: Delete declarations for above.
12303 * arm.h (PREDICATE_CODES, SPECIAL_MODE_PREDICATES): Delete.
12304 * t-arm (MD_INCLUDES): Add predicates.md.
12305 (s-preds): Depends on MD_INCLUDES.
12306
12307 2004-08-24 Richard Sandiford <rsandifo@redhat.com>
12308
12309 * config/mips/mips.c (mips_gen_conditional_trap): Fix mode.
12310 * config/mips/mips.md (*conditional_trap[sd]i): Name previously unnamed
12311 patterns. Redefine using :GPR. Give the match_operator a mode.
12312 Use '%2' rather than '%z2' for operand 2.
12313
12314 2004-08-24 Richard Sandiford <rsandifo@redhat.com>
12315
12316 * config/mips/mips.md (load_call[sd]i): Redefine using :P. Add mode
12317 attribute.
12318
12319 2004-08-24 Richard Sandiford <rsandifo@redhat.com>
12320
12321 * config/mips/mips.md (indirect_jump): Use force_reg. Adjust names
12322 of internal patterns.
12323 (indirect_jump[sd]i): Renamed from indirect_jump_internal[12].
12324 Redefine using :P.
12325 (tablejump): Use expand_binop to calculate address. Adjust names
12326 of internal patterns.
12327 (tablejump[sd]i): Renamed from tablejump_internal[12].
12328 Redefine using :P.
12329 (tablejump_mips16[12]): Delete.
12330
12331 2004-08-24 Richard Sandiford <rsandifo@redhat.com>
12332
12333 * config/mips/mips.md (*seq_[sd]i, *seq_[sd]i_mips16, *sne_[sd]i)
12334 (*sgt_[sd]i, *sgt_[sd]i_mips16, *sge_[sd]i, *slt_[sd]i)
12335 (*slt_[sd]i_mips16, *sle_[sd]i, *sle_[sd]i_mips16, *sgtu_[sd]i)
12336 (*sgtu_[sd]i_mips16, *sge_[sd]i, *sltu_[sd]i, *sltu_[sd]i_mips16)
12337 (*sleu_[sd]i, *sleu_[sd]i_mips16): Redefine using :GPR.
12338
12339 2004-08-24 Richard Sandiford <rsandifo@redhat.com>
12340
12341 * config/mips/mips.md (cmpsi, cmpdi): Redefine using :GPR.
12342 (*branch_zero[sd]i): Renamed from branch_zero{,_di}. Redefine
12343 using :GPR.
12344 (*branch_zero[sd]i_inverted): Likewise branch_zero{,_di}_inverted.
12345 (*branch_equality[sd]i): Likewise branch_equality{,_di}.
12346 (*branch_equality[sd]i_inverted): Likewise
12347 branch_equality{,_di}_inverted.
12348 (*branch_equality[sd]i_mips16): Name formerly unnamed patterns.
12349 Redefine using :GPR.
12350
12351 2004-08-24 Zack Weinberg <zack@codesourcery.com>
12352
12353 * rtl.def: Reorganize, placing all codes used only in machine
12354 descriptions at the end.
12355
12356 * rtl.def: Wrap MD-only codes in #ifdef GENERATOR_FILE.
12357 * gengtype.c: Don't include rtl.h. Define enum rtx_code and
12358 rtx_name, rtx_format arrays by direct reference to rtl.def,
12359 first undefining GENERATOR_FILE. Define enum insn_note and
12360 note_insn_name array by direct reference to insn-notes.def.
12361 (adjust_field_rtx_def): Remove local definition of rtx_name.
12362 Use symbolic names for insn notes.
12363 * Makefile.in (gengtype.o): Update dependencies.
12364
12365 2004-08-24 Zack Weinberg <zack@codesourcery.com>
12366
12367 * basic-block.h (struct basic_block_def): Reorder fields to
12368 eliminate interior padding. Remove 'partition' field.
12369 (BB_DISABLE_SCHEDULE, BB_HOT_PARTITION, BB_COLD_PARTITION)
12370 (BB_UNPARTITIONED, BB_PARTITION, BB_SET_PARTITION)
12371 (BB_COPY_PARTITION): New macros.
12372 * bb-reorder.c, cfgcleanup.c, cfglayout.c, cfgrtl.c, ifcvt.c
12373 Replace all references to the 'partition' field of a basic
12374 block with new macros.
12375
12376 * insn-notes.def: Delete NOTE_INSN_DISABLE_SCHED_OF_BLOCK.
12377 * final.c (final_scan_insn): Don't handle it.
12378 * modulo-sched.c: Set BB_DISABLE_SCHEDULE flag on g->bb
12379 instead of emitting a NOTE_INSN_DISABLE_SCHED_OF_BLOCK note.
12380 * sched-rgn.c (sched_is_disabled_for_current_region_p):
12381 Look for a BB_DISABLE_SCHEDULE flag on the block instead of a note.
12382
12383 2004-08-24 Nathan Sidwell <nathan@codesourcery.com>
12384
12385 * c-decl.c (c_init_decl_processing): Adjust
12386 build_common_tree_nodes call.
12387 * expmed.c (const_mult_add_overflow_p): Use
12388 build_distinct_type_copy.
12389 * stor-layout.c (early_type_list): Remove.
12390 (layout_type): Don't append to early_type_list.
12391 (initialize_sizetypes): Add signed_p argument.
12392 (set_sizetype): Overwrite the stub type nodes directly.
12393 * tree.c (copy_node_stat): Clear a type's value cache here ...
12394 (build_distinct_type): ... not here.
12395 (build_common_tree_nodes): Add signed_sizetype argument. Adjust.
12396 * tree.h (initialize_sizetypes): Add signed_p argument.
12397 (build_common_tree_nodes): Likewise.
12398
12399 * objc/objc-act.c (get_static_reference): Use
12400 build_variant_type_copy.
12401 (get_protocol_reference): Likewise.
12402 * objc/objc-act.h (TREE_STATIC_TEMPLATE): Use TREE_PRIVATE.
12403
12404 2004-08-24 Richard Henderson <rth@redhat.com>
12405 Andrew Pinski <apinski@apple.com>
12406
12407 * gimplify.c (gimplify_array_ref_to_plus): Delete.
12408 (gimplify_addr_expr): Do not call gimplify_array_ref_to_plus
12409 for ARRAY_REF.
12410
12411 * config/rs6000/rs6000.c (altivec_expand_builtin): Go passed
12412 ARRAY_REF also to get to the STRING_CST.
12413
12414 2004-08-24 Paul Brook <paul@codesourcery.com>
12415
12416 * config/arm/arm.c (arm_override_options): Update error message.
12417 * config/arm/arm.h (TARGET_HARD_FLOAT): Rename to
12418 TARGET_HARD_FLOAT_ABI.
12419 (TARGET_SOFT_FLOAT_ABI): Rename to TARGET_HARD_FLOAT.
12420 (LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Use TARGET_HARD_FLOAT_ABI.
12421
12422 2004-08-24 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
12423
12424 PR target/17093
12425 * config/m32r.md (movsi_sda): Add SI mode specification to
12426 UNSPEC.
12427
12428 2004-08-24 Nick Clifton <nickc@redhat.com>
12429
12430 * config/m32r/m32r.h (PREDICATE_CODES): Remove duplicate definition
12431 of seth_add3_operand.
12432
12433 2004-08-24 Nathan Sidwell <nathan@codesourcery.com>
12434
12435 * Makefile.in (PROTO_OBJS): Add errors.o.
12436 * protoize.c (fancy_abort): Remove.
12437 * mips-tfile.c (fancy_abort): Add parameters.
12438
12439 2004-08-24 Jonathan Wakely <redi@gcc.gnu.org>
12440
12441 * doc/trouble.texi (C++ misunderstandings): Fix example code.
12442
12443 2004-08-24 Andreas Tobler <a.tobler@schweiz.ch>
12444
12445 * Makefile.in (HOOKS_H): Add dependency on MACHMODE_H.
12446 (host-default.o): Add dependency on HOOKS_H.
12447 * config/x-linux: Likewise.
12448 * config/x-solaris: Likewise.
12449 * config/i386/x-mingw32: Likewise.
12450 * config/rs6000/x-darwin: Likewise.
12451
12452 2004-08-23 James E Wilson <wilson@specifixinc.com>
12453
12454 * reg-notes.def (REG_NOTE): In comment, change DEF_INSN_NOTE to
12455 DEF_REG_NOTE.
12456
12457 2004-08-23 Mark Mitchell <mark@codesourcery.com>
12458
12459 PR c/14492
12460 * dwarf2out.c (loc_descriptor_from_tree): Robustify.
12461
12462 2004-08-23 Diego Novillo <dnovillo@redhat.com>
12463
12464 * cfg.c (check_bb_profile): Fix typos.
12465 * function.c (assign_parm_is_stack_parm): Likewise.
12466 * tree-nested.c: Likewise.
12467
12468 2004-08-23 Daniel Jacobowitz <dan@debian.org>
12469
12470 * ggc-zone.c (struc alloc_chunk): Rearrange flag bits and SIZE.
12471 Remove TYPECODE.
12472 (ggc_alloc_zone_1): Mark TYPE as unused. Don't save it in the chunk.
12473
12474 2004-08-23 Eric Christopher <echristo@redhat.com>
12475
12476 * defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro.
12477 * system.h (VECTOR_MODE_SUPPORTED_P): Poison.
12478 * target-def.h (TARGET_VECTOR_MODE_SUPPORTED_P): Define.
12479 * target.h: Ditto.
12480 * hooks.h: Include machmode.h.
12481 (hook_bool_mode_false): Declare.
12482 * hooks.c (hook_bool_mode_false): Define.
12483 * expr.c (vector_mode_valid_p): Use targetm.vector_mode_supported_p.
12484 * stor-layout.c (layout_type): Ditto.
12485 * config/alpha/alpha.c (alpha_vector_mode_supported_p): New function.
12486 Define to target macro.
12487 * config/alpha/alpha.h (VECTOR_MODE_SUPPORTED_P): Delete.
12488 * config/arm/arm.c: Ditto. Use.
12489 * config/arm/arm.h: Ditto.
12490 * config/arm/arm-protos.h: Ditto.
12491 * config/i386/i386.c: Ditto.
12492 * config/i386/i386.h: Ditto.
12493 * config/rs6000/rs6000.c: Ditto.
12494 * config/rs6000/rs6000.h: Ditto.
12495 * config/sh/sh.c: Ditto.
12496 * config/sh/sh.h: Ditto.
12497 * config/sh/sh-protos.h: Ditto.
12498 * config/sh/sh.md: Use.
12499 * doc/tm.texi: Move documentation for VECTOR_MODE_SUPPORTED_P
12500 to TARGET_VECTOR_MODE_SUPPORTED_P.
12501
12502 2004-08-23 Nathan Sidwell <nathan@codesourcery.com>
12503
12504 * Makefile.in (BUILD_ERRORS): Set to build-errors.
12505 (errors.o): New target for host.
12506 (build-errors.o): New target for build.
12507 (genobjs): Replace errors.o with build-errors.
12508 (gengenrtl$(buildexeext)): Add $(BUILD_ERRORS).
12509 (GCOV_OBJS, GCOV_DUMP_OBJS): Add errors.o.
12510 (fix-headers$(build_exeext)): Add $(BUILD_ERRORS).
12511 (fix-header.o): Add errors.h
12512 * collect2.c (fancy_abort): Add parameters.
12513 * collect2.h (fancy_abort): Don't declare.
12514 * errors.h (fancy_abort): Don't declare.
12515 * errors.c: Include either bconfig.h or config.h.
12516 (fancy_abort): Trim filename.
12517 * fix-header.c (v_fatal, fatal): Remove.
12518 (progname): Remove definition.
12519 (main): Set progname here.
12520 * gcc.c (fancy_abort): Add parameters.
12521 * gcc.h (fancy_abort): Remove declaration.
12522 * gcov.c (fancy_abort): Remove.
12523 * rtl.h (fancy_abort): Don't declare.
12524 (abort): Don't define.
12525 * tree.h (fancy_abort): Don't declare.
12526 (abort): Don't define.
12527 * system.h (fancy_abort): Declare.
12528 (abort): Define to fancy_abort.
12529 * fixinc/Makefile.in (ALLOBJ): Add ../build-errors.o
12530
12531 * tree.h (enum size_type_kind): Remove USIZETYPE, UBITSIZETYPE.
12532 (usize_type, ubitsizetype): Remove.
12533 * stor-layout.c (set_sizetype): Don't initialize usizetype,
12534 ubitsizetype.
12535 * fold-const.c (size_diffop): TYPE can never be ubitsizetype.
12536
12537 * tree.h (build_distinct_type_copy): New.
12538 (build_type_copy): ... here. Rename to ...
12539 (build_variant_type_copy): ... here.
12540 * tree.c (build_qualified_type): Rename build_type_copy call.
12541 (build_distinct_type_copy): New, broken out of ...
12542 (build_type_copy): ... here. Rename to ...
12543 (build_variant_type_copy): ... here. Use
12544 build_distinct_type_copy.
12545 (build_common_tree_nodes_2): Rename build_type_copy call.
12546 * c-common.c (c_common_nodes_and_builtins): Rename build_type_copy
12547 call.
12548 (handle_packed_attribute, handle_unused_attribute,
12549 handle_transparanet_union_attribute, handle_aligned_attribute,
12550 handle_deprecated_attribute): Likewise.
12551 * c-decl.c (clone_underlying_type, store_parm_decls_oldstyle):
12552 Likewise.
12553 * config/arm/arm.c (arm_handle_isr_attribyte): Likewise.
12554 * config/rs6000/rs6000.c (rs6000_init_builtins): Use
12555 build_distinct_type_copy.
12556
12557 2004-08-23 Richard Sandiford <rsandifo@redhat.com>
12558
12559 * config/mips/mips.md (mfhilo_[sd]i): Redefine using :GPR. Add mode
12560 attribute.
12561
12562 2004-08-23 Richard Sandiford <rsandifo@redhat.com>
12563
12564 * config/mips/mips.md (length): Don't use mips_fetch_insns for indexed
12565 loads and stores.
12566 (*lwxc1_<mode>, *ldxc1_<mode>, *swxc1_<mode>, *sdxc1_<mode>): Name
12567 formerly unnamed patterns. Redefine using :P for the address. Remove
12568 explicit length attributes.
12569
12570 2004-08-23 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12571
12572 * tree-ssa-loop-im.c (fem_single_reachable_address, for_each_memref):
12573 New functions.
12574 (single_reachable_address): Use them.
12575 (schedule_sm): Add dump.
12576 (is_call_clobbered_ref): New function.
12577 (determine_lsm_reg): Check whether the reference is call clobbered.
12578 Only work for gimple_reg_type values.
12579
12580 2004-08-23 Richard Sandiford <rsandifo@redhat.com>
12581
12582 * config/mips/mips.md (*mov<mode>_ra): Name previously unnamed MIPS16
12583 $31 store insns. Redefine using :GPR.
12584
12585 2004-08-23 Richard Sandiford <rsandifo@redhat.com>
12586
12587 * config/mips/mips.md (P): New mode macro.
12588 (*xgot_hi[sd]i, *xgot_lo[sd]i, *got_disp[sd]i, *got_page[sd]i)
12589 (*load_got[sd]i, *low[sd]i, *low[sd]i_mips16): Redefine using :P.
12590 Add mode attributes.
12591
12592 2004-08-23 Richard Sandiford <rsandifo@redhat.com>
12593
12594 * config/mips/mips.md (UNSPEC_[LS][WD][LR]): Delete in favor of...
12595 (UNSPEC_{LOAD,STORE}_{LEFT,RIGHT}): ...these new constants. Shuffle
12596 later constants to cover the gap.
12597 (load, store): New mode attributes.
12598 (mov_l[wd]l, mov_l[wd]r, mov_s[wd]l, mov_s[wd]r): Redefine using :GPR.
12599 Use new unspec constants.
12600
12601 2004-08-23 Richard Sandiford <rsandifo@redhat.com>
12602
12603 * config/mips/mips.md (one_cmpl[sd]i2): Redefine using :GPR.
12604 (and[sd]3, ior[sd]i3, xor[sd]i3): Likewise. Change 32-bit patterns
12605 to use register_operand rather than uns_arith_operand as the predicate
12606 for operand 1. Remove redundant MIPS16 force_reg() for operand 1.
12607 (*and[sd]i3, *ior[sd]i3, *xor[sd]i3): Name formerly unnamed patterns.
12608 Redefine using :GPR. Make same predicate change here. Extend the
12609 commutativity of operands 1 and 2 from the SImode version to the
12610 DImode one.
12611 (*and[sd]i3_mips16, *ior[sd]i3_mips16, *xor[sd]i3_mips16): Likewise,
12612 but with no predicate changes.
12613 (*nor[sd]i3): Redefine using :GPR.
12614
12615 2004-08-23 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12616
12617 * tree-ssa-operands.c (get_call_expr_operands): Add VUSE operands for
12618 noreturn functions.
12619
12620 2004-08-23 Richard Sandiford <rsandifo@redhat.com>
12621
12622 * config/mips/mips.h (ISA_HAS_DCLZ_DCLO): Delete.
12623 * config/mips/mips.md (abs[sd]i2): Redefine using :GPR. Only use
12624 branch-likely insns for absdi2 if GENERATE_BRANCHLIKELY. Use "%."
12625 rather than "%z2" (with a fake const0_rtx for operand 2).
12626 (ffs[sd]i2): Redefine using :GPR.
12627 (clz[sd]i2): Likewise. Use ISA_HAS_CLO_CLZ for the 64-bit case.
12628
12629 2004-08-23 Richard Sandiford <rsandifo@redhat.com>
12630
12631 * config/mips/mips.md ({,u}divmod[sd]i4): Redefine using :GPR.
12632
12633 2004-08-23 Richard Sandiford <rsandifo@redhat.com>
12634
12635 * config/mips/mips.md (any_extend): New code macro.
12636 (u, su): New code attributes.
12637 ({,u}mulsidi3, {,u}mulsidi3_32bit_internal, {,u}mulsidi3_32bit_r4000)
12638 ({u,s}mulsi3_highpart, {u,s}mulsi3_highpart_internal)
12639 ({u,s}mulsi3_highpart_mulhi_internal, {s,u}muldi3_highpart)
12640 (*{s,u}mul_acc_di): Redefine using any_extend.
12641 (*{,u}muls_di, *{s,u}msac_di): Likewise. Change names of patterns
12642 to reflect real insn names.
12643 (*mulsidi3_64bit, *mulsidi3_64bit_parts): Replace use of match_operator
12644 with an any_extend template.
12645 ({u,s}mulsi3_highpart_neg_mulhi_internal): Redefine using any_extend.
12646 Add '*' to name.
12647
12648 2004-08-23 Richard Sandiford <rsandifo@redhat.com>
12649
12650 * config/mips/mips.h (GENERATE_MULT3_SI): Check TARGET_MAD.
12651 * config/mips/mips.md (mul[sd]i3, mul[sd]i3_internal)
12652 (mul[sd]i3_r4000): Redefine using :GPR.
12653 (mulsi3_mult3): Don't check TARGET_MAD separately.
12654 (muldi3_mult3): Moved after mulsi_mult3.
12655
12656 2004-08-23 Richard Sandiford <rsandifo@redhat.com>
12657
12658 * config.gcc (mips-*-*): Remove definitions of MASK_GAS and
12659 OBJECT_FORMAT_ELF. Set MASK_SPLIT_ADDR by default if using GNU ld.
12660 * config/mips/mips.h (MASK_GAS): Delete. Shuffle later masks down.
12661 (TARGET_GAS, TARGET_MIPS_AS): Delete.
12662 (TARGET_GPWORD): Define to true for n32 on IRIX.
12663 (TARGET_SWITCHES): Remove -mmips-as. Turn -mgas into a no-op.
12664 (MIPS_AS_ASM_SPEC, SUBTARGET_MIPS_AS_ASM_SPEC): Delete.
12665 (GAS_ASM_SPEC): Delete, folding into ASM_SPEC.
12666 (ASM_ABI_DEFAULT_SPEC, TARGET_ASM_SPEC): Delete.
12667 (MDEBUG_ASM_SPEC): Delete, folding into...
12668 (SUBTARGET_ASM_DEBUGGING_SPEC): ...here.
12669 (ASM_SPEC): Inline old GAS_ASM_SPEC. Use GNU names for ABI switches.
12670 (EXTRA_SPECS): Remove mips_as_asm_spec, gas_asm_spec, target_asm_spec,
12671 subtarget_mips_as_asm_spec, mdebug_asm_spec. Use MULTILIB_ABI_DEFAULT
12672 to define asm_abi_default_spec.
12673 (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP): Delete.
12674 (TARGET_ASM_SELECT_SECTION): Delete.
12675 * config/mips/mips.c (MIPS_MAX_FIRST_STACK_STEP): Define to 0x7ff0
12676 for non-mips16 code, removing previous workaround for SGI assemblers.
12677 (TARGET_ASM_INTEGER, mips_assemble_integer): Delete.
12678 (TARGET_ASM_ALIGNED_DI_OP): Define this instead.
12679 (override_options): Remove !TARGET_GAS and !have_named_sections code.
12680 (print_operand): Fold TARGET_GAS conditionals into asm strings.
12681 (mips_output_filename): Remove !TARGET_GAS code. Replace use of
12682 ASM_STABS_OP and ASM_STABN_OP.
12683 (mips_file_start): Remove TARGET_MIPS_AS/TARGET_GAS checks.
12684 (mips_output_aligned_decl_common): Remove mention of SGI o32 assembler.
12685 (mips_output_function_prologue): Remove !TARGET_GAS code.
12686 (mips_select_rtx_section): Remove !have_named_sections code.
12687 (mips_select_section): Delete.
12688 * config/mips/mips.md (trap): Remove !TARGET_GAS check.
12689 * config/mips/linux.h (TARGET_DEFAULT): Remove use of MASK_GAS.
12690 * config/mips/sdb.h (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF): Delete.
12691 (PUT_SDB_BLOCK_START, PUT_SDB_BLOCK_END): Fold TARGET_GAS conditional.
12692 * config/mips/vxworks.h (ASM_SPEC): As for mips.h.
12693 * config/mips/windiss.h (ASM_SPEC): Likewise.
12694
12695 2004-08-23 Richard Sandiford <rsandifo@redhat.com>
12696
12697 * read-rtl.c (map_value, mapping, macro_group): New structures.
12698 (BELLWETHER_CODE): New macro.
12699 (modes, codes, bellwether_codes): New variables.
12700 (find_mode, uses_mode_macro_p, apply_mode_macro, find_code)
12701 (uses_code_macro_p, apply_code_macro, apply_macro_to_string)
12702 (apply_macro_to_rtx, uses_macro_p, add_condition_to_string)
12703 (add_condition_to_rtx, apply_macro_traverse, add_mapping)
12704 (add_map_value, initialize_macros): New functions.
12705 (def_hash, def_hash_eq_p): Generalize to anything that points to,
12706 or starts with, a char * field.
12707 (find_macro, read_mapping, check_code_macro): New functions.
12708 (read_rtx_1): New, split out from read_rtx. Handle the new
12709 define_{mode,code}_{macro,attr} constructs. Use find_macro
12710 to parse the name of a code or mode. Use BELLWETHER_CODE to
12711 extract the format and to choose a suitable code for rtx_alloc.
12712 Modify recursive invocations to use read_rtx_1.
12713 (read_rtx): Call initialize_macros. Apply code and mode macros
12714 to the rtx returned by read_rtx_1. Cache everything after the
12715 first macro expansion for subsequent read_rtx calls.
12716 * doc/md.texi: Document new .md constructs.
12717 * config/mips/mips.md (GPR): New mode macro.
12718 (d, si8_di5): New mode attributes.
12719 (any_cond): New code macro.
12720 (add[sd]i3): Redefine using :GPR.
12721 (*add[sd]i3): Likewise, renaming from add[sd]i3_internal.
12722 (*add[sd]i3_sp[12], *add<mode>3_mips16): Redefine using :GPR, naming
12723 previously unnamed MIPS16 patterns.
12724 (*addsi3_extended): Renamed from addsi3_internal_2. Fix overly long
12725 lines. Don't match (plus (const_int 0) ...).
12726 (*addsi3_extended_mips16): Name previously unnamed MIPS16 pattern.
12727 Use a define_split to generate the addition.
12728 (sub[sd]i3): Redefine using :GPR. Turn subsi3 into a define_insn.
12729 (subsi3_internal): Delete.
12730 (*subsi3_extended): Renamed from subsi3_internal_2.
12731 (bunordered, bordered, bunlt, bunge, buneq, bltgt, bunle, bungt)
12732 (beq, bne, bgt, bge, blt, ble, bgtu, bgeu, bltu, bleu): Redefine
12733 using an any_cond template.
12734
12735 2004-08-23 Richard Sandiford <rsandifo@redhat.com>
12736
12737 * read-rtl.c (read_rtx): Tidy use of format_ptr.
12738
12739 2004-08-23 Richard Sandiford <rsandifo@redhat.com>
12740
12741 * read-rtl.c (string_obstack): New file-scope variable.
12742 (read_string, read_quoted_string, read_braced_string)
12743 (read_escape): Remove obstack parameter and use string_obstack instead.
12744 (read_rtx): Remove function-local rtl_obstack and initialize
12745 string_obstack instead. Update call to read_string.
12746
12747 2004-08-22 Andrew Pinski <apinski@apple.com>
12748
12749 PR c/15262
12750 * c-typeck.c (build_unary_op): Use &a.b if the foldded lowered
12751 expression is not constant.
12752 (c_finish_return): Do not go through INDIRECT_REF when looking
12753 for the inner expression of an ADDR_EXPR for warning about.
12754
12755 2004-08-22 Richard Henderson <rth@redhat.com>
12756
12757 PR 17075
12758 * cfgexpand.c (expand_gimple_tailcall): Detect when we can both
12759 create new blocks and fall through.
12760 (expand_gimple_basic_block): Update to match.
12761
12762 2004-08-22 Ulrich Weigand <uweigand@de.ibm.com>
12763
12764 * reload.c (find_reloads_address): Make return value tri-state.
12765 Return -1 if LEGITIMIZE_RELOAD_ADDRESS succeeded.
12766 (find_reloads): Assume that reloaded addresses match 'o' or
12767 EXTRA_MEMORY_CONSTRAINT constraints only if find_reloads_address
12768 returned 1 (not -1). Omit optional reloads for address operands
12769 only if find_reloads_address returned 1 (not -1).
12770
12771 * config/s390/s390.c (legitimize_reload_address): New function.
12772 * config/s390/s390-protos.h (legitimize_reload_address): Declare.
12773 * config/s390/s390.h (LEGITIMIZE_RELOAD_ADDRESS): Define. Call
12774 legitimize_reload_address.
12775
12776 2004-08-22 Richard Hendersion <rth@redhat.com>
12777
12778 * tree.h (SAVE_EXPR_RESOLVED_P): New.
12779 * gimplify.c (gimplify_save_expr): Use it.
12780 * expr.c (expand_expr_real_1): Likewise. Also set DECL_IGNORED_P
12781 on the temporary variable.
12782
12783 2004-08-22 Andrew Pinski <pinskia@physics.uc.edu>
12784
12785 * fold-const.c (rtl_expr_nonnegative_p): Delete.
12786 * tree.h (rtl_expr_nonnegative_p): Remove.
12787
12788 2004-08-22 Steven Bosscher <stevenb@suse.de>
12789
12790 * config/i386/ppro.md (ppro_complex_insn): Add missing check
12791 for cpu==pentiumpro.
12792
12793 * combine.c (struct reg_stat): Fix comment typo.
12794
12795 2004-08-22 Joseph S. Myers <jsm@polyomino.org.uk>
12796
12797 * c-tree.h (c_sizeof_nowarn): Remove.
12798
12799 2004-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
12800
12801 * c-decl.c (set_array_declarator_type): Rename to
12802 set_array_declarator_inner.
12803 (build_c_parm, build_attrs_declarator, build_function_declarator):
12804 New functions.
12805 (make_pointer_declarator): Call build_attrs_declarator.
12806 * c-tree.h (set_array_declarator_type): Rename to
12807 set_array_declarator_inner.
12808 (build_c_parm, build_attrs_declarator, build_function_declarator):
12809 New prototypes.
12810 * c-parse.in (after_type_declarator,
12811 parm_declarator_starttypename, parm_declarator_nostarttypename,
12812 notype_declarator, absdcl_maybe_attribute, direct_absdcl1, parm,
12813 firstparm): Use these functions
12814
12815 2004-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
12816
12817 * c-decl.c (build_array_declarator, set_array_declarator_type,
12818 start_decl, grokdeclarator, grokparms): Change boolean parameters
12819 to type bool.
12820 * c-tree.h (build_array_declarator, set_array_declarator_type,
12821 start_decl): Update prototypes.
12822 * c-decl.c, c-parse.in: All callers changed.
12823
12824 2004-08-21 Mike Stump <mrs@apple.com>
12825
12826 * config/rs6000/darwin.h (SUBTARGET_OPTIONS): Move from here, to...
12827 (darwin_fix_and_continue): Likewise.
12828 (darwin_fix_and_continue_switch): Likewise.
12829 * config/darwin.h (SUBTARGET_OPTIONS): ...here, to fix -mone-byte-bool.
12830 (darwin_fix_and_continue): Likewise.
12831 (darwin_fix_and_continue_switch): Likewise.
12832
12833 2004-08-21 Danny Smith <dannysmith@users.sourceforge.net>
12834
12835 PR c++/16030
12836 * config/i386/winnt/c (gen_stdcall_suffix, gen_fastcall_suffix):
12837 Remove, merging into ...
12838 (gen_stdcall_or_fastcall_suffix): New function, returning tree
12839 rather than const char*, and accepting additional parameter.
12840 Don't add suffix to '*'-prefixed symbols or variadic functions.
12841 (i386_pe_encode_section_info): Adjust for call to new function.
12842 Call change_decl_assembler_name.
12843
12844 2004-08-20 Mike Stump <mrs@apple.com>
12845
12846 * config/darwin.c (machopic_indirect_data_reference): Mark
12847 stubs as defined.
12848 * config/386/386.c (darwin_local_data_pic): Add.
12849 (legitimate_constant_p): Reorder so that PLUS handling runs
12850 before darwin_local_data_pic to match the ordering in
12851 legitimate_pic_address_disp_p and so that MINUS runs after
12852 darwin_local_data_pic as otherwise the darwin_local_data_pic
12853 logic can be skipped, which would be very bad.
12854 (legitimate_pic_address_disp_p): Move from from here to
12855 darwin_local_data_pic so it can be reused.
12856
12857 2004-08-21 Alan Modra <amodra@bigpond.net.au>
12858
12859 * config/rs6000/linux64.h (DOT_SYMBOLS): Define.
12860 (CRT_CALL_STATIC_FUNCTION): Define !DOT_SYMBOLS version.
12861 (ASM_DECLARE_FUNCTION_SIZE): Modify for !DOT_SYMBOLS.
12862 (ASM_OUTPUT_SOURCE_LINE, DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Likewise.
12863 (RS6000_ABI_NAME): Define as "linux".
12864 (SUBSUBTARGET_OVERRIDE_OPTIONS): Set dot_symbols.
12865 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Select
12866 ABI_AIX when rs6000_abi_name is "linux" and TARGET_64BIT.
12867 * config/rs6000/rs6000-protos.h (rs6000_output_function_entry): Decl.
12868 * config/rs6000/rs6000.c (dot_symbols): New global var.
12869 (rs6000_output_function_entry): New function, modified for
12870 !DOT_SYMBOLS..
12871 (print_operand <case 'z'>): ..extracted from here.
12872 (rs6000_assemble_visibility): Modify for !DOT_SYMBOLS.
12873 (rs6000_output_function_epilogue): Likewise.
12874 (rs6000_elf_declare_function_name): Likewise.
12875 * config/rs6000/rs6000.h (DOT_SYMBOLS): Define.
12876 (ASM_WEAKEN_DECL, ASM_OUTPUT_DEF_FROM_DECLS): Modify for !DOT_SYMBOLS.
12877 * configure.ac (HAVE_LD_NO_DOT_SYMS): Add new AC_DEFINE.
12878 * configure: Regenerate.
12879 * config.in: Regenerate.
12880
12881 2004-08-20 Mark Mitchell <mark@codesourcery.com>
12882
12883 * reload.c (find_reloads_address): Fix thinko in previous change.
12884
12885 * reload.c (find_reloads_address): Reload the sum of a LO_SUM and
12886 a CONST_INT.
12887
12888 2004-08-20 Jakub Jelinek <jakub@redhat.com>
12889
12890 PR rtl-optimization/17099
12891 * combine.c (force_to_mode): Check if inner_mask has any bits set
12892 outside of GET_MODE (x) instead of op_mode.
12893
12894 2004-08-20 Mark Mitchell <mark@codesourcery.com>
12895
12896 * config.gcc (arm*-*-symbianelf*): Add t-symbian Makefile
12897 fragment.
12898 * config/arm/bpabi.h (RENAME_LIBRARY_SET): Fix typo.
12899 (SUBTARGET_EXTRA_ASM_SPEC): Pass -meabi=3 to the assembler.
12900 * config/arm/symbian.h (SUBTARGET_CPU_DEFAULT): Assume ARMV5
12901 architecture.
12902 (SUBTARGET_ASM_FLOAT_SPEC): Default to -mfpu=vfp for hard-float
12903 configurations.
12904 * config/arm/t-symbian: New file.
12905
12906 2004-08-20 Andrew Pinski <apinski@apple.com>
12907
12908 * regrename.c (kill_value_regno): ANSIfy.
12909
12910 2004-08-20 Dale Johannesen <dalej@apple.com>
12911
12912 * config/rs6000/rs6000.c (rs6000_rtx_costs): Improve DIV/MOD.
12913
12914 2004-08-20 Daniel Jacobowitz <dan@debian.org>
12915
12916 * regrename.c (kill_value_one_regno): Renamed from kill_value_regno.
12917 (kill_value_regno): New function, derived from kill_value.
12918 (kill_value): Update.
12919 (copyprop_hardreg_forward_1): Update call to kill_value_regno.
12920
12921 2004-08-20 Daniel Berlin <dberlin@dberlin.org>
12922
12923 Fix PR tree-optimization/17111
12924 * tree-ssa-pre.c (create_value_expr_from): Don't change the types
12925 of non-value_handles.
12926 (bitmap_set_contains): All constants are in every set.
12927
12928 2004-08-20 Nathan Sidwell <nathan@codesourcery.com>
12929
12930 * fold-const.c (round_up, round_down): Use build_int_cst.
12931 Optimize common case.
12932
12933 2004-08-20 Zack Weinberg <zack@codesourcery.com>
12934 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12935
12936 * config/pa/pa-protos.h (readonly_data, one_only_readonly_data_section,
12937 one_only_data_section): Rename to som_readonly_data_section,
12938 som_one_only_readonly_data_section and som_one_only_data_section.
12939 * config/pa/pa.c (ONE_ONLY_TEXT_SECTION_ASM_OP,
12940 NEW_TEXT_SECTION_ASM_OP, DEFAULT_TEXT_SECTION_ASM_OP): Delete
12941 conditional defines.
12942 (som_text_section_asm_op): Replace ONE_ONLY_TEXT_SECTION_ASM_OP,
12943 NEW_TEXT_SECTION_ASM_OP and DEFAULT_TEXT_SECTION_ASM_OP with actual
12944 string values.
12945 (pa_select_section): Use renamed section functions.
12946 * config/pa/pa.h (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS,
12947 SOM_READONLY_DATA_SECTION_FUNCTION,
12948 SOM_ONE_ONLY_READONLY_DATA_SECTION_FUNCTION,
12949 SOM_ONE_ONLY_DATA_SECTION_FUNCTION, FORGET_SECTION_FUNCTION):
12950 Define here ...
12951 * config/pa/som.h: ... not here.
12952 (DEFAULT_TEXT_SECTION_ASM_OP, NEW_TEXT_SECTION_ASM_OP,
12953 ONE_ONLY_TEXT_SECTION_ASM_OP, READONLY_DATA_ASM_OP,
12954 ONE_ONLY_READONLY_DATA_SECTION_ASM_OP,
12955 ONE_ONLY_DATA_SECTION_ASM_OP): Delete.
12956 (READONLY_DATA_SECTION): Use som_readonly_data_section.
12957
12958 2004-08-20 Nathan Sidwell <nathan@codesourcery.com>
12959
12960 * fold-const.c (int_const_binop): Don't generate non-overflowing
12961 size-types specially.
12962 (fold_convert_const): Likewise.
12963
12964 * stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier,
12965 clear cache on copied sizetype.
12966
12967 2004-08-20 Ben Elliston <bje@au.ibm.com>
12968
12969 * configure.ac: Don't escape apostrophe in --enable-coverage help.
12970 * configure: Regenerate.
12971
12972 2004-08-20 Danny Smith <dannysmith@users.sourceforge.net>
12973
12974 PR 5620
12975 * gcc.c (struct stat input_stat): Don't define if
12976 HOST_LACKS_INODE_NUMBERS
12977 (do_spec_1): If HOST_LACKS_INODE_NUMBERS, use lrealpath rather
12978 than stat to determine if temp file is same as input file.
12979 * doc/hostconfig.texi: Document HOST_LACKS_INODE_NUMBERS.
12980 * config/i386/xm-mingw32.h: Define HOST_LACKS_INODE_NUMBERS
12981
12982 2004-08-20 Richard Sandiford <rsandifo@redhat.com>
12983
12984 * configure.ac (mips*-*-*): Print an error if not using GAS.
12985 * configure: Regenerated.
12986 * doc/install.texi: Remove irix5 bullet from --with-gnu-as. Remove
12987 comments about buggy MIPSpro assemblers.
12988 * config.gcc (mips-sgi-irix[56]*): Combine stanzas. Include elfos.h
12989 before mips.h and iris.h after it. Use t-iris and t-slibgcc-irix.
12990 Use iris5.h only for IRIX 5 configs. Use iris6.h and t-iris6 for
12991 IRIX 6 configs. Define IRIX_USING_GNU_LD if using GNU ld.
12992 * config/mips/iris5.h (TARGET_IRIX, SWITCHES_NEED_SPACES)
12993 (DEFAULT_SIGNED_CHAR, WORD_SWITCH_TAKES_ARG, SUBTARGET_CC1_SPEC)
12994 (NO_IMPLICIT_EXTERN_C, MIPS_DEFAULT_GVALUE)
12995 (TARGET_ASM_EXTERNAL_LIBCALL): Move to iris.h.
12996 (WCHAR_TYPE, WCHAR_TYPE_SIZE, TARGET_OS_CPP_BUILTINS): Delete in favor
12997 of more general IRIX 6 definitions.
12998 (OBJECT_FORMAT_ELF, ASM_OUTPUT_ASCII, ASM_WEAKEN_LABEL)
12999 (HANDLE_SYSV_PRAGMA): Delete in favor of elfos.h definitions.
13000 (TARGET_IRIX5, ABICALLS_ASM_OP, BSS_SECTION_ASM_OP, HAS_INIT_SECTION)
13001 (LD_INIT_SWITCH, LD_FINI_SWITCH, SUBTARGET_ASM_OPTIMIZING_SPEC)
13002 (ASM_FINAL_SPEC, DBX_DEBUGGING_INFO, MIPS_DEBUGGING_INFO)
13003 (PREFERRED_DEBUGGING_TYPE, DWARF2_UNWIND_INFO, SET_FILE_NUMBER)
13004 (LABEL_AFTER_LOC, DOLLARS_IN_IDENTIFIERS, NO_DOLLAR_IN_LABEL)
13005 (TARGET_ASM_NAMED_SECTION, EXTRA_SECTION_FUNCTIONS)
13006 (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_WEAK_ALIAS)
13007 (SUBTARGET_EXTRA_SPECS): Delete definitions or undefs.
13008 (LINK_SPEC): Move most of definition to iris.h.
13009 (SUBTARGET_LINK_SPEC): New macro.
13010 (IRIX_STARTFILE_SPEC): Fold into...
13011 (STARTFILE_SPEC): ...here.
13012 (IRIX_ENDFILE_SPEC): Fold into...
13013 (ENDFILE_SPEC): ...here.
13014 * config/mips/iris6.h (TARGET_IRIX5): Remove override.
13015 (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE, WINT_TYPE_SIZE)
13016 (DWARF_OFFSET_SIZE, DWARF_INITIAL_LENGTH_SIZE, SET_ASM_OP)
13017 (LINK_ELIMINATE_DUPLICATE_LDIRECTORIES, ASM_DECLARE_OBJECT_NAME)
13018 (ASM_FINISH_DECLARE_OBJECT, LOCAL_LABEL_PREFIX): Move to iris.h.
13019 (TARGET_OS_CPP_BUILTINS): Likewise. Guard IRIX6-specific bits.
13020 (DWARF2_UNWIND_INFO, DWARF2_GENERATE_TEXT_SECTION_LABEL)
13021 (SUBTARGET_CPP_SPEC, DWARF2_DEBUGGING_INFO, MIPS_DEBUGGING_INFO)
13022 (PREFERRED_DEBUGGING_TYPE, DWARF2_FRAME_INFO, MD_EXEC_PREFIX)
13023 (ASM_DECLARE_FUNCTION_NAME, ASM_DECLARE_FUNCTION_SIZE)
13024 (FUNCTION_NAME_ALREADY_DECLARED, SUPPORTS_INIT_PRIORITY)
13025 (POPSECTION_ASM_OP, SUBTARGET_ASM_SPEC, SUBTARGET_MIPS_AS_ASM_SPEC)
13026 (SUBTARGET_ASM_DEBUGGING_SPEC, SUBTARGET_ASM_OPTIMIZING_SPEC)
13027 (BSS_SECTION_ASM_OP*, READONLY_DATA_SECTION_ASM_OP*)
13028 (EH_FRAME_SECTION_NAME, MUST_USE_SJLJ_EXCEPTIONS, CTORS_SECTION_ASM_OP)
13029 (DTORS_SECTION_ASM_OP, TARGET_ASM_NAMED_SECTION, EH_FRAME_SECTION_NAME)
13030 (ASM_OUTPUT_ALIGN, ASM_OUTPUT_FILENAME, ASM_OUTPUT_ALIGNED_LOCAL)
13031 (ASM_OUTPUT_ALIGNED_BSS): Remove definitions or undefs.
13032 (TARGET_IRIX6): Define to 1.
13033 (DRIVER_SELF_SPECS): Define.
13034 (DWARF2_FRAME_INFO): Define to 1 rather than !TARGET_SGI_O32_AS.
13035 (SUBTARGET_CC1_SPEC): Remove in favor of DRIVER_SELF_SPECS.
13036 (SUBTARGET_LINK_SPEC): New macro.
13037 (IRIX_STARTFILE_SPEC): Fold into...
13038 (STARTFILE_SPEC): ...here. Remove !mabi=* case.
13039 (SUBTARGET_{,DONT_}WARN_UNUSED_SPEC): New macros.
13040 (LIB_SPEC, LIBGCC_SPEC): Use them.
13041 (LIB_SPEC): Remove !mabi=* case.
13042 (IRIX_ENDFILE_SPEC): Fold into...
13043 (ENDFILE_SPEC): ...here. Remove !mabi=* case.
13044 * config/mips/mips-protos.h (irix_output_external_libcall): Delete.
13045 * config/mips/mips.h (TARGET_IRIX5, TARGET_SGI_O32_AS): Delete.
13046 (TARGET_IRIX6): New macro.
13047 (ASM_ABI_DEFAULT_SPEC): Remove !ELF definition.
13048 (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX, SET_FILE_NUMBER)
13049 (LABEL_AFTER_LOC): Delete.
13050 * config/mips/mips.c (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END)
13051 (TARGET_SECTION_TYPE_FLAGS): Remove TARGET_IRIX versions.
13052 (mips_build_builtin_va_list): Check TARGET_IRIX6.
13053 (override_options): Remove TARGET_SGI_O32_AS-related code.
13054 (irix_output_external_libcall): Make static.
13055 (mips_output_filename): Avoid use of SET_FILE_NUMBER and
13056 LABEL_AFTER_LOC.
13057 (mips_file_start): Tidy guard for ABI sections. Remove use of
13058 ABICALLS_ASM_OP; use .abicalls instead.
13059 (mips_output_aligned_decl_common, mips_declare_object_name)
13060 (mips_finish_declare_object): Remove use of TARGET_SGI_O32_AS.
13061 (mips_output_function_prologue): Set TREE_ASM_WRITTEN if emitting
13062 .globl foo .text directives.
13063 (irix_asm_named_section_1, irix_asm_named_section)
13064 (irix_section_align_entry, irix_section_align_htab)
13065 (irix_orig_asm_out_file, irix_section_align_entry_eq)
13066 (irix_section_align_entry_hash, irix_asm_output_align)
13067 (irix_file_start, irix_section_align_1, copy_file_data)
13068 (irix_file_end, irix_section_type_flags): Delete.
13069 * config/mips/irix-crti.asm (__gcc_init): Move to .gcc_init section.
13070 Use standard section syntax. Remove protective "jr $31".
13071 (__gcc_fini): Likewise .gcc_fini.
13072 * config/mips/irix-crtn.asm: Adjust sections accordingly.
13073 * config/mips/sdb.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Moved from
13074 iris5gas.h.
13075 * config/mips/t-iris (irix-crti.o, irix-crtn.o): New rules, moved
13076 from t-irix-gld.
13077 (EXTRA_MULTILIB_PARTS): Define.
13078 * config/mips/t-iris6: Remove bogus comment.
13079 (EXTRA_MULTILIB_PARTS, CRTSTUFF_T_CFLAGS): Delete.
13080 * config/mips/iris5gas.h, config/mips/iris5gld.h,
13081 config/mips/iris6gas.h, config/mips/iris6gld.h,
13082 config/mips/t-iris5-as, config/mips/t-iris5-gas
13083 config/mips/t-irix-gld: Delete.
13084 * config/mips/iris.h: New file.
13085 * config/mips/t-slibgcc-irix: Renamed from t-iris5-6.
13086
13087 2004-08-20 Richard Earnshaw <rearnsha@arm.com>
13088
13089 * postreload.c (reload_cse_move2add): Allow any condjump, but check
13090 that the implicit set isn't clobbered in the jump insn.
13091
13092 2004-08-19 Mark Mitchell <mark@codesourcery.com>
13093
13094 * defaults.h (TARGET_LIBGCC_LIBFUNCS): Remove.
13095 * optabs.c (init_optabs): Don't check it.
13096 * config/arm/bpabi.h (TARGET_LIBGCC_LIBFUNCS): Do not define.
13097 * doc/tm.texi (TARGET_LIBGCC_FUNCS): Remove.
13098
13099 2004-08-18 Andreas Krebbel <krebbel1@de.ibm.com>
13100
13101 * config/s390/s390.md (s390_warn_framesize_string)
13102 (s390_warn_dynamic_string, s390_stack_size_string)
13103 (s390_stack_guard_string): New global string variables.
13104 (s390_warn_framesize, s390_warn_dynamicstack_p, s390_stack_size)
13105 (s390_stack_guard): New global variables.
13106 (override_options): Added checks for the new options.
13107 (s390_emit_prologue): Emit stack check and trap code and perform
13108 compile time stack size checking.
13109
13110 * config/s390/s390.h (TARGET_OPTIONS): Added new options
13111 "warn-framesize", "warn-dynamicstack", "stack-size" and
13112 "stack-guard".
13113
13114 * doc/invoke.texi: Added documentation for the new options.
13115
13116 2004-08-19 Ulrich Weigand <uweigand@de.ibm.com>
13117
13118 * unwind-dw2-fde.c (get_cie_encoding): Cast argument to strlen
13119 to eliminate warning.
13120 (linear_search_fdes): Declare p as unsigned.
13121 (binary_search_mixed_encoding_fdes): Likewise.
13122 * unwind-dw2.c (get_cie_encoding): Cast argument to strlen
13123 to eliminate warning.
13124 * config/s390/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Add missing
13125 type cast.
13126
13127 2004-08-19 Ulrich Weigand <uweigand@de.ibm.com>
13128
13129 * config/s390/s390-protos.h (preferred_la_operand_p): Adapt prototype.
13130 * config/s390/s390.c (preferred_la_operand_p): Accept two operands
13131 instead of one. Check for strictly legitimate address.
13132 * config/s390/s390.md ("*la_31"/"*la_64" peepholes): Adapt call
13133 to preferred_la_operand_p, do not call gen_rtx_PLUS in predicate.
13134
13135 2004-08-19 Eric Christopher <echristo@redhat.com>
13136
13137 * langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.
13138 * langhooks.h (unsave_expr_now): Ditto.
13139 * tree.h (unsave_expr_1): Remove prototype.
13140 (lhd_unsave_expr_now): Rename to unsave_expr_now.
13141 * tree-inline.c (unsave_expr_1): Move here
13142 from tree.c. Make static.
13143 (unsave_expr_now): Rename from lhd_unsave_expr_now.
13144 * tree-sra.c: Fix up for rename.
13145 * tree-ssa-copy.c: Ditto.
13146 * tree-eh.c: Ditto.
13147 * tree.c (unsave_expr_1): Move to tree-inline.c.
13148
13149 2004-08-19 Caroline Tice <ctice@apple.com>
13150
13151 * config/i386/cygming.h (switch_to_section): Fix typo (change
13152 in_unlikely_text_section to in_unlikely_executed_text).
13153
13154 2004-08-19 Daniel Berlin <dberlin@dberlin.org>
13155
13156 * vec.h (VEC_lower_bound): New macro.
13157
13158 2004-08-19 Richard Sandiford <rsandifo@redhat.com>
13159
13160 PR target/16446
13161 * config/mips/mips.c (struct mips_arg_info): Delete num_bytes.
13162 (mips_arg_info): Update accordingly. Remove common treatment of fpr_p;
13163 treat each ABI separately. Deal with n32/n64 complex float arguments.
13164 (function_arg): Add associated complex handling here.
13165
13166 2004-08-19 Richard Henderson <rth@redhat.com>
13167
13168 * config/arm/arm.c (arm_gen_load_multiple): Use
13169 adjust_automodify_address. Take base memory and offset instead
13170 of unchanging/struct/scalar bits.
13171 (arm_gen_store_multiple): Likewise.
13172 (arm_gen_movmemqi): Use adjust_automodify_address.
13173 * config/arm/arm-protos.h: Update decls.
13174 * config/arm/arm.md (load_multiple): Update arm_gen_load_multiple call.
13175 (store_multiple): Similarly.
13176
13177 2004-08-19 J"orn Rennecke <joern.rennecke@superh.com>
13178
13179 * regclass.c (globalize_reg): Update call_really_used_regs.
13180
13181 2004-08-19 Nathan Sidwell <nathan@codesourcery.com>
13182
13183 * doc/invoke.texi (integer-share-limit): Document.
13184
13185 * tree.h (TYPE_CACHED_VALUES_P): New.
13186 (TYPE_CACHED_VALUES): New.
13187 (TYPE_ORIG_SIZE_TYPE): Adjust.
13188 * tree.def (INTEGER_CST): Update documentation.
13189 * tree.c: Inlcude params.h.
13190 (build_int_cst): Cache small values.
13191 (build_type_copy): Do not copy the value cache.
13192 * c-common.c (c_common_nodes_and_builtins): Add comment, remove
13193 unneeded zeroing.
13194 * c-typeck.c (build_c_cast): Add comment about OVERFLOW setting.
13195 * expmed.c (const_mult_add_overflow_p): Clear type copy's value
13196 cache.
13197 * fold-const.c (force_fit_type): Copy value when setting
13198 overflows.
13199 (int_const_binop): Likewise.
13200 * stor-layout.c: Include params.h
13201 (set_sizetype): Create values cache.
13202 (fixup_unsigned_type): Set UNSIGNED_P before caching any values.
13203 * params.def (PARAM_INTEGER_SHARE_LIMIT): New.
13204 * params.h (INTEGER_SHARE_LIMIT): New.
13205 * Makefile.in (tree.o, stor-layout.o): Depend on PARAMS_H.
13206
13207 2004-08-19 Paolo Bonzini <bonzini@gnu.org>
13208
13209 * gimplify.c (gimplify_minimax_expr): Remove.
13210 (gimplify_expr) <MIN_EXPR, MAX_EXPR>: Remove special handling.
13211
13212 2004-08-19 Dorit Naishlos <dorit@il.ibm.com>
13213
13214 * tree-vectorizer.c (vect_can_force_dr_alignment_p): Replace
13215 STACK_BOUDARY with PREFERRED_STACK_BOUNDARY.
13216
13217 2004-08-19 Mark Mitchell <mark@codesourcery.com>
13218
13219 * bpabi.h (FPUTYPE_DEFAULT): Set it to FPUTYPE_VFP.
13220
13221 2004-08-18 Andrew Pinski <apinski@apple.com>
13222
13223 * varasm.c (ecode_reg_name): Do nothing if the asmspec is empty.
13224
13225 2004-08-18 Mark Mitchell <mark@codesourcery.com>
13226
13227 * config/arm/bpabi.c (__aeabi_ul2d): Give it default visibility.
13228 (__aeabi_ul2f): Likewise.
13229
13230 2004-08-18 Richard Henderson <rth@redhat.com>
13231
13232 * config/xtensa/xtensa.c (xtensa_expand_block_move): Expand block
13233 move to rtl completely.
13234 (struct meminsnbuf, xtensa_emit_block_move): Remove.
13235 (xtensa_find_mode_for_size): Remove.
13236 * config/xtensa/xtensa-protos.h (xtensa_emit_block_move): Remove.
13237 * config/xtensa/xtensa.md (movmemsi_internal): Remove.
13238
13239 2004-08-18 Richard Henderson <rth@redhat.com>
13240
13241 * config/mcore/mcore.c (mode_from_align): Remove DImode.
13242 (block_move_sequence): Rewrite to use adjust_address.
13243 (mcore_expand_block_move): Cleanup logic. Accept only operands.
13244 Return boolean indicating success/failure.
13245 * config/mcore/mcore-protos.h (mcore_expand_block_move): Update decl.
13246 * config/mcore/mcore.md (movmemsi): Update to match.
13247
13248 2004-08-18 Mike Stump <mrs@apple.com>
13249
13250 * doc/invoke.texi (-mfix-and-continue): Add support for
13251 fast turn around debugging.
13252 (-ffix-and-continue): Likewise.
13253 (-mindirect-data): Likewise.
13254 (-findirect-data): Likewise.
13255 * config/darwin.c (TARGET_FIX_AND_CONTINUE): Likewise.
13256 (indirect_data): Likewise.
13257 (machopic_data_defined_p): Likewise.
13258 (machopic_output_indirection): Likewise.
13259 (darwin_encode_section_info): Likewise.
13260 (darwin_fix_and_continue): Likewise.
13261 (darwin_fix_and_continue_switch): Likewise.
13262 * config/darwin.h (MACHO_SYMBOL_STATIC): Likewise.
13263 * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
13264 (SUBTARGET_OPTION_TRANSLATE_TABLE): Likewise.
13265 (SUBTARGET_OPTIONS): Likewise.
13266 (darwin_fix_and_continue): Likewise.
13267 (darwin_fix_and_continue_switch): Likewise.
13268 (TARGET_FIX_AND_CONTINUE): Likewise.
13269 * config/rs6000.c (rs6000_emit_prologue): Likewise.
13270
13271 2004-08-19 Steven Bosscher <stevenb@suse.de>
13272
13273 * basic-block.h (struct edge_def): Remove crossing_edge.
13274 (EDGE_CROSSING): New define.
13275 (EDGE_ALL_FLAGS): Update.
13276 * bb-reorder.c (find_traces_1_round, better_edge_p,
13277 find_rarely_executed_basic_blocks_and_cr, fix_up_fall_thru_edges,
13278 find_jump_block, fix_crossing_conditional_branches,
13279 fix_crossing_unconditional_branches, add_reg_crossing_jump_notes):
13280 Replace all occurences of crossing_edge with an edge flag check
13281 or set/reset.
13282 * cfgcleanup.c (try_simplify_condjump, try_forward_edges,
13283 try_crossjump_bb): Likewise.
13284 * cfglayout.c (fixup_reorder_chain): Likewise.
13285 * cfgrtl.c (force_nonfallthru_and_redirect,
13286 commit_one_edge_insertion): Likewise.
13287
13288 * Makefile.in (cfganal.o): Depend on TIMEVAR_H.
13289 * tree-flow.h (compute_dominance_frontiers): Move prototype...
13290 * basic-block.h: ...here.
13291 * tree-cfg.c (compute_dominance_frontiers_1,
13292 compute_dominance_frontiers): Move from here...
13293 * cfganal.c: ...to here. Include timevar.h.
13294
13295 2004-08-18 James E Wilson <wilson@specifixinc.com>
13296
13297 * config/mips/mips.h (ASM_SPEC): In comment, change -meabi= to -mabi=.
13298 * config/mips/sb1.md (ir_sb1_divsf_1pipe): Renamed from ...1pipes.
13299
13300 * config/mips/mips.md (type): Add frdiv.
13301 (divsf3+1, divsf3+2): Change type to frdiv.
13302 * config/mips/sb1.md (ir_sb1_recipsf_2pipes, ir_sb1_recipsf_1pipe,
13303 ir_sb1_recipdf_2pipes, ir_sb1_recipdf_1pipe): New.
13304
13305 * config/mips/3000.md (r3k_fdiv_single, r3k_fdiv_double): Add frdiv.
13306 * config/mips/4300.md (r4300_fdiv_single, r4300_fdiv_double): Likewise.
13307 * config/mips/4600.md (r4600_fdiv_single, f4600_fdiv_double): Likewise.
13308 * config/mips/5000.md (r5k_fdiv_single): Likewise.
13309 * config/mips/5400.md (ir_vr54_fdiv_sf, ir_vr54_fdiv_df): Likewise.
13310 * config/mips/5500.md (ir_vr55_fdiv_sf, ir_vr55_fdiv_df): Likewise.
13311 * config/mips/6000.md (r6k_fdiv_single, r6k_fdiv_double): Likewise.
13312 * config/mips/7000.md (rm7_fp_divsqrt_df, rm7_fp_divsqrt_sf): Likewise.
13313 * config/mips/9000.md (rm8k_fdivs, rm9k_fdivd): Likewise.
13314 * config/mips/generic.md (generic_fdiv_single, generic_fdiv_double):
13315 Likewise.
13316 * config/mips/sr71k.md (ir_sr70_fdiv_sf, ir_sr70_fdiv_df): Likewise.
13317
13318 2004-08-18 Robert Bowdidge <bowdidge@apple.com>
13319
13320 * config/rs6000/x-darwin: Remove XCFLAGS -mdynamic-no-pic to
13321 get regression tester working again.
13322
13323 2004-08-18 Zack Weinberg <zack@codesourcery.com>
13324
13325 * insn-notes.def, reg-notes.def: New files.
13326 * rtl.h: Use them to define enum insn_note and enum reg_note.
13327 * rtl.c: Use them to define note_insn_name and reg_note_name.
13328 * Makefile.in (RTL_BASE_H): Update.
13329
13330 * modulo-sched.c, sched-rgn.c, final.c: NOTE_DISABLE_SCHED_OF_BLOCK
13331 renamed to NOTE_INSN_DISABLE_SCHED_OF_BLOCK.
13332
13333 2004-08-18 Richard Earnshaw <rearnsha@arm.com>
13334
13335 * arm.c (arm_size_rtx_costs): New function.
13336 (arm_override_options): Use it if optimizing for space.
13337
13338 2004-08-18 Richard Henderson <rth@redhat.com>
13339
13340 * emit-rtl.c (gen_const_mem): New.
13341 * rtl.h (gen_const_mem): Declare.
13342 * expr.c (do_tablejump): Use it.
13343 * varasm.c (force_const_mem): Likewise.
13344 * config/darwin.c (machopic_indirect_data_reference): Likewise.
13345 (machopic_legitimize_pic_address): Likewise.
13346 * config/arm/arm.c (legitimize_pic_address): Likewise.
13347 * config/i386/i386.c (legitimize_pic_address): Likewise.
13348 (legitimize_tls_address): Likewise.
13349 * config/ia64/ia64.c (ia64_expand_tls_address): Likewise.
13350 * config/ia64/ia64.md (load_fptr): Likewise.
13351 * config/m32r/m32r.c (m32r_legitimize_pic_address): Likewise.
13352 * config/pa/pa.c (legitimize_pic_address): Likewise.
13353 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Likewise.
13354 (rs6000_emit_move): Likewise.
13355 * config/s390/s390.c (legitimize_pic_address): Likewise.
13356 (legitimize_tls_address): Likewise.
13357 * config/s390/s390.md (casesi): Likewise.
13358 * config/sh/sh.c (sh_reorg): Likewise.
13359 * config/sparc/sparc.c (legitimize_pic_address): Likewise.
13360 * config/v850/v850.md (casesi): Likewise.
13361
13362 * config/darwin.c (machopic_indirect_call_target): Set MEM_NOTRAP_P.
13363 * config/sh/sh.c (prepare_move_operands): Remove incorrect
13364 use of MEM_READONLY_P.
13365
13366 2004-08-18 Steven Bosscher <stevenb@suse.de>
13367
13368 * Makefile.in (OBJS-common): Add postreload-gcse.c.
13369 Add new postreload-gcse.o.
13370 * cse.c (SAFE_HASH): Define as wrapper around safe_hash.
13371 (lookup_as_function, insert, rehash_using_reg, use_related_value,
13372 equiv_constant): Use SAFE_HASH instead of safe_hash.
13373 (exp_equiv_p): Export. Add for_gcse argument when comparing
13374 for GCSE.
13375 (lookup, lookup_for_remove, merge_equiv_classes, find_best_addr,
13376 find_comparison_args, fold_rtx, cse_insn): Update callers.
13377 (hash_rtx): New function derived from old canon_hash and bits
13378 from gcse.c hash_expr_1.
13379 (canon_hash_string): Rename to hash_rtx_string.
13380 (canon_hash, safe_hash): Make static inline. Call hash_rtx.
13381 * cselib.c (hash_rtx): Rename to cselib_hash_rtx.
13382 (cselib_lookup): Update this caller.
13383 * gcse.c (modify_mem_list_set, canon_modify_mem_list_set):
13384 Make static.
13385 (hash_expr): Call hash_rtx.
13386 (ldst_entry): Likewise.
13387 (expr_equiv_p): Call exp_equiv_p.
13388 (struct unoccr, hash_expr_1, hash_string_1, lookup_expr,
13389 reg_used_on_edge, reg_set_between_after_reload_p,
13390 reg_used_between_after_reload_p, get_avail_load_store_reg,
13391 is_jump_table_basic_block, bb_has_well_behaved_predecessors,
13392 get_bb_avail_insn, hash_scan_set_after_reload,
13393 compute_hash_table_after_reload,
13394 eliminate_partially_redundant_loads, gcse_after_reload,
13395 get_bb_avail_insn, gcse_after_reload_main): Remove.
13396 * postreload-gcse.c: New file, reincarnating most of the above.
13397 * rtl.h (exp_equiv_p, hash_rtx): New prototypes.
13398 (gcse_after_reload_main): Update prototype.
13399 * timevar.def (TV_GCSE_AFTER_RELOAD): New timevar.
13400 * passes.c (rest_of_handle_gcse2): Use it.
13401
13402 2004-08-18 Diego Novillo <dnovillo@redhat.com>
13403
13404 * tree-ssa-loop.c (pass_loop_init): Add TODO_dump_func.
13405 (pass_loop_done): Likewise.
13406
13407 2004-08-18 Andrew Pinski <apinski@apple.com>
13408
13409 * config/rs6000/darwin.md: Delete the altivec patterns which are
13410 handled differently now.
13411 (load_macho_picbase_di): Make sure that is only happens for TARGET_64BIT
13412 (macho_correct_pic_di): Likewise.
13413 (call_indirect_nonlocal_darwin64): Likewise.
13414 Delete the save world/saveFP/saveVec patterns.
13415
13416 Revert the reversion of: 2004-08-16 Stan Shebs <shebs@apple.com>
13417 * config/darwin.c (macho_indirect_data_reference): Add DImode case.
13418 * config/rs6000/rs6000.md: Include darwin.md.
13419 (builtin_setjmp_receiver): Add DImode case.
13420 * config/rs6000/rs6000.c (rs6000_emit_move): Add DImode case to
13421 Darwin bits.
13422
13423 2004-08-18 Matt Austern <austern@apple.com>
13424
13425 Dead code stripping
13426 * darwin.h (EH_FRAME_SECTION_ATTR): Mark so it doesn't get stripped.
13427 * darwin.c (darwin_file_end): Mark file as potentially strippable.
13428
13429 2004-08-18 Richard Henderson <rth@redhat.com>
13430
13431 * alias.c (readonly_fields_p): Remove.
13432 (objects_must_conflict_p): Don't call it.
13433 * tree.h (readonly_fields_p): Remove.
13434 * langhooks.h (struct lang_hooks): Remove honor_readonly.
13435 * langhooks-def.h (LANG_HOOKS_HONOR_READONLY): Remove.
13436
13437 2004-08-18 Diego Novillo <dnovillo@redhat.com>
13438
13439 * tree-dfa.c (add_referenced_var): Only global variables are
13440 call-clobbered.
13441 * tree-flow.h (struct ptr_info_def): Add field pt_global_mem.
13442 * tree-ssa-alias.c (compute_points_to_and_addr_escape): Mark
13443 all pointers dereferenced if the statement dereferences them.
13444 (create_name_tags): Do not create memory tags for pointers
13445 that have PT_ANYTHING set.
13446 Also check if PT_VARS is not empty before creating a name tag.
13447 (compute_flow_sensitive_aliasing): Don't mark call-clobbered
13448 variables that share the same alias set with a pointer that
13449 may point anywhere.
13450 (add_may_alias): Add FIXME comment to remove clobbering
13451 aliased variables and tags.
13452 (replace_may_alias): Likewise.
13453 (set_pt_anything): Do not clear PT_VARS nor IS_DEREFERENCED.
13454 (merge_pointed_to_info): If the original variable has not
13455 points-to information, call set_pt_anything.
13456 (add_pointed_to_var): Do not prevent adding a pointed-to
13457 variable if the pointers is PT_ANYTHING.
13458 If the variable is a global, set PT_GLOBAL_MEM.
13459 (collect_points_to_info_r): Don't assume that PLUS_EXPRs of
13460 pointer type only come in PTR+OFFSET flavours.
13461 Always call merge_pointed_to_info on PHI arguments that are
13462 SSA_NAMEs.
13463 (get_nmt_for): Mark call-clobbered tags whose pointer points
13464 to global memory.
13465 * tree-ssa-operands.c (opf_kill_def, opf_no_vops): Switch
13466 values.
13467 (get_indirect_ref_operands): Always clear OPF_KILL_DEF from
13468 FLAGS.
13469 (add_stmt_operand): Abort if the caller tried to add a killing
13470 definition for a memory tag.
13471 * tree-ssa.c (verify_flow_sensitive_alias_info): Remove
13472 unnecessary checks.
13473
13474 2004-08-18 J"orn Rennecke <joern.rennecke@superh.com>
13475
13476 * sh.h (CONDITIONAL_REGISTER_USAGE): Don't exclude fixed registers
13477 from call_used_regs. Update call_really_used_regs.
13478 (CALL_REALLY_USED_REGISTERS): Define.
13479 * sh.c (output_stack_adjust, shmedia_target_regs_stack_space):
13480 Replace call_used_regs with call_really_used_regs.
13481 (calc_live_regs, sh_media_register_for_return): Likewise.
13482 (sh5_schedule_saves, sh_expand_prologue, reg_unused_after): Likewise.
13483 * sh.md (return_media): Likewise.
13484
13485 2004-08-18 Andrew Pinski <apinski@apple.com>
13486
13487 * config/darwin.c (machopic_legitimize_pic_address): Only set
13488 MEM_READONLY_P in the non TARGET_TOC case.
13489
13490 2004-08-18 Zack Weinberg <zack@codesourcery.com>
13491
13492 * rtl.def (NIL): Delete.
13493 * read-rtl.c (read_rtx): Handle (nil) like (define_constants).
13494 Tighten the syntax a little.
13495
13496 * cfgloop.h, combine.c, cse.c, loop-iv.c, postreload.c, reload.c
13497 * config/alpha/alpha.c, config/alpha/alpha.h, config/arc/arc.h
13498 * config/arm/arm.h, config/frv/frv.h, config/i386/i386.c
13499 * config/i386/predicates.md, config/m32r/m32r.h
13500 * config/m68hc11/m68hc11.c, config/mcore/mcore.h, config/mips/mips.c
13501 * config/mmix/mmix.c, config/pa/pa.h, config/sh/sh.h
13502 * config/sparc/sparc.h, doc/tm.texi:
13503 Replace all occurrences of NIL with UNKNOWN.
13504
13505 2004-08-18 Zack Weinberg <zack@codesourcery.com>
13506
13507 * dojump.c (do_jump <unordered_bcc>): Do not recursively call
13508 self with a TRUTH_ORIF_EXPR; generate the appropriate jump
13509 sequence inline. Move drop_through_label code into this
13510 block, being the only place it is used. Adjust comments.
13511
13512 2004-08-18 Fariborz Jahanian <fjahanian@apple.com>
13513
13514 * config/rs6000/altivec.md: Add new patterns for calls to
13515 save_world/rest_world functions.
13516
13517 * config/rs6000/rs6000-protos.h: (save_world_operation,
13518 restore_world_operation) new declarations.
13519
13520 * config/rs6000/rs6000.c: (struct rs6000_stack) new world_save_p
13521 field added.
13522 (rs6000_stack_info): Set world_save_p field.
13523 (save_world_operation): New function.
13524 (restore_world_operation): New function.
13525 (compute_save_world_info): New function.
13526 (rs6000_stack_info): Call compute_save_world_info.
13527 (rs6000_emit_prologue): Check for world_save_p and generate
13528 pattern to call save_world for saving all non-volatile and
13529 special registers.
13530 (rs6000_emit_epilogue): Check for world_save_p and generate
13531 pattern to call rest_world to restore saved registers.
13532
13533 config/rs6000/rs6000.h: macros FIRST_SAVED_ALTIVEC_REGNO,
13534 FIRST_SAVED_FP_REGNO, FIRST_SAVED_GP_REGNO defined.
13535 (rs6000_reg_names): New entries added for save_world_operation and
13536 restore_world_operation.
13537
13538 2004-08-18 Caroline Tice <ctice@apple.com>
13539
13540 * Makefile.in (STAGEFEEDBACK_FLAGS_TO_PASS) Add
13541 "-freorder-blocks-and-partition" to the flags used in second
13542 stage of profiledbootstrap.
13543 * bb-reorder.c (push_to_next_round_p): Add new variable,
13544 next_round_is_last; set and use variable to make sure, when
13545 partitioning, that the last trace construction round consists
13546 of all (and only) cold basic blocks.
13547 (rotate_loop): Don't copy blocks that end in a section
13548 crossing jump.
13549 (copy_bb): Correctly initialize "partition" of duplicated bb.
13550 (add_unlikely_executed_notes): Add a comment.
13551 (find_rarely_executed_basic_blocks_and_crossing_edges): Modify
13552 to make sure, if function contains hot blocks, that the
13553 successors of ENTRY_BLOCK_PTR are hot; also, only look for
13554 crossing edges if the architecture supports named sections.
13555 (mark_bb_for_unlikely_executed_section): Modify to always
13556 insert the NOTE_INSN_UNLIKELY_EXECUTED_CODE immediately after
13557 the basic block note insn.
13558 (fix_crossing_unconditional_branches): Remove extra space.
13559 (fix_edges_for_rarely_executed_code): Modify to only do
13560 partitioning work if the architecture supports named sections.
13561 (reorder_basic_blocks): Modify to only add
13562 NOTE_INSN_UNLIKELY_EXECUTED_CODE notes if the architecture
13563 supports named sections.
13564 * c-common.c (handle_section_attribute): Initialize new global
13565 variable, user_defined_section_attribute, to true if user has
13566 specified one.
13567 * cfgcleanup.c (try_forward_edges): Modify to not attempt to
13568 forward edges that cross section boundaries.
13569 * cfglayout.c (fixup_reorder_chain): Modify to only fix up
13570 partitioning information if the architecture supports named
13571 sections.
13572 * cfgrtl.c (target.h): Add statement to include this.
13573 (rtl_split_block): Make sure newly created bb gets correct
13574 partition.
13575 (try_redirect_by_replacing_jump): Make sure redirection isn't
13576 attempting to cross section boundaries.
13577 (force_nonfallthru_and_redirect): Only do partition fix up if
13578 architecture supports named sections.
13579 (rtl_split_edge): Make sure newly created bb ends up in
13580 correct partition.
13581 (commit_one_edge_insertion): Remove code that incorrectly
13582 updated basic block partition; Make sure partition fix up only
13583 happens if architecture supports named sections and it's not
13584 already done.
13585 (rtl_verify_flow_info_1): Fix if-condition on test/error
13586 condition that fallthru edges are not allowed to cross section
13587 boundaries.
13588 * defaults.h (NORMAL_TEXT_SECTION_NAME): Remove this.
13589 * final.c (final_scan_insn): Remove redundant test from if-statement;
13590 change calls to text_section into calls to function_section; add code
13591 to only to partitioning fix up if architecture supports named
13592 sections.
13593 * ifcvt.c (find_if_case_1): Make sure newly created bb has correct
13594 partition.
13595 (if_convert): Add targetm.have_named_sections to test.
13596 * output.h (unlikely_section_label): Extern declaration for new global
13597 variable.
13598 (unlikely_text_section_name): Likewise.
13599 * opts.c (decode_options): If both partitioning and DWARF debugging
13600 are turned on, issue a warning that this doesn't work, and change
13601 partitiong to basic block reordering (without hot/cold partitions).
13602 * passes.c (rest_of_handle_final): Re-set new global variable,
13603 user_defined_section_attribute, to false.
13604 (rest_of_compilation): Change options for calling partitioning
13605 function: Don't call if the user defined the section attribute, and
13606 don't call if DECL_ONE_ONLY is true for the current function.
13607 * predict.c (choose_function_section): Return immediately if we
13608 are doing hot/cold partitioning (i.e. let the basic block partitioning
13609 determine where the function belongs).
13610 * reg-stack.c (emit_swap_insn): Add condition to step over
13611 NOTE_INSN_UNLIKELY_EXECUTED_CODE notes.
13612 * toplev.c (user_defined_section_attribute): New global variable.
13613 * toplev.h (user_defined_section_attribute): Extern declaration
13614 for new global variable.
13615 * varasm.c (unlikely_section_label): New global variable.
13616 (unlikely_text_section_name): New global variable.
13617 (unlikely_text_section): Add code to initialize
13618 unlikely_text_section_name if necessary; modify to use
13619 unlikely_text_section_name and unlikely_section_label; also to use
13620 named_section properly.
13621 (in_unlikely_text_section): Modify to work correctly with
13622 named_section and to use unlikely_text_section_name.
13623 (named_section): Add code to work properly with cold section.
13624 (function_section): Clean up if-statement.
13625 * config/darwin.c (darwin_asm_named_section): Return to original
13626 code, removing use of SECTION_FORMAT_STRING.
13627 * config/arm/pe.h (switch_to_section): Add case for
13628 in_unlikely_executed_text to switch statement.
13629 * config/i386/cygming.h (switch_to_section): Likewise.
13630 * config/i386/darwin.h (NORMAL_TEXT_SECTION_NAME): Remove.
13631 (SECTION_FORMAT_STRING): Likewise.
13632 * config/mcore/mcore.h (switch_to_section): Likewise.
13633 * config/rs6000/darwin.h (NORMAL_TEXT_SECTION_NAME): Remove.
13634 (SECTION_FORMAT_STRING): Remove.
13635
13636 2004-08-18 Roger Sayle <roger@eyesopen.com>
13637
13638 * config/i386/i386.h (FIXED_REGISTERS): Update encoding to be
13639 -ffixed-reg safe, by preserving the meanings of zero and one.
13640 (CALL_USED_REGISTERS): Likewise.
13641 (CONDITIONAL_REGISTER_USAGE): Update to process new encodings.
13642
13643 2004-08-18 Kaz Kojima <kkojima@gcc.gnu.org>
13644
13645 * config/sh/sh.c (split_branches): Check the result of
13646 next_active_insn.
13647 (sh_output_mi_thunk): Call init_flow if basic_block_info is null.
13648 Call rtl_register_cfg_hooks.
13649
13650 2004-08-18 Richard Henderson <rth@redhat.com>
13651
13652 * rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.
13653 * alias.c (true_dependence): Update to match new semantics.
13654 (canon_true_dependence, write_dependence_p): Likewise.
13655 (anti_dependence, output_dependence): Update write_dependence_p args.
13656 (unchanging_anti_dependence): Remove.
13657 * calls.c (purge_mem_unchanging_flag): Remove.
13658 (fixup_tail_calls): Don't call it.
13659 (expand_call): Don't add unchanging memory to function usage.
13660 * expr.c (emit_block_move_via_libcall): Likewise.
13661 (clear_storage_via_libcall): Don't clobber RTX_UNCHANGING_P mems.
13662 (get_subtarget): Don't use RTX_UNCHANGING_P.
13663 (expand_assignment, store_constructor, expand_expr_real_1): Likewise.
13664 (do_tablejump): Set MEM_READONLY_P, not RTX_UNCHANGING_P.
13665 * combine.c (get_last_value_validate): Use MEM_READONLY_P.
13666 * cse.c (insert): Don't use RTX_UNCHANGING_P.
13667 (cse_insn, canon_hash): Use MEM_READONLY_P.
13668 * emit-rtl.c (set_mem_attributes_minus_bitpos): Use MEM_READONLY_P
13669 instead of RTX_UNCHANGING_P.
13670 * explow.c (maybe_set_unchanging): Remove.
13671 * expr.h (maybe_set_unchanging): Remove.
13672 * flow.c (insn_dead_p, mark_used_regs): Use anti_dependence.
13673 * function.c (assign_stack_temp_for_type): Don't use RTX_UNCHANGING_P.
13674 (assign_parm_setup_reg, expand_function_start): Likewise.
13675 * integrate.c (copy_rtx_and_substitute): Likewise.
13676 * ra-rewrite.c (emit_colors): Likewise.
13677 * regmove.c (copy_src_to_dest, regmove_optimize): Likewise.
13678 (fixup_match_1): Likewise.
13679 * reload1.c (reload, alter_reg): Likewise.
13680 * local-alloc.c (validate_equiv_mem): Check MEM_READONLY_P,
13681 not RTX_UNCHANGING_P.
13682 (equiv_init_varies_p): Likewise.
13683 * loop-invariant.c (check_maybe_invariant): Likewise.
13684 * resource.c (mark_referenced_resources, mark_set_resources): Likewise.
13685 * loop.c (note_addr_stored): Likewise.
13686 (prescan_loop): Likewise. Don't check function usage for clobbered
13687 unchanging memory.
13688 * rtlanal.c (rtx_unstable_p): Check MEM_READONLY_P,
13689 not RTX_UNCHANGING_P.
13690 (rtx_varies_p, modified_between_p, modified_in_p): Likewise.
13691 * varasm.c (force_const_mem): Likewise.
13692 * stmt.c (expand_decl): Don't set RTX_UNCHANGING_P.
13693 * web.c (entry_register): Likewise.
13694 * tree-gimple.h (get_base_address): Move decl ...
13695 * tree.h: ... here.
13696 * doc/rtl.texi (MEM_READONLY_P): Replace RTX_UNCHANGING_P.
13697
13698 * config/alpha/alpha.c (alpha_set_memflags_1): Rewrite to be
13699 called via for_each_rtx. Copy MEM_SCALAR_P, MEM_NOTRAP_P too.
13700 (alpha_set_memflags): Update to match.
13701
13702 * config/darwin.c (machopic_indirect_data_reference): Set
13703 MEM_READONLY_P instead of RTX_UNCHANGING_P.
13704 (machopic_indirect_call_target): Likewise.
13705 (machopic_legitimize_pic_address): Likewise.
13706 * config/arm/arm.c (legitimize_pic_address, arm_gen_load_multiple,
13707 arm_gen_store_multiple, arm_gen_movmemqi): Likewise.
13708 * config/arm/arm.md (load_multiple, store_multiple): Likewise.
13709 * config/frv/frv.md (symGOT2reg): Likewise.
13710 * config/i386/i386.c (legitimize_pic_address,
13711 legitimize_tls_address, ix86_split_to_parts): Likewise.
13712 * config/ia64/ia64.c (ia64_expand_tls_address): Likewise.
13713 * config/ia64/ia64.md (load_fptr): Likewise.
13714 * config/m32r/m32r.c (m32r_legitimize_pic_address): Likewise.
13715 * config/m68k/m68k.c (legitimize_pic_address): Likewise.
13716 * config/mcore/mcore.c (block_move_sequence): Likewise.
13717 * config/mn10300/mn10300.md (symGOT2reg): Likewise.
13718 * config/pa/pa.c (legitimize_pic_address): Likewise.
13719 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Likewise.
13720 (rs6000_emit_move): Likewise.
13721 * config/s390/s390.c (legitimize_pic_address): Likewise.
13722 (legitimize_tls_address): Likewise.
13723 * config/s390/s390.md (casesi): Likewise.
13724 * config/sh/sh.c (prepare_move_operands, sh_reorg): Likewise.
13725 * config/sh/sh.md (symGOT2reg): Likewise.
13726 * config/sparc/sparc.c (legitimize_pic_address): Likewise.
13727 * config/v850/v850.md (casesi): Likewise.
13728
13729 * config/ia64/ia64.c (gen_thread_pointer): Don't set RTX_UNCHANGING_P.
13730 * config/iq2000/iq2000.c (save_restore_insns): Likewise.
13731 * config/mips/mips.c (mips_restore_gp): Likewise.
13732 (mips_save_restore_reg, mips16_gp_pseudo_reg): Likewise.
13733 * config/sh/sh.c (sh_reorg): Likewise.
13734
13735 2004-08-18 Richard Henderson <rth@redhat.com>
13736
13737 * tree.h (struct tree_decl): Add gimple_formal_temp.
13738 (DECL_GIMPLE_FORMAL_TEMP_P): New.
13739 * gimplify.c (pop_gimplify_context): Clear it.
13740 (lookup_tmp_var): Set it, if is_formal.
13741 (gimplify_init_constructor): Use rhs_predicate_for for COMPLEX.
13742 Use is_gimple_val for VECTOR. Simplify return value.
13743 (gimplify_save_expr): Use and set DECL_GIMPLE_FORMAL_TEMP_P.
13744 (gimplify_expr): Likewise.
13745 * tree-gimple.c (is_gimple_formal_tmp_rhs): Rename from
13746 is_gimple_tmp_rhs for clarity. Update all callers.
13747 (is_gimple_reg_rhs): Simplify logic.
13748 (is_gimple_formal_tmp_var): Rename from is_gimple_tmp_var for
13749 clarity; use DECL_GIMPLE_FORMAL_TEMP_P.
13750 (is_gimple_formal_tmp_reg): Similarly.
13751 * tree-gimple.h: Update decls.
13752 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Use
13753 DECL_IGNORED_P, not DECL_ARTIFICIAL. Tidy formatting.
13754 * tree-ssa-live.c (var_union, type_var_init): Likewise.
13755
13756 2004-08-18 Paolo Bonzini <bonzini@gnu.org>
13757
13758 * c4x.c (legitimize_operands): Remove calls to
13759 preserve_subexpressions_p.
13760
13761 2004-08-18 David Edelsohn <edelsohn@gnu.org>
13762
13763 * varasm.c (MAX_OFILE_ALIGNMENT): Move ...
13764 * defaults.h (MAX_OFILE_ALIGNMENT): ... here.
13765
13766 2004-08-18 Ziemowit Laski <zlaski@apple.com>
13767
13768 * gcc.c (default_compilers): Add info about ".mm", ".M" and ".mii"
13769 Objective-C++ extensions.
13770 * gengtype.c (get_file_basename): Match entire subdirectory name
13771 ('cp', 'objc', 'objcp') rather than just its suffix.
13772 (get_base_file_bitmap): Allow for files to belong to more than one
13773 language.
13774 (get_output_file_with_visibility): Treat objc/objc-act.h as a header
13775 used by more than one front-end.
13776
13777 2004-08-18 Richard Earnshaw <rearnsha@arm.com>
13778
13779 * arm.md (addsi3, subsi3, andsi3, iorsi3, movsi, movhi): Rework to
13780 avoid use of preserve_subexpressions_p.
13781
13782 2004-08-17 Richard Henderson <rth@redhat.com>
13783
13784 PR 17051
13785 * tree-sra.c (scalarize_use): Mark all v_defs for !is_output too.
13786
13787 2004-08-17 DJ Delorie <dj@redhat.com>
13788
13789 * doc/extend.texi: Document new xstormy16 attribute.
13790
13791 * config/stormy16/stormy16.c (xstormy16_splittable_below100_operand): New.
13792 (xstormy16_splittable_below100_or_register): New.
13793 (combine_bnp): New.
13794 (xstormy16_reorg): New.
13795 (TARGET_MACHINE_DEPENDENT_REORG): Define.
13796
13797 * config/stormy16/stormy16.md (movqi_internal): Make name public.
13798 (movhi_internal): Likewise.
13799 (cbhranchhi): Likewise.
13800 (cbhranchhi_neg): Likewise.
13801 (andhi3): Only allow splittable below100 operands.
13802 (iorhi3): Likewise.
13803 (peephole2): New and/zero_extend->and peephole.
13804 (peephole2): New load/ior/save->set1 peephole.
13805 (peephole2): New load/and/save->clr1 peephole.
13806 (bclrx, bclrx2, bclr7, bclr15): New.
13807 (bsetx, bsetx2, bset7, bset15): New.
13808
13809 * config/stormy16/stormy16.c (xstormy16_print_operand): Be more
13810 liberal about acceptable 'B' masks.
13811
13812 * config/stormy16/stormy16-protos.h
13813 (xstormy16_asm_output_aligned_common, xstormy16_below100_symbol,
13814 xstormy16_below100_operand, xstormy16_below100_or_register,
13815 xstormy16_onebit_set_operand, xstormy16_onebit_clr_operand): New.
13816 (PREDICATE_CODES): Add new predicates.
13817
13818 * config/stormy16/stormy16.c
13819 (xstormy16_asm_output_aligned_common, xstormy16_below100_symbol,
13820 xstormy16_below100_operand, xstormy16_below100_or_register,
13821 xstormy16_onebit_set_operand, xstormy16_onebit_clr_operand): New.
13822 (xstormy16_expand_iorqi3, xstormy16_expand_andqi3): New.
13823 (xstormy16_legitimate_address_p): Allow below100 symbols.
13824 (xstormy16_extra_constraint_p): Add 'W' for below100 operands.
13825 (xstormy16_expand_move): Leave below100 operands as-is.
13826 (xstormy16_encode_section_info): Encode below100 symbols.
13827 (xstormy16_strip_name_encoding): New.
13828 (xstormy16_print_operand): Print 'b' as shift mask.
13829 (xstormy16_attribute_table): Add below100 attributes.
13830 (xstormy16_handle_below100_attribute): New.
13831
13832 * config/stormy16/stormy16.h (EXTRA_SECTIONS): add in_bss100.
13833 (XSTORMY16_SECTION_FUNCTION): New.
13834 (EXTRA_SECTION_FUNCTIONS): Define using the above.
13835 (ASM_OUTPUT_ALIGNED_DECL_COMMON, ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
13836 (ASM_OUTPUT_SYMBOL_REF): Handle encoded symbols.
13837 (ASM_OUTPUT_LABELREF): Define.
13838
13839 * config/stormy16/stormy16.md (movqi_internal): Add below100 support.
13840 (movhi_internal): Add below100 support.
13841 (andhi3): Add below100 support.
13842 (iorhi3): Add below100 support.
13843 (iorqi3, iorqi3_internal, andqi3, andqi3_internal): New.
13844
13845 2004-08-17 James E Wilson <wilson@specifixinc.com>
13846
13847 * config/mips/mips.c (gen_conditional_move): Use GET_MODE (op0) instead
13848 of VOIDmode for comparison code mode.
13849 * config/mips/mips.md: For conditional move patterns, use mode of
13850 first compare operand for comparison mode, instead of VOIDmode.
13851
13852 * config/mips/mips.md: Add canonical nmadd and nmsub patterns for both
13853 normal and -ffast-math code.
13854
13855 2004-08-17 Mark Mitchell <mark@codesourcery.com>
13856
13857 PR c++/15871
13858 * doc/invoke.texi (-fkeep-inline-functions): Update documentation.
13859
13860 2004-08-17 Robert Bowdidge <bowdidge@apple.com>
13861
13862 * config/rs6000/x-darwin: Add -mdynamic-no-pic to gcc build flags.
13863
13864 2004-08-17 Andreas Tobler <a.tobler@schweiz.ch>
13865
13866 * config/rs6000/darwin.md (*call_nonlocal_darwin64): Add #else clause
13867 for non Darwin targets.
13868 (*call_value_nonlocal_darwin64): Likewise.
13869
13870 2004-08-17 Fariborz Jahanian <fjahanian@apple.com>
13871
13872 * config/rs6000/rs6000.c (rs6000_function_value): Check for
13873 altivec mode for altivec return register.
13874
13875 2004-08-17 David Edelsohn <edelsohn@gnu.org>
13876
13877 Revert 2004-08-16 Stan Shebs <shebs@apple.com>
13878 * config/darwin.c (macho_indirect_data_reference): Add DImode case.
13879 * config/rs6000/rs6000.md: Include darwin.md.
13880 (builtin_setjmp_receiver): Add DImode case.
13881 * config/rs6000/rs6000.c (rs6000_emit_move): Add DImode case to
13882 Darwin bits.
13883
13884 2004-08-17 Dorit Naishlos <dorit@il.ibm.com>
13885
13886 * tree-vectorizer.c: New File: loop vectorization on SSAed GIMPLE
13887 trees.
13888 * tree-vectorizer.h: New File: Same.
13889 * Makefile.in (tree-vectorizer.c, tree-vectorizer.h): Add new files.
13890 * common.opt (ftree-vectorize): New flag to enable vectorization.
13891 * timevar.def (TV_TREE_VECTORIZATION): New dump file for
13892 vectorization pass.
13893 * tree-data-ref.h (init_data_ref): Additional argument.
13894 (array_base_name_differ_p): Moved to tree-data-ref.c.
13895 * tree-data-ref.c (array_base_name_differ_p): Revised.
13896 (initialize_data_dependence_relation): Call array_base_name_differ_p
13897 with an extra argument.
13898 (analyze_all_data_dependences): Same.
13899 (init_data_ref): Additional argument is_read to set DR_IS_READ.
13900 * tree-ssa-phiopt.c (empty_block_p): Expose for usage out of this
13901 file.
13902 * tree-flow.h (vectorize_loops, empty_block_p): Add declaration.
13903 * tree-optimize.c (pass_vectorize): Schedule the vectorization pass.
13904 * tree-pass.h (tree_opt_pass pass_vectorize): Declare the new
13905 vectorization pass.
13906 * tree-ssa-loop.c (tree_ssa_loop_init): Call scev_initialize.
13907 (tree_ssa_loop_done): Call scev_finalize.
13908 (tree_vectorize): Define the new vectorization pass.
13909 * defaults.h (UNITS_PER_SIMD_WORD): Allow targets to specify the
13910 size of the vector they support (until support for multiple vector
13911 sizes is added to the vectorizer).
13912 * config/i386/i386.h (UNITS_PER_SIMD_WORD): Define.
13913 * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Define.
13914 * invoke.texi (fdump-tree-vect, ftree-vectorize): Add
13915 documentation.
13916
13917 2004-08-17 Nathan Sidwell <nathan@codesourcery.com>
13918
13919 * objc/objc-act.c (build_protocol_initializer): Fix build_int_cst
13920 usage.
13921 (generate_protocol_list, handle_impent): Likewise.
13922
13923 2004-08-17 Roger Sayle <roger@eyesopen.com>
13924
13925 * regclass.c (init_reg_sets_1): Add ENABLE_CHECKING sanity tests to
13926 ensure that call_used_regs is a superset of both fixed_regs and
13927 call_really_used_regs.
13928
13929 2004-08-17 Daniel Bornstein <danfuzz@milk.com>
13930
13931 PR target/17019
13932 * arm.md (addsi3_cbranch_scratch): Correct case labels.
13933
13934 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
13935
13936 PR middle-end/17036
13937 * fold-const.c (fold): Check for integer operand when
13938 folding (A >> N) & 1 ? (1 << N) : 0. Fix from Andrew
13939 Pinski <pinskia@physics.uc.edu>.
13940
13941 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
13942
13943 * configure.ac: Trust toplevel's notion of BISON/FLEX/MAKEINFO.
13944 No need to check if in a cross configuration.
13945 * configure: Regenerate.
13946
13947 * calls.c (precompute_register_parameters):
13948 Inline preserve_subexpressions_p ().
13949 * expmed.c (expand_mult_const, emit_store_flag): Likewise.
13950 * optabs.c (expand_binop, expand_twoval_binop, prepare_cmp_insn):
13951 Likewise.
13952 * expr.c (get_subtarget): Likewise.
13953 * rtl.h (preserve_subexpressions_p): Remove.
13954 * stmt.c (preserve_subexpressions_p): Remove.
13955
13956 * dojump.c (do_jump) <COND_EXPR, EQ_EXPR, NE_EXPR,
13957 TRUTH_ANDIF_EXPR, TRUTH_ORIF_EXPR, COMPOUND_EXPR>:
13958 Abort on gimplified cases.
13959
13960 2004-08-16 James E Wilson <wilson@specifixinc.com>
13961
13962 * tree.h (VECTOR_FLOAT_TYPE_P): New.
13963 (FLOAT_TYPE_P): Use it.
13964 * c-typeck.c (build_binary_op): After convert calls, check for
13965 check for ERROR_MARK operands.
13966
13967 2004-08-16 Zack Weinberg <zack@codesourcery.com>
13968
13969 * Makefile.in (BUILD_PREFIX, BUILD_PREFIX_1): Delete.
13970 (BUILD_RTL, BUILD_PRINT, BUILD_ERRORS, BUILD_VARRAY): Update.
13971 (genobjs): Add build-rtl.o, build-print-rtl.o, build-varray.o.
13972 (genobjs static pattern rule): Remove %.c dependency.
13973 ($(BUILD_PREFIX_1)rtl.o, print-rtl.o, $(BUILD_PREFIX_1)varray.o):
13974 Rename rules; delete commands; fix dependencies.
13975 (mostlyclean): Do not delete temporary source copies.
13976 * configure.ac: Delete all references to BUILD_PREFIX and
13977 BUILD_PREFIX_1.
13978 * configure: Regenerate.
13979
13980 * print-rtl.c: Include bconfig.h #ifdef GENERATOR_FILE.
13981 Do not include tree.h, real.h, flags.h, hard-reg-set.h, or
13982 basic-block.h #ifdef GENERATOR_FILE. Surround some more code
13983 with #ifndef GENERATOR_FILE so that nothing from those headers
13984 is used.
13985
13986 * rtl.c, varray.c: Include bconfig.h #ifdef GENERATOR_FILE.
13987
13988 2004-08-16 Adam Nemet <anemet@lnxw.com>
13989
13990 * Makefile.in (LIBS): Move $(LIBIBERTY) after $(BANSHEELIB).
13991
13992 2004-08-16 Andrew Pinski <apinski@apple.com>
13993
13994 * target-def.h (TARGET_EH_RETURN_FILTER_MODE): Remove
13995 extraneous semicolon.
13996
13997 2004-08-16 Devang Patel <dpatel@apple.com>
13998
13999 * c-common.c (handle_used_attribute): Set DECL_PRESERVE_P.
14000 * print-tree.c (print_node): Print DECL_PRESERVE_P.
14001 * target-def.h (TARGET_ASM_MARK_DECL_PRESERVED): New #define.
14002 (TARGET_ASM_OUT): New member, TARGET_ASM_MARK_DECL_PRESERVED
14003 * target.h (struct gcc_target): New member, mark_decl_preserved.
14004 * hooks.c (hook_void_charptr): Rename to ...
14005 (hook_void_constcharptr): ... new name.
14006 * hooks.h (hook_void_charptr): Rename to ..
14007 (hook_void_constcharptr): ... new name.
14008 * tree.h (DECL_PRESERVE_P): New #define.
14009 (struct tree_decl): New member, preserve_flag.
14010 * varasm.c (assemble_start_function): Mark decl preserved.
14011 (assemble_variable): Same.
14012 * darwin.c (darwin_mark_decl_preserved): New function.
14013 * darwin.h (TARGET_ASM_MARK_DECL_preserved): New #define.
14014 * darwin-protos.h (darwin_mark_decl_preserved): New decl.
14015 * doc/tm.texi (TARGET_ASM_MARK_DECL_PRESERVED): Document.
14016
14017 2004-08-16 Joseph S. Myers <jsm@polyomino.org.uk>
14018
14019 * c-decl.c (grokdeclarator): Allow for function definition where
14020 innermost declarator has attributes.
14021
14022 2004-08-16 Fariborz Jahanian <fjahanian@apple.com>
14023
14024 * except.c (get_exception_filter, build_post_landing_pads,
14025 dw2_build_landing_pads): Use target-specific mode for 'filter'.
14026 * target-def.h (TARGET_EH_RETURN_FILTER_MODE): macro defined and used.
14027 * target.h (eh_return_filter_mode): New field added.
14028 * targhooks.c (default_eh_return_filter_mode): Defined.
14029 * targhooks.h (default_eh_return_filter_mode): Declared.
14030 * config/rs6000/rs6000.c (rs6000_eh_return_filter_mode): Defined.
14031
14032 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
14033
14034 * configure.ac: Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
14035 ACX_NONCANONICAL_TARGET; remove now-unneeded AC_SUBST.
14036 * configure: Regenerate.
14037
14038 2004-08-16 Stan Shebs <shebs@apple.com>
14039
14040 Basic support for 64-bit Darwin.
14041 * config/darwin.c (macho_indirect_data_reference): Add DImode case.
14042 (machopic_legitimize_pic_address): Similarly, plus use Pmode
14043 instead of SImode.
14044 * config/rs6000/darwin.h (PTRDIFF_TYPE): Be "long int" if 64-bit.
14045 (TARGET_OS_CPP_BUILTINS): Add 64-bit preprocessor macro.
14046 (SUBTARGET_SWITCHES): Add -m32 and -m64 flags.
14047 (SUBTARGET_OVERRIDE_OPTIONS): Require 64-bit processor if -m64.
14048 (PROCESSOR_DEFAULT64): Define.
14049 * config/rs6000/darwin.md: New file, patterns specific to 64-bit
14050 Darwin.
14051 * config/rs6000/rs6000.md: Include darwin.md.
14052 (builtin_setjmp_receiver): Add DImode case.
14053 * config/rs6000/rs6000.c (TARGET_ASM_UNALIGNED_DI_OP): Define for
14054 Darwin.
14055 (TARGET_ASM_ALIGNED_DI_OP): Ditto.
14056 (rs6000_emit_move): Add DImode case to Darwin bits.
14057 (machopic_output_stub): Use .quad if 64-bit.
14058 * invoke.texi: Document -m32 and -m64.
14059
14060 2004-08-16 Janis Johnson <janis187@us.ibm.com>
14061
14062 * doc/extend.texi (AltiVec builtins): Document additional differences
14063 from the Motorola AltiVec PIM.
14064
14065 2004-08-16 Nathan Sidwell <nathan@codesourcery.com>
14066
14067 * c-typeck.c (build_c_cast): Only copy overflow from expr nodes.
14068 * tree.h (IS_NON_TYPE_CODE_CLASS): Simplify.
14069 (struct tree_common): Update public_flag documentation.
14070
14071 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
14072
14073 * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
14074 Check for artificial variables, not is_gimple_tmp_var.
14075 * tree-ssa-live.c (var_union): Likewise.
14076
14077 2004-08-16 Nathan Sidwell <nathan@codesourcery.com>
14078
14079 * calls.c (load_register_parameters): Remove spurious FIXME token.
14080
14081 2004-08-15 Ziemowit Laski <zlaski@apple.com>
14082
14083 * Makefile.in (C_PRETTY_PRINT_H): Add c-pretty-print.h.
14084 (c-lang.o): Depend on c-objc-common.h.
14085 (c-objc-common.o): Depend on $(C_PRETTY_PRINT_H) and
14086 c-objc-common.h; remove duplicate $(C_TREE_H) dependency.
14087 * c-lang.c: Include c-objc-common.h.
14088 (LANG_HOOKS_FINISH, LANG_HOOKS_INIT_OPTIONS,
14089 LANG_HOOKS_INITIALIZE_DIAGNOSTICS, LANG_HOOKS_HANDLE_OPTION,
14090 LANG_HOOKS_MISSING_ARGUMENT, LANG_HOOKS_POST_OPTIONS,
14091 LANG_HOOKS_GET_ALIAS_SET, LANG_HOOKS_SAFE_FROM_P,
14092 LANG_HOOKS_EXPAND_EXPR, LANG_HOOKS_MARK_ADDRESSABLE,
14093 LANG_HOOKS_PARSE_FILE, LANG_HOOKS_TRUTHVALUE_CONVERSION,
14094 LANG_HOOKS_FINISH_INCOMPLETE_DECL, LANG_HOOKS_UNSAFE_FOR_REEVAL,
14095 LANG_HOOKS_STATICP, LANG_HOOKS_SET_DECL_ASSEMBLER_NAME,
14096 LANG_HOOKS_NO_BODY_BLOCKS, LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL,
14097 LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_FUNCTION_ENTER_NESTED,
14098 LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_DUP_LANG_SPECIFIC_DECL,
14099 LANG_HOOKS_DECL_UNINIT, LANG_HOOKS_RTL_EXPAND_STMT,
14100 LANG_HOOKS_COMMON_ATTRIBUTE_TABLE, LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE,
14101 LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN,
14102 LANG_HOOKS_TREE_INLINING_DISREGARD_INLINE_LIMITS,
14103 LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P,
14104 LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING,
14105 LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS,
14106 LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN,
14107 LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION, LANG_HOOKS_TYPE_FOR_MODE,
14108 LANG_HOOKS_TYPE_FOR_SIZE, LANG_HOOKS_SIGNED_TYPE,
14109 LANG_HOOKS_UNSIGNED_TYPE, LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE,
14110 LANG_HOOKS_INCOMPLETE_TYPE_ERROR, LANG_HOOKS_TYPE_PROMOTES_TO,
14111 LANG_HOOKS_REGISTER_BUILTIN_TYPE, LANG_HOOKS_WRITE_GLOBALS):
14112 Move to c-objc-common.h.
14113 * c-objc-common.c: Include c-objc-common.h.
14114 * c-objc-common.h: New file.
14115
14116 2004-08-15 Andreas Tobler <a.tobler@schweiz.ch>
14117 Andrew Pinski <pinskia@physics.uc.edu>
14118
14119 PR target/14931
14120 * config/rs6000/darwin-tramp.asm (L_abort$stub): Change to new stub
14121 style.
14122
14123 2004-08-15 Nathan Sidwell <nathan@codesourcery.com>
14124
14125 * tree.h (build_int_cst): New.
14126 (build_int_2): Remove.
14127 * tree.c (build_int_2): Remove.
14128 (build_int_cst): New.
14129 (make_vector_type, build_common_tree_nodes,
14130 build_common_tree_nodes_2): Use build_int_cst.
14131 * builtins.c (expand_builtin_prefetch, expand_builtin_strstr,
14132 expand_builtin_strpbrk, expand_builtin_fputs,
14133 build_string_literal, expand_builtin_printf,
14134 expand_builtin_sprintf, fold_builtin_lround, fold_builtin_bitop,
14135 fold_builtin_bitop, fold_builtin_isascii, fold_builtin_toascii,
14136 fold_builtin_isdigit, simplify_builtin_strstr,
14137 simplify_builtin_strpbrk, fold_builtin_fputs,
14138 simplify_builtin_sprintf): Use build_int_cst.
14139 * c-common.c (start_fname_decls, fix_string_type,
14140 c_common_nodes_and_builtins, c_init_attributes,
14141 shorten_compare): Likewise.
14142 * c-decl.c (complete_array_type,
14143 check_bitfield_type_and_width): Likewise.
14144 * c-lex.c (interpret_integer, lex_charconst): Likewise.
14145 * c-parse.in (primary): <TYPES_COMPATIBLE_P> Likewise.
14146 * c-pretty-print.c (pp_c_integer_constant): Likewise.
14147 * c-typeck.c (really_start_incremental_init, push_init_level,
14148 set_nonincremental_init_from_string): Likewise.
14149 * calls.c (load_register_parameters): Likewise.
14150 * convert.c (convert_to_pointer): Likewise.
14151 * coverage.c (coverage_counter_alloc, tree_coverage_counter_ref,
14152 build_fn_info_type, build_ctr_info_value, build_gcov_info):
14153 Likewise.
14154 * except.c (init_eh, assign_filter_values, assign_filter_values):
14155 Likewise.
14156 * expmed.c (store_fixed_bit_field, extract_bit_field,
14157 extract_fixed_bit_field, extract_split_bit_field, expand_shift,
14158 expand_mult_const, expand_mult_highpart_adjust, extract_high_half,
14159 expand_sdiv_pow2, expand_divmod, make_tree): Likewise.
14160 * expr.c (convert_move, emit_group_load, emit_group_store,
14161 expand_assignment, store_constructor, store_field,
14162 expand_expr_real_1, reduce_to_bit_field_precision): Likewise.
14163 * fold-const.c (force_fit_type, int_const_binop, fold_convert_const,
14164 invert_truthvalue, optimize_bit_field_compare,
14165 decode_field_reference, all_ones_mask_p, constant_boolean_node,
14166 fold_div_compare, fold, fold_read_from_constant_string,
14167 fold_negate_const, fold_abs_const, fold_not_const): Likewise.
14168 * function.c (assign_parm_setup_block): Likewise.
14169 * stmt.c (shift_return_value, expand_end_case_type,
14170 estimate_case_costs): Likewise.
14171 * stor-layout.c (layout_type, initialize_sizetypes,
14172 set_min_and_max_values_for_integral_type): Likewise.
14173 * tree-chrec.c (chrec_fold_multiply_poly_poly,
14174 reset_evolution_in_loop): Likewise.
14175 * tree-chrec.h (build_polynomial_chrec): Likewise.
14176 * tree-complex.c (build_replicated_const): Likewise.
14177 * tree-eh.c (honor_protect_cleanup_actions,
14178 lower_try_finally_onedest, lower_try_finally_copy,
14179 lower_try_finally_switch): Likewise.
14180 * tree-mudflap.c (mf_build_string, mx_register_decls,
14181 mudflap_register_call, mudflap_enqueue_constant): Likewise.
14182 * tree-nested.c (get_trampoline_type, get_nl_goto_field): Likewise.
14183 * tree-pretty-print.c (dump_generic_node): Likewise.
14184 * tree-ssa-ccp.c (widen_bitfield, maybe_fold_offset_to_array_ref):
14185 Likewise.
14186 * tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Likewise.
14187 * tree-ssa-loop-niter.c (number_of_iterations_cond,
14188 loop_niter_by_eval, upper_bound_in_type, lower_bound_in_type):
14189 Likewise.
14190
14191 * config/alpha/alpha.c (alpha_initialize_trampoline,
14192 alpha_va_start, alpha_gimplify_va_arg_1): Use build_int_cst.
14193 * config/arm/arm.c (arm_get_cookie_size): Likewise.
14194 * config/c4x/c4x.c (c4x_gimplify_va_arg_expr): Likewise.
14195 * config/i386/i386.c (ix86_va_start, ix86_gimplify_va_arg): Likewise.
14196 * config/i860/i860.c (i860_va_start): Likewise.
14197 * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
14198 * config/mips/mips.c (mips_build_builtin_va_list, mips_va_start,
14199 mips_gimplify_va_arg_expr): Likewise.
14200 * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
14201 * config/rs6000/rs6000.c (rs6000_va_start, rs6000_gimplify_va_arg,
14202 add_compiler_branch_island): Likewise.
14203 * config/s390/s390.c (s390_va_start): Likewise.
14204 * config/sh/sh.c (sh_va_start): Likewise.
14205 * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start):
14206 Likewise.
14207 * config/xtensa/xtensa.c (xtensa_va_start,
14208 xtensa_gimplify_va_arg_expr): Likewise.
14209
14210 * objc/objc-act.c (build_objc_string_object,
14211 build_objc_symtab_template, init_def_list, init_objc_symtab,
14212 init_module_descriptor, generate_static_references,
14213 build_selector_translation_table, get_proto_encoding,
14214 build_typed_selector_reference, build_selector_reference,
14215 build_next_objc_exception_stuff,
14216 build_method_prototype_list_template, generate_descriptor_table,
14217 generate_protocols, build_protocol_initializer,
14218 build_ivar_list_template, build_method_list_template,
14219 build_ivar_list_initializer, generate_ivars_list,
14220 generate_dispatch_table, generate_protocol_list,
14221 build_category_initializer, build_shared_structure_initializer,
14222 generate_shared_structures, handle_impent,
14223 generate_objc_image_info): Use build_int_cst.
14224
14225 2004-08-15 Ben Elliston <bje@au.ibm.com>
14226
14227 * vec.h: Comment improvements.
14228
14229 2004-08-14 Roger Sayle <roger@eyesopen.com>
14230
14231 * c-common.c (shorten_compare, pointer_int_sum,
14232 c_common_truthvalue_conversion, boolean_increment): Replace calls
14233 to build with calls to buildN.
14234 * c-decl.c (complete_array_type, grokdeclarator): Likewise.
14235 * c-gimplify.c (c_build_bind_expr, gimplify_c_loop,
14236 gimplify_switch_stmt): Likewise.
14237 * c-typeck.c (default_function_array_conversion,
14238 build_component_ref, build_array_ref, build_function_call,
14239 pointer_diff, build_unary_op, build_conditional_expr,
14240 build_compound_expr, build_modify_expr, c_finish_goto_label,
14241 c_finish_goto_ptr, c_finish_return, c_finish_loop,
14242 c_finish_bc_stmt, c_finish_stmt_expr, c_end_compound_stmt,
14243 build_binary_op): Likewise.
14244
14245 2004-08-15 Steven Bosscher <stevenb@suse.de>
14246
14247 * rtl.c (note_insn_name): Add NOTE_DISABLE_SCHED_OF_BLOCK.
14248
14249 2004-08-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14250
14251 * fixinc/inclhack.def (stdio_va_list): Also fix com_err.h, cps.h,
14252 curses.h, krb5.h, lc_core.h, pfmt.h, wchar.h and curses_colr/curses.h.
14253 * fixinc/fixincl.x: Rebuilt.
14254
14255 2004-08-14 Richard Sandiford <rsandifo@redhat.com>
14256
14257 * config/mips/mips-protos.h (mips_symbolic_constant_p)
14258 (mips_atomic_symbolic_constant_p, mips_stack_address_p)
14259 (mips_small_data_pattern_p): Declare.
14260 * config/mips/mips.h (CONST_GP_P): Moved from mips.c.
14261 (PREDICATE_CODES, SPECIAL_MODE_PREDICATES): Delete.
14262 * config/mips/mips.c (mips_symbolic_constant_p): Make global.
14263 (mips_atomic_symbolic_constant_p, mips_stack_address_p): New functions.
14264 (uns_arith_operand, const_arith_operand, arith_operand, sle_operand)
14265 (sleu_operand, small_int, reg_or_0_operand, const_float_1_operand)
14266 (reg_or_const_float_1_operand, hilo_operand, extend_operator)
14267 (macc_msac_operand, equality_op, cmp_op, trap_cmp_op)
14268 (pc_or_label_operand, call_insn_operand, move_operand)
14269 (consttable_operand, symbolic_operand, general_symbolic_operand)
14270 (global_got_operand, local_got_operand, stack_operand)
14271 (fp_register_operand, lo_operand, fcc_register_operand): Delete.
14272 (mips_small_data_pattern_1): Renamed from small_data_pattern_1.
14273 (mips_small_data_pattern_p): Replace previous small_data_pattern
14274 predicate. Turn into a bool () (rtx) function.
14275 * config/mips/predicates.md: New file.
14276 * config/mips/mips.md: Include it. Use the target-independent
14277 comparison_operator instead of cmp_op. Rename trap_cmp_op to
14278 trap_comparison_operator and equality_op to equality_operator.
14279 Replace uses of small_int with the equivalent const_arith_operand.
14280 Rename reg_or_const_float_1_operand to reg_or_1_operand. Rename
14281 const_float_1_operand to const_1_operand. Rename fcc_register_operand
14282 to fcc_reload_operand.
14283 * config/mips/sb1.md: Rename fp_register_operand to fpr_operand.
14284
14285 2004-08-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14286
14287 PR libstdc++/17005 partial fix.
14288 * pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Define _INCLUDE__STDC_A1_SOURCE
14289 except when generating ANSI/C89 code.
14290
14291 2004-08-14 Nathan Sidwell <nathan@codesourcery.com>
14292
14293 * c-common.c (shorten_compare): Use force_fit_type directly.
14294
14295 2004-08-14 Gerald Pfeifer <gerald@pfeifer.com>
14296 Dimitri Papadopoulos-Orfanos <papadopo@shfj.cea.fr>
14297 Dave Korn <dk@artimi.com>
14298
14299 * doc/install.texi (Building): Avoid duplicate reference to GNU
14300 make requirement.
14301 (*-*-solaris2*): Do not recommend GNU make any longer. Simplify.
14302
14303 2004-08-14 Richard Henderson <rth@redhat.com>
14304
14305 * config/alpha/alpha.h (PROMOTE_MODE): Don't promote vector types.
14306 * config/alpha/alpha.c (function_value): Use PROMOTE_MODE.
14307
14308 2004-08-13 Richard Henderson <rth@redhat.com>
14309
14310 * config/i386/i386.md (call_1, sibcall_1, call_1_rex64): Use Pmode
14311 for constant_call_address_operand.
14312 (call_value_pop_1, call_value_1): Likewise.
14313 (sibcall_value_1, call_value_1_rex64): Likewise.
14314
14315 2004-08-13 James E Wilson <wilson@specifixinc.com>
14316
14317 * config/mips/sb1.md (ir_sb1_divdf_2pipes, ir_sb1_divdf_1pipe):
14318 Correct mode from SFmode to DFmode.
14319
14320 2004-08-13 Ziemowit Laski <zlaski@apple.com>
14321
14322 * config/darwin.h (EXTRA_SECTION_FUNCTIONS): Mark the __sel_fixup,
14323 __cstring_object and __image_info sections with the no_dead_strip
14324 attribute.
14325
14326 2004-08-13 Roger Sayle <roger@eyesopen.com>
14327 David Billinghurst <David.Billinghurst@riotinto.com>
14328
14329 PR libgfortran/15930
14330 * fixinc/inclhack.def (irix___generic1, irix___generic2): New.
14331 * fixinc/fixincl.x: Regenerate.
14332 * fixinc/tests/base/internal/math_core.h: New file.
14333
14334 2004-08-13 Richard Henderson <rth@redhat.com>
14335
14336 * dbxout.c (NO_DBX_FUNCTION_END): Default to zero.
14337 (dbxout_function_end): Remove ifdefs for it.
14338 (dbxout_begin_prologue): Protect N_BNSYM with it, and gdb extensions.
14339
14340 2004-08-13 Richard Henderson <rth@redhat.com>
14341
14342 * Makefile.in (insn-preds.o): Depend on TREE_H.
14343 * genpreds.c (write_insn_preds_c): Include tree.h.
14344 * config/alpha/alpha.c (reg_or_0_operand, reg_or_6bit_operand,
14345 reg_or_8bit_operand, cint8_operand, add_operand, sext_add_operand,
14346 const48_operand, and_operand, or_operand, mode_width_operand,
14347 mode_mask_operand, mul8_operand, const0_operand,
14348 hard_fp_register_operand, hard_int_register_operand,
14349 reg_or_cint_operand, some_operand, some_ni_operand, input_operand,
14350 samegp_function_operand, direct_call_operand, small_symbolic_operand,
14351 global_symbolic_operand, call_operand, symbolic_operand,
14352 dtp16_symbolic_operand, dtp32_symbolic_operand,
14353 gotdtp_symbolic_operand, tp16_symbolic_operand, tp32_symbolic_operand,
14354 gottp_symbolic_operand, alpha_comparison_operator,
14355 alpha_zero_comparison_operator, alpha_swapped_comparison_operator,
14356 signed_comparison_operator, alpha_fp_comparison_operator,
14357 divmod_operator, fix_operator, aligned_memory_operand,
14358 unaligned_memory_operand, reg_or_unaligned_mem_operand,
14359 any_memory_operand, reg_not_elim_operand, normal_memory_operand,
14360 reg_no_subreg_operand, addition_operation): Move to predicates.md.
14361 (reg_or_const_int_operand): Remove. Replace all users with
14362 reg_or_cint_operand.
14363 (tls_symbolic_operand_1): Export. Don't check mode or for CONST.
14364 (resolve_reload_operand): Split out of aligned_memory_operand.
14365 * config/alpha/alpha-protos.h: Update for exports.
14366 * config/alpha/alpha.h (PREDICATE_CODES): Remove.
14367 * config/alpha/alpha.md: Include predicates.md.
14368 * config/alpha/predicates.md: New file.
14369
14370 2004-08-13 Richard Sandiford <rsandifo@redhat.com>
14371
14372 * genattrtab.c (insn_ent): Replace insn_code, insn_index and lineno
14373 fields with a pointer to the instruction definition.
14374 (get_attr_value, fill_attr, make_length_attrs, remove_insn_ent)
14375 (insert_insn_ent, simplify_test_exp, optimize_attrs, write_attr_get)
14376 (write_attr_case, write_const_num_delay_slots): Update accordingly.
14377 (write_attr_case, write_const_num_delay_slots): Write the name of
14378 an insn next to its case statement.
14379 * genoutput.c (data): Add a filename field.
14380 (gen_insn, gen_peephole, gen_expand, gen_split): Set it.
14381 (output_insn_data): Print the location of each insn definition.
14382 * genrecog.c (write_action): Print the name of an insn above
14383 the statement that returns its code.
14384
14385 2004-08-12 Andrew Pinski <pinskia@physics.uc.edu>
14386
14387 * config/darwin-c.c (find_subframework_file): Fix spelling of cannot.
14388 * config/libgloss.h: Likewise.
14389 * config/arm/arm.c (arm_gen_load_multiple): Likewise.
14390 * c4x/c4x-modes.def: Likewise.
14391 * config/c4x/c4x.c (c4x_hard_regno_rename_ok): Likewise.
14392 (c4x_rptb_nop_p): Likewise.
14393 (c4x_rptb_valid_p): Likewise.
14394 (c4x_rptb_insert): Likewise.
14395 (c4x_address_conflict): Likewise.
14396 * config/c4x/c4x.md: Likewise.
14397 * config/frv/frv.md: Likewise.
14398 * config/i386/athlon.md: Likewise.
14399 * config/i386/i386.md: Likewise.
14400 * config/i386/predicates.md: Likewise.
14401 * config/ia64/ia64.c: Likewise.
14402 * config/ia64/itanium1.md: Likewise.
14403 * config/ia64/itanium2.md: Likewise.
14404 * config/iq2000/iq2000.md: Likewise.
14405 * config/mcore/mcore.c: Likewise.
14406 * config/mips/mips.c: Likewise.
14407 * config/mips/r3900.h: Likewise.
14408 * config/mips/sb1.md: Likewise.
14409 * config/pa/milli64.S: Likewise.
14410 * config/pa/pa.c: Likewise.
14411 * config/pa/pa.h: Likewise.
14412 * config/rs6000/8540.md: Likewise.
14413
14414 2004-08-13 Daniel Berlin <dberlin@dberlin.org>
14415
14416 * Makefile.in (BOOT_CFLAGS): Remove accidental addition of -dU.
14417
14418 2004-08-13 J"orn Rennecke <joern.rennecke@superh.com>
14419
14420 * sh.md (cbranch define_delay) Use cond_delay_slot for
14421 non-anulled condition too.
14422
14423 2004-08-12 David Edelsohn <edelsohn@gnu.org>
14424
14425 * config/rs6000/rs6000.c (any_parallel_operand): New predicate.
14426 * config/rs6000/rs6000.h (PREDICATE_CODES): Add
14427 any_parallel_operand, lmw_operation, stmw_operation,
14428 mfcr_operation, mtcrf_operation. Remove PARALLEL from any_operand.
14429 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Use
14430 any_parallel_operand.
14431 (return_and_restore_fpregs_{si,di}): Same.
14432
14433 2004-08-12 Zack Weinberg <zack@codesourcery.com>
14434
14435 * genrecog.c (add_to_sequence): When processing a MATCH_PARALLEL,
14436 if pred->singleton != PARALLEL, issue a warning and pretend it was.
14437 Also issue a warning for any predicate we don't know about.
14438
14439 2004-08-12 Richard Henderson <rth@redhat.com>
14440
14441 * config/i386/i386.c (internal_label_prefix): Export.
14442 (internal_label_prefix_len, struct ix86_address,
14443 ix86_decompose_address, maybe_get_pool_constant,
14444 ix86_fp_compare_code_to_integer, ix86_fp_comparison_codes,
14445 memory_address_length): Export.
14446 (any_fp_register_operand, fp_register_operand,
14447 register_and_not_any_fp_reg_operand, register_and_not_fp_reg_operand,
14448 x86_64_general_operand, x86_64_szext_general_operand,
14449 x86_64_nonmemory_operand, x86_64_movabs_operand,
14450 x86_64_szext_nonmemory_operand, x86_64_immediate_operand,
14451 x86_64_zext_immediate_operand, const_int_1_31_operand,
14452 symbolic_operand, pic_symbolic_operand, local_symbolic_operand,
14453 tls_symbolic_operand, global_dynamic_symbolic_operand,
14454 local_dynamic_symbolic_operand, initial_exec_symbolic_operand,
14455 local_exec_symbolic_operand, call_insn_operand, sibcall_insn_operand,
14456 constant_call_address_operand, const0_operand, const1_operand,
14457 const248_operand, const_0_to_3_operand, const_0_to_7_operand,
14458 const_0_to_15_operand, const_0_to_255_operand, incdec_operand,
14459 shiftdi_operand, reg_no_sp_operand, mmx_reg_operand,
14460 general_no_elim_operand, nonmemory_no_elim_operand,
14461 index_register_operand, q_regs_operand, flags_reg_operand,
14462 non_q_regs_operand, zero_extended_scalar_load_operand,
14463 vector_move_operand, no_seg_address_operand, sse_comparison_operator,
14464 ix86_comparison_operator, ix86_carry_flag_operator,
14465 fcmov_comparison_operator, promotable_binary_operator,
14466 cmp_fp_expander_operand, ext_register_operand, binary_fp_operator,
14467 mult_operator, div_operator, arith_or_logical_operator,
14468 memory_displacement_operand, cmpsi_operand, long_memory_operand,
14469 aligned_operand): Move to predicates.md as define_predicates.
14470 (tls_symbolic_operand_1): Remove.
14471 (x86_64_sign_extended_value): Merge into x86_64_immediate_operand.
14472 (x86_64_zero_extended_value): Merge into x86_64_zext_immediate_operand.
14473 (legitimize_address): Merge tls_symbolic_operand contents.
14474 (ix86_expand_move): Likewise.
14475 * config/i386/i386-protos.h: Update for exports.
14476 * config/i386/i386.h (EXTRA_CONSTRAINT): Update for renames.
14477 (PREDICATE_CODES, SPECIAL_MODE_PREDICATES): Remove.
14478 * config/i386/i386.md: Include predicates.md.
14479 * config/i386/predicates.md: New file.
14480
14481 2004-08-13 Mark Mitchell <mark@codesourcery.com>
14482
14483 PR c++/16924
14484 * config/i386/winnt.c (i386_pe_mark_dllexport): Set
14485 SYMBOL_REF_DECL.
14486 (i386_pe_mark_dllimport): Likewise.
14487 (i386_pe_encode_section_info): Likewise, when overriding
14488 dllimport attribute.
14489
14490 2004-08-12 Geoffrey Keating <geoffk@apple.com>
14491
14492 * configure.ac: When testing for flex, nm, ar, and bison, check
14493 that they will actually be built.
14494 * configure: Regenerate.
14495
14496 2004-08-12 Ulrich Weigand <uweigand@de.ibm.com>
14497
14498 * config/s390/s390.h (MAX_FIXED_MODE_SIZE): Define.
14499 (MOVE_MAX_PIECES): Define.
14500
14501 2004-08-12 Devang patel <dpatel@apple.com>
14502
14503 * dbxout.c (dbxout_begin_prologue): New function.
14504 (dbx_debug_hooks): Use new begin prologue hook.
14505 (dbxout_function_end): Emit N_ENSYM.
14506 * stab.def (N_BNSYM, N_ENSYM): Define and document these two new stabs.
14507
14508 2004-08-12 Janis Johnson <janis187@us.ibm.com>
14509
14510 * config/rs6000/altivec.h (vec_dst): Fix C++ functions whose first
14511 argument is float*.
14512
14513 * config/rs6000/rs6000.c (altivec_init_builtins): Fix argument type
14514 for vec_dss.
14515
14516 * doc/extend.texi (AltiVec builtins): Fix description for recent
14517 changes. Update operation list to match current support.
14518
14519 2004-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
14520
14521 * config/s390/s390.c (struct s390_frame_layout): New struct as element
14522 of struct machine_function.
14523 (cfun->machine->frame_size): Moved into cfun->machine->frame_layout and
14524 changed all uses.
14525 (cfun->machine->save_fprs_p): Replaced by cfun_save_high_fprs and
14526 changed all uses.
14527 (cfun_frame_layout, cfun_save_high_fprs_p, cfun_gprs_save_area_size)
14528 (cfun_set_fpr_bit, cfun_fpr_bit_p): New macros.
14529 (s390_frame_area, s390_register_info): New functions.
14530 (s390_optimize_prolog): Renamed to s390_optimize_prologue. Added check
14531 for base register.
14532 (s390_return_addr_rtx, s390_return_address_offset)
14533 (s390_va_start, s390_gimplify_va_arg)
14534 (s390_emit_prologue, s390_emit_epilogue): Adjusted for new stack
14535 layouts.
14536 (s390_frame_info): Functionality partly moved to s390_register_info.
14537 Made adaptions for new stack layout.
14538 (save_gprs, restore_gprs): Changed meaning of second parameter and
14539 adapted all callers.
14540
14541 * config/s390/s390.h (s390_backchain_string): New global variable.
14542 (MASK_BACKCHAIN): Removed definition.
14543 (TARGET_BACKCHAIN): Changed check.
14544 (TARGET_KERNEL_BACKCHAIN): New macro.
14545 (TARGET_SWITCHES): Removed entries of "backchain" and "no-backchain".
14546 (TARGET_OPTIONS): Added "backchain", "no-backchain" and
14547 "kernel-backchain".
14548 (DYNAMIC_CHAIN_ADDRESS): Adjusted for new stack layouts.
14549
14550 * config/s390/s390.md ("allocate_stack"): Added TARGET_KERNEL_BACKCHAIN
14551 as condition. Adjusted for new stack layout.
14552
14553 * doc/invoke.texi: Added documentation for new option
14554 "-mkernel-backchain" and adjusted documentation of "-mbackchain" and
14555 "-mno-backchain".
14556
14557 2004-08-12 Paul Brook <paul@codesourcery.com>
14558
14559 * config/arm/lib1funcs.asm (ARM_FUNC_ALIAS): Also alias _L__name.
14560 (aeabi_uidivmod, aeabi_idivmod): Provide thumb implementation.
14561
14562 2004-08-12 David Daney <ddaney@avtrex.com>
14563
14564 * java/gcj.texi: Add subsection on signal usage.
14565
14566 2004-08-12 David Edelsohn <edelsohn@gnu.org>
14567
14568 * expr.c (move_by_pieces): Set alignment for move to minimum of
14569 MOVE_MAX_PIECES mode alignment and the largest non-slow mode
14570 alignment, but not less than the original alignment.
14571 (move_by_pieces_ninsns): Same.
14572 (can_store_by_pieces): Similar for store with STORE_MAX_PIECES.
14573 (store_by_pieces_1): Same.
14574
14575 2004-08-12 Diego Novillo <dnovillo@redhat.com>
14576
14577 PR tree-optimization/16867
14578 * tree.c (is_global_var): New function.
14579 (needs_to_live_in_memory): Check for TREE_ADDRESSABLE.
14580 Call is_global_var.
14581 * tree.h (DECL_NEEDS_TO_LIVE_IN_MEMORY_INTERNAL): Remove.
14582 Update all users.
14583 (is_global_var): Declare.
14584 * tree-dfa.c (dump_variable): Display global and addressable
14585 attributes.
14586 (add_referenced_var): Clarify documentation when marking
14587 variables call-clobbered.
14588 * tree-flow-inline.h (is_call_clobbered): Call is_global_var
14589 instead of needs_to_live_in_memory.
14590 (mark_call_clobbered): If the variable is a tag, mark it
14591 DECL_EXTERNAL.
14592 * tree-gimple.c (is_gimple_reg): Don't check for
14593 TREE_ADDRESSABLE.
14594 (is_gimple_non_addressable): Likewise.
14595 * tree-ssa-alias.c (get_nmt_for): Always check whether the tag
14596 needs to be marked call-clobbered.
14597 (setup_pointers_and_addressables): Call is_global_var instead
14598 of needs_to_live_in_memory.
14599 * tree-ssa-dce.c (need_to_preserve_store): Remove.
14600 Update all users with is_global_var.
14601 (mark_stmt_if_obviously_necessary): Fix processing of aliased
14602 stores. Don't check the virtual definitions. Rather, check
14603 whether the store is going into global memory.
14604 (find_obviously_necessary_stmts): Get the symbol from the PHI
14605 result.
14606 * tree-ssa-operands.c (get_call_expr_operands): Do not add
14607 clobbering may-defs if the call does not have side effects.
14608
14609 2004-08-12 Jakub Jelinek <jakub@redhat.com>
14610
14611 PR c++/16276
14612 * output.h (default_function_rodata_section,
14613 default_no_function_rodata_section): New prototypes.
14614 * target.h (struct gcc_target): Add asm_out.function_rodata_section.
14615 * target-def.h (TARGET_ASM_FUNCTION_RODATA_SECTION): Define.
14616 (TARGET_ASM_OUT): Add it.
14617 * varasm.c (default_function_rodata_section,
14618 default_no_function_rodata_section): New functions.
14619 * final.c (final_scan_insn): Call
14620 targetm.asm_out.function_rodata_section instead of
14621 readonly_data_section.
14622 * config/darwin.h (TARGET_ASM_FUNCTION_RODATA_SECTION): Define.
14623 * config/mcore/mcore.c (TARGET_ASM_FUNCTION_RODATA_SECTION): Likewise.
14624 * config/ip2k/ip2k.c (TARGET_ASM_FUNCTION_RODATA_SECTION): Likewise.
14625 * config/rs6000/xcoff.h (TARGET_ASM_FUNCTION_RODATA_SECTION):
14626 Likewise.
14627 * config/alpha/alpha.c (TARGET_ASM_FUNCTION_RODATA_SECTION): Likewise.
14628 * config/i386/cygming.h (TARGET_ASM_FUNCTION_RODATA_SECTION):
14629 Likewise.
14630 * config/i386/i386-interix.h (TARGET_ASM_FUNCTION_RODATA_SECTION):
14631 Likewise.
14632 * config/arm/pe.h (TARGET_ASM_FUNCTION_RODATA_SECTION): Likewise.
14633 * config/avr/avr.c (TARGET_ASM_FUNCTION_RODATA_SECTION): Likewise.
14634 * doc/tm.texi (TARGET_ASM_FUNCTION_RODATA_SECTION): Document.
14635
14636 2004-08-12 Paul Brook <paul@codesourcery.com>
14637
14638 * dwarf2out.h (dwarf2out_frame_finish): Conditionalize outputting eh
14639 frame info.
14640 * doc/tm.texi: Document interaction between TARGET_UNWIND_INFO and
14641 DWARF2_UNWIND_INFO.
14642
14643 2004-08-12 Ben Elliston <bje@au.ibm.com>
14644
14645 PR target/16286
14646 * config/rs6000/altivec.h: Change vector to __vector throughout.
14647 (Except for the `vector' macro itself).
14648
14649 2004-08-12 Zack Weinberg <zack@codesourcery.com>
14650
14651 * genpreds.c: Add capability to generate predicate bodies as
14652 well as function prototypes. Write function prototypes for
14653 the generic predicates too.
14654 (process_define_predicate, write_tm_preds_h, write_insn_preds_c)
14655 (write_predicate_subfunction, mark_mode_tests, add_mode_tests)
14656 (write_match_code, write_predicate_expr, write_one_predicate_function)
14657 (parse_option): New functions.
14658 (output_predicate_decls): Delete.
14659 (main): Read the machine description, process DEFINE_PREDICATE or
14660 DEFINE_SPECIAL_PREDICATE patterns, write tm-preds.h or insn-preds.c
14661 as appropriate.
14662
14663 * genrecog.c (struct decision_test): Replace index with
14664 struct pred_data pointer.
14665 (next_index): Remove, unused.
14666 (pred_table, preds, special_mode_pred_table): Delete.
14667 (compute_predicate_codes, process_define_predicate): New functions.
14668 (validate_pattern, add_to_sequence, write_switch): Update for
14669 new data structures.
14670 (main): Handle DEFINE_PREDICATE and DEFINE_SPECIAL_PREDICATE.
14671 Check both error_count and have_error.
14672
14673 * gensupport.c (in_fname, first_predicate): New globals.
14674 (define_pred_queue, define_pred_tail): New RTL-pattern queue.
14675 (predicate_table, last_predicate, old_pred_table)
14676 (old_special_pred_table): New statics.
14677 (hash_struct_pred_data, eq_struct_pred_data, lookup_predicate)
14678 (add_predicate, init_predicate_table): New functions.
14679 (process_rtx): Handle DEFINE_PREDICATE and DEFINE_SPECIAL_PREDICATE.
14680 (init_md_reader_args_cb): Use the global in_fname. No need to zero
14681 it or max_include_len. Call init_predicate_table.
14682 (read_rtx): Run the predicate queue after the attribute queue
14683 but before all the others.
14684 * gensupport.h (in_fname, struct pred_data, first_predicate)
14685 (lookup_predicate, add_predicate, FOR_ALL_PREDICATES): Declare.
14686 * rtl.def (MATCH_CODE, MATCH_TEST, DEFINE_PREDICATE)
14687 (DEFINE_SPECIAL_PREDICATE): New RTL codes.
14688 * dummy-conditions.c: Don't include bconfig.h, system.h,
14689 coretypes.h, tm.h, or system.h. Do include stddef.h.
14690 Duplicate declaration of struct c_test from gensupport.h.
14691
14692 * Makefile.in (OBJS-common): Add insn-preds.o.
14693 (STAGESTUFF, .PRECIOUS): Add insn-preds.c.
14694 (insn-preds.c, insn-preds.o): New rules.
14695 (s-preds): Also generate insn-preds.c.
14696 (dummy-conditions.o, genpreds$(build_exeext), genpreds.o):
14697 Update dependencies.
14698 (print-rtl.o, print-rtl1.o): Correct dependencies.
14699
14700 * recog.h: Delete prototypes of predicate functions.
14701
14702 * doc/md.texi (Predicates): New section with complete
14703 documentation of operand/operator predicates. Remove some
14704 incomplete documentation of predicates from other places.
14705 * doc/tm.texi (Misc): Move SPECIAL_MODE_PREDICATES next to
14706 PREDICATE_CODES; indicate that both are deprecated in favor
14707 of define_predicate/define_special_predicate.
14708
14709 * config/ia64/ia64.c: All predicate function definitions moved
14710 to ia64.md, except
14711 (small_addr_symbolic_operand, tls_symbolic_operand): Delete.
14712 (ia64_expand_load_address, ia64_expand_move):
14713 Check SYMBOL_REF_TLS_MODEL directly, don't use tls_symbolic_operand.
14714
14715 * config/ia64/ia64.md: All predicates now defined here.
14716 (symbolic_operand): Is now a special predicate.
14717
14718 * config/ia64/ia64.h: Declare ia64_section_threshold.
14719 (PREDICATE_CODES): Delete.
14720
14721 2004-08-12 Richard Henderson <rth@redhat.com>
14722
14723 * c-common.h (STATEMENT_LIST_HAS_LABEL): New.
14724 * c-semantics.c (add_stmt): Set it.
14725 * c-decl.c (finish_decl): Use it to create a new BIND_EXPR
14726 before instantiating a variable sized type.
14727
14728 2004-08-12 Richard Henderson <rth@redhat.com>
14729
14730 * stor-layout.c (round_up, round_down): Move ...
14731 * fold-const.c (round_up, round_down): ... here. Use
14732 multiple_of_p to avoid any arithmetic at all.
14733
14734 2004-08-12 Richard Henderson <rth@redhat.com>
14735
14736 * gimplify.c (struct gimplify_init_ctor_preeval_data): New.
14737 (gimplify_init_ctor_preeval_1): New.
14738 (gimplify_init_ctor_preeval): New.
14739 (gimplify_init_ctor_eval): New.
14740 (gimplify_init_constructor): Use them. Always gimplify the LHS
14741 object first.
14742
14743 2004-08-12 Ziemowit Laski <zlaski@apple.com>
14744
14745 (This patch is part of merge of objc-improvements-branch
14746 into mainline.)
14747
14748 * doc/frontends.texi: Mention Objective-C++ in addition to
14749 Objective-C.
14750 * doc/install.texi: Add 'obj-c++' to list of configurable
14751 languages.
14752 * doc/invoke.texi: Rename Objective-C option headings to
14753 indicate they also apply to Objective-C++. List file
14754 extensions for Objective-C++ sources. Mention that
14755 ObjC and ObjC++ compilations may also use C and C++ options,
14756 respectively. Point users to doc/standards.texi for
14757 further info on ObjC and ObjC++.
14758 * doc/sourcebuild.texi: Mention the objcp/ directory and
14759 the Objective-C++ sources it contains.
14760 * doc/standards.texi: Update link to Apple ObjC site;
14761 add link to gcc readings.html WWW doc.
14762
14763 2004-08-12 Alan Modra <amodra@bigpond.net.au>
14764
14765 * config/rs6000/rs6000.c (function_arg_padding): Revert 2004-07-28
14766 and 2004-07-14 changes.
14767
14768 2004-08-12 Paul Brook <paul@codesourcery.com>
14769
14770 * doc/invoke.texi: Fix typo.
14771
14772 2004-08-11 Devang Patel <dpatel@apple.com>
14773
14774 * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Add -dead_strip
14775 and -no_dead_strip_inits_and_terms.
14776 (LINK_SPEC): Same.
14777 * doc/invoke.texi (Darwin Options): Document -dead_strip and
14778 -no_dead_strip_inits_and_terms.
14779
14780 2004-08-11 Paul Brook <paul@codesourcery.com>
14781
14782 * config/arm/arm-protos.h (arm_finalize_pic) Rename ...
14783 (arm_load_pic_register): ... to this.
14784 * config/arm/arm.c (arm_finalize_pic): Rename ...
14785 (arm_load_pic_register): ... to this. Always output insns at the
14786 current location. Load via low reg in thumb mode.
14787 (arm_expand_prologue): Call arm_load_pic_register.
14788 (thumb_expand_prologue): Ditto.
14789 * config/arm/arm.h (FINALIZE_PIC): Remove.
14790 * config/arm/arm.md (builtin_setjmp_receiver): Call
14791 arm_load_pic_register.
14792
14793 2004-08-11 Paul Brook <paul@codesourcery.com>
14794
14795 * arm.c (thumb_force_lr_save): Add prototype.
14796 (thumb_compute_save_reg_mask): New function.
14797 (thumb_find_work_register): New function.
14798 (arm_get_frame_offsets): Use thumb_compute_save_reg_mask.
14799 (thumb_unexpanded_epilogue): Ditto. Remove redundant code.
14800 Don't clobber r3 when removing pretend args.
14801 (thumb_expand_prologue): Use thumb_compute_save_reg_mask.
14802 (thumb_output_function_prologue): Use new functions.
14803 (thumb_set_return_address): Use thumb_compute_save_reg_mask.
14804 * arm.h (THUMB_REG_PUSHED_P): Remove.
14805
14806 2004-08-11 James E Wilson <wilson@specifixinc.com>
14807
14808 PR rtl-optimization/16490
14809 * cfgrtl.c (cfg_layout_split_edge): Set global_live_at_start and
14810 global_live_at_end for new basic block if already set for other blocks.
14811
14812 2004-08-11 David Edelsohn <edelsohn@gnu.org>
14813
14814 * config/rs6000/rs6000.h (MAX_FIXED_MODE_SIZE): Define.
14815
14816 * config/rs6000/rs6000.md (mfcr rlwinm patterns): Set length to 8.
14817 (mfcr rlwinm rlwinm patterns): Set length to 12.
14818
14819 2004-08-11 Andrew MacLeod <amacleod@redhat.com>
14820
14821 * tree-flow-inline.h (get_def_ops, get_use_ops, get_v_may_def_ops,
14822 get_vuse_ops,get_v_must_def_ops): Add operand structure reference.
14823 (get_v_may_def_result_ptr, get_v_may_def_op_ptr): New access struct.
14824 (start_ssa_stmt_operands): Delete.
14825 * tree-flow.h (struct stmt_ann_d): Replace operand vectors with new
14826 struct stmt_operands_d.
14827 (build_ssa_operands): New extern entry point.
14828 * tree-ssa-dom.c (record_equivalences_from_stmt): Remove operand
14829 building code, replace with create_ssa_artficial_load_stmt().
14830 * tree-ssa-operands.c (struct voperands_d): Delete.
14831 (allocate_v_may_def_optype): Allocate v_may_def_operand_type_t vector.
14832 (allocate_v_must_def_optype): Use sizeof (tree), not sizeof (tree *).
14833 (free_uses, free_defs, free_vuses, free_v_may_defs,
14834 free_v_must_defs): Remove dealloc parameter.
14835 (remove_vuses, remove_v_may_def, remove_v_must_defs): Delete.
14836 (finalize_ssa_defs, finalize_ssa_uses, finalize_ssa_v_may_defs,
14837 finalize_ssa_vuses, finalize_ssa_v_must_defs): Perform all operand
14838 vector comparisons, ssa_name reuse, and allocations here.
14839 (verify_start_operands): Delete.
14840 (finalize_ssa_stmt_operands): Set new operands by calling finalize
14841 routines.
14842 (start_ssa_stmt_operands): Move from tree-flow-inline.h.
14843 (append_def, append_usei): Simplify to simple accumulation.
14844 (append_v_may_def, append_vuse, append_v_must_def): Simplify to avoiding
14845 duplicates and simple accumulation.
14846 (free_ssa_operands): Free vectors in a stmt_operand structure.
14847 (build_ssa_operands): New. Create a new stmt_operand structure from
14848 a stmt and an old set of stmt_operands.
14849 (get_stmt_operands): Simplify and call build_ssa_operands.
14850 (get_expr_operands, get_asm_expr_operands, get_indirect_ref_operands,
14851 get_call_expr_operands, add_stmt_operand, add_call_clobber_ops,
14852 add_call_read_ops): Don't pass prev_vops around anymore.
14853 (note_addressable): Return if no stmt annotation.
14854 (copy_virtual_operands): Access v_may_def operands through a struct.
14855 (create_ssa_artficial_load_stmt): New. Create a load stmt for DOM's
14856 hash tables without treating the stmt as a real stmt.
14857 * tree-ssa-operands.h (struct v_may_def_operand_type): New. Access
14858 v_may_def def and use through a struct instead of 2 array elements.
14859 (struct v_may_def_optype_d): Use v_may_def_operand_type.
14860 (struct stmt_operands_d): New. Struct for storing all operand vectors.
14861
14862 2004-08-11 Nick Clifton <nickc@redhat.com>
14863
14864 * config/arm/arm.c (arm_is_longcall_p): Update comment describing
14865 this funciton's behaviour. Return true when the current function
14866 has a section attribute and -mlong-calls is in effect.
14867 * config/arm/arm.h (ARM_DECLARE_FUNCTION_SIZE): Do not set the
14868 short-call marker when -mlong-calls is in effect and the function
14869 has a section attribute.
14870
14871 2004-08-10 Zack Weinberg <zack@codesourcery.com>
14872
14873 * stmt.c (expand_return): If asked to return the RESULT_DECL,
14874 just call expand_value_return on result_rtl.
14875
14876 2004-08-10 Richard Henderson <rth@redhat.com>
14877
14878 * builtins.def (BUILT_IN_STACK_ALLOC): Remove.
14879 * builtins.c (expand_builtin) <BUILT_IN_STACK_ALLOC>: Remove.
14880 * dwarf2out.c (loc_descriptor): Handle PARALLEL here ...
14881 (add_location_or_const_value_attribute): ... not here. Use
14882 loc_descriptor_from_tree if possible.
14883 (loc_descriptor_from_tree_1): Rename from loc_descriptor_from_tree.
14884 Simplify address handling. Handle DECL_VALUE_EXPR. Handle register
14885 values specially.
14886 (loc_descriptor_from_tree): New. Update callers.
14887 * expr.c (expand_var): Ignore DECL_VALUE_EXPR variables.
14888 * gimplify.c (gimplify_decl_expr): Lower variable sized types to
14889 pointer plus dereference. Set DECL_VALUE_EXPR. Set save_stack.
14890 (gimplify_call_expr): Do not recognize BUILT_IN_STACK_ALLOC
14891 and BUILT_IN_STACK_RESTORE.
14892 (gimplify_expr): Lower DECL_VALUE_EXPR decls.
14893 * stmt.c (expand_stack_alloc): Remove.
14894 * tree-mudflap.c (mx_register_decls): Don't look for
14895 BUILT_IN_STACK_ALLOC.
14896 * tree-nested.c (convert_local_reference): Likewise.
14897 * tree.h (DECL_VALUE_EXPR): New.
14898
14899 2004-08-10 Richard Henderson <rth@redhat.com>
14900
14901 * stor-layout.c (round_up): Check for 0/1 before dividing.
14902 (round_down): Likewise.
14903
14904 * tree-tailcall.c (suitable_for_tail_opt_p): Also check DECL_EXTERNAL.
14905
14906 2004-08-09 Mark Mitchell <mark@codesourcery.com>
14907
14908 * config.gcc (arm*-*-eabi*): New target.
14909 * defaults.h (TARGET_LIBGCC_FUNCS): New macro.
14910 (TARGET_LIB_INT_CMP_BIASED): Likewise.
14911 * expmed.c (expand_divmod): Try a two-valued divmod function as a
14912 last resort.
14913 * gthr.h: Remove bogus tokens at end of #pragma.
14914 * optabs.c (expand_twoval_binop_libfunc): New function.
14915 (prepare_cmp_insn): Handle the !TARGET_LIB_INT_CMP_BIASED case.
14916 (prepare_float_lib_cmp): Try reversing the condition.
14917 (debug_optab_libfuncs): New function.
14918 * optabs.h (expand_twoval_binop_libfunc): Declare.
14919 * config/arm/arm.c (arm_init_libfuncs): New function.
14920 (arm_compute_initial_eliminatino_offset): Return HOST_WIDE_INT.
14921 (TARGET_INIT_LIBFUNCS): Define it.
14922 * config/arm/arm.h (TARGET_BPABI): New macro.
14923 * config/arm/arm-protos.h
14924 (arm_compute_initial_elimination_offset): Return HOST_WIDE_INT.
14925 * config/arm/bpabi.S: New file.
14926 * config/arm/bpabi.c: Likewise.
14927 * config/arm/bpabi.h: Likewise.
14928 * config/arm/ieee754-df.S (__aeabi_dneg): New function or alias.
14929 (__aeabi_drsub): Likewise.
14930 (__aeabi_dsub): Likewise.
14931 (__aeabi_dadd): Likewise.
14932 (__aeabi_ui2d): Likewise.
14933 (__aeabi_i2d): Likewise.
14934 (__aeabi_f2d): Likewise.
14935 (__aeabi_dmul): Likewise.
14936 (__aeabi_ddiv): Likewise.
14937 (__aeabi_cdrcmple): Likewise.
14938 (__aeabi_cdcmpeq): Likewise.
14939 (__aeabi_cdcmple): Likewise.
14940 (__aeabi_dcmpeq): Likewise.
14941 (__aeabi_dcmplt): Likewise.
14942 (__aeabi_dcmple): Likewise.
14943 (__aeabi_dcmpge): Likewise.
14944 (__aeabi_dcmpgt): Likewise.
14945 (__aeabi_dcmpun): Likewise.
14946 (__aeabi_d2iz): Likewise.
14947 (__aeabi_d2uiz): Likewise.
14948 (__aeabi_d2f): Likewise.
14949 * config/arm/ieee754-sf.S (__aeabi_fneg): New function or alias.
14950 (__aeabi_frsub): Likewise.
14951 (__aeabi_fsub): Likewise.
14952 (__aeabi_fadd): Likewise.
14953 (__aeabi_ui2f): Likewise.
14954 (__aeabi_i2f): Likewise.
14955 (__aeabi_fmul): Likewise.
14956 (__aeabi_fdiv): Likewise.
14957 (__aeabi_cfrcmple): Likewise.
14958 (__aeabi_cfcmpeq): Likewise.
14959 (__aeabi_cfcmple): Likewise.
14960 (__aeabi_fcmpeq): Likewise.
14961 (__aeabi_fcmplt): Likewise.
14962 (__aeabi_fcmple): Likewise.
14963 (__aeabi_fcmpge): Likewise.
14964 (__aeabi_fcmpgt): Likewise.
14965 (__aeabi_fcmpun): Likewise.
14966 (__aeabi_f2iz): Likewise.
14967 (__aeabi_f2uiz): Likewise.
14968 * config/arm/lib1funcs.asm (ARM_CALL): New macro.
14969 (__aeabi_uidivmod): New function or alias.
14970 (__aeabi_idivmod): Likewise.
14971 (__aeabi_idiv0): Likewise.
14972 (__aeabi_ldiv0): Likewise.
14973 (__aeabi_llsr): Likewise.
14974 (__aeabi_lasr): Likewise.
14975 (__aeabi_llsl): Likewise.
14976 (bpabi.S): Include it.
14977 * config/arm/libgcc-bpabi.ver: New file.
14978 * config/arm/symbian.h (ARM_DEFAULT_ABI): Remove.
14979 (LINK_SPEC): Remove.
14980 * config/arm/t-arm-elf (LIB1ASMFUNCS): Add __aeabi_lcmp and
14981 __aeabi_ulcmp.
14982 * config/arm/t-bpabi: New file.
14983 * doc/tm.texi (TARGET_LIBGCC_FUNCS): New entry.
14984 (TARGET_LIB_INT_CMP_BIASED): Likewise.
14985
14986 2004-08-10 David Edelsohn <edelsohn@gnu.org>
14987
14988 * config/rs6000/rs6000-protos.h (expand_block_clear): Declare.
14989 * config/rs6000/rs6000.md (clrmemsi): New pattern.
14990 * config/rs6000/rs6000.c (expand_block_clear): New function.
14991 (expand_block_move): Convert alignment to bits. Use SImode and
14992 HImode for unaligned addresses if not STRICT_ALIGNMENT.
14993
14994 2004-08-10 Caroline Tice <ctice@apple.com>
14995
14996 * varasm.c (unlikely_section_label): New global variable.
14997 (unlikely_text_section_name): New global variable.
14998 (text_section): Remove alignment statement.
14999 (unlikely_text_section): Remove alignment statement; use
15000 unlikely_section_label rather than hard-coded string.
15001 (assemble_start_function): Initialize unlikely_section_label and
15002 unlikely_text_section_name; make sure cold section is properly
15003 aligned at start of function; output unlikely_section_label if
15004 appropriate.
15005
15006 2004-08-10 Ulrich Weigand <uweigand@de.ibm.com>
15007
15008 * config/s390/s390-protos.h (s390_canonicalize_comparison): Declare.
15009 * config/s390/s390.c (s390_canonicalize_comparison): New function.
15010 * config/s390/s390.h (CANONICALIZE_COMPARISON): Define.
15011 * config/s390/s390.md ("*tmdi_ext", "*tmsi_ext", "*tmqisi_ext",
15012 "*tmqidi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem"): Remove.
15013 ("*tmqi_mem"): Remove SUBREG from pattern.
15014 ("*anddi3_cconly"): Prevent accidentally matching TM pattern.
15015 ("*andsi3_cconly"): Likewise.
15016
15017 2004-08-10 H.J. Lu <hongjiu.lu@intel.com>
15018
15019 PR target/16909
15020 * config/i386/i386.md (*strsetdi_rex_1): Use DI instead of SI.
15021
15022 2004-08-10 Janis Johnson <janis187@us.ibm.com>
15023
15024 * doc/sourcebuild.texi (compat testing): Document available test
15025 framework commands. Use the preferred spelling of DejaGnu.
15026
15027 2004-08-10 Daniel Berlin <dberlin@dberlin.org>
15028
15029 * lambda.h: Add matrix type, and prototypes for remainder of
15030 matrix and vector functions.
15031 (lambda_vector_mult_const): New function.
15032 (lambda_vector_negate): Ditto.
15033 (lambda_vector_add): Ditto.
15034 (lambda_vector_add_mc): Ditto.
15035 (lambda_vector_copy): Ditto.
15036 (lambda_vector_zerop): Ditto.
15037 (lambda_vector_equal): Ditto.
15038 (lambda_vector_min_nz): Ditto.
15039 (lambda_vector_first_nz): Ditto.
15040 (lambda_vector_matrix_mult): Ditto.
15041 * lambda-mat.c: New file.
15042 * Makefile.in (lambda-mat.o): New.
15043
15044 2004-08-10 Andrew MacLeod <amacleod@redhat.com>
15045
15046 * tree-cfg.c (bsi_insert_before, bsi_insert_after): Call modify_stmt
15047 after linking stmt into the program.
15048 (bsi_remove): Don't call modify_stmt.
15049 * tree-complex.c (update_complex_assignment,
15050 expand_complex_comparison): Call modify_stmt after changing the stmt.
15051 * tree-outof-ssa.c (rewrite_trees): Call modify_stmt only if not
15052 removing the stmt.
15053 * tree-ssa-ccp.c (substitute_and_fold): Call modify_stmt after changing
15054 the stmt, and only if needed.
15055 * tree-ssa-dom.c (thread_across_edge): Pass no annotation for a dummy
15056 expression.
15057 (simplify_rhs_and_lookup_avail_expr): Don't take an annotation param.
15058 (simplify_cond_and_lookup_avail_expr): Use modify_stmt.
15059 (simplify_switch_and_lookup_avail_expr): Don't take an annotation param.
15060 (eliminate_redundant_computations): Don't pass an annotation. Call
15061 modify_stmt rather than setting the annotation directly.
15062 (record_equivalences_from_stmt): Remove unused local 'j'.
15063 (cprop_operand): Take a stmt rather than an annotation as a parameter.
15064 Call modify_stmt.
15065 (cprop_into_stmt): Pass stmt rather than annotation.
15066 (update_rhs_and_lookup_avail_expr): Call modify_stmt.
15067 * tree-ssa-loop-im.c (schedule_sm): Call get_stmt_ann rather than
15068 modify_stmt.
15069 * tree-ssa.c (propagate_into_addr): Dont call modify_stmt.
15070
15071 2004-08-10 Jason Merrill <jason@redhat.com>
15072
15073 PR middle-end/16948
15074 * function.c (expand_function_start): Handle DECL_BY_REFERENCE on
15075 the RESULT_DECL.
15076
15077 2004-08-10 Geoffrey Keating <geoffk@apple.com>
15078
15079 * tree-vn.c (val_expr_pair_expr_eq): Compare vuses, to match the
15080 hash function.
15081
15082 2004-08-10 Roger Sayle <roger@eyesopen.com>
15083
15084 * config/mips/mips.md: New reciprocal square root patterns that
15085 match sqrt(1.0/x) in addition to the existing 1.0/sqrt(x) insns.
15086
15087 2004-08-10 Paul Brook <paul@codesourcery.com>
15088
15089 * config/arm/arm-protos.h (arm_set_return_address,
15090 thumb_set_return_address): Add prototypes.
15091 * config/arm/arm.h (ARM_FT_EXCEPTION_HANDLER): Remove.
15092 * config/arm/arm.c (arm_compute_func_type,
15093 use_return_insn, arm_compute_save_reg0_reg12_mask,
15094 arm_compute_save_reg_mask, arm_output_function_prologue,
15095 arm_output_epilogue): Replace ARM_FT_EXCEPTION_HANDLER with
15096 current_function_calls_eh_return.
15097 (thumb_exit, thumb_pushpop, thumb_unexpanded_epilogue): Replace
15098 old eh code.
15099 (arm_set_return_address, thumb_set_return_address): New functions.
15100 * config/arm/arm.h (MUST_USE_SJLJ_EXCEPTIONS, DWARF2_UNWIND_INFO,
15101 ARM_EH_STACKADJ_REGNUM, EH_RETURN_STACKADJ_RTX): Define.
15102 * config/arm/arm.md (VUNSPEC_EH_RETURN): Add.
15103 (epilogue): Use the stackadj register.
15104 (eh_return, arm_eh_return, thumb_eh_return): New pattern.
15105
15106 2004-08-10 Jakub Jelinek <jakub@redhat.com>
15107
15108 PR target/3144
15109 * expr.c (move_by_pieces_ninsns): Add max_size argument.
15110 (MOVE_BY_PIECES_P): Pass MOVE_MAX_PIECES + 1 to it.
15111 (CLEAR_BY_PIECES_P): Pass STORE_MAX_PIECES + 1 to it.
15112 (STORE_BY_PIECES_P): Define similarly to CLEAR_BY_PIECES_P,
15113 but using MOVE_RATIO.
15114 (move_by_pieces): Pass max_size to move_by_pieces_ninsns.
15115 (can_store_by_pieces): Change max_size type to unsigned int.
15116 (store_by_pieces_1): Likewise. Pass max_size to
15117 move_by_pieces_ninsns.
15118 * config/s390/s390.h (STORE_BY_PIECES_P): Define.
15119 * config/sh/sh.c (MOVE_BY_PIECES_P): Pass MOVE_MAX_PIECES + 1
15120 to move_by_pieces_ninsns.
15121 (STORE_BY_PIECES_P): Define.
15122 * config/ns32k/ns32k.h (STORE_BY_PIECES_P): Pass STORE_MAX_PIECES + 1
15123 to move_by_pieces_ninsns.
15124 * doc/tm.texi (STORE_BY_PIECES_P): Document changed default.
15125
15126 * config/i386/i386.h (CLEAR_RATIO): Define.
15127
15128 2004-08-09 Paolo Bonzini <bonzini@gnu.org>
15129
15130 * expr.c (expand_expr_real_1): Add back code that was not dead.
15131
15132 2004-08-09 Andrew Pinski <apinski@apple.com>
15133
15134 * c-common.c (c_common_get_alias_set): Set the aliasing set of the type
15135 which is found to be compatible before returning the aliasing set.
15136
15137 2004-08-09 Daniel Jacobowitz <dan@debian.org>
15138
15139 * ggc-zone.c (struct alloc_zone): Add statistics counters.
15140 (always_collect): New flag.
15141 (ggc_alloc_zone_1): Update statistics support. Don't include
15142 overhead in allocated counter.
15143 (sweep_pages): Update allocated counter for large pages. Don'y
15144 include overhead.
15145 (ggc_collect_1): Always collect.
15146 (ggc_collect): Honor always_collect flag. Sum all zones to decide
15147 whether to collect.
15148 (SCALE, LABEL): New macros.
15149 (ggc_print_statistics): Add statistics support.
15150
15151 2004-08-09 Roger Sayle <roger@eyesopen.com>
15152
15153 * expmed.c (sdiv_pow2_cheap, smod_pow2_cheap): Change type to bool.
15154 (init_expmed): Fix potential overrun problem with "all.reg".
15155 (expand_sdiv2_pow2): Add an alternate implementation for signed
15156 division, if the target provides a suitable conditional move insn.
15157
15158 2004-08-09 Paul Brook <paul@codesourcery.com>
15159 Richard Henderson <rth@redhat.com>
15160
15161 * unwind-dw2.c (uw_install_context_1): Update target saved stack
15162 pointer.
15163
15164 2004-08-09 Geoffrey Keating <geoffk@apple.com>
15165
15166 * ggc-common.c (ggc_rlimit_bound): Don't check RSS limit.
15167 Check DATA limit only if there's no AS limit. Ignore insanely
15168 low DATA limits.
15169 (ggc_min_heapsize_heuristic): Don't divide AS or RSS limits by 8,
15170 but take care that the AS limit isn't overrun.
15171 * doc/invoke.texi: Update documentation of min-heapsize parameter.
15172
15173 2004-08-09 Jeff Law <law@redhat.com>
15174
15175 * Makefile.in (OBJC-common): Add tree-ssa-threadupdate.c
15176 (tree-ssa-threadupdate.o): Add dependencies.
15177 * tree-ssa-threadupdate.c: New file.
15178 * tree-flow.h (incoming_edge_threaded): New flag in block annotation.
15179 (rewrite_vars_out_of_ssa): Remove prototype.
15180 (cleanup_tree_cfg): Returns a bool.
15181 * tree.h (thread_through_all_blocks): Prototype.
15182 * tree-outof-ssa.c (SSANORM_*): Move into here.
15183 (remove_ssa_form): Now static.
15184 (rewrite_vars_out_of_ssa): Kill.
15185 * tree-ssa-live.c (register_ssa_partitions_for_vars): Kill.
15186 * tree-ssa-live.h (SSANORM_*): Moved into tree-outof-ssa.c.
15187 (remove_ssa_form, register_partitions_for_vars): Kill declarations.
15188 * tree-cfg.c (cleanup_tree_cfg): Return a value indicating if
15189 anything was changed.
15190 * tree-phinodes.c (add_phi_arg): Get the block for the PHI
15191 from the PHI's annotation rather than the edge associated with
15192 the new argument.
15193 * tree-ssa-dom.c (redirection_edges): Kill.
15194 (redirect_edges_and_update_ssa_graph): Kill.
15195 (tree_ssa_dominator_optimize): Do not reset forwardable flag
15196 for blocks anymore. Do not initialize redirection_edges.
15197 Call thread_through_all_blocks. Simplify code for cleanup
15198 of the CFG and iterating. No longer call cleanup_tree_cfg
15199 outside the iteration loop.
15200 (thread_across_edge): No longer mess with forwardable blocks.
15201
15202 2004-08-09 Zack Weinberg <zack@codesourcery.com>
15203
15204 * explow.c (memory_address): Use memory_address_p.
15205 * recog.c (general_operand): Likewise.
15206 * regrename.c: No need to define REG_OK_STRICT.
15207
15208 2004-08-09 Steven Bosscher <stevenb@suse.de>
15209
15210 * timevar.def (TV_CPROP1, TV_CPROP2, TV_PRE, TV_HOIST, TV_LSM):
15211 New timers.
15212 * gcse.c: Include timevar.h.
15213 (const_prop_count, copy_prop_count): Rename to global_const_prop_count
15214 and global_copy_prop_count.
15215 (local_const_prop_count, local_copy_prop_count): New static globals.
15216 (gcse_main): Set the right timevar for each pass.
15217 (cprop_jump): Increment global_const_prop_count when a constant is
15218 propagated. Add "GLOBAL" to dump output.
15219 (cprop_insn): Increment global_const_prop_count when a constant is
15220 propagated, or global_copy_prop_count when a copy is propagated.
15221 (do_local_cprop): Likewise for local_const_prop_count and
15222 local_copy_prop_count.
15223 (one_cprop_pass): Initialize const/cprop counters to zero.
15224 Print out results of local and global const/cprop separately.
15225 (bypass_block): Break over-length line.
15226 * Makefile.in (gcse.o): Add TIMEVAR_H dependency. Fix dependencies
15227 for bb-reorder.o and tracer.o.
15228
15229 2004-08-09 Paolo Bonzini <bonzini@gnu.org>
15230
15231 * Makefile.in (GTFILES): Remove stmt.c
15232 (stmt.o): Do not depend on gt-stmt.h.
15233 * emit-rtl.c (emit_line_note): Do not call
15234 set_file_and_line_for_stmt.
15235 * expr.c (expand_expr_real_1) <SWITCH_EXPR>: Let expand_case
15236 do everything.
15237 * function.c (free_after_parsing): Do not free STMT field.
15238 (allocate_struct_function): Do not call init_stmt_for_function.
15239 (assign_stack_temp_for_type): Do not accept values of keep
15240 other than 0 or 1.
15241 (init_temp_slots): Do not initialize removed variables.
15242 * function.h (struct function): Remove STMT, X_TARGET_TEMP_SLOT_LEVEL
15243 and X_VAR_TEMP_SLOT_LEVEL fields.
15244 * rtl.h (set_file_and_line_for_stmt): Remove.
15245 * stmt.c (struct nesting, ALLOC_NESTING, POPSTACK,
15246 struct stmt_status, cond_stack, case_stack, nesting_stack,
15247 nesting_depth, emit_locus, set_file_and_line_for_stmt,
15248 same_case_target_p, init_stmt_for_function, emit_nop,
15249 expand_start_cond, expand_start_elseif, expand_start_else,
15250 expand_elseif, expand_end_cond): Remove.
15251 (preserve_subexpressions_p): Remove references to CFUN->STMT.
15252 (expand_start_case, expand_end_case_type): Remove, merge into...
15253 (expand_case): ... this one, including other bits from
15254 expand_expr_real_1. Inline same_case_target_p. Turn members
15255 of CASE_STACK into local variables.
15256 (emit_case_bit_tests): Inline same_case_target_p.
15257 (add_case_node): Add HEAD argument, return new head of the list,
15258 do not handle default label here.
15259 * tree.h (expand_start_cond, expand_end_cond, expand_start_else,
15260 expand_start_elseif, current_nesting_level, expand_start_case,
15261 expand_end_case_type, expand_end_case, add_case_node,
15262 init_stmt_for_function, expand_elseif): Remove prototypes.
15263 (expand_case): Add prototype.
15264
15265 2004-08-09 Paolo Bonzini <bonzini@gnu.org>
15266
15267 * expr.c (expand_expr_real_1): Use optab_for_tree_code.
15268
15269 2004-08-09 Paolo Bonzini <bonzini@gnu.org>
15270
15271 * expr.c (var_rtx): Remove.
15272 (expand_expr_real_1) <LOOP_EXPR, EXIT_EXPR,
15273 LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR, TRUTH_ANDIF_EXPR,
15274 TRUTH_ORIF_EXPR, COMPOUND_EXPR, CONJ_EXPR, INIT_EXPR>:
15275 Abort.
15276 (expand_expr_real_1) <COND_EXPR>: Remove most special cases.
15277 * optabs.c (emit_clr_insn, emit_0_to_1_insn): Remove.
15278 * optabs.h (emit_clr_insn, emit_0_to_1_insn): Remove.
15279
15280 2004-08-08 Mostafa Hagog <mustafa@il.ibm.com>
15281 Ayal Zaks <zaks@il.ibm.com>
15282
15283 * common.opt (freschedule-modulo-scheduled-loops): New flag.
15284 * final.c (final_scan_insn): Handle NOTE_DISABLE_SCHED_OF_BLOCK.
15285 * modulo-sched.c (sms_schedule): Emit a note to disable scheduling
15286 when -freschedule-modulo-scheduled-loops flag is not specified.
15287 (sms_schedule_by_order, ps_insn_advance_column, add_node_to_ps,
15288 add_node_to_ps, ps_has_conflicts, ps_add_node_check_conflicts):
15289 More accurate placing of insn in row of partial schedule.
15290 (ps_insn_find_column): New function.
15291 * rtl.h (NOTE_DISABLE_SCHED_OF_BLOCK): New note.
15292 * sched-rgn.c (sched_is_disabled_for_current_region_p): New.
15293 (schedule_region): Use sched_is_disabled_for_current_region_p.
15294 * docs/invoke.texi: Document -freschedule-modulo-scheduled-loops.
15295
15296 2004-08-07 H.J. Lu <hongjiu.lu@intel.com>
15297
15298 * config/i386/i386.c (ix86_expand_clrmem): Revert the last
15299 change.
15300
15301 2004-08-07 H.J. Lu <hongjiu.lu@intel.com>
15302
15303 * config/i386/i386.c (ix86_expand_clrmem): Properly call
15304 gen_strset for 64bit target.
15305
15306 2004-08-07 Olivier Hainque <hainque@act-europe.fr>
15307
15308 * config/vxworks.h (HANDLE_SYSV_PRAGMA): Remove definition.
15309
15310 2004-08-07 Jason Merrill <jason@redhat.com>
15311
15312 Make return in memory explicit.
15313 * function.c (aggregate_value_p): Check DECL_BY_REFERENCE.
15314 (assign_parm_find_data_types): Remove code for old front end
15315 invisible reference handling.
15316 (assign_parms): Handle DECL_BY_REFERENCE on the RESULT_DECL.
15317 (expand_function_end): Likewise.
15318 * gimplify.c (gimplify_return_expr): Handle a dereferenced
15319 RESULT_DECL.
15320 * tree-inline.c (copy_body_r): Don't bother looking for &* anymore.
15321 (declare_return_variable): Handle DECL_BY_REFERENCE.
15322 * cp/cp-gimplify.c (is_invisiref_parm): Also handle RESULT_DECL.
15323 (cp_genericize_r): Use convert_from_reference.
15324 Don't dereference a RESULT_DECL directly inside a RETURN_EXPR.
15325 (cp_genericize): Handle the RESULT_DECL. Unset TREE_ADDRESSABLE.
15326
15327 * c-common.c (c_warn_unused_result): Check TREE_USED before
15328 warning about a CALL_EXPR with an unused value.
15329
15330 2004-08-06 Mark Mitchell <mark@codesourcery.com>
15331
15332 * config/arm/symbian.h (CC1_SPEC): Avoid passing duplicate options
15333 to the compiler. Use -fshort-wchar by default.
15334
15335 2004-08-06 Pat Haugen <pthaugen@us.ibm.com>
15336
15337 * params.def (PARAM_MIN_CROSSJUMP_INSNS): New.
15338 * cfgcleanup.c (try_crossjump_to_edge): Add minimum insn match
15339 threshhold.
15340 * doc/invoke.texi (param): Document min-crossjump-insns.
15341
15342 2004-08-06 Richard Sandiford <rsandifo@redhat.com>
15343
15344 PR c/13282
15345 * c.opt (Wmissing-field-initializers): New option.
15346 * c-opts.c (c_common_post_options): Make -Wextra turn it on by default.
15347 * c-typeck.c (pop_init_level): Guard the missing field warning with
15348 warn_missing_field_initializers rather than extra_warnings.
15349 * doc/invoke.texi (-Wmissing-field-initializers): Document, moving
15350 some of the explanation from...
15351 (-Wextra): ...here. Say that the missing field warning can be
15352 seperately controlled by -Wmissing-field-initializers.
15353
15354 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
15355
15356 * expr.c (expand_expr_real_1) <ENTRY_VALUE_EXPR>: Remove.
15357 * tree-inline.c (estimate_num_insns_1) <ENTRY_VALUE_EXPR>: Remove.
15358 * tree-pretty-print.c (dump_generic_node) <ENTRY_VALUE_EXPR>: Remove.
15359 * tree.def (ENTRY_VALUE_EXPR): Remove.
15360
15361 2004-08-06 Jakub Jelinek <jakub@redhat.com>
15362
15363 * config/i386/i386.c (ix86_expand_clrmem): Move gen_cld down to
15364 the places where it is actually needed. Don't use repz; stosb
15365 for -Os with sufficiently small constant sizes.
15366 For sufficiently small repz; stos{l,q} repeat counts use a sequence
15367 of stos{l,q} instructions instead.
15368
15369 2004-08-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15370
15371 PR tree-optimization/16807
15372 * loop-iv.c (dump_iv_info): Dump invariants correctly.
15373 (iv_subreg, iv_extend): Express value of invariant purely in
15374 base field.
15375
15376 2004-08-06 Mark Mitchell <mark@codesourcery.com>
15377
15378 * config/arm/symbian.h (CC1_SPEC): Add -fno-short-enums.
15379 (CC1PLUS_SPEC): Define it to be the same as CC1_SPEC.
15380
15381 2004-08-06 Roman Zippel <zippel@linux-m68k.org>
15382
15383 * config/m68k/m68k.c (post_inc_operand,pre_dec_operand): New.
15384 * config/m68k/m68k.h (PREDICATE_CODES): add post_inc_operand,
15385 pre_dec_operand.
15386 * config/m68k/m68k.md (zero_extend*2): delay the splitting of the
15387 pattern until reload is finished to allow better code generation
15388 and split them completely into separate instrunctions.
15389 (*andsi3_split): New pattern.
15390
15391 2004-08-05 Mark Mitchell <mark@codesourcery.com>
15392
15393 * tree.c (handle_dll_attribute): Move here from i383/winnt.c.
15394 Replace use of DECL_INLINE with DECL_DECLARED_INLINE_P. Set
15395 DECL_VISIBLITY. Test TARGET_DLLIMPORT_DECL_ATTRIBUTES with #if.
15396 * tree.h (handle_dll_attribute): Declare. Test
15397 TARGET_DLLIMPORT_DECL_ATTRIBUTES with #if.
15398 * c-common.h (c_determine_visibility): Declare.
15399 * c-common.c (c_determine_visibility): New function.
15400 * c-decl.c (finish_decl): Use it.
15401 (finish_function): Likewise.
15402 * defaults.h (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Define it to
15403 zero, by default. Use #if, not #ifdef, to test it.
15404 * config/arm/arm.c (arm_attribute_table): Use
15405 handle_dll_attribute. Test TARGET_DLLIMPORT_DECL_ATTRIBUTES with
15406 #if.
15407 * config/arm/pe.h (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Define to 1.
15408 * config/i386/cygming.h (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Define
15409 to 1.
15410 * config/i386/i386-protos.h (ix86_handle_dll_attribute): Remove.
15411 * config/i386/i386.c (ix86_attribute_table): Use
15412 handle_dll_attribute for dllimport/dllexport. Test
15413 TARGET_DLLIMPORT_DECL_ATTRIBUTES with #if.
15414 * config/i386/winnt.c (ix86_handle_dll_attribute): Remove.
15415 * config/mcore/mcore.h (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Define
15416 it to 1.
15417 * config/mcore/mcore.c (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Test it
15418 with #if.
15419 * config/sh/symbian-pre.h (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Define
15420 it to 1.
15421 * doc/extend.texi (dllexport): Clarify and correct documentation.
15422 (dllimport): Likewise.
15423 * doc/tm.texi (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Mention
15424 handle_dll_attribute.
15425
15426 2004-08-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15427
15428 * tree-ssa-loop-manip.c: New file.
15429 * Makefile.in (tree-ssa-loop-manip.o): Add.
15430 * tree-flow.h (rewrite_into_loop_closed_ssa, verify_loop_closed_ssa):
15431 Declare.
15432 * tree-ssa-loop.c (tree_loop_optimizer_init): Create loop closed ssa
15433 form.
15434 (tree_ssa_loop_done): Verify loop closed ssa form.
15435 * tree-ssa-loop-im.c (move_computations): Update loop closed ssa form.
15436
15437 2004-08-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15438
15439 * pa.c (pa_asm_output_aligned_bss, pa_asm_output_aligned_common,
15440 pa_asm_output_aligned_local): New functions.
15441 * pa-protos.h: Add prototypes for pa_asm_output_aligned_bss,
15442 pa_asm_output_aligned_common and pa_asm_output_aligned_local.
15443 * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Use
15444 pa_asm_output_aligned_common.
15445 (ASM_OUTPUT_ALIGNED_LOCAL): Use pa_asm_output_aligned_local.
15446 * pa.h (ASM_OUTPUT_ALIGNED_BSS): New macro.
15447 (ASM_OUTPUT_ALIGNED_COMMON): Use pa_asm_output_aligned_common.
15448 (ASM_OUTPUT_ALIGNED_LOCAL): Use pa_asm_output_aligned_local.
15449 * pa64-hpux.h (MAX_OFILE_ALIGNMENT): New macro.
15450 (ASM_OUTPUT_ALIGNED_COMMON): Use pa_asm_output_aligned_common.
15451 (ASM_OUTPUT_ALIGNED_LOCAL): Use pa_asm_output_aligned_local.
15452 * som.h (MAX_OFILE_ALIGNMENT): Provide maximum alignment of global
15453 common data.
15454
15455 2004-08-05 Andrew Pinski <apinski@apple.com>
15456
15457 * objc/objc-act.c (build_objc_string_object): Mark the address
15458 expression as constant.
15459
15460 2004-08-05 David Edelsohn <edelsohn@gnu.org>
15461
15462 * config/rs6000/rs6000.c (rs6000_rtx_costs): Fix mask_operand
15463 and mask64_operand thinkos. Handle ZERO_EXTRACT. Handle
15464 SIGN_EXTEND / ZERO_EXTEND of MEM. Handle rlwinm patterns.
15465
15466 2004-08-05 Joseph S. Myers <jsm@polyomino.org.uk>
15467
15468 * config/linux.h, config/i386/linux.h, config/sparc/linux.h:
15469 Remove definitions conditioned on USE_GNULIBC_1 or conditioned
15470 out, and associated obsolete comments.
15471
15472 2004-08-05 Nathan Sidwell <nathan@codesourcery.com>
15473
15474 * tree.h (force_fit_type): Return a tree, take three flags.
15475 * fold-const.c (force_fit_type): Set TREE_OVERFLOW and
15476 TREE_CONSTANT_OVERFLOW here.
15477 (int_const_binop, const_binop): Adjust.
15478 (size_int_type): Do sign extension here.
15479 (fold_convert_const, optimize_bit_field_compare,
15480 decode_field_reference, all_ones_mask_p, fold_div_compare, fold,
15481 fold_negate_const, fold_abs_const, fold_not_const): Adjust.
15482 * tree.c (size_in_bytes, int_fits_type_p): Adjust.
15483
15484 2004-08-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15485
15486 PR tree-optimization/16864
15487 * tree-tailcall.c (eliminate_tail_call): Do not create phi nodes
15488 for ssa names without default_def.
15489
15490 2004-08-05 Richard Sandiford <rsandifo@redhat.com>
15491
15492 * config/i386/i386.c (ix86_expand_prologue): If the function uses a
15493 frame pointer, restore eax with an ebp-relative address.
15494
15495 2004-08-04 Geoffrey Keating <geoffk@apple.com>
15496
15497 PR 14516
15498 * c-common.c (c_expand_decl): Don't special-case static VAR_DECLs.
15499 * c-common.h (make_rtl_for_local_static): Delete.
15500 * c-decl.c (shadow_tag_warned): Clean up comment.
15501 (finish_decl): Clean up spacing. Use set_user_assembler_name when
15502 appropriate. Don't pass asmspec to rest_of_decl_compilation.
15503 * c-semantics.c (make_rtl_for_local_static): Delete.
15504 * expr.c (init_block_move_fn): Use set_user_assembler_name.
15505 (init_block_clear_fn): Likewise.
15506 * passes.c (rest_of_decl_compilation): Remove asmspec parameter,
15507 expect it to be in DECL_ASSEMBLER_NAME. Update callers in many files.
15508 * toplev.h (rest_of_decl_compilation): Remove asmspec parameter.
15509 * tree.h (make_decl_rtl): Remove second parameter.
15510 (set_user_assembler_name): New.
15511 * varasm.c (set_user_assembler_name): New.
15512 (make_decl_rtl): Remove second parameter. Update callers in many
15513 files.
15514
15515 2004-08-05 Adam Nemet <anemet@lnxw.com>
15516
15517 * config.gcc (case i[34567]86-*-lynxos*): Update to LynxOS 4.0.
15518 (case rs6000-*-lynxos*): Rename it to powerpc-*-lynxos*. Update
15519 to LynxOS 4.0.
15520 * gthr-lynx.h: New file.
15521 * config/lynx-ng.h: Remove file.
15522 * config/lynx.h: Update to LynxOS 4.0.
15523 * config/t-lynx: New file.
15524 * config/i386/lynx-ng.h: Remove file.
15525 * config/i386/lynx.h: Update to LynxOS 4.0.
15526 * config/rs6000/lynxbase.h: Remove file.
15527 * config/rs6000/lynx.h: Update to LynxOS 4.0.
15528 * config/rs6000/t-lynx: New file.
15529 * doc/install.texi (Options specification): Remove reference to
15530 LynxOS from systems where --with-gnu-as makes a difference.
15531
15532 2004-08-05 Joseph S. Myers <jsm@polyomino.org.uk>
15533
15534 * c-common.c (c_stddef_cpp_builtins): Define __INTMAX_TYPE__ and
15535 __UINTMAX_TYPE__.
15536 * c-cppbuiltin.c (builtin_define_stdint_macros): New. Define
15537 __INTMAX_MAX__.
15538 (c_cpp_builtins): Call it.
15539 * doc/cpp.texi: Update.
15540
15541 2004-08-04 David Edelsohn <edelsohn@gnu.org>
15542
15543 * config/rs6000/rs6000.c (rs6000_rtx_costs): LABEL_REFs are zero
15544 cost.
15545
15546 2004-08-04 Jan Hubicka <jh@suse.cz>
15547
15548 * basic-block.h (profile_staus): New global variable.
15549 * cfg.c (profile_status): Declare.
15550 (check_bb_profile): Break out from ....; use profile_status
15551 (dump_flow_info): ... here.
15552 * cfgbuild.c (find_basic_blocks): Set profile_status.
15553 * cfgexpand.c (tree_expand_cfg): Likewise.
15554 * predict.c (estimate_probability): Likewise.
15555 * profile.c (branch_prob): Likewise.
15556 * tree-cfg.c (build_tree_cfg): Likewise.
15557 (dump_function_to_file): Use check_bb_profile.
15558 * tree-pretty-print (dump_bb_header): Likewise.
15559 * tree-profile.c (do_tree_profiling): Cleanup.
15560
15561 2004-08-04 Zack Weinberg <zack@codesourcery.com>
15562
15563 * Makefile.in (RTL_BASE_H, RTL_H): Correct.
15564 (BUILD_RTL): Remove $(BUILD_PREFIX) from ggc-none.o.
15565 (genobjs): Add errors.o, ggc-none.o, and min-insn-modes.o.
15566 (read-rtl.o, gensupport.o, genconfig.o, genflags.o, gencodes.o)
15567 (genconstants.o, genemit.o, genopinit.o, genrecog.o, genextract.o)
15568 (genpeep.o, genattr.o, genattrtab.o, genautomata.o, genoutput.o)
15569 (genconditions.o): Depend on $(RTL_BASE_H) not $(RTL_H).
15570 (ggc-none.o, errors.o): Move rule to generators section;
15571 correct dependencies.
15572 (min-insn-modes.o): Move rule to generators section; remove
15573 unnecessary explicit command; correct dependencies.
15574 (print-rtl.o, print-rtl1.o): Correct dependencies.
15575 ($(BUILD_PREFIX_1)errors.o. $(BUILD_PREFIX_1)ggc-none.o): Delete rule.
15576 (mostlyclean): Update.
15577
15578 * errors.c: Include bconfig.h not config.h. Correct comment.
15579 * gengtype.c, genpreds.c: Don't define NO_GENRTL_H.
15580 * ggc-none.c: Include bconfig.h; not config.h or tm.h.
15581 * print-rtl.c: Don't include tm_p.h.
15582
15583 * rtl.h: Move forward-decl of struct function down where it's
15584 needed. Include genrtl.h #ifndef GENERATOR_FILE, not
15585 #ifndef NO_GENRTL_H. Remove unnecessary #ifdef BUFSIZ statements.
15586
15587 2004-08-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15588 Jeff Law <law@redhat.com>
15589
15590 * tree-cfg.c (tree_duplicate_bb): Mark duplicated definitions.
15591 * tree-flow.h (rewrite_ssa_into_ssa): Declaration changed.
15592 * tree-into-ssa.c (rewrite_ssa_into_ssa): Use new interface to
15593 manipulate the duplicated ssa names.
15594 * tree-ssanames.c (ssa_names_to_rewrite): New variable.
15595 (marked_for_rewrite_p, any_marked_for_rewrite_p, mark_for_rewrite,
15596 unmark_all_for_rewrite, marked_ssa_names, release_ssa_name_force):
15597 New functions.
15598 (release_ssa_name): Do not release ssa names that may have multiple
15599 definitions.
15600 * tree.h (release_ssa_name_force, mark_for_rewrite,
15601 unmark_all_for_rewrite, marked_for_rewrite_p, any_marked_for_rewrite_p,
15602 marked_ssa_names): Declare.
15603 * tree-ssa-loop-ch.c (mark_defs_for_rewrite): Remove.
15604 (duplicate_blocks): Remove call to mark_defs_for_rewrite.
15605 Update call to rewrite_ssa_into_ssa.
15606
15607 2004-08-04 Mark Mitchell <mark@codesourcery.com>
15608
15609 * defaults.h (TARGET_DECLSPEC): New macro.
15610 * c-cppbuiltin.c (c_cpp_builtins): Handle TARGET_DECLSPEC.
15611 * config/arm/pe.h (SUBTARGET_CPP_SPEC): Remove __declspec support.
15612 * config/arm/symbian.h (TARGET_DLLIMPORT_DECL_ATTRIBUTES): Define.
15613 * config/i386/beof-elf.h (TARGET_OS_CPP_BUILTINS): Remove
15614 __declspec support.
15615 (TARGET_DECLSPEC): Define.
15616 * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Remove
15617 __declspec support.
15618 * config/i386/i386-interix.h (TARGET_OS_CPP_BUILTINS): Remove
15619 __declspec support.
15620 (TARGET_DECLSPEC): Define.
15621 * config/mcore/mcore.h (TARGET_CPU_CPP_BUILTINS): Remove
15622 __declspec support.
15623 * config/sh/symbian-pre.h (SUBTARGET_CPP_SPEC): Remove __declspec
15624 support.
15625 * doc/tm.texi (TARGET_DECLSPEC): Document.
15626
15627 * doc/extend.texi: Fix typo in comment.
15628
15629 2004-08-04 Paul Brook <paul@codesourcery.com>
15630
15631 * target-def.h (TARGET_CXX_CDTOR_RETURNS_THIS): Define.
15632 (TARGET_CXX): Use it.
15633 * target.h (struct gcc_target): Add cdtor_returns_this.
15634 * config/arm/arm.c (arm_cxx_cdtor_returns_this): New function.
15635 (TARGET_CXX_CDTOR_RETURNS_THIS): Define.
15636 * doc/tm.texi: Document TARGET_CXX_CDTOR_RETURNS_THIS.
15637
15638 2004-08-03 Nathan Sidwell <nathan@codesourcery.com>
15639
15640 * c-lex.c (narrowest_unsigned_type, narrowest_signed_type): Take
15641 low/high pair. Do range checking directly.
15642 (interpret_integer): Adjust.
15643
15644 2004-08-04 Nick Clifton <nickc@redhat.com>
15645
15646 * config/sh/sh.h (TARGET_SWITCHES): Add no-renesas to select the
15647 GCC ABI.
15648 * doc/invoke.texi: Document this new switch and also the -mrenesas
15649 switch.
15650
15651 2004-08-04 Nathan Sidwell <nathan@codesourcery.com>
15652
15653 * cfglayout.c (insn_locators_initialize): Update the current
15654 location before initializing a location.
15655
15656 2004-08-03 Zack Weinberg <zack@codesourcery.com>
15657
15658 * dbxout.c (dbxout_function_decl): Always call dbxout_function_end.
15659 (dbxout_function_end): Return after emitting the "Lscope" symbol
15660 under the same conditions that this function formerly wasn't called.
15661 Add explanatory comments.
15662
15663 PR 14860
15664 * c-decl.c (record_builtin_type): Call debug_hooks->type_decl
15665 on the new decl.
15666
15667 PR 13956
15668 * dbxout.c (dbx_output_lbrac, dbx_output_rbrac): New
15669 functions, broken out of dbxout_block.
15670 (dbxout_block): The block at depth 0 should get LBRAC/RBRAC
15671 stabs too, if it contains symbols. Use the begin_label and
15672 the Lscope label (emitted by dbxout_function_end) for the
15673 range of this block.
15674
15675 2004-08-03 Nathanael Nerode <neroden@gcc.gnu.org>
15676
15677 * doc/install.texi: Update autoconf version requirements.
15678
15679 2004-08-03 Zack Weinberg <zack@codesourcery.com>
15680
15681 * defaults.h (LEGITIMATE_PIC_OPERAND_P): Provide default definition.
15682 * recog.c (general_operand, immediate_operand, nonmemory_operand)
15683 (asm_operand_ok): Remove #ifdefs on LEGITIMATE_PICOPERAND_P.
15684 * regclass.c (record_reg_classes): Likewise.
15685 * reload.c (find_reloads): Likewise.
15686 * reload1.c (reload): Likewise.
15687
15688 2004-08-03 Zack Weinberg <zack@codesourcery.com>
15689
15690 * gensupport.c (init_md_reader_args_cb): Renamed from
15691 init_md_reader_args. Add third option, callback function for
15692 parsing program-specific options. Add diagnosis of incorrect
15693 number of input files.
15694 (init_md_reader): Fold into init_md_reader_args_cb.
15695 (init_md_reader_args): Now a thin wrapper around
15696 init_md_reader_args_cb.
15697 * gensupport.h: Update prototypes.
15698
15699 * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c
15700 * genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c
15701 * genrecog.c: No need to diagnose lack of an input file;
15702 init_md_reader_args will handle it.
15703 * genconditions.c: Likewise, and use init_md_reader_args.
15704 * genconstants.c: Likewise, and no need to call read_md_rtx.
15705
15706 2004-08-03 Joseph S. Myers <jsm@polyomino.org.uk>
15707
15708 * c-decl.c (implicitly_declare): Diagnose incompatible implicit
15709 declarations.
15710
15711 2004-08-03 Mike Stump <mrs@apple.com>
15712
15713 * config/darwin-c.c: Don't search in "/Local/Library/Frameworks"
15714 for frameworks.
15715 * doc/invoke.texi (Darwin Options): Update to reflect above.
15716
15717 2004-08-03 Roger Sayle <roger@eyesopen.com>
15718
15719 PR middle-end/16790
15720 * fold-const.c (extract_muldiv_1) <NOP_EXPR>: Disallow local
15721 truncations, not just global truncations.
15722
15723 2004-08-03 Andrew Pinski <apinski@apple.com>
15724
15725 PR bootstrap/16865
15726 * loop-iv.c (simplify_using_assignment): Initialize lhs.
15727
15728 2004-08-03 Paul Brook <paul@codesourcery.com>
15729
15730 * gcc/doc/install.texi: Document MPFR requirement.
15731
15732 2004-08-03 Maciej W. Rozycki <macro@linux-mips.org>
15733
15734 * aclocal.m4 (gcc_AC_FUNC_MMAP_BLACKLIST): Check for <sys/mman.h>
15735 and mmap() explicitly instead of relying on preset autoconf cache
15736 variables.
15737 * configure: Regenerate.
15738
15739 2004-08-03 H.J. Lu <hongjiu.lu@intel.com>
15740
15741 PR target/16570
15742 * config.gcc (i[34567]86-*-* | x86_64-*-*): Add i386/t-gmm_malloc
15743 to tmake_file.
15744 (i[34567]86-*-linux*aout* | i[34567]86-*-linux*libc1): Likewise.
15745 (i[34567]86-*-linux* | x86_64-*-linux*): Add i386/t-pmm_malloc
15746 to tmake_file.
15747
15748 * config/i386/t-gmm_malloc: New file.
15749 * config/i386/t-pmm_malloc: Likewise.
15750
15751 * config/i386/xmmintrin.h: Include <mm_malloc.h>.
15752
15753 2004-08-03 H.J. Lu <hongjiu.lu@intel.com>
15754 Tanguy Fautrà <tfautre@pandora.be>
15755
15756 * config/i386/pmm_malloc.h: New file.
15757
15758 2004-08-03 Danny Smith <dannysmith@users.sourceforge.net>
15759
15760 * config/i386/gmm_malloc.h: New file.
15761
15762 2004-08-03 Dale Johannesen <dalej@apple.com>
15763
15764 * config/rs6000/rs6000.c (machopic_output_stub): Align Darwin stubs.
15765 * c-common.c: Include opts.h.
15766 (c_common_get_alias_set): Fix check for a single input file.
15767 * toplev.c: Remove current_file_decl.
15768 * tree.h: Ditto.
15769
15770 2004-08-03 Mark Mitchell <mark@codesourcery.com>
15771
15772 * config.gcc (arm*-*-symbianelf*): New target.
15773 * config/arm/symbian.h: New file.
15774
15775 * gthr-gnat.c: Add visibility #pragmas.
15776 * gthr-gnat.h : Likewise.
15777 * gthr.h: Likewise.
15778 * libgcc2.c (__ffsSI2): Move prototype to libgcc2.h.
15779 (__ffsDI2): Likewise.
15780 (__clzSI2): Likewise.
15781 (__ctzSI2): Likewise.
15782 (__ctzDI2): Likewise.
15783 (__popcountSI2): Likewise.
15784 (__popcountDI2): Likewise.
15785 (__paritySI2): Likewise.
15786 (__parityDI2): Likewise.
15787 * libgcc2.h: Add visibility #pragmas.
15788 (__clzDI2): Add prototype.
15789 (__clzSI2): Likewise.
15790 (__ctzSI2): Likewise.
15791 (__ffsDI2): Likewise.
15792 (__ffsSI2): Likewise.
15793 (__ctzDI2): Likewise.
15794 (__popcountSI2): Likewise.
15795 (__popcountDI2): Likewise.
15796 (__paritySI2): Likewise.
15797 (__parityDI2): Likewise.
15798 * unwind-dw2-fde.h: Add visibility #pragmas.
15799 * unwind.h: Likewise.
15800
15801 2004-08-03 David Edelsohn <edelsohn@gnu.org>
15802 Dale Johannesen <dalej@apple.com>
15803 Roger Sayle <roger@eyesopen.com>
15804
15805 * config/rs6000/rs6000.c (rs6000_rtx_costs): Calculate cost of
15806 constants more accurately. Adjust costs for FMA instructions.
15807 Add cases for most logical and float operations. Recurse into
15808 most operands.
15809
15810 2004-08-03 Richard Earnshaw <rearnsha@arm.com>
15811
15812 * config.gcc (strongarm-*, xscale-*): Add t-arm to tmake_files.
15813
15814 2004-08-03 Pat Haugen <pthaugen@us.ibm.com>
15815
15816 * ra-build.c (conflicts_between_webs): For webs that cross a call add
15817 conflicts to regs_invalidated_by_call.
15818
15819 2004-08-03 Paul Brook <paul@codesourcery.com>
15820
15821 * config/arm/arm.c (emit_sfm): Only emit a single frame adjustment.
15822
15823 2004-08-03 Jan Hubicka <jh@suse.cz>
15824
15825 * coverage.c (tree_coverage_counter_ref): Fix computation of the new
15826 ARRAY_REF argument.
15827
15828 2004-08-03 Richard Earnshaw <rearnsha@arm.com>
15829
15830 * arm-cores.def: Sort by architecture. Add arm946es, arm966es,
15831 arm968es, arm10e, arm1020e, arm1022e.
15832 * invoke.texi: Update list of ARM cores.
15833 * arm-tune.md: Regenerate.
15834
15835 2004-08-03 Richard Earnshaw <rearnsha@arm.com>
15836
15837 * arm/gentune.sh: New file.
15838 * arm/t-arm: New file.
15839 * arm/arm-tune.md: New file (autogenerated).
15840 * config.gcc (arm*-*-*): Add t-arm to tmake_file for all variants.
15841 * arm.md (attribute tune): Delete. Include arm-tune.md.
15842
15843 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
15844
15845 * gcc.c (add_prefix, add_sysrooted_prefix): Remove
15846 penultimate parameter. All callers adjusted.
15847 (struct prefix_list): Remove used_flag_ptr.
15848 (find_a_file): Do not set *pl->used_flag_ptr.
15849 (warn_B, warn_std_ptr): Remove.
15850
15851 2004-08-03 Yossi Markovich <yossim@il.ibm.com>
15852 Mostafa Hagog <mustafa@il.ibm.com>
15853
15854 * config/rs6000/altivec.md (altivec_vnmsubfp): Fix wrong pattern.
15855
15856 2004-08-02 Geoffrey Keating <geoffk@apple.com>
15857
15858 * dwarf2out.c (output_call_frame_info): Don't change data format
15859 due to TARGET_USES_WEAK_UNWIND_INFO. Always refer to the local
15860 label. Use 'true' not '1'.
15861 * doc/install.texi (powerpc-*-darwin*): Mention cctools version
15862 required.
15863
15864 2004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
15865
15866 * gdbinit.in: Reflect previous changes to rtunion_def.
15867
15868 2004-08-02 Roger Sayle <roger@eyesopen.com>
15869
15870 * fold-const.c (fold) <TRUNC_MOD_EXPR>: The transformation "X % -Y"
15871 -> "X % Y" is only valid for TRUNC_MOD_EXPR.
15872
15873 2004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
15874
15875 * vec.h (DEF_VEC_P): Add proper cast to uses of vec_o_reserve and
15876 vec_p_reserve.
15877 * langhooks.h (lang_hooks::builtin_function): Rename parameter
15878 from "class" to "bt_class".
15879
15880 2004-08-02 Paul Brook <paul@codesourcery.com>
15881
15882 PR rtl-optimization/15068
15883 * flow.c (init_propagate_block_info): Check condition is reversible.
15884
15885 2004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
15886
15887 * gengtype.h (options::info): Change type to const char *.
15888 (enum gc_used_enum): Move out of struct type scope.
15889 * gengtype.c (create_option): Convert initializer for option::info to
15890 appropiate type.
15891 (adjust_field_type, walk_type, write_func_for_structure,
15892 write_root, write_roots): Remove pointless cast.
15893
15894 2004-08-02 J"orn Rennecke <joern.rennecke@superh.com>
15895
15896 * genopinit.c (gen_insn): Check for MODE_COMPLEX_FLOAT patterns for $F.
15897
15898 2004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
15899
15900 * rtl.h (union rtunion_def): Have all members start with the
15901 prefix "rt_".
15902 (XINT, XSTR, XEXP, XVEC, XMODE, XBITMAP, XTREE, XBBDEF, XTMPL,
15903 X0INT, X0UINT, X0STR, X0EXP, X0VEC, X0MODE, X0BITMAP, X0TREE,
15904 X0MEMATTR, X0BBDEF, X0REGATTR, XCINT, XCUINT, XCSTR, XCEXP,
15905 XCVEC, XCMODE, XCBITMAP, XCTREE, XCBBDEF, XC2EXP): Adjust members
15906 access.
15907 * gengtype.c (adjust_field_rtx_def): Likewise.
15908 * rtlanal.c (loc_mentioned_in_p): Likewise.
15909
15910 2004-08-02 Richard Sandiford <rsandifo@redhat.com>
15911
15912 * config.gcc (mips*-*-elf*, mips*-*-rtems*): Add elfos.h to tm_file.
15913 Replace uses of mips/elf64.h with mips/elf.h
15914 * config/mips/elf.h (MAX_OFILE_ALIGNMENT, TARGET_ASM_NAMED_SECTION)
15915 (TYPE_OPERAND_FMT, TYPE_ASM_OP, SIZE_ASM_OP, BSS_SECTION_ASM_OP)
15916 (ASM_OUTPUT_ALIGNED_BSS, ASM_WEAKEN_LABEL, ASM_OUTPUT_WEAK_ALIAS)
15917 (MAKE_DECL_ONE_ONLY, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP)
15918 (HANDLE_SYSV_PRAGMA): Delete.
15919 (ASM_OUTPUT_DEF): Fix formatting.
15920 * config/mips/elf64.h: Delete.
15921
15922 2004-08-01 Zack Weinberg <zack@codesourcery.com>
15923
15924 * config/ia64/ia64.c (got_symbolic_operand): Do require a
15925 symbol+offset operand to have its offset be zero mod 0x3fff
15926 when GOT entries are in use. Clarify logic in SYMBOL_REF
15927 case. Clarify comments.
15928 (ia64_expand_load_address): Split a symbol+offset load when
15929 the offset is nonzero mod 0x3fff, not 0x1fff.
15930
15931 2004-08-01 Geoffrey Keating <geoffk@apple.com>
15932
15933 * config/rs6000/rs6000.c (rs6000_split_multireg_move): Just abort
15934 if trying to *store* to a non-offsettable address.
15935 * config/rs6000/rs6000.md (movtf_internal): Don't move GPRs to
15936 a nonoffsettable address.
15937 (movdi_internal32): Don't move GPRs to a nonoffsettable address.
15938 Clean up.
15939 (movti_string): Don't move GPRs to a nonoffsettable address.
15940 (movti_ppc64): Don't move GPRs to a nonoffsettable address. Clean up.
15941
15942 2004-08-02 Ben Elliston <bje@au.ibm.com>
15943
15944 PR target/16155
15945 * config/rs6000/altivec.h: Replace typeof with __typeof__.
15946
15947 2004-08-01 Richard Henderson <rth@redhat.com>
15948
15949 * expr.c (expand_expr_real_1) <normal_inner_ref>: Fix crash with
15950 variable sized types.
15951
15952 2004-08-01 Richard Sandiford <rsandifo@redhat.com>
15953
15954 * doc/invoke.texi: In the MIPS options section, remove the passage
15955 saying that -mexplicit-relocs is usually disabled for -mabicalls
15956 -fno-unit-at-a-time.
15957 * config/mips/mips.c (override_options): Remove the code that enforced
15958 this rule.
15959
15960 2004-08-01 Richard Sandiford <rsandifo@redhat.com>
15961
15962 * config/mips/mips.md (cprestore): Provide two alternatives, one for
15963 an in-range offset and one for an out-of-range offset. Wrap the latter
15964 in .set macro/.set nomacro if it's inside a .set nomacro block.
15965
15966 2004-08-01 Richard Sandiford <rsandifo@redhat.com>
15967
15968 * config/mips/mips-protos.h (mips_gp_save_slot): Remove.
15969 (mips_restore_gp): Declare.
15970 * config/mips/mips.c (mips_add_offset): Add a scratch register
15971 argument. Reimplement in rtl only, reusing MIPS16 logic from
15972 mips_output_mi_thunk.
15973 (mips_legitimize_address, mips_legitimize_const_move): Adjust calls
15974 to mips_add_offset.
15975 (mips_gp_save_slot): Delete.
15976 (mips_restore_gp): New function.
15977 (mips_set_return_address, mips_output_mi_thunk): Use mips_add_offset.
15978 * config/mips/mips.md (exception_receiver): Turn into a
15979 define_insn_and_split. Use mips_restore_gp to do the split.
15980 (call_internal, call_value_internal, call_value_multiple_internal): Use
15981 mips_restore_gp to restore $gp.
15982
15983 2004-07-31 Andrew Pinski <apinski@apple.com>
15984
15985 PR other/16842
15986 * mkheaders.in (libsubdir): s/gcc-lib/gcc/.
15987
15988 2004-07-31 Joseph S. Myers <jsm@polyomino.org.uk>
15989
15990 * c-decl.c (diagnose_mismatched_decls): Give error for external
15991 redeclaration of identifier declared with no linkage, not just
15992 warning with -Wtraditional. Do not check DECL_CONTEXT to give
15993 error for redeclaration with no linkage.
15994
15995 2004-07-30 Geoffrey Keating <geoffk@apple.com>
15996 Fariborz Jahanian <fjahanian@apple.com>
15997
15998 * config/rs6000/rs6000.c (legitimate_lo_sum_address_p): Permit
15999 non-offsettable addresses even for DImode.
16000 (rs6000_split_multireg_move): Cope with non-offsettable addresses
16001 being moved into multiple GPRs.
16002
16003 * config/rs6000/rs6000.c (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Default
16004 to 64.
16005 (rs6000_override_options): Use RS6000_DEFAULT_LONG_DOUBLE_SIZE.
16006 * config/rs6000/darwin.h (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Define
16007 to 128.
16008 * config/rs6000/darwin-ldouble.c (isless): New macro.
16009 (inf): New macro.
16010 (nonfinite): New macro.
16011 (FPKINF): Delete.
16012 (_xlqadd): Completely rewrite.
16013 (_xlqmul): Correct overflow handling.
16014 (_xlqdiv): Correct overflow handling.
16015 * config/rs6000/darwin-ldouble-format: New file.
16016
16017 2004-07-30 Roger Sayle <roger@eyesopen.com>
16018 Richard Henderson <rth@redhat.com>
16019
16020 * config/i386/i386.md: New peephole2's to convert imul by 3, 5 or
16021 9 into the equivalent lea instruction.
16022
16023 2004-07-30 Richard Henderson <rth@redhat.com>
16024
16025 * gimplify.c (gimplify_expr) <case CONST_DECL>: Don't replace
16026 with DECL_INITIAL if fb_lvalue.
16027 * tree-gimple.c (is_gimple_id): Add CONST_DECL.
16028 * tree-pretty-print.c (dump_decl_name): Dump unnamed CONST_DECL
16029 with <Cxxx>.
16030 * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Fold CONST_DECL.
16031
16032 2004-07-30 Diego Novillo <dnovillo@redhat.com>
16033
16034 * tree-ssa-alias.c (compute_points_to_and_addr_escape): If a
16035 pointer escapes through a function call, assume that the
16036 callee will dereference it.
16037 (add_pointed_to_var): Assume that VALUE is always an
16038 ADDR_EXPR.
16039 (collect_points_to_info_r): Only call add_pointed_to_var if
16040 the value is an ADDR_EXPR.
16041
16042 2004-07-30 Diego Novillo <dnovillo@redhat.com>
16043
16044 * tree-ssa-alias.c (create_alias_map_for): Do not get the
16045 alias set of the inner type of ARRAY_TYPEs.
16046
16047 2004-07-29 Diego Novillo <dnovillo@redhat.com>
16048
16049 * tree-ssa-ccp.c (visit_assignment): Move code to prevent
16050 setting a non-register to UNDEFINED right before the call to
16051 set_lattice_value.
16052
16053 2004-07-29 Kaz Kojima <kkojima@gcc.gnu.org>
16054
16055 * config/sh/lib1funcs.asm: Make aliases movstr* for movmem*.
16056
16057 2004-07-29 Diego Novillo <dnovillo@redhat.com>
16058
16059 * tree-ssa.c (verify_flow_sensitive_alias_info): When
16060 comparing points-to sets of different pointers, make sure the
16061 second pointer is actually referenced in the code.
16062
16063 2004-07-29 Zack Weinberg <zack@codesourcery.com>
16064
16065 * config/ia64/ia64.c (setjmp_operand): Delete, unused.
16066 (got_symbolic_operand): Remove unreachable code.
16067 * config/ia64/ia64.h (PREDICATE_CODES): Remove entry for
16068 setjmp_operand; add entry for tls_symbolic_operand.
16069 * config/ia64/ia64-protos.h: Remove all prototypes of
16070 predicate functions.
16071
16072 2004-07-29 Mark Mitchell <mark@codesourcery.com>
16073
16074 * c-common.h (lang_post_pch_load): New variable.
16075 * c-pch.c (lang_post_pch_load): Define it.
16076 (c_common_read_pch): Use it.
16077 * cgraphunit.c (record_call_1): Give the front end a chance to
16078 record additional needed entities when a variable is marked as
16079 needed.
16080 * tlink.c (recompile_files): Robustify.
16081 (scan_linker_output): If a symbol is assigned to a file,
16082 but after recompilation is not present there, issue an error
16083 message.
16084
16085 2004-07-29 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16086
16087 * tree-ssa-loop-im.c (force_move_till_expr, force_move_till):
16088 Take orig_loop argument and pass it to set_level.
16089 (schedule_sm): Pass the correct orig_loop to force_move_till.
16090
16091 2004-07-29 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16092
16093 * cfgloop.c (update_latch_info): Update dominator of the new block.
16094 (canonicalize_loop_headers, flow_loops_find): Do not free dominance
16095 info.
16096 * dominance.c (verify_dominators): Check that the dominance tree is
16097 connected.
16098 (recount_dominator): Ignore unreachable blocks.
16099 (iterate_fix_dominators): Cleanup old dominance information before
16100 recomputing it.
16101
16102 2004-07-29 Diego Novillo <dnovillo@redhat.com>
16103
16104 * tree-ssa-operands.c (get_expr_operands): Revert changes
16105 to ADDR_EXPR processing introduced by:
16106 2004-06-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16107 * tree-ssa-operands.c (get_expr_operands): Minor rearrangements.
16108
16109 2004-07-29 Joseph S. Myers <jsm@polyomino.org.uk>
16110
16111 * doc/implement-c.texi: Add C90 subclause references. Point to
16112 preprocessor documentation instead of duplicating it. Add points
16113 only present in C90. Fill in documentation for all points.
16114
16115 2004-07-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16116
16117 * pa.c (output_movb): Correct typo.
16118
16119 2004-07-29 Pat Haugen <pthaugen@us.ibm.com>
16120
16121 * ra.h (single_reg_in_regclass): Declare.
16122 * ra.c (single_reg_in_regclass): Define.
16123 (first_hard_reg): New.
16124 (init_ra): Initialize single_reg_in_regclass.
16125 * ra-colorize.c (ok_class): New.
16126 (coalesce, aggressive_coalesce, extended_coalesce_2): Use it.
16127
16128 2004-07-29 Nathan Sidwell <nathan@codesourcery.com>
16129
16130 * gcov-io.h: Allow zero tag as EOF indicator.
16131 (gcov_is_eof): Remove.
16132 (gcov_truncate): Remove.
16133 * gcov-io.c (gcov_seek): Always SEEK_SET.
16134 * libgcov.c (gcov_exit): Don't use gcov_truncate. Write explicit
16135 EOF tag.
16136 * coverage.c (read_counts_file): Don't use gcov_is_eof.
16137 * gcov-dump.c (dump_file): Likewise.
16138 * gcov.c (read_graph_file, read_count_file): Likewise.
16139
16140 * c-decl.c (complete_array_type): Don't gratuitously copy
16141 maxindex. Check it always has a type.
16142
16143 2004-07-29 Steven Bosscher <stevenb@suse.de>
16144
16145 * rtl.c (currently_expanding_to_rtl): New.
16146 * rtl.h (currently_expanding_to_rtl): Export it.
16147 * cfgexpand.c (tree_cfg_expand): Set/clear it at entry/exit.
16148
16149 * config/alpha/alpha.c (alpha_expand_mov): Remove old RTL
16150 inliner hack.
16151 * config/sh/sh.c: Replace rtx_equal_function_value_matters
16152 with currently_expanding_to_rtl.
16153 * config/sh/sh.md: Likewise.
16154 * config/ia64/ia64.c (got_symbolic_operand): Likewise.
16155
16156 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
16157
16158 Introduce sh2a support.
16159 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
16160 * config.gcc: Build multilibs for sh2a and sh2a-single by
16161 default.
16162 * config/sh/sh.h (SUPPORT_SH2A, SUPPORT_SH2A_SINGLE): Define by
16163 default. Split their tests out of the corresponding SH4
16164 multilibs.
16165 * config/sh/t-sh (MULTILIB_MATCHES): Don't ever use SH4 or SH4a
16166 multilibs for SH2a.
16167 2004-07-28 Alexandre Oliva <aoliva@redhat.com>
16168 * config.gcc: Handle sh2a multilibs and cpu selection.
16169 * config/sh/sh.h: Likewise. Handle sh2a command line flags.
16170 * config/sh/t-mlib-sh2a: New.
16171 * config/sh/t-mlib-sh2a-nofpu: New.
16172 * config/sh/t-mlib-sh2a-single: New.
16173 * config/sh/t-mlib-sh2a-single-only: New.
16174 2004-07-09 Nick Clifton <nickc@redhat.com>
16175 Issue 43400
16176 * config/sh/sh.h (DRIVER_SELF_SPECS): Issue an error message if
16177 -ml and -m2a are used together.
16178 2004-03-23 DJ Delorie <dj@redhat.com>
16179 * config/sh/sh.c (sh_builtin_saveregs): Use the double code only
16180 when we have a double-sized FPU.
16181 2004-02-24 Corinna Vinschen <vinschen@redhat.com>
16182 * config/sh/lib1funcs.asm (set_fpscr): Don't build if __SH2A_NOFPU__
16183 is set.
16184 * config/sh/elf.h (SUBTARGET_ASM_ISA_SPEC): Add cases for -msh2a-nofpu,
16185 -msh2a-single and -msh2a-single-only
16186 2004-02-24 Corinna Vinschen <vinschen@redhat.com>
16187 * config/sh/crt1.asm: Don't generate FPU instructions if __SH2A_NOFPU__
16188 is set.
16189 2004-02-20 DJ Delorie <dj@delorie.com>
16190 * config/sh/sh.md (movsf_i, movsf_ie, movsf, ble, bge): Disable for sh2a-nofpu.
16191 2004-02-20 Fred Fish <fnf@redhat.com>,
16192 Corinna Vinschen <vinschen@redhat.com>
16193 * config/sh/t-sh (MULTILIB_OPTIONS): Add 2a-nofpu.
16194 (MULTILIB_EXCEPTIONS): Don't build littel-endian on sh2a.
16195 2004-02-18 DJ Delorie <dj@redhat.com>
16196 * config/sh/sh.c (broken_move): Add support for movi20.
16197 * config/sh/sh.h: Likewise.
16198 (SHIFT_COUNT_TRUNCATED): Set for sh2a.
16199 * config/sh/sh.md (udivsi3_sh2a): New.
16200 (udivsi3): Call it.
16201 (divsi3_sh2a): New.
16202 (divsi3): Call it.
16203 (mul_r): New.
16204 (ashlsi3_sh2a): New.
16205 (ashrsi3_sh2a): New.
16206 (lshrsi3_sh2a): New.
16207 (movsi_i): Disable for sh2a.
16208 (movsi_ie): Add movi20.
16209 (movsf_i, movsf_ie, movsf, ble, untyped_call): Explicitly enable
16210 sh2a, for -m2a-nofpu mode.
16211 2004-02-13 DJ Delorie <dj@redhat.com>
16212 * config/sh/lib1funcs.asm: Handle double vs single better.
16213 * config/sh/sh.h: Likewise.
16214 2004-02-09 DJ Delorie <dj@redhat.com>
16215 * config/sh/crt1.asm: Add support for sh2a.
16216 * config/sh/elf.h: Likewise.
16217 * config/sh/lib1funcs.asm: Likewise.
16218 * config/sh/sh.c: Likewise.
16219 * config/sh/sh.md: Likewise.
16220 * config/sh/sh.h: Likewise.
16221 * config/sh/t-sh: Likewise.
16222
16223 2004-07-28 Alexandre Oliva <aoliva@redhat.com>
16224
16225 * config/frv/frv.md (movqi_internal, movhi_internal,
16226 movsi_internal): Add backup alternatives for memory inputs.
16227
16228 2004-07-28 Matt Austern <austern@apple.com>
16229
16230 * config/darwin.c (darwin_one_byte_bool): New global variable.
16231 * config/darwin.h (darwin_one_byte_bool): Declare.
16232 (SUBTARGET_OPTIONS): Define macro. (for -mone-byte-bool flag.)
16233 * config/rs6000/darwin.h (BOOL_TYPE_SIZE): Conditionalize on
16234 value of darwin_one_byte_bool.
16235 * doc/invoke.texi: Document -mone-byte-bool flag.
16236
16237 2004-07-28 Eric Christopher <echristo@redhat.com>
16238
16239 * c-common.c (c_common_unsafe_for_reeval): Delete.
16240 * c-lang.c (LANG_HOOKS_UNSAFE_FOR_REEVAL): Delete use.
16241 * c-pretty-print.c (pp_c_expression): Delete UNSAVE_EXPR case.
16242 * calls.c (fix_unsafe_tree): Delete.
16243 (expand_call): Delete code which used above.
16244 * dojump.c (do_jump): Delete UNSAVE_EXPR case.
16245 * expr.c (expand_expr_real_1): Ditto.
16246 * fold-const.c (non_lvalue): Ditto.
16247 * langhooks-def.h (LANG_HOOKS_UNSAFE_FOR_REEVAL): Delete.
16248 (lhd_unsafe_for_reeval): Ditto.
16249 * langhooks.c (lhd_unsafe_for_reeval): Ditto.
16250 * langhooks.h (unsafe_for_reeval): Ditto.
16251 (unsave_expr_now): Adjust comment.
16252 * tree-inline.c (copy_body_r): Delete UNSAVE_EXPR bits.
16253 (estimate_num_insns_1): Ditto.
16254 * tree-pretty-print.c (dump_generic_node): Ditto.
16255 * tree.c (expr_align): Ditto.
16256 (unsave_expr): Delete.
16257 (unsafe_for_reeval): Ditto.
16258 * tree.h (unsafe_for_reeval, unsave_expr): Ditto.
16259 * tree.def (UNSAVE_EXPR): Delete.
16260 * objc/objc-lang.c (LANG_HOOKS_UNSAFE_FOR_REEVAL): Delete.
16261
16262 2004-07-28 Zack Weinberg <zack@codesourcery.com>
16263
16264 * tree.h (enum tls_model): Move ...
16265 * coretypes.h: ... here.
16266
16267 2004-07-28 Richard Sandiford <rsandifo@redhat.com>
16268
16269 * config/frv/frv.h (EPILOGUE_USES): New. Use LR.
16270
16271 2004-07-28 Richard Sandiford <rsandifo@redhat.com>
16272
16273 * cse.c (validate_canon_reg): New function, split out from...
16274 (canon_reg): ...here. Use validate_canon_reg for both 'e' and 'E'.
16275
16276 2004-07-28 Diego Novillo <dnovillo@redhat.com>
16277
16278 * tree-ssa-alias.c (maybe_create_global_var): Don't just
16279 return if .GLOBAL_VAR has been created.
16280
16281 2004-07-28 Diego Novillo <dnovillo@redhat.com>
16282
16283 * tree-ssa.c (verify_flow_insensitive_alias_info): Process
16284 every variable that may have aliases, not just tags.
16285
16286 2004-07-28 Aldy Hernandez <aldyh@redhat.com>
16287
16288 * config/rs6000/rs6000.md ("move_from_CR_gt_bit"): Rename to
16289 move_from_CR_eq_bit.
16290 Rename UNSPEC_MV_CR_GT to UNSPEC_MV_CR_EQ.
16291
16292
16293 * config/rs6000/spe.md ("e500_flip_gt_bit"): Rename to
16294 e500_flip_eq_bit.
16295
16296 * config/rs6000/rs6000-protos.h: Rename output_e500_flip_gt_bit to
16297 output_e500_flip_eq_bit.
16298
16299 * config/rs6000/rs6000.c (output_e500_flip_gt_bit): Rename to
16300 output_e500_flip_eq_bit.
16301 (rs6000_emit_sCOND): Rename call to output_e500_flip_gt_bit to
16302 output_e500_flip_eq_bit.
16303 Rename gen_move_from_CR_gt_bit to gen_move_from_CR_eq_bit.
16304 (print_operand): case D. Get to EQ bit.
16305
16306 2004-07-28 Richard Sandiford <rsandifo@redhat.com>
16307
16308 * gcov.c (function_summary): Add missing \n.
16309
16310 2004-07-28 Alexandre Oliva <aoliva@redhat.com>
16311
16312 Introduce sh4a support.
16313 * config.gcc: Handle sh4a multilibs and cpu selection.
16314 * config/sh/sh.h: Likewise. Handle sh4a command line flags.
16315 * config/sh/t-mlib-sh4a: New.
16316 * config/sh/t-mlib-sh4al: New.
16317 * config/sh/t-mlib-sh4a-nofpu: New.
16318 * config/sh/t-mlib-sh4a-single: New.
16319 * config/sh/t-mlib-sh4a-single-only: New.
16320 2004-02-20 DJ Delorie <dj@redhat.com>
16321 * config/sh/sh.md ("movua"): Change constraint from "m" to "Sua".
16322 * config/sh/sh.h (EXTRA_CONSTRAINT_S): Add "Sua" support.
16323 2003-08-22 Eric Christopher <echristo@redhat.com>
16324 * config/sh/sh4a.md: Update for chip errata.
16325 2003-08-07 Eric Christopher <echristo@redhat.com>
16326 * config/sh/sh4a.md: New file. sh4a processor description.
16327 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
16328 * config/sh/sh.h (TARGET_SWITCHES): Added 4al. Adjust description
16329 of -m4a-nofpu.
16330 (SH_ASM_SPEC): Pass -dsp for -m4al, not -m4a-nofpu.
16331 * config/sh/t-sh (MULTILIB_MATCHES): Map -m4al to -m4a-nofpu.
16332 * doc/invoke.texi (SH Options): Document -m4al.
16333 2003-07-03 Alexandre Oliva <aoliva@redhat.com>
16334 * config/sh/sh.c (expand_block_move): Remove commented-out code
16335 checked in by mistake.
16336 (sh_cannot_change_mode_class): Enable SUBREGs to be used to select
16337 single elements from SFmode vectors.
16338 * config/sh/sh.md (fsca): Use VEC_CONCAT to initialize the output
16339 register.
16340 (sinsf2, cossf2, sindf2, cosdf2): Don't emit CLOBBER.
16341 2003-07-01 Alexandre Oliva <aoliva@redhat.com>
16342 * config/sh/sh.h (sh_fsca_sf2int, sh_fsca_df2int,
16343 sh_fsca_int2sf): Remove variable declarations.
16344 * config/sh/sh.c (sh_fsca_sf2int, sh_fsca_df2int,
16345 sh_fsca_int2sf): New functions.
16346 (sh_fsca_sf2int_rtx, sh_fsca_df2int_rtx,
16347 sh_fsca_int2sf_rtx): New static variables.
16348 * config/sh/sh-protos.h (sh_fsca_sf2int, sh_fsca_df2int,
16349 sh_fsca_int2sf): Declare.
16350 * config/sh/sh.md: Adjust.
16351 * doc/invoke.texi (SH Options): Document new options.
16352 * config/sh/lib1funcs.asm (ic_invalidate): Remove SH4a forward
16353 compatibility from SH4 code.
16354 2003-06-27 Alexandre Oliva <aoliva@redhat.com>
16355 * config/sh/sh.c (expand_block_move): Don't emit POST_INC too
16356 early.
16357 (memory_movsrc_operand): Renamed to...
16358 (unaligned_load_operand): ... this. Simplified.
16359 * config/sh/sh.h (PREDICATE_CODES): Adjust.
16360 * config/sh/sh.md (movua, extv, extzv): Likewise. Change movua's
16361 input operand to SImode, and adjust the others. Introduce
16362 post-increment by peephole.
16363 * config/sh/sh.c (expand_block_move): Give the target address the
16364 same mode as the temp reg.
16365 * config/sh/sh.c (expand_block_move): Use a temp reg for unaligned
16366 copying.
16367 2003-06-26 Alexandre Oliva <aoliva@redhat.com>
16368 Introduce support for SH4a.
16369 * config/sh/lib1funcs.asm (ic_invalidate): Use icbi if
16370 __SH4A__. Emit 4 4kb blocks and touch all of them otherwise.
16371 * config/sh/sh.c (sh_fsca_sf2int, sh_fsca_df2int,
16372 sh_fsca_int2sf): New.
16373 (sh_init_builtins): Initialize them.
16374 (print_operand): Support `d'.
16375 (expand_block_move): Use movua if src is misaligned.
16376 (memory_movsrc_operand): New.
16377 * config/sh/sh.h (TARGET_CPU_CPP_BUILTINS): Define __SH4A__
16378 and one of the SH4 macros.
16379 (SH4A_BIT, TARGET_SH4A_ARCH, TARGET_SH4A_FP,
16380 SELECT_SH4A_NOFPU, SELECT_SH4A_SINGLE_ONLY, SELECT_SH4A,
16381 SELECT_SH4A_SINGLE): New.
16382 (TARGET_NONE): Add SH4A_BIT.
16383 (TARGET_SWITCHES): Add 4a-single-only, 4a-single, 4a-nofpu and 4a.
16384 (SH_ASM_SPEC): Pass -dsp if -m4a-nofpu.
16385 (sh_fsca_sf2int, sh_fsca_df2int, sh_fsca_int2sf): Declare.
16386 (OVERRIDE_OPTIONS): Set cpu to CPU_SH4A when appropriate.
16387 (enum processor_type): Added PROCESSOR_SH4A.
16388 (PREDICATE_CODES): Add memory_movsrc_operand.
16389 * config/sh/sh.md: Removed unused variables.
16390 (attr cpu): Add sh4a.
16391 (attr type): Add movua, fsrra and fsca.
16392 (prefetch): New, for SH4.
16393 (ic_invalidate_line, ic_invalidate_line_sh4a): Use icbi.
16394 (toggle_sz): Set type to fp.
16395 (toggle_pr, rsqrtsf2, fsca, sinsf2, cossf2, sindf2, cosdf2): New.
16396 (movua, extv, extzv): New.
16397 * config/sh/t-sh: Add multilibs for 4a, 4a-nofpu, 4a-single
16398 and 4a-single-only.
16399
16400 2004-07-28 Diego Novillo <dnovillo@redhat.com>
16401
16402 * tree-optimize.c (init_tree_optimization_passes): Schedule
16403 pass_may_alias right after the program is renamed into SSA.
16404 * tree-pass.h (PROP_alias): Define.
16405 * tree-outof-ssa.c (pass_del_ssa): Require PROP_alias.
16406 * tree-sra.c (pass_sra): Likewise.
16407 * tree-ssa-ccp.c (pass_ccp): Likewise.
16408 * tree-ssa-copyrename.c (pass_rename_ssa_ccp): Likewise.
16409 * tree-ssa-dce.c (pass_dce): Likewise.
16410 * tree-ssa-dom.c (pass_dominator): Likewise.
16411 * tree-ssa-dse.c (pass_dse): Likewise.
16412 * tree-ssa-forwprop.c (pass_forwprop): Likewise.
16413 * tree-ssa-loop-ch.c (pass_ch): Likewise.
16414 * tree-ssa-phiopt.c (pass_phiopt): Likewise.
16415 * tree-ssa-pre.c (pass_pre): Likewise.
16416 * tree-tailcall.c (pass_tail_recursion): Likewise.
16417 * tree-ssa.c (pass_redundant_phi): Likewise.
16418 * tree-ssa-alias.c (aliases_computed_p): Remove.
16419 Update all users.
16420 (init_alias_info): Do not mark all type tags for renaming
16421 unconditionally.
16422 Clear may_aliases from every symbol.
16423 (setup_pointers_and_addressables): If a pointer has not been
16424 dereferenced and it had a type tag, clear it and mark the old
16425 tag for renaming.
16426
16427 2004-07-28 Diego Novillo <dnovillo@redhat.com>
16428
16429 PR tree-optimization/16705
16430 * tree-ssa-alias.c (create_global_var): Set DECL_EXTERNAL on
16431 .GLOBAL_VAR.
16432
16433 2004-07-27 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16434
16435 * expr.c (expand_expr_real_1, case PARM_DECL): Remove obsolete error
16436 check.
16437
16438 * gimplify.c (maybe_with_size_expr): If already have WITH_SIZE_EXPR,
16439 don't make another one.
16440
16441 PR optimization/15077
16442 * function.h (struct function): Add field saved_static_chain_decl.
16443 Fix comment for static_chain_decl.
16444 * tree-inline.c (save_body): Add new arg and handle static_chain_decl.
16445 * tree-inline.h (save_body): Add new arg.
16446 * tree-optimize.c (tree_rest_of_compilation): Handle saving
16447 static_chain_decl.
16448
16449 2004-07-27 Richard Henderson <rth@redhat.com>
16450
16451 * gimplify.c (is_gimple_addr_expr_arg_or_indirect): Remove.
16452 (gimplify_modify_expr, gimplify_addr_expr, gimplify_expr): Use
16453 is_gimple_addressable.
16454 * tree-gimple.c (is_gimple_addressable): Rename from
16455 is_gimple_addr_expr_arg; accept INDIRECT_REF.
16456 (is_gimple_lvalue): Don't test INDIRECT_REF directly.
16457 * tree-gimple.h, tree-sra.c, tree-ssa-loop-im.c: Update for
16458 rename to is_gimple_addressable.
16459
16460 2004-07-28 Alan Modra <amodra@bigpond.net.au>
16461
16462 * config/rs6000/rs6000.c (function_arg_padding): Pad SFmode upwards.
16463
16464 2004-07-27 Richard Henderson <rth@redhat.com>
16465
16466 * function.c (assign_stack_local_1): Widen alignment to HOST_WIDE_INT
16467 before rounding.
16468
16469 2004-07-27 Zack Weinberg <zack@codesourcery.com>
16470
16471 * libgcc2.c: Change all conditionals testing
16472 LIBGCC2_LONG_DOUBLE_TYPE_SIZE == 96 to == 80.
16473 * libgcc2.h: Likewise.
16474 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Set
16475 TYPE_PRECISION of float80_type to 80.
16476 * config/ia64/ia64.c (ia64_init_builtins): Set TYPE_PRECISION
16477 of fpreg_type and float80_type to 80.
16478 * config/i386/i386.h, config/ia64/ia64.h, config/m68k/m68k.h
16479 * config/m68k/netbsd-elf.h:
16480 Change LONG_DOUBLE_TYPE_SIZE and possibly LIBGCC2_LONG_DOUBLE_TYPE_SIZE
16481 to evaluate to 80 whenever they would formerly have evaluated to 96.
16482 * config/i386/sco5.h: Remove unnecessary redefinition of
16483 LONG_DOUBLE_TYPE_SIZE.
16484 * doc/rtl.texi: Clarify uses of XFmode and TFmode.
16485 * config/i386/i386-modes.def: Use FRACTIONAL_FLOAT_MODE for
16486 XFmode, with a bitsize of 80. Update commentary.
16487 * config/ia64/ia64-modes.def: Likewise.
16488 * config/m68k/m68k-modes.def: Likewise.
16489
16490 2004-07-27 Steven Bosscher <stevenb@suse.de>
16491
16492 * cfgexpand.c (tree_expand_cfg): Fix comment.
16493
16494 * calls.c (expand_call): Ignore rtx_equal_function_value_matters.
16495 * function.c (purge_single_hard_subreg_set, purge_hard_subreg_sets):
16496 Remove.
16497 (prepare_function_start): Don't set rtx_equal_function_value_matters.
16498 * integrate.c (copy_rtx_and_substitute): Don't test for it.
16499 * passes.c (rest_of_compilation): Don't call purge_hard_subreg_sets.
16500 Don't set rtx_equal_function_value_matters. Don't register RTL hooks
16501 here again. Update leading comment.
16502 * rtl.c (rtx_equal_function_value_matters): Remove.
16503 (rtx_equal_p): Don't test for it.
16504 * simplify-rtx.c (simplify_binary_operation, simplify_subreg):
16505 Likewise.
16506
16507 * rtl.h (enum insn_note): Remove NOTE_INSN_LOOP_END_TOP_COND.
16508 * rtl.c (note_insn_name): Likewise.
16509 * emit-rtl.c (remove_unnecessary_notes): Don't handle it.
16510 * final.c (final_scan_insn): Likewise.
16511
16512 * except.c (finish_eh_generation): Don't call cfg_cleanup from here.
16513 * passes.c (rest_of_handle_eh): Do it here.
16514
16515 * stmt.c (struct nesting): Remove struct nesting block member.
16516 (struct stmt_status): Remove x_block_start_count field.
16517 (current_block_start_count): Remove.
16518
16519 2004-07-27 Brian Booth <bbooth@redhat.com>
16520
16521 * tree-optimize.c (register_one_dump_file): Update condition that uses
16522 static_pass_number.
16523 (dup_pass_1): Replace with...
16524 (next_pass_1): This.
16525 (NEXT_PASS): Call next_pass_1.
16526 (DUP_PASS): Remove.
16527 (init_tree_optimization_passes): Remove uses of DUP_PASS.
16528 (execute_one_pass): Update condition that uses
16529 static_pass_number.
16530 * tree-pass.h (tree_opt_pass): Declare static_pass_number as a signed
16531 integer.
16532
16533 2004-07-27 Nick Clifton <nickc@redhat.com>
16534
16535 * config/m32r/m32r.c: Include integrate.h in order to get the
16536 prototype for get_hard_reg_initial_val().
16537
16538 * config/m32r/m32r.md (m32rpipeline): Remove unused value "m32r"
16539 and tidy up indentation.
16540 (final_presence_set): Use absence_set instead, so that if there is
16541 nothing in the "o" pipe the "s" pipe can be scheduled.
16542
16543 2004-07-27 Diego Novillo <dnovillo@redhat.com>
16544
16545 * tree-ssa-alias.c (create_name_tags): Ignore pointers that
16546 don't have PT_VARS nor PT_MALLOC set.
16547 Clear name tag from pointers that have not been dereferenced.
16548 (set_pt_anything, set_pt_malloc): Forward declare.
16549 * tree-ssa-copy.c (may_propagate_copy): Compare alias sets,
16550 not type compatibility when determining if a pointer can be
16551 copy propagated.
16552
16553 2004-07-27 Richard Sandiford <rsandifo@redhat.com>
16554
16555 * expr.h (canonicalize_condition, get_condition): Add an int argument.
16556 * gcse.c (fis_get_condition): Reimplement using get_condition, leaving
16557 it to check whether the condition is still valid at the jump insn.
16558 * ifcvt.c (noce_get_condition): Likewise.
16559 (noce_get_alt_condition): Update call to canonicalize_condition.
16560 * loop-iv.c (simplify_using_initial_values): Update call to
16561 get_condition. Remove FIXME.
16562 (check_simple_exit): Update call to get_condition.
16563 * loop-unswitch.c (may_unswitch_on): Likewise.
16564 * loop.c (check_dbra_loop): Likewise.
16565 (canonicalize_condition, get_condition): Add an argument to say whether
16566 the condition must still be valid at INSN.
16567 (get_condition_for_loop): Update call to get_condition. Require that
16568 the condition be valid at INSN.
16569 * predict.c (estimate_probability): Update call to get_condition.
16570 Remove unused earliest parameter.
16571 (expected_value_to_br_prob): Update call to canonicalize_condition.
16572
16573 2004-07-26 Eric Christopher <echristo@redhat.com>
16574
16575 * tree-dfa.c (add_referenced_var): Register initializers of global
16576 variables.
16577
16578 2004-07-26 Paolo Bonzini <bonzini@gnu.org>
16579
16580 * config/i386/i386.c (function_arg): Always treat 8-
16581 and 16-byte wide vectors the same, even if MMX/SSE
16582 are disabled.
16583 (contains_128bit_aligned_vector_p): Add comment.
16584
16585 2004-07-26 J"orn Rennecke <joern.rennecke@superh.com>
16586
16587 * ra.h (enum node_type): Rename to:
16588 (enum ra_node_type).
16589 * ra-colorize.c: Likewise.
16590
16591 2004-07-26 Richard Sandiford <rsandifo@redhat.com>
16592
16593 * cfgcleanup.c (try_simplify_condjump): Call update_forwarder_flag
16594 after simplifying the jump.
16595
16596 2004-06-26 Richard Henderson <rth@redhat.com>
16597
16598 * calls.c (combine_pending_stack_adjustment_and_call): Make
16599 preferred_unit_stack_boundary argument unsigned. Make
16600 unadjusted_alignment unsigned.
16601 (expand_call): Make preferred_stack_boundary and
16602 preferred_unit_stack_boundary variables unsigned.
16603 * function.c (assign_stack_local_1): Make alignment unsigned.
16604 * function.h (struct function): Make stack_alignment_needed,
16605 preferred_stack_boundary unsigned.
16606 * config/i386/i386.c (ix86_preferred_stack_boundary): Make unsigned.
16607 (ix86_compute_frame_layout): Make stack_alignment_needed,
16608 preferred_alignment variables unsigned.
16609 * config/i386/i386.h (ix86_preferred_stack_boundary): Make unsigned.
16610
16611 2004-07-26 Tom Tromey <tromey@redhat.com>
16612
16613 * tree.h: Fix typo in comment.
16614
16615 2004-07-26 Daniel Jacobowitz <dan@debian.org>
16616
16617 PR bootstrap/12804
16618 * ggc-zone.c (struct alloc_chunk): Remove attribute packed.
16619 (MAX_FREE_BIN_SIZE): Increase on 64-bit targets.
16620 (ggc_free): Remove incorrect freeing.
16621 (sweep_pages): Advance PP for large pages. Fix indentation.
16622
16623 2004-07-26 Richard Sandiford <rsandifo@redhat.com>
16624
16625 PR rtl-optimization/16643
16626 * cfglayout.h (cfg_layout_initialize): Add a flags parameter.
16627 * cfglayout.c (cfg_layout_initialize): Pass it to cleanup_cfg.
16628 * basic-block.h (reorder_basic_blocks): Add a flags parameter.
16629 * cfglayout.c (reorder_basic_blocks): Pass it to cfg_layout_initialize.
16630 (partition_hot_cold_basic_blocks): Pass 0 to cfg_layout_initialize.
16631 * function.c (thread_prologue_and_epilogue_insns): Likewise.
16632 * rtl.h (tracer): Add a flags parameter.
16633 * tracer.c (tracer): Pass it to cfg_layout_initialise.
16634 * passes.c (rest_of_handle_stack_regs): Pass 0 to reorder_basic_blocks.
16635 (rest_of_handle_reorder_blocks): Update calls to tracer and
16636 reorder_basic_blocks, passing CLEANUP_UPDATE_LIFE if appropriate.
16637 (rest_of_handle_tracer): Pass 0 to tracer.
16638 (rest_of_handle_loop2): Pass 0 to cfg_layout_initialize.
16639
16640 2004-07-25 David Edelsohn <edelsohn@gnu.org>
16641
16642 PR target/16239
16643 * config/rs6000/rs6000.md (movdi_internal64): Further disparage
16644 f->f.
16645
16646 2004-07-24 Nathan Sidwell <nathan@codesourcery.com>
16647
16648 * tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree).
16649 (BINFO_BASE_ACCESS): Adjust.
16650 (BINFO_BASE_ACCESS_APPEND): New.
16651 (struct tree_binfo): Make base_accesses a VEC(tree) pointer.
16652 * dbxout.c (dbxout_type): Adjust binfo access accessing.
16653 * dwarf2out.c (gen_member_die): Likewise.
16654 * tree-dump.c (deque_and_dump): Likewise.
16655
16656 2004-07-26 Falk Hueffner <falk@debian.org>
16657
16658 * config/alpha/alpha.c (alpha_rtx_cost_data): Tweak int_div
16659 costs.
16660
16661 2004-07-25 Roger Sayle <roger@eyesopen.com>
16662
16663 * config/i386/i386.c (output_fp_compare): Use ffreep to pop top
16664 value off of the stack if TARGET_USE_FFREEP.
16665
16666 2004-07-26 Bernardo Innocenti <bernie@develer.com>
16667
16668 * gengtype.c (oprintf): Replace xrealloc () with XRESIZEVEC ().
16669 * gengtype-yacc.y: Likewise. Replace free() with XDELETE ().
16670 * c-typeck.c (PUSH_SPELLING): Remove redundant NULL-pointer
16671 check on invocation of XRESIZEVEC ().
16672
16673 2004-07-26 Bernardo Innocenti <bernie@develer.com>
16674
16675 * c-common.c (disable_builtin_function): Rename variable n to
16676 new_disabled_builtin.
16677 * c-decl.c (duplicate_decls): Rename parameter decl to new_decl.
16678 Rename local variable old to old_decl.
16679 * gensupport.c (shift_output_template): Rename parameter old to src.
16680 * simplify-rtx.c (simplify_replace_rtx): Rename parameter oldx to
16681 old_rtx and newx to new_rtx.
16682
16683 2004-07-26 Bernardo Innocenti <bernie@develer.com>
16684
16685 * Makefile.in (C_PRAGMA_H): New variable to track dependencies
16686 of c-pragma.h.
16687 * c-pragma.h (c_lex, c_lex_with_flags): Change returntype to
16688 enum cpp_ttype.
16689 * c-lex.c: Likewise.
16690
16691 2004-07-25 Roger Sayle <roger@eyesopen.com>
16692
16693 * fold-const.c (constant_boolean_node): Make extern.
16694 (make_range): Wrap long lines.
16695 (fold_cond_expr_with_comparison): Remove unnecessary call to
16696 pedantic_non_lvalue. Add missing calls to fold_convert.
16697 (fold_truthop): Add missing calls to fold_convert.
16698 (fold): Likewise.
16699 * tree.h (constant_boolean_node): Add prototype here.
16700 * builtins.c (expand_builtin_strncmp): Add missing calls to
16701 fold_convert.
16702 * tree-ssa-dom.c (record_equivalences_from_incoming_edge):
16703 Call fold_convert and constant_boolean_node to correct types.
16704 * tree-ssa-forwprop.c (substitute_single_use_vars): Add
16705 missing call to fold_convert to correct types.
16706
16707 2004-07-26 Niall Douglas <s_fsfeurope2@nedprod.com>
16708 Brian Ryner <bryner@brianryner.com>
16709
16710 PR c++/9283
16711 PR c++/15000
16712 * c-common.c (c_common_attribute_table): Allow
16713 handle_visibility_attribute to be called for types.
16714 (handle_visibility_attribute) When given a type, set the visibility
16715 bits on the TYPE_NAME. When given a decl, don't set no_add_attrs
16716 so that we can check later whether the attribute was present. Added
16717 warning if attribute applied to non class type.
16718 * c-decl.c (diagnose_mismatched_decls): Updated rules for merging
16719 decls and checking that they are consistent.
16720 * common.opt: Added -fvisibility.
16721 * c.opt, c-opts.c: Added -fvisibility-inlines-hidden.
16722 * c-pragma.h, c-pragma.c: Added handle_pragma_visibility().
16723 * flags.h, tree.h: Added assorted support defines for overall patch
16724 * opts.c: Added parsing support for -fvisibility.
16725 * tree.c (build_decl): Set visibility for all decls to be whatever
16726 is in force at that time.
16727 * varasm.c (default_binds_local_p_1): Reworked logic determining
16728 when to make a symbol locally bound.
16729 * doc/invoke.texi: Added documentation for -fvisibility and
16730 -fvisibility-inlines-hidden.
16731
16732 2004-07-25 Bernardo Innocenti <bernie@develer.com>
16733
16734 * basic-block.h (reorder_block_def): Rename to reorder_block_def_p.
16735 * c-common.c: Add missing casts from void * to other types.
16736 * c-decl.c: Likewise.
16737 * c-format.c: Likewise.
16738 * c-lex.c: Likewise.
16739 * c-pragma.c: Likewise.
16740 * c-typeck.c: Likewise.
16741 * defaults.h: Likewise.
16742 * genconstants.c: Likewise.
16743 * gengtype-lex.l: Likewise.
16744 * genmodes.c: Likewise.
16745 * read-rtl.c: Likewise.
16746 * rtl.c: Likewise.
16747
16748 2004-07-25 Bernardo Innocenti <bernie@develer.com>
16749
16750 * bitmap.c: Use type-safe memory allocation macros from libiberty.
16751 * c-common.c: Likewise.
16752 * c-decl.c: Likewise.
16753 * c-lang.c: Likewise.
16754 * c-lex.c: Likewise.
16755 * c-opts.c: Likewise.
16756 * c-parse.in: Likewise.
16757 * c-typeck.c: Likewise.
16758 * genconditions.c: Likewise.
16759 * gengtype-lex.l: Likewise.
16760 * gengtype-yacc.y: Likewise.
16761 * gengtype.c: Likewise.
16762 * genmodes.c: Likewise.
16763 * gensupport.c: Likewise.
16764 * read-rtl.c: Likewise.
16765 * read-rtl.c (read_constants): Use INSERT instead of TRUE in call to
16766 htab_find_slot().
16767
16768 2004-07-25 Bernardo Innocenti <bernie@develer.com>
16769
16770 * c-decl.c (groktypename, groktypename_in_param_context): Rename
16771 variable typename to type_name.
16772 * c-lex.c (interpret_float): Likewise.
16773
16774 2004-07-25 Roger Sayle <roger@eyesopen.com>
16775
16776 * convert.c (convert_to_real, convert_to_integer,
16777 convert_to_complex): Replace calls to build with calls to buildN.
16778 * coverage.c (tree_coverage_counter_ref): Likewise.
16779 * dojump.c (do_jump): Likewise.
16780 * dwarf2out.c (loc_descriptor_from_tree): Likewise.
16781 * emit-rtl.c (component_ref_for_mem_expr,
16782 set_mem_attributes_minus_bitpos): Likewise.
16783 * explow.c (update_nonlocal_goto_save_area): Likewise.
16784 * expmed.c (expand_shift, make_tree, const_mult_add_overflow_p,
16785 expand_mult_add): Likewise.
16786 * expr.c (emit_block_move_via_libcall, clear_storage_via_libcall,
16787 store_constructor, get_inner_reference, expand_expr_real_1,
16788 try_casesi, try_tablejump): Likewise.
16789 * function.c (expand_function_start): Likewise.
16790 * stmt.c (emit_case_bit_tests, expand_end_case_type,
16791 node_has_low_bound, node_has_high_bound, emit_case_nodes): Likewise.
16792 * stor-layout.c (place_union_field, layout_type): Likewise.
16793 * tree.c (substitute_in_expr, tree_fold_gcd): Likewise.
16794 * varasm.c (copy_constant): Likewise.
16795
16796 2004-07-25 Bernardo Innocenti <bernie@develer.com>
16797
16798 * c-common.c: Rename all identifiers named `new'.
16799 * c-decl.c: Likewise.
16800 * gensupport.c: Likewise.
16801 * simplify-rtx.c: Likewise.
16802 * c-common.c (disable_builtin_function): Replace a call to xmalloc()
16803 with XNEW().
16804 * gensupport.c (alter_output_for_insn): Replace two calls to xmalloc()
16805 with XNEWVEC().
16806
16807 2004-07-25 Joseph S. Myers <jsm@polyomino.org.uk>
16808
16809 PR c/15360
16810 * c-decl.c (start_decl): Do not set DECL_EXTERNAL for initialized
16811 declarations until after calling pushdecl.
16812 (grokdeclarator): Set DECL_EXTERNAL for variables based on use of
16813 "extern" and not on whether the declaration is initialized.
16814
16815 2004-07-25 Daniel Jacobowitz <dan@debian.org>
16816
16817 * config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*)
16818 (sparc-*-solaris2*): Include sol2.o and sol2-protos.h.
16819 * config/sol2-c.c: Include "tm.h", "tm_p.h", "toplev.h",
16820 "cpplib.h", "c-pragma.h", "c-common.h".
16821 (solaris_pragma_align, solaris_pragma_init, solaris_pragma_fini)
16822 (solaris_register_pragmas): New functions.
16823 * config/sol2-protos.h: New file.
16824 * config/sol2.c: New file.
16825 * config/sol2.h (SOLARIS_ATTRIBUTE_TABLE, ASM_DECLARE_FUNCTION_SIZE)
16826 (REGISTER_TARGET_PRAGMAS): New macros.
16827 (solaris_pending_aligns, solaris_pending_inits)
16828 (solaris_pending_finis): New variables.
16829 * config/t-sol2 (sol2-c.o): Update dependencies.
16830 (sol2.o): New rule.
16831 * config/i386/i386.c (TARGET_INSERT_ATTRIBUTES): Define in terms of
16832 SUBTARGET_INSERT_ATTRIBUTES.
16833 (ix86_attribute_table): Include SUBTARGET_ATTRIBUTE_TABLE.
16834 * config/i386/sol2.h (SUBTARGET_INSERT_ATTRIBUTES)
16835 (SUBTARGET_ATTRIBUTE_TABLE, ASM_OUTPUT_CALL): Define.
16836 * config/sparc/elf.h (ASM_DECLARE_FUNCTION_SIZE): Redefine.
16837 * config/sparc/sp64-elf.h (ASM_DECLARE_FUNCTION_SIZE): Redefine.
16838 * config/sparc/sol2.h (SUBTARGET_INSERT_ATTRIBUTES)
16839 (SUBTARGET_ATTRIBUTE_TABLE, ASM_OUTPUT_CALL): Define.
16840 * config/sparc/sparc.c (sparc_attribute_table): New.
16841 (TARGET_INSERT_ATTRIBUTES): Define in terms of
16842 SUBTARGET_INSERT_ATTRIBUTES.
16843 (TARGET_ATTRIBUTE_TABLE): Define if SUBTARGET_ATTRIBUTE_TABLE
16844 is defined.
16845 * doc/extend.texi (Solaris Pragmas): New section.
16846
16847 2004-07-25 Bernardo Innocenti <bernie@develer.com>
16848
16849 * c-common.c: Rename all identifiers named `class' to `cl'.
16850 * c-common.h: Likewise.
16851 * c-parse.in: Likewise.
16852 * c-typeck.c: Likewise.
16853 * genmodes.c: Likewise.
16854 * real.c: Likewise.
16855 * real.h: Likewise.
16856 * recog.c: Likewise.
16857 * recog.h: Likewise.
16858 * regrename.c: Likewise.
16859 * tree.h: Likewise.
16860 * c-common.c (builtin_function_2): Change type of 5th parameter from
16861 int to enum built_in_function. Change type of 8th parameter from int
16862 to bool.
16863 * c-decl (builtin_function): Replace call to ggc_alloc_cleared ()
16864 with GGC_CNEW().
16865 * c-typeck.c (convert_arguments): Change type of formal_prec from
16866 int to unsigned int.
16867 * genmodes.c (blank_mode): Make a few negative constants unsigned.
16868 (complete_all_modes, calc_wider_mode, emit_insn_modes_h,
16869 emit_mode_name, emit_mode_class, emit_mode_precision, emit_mode_size,
16870 emit_mode_nunits, emit_mode_wider, emit_mode_mask, emit_mode_inner,
16871 emit_mode_base_align, emit_class_narrowest_mode): Pass an integer
16872 iterator to for_all_modes () instead of an enum because enums can't
16873 be incremented in C++.
16874
16875
16876 2004-07-25 Daniel Jacobowitz <dan@debian.org>
16877
16878 * regmove.c (optimize_reg_copy_1): Don't try to replace call-used
16879 hard registers.
16880
16881 2004-07-25 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16882
16883 * tree-ssa-operands.c (get_stmt_operands, get_expr_operands):
16884 Handle ARRAY_RANGE_REF like ARRAY_REF.
16885
16886 2004-07-25 Joseph S. Myers <jsm@polyomino.org.uk>
16887
16888 * c-typeck.c (digest_init): Don't allow arrays of signed or
16889 unsigned variants of wchar_t to be initialized by wide string
16890 constants. Do allow arrays of enumerated types compatible with
16891 wchar_t to be initialized by wide string constants. Refine tests
16892 distinguishing wide and narrow strings and arrays. Give specific
16893 error for arrays of other integer types initialized by string
16894 constants.
16895 (output_init_element, process_init_element): Check for
16896 INTEGRAL_TYPE_P rather than just for INTEGER_TYPE when
16897 initializing with string constants.
16898
16899 2004-07-25 Richard Henderson <rth@redhat.com>
16900
16901 * c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P
16902 on the RESULT_DECL.
16903 * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
16904 * integrate.c (copy_decl_for_inlining): Copy DECL_ARTIFICIAL and
16905 DECL_IGNORED_P to new decl.
16906
16907 2004-07-24 Zack Weinberg <zack@codesourcery.com>
16908
16909 * config/ia64/ia64.c (general_xfmode_operand)
16910 (destination_xfmode_operand): Delete.
16911 * config/ia64/ia64.h (PREDICATE_CODES): Remove them.
16912 * config/ia64/ia64.md (*movxf_internal): Use general_operand
16913 and destination_operand.
16914
16915 2004-07-24 Alexander Kabaev <kan@freebsd.org>
16916
16917 * config/ia64/ia64.h (SUBTARGET_EXTRA_SPECS): Default to nothing.
16918 (EXTRA_SPECS): Use SUBTARGET_EXTRA_SPECS.
16919
16920 2004-07-24 Alexander Kabaev <kan@freebsd.org>
16921 Zack Weinberg <zack@codesourcery.com
16922
16923 PR 16684
16924 * c-decl.c (diagnose_mismatched_decls): Don't issue a
16925 redundant-declaration warning the first time a builtin is
16926 declared explicitly.
16927
16928 2004-07-25 Bernardo Innocenti <bernie@develer.com>
16929
16930 * tree.h (staticp): Change return type to bool.
16931
16932 2004-07-25 Bernardo Innocenti <bernie@develer.com>
16933
16934 * c-common.c (c_staticp): Last episode of the staticp saga.
16935
16936 2004-07-25 Bernardo Innocenti <bernie@develer.com>
16937
16938 * c-common.h (c_staticp): Change return type from int to bool.
16939 * tree.c (staticp): Likewise.
16940 * langhooks.h (staticp): Likewise.
16941
16942 2004-07-25 Bernardo Innocenti <bernie@develer.com>
16943
16944 * langhooks-def.h (lhd_staticp): Change return type from int to
16945 bool in prototype to match definition.
16946
16947 2004-07-25 Bernardo Innocenti <bernie@develer.com>
16948
16949 * system.h (bool, true, false): Don't redefine as preprocessor macros
16950 in C++.
16951
16952 2004-07-24 Roger Sayle <roger@eyesopen.com>
16953
16954 * expmed.c (init_expmed): A signed modulus by a power of two is
16955 considered cheap if its less than or equal to four instructions.
16956
16957 2004-07-25 Bernardo Innocenti <bernie@develer.com>
16958
16959 * ggc.h (GGC_NEW, GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR,
16960 GGC_CNEWVAR): New macros.
16961
16962 2004-07-25 Bernardo Innocenti <bernie@develer.com>
16963
16964 * c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter
16965 lists.
16966 * c-decl.c: Likewise.
16967 * c-format.c: Likewise.
16968 * c-lex.c: Likewise.
16969 * c-opts.c: Likewise.
16970 * c-pragma.c: Likewise.
16971 * c-typeck.c: Likewise.
16972 * gencheck.c: Likewise.
16973 * genconditions.c: Likewise.
16974 * genconfig.c: Likewise.
16975 * genflags.c: Likewise.
16976 * gengtype.c: Likewise.
16977 * gensupport.c: Likewise.
16978 * ggc-none.c: Likewise.
16979 * langhooks.c: Likewise.
16980 * statistics.h: Likewise.
16981 * stub-objc.c: Likewise.
16982 * java/decl.c: Likewise.
16983
16984 2004-07-24 Roman Zippel <zippel@linux-m68k.org>
16985
16986 * config/m68k/m68k.c (output_scc_di): Fix coding style.
16987 (symbolic_operand): Fix prototype.
16988 * config/m68k/m68k.h (PREDICATE_CODES): Add symbolic_operand.
16989 * config/m68k/m68k.md: Add constants for registers a0 and sp and
16990 use them, change from the "{...}" syntax to the simpler {...}
16991 syntax.
16992 (*cfv4_extendqisi2): Fix destination predicate.
16993 * config/m68k/m68k-protos.h: Remove various declarations also
16994 generated via PREDICATE_CODES.
16995
16996 2004-07-23 Mike Stump <mrs@apple.com>
16997
16998 * c-typeck.c (convert_for_assignment): Tightened up pointer
16999 converstions that differ in signedness.
17000
17001 2004-07-23 Zack Weinberg <zack@codesourcery.com>
17002
17003 * genmodes.c (make_vector_modes): Mark with ATTRIBUTE_UNUSED.
17004
17005 2004-07-23 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17006
17007 * tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.
17008 * tree-ssa-operands.c (get_expr_operands, case VIEW_CONVERT_EXPR): New.
17009
17010 * gimplify.c (gimplify_compound_lval): Check for no handled
17011 operations, rather than checking for explicit list of nodes.
17012 (is_gimple_addr_expr_arg_or_indirect): New function.
17013 (gimplify_addr_expr): Call it and handle INDIRECT_REF; remove
17014 redundant setting of TREE_INVARIANT.
17015 (gimplify_expr, case VIEW_CONVERT_EXPR): Call gimplify_compound_lval.
17016 * tree-gimple.c (is_gimple_addr_expr_arg): Call handled_component_p.
17017
17018 2004-07-23 Diego Novillo <dnovillo@redhat.com>
17019
17020 PR tree-optimization/16688
17021 PR tree-optimization/16689
17022 * tree-ssa-alias.c (setup_pointers_and_addressables): Remove
17023 unnecessary initialization of 'tag'.
17024 (get_tmt_for): Check that the new type tag has the same alias
17025 set as the pointed-to type.
17026 (group_aliases): Only regular variables need to be removed
17027 from the alias set of a name tag.
17028 * tree-ssa-copy.c (may_propagate_copy): Do not allow copy
17029 propagation if the two types are not compatible.
17030 (merge_alias_info): Rename from replace_ssa_names_ann.
17031 Add more checking.
17032 (replace_exp_1): If both arguments are SSA_NAMEs, check that
17033 the propagation can be done.
17034 Only call merge_alias_info on pointers.
17035 (propagate_value): Likewise.
17036 * tree-ssa-copyrename.c: Include langhooks.h.
17037 (copy_rename_partition_coalesce): Call replace_ssa_name_symbol
17038 to do the merging.
17039 Do not coalesce variables with incompatible types.
17040 (rename_ssa_copies): Call replace_ssa_name_symbol.
17041 * tree-ssa.c (verify_ssa_name): Verify that the SSA_NAME has
17042 the same type as the underlying _DECL.
17043 * tree-ssanames.c (replace_ssa_name_symbol): New function.
17044 * tree.h (replace_ssa_name_symbol): Declare.
17045
17046 2004-07-23 Richard Henderson <rth@redhat.com>
17047
17048 PR c++/16277
17049 * gimplify.c (gimplify_cond_expr): Gimplify TARGET to a min_lval;
17050 unshare it properly.
17051 (gimplify_modify_expr_rhs): Push assignment from a conditional into
17052 the conditional for all non-register types.
17053
17054 2004-07-23 Richard Henderson <rth@redhat.com>
17055
17056 * expr.c (expand_expr_real_1): Don't handle non-local variables.
17057 * expr.h (fix_lexical_addr): Remove.
17058 * function.c (NEED_SEPARATE_AP): Remove.
17059 (fix_lexical_addr): Remove.
17060 * tree-alias-common.c (get_alias_var_decl): Check TREE_STATIC,
17061 not null decl_function_context.
17062 (create_alias_vars): Likewise.
17063 * tree-cfg.c (make_ctrl_stmt_edges): Don't check for non-local labels.
17064 (simple_goto_p): Likewise.
17065 * tree-dfa.c (add_referenced_var): Don't check for non-local variables.
17066 * tree-ssa-ccp.c (get_default_value): Likewise.
17067 * tree-tailcall.c (suitable_for_tail_opt_p): Likewise.
17068 * tree.c (needs_to_live_in_memory): Likewise.
17069 * tree-flow-inline.h (may_be_aliased): Move...
17070 * tree-ssa-alias.c (may_be_aliased): ... here. Enhance check for
17071 when TREE_STATIC variables may be addressable.
17072
17073 2004-07-24 Jakub Jelinek <jakub@redhat.com>
17074
17075 * Makefile.in (site.exp): Add HOSTCC and HOSTCFLAGS to site.exp.
17076
17077 2004-07-23 Zack Weinberg <zack@codesourcery.com>
17078
17079 * print-rtl.c (print_rtx <case 'b'>): Don't attempt to print
17080 bitmap contents if GENERATOR_FILE is defined.
17081 * Makefile.in (BUILD_RTL): Remove $(BUILD_PREFIX)bitmap.o.
17082 ($(BUILD_PREFIX_1)bitmap.o): Delete rule.
17083
17084 2004-07-23 Joseph S. Myers <jsm@polyomino.org.uk>
17085
17086 * c-decl.c (start_function): Form composite type of function types
17087 rather than copying type from previous prototype declaration.
17088
17089 2004-07-23 Janis Johnson <janis187@us.ibm.com>
17090
17091 * config/rs6000/altivec.h (vec_lvewx, vec_lvehx, vec_lvwbx): Remove
17092 the const qualifier for the second argument in the C++ functions.
17093
17094 * config/rs6000/altivec.h (vec_stvewx, vec_stvehx, vec_stvebx): Use
17095 specific pointer types.
17096
17097 * config/rs6000/altivec.h (vec_vadduwm): (vec_vadduwm, vec_vadduhm,
17098 vec_vaddubm, vec_vsubuwm, vec_vsubuhm, vec_vsububm): Fix types used
17099 for vector bool and/or vector pixel, add C++ and C missing support.
17100 (vec_vaddsws, vec_vaddshs, vec_vaddsbs, vec_vmaxsw, vec_vmaxsh,
17101 vec_vmaxsb, vec_vmrghw, vec_vmrghh, vec_vmrghb, vec_vmrglw, vec_vmrglh,
17102 vec_vmrglb, vec_vminsw, vec_vminsh, vec_vminsb, vec_vpkuwum,
17103 vec_vpkuhum, vec_vspltw, vec_vsplth, vec_vspltb, vec_vsubsws,
17104 vec_vsubshs, vec_vsubsbs, vec_vupklsh, vec_vupkhsh, vec_vupklsb): Add
17105 missing C++ and C support for vector bool and/or vector pixel.
17106 (vec_vadduws, vec_vadduhs, vec_vaddubs, vec_vcmpeqfp, vec_vcmpequw,
17107 vec_vcmpequh, vec_vcmpequb, vec_vcmpgtfp, vec_vcmpgtsw, vec_vcmpgtuw,
17108 vec_vcmpgtsh, vec_vcmpgtuh, vec_vcmpgtsb, vec_vcmpgtub, vec_vmaxuw,
17109 vec_vmaxuh, vec_vmaxub, vec_vminuw, vec_vminuh, vec_vminub,
17110 vec_vsubuws, vec_vsubuhs, vec_vsububs, vec_vupkhpx, vec_vupklpx): Fix
17111 C++ and C types used for vector bool and/or vector pixel.
17112 (vec_st, vec_stl): Add C++ support for vector pixel.
17113 (vec_unpackh, vec_unpackl, vec_any_ge): Fix C++ support for vector bool.
17114 (vec_all_ne): Add C++ support for vector pixel.
17115
17116 * config/rs6000/altivec.h (vec_vcmpgtsh): Fix C++ function name.
17117 (vec_vmulesb): Add missing C++ function.
17118 (vec_perm): Fix type of third argument in C++ function.
17119 (vec_vsum4shs): Fix C++ function name.
17120 (vec_any_ge): Remove C++ functions for unsupported arg combinations.
17121 (vec_vcmpgtsw, vec_vcmpgtuw, vec_minsb, vec_vmsummbm): Fix the
17122 argument passed to the error handler in C macro.
17123 (vec_nmsub): Remove extra parens around argument names in C macro.
17124 (vec_packpx): Add missing parens in C macro.
17125
17126 2004-07-22 Paolo Bonzini <bonzini@gnu.org>
17127
17128 * machmode.def: Remove vector modes.
17129 * config/alpha/alpha-modes.def: Add supported vector modes.
17130 * config/arm/arm-modes.def: Likewise.
17131 * config/frv/frv-modes.def: Likewise.
17132 * config/i386/i386-modes.def: Likewise.
17133 * config/rs6000/rs6000-modes.def: Likewise.
17134 * config/sh/sh-modes.def: Likewise.
17135
17136 2004-07-23 Matthias Klose <doko@debian.org>
17137
17138 * intl.c (gcc_init_libintl): Use PACKAGE for the text domain.
17139 * configure.ac: Add AC_DEFINE_UNQUOTED for PACKAGE.
17140 * config.h: Regenerate.
17141 * configure: Likewise.
17142
17143 2004-07-22 Mark Mitchell <mark@codesourcery.com>
17144
17145 * dwarf2out.c (output_call_frame_info): Set SYMBOL_FLAG_LOCAL on
17146 generated SYMBOL_REFs for labels.
17147 * config/darwin-protos.h (machopic_validate_stub_or_non_lazy_ptr):
17148 Change prototype.
17149 (machopic_stub_name): Remove.
17150 (machopic_indirection_name): New function.
17151 (machopic_mcount_stub_name): Likewise.
17152 (machopic_classify_name): Remove.
17153 (machopic_function_base_sym): New function.
17154 (machpoic_classify_symbol): Likewise.
17155 (machopic_classify_ident): Remove.
17156 (machopic_define_ident): Likewise.
17157 (machopic_define_name): Likewise.
17158 (machopic_name_defined_p): Likewise.
17159 (machopic_ident_defined_p): Likewise.
17160 (darwin_strip_name_encoding): Likewise.
17161 (machopic_define_symbol): New function.
17162 * config/darwin.c (hashtab.h): Include.
17163 (machopic_defined_list): Remove.
17164 (machopic_classify_ident): Likewise.
17165 (machopic_classify_name): Likewise.
17166 (machopic_ident_defined_p): Likewise.
17167 (machopic_define_ident): Likewise.
17168 (machopic_define_name): Likewise.
17169 (machopic_symbol_defined_p): New function.
17170 (machopic_classify_symbol): Likewise.
17171 (machopic_data_defined_p): Use machopic_classify_symbol.
17172 (machopic_define_symbol): New function.
17173 (machopic_function_base_sym): New function.
17174 (machopic_non_lazy_pointers): Remove.
17175 (machopic_non_lazy_ptr_name): Likewise.
17176 (machopic_stubs): Likewise.
17177 (machopic_stub_name): Likewise.
17178 (NON_LAZY_POINTER_SUFFIX): New macro.
17179 (STUB_SUFFIX): Likewise.
17180 (machopic_indirection): New structure.
17181 (machopic_indirections): New variable.
17182 (machopic_indirection_hash): New function.
17183 (machopic_indirection_eq): Likewise.
17184 (machopic_indirection_name): Likewise.
17185 (machopic_mcount_stub_name): New function.
17186 (machopic_validate_stub_or_non_lazy_pointer): Reimplement to use
17187 hash table.
17188 (machopic_indirect_data_reference): Rework to use new functions.
17189 (machopic_indirect_call_target): Likewise.
17190 (machopic_legitimize_pic_address): Likewise.
17191 (machopic_output_indirection): New function.
17192 (machopic_finish): Use it.
17193 (machopic_operand_p): Rework to use new functions.
17194 (darwin_encode_seciton_info): Use SYMBOL_REF_FLAGS.
17195 (darwin_strip_name_encoding): Remove.
17196 (update_non_lazy_ptrs): Remove.
17197 (update_stubs): Likewise.
17198 (darwin_non_lazy_pcrel): Use new functions.
17199 * config/darwin.h (ASM_DECLARE_OBJECT_NAME): Likewise.
17200 (ASM_OUTPUT_LABELREF): Likewise.
17201 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
17202 (MACHO_SYMBOL_FLAG_VARIABLE): New macro.
17203 (MACHO_SYMBOL_FLAG_DEFINED): Likewise.
17204 (TARGET_STRIP_NAME_ENCODING): Do not use
17205 darwin_strip_name_encoding.
17206 (GEN_LAZY_PTR_NAME_FOR_SYMBOL): Do not use
17207 darwin_strip_name_encoding.
17208 * config/i386/darwin.h (FUNCTION_PROFILER): Use
17209 machopic_mcount_stub_name.
17210 * config/i386/i386.c (x86_output_mi_thunk): Use
17211 machopic_indirection_name, not machopic_stub_name.
17212 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Use
17213 machopic_function_base_sym.
17214 (print_operand): Use machopic_classify_symbol.
17215 (rs6000_emit_prologue): Use machopic_function_base_sym.
17216 (output_profile_hook): Do not use machopic_stub_name.
17217 (macho_branch_isalnds): Do not use darwin_strip_name_encoding.
17218
17219 2004-07-22 Joseph S. Myers <jsm@polyomino.org.uk>
17220
17221 PR c/7284
17222 * fold-const.c (extract_muldiv_1): Do not treat signed left shift
17223 as multiplication.
17224
17225 2004-07-22 Joseph S. Myers <jsm@polyomino.org.uk>
17226
17227 * doc/implement-c.texi: New file.
17228 * doc/extend.texi (C Implementation): Move to there.
17229 * doc/gcc.texi: Include implement-c.texi.
17230 * Makefile.in (TEXI_GCC_FILES): Add implement-c.texi.
17231
17232 2004-07-22 Jason Merrill <jason@redhat.com>
17233
17234 * integrate.c (copy_decl_for_inlining): Remove invisible reference
17235 handling.
17236 * tree-inline.c (setup_one_parameter): Likewise.
17237
17238 2004-07-22 Brian Booth <bbooth@redhat.com>
17239
17240 * tree-ssa-ccp.c (latticevalue): Add UNKNOWN_VAL.
17241 (substitute_and_fold): Propigate into VUSE operands when possible.
17242 (visit_phi_node): Handle UNKNOWN_VAL latticevalue.
17243 (cp_lattice_meet): Handle merging of latticevalues when
17244 UNKNOWN_VAL is present.
17245 (visit_stmt): Visit assignments with V_MUST_DEFs.
17246 (visit_assignment): Gather ccp information for V_MUST_DEF operands.
17247 (ccp_fold): Deal with RHS' that are constant and virtual.
17248 (evaluate_stmt): Handle UNKNOWN_VAL likely values.
17249 (dump_lattice_value): Dump UNKNOWN_VAL latticevalues.
17250 (initialize): Mark statements with V_MUST_DEFs as VARYING only if the
17251 V_MUST_DEF operand is VARYING. Fix comment and include VOPS when
17252 computing immediate uses.
17253 (set_lattice_value): Disallow a UNKNOWN_VAL->UNDEFINED state
17254 transition.
17255 (replace_vuse_in): New function.
17256 (likely_value): Add check of vuse operands.
17257 (get_default_value): Set the default value of virtually defined
17258 variables to UKNOWN_VAL instead of VARYING.
17259
17260 2004-07-22 Richard Henderson <rth@redhat.com>
17261
17262 * expr.c (emit_push_insn): Don't use set_mem_attributes.
17263
17264 2004-07-22 Richard Henderson <rth@redhat.com>
17265
17266 * tree-ssa-live.c (create_ssa_var_map): Avoid defined-but-not-used
17267 variables due to conditional compilation.
17268
17269 2004-07-22 Diego Novillo <dnovillo@redhat.com>
17270
17271 * tree-into-ssa.c (set_livein_block): Fix typo in comment.
17272 (rewrite_ssa_into_ssa): Start iterating over SSA names at 1.
17273 Release SSA names that have been re-renamed.
17274 * tree-phinodes.c (make_phi_node): Set same TREE_TYPE as the
17275 variable.
17276 * tree-ssa-alias.c (init_alias_info): If aliases have been
17277 computed before, clear existing alias information.
17278 (create_name_tags): Do no fixup PT_ANYTHING pointers.
17279 If the new name tag for a pointer is different than the one it
17280 had before, mark the old tag for renaming.
17281 (replace_may_alias): New function.
17282 (group_aliases): Call it.
17283 (setup_pointers_and_addressables): Always call get_tmt_for.
17284 (maybe_create_global_var): Don't create .GLOBAL_VAR more than
17285 once.
17286 (set_pt_anything): New local function.
17287 (set_pt_malloc): New local function.
17288 (merge_pointed_to_info): Don't merge pointed-to variables from
17289 the original pointer if the destination is pointing to an
17290 unknown location.
17291 (add_pointed_to_expr): Call set_pt_anything and set_pt_malloc.
17292 (add_pointed_to_var): Do not add a variable to the points-to
17293 set if the pointer is already pointing to anywhere.
17294 (collect_points_to_info_r): If the defining statement is a PHI
17295 node, only merge pointed-to information if the argument has
17296 already been visited.
17297 (get_tmt_for): Only create a new tag if the pointer didn't
17298 have one already.
17299 (dump_alias_info): Emit more information.
17300 (dump_points_to_info_for): Likewise.
17301 * tree-ssa-dom.c (redirect_edges_and_update_ssa_graph): Don't
17302 try to get the annotation of an SSA_NAME.
17303 * tree-ssa-operands.c (add_stmt_operand): Only check for empty
17304 alias sets when checking is enabled.
17305 * tree-ssa-pre.c (need_eh_cleanup): New local variable.
17306 (eliminate): Mark basic blocks that will need
17307 EH information cleaned up.
17308 (init_pre): Split ENTRY_BLOCK->0 if block 0 has more than one
17309 predecessor.
17310 Initialize need_eh_cleanup.
17311 (fini_pre): Call tree_purge_all_dead_eh_edges and
17312 cleanup_tree_cfg if needed.
17313 Free need_eh_cleanup.
17314 * tree-ssa.c (verify_ssa_name): New function.
17315 (verify_def): Call it.
17316 Re-arrange to avoid printing too many error messages.
17317 (verify_use): Likewise.
17318 (verify_phi_args): Likewise.
17319 (verify_flow_insensitive_alias_info): New function.
17320 (verify_flow_sensitive_alias_info): New function.
17321 (verify_alias_info): New function.
17322 (verify_ssa): Call verify_alias_info.
17323 Clear TREE_VISITED on all the SSA_NAMEs before scanning the
17324 program.
17325 Re-arrange to avoid printing too many error messages.
17326 * tree-ssanames.c (make_ssa_name): Clear
17327 SSA_NAME_IN_FREE_LIST.
17328 (release_ssa_name): Never release a default definition.
17329 (release_defs): New function.
17330 * tree.h: Declare it.
17331 * tree-ssa-dce.c (remove_dead_stmt): Call it.
17332
17333 2004-07-22 Diego Novillo <dnovillo@redhat.com>
17334
17335 * tree-ssa.c (walk_use_def_chains_1): Add new argument IS_DFS.
17336 If true, do a depth-first search. Do a breadht-first search,
17337 otherwise.
17338 (walk_use_def_chains): Add new argument IS_DFS.
17339 Update all users.
17340 * tree-flow.h (walk_use_def_chains): Update prototype.
17341
17342 2004-07-22 Hans-Peter Nilsson <hp@axis.com>
17343
17344 * config/cris/cris.md: Tweak formatting.
17345 (asrandb, asrandw, lsrandb, lsrandw, moversideqi, movemsideqi)
17346 (mover2side, moverside, movemside, movei, op3, andu): Replace
17347 live define_peephole:s with define_peephole2 near-equivalents.
17348 Delete the rest.
17349 ("*mov_sidesisf_biap"): Rename from "*mov_sidesi_biap". Match all
17350 word-size modes.
17351 ("*mov_sidesisf", "*mov_sidesisf_biap_mem", "*mov_sidesisf_mem"):
17352 Similar for "*mov_sidesi", "*mov_sidesi_biap_mem" and
17353 "*mov_sidesi_mem" respectively.
17354
17355 2004-07-22 Paolo Bonzini <bonzini@gnu.org>
17356
17357 * tree-cfg.c (gimplify_val): Move from tree-complex.c.
17358 (gimplify_build1): Move from tree-complex.c do_unop.
17359 (gimplify_build2): Move from tree-complex.c do_binop.
17360 (gimplify_build3): New.
17361 * tree-complex.c (gimplify_val, do_unop, do_binop): Remove.
17362 Adjust throughout to call the functions above.
17363 * tree-flow.h: Declare the functions above.
17364 * tree-nested.c (gimplify_val): Rename to...
17365 (tsi_gimplify_val): ... this.
17366
17367 * Makefile.in (tree_complex.o): Update dependencies.
17368 (stor-layout.o): Depend on regs.h.
17369 * c-common.c (handle_vector_size_attribute): Update for
17370 vector types without corresponding vector modes.
17371 * expr.c (expand_expr): Treat VECTOR_CST's like CONSTRUCTORS if
17372 a corresponding vector mode is not available.
17373 * print-tree.c (print_node): Print nunits for vector types
17374 * regclass.c (have_regs_of_mode): New.
17375 (init_reg_sets_1): Initialize it and use it instead
17376 of allocatable_regs_of_mode.
17377 * regs.h (have_regs_of_mode): Declare it.
17378 * stor-layout.c (layout_type): Pick a mode for vector types.
17379 * tree-complex.c (build_word_mode_vector_type, tree_vec_extract,
17380 build_replicated_const, do_unop, do_binop, do_plus_minus,
17381 do_negate, expand_vector_piecewise, expand_vector_parallel,
17382 expand_vector_addition, expand_vector_operations_1,
17383 expand_vector_operations, tree_lower_operations,
17384 pass_lower_vector_ssa, pass_pre_expand): New.
17385 (expand_complex_operations, pass_lower_complex): Remove.
17386 * tree-optimize.c (init_tree_optimization_passes): Adjust
17387 pass ordering for changes in tree-complex.c.
17388 * tree-pass.h: Declare new passes.
17389 * tree.c (finish_vector_type): Remove.
17390 (make_vector_type): New.
17391 (build_vector_type_for_mode, build_vector_type): Rewritten.
17392 * tree.def (VECTOR_TYPE): Document where the number of
17393 subparts is stored.
17394 * tree.h (TYPE_VECTOR_SUBPARTS): Use TYPE_PRECISION field.
17395 (make_vector): Remove declaration.
17396
17397 2004-07-21 Richard Henderson <rth@redhat.com>
17398
17399 * gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE,
17400 TREE_THIS_VOLATILE, may_aliases, or optimization level.
17401 (remove_useless_vars): Dump debugging info.
17402 (expand_used_vars): Move ...
17403 * cfgexpand.c (expand_used_vars): ... here. Make static.
17404 * tree-flow-inline.h (set_is_used): New.
17405 (set_default_def): Use get_var_ann.
17406 * tree-flow.h: Update decls.
17407 * tree-ssa-live.c (mark_all_vars_used_1, mark_all_vars_used): New.
17408 (create_ssa_var_map): Use it.
17409 * tree-ssa.c (set_is_used): Remove.
17410
17411 2004-07-22 Ben Elliston <bje@au.ibm.com>
17412
17413 * gdbinit.in: Set a breakpoint on internal_error.
17414
17415 2004-07-21 Richard Henderson <rth@redhat.com>
17416
17417 * cfgexpand.c (expand_gimple_tailcall): Fix case where we need
17418 to create a new basic block.
17419
17420 2004-07-22 Joseph S. Myers <jsm@polyomino.org.uk>
17421
17422 PR c/15052
17423 * c-decl.c (grokdeclarator): Only pedwarn for qualified void
17424 return type on function definitions. Move other warnings for
17425 qualified return type to -Wreturn-type. Do not condition any such
17426 warnings on -pedantic. Update comments.
17427 (start_function): Only copy function type from previous prototype
17428 declaration if return types are compatible.
17429 * c-typeck.c (function_types_compatible_p): Don't condition
17430 warning for incompatibility of volatile qualifiers on the return
17431 type on -pedantic. Update comment.
17432 * doc/invoke.texi (-Wreturn-type, -Wextra): Update.
17433
17434 2004-07-22 Joseph S. Myers <jsm@polyomino.org.uk>
17435
17436 * c-typeck.c (set_init_index): Require designator to be of integer
17437 type.
17438
17439 2004-07-22 Joseph S. Myers <jsm@polyomino.org.uk>
17440
17441 PR c/11250
17442 * c-parse.in (init): Change to exprtype.
17443 (primary): Set original_code for STRING to STRING_CST.
17444 Call maybe_warn_string_init for compound literals.
17445 (initdcl, notype_initdcl): Call maybe_warn_string_init.
17446 (initval): Update.
17447 * c-tree.h (maybe_warn_string_init): New.
17448 (pop_init_level, process_init_element): Use struct c_expr.
17449 (struct c_expr): Update comment.
17450 * c-typeck.c (maybe_warn_string_init): New function.
17451 (digest_init): Call it. Additional parameter strict_string. All
17452 callers changed.
17453 (output_init_element): Likewise.
17454 (struct constructor_stack): Use struct c_expr for
17455 replacement_value.
17456 (really_start_incremental_init, push_init_level): Update.
17457 (pop_init_level): Update. Return struct c_expr.
17458 (process_init_level): Update. Take struct c_expr argument.
17459
17460 2004-07-21 David S. Miller <davem@nuts.davemloft.net>
17461
17462 * config/sparc/sparc.c (sparc_rtx_costs): Fix typo in previous
17463 commit.
17464
17465 2004-07-21 Eric Christopher <echristo@redhat.com>
17466
17467 * builtins.c (expand_builtin_setjmp_receiver): Fix comment for code
17468 removal.
17469 * c-decl.c (pop_scope): Ditto.
17470 * calls.c (expand_call): Remove call to current_nesting_level,
17471 update comment accordingly. Remove calls to expand_start_target_temps
17472 and expand_end_target_temps.
17473 * cfgexpand.c (construct_init_block): Remove call to
17474 expand_start_bindings_and_block.
17475 (construct_exit_block): Remove call to expand_end_bindings.
17476 * expr.c (safe_from_p): Remove BIND_EXPR handling.
17477 (expand_expr_real_1): Ditto. Fix formatting.
17478 (expand_vars): Delete.
17479 * stmt.c (POPSTACK): Remove block_stack.
17480 (stmt_status): Remove x_block_stack.
17481 (block_stack): Delete.
17482 (expand_start_bindings_and_block): Ditto.
17483 (expand_start_target_temps): Ditto.
17484 (expand_end_target_temps): Ditto.
17485 (current_nesting_level): Ditto.
17486 (warn_about_unused_variables): Ditto.
17487 (expand_end_bindings): Ditto.
17488 * tree.h: Remove declarations for above.
17489
17490 2004-07-21 Steven Bosscher <stevenb@suse.de>
17491
17492 * rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.
17493 * rtl.c (note_insn_name): Likewise.
17494 * print-rtl.c (print_rtx): Don't print it.
17495 * cfgrtl.h (can_delete_note_p): Don't handle it.
17496 (rtl_delete_block): Likewise.
17497 * passes.c (rest_of_handle_guess_branch_prob): Remove.
17498 (rest_of_compilation): Don't call it.
17499 * predict.c (process_note_predictions, process_note_prediction,
17500 note_prediction_to_br_prob): Remove.
17501 * basic-block.c (note_prediction_to_br_prob): Remove prototype.
17502 * stmt.c (return_prediction): Remove.
17503 (expand_value_return): Don't call it. Don't add prediction
17504 notes for return statements.
17505
17506 2004-07-21 Josef Zlomek <zlomekj@suse.cz>
17507
17508 * var-tracking.c (vt_find_locations): Set the in_pending bitmap at
17509 once.
17510
17511 2004-07-21 Paolo Bonzini <bonzini@gnu.org>
17512
17513 * c-common.c (vector_types_convertible_p): Use vector types'
17514 TYPE_SIZE and TREE_TYPE instead of their mode.
17515 * convert.c (convert_to_integer): Likewise.
17516 (convert_to_vector): Likewise.
17517 * fold-const.c (fold_convert): Likewise.
17518 * varasm.c (output_constant): Likewise.
17519 * expr.c (store_constructor): Split ARRAY_TYPE and VECTOR_TYPE.
17520 Allow a VECTOR_TYPE initializer to be made of several vectors.
17521 For ARRAY_TYPEs and VECTOR_TYPES, simplify a bit the handling
17522 of cleared and need_to_clear, and use fold_convert.
17523 * c-typeck.c (build_binary_op): Do not use RDIV_EXPR for
17524 integer vectors.
17525
17526 2004-07-20 Richard Henderson <rth@redhat.com>
17527
17528 * cfgexpand.c (expand_gimple_cond_expr, expand_gimple_tailcall): Split,
17529 (expand_gimple_basic_block): out from here. Renamed from expand_block.
17530
17531 2004-07-20 David S. Miller <davem@nuts.davemloft.net>
17532
17533 * config/sparc/sparc.c (sparc_rtx_costs case MULT): Emit
17534 enormous cost if not TARGET_HARD_MUL.
17535
17536 2004-07-20 Andrew Pinski <apinski@apple.com>
17537
17538 PR target/16557
17539 * config/i386/darwin.h (CC1_SPEC): Move the -g SPECs from ...
17540 (ASM_SPEC): here.
17541
17542 2004-07-21 Paul brook <paul@codesourcery.com>
17543
17544 * config/arm/arm.c (thumb_expand_prologue): Remove bogus GEN_INT.
17545
17546 2004-07-20 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17547
17548 * fold-const.c (operand_equal_p): Temporarily support NULL args.
17549 (operand_equal_p, case ARRAY_REF): Compare args 2 and 3.
17550 (operand_equal_p, case COMPONENT_REF): Likewise, for arg 2.
17551
17552 2004-07-20 Zack Weinberg <zack@codesourcery.com>
17553
17554 * rtl.h (plus_constant): Delete.
17555 (plus_constant_wide): Rename to plus_constant.
17556 (plus_constant_for_output_wide): Delete vestigial prototype.
17557 (GEN_INT): Remove unnecessary cast.
17558 * tree.h (build_int_2, size_int_type): Delete.
17559 (build_int_2_wide): Rename to build_int_2.
17560 (size_int_wide): Rename to size_int_kind.
17561 (size_int_type_wide): Rename to size_int_type.
17562 (size_int, ssize_int, bitsize_int, sbitsize_int): Use size_int_kind.
17563 Remove unnecessary cast.
17564 * tree.c (build_int_2_wide): Rename build_int_2; update comment.
17565 * explow.c (plus_constant_wide): Rename plus_constant; update comment.
17566 * fold-const.c (size_int_wide): Rename size_int_kind. Use size_int_type.
17567 (size_int_type_wide): Rename size_int_type.
17568 (int_const_binop): Use size_int_type.
17569 * c-lex.c (interpret_integer): Use build_int_2.
17570 * final.c (split_double): Remove unnecessary casts.
17571 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use build_int_2.
17572
17573 2004-07-20 Richard Henderson <rth@redhat.com>
17574
17575 * gimplify.c (is_gimple_tmp_var): Move to tree-gimple.c.
17576 (gimplify_compound_lval): Use is_gimple_tmp_reg.
17577 * tree-gimple.c (is_gimple_tmp_var): Move from gimplify.c.
17578 (is_gimple_tmp_reg): New.
17579 * tree-gimple.h (is_gimple_tmp_reg): Declare.
17580
17581 2004-07-20 Richard Henderson <rth@redhat.com>
17582
17583 * tree-pretty-print.c (dump_generic_node): Dump
17584 CALL_EXPR_HAS_RETURN_SLOT_ADDR.
17585
17586 2004-07-20 Frank Ch. Eigler <fche@redhat.com>
17587
17588 * tree-mudflap.c (mf_set_options_fndecl): New tree.
17589 (mudflap_init): Set it.
17590 (mudflap_register_call): Remove __mf_init call.
17591 (mudflap_finish_file): Emit call to __mf_init here. Emit a call to
17592 to pass "-ignore-reads" option to libmudflap if needed.
17593
17594 2004-07-20 John David Anglin <dava.anglin@nrc-cnrc.gc.ca>
17595
17596 PR c++/14607
17597 * config/pa/pa-hpux10.h (SUPPORTS_ONE_ONLY): Define.
17598 (MAKE_DECL_ONE_ONLY): Undefine.
17599 * pa-protos.h (som_text_section_asm_op, one_only_readonly_data_section,
17600 readonly_data, one_only_data_section, forget_section): New prototypes.
17601 * pa.c (pa_init_machine_status, som_text_section_asm_op): New
17602 functions.
17603 (pa_select_section): Add one-only (COMDAT) support.
17604 * pa.h (struct machine_function): Define.
17605 * som.h (ASM_OUTPUT_FUNCTION_PREFIX): Delete.
17606 (TEXT_SECTION_ASM_OP): Call som_text_section_asm_op.
17607 (DEFAULT_TEXT_SECTION_ASM_OP, NEW_TEXT_SECTION_ASM_OP,
17608 ONE_ONLY_TEXT_SECTION_ASM_OP, ONE_ONLY_READONLY_DATA_SECTION_ASM_OP,
17609 ONE_ONLY_DATA_SECTION_ASM_OP): New defines.
17610 (EXTRA_SECTIONS): Add in_one_only_readonly_data and in_one_only_data.
17611 (EXTRA_SECTION_FUNCTIONS): Rework to use individual function macros.
17612 (READONLY_DATA_FUNCTION, ONE_ONLY_READONLY_DATA_SECTION_FUNCTION,
17613 ONE_ONLY_DATA_SECTION_FUNCTION, FORGET_SECTION_FUNCTION): New defines
17614 for EXTRA_SECTION_FUNCTIONS.
17615 * doc/install.texi: Update binutils requirements.
17616
17617 2004-07-20 Nathan Sidwell <nathan@codesourcery.com>
17618
17619 * vec.h (VEC_T_length, VEC_T_index, VEC_T_iterate, VEC_T_truncate,
17620 VEC_T_replace, VEC_T_quick_insert, VEC_T_safe_insert,
17621 VEC_T_ordered_remove, VEC_T_unordered_remove): Use unsigned, not
17622 size_t.
17623 (struct VEC): Use unsigned for num and alloc.
17624 * vec.c (struct vec_prefix): Likewise.
17625 (vec_o_reserve): Adjust.
17626
17627 * dbxout.c (dbxout_type): Fix printf format.
17628
17629 * tree.h (binfo_member): Remove.
17630 * tree.c (binfo_member): Remove.
17631
17632 2004-07-20 Nathan Sidwell <nathan@codesourcery.com>
17633
17634 * tree.h: Include vec.h
17635 (DEF_VEC_P(tree)): New type.
17636 (BINFO_BASE_BINFOS, BINFO_N_BASE_BINFOS, BINFO_BASE_BINFO): Adjust.
17637 (BINFO_BASE_APPEND, BINFO_BASE_ITERATE): New.
17638 (BINFO_LANG_SLOT): Remove.
17639 (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX, BINFO_PRIMARY_BASE_OF): New.
17640 (struct tree_binfo): Turn base_binfos into a trailing
17641 VEC(tree). Add vtt_subvtt, vtt_vptr, primary fields.
17642 (binfo_lang_slots): Remove.
17643 * tree.c (binfo_lang_slots): Remove.
17644 (make_tree_binfo_stat): Take a base binfo count, not a
17645 lang slot count. Adjust.
17646 * Makefile.in (TREE_H): Add vec.h
17647 * alias.c (record_component_aliases): Adjust BINFO access.
17648 * dbxout.c (dbxout_type): Likewise.
17649 * dwarf2out.c (gen_member_die): Likewise.
17650 * sdbout.c (sdbout_one_type): Likewise.
17651 * tree-dump.c (deque_and_dump): Likewise.
17652 * config/i386/i386.c (classify_argument,
17653 contains_128bit_aligned_vector_p): Likewise.
17654 * config/sh/symbian.c (symbian_export_vtable_and_rtti_p): Likewise.
17655 * doc/c-tree.texi (Classes): Update BINFO documentation.
17656
17657 2004-07-20 Steven Bosscher <stevenb@suse.de>
17658
17659 * c-common.h (check_case_value): Remove prototype.
17660 (c_add_case_label): Adjust prototype.
17661 * c-common.c (check_case_value): Make static.
17662 (check_case_bounds): New function.
17663 (c_add_case_label): Use it. Take new argument orig_type.
17664 * c-typeck.c (struct c_switch): New orig_type field.
17665 (c_start_case): Set it.
17666 (do_case): Pass it to c_add_case_label.
17667 * expr.c (expand_expr_real_1): Don't warn for out-of-bounds
17668 cases from here. Add the labels in reverse order.
17669 * stmt.c (struct case_node): Adjust comment. Remove balance field.
17670 (add_case_node): Return nothing, don't check for duplicate cases.
17671 Insert new case nodes in a list, not in an AVL tree.
17672 (expand_end_case_type): Don't turn a case tree into a case list.
17673 (case_tree2list): Remove.
17674 * tree.h (add_case_node): Adjust prototype.
17675
17676 2004-07-19 Paolo Bonzini <bonzini@gnu.org>
17677
17678 * genattr.c (struct range, struct function_unit,
17679 write_units, extend_range, init_range): Remove them.
17680 (main): Remove code dealing with DEFINE_FUNCTION_UNIT.
17681 Output "#define INSN_SCHEDULING" here.
17682 * genattrtab.c (struct range, struct function_unit_op,
17683 struct function_unit, struct dimension, enum operator,
17684 operate_exp, expand_units, simplify_knowing,
17685 encode_units_mask, simplify_by_exploding,
17686 find_and_mark_used_attributes, unmark_used_attributes,
17687 add_values_to_cover, increment_current_value,
17688 test_for_current_value, simplify_with_current_value,
17689 simplify_with_current_value_aux, gen_unit,
17690 write_unit_name, write_function_unit_info,
17691 write_complex_function, write_toplevel_expr,
17692 find_single_value, extend_range): Remove.
17693 (write_attr_get): Do not handle common_av->value
17694 being an FFS.
17695 (struct attr_desc): Remove func_units_p and blockage_p.
17696 (write_attr_valueq): Do not handle them.
17697 (find_attr): Do not clear them.
17698 (make_internal_attr): Do not initialize them.
17699 (main): Remove code dealing with DEFINE_FUNCTION_UNIT.
17700 * sched-vis.c (init_target_units, insn_print_units,
17701 init_block_visualization, print_block_visualization,
17702 visualize_scheduled_insns, visualize_no_unit,
17703 visualize_stall_cycles, visualize_alloc,
17704 visualize_free, target_units, get_visual_tbl_length,
17705 MAX_VISUAL_LINES, INSN_LEN, n_visual_lines,
17706 visual_tbl_line_length, visual_tbl, n_vis_no_unit,
17707 MAX_VISUAL_NO_UNIT, vis_no_unit): Remove.
17708 * haifa-sched.c (blockage_range, clear_units,
17709 schedule_unit, actual_hazard, potential_hazard,
17710 insn_unit, unit_last_insn, unit_tick,
17711 actual_hazard_this_instance, potential_hazard,
17712 schedule_unit, max_insn_queue_index_value): Remove.
17713 (MAX_INSN_QUEUE_INDEX): Removed, renamed throughout to
17714 max_insn_queue_index.
17715 * rtl.def (DEFINE_FUNCTION_UNIT): Remove.
17716 * doc/md.texi (Processor pipeline description): Remove
17717 references to old pipeline descriptions.
17718 (Automaton pipeline description): Merge with the above.
17719 (Old pipeline description, Comparison of the two descriptions):
17720 Remove.
17721
17722 * bt-load.c (migrate_btr_def): Remove references to
17723 use_pipeline_interface.
17724 * haifa-sched.c (insn_cost, schedule_insn,
17725 schedule_block, advance_one_cycle, sched_init,
17726 queue_to_ready, sched_finish): Likewise.
17727 * modulo-sched.c (sms_schedule, advance_one_cycle,
17728 ps_has_conflicts): Likewise.
17729 * sched-rgn.c (init_ready): Likewise.
17730 (debug_dependencies): Likewise, and remove an "if (1)".
17731 * target.h (use_dfa_pipeline_interface): Remove.
17732 * config/alpha/alpha.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17733 * config/arc/arc.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17734 * config/arm/arm.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17735 * config/c4x/c4x.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17736 * config/frv/frv.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17737 * config/i386/i386.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17738 * config/ia64/ia64.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17739 * config/iq2000/iq2000.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17740 * config/m32r/m32r.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17741 * config/mcore/mcore.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17742 * config/mips/mips.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17743 * config/pa/pa.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17744 * config/rs6000/rs6000.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17745 * config/s390/s390.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17746 * config/sh/sh.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17747 * config/sparc/sparc.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17748 * config/v850/v850.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17749 * config/xtensa/xtensa.c (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17750 * doc/tm.texi (TARGET_USE_DFA_PIPELINE_INTERFACE): Remove.
17751
17752 2004-07-19 Roger Sayle <roger@eyesopen.com>
17753
17754 * rtlanal.c (reg_set_p): Add check for regs_invalidated_by_call.
17755
17756 2004-07-19 Jeff Law <law@redhat.com>
17757
17758 * tree-ssa-dom.c (single_incoming_edge_ignoring_loop_edges): New.
17759 (get_eq_expr_value): Use it. Simplify slightly.
17760
17761 2004-07-19 Maciej W. Rozycki <macro@linux-mips.org>
17762
17763 * config/mips/mips.md (mulsidi3_32bit_r4000): Fix the clobber list.
17764 (umulsidi3_32bit_r4000): Likewise.
17765
17766 2004-07-19 Nathan Sidwell <nathan@codesourcery.com>
17767
17768 * vec.h: Propagate location information properly.
17769 (VEC_T_iterate): Add result pointer parameter.
17770 (VEC_T_space): New.
17771 (VEC_T_reserve): Use it.
17772
17773 2004-07-19 Daniel Jacobowitz <dan@debian.org>
17774
17775 * Makefile.in (c-format.o): Depend on c-format.h.
17776 * c-format.h: New file.
17777 (struct format_char_info): Add CHAIN member.
17778 * c-format.c: Move some types and constants to c-format.h.
17779 (format_type_error): Set to -1.
17780 (struct function_format_info): Use an int for format_type.
17781 (decode_format_type): Return an int. Return format_type_error
17782 on error.
17783 (print_char_table, asm_fprintf_char_table, gcc_diag_char_table)
17784 (gcc_diag_char_table, gcc_cdiag_char_table, gcc_cxxdiag_char_table)
17785 (scan_char_table, time_char_table, monetary_char_table): Initialize
17786 CHAIN to NULL.
17787 (n_format_types): New variable.
17788 (check_format_info_main): Handle CHAIN in format_char_info.
17789 (handle_format_attribute): Handle TARGET_FORMAT_TYPES and
17790 TARGET_N_FORMAT_TYPES.
17791 * config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*)
17792 (sparc-*-solaris2*): Include config/t-sol2 and config/sol2-c.c.
17793 * config/sol2-c.c: New file.
17794 * config/t-sol2: New file.
17795 * config/sol2.h (TARGET_N_FORMAT_TYPES, TARGET_FORMAT_TYPES): Define.
17796 * config/sparc/elf.h, config/sparc/sp64-elf.h: Undefine
17797 TARGET_N_FORMAT_TYPES and TARGET_FORMAT_TYPES.
17798
17799 * doc/extend.texi (Target Format Checks): New section.
17800 (Function Attributes): Mention it.
17801 * doc/invoke.texi: Mention target format checks.
17802 * doc/sourcebuild.texi: Mention target format checks.
17803 * dc/tm.texi (Misc): Document TARGET_N_FORMAT_TYPES and
17804 TARGET_FORMAT_TYPES.
17805
17806 2004-07-19 Andreas Krebbel <krebbel1@de.ibm.com>
17807
17808 * config/s390/s390-protos.h (s390_return_address_offset): Prototype
17809 added.
17810 * config/s390/s390.c (regclass_map initializer): Register 35 added to
17811 ADDR_REGS.
17812 (load_multiple_operation, store_multiple_operation): Removed
17813 pointless sanity check.
17814 (s390_decompose_address): Added check for return_address_pointer_rtx.
17815 (s390_return_addr_rtx): Use return_address_pointer_rtx for count == 0.
17816 (s390_return_address_offset): New function.
17817 * config/s390/s390.h (FIRST_PSEUDO_REGISTER): Increased to 36.
17818 (FRAME_REGNO_P): Added check for register 35.
17819 (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS,
17820 REG_ALLOC_ORDER): Appended entry for register 35.
17821 (REG_CLASS_CONTENTS): Adjusted class masks for register 35.
17822 (EH_RETURN_HANDLER_RTX): Use return_address_pointer_rtx.
17823 (RETURN_ADDRESS_POINTER_REGNUM): New macro.
17824 (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET): Return address pointer
17825 is eliminable using stack pointer or hard frame pointer.
17826 (REGISTER_NAMES): Added name for register 35.
17827 * config/s390/s390.md ("load_multiple", "store_multiple"): Removed
17828 pointless sanity check.
17829
17830 2004-07-19 Roger Sayle <roger@eyesopen.com>
17831
17832 * fold-const.c (tree_expr_nonzero_p): Add function prototype.
17833 (fold) <EQ_EXPR>: Move tree_expr_nonzero_p optimization from
17834 fold_relational_const to here, i.e. "(x | 5) == 0" -> false.
17835 (fold) (UNEQ_EXPR>: Add optimizations for unordered comparisons
17836 of the form "x op x" where op is UNLE, UNGE, UNEQ or LTGT.
17837 (fold_relational_const): Tidy up handling of floating point
17838 comparisons by calling real_compare. Remove tree_expr_nonzero_p
17839 transformation; fold_relational_const assumes constant operands.
17840
17841 2004-07-19 Gabriel Dos Reis <gdr@integrable-solution.net>
17842
17843 * doc/sourcebuild.texi: Add libcpp, now that CPP has its own
17844 directory.
17845
17846 2004-07-19 Joseph S. Myers <jsm@polyomino.org.uk>
17847
17848 * c-tree.h (struct c_expr): Define.
17849 (C_SET_EXP_ORIGINAL_CODE): Remove.
17850 (parser_build_binary_op, build_compound_expr): Update prototypes.
17851 * c-parse.in (%union): Add exprtype.
17852 (FUNC_NAME): Mark as ttype.
17853 (expr, expr_no_commas, cast_expr, unary_expr, primary): Change to
17854 exprtype.
17855 (expr): Update. Define directly in terms of expr_no_commas
17856 instead of using nonnull_exprlist.
17857 (nonnull_exprlist, unary_expr, cast_expr, expr_no_commas, primary,
17858 offsetof_member_designator, typespec_nonreserved_nonattr, init,
17859 initval, designator, component_declarator,
17860 component_notype_declarator, enumerator, array_declarator,
17861 condition, exexpr, switch_statement, stmt_nocomp, stmt,
17862 nonnull_asm_operands, ivar_declarator, receiver): Update. Don't
17863 set C_EXP_ORIGINAL_CODE. Use TREE_NO_WARNING for assignments
17864 where appropriate.
17865 * c-common.h (C_EXP_ORIGINAL_CODE): Remove.
17866 * c-common.c (c_common_truthvalue_conversion): Don't check
17867 C_EXP_ORIGINAL_CODE.
17868 * c-typeck.c (parser_build_binary_op): Use c_expr structures.
17869 Don't use C_EXP_ORIGINAL_CODE.
17870 (default_conversion, default_function_array_conversion): Don't use
17871 C_EXP_ORIGINAL_CODE. Preserve TREE_NO_WARNING.
17872 (internal_build_compound_expr): Merge into build_compound_expr.
17873 (build_compound_expr): Take two operands instead of a TREE_LIST.
17874 * objc/objc-act.c (get_super_receiver): Update calls to
17875 build_compound_expr.
17876
17877 2004-07-18 Paolo Bonzini <bonzini@gnu.org>
17878
17879 * config/sh/sh.c (sh_use_dfa_interface): Remove.
17880 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Set to
17881 hook_int_void_1.
17882 * config/sh/sh.md: Extract pipeline descriptions
17883 into separate files.
17884 * config/sh/sh1.md: New file, extracted from sh.md.
17885 * config/sh/sh4.md: New file, extracted from sh.md.
17886 * config/sh/shmedia.md: New file, extracted from sh.md
17887 and rewritten using new-style pipeline description.
17888
17889 2004-07-18 Zack Weinberg <zack@codesourcery.com>
17890
17891 * config/pa/pa.md: Delete the two remaining define_peephole
17892 patterns.
17893
17894 2004-07-18 Steven Bosscher <stevenb@suse.de>
17895 Joseph S. Myers <jsm@polyomino.org.uk>
17896
17897 * c-common.c (c_common_truthvalue_conversion): Don't warn if
17898 TREE_NO_WARNING is set.
17899
17900 2004-07-18 Roger Sayle <roger@eyesopen.com>
17901
17902 * builtins.c (simplify_builtin_memcmp, simplify_builtin_strcmp,
17903 simplify_builtin_strncmp): Delete.
17904 (fold_builtin_memcmp, fold_builtin_strcmp, fold_builtin_strncmp):
17905 Change argument to accept an arglist instead of an "exp". Assume
17906 that the return type is always integer_type_node. Copy missing
17907 transformations from their now obsolete simplify_builtin_*
17908 equivalents.
17909 (fold_builtin_1): Pass arglist instead of exp to fold_builtin_memcmp,
17910 fold_builtin_strcmp and fold_builtin_strncmp.
17911 (simplify_builtin): Call fold_builtin_memcmp, fold_builtin_strcmp
17912 and fold_builtin_strncmp instead of simplify_builtin_memcmp,
17913 simplify_builtin_strcmp and simplify_builtin_strncmp respectively.
17914
17915 2004-07-18 Daniel Jacobowitz <dan@debian.org>
17916
17917 * Makefile.in (tree-alias-common.o): Update dependencies.
17918
17919 2004-07-17 Sebastian Pop <pop@cri.ensmp.fr>
17920
17921 * cfgloop.c (flow_loop_nested_p): Fix comment.
17922
17923 2004-07-17 Jason Merrill <jason@redhat.com>
17924
17925 PR c++/16115
17926 * stor-layout.c (relayout_decl): New fn.
17927 * tree.h: Declare it.
17928 (DECL_BY_REFERENCE): New macro.
17929
17930 2004-07-17 Eric Botcazou <ebotcazou@act-europe.fr>
17931
17932 * libgcc2.c (__enable_execute_stack): New symbol.
17933 * libgcc-std.ver (GCC_3.4.2): New version. Inherit from GCC_3.4
17934 and declare __enable_execute_stack.
17935 * mklibgcc.in (lib2funcs): Add _enable_execute_stack.
17936 * config/netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): ANSIfy.
17937 * config/sol2.h (TRANSFER_FROM_TRAMPOLINE): Rename into
17938 ENABLE_EXECUTE_STACK.
17939 * config/alpha/alpha.c (alpha_initialize_trampoline): Conditionalize
17940 on ENABLE_EXECUTE_STACK instead of TRANSFER_FROM_TRAMPOLINE.
17941 * config/alpha/netbsd.h (TRANSFER_FROM_TRAMPOLINE): Rename into
17942 ENABLE_EXECUTE_STACK.
17943 * config/alpha/osf.h (TRANSFER_FROM_TRAMPOLINE): Likewise.
17944 * config/i386/i386.c (x86_initialize_trampoline): Conditionalize
17945 on ENABLE_EXECUTE_STACK instead of TRANSFER_FROM_TRAMPOLINE.
17946 * config/i386/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Rename into
17947 ENABLE_EXECUTE_STACK.
17948 * config/i386/netbsd.h (TRANSFER_FROM_TRAMPOLINE): Likewise.
17949 * config/i386/netbsd64.h (TRANSFER_FROM_TRAMPOLINE): Likewise.
17950 * config/sparc/freebsd.h (TRANSFER_FROM_TRAMPOLINE): Likewise.
17951 * config/sparc/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Likewise.
17952 * config/sparc/sparc.c (sparc_initialize_trampoline): Conditionalize
17953 on ENABLE_EXECUTE_STACK instead of TRANSFER_FROM_TRAMPOLINE.
17954 (sparc64_initialize_trampoline): Likewise.
17955 * doc/tm.texi (trampolines): Add ENABLE_EXECUTE_STACK macro.
17956
17957 2004-07-17 Joseph S. Myers <jsm@polyomino.org.uk>
17958
17959 * langhooks.h (builtin_function): New langhook.
17960 * langhooks-def.h (LANG_HOOKS_BUILTIN_FUNCTION): New.
17961 (LANG_HOOKS_INITIALIZER): Update.
17962 * tree.h (builtin_function): Remove.
17963 * doc/tm.texi: Update.
17964 * c-tree.h (builtin_function): Declare.
17965 * c-common.c, config/alpha/alpha.c, config/arm/arm.c,
17966 config/c4x/c4x.c, config/frv/frv.c, config/i386/i386.c,
17967 config/ia64/ia64.c, config/iq2000/iq2000.c,
17968 config/rs6000/rs6000.c, config/s390/s390.c, config/sh/sh.c,
17969 config/stormy16/stormy16.c: All callers of builtin_function
17970 changed.
17971
17972 2004-07-17 Andrew Pinski <pinskia@physics.uc.edu>
17973
17974 PR target/16556
17975 * config/i386/darwin.h (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):
17976 Remove white space after the backslash.
17977
17978 2004-07-17 Eric Botcazou <ebotcazou@libertysurf.fr>
17979
17980 PR rtl-optimization/16294
17981 * resource.c (return_insn_p): New predicate.
17982 (mark_target_live_regs): Use it. Special-case return insns.
17983 (init_resource_info): Use it. Don't scan the epilogue past
17984 a return.
17985
17986 2004-07-17 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17987
17988 * loop-init.c (loop_optimizer_init, loop_optimizer_finalize): Do not
17989 destroy dominance information.
17990 * passes.c (rest_of_handle_loop2): Free dominance information.
17991 * tree-cfg.c (cleanup_tree_cfg): Remove unreachable blocks before
17992 jump threading.
17993 (thread_jumps): Update dominance information and remove unreachable
17994 blocks.
17995 * tree-ssa-phiopt.c (replace_phi_with_stmt): Update dominance
17996 information and remove the unreachable block.
17997
17998 2004-07-17 Graham Stott <graham.stott@btinternet.com>
17999
18000 * emit-rtl.c (reorder_insns): Don't set BB for a BARRIER insn.
18001
18002 2004-07-17 Toon Moene <toon@moene.indiv.nluug.nl>
18003
18004 * doc/sourcebuild.texi: Remove libf2c entry.
18005
18006 2004-07-17 Paolo Bonzini <bonzini@gnu.org>
18007
18008 * config/i386/i386.md (movv16qi_internal): Fix typo.
18009
18010 2004-07-17 Steven Bosscher <stevenb@suse.de>
18011
18012 * final.c (final_scan_insn): Fix broken commit from previous
18013 patch.
18014
18015 2004-07-17 Joseph S. Myers <jsm@polyomino.org.uk>
18016
18017 * c-typeck.c (parser_build_binary_op): Condition warnings for
18018 X<=Y<=Z on -Wparentheses instead of -Wextra.
18019 * doc/invoke.texi: Update. Document that most of -Wparentheses is
18020 supported for C only.
18021
18022 2004-07-17 Steven Bosscher <stevenb@suse.de>
18023
18024 * cfgcleanup.c (try_simplify_condjump): Don't remove line
18025 notes to avoid unreachable code warnings.
18026 * toplev.c (backend_init): Don't emit line notes for
18027 unreachable code warnings.
18028
18029 * combine.c (distribute_notes): Don't distribute a
18030 REG_VTABLE_REF note.
18031 * final.c (final_scan_insn): Don't handle it.
18032 * rtl.c (reg_note_name): Remove it.
18033 * rtl.h (enum reg_node): Dito.
18034
18035 * emit-rtl.c (force_line_numbers, restore_line_number_status):
18036 Remove.
18037 * rtl.h (force_line_numbers, restore_line_number_status):
18038 Remove prototypes.
18039
18040 * stmt.c (using_eh_for_cleanups_p, using_eh_for_cleanups): Move...
18041 * tree-eh.c (using_eh_for_cleanups_p): ...here. Make static.
18042 (using_eh_for_cleanups): Also moved here.
18043
18044 * expr.c (expand_expr_real_1) <CASE_LABEL_EXPR>: Die if we see one.
18045 <SWITCH_EXPR>: Die if we have a non-NULL SWITCH_BODY. Update calls
18046 to expand_start_case and add_case_node.
18047 * stmt.c (struct nesting): Cleanup unused fields condition_code,
18048 last_unconditional_cleanup, nominal_type, printname, and
18049 line_number_status.
18050 (struct fixup_goto): Remove.
18051 (struct stmt_status): Remove x_goto_fixup_chain field.
18052 (goto_fixup_chain): Remove.
18053 (strip_default_case_nodes, group_case_nodes, emit_jump_if_reachable,
18054 pushcase, pushcase_range): Remove.
18055 (expand_start_bindings_and_block): Don't set unused fields in
18056 the nesting stack.
18057 (expand_start_case, add_case_node): Cleanup unused formal arguments.
18058 (expand_end_case_type): Don't simplify the case-list. Use emit_jump
18059 instead of emit_jump_if_reachable.
18060 (emit_case_nodes): Likewise.
18061 * tree-cfg.c (group_case_labels, cleanup_dead_labels): No longer
18062 static.
18063 (update_eh_label): Work around left-over exception handing regions.
18064 * tree-flow.h (group_case_labels, cleanup_dead_labels): Add protos.
18065 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): New function.
18066 (pass_cleanup_cfg_post_optimizing): New pass.
18067 (init_tree_optimization_passes): Run the new pass after all
18068 optimizations.
18069 * tree.h (pushcase, pushcase_range): Remove prototypes.
18070 (expand_start_case, add_case_node): Update prototypes.
18071
18072 2004-07-16 Krister Walfridsson <cato@df.lth.se>
18073
18074 * tree-inline.c (estimate_num_insns_1): Correct increase of count.
18075
18076 2004-07-16 Richard Henderson <rth@redhat.com>
18077
18078 * builtins.c (std_expand_builtin_va_arg): Remove.
18079 (expand_builtin_va_arg): Remove.
18080 * expr.h: Don't declare them.
18081 * gimplify.c (mark_decls_volatile_r): Remove.
18082 (copy_if_shared_r): Don't call it.
18083 * target-def.h: Don't test EXPAND_BUILTIN_VA_ARG.
18084 * expr.c (expand_expr_real_1): Don't handle VA_ARG_EXPR.
18085 * gimple-low.c (lower_stmt): Likewise.
18086 * tree-cfg.c (cfg_remove_useless_stmts_bb): Likewise.
18087 * tree-gimple.c (is_gimple_tmp_rhs, is_gimple_stmt): Likewise.
18088 * tree-ssa-operands.c (get_expr_operands): Likewise.
18089 * doc/tm.texi (TARGET_GIMPLIFY_VA_ARG_EXPR): Don't mention
18090 EXPAND_BUILTIN_VA_ARG.
18091 * system.h (EXPAND_BUILTIN_VA_ARG): Poison.
18092 * config/alpha/alpha.h, config/alpha/unicosmk.h, config/i386/i386.h,
18093 config/ia64/ia64.h, config/rs6000/rs6000.h, config/s390/s390.h,
18094 config/sparc/sparc.h (EXPAND_BUILTIN_VA_ARG): Remove.
18095
18096 2004-07-16 Daniel Berlin <dberlin@dberlin.org>
18097
18098 * tree-ssa-pre.c (insert_aux): Break out if we hit
18099 a critical edge.
18100
18101 2004-07-16 Richard Henderson <rth@redhat.com>
18102
18103 * basic-block.h (remove_fake_exit_edges): Declare.
18104 * cfganal.c (remove_fake_predecessors): Rename from
18105 remove_fake_successors; iterate over predecessors.
18106 (remove_fake_exit_edges): New.
18107 * cfgcleanup.c (try_optimize_cfg): Use it.
18108 * gcse.c (one_pre_gcse_pass, store_motion): Likewise.
18109 * predict.c (estimate_probability): Likewise.
18110 (tree_estimate_probability, note_prediction_to_br_prob): Likewise.
18111 * tree-cfg.c (make_edges): Likewise.
18112 * tree-ssa-pre.c (fini_pre): Likewise.
18113 * profile.c (instrument_edges): Don't remove_fake_edges.
18114 (branch_prob): Do it earlier here.
18115
18116 2004-07-16 Richard Henderson <rth@redhat.com>
18117
18118 * tree-ssa-operands.c (get_expr_operands): Fix 2004-07-15
18119 switchification wrt CONSTRUCTOR. Document the reason.
18120
18121 2004-07-16 Frank Ch. Eigler <fche@redhat.com>
18122
18123 * tree-mudflap.c (mf_file_function_line_tree): Correct typo
18124 that prevented descriptive __mf_check source location strings.
18125
18126 2004-07-16 Richard Henderson <rth@redhat.com>
18127
18128 * tree-def (WITH_SIZE_EXPR): New.
18129 * explow.c (expr_size, int_expr_size): Handle WITH_SIZE_EXPR.
18130 * expr.c (expand_expr_real_1): Likewise.
18131 * gimplify.c (maybe_with_size_expr): New.
18132 (gimplify_arg, gimplify_modify_expr): Use it.
18133 (gimplify_modify_expr_to_memcpy): Take size parameter.
18134 (gimplify_modify_expr_to_memset): Likewise.
18135 (gimplify_expr): Handle WITH_SIZE_EXPR.
18136 * tree-alias-common.c (find_func_aliases): Likewise.
18137 * tree-eh.c (tree_could_trap_p): Likewise.
18138 (tree_could_throw_p): Likewise.
18139 * tree-gimple.c (is_gimple_lvalue): Likewise.
18140 (get_call_expr_in): Likewise.
18141 * tree-inline.c (estimate_num_insns_1): Likewise.
18142 (expand_calls_inline): Likewise.
18143 * tree-nested.c (convert_call_expr): Likewise.
18144 * tree-pretty-print.c (dump_generic_node): Likewise.
18145 * tree-sra.c (sra_walk_expr): Likewise.
18146 * tree-ssa-alias.c (add_pointed_to_expr): Likewise.
18147 * tree-ssa-ccp.c (get_rhs, set_rhs): Likewise.
18148 * tree-ssa-operands.c (get_expr_operands): Likewise.
18149 * tree-tailcall.c (find_tail_calls): Likewise.
18150
18151 * calls.c (expand_call): Reset old_stack_allocated after
18152 calling emit_stack_restore.
18153
18154 2004-07-16 Richard Henderson <rth@redhat.com>
18155
18156 * langhooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING,
18157 lhd_tree_inlining_copy_res_decl_for_inlining): Remove.
18158 * langhooks.c (lhd_tree_inlining_copy_res_decl_for_inlining): Remove.
18159 * langhooks.h (struct lang_hooks_for_tree_inlining): Remove
18160 copy_res_decl_for_inlining.
18161
18162 * tree-inline.c (declare_return_variable): New modify_dest argument.
18163 Use it as the return value, when possible or manditory. Handle
18164 TREE_ADDRESSABLE types.
18165 (expand_call_inline): Extract MODIFY_EXPR lhs for call. Simplify
18166 replacement of CALL_EXPR.
18167
18168 2004-07-16 Richard Henderson <rth@redhat.com>
18169
18170 * tree-flow.h (struct var_ann_d): Remove has_hidden_use.
18171 * gimple-low.c (expand_var_p): Don't check it.
18172 * tree-ssa-alias.c (setup_pointers_and_addressables): Likewise.
18173 * tree-ssa-copyrename.c (rename_ssa_copies): Likewise.
18174 * tree-ssa-operands.c (add_stmt_operand): Likewise.
18175 * tree-dfa.c (find_hidden_use_vars, find_hidden_use_vars_r): Kill.
18176 (find_referenced_vars): Don't call them.
18177 * tree-flow-inline.h (has_hidden_use, set_has_hidden_use): Kill.
18178
18179 2004-07-16 Richard Henderson <rth@redhat.com>
18180
18181 * function.c (pass_by_reference): True for all variable sized types.
18182
18183 2004-07-16 Sebastian Pop <pop@cri.ensmp.fr>
18184
18185 * Makefile.in (tree-pretty-print.o): Depend on tree-chrec.h.
18186 * tree-pretty-print.c: Include tree-chrec.h.
18187 (dump_generic_node): Pretty print SCEV_KNOWN, SCEV_NOT_KNOWN
18188 and POLYNOMIAL_CHREC nodes.
18189
18190 2004-07-16 Steve Ellcey <sje@cup.hp.com>
18191
18192 * builtins.c (expand_builtin_stpcpy): Do not create temporary
18193 reg with VOIDmode.
18194
18195 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
18196
18197 * config/rs6000/eabi.asm (__eabi_convert): Fix typo (cmpi vs. cmpwi).
18198
18199 2004-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
18200
18201 * config/s390/s390.md: Changed every occurence of BASE_REGISTER
18202 to BASE_REGNUM.
18203 * config/s390/s390.c: Likewise.
18204 * config/s390/s390.h: Likewise.
18205
18206 2004-07-16 Richard Sandiford <rsandifo@redhat.com>
18207
18208 * config/mips/mips.md (addsi3, adddi3): Remove special handling
18209 of $sp adds. Remove REGNO checks from mips16 patterns.
18210
18211 2004-07-16 Richard Sandiford <rsandifo@redhat.com>
18212
18213 * config/mips/mips.md: Delete outdated comment.
18214
18215 2004-07-16 Richard Sandiford <rsandifo@redhat.com>
18216
18217 * config/mips/mips.c (get_float_compare_codes): Delete.
18218 (mips_emit_compare): New function, mostly extracted from
18219 get_float_compare_codes and gen_conditional_branch.
18220 (gen_conditional_branch, gen_conditional_move): Use it.
18221
18222 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
18223
18224 * genautomata.c (add_vect): Speedup by using integers as
18225 bit-vectors for walking through the comb_vect and finding
18226 a match.
18227
18228 2004-07-16 Richard Sandiford <rsandifo@redhat.com>
18229
18230 * config/mips/mips.c (mips_zero_if_equal): Only use XORs if the second
18231 operand is an uns_arith_operand; use subtraction otherwise.
18232 * config/mips/mips.md (cmpsi, cmpdi): Allow any nonmemory_operand,
18233 not just arith_operands.
18234
18235 2004-07-16 Richard Sandiford <rsandifo@redhat.com>
18236
18237 * config/mips/mips-protos.h (gen_int_relational): Delete.
18238 (mips_emit_scc): Declare.
18239 * config/mips/mips.c (internal_test): Delete.
18240 (sle_operand, sleu_operand): New functions.
18241 (map_test_to_internal_test, gen_int_relational): Delete.
18242 (mips_emit_binary, mips_relational_operand_ok_p)
18243 (mips_emit_int_relational, mips_zero_if_equal)
18244 (mips_emit_scc): New functions.
18245 (gen_conditional_branch): Rework to use mips_emit_int_relational.
18246 * config/mips/mips.h (PREDICATE_CODES): Add sle_operand and
18247 sleu_operand.
18248 * config/mips/mips.md (seq, sne, sgt, sge, slt, sle, sgtu, sgeu)
18249 (sltu, sleu): Use mips_emit_scc.
18250 (*sge_[sd]i, *sgeu_[sd]i): New patterns.
18251 (*sle_[sd]i, *sle_[sd]i_mips16): Use sle_operand.
18252 (*sleu_[sd]i, *sleu_[sd]i_mips16): Use sleu_operand.
18253
18254 2004-07-16 Richard Sandiford <rsandifo@redhat.com>
18255
18256 * config/mips/mips.md (*sgt_di_mips16): Fix destination constraint.
18257
18258 2004-07-16 Richard Sandiford <rsandifo@redhat.com>
18259
18260 * config/mips/mips.md (*seq_[sd]i): Renamed from seq_[sd]i_zero.
18261 (*sne_[sd]i): Likewise sne_[sd]i_zero.
18262 (*sgt_[sd]i): ...and sgt_[sd]i.
18263 (*slt_[sd]i): ...and slt_[sd]i.
18264 (*sgtu_[sd]i): ...and sgtu_[sd]i.
18265 (*sltu_[sd]i): ...and sltu_[sd]i.
18266 (*sleu_[sd]i): ...and sleu_[sd]i_const.
18267 Name previously unnamed mips16 patterns. Formatting fixes.
18268
18269 2004-07-16 Richard Sandiford <rsandifo@redhat.com>
18270
18271 * config/mips/mips.c (cmp_operands): Renamed from branch_cmp.
18272 (branch_type): Delete.
18273 (gen_conditional_branch, gen_conditional_move)
18274 (mips_gen_conditional_trap): Update after name change. Get the
18275 comparison mode from cmp_operands[0].
18276 * config/mips/mips.h (cmp_type, branch_type): Delete.
18277 (cmp_operands): Renamed from branch_cmp.
18278 * config/mips/mips.md (cmpsi, cmpdi, cmpsf, cmpdf): Update after
18279 name change. Don't set branch_type.
18280 (seq, sne, sgt, sge, slt, sle, sgtu, sgeu, sltu, sleu): Check the
18281 mode class of cmp_operands[0] rather than branch_type. Update after
18282 name change.
18283
18284 2004-07-16 Richard Sandiford <rsandifo@redhat.com>
18285
18286 * config/mips/mips.c (mips_rtx_costs): In mips16 code, set the cost
18287 of 0...255 to 0 when inside a SET.
18288
18289 2004-07-16 Richard Sandiford <rsandifo@redhat.com>
18290
18291 * config/mips/mips.md: Remove mips16 define_peepholes.
18292
18293 2004-07-16 Daniel Berlin <dberlin@dberlin.org>
18294
18295 * tree-ssa-pre.c (init_pre): Connect infinite loops to exit.
18296 (fini_pre): Remove fake edges.
18297
18298 2004-07-15 Richard Henderson <rth@redhat.com>
18299
18300 * tree-ssa-operands.c (get_expr_operands): Use a switch. Split out...
18301 (get_indirect_ref_operands, get_call_expr_operands): ... these.
18302
18303 2004-07-15 Nathan Sidwell <nathan@codesourcery.com>
18304
18305 * vec.h (VEC_address): New function.
18306
18307 2004-07-14 Jason Merrill <jason@redhat.com>
18308
18309 PR middle-end/15885
18310 * gimplify.c (gimplify_arg): New fn, split out from...
18311 (gimplify_call_expr): Here. Special-case BUILT_IN_VA_START.
18312
18313 2004-07-15 Roman Zippel <zippel@linux-m68k.org>
18314
18315 * config/m68k/m68k.c (output_move_qimode): Abort on an attempt to
18316 generate code which is generated by pushqi1 now
18317 * config/m68k/m68k.h (MOVE_BY_PIECES_P): Remove.
18318
18319 2004-07-15 Roman Zippel <zippel@linux-m68k.org>
18320
18321 * combine.c (simplify_set): match the mode of the constant 0 with
18322 the tested operand to match the compare behaviour and the
18323 simplify_relational_operation() expectation.
18324
18325 2004-07-15 Aldy Hernandez <aldyh@redhat.com>
18326
18327 * config/rs6000/rs6000.md ("bunordered"): Disable for e500.
18328 ("bordered"): Same.
18329
18330 2004-07-15 Aldy Hernandez <aldyh@redhat.com>
18331
18332 * config/rs6000/rs6000.md ("*cceq_ior_compare"): Allow
18333 unconditionally.
18334 * config/rs6000/spe.md ("e500_cceq_ior_compare"): Remove.
18335
18336 2004-07-15 Richard Sandiford <rsandifo@redhat.com>
18337
18338 * config/mips/mips.c (mips_adjust_insn_length): Fix handling of
18339 calls in mips16 code.
18340
18341 2004-07-15 Richard Sandiford <rsandifo@redhat.com>
18342
18343 * config/mips/mips.md: In the mips16 li/neg splitter, use SImode for
18344 the destination of the li as well as for the neg.
18345
18346 2004-07-15 Frank Ch. Eigler <fche@redhat.com>
18347
18348 g++/15861
18349 * cgraphunit.c (cgraph_build_static_cdtor): Add priority argument.
18350 * cgraph.h: Update declaration.
18351 * c-decl.c (build_cdtor): Update call with default priority.
18352 * coverage.c (create_coverage): Ditto.
18353 * tree-mudflap.c (mf_init_fndecl): New tree.
18354 (mudflap_init): Set it.
18355 (mudflap_register_call): Arrange to call __mf_init before the first
18356 __mf_register call.
18357 (mudflap_finish_file): Mark the mudflap static initializer as extra
18358 high priority, to beat all C++ static constructors.
18359
18360 2004-07-15 Jeff Law <law@redhat.com>
18361
18362 * loop.c (check_insn_for_givs): Restore check for code labels that was
18363 accidentally deleted by a recent checkin.
18364
18365 2004-07-15 Nathan Sidwell <nathan@codesourcery.com>
18366
18367 * vec.h (VEC_T_truncate): Allow truncation of an empty vector.
18368 (VEC_T_quick_insert, VEC_T_ordered_remove): Fix sizeof(T) thinko.
18369
18370 2004-07-14 Richard Henderson <rth@redhat.com>
18371
18372 * print-tree.c (print_node): Fix casts last change.
18373
18374 2004-07-15 Paul Brook <paul@codesourcery.com>
18375
18376 * dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO
18377 to TARGET_UNWIND_INFO.
18378 * except.c (output_function_exception_table): Ditto.
18379 * except.h: Ditto.
18380 * opts.c (decode_options): Ditto.
18381 * passes.c (rest_of_handle_final): Ditto.
18382 * final.c (final_start_function): Ditto.
18383 (final_scan_insn, final_scan_insn): Replace IA64_UNWIND_EMIT with
18384 target hook.
18385 * targhooks.h (default_unwind_emit): Declare.
18386 * targhooks.c (default_unwind_emit): New function.
18387 * target-def.h: Define and use TARGET_UNWIND_EMIT.
18388 * target.h (struct gcc_target): Add unwind_emit.
18389 * config/ia64/ia64.c (TARGET_UNWIND_EMIT): Define.
18390 * config/ia64/ia64.h: Rename IA64_UNWIND_INFO to TARGET_UNWIND_INFO.
18391 Remove IA64_UNWIND_EMIT.
18392 * doc/tm.texi: Document TARGET_UNWIND_EMIT and TARGET_UNWIND_INFO.
18393
18394 2004-07-14 Richard Henderson <rth@redhat.com>
18395
18396 * print-tree.c (print_node): Handle SSA_NAME.
18397
18398 2004-07-14 James E Wilson <wilson@specifixinc.com>
18399
18400 PR target/16325
18401 * config/mips/mips.h (STARTING_FRAME_OFFSET): When flag_profile_value
18402 and ! TARGET_64BIT, include REG_PARM_STACK_SPACE.
18403
18404 2004-07-15 Jakub Jelinek <jakub@redhat.com>
18405
18406 * expr.c (expand_assignment): Reenable bitfield += optimizations.
18407 Use alias set 0 for memory, do proper mode calculations and adjust
18408 address for memories.
18409
18410 2004-07-14 Per Bothner <per@bothner.com>
18411
18412 * input.h: If USE_MAPPED_LOCATION, define separate expanded_location
18413 structure with extra column field.
18414 * tree.c (expand_location): Also fill in column field.
18415 * gengtype-lex.l: Ignore expanded_location typedef, sinze gengtype
18416 gets confused by the two conditionally-compiled definitions.
18417
18418 2004-07-14 Eric Christopher <echristo@redhat.com>
18419
18420 * calls.c (expand_call): Fix typo in comment.
18421
18422 2004-07-14 Steve Ellcey <sje@cup.hp.com>
18423
18424 * config/ia64/ia64.c (ia64_expand_compare): Allow ORDERED
18425 comparision of TFmode.
18426
18427 2004-07-14 Richard Henderson <rth@redhat.com>
18428
18429 * config/alpha/alpha.c (alpha_gimplify_va_arg_1): Move indirect ...
18430 (alpha_gimplify_va_arg): ... handling here. Use pass_by_reference.
18431 * config/c4x/c4x.c (c4x_gimplify_va_arg_expr): Use pass_by_reference.
18432 * config/i386/i386.c (ix86_gimplify_va_arg): Likewise.
18433 * config/i860/i860.c (i860_gimplify_va_arg_expr): Likewise.
18434 * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
18435 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Likewise.
18436 * config/sh/sh.c (sh_gimplify_va_arg_expr): Likewise.
18437 * config/xtensa/xtensa.c (xtensa_gimplify_va_arg_expr): Likewise.
18438
18439 2004-07-14 Mike Stump <mrs@apple.com>
18440
18441 * config/darwin.h (WINT_TYPE): Define to be int to match
18442 system header files.
18443
18444 2004-07-14 Bob Wilson <bob.wilson@acm.org>
18445
18446 * config/xtensa/xtensa.c (function_arg_advance): Check for args
18447 that must be passed in the stack.
18448 (xtensa_gimplify_va_arg_expr): Skip special-case padding for small
18449 arguments if the size is not a constant.
18450
18451 2004-07-14 Per Bothner <per@bothner.com>
18452
18453 * c-typeck.c (emit_side_effect_warnings): Use EXPR_HAS_LOCATION
18454 instead of EXPR_LOCUS in a boolean context, which is always true
18455 if --enable-mapped-location.
18456 * stmt.c (warn_if_unused_value): Likewise. Also use EXPR_LOCATION.
18457
18458 2004-07-14 Richard Henderson <rth@redhat.com>
18459
18460 * dominance.c (struct dom_info): Add fake_exit_edge.
18461 (init_dom_info): Allocate it.
18462 (free_dom_info): Free it.
18463 (calc_dfs_tree): Set it. Handle noreturn and infinite loops
18464 in two passes.
18465 (calc_idoms): Honor fake_exit_edge.
18466
18467 2004-07-13 Jason Merrill <jason@redhat.com>
18468
18469 * tree-gimple.c (is_gimple_reg_rhs, is_gimple_mem_rhs): New fns.
18470 (rhs_test_for): New fn.
18471 (is_gimple_tmp_rhs): Rename from is_gimple_rhs.
18472 * tree-gimple.h: Declare them.
18473 * gimplify.c (gimplify_modify_expr): Use the new fns.
18474
18475 2004-07-14 Richard Henderson <rth@redhat.com>
18476
18477 * config/arm/arm-protos.h (arm_va_arg): Remove.
18478 * config/arm/arm.c (arm_va_arg): Remove.
18479 (arm_init_expanders): Fix alignment of arg_pointer_rtx.
18480 * config/arm/arm.h (EXPAND_BUILTIN_VA_ARG): Remove.
18481
18482 2004-07-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18483
18484 * pa.c (fix_range): New function to mark a range(s) of registers as
18485 fixed registers.
18486 (override_options): Call fix_range if the -mfixed-range option string
18487 is not empty.
18488 * pa.h (TARGET_OPTIONS): Add -mfixed-range option.
18489 * doc/invoke.texi (-mfixed-range): Document new option.
18490
18491 2004-07-14 David Edelsohn <edelsohn@gnu.org>
18492
18493 * config/rs6000/rs6000.c (function_arg_padding): Do not pad SFmode
18494 for TARGET_64BIT.
18495 (rs6000_gimplify_va_arg): Use size_int instead of build_int_2.
18496
18497 2004-07-14 Roger Sayle <roger@eyesopen.com>
18498
18499 * expmed.c (expand_sdiv_pow2): New function to expand signed division
18500 by a positive power of two, split out from expand_divmod. Provide
18501 an alternate implementation when shifts are expensive. Lower the
18502 threshold for using a branchless implementation to BRANCH_COST >= 2.
18503 (expand_divmod): Call expand_sdiv_pow2 for suitable divisions.
18504
18505 2004-07-14 Paolo Bonzini <bonzini@gnu.org>
18506
18507 * tree-dfa.c (make_rename_temp): *Really* work just
18508 like create_tmp_var if called while outside SSA form.
18509
18510 2004-07-14 Ulrich Weigand <uweigand@de.ibm.com>
18511
18512 * config/s390/s390.md ("udivsi3"): Ensure trap is generated
18513 for division by zero.
18514 ("umodsi3"): Likewise.
18515
18516 2004-07-14 Richard Sandiford <rsandifo@redhat.com>
18517
18518 * config/mips/mips.c (mips_output_move): When generating mips16 code,
18519 force loads of negative constants to be split.
18520 * config/mips/mips.md (*movhi_mips16, *movqi_mips16): Likewise.
18521 Generalize SImode li/neg splitter to cope with other modes.
18522
18523 2004-07-14 Paolo Bonzini <bonzini@gnu.org>
18524
18525 * expmed.c: Remove more references to QUEUED in the comments.
18526 * expr.c: Likewise.
18527
18528 2004-07-14 Richard Sandiford <rsandifo@redhat.com>
18529
18530 Revert:
18531 2004-07-13 Richard Henderson <rth@redhat.com>
18532 * config/mips/mips.c (mips_pass_by_reference): Handle mode sizes
18533 correctly.
18534
18535 2004-07-14 Paolo Bonzini <bonzini@gnu.org>
18536
18537 * tree-dfa.c (make_rename_temp): Work just like
18538 create_tmp_var if called while outside SSA form.
18539
18540 2004-07-14 Paolo Bonzini <bonzini@gnu.org>
18541
18542 * expr.c (enqueue_insn, finish_expr_for_function,
18543 protect_from_queue, queued_subexp_p, mark_queue,
18544 emit_insns_enqueued_after_mark, emit_queue,
18545 expand_increment): Remove.
18546 (store_constructor): Expand increment as an assignment.
18547 (expand_expr_real_1 <case PREINCREMENT_EXPR,
18548 case PREDECREMENT_EXPR, case POSTINCREMENT_EXPR,
18549 case POSTDECREMENT_EXPR>): Abort.
18550 * expr.h (QUEUED_VAR, QUEUED_INSN, QUEUED_COPY,
18551 QUEUED_BODY, QUEUED_NEXT, finish_expr_for_function,
18552 protect_from_queue, emit_queue, queued_subexp_p): Remove.
18553 * function.h (pending_chain, x_pending_chain): Remove.
18554 * rtl.def (QUEUED): Remove.
18555
18556 * emit-rtl.c (copy_insn_1, copy_most_rtx,
18557 set_used_flags, verify_rtx_sharing): Remove references to QUEUED.
18558 * genattrtab.c (attr_copy_rtx, clear_struct_flag,
18559 encode_units_mask): Likewise.
18560 * local-alloc.c (equiv_init_varies_p): Likewise.
18561 * rtl.c (copy_rtx): Likewise.
18562 * rtlanal.c (rtx_unstable_p, rtx_varies_p): Likewise.
18563 * simplify-rtx.c (simplify_gen_subreg): Likewise.
18564 * config/mn10300/mn10300.c (legitimate_pic_operand_p): Likewise.
18565
18566 * builtins.c (expand_builtin, expand_builtin_apply,
18567 expand_builtin_mathfn, expand_builtin_mathfn_2,
18568 expand_builtin_mathfn_3, expand_builtin_setjmp_setup):
18569 Remove calls to emit_queue and protect_from_queue.
18570 * calls.c (expand_call, precompute_arguments,
18571 precompute_register_parameters, rtx_for_function_call,
18572 store_one_arg): Likewise.
18573 * dojump.c (do_compare_and_jump, do_jump): Likewise.
18574 * explow.c (memory_address): Likewise.
18575 * expmed.c (clear_by_pieces_1, clear_storage,
18576 clear_storage_via_libcall, emit_group_load,
18577 emit_group_store, emit_store_flag,
18578 expand_expr_real_1, store_by_pieces,
18579 store_constructor, store_expr, try_casesi,
18580 try_tablejump): Likewise.
18581 * function.c (expand_pending_sizes): Likewise.
18582 * optabs.c (emit_cmp_and_jump_insns,
18583 emit_conditional_add, emit_conditional_move,
18584 expand_fix, expand_float, prepare_cmp_insn): Likewise.
18585 * stmt.c (emit_case_bit_tests,
18586 expand_asm_expr, expand_computed_goto,
18587 expand_decl_init, expand_end_case_type,
18588 expand_end_stmt_expr, expand_expr_stmt_value,
18589 expand_return, expand_start_case,
18590 optimize_tail_recursion): Likewise.
18591 * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
18592 * config/s390/s390.c (s390_expand_cmpmem): Likewise.
18593
18594 2004-07-14 Ben Elliston <bje@au.ibm.com>
18595
18596 * vec.h: Comment fix.
18597
18598 2004-07-13 Richard Henderson <rth@redhat.com>
18599
18600 * target.h (struct gcc_target): Add calls.pass_by_reference.
18601 * target-def.h (TARGET_PASS_BY_REFERENCE): New.
18602 * function.c (pass_by_reference): Use the hook.
18603 * system.h (FUNCTION_ARG_PASS_BY_REFERENCE): Poison.
18604 * targhooks.c, targhooks.h (hook_pass_by_reference_false): New.
18605 (hook_pass_by_reference_must_pass_in_stack): New.
18606 * config/alpha/alpha.c (function_arg): Don't query pass-by-ref.
18607 (alpha_pass_by_reference): New.
18608 (TARGET_PASS_BY_REFERENCE): New.
18609 * config/alpha/alpha.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18610 * config/arc/arc.c (arc_pass_by_reference): New.
18611 (TARGET_PASS_BY_REFERENCE): New.
18612 * config/arc/arc.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18613 (FUNCTION_ARG_CALLEE_COPIES): True.
18614 * config/arm/arm-protos.h (arm_function_arg_pass_by_reference): Remove.
18615 * config/arm/arm.c (TARGET_PASS_BY_REFERENCE): New.
18616 (arm_pass_by_reference): Rename from arm_function_arg_pass_by_reference.
18617 * config/arm/arm.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18618 * config/c4x/c4x.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18619 * config/cris/cris.c (cris_pass_by_reference): New.
18620 (TARGET_PASS_BY_REFERENCE): New.
18621 * config/cris/cris.h (FUNCTION_ARG): Don't query pass-by-ref.
18622 (FUNCTION_INCOMING_ARG, FUNCTION_ARG_ADVANCE): Likewise.
18623 (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18624 * config/fr30/fr30.c (TARGET_PASS_BY_REFERENCE): New.
18625 * config/fr30/fr30.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18626 * config/frv/frv-protos.h (frv_function_arg_pass_by_reference): Kill.
18627 * config/frv/frv.c (TARGET_PASS_BY_REFERENCE): New.
18628 (frv_function_arg_pass_by_reference): Remove.
18629 * config/frv/frv.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18630 * config/i386/i386-protos.h (function_arg_pass_by_reference): Remove.
18631 * config/i386/i386.c (TARGET_PASS_BY_REFERENCE): New.
18632 (ix86_pass_by_reference): Rename from function_arg_pass_by_reference.
18633 * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18634 * config/ia64/ia64-protos.h (ia64_function_arg_pass_by_reference): Kill.
18635 * config/ia64/ia64.c (TARGET_PASS_BY_REFERENCE): New.
18636 (ia64_pass_by_reference): Rename from
18637 ia64_function_arg_pass_by_reference.
18638 * config/ia64/ia64.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18639 * config/ip2k/ip2k.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18640 * config/iq2000/iq2000-protos.h (function_arg_pass_by_reference): Kill.
18641 * config/iq2000/iq2000.c (TARGET_PASS_BY_REFERENCE): New.
18642 (iq2000_pass_by_reference): Rename from function_arg_pass_by_reference.
18643 * config/iq2000/iq2000.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18644 (FUNCTION_ARG_CALLEE_COPIES): Don't reference pass-by-ref.
18645 * config/m32r/m32r-protos.h (m32r_pass_by_reference): Remove.
18646 * config/m32r/m32r.c (TARGET_PASS_BY_REFERENCE): New.
18647 (m32r_pass_by_reference): Adjust prototype. Make static.
18648 Handle mode sizes correctly.
18649 * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18650 * config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c
18651 (m68hc11_function_arg_pass_by_reference): Remove.
18652 * config/m68hc11/m68hc11.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18653 (FUNCTION_ARG_CALLEE_COPIES): Don't reference pass-by-ref.
18654 * config/mcore/mcore.c (TARGET_PASS_BY_REFERENCE): New.
18655 * config/mcore/mcore.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18656 * config/mips/mips-protos.h (function_arg_pass_by_reference): Remove.
18657 * config/mips/mips.c (TARGET_PASS_BY_REFERENCE): New.
18658 (mips_va_arg): Use pass_by_reference.
18659 (mips_pass_by_reference): Rename from function_arg_pass_by_reference.
18660 Handle mode sizes correctly.
18661 * config/mips/mips.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18662 (FUNCTION_ARG_CALLEE_COPIES): Don't reference pass-by-ref.
18663 * config/mmix/mmix-protos.h (mmix_function_arg_pass_by_reference): Kill.
18664 * config/mmix/mmix.c (TARGET_PASS_BY_REFERENCE): New.
18665 (mmix_pass_by_reference): Rename from
18666 mmix_function_arg_pass_by_reference.
18667 * config/mmix/mmix.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18668 (FUNCTION_ARG_CALLEE_COPIES): True.
18669 * config/mn10300/mn10300.c (TARGET_PASS_BY_REFERENCE): New.
18670 (mn10300_pass_by_reference): New.
18671 * config/mn10300/mn10300.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18672 (FUNCTION_ARG_CALLEE_COPIES): True.
18673 * config/pa/pa.c (pa_pass_by_reference): New.
18674 (TARGET_PASS_BY_REFERENCE): New.
18675 * config/pa/pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18676 (FUNCTION_ARG_CALLEE_COPIES): True.
18677 * config/rs6000/rs6000-protos.h (function_arg_pass_by_reference): Kill.
18678 * config/rs6000/rs6000.c (TARGET_PASS_BY_REFERENCE): New.
18679 (rs6000_pass_by_reference): Rename from function_arg_pass_by_reference.
18680 * config/rs6000/rs6000.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18681 * config/s390/s390-protos.h (s390_function_arg_pass_by_reference): Kill.
18682 * config/s390/s390.c (TARGET_PASS_BY_REFERENCE): New.
18683 (s390_pass_by_reference): Rename from
18684 s390_function_arg_pass_by_reference.
18685 (s390_function_arg_advance): Don't query pass-by-ref.
18686 (s390_function_arg): Likewise.
18687 (s390_gimplify_va_arg): Use pass_by_reference.
18688 (s390_call_saved_register_used): Likewise.
18689 * config/s390/s390.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18690 * config/sh/sh.c (TARGET_PASS_BY_REFERENCE): New.
18691 (shcompact_byref, sh_pass_by_reference): New.
18692 * config/sh/sh.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18693 (SHCOMPACT_BYREF): Remove.
18694 * config/sparc/sparc-protos.h (function_arg_pass_by_reference): Kill.
18695 * config/sparc/sparc.c (TARGET_PASS_BY_REFERENCE): New.
18696 (sparc_pass_by_reference): Rename from function_arg_pass_by_reference.
18697 (sparc_gimplify_va_arg): Use pass_by_reference.
18698 * config/sparc/sparc.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18699 * config/stormy16/stormy16.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18700 * config/v850/v850.c (TARGET_PASS_BY_REFERENCE): New.
18701 (v850_pass_by_reference): New.
18702 * config/v850/v850.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18703 (FUNCTION_ARG_CALLEE_COPIES): True.
18704 * doc/tm.texi (TARGET_PASS_BY_REFERENCE): Update from
18705 FUNCTION_ARG_PASS_BY_REFERENCE docs.
18706
18707 2004-07-14 Richard Henderson <rth@redhat.com>
18708 Richard Sandiford <rsandifo@redhat.com>
18709
18710 * config/mips/mips-protos.h (mips_va_arg): Delete.
18711 * config/mips/mips.h (EXPAND_BUILTIN_VA_ARG): Delete.
18712 * config/mips/mips.c: Include tree-gimple.h.
18713 (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
18714 (mips_arg_info): Remove special handling of must_pass_in_stck args.
18715 (mips_gimplify_va_arg_expr): Rewritten from mips_va_arg.
18716 (function_arg_pass_by_reference): Return true if must_pass_in_stack.
18717
18718 2004-07-13 Bob Wilson <bob.wilson@acm.org>
18719
18720 * config/xtensa/xtensa.c (xtensa_gimplify_va_arg_expr): Swap
18721 arguments for COND_EXPR in big-endian adjustment code.
18722
18723 2004-07-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18724
18725 * pa-64.h (ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Delete.
18726 * pa.h (ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Modify for hppa64.
18727 * pa32-regs.h (REG_ALLOC_ORDER): Reorder caller-saved registers.
18728 * pa64-regs.h (REG_ALLOC_ORDER): Likewise.
18729
18730 2004-07-13 Diego Novillo <dnovillo@redhat.com>
18731
18732 PR tree-optimization/16443
18733 * tree-ssa-alias.c: Add more description for
18734 CALL_CLOBBERED_VARS and ADDRESSABLE_VARS.
18735 * tree-ssa-operands.c (get_asm_expr_operands): Re-order the
18736 clobbering of call-clobbered and addressable variables. If
18737 there are any before aliases have been computed, add them.
18738
18739 2004-07-13 Diego Novillo <dnovillo@redhat.com>
18740
18741 * tree-optimize.c (execute_todo): Flush DUMP_FILE before
18742 verification.
18743
18744 2004-07-13 Ulrich Weigand <uweigand@de.ibm.com>
18745
18746 * config/s390/s390.c (s390_gimplify_va_arg): Use size_int instead
18747 of build_int_2. Convert both operands of PLUS_EXPR and MULT_EXPR
18748 to the same type.
18749
18750 2004-07-13 Per Bothner <per@bothner.com>
18751
18752 * collect2.c (main): Handle --no-demangle and --demangle flags.
18753
18754 2004-07-13 Sebastian Pop <pop@cri.ensmp.fr>
18755
18756 * Makefile.in (OBJS-common): Add tree-data-ref.o.
18757 (tree-scalar-evolution.o): Add missing dependences on tree-pass.h flags.h.
18758 (tree-data-ref.o): New rule.
18759 * lambda.h: New file.
18760 * tree-data-ref.c: New file.
18761 * tree-data-ref.h: New file.
18762 * tree.c (int_cst_value, tree_fold_gcd): New functions.
18763 * tree.h (int_cst_value, tree_fold_gcd): Declared here.
18764
18765 2004-07-13 Eric Botcazou <ebotcazou@libertysurf.fr>
18766
18767 PR target/13926
18768 * config/sparc/sparc-protos.h (output_ubranch): New prototype.
18769 * config/sparc/sparc.c (output_ubranch): New function.
18770 * config/sparc/sparc.md (jump pattern): Use it.
18771
18772 2004-07-13 Eric Botcazou <ebotcazou@libertysurf.fr>
18773
18774 PR target/16494
18775 * config/sparc/sparc.c (output_cbranch): Properly guard
18776 the code handling far branches with TARGET_V9.
18777 * config/sparc/sparc.md (length attribute): Document the
18778 side-effect of having a length greater or equal to 3.
18779
18780 2004-07-13 Eric Botcazou <ebotcazou@libertysurf.fr>
18781 Lloyd Parkes <lloyd@must-have-coffee.gen.nz>
18782
18783 PR target/15186
18784 * config/sparc/sol2-bi.h (LINK_ARCH64_SPEC_BASE): Pass
18785 /usr/ucblib/sparcv9 as -R path when -compat-bsd is specified.
18786
18787 2004-07-13 Eric Botcazou <ebotcazou@libertysurf.fr>
18788 Martin Sebor <sebor@roguewave.com>
18789
18790 PR target/12602
18791 * doc/invoke.texi (SPARC options): Document -threads
18792 and -pthreads on Solaris.
18793
18794 2004-07-13 Richard Henderson <rth@redhat.com>
18795
18796 * builtins.c (std_gimplify_va_arg_expr): Handle types passed
18797 by reference.
18798 (ind_gimplify_va_arg_expr): Remove.
18799 * tree.h (ind_gimplify_va_arg_expr): Remove.
18800 * config/pa/pa.c (hppa_gimplify_va_arg_expr): Don't use it.
18801 * config/mmix/mmix.c (mmix_function_arg_pass_by_reference): Allow
18802 argsp to be null.
18803
18804 * config/arc/arc.c (arc_gimplify_va_arg_expr): Remove.
18805 (TARGET_GIMPLIFY_VA_ARG_EXPR): Remove.
18806 * config/cris/cris.c, config/fr30/fr30.c, config/frv/frv.c,
18807 config/iq2000/iq2000.c, config/m32r/m32r.c, config/mmix/mmix.c,
18808 config/mn10300/mn10300.c, config/v850/v850.c: Similarly.
18809
18810 2004-07-13 Richard Henderson <rth@redhat.com>
18811
18812 * function.c (pass_by_reference): New.
18813 (assign_parm_find_data_types): Use it.
18814 * calls.c (initialize_argument_information): Likewise.
18815 (emit_library_call_value_1): Likewise.
18816 * expr.h (FUNCTION_ARG_PASS_BY_REFERENCE): Remove.
18817 * function.h (pass_by_reference): Declare.
18818
18819 2004-07-13 Richard Henderson <rth@redhat.com>
18820
18821 * target-def.h (TARGET_MUST_PASS_IN_STACK): New.
18822 * target.h (struct gcc_target): Add calls.must_pass_in_stack.
18823 * expr.h (MUST_PASS_IN_STACK): Remove.
18824 * system.h (MUST_PASS_IN_STACK): Poison.
18825 * tree.h (must_pass_in_stack_var_size): Declare.
18826 (must_pass_in_stack_var_size_or_pad): Declare.
18827 * calls.c (must_pass_in_stack_var_size): New.
18828 (must_pass_in_stack_var_size_or_pad): Rename from
18829 default_must_pass_in_stack.
18830 * config/alpha/alpha.c (unicosmk_must_pass_in_stack): New.
18831 (TARGET_MUST_PASS_IN_STACK): New.
18832 * config/alpha/unicosmk.h (MUST_PASS_IN_STACK): Remove.
18833 * config/fr30/fr30.c (fr30_must_pass_in_stack): New.
18834 (TARGET_MUST_PASS_IN_STACK): New.
18835 * config/fr30/fr30.h (MUST_PASS_IN_STACK): Remove.
18836 * config/frv/frv.c (frv_must_pass_in_stack): New.
18837 (TARGET_MUST_PASS_IN_STACK): New.
18838 * config/frv/frv.h (MUST_PASS_IN_STACK): Remove.
18839 * config/i386/i386-protos.h (ix86_must_pass_in_stack): Remove.
18840 * config/i386/i386.c (TARGET_MUST_PASS_IN_STACK): New.
18841 (ix86_must_pass_in_stack): Make static.
18842 * config/i386/i386.h (MUST_PASS_IN_STACK): Remove.
18843 * config/ia64/ia64.c (TARGET_MUST_PASS_IN_STACK): New.
18844 * config/ia64/ia64.h (MUST_PASS_IN_STACK): Remove.
18845 * config/m32r/m32r.c (TARGET_MUST_PASS_IN_STACK): New.
18846 * config/m32r/m32r.h (MUST_PASS_IN_STACK): Remove.
18847 * config/mcore/mcore-protos.h (mcore_must_pass_on_stack): Remove.
18848 * config/mcore/mcore.c (TARGET_MUST_PASS_IN_STACK): New.
18849 (mcore_must_pass_on_stack): Remove.
18850 * config/mcore/mcore.h (MUST_PASS_IN_STACK): Remove.
18851 * config/mips/mips.c (TARGET_MUST_PASS_IN_STACK): New.
18852 * config/mips/mips.h (MUST_PASS_IN_STACK): Remove.
18853 * config/pa/pa.c (TARGET_MUST_PASS_IN_STACK): New.
18854 * config/pa/pa.h (MUST_PASS_IN_STACK): Remove.
18855 * config/rs6000/aix.h (MUST_PASS_IN_STACK): Remove.
18856 * config/rs6000/linux64.h (MUST_PASS_IN_STACK): Remove.
18857 * config/rs6000/rs6000.c (rs6000_must_pass_in_stack): New.
18858 (TARGET_MUST_PASS_IN_STACK): New.
18859 * config/sh/sh.c (TARGET_MUST_PASS_IN_STACK): New.
18860 * config/sh/sh.h (MUST_PASS_IN_STACK): Remove.
18861 * config/sparc/sparc.c (TARGET_MUST_PASS_IN_STACK): New.
18862 * config/sparc/sparc.h (MUST_PASS_IN_STACK): Remove.
18863 * config/xtensa/xtensa.c (TARGET_MUST_PASS_IN_STACK): New.
18864 * config/xtensa/xtensa.h (MUST_PASS_IN_STACK): Remove.
18865 * doc/tm.texi (TARGET_MUST_PASS_IN_STACK): Update from
18866 MUST_PASS_IN_STACK.
18867
18868 * calls.c, function.c, config/alpha/alpha.c, config/alpha/alpha.h,
18869 config/alpha/unicosmk.h, config/alpha/vms.h, config/c4x/c4x.c,
18870 config/cris/cris.h, config/fr30/fr30.c, config/fr30/fr30.h,
18871 config/frv/frv.c, config/i386/i386.c, config/iq2000/iq2000.c,
18872 config/mcore/mcore.c, config/mcore/mcore.h, config/mips/mips.c,
18873 config/mmix/mmix.c, config/mmix/mmix.h, config/rs6000/rs6000.c,
18874 config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
18875 config/xtensa/xtensa.c: Use target hook.
18876
18877 2004-07-13 Anthony Heading <aheading@jpmorgan.com>
18878
18879 * configure.ac (gcc_cv_as_offsetable_lo10): Fix a typo.
18880 * configure: Rebuilt.
18881
18882 2004-07-13 Richard Sandiford <rsandifo@redhat.com>
18883
18884 * doc/invoke.texi: Remove documentation for MIPS -mrnames option.
18885 * config/mips/mips.h (mips_reg_names): Don't declare.
18886 (MASK_NAME_REGS): Delete. Shuffle other MASK_* values down.
18887 (TARGET_NAME_REGS): Delete.
18888 (TARGET_SWITCHES): Remove -mrnames.
18889 (REGISTER_NAMES): Initialise with the old contents of mips_reg_names[].
18890 (ADDITIONAL_REGISTER_NAMES): Remove entries for names mentioned
18891 in REGISTER_NAMES.
18892 * config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Delete.
18893 (override_options): Remove handling of TARGET_NAME_REGS.
18894
18895 2004-07-13 Richard Sandiford <rsandifo@redhat.com>
18896
18897 * config/mips/mips.h (TARGET_*): Boolify.
18898
18899 2004-07-12 Nick Clifton <nickc@redhat.com>
18900
18901 * config.gcc: Add sh-*-symbianelf target.
18902 * config/sh/sh.c: Add new target macros:
18903 TARGET_ENCODE_SECTION_INFO, TARGET_STRIP_NAME_ENCODING,
18904 TARGET_CXX_IMPORT_EXPORT_CLASS.
18905 (sh_file_start): Create a definition of the .directive section.
18906 (sh_attribute): Add dllimport and dllexport attributes.
18907 * config/sh/symbian-pre.h: New file.
18908 * config/sh/symbian-post.h: New file.
18909 * config/sh/symbian.c: New file. Contains Symbian specific
18910 functions.
18911 * config/sh/sh-protos.h: Add prototypes for new functions
18912 provided by symbian.c.
18913 * config/sh/t-symbian: New file.
18914 * doc/extend.texi: Document support for dllimport and dllexport
18915 attributes by the sh-symbianelf target.
18916
18917 2004-07-12 James E Wilson <wilson@specifixinc.com>
18918
18919 * Makefile.in (AR): Use @AR@ not ar.
18920 (NM): New.
18921 (AR_FOR_TARGET): Use $(AR) not ar for native.
18922 (NM_FOR_TARGET): Use $(NM) not nm for native.
18923 * configure.ac: Add AC_CHECK_PROG calls for NM and AR.
18924 * configure: Regenerate.
18925
18926 2004-07-12 David S. Miller <davem@nuts.davemloft.net>
18927
18928 * config/sparc/sparc.md (ashlsi3): Eliminate const 1
18929 special case.
18930 (ashldi3_sp64): Likewise.
18931
18932 2004-07-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18933
18934 PR target/16477
18935 * pa.c (function_arg): Update comment.
18936 * pa.h (BLOCK_REG_PADDING): Define.
18937
18938 2004-07-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
18939
18940 PR tree-optimization/16461
18941 * tree-tailcall.c (independent_of_stmt_p): Handle non-SSA name
18942 arguments of phi nodes.
18943
18944 2004-07-12 Devang Patel <dpatel@apple.com>
18945
18946 * doc/invoke.texi (Darwin Options): Document -gused and -gfull.
18947
18948 2004-07-12 Steve Ellcey <sje@cup.hp.com>
18949
18950 * function.c (expand_function_start): Ensure r_save is in Pmode.
18951 * calls.c (prepare_call_address): Ensure static_chain_value is
18952 in Pmode.
18953 * builtins.c (expand_builtin_nonlocal_goto): Ensure r_label and
18954 r_save_area are in Pmode.
18955 * config/ia64/ia64.c (ia64_initialize_trampoline): Ensure addr,
18956 fnaddr, and static_chain are in Pmode.
18957
18958 2004-07-12 Vladimir Makarov <vmakarov@redhat.com>
18959
18960 PR target/16445
18961 * config/ia64/ia64.c (bundling): Don't count ignored insns.
18962
18963 2004-07-12 Richard Henderson <rth@redhat.com>
18964
18965 * target.h (struct gcc_target): Move gimplify_va_arg_expr
18966 next to build_builtin_va_list.
18967 * target-def.h (TARGET_GIMPLIFY_VA_ARG_EXPR): Update to match.
18968 * builtins.c (gimplify_va_arg_expr): Likewise.
18969 * gimplify.c (copy_if_shared_r): Likewise.
18970
18971 2004-07-12 Alexandre Oliva <aoliva@redhat.com>
18972
18973 * passes.c (rest_of_decl_compilation): Don't defer call of
18974 assemble_variable if its DECL_RTL is already set.
18975
18976 2004-07-12 Sebastian Pop <pop@cri.ensmp.fr>
18977
18978 * cfgloop.h (struct loop): Add nb_iterations field.
18979 (current_loops): Declare.
18980 * tree-chrec.c (chrec_not_analyzed_yet,
18981 chrec_dont_know, chrec_known, count_ev_in_wider_type,
18982 chrec_contains_symbols_defined_in_loop): Remove the temporary
18983 hooks.
18984 * tree-flow-inline.h (loop_containing_stmt): New function.
18985 * tree-scalar-evolution.c: Add implementation.
18986 * tree-scalar-evolution.h: Add declarations.
18987
18988 2004-07-12 Vladimir Makarov <vmakarov@redhat.com>
18989
18990 PR rtl-optimization/15921
18991 * Makefile.in (global.o): Add recog.h.
18992
18993 * global.c (recog.h): Add the include-clause.
18994 (bb_info): New member earlyclobber.
18995 (allocate_bb_info, free_bb_info): Initialize/finish the new
18996 member.
18997 (earlyclobber_regclass, earlyclobber_regclass_length): The new
18998 global variables.
18999 (check_earlyclobber, regclass_intersect,
19000 mark_reg_use_for_earlyclobber, mark_reg_use_for_earlyclobber_1):
19001 New functions.
19002 (calculate_local_reg_bb_info): Calculate value of earlyclobber.
19003 (make_accurate_live_analysis): Modify pavin.
19004
19005 2004-07-12 Diego Novillo <dnovillo@redhat.com>
19006
19007 * tree-cfg.c (find_taken_edge): Statically compute the truth
19008 value of a predicate comparing an SSA_NAME to itself.
19009
19010 2004-07-12 Roger Sayle <roger@eyesopen.com>
19011
19012 * config/rs6000/rs6000.c (rs6000_rtx_costs): Indicate that the
19013 rs6000 doesn't have shift-and-add or shift-and-sub instructions
19014 by returning the cost of a multiplication plus an addition.
19015
19016 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
19017
19018 PR tree-optimization/14107
19019 * gimplify.c (gimplify_return_expr): Accept a
19020 RETURN_EXPR with an error argument.
19021 * tree-optimize.c (init_tree_optimization_passes):
19022 Run pass_warn_function_return at -O0.
19023
19024 2004-07-12 Roger Sayle <roger@eyesopen.com>
19025
19026 * doc/invoke.texi: Correct -fasynchronous-unwind-tables option
19027 index entry.
19028
19029 2004-07-12 Richard Sandiford <rsandifo@redhat.com>
19030
19031 * config/mips/mips.c (mips_use_dfa_pipeline_interface): Delete.
19032 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
19033 * config/mips/3000.md: Add copyright notice. Remove automota and
19034 function units; use generic ones instead. Only define reservations
19035 for things that are different from generic.md. Extend each clause
19036 to include r3900.
19037 * config/mips/{4000,4100,4300,4600,5000,6000,generic}.md: New files.
19038 * config/mips/mips.md: Include them. Remove define_function_units.
19039 (alu, imuldiv): New automata and units.
19040
19041 2004-07-12 Ben Elliston <bje@au.ibm.com>
19042
19043 * doc/invoke.texi (Optimize Options): Document -frename-registers
19044 not being enabled by default at -O3.
19045
19046 2004-07-11 Roger Sayle <roger@eyesopen.com>
19047
19048 * fold-const.c (fold) <PLUS_EXPR>: Canonicalize X + -C as X - C for
19049 floating point additions, to keep real immediate constant positive.
19050 <MINUS_EXPR>: For floating point subtractions, only transform X - -C
19051 into X + C, and leave positive real constants as X - C.
19052
19053 2004-07-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19054
19055 * pa.c (hppa_gimplify_va_arg_expr): Remove comment.
19056
19057 2004-07-11 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19058
19059 PR tree-optimization/15654
19060 * tree-tailcall.c (eliminate_tail_call): Remove unreachable code.
19061
19062 2004-07-11 Roger Sayle <roger@eyesopen.com>
19063
19064 * builtins.c (fold_builtin_fputs): Don't bother converting the
19065 return type to integer_type_node, as we've already checked that
19066 the result will be ignored.
19067
19068 * tree-eh.c (tree_could_trap_p): Add support for -ftrapv such
19069 that signed addition, subtraction, multiplication, division,
19070 remainder, negation and absolute value may potentially trap.
19071
19072 * fold-const.c (fold_ignored_result): New function to strip
19073 non-side-effecting tree nodes from an expression whose result
19074 is ignored.
19075 (fold_convert): Call fold_ignored_result when casting a value
19076 to VOID_TYPE.
19077 (omit_one_operand): Call fold_ignored_result on the "omitted"
19078 operand when building a COMPOUND_EXPR.
19079 (pedantic_omit_one_operand): Likewise.
19080 * tree.h (fold_ignored_result): Prototype here.
19081 * tree-ssa-ccp.c (ccp_fold_builtin): Call fold_ignored_result
19082 when we're going to ignore the result.
19083
19084 2004-07-11 Richard Henderson <rth@redhat.com>
19085
19086 PR tree-opt/16383
19087 * tree-ssa-ccp.c (fold_stmt_r): Split out...
19088 * tree.c (fields_compatible_p, find_compatible_field): ... new.
19089 * tree.h (fields_compatible_p, find_compatible_field): Declare.
19090 * tree-sra.c (sra_hash_tree): Hash fields by offset.
19091 (sra_elt_eq): Use fields_compatible_p.
19092 (generate_one_element_ref): Use find_compatible_field.
19093
19094 2004-07-11 Richard Henderson <rth@redhat.com>
19095
19096 PR tree-opt/16422
19097 * tree-sra.c (generate_one_element_init): New.
19098 (generate_element_init): Use it.
19099 (scalarize_init): Push/pop gimplify context around it.
19100 (find_new_referenced_vars_1, find_new_referenced_vars): New.
19101 * gimplify.c (gimplify_expr): Allow SSA_NAME.
19102
19103 2004-07-11 Roger Sayle <roger@eyesopen.com>
19104
19105 * rtlanal.c (insn_rtx_cost): New function, moved and renamed from
19106 combine.c's combine_insn_cost.
19107 * rtl.h (insn_rtx_cost): Prototype here.
19108 * combine.c (combine_insn_cost): Delete function.
19109 (combine_validate_cost): Update callers of combine_insn_cost to
19110 call insn_rtx_cost instead.
19111 (combine_instructions): Likewise. Use NONJUMP_INSN_P to avoid
19112 requesting the rtx_cost of call and/or jump instructions.
19113
19114 * ifcvt.c (total_bb_rtx_cost): Use insn_rtx_cost instead of calling
19115 rtx_cost directly. Don't request/use the cost of call or jump
19116 instructions. Return -1 if the cost of any instruction can't be
19117 determined (or the BB contains a function call).
19118 (find_if_case_1): Abort transformation if total_bb_rtx_cost returns
19119 -1 (i.e. can't determine the cost of any instruction or the basic
19120 block contains a subroutine call).
19121 (find_if_case_2): Likewise.
19122
19123 2004-07-11 Roger Sayle <roger@eyesopen.com>
19124
19125 * rs6000.c (struct processor_costs): Change semantics of fields to
19126 include the COST_N_INSNS scaling, and update all initializers.
19127 (rs6000_rtx_costs): Don't use COSTS_N_INSNS on rs6000_cost fields.
19128 Use COSTS_N_INSNS(1) for NOT, SIGN_EXTEND, ZERO_EXTEND and COMPARE.
19129 Use rs6000_cost->fp for both FLOAT_TRUNCATE and UNSPEC_FRSP. When
19130 optimizing for size, use COSTS_N_INSNS(1) for CALL and IF_THEN_ELSE.
19131
19132 2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk>
19133
19134 * LANGUAGES: Remove obsolete information.
19135
19136 2004-07-11 Ulrich Weigand <uweigand@de.ibm.com>
19137
19138 * config/s390/linux.h (MD_FALLBACK_FRAME_STATE_FOR): For SIGSEGV and
19139 SIGBUS signal frames, the PSW address points *to* the faulting
19140 instruction, not after it.
19141
19142 2004-07-11 Ulrich Weigand <uweigand@de.ibm.com>
19143
19144 * config/s390/s390.c (legitimize_tls_address): Handle constant offsets
19145 added to TLS symbol addresses.
19146
19147 2004-07-11 Richard Henderson <rth@redhat.com>
19148
19149 * expmed.c (init_expmed): Use stack-local structures for
19150 temporary rtl. Don't recognize shifts.
19151
19152 2004-07-11 Richard Henderson <rth@redhat.com>
19153
19154 * expr.c (store_expr): Don't fiddle subreg promotion for types
19155 with precision smaller than the mode.
19156
19157 2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk>
19158
19159 * tree.h (all_types_permanent): Remove.
19160
19161 2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk>
19162
19163 * langhooks.h (estimate_num_insns, pushlevel, poplevel, set_block,
19164 maybe_build_cleanup, update_decl_after_saving): Remove hooks.
19165 * langhooks.c (lhd_clear_binding_stack): Remove.
19166 * langhooks-def.h (lhd_clear_binding_stack,
19167 LANG_HOOKS_MAYBE_BUILD_CLEANUP,
19168 LANG_HOOKS_UPDATE_DECL_AFTER_SAVING,
19169 LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS, LANG_HOOKS_PUSHLEVEL,
19170 LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK): Remove.
19171 (LANG_HOOKS_CLEAR_BINDING_STACK): Define to lhd_do_nothing.
19172 * system.h (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS,
19173 LANG_HOOKS_PUSHLEVEL, LANG_HOOKS_SET_BLOCK,
19174 LANG_HOOKS_MAYBE_BUILD_CLEANUP,
19175 LANG_HOOKS_UPDATE_DECL_AFTER_SAVING, LANG_HOOKS_POPLEVEL): Poison.
19176 * tree.h (poplevel): Don't declare.
19177 * c-lang.c (LANG_HOOKS_CLEAR_BINDING_STACK, LANG_HOOKS_PUSHLEVEL,
19178 LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK): Remove.
19179 * objc/objc-lang.c (LANG_HOOKS_CLEAR_BINDING_STACK,
19180 LANG_HOOKS_PUSHLEVEL, LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK):
19181 Remove.
19182
19183 2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk>
19184
19185 PR tree-optimization/16437
19186 * c-common.c (shorten_compare): Don't mark result of conversion to
19187 narrower signed type as overflowing.
19188 * fold-const.c (decode_field_reference): Determine whether
19189 signedness comes from outer type using precision rather than size.
19190
19191 2004-07-11 Phil Edwards <phil@codesourcery.com>
19192
19193 * configure.ac: Alphabetize --enable-checking list, add
19194 missing valgrind entry.
19195 * configure: Regenerate.
19196
19197 2004-07-11 Phil Edwards <phil@codesourcery.com>
19198
19199 * doc/install.texi (Testing): Fix syntax in "make check" example.
19200
19201 2004-07-10 James E Wilson <wilson@specifixinc.com>
19202
19203 * config/gofast.h (gofast_maybe_init_libfuncs): Use SImode for litodp.
19204
19205 2004-07-10 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19206
19207 PR rtl-optimization/16001
19208 * loop-iv.c (iv_number_of_iterations): Prevent copy propagation in
19209 niter_expr.
19210
19211 2004-07-10 Geoffrey Keating <geoffk@apple.com>
19212
19213 * config/darwin.h (LINK_COMMAND_SPEC): Don't call c++filt.
19214
19215 2004-07-10 Steve Kargl <sgk@troutmask.apl.washington.edu>
19216 James Morrison <phython@gcc.gnu.org>
19217
19218 * doc/contrib.texi (Contributors): Add gfortran contributors and
19219 fix a couple of typos.
19220
19221 2004-07-10 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19222
19223 PR rtl-optimization/15387
19224 * calls.c (check_sibcall_argument_overlap_1): Handle pointers
19225 to incoming args space correctly.
19226
19227 2004-07-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19228
19229 * pa.c (output_indirect_call): Only use %r2 as the link register in
19230 indirect calls with the long PA 2.0 pc-relative branch.
19231
19232 2004-07-10 Daniel Jacobowitz <dan@debian.org>
19233
19234 * config/i386/i386.c (override_options): Pick a 64-bit CPU
19235 for the default tuning if TARGET_64BIT.
19236
19237 2004-07-10 Richard Henderson <rth@redhat.com>
19238
19239 * builtins.c (std_gimplify_va_arg_expr): Widen align/boundary
19240 to HOST_WIDE_INT. Fold pad-args-down arithmetic.
19241
19242 2004-07-10 Jakub Jelinek <jakub@redhat.com>
19243
19244 * expr.h (store_bit_field, extract_bit_field): Remove last argument.
19245 * expmed.c (store_bit_field, extract_bit_field): Remove last
19246 argument.
19247 * builtins.c (expand_builtin_signbit): Adjust callers.
19248 * optabs.c (expand_vector_binop, expand_vector_unop): Likewise.
19249 * calls.c (store_unaligned_arguments_into_pseudos): Likewise.
19250 * ifcvt.c (noce_emit_move_insn): Likewise.
19251 * stmt.c (expand_return): Likewise.
19252 * expr.c (emit_group_load, emit_group_store, copy_blkmode_from_reg,
19253 store_field, expand_expr_real_1): Likewise.
19254
19255 2004-07-10 Richard Henderson <rth@redhat.com>
19256
19257 * builtins.c (std_gimplify_va_arg_expr): Fix borked BIT_AND_EXPR.
19258
19259 2004-07-09 Mike Stump <mrs@apple.com>
19260
19261 * config/darwin.c (no_dead_strip): Add.
19262 (HAVE_DEAD_STRIP): Add.
19263 (darwin_emit_unwind_label): Ensure that we don't dead code strip
19264 the .eh label.
19265
19266 2004-07-09 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19267
19268 * tree-ssa-loop-im.c: New file.
19269 * Makefile.in (tree-ssa-loop-im.o): Add.
19270 * cfgloop.c (superloop_at_depth): New function.
19271 * cfgloop.h (superloop_at_depth): Declare.
19272 * common.opt (ftree-lim): New flag.
19273 * expr.c (array_ref_up_bound): New function.
19274 * params.def (PARAM_LIM_EXPENSIVE): New parameter.
19275 * timevar.def (TV_LIM): New timevar.
19276 * tree-dfa.c (compute_immediate_uses): Respect TDFA_USE flags when
19277 computing immediate uses of a phi node.
19278 * tree-flow.h (struct tree_ann_common_d): Add aux field.
19279 (loop_commit_inserts, for_each_index, tree_ssa_lim): Declare.
19280 * tree-optimize.c (init_tree_optimization_passes): Add pass_lim.
19281 * tree-pass.h (pass_lim): Declare.
19282 * tree-ssa-loop.c (tree_ssa_loop_im, gate_tree_ssa_loop_im): New
19283 functions.
19284 (pass_lim): New pass structure.
19285 * tree-eh.c (tree_could_trap_p): Handle ARRAY_REFs correctly.
19286 * tree.c (in_array_bounds_p): New function.
19287 * tree.h (TREE_THIS_NOTRAP): Define also for ARRAY_REFs.
19288 (in_array_bounds_p, array_ref_up_bound): Declare.
19289 * doc/invoke.texi (-ftree-lim, --param lim-expensive): Document.
19290 * doc/passes.texi (tree-ssa-loop-im.c): Document.
19291
19292 2004-07-09 Richard Henderson <rth@redhat.com>
19293
19294 * builtins.c (expand_builtin_stpcpy): Don't modify len.
19295
19296 * tree-ssa-ccp.c (ccp_fold_builtin): Strip conversion exprs
19297 with prejudice.
19298
19299 2004-07-10 Kelley Cook <kcook@gcc.gnu.org>
19300
19301 * flags.h: Delete redundant prototypes that are being generated
19302 in options.h from common.opt.
19303 * common.opt: Add in the expository comments formerly in flags.h.
19304
19305 2004-07-09 Jan Beulich <jbeulich@novell.com>
19306
19307 * config/i386/i386.c (init_cumulative_args): Set mmx/sse registers
19308 available for use only when TARGET_MMX/_SSE is set, and check for
19309 variable argument function if any register count is non-zero.
19310 (function_arg): Correctly suppress repeated warnings for passing SSE
19311 vectors are arguments without SSE enabled.
19312 (ix86_function_arg_boundary): Without SSE enabled, the use of what
19313 would be SSE register modes does no longer influence the alignment.
19314
19315 2004-07-09 Richard Henderson <rth@redhat.com>
19316
19317 * builtins.c (std_gimplify_va_arg_expr): Deny ARGS_GROW_DOWNWARD.
19318 Always align upward to arg boundary. Use size_in_bytes/round_up.
19319 Maintain type-correctness of constants.
19320 * stor-layout.c (round_up, round_down): Special-case powers of 2.
19321
19322 2004-07-09 David S. Miller <davem@nuts.davemloft.net>
19323
19324 * config/sparc/sparc.c (*_costs): Scale instruction costs
19325 by COSTS_N_INSNS.
19326 (sparc_rtx_costs): Adjust as appropriate.
19327
19328 2004-07-09 Jan Beulich <jbeulich@novell.com>
19329
19330 * config/i386/mm3dnow.h: New.
19331 * config.gcc: Add mm3dnow.h to extra_headers for i?86 and x86-64.
19332
19333 2004-07-09 Richard Henderson <rth@redhat.com>
19334
19335 * simplify-rtx.c (simplify_const_relational_operation): Only
19336 look at bounds of scalar integers.
19337
19338 2004-07-09 Jan Beulich <jbeulich@novell.com>
19339
19340 * config/i386/i386.md (sse2_clflush): Use correct operand for clflush.
19341
19342 2004-07-09 Andrew Pinski <apinski@apple.com>
19343
19344 * objc/objc-act.c (build_module_descriptor): Mark UOBJC_MODULES_decl as
19345 always referenced.
19346 (synth_forward_declarations): Likewise for UOBJC_CLASS_decl and
19347 UOBJC_METACLASS_decl.
19348
19349 2004-07-09 James E Wilson <wilson@specifixinc.com>
19350
19351 PR target/16364
19352 * config/ia64/ia64.c (ia64_function_arg): For a single element HFA,
19353 do return a parallel if hfa_mode == XFmode and mode == TImode.
19354
19355 2004-07-09 Jan Beulich <jbeulich@novell.com>
19356
19357 * c-typeck.c (build_unary_op): include VECTOR_TYPE in set of codes
19358 permissible for unary plus.
19359
19360 2004-07-09 Jan Beulich <jbeulich@novell.com>
19361
19362 * builtin-types.def (BT_UINT): Rename from BT_UNSIGNED.
19363 (BT_FN_UINT): Rename from BT_FN_UNSIGNED.
19364 (BT_FN_PTR_UINT): Rename from BT_FN_PTR_UNSIGNED.
19365 (BT_ULONG, BT_ULONGLONG, BT_UINTMAX, BT_FN_INT_UINT, BT_FN_INT_ULONG,
19366 BT_FN_INT_ULONGLONG, BT_FN_INT_INTMAX, BT_FN_INT_UINTMAX): New.
19367 * builtins.def (BUILTIN_CLZxxx, BUILTIN_CTXxxx, BUILTIN_PARITYxxx,
19368 BUILTIN_POPCOUNTxxx): Arguments are unsigned.
19369 (BUILTIN_xxxIMAX): New.
19370 * builtins.c (expand_builtin): Handle BUILT_IN_FFSIMAX,
19371 BUILT_IN_CLZIMAX, BUILT_IN_CTZIMAX, BUILT_IN_POPCOUNIMAX, and
19372 BUILT_IN_PARITYIMAX.
19373
19374 2004-07-09 David S. Miller <davem@nuts.davemloft.net>
19375
19376 * config/sparc/sparc.h (processor_costs): Define.
19377 (sparc_costs): Declare.
19378 * config/sparc/sparc.c (cypress_costs, supersparc_costs,
19379 hypersparc_costs, sparclet_costs, ultrasparc_costs,
19380 ultrasparc3_costs): New.
19381 (sparc_override_options): Set sparc_costs as appropriate.
19382 (sparc_rtx_costs): Use sparc_costs instead of messy
19383 conditionals.
19384
19385 2004-07-09 Steven Bosscher <stevenb@suse.de>
19386
19387 * doc/md.texi (Processor pipeline description): Mention that
19388 the old pipeline description is deprecated.
19389
19390 * config/rs6000/7450.md (automaton ppc7450): Split up, move
19391 mciu_7450 function unit to...
19392 (automaton ppc7450mciu): ...new automaton.
19393
19394 * haifa-sched.c (insert_schedule_bubbles_p): Remove.
19395 (schedule_block): Don't consider inserting bubbles.
19396 (sched_init): Don't initialize DFA bubbles.
19397 * target-def.h (TARGET_SCHED_INIT_DFA_BUBBLES,
19398 TARGET_SCHED_DFA_BUBBLE): Remove.
19399 * target.h (init_dfa_bubbles, dfa_bubble): Remove hooks.
19400 * doc/tm.texi (TARGET_SCHED_INIT_DFA_BUBBLES,
19401 TARGET_SCHED_DFA_BUBBLE): Remove documentation.
19402
19403 * stmt.c (conditional_context): Remove prototype.
19404 * tree.h (conditional_context): Remove.
19405 * tree-cfg.c (pre_insert_on_edge): Remove.
19406
19407 * c-common.h (c_expand_asm_operands): Remove prototype.
19408 * c-typeck.c (c_expand_asm_operands): Remove.
19409
19410 2004-07-09 Jan Beulich <jbeulich@novell.com>
19411
19412 * config/i386/i386.c (classify_argument): Treat V1xx modes the same as
19413 their base modes. CTImode, TCmode, and XCmode must be passed in memory.
19414 TFmode (__float128) must be is an SSE/SSEUP pair. V2SImode, V4HImode,
19415 and V8QI are class SSE. All sufficiently small remaining vector modes
19416 must be passed in one or two integer registers.
19417 (ix86_libcall_value): TFmode must be returned in xmm0, XCmode must be
19418 returned in memory.
19419 (bdesc_2arg, ix86_init_mmx_sse_builtins): __builtin_ia32_pmuludq and
19420 __builtin_ia32_pmuludq128 have non-uniform argument and return types
19421 and must thus be handled explicitly.
19422 * config/i386/i386.md (*movdi_1_rex64): Add cases for moving between
19423 MMX and XMM regs.
19424 (movv8qi_internal, movv4hi_internal, movv2si_internal,
19425 movv2sf_internal): Permit moving between MMX and XMM registers (since
19426 MMX areguments and return values are passed in XMM registers).
19427 (sse2_umulsidi3): Correct type and mode.
19428
19429 2004-07-09 Richard Henderson <rth@redhat.com>
19430
19431 * tree-cfg.c (dump_cfg_stats): Fix 64-bit format mismatch errors.
19432
19433 2004-07-09 Eric Christopher <echristo@redhat.com>
19434
19435 * config/rs6000/40x.md: Split into two automatons.
19436
19437 2004-07-09 Zack Weinberg <zack@codesourcery.com>
19438 Andrew Pinski <apinski@apple.com>
19439
19440 * c-opts.c (c_common_post_options): Force unit-at-a-time mode
19441 on when we have more than one input file.
19442 (c_common_parse_file): Restore loop over all input files.
19443 Clarify diagnostic for -dy when YYDEBUG wasn't defined.
19444
19445 * c-decl.c (set_type_context): New function.
19446 (pop_scope): Use it to set context of types. When we
19447 encounter a TYPE_DECL, set the context of the attached type too.
19448 (pop_file_scope): Don't call cpp_undef_all here.
19449 (diagnose_mismatched_decls): Do not complain about a second
19450 definition of an 'extern inline' function if it's not in the
19451 same translation unit. Do not complain about inline
19452 declaration after use if the use was in a different
19453 translation unit.
19454 (merge_decls): Don't clobber olddecl's DECL_CONTEXT.
19455 (pushdecl): Do not put DECL_EXTERNAL, !TREE_PUBLIC decls in
19456 the external scope.
19457 (pushdecl_top_level): Likewise.
19458 (grokdeclarator): Clarify what is going on with setting
19459 DECL_EXTERNAL on function types, a little.
19460 (c_write_global_declarations): Don't do anything if
19461 -fsyntax-only or errors have been encountered.
19462
19463 2004-07-09 Zack Weinberg <zack@codesourcery.com>
19464
19465 * vec.c, vec.h (vec_assert_fail): Use unsigned int for LINE argument.
19466
19467 2004-07-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19468
19469 PR target/16459
19470 * pa.c (output_indirect_call): Use %r2 as the link register when
19471 calling $$dyncall with a pc-relative branch.
19472
19473 2004-07-08 Gerald Pfeifer <gerald@pfeifer.com>
19474
19475 * doc/install.texi (Binaries): Mention OpenPKG.
19476
19477 2004-07-09 Diego Novillo <dnovillo@redhat.com>
19478
19479 Fix PR tree-optimization/15555
19480 * tree-dfa.c (dump_variable): If the variable is a pointer
19481 SSA_NAME, also dump its points-to information.
19482 * tree-flow.h (struct ptr_info_def): Add field
19483 is_dereferenced.
19484 (dump_points_to_info_for): Declare.
19485 (debug_points_to_info_for): Declare.
19486 * tree-optimize.c (init_tree_optimization_passes): Add a
19487 second alias analysis pass after DOM2.
19488 Move pass_del_pta to a later spot.
19489 * tree-ssa-alias.c (compute_points_to_and_addr_escape): Do not
19490 create a name tags when we find a dereferenced pointer. Just
19491 mark the pointer dereferenced.
19492 (collect_points_to_info_for): Move code to clear points-to
19493 information to create_name_tags.
19494 (create_name_tags): New function.
19495 (compute_flow_sensitive_aliasing): Call it.
19496 (setup_pointers_and_addressables): Mark type tags for renaming
19497 here instead of ...
19498 (create_memory_tag): ... here.
19499 (merge_pointed_to_info): Do not merge PT_MALLOC attributes.
19500 (dump_points_to_info_for): Declare extern.
19501 (debug_points_to_info_for): New function.
19502
19503 2004-07-09 Paolo Bonzini <bonzini@gnu.org>
19504
19505 * config/arc/arc.md: Switch to DFA-based scheduler description.
19506 * config/arc/arc.c: Switch to DFA-based scheduler description.
19507
19508 2004-07-09 Richard Earnshaw <rearnsha@arm.com>
19509
19510 * arm/unknown-elf.h (TARGET_DEFAULT): Don't require an APCS frame
19511 pointer.
19512
19513 2004-07-09 Richard Henderson <rth@redhat.com>
19514
19515 * config/xtensa/xtensa-protos.h (xtensa_va_arg): Remove.
19516 * config/xtensa/xtensa.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19517 (xtensa_gimplify_va_arg_expr): Rewrite from xtensa_va_arg.
19518 * config/xtensa/xtensa.h (EXPAND_BUILTIN_VA_ARG): Remove.
19519
19520 * config/v850/v850-protos.h (v850_va_arg): Remove.
19521 * config/v850/v850.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19522 (v850_gimplify_va_arg_expr): Rewrite from v850_va_arg.
19523 * config/v850/v850.h (EXPAND_BUILTIN_VA_ARG): Remove.
19524 (FUNCTION_ARG_PASS_BY_REFERENCE): Handle variable size types.
19525 (FUNCTION_ARG_CALLEE_COPIES): Use FUNCTION_ARG_PASS_BY_REFERENCE.
19526
19527 2004-07-09 Richard Earnshaw <rearnsha@arm.com>
19528
19529 PR target/12133
19530 * arm.c (arm_legitimate_index_p) Allow DFmode for soft-float
19531 and DImode to use +/-4k offset.
19532
19533 2004-07-09 Richard Henderson <rth@redhat.com>
19534
19535 * config/stormy16/stormy16-protos.h (xstormy16_expand_builtin_va_arg):
19536 Remove.
19537 * config/stormy16/stormy16.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19538 (xstormy16_gimplify_va_arg_expr): Rewrite from
19539 xstormy16_expand_builtin_va_arg.
19540 * config/stormy16/stormy16.h (EXPAND_BUILTIN_VA_ARG): Remove.
19541
19542 * config/sparc/sparc-protos.h (sparc_va_arg): Remove.
19543 * config/sparc/sparc.c (sparc_gimplify_va_arg): Mark static.
19544
19545 * config/sh/sh-protos.h (sh_va_arg): Remove.
19546 * config/sh/sh.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19547 (sh_gimplify_va_arg_expr): Rewrite from sh_va_arg.
19548 * config/sh/sh.h (EXPAND_BUILTIN_VA_ARG): Remove.
19549
19550 * config/pa/pa-protos.h (hppa_va_arg): Remove.
19551 * config/pa/pa.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19552 (hppa_gimplify_va_arg_expr): Rewrite from hppa_va_arg.
19553 * config/pa/pa.h (EXPAND_BUILTIN_VA_ARG): Remove.
19554
19555 * config/mn10300/mn10300-protos.h (mn10300_va_arg): Remove.
19556 * config/mn10300/mn10300.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19557 (mn10300_gimplify_va_arg_expr): Rewrite from mn10300_va_arg.
19558 * config/mn10300/mn10300.h (EXPAND_BUILTIN_VA_ARG): Remove.
19559
19560 2004-07-09 Eric Botcazou <ebotcazou@libertysurf.fr>
19561
19562 * config/sparc/sparc.md (return): Rewrite length formula.
19563 * config/sparc/sparc.c (output_return): Pass 1 as 5th
19564 argument to final_scan_insn when in a delay slot.
19565 (output_sibcall): Likewise.
19566
19567 2004-07-09 Richard Earnshaw <rearnsha@arm.com>
19568
19569 * arm.c (arm_cpp_interwork): New variable.
19570 (arm_override_options): Set it if TARGET_INTERWORK was on the command
19571 line.
19572 * arm.h (arm_cpp_interwork): Declare it.
19573 (TARGET_CPU_CPP_BUILTINS): Use it to control definition of
19574 __THUMB_INTERWORK__ in the preprocessor.
19575
19576 2004-07-09 Nathan Sidwell <nathan@codesourcery.com>
19577
19578 * vec.h (VEC_T_alloc): Fix MEM_STAT_DECL pasto.
19579
19580 2004-07-09 Eric Botcazou <ebotcazou@libertysurf.fr>
19581
19582 PR target/16416
19583 * config/sparc/sol2-bi.h (OPTION_DEFAULT_SPECS): New macro.
19584 Override default settings to account for -m32 and -m64.
19585
19586 2004-07-08 Randolph Chung <tausq@debian.org>
19587
19588 * pa32-linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define.
19589
19590 2004-07-09 Alexandre Oliva <aoliva@redhat.com>
19591
19592 * builtins.c (fold_builtin_strncpy): Make sure len is a constant
19593 before comparing it as such.
19594
19595 2004-07-08 Richard Henderson <rth@redhat.com>
19596
19597 * builtins.c (std_gimplify_va_arg_expr): Hoist valist into a
19598 temporary. Use bit arithmetic to align.
19599
19600 2004-07-08 Jerry Quinn <jlquinn@optonline.net>
19601
19602 * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p,
19603 nonlocal_set_p, init_alias_analysis): Use, LABEL_P, JUMP_P, CALL_P,
19604 NONJUMP_INSN_P, INSN_P, NOTE_P, BARRIER_P.
19605 * bb-reorder.c (mark_bb_for_unlikely_executed_section,
19606 add_labels_and_missing_jumps, find_jump_block,
19607 fix_crossing_unconditional_branches, add_reg_crossing_jump_notes):
19608 Likewise.
19609 * bt-load.c (btr_referenced_p, compute_defs_uses_and_gen,
19610 link_btr_uses, move_btr_def): Likewise.
19611 * builtins.c (expand_builtin_longjmp, expand_builtin_nonlocal_goto,
19612 expand_builtin_expect_jump): Likewise.
19613 * caller-save.c (save_call_clobbered_regs, insert_one_insn): Likewise.
19614 * calls.c (expand_call, emit_library_call_value_1): Likewise.
19615 * cfganal.c (forwarder_block_p): Likewise.
19616 * cfgbuild.c (inside_basic_block_p, count_basic_blocks,
19617 make_label_edge, rtl_make_eh_edge, make_edges, find_basic_blocks_1,
19618 find_bb_boundaries): Likewise.
19619 * cfgcleanup.c (try_simplify_condjump, try_forward_edges,
19620 merge_blocks_move_predecessor_nojumps,
19621 merge_blocks_move_successor_nojumps, insns_match_p,
19622 flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
19623 try_optimize_cfg): Likewise.
19624 * cfgexpand.c (expand_block, construct_exit_block): Likewise.
19625 * cfglayout.c (skip_insns_after_block, label_for_bb,
19626 record_effective_endpoints, insn_locators_initialize,
19627 fixup_reorder_chain, update_unlikely_executed_notes): Likewise.
19628 * cfgmainloop.c (create_loop_notes): Likewise.
19629 * cfgrtl.c (delete_insn, delete_insn_chain,
19630 create_basic_block_structure, rtl_delete_block, free_bb_for_insn,
19631 update_bb_for_insn, rtl_merge_blocks, rtl_can_merge_blocks,
19632 block_label, try_redirect_by_replacing_jump, last_loop_beg_note,
19633 redirect_branch_edge, force_nonfallthru_and_redirect,
19634 rtl_tidy_fallthru_edge, back_edge_of_syntactic_loop_p,
19635 rtl_split_edge, commit_one_edge_insertion, print_rtl_with_bb,
19636 update_br_prob_note, rtl_verify_flow_info_1, rtl_verify_flow_info,
19637 purge_dead_edges, cfg_layout_redirect_edge_and_branch,
19638 cfg_layout_delete_block, cfg_layout_can_merge_blocks_p,
19639 cfg_layout_merge_blocks, rtl_block_ends_with_call_p,
19640 need_fake_edge_p, rtl_flow_call_edges_add): Likewise.
19641 * combine.c (combine_instructions, can_combine_p, try_combine,
19642 find_split_point, record_dead_and_set_regs, reg_dead_at_p,
19643 distribute_notes, distribute_links, insn_cuid): Likewise.
19644 * cse.c (fold_rtx, cse_insn, cse_around_loop,
19645 invalidate_skipped_block, cse_set_around_loop,
19646 cse_end_of_basic_block, cse_main, cse_basic_block,
19647 cse_condition_code_reg): Likewise.
19648 * cselib.c (cselib_process_insn): Likewise.
19649 * ddg.c (create_ddg): Likewise.
19650 * df.c (df_insn_refs_record, df_bb_rd_local_compute, df_insns_modify):
19651 Likewise.
19652 * dwarf2out.c (dwarf2out_stack_adjust, dwarf2out_frame_debug,
19653 gen_label_die, dwarf2out_var_location): Likewise.
19654 * emit-rtl.c (get_first_nonnote_insn, get_last_nonnote_insn,
19655 next_insn, previous_insn, next_nonnote_insn, prev_nonnote_insn,
19656 last_call_insn, active_insn_p, next_label, prev_label,
19657 link_cc0_insns, next_cc0_user, try_split, add_insn_after,
19658 add_insn_before, remove_insn, add_function_usage_to,
19659 reorder_insns, find_line_note, remove_unnecessary_notes,
19660 emit_insn_after_1, classify_insn): Likewise.
19661 * except.c (convert_from_eh_region_ranges_1, emit_to_new_bb_before,
19662 connect_post_landing_pads, sjlj_mark_call_sites,
19663 sjlj_emit_function_enter, sjlj_emit_function_exit, reachable_handlers,
19664 can_throw_internal, can_throw_external, set_nothrow_function_flags,
19665 convert_to_eh_region_ranges): Likewise.
19666 * explow.c (optimize_save_area_alloca): Likewise.
19667 * expr.c (expand_expr_real): Likewise.
19668 * final.c (insn_current_reference_address, compute_alignments,
19669 shorten_branches, final, scan_ahead_for_unlikely_executed_note,
19670 final_scan_insn, output_asm_label, leaf_function_p): Likewise.
19671 * flow.c (first_insn_after_basic_block_note, delete_dead_jumptables,
19672 propagate_block_delete_insn, propagate_one_insn,
19673 init_propagate_block_info, propagate_block, libcall_dead_p,
19674 mark_set_1, attempt_auto_inc, find_auto_inc, try_pre_increment):
19675 Likewise.
19676 * function.c (instantiate_virtual_regs, reorder_blocks_1,
19677 expand_function_start, expand_function_end, contains,
19678 thread_prologue_and_epilogue_insns,
19679 reposition_prologue_and_epilogue_notes): Likewise.
19680 * gcse.c (constprop_register, bypass_conditional_jumps,
19681 insert_insn_end_bb, gcse_after_reload): Likewise.
19682 * genemit.c (gen_expand, gen_split): Likewise.
19683 * genpeep.c (gen_peephole, main): Likewise.
19684 * global.c (build_insn_chain): Likewise.
19685 * graph.c (node_data, print_rtl_graph_with_bb): Likewise.
19686 * haifa-sched.c (unlink_other_notes, unlink_line_notes,
19687 get_block_head_tail, no_real_insns_p, rm_line_notes, save_line_notes,
19688 restore_line_notes, rm_redundant_line_notes, rm_other_notes,
19689 ok_for_early_queue_removal, set_priorities, sched_init): Likewise.
19690 * ifcvt.c (count_bb_insns, first_active_insn, last_active_insn,
19691 cond_exec_process_insns, end_ifcvt_sequence, noce_process_if_block,
19692 merge_if_block, block_jumps_and_fallthru_p, find_if_block,
19693 dead_or_predicable): Likewise.
19694 * integrate.c (try_constants): Likewise.
19695 * jump.c (rebuild_jump_labels, cleanup_barriers,
19696 purge_line_number_notes, init_label_info, mark_all_labels,
19697 squeeze_notes, get_label_before, get_label_after,
19698 reversed_comparison_code_parts, simplejump_p, pc_set,
19699 returnjump_p, onlyjump_p, follow_jumps, mark_jump_label,
19700 delete_barrier, delete_prior_computation, delete_computation,
19701 delete_related_insns, delete_for_peephole, redirect_jump):
19702 Likewise.
19703 * lcm.c (optimize_mode_switching): Likewise.
19704 * local-alloc.c (validate_equiv_mem, update_equiv_regs, block_alloc):
19705 Likewise.
19706 * loop-doloop.c (doloop_valid_p, doloop_optimize): Likewise.
19707 * loop-invariant.c (find_exits, find_invariants_bb): Likewise.
19708 * loop-iv.c (simplify_using_assignment): Likewise.
19709 * loop.c (compute_luids, loop_optimize, scan_loop, libcall_other_reg,
19710 libcall_benefit, skip_consec_insns, move_movables, prescan_loop,
19711 find_and_verify_loops, labels_in_range_p, for_each_insn_in_loop,
19712 loop_bivs_init_find, strength_reduce, check_insn_for_bivs,
19713 check_insn_for_givs, check_final_value, update_giv_derive,
19714 basic_induction_var, product_cheap_p, check_dbra_loop,
19715 loop_insn_first_p, last_use_this_basic_block,
19716 canonicalize_condition, get_condition, loop_regs_scan, load_mems,
19717 try_copy_prop, LOOP_BLOCK_NUM, loop_dump_aux): Likewise.
19718 * modulo-sched.c (doloop_register_get, find_line_note, sms_schedule,
19719 sms_schedule_by_order): Likewise.
19720 * optabs.c (emit_no_conflict_block, emit_libcall_block): Likewise.
19721 * postreload.c (reload_cse_simplify_operands, reload_combine,
19722 reload_cse_move2add): Likewise.
19723 * predict.c (can_predict_insn_p, estimate_probability,
19724 expected_value_to_br_prob, process_note_predictions): Likewise.
19725 * print-rtl.c (print_rtx, print_rtl, print_rtl_single): Likewise.
19726 * profile.c (branch_prob): Likewise.
19727 * ra-build.c (live_out_1, livethrough_conflicts_bb,
19728 detect_webs_set_in_cond_jump): Likewise.
19729 * ra-debug.c (ra_print_rtx_object, ra_debug_insns,
19730 ra_print_rtl_with_bb): Likewise.
19731 * ra-rewrite.c (insert_stores, rewrite_program2): Likewise.
19732 * recog.c (next_insn_tests_no_inequality, find_single_use,
19733 split_all_insns, peephole2_optimize, if_test_bypass_p): Likewise.
19734 * reg-stack.c (next_flags_user, record_label_references,
19735 emit_swap_insn, swap_rtx_condition, subst_stack_regs,
19736 compensate_edge, convert_regs_1): Likewise.
19737 * regclass.c (scan_one_insn): Likewise.
19738 * regmove.c (optimize_reg_copy_1, optimize_reg_copy_2, fixup_match_2,
19739 regmove_optimize, fixup_match_1, single_set_for_csa,
19740 combine_stack_adjustments_for_block): Likewise.
19741 * regrename.c (build_def_use, copyprop_hardreg_forward_1): Likewise.
19742 * reload.c (find_reloads, find_reloads_address_1, subst_reloads,
19743 find_equiv_reg): Likewise.
19744 * reload1.c (reload, calculate_needs_all_insns, set_label_offsets,
19745 reload_as_needed, emit_input_reload_insns, do_output_reload,
19746 delete_output_reload, delete_address_reloads_1, fixup_abnormal_edges):
19747 Likewise.
19748 * reorg.c (find_end_label, emit_delay_sequence,
19749 delete_from_delay_slot, delete_scheduled_jump, optimize_skip,
19750 get_jump_flags, rare_destination, mostly_true_jump,
19751 try_merge_delay_insns, redundant_insn, own_thread_p,
19752 fill_simple_delay_slots, fill_slots_from_thread,
19753 fill_eager_delay_slots, relax_delay_slots, make_return_insns,
19754 dbr_schedule): Likewise.
19755 * resource.c (find_basic_block, next_insn_no_annul,
19756 find_dead_or_set_registers, mark_target_live_regs): Likewise.
19757 * rtl.h (RTX_PREV): Likewise.
19758 * rtlanal.c (global_reg_mentioned_p, no_labels_between_p,
19759 no_jumps_between_p, reg_used_between_p, reg_referenced_between_p,
19760 reg_set_p, find_last_value, dead_or_set_regno_p, find_reg_fusage,
19761 find_regno_fusage, pure_call_p, replace_label, rtx_referenced_p_1,
19762 tablejump_p, computed_jump_p, insns_safe_to_move_p,
19763 find_first_parameter_load, can_hoist_insn_p): Likewise.
19764 * sched-deps.c (get_condition, add_dependence, sched_analyze_2,
19765 sched_analyze_insn, sched_analyze, add_forward_dependence): Likewise.
19766 * sched-ebb.c (fix_basic_block_boundaries, add_deps_for_risky_insns,
19767 schedule_ebbs): Likewise.
19768 * sched-rgn.c (is_cfg_nonregular, find_conditional_protection,
19769 is_conditionally_protected, can_schedule_ready_p,
19770 add_branch_dependences, debug_dependencies): Likewise.
19771 * stmt.c (emit_nop, expand_start_case, emit_jump_if_reachable):
19772 Likewise.
19773 * unroll.c (unroll_loop, copy_loop_body, back_branch_in_range_p,
19774 reg_dead_after_loop, loop_find_equiv_value, loop_iterations,
19775 set_dominates_use, ujump_to_loop_cont): Likewise.
19776 * var-tracking.c (prologue_stack_adjust, vt_initialize): Likewise.
19777 * varasm.c (output_constant_pool_1): Likewise.
19778
19779 2004-07-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19780
19781 * tree-scalar-evolution.c: New file.
19782 * tree-scalar-evolution.h: New file.
19783 * tree-ssa-loop-niter.c: New file.
19784 * Makefile.in (SCEV_H): New.
19785 (tree-scalar-evolution.o, tree-ssa-loop-niter.o): Add new files.
19786 * cfgloop.h (struct loop): Add bounds field.
19787 * tree-flow.h (struct tree_niter_desc): New type.
19788 (number_of_iterations_cond, number_of_iterations_exit,
19789 loop_niter_by_eval, find_loop_niter_by_eval,
19790 estimate_numbers_of_iterations, can_count_iv_in_wider_type,
19791 free_numbers_of_iterations_estimates): Declare.
19792 * tree.h (lower_bound_in_type, upper_bound_in_type): Declare.
19793 * params.def (PARAM_MAX_ITERATIONS_TO_TRACK): New parameter.
19794 * doc/invoke.texi (max-iterations-to-track): Document.
19795
19796 2004-07-08 Kaz Kojima <kkojima@gcc.gnu.org>
19797
19798 * config/sh/sh.c (sh_va_arg): Initinalize lab_over.
19799 * config/sh/sh.h (CONST_OK_FOR_J16): Use parentheses.
19800 (MODE_AFTER): Add cast appropriately.
19801 * config/sh/sh.md (movdi splitter): Likewise.
19802 (casesi_worker_2): Add const qualifier appropriately.
19803 (eh_return): Remove unused variable.
19804 (insv): Initialize v;
19805
19806 2004-07-08 Richard Henderson <rth@redhat.com>
19807
19808 * config/mmix/mmix-protos.h (mmix_expand_builtin_va_arg): Remove.
19809 * config/mmix/mmix.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19810 (mmix_gimplify_va_arg_expr): Rewrite from mmix_expand_builtin_va_arg.
19811 * config/mmix/mmix.h (EXPAND_BUILTIN_VA_ARG): Remove.
19812 (FRAME_POINTER_REQUIRED): Use current_function_has_nonlocal_label.
19813
19814 * config/m32r/m32r-protos.h (m32r_va_arg): Remove.
19815 * config/m32r/m32r.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19816 (m32r_gimplify_va_arg_expr): Rewrite from m32r_va_arg.
19817 * config/m32r/m32r.h (EXPAND_BUILTIN_VA_ARG): Remove.
19818
19819 * config/iq2000/iq2000-protos.h (iq2000_va_arg): Remove.
19820 * config/iq2000/iq2000.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19821 (iq2000_gimplify_va_arg_expr): Rewrite from iq2000_va_arg.
19822 * config/iq2000/iq2000.h (EXPAND_BUILTIN_VA_ARG): Remove.
19823
19824 * config/frv/frv-protos.h (frv_expand_builtin_va_arg): Remove.
19825 * config/frv/frv.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19826 (frv_gimplify_va_arg_expr): Rewrite from frv_expand_builtin_va_arg.
19827 * config/frv/frv.h (EXPAND_BUILTIN_VA_ARG): Remove.
19828
19829 * config/i860/i860-protos.h (i860_va_arg): Remove.
19830 * config/i860/i860.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19831 (i860_gimplify_va_arg_expr): Rewrite from i860_va_arg.
19832 * config/i860/i860.h (EXPAND_BUILTIN_VA_ARG): Remove.
19833
19834 2004-05-31 Aaron W. LaFramboise <aaronraolete36@aaronwl.com>
19835
19836 * system.h: Prototype getpagesize if missing.
19837 * configure.ac: Add getpagesize to gcc_AC_CHECK_DECLS.
19838 * configure: Regenerate.
19839 * config.in: Regenerate.
19840
19841 2004-07-08 Richard Henderson <rth@redhat.com>
19842
19843 * config/fr30/fr30-protos.h (fr30_va_arg): Remove.
19844 * config/fr30/fr30.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19845 (fr30_gimplify_va_arg_expr): New.
19846 (fr30_pass_by_reference, fr30_pass_by_value, fr30_va_arg): Remove.
19847 * config/fr30/fr30.h (EXPAND_BUILTIN_VA_ARG): Remove.
19848
19849 2004-07-08 Vladimir Makarov <vmakarov@redhat.com>
19850
19851 PR target/16414
19852 * config/ia64/ia64.c (ia64_dfa_new_cycle): Fix typo in comparison
19853 of asm_noperands result.
19854
19855 2004-07-08 Richard Henderson <rth@redhat.com>
19856
19857 * config/cris/cris-protos.h (cris_expand_builtin_va_arg): Remove.
19858 * config/cris/cris.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19859 (cris_gimplify_va_arg_expr): Rewrite from cris_expand_builtin_va_arg.
19860 * config/cris/cris.h (EXPAND_BUILTIN_VA_ARG): Remove.
19861
19862 2004-07-08 Richard Henderson <rth@redhat.com>
19863
19864 * builtins.c (ind_gimplify_va_arg_expr): New.
19865 * tree.h (ind_gimplify_va_arg_expr): Declare.
19866 * config/arc/arc.c (arc_gimplify_va_arg_expr): Use it.
19867
19868 2004-07-08 Jan Beulich <jbeulich@novell.com>
19869
19870 * expmed.c (extract_bit_field): Correct condition to use vec_extract
19871 patterns also on vector elements other than the first one.
19872 * config/i386/i386.md (vec_extractv2df, vec_extractv4sf): Add missing
19873 break statements.
19874
19875 2004-07-08 Geoffrey Keating <geoffk@apple.com>
19876
19877 * config/rs6000/darwin-ldouble.c: Correct reference
19878 to the Linnainmaa paper.
19879
19880 2004-07-08 Richard Henderson <rth@redhat.com>
19881
19882 * config/arc/arc-protos.h (arc_va_arg): Remove.
19883 * config/arc/arc.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19884 (arc_gimplify_va_arg_expr): Rewrite from arc_va_arg.
19885 * config/arc/arc.h (EXPAND_BUILTIN_VA_ARG): Remove.
19886
19887 * config/c4x/c4x-protos.h (c4x_va_arg): Remove.
19888 * config/c4x/c4x.c (TARGET_GIMPLIFY_VA_ARG_EXPR): New.
19889 (c4x_gimplify_va_arg_expr): Rewrite from c4x_va_arg.
19890 * config/c4x/c4x.h (EXPAND_BUILTIN_VA_ARG): Remove.
19891
19892 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19893
19894 * pa.md (prefetch_32, prefetch_64): Simplify constraint checks.
19895
19896 2004-07-08 Zack Weinberg <zack@codesourcery.com>
19897
19898 * c-decl.c (static_ctors, static_dtors): Make static.
19899 (pop_file_scope): Call c_common_write_pch and
19900 cgraph_finalize_compilation_unit here.
19901 (build_cdtor): Moved here from c-objc-common.c; simplify.
19902 (c_write_global_declarations_1): Clarify comment.
19903 (c_write_global_declarations): Close the external scope before
19904 doing anything else. Call build_cdtor, cgraph_optimize, and
19905 mudflap_finish_file here.
19906 * c-lang.c (finish_file): Don't call c_objc_common_finish_file.
19907 Clarify comment.
19908 * c-objc-common.c: No need to include cgraph.h.
19909 (build_cdtor): Moved to c-decl.c.
19910 (c_objc_common_finish_file): Delete.
19911 * c-tree.h: Update to match.
19912 * objc/objc-act.c (finish_file): Don't call c_objc_common_finish_file.
19913 (generate_static_references): Set TREE_USED before calling finish_decl.
19914 Eliminate unnecessary dummy declaration. Call rest_of_decl_compilation
19915 on the static_instances_decl.
19916
19917 2004-07-08 Zack Weinberg <zack@codesourcery.com>
19918
19919 * c-decl.c (pop_scope): Do not set DECL_CONTEXT on file-scope
19920 decls when there is only one input translation unit.
19921 * langhooks.c (lhd_set_decl_assembler_name): Partially revert
19922 change of 2004-07-05; do not treat declarations with
19923 DECL_CONTEXT a TRANSLATION_UNIT_DECL specially.
19924 * opts.c (cur_in_fname): Delete.
19925 * opts.h: Likewise.
19926 * tree.c: Revert changes of 2004-07-05; no special treatment
19927 for TRANSLATION_UNIT_DECLs.
19928 * Makefile.in (tree.o): Update dependencies.
19929
19930 2004-07-08 Roger Sayle <roger@eyesopen.com>
19931
19932 * builtins.c (fold_builtin_strcpy): Merge functionality from
19933 simplify_builtin_strcpy. Add additional len argument. No longer
19934 static. Remove function prototype.
19935 (fold_builtin_strncpy): Likewise integrate functionality from
19936 simplify_builtin_strncpy. Add additional slen argument. No
19937 longer static. Remove function prototype.
19938 (simplify_builtin_strcy, simplify_builtin_strncpy): Delete.
19939 (simplify_builtin_fputs): Rename to fold_builtin_fputs. Change
19940 types of "ignore" and "unlocked" parameters to bool.
19941 (fold_builtin_1): Add additional ignore argument. Call renamed
19942 fold_builtin_fputs to simplify GCC "fputs" and "fputs_unlocked"
19943 builtins. Update arguments to fold_builtin_strncpy and
19944 fold_builtin_strcpy. Add function prototype.
19945 (fold_builtin): Add additional Boolean ignore argument to pass
19946 to fold_builtin_1.
19947 (simplify_builtin): Call fold_builtin_fputs, fold_builtin_strcpy
19948 and fold_builtin_strncpy instead of simplify_builtin_fputs,
19949 simplify_builtin_strcpy and simplify_builtin_strncpy respectively.
19950
19951 * expr.h (simplify_builtin_fputs, simplify_builtin_strcpy,
19952 simplify_builtin_strncpy): Delete function prototypes.
19953 * tree.h (fold_builtin_fputs, fold_builtin_strcpy,
19954 fold_builtin_strncpy): Add function prototypes here.
19955 (fold_builtin): Update function prototype with new "bool ignore".
19956
19957 * tree-ssa-ccp.c (ccp_fold): Update call to fold_builtin.
19958 (ccp_fold_builtin): Update call to fold_builtin. Call
19959 fold_builtin_fputs, fold_builtin_strcpy and fold_builtin_strncpy
19960 instead of simplify_builtin_fputs, simplify_builtin_strcpy and
19961 simplify_builtin_strncpy respectively.
19962 * fold-const.c (fold): Update call to fold_builtin.
19963
19964 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
19965
19966 * builtins.c (expand_builtin_stpcpy): Un-simplify decay of stpcpy
19967 to strcpy.
19968
19969 * expr.h (FUNCTION_ARG_PARTIAL_NREGS): Default to 0.
19970 (FUNCTION_ARG_PASS_BY_REFERENCE): Likewise.
19971 (FUNCTION_ARG_CALLEE_COPIES): Likewise.
19972 * calls.c: Remove ifdefs of macros above.
19973 * functions.c: Likewise.
19974 * expr.c: Likewise.
19975
19976 2004-07-08 Eric Botcazou <ebotcazou@libertysurf.fr>
19977
19978 * config/sparc/sparc.md (UNSPECV_GOTO_V9): Delete.
19979 (arch attribute): Delete.
19980 (current_function_calls_alloca attribute): Rename into calls_alloca.
19981 (calls_eh_return): New attribute.
19982 (leaf_function): Likewise.
19983 (length attribute): Fix formula for sibcalls.
19984 (return insn): Correctly compute the 'length' attribute.
19985 (do_builtin_setjmp_setup): Adjust use of current_function_calls_alloca.
19986
19987 2004-07-08 Richard Henderson <rth@redhat.com>
19988
19989 * tree-cfg.c (make_exit_edges): Use get_call_expr_in.
19990 (remove_useless_stmts_1, is_ctrl_altering_stmt): Likewise.
19991 (tree_block_ends_with_call_p, need_fake_edge_p): Likewise.
19992 * tree-eh.c (lower_eh_constructs_1): Likewise.
19993 * tree-sra.c (sra_walk_modify_expr): Likewise.
19994 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
19995 (eliminate_unnecessary_stmts): Likewise.
19996 * tree-ssa-dse.c (dse_optimize_stmt): Likewise.
19997 * tree-tailcall.c (optimize_tail_call): Likewise.
19998 * tree-ssa-ccp.c (get_rhs, set_rhs): Reorg to use switch.
19999
20000 2004-07-08 Paolo Bonzini <bonzini@gnu.org>
20001 Jakub Jelinek <jakub@redhat.com>
20002
20003 * config/i386/i386.c (override_options): Enable
20004 SSE prefetches with -mtune, as long as we are
20005 compiling for i686 or higher. All i686 processors
20006 accept SSE prefetches as NOPS, some i586's don't.
20007
20008 2004-07-08 Eric Botcazou <ebotcazou@libertysurf.fr>
20009
20010 PR target/10567
20011 * config/sparc/sparc.md (update_return): Honor flag_delayed_branch.
20012
20013 2004-07-08 Diego Novillo <dnovillo@redhat.com>
20014
20015 * tree-ssa-operands.c (get_asm_expr_operands): Fix thinkos in
20016 the handling of clobbering ASM_EXPRs.
20017
20018 2004-07-08 Eric Botcazou <ebotcazou@libertysurf.fr>
20019
20020 PR target/16430
20021 * config/sparc/sparc.c (function_value): In 64-bit mode,
20022 return the aggregates larger than 16 bytes like unions.
20023
20024 2004-07-08 Eric Botcazou <ebotcazou@libertysurf.fr>
20025
20026 PR target/16199
20027 * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): When
20028 'temp' is zero, generate new pseudos as needed and emit the
20029 sequence of insns in single-assignment form. Resync comments
20030 with code.
20031 (sparc_emit_set_const64): Pass zero as 'temp' argument to above
20032 function before reload.
20033
20034 2004-07-08 Nathan Sidwell <nathan@codesourcery.com>
20035
20036 * vec.c (vec_assert_fail): Remove duplicate 'function'.
20037
20038 * vec.c (vec_p_reserve, vec_o_reserve): Allocation is signed.
20039
20040 * vec.h (VEC_alloc, VEC_embedded_size, VEC_embedded_init):
20041 Allocation is signed.
20042 (VEC_reserve): Return flag, allocation is signed.
20043
20044 2004-07-08 Richard Henderson <rth@redhat.com>
20045
20046 * tree-ssa-ccp.c (fold_stmt): Get type directly from
20047 OBJ_TYPE_REF_OBJECT.
20048
20049 2004-07-08 Joseph S. Myers <jsm@polyomino.org.uk>
20050 Neil Booth <neil@daikokuya.co.uk>
20051
20052 PR c/2511
20053 PR c/3325
20054 * c-decl.c (finish_struct): Ensure bit-fields are given the
20055 correct type.
20056 * c-common.c (c_common_signed_or_unsigned_type): For C, require
20057 the precision to match as well as the mode.
20058 * expr.c (reduce_to_bit_field_precision): New function.
20059 (expand_expr_real_1): Reduce expressions of bit-field type to
20060 proper precision.
20061 * langhooks.h (reduce_bit_field_operations): New hook.
20062 * langhooks-def.h (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS):
20063 Define.
20064 * c-lang.c, objc/objc-lang.c
20065 (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Define.
20066 * objc/objc-act.c (check_ivars): Convert types to bit-field types
20067 before checking.
20068 * tree.c (build_nonstandard_integer_type): New function.
20069 * tree.h (build_nonstandard_integer_type): New prototype.
20070 * tree-ssa.c (tree_ssa_useless_type_conversion_1): Don't treat
20071 conversions between integer and boolean types as useless.
20072
20073 2004-07-08 Paolo Bonzini <bonzini@gnu.org>
20074
20075 * c-common.c (c_common_nodes_and_builtins): Do not
20076 create __builtin_ptrdiff_t and __builtin_size_t.
20077
20078 2004-07-08 Andrew Pinski <apinski@apple.com>
20079
20080 * Makefile.in (libbackend.o): Add -combine to the gcc
20081 command line.
20082
20083 2004-07-08 Nick Clifton <nickc@redhat.com>
20084
20085 * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Define.
20086 Set to -Os.
20087
20088 2004-07-08 Richard Henderson <rth@redhat.com>
20089
20090 * except.c (expand_eh_region_start, expand_eh_region_end,
20091 expand_eh_handler, expand_eh_region_end_cleanup,
20092 expand_start_all_catch, expand_start_catch, expand_end_catch,
20093 expand_end_all_catch, expand_eh_region_end_allowed,
20094 expand_eh_region_end_must_not_throw, expand_eh_region_end_throw,
20095 expand_eh_region_end_fixup): Remove.
20096 * stmt.c (struct nesting): Remove stack_level, innermost_stack_block,
20097 cleanups, outer_cleanups, label_chain, exception_region.
20098 (struct goto_fixup): Remove stack_level, cleanup_list_list.
20099 (struct label_chain): Remove.
20100 (struct stmt_status): Remove x_stack_block_stack.
20101 (stack_block_stack, expand_goto_internal, expand_fixup, expand_fixups,
20102 fixup_gotos, save_stack_pointer, expand_decl_cleanup,
20103 expand_decl_cleanup_eh, expand_cleanups, start_cleanup_deferral,
20104 end_cleanup_deferral, last_cleanup_this_contour,
20105 containing_blocks_have_cleanups_or_stack_level,
20106 any_pending_cleanups): Remove.
20107 (expand_null_return_1): Take no arguments.
20108 (expand_label, expand_naked_return, expand_return,
20109 expand_start_bindings_and_block, expand_end_bindings, expand_decl,
20110 expand_anon_union_decl, expand_start_case, pushcase, pushcase_range,
20111 expand_end_case_type): Don't use any of them.
20112 * calls.c (expand_call): Likewise.
20113 * dojump.c (do_jump): Likewise.
20114 * function.c (expand_function_end): Likewise.
20115 * expr.c (store_expr, expand_expr_real_1): Likewise.
20116 (safe_from_p): Don't handle WITH_CLEANUP_EXPR, CLEANUP_POINT_EXPR.
20117 (expand_expr_real_1): Don't handle WITH_CLEANUP_EXPR,
20118 CLEANUP_POINT_EXPR, TARGET_EXPR, TRY_CATCH_EXPR, CATCH_EXPR,
20119 EH_FILTER_EXPR, TRY_FINALLY_EXPR, GOTO_SUBROUTINE_EXPR.
20120 * fold-const.c (fold_checksum_tree): Use first_rtl_op.
20121 * gengtype.c (adjust_field_tree_exp): Remove rtl op handling.
20122 * gimplify.c (gimplify_cleanup_point_expr): Renumber operands
20123 for WITH_CLEANUP_EXPR.
20124 (gimple_push_cleanup): Likewise.
20125 * integrate.c (copy_decl_for_inlining): Don't DECL_TOO_LATE.
20126 * print-tree.c (print_node): Likewise.
20127 * tree-pretty-print.c (dump_generic_node): Remove GOTO_SUBROUTINE_EXPR.
20128 * tree.c (first_rtl_op): Always just TREE_CODE_LENGTH.
20129 (has_cleanups): Remove GOTO_SUBROUTINE_EXPR.
20130 * tree.def (WITH_CLEANUP_EXPR): Remove op1 and op2.
20131 (GOTO_SUBROUTINE_EXPR): Remove.
20132 * tree.h (WITH_CLEANUP_EXPR_RTL): Remove.
20133 (DECL_TOO_LATE): Remove.
20134 * except.h, tree.h: Update decls.
20135
20136 2004-07-08 Paolo Bonzini <bonzini@gnu.org>
20137
20138 * explow.c (optimize_save_area_alloca): Do not accept parameters.
20139 * passes.c (rest_of_handle_final): Handle symout.
20140 (rest_of_handle_new_regalloc, rest_of_handle_old_regalloc):
20141 Push timevar here.
20142 (rest_of_handle_sched): Break out SMS. Remove ifs for
20143 flag_schedule_insns and flag_modulo_sched.
20144 (rest_of_handle_addressof, rest_of_handle_cse2): Garbage
20145 collect at the end.
20146 (rest_of_handle_gcse2): Put under timevar TV_RELOAD_CSE_REGS.
20147 (rest_of_handle_partition_blocks, rest_of_handle_sms,
20148 rest_of_handle_if_after_reload, rest_of_handle_peephole2,
20149 rest_of_handle_mode_switching, rest_of_handle_jump,
20150 rest_of_handle_guess_branch_prob, rest_of_handle_eh,
20151 rest_of_handle_jump2, rest_of_handle_postreload,
20152 rest_of_handle_flow2, rest_of_clean_state,
20153 rest_of_handle_shorten_branches,
20154 rest_of_handle_prologue_epilogue,
20155 rest_of_handle_branch_target_load_optimize): New.
20156 (rest_of_compilation): Call the above. Remove ggc_collect
20157 calls moved to rest_of_handle_*.
20158 * rtl.h (optimize_save_area_alloca): Do not accept parameters.
20159
20160 * dwarf2out.c (dwarf2out_begin_prologue): Use TREE_NOTHROW.
20161 * except.c (set_nothrow_function_flags): Set TREE_NOTHROW.
20162 * except.h (set_nothrow_function_flags): Update comment.
20163 * function.c (current_function_nothrow): Remove.
20164 * output.h (current_function_nothrow): Remove.
20165 * passes.c (rest_of_compilation): Do not set TREE_NOTHROW.
20166 * config/arm/arm.c (arm_compute_func_type): Use TREE_NOTHROW.
20167
20168 2004-07-08 Eric Botcazou <ebotcazou@libertysurf.fr>
20169
20170 PR bootstrap/16326
20171 * reorg.c: Revert 2004-06-30 change.
20172 (find_end_label): If HAVE_epilogue and !HAVE_return,
20173 return 0 instead of creating a label at the end of the insn chain.
20174 (optimize_skip): Account for the failure mode of find_end_label.
20175 (fill_simple_delay_slots): Likewise.
20176 (fill_slots_from_thread): Likewise.
20177 (relax_delay_slots): Likewise.
20178
20179 2004-07-08 Diego Novillo <dnovillo@redhat.com>
20180
20181 * tree-flow.h (addressable_vars): Declare.
20182 * tree-ssa-alias.c (addressable_vars): Define.
20183 (setup_pointers_and_addressables): Add addressable variables
20184 to addressable_vars.
20185 * tree-ssa-operands.c (get_stmt_operands): Move
20186 handling of ASM_EXPRs ...
20187 (get_asm_expr_operands): ... here.
20188 When the ASM_EXPR clobbers memory, also clobber addressable
20189 variables.
20190 * tree-ssa.c (init_tree_ssa): Initialize addressable_vars.
20191 (delete_tree_ssa): Reset addressable_vars.
20192
20193 2004-07-07 Jan Beulich <jbeulich@novell.com>
20194 Richard Henderson <rth@redhat.com>
20195
20196 * varasm.c (assemble_variable): Use assemble_zeros for
20197 zero-initialized variables.
20198 (categorize_decl_for_section): Honor flag_zero_initialized_in_bss
20199 for SECCAT_BSS and SECCAT_TBSS.
20200
20201 2004-07-07 Jan Beulich <jbeulich@novell.com>
20202
20203 * varasm.c (asm_output_bss): Don't declare unless BSS_SECTION_ASM_OP.
20204
20205 * expmed.c (emit_store_flag): Also special-case double-word
20206 (in-)equality comparison against -1.
20207
20208 * config/i386/i386.c (ix86_gimplify_va_arg): Don't need temporary for
20209 passing arguments the containers for which are registers.
20210
20211 * calls.c (emit_library_call_value_1): Use mode of function parameter
20212 rather than that of argument since constants have none.
20213
20214 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
20215
20216 Introduce H8SX support.
20217 * expr.c (expand_strcpy): Renamed and moved to...
20218 * builtins.c (expand_movstr): ... here. Tweak.
20219 (expand_builtin_strcpy): Adjust. Use movstr if len can't be
20220 computed or has side effects.
20221 (expand_builtin_stpcpy): Likewise. Use strcpy if return value is
20222 unused, or if mempcpy fails. Adjust the return value in the
20223 latter case. Use movstr if everything else fails.
20224 * doc/md.texi (movstr): Document.
20225 (movmemM, clrmemM): Fix explanation of memory block operands.
20226 * config/h8300/h8300.md (stpcpy): Renamed to...
20227 (movstr): ... this. Adjust.
20228 2004-07-07 Alexandre Oliva <aoliva@redhat.com>
20229 * config/h8300/h8300.md: Rename movstr*, except for movstrict*, to
20230 movmem* and clrstr* to clrmem*.
20231 2004-06-27 Alexandre Oliva <aoliva@redhat.com>
20232 * config/h8300/h8300.c (h8300_reg_class_from_letter): Map 'D' to
20233 GENERAL_REGS, always.
20234 (h8300_swap_into_er6, h8300_swap_into_er6): Handle the case of
20235 getting the stack pointer as addr.
20236 * config/h8300/h8300.h (PREDICATE_CODES): Remove constant rtxes
20237 from general_operand_dst.
20238 * config/h8300/h8300.md (movmd_internal_normal): New, normal-mode
20239 variant of...
20240 (movmd_internal): ... this. Add modes to operands. Disparage `D'
20241 instead of requiring it to match only before reload.
20242 (stpcpy_internal_normal): New, normal-mode variant of...
20243 (stpcpy_internal): ... this. Add modes to operands. Disparage
20244 `D' instead of requiring it to match only before reload.
20245 * config/h8300/h8300-protos.h (h8300_legitimate_address_p): Add
20246 mode argument.
20247 * config/h8300/h8300.h (GO_IF_LEGITIMATE_ADDRESS): Pass it to...
20248 * config/h8300/h8300.c (h8300_legitimate_address_p): Pass it to
20249 h8300_get_index.
20250 * config/h8300/h8300.md (attr type): Add call.
20251 (attr can_delay): If type is call, set it no.
20252 (call, call_value): Set type to call.
20253 2004-06-21 Alexandre Oliva <aoliva@redhat.com>
20254 * config/h8300/h8300.md (logicalhi3_sn, logicalsi3_sn): New.
20255 2004-06-16 Alexandre Oliva <aoliva@redhat.com>
20256 * tree.c (get_narrower): Don't narrow integral types into
20257 non-integral types.
20258 * config/h8300/h8300.c (h8300_expand_epilogue): Initialize
20259 frame_size *before* the first use.
20260 * config/h8300/h8300.md (movstrictqi): Reintroduce post-increment
20261 on input.
20262 (peephole2): Don't widen instructions that push SP. Move
20263 decrement of SP to the end of all stm-generating peepholes.
20264 2003-07-24 Richard Sandiford <rsandifo@redhat.com>
20265 * config/h8300/h8300.md (insv): Prefer to use AND to clear a bitfield
20266 and OR to set it to all ones.
20267 2003-07-24 Richard Sandiford <rsandifo@redhat.com>
20268 * config/h8300/h8300.md (can_delay): Default to "no" for bit branches.
20269 (call, call_value): Set can_delay to "no".
20270 2003-07-22 Richard Sandiford <rsandifo@redhat.com>
20271 * config/h8300/h8300.md (extzv): Make subreg check more robust.
20272 2003-07-21 Richard Sandiford <rsandifo@redhat.com>
20273 * config/h8300/h8300.md (*brabit): Remove.
20274 * config/h8300/h8300.md (*brabc, *brabs): Remove mode from
20275 zero_extract. Use bit_memory_operand as the predicate for
20276 operand 1 and 'WU' as the constraint. Check the difference
20277 between the base length and the final one when deciding which
20278 type of branch to use.
20279 2003-07-21 Richard Sandiford <rsandifo@redhat.com>
20280 * config/h8300/h8300.md (extzv): Remove mode from operands 0 and 1.
20281 Use convert_move to extend the result for TARGET_H8300SX. Check
20282 for QImode memory references. Optimize the case where the
20283 destination is a paradoxical subreg.
20284 2003-07-21 Richard Sandiford <rsandifo@redhat.com>
20285 * config/h8300/h8300.md (*movsf_h8sx): Add an r <- G alternative.
20286 * config/h8300/h8300.md (andqi): Remove bclr from h8sx version.
20287 2003-07-21 Richard Sandiford <rsandifo@redhat.com>
20288 * config/h8300/h8300.md: Include mova.md
20289 (length_table): Add mova and mova_zero.
20290 * config/h8300/h8300.c (print_operand): Handle '%o'. Print a length
20291 after all constant addresses for '%R', '%X', '%T' and '%S'.
20292 (h8300_mova_length): New function.
20293 (h8300_insn_length_from_table): Use it to handle mova and mova_zero.
20294 * config/h8300/t-h8300 (mova.md): Generate from genmova.sh. Add to
20295 dependencies for s-config, etc.
20296 * config/h8300/gemova.sh: New file.
20297 * config/h8300/mova.md: Generated.
20298 2003-07-20 Alexandre Oliva <aoliva@redhat.com>
20299 * config/h8300/h8300.c (h8300_bitfield_length): New.
20300 (nibble_operand): Adjust.
20301 (h8300_binary_length): Handle conditional binary op.
20302 (h8300_insn_length_from_table): Handle bitfield and bitbranch.
20303 * config/h8300/h8300.h: Change constraints W# and Y# to P#>X and
20304 P#<X, respectively. The original P is now IP4>X. Introduced P#>0
20305 and P#<0, unused so far. W and Y are now prefixes to multi-letter
20306 constraints. WU is introduced as a variant of U that requires a
20307 mem, and is therefore considered an EXTRA_MEMORY_CONSTRAINT.
20308 * config/h8300/h8300.md (attr type): Added bitbranch.
20309 (attr length_table): Added bitfield and bitbranch.
20310 (attr length): Compute bitbranch length.
20311 (andqi): Separate pattern for H8300SX. Use bfld for loading the
20312 least-significant bit of a byte.
20313 (brabit, brabc, brabs): New.
20314 (insv, extzv): Emit bfst and bfld on H8300SX.
20315 (bfld, bfst, seq, sne): New.
20316 (bstzhireg, cmpstz, bstz, bistz): New.
20317 (cmpcondbset, condbset, cmpcondbclr, condbclr): New.
20318 (cmpcondbsetreg, condbsetreg, cmpcondbclrreg, condbclrreg): New.
20319 2003-07-11 Richard Sandiford <rsandifo@redhat.com>
20320 * config/h8300/h8300.c (h8sx_binary_memory_operator): New function.
20321 (h8sx_unary_memory_operator): New function.
20322 * config/h8300/h8300.h (EXTRA_MEMORY_CONSTRAINT): Disable.
20323 (PREDICATE_CODES): Add h8sx_{unary,binary}_memory_operator.
20324 * config/h8300/h8300.md: Add peepholes to combine reloads and
20325 arithmetic insns.
20326 2003-07-10 Richard Sandiford <rsandifo@redhat.com>
20327 * config/h8300/h830.md (cmpqi): Use 'i' rather than 'n' in constraints.
20328 (*cmphi_h8300hs, *addqi3, *addhi3_h8sx, subhi3): Likewise.
20329 (and?i, ior?i, xor?i): Likewise.
20330 2003-07-10 Richard Sandiford <rsandifo@redhat.com>
20331 * config/h8300/h8300.c: Move enums and prototypes to head of file.
20332 Various whitespace fixes.
20333 (h8300_constant_length): New function, split out from...
20334 (h8300_displacement_size): ...here. Rename h8300_displacement_length.
20335 (h8300_classify_operand): Use IN_RANGE.
20336 (h8300_classify_operand): Use h8300_constant_length.
20337 (h8300_short_move_mem_p): Tighten size check.
20338 (h8sx_mergeable_memrefs_p): Tighten equality check.
20339 2003-06-30 Richard Sandiford <rsandifo@redhat.com>
20340 * config/h8300/h8300.h (TARGET_CPU_CPP_BUILTINS): Define __H8300SX__
20341 for -msx.
20342 * config/h8300/crti.asm: Use .h8300sx or .h8300sxn for -msx code.
20343 * config/h8300/crtn.asm: Likewise.
20344 * config/h8300/lib1funcs.asm: Likewise. Use 32-bit pointers
20345 if __H8300SX__ is defined.
20346 2003-06-27 Richard Sandiford <rsandifo@redhat.com>
20347 * config/h8300/h8300-protos.h (h8300_get_index): Add mode parameter.
20348 * config/h8300/h8300.h (GO_IF_LEGITIMATE_ADDRESS): Update accordingly.
20349 (GO_IF_MODE_DEPENDENT_ADDRESS): Treat POST_DEC, PRE_INC and indexed
20350 addresses as mode-dependent.
20351 * config/h8300/h8300.c (print_operand_address): Update call to
20352 h8300_get_index.
20353 (h8300_get_index): Take a mode argument. Rework to fix an
20354 earlier misunderstanding.
20355 2003-06-26 Richard Sandiford <rsandifo@redhat.com>
20356 * config/h8300/h8300.c (zero_extendqisi2): Force the source operand
20357 into a register if TARGET_H8300SX.
20358 (*zero_extendqisi2_h8300hs, *extendqisi2_h8300): Disable for
20359 TARGET_H8300SX. Also disable related define_splits.
20360 (*zero_extendqisi2_h8sx, *extendqisi2_h8sx): New patterns.
20361 2003-06-23 Richard Sandiford <rsandifo@redhat.com>
20362 * config/h8300/h8300.c (h8300_rtx_costs): Add h8sx handling.
20363 2003-06-20 Richard Sandiford <rsandifo@redhat.com>
20364 * config/h8300/h8300.h (OK_FOR_Z): New macro.
20365 (EXTRA_CONSTRAINT_STR): Check it.
20366 * config/h8300/h8300.c (h8300_classify_operand): Accept null
20367 class arguments.
20368 (h8300_insn_length_from_table): Handle LENGTH_TABLE_MOV_IMM4.
20369 * config/h8300/h8300.md (length_table): Add mov_imm4.
20370 (movqi, movhi): Add Z <- W4 alternatives to h8sx patterns.
20371 2003-06-20 Richard Sandiford <rsandifo@redhat.com>
20372 * genattrtab.c (write_eligible_delay): Allow candidate_insn to
20373 be a label.
20374 * config/h8300/h8300.h (DELAY_SLOT_LENGTH): New macro.
20375 * config/h8300/h8300.c (h8300_reorg): New function.
20376 (TARGET_MACHINE_DEPENDENT_REORG): Define.
20377 * config/h8300/h8300.md (length): Subtract the length of the
20378 delay slot from (pc) when checking the range of forward branches.
20379 (delay_slot, can_delay): New attributes.
20380 (define_delay): Add bra/s handling.
20381 (movmd_internal, return_h8sx, *return_1): Set can_delay to no.
20382 (jump): Add delayed-branch handling.
20383 2003-06-17 Richard Sandiford <rsandifo@redhat.com>
20384 * expr.c (expand_strcpy): New function.
20385 * builtins.c (expand_builtin_strcpy): Fall back on expand_strcpy.
20386 (expand_builtin_stpcpy): Likewise.
20387 * config/h8300/h8300-protos.h (h8sx_split_movmd): Remove.
20388 (h8300_swap_into_er6, h8300_swap_out_of_er6): Declare.
20389 * config/h8300/h8300.c (h8300_reg_class_from_letter): Tweak 'd'
20390 handling to improve register allocation for -fno-omit-frame-pointer.
20391 (h8sx_split_movmd): Delete, moving er6 handling into...
20392 (h8300_swap_into_er6, h8300_swap_out_of_er6): ...these new functions.
20393 * config/h8300/h8300.md (UNSPEC_STPCPY): New unspec constant.
20394 (movmd): Add calls to copy_rtx.
20395 (movmd_internal): In the second alternative, allow the initial and
20396 final destination registers to be different . Update the splitter
20397 accordingly. Call h8300_swap_into_er6 and h8300_swap_out_of_er6
20398 instead of h8sx_split_movmd.
20399 (stpcpy, movsd): New expanders.
20400 (movsd_internal): New define_insn.
20401 2003-06-13 Richard Sandiford <rsandifo@redhat.com>
20402 * config/h8300/h8300-protos.h (h8300_reg_class_from_letter): Declare.
20403 (h8sx_emit_movmd, h8sx_split_movmd): Declare.
20404 * config/h8300/h8300.h (reg_class): Add COUNTER_REGS, SOURCE_REGS
20405 and DESTINATION_REGS.
20406 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
20407 (REGNO_REG_CLASS): Map er4, er5 and er6 to the new classes.
20408 (REG_CLASS_FROM_LETTER): Use h8300_reg_class_from_letter.
20409 (h8300_move_ratio): Declare.
20410 (MOVE_RATIO): Use it.
20411 * config/h8300/h8300.c (h8300_move_ratio): New variable.
20412 (h8300_init_once): Initialize it.
20413 (h8300_reg_class_from_letter): New function.
20414 (print_operand): Add an 'm' prefix for printing ".b", ".w" or ".l".
20415 (h8sx_emit_movmd, h8sx_split_movmd): New functions.
20416 * config/h8300/h8300.md (UNSPEC_MOVMD): New unspec constant.
20417 (COUNTER_REG, SOURCE_REG, DESTINATION_REG): New register constants.
20418 (movstrsi, movmd): New expanders.
20419 (movmd_internal): New insn.
20420 2003-06-06 Richard Sandiford <rsandifo@redhat.com>
20421 * config/h8300/h8300.h (EXTRA_MEMORY_CONSTRAINT): Define.
20422 2003-06-04 Richard Sandiford <rsandifo@redhat.com>
20423 * config/h8300/elf.h (LINK_SPEC): Use -m h8300sxnelf for -msx -mn.
20424 * config/h8300/h8300.c (asm_file_start): Use .h8300sxn likewise.
20425 2003-06-03 Richard Sandiford <rsandifo@redhat.com>
20426 * config/h8300/h8300.c (nibble_operand): Fix warning.
20427 * config/h8300/h8300.md (movstricthi): Set adjust_length to no.
20428 (movsi_h8sx): Likewise here and the normal h8sx movhi pattern.
20429 (movsf_h8300h): Disable for TARGET_H8300SX.
20430 2003-06-03 Richard Sandiford <rsandifo@redhat.com>
20431 * config/h8300/h8300.h (PREDICATE_CODES): Add h8300_ldm_parallel,
20432 h8300_stm_parallel and h8300_return_parallel.
20433 * config/h8300/h8300.c (h8300_push_pop, h8300_stack_offset_p,
20434 h8300_ldm_stm_regno, h8300_ldm_stm_parallel, h8300_ldm_parallel,
20435 h8300_stm_parallel, h8300_return_parallel): New functions.
20436 (h8300_expand_prologue): Don't enforce ldm/stm register alignment
20437 if TARGET_H8300SX. Use h8300_push_pop.
20438 (h8300_expand_epilogue): Likewise. Try to merge the return insn
20439 and final pop when generating h8sx code. Always emit some form
20440 of return insn.
20441 * config/h8300/h8300.md: Don't enforce register alignment in
20442 stm peepholes if TARGET_H8300SX.
20443 (ldm_h8300s, stm_h8300s, return_h8sx): New patterns.
20444 (ldm_h8300s_[234], stm_h8300_[234]): Disable.
20445 (epilogue): Expect h8300_expand_epilogue to emit a return insn.
20446 2003-06-03 Richard Sandiford <rsandifo@redhat.com>
20447 * config/h8300/t-h8300 (MULTILIB_OPTIONS): Add a -msx multilib.
20448 (MULTILIB_DIRNAMES): Add a directory for it.
20449 (MULTILIB_MATCHES): Delete.
20450 2003-05-28 Richard Sandiford <rsandifo@redhat.com>
20451 * final.c (walk_alter_subreg): Handle addresses with subregs
20452 inside a ZERO_EXTEND or AND.
20453 * config/h8300/h8300-protos.h (h8300_get_index): Declare.
20454 * config/h8300/h8300.h (INDEX_REG_CLASS): Set to GENERAL_REGS
20455 if TARGET_H8300SX.
20456 (GO_IF_LEGITIMATE_ADDRESS): Use h8300_get_index.
20457 * config/h8300/h8300.c (print_operand_address): Handle @(dd,RnL.b),
20458 @(dd,Rn.w) and @(dd,ERn.L).
20459 (h8300_displacement_size): Take the whole address as argument.
20460 (h8300_classify_operand, h8300_short_move_mem_p): Adjust accordingly.
20461 2003-05-28 Richard Sandiford <rsandifo@redhat.com>
20462 * config/mips/mips-protos.h (h8300_operands_match_p): Declare.
20463 (h8sx_mergeable_memrefs_p): Declare.
20464 * config/h8300/h8300.h (HAVE_POST_DECREMENT): Define to TARGET_H8300SX.
20465 (HAVE_PRE_INCREMENT): Likewise.
20466 (GO_IF_LEGITIMATE_ADDRESS): Accept pre/post increment/decrement
20467 addresses for TARGET_H8300SX,
20468 * config/h8300/h8300.c (print_operand_address): Deal with PRE_INC
20469 and POST_DEC.
20470 (movb_length_table, movl_length_table): New tables.
20471 (movw_length_table): Define to movb_length_table.
20472 (h8300_displacement_size): New, split out from...
20473 (h8300_classify_address): ...here. Handle pre/post inc/dec.
20474 (h8300_short_immediate_length): Allow H8OP_MEM_COMPLEX operands.
20475 (h8300_insn_length_from_table): Add cases for movb, movw and movl.
20476 (h8sx_mergeable_memrefs_p, h8300_operands_match_p): New functions.
20477 (output_plussi): Use add.l #xx:3,Rn and sub.l #xx:3,Rn for h8sx.
20478 (compute_plussi_length, compute_plussi_cc): Update accordingly.
20479 (h8sx_unary_shift_operator): Get the mode from the operator.
20480 (binary_shift_operator): Likewise.
20481 * config/h8300/h8300.md: If a peephole2 applies gen_lowpart to
20482 a memory reference, check whether the reference is offsettable.
20483 (length_table): Add movb, movw and movl.
20484 (movqi): Add new h8sx pattern. Don't force one operand to be a
20485 register when generating h8sx code.
20486 (movhi, movsi, movsf): Likewise.
20487 (movstrictqi): Use the length_table attribute.
20488 (movstricthi): Likewise. Add h8sx alternative for mov.w #xx:3,Rn.
20489 (addqi3): Split into a define_expand and define_insn. Don't accept
20490 memory operands in the expander. Use h8300_operands_match_p to
20491 check for matching operands in the define_insn.
20492 (subqi3, negqi2, one_cmplqi2): Likewise.
20493 (add[hs]i3): Don't accept memory operands in the expander. Likewise
20494 in any patterns that are unused in h8sx code. In the h8sx patterns,
20495 use h8300_operands_match_p to check whether operands match.
20496 (sub[hs]i3, and[hi]3, ior[hs]i3, xor[hs]i3, neg[hsi]3,
20497 one_cmpl[hs]i3): Likewise.
20498 (andqi3, iorqi3, xorqi3): Likewise. Don't call fix_bit_operand
20499 in the expander.
20500 2003-05-23 Richard Sandiford <rsandifo@redhat.com>
20501 * config/h8300/h8300-protos.h (expand_a_shift): Return a bool.
20502 (h8300_insn_length_from_table): Add a second parameter.
20503 (output_h8sx_shift): Declare.
20504 * config/h8300/h8300.h (OK_FOR_W, OK_FOR_Y): New macros.
20505 (EXTRA_CONSTRAINT): Replace with...
20506 (EXTRA_CONSTRAINT_STR): ...this. Use OK_FOR_W and OK_FOR_Y.
20507 (CONSTRAINT_LEN): Define, returning 2 for 'W' and 'Y'.
20508 (PREDICATE_CODES): Add entries for h8sx_unary_shift_operator
20509 and h8sx_binary_shift_operator.
20510 * config/h8300/h8300.c (two_insn_adds_subs_operand): Return false
20511 for TARGET_H8300SX.
20512 (bit_operand): Replace use of EXTRA_CONSTRAINT with OK_FOR_U.
20513 (bit_memory_operand, fix_bit_operand): Likewise.
20514 (h8300_length_table_for_insn): Remove.
20515 (h8300_classify_operand): Fix check for 16-bit operands in 32-bit
20516 instructions.
20517 (h8300_short_immediate_length, h8300_binary_length): New functions.
20518 (h8300_insn_length_from_table): Add an opcodes parameter. Rework.
20519 (output_plussi): Use sub to add negative constants.
20520 (compute_plussi_length): Adjust accordingly.
20521 (h8sx_single_shift_type): New enum.
20522 (h8sx_single_shift, h8sx_unary_shift_operator,
20523 h8sx_binary_shift_operator, output_h8sx_shift): New functions.
20524 (expand_a_shift, expand_a_rotate): Emit nothing if the shift is a
20525 single h8sx instruction. Return false in this case.
20526 * config/h8300/h8300.md (length_table): Add short_immediate.
20527 (length): Pass the operand array to h8300_insn_length_from_table.
20528 (adjust_length): Assume "no" for insns with a length_table attribute.
20529 (*cmphi_h8300hs, cmpsi): Add alternatives for #xx:3.
20530 (*addhi3_h8300hs): Don't use for h8sx.
20531 (*addhi3_h8sx): New pattern, with alternatives for add.w #xx:3
20532 and sub.w #xx:3.
20533 (ashl[qhs]i3, lshr[qhs]i3, ashr[qhs]i3, rotl[qhs]i3): Change operand
20534 1's predicate to nonimmediate_operand. Only skip default expansion
20535 if expand_a_shift or expand_a_rotate returns true. Add new patterns
20536 for single h8sx shift instructions.
20537 2003-05-22 Alexandre Oliva <aoliva@redhat.com>
20538 * config/h8300/h8300.c (nibble_operand): Split out of...
20539 (reg_or_nibble_operand): ... this.
20540 * config/h8300/h8300.h (PREDICATE_CODES): Added nibble_operand.
20541 * config/h8300/h8300.md: (mulqihi3, mulhisi3, umulqihi3,
20542 umulhisi3): Introduce expand, and introduce separate insns for
20543 sign- or zero-extended REG and already-extended CONST_INT.
20544 2003-05-20 Richard Sandiford <rsandifo@redhat.com>
20545 * config/h8300/h8300.c (h8300_unary_length): Fix miscounting.
20546 * config/h8300/h8300.md (subqi3): Generalize for h8sx.
20547 (subhi3): Likewise. Don't accept immediates for operand 1.
20548 Remove the early clobber from second alternative of the h8300s pattern.
20549 (subsi3): Generalize for h8sx. Force operand 2 into a register
20550 on plain h8300 targets.
20551 (subsi3_h8300): Use h8300_dst_operand for consistency with expander.
20552 (subsi3_h8300h): Generalize for h8sx.
20553 (one_cmplqi2, one_cmplhi2, one_cmplsi2): Likewise.
20554 2003-05-19 Alexandre Oliva <aoliva@redhat.com>
20555 * config/h8300/h8300.c (reg_or_nibble_operand): New.
20556 * config/h8300/h8300.h (PREDICATE_CODES): Adjust.
20557 (TARGET_H8300SXMUL): New.
20558 (CONST_OK_FOR_P): New.
20559 (CONST_OK_FOR_LETTER_P): Adjust.
20560 * config/h8300/h8300.md (mulqihi3, mulhisi3, umulqihi3,
20561 umulhisi3): Accept 4-bit immediate on H8SX.
20562 (mulhi3, mulsi3, smulsi3_highpart, umulsi3_highpart): New.
20563 (udivsi3, divhi3, udivsi3, divsi3): New.
20564 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
20565 * config/h8300/h8300-protos.h (h8300_insn_length_from_table): Declare.
20566 * config/h8300/h8300.h (OK_FOR_Q): New macro.
20567 (EXTRA_CONSTRAINT): Use it to check the 'Q' constraint.
20568 (PREDICATE_CODES): Add h8300_src_operand and h8300_dst_operand.
20569 Add ADDRESSOF to the bit_operand entry.
20570 * config/h8300/h8300.c (h8300_dst_operand): New predicate.
20571 (h8300_src_operand): Likewise.
20572 (bit_operand): Check nonimmediate_operand rather than general_operand.
20573 Accept any nonimmediate_operand in h8sx code.
20574 (h8300_and_costs): Initialize operands[1].
20575 (h8300_rtx_costs) <AND>: Return false if the operands aren't valid.
20576 (h8300_operand_class): New enum.
20577 (h8300_length_table): New typedef.
20578 (addb_length_table, addw_length_table, addl_length_table,
20579 logicl_length_table): New tables.
20580 (logicb_length_table, logicw_length_table): New macros.
20581 (h8300_classify_operand, h8300_length_from_table,
20582 h8300_length_table_for_insn, h8300_unary_length,
20583 h8300_insn_length_from_table): New functions.
20584 (output_plussi): Only use adds and subs for register destinations.
20585 Disable redundant clause.
20586 (compute_plussi_cc): Likewise.
20587 (compute_plussi_length): Likewise. Use h8300_length_from_table
20588 to work out the length of an insn.
20589 (output_logical_op): Only use narrower immediate instructions
20590 if the destination is a register.
20591 (compute_logical_op_cc): Likewise.
20592 (compute_logical_op_length): Likewise. Use h8300_length_from_table.
20593 (h8300_adjust_insn_length): Tighten check for reg<->mem moves.
20594 * config/h8300/h8300.md (length_table): New attribute.
20595 (length): When an instruction has a length_table attribute, use
20596 h8300_insn_length_from_table to calculate its default length.
20597 (cmpqi): Use h8300_dst_operand for the first operand and
20598 h8300_src_operand for the second.
20599 (cmphi, *cmphi_h8300hs, cmpsi, negqi2, neghi2, neghi2_h8300h, negsi2,
20600 negsi2_h8300h, addqi3, addhi3, *addhi3_h8300, *addhi3_h8300hs, addsi3,
20601 addsi_h8300, addsi_h8300h, andhi3, andsi3, iorhi3,
20602 iorsi3, xorhi3, xorsi3): Likewise.
20603 (andqi3): Use h8300_src_operand for operand 2. Adjust the condition
20604 so that it allows any combination of operands for TARGET_H8300SX.
20605 (iorqi3, xorqi3): Likewise.
20606 (cmpqi): Use the length_table attribute.
20607 (*cmphi_h8300hs, cmpsi, addqi, *addhi3_h8300hs, andqi3, iorqi3,
20608 xorqi3, negqi2, neghi2_h8300h, negsi2_h8300h): Likewise.
20609 (cmpqi): Add 'Q' constraint.
20610 (*cmphi_h8300hs, cmpsi, addqi, *addhi3_h8300hs, addsi_h8300h, andqi3,
20611 iorqi3, xorqi3, negqi2, neghi2_h8300h, negsi2_h8300h): Likewise.
20612 2003-05-14 Richard Sandiford <rsandifo@redhat.com>
20613 * config/h8300/h8300.h (MASK_H8300SX): New macro.
20614 (TARGET_H8300S): True for both -ms and -msx.
20615 (TARGET_H8300SX): New macro.
20616 (TARGET_SWITCHES): Add entries for -msx and -mno-sx.
20617 * config/h8300/h8300.c (asm_file_start): Write .h8300sx for -msx.
20618 * config/h8300/elf.h (LINK_SPEC): Use -m h8300sxelf for -msx.
20619 * config/h8300/t-h8300 (MULTILIB_MATCHES): Use -ms multilibs for -msx.
20620 [Temporary change.]
20621 2003-02-28 Alexandre Oliva <aoliva@redhat.com>
20622 * config/h8300/h8300.h (SIZE_TYPE, PTRDIFF_TYPE): Use short with
20623 16-bit pointers and 32-bit ints.
20624 * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Accept
20625 CONST_DOUBLE with mode no wider than SImode.
20626 * config/h8300/h8300.md (extendqisi2_h8300): Add constraints for
20627 output operand.
20628 2003-02-27 Alexandre Oliva <aoliva@redhat.com>
20629 * config/h8300/h8300.c (general_operand_src): Match CONSTANT_P_RTX
20630 or SUBREG thereof.
20631 * config/h8300/h8300.h (PREDICATE_CODES): Adjust.
20632 2003-02-22 Alexandre Oliva <aoliva@redhat.com>
20633 * config/h8300/h8300.c (dosize): Truncate sign * size to Pmode.
20634
20635 2004-05-28 Aaron W. LaFramboise <aaronraolete36@aaronwl.com>
20636
20637 * config.gcc (i[34567]86-*-mingw32*): Enable threads by default.
20638
20639 2004-07-07 Per Bothner <per@bothner.com>
20640
20641 * flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE.
20642
20643 2004-07-07 Mike Stump <mrs@apple.com>
20644
20645 * darwin.h (ASM_OUTPUT_LABELREF): Fix -fno-leading-underscore.
20646 * darwin.c (machopic_non_lazy_ptr_name, machopic_stub_name)
20647 (machopic_finish): Likewise.
20648
20649 2004-07-07 Richard Henderson <rth@redhat.com>
20650
20651 * tree-ssa-dom.c (simplify_switch_and_lookup_avail_expr): Look
20652 through any value-preserving cast.
20653
20654 2004-07-07 Alexandre Oliva <aoliva@redhat.com>
20655
20656 * function.c (assign_parm_find_data_types): Call
20657 FUNCTION_ARG_PASS_BY_REFERENCE only if it's defined.
20658
20659 2004-07-07 Steven Bosscher <stevenb@suse.de>
20660
20661 * tree-cfg.c (group_case_labels): Remove case labels that have
20662 the same target as the default case.
20663
20664 2004-07-07 Steven Bosscher <stevenb@suse.de>
20665
20666 * tree-inline.c (optimize_inline_calls): Set DECL_INLINED_FNS
20667 regardless of DECL_LANG_SPECIFIC being present or not.
20668 * tree.h (DECL_NUM_STMTS): Purge.
20669
20670 2004-07-07 Andrew Pinski <apinski@apple.com>
20671
20672 * configure: Regenerate with the right autoconf.
20673
20674 2004-07-07 David Edelsohn <edelsohn@gnu.org>
20675
20676 * ifcvt.c (total_bb_rtx_cost): New function.
20677 (find_if_case_1): Compare rtx_cost of basic block to cost of
20678 BRANCH_COST insns.
20679 (find_if_case_2): Same.
20680
20681 2004-07-07 Eric Botcazou <ebotcazou@libertysurf.fr>
20682
20683 PR target/10567
20684 * config/sparc/sparc.c (load_pic_register): Honor flag_delayed_branch.
20685 (output_return): Likewise.
20686 (output_sibcall): Abort if !flag_delayed_branch.
20687 (sparc_function_ok_for_sibcall): Return 0 if !flag_delayed_branch.
20688 (emit_and_preserve): New function.
20689 (sparc_output_mi_thunk): Use it. Honor flag_delayed_branch. Emit an
20690 indirect jump to the thunked-to function if !flag_delayed_branch.
20691 * config/sparc/sparc.md (delayed_branch): New attribute.
20692 (load_pcrel_sym): Honor flag_delayed_branch. Use above
20693 attribute to compute the length of the insn.
20694 (goto_handler_and_restore): Likewise.
20695
20696 2004-07-07 Andrew Pinski <apinski@apple.com>
20697
20698 PR tree-optimization/15777
20699 * fold-const.c (fold_single_bit_test): Fold the x^1 expression.
20700
20701 * expr.c (expand_expr_real_1): Fix formating.
20702 BUFFER_REF and IN_EXPR are dead.
20703 * fold-const.c (non_lvalue): BUFFER_REF is dead.
20704 * tree-inline.c (estimate_num_insns_1): Likewise.
20705 * tree-pretty-print.c (dump_generic_node): BUFFER_REF,
20706 IN_EXPR, SET_LE_EXPR, and CARD_EXPR are dead.
20707 * tree.def (BUFFER_REF, IN_EXPR, SET_LE_EXPR, CARD_EXPR): Kill.
20708
20709 2004-07-07 H.J. Lu <hongjiu.lu@intel.com>
20710
20711 * collect2.c (dump_file): Don't call cplus_demangle if
20712 HAVE_LD_DEMANGLE is defined.
20713 (main): Pass "--demangle" to ld if no_demangle is not 0 and
20714 HAVE_LD_DEMANGLE is defined. Don't set current_demangling_style
20715 if HAVE_LD_DEMANGLE is defined.
20716
20717 * configure.ac (--with-demangler-in-ld): Added
20718 (HAVE_LD_DEMANGLE): Define if ld supports --demangle when
20719 --with-demangler-in-ld is used.
20720 * config.in: Regenerated.
20721 * configure: Likewise.
20722
20723 2004-07-07 Roger Sayle <roger@eyesopen.com>
20724
20725 * config/rs6000/rs6000.c (struct processor_costs): Add new fields
20726 for simple floating point operations "fp", double precision
20727 multiplication "dmul", and single and double precision division
20728 "sdiv" and "ddiv". Update all CPU variant tables as appropriate.
20729 (ppc630_cost): New table split from ppc620_cost, to distinguish
20730 differences in floating point latencies.
20731 (rs6000_override_options): Use ppc630_cost for PROCESSOR_PPC630.
20732 (rs6000_rtx_costs): Add support for single and double precision
20733 floating point addition, subtraction, multiplication, division,
20734 fused-multiply-add, fused-multiply-sub, negation, absolute value
20735 and negative absolute value. Tweak MEM case to use prefered idiom.
20736
20737 2004-07-07 Richard Henderson <rth@redhat.com>
20738
20739 * tree-flow-inline.h (may_propagate_copy): Move...
20740 * tree-ssa-copy.c (may_propagate_copy): ... here. Fail if we
20741 attempt to copy between types requiring conversion.
20742 * tree-flow.h (may_propagate_copy): Update decl.
20743 * tree-ssa-dom.c (cprop_operand): Tidy redundant tests.
20744
20745 2004-07-07 Jakub Jelinek <jakub@redhat.com>
20746
20747 * config/i386/i386.c (override_options): Don't set x86_prefetch_sse
20748 from -mtune= option.
20749
20750 2004-07-07 Alexandre Oliva <aoliva@redhat.com>
20751
20752 * builtins.c: Rename movstr*, except for movstrict*, to
20753 movmem* and clrstr* to clrmem*.
20754 * expr.c: Likewise.
20755 * expr.h: Likewise.
20756 * genopinit.c: Likewise.
20757 * integrate.c: Likewise.
20758 * local-alloc.c: Likewise.
20759 * optabs.c: Likewise.
20760 * optabs.h: Likewise.
20761 * config/alpha/alpha.h: Likewise.
20762 * config/alpha/alpha.md: Likewise.
20763 * config/arm/arm-protos.h: Likewise.
20764 * config/arm/arm.c: Likewise.
20765 * config/arm/arm.md: Likewise.
20766 * config/avr/avr.md: Likewise.
20767 * config/c4x/c4x.c: Likewise.
20768 * config/c4x/c4x.md: Likewise.
20769 * config/frv/frv.md: Likewise.
20770 * config/i386/i386-protos.h: Likewise.
20771 * config/i386/i386.c: Likewise.
20772 * config/i386/i386.h: Likewise.
20773 * config/i386/i386.md: Likewise.
20774 * config/i860/i860.c: Likewise.
20775 * config/i860/i860.md: Likewise.
20776 * config/ip2k/ip2k.md: Likewise.
20777 * config/ip2k/libgcc.S: Likewise.
20778 * config/ip2k/t-ip2k: Likewise.
20779 * config/m32r/m32r.c: Likewise.
20780 * config/m32r/m32r.md: Likewise.
20781 * config/mcore/mcore.md: Likewise.
20782 * config/mips/mips.c: Likewise.
20783 * config/mips/mips.md: Likewise.
20784 * config/ns32k/ns32k.c: Likewise.
20785 * config/ns32k/ns32k.h: Likewise.
20786 * config/ns32k/ns32k.md: Likewise.
20787 * config/pa/pa.c: Likewise.
20788 * config/pa/pa.md: Likewise.
20789 * config/pdp11/pdp11.h: Likewise.
20790 * config/pdp11/pdp11.md: Likewise.
20791 * config/rs6000/rs6000.c: Likewise.
20792 * config/rs6000/rs6000.md: Likewise.
20793 * config/s390/s390-protos.h: Likewise.
20794 * config/s390/s390.c: Likewise.
20795 * config/s390/s390.md: Likewise.
20796 * config/sh/lib1funcs.asm: Likewise.
20797 * config/sh/sh.c: Likewise.
20798 * config/sh/sh.md: Likewise.
20799 * config/sh/t-sh: Likewise.
20800 * config/sparc/sparc.h: Likewise.
20801 * config/vax/vax.md: Likewise.
20802 * config/xtensa/xtensa.c: Likewise.
20803 * config/xtensa/xtensa.md: Likewise.
20804 * doc/invoke.texi: Likewise.
20805 * doc/md.texi: Likewise.
20806 * doc/rtl.texi: Likewise.
20807
20808 2004-07-07 Richard Sandiford <rsandifo@redhat.com>
20809
20810 PR target/16407
20811 * config/mips/mips-protos.h (mips_declare_common_object): Declare.
20812 * config/mips/mips.c (mips_declare_common_object): New function,
20813 mostly split out from...
20814 (mips_output_aligned_decl_common): ...here.
20815 * config/mips/mips.h (ASM_OUTPUT_LOCAL): Remove in favor of...
20816 (ASM_OUTPUT_ALIGNED_LOCAL): ...this new definition.
20817 * config/mips/iris6.h (ASM_OUTPUT_ALIGNED_LOCAL): Undefine this
20818 rather than ASM_OUTPUT_LOCAL. Call mips_declare_common_object.
20819
20820 2004-07-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
20821
20822 PR c/16392
20823 * function.c (assign_parms): Fix typo from previous change.
20824
20825 2004-07-07 Jason Merrill <jason@redhat.com>
20826
20827 PR c++/15815
20828 * doc/extend.texi (C++ Interface): Correct information and
20829 discourage use.
20830
20831 2004-07-07 Vladimir Makarov <vmakarov@redhat.com>
20832
20833 PR target/16130
20834 PR target/16142
20835 PR target/16143
20836 * config/ia64/ia64.c (ia64_dfa_new_cycle): Reset DFA state for asm
20837 insn.
20838
20839 2004-07-06 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
20840
20841 PR target/1679.
20842 * config/m32r/m32r.c (m32r_function_symbol): New function:
20843 Generate a symbol name RTX with the correct m32r specific flags
20844 set.
20845 (block_move_call): Use new function to generate correct symbol.
20846 * config/m32r/m32r-protos.h: Add prototype for new funcion.
20847 * config/m32r/m32r.h (INITIALIZE_TRAMPOLINE): Use the new
20848 function.
20849
20850 2004-07-07 Nathan Sidwell <nathan@codesourcery.com>
20851
20852 * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE,
20853 TYPE_BINFO_VIRTUALS, TYPE_BINFO_BASETYPES,
20854 TYPE_BINFO_BASETYPE): Remove.
20855 (BINFO_BASETYPES, BINFO_N_BASETYPES, BINFO_BASETYPE): Rename
20856 to ...
20857 (BINFO_BASE_BINFOS, BINFO_N_BASE_BINFOS, BINFO_BASE_BINFO): ...
20858 here.
20859 (BINFO_BASEACCESSES, BINFO_BASEACCESS): Rename to ...
20860 (BINFO_BASE_ACCESSES, BINFO_BASE_ACCESS): ... here.
20861 (BINFO_INHERITANCE_CHAIN): Redocument as it is actually used.
20862 (struct tree_binfo): Rename base_types to base_binfos.
20863 * alias.c (record_component_aliases): Adjust BINFO macros.
20864 * dbxout.c (dbxout_type): Likewise.
20865 * dwarf2out.c (gen_member_die): Likewise.
20866 * sdbout.c (sdbout_one_type): Likewise.
20867 * tree-dump.c (deque_and_dump): Likewise.
20868 * config/i386/i386.c (classify_argument,
20869 contains_128bit_aligned_vector_p): Likewise.
20870
20871 2004-07-07 Nick Clifton <nickc@redhat.com>
20872
20873 * config/fr30/fr30.c (fr30_setup_incoming_varargs): Change
20874 arguments to match TARGET_SETUP_INCOMING_VARARGS prototype.
20875
20876 2004-07-07 Nathan Sidwell <nathan@codesourcery.com>
20877
20878 * vec.h: Fix the example use.
20879
20880 2004-07-06 Richard Henderson <rth@redhat.com>
20881
20882 * langhooks-def.h (LANG_HOOKS_GIMPLE_BEFORE_INLINING): Remove.
20883 * langhooks.h (struct lang_hooks): Remove gimple_before_inlining.
20884 * tree-inline.c (copy_body_r, setup_one_parameter,
20885 initialize_inlined_parameters, expand_call_inline,
20886 declare_inline_vars): Don't check it.
20887 (expand_calls_inline): Remove old version, rename new version
20888 from gimple_expand_calls_inline.
20889 * tree-optimize.c (execute_gimple): Remove.
20890 (pass_gimple): Don't run anything.
20891
20892 2004-07-06 Joseph S. Myers <jsm@polyomino.org.uk>
20893
20894 * doc/sourcebuild.texi: Use semicolons instead of commas in
20895 section title.
20896
20897 2004-07-06 Richard Henderson <rth@redhat.com>
20898
20899 * tree-sra.c (struct sra_walk_fns): Revert 2004-07-05 change.
20900 (sra_walk_modify_expr, scan_init): Likewise.
20901 (generate_element_zero): Check visited before scanning children.
20902 (generate_element_init): Set visited on error.
20903 (scalarize_init): Handle generate_element_init failure similar
20904 to use_block_copy.
20905
20906 2004-07-06 Joseph S. Myers <jsm@polyomino.org.uk>
20907
20908 * toplev.h (NO_FRONT_END_DIAG, ATTRIBUTE_GCC_FE_DIAG): Define.
20909 (warning, error, pedwarn, sorry): Use ATTRIBUTE_GCC_FE_DIAG.
20910
20911 2004-07-06 Richard Henderson <rth@redhat.com>
20912
20913 * config/i386/i386.c (legitimize_pic_address): Make static.
20914 (legitimize_address): Handle CONST with TLS operand.
20915 (ix86_expand_move): Don't call legitimize_pic_address directly.
20916 * config/i386/i386-protos.h (legitimize_pic_address): Remove.
20917
20918 2004-07-06 Roger Sayle <roger@eyesopen.com>
20919
20920 * ifcvt.c (struct noce_if_info): Add a Boolean b_unconditional field.
20921 (noce_try_sign_mask): Tweak rtx_cost check if t is evaluated anyway.
20922 (noce_process_if_block): Initialize if_info.b_unconditional if insn_b
20923 is currently executed unconditionally, i.e. not in "else_bb".
20924
20925 2004-07-06 Steven Bosscher <stevenb@suse.de>
20926
20927 * config/alpha/alpha.c (alpha_use_dfa_pipeline_interface): Remove.
20928 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
20929 * config/arm/arm.c (arm_use_dfa_pipeline_interface): Remove.
20930 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
20931 * config/frv/frv.c (frv_use_dfa_pipeline_interface): Remove.
20932 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
20933 * config/i386/i386.c (ia32_use_dfa_pipeline_interface): Remove.
20934 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
20935 * config/ia64/ia64.c (ia64_use_dfa_pipeline_interface): Remove.
20936 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
20937 * config/pa/pa.c (hhpa_use_dfa_pipeline_interface): Remove.
20938 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
20939 * config/sparc/sparc.c (sparc_use_dfa_pipeline_interface): Remove.
20940 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
20941 * config/v850/v850.c (v850_use_dfa_pipeline_interface): Remove.
20942 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define to hook_int_void_1.
20943
20944 2004-07-06 Daniel Berlin <dberlin@dberlin.org>
20945
20946 * dojump.c (do_jump): REFERENCE_EXPR is dead.
20947 * expr.c (expand_expr_real_1): Ditto.
20948 * tree-inline.c (estimate_num_insns_1): Ditto.
20949 * tree-pretty-print.c (dump_generic_node): Ditto.
20950 (op_symbol): Ditto.
20951 * tree.def: Ditto.
20952
20953 2004-07-06 Daniel Berlin <dberlin@dberlin.org>
20954
20955 * tree-ssa-pre.c (reference_node_pool): New pool.
20956 (find_or_generate_expression): Class 'r' is okay too.
20957 (create_value_expr_from): Ditto.
20958 (add_to_sets): LHS should not include vuses.
20959 (eliminate): Ditto.
20960 (compute_avail): Reverse ordering of tests.
20961 Valuize INDIRECT_REF as well.
20962
20963 2004-07-06 Richard Sandiford <rsandifo@redhat.com>
20964
20965 PR rtl-optimization/16380
20966 * loop.c (check_dbra_loop): Sink comparison instructions if they
20967 do something other than set cc0.
20968
20969 2004-07-06 James E Wilson <wilson@specifixinc.com>
20970
20971 * doc/interface.texi (longjmp and automatic variables): Delete
20972 paragraph recommending taking the address of a variable.
20973
20974 2004-07-06 Nathan Sidwell <nathan@codesourcery.com>
20975
20976 * vec.h (VEC_embedded_alloc): Remove.
20977 (VEC_embedded_size, VEC_embedded_init): New.
20978 (VEC_alloc, VEC_reserve, VEC_safe_push, VEC_safe_insert): Add
20979 MEM_STAT_INFO.
20980 (VEC_truncate): New.
20981 (vec_p_reserve, vec_o_reserve): Add MEM_STAT_DECL.
20982 (vec_embedded_alloc): Remove.
20983 * vec.c (vec_p_reserve, vec_o_reserve): Add MEM_STAT_DECL, adjust.
20984 (vec_embedded_alloc): Remove.
20985
20986 2004-07-06 Mark Mitchell <mark@codesourcery.com>
20987
20988 * Makefile.in (langhooks.o): Do not depend on gt-langhooks.h.
20989 (gt-langhooks.h): Remove.
20990
20991 2004-07-06 George Helffrich <george@gly.bris.ac.uk>
20992
20993 * xcoffout.h (DBX_FINISH_SYMBOL): Fix typo.
20994
20995 2004-07-06 Eric Botcazou <ebotcazou@libertysurf.fr>
20996
20997 * config/sparc/sparc.c (get_pc_symbol): Rename into
20998 add_pc_to_pic_symbol.
20999 (get_pc_symbol_name): Rename into add_pc_to_pic_symbol_name.
21000 (load_pic_register): Account for previous changes.
21001 Use reg_names. Don't create the label twice.
21002 * config/sparc/sparc.md (UNSPEC_GET_PC): Rename into
21003 UNSPEC_LOAD_PCREL_SYM.
21004 (get_pc): Rename into load_pcrel_sym. Add predicate to
21005 operands. Remove condition.
21006
21007 2004-07-06 Nathan Sidwell <nathan@codesourcery.com>
21008
21009 * dbxout.c (dbxout_type): Don't test whether the binfo slot of
21010 RECORD, UNION & QUAL_UNION is actually a binfo.
21011
21012 * tree.h (TREE_VIA_VIRTUAL): Rename to ...
21013 (BINFO_VIRTUAL_P): ... here. Require TREE_BINFO only.
21014 (BINFO_MARKED, BINFO_FLAG_[16]): New binfo flags.
21015 * dbxout.c (dbxout_type): Use BINFO_VIRTUAL_P.
21016 * dwarf2out.c (add_data_member_location_attribute): Likewise.
21017 (gen_inheritance_die): Likewise.
21018 * tree-dump.c (deque_and_dump): Likewise.
21019 * doc/c-tree.texi (Binfos): Add under reconstruction note.
21020
21021 2004-07-06 Steven Bosscher <stevenb@suse.de>
21022
21023 * config/mcore/mcore.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE):
21024 Define.
21025 * config/mcore/mcore.md: Model memory latency with a simple DFA
21026 pipeline description instead of a define_function_unit.
21027
21028 2004-07-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
21029
21030 * langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.
21031 * langhooks.h (var_mod_type_p): Likewise.
21032 * c-decl.c (finish_decl): Add extra arg to variably_modified_type_p.
21033 * expr.c (count_type_elements): Properly handle return from
21034 array_type_nelts and properly test for overflow.
21035 * gimplify.c (gimplify_init_constructor): Properly handle return
21036 from array_type_nelts.
21037 (gimplify_addr_expr): Remove redundant clear of TREE_SIDE_EFFECTS.
21038 * integrate.c (copy_decl_for_inlining): Correct comments.
21039 * tree-inline.c (remap_decl): Update comments, remove dead code,
21040 and copy DECL_FIELD_OFFSET and DECL_QUALIFIER, if they exist.
21041 (remap_type): Only remap if variably modified by vars in function
21042 being inlined.
21043 (copy_body_r): Use compatible_type langhooks to see when can fold.
21044 (setup_one_parameter): Don't remap type.
21045 (inline_forbidden_p_1): Add arg to variably_modified_type_p.
21046 * tree.c (recompute_tree_invarant_for_addr_expr): Properly
21047 compute TREE_INVARIANT for decl case.
21048 (find_var_from_fn): New function.
21049 (variably_modified_type_p): Add arg and call new function.
21050 * tree.h (variably_modified_type_p): Add extra arg.
21051
21052 2004-07-05 Eric Botcazou <ebotcazou@libertysurf.fr>
21053
21054 * config/sparc/sparc.md (nonlocal_goto): Remove disabled code.
21055 (goto_handler_and_restore_v9): Delete disabled insn.
21056 (goto_handler_and_restore_v9_sp64): Likewise.
21057
21058 2004-07-05 Roger Sayle <roger@eyesopen.com>
21059
21060 * calls.c (load_register_parameters): Call expand_shift instead
21061 of expand_binop with ashl_optab (or other shift optab) directly.
21062 * expr.c (emit_group_load, emit_group_store): Likewise.
21063 * function.c (assign_parm_setup_block): Likewise.
21064 * stmt.c (shift_return_value): Likewise.
21065
21066 2004-07-05 Jakub Jelinek <jakub@redhat.com>
21067
21068 * expr.c (expand_assignment): Disable the bitfield += optimizations.
21069
21070 2004-07-05 Joseph S. Myers <jsm@polyomino.org.uk>
21071
21072 * doc/sourcebuild.texi: Revert previous patch.
21073
21074 2004-07-05 Joseph S. Myers <jsm@polyomino.org.uk>
21075
21076 * c-decl.c, config/m32r/m32r.c, expr.c, optabs.c: Don't check
21077 TARGET_MEM_FUNCTIONS.
21078 * system.h: Poison TARGET_MEM_FUNCTIONS.
21079 * libfuncs.h (LTI_bcopy, LTI_bcmp, LTI_bzero, bcopy_libfunc,
21080 bcmp_libfunc, bzero_libfunc): Remove.
21081 * optabs.c (init_obtabs): Don't set bcopy_libfunc, bcmp_libfunc or
21082 bzero_libfunc.
21083 * doc/tm.texi (TARGET_MEM_FUNCTIONS): Remove.
21084 * doc/standards.texi: Don't mention calling BSD string functions.
21085 * doc/invoke.texi: Likewise. Mention that memmove may be called.
21086 * config/vax/t-memfuncs: New.
21087 * config/memcmp.c, config/memcpy.c, config/memmove.c,
21088 config/memset.c: New.
21089 * config/pdp11/t-pdp11 (LIB2FUNCS_EXTRA): Use these files.
21090 * config.gcc (vax-*-bsd*, vax-*-sysv*, vax-*-ultrix*): Use
21091 vax/t-memfuncs.
21092 * config/alpha/alpha.h, config/arc/arc.h, config/arm/arm.h,
21093 config/avr/avr.h, config/c4x/c4x.h, config/cris/aout.h,
21094 config/elfos.h, config/gnu.h, config/h8300/h8300.h,
21095 config/i386/gas.h, config/ia64/ia64.h, config/interix.h,
21096 config/ip2k/ip2k.h, config/lynx-ng.h, config/m32r/m32r.h,
21097 config/mcore/mcore.h, config/mips/mips.h, config/mmix/mmix.h,
21098 config/netbsd.h, config/openbsd.h, config/pa/pa.h,
21099 config/rs6000/rs6000.h, config/rtems.h, config/s390/s390.h,
21100 config/sh/sh.h, config/sparc/sparc.h, config/stormy16/stormy16.h,
21101 config/svr3.h: Don't define TARGET_MEM_FUNCTIONS.
21102
21103 2004-07-05 Richard Henderson <rth@redhat.com>
21104
21105 * function.c (assign_parm_setup_reg): Properly rename variables in
21106 FUNCTION_ARG_CALLEE_COPIES section.
21107
21108 2004-07-05 Zack Weinberg <zack@codesourcery.com>
21109
21110 * tree-mudflap.c: Include cgraph.h.
21111 (mf_init_extern_trees): Rename to mudflap_init. Export.
21112 Rewrite to create synthetic declarations instead of looking
21113 up declarations from mf-runtime.h.
21114 (mf_make_builtin, mf_make_cache_struct_type): New functions.
21115 (mf_cache_shift_decl, mf_cache_mask_decl, mf_unregister_fndecl):
21116 Correct commentary.
21117 (execute_mudflap_function_decls, mudflap_register_call):
21118 Don't call mf_init_extern_trees.
21119 (mudflap_finish_file): Use cgraph_build_static_cdtor.
21120
21121 * tree-mudflap.h: Update prototypes.
21122 * c-mudflap.c: Delete file.
21123 * c-common.c: Include tree-mudflap.h.
21124 (c_common_nodes_and_builtins): Call mudflap_init if appropriate.
21125 * Makefile.in: Remove all references to c-mudflap.o.
21126 Update dependencies.
21127
21128 2004-07-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21129
21130 * pa.md (prefetch, prefetch_32, prefetch_64): Only allow short
21131 displacements with the spatial-locality cache-control completer.
21132
21133 2004-07-05 Zack Weinberg <zack@codesourcery.com>
21134
21135 * langhooks.c: Don't include gt-langhooks.h.
21136 (var_labelno): Delete.
21137 (lhd_set_decl_assembler_name): Do not append a distinguishing
21138 number to file-scope internal-linkage declarations for the first
21139 input file, even if they have DECL_CONTEXT set. Use DECL_UID of
21140 the declaration itself (if at block scope), or its containing
21141 TRANSLATION_UNIT_DECL (if at file scope) for the distinguishing
21142 number.
21143
21144 * opts.c (cur_in_fname): New global.
21145 * opts.h: Declare it.
21146 * tree.c: Include opts.h.
21147 (make_node_stat): If creating a TRANSLATION_UNIT_DECL, give it
21148 DECL_UID equal to cur_in_fname.
21149 (copy_node_stat): Do not change DECL_UID when copying a
21150 TRANSLATION_UNIT_DECL.
21151 (build_common_tree_nodes): Adjust next_decl_uid to reserve the
21152 range 0 .. num_in_fnames-1 for TRANSLATION_UNIT_DECLs.
21153
21154 * c-decl.c (c_static_assembler_name): Delete.
21155 * c-tree.h (c_static_assembler_name): Delete prototype.
21156 * c-lang.c, objc/objc-lang.c: Don't override
21157 LANG_HOOKS_SET_DECL_ASSEMBLER_NAME.
21158
21159 * Makefile.in (tree.o): Update dependencies.
21160 (GTFILES): Remove langhooks.c.
21161
21162 2004-07-05 Roger Sayle <roger@eyesopen.com>
21163
21164 * fold-const.c (fold) <TRUNC_MOD_EXPR>: Optimize unsigned modulus
21165 by a power of two into a bit-wise AND, i.e. "X % C" as "X & (C-1)".
21166 Normalize "X % C" as "X % -C" for signed modulus and negative C.
21167 Optimize "X % -Y" as "X % Y" for signed modulus.
21168 <EQ_EXPR>: Recursively call "fold" when transforming "(X % Y) == 0"
21169 into "((unsigned) X % Y) == 0".
21170
21171 2004-07-05 Joseph S. Myers <jsm@polyomino.org.uk>
21172
21173 * sourcebuild.texi (Config Fragments): Use @comma{} in
21174 cross-reference to section title.
21175
21176 2004-07-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
21177
21178 * tree.h (DECL_SEEN_IN_BIND_EXPR_P): New macro.
21179 * gimplify.c (gimple_add_tmp_var, gimplify_bind_expr): Use it.
21180 (gimplify_target_expr, gimplify_expr): Likewise.
21181 (copy_if_shared_r): No longer need special case for BIND_EXPR.
21182 (unshare_body, unvisit_body): Only look at nested if BODY_P is
21183 whole function.
21184 (gimplify_compound_lval): See if we can strip any useless conversion.
21185 (gimplify_modify_expr, gimplify_modify_expr_to_memcpy): Take size
21186 from RHS, not LHS.
21187 (gimplify_modify_expr_to_memset): Likewise.
21188 (gimplify_expr, case CONSTRUCTOR): Handle use as statement.
21189 * tree-inline.c (setup_one_parameter): Use DECL_SEEN_IN_BIND_EXPR_P.
21190 (declare_inline_vars): Likewise.
21191 (walk_type_fields): New function.
21192 (walk_tree): Use it.
21193 * tree-nested.c (create_tmp_var_for): Show seen in BIND_EXPR.
21194
21195 * tree-sra.c (struct sra_walk_fns): Init function now returns bool.
21196 (sra_walk_modify_expr): Allow init function to fail.
21197 (scan_init): Now returns bool.
21198 (generate_element_init): If can't understand INIT, return false.
21199 (scalarize_init): Return false if generate_element_init does.
21200
21201 * tree-pretty-print.c (dump_generic_node, case ARRAY_TYPE): Properly
21202 print bounds.
21203
21204 * expr.c (expand_expr_real_1, case SWITCH_EXPR): Don't check against
21205 bounds if bounds aren't constant.
21206
21207 * tree-cfg.c (verify_expr): Use CHECK_OP in binary case.
21208
21209 * function.c, langhooks-def.h, langhooks.h: Move max_size hook
21210 to type hooks; remove bogus PARAMS.
21211
21212 2004-07-05 Nathan Sidwell <nathan@codesourcery.com>
21213
21214 * c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.
21215 * dwarf2out.c (add_data_member_location_attribute): Check for
21216 TREE_BINFO.
21217 * tree.c (tree_node_kinds): Add "binfos".
21218 (binfo_lang_slots): New.
21219 (make_node_stat): Add TREE_BINFO.
21220 (make_tree_binfo_stat): New.
21221 (tree_node_structure): Add TREE_BINFO.
21222 * tree.def (TREE_BINFO): New.
21223 * tree.h (REC_OR_UNION_CHECK): Rename to ...
21224 (RECORD_OR_UNION_CHECK): ... here.
21225 (NOT_RECORD_OR_UNION_CHECK): New.
21226 (TRE_VIA_VIRTUAL): Allow TREE_LIST or TREE_BINFO.
21227 (TYPE_FIELDS, TYPE_METHODS, TYPE_VFIELD): Adjust for
21228 RECORD_OR_UNION_CHECK.
21229 (TYPE_BINFO): Use RECORD_OR_UNION_CHECK.
21230 (TYPE_LANG_SLOT_1): New.
21231 (BINFO_TYPE, BINFO_OFFSET, BINFO_VTABLE, BINFO_VIRTUALS,
21232 BINFO_BASETYPES, TYPE_BINFO_BASETYPES, BINFO_VPTR_FIELD,
21233 BINFO_BASEACCESSES, BINFO_INHERITANCE_CHAIN): Adjust.
21234 (BINFO_ELTS): Remove.
21235 (BINFO_LANG_SLOT): New.
21236 (struct tree_binfo): New.
21237 (binfo_lang_slots): Declare.
21238 (enum tree_node_structure_enum): Add TS_BINFO.
21239 (union tree_node): Add binfo.
21240 (make_tree_binfo_stat): Declare.
21241 (make_tree_binfo): New.
21242 (enum tree_node_kind): Add binfo_kind.
21243
21244 * objc/objc-act.c (start_class, objc_declare_protocols,
21245 start_protocols): Use TYPE_LANG_SLOT_1.
21246 * objc/objc-act.h (CLASS_BINFO_ELTS, PROTOCOL_BINFO_ELTS): Rename
21247 to ...
21248 (CLASS_LANG_SLOT_ELTS, PROTOCOL_LANG_SLOT_ELTS): ... here.
21249 (CLASS_IVARS, CLASS_RAW_IVARS, CLASS_STATIC_TEMPLATE,
21250 CLASS_CATEGORY_LIST, CLASS_PROTOCOL_LIST, CLASS_OWN_IVARS,
21251 PROTOCOL_LIST, PROTOCOL_FORWARD_DECL): Use TYPE_LANG_SLOT_1.
21252
21253 2004-07-05 Steven Bosscher <stevenb@suse.de>
21254
21255 * rtl.h (struct rtx_def): Remove the integrated flag.
21256 Use the return_val flag for MEM_SCALAR_P.
21257 Reshuffle and update flags in CLEAR_RTX_FLAGS.
21258
21259 2004-07-05 Richard Sandiford <rsandifo@redhat.com>
21260
21261 PR target/16357
21262 * config/mips/mips.c (mips_block_move_straight): Pass BLKmode memrefs
21263 to mips_expand_unaligned_load, mips_expand_unaligned_store, and
21264 move_by_pieces.
21265
21266 2004-07-05 Josef Zlomek <zlomekj@suse.cz>
21267
21268 * var-tracking.c: Fix some comments.
21269 (frame_stack_adjust): New.
21270 (vt_stack_adjustments): Init stack_adjust of entry block to
21271 minus stack adjustment of function prologue.
21272 (adjust_stack_reference): Do not adjust if adjustment == 0.
21273 (compute_bb_dataflow): Use plus_constant instead of gen_rtx_PLUS.
21274 (emit_notes_in_bb): Likewise.
21275 (vt_add_function_parameters): Do not adjust locations of
21276 function arguments.
21277 (vt_initialize): Compute the stack adjustment of function
21278 prologue and offset the initial "location" of frame_base_decl
21279 from the stack pointer after prologue.
21280
21281 2004-07-04 Richard Henderson <rth@redhat.com>
21282
21283 * function.c (struct assign_parm_data_all): New.
21284 (struct assign_parm_data_one): New.
21285 (assign_parms_initialize_all, assign_parms_augmented_arg_list,
21286 assign_parm_find_data_types, assign_parms_setup_varargs,
21287 assign_parm_find_entry_rtl, assign_parm_is_stack_parm,
21288 assign_parm_find_stack_rtl, assign_parm_adjust_entry_rtl,
21289 assign_parm_adjust_stack_rtl, assign_parm_setup_block_p,
21290 assign_parm_setup_block, assign_parm_setup_reg,
21291 assign_parm_setup_stack, assign_parms_unsplit_complex): Split from ...
21292 (assign_parms): ... here.
21293
21294 2004-07-04 Daniel Berlin <dberlin@dberlin.org>
21295
21296 * tree-ssa-pre.c (bb_value_sets): phi_gen, tmp_gen, new_sets
21297 now are bitmap_set_t's.
21298 (bitmap_insert_into_set): No point in inserting the value if
21299 it's invariant.
21300 (bitmap_set_contains): New function.
21301 (bitmap_set_replace_value): Add comment on why we do it
21302 this way.
21303 (set_contains): Removed.
21304 (bitmap_set_subtract_from_value_set): New name of
21305 set_subtract now that it's arguments are two different
21306 types of sets.
21307 Update callers.
21308 (bitmap_find_leader): Change algorithm used.
21309 (find_or_generate_expression): Update use of functions for new
21310 bitmap sets.
21311 (create_expression_by_pieces): Ditto.
21312 (insert_aux): Ditto.
21313 (insert): Ditto.
21314 (add_to_sets): Ditto.
21315 (init_pre): Ditto.
21316 (execute_pre): Ditto.
21317 (compute_avail): Ditto.
21318 Also ignore virtual phis.
21319
21320 2004-07-04 Richard Sandiford <rsandifo@redhat.com>
21321
21322 * combine.c (simplify_comparison): Fix comment typo.
21323
21324 2004-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
21325
21326 * config/sparc/sparc.c (SIBCALL_SLOT_EMPTY_P): Rename
21327 into LEAF_SIBCALL_SLOT_RESERVED_P after negation.
21328 (eligible_for_sibcall_delay): Adjust use of SIBCALL_SLOT_EMPTY_P.
21329 (output_restore): Change parameter from 'insn' to 'pat'.
21330 (output_return): Adjust call to output_restore.
21331 (output_sibcall): Adjust use of SIBCALL_SLOT_EMPTY_P.
21332 Adjust call to output_restore.
21333
21334 2004-07-04 Neil Booth <neil@duron.akihabara.co.uk>
21335
21336 * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_COMMON): Define __unix__
21337 and assert system is bsd.
21338
21339 2004-07-04 Richard Sandiford <rsandifo@redhat.com>
21340
21341 * config/mips/mips.h (MASK_DEBUG_C, TARGET_DEBUG_C_MODE): Delete.
21342 (TARGET_SWITCHES): Remove -mdebugc.
21343 * config/mips/mips.md (seq, sne, sgt, sge, slt, sle, sgtu, sgeu)
21344 (sltu, sleu): Remove TARGET_DEBUG_C_MODE handling.
21345 (seq_[sd]i, sne_[sd]i, sge_[sd]i, sle_[sd]i_reg, sgeu_[sd]i)
21346 (sle_[sd]i_reg): Delete.
21347
21348 2004-07-04 Steven Bosscher <stevenb@suse.de>
21349
21350 * config/iq2000/iq2000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE):
21351 Define.
21352 * config/iq2000/iq2000.md: Translate old pipeline description to an
21353 equivalent new one.
21354
21355 2004-07-04 Roger Sayle <roger@eyesopen.com>
21356
21357 * tree-ssa-ccp.c (set_rhs): Change function to return a bool.
21358 Ensure the replacement rhs is valid gimple before performing
21359 the substitution. Return false if these sanity checks fail.
21360 (fold_stmt): Only set changed to true, if set_rhs returns true.
21361 (execute_fold_all_builtins): Only call modify_stmt if set_rhs
21362 succeeds.
21363
21364 2004-07-04 Richard Henderson <rth@redhat.com>
21365
21366 PR c/16348
21367 * c-typeck.c (c_finish_loop): Don't clear cond for cond_is_first loops.
21368
21369 2004-07-04 Mark Mitchell <mark@codesourcery.com>
21370
21371 * configure.ac (ranlib_flags): New variable.
21372 * Makefile.in (RANLIB_FLAGS): New variable.
21373 (libbackend.a): Use it.
21374 * configure: Regenerated.
21375
21376 2004-07-04 Roger Sayle <roger@eyesopen.com>
21377
21378 * ifcvt.c (noce_try_sign_mask): Call emit_store_flag to generate
21379 a "sign mask" instead of using ashr_optab directly.
21380
21381 2004-07-04 Neil Booth <neil@duron.akihabara.co.uk>
21382
21383 * doc/cpp.texi: Don't document what we do for ill-formed expressions.
21384 * doc/cppopts.texi: Clarify processing of command-line defines.
21385
21386 2004-07-04 Gerald Pfeifer <gerald@pfeifer.com>
21387
21388 * doc/contrib.texi (Contributors): Adjust link for GNU Classpath.
21389
21390 2004-07-04 Richard Henderson <rth@redhat.com>
21391
21392 * rtl.def (ADDRESSOF): Remove.
21393 * alias.c (rtx_equal_for_memref_p): Don't handle addressof.
21394 (find_base_term, memrefs_conflict_p): Likewise.
21395 * cse.c (fixed_base_plus_p, find_best_addr: Likewise.
21396 (fold_rtx, cse_insn, set_live_p): Likewise.
21397 * dwarf2out.c (mem_loc_descriptor): Likewise.
21398 (add_location_or_const_value_attribute): Likewise.
21399 * emit-rtl.c (copy_insn_1): Likewise.
21400 * explow.c (memory_address): Likewise.
21401 * expmed.c (store_split_bit_field): Likewise.
21402 * expr.c (expand_expr_real_1): Likewise.
21403 * function.c (instantiate_decl
21404 (instantiate_virtual_regs_1, fix_lexical_addr): Likewise.
21405 * genrecog.c (preds, validate_pattern): Likewise.
21406 * integrate.c (copy_rtx_and_substitute): Likewise.
21407 * recog.c (general_operand, register_operand): Likewise.
21408 (memory_address_p): Likwise.
21409 * reload1.c (eliminate_regs, elimination_effects): Likewise.
21410 * rtl.c (copy_rtx): Likewise.
21411 * rtlanal.c (rtx_unstable_p, rtx_varies_p): Likewise.
21412 (rtx_addr_can_trap_p, nonzero_address_p, address_cost): Likewise.
21413 * rtlhooks.c (gen_lowpart_general): Likewise.
21414 * stmt.c (expand_asm_operands): Likewise.
21415 * web.c (entry_register, replace_ref, web_main): Likewise.
21416 * config/alpha/alpha.c (input_operand, alpha_legitimate_address_p,
21417 alpha_expand_block_move, alpha_expand_block_clear): Likewise.
21418 * config/arm/arm.c (thumb_rtx_costs): Likewise.
21419 * config/c4x/c4x.c (c4x_valid_operands): Likewise.
21420 * config/frv/frv.c (move_destination_operand, move_source_operand,
21421 condexec_dest_operand, condexec_source_operand,
21422 condexec_memory_operand): Likewise.
21423 * config/h8300/h8300.h (PREDICATE_CODES): Likewise.
21424 * config/ia64/ia64.c (general_xfmode_operand): Likewise.
21425 (destination_xfmode_operand): Likewise.
21426 * config/mips/mips.h (PREDICATE_CODES): Likewise.
21427 * config/mn10300/mn10300.c (mn10300_address_cost_1): Likewise.
21428 * config/s390/s390.c (general_s_operand): Likewise.
21429 * config/s390/s390.md (mov*): Likewise.
21430 * config/sparc/sparc.h (PREDICATE_CODES): Likewise.
21431
21432 * c-typeck.c (c_mark_addressable): Don't put_var_into_stack.
21433 * expr.c (expand_expr_real_1): Likewise.
21434 * stmt.c (expand_decl): Likewise.
21435 * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
21436
21437 * function.c (struct fixup_replacement, struct insns_for_mem_entry,
21438 postponed_insns, put_var_into_stack, put_reg_into_stack,
21439 schedule_fixup_var_refs, fixup_var_refs, find_fixup_replacement,
21440 fixup_var_refs_insns, fixup_var_refs_insns_with_hash,
21441 fixup_var_refs_insn, fixup_var_refs_1, fixup_memory_subreg,
21442 walk_fixup_memory_subreg, fixup_stack_1, optimize_bit_field,
21443 gen_mem_addressof, flush_addressof, put_addressof_into_stack,
21444 purge_bitfield_addressof_replacements, purge_addressof_replacements,
21445 purge_addressof_1, insns_for_mem_hash, insns_for_mem_comp,
21446 struct insns_for_mem_walk_info, insns_for_mem_walk,
21447 compute_insns_for_mem, is_addressof, purge_addressof, setjmp_protect,
21448 setjmp_protect_args): Remove.
21449 (push_function_context_to): Don't handle var_refs_queue.
21450 (pop_function_context_from, free_after_compilation): Likewise.
21451 (instantiate_virtual_regs): Don't handle parm_reg_stack_loc.
21452 (assign_parms, allocate_struct_function): Likewise.
21453 (use_register_for_decl): New.
21454 (expand_function_end): Don't setjmp_protect.
21455 * function.h (struct emit_status): Update commentary.
21456 (struct function): Remove x_max_parm_reg, x_parm_reg_stack_loc.
21457 (max_parm_reg, parm_reg_stack_loc): Remove.
21458 * passes.c (DFI_addressof): Remove.
21459 (dump_file_info): Remove addressof.
21460 (rest_of_handle_addressof): Remove.
21461 (rest_of_compilation): Don't call it.
21462 * rtl.h (ADDRESSOF_REGNO, ADDRESSOF_DECL): Remove.
21463 * stmt.c (expand_decl): Use use_register_for_decl.
21464 * tree.h: Update decls.
21465 * web.c (mark_addressof): Remove.
21466 * doc/invoke.texi (-dF): Remove.
21467
21468 2004-07-03 Richard Henderson <rth@redhat.com>
21469
21470 * config/ia64/ia64.c (spill_xfmode_operand): Use assign_stack_temp
21471 instead of gen_mem_addressof.
21472 * config/ia64/ia64.md (movxf): Use assign_stack_temp to handle
21473 TImode output register.
21474
21475 2004-07-03 Richard Henderson <rth@redhat.com>
21476
21477 PR tree-optimization/16341
21478 * tree-sra.c (sra_walk_function): Increment to next stmt before
21479 processing the current stmt.
21480 (sra_insert_after): Always use BSI_SAME_STMT.
21481
21482 2004-07-03 Richard Henderson <rth@redhat.com>
21483
21484 * tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Don't fold
21485 fp plus with minus.
21486
21487 2004-07-03 Joseph S. Myers <jsm@polyomino.org.uk>
21488
21489 * tree.c (type_hash_eq): Allow TYPE_MIN_VALUE which compares equal
21490 with tree_int_cst_equal.
21491
21492 2004-07-03 Andreas Schwab <schwab@suse.de>
21493
21494 * config/ia64/ia64.md: Define new attribute "empty".
21495 (prologue_use, nop_x, insn_group_barrier): Set it.
21496
21497 * config/ia64/ia64.c (ia64_reorg): When looking for trailing call
21498 skip over "empty" insns.
21499
21500 2004-07-03 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
21501
21502 * tree-inline.c (initialize_inlined_parameters): Pass proper function
21503 context to gimplify_body.
21504 (walk_tree): Don't walk into types twice.
21505 (walk_tree, case POINTER_TYPE): Deal with mutually recursive pointers.
21506
21507 * tree-sra.c (generate_element_init): Remove any useless conversions.
21508
21509 * gimplify.c (gimplify_conversion): Remove stripping useless
21510 conversions from here.
21511 (gimplify_expr): Put it here, in place of call to STRIP_MAIN_TYPE_NOPS.
21512 (gimplify_modify_expr_to_memcpy, gimplify_variable_sized_compare):
21513 Unshare before substituting PLACEHOLDER_EXPR.
21514 (gimplify_modify_expr_to_memset): Likewise.
21515 Pass address of TO to memset, not TO itself.
21516 (gimplify_init_constructor): Make copy of OBJECT so we have it each
21517 time we make an expression (to match a PLACEHOLDER_EXPR).
21518
21519 * tree-ssa.c (tree_ssa_useless_type_conversion): Also look at
21520 VIEW_CONVERT_EXPR and NON_LVALUE_EXPR.
21521 * tree-ssa-ccp.c (fold_stmt): Call just STRIP_USELESS_TYPE_CONVERSION.
21522 * tree-ssa-dom.c (local_fold): Likewise.
21523
21524 * langhooks-def.h (LANG_HOOKS_TYPE_MAX_SIZE): New langhook.
21525 * langhooks.h (strct lang_hooks): New field type_max_size.
21526 * function.c (assign_temp): Call it.
21527
21528 2004-07-03 Steven Bosscher <stevenb@suse.de>
21529
21530 * config/sh/sh.c (sh_use_dfa_interface): Add TARGET_SH1.
21531 * config/sh/sh.md: Convert the SH1 pipeline description to
21532 a DFA model.
21533
21534 2004-07-02 Zack Weinberg <zack@codesourcery.com>
21535
21536 * c-decl.c (struct c_binding): Remove contour field; add
21537 depth, invisible, nested fields.
21538 (B_IN_SCOPE, B_IN_CURRENT_SCOPE, B_IN_FILE_SCOPE)
21539 (B_IN_EXTERNAL_SCOPE): New convenience macros.
21540 (bind): Add invisible and nested arguments. Initialize
21541 new fields of struct c_binding; adjust loop scanning for
21542 insertion point.
21543 (free_binding_and_advance): Clear structure with memset.
21544 (pop_scope): Adjust to match. Set DECL_CONTEXT on everything
21545 in file scope, even if it's in external scope too.
21546 (pushdecl): Adjust to match. Create invisible file-scope
21547 declarations for block-scope forward declarations of static functions.
21548 (pushtag, warn_if_shadowing, pushdecl_top_level, implicitly_declare)
21549 (undeclared_variable, lookup_label, declare_label, define_label)
21550 (lookup_tag, lookup_name, lookup_name_in_scope, builtin_function)
21551 (c_make_fname_decl, store_parm_decls_newstyle, identifier_global_value)
21552 (store_parm_decls_oldstyle): Adjust to match.
21553 (diagnose_mismatched_decls): Correct handling of linkage clashes.
21554 (merge_decls): No need to copy C_DECL_IN_EXTERNAL_SCOPE.
21555
21556 * c-tree.h (C_DECL_IN_EXTERNAL_SCOPE): Delete.
21557 (C_DECL_DECLARED_BUILTIN, C_DECL_REGISTER): Slide down one.
21558
21559 2004-07-02 Richard Henderson <rth@redhat.com>
21560
21561 * c-decl.c (grokdeclarator): Don't frob current_function_decl
21562 around variable_size.
21563 (set_decl_nonlocal): Remove.
21564 (store_parm_decls): Add stmts for pending sizes.
21565 * calls.c (calls_function, calls_function_1): Remove.
21566 (precompute_arguments): Don't call it.
21567 * cfgexpand.c (set_save_expr_context): Remove.
21568 (tree_expand_cfg): Don't call it.
21569 * dwarf2out.c (add_bound_info): Don't handle SAVE_EXPR.
21570 (dwarf2out_finish): Likewise.
21571 * expr.c (emit_block_move): Adjust addresses to BLKmode.
21572 (store_constructor): Don't pre-evaluate SAVE_EXPR.
21573 (safe_from_p): Don't queue SAVE_EXPRs.
21574 (expand_expr_real_1 <case SAVE_EXPR>): Rewrite to expect,
21575 or build plain VAR_DECLs.
21576 * fold-const.c (twoval_comparison_p): Don't look at SAVE_EXPR_RTL.
21577 (fold): Likewise.
21578 (fold_checksum_tree): Don't special-case SAVE_EXPR.
21579 * function.c (free_after_compilation): Don't clear x_save_expr_regs.
21580 (put_var_into_stack): Don't handle SAVE_EXPR.
21581 (gen_mem_addressof): Likewise.
21582 * function.h (struct function): Remove x_save_expr_regs.
21583 (save_expr_regs): Remove.
21584 * gengtype.c (adjust_field_tree_exp): Don't special-case SAVE_EXPR.
21585 * print-tree.c (print_node): Don't dump SAVE_EXPR_NOPLACEHOLDER.
21586 * stor-layout.c (variable_size): Don't set it.
21587 (force_type_save_exprs, force_type_save_exprs_1): Remove.
21588 * tree-inline.c (remap_save_expr): Remove fn argument. Update
21589 all callers. Don't set SAVE_EXPR_CONTEXT.
21590 * tree-inline.h (remap_save_expr): Update decl.
21591 * tree.c (save_expr): Update build size.
21592 (first_rtl_op): Don't handle SAVE_EXPR.
21593 (unsave_expr_1, contains_placeholder_p): Likewise.
21594 (decl_function_context): Likewise.
21595 * tree.def (SAVE_EXPR): Remove args 1 and 2.
21596 * tree.h (SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL): Remove.
21597 (SAVE_EXPR_NOPLACEHOLDER, SAVE_EXPR_PERSISTENT_P): Remove.
21598
21599 2004-07-03 Joseph S. Myers <jsm@polyomino.org.uk>
21600
21601 * doc/bugreport.texi, doc/configterms.texi, doc/contrib.texi,
21602 doc/contribute.texi, doc/cpp.texi, doc/cppinternals.texi,
21603 doc/extend.texi, doc/install.texi, doc/invoke.texi, doc/md.texi,
21604 doc/portability.texi, doc/tree-ssa.texi, doc/trouble.texi: Avoid
21605 some first-person references and patronizing comments. Based on
21606 printed manual.
21607 * doc/invoke.texi: Don't reference fortran@gnu.org.
21608 * doc/trouble.texi (Warning when a non-void function value is
21609 ignored): Rewrite. From Russ Allbery and Chris Devers.
21610
21611 2004-07-02 Daniel Berlin <dberlin@dberlin.org)
21612
21613 * tree-ssa-pre.c (bitmap_set_t): New.
21614 (bb_value_sets): avail_out is now a bitmap_set_t.
21615 (bitmap_find_leader): New function.
21616 (bitmap_value_insert_into_set): Ditto.
21617 (bitmap_set_copy): Ditto.
21618 (bitmap_value_replace_in_set): Ditto.
21619 (bitmap_set_contains_value): Ditto.
21620 (bitmap_set_new): Ditto.
21621 (bitmap_set_pool): New pool.
21622 (find_or_generate_expression): Use bitmap_ functions on AVAIL sets.
21623 (insert_aux): Ditto.
21624 (add_to_sets): Ditto.
21625 (compute_avail): Ditto
21626 (eliminate): Ditto.
21627 (init_pre): Ditto.
21628 (fini_pre): Ditto.
21629 (execute_pre): Ditto.
21630
21631 2004-07-02 Roger Sayle <roger@eyesopen.com>
21632
21633 * config/rs6000/rs6000.c (struct processor_costs): New structure
21634 used to hold instruction latencies/sizes for processor types.
21635 (rs6000_cost): New global variable pointing to current CPU's costs.
21636 (rs6000_override_options): Initialize rs6000_cost to point to the
21637 appropriate cost table based upon rs6000_cpu and optimize_size.
21638 (rs6000_rtx_costs): Use rs6000_cost to avoid hardcoding processor
21639 timings inline.
21640
21641 2004-07-02 Richard Henderson <rth@redhat.com>
21642
21643 * expmed.c (make_tree): Don't use SET_DECL_RTL.
21644
21645 2004-07-02 Steven Bosscher <stevenb@suse.de>
21646
21647 * tree-flow.h (bb_ann_d): Remove ephi_nodes field.
21648
21649 2004-07-01 Richard Henderson <rth@redhat.com>
21650
21651 * config/alpha/alpha.c (struct machine_function): Add gp_save_rtx.
21652 (alpha_gp_save_rtx): Use assign_stack_local instead of
21653 gen_mem_addressof.
21654
21655 2004-07-01 Richard Henderson <rth@redhat.com>
21656
21657 * config/alpha/alpha.c (struct alpha_rtx_cost_data): Add int_div.
21658 (alpha_rtx_cost_data): Update to match.
21659 (alpha_rtx_cost_size): New.
21660 (alpha_rtx_costs): Honor optimize_size.
21661
21662 2004-07-01 Richard Henderson <rth@redhat.com>
21663
21664 * gimple-low.c (lower_function_body): Don't reset_block_changes here.
21665 * cfgexpand.c (tree_expand_cfg): Do it here.
21666 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): And here.
21667 * config/ia64/ia64.c (ia64_output_mi_thunk): And here.
21668 * config/mips/mips.c (mips_output_mi_thunk): And here.
21669 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): And here.
21670 * config/sh/sh.c (sh_output_mi_thunk): And here.
21671 * config/sparc/sparc.c (sparc_output_mi_thunk): And here.
21672
21673 2004-07-01 Richard Henderson <rth@redhat.com>
21674
21675 * tree.def (RTL_EXPR): Remove.
21676 * c-typeck.c (lvalue_p): Don't handle it.
21677 * expr.c (safe_from_p): Likewise.
21678 (expand_expr_real_1): Likewise.
21679 * fold-const.c (non_lvalue, operand_equal_p, fold): Likewise.
21680 (fold_checksum_tree, tree_expr_nonnegative_p): Likewise.
21681 * gengtype.c (adjust_field_tree_exp): Likewise.
21682 * stmt.c (warn_if_unused_value): Likewise.
21683 * tree-gimple.c (recalculate_side_effects): Likewise.
21684 * tree-pretty-print.c (dump_generic_node): Likewise.
21685 * tree.c (make_node_stat, first_rtl_op, unsave_expr_1): Likewise.
21686 (unsafe_for_reeval, stabilize_reference, build1_stat): Likewise.
21687 * tree.h (RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, RTL_EXPR_ALT_RTL): Remove.
21688
21689 * stmt.c (struct stmt_status): Remove x_last_expr_type,
21690 x_last_expr_value, x_last_expr_alt_rtl, x_expr_stmts_for_value.
21691 (last_expr_type, last_expr_value, last_expr_alt_rtl): Remove.
21692 (expand_expr_stmt): Merge with expand_expr_stmt_value. Remove
21693 all the bits that tracked last_expr.
21694 (expand_end_bindings): Don't track last_expr.
21695 (expand_start_stmt_expr, expand_end_stmt_expr): Remove.
21696 (clear_last_expr): Remove.
21697 (expand_asm): Don't call it.
21698 (expand_asm_operands, expand_end_cond): Likewise.
21699 (expand_naked_return, expand_null_return_1): Likewise.
21700 * c-typeck.c (c_begin_compound_stmt): Likewise.
21701 * cfgexpand.c (expand_block): Use expand_expr_stmt.
21702 * expr.c (expand_expr_real_1): Likewise.
21703 * tree.h: Update prototypes.
21704
21705 * function.h (struct sequence_stack): Remove sequence_rtl_expr.
21706 (struct emit_status): Remove sequence_rtl_expr.
21707 (struct function): Remove x_rtl_expr_chain.
21708 (seq_rtl_expr, rtl_expr_chain): Remove.
21709 * function.c (struct temp_slot): Remove rtl_expr.
21710 (assign_stack_temp_for_type): Don't set it.
21711 (free_temp_slots, pop_temp_slots): Don't check it.
21712 (free_after_compilation): Don't clear x_rtl_expr_chain.
21713 (fixup_var_refs): Don't search it.
21714 (preserve_rtl_expr_result, free_temps_for_rtl_expr): Remove.
21715 * emit-rtl.c (start_sequence): Don't use sequence_rtl_expr
21716 or seq_rtl_expr.
21717 (push_topmost_sequence): Likewise.
21718 (end_sequence, init_emit): Likewise.
21719 (start_sequence_for_rtl_expr): Remove.
21720 * expmed.c (make_tree): Build a VAR_DECL instead of an RTL_EXPR.
21721 * rtl.h (preserve_rtl_expr_result): Remove.
21722
21723 2004-07-02 Kazu Hirata <kazu@cs.umass.edu>
21724
21725 * ifcvt.c, modulo-sched.c, tree-alias-common.c, tree-sra.c,
21726 tree-ssa-copy.c, tree-ssa-dom.c, tree-ssa-pre.c: Fix comment
21727 typos.
21728
21729 2004-07-02 Aaron W. LaFramboise <aaronraolete36@aaronwl.com>
21730
21731 * gcc.c (STANDARD_STARTFILE_PREFIX_1): Define.
21732 (STANDARD_STARTFILE_PREFIX_2): Define.
21733 (standard_startfile_prefix_1): Initialize to
21734 STANDARD_STARTFILE_PREFIX_1.
21735 (standard_startfile_prefix_2): Initialize to
21736 STANDARD_STARTFILE_PREFIX_2.
21737 * config/i386/mingw32.h (MD_STARTFILE_PREFIX): Remove.
21738 (STANDARD_STARTFILE_PREFIX_1): Define.
21739 (STANDARD_STARTFILE_PREFIX_2): Define.
21740 * doc/tm.texi (STANDARD_STARTFILE_PREFIX_1): Document.
21741 (STANDARD_STARTFILE_PREFIX_2): Document.
21742
21743 2004-07-01 Richard Henderson <rth@redhat.com>
21744
21745 * tree-sra.c (sra_walk_expr): Don't maybe_lookup_element_for_expr
21746 in order to disable scalarization. Instead set a flag and wait
21747 for a candidate decl.
21748
21749 2004-07-01 Joseph S. Myers <jsm@polyomino.org.uk>
21750
21751 * doc/cppinternals.texi, doc/install.texi, doc/invoke.texi,
21752 doc/md.texi, doc/sourcebuild.texi, doc/tm.texi, doc/trouble.texi:
21753 Use terminology "testsuite" and "enumerated".
21754
21755 2004-07-01 Richard Henderson <rth@redhat.com>
21756
21757 * dwarf2out.c (reg_save): Use INVALID_REGNUM.
21758 (dwarf2out_reg_save, dwarf2out_return_save): Likewise.
21759 (initial_return_save): Likewise.
21760 (flush_queued_reg_saves): Remap register numbers.
21761 (dwarf2out_return_reg): Likewise.
21762
21763 2004-07-01 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
21764
21765 * gimplify.c (gimplify_one_sizepos): Don't do anything if any VAR_DECL.
21766
21767 * tree-pretty-print.c (dump_generic_node, case ARRAY_REF): Use
21768 access functions for lower bound and element size and only output
21769 if lower bound nonzero or element size not same as that of type.
21770 (dump_generic_node, case COMPONENT_REF): Use access func. for offset.
21771
21772 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
21773
21774 * c-pretty-print.c (pp_c_postfix_expression): Fix pasto.
21775
21776 2004-07-01 Per Bothner <per@bothner.com>
21777
21778 * final.c (final): Fix typo reported by Aaron W. LaFramboise.
21779
21780 2004-07-01 Jakub Jelinek <jakub@redhat.com>
21781
21782 * expr.c (expand_assignment): Optimize bitfld += cst for 1 bit
21783 bitfields as well. STRIP_NOPS from src operand and PLUS_EXPR's
21784 first operand. Don't optimize if the bitfield is volatile.
21785
21786 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
21787
21788 * c-pretty-print.c (pp_c_postfix_expression): Handle
21789 floating-point comparison operators.
21790 (pp_c_expression): Pass floating-point comparison
21791 operators to pp_c_postfix_expression.
21792
21793 2004-07-01 Roger Sayle <roger@eyesopen.com>
21794
21795 * simplify-rtx.c (simplify_binary_operation) <PLUS, MINUS>: Use
21796 rtx_cost instead of "had_mult" to determine whether the transformed
21797 expression is cheaper than the original.
21798
21799 2004-07-01 Jerry Quinn <jlquinn@optonline.net>
21800
21801 * alias.c (get_alias_set, canon_rtx, get_addr,
21802 nonoverlapping_memrefs_p, nonlocal_referenced_p_1, memory_modified_1):
21803 Use MEM_P.
21804 * builtins.c (expand_builtin_prefetch, expand_builtin_profile_func,
21805 expand_builtin): Likewise.
21806 * calls.c (expand_call, emit_library_call_value_1, store_one_arg):
21807 Likewise.
21808 * combine.c (can_combine_p, combinable_i3pat, try_combine,
21809 find_split_point, combine_simplify_rtx, simplify_set, make_extraction,
21810 rtx_equal_for_field_assignment_p, gen_lowpart_for_combine,
21811 record_dead_and_set_regs_1, get_last_value_validate,
21812 mark_used_regs_combine, move_deaths, unmentioned_reg_p_1): Likewise.
21813 * cse.c (check_dependence, canon_hash, equiv_constant,
21814 gen_lowpart_if_possible, cse_insn, invalidate_from_clobbers,
21815 cse_around_loop, cse_check_loop_start, cse_set_around_loop,
21816 count_reg_usage): Likewise.
21817 * cselib.c (rtx_equal_for_cselib_p, add_mem_for_addr, cselib_lookup,
21818 cselib_invalidate_mem, cselib_invalidate_rtx, cselib_record_set,
21819 cselib_record_sets): Likewise.
21820 * dbxout.c (PARM_PASSED_IN_MEMORY, dbxout_symbol,
21821 dbxout_symbol_location, dbxout_parms, dbxout_reg_parms): Likewise.
21822 * ddg.c (mark_mem_use, mark_mem_store, rtx_mem_access_p): Likewise.
21823 * df.c (df_uses_record): Likewise.
21824 * dojump (do_jump): Likewise.
21825 * dwarf2out.c (stack_adjust_offset, mem_loc_descriptor,
21826 loc_descriptor_from_tree, rtl_for_decl_location, add_bound_info,
21827 decl_start_label): Likewise.
21828 * emit-rtl.c (gen_complex_constant_part, gen_highpart,
21829 operand_subword, change_address_1, make_safe_from): Likewise.
21830 * explow.c (break_out_memory_refs, copy_all_regs, validize_mem,
21831 stabilize, force_not_mem): Likewise.
21832 * expmed.c (store_bit_field, store_split_bit_field, extract_bit_field,
21833 expand_mult_const, expand_divmod, emit_store_flag): Likewise.
21834 * expr.c (convert_move, convert_modes, emit_block_move,
21835 emit_group_load, emit_group_store, clear_storage, emit_move_insn,
21836 emit_move_insn_1, expand_assignment, store_expr,
21837 store_constructor_field, store_constructor, store_field,
21838 force_operand, safe_from_p, expand_expr_real_1, expand_increment):
21839 Likewise.
21840 * final.c (cleanup_subreg_operands, alter_subreg,
21841 get_mem_expr_from_op): Likewise.
21842 * flow.c (notice_stack_pointer_modification_1,
21843 init_propagate_block_info, insn_dead_p, mark_set_1, mark_used_regs):
21844 Likewise.
21845 * function.c (mark_temp_addr_taken, preserve_temp_slots,
21846 preserve_rtl_expr_result, put_var_into_stack, fixup_var_refs_1,
21847 optimize_bit_field, flush_addressof, purge_addressof_1,
21848 instantiate_decl, instantiate_virtual_regs_1, assign_parms,
21849 setjmp_protect, setjmp_protect_args, fix_lexical_addr,
21850 keep_stack_depressed): Likewise.
21851 * ifcvt.c (noce_try_cmove_arith, noce_try_abs, noce_operand_ok,
21852 noce_process_if_block, find_memory): Likewise.
21853 * integrate.c (subst_constants, allocate_initial_values): Likewise.
21854 * local-alloc.c (validate_equiv_mem_from_store, memref_referenced_p,
21855 update_equiv_regs): Likewise.
21856 * loop.c (scan_loop, prescan_loop, note_addr_stored, check_store,
21857 maybe_eliminate_biv_1, find_mem_in_note_1): Likewise.
21858 * optabs.c (expand_abs, emit_unop_insn): Likewise.
21859 * passes.c (rest_of_handle_final): Likewise.
21860 * postreload.c (reload_cse_simplify_set, reload_cse_simplify_operands,
21861 move2add_note_store): Likewise.
21862 * ra-build.c (detect_remat_webs): Likewise.
21863 * ra-debug.c (dump_static_insn_cost): Likewise.
21864 * ra-rewrite.c (slots_overlap_p, insert_stores): Likewise.
21865 * recog.c (validate_change, apply_change_group, cancel_changes,
21866 validate_replace_rtx_1, general_operand, register_operand,
21867 nonmemory_operand, push_operand, pop_operand, memory_operand,
21868 indirect_operand, asm_operand_ok, offsettable_memref_p,
21869 offsettable_nonstrict_memref_p, constrain_operands,
21870 store_data_bypass_p): Likewise.
21871 * reg-stack.c (subst_stack_regs_pat): Likewise.
21872 * regclass.c (record_operand_costs, scan_one_insn, record_reg_classes,
21873 copy_cost, reg_scan_mark_refs): Likewise.
21874 * regmove.c (optimize_reg_copy_3, stack_memref_p,
21875 combine_stack_adjustments_for_block): Likewise.
21876 * regrename.c (copyprop_hardreg_forward_1): Likewise.
21877 * reload.c (can_reload_into, push_reload, decompose, immune_p,
21878 find_reloads, find_reloads_address, find_reloads_address_1,
21879 reg_overlap_mentioned_for_reload_p, refers_to_mem_for_reload_p,
21880 find_equiv_reg): Likewise.
21881 * reload1.c (reload, eliminate_regs, eliminate_regs_in_insn,
21882 reload_as_needed, choose_reload_regs, emit_input_reload_insns,
21883 do_input_reload, emit_reload_insns, gen_reload, delete_output_reload,
21884 delete_address_reloads): Likewise.
21885 * resource.c (mark_referenced_resources): Likewise.
21886 * rtlanal.c (get_jump_table_offset, count_occurrences,
21887 reg_referenced_p, reg_set_p, set_of_1, set_noop_p,
21888 reg_overlap_mentioned_p, note_uses, replace_regs, nonzero_bits1,
21889 num_sign_bit_copies1): Likewise.
21890 * rtlhooks.c (gen_lowpart_general): Likewise.
21891 * sched-deps.c (sched_analyze_1, sched_analyze_2): Likewise.
21892 * sdbout.c (PARM_PASSED_IN_MEMORY, sdbout_symbol,
21893 sdbout_toplevel_data, sdbout_parms, sdbout_reg_parms,
21894 sdbout_global_decl): Likewise.
21895 * simplify-rtx.c (simplify_subreg): Likewise.
21896 * stmt.c (expand_asm_operands, expand_expr_stmt_value, expand_decl,
21897 expand_anon_union_decl, expand_end_case_type): Likewise.
21898 * unroll.c (calculate_giv_inc): Likewise.
21899 * var-tracking.c (stack_adjust_offset_pre_post,
21900 bb_stack_adjust_offset, track_expr_p, count_uses, add_uses,
21901 add_stores, compute_bb_dataflow, vt_get_decl_and_offset,
21902 vt_add_function_parameters): Likewise.
21903 * varasm.c (make_var_volatile, notice_global_symbol,
21904 assemble_external, decode_addr_const, mark_weak,
21905 default_encode_section_info): Likewise.
21906
21907 2004-07-01 Steven Bosscher <stevenb@suse.de>
21908
21909 * stmt.c (check_seenlabel): Remove.
21910 (pushcase, pushcase_range, expand_end_case_type): Don't call it.
21911
21912 2004-07-01 Richard Henderson <rth@redhat.com>
21913
21914 * function.h (struct function): Remove x_function_call_count.
21915 (function_call_count): Remove.
21916 * calls.c (expand_call): Don't set it.
21917 * integrate.c (copy_rtx_and_substitute): Likewise.
21918
21919 * function.h (struct function): Remove x_cleanup_label.
21920 (cleanup_label): Remove.
21921 * stmt.c (expand_value_return): Don't use it.
21922 * function.c (free_after_compilation): Don't set it.
21923 (expand_function_start): Likewise. Remove parms_have_cleanups arg.
21924 * cfgexpand.c (tree_expand_cfg): Update call.
21925 * tree.h (expand_function_start): Update decl.
21926
21927 2004-07-01 Joseph S. Myers <jsm@polyomino.org.uk>
21928
21929 PR c/1027
21930 * c-lang.c (c_initialize_diagnostics): Move from here ...
21931 * c-objc-common.c: ... to here. Include "c-pretty-print.h".
21932 (c_tree_printer): Use pretty-printer to format %T.
21933 * c-pretty-print.c (pp_c_specifier_qualifier_list): Include space
21934 before '*' if not C++.
21935 (pp_c_direct_abstract_declarator): Don't try to print array upper
21936 bound for flexible array members.
21937 * c-tree.h: Include "diagnostic.h".
21938 (c_initialize_diagnostics): Declare.
21939 * objc/objc-lang.c (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Define.
21940 * c-format.c (format_type_warning): New function. Improve
21941 diagnostics for incorrect format argument types.
21942 (check_format_types): Use it. Add two parameters. Use the
21943 TYPE_MAIN_VARIANT of wanted_type.
21944 (check_format_info_main): Pass new parameters to
21945 check_format_types.
21946 (struct format_wanted_type): Update comment.
21947
21948 2004-07-01 Nick Clifton <nickc@redhat.com>
21949
21950 * target.h (struct gcc_target): Add new field to struct cxx:
21951 import_export_class.
21952 * target-def.h (TARGET_CXX): Initialise the new field.
21953 (TARGET_CXX_IMPORT_EXPORT_CLASS): Provide a default value for
21954 the new field.
21955 * doc/tm.texi: Document the new target hook.
21956
21957 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
21958
21959 * builtins.c (fold_builtin_classify): Fix typo.
21960
21961 2004-07-01 Richard Henderson <rth@redhat.com>
21962
21963 * function.c (identify_blocks, identify_blocks_1): Remove.
21964 * function.h (identify_blocks): Remove.
21965 * rtl.h (NOTE_INSN_BLOCK_BEG): Update comment.
21966
21967 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
21968
21969 * builtins.c (fold_builtin_classify): New.
21970 (fold_builtin_unordered_cmp): Fix commentary.
21971 (fold_builtin): Use it.
21972 * builtins.def: Define builtins for isnan,
21973 isnanf, isnanl, finite, finitef, finitel,
21974 isinf, isinff, isinfl.
21975
21976 2004-07-01 Richard Henderson <rth@redhat.com>
21977
21978 * function.h (struct function): Remove dont_emit_block_notes.
21979 * gimple-low.c (lower_function_body): Don't set it.
21980 * cfgexpand.c (expand_block): Don't check it.
21981 * cfglayout.c (insn_locators_initialize): Likewise.
21982 * expr.c (expand_expr_real, expand_expr_real_1): Likewise.
21983 * passes.c (rest_of_compilation): Likewise.
21984 * stmt.c (expand_start_bindings_and_block): Likewise.
21985 (expand_end_bindings): Likewise.
21986
21987 2004-07-01 Richard Henderson <rth@redhat.com>
21988
21989 * cgraph.h (cgraph_build_static_cdtor): Declare.
21990 * cgraphunit.c (cgraph_build_static_cdtor): New.
21991 * c-objc-common.c (build_cdtor): Use it.
21992 * coverage.c (create_coverage): Likewise.
21993 * libfuncs.h (LTI_gcov_init, gcov_init_libfunc): Remove.
21994 * optabs.c (init_optabs): Don't set gcov_init_libfunc.
21995
21996 See ChangeLog.11 for earlier changes.