OSDN Git Service

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