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