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