OSDN Git Service

61cf790d0d69fa0231ac5e85abf5d68a0d693d0a
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2006-03-13  Bernd Schmidt  <bernd.schmidt@analog.com>
2
3         * config/bfin/lib1funcs.asm (___umodsi3): Use stack to save contents
4         of RETS.
5         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): If
6         TARGET_ID_SHARED_LIBRARY, define __ID_SHARED_LIB__.
7         * config/bfin/crti.S: Use it instead of __PIC__.
8         * config/bfin/crtn.S: Likewise.
9
10         * config/bfin/bfin.md (call_value_symbol, sibcall_value_symbol,
11         call_symbol, sibcall_symbol): Disallow if TARGET_ID_SHARED_LIBRARY,
12         not if flag_pic.
13         Lose 'G' modifier for call operand.
14         * config/bfin/bfin.c (print_operand) <case SYMBOL_REF>: Don't
15         recognize 'G' modifier.
16
17 2006-03-13  Eric Botcazou  <ebotcazou@adacore.com>
18
19         PR middle-end/18859
20         * gimplify.c (gimplify_switch_expr): Discard empty ranges.
21         * stmt.c (expand_case): Likewise.
22
23 2006-03-13  Zdenek Dvorak <dvorakz@suse.cz>
24
25         PR rtl-optimization/26254
26         * loop-invariant.c (seq_insns_valid_p): New function.
27         (move_invariant_reg): Only emit new code if it is valid.
28
29 2006-03-13  Zdenek Dvorak <dvorakz@suse.cz>
30
31         * cfgrtl.c (last_loop_beg_note, back_edge_of_syntactic_loop_p):
32         Removed.
33         (force_nonfallthru_and_redirect): Do not use last_loop_beg_note.
34         (rtl_split_edge): Do not use back_edge_of_syntactic_loop_p.
35         (commit_one_edge_insertion): Do not look for loop notes.
36
37 2006-03-13  Zdenek Dvorak <dvorakz@suse.cz>
38
39         * jump.c (follow_jumps): Do not check for loop notes.  Move check for
40         flag_test_coverage out of loop.
41
42 2006-03-13  Zdenek Dvorak <dvorakz@suse.cz>
43
44         * final.c (shorten_branches): Remove outdated comment, and turn
45         the if branch that guards it to continue.
46
47 2006-03-13  Zdenek Dvorak <dvorakz@suse.cz>
48
49         * cfgloop.c (flow_loop_dump): Do not dump loop->invalid field.
50         * cfgloop.h (struct loop): Remove unused fields.
51
52 2006-03-13  Kazu Hirata  <kazu@codesourcery.com>
53
54         * doc/invoke.texi (-fdump-rtl-loop): Remove.
55         (-dL, -fdump-rtl-loop2): Update the dump file names 
56
57         * doc/invoke.texi: Update dump file names.
58
59 2006-03-12  Steven Bosscher  <stevenb.gcc@gmail.com>
60
61         * predict.c (estimate_probability): Remove.
62         * profile.c (rest_of_handle_branch_prob, pass_branch_prob): Remove.
63         * basic-block.h (estimate_probability): Remove prototype.
64         * passes.c (finish_optimization_passes): Dump branch prediction or
65         profiling heuristics to the .profile tree dump.
66         (init_optimization_passes): Unqueue pass_branch_prob.
67
68         * doc/invoke.texi (-fdump-rtl-bp): Remove.
69
70 2006-03-11  Steven Bosscher  <stevenb.gcc@gmail.com>
71
72         * rtl.def (LABEL_REF): Remove the field for LABEL_NEXTREF.
73         * rtl.h (LABEL_NEXTREF): Remove field accessor.
74
75 2006-03-11  Eric Botcazou  <ebotcazou@adacore.com>
76
77         * function.h (frame_offset_overflow): Declare.
78         * function.c (frame_offset_overflow): New function.
79         (assign_stack_local_1): Call it to detect that the offset overflows.
80         * cfgexpand.c (alloc_stack_frame_space): Likewise.
81
82 2006-03-11  Steven Bosscher  <stevenb.gcc@gmail.com>
83
84         * config/sh/sh.c: Include alloc-pool.h.
85         (label_ref_list_pool): New alloc pool.
86         (label_ref_list_t): New type for lists of labels.
87         (struct pool_node): Make wend a label_ref_list_t.
88         (add_constant): Use the new type, eradicate LABEL_NEXTREF
89         references.
90         (dump_table): Likewise.
91         (sh_reorg): Set up the alloc pool before using add_constant and
92         dump_table, and destroy it when finishing.
93
94 2006-03-11  Richard Sandiford  <richard@codesourcery.com>
95
96         * config/mips/mips.c: Remove redundant comment.
97
98 2006-03-10  Jason Merrill  <jason@redhat.com>
99
100         PR c/26004
101         * gimplify.c (gimplify_modify_expr_rhs): Don't do return slot opt if 
102         the target was declared 'register'.
103
104 2006-03-10  Adam Nemet  <anemet@caviumnetworks.com>
105
106         * genpreds.c (write_insn_constraint_len): Change definition of
107         insn_constraint_len to return size_t to match the declaration.
108
109 2006-03-10  DJ Delorie  <dj@redhat.com>
110
111         * config/m32c/m32c.c (m32c_const_ok_for_constraint_p): Bit numbers
112         start at zero.
113         (m32c_expand_insv): Fix test for an AND mask.
114
115 2006-03-10  Richard Guenther  <rguenther@suse.de>
116
117         PR middle-end/26565
118         * builtins.c (get_pointer_alignment): Handle component
119         references for field alignment.
120
121 2006-03-10  J"orn Rennecke <joern.rennecke@st.com>
122
123         * config.gcc (sh*-superh-elf, sh*elf (newlib)): Use newlib.h
124         when building with libgloss.
125         (sh*elf): Implement --without-fp option.
126         (sh64-superh-linux*): Don't multilib. 
127
128 2006-03-10  J"orn Rennecke <joern.rennecke@st.com>
129
130         * struct-equiv.c (rtx_equiv_p): Fix POST_MODIFY case.
131
132 2006-03-09  Andrew Pinski  <pinskia@physics.uc.edu>
133
134         * tree-ssa-phiopt.c (tree_ssa_phiopt): Add cfgchanged variable.
135         Set it when one of the replacement functions returned true.
136         Return TODO_cleanup_cfg if cfgchanged is true.
137         (pass_phiopt) <todo_flags_finish>: Remove TODO_cleanup_cfg.
138
139 2006-03-09  Adam Nemet  <anemet@caviumnetworks.com>
140
141         * combine.c (simplify_shift_const_1): Use gen_lowpart_or_truncate
142         instead of gen_lowpart.
143
144 2006-03-09  Richard Sandiford  <richard@codesourcery.com>
145
146         * config/mips/mips-protos.h (mips_output_conditional_branch): Change
147         interface.
148         (mips_output_order_conditional_branch): Declare.
149         * config/mips/mips.h (MIPS_BRANCH): New macro.
150         * config/mips/mips.c (gen_conditional_branch): Use VOIDmode
151         for the comparison.  Use gen_condjump.
152         (mips_output_conditional_branch): Rework interface to take the
153         asm templates for a direct branch and the inverse of a direct branch.
154         (mips_output_order_conditional_branch): New function.
155         (mips_builtin_branch_and_move): New function.
156         (mips_expand_builtin_compare): Use it.  Use VOIDmode for the
157         branch condition.  Use gen_single_cc as the condition for
158         __builtin_mips_upper_* or __builtin_mips_lower_*.
159         (mips_expand_builtin_bposge): Use mips_builtin_branch_and_move.
160         Use VOIDmode for the branch condition.
161         * config/mips/predicates.md (order_operator): New predicate.
162         * config/mips/mips.md (UNSPEC_SINGLE_CC): New constant.
163         (branch_fp): Rename to...
164         (*branch_fp): ...this.  Remove mode from comparison operator.
165         Use new mips_output_conditional_branch interface.
166         (branch_fp_inverted): Rename to...
167         (*branch_fp_inverted): ...this and update as for *branch_fp.
168         (*branch_zero<mode>): Rename to...
169         (*branch_order<mode>): ...this.  Remove mode from comparison operator.
170         Use mips_output_order_conditional_branch.  Only accept ordered
171         comparisons.  
172         (*branch_zero<mode>_inverted): Rename to...
173         (*branch_order<mode>_inverted): ...this and update as for
174         *branch_order<mode>.
175         (*branch_equality<mode>): Accept zero as the second operand to
176         the equality operator.  Use the new mips_output_conditional_branch
177         interface.
178         (*branch_equality<mode>_inverted): Likewise.
179         (condjump): New expander.
180         * config/mips/mips-dsp.md (mips_bposge): Remove mode from comparison
181         operator.
182         * config/mips/mips-ps-3d.md (bc1any4t, bc1any4f): Likewise.
183         (bc1any2t, bc1any2f): Likewise.
184         (single_cc): New expander.
185         (*branch_upper_lower, *branch_upper_lower_inverted): New patterns.
186
187 2006-03-09  Richard Sandiford  <richard@codesourcery.com>
188
189         * doc/md.texi: Update documentation of MIPS constraints.
190         * config/mips/constraints.md: New file.
191         * config/mips/mips.md: Include it.
192         * config/mips/mips.c (mips_char_to_class): Delete.
193         (override_options): Don't initialize mips_char_to_class.
194         * config/mips/mips.h (mips_char_to_class): Delete.
195         (REG_CLASS_FROM_LETTER): Delete.
196         (CONST_OK_FOR_LETTER_P): Delete.
197         (CONST_DOUBLE_OK_FOR_LETTER_P): Delete.
198         (EXTRA_CONSTRAINT_Y): Delete.
199         (EXTRA_CONSTRAINT_STR): Delete.
200         (CONSTRAINT_LEN): Delete.
201         (EXTRA_MEMORY_CONSTRAINT): Delete.
202
203 2006-03-09  Diego Novillo  <dnovillo@redhat.com>
204
205         * tree-cfg.c (move_block_to_fn): Remove the statements from the
206         original fn's eh regions.
207
208 2006-03-09  Eric Botcazou  <ebotcazou@adacore.com>
209
210         * fold-const.c (build_range_check): Make sure to use a valid type to
211         apply the "(c>=low) && (c<=high) into (c-low>=0) && (c-low<=high-low)"
212         transformation.
213
214         (range_predecessor): New static function.
215         (range_successor): Likewise.
216         (merge_ranges): Use them to compute predecessors and successors of
217         range bounds.
218
219 2006-03-09  Roger Sayle  <roger@eyesopen.com>
220
221         PR middle-end/26561
222         * fold-const.c (fold_div_compare): When optimizing X/C1 op C2 as
223         X op C3, consider whether C3 overflows towards +Inf or -Inf.
224
225 2006-03-08  DJ Delorie  <dj@redhat.com>
226
227         * config/m32c/addsub.md (addqi3): Disparage a0/a1.
228         (addpsi3): Expand to include memory operands.  Remove
229         reload-specific splits.
230         * config/m32c/bitops.md (bset_qi, bset_hi, bclr_qi): New.
231         (andqi3_16, andhi3_16, iorqi3_16, iorhi3_16): New.
232         (andqi3_24, andhi3_24, iorqi3_24, iorhi3_24): New.
233         (andqi3, andhi3, iorqi3, iorhi3): Convert to expanders.
234         (shift1_qi, shift1_hi, insv): New.
235         * config/m32c/cond.md (cbranchqi4, cbranchhi4): Remove.
236         (cbranch<mode>4, stzx_16, stzx_24_<mode>, stzx_reversed,
237         cmp<mode>, b<code>, s<code>, s<code>_24, movqicc, movhicc,
238         cond_to_int): New.
239         * config/m32c/m32c-protos.h: Update as needed.
240         * config/m32c/m32c.c (m32c_reg_class_from_constraint): Don't
241         default the Rcr, Rcl, Raw, and Ral constraints.  Add Ra0 and Ra1.
242         Fail for unrecognized R* constraints.
243         (m32c_cannot_change_mode_class): Be more picky about pseudos.
244         (m32c_const_ok_for_constraint_p): Add Imb, Imw, and I00.
245         (m32c_extra_constraint_p2): Allow (mem (plus (plus fb int) int)).
246         Add Sp constraint.
247         (m32c_init_libfuncs): New.
248         (m32c_legitimate_address_p): Add debug wrapper.
249         (m32c_rtx_costs): New.
250         (m32c_address_cost): New.
251         (conversions): Add 'B' prefix.
252         (m32c_print_operand): 'h' and 'H' pick lower and upper halves of
253         operands, or word regnames for QI operands.  'B' prints bit
254         position.
255         (m32c_expand_setmemhi): New.
256         (m32c_expand_movmemhi): New.
257         (m32c_expand_movstr): New.
258         (m32c_expand_cmpstr): New.
259         (m32c_prepare_shift): Shift counts are limited to 16 bits at a time.
260         (m32c_expand_neg_mulpsi3): Handle non-ints.
261         (m32c_cmp_flg_0): New.
262         (m32c_expand_movcc): New.
263         (m32c_expand_insv): New.
264         (m32c_scc_pattern): New.
265         * config/m32c/m32c.h (reg classes): Add AO_REGS and A1_REGS.  Take
266         a0/a1 out of SIregs.
267         (STORE_FLAG_VALUE): New.
268         * config/m32c/m32c.md: Add unspecs for string moves.  Define various mode and
269         code macros.
270         (no_insn): New.
271         * config/m32c/mov.md: Make constraints more liberal.
272         (zero_extendqihi2): Optimize r0/r1 case.
273         * config/m32c/muldiv.md (mulpsi3): Check for intvals.
274         * config/m32c/predicates.md (m32c_any_operand): New.
275         (m32c_nonimmediate_operand): New.
276         (m32c_hl_operand): New.
277         (m32c_r3_operand): New.
278         (ap_operand): New.
279         (ma_operand): New.
280         (memsym_operand): New.
281         (memimmed_operand): New.
282         (a_qi_operand): New.
283         (m32c_eqne_operator): New.
284         (m32c_1bit8_operand): New.
285         (m32c_1bit16_operand): New.
286         (m32c_1mask8_operand): New.
287         (m32c_1mask16_operand): New.
288         * config/m32c/blkmov.md: New file.
289         * config/m32c/t-m32c (MD_FILES): Add blkmov.
290
291 2006-03-08  Andreas Tobler  <a.tobler@schweiz.ch>
292
293         * dwarf2out.c (expand_builtin_dwarf_sp_column): Make dwarf_regnum
294         unsigned to fix signed/unsigned comparison issue in
295         DWARF2_FRAME_REG_OUT.
296         (expand_builtin_init_dwarf_reg_sizes): Make i unsigned to fix signed/
297         unsigned comparison issue in DWARF2_FRAME_REG_OUT.
298
299         * tree-ssa-operands.c (finalize_ssa_def_ops): Move the declaration
300         of ptr into the ENABLE_CHECKING section.
301
302 2006-03-08  Jeff Law  <law@redhat.com>
303
304         * tree-vrp.c (infer_value_range): Only count pointer uses
305         and dereferences if -fdelete-null-pointer-checks is enabled.
306
307         * tree-vrp.c (find_assert_locations): Infer value ranges for
308         single use pointers, but do not create ASSERT_EXPRs for them.
309         When a non-null range is inferred for a pointer, backwards
310         propagate that range to other equivalent pointers through the
311         use-def chain.
312
313 2006-03-08  Paolo Bonzini  <bonzini@gnu.org>
314
315         PR bootstrap/26500
316         * Makefile.in (dvi, html, install-info): Invoke the corresponding
317         language hook targets.
318         * ada/Make-lang.in, cp/Make-lang.in, objc/Make-lang.in,
319         objcp/Make-lang.in: Create stub rules for dvi, html, install-info
320         if language hook targets were missing.
321
322 2006-03-07  Zdenek Dvorak <dvorakz@suse.cz>
323
324         * tree-ssa-opfinalize.h: Removed.
325         * Makefile.in (tree-ssa-operands.o): Remove tree-ssa-opfinalize.h
326         dependency.
327         * tree-ssa-operands.c: Do not include tree-ssa-opfinalize.h.
328         (ALLOC_OPTYPE, APPEND_OP_AFTER, MOVE_HEAD_AFTER, MOVE_HEAD_TO_FREELIST,
329         INITIALIZE_USE, add_def_op, add_use_op, add_vuse_op, add_maydef_op,
330         add_mustdef_op, finalize_ssa_def_ops, finalize_ssa_use_ops,
331         finalize_ssa_v_may_def_ops, finalize_ssa_vuse_ops,
332         finalize_ssa_v_must_def_ops): New.
333
334 2006-03-07  Kenneth Zadeck <zadeck@naturalbridge.com>
335
336         * df-scan.c: (df_bb_refs_record): Fix obvious typo with wrong
337         block as parameter.
338
339 2006-03-07  Geoffrey Keating  <geoffk@apple.com>
340
341         * varasm.c (assemble_end_function): Say that 'fnname' is unused.
342
343         * config/i386/i386.c (ix86_delegitimize_address): Handle Darwin
344         addresses with offsets; reorganize.
345
346         * dwarf2out.c (DWARF2_FRAME_REG_OUT): Move up in file.
347         (expand_builtin_dwarf_sp_column): Call DWARF2_FRAME_REG_OUT.
348         (expand_builtin_init_dwarf_reg_sizes): Likewise.
349
350 2006-03-08  David Billinghurst <David.Billinghurst@riotinto.com>
351
352         PR target/26588
353         * config/i386/cygwin.h (GOMP_SELF_SPECS): Define.
354
355 2006-03-08  Ben Elliston  <bje@au.ibm.com>
356
357         * config/fp-bit.h (CMPtype): Typedef to a word mode integer.
358
359 2006-03-07  Aldy Hernandez  <aldyh@redhat.com>
360
361         PR gomp/26238
362         * doc/passes.texi (Tree-SSA passes): Document omp lowering and
363         expansion.
364
365 2006-03-07  Richard Guenther  <rguenther@suse.de>
366
367         PR tree-optimization/26587
368         * tree-ssa-structalias.c (handle_ptr_arith): Handle MINUS_EXPR.
369
370 2006-03-07  Richard Sandiford  <richard@codesourcery.com>
371
372         * varasm.c (assemble_variable): Fix setting of DECL_IN_TEXT_SECTION.
373
374 2006-03-07  Richard Sandiford  <richard@codesourcery.com>
375
376         * hooks.c (hook_bool_mode_rtx_true): New function.
377         * hooks.h (hook_bool_mode_rtx_true): Declare.
378         * toplev.c (compile_file): Call output_shared_constant_pool.
379         * varasm.c (shared_constant_pool): New variable.
380         (assemble_start_function, assemble_end_function): Remove arguments
381         from call to output_constant_pool.
382         (create_constant_pool): New function, split out from...
383         (init_varasm_status): ...here.
384         (force_const_mem): Choose between the shared and per-function constant
385         pools.  Set current_function_uses_const_pool when reusing old entries
386         as well as when creating new ones.
387         (mark_constant): Ignore data argument.
388         (mark_constants): Remove pool argument.
389         (mark_constant_pool): Likewise.  Use current_function_uses_const_pool
390         to decide whether the function uses a constant pool.
391         (output_constant_pool_contents): New function, split out from...
392         (output_constant_pool): ...here.
393         (output_shared_constant_pool): New function.
394         (init_varasm_once): Initialize shared_constant_pool.
395         * output.h (output_constant_pool): Delete.
396         (output_shared_constant_pool): Declare.
397         * config/s390/s390-protos.h (s390_output_constant_pool): Delete.
398         * config/i386/i386.c (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Override.
399
400 2006-03-06  Nick Clifton  <nickc@redhat.com>
401
402         * config/m32r/m32r.h (OPTIMIZATION_OPTIONS): Remove reference to
403         flag_strength_reduce.
404
405 2006-03-06  Ben Elliston  <bje@au.ibm.com>
406
407         * config.gcc: Add t-dfprules to $tmake_file for i*86-*-linux* and
408         x86_64-*-linux* configurations.
409
410         * config/dfp-bit.h (CMPtype): Typedef to a word mode integer.
411         (LIBGCC2_WORDS_BIG_ENDIAN): Define.
412
413 2006-03-05  Kazu Hirata  <kazu@codesourcery.com>
414
415         * tree-ssa-threadupdate.c (rediscover_loops_after_threading):
416         Remove.
417         * basic-block.h: Remove the extern for
418         rediscover_loops_after_threading.
419
420         * cfgloop.c (cancel_loop): Make it static.
421         * cfgloop.h: Remove the prototype for cancel_loop.
422
423         * flow.c (recompute_reg_usage): Make it static.
424         * rtl.h: Remove the prototype for recompute_reg_usage.
425
426         * function.c (use_return_register): Make it static.
427         * function.h: Remove the prototype.
428
429 2006-03-05  Kazu Hirata  <kazu@codesourcery.com>
430
431         * recog.c (volatile_mem_p, validate_change_maybe_volatile):
432         Remove.
433         * recog.h: Remove the prototype for
434         validate_change_maybe_volatile.
435
436 2006-03-05  Kazu Hirata  <kazu@codesourcery.com>
437
438         * rtlanal.c (replace_reg): Remove.
439         * rtl.h: Remove the prototype for replace_reg.
440
441 2006-03-05  Kazu Hirata  <kazu@codesourcery.com>
442
443         * regclass.c (reg_scan_update): Remove.
444         (reg_scan_mark_refs): Remove the last argument.
445         * rtl.h: Remove the prototype for reg_scan_update.
446
447 2006-03-04  Kazu Hirata  <kazu@codesourcery.com>
448
449         * builtins.c, c-pragma.h, c-typeck.c, cgraph.c, cgraphunit.c,
450         combine.c, common.opt, config/dfp-bit.c, config/i386/i386.c,
451         config/m68k/m68k.c, config/m68k/m68k.md, config/mt/mt.c,
452         config/mt/mt.h, config/s390/s390.md, df-core.c, df-problems.c,
453         df-scan.c, df.h, diagnostic.c, expr.c, function.h, gimplify.c,
454         loop-invariant.c, omp-low.c, opts.c, passes.c,
455         rtl-factoring.c, rtlanal.c, struct-equiv.c, tree-cfgcleanup.c,
456         tree-ssa-loop-niter.c, tree-ssa-loop-prefetch.c,
457         tree-ssa-structalias.c, tree-ssa-threadedge.c,
458         tree-ssa-threadupdate.c, tree-vect-patterns.c,
459         tree-vect-transform.c, tree-vectorizer.h, tree-vrp.c,
460         unwind-dw2.c: Fix comment typos.  Follow spelling conventions.
461
462 2006-03-04  Kazu Hirata  <kazu@codesourcery.com>
463
464         * dwarf2out.c (dwarf2out_add_library_unit_info): Remove.
465         * dwarf2out.h: Remove the prototype for
466         dwarf2out_add_library_unit_info.
467
468 2006-03-04  Kazu Hirata  <kazu@codesourcery.com>
469
470         * tree.c (add_var_to_bind_expr): Remove.
471         * tree.h: Remove the prototype for add_var_to_bind_expr.
472
473 2006-03-04  Kazu Hirata  <kazu@codesourcery.com>
474
475         * regclass.c (n_non_fixed_regs): Remove.
476         (init_reg_sets_1, globalize_reg): Remove all uses of
477         n_non_fixed_regs.
478         * hard-reg-set.h: Remove the extern for n_non_fixed_regs.
479
480 2006-03-04  Kazu Hirata  <kazu@codesourcery.com>
481
482         * rtlanal.c (insns_safe_to_move_p): Remove.
483         * rtl.h: Remove the prototype for insns_safe_to_move_p.
484
485 2006-03-04  Kazu Hirata  <kazu@codesourcery.com>
486
487         * expmed.c (expand_mult_add): Remove.
488         * expr.h: Remove the prototype for expand_mult_add.
489
490 2006-03-04  Jakub Jelinek  <jakub@redhat.com>
491
492         * unwind-dw2.h (_Unwind_FrameState): Add REG_SAVED_VAL_OFFSET
493         and REG_SAVED_VAL_EXP constants.
494         * unwind-dw2.c (struct _Unwind_Context): Add by_value array.
495         (_Unwind_GetGR, _Unwind_SetGR, _Unwind_GetGRPtr, _Unwind_SetGRPtr):
496         Handle regs stored by value.
497         (_Unwind_SetGRValue, _Unwind_GRByValue): New functions.
498         (execute_cfa_program): Handle DW_CFA_val_offset,
499         DW_CFA_val_offset_sf and DW_CFA_val_expression.
500         (uw_update_context_1): Handle REG_SAVED_REG with regs stored by
501         value specially.  Handle REG_SAVED_VAL_OFFSET and REG_SAVED_VAL_EXP.
502         (uw_install_context_1): Handle target regs stored by value.
503
504 2006-03-03  Daniel Berlin  <dberlin@dberlin.org>
505
506         * tree-sra.c (tree_sra): Return todoflags;
507         (generate_one_element): Set TODO_update_smt_usage if needed.
508         (pass_sra): Remove TODO_update_smt_usage.
509         * tree-ssa-forwprop.c (forward_propagate_addr_expr): Add some
510         parameter.
511         (tree_ssa_forward_propagate_single_use_vars): Return
512         TODO_update_smt_usage if we need to update SMT usage.
513         (pass_forwprop): Remove TODO_update_smt_usage.
514         
515 2006-03-03  Diego Novillo  <dnovillo@redhat.com>
516
517         * tree-ssa-operands.c: Tidy whitespace.  Fix spelling.
518         (correct_use_link): Remove reference to get_stmt_operands.
519         (update_stmt_operands): Likewise.
520         (get_modify_expr_operands): New function factored out of
521         parse_ssa_operands and get_expr_operands.
522         Try to create V_MUST_DEFs for LHS by default.
523         (get_expr_operands) <case MODIFY_EXPR>: Call
524         get_modify_expr_operands.
525         <case ARRAY_RANGE_REF>: Handle together with ARRAY_REF.
526         <case BIT_FIELD_REF>: Clear opf_kill_def from FLAGS.
527         (parse_ssa_operands) <case MODIFY_EXPR>: Call
528         get_modify_expr_operands.
529
530 2006-03-03  Kazu Hirata  <kazu@codesourcery.com>
531
532         * tree-dfa.c (referenced_var_lookup_if_exists): Remove.
533         * tree-flow.h: Remove the prototype for
534         referenced_var_lookup_if_exists.
535
536 2006-03-03  Steve Ellcey  <sje@cup.hp.com>
537
538         PR rtl-optimization/26345
539         PR target/19061
540         * config/ia64/predicates.md (basereg_operand): Don't look in subregs.
541
542 2006-03-03  Roger Sayle  <roger@eyesopen.com>
543
544         PR tree-optimization/26524
545         * tree-scalar-evolution.c (interpret_rhs_modify_expr): Use
546         fold_convert to create a constant of the appropriate type.
547
548 2006-03-03  Richard Sandiford  <richard@codesourcery.com>
549
550         * doc/tm.texi: Refer to SYMBOL_REF_HAS_BLOCK_INFO_P instead of
551         SYMBOL_REF_IN_BLOCK_P.
552         * doc/rtl.texi: Likewise.  Refer to SYMBOL_FLAG_HAS_BLOCK_INFO instead
553         of SYMBOL_FLAG_IN_BLOCK.
554         * gengtype.c (adjust_field_rtx_def): Use SYMBOL_REF_HAS_BLOCK_INFO_P
555         instead of SYMBOL_REF_IN_BLOCK_P.
556         * explow.c (use_anchored_address): Likewise.
557         * rtl.c (rtx_size): Likewise.
558         * varasm.c (create_block_symbol): Set SYMBOL_FLAG_HAS_BLOCK_INFO
559         instead of SYMBOL_FLAG_IN_BLOCK.
560         (make_decl_rtl): Use SYMBOL_REF_HAS_BLOCK_INFO_P instead of
561         SYMBOL_REF_IN_BLOCK_P.
562         (assemble_variable): Likewise.
563         (output_constant_def_contents): Likewise.
564         (output_constant_pool): Likewise.
565         (default_encode_section_info): Preserve SYMBOL_FLAG_HAS_BLOCK_INFO
566         instead of SYMBOL_FLAG_IN_BLOCK.
567         * rtl.h (block_symbol): Refer to SYMBOL_REF_HAS_BLOCK_INFO_P instead of
568         SYMBOL_REF_IN_BLOCK_P.
569         (SYMBOL_REF_BLOCK): Likewise.
570         (SYMBOL_REF_OFFSET): Likewise.
571         (BLOCK_SYMBOL_CHECK): Use SYMBOL_REF_HAS_BLOCK_INFO_P instead of
572         SYMBOL_REF_IN_BLOCK_P.
573         (SYMBOL_FLAG_IN_BLOCK): Replace with...
574         (SYMBOL_FLAG_HAS_BLOCK_INFO): ...this.
575         (SYMBOL_REF_IN_BLOCK_P): Replace with...
576         (SYMBOL_REF_HAS_BLOCK_INFO_P): ...this.
577
578 2006-03-03  Jakub Jelinek  <jakub@redhat.com>
579
580         * config/arm/unwind-arm.h (_Unwind_GetIPInfo): Fix pasto.
581
582 2006-03-02  Roger Sayle  <roger@eyesopen.com>
583
584         * simplify-rtx.c (simplify_unary_operation): When simplifying
585         (neg (lt X 0)) into (ashiftrt X C) or (lshiftrt X C), make sure
586         that we perform the right shift in the appropriate mode, and
587         then extend or truncate the result to requested mode.
588
589 2006-03-03  Zdenek Dvorak <dvorakz@suse.cz>
590
591         * gengtype.c (main): Handle double_int type.
592         * tree.h (struct tree_int_cst): Make type of int_cst double_int.
593         * double-int.c: New file.
594         * double-int.h: New file.
595         * system.h: Include doubleint.h.
596         * Makefile.in (SYSTEM_H): Include double-int.h.
597         (double-int.o): Add.
598
599 2006-03-03  Joseph S. Myers  <joseph@codesourcery.com>
600
601         PR bootstrap/26478
602         * Makefile.in (stmp-int-hdrs): Remove include/unwind.h before
603         copying over it.
604
605 2006-03-02  Zdenek Dvorak <dvorakz@suse.cz>
606
607         * tree-vrp.c (remove_range_assertions): Do not update statements
608         unnecessarily.
609
610 2006-03-02  Zdenek Dvorak <dvorakz@suse.cz>
611
612         * cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg
613         cleanup.
614         * gcse.c (rest_of_handle_gcse): Ditto.
615         * except.c (gate_handle_eh): Ditto.
616         * cfgcleanup.c (rest_of_handle_jump2): Ditto.
617         * basic-block.h (CLEANUP_PRE_LOOP): Remove.
618
619 2006-03-02  Eric Christopher  <echristo@apple.com>
620
621         * config/i386/i386.c (machopic_output_stub): Add indirection to
622         jump.
623
624 2006-03-02  Zdenek Dvorak <dvorakz@suse.cz>
625
626         * loop.c: Removed.
627
628 2006-03-02  David S. Miller  <davem@sunset.davemloft.net>
629
630         Sun Niagara specific optimizations.
631         * config.gcc: Recognize niagara as target.
632         * config/sparc/sparc.h (SPARC_RELAXED_ORDERING): Mention Niagara.
633         (TARGET_CPU_niagara): Define.
634         (CPP_CPU64_DEFAULT_SPEC): Define __sparc_v9__ for Niagara.
635         (ASM_CPU64_DEFAULT_SPEC): Pass -Av9b for Niagara.
636         (CPP_CPU_SPEC): Handle -mcpu=niagara.
637         (ASM_CPU_SPEC): Likewise.
638         (PROCESSOR_NIAGARA): New enum entry.
639         (REGISTER_MOVE_COST): Handle Niagara.
640         (BRANCH_COST, PREFETCH_BLOCK, SIMULTANEOUS_PREFETCHES): Likewise.
641         * config/sparc/sparc.c (niagara_costs): New processor_costs entry.
642         (sparc_override_options): Recognize "niagara", set appropriate
643         default MASK_* values for it, and align functions to 32-bytes
644         by default just like ULTRASPARC/ULTRASPARC3.
645         (sparc_initialize_trampoline): Handle niagara like ultrasparc.
646         (sparc64_initialize_trampoline): Likewise.
647         (sparc_use_sched_lookahead): Use zero for niagara.
648         (sparc_issue_rate): Use one for niagara.
649         * config/sparc/niagara.md: New file.
650         * config/sparc/sparc.md: Include it.
651         * config/sparc/sol2-bi.h (CPP_CPU64_DEFAULT_SPEC,
652         ASM_CPU32_DEFAULT_SPEC, ASM_CPU64_DEFAULT_SPEC): Set appropriately
653         when default cpu is niagara.
654         (CPP_CPU_SPEC): Handle -mcpu=niagara.
655         (ASM_CPU_SPEC): Likewise.
656         * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Set appropriately
657         when default cpu is niagara.
658         (ASM_CPU_SPEC): Handle -mcpu=niagara.
659         * config/sparc/linux64.h: Handle a default of TARGET_CPU_niagara
660         just like v9/ultrasparc/ultrasparc3.
661         * doc/invoke.texi: Add documentation for "niagara" and improve
662         existing documentation for ultrasparc variants.
663
664 2006-03-02  Diego Novillo  <dnovillo@redhat.com>
665
666         * tree-ssa-operands.c (update_stmt_operands): Update documentation.
667
668 2006-03-02  Richard Sandiford  <richard@codesourcery.com>
669
670         * doc/tm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document.
671         (ASM_OUTPUT_BSS): Describe the two ways of handling global BSS,
672         and say that only one is needed.
673         * doc/rtl.texi (SYMBOL_REF_BLOCK): Say that the block can be null.
674         * target.h (have_switchable_bss_sections): New hook.
675         * explow.c (use_anchored_address): Check that the symbol is in a block.
676         * varasm.c (tls_comm_section, comm_section, lcomm_section)
677         (bss_noswitch_section): New variables.
678         (get_unnamed_section): Add SECTION_UNNAMED to the flags.
679         (get_noswitch_section): New function.
680         (get_block_for_section): Allow SECT to be null.
681         (unlikely_text_section_p): Use SECTION_STYLE.
682         (bss_initializer_p): New function.
683         (get_variable_section): Move earlier in file.  Take a new argument,
684         prefer_noswitch_p.  Move bss checks from assemble_variable to here.
685         Return one of the new *_sections in such cases.
686         (get_block_for_decl): New function, extracting some logic from
687         use_blocks_for_decl_p.
688         (change_symbol_section): Remove in favor of...
689         (change_symbol_block): ...this new function.
690         (use_blocks_for_decl_p): Remove checks now performed by
691         get_block_for_decl.
692         (make_decl_rtl): Use change_symbol_block and get_block_for_decl.
693         (ASM_EMIT_LOCAL, ASM_EMIT_BSS, ASM_EMIT_COMMON): Delete in favor of...
694         (emit_local, emit_bss, emit_common): ...these new functions.
695         Return true if the alignment was honored.
696         (emit_tls_common): New function.
697         (asm_emit_uninitialised): Delete.
698         (assemble_variable_noswitch): New function, split out from...
699         (assemble_variable): ...here.  Don't make decisions about common
700         variables here.  Globalize all public decls that go into non-common
701         sections.  Check whether SYMBOL_REF_BLOCK is null.
702         (output_constant_def_contents): Check whether SYMBOL_REF_BLOCK is null.
703         (output_constant_pool): Likewise.
704         (init_varasm_once): Initialize the new section variables.
705         (have_global_bss_p): New function.
706         (categorize_decl_for_section): Use bss_initializer_p.
707         (switch_to_section): Use SECTION_STYLE.  Abort for SECTION_NOSWITCH.
708         (place_block_symbol): Assert that the symbol must be in a block.
709         * target-def.h (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): New macro.
710         (TARGET_INITIALIZER): Include it.
711         * rtl.h (SYMBOL_REF_BLOCK): Document the null alternative.
712         * output.h (SECTION_STYLE_MASK, SECTION_COMMON): New macros.
713         (SECTION_MACH_DEP): Bump by two.
714         (SECTION_UNNAMED, SECTION_NOSWITCH): New macros.
715         (unnamed_section): Mention SECTION_UNNAMED in comment.
716         (named_section): Likewise SECTION_NAMED.
717         (noswitch_section_callback): New type.
718         (noswitch_section): New structure.
719         (section): Add a noswitch_section alternative.
720         (SECTION_STYLE): New macro.
721         (tls_comm_section, comm_section, lcomm_section): Declare.
722         (bss_noswitch_section, have_global_bss_p): Declare.
723         * config/elfos.h (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Override.
724         * config/iq2000/iq2000.c (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS):
725         Override.
726         * config/v850/v850.c (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Override.
727         * config/stormy16/stormy16.c (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS):
728         Override.
729
730 2006-03-02  Daniel Berlin <dberlin@dberlin.org>
731
732         * gcc/tree-vrp.c (execute_vrp): Return value.
733         * gcc/regrename.c (rest_of_handle_regrename): Ditto.
734         * gcc/tree-into-ssa.c (rewrite_into_ssa): Ditto.
735         * gcc/tree-complex.c (tree_lower_complex): Ditto.
736         (tree_lower_complex_O0): Ditto.
737         * gcc/tracer.c (rest_of_handle_tracer): Ditto.
738         * gcc/postreload-gcse.c (rest_of_handle_gcse2): Ditto.
739         * gcc/postreload.c (rest_of_handle_postreload): Ditto.
740         * gcc/tree-tailcall.c (execute_tail_recursion): Ditto.
741         (execute_tail_calls): Ditto.
742         * gcc/tree-ssa-loop-ch.c (copy_loop_headers): Ditto.
743         * gcc/tree.h (init_function_for_compilation): Ditto.
744         * gcc/ipa-cp.c (ipcp_driver): Ditto.
745         * gcc/tree-scalar-evolution.c (scev_const_prop): Ditto.
746         * gcc/tree-scalar-evolution.h (scev_const_prop): Ditto.
747         * gcc/final.c (compute_alignments): Ditto.
748         (rest_of_handle_final): Ditto.
749         (rest_of_handle_shorten_branches): Ditto.
750         (rest_of_clean_state): Ditto.
751         * gcc/omp-low.c (execute_expand_omp): Ditto.
752         (execute_lower_omp): Ditto.
753         * gcc/tree-ssa-dse.c (tree_ssa_dse): Ditto.
754         * gcc/ipa-reference.c (static_execute): Ditto.
755         * gcc/tree-ssa-uncprop.c (tree_ssa_uncprop): Ditto.
756         * gcc/reorg.c (rest_of_handle_delay_slots): Ditto.
757         (rest_of_handle_machine_reorg): Ditto.
758         * gcc/cgraphunit.c (rebuild_cgraph_edges): Ditto.
759         * gcc/flow.c (recompute_reg_usage): Ditto.
760         (rest_of_handle_remove_death_notes): Ditto.
761         (rest_of_handle_life): Ditto.
762         (rest_of_handle_flow2): Ditto.
763         * gcc/tree-ssa-copyrename.c (rename_ssa_copies): Ditto.
764         * gcc/tree-ssa-ccp.c (do_ssa_ccp): Ditto.
765         (do_ssa_store_ccp): Ditto.
766         (execute_fold_all_builtins): Ditto.
767         * gcc/mode-switching.c (rest_of_handle_mode_switching): Ditto.
768         * gcc/modulo-sched.c (rest_of_handle_sms): Ditto.
769         * gcc/ipa-pure-const.c (static_execute): Ditto.
770         * gcc/cse.c (rest_of_handle_cse): Ditto.
771         (rest_of_handle_cse2): Ditto.
772         * gcc/web.c (rest_of_handle_web): Ditto.
773         * gcc/tree-stdarg.c (execute_optimize_stdarg): Ditto.
774         * gcc/tree-ssa-math-opts.c (execute_cse_reciprocals): Ditto.
775         * gcc/tree-ssa-dom.c (tree_ssa_dominator_optimize): Ditto.
776         * gcc/tree-nrv.c (tree_nrv): Ditto.
777         (execute_return_slot_opt): Ditto.
778         * gcc/tree-ssa-alias.c (compute_may_aliases): Ditto.
779         (create_structure_vars): Ditto.
780         * gcc/loop-init.c (rtl_loop_init): Ditto.
781         (rtl_loop_done): Ditto.
782         (rtl_move_loop_invariants): Ditto.
783         (rtl_unswitch): Ditto.
784         (rtl_unroll_and_peel_loops): Ditto.
785         (rtl_doloop): Ditto.
786         * gcc/gimple-low.c (lower_function_body): Ditto.
787         (mark_used_blocks): Ditto.
788         * gcc/tree-ssa-sink.c (execute_sink_code): Ditto.
789         * gcc/ipa-inline.c (cgraph_decide_inlining): Ditto.
790         (cgraph_early_inlining): Ditto.
791         * gcc/global.c (rest_of_handle_global_alloc): Ditto.
792         * gcc/jump.c (cleanup_barriers): Ditto.
793         (purge_line_number_notes): Ditto.
794         * gcc/ifcvt.c (rest_of_handle_if_conversion): Ditto.
795         (rest_of_handle_if_after_reload): Ditto.
796         * gcc/tree-ssa-loop.c (tree_ssa_loop_init): Ditto.
797         (tree_ssa_loop_im): Ditto.
798         (tree_ssa_loop_unswitch): Ditto.
799         (tree_vectorize): Ditto.
800         (tree_linear_transform): Ditto.
801         (tree_ssa_loop_ivcanon): Ditto.
802         (tree_ssa_empty_loop): Ditto.
803         (tree_ssa_loop_bounds): Ditto.
804         (tree_complete_unroll): Ditto.
805         (tree_ssa_loop_prefetch): Ditto.
806         (tree_ssa_loop_ivopts): Ditto.
807         (tree_ssa_loop_done): Ditto.
808         * gcc/predict.c (tree_estimate_probability): Ditto.
809         * gcc/recog.c (split_all_insns_noflow): Ditto.
810         (rest_of_handle_peephole2): Ditto.
811         (rest_of_handle_split_all_insns): Ditto.
812         * gcc/tree-eh.c (lower_eh_constructs): Ditto.
813         * gcc/regmove.c (rest_of_handle_regmove): Ditto.
814         (rest_of_handle_stack_adjustments): Ditto.
815         * gcc/local-alloc.c (rest_of_handle_local_alloc): Ditto.
816         * gcc/function.c (instantiate_virtual_regs): Ditto.
817         (init_function_for_compilation): Ditto.
818         (rest_of_handle_check_leaf_regs): Ditto.
819         * gcc/gcse.c (rest_of_handle_jump_bypass): Ditto.
820         (rest_of_handle_gcse): Ditto.
821         * gcc/ipa-type-escape.c (type_escape_execute): Ditto.
822         * gcc/alias.c (rest_of_handle_cfg): Ditto.
823         * gcc/tree-if-conv.c (main_tree_if_conversion): Ditto.
824         * gcc/profile.c (rest_of_handle_branch_prob): Ditto.
825         * gcc/tree-ssa-phiopt.c (tree_ssa_phiopt): Ditto.
826         * gcc/rtl-factoring.c (rest_of_rtl_seqabstr): Ditto.
827         * gcc/bt-load.c (rest_of_handle_branch_target_load_optimize): Ditto
828         * gcc/tree-dfa.c (find_referenced_vars): Ditto.
829         * gcc/except.c (set_nothrow_function_flags): Ditto.
830         (convert_to_eh_region_ranges): Ditto.
831         (rest_of_handle_eh): Ditto.
832         * gcc/emit-rtl.c (unshare_all_rtl): Ditto.
833         (remove_unnecessary_notes): Ditto.
834         * gcc/except.h (set_nothrow_function_flags): Ditto.
835         (convert_to_eh_region_ranges): Ditto.
836         * gcc/cfgexpand.c (tree_expand_cfg): Ditto.
837         * gcc/tree-cfgcleanup.c (merge_phi_nodes): Ditto.
838         * gcc/tree-ssa-pre.c (do_pre): Ditto.
839         (execute_fre): Ditto.
840         * gcc/cfgcleanup.c (rest_of_handle_jump): Ditto.
841         (rest_of_handle_jump2): Ditto.
842         * gcc/tree-sra.c (tree_sra): Ditto.
843         * gcc/tree-mudflap.c (execute_mudflap_function_ops): Ditto.
844         (execute_mudflap_function_decls): Ditto.
845         * gcc/tree-ssa-copy.c (do_copy_prop): Ditto.
846         (do_store_copy_prop): Ditto.
847         * gcc/ipa-prop.h (ipcp_driver): Ditto.
848         * gcc/cfglayout.c (insn_locators_initialize): Ditto.
849         * gcc/tree-ssa-forwprop.c
850         (tree_ssa_forward_propagate_single_use_vars): Ditto.
851         * gcc/cfglayout.h (insn_locators_initialize): Ditto.
852         * gcc/tree-ssa-dce.c (tree_ssa_dce): Ditto.
853         * gcc/tree-ssa.c (execute_early_warn_uninitialized): Ditto.
854         (execute_late_warn_uninitialized): Ditto.
855         * gcc/rtl.h (cleanup_barriers): Ditto.
856         (split_all_insns_noflow): Ditto.
857         (purge_line_number_notes): Ditto.
858         (unshare_all_rtl): Ditto.
859         (remove_unnecessary_notes): Ditto.
860         (recompute_reg_usage): Ditto.
861         (variable_tracking_main): Ditto.
862         * gcc/integrate.c (emit_initial_value_sets): Ditto.
863         * gcc/integrate.h (emit_initial_value_sets): Ditto.
864         * gcc/tree-optimize.c (execute_free_datastructures): Ditto
865         (execute_free_cfg_annotations): Ditto.
866         (execute_fixup_cfg): Ditto.
867         (execute_cleanup_cfg_pre_ipa): Ditto.
868         (execute_cleanup_cfg_post_optimizing): Ditto.
869         (execute_init_datastructures): Ditto.
870         * gcc/tree-object-size.c (compute_object_sizes): Ditto.
871         * gcc/combine.c (rest_of_handle_combine): Ditto.
872         * gcc/tree-outof-ssa.c (rewrite_out_of_ssa): Ditto.
873         * gcc/bb-reorder.c (duplicate_computed_gotos): Ditto.
874         (rest_of_handle_reorder_blocks): Ditto.
875         (rest_of_handle_partition_blocks): Ditto.
876         * gcc/var-tracking.c (variable_tracking_main): Ditto.
877         * gcc/tree-profile.c (tree_profiling): Ditto.
878         * gcc/tree-vect-generic.c (expand_vector_operations): Ditto.
879         * gcc/reg-stack.c (rest_of_handle_stack_regs): Ditto.
880         * gcc/sched-rgn.c (rest_of_handle_sched): Ditto.
881         (rest_of_handle_sched2): Ditto.
882         * gcc/basic-block.h (free_bb_insn): Ditto.
883         * gcc/tree-ssa-structalias.c (ipa_pta_execute): Ditto.
884         * gcc/tree-cfg.c (execute_build_cfg): Ditto.
885         (remove_useless_stmts): Ditto.
886         (split_critical_edges): Ditto.
887         (execute_warn_function_return): Ditto.
888         (execute_warn_function_noreturn): Ditto.
889         * gcc/tree-ssa-reassoc.c (execute_reassoc): Ditto.
890         * gcc/cfgrtl.c (free_bb_for_insn): Ditto.
891         * gcc/passes.c (execute_one_pass): Run additional
892         todos returned by execute function.
893         * gcc/tree-pass.h (struct tree_opt_pass): Make execute
894         return a value.
895
896 2006-03-02  Richard Guenther  <rguenther@suse.de>
897
898         * tree-ssa-alias.c (find_used_portions): Consider taking
899         the address as making the variable not write-only.
900
901 2006-03-02  Nick Clifton  <nickc@redhat.com>
902
903         * config.gcc (default_use_cxa_atexit): Extend the description of
904         this configure variable.  Set its default value to "yes" for
905         Linux, NetBSD and ELF targets on the assumption that they will
906         use C libraries with the __cxa_atexit function.
907
908 2006-03-02  Ben Elliston  <bje@au.ibm.com>
909
910         * config/rs6000/linux-unwind.h (frob_update_context): Mark `fs'
911         parameter as unused to suppress a build warning.
912
913 2006-03-02  Ben Elliston  <bje@au.ibm.com>
914
915         * mklibgcc.in: Depend on config/dfp-bit.h in rules that compile
916         config/dfp-bit.c.
917
918 2006-03-01  Roger Sayle  <roger@eyesopen.com>
919
920         PR other/26489
921         * gthr-posix.h (__gthrw2): Define to take three parameters, the
922         declared name, the weak reference name, and the typeof name.
923         (__gthrw): Avoid expanding the declared name suffix.
924         (__gthrw3): New Tru64 specific macro to simplify the OSF/1 decls.
925
926 2006-03-01  Jakub Jelinek  <jakub@redhat.com>
927
928         * dwarf2.h (DW_TAG_condition, DW_TAG_shared_type): New constants
929         from DWARF 3.
930         (DW_AT_description, DW_AT_binary_scale, DW_AT_decimal_scale,
931         DW_AT_small, DW_AT_decimal_sign, DW_AT_digit_count,
932         DW_AT_picture_string, DW_AT_mutable, DW_AT_threads_scaled,
933         DW_AT_explicit, DW_AT_object_pointer, DW_AT_endianity,
934         DW_AT_elemental, DW_AT_pure, DW_AT_recursive): New.
935         (DW_OP_form_tls_address, DW_OP_call_frame_cfa, DW_OP_bit_piece): New.
936         (DW_ATE_packed_decimal, DW_ATE_numeric_string, DW_ATE_edited,
937         DW_ATE_signed_fixed, DW_ATE_unsigned_fixed): New.
938         (DW_DS_unsigned, DW_DS_leading_overpunch, DW_DS_trailing_overpunch,
939         DW_DS_leading_separate, DW_DS_trailing_separate): New.
940         (DW_END_default, DW_END_big, DW_END_little): New.
941         (DW_END_lo_user, DW_END_hi_user): Define.
942         (DW_LNE_lo_user, DW_LNE_hi_user): Define.
943         (DW_CFA_val_offset, DW_CFA_val_offset_sf, DW_CFA_val_expression): New.
944         (DW_LANG_PLI, DW_LANG_ObjC, DW_LANG_ObjC_plus_plus, DW_LANG_UPC,
945         DW_LANG_D): New.
946
947 2006-03-01  Diego Novillo  <dnovillo@redhat.com>
948
949         * tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.
950         Update all users.
951         * tree-pass.h (PROP_smt_usage): Rename from PROP_tmt_usage.
952         Update all users.
953         (TODO_update_smt_usage): Rename from TODO_update_tmt_usage.
954         Update all users.
955         * tree.h (SMT_USED_ALONE): Rename from TMT_USED_ALONE.
956         Update all users.
957         * tree-flow.h (struct var_ann_d): Rename field 'type_mem_tag'
958         to 'symbol_mem_tag'.
959         Update all users.
960         * doc/tree-ssa.texi: Update documentation to reflect TMT->SMT
961         rename.
962
963 2006-03-01  Roger Sayle  <roger@eyesopen.com>
964
965         * builtins.c (fold_builtin_copysign): Delete unreachable code.
966
967 2006-03-01  Andrew Pinski  <pinskia@physics.uc.edu>
968
969         PR target/25761
970         * config/darwin.h (MACHOPIC_JUST_INDIRECT): Check just
971         MACHO_DYNAMIC_NO_PIC_P.
972         (MACHOPIC_PURE): Check flag_pic and not MACHO_DYNAMIC_NO_PIC_P.
973
974 2006-03-01  Andrew Pinski  <pinskia@physics.uc.edu>
975
976         PR target/26389
977         * config/darwin-protos.h (darwin_asm_output_anchor):
978         Declare.
979         * config/darwin-sections.def (cstring_section):
980         Add SECTION_MERGE to the flags.
981         (literal4_section): Likewise.
982         (literal8_section): Likewise.
983         (objc_selector_refs_section): Likewise.
984         (objc_cls_refs_section): Likewise.
985         * config/darwin.c (darwin_asm_output_anchor): New
986         function.
987         * config/darwin.h (TARGET_ASM_OUTPUT_ANCHOR): Define.
988
989 2006-03-01  Daniel Berlin  <dberlin@dberlin.org>
990
991         Fix PR tree-optimization/26443
992         * tree-vrp.c (pass_vrp): Add TODO_update_tmt_usage
993         to todo and PROP_tmt_usage to properties_destroyed.
994         * tree-ssa-ccp.c (pass_ccp): Ditto.
995         (pass_store_ccp): Ditto.
996         * tree-ssa-dom.c (pass_dominator): Ditto.
997
998 2006-03-01  Diego Novillo  <dnovillo@redhat.com>
999
1000         * tree-ssa-operands.c: Cleanup whitespace.
1001         (get_asm_expr_operands): Move before first invocation.
1002         (get_indirect_ref_operands): Likewise.
1003         (get_tmr_operands): Likewise.
1004         (get_call_expr_operands): Likewise.
1005         (append_def): Likewise.
1006         (append_use): Likewise.
1007         (append_v_may_def): Likewise.
1008         (append_v_must_def): Likewise.
1009         (add_call_clobber_ops): Likewise.
1010         (add_call_read_ops): Likewise.
1011         (add_stmt_operand): Likewise.
1012         (add_virtual_operand): Likewise.
1013         (build_ssa_operands): Likewise.
1014
1015 2006-03-01  Andrew Pinski  <pinskia@physics.uc.edu>
1016
1017         PR middle-end/26022
1018         Revert:
1019         PR middle-end/24437
1020         * tree-ssa-ccp.c (fold_stmt): Move folding of OBJ_TYPE_REF
1021         with a call expr to ...
1022         * fold-const.c (fold_ternary) <case CALL_EXPR>: Here.
1023
1024 2006-03-01  Diego Novillo  <dnovillo@redhat.com>
1025
1026         * tree-vrp.c (extract_range_from_assert): Remove special
1027         handling for types with super-types.
1028
1029 2006-03-01  Ben Elliston  <bje@au.ibm.com>
1030
1031         * config.gcc: Add t-dfprules to $tmake_file for powerpc-*-linux*
1032         and powerpc64-*-linux* configurations.
1033         * config/t-dfprules: New file.
1034
1035         * mklibgcc.in: Add logic to handle $DFP_ENABLE and $DFP_CFLAGS.
1036         Compile dfp-bit.c from the source directory using -DWIDTH and
1037         $DFP_CFLAGS to control the compilation of that file, rather than
1038         generating width-specific versions in the build directory.
1039         * Makefile.in (libgcc.mk): Pass down DFP_ENABLE and DFP_CFLAGS.
1040         (LIBGCC_DEPS): Replace $(D32PBIT) et al with config/dfp-bit.[hc].
1041
1042 2006-02-28  Zack Weinberg  <zackw@panix.com>
1043
1044         * doc/md.texi: Avoid use of @headitem so that makeinfo <4.7
1045         continues to work.
1046
1047 2006-02-28  Eric Christopher  <echristo@apple.com>
1048
1049         * config/rs6000/darwin.h (ENABLE_STACK_EXECUTE): Define.
1050         Set up IN_LIBGCC definition of TARGET_64BIT.
1051         * config/i386/darwin.h (ENABLE_STACK_EXECUTE): Define.
1052
1053 2006-02-28  Roger Sayle  <roger@eyesopen.com>
1054
1055         PR middle-end/14752
1056         * c-common.c (c_common_truthvalue_conversion) <MINUS_EXPR,
1057         BIT_XOR_EXPR, BIT_AND_EXPR>: Delete.  Let fold optimize these
1058         cases via the construction of "expr != 0".
1059
1060 2006-02-28  Steven Bosscher  <stevenb.gcc@gmail.com>
1061
1062         * alias.c (alias_invariant, alias_invariant_size): Remove.
1063         (record_base_value): Remove.
1064         (memrefs_conflict_p): Don't look at alias_invariant.
1065         (end_alias_analysis): Don't free it.
1066         * alias.h (record_base_value): Remove prototype.
1067
1068 2006-02-28  Paolo Bonzini  <bonzini@gnu.org>
1069             Adam Nemet  <anemet@caviumnetworks.com>
1070
1071         * rtl.h (truncated_to_mode): Declare it.
1072         (struct rtl_hooks): Add reg_truncated_to_mode hook.
1073         * rtlhooks-def.h (RTL_HOOKS_REG_TRUNCATED_TO_MODE): New macro.
1074         (RTL_HOOKS_INITIALIZER): Include it.
1075         * rtlhooks.c (reg_truncated_to_mode_general): New function.
1076         * combine.c (RTL_HOOKS_REG_TRUNCATED_TO_MODE): Override to
1077         reg_truncated_to_mode.
1078         * rtlanal.c (truncated_to_mode): Define it.
1079         * simplify-rtx.c (simplify_unary_operation_1): Use it.
1080
1081 2006-02-28  Jeff Law  <law@redhat.com>
1082
1083         * tree-chrec.c (chrec_convert_aggressive): Do not eliminate
1084         conversions where TYPE_MIN_VALUE/TYPE_MAX_VALUE do not cover
1085         the range allowed by TYPE_PRECISION.
1086
1087         * tree.h (strct phi_arg_d): Remove unused NONZERO field.
1088
1089 2006-02-28  Dorit Nuzman  <dorit@il.ibm.com>
1090
1091         PR tree-optimization/26419
1092         * doc/invoke.texi (ftree-vectorizer-verbose): Add information on
1093         values of n.
1094
1095 2006-02-27  Zack Weinberg  <zackw@panix.com>
1096
1097         * doc/md.texi: Fix typo in previous change.
1098
1099 2006-02-27  Kenneth Zadeck <zadeck@naturalbridge.com>
1100
1101         * df.c: Remove.
1102
1103 2006-02-27  Zack Weinberg  <zackw@panix.com>
1104
1105         * rtl.def (define_constraint, define_register_constraint)
1106         (define_memory_constraint, define_address_constraint): New MD forms.
1107         * gensupport.c (process_rtx): Put define_constraint etc on the
1108         predicate queue.
1109         * genpreds.c (process_define_predicate): Adjust comment.  Validate
1110         the name, and call validate_exp to validate the expression.
1111         (mark_mode_tests, write_extract_subexp): Can assume correct input.
1112         (write_predicate_expr): Likewise.  NAME argument no longer necessary;
1113         all callers changed.
1114         (validate_exp, needs_variable, struct constraint_data)
1115         (constraints_by_letter_table, first_constraint, last_constraint_ptr)
1116         (FOR_ALL_CONSTRAINTS, generic_constraint_letters, const_int_constraints)
1117         (const_dbl_constraints, constraint_max_namelen)
1118         (have_register_constraints, have_memory_constraints)
1119         (have_address_constraints, have_address_constraints)
1120         (have_extra_constraints, have_const_int_constraints)
1121         (have_const_dbl_constraints, mangle, add_constraint)
1122         (process_define_constraint, process_define_register_constraint)
1123         (write_enum_constraint_num, write_lookup_constraint)
1124         (write_insn_constraint_len, write_regclass_for_constraint)
1125         (write_constraint_satisfied_p, write_insn_const_int_ok_for_constraint)
1126         (write_insn_extra_memory_constraint)
1127         (write_insn_extra_address_constraint)
1128         (write_satisfies_constraint_fns): New.
1129         (write_tm_preds_h): If we have new-style constraint definitions,
1130         prototype the functions generated from them, and define the
1131         old constraint interface (still used by generic code) in terms of
1132         those functions.
1133         (write_insn_preds_c): If we have new-style constraint definitions,
1134         generate all relevant functions from those definitions.
1135         (main): Handle define_constraint etc.
1136         * genoutput.c (struct constraint_data, indep_constraints)
1137         (mdep_constraint_letters, constraints_by_letter_table, note_constraint)
1138         (mdep_constraint_len): New data structures and functions, defined
1139         #ifdef USE_MD_CONSTRAINTS.
1140         (check_constraint_len): Don't define #ifdef USE_MD_CONSTRAINTS.
1141         (validate_insn_alternatives): If USE_MD_CONSTRAINTS is defined,
1142         use new logic to validate operand constraints against constraint
1143         definitions.
1144         (main): Process define_constraint etc. if USE_MD_CONSTRAINTS is
1145         defined.
1146         * defaults.h: If none of the old-style constraint macros are
1147         defined, define USE_MD_CONSTRAINTS; do not provide defaults for any
1148         old-style macros; and poison REG_CLASS_FROM_LETTER,
1149         CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P, and
1150         EXTRA_CONSTRAINT.
1151         * recog.c (reg_fits_class_p): If cl is NO_REGS, return 0 immediately.
1152         * doc/md.texi: Document new constraint-definition mechanism and the
1153         C interface it provides.  Remove references to old mechanism
1154         elsewhere in the document.
1155         (Machine Constraints): Use pathnames relative to gcc directory,
1156         i.e. config/ARCH/FILE.  Change i386 section to refer to
1157         config/i386/predicates.md; update that section to match docstrings.
1158         * doc/tm.texi: Move all documentation of the old constraint-
1159         definition macros to their own section, clearly mark as obsolete.
1160
1161         * config/i386/predicates.md (R, q, Q, l, a, b, c, d, S, D, A, f, t)
1162         (u, y, x, Y, I, J, K, L, M, N, O, G, C, e, Z): New constraint
1163         definitions.
1164         * config/i386/i386.h (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P)
1165         (CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Delete.
1166         * config/i386/i386.md (*movdf_nointeger): Remove stray 'H' from
1167         constraint strings.
1168         (splits and peepholes): Use satisfies_constraint_*.
1169         * config/i386/i386.c (memory_address_length)
1170         (ix86_attr_length_immediate_default): Use satisfies_constraint_*.
1171
1172 2006-02-27  Daniel Berlin  <dberlin@dberlin.org>
1173
1174         * lambda-code.c (can_convert_to_perfect_nest): Allow any type of
1175         scalar operation to be put back into the loop.
1176
1177 2006-02-27  Jakub Jelinek  <jakub@redhat.com>
1178
1179         PR other/26208
1180         * unwind-dw2.c (struct _Unwind_Context): Add signal_frame field.
1181         (extract_cie_info): Handle S flag in augmentation string.
1182         (execute_cfa_program): If context->signal_frame, execute also
1183         fs->pc == context->ra instructions.
1184         (uw_frame_state_for): If context->signal_frame, don't subtract one
1185         from context->ra to find FDE.
1186         (uw_update_context_1): Set context->signal_frame to
1187         fs->signal_frame.
1188         (_Unwind_GetIPInfo): New function.
1189         * unwind-dw2.h (_Unwind_FrameState): Add signal_frame field.
1190         * unwind-c.c (PERSONALITY_FUNCTION): Use _Unwind_GetIPInfo instead
1191         of _Unwind_GetIP.
1192         * unwind-sjlj.c (_Unwind_GetIPInfo): New function.
1193         * unwind-generic.h (_Unwind_GetIPInfo): New prototype.
1194         * unwind-compat.c (_Unwind_GetIPInfo): New function.
1195         * libgcc-std.ver (_Unwind_GetIPInfo): Export @@GCC_4.2.0.
1196         * config/ia64/unwind-ia64.c (_Unwind_GetIPInfo): New function.
1197         * config/arm/unwind-arm.h (_Unwind_GetIPInfo): Define.
1198         * config/i386/linux-unwind.h (x86_fallback_frame_state,
1199         x86_64_fallback_frame_state): Set fs->signal_frame.
1200         * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Likewise.
1201         (MD_FROB_UPDATE_CONTEXT): Define unconditionally.
1202         (frob_update_context): Likewise.  Workaround missing S flag in
1203         Linux 2.6.12 - 2.6.16 kernel vDSOs.
1204         * config/s390/linux-unwind.h (s390_fallback_frame_state): Likewise.
1205         Remove the psw_addr + 1 hack.
1206
1207 2006-02-27  Daniel Berlin  <dberlin@dberlin.org>
1208
1209         * tree-ssa-structalias.c (get_constraint_for): Move code to deal
1210         with aggregates here.
1211         (find_func_aliases): Remove code for &<aggregate> from here.
1212
1213 2006-02-26  Roger Sayle  <roger@eyesopen.com>
1214
1215         * fold-const.c (fold_binary) <EQ_EXPR>:  Fold (~X & C) eq/ne 0 as
1216         (X & C) ne/eq 0, where C is a single bit, i.e. a power of two.
1217         Fold both "((X & C) ^ C) eq/ne 0" and "((X ^ C) & C) eq/ne 0"
1218         as (X & C) ne/eq 0.
1219
1220 2006-02-26  Roger Sayle  <roger@eyesopen.com>
1221
1222         PR middle-end/19983
1223         * real.c (real_nan): Allow both 0x and 0X as hexadecimal prefixes.
1224
1225 2006-02-26  Zdenek Dvorak <dvorakz@suse.cz>
1226
1227         * opts.c (decode_options): Do not handle flag_strength_reduce.
1228         (common_handle_option): Handle OPT_floop_optimize, OPT_frerun_loop_opt
1229         and OPT_fstrength_reduce.
1230         * tree-ssa-loop.c (tree_ssa_loop_prefetch): Only test
1231         flag_prefetch_loop_arrays for being nonzero.
1232         * common.opt (floop-optimize, frerun-loop-opt): Resurrected as
1233         no-ops.
1234         (fprefetch-loop-arrays-rtl): Removed.
1235         (flag_prefetch_loop_arrays): Do not specify the value.
1236
1237         * doc/passes.texi: Update documentation of loop optimizer
1238         passes.
1239         * doc/invoke.texi (-fstrength-reduce, -fprefetch-loop-arrays-rtl,
1240         -frerun-loop-opt): Remove.
1241
1242 2006-02-26  Richard Guenther  <rguenther@suse.de>
1243
1244         PR tree-optimization/26421
1245         * tree-ssa-alias.c (find_used_portions): Don't treat parameters
1246         in function calls that are ADDR_EXPRs as using the whole structure.
1247
1248 2006-02-26  Steven Bosscher  <stevenb.gcc@gmail.com>
1249
1250         * common.opt (-floop-optimize, -frerun-loop-opt): Remove.
1251         * tree-pass.h (pass_loop_optimize): Remove.
1252         * passes.c (pass_loop_optimize): Never run it.
1253         * toplev.c (backend_init): Don't call init_loop.
1254         * opts.c (flag_loop_optimize_set): Remove.
1255         (decode_options): Never set flag_loop_optimize or flag_rerun_loop_opt.
1256         (common_handle_option) <OPT_floop_optimize>: Remove.  Don't disable
1257         the old RTL loop optimizer when profiling enabled.
1258         * predict.c (tree_estimate_probability): Always strip builtin_expect.
1259         * cfgcleanup.c (try_forward_edges): Don't avoid killing loop
1260         pre-headers for the sake of the old RTL loop optimizer.
1261         * Makefile.in: Remove all references to loop.o.
1262
1263         * doc/invoke.texi: Remove all references to -floop-optimize
1264         and -frerun-loop-opt.
1265
1266 2006-02-26  Zack Weinberg  <zackw@panix.com>
1267
1268         * doc/md.texi (Machine Constraints): Refer to all files with paths
1269         relative to gcc directory (i.e. config/CPU/file).  Add missing
1270         @table @code ... @end table to M32C subsection.
1271
1272 2006-02-26  Roger Sayle  <roger@eyesopen.com>
1273
1274         * fold-const.c (fold_binary) <BIT_XOR_EXPR>: Fold (X & 1) ^ 1 as
1275         (X & 1) == 0.
1276         <BIT_AND_EXPR>: Fold (X ^ 1) & 1 and ~X & 1 as (X & 1) == 0.
1277
1278 2006-02-26  Roger Sayle  <roger@eyesopen.com>
1279             James A. Morrison  <phython@gcc.gnu.org>
1280
1281         PR middle-end/21137
1282         * fold-const.c (fold_binary) <EQ_EXPR>:  Fold ((X>>C1)&C2) eq/ne 0,
1283         when C2 is a power of two, as either (X&(C2<<C1)) eq/ne 0 if the
1284         new constant C2<<C1, or as (X<0) or (X,false) depending upon the
1285         signedness of the shift operation.
1286
1287 2006-02-26  Dorit Nuzman  <dorit@il.ibm.com>
1288
1289         PR tree-optimization/26359
1290         * tree-ssa-alias.c (new_type_alias): Set fields for new tag.
1291
1292 2006-02-25  Roger Sayle  <roger@eyesopen.com>
1293
1294         * simplify-rtx.c (simplify_relational_operation_1):  Simplify
1295         (X^Y) == 0 as X == Y and (X^Y) != 0 as X != Y.  Simplify (X^Y) == Y
1296         as X == 0, and some symmetry related transformations.
1297         Simplify (X^C1) == C2 as X == (C1^C2).  Split long comment line.
1298
1299 2006-02-25  Roger Sayle  <roger@eyesopen.com>
1300
1301         PR middle-end/23673
1302         * fold-const.c (fold_binary) <EQ_EXPR>:  Fold (X^Y) == 0 as X == Y
1303         and (X^Y) != 0 as X != Y.  Fold (X^Y) == Y as X == 0, and some
1304         symmetry related transformations.  Fold (X^C1) == C2 as
1305         X == (C1^C2).
1306
1307 2006-02-25  Juergen Weigert  <jw@suse.de>
1308         Richard Guenther  <rguenther@suse.de>
1309
1310         * scan-decls.c (scan_decls): Don't fetch new statement after CPP_EOF.
1311
1312 2006-02-24  Adam Nemet  <anemet@caviumnetworks.com>
1313
1314         * combine.c (gen_lowpart_or_truncate): Call
1315         simplify_gen_unary(TRUNCATE, ...) instead of gen_rtx_TRUNCATE.
1316
1317 2006-02-24  Diego Novillo  <dnovillo@redhat.com>
1318
1319         * doc/invoke.texi: Move -fopenmp description to "Options for
1320         Code Generation".
1321         Remove reference to -lgomp.
1322
1323 2006-02-24  David Edelsohn  <edelsohn@gnu.org>
1324
1325         * doc/install.texi: Require GNU tar version 1.14.
1326
1327 2006-02-24  Geoffrey Keating  <geoffk@apple.com>
1328
1329         * doc/tm.texi (Run-time Target): Document C_COMMON_OVERRIDE_OPTIONS.
1330         * doc/invoke.texi (C++ Dialect Options): Document
1331         -fno-use-cxa-get-exception-ptr.
1332         * configure.ac: Define DEFAULT_USE_CXA_ATEXIT to 2 not 1.
1333         * configure: Regenerate.
1334         * c.opt (fuse-cxa-get-exception-ptr): New.
1335         * c-opts.c (c_common_handle_option): Handle
1336         OPT_fuse_cxa_get_exception_ptr.
1337         * c-common.c (flag_use_cxa_atexit): Update documentation.
1338         (flag_use_cxa_get_exception_ptr): New.
1339         * c-common.h (flag_use_cxa_get_exception_ptr): New.
1340         * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Improve
1341         documentation.
1342         (C_COMMON_OVERRIDE_OPTIONS): New.
1343
1344 2006-02-24  Roger Sayle  <roger@eyesopen.com>
1345
1346         PR middle-end/24952
1347         * combine.c (try_combine): Explicitly check whether GET_CODE is
1348         a SET or a CLOBBER, instead on checking that it isn't a USE.
1349
1350 2006-02-24  Roger Sayle  <roger@eyesopen.com>
1351
1352         * fold-const.c (fold_comparison): New subroutine of fold_binary
1353         containing transformations common to both the equality and
1354         ordering relational operators, factored out of fold_binary.
1355         (fold_binary): Separate out the equality operators (EQ_EXPR
1356         and NE_EXPR) from the ordering operators (LT_EXPR, GT_EXPR,
1357         LE_EXPR and GE_EXPR), calling fold_comparison to perform the
1358         transformations common to both.
1359         (fold_div_compare): Fix latent bugs in the previously unreachable
1360         LT_EXPR and GE_EXPR cases.
1361
1362 2006-02-24  David Edelsohn  <edelsohn@gnu.org>
1363
1364         * config/rs6000/rs6000.c (rs6000_init_builtins): Change
1365         decl libname for clog to __clog on AIX.
1366
1367         * config/rs6000/xcoff.h (MAX_OFILE_ALIGNMENT): Define.
1368
1369 2006-02-24  Alan Modra  <amodra@bigpond.net.au>
1370
1371         PR target/26453
1372         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Don't
1373         output traceback table for thunks.  Localise rs6000_stack_info call.
1374
1375 2006-02-23  Roger Sayle  <roger@eyesopen.com>
1376             Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1377
1378         * gthr-posix.h (__gthrw): Fix typo in comment.
1379
1380 2006-02-23  Geoffrey Keating  <geoffk@apple.com>
1381
1382         * doc/cpp.texi (Character sets): Document that we do support
1383         input files to be in any character set.
1384
1385 2006-02-23  Jeff Law  <law@redhat.com>
1386
1387         * tree.h (PHI_ARG_NONZERO): Remove.
1388         * tree-phinodes.c (add_phi_arg): No longer initialize PHI_ARG_NONZERO.
1389         (remove_phi_arg_num): No longer copy PHI_ARG_NONZERO from the old
1390         node to the new node.
1391
1392         PR tree-optimization/26425
1393         * tree-vrp.c (vrp_visit_assignment): If the LHS's type has a NULL
1394         min/max, then assume its varying.
1395
1396 2006-02-23  Zdenek Dvorak <dvorakz@suse.cz>
1397
1398         PR rtl-optimization/26316
1399         * rtlanal.c (enum may_trap_p_flags): New.
1400         (may_trap_p_1): Take flags instead of unaligned_mems argument.  Ignore
1401         MEM_NOTRAP_P if flags & MTP_AFTER_MOVE.
1402         (may_trap_p, may_trap_or_fault_p): Pass flags to may_trap_p_1.
1403         (may_trap_after_code_motion_p): New function.
1404         * loop-invariant.c (find_identical_invariants): Fix dump formating.
1405         (find_invariant_insn): Use may_trap_after_code_motion_p.
1406         * rtl.h (may_trap_after_code_motion_p): Declare.
1407
1408 2006-02-23  Zdenek Dvorak <dvorakz@suse.cz>
1409
1410         * emit-rtl.c (immed_double_const): Cleanup.
1411
1412 2006-02-23  Daniel Berlin  <dberlin@dberlin.org>
1413
1414         Fix PR tree-optimization/26376
1415         * tree-ssa-structalias.c (find_func_aliases):  Use get_id_for_tree,
1416         remove assert.
1417
1418 2006-02-23  Jakub Jelinek  <jakub@redhat.com>
1419
1420         PR middle-end/26412
1421         * gimplify.c (omp_add_variable): Guard variable size decl test with
1422         DECL_SIZE (decl) check.
1423
1424 2006-02-23  Richard Guenther  <rguenther@suse.de>
1425
1426         PR middle-end/26439
1427         * tree-ssa-structalias.c (find_func_aliases): Handle complex types
1428         like aggregate types.
1429
1430 2006-02-23  Jakub Jelinek  <jakub@redhat.com>
1431
1432         * configure.ac: Add --with{,out}-long-double-128 configure option.
1433         (TARGET_DEFAULT_LONG_DOUBLE_128): New test.
1434         * configure: Rebuilt.
1435         * config.in: Rebuilt.
1436         * doc/install.texi (Options specification): Document
1437         --with-long-double-128.
1438
1439         * config/rs6000/linux.h [TARGET_DEFAULT_LONG_DOUBLE_128]
1440         (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Define to 128.
1441         * config/rs6000/linux64.h [TARGET_DEFAULT_LONG_DOUBLE_128]
1442         (RS6000_DEFAULT_LONG_DOUBLE_SIZE): Define to 128.
1443
1444 2006-02-23  Aldy Hernandez  <aldyh@redhat.com>
1445
1446         * config/s390/s390.c (override_options): Handle
1447         TARGET_DEFAULT_LONG_DOUBLE_128.
1448
1449         * config/alpha/alpha.c (override_options): Handle
1450         TARGET_DEFAULT_LONG_DOUBLE_128.
1451
1452         * config/sparc/sparc.c (sparc_override_options): Handle
1453         TARGET_DEFAULT_LONG_DOUBLE_128.
1454
1455 2006-02-22  Daniel Jacobowitz  <dan@codesourcery.com>
1456
1457         * Makefile.in (stmp-fixinc): Use real-$(INSTALL_HEADERS_DIR).
1458         (real-install-headers-tar, real-install-headers-cpio)
1459         (real-install-headers-cp): New targets.
1460
1461 2006-02-22  Richard Sandiford  <richard@codesourcery.com>
1462
1463         * tree.h (variable_section): Delete.
1464         * varasm.c (variable_section): Delete.
1465
1466 2006-02-22  Paolo Bonzini  <bonzini@gnu.org>
1467
1468         * install.texi: Add notes on install.texi2html.
1469         (Building in parallel): Do not use footnotes.
1470
1471 2006-02-21  Aldy Hernandez  <aldyh@redhat.com>
1472
1473         PR libgomp/26234
1474         * doc/install.texi (Configuration): Document --disable-libgomp.
1475
1476 2006-02-21  Geoffrey Keating  <geoffk@apple.com>
1477
1478         * config/i386/darwin.h (DWARF2_FRAME_REG_OUT): New.
1479
1480 2006-02-21  Alexandre Oliva  <aoliva@redhat.com>
1481
1482         * config/i386/sse.md (vec_extractv2df_1_sse): New.
1483         (vec_extractv2df_0_sse): New.
1484
1485 2006-02-21  Alexandre Oliva  <aoliva@redhat.com>
1486
1487         * defaults.h (CFA_FRAME_BASE_OFFSET): Define.
1488         * config/ia64/ia64.h (CFA_FRAME_BASE_OFFSET): Override.
1489         * doc/tm.texi (CFA_FRAME_BASE_OFFSET): Document.
1490         * dwarf2out.c (build_cfa_loc): New offset parameter.  Add it
1491         to the result of the expression.
1492         (def_cfa_1): Adjust.
1493         (frame_pointer_cfa_offset): Rename to...
1494         (frame_pointer_fb_offset): ... this.  Adjust all uses.
1495         (convert_cfa_to_loc_list): Rename to...
1496         (convert_cfa_to_fb_loc_list): ... this.  New offset parameter.
1497         Pass it on to build_cfa_loc.
1498         (compute_frame_pointer_to_cfa_displacement): Rename to...
1499         (compute_frame_pointer_to_fb_displacement): ... this.  New
1500         offset parameter.  Use it in computation.
1501         (gen_subprogram_die): Compute cfa_fb_offset with the new
1502         macro, and use it to compute the fb loc list and the
1503         displacement.
1504
1505 2006-02-21  Bernd Schmidt  <bernd.schmidt@analog.com>
1506
1507         * config/bfin/predicates.md (cc_operand): Delete predicate.  All uses
1508         replaced with register_operand.
1509         * config/bfin/bfin.c (bfin_register_move_cost): Moving CC to any
1510         non-DREG is expensive.
1511         * config/bfin/bfin.h (FIXED_REGISTERS): CC isn't fixed.
1512         * config/bfin/bfin.md (movbi): Fix constraints and template for moves
1513         involving memory.
1514
1515 2006-02-21  Joseph S. Myers  <joseph@codesourcery.com>
1516
1517         * doc/install.texi2html: Use set -e.
1518
1519 2006-02-21  Richard Sandiford  <richard@codesourcery.com>
1520
1521         * doc/tm.texi (ASM_OUTPUT_SHARED_COMMON, ASM_OUTPUT_SHARED_BSS)
1522         (ASM_OUTPUT_SHARED_LOCAL): Delete.
1523         * doc/invoke.texi (-fshared-data): Delete.
1524         * common.opt (fshared-data): Delete.
1525         * varasm.c (asm_emit_uninitialised): Remove flag_shared_data handling.
1526         (assemble_static_space): Remove #if 0 code.
1527         * system.h (ASM_OUTPUT_SHARED_COMMON, ASM_OUTPUT_SHARED_BSS)
1528         (ASM_OUTPUT_SHARED_LOCAL): Poison.
1529         * config/cris/cris.h: Remove FIXME.
1530
1531 2006-02-21  Paolo Bonzini  <bonzini@gnu.org>
1532
1533         * doc/sourcebuild.texi (Front End Directory): No more double-colon
1534         hooks.
1535
1536 2006-02-21  Jakub Jelinek  <jakub@redhat.com>
1537
1538         PR middle-end/26379
1539         * combine.c (simplify_shift_const_1): Disable nested shifts
1540         optimization for vector shifts.
1541
1542 2006-02-20  Roger Sayle  <roger@eyesopen.com>
1543
1544         PR tree-optimization/26361
1545         * tree-vrp.c (extract_range_from_unary_expr): Handle NEGATE_EXPR
1546         of unsigned integer types.
1547
1548 2006-02-20  Sebastian Pop  <pop@cri.ensmp.fr>
1549
1550         * tree-chrec.c (eq_evolutions_p): New.
1551         * tree-chrec.h (eq_evolutions_p): Declared.
1552         * tree-data-ref.c: Fix formatting.
1553         (datadep_stats, dependence_stats): New.
1554         (gcd): Moved...
1555         (print_direction_vector): New.
1556         (dump_data_dependence_relation): Use print_direction_vector.
1557         (object_analysis, create_data_ref): Handle COMPONENT_REF.
1558         (compute_subscript_distance): Static.
1559         (initialize_data_dependence_relation): Static.  Get the number
1560         of loops surrounding the references from the callers, and initialize
1561         DDR_SIZE_VECT to nb_loops.  Use both base_addr_differ_p and
1562         base_object_differ_p analyzers.
1563         (analyze_ziv_subscript, analyze_siv_subscript_cst_affine,
1564         compute_overlap_steps_for_affine_1_2,
1565         analyze_subscript_affine_affine): Count the classified dependences.
1566         Print a message when a test failed.
1567         (can_use_analyze_subscript_affine_affine): New.
1568         (analyze_siv_subscript): Compute the data dependences on symbolic
1569         scevs that verify can_use_analyze_subscript_affine_affine.
1570         (chrec_steps_divide_constant_p): Returns true, false, or unknown.
1571         (analyze_miv_subscript): Update use of chrec_steps_divide_constant_p.
1572         Handle symbolic scevs.
1573         (analyze_overlapping_iterations): Let symbolic affine scevs to be
1574         analyzed.
1575         (subscript_dependence_tester): Moved...
1576         (build_classic_dist_vector, build_classic_dir_vector): Don't use
1577         lambda_vector_clear on newly allocated vectors.  Get nb_loops from
1578         DDR_SIZE_VECT instead of getting it in parameter.
1579         (subscript_dependence_tester): ... here.  Take as a parameter
1580         loop_nest_depth.  Call build_classic_dist_vector and
1581         build_classic_dir_vector.
1582         (compute_affine_dependence): Update subscript_dependence_tester
1583         parameters.  Update datadep_stats counters.  Call
1584         compute_subscript_distance.
1585         (compute_self_dependence): Save the dist and dir vectors.  Call
1586         compute_subscript_distance.
1587         (ddr_p, DEF_VEC_P(ddr_p), DEF_VEC_ALLOC_P(ddr_p,heap)): Moved...
1588         (compute_all_dependences): Reorder parameters as they were before
1589         conversion to VEC.  Pass nb_loops and loop_nest_depth.  Don't call
1590         compute_subscript_distance.  Update the use of
1591         compute_affine_dependence and initialize_data_dependence_relation.
1592         (find_data_references_in_loop): Handle COMPONENT_REF.
1593         (compute_data_dependences_for_loop): Initialize dependence_stats.
1594         Don't call build_classic_dist_vector and build_classic_dir_vector.
1595         Update the parameters of initialize_data_dependence_relation and
1596         compute_all_dependences.  Print the statistics from datadep_stats.
1597         (analyze_all_data_dependences): Static.  Not used until the pass for
1598         checking the data dependences is contributed.
1599         * tree-data-ref.h (ddr_p, DEF_VEC_P(ddr_p),
1600         DEF_VEC_ALLOC_P(ddr_p,heap)): ... here.
1601         (initialize_data_dependence_relation, compute_affine_dependence,
1602         analyze_all_data_dependences, compute_subscript_distance): Removed.
1603         (print_direction_vector): New.
1604         * lambda.h (gcd): ... here.
1605         (lambda_vector_gcd): Moved here from gcd_vector.
1606         * lambda-code.c (gcd, gcd_vector): Removed.
1607         (lambda_compute_target_space): Use lambda_vector_gcd.  Fix formatting.
1608         * Makefile.in (tree-vect-patterns.o): Depends on TREE_DATA_REF_H.
1609
1610 2006-02-20  Diego Novillo  <dnovillo@redhat.com>
1611
1612         * ipa-type-escape.c: Tidy some comments and white space.
1613         * tree-ssa-operands.c: Likewise.
1614
1615 2006-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
1616
1617         PR tree-opt/25879
1618         * tree-pretty-print.c (debug_tree_chain): Walk the chains.
1619         (dump_decl_name): Do not walk the decl tree chains.
1620         * tree-pass.h (TDF_CHAIN): Remove.
1621
1622 2006-02-20  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
1623
1624         * Makefile.in (C): Remove
1625         (PROTO): Remove
1626         (.PHONY): Remove C and PROTO
1627
1628 2006-02-20  Roger Sayle  <roger@eyesopen.com>
1629
1630         PR middle-end/26236
1631         * doc/c-tree.texi (INTEGER_TYPE): Remove reference to the now
1632         deprecated CHAR_TYPE tree code.
1633
1634 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
1635
1636         * configure.ac (target_list): Add install-info, dvi, html.
1637         * configure: Regenerate.
1638
1639         * ada/Make-lang.in, cp/Make-lang.in, fortran/Make-lang.in,
1640         java/Make-lang.in, objc/Make-lang.in, objcp/Make-lang.in,
1641         treelang/Make-lang.in: Do not use double-colon rules.
1642
1643 2006-02-20  Daniel Berlin  <dberlin@dberlin.org>
1644
1645         * tree.h (struct tree_memory_tag): Add is_used_alone member.
1646         (TMT_USED_ALONE): New macro.
1647         * tree-pass.h (PROP_tmt_usage): New property.
1648         (TODO_update_tmt_usage): New todo.
1649         * tree-ssa-alias.c (updating_used_alone): New variable.
1650         (recalculate_used_alone): New function.
1651         (compute_may_aliases): Set updating_used_alone, call
1652         recalculate_used_alone.
1653         * tree-sra.c (pass_sra): Note that this pass destroys
1654         PROP_tmt_usage, and add TODO_update_tmt_usage.
1655         * tree-ssa-forwprop.c (pass_forwprop): Ditto.
1656         * tree-flow.h (updating_used_alone): Prototype.
1657         (recalculate_used_alone): Ditto.
1658         * passes.c (execute_todo): Add code to set updating_used_alone,
1659         and call recalculate.
1660         * tree-ssa-operands.c (add_virtual_operand): Only append bare def
1661         for clobber if used alone, and add assert to verify used_alone
1662         status.
1663
1664 2006-02-20  Angel Nunez Mencias  <anunez@de.ibm.com>
1665
1666         * config/s390/s390.c (legitimize_pic_address): Assertions checking
1667         for non tls symbols added.
1668         (legitimize_address): Do nothing for PLUS expressions if one of the
1669         addends is a tls symbol reference.
1670
1671 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
1672
1673         PR bootstrap/25476
1674
1675         * Makefile.in (LDFLAGS): Define from autoconf substitution.
1676
1677         * Makefile.in (BOOTSTRAPPING): New.
1678         (quickstrap): New definition if BOOTSTRAPPING=yes.
1679
1680         * Makefile.in (CONFIG_LANGUAGES): Substitute all_selected_languages.
1681         * configure.ac: Substitute all_selected_languages with the languages
1682         that were configured.  For all the other variables except
1683         lang_specs_files, include all the languages in the tree.
1684         * configure: Regenerate.
1685
1686         * Makefile.in (stmp-fixinc): Copy includes from the prev-gcc directory,
1687         if there is one.  Run the commands to run fixincludes in the same
1688         subshell.
1689
1690         * doc/makefile.texi: Document new makefile targets from toplevel bootstrap.
1691         * doc/install.texi: Document exact conventions for searching target tools.
1692         Document --with-build-time-tools.  Document toplevel bootstrap.  Document
1693         something more about building an Ada cross-compiler.  Don't list GNU Make
1694         requirements which affect all platforms.
1695
1696 2006-02-19  Roger Sayle  <roger@eyesopen.com>
1697
1698         PR middle-end/19543
1699         * varasm.c (compare_constant) <INTEGER_CST>: Integer constants are
1700         only equivalent if the have both the same mode and precision.
1701
1702 2006-02-20  Ben Elliston  <bje@au.ibm.com>
1703
1704         * doc/tree-ssa.texi (Interfaces): Describe low vs. high GIMPLE.
1705
1706 2006-02-19  Roger Sayle  <roger@eyesopen.com>
1707             Steven Bosscher  <stevenb.gcc@gmail.com>
1708
1709         * gcse.c (want_to_gcse_p): On STACK_REGS targets, look through
1710         constant pool references to identify stack mode constants.
1711         * rtlanal.c (constant_pool_constant_p): New predicate to check
1712         whether operand is a floating point constant in the pool.
1713         * rtl.h (constant_pool_constant_p): Prototype here.
1714         * loop.c (scan_loop): Avoid hoisting constants from the constant
1715         pool on STACK_REGS targets.
1716         (load_mems): Likewise.
1717         * loop-invariant.c (get_inv_cost): Make hoisting constant pool
1718         loads into x87 registers expensive in terms of register pressure.
1719
1720 2006-02-19  Roger Sayle  <roger@eyesopen.com>
1721
1722         * gthr-posix.h: On Tru64, map __gthr_foo as a weak reference to
1723         __foo and not foo when _PTHREAD_USE_MANGLED_NAMES_ is defined.
1724
1725 2006-02-19  David Edelsohn  <edelsohn@gnu.org>
1726
1727         * config/rs6000/xcoff.h (TARGET_ASM_OUTPUT_ANCHOR): Define.
1728         * config/rs6000/rs6000.c (rs6000_xcoff_asm_output_anchor): Define.
1729
1730 2006-02-19  Daniel Berlin  <dberlin@dberlin.org>
1731
1732         * doc/invoke.texi: Document -fipa-pta.
1733         * common.opt: Add ipa-pta option.
1734         * tree-ssa-structalias.c (DONT_PROPAGATE_WITH_ANYTHING): Removed.
1735         (do_sd_constraint): Enable DONT_PROPAGATE_WITH_ANYTHING code.
1736         (do_ds_constraint): Ditto.
1737         (get_constraint_for): Only add to referenced_vars if
1738         referenced_vars exists.
1739         (insert_into_field_list): Rewrite to do this unsorted.
1740         (insert_into_field_list_sorted): Rename old insert_into_field_list
1741         to this.
1742         (create_function_info_for): Use insert_into_field_list_sorted.
1743         (create_variable_info_for): Rewrite so it uses unsorted version,
1744         since the field list is sorted.
1745         (intra_create_variable_infos): Only add to referenced_vars if
1746         referenced_vars exists.
1747         (ipa_pta_execute): Init heapvars, and delete when done.
1748         * passes.c (init_optimization_passes): Add call to pass_ipa_pta.
1749
1750 2006-02-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1751
1752         * doc/install.texi: Add missing `@samp'.
1753
1754 2006-02-18  Andrew Pinski <pinskia@physics.uc.edu>
1755
1756         * config/rs6000/darwin.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P):
1757         Use the arguments.
1758
1759 2006-02-18  Mark Wielaard  <mark@klomp.org>
1760
1761         * doc/contrib.texi (Contributors): Add classpath/libgcj hackers
1762         who added new 4.1 features, bug fixes and integration support.
1763
1764 2006-02-18  David Edelsohn  <edelsohn@gnu.org>
1765
1766         PR target/26350
1767         * config/rs6000/rs6000.md (extenddftf2): Force 0.0 to validized
1768         MEM for ABI_V4 pic.
1769
1770 2006-02-18  Richard Sandiford  <richard@codesourcery.com>
1771
1772         * cselib.c (cselib_init): Change RTX_SIZE to RTX_CODE_SIZE.
1773         * emit-rtl.c (copy_rtx_if_shared_1): Use shallow_copy_rtx.
1774         (copy_insn_1): Likewise.  Don't copy each field individually.
1775         Reindent.
1776         * read-rtl.c (apply_macro_to_rtx): Use RTX_CODE_SIZE instead
1777         of RTX_SIZE.
1778         * reload1.c (eliminate_regs): Use shallow_copy_rtx.
1779         * rtl.c (rtx_size): Rename variable to...
1780         (rtx_code_size): ...this.
1781         (rtx_size): New function.
1782         (rtx_alloc_stat): Use RTX_CODE_SIZE instead of RTX_SIZE.
1783         (copy_rtx): Use shallow_copy_rtx.  Don't copy each field individually.
1784         Reindent.
1785         (shallow_copy_rtx_stat): Use rtx_size instead of RTX_SIZE.
1786         * rtl.h (rtx_code_size): New variable.
1787         (rtx_size): Change from a variable to a function.
1788         (RTX_SIZE): Rename to...
1789         (RTX_CODE_SIZE): ...this.
1790
1791         PR target/9703
1792         PR tree-optimization/17106
1793         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Document.
1794         (Anchored Addresses): New section.
1795         * doc/invoke.texi (-fsection-anchors): Document.
1796         * doc/rtl.texi (SYMBOL_REF_IN_BLOCK_P, SYMBOL_FLAG_IN_BLOCK): Likewise.
1797         (SYMBOL_REF_ANCHOR_P, SYMBOL_FLAG_ANCHOR): Likewise.
1798         (SYMBOL_REF_BLOCK, SYMBOL_REF_BLOCK_OFFSET): Likewise.
1799         * hooks.c (hook_bool_mode_rtx_false): New function.
1800         * hooks.h (hook_bool_mode_rtx_false): Declare.
1801         * gengtype.c (create_optional_field): New function.
1802         (adjust_field_rtx_def): Add the "block_sym" field for SYMBOL_REFs when
1803         SYMBOL_REF_IN_BLOCK_P is true.
1804         * target.h (output_anchor, use_blocks_for_constant_p): New hooks.
1805         (min_anchor_offset, max_anchor_offset): Likewise.
1806         (use_anchors_for_symbol_p): New hook.
1807         * toplev.c (compile_file): Call output_object_blocks.
1808         (target_supports_section_anchors_p): New function.
1809         (process_options): Check that -fsection-anchors is only used on
1810         targets that support it and when -funit-at-a-time is in effect.
1811         * tree-ssa-loop-ivopts.c (prepare_decl_rtl): Only create DECL_RTL
1812         if the decl doesn't have one.
1813         * dwarf2out.c: Remove instantiations of VEC(rtx,gc).
1814         * expr.c (emit_move_multi_word, emit_move_insn): Pass the result
1815         of force_const_mem through use_anchored_address.
1816         (expand_expr_constant): New function.
1817         (expand_expr_addr_expr_1): Call it.  Use the same modifier when
1818         calling expand_expr for INDIRECT_REF.
1819         (expand_expr_real_1): Pass DECL_RTL through use_anchored_address
1820         for all modifiers except EXPAND_INITIALIZER.  Use expand_expr_constant.
1821         * expr.h (use_anchored_address): Declare.
1822         * loop-unroll.c: Don't declare rtx vectors here.
1823         * explow.c: Include output.h.
1824         (validize_mem): Call use_anchored_address.
1825         (use_anchored_address): New function.
1826         * common.opt (-fsection-anchors): New switch.
1827         * varasm.c (object_block_htab, anchor_labelno): New variables.
1828         (hash_section, object_block_entry_eq, object_block_entry_hash)
1829         (use_object_blocks_p, get_block_for_section, create_block_symbol)
1830         (use_blocks_for_decl_p, change_symbol_section): New functions.
1831         (get_variable_section): New function, split out from assemble_variable.
1832         (make_decl_rtl): Create a block symbol if use_object_blocks_p and
1833         use_blocks_for_decl_p say so.  Use change_symbol_section if the
1834         symbol has already been created.
1835         (assemble_variable_contents): New function, split out from...
1836         (assemble_variable): ...here.  Don't output any code for
1837         block symbols; just pass them to place_block_symbol.
1838         Use get_variable_section and assemble_variable_contents.
1839         (get_constant_alignment, get_constant_section, get_constant_size): New
1840         functions, split from output_constant_def_contents.
1841         (build_constant_desc): Create a block symbol if use_object_blocks_p
1842         says so.  Or into SYMBOL_REF_FLAGS.
1843         (assemble_constant_contents): New function, split from...
1844         (output_constant_def_contents): ...here.  Don't output any code
1845         for block symbols; just pass them to place_section_symbol.
1846         Use get_constant_section and get_constant_alignment.
1847         (force_const_mem): Create a block symbol if use_object_blocks_p and
1848         use_blocks_for_constant_p say so.  Or into SYMBOL_REF_FLAGS.
1849         (output_constant_pool_1): Add an explicit alignment argument.
1850         Don't switch sections here.
1851         (output_constant_pool): Adjust call to output_constant_pool_1.
1852         Switch sections here instead.  Don't output anything for block symbols;
1853         just pass them to place_block_symbol.
1854         (init_varasm_once): Initialize object_block_htab.
1855         (default_encode_section_info): Keep the old SYMBOL_FLAG_IN_BLOCK.
1856         (default_asm_output_anchor, default_use_aenchors_for_symbol_p)
1857         (place_block_symbol, get_section_anchor, output_object_block)
1858         (output_object_block_htab, output_object_blocks): New functions.
1859         * target-def.h (TARGET_ASM_OUTPUT_ANCHOR): New macro.
1860         (TARGET_ASM_OUT): Include it.
1861         (TARGET_USE_BLOCKS_FOR_CONSTANT_P): New macro.
1862         (TARGET_MIN_ANCHOR_OFFSET, TARGET_MAX_ANCHOR_OFFSET): New macros.
1863         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): New macro.
1864         (TARGET_INITIALIZER): Include them.
1865         * rtl.c (rtl_check_failed_block_symbol): New function.
1866         * rtl.h: Include vec.h.  Declare heap and gc rtx vectors.
1867         (block_symbol, object_block): New structures.
1868         (rtx_def): Add a block_symbol field to the union.
1869         (BLOCK_SYMBOL_CHECK): New macro.
1870         (rtl_check_failed_block_symbol): Declare.
1871         (SYMBOL_FLAG_IN_BLOCK, SYMBOL_FLAG_ANCHOR): New SYMBOL_REF flags.
1872         (SYMBOL_REF_IN_BLOCK_P, SYMBOL_REF_ANCHOR_P): New predicates.
1873         (SYMBOL_FLAG_MACH_DEP_SHIFT): Bump by 2.
1874         (SYMBOL_REF_BLOCK, SYMBOL_REF_BLOCK_OFFSET): New accessors.
1875         * output.h (output_section_symbols): Declare.
1876         (object_block): Name structure.
1877         (place_section_symbol, get_section_anchor, default_asm_output_anchor)
1878         (default_use_anchors_for_symbol_p): Declare.
1879         * Makefile.in (RTL_BASE_H): Add vec.h.
1880         (explow.o): Depend on output.h.
1881         * config/rs6000/rs6000.c (TARGET_MIN_ANCHOR_OFFSET): Override default.
1882         (TARGET_MAX_ANCHOR_OFFSET): Likewise.
1883         (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Likewise.
1884         (rs6000_use_blocks_for_constant_p): New function.
1885
1886 2006-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1887
1888         * doc/install.texi (hppa*-hp-hpux*): Update for 4.1.0.
1889
1890 2006-02-18  Andrew Pinski  <pinskia@physics.uc.edu>
1891
1892         PR tree-opt/25680
1893         * tree-ssa-ccp.c (ccp_fold): Handle store CCP of REALPART_EXPR and
1894         IMAGPART_EXPR.
1895
1896 2006-02-18  Diego Novillo  <dnovillo@redhat.com>
1897
1898         * tree-flow.h (struct var_ann_d): Rename field is_alias_tag to
1899         is_aliased.
1900         Update all users.
1901
1902 2006-02-18  Jakub Jelinek  <jakub@redhat.com>
1903
1904         PR middle-end/26334
1905         * stmt.c (decl_overlaps_hard_reg_set_p): Use DECL_HARD_REGISTER
1906         instead of DECL_REGISTER.
1907
1908 2006-02-18  Olivier Hainque  <hainque@adacore.com>
1909
1910         PR ada/13408
1911         * pa.h (WIDEST_HARDWARE_FP_SIZE): Define.
1912
1913 2006-02-18  Joseph S. Myers  <joseph@codesourcery.com>
1914
1915         PR target/24837
1916         * config.gcc: Define UCLIBC_DEFAULT to 0 or 1.
1917         * opth-gen.awk: Handle Var and InverseMask together.
1918         * config/linux.opt (muclibc, mglibc): Use Var(linux_uclibc).
1919         * config/linux.h: Use #if not #ifdef for testing UCLIBC_DEFAULT.
1920         (TARGET_C99_FUNCTIONS): Test OPTION_GLIBC not TARGET_GLIBC.
1921         (CHOOSE_DYNAMIC_LINKER): Give an error for -mglibc and -muclibc
1922         used together.
1923         (UCLIBC_DYNAMIC_LINKER32, UCLIBC_DYNAMIC_LINKER64,
1924         LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64): Define.
1925         * config/alpha/linux-elf.h (GLIBC_DYNAMIC_LINKER,
1926         UCLIBC_DYNAMIC_LINKER, CHOOSE_DYNAMIC_LINKER,
1927         LINUX_DYNAMIC_LINKER): Define.
1928         (ELF_DYNAMIC_LINKER): Define to LINUX_DYNAMIC_LINKER.
1929         * config/alpha/linux.h (TARGET_C99_FUNCTIONS): Define to
1930         TARGET_GLIBC.
1931         * config/cris/linux.h (GLIBC_DYNAMIC_LINKER): Define.
1932         (CRIS_LINK_SUBTARGET_SPEC): Pass a -dynamic-linker option.
1933         * config/frv/linux.h (GLIBC_DYNAMIC_LINKER): Define.
1934         (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
1935         (TARGET_C99_FUNCTIONS): Don't define.
1936         * config/i386/linux.h (DYNAMIC_LINKER): Rename to
1937         GLIBC_DYNAMIC_LINKER.
1938         (SUBTARGET_EXTRA_SPECS): Use LINUX_DYNAMIC_LINKER.
1939         * config/i386/linux64.h (GLIBC_DYNAMIC_LINKER32,
1940         GLIBC_DYNAMIC_LINKER64): Define.
1941         (LINK_SPEC): Use LINUX_DYNAMIC_LINKER32 and
1942         LINUX_DYNAMIC_LINKER64.
1943         * config/ia64/linux.h (GLIBC_DYNAMIC_LINKER): Define.
1944         (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
1945         * config/m32r/linux.h (GLIBC_DYNAMIC_LINKE): Define.
1946         (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
1947         * config/m68k/linux.h (GLIBC_DYNAMIC_LINKER): Define.
1948         (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
1949         * config/mips/linux64.h (GLIBC_DYNAMIC_LINKER32,
1950         GLIBC_DYNAMIC_LINKER64, GLIBC_DYNAMIC_LINKERN32,
1951         UCLIBC_DYNAMIC_LINKERN32, LINUX_DYNAMIC_LINKERN32): Define.
1952         (LINK_SPEC): Use LINUX_DYNAMIC_LINKERN32, LINUX_DYNAMIC_LINKER64
1953         and LINUX_DYNAMIC_LINKER32.
1954         * config/mn10300/linux.h (GLIBC_DYNAMIC_LINKER): Define.
1955         (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
1956         * config/pa/pa-linux.h (GLIBC_DYNAMIC_LINKER): Define.
1957         (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
1958         * config/rs6000/linux.h (TARGET_C99_FUNCTIONS): Define to
1959         TARGET_GLIBC.
1960         * config/rs6000/linux64.h (TARGET_C99_FUNCTIONS): Likewise.
1961         (GLIBC_DYNAMIC_LINKER32, GLIBC_DYNAMIC_LINKER64,
1962         UCLIBC_DYNAMIC_LINKER32, UCLIBC_DYNAMIC_LINKER64,
1963         CHOOSE_DYNAMIC_LINKER, CHOOSE_DYNAMIC_LINKER,
1964         LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64): Define.
1965         (LINK_OS_LINUX_SPEC32): Use LINUX_DYNAMIC_LINKER32.
1966         (LINK_OS_LINUX_SPEC64): Use LINUX_DYNAMIC_LINKER64.
1967         * config/rs6000/sysv4.h (GLIBC_DYNAMIC_LINKER,
1968         UCLIBC_DYNAMIC_LINKER, CHOOSE_DYNAMIC_LINKER,
1969         LINUX_DYNAMIC_LINKER): Define.
1970         (LINK_OS_LINUX_SPEC): Use LINUX_DYNAMIC_LINKE.
1971         * config/s390/linux.h (GLIBC_DYNAMIC_LINKER32,
1972         GLIBC_DYNAMIC_LINKER64): Define.
1973         (LINK_SPEC): Use LINUX_DYNAMIC_LINKER32 and
1974         LINUX_DYNAMIC_LINKER64.
1975         * config/sh/linux.h (GLIBC_DYNAMIC_LINKER): Define.
1976         (SUBTARGET_LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
1977         * config/sparc/linux.h (GLIBC_DYNAMIC_LINKER,
1978         UCLIBC_DYNAMIC_LINKER, CHOOSE_DYNAMIC_LINKER,
1979         LINUX_DYNAMIC_LINKER): Define.
1980         (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
1981         (TARGET_C99_FUNCTIONS): Define to TARGET_GLIBC.
1982         * config/sparc/linux64.h (GLIBC_DYNAMIC_LINKER32,
1983         GLIBC_DYNAMIC_LINKER64, UCLIBC_DYNAMIC_LINKER32,
1984         UCLIBC_DYNAMIC_LINKER64, CHOOSE_DYNAMIC_LINKER,
1985         LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64): Define.
1986         (LINK_ARCH32_SPEC): Use LINUX_DYNAMIC_LINKER32.
1987         (LINK_ARCH64_SPEC, LINK_SPEC): Use LINUX_DYNAMIC_LINKER64.
1988         (TARGET_C99_FUNCTIONS): Define to TARGET_GLIBC.
1989         * config/xtensa/linux.h (GLIBC_DYNAMIC_LINKER): Define.
1990         (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
1991         * doc/invoke.texi (-muclibc): Remove caveat about supported
1992         targets.
1993
1994 2006-02-17  Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
1995
1996         * doc/cpp.texi (__TIMESTAMP__): Document.
1997
1998 2006-02-17  Roger Sayle  <roger@eyesopen.com>
1999
2000         PR middle-end/25600
2001         * fold-const.c (fold_binary): Fold (X >> C) != 0 into X < 0 when
2002         C is one less than the width of X (and related transformations).
2003         * simplify-rtx.c (simplify_unary_operation_1): Transform
2004         (neg (lt x 0)) into either (ashiftrt X C) or (lshiftrt X C)
2005         depending on STORE_FLAG_VALUE, were C is one less then the
2006         width of X.
2007
2008 2006-02-17  Daniel Berlin  <dberlin@dberlin.org>
2009
2010         Fix PR tree-optimization/26341
2011         * tree-ssa-operands.c (add_virtual_operand): Remove assert
2012         about NAME_MEMORY_TAG's.
2013
2014 2006-02-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2015
2016         PR target/26255
2017         * pa.md: Create separate HI and QI move patterns for 32-bit and 64-bit
2018         with hardware float support, and software float support.  Add fcpy
2019         alternative to hardware patterns.  Add alternatives to copy between
2020         general and floating-point registers to the 32-bit pattern.
2021         * pa.c (pa_secondary_reload): Don't abort if reload tries to find a
2022         secondary reload to load a QI or HI mode constant into a floating
2023         point register.
2024         * pa32-regs.h (VALID_FP_MODE_P): Allow QImode and HImode.
2025         * pa64-regs.h (VALID_FP_MODE_P): Likewise.
2026
2027 2006-02-17  Andrew Pinski  <pinskia@physics.uc.edu>
2028
2029         PR target/26272
2030         * config/rs6000/darwin.md (load_macho_picbase_si): Add
2031         pc to the pattern.
2032         (load_macho_picbase_di): Likewise.
2033
2034 2006-02-16  Jeff Law  <law@redhat.com>
2035
2036         * tree-vrp.c (set_value_range_to_nonnegative): New function.
2037         (vrp_expr_computes_nonnegative, ssa_name_nonnegative_p): Likewise.
2038         (ssa_name_nonzero_p): Likewise.
2039         (get_value_range): Return NULL if VRP is not running.
2040         (extract_range_from_expr): Fallback to tree_expr_XXX_p if
2041         VRP routines do not discover a range.
2042         (vrp_finalize): Clear VR_VALUE to indicate VRP is not running.
2043         * tree.h (ssa_name_nonzero_p, ssa_name_nonnegative_p): Prototype.
2044         * fold-const.c (tree_expr_nonzero_p): For SSA_NAMEs, query VRP.
2045         (tree_expr_nonnegative_p): Similarly.
2046         * tree-ssa-dom.c (nonzero_vars, nonzero_vars_stack): Remove.
2047         (restore_nonzero_vars_to_original_value): Remove.
2048         (unsafe_associative_fp_binop): Remove.
2049         (tree_ssa_dominator_optimize): Remove initialization and
2050         finalization of nonzero_vars and nonzero_vars_stack.
2051         (dom_opt_initialize_block): No longer push marker on
2052         nonzero_vars_stack.
2053         (dom_opt_finalize_block): No longer call
2054         restore_nonzero_vars_to_original_value.
2055         (record_equivalences_from_phis): No longer look for
2056         nonzero PHI arguments.
2057         (cprop_into_successor_phis): No longer propagate nonzero
2058         property into PHI arguments.  Lose unused argument.  Caller
2059         updated.
2060         (record_equivalences_from_stmt): No longer record nonzero
2061         values for SSA_NAMEs.
2062         (lookup_avail_expr): No longer use nonzero_vars.
2063
2064         * stor-layout.c (set_sizetype): Set TYPE_MAX_VALUE properly
2065         for sizetype when sizetype is unsigned.
2066
2067 2006-02-16  Denis Nagorny <denis_nagorny@linux.intel.com>
2068
2069         PR rtl-optimization/25603
2070         * reload.c (reg_inc_found_and_valid_p): New. Check REG_INC note.
2071         (regno_clobbered_p): Use it. Reusing SETS argument for REG_INC case.
2072         * reload1.c (choose_reload_regs): Added call of regno_clobbered_p
2073         with new meaning of SETS.
2074
2075 2006-02-16  Joseph S. Myers  <joseph@codesourcery.com>
2076
2077         PR target/20353
2078         PR target/24578
2079         PR target/24837
2080         * config/linux.opt: New file.
2081         * config/linux.h (CHOOSE_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER,
2082         LINUX_DYNAMIC_LINKER): Define.
2083         (TARGET_C99_FUNCTIONS): Define depending on TARGET_GLIBC.
2084         * config.gcc (*-*-linux*): Define extra_options.
2085         (*-*-*uclibc*): Define UCLIBC_DEFAULT.
2086         (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
2087         * config/arm/linux-eabi.h (LINUX_TARGET_INTERPRETER): Change to
2088         GLIBC_DYNAMIC_LINKER.
2089         * config/arm/linux-elf.h (LINUX_TARGET_INTERPRETER): Likewise.
2090         (LINUX_TARGET_LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
2091         * config/mips/linux.h (GLIBC_DYNAMIC_LINKER): Define.
2092         (LINK_SPEC): Use LINUX_DYNAMIC_LINKER.
2093         * doc/invoke.texi (GNU/Linux Options): New section.
2094
2095 2006-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
2096
2097         * config/sparc/sparc.md (setjmp): Rewrite.
2098         (setjmp_32): Delete.
2099         (setjmp_64): Likewise.
2100
2101 2006-02-16  Daniel Berlin <dberlin@dberlin.org>
2102
2103         * tree-ssa-operands.c (access_can_touch_variable): Fix typo in
2104          previous change.
2105
2106 2006-02-16  Zdenek Dvorak <dvorakz@suse.cz>
2107
2108         * loop-invariant.c (invariant_for_use, check_dependencies): Fail for
2109         read-write uses.
2110
2111 2006-02-16  Zdenek Dvorak <dvorakz@suse.cz>
2112
2113         PR rtl-optimization/26296
2114         * Makefile.in (loop-invariant.c): Add except.h dependency.
2115         * loop-invariant.c: Include except.h.
2116         (find_invariant_insn): Ignore insns satisfying can_throw_internal.
2117
2118 2005-02-16  Paul Brook  <paul@codesourcery.com>
2119
2120         * reload1.c (emit_reload_insns): Invalidate dead input registers used
2121         for reloads.
2122
2123 2006-02-16  Bernd Schmidt  <bernd.schmidt@analog.com>
2124
2125         PR rtl-optimization/25636
2126         * local-alloc.c (update_equiv_regs): Lose a bogus rtx_equal_p test
2127         when deciding whether an insn is an initializing insn.
2128
2129 2006-02-15 Daniel Berlin  <dberlin@dberlin.org>
2130
2131         * tree.c (init_ttree): Add STRUCT_FIELD_TAG handling.
2132         (tree_code_size): Ditto.
2133         * tree.h (struct tree_memory_tag): Remove parent_var.
2134         (struct tree_struct_field_tag): New.
2135         (SFT_OFFSET): New.
2136         (SFT_SIZE): New.
2137         (union tree_node): Add sft member.
2138         * tree-ssa-alias.c (get_tmt_for): Don't handle TYPE_READONLY
2139         specially here.
2140         (create_sft): Add size and offset argument, set SFT_OFFSET and
2141         SFT_SIZE.
2142         (create_overlap_variables_for): Update for SFT_OFFSET/SFT_SIZE.
2143         * treestruct.def: Add TS_STRUCT_FIELD_TAG.
2144         * tree-flow-inline.h (get_subvar_at): Update for
2145         SFT_OFFSET/SFT_SIZE.
2146         (var_can_have_subvars): Ditto.
2147         (overlap_subvar): Ditto.
2148         * print-tree.c (print_node): Print out interesting things for
2149         SFT's.
2150         * tree-flow.h (struct subvar): Remove offset and size members.
2151         * tree-ssa-operands.c (get_expr_operands): Update for
2152         get_indirect_ref_operands changes.
2153         (get_indirect_ref_operands): Call add_virtual_operand instead of
2154         add_stmt_operand.  Only recurse on base var if requested.
2155         (access_can_touch_variable): New function.
2156         (add_stmt_operand): Split virtual operand handling into ...
2157         (add_virtual_operand): Here.  Add offset, size, and for_clobber
2158         arguments.  Prune alias sets.
2159         (add_call_clobber_ops): Call add_virtual_operand.
2160
2161 2006-02-15  Jakub Jelinek  <jakub@redhat.com>
2162
2163         PR middle-end/26300
2164         * combine.c (make_extraction): Bail out if ORIG_POS is negative.
2165
2166         * tree.h (struct tree_omp_clause): Use OMP_CLAUSE_CODE rather
2167         than TREE_CODE as index into omp_clause_num_ops array.
2168
2169 2006-02-15  Uttam Pawar  <uttamp@us.ibm.com>
2170
2171         PR rtl-optimization/26184
2172         * modulo-sched.c (generate_reg_moves): Free bitmap vector
2173         uses_of_defs.
2174         * modulo-sched.c (sms_schedule): Free g_arr pointer.
2175         * modulo-sched.c (sms_schedule_by_order): Free bitmap pointers
2176         must_precede, must_follow and tobe_scheduled.
2177
2178         PR other/26147
2179         * opts.c (common_handle_option): Free new_option pointer.
2180         * df-core.c (df_analyze): Free postorder pointer.
2181
2182 2006-02-15  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2183
2184         * Makefile.in: Fix the examples about the use of stamps
2185
2186 2006-02-15  Michael Matz  <matz@suse.de>
2187
2188         PR middle-end/22275
2189
2190         * stor-layout.c (layout_decl): Zero-width bitfields aren't
2191         influenced by maximum_field_alignment or DECL_PACKED.
2192         (update_alignment_for_field): Ditto.
2193         (place_field): Ditto.
2194         * doc/extend.texi (<#pragma pack>, <Type Attributes>): Document
2195         this behaviour.
2196
2197 2006-02-15  Paolo Bonzini  <bonzini@gnu.org>
2198
2199         * cfg.c (dump_flow_info): Get dump flags as an additional parameter.
2200         (debug_flow_info): Pass it.
2201         * alias.c (rest_of_handle_cfg): Adjust calls to dump_flow_info.
2202         * bb-reorder.c (reorder_basic_blocks): Likewise.
2203         * cfgcleanup.c (rest_of_handle_jump2): Likewise.
2204         * cse.c (rest_of_handle_cse, rest_of_handle_cse2): Likewise.
2205         * flow.c (life_analysis, recompute_reg_usage): Likewise.
2206         * gcse.c (gcse_main, bypass_jumps): Likewise.
2207         * ifcvt.c (rest_of_handle_if_conversion): Likewise.
2208         * local-alloc.c (rest_of_handle_local_alloc): Likewise.
2209         * loop-init.c (rtl_loop_init, rtl_loop_done): Likewise.
2210         * profile.c (compute_branch_probabilities, branch_prob): Likewise.
2211         * rtl.h (dump_flow_info): Adjust prototype.
2212         * tracer.c (rest_of_handle_tracer, tracer): Likewise.
2213         * var-tracking.c (variable_tracking_main): Likewise.
2214         * passes.c (execute_todo): Obey TDF_BLOCKS for RTL.
2215         * tree-dump.c (enable_rtl_dump_file): Enable the details and blocks
2216         options.
2217
2218 2006-02-15  Marcin Dalecki <martin@dalecki.de>
2219
2220         * tree-ssa-dom.c (dom_thread_across_edge): fix tag expression
2221         construction.
2222
2223 2006-02-14  Zdenek Dvorak <dvorakz@suse.cz>
2224
2225         PR tree-optimization/26209
2226         * tree-ssa-loop.c (pass_scev_cprop): Add TODO_cleanup_cfg.
2227         * tree-cfgcleanup.c (cleanup_control_flow): Remove dead
2228         eh edges.
2229         * tree-cfg.c (replace_uses_by): Do not alter cfg.
2230
2231 2006-02-14  Roger Sayle  <roger@eyesopen.com>
2232
2233         PR middle-end/23670
2234         * fold-const.c (fold_binary) <BIT_IOR_EXPR>: Optimize (X&Y)|Y into
2235         (X,Y) and the corresponding symmetry related transformations.
2236         (fold_binary) <BIT_AND_EXPR>: Likewise, optimize (X|Y)&Y into
2237         (X,Y) and its symmetry related transformations.
2238
2239 2006-02-14  Roger Sayle  <roger@eyesopen.com>
2240
2241         * dojump.c (do_compare_rtx_and_jump): Also handle multi-word GTU
2242         and GEU.
2243
2244 2006-02-14  Adam Nemet  <anemet@caviumnetworks.com>
2245
2246         * simplify-rtx.c (simplify_subreg): Combine SUBREG and TRUNCATE.
2247
2248 2006-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2249
2250         PR bootstrap/26053
2251         * configure.ac (HAVE_COMDAT_GROUP): Don't assume non-GNU linkers
2252         support COMDAT group.
2253         * configure: Regenerate.
2254
2255 2006-02-14  Roger Sayle  <roger@eyesopen.com>
2256
2257         PR middle-end/26279
2258         PR middle-end/26280
2259         PR middle-end/26283
2260         * dojump.c (do_compare_rtx_and_jump): Handle multi-word LE.
2261
2262 2006-02-14  Daniel Berlin  <dberlin@dberlin.org>
2263
2264         Fix PR tree-optimization/26260
2265
2266         * doc/invoke.texi (max-fields-for-field-sensitive): Document
2267         param.
2268         * params.h (MAX_FIELDS_FOR_FIELD_SENSITIVE): New.
2269         * params.def (PARAM_MAX_FIELDS_FOR_FIELD_SENSITIVE): Ditto.
2270         * tree-ssa-structalias.c (create_variable_info_for): Use
2271         MAX_FIELDS_FOR_FIELD_SENSITIVE.
2272
2273 2006-02-14  Zdenek Dvorak <dvorakz@suse.cz>
2274
2275         * doc/invoke.texi (-fprefetch-loop-arrays, -fprefetch-loop-arrays-rtl):
2276         Document.
2277         * tree-ssa-loop-niter.c (number_of_iterations_ne,
2278         number_of_iterations_lt, number_of_iterations_cond): Remember the shape
2279         of the ending condition.
2280         * tree-ssa-loop-manip.c: Include params.h.
2281         (build_if_stmt, can_unroll_loop_p, determine_exit_conditions,
2282         tree_unroll_loop): New functions.
2283         * tree-pass.h (pass_loop_prefetch): Declare.
2284         * loop.c (rest_of_handle_loop_optimize): Test for
2285         -fprefetch-loop-arrays-rtl.
2286         * tree-scalar-evolution.h (affine_iv): Moved to tree-flow.h.
2287         * timevar.def (TV_TREE_PREFETCH): New timevar.
2288         * tree-ssa-loop.c (tree_ssa_loop_prefetch, gate_tree_ssa_loop_prefetch,
2289         pass_loop_prefetch): New.
2290         * tree-cfgcleanup.c: Include tree-scalar-evolution.h.
2291         (cleanup_tree_cfg_loop): Call scev_reset.
2292         * common.opt (fprefetch-loop-arrays-rtl): Add.
2293         * tree-ssa-loop-prefetch.c: New file.
2294         * tree-outof-ssa.c (struct value_expr_d): Add expr_vars field.
2295         (new_temp_expr_table): Initialize expr_vars.
2296         (free_temp_expr_table): Cleanup expr_vars.
2297         (check_replaceable, find_replaceable_in_bb): Prevent accumulating
2298         expressions from being merged into one.
2299         * tree-flow.h (affine_iv): Moved from tree-scalar-evolution.h.
2300         (struct tree_niter_desc): Add control, bound and cmp fields.
2301         (tree_ssa_prefetch_arrays, can_unroll_loop_p, tree_unroll_loop):
2302         Declare.
2303         * Makefile.in (tree-ssa-loop-prefetch.o): Add.
2304         (tree-cfgcleanup.o): Add SCEV_H dependency.
2305         (tree-ssa-loop-manip.o): Add PARAMS_H dependency.
2306         * passes.c (init_optimization_passes): Add pass_loop_prefetch.
2307
2308 2006-02-14  Richard Guenther  <rguenther@suse.de>
2309
2310         PR tree-optimization/26258
2311         * tree-ssa-structalias.c (find_func_aliases): Handle aggregates
2312         in PHI argument processing.
2313
2314 2006-02-13  Adam Nemet  <anemet@caviumnetworks.com>
2315
2316         * simplify-rtx.c (simplify_unary_operation_1) <TRUNCATE>: Return
2317         new expression in the requested machine mode.
2318
2319 2006-02-13  Roger Sayle  <roger@eyesopen.com>
2320
2321         * optabs.c (expand_abs): Don't call do_jump_by_parts_greater_rtx
2322         directly, instead let do_compare_rtx_and_jump handle this for us.
2323         * expr.c (expand_expr_real_1): Likewise.
2324         * dojump.c (do_jump_by_parts_greater_rtx): Make static.  Move
2325         before do_jump_by_parts_greater.
2326         (do_jump_by_parts_greater): Move after do_jump_by_parts_greater_rtx.
2327         * expr.h (do_jump_by_parts_greater_rtx): Delete prototype.
2328
2329 2006-02-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2330
2331         * pa/quadlib.c: Use defines instead of enum qfcmp_magic.
2332
2333 2006-02-13  Zdenek Dvorak <dvorakz@suse.cz>
2334
2335         PR rtl-optimization/26235
2336         * loop-invariant.c (hash_invariant_expr_1): Handle 'i' and 'n' formats.
2337         (invariant_expr_equal_p): Handle 'i' and 'n' formats.  Fail on unknown
2338         format.
2339
2340 2006-02-13  Jeff Law  <law@redhat.com>
2341
2342         * tree-vrp.c (extract_range_from_binary_expr): Remove handling of
2343         TRUTH_XOR_EPR.
2344
2345 2006-02-13  Jakub Jelinek  <jakub@redhat.com>
2346
2347         PR middle-end/26092
2348         * gimplify.c (gimplify_call_expr): Don't call get_callee_fndecl
2349         twice if decl is a builtin.  When trying again, call get_callee_fndecl
2350         first to verify it is still a builtin.
2351
2352 2006-02-13  Geoffrey Keating  <geoffk@apple.com>
2353
2354         * dwarf2out.c (base_type_die): Don't add AT_name here.
2355         (subrange_type_die): Don't add AT_name here.
2356         (modified_type_die): Rearrange code flow.  Do add AT_name here.
2357
2358 2006-02-13  Zdenek Dvorak <dvorakz@suse.cz>
2359
2360         PR rtl-optimization/26247
2361         PR rtl-optimization/26248
2362         * loop-invariant.c (may_assign_reg_p): Do not allow VOIDmode.
2363
2364 2006-02-13  Richard Sandiford  <richard@codesourcery.com>
2365
2366         * config/floatunditf.c: Use if __LDBL_MANT_DIG__ == 113.
2367         * config/fixtfdi.c: Likewise.
2368         * config/fixunstfdi.c: Likewise.
2369         * config/floatditf.c: Likewise.
2370
2371 2006-02-13  Roger Sayle  <roger@eyesopen.com>
2372
2373         PR middle-end/24427
2374         * fold-const.c (fold_binary) <BIT_IOR_EXPR>: Transform (X&C1)|C2
2375         into (X,C2) if C1 is a subset of the bits of C2.  Transform
2376         (X&C1)|C2 into X|C2 if C1|C2 == ~0.  Canonicalize (X&C1)|C2 as
2377         (X&(C1&~C2))|C2.
2378         <BIT_AND_EXPR>: Canonicalize (X|C1)&C2 as (X&C2)|(C1&C2).
2379
2380 2006-02-13  Josh Conner  <jconner@apple.com>
2381
2382         PR target/25376
2383         * varasm.c (function_section): Check for section name before
2384         calling select_section on targets that define
2385         USE_SELECT_SECTION_FOR_FUNCTIONS.  On other targets, use
2386         unlikely_text_section instead of hot_function_section if
2387         first_function_block_is_cold.
2388
2389 2006-02-13  J"orn Rennecke <joern.rennecke@st.com>
2390
2391         PR middle-end/25335
2392         * reload1.c (gen_reload): Also use find_replacement in UNARY_P case.
2393
2394 2006-02-12  Zdenek Dvorak <dvorakz@suse.cz>
2395
2396         PR rtl-optimization/26222
2397         * function.c (assign_stack_temp_for_type): Do not reuse stack slots
2398         after tree->rtl expansion.
2399         * loop-invariant.c (move_invariant_reg): Use force_operand on rhs
2400         before passing it to emit_move_insn.
2401
2402 2006-02-12  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2403
2404         * doc/invoke.texi (-Write-strings): Document that it is enabled by
2405         default.
2406         * c.opt (-Wwrite-strings): Declare variable warn_write_strings.
2407         Clarify documentation.
2408         * c-common.h (warn_write_strings): Remove.
2409         * c-common.c (warn_write_strings): Likewise.
2410         * c-opts.c (c_common_init_options): Enable -Wwrite-strings by
2411         default for C++.
2412
2413 2006-02-12  Roger Sayle  <roger@eyesopen.com>
2414
2415         PR middle-end/25724
2416         * dojump.c (do_jump): Call do_compare_rtx_and_jump.
2417         (do_jump_parts_zero_rtx): New function renamed from
2418         do_jump_parts_equality_rtx.  Made static.  Add a mode argument.
2419         (do_jump_parts_equality_rtx): New function split out from
2420         do_jump_parts_equality.  Old implementation renamed as above.
2421         Call do_jump_parts_zero_rtx if either operand is zero.
2422         (do_jump_parts_equality): Call do_jump_parts_equality_rtx to
2423         do all of the heavy lifting.
2424         (do_compare_rtx_and_jump): Handle multi-word comparisons by
2425         calling either do_jump_by_parts_greater_rtx or
2426         do_jump_by_parts_equality_rtx.
2427         * expr.h (do_jump_by_parts_equality_rtx): Remove prototype.
2428         * expmed.c (do_cmp_and_jump): Now multi-word optimization has
2429         moved to do_compare_rtx_and_jump, call it directly.
2430         * stmt.c (do_jump_if_equal): Remove static prototype.  Add a
2431         mode argument.  Call do_compare_rtx_and_jump.
2432         (emit_case_nodes): Update calls to do_jump_if_equal.
2433
2434 2006-02-12  Zdenek Dvorak <dvorakz@suse.cz>
2435
2436         PR rtl-optimization/26225
2437         * loop-invariant.c (may_assign_reg_p): Do not allow BLKmode operands.
2438
2439 2006-02-12  Zdenek Dvorak <dvorakz@suse.cz>
2440
2441         PR rtl-optimization/26232
2442         * loop-invariant.c (find_invariant_insn): Ignore insns that set CC0.
2443
2444 2006-02-11  Jason Merrill  <jason@redhat.com>
2445
2446         PR tree-opt/24365
2447         * tree-inline.c (declare_return_variable): Just don't use the
2448         modify target if it's a gimple complex reg and the return slot
2449         isn't.
2450
2451 2006-02-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2452
2453         * doc/contrib.texi: Update my entry.
2454
2455 2006-02-10  Geoffrey Keating  <geoffk@apple.com>
2456
2457         * config/i386/darwin.h (DBX_REGISTER_NUMBER): Define.
2458
2459 2006-02-10  Diego Novillo  <dnovillo@redhat.com>
2460
2461         * tree-inline.c (estimate_num_insns_1): Make OpenMP directives
2462         expensive.
2463
2464 2006-02-10  Zdenek Dvorak <dvorakz@suse.cz>
2465
2466         * doc/invoke.texi (-floop-optimize2): Removed.
2467         * toplev.c (process_options): Remove handling of flag_loop_optimize2.
2468         * loop-init.c (gate_handle_loop2): Do not test flag_loop_optimize2.
2469         Test flag_branch_on_count_reg only if HAVE_doloop_end.
2470         * common.opt (floop-optimize2): Removed.
2471         (fmove-loop-invariants): Enabled by default.
2472
2473 2006-02-10  Sebastian Pop  <pop@cri.ensmp.fr>
2474
2475         * tree-if-conv.c (combine_blocks): Free the result of
2476         get_loop_exit_edges.
2477
2478 2006-02-10  Jeff Law  <law@redhat.com>
2479
2480         * fold-const.c (tree_expr_nonzero_p): Fix thinko.
2481
2482         PR tree-optimization/26213
2483         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Do not
2484         loop trying to follow SSA_NAME_VALUE chains.
2485
2486 2006-02-10  Richard Guenther  <rguenther@suse.de>
2487
2488         * tree-dfa.c (get_ref_base_and_extent): When computing maxsize
2489         deal with structures that end in implicitly variable sized arrays.
2490
2491 2006-02-09  Zdenek Dvorak <dvorakz@suse.cz>
2492
2493         PR rtl-optimization/24762
2494         * df-scan.c (df_bb_refs_record): Record correct registers defined on
2495         eh edges.
2496
2497 2006-02-09  Zdenek Dvorak <dvorakz@suse.cz>
2498
2499         * tree-ssa-loop-ivopts.c (struct loop_data, loop_data): Removed.
2500         (struct ivopts_data): Add regs_used field.
2501         (tree_ssa_iv_optimize_init): Do not allocate aux fields for loops.
2502         (ivopts_global_cost_for_size, determine_set_costs): Use data->regs_used
2503         instead of loop_data->regs_used;
2504         (free_loop_data): Do not free aux fields for loops.
2505         (tree_ssa_iv_optimize): Do not pass loops to tree_ssa_iv_optimize_init
2506         and tree_ssa_iv_optimize_finalize.
2507
2508 2006-02-09  Kaz Kojima  <kkojima@gcc.gnu.org>
2509
2510         * config/sh/sh.h (FUNCTION_VALUE): Don't handle CHAR_TYPE.
2511
2512 2006-02-09  J"orn Rennecke <joern.rennecke@st.com>
2513
2514         PR target/26141
2515         * sh.c (sh_gimplify_va_arg_expr): Don't change the result type when
2516         computing the effective result type.
2517
2518 2006-02-09  J"orn Rennecke <joern.rennecke@st.com>
2519
2520         PR inline-asm/16194
2521         * tree.h (decl_overlaps_hard_reg_set_p) Don't declare.
2522         (tree_overlaps_hard_reg_set): Declare.
2523         * stmt.c (decl_overlaps_hard_reg_set_p): Now static.  Change return
2524         type and signature to match function type expected by walk_tree.
2525         (tree_overlaps_hard_reg_set): New function.
2526         (decl_conflicts_with_clobbers_p): Rename to:
2527         (tree_conflicts_with_clobbers_p).  Take HARD_REG_SET * argument.
2528         Use tree_overlaps_hard_reg_set.  Changed caller.
2529         * doc/tm.texi (TARGET_MD_ASM_CLOBBERS): Replace
2530         decl_overlaps_hard_reg_set_p with tree_overlaps_hard_reg_set.
2531         * cris.c (cris_md_asm_clobbers): Likewise.
2532
2533 2006-02-09  Bernd Schmidt  <bernd.schmidt@analog.com>
2534
2535         * reload1.c (emit_input_reload_insns): Delete code that tries to
2536         inherit using find_equiv_reg.
2537
2538 2006-02-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2539
2540         * c-common.h (flag_const_strings): Don't declare.
2541         * c-common.c (flag_const_strings): Remove.
2542         * c.opt (fconst_strings): Remove.
2543         * c-opts.c (c_common_handle_option): Remove <OPT_fconst_strings>.
2544         <OPT_Wwrite_strings>: Don't set flag_const_strings.
2545         (c_common_init_options): Don't set flag_const_strings.
2546         * doc/invoke.texi (-fno-const-strings): Remove documentation.
2547
2548 2006-02-09  Richard Earnshaw  <richard.earnshaw@arm.com>
2549
2550         * arm.md (tlobits_cbranch): New pattern.
2551         * arm.h (arm_select_cc_mode): For thumb, only return CC_Nmode if
2552         testing a single bit.
2553
2554 2006-02-09  Andrew Pinski  <pinskia@physics.uc.edu>
2555
2556         PR tree-opt/26179
2557         * tree-ssa-pre.c (create_component_ref_by_pieces):
2558         Handle RETURN_DECL like VAR_DECL.
2559
2560 2006-02-09  Andrew Pinski  <pinskia@physics.uc.edu>
2561
2562         PR middle-end/26134
2563         * fold-const.c (fold_indirect_ref_1): Fold
2564         "*(foo *)&complexfoo" to "__real__ complexfoo"
2565         and "((foo*)&complexfoo)[1]" to "__imag__ complexfoo".
2566
2567 2006-02-09  Andrew Pinski  <pinskia@physics.uc.edu>
2568
2569         * tree-flow-inline.h (var_can_have_subvars):
2570         Volatile variables should not have subvariables.
2571
2572 2006-02-09  Diego Novillo  <dnovillo@redhat.com>
2573
2574         PR 26180
2575         * tree-vrp.c (vrp_int_const_binop): Detect overflow when
2576         multiplying unsigned values.
2577         Tidy comments.
2578
2579 2006-02-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
2580
2581         * config/sparc/sparc.c (tls_call_delay): Fix oversight.
2582
2583 2006-02-08  Jason Merrill  <jason@redhat.com>
2584
2585         PR c++/25979
2586         * tree.def: Elaborate on difference from MODIFY_EXPR.
2587         * doc/c-tree.texi (INIT_EXPR): Likewise.
2588         * gimplify.c (internal_get_tmp_var): Use INIT_EXPR.
2589         (gimplify_decl_expr, gimplify_init_ctor_eval): Likewise.
2590         (gimplify_target_expr): Likewise.
2591         (gimplify_cond_expr): Remove target handling.
2592         (gimplify_modify_expr): Don't clobber INIT_EXPR code here.
2593         (gimplify_expr): Clobber it here.
2594         (gimplify_modify_expr_rhs): Push assignment into COND_EXPR here.
2595         Do return slot optimization if we have an INIT_EXPR.
2596
2597         PR tree-opt/24365
2598         * tree-inline.c (declare_return_variable): Also clear
2599         DECL_COMPLEX_GIMPLE_REG_P as needed in the modify_dest case.
2600
2601         PR c++/16405
2602         * gimplify.c (gimplify_modify_expr_rhs): Re-enable *& handling.
2603
2604         PR middle-end/22439
2605         * gimplify.c (gimplify_one_sizepos): Fix typo.
2606
2607 2006-02-08  Jeff Law  <law@redhat.com>
2608
2609         PR tree-optimization/21417
2610         * tree-ssa-threadedge.c (thread_across_edge): Reject threading
2611         across a backedge if the control statement at the end of the
2612         block is data dependent on other statements in the same block.
2613         (record_temporary_equivalences_from_stmts): Remove over-conservative
2614         test for threading across backedges.
2615
2616         * tree-ssa-dce.c (remove_dead_statement): When removing a dead
2617         control statement, handle all three special cases in the same
2618         manner as they all have the same desired solution.  No longer
2619         special case edge flag updating when the post dominator is
2620         the exit block.
2621
2622 2006-02-08  Roger Sayle  <roger@eyesopen.com>
2623
2624         * tree.def (CHAR_TYPE): Remove.
2625         * dbxout.c (dbxout_type): Delete dead handling of CHAR_TYPE.
2626         * dwarf2out.c (base_type_die, is_base_type): Likewise.
2627         (gen_type_die) <ARRAY_TYPE>: Remove handling of CHAR_TYPE arrays.
2628         (gen_string_type_die): Delete unreachable function.
2629
2630         * tree-pretty-print.c (dump_generic_node): Don't handle CHAR_TYPE.
2631         * tree.c (build_int_cst_wide, type_contains_placeholder_1,
2632         type_hash_eq, variably_modified_type_p, walk_type_fields): Likewise.
2633         * tree.h (NUMERICAL_TYPE_CHECK, INTEGRAL_TYPE_P): Likewise.
2634         * builtins.c (type_to_class): Likewise.
2635         * fold-const.c (fold_convert, build_range_check,
2636         merge_ranges): Likewise.
2637         * expr.c (count_type_elements): Likewise.
2638         * c-pretty-print.c (pp_c_type_specifier): Likewise.
2639         * stor-layout.c (layout_type): Likewise.
2640         * ipa-type-escape.c (type_to_consider): Likewise.
2641         * gimplify.c (omp_firstprivatize_type_sizes,
2642         gimplify_type_sizes): Likewise.
2643         * explow.c (promote_mode): Likewise.
2644         * tree-sra.c (is_sra_scalar_type): Likewise.
2645         * varasm.c (output_constant): Likewise.
2646         * tree-inline.c (remap_type_1): Likewise.
2647         * convert.c (convert_to_pointer, convert_to_real,
2648         convert_to_integer, convert_to_complex): Likewise.
2649
2650 2006-02-08  Daniel Berlin  <dberlin@dberlin.org>
2651
2652         * df-scan.c (df_def_record_1): A set destination may
2653         be a parallel regardless of mode.
2654
2655 2006-02-08  Roger Sayle  <roger@eyesopen.com>
2656
2657         PR target/22209
2658         * config/mips/mips.h (MIN_UNITS_PER_WORD): Don't define for libgcc.
2659         * config/mips/_tilib.c: Remove.
2660         * config/fixtfdi.c: New libgcc source file.
2661         * config/fixunstfdi.c: New source file.
2662         * config/floatditf.c: New source file.
2663         * config/floatunditf.c: New souce file.
2664         * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Include the new source
2665         files above instead of config/mips/_tilib.c.
2666         * config/mips/t-linux64 (LIB2FUNCS_EXTRA): Likewise.
2667
2668 2006-02-08  Jeff Law  <law@redhat.com>
2669
2670         PR tree-optimization/26169
2671         * tree-vrp.c (execute_vrp): Perform any queued SSA updates before
2672         threading jumps.
2673
2674 2006-02-08  Zdenek Dvorak <dvorakz@suse.cz>
2675
2676         * df.h (DF_REG_SIZE): Return the length of the initialized
2677         part of the array.
2678
2679 2006-02-08  Nathan Sidwell  <nathan@codesourcery.com>
2680
2681         * gcc/config/m68k/lb1sf68.asm (__divsf3, __divdf3, __mulsf3,
2682         __muldf3): Return a correctly signed zero.
2683
2684 2006-02-08  Paolo Bonzini  <bonzini@gnu.org>
2685
2686         * passes.c (register_one_dump_file): Accept the current properties
2687         instead of pass number.  Adjust call to dump_register.  Remove
2688         duplicated code.
2689         (register_dump_files): Now a wrapper around...
2690         (register_dump_files_1): ... this one.  Do not modify the pass
2691         structure.
2692         (next_pass_1): Cosmetic fix.
2693         (execute_todo): Keep second parameter only.  Use curr_properties
2694         instead of fetching it from the pass structure.  Check and set
2695         last_verified.
2696         (execute_one_pass): Handle TODO_set_props.  Use curr_properties
2697         instead of fetching it from the pass structure.  Fix calls to
2698         execute_todo.  Update curr_properties and initialize .vcg RTL dump
2699         after running the pass.  Reset last_verified.
2700         * tree-dump.c (dump_files): Renumber consecutively.  Put .cgraph dump
2701         at the beginning.
2702         (FIRST_AUTO_NUMBERED_DUMP): New.
2703         (dump_register): Remove "num" parameter, assign it within the
2704         function.
2705         (get_dump_file_name): Modify template for dumps.
2706         * tree-dump.h (dump_register): Adjust prototype.
2707         * tree-pass.h (enum tree_dump_index): Move cgraph at the beginning.
2708         (PROP_trees): Add PROP_gimple_lomp.
2709         (TODO_set_props): New.
2710         * gimple-low.c (pass_lower_cf): Do not destroy PROP_gimple_lcf.
2711         * tree-eh.c (pass_lower_eh): Do not destroy PROP_gimple_leh.
2712         * cfgexpand.c (pass_expand): Destroy PROP_trees.
2713
2714 2006-02-08  Jakub Jelinek  <jakub@redhat.com>
2715
2716         * config.gcc (sparc-*-linux*): Add sparc/t-linux to tmake_file.
2717         (sparc64-*-linux*): Likewise.
2718         * config/sparc/t-linux64 (SHLIB_MAPFILES): Removed.
2719         * config/sparc/t-linux: New file.
2720         * config/sparc/libgcc-sparc-glibc.ver (__fixtfdi, __fixunstfdi,
2721         __floatditf): Export at GCC_LDBL_3.0 if -m32 -mlong-double-128.
2722         (__divtc3, __multc3, __powitf2): Export at GCC_LDBL_4.0.0 if
2723         -m32 -mlong-double-128.
2724
2725         * config.gcc (alpha*-*-linux*): Add alpha/t-linux to tmake_file.
2726         * config/alpha/t-linux: New file.
2727         * config/alpha/libgcc-alpha-ldbl.ver: New file.
2728
2729         * config/sparc/linux.h (TARGET_OS_CPP_BUILTINS): Define
2730         __LONG_DOUBLE_128__ if TARGET_LONG_DOUBLE_128.
2731         (CPP_SUBTARGET_SPEC): Don't add -D__LONG_DOUBLE_128__ here.
2732         * config/sparc/linux64.h (TARGET_OS_CPP_BUILTINS): Define
2733         __LONG_DOUBLE_128__ if TARGET_LONG_DOUBLE_128 and TARGET_ARCH32.
2734         (CPP_ARCH32_SPEC): Remove.
2735
2736 2006-02-07  Uttam Pawar  <uttamp@us.ibm.com>
2737
2738         PR tree-optimization/26145
2739         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Free
2740         bbs pointer.
2741
2742 2006-02-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2743
2744         PR target/26109
2745         * pa.c (attr_length_indirect_call): Don't return length 8 for distances
2746         >= 240000 when generating code for SOM runtime.
2747         (output_indirect_call): Don't use "b,l" instruction for indirect calls
2748         to $$dyncall when generating code for SOM runtime..
2749
2750 2006-02-07  Dirk Mueller  <dmueller@suse.com>
2751
2752         PR c++/18150
2753         * doc/invoke.texi (-Wsequence-point): Update documentation
2754         that -Wsequence-point is implemented for C++ as well.
2755
2756 2006-02-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
2757
2758         * config/sol26.h (CPP_SUBTARGET_SPEC): Accept -pthread.
2759         * config/sol2.h (CPP_SUBTARGET_SPEC): Likewise.
2760         (LIB_SPEC): Likewise.
2761         * doc/invoke.texi (SPARC options): Document -pthread.
2762
2763 2006-02-07  Geoffrey Keating  <geoffk@apple.com>
2764
2765         * config/i386/i386.c (ix86_delegitimize_address): Support Darwin
2766         PIC addresses.
2767
2768 2006-02-07  Roger Sayle  <roger@eyesopen.com>
2769
2770         * config/sparc/sparc.c (sparc_type_code): Don't handle CHAR_TYPE.
2771         Correct comment describing BOOLEAN_TYPE.
2772
2773 2006-02-07  Dirk Mueller  <dmueller@suse.com>
2774
2775         * c.opt: C++ frontend supports -Wdiv-by-zero.
2776         * c-opts.c (c_common_handle_option): Remove dead case.
2777
2778 2006-02-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
2779
2780         * configure.ac (TLS assembler check): Do not enable TLS by
2781         default on SPARC/Solaris before version 10.
2782         * configure: Regenerate.
2783
2784 2006-02-07  David Edelsohn  <edelsohn@gnu.org>
2785
2786         * doc/invoke.texi (xl-compat): Document conversion and support
2787         routine names.
2788
2789 2006-02-07  Jeff Law  <law@redhat.com>
2790
2791         * tree-vrp.c (find_conditional_asserts): Update comments.
2792         (simplify_stmt_for_jump_threading): New.
2793         (identify_jump_threads, finalize_jump_threads): New.
2794         (vrp_finalize): Call identify_jump_threads.
2795         (execute_vrp): Call finalize_jump_threads.
2796         * tree-ssa-dom.c (struct opt_stats_d): Remove num_iterations field.
2797         (vrp_element, vrp_data, vrp_element_p): Remove.
2798         (vrp_hash_elt, vrp_variables_stack): Remove.
2799         (vrp_hash, vrp_eq, record_range): Remove.
2800         (simplify_cond_and_lookup_avail_expr): Remove.
2801         (extract_range_from_cond): Remove.
2802         (thread_across_edge): Relocated into tree-ssa-threadedge.c.
2803         (simplify_stmt_for_jump_threading): New.
2804         (dom_thread_across_edge): New wrapper.
2805         (tree_ssa_dominator_optimize): No longer initialize or
2806         finalize any of the VRP datastructures.  Remove iteration
2807         step and simplify as a result of removal of iteration step.
2808         (pass_dominator): Perform a cfg cleanup after DOM.
2809         (dom_opt_finalize_block): Use the new common routines
2810         for threading jumps.  Simplify stack management slightly.
2811         No longer need to unwind VRP state.
2812         (record_equivalences_from_incoming_edge): No longer record
2813         VRP information.
2814         (eliminate_redundant_computations): No longer call
2815         simplify_cond_and_lookup_avail_expr.
2816         * tree-flow.h (potentially_threadable_block): Prototype.
2817         (thread_across_edge): Likewise.
2818         * Makefile.in (OBJS-common):  Add tree-ssa-threadedge.o
2819         (tree-ssa-threadedge.o): Add dependencies.
2820         * tree-ssa-threadedge.c: New file.
2821         * passes.c (init_optimization_passes): Merge PHIs before
2822         calling VRP.  Run VRP again late in the SSA optimization pipeline.
2823
2824 2006-02-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
2825
2826         * df-core.c (df_set_blocks): Do not dereference function pointers.
2827         (df_finish1): Likewise.
2828         (df_hybrid_search_forward): Likewise.
2829         (df_hybrid_search_backward): Likewise.
2830         (df_iterative_dataflow): Likewise.
2831         (df_analyze_problem): Likewise.
2832         (df_compact_blocks): Likewise.
2833         (df_dump): Likewise.
2834         * df-scan.c (df_rescan_blocks): Likewise.
2835         (df_record_entry_block_defs): Likewise.
2836
2837         * genconditions.c (write_conditions): Guard the definition of
2838         'insn_conditions' with the check on GCC version.
2839         (write_writer): Guard the traversal 'insn_conditions' with
2840         the check on GCC version.
2841
2842 2006-02-07  Richard Guenther  <rguenther@suse.de>
2843
2844         PR c++/26140
2845         Revert
2846         2006-01-30  Richard Guenther  <rguenther@suse.de>
2847         PR c++/23372
2848         * gimplify.c (gimplify_target_expr): Handle easy cases
2849         without creating a temporary.
2850
2851 2006-02-07  Pete Steinmetz  <steinmtz@us.ibm.com>
2852
2853         * sched-rgn.c (compute_dom_prob_ps, compute_trg_info): Eradicate
2854         use of float in probability computations.  Use edge probabilities
2855         in place of statically computed probabilities.
2856         (min_spec_prob): New static variable.
2857         (schedule_insns): Initialize it.
2858         (GET_SRC_PROB): Removed.
2859         * doc/invoke.texi (min-sched-prob): Renamed to min-spec-prob.
2860
2861 2006-02-07  Alexandre Oliva  <aoliva@redhat.com>
2862
2863         PR debug/24444
2864         * config/ia64/unwind-ia64.c: Revert last change.
2865         * config/ia64/ia64.h (ARG_POINTER_CFA_OFFSET): Removed.
2866         (INCOMING_FRAME_SP_OFFSET): Define.
2867
2868 2006-02-06  Roger Sayle  <roger@eyesopen.com>
2869
2870         * config/ia64/ia64.c (hfa_element_mode): Don't handle CHAR_TYPE.
2871
2872 2006-02-07  Ben Elliston  <bje@au.ibm.com>
2873
2874         * config/i386/i386.c (ix86_scalar_mode_supported_p): New.
2875         (TARGET_SCALAR_MODE_SUPPORTED_P): Define hook.
2876         (classify_argument): Handle SDmode, DDmode, TDmode for 64-bit.
2877         (ix86_return_in_memory): Handle TDmode.
2878         (ix86_libcall_value): Handle SDmode, DDmode, TDmode.
2879         (ix86_value_regno): Return non-TDmode decimal float modes in %eax.
2880
2881 2006-02-06  Richard Sandiford  <richard@codesourcery.com>
2882
2883         * reorg.c (dbr_schedule): Use dump_file instead of file.
2884
2885 2006-02-06  Steve Ellcey  <sje@cup.hp.com>
2886
2887         PR target/25917
2888         * config/ia64/predicates.md (extr_len_operand): New predicate.
2889         * config/ia64/ia64.md (extv): Tighten constraints.
2890         (extzv): Ditto.
2891         (*tbit_and_2): Ditto.
2892         (*tbit_and_3): Ditto.
2893         (*tbit_or_2): Ditto.
2894         (*tbit_or_3): Ditto.
2895         (*bit_zero): Ditto.
2896         (*bit_one): Ditto.
2897
2898 2006-02-06  Andrew Pinski  <pinskia@physics.uc.edu>
2899
2900         PR target/23359
2901         * config/i386/i386.md (trap): Use ASM_SHORT instead of .word.
2902
2903 2006-02-06  Zdenek Dvorak <dvorakz@suse.cz>
2904
2905         * tree-vrp.c (execute_vrp): Do not pass dump argument to.
2906         loop_optimizer_init and loop_optimizer_finalize
2907         * tree-ssa-sink.c (execute_sink_code): Ditto.
2908         * tree-ssa-loop-ch.c (copy_loop_headers): Ditto.
2909         * tree-ssa-loop.c (tree_loop_optimizer_init, tree_ssa_loop_init,
2910         tree_ssa_loop_done): Ditto.
2911         * tree-ssa-pre.c (init_pre, fini_pre): Ditto.
2912         * sched-ebb.c: Include output.h.
2913         (schedule_ebbs): Do not use dump argument.
2914         * value-prof.h (struct profile_hooks): Remove profile_dump_file.
2915         * loop.c (loop_dump_stream): Removed.
2916         (loop_optimize, rest_of_handle_loop_optimize): Do not use dump
2917         argument.
2918         (scan_loop, move_movables, find_and_verify_loops, mark_loop_jump,
2919         emit_prefetch_instructions, loop_bivs_find, loop_bivs_check,
2920         final_biv_value, loop_biv_eliminable_p, loop_givs_rescan,
2921         loop_iterations, strength_reduce, record_biv, record_giv,
2922         final_giv_value, check_final_value, check_ext_dependent_givs,
2923         combine_givs, check_dbra_loop, maybe_eliminate_biv, load_mems,
2924         try_copy_prop, loop_delete_insns, try_swap_copy_prop): Use
2925         dump_file instead of loop_dump_stream.
2926         * ddg.c (print_ddg_edge, print_ddg, vcg_print_ddg): Do not call
2927         argument dump_file.
2928         * reorg.c (dbr_schedule, rest_of_handle_delay_slots): Do not use
2929         dump argument.
2930         * flow.c (life_analysis, rest_of_handle_life): Ditto.
2931         * haifa-sched.c: Include output.h
2932         (schedule_insns, sched_init): Do not use dump argument.
2933         * mode-switching.c (optimize_mode_switching): Ditto.
2934         * modulo-sched.c (stats_file): Removed.
2935         (print_node_sched_params): Do not call argument dump_file.
2936         (sms_schedule_by_order, loop_canon_p, sms_schedule,
2937         rest_of_handle_sms): Do not use dump argument.  Use dump_file instead
2938         of stats_file.
2939         * cse.c (cse_main, rest_of_handle_cse, rest_of_handle_cse2): Do not
2940         use dump argument.
2941         * loop-init.c (loop_optimizer_init, loop_optimizer_finalize,
2942         rtl_loop_init, rtl_loop_done): Ditto.
2943         * global.c (global_alloc, rest_of_handle_global_alloc): Ditto.
2944         * predict.c (combine_predictions_for_bb, tree_estimate_probability):
2945         Ditto.
2946         * recog.c (peephole2_optimize, rest_of_handle_peephole2): Ditto.
2947         * lcm.c (pre_edge_lcm, pre_edge_rev_lcm): Ditto.
2948         * regmove.c (fixup_match_1, fixup_match_2, regmove_optimize,
2949         rest_of_handle_regmove, rest_of_handle_stack_adjustments): Ditto.
2950         * emit-rtl.c (renumber_insns): Ditto.
2951         * cfgexpand.c (add_reg_br_prob_note, expand_gimple_cond_expr,
2952         expand_gimple_basic_block, tree_expand_cfg): Ditto.
2953         * regclass.c (regclass): Ditto.
2954         * tree-outof-ssa.c (analyze_edges_for_bb, perform_edge_inserts,
2955         remove_ssa_form, rewrite_out_of_ssa): Ditto.
2956         * reg-stack.c (compensate_edge, compensate_edges, convert_regs_1,
2957         convert_regs_2, convert_regs, reg_to_stack, rest_of_handle_stack_regs):
2958         Ditto.
2959         * sched-rgn.c (schedule_insns, rest_of_handle_sched): Ditto.
2960         * local-alloc.c (rest_of_handle_local_alloc): Do not pass dump_file
2961         to regclass.
2962         * gcse.c (gcse_file, debug_stderr): Removed.
2963         (gcse_main, bypass_jumps, rest_of_handle_jump_bypass,
2964         rest_of_handle_gcse): Do not use dump argument.
2965         (cprop_jump, cprop_insn, do_local_cprop, cprop, find_implicit_sets,
2966         one_cprop_pass, bypass_block, compute_pre_data, insert_insn_end_bb,
2967         pre_edge_insert, pre_insert_copy_insn, pre_delete, one_pre_gcse_pass,
2968         compute_code_hoist_vbeinout, compute_code_hoist_data,
2969         one_code_hoisting_pass, trim_ld_motion_mems, update_ld_motion_stores,
2970         compute_store_table, build_store_vectors, insert_insn_start_bb,
2971         insert_store, remove_reachable_equiv_notes, replace_store_insn,
2972         store_motion): Use dump_file instead of gcse_file.
2973         * ipa-type-escape.c (type_escape_execute): Remove debugging comments.
2974         * profile.c (profile_dump_file): Removed.
2975         (branch_prob): Use dump_file instead of profile_dump_file.
2976         * ipa.c (cgraph_remove_unreachable_nodes): Do not call argument
2977         dump_file.
2978         * tree-ssa-copy.c (dump_copy_of): Ditto.
2979         * rtl-factoring.c (rtl_seqabstr, rest_of_rtl_seqabstr): Do not pass
2980         dump file to life_analysis.
2981         * bt-load.c (branch_target_load_optimize): Ditto.
2982         * cfgcleanup.c (rest_of_handle_jump2): Do not pass dump_file to
2983         renumber_insns.
2984         * rtl.h (cse_main, renumber_insns, schedule_insns, schedule_ebbs,
2985         regclass, dbr_schedule): Declaration changed.
2986         * sched-int.h (sched_init): Declaration changed.
2987         * tree-profile.c (tree_profile_dump_file): Removed.
2988         (tree_profile_hooks): Removed profile_dump_file hook.
2989         * rtl-profile (rtl_profile_dump_file): Removed.
2990         (rtl_profile_hooks): emoved profile_dump_file hook.
2991         * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize): Declaration
2992         changed.
2993         * c-gimplify.c (c_genericize): Do not call local variable dump_file.
2994         * tree-cfg.c (build_tree_cfg): Ditto.
2995         * Makefile.in (haifa-sched.o, sched-ebb.o): Add output.h dependency.
2996         * basic-block.h (life_analysis, pre_edge_lcm, pre_edge_rev_lcm):
2997         Declaration changed.
2998         * config/sh/sh.c (sh_output_mi_thunk): Do not pass dump_file to
2999         life_analysis and schedule_insns.
3000         * config/m68hc11/m68hc11.c (m68hc11_reorg): Do not pass dump_file to
3001         life_analysis.
3002         * config/mt/mt.c (mt_machine_reorg): Do not pass dump_file to
3003         dbr_schedule.
3004         * config/mips/mips.c (mips_reorg): Ditto.
3005         * config/ia64/ia64.c (ia64_reorg): Do not pass dump_file to
3006         schedule_ebbs.
3007
3008 2006-02-06  Aldy Hernandez  <aldyh@redhat.com>
3009
3010         * config/s390/s390.c (TARGET_MANGLE_FUNDAMENTAL_TYPE): Define.
3011         (s390_mangle_fundamental_type): New.
3012         * config/s390/linux.h (TARGET_ALTERNATE_LONG_DOUBLE_MANGLING):
3013         Define.
3014
3015         * config/alpha/alpha.c (TARGET_MANGLE_FUNDAMENTAL_TYPE): Define.
3016         (alpha_mangle_fundamental_type): New.
3017         * config/alpha/linux.h (TARGET_ALTERNATE_LONG_DOUBLE_MANGLING):
3018         Define.
3019
3020         * config/sparc/linux.h (TARGET_ALTERNATE_LONG_DOUBLE_MANGLING):
3021         Define.
3022         * config/sparc/linux64.h (TARGET_ALTERNATE_LONG_DOUBLE_MANGLING):
3023         Define.
3024         * config/sparc/sparc.c (TARGET_MANGLE_FUNDAMENTAL_TYPE): Define.
3025         (sparc_mangle_fundamental_type): New.
3026
3027 2006-02-06  Jakub Jelinek  <jakub@redhat.com>
3028
3029         * config.gcc (s390-*-linux*): Add s390/t-linux to tmake_file.
3030         (s390x-*-linux*): Likewise.
3031         * config/s390/t-linux64 (SHLIB_MAPFILES): Removed.
3032         * config/s390/t-linux: New file.
3033
3034 2006-02-02  Bernd Schmidt  <bernd.schmidt@analog.com>
3035
3036         * config/i386/sync.md (sync_add<mode>, sync_sub<mode>, sync_ior<mode>,
3037         sync_and<mode>, sync_xor<mode>): Operand 0 is in-out.
3038
3039 2006-02-06  Daniel Berlin  <dberlin@dberlin.org>
3040
3041         * tree-ssa-pre.c (bb_value_sets_t): Add antic_safe_loads.
3042         (ANTIC_SAFE_LOADS): New macro.
3043         (find_or_generate_expression): Add prototype.
3044         (set_contains_value): Allow null set for sake of not always having
3045         to allocate ANTIC_SAFE_LOADS.
3046         (phi_translate): Move placement of AGGREGATE_TYPE_P check.
3047         Allow COMPONENT_REF too.
3048         (valid_in_set): Allow COMPONENT_REF.
3049         Check ANTIC_SAFE_LOADS too.
3050         (compute_antic_aux): Print out ANTIC_SAFE_LOADS.
3051         (compute_rvuse_and_antic_safe): Add ANTIC_SAFE computation, and
3052         rename.
3053         (can_PRE_operation): Add COMPONENT_REF.
3054         (create_component_ref_by_pieces): New function.
3055         (create_expression_by_pieces): Use create_component_ref_by_pieces.
3056         (insert_aux): Move AGGREGATE_TYPE_P check here.
3057         (compute_avail): Set bb local stmt uids.
3058         (pass_pre): Use TODO_update_ssa_only_virtuals.
3059
3060 2006-02-06  Ben Elliston  <bje@au.ibm.com>
3061
3062         * configure.ac: Unconditionally disable decimal float by default.
3063         * configure: Regenerate.
3064
3065 2006-02-06  Ben Elliston  <bje@au.ibm.com>
3066
3067         * read-rtl.c (read_name): Terminate reading on EOF.
3068
3069 2006-02-06  Ben Elliston  <bje@au.ibm.com>
3070
3071         * dfp.c (decimal_real_arithmetic): Change second argument type
3072         from int to enum tree_code. Do not always return true, but now
3073         return result of any call to decimal_do helper functions.
3074         * dfp.h (decimal_real_arithmetic): Update prototype.
3075
3076 2006-02-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
3077
3078         * config/sparc/sol2-bi.h (SPARC_DEFAULT_CMODEL): Set to CM_MEDMID.
3079
3080 2006-02-05  Andrew Pinski  <pinskia@physics.uc.edu>
3081
3082         PR tree-opt/25251
3083         * tree-cfg.c (cleanup_dead_labels): Also don't remove
3084         forced labels.
3085
3086 2006-02-04  Zdenek Dvorak <dvorakz@suse.cz>
3087
3088         * tree-vrp.c (cfg_loops): Removed.
3089         (adjust_range_with_scev, vrp_visit_assignment, execute_vrp):
3090         Use current_loops instead of cfg_loops.  Pass flags to
3091         loop_optimizer_init.
3092         * cfgloopmanip.c (fix_loop_structure): Update only available
3093         information.
3094         * tree-ssa-loop-ch.c (copy_loop_headers): Pass flags to
3095         loop_optimizer_init.
3096         * modulo-sched.c (build_loops_structure): Removed.
3097         (sms_schedule): Use loop_optimizer_init.
3098         * loop-init.c (loop_optimizer_init): Use flags to determine
3099         which properties of loops to prepare.
3100         (rtl_loop_init): Pass flags to loop_optimizer_init.
3101         * tree-ssa-sink.c (execute_sink_code): Ditto.
3102         * tree-ssa-loop.c (tree_loop_optimizer_init): Ditto.
3103         * tree-ssa-pre.c (init_pre): Ditto.
3104         * cfgloop.h (LOOPS_NORMAL): New.
3105         (loop_optimizer_init): Declaration changed.
3106
3107 2006-02-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3108
3109         * pa/x-ada-hpux10, pa/t-pa-hpux10, pa/t-pa-hpux11: New files.
3110         * config.gcc (hppa[12]*-*-hpux10*): Use pa/t-pa-hpux10 instead of
3111         pa/t-pa.
3112         * config.gcc (hppa[12]*-*-hpux11*): Use pa/t-pa-hpux11 instead of
3113         pa/t-pa.
3114         * config.host (hppa*-*-hpux10*): Use pa/x-ada-hpux10 instead of
3115         pa/x-ada.
3116         * pa/t-pa-hpux: Add lib2funcs.asm and quadlib.c rules.
3117         * pa/t-pa64: Delete quadlib.c rule.
3118         * pa/x-ada: Revert last change.
3119         * pa/t-pa: Revert last change.  Delete quadlib.c rule.
3120
3121 2006-02-04  Zdenek Dvorak <dvorakz@suse.cz>
3122
3123         PR rtl-optimization/26087
3124         * rtlanal.c (canonicalize_condition): Do not cross basic block
3125         boundaries.
3126
3127 2006-02-04  Alexandre Oliva  <aoliva@redhat.com>
3128
3129         PR debug/24444
3130         * config/ia64/ia64.c: Include debug.h.
3131         (MAX_ARTIFICIAL_LABEL_BYTES): New.
3132         (ia64_label_after_insn, ia64_dwarf2out_def_steady_cfa): New.
3133         (IA64_CHANGE_CFA_IN_EPILOGUE): Define to 0.
3134         (process_epilogue, process_set, process_for_unwind_directive):
3135         Output unwind info only if requested.  Add CFA info if requested.
3136         Add new arguments as needed.  Adjust callers.
3137         * config/ia64/ia64.h (ARG_POINTER_CFA_OFFSET): Override
3138         incorrect default.
3139         (DWARF2_FRAME_INFO): Define to zero.
3140         * config/ia64/unwind-ia64.c: Remove code that compensated for
3141         the CFA offset error fixed above.
3142         * config/ia64/t-ia64 (ia64.o): Depend on debug.h.
3143         * dwarf2out.c (DWARF2_FRAME_INFO): Define default.
3144         (dwarf2out_do_frame): Require nonzero DWARF2_UNWIND_INFO for
3145         -funwind-tables and -fexceptions to enable frame info.
3146         (dwarf2out_frame_init): Define initial CFA even if
3147         DWARF2_UNWIND_INFO is disabled.  Call initial_return_save if
3148         DWARF2_UNWIND_INFO is nonzero, not just defined.
3149         (dwarf2out_frame_finish): Output non-EH call frame info only
3150         if DWARF2_FRAME_INFO is nonzero.
3151         (convert_cfa_to_loc_list,
3152         compute_frame_pointer_to_cfa_displacement): Define even if
3153         unwind info is not supported.
3154         (gen_subprogram_die): Use the above unconditionally.  Remove
3155         legacy alternate code.
3156         * toplev.c (compile_file): Compile in call to
3157         dwarf2out_frame_finish if DWARF2_DEBUGGING_INFO is defined.
3158         (lang_dependent_init): Ditto for dwarf2out_frame_init.
3159
3160 2006-02-04  David Edelsohn  <edelsohn@gnu.org>
3161             Jakub Jelinek  <jakub@redhat.com>
3162
3163         * config/rs6000/rs6000.c (rs6000_mangle_fundamental_type): Mangle
3164         IBM extended float format long double as "g" on powerpc*-linux.
3165
3166 2006-02-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3167
3168         PR target/25926
3169         * pa/x-ada (X_ADA_CFLAGS): Define _X_HPUX10 on HP-UX 10.
3170         * pa/t-pa (TARGET_LIBGCC2_CFLAGS): Define _T_HPUX10 on HP-UX 10.
3171
3172 2006-02-03  Jason Merrill  <jason@redhat.com>
3173
3174         PR c++/25979
3175         * gimplify.c (gimplify_modify_expr_rhs): Disable *& optimization for now.
3176
3177         PR middle-end/25977
3178         * gimplify.c (gimplify_modify_expr_rhs): It's not always safe to do RVO
3179         on the return slot if it's an NRV.
3180
3181 2006-02-03  Zdenek Dvorak <dvorakz@suse.cz>
3182
3183         * tree-ssa-loop-ivopts.c (enum use_type): Remove USE_OUTER.
3184         (dump_use, add_derived_ivs_candidates, determine_use_iv_cost,
3185         rewrite_use): Do not handle USE_OUTER.
3186         (find_interesting_uses_outer_or_nonlin, find_interesting_uses_outer,
3187         add_iv_outer_candidates, may_replace_final_value,
3188         determine_use_iv_cost_outer, rewrite_use_outer): Removed.
3189         (find_interesting_uses_op): Functionality of
3190         find_interesting_uses_outer_or_nonlin moved here.
3191         (find_interesting_uses_outside): Use find_interesting_uses_op.
3192
3193 2006-02-03  Alan Modra  <amodra@bigpond.net.au>
3194
3195         PR target/25960
3196         * config/rs6000/darwin-ldouble.c (__gcc_qadd): Preserve -0.0 result.
3197
3198 2006-02-03  Andreas Krebbel  <krebbel1@de.ibm.com>
3199             Ulrich Weigand  <uweigand@de.ibm.com>
3200
3201         PR target/25864
3202         * config/s390/2084.md ("x_fsimptf", "x_fmultf", "x_fdivtf",
3203         "x_floadtf", "x_ftrunctf", "x_ftruncdf"): New insn reservations.
3204         * config/s390/fixdfdi.h (__fixunstfdi, __fixtfdi): New functions.
3205         * config/s390/s390.c (struct processor_costs): Add mxbr, sqxbr, dxbr
3206         and dxr fields.
3207         (z900_cost, z990_cost, z9_109_cost): Values for the new fields added.
3208         (s390_rtx_costs): Use the new fields to calculate rtx costs.
3209         (s390_secondary_input_reload_class, s390_secondary_output_reload_class):
3210         Define secondary reloads for TFmode moves.
3211         (constant_modes): Add TFmode.
3212         (NR_C_MODES): Set to 8.
3213         * config/s390/s390.h (TARGET_CPU_CPP_BUILTINS): Add __LONG_DOUBLE_128__
3214         builtin define.
3215         (LONG_DOUBLE_TYPE_SIZE): Set to 128 or 64.
3216         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE, WIDEST_HARDWARE_FP_SIZE): Define.
3217         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK, CLASS_MAX_NREGS,
3218         CANNOT_CHANGE_MODE_CLASS): Consider TFmode.
3219         * config/s390/s390.md ("type" attribute): Add fsimptf, floadtf, fmultf,
3220         fdivtf, fsqrttf, ftrunctf, ftruncdf as possible values.
3221         (FPR mode macro): Add TFmode.
3222         (DSF mode macro): New.
3223         (<de>, <dee> mode attributes): Removed.
3224         (<xde>, <xdee>, <RRe>, <RXe>, <Rf> mode attributes): New.
3225         ("*cmp<mode>_ccs_0", "*cmp<mode>_ccs_0_ibm", "*cmp<mode>_ccs",
3226         "*cmp<mode>_ccs_ibm", "fix_trunc<FPR:mode><GPR:mode>2_ieee",
3227         "floatdi<mode>2", "floatsi<mode>2_ieee", "*add<mode>3",
3228         "*add<mode>3_cc", "*add<mode>3_cconly", "*add<mode>3_ibm",
3229         "*sub<mode>3", "*sub<mode>3_cc", "*sub<mode>3_cconly",
3230         "*sub<mode>3_ibm", "*mul<mode>3_ibm", "*fmadd<mode>", "*fmsub<mode>",
3231         "*div<mode>3", "*div<mode>3_ibm", "*neg<mode>2_cc",
3232         "*neg<mode>2_cconly", "*neg<mode>2", "*neg<mode>2_ibm",
3233         "*abs<mode>2_cc", "*abs<mode>2_cconly", "*abs<mode>2",
3234         "*abs<mode>2_ibm", "*negabs<mode>2_cc", "*negabs<mode>2_cconly",
3235         "*negabs<mode>2", "sqrt<mode>2"):
3236         Changed <de> to <xde>. R constraint replaced by <Rf>.
3237         ("*mul<mode>3"): Changed <dee> to <xdee>. R constraint replaced by
3238         <Rf>.
3239         ("fix_trunc<FPR:mode>di2"): 'FPR:' removed.
3240         ("*fmadd<mode>", "*fmsub<mode>"): FPR mode replaced by DSF.
3241         ("*movtf_64", "*movtf_31"): New insn definitions followed by 5
3242         splitters.
3243         ("movtf", "reload_outtf", "reload_intf", "trunctfdf2", "trunctfsf2",
3244         "extenddftf2", "extendsftf2"): New expanders.
3245         ("*trunctfdf2_ieee", "*trunctfdf2_ibm", "*trunctfsf2_ieee",
3246         "*trunctfsf2_ibm", "*extenddftf2_ieee", "*extenddftf2_ibm",
3247         "*extendsftf2_ieee", "*extendsftf2_ibm"): New insn patterns.
3248         * config/s390/s390.opt (mlong-double-128, mlong-double-64):
3249         New options.
3250         * config/s390/t-crtstuff (TARGET_LIBGCC2_CFLAGS): Macro defined.
3251         * config/s390/libgcc-glibc.ver (__divtc3, __multc3, __powitf2,
3252         __fixtfti, __fixunstfti, __floattitf, __fixtfdi, __fixunstfdi,
3253         __floatditf): Add a GCC_4.1.0 symbol version tag.
3254         * doc/invoke.texi (-mlong-double-128, -mlong-double-64): Document
3255         the new options.
3256
3257 2006-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
3258
3259         PR target/25377
3260         * config/i386/i386.c (ix86_function_ok_for_sibcall):
3261         Use targetm.binds_local_p instead of TREE_PUBLIC.
3262
3263 2006-02-02  Roger Sayle  <roger@eyesopen.com>
3264
3265         * tree.h (TYPE_STRING_FLAG): Document that this field may be used
3266         on INTEGER_TYPEs to indicate that it denotes a character type.
3267         * tree.c (build_common_tree_nodes): Set TYPE_STRING_FLAG on
3268         signed_char_type_node, unsigned_char_type_node and char_type_node.
3269         * dwarf2out.c (base_type_die): Treat CHAR_TYPE identically to
3270         INTEGER_TYPE.  Use TYPE_STRING_FLAG to decide whether to emit
3271         a DW_ATE_[un]signed_char instead of a DW_ATE_[un]signed.
3272
3273 2006-02-02  Zdenek Dvorak <dvorakz@suse.cz>
3274             Daniel Berlin  <dberlin@dberlin.org>
3275
3276         * tree-tailcall.c (arg_needs_copy_p): New function.
3277         (eliminate_tail_call): Use arg_needs_copy_p.
3278         (tree_optimize_tail_calls_1): Ditto. Also call add_virtual_phis.
3279         (add_virtual_phis): New function.
3280
3281 2006-02-02  Jakub Jelinek  <jakub@redhat.com>
3282
3283         * config/sparc/sparc.c (sparc_output_scratch_registers): Use
3284         #ignore instead of #scratch for %g7 .register directive.
3285
3286 2006-02-02  Andreas Tobler  <a.tobler@schweiz.ch>
3287
3288         * config/sparc/freebsd.h (ENDFILE_SPEC): Add space to separate
3289         object files.
3290
3291 2006-02-02  Bernd Schmidt  <bernd.schmidt@analog.com>
3292
3293         * flow.c (calculate_global_regs_live): Assert that there aren't any
3294         EDGE_FAKE edges.
3295
3296 2006-02-02  Paolo Bonzini  <bonzini@gnu.org>
3297
3298         * tree-flow-inline.h (bsi_after_labels): Rewrite, return
3299         what its name says.
3300         * lambda-code.c (perfect_nestify): Use bsi_insert_before on
3301         bsi_after_labels iterator.
3302         * tree-if-conv.c (find_phi_replacement_condition,
3303         replace_phi_with_cond_modify_expr): Likewise.
3304         * tree-scalar-evolution.c (scev_const_prop): Likewise.
3305         * tree-ssa-loop-ivopts.c (compute_phi_arg_on_exit): Likewise.
3306
3307 2006-02-02  Diego Novillo  <dnovillo@redhat.com>
3308
3309         * tree-inline.c (copy_tree_r): Also copy OMP_CLAUSE nodes.
3310
3311 2006-02-02  Diego Novillo  <dnovillo@redhat.com>
3312
3313         PR 25990
3314         * tree-cfg.c (move_block_to_fn): Clear out the basic block
3315         array after growing it.
3316
3317 2006-02-01  Steve Ellcey  <sje@cup.hp.com>
3318
3319         PR middle-end/24901
3320         * fold-const.c (fold_checksum_tree): Change type of buf.
3321
3322 2006-02-01  Bernd Schmidt  <bernd.schmidt@analog.com>
3323
3324         * reload.c (push_secondary_reload): Initialize t_icode.
3325
3326 2006-02-01  Jakub Jelinek  <jakub@redhat.com>
3327
3328         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): For
3329         -msoft-float -mlong-double-128 only issue a warning, but don't
3330         swich to DFmode long double.
3331
3332 2006-02-01  Hans-Peter Nilsson  <hp@axis.com>
3333
3334         * cse.c (fold_rtx) <case RTX_COMM_COMPARE, RTX_COMPARE>: When arg1
3335         has a constant equivalent, iterate over equivalents for arg0,
3336         calling simplify_relational_operation and if there's a result
3337         cheaper than X, apply fold_rtx and return the result.
3338
3339 2006-02-01  Jan Hubicka  <jh@suse.cz>
3340
3341         * opts.c (no_unit_at_a_time_default): New global variable.
3342         (decode_options): Use it.
3343         * opts.h (no_unit_at_a_time_default): Declare.
3344
3345 2006-02-01  Paul Brook  <paul@codesourcery.com>
3346
3347         * function.c (assign_parm_setup_reg): Use function argument promotion
3348         rules.
3349         * expr.c (expand_expr_real_1): Use function argument promotion rules
3350         for PARM_DECLs.
3351
3352 2006-02-01  Steve Ellcey  <sje@cup.hp.com>
3353
3354         * gcc.c (process_command): Change j to 'unsigned int'.
3355
3356 2006-01-31  Andrew Pinski  <pinskia@physics.uc.edu>
3357
3358         PR middle-end/26001
3359         * expr.c (expand_expr_real_1) <case ARRAY_REF>:
3360         Use the corrected index for the character
3361         out of the string constant.
3362
3363 2006-01-31  Andrew Pinski  <pinskia@physics.uc.edu>
3364
3365         * mode-switching.c (optimize_mode_switching): Fix size
3366         allocated for bb_info[n_entities].
3367
3368 2006-01-31  Andrew Pinski  <pinskia@physics.uc.edu>
3369
3370         * gcc.c (main): Correct type that is allocated for
3371         explicit_link_files.
3372
3373 2006-01-31  Jakub Jelinek  <jakub@redhat.com>
3374
3375         * config/s390/s390.c (init_alignment_context): Set
3376         ALIAS_SET_MEMORY_BARRIER on the MEM.
3377         * config/sparc/sparc.c (sparc_expand_compare_and_swap_12): Likewise.
3378
3379 2006-01-31  Uttam Pawar  <uttamp@us.ibm.com>
3380
3381         PR middle-end/25933
3382         * loop-unroll.c (unroll_loop_runtime_iterations): Free
3383         dom_bbs pointer.
3384         * tree-ssa-live.c (type_var_init): Allocate bitmap after
3385         call to tpa_init.
3386
3387 2006-01-31  Marcin Dalecki  <martin@dalecki.de>
3388
3389         * tree-vrp.c: Use XNEW/XCNEW allocation wrappers.
3390         * regrename.c: Ditto.
3391         * tree-ssa-loop-im.c: Ditto.
3392         * tree-dump.c: Ditto.
3393         * tree-complex.c: Ditto.
3394         * genrecog.c: Ditto.
3395         * tree-ssa-threadupdate.c: Ditto.
3396         * tracer.c: Ditto.
3397         * java/class.c: Ditto.
3398         * java/jcf-parse.c: Ditto.
3399         * java/resource.c: Ditto.
3400         * java/except.c: Ditto.
3401         * java/jvspec.c: Ditto.
3402         * java/jcf-write.c: Ditto.
3403         * java/jcf-path.c: Ditto.
3404         * java/gjavah.c: Ditto.
3405         * java/zextract.c: Ditto.
3406         * java/jcf-io.c: Ditto.
3407         * java/jcf.h: Ditto.
3408         * java/buffer.c: Ditto.
3409         * java/lang.c: Ditto.
3410         * java/parse-scan.y: Ditto.
3411         * java/lex.c: Ditto.
3412         * java/lex.h: Ditto.
3413         * cfgloopmanip.c: Ditto.
3414         * postreload-gcse.c: Ditto.
3415         * tree-ssa-loop-manip.c: Ditto.
3416         * postreload.c: Ditto.
3417         * tree-ssa-loop-ch.c: Ditto.
3418         * loop.c: Ditto.
3419         * ipa-cp.c: Ditto.
3420         * cppspec.c: Ditto.
3421         * diagnostic.c: Ditto.
3422         * final.c: Ditto.
3423         * genoutput.c: Ditto.
3424         * gcc.c: Ditto.
3425         * cfghooks.c: Ditto.
3426         * cfgloopanal.c: Ditto.
3427         * objc/objc-act.c: Ditto.
3428         * gcov.c: Ditto.
3429         * genextract.c: Ditto.
3430         * genautomata.c: Ditto.
3431         * pretty-print.c: Ditto.
3432         * genemit.c: Ditto.
3433         * cgraphunit.c: Ditto.
3434         * flow.c: Ditto.
3435         * df-scan.c: Ditto.
3436         * haifa-sched.c: Ditto.
3437         * dominance.c: Ditto.
3438         * dbxout.c: Ditto.
3439         * tree-ssa-loop-ivopts.c: Ditto.
3440         * df-core.c: Ditto.
3441         * mode-switching.c: Ditto.
3442         * modulo-sched.c: Ditto.
3443         * graph.c: Ditto.
3444         * ipa-pure-const.c: Ditto.
3445         * cse.c: Ditto.
3446         * fix-header.c: Ditto.
3447         * web.c: Ditto.
3448         * tree-stdarg.c: Ditto.
3449         * ipa-utils.c: Ditto.
3450         * loop-init.c: Ditto.
3451         * ipa-inline.c: Ditto.
3452         * cfganal.c: Ditto.
3453         * global.c: Ditto.
3454         * alloc-pool.c: Ditto.
3455         * dwarf2out.c: Ditto.
3456         * opts.c: Ditto.
3457         * genattrtab.c: Ditto.
3458         * tree-ssa-loop-ivcanon.c: Ditto.
3459         * predict.c: Ditto.
3460         * timevar.c: Ditto.
3461         * lcm.c: Ditto.
3462         * fortran/gfortranspec.c: Ditto.
3463         * regmove.c: Ditto.
3464         * local-alloc.c: Ditto.
3465         * langhooks.c: Ditto.
3466         * function.c: Ditto.
3467         * tree-vectorizer.c: Ditto.
3468         * gcse.c: Ditto.
3469         * ipa-type-escape.c: Ditto.
3470         * alias.c: Ditto.
3471         * tree-if-conv.c: Ditto.
3472         * profile.c: Ditto.
3473         * ipa.c: Ditto.
3474         * tree-data-ref.c: Ditto.
3475         * loop-unroll.c: Ditto.
3476         * treelang/treetree.c: Ditto.
3477         * calls.c: Ditto.
3478         * bt-load.c: Ditto.
3479         * ggc-common.c: Ditto.
3480         * except.c: Ditto.
3481         * coverage.c: Ditto.
3482         * cselib.c: Ditto.
3483         * tree-cfgcleanup.c: Ditto.
3484         * tree-ssa-pre.c: Ditto.
3485         * cfgcleanup.c: Ditto.
3486         * loop-invariant.c: Ditto.
3487         * loop-iv.c: Ditto.
3488         * ipa-prop.c: Ditto.
3489         * print-tree.c: Ditto.
3490         * conflict.c: Ditto.
3491         * ggc-page.c: Ditto.
3492         * sched-deps.c: Ditto.
3493         * regclass.c: Ditto.
3494         * tree-object-size.c: Ditto.
3495         * combine.c: Ditto.
3496         * bb-reorder.c: Ditto.
3497         * resource.c: Ditto.
3498         * var-tracking.c: Ditto.
3499         * cfgloop.c: Ditto.
3500         * df-problems.c: Ditto.
3501         * reg-stack.c: Ditto.
3502         * tlink.c: Ditto.
3503         * gccspec.c: Ditto.
3504         * sched-rgn.c: Ditto.
3505         * tree-ssa-structalias.c: Ditto.
3506         * tree-ssa-reassoc.c: Ditto.
3507         * config/darwin-c.c: Ditto.
3508         * config/darwin.c: Ditto.
3509         * config/arm/arm.c: Ditto.
3510         * cfgrtl.c: Ditto.
3511         * collect2.c: Ditto.
3512         * reload1.c: Ditto.
3513
3514 2006-01-31  Nicolas Pitre  <nico@cam.org>
3515
3516         * arm.md (smaxsi3): Make aware of smax_m1.
3517         (smax_m1): New.
3518
3519 2006-01-31  Nathan Sidwell  <nathan@codesourcery.com>
3520
3521         * gcc/config/m68k/lb1sf68.asm: Use moveq to load small constants.
3522
3523 2006-01-31  Richard Guenther  <rguenther@suse.de>
3524
3525         * doc/invoke.texi (-msselibm): Document.
3526         * target.h (expand_library_builtin): New target hook.
3527         * builtins.c (expand_builtin): Use expand_library_builtin.
3528         (default_expand_library_builtin): New function.
3529         * gcc.c (LINK_GCC_MATH_SPEC): Define.
3530         (LINK_COMMAND_SPEC): Handle %(link_gcc_math).
3531         (link_gcc_math_spec): Declare.
3532         (static_specs): Add link_gcc_math_spec.
3533         * expr.h (default_expand_library_builtin): Declare.
3534         * target-def.h (TARGET_EXPAND_LIBRARY_BUILTIN): Define.
3535         (TARGET_INITIALIZER): Add TARGET_EXPAND_LIBRARY_BUILTIN.
3536         * config/i386/i386.h: Provide LINK_GCC_MATH_SPEC.
3537         * config/i386/i386.opt (msselibm): New target option.
3538         * config/i386/i386.c (ix86_builtin_function_variants): New array.
3539         (ix86_init_sse_abi_builtins): New function.
3540         (ix86_expand_library_builtin): Likewise.
3541         (TARGET_EXPAND_LIBRARY_BUILTIN): Define.
3542         (override_options): Handle error conditions wrt -msselibm.
3543         (ix86_builtins): Add function codes for SSE2 ABI builtins.
3544         (ix86_init_builtins): Call ix86_init_sse_abi_builtins.
3545         * doc/extend.texi (__builtin_sse2_*): Document new target specific
3546         builtins.
3547
3548 2006-01-31  Richard Guenther  <rguenther@suse.de>
3549         Paolo Bonzini  <bonzini@gnu.org>
3550
3551         * doc/install.texi (--disable-libgcc-math): Document.
3552
3553 2006-01-30  Marcin Dalecki  <martin@dalecki.de>
3554
3555         * expr.h (expand_normal): new inline function.
3556         * builtins.c: use it, use EXPAND_NORMAL explicitely.
3557         * dojump.c: use it.
3558         * dwarf2out.c: use it.
3559         * expr.c: use it.
3560         * calls.c: use it.
3561         * expmed.c: use it.
3562         * except.c: use it.
3563         * config/sparc/sparc.c: use it.
3564         * config/i386/i386.c: use it.
3565         * config/rs6000/rs6000.c: use it.
3566         * config/arm/arm.c: use it.
3567         * config/mips/mips.c: use it.
3568         * stmt.c: use it, use EXPAND_NORMAL explicitely.
3569
3570 2006-01-30  Roger Sayle  <roger@eyesopen.com>
3571
3572         * config/i386/cygwin.h (GCC_DRIVER_HOST_INITIALIZATION): Cast
3573         argv to the appropriate type.
3574
3575 2006-01-30  Zdenek Dvorak <dvorakz@suse.cz>
3576
3577         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Remove
3578         unreachable code.
3579
3580 2006-01-30  Ulrich Weigand  <uweigand@de.ibm.com>
3581
3582         PR target/26018
3583         * config/s390/s390.c (struct machine_function): New flag
3584         decomposed_literal_pool_addresses_ok_p.
3585         (s390_reorg): Set it before final stage of literal pool transforms.
3586         (s390_decompose_address): Only accept displacements of the form
3587         (minus (label_ref ...) (label_ref ...)) if that flag is set.
3588
3589 2006-01-30  Carlos O'Donell  <carlos@codesourcery.com>
3590
3591         * optabs.c (prepare_cmp_insn): If unbaised and unsigned then bias
3592         the comparison routine return.
3593
3594 2006-01-30  Michael Matz  <matz@suse.de>
3595
3596         * global.c (find_reg): Only evict for global regs.
3597         Take n_refs into account and dump more info.
3598
3599 2006-01-30  J"orn Rennecke <joern.rennecke@st.com>
3600
3601         PR target/14798:
3602         * sh.c (pragma_interrupt, trap_exit, sp_switch): Remove variable.
3603         (pragma_trap, pragma_nosave_low_regs): Likewise.
3604         (current_function_anonymous_args): Likewise.
3605         (sh_deferred_function_attributes): New variable.
3606         (sh_deferred_function_attributes_tail): Likewise.
3607         (print_operand): For '@', look up trap_exit attribute.
3608         (calc_live_regs): Look up trapa_handler attribute.  For trapa
3609         handlers, save/restore fpscr, but don't do any other
3610         interrupt-specific saves.
3611         Don't save r0..r7 if the nosave_low_regs attribute is in effect.
3612         Fix check for partially saved registers to check for SHmedia.
3613         (sh_expand_prologue, sh_expand_epilogue): Look up sp_switch attribute.
3614         (sh_output_function_epilogue): Don't clear any of the removed
3615         variables.
3616         (sh_insert_attributes): Don't check pragma_interrupt.
3617         Insert deferred attributes.  Check that interrupt attribute is
3618         present for other attributes that require its presence.
3619         (sh_attribute_table): Add new attributes trapa_handler and
3620         nosave_low_regs.
3621         (sh_handle_sp_switch_attribute, sh_handle_trap_exit_attribute):
3622         Don't check for pragma_interrupt.  Don't store argument.
3623         * sh.h (pragma_interrupt, sp_switch): Don't declare.
3624         (sh_deferred_function_attributes): Declare.
3625         (sh_deferred_function_attributes_tail): Likewise.
3626         * sh.md (sp_switch_1): Add operand.  Change generator caller.
3627         (sh_pr_interrupt, sh_pr_trapa, sh_pr_nosave_low_regs): Remove.
3628         (*return_i): Don't use when trap_exit attribute is in effect.
3629         (*return_trapa): New insn pattern.
3630         * sh-c.c: New file.
3631         * config.gcc (sh[123456ble]*-* | sh-*-*): New trailer stanza,
3632         setting c_target_objs and cxx_target_objs.
3633         * t-sh: Add rule for sh-c.o.
3634
3635 2006-01-30  Richard Guenther  <rguenther@suse.de>
3636
3637         PR c++/23372
3638         * gimplify.c (gimplify_target_expr): Handle easy cases
3639         without creating a temporary.
3640
3641 2006-01-30  Nathan Sidwell  <nathan@codesourcery.com>
3642
3643         * vec.h (safe_grow): Remove duplicated line.
3644
3645 2006-01-29  Diego Novillo  <dnovillo@redhat.com>
3646
3647         PR 25874
3648         * omp-low.c (execute_expand_omp): Move CFG cleanup code ...
3649         (expand_omp): ... here.
3650         (expand_omp_parallel): Only remove barriers for combined
3651         parallel+workshare constructs.
3652
3653 2006-01-29  Eric Botcazou  <ebotcazou@adacore.com>
3654
3655         Revert
3656
3657         2005-11-09  Eric Botcazou  <ebotcazou@adacore.com>
3658         * tree.c (build_qualified_type): Chain the new type to the original
3659         type's TYPE_NEXT_PTR_TO or TYPE_NEXT_REF_TO linked lists if it is
3660         a POINTER_TYPE or a REFERENCE_TYPE respectively.
3661         (build_pointer_type_for_mode): Only return unqualified types.
3662         (build_reference_type_for_mode): Likewise.
3663
3664 2006-01-29  Gabriel Dos Reis  <gdr@integgrable-solutions.net>
3665
3666         * configure.ac (cxx_compat_warn): Set if -Wc++-compat is supported.
3667         * Makefile.in (CXX_COMPAT_WARN): Define.
3668         * configure: Regenerate.
3669
3670 2006-01-29  Dorit Nuzman  <dorit@il.ibm.com>
3671
3672         PR tree-opt/25911
3673         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Change assert
3674         to an if check.
3675
3676 2006-01-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3677
3678         * toplev.c: Fix thinko.
3679
3680 2006-01-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3681             Marcin Dalecki  <martin@dalecki.de>
3682
3683         * toplev.c (floor_log2, exact_log2): Don't define if __cplusplus.
3684         (push_srcloc): Use XNEW.
3685         (init_asm_output, default_get_pch_validity): Use XNEWVEC.
3686
3687 2006-01-29  Kenneth Zadeck <zadeck@naturalbridge.com>
3688
3689         * df-core.c (df_set_blocks): Deleted all variable.
3690
3691 2006-01-28  Ian Lance Taylor  <ian@airs.com>
3692
3693         * cgraphunit.c (cgraph_assemble_pending_functions): Call
3694         cgraph_output_pending_asms.
3695
3696 2006-01-28  Zack Weinberg  <zackw@panix.com>
3697
3698         * c.opt: Add -W(no-)overlength-strings.
3699         * doc/invoke.texi: Document it.
3700         * c-opts.c (c_common_handle_option): -pedantic implies
3701         -Woverlength-strings, if not explicitly disabled already.
3702         (c_common_post_options): -Woverlength-strings defaults to off, and
3703         is always off for C++.
3704         * c-common.c (fix_string_type): Issue warning about strings longer
3705         than is portable only if warn_overlength_strings.  Rearrange code
3706         a little for clarity.
3707         * configure.in: Check for -Wno-overlength-strings as well before
3708         enabling -pedantic in stage 1.
3709         * Makefile.in (STRICT2_WARN): Add -Wno-overlength-strings.
3710         (gcc.o-warn, insn-automata.o-warn, build/gencondmd.o-warn): Delete.
3711
3712         * genconditions.c (write_header, write_one_condition)
3713         (write_conditions, write_writer): Consolidate very long strings
3714         that were broken up to fit in C89 portable limit.  Don't use
3715         printf when fputs will do.
3716
3717 2006-01-28  Adam Nemet  <anemet@caviumnetworks.com>
3718
3719         * combine.c (simplify_comparison <AND>): Check
3720         TRULY_NOOP_TRUNCATION before start using a subreg.
3721
3722         * config/mips/mips.md (*branch_zero<mode>,
3723         *branch_zero<mode>_inverted, *branch_equality<mode>,
3724         *branch_equality<mode>_inverted, *branch_equality<mode>_mips16):
3725         Remove mode check from comparisons.
3726
3727 2006-01-28  Kenneth Zadeck <zadeck@naturalbridge.com>
3728
3729         * config/mips/mips-protos.h (mips_set_live_on_entry): Deleted.
3730
3731 2006-01-28  Kazu Hirata  <kazu@codesourcery.com>
3732
3733         * expmed.c (const_mult_add_overflow_p): Remove.
3734         * expr.h: Remove the prototype for const_mult_add_overflow_p.
3735
3736         * recog.c (validate_replace_rtx_subexp): Remove.
3737         * recog.h: Remove the prototype for
3738         validate_replace_rtx_subexp.
3739
3740         * integrate.h: Remove the prototype for
3741         copy_decl_for_inlining.
3742         * rtl.h: Remove the prototype for mark_constant_function.
3743         * tree-vectorizer.h: Remove the prototype for
3744         vect_strip_conversion.
3745
3746         * modulo-sched.c (create_partial_schedule,
3747         free_partial_schedule, reset_partial_schedule): Make them
3748         static.
3749
3750         * hooks.c (hook_bool_rtx_int_false): Remove.
3751         * hooks.h: Remove the prototype for hook_bool_rtx_int_false.
3752
3753 2006-01-28  David Edelsohn  <edelsohn@gnu.org>
3754
3755         * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): -msoft-float
3756         and -mlong-double-128 are incompatible.
3757         * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Same.
3758         * config/rs6000/t-aix43 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
3759         (TARGET_LIBGCC2_CFLAGS): Define.
3760         * config/rs6000/t-aix52 (LIB2FUNCS_EXTRA): Same.
3761         (TARGET_LIBGCC2_CFLAGS): Same.
3762         * config/rs6000/ppc64-fp.c: Compile for 64-bit AIX.
3763
3764 2006-01-28  Kazu Hirata  <kazu@codesourcery.com>
3765
3766         PR c/19606.
3767         * c-typeck.c (build_binary_op): Perform implicit casts of
3768         operands before shortening them.
3769
3770         * cfgloopmanip.c (split_loop_bb): Remove.
3771         * cfgloop.h: Remove the prototype for split_loop_bb.
3772
3773         * cfgloop.c (flow_loop_outside_edge_p): Remove.
3774         * cfgloop.h: Remove the prototype for
3775         flow_loop_outside_edge_p.
3776
3777         * emit-rtl.c (init_virtual_regs): Make it static.
3778         * function.h: Remove the prototype for init_virtual_regs.
3779
3780         * recog.c (peephole2_optimize): Make it static.
3781         * recog.h: Remove the prototype for peephole2_optimize.
3782
3783 2006-01-27  H.J. Lu  <hongjiu.lu@intel.com>
3784
3785         * df-scan.c (df_record_entry_block_defs): Check if
3786         INCOMING_RETURN_ADDR_RTX is defined.
3787
3788 2006-01-27  Daniel Berlin  <dberlin@dberlin.org>
3789             Kenneth Zadeck <zadeck@naturalbridge.com>
3790
3791         PR rtl-optimization/24762
3792         * doc/tm.texi: Added TARGET_EXTRA_LIVE_ON_ENTRY.
3793         * targhooks.c (hook_void_bitmap): New hook prototype.
3794         * targhoohs.h (hook_void_bitmap): Ditto.
3795         * bitmap.h (bitmap_head_def): Moved to coretypes.h.
3796         * coretypes.h (bitmap_head_def): Moved from bitmap.h.
3797         * target.h (live_on_entry): New function pointer.
3798         * df-scan.c (df_all_hard_regs): Removed.
3799         (df_scan_dump, df_hard_reg_init): Removed df_all_hard_regs.
3800         (df_scan_free_internal): Added df->entry_block_defs.
3801         (df_scan_alloc): Ditto.
3802         (df_scan_dump): Ditto.
3803         (df_uses_record): Plumbed flag field properly thru calls.
3804         Record EH_RETURN_DATA_REGNO in eh blocks unconditionally.
3805         This part fixes PR24762.
3806         (df_bb_refs_record): Added code to make the frame and arg
3807         pointers live in EH blocks.
3808         (df_refs_record): Added call to df_record_entry_block_defs.
3809         (df_record_entry_block_defs): New function.
3810         * df-core.c: Added comments to describe new artifical defs.
3811         * df.h (DF_REF_DIES_AFTER_THIS_USE): New flag in enum df_ref_flags.
3812         (entry_block_defs): New field in struct df.
3813         (df_all_hard_regs): Deleted.
3814         * target-def.h: Added TARGET_EXTRA_LIVE_ON_ENTRY.
3815         * df-problems.c (df_ru_bb_local_compute_process_def):
3816         Added code to handle artifical defs in the entry to a function.
3817         (df_ru_bb_local_compute): Ditto.
3818         (df_rd_bb_local_compute_process_def):  Ditto.
3819         (df_rd_bb_local_compute): Ditto.
3820         (df_lr_bb_local_compute): Ditto.
3821         (df_ur_bb_local_compute): Ditto.
3822         (df_urec_bb_local_compute):  Ditto.
3823         (df_chain_create_bb):  Ditto.
3824         (df_ur_local_finalize): Removed entry.
3825         (df_urec_init): Ditto.
3826         (df_urec_local_finalize): Ditto.
3827         (df_ri_bb_compute): Added detection of last use of pseudos.
3828         * Makefile.in (df-scan.o): Updated dependencies.
3829         * config/mips/mips-protos.h (mips_set_live_on_entry): Added.
3830         * config/mips/mips.c (mips_set_live_on_entry): Added.
3831         * config/mips/mips.c (TARGET_EXTRA_LIVE_ON_ENTRY): Added value
3832         for target hook.
3833         * dce.c (marked_insn_p): Added code to handle artifical defs.
3834
3835 2006-01-27  H.J. Lu  <hongjiu.lu@intel.com>
3836
3837         * config/i386/emmintrin.h (_mm_cvtsd_f64): Add missing Intel
3838         intrinsic.
3839         (_mm_cvtsi128_si64): Likewise.
3840         (_mm_cvtsd_si64): Likewise.
3841         (_mm_cvttsd_si64): Likewise.
3842         (_mm_cvtsi64_sd): Likewise.
3843         (_mm_cvtsi64_si128): Likewise.
3844         * config/i386/mmintrin.h (_m_from_int64): Likewise.
3845         (_mm_cvtsi64_m64): Likewise.
3846         (_m_to_int64): Likewise.
3847         (_mm_cvtm64_si64): Likewise.
3848         * config/i386/xmmintrin.h (_mm_cvtss_si64): Likewise.
3849         (_mm_cvttss_si64): Likewise.
3850         (_mm_cvtsi64_ss): Likewise.
3851         (_mm_cvtss_f32): Likewise.
3852
3853 2006-01-27  Carlos O'Donell  <carlos@codesourcery.com>
3854
3855         * c-pragma.c (init_pragma) : Call c_register_pragma_with_expansion
3856         for pragma redefine_extname.
3857
3858 2006-01-27  Jakub Jelinek  <jakub@redhat.com>
3859
3860         PR target/25864
3861         * libgcc-std.ver: Add GCC_4.1.0 symbol version.
3862         * config/rs6000/t-linux64 (TARGET_LIBGCC2_CFLAGS): Only append
3863         -mno-minimal-toc to previous content.
3864         (bispecs): Remove goal.
3865         * config/rs6000/ppc64-fp.c: Define TMODES before including fp-bit.h.
3866         * config/rs6000/darwin-ldouble.c: Don't provide _xlq*@GCC_3.4
3867         compatibility aliases on powerpc-*-*gnu*.
3868         * config/rs6000/libgcc-ppc-glibc.ver: New file.
3869         * config/rs6000/t-ppccomm (SHLIB_MAPFILES): Append
3870         libgcc-ppc-glibc.ver on powerpc*-*-*gnu*.
3871         (TARGET_LIBGCC2_CFLAGS): Append -specs=ldblspecs.
3872         (ldblspecs): New goal.
3873         * config/rs6000/t-linux64 (SHLIB_MAPFILES): Removed.
3874         * mklibgcc.in: If $TPBIT is empty, don't compile _sf_to_tf and
3875         _df_to_tf.
3876         * config/fp-bit.h (TMODES): Don't define if none of TFLOAT,
3877         L_sf_to_tf or L_df_to_tf is defined.
3878
3879 2006-01-27  David Edelsohn  <edelsohn@gnu.org>
3880             Alan Modra  <amodra@bigpond.net.au>
3881
3882         PR target/25864
3883         * config/rs6000/linux.h (POWERPC_LINUX): Define.
3884         * config/rs6000/linux64.h (POWERPC_LINUX): Define.
3885         * config/rs6000/darwin-ldouble.c: Build on 32-bit PowerPC.
3886         * config/rs6000/darwin.h (TARGET_IEEEQUAD): Define to zero.
3887         * config/rs6000/aix.h (TARGET_IEEEQUAD): Define to zero.
3888         * config/rs6000/rs6000.c (rs6000_ieeequad): New variable.
3889         (rs6000_override_options): Initialize rs6000_ieeequad.
3890         Initialize TFmode format to ibm_extended_format if not
3891         TARGET_IEEEQUAD.
3892         (rs6000_handle_option): Accept -mabi= ibmlongdouble and
3893         ieeelongdouble.
3894         (rs6000_emit_move): Move !TARGET_IEEEQUAD as two parts.
3895         (rs6000_return_in_memory): Only return IEEEQUAD in memory.
3896         (function_arg_advance): IBM long double passed in two FPRs, not
3897         split.
3898         (function_arg): IBM long double passed in FPRs.
3899         (rs6000_pass_by_reference): Only IEEEQUAD passed by reference.
3900         (rs6000_gimplify_va_arg): IBM long double passed in two FPRs.
3901         Only multireg GPR aligned.
3902         (rs6000_init_libfuncs): Enable IBM long double functions if not
3903         IEEEQUAD.
3904         (rs6000_generate_compare): Use IBM long double compare if not
3905         TARGET_IEEEQUAD.
3906         * config/rs6000/rs6000.h (rs6000_ieeequad): Declare.
3907         (TARGET_IEEEQUAD): Define.
3908         (CANNOT_CHANGE_MODE_CLASS): Any mode larger than doubleword if
3909         not TARGET_IEEEQUAD.
3910         * config/rs6000/rs6000.md: Enable TFmode patterns if
3911         !TARGET_IEEEQUAD.
3912         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Add darwin-ldouble.c.
3913         * config/rs6000/svr4.h (SUBTARGET_OVERRIDE_OPTIONS): -msoft-float
3914         and -mlong-double-128 are incompatible.
3915         * doc/invoke.texi (-mabi): Collect options together.  Add
3916         ibmlongdouble and ieeelongdouble.
3917
3918 2006-01-27  Richard Sandiford  <richard@codesourcery.com>
3919
3920         * doc/rtl.texi (SYMBOL_REF_DATA): Adjust documentation for new
3921         opaque type.
3922         * optabs.c (init_one_libfunc): Use SET_SYMBOL_REF_DECL.
3923         * varasm.c (make_decl_rtl, build_constant_desc): Likewise.
3924         (force_const_mem): Use SET_SYMBOL_REF_CONSTANT.
3925         * rtl.h (rtunion_def): Remove rt_ptr.
3926         (X0PTR): Delete.
3927         (SYMBOL_REF_DATA): Use X0ANY instead of X0PTR.
3928         (SET_SYMBOL_REF_DECL, SET_SYMBOL_REF_CONSTANT): New macros.
3929         * config/i386/winnt.c (i386_pe_mark_dllexport)
3930         (i386_pe_mark_dllimport): Use SET_SYMBOL_REF_DECL.
3931
3932 2006-01-27 Gabor Loki <loki@gcc.gnu.org>
3933
3934         * cfgcleanup.c (try_crossjump_to_edge): Fix comment typo.
3935
3936 2006-01-26 Alexandre Oliva  <aoliva@redhat.com>
3937
3938         PR other/24829
3939         PR target/24831
3940         * gthr-dce.h: Do not gthrw-ify pthread_once_init,
3941         pthread_key_delete.  From John David Anglin.  gthrw-ify
3942         pthread_getunique_np only if it it's not a macro.  Delete
3943         UNUSED macro.
3944         (__gthread_objc_condition_allocate, __gthread_objc_condition_deallocate,
3945         __gthread_objc_condition_wait, __gthread_objc_condition_broadcast,
3946         __gthread_objc_condition_signal, __gthread_key_delete): Add
3947         "__attribute__ ((__unused__))" to unused arguments.
3948         (__gthread_recursive_mutex_init_function): Add missing return.
3949         * gthr-dce.h, gthr-tpf.h, gthr-solaris.h, gthr-posix.h,
3950         gthr-posix95.h: Use macro-based approach for name redirection
3951         on targets missing weakref.
3952
3953 2006-01-26  Zack Weinberg  <zackw@panix.com>
3954
3955         * genconditions.c (write_header): In generated code, #ifdef out
3956         all includes and fake declarations, except includes of bconfig.h
3957         and system.h, unless GCC_VERSION >= 3001.  Do not include
3958         gensupport.h in any case.
3959         (write_conditions): Generate a definition of struct c_test.  Add
3960         a comment to the generated #endif.
3961         (write_one_condition): Escape backslashes in string too.
3962         (write_writer): Generated code must escape backslashes and quote
3963         marks (but not newlines) in the strings it writes.
3964         * Makefile.in (build/gencondmd.o): Update dependencies.
3965
3966 2006-01-26  Steve Ellcey  <sje@cup.hp.com>
3967
3968         PR target/25961
3969         * Makefile.in (insn-automata.o): Add header file dependencies.
3970         * genautomata.c: Add includes.
3971
3972 2006-01-26  Steve Ellcey  <sje@cup.hp.com>
3973
3974         PR target/25961
3975         * Makefile.in (insn-automata.o): Add -Wno-error flag.
3976
3977 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
3978
3979         * configure.ac: Expect target tools paths to be passed from the toplevel
3980         and wrap the detection into AS_SET_VAR_IF.  Extract side-effects out of
3981         AS_SET_VAR_IF.
3982         * acinclude.m4 (gcc_AC_TOOL_DIRS, gcc_AC_CHECK_TOOL): Remove.
3983
3984 2006-01-26  Alexandre Oliva  <aoliva@redhat.com>
3985
3986         PR c/25892
3987         * c.opt (Wpointer-sign): Init to -1.
3988         * c-opts.c (c_common_handle_option): Set to 1 on OPT_Wall and
3989         OPT_pedantic, to 0 otherwise.
3990         * doc/invoke.texi: Update.
3991