OSDN Git Service

2005-08-10 Eric Christopher <echristo@apple.com>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2005-08-10  Eric Christopher  <echristo@apple.com>
2
3         * config/rs6000/rs6000.c (mems_ok_for_quad_peep): Rewrite.
4         * config/rs6000/rs6000.md (*lfq_power2, *stfq_power2): Use
5         V2DFmode.
6
7 2005-08-10  Andrew Pinski  <pinskia@physics.uc.edu>
8
9         * config/darwin.c (machopic_indirect_data_reference): Use a new register
10         for the high part when generating dynamic-no-pic code.
11
12 2005-08-10  H.J. Lu  <hongjiu.lu@intel.com>
13
14         * config.gcc (i[34567]86-*-linux*): Add i386/t-crtfm to tm-file.
15         (x86_64-*-linux*): Likewise.
16
17         * config/i386/crtfastmath.c: New file.
18         * config/i386/t-crtfm: Likewise.
19
20         * config/i386/linux.h (ENDFILE_SPEC): New.
21         * config/i386/linux64.h (ENDFILE_SPEC): Likewise.
22
23         * config/i386/t-linux64 (EXTRA_MULTILIB_PARTS): Add
24         crtfastmath.o.
25
26 2005-08-10  Dorit Nuzman  <dorit@il.ibm.com>
27
28         * doc/md.texi: (reduc_smin, reduc_umin, reduc_splus, reduc_uplus):
29         (vec_shl, vec_shr): Document new operations.
30         * tree.def (VEC_RSHIFT_EXPR, VEC_LSHIFT_EXPR): Fix comment.
31
32 2005-08-10  David Edelsohn  <edelsohn@gnu.org>
33
34         * config/rs6000/predicates.md (indexed_or_indirect_address): New.
35         * config/rs6000/rs6000.md (prefetch): Remove operand 0 mode and
36         change predicate to indexed_or_indirect_address.
37
38 2005-08-10  Richard Sandiford  <richard@codesourcery.com>
39
40         * config/arm/lib1funcs.asm (__aeabi_uidiv, __aeabi_idiv): New aliases.
41         * config/arm/libgcc-bpabi.ver (GCC_3.5): Add __aeabi_idiv,
42         __aeabi_uidiv, __aeabi_uread4, __aeabi_uread8, __aeabi_uwrite4
43         and __aeabi_uwrite8.
44         * config/arm/unaligned-funcs.c: New file.
45         * config/arm/t-bpabi (LIB2FUNCS_EXTRA): Add unaligned-funcs.c.
46
47 2005-08-09  Paolo Bonzini  <bonzini@gnu.org>
48
49         * bb-reorder.c (pass_duplicate_computed_gotos, pass_partition_blocks):
50         Add dump.
51         * cfglayout.c (pass_insn_locators_initialize): Add dump.
52         * emit-rtl.c (pass_unshare_all_rtl, pass_remove_unnecessary_notes):
53         Add dump.
54         * except.c (pass_convert_to_eh_region_ranges): Add dump.
55         * final.c (pass_shorten_branches): Add dump.
56         * flow.c (pass_recompute_reg_usage, pass_remove_death_notes): Add dump.
57         (pass_life): Rename dump.
58         (rest_of_handle_flow2): Remove initial verify_flow_info.
59         * function.c (pass_instantiate_virtual_regs): Add dump.
60         * integrate.c (pass_initial_value_sets): Add dump.
61         * jump.c (pass_cleanup_barriers, pass_purge_lineno_notes): Add dump.
62         * loop-init.c (pass_rtl_loop_init, pass_rtl_loop_done): Rename dump.
63         (pass_rtl_move_loop_invariants, pass_rtl_unswitch, pass_rtl_doloop,
64         pass_rtl_unroll_and_peel_loops): Rename dump and add gate.
65         (gate_rtl_move_loop_invariants, gate_rtl_unswitch, gate_rtl_doloop,
66         gate_rtl_unrool_and_peel_loops): New.
67         (rtl_move_loop_invariants, rtl_unswitch, rtl_unrool_and_peel_loops,
68         rtl_doloop): Do not look at flags.
69         * mode-switching.c (pass_mode_switching): Add dump.
70         * recog.c (pass_split_all_insns, pass_split_for_shorten_branches,
71         pass_split_before_regstack): Add dump.
72         * regmove.c (pass_stack_adjustments): Add dump.
73         * tree-optimize.c (pass_fixup_cfg): Add dump.
74
75 2005-08-10  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
76
77         PR 23309
78         * config/m32r/m32r.c (m32r_reload_lr): Fix off by one error when
79         deciding which instruction sequence to use.
80
81 2005-08-09  Dorit Nuzman  <dorit@il.ibm.com>
82
83         * tree-vect-transform.c (vect_create_epilog_for_reduction): Set
84         BIT_FIELD_REF_UNSIGNED for newly created BIT_FIELD_REFs.
85
86 2005-08-09  Richard Guenther  <rguenther@suse.de>
87
88         * c-common.c (builtin_function_2): Remove.
89         (def_builtin_1): New function.
90         (c_common_nodes_and_builtins): Use def_builtin_1 to
91         build builtin functions.
92
93 2005-08-09  Jie Zhang  <jie.zhang@analog.com>
94
95         * config/bfin/uclinux.h (NO_IMPLICIT_EXTERN_C): Define.
96         * config/bfin/elf.h (NO_IMPLICIT_EXTERN_C): Define.
97         * config/bfin/bfin.c (bfin_return_in_memory): Update to really match
98         Visual DSP.
99
100 2005-08-09  James A. Morrison  <phython@gcc.gnu.org>
101
102         * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Use
103         fold_binary instead of fold_build2 since we don't care about the
104         resulting tree.
105         (loop_niter_by_eval): Likewise.
106         (compare_trees): Likewise.
107         (proved_non_wrapping_p): Likewise.
108
109 2005-08-09  James A. Morrison  <phython@gcc.gnu.org>
110
111         PR c/23161
112         PR c/23165
113         * c-typeck.c (c_finish_if_stmt): Look into STATEMENT_LISTs to see
114         if the if is really empty.
115
116 2005-08-09  Steven Bosscher  <stevenb@suse.de>
117
118         PR tree-optimization/23234
119         * tree-ssa-math-opts.c (place_reciprocal): New enum.
120         (execute_cse_reciprocals_1): Replace the 'phi' argument with an
121         argument of the new enum.
122         (execute_cse_reciprocals): Add reciprocals for function arguments
123         on the unique successor edge of the entry block.  Update other calls
124         to execute_cse_reciprocals_1.
125
126 2005-08-08  Richard Henderson  <rth@redhat.com>
127
128         PR 22439
129         * gimplify.c (gimplify_one_sizepos): Preserve the original type.
130
131 2005-08-08  Bob Wilson  <bob.wilson@acm.org>
132
133         * expr.c (write_complex_part): Return after handling MEM.
134
135 2005-08-08  Josh Conner  <jconner@apple.com>
136
137         PR rtl-optimization/23241
138         * combine.c (simplify_comparison): Fix error in determining
139         whether to lift a subreg from comparison.
140
141 2005-08-08  David Edelsohn  <edelsohn@gnu.org>
142
143         PR target/18506
144         * config/rs6000/altivec.md (vec_init<mode>): New.
145         (vec_set<mode>): New.
146         (vec_extract<mode>): New.
147         * config/rs6000/rs6000.c (rs6000_expand_vector_init): New.
148         (rs6000_expand_vector_set): New.
149         (rs6000_expand_vector_extract): New.
150         (rs6000_legitimate_offset_address_p): Offset addresses are valid
151         for Altivec modes before reload.
152         (altivec_expand_vec_init_builtin): New.
153         (get_element_number): New.
154         (altivec_expand_vec_set_builtin): New.
155         (altivec_expand_vec_ext_builtin): New.
156         (altivec_expand_builtin): Expand vec_init, vec_set, and vec_ext
157         builtins.
158         (altivec_init_builtins): Init vec_init, vec_set, and vec_ext
159         builtins.
160         * config/rs6000/rs6000.h (rs6000_builtins): Add
161         ALTIVEC_BUILTIN_VEC_INIT_<mode>, ALTIVEC_BUILTIN_VEC_SET_<mode>,
162         ALTIVEC_BUILTIN_VEC_EXT_<mode>.
163         * config/rs6000/rs6000-protos.h: Declare new functions.
164
165 2005-08-08  Jan Hubicka  <jh@suse.cz>
166
167         * i386.c (legitimate_pic_address_disp_p): Refuse GOTOFF in 64bit mode.
168         (legitimate_address_p): Refuse GOT and GOTOFF in 64bit mode.
169         * i386.md (movdi*): Use pic_32bit_operand.
170         * predicates.md (pic_32bit_operand): New.
171
172 2005-08-08  Nathan Sidwell  <nathan@codesourcery.com>
173
174         PR c++/21166
175         * stor-layout.c (finalize_type_size): Undo DECL_PACKED when possible.
176
177 2005-08-07  James A. Morrison  <phython@gcc.gnu.org>
178
179         * tree-vrp.c (simplify_div_or_mod_using_range): Use build2.
180         (test_for_singularity): Use fold_build2.
181
182 2005-08-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
183
184         * pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Fix loop upper bound.
185
186 2005-08-07  Danny Smith  <dannysmith@users.sourceforge.net>
187
188         * config/i386/cygming.h (SUBTARGET_ENCODE_SECTION_INFO): Define.
189         (COMMON_ASM_OP) Define.
190         * config/i386/i386.c (ix86_in_large_data_p): Add ATTRIBUTE_UNUSED
191         (ix86_encode_section_info): Likewise.
192         (TARGET_ENCODE_SECTION_INFO): Conditionally define as
193         SUBTARGET_ENCODE_SECTION_INFO.
194
195 2005-08-06  Richard Henderson  <rth@redhat.com>
196
197         PR 21894
198         * tree-nested.c (convert_local_reference): Save and restore val_only
199         around component_ref and friends.  Clear walk_subtrees by default.
200
201 2005-08-06  Peter O'Gorman  <peter@pogma.com>
202
203         PR 21366
204         * gcc.c (process_command): Check the argument to -b has a dash.
205         * doc/invoke.texi: Update -b and -V docs.
206
207 2005-08-06  James E Wilson  <wilson@specifix.com>
208
209         * config/mips/cross64.h, config/mips/t-cross64: Delete.
210
211 2005-08-06  Michael Matz  <matz@suse.de>
212
213         * genattrtab.c (write_attr_get, write_attr_case): Use insn_code
214         member only if only one insn is associated with the value.
215
216 2005-08-06  Nick Clifton  <nickc@redhat.com>
217
218         * config/stormy16/stormy16.h (SYMBOL_FLAG_XSTORMY16_BELOW100):
219         New define.
220         (ASM_OUTPUT_LABELREF): Delete - it is no longer needed.
221         * config/stormy16/stormy16.c (xstormy16_below100_symbol):
222         Check symbol flags instead of symbol name mangling.
223         (xstormy16_asm_output_aligned_common): Likewise.  Also
224         simplify code since the bss100_section cass is the only case
225         where the below100 code will be triggered.
226         (xstormy16_encode_section_info): Encode below100 attribute
227         using the SYMBOL_FLAG_XSTORMY16_BELOW100 instead of mangling
228         the name.
229         (xstormy16_strip_name_encoding): Delete - this function is no
230         longer needed.
231         (TARGET_STRIP_NAME_ENCODING): Undefine.
232         * config/stormy16/stormy16-protos.h: Delete prototype for
233         xstormy16_strip_name_encoding.
234
235 2005-08-06  Kazu Hirata  <kazu@codesourcery.com>
236
237         * Makefile.in, cfgexpand.c, cfgloop.h, cfgloopmanip.c,
238         config.gcc, ipa-cp.c, ipa-prop.c, ipa-prop.h, reg-stack.c,
239         tree-ssa-structalias.c, tree-vrp.c, value-prof.c, vec.h,
240         config/linux.h, config/alpha/alpha.h, config/alpha/linux.h,
241         config/alpha/predicates.md, config/arc/arc.h,
242         config/arm/arm.h, config/arm/ieee754-df.S,
243         config/arm/ieee754-sf.S, config/bfin/bfin.c,
244         config/bfin/bfin.h, config/c4x/c4x.h, config/crx/crx.c,
245         config/fr30/fr30.h, config/frv/frv.h, config/h8300/h8300.h,
246         config/i386/i386.h, config/ia64/ia64.c, config/ia64/ia64.h,
247         config/m68hc11/m68hc11.h, config/mips/mips.c,
248         config/mips/mips.h, config/mips/openbsd.h,
249         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.h,
250         config/pdp11/pdp11.h, config/rs6000/linux-unwind.h,
251         config/rs6000/rs6000.c, config/rs6000/rs6000.h,
252         config/s390/s390.c, config/sh/sh.c, config/sh/sh.h,
253         config/sparc/linux.h, config/sparc/linux64.h,
254         config/sparc/sparc.h, config/v850/v850.h, config/vax/vax.h,
255         doc/extend.texi, doc/gcov.texi, doc/install.texi,
256         doc/invoke.texi, doc/rtl.texi, doc/tm.texi: Fix comment/doc
257         typos.  Follow spelling conventions.
258
259 2005-08-06  Joseph S. Myers  <joseph@codesourcery.com>
260
261         PR c/23113
262         * stmt.c (warn_if_unused_value): Check TREE_NO_WARNING at start.
263         Don't handle NOP_EXPR, CONVERT_EXPR and NON_LVALUE_EXPR
264         specially.  Check for side effects only for COND_EXPR.
265         * c-typeck.c (c_finish_stmt_expr): Mark statement expression
266         return with TREE_NO_WARNING.
267
268 2005-08-06  Richard Sandiford  <richard@codesourcery.com>
269
270         PR rtl-optimization/23233
271         * loop.c (combine_movables): Require the modes to be the same.
272         (move_movables): Remove handling of cases where the replacement
273         had a different mode to the original.
274
275 2005-08-05  James A. Morrison  <phython@gcc.gnu.org>
276
277         PR tree-optimization/23128
278         * tree-vrp.c (vrp_int_const_binop): Check if unsigned addition or
279         subtraction wrap, and set TREE_OVERFLOW if they do.
280
281 2005-08-05  Richard Henderson  <rth@redhat.com>
282
283         PR 21728
284         * tree-cfg.c (remove_bb): Transmute DECL_NONLOCAL labels into
285         FORCED_LABEL labels.
286
287 2005-08-05  J"orn Rennecke <joern.rennecke@st.com>
288
289         PR middle-end/23135
290         * reload.c (find_reloads_subreg_address): Pass down TYPE
291         unchanged.  Change all callers except find_reloads_toplev.
292
293 2005-08-05  Michael Matz  <matz@suse.de>
294
295         * genattrtab.c (current_alternative_string): Remove.
296         (SIMPLIFY_ALTERNATIVE): Ditto.
297         (attr_alt_bit_p): Ditto.
298         (alternative_name): Make const char *.
299         (evaluate_eq_attr): Remove use of above things.
300         (simplify_test_exp): Ditto.
301         (simplify_test_exp <EQ_ATTR>): Guard for insn_code < 0 .
302         (simplify_test_exp <AND>): Correct typo (test 'right' not 'left').
303
304 2005-08-04  James E Wilson  <wilson@specifix.com>
305
306         * config/ptx4.h, config/sol2.h, config/arm/freebsd.h,
307         config/arm/linux-elf.h, config/frv/frv.h, config/i386/freebsd.h,
308         config/i386/freebsd64.h, config/i386/netware.h, config/i386/sco5.h,
309         config/ia64/freebsd.h, config/rs6000/sysv4.h, config/sparc/freebsd.h
310         (LINK_SPEC): Delete useless %{Wl,*:%*} item.
311
312 2005-08-04  Richard Henderson  <rth@redhat.com>
313
314         PR 21529
315         * params.def (PARAM_SRA_MAX_STRUCTURE_COUNT): New.
316         * params.h (SRA_MAX_STRUCTURE_COUNT): New.
317         * tree-sra.c (decide_block_copy): Use it.  Disable element copy
318         if we'd have to instantiate too many members.
319
320 2005-08-04  Richard Henderson  <rth@redhat.com>
321
322         PR 21291
323         * tree-outof-ssa.c (coalesce_asm_operands): New.
324         (coalesce_ssa_name): Use it.  Split out ...
325         (coalesce_phi_operands, coalesce_result_decls): ... these.
326
327 2005-08-04  Paul Brook  <paul@codesourcery.com>
328
329         * read-rtl.c (read_quoted_string): Break if EOF.
330
331 2005-08-04  Andrew Pinski  <pinskia@physics.uc.edu>
332
333         * tree.h (fold_build1): Change to macro and call fold_build1_stat.
334         (fold_build2): Likewise.
335         (fold_build3): Likewise.
336         (fold_build1_stat): New function prototype.
337         (fold_build2_stat): Likewise.
338         (fold_build3_stat): Likewise.
339         * fold-const.c (fold_build1): Rename to ..
340         (fold_build1_stat): this.  Add MEM_STAT_DECL.  Pass the mem stats
341         through to build1_stat.
342         (fold_build2): Rename to ..
343         (fold_build2_stat): this.  Add MEM_STAT_DECL.  Pass the mem stats
344         through to build2_stat.
345         (fold_build3): Rename to ..
346         (fold_build3_stat): this.  Add MEM_STAT_DECL.  Pass the mem stats
347         through to build3_stat.
348
349 2005-08-04  David Edelsohn  <edelsohn@gnu.org>
350             Ian Lance Taylor  <ian@airs.com>
351
352         * function.c (assign_stack_local_1): Do not correct stack slot
353         address if allocation size is smaller than mode size.
354
355 2005-08-04  Diego Novillo  <dnovillo@redhat.com>
356
357         PR 22037
358         * tree-cfg.c (replace_uses_by): Call mark_new_vars_to_rename.
359         (tree_merge_blocks): Propagate anything allowed by
360         may_propagate_copy.
361         Clarify documentation.
362         * passes.c (execute_todo): If cleanup_tree_cfg invalidated the
363         SSA form, schedule an update if necessary.
364
365 2005-08-04  Gerald Pfeifer  <gerald@pfeifer.com>
366
367         * doc/install.texi (Binaries): Remove broken link to
368         Sinix/Reliant Unix binaries.
369
370 2005-08-03  Richard Henderson  <rth@redhat.com>
371
372         PR 23221
373         * function.c (stack_protect_epilogue): Export.
374         * tree.h (stack_protect_epilogue): Declare.
375         * calls.c (expand_call): Call it.
376
377 2005-08-03  Eric Christopher  <echristo@apple.com>
378
379         * gcc.c (LINK_SSP_SPEC): Add fstack-protector-all.
380         * config/darwin.h (LINK_COMMAND_SPEC): Add link_ssp
381         spec.
382
383 2005-08-04  Jan Hubicka  <jh@suse.cz>
384
385         * profile.c (branch_prob): Split edges with goto locus on them
386         to get proper line counts.
387         * tree-cfg.c (make_cond_expr_edges): Record user goto locuses, if any.
388
389 2005-08-03  Paul Brook  <paul@codesourcery.com>
390
391         * function.c (assign_parms): Round current_function_args_size
392         to PARM_BOUNDARY, not STACK_BOUNDARY.
393
394 2005-08-03  Geoffrey Keating  <geoffk@apple.com>
395
396         * config/i386/i386.c (x86_elf_aligned_common)
397         (x86_output_aligned_bss): Don't try to use symbols that aren't defined.
398
399 2005-08-03  Zdenek Dvorak  <dvorakz@suse.cz>
400
401         PR tree-optimization/23157
402         * tree-scalar-evolution.c (scev_const_prop): Unshare trees
403         before emitting them.
404
405 2005-08-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
406
407         PR tree-optimization/19899
408         * Makefile.in (tree-scalar-evolution.o): Add real.h.
409         * tree-scalar-evolution.c: Include real.h.
410         (add_to_evolution): Build constant -1 of correct type.
411
412 2005-08-03  Jan Hubicka  <jh@suse.cz>
413
414         * cfgloop.h (DLTHE_FLAG_COMPLETTE_PEEL): New flag.
415         * cfgloopmanip.c (duplicate_loop_to_header_edge): Special case
416         profile updating for complette unrolling.
417         * loop-unroll.c (peel_loop_completely): Use it.
418         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
419         (tree_unroll_loops_completely): Disable code growing unrolling of cold
420         loops.
421
422 2005-08-03  Paul Brook  <paul@codesourcery.com>
423
424         * combine.c (can_change_dest_mode): New function.
425         (try_combine, simplify_set): Use it.
426
427 2005-08-03  Eric Botcazou  <ebotcazou@adacore.com>
428
429         * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Only force
430         TFmode to BLKmode.
431
432 2005-08-03  Gerald Pfeifer  <gerald@pfeifer.com>
433
434         * doc/install.texi (Specific): Adjust link to openavr.org.
435         (Specific): Remove broken reference to GCC 2.8.1 for OS/2.
436         (Binaries): Adjust HP-UX Porting Center link.
437         (Binaries): Adjust Free Software Foundation ordering link.
438
439 2005-08-03  Andrew Pinski  <pinskia@physics.uc.edu>
440
441         * convert.c (convert_to_integer): Use fold_build1 instead of
442         build1 when converting an integer to an integer.
443
444 2005-08-02  Richard Henderson  <rth@redhat.com>
445
446         * combine.c (combine_instructions): Don't use reg_equal/equiv
447         results if the mode doesn't match.
448
449 2005-08-02  Mark Mitchell  <mark@codesourcery.com>
450
451         * config/i386/t-mingw32 (NATIVE_SYSTEM_HEADER_DIR): Set it.
452         * doc/fragments.texi (NATIVE_SYSTEM_HEADER_DIR): Document it.
453
454 2005-08-02  Richard Henderson  <rth@redhat.com>
455
456         PR 23196
457         * explow.c (memory_address): Remove special-case for
458         virtual_stack_vars_rtx and virtual_incoming_args_rtx.
459
460 2005-08-02  Diego Novillo  <dnovillo@redhat.com>
461
462         PR 23164
463         * tree-cfgcleanup.c (cleanup_tree_cfg): Do not limit the
464         number of calls to cleanup_tree_cfg_1.
465
466 2005-08-02  Martin Reinecke  <martin@mpa-garching.mpg.de>
467
468         * doc/invoke.texi: document file extensions .F90 and .F95
469
470 2005-08-02  Richard Guenther  <rguenther@suse.de>
471
472         * fold-const.c (tree_expr_nonnegative_p): frexp(x, &e) is
473         positive if its first argument is positive.
474
475 2005-08-02  Richard Guenther  <rguenther@suse.de>
476
477         PR tree-optimization/23177
478         * tree-ssa-operands.c (get_tmr_operands): Use get_expr_operands
479         on TMR_TAG.
480
481 2005-08-02  James A. Morrison  <phython@gcc.gnu.org>
482
483         PR tree-optimization/23129
484         * tree-vrp.c (extract_range_from_binary_expr): Set value range to
485         varying for divisions with anti-ranges.
486
487 2005-08-02  Jan Hubicka  <jh@suse.cz>
488
489         * tree-ssa-dom.c (thread_across_edge): Remove updating here.
490         * tree-ssa-threadupdate.c (thread_block): Add it here.
491
492 2005-08-01  James E Wilson  <wilson@specifix.com>
493
494         * config/mips/mips.c (mips_encode_section_info, mips_attribute_table,
495         TARGET_ENCODE_SECTION_INFO, TARGET_ATTRIBUTE_TABLE): New.
496         * config/mips/mips.h (SYMBOL_FLAG_LONG_CALL, SYMBOL_REF_LONG_CALL_P):
497         New.
498         * config/mips/predicates.md (const_call_insn_operand): Add check for
499         SYMBOL_REF_LONG_CALL_P.
500         * doc/extend.texi (long_call): Document the new attribute.
501
502 2005-08-01  Ian Lance Taylor  <ian@airs.com>
503             Richard Henderson  <rth@redhat.com>
504
505         * Makefile.in (RTL_BASE_H): Add real.h.
506         * real.h (REAL_VALUE_FROM_CONST_DOUBLE): Use structure copy
507         instead of memcpy.
508         * emit-rtl.c (const_double_from_real_value): Likewise; use rtx.u.rv
509         directly.
510         * rtl.c (rtl_check_failed_code_mode): New.
511         * rtl.h (struct rtx_def): Add u.rv.
512         (XCMWINT, XCNMPRV): New.
513         (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH): Use XCMWINT.
514         (CONST_DOUBLE_REAL_VALUE): Use XCNMPRV; constify.
515
516 2005-08-01  Richard Henderson  <rth@redhat.com>
517
518         * dwarf2out.c (mem_loc_descriptor): Use XEXP, not SUBREG_REG,
519         with auto-inc codes.
520
521         * config/alpha/predicates.md (and_operand): Test mode of CONST_DOUBLE.
522
523 2005-08-01  Jan Hubicka  <jh@suse.cz>
524
525         * i386-protos.h (asm_preferred_eh_data_format): Declare.
526         * i386.c: Include dwarf2.h
527         (asm_preferred_eh_data_format): New.
528         * i386.h (ASM_PREFERRED_EH_DATA_FORMAT): Move offline.
529
530 2005-08-01  Ian Lance Taylor  <ian@airs.com>
531
532         * config/host-linux.c (linux_gt_pch_get_address): Add new name
533         randomize_va_space for virtual address randomization control.
534
535 2005-08-01  Steven Bosscher  <stevenb@suse.de>
536
537         * common.opt (flag_ipa_cp): Put in right place to maintain
538         alphabetic sort.
539
540 2005-08-01  Jan Hubicka  <jh@suse.cz>
541
542         * profile.c (compute_value_histograms): Fix thinko.
543         * value-prof.c: Include toplev.h
544         (check_counter): New function.
545         (tree_divmod_fixed_value_transform, tree_mod_pow2_value_transform,
546         tree_mod_subtract_transform): Add sanity check.
547
548 2005-08-01  Richard Guenther  <rguenther@suse.de>
549
550         PR tree-optimization/23133
551         * tree-ssa-math-opts.c (execute_cse_reciprocals): Walk
552         current functions parameter decls to find defs to cse
553         reciprocals of.
554
555 2005-08-01  Richard Guenther  <rguenther@suse.de>
556
557         PR tree-optimization/23109
558         * tree-ssa-math-opts.c (execute_cse_reciprocals_1):
559         If trapping math is in effect, use post-dominator information
560         to check if we'd in any case reach a trapping point before
561         doing the reciprocal insertion.
562         (execute_cse_reciprocals): Compute post-dominators, if necessary.
563         * tree-ssa-loop-im.c (determine_invariantness_stmt): RDIV
564         expressions are invariant only if trapping math is not in effect.
565
566 2005-08-01  Razya Ladelsky  <razya@il.ibm.com>
567
568         * cgraph.h (update_call_expr, cgraph_copy_node_for_versioning,
569         cgraph_function_versioning): New declarations.
570         * cgraphunit.c: Add include to ipa-prop.h.
571         (update_call_expr, cgraph_copy_node_for_versioning,
572         cgraph_function_versioning): New functions.
573         * integrate.c (copy_decl_for_inlining): Remove.
574         * ipa-prop.h (ipa_replace_map): New struct.
575         (struct ipa_node): Add ipcp_orig_node, count_scale, new fields.
576         * ipa-cp.c (ipcp_method_orig_node, ipcp_method_is_cloned,
577         ipcp_method_set_orig_node, ipcp_cloned_create, ipcp_method_get_scale,
578         ipcp_method_set_scale, ipcp_method_compute_scale, ipcp_after_propagate,
579         ipcp_iterate_stage, ipcp_method_scale_print,
580         ipcp_profile_mt_count_print, ipcp_profile_cs_count_print,
581         ipcp_profile_edge_print, ipcp_profile_bb_print , ipcp_profile_print,
582         ipcp_replace_map_create, ipcp_redirect, ipcp_update_callgraph,
583         ipcp_update_bb_counts, ipcp_update_profiling,
584         ipcp_update_edges_counts): New functions.
585         (ipcp_method_cval_init): Remove restriction regarding local methods.
586         (ipcp_init_stage): Add ipcp_method_compute_scale.
587         (ipcp_insert_stage): Add versioning.
588         (ipcp_structures_print): Add ipcp_method_scale_print.
589         (ipcp_driver): Dump profiling info.
590         * Makefile.in: Remove integrate.h dependency from tree-inline.o.
591         Add ipa-prop.h dependency to tree-inline.o and cgraphunit.o.
592         * tree-inline.c: Remove include to integrate.h, Add include ipa-prop.h.
593         (struct inline_data): Add versioning_p, ipa_info, new fields.
594         (remap_decl, mark_local_for_remap_r, setup_one_parameter,
595         declare_return_variable): Replace calls to copy_decl_for_inlining with
596         copy_decl_for_dup.
597         (copy_body_r, copy_bb, copy_cfg_body, copy_tree_r, inlining_p): Add
598         versioning support.
599         (copy_decl_for_dup): Rename from copy_decl_for_inlining.
600         Add argument VERSIONING.
601         (copy_arguments_for_versioning, copy_static_chain,
602         function_versionable_p, tree_versionable_function_p,
603         tree_function_versioning, replace_ref_tree): New functions.
604         * tree-inline.h: Include varray.h.
605         (tree_versionable_function_p,  tree_function_versioning,
606         tree copy_decl_for_dup): New declarations.
607
608 2005-08-01  Razya Ladelsky  <razya@il.ibm.com>
609
610         * ipa-cp.c: New file. Contains IPCP specific functionality.
611         * ipa-prop.h: New file. Contains structures/definitions that can be
612         used by several interprocedural data flow optimizations (and also IPCP).
613         * ipa-prop.c: New file.
614         * Makefile.in: Add ipa-cp.c, ipa-prop.h, ipa-prop.c.
615         * common.opt: Add ipa-cp flag.
616         * timevar.def: Add IPCP optimization.
617         * tree-optimize.c (init_tree_optimization_passes): Schedule
618         pass_ipa_cp.
619         * tree-pass.h (pass_ipa_cp): Declare.
620
621 2005-08-01  Kazu Hirata  <kazu@codesourcery.com>
622
623         * dwarf2out.c, fold-const.c, ipa-type-escape.c,
624         loop-invariant.c, predict.c, predict.def, reload1.c, reorg.c,
625         tree-sra.c, config/arm/arm.c, config/crx/crx.c,
626         config/i386/i386.c, config/mips/mips.h,
627         config/rs6000/rs6000.h, config/sh/sh.c,
628         config/stormy16/stormy16.c: Fix comment typos.
629
630 2005-08-01  Joseph S. Myers  <joseph@codesourcery.com>
631
632         PR c/22311
633         * c-typeck.c (build_binary_op): Use common_type wrapper on
634         shortened types.
635         (common_type): Update comment.
636
637 2005-07-31  Steven Bosscher  <stevenb@suse.de>
638
639         PR target/23095
640         * common.opt (flag_gcse_after_reload): Don't initialize to 2.
641         (flag_rerun_cse_after_loop): Initialize this to 2 instead.
642         * postreload-gcse.c (hash_scan_set): Do not consider stack regs.
643
644 2005-07-31  Jan Hubicka  <jh@suse.cz>
645
646         * pretty-print.h (pp_widest_integer): New macro.
647         * tree-pretty-print.c (dump_bb_header): Print BB frequencies and
648         counts.
649
650 2005-07-31  Jan Hubicka  <jh@suse.cz>
651
652         * output.h (enum section_category): Export from varasm.c
653         (categorize_decl_for_section): Likewise.
654         * varasm.c (enum section_category): Kill.
655         (categorize_decl_for_section): Make global.
656         * i386-protos.h (x86_output_aligned_bss, x86_elf_aligned_common):
657         Declare.
658         * i386.c (ix86_section_threshold): New static variable.
659         (ix86_in_large_data_p, ix86_encode_section_info,
660         x86_64_elf_unique_section,
661         x86_64_elf_select_section): New functions.
662         (TARGET_ENCODE_SECTION_INFO): Define
663         (override_options): Enable medium model for PIC.
664         (ix86_expand_prologue): Expand gen_set_got_rex64.
665         (legitimate_constant_p): Handle new UNSPECs.
666         (legitimate_pic_address_disp_p): Likewise.
667         (legitimize_pic_address): Lower MEDIUM model addressing.
668         * i386.h (PIC_OFFSET_TABLE_REGNUM): Set for medium model PIC.
669         (enum cmodel): Add MEDIUM_PIC.
670         (SYMBOL_REF_FAR_ADDR_P): New macro.
671         (SYMBOL_FLAG_FAR_ADDR): New flag.
672         * i386.md (movdi): Support medium model.
673         (set_got_rex64): New pattern.
674         * i386.opt (mlarge-data-threshold): New flag.
675         * predicates.md (zext_operand/sext_operand): Deal with medium model.
676         * x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Use x86_output_aligned_bss.
677         (ASM_OUTPUT_ALIGNED_COMMON, TARGET_ASM_SELECT_SECTION,
678         TARGET_ASM_UNIQUE_SECTION): New.
679
680         * invoke.texi (-mlarge_data_threshold): Document
681
682 2005-07-31  Jan Hubicka  <jh@suse.cz>
683
684         * tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.
685         (coalesce_vars): Likewise.
686         * tree-ssa-live.c (coalesce_cost): New.
687         (build_tree_conflict_graph): Use coalesce_cost.
688         * tree-ssa-live.h (coalesce_cost): Declare.
689
690 2005-07-30  Richard Earnshaw  <richard.earnshaw@arm.com>
691
692         * arm.md (all peepholes for post-increment operations): Delete.
693         (strqi_preinc, strqi_predec, loadqi_preinc, loadqi_predec)
694         (loadqisi_preinc, loadqisi_predec, strsi_preinc, strsi_predec)
695         (loadsi_preinc, loadsi_predec, strqi_shiftpreinc, strqi_shiftpredec)
696         (loadqi_shiftpreinc, loadqi_shiftpredec, strsi_shiftpreinc)
697         (strsishift_predec, loadsi_shiftpreinc, loadsi_shiftpredec): Delete.
698
699 2005-07-30  James A. Morrison  <phython@gcc.gnu.org>
700
701         * fold-const.c (tree_expr_nonnegative_p): Always return true for
702         non-integral types.
703
704 2005-07-29  Wolfgang Bangerth <bangerth@dealii.org>
705
706         PR target/22582
707         * doc/invoke.texi: Document -rdynamic.
708
709 2005-07-30  Joseph S. Myers  <joseph@codesourcery.com>
710
711         PR c/23143
712         * c-parser.c (c_parser_parms_list_declarator): Call
713         mark_forward_parm_decls.
714         * c-decl.c (merge_decls): Only check DECL_IN_SYSTEM_HEADER for
715         decls with visibility structure.
716
717 2005-07-30  Paul Brook  <paul@codesourcery.com>
718
719         * config/arm/arm.c (arm_coproc_mem_operand): Fix inaccurate comment.
720
721 2005-07-30  Paul Brook  <paul@codesourcery.com>
722
723         * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
724         prototype.
725         * config/arm/arm.c (arm_canonicalize_comparison): Use correct limit
726         value for mode.
727         * config/arm/arm.h (CANONICALIZE_COMPARISON): Pass mode argument.
728
729 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
730
731         PR c/529
732         * c-decl.c (warn_if_shadowing): Don't check for PARM_DECL in
733         nested function declarators.
734         (pushdecl): Don't call warn_if_shadowing for PARM_DECL.
735         (grokparms): Call warn_if_shadowing for parameters used within the
736         parameter list.
737         (store_parm_decls_newstyle): Call warn_if_shadowing for parameters
738         not used within the parameter list.
739         (store_parm_decls_oldstyle): Call warn_if_shadowing for parameters.
740
741 2005-07-30  Jan Hubicka  <jh@suse.cz>
742
743         * expr.c (expand_expr_real_1): Do not load mem targets into register.
744         * i386.c (ix86_fixup_binary_operands): Likewise.
745         (ix86_expand_unary_operator): Likewise.
746         (ix86_expand_fp_absneg_operator): Likewise.
747         * optabs.c (expand_vec_cond_expr): Validate dest.
748
749 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
750
751         PR c/21720
752         * real.c (real_from_string): Also set last bit if there is a
753         nonzero hex digit beyond GCC's internal precision after ".".
754
755 2005-07-29  David Edelsohn  <edelsohn@gnu.org>
756
757         * config/rs6000/altivec.md: Convert UNSPEC numerical values to
758         define_constants.  Change duplicate values to unassigned numbers.
759         Change UNSPEC_SUBS to UNSPEC_VSUBS.
760         (*altivec_vspltsf): New.
761         (altivec_vperm_v4sf): Delete.
762         (altivec_vperm_<mode>): Use mode macro V.
763         (altivec_vsldoi_<mode>): Convert to mode macro pattern.
764         (altivec_predicate_v4sf): Delete.
765         (altivec_predicate_<mode>): Use mode macro V.
766         (*altivec_lvesfx): New.
767         (*altivec_stvesfx): New.
768         (vec_realign_load_v4sf): Delete.
769         (vec_realign_load_<mode>): Use mode macro V.
770         * config/rs6000/rs6000.c (generate_set_vrsave): Use
771         UNSPECV_SET_VRSAVE.
772
773 2005-07-29  Mark Mitchell  <mark@codesourcery.com>
774
775         PR bootstrap/23131
776         * configure.ac (SYSTEM_HEADER_DIR): Avoid setting to empty
777         string.
778         * configure: Regenerated.
779
780 2005-07-29  Paul Brook  <paul@codesourcery.com>
781
782         * doc/install.texi: Add link to GFortran binaries wiki page.
783
784 2005-07-29  David Ung  <davidu@mips.com>
785
786         * config/mips/mips.c (mips_cpu_info_table): Add 5kf to the table.
787         (mips_rtx_cost_data): Add costs for 5kc and 5kf.
788         * config/mips/mips.h (processor_type): Add PROCESSOR_5KF.
789         * config/mips/mips.md (cpu): Add 5kf name.
790         (includes): Includes 5k.md.
791         * config/mips/5k.md: New DFA pipeline for the 5kc/5kf.
792         * doc/invoke.texi (MIPS Options): Updated cpu name supported with
793         -march flag.
794
795 2005-07-29  Diego Novillo  <dnovillo@redhat.com>
796
797         PR 22550
798         * tree-cfgcleanup.c (cleanup_tree_cfg_1): Extract from ...
799         (cleanup_tree_cfg): ... here.
800         Call cleanup_tree_cfg_1 until there are no more cleanups to
801         do.
802
803 2005-07-29  James A. Morrison  <phython@gcc.gnu.org>
804
805         * tree-vrp.c (compare_range_with_value): Return true or false
806         for ~[VAL_1, VAL_2] OP VAL if VAL_1 <= VAL <= VAL_2 for NE_EXPR and
807         EQ_EXPR respectively.
808
809 2005-07-29  Kazu Hirata  <kazu@codesourcery.com>
810
811         * cfg.c, tree-complex.c, config/frv/frv.c, config/i386/i386.c:
812         Fix comment typos.
813
814 2005-07-29  Diego Novillo  <dnovillo@redhat.com>
815
816         * tree-ssa-dom.c (struct opt_stats_d): Add field num_iterations.
817         (tree_ssa_dominator_optimize): Increment it.
818         (dump_dominator_optimization_stats): Print it.
819
820 2005-07-29  Richard Earnshaw  <richard.earnshaw@arm.com>
821             Steven Bosscher  <stevenb@suse.de>
822
823         PR rtl-optimization/23117
824         * sched-rgn.c (add_branch_dependences): Handle COND_EXEC correctly
825         when head == tail.  Tidy comment.
826
827 2005-07-28  Richard Henderson  <rth@redhat.com>
828
829         * cse.c (exp_equiv_p): Special case CONST_DOUBLE.
830         * cselib.c (rtx_equal_for_cselib_p): Likewise.
831         * jump.c (rtx_renumbered_equal_p): Likewise.
832         * loop.c (rtx_equal_for_loop_p): Tidy and special case PC, CC0,
833         CONST_INT and CONST_DOUBLE.
834         (rtx_equal_for_prefetch_p): Likewise, plus LABEL_REF.
835         * reload.c (operands_match_p): Special case CONST_INT and
836         CONST_DOUBLE; check mode earlier.
837
838 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
839
840         PR c/22240
841         * c-typeck.c (convert_for_assignment): Do not check
842         DECL_IN_SYSTEM_HEADER on NULL fundecl.
843
844 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
845
846         PR c/22192
847         * c-typeck.c (composite_type): Prefer constant size arrays to
848         VLAs.
849
850 2005-07-29  Joseph S. Myers  <joseph@codesourcery.com>
851
852         PR c/21720
853         * real.c (real_from_string): Set last bit if there is a nonzero
854         hex digit beyond GCC's internal precision.
855
856 2005-07-28  Richard Henderson  <rth@redhat.com>
857
858         PR rtl-opt/22619
859         * cfgcleanup.c (try_forward_edges): Watch out for end of
860         insn chain.
861
862 2005-07-28  James E Wilson  <wilson@specifixinc.com>
863
864         PR c/23106
865         * doc/invoke.texi (Wstrict-aliasing=2): Fix misleading wording.
866
867 2005-07-28  Jan Hubicka  <jh@suse.cz>
868
869         * Makefile.in (rtl-profile.o): Kill all traces of it.
870         * common.opt (fspeculative-prefetching, ftree-based-profiling): Kill.
871         * coverage.h (rtl_coverage_counter_ref): Kill.
872         * opts.c (flag_speculative_prefetching_set): Kill.
873         (flag_loop_optimize_set): New.
874         (common_handle_option): Disable loop optimizer when profiling;
875         do not handle speculative prefetching.
876         * passes.c (init_optimization_passes): Replace pass_profiling combo
877         by branch_prob pass.
878         * profile.c (compute_value_histograms): Update for simplified value
879         profiles.
880         (rtl_register_profile_hooks): Kill.
881         (pass_profiling): Kill.
882         (rest_of_handle_branch_prob): Do not profile.
883         * toplev.c (process_options): Remove speculative prefetching.
884         * toplev.h (flag_tree_based_profiling): Kill.
885         * tree-profile.c (prepare_instrumented_value,
886         tree_gen_interval_profiler, tree_gen_pow2_profiler,
887         tree_gen_one_value_profiler, do_tree_profiling): Update for
888         simplified datastructures.
889         * value-prof.c: Add comment that speculative prefetching was dropped;
890         update rest of file for simplified datastructures.
891         (NOPREFETCH_RANGE_MIN, NOPREFETCH_RANGE_MAX,
892         rtl_divmod_values_to_profile, insn_prefetch_values_to_profile,
893         find_mem_reference_1, find_mem_reference_2, find_mem_reference,
894         rtl_values_to_profile, rtl_divmod_fixed_value, rtl_mod_pow2,
895         rtl_mod_subtract, gen_speculative_prefetch,
896         rtl_divmod_fixed_value_transform, rtl_mod_pow2_value_transform,
897         rtl_mod_subtract_transform, speculative_prefetching_transform): Kill.
898         (gate_handle_value_profile_transformations,
899         rest_of_handle_value_profile_transformations,
900         pass_value_profile_transformations): Kill.
901         * value-prof.h (histogram_value_t): Remove IL based unions.
902         (rtl_register_value_prof_hooks, rtl_register_profile_hooks,
903         rtl_profile_hooks): Remove hooks.
904
905         * invoke.texi (-ftree-based-profiling, -fspeculative-prefetching): Kill.
906
907         * cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.
908         (cgraph_clone_node): Likewise.
909         * cgraph.h (cgraph_clone_edge): Update prototype.
910         (cgraph_clone_node): Likewise.
911         * ipa-inline.c (cgraph_clone_inlined_nodes): Update call of
912         cgraph_clone_node.
913         (lookup_recursive_calls): Consider profile.
914         (cgraph_decide_recursive_inlining): Fix updating; use new
915         probability argument; use profile.
916         * params.def (PARAM_MIN_INLINE_RECURSIVE_PROBABILITY): New.
917         * tree-inline.c (copy_bb): Update clal of clone_edge.
918         * tree-optimize.c (tree_rest_of_compilation): UPdate cal of clone_node.
919
920         * invoke.texi (min-inline-recursive-probability): Document.
921
922 2005-07-28  Gerald Pfeifer  <gerald@pfeifer.com>
923
924         * doc/install.texi (Configuration): Update Valgrind homepage.
925
926 2005-07-28  Richard Henderson  <rth@redhat.com>
927
928         PR middle-end/21362
929         * cfgrtl.c (rtl_merge_blocks): Call maybe_remove_eh_handler on
930         labels we want to delete.
931         (cfg_layout_merge_blocks): Likewise.
932
933 2005-07-28  Richard Henderson  <rth@redhat.com>
934
935         PR target/17692
936         * config/i386/i386.c (ix86_split_sse_movcc): Emit DELETED note
937         when expanding to nothing.
938
939 2005-07-28  Josh Conner  <jconner@apple.com>
940
941         * ipa-inline.c (update_caller_keys): Fix estimated_growth caching.
942         (cgraph_decide_inlining_of_small_functions): Likewise.
943
944 2005-07-28  Josh Conner  <jconner@apple.com>
945
946         * ipa-inline.c (cgraph_edge_badness): Update comments.  Invert shift
947         direction of badness if negative.
948         (cgraph_default_inline_p): Add reason to parameters, and assign it
949         a value.
950         (cgraph_decide_inlining_of_small_functions): New parameter in call
951         to cgraph_default_inline_p.
952         (cgraph_decide_inlining_incrementally): Likewise.
953         * cgraphunit.c (decide_is_function_needed): Likewise.
954         * cgraph.h (cgraph_default_inline_p): Likewise.
955
956 2005-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
957
958         * builtins.c: Fix comment typo(s).
959         * genautomata.c: Likewise.
960         * gimplify.c: Likewise.
961         * tree-dfa.c: Likewise.
962         * tree-flow-inline.h: Likewise.
963         * tree-into-ssa.c: Likewise.
964         * tree-ssa-alias.c: Likewise.
965         * tree-ssa-ccp.c: Likewise.
966         * tree-ssa-copy.c: Likewise.
967         * tree-ssa-dce.c: Likewise.
968         * tree-ssa-dom.c: Likewise.
969         * tree-ssa-operands.c: Likewise.
970         * tree-tailcall.c: Likewise.
971         * tree-vectorizer.c: Likewise.
972         * tree-vrp.c: Likewise.
973         * tree.c: Likewise.
974
975 2005-07-28  Jeff Law  <law@redhat.com>
976
977         * tree-vrp.c (test_for_singularity): Extracted from  ...
978         (simplify_cond_using_ranges): Attempt to simplify a relational
979         test to NE_EXPR.  Dump information when a COND_EXPR is simplified.
980
981 2005-07-28  Dorit Nuzman  <dorit@il.ibm.com>
982
983         PR tree-optimization/22506
984         * tree-vectorizer.c (update_phi_nodes_for_guard2): Skip loop-closed
985         phis whose argument is constant.
986
987 2005-07-28  J"orn Rennecke <joern.rennecke@st.com>
988
989         PR rtl-optimization/18992
990         Back out this patch:
991           2003-10-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
992           PR optimization/12142
993           * cse.c (count_reg_usage): In a SET with a REG SET_DEST, count the
994           uses of the register in the SET_SRC.  Remove unnecessary argument.
995
996         Replace it with this:
997         * cse.c (count_reg_usage): In INSN, JUMP_INSN and CALL_INSN cases,
998         if flag_non_call_exceptions is set and the insn may trap, pass
999         pc_rtx as dest for recursion.
1000         In SET_SRC part of SET case, if dest is already set, pass it down
1001         unchanged.
1002
1003 2005-07-28  Jan Hubicka  <jh@suse.cz>
1004
1005         * cfg.c (update_bb_profile_for_threading): Use RDIV.
1006         (scale_bbs_frequencies_int): Likewise, assert for possible overflow.
1007         (scale_bbs_frequencies_gcov_type): Be more curefull about overflows and
1008         roundoff errors.
1009         * tree-cfg.c (tree_duplicate_sese_region): Use counts for updating
1010         profile when available.
1011
1012 2005-07-28  Jan Beulich <jbeulich@novell.com>
1013
1014         * config/ia64/ia64.c (ia64_load_pair_ok): New.
1015         (ia64_print_operand): Describe and handle 'X'.
1016         (ia64_register_move_cost): Also handle FP_REGS.
1017         (ia64_preferred_reload_class): Likewise.
1018         (ia64_secondary_reload_class): Likewise.
1019         (ia64_dependencies_evaluation_hook): New local variable c. Initialize
1020         it. Also check for ITANIUM_CLASS_FLDP.
1021         * config/ia64/ia64.h (FP_REGNO_P): New.
1022         (HARD_REGNO_MODE_OK): Remove explusion of TImode.
1023         (reg_class): Add FP_REGS.
1024         (REG_CLASS_NAMES): Adjust for it.
1025         (REG_CLASS_CONTENTS): Likewise.
1026         (REGNO_REG_CLASS): Use FP_REGS where appropriate.
1027         (REG_CLASS_FROM_LETTER): Handle 'x'.
1028         (CLASS_MAX_NREGS): Handle FP_REGS.
1029         (MEMORY_MOVE_COST): Likewise.
1030         * config/ia64/ia64.md (itanium_class): Add fldp.
1031         (type): Handle fldp.
1032         (movti_internal): More allowable operand combinations. Use ldfp8 when
1033         splitting unnecessary. Remove predicable attribute. Adjust
1034         itanium_class attribute.
1035         (smuldi3_highpart): Remove outdated comment.
1036         (mulditi3, umulditi3, rotlti3): New expanders.
1037         (addti3, subti3, mulditi3_internal, umulditi3_internal, negti2, rotlti3_internal): New insns.
1038         (absti2): Disabled new insn for future reference.
1039         Respective new splitters.
1040         * config/ia64/itanium1.md (1_fldp, 1b_fldp): New insn reservations.
1041         * config/ia64/itanium2.md (2_fldp, 2b_fldp): Likewise.
1042         * config/ia64/ia64-protos.h (ia64_load_pair_ok): New.
1043
1044 2005-07-25  James A. Morrison  <phython@gcc.gnu.org>
1045
1046         PR rtl-optimization/23047
1047         * simplify-rtx.c (simplify_const_relational_operation): Respect
1048         flag_wrapv for comparisons with ABS.
1049
1050 2005-07-27  James A. Morrison  <phython@gcc.gnu.org>
1051
1052         PR tree-optimization/22493
1053         * tree-vrp.c (extract_range_from_unary_expr): Deal with -fwrapv and
1054         VR_ANTI_RANGEs properly for NEGATE_EXPRs and ABS_EXPRs.
1055
1056 2005-07-27  Aldy Hernandez  <aldyh@redhat.com>
1057
1058         * config/frv/frv.opt (moptimize-membar): New.
1059
1060         * doc/invoke.texi: Document -moptimize-membar and its inverse.
1061
1062         * config/frv/frv.h: Remove machine_function definition.
1063
1064         * config/frv/frv.c (struct frv_io): New.
1065         (struct machine_function): Moved from frv.h.  Add has_membar_p.
1066         (frv_same_doubleword_p, frv_io_fixed_order_p, frv_io_union)
1067         (frv_extract_membar, frv_io_check_address, frv_io_handle_set)
1068         (frv_io_handle_use_1, frv_io_handle_use, frv_optimize_membar_local)
1069         (frv_optimize_membar_global, frv_optimize_membar): New functions.
1070         (frv_reorg): Call frv_optimize_membar when appropriate.
1071         (bdesc_loads, bdesc_stores): Use the membar code as the icode field.
1072         (frv_expand_builtin): Adjust calls accordingly.
1073         (frv_io_address_cookie): New function.
1074         (frv_expand_load_builtin, frv_expand_store_builtin): Emit a normal
1075         load or store rather than a special insn.  Add ccnstant address and
1076         io-type operands to the membar.
1077         (frv_ifcvt_modify_tests): Unsign regno.
1078         (frv_ifcvt_modify_tests): Same.
1079
1080         * config/frv/frv.md: Remove UNSPEC_BUILTIN_{LOAD,STORE}.  Change
1081         UNSPEC_OPTIONAL_MEMBAR constant.
1082         (builtin_read_<mode>): Delete.
1083         (builtin_write_<mode>): Delete.
1084         ("optional_membar_<mode>"): Add operand.
1085
1086         * testsuite/gcc.target/frv/all-builtin-read8.c: Delete.
1087         * testsuite/gcc.target/frv/all-builtin-read16.c: Delete.
1088         * testsuite/gcc.target/frv/all-builtin-read32.c: Delete.
1089         * testsuite/gcc.target/frv/all-builtin-read64.c: Delete.
1090         * testsuite/gcc.target/frv/all-builtin-write8.c: Delete.
1091         * testsuite/gcc.target/frv/all-builtin-write16.c: Delete.
1092         * testsuite/gcc.target/frv/all-builtin-write32.c: Delete.
1093         * testsuite/gcc.target/frv/all-builtin-write64.c: Delete.
1094         * testsuite/gcc.target/frv/all-read-write-1.c: New.
1095
1096 2005-07-28  Kaz Kojima  <kkojima@gcc.gnu.org>
1097
1098         * df.c (df_uses_record): Handle SCRATCH.
1099
1100 2005-07-28  Steven Bosscher  <stevenb@suse.de>
1101
1102         PR debug/20161
1103         * passes.c (rest_of_decl_compilation): If decl is a type and
1104         we have encountered errors, don't emit debug information.
1105
1106 2005-07-27  Kenneth Zadeck <zadeck@naturalbridge.com>
1107
1108         * params.def: Fixed comment.
1109
1110 2005-07-27  Bjoern Haase  <bjoern.m.haase@web.de>
1111
1112         PR target/19885
1113         * config/avr/avr.c (TARGET_ASM_ALIGNED_SI_OP): Add.
1114         (TARGET_ASM_UNALIGNED_HI_OP): Add.
1115         (TARGET_ASM_UNALIGNED_SI_OP): Add.
1116
1117 2005-07-27  Steven Bosscher  <stevenb@suse.de>
1118
1119         PR c++/22003
1120         * varasm.c (assemble_start_function): Don't do anything that may
1121         require a CFG if the current function is a thunk.
1122
1123 2005-07-25  Geoffrey Keating  <geoffk@apple.com>
1124
1125         * doc/install.texi (Prerequisites): Mention that perl is needed
1126         to do export control in libstdc++ targetting Darwin.
1127
1128 2005-07-27  Steven Bosscher  <stevenb@suse.de>
1129
1130         PR rtl-optimization/17808
1131         * sched-deps.c (sched_get_condition): Enable #if 0'ed code.
1132         (sched_insns_conditions_mutex_p): Split out from...
1133         (add_dependence): ...here.  But don't call it from here.
1134         (add_dependence_list): Check sched_insns_conditions_mutex_p
1135         before calling add_dependence.
1136         (add_dependence_list_and_free): Likewise.
1137         (fixup_sched_groups): Likewise.
1138         (sched_analyze_1): Likewise.
1139         (sched_analyze_2): Likewise (and replace a "0" with REG_DEP_TRUE).
1140         (sched_analyze): Likewise.
1141         (sched_analyze_insn): Likewise.
1142         * sched-ebb.c (add_deps_for_risky_insns): Likewise.
1143         * sched-rgn.c (add_branch_dependences): Likewise.  Also, add
1144         dependencies on all COND_EXEC insns to jumps ending basic blocks
1145         when doing intrablock scheduling.
1146         * sched-int.h (sched_insns_conditions_mutex_p): Add prototype.
1147
1148 2005-07-27  Jeff Law  <law@redhat.com>
1149
1150         * tree-vrp.c (vrp_meet): Intersect the equivalency sets when
1151         meeting a VR_ANTI_RANGE with a VR_RANGE.  When intersecting
1152         equivalency sets, correctly handle the case were vr0 has an
1153         equivalency set, but vr1 does not.
1154
1155 2005-07-27  Dorit Nuzman  <dorit@il.ibm.com>
1156
1157         PR tree-optimization/23073
1158         * tree-vect-analyze.c (vect_analyze_data_refs_alignment): Call
1159         vect_print_dump_info before fprintf.
1160
1161 2005-07-27  Zdenek Dvorak  <dvorakz@suse.cz>
1162
1163         PR tree-optimize/22348
1164         * tree-ssa-loop-niter.c (number_of_iterations_cond):
1165         Fold the partial computation.
1166
1167 2005-07-27  Zdenek Dvorak  <dvorakz@suse.cz>
1168
1169         PR tree-optimization/22325
1170         * tree-flow.h (compute_phi_arg_on_exit, force_expr_to_var_cost):
1171         Declare.
1172         * tree-scalar-evolution.c (scev_const_prop): Add generic final
1173         value replacement.
1174         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Split from ...
1175         (force_var_cost): ... this function.
1176         (compute_phi_arg_on_exit): Export.
1177
1178 2005-07-27  Zdenek Dvorak  <dvorakz@suse.cz>
1179
1180         PR tree-optimization/20773
1181         * tree-ssa-loop-ch.c (copy_loop_headers): Select the correct latch
1182         edge.
1183
1184 2005-07-27  Richard Guenther  <rguenther@suse.de>
1185
1186         * tree-ssa-structalias.c (push_fields_onto_fieldstack):
1187         Avoid pushing again if current struct contains only
1188         fields we decomposed.
1189
1190 2005-07-27  Jan Hubicka  <jh@suse.cz>
1191
1192         PR tree-optimization/22574
1193         * cgraph.c (cgraph_function_body_availability): Unanalyzed bodies are
1194         not available.
1195
1196         * tree-tailcall.c (decrease_profile): New function.
1197         (eliminate_tail_call): Use it.
1198
1199         * cgraphunit.c (cgraph_function_and_variable_visibility): Set
1200         visibility flags correctly in whole program mode.
1201
1202 2005-07-26  Steve Ellcey  <sje@cup.hp.com>
1203
1204         PR rtl-optimization/22472
1205         * config/pa/pa.h (HARD_REGNO_RENAME_OK): Define.
1206
1207 2005-07-26  Steven Bosscher  <stevenb@suse.de>
1208
1209         PR tree-optimization/22504
1210         * tree-complex.c (expand_complex_addition): Use 'code' instead
1211         of MINUS_EXPR for (VARYING, ONLY_IMAG) and (ONLY_IMAG, VARYING).
1212
1213 2005-07-26  Aldy Hernandez  <aldyh@redhat.com>
1214
1215         * config.gcc (cpu_type): Add frv case.
1216         (with_cpu): Add frv400-*-*linux* and frv550-*-*linux* cases.
1217         (supported_defaults): Add fr550 case.
1218
1219 2005-07-26  Diego Novillo  <dnovillo@redhat.com>
1220
1221         PR 22591
1222         * tree-ssa-alias.c (may_alias_p): Remove shortcut that tests
1223         whether a pointer of type T * may point to objects of type T *.
1224
1225 2005-07-26  DJ Delorie  <dj@redhat.com>
1226
1227         * configure: Regenerate.
1228
1229 2005-07-26  Dale Johannesen  <dalej@apple.com>
1230
1231         * postreload-gcse.c (alloc_mem):  Start CUID numbering at 1.
1232
1233 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
1234
1235         * doc/install.texi (--with-build-sysroot): Fix grammatical error.
1236         Clarify use of "build" in name.
1237
1238 2005-07-26  Aldy Hernandez  <aldyh@redhat.com>
1239
1240         * doc/extend.texi (Raw read/write Functions): New section.
1241         * testsuite/gcc.target/frv/all-builtin-read8.c: New.
1242         * testsuite/gcc.target/frv/all-builtin-read16.c: New.
1243         * testsuite/gcc.target/frv/all-builtin-read32.c: New.
1244         * testsuite/gcc.target/frv/all-builtin-read64.c: New.
1245         * testsuite/gcc.target/frv/all-builtin-write8.c: New.
1246         * testsuite/gcc.target/frv/all-builtin-write16.c: New.
1247         * testsuite/gcc.target/frv/all-builtin-write32.c: New.
1248         * testsuite/gcc.target/frv/all-builtin-write64.c: New.
1249         * config/frv/frv.c: Add bdesc_loads global.
1250         Add bdesc_stores global.
1251         (frv_init_builtins): Add support for __builtin_{read/write}*.
1252         (frv_volatile_memref): New.
1253         (frv_expand_load_builtin): New.
1254         (frv_expand_store_builtin): New.
1255         * config/frv/frv.h (frv_builtins): Add FRV_BUILTIN_SCAN,
1256         FRV_BUILTIN_READ8, FRV_BUILTIN_READ16, FRV_BUILTIN_READ32,
1257         FRV_BUILTIN_READ64, FRV_BUILTIN_WRITE8, FRV_BUILTIN_WRITE16,
1258         FRV_BUILTIN_WRITE32, FRV_BUILTIN_WRITE64.
1259         * config/frv/frv.md (unspecs): Add UNSPEC_BUILTIN_LOAD,
1260         UNSPEC_BUILTIN_STORE, UNSPEC_OPTIONAL_MEMBAR.
1261         (builtin_read_<mode>): New.
1262         (builtin_write_<mode>): New.
1263         (builtin_write64): New.
1264         (optional_membar_<mode>): New.
1265
1266 2005-07-26  J"orn Rennecke <joern.rennecke@st.com>
1267
1268         * emit-rtl.c (gen_lowpart_common): Compare size of MODE in bits
1269         (rather than units) against HOST_BITS_PER_WIDE_INT.
1270
1271 2005-07-26  Kazu Hirata  <kazu@codesourcery.com>
1272
1273         * ipa-pure-const.c, ipa-reference.c, ipa-reference.h,
1274         ipa-type-escape.c, ipa-type-escape.h, ipa-utils.c,
1275         ipa-utils.h, treestruct.def, config/crx/crx-protos.h,
1276         config/crx/crx.c, config/crx/crx.h, config/crx/crx.md: Update
1277         FSF address.
1278
1279         * calls.c, fold-const.c, ipa-reference.c, ipa-type-escape.c,
1280         tree-ssa-reassoc.c, tree-ssa-structalias.c, vec.h,
1281         config/crx/crx.c, config/m32c/m32c.c, config/m32c/m32c.h: Fix
1282         comment typos.
1283         * doc/c-tree.texi, doc/tree-ssa.texi: Fix typos.
1284
1285 2005-07-26  Richard Guenther  <rguenther@suse.de>
1286
1287         PR tree-optimization/22486
1288         * fold-const.c (fold_unary): Fold away useless component
1289         references of the form (T *)&T.x, if the address
1290         doesn't change.
1291
1292 2005-07-25  James E Wilson  <wilson@specifixinc.com>
1293
1294         * dwarf2out.c (add_call_src_coords_attributes): New.
1295         (gen_inlined_subroutine_die): Call it.
1296         (maybe_emit_file, init_file_table): Add comments.
1297         (prune_unused_types_walk_attribs): Pass DW_AT_call_file through
1298         maybe_emit_file.
1299         * tree-inline.c (remap_block): Copy BLOCK_SOURCE_LOCATION.
1300         (expand_call_inline): Set BLOCK_SOURCE_LOCATION.
1301         * tree.h (BLOCK_SOURCE_LOCATION): New.
1302         (struct tree_block): New field locus.
1303
1304 2005-07-26  Andreas Schwab  <schwab@suse.de>
1305
1306         PR rtl-optimization/23043
1307         * postreload-gcse.c (eliminate_partially_redundant_load): Fix typo
1308         when allocating a struct unoccr.
1309
1310 2005-07-25  Richard Henderson  <rth@redhat.com>
1311
1312         PR 22626
1313         * tree-complex.c (gate_no_optimization): True if errors.
1314         * Makefile.in (tree-complex.o): Update dependencies.
1315
1316 2005-07-25  Aldy Hernandez  <aldyh@redhat.com>
1317
1318         * config/frv/predicates.md (integer_register_operand): Use
1319         GPR_AP_OR_PSEUDO_P.
1320
1321 2005-07-25  Andrew Pinski  <pinskia@physics.uc.edu>
1322
1323         PR tree-opt/22484
1324         * tree-ssa-ccp.c (fold_stmt_inplace): Strip useless type conversions
1325         after fold.
1326         * tree-ssa-propagate.c (set_rhs): Reject invalid conditional operands.
1327
1328 2005-07-25  Andrew Pinski  <pinskia@physics.uc.edu>
1329
1330         * tree-ssa-reassoc.c (reassociate_expr): Allow scaler floating point
1331         types when flag_unsafe_math_optimizations is true.
1332
1333 2005-07-25  Mark Mitchell  <mark@codesourcery.com>
1334
1335         * gcc.c (option_map): Add --sysroot.
1336         (process_command): Handle --sysroot.
1337         (display_help): Document it.
1338         * doc/cppopts.tex (-isysroot): Document.
1339         * doc/invoke.texi (--sysroot): Document.
1340         * doc/install.texi (--with-build-sysroot): Document.
1341
1342         * Makefile.in (inhibit_libc): New variable.
1343         (INHIBIT_LIBC_CFLAGS): Likewise.
1344         (LIBGCC2_CFLAGS): Include
1345         $(INHIBIT_LIBC_CFLAGS).
1346         (CRTSTUFF_CFLAGS): Include $(INHIBIT_LIBC_CFLAGS).
1347         ($(T)crtbegin.o): Do not use @inhibit_libc@.
1348         ($(T)crtend.o): Likewise.
1349         ($(T)crtbeginS.o): Do not use @inhibit_libc@.
1350         ($(T)crtendS.o): Likewise.
1351         ($(T)crtbeginT.o): Do not use @inhibit_libc@.
1352         ($(T)crtendT.o): Likewise.
1353         (stmp-fixinc): Do not complain about missing headers if
1354         inhibit_libc.
1355         * configure.ac (inhibit_libc): Set it to true/false.
1356         (--with-build-sysroot): New option.  Use it to set
1357         SYSTEM_HEADER_DIR.
1358         * configure: Regenerated.
1359
1360 2005-07-25  Manfred Hollstein  <mh@suse.com>
1361
1362         * calls.c (store_one_arg): Fix unsigned comparison warning.
1363
1364 2005-07-25  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
1365
1366         PR other/22337
1367         * ggc-zone.c (ggc_alloc_zone_stat): Do not use CHUNK_OVERHEAD.
1368         (ggc_print_statistics): Initialize variable before use.
1369
1370 2005-07-25  Richard Guenther  <rguenther@suse.de>
1371
1372         * tree-dfa.c (mark_new_vars_to_rename): Protect against
1373         calling with a PHI_NODE argument.
1374
1375         * tree-flow-inline.h (overlap_subvar): Protect against
1376         possible overflow.
1377
1378 2005-07-25  Paolo Bonzini  <bonzini@gnu.org>
1379
1380         * aclocal.m4 (gcc_AC_CHECK_TOOL): Add /bin to default directory.
1381         * configure: Regenerate.
1382
1383 2005-07-25  Ira Rosen  <irar@il.ibm.com>
1384
1385         * expr.c (highest_pow2_factor): Make extern.
1386         * tree-data-ref.c (ptr_decl_may_alias_p): New function.
1387         (ptr_ptr_may_alias_p, may_alias_p, record_ptr_differ_p,
1388         record_array_differ_p, array_ptr_differ_p): Likewise.
1389         (base_object_differ_p): Rename (from array_base_name_differ_p). Support
1390         additional cases. Call the above functions.
1391         (base_addr_differ_p): Moved from tree-vect-analyze.c. Call
1392         base_object_differ_p when there are two base objects. Otherwise, compare
1393         base address and offset. Call may_alias_p.
1394         (dump_data_reference): Use a correct field name.
1395         (analyze_array): Make static. Initialize new data-ref fields.
1396         (analyze_indirect_ref): New function.
1397         (init_data_ref): Initialize new data-ref fields.
1398         (strip_conversion): Moved from tree-vect-analyze.c.
1399         (analyze_offset_expr, get_ptr_offset, address_analysis,
1400         object_analysis): Likewise.
1401         (analyze_offset): New function.
1402         (create_data_ref): Likewise.
1403         (initialize_data_dependence_relation): Call base_addr_differ_p. Compare
1404         dimensions for ARRAY_REFs only.
1405         (build_classic_dist_vector): Make static.
1406         (access_functions_are_affine_or_constant_p): Call macro to get the
1407         address of access functions.
1408         (compute_all_dependences): Add new parameter
1409         compute_self_and_read_read_dependences. Compute self and read-read
1410         dependences if it is true.
1411         (find_data_references_in_loop): Call create_data_ref. Initialize new
1412         data-ref fields.
1413         (compute_data_dependences_for_loop): Add new parameter
1414         compute_self_and_read_read_dependences. Remove parameter nb_loops,
1415         compute nb_loops. Call compute_all_dependences,
1416         build_classic_dist_vector and build_classic_dir_vector with correct
1417         parameters.
1418         (analyze_all_data_dependences): Call compute_data_dependences_for_loop
1419         with correct parameters. Compare dimensions for ARRAY_REFs only.
1420         (free_data_refs): Call macro to free access functions.
1421         * tree-data-ref.h (struct first_location_in_loop): New structure. Move
1422         fields from stmt_vinfo.
1423         (struct base_object_info): New structure.
1424         (struct data_reference): Move fields to base_object_info. Add fields
1425         first_location and object_info for above structures. Move fields from
1426         stmt_info: memtag, ptr_info, subvars, misalignment. Add new field
1427         aligned_to.  Add macros to access the new fields.
1428         Update functions declarations.
1429         * tree-flow.h (is_aliased_with): Declare.
1430         * tree-loop-linear.c (linear_transform_loops): Call
1431         compute_data_dependences_for_loop with correct parameters.
1432         * tree-ssa-alias.c (is_aliased_with): New function.
1433         * tree-vect-analyze.c (vect_get_ptr_offset): Remove.
1434         (vect_analyze_offset_expr, vect_base_addr_differ_p): Likewise.
1435         (vect_analyze_data_ref_dependence): Get ddr. Remove call to
1436         vect_base_addr_differ_p, compute_subscript_distance and
1437         build_classic_dist_vector. Add printings. Check absolute value of
1438         distance.
1439         (vect_analyze_data_ref_dependences): Go through ddrs instead of
1440         data-refs.
1441         (vect_compute_data_ref_alignment): Get the fields of data-ref instead of
1442         stmt. Check aligned_to. Check if the base is aligned. Remove conversion
1443         to bytes. Add printing.
1444         (vect_compute_data_refs_alignment): Go through loads and stores in one
1445         loop.
1446         (vect_enhance_data_refs_alignment, vect_analyze_data_refs_alignment,
1447         vect_analyze_data_ref_access): Likewise.
1448         (vect_analyze_pointer_ref_access): Remove.
1449         (vect_address_analysis, vect_object_analysis): Likewise.
1450         (vect_analyze_data_refs): Call compute_data_dependences_for_loop to find
1451         and analyze data-refs in the loop.
1452         * tree-vect-transform.c (vect_create_addr_base_for_vector_ref): Get the
1453         fields of data-ref instead of stmt. Add init to the offset from the
1454         base.
1455         (vect_create_data_ref_ptr): Get the fields of data-ref instead of stmt.
1456         (vect_update_init_of_dr): Likewise.
1457         (vect_update_inits_of_drs): Go through loads and stores in one loop.
1458         * tree-vectorizer.c (new_stmt_vec_info): Remove initialization of
1459         removed fields.
1460         (new_loop_vec_info): Initialize new fields.
1461         (destroy_loop_vec_info): Free new fields.
1462         (vect_strip_conversion): Remove.
1463         * tree-vectorizer.h (enum verbosity_levels): Add new verbosity level.
1464         (struct _loop_vec_info): Unify data_ref_writes and data_ref_reads into
1465         datarefs. Add new field ddrs.
1466         Add macros for the new fields access.
1467         (struct _stmt_vec_info): Remove: base_address, initial_offset, step,
1468         base_aligned_p, misalignment, memtag, ptr_info and subvars.
1469         Remove their macros.
1470         * tree.h (highest_pow2_factor): Declare.
1471
1472 2005-07-25  Jakub Jelinek  <jakub@redhat.com>
1473
1474         * calls.c (store_one_arg): Check for sibling call MEM arguments
1475         from already clobbered incoming argument area.
1476
1477 2005-07-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1478
1479         * c-common.c (check_missing_format_attribute): New.
1480         * c-common.h (check_missing_format_attribute): Likewise.
1481         * c-typeck.c (convert_for_assignment): Use it.
1482
1483 2005-07-24  Andreas Schwab  <schwab@suse.de>
1484
1485         * config/m68k/m68k.md ("extendqidi2"): When source is an address
1486         register use a word move.  Correct operand of ext.w in 68000 code.
1487
1488 2005-07-23  Mark Mitchell  <mark@codesourcery.com>
1489
1490         * dwarf2out.c (gen_variable_die): Treat un-emitted COMDAT
1491         variables as declarations, rather than definitions.
1492
1493 2005-07-24  Ira Rosen  <irar@il.ibm.com>
1494
1495         PR tree-optimization/22526
1496         * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Match the type
1497         of the zero node.
1498
1499 2005-07-24  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1500
1501         * builtins.def: Add DEF_EXT_C99RES_BUILTIN to define builtins
1502         that C99 reserve for future use. Use it to define clog10,
1503         clog10f and clog10l.
1504
1505 2005-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1506
1507         * Makefile.in (STRICT2_WARN): Add -Wmissing-format-attribute.
1508         * configure.ac: Check for -Wmissing-format-attribute.
1509
1510         * configure: Regenerate.
1511
1512 2005-07-23  Richard Henderson  <rth@redhat.com>
1513
1514         PR tree-optimization/22623
1515         * tree-complex.c (set_component_ssa_name): Use replace_ssa_name_symbol.
1516
1517 2005-07-23  Giovanni Bajo  <giovannibajo@libero.it>
1518
1519         PR target/22577
1520         * config/pa/pa.c (reloc_needed): Updated for VECs inside CONSTRUCTOR.
1521
1522 2005-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1523
1524         * Makefile.in (C_TREE_H): Update dependencies.
1525         * c-tree.h: Include toplev.h.
1526         * diagnostic.h (diagnostic_set_info): Add format attribute.
1527         * rtl-error.c (diagnostic_for_asm): Likewise.
1528
1529 2005-07-23  Chao-ying Fu  <fu@mips.com>
1530
1531         * config/mips/mips-dsp.md: New file.
1532         * config/mips/mips-modes.def (V4QI, V2HI, CCDSP): New modes.
1533         * config/mips/mips.c (mips_function_type): Add types for DSP builtin
1534         functions.
1535         (mips_builtin_type): Add MIPS_BUILTIN_DIRECT_NO_TARGET and
1536         MIPS_BUILTIN_BPOSGE32.
1537         (mips_expand_builtin_direct): Add one parameter to indicate that
1538         builtin functions need to return a value.
1539         (mips_expand_builtin_bposge): New for expanding "bposge" builtin
1540         functions.
1541         (mips_regno_to_class): Add classes for 12 new DSP registers.
1542         (mips_subword): Change to check four HI registers.
1543         (mips_output_move): Output move to and from 6 new DSP accumulators.
1544         (override_options): Make sure -mdsp and -mips16 are not used together.
1545         Map 'A' to DSP_ACC_REGS and 'a' to ACC_REGS.  Enable DSP accumulators
1546         for machine modes.
1547         (mips_conditional_register_usage): Disable 6 new DSP accumulators
1548         when !TARGET_DSP.
1549         (print_operand): Add 'q' for printing DSP accumulators.
1550         (mips_cannot_change_mode_class): Check ACC_REGS.
1551         (mips_secondary_reload_class): Check ACC_REGS.
1552         (mips_vector_mode_supported_p): Enable V2HI and V4QI when TARGET_DSP.
1553         (mips_register_move_cost): Check ACC_REGS.
1554         (CODE_FOR_mips_addq_ph, CODE_FOR_mips_addu_qb, CODE_FOR_mips_subq_ph)
1555         (CODE_FOR_mips_subu_qb): New code-aliasing macros.
1556         (DIRECT_NO_TARGET_BUILTIN, BPOSGE_BUILTIN): New macros.
1557         (dsp_bdesc): New array.
1558         (bdesc_arrays): Add DSP builtin function table.
1559         (mips_prepare_builtin_arg): Check predicate again after
1560         copy_to_mode_reg.
1561         (mips_expand_builtin): Add one more parameter to
1562         mips_expand_builtin_direct. Expand MIPS_BUILTIN_DIRECT_NO_TARGET and
1563         MIPS_BUILTIN_BPOSGE32.
1564         (mips_init_builtins): Initialize new function types.
1565         (mips_expand_builtin_direct): Check if builtin functions need to
1566         return a value and pass operands properly.
1567         (mips_expand_builtin_bposge): New function.
1568         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Add __mips_dsp.
1569         (ASM_SPEC): Map -mdsp to -mdsp in GAS.
1570         (FIRST_PSEUDO_REGISTER): Increase to 188.
1571         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
1572         Update for 12 new DSP registers.
1573         (DSP_ACC_REG_FIRST, DSP_ACC_REG_LAST, DSP_ACC_REG_NUM, AC1HI_REGNUM)
1574         (AC1LO_REGNUM, AC2HI_REGNUM, AC2LO_REGNUM, AC3HI_REGNUM, AC3LO_REGNUM):
1575         (DSP_ACC_REG_P, ACC_REG_P, ACC_HI_REG_P): New macros.
1576         (reg_class): Add DSP_ACC_REGS and ACC_REGS.
1577         (REG_CLASS_NAMES): Add names for DSP_ACC_REGS and ACC_REGS.
1578         (REG_CLASS_CONTENTS): Update for DSP_ACC_REGS, ACC_REGS and ALL_REGS.
1579         (REG_ALLOC_ORDER): Update for 12 new DSP registers.
1580         (mips_char_to_class): Add 'A' for DSP_ACC_REGS and 'a' for ACC_REGS.
1581         (UIMM6_OPERAND, IMM10_OPERAND): New macros.
1582         (EXTRA_CONSTRAINT_Y): Add YA and YB extra constraints.
1583         (REGISTER_NAMES): Add names for 12 new DSP registers.
1584         * config/mips/mips.md: Include mips-dsp.md.
1585         (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
1586         (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
1587         (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
1588         (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
1589         (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
1590         (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
1591         (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
1592         (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
1593         (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
1594         (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
1595         (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
1596         (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
1597         (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
1598         (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
1599         (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
1600         (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
1601         (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
1602         (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
1603         (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
1604         (UNSPEC_RDDSP): New constants.
1605         (*movdi_32bit): Change 'x' to 'a' for ACC_REGS.
1606         (*movsi_internal): Change 'x' to 'a' for ACC_REGS.  Add an
1607         A<-d alternative.
1608         * config/mips/mips.opt (-mdsp): New option.
1609         * config/mips/predicates.md (const_uimm6_operand, const_imm10_operand)
1610         (reg_imm10_operand): New predicates.
1611         * doc/extend.texi (MIPS DSP Built-in Functions): New section.
1612         * doc/invoke.texi (-mdsp): Document new option.
1613
1614 2005-07-22  DJ Delorie  <dj@redhat.com>
1615
1616         * c-objc-common.c (c_cannot_inline_tree_fn): Add warning control
1617         to warning calls.
1618         * tree-inline.c (inlinable_function_p): Likewise.
1619
1620 2005-07-22  Mark Mitchell  <mark@codesourcery.com>
1621
1622         PR debug/21828
1623         * toplev.c (check_global_declarations): Do not mark undefined
1624         variables as DECL_IGNORED_P.
1625         * varasm.c (first_global_object_name): GTY it.
1626         (weak_global_object_name): Likewise.
1627         (notice_global_symbol): Use ggc_strdup, not xstrdup, when creating
1628         a string to go into {weak,first}_global_object_name.
1629
1630 2005-07-22  DJ Delorie  <dj@redhat.com>
1631
1632         * c-format.c (check_function_format): Change warning control
1633         option from OPT_Wattribute to OPT_Wmissing_format_attribute.
1634
1635 2005-07-22  Diego Novillo  <dnovillo@redhat.com>
1636
1637         * tree-ssa-alias.c (count_ptr_derefs): Do not consider
1638         &PTR->FLD a dereference of PTR.
1639         * tree-ssa-structalias.c (update_alias_info): Consider &PTR->FLD
1640         a potential dereference of PTR.
1641
1642 2005-07-22  J"orn Rennecke <joern.rennecke@st.com>
1643
1644         PR rtl-optimization/20370
1645         * ifcvt.c (dead_or_predicable): Before calling propagate_block,
1646         call allocate_reg_info if necessary.
1647
1648         PR rtl-optimization/21848
1649         * calls.c (emit_library_call_value_1): For const functions, add
1650         USEs of the stack slots to CALL_INSN_FUNCTION_USAGE.
1651
1652         PR rtl-optimization/22445
1653         * cselib.c (target.h): Include.
1654         (rtx_equal_for_cselib_p): Allow commutative matches.
1655         (cselib_hash_rtx): Don't use MODE for CONST_INT hashing.
1656         Remove MODE parameter.  Changed all callers.
1657
1658         PR rtl-optimization/22258
1659         * combine.c (likely_spilled_retval_1, likely_spilled_retval_p):
1660         New functions.
1661         (try_combine): Use likely_spilled_retval_p.
1662
1663 2005-07-22  Paul Woegerer  <paul.woegerer@nsc.com>
1664
1665         * config.gcc: Add crx-elf support.
1666
1667         * doc/contrib.texi: Mention crx.
1668         * doc/extend.texi: Document crx extensions.
1669         * doc/install.texi: Document crx install.
1670         * doc/invoke.texi: Document crx options.
1671         * doc/md.texi: Document crx constraints.
1672
1673         * config/crx/crx-protos.h: New file.
1674         * config/crx/crx.c: New file.
1675         * config/crx/crx.h: New file.
1676         * config/crx/crx.md: New file.
1677         * config/crx/crx.opt: New file.
1678         * config/crx/t-crx: New file.
1679
1680 2005-07-22  Manfred Hollstein  <mh@suse.com>
1681
1682         * tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised
1683         warnings.
1684         (int_add_graph_edge): Likewise.
1685         (collapse_nodes): Likewise.
1686         (process_unification_queue): Likewise.
1687
1688 2005-07-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1689             Laurent GUERBY  <laurent@guerby.net>
1690
1691         PR tree-optimization/22336
1692         * function.c (record_block_change): Check for
1693         cfun->ib_boundaries_block.
1694
1695 2005-07-21  James A. Morrison  <phython@gcc.gnu.org>
1696
1697         * fold-const.c (fold_unary): Don't strip signed nops from ABS_EXPRs.
1698         (tree_expr_nonnegative_p): Return try for TYPE_UNSIGNED.
1699
1700 2005-07-21  DJ Delorie  <dj@redhat.com>
1701
1702         * toplev.c (warn_deprecated_use): Add warning control to warning
1703         call.
1704         * c-typeck.c (parser_build_binary_op): Likewise.
1705         (c_finish_if_stmt): Likewise.
1706         * c-common.c (check_function_sentinel): Likewise.
1707         (check_nonnull_arg): Likewise.
1708
1709 2005-07-21  Richard Henderson  <rth@redhat.com>
1710
1711         PR tree-opt/22504
1712         * tree-complex.c (complex_ssa_name_components): New.
1713         (cvc_lookup): Allow entry not found.
1714         (create_components): Remove.
1715         (create_one_component_var, get_component_var): New.
1716         (get_component_ssa_name, set_component_ssa_name): New.
1717         (extract_component): Use get_component_ssa_name.
1718         (update_complex_components): Use set_component_ssa_name.
1719         (update_complex_components_on_edge): Likewise.
1720         (update_phi_components): Create new PHI nodes directly, instead
1721         of adding insns to edges.
1722         (tree_lower_complex): Allocate and free complex_variable_components
1723         and complex_ssa_name_components here.
1724
1725 2005-07-20  Daniel Berlin  <dberlin@dberlin.org>
1726
1727         * alias.c (nonoverlapping_component_refs_p): Use TYPE_MAIN_VARIANT,
1728         revert to returning false.
1729
1730 2005-07-21  Uros Bizjak  <uros@kss-loka.si>
1731
1732         PR target/21149
1733         * config/i386/i386.md (sse_movhlps): Fix vec_select values.
1734
1735 2005-07-21  Uros Bizjak  <uros@kss-loka.si>
1736
1737         PR target/22576
1738         * config/i386/i386.md (cmpxf): Change operand constraints
1739         to "nonmemory_operand".
1740
1741 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
1742
1743         * config/i386/i386.md (trap): Use "".word/t0x0b0f" instead of ud2.
1744
1745 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
1746
1747         PR middle-end/21180
1748         * fold-const.c (fold_build1): Add checksum for the operands.
1749         (fold_build2): Likewise.
1750         (fold_build3): Likewise.
1751
1752 2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
1753
1754         PR middle-end/19055
1755         * fold-const.c (fold_binary): Transform "(X | Y) ^ X" to "Y & ~ X".
1756
1757 2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
1758
1759         * common.opt (-fforward-propagate): Committed by mistake,
1760         removed.
1761
1762 2005-07-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1763
1764         * reg-stack.c: Fix comment typo(s).
1765         * tree-ssa-operands.c: Likewise.
1766         * tree-vectorizer: Likewise.
1767
1768 2005-07-21  Nick Clifton  <nickc@redhat.com>
1769
1770         * config/sh/symbian.c: Replace C++ style line comments with C
1771         style line comments.
1772         (symbian_add_attribute): Do not use a ? operator on the LHS of
1773         an assignment.
1774         (sh_symbian_handle_dll_attribute): Change the type of the
1775         method vector to "VEC(tree,gc)*" and use vector accessor
1776         macros to walk over the elements.
1777         (symbian_export_vtable_and_rtti_p): Likewise.
1778         (symbian_class_needs_attribute_p): Likewise.
1779
1780 2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
1781
1782         PR target/22085
1783         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Do not
1784         initialize targetm.resolve_overloaded_builtin here.
1785         (altivec_expand_overloaded_builtin): Make it non-static.
1786         * config/rs6000/rs6000-protos.h
1787         (altivec_expand_overloaded_builtin): New prototype.
1788         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Initialize
1789         targetm.resolve_overloaded_builtin here.
1790         * config/rs6000/darwin.h (REGISTER_TARGET_PRAGMAS): Likewise.
1791
1792 2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
1793             Zdenek Dvorak  <dvorakz@suse.cz>
1794
1795         PR tree-optimization/19210
1796         * common.opt (Wunsafe-loop-optimizations, funsafe-loop-optimizations):
1797         New.
1798         * Makefile.in (tree-ssa-loop-niter.o): Depend intl.o.
1799         * loop-iv.c (get_simple_loop_desc): If -funsafe-loop-optimizations,
1800         rely on unproven assumptions.
1801         * predict.c (predict_loops): Adjust call to number_of_iterations_exit.
1802         * tree-flow.h (number_of_iterations_exit): Add final parameter.
1803         * tree-scalar-evolution.c (number_of_iterations_in_loop): Adjust call
1804         to number_of_iterations_exit.
1805         * tree-ssa-loop-ivcanon.c (empty_loop_p): Likewise.
1806         * tree-ssa-loop-ivopts.c (niter_for_exit): Likewise.
1807         * tree-ssa-loop-niter.c (find_loop_niter,
1808         estimate_numbers_of_iterations_loop): Likewise.
1809         (number_of_iterations_exit): Honor the new options.
1810         * doc/invoke.texi (Wunsafe-loop-optimizations,
1811         funsafe-loop-optimizations): Document them.
1812
1813 2005-07-21  Richard Sandiford  <richard@codesourcery.com>
1814
1815         PR rtl-optimization/22167
1816         * gcse.c (hoist_code): Fix hoist_exprs[] check.
1817
1818 2005-07-20  Adam Nemet  <anemet@lnxw.com>
1819
1820         * config/rs6000/lynx.h: Mark __do_global_ctors_aux and
1821         __do_global_dtors_aux longcall.
1822
1823 2005-07-20  Kazu Hirata  <kazu@cs.umass.edu>
1824
1825         * gensupport.c (old_preds): Don't reference PREDICATE_CODES.
1826         (old_special_pred_table): Don't reference
1827         SPECIAL_MODE_PREDICATES.
1828         * system.h (PREDICATE_CODES, SPECIAL_MODE_PREDICATES): Poison.
1829         * config/arc/arc.h: Don't mention PREDICATE_CODES.
1830         * config/sh/predicates.h: Don't mention
1831         SPECIAL_MODE_PREDICATES.
1832         * doc/tm.texi (PREDICATE_CODES, SPECIAL_MODE_PREDICATES):
1833         Remove.
1834
1835 2005-07-20  DJ Delorie  <dj@redhat.com>
1836
1837         * config.gcc: Add m32c-elf support.
1838
1839         * doc/contrib.texi: Mention m32c.
1840         * doc/extend.texi: Document m32c extensions.
1841         * doc/install.texi: Mention m32c.
1842         * doc/invoke.texi: Document m32c options.
1843         * doc/md.texi: Document m32c constraints.
1844
1845         * config/m32c/addsub.md: New file.
1846         * config/m32c/bitops.md: New file.
1847         * config/m32c/cond.md: New file.
1848         * config/m32c/jump.md: New file.
1849         * config/m32c/m32c-lib1.S: New file.
1850         * config/m32c/m32c-lib2.c: New file.
1851         * config/m32c/m32c-modes.def: New file.
1852         * config/m32c/m32c-pragma.c: New file.
1853         * config/m32c/m32c-protos.h: New file.
1854         * config/m32c/m32c.abi: New file.
1855         * config/m32c/m32c.c: New file.
1856         * config/m32c/m32c.h: New file.
1857         * config/m32c/m32c.md: New file.
1858         * config/m32c/m32c.opt: New file.
1859         * config/m32c/minmax.md: New file.
1860         * config/m32c/mov.md: New file.
1861         * config/m32c/muldiv.md: New file.
1862         * config/m32c/predicates.md: New file.
1863         * config/m32c/prologue.md: New file.
1864         * config/m32c/shift.md: New file.
1865         * config/m32c/t-m32c: New file.
1866
1867 2005-07-20  Kaz Kojima  <kkojima@gcc.gnu.org>
1868
1869         * config/sh/sh.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): New constants.
1870         (stack_protect_set, stack_protect_test): New expanders.
1871         (stack_protect_set_si, stack_protect_set_si_media,
1872         stack_protect_set_di_media, stack_protect_test_si,
1873         stack_protect_test_si_media, stack_protect_test_di_media):
1874         New insns.
1875
1876 2005-07-20  Andrew Pinski  <pinskia@physics.uc.edu>
1877
1878         * c-typeck.c (output_init_element): Don't copy the INTEGER_CST.
1879
1880 2005-07-20  James A. Morrison  <phython@gcc.gnu.org>
1881
1882         * tree.h (tree_expr_nonzero_p): Export.
1883         * fold-const.c (tree_expr_nonzero_p): Likewise.
1884         Return true for CALL_EXPRs that are alloca calls.
1885         (fold_binary): Use omit_one_operand when checking EQ_EXPRs or NE_EXPRs
1886         against zero.
1887         * tree-flow.h (expr_computes_nonzero): Remove.
1888         * tree-vrp.c (expr_computes_nonzero): Remove.
1889         (vrp_expr_computes_nonzero): Use tree_expr_nonzero_p.
1890         (extract_range_from_unary_expr): Likewise.
1891         * tree-ssa-dom.c (record_equivalences_from_stmt): Use
1892         tree_expr_nonzero_p.
1893
1894 2005-07-20  Bernd Schmidt  <bernd.schmidt@analog.com>
1895
1896         * config/bfin/bfin-protos.h (legitimize_pic_address): Don't declare.
1897         * config/bfin/bfin.c (legitimize_pic_address): Now static.  Take
1898         extra arg "picreg" and use it instead of pic_offset_table_rtx.
1899         All callers changed.
1900         (frame_related_constant_load): New arg "related" which controls
1901         setting of RTX_FRAME_RELATED_P.  All callers changed.
1902         (bfin_load_pic_reg): New function, broken out of bfin_expand_prologue.
1903         (bfin_expand_prologue): Add stack limit checking.
1904         * config/bfin/bfin.md (trapifcc): New pattern.
1905
1906         * config/bfin/bfin.c: Include "langhooks.h".
1907         (def_builtin): Go through lang_hooks to call builtin_function.
1908
1909         * config/bfin/bfin-protos.h (bfin_longcall_p): Declare.
1910         * config/bfin/predicates.md (symbol_ref_operand): New.
1911         (call_insn_operand): Delete.  All callers changed to use
1912         register_no_elim_operand.
1913         * config/bfin/bfin.c (init_cumulative_args): Initialize the new
1914         call_cookie field.
1915         (function_arg): Use it to generate the call's operand 2.
1916         (bfin_longcall_p): New function.
1917         (bfin_expand_call): Extra arg "cookie".  All callers and declaration
1918         changed.  Emit extra USE in the pattern.  Use bfin_longcall_p to
1919         determine if the address needs to be in a REG.
1920         (bfin_handle_longcall_attribute): New function.
1921         (bfin_attribute_table): Add "longcall" and "shortcall".
1922         * config/bfin/bfin.h (CALL_NORMAL, CALL_LONG, CALL_SHORT): New macros.
1923         (CUMULATIVE_ARGS): New member call_cookie.
1924         (PREDICATE_CODES): Add symbol_ref_operand.
1925         * config/bfin/bfin.md (call, call_value, sibcall, sibcall_value): Add
1926         extra USE to the pattern.
1927         (call_symbol, sibcall_symbol, call_value_symbol, sibcall_value_symbol):
1928         New patterns, split off call_insn, sibcall_insn, call_value_insn and
1929         sibcall_value_insn; now the new patterns handle direct calls and the
1930         old ones indirect calls.
1931         * doc/extend.texi: Mention Blackfin in longcall/shortcall docs.
1932
1933 2005-07-20  Zdenek Dvorak  <dvorakz@suse.cz>
1934
1935         * doc/trouble.texi: Update section on handling of empty loops.
1936
1937 2005-07-20  Kazu Hirata  <kazu@codesourcery.com>
1938
1939         * config.gcc: Remove support for sparc-*-openbsd*,
1940         i860-*-sysv4*, ip2k-*-elf, ns32k-*-netbsdelf*,
1941         ns32k-*-netbsd*.
1942         * config.host: Remove support for i860-*-sysv4* as a host.
1943         * config/i860/*, config/ip2k/*, config/ns32k/*,
1944         config/sparc/openbsd.h, config/sparc/t-openbsd: Remove.
1945         * doc/install.texi, doc/invoke.texi, doc/md.texi: Don't
1946         mention obsolete ports.
1947
1948 2005-07-20  Kaz Kojima  <kkojima@gcc.gnu.org>
1949
1950         * config/sh/sh.c (regno_reg_class): Add GENERAL_REGS for
1951         soft frame pointer.
1952         (sh_expand_prologue): Use hard_frame_pointer_rtx instead
1953         of frame_pointer_rtx.
1954         (sh_expand_epilogue): Likewise.
1955         (sh_set_return_address): Likewise.
1956         (initial_elimination_offset): Use HARD_FRAME_POINTER_REGNUM
1957         instead of FRAME_POINTER_REGNUM if needed.  Add elimination
1958         offsets from FRAME_POINTER_REGNUM.
1959         * config/sh/sh.h (SH_REGISTER_NAMES_INITIALIZER): Add sfp.
1960         (sh_register_names): Add initializer for sfp.
1961         (GENERAL_OR_AP_REGISTER_P): Permit FRAME_POINTER_REGNUM.
1962         (VALID_REGISTER_P): Likewise.
1963         (FIRST_PSEUDO_REGISTER): Update.
1964         (DWARF_FRAME_REGISTERS): Define.
1965         (FIXED_REGISTERS, CALL_USED_REGISTERS): Add sfp.
1966         (HARD_FRAME_POINTER_REGNUM): Define.
1967         (FRAME_POINTER_REGNUM): Redefine.
1968         (ELIMINABLE_REGS): Never eliminate to FRAME_POINTER_REGNUM,
1969         but HARD_FRAME_POINTER_REGNUM instead.  Add eliminations
1970         from FRAME_POINTER_REGNUM.
1971         (CAN_ELIMINATE): Use HARD_FRAME_POINTER_REGNUM instead of
1972         FRAME_POINTER_REGNUM.
1973         (REG_CLASS_CONTENTS): Add sfp.
1974         (REG_ALLOC_ORDER): Likewise.
1975         (FRAME_GROWS_DOWNWARD): Set to 1.  Update comment.
1976         (GO_IF_LEGITIMATE_ADDRESS): Use hard_frame_pointer_rtx instead
1977         of frame_pointer_rtx.
1978         (LEGITIMIZE_RELOAD_ADDRESS): Likewise.
1979
1980 2005-07-19  James A. Morrison  <phython@gcc.gnu.org>
1981
1982         * fold-const.c (tree_expr_nonnegative_p): Only return true for
1983         ABS_EXPR when flag_wrapv is false because of INT_MIN.
1984         (tree_expr_nonzero_p): Always call tree_expr_nonzero_p on the argument
1985         of an ABS_EXPR.
1986         (fold_unary): Always fold ABS_EXPR<ABS_EXPR<x>> into
1987         ABS_EXPR<x>.
1988
1989 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
1990
1991         Make CONSTRUCTOR use VEC to store initializers.
1992         * c-common.c (complete_array_type): Update to cope with VEC in
1993         CONSTRUCTOR_ELTS.
1994         * c-pretty-print.c (pp_c_initializer_list): Use pp_c_constructor_elts.
1995         (pp_c_constructor_elts): New function.
1996         * c-pretty-print.h (pp_c_constructor_elts): Declare.
1997         * c-typeck.c (build_function_call, build_c_cast, digest_init,
1998         struct constructor_stack, struct initializer_stack,
1999         constructor_elements, push_init_level, pop_init_level,
2000         add_pending_init, find_init_member, output_init_element): Update to
2001         cope with VEC in CONSTRUCTOR_ELTS.
2002         * coverage.c (build_fn_info_value, build_ctr_info_value,
2003         build_gcov_info): Likewise.
2004         * expr.c (categorize_ctor_elements_1, store_constructor,
2005         expand_expr_real_1): Likewise.
2006         * fold-const.c (fold_ternary): Likewise.
2007         * gimplify.c (gimplify_init_ctor_preeval, zero_sized_field_decl,
2008         gimplify_init_constructor, gimplify_expr): Likewise.
2009         * tree-dump.c (dequeue_and_dump): Likewise.
2010         * tree-inline.c (copy_tree_r): Add code to duplicate a CONSTRUCTOR
2011         node.
2012         * tree-pretty-print.c (dump_generic_node): Update to cope with VEC in
2013         CONSTRUCTOR_ELTS.
2014         * tree-sra.c (generate_element_init_1): Likewise.
2015         * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
2016         * tree-ssa-operands.c (get_expr_operands): Likewise.
2017         * tree-vect-generic.c (expand_vector_piecewise): Likewise.
2018         * tree-vect-transform.c (vect_get_vec_def_for_operand):
2019         (get_initial_def_for_reduction): Likewise.
2020         * tree-vn.c (set_value_handle, get_value_handle): CONSTURCTOR uses
2021         value handle in annotations.
2022         * tree.c (tree_node_kind, tree_code_size, make_node_stat,
2023         tree_node_structure): Add support for constr_kind.
2024         (build_vector_from_ctor, build_constructor_single,
2025         build_constructor_from_list): New functions.
2026         (build_constructor): Update to take a VEC instead of a TREE_LIST.
2027         (simple_cst_equal, iterative_hash_expr, initializer_zerop, walk_tree):
2028         Update to cope with VEC in CONSTRUCTOR_ELTS.
2029         * tree.def (CONSTRUCTOR): Make it a tcc_exceptional node.
2030         * tree.h (FOR_EACH_CONSTRUCTOR_VALUE, FOR_EACH_CONSTRUCTOR_ELT,
2031         CONSTRUCTOR_APPEND_ELT): New macros.
2032         (struct constructor_elt, struct tree_constructor): New data types.
2033         (union tree_node): Add tree_constructor field.
2034         * treestruct.def: Define TS_CONSTRUCTOR.
2035         * varasm.c (const_hash_1, compare_constant, copy_constant,
2036         compute_reloc_for_constant, output_addressed_constants,
2037         initializer_constant_valid_p, output_constant,
2038         array_size_for_constructor, output_constructor): Update to cope with
2039         VEC in CONSTRUCTOR_ELTS.
2040         * vec.h (VEC_empty, VEC_copy): New macros.
2041
2042 2005-07-19  Devang Patel  <dpatel@apple.com>
2043
2044         * dbxout.c (dbxout_type): Check Objective-C++ lang.
2045
2046 2005-07-19  Richard Henderson  <rth@redhat.com>
2047
2048         PR tree-opt/22278
2049         * gimplify.c (gimplify_expr): Use main variant type for the temp
2050         destination for a discarded volatile read.
2051         * tree-ssa.c (tree_ssa_useless_type_conversion_1): Don't elide
2052         casts between non-void types that change volatility.
2053
2054 2005-07-15  DJ Delorie  <dj@redhat.com>
2055
2056         * toplev.h: Add comment about the first parameter for warning().
2057         * errors.h: Likewise.
2058
2059         * c.opt (Wpragmas): New.
2060         * doc/invoke.texi: Document it.
2061
2062         * function.c (do_warn_unused_parameter): Add warning control to
2063         warning call.
2064         * c-decl.c (warn_if_shadowing): Likewise.
2065         * c-lex.c (cb_def_pragma): Likewise.
2066         * c-pragma.c (GCC_BAD, GCC_BAD2): Likewise.
2067         (pop_alignment): Likewise.
2068         (handle_pragma_pack): Likewise.
2069         (apply_pragma_weak): Likewise.
2070         (handle_pragma_weak): Likewise.
2071         (handle_pragma_redefine_extname): Likewise.
2072         (add_to_renaming_pragma_list): Likewise.
2073         (handle_pragma_extern_prefix): Likewise.
2074         (maybe_apply_renaming_pragma): Likewise.
2075         (handle_pragma_visibility): Likewise.
2076
2077         * config/c4x/c4x-c.c (BAD): Likewise.
2078         (c4x_parse_pragma): Likewise.
2079         * config/ia64/ia64-c.c (ia64_hpux_handle_builtin_pragma): Likewise.
2080         * config/rs6000/rs6000-c.c (SYNTAX_ERROR): Likewise.
2081         (rs6000_pragma_longcall): Likewise.
2082         * config/v850/v850-c.c (pop_data_area): Likewise.
2083         (ghs_pragma_section): Likewise.
2084         (ghs_pragma_section): Likewise.
2085         (ghs_pragma_interrupt): Likewise.
2086         (ghs_pragma_starttda): Likewise.
2087         (ghs_pragma_startsda): Likewise.
2088         (ghs_pragma_startzda): Likewise.
2089         (ghs_pragma_endtda): Likewise.
2090         (ghs_pragma_endsda): Likewise.
2091         (ghs_pragma_endzda): Likewise.
2092
2093 2005-07-19  Danny Berlin <dberlin@dberlin.org>
2094             Kenneth Zadeck <zadeck@naturalbridge.com>
2095
2096         * Makefile.in: Removed tree-promote-statics.c
2097         * tree-promote-statics.c: Removed.
2098         * common.opt: Removed flag-promote-statics.
2099         * opts.c: Ditto.
2100         * passes.c: Removed tree-promote-statics pass.
2101         * tree-pass.h: Ditto.
2102         * timevar.def: Removed TV_PROMOTE_STATICS.
2103
2104
2105 2005-07-19  Gerald Pfeifer  <gerald@pfeifer.com>
2106
2107         * config.gcc: Add support for *-*-freebsd7, *-*-freebsd8,
2108         and *-*-freebsd9.
2109         * config/freebsd-spec.h (FBSD_TARGET_OS_CPP_BUILTINS): Ditto.
2110
2111 2005-07-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2112
2113         PR c/22476
2114         * c-common.c (check_function_arguments): Call
2115         'check_function_format' if either -Wformat or
2116         -Wmissing-format-attribute are specified.
2117         * c-format.c (check_function_format): Check -Wformat before
2118         calling 'check_format_info'.
2119         * c-opts.c (c_common_post_options): Don't warn for
2120         -Wmissing-format-attribute without -Wformat.
2121         * c-typeck.c (convert_for_assignment): Detect additional cases for
2122         -Wmissing-format-attribute.
2123         * doc/invoke.texi (-Wmissing-format-attribute): Document new
2124         behavior.
2125
2126 2005-07-19  Richard Guenther  <rguenther@suse.de>
2127
2128         * config/i386/i386.md (lrint<mode>2): Use temporary
2129         instead of clobbering non-existent memory.
2130
2131 2005-07-19  Nick Clifton  <nickc@redhat.com>
2132
2133         * config/avr/avr.c (legitimate_address_p): Fix debugging print
2134         statement to avoid displaying ASCII control characters.
2135
2136 2005-07-19  Ben Elliston  <bje@au.ibm.com>
2137
2138         * bt-load.c (link_btr_uses): Fix uninitialised warnings.
2139         * cfganal.c (find_edge_index): Ditto.
2140         * combine.c (combine_instructions): Ditto.
2141         * ddg.c (create_scc): Ditto.
2142         (find_successors): Ditto.
2143         (find_predecessors): Ditto.
2144         (find_nodes_on_paths): Ditto.
2145         (longest_simple_path): Ditto.
2146         * flow.c (update_life_info): Ditto.
2147         (count_or_remove_death_notes): Ditto.
2148         (clear_log_links): Ditto.
2149         * modulo-sched.c (generate_reg_moves): Ditto.
2150         (find_max_asap): Ditto.
2151         (find_max_hv_min_mob): Ditto.
2152         (find_max_dv_min_mob): Ditto.
2153         * sbitmap.c (sbitmap_first_set_bit): Ditto.
2154         * sched-rgn.c (extract_edgelst): Ditto.
2155         * tree-into-ssa.c (prepare_names_to_update): Ditto.
2156         (dump_update_ssa): Ditto.
2157         (ssa_names_to_replace) Ditto.
2158         (switch_virtuals_to_full_rewrite): Ditto.
2159         (update_ssa): Ditto.
2160         * tree-vect-transform.c (vect_create_epilog_for_reduction): Ditto.
2161
2162 2005-07-18  Daniel Berlin  <dberlin@dberlin.org>
2163
2164         Fix PR tree-optimization/22483
2165
2166         * tree-complex.c (create_components): Use
2167         safe_referenced_var_iterator and FOR_EACH_REFERENCED_VAR_SAFE.
2168         * tree-flow-inline.h (fill_referenced_var_vec): New function.
2169         * tree-flow.h (safe_referenced_var_iterator): New structure.
2170         (FOR_EACH_REFERENCED_VAR_SAFE): New macro.
2171         * tree-ssa-alias.c (setup_pointers_and_addressables): Use
2172         safe_referenced_var iterator.
2173         (add_type_alias): Ditto.
2174
2175 2005-07-19  Steven Bosscher  <stevenb@suse.de>
2176
2177         * loop-init.c (rest_of_handle_loop2): Remove.
2178         (rtl_loop_init, rtl_loop_done, rtl_move_loop_invariants,
2179         rtl_unswitch, rtl_unroll_and_peel_loops, rtl_doloop): New functions.
2180         (pass_rtl_loop_init, pass_rtl_loop_done,
2181         pass_rtl_move_loop_invariants, pass_rtl_unswitch,
2182         pass_rtl_unroll_and_peel_loops, pass_rtl_doloop): New passes.
2183         * tree-ssa-loop.c (pass_loop, pass_loop_init, pass_loop_done,
2184         pass_unswitch): Rename to pass_tree_loop, pass_tree_loop_init,
2185         pass_tree_loop_done, and pass_tree_unswitch.
2186         (gate_loop): Rename to gate_tree_loop.
2187         * passes.c (init_optimization_passes): Update for renamed tree
2188         loop passes.  Add the new loop2 passes as subpasses of loop2.
2189         * tree-pass.h: Add extern declarations for the new loop2 subpasses.
2190         Update for the renamed tree loop passes.
2191
2192 2005-07-18  Ian Lance Taylor  <ian@airs.com>
2193
2194         PR middle-end/22057
2195         * tree-cfgcleanup.c (cleanup_tree_cfg): Only remove forwarder
2196         blocks when optimizing.
2197
2198 2005-07-18  Steve Ellcey  <sje@cup.hp.com>
2199
2200         * common.opt (frename-registers): Initialize to 2.
2201         (fweb): Ditto.
2202         (fgcse-after-reload): Ditto.
2203         * toplev.c (AUTODETECT_FLAG_VAR_TRACKING): Rename to AUTODETECT_VALUE.
2204         (process_options): Only change flag_web, flag_rename_registers,
2205         and flag_rerun_cse_after_loop if not explicitly set by user.
2206
2207 2005-07-18  Jan Beulich  <jbeulich@novell.com>
2208
2209         * config/i386/i386.c (ix86_expand_branch, ix86_expand_setcc,
2210         ix86_expand_carry_flag_compare, ix86_expand_int_movcc): Handle TImode
2211         in 64-bit mode the same as DImode in 32-bit mode.
2212         (ix86_expand_ashl_const, ix86_split_ashl, ix86_split_ashr,
2213         ix86_split_lshr): Likewise. Rename to no longer refer to a specific
2214         mode. Add new mode parameter.
2215         * config/i386/i386.h (CONST_OK_FOR_LETTER_P): Describe and handle 'O'.
2216         * config/i386/i386.md (cmpti, addti3, subti3, negti2, ashlti3, ashrti3,
2217         x86_64_shift_adj): New expanders.
2218         (*addti3_1, *subti3_1, *negti2_1, ashlti3_1, *ashlti3_2, ashrti3_1,
2219         *ashrti3_2, lshrti3_1, *lshrti3_2, x86_64_shld, x86_64_shrd): New
2220         insns.
2221         Respective new splitters. Use renamed shift splitter helpers in 32-bit
2222         DImode shift splitters.
2223         * config/i386/i386-protos.h (ix86_split_ashl, ix86_split_ashr,
2224         ix86_split_lshr): Renamed from ix86_split_[al]sh[rl]di. Added new
2225         mode parameter.
2226
2227 2005-07-18  Jan Beulich  <jbeulich@novell.com>
2228
2229         * i386.md (movdi_extzv_1): New.
2230         (zero_extendhidi2): Combine alternatives and never force use of
2231         REX64 prefix.
2232         (zero_extendqidi2): Likewise. Don't restrict input selection.
2233
2234 2005-07-17  Daniel Berlin  <dberlin@dberlin.org>
2235
2236         Fix PR tree-optimization/22531
2237         * tree-ssa-pre.c (do_eustores):  Make sure LHS is a decl for the
2238          moment.
2239
2240 2005-07-17  Daniel Berlin  <dberlin@dberlin.org>
2241
2242         * tree-promote-statics.c (pass_promote_statics): Change dump file
2243          name.
2244
2245 2005-07-17  Daniel Berlin  <dberlin@dberlin.org>
2246
2247         * tree-optimize.c (init_tree_optimization_passes): Add
2248         pass_eliminate_useless_stores pass.
2249         * tree-pass.h (pass_eliminate_useless_stores): New pass structure.
2250         * tree-ssa-pre.c (is_copy_stmt): New function.
2251         (follow_copies_till_vuse): Ditto.
2252         (do_eustores): Ditto.
2253         (gate_eustores): Ditto.
2254
2255 2005-07-16  Richard Henderson  <rth@redhat.com>
2256
2257         * gcc.c (MFWRAP_SPEC): Don't wrap pthread_join or pthread_exit.
2258
2259 2005-07-16 Danny Berlin <dberlin@dberlin.org>
2260            Kenneth Zadeck <zadeck@naturalbridge.com>
2261
2262         * Makefile.in: Added rules for ipa-pure-const.c, ipa-reference.c,
2263         ipa-reference.h, ipa-utils.c, ipa-utils.h, ipa-type-escape.c,
2264         ipa-type-escape.h, tree-promote-statics.c
2265         * ipa-pure-const.c, ipa-reference.c, ipa-reference.h, ipa-utils.c,
2266         ipa-utils.h, ipa-type-escape.c, ipa-type-escape.h,
2267         tree-promote-statics.c: new files.
2268         * alias.c: (nonlocal_mentioned_p_1, nonlocal_mentioned_p,
2269         nonlocal_referenced_p_1, nonlocal_referenced_p, nonlocal_set_p_1,
2270         int nonlocal_set_p, mark_constant_function): Deleted.
2271         (rest_of_handle_cfg): Removed call to mark_constant_function.
2272         (nonoverlapping_component_refs_p): Added calls to support
2273         type based aliasing.
2274         * tree-ssa-alias.c (may_alias_p,
2275         compute_flow_insensitive_aliasing): Ditto.
2276         * calls.c (flags_from_decl_or_type): Removed reference to
2277         cgraph_rtl_info.
2278         * c-typeck.c (convert_arguments): Make builtins tolerant of having
2279         too many arguments.  This is necessary for Spec 2000.
2280         * cgraph.h (const_function, pure_function): Removed.
2281         * common.opt: Added "fipa-pure-const", "fipa-reference",
2282         "fipa-type-escape", and "ftree-promote-static".
2283         * opts.c: Ditto.
2284         * passes.c: Added ipa and tree-promote-statics passes.
2285         * timevar.def: Added TV_IPA_PURE_CONST, TV_IPA_REFERENCE,
2286         TV_IPA_TYPE_ESCAPE, and TV_PROMOTE_STATICS.
2287         * tree-dfa.c (referenced_var_lookup_if_exists): New function.
2288         * tree-flow.h: Added exposed sra calls and addition of
2289         reference_vars_info field for FUNCTION_DECLS.
2290         * tree-pass.h: Added passes.
2291         * tree-sra.c: (sra_init_cache): New function.
2292         (sra_insert_before, sra_insert_after) Made public.
2293         (type_can_be_decomposed_p): Renamed from type_can_be_decomposed_p
2294         and made public.
2295         * tree-ssa-alias.c (dump_alias_stats): Added stats for type based
2296         aliasing. (may_alias_p): Added code to use type escape analysis to
2297         improve alias sets.
2298         * tree-ssa-operands.c (add_call_clobber_ops): Added parameter and
2299         code to prune clobbers of static variables based on information
2300         produced in ipa-reference pass.  Changed call clobbering so that
2301         statics are not marked as clobbered if the call does not clobber
2302         them.
2303
2304 2005-07-16  Daniel Berlin  <dberlin@dberlin.org>
2305
2306         * tree-ssa-structalias.c (need_to_solve): Need to check for preds,
2307         too.
2308
2309 2005-07-16  Eric Botcazou <ebotcazou@libertysurf.fr>
2310
2311         * doc/install.texi (*-*-solaris2*): Document recommended version
2312         of GNU binutils and mention GNU linker problem on Solaris 10.
2313
2314 2005-07-16  Joseph S. Myers  <joseph@codesourcery.com>
2315
2316         PR c/22421
2317         * c-decl.c (c_build_bitfield_integer_type): New function.
2318         (finish_struct): Call it.
2319         * c-pretty-print.c (pp_c_type_specifier): Handle bit-field types.
2320
2321 2005-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2322
2323         * c-typeck.c (digest_init): Call 'convert_for_assignment'
2324         before returning.
2325
2326 2005-07-16  Jan Hubicka  <jh@suse.cz>
2327
2328         * cfg.c (update_bb_profile_for_threading): Fix profile updating.
2329         (scale_bbs_frequencies_int): Watch roundoff errors.
2330         * predict.c (return_prediction): Initialize return_stmt.
2331
2332 2005-07-16  Jan Hubicka  <jh@suse.cz>
2333
2334         * profile.c (rest_of_handle_branch_prob): Fix handling of estimation
2335         after RTL profiling.
2336
2337 2005-07-11  Andrew Pinski  <pinskia@physics.uc.edu>
2338
2339         PR middle-end/22398
2340         * fold-const.c (build_range_check): Convert high/low to etype
2341         if we are only comparing against exp.
2342
2343 2005-07-13  Daniel Berlin  <dberlin@dberlin.org>
2344
2345         Fix PR tree-optimization/22376
2346         * tree-ssa-structalias.c (build_constraint_graph): We really meant
2347         special var here.
2348         (need_to_solve): New function.
2349         (compute_points_to_sets): Use it.
2350
2351 2005-07-15  Jan Hubicka  <jh@suse.cz>
2352
2353         * cfg.c (update_bb_profile_for_threading): More diagnostic.
2354         * tree-ssa-threadupdate.c (redirect_edges): Update profile of dup_block.
2355
2356 2005-07-15  Richard Guenther  <rguenther@suse.de>
2357
2358         * c-common.c (handle_flatten_attribute): New function.
2359         Add flatten function attribute.
2360         * doc/extend.texi: Document flatten function attribute.
2361         * Makefile.in (ipa-inline.o): Depend on hashtab.h.
2362         * ipa-inline.c (cgraph_find_cycles, cgraph_flatten_node):
2363         New functions.
2364         (cgraph_decide_inlining): Handle functions with flatten
2365         attribute.
2366
2367 2005-07-14  David Edelsohn  <edelsohn@gnu.org>
2368
2369         * config/rs6000/rs6000.md (UNSPEC_SYNC, UNSPEC_LWSYNC,
2370         UNSPEC_ISYNC, UNSPEC_SYNC_OP, UNSPEC_ATOMIC, UNSPEC_CMPXCHG,
2371         UNSPEC_XCHG, UNSPEC_AND): New.
2372         (UNSPECV_ATOMIC, UNSPECV_SYNC, UNSPECV_SYNC_OP, UNSPECV_CMPXCHG,
2373         UNSPECV_LWSYNC, UNSPECV_ISYNC): Delete.
2374         * config/rs6000/sync.md (FETCHOP): New code macro.
2375         (fetchop_name, fetchop_pred, fetchopsi_constr, fetchopdi_constr):
2376         New code attrs.
2377         (memory_barrier, sync_internal): Use unspec instead of unspec_volatile.
2378         (sync_compare_and_swap<mode>): Same.
2379         (sync_lock_test_and_set<mode>): Same.
2380         (sync_<fetchop><mode>, sync_nand<mode>): Only use rs6000_emit_sync
2381         for QImode and HImode, and not PPC405.
2382         (sync_old_<fetchop><mode>, sync_old_nand<mode>): Same.
2383         (sync_new_<fetchop><mode>, sync_new_nand<mode>): Same.
2384         (sync_<fetchop>{si,di}_internal): New.
2385         (sync_nand{si,di}_internal): New.
2386         (sync_old_<fetchop>{si,di}_internal): New.
2387         (sync_old_nand{si,di}_internal): New
2388         (sync_new_<fetchop>{si,di}_internal): New.
2389         (sync_new_nand{si,di}_internal): New.
2390         (atomic_and{si,di}): New.
2391         (sync_new_nand{si,di}_internal): New.
2392         (atomic_and{si,di}): New.
2393         (sync_add<mode>_internal): Delete.
2394         (sync_addshort_internal): Use unspec instead of unspec_volatile.
2395         (sync_sub<mode>_internal): Delte.
2396         (sync_subshort_internal): New.
2397         (sync_andsi_internal): Use unspec instead of unspec_volatile.
2398         (sync_anddi_internal): Delete.
2399         (sync_boolsi_internal): Use unspec instead of unspec_volatile.
2400         (sync_booldi_internal): Delete.
2401         (sync_boolc<mode>_internal): Delete.
2402         (sync_boolcshort_internal): Use unspec instead of unspec_volatile.
2403         (sync_boolc<mode>_internal2): Delete.
2404         (sync_boolcc<mode>_internal): Delete.
2405         (isync, lwsync): Use unspec instead of unspec_volatile.
2406         * config/rs6000/rs6000.c (rs6000_emit_sync): Implement MINUS.
2407         Revert UNSPEC_VOLATILE.
2408         (rs6000_split_atomic_op): New.
2409         * config/rs6000/rs6000-protos.h (rs6000_split_atomic_op): Declare.
2410
2411 2005-07-14  Eric Christopher  <echristo@redhat.com>
2412
2413         * config/mips/mips.c (mips_canonicalize_comparison): Cast
2414         argument of trunc_int_for_mode to unsigned HOST_WIDE_INT.
2415
2416 2005-07-14  Eric Christopher  <echristo@redhat.com>
2417
2418         * config/s390/t-tpf (SHLIB_MAPFILES): Remove.
2419
2420 2005-07-14  Steven Bosscher  <stevenb@suse.de>
2421
2422         PR tree-optimization/22230
2423         * tree-vrp.c (extract_range_from_binary_expr): Fix logics thinko in
2424         the computation of the four cross productions for "range op range".
2425
2426 2005-07-14  Alexandre Oliva  <aoliva@redhat.com>
2427             Ulrich Weigand  <uweigand@de.ibm.com>
2428
2429         PR target/20126
2430         * loop.c (loop_givs_rescan): Do not ICE if unable to reduce an IV
2431         in some insn.
2432
2433 2005-07-14  Ulrich Weigand  <uweigand@de.ibm.com>
2434
2435         * config/s390/s390.h (TARGET_TPF_PROFILING): Add default definition.
2436
2437 2005-07-14  Steve Ellcey  <sje@cup.hp.com>
2438
2439         * config/ia64/ia64.c (ia64_output_dwarf_dtprel): Support ILP32 mode.
2440
2441 2005-07-14  Richard Guenther  <rguenther@suse.de>
2442
2443         PR middle-end/22347
2444         * config/i386/i386-protos.h (ix86_function_value): Change
2445         prototype to match new target hook.
2446         * config/i386/i386.c (ix86_value_regno): Change prototype
2447         to take extra type argument.
2448         (TARGET_FUNCTION_VALUE): Define.
2449         (ix86_function_ok_for_sibcall): Pass extra argument to
2450         ix86_value_regno, check return slot rtx for exact match.
2451         (ix86_function_value): Take extra parameter.  Dispatch to
2452         ix86_value_regno with fndecl/fntype as provided.
2453         (ix86_value_regno): Handle extra type argument.
2454         * config/i386/i386.h (FUNCTION_VALUE): No longer define.
2455
2456         * testsuite/gcc.target/i386/sseregparm-3.c: New testcase.
2457         * testsuite/gcc.target/i386/sseregparm-4.c: New testcase.
2458         * testsuite/gcc.target/i386/sseregparm-5.c: New testcase.
2459         * testsuite/gcc.target/i386/sseregparm-6.c: New testcase.
2460         * testsuite/gcc.target/i386/sseregparm-7.c: New testcase.
2461
2462 2005-07-14  Richard Guenther  <rguenther@suse.de>
2463
2464         * Makefile.in (explow.o, reg-stack.o): Depend on target.h.
2465         * calls.c (expand_call): Pass fntype to hard_function_value.
2466         (emit_library_call_value_1): Likewise.
2467         * explow.c: Include target.h.
2468         (hard_function_value): Take extra argument, the fntype.
2469         Use new target hook for function_value.
2470         * expr.h (hard_function_value): Change prototype.
2471         * function.c (aggregate_value_p): Pass 0 as fntype to
2472         hard_function_value.
2473         (assign_parms): Use new target hook for function_value.
2474         Pass 0 as fntype to hard_function_value.
2475         (expand_function_end): Likewise.
2476         * reg-stack.c: Include target.h.
2477         (stack_result): Use new target hook for function_value.
2478         * target-def.h: New target hook function_value.
2479         * target.h: Likewise.
2480         * targhooks.c (default_function_value): New function.
2481         * targhooks.h (default_function_value): Declare.
2482
2483 2005-07-13  Ian Lance Taylor  <ian@airs.com>
2484
2485         * config/mips/mips.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
2486
2487 2005-07-14  Jan Hubicka  <jh@suse.cz>
2488
2489         * tree-dfa.c (dump_variable): Use default_def function.
2490         * tree-ssa-alias.c (dump_points_to_info): Likewise.
2491         * tree-ssa.c (verify_use): Likewise.
2492         * tree-ssanames.c (release_ssa_name): Likewise.
2493         * tree-tailcall.c (eliminate_tail_call): Likewise.
2494         (tree_optimize_tail_calls_1): Likewise.
2495         * tree-vrp.c (get_value_range): Likewise.
2496
2497 2005-07-14  Ben Elliston  <bje@au.ibm.com>
2498
2499         * gcc.c (main): Compare language[0] with '*' when iterating over
2500         the infiles.
2501
2502 2005-07-13  Adrian Strae½tling  <straetling@de.ibm.com>
2503
2504         * config/s390/s390.c: (s390_cc_modes_compatible): Move before
2505         "s390_emit_compare".  Add handling of CCZ1mode.
2506         (s390_canonicalize_comparison): Simplify cascaded EQ, NE.
2507         (390_emit_compare): Use "s390_cc_modes_compatible" for mode
2508         checking.
2509         (s390_branch_condition_mask): Add CCZ1mode handling.
2510         * config/s390/s390.md: ("seq", "*seq"): New pattern.
2511         ("sync_compare_and_swap_cc<mode>", "*sync_compare_and_swap_cc<mode>"):
2512         Use CCZ1mode instead of CCZmode.
2513         * config/s390/s390-modes.def: Add CCZ1mode.  Comment new mode.
2514
2515 2006-07-13  Adrian Strae½tling  <straetling@de.ibm.com>
2516
2517         * config/s390/s390.md: ("cmpstrsi", "*cmpstr<mode>"): New
2518         pattern.
2519         ("strlen<mode>", "*strlen<mode>"): Use hard reg 0 in SImode.
2520
2521 2005-07-13  Eric Christopher  <echristo@redhat.com>
2522
2523         * config/mips/mips.c (mips_canonicalize_comparison): New.
2524         (mips_emit_int_relational): Use.
2525
2526 2005-07-13  Eric Christopher  <echristo@redhat.com>
2527
2528         * config.gcc (s390x-ibm-tpf*): Add extra_options. Remove
2529         static extra parts.
2530         * config/s390/s390.md: Include tpf.md. Move tpf specific
2531         patterns...
2532         * config/s390/tpf.md: To here.
2533         * config/s390/s390.opt: Move tpf specific options...
2534         * config/s390/tpf.opt: to here. Add mmain option.
2535         * config/s390/tpf-unwind.h: Remove unnecessary defines.
2536         * config/s390/tpf.h: Rewrite.
2537
2538 2005-07-13  H.J. Lu  <hongjiu.lu@intel.com>
2539
2540         * doc/tm.texi: Remove @xref{Cross-profiling}.
2541
2542 2005-07-13  Jeff Law  <law@redhat.com>
2543
2544         * fold-const.c (fold_binary): When comparing two simple ADDR_EXPR
2545         expressions, test their _DECL operands for pointer equality rather
2546         than using operand_equal_p.
2547
2548 2005-07-13  H.J. Lu  <hongjiu.lu@intel.com>
2549
2550         * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Renamed to ...
2551         (TARGET_POSIX_IO): This.
2552         * config/darwin.h: Likewise.
2553         * config/freebsd.h: Likewise.
2554         * config/linux.h: Likewise.
2555         * config/lynx.h: Likewise.
2556         * config/netbsd.h: Likewise.
2557         * config/rs6000/linux64.h: Likewise.
2558         * config/rs6000/linux.h: Likewise.
2559         * config/s390/tpf.h: Likewise.
2560         * config/sh/embed-elf.h: Likewise.
2561         * config/sparc/linux64.h: Likewise.
2562         * config/sparc/linux.h: Likewise.
2563         * config/svr4.h: Likewise.
2564         * gcov-io.h: Likewise.
2565
2566         * doc/tm.texi: Updated.
2567
2568         * libgcov.c (create_file_directory): Defined only if
2569         TARGET_POSIX_IO is defined.
2570         (gcov_exit): Call create_file_directory only if TARGET_POSIX_IO
2571         is defined.
2572
2573 2005-07-13  Jan Hubicka  <jh@suse.cz>
2574
2575         * tree-ssa-operands.c (get_expr_operands): Fix typo in previous patch.
2576
2577 2005-07-13  David Edelsohn  <edelsohn@gnu.org>
2578
2579         * tree-ssa-dom.c (lookup_avail_expr): Do not pass member in freed
2580         structure as argument.
2581
2582 2005-07-13  Paolo Bonzini  <bonzini@gnu.org>
2583
2584         PR tree-optimization/21921
2585         * tree-iterator.c (tsi_link_before): Support the case when
2586         tsi_end_p (tsi) == true.
2587
2588 2005-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
2589
2590         PR tree-optimization/22442
2591         * tree-chrec.c (chrec_fold_multiply_poly_poly): Associate chrecs
2592         correctly.
2593
2594 2005-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
2595
2596         PR rtl-optimization/20376
2597         * toplev.c (process_options): Enable -fweb and -frename-registers when
2598         unrolling.
2599         * doc/invoke.texi: Update the information about when -fweb and
2600         -frename-registers are enabled.
2601
2602 2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
2603
2604         PR tree-opt/21840
2605         * tree-ssa-pre.c (eliminate): Convert the sprime to the correct type
2606         if *rhs_p is not a SSA_NAME.
2607
2608 2005-07-12  Daniel Berlin  <dberlin@dberlin.org>
2609
2610         Fix PR tree-optimization/22422
2611         * tree-ssa-structalias.c (struct variable_info): Add flag for
2612         special vars.
2613         (get_varinfo): Now a static function.
2614         (new_varinfo): init has_union and is_special_var to false.
2615         (solution_set_add): Check has_union.
2616         (do_da_constraint): Move temporary variable so it gets reset
2617         properly.
2618         Also check for special variable.
2619         (do_ds_constraint): Ditto.
2620         (do_sd_constraint): Ditto.
2621         (do_structure_copy): Check for special variable.
2622         (find_func_aliases): Ditto.
2623         (init_base_vars): Set special vars properly.
2624
2625 2005-07-13  Jan Hubicka  <jh@suse.cz>
2626
2627         * cfgexpand.c (expand_one_stack_var): Do not expand variables when we
2628         do unit-at-a-time.
2629
2630         * tree-ssa-operands.c (parse_ssa_operands): Fix formatting.
2631         (get_expr_operands): Fix thinko wrt flags and subvars.
2632
2633         PR tree-optimize/22379
2634         * tree-inline.c (expand_call_inline): Do not output sorry in early
2635         inlining.
2636
2637 2005-07-12  Dale Johannesen  <dalej@apple.com>
2638
2639         * config/rs6000.c (rs6000_rtx_cost):  Move FLOAT_EXTEND.
2640
2641 2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
2642
2643         PR bootstrap/21704
2644         * host-linux.h: Include limits.h.
2645
2646 2005-07-12  Dale Johannesen  <dalej@apple.com>
2647
2648         * expr.c (compress_float_constant):  Add cost check.
2649         * config/rs6000.c (rs6000_rtx_cost):  Adjust FLOAT_EXTEND cost.
2650
2651 2005-07-12  Dale Johannesen  <dalej@apple.com>
2652
2653         * gcc.target/i386/compress-float-sse.c:  New.
2654         * gcc.target/i386/compress-float-sse-pic.c:  New.
2655         * gcc.target/i386/compress-float-387.c:  New.
2656         * gcc.target/i386/compress-float-387-pic.c:  New.
2657         * gcc.dg/compress-float-ppc.c:  New.
2658         * gcc.dg/compress-float-ppc-pic.c:  New.
2659
2660 2005-07-12  Eric Christopher  <echristo@redhat.com>
2661
2662         * config.gcc (s390x-ibm-tpf*): Add extra_options. Remove
2663         static extra parts.
2664         * config/s390/s390.md: Include tpf.md. Move tpf specific
2665         patterns...
2666         * config/s390/tpf.md: To here.
2667         * config/s390/s390.opt: Move tpf specific options...
2668         * config/s390/tpf.opt: to here. Add mmain option.
2669         * config/s390/tpf-unwind.h: Remove unnecessary defines.
2670         * config/s390/tpf.h: Rewrite.
2671
2672 2005-07-12  Eric Christopher  <echristo@redhat.com>
2673
2674         * gcc.c (struct infile): Update comment for language.
2675         (main): Rewrite input file resetting code.
2676
2677 2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
2678
2679         PR tree-opt/22335
2680         * tree-ssa-dom.c (eliminate_redundant_computations): Reject the prop if
2681         requiring a cast in a non RHS of modify_expr.  Add a cast when required.
2682         (lookup_avail_expr): Use constant_boolean_node instead
2683         of boolean_false_node/boolean_true_node.
2684
2685 2005-07-12  Ben Elliston  <bje@au.ibm.com>
2686
2687         * tree-cfg.c (dump_cfg_stats): Add a new fmt_str_2 format string
2688         and use it when printing num_edges.
2689
2690 2005-07-12  Bernd Schmidt  <bernd.schmidt@analog.com>
2691
2692         * doc/extend.texi (Blackfin Built-in Functions): New section.
2693         * doc/invoke.texi (mcsync-anomaly, mno-csync-anomaly): Fix the
2694         @opindex.
2695
2696 2005-07-12  Adrian Straetling  <straetling@de.ibm.com>
2697
2698         * builtins.c: (expand_builtin_memcmp, expand_builtin_strncmp):
2699         s/cmpstrsi/cmpstrnsi
2700         (expand_builtin_strcmp): Rewrite to support both 'cmpstrsi' and
2701         'cmpstrnsi'.
2702         * optabs.c: (prepare_cmp_insn): Add availability of 'cmpstrn'.
2703         (init_optabs): Initialize cmpstrn_optab.
2704         * optabs.h: (enum insn_code cmpstrn_optab): Declare.
2705         * genopinit.c: (optabs[]): Add 'cmpstrn' to initialisation.
2706         * expr.c: (enum insn_code cmpstrn_optab): Declare.
2707         * config/i386/i386.md: s/cmpstr/cmpstrn
2708         * config/c4x/c4x.md: s/cmpstr/cmpstrn
2709         * doc/md.texi: Update documentation.
2710
2711 2005-07-11  Richard Henderson  <rth@redhat.com>
2712
2713         * config/alpha/alpha.c (alpha_gimplify_va_arg_1): Use
2714         build_va_arg_indirect_ref.
2715         (alpha_gimplify_va_arg): Likewise.
2716         * config/c4x/c4x.c (c4x_gimplify_va_arg_expr): Likewise.
2717         * config/i860/i860.c (i860_gimplify_va_arg_expr): Likewise.
2718         * config/mips/mips.c (mips_gimplify_va_arg_expr): Likewise.
2719         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
2720         * config/sh/sh.c (sh_gimplify_va_arg_expr): Likewise.
2721         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg):
2722         Likewise.
2723         * config/xtensa/xtensa.c (xtensa_gimplify_va_arg_expr): Likewise.
2724
2725 2005-07-12  Zdenek Dvorak  <dvorakz@suse.cz>
2726
2727         * tree-flow.h (remove_empty_loops, single_dom_exit): Declare.
2728         * passes.c (init_optimization_passes): Add pass_empty_loop.
2729         * tree-pass.h (pass_empty_loop): Declare.
2730         * tree-ssa-loop-ivcanon.c (empty_loop_p, remove_empty_loop,
2731         try_remove_empty_loop, remove_empty_loops): New functions.
2732         * tree-ssa-loop-ivopts.c (single_dom_exit): Export.
2733         * tree-ssa-loop.c (tree_ssa_empty_loop, pass_empty_loop): New.
2734
2735 2005-07-12  Peter Barada  <peter@the-baradas.com>
2736
2737         PR middle-end/16719
2738         PR middle-end/18421
2739         * config/m68k/m68k.h (HARD_REGNO_MODE_OK): Disallow bytes
2740         in address registers.
2741         * config/m68k/m68k.c (hard_regno_mode_ok): Likewise.
2742         * config/m68k/m68k.md: Replace 's' with 'i' in 4th
2743         alternative of addsi3_5200.
2744
2745 2005-07-11  Ian Lance Taylor  <ian@airs.com>
2746
2747         * config/mips/mips.md (ffs<mode>2): Remove.
2748
2749 2005-07-11  Ian Lance Taylor  <ian@airs.com>
2750
2751         * doc/tree-ssa.texi (Cleanups): Improve description of
2752         TRY_FINALLY_EXPR.
2753         (GIMPLE Exception Handling): Clarify TRY_CATCH_EXPR cases.
2754
2755 2005-07-11  Daniel Berlin  <dberlin@dberlin.org>
2756
2757         * print-tree.c (print_node): Use DECL_ARGUMENT_FLD.
2758         * tree.h (DECL_ARGUMENT_FLD): New macro.
2759
2760 2005-07-11  Daniel Berlin  <dberlin@dberlin.org>
2761
2762         Fix PR tree-optimization/22404
2763
2764         * tree-ssa-structalias.c (create_variable_info_for): Use
2765         correct offset.
2766
2767 2005-07-11  Bernd Schmidt  <bernd.schmidt@analog.com>
2768
2769         * config/bfin/bfin.md (cmpsi, compare_eq, compare_ne, compare_lt,
2770         compare_le, compare_leu, compare_ltu): Use reg_or_const_int_operand
2771         for second comparison operand.
2772         * config/bfin/predicates.md (reg_or_const_int_operand): New.
2773
2774         * config/bfin/bfin.md (define_attr "type"): Add "sync".
2775         (define_insn_reservation "alu"): Likewise.
2776         (csync, ssync): Now of type sync.
2777         * config/bfin/bfin.h (TARGET_DEFAULT): Defaults to
2778         -mcsync-anomaly -mspecld-anomaly.
2779         * config/bfin/bfin.opt (mcsync): Remove.
2780         (mcsync-anomaly, mspecld-anomaly): Add.
2781         * config/bfin/bfin.c: Include "insn-codes.h".
2782         (bfin_reorg): Extend to handle the CSYNC anomaly as well.
2783         (TARGET_DEFAULT_TARGET_FLAGS): New.
2784         * doc/invoke.texi: Document -mcsync-anomaly, -mspecld-anomaly.
2785
2786 2005-07-11  Steven Bosscher  <stevenb@suse.de>
2787
2788         * basic-block.h: Give the BB flags enum a name, bb_flags.
2789         Add new flags BB_FORWARDER_BLOCK, and BB_NONTHREADABLE_BLOCK.
2790         * cfgcleanup.c (enum bb_flags): Remove here.
2791         (BB_FLAGS, BB_SET_FLAG, BB_CLEAR_FLAG): Remove.
2792         (notice_new_block): Set/test bb->flags instead of aux via BB_FLAGS.
2793         (update_forwarder_flag): Likewise.
2794         (thread_jump): Likewise.
2795         (try_forward_edges): Likewise.
2796         (try_optimize_cfg): Likewise.  Clear bb->flags before updating the
2797         forwarder flags.  Don't clear bb->aux for all basic blocks.  Only
2798         reset the BB_FORWARDER_BLOCK and BB_NONTHREADABLE_BLOCK flags.
2799
2800 2005-07-11  Richard Guenther  <rguenther@suse.de>
2801
2802         * config/i386/i386.opt: New target option -msseregparm.
2803         * config/i386/i386.c (override_options): Error out for
2804         -msseregparm but no SSE support.
2805         (ix86_function_sseregparm): Check for global sseregparm.
2806         * doc/invoke.texi: Document -msseregparm.
2807
2808 2005-07-11  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2809
2810         * config.gcc (m32r-*-linux*): Use the default extra_parts.
2811         (m32rle-*-linux*): Ditto.
2812
2813 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
2814
2815         * cfgexpand.c (stack_protect_classify_type): Use TYPE_SIZE_UNIT (type)
2816         instead of TYPE_MAX_VALUE (TYPE_DOMAIN (type)) to get array size in
2817         bytes.
2818
2819 2005-07-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2820
2821         PR middle-end/22239
2822         PR target/20126
2823         * loop.c (loop_givs_rescan): Use expand_simple_binop instead of
2824         gen_rtx_MINUS to handle non-replaceable (plus ((x) (const)).
2825
2826 2005-07-07  Daniel Berlin  <dberlin@dberlin.org>
2827
2828         * tree-ssa-structalias.c (struct variable_info): Heapify complex.
2829         (varmap): Heapify varmap.
2830         (constraints): Heapify constraints.
2831         (struct constraint_graph): Heapify succs and preds.
2832         (constraint_vec_find): Update for heapification.
2833         (constraint_set_union): Ditto.
2834         (insert_into_complex): Ditto.
2835         (constraint_edge_vec_find): Ditto.
2836         (erase_graph_self_edge): Ditto.
2837         (add_graph_edge): Ditto.
2838         (get_graph_weights): Ditto.
2839         (merge_graph_nodes): Ditto.
2840         (build_constraint_graph): Ditto.
2841         (topo_visit): Ditto.
2842         (solve_graph): Ditto.
2843         (create_variable_info_for): Ditto.
2844         (init_base_vars): Ditto.
2845         (delete_points_to_sets): Free graph, varmap, and complex constraints.
2846         (condese_varmap_nodes): Free complex vector.
2847         (clear_edges_for_node): Clear succs and preds vector.
2848
2849 2005-07-10  Daniel Berlin  <dberlin@dberlin.org>
2850
2851         * tree-ssa-structalias.c (update_alias_info): Change counting of
2852         references to not include vdefs.
2853
2854 2005-07-10  Daniel Berlin  <dberlin@dberlin.org>
2855
2856         * tree-ssa-alias.c (free_used_part_map): Add missing free.
2857         (up_insert): Ditto.
2858
2859 2005-07-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2860
2861         * pa.c (pa_commutative_p): Make PLUS commutative when
2862         TARGET_NO_SPACE_REGS is true.
2863
2864 2005-07-09  Diego Novillo  <dnovillo@redhat.com>
2865
2866         * Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.h
2867         * tree-cfg.c (CHECK_OP): Only test for is_gimple_val.
2868         * tree-dfa.c (dump_subvars_for): New.
2869         (debug_subvars_for): New.
2870         (dump_variable): Show subvariables if VAR has them.
2871         * tree-flow-inline.h (get_subvar_at): New.
2872         (overlap_subvar): Change offset and size to unsigned HOST_WIDE_INT.
2873         * tree-flow.h (struct ptr_info_def): Remove field pt_malloc.
2874         Update all users.
2875         (struct subvar): Change fields offset and size to unsigned
2876         HOST_WIDE_INT.
2877         (dump_subvars_for): Declare.
2878         (debug_subvars_for): Declare.
2879         (get_subvar_at): Declare.
2880         (okay_component_ref_for_subvars): Change 2nd and 3rd argument
2881         to unsigned HOST_WIDE_INT *.
2882         (overlap_subvar): Likewise.
2883         * tree-gimple.c (is_gimple_reg): Always return false for
2884         SFTs and memory tags.
2885         * tree-pass.h (pass_build_pta, pass_del_pta): Remove.
2886         Update all callers.
2887         * tree-ssa-alias.c: Include tree-ssa-structalias.h.
2888         (compute_may_aliases): Call compute_points_to_sets.
2889         (collect_points_to_info_for): Remove.
2890         (compute_points_to_and_addr_escape): Remove.
2891         (delete_alias_info): Call delete_points_to_sets.
2892         (compute_flow_sensitive_aliasing): If the call to
2893         find_what_p_points_to returns false, call set_pt_anything.
2894         (add_may_alias): Set TREE_ADDRESSABLE when adding a new alias.
2895         (set_pt_anything): Clear pi->pt_vars.
2896         (set_pt_malloc): Remove.
2897         (merge_pointed_to_info): Remove.
2898         (add_pointed_to_expr): Remove.
2899         (add_pointed_to_var): Remove.
2900         (collect_points_to_info_r): Remove.
2901         (is_escape_site): Make extern.
2902         (create_sft): New.
2903         (create_overlap_variables_for): Call it.
2904         * tree-ssa-copy.c (merge_alias_info): Never merge
2905         flow-sensitive alias information.
2906         * tree-ssa-operands.c (get_expr_operands): Adjust variables
2907         offset and size to be unsigned HOST_WIDE_INT.
2908         (add_to_addressable_set): Rename from note_addressable.
2909         Set TREE_ADDRESSABLE as the variables are added to the set.
2910         Update all users.
2911         (add_stmt_operand): Do not try to micro-optimize unmodifiable
2912         operands into VUSEs when adding V_MAY_DEFs for members in an
2913         alias set.
2914         * tree-ssa-operands.h (add_to_addressable_set): Declare.
2915         * tree-ssa-structalias.c: Include tree-ssa-structalias.h last.
2916         (struct variable_info): Add bitfield is_heap_var.
2917         (var_anyoffset, anyoffset_tree, anyoffset_id): Declare.
2918         (new_var_info): Initialize is_heap_var.
2919         (get_constraint_for): Add HEAP variables to the symbol table.
2920         Mark them with is_heap_var.
2921         (update_alias_info): New.  Taken mostly from the old
2922         compute_points_to_and_addr_escape.
2923         (handle_ptr_arith): New.
2924         (find_func_aliases): Call update_alias_info.
2925         Call handle_ptr_info for tcc_binary expressions.
2926         Call mark_stmt_modified.
2927         (create_variable_info_for): If DECL has subvars, do not create
2928         variables for its subvars.  Always add all the fields.
2929         (set_uids_in_ptset): If the solution includes ANYOFFSET and
2930         SFTs, then add all the SFTs of the structure.
2931         If VI->DECL is an aggregate with subvariables, add the SFT at
2932         VI->OFFSET.
2933         (find_what_p_points_to): If VI is an artificial variable,
2934         translate to bitfields in SSA_NAME_PTR_INFO.
2935         If the solution is empty, set pi->pt_vars to NULL
2936         (init_base_vars): Create ANYOFFSET.
2937         (compute_points_to_sets): Rename from create_alias_vars.
2938         Make extern.
2939         (pass_build_pta): Remove.
2940         (delete_points_to_sets): Rename from delete_alias_vars.
2941         (pass_del_pta): Remove.
2942         * tree-ssa-structalias.h (struct alias_info): Move from
2943         tree-ssa-alias.h.
2944         (NUM_REFERENCES, NUM_REFERENCES_CLEAR, NUM_REFERENCES_INC,
2945         NUM_REFERENCES_SET): Likewise.
2946         (compute_points_to_sets, delete_points_to_sets): Declare.
2947
2948 2005-07-09  Richard Henderson  <rth@redhat.com>
2949
2950         * config/alpha/alpha.c (emit_insxl, alpha_expand_compare_and_swap_12,
2951         alpha_split_compare_and_swap_12, alpha_expand_lock_test_and_set_12,
2952         alpha_split_lock_test_and_set_12): New functions.
2953         * config/alpha/alpha-protos.h: Update.
2954         * config/alpha/alpha.md (UNSPEC_MB, UNSPEC_ATOMIC,
2955         UNSPEC_CMPXCHG, UNSPEC_XCHG): Rename from UNSPECV_FOO.
2956         * config/alpha/sync.md (I12MODE): New.
2957         (memory_barrier, mb_internal): Use unspec instead of unspec_volatile.
2958         (sync_<fetchop_name><I48MODE>): Likewise.
2959         (sync_nand<I48MODE>): Likewise.
2960         (sync_old_<fetchop_name><I48MODE>): Likewise.
2961         (sync_new_<fetchop_name><I48MODE>): Likewise.
2962         (sync_old_nand<I48MODE>, sync_new_nand<I48MODE>): Likewise.
2963         (sync_compare_and_swap<I48MODE>): Likewise.
2964         (sync_lock_test_and_set<I48MODE>): Likewise.
2965         (sync_compare_and_swap<I12MODE>): New.
2966         (sync_compare_and_swap<I12MODE>_1): New.
2967         (sync_lock_test_and_set<I12MODE>): New.
2968         (sync_lock_test_and_set<I12MODE>_1): New.
2969
2970 2005-07-09  Diego Novillo  <dnovillo@redhat.com>
2971
2972         PR 21356
2973         PR 22332
2974         * passes.c (execute_todo): Cleanup the CFG before updating SSA.
2975
2976 2005-07-09  Jakub Jelinek  <jakub@redhat.com>
2977
2978         * config/i386/i386.c (output_set_got): Don't omit OFFSET FLAT:
2979         in Intel syntax add %reg, OFFSET FLAT:_GLOBAL_OFFSET_TABLE_+(.-.Lx).
2980
2981 2005-07-09  Richard SAndiford  <richard@codesourcery.com>
2982
2983         PR target/21656
2984         * config/mips/elf.h (NO_IMPLICIT_EXTERN_C): Define.
2985
2986 2005-07-08  David Edelsohn  <edelsohn@gnu.org>
2987
2988         * config/rs6000/sync.md (load_locked_<mode>): Use Z for
2989         memory_operand constraint.
2990         (store_conditional_<mode>): Same.
2991         (sync_compare_and_swap<mode>): Same.
2992         (sync_lock_test_and_set<mode>): Same.
2993
2994 2005-07-08  Hans-Peter Nilsson  <hp@axis.com>
2995
2996         Rewrite PIC support to more closely model actual instructions.
2997         * config/cris/cris-protos.h (cris_gotless_symbol, cris_got_symbol)
2998         (cris_symbol): Remove prototypes for removed functions.
2999         (cris_pic_symbol_type_of, cris_valid_pic_const)
3000         (cris_expand_pic_call_address): Prototypes for new functions.
3001         * config/cris/cris/cris.c (cris_pic_sympart_only): Remove unused
3002         variable.
3003         (cris_print_operand) <case 'v', 'P'>: Remove cases for unused
3004         modifiers.
3005         <case ':'>: Add case for new punctuation character.
3006         <case 'd'>: Temporarily set flag_pic = 2 instead of incorrectly
3007         emitting (extra) PIC modifier.
3008         <case UNSPEC>: Do not assert for PLT.
3009         (cris_initial_frame_pointer_offset, cris_simple_epilogue)
3010         (cris_expand_prologue, cris_expand_epilogue): Check
3011         for pic_offset_table_rtx usage instead of taking
3012         current_function_uses_pic_offset_table as the final word.
3013         (cris_rtx_costs, cris_address_cost, cris_side_effect_mode_ok):
3014         Remove flag_pic difference.
3015         (cris_valid_pic_const, cris_pic_symbol_type_of): New functions,
3016         the moral equivalents of...
3017         (cris_symbol, cris_gotless_symbol, cris_got_symbol): Remove
3018         functions.
3019         (cris_legitimate_pic_operand): Just call cris_valid_pic_const.
3020         (cris_handle_option): Mark ARG as unused.
3021         (cris_expand_pic_call_address): New worker function for "call",
3022         "call_value".
3023         (cris_asm_output_symbol_ref, cris_asm_output_label_ref): Do not
3024         output PIC constructs here.
3025         (cris_output_addr_const_extra): Changes for emitting PIC modifiers
3026         as symbol-specific modifers, not whole or part of operands.
3027         * config/cris/cris/cris.h (EXTRA_CONSTRAINT): Remove 'U' case.
3028         (EXTRA_CONSTRAINT_S): Changed semantics: allow only CONST-wrapped
3029         constants and flag_pic.
3030         (CONSTANT_INDEX_P): Adjust for new functions.
3031         (enum cris_pic_symbol_type): New helper type.
3032         (PRINT_OPERAND_PUNCT_VALID_P): Add ':'.
3033         * config/cris/cris/cris.md (CRIS_UNSPEC_GOTREL)
3034         (CRIS_UNSPEC_GOTREAD, CRIS_UNSPEC_PLTGOTREAD): New
3035         define_constants.
3036         ("movsi"): Emit actual instructions for GOT and relative access.
3037         ("*movsi_got_load"): New pattern to set up the register holding
3038         the GOT pointer.
3039         ("*movsi_internal"): Operand 1 is not a plain general_operand.
3040         Adjust FIXME for 'S'.
3041         <output for 'S' alternative>: Sanity-check UNSPEC types for PIC.
3042         Use "movs" for -fpic cases.
3043         ("addsi3"): Add alternative for 'S'; use adds.w when possible.
3044         ("uminsi3","*expanded_call_value"): Remove 'S' alternative.
3045         ("call", "call_value"): Just call cris_expand_pic_call_address for
3046         PIC addresses.
3047         ("*expanded_call_no_gotplt", "*expanded_call_value_no_gotplt"):
3048         Remove special pattern.
3049         ("*expanded_call_side", "*expanded_call_value_side"): New
3050         patterns.
3051         (gotplt-to-plt, gotplt-to-plt-side-call)
3052         (gotplt-to-plt-side-call-value, gotplt-to-plt-side): New
3053         peephole2:s.
3054         * config/cris/cris/predicates.md
3055         ("cris_general_operand_or_gotless_symbol"): Remove unused
3056         predicate.
3057         ("cris_general_operand_or_symbol"): Adjust for new functions.
3058
3059 2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>
3060
3061         * config/darwin.h (TARGET_C99_FUNCTIONS): Define to 1.
3062
3063 2005-07-08  Daniel Berlin  <dberlin@dberlin.org>
3064
3065         * Makefile.in (TREE_H): Add treestruct.def.
3066         (c-decl.o): Add pointer-set.h
3067         * c-decl.c (diagnose_mismatched_decls): Don't attempt to look at
3068         visibility on regular DECL's.
3069         (merge_decls): Fix the copying of decl nodes of various types for
3070         the new structures.  Don't update RTL, section name, weak status,
3071         etc, on DECL's without RTL.
3072         (grokdeclarator): DECL_ARG_TYPE_AS_WRITTEN is gone.
3073         Don't check volatile on non-variable types.
3074         (store_parm_decls_oldstyle): Use pointer_set instead of DECL_WEAK
3075         to check whether we have seen arguments.
3076         * c-objc-common.c (c_tree_printer): Reverse order of tests so that
3077         flag is checked before field (flag is common, field is not).
3078         * dwarf2out.c (decl_ultimate_origin):  Only DECL's with
3079         TS_DECL_COMMON could have an origin.
3080         (add_location_or_const_value_attribute): Don't check section name
3081         on non-var/function decls.
3082         (dwarf2out_var_location): Reverse order of tests.
3083         * emit-rtl.c (set_reg_attrs_for_parm): DECL_CHECK is dead, replace
3084         with DECL_WRTL_CHECK.
3085         * expmed.c (make_tree): rtl is now in decl_with_rtl.
3086         * fold-const.c (fold_binary): Don't check weakness on
3087         non-var/function decls.
3088         (tree_expr_nonzero_p): Ditto.
3089         (fold_checksum_tree): Use tree_decl_extra as sizeof
3090         buffer.
3091         * ggc-page.c (extra_order_size_table): Add sizes for
3092         tree_decl_non_common, tree_parm_decl,  tree_var_decl, and
3093         tree_field_decl.
3094         * gimplify.c (gimplify_bind_expr): Only set
3095         DECL_SEEN_IN_BIND_EXPR_P on VAR_DECL.
3096         * integrate.c (copy_decl_for_inlining): Don't set RTL on decl's
3097         without RTL.
3098         * langhooks-def.h (LANG_HOOK_INIT_TS): New.
3099         * langhooks.h (init_ts). New langhook.
3100         * passes.c (rest_of_decl_compilation): Reverse order of tests.
3101         * print-tree.c (print_node): Update to only print fields that
3102         exist in the structures the passed decl has.
3103         * toplev.c (wrapup_global_declarations): Don't reset
3104         DECL_DEFER_OUTPUT on DECL's that don't contain it.
3105         * tree-browser.c (browse_tree): DECL_ARG_TYPE_AS_WRITTEN removed.
3106         * tree-inline.c (remap_decl): Ditto.
3107         * tree-outof-ssa.c (create_temp): Reverse order of tests.
3108         * tree-pretty-print.c (print_declaration): Don't print
3109         DECL_REGISTER on things that don't contain it.
3110         * tree-vrp.c (expr_computes_nonzero): Don't check weakness on
3111         non-var/function decls.
3112         * tree.c (tree_contains_struct): New structure.
3113         (init_priority_for_decl): New hashtable.
3114         (tree_int_map): New structure.
3115         (tree_int_map_eq): New function.
3116         (tree_int_map_marked_p): Ditto.
3117         (tree_int_map_hash): Ditto.
3118         (tree_map): Move to tree.h.
3119         (tree_map_eq): Externalize.
3120         (tree_map_hash): Ditto.
3121         (tree_map_marked_p): Ditto.
3122         (init_ttree): Set up tree_contains_struct and call langhook.
3123         (decl_assembler_name): Use DECL_NON_COMMON_CHECK..
3124         (tree_code_size): Update for new structures.
3125         (tree_node_structure): Update for new structures.
3126         (make_node_stat): Don't try to set DECL_IN_SYSTEM_HEADER on decls
3127         without the field.
3128         (copy_node_stat):  Copy init priority.
3129         (build_decl_stat): Ditto for visibility.
3130         (ts_enum_names): New.
3131         (tree_contains_struct_check_failed): New function.
3132         (decl_init_priority_lookup): Ditto.
3133         (decl_init_priority_insert): Ditto.
3134         * treestruct.def: New file.
3135         * tree.h (CODE_CONTAINS_STRUCT): New macro.
3136         (CONTAINS_STRUCT_CHECK): Ditto.
3137         (tree_contains_struct_check_failed): New prototype.
3138         (DECL_CHECK): Removed.
3139         (DECL_MINIMAL_CHECK): New.
3140         (DECL_COMMON_CHECK): Ditto.
3141         (DECL_WRTL_CHECK): Ditto.
3142         (DECL_NON_COMMON_CHECK): Ditto.
3143         (DECL_WITH_VIS_CHECK): Ditto.
3144         (VAR_OR_FUNCTION_DECL_P): Ditto
3145         (struct tree_decl_minimal): New structure.
3146         (struct tree_decl_common): Ditto.
3147         (struct tree_decl_with_rtl): Ditto.
3148         (struct tree_decl_with_vis): Ditto.
3149         (struct tree_decl_non_common): Ditto.
3150         (struct tree_field_decl): Ditto.
3151         (struct tree_parm_decl): Ditto.
3152         (struct tree_var_decl): Ditto.
3153         (struct tree_function_decl): Ditto.
3154         (struct tree_const_decl): Ditto.
3155         (struct tree_result_decl): Ditto.
3156         (union tree_node): Add new structures.
3157         * var-tracking.c (track_expr_p): Reverse order of tests.
3158
3159         * doc/c-tree.texi: Add documentation on DECL node internal structure.
3160
3161 2005-07-08  Kazu Hirata  <kazu@codesourcery.com>
3162
3163         * cfgexpand.c (tree_expand_cfg): Don't use FINALIZE_PIC.
3164         * system.h: Poison FINALIZE_PIC.
3165         * doc/tm.texi (FINALIZE_PIC): Remove.
3166
3167 2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>
3168
3169         PR tree-opt/22329
3170         * tree-ssa-propagate.c (fold_predicate_in): Convert the value
3171         to the correct type if we have a MODIFY_EXPR.
3172
3173 2005-07-08  Kazu Hirata  <kazu@codesourcery.com>
3174
3175         PR tree-optimization/22360
3176         * tree.c (upper_bound_in_type): Fix calculations for casting
3177         to a non-wider signed type and casting a signed value to a
3178         wider unsigned type.
3179         (lower_bound_in_type): Fix calculations for casting to a
3180         non-wider signed type.
3181
3182         PR tree-optimization/20139
3183         * tree-cfg.c (remove_bb): Check in_ssa_p before calling
3184         release_defs.
3185         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Call
3186         fold_cond_expr_cond.
3187         * tree-ssanames.c (release_defs): Assert in_ssa_p.
3188         * tree.c (upper_bound_in_type, lower_bound_in_type): Rewrite.
3189
3190 2005-07-08  Andrew Pinski  <pinskia@physics.uc.edu>
3191
3192         PR tree-opt/22356
3193         * tree-complex.c (expand_complex_libcall): Produce
3194         REALPART_EXPR/IMAGPART_EXPR with the correct type.
3195
3196 2005-07-08  Kenneth Zadeck <zadeck@naturalbridge.com>
3197
3198         * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
3199         bitmap_and_compl_into, bitmap_xor, bitmap_xor_into): Removed "a !=
3200         b" assert and inserted fastpath code for this case.
3201         (bitmap_ior): Removed "a != b" assert.
3202
3203 2005-07-08  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3204
3205         * config/m32r/linux.h (STARTFILE_SPEC): Support PIE.
3206         (ENDFILE_SPEC): Likewise.
3207         * config/m32r/m32r.h (ASM_SPEC): Likewise.
3208
3209         * config/m32r/m32r.c (m32r_output_function_epilogue): Care for
3210         a large stack frame at epilogue.
3211
3212 2005-07-08  David Billinghurst  <David.Billinghurst@riotinto.com>
3213
3214         * final.c: Include sdbout.h when required.
3215
3216 2005-07-07  Geoffrey Keating  <geoffk@apple.com>
3217
3218         * config.gcc (*-*-darwin*): Only one target-specific header file
3219         for generic darwin.
3220         (powerpc-*-darwin*): Add version-specific header files.
3221         * configure.in (gcc_AC_CHECK_DECLS): Add strverscmp.
3222         * config.in: Regenerate.
3223         * configure: Regenerate.
3224         * gcc.c: Include xregex.h.
3225         (version_compare_spec_function): New.
3226         (spec_function): Add version-compare.
3227         (replace_outfile_spec_function): Reformat comment.
3228         (compare_version_strings): New.
3229         * config/darwin-c.c (version_as_macro): New.
3230         (builtin_define): New.
3231         (darwin_cpp_builtins): New.
3232         * config/darwin-protos.h (darwin_cpp_builtins): New.
3233         * config/darwin.h (CPP_SPEC): Don't define APPLE_CC here.
3234         (LIB_SPEC): Make unconditional, update comment.
3235         (TARGET_C99_FUNCTIONS): Define.
3236         * config/darwin.opt: Sort.
3237         (mmacosx-version-min=): New.
3238         * config/darwin7.h: Delete.
3239         * config/darwin8.h: Delete.
3240         * config/i386/darwin.h (): Call darwin_cpp_builtins.
3241         * config/rs6000/darwin.h (): Call darwin_cpp_builtins.
3242         (TARGET_C99_FUNCTIONS): Define.
3243         * config/rs6000/darwin7.h: New.
3244         * config/rs6000/darwin8.h: New.
3245         * doc/invoke.texi (Darwin Options): Add -mmacosx-version-min=
3246         (-mmacosx-version-min): Document.
3247
3248 2005-07-07  Ian Lance Taylor  <ian@airs.com>
3249
3250         * config/mips/mips.md (abs<mode>2) [GPR]: Remove.
3251
3252 2005-07-07  John David Anglin  <dave.anglin@nrc-crc.gc.ca>
3253
3254         PR middle-end/22239
3255         * loop.c (loop_givs_rescan): Check that v->new_reg is a REG.
3256
3257 2005-07-07  Khem Raj  <kraj@mvista.com>
3258
3259         * config/arm/arm.c (thumb_output_function_prologue): Calculate offset
3260         in bytes, not words.
3261
3262 2005-07-07  Paul Brook  <paul@codesourcery.com>
3263
3264         * config/arm/arm.c (arm_pad_arg_upward): Compare return value of
3265         DEFAULT_FUNCTION_ARG_PADDING to upward.
3266
3267 2005-07-07  Richard Henderson  <rth@redhat.com>
3268
3269         * function.c (locate_and_pad_parm): Record parameter alignment in
3270         stack_alignment_needed.
3271
3272 2005-07-07  David Edelsohn  <edelsohn@gnu.org>
3273
3274         * config/rs6000/rs6000.md (UNSPEC_SYNC, UNSPEC_SYNC_OP,
3275         UNSPEC_SYNC_SWAP, UNSPEC_LWSYNC, UNSPEC_ISYNC): Delete.
3276         (UNSPECV_LL, UNSPECV_SC, UNSPECV_ATOMIC, UNSPECV_SYNC,
3277         UNSPECV_SYNC_OP, UNSPECV_CMPXCHG, UNSPECV_LWSYNC, UNSPECV_ISYNC): New.
3278         (define_attr "type"): Add isync, sync, load_l, store_c.
3279         * config/rs6000/sync.md (memory_barrier): Change to define_expand.
3280         Create scratch volatile MEM.
3281         (sync_internal): New.  POWER mnemonic is dcs, not ics.  Attribute
3282         sync.
3283         (load_locked_<mode>): New.
3284         (store_conditional_<mode>): New.
3285         (sync_compare_and_swap<mode>): Replace with splitter.
3286         (sync_lock_test_and_set<mode>): Replace with splitter.
3287         (sync_<fetchop><mode>): Change to unspec_volatile UNSPECV_SYNC_OP
3288         and UNSPECV_ISYNC.
3289         (isync): Change to unspec_volatile UNSPECV_ISYNC.  POWER mnemonic
3290         is ics.  Attribute isync.
3291         (lwsync): Change to unspec_volatile UNSPECV_LWSYNC.  Attribute
3292         lwsync.
3293         * config/rs6000/rs6000.c (rs6000_emit_sync): Use UNSPEC_VOLATILE
3294         and UNSPECV_SYNC_OP.
3295         (emit_unlikely_jump): New.
3296         (emit_load_locked): New.
3297         (emit_store_conditional): New.
3298         (rs6000_split_compare_and_swap): New.
3299         (rs6000_split_lock_test_and_set): New.
3300         (is_dispatch_slot_restricted): Return 4 for TYPE_LOAD_L,
3301         TYPE_STORE_C, TYPE_ISYNC, TYPE_SYNC.
3302         * config/rs6000/rs6000-protos.h (rs6000_split_compare_and_swap,
3303         rs6000_split_lock_test_and_set): Declare.
3304         * config/rs6000/{40x.md,440.md,603.md,6xx.md,7450.md,7xx.md,8540.md,
3305         mpc.md,power4.md,power5.md,rios1.md,rios2.md,rs64.md): Add load_l,
3306         store_c, isync, sync.
3307
3308 2005-07-07  Kelley Cook  <kcook@gcc.gnu.org>
3309
3310         * Makefile.in (echo_quoted_to_gtyp): New template for outputing
3311         filenames to gtyp-gen.h.
3312         (s-typ-gen): Use it in place of for loops.
3313
3314 2005-07-07  J"orn Rennecke <joern.rennecke@st.com>
3315
3316         * hooks.c (hook_bool_rtx_int_false): New function.
3317         * hooks.h (hook_bool_rtx_int_false): Declare.
3318         * target-def.h (TARGET_COMMUTATIVE_P): Define.
3319         (TARGET_INITIALIZER): Add TARGET_COMMUTATIVE_P.
3320         * target.h (struct gcc_target): Add commutative_p member.
3321         * targhooks.c (hook_bool_rtx_commutative_p): New function.
3322         * targhooks.h (hook_bool_rtx_commutative_p): Declare.
3323         * pa.c (TARGET_COMMUTATIVE_P): Redefine.
3324         (pa_commutative_p): New function.
3325         * jump.c (target.h): Include.
3326         (rtx_renumbered_equal_p): Use targetm.commutative_p.
3327         * doc/tm.texi: Document TARGET_COMMUTATIVE_P.
3328
3329 2005-07-07  Adrian Straetling  <straetling@de.ibm.com>
3330
3331         * config/s390/s390-protos.h (s390_expand_clrmem): Delete.
3332         (s390_expand_setmem): New.
3333         * config/s390/s390.c: Likewise.
3334         (print_shift_count_operand): Truncate to 12 bits instead of 6.
3335         Adapt comments.
3336         * config/s390/s390.md: ("setmem<mode>"): Accept character as
3337         general_operand.  Call new function "s390_expand_setmem".
3338         ("clrmem_long", "*clrmem_long"): Rewrite to ...
3339         ("setmem_long", "*setmem_long"): ... this.
3340
3341 2005-07-07  Adrian Straetling  <straetling@de.ibm.com>
3342
3343         * config/s390/s390.c: (optimization_options): Enable
3344         TARGET_MVCLE at -Os.
3345         * doc/invoke.texi: Document changes in default behaviour.
3346         * config/s390/s390.opt: ("mvcle"): Fix typo: is "mmvcle".
3347
3348 2005-07-07  Adrian Straetling  <straetling@de.ibm.com>
3349
3350         * expr.c: (set_storage_via_setmem): Convert opchar to mode
3351         defined by back-end.
3352
3353 2005-07-07  Jakub Jelinek  <jakub@redhat.com>
3354
3355         * config/sparc/sparc.md (stack_protect_testsi): Put clobbers after
3356         all sets in the pattern.
3357         * config/rs6000/rs6000.md (stack_protect_testsi,
3358         stack_protect_testdi): Likewise.
3359
3360 2005-07-06  Jeff Law  <law@redhat.com>
3361
3362         * tree-vrp.c (simplify_using_ranges): Kill.
3363         (vrp_finalize): Remove call to simplify_using_ranges.
3364         (simplify_stmt_using_ranges): New function extracted from
3365         simplify_using_ranges.
3366         (simplify_div_or_mod_using_ranges): Likewise.
3367         (simplify_abs_using_ranges): Likewise.
3368         (simplify_cond_using_ranges): New function.
3369         * tree-flow.h (simplify_stmt_using_ranges): Prototype.
3370         * tree-ssa-propagate.c (substitute_and_fold): Call
3371         simplify_stmt_using_ranges if we have range information.
3372
3373 2005-07-06  James E. Wilson  <wilson@specifixinc.com>
3374
3375         * config/ia64/ia64.c (ia64_reorg): Check optimize before
3376         ia64_flag_schedule_isns2.
3377
3378         * config/ia64/ia64.c (ia64_expand_movxf_movrf): Don't word swap when
3379         reading/writing general registers.
3380         (ia64_function_arg): Revert 2005-06-18 change.
3381
3382 2005-07-06  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
3383
3384         * pa.c (legitimize_pic_address): Use gcc_assert instead of abort.
3385         (legitimize_tls_address): Use gcc_unreachable instead of abort.
3386
3387 2005-07-06  Kaz Kojima  <kkojima@gcc.gnu.org>
3388
3389         * function.c (expand_function_end): Revert part of 2005-06-27
3390         patch.  Do sjlj_emit_function_exit_after after return_label.
3391
3392 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
3393
3394         * doc/install.texi (--disable-libssp): New.
3395
3396 2005-07-06  Fariborz Jahanian <fjahanian@apple.com>
3397
3398         * doc/invoke.texi: Update -fforce-mem documentation.
3399         * dojump.c (compare_from_rtx,do_compare_rtx_and_jump): Remove
3400         code for -fforce-mem.
3401         * expmed.c: (store_bit_field,store_fixed_bit_field,
3402         extract_bit_field): Ditto.
3403         * expr.c: (convert_move): Ditto.
3404         * optabs.c: (expand_binop,expand_twoval_unop,expand_twoval_binop,
3405         expand_unop,emit_unop_insn,prepare_cmp_insn,emit_conditional_move,
3406         emit_conditional_add,expand_float,expand_fix): Ditto.
3407         * opts.c: (decode_options): Remove setting of flag_force_mem flag.
3408         (common_handle_option): Issue warning when -fforce-mem specified.
3409
3410 2005-07-06  Paul Brook  <paul@codesourcery.com>
3411
3412         * aclocal.m4: Work around a bug in AC_PATH_PROGS when its last
3413         argument is empty.
3414         * configure: Regenerate.
3415
3416 2005-07-06  J"orn Rennecke <joern.rennecke@st.com>
3417
3418         * sh.c (final_prescan_insn): Undo bogus change from 2005-05-09.
3419
3420 2005-07-06  Daniel Berlin  <dberlin@dberlin.org>
3421
3422         Fix PR tree-optimization/22319
3423         Fix PR tree-optimization/22140
3424         Fix PR tree-optimization/22310
3425
3426         * tree-ssa-structalias.c (do_structure_copy): Give up earlier on
3427         variable sized types.
3428         Use correct type for intermediate structure on *a = *b structure
3429         copies.
3430
3431 2005-07-06  Jakub Jelinek  <jakub@redhat.com>
3432
3433         * config/rs6000/rs6000.h (RS6000_VARARGS_AREA, RS6000_VARARGS_SIZE):
3434         Remove.
3435         (STARTING_FRAME_OFFSET): Don't add RS6000_VARARGS_AREA.
3436         (machine_function): Move typedef to...
3437         * config/rs6000/rs6000.c (machine_function): ... here.  Add
3438         varargs_save_offset field.
3439         (rs6000_stack_t): Remove varargs_size field.
3440         (setup_incoming_varargs): Allocate varargs save area using
3441         assign_stack_local, try to make it as small as possible.
3442         Save offset from virtual_stack_vars_rtx to the save area
3443         in cfun->machine->varargs_save_offset.  Use UNITS_PER_FP_WORD
3444         instead of magic 8 when fp word byte size is used.
3445         (rs6000_va_start): Use cfun->machine->varargs_save_offset
3446         instead of -RS6000_VARARGS_SIZE.
3447         (rs6000_stack_info, debug_stack_info,
3448         rs6000_initial_elimination_offset): Remove all traces of
3449         varargs_size.
3450         * config/rs6000/sysv4.h (RS6000_VARARGS_AREA): Remove.
3451         * config/rs6000/darwin.h (STARTING_FRAME_OFFSET): Don't add
3452         RS6000_VARARGS_AREA.
3453
3454 2005-07-06  Zdenek Dvorak  <dvorakz@suse.cz>
3455
3456         PR tree-optimization/21963
3457         * tree-ssa-loop-ivopts.c (get_computation_aff): Use
3458         constant_multiple_of in the same way get_computation_cost_at does.
3459
3460 2005-07-06  Jakub Jelinek  <jakub@redhat.com>
3461
3462         * config/sparc/sparc.h (sparc_compare_emitted): New extern.
3463         * config/sparc/sparc.c (sparc_compare_emitted): New variable.
3464         (gen_compare_reg): If sparc_compare_emitted is set, clear it
3465         and return its previous value.
3466         (emit_v9_brxx_insn): Assert sparc_compare_emitted is NULL.
3467         * config/sparc/sparc.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): New
3468         constants.
3469         (stack_protect_set, stack_protect_test): New expanders.
3470         (stack_protect_setsi, stack_protect_setdi, stack_protect_testsi,
3471         stack_protect_testdi): New insns.
3472         * config/sparc/linux.h (TARGET_THREAD_SSP_OFFSET): Define.
3473         * config/sparc/linux64.h (TARGET_THREAD_SSP_OFFSET): Define.
3474
3475 2005-07-06  Jeff Law  <law@redhat.com>
3476
3477         * tree-ssa-dce.c (cfg_altered): New global.
3478         (tree_dce_init): Initialize cfg_altered.
3479         (remove_dead_stmt): If we remove an edge in the CFG, then set
3480         CFG_ALTERED.
3481         (perform_tree_ssa_dce): If we altered the CFG, then invalidate
3482         the dominators.
3483
3484 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
3485
3486         * Makefile.in (stamp-collect-ld): Use
3487         $(ORIGINAL_LD_FOR_TARGET) instead of $<.  Don't remove
3488         ./collect-ld if it already exists.
3489         (stamp-nm): Use $(ORIGINAL_NM_FOR_TARGET) instead of $<.
3490         Don't remove ./nm if it already exists.
3491
3492 2005-07-05  Devang Patel  <dpatel@apple.com>
3493
3494         * tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number.
3495         (LOOP_VINFO_LOC, LOOP_LOC): Remove.
3496         * tree-vectorizer.c (vect_loop_location): New.
3497         (vect_print_dump_info): Use vect_loop_location.
3498         (new_loop_vec_info): Do not set LOOP_VINFO_LOC.
3499         (vectorize_loops): Set vect_loop_location.
3500         * tree-vect-analyze.c (vect_analyze_offset_expr,
3501         vect_determin_vectorization_factor, vect_analyze_operations,
3502         vect_analyze_scalar_cycles, vect_analyze_data_ref_dependence,
3503         vect_analyze_data_ref_dependences, vect_compute_data_ref_alignment,
3504         vect_analyze_data_refs_alignment, vect_analyze_data_ref_access,
3505         vect_analyze_data_ref_accesses, vect_analyze_pointer_ref_access,
3506         vect_object_analysis, vect_analyze_data_refs, vect_mark_relevant,
3507         vect_stmt_relevant_p, vect_mark_stmts_to_be_vectorized,
3508         vect_can_advance_ivs_p, vect_get_loop_niters, vect_analyze_loop_form,
3509         vect_analyze_loop): Adjust vect_print_dump_info API.
3510         * tree-vect-transform.c (vect_create_addr_base_for_vector_ref,
3511         vect_create_data_ref_ptr, vect_init_vector, vect_get_vec_def_for_operand,
3512         vect_finish_stmt_generation, vectorizable_assignment,
3513         vectorizable_operation, vectorizable_store, vectorizable_load,
3514         vectorizable_live_operation, vectorizable_condition, vect_transform_stmt,
3515         vect_update_ivs_after_vectorizer, vect_do_peeling_for_loop_bound,
3516         vect_gen_ninters_for_prolog_loop, vect_do_peeling_for_alignment,
3517         vect_transform_loop): Same.
3518         * tree-vectorizer.c (get_vectype_for_scalar_type, vect_is_simple_use,
3519         vect_is_simple_reduction, vect_is_simple_iv_evolution, vectorize_loops):
3520         Same.
3521
3522 2005-07-05  Randolph Chung  <tausq@debian.org>
3523
3524         * configure.ac (hppa*-*-linux*: Check for a TLS capable gas.
3525         * configure: Regenerate.
3526         * config/pa/pa-protos.h (tls_symbolic_operand): Declare.
3527         (pa_tls_referenced_p): Declare.
3528         * config/pa/pa.c (legitimize_pic_address): Reject TLS operands.
3529         (gen_tls_tga, gen_tls_get_addr, hppa_tls_call): New.
3530         (legitimize_tls_address): New.
3531         (hppa_legitimize_address): Handle TLS addresses.
3532         (pa_tls_symbol_ref_1, pa_tls_referenced_p): New.
3533         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
3534         (emit_move_sequence): Handle TLS addresses.
3535         (pa_encode_section_info): Call default handler to handle common
3536         sections.
3537         * config/pa/pa.h (PA_SYMBOL_REF_TLS_P): New.
3538         (CONSTANT_ADDRESS_P): Reject TLS operands.
3539         (TARGET_HAVE_TLS) [HAVE_AS_TLS]: Define.
3540         * config/pa/pa.md (UNSPEC_TP, UNSPEC_TLSGD, UNSPEC_TLSLDM)
3541         (UNSPEC_TLSLDO, UNSPEC_TLSLDBASE, UNSPEC_TLSIE)
3542         (UNSPEC_TLSLE): Define new constants.
3543         (tgd_load, tld_load, tld_offset_load, tp_load, tie_load, tle_load): New.
3544         * config/pa/predicates.md (symbolic_operand): Reject TLS operands.
3545         (tls_symbolic_operand, tgd_symbolic_operand, tld_symbolic_operand)
3546         (tie_symbolic_operand, tle_symbolic_operand): New
3547
3548 2005-07-06  Kelley Cook  <kcook@gcc.gnu.org>
3549
3550         * aclocal.m4: Update macros for autoconf 2.59 style.
3551         * configure.ac: Likewise.
3552
3553 2005-07-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3554
3555         * pa.c (function_value): Handle small aggregates on 32-bit targets.
3556         (function_arg): Pass small aggregates in general registers on 32-bit
3557         targets.
3558         * som.h (MEMBER_TYPE_FORCES_BLK): Delete define.
3559
3560 2005-07-05  Andrew Pinski  <pinskia@physics.uc.edu>
3561
3562         * Makefile.in (final.o): Fix dependencies.
3563
3564 2005-07-05  Joseph S. Myers  <joseph@codesourcery.com>
3565
3566         PR c/22013
3567         PR c/22098
3568         * langhooks.h (struct lang_hooks): Add expr_to_decl.
3569         * langhooks.c (lhd_expr_to_decl): New.
3570         * langhooks-def.h (lhd_expr_to_decl, LANG_HOOKS_EXPR_TO_DECL):
3571         New.
3572         (LANG_HOOKS_INITIALIZER): Update.
3573         * tree.c (recompute_tree_invarant_for_addr_expr): Call
3574         expr_to_decl langhook.
3575         * c-tree.h (c_expr_to_decl): Declare.
3576         * c-typeck.c (c_expr_to_decl): New.
3577         (build_unary_op): Do not handle ADDR_EXPR of COMPOUND_LITERAL_EXPR
3578         specially.
3579         * c-objc-common.h (LANG_HOOKS_EXPR_TO_DECL): Define.
3580
3581 2005-07-05  Joseph S. Myers  <joseph@codesourcery.com>
3582
3583         PR c/22308
3584         * c-decl.c (finish_struct): Also copy C_TYPE_FIELDS_READONLY,
3585         C_TYPE_FIELDS_VOLATILE and C_TYPE_VARIABLE_SIZE to type variants.
3586
3587 2005-07-05  Paolo Bonzini  <bonzini@gnu.org>
3588
3589         * Makefile.in: Adjust dependencies.
3590         * tree-pass.h: Add new passes and passes formerly in tree-optimize.c.
3591         * basic-block.h (duplicate_computed_gotos): Remove, it is now static.
3592         * alias.c (rest_of_handle_cfg, pass_cfg): New.
3593         * bb-reorder.c (duplicate_computed_gotos): Make it static.
3594         * cfgexpand.c (tree_expand_cfg): Add code formerly at the beginning of
3595         rest_of_compilation.
3596
3597         * bb-reorder.c (gate_duplicate_computed_gotos,
3598         pass_duplicate_computed_gotos, gate_handle_reorder_blocks,
3599         rest_of_handle_reorder_blocks, pass_reorder_blocks,
3600         gate_handle_partition_blocks, rest_of_handle_partition_blocks,
3601         pass_partition_blocks): New.
3602         * bt-load.c (gate_handle_branch_target_load_optimize,
3603         rest_of_handle_branch_target_load_optimize,
3604         pass_branch_target_load_optimize): New.
3605         * cfgcleanup.c (rest_of_handle_jump, pass_jump, rest_of_handle_jump2,
3606         pass_jump2): New.
3607         * cfglayout.c (pass_insn_locators_initialize): New.
3608         * cfgrtl.c (pass_free_cfg): New.
3609         * combine.c (gate_handle_combine, rest_of_handle_combine,
3610         pass_combine): New.
3611         * cse.c (gate_handle_cse, rest_of_handle_cse, pass_cse,
3612         gate_handle_cse2, rest_of_handle_cse2, pass_cse2): New.
3613         * emit-rtl.c (pass_unshare_all_rtl, pass_remove_unnecessary_notes): New.
3614         * except.c (pass_set_nothrow_function_flags,
3615         pass_convert_to_eh_region_ranges, gate_handle_eh, rest_of_handle_eh,
3616         pass_rtl_eh): New.
3617         * final.c (pass_compute_alignments, rest_of_handle_final, pass_final,
3618         rest_of_handle_shorten_branches, pass_shorten_branches,
3619         rest_of_clean_state, pass_clean_state): New.
3620         * flow.c (pass_recompute_reg_usage, gate_remove_death_notes,
3621         rest_of_handle_remove_death_notes, pass_remove_death_notes,
3622         rest_of_handle_life, pass_life, rest_of_handle_flow2,
3623         pass_flow2): New.
3624         * function.c (pass_instantiate_virtual_regs, pass_init_function,
3625         rest_of_handle_check_leaf_regs, pass_leaf_regs): New.
3626         * gcse.c (gate_handle_jump_bypass, rest_of_handle_jump_bypass,
3627         pass_jump_bypass, gate_handle_gcse, rest_of_handle_gcse,
3628         pass_gcse): New.
3629         * global.c (rest_of_handle_global_alloc, pass_global_alloc): New.
3630         * ifcvt.c (gate_handle_if_conversion, rest_of_handle_if_conversion,
3631         pass_rtl_ifcvt, gate_handle_if_after_combine,
3632         rest_of_handle_if_after_combine, pass_if_after_combine,
3633         gate_handle_if_after_reload, rest_of_handle_if_after_reload,
3634         pass_if_after_reload): New.
3635         * integrate.c (pass_initial_value_sets): New.
3636         * jump.c (pass_cleanup_barriers, purge_line_number_notes,
3637         pass_purge_lineno_notes): New.
3638         * mode-switching.c (rest_of_handle_mode_switching,
3639         pass_mode_switching): New.
3640         * local-alloc.c (rest_of_handle_local_alloc, pass_local_alloc): New.
3641         * loop-init.c (gate_handle_loop2, rest_of_handle_loop2,
3642         pass_loop2): New.
3643         * loop.c (gate_handle_loop_optimize, rest_of_handle_loop_optimize,
3644         pass_loop_optimize): New.
3645         * modulo-sched.c (gate_handle_sms, rest_of_handle_sms,
3646         pass_sms): New.
3647         * postreload-gcse.c (gate_handle_gcse2, rest_of_handle_gcse2,
3648         pass_gcse2): New.
3649         * postreload.c (gate_handle_postreload, rest_of_handle_postreload,
3650         pass_postreload_cse): New.
3651         * profile.c (gate_handle_profiling, pass_profiling,
3652         rest_of_handle_branch_prob, pass_branch_prob): New.
3653         * recog.c (pass pass_split_for_shorten_branches, gate_do_final_split,
3654         pass_split_before_regstack, gate_handle_split_before_regstack,
3655         gate_handle_peephole2, rest_of_handle_peephole2, pass_peephole2,
3656         rest_of_handle_split_all_insns, pass_split_all_insns): New.
3657         * reg-stack.c (gate_handle_stack_regs, rest_of_handle_stack_regs,
3658         pass_stack_regs): New.
3659         * regmove.c (gate_handle_regmove, rest_of_handle_regmove, pass_regmove,
3660         gate_handle_stack_adjustments, rest_of_handle_stack_adjustments,
3661         pass_stack_adjustments): New.
3662         * regrename.c (gate_handle_regrename, rest_of_handle_regrename,
3663         pass_regrename): New.
3664         * reorg.c (gate_handle_delay_slots, rest_of_handle_delay_slots,
3665         pass_delay_slots, gate_handle_machine_reorg,
3666         rest_of_handle_machine_reorg, pass_machine_reorg): New.
3667         * rtl.h (extern void purge_line_number_notes): New.
3668         * sched-rgn.c (gate_handle_sched, rest_of_handle_sched,
3669         gate_handle_sched2, rest_of_handle_sched2, pass_sched,
3670         pass_sched2): New.
3671         * tracer.c (gate_handle_tracer, rest_of_handle_tracer,
3672         pass_tracer): New.
3673         * value-prof.c (gate_handle_value_profile_transformations,
3674         rest_of_handle_value_profile_transformations,
3675         pass_value_profile_transformations): New.
3676         * var-tracking.c (gate_handle_var_tracking,
3677         pass_variable_tracking): New.
3678         * web.c (gate_handle_web, rest_of_handle_web, pass_web): New.
3679
3680         * passes.c (open_dump_file, close_dump_file, rest_of_handle_final,
3681         rest_of_handle_delay_slots, rest_of_handle_stack_regs,
3682         rest_of_handle_variable_tracking, rest_of_handle_machine_reorg,
3683         rest_of_handle_old_regalloc, rest_of_handle_regrename,
3684         rest_of_handle_reorder_blocks, rest_of_handle_partition_blocks,
3685         rest_of_handle_sms, rest_of_handle_sched, rest_of_handle_sched2,
3686         rest_of_handle_gcse2, rest_of_handle_regmove,
3687         rest_of_handle_tracer, rest_of_handle_if_conversion,
3688         rest_of_handle_if_after_combine, rest_of_handle_if_after_reload,
3689         rest_of_handle_web, rest_of_handle_branch_prob,
3690         rest_of_handle_value_profile_transformations, rest_of_handle_cfg,
3691         rest_of_handle_jump_bypass, rest_of_handle_combine,
3692         rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2,
3693         rest_of_handle_gcse, rest_of_handle_loop_optimize,
3694         rest_of_handle_loop2, rest_of_handle_branch_target_load_optimize,
3695         rest_of_handle_mode_switching, rest_of_handle_jump,
3696         rest_of_handle_eh, rest_of_handle_stack_adjustments,
3697         rest_of_handle_flow2, rest_of_handle_jump2,
3698         rest_of_handle_peephole2, rest_of_handle_postreload,
3699         rest_of_handle_shorten_branches, rest_of_clean_state,
3700         rest_of_compilation): Remove.
3701
3702         * cgraphunit.c (ipa_passes): Moved from tree-optimize.c.
3703         * passes.c (dump_flags, in_gimple_form, all_passes,
3704         all_ipa_passes, all_lowering_passes, register_one_dump_file,
3705         register_dump_files, next_pass_1, last_verified, execute_todo,
3706         execute_one_pass, execute_pass_list, execute_ipa_pass_list): Moved
3707         from tree-optimize.c.
3708         (init_optimization_passes): Moved from tree-optimize.c,
3709         adding the RTL optimizations.
3710         * tree-dump.h (dump_info_p, dump_flag): Moved from tree.h.
3711         * tree-optimize.c (dump_flags, in_gimple_form, all_passes,
3712         all_ipa_passes, all_lowering_passes, register_one_dump_file,
3713         register_dump_files, next_pass_1, last_verified, execute_todo,
3714         execute_one_pass, execute_pass_list, execute_ipa_pass_list,
3715         init_tree_optimization_passes, ipa_passes): Delete.
3716         * tree-pass.h (enum tree_dump_index): Moved from tree.h, removing
3717         the RTL dumps.
3718         (TDF_*, get_dump_file_name, dump_enabled_p, dump_initialized_p,
3719         dump_begin, dump_end, dump_node, dump_switch_p, dump_flag_name): Moved
3720         from tree.h.
3721         (ipa_passes): Remove.
3722         (all_passes, all_ipa_passes, all_lowering_passes): Now extern.
3723         * tree.h (enum tree_dump_index, TDF_*, get_dump_file_name,
3724         dump_enabled_p, dump_initialized_p, dump_begin, dump_end, dump_node,
3725         dump_switch_p, dump_flag_name): Moved to tree-pass.h.
3726         (dump_info_p, dump_flag): Moved to tree-dump.h.
3727
3728         * Makefile.in: Adjust dependencies for tree-pretty-print.c,
3729         cgraph.c, opts.c.
3730         * passes.c (finish_optimization_passes): Use dump_begin
3731         and dump_end, TDI_end.
3732         (gate_rest_of_compilation): New.
3733         (pass_rest_of_compilation): Use it.
3734         (gate_postreload, pass_postreload): New.
3735         * toplev.c (general_init): Rename init_tree_optimization_passes.
3736         * toplev.h (init_tree_optimization_passes): Rename to
3737         init_optimizations_passes.
3738         * tree-dump.c (dump_flag): Make static.
3739         (dump_files): Remove RTL dumps.
3740         * tree-optimize.c (pass_all_optimizations, pass_early_local_passes,
3741         pass_cleanup_cfg, pass_free_cfg_annotations,
3742         pass_cleanup_cfg_post_optimizing, pass_free_datastructures,
3743         pass_init_datastructures, pass_fixup_cfg): Make non-static.
3744         * tree-pretty-print.c: Include tree-pass.h.
3745         * cgraph.c: Include tree-dump.h.
3746
3747 2005-07-04  Daniel Berlin  <dberlin@dberlin.org>
3748
3749         * tree-ssa-structalias.c (get_constraint_exp_from_ssa_var):
3750         Only fall back to saying it points to readonly memory if
3751         we can't do better.
3752
3753 2005-07-05  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
3754
3755         * config/m32r/m32r-protos.h: Remove m32r_finalize_pic.
3756         * config/m32r/m32r.c (m32r_compute_frame_size,
3757         m32r_expand_prologue): Take current_function_profile into
3758         account whenever we reference
3759         current_function_uses_pic_offset_table.
3760         (m32r_finalize_pic): Remove.
3761         * config/m32r/m32r.h (FINALIZE_PIC): Likewise.
3762
3763 2005-07-05  Kazu Hirata  <kazu@codesourcery.com>
3764
3765         * Makefile.in (stamp-as): Use $(ORIGINAL_AS_FOR_TARGET)
3766         instead of $<.  Don't remove ./as if it already exists.
3767
3768 2005-07-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3769
3770         PR target/21723
3771         * pa.md: Remove fcpy alternative from movhi and movqi patterns.
3772         * pa32-regs.h (HARD_REGNO_NREGS): Return two floating point registers
3773         for complex modes when generating code for PA 1.0.
3774         (VALID_FP_MODE_P): New macro.
3775         (HARD_REGNO_MODE_OK): Use VALID_FP_MODE_P.  Use non-overlapping register
3776         sets for all general and floating point modes.  Align wide floating
3777         point modes to even register boundaries to comply with architectural
3778         requirements.
3779         (CLASS_MAX_NREGS): Update to align with change to HARD_REGNO_NREGS.
3780         * pa64-regs.h (HARD_REGNO_NREGS): Update comment and formatting.
3781         (VALID_FP_MODE_P): New macro.
3782         (HARD_REGNO_MODE_OK): Use VALID_FP_MODE_P.  Use non-overlapping register
3783         sets for all general and floating point modes.  Align wide floating
3784         point modes to even register boundaries to comply with architectural
3785         requirements.
3786
3787 2005-07-04  Diego Novillo  <dnovillo@redhat.com>
3788
3789         * tree-dump.c (dump_files): Initialize dump number for .cgraph
3790         to 0.
3791
3792 2005-07-04  Diego Novillo  <dnovillo@redhat.com>
3793
3794         * tree-ssa-structalias.c: Don't include expr.h.
3795
3796 2005-07-04  Diego Novillo  <dnovillo@redhat.com>
3797
3798         * tree-iterator.h (TSI_NEW_STMT, TSI_SAME_STMT): Fix
3799         comments.
3800
3801 2005-07-04  Daniel Berlin  <dberlin@dberlin.org>
3802
3803         Fix PR tree-optimization/22279
3804
3805         * tree-ssa-structalias.c (offset_overlaps_with_access): Use
3806         correct operator.
3807
3808 2005-07-04  J"orn Rennecke <joern.rennecke@st.com>
3809
3810         * sh.c (output_ieee_ccmpeq): Replace "\\;" with "\n\t".
3811
3812 2005-07-03  Joseph S. Myers  <joseph@codesourcery.com>
3813
3814         * bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks.c, cfgloop.c,
3815         cfgrtl.c, cgraphunit.c, config/c4x/c4x.c, config/cris/cris.c,
3816         config/frv/frv.c, config/host-darwin.c, config/iq2000/iq2000.c,
3817         config/lynx.h, config/m68k/m68k.c, config/pa/pa.c, config/sh/sh.h,
3818         config/stormy16/stormy16.c, config/v850/v850.c,
3819         config/vax/netbsd-elf.h, coverage.c, dwarf2out.c, emit-rtl.c,
3820         except.c, gcc.c, tree-cfg.c, tree-eh.c, tree-ssa.c, xcoffout.c:
3821         Avoid "." or "\n" at end of diagnostics and capital letters at
3822         start of diagnostics.
3823         * combine.c, cse.c: Don't translate dump file output.
3824         * toplev.c (print_version): Only translate output if going to
3825         stderr.
3826
3827 2005-07-03  Kazu Hirata  <kazu@codesourcery.com>
3828
3829         * c-decl.c, tree-object-size.c, tree-vectorizer.c,
3830         config/arm/unwind-arm.c, config/arm/unwind-arm.h: Fix comment
3831         typos.
3832
3833 2005-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3834
3835         * pa.c (fix_range): Fix typo in comment.
3836
3837 2005-07-03  Kazu Hirata  <kazu@codesourcery.com>
3838
3839         * tree-vrp.c (extract_range_from_assert): Replace
3840         fold (build (...)) with fold_build2.
3841
3842 2005-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3843
3844         * c-format.c (gcc_gfc_format_type, gcc_gfc_flag_pairs,
3845         gcc_gfc_char_table, init_dynamic_gfc_info): New.
3846         (format_types_orig, handle_format_attribute): Add support for
3847         format "gcc_gfc".
3848
3849 2005-07-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3850
3851         * varasm.c (assemble_variable): Fix format specifier thinko.
3852
3853 2005-07-03  Ira Rosen  <irar@il.ibm.com>
3854
3855         PR tree-optimization/22029 (and 22135)
3856         * tree-pretty-print.c (dump_generic_node): Check that the node is not
3857         a phi node before calling dump_vops.
3858
3859 2005-07-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3860
3861         * tree-dump.h (dump_string_field): Declare.
3862         * tree-dump.c: Use it instead of dump_string.
3863         (dump_string_field): Make non-static.
3864
3865 2005-07-03  Kaz Kojima  <kkojima@gcc.gnu.org>
3866
3867         * config/sh/sh.c (sh_output_mi_thunk): Initialize and clean
3868         up the minimal CFG stuff always when optimize > 0.  Call
3869         split_all_insns_noflow in PIC case if needed.
3870
3871 2005-07-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3872             Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
3873
3874         PR c++/18279
3875         * c-decl.c (c_write_global_declarations): Dump contents of
3876         external scope to.
3877         * tree-dump.c (dequeue_and_dump): Dump abstract origin of a decl.
3878         <TRY_FINALLY_EXPR>, <RETURN_EXPR>, <CASE_LABEL_EXPR>, <LABEL_EXPR>,
3879         <GOTO_EXPR>, <SWITCH_EXPR>: Add.
3880         (dump_enabled_p): Return TRUE if PHASE is TDI_all and any dump
3881         is enabled.
3882
3883 2005-07-03  Joseph S. Myers  <joseph@codesourcery.com>
3884
3885         * c-common.h (GCC_DIAG_STYLE): Define.
3886         * c-tree.h (GCC_DIAG_STYLE): Do not define.  Change minimum GCC
3887         version for format checking to 4.1.
3888         * c-format.c: Include toplev.h after c-common.h.
3889         (enum format_type): Add gcc_tdiag_format_type.
3890         (gcc_tdiag_length_specs, gcc_tdiag_flag_pairs,
3891         gcc_tdiag_flag_specs, gcc_tdiag_char_table): New.
3892         (format_types_orig): Add gcc_tdiag.
3893         (init_dynamic_diag_info): Support gcc_tdiag formats.
3894         (handle_format_attribute): Likewise.
3895         * toplev.h (NO_FRONT_END_DIAG, ATTRIBUTE_GCC_FE_DIAG): Remove.
3896         (GCC_DIAG_STYLE): Default to __gcc_tdiag__.  Change minimum GCC
3897         version for format checking to 4.1.
3898         (warning0, warning, error, pedwarn, sorry): Use
3899         ATTRIBUTE_GCC_DIAG.
3900         * config/rs6000/rs6000.c (altivec_expand_builtin), varasm.c
3901         (finish_aliases_1): Do not use %qE.
3902         * config/arm/arm.c, config/i386/i386.c, config/mmix/mmix.c,
3903         config/pdp11/pdp11.c, stor-layout.c, tree-eh.c, tree-ssa.c:
3904         Correct format bugs.
3905         * config/v850/v850-protos.h (v850_output_aligned_bss): Change size
3906         parameter to unsigned HOST_WIDE_INT.
3907         * config/v850/v850.c (v850_output_aligned_bss): Likewise.
3908
3909 2005-07-02  David Edelsohn  <edelsohn@gnu.org>
3910
3911         PR middle-end/21742
3912         * expr.c (write_complex_part): Use adjust_address for MEM.
3913         (read_complex_part): Same.
3914
3915 2005-07-02  Daniel Berlin  <dberlin@dberlin.org>
3916
3917         Fix PR tree-optimization/22280
3918
3919         * tree-sra.c (generate_element_init): Remove useless loop.
3920
3921 2005-07-02  Richard Henderson  <rth@redhat.com>
3922
3923         * config/alpha/alpha.c (alpha_legitimize_address): Check for
3924         TLS_MODEL_NONE.
3925         (alpha_stdarg_optimize_hook): Use DECL_UID with va_list_vars.
3926
3927 2005-07-02  Andrew Pinski  <pinskia@physics.uc.edu>
3928
3929         PR middle-end/14490
3930         * fold-const.c (fold_binary): Handle the return value of
3931         fold_to_nonsharp_ineq_using_bound if we get back the same operand back.
3932         Implement "X +- C1 CMP C2" folding to "X CMP C2 -+ C1".
3933
3934 2005-07-02  Jeff Law  <law@redhat.com>
3935
3936         * tree-ssa-dom.c (find_equivalent_equality_comparison): Do not
3937         a eliminate type conversion which feeds an equality comparison
3938         if the original type or either operand in the comparison is a
3939         function pointer.
3940
3941 2005-07-02  Joseph S. Myers  <joseph@codesourcery.com>
3942
3943         * c.opt, common.opt, config/bfin/bfin.opt, config/pa/pa.opt,
3944         config/rs6000/rs6000.opt, params.def: Remove "." from end of help
3945         texts.
3946         * config/avr/avr.c: Do not use '`' as left quote.
3947         * config/rs6000/rs6000.c, config/s390/s390.c, opts.c, tree.c:
3948         Remove "." from end of diagnostics.  Make diagnostics start with
3949         lowercase letter.
3950
3951 2005-07-02  Zack Weinberg  <zack@codesourcery.com>
3952             Joseph S. Myers  <joseph@codesourcery.com>
3953
3954         * toplev.c (default_tree_printer): Handle setting location with
3955         '+' flag.
3956         * c-objc.common.c (c_tree_printer): Likewise.
3957         * c-format.c (gcc_diag_flag_specs): Add '+'.
3958         (gcc_cdiag_char_table): Allow '+' flag for tree formats.
3959         (format_types_orig): Allow '+' flag for gcc_diag and gcc_cdiag
3960         formats.
3961         * c-common.c, c-decl.c, c-objc-common.c, c-pragma.c,
3962         config/arm/pe.c, config/i386/winnt.c, config/ia64/ia64.c,
3963         config/mcore/mcore.c, config/sh/symbian.c, config/sol2.c,
3964         config/v850/v850.c, function.c, stor-layout.c, toplev.c,
3965         tree-inline.c, tree-optimize.c, tree.c, varasm.c: Use '+' flag
3966         instead of %J or %H.  Use 'q' flag for quoting.  Avoid '.' at end
3967         of diagnostics.  Use %q+D not %s for a decl.  Do not pass excess
3968         format arguments where %J is used without %D.
3969
3970 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
3971
3972         * gcc.c (LINK_SSP_SPEC): Define.
3973         (link_ssp_spec): New variable.
3974         (LINK_COMMAND_SPEC): Add %(link_ssp).
3975         (static_specs): Add link_ssp_spec.
3976         * configure.ac (TARGET_LIBC_PROVIDES_SSP): New test.
3977         * configure: Rebuilt.
3978         * config.in: Rebuilt.
3979
3980         * config/rs6000/linux.h (TARGET_THREAD_SSP_OFFSET): Define.
3981         * config/rs6000/linux64.h (TARGET_THREAD_SSP_OFFSET): Likewise.
3982         * config/i386/linux.h (TARGET_THREAD_SSP_OFFSET): Likewise.
3983         * config/i386/linux64.h (TARGET_THREAD_SSP_OFFSET): Likewise.
3984         * config/rs6000/rs6000.md (stack_protect_set, stack_protect_test):
3985         If TARGET_THREAD_SSP_OFFSET is defined, use -0x7010(13) resp.
3986         -0x7008(2) instead of reading __stack_chk_guard variable.
3987         * config/i386/i386.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): Change
3988         number.
3989         (UNSPEC_SP_TLS_SET, UNSPEC_SP_TLS_TEST): New constants.
3990         (stack_protect_set, stack_protect_test): Use *_tls* patterns
3991         if TARGET_THREAD_SSP_OFFSET is defined.
3992         (stack_tls_protect_set_si, stack_tls_protect_set_di,
3993         stack_tls_protect_test_si, stack_tls_protect_test_di): New insns.
3994
3995         Revert:
3996         2005-06-27  Richard Henderson  <rth@redhat.com>
3997         * libgcc-std.ver (GCC_4.1.0): New.
3998         * libgcc.h (__stack_chk_guard): Declare.
3999         (__stack_chk_fail, __stack_chk_fail_local): Declare.
4000         * libgcc2.c (L_stack_chk, L_stack_chk_local): New.
4001         * mklibgcc.in (lib2funcs): Add them.
4002
4003 2005-07-01  Richard Henderson  <rth@redhat.com>
4004
4005         * config/i386/linux-unwind.h (x86_64_fallback_frame_state): Cast to
4006         void * before struct sigcontext *.
4007         (x86_fallback_frame_state): Likewise.
4008
4009 2005-07-01  James E. Wilson  <wilson@specifixinc.com>
4010
4011         * doc/invoke.texi (-funit-at-a-time): Correct grammar in second bullet.
4012
4013 2005-07-01  Andrew Pinski  <pinskia@physics.uc.edu>
4014
4015         PR tree-opt/22269
4016         * tree-ssa-reassoc.c (should_transpose): Fix which operand
4017         we check for SSA_NAME for.
4018
4019 2005-07-01  Daniel Berlin  <dberlin@dberlin.org>
4020
4021         Fix PR tree-optimization/22071
4022
4023         * tree-ssa-structalias.c (offset_overlaps_with_access): New
4024         function.
4025         (get_constraint_for_component_ref): Use it.
4026
4027 2005-07-01  Andrew Pinski  <pinskia@physics.uc.edu>
4028
4029         PR other/22264
4030         * diagnostic.c (diagnostic_report_current_module): Use pp_newline to
4031         print out the last new line.
4032
4033 2005-07-01  Hans-Peter Nilsson  <hp@axis.se>
4034
4035         * config/cris/cris.md (CRIS_CC0_REGNUM): New constant.
4036         Swap numbers for CRIS_AP_REGNUM and CRIS_MOF_REGNUM.
4037         * config/cris/cris.c (cris_conditional_register_usage): Adjust
4038         reg_names[CRIS_CC0_REGNUM] for early CRIS versions.
4039         (cris_print_operand) <case REG>: Handle CRIS_CC0_REGNUM.
4040         (cris_md_asm_clobbers): Clobber CRIS_CC0_REGNUM for all asms.
4041         * config/cris/cris.h (CRIS_CANONICAL_CC0_REGNUM): New macro.
4042         (enum reg_class): New member CC0_REGS.
4043         (REG_CLASS_FROM_LETTER): Add 'c' for CC0_REGS.
4044         (FIRST_PSEUDO_REGISTER, CALL_USED_REGISTERS, REG_ALLOC_ORDER)
4045         (HARD_REGNO_MODE_OK, MODES_TIEABLE_P, REG_CLASS_NAMES)
4046         (CRIS_SPECIAL_REGS_CONTENTS, REG_CLASS_CONTENTS, REGNO_REG_CLASS)
4047         (PREFERRED_RELOAD_CLASS, REGISTER_NAMES, DBX_REGISTER_NUMBER):
4048         Adjust for register now described.
4049
4050 2005-07-01  Jakub Jelinek  <jakub@redhat.com>
4051
4052         PR target/22262
4053         * config/i386/i386.md (stack_protect_test_si,
4054         stack_protect_test_di): Add earlyclobber for scratch 3.
4055         * config/rs6000/rs6000.md (stack_protect_testsi,
4056         stack_protect_testdi): Add earlyclobber for scratch 3,
4057         remove earlyclobber from scratch 4.
4058
4059 Older entries for 2005 can be found in ChangeLog-2005.