OSDN Git Service

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