OSDN Git Service

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