OSDN Git Service

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