OSDN Git Service

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