OSDN Git Service

PR tree-optimization/21574
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2005-08-17  Steven Bosscher  <stevenb@suse.de>
2
3         PR tree-optimization/21574
4         * tree-ssa-ccp.c (likely_value): If the right hand side is a
5         constant, return CONSTANT.
6         (ccp_lattice_meet): Use operand_equal_p instead of simple_cst_equal.
7         (ccp_fold, visit_assignment): Likewise.
8         (evaluate_stmt): Handle UNDEFINED and UNKNOWN_VAL the same way.
9
10 2005-08-16  James A. Morrison  <phython@gcc.gnu.org>
11
12         * c-typeck.c (build_function_call): Call fold_buildN_initializer or
13         fold_buildN instead of buildN then fold_initializer or fold.
14         (build_unary_op): Likewise.
15         (build_binary_op): Likewise.
16         * fold-const.c (fold_initializer): Remove.
17         (fold_build1_initializer): New function.
18         (fold_build2_initializer): New function.
19         (fold_build3_initializer): New function.
20         * tree.h (fold_initializer): Remove.
21         (fold_build1_initializer): New function.
22         (fold_build2_initializer): New function.
23         (fold_build3_initializer): New function.
24
25 2005-08-16  James A. Morrison  <phython@gcc.gnu.org>
26
27         * fold-const.c (optimize_bit_field_compare): Remove extra fold call.
28         (try_move_mult_to_index): Call fold_build2 instead of build2.
29         (fold_binary): Don't call fold after calls to try_move_mult_to_index.
30         * tree-ssa-loop-niter.c (inverse): Call int_const_binop instead of
31         fold_binary_to_constant.
32         (infer_loop_bounds_from_undefined): Call fold_build2 instead of
33         fold (build.
34         * tree-data-ref.c (tree_fold_divides_p): Use tree_int_cst_equal to
35         check if A == gcd (A, B).  Remove TYPE argument.
36         (analyze_offset) Use fold_build2 instead of fold (build.
37         (create_data_ref): Likewise.
38         (analyze_siv_subscript_cst_affine): Update calls to tree_fold_divides_p.
39         * tree-ssa-ccp.c (widen_bitfield): Call fold_build2 instead of build2
40         then fold.
41
42 2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
43
44         * config/arm/unaligned-funcs.c,config/i386/crtfastmath.c,
45         ipa-cp.c,ipa-prop.c,ipa-prop.h: Update FSF address.
46
47 2005-08-16  Andrew Pinski  <pinskia@physics.uc.edu>
48
49         PR tree-opt/23402
50         * gimplify.c (zero_sized_type): New function.
51         (gimplify_modify_expr_rhs): If we have a zero sized type,
52         replace the statement with an empty statement.
53
54 2005-08-16  H.J. Lu  <hongjiu.lu@intel.com>
55
56         * config/i386/crtfastmath.c (set_fast_math): Add "=m" for
57         fxsave.
58
59 2005-08-16  Ian Lance Taylor  <ian@airs.com>
60
61         * doc/tm.texi (Label Output): Correct typo.
62
63 2005-08-16  Steven Bosscher  <stevenb@suse.de>
64
65         PR target/23376
66         * loop-unroll.c (analyze_insn_to_expand_var): Make sure that
67         force_operand will work later on using have_insn_for.
68
69 2005-08-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
70
71         * fold-const.c (tree_expr_nonnegative_p): Regroup cases.
72
73 2005-08-16  Ian Lance Taylor  <ian@airs.com>
74
75         PR c++/23337
76         * gimplify.c (gimplify_init_ctor_eval): If we see an element of
77         vector type, don't try to construct it element by element.  Add an
78         assertion that we use a FIELD_DECL when building a COMPONENT_REF.
79
80 2005-08-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
81
82         * fold-const.c (fold_ternary): Simplify folding of a CALL_EXPR.
83
84 2005-08-16  Geoffrey Keating  <geoffk@apple.com>
85
86         * doc/invoke.texi (Precompiled Headers): Document some more options
87         which are known to be safe.
88
89 2005-08-16  James E Wilson  <wilson@specifix.com>
90
91         PR tree-optimization/21105
92         * c-decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE in
93         TREE_OVERFLOW check.
94
95 2005-08-16  David Edelsohn  <edelsohn@gnu.org>
96
97         * config/rs6000/rs6000.md (ltu<mode>): Convert to mode macro.
98         (neg_ltu<mode>): Same.
99         (gtu<mode>): Same.
100         (neg_gtu<mode>): Same.
101
102 2005-08-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
103
104         * builtins.c (expand_builtin_strcat): Remove superfluous call to fold.
105         (fold_builtin_isdigit): Use fold_buildN.
106         (build_function_call_expr): Likewise.
107         * c-typeck.c (c_finish_loop): Likewise.
108
109 2005-08-16  J"orn Rennecke <joern.rennecke@st.com>
110             Richard Shann <rshann@superh.com>
111
112         PR middle-end/20396:
113         * optabs.c (expand_binop): Take TRULY_NOOP_TRUNCATION into account.
114
115 2005-08-16  Sebastian Pop  <pop@cri.ensmp.fr>
116
117         * tree-ssa-loop-niter.c (scev_probably_wraps_p): Reword a comment.
118
119 2005-08-15  Richard Earnshaw  <richard.earnshaw@arm.com>
120
121         PR target/23355
122         * arm.c (thumb_compute_save_reg_mask): Use similar logic to 
123         arm_compure_save_reg0_reg12_mask to determine when the PIC register
124         must be saved.
125
126 2005-08-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
127
128         PR middle-end/23369
129         * fold-const.c (build_range_check): Disable optimization for function
130         pointer expressions on targets that require function pointer
131         canonicalization.
132
133 2005-08-15  Ulrich Weigand  <uweigand@de.ibm.com>
134
135         * simplify-rtx.c (simplify_const_relational_operation): When
136         extracting arguments of a COMPARE, recompute the mode as well.
137
138 2005-08-15  Ian Lance Taylor  <ian@airs.com>
139
140         * tree.c (build_string): Mark tree CONSTANT and INVARIANT.
141
142 2005-08-15  DJ Delorie  <dj@redhat.com>
143
144         * config/m32c/mov.md (movqi_op): Immediates can't be moved to
145         the stack.
146         (movsi_splittable): Allow, but split, moves to the stack.
147         * config/m32c/m32c.c (m32c_split_move): Always split moves to the
148         stack.
149
150 2005-08-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
151
152         * aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.
153         * configure.ac: Don't call gcc_AC_FUNC_PRINTF_PTR.
154         * system.h (HOST_PTR_PRINTF): Don't define, poison it.
155         
156         * bitmap.c, c-decl.c, config/i386/i386-interix.h,
157         config/iq2000/iq2000.c, mips-tfile.c, print-rtl.c, print-tree.c:
158         Delete HOST_PTR_PRINTF.
159
160         * configure, config.in: Regenerate.
161
162 2005-08-15  David Edelsohn  <edelsohn@gnu.org>
163
164         * config/rs6000/rs6000.md (QHSI): New mode macro.
165         (wd): Extend mode attr for QImode and HImode
166         (dbits): New mode attr.
167         (zero_extend<mode>di2): Convert to mode macro.
168
169 2005-08-15  Steve Ellcey  <sje@cup.hp.com>
170
171         PR target/21841
172         * doc/invoke.texi (-mgnu-ld): Update description.
173         (-mhp-ld): Ditto.
174
175 2005-08-15  Sebastian Pop  <pop@cri.ensmp.fr>
176
177         PR 23391
178         * Makefile.in (tree-chrec.o): Depends on real.h.
179         * tree-chrec.c: Include real.h.
180         (chrec_fold_plus_poly_poly, chrec_fold_multiply_poly_poly,
181         chrec_fold_plus_1): Use build_real for SCALAR_FLOAT_TYPE_P.
182         * tree-scalar-evolution.c (add_to_evolution_1,
183         interpret_rhs_modify_expr): Ditto.
184
185 2005-08-15  Sebastian Pop  <pop@cri.ensmp.fr>
186
187         PR 23386
188         * tree-data-ref.c (estimate_niter_from_size_of_data): When
189         step is negative compute the estimation from init downwards to zero.
190         
191 2005-08-14  James A. Morrison  <phython@gcc.gnu.org>
192
193         * fold-const (fold_binary): Call fold_build2 instead of fold (build.
194
195 2005-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
196
197         * config/s390/s390.c (s390_const_ok_for_constraint_p): Add 'P'
198         constraint.
199         (legitimate_reload_constant_p): Fix handling of lliXX operands.
200         Accept double-word constants that can be split.
201         * config/s390/s390.md ("movti"): Use 'P' constraint.
202         ("*movdi_31", "*movdf_31"): Likewise.
203
204 2005-08-14  Daniel Berlin  <dberlin@dberlin.org>
205
206         Fix PR tree-optimization/22615
207         
208         * tree-ssa-structalias.c (solution_set_add): Handle
209         first_vi_for_offset returning NULL. 
210         (do_da_constraint): Ditto.
211         (do_sd_constraint): Ditto.
212         (do_ds_constraint): Ditto
213         (find_func_aliases): Ditto.
214         (build_constraint_graph): RHS is allowed be ANYTHING.
215         (first_vi_for_offset): Return NULL if we couldn't find anything at
216         the offset.
217         
218 2005-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
219
220         * config/s390/s390.c (s390_canonicalize_comparison): Prefer register
221         over memory as first operand.
222
223 2005-08-14  H.J. Lu  <hongjiu.lu@intel.com>
224
225         PR target/23360
226         * config/i386/crtfastmath.c (set_fast_math): Check if DAZ is
227         available for setting it.
228
229 2005-08-14  Ira Rosen  <irar@il.ibm.com>
230
231         PR tree-optimization/23320
232         * tree-data-ref.c (base_addr_differ_p): Add comment. Check 
233         data-refs' types instead of base object nullness. Add check for 
234         pointer type data-refs before first location comparison. Remove 
235         assert.
236
237 2005-08-14  Andreas Schwab  <schwab@suse.de>
238
239         * doc/md.texi (Machine Constraints): Fix misplaced @end table.
240
241 2005-08-13  James E Wilson  <wilson@specifix.com>
242
243         * doc/cpp.texi (__SSP__, __SSP_ALL__): Document.
244         * doc/invoke.texi (-Wstack-protector, -fstack-protector,
245         -fstack-protector-all, --param ssp-buffer-size): Document.
246         (-Wvariadic-macros): Alphabetize.
247         (-fsched-stalled-insns-dep): Add missing 'f'.
248
249         * c-cppbuiltin.c (c_cpp_builtins): Add comment for flag_stack_protect
250         macros.
251
252 2005-08-13  David Edelsohn  <edelsohn@gnu.org>
253
254         * config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 'a' for indexed
255         or indirect address operand.
256         (EXTRA_ADDRESS_CONSTRAINT): New.
257         * config/rs6000/rs6000.md (prefetch): Change constraint "p" to "a".
258
259 2005-08-13  Sebastian Pop  <pop@cri.ensmp.fr>
260
261         PR tree-optimization/22236
262         * tree-cfg.c (print_pred_bbs, print_succ_bbs): Correctly print
263         successors and predecessors.
264         * tree-chrec.c (chrec_convert): Before converting, check that
265         sequences don't wrap.
266         * tree-data-ref.c (compute_estimated_nb_iterations): Moved ...
267         (analyze_array): Extern.
268         (find_data_references_in_loop): Remove call to
269         compute_estimated_nb_iterations.
270         * tree-data-ref.h (analyze_array): Declared.
271         * tree-flow-inline.h (single_ssa_tree_operand, single_ssa_use_operand,
272         single_ssa_def_operand, zero_ssa_operands): Fix documentation.
273         * tree-flow.h (scev_probably_wraps_p): Declare with an extra parameter.
274         * tree-scalar-evolution.c (instantiate_parameters_1): Factor entry 
275         condition.
276         * tree-ssa-loop-ivcanon.c: Fix documentation.
277         * tree-ssa-loop-ivopts.c (idx_find_step): Add a fixme note.
278         * tree-ssa-loop-niter.c (compute_estimated_nb_iterations): ... here.
279         (infer_loop_bounds_from_undefined): New.
280         (estimate_numbers_of_iterations_loop): Use
281         infer_loop_bounds_from_undefined.
282         (used_in_pointer_arithmetic_p): New.
283         (scev_probably_wraps_p): Pass an extra parameter.  Call
284         used_in_pointer_arithmetic_p.  Check that AT_STMT is not null.
285         (convert_step): Fix documentation.
286         * tree-vrp.c (adjust_range_with_scev): Call instantiate_parameters.
287         Use initial_condition_in_loop_num and evolution_part_in_loop_num
288         instead of CHREC_LEFT and CHREC_RIGHT.  Adjust the call to
289         scev_probably_wraps_p.
290
291 2005-08-13  Ulrich Weigand  <uweigand@de.ibm.com>
292
293         * config/s390/s390.c (s390_split_branches): Revert 2005-08-12 change.
294         (s390_register_info): Ignore clobbered_regs information for fixed
295         registers, and only fixed registers.
296         (s390_init_frame_layout): Remove redundant call.
297
298 2005-08-12  Gerald Pfeifer  <gerald@pfeifer.com>
299
300         * doc/invoke.texi (C++ Dialect Options): Add dynamic_cast to 
301         description of -Wold-style-casts.
302
303 2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>
304             Jakub Jelinek  <jakub@redhat.com>
305
306         * config/s390/linux.h (TARGET_THREAD_SSP_OFFSET): Define.
307         * config/s390/s390-protos.h (s390_get_thread_pointer): Prototype added.
308         * config/s390/s390.c (print_operand): New output modifier 'G' added.
309         (get_thread_pointer): Renamed to s390_get_thread_pointer.
310         * config/s390/s390.md (stack_protect_set, stack_protect_test): If
311         TARGET_THREAD_SSP_OFFSET is defined, change operands[1] to
312         (MEM:P (PLUS:P (tp, TARGET_THREAD_SSP_OFFSET))).
313         (UNSPEC_SP_SET, UNSPEC_SP_TEST): New constants.
314         ("stack_protect_set", "stack_protect_test"): New expanders.
315         ("stack_protect_setsi", "stack_protect_setdi", "stack_protect_testsi",
316         "stack_protect_testdi"): New insn definitions.
317
318 2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>
319
320         * config/s390/s390.md ("*movdf_31"): Changed constraint from P to K.
321
322 2005-08-12  Paul Brook  <paul@codesourcery.com>
323
324         * config/arm/lib1funcs.asm: Error if __ARM_ARCH__ not set.
325
326 2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>
327
328         * config/s390/predicates.md (setmem_operand): New predicate.
329         (shift_count_operand): Accept ANDs with special constants as
330         operand.
331         * config/s390/s390.c (print_shift_count_operand): Skip ANDs
332         with special constants.
333         * config/s390/s390.md ("setmem_long", "*setmem_long"): Replaced
334         shift_count_operand with setmem_operand.
335
336 2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>
337
338         * config/s390/s390.c (s390_extract_part, s390_single_part):
339         Type cast added.
340         (s390_const_ok_for_constraint_p): Added SImode to the N constraint.
341         (s390_output_mi_thunk): Don't use lg on 31 bit.
342         * config/s390/s390.md ("*movdi_31", "*movdf_31"): Added lmy and stmy.
343         ("*llgt_sisi" and splitter): Replaced TARGET_64BIT with TARGET_ZARCH.
344
345 2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>
346
347         * config/s390/s390.c (CONST_OK_FOR_J, CONST_OK_FOR_K): New macros.
348         (s390_select_ccmode, s390_rtx_costs, legitimate_reload_constant_p,
349         s390_init_frame_layout, s390_emit_prologue, s390_emit_epilogue,
350         s390_output_mi_thunk): Replaced uses of CONST_OK_FOR_CONSTRAINT_P
351         with one of the new macros.
352
353 2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>
354
355         * config/s390/s390.c (s390_split_branches, s390_init_frame_layout): 
356         Don't set save_return_addr_p.
357         (s390_register_info): Make clobbered_regs not depending on
358         save_return_addr_p.
359
360 2005-08-12  Kaz Kojima  <kkojima@gcc.gnu.org>
361
362         * gcc.c (LINK_SSP_SPEC): Remove space before a trailing }.
363         (LINK_COMMAND_SPEC): Add space after %(link_ssp).
364
365 2005-08-11  James E. Wilson  <wilson@specifix.com>
366
367         * config/ia64/ia64.h (EXTRA_MEMORY_CONSTRAINT): New.
368
369 2005-08-11  Jakub Jelinek  <jakub@redhat.com>
370
371         * dwarf2out.c (add_location_or_const_value_attribute): Prefer
372         locations gathered by var-tracking in single entry loc_list
373         over loc_descriptor_from_tree.
374
375         * dwarf2out.c (concat_loc_descriptor): Add can_use_fbreg argument,
376         pass it down to loc_descriptor.
377         (loc_descriptor): Pass can_use_fbreg to concat_loc_descriptor.
378         (containing_function_has_frame_base): Move earlier in the file.
379         (loc_descriptor_from_tree_1): Use containing_function_has_frame_base
380         instead of always assuming fbreg can't be used.
381
382 2005-08-11  David Edelsohn  <edelsohn@gnu.org>
383
384         * config/rs6000/altivec.md: Change constraint "m" to "Z".
385         * config/rs6000/predicates.md (indexed_or_indirect_operand):
386         Accept address wrapped in AND for Altivec.
387         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address):
388         Strip AND wrapping offset address for Altivec.
389
390 2005-08-11  Richard Henderson  <rth@redhat.com>
391
392         PR middle-end/23312
393         * gimplify.c (gimplify_one_sizepos): Check for INTEGER_TYPE
394         before using TYPE_IS_SIZETYPE.
395
396 2005-08-11  Richard Henderson  <rth@redhat.com>
397
398         PR target/22225
399         * config/alpha/alpha.c (alphaev4_insn_pipe): Add take pipes for
400         insn types not present on ev4.
401         (alphaev5_insn_pipe): Similarly.
402
403 2005-08-11  Richard Earnshaw  <richard.earnshaw@arm.com>
404
405         PR target/23250
406         * arm.c (arm_override_options): If the user has selected callee-super-
407         interworking, then enable normal interworking.
408
409 2005-08-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
410
411         * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before
412         redefinition.
413
414 2005-08-11  Wu Zhou  <woodzltc@cn.ibm.com>
415
416         * doc/rtl.texi: Fix two typos.
417
418 2005-08-11  Richard Guenther  <rguenther@suse.de>
419
420         PR target/23289
421         * config/i386/i386.c (ix86_function_ok_for_sibcall): Handle
422         cases where we call to/from functions returning void.
423
424 2005-08-10  James A. Morrison  <phython@gcc.gnu.org>
425
426         PR c++/23225
427         * tree.c (build_pointer_type_for_mode): Robustify.
428
429 2005-08-10  James E Wilson  <wilson@specifix.com>
430
431         * defaults.h, config/alpha/alpha.h, config/ia64/ia64.h
432         (ASM_OUTPUT_ADDR_VEC_ELT): Delete.
433
434         * config/alpha/alpha.c (alpha_arg_partial_bytes): Change "(CUM)." to
435         "cum->".
436
437 2005-08-10  Eric Christopher  <echristo@apple.com>
438
439         * config/rs6000/rs6000.c (mems_ok_for_quad_peep): Rewrite.
440         * config/rs6000/rs6000.md (*lfq_power2, *stfq_power2): Use
441         V2DFmode.
442
443 2005-08-10  Andrew Pinski  <pinskia@physics.uc.edu>
444
445         PR target/21887
446         * config/darwin.c (machopic_indirect_data_reference): Use a new register
447         for the high part when generating dynamic-no-pic code.
448
449 2005-08-10  H.J. Lu  <hongjiu.lu@intel.com>
450
451         * config.gcc (i[34567]86-*-linux*): Add i386/t-crtfm to tm-file.
452         (x86_64-*-linux*): Likewise.
453
454         * config/i386/crtfastmath.c: New file.
455         * config/i386/t-crtfm: Likewise.
456
457         * config/i386/linux.h (ENDFILE_SPEC): New.
458         * config/i386/linux64.h (ENDFILE_SPEC): Likewise.
459
460         * config/i386/t-linux64 (EXTRA_MULTILIB_PARTS): Add
461         crtfastmath.o.
462
463 2005-08-10  Dorit Nuzman  <dorit@il.ibm.com>
464
465         * doc/md.texi: (reduc_smin, reduc_umin, reduc_splus, reduc_uplus):
466         (vec_shl, vec_shr): Document new operations.
467         * tree.def (VEC_RSHIFT_EXPR, VEC_LSHIFT_EXPR): Fix comment.
468
469 2005-08-10  David Edelsohn  <edelsohn@gnu.org>
470
471         * config/rs6000/predicates.md (indexed_or_indirect_address): New.
472         * config/rs6000/rs6000.md (prefetch): Remove operand 0 mode and
473         change predicate to indexed_or_indirect_address.
474
475 2005-08-10  Richard Sandiford  <richard@codesourcery.com>
476
477         * config/arm/lib1funcs.asm (__aeabi_uidiv, __aeabi_idiv): New aliases.
478         * config/arm/libgcc-bpabi.ver (GCC_3.5): Add __aeabi_idiv,
479         __aeabi_uidiv, __aeabi_uread4, __aeabi_uread8, __aeabi_uwrite4
480         and __aeabi_uwrite8.
481         * config/arm/unaligned-funcs.c: New file.
482         * config/arm/t-bpabi (LIB2FUNCS_EXTRA): Add unaligned-funcs.c.
483
484 2005-08-09  Paolo Bonzini  <bonzini@gnu.org>
485
486         * bb-reorder.c (pass_duplicate_computed_gotos, pass_partition_blocks):
487         Add dump.
488         * cfglayout.c (pass_insn_locators_initialize): Add dump.
489         * emit-rtl.c (pass_unshare_all_rtl, pass_remove_unnecessary_notes):
490         Add dump.
491         * except.c (pass_convert_to_eh_region_ranges): Add dump.
492         * final.c (pass_shorten_branches): Add dump.
493         * flow.c (pass_recompute_reg_usage, pass_remove_death_notes): Add dump.
494         (pass_life): Rename dump.
495         (rest_of_handle_flow2): Remove initial verify_flow_info.
496         * function.c (pass_instantiate_virtual_regs): Add dump.
497         * integrate.c (pass_initial_value_sets): Add dump.
498         * jump.c (pass_cleanup_barriers, pass_purge_lineno_notes): Add dump.
499         * loop-init.c (pass_rtl_loop_init, pass_rtl_loop_done): Rename dump.
500         (pass_rtl_move_loop_invariants, pass_rtl_unswitch, pass_rtl_doloop,
501         pass_rtl_unroll_and_peel_loops): Rename dump and add gate.
502         (gate_rtl_move_loop_invariants, gate_rtl_unswitch, gate_rtl_doloop,
503         gate_rtl_unrool_and_peel_loops): New.
504         (rtl_move_loop_invariants, rtl_unswitch, rtl_unrool_and_peel_loops,
505         rtl_doloop): Do not look at flags.
506         * mode-switching.c (pass_mode_switching): Add dump.
507         * recog.c (pass_split_all_insns, pass_split_for_shorten_branches,
508         pass_split_before_regstack): Add dump.
509         * regmove.c (pass_stack_adjustments): Add dump.
510         * tree-optimize.c (pass_fixup_cfg): Add dump.
511
512 2005-08-10  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
513
514         PR 23309
515         * config/m32r/m32r.c (m32r_reload_lr): Fix off by one error when
516         deciding which instruction sequence to use.
517
518 2005-08-09  Dorit Nuzman  <dorit@il.ibm.com>
519
520         * tree-vect-transform.c (vect_create_epilog_for_reduction): Set
521         BIT_FIELD_REF_UNSIGNED for newly created BIT_FIELD_REFs.
522
523 2005-08-09  Richard Guenther  <rguenther@suse.de>
524
525         * c-common.c (builtin_function_2): Remove.
526         (def_builtin_1): New function.
527         (c_common_nodes_and_builtins): Use def_builtin_1 to
528         build builtin functions.
529
530 2005-08-09  Jie Zhang  <jie.zhang@analog.com>
531
532         * config/bfin/uclinux.h (NO_IMPLICIT_EXTERN_C): Define.
533         * config/bfin/elf.h (NO_IMPLICIT_EXTERN_C): Define.
534         * config/bfin/bfin.c (bfin_return_in_memory): Update to really match
535         Visual DSP.
536
537 2005-08-09  James A. Morrison  <phython@gcc.gnu.org>
538
539         * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Use
540         fold_binary instead of fold_build2 since we don't care about the
541         resulting tree.
542         (loop_niter_by_eval): Likewise.
543         (compare_trees): Likewise.
544         (proved_non_wrapping_p): Likewise.
545
546 2005-08-09  James A. Morrison  <phython@gcc.gnu.org>
547
548         PR c/23161
549         PR c/23165
550         * c-typeck.c (c_finish_if_stmt): Look into STATEMENT_LISTs to see
551         if the if is really empty.
552
553 2005-08-09  Steven Bosscher  <stevenb@suse.de>
554
555         PR tree-optimization/23234
556         * tree-ssa-math-opts.c (place_reciprocal): New enum.
557         (execute_cse_reciprocals_1): Replace the 'phi' argument with an
558         argument of the new enum.
559         (execute_cse_reciprocals): Add reciprocals for function arguments
560         on the unique successor edge of the entry block.  Update other calls
561         to execute_cse_reciprocals_1.
562
563 2005-08-08  Richard Henderson  <rth@redhat.com>
564
565         PR 22439
566         * gimplify.c (gimplify_one_sizepos): Preserve the original type.
567
568 2005-08-08  Bob Wilson  <bob.wilson@acm.org>
569
570         * expr.c (write_complex_part): Return after handling MEM.
571
572 2005-08-08  Josh Conner  <jconner@apple.com>
573
574         PR rtl-optimization/23241
575         * combine.c (simplify_comparison): Fix error in determining
576         whether to lift a subreg from comparison.
577
578 2005-08-08  David Edelsohn  <edelsohn@gnu.org>
579
580         PR target/18506
581         * config/rs6000/altivec.md (vec_init<mode>): New.
582         (vec_set<mode>): New.
583         (vec_extract<mode>): New.
584         * config/rs6000/rs6000.c (rs6000_expand_vector_init): New.
585         (rs6000_expand_vector_set): New.
586         (rs6000_expand_vector_extract): New.
587         (rs6000_legitimate_offset_address_p): Offset addresses are valid
588         for Altivec modes before reload.
589         (altivec_expand_vec_init_builtin): New.
590         (get_element_number): New.
591         (altivec_expand_vec_set_builtin): New.
592         (altivec_expand_vec_ext_builtin): New.
593         (altivec_expand_builtin): Expand vec_init, vec_set, and vec_ext
594         builtins.
595         (altivec_init_builtins): Init vec_init, vec_set, and vec_ext
596         builtins.
597         * config/rs6000/rs6000.h (rs6000_builtins): Add
598         ALTIVEC_BUILTIN_VEC_INIT_<mode>, ALTIVEC_BUILTIN_VEC_SET_<mode>,
599         ALTIVEC_BUILTIN_VEC_EXT_<mode>.
600         * config/rs6000/rs6000-protos.h: Declare new functions.
601
602 2005-08-08  Jan Hubicka  <jh@suse.cz>
603
604         * i386.c (legitimate_pic_address_disp_p): Refuse GOTOFF in 64bit mode.
605         (legitimate_address_p): Refuse GOT and GOTOFF in 64bit mode.
606         * i386.md (movdi*): Use pic_32bit_operand.
607         * predicates.md (pic_32bit_operand): New.
608
609 2005-08-08  Nathan Sidwell  <nathan@codesourcery.com>
610
611         PR c++/21166
612         * stor-layout.c (finalize_type_size): Undo DECL_PACKED when possible.
613
614 2005-08-07  James A. Morrison  <phython@gcc.gnu.org>
615
616         * tree-vrp.c (simplify_div_or_mod_using_range): Use build2.
617         (test_for_singularity): Use fold_build2.
618
619 2005-08-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
620
621         * pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Fix loop upper bound.
622
623 2005-08-07  Danny Smith  <dannysmith@users.sourceforge.net>
624
625         * config/i386/cygming.h (SUBTARGET_ENCODE_SECTION_INFO): Define.
626         (COMMON_ASM_OP) Define.
627         * config/i386/i386.c (ix86_in_large_data_p): Add ATTRIBUTE_UNUSED
628         (ix86_encode_section_info): Likewise.
629         (TARGET_ENCODE_SECTION_INFO): Conditionally define as
630         SUBTARGET_ENCODE_SECTION_INFO.
631
632 2005-08-06  Richard Henderson  <rth@redhat.com>
633
634         PR 21894
635         * tree-nested.c (convert_local_reference): Save and restore val_only
636         around component_ref and friends.  Clear walk_subtrees by default.
637
638 2005-08-06  Peter O'Gorman  <peter@pogma.com>
639
640         PR 21366
641         * gcc.c (process_command): Check the argument to -b has a dash.
642         * doc/invoke.texi: Update -b and -V docs.
643
644 2005-08-06  James E Wilson  <wilson@specifix.com>
645
646         * config/mips/cross64.h, config/mips/t-cross64: Delete.
647
648 2005-08-06  Michael Matz  <matz@suse.de>
649
650         * genattrtab.c (write_attr_get, write_attr_case): Use insn_code
651         member only if only one insn is associated with the value.
652
653 2005-08-06  Nick Clifton  <nickc@redhat.com>
654
655         * config/stormy16/stormy16.h (SYMBOL_FLAG_XSTORMY16_BELOW100):
656         New define.
657         (ASM_OUTPUT_LABELREF): Delete - it is no longer needed.
658         * config/stormy16/stormy16.c (xstormy16_below100_symbol):
659         Check symbol flags instead of symbol name mangling.
660         (xstormy16_asm_output_aligned_common): Likewise.  Also
661         simplify code since the bss100_section cass is the only case
662         where the below100 code will be triggered.
663         (xstormy16_encode_section_info): Encode below100 attribute
664         using the SYMBOL_FLAG_XSTORMY16_BELOW100 instead of mangling
665         the name.
666         (xstormy16_strip_name_encoding): Delete - this function is no
667         longer needed.
668         (TARGET_STRIP_NAME_ENCODING): Undefine.
669         * config/stormy16/stormy16-protos.h: Delete prototype for
670         xstormy16_strip_name_encoding.
671
672 2005-08-06  Kazu Hirata  <kazu@codesourcery.com>
673
674         * Makefile.in, cfgexpand.c, cfgloop.h, cfgloopmanip.c,
675         config.gcc, ipa-cp.c, ipa-prop.c, ipa-prop.h, reg-stack.c,
676         tree-ssa-structalias.c, tree-vrp.c, value-prof.c, vec.h,
677         config/linux.h, config/alpha/alpha.h, config/alpha/linux.h,
678         config/alpha/predicates.md, config/arc/arc.h,
679         config/arm/arm.h, config/arm/ieee754-df.S,
680         config/arm/ieee754-sf.S, config/bfin/bfin.c,
681         config/bfin/bfin.h, config/c4x/c4x.h, config/crx/crx.c,
682         config/fr30/fr30.h, config/frv/frv.h, config/h8300/h8300.h,
683         config/i386/i386.h, config/ia64/ia64.c, config/ia64/ia64.h,
684         config/m68hc11/m68hc11.h, config/mips/mips.c,
685         config/mips/mips.h, config/mips/openbsd.h,
686         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.h,
687         config/pdp11/pdp11.h, config/rs6000/linux-unwind.h,
688         config/rs6000/rs6000.c, config/rs6000/rs6000.h,
689         config/s390/s390.c, config/sh/sh.c, config/sh/sh.h,
690         config/sparc/linux.h, config/sparc/linux64.h,
691         config/sparc/sparc.h, config/v850/v850.h, config/vax/vax.h,
692         doc/extend.texi, doc/gcov.texi, doc/install.texi,
693         doc/invoke.texi, doc/rtl.texi, doc/tm.texi: Fix comment/doc
694         typos.  Follow spelling conventions.
695
696 2005-08-06  Joseph S. Myers  <joseph@codesourcery.com>
697
698         PR c/23113
699         * stmt.c (warn_if_unused_value): Check TREE_NO_WARNING at start.
700         Don't handle NOP_EXPR, CONVERT_EXPR and NON_LVALUE_EXPR
701         specially.  Check for side effects only for COND_EXPR.
702         * c-typeck.c (c_finish_stmt_expr): Mark statement expression
703         return with TREE_NO_WARNING.
704
705 2005-08-06  Richard Sandiford  <richard@codesourcery.com>
706
707         PR rtl-optimization/23233
708         * loop.c (combine_movables): Require the modes to be the same.
709         (move_movables): Remove handling of cases where the replacement
710         had a different mode to the original.
711
712 2005-08-05  James A. Morrison  <phython@gcc.gnu.org>
713
714         PR tree-optimization/23128
715         * tree-vrp.c (vrp_int_const_binop): Check if unsigned addition or
716         subtraction wrap, and set TREE_OVERFLOW if they do.
717
718 2005-08-05  Richard Henderson  <rth@redhat.com>
719
720         PR 21728
721         * tree-cfg.c (remove_bb): Transmute DECL_NONLOCAL labels into
722         FORCED_LABEL labels.
723
724 2005-08-05  J"orn Rennecke <joern.rennecke@st.com>
725
726         PR middle-end/23135
727         * reload.c (find_reloads_subreg_address): Pass down TYPE
728         unchanged.  Change all callers except find_reloads_toplev.
729
730 2005-08-05  Michael Matz  <matz@suse.de>
731
732         * genattrtab.c (current_alternative_string): Remove.
733         (SIMPLIFY_ALTERNATIVE): Ditto.
734         (attr_alt_bit_p): Ditto.
735         (alternative_name): Make const char *.
736         (evaluate_eq_attr): Remove use of above things.
737         (simplify_test_exp): Ditto.
738         (simplify_test_exp <EQ_ATTR>): Guard for insn_code < 0 .
739         (simplify_test_exp <AND>): Correct typo (test 'right' not 'left').
740
741 2005-08-04  James E Wilson  <wilson@specifix.com>
742
743         * config/ptx4.h, config/sol2.h, config/arm/freebsd.h,
744         config/arm/linux-elf.h, config/frv/frv.h, config/i386/freebsd.h,
745         config/i386/freebsd64.h, config/i386/netware.h, config/i386/sco5.h,
746         config/ia64/freebsd.h, config/rs6000/sysv4.h, config/sparc/freebsd.h
747         (LINK_SPEC): Delete useless %{Wl,*:%*} item.
748
749 2005-08-04  Richard Henderson  <rth@redhat.com>
750
751         PR 21529
752         * params.def (PARAM_SRA_MAX_STRUCTURE_COUNT): New.
753         * params.h (SRA_MAX_STRUCTURE_COUNT): New.
754         * tree-sra.c (decide_block_copy): Use it.  Disable element copy
755         if we'd have to instantiate too many members.
756
757 2005-08-04  Richard Henderson  <rth@redhat.com>
758
759         PR 21291
760         * tree-outof-ssa.c (coalesce_asm_operands): New.
761         (coalesce_ssa_name): Use it.  Split out ...
762         (coalesce_phi_operands, coalesce_result_decls): ... these.
763
764 2005-08-04  Paul Brook  <paul@codesourcery.com>
765
766         * read-rtl.c (read_quoted_string): Break if EOF.
767
768 2005-08-04  Andrew Pinski  <pinskia@physics.uc.edu>
769
770         * tree.h (fold_build1): Change to macro and call fold_build1_stat.
771         (fold_build2): Likewise.
772         (fold_build3): Likewise.
773         (fold_build1_stat): New function prototype.
774         (fold_build2_stat): Likewise.
775         (fold_build3_stat): Likewise.
776         * fold-const.c (fold_build1): Rename to ..
777         (fold_build1_stat): this.  Add MEM_STAT_DECL.  Pass the mem stats
778         through to build1_stat.
779         (fold_build2): Rename to ..
780         (fold_build2_stat): this.  Add MEM_STAT_DECL.  Pass the mem stats
781         through to build2_stat.
782         (fold_build3): Rename to ..
783         (fold_build3_stat): this.  Add MEM_STAT_DECL.  Pass the mem stats
784         through to build3_stat.
785
786 2005-08-04  David Edelsohn  <edelsohn@gnu.org>
787             Ian Lance Taylor  <ian@airs.com>
788
789         * function.c (assign_stack_local_1): Do not correct stack slot
790         address if allocation size is smaller than mode size.
791
792 2005-08-04  Diego Novillo  <dnovillo@redhat.com>
793
794         PR 22037
795         * tree-cfg.c (replace_uses_by): Call mark_new_vars_to_rename.
796         (tree_merge_blocks): Propagate anything allowed by
797         may_propagate_copy.
798         Clarify documentation.
799         * passes.c (execute_todo): If cleanup_tree_cfg invalidated the
800         SSA form, schedule an update if necessary.
801
802 2005-08-04  Gerald Pfeifer  <gerald@pfeifer.com>
803
804         * doc/install.texi (Binaries): Remove broken link to
805         Sinix/Reliant Unix binaries.
806
807 2005-08-03  Richard Henderson  <rth@redhat.com>
808
809         PR 23221
810         * function.c (stack_protect_epilogue): Export.
811         * tree.h (stack_protect_epilogue): Declare.
812         * calls.c (expand_call): Call it.
813
814 2005-08-03  Eric Christopher  <echristo@apple.com>
815
816         * gcc.c (LINK_SSP_SPEC): Add fstack-protector-all.
817         * config/darwin.h (LINK_COMMAND_SPEC): Add link_ssp
818         spec.
819
820 2005-08-04  Jan Hubicka  <jh@suse.cz>
821
822         * profile.c (branch_prob): Split edges with goto locus on them
823         to get proper line counts.
824         * tree-cfg.c (make_cond_expr_edges): Record user goto locuses, if any.
825
826 2005-08-03  Paul Brook  <paul@codesourcery.com>
827
828         * function.c (assign_parms): Round current_function_args_size
829         to PARM_BOUNDARY, not STACK_BOUNDARY.
830
831 2005-08-03  Geoffrey Keating  <geoffk@apple.com>
832
833         * config/i386/i386.c (x86_elf_aligned_common)
834         (x86_output_aligned_bss): Don't try to use symbols that aren't defined.
835
836 2005-08-03  Zdenek Dvorak  <dvorakz@suse.cz>
837
838         PR tree-optimization/23157
839         * tree-scalar-evolution.c (scev_const_prop): Unshare trees
840         before emitting them.
841
842 2005-08-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
843
844         PR tree-optimization/19899
845         * Makefile.in (tree-scalar-evolution.o): Add real.h.
846         * tree-scalar-evolution.c: Include real.h.
847         (add_to_evolution): Build constant -1 of correct type.
848
849 2005-08-03  Jan Hubicka  <jh@suse.cz>
850
851         * cfgloop.h (DLTHE_FLAG_COMPLETTE_PEEL): New flag.
852         * cfgloopmanip.c (duplicate_loop_to_header_edge): Special case
853         profile updating for complette unrolling.
854         * loop-unroll.c (peel_loop_completely): Use it.
855         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
856         (tree_unroll_loops_completely): Disable code growing unrolling of cold
857         loops.
858
859 2005-08-03  Paul Brook  <paul@codesourcery.com>
860
861         * combine.c (can_change_dest_mode): New function.
862         (try_combine, simplify_set): Use it.
863
864 2005-08-03  Eric Botcazou  <ebotcazou@adacore.com>
865
866         * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Only force
867         TFmode to BLKmode.
868
869 2005-08-03  Gerald Pfeifer  <gerald@pfeifer.com>
870
871         * doc/install.texi (Specific): Adjust link to openavr.org.
872         (Specific): Remove broken reference to GCC 2.8.1 for OS/2.
873         (Binaries): Adjust HP-UX Porting Center link.
874         (Binaries): Adjust Free Software Foundation ordering link.
875
876 2005-08-03  Andrew Pinski  <pinskia@physics.uc.edu>
877
878         * convert.c (convert_to_integer): Use fold_build1 instead of
879         build1 when converting an integer to an integer.
880
881 2005-08-02  Richard Henderson  <rth@redhat.com>
882
883         * combine.c (combine_instructions): Don't use reg_equal/equiv
884         results if the mode doesn't match.
885
886 2005-08-02  Mark Mitchell  <mark@codesourcery.com>
887
888         * config/i386/t-mingw32 (NATIVE_SYSTEM_HEADER_DIR): Set it.
889         * doc/fragments.texi (NATIVE_SYSTEM_HEADER_DIR): Document it.
890
891 2005-08-02  Richard Henderson  <rth@redhat.com>
892
893         PR 23196
894         * explow.c (memory_address): Remove special-case for
895         virtual_stack_vars_rtx and virtual_incoming_args_rtx.
896
897 2005-08-02  Diego Novillo  <dnovillo@redhat.com>
898
899         PR 23164
900         * tree-cfgcleanup.c (cleanup_tree_cfg): Do not limit the
901         number of calls to cleanup_tree_cfg_1.
902
903 2005-08-02  Martin Reinecke  <martin@mpa-garching.mpg.de>
904
905         * doc/invoke.texi: document file extensions .F90 and .F95
906
907 2005-08-02  Richard Guenther  <rguenther@suse.de>
908
909         * fold-const.c (tree_expr_nonnegative_p): frexp(x, &e) is
910         positive if its first argument is positive.
911
912 2005-08-02  Richard Guenther  <rguenther@suse.de>
913
914         PR tree-optimization/23177
915         * tree-ssa-operands.c (get_tmr_operands): Use get_expr_operands
916         on TMR_TAG.
917
918 2005-08-02  James A. Morrison  <phython@gcc.gnu.org>
919
920         PR tree-optimization/23129
921         * tree-vrp.c (extract_range_from_binary_expr): Set value range to
922         varying for divisions with anti-ranges.
923
924 2005-08-02  Jan Hubicka  <jh@suse.cz>
925
926         * tree-ssa-dom.c (thread_across_edge): Remove updating here.
927         * tree-ssa-threadupdate.c (thread_block): Add it here.
928
929 2005-08-01  James E Wilson  <wilson@specifix.com>
930
931         * config/mips/mips.c (mips_encode_section_info, mips_attribute_table,
932         TARGET_ENCODE_SECTION_INFO, TARGET_ATTRIBUTE_TABLE): New.
933         * config/mips/mips.h (SYMBOL_FLAG_LONG_CALL, SYMBOL_REF_LONG_CALL_P):
934         New.
935         * config/mips/predicates.md (const_call_insn_operand): Add check for
936         SYMBOL_REF_LONG_CALL_P.
937         * doc/extend.texi (long_call): Document the new attribute.
938
939 2005-08-01  Ian Lance Taylor  <ian@airs.com>
940             Richard Henderson  <rth@redhat.com>
941
942         * Makefile.in (RTL_BASE_H): Add real.h.
943         * real.h (REAL_VALUE_FROM_CONST_DOUBLE): Use structure copy
944         instead of memcpy.
945         * emit-rtl.c (const_double_from_real_value): Likewise; use rtx.u.rv
946         directly.
947         * rtl.c (rtl_check_failed_code_mode): New.
948         * rtl.h (struct rtx_def): Add u.rv.
949         (XCMWINT, XCNMPRV): New.
950         (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH): Use XCMWINT.
951         (CONST_DOUBLE_REAL_VALUE): Use XCNMPRV; constify.
952
953 2005-08-01  Richard Henderson  <rth@redhat.com>
954
955         * dwarf2out.c (mem_loc_descriptor): Use XEXP, not SUBREG_REG,
956         with auto-inc codes.
957
958         * config/alpha/predicates.md (and_operand): Test mode of CONST_DOUBLE.
959
960 2005-08-01  Jan Hubicka  <jh@suse.cz>
961
962         * i386-protos.h (asm_preferred_eh_data_format): Declare.
963         * i386.c: Include dwarf2.h
964         (asm_preferred_eh_data_format): New.
965         * i386.h (ASM_PREFERRED_EH_DATA_FORMAT): Move offline.
966
967 2005-08-01  Ian Lance Taylor  <ian@airs.com>
968
969         * config/host-linux.c (linux_gt_pch_get_address): Add new name
970         randomize_va_space for virtual address randomization control.
971
972 2005-08-01  Steven Bosscher  <stevenb@suse.de>
973
974         * common.opt (flag_ipa_cp): Put in right place to maintain
975         alphabetic sort.
976
977 2005-08-01  Jan Hubicka  <jh@suse.cz>
978
979         * profile.c (compute_value_histograms): Fix thinko.
980         * value-prof.c: Include toplev.h
981         (check_counter): New function.
982         (tree_divmod_fixed_value_transform, tree_mod_pow2_value_transform,
983         tree_mod_subtract_transform): Add sanity check.
984
985 2005-08-01  Richard Guenther  <rguenther@suse.de>
986
987         PR tree-optimization/23133
988         * tree-ssa-math-opts.c (execute_cse_reciprocals): Walk
989         current functions parameter decls to find defs to cse
990         reciprocals of.
991
992 2005-08-01  Richard Guenther  <rguenther@suse.de>
993
994         PR tree-optimization/23109
995         * tree-ssa-math-opts.c (execute_cse_reciprocals_1):
996         If trapping math is in effect, use post-dominator information
997         to check if we'd in any case reach a trapping point before
998         doing the reciprocal insertion.
999         (execute_cse_reciprocals): Compute post-dominators, if necessary.
1000         * tree-ssa-loop-im.c (determine_invariantness_stmt): RDIV
1001         expressions are invariant only if trapping math is not in effect.
1002
1003 2005-08-01  Razya Ladelsky  <razya@il.ibm.com>
1004
1005         * cgraph.h (update_call_expr, cgraph_copy_node_for_versioning,
1006         cgraph_function_versioning): New declarations.
1007         * cgraphunit.c: Add include to ipa-prop.h.
1008         (update_call_expr, cgraph_copy_node_for_versioning,
1009         cgraph_function_versioning): New functions.
1010         * integrate.c (copy_decl_for_inlining): Remove.
1011         * ipa-prop.h (ipa_replace_map): New struct.
1012         (struct ipa_node): Add ipcp_orig_node, count_scale, new fields.
1013         * ipa-cp.c (ipcp_method_orig_node, ipcp_method_is_cloned,
1014         ipcp_method_set_orig_node, ipcp_cloned_create, ipcp_method_get_scale,
1015         ipcp_method_set_scale, ipcp_method_compute_scale, ipcp_after_propagate,
1016         ipcp_iterate_stage, ipcp_method_scale_print,
1017         ipcp_profile_mt_count_print, ipcp_profile_cs_count_print,
1018         ipcp_profile_edge_print, ipcp_profile_bb_print , ipcp_profile_print,
1019         ipcp_replace_map_create, ipcp_redirect, ipcp_update_callgraph,
1020         ipcp_update_bb_counts, ipcp_update_profiling,
1021         ipcp_update_edges_counts): New functions.
1022         (ipcp_method_cval_init): Remove restriction regarding local methods.
1023         (ipcp_init_stage): Add ipcp_method_compute_scale.
1024         (ipcp_insert_stage): Add versioning.
1025         (ipcp_structures_print): Add ipcp_method_scale_print.
1026         (ipcp_driver): Dump profiling info.
1027         * Makefile.in: Remove integrate.h dependency from tree-inline.o.
1028         Add ipa-prop.h dependency to tree-inline.o and cgraphunit.o.
1029         * tree-inline.c: Remove include to integrate.h, Add include ipa-prop.h.
1030         (struct inline_data): Add versioning_p, ipa_info, new fields.
1031         (remap_decl, mark_local_for_remap_r, setup_one_parameter,
1032         declare_return_variable): Replace calls to copy_decl_for_inlining with
1033         copy_decl_for_dup.
1034         (copy_body_r, copy_bb, copy_cfg_body, copy_tree_r, inlining_p): Add
1035         versioning support.
1036         (copy_decl_for_dup): Rename from copy_decl_for_inlining.
1037         Add argument VERSIONING.
1038         (copy_arguments_for_versioning, copy_static_chain,
1039         function_versionable_p, tree_versionable_function_p,
1040         tree_function_versioning, replace_ref_tree): New functions.
1041         * tree-inline.h: Include varray.h.
1042         (tree_versionable_function_p,  tree_function_versioning,
1043         tree copy_decl_for_dup): New declarations.
1044
1045 2005-08-01  Razya Ladelsky  <razya@il.ibm.com>
1046
1047         * ipa-cp.c: New file. Contains IPCP specific functionality.
1048         * ipa-prop.h: New file. Contains structures/definitions that can be
1049         used by several interprocedural data flow optimizations (and also IPCP).
1050         * ipa-prop.c: New file.
1051         * Makefile.in: Add ipa-cp.c, ipa-prop.h, ipa-prop.c.
1052         * common.opt: Add ipa-cp flag.
1053         * timevar.def: Add IPCP optimization.
1054         * tree-optimize.c (init_tree_optimization_passes): Schedule
1055         pass_ipa_cp.
1056         * tree-pass.h (pass_ipa_cp): Declare.
1057
1058 2005-08-01  Kazu Hirata  <kazu@codesourcery.com>
1059
1060         * dwarf2out.c, fold-const.c, ipa-type-escape.c,
1061         loop-invariant.c, predict.c, predict.def, reload1.c, reorg.c,
1062         tree-sra.c, config/arm/arm.c, config/crx/crx.c,
1063         config/i386/i386.c, config/mips/mips.h,
1064         config/rs6000/rs6000.h, config/sh/sh.c,
1065         config/stormy16/stormy16.c: Fix comment typos.
1066
1067 2005-08-01  Joseph S. Myers  <joseph@codesourcery.com>
1068
1069         PR c/22311
1070         * c-typeck.c (build_binary_op): Use common_type wrapper on
1071         shortened types.
1072         (common_type): Update comment.
1073
1074 2005-07-31  Steven Bosscher  <stevenb@suse.de>
1075
1076         PR target/23095
1077         * common.opt (flag_gcse_after_reload): Don't initialize to 2.
1078         (flag_rerun_cse_after_loop): Initialize this to 2 instead.
1079         * postreload-gcse.c (hash_scan_set): Do not consider stack regs.
1080
1081 2005-07-31  Jan Hubicka  <jh@suse.cz>
1082
1083         * pretty-print.h (pp_widest_integer): New macro.
1084         * tree-pretty-print.c (dump_bb_header): Print BB frequencies and
1085         counts.
1086
1087 2005-07-31  Jan Hubicka  <jh@suse.cz>
1088
1089         * output.h (enum section_category): Export from varasm.c
1090         (categorize_decl_for_section): Likewise.
1091         * varasm.c (enum section_category): Kill.
1092         (categorize_decl_for_section): Make global.
1093         * i386-protos.h (x86_output_aligned_bss, x86_elf_aligned_common):
1094         Declare.
1095         * i386.c (ix86_section_threshold): New static variable.
1096         (ix86_in_large_data_p, ix86_encode_section_info,
1097         x86_64_elf_unique_section,
1098         x86_64_elf_select_section): New functions.
1099         (TARGET_ENCODE_SECTION_INFO): Define
1100         (override_options): Enable medium model for PIC.
1101         (ix86_expand_prologue): Expand gen_set_got_rex64.
1102         (legitimate_constant_p): Handle new UNSPECs.
1103         (legitimate_pic_address_disp_p): Likewise.
1104         (legitimize_pic_address): Lower MEDIUM model addressing.
1105         * i386.h (PIC_OFFSET_TABLE_REGNUM): Set for medium model PIC.
1106         (enum cmodel): Add MEDIUM_PIC.
1107         (SYMBOL_REF_FAR_ADDR_P): New macro.
1108         (SYMBOL_FLAG_FAR_ADDR): New flag.
1109         * i386.md (movdi): Support medium model.
1110         (set_got_rex64): New pattern.
1111         * i386.opt (mlarge-data-threshold): New flag.
1112         * predicates.md (zext_operand/sext_operand): Deal with medium model.
1113         * x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Use x86_output_aligned_bss.
1114         (ASM_OUTPUT_ALIGNED_COMMON, TARGET_ASM_SELECT_SECTION,
1115         TARGET_ASM_UNIQUE_SECTION): New.
1116
1117         * invoke.texi (-mlarge_data_threshold): Document
1118
1119 2005-07-31  Jan Hubicka  <jh@suse.cz>
1120
1121         * tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.
1122         (coalesce_vars): Likewise.
1123         * tree-ssa-live.c (coalesce_cost): New.
1124         (build_tree_conflict_graph): Use coalesce_cost.
1125         * tree-ssa-live.h (coalesce_cost): Declare.
1126
1127 2005-07-30  Richard Earnshaw  <richard.earnshaw@arm.com>
1128
1129         * arm.md (all peepholes for post-increment operations): Delete.
1130         (strqi_preinc, strqi_predec, loadqi_preinc, loadqi_predec)
1131         (loadqisi_preinc, loadqisi_predec, strsi_preinc, strsi_predec)
1132         (loadsi_preinc, loadsi_predec, strqi_shiftpreinc, strqi_shiftpredec)
1133         (loadqi_shiftpreinc, loadqi_shiftpredec, strsi_shiftpreinc)
1134         (strsishift_predec, loadsi_shiftpreinc, loadsi_shiftpredec): Delete.
1135
1136 2005-07-30  James A. Morrison  <phython@gcc.gnu.org>
1137
1138         * fold-const.c (tree_expr_nonnegative_p): Always return true for
1139         non-integral types.
1140
1141 2005-07-29  Wolfgang Bangerth <bangerth@dealii.org>
1142
1143         PR target/22582
1144         * doc/invoke.texi: Document -rdynamic.
1145
1146 2005-07-30  Joseph S. Myers  <joseph@codesourcery.com>
1147
1148         PR c/23143
1149         * c-parser.c (c_parser_parms_list_declarator): Call
1150         mark_forward_parm_decls.
1151         * c-decl.c (merge_decls): Only check DECL_IN_SYSTEM_HEADER for
1152         decls with visibility structure.
1153
1154 2005-07-30  Paul Brook  <paul@codesourcery.com>
1155
1156         * config/arm/arm.c (arm_coproc_mem_operand): Fix inaccurate comment.
1157
1158 2005-07-30  Paul Brook  <paul@codesourcery.com>
1159
1160         * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
1161         prototype.
1162         * config/arm/arm.c (arm_canonicalize_comparison): Use correct limit
1163         value for mode.
1164         * config/arm/arm.h (CANONICALIZE_COMPARISON): Pass mode argument.
1165
1166 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
1167
1168         PR c/529
1169         * c-decl.c (warn_if_shadowing): Don't check for PARM_DECL in
1170         nested function declarators.
1171         (pushdecl): Don't call warn_if_shadowing for PARM_DECL.
1172         (grokparms): Call warn_if_shadowing for parameters used within the
1173         parameter list.
1174         (store_parm_decls_newstyle): Call warn_if_shadowing for parameters
1175         not used within the parameter list.
1176         (store_parm_decls_oldstyle): Call warn_if_shadowing for parameters.
1177
1178 2005-07-30  Jan Hubicka  <jh@suse.cz>
1179
1180         * expr.c (expand_expr_real_1): Do not load mem targets into register.
1181         * i386.c (ix86_fixup_binary_operands): Likewise.
1182         (ix86_expand_unary_operator): Likewise.
1183         (ix86_expand_fp_absneg_operator): Likewise.
1184         * optabs.c (expand_vec_cond_expr): Validate dest.
1185
1186 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
1187
1188         PR c/21720
1189         * real.c (real_from_string): Also set last bit if there is a
1190         nonzero hex digit beyond GCC's internal precision after ".".
1191
1192 2005-07-29  David Edelsohn  <edelsohn@gnu.org>
1193
1194         * config/rs6000/altivec.md: Convert UNSPEC numerical values to
1195         define_constants.  Change duplicate values to unassigned numbers.
1196         Change UNSPEC_SUBS to UNSPEC_VSUBS.
1197         (*altivec_vspltsf): New.
1198         (altivec_vperm_v4sf): Delete.
1199         (altivec_vperm_<mode>): Use mode macro V.
1200         (altivec_vsldoi_<mode>): Convert to mode macro pattern.
1201         (altivec_predicate_v4sf): Delete.
1202         (altivec_predicate_<mode>): Use mode macro V.
1203         (*altivec_lvesfx): New.
1204         (*altivec_stvesfx): New.
1205         (vec_realign_load_v4sf): Delete.
1206         (vec_realign_load_<mode>): Use mode macro V.
1207         * config/rs6000/rs6000.c (generate_set_vrsave): Use
1208         UNSPECV_SET_VRSAVE.
1209
1210 2005-07-29  Mark Mitchell  <mark@codesourcery.com>
1211
1212         PR bootstrap/23131
1213         * configure.ac (SYSTEM_HEADER_DIR): Avoid setting to empty
1214         string.
1215         * configure: Regenerated.
1216
1217 2005-07-29  Paul Brook  <paul@codesourcery.com>
1218
1219         * doc/install.texi: Add link to GFortran binaries wiki page.
1220
1221 2005-07-29  David Ung  <davidu@mips.com>
1222
1223         * config/mips/mips.c (mips_cpu_info_table): Add 5kf to the table.
1224         (mips_rtx_cost_data): Add costs for 5kc and 5kf.
1225         * config/mips/mips.h (processor_type): Add PROCESSOR_5KF.
1226         * config/mips/mips.md (cpu): Add 5kf name.
1227         (includes): Includes 5k.md.
1228         * config/mips/5k.md: New DFA pipeline for the 5kc/5kf.
1229         * doc/invoke.texi (MIPS Options): Updated cpu name supported with
1230         -march flag.
1231
1232 2005-07-29  Diego Novillo  <dnovillo@redhat.com>
1233
1234         PR 22550
1235         * tree-cfgcleanup.c (cleanup_tree_cfg_1): Extract from ...
1236         (cleanup_tree_cfg): ... here.
1237         Call cleanup_tree_cfg_1 until there are no more cleanups to
1238         do.
1239
1240 2005-07-29  James A. Morrison  <phython@gcc.gnu.org>
1241
1242         * tree-vrp.c (compare_range_with_value): Return true or false
1243         for ~[VAL_1, VAL_2] OP VAL if VAL_1 <= VAL <= VAL_2 for NE_EXPR and
1244         EQ_EXPR respectively.
1245
1246 2005-07-29  Kazu Hirata  <kazu@codesourcery.com>
1247
1248         * cfg.c, tree-complex.c, config/frv/frv.c, config/i386/i386.c:
1249         Fix comment typos.
1250
1251 2005-07-29  Diego Novillo  <dnovillo@redhat.com>
1252
1253         * tree-ssa-dom.c (struct opt_stats_d): Add field num_iterations.
1254         (tree_ssa_dominator_optimize): Increment it.
1255         (dump_dominator_optimization_stats): Print it.
1256
1257 2005-07-29  Richard Earnshaw  <richard.earnshaw@arm.com>
1258             Steven Bosscher  <stevenb@suse.de>
1259
1260         PR rtl-optimization/23117
1261         * sched-rgn.c (add_branch_dependences): Handle COND_EXEC correctly
1262         when head == tail.  Tidy comment.
1263
1264 2005-07-28  Richard Henderson  <rth@redhat.com>
1265
1266         * cse.c (exp_equiv_p): Special case CONST_DOUBLE.
1267         * cselib.c (rtx_equal_for_cselib_p): Likewise.
1268         * jump.c (rtx_renumbered_equal_p): Likewise.
1269         * loop.c (rtx_equal_for_loop_p): Tidy and special case PC, CC0,
1270         CONST_INT and CONST_DOUBLE.
1271         (rtx_equal_for_prefetch_p): Likewise, plus LABEL_REF.
1272         * reload.c (operands_match_p): Special case CONST_INT and
1273         CONST_DOUBLE; check mode earlier.
1274
1275 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
1276
1277         PR c/22240
1278         * c-typeck.c (convert_for_assignment): Do not check
1279         DECL_IN_SYSTEM_HEADER on NULL fundecl.
1280
1281 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
1282
1283         PR c/22192
1284         * c-typeck.c (composite_type): Prefer constant size arrays to
1285         VLAs.
1286
1287 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
1288
1289         PR c/21720
1290         * real.c (real_from_string): Set last bit if there is a nonzero
1291         hex digit beyond GCC's internal precision.
1292
1293 2005-07-28  Richard Henderson  <rth@redhat.com>
1294
1295         PR rtl-opt/22619
1296         * cfgcleanup.c (try_forward_edges): Watch out for end of
1297         insn chain.
1298
1299 2005-07-28  James E Wilson  <wilson@specifixinc.com>
1300
1301         PR c/23106
1302         * doc/invoke.texi (Wstrict-aliasing=2): Fix misleading wording.
1303
1304 2005-07-28  Jan Hubicka  <jh@suse.cz>
1305
1306         * Makefile.in (rtl-profile.o): Kill all traces of it.
1307         * common.opt (fspeculative-prefetching, ftree-based-profiling): Kill.
1308         * coverage.h (rtl_coverage_counter_ref): Kill.
1309         * opts.c (flag_speculative_prefetching_set): Kill.
1310         (flag_loop_optimize_set): New.
1311         (common_handle_option): Disable loop optimizer when profiling;
1312         do not handle speculative prefetching.
1313         * passes.c (init_optimization_passes): Replace pass_profiling combo
1314         by branch_prob pass.
1315         * profile.c (compute_value_histograms): Update for simplified value
1316         profiles.
1317         (rtl_register_profile_hooks): Kill.
1318         (pass_profiling): Kill.
1319         (rest_of_handle_branch_prob): Do not profile.
1320         * toplev.c (process_options): Remove speculative prefetching.
1321         * toplev.h (flag_tree_based_profiling): Kill.
1322         * tree-profile.c (prepare_instrumented_value,
1323         tree_gen_interval_profiler, tree_gen_pow2_profiler,
1324         tree_gen_one_value_profiler, do_tree_profiling): Update for
1325         simplified datastructures.
1326         * value-prof.c: Add comment that speculative prefetching was dropped;
1327         update rest of file for simplified datastructures.
1328         (NOPREFETCH_RANGE_MIN, NOPREFETCH_RANGE_MAX,
1329         rtl_divmod_values_to_profile, insn_prefetch_values_to_profile,
1330         find_mem_reference_1, find_mem_reference_2, find_mem_reference,
1331         rtl_values_to_profile, rtl_divmod_fixed_value, rtl_mod_pow2,
1332         rtl_mod_subtract, gen_speculative_prefetch,
1333         rtl_divmod_fixed_value_transform, rtl_mod_pow2_value_transform,
1334         rtl_mod_subtract_transform, speculative_prefetching_transform): Kill.
1335         (gate_handle_value_profile_transformations,
1336         rest_of_handle_value_profile_transformations,
1337         pass_value_profile_transformations): Kill.
1338         * value-prof.h (histogram_value_t): Remove IL based unions.
1339         (rtl_register_value_prof_hooks, rtl_register_profile_hooks,
1340         rtl_profile_hooks): Remove hooks.
1341
1342         * invoke.texi (-ftree-based-profiling, -fspeculative-prefetching): Kill.
1343
1344         * cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.
1345         (cgraph_clone_node): Likewise.
1346         * cgraph.h (cgraph_clone_edge): Update prototype.
1347         (cgraph_clone_node): Likewise.
1348         * ipa-inline.c (cgraph_clone_inlined_nodes): Update call of
1349         cgraph_clone_node.
1350         (lookup_recursive_calls): Consider profile.
1351         (cgraph_decide_recursive_inlining): Fix updating; use new
1352         probability argument; use profile.
1353         * params.def (PARAM_MIN_INLINE_RECURSIVE_PROBABILITY): New.
1354         * tree-inline.c (copy_bb): Update clal of clone_edge.
1355         * tree-optimize.c (tree_rest_of_compilation): UPdate cal of clone_node.
1356
1357         * invoke.texi (min-inline-recursive-probability): Document.
1358
1359 2005-07-28  Gerald Pfeifer  <gerald@pfeifer.com>
1360
1361         * doc/install.texi (Configuration): Update Valgrind homepage.
1362
1363 2005-07-28  Richard Henderson  <rth@redhat.com>
1364
1365         PR middle-end/21362
1366         * cfgrtl.c (rtl_merge_blocks): Call maybe_remove_eh_handler on
1367         labels we want to delete.
1368         (cfg_layout_merge_blocks): Likewise.
1369
1370 2005-07-28  Richard Henderson  <rth@redhat.com>
1371
1372         PR target/17692
1373         * config/i386/i386.c (ix86_split_sse_movcc): Emit DELETED note
1374         when expanding to nothing.
1375
1376 2005-07-28  Josh Conner  <jconner@apple.com>
1377
1378         * ipa-inline.c (update_caller_keys): Fix estimated_growth caching.
1379         (cgraph_decide_inlining_of_small_functions): Likewise.
1380
1381 2005-07-28  Josh Conner  <jconner@apple.com>
1382
1383         * ipa-inline.c (cgraph_edge_badness): Update comments.  Invert shift
1384         direction of badness if negative.
1385         (cgraph_default_inline_p): Add reason to parameters, and assign it
1386         a value.
1387         (cgraph_decide_inlining_of_small_functions): New parameter in call
1388         to cgraph_default_inline_p.
1389         (cgraph_decide_inlining_incrementally): Likewise.
1390         * cgraphunit.c (decide_is_function_needed): Likewise.
1391         * cgraph.h (cgraph_default_inline_p): Likewise.
1392
1393 2005-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1394
1395         * builtins.c: Fix comment typo(s).
1396         * genautomata.c: Likewise.
1397         * gimplify.c: Likewise.
1398         * tree-dfa.c: Likewise.
1399         * tree-flow-inline.h: Likewise.
1400         * tree-into-ssa.c: Likewise.
1401         * tree-ssa-alias.c: Likewise.
1402         * tree-ssa-ccp.c: Likewise.
1403         * tree-ssa-copy.c: Likewise.
1404         * tree-ssa-dce.c: Likewise.
1405         * tree-ssa-dom.c: Likewise.
1406         * tree-ssa-operands.c: Likewise.
1407         * tree-tailcall.c: Likewise.
1408         * tree-vectorizer.c: Likewise.
1409         * tree-vrp.c: Likewise.
1410         * tree.c: Likewise.
1411
1412 2005-07-28  Jeff Law  <law@redhat.com>
1413
1414         * tree-vrp.c (test_for_singularity): Extracted from  ...
1415         (simplify_cond_using_ranges): Attempt to simplify a relational
1416         test to NE_EXPR.  Dump information when a COND_EXPR is simplified.
1417
1418 2005-07-28  Dorit Nuzman  <dorit@il.ibm.com>
1419
1420         PR tree-optimization/22506
1421         * tree-vectorizer.c (update_phi_nodes_for_guard2): Skip loop-closed
1422         phis whose argument is constant.
1423
1424 2005-07-28  J"orn Rennecke <joern.rennecke@st.com>
1425
1426         PR rtl-optimization/18992
1427         Back out this patch:
1428           2003-10-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1429           PR optimization/12142
1430           * cse.c (count_reg_usage): In a SET with a REG SET_DEST, count the
1431           uses of the register in the SET_SRC.  Remove unnecessary argument.
1432
1433         Replace it with this:
1434         * cse.c (count_reg_usage): In INSN, JUMP_INSN and CALL_INSN cases,
1435         if flag_non_call_exceptions is set and the insn may trap, pass
1436         pc_rtx as dest for recursion.
1437         In SET_SRC part of SET case, if dest is already set, pass it down
1438         unchanged.
1439
1440 2005-07-28  Jan Hubicka  <jh@suse.cz>
1441
1442         * cfg.c (update_bb_profile_for_threading): Use RDIV.
1443         (scale_bbs_frequencies_int): Likewise, assert for possible overflow.
1444         (scale_bbs_frequencies_gcov_type): Be more curefull about overflows and
1445         roundoff errors.
1446         * tree-cfg.c (tree_duplicate_sese_region): Use counts for updating
1447         profile when available.
1448
1449 2005-07-28  Jan Beulich <jbeulich@novell.com>
1450
1451         * config/ia64/ia64.c (ia64_load_pair_ok): New.
1452         (ia64_print_operand): Describe and handle 'X'.
1453         (ia64_register_move_cost): Also handle FP_REGS.
1454         (ia64_preferred_reload_class): Likewise.
1455         (ia64_secondary_reload_class): Likewise.
1456         (ia64_dependencies_evaluation_hook): New local variable c. Initialize
1457         it. Also check for ITANIUM_CLASS_FLDP.
1458         * config/ia64/ia64.h (FP_REGNO_P): New.
1459         (HARD_REGNO_MODE_OK): Remove explusion of TImode.
1460         (reg_class): Add FP_REGS.
1461         (REG_CLASS_NAMES): Adjust for it.
1462         (REG_CLASS_CONTENTS): Likewise.
1463         (REGNO_REG_CLASS): Use FP_REGS where appropriate.
1464         (REG_CLASS_FROM_LETTER): Handle 'x'.
1465         (CLASS_MAX_NREGS): Handle FP_REGS.
1466         (MEMORY_MOVE_COST): Likewise.
1467         * config/ia64/ia64.md (itanium_class): Add fldp.
1468         (type): Handle fldp.
1469         (movti_internal): More allowable operand combinations. Use ldfp8 when
1470         splitting unnecessary. Remove predicable attribute. Adjust
1471         itanium_class attribute.
1472         (smuldi3_highpart): Remove outdated comment.
1473         (mulditi3, umulditi3, rotlti3): New expanders.
1474         (addti3, subti3, mulditi3_internal, umulditi3_internal, negti2, rotlti3_internal): New insns.
1475         (absti2): Disabled new insn for future reference.
1476         Respective new splitters.
1477         * config/ia64/itanium1.md (1_fldp, 1b_fldp): New insn reservations.
1478         * config/ia64/itanium2.md (2_fldp, 2b_fldp): Likewise.
1479         * config/ia64/ia64-protos.h (ia64_load_pair_ok): New.
1480
1481 2005-07-25  James A. Morrison  <phython@gcc.gnu.org>
1482
1483         PR rtl-optimization/23047
1484         * simplify-rtx.c (simplify_const_relational_operation): Respect
1485         flag_wrapv for comparisons with ABS.
1486
1487 2005-07-27  James A. Morrison  <phython@gcc.gnu.org>
1488
1489         PR tree-optimization/22493
1490         * tree-vrp.c (extract_range_from_unary_expr): Deal with -fwrapv and
1491         VR_ANTI_RANGEs properly for NEGATE_EXPRs and ABS_EXPRs.
1492
1493 2005-07-27  Aldy Hernandez  <aldyh@redhat.com>
1494
1495         * config/frv/frv.opt (moptimize-membar): New.
1496
1497         * doc/invoke.texi: Document -moptimize-membar and its inverse.
1498
1499         * config/frv/frv.h: Remove machine_function definition.
1500
1501         * config/frv/frv.c (struct frv_io): New.
1502         (struct machine_function): Moved from frv.h.  Add has_membar_p.
1503         (frv_same_doubleword_p, frv_io_fixed_order_p, frv_io_union)
1504         (frv_extract_membar, frv_io_check_address, frv_io_handle_set)
1505         (frv_io_handle_use_1, frv_io_handle_use, frv_optimize_membar_local)
1506         (frv_optimize_membar_global, frv_optimize_membar): New functions.
1507         (frv_reorg): Call frv_optimize_membar when appropriate.
1508         (bdesc_loads, bdesc_stores): Use the membar code as the icode field.
1509         (frv_expand_builtin): Adjust calls accordingly.
1510         (frv_io_address_cookie): New function.
1511         (frv_expand_load_builtin, frv_expand_store_builtin): Emit a normal
1512         load or store rather than a special insn.  Add ccnstant address and
1513         io-type operands to the membar.
1514         (frv_ifcvt_modify_tests): Unsign regno.
1515         (frv_ifcvt_modify_tests): Same.
1516
1517         * config/frv/frv.md: Remove UNSPEC_BUILTIN_{LOAD,STORE}.  Change
1518         UNSPEC_OPTIONAL_MEMBAR constant.
1519         (builtin_read_<mode>): Delete.
1520         (builtin_write_<mode>): Delete.
1521         ("optional_membar_<mode>"): Add operand.
1522
1523         * testsuite/gcc.target/frv/all-builtin-read8.c: Delete.
1524         * testsuite/gcc.target/frv/all-builtin-read16.c: Delete.
1525         * testsuite/gcc.target/frv/all-builtin-read32.c: Delete.
1526         * testsuite/gcc.target/frv/all-builtin-read64.c: Delete.
1527         * testsuite/gcc.target/frv/all-builtin-write8.c: Delete.
1528         * testsuite/gcc.target/frv/all-builtin-write16.c: Delete.
1529         * testsuite/gcc.target/frv/all-builtin-write32.c: Delete.
1530         * testsuite/gcc.target/frv/all-builtin-write64.c: Delete.
1531         * testsuite/gcc.target/frv/all-read-write-1.c: New.
1532
1533 2005-07-28  Kaz Kojima  <kkojima@gcc.gnu.org>
1534
1535         * df.c (df_uses_record): Handle SCRATCH.
1536
1537 2005-07-28  Steven Bosscher  <stevenb@suse.de>
1538
1539         PR debug/20161
1540         * passes.c (rest_of_decl_compilation): If decl is a type and
1541         we have encountered errors, don't emit debug information.
1542
1543 2005-07-27  Kenneth Zadeck <zadeck@naturalbridge.com>
1544
1545         * params.def: Fixed comment.
1546
1547 2005-07-27  Bjoern Haase  <bjoern.m.haase@web.de>
1548
1549         PR target/19885
1550         * config/avr/avr.c (TARGET_ASM_ALIGNED_SI_OP): Add.
1551         (TARGET_ASM_UNALIGNED_HI_OP): Add.
1552         (TARGET_ASM_UNALIGNED_SI_OP): Add.
1553
1554 2005-07-27  Steven Bosscher  <stevenb@suse.de>
1555
1556         PR c++/22003
1557         * varasm.c (assemble_start_function): Don't do anything that may
1558         require a CFG if the current function is a thunk.
1559
1560 2005-07-25  Geoffrey Keating  <geoffk@apple.com>
1561
1562         * doc/install.texi (Prerequisites): Mention that perl is needed
1563         to do export control in libstdc++ targetting Darwin.
1564
1565 2005-07-27  Steven Bosscher  <stevenb@suse.de>
1566
1567         PR rtl-optimization/17808
1568         * sched-deps.c (sched_get_condition): Enable #if 0'ed code.
1569         (sched_insns_conditions_mutex_p): Split out from...
1570         (add_dependence): ...here.  But don't call it from here.
1571         (add_dependence_list): Check sched_insns_conditions_mutex_p
1572         before calling add_dependence.
1573         (add_dependence_list_and_free): Likewise.
1574         (fixup_sched_groups): Likewise.
1575         (sched_analyze_1): Likewise.
1576         (sched_analyze_2): Likewise (and replace a "0" with REG_DEP_TRUE).
1577         (sched_analyze): Likewise.
1578         (sched_analyze_insn): Likewise.
1579         * sched-ebb.c (add_deps_for_risky_insns): Likewise.
1580         * sched-rgn.c (add_branch_dependences): Likewise.  Also, add
1581         dependencies on all COND_EXEC insns to jumps ending basic blocks
1582         when doing intrablock scheduling.
1583         * sched-int.h (sched_insns_conditions_mutex_p): Add prototype.
1584
1585 2005-07-27  Jeff Law  <law@redhat.com>
1586
1587         * tree-vrp.c (vrp_meet): Intersect the equivalency sets when
1588         meeting a VR_ANTI_RANGE with a VR_RANGE.  When intersecting
1589         equivalency sets, correctly handle the case were vr0 has an
1590         equivalency set, but vr1 does not.
1591
1592 2005-07-27  Dorit Nuzman  <dorit@il.ibm.com>
1593
1594         PR tree-optimization/23073
1595         * tree-vect-analyze.c (vect_analyze_data_refs_alignment): Call
1596         vect_print_dump_info before fprintf.
1597
1598 2005-07-27  Zdenek Dvorak  <dvorakz@suse.cz>
1599
1600         PR tree-optimize/22348
1601         * tree-ssa-loop-niter.c (number_of_iterations_cond):
1602         Fold the partial computation.
1603
1604 2005-07-27  Zdenek Dvorak  <dvorakz@suse.cz>
1605
1606         PR tree-optimization/22325
1607         * tree-flow.h (compute_phi_arg_on_exit, force_expr_to_var_cost):
1608         Declare.
1609         * tree-scalar-evolution.c (scev_const_prop): Add generic final
1610         value replacement.
1611         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Split from ...
1612         (force_var_cost): ... this function.
1613         (compute_phi_arg_on_exit): Export.
1614
1615 2005-07-27  Zdenek Dvorak  <dvorakz@suse.cz>
1616
1617         PR tree-optimization/20773
1618         * tree-ssa-loop-ch.c (copy_loop_headers): Select the correct latch
1619         edge.
1620
1621 2005-07-27  Richard Guenther  <rguenther@suse.de>
1622
1623         * tree-ssa-structalias.c (push_fields_onto_fieldstack):
1624         Avoid pushing again if current struct contains only
1625         fields we decomposed.
1626
1627 2005-07-27  Jan Hubicka  <jh@suse.cz>
1628
1629         PR tree-optimization/22574
1630         * cgraph.c (cgraph_function_body_availability): Unanalyzed bodies are
1631         not available.
1632
1633         * tree-tailcall.c (decrease_profile): New function.
1634         (eliminate_tail_call): Use it.
1635
1636         * cgraphunit.c (cgraph_function_and_variable_visibility): Set
1637         visibility flags correctly in whole program mode.
1638
1639 2005-07-26  Steve Ellcey  <sje@cup.hp.com>
1640
1641         PR rtl-optimization/22472
1642         * config/pa/pa.h (HARD_REGNO_RENAME_OK): Define.
1643
1644 2005-07-26  Steven Bosscher  <stevenb@suse.de>
1645
1646         PR tree-optimization/22504
1647         * tree-complex.c (expand_complex_addition): Use 'code' instead
1648         of MINUS_EXPR for (VARYING, ONLY_IMAG) and (ONLY_IMAG, VARYING).
1649
1650 2005-07-26  Aldy Hernandez  <aldyh@redhat.com>
1651
1652         * config.gcc (cpu_type): Add frv case.
1653         (with_cpu): Add frv400-*-*linux* and frv550-*-*linux* cases.
1654         (supported_defaults): Add fr550 case.
1655
1656 2005-07-26  Diego Novillo  <dnovillo@redhat.com>
1657
1658         PR 22591
1659         * tree-ssa-alias.c (may_alias_p): Remove shortcut that tests
1660         whether a pointer of type T * may point to objects of type T *.
1661
1662 2005-07-26  DJ Delorie  <dj@redhat.com>
1663
1664         * configure: Regenerate.
1665
1666 2005-07-26  Dale Johannesen  <dalej@apple.com>
1667
1668         * postreload-gcse.c (alloc_mem):  Start CUID numbering at 1.
1669
1670 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
1671
1672         * doc/install.texi (--with-build-sysroot): Fix grammatical error.
1673         Clarify use of "build" in name.
1674
1675 2005-07-26  Aldy Hernandez  <aldyh@redhat.com>
1676
1677         * doc/extend.texi (Raw read/write Functions): New section.
1678         * testsuite/gcc.target/frv/all-builtin-read8.c: New.
1679         * testsuite/gcc.target/frv/all-builtin-read16.c: New.
1680         * testsuite/gcc.target/frv/all-builtin-read32.c: New.
1681         * testsuite/gcc.target/frv/all-builtin-read64.c: New.
1682         * testsuite/gcc.target/frv/all-builtin-write8.c: New.
1683         * testsuite/gcc.target/frv/all-builtin-write16.c: New.
1684         * testsuite/gcc.target/frv/all-builtin-write32.c: New.
1685         * testsuite/gcc.target/frv/all-builtin-write64.c: New.
1686         * config/frv/frv.c: Add bdesc_loads global.
1687         Add bdesc_stores global.
1688         (frv_init_builtins): Add support for __builtin_{read/write}*.
1689         (frv_volatile_memref): New.
1690         (frv_expand_load_builtin): New.
1691         (frv_expand_store_builtin): New.
1692         * config/frv/frv.h (frv_builtins): Add FRV_BUILTIN_SCAN,
1693         FRV_BUILTIN_READ8, FRV_BUILTIN_READ16, FRV_BUILTIN_READ32,
1694         FRV_BUILTIN_READ64, FRV_BUILTIN_WRITE8, FRV_BUILTIN_WRITE16,
1695         FRV_BUILTIN_WRITE32, FRV_BUILTIN_WRITE64.
1696         * config/frv/frv.md (unspecs): Add UNSPEC_BUILTIN_LOAD,
1697         UNSPEC_BUILTIN_STORE, UNSPEC_OPTIONAL_MEMBAR.
1698         (builtin_read_<mode>): New.
1699         (builtin_write_<mode>): New.
1700         (builtin_write64): New.
1701         (optional_membar_<mode>): New.
1702
1703 2005-07-26  J"orn Rennecke <joern.rennecke@st.com>
1704
1705         * emit-rtl.c (gen_lowpart_common): Compare size of MODE in bits
1706         (rather than units) against HOST_BITS_PER_WIDE_INT.
1707
1708 2005-07-26  Kazu Hirata  <kazu@codesourcery.com>
1709
1710         * ipa-pure-const.c, ipa-reference.c, ipa-reference.h,
1711         ipa-type-escape.c, ipa-type-escape.h, ipa-utils.c,
1712         ipa-utils.h, treestruct.def, config/crx/crx-protos.h,
1713         config/crx/crx.c, config/crx/crx.h, config/crx/crx.md: Update
1714         FSF address.
1715
1716         * calls.c, fold-const.c, ipa-reference.c, ipa-type-escape.c,
1717         tree-ssa-reassoc.c, tree-ssa-structalias.c, vec.h,
1718         config/crx/crx.c, config/m32c/m32c.c, config/m32c/m32c.h: Fix
1719         comment typos.
1720         * doc/c-tree.texi, doc/tree-ssa.texi: Fix typos.
1721
1722 2005-07-26  Richard Guenther  <rguenther@suse.de>
1723
1724         PR tree-optimization/22486
1725         * fold-const.c (fold_unary): Fold away useless component
1726         references of the form (T *)&T.x, if the address
1727         doesn't change.
1728
1729 2005-07-25  James E Wilson  <wilson@specifixinc.com>
1730
1731         * dwarf2out.c (add_call_src_coords_attributes): New.
1732         (gen_inlined_subroutine_die): Call it.
1733         (maybe_emit_file, init_file_table): Add comments.
1734         (prune_unused_types_walk_attribs): Pass DW_AT_call_file through
1735         maybe_emit_file.
1736         * tree-inline.c (remap_block): Copy BLOCK_SOURCE_LOCATION.
1737         (expand_call_inline): Set BLOCK_SOURCE_LOCATION.
1738         * tree.h (BLOCK_SOURCE_LOCATION): New.
1739         (struct tree_block): New field locus.
1740
1741 2005-07-26  Andreas Schwab  <schwab@suse.de>
1742
1743         PR rtl-optimization/23043
1744         * postreload-gcse.c (eliminate_partially_redundant_load): Fix typo
1745         when allocating a struct unoccr.
1746
1747 2005-07-25  Richard Henderson  <rth@redhat.com>
1748
1749         PR 22626
1750         * tree-complex.c (gate_no_optimization): True if errors.
1751         * Makefile.in (tree-complex.o): Update dependencies.
1752
1753 2005-07-25  Aldy Hernandez  <aldyh@redhat.com>
1754
1755         * config/frv/predicates.md (integer_register_operand): Use
1756         GPR_AP_OR_PSEUDO_P.
1757
1758 2005-07-25  Andrew Pinski  <pinskia@physics.uc.edu>
1759
1760         PR tree-opt/22484
1761         * tree-ssa-ccp.c (fold_stmt_inplace): Strip useless type conversions
1762         after fold.
1763         * tree-ssa-propagate.c (set_rhs): Reject invalid conditional operands.
1764
1765 2005-07-25  Andrew Pinski  <pinskia@physics.uc.edu>
1766
1767         * tree-ssa-reassoc.c (reassociate_expr): Allow scaler floating point
1768         types when flag_unsafe_math_optimizations is true.
1769
1770 2005-07-25  Mark Mitchell  <mark@codesourcery.com>
1771
1772         * gcc.c (option_map): Add --sysroot.
1773         (process_command): Handle --sysroot.
1774         (display_help): Document it.
1775         * doc/cppopts.tex (-isysroot): Document.
1776         * doc/invoke.texi (--sysroot): Document.
1777         * doc/install.texi (--with-build-sysroot): Document.
1778
1779         * Makefile.in (inhibit_libc): New variable.
1780         (INHIBIT_LIBC_CFLAGS): Likewise.
1781         (LIBGCC2_CFLAGS): Include
1782         $(INHIBIT_LIBC_CFLAGS).
1783         (CRTSTUFF_CFLAGS): Include $(INHIBIT_LIBC_CFLAGS).
1784         ($(T)crtbegin.o): Do not use @inhibit_libc@.
1785         ($(T)crtend.o): Likewise.
1786         ($(T)crtbeginS.o): Do not use @inhibit_libc@.
1787         ($(T)crtendS.o): Likewise.
1788         ($(T)crtbeginT.o): Do not use @inhibit_libc@.
1789         ($(T)crtendT.o): Likewise.
1790         (stmp-fixinc): Do not complain about missing headers if
1791         inhibit_libc.
1792         * configure.ac (inhibit_libc): Set it to true/false.
1793         (--with-build-sysroot): New option.  Use it to set
1794         SYSTEM_HEADER_DIR.
1795         * configure: Regenerated.
1796
1797 2005-07-25  Manfred Hollstein  <mh@suse.com>
1798
1799         * calls.c (store_one_arg): Fix unsigned comparison warning.
1800
1801 2005-07-25  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
1802
1803         PR other/22337
1804         * ggc-zone.c (ggc_alloc_zone_stat): Do not use CHUNK_OVERHEAD.
1805         (ggc_print_statistics): Initialize variable before use.
1806
1807 2005-07-25  Richard Guenther  <rguenther@suse.de>
1808
1809         * tree-dfa.c (mark_new_vars_to_rename): Protect against
1810         calling with a PHI_NODE argument.
1811
1812         * tree-flow-inline.h (overlap_subvar): Protect against
1813         possible overflow.
1814
1815 2005-07-25  Paolo Bonzini  <bonzini@gnu.org>
1816
1817         * aclocal.m4 (gcc_AC_CHECK_TOOL): Add /bin to default directory.
1818         * configure: Regenerate.
1819
1820 2005-07-25  Ira Rosen  <irar@il.ibm.com>
1821
1822         * expr.c (highest_pow2_factor): Make extern.
1823         * tree-data-ref.c (ptr_decl_may_alias_p): New function.
1824         (ptr_ptr_may_alias_p, may_alias_p, record_ptr_differ_p,
1825         record_array_differ_p, array_ptr_differ_p): Likewise.
1826         (base_object_differ_p): Rename (from array_base_name_differ_p). Support
1827         additional cases. Call the above functions.
1828         (base_addr_differ_p): Moved from tree-vect-analyze.c. Call
1829         base_object_differ_p when there are two base objects. Otherwise, compare
1830         base address and offset. Call may_alias_p.
1831         (dump_data_reference): Use a correct field name.
1832         (analyze_array): Make static. Initialize new data-ref fields.
1833         (analyze_indirect_ref): New function.
1834         (init_data_ref): Initialize new data-ref fields.
1835         (strip_conversion): Moved from tree-vect-analyze.c.
1836         (analyze_offset_expr, get_ptr_offset, address_analysis,
1837         object_analysis): Likewise.
1838         (analyze_offset): New function.
1839         (create_data_ref): Likewise.
1840         (initialize_data_dependence_relation): Call base_addr_differ_p. Compare
1841         dimensions for ARRAY_REFs only.
1842         (build_classic_dist_vector): Make static.
1843         (access_functions_are_affine_or_constant_p): Call macro to get the
1844         address of access functions.
1845         (compute_all_dependences): Add new parameter
1846         compute_self_and_read_read_dependences. Compute self and read-read
1847         dependences if it is true.
1848         (find_data_references_in_loop): Call create_data_ref. Initialize new
1849         data-ref fields.
1850         (compute_data_dependences_for_loop): Add new parameter
1851         compute_self_and_read_read_dependences. Remove parameter nb_loops,
1852         compute nb_loops. Call compute_all_dependences,
1853         build_classic_dist_vector and build_classic_dir_vector with correct
1854         parameters.
1855         (analyze_all_data_dependences): Call compute_data_dependences_for_loop
1856         with correct parameters. Compare dimensions for ARRAY_REFs only.
1857         (free_data_refs): Call macro to free access functions.
1858         * tree-data-ref.h (struct first_location_in_loop): New structure. Move
1859         fields from stmt_vinfo.
1860         (struct base_object_info): New structure.
1861         (struct data_reference): Move fields to base_object_info. Add fields
1862         first_location and object_info for above structures. Move fields from
1863         stmt_info: memtag, ptr_info, subvars, misalignment. Add new field
1864         aligned_to.  Add macros to access the new fields.
1865         Update functions declarations.
1866         * tree-flow.h (is_aliased_with): Declare.
1867         * tree-loop-linear.c (linear_transform_loops): Call
1868         compute_data_dependences_for_loop with correct parameters.
1869         * tree-ssa-alias.c (is_aliased_with): New function.
1870         * tree-vect-analyze.c (vect_get_ptr_offset): Remove.
1871         (vect_analyze_offset_expr, vect_base_addr_differ_p): Likewise.
1872         (vect_analyze_data_ref_dependence): Get ddr. Remove call to
1873         vect_base_addr_differ_p, compute_subscript_distance and
1874         build_classic_dist_vector. Add printings. Check absolute value of
1875         distance.
1876         (vect_analyze_data_ref_dependences): Go through ddrs instead of
1877         data-refs.
1878         (vect_compute_data_ref_alignment): Get the fields of data-ref instead of
1879         stmt. Check aligned_to. Check if the base is aligned. Remove conversion
1880         to bytes. Add printing.
1881         (vect_compute_data_refs_alignment): Go through loads and stores in one
1882         loop.
1883         (vect_enhance_data_refs_alignment, vect_analyze_data_refs_alignment,
1884         vect_analyze_data_ref_access): Likewise.
1885         (vect_analyze_pointer_ref_access): Remove.
1886         (vect_address_analysis, vect_object_analysis): Likewise.
1887         (vect_analyze_data_refs): Call compute_data_dependences_for_loop to find
1888         and analyze data-refs in the loop.
1889         * tree-vect-transform.c (vect_create_addr_base_for_vector_ref): Get the
1890         fields of data-ref instead of stmt. Add init to the offset from the
1891         base.
1892         (vect_create_data_ref_ptr): Get the fields of data-ref instead of stmt.
1893         (vect_update_init_of_dr): Likewise.
1894         (vect_update_inits_of_drs): Go through loads and stores in one loop.
1895         * tree-vectorizer.c (new_stmt_vec_info): Remove initialization of
1896         removed fields.
1897         (new_loop_vec_info): Initialize new fields.
1898         (destroy_loop_vec_info): Free new fields.
1899         (vect_strip_conversion): Remove.
1900         * tree-vectorizer.h (enum verbosity_levels): Add new verbosity level.
1901         (struct _loop_vec_info): Unify data_ref_writes and data_ref_reads into
1902         datarefs. Add new field ddrs.
1903         Add macros for the new fields access.
1904         (struct _stmt_vec_info): Remove: base_address, initial_offset, step,
1905         base_aligned_p, misalignment, memtag, ptr_info and subvars.
1906         Remove their macros.
1907         * tree.h (highest_pow2_factor): Declare.
1908
1909 2005-07-25  Jakub Jelinek  <jakub@redhat.com>
1910
1911         * calls.c (store_one_arg): Check for sibling call MEM arguments
1912         from already clobbered incoming argument area.
1913
1914 2005-07-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1915
1916         * c-common.c (check_missing_format_attribute): New.
1917         * c-common.h (check_missing_format_attribute): Likewise.
1918         * c-typeck.c (convert_for_assignment): Use it.
1919
1920 2005-07-24  Andreas Schwab  <schwab@suse.de>
1921
1922         * config/m68k/m68k.md ("extendqidi2"): When source is an address
1923         register use a word move.  Correct operand of ext.w in 68000 code.
1924
1925 2005-07-23  Mark Mitchell  <mark@codesourcery.com>
1926
1927         * dwarf2out.c (gen_variable_die): Treat un-emitted COMDAT
1928         variables as declarations, rather than definitions.
1929
1930 2005-07-24  Ira Rosen  <irar@il.ibm.com>
1931
1932         PR tree-optimization/22526
1933         * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Match the type
1934         of the zero node.
1935
1936 2005-07-24  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1937
1938         * builtins.def: Add DEF_EXT_C99RES_BUILTIN to define builtins
1939         that C99 reserve for future use. Use it to define clog10,
1940         clog10f and clog10l.
1941
1942 2005-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1943
1944         * Makefile.in (STRICT2_WARN): Add -Wmissing-format-attribute.
1945         * configure.ac: Check for -Wmissing-format-attribute.
1946
1947         * configure: Regenerate.
1948
1949 2005-07-23  Richard Henderson  <rth@redhat.com>
1950
1951         PR tree-optimization/22623
1952         * tree-complex.c (set_component_ssa_name): Use replace_ssa_name_symbol.
1953
1954 2005-07-23  Giovanni Bajo  <giovannibajo@libero.it>
1955
1956         PR target/22577
1957         * config/pa/pa.c (reloc_needed): Updated for VECs inside CONSTRUCTOR.
1958
1959 2005-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1960
1961         * Makefile.in (C_TREE_H): Update dependencies.
1962         * c-tree.h: Include toplev.h.
1963         * diagnostic.h (diagnostic_set_info): Add format attribute.
1964         * rtl-error.c (diagnostic_for_asm): Likewise.
1965
1966 2005-07-23  Chao-ying Fu  <fu@mips.com>
1967
1968         * config/mips/mips-dsp.md: New file.
1969         * config/mips/mips-modes.def (V4QI, V2HI, CCDSP): New modes.
1970         * config/mips/mips.c (mips_function_type): Add types for DSP builtin
1971         functions.
1972         (mips_builtin_type): Add MIPS_BUILTIN_DIRECT_NO_TARGET and
1973         MIPS_BUILTIN_BPOSGE32.
1974         (mips_expand_builtin_direct): Add one parameter to indicate that
1975         builtin functions need to return a value.
1976         (mips_expand_builtin_bposge): New for expanding "bposge" builtin
1977         functions.
1978         (mips_regno_to_class): Add classes for 12 new DSP registers.
1979         (mips_subword): Change to check four HI registers.
1980         (mips_output_move): Output move to and from 6 new DSP accumulators.
1981         (override_options): Make sure -mdsp and -mips16 are not used together.
1982         Map 'A' to DSP_ACC_REGS and 'a' to ACC_REGS.  Enable DSP accumulators
1983         for machine modes.
1984         (mips_conditional_register_usage): Disable 6 new DSP accumulators
1985         when !TARGET_DSP.
1986         (print_operand): Add 'q' for printing DSP accumulators.
1987         (mips_cannot_change_mode_class): Check ACC_REGS.
1988         (mips_secondary_reload_class): Check ACC_REGS.
1989         (mips_vector_mode_supported_p): Enable V2HI and V4QI when TARGET_DSP.
1990         (mips_register_move_cost): Check ACC_REGS.
1991         (CODE_FOR_mips_addq_ph, CODE_FOR_mips_addu_qb, CODE_FOR_mips_subq_ph)
1992         (CODE_FOR_mips_subu_qb): New code-aliasing macros.
1993         (DIRECT_NO_TARGET_BUILTIN, BPOSGE_BUILTIN): New macros.
1994         (dsp_bdesc): New array.
1995         (bdesc_arrays): Add DSP builtin function table.
1996         (mips_prepare_builtin_arg): Check predicate again after
1997         copy_to_mode_reg.
1998         (mips_expand_builtin): Add one more parameter to
1999         mips_expand_builtin_direct. Expand MIPS_BUILTIN_DIRECT_NO_TARGET and
2000         MIPS_BUILTIN_BPOSGE32.
2001         (mips_init_builtins): Initialize new function types.
2002         (mips_expand_builtin_direct): Check if builtin functions need to
2003         return a value and pass operands properly.
2004         (mips_expand_builtin_bposge): New function.
2005         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Add __mips_dsp.
2006         (ASM_SPEC): Map -mdsp to -mdsp in GAS.
2007         (FIRST_PSEUDO_REGISTER): Increase to 188.
2008         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
2009         Update for 12 new DSP registers.
2010         (DSP_ACC_REG_FIRST, DSP_ACC_REG_LAST, DSP_ACC_REG_NUM, AC1HI_REGNUM)
2011         (AC1LO_REGNUM, AC2HI_REGNUM, AC2LO_REGNUM, AC3HI_REGNUM, AC3LO_REGNUM):
2012         (DSP_ACC_REG_P, ACC_REG_P, ACC_HI_REG_P): New macros.
2013         (reg_class): Add DSP_ACC_REGS and ACC_REGS.
2014         (REG_CLASS_NAMES): Add names for DSP_ACC_REGS and ACC_REGS.
2015         (REG_CLASS_CONTENTS): Update for DSP_ACC_REGS, ACC_REGS and ALL_REGS.
2016         (REG_ALLOC_ORDER): Update for 12 new DSP registers.
2017         (mips_char_to_class): Add 'A' for DSP_ACC_REGS and 'a' for ACC_REGS.
2018         (UIMM6_OPERAND, IMM10_OPERAND): New macros.
2019         (EXTRA_CONSTRAINT_Y): Add YA and YB extra constraints.
2020         (REGISTER_NAMES): Add names for 12 new DSP registers.
2021         * config/mips/mips.md: Include mips-dsp.md.
2022         (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
2023         (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
2024         (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
2025         (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
2026         (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
2027         (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
2028         (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
2029         (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
2030         (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
2031         (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
2032         (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
2033         (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
2034         (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
2035         (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
2036         (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
2037         (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
2038         (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
2039         (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
2040         (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
2041         (UNSPEC_RDDSP): New constants.
2042         (*movdi_32bit): Change 'x' to 'a' for ACC_REGS.
2043         (*movsi_internal): Change 'x' to 'a' for ACC_REGS.  Add an
2044         A<-d alternative.
2045         * config/mips/mips.opt (-mdsp): New option.
2046         * config/mips/predicates.md (const_uimm6_operand, const_imm10_operand)
2047         (reg_imm10_operand): New predicates.
2048         * doc/extend.texi (MIPS DSP Built-in Functions): New section.
2049         * doc/invoke.texi (-mdsp): Document new option.
2050
2051 2005-07-22  DJ Delorie  <dj@redhat.com>
2052
2053         * c-objc-common.c (c_cannot_inline_tree_fn): Add warning control
2054         to warning calls.
2055         * tree-inline.c (inlinable_function_p): Likewise.
2056
2057 2005-07-22  Mark Mitchell  <mark@codesourcery.com>
2058
2059         PR debug/21828
2060         * toplev.c (check_global_declarations): Do not mark undefined
2061         variables as DECL_IGNORED_P.
2062         * varasm.c (first_global_object_name): GTY it.
2063         (weak_global_object_name): Likewise.
2064         (notice_global_symbol): Use ggc_strdup, not xstrdup, when creating
2065         a string to go into {weak,first}_global_object_name.
2066
2067 2005-07-22  DJ Delorie  <dj@redhat.com>
2068
2069         * c-format.c (check_function_format): Change warning control
2070         option from OPT_Wattribute to OPT_Wmissing_format_attribute.
2071
2072 2005-07-22  Diego Novillo  <dnovillo@redhat.com>
2073
2074         * tree-ssa-alias.c (count_ptr_derefs): Do not consider
2075         &PTR->FLD a dereference of PTR.
2076         * tree-ssa-structalias.c (update_alias_info): Consider &PTR->FLD
2077         a potential dereference of PTR.
2078
2079 2005-07-22  J"orn Rennecke <joern.rennecke@st.com>
2080
2081         PR rtl-optimization/20370
2082         * ifcvt.c (dead_or_predicable): Before calling propagate_block,
2083         call allocate_reg_info if necessary.
2084
2085         PR rtl-optimization/21848
2086         * calls.c (emit_library_call_value_1): For const functions, add
2087         USEs of the stack slots to CALL_INSN_FUNCTION_USAGE.
2088
2089         PR rtl-optimization/22445
2090         * cselib.c (target.h): Include.
2091         (rtx_equal_for_cselib_p): Allow commutative matches.
2092         (cselib_hash_rtx): Don't use MODE for CONST_INT hashing.
2093         Remove MODE parameter.  Changed all callers.
2094
2095         PR rtl-optimization/22258
2096         * combine.c (likely_spilled_retval_1, likely_spilled_retval_p):
2097         New functions.
2098         (try_combine): Use likely_spilled_retval_p.
2099
2100 2005-07-22  Paul Woegerer  <paul.woegerer@nsc.com>
2101
2102         * config.gcc: Add crx-elf support.
2103
2104         * doc/contrib.texi: Mention crx.
2105         * doc/extend.texi: Document crx extensions.
2106         * doc/install.texi: Document crx install.
2107         * doc/invoke.texi: Document crx options.
2108         * doc/md.texi: Document crx constraints.
2109
2110         * config/crx/crx-protos.h: New file.
2111         * config/crx/crx.c: New file.
2112         * config/crx/crx.h: New file.
2113         * config/crx/crx.md: New file.
2114         * config/crx/crx.opt: New file.
2115         * config/crx/t-crx: New file.
2116
2117 2005-07-22  Manfred Hollstein  <mh@suse.com>
2118
2119         * tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised
2120         warnings.
2121         (int_add_graph_edge): Likewise.
2122         (collapse_nodes): Likewise.
2123         (process_unification_queue): Likewise.
2124
2125 2005-07-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2126             Laurent GUERBY  <laurent@guerby.net>
2127
2128         PR tree-optimization/22336
2129         * function.c (record_block_change): Check for
2130         cfun->ib_boundaries_block.
2131
2132 2005-07-21  James A. Morrison  <phython@gcc.gnu.org>
2133
2134         * fold-const.c (fold_unary): Don't strip signed nops from ABS_EXPRs.
2135         (tree_expr_nonnegative_p): Return try for TYPE_UNSIGNED.
2136
2137 2005-07-21  DJ Delorie  <dj@redhat.com>
2138
2139         * toplev.c (warn_deprecated_use): Add warning control to warning
2140         call.
2141         * c-typeck.c (parser_build_binary_op): Likewise.
2142         (c_finish_if_stmt): Likewise.
2143         * c-common.c (check_function_sentinel): Likewise.
2144         (check_nonnull_arg): Likewise.
2145
2146 2005-07-21  Richard Henderson  <rth@redhat.com>
2147
2148         PR tree-opt/22504
2149         * tree-complex.c (complex_ssa_name_components): New.
2150         (cvc_lookup): Allow entry not found.
2151         (create_components): Remove.
2152         (create_one_component_var, get_component_var): New.
2153         (get_component_ssa_name, set_component_ssa_name): New.
2154         (extract_component): Use get_component_ssa_name.
2155         (update_complex_components): Use set_component_ssa_name.
2156         (update_complex_components_on_edge): Likewise.
2157         (update_phi_components): Create new PHI nodes directly, instead
2158         of adding insns to edges.
2159         (tree_lower_complex): Allocate and free complex_variable_components
2160         and complex_ssa_name_components here.
2161
2162 2005-07-20  Daniel Berlin  <dberlin@dberlin.org>
2163
2164         * alias.c (nonoverlapping_component_refs_p): Use TYPE_MAIN_VARIANT,
2165         revert to returning false.
2166
2167 2005-07-21  Uros Bizjak  <uros@kss-loka.si>
2168
2169         PR target/21149
2170         * config/i386/i386.md (sse_movhlps): Fix vec_select values.
2171
2172 2005-07-21  Uros Bizjak  <uros@kss-loka.si>
2173
2174         PR target/22576
2175         * config/i386/i386.md (cmpxf): Change operand constraints
2176         to "nonmemory_operand".
2177
2178 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
2179
2180         * config/i386/i386.md (trap): Use "".word/t0x0b0f" instead of ud2.
2181
2182 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
2183
2184         PR middle-end/21180
2185         * fold-const.c (fold_build1): Add checksum for the operands.
2186         (fold_build2): Likewise.
2187         (fold_build3): Likewise.
2188
2189 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
2190
2191         PR middle-end/19055
2192         * fold-const.c (fold_binary): Transform "(X | Y) ^ X" to "Y & ~ X".
2193
2194 2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
2195
2196         * common.opt (-fforward-propagate): Committed by mistake,
2197         removed.
2198
2199 2005-07-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2200
2201         * reg-stack.c: Fix comment typo(s).
2202         * tree-ssa-operands.c: Likewise.
2203         * tree-vectorizer: Likewise.
2204
2205 2005-07-21  Nick Clifton  <nickc@redhat.com>
2206
2207         * config/sh/symbian.c: Replace C++ style line comments with C
2208         style line comments.
2209         (symbian_add_attribute): Do not use a ? operator on the LHS of
2210         an assignment.
2211         (sh_symbian_handle_dll_attribute): Change the type of the
2212         method vector to "VEC(tree,gc)*" and use vector accessor
2213         macros to walk over the elements.
2214         (symbian_export_vtable_and_rtti_p): Likewise.
2215         (symbian_class_needs_attribute_p): Likewise.
2216
2217 2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
2218
2219         PR target/22085
2220         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Do not
2221         initialize targetm.resolve_overloaded_builtin here.
2222         (altivec_expand_overloaded_builtin): Make it non-static.
2223         * config/rs6000/rs6000-protos.h
2224         (altivec_expand_overloaded_builtin): New prototype.
2225         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Initialize
2226         targetm.resolve_overloaded_builtin here.
2227         * config/rs6000/darwin.h (REGISTER_TARGET_PRAGMAS): Likewise.
2228
2229 2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
2230             Zdenek Dvorak  <dvorakz@suse.cz>
2231
2232         PR tree-optimization/19210
2233         * common.opt (Wunsafe-loop-optimizations, funsafe-loop-optimizations):
2234         New.
2235         * Makefile.in (tree-ssa-loop-niter.o): Depend intl.o.
2236         * loop-iv.c (get_simple_loop_desc): If -funsafe-loop-optimizations,
2237         rely on unproven assumptions.
2238         * predict.c (predict_loops): Adjust call to number_of_iterations_exit.
2239         * tree-flow.h (number_of_iterations_exit): Add final parameter.
2240         * tree-scalar-evolution.c (number_of_iterations_in_loop): Adjust call
2241         to number_of_iterations_exit.
2242         * tree-ssa-loop-ivcanon.c (empty_loop_p): Likewise.
2243         * tree-ssa-loop-ivopts.c (niter_for_exit): Likewise.
2244         * tree-ssa-loop-niter.c (find_loop_niter,
2245         estimate_numbers_of_iterations_loop): Likewise.
2246         (number_of_iterations_exit): Honor the new options.
2247         * doc/invoke.texi (Wunsafe-loop-optimizations,
2248         funsafe-loop-optimizations): Document them.
2249
2250 2005-07-21  Richard Sandiford  <richard@codesourcery.com>
2251
2252         PR rtl-optimization/22167
2253         * gcse.c (hoist_code): Fix hoist_exprs[] check.
2254
2255 2005-07-20  Adam Nemet  <anemet@lnxw.com>
2256
2257         * config/rs6000/lynx.h: Mark __do_global_ctors_aux and
2258         __do_global_dtors_aux longcall.
2259
2260 2005-07-20  Kazu Hirata  <kazu@cs.umass.edu>
2261
2262         * gensupport.c (old_preds): Don't reference PREDICATE_CODES.
2263         (old_special_pred_table): Don't reference
2264         SPECIAL_MODE_PREDICATES.
2265         * system.h (PREDICATE_CODES, SPECIAL_MODE_PREDICATES): Poison.
2266         * config/arc/arc.h: Don't mention PREDICATE_CODES.
2267         * config/sh/predicates.h: Don't mention
2268         SPECIAL_MODE_PREDICATES.
2269         * doc/tm.texi (PREDICATE_CODES, SPECIAL_MODE_PREDICATES):
2270         Remove.
2271
2272 2005-07-20  DJ Delorie  <dj@redhat.com>
2273
2274         * config.gcc: Add m32c-elf support.
2275
2276         * doc/contrib.texi: Mention m32c.
2277         * doc/extend.texi: Document m32c extensions.
2278         * doc/install.texi: Mention m32c.
2279         * doc/invoke.texi: Document m32c options.
2280         * doc/md.texi: Document m32c constraints.
2281
2282         * config/m32c/addsub.md: New file.
2283         * config/m32c/bitops.md: New file.
2284         * config/m32c/cond.md: New file.
2285         * config/m32c/jump.md: New file.
2286         * config/m32c/m32c-lib1.S: New file.
2287         * config/m32c/m32c-lib2.c: New file.
2288         * config/m32c/m32c-modes.def: New file.
2289         * config/m32c/m32c-pragma.c: New file.
2290         * config/m32c/m32c-protos.h: New file.
2291         * config/m32c/m32c.abi: New file.
2292         * config/m32c/m32c.c: New file.
2293         * config/m32c/m32c.h: New file.
2294         * config/m32c/m32c.md: New file.
2295         * config/m32c/m32c.opt: New file.
2296         * config/m32c/minmax.md: New file.
2297         * config/m32c/mov.md: New file.
2298         * config/m32c/muldiv.md: New file.
2299         * config/m32c/predicates.md: New file.
2300         * config/m32c/prologue.md: New file.
2301         * config/m32c/shift.md: New file.
2302         * config/m32c/t-m32c: New file.
2303
2304 2005-07-20  Kaz Kojima  <kkojima@gcc.gnu.org>
2305
2306         * config/sh/sh.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): New constants.
2307         (stack_protect_set, stack_protect_test): New expanders.
2308         (stack_protect_set_si, stack_protect_set_si_media,
2309         stack_protect_set_di_media, stack_protect_test_si,
2310         stack_protect_test_si_media, stack_protect_test_di_media):
2311         New insns.
2312
2313 2005-07-20  Andrew Pinski  <pinskia@physics.uc.edu>
2314
2315         * c-typeck.c (output_init_element): Don't copy the INTEGER_CST.
2316
2317 2005-07-20  James A. Morrison  <phython@gcc.gnu.org>
2318
2319         * tree.h (tree_expr_nonzero_p): Export.
2320         * fold-const.c (tree_expr_nonzero_p): Likewise.
2321         Return true for CALL_EXPRs that are alloca calls.
2322         (fold_binary): Use omit_one_operand when checking EQ_EXPRs or NE_EXPRs
2323         against zero.
2324         * tree-flow.h (expr_computes_nonzero): Remove.
2325         * tree-vrp.c (expr_computes_nonzero): Remove.
2326         (vrp_expr_computes_nonzero): Use tree_expr_nonzero_p.
2327         (extract_range_from_unary_expr): Likewise.
2328         * tree-ssa-dom.c (record_equivalences_from_stmt): Use
2329         tree_expr_nonzero_p.
2330
2331 2005-07-20  Bernd Schmidt  <bernd.schmidt@analog.com>
2332
2333         * config/bfin/bfin-protos.h (legitimize_pic_address): Don't declare.
2334         * config/bfin/bfin.c (legitimize_pic_address): Now static.  Take
2335         extra arg "picreg" and use it instead of pic_offset_table_rtx.
2336         All callers changed.
2337         (frame_related_constant_load): New arg "related" which controls
2338         setting of RTX_FRAME_RELATED_P.  All callers changed.
2339         (bfin_load_pic_reg): New function, broken out of bfin_expand_prologue.
2340         (bfin_expand_prologue): Add stack limit checking.
2341         * config/bfin/bfin.md (trapifcc): New pattern.
2342
2343         * config/bfin/bfin.c: Include "langhooks.h".
2344         (def_builtin): Go through lang_hooks to call builtin_function.
2345
2346         * config/bfin/bfin-protos.h (bfin_longcall_p): Declare.
2347         * config/bfin/predicates.md (symbol_ref_operand): New.
2348         (call_insn_operand): Delete.  All callers changed to use
2349         register_no_elim_operand.
2350         * config/bfin/bfin.c (init_cumulative_args): Initialize the new
2351         call_cookie field.
2352         (function_arg): Use it to generate the call's operand 2.
2353         (bfin_longcall_p): New function.
2354         (bfin_expand_call): Extra arg "cookie".  All callers and declaration
2355         changed.  Emit extra USE in the pattern.  Use bfin_longcall_p to
2356         determine if the address needs to be in a REG.
2357         (bfin_handle_longcall_attribute): New function.
2358         (bfin_attribute_table): Add "longcall" and "shortcall".
2359         * config/bfin/bfin.h (CALL_NORMAL, CALL_LONG, CALL_SHORT): New macros.
2360         (CUMULATIVE_ARGS): New member call_cookie.
2361         (PREDICATE_CODES): Add symbol_ref_operand.
2362         * config/bfin/bfin.md (call, call_value, sibcall, sibcall_value): Add
2363         extra USE to the pattern.
2364         (call_symbol, sibcall_symbol, call_value_symbol, sibcall_value_symbol):
2365         New patterns, split off call_insn, sibcall_insn, call_value_insn and
2366         sibcall_value_insn; now the new patterns handle direct calls and the
2367         old ones indirect calls.
2368         * doc/extend.texi: Mention Blackfin in longcall/shortcall docs.
2369
2370 2005-07-20  Zdenek Dvorak  <dvorakz@suse.cz>
2371
2372         * doc/trouble.texi: Update section on handling of empty loops.
2373
2374 2005-07-20  Kazu Hirata  <kazu@codesourcery.com>
2375
2376         * config.gcc: Remove support for sparc-*-openbsd*,
2377         i860-*-sysv4*, ip2k-*-elf, ns32k-*-netbsdelf*,
2378         ns32k-*-netbsd*.
2379         * config.host: Remove support for i860-*-sysv4* as a host.
2380         * config/i860/*, config/ip2k/*, config/ns32k/*,
2381         config/sparc/openbsd.h, config/sparc/t-openbsd: Remove.
2382         * doc/install.texi, doc/invoke.texi, doc/md.texi: Don't
2383         mention obsolete ports.
2384
2385 2005-07-20  Kaz Kojima  <kkojima@gcc.gnu.org>
2386
2387         * config/sh/sh.c (regno_reg_class): Add GENERAL_REGS for
2388         soft frame pointer.
2389         (sh_expand_prologue): Use hard_frame_pointer_rtx instead
2390         of frame_pointer_rtx.
2391         (sh_expand_epilogue): Likewise.
2392         (sh_set_return_address): Likewise.
2393         (initial_elimination_offset): Use HARD_FRAME_POINTER_REGNUM
2394         instead of FRAME_POINTER_REGNUM if needed.  Add elimination
2395         offsets from FRAME_POINTER_REGNUM.
2396         * config/sh/sh.h (SH_REGISTER_NAMES_INITIALIZER): Add sfp.
2397         (sh_register_names): Add initializer for sfp.
2398         (GENERAL_OR_AP_REGISTER_P): Permit FRAME_POINTER_REGNUM.
2399         (VALID_REGISTER_P): Likewise.
2400         (FIRST_PSEUDO_REGISTER): Update.
2401         (DWARF_FRAME_REGISTERS): Define.
2402         (FIXED_REGISTERS, CALL_USED_REGISTERS): Add sfp.
2403         (HARD_FRAME_POINTER_REGNUM): Define.
2404         (FRAME_POINTER_REGNUM): Redefine.
2405         (ELIMINABLE_REGS): Never eliminate to FRAME_POINTER_REGNUM,
2406         but HARD_FRAME_POINTER_REGNUM instead.  Add eliminations
2407         from FRAME_POINTER_REGNUM.
2408         (CAN_ELIMINATE): Use HARD_FRAME_POINTER_REGNUM instead of
2409         FRAME_POINTER_REGNUM.
2410         (REG_CLASS_CONTENTS): Add sfp.
2411         (REG_ALLOC_ORDER): Likewise.
2412         (FRAME_GROWS_DOWNWARD): Set to 1.  Update comment.
2413         (GO_IF_LEGITIMATE_ADDRESS): Use hard_frame_pointer_rtx instead
2414         of frame_pointer_rtx.
2415         (LEGITIMIZE_RELOAD_ADDRESS): Likewise.
2416
2417 2005-07-19  James A. Morrison  <phython@gcc.gnu.org>
2418
2419         * fold-const.c (tree_expr_nonnegative_p): Only return true for
2420         ABS_EXPR when flag_wrapv is false because of INT_MIN.
2421         (tree_expr_nonzero_p): Always call tree_expr_nonzero_p on the argument
2422         of an ABS_EXPR.
2423         (fold_unary): Always fold ABS_EXPR<ABS_EXPR<x>> into
2424         ABS_EXPR<x>.
2425
2426 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
2427
2428         Make CONSTRUCTOR use VEC to store initializers.
2429         * c-common.c (complete_array_type): Update to cope with VEC in
2430         CONSTRUCTOR_ELTS.
2431         * c-pretty-print.c (pp_c_initializer_list): Use pp_c_constructor_elts.
2432         (pp_c_constructor_elts): New function.
2433         * c-pretty-print.h (pp_c_constructor_elts): Declare.
2434         * c-typeck.c (build_function_call, build_c_cast, digest_init,
2435         struct constructor_stack, struct initializer_stack,
2436         constructor_elements, push_init_level, pop_init_level,
2437         add_pending_init, find_init_member, output_init_element): Update to
2438         cope with VEC in CONSTRUCTOR_ELTS.
2439         * coverage.c (build_fn_info_value, build_ctr_info_value,
2440         build_gcov_info): Likewise.
2441         * expr.c (categorize_ctor_elements_1, store_constructor,
2442         expand_expr_real_1): Likewise.
2443         * fold-const.c (fold_ternary): Likewise.
2444         * gimplify.c (gimplify_init_ctor_preeval, zero_sized_field_decl,
2445         gimplify_init_constructor, gimplify_expr): Likewise.
2446         * tree-dump.c (dequeue_and_dump): Likewise.
2447         * tree-inline.c (copy_tree_r): Add code to duplicate a CONSTRUCTOR
2448         node.
2449         * tree-pretty-print.c (dump_generic_node): Update to cope with VEC in
2450         CONSTRUCTOR_ELTS.
2451         * tree-sra.c (generate_element_init_1): Likewise.
2452         * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
2453         * tree-ssa-operands.c (get_expr_operands): Likewise.
2454         * tree-vect-generic.c (expand_vector_piecewise): Likewise.
2455         * tree-vect-transform.c (vect_get_vec_def_for_operand):
2456         (get_initial_def_for_reduction): Likewise.
2457         * tree-vn.c (set_value_handle, get_value_handle): CONSTURCTOR uses
2458         value handle in annotations.
2459         * tree.c (tree_node_kind, tree_code_size, make_node_stat,
2460         tree_node_structure): Add support for constr_kind.
2461         (build_vector_from_ctor, build_constructor_single,
2462         build_constructor_from_list): New functions.
2463         (build_constructor): Update to take a VEC instead of a TREE_LIST.
2464         (simple_cst_equal, iterative_hash_expr, initializer_zerop, walk_tree):
2465         Update to cope with VEC in CONSTRUCTOR_ELTS.
2466         * tree.def (CONSTRUCTOR): Make it a tcc_exceptional node.
2467         * tree.h (FOR_EACH_CONSTRUCTOR_VALUE, FOR_EACH_CONSTRUCTOR_ELT,
2468         CONSTRUCTOR_APPEND_ELT): New macros.
2469         (struct constructor_elt, struct tree_constructor): New data types.
2470         (union tree_node): Add tree_constructor field.
2471         * treestruct.def: Define TS_CONSTRUCTOR.
2472         * varasm.c (const_hash_1, compare_constant, copy_constant,
2473         compute_reloc_for_constant, output_addressed_constants,
2474         initializer_constant_valid_p, output_constant,
2475         array_size_for_constructor, output_constructor): Update to cope with
2476         VEC in CONSTRUCTOR_ELTS.
2477         * vec.h (VEC_empty, VEC_copy): New macros.
2478
2479 2005-07-19  Devang Patel  <dpatel@apple.com>
2480
2481         * dbxout.c (dbxout_type): Check Objective-C++ lang.
2482
2483 2005-07-19  Richard Henderson  <rth@redhat.com>
2484
2485         PR tree-opt/22278
2486         * gimplify.c (gimplify_expr): Use main variant type for the temp
2487         destination for a discarded volatile read.
2488         * tree-ssa.c (tree_ssa_useless_type_conversion_1): Don't elide
2489         casts between non-void types that change volatility.
2490
2491 2005-07-15  DJ Delorie  <dj@redhat.com>
2492
2493         * toplev.h: Add comment about the first parameter for warning().
2494         * errors.h: Likewise.
2495
2496         * c.opt (Wpragmas): New.
2497         * doc/invoke.texi: Document it.
2498
2499         * function.c (do_warn_unused_parameter): Add warning control to
2500         warning call.
2501         * c-decl.c (warn_if_shadowing): Likewise.
2502         * c-lex.c (cb_def_pragma): Likewise.
2503         * c-pragma.c (GCC_BAD, GCC_BAD2): Likewise.
2504         (pop_alignment): Likewise.
2505         (handle_pragma_pack): Likewise.
2506         (apply_pragma_weak): Likewise.
2507         (handle_pragma_weak): Likewise.
2508         (handle_pragma_redefine_extname): Likewise.
2509         (add_to_renaming_pragma_list): Likewise.
2510         (handle_pragma_extern_prefix): Likewise.
2511         (maybe_apply_renaming_pragma): Likewise.
2512         (handle_pragma_visibility): Likewise.
2513
2514         * config/c4x/c4x-c.c (BAD): Likewise.
2515         (c4x_parse_pragma): Likewise.
2516         * config/ia64/ia64-c.c (ia64_hpux_handle_builtin_pragma): Likewise.
2517         * config/rs6000/rs6000-c.c (SYNTAX_ERROR): Likewise.
2518         (rs6000_pragma_longcall): Likewise.
2519         * config/v850/v850-c.c (pop_data_area): Likewise.
2520         (ghs_pragma_section): Likewise.
2521         (ghs_pragma_section): Likewise.
2522         (ghs_pragma_interrupt): Likewise.
2523         (ghs_pragma_starttda): Likewise.
2524         (ghs_pragma_startsda): Likewise.
2525         (ghs_pragma_startzda): Likewise.
2526         (ghs_pragma_endtda): Likewise.
2527         (ghs_pragma_endsda): Likewise.
2528         (ghs_pragma_endzda): Likewise.
2529
2530 2005-07-19  Danny Berlin <dberlin@dberlin.org>
2531             Kenneth Zadeck <zadeck@naturalbridge.com>
2532
2533         * Makefile.in: Removed tree-promote-statics.c
2534         * tree-promote-statics.c: Removed.
2535         * common.opt: Removed flag-promote-statics.
2536         * opts.c: Ditto.
2537         * passes.c: Removed tree-promote-statics pass.
2538         * tree-pass.h: Ditto.
2539         * timevar.def: Removed TV_PROMOTE_STATICS.
2540
2541
2542 2005-07-19  Gerald Pfeifer  <gerald@pfeifer.com>
2543
2544         * config.gcc: Add support for *-*-freebsd7, *-*-freebsd8,
2545         and *-*-freebsd9.
2546         * config/freebsd-spec.h (FBSD_TARGET_OS_CPP_BUILTINS): Ditto.
2547
2548 2005-07-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2549
2550         PR c/22476
2551         * c-common.c (check_function_arguments): Call
2552         'check_function_format' if either -Wformat or
2553         -Wmissing-format-attribute are specified.
2554         * c-format.c (check_function_format): Check -Wformat before
2555         calling 'check_format_info'.
2556         * c-opts.c (c_common_post_options): Don't warn for
2557         -Wmissing-format-attribute without -Wformat.
2558         * c-typeck.c (convert_for_assignment): Detect additional cases for
2559         -Wmissing-format-attribute.
2560         * doc/invoke.texi (-Wmissing-format-attribute): Document new
2561         behavior.
2562
2563 2005-07-19  Richard Guenther  <rguenther@suse.de>
2564
2565         * config/i386/i386.md (lrint<mode>2): Use temporary
2566         instead of clobbering non-existent memory.
2567
2568 2005-07-19  Nick Clifton  <nickc@redhat.com>
2569
2570         * config/avr/avr.c (legitimate_address_p): Fix debugging print
2571         statement to avoid displaying ASCII control characters.
2572
2573 2005-07-19  Ben Elliston  <bje@au.ibm.com>
2574
2575         * bt-load.c (link_btr_uses): Fix uninitialised warnings.
2576         * cfganal.c (find_edge_index): Ditto.
2577         * combine.c (combine_instructions): Ditto.
2578         * ddg.c (create_scc): Ditto.
2579         (find_successors): Ditto.
2580         (find_predecessors): Ditto.
2581         (find_nodes_on_paths): Ditto.
2582         (longest_simple_path): Ditto.
2583         * flow.c (update_life_info): Ditto.
2584         (count_or_remove_death_notes): Ditto.
2585         (clear_log_links): Ditto.
2586         * modulo-sched.c (generate_reg_moves): Ditto.
2587         (find_max_asap): Ditto.
2588         (find_max_hv_min_mob): Ditto.
2589         (find_max_dv_min_mob): Ditto.
2590         * sbitmap.c (sbitmap_first_set_bit): Ditto.
2591         * sched-rgn.c (extract_edgelst): Ditto.
2592         * tree-into-ssa.c (prepare_names_to_update): Ditto.
2593         (dump_update_ssa): Ditto.
2594         (ssa_names_to_replace) Ditto.
2595         (switch_virtuals_to_full_rewrite): Ditto.
2596         (update_ssa): Ditto.
2597         * tree-vect-transform.c (vect_create_epilog_for_reduction): Ditto.
2598
2599 2005-07-18  Daniel Berlin  <dberlin@dberlin.org>
2600
2601         Fix PR tree-optimization/22483
2602
2603         * tree-complex.c (create_components): Use
2604         safe_referenced_var_iterator and FOR_EACH_REFERENCED_VAR_SAFE.
2605         * tree-flow-inline.h (fill_referenced_var_vec): New function.
2606         * tree-flow.h (safe_referenced_var_iterator): New structure.
2607         (FOR_EACH_REFERENCED_VAR_SAFE): New macro.
2608         * tree-ssa-alias.c (setup_pointers_and_addressables): Use
2609         safe_referenced_var iterator.
2610         (add_type_alias): Ditto.
2611
2612 2005-07-19  Steven Bosscher  <stevenb@suse.de>
2613
2614         * loop-init.c (rest_of_handle_loop2): Remove.
2615         (rtl_loop_init, rtl_loop_done, rtl_move_loop_invariants,
2616         rtl_unswitch, rtl_unroll_and_peel_loops, rtl_doloop): New functions.
2617         (pass_rtl_loop_init, pass_rtl_loop_done,
2618         pass_rtl_move_loop_invariants, pass_rtl_unswitch,
2619         pass_rtl_unroll_and_peel_loops, pass_rtl_doloop): New passes.
2620         * tree-ssa-loop.c (pass_loop, pass_loop_init, pass_loop_done,
2621         pass_unswitch): Rename to pass_tree_loop, pass_tree_loop_init,
2622         pass_tree_loop_done, and pass_tree_unswitch.
2623         (gate_loop): Rename to gate_tree_loop.
2624         * passes.c (init_optimization_passes): Update for renamed tree
2625         loop passes.  Add the new loop2 passes as subpasses of loop2.
2626         * tree-pass.h: Add extern declarations for the new loop2 subpasses.
2627         Update for the renamed tree loop passes.
2628
2629 2005-07-18  Ian Lance Taylor  <ian@airs.com>
2630
2631         PR middle-end/22057
2632         * tree-cfgcleanup.c (cleanup_tree_cfg): Only remove forwarder
2633         blocks when optimizing.
2634
2635 2005-07-18  Steve Ellcey  <sje@cup.hp.com>
2636
2637         * common.opt (frename-registers): Initialize to 2.
2638         (fweb): Ditto.
2639         (fgcse-after-reload): Ditto.
2640         * toplev.c (AUTODETECT_FLAG_VAR_TRACKING): Rename to AUTODETECT_VALUE.
2641         (process_options): Only change flag_web, flag_rename_registers,
2642         and flag_rerun_cse_after_loop if not explicitly set by user.
2643
2644 2005-07-18  Jan Beulich  <jbeulich@novell.com>
2645
2646         * config/i386/i386.c (ix86_expand_branch, ix86_expand_setcc,
2647         ix86_expand_carry_flag_compare, ix86_expand_int_movcc): Handle TImode
2648         in 64-bit mode the same as DImode in 32-bit mode.
2649         (ix86_expand_ashl_const, ix86_split_ashl, ix86_split_ashr,
2650         ix86_split_lshr): Likewise. Rename to no longer refer to a specific
2651         mode. Add new mode parameter.
2652         * config/i386/i386.h (CONST_OK_FOR_LETTER_P): Describe and handle 'O'.
2653         * config/i386/i386.md (cmpti, addti3, subti3, negti2, ashlti3, ashrti3,
2654         x86_64_shift_adj): New expanders.
2655         (*addti3_1, *subti3_1, *negti2_1, ashlti3_1, *ashlti3_2, ashrti3_1,
2656         *ashrti3_2, lshrti3_1, *lshrti3_2, x86_64_shld, x86_64_shrd): New
2657         insns.
2658         Respective new splitters. Use renamed shift splitter helpers in 32-bit
2659         DImode shift splitters.
2660         * config/i386/i386-protos.h (ix86_split_ashl, ix86_split_ashr,
2661         ix86_split_lshr): Renamed from ix86_split_[al]sh[rl]di. Added new
2662         mode parameter.
2663
2664 2005-07-18  Jan Beulich  <jbeulich@novell.com>
2665
2666         * i386.md (movdi_extzv_1): New.
2667         (zero_extendhidi2): Combine alternatives and never force use of
2668         REX64 prefix.
2669         (zero_extendqidi2): Likewise. Don't restrict input selection.
2670
2671 2005-07-17  Daniel Berlin  <dberlin@dberlin.org>
2672
2673         Fix PR tree-optimization/22531
2674         * tree-ssa-pre.c (do_eustores):  Make sure LHS is a decl for the
2675          moment.
2676
2677 2005-07-17  Daniel Berlin  <dberlin@dberlin.org>
2678
2679         * tree-promote-statics.c (pass_promote_statics): Change dump file
2680          name.
2681
2682 2005-07-17  Daniel Berlin  <dberlin@dberlin.org>
2683
2684         * tree-optimize.c (init_tree_optimization_passes): Add
2685         pass_eliminate_useless_stores pass.
2686         * tree-pass.h (pass_eliminate_useless_stores): New pass structure.
2687         * tree-ssa-pre.c (is_copy_stmt): New function.
2688         (follow_copies_till_vuse): Ditto.
2689         (do_eustores): Ditto.
2690         (gate_eustores): Ditto.
2691
2692 2005-07-16  Richard Henderson  <rth@redhat.com>
2693
2694         * gcc.c (MFWRAP_SPEC): Don't wrap pthread_join or pthread_exit.
2695
2696 2005-07-16 Danny Berlin <dberlin@dberlin.org>
2697            Kenneth Zadeck <zadeck@naturalbridge.com>
2698
2699         * Makefile.in: Added rules for ipa-pure-const.c, ipa-reference.c,
2700         ipa-reference.h, ipa-utils.c, ipa-utils.h, ipa-type-escape.c,
2701         ipa-type-escape.h, tree-promote-statics.c
2702         * ipa-pure-const.c, ipa-reference.c, ipa-reference.h, ipa-utils.c,
2703         ipa-utils.h, ipa-type-escape.c, ipa-type-escape.h,
2704         tree-promote-statics.c: new files.
2705         * alias.c: (nonlocal_mentioned_p_1, nonlocal_mentioned_p,
2706         nonlocal_referenced_p_1, nonlocal_referenced_p, nonlocal_set_p_1,
2707         int nonlocal_set_p, mark_constant_function): Deleted.
2708         (rest_of_handle_cfg): Removed call to mark_constant_function.
2709         (nonoverlapping_component_refs_p): Added calls to support
2710         type based aliasing.
2711         * tree-ssa-alias.c (may_alias_p,
2712         compute_flow_insensitive_aliasing): Ditto.
2713         * calls.c (flags_from_decl_or_type): Removed reference to
2714         cgraph_rtl_info.
2715         * c-typeck.c (convert_arguments): Make builtins tolerant of having
2716         too many arguments.  This is necessary for Spec 2000.
2717         * cgraph.h (const_function, pure_function): Removed.
2718         * common.opt: Added "fipa-pure-const", "fipa-reference",
2719         "fipa-type-escape", and "ftree-promote-static".
2720         * opts.c: Ditto.
2721         * passes.c: Added ipa and tree-promote-statics passes.
2722         * timevar.def: Added TV_IPA_PURE_CONST, TV_IPA_REFERENCE,
2723         TV_IPA_TYPE_ESCAPE, and TV_PROMOTE_STATICS.
2724         * tree-dfa.c (referenced_var_lookup_if_exists): New function.
2725         * tree-flow.h: Added exposed sra calls and addition of
2726         reference_vars_info field for FUNCTION_DECLS.
2727         * tree-pass.h: Added passes.
2728         * tree-sra.c: (sra_init_cache): New function.
2729         (sra_insert_before, sra_insert_after) Made public.
2730         (type_can_be_decomposed_p): Renamed from type_can_be_decomposed_p
2731         and made public.
2732         * tree-ssa-alias.c (dump_alias_stats): Added stats for type based
2733         aliasing. (may_alias_p): Added code to use type escape analysis to
2734         improve alias sets.
2735         * tree-ssa-operands.c (add_call_clobber_ops): Added parameter and
2736         code to prune clobbers of static variables based on information
2737         produced in ipa-reference pass.  Changed call clobbering so that
2738         statics are not marked as clobbered if the call does not clobber
2739         them.
2740
2741 2005-07-16  Daniel Berlin  <dberlin@dberlin.org>
2742
2743         * tree-ssa-structalias.c (need_to_solve): Need to check for preds,
2744         too.
2745
2746 2005-07-16  Eric Botcazou <ebotcazou@libertysurf.fr>
2747
2748         * doc/install.texi (*-*-solaris2*): Document recommended version
2749         of GNU binutils and mention GNU linker problem on Solaris 10.
2750
2751 2005-07-16  Joseph S. Myers  <joseph@codesourcery.com>
2752
2753         PR c/22421
2754         * c-decl.c (c_build_bitfield_integer_type): New function.
2755         (finish_struct): Call it.
2756         * c-pretty-print.c (pp_c_type_specifier): Handle bit-field types.
2757
2758 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2759
2760         * c-typeck.c (digest_init): Call 'convert_for_assignment'
2761         before returning.
2762
2763 2005-07-16  Jan Hubicka  <jh@suse.cz>
2764
2765         * cfg.c (update_bb_profile_for_threading): Fix profile updating.
2766         (scale_bbs_frequencies_int): Watch roundoff errors.
2767         * predict.c (return_prediction): Initialize return_stmt.
2768
2769 2005-07-16  Jan Hubicka  <jh@suse.cz>
2770
2771         * profile.c (rest_of_handle_branch_prob): Fix handling of estimation
2772         after RTL profiling.
2773
2774 2005-07-11  Andrew Pinski  <pinskia@physics.uc.edu>
2775
2776         PR middle-end/22398
2777         * fold-const.c (build_range_check): Convert high/low to etype
2778         if we are only comparing against exp.
2779
2780 2005-07-13  Daniel Berlin  <dberlin@dberlin.org>
2781
2782         Fix PR tree-optimization/22376
2783         * tree-ssa-structalias.c (build_constraint_graph): We really meant
2784         special var here.
2785         (need_to_solve): New function.
2786         (compute_points_to_sets): Use it.
2787
2788 2005-07-15  Jan Hubicka  <jh@suse.cz>
2789
2790         * cfg.c (update_bb_profile_for_threading): More diagnostic.
2791         * tree-ssa-threadupdate.c (redirect_edges): Update profile of dup_block.
2792
2793 2005-07-15  Richard Guenther  <rguenther@suse.de>
2794
2795         * c-common.c (handle_flatten_attribute): New function.
2796         Add flatten function attribute.
2797         * doc/extend.texi: Document flatten function attribute.
2798         * Makefile.in (ipa-inline.o): Depend on hashtab.h.
2799         * ipa-inline.c (cgraph_find_cycles, cgraph_flatten_node):
2800         New functions.
2801         (cgraph_decide_inlining): Handle functions with flatten
2802         attribute.
2803
2804 2005-07-14  David Edelsohn  <edelsohn@gnu.org>
2805
2806         * config/rs6000/rs6000.md (UNSPEC_SYNC, UNSPEC_LWSYNC,
2807         UNSPEC_ISYNC, UNSPEC_SYNC_OP, UNSPEC_ATOMIC, UNSPEC_CMPXCHG,
2808         UNSPEC_XCHG, UNSPEC_AND): New.
2809         (UNSPECV_ATOMIC, UNSPECV_SYNC, UNSPECV_SYNC_OP, UNSPECV_CMPXCHG,
2810         UNSPECV_LWSYNC, UNSPECV_ISYNC): Delete.
2811         * config/rs6000/sync.md (FETCHOP): New code macro.
2812         (fetchop_name, fetchop_pred, fetchopsi_constr, fetchopdi_constr):
2813         New code attrs.
2814         (memory_barrier, sync_internal): Use unspec instead of unspec_volatile.
2815         (sync_compare_and_swap<mode>): Same.
2816         (sync_lock_test_and_set<mode>): Same.
2817         (sync_<fetchop><mode>, sync_nand<mode>): Only use rs6000_emit_sync
2818         for QImode and HImode, and not PPC405.
2819         (sync_old_<fetchop><mode>, sync_old_nand<mode>): Same.
2820         (sync_new_<fetchop><mode>, sync_new_nand<mode>): Same.
2821         (sync_<fetchop>{si,di}_internal): New.
2822         (sync_nand{si,di}_internal): New.
2823         (sync_old_<fetchop>{si,di}_internal): New.
2824         (sync_old_nand{si,di}_internal): New
2825         (sync_new_<fetchop>{si,di}_internal): New.
2826         (sync_new_nand{si,di}_internal): New.
2827         (atomic_and{si,di}): New.
2828         (sync_new_nand{si,di}_internal): New.
2829         (atomic_and{si,di}): New.
2830         (sync_add<mode>_internal): Delete.
2831         (sync_addshort_internal): Use unspec instead of unspec_volatile.
2832         (sync_sub<mode>_internal): Delte.
2833         (sync_subshort_internal): New.
2834         (sync_andsi_internal): Use unspec instead of unspec_volatile.
2835         (sync_anddi_internal): Delete.
2836         (sync_boolsi_internal): Use unspec instead of unspec_volatile.
2837         (sync_booldi_internal): Delete.
2838         (sync_boolc<mode>_internal): Delete.
2839         (sync_boolcshort_internal): Use unspec instead of unspec_volatile.
2840         (sync_boolc<mode>_internal2): Delete.
2841         (sync_boolcc<mode>_internal): Delete.
2842         (isync, lwsync): Use unspec instead of unspec_volatile.
2843         * config/rs6000/rs6000.c (rs6000_emit_sync): Implement MINUS.
2844         Revert UNSPEC_VOLATILE.
2845         (rs6000_split_atomic_op): New.
2846         * config/rs6000/rs6000-protos.h (rs6000_split_atomic_op): Declare.
2847
2848 2005-07-14  Eric Christopher  <echristo@redhat.com>
2849
2850         * config/mips/mips.c (mips_canonicalize_comparison): Cast
2851         argument of trunc_int_for_mode to unsigned HOST_WIDE_INT.
2852
2853 2005-07-14  Eric Christopher  <echristo@redhat.com>
2854
2855         * config/s390/t-tpf (SHLIB_MAPFILES): Remove.
2856
2857 2005-07-14  Steven Bosscher  <stevenb@suse.de>
2858
2859         PR tree-optimization/22230
2860         * tree-vrp.c (extract_range_from_binary_expr): Fix logics thinko in
2861         the computation of the four cross productions for "range op range".
2862
2863 2005-07-14  Alexandre Oliva  <aoliva@redhat.com>
2864             Ulrich Weigand  <uweigand@de.ibm.com>
2865
2866         PR target/20126
2867         * loop.c (loop_givs_rescan): Do not ICE if unable to reduce an IV
2868         in some insn.
2869
2870 2005-07-14  Ulrich Weigand  <uweigand@de.ibm.com>
2871
2872         * config/s390/s390.h (TARGET_TPF_PROFILING): Add default definition.
2873
2874 2005-07-14  Steve Ellcey  <sje@cup.hp.com>
2875
2876         * config/ia64/ia64.c (ia64_output_dwarf_dtprel): Support ILP32 mode.
2877
2878 2005-07-14  Richard Guenther  <rguenther@suse.de>
2879
2880         PR middle-end/22347
2881         * config/i386/i386-protos.h (ix86_function_value): Change
2882         prototype to match new target hook.
2883         * config/i386/i386.c (ix86_value_regno): Change prototype
2884         to take extra type argument.
2885         (TARGET_FUNCTION_VALUE): Define.
2886         (ix86_function_ok_for_sibcall): Pass extra argument to
2887         ix86_value_regno, check return slot rtx for exact match.
2888         (ix86_function_value): Take extra parameter.  Dispatch to
2889         ix86_value_regno with fndecl/fntype as provided.
2890         (ix86_value_regno): Handle extra type argument.
2891         * config/i386/i386.h (FUNCTION_VALUE): No longer define.
2892
2893         * testsuite/gcc.target/i386/sseregparm-3.c: New testcase.
2894         * testsuite/gcc.target/i386/sseregparm-4.c: New testcase.
2895         * testsuite/gcc.target/i386/sseregparm-5.c: New testcase.
2896         * testsuite/gcc.target/i386/sseregparm-6.c: New testcase.
2897         * testsuite/gcc.target/i386/sseregparm-7.c: New testcase.
2898
2899 2005-07-14  Richard Guenther  <rguenther@suse.de>
2900
2901         * Makefile.in (explow.o, reg-stack.o): Depend on target.h.
2902         * calls.c (expand_call): Pass fntype to hard_function_value.
2903         (emit_library_call_value_1): Likewise.
2904         * explow.c: Include target.h.
2905         (hard_function_value): Take extra argument, the fntype.
2906         Use new target hook for function_value.
2907         * expr.h (hard_function_value): Change prototype.
2908         * function.c (aggregate_value_p): Pass 0 as fntype to
2909         hard_function_value.
2910         (assign_parms): Use new target hook for function_value.
2911         Pass 0 as fntype to hard_function_value.
2912         (expand_function_end): Likewise.
2913         * reg-stack.c: Include target.h.
2914         (stack_result): Use new target hook for function_value.
2915         * target-def.h: New target hook function_value.
2916         * target.h: Likewise.
2917         * targhooks.c (default_function_value): New function.
2918         * targhooks.h (default_function_value): Declare.
2919
2920 2005-07-13  Ian Lance Taylor  <ian@airs.com>
2921
2922         * config/mips/mips.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
2923
2924 2005-07-14  Jan Hubicka  <jh@suse.cz>
2925
2926         * tree-dfa.c (dump_variable): Use default_def function.
2927         * tree-ssa-alias.c (dump_points_to_info): Likewise.
2928         * tree-ssa.c (verify_use): Likewise.
2929         * tree-ssanames.c (release_ssa_name): Likewise.
2930         * tree-tailcall.c (eliminate_tail_call): Likewise.
2931         (tree_optimize_tail_calls_1): Likewise.
2932         * tree-vrp.c (get_value_range): Likewise.
2933
2934 2005-07-14  Ben Elliston  <bje@au.ibm.com>
2935
2936         * gcc.c (main): Compare language[0] with '*' when iterating over
2937         the infiles.
2938
2939 2005-07-13  Adrian Strae½tling  <straetling@de.ibm.com>
2940
2941         * config/s390/s390.c: (s390_cc_modes_compatible): Move before
2942         "s390_emit_compare".  Add handling of CCZ1mode.
2943         (s390_canonicalize_comparison): Simplify cascaded EQ, NE.
2944         (390_emit_compare): Use "s390_cc_modes_compatible" for mode
2945         checking.
2946         (s390_branch_condition_mask): Add CCZ1mode handling.
2947         * config/s390/s390.md: ("seq", "*seq"): New pattern.
2948         ("sync_compare_and_swap_cc<mode>", "*sync_compare_and_swap_cc<mode>"):
2949         Use CCZ1mode instead of CCZmode.
2950         * config/s390/s390-modes.def: Add CCZ1mode.  Comment new mode.
2951
2952 2006-07-13  Adrian Strae½tling  <straetling@de.ibm.com>
2953
2954         * config/s390/s390.md: ("cmpstrsi", "*cmpstr<mode>"): New
2955         pattern.
2956         ("strlen<mode>", "*strlen<mode>"): Use hard reg 0 in SImode.
2957
2958 2005-07-13  Eric Christopher  <echristo@redhat.com>
2959
2960         * config/mips/mips.c (mips_canonicalize_comparison): New.
2961         (mips_emit_int_relational): Use.
2962
2963 2005-07-13  Eric Christopher  <echristo@redhat.com>
2964
2965         * config.gcc (s390x-ibm-tpf*): Add extra_options. Remove
2966         static extra parts.
2967         * config/s390/s390.md: Include tpf.md. Move tpf specific
2968         patterns...
2969         * config/s390/tpf.md: To here.
2970         * config/s390/s390.opt: Move tpf specific options...
2971         * config/s390/tpf.opt: to here. Add mmain option.
2972         * config/s390/tpf-unwind.h: Remove unnecessary defines.
2973         * config/s390/tpf.h: Rewrite.
2974
2975 2005-07-13  H.J. Lu  <hongjiu.lu@intel.com>
2976
2977         * doc/tm.texi: Remove @xref{Cross-profiling}.
2978
2979 2005-07-13  Jeff Law  <law@redhat.com>
2980
2981         * fold-const.c (fold_binary): When comparing two simple ADDR_EXPR
2982         expressions, test their _DECL operands for pointer equality rather
2983         than using operand_equal_p.
2984
2985 2005-07-13  H.J. Lu  <hongjiu.lu@intel.com>
2986
2987         * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Renamed to ...
2988         (TARGET_POSIX_IO): This.
2989         * config/darwin.h: Likewise.
2990         * config/freebsd.h: Likewise.
2991         * config/linux.h: Likewise.
2992         * config/lynx.h: Likewise.
2993         * config/netbsd.h: Likewise.
2994         * config/rs6000/linux64.h: Likewise.
2995         * config/rs6000/linux.h: Likewise.
2996         * config/s390/tpf.h: Likewise.
2997         * config/sh/embed-elf.h: Likewise.
2998         * config/sparc/linux64.h: Likewise.
2999         * config/sparc/linux.h: Likewise.
3000         * config/svr4.h: Likewise.
3001         * gcov-io.h: Likewise.
3002
3003         * doc/tm.texi: Updated.
3004
3005         * libgcov.c (create_file_directory): Defined only if
3006         TARGET_POSIX_IO is defined.
3007         (gcov_exit): Call create_file_directory only if TARGET_POSIX_IO
3008         is defined.
3009
3010 2005-07-13  Jan Hubicka  <jh@suse.cz>
3011
3012         * tree-ssa-operands.c (get_expr_operands): Fix typo in previous patch.
3013
3014 2005-07-13  David Edelsohn  <edelsohn@gnu.org>
3015
3016         * tree-ssa-dom.c (lookup_avail_expr): Do not pass member in freed
3017         structure as argument.
3018
3019 2005-07-13  Paolo Bonzini  <bonzini@gnu.org>
3020
3021         PR tree-optimization/21921
3022         * tree-iterator.c (tsi_link_before): Support the case when
3023         tsi_end_p (tsi) == true.
3024
3025 2005-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
3026
3027         PR tree-optimization/22442
3028         * tree-chrec.c (chrec_fold_multiply_poly_poly): Associate chrecs
3029         correctly.
3030
3031 2005-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
3032
3033         PR rtl-optimization/20376
3034         * toplev.c (process_options): Enable -fweb and -frename-registers when
3035         unrolling.
3036         * doc/invoke.texi: Update the information about when -fweb and
3037         -frename-registers are enabled.
3038
3039 2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
3040
3041         PR tree-opt/21840
3042         * tree-ssa-pre.c (eliminate): Convert the sprime to the correct type
3043         if *rhs_p is not a SSA_NAME.
3044
3045 2005-07-12  Daniel Berlin  <dberlin@dberlin.org>
3046
3047         Fix PR tree-optimization/22422
3048         * tree-ssa-structalias.c (struct variable_info): Add flag for
3049         special vars.
3050         (get_varinfo): Now a static function.
3051         (new_varinfo): init has_union and is_special_var to false.
3052         (solution_set_add): Check has_union.
3053         (do_da_constraint): Move temporary variable so it gets reset
3054         properly.
3055         Also check for special variable.
3056         (do_ds_constraint): Ditto.
3057         (do_sd_constraint): Ditto.
3058         (do_structure_copy): Check for special variable.
3059         (find_func_aliases): Ditto.
3060         (init_base_vars): Set special vars properly.
3061
3062 2005-07-13  Jan Hubicka  <jh@suse.cz>
3063
3064         * cfgexpand.c (expand_one_stack_var): Do not expand variables when we
3065         do unit-at-a-time.
3066
3067         * tree-ssa-operands.c (parse_ssa_operands): Fix formatting.
3068         (get_expr_operands): Fix thinko wrt flags and subvars.
3069
3070         PR tree-optimize/22379
3071         * tree-inline.c (expand_call_inline): Do not output sorry in early
3072         inlining.
3073
3074 2005-07-12  Dale Johannesen  <dalej@apple.com>
3075
3076         * config/rs6000.c (rs6000_rtx_cost):  Move FLOAT_EXTEND.
3077
3078 2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
3079
3080         PR bootstrap/21704
3081         * host-linux.h: Include limits.h.
3082
3083 2005-07-12  Dale Johannesen  <dalej@apple.com>
3084
3085         * expr.c (compress_float_constant):  Add cost check.
3086         * config/rs6000.c (rs6000_rtx_cost):  Adjust FLOAT_EXTEND cost.
3087
3088 2005-07-12  Dale Johannesen  <dalej@apple.com>
3089
3090         * gcc.target/i386/compress-float-sse.c:  New.
3091         * gcc.target/i386/compress-float-sse-pic.c:  New.
3092         * gcc.target/i386/compress-float-387.c:  New.
3093         * gcc.target/i386/compress-float-387-pic.c:  New.
3094         * gcc.dg/compress-float-ppc.c:  New.
3095         * gcc.dg/compress-float-ppc-pic.c:  New.
3096
3097 2005-07-12  Eric Christopher  <echristo@redhat.com>
3098
3099         * config.gcc (s390x-ibm-tpf*): Add extra_options. Remove
3100         static extra parts.
3101         * config/s390/s390.md: Include tpf.md. Move tpf specific
3102         patterns...
3103         * config/s390/tpf.md: To here.
3104         * config/s390/s390.opt: Move tpf specific options...
3105         * config/s390/tpf.opt: to here. Add mmain option.
3106         * config/s390/tpf-unwind.h: Remove unnecessary defines.
3107         * config/s390/tpf.h: Rewrite.
3108
3109 2005-07-12  Eric Christopher  <echristo@redhat.com>
3110
3111         * gcc.c (struct infile): Update comment for language.
3112         (main): Rewrite input file resetting code.
3113
3114 2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
3115
3116         PR tree-opt/22335
3117         * tree-ssa-dom.c (eliminate_redundant_computations): Reject the prop if
3118         requiring a cast in a non RHS of modify_expr.  Add a cast when required.
3119         (lookup_avail_expr): Use constant_boolean_node instead
3120         of boolean_false_node/boolean_true_node.
3121
3122 2005-07-12  Ben Elliston  <bje@au.ibm.com>
3123
3124         * tree-cfg.c (dump_cfg_stats): Add a new fmt_str_2 format string
3125         and use it when printing num_edges.
3126
3127 2005-07-12  Bernd Schmidt  <bernd.schmidt@analog.com>
3128
3129         * doc/extend.texi (Blackfin Built-in Functions): New section.
3130         * doc/invoke.texi (mcsync-anomaly, mno-csync-anomaly): Fix the
3131         @opindex.
3132
3133 2005-07-12  Adrian Straetling  <straetling@de.ibm.com>
3134
3135         * builtins.c: (expand_builtin_memcmp, expand_builtin_strncmp):
3136         s/cmpstrsi/cmpstrnsi
3137         (expand_builtin_strcmp): Rewrite to support both 'cmpstrsi' and
3138         'cmpstrnsi'.
3139         * optabs.c: (prepare_cmp_insn): Add availability of 'cmpstrn'.
3140         (init_optabs): Initialize cmpstrn_optab.
3141         * optabs.h: (enum insn_code cmpstrn_optab): Declare.
3142         * genopinit.c: (optabs[]): Add 'cmpstrn' to initialisation.
3143         * expr.c: (enum insn_code cmpstrn_optab): Declare.
3144         * config/i386/i386.md: s/cmpstr/cmpstrn
3145         * config/c4x/c4x.md: s/cmpstr/cmpstrn
3146         * doc/md.texi: Update documentation.
3147
3148 2005-07-11  Richard Henderson  <rth@redhat.com>
3149
3150         * config/alpha/alpha.c (alpha_gimplify_va_arg_1): Use
3151         build_va_arg_indirect_ref.
3152         (alpha_gimplify_va_arg): Likewise.
3153         * config/c4x/c4x.c (c4x_gimplify_va_arg_expr): Likewise.
3154         * config/i860/i860.c (i860_gimplify_va_arg_expr): Likewise.
3155         * config/mips/mips.c (mips_gimplify_va_arg_expr): Likewise.
3156         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
3157         * config/sh/sh.c (sh_gimplify_va_arg_expr): Likewise.
3158         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg):
3159         Likewise.
3160         * config/xtensa/xtensa.c (xtensa_gimplify_va_arg_expr): Likewise.
3161
3162 2005-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
3163
3164         * tree-flow.h (remove_empty_loops, single_dom_exit): Declare.
3165         * passes.c (init_optimization_passes): Add pass_empty_loop.
3166         * tree-pass.h (pass_empty_loop): Declare.
3167         * tree-ssa-loop-ivcanon.c (empty_loop_p, remove_empty_loop,
3168         try_remove_empty_loop, remove_empty_loops): New functions.
3169         * tree-ssa-loop-ivopts.c (single_dom_exit): Export.
3170         * tree-ssa-loop.c (tree_ssa_empty_loop, pass_empty_loop): New.
3171
3172 2005-07-12  Peter Barada  <peter@the-baradas.com>
3173
3174         PR middle-end/16719
3175         PR middle-end/18421
3176         * config/m68k/m68k.h (HARD_REGNO_MODE_OK): Disallow bytes
3177         in address registers.
3178         * config/m68k/m68k.c (hard_regno_mode_ok): Likewise.
3179         * config/m68k/m68k.md: Replace 's' with 'i' in 4th
3180         alternative of addsi3_5200.
3181
3182 2005-07-11  Ian Lance Taylor  <ian@airs.com>
3183
3184         * config/mips/mips.md (ffs<mode>2): Remove.
3185
3186 2005-07-11  Ian Lance Taylor  <ian@airs.com>
3187
3188         * doc/tree-ssa.texi (Cleanups): Improve description of
3189         TRY_FINALLY_EXPR.
3190         (GIMPLE Exception Handling): Clarify TRY_CATCH_EXPR cases.
3191
3192 2005-07-11  Daniel Berlin  <dberlin@dberlin.org>
3193
3194         * print-tree.c (print_node): Use DECL_ARGUMENT_FLD.
3195         * tree.h (DECL_ARGUMENT_FLD): New macro.
3196
3197 2005-07-11  Daniel Berlin  <dberlin@dberlin.org>
3198
3199         Fix PR tree-optimization/22404
3200
3201         * tree-ssa-structalias.c (create_variable_info_for): Use
3202         correct offset.
3203
3204 2005-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
3205
3206         * config/bfin/bfin.md (cmpsi, compare_eq, compare_ne, compare_lt,
3207         compare_le, compare_leu, compare_ltu): Use reg_or_const_int_operand
3208         for second comparison operand.
3209         * config/bfin/predicates.md (reg_or_const_int_operand): New.
3210
3211         * config/bfin/bfin.md (define_attr "type"): Add "sync".
3212         (define_insn_reservation "alu"): Likewise.
3213         (csync, ssync): Now of type sync.
3214         * config/bfin/bfin.h (TARGET_DEFAULT): Defaults to
3215         -mcsync-anomaly -mspecld-anomaly.
3216         * config/bfin/bfin.opt (mcsync): Remove.
3217         (mcsync-anomaly, mspecld-anomaly): Add.
3218         * config/bfin/bfin.c: Include "insn-codes.h".
3219         (bfin_reorg): Extend to handle the CSYNC anomaly as well.
3220         (TARGET_DEFAULT_TARGET_FLAGS): New.
3221         * doc/invoke.texi: Document -mcsync-anomaly, -mspecld-anomaly.
3222
3223 2005-07-11  Steven Bosscher  <stevenb@suse.de>
3224
3225         * basic-block.h: Give the BB flags enum a name, bb_flags.
3226         Add new flags BB_FORWARDER_BLOCK, and BB_NONTHREADABLE_BLOCK.
3227         * cfgcleanup.c (enum bb_flags): Remove here.
3228         (BB_FLAGS, BB_SET_FLAG, BB_CLEAR_FLAG): Remove.
3229         (notice_new_block): Set/test bb->flags instead of aux via BB_FLAGS.
3230         (update_forwarder_flag): Likewise.
3231         (thread_jump): Likewise.
3232         (try_forward_edges): Likewise.
3233         (try_optimize_cfg): Likewise.  Clear bb->flags before updating the
3234         forwarder flags.  Don't clear bb->aux for all basic blocks.  Only
3235         reset the BB_FORWARDER_BLOCK and BB_NONTHREADABLE_BLOCK flags.
3236
3237 2005-07-11  Richard Guenther  <rguenther@suse.de>
3238
3239         * config/i386/i386.opt: New target option -msseregparm.
3240         * config/i386/i386.c (override_options): Error out for
3241         -msseregparm but no SSE support.
3242         (ix86_function_sseregparm): Check for global sseregparm.
3243         * doc/invoke.texi: Document -msseregparm.
3244
3245 2005-07-11  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3246
3247         * config.gcc (m32r-*-linux*): Use the default extra_parts.
3248         (m32rle-*-linux*): Ditto.
3249
3250 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
3251
3252         * cfgexpand.c (stack_protect_classify_type): Use TYPE_SIZE_UNIT (type)
3253         instead of TYPE_MAX_VALUE (TYPE_DOMAIN (type)) to get array size in
3254         bytes.
3255
3256 2005-07-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3257
3258         PR middle-end/22239
3259         PR target/20126
3260         * loop.c (loop_givs_rescan): Use expand_simple_binop instead of
3261         gen_rtx_MINUS to handle non-replaceable (plus ((x) (const)).
3262
3263 2005-07-07  Daniel Berlin  <dberlin@dberlin.org>
3264
3265         * tree-ssa-structalias.c (struct variable_info): Heapify complex.
3266         (varmap): Heapify varmap.
3267         (constraints): Heapify constraints.
3268         (struct constraint_graph): Heapify succs and preds.
3269         (constraint_vec_find): Update for heapification.
3270         (constraint_set_union): Ditto.
3271         (insert_into_complex): Ditto.
3272         (constraint_edge_vec_find): Ditto.
3273         (erase_graph_self_edge): Ditto.
3274         (add_graph_edge): Ditto.
3275         (get_graph_weights): Ditto.
3276         (merge_graph_nodes): Ditto.
3277         (build_constraint_graph): Ditto.
3278         (topo_visit): Ditto.
3279         (solve_graph): Ditto.
3280         (create_variable_info_for): Ditto.
3281         (init_base_vars): Ditto.
3282         (delete_points_to_sets): Free graph, varmap, and complex constraints.
3283         (condese_varmap_nodes): Free complex vector.
3284         (clear_edges_for_node): Clear succs and preds vector.
3285
3286 2005-07-10  Daniel Berlin  <dberlin@dberlin.org>
3287
3288         * tree-ssa-structalias.c (update_alias_info): Change counting of
3289         references to not include vdefs.
3290
3291 2005-07-10  Daniel Berlin  <dberlin@dberlin.org>
3292
3293         * tree-ssa-alias.c (free_used_part_map): Add missing free.
3294         (up_insert): Ditto.
3295
3296 2005-07-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3297
3298         * pa.c (pa_commutative_p): Make PLUS commutative when
3299         TARGET_NO_SPACE_REGS is true.
3300
3301 2005-07-09  Diego Novillo  <dnovillo@redhat.com>
3302
3303         * Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.h
3304         * tree-cfg.c (CHECK_OP): Only test for is_gimple_val.
3305         * tree-dfa.c (dump_subvars_for): New.
3306         (debug_subvars_for): New.
3307         (dump_variable): Show subvariables if VAR has them.
3308         * tree-flow-inline.h (get_subvar_at): New.
3309         (overlap_subvar): Change offset and size to unsigned HOST_WIDE_INT.
3310         * tree-flow.h (struct ptr_info_def): Remove field pt_malloc.
3311         Update all users.
3312         (struct subvar): Change fields offset and size to unsigned
3313         HOST_WIDE_INT.
3314         (dump_subvars_for): Declare.
3315         (debug_subvars_for): Declare.
3316         (get_subvar_at): Declare.
3317         (okay_component_ref_for_subvars): Change 2nd and 3rd argument
3318         to unsigned HOST_WIDE_INT *.
3319         (overlap_subvar): Likewise.
3320         * tree-gimple.c (is_gimple_reg): Always return false for
3321         SFTs and memory tags.
3322         * tree-pass.h (pass_build_pta, pass_del_pta): Remove.
3323         Update all callers.
3324         * tree-ssa-alias.c: Include tree-ssa-structalias.h.
3325         (compute_may_aliases): Call compute_points_to_sets.
3326         (collect_points_to_info_for): Remove.
3327         (compute_points_to_and_addr_escape): Remove.
3328         (delete_alias_info): Call delete_points_to_sets.
3329         (compute_flow_sensitive_aliasing): If the call to
3330         find_what_p_points_to returns false, call set_pt_anything.
3331         (add_may_alias): Set TREE_ADDRESSABLE when adding a new alias.
3332         (set_pt_anything): Clear pi->pt_vars.
3333         (set_pt_malloc): Remove.
3334         (merge_pointed_to_info): Remove.
3335         (add_pointed_to_expr): Remove.
3336         (add_pointed_to_var): Remove.
3337         (collect_points_to_info_r): Remove.
3338         (is_escape_site): Make extern.
3339         (create_sft): New.
3340         (create_overlap_variables_for): Call it.
3341         * tree-ssa-copy.c (merge_alias_info): Never merge
3342         flow-sensitive alias information.
3343         * tree-ssa-operands.c (get_expr_operands): Adjust variables
3344         offset and size to be unsigned HOST_WIDE_INT.
3345         (add_to_addressable_set): Rename from note_addressable.
3346         Set TREE_ADDRESSABLE as the variables are added to the set.
3347         Update all users.
3348         (add_stmt_operand): Do not try to micro-optimize unmodifiable
3349         operands into VUSEs when adding V_MAY_DEFs for members in an
3350         alias set.
3351         * tree-ssa-operands.h (add_to_addressable_set): Declare.
3352         * tree-ssa-structalias.c: Include tree-ssa-structalias.h last.
3353         (struct variable_info): Add bitfield is_heap_var.
3354         (var_anyoffset, anyoffset_tree, anyoffset_id): Declare.
3355         (new_var_info): Initialize is_heap_var.
3356         (get_constraint_for): Add HEAP variables to the symbol table.
3357         Mark them with is_heap_var.
3358         (update_alias_info): New.  Taken mostly from the old
3359         compute_points_to_and_addr_escape.
3360         (handle_ptr_arith): New.
3361         (find_func_aliases): Call update_alias_info.
3362         Call handle_ptr_info for tcc_binary expressions.
3363         Call mark_stmt_modified.
3364         (create_variable_info_for): If DECL has subvars, do not create
3365         variables for its subvars.  Always add all the fields.
3366         (set_uids_in_ptset): If the solution includes ANYOFFSET and
3367         SFTs, then add all the SFTs of the structure.
3368         If VI->DECL is an aggregate with subvariables, add the SFT at
3369         VI->OFFSET.
3370         (find_what_p_points_to): If VI is an artificial variable,
3371         translate to bitfields in SSA_NAME_PTR_INFO.
3372         If the solution is empty, set pi->pt_vars to NULL
3373         (init_base_vars): Create ANYOFFSET.
3374         (compute_points_to_sets): Rename from create_alias_vars.
3375         Make extern.
3376         (pass_build_pta): Remove.
3377         (delete_points_to_sets): Rename from delete_alias_vars.
3378         (pass_del_pta): Remove.
3379         * tree-ssa-structalias.h (struct alias_info): Move from
3380         tree-ssa-alias.h.
3381         (NUM_REFERENCES, NUM_REFERENCES_CLEAR, NUM_REFERENCES_INC,
3382         NUM_REFERENCES_SET): Likewise.
3383         (compute_points_to_sets, delete_points_to_sets): Declare.
3384
3385 2005-07-09  Richard Henderson  <rth@redhat.com>
3386
3387         * config/alpha/alpha.c (emit_insxl, alpha_expand_compare_and_swap_12,
3388         alpha_split_compare_and_swap_12, alpha_expand_lock_test_and_set_12,
3389         alpha_split_lock_test_and_set_12): New functions.
3390         * config/alpha/alpha-protos.h: Update.
3391         * config/alpha/alpha.md (UNSPEC_MB, UNSPEC_ATOMIC,
3392         UNSPEC_CMPXCHG, UNSPEC_XCHG): Rename from UNSPECV_FOO.
3393         * config/alpha/sync.md (I12MODE): New.
3394         (memory_barrier, mb_internal): Use unspec instead of unspec_volatile.
3395         (sync_<fetchop_name><I48MODE>): Likewise.
3396         (sync_nand<I48MODE>): Likewise.
3397         (sync_old_<fetchop_name><I48MODE>): Likewise.
3398         (sync_new_<fetchop_name><I48MODE>): Likewise.
3399         (sync_old_nand<I48MODE>, sync_new_nand<I48MODE>): Likewise.
3400         (sync_compare_and_swap<I48MODE>): Likewise.
3401         (sync_lock_test_and_set<I48MODE>): Likewise.
3402         (sync_compare_and_swap<I12MODE>): New.
3403         (sync_compare_and_swap<I12MODE>_1): New.
3404         (sync_lock_test_and_set<I12MODE>): New.
3405         (sync_lock_test_and_set<I12MODE>_1): New.
3406
3407 2005-07-09  Diego Novillo  <dnovillo@redhat.com>
3408
3409         PR 21356
3410         PR 22332
3411         * passes.c (execute_todo): Cleanup the CFG before updating SSA.
3412
3413 2005-07-09  Jakub Jelinek  <jakub@redhat.com>
3414
3415         * config/i386/i386.c (output_set_got): Don't omit OFFSET FLAT:
3416         in Intel syntax add %reg, OFFSET FLAT:_GLOBAL_OFFSET_TABLE_+(.-.Lx).
3417
3418 2005-07-09  Richard SAndiford  <richard@codesourcery.com>
3419
3420         PR target/21656
3421         * config/mips/elf.h (NO_IMPLICIT_EXTERN_C): Define.
3422
3423 2005-07-08  David Edelsohn  <edelsohn@gnu.org>
3424
3425         * config/rs6000/sync.md (load_locked_<mode>): Use Z for
3426         memory_operand constraint.
3427         (store_conditional_<mode>): Same.
3428         (sync_compare_and_swap<mode>): Same.
3429         (sync_lock_test_and_set<mode>): Same.
3430
3431 2005-07-08  Hans-Peter Nilsson  <hp@axis.com>
3432
3433         Rewrite PIC support to more closely model actual instructions.
3434         * config/cris/cris-protos.h (cris_gotless_symbol, cris_got_symbol)
3435         (cris_symbol): Remove prototypes for removed functions.
3436         (cris_pic_symbol_type_of, cris_valid_pic_const)
3437         (cris_expand_pic_call_address): Prototypes for new functions.
3438         * config/cris/cris/cris.c (cris_pic_sympart_only): Remove unused
3439         variable.
3440         (cris_print_operand) <case 'v', 'P'>: Remove cases for unused
3441         modifiers.
3442         <case ':'>: Add case for new punctuation character.
3443         <case 'd'>: Temporarily set flag_pic = 2 instead of incorrectly
3444         emitting (extra) PIC modifier.
3445         <case UNSPEC>: Do not assert for PLT.
3446         (cris_initial_frame_pointer_offset, cris_simple_epilogue)
3447         (cris_expand_prologue, cris_expand_epilogue): Check
3448         for pic_offset_table_rtx usage instead of taking
3449         current_function_uses_pic_offset_table as the final word.
3450         (cris_rtx_costs, cris_address_cost, cris_side_effect_mode_ok):
3451         Remove flag_pic difference.
3452         (cris_valid_pic_const, cris_pic_symbol_type_of): New functions,
3453         the moral equivalents of...
3454         (cris_symbol, cris_gotless_symbol, cris_got_symbol): Remove
3455         functions.
3456         (cris_legitimate_pic_operand): Just call cris_valid_pic_const.
3457         (cris_handle_option): Mark ARG as unused.
3458         (cris_expand_pic_call_address): New worker function for "call",
3459         "call_value".
3460         (cris_asm_output_symbol_ref, cris_asm_output_label_ref): Do not
3461         output PIC constructs here.
3462         (cris_output_addr_const_extra): Changes for emitting PIC modifiers
3463         as symbol-specific modifers, not whole or part of operands.
3464         * config/cris/cris/cris.h (EXTRA_CONSTRAINT): Remove 'U' case.
3465         (EXTRA_CONSTRAINT_S): Changed semantics: allow only CONST-wrapped
3466         constants and flag_pic.
3467         (CONSTANT_INDEX_P): Adjust for new functions.
3468         (enum cris_pic_symbol_type): New helper type.
3469         (PRINT_OPERAND_PUNCT_VALID_P): Add ':'.
3470         * config/cris/cris/cris.md (CRIS_UNSPEC_GOTREL)
3471         (CRIS_UNSPEC_GOTREAD, CRIS_UNSPEC_PLTGOTREAD): New
3472         define_constants.
3473         ("movsi"): Emit actual instructions for GOT and relative access.
3474         ("*movsi_got_load"): New pattern to set up the register holding
3475         the GOT pointer.
3476         ("*movsi_internal"): Operand 1 is not a plain general_operand.
3477         Adjust FIXME for 'S'.
3478         <output for 'S' alternative>: Sanity-check UNSPEC types for PIC.
3479         Use "movs" for -fpic cases.
3480         ("addsi3"): Add alternative for 'S'; use adds.w when possible.
3481         ("uminsi3","*expanded_call_value"): Remove 'S' alternative.
3482         ("call", "call_value"): Just call cris_expand_pic_call_address for
3483         PIC addresses.
3484         ("*expanded_call_no_gotplt", "*expanded_call_value_no_gotplt"):
3485         Remove special pattern.
3486         ("*expanded_call_side", "*expanded_call_value_side"): New
3487         patterns.
3488         (gotplt-to-plt, gotplt-to-plt-side-call)
3489         (gotplt-to-plt-side-call-value, gotplt-to-plt-side): New
3490         peephole2:s.
3491         * config/cris/cris/predicates.md
3492         ("cris_general_operand_or_gotless_symbol"): Remove unused
3493         predicate.
3494         ("cris_general_operand_or_symbol"): Adjust for new functions.
3495
3496 2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>
3497
3498         * config/darwin.h (TARGET_C99_FUNCTIONS): Define to 1.
3499
3500 2005-07-08  Daniel Berlin  <dberlin@dberlin.org>
3501
3502         * Makefile.in (TREE_H): Add treestruct.def.
3503         (c-decl.o): Add pointer-set.h
3504         * c-decl.c (diagnose_mismatched_decls): Don't attempt to look at
3505         visibility on regular DECL's.
3506         (merge_decls): Fix the copying of decl nodes of various types for
3507         the new structures.  Don't update RTL, section name, weak status,
3508         etc, on DECL's without RTL.
3509         (grokdeclarator): DECL_ARG_TYPE_AS_WRITTEN is gone.
3510         Don't check volatile on non-variable types.
3511         (store_parm_decls_oldstyle): Use pointer_set instead of DECL_WEAK
3512         to check whether we have seen arguments.
3513         * c-objc-common.c (c_tree_printer): Reverse order of tests so that
3514         flag is checked before field (flag is common, field is not).
3515         * dwarf2out.c (decl_ultimate_origin):  Only DECL's with
3516         TS_DECL_COMMON could have an origin.
3517         (add_location_or_const_value_attribute): Don't check section name
3518         on non-var/function decls.
3519         (dwarf2out_var_location): Reverse order of tests.
3520         * emit-rtl.c (set_reg_attrs_for_parm): DECL_CHECK is dead, replace
3521         with DECL_WRTL_CHECK.
3522         * expmed.c (make_tree): rtl is now in decl_with_rtl.
3523         * fold-const.c (fold_binary): Don't check weakness on
3524         non-var/function decls.
3525         (tree_expr_nonzero_p): Ditto.
3526         (fold_checksum_tree): Use tree_decl_extra as sizeof
3527         buffer.
3528         * ggc-page.c (extra_order_size_table): Add sizes for
3529         tree_decl_non_common, tree_parm_decl,  tree_var_decl, and
3530         tree_field_decl.
3531         * gimplify.c (gimplify_bind_expr): Only set
3532         DECL_SEEN_IN_BIND_EXPR_P on VAR_DECL.
3533         * integrate.c (copy_decl_for_inlining): Don't set RTL on decl's
3534         without RTL.
3535         * langhooks-def.h (LANG_HOOK_INIT_TS): New.
3536         * langhooks.h (init_ts). New langhook.
3537         * passes.c (rest_of_decl_compilation): Reverse order of tests.
3538         * print-tree.c (print_node): Update to only print fields that
3539         exist in the structures the passed decl has.
3540         * toplev.c (wrapup_global_declarations): Don't reset
3541         DECL_DEFER_OUTPUT on DECL's that don't contain it.
3542         * tree-browser.c (browse_tree): DECL_ARG_TYPE_AS_WRITTEN removed.
3543         * tree-inline.c (remap_decl): Ditto.
3544         * tree-outof-ssa.c (create_temp): Reverse order of tests.
3545         * tree-pretty-print.c (print_declaration): Don't print
3546         DECL_REGISTER on things that don't contain it.
3547         * tree-vrp.c (expr_computes_nonzero): Don't check weakness on
3548         non-var/function decls.
3549         * tree.c (tree_contains_struct): New structure.
3550         (init_priority_for_decl): New hashtable.
3551         (tree_int_map): New structure.
3552         (tree_int_map_eq): New function.
3553         (tree_int_map_marked_p): Ditto.
3554         (tree_int_map_hash): Ditto.
3555         (tree_map): Move to tree.h.
3556         (tree_map_eq): Externalize.
3557         (tree_map_hash): Ditto.
3558         (tree_map_marked_p): Ditto.
3559         (init_ttree): Set up tree_contains_struct and call langhook.
3560         (decl_assembler_name): Use DECL_NON_COMMON_CHECK..
3561         (tree_code_size): Update for new structures.
3562         (tree_node_structure): Update for new structures.
3563         (make_node_stat): Don't try to set DECL_IN_SYSTEM_HEADER on decls
3564         without the field.
3565         (copy_node_stat):  Copy init priority.
3566         (build_decl_stat): Ditto for visibility.
3567         (ts_enum_names): New.
3568         (tree_contains_struct_check_failed): New function.
3569         (decl_init_priority_lookup): Ditto.
3570         (decl_init_priority_insert): Ditto.
3571         * treestruct.def: New file.
3572         * tree.h (CODE_CONTAINS_STRUCT): New macro.
3573         (CONTAINS_STRUCT_CHECK): Ditto.
3574         (tree_contains_struct_check_failed): New prototype.
3575         (DECL_CHECK): Removed.
3576         (DECL_MINIMAL_CHECK): New.
3577         (DECL_COMMON_CHECK): Ditto.
3578         (DECL_WRTL_CHECK): Ditto.
3579         (DECL_NON_COMMON_CHECK): Ditto.
3580         (DECL_WITH_VIS_CHECK): Ditto.
3581         (VAR_OR_FUNCTION_DECL_P): Ditto
3582         (struct tree_decl_minimal): New structure.
3583         (struct tree_decl_common): Ditto.
3584         (struct tree_decl_with_rtl): Ditto.
3585         (struct tree_decl_with_vis): Ditto.
3586         (struct tree_decl_non_common): Ditto.
3587         (struct tree_field_decl): Ditto.
3588         (struct tree_parm_decl): Ditto.
3589         (struct tree_var_decl): Ditto.
3590         (struct tree_function_decl): Ditto.
3591         (struct tree_const_decl): Ditto.
3592         (struct tree_result_decl): Ditto.
3593         (union tree_node): Add new structures.
3594         * var-tracking.c (track_expr_p): Reverse order of tests.
3595
3596         * doc/c-tree.texi: Add documentation on DECL node internal structure.
3597
3598 2005-07-08  Kazu Hirata  <kazu@codesourcery.com>
3599
3600         * cfgexpand.c (tree_expand_cfg): Don't use FINALIZE_PIC.
3601         * system.h: Poison FINALIZE_PIC.
3602         * doc/tm.texi (FINALIZE_PIC): Remove.
3603
3604 2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>
3605
3606         PR tree-opt/22329
3607         * tree-ssa-propagate.c (fold_predicate_in): Convert the value
3608         to the correct type if we have a MODIFY_EXPR.
3609
3610 2005-07-08  Kazu Hirata  <kazu@codesourcery.com>
3611
3612         PR tree-optimization/22360
3613         * tree.c (upper_bound_in_type): Fix calculations for casting
3614         to a non-wider signed type and casting a signed value to a
3615         wider unsigned type.
3616         (lower_bound_in_type): Fix calculations for casting to a
3617         non-wider signed type.
3618
3619         PR tree-optimization/20139
3620         * tree-cfg.c (remove_bb): Check in_ssa_p before calling
3621         release_defs.
3622         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Call
3623         fold_cond_expr_cond.
3624         * tree-ssanames.c (release_defs): Assert in_ssa_p.
3625         * tree.c (upper_bound_in_type, lower_bound_in_type): Rewrite.
3626
3627 2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>
3628
3629         PR tree-opt/22356
3630         * tree-complex.c (expand_complex_libcall): Produce
3631         REALPART_EXPR/IMAGPART_EXPR with the correct type.
3632
3633 2005-07-08  Kenneth Zadeck <zadeck@naturalbridge.com>
3634
3635         * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
3636         bitmap_and_compl_into, bitmap_xor, bitmap_xor_into): Removed "a !=
3637         b" assert and inserted fastpath code for this case.
3638         (bitmap_ior): Removed "a != b" assert.
3639
3640 2005-07-08  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3641
3642         * config/m32r/linux.h (STARTFILE_SPEC): Support PIE.
3643         (ENDFILE_SPEC): Likewise.
3644         * config/m32r/m32r.h (ASM_SPEC): Likewise.
3645
3646         * config/m32r/m32r.c (m32r_output_function_epilogue): Care for
3647         a large stack frame at epilogue.
3648
3649 2005-07-08  David Billinghurst  <David.Billinghurst@riotinto.com>
3650
3651         * final.c: Include sdbout.h when required.
3652
3653 2005-07-07  Geoffrey Keating  <geoffk@apple.com>
3654
3655         * config.gcc (*-*-darwin*): Only one target-specific header file
3656         for generic darwin.
3657         (powerpc-*-darwin*): Add version-specific header files.
3658         * configure.in (gcc_AC_CHECK_DECLS): Add strverscmp.
3659         * config.in: Regenerate.
3660         * configure: Regenerate.
3661         * gcc.c: Include xregex.h.
3662         (version_compare_spec_function): New.
3663         (spec_function): Add version-compare.
3664         (replace_outfile_spec_function): Reformat comment.
3665         (compare_version_strings): New.
3666         * config/darwin-c.c (version_as_macro): New.
3667         (builtin_define): New.
3668         (darwin_cpp_builtins): New.
3669         * config/darwin-protos.h (darwin_cpp_builtins): New.
3670         * config/darwin.h (CPP_SPEC): Don't define APPLE_CC here.
3671         (LIB_SPEC): Make unconditional, update comment.
3672         (TARGET_C99_FUNCTIONS): Define.
3673         * config/darwin.opt: Sort.
3674         (mmacosx-version-min=): New.
3675         * config/darwin7.h: Delete.
3676         * config/darwin8.h: Delete.
3677         * config/i386/darwin.h (): Call darwin_cpp_builtins.
3678         * config/rs6000/darwin.h (): Call darwin_cpp_builtins.
3679         (TARGET_C99_FUNCTIONS): Define.
3680         * config/rs6000/darwin7.h: New.
3681         * config/rs6000/darwin8.h: New.
3682         * doc/invoke.texi (Darwin Options): Add -mmacosx-version-min=
3683         (-mmacosx-version-min): Document.
3684
3685 2005-07-07  Ian Lance Taylor  <ian@airs.com>
3686
3687         * config/mips/mips.md (abs<mode>2) [GPR]: Remove.
3688
3689 2005-07-07  John David Anglin  <dave.anglin@nrc-crc.gc.ca>
3690
3691         PR middle-end/22239
3692         * loop.c (loop_givs_rescan): Check that v->new_reg is a REG.
3693
3694 2005-07-07  Khem Raj  <kraj@mvista.com>
3695
3696         * config/arm/arm.c (thumb_output_function_prologue): Calculate offset
3697         in bytes, not words.
3698
3699 2005-07-07  Paul Brook  <paul@codesourcery.com>
3700
3701         * config/arm/arm.c (arm_pad_arg_upward): Compare return value of
3702         DEFAULT_FUNCTION_ARG_PADDING to upward.
3703
3704 2005-07-07  Richard Henderson  <rth@redhat.com>
3705
3706         * function.c (locate_and_pad_parm): Record parameter alignment in
3707         stack_alignment_needed.
3708
3709 2005-07-07  David Edelsohn  <edelsohn@gnu.org>
3710
3711         * config/rs6000/rs6000.md (UNSPEC_SYNC, UNSPEC_SYNC_OP,
3712         UNSPEC_SYNC_SWAP, UNSPEC_LWSYNC, UNSPEC_ISYNC): Delete.
3713         (UNSPECV_LL, UNSPECV_SC, UNSPECV_ATOMIC, UNSPECV_SYNC,
3714         UNSPECV_SYNC_OP, UNSPECV_CMPXCHG, UNSPECV_LWSYNC, UNSPECV_ISYNC): New.
3715         (define_attr "type"): Add isync, sync, load_l, store_c.
3716         * config/rs6000/sync.md (memory_barrier): Change to define_expand.
3717         Create scratch volatile MEM.
3718         (sync_internal): New.  POWER mnemonic is dcs, not ics.  Attribute
3719         sync.
3720         (load_locked_<mode>): New.
3721         (store_conditional_<mode>): New.
3722         (sync_compare_and_swap<mode>): Replace with splitter.
3723         (sync_lock_test_and_set<mode>): Replace with splitter.
3724         (sync_<fetchop><mode>): Change to unspec_volatile UNSPECV_SYNC_OP
3725         and UNSPECV_ISYNC.
3726         (isync): Change to unspec_volatile UNSPECV_ISYNC.  POWER mnemonic
3727         is ics.  Attribute isync.
3728         (lwsync): Change to unspec_volatile UNSPECV_LWSYNC.  Attribute
3729         lwsync.
3730         * config/rs6000/rs6000.c (rs6000_emit_sync): Use UNSPEC_VOLATILE
3731         and UNSPECV_SYNC_OP.
3732         (emit_unlikely_jump): New.
3733         (emit_load_locked): New.
3734         (emit_store_conditional): New.
3735         (rs6000_split_compare_and_swap): New.
3736         (rs6000_split_lock_test_and_set): New.
3737         (is_dispatch_slot_restricted): Return 4 for TYPE_LOAD_L,
3738         TYPE_STORE_C, TYPE_ISYNC, TYPE_SYNC.
3739         * config/rs6000/rs6000-protos.h (rs6000_split_compare_and_swap,
3740         rs6000_split_lock_test_and_set): Declare.
3741         * config/rs6000/{40x.md,440.md,603.md,6xx.md,7450.md,7xx.md,8540.md,
3742         mpc.md,power4.md,power5.md,rios1.md,rios2.md,rs64.md): Add load_l,
3743         store_c, isync, sync.
3744
3745 2005-07-07  Kelley Cook  <kcook@gcc.gnu.org>
3746
3747         * Makefile.in (echo_quoted_to_gtyp): New template for outputing
3748         filenames to gtyp-gen.h.
3749         (s-typ-gen): Use it in place of for loops.
3750
3751 2005-07-07  J"orn Rennecke <joern.rennecke@st.com>
3752
3753         * hooks.c (hook_bool_rtx_int_false): New function.
3754         * hooks.h (hook_bool_rtx_int_false): Declare.
3755         * target-def.h (TARGET_COMMUTATIVE_P): Define.
3756         (TARGET_INITIALIZER): Add TARGET_COMMUTATIVE_P.
3757         * target.h (struct gcc_target): Add commutative_p member.
3758         * targhooks.c (hook_bool_rtx_commutative_p): New function.
3759         * targhooks.h (hook_bool_rtx_commutative_p): Declare.
3760         * pa.c (TARGET_COMMUTATIVE_P): Redefine.
3761         (pa_commutative_p): New function.
3762         * jump.c (target.h): Include.
3763         (rtx_renumbered_equal_p): Use targetm.commutative_p.
3764         * doc/tm.texi: Document TARGET_COMMUTATIVE_P.
3765
3766 2005-07-07  Adrian Straetling  <straetling@de.ibm.com>
3767
3768         * config/s390/s390-protos.h (s390_expand_clrmem): Delete.
3769         (s390_expand_setmem): New.
3770         * config/s390/s390.c: Likewise.
3771         (print_shift_count_operand): Truncate to 12 bits instead of 6.
3772         Adapt comments.
3773         * config/s390/s390.md: ("setmem<mode>"): Accept character as
3774         general_operand.  Call new function "s390_expand_setmem".
3775         ("clrmem_long", "*clrmem_long"): Rewrite to ...
3776         ("setmem_long", "*setmem_long"): ... this.
3777
3778 2005-07-07  Adrian Straetling  <straetling@de.ibm.com>
3779
3780         * config/s390/s390.c: (optimization_options): Enable
3781         TARGET_MVCLE at -Os.
3782         * doc/invoke.texi: Document changes in default behaviour.
3783         * config/s390/s390.opt: ("mvcle"): Fix typo: is "mmvcle".
3784
3785 2005-07-07  Adrian Straetling  <straetling@de.ibm.com>
3786
3787         * expr.c: (set_storage_via_setmem): Convert opchar to mode
3788         defined by back-end.
3789
3790 2005-07-07  Jakub Jelinek  <jakub@redhat.com>
3791
3792         * config/sparc/sparc.md (stack_protect_testsi): Put clobbers after
3793         all sets in the pattern.
3794         * config/rs6000/rs6000.md (stack_protect_testsi,
3795         stack_protect_testdi): Likewise.
3796
3797 2005-07-06  Jeff Law  <law@redhat.com>
3798
3799         * tree-vrp.c (simplify_using_ranges): Kill.
3800         (vrp_finalize): Remove call to simplify_using_ranges.
3801         (simplify_stmt_using_ranges): New function extracted from
3802         simplify_using_ranges.
3803         (simplify_div_or_mod_using_ranges): Likewise.
3804         (simplify_abs_using_ranges): Likewise.
3805         (simplify_cond_using_ranges): New function.
3806         * tree-flow.h (simplify_stmt_using_ranges): Prototype.
3807         * tree-ssa-propagate.c (substitute_and_fold): Call
3808         simplify_stmt_using_ranges if we have range information.
3809
3810 2005-07-06  James E. Wilson  <wilson@specifixinc.com>
3811
3812         * config/ia64/ia64.c (ia64_reorg): Check optimize before
3813         ia64_flag_schedule_isns2.
3814
3815         * config/ia64/ia64.c (ia64_expand_movxf_movrf): Don't word swap when
3816         reading/writing general registers.
3817         (ia64_function_arg): Revert 2005-06-18 change.
3818
3819 2005-07-06  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
3820
3821         * pa.c (legitimize_pic_address): Use gcc_assert instead of abort.
3822         (legitimize_tls_address): Use gcc_unreachable instead of abort.
3823
3824 2005-07-06  Kaz Kojima  <kkojima@gcc.gnu.org>
3825
3826         * function.c (expand_function_end): Revert part of 2005-06-27
3827         patch.  Do sjlj_emit_function_exit_after after return_label.
3828
3829 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
3830
3831         * doc/install.texi (--disable-libssp): New.
3832
3833 2005-07-06  Fariborz Jahanian <fjahanian@apple.com>
3834
3835         * doc/invoke.texi: Update -fforce-mem documentation.
3836         * dojump.c (compare_from_rtx,do_compare_rtx_and_jump): Remove
3837         code for -fforce-mem.
3838         * expmed.c: (store_bit_field,store_fixed_bit_field,
3839         extract_bit_field): Ditto.
3840         * expr.c: (convert_move): Ditto.
3841         * optabs.c: (expand_binop,expand_twoval_unop,expand_twoval_binop,
3842         expand_unop,emit_unop_insn,prepare_cmp_insn,emit_conditional_move,
3843         emit_conditional_add,expand_float,expand_fix): Ditto.
3844         * opts.c: (decode_options): Remove setting of flag_force_mem flag.
3845         (common_handle_option): Issue warning when -fforce-mem specified.
3846
3847 2005-07-06  Paul Brook  <paul@codesourcery.com>
3848
3849         * aclocal.m4: Work around a bug in AC_PATH_PROGS when its last
3850         argument is empty.
3851         * configure: Regenerate.
3852
3853 2005-07-06  J"orn Rennecke <joern.rennecke@st.com>
3854
3855         * sh.c (final_prescan_insn): Undo bogus change from 2005-05-09.
3856
3857 2005-07-06  Daniel Berlin  <dberlin@dberlin.org>
3858
3859         Fix PR tree-optimization/22319
3860         Fix PR tree-optimization/22140
3861         Fix PR tree-optimization/22310
3862
3863         * tree-ssa-structalias.c (do_structure_copy): Give up earlier on
3864         variable sized types.
3865         Use correct type for intermediate structure on *a = *b structure
3866         copies.
3867
3868 2005-07-06  Jakub Jelinek  <jakub@redhat.com>
3869
3870         * config/rs6000/rs6000.h (RS6000_VARARGS_AREA, RS6000_VARARGS_SIZE):
3871         Remove.
3872         (STARTING_FRAME_OFFSET): Don't add RS6000_VARARGS_AREA.
3873         (machine_function): Move typedef to...
3874         * config/rs6000/rs6000.c (machine_function): ... here.  Add
3875         varargs_save_offset field.
3876         (rs6000_stack_t): Remove varargs_size field.
3877         (setup_incoming_varargs): Allocate varargs save area using
3878         assign_stack_local, try to make it as small as possible.
3879         Save offset from virtual_stack_vars_rtx to the save area
3880         in cfun->machine->varargs_save_offset.  Use UNITS_PER_FP_WORD
3881         instead of magic 8 when fp word byte size is used.
3882         (rs6000_va_start): Use cfun->machine->varargs_save_offset
3883         instead of -RS6000_VARARGS_SIZE.
3884         (rs6000_stack_info, debug_stack_info,
3885         rs6000_initial_elimination_offset): Remove all traces of
3886         varargs_size.
3887         * config/rs6000/sysv4.h (RS6000_VARARGS_AREA): Remove.
3888         * config/rs6000/darwin.h (STARTING_FRAME_OFFSET): Don't add
3889         RS6000_VARARGS_AREA.
3890
3891 2005-07-06  Zdenek Dvorak  <dvorakz@suse.cz>
3892
3893         PR tree-optimization/21963
3894         * tree-ssa-loop-ivopts.c (get_computation_aff): Use
3895         constant_multiple_of in the same way get_computation_cost_at does.
3896
3897 2005-07-06  Jakub Jelinek  <jakub@redhat.com>
3898
3899         * config/sparc/sparc.h (sparc_compare_emitted): New extern.
3900         * config/sparc/sparc.c (sparc_compare_emitted): New variable.
3901         (gen_compare_reg): If sparc_compare_emitted is set, clear it
3902         and return its previous value.
3903         (emit_v9_brxx_insn): Assert sparc_compare_emitted is NULL.
3904         * config/sparc/sparc.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): New
3905         constants.
3906         (stack_protect_set, stack_protect_test): New expanders.
3907         (stack_protect_setsi, stack_protect_setdi, stack_protect_testsi,
3908         stack_protect_testdi): New insns.
3909         * config/sparc/linux.h (TARGET_THREAD_SSP_OFFSET): Define.
3910         * config/sparc/linux64.h (TARGET_THREAD_SSP_OFFSET): Define.
3911
3912 2005-07-06  Jeff Law  <law@redhat.com>
3913
3914         * tree-ssa-dce.c (cfg_altered): New global.
3915         (tree_dce_init): Initialize cfg_altered.
3916         (remove_dead_stmt): If we remove an edge in the CFG, then set
3917         CFG_ALTERED.
3918         (perform_tree_ssa_dce): If we altered the CFG, then invalidate
3919         the dominators.
3920
3921 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
3922
3923         * Makefile.in (stamp-collect-ld): Use
3924         $(ORIGINAL_LD_FOR_TARGET) instead of $<.  Don't remove
3925         ./collect-ld if it already exists.
3926         (stamp-nm): Use $(ORIGINAL_NM_FOR_TARGET) instead of $<.
3927         Don't remove ./nm if it already exists.
3928
3929 2005-07-05  Devang Patel  <dpatel@apple.com>
3930
3931         * tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number.
3932         (LOOP_VINFO_LOC, LOOP_LOC): Remove.
3933         * tree-vectorizer.c (vect_loop_location): New.
3934         (vect_print_dump_info): Use vect_loop_location.
3935         (new_loop_vec_info): Do not set LOOP_VINFO_LOC.
3936         (vectorize_loops): Set vect_loop_location.
3937         * tree-vect-analyze.c (vect_analyze_offset_expr,
3938         vect_determin_vectorization_factor, vect_analyze_operations,
3939         vect_analyze_scalar_cycles, vect_analyze_data_ref_dependence,
3940         vect_analyze_data_ref_dependences, vect_compute_data_ref_alignment,
3941         vect_analyze_data_refs_alignment, vect_analyze_data_ref_access,
3942         vect_analyze_data_ref_accesses, vect_analyze_pointer_ref_access,
3943         vect_object_analysis, vect_analyze_data_refs, vect_mark_relevant,
3944         vect_stmt_relevant_p, vect_mark_stmts_to_be_vectorized,
3945         vect_can_advance_ivs_p, vect_get_loop_niters, vect_analyze_loop_form,
3946         vect_analyze_loop): Adjust vect_print_dump_info API.
3947         * tree-vect-transform.c (vect_create_addr_base_for_vector_ref,
3948         vect_create_data_ref_ptr, vect_init_vector, vect_get_vec_def_for_operand,
3949         vect_finish_stmt_generation, vectorizable_assignment,
3950         vectorizable_operation, vectorizable_store, vectorizable_load,
3951         vectorizable_live_operation, vectorizable_condition, vect_transform_stmt,
3952         vect_update_ivs_after_vectorizer, vect_do_peeling_for_loop_bound,
3953         vect_gen_ninters_for_prolog_loop, vect_do_peeling_for_alignment,
3954         vect_transform_loop): Same.
3955         * tree-vectorizer.c (get_vectype_for_scalar_type, vect_is_simple_use,
3956         vect_is_simple_reduction, vect_is_simple_iv_evolution, vectorize_loops):
3957         Same.
3958
3959 2005-07-05  Randolph Chung  <tausq@debian.org>
3960
3961         * configure.ac (hppa*-*-linux*: Check for a TLS capable gas.
3962         * configure: Regenerate.
3963         * config/pa/pa-protos.h (tls_symbolic_operand): Declare.
3964         (pa_tls_referenced_p): Declare.
3965         * config/pa/pa.c (legitimize_pic_address): Reject TLS operands.
3966         (gen_tls_tga, gen_tls_get_addr, hppa_tls_call): New.
3967         (legitimize_tls_address): New.
3968         (hppa_legitimize_address): Handle TLS addresses.
3969         (pa_tls_symbol_ref_1, pa_tls_referenced_p): New.
3970         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
3971         (emit_move_sequence): Handle TLS addresses.
3972         (pa_encode_section_info): Call default handler to handle common
3973         sections.
3974         * config/pa/pa.h (PA_SYMBOL_REF_TLS_P): New.
3975         (CONSTANT_ADDRESS_P): Reject TLS operands.
3976         (TARGET_HAVE_TLS) [HAVE_AS_TLS]: Define.
3977         * config/pa/pa.md (UNSPEC_TP, UNSPEC_TLSGD, UNSPEC_TLSLDM)
3978         (UNSPEC_TLSLDO, UNSPEC_TLSLDBASE, UNSPEC_TLSIE)
3979         (UNSPEC_TLSLE): Define new constants.
3980         (tgd_load, tld_load, tld_offset_load, tp_load, tie_load, tle_load): New.
3981         * config/pa/predicates.md (symbolic_operand): Reject TLS operands.
3982         (tls_symbolic_operand, tgd_symbolic_operand, tld_symbolic_operand)
3983         (tie_symbolic_operand, tle_symbolic_operand): New
3984
3985 2005-07-06  Kelley Cook  <kcook@gcc.gnu.org>
3986
3987         * aclocal.m4: Update macros for autoconf 2.59 style.
3988         * configure.ac: Likewise.
3989
3990 2005-07-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3991
3992         * pa.c (function_value): Handle small aggregates on 32-bit targets.
3993         (function_arg): Pass small aggregates in general registers on 32-bit
3994         targets.
3995         * som.h (MEMBER_TYPE_FORCES_BLK): Delete define.
3996
3997 2005-07-05  Andrew Pinski  <pinskia@physics.uc.edu>
3998
3999         * Makefile.in (final.o): Fix dependencies.
4000
4001 2005-07-05  Joseph S. Myers  <joseph@codesourcery.com>
4002
4003         PR c/22013
4004         PR c/22098
4005         * langhooks.h (struct lang_hooks): Add expr_to_decl.
4006         * langhooks.c (lhd_expr_to_decl): New.
4007         * langhooks-def.h (lhd_expr_to_decl, LANG_HOOKS_EXPR_TO_DECL):
4008         New.
4009         (LANG_HOOKS_INITIALIZER): Update.
4010         * tree.c (recompute_tree_invarant_for_addr_expr): Call
4011         expr_to_decl langhook.
4012         * c-tree.h (c_expr_to_decl): Declare.
4013         * c-typeck.c (c_expr_to_decl): New.
4014         (build_unary_op): Do not handle ADDR_EXPR of COMPOUND_LITERAL_EXPR
4015         specially.
4016         * c-objc-common.h (LANG_HOOKS_EXPR_TO_DECL): Define.
4017
4018 2005-07-05  Joseph S. Myers  <joseph@codesourcery.com>
4019
4020         PR c/22308
4021         * c-decl.c (finish_struct): Also copy C_TYPE_FIELDS_READONLY,
4022         C_TYPE_FIELDS_VOLATILE and C_TYPE_VARIABLE_SIZE to type variants.
4023
4024 2005-07-05  Paolo Bonzini  <bonzini@gnu.org>
4025
4026         * Makefile.in: Adjust dependencies.
4027         * tree-pass.h: Add new passes and passes formerly in tree-optimize.c.
4028         * basic-block.h (duplicate_computed_gotos): Remove, it is now static.
4029         * alias.c (rest_of_handle_cfg, pass_cfg): New.
4030         * bb-reorder.c (duplicate_computed_gotos): Make it static.
4031         * cfgexpand.c (tree_expand_cfg): Add code formerly at the beginning of
4032         rest_of_compilation.
4033
4034         * bb-reorder.c (gate_duplicate_computed_gotos,
4035         pass_duplicate_computed_gotos, gate_handle_reorder_blocks,
4036         rest_of_handle_reorder_blocks, pass_reorder_blocks,
4037         gate_handle_partition_blocks, rest_of_handle_partition_blocks,
4038         pass_partition_blocks): New.
4039         * bt-load.c (gate_handle_branch_target_load_optimize,
4040         rest_of_handle_branch_target_load_optimize,
4041         pass_branch_target_load_optimize): New.
4042         * cfgcleanup.c (rest_of_handle_jump, pass_jump, rest_of_handle_jump2,
4043         pass_jump2): New.
4044         * cfglayout.c (pass_insn_locators_initialize): New.
4045         * cfgrtl.c (pass_free_cfg): New.
4046         * combine.c (gate_handle_combine, rest_of_handle_combine,
4047         pass_combine): New.
4048         * cse.c (gate_handle_cse, rest_of_handle_cse, pass_cse,
4049         gate_handle_cse2, rest_of_handle_cse2, pass_cse2): New.
4050         * emit-rtl.c (pass_unshare_all_rtl, pass_remove_unnecessary_notes): New.
4051         * except.c (pass_set_nothrow_function_flags,
4052         pass_convert_to_eh_region_ranges, gate_handle_eh, rest_of_handle_eh,
4053         pass_rtl_eh): New.
4054         * final.c (pass_compute_alignments, rest_of_handle_final, pass_final,
4055         rest_of_handle_shorten_branches, pass_shorten_branches,
4056         rest_of_clean_state, pass_clean_state): New.
4057         * flow.c (pass_recompute_reg_usage, gate_remove_death_notes,
4058         rest_of_handle_remove_death_notes, pass_remove_death_notes,
4059         rest_of_handle_life, pass_life, rest_of_handle_flow2,
4060         pass_flow2): New.
4061         * function.c (pass_instantiate_virtual_regs, pass_init_function,
4062         rest_of_handle_check_leaf_regs, pass_leaf_regs): New.
4063         * gcse.c (gate_handle_jump_bypass, rest_of_handle_jump_bypass,
4064         pass_jump_bypass, gate_handle_gcse, rest_of_handle_gcse,
4065         pass_gcse): New.
4066         * global.c (rest_of_handle_global_alloc, pass_global_alloc): New.
4067         * ifcvt.c (gate_handle_if_conversion, rest_of_handle_if_conversion,
4068         pass_rtl_ifcvt, gate_handle_if_after_combine,
4069         rest_of_handle_if_after_combine, pass_if_after_combine,
4070         gate_handle_if_after_reload, rest_of_handle_if_after_reload,
4071         pass_if_after_reload): New.
4072         * integrate.c (pass_initial_value_sets): New.
4073         * jump.c (pass_cleanup_barriers, purge_line_number_notes,
4074         pass_purge_lineno_notes): New.
4075         * mode-switching.c (rest_of_handle_mode_switching,
4076         pass_mode_switching): New.
4077         * local-alloc.c (rest_of_handle_local_alloc, pass_local_alloc): New.
4078         * loop-init.c (gate_handle_loop2, rest_of_handle_loop2,
4079         pass_loop2): New.
4080         * loop.c (gate_handle_loop_optimize, rest_of_handle_loop_optimize,
4081         pass_loop_optimize): New.
4082         * modulo-sched.c (gate_handle_sms, rest_of_handle_sms,
4083         pass_sms): New.
4084         * postreload-gcse.c (gate_handle_gcse2, rest_of_handle_gcse2,
4085         pass_gcse2): New.
4086         * postreload.c (gate_handle_postreload, rest_of_handle_postreload,
4087         pass_postreload_cse): New.
4088         * profile.c (gate_handle_profiling, pass_profiling,
4089         rest_of_handle_branch_prob, pass_branch_prob): New.
4090         * recog.c (pass pass_split_for_shorten_branches, gate_do_final_split,
4091         pass_split_before_regstack, gate_handle_split_before_regstack,
4092         gate_handle_peephole2, rest_of_handle_peephole2, pass_peephole2,
4093         rest_of_handle_split_all_insns, pass_split_all_insns): New.
4094         * reg-stack.c (gate_handle_stack_regs, rest_of_handle_stack_regs,
4095         pass_stack_regs): New.
4096         * regmove.c (gate_handle_regmove, rest_of_handle_regmove, pass_regmove,
4097         gate_handle_stack_adjustments, rest_of_handle_stack_adjustments,
4098         pass_stack_adjustments): New.
4099         * regrename.c (gate_handle_regrename, rest_of_handle_regrename,
4100         pass_regrename): New.
4101         * reorg.c (gate_handle_delay_slots, rest_of_handle_delay_slots,
4102         pass_delay_slots, gate_handle_machine_reorg,
4103         rest_of_handle_machine_reorg, pass_machine_reorg): New.
4104         * rtl.h (extern void purge_line_number_notes): New.
4105         * sched-rgn.c (gate_handle_sched, rest_of_handle_sched,
4106         gate_handle_sched2, rest_of_handle_sched2, pass_sched,
4107         pass_sched2): New.
4108         * tracer.c (gate_handle_tracer, rest_of_handle_tracer,
4109         pass_tracer): New.
4110         * value-prof.c (gate_handle_value_profile_transformations,
4111         rest_of_handle_value_profile_transformations,
4112         pass_value_profile_transformations): New.
4113         * var-tracking.c (gate_handle_var_tracking,
4114         pass_variable_tracking): New.
4115         * web.c (gate_handle_web, rest_of_handle_web, pass_web): New.
4116
4117         * passes.c (open_dump_file, close_dump_file, rest_of_handle_final,
4118         rest_of_handle_delay_slots, rest_of_handle_stack_regs,
4119         rest_of_handle_variable_tracking, rest_of_handle_machine_reorg,
4120         rest_of_handle_old_regalloc, rest_of_handle_regrename,
4121         rest_of_handle_reorder_blocks, rest_of_handle_partition_blocks,
4122         rest_of_handle_sms, rest_of_handle_sched, rest_of_handle_sched2,
4123         rest_of_handle_gcse2, rest_of_handle_regmove,
4124         rest_of_handle_tracer, rest_of_handle_if_conversion,
4125         rest_of_handle_if_after_combine, rest_of_handle_if_after_reload,
4126         rest_of_handle_web, rest_of_handle_branch_prob,
4127         rest_of_handle_value_profile_transformations, rest_of_handle_cfg,
4128         rest_of_handle_jump_bypass, rest_of_handle_combine,
4129         rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2,
4130         rest_of_handle_gcse, rest_of_handle_loop_optimize,
4131         rest_of_handle_loop2, rest_of_handle_branch_target_load_optimize,
4132         rest_of_handle_mode_switching, rest_of_handle_jump,
4133         rest_of_handle_eh, rest_of_handle_stack_adjustments,
4134         rest_of_handle_flow2, rest_of_handle_jump2,
4135         rest_of_handle_peephole2, rest_of_handle_postreload,
4136         rest_of_handle_shorten_branches, rest_of_clean_state,
4137         rest_of_compilation): Remove.
4138
4139         * cgraphunit.c (ipa_passes): Moved from tree-optimize.c.
4140         * passes.c (dump_flags, in_gimple_form, all_passes,
4141         all_ipa_passes, all_lowering_passes, register_one_dump_file,
4142         register_dump_files, next_pass_1, last_verified, execute_todo,
4143         execute_one_pass, execute_pass_list, execute_ipa_pass_list): Moved
4144         from tree-optimize.c.
4145         (init_optimization_passes): Moved from tree-optimize.c,
4146         adding the RTL optimizations.
4147         * tree-dump.h (dump_info_p, dump_flag): Moved from tree.h.
4148         * tree-optimize.c (dump_flags, in_gimple_form, all_passes,
4149         all_ipa_passes, all_lowering_passes, register_one_dump_file,
4150         register_dump_files, next_pass_1, last_verified, execute_todo,
4151         execute_one_pass, execute_pass_list, execute_ipa_pass_list,
4152         init_tree_optimization_passes, ipa_passes): Delete.
4153         * tree-pass.h (enum tree_dump_index): Moved from tree.h, removing
4154         the RTL dumps.
4155         (TDF_*, get_dump_file_name, dump_enabled_p, dump_initialized_p,
4156         dump_begin, dump_end, dump_node, dump_switch_p, dump_flag_name): Moved
4157         from tree.h.
4158         (ipa_passes): Remove.
4159         (all_passes, all_ipa_passes, all_lowering_passes): Now extern.
4160         * tree.h (enum tree_dump_index, TDF_*, get_dump_file_name,
4161         dump_enabled_p, dump_initialized_p, dump_begin, dump_end, dump_node,
4162         dump_switch_p, dump_flag_name): Moved to tree-pass.h.
4163         (dump_info_p, dump_flag): Moved to tree-dump.h.
4164
4165         * Makefile.in: Adjust dependencies for tree-pretty-print.c,
4166         cgraph.c, opts.c.
4167         * passes.c (finish_optimization_passes): Use dump_begin
4168         and dump_end, TDI_end.
4169         (gate_rest_of_compilation): New.
4170         (pass_rest_of_compilation): Use it.
4171         (gate_postreload, pass_postreload): New.
4172         * toplev.c (general_init): Rename init_tree_optimization_passes.
4173         * toplev.h (init_tree_optimization_passes): Rename to
4174         init_optimizations_passes.
4175         * tree-dump.c (dump_flag): Make static.
4176         (dump_files): Remove RTL dumps.
4177         * tree-optimize.c (pass_all_optimizations, pass_early_local_passes,
4178         pass_cleanup_cfg, pass_free_cfg_annotations,
4179         pass_cleanup_cfg_post_optimizing, pass_free_datastructures,
4180         pass_init_datastructures, pass_fixup_cfg): Make non-static.
4181         * tree-pretty-print.c: Include tree-pass.h.
4182         * cgraph.c: Include tree-dump.h.
4183
4184 2005-07-04  Daniel Berlin  <dberlin@dberlin.org>
4185
4186         * tree-ssa-structalias.c (get_constraint_exp_from_ssa_var):
4187         Only fall back to saying it points to readonly memory if
4188         we can't do better.
4189
4190 2005-07-05  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4191
4192         * config/m32r/m32r-protos.h: Remove m32r_finalize_pic.
4193         * config/m32r/m32r.c (m32r_compute_frame_size,
4194         m32r_expand_prologue): Take current_function_profile into
4195         account whenever we reference
4196         current_function_uses_pic_offset_table.
4197         (m32r_finalize_pic): Remove.
4198         * config/m32r/m32r.h (FINALIZE_PIC): Likewise.
4199
4200 2005-07-05  Kazu Hirata  <kazu@codesourcery.com>
4201
4202         * Makefile.in (stamp-as): Use $(ORIGINAL_AS_FOR_TARGET)
4203         instead of $<.  Don't remove ./as if it already exists.
4204
4205 2005-07-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4206
4207         PR target/21723
4208         * pa.md: Remove fcpy alternative from movhi and movqi patterns.
4209         * pa32-regs.h (HARD_REGNO_NREGS): Return two floating point registers
4210         for complex modes when generating code for PA 1.0.
4211         (VALID_FP_MODE_P): New macro.
4212         (HARD_REGNO_MODE_OK): Use VALID_FP_MODE_P.  Use non-overlapping register
4213         sets for all general and floating point modes.  Align wide floating
4214         point modes to even register boundaries to comply with architectural
4215         requirements.
4216         (CLASS_MAX_NREGS): Update to align with change to HARD_REGNO_NREGS.
4217         * pa64-regs.h (HARD_REGNO_NREGS): Update comment and formatting.
4218         (VALID_FP_MODE_P): New macro.
4219         (HARD_REGNO_MODE_OK): Use VALID_FP_MODE_P.  Use non-overlapping register
4220         sets for all general and floating point modes.  Align wide floating
4221         point modes to even register boundaries to comply with architectural
4222         requirements.
4223
4224 2005-07-04  Diego Novillo  <dnovillo@redhat.com>
4225
4226         * tree-dump.c (dump_files): Initialize dump number for .cgraph
4227         to 0.
4228
4229 2005-07-04  Diego Novillo  <dnovillo@redhat.com>
4230
4231         * tree-ssa-structalias.c: Don't include expr.h.
4232
4233 2005-07-04  Diego Novillo  <dnovillo@redhat.com>
4234
4235         * tree-iterator.h (TSI_NEW_STMT, TSI_SAME_STMT): Fix
4236         comments.
4237
4238 2005-07-04  Daniel Berlin  <dberlin@dberlin.org>
4239
4240         Fix PR tree-optimization/22279
4241
4242         * tree-ssa-structalias.c (offset_overlaps_with_access): Use
4243         correct operator.
4244
4245 2005-07-04  J"orn Rennecke <joern.rennecke@st.com>
4246
4247         * sh.c (output_ieee_ccmpeq): Replace "\\;" with "\n\t".
4248
4249 2005-07-03  Joseph S. Myers  <joseph@codesourcery.com>
4250
4251         * bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks.c, cfgloop.c,
4252         cfgrtl.c, cgraphunit.c, config/c4x/c4x.c, config/cris/cris.c,
4253         config/frv/frv.c, config/host-darwin.c, config/iq2000/iq2000.c,
4254         config/lynx.h, config/m68k/m68k.c, config/pa/pa.c, config/sh/sh.h,
4255         config/stormy16/stormy16.c, config/v850/v850.c,
4256         config/vax/netbsd-elf.h, coverage.c, dwarf2out.c, emit-rtl.c,
4257         except.c, gcc.c, tree-cfg.c, tree-eh.c, tree-ssa.c, xcoffout.c:
4258         Avoid "." or "\n" at end of diagnostics and capital letters at
4259         start of diagnostics.
4260         * combine.c, cse.c: Don't translate dump file output.
4261         * toplev.c (print_version): Only translate output if going to
4262         stderr.
4263
4264 2005-07-03  Kazu Hirata  <kazu@codesourcery.com>
4265
4266         * c-decl.c, tree-object-size.c, tree-vectorizer.c,
4267         config/arm/unwind-arm.c, config/arm/unwind-arm.h: Fix comment
4268         typos.
4269
4270 2005-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4271
4272         * pa.c (fix_range): Fix typo in comment.
4273
4274 2005-07-03  Kazu Hirata  <kazu@codesourcery.com>
4275
4276         * tree-vrp.c (extract_range_from_assert): Replace
4277         fold (build (...)) with fold_build2.
4278
4279 2005-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4280
4281         * c-format.c (gcc_gfc_format_type, gcc_gfc_flag_pairs,
4282         gcc_gfc_char_table, init_dynamic_gfc_info): New.
4283         (format_types_orig, handle_format_attribute): Add support for
4284         format "gcc_gfc".
4285
4286 2005-07-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4287
4288         * varasm.c (assemble_variable): Fix format specifier thinko.
4289
4290 2005-07-03  Ira Rosen  <irar@il.ibm.com>
4291
4292         PR tree-optimization/22029 (and 22135)
4293         * tree-pretty-print.c (dump_generic_node): Check that the node is not
4294         a phi node before calling dump_vops.
4295
4296 2005-07-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4297
4298         * tree-dump.h (dump_string_field): Declare.
4299         * tree-dump.c: Use it instead of dump_string.
4300         (dump_string_field): Make non-static.
4301
4302 2005-07-03  Kaz Kojima  <kkojima@gcc.gnu.org>
4303
4304         * config/sh/sh.c (sh_output_mi_thunk): Initialize and clean
4305         up the minimal CFG stuff always when optimize > 0.  Call
4306         split_all_insns_noflow in PIC case if needed.
4307
4308 2005-07-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4309             Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
4310
4311         PR c++/18279
4312         * c-decl.c (c_write_global_declarations): Dump contents of
4313         external scope to.
4314         * tree-dump.c (dequeue_and_dump): Dump abstract origin of a decl.
4315         <TRY_FINALLY_EXPR>, <RETURN_EXPR>, <CASE_LABEL_EXPR>, <LABEL_EXPR>,
4316         <GOTO_EXPR>, <SWITCH_EXPR>: Add.
4317         (dump_enabled_p): Return TRUE if PHASE is TDI_all and any dump
4318         is enabled.
4319
4320 2005-07-03  Joseph S. Myers  <joseph@codesourcery.com>
4321
4322         * c-common.h (GCC_DIAG_STYLE): Define.
4323         * c-tree.h (GCC_DIAG_STYLE): Do not define.  Change minimum GCC
4324         version for format checking to 4.1.
4325         * c-format.c: Include toplev.h after c-common.h.
4326         (enum format_type): Add gcc_tdiag_format_type.
4327         (gcc_tdiag_length_specs, gcc_tdiag_flag_pairs,
4328         gcc_tdiag_flag_specs, gcc_tdiag_char_table): New.
4329         (format_types_orig): Add gcc_tdiag.
4330         (init_dynamic_diag_info): Support gcc_tdiag formats.
4331         (handle_format_attribute): Likewise.
4332         * toplev.h (NO_FRONT_END_DIAG, ATTRIBUTE_GCC_FE_DIAG): Remove.
4333         (GCC_DIAG_STYLE): Default to __gcc_tdiag__.  Change minimum GCC
4334         version for format checking to 4.1.
4335         (warning0, warning, error, pedwarn, sorry): Use
4336         ATTRIBUTE_GCC_DIAG.
4337         * config/rs6000/rs6000.c (altivec_expand_builtin), varasm.c
4338         (finish_aliases_1): Do not use %qE.
4339         * config/arm/arm.c, config/i386/i386.c, config/mmix/mmix.c,
4340         config/pdp11/pdp11.c, stor-layout.c, tree-eh.c, tree-ssa.c:
4341         Correct format bugs.
4342         * config/v850/v850-protos.h (v850_output_aligned_bss): Change size
4343         parameter to unsigned HOST_WIDE_INT.
4344         * config/v850/v850.c (v850_output_aligned_bss): Likewise.
4345
4346 2005-07-02  David Edelsohn  <edelsohn@gnu.org>
4347
4348         PR middle-end/21742
4349         * expr.c (write_complex_part): Use adjust_address for MEM.
4350         (read_complex_part): Same.
4351
4352 2005-07-02  Daniel Berlin  <dberlin@dberlin.org>
4353
4354         Fix PR tree-optimization/22280
4355
4356         * tree-sra.c (generate_element_init): Remove useless loop.
4357
4358 2005-07-02  Richard Henderson  <rth@redhat.com>
4359
4360         * config/alpha/alpha.c (alpha_legitimize_address): Check for
4361         TLS_MODEL_NONE.
4362         (alpha_stdarg_optimize_hook): Use DECL_UID with va_list_vars.
4363
4364 2005-07-02  Andrew Pinski  <pinskia@physics.uc.edu>
4365
4366         PR middle-end/14490
4367         * fold-const.c (fold_binary): Handle the return value of
4368         fold_to_nonsharp_ineq_using_bound if we get back the same operand back.
4369         Implement "X +- C1 CMP C2" folding to "X CMP C2 -+ C1".
4370
4371 2005-07-02  Jeff Law  <law@redhat.com>
4372
4373         * tree-ssa-dom.c (find_equivalent_equality_comparison): Do not
4374         a eliminate type conversion which feeds an equality comparison
4375         if the original type or either operand in the comparison is a
4376         function pointer.
4377
4378 2005-07-02  Joseph S. Myers  <joseph@codesourcery.com>
4379
4380         * c.opt, common.opt, config/bfin/bfin.opt, config/pa/pa.opt,
4381         config/rs6000/rs6000.opt, params.def: Remove "." from end of help
4382         texts.
4383         * config/avr/avr.c: Do not use '`' as left quote.
4384         * config/rs6000/rs6000.c, config/s390/s390.c, opts.c, tree.c:
4385         Remove "." from end of diagnostics.  Make diagnostics start with
4386         lowercase letter.
4387
4388 2005-07-02  Zack Weinberg  <zack@codesourcery.com>
4389             Joseph S. Myers  <joseph@codesourcery.com>
4390
4391         * toplev.c (default_tree_printer): Handle setting location with
4392         '+' flag.
4393         * c-objc.common.c (c_tree_printer): Likewise.
4394         * c-format.c (gcc_diag_flag_specs): Add '+'.
4395         (gcc_cdiag_char_table): Allow '+' flag for tree formats.
4396         (format_types_orig): Allow '+' flag for gcc_diag and gcc_cdiag
4397         formats.
4398         * c-common.c, c-decl.c, c-objc-common.c, c-pragma.c,
4399         config/arm/pe.c, config/i386/winnt.c, config/ia64/ia64.c,
4400         config/mcore/mcore.c, config/sh/symbian.c, config/sol2.c,
4401         config/v850/v850.c, function.c, stor-layout.c, toplev.c,
4402         tree-inline.c, tree-optimize.c, tree.c, varasm.c: Use '+' flag
4403         instead of %J or %H.  Use 'q' flag for quoting.  Avoid '.' at end
4404         of diagnostics.  Use %q+D not %s for a decl.  Do not pass excess
4405         format arguments where %J is used without %D.
4406
4407 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
4408
4409         * gcc.c (LINK_SSP_SPEC): Define.
4410         (link_ssp_spec): New variable.
4411         (LINK_COMMAND_SPEC): Add %(link_ssp).
4412         (static_specs): Add link_ssp_spec.
4413         * configure.ac (TARGET_LIBC_PROVIDES_SSP): New test.
4414         * configure: Rebuilt.
4415         * config.in: Rebuilt.
4416
4417         * config/rs6000/linux.h (TARGET_THREAD_SSP_OFFSET): Define.
4418         * config/rs6000/linux64.h (TARGET_THREAD_SSP_OFFSET): Likewise.
4419         * config/i386/linux.h (TARGET_THREAD_SSP_OFFSET): Likewise.
4420         * config/i386/linux64.h (TARGET_THREAD_SSP_OFFSET): Likewise.
4421         * config/rs6000/rs6000.md (stack_protect_set, stack_protect_test):
4422         If TARGET_THREAD_SSP_OFFSET is defined, use -0x7010(13) resp.
4423         -0x7008(2) instead of reading __stack_chk_guard variable.
4424         * config/i386/i386.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): Change
4425         number.
4426         (UNSPEC_SP_TLS_SET, UNSPEC_SP_TLS_TEST): New constants.
4427         (stack_protect_set, stack_protect_test): Use *_tls* patterns
4428         if TARGET_THREAD_SSP_OFFSET is defined.
4429         (stack_tls_protect_set_si, stack_tls_protect_set_di,
4430         stack_tls_protect_test_si, stack_tls_protect_test_di): New insns.
4431
4432         Revert:
4433         2005-06-27  Richard Henderson  <rth@redhat.com>
4434         * libgcc-std.ver (GCC_4.1.0): New.
4435         * libgcc.h (__stack_chk_guard): Declare.
4436         (__stack_chk_fail, __stack_chk_fail_local): Declare.
4437         * libgcc2.c (L_stack_chk, L_stack_chk_local): New.
4438         * mklibgcc.in (lib2funcs): Add them.
4439
4440 2005-07-01  Richard Henderson  <rth@redhat.com>
4441
4442         * config/i386/linux-unwind.h (x86_64_fallback_frame_state): Cast to
4443         void * before struct sigcontext *.
4444         (x86_fallback_frame_state): Likewise.
4445
4446 2005-07-01  James E. Wilson  <wilson@specifixinc.com>
4447
4448         * doc/invoke.texi (-funit-at-a-time): Correct grammar in second bullet.
4449
4450 2005-07-01  Andrew Pinski  <pinskia@physics.uc.edu>
4451
4452         PR tree-opt/22269
4453         * tree-ssa-reassoc.c (should_transpose): Fix which operand
4454         we check for SSA_NAME for.
4455
4456 2005-07-01  Daniel Berlin  <dberlin@dberlin.org>
4457
4458         Fix PR tree-optimization/22071
4459
4460         * tree-ssa-structalias.c (offset_overlaps_with_access): New
4461         function.
4462         (get_constraint_for_component_ref): Use it.
4463
4464 2005-07-01  Andrew Pinski  <pinskia@physics.uc.edu>
4465
4466         PR other/22264
4467         * diagnostic.c (diagnostic_report_current_module): Use pp_newline to
4468         print out the last new line.
4469
4470 2005-07-01  Hans-Peter Nilsson  <hp@axis.se>
4471
4472         * config/cris/cris.md (CRIS_CC0_REGNUM): New constant.
4473         Swap numbers for CRIS_AP_REGNUM and CRIS_MOF_REGNUM.
4474         * config/cris/cris.c (cris_conditional_register_usage): Adjust
4475         reg_names[CRIS_CC0_REGNUM] for early CRIS versions.
4476         (cris_print_operand) <case REG>: Handle CRIS_CC0_REGNUM.
4477         (cris_md_asm_clobbers): Clobber CRIS_CC0_REGNUM for all asms.
4478         * config/cris/cris.h (CRIS_CANONICAL_CC0_REGNUM): New macro.
4479         (enum reg_class): New member CC0_REGS.
4480         (REG_CLASS_FROM_LETTER): Add 'c' for CC0_REGS.
4481         (FIRST_PSEUDO_REGISTER, CALL_USED_REGISTERS, REG_ALLOC_ORDER)
4482         (HARD_REGNO_MODE_OK, MODES_TIEABLE_P, REG_CLASS_NAMES)
4483         (CRIS_SPECIAL_REGS_CONTENTS, REG_CLASS_CONTENTS, REGNO_REG_CLASS)
4484         (PREFERRED_RELOAD_CLASS, REGISTER_NAMES, DBX_REGISTER_NUMBER):
4485         Adjust for register now described.
4486
4487 2005-07-01  Jakub Jelinek  <jakub@redhat.com>
4488
4489         PR target/22262
4490         * config/i386/i386.md (stack_protect_test_si,
4491         stack_protect_test_di): Add earlyclobber for scratch 3.
4492         * config/rs6000/rs6000.md (stack_protect_testsi,
4493         stack_protect_testdi): Add earlyclobber for scratch 3,
4494         remove earlyclobber from scratch 4.
4495
4496 Older entries for 2005 can be found in ChangeLog-2005.