OSDN Git Service

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