resource.c (mark_referenced_resources): Look inside UNSPEC_VOLATILEs and ASM_INPUTs.
[official-gcc.git] / gcc / ChangeLog
blobfce6036e027893fdbf9773e60f8159bfe43928c3
1 2008-07-02  Richard Sandiford  <rdsandiford@googlemail.com>
3         * resource.c (mark_referenced_resources): Look inside
4         UNSPEC_VOLATILEs and ASM_INPUTs.
6 2008-07-02  Ian Lance Taylor  <iant@google.com>
8         * rtlanal.c (add_reg_note): New function.
9         * rtl.h (add_reg_note): Declare.
10         * auto-inc-dec.c (attempt_change): Use add_reg_note.
11         * bb-reorder.c (add_reg_crossing_jump_notes): Likewise.
12         * builtins.c (expand_builtin_longjmp): Likewise.
13         (expand_builtin_nonlocal_goto): Likewise.
14         * calls.c (emit_call_1, expand_call): Likewise.
15         * cfgexpand.c (add_reg_br_prob_note): Likewise.
16         * cfglayout.c (fixup_reorder_chain): Likewise.
17         * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
18         (commit_one_edge_insertion): Likewise.
19         * combine.c (move_deaths, distribute_notes): Likewise.
20         * df-problems.c (df_set_note): Likewise.
21         * emit-rtl.c (link_cc0_insns, try_split): Likewise.
22         (set_unique_reg_note): Likewise.
23         (emit_copy_of_insn_after): Likewise.
24         * expr.c (expand_expr_real): Likewise.
25         * gcse.c (add_label_notes): Likewise.
26         * haifa-sched.c (create_check_block_twin): Likewise.
27         * jump.c (mark_jump_label_1): Likewise.
28         * loop-doloop.c (add_test, doloop_modify): Likewise.
29         * loop-unswitch.c (compare_and_jump_seq): Likewise.
30         * lower-subreg.c (move_eh_region_note): Likewise.
31         * optabs.c (emit_libcall_block): Likewise.
32         * predict.c (predict_insn): Likewise.
33         (combine_predictions_for_insn): Likewise.
34         * recog.c (peephole2_optimize): Likewise.
35         * regmove.c (try_auto_increment): Likewise.
36         * reg-stack.c (emit_pop_insn, move_for_stack_reg): Likewise.
37         * reload.c (find_reloads): Likewise.
38         * reload1.c (fixup_eh_region_note): Likewise.
39         (reload_as_needed, add_auto_inc_notes, copy_eh_notes): Likewise.
40         * reorg.c (delete_prior_computation): Likewise.
41         (delete_computation, dbr_schedule): Likewise.
42         * config/pa/pa.c (legitimize_pic_address): Likewise.
43         * config/sh/sh.c (sh_reorg): Likewise.
45 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
47         PR target/36669
48         * config/libgcc-glibc.ver: Add %exclude.
49         * config/m32r/libgcc-glibc.ver: Likwise.
50         * config/s390/libgcc-glibc.ver: Likwise.
51         * config/sh/libgcc-glibc.ver: Likwise.
52         * config/sparc/libgcc-sparc-glibc.ver: Likwise.
54         * config/i386/libgcc-glibc.ver: New.
56         * config/i386/libgcc-x86_64-glibc.ver: Removed.
58 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
60         * config.gcc: Remove i386/t-fprules-softfp64 soft-fp/t-softfp
61         from tmake_file from i[34567]86-*-darwin*, x86_64-*-darwin*,
62         i[34567]86-*-linux*, x86_64-*-linux*.  Add
63         i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file for
64         i[34567]86-*-darwin*, x86_64-*-darwin*, i[34567]86-*-linux*,
65         x86_64-*-linux*.  Add i386/t-linux to tmake_file for
66         i[34567]86-*-linux*, x86_64-*-linux*.
68         * libgcc-std.ver: Add empty GCC_4.4.0.
70         * mkmap-symver.awk: Support multiple versions per symbol.
72         * config/i386/i386.c (ix86_init_builtins): Always define
73         __builtin_fabsq and __builtin_copysignq with fallbacks.
74         (ix86_expand_builtin): Emit normal call for __builtin_fabsq
75         and __builtin_copysignq if SSE2 isn't available.
77         * config/i386/linux.h (LIBGCC2_HAS_TF_MODE): Defined.
78         (LIBGCC2_TF_CEXT): Likwise.
79         (TF_SIZE): Likwise.
81         * config/i386/linux64.h (LIBGCC2_HAS_TF_MODE): Defined as 1.
83         * config/i386/sfp-machine.h: Moved to libgcc.
85         * config/i386/sfp-machine.h: New.
86         * config/i386/t-linux: Likwise.
88         * config/i386/t-darwin: Remove softfp_wrap_start and
89         softfp_wrap_end.
90         * config/i386/t-darwin64: Likewise.
92         * config/i386/t-fprules-softfp64: Renamed to ...
93         * config/i386/t-fprules-softfp: This.
95         * config/i386/t-linux64: Remove SHLIB_MAPFILES, softfp_wrap_start
96         and softfp_wrap_end.
98 2008-07-02  Jason Merrill  <jason@redhat.com>
100         * tree.c (ctor_to_list): New fn.
101         * tree.h: Declare it.
102         (CONSTRUCTOR_ELT): New macro.
103         (CONSTRUCTOR_NELTS): New macro.
105 2008-07-02  Richard Guenther  <rguenther@suse.de>
107         * tree-ssa-structalias.c (struct variable_info): Reorder
108         to fill padding on 64bit hosts.  Make collapsed_to an int.
109         (get_varinfo_fc): Deal with that.
110         (new_var_info): Likewise.
111         (collapse_rest_of_var): Likewise.
113 2008-07-02  Joshua Sumali  <jsumali@redhat.com>
115         * doc/install.texi (--enable-java-home): Document.
116         (--enable-aot-compile-rpm): Likewise.
117         (--with-arch-directory): Likewise.
118         (--with-os-directory): Likewise.
119         (--with-origin-name): Likewise.
120         (--with-arch-suffix): Likewise.
121         (--with-jvm-root-dir): Likewise.
122         (--with-jvm-jar-dir): Likewise.
123         (--with-python-dir): Likewise.
125 2008-07-02  Richard Guenther  <rguenther@suse.de>
127         * tree-ssa-forwprop.c (can_propagate_from): Exclude loads
128         from decls explicitly.  Merge operand checking from tuples.
130 2008-07-02  Martin Jambor  <mjambor@suse.cz>
132         * tree-switch-conversion.c: Included timevar.h which I forgot before.
133         
134 2008-07-02  Martin Jambor  <mjambor@suse.cz>
136         * tree-switch-conversion.c: Included timevar.h
137         (pass_convert_switch): Added a timevar id (TV_TREE_SWITCH_CONVERSION).
139         * timevar.def: Added TV_TREE_SWITCH_CONVERSION.
141 2008-07-02  Martin Jambor  <mjambor@suse.cz>
143         * tree-switch-conversion.c: Corrected various comments and
144         whitespace issues
145         (build_constructors): Fixed minor formatting mistakes.
147         * invoke.texi (Optimize Options): Corrected the
148         switch-conversion-max-branch-ratio parameter.
150 2008-07-02  Mark Shinwell  <shinwell@codesourcery.com>
152         * final.c (asm_insn_count): Return zero for an empty asm body.
154 2008-07-02  Richard Guenther  <rguenther@suse.de>
156         * bitmap.h (bitmap_set_bit): Return bool.
157         (bitmap_clear_bit): Likewise.
158         * bitmap.c (bitmap_set_bit): Return if the bit changed.  Only
159         write to the bitmap if it would.
160         (bitmap_clear_bit): Likewise.
161         * tree-ssa-structalias.c (add_implicit_graph_edge): Use
162         bitmap_set_bit return value.
163         (add_pred_graph_edge): Likewise.
164         (add_graph_edge): Likewise.
165         (do_sd_constraint): Likewise.
166         (do_ds_constraint): Likewise.
168 2008-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
170         * config/alpha/alpha.c (alpha_need_linkage, alpha_use_linkage):
171         Fix -Wc++-compat and/or -Wcast-qual warnings.
172         * config/i386/netware.c (gen_stdcall_or_fastcall_decoration,
173         gen_regparm_prefix): Likewise.
174         * vmsdbgout.c (write_modbeg, lookup_filename,
175         vmsdbgout_source_line, vmsdbgout_init): Likewise.
177 2008-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
179         * config/i386/mingw32.h (TARGET_USE_JCR_SECTION): Undef to let
180         defaults.h definition apply.
182 2008-07-01  Daniel Jacobowitz  <dan@codesourcery.com>
184         * function.c (assign_parm_remove_parallels): New.
185         (assign_parm_setup_block_p): Do not return true for non-BLKmode
186         PARALLELs.
187         (assign_parm_setup_block): Do not handle them.
188         (assign_parm_setup_reg, assign_parm_setup_stack): Call
189         assign_parm_remove_parallels.
191 2008-07-01  Daniel Jacobowitz  <dan@codesourcery.com>
193         * c-typeck.c (convert_for_assignment): Use
194         vector_targets_convertible_p.
195         * c-common.c (vector_targets_convertible_p): New.
196         * c-common.h (vector_targets_convertible_p): New prototype.
197         * config/rs6000/rs6000.c (rs6000_is_opaque_type): Do not check
198         opaque_p_V2SI_type_node.
200 2008-07-01  Steve Ellcey  <sje@cup.hp.com>
202         * config/ia64/ia64.c (ia64_cannot_force_const_mem): Do not allow
203         RFmode constants.
205 2008-07-01  Uros Bizjak  <ubizjak@gmail.com>
207         * config/i386/i386.c (ix86_build_signbit_mask): Generate TImode and
208         TFmode constants via two element DImode vector for hosts with
209         HOST_BITS_PER_WIDE_INT < 64.
210         (ix86_init_builtins): Define __builtin_fabsq and __builtin_copysignq
211         also for HOST_BITS_PER_WIDE_INT < 64.
213 2008-07-01  Richard Guenther  <rguenther@suse.de>
215         PR tree-optimization/36666
216         * tree-ssa-structalias.c (get_constraint_for_1): Declare.
217         (get_constraint_exp_from_ssa_var): Split into ...
218         (get_constraint_exp_for_temp): ... this ...
219         (get_constraint_for_ssa_var): ... and that.
220         Return constraint expressions for all touched sub-fields
221         if the results address is not taken.
222         (process_constraint): Remove assertion that aggregate
223         assignments do not happen at this place.
224         (get_constraint_for_component_ref): Add address_p argument.
225         Return constraint expressions for all touched sub-fields
226         if the results address is not taken.
227         (do_deref): Use get_constraint_exp_for_temp.
228         (get_constraint_for_1): Rename from ...
229         (get_constraint_for): ... this.  Add the old function as wrapper.
230         (do_structure_copy): Use get_constraint_for_1.
232 2008-07-01  Martin Jambor  <mjambor@suse.cz>
234         * Makefile.in (tree-switch-conversion.o): Add.
235         (OBJS-common): Add tree-swtch-conversion.o.
236         * passes.c (init_optimization_passes): Add pass_convert_switch.
237         * tree-pass.h: (pass_convert_switch): Add.
238         * tree-switch-conversion.c: New file.
239         * gcc.dg/tree-ssa/cswtch.c: New testcase.
240         * common.opt (ftree-cswtch): New option.
241         * params.h (PARAM_SWITCH_CONVERSION_BRANCH_RATIO): New parameter.
242         * params.def (PARAM_SWITCH_CONVERSION_BRANCH_RATIO): New parameter.
243         * opts.c (decode_options): Set flag_tree_switch_conversion when
244         optimization level is >= 2.
245         * doc/invoke.texi (Optimize Options): Added description of
246         -ftree-swtch-conversion and switch-conversion-max-branch-ratio.
248 2008-06-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
250         * config/darwin-driver.c (darwin_default_min_version): Fix
251         -Wc++-compat warnings.
253 2008-06-30  Uros Bizjak  <ubizjak@gmail.com>
255         * config/i386/i386.md (*movti_rex64): Add "!" to "r" constraint
256         of operand 0.
258 2008-06-30  Kenneth Zadeck <zadeck@naturalbridge.com>
260         * ifcvt.c (cond_move_process_if_block): Free vectors on false return.
261         
262 2008-06-30  Kenneth Zadeck <zadeck@naturalbridge.com>
264         PR rtl-optimization/34744
265         * df-scan.c (df_scan_free_ref_vec, df_scan_free_mws_vec): New macros.
266         (df_scan_free_internal): Free data structures not
267         allocated in storage pools.
268         (df_mw_hardreg_chain_delete_eq_uses): Use df_scan_free_mws_vec.
269         (df_refs_add_to_chains): Use df_scan_free_ref_vec and
270         df_scan_free_mws_vec.
271         * dse.c (dse_step6): Free offset_map_p and offset_map_n
272         unconditionally.
274 2008-06-30  H.J. Lu  <hongjiu.lu@intel.com>
276         * config/i386/i386.c (contains_aligned_value_p): Return true
277         for __float128.
278         (ix86_function_arg_boundary): Return its natural boundary
279         for __float128.
280         (return_in_memory_32): Don't check TDmode.
281         (ix86_split_to_parts): Support splitting into 4 parts and
282         support TFmode for 32bit target.
283         (ix86_split_long_move): Support splitting into 4 parts.
284         (bdesc_args): Enable IX86_BUILTIN_FABSQ and IX86_BUILTIN_COPYSIGNQ
285         for SSE2.
286         (ix86_init_mmx_sse_builtins): Move __float80 and __float128 to ...
287         (ix86_init_builtins): Here.
288         (ix86_scalar_mode_supported_p): Always return true for TFmode.
289         (ix86_c_mode_for_suffix): Always return TFmode and XFmode for
290         'q' and 'w', respectively. 
292         * config/i386/i386.md (movtf): Check TARGET_SSE2 instead of
293         TARGET_64BIT.
294         (movtf_internal): Likewise.
295         (<code>tf2): Likewise.
296         (*absnegtf2_sse): Likewise.
297         (copysign<mode>3): Likewise.
298         (copysign<mode>3_const): Likewise.
299         (copysign<mode>3_var): Likewise.
300         (define_split UNSPEC_COPYSIGN): Likewise.
301         * config/i386/sse.md (*nandtf3): Likewise.
302         (<code>tf3): Likewise.
303         (*<code>tf3): Likewise.
305 2008-06-30  Joey Ye  <joey.ye@intel.com>
306             H.J. Lu  <hongjiu.lu@intel.com>
308         * global.c (compute_regsets): Set frame_pointer_needed here.
309         * reload1.c (init_elim_table): Don't set frame_pointer_needed here.
311 2008-06-30  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
313         * doc/install.texi (specific): Expand Windows build notes.
315 2008-06-30  Ira Rosen  <irar@il.ibm.com>
317         PR tree-optimization/36648
318         * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Divide
319         number of prolog iterations by step. Fix the comment.
321 2008-06-30  Richard Guenther  <rguenther@suse.de>
323         PR middle-end/36671
324         * tree-ssa-structalias.c (handle_lhs_call): Add flags argument,
325         handle calls from ECF_MALLOC functions.
326         (handle_pure_call): ECF_MALLOC functions do not return
327         call-used memory.
328         (find_func_aliases): Handle all calls, adjust calls to handle_lhs_call.
330 2008-06-29  Andreas Schwab  <schwab@suse.de>
332         * config/m68k/m68k.c (print_operand): Always print a float
333         constant in hex.
334         * config/m68k/m68k.h (ASM_OUTPUT_FLOAT_OPERAND)
335         (ASM_OUTPUT_DOUBLE_OPERAND, ASM_OUTPUT_LONG_DOUBLE_OPERAND):
336         Remove macros.
338         * config/rs6000/x-linux64: Remove never used file.
340 2008-06-29  Richard Guenther  <rguenther@suse.de>
342         * tree-ssa-structalias.h (compute_points_to_sets): Adjust
343         prototype.
344         (struct alias_info): Move ...
345         * tree-ssa-alias.c: ... here.
346         (update_alias_info): Declare.
347         (compute_may_aliases): Call it.
348         (update_alias_info): New function.
349         * tree-ssa-structalias.c (update_alias_info): Move ...
350         * tree-ssa-alias.c (update_alias_info_1): ... here.
351         * tree-ssa-structalias.c (process_constraint_1): Remove
352         unused from_call argument.  Rename to ...
353         (process_constraint): ... this.  Delete old wrapper.
354         (make_constraint_to): Adjust callers.
355         (handle_const_call): Likewise.
356         (handle_pure_call): Likewise.
357         (init_base_vars): Likewise.
358         (handle_lhs_call): Likewise.  Remove unnecessary constraint.
359         (find_func_aliases): We don't need structure copies for
360         complex types.
361         (make_constraint_from_anything): Remove.
362         (create_variable_info_for): For globals make constraints
363         from escaped, not from anything.
364         (compute_points_to_sets): Do not call update_alias_info.
365         (ipa_pta_execute): Use make_constraint_from.
367 2008-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
369         * Makefile.in (CXX_COMPAT_WARN, cxx_compat_warn): Delete.
370         (bitmap.o-warn, dominance.o-warn): New.
371         * configure.ac (cxx_compat_warn): Delete.
372         (loose_warn): Add -Wcast-qual and -Wc++-compat.
373         * system.h: Remove #pragma diagnostic for -Wcast-qual and
374         -Wc++-compat.
375         * configure: Regenerate.
377         * optabs.c (libfunc_decl_hash, libfunc_decl_eq): Fix -Wcast-qual
378         warnings.
380 2008-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
382         * alloc-pool.c (create_alloc_pool): Fix -Wc++-compat warnings.
383         * df-scan.c (df_notes_rescan): Likewise.
384         * ggc-page.c (set_page_table_entry): Likewise.
385         * intl.c (gcc_gettext_width): Likewise.
386         * varasm.c (get_unnamed_section, get_noswitch_section,
387         get_section): Likewise.
389 2008-06-28  Andrew Jenner  <andrew@codesourcery.com>
391         * regrename.c (build_def_use): Don't copy RTX.
393 2008-06-28  Sandra Loosemore  <sandra@codesourcery.com>
395         * doc/extend.texi (Variable Attributes): Use @ref instead of @xref.
396         (Type Attributes): Fix nesting of @table and @subsection.  Adjust
397         punctuation.  Use @ref instead of @xref.
398         (Function Names): Remove stray @display/@end display.
399         (C++ Attributes): Use @ref instead of @xref.
400         (Deprecated Features): Fix punctuation around @xref.
401         (Backwards Compatibility): Likewise.
402         * doc/rtl.texi (Incdec): Remove stray @table/@end table.
404 2008-06-28  Joseph Myers  <joseph@codesourcery.com>
406         * config/rs6000/predicates.md (easy_fp_constant): Reject TFmode
407         constants for E500 double.
409 2008-06-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
411         * doc/rtl.texi (const_vector): Document const_fixed as legitimate
412         element type of const_vector.
414 2008-06-28  Uros Bizjak  <ubizjak@gmail.com>
416         * config/i386/i386.md (addti3, adddi3, addsi3, addhi3, addqi3):
417         Remove FLAGS_REG clobber from expander pattern.
418         (subti3, subdi3, subsi3, subhi3, subqi3): Ditto.
419         (anddi3, andsi3, andhi3, andqi3): Ditto.
420         (iordi3, iorsi3, iorhi3, iorqi3): Ditto.
421         (xordi3, xorsi3, xorhi3, xorqi3): Ditto.
422         (negti2, negdi2, negsi2, neghi2, negqi2): Ditto.
423         (ashlsi3, ashlhi3, ashlqi3): Ditto.
424         (ashrsi3, ashrhi3, ashrqi3): Ditto.
425         (lshrsi3, lshrhi3, lshrqi3): Ditto.
426         (rotldi3, rotlsi3, rotlhi3, rotlqi3): Ditto.
427         (rotrdi3, rotrsi3, rotrhi3, rotrqi3): Ditto.
429 2008-06-28  Richard Guenther  <rguenther@suse.de>
431         * tree-ssa-structalias.c (callused_id, var_callused,
432         callused_tree): Add.
433         (handle_pure_call): New function.
434         (find_func_aliases): Call it.
435         (find_what_p_points_to): Handle the call-used set.
436         (clobber_what_escaped): Likewise.
437         (compute_call_used_vars): New function.
438         (init_base_vars): Init the call-used variable.
439         (do_sd_constraint): Do not propagate the solution from CALLUSED
440         but use CALLUSED as a placeholder.
441         (solve_graph): Likewise.
442         * tree-flow-inline.h (gimple_call_used_vars): New function.
443         * tree-flow.h (struct gimple_df): Add call_used_vars bitmap.
444         (compute_call_used_vars): Declare.
445         * tree-ssa-alias.c (set_initial_properties): Call
446         compute_call_used_vars.
447         (reset_alias_info): Clear call-used variables.
448         (add_call_clobber_ops): Assert we are not called for const/pure
449         functions.  Remove handling of them.
450         (add_call_read_ops): Handle pure functions by adding the
451         call-used set of variables as VUSEs.
452         * tree-ssa.c (init_tree_ssa): Allocate call-used bitmap.
453         (delete_tree_ssa): Free it.
454         * tree-dfa.c (remove_referenced_var): Clear the var from the
455         call-used bitmap.
457 2008-06-28  Kai Tietz  <kai.tietz@onevision.com>
459         * tree.c (build_varargs_function_type_list): New.
460         (build_function_type_list_1): New.
461         (build_function_type_list): Use build_function_type_list_1.
462         * tree.h (build_varargs_function_type_list): New.
464 2008-06-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
466         PR target/34856
467         * config/spu/spu.c (spu_builtin_splats): Do not generate
468         invalid CONST_VECTOR expressions.
469         (spu_expand_vector_init): Likewise.
471 2008-06-28  Richard Sandiford  <rdsandiford@googlemail.com>
473         * optabs.c (libfunc_decls): New variable.
474         (libfunc_decl_hash, libfunc_decl_eq): New functions.
475         (init_one_libfunc): Reuse decls and SYMBOL_REFs when asked
476         for the same function twice.
478 2008-06-27  Uros Bizjak  <ubizjak@gmail.com>
480         * config/i386/i386.md (ashlti3, ashrti3, lshrti3): Expand using
481         ix86_expand_binary_operator directly.
482         (*ashlti3_1): Rename from ashlti3_1.  Use nonmemory_operand predicate
483         for operand 2.
484         (*ashrti3_1): Ditto.
485         (*lshrti3_1): Ditto.
486         (*ashlti3_2, *ashrti3_2, *lshrti3_2): Remove insn patterns.
487         (ashlti, ashrti and lshrti splitters): Handle nonmemory operand 2
488         using only one splitter.  Conditionaly execute splitter before or
489         after peephole2 pass.
490         (ashlti, ashrti and lshrti peephole2): Define peephole2 patterns.
491         (x86_shld): Rename from x86_shld_1.  Compress operand 2 constraints.
492         Use only one alternative in asm template.
493         (x86_64_shld): Compress operand 2 constraints. Use only one alternative
494         in asm template.
495         (*ashldi3_cmp_rex64): Use const_1_to_63_operand operand predicate and
496         "J" operand constraint for operand 2.
497         (*ashldi3_cconly_rex64): Ditto.
498         (*ashrdi3_cmp_rex64): Ditto.
499         (*ashrdi3_cconly_rex64): Ditto.
500         (*lshrdi3_cmp_rex64): Ditto.
501         (*lshrdi3_cconly_rex64): Ditto.
502         * config/i386/predicates.md (const_1_to_63_operand): New predicate.
503         * config/i386/i386.md (print_operand) ['s']: Print ", " using fputs.
504         (split_ashr, split_ashl, split_lshr): Use gen_x86_shrd instead of
505         gen_x86_shrd_1.
507 2008-06-27  Jakub Jelinek  <jakub@redhat.com>
509         * gimplify.c (omp_is_private): Don't return true if decl is not
510         already private on #pragma omp for or #pragma omp parallel for.
512         PR debug/36617
513         * tree-cfg.c (struct move_stmt_d): Replace block field with
514         orig_block and new_block fields.
515         (move_stmt_r): Only set TREE_BLOCK to p->new_block if
516         if it used to be NULL, p->orig_block or if p->orig_block is NULL.
517         (move_block_to_fn): Replace vars_map and new_label_map arguments
518         with struct move_stmt_d pointer.
519         (replace_block_vars_by_duplicates): New function.
520         (move_sese_region_to_fn): Add ORIG_BLOCK argument.  Adjust
521         move_block_to_fn caller.  If ORIG_BLOCK is non-NULL, move over
522         all subblocks of ORIG_BLOCK to the new function.  Call
523         replace_block_vars_by_duplicates.
524         * tree-flow.h (move_sese_region_to_fn): Adjust prototype.
525         * omp-low.c (expand_omp_taskreg): Set TREE_USED on DECL_INITIAL
526         BLOCK of the new function.  Adjust move_sese_region_to_fn caller.
527         Prune vars with original DECL_CONTEXT from child_cfun->local_decls.
528         (expand_omp): Temporarily set input_location to the location of
529         region's controlling stmt.
530         (lower_omp_sections, lower_omp_for): Add a BLOCK into outermost
531         BIND_EXPR, push ctx->block_vars and gimplification vars into
532         the BIND_EXPR and its block's BLOCK_VARS instead of directly
533         into dest function.
534         (lower_omp_single): Set TREE_USED on the BIND_EXPR's BLOCK if
535         there are any BLOCK_VARS.
536         (lower_omp_taskreg): Set BLOCK on a BIND_EXPR containing the
537         OMP_PARALLEL or OMP_TASK stmt.
538         (lower_omp): Save and restore input_location around the lower_omp_1
539         call.
541 2008-06-27  Richard Guenther  <rguenther@suse.de>
543         PR tree-optimization/36400
544         PR tree-optimization/36373
545         PR tree-optimization/36344
546         * tree-ssa-structalias.c (var_escaped, escaped_tree, escaped_id,
547         var_nonlocal, nonlocal_tree, nonlocal_id): New globals
548         (update_alias_info): Remove call clobbering code.
549         (make_constraint_to): New helper function.
550         (make_escape_constraint): Likewise.
551         (handle_rhs_call): Use it on all pointer containing arguments.
552         Also mark the static chain escaped.
553         (handle_lhs_call): Make constraints from NONLOCAL and ESCAPED
554         instead of ANYTHING.
555         (make_constraint_from): New helper split out from ...
556         (make_constraint_from_anything): ... here.
557         (find_func_aliases): Add constraints for escape sites.
558         (intra_create_variable_infos): Make constraints from NONLOCAL
559         for parameters.
560         (find_what_p_points_to): Interpret NONLOCAL and ESCAPED the same
561         as ANYTHING.
562         (clobber_what_p_points_to): Remove.
563         (clobber_what_escaped): New function.
564         (init_base_vars): Init NONLOCAL and ESCAPED.
565         (do_sd_constraint): Do not propagate the solution from ESCAPED
566         but use ESCAPED as a placeholder.
567         (solve_graph): Likewise.
568         * tree-flow.h (clobber_what_p_points_to): Remove.
569         (clobber_what_escaped): Declare.
570         * tree-ssa-alias.c (set_initial_properties): Call it.
571         Remove code clobbering escaped pointers.
573 2008-06-27  Richard Sandiford  <rdsandiford@googlemail.com>
575         * function.c (allocate_struct_function): Only allocate a unique
576         funcdef_no if the decl is nonzero.
578 2008-06-27  Richard Sandiford  <rdsandiford@googlemail.com>
580         * config/mips/mips-protos.h (mips_split_const_insns): Declare.
581         * config/mips/mips.c (mips_split_const_insns): New function.
582         * config/mips/mips.md (move_type): New attribute.
583         (mode): Move attribute definition earlier in file.  Add "TI" and "TF".
584         (dword_mode): New attribute.
585         (type): Avoid long line.  Map "move_type"s to "type"s,
586         choosing "multi" for doubleword moves if appropriate.
587         Swap MTC/MFC comments to match their declaration order.
588         (extended_mips16): Default to "yes" if "move_type" is "sll0",
589         "type" is "branch" or "jal" is "direct".
590         (length): Handle "extended_mips16" first.  Make the default
591         "0" for "ghost" instructions.  Set the length from "move_type".
592         (truncdisi2, truncdihi2, truncdiqi2): Use "move_type" instead
593         of "type", with "sll0" for the register alternative.  Remove the
594         "extended_mips16" attribute.
595         (zero_extendsidi2, *clear_upper32): Use "move_type" instead
596         of "type", with "shift_shift" for the register alternative.
597         Remove the "length" attribute.
598         (*extend<SHORT:mode><GPR:mode>2, *extendqihi2): Likewise.
599         (*zero_extend<SHORT:mode><GPR:mode>2): Use "move_type" instead
600         of "type", with "andi" for the register alternative.
601         (*zero_extendqihi2): Likewise.
602         (*zero_extend<SHORT:mode><GPR:mode>2_mips16e): Use a "move_type"
603         of "andi" instead of a "type" of "arith".
604         (*zero_extend<SHORT:mode><GPR:mode>2_mips16): Use "move_type"
605         instead of "type".
606         (*zero_extendqihi2_mips16, mov_<load>l, mov_<load>r, mov_<store>l)
607         (mov_<store>r, *mov<mode>_ra): Likewise.
608         (extendsidi2): Use "move_type" instead of "type", with "move"
609         for the register alternative.
610         (*extend<SHORT:mode><GPR:mode>2_mips16e): Use "move_type" instead
611         of "type", with "signext" for the register alternative.
612         (*extend<SHORT:mode><GPR:mode>2_se<SHORT:size>): Likewise.
613         (*extendqihi2_mips16e, *extendqihi2_seb): Likewise.
614         (fix_truncdfsi2_insn, fix_truncsfsi2_insn, fix_truncdfdi2)
615         (fix_truncsfdi2, floatsidf2, floatdidf2, floatsisf2, floatdisf2)
616         (floatdisf2, *branch_equality<mode>_mips16): Likewise.
617         (unnamed branch insn): Likewise.
618         (*movdi_gp32_fp64): Fold into...
619         (*movdi_32bit): ...here.
620         (*movdf_hardfloat_64bit, *movdf_hardfloat_32bit): Combine into...
621         (*movdf_hardfloat): ...this new pattern.
622         (*movdf_softfloat): Remove redundant FPR alternatives.
623         (*movti, *movti_mips16, *movtf, *movtf_mips16): Add "mode" attributes.
624         (*movv2sf_hardfloat_64bit, *movv2sf_hardfloat_32bit): Combine into...
625         (*movv2sf): ...this new pattern.  Use "DF" rather than "SF" for
626         the "move" attribute.
627         (*movdi_32bit): Use "move_type" instead of "type" and remove the
628         "length" attribute.  Use "fpload" and "fpstore" instead of "load"
629         and "store" for COP loads and stores.
630         (*movdi_32bit_mips16, *movdi_64bit, *movsi_internal, movcc)
631         (*movhi_internal, *movhi_mips16, *movqi_internal, *movqi_mips16)
632         (*movsf_hardfloat, *movsf_softfloat, *movsi_mips16, *movdf_hardfloat)
633         (*movdf_softfloat, *movdf_mips16, *movti, *movti_mips16, *movtf)
634         (*movtf_mips16, *movv2sf): Likewise.
635         (mfhi<GPR:mode>_<HILO:mode>, mflo<GPR:mode>_<HILO:mode>)
636         (load_low<mode>, load_high<mode>, store_word<mode>, mthc1<mode>)
637         (mfhc1<mode>): Use "move_type" instead of "move".
638         (*low<mode>_mips16): Use "extended_mips16" instead of "length".
639         (loadgp_blockage): Remove the "length" attribute.
640         (blockage, set_got_version, update_got_version): Likewise.
641         (call_internal): Remove the "extended_mips16" attribute.
642         (call_value_internal, call_value_multiple_internal): Likewise.
643         * config/mips/loongson.md (mov<mode>_internal): Use "move_type"
644         instead of "move".
645         * config/mips/mips-dsp.md (mips_lbux, mips_lhx, mips_lwx): Remove
646         the "length" attribute.
648 2008-06-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
650         * c-format.c (handle_format_attribute): Fix -Wc++-compat and/or
651         -Wcast-qual warnings.
652         * c-pragma.c (dpm_eq, handle_pragma_push_macro,
653         handle_pragma_pop_macro): Likewise.
654         * collect2.c (resolve_lib_name): Likewise.
655         * config/arc/arc.c (arc_init): Likewise.
656         * config/arm/arm.c (neon_builtin_compare,
657         locate_neon_builtin_icode): Likewise.
658         * config/arm/pe.c (arm_mark_dllexport, arm_pe_unique_section): Likewise.
659         * config/bfin/bfin.c (bfin_init_machine_status,
660         bfin_optimize_loop): Likewise.
661         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Likewise.
662         * config/cris/cris.c (cris_init_expanders): Likewise.
663         * config/darwin-c.c (frameworks_in_use, add_framework): Likewise.
664         * config/darwin.c (machopic_indirection_eq,
665         machopic_indirection_name, machopic_output_indirection): Likewise.
666         * config/frv/frv.c (frv_init_machine_status, frv_compare_insns,
667         frv_io_check_address, frv_io_handle_set, frv_io_handle_use_1,
668         frv_optimize_membar): Likewise.
669         * config/i386/cygwin.h (mingw_scan,
670         GCC_DRIVER_HOST_INITIALIZATION): Likewise.
671         * config/i386/cygwin1.c (mingw_scan): Likewise.
672         * config/i386/i386.c (machopic_output_stub): Likewise.
673         * config/i386/winnt.c (gen_stdcall_or_fastcall_suffix,
674         i386_pe_unique_section): Likewise.
675         * config/ia64/ia64.c (ia64_init_machine_status,
676         ia64_h_i_d_extended, get_free_bundle_state, bundling, ia64_reorg):
677         Likewise.
678         * config/iq2000/iq2000.c, iq2000_init_machine_status): Likewise.
679         * config/m68hc11/m68hc11.c (m68hc11_encode_label): Likewise.
680         * config/m68k/m68k.c (m68k_handle_option,
681         m68k_sched_md_init_global): Likewise.
682         * config/mcore/mcore.c (mcore_mark_dllexport, mcore_mark_dllimport,
683         mcore_unique_section): Likewise.
684         * config/mips/mips.c (mips_block_move_straight,
685         mips16_rewrite_pool_refs, mips_sim_wait_regs_2, mips_sim_record_set):
686         Likewise.
687         * config/mmix/mmix.c (mmix_init_machine_status,
688         mmix_encode_section_info): Likewise.
689         * config/pa/pa.c (pa_init_machine_status, hppa_encode_label): Likewise.
690         * config/rs6000/rs6000.c (rs6000_init_machine_status,
691         print_operand_address, output_toc, redefine_groups,
692         rs6000_elf_encode_section_info, machopic_output_stub): Likewise.
693         * config/s390/s390.c (s390_init_machine_status): Likewise.
694         * config/score/score.c (score_block_move_straight,
695         score_block_move_loop_body): Likewise.
696         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
697         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
698         * emit-rtl.c (find_auto_inc): Likewise.
699         * gcc.c (translate_options, process_command): Likewise.
700         * reorg.c (dbr_schedule): Likewise.
701         * sdbout.c (sdbout_start_source_file, sdbout_init): Likewise.
702         * xcoffout.c (xcoffout_declare_function): Likewise.
704 2008-06-27  Daniel Berlin  <dberlin@dberlin.org>
706         * tree-ssa-structalias.c (find_func_aliases): Trivial fix to get
707         ipa-pta working again.
709 2008-06-27  David Edelsohn  <edelsohn@gnu.org>
711         * config/rs6000/t-aix52: Append large data option to LDFLAGS for
712         genautomata.
714 2008-06-27  Edmar Wienskoski  <edmar@freescale.com>
716         * config.gcc (powerpc*-*-*): Add new core e500mc.
717         * config/rs6000/e500mc.md: New file.
718         * config/rs6000/rs6000.c (processor_costs): Add new costs for
719         e500mc.
720         (rs6000_override_options): Add e500mc case to
721         processor_target_table. Altivec and Spe options not allowed
722         with e500mc. Add isel instruction to e500mc by
723         default. Initialize rs6000_cost for e500mc.
724         (rs6000_issue_rate): Set issue rate for e500mc.
725         * config/rs6000/rs6000.h (processor_type): Add
726         PROCESSOR_PPCE500MC.
727         (ASM_CPU_SPEC): Add e500mc.
728         Set TARGET_ISEL to rs6000_isel.
729         * config/rs6000/e500.h: Remove redefinition of TARGET_ISEL.
730         (CHECK_E500_OPTIONS): Remove TARGET_ISEL.
731         * config/rs6000/rs6000.md (define_attr "cpu"): Add ppce500mc.
732         Include e500mc.md.
733         * doc/invoke.texi: Add e500mc to list of cpus.
735 2008-06-27  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
737         PR c/34867
738         * c-lex.c (lex_charconst): Initialize unsignedp.
740 2008-06-27  Olivier Hainque  <hainque@adacore.com>
742         * gimplify.c (gimplify_modify_expr_to_memset): Assert our
743         documented assumptions.
745 2008-06-26  H.J. Lu  <hongjiu.lu@intel.com>
747         * dwarf2out.c: Remove trailing white spaces.  Break long line
748         in comments.
750 2008-06-26  Richard Sandiford  <rdsandiford@googlemail.com>
752         * libfuncs.h (LTI_synchronize): New libfunc_index.
753         (synchronize_libfunc): Declare.
754         * builtins.c (expand_builtin_synchronize): Consider using
755         synchronize_libfunc before falling back on an asm blockage.
756         * config/mips/mips.c: Include libfuncs.h
757         (mips_init_libfuncs): Initialize synchronize_libfunc for TARGET_MIPS16.
759 2008-06-26  Nathan Froyd  <froydnj@codesourcery.com>
761         * config/rs6000/rs6000.c (emit_allocate_stack): Add copy_r11
762         parameter.  Copy stack_reg to r11 where appropriate.
763         (no_global_regs_above): Add gpr parameter.
764         (rs6000_stack_info): Only add padding for SPE save area if we
765         are saving SPE GPRs and CR.
766         (saveres_routine_syms): New variable.
767         (FIRST_SAVRES_REGISTER, LAST_SAVRES_REGISTER, N_SAVRES_REGISTERS):
768         Define.
769         (rs6000_savres_routine_sym): New function.
770         (rs6000_emit_stack_reset, rs6000_restore_saved_cr): New functions,
771         split out of...
772         (rs6000_emit_epilogue): ...here.  Use rs6000_use_multiple_p and
773         rs6000_savres_strategy.  Restore GPRs out-of-line if appropriate.
774         Tweak FPR out-of-line saving.
775         (rs6000_make_savres_rtx): New function.
776         (rs6000_use_multiple_p): New function.
777         (rs6000_savres_strategy): New function.
778         (rs6000_emit_prologue): Use rs6000_savres_strategy.  Save GPRs
779         out-of-line if appropriate.
780         * config/rs6000/sysv4.h (FP_SAVE_INLINE): Save FPRs out-of-line
781         if we are optimizing for size.
782         (GP_SAVE_INLINE): Define.
783         (SAVE_FP_SUFFIX, RESTORE_FP_SUFFIX): Only use _l on 64-bit targets.
784         * config/rs6000/darwin.h (GP_SAVE_INLINE): Define.
785         * config/rs6000/aix.h (GP_SAVE_INLINE): Define.
786         * config/rs6000/rs6000.md (*save_gpregs_<mode>): New insn.
787         (*save_fpregs_<mode>): Add use of r11.
788         (*restore_gpregs_<mode>): New insn.
789         (*return_and_restore_gpregs_<mode>): New insn.
790         (*return_and_restore_fpregs_<mode>): Adjust to clobber LR and
791         use r11.
792         * config/rs6000/spe.md (*save_gpregs_spe): New insn.
793         (*restore_gpregs_spe): New insn.
794         (*return_and_restore_gpregs_spe): New insn.
795         * config/rs6000/predicates.md (save_world_operation): Fix check.
797 2008-06-26  Steven Bosscher  <steven@gcc.gnu.org>
799         * tree-into-ssa (insert_phi_nodes_for): 'var' must be a DECL at
800         this point, so assert that.
802 2008-06-26  Steven Bosscher  <steven@gcc.gnu.org>
804         * cfganal.c: Include vec.h and vecprim.h.
805         (compute_idf): Import from...
806         * tree-into-ssa (compute_idf): ...here.
807         * basic-block.h (compute_idf): Export.
809 2008-06-26  Joseph Myers  <joseph@codesourcery.com>
811         * c-decl.c (merge_decls): Use !current_function_decl to check for
812         extern declaration of C99 inline function being at file scope.
814 2008-06-25  John David Anglin  <dave.anglin@gcc-cnrc.gc.ca>
816         * config.gcc (hppa[12]*-*-hpux10*): Don't use fixproto.
818 2008-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
820         * alias.c (record_alias_subset, init_alias_analysis): Fix
821         -Wc++-compat and/or -Wcast-qual warnings.
822         * attribs.c (lookup_attribute_spec): Likewise.
823         * bb-reorder.c (find_traces, rotate_loop, find_traces_1_round,
824         copy_bb, connect_traces,
825         find_rarely_executed_basic_blocks_and_cr): Likewise.
826         * bt-load.c (find_btr_def_group, add_btr_def, new_btr_user,
827         note_btr_set, migrate_btr_defs): Likewise.
828         * builtins.c (result_vector, expand_builtin_memcpy,
829         expand_builtin_mempcpy_args, expand_builtin_strncpy,
830         builtin_memset_read_str, expand_builtin_printf,
831         fold_builtin_memchr, rewrite_call_expr, fold_builtin_printf):
832         Likewise.
833         * caller-save.c (mark_set_regs): Likewise.
834         * calls.c (expand_call, emit_library_call_value_1): Likewise.
835         * cgraph.c (cgraph_edge): Likewise.
836         * combine.c (likely_spilled_retval_1): Likewise.
837         * coverage.c (htab_counts_entry_hash, htab_counts_entry_eq,
838         htab_counts_entry_del, get_coverage_counts): Likewise.
839         * cselib.c (new_elt_list, new_elt_loc_list, entry_and_rtx_equal_p,
840         new_cselib_val): Likewise.
841         * dbgcnt.c (dbg_cnt_process_opt): Likewise.
842         * dbxout.c (dbxout_init, dbxout_type, output_used_types_helper):
843         Likewise.
844         * df-core.c (df_compact_blocks): Likewise.
845         * df-problems.c (df_grow_bb_info, df_chain_create): Likewise.
846         * df-scan.c (df_grow_reg_info, df_ref_create,
847         df_insn_create_insn_record, df_insn_rescan, df_notes_rescan,
848         df_ref_compare, df_ref_create_structure, df_bb_refs_record,
849         df_record_entry_block_defs, df_record_exit_block_uses,
850         df_bb_verify): Likewise.
851         * df.h (DF_REF_EXTRACT_WIDTH_CONST, DF_REF_EXTRACT_OFFSET_CONST,
852         DF_REF_EXTRACT_MODE_CONST): New.
853         * dominance.c (get_immediate_dominator, get_dominated_by,
854         nearest_common_dominator, root_of_dom_tree,
855         iterate_fix_dominators, first_dom_son, next_dom_son): Fix
856         -Wc++-compat and/or -Wcast-qual warnings.
857         * dse.c (clear_alias_set_lookup, get_group_info, gen_rtx_MEM,
858         record_store, replace_read, check_mem_read_rtx, scan_insn,
859         dse_step1, dse_record_singleton_alias_set): Likewise.
860         * dwarf2asm.c (dw2_force_const_mem): Likewise.
862 2008-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
864         * dwarf2out.c (new_cfi, queue_reg_save, dwarf2out_begin_prologue,
865         dwarf2out_frame_init, new_loc_descr, new_die, lookup_decl_die,
866         lookup_decl_loc, add_var_loc_to_decl, compute_section_prefix,
867         assign_symbol_names, htab_cu_hash, htab_cu_eq, htab_cu_del,
868         build_abbrev_table, new_loc_list, output_comp_unit, add_arange,
869         add_ranges_num, add_ranges_by_labels, file_info_cmp,
870         file_name_acquire, output_file_names, add_const_value_attribute,
871         premark_used_types_helper, file_table_eq, file_table_hash,
872         lookup_filename, dwarf2out_var_location, dwarf2out_source_line,
873         dwarf2out_init, file_table_relative_p): Fix -Wc++-compat and/or
874         -Wcast-qual warnings.
875         * ebitmap.c (ebitmap_array_grow, ebitmap_array_init,
876         ebitmap_alloc, ebitmap_ior, ebitmap_and_compl): Likewise.
877         * emit-rtl.c (get_mem_attrs, get_reg_attrs, gen_rtvec,
878         gen_reg_rtx, start_sequence, init_emit): Likewise.
879         * et-forest.c (et_new_occ, et_new_tree): Likewise.
880         * except.c (init_eh_for_function, gen_eh_region,
881         remove_unreachable_regions, add_ehl_entry, duplicate_eh_regions_1,
882         arh_to_landing_pad, arh_to_label, add_action_record,
883         add_call_site, switch_to_exception_section): Likewise.
884         * expmed.c (synth_mult): Likewise.
885         * expr.c (gen_group_rtx, emit_group_load, emit_group_store,
886         store_expr): Likewise.
887         * final.c (shorten_branches, final_scan_insn, debug_queue_symbol):
888         Likewise.
889         * function.c (assign_stack_temp_for_type,
890         allocate_struct_function, match_asm_constraints_1): Likewise.
891         * gcov-io.c (gcov_allocate): Likewise.
892         * gcse.c (GNEW, GCNEW, GNEWVEC, GCNEWVEC, GRESIZEVEC, GNEWVAR,
893         GCNEWVAR, GRESIZEVAR, GOBNEW, GOBNEWVAR): New.
894         (gcse_main, alloc_gcse_mem, alloc_gcse_mem, alloc_reg_set_mem,
895         record_one_set, insert_expr_in_table, insert_set_in_table,
896         dump_hash_table, compute_hash_table_work, alloc_hash_table,
897         pre_ldst_expr_hash, pre_ldst_expr_eq, find_rtx_in_ldst,
898         reg_set_info, reg_clear_last_set): Fix -Wc++-compat and/or
899         -Wcast-qual warnings.
901 2008-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
903         * cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or
904         -Wcast-qual warnings.
905         * gcc.c (process_command): Likewise.
906         * genattrtab.c (oballoc): Use XOBNEW.
907         (oballocvec): Define.
908         (attr_hash_add_rtx, attr_hash_add_string, attr_string,
909         get_attr_value, fill_attr, make_length_attrs, gen_attr, gen_insn,
910         gen_delay, find_attr, gen_insn_reserv, gen_bypass_1): Fix
911         -Wc++-compat and/or -Wcast-qual warnings.
912         * genautomata.c (XCREATENODE, XCREATENODEVEC, XCREATENODEVAR,
913         XCOPYNODE, XCOPYNODEVEC, XCOPYNODEVAR): New.
914         (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
915         gen_presence_absence_set, gen_automaton, gen_regexp_el,
916         gen_regexp_repeat, gen_regexp_allof, gen_regexp_oneof,
917         gen_regexp_sequence, gen_reserv, gen_insn_reserv, process_excls,
918         add_excls, process_presence_absence_names,
919         process_presence_absence_patterns, add_presence_absence,
920         process_regexp, add_advance_cycle_insn_decl, get_free_alt_state,
921         get_free_state, add_arc, get_free_automata_list_el,
922         form_reserv_sets_list, copy_insn_regexp, transform_1, transform_2,
923         transform_3, cache_presence, create_ainsns, create_automata,
924         create_state_ainsn_table, dfa_insn_code_enlarge,
925         output_trans_func, output_min_issue_delay_func,
926         output_dead_lock_func, output_reset_func,
927         output_get_cpu_unit_code_func, output_dfa_start_func,
928         expand_automata): Likewise.
929         * genextract.c (gen_insn): Likewise.
930         * gengtype-lex.l: Likewise.
931         * gengtype.c (read_input_list, adjust_field_type,
932         process_gc_options): Likewise.
933         * genoutput.c (note_constraint): Likewise.
934         * genpreds.c (mangle, add_constraint): Likewise.
935         * genrecog.c (process_define_predicate, new_decision,
936         add_to_sequence): Likewise.
937         * gensupport.c (record_insn_name): Likewise.
939 2008-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
941         * config/i386/driver-i386.c (detect_caches_amd,
942         detect_caches_intel, host_detect_local_cpu): Fix -Wc++-compat
943         and/or -Wcast-qual warnings.
944         *ggc-common.c (ggc_mark_roots, gt_pch_note_object,
945         gt_pch_note_reorder, relocate_ptrs, write_pch_globals,
946         gt_pch_save): Likewise.
947         * ggc-page.c (push_depth, push_by_depth, alloc_anon, alloc_page,
948         gt_ggc_m_S, clear_marks, ggc_pch_read): Likewise.
949         * global.c (compute_regsets): Likewise.
950         * graph.c (print_rtl_graph_with_bb, clean_graph_dump_file,
951         finish_graph_dump_file): Likewise.
952         * haifa-sched.c (schedule_block, extend_h_i_d, extend_ready,
953         unlink_bb_notes): Likewise.
954         * integrate.c (get_hard_reg_initial_val): Likewise.
955         * ipa-prop.c (ipa_push_func_to_list): Likewise.
956         * ipa-struct-reorg.c (gen_var_name, gen_cluster_name): Likewise.
957         * local-alloc.c (update_equiv_regs): Likewise.
958         * loop-invariant.c (check_invariant_table_size,
959         hash_invariant_expr, eq_invariant_expr, find_or_insert_inv):
960         Likewise.
961         * loop-iv.c (check_iv_ref_table_size, analyzed_for_bivness_p,
962         altered_reg_used, mark_altered): Likewise.
963         * loop-unroll.c (si_info_eq, ve_info_eq, allocate_basic_variable,
964         insert_var_expansion_initialization,
965         combine_var_copies_in_loop_exit, apply_opt_in_copies,
966         release_var_copies): Likewise.
967         * matrix-reorg.c (mat_acc_phi_hash, mat_acc_phi_eq, mtt_info_eq,
968         analyze_matrix_decl, add_allocation_site, analyze_transpose,
969         analyze_accesses_for_phi_node, check_var_notmodified_p,
970         check_allocation_function, find_sites_in_func,
971         record_all_accesses_in_func, transform_access_sites,
972         transform_allocation_sites): Likewise.
973         * omp-low.c (new_omp_region, create_omp_child_function_name,
974         check_omp_nesting_restrictions, check_combined_parallel,
975         lower_omp_2, diagnose_sb_1, diagnose_sb_2): Likewise.
976         * optabs.c (no_conflict_move_test, gen_libfunc, gen_fp_libfunc,
977         gen_intv_fp_libfunc, gen_interclass_conv_libfunc,
978         gen_intraclass_conv_libfunc, set_optab_libfunc, set_conv_libfunc):
979         Likewise.
980         * opts-common.c (prune_options): Likewise.
981         * opts.c (add_input_filename, print_filtered_help,
982         get_option_state): Likewise.
983         * params.c (add_params): Likewise.
984         * passes.c (set_pass_for_id, next_pass_1,
985         do_per_function_toporder, pass_fini_dump_file): Likewise.
986         * postreload.c (reload_cse_simplify_operands): Likewise.
987         * predict.c (tree_predicted_by_p, tree_predict_edge,
988         clear_bb_predictions, combine_predictions_for_bb): Likewise.
990 2008-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
992         * ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual
993         warnings.
994         * recog.c (check_asm_operands, validate_change_1): Likewise.
995         * reg-stack.c (check_asm_stack_operands, subst_asm_stack_regs,
996         subst_asm_stack_regs): Likewise.
997         * regclass.c (regclass, som_hash, som_eq, record_subregs_of_mode,
998         cannot_change_mode_set_regs, invalid_mode_change_p): Likewise.
999         * regmove.c (reg_is_remote_constant_p): Likewise.
1000         * regrename.c (regrename_optimize, scan_rtx_reg,
1001         kill_clobbered_value, kill_set_value, kill_autoinc_value):
1002         Likewise.
1003         * regstat.c (regstat_init_n_sets_and_refs, regstat_compute_ri,
1004         regstat_compute_calls_crossed): Likewise.
1005         * reload1.c (init_reload, new_insn_chain,
1006         has_nonexceptional_receiver, reload, copy_reloads,
1007         calculate_needs_all_insns, init_elim_table): Likewise.
1008         * rtl-factoring.c (compute_rtx_cost, fill_hash_bucket): Likewise.
1009         * rtl.c (shallow_copy_rtx_stat): Likewise.
1010         * rtlanal.c (parms_set): Likewise.
1011         * sbitmap.c (sbitmap_alloc, sbitmap_alloc_with_popcount,
1012         sbitmap_resize, sbitmap_vector_alloc): Likewise.
1013         * sched-ebb.c (earliest_block_with_similiar_load,
1014         add_deps_for_risky_insns): Likewise.
1015         * sched-rgn.c (find_rgns, gather_region_statistics, extend_rgns,
1016         schedule_region): Likewise.
1017         * see.c (eq_descriptor_pre_extension,
1018         hash_descriptor_pre_extension, hash_del_pre_extension,
1019         eq_descriptor_properties, hash_descriptor_properties,
1020         hash_del_properties, see_seek_pre_extension_expr,
1021         see_initialize_data_structures, see_print_register_properties,
1022         see_print_pre_extension_expr, see_delete_merged_def_extension,
1023         see_delete_unmerged_def_extension, see_emit_use_extension,
1024         see_pre_delete_extension, see_map_extension, see_commit_changes,
1025         see_analyze_merged_def_local_prop,
1026         see_analyze_merged_def_local_prop,
1027         see_analyze_unmerged_def_local_prop, see_analyze_use_local_prop,
1028         see_set_prop_merged_def, see_set_prop_unmerged_def,
1029         see_set_prop_unmerged_use, see_print_one_extension,
1030         see_merge_one_use_extension, see_merge_one_def_extension,
1031         see_store_reference_and_extension, see_update_uses_relevancy,
1032         see_update_defs_relevancy): Likewise.
1033         * statistics.c (hash_statistics_hash, hash_statistics_eq,
1034         hash_statistics_free, curr_statistics_hash): Likewise.
1035         * stmt.c (parse_output_constraint, decl_overlaps_hard_reg_set_p,
1036         expand_asm_operands, expand_return, case_bit_test_cmp,
1037         expand_case): Likewise.
1038         * stor-layout.c (start_record_layout): Likewise.
1039         * stringpool.c (ggc_alloc_string, gt_pch_n_S,
1040         gt_pch_save_stringpool): Likewise.
1041         * tree-data-ref.c (hash_stmt_vertex_info,
1042         have_similar_memory_accesses_1, ref_base_address_1): Likewise.
1043         * tree-ssa-phiopt.c (name_to_bb_hash): Likewise.
1045 2008-06-25  Uros Bizjak  <ubizjak@gmail.com>
1047         PR target/36627
1048         * config/i386/i386.md : Change constraints of HImode and QImode
1049         immediate operands from "i" to "n".  Change SImode "ni" constraint to
1050         "i" and SImode "rmi" constraint to "g".  Remove all constraints
1051         from const0_operand and const1_operand predicated operands.
1052         (i): Change QImode and HImode attribute from "i" to "n".
1053         (*subqi_2): Change HImode operands to QImode.
1054         (*subqi_3): Ditto.
1056 2008-06-25  Olivier Hainque  <hainque@adacore.com>
1058         * Makefile.in (GTFILES_H): Use | instead of ; as separator in
1059         sed substitutions.
1061 2008-06-25  Richard Guenther  <rguenther@suse.de>
1063         * tree-ssa-structalias.c (fieldoff_compare): Make sure to
1064         not overflow the result type.
1066 2008-06-25  Richard Guenther  <rguenther@suse.de>
1068         * tree-vn.c (vn_add): Handle TRUTH_*_EXPR.
1069         (vn_lookup): Likewise.
1071 2008-06-25  Richard Guenther  <rguenther@suse.de>
1073         PR tree-optimization/35518
1074         * fold-const.c (fold_ternary): Strip trivial BIT_FIELD_REFs.
1075         * tree-sra.c (instantiate_element): Use fold_build3 to build
1076         BIT_FIELD_REFs.
1077         (try_instantiate_multiple_fields): Likewise.
1079 2008-06-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1081         * config/rs6000/rs6000.md: Change all string instruction's clobber to
1082         be early clobbers.
1084 2008-06-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1086         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Set
1087         use_backchain_to_restore_sp to true
1088         if the offset of the link register save area would go over the 32k - 1
1089         offset limit of the load
1090         instructions.
1092 2008-06-25  Hans-Peter Nilsson  <hp@axis.com>
1094         * doc/invoke.texi (Optimize Options) <fstrict-aliasing>: Add
1095         anchor for the type-punning blurb.  Cross-reference "Structures
1096         unions enumerations and bit-fields implementation".  Provide a
1097         cast-through-pointer example.  Make final sentence self-contained.
1098         * doc/implement-c.texi (Structures unions enumerations and
1099         bit-fields implementation): Cross-reference the type-punning blurb
1100         in the -fstrict-aliasing documentation.
1102 2008-06-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1104         PR middle-end/36594
1105         * builtins.c (expand_builtin_nonlocal_goto): Stabilize the address of
1106         the memory instead of the memory itself for the save area.
1108 2008-06-24  Olivier Hainque  <hainque@adacore.com>
1109             Nicolas Roche  <roche@adacore.com>
1111         * gengtype.c (srcdir_len): size_t instead of int.
1112         (get_file_realbasename): New function.  For F a filename, the real
1113         basename of F, with all the path components stripped.
1114         (get_file_srcdir_relative_path): New function.  For F a filename, the
1115         relative path to F from $(srcdir).
1116         (get_file_basename): Rewrite using get_file_srcdir_relative_path and
1117         get_file_realbasename.  Adjust the head comment.
1118         (get_prefix_langdir_index): New function. For F a filename, return the
1119         lang_dir_names[] relative index of the language directory that is
1120         a prefix in F.
1121         (get_file_langdir): For F a filename, return the name of the language
1122         directory where F is located.
1123         (get_file_gtfilename): New function. The gt- output file name for an
1124         input filename F.
1125         (get_output_file_with_visibility): Replace in-line computations with
1126         uses of get_file_gtfilename and get_prefix_langdir_index.
1127         * Makefile.in (GTFILES_H): Adjust to match what gengtype generates.
1129 2008-06-24  Jakub Jelinek  <jakub@redhat.com>
1131         PR tree-optimization/36504
1132         * tree-ssa-loop-prefetch.c (gather_memory_references_ref): Skip
1133         references without base address.
1135 2008-06-23  Uros Bizjak  <ubizjak@gmail.com>
1137         PR middle-end/36584
1138         * calls.c (expand_call): Increase alignment for recursive functions.
1140 2008-06-23  Anatoly Sokolov  <aesok@post.ru>
1142         * config/avr/avr.c (avr_function_value): Add new 'outgoing' argument.
1143         (TARGET_FUNCTION_VALUE): New define.
1144         * config/avr/avr-protos.h (avr_function_value): Remove declaration.
1145         * config/avr/avr.h (FUNCTION_VALUE): Remove.
1147 2008-06-23  Uros Bizjak  <ubizjak@gmail.com>
1149         * config/i386/i386.md (fmodxf3): Change sequence of move instructions.
1150         (fmod<mode>3): Ditto.
1151         (remainderxf3): Ditto.
1152         (remainder<mode>3): Ditto.
1154 2008-06-23  Jakub Jelinek  <jakub@redhat.com>
1156         PR target/36533
1157         * emit-rtl.c (set_reg_attrs_from_value): Do nothing if
1158         REG is a hard register.
1160         PR tree-optimization/36508
1161         * tree-ssa-pre.c (compute_antic): Allow num_iterations up to
1162         499, don't check it at all in release compilers.
1164 2008-06-23  Uros Bizjak  <ubizjak@gmail.com>
1166         * config/i386/i386.md (*fop_<mode>_1_i387): Use SSE_FLOAT_MODE_P
1167         together with SSE_TARGET_MATH to disable insn pattern.
1168         (*fop_<MODEF:mode>_2_i387): Ditto.
1169         (*fop_<MODEF:mode>_3_i387): Ditto.
1171 2008-06-22  Andy Hutchinson  <hutchinsonandy@aim.com>
1173         * config/avr/avr.h (SUPPORTS_INIT_PRIORITY): Define.
1174         
1175 2008-06-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1177         PR middle-end/34906
1178         * gimplify.c (gimplify_asm_expr): Check the return code of
1179         parse_output_constraint call, set function return and is_inout
1180         value if it failed.
1182 2008-06-22  Ian Lance Taylor  <iant@google.com>
1184         * c-lex.c (narrowest_unsigned_type): Change itk to int.
1185         (narrowest_signed_type): Likewise.
1186         * c-typeck.c (c_common_type): Change local variable mclass to enum
1187         mode_class, twice.
1188         (parser_build_binary_op): Compare the TREE_CODE_CLASS with
1189         tcc_comparison, not the tree code itself.
1190         * c-common.c (def_fn_type): Pass int, not an enum, to va_arg.
1191         (c_expand_expr): Cast modifier to enum expand_modifier.
1192         * c-common.h (C_RID_CODE): Add casts.
1193         (C_SET_RID_CODE): Define.
1194         * c-parser.c (c_parse_init): Use C_SET_RID_CODE.
1195         (c_lex_one_token): Add cast to avoid warning.
1196         (c_parser_objc_type_name): Rename local typename to type_name.
1197         (check_no_duplicate_clause): Change code parameter to enum
1198         omp_clause_code.
1199         (c_parser_omp_var_list_parens): Change kind parameter to enum
1200         omp_clause_code.
1201         (c_parser_omp_flush): Pass OMP_CLAUSE_ERROR, not 0, to
1202         c_parser_omp_list_var_parens.
1203         (c_parser_omp_threadprivate): Likewise.
1204         * cp/lex.c (init_reswords): Use C_SET_RID_CODE.
1205         * cp/parser.c (cp_lexer_get_preprocessor_token): Likewise.
1206         * c-format.c (NO_FMT): Define.
1207         (printf_length_specs): Use NO_FMT.
1208         (asm_fprintf_length_specs): Likewise.
1209         (gcc_diag_length_specs): Likewise.
1210         (scanf_length_specs): Likewise.
1211         (strfmon_length_specs): Likewise.
1212         (gcc_gfc_length_specs): Likewise.
1213         (printf_flag_specs): Change 0 to STD_C89.
1214         (asm_fprintf_flag_specs): Likewise.
1215         (gcc_diag_flag_specs): Likewise.
1216         (gcc_cxxdiag_flag_specs): Likewise.
1217         (scanf_flag_specs): Likewise.
1218         (strftime_flag_specs): Likewise.
1219         (strfmon_flag_specs): Likewise.
1220         (print_char_table): Likewise.
1221         (asm_fprintf_char_table): Likewise.
1222         (gcc_diag_char_table): Likewise.
1223         (gcc_tdiag_char_table): Likewise.
1224         (gcc_cdiag_char_table): Likewise.
1225         (gcc_cxxdiag_char_table): Likewise.
1226         (gcc_gfc_char_table): Likewise.
1227         (scan_char_table): Likewise.
1228         (time_char_table): Likewis.
1229         (monetary_char_table): Likewise.
1230         * c-format.h (BADLEN): Likewise.
1232 2008-06-21  Ian Lance Taylor  <iant@google.com>
1234         * tree.h (enum tree_code): Include all-tree.def, not tree.def.
1235         Define END_OF_BASE_TREE_CODES around inclusion.
1236         * tree.c (tree_code_type): New global array.
1237         (tree_code_length, tree_code_name): Likewise.
1238         * Makefile.in (TREE_H): Add all-tree.def, c-common.def, and
1239         $(lang_tree_files).
1240         (all-tree.def, s-alltree): New targets.
1241         (gencheck.h, s-gencheck): Remove.
1242         (tree.o): Depend upon all-tree.def.
1243         (build/gencheck.o): Remove gencheck.h dependency.
1244         (mostlyclean): Don't remove gencheck.h.
1245         * c-common.h (enum c_tree_code): Remove.
1246         * c-lang.c (tree_code_type): Remove.
1247         (tree_code_length, tree_code_name): Remove.
1248         * gencheck.c (tree_codes): Include all-tree.def, rather than
1249         tree.def, c-common.def, and gencheck.h.  Undefined DEFTREECODE
1250         after it is used.
1251         * tree-browser.c (tb_tree_codes): Include all-tree.def, rather
1252         than tree.def.
1253         * cp/cp-tree.h (enum cplus_tree_code): Remove.
1254         (operator_name_info): Size to MAX_TREE_CODES.
1255         (assignment_operator_name_info): Likewise.
1256         * cp/cp-lang.c (tree_code_type): Remove.
1257         (tree_code_length, tree_code_name): Remove.
1258         * cp/lex.c (operator_name_info): Size to MAX_TREE_CODES.
1259         (assignment_operator_name_info): Likewise.
1260         * cp/decl.c (grok_op_properties): Change LAST_CPLUS_TREE_CODE to
1261         MAX_TREE_CODES.
1262         * cp/mangle.c (write_expression): Likewise.
1263         * cp/Make-lang.in (CXX_TREE_H): Remove cp/cp-tree.def.
1264         * fortran/f95-lang.c (tree_code_type): Remove.
1265         (tree_code_length, tree_code_name): Remove.
1266         * java/java-tree.h (enum java_tree_code): Remove.
1267         * java/lang.c (tree_code_type): Remove.
1268         (tree_code_length, tree_code_name): Remove.
1269         * java/Make-lang.in (JAVA_TREE_H): Remove java/java-tree.def.
1270         * objc/objc-act.h (enum objc_tree_code): Remove.
1271         * objc/objc-lang.c (tree_code_type): Remove.
1272         (tree_code_length, tree_code_name): Remove.
1273         * objcp/objcp-lang.c (tree_code_type): Remove.
1274         (tree_code_length, tree_code_name): Remove.
1275         * ada/ada-tree.h (enum gnat_tree_code): Remove.
1276         * ada/Make-lang.in (ADA_TREE_H): Remove ada/ada-tre.def.
1277         * ada/misc.c (tree_code_type): Remove.
1278         (tree_code_length, tree_code_name): Remove.
1280 2008-06-21  Bernhard Fischer  <aldot@gcc.gnu.org>
1282         * tree-ssa-pre.c (fini_antic): Bitmap_sets have to be freed before
1283         the grand_bitmap_obstack.
1285 2008-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1287         * ggc.h (GGC_RESIZEVAR): New, reorder macros.
1288         * tracer.c (tail_duplicate): Fix for -Wc++-compat.
1289         * tree-affine.c (aff_combination_expand, free_name_expansion): Likewise.
1290         * tree-cfg.c (replace_by_duplicate_decl, replace_ssa_name,
1291         move_stmt_r, new_label_mapper): Likewise.
1292         * tree-complex.c (cvc_lookup): Likewise.
1293         * tree-dfa.c (create_function_ann): Likewise.
1294         * tree-dump.c (dump_register): Likewise.
1295         * tree-if-conv.c (tree_if_conversion, add_to_predicate_list,
1296         find_phi_replacement_condition): Likewise.
1297         * tree-inline.c (copy_phis_for_bb, estimate_num_insns_1,
1298         tree_function_versioning): Likewise.
1299         * tree-into-ssa.c (cmp_dfsnum): Likewise.
1300         * tree-iterator.c (tsi_link_before, tsi_link_after): Likewise.
1301         * tree-nested.c (lookup_field_for_decl, lookup_tramp_for_decl,
1302         get_nonlocal_debug_decl, convert_nonlocal_reference,
1303         convert_nonlocal_omp_clauses, get_local_debug_decl,
1304         convert_local_reference, convert_local_omp_clauses,
1305         convert_nl_goto_reference, convert_nl_goto_receiver,
1306         convert_tramp_reference, convert_call_expr): Likewise.
1307         * tree-outof-ssa.c (contains_tree_r): Likewise.
1308         * tree-parloops.c (reduction_phi, initialize_reductions,
1309         eliminate_local_variables_1, add_field_for_reduction,
1310         add_field_for_name, create_phi_for_local_result,
1311         create_call_for_reduction_1, create_loads_for_reductions,
1312         create_stores_for_reduction, create_loads_and_stores_for_name):
1313         Likewise.
1314         * tree-phinodes.c (allocate_phi_node): Likewise.
1315         * tree-predcom.c (order_drefs, execute_pred_commoning_cbck): Likewise.
1316         * tree-sra.c (sra_elt_hash, sra_elt_eq, lookup_element): Likewise.
1317         * tree-ssa-alias.c (get_mem_sym_stats_for): Likewise.
1318         * tree-ssa-coalesce.c (compare_pairs): Likewise.
1319         * tree-ssa-loop-im.c (mem_ref_in_stmt, memref_hash, memref_eq,
1320         memref_free, gather_mem_refs_stmt, vtoe_hash, vtoe_eq, vtoe_free,
1321         record_vop_access, get_vop_accesses, get_vop_stores): Likewise.
1322         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise. 
1323         * tree-ssa-sccvn.c (VN_INFO_GET, free_phi, free_reference,
1324         vn_nary_op_insert): Likewise.
1325         * tree-ssa.c (redirect_edge_var_map_add,
1326         redirect_edge_var_map_clear, redirect_edge_var_map_dup): Likewise.
1327         * tree-vectorizer.c (vectorize_loops): Likewise.
1328         * tree.c (make_node_stat, copy_node_stat, build_int_cst_wide,
1329         build_fixed, build_real, make_tree_binfo_stat, make_tree_vec_stat,
1330         tree_cons_stat, build1_stat, build_variant_type_copy,
1331         decl_init_priority_lookup, decl_fini_priority_lookup,
1332         decl_priority_info, decl_restrict_base_lookup,
1333         decl_restrict_base_insert, decl_debug_expr_lookup,
1334         decl_debug_expr_insert, decl_value_expr_lookup,
1335         decl_value_expr_insert, type_hash_eq, type_hash_lookup,
1336         type_hash_add, get_file_function_name, tree_check_failed,
1337         tree_not_check_failed, tree_range_check_failed,
1338         omp_clause_range_check_failed, build_omp_clause,
1339         build_vl_exp_stat): Likewise.
1340         * value-prof.c (gimple_histogram_value,
1341         gimple_duplicate_stmt_histograms): Likewise.
1342         * var-tracking.c (attrs_list_insert, attrs_list_copy,
1343         unshare_variable, variable_union_info_cmp_pos, variable_union,
1344         dataflow_set_different_1, dataflow_set_different_2,
1345         vt_find_locations, variable_was_changed, set_variable_part,
1346         emit_notes_for_differences_1, emit_notes_for_differences_2): Likewise.
1347         * varasm.c (prefix_name, emutls_decl, section_entry_eq,
1348         section_entry_hash, object_block_entry_eq,
1349         object_block_entry_hash, create_block_symbol,
1350         initialize_cold_section_name, default_function_rodata_section,
1351         strip_reg_name, set_user_assembler_name, const_desc_eq,
1352         build_constant_desc, output_constant_def, lookup_constant_def,
1353         const_desc_rtx_hash, const_desc_rtx_eq, const_rtx_hash_1,
1354         create_constant_pool, force_const_mem, compute_reloc_for_rtx_1,
1355         default_internal_label): Likewise.
1356         * varray.c (varray_init, varray_grow): Likewise.
1357         * vec.c (vec_gc_o_reserve_1, vec_heap_o_reserve_1): Likewise.
1359 2008-06-20  Uros Bizjak  <ubizjak@gmail.com>
1361         * config/i386/i386.md (*jcc_fused_1): Handle all valid compare
1362         operators for "test" insn.  Macroize insn using SWI mode macro.
1363         (*jcc_fused_2): Ditto.
1364         (*jcc_fused_3): Macroize insn using SWI mode macro.
1365         (*jcc_fused_4): Ditto.
1367 2008-06-20  Bernhard Fischer  <aldot@gcc.gnu.org>
1369         * tree-ssa-pre.c: Fix typo in comment.
1370         (init_antic, fini_antic): Add explicit funtions for
1371         initializing and deinitializing ANTIC and AVAIL sets.
1372         (create_expression_by_pieces): Fix typo in comment.
1373         Remove redundant set of new_stuff and use NULL_TREE instead of NULL.
1374         (execute_pre): Eventually dump details about ANTIC_IN.
1376 2008-06-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1378         * collect2.c (main, add_to_list): Fix for -Wc++-compat.
1379         * gcc.c (translate_options, init_spec, store_arg, read_specs,
1380         add_to_obstack, file_at_path, find_a_file, execute,
1381         add_preprocessor_option, add_assembler_option, add_linker_option,
1382         process_command, insert_wrapper, do_option_spec, do_self_spec,
1383         spec_path, do_spec_1, is_directory, main, used_arg,
1384         getenv_spec_function): Likewise.
1385         * tlink.c (symbol_hash_lookup, file_hash_lookup,
1386         demangled_hash_lookup, symbol_push, file_push, frob_extension):
1387         Likewise.
1389 2008-06-19  Kenneth Zadeck <zadeck@naturalbridge.com>
1391         * doc/rtl.texi: Updated subreg section.
1393 2008-06-19  Jakub Jelinek  <jakub@redhat.com>
1395         PR c++/36523
1396         * cgraphunit.c (cgraph_process_new_functions): Don't clear
1397         node->needed and node->reachable.
1398         * cgraphbuild.c (record_reference): Handle OMP_PARALLEL and OMP_TASK.
1399         * omp-low.c (delete_omp_context): Call finalize_task_copyfn.
1400         (expand_task_call): Don't call expand_task_copyfn.
1401         (expand_task_copyfn): Renamed to...
1402         (finalize_task_copyfn): ... this.
1404 2008-06-19  Jan Hubicka  <jh@suse.cz>
1406         * builtins.c (expand_builtin_nonlocal_goto): Stabilize r_sp before
1407         clobbering framepointer.
1409 2008-06-19  Jan Hubicka  <jh@suse.cz>
1411         * tree-optimize.c (execute_early_local_optimizations): Set
1412         cgraph_state only at first invocation.
1414 2008-06-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1416         * system.h (-Wc++-compat): Activate as a warning, no an error.
1418 2008-06-19  Uros Bizjak  <ubizjak@gmail.com>
1420         * config/i386/i386.md (*jcc_fused_1): Use ASM_COMMENT_START
1421         instead of "#" in insn asm template.
1422         (*jcc_fused_2): Ditto.
1424 2008-06-19  Uros Bizjak  <ubizjak@gmail.com>
1426         * config/i386/i386.h (ix86_tune_indices)
1427         [X86_TUNE_FUSE_CMP_AND_BRANCH]: New.
1428         (TARGET_FUSE_CMP_AND_BRANCH): New define.
1429         * config/i386/i386.md (*jcc_fused_1): New insn pattern
1430         (*jcc_fused_2): Ditto.
1431         * config/i386/i386.c (ix86_tune_features): Add m_CORE2 to
1432         X86_TUNE_FUSE_CMP_AND_BRANCH targets.
1433         (print operand): Handle 'E' and 'e' code.
1435 2008-06-19  Anatoly Sokolov  <aesok@post.ru>
1437         * config/avr/avr.c (avr_mcu_t): Add attiny13a.
1438         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
1439         * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
1441 2008-06-19  Bernhard Fischer  <aldot@gcc.gnu.org>
1443         * cgraphunit.c (cgraph_finalize_function): Remove redundant setting of
1444         node->decl.
1445         (cgraph_expand_function): Use local copy of decl.
1446         (cgraph_expand_all_functions): Remove redundant initialization of
1447         order_pos.
1448         (cgraph_optimize): Reword internal_error message.
1450 2008-06-19  Chung-Lin Tang  <ctang@marvell.com>
1452         * arm-protos.h (arm_return_in_memory): Remove public
1453         arm_return_in_memory() prototype.
1454         * arm.c (arm_return_in_memory): Add static prototype, add target
1455         hook macro, change definition and comments.
1456         * arm.h (TARGET_RETURN_IN_MEMORY): Remove.
1458 2008-06-19  Ben Elliston  <bje@au.ibm.com>
1460         * dfp.h, dfp.c, config/dfp-bit.h, config/dfp-bit.c, real.h,
1461         real.c: Remove references to IEEE 754R.
1462         * doc/install.texi (Configuration): IEEE 754R -> IEEE 754-2008.
1463         * doc/libgcc.texi (Decimal float library routines): Likewise.
1465 2008-06-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1467         * targhooks.h (struct gcc_target): New member unwind_word_mode.
1468         (default_unwind_word_mode): Add prototype.
1469         * targhooks.c (default_unwind_word_mode): New function.
1470         (default_eh_return_filter_mode): Return targetm.unwind_word_mode ()
1471         instead of word_mode.
1472         * target-def.h (TARGET_UNWIND_WORD_MODE): New macro.
1473         (TARGET_INITIALIZER): Use it.
1475         * c-common.c (handle_mode_attribute): Support "unwind_word"
1476         mode attribute.
1477         * unwind-generic.h (_Unwind_Word, _Unwind_Sword): Use it.
1479         * except.c (init_eh): Use targetm.unwind_word_mode () instead of
1480         word_mode to access SjLj_Function_Context member "data".
1481         (sjlj_emit_dispatch_table): Likewise.  Also, perform type
1482         conversion from targetm.eh_return_filter_mode () to
1483         targetm.unwind_word_mode () if they differ.
1485         * builtin-types.def (BT_UNWINDWORD): New primitive type.
1486         (BT_FN_UNWINDWORD_PTR): New function type.
1487         (BT_FN_WORD_PTR): Remove.
1488         * builtins.def (BUILT_IN_EXTEND_POINTER): Use BT_FN_UNWINDWORD_PTR.
1489         * except.c (expand_builtin_extend_pointer): Convert pointer to
1490         targetm.unwind_word_mode () instead of word_mode.
1492         * config/spu/spu-protos.h (spu_eh_return_filter_mode): Remove.
1493         * config/spu/spu.c (spu_eh_return_filter_mode): Remove.
1494         (spu_unwind_word_mode): New function.
1495         (TARGET_EH_RETURN_FILTER_MODE): Do not define.
1496         (TARGET_UNWIND_WORD_MODE): Define.
1497         * config/spu/t-spu-elf (TARGET_LIBGCC2_CFLAGS): Remove -D__word__=SI.
1499 2008-06-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1501         * config/spu/spu.c (reg_align): Remove.
1502         (regno_aligned_for_load): Also accept ARG_POINTER_REGNUM.
1503         (spu_split_load): Use regno_aligned_for_load instead of reg_align.
1504         (spu_split_store): Likewise.
1506 2008-06-18  Bernhard Fischer  <aldot@gcc.gnu.org>
1508         * gcc/tree-vn.c: Fix typo in comment.
1510 2008-06-18  Jan Hubicka  <jh@suse.cz>
1512         * cgraphunit.c (cgraph_optimize): Output debug info when doing
1513         toplevel reorder too.
1515 2008-06-18  Jan Hubicka  <jh@suse.cz>
1517         * c-opts.c (c_common_post_options): PCH is not compatible with
1518         no-unit-at-a-time.
1519         * opts.c (handle_options): Enable unit-at-a-time at O0 along with
1520         -fno-toplevel-reorder by default now.
1522 2008-06-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1524         PR documentation/30739
1525         * doc/install.texi (Prerequisites): Document dependency on awk.
1527 2008-06-18  Uros Bizjak  <ubizjak@gmail.com>
1528             Ian Lance Taylor  <iant@google.com>
1530         PR rtl-optimization/35604
1531         * jump.c (redirect_exp_1): Skip the condition of an IF_THEN_ELSE. We
1532         only want to change jump destinations, not eventual label comparisons.
1534 2008-06-16  Jan Hubicka  <jh@suse.cz>
1536         * cgraphunit.c (cgraph_expand_pending_functions): Give up at
1537         syntax errors.
1538         (cgraph_analyze_function): Likewise.
1540 2008-06-16  Jan Hubicka  <jh@suse.cz>
1542         * cgraph.h (cgraph_mark_if_needed): New function.
1543         * cgraphunit.c (cgraph_mark_if_needed): New function.
1544         * c-decl.c (duplicate_decl): Use it.
1546 2008-06-16  Jan Hubicka  <jh@suse.cz>
1548         * cgraph.c (cgraph_add_new_function): When in expansion state, do
1549         lowering.
1551 2008-06-16  Jan Hubicka  <jh@suse.cz>
1553         * tree-outof-ssa.c (pass_out_of_ssa): Do not depend on PROP_alias.
1555 2008-06-16  Daniel Jacobowitz  <dan@codesourcery.com>
1556             Kazu Hirata  <kazu@codesourcery.com>
1557             Maxim Kuvyrkov  <maxim@codesourcery.com
1559         * config.gcc (mips64el-st-linux-gnu): Use mips/st.h and mips/t-st.
1560         * config.host: Use driver-native.o and mips/x-native for mips*-linux*.
1561         * config/mips/linux.h (host_detect_local_cpu): Declare, add to
1562         EXTRA_SPEC_FUNCTIONS.
1563         (MARCH_MTUNE_NATIVE_SPECS, BASE_DRIVER_SELF_SPECS): New macros.
1564         (DRIVER_SELF_SPECS): Adjust.
1565         * config/mips/linux64.h (DRIVER_SELF_SPECS): Update.
1566         * config/mips/st.h, config/mips/t-st: New.
1567         * config/mips/driver-native.c, config/mips/x-native: New.
1568         * doc/invoke.texi (MIPS): Document 'native' value for -march and
1569         -mtune options.
1571 2008-06-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
1573         * config/mips/mips.h (ISA_HAS_CONDMOVE): Slice ISA_HAS_FP_CONDMOVE
1574         from it.
1575         (ISA_HAS_FP_CONDMOVE): New macro.
1576         (ISA_HAS_FP_MADD4_MSUB4, ISA_HAS_FP_MADD3_MSUB3): New macros.
1577         (ISA_HAS_NMADD_NMSUB): Rename to ISA_HAS_NMADD4_NMSUB4.
1578         (ISA_HAS_NMADD3_NMSUB3): New macro.
1579         * config/mips/mips.c (mips_rtx_costs): Update.
1580         * config/mips/mips.md (MOVECC): Don't use FP conditional moves when
1581         compiling for ST Loongson 2E/2F.
1582         (madd<mode>): Rename to madd4<mode>.  Update.
1583         (madd3<mode>): New pattern.
1584         (msub<mode>): Rename to msub4<mode>.  Update.
1585         (msub3<mode>): New pattern.
1586         (nmadd<mode>): Rename to nmadd4<mode>.  Update.
1587         (nmadd3<mode>): New pattern.
1588         (nmadd<mode>_fastmath): Rename to nmadd4<mode>_fastmath.  Update.
1589         (nmadd3<mode>_fastmath): New pattern.
1590         (nmsub<mode>): Rename to nmsub4<mode>.  Update.
1591         (nmsub3<mode>): New pattern.
1592         (nmsub<mode>_fastmath): Rename to nmsub4<mode>_fastmath.  Update.
1593         (nmsub3<mode>_fastmath): New pattern.
1594         (mov<SCALARF:mode>_on_<MOVECC:mode>, mov<mode>cc): Update.
1596 2008-06-18  Steven Bosscher  <steven@gcc.gnu.org>
1598         * df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.
1599         (DF_REF_INSN_INFO): New.
1600         (DF_REF_INSN, DF_REF_INSN_UID): Rewrite macros using DF_REF_INSN_INFO.
1601         (DF_REF_IS_ARTIFICIAL): Artificial refs are now identified as refs
1602         with a NULL DF_REF_INSN_INFO.
1603         (DF_INSN_INFO_GET, DF_INSN_INFO_SET): Renamed from DF_INSN_GET and
1604         DF_INSN_SET.
1605         (DF_INSN_INFO_LUID, DF_INSN_INFO_DEFS, DF_INSN_INFO_USES,
1606         DF_INSN_INFO_EQ_USES): New.
1607         (DF_INSN_LUID, DF_INSN_DEFS, DF_INSN_USES, DF_INSN_EQ_USES,
1608         DF_INSN_UID_LUID, DF_INSN_UID_DEFS, DF_INSN_UID_USES,
1609         DF_INSN_UID_EQ_USES): Rewrite using DF_INSN_INFO_* macros.
1610         * df-core.c: Update comment for above changes.
1611         (df_insn_debug_regno): Use DF_INSN_INFO_GET instead of INSN_UID and
1612         DF_INSN_UID_* macros.
1613         (df_ref_debug): Check for NULL DF_REF_INSN_INFO.
1614         * df-scan.c (df_ref_record): Take a df_insn_info instead of an
1615         insn rtx.  Update all callers.
1616         (df_def_record_1, df_defs_record, df_uses_record, df_get_call_refs,
1617         df_ref_create_structure, df_insn_refs_collect): Likewise.
1618         (df_ref_equal_p): Compare DF_REF_INSN_INFO pointers for the refs.
1619         * df-problems.c (df_chain_dump): Test for non-NULL DF_REF_INSN_INFO.
1620         (df_live_bb_local_compute): Retrieve DF_INSN_INFO, use DF_INSN_INFO_*
1621         macros to access the insn refs.
1622         (df_chain_top_dump, df_chain_bottom_dump, df_byte_lr_alloc): Likewise.
1623         * fwprop.c (use_killed_between): Use DF_REF_INSN accessor macro.
1624         (all_uses_available): Retrieve DF_INSN_INFO for def_insn, and use it
1625         for accessing the refs.
1626         (try_fwprop_subst): Likewise.
1627         * ddg.c (add_cross_iteration_register_deps): Use DF_REF_INSN macro.
1628         * web.c (union_defs): Retrieve DF_INSN_INFO for def_insn, and use it
1629         for accessing the refs.
1630         * loop-invariant.c (invariant_for_use): Use DF_REF_BB macro.
1631         (check_dependencies): Use DF_INSN_INFO_GET, use DF_INSN_INFO_* macros
1632         to look at the insn refs.
1633         (record_uses): Likewise.
1634         * dce.c (deletable_insn_p): Don't tolerate artificial DEFs in this
1635         function anymore.
1636         (mark_artificial_uses): Don't mark_insn for artificial refs.
1637         (mark_reg_rependencies): Likewise.
1639         * doc/rtl.texi: Remove documentation of ADDRESSOF.
1641 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1643         * configure: Regenerate.
1645 2008-06-17  Eric B. Weddington  <eric.weddington@atmel.com>
1647         * config/avr/avr.c (avr_mcu_t): Remove atmega32hvb.
1648         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Likewise. 
1649         * config/avr/t-avr (MULTILIB_MATCHES): Likewise. 
1651 2008-06-17  Eric B. Weddington  <eric.weddington@atmel.com>
1653         * config/avr/avr.c (avr_mcu_t): Add attiny167.
1654         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Likewise. 
1655         * gcc/config/avr/t-avr (MULTILIB_MATCHES): Likewise. 
1657 2008-06-17  Eric B. Weddington  <eric.weddington@atmel.com>
1659         * config/avr/avr.c (avr_mcu_t): Add atmega32u4.
1660         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Likewise. 
1661         * config/avr/t-avr (MULTILIB_MATCHES): Likewise. 
1663 2008-06-17  Bernhard Fischer  <aldot@gcc.gnu.org>
1665         * tree-ssa-sccvn.c: Fix format of comments.
1667 2008-06-17  Bernhard Fischer  <aldot@gcc.gnu.org>
1669         * cgraph.c: Remove unneeded forward declarations of eq_node()
1670         and hash_node().
1672 2008-06-17  Steven Bosscher  <steven@gcc.gnu.org>
1674         * see.c (see_analyse_one_def): Do not look for REG_LIBCALL and
1675         REG_RETVAL notes.
1676         (see_update_relevancy): Likewise.
1677         * fwprop.c (try_fwprop_subst): Likewise.
1678         * rtlanal.c (noop_move_p): Likewise.
1679         * builtins.c (expand_buitlin_mathfn): Don't try to add REG_EQUAL
1680         notes to non-existing libcall blocks.
1681         * cse.c (cse_insn): Change prototype.  Don't update libcall notes.
1682         Remove orig_set.
1683         (cse_extended_basic_block): Don't track libcall and no-conflict notes.
1684         (dead_libcall_p): Remove.
1685         (delete_trivially_dead_insns): Don't use it.
1686         * web.c (union_defs): Remove comment about keeping nops.
1687         * gcse.c (hash_scan_insn): Don't take libcall pointers.
1688         (compute_hash_table_work): Don't track libcall notes.
1689         (do_local_cprop): Don't take libcall pointers.  Don't update
1690         libcall notes.
1691         (adjust_libcall_notes): Deleted.
1692         (local_cprop_pass): Remove stack for nested libcalls (which shouldn't
1693         ever have existed in the first place).
1694         (replace_store_insn): Don't try to remove libcall notes.
1695         * lower-subreg.c (move_libcall_note, move_retval_note): Deleted.
1696         (resolve_reg_notes): Don't call them.
1697         (resolve_simple_move): Likewise.
1698         (decompose_multiword_subregs): Remove block handling REG_RETVAL notes.
1699         Don't remove REG_RETVAL notes.
1700         * emit-rtl.c (try_split): Don't update libcall notes.
1701         (emit_copy_of_insn_after): Dito.
1702         * cselib.c (cselib_current_insn_in_libcall): Remove.
1703         (cselib_process_insn): Don't set/clear it.
1704         (new_elt_loc_list): Don't record it.
1705         (cselib_init): Don't initialize it.
1706         * cselib.c (struct elt_loc_list): Remove in_libcall field.
1707         * loop-invariant.c (find_invariant_insn): Don't look for libcall
1708         notes.
1709         * sched-deps.c (sched_analyze_insn): Don't group libcall blocks.
1710         (sched_analyze): Don't set up deps->libcall_block_tail_insn.
1711         (init_deps): Don't initialize it.
1712         * sched-int.h (struct deps): Rremove libcall_block_tail_insn field.
1713         * combine.c (delete_noop_moves): Don't update libcall notes.
1714         (can_combine_p): Remove now pointless #if 0 block.
1715         (try_combine): Remove another obsolete #if 0 block.
1716         (distribute_notes): Don't distribute libcall notes.
1717         * reg-notes.def (REG_LIBCALL, REG_RETVAL): Remove.
1718         * dce.c (libcall_dead_p): Remove.
1719         (delete_unmarked_insns): Don't handle libcall blocks.
1720         (preserve_libcall_for_dce): Remove.
1721         (prescan_insns_for_dce): Don't special-case libcall block insns.
1722         * reload1 (reload): Don't handle libcall notes. 
1723         * doc/rtl.texi (REG_LIBCALL, REG_RETVAL, REG_LIBCALL_ID): Remove
1724         documentation.
1726 2008-06-16  Eric B. Weddington  <eric.weddington@atmel.com>
1728         * config/avr/avr.c (avr_mcu_t): Add atmega32c1.
1729         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
1730         * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
1732 2008-06-16  Eric B. Weddington  <eric.weddington@atmel.com>
1734         * config/avr/avr.c (avr_mcu_t): Add atmega32m1.
1735         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
1736         * config/avr/t-avr (MULTILIB_MATCHES): Likewise. 
1738 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1740         * Makefile.in (FLAGS_TO_PASS): Add $(datarootdir).
1742 2008-06-16  Ira Rosen  <irar@il.ibm.com>
1744         PR tree-optimization/36493
1745         * tree-vect-transform.c (vect_create_data_ref_ptr): Remove TYPE from
1746         the arguments list. Use VECTYPE to create vector pointer.
1747         (vectorizable_store): Fail if accesses through a pointer to vectype
1748         do not alias the original memory reference operands.
1749         Call vect_create_data_ref_ptr without the removed argument.
1750         (vectorizable_load): Likewise.
1751         (vect_setup_realignment): Call vect_create_data_ref_ptr without the
1752         removed argument.
1754 2008-06-015  Andy Hutchinson  <hutchinsonandy@aim.com>
1756         PR target/36336
1757         * config/avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Add check for 
1758         reg_equiv_constant.
1760 2008-06-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
1762         * config/mips/loongson2ef.md: New file.
1763         * config/mips/mips.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
1764         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
1765         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
1766         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): New constants.
1767         (define_attr "cpu"): Rename loongson2e and loongson2f to loongson_2e
1768         and loongson_2f.
1769         (loongson2ef.md): New include.
1770         * config/mips/loongson.md (vec_pack_ssat_<mode>, vec_pack_usat_<mode>)
1771         (add<mode>3, paddd, ssadd<mode>3, usadd<mode>3)
1772         (loongson_and_not_<mode>, loongson_average_<mode>, loongson_eq_<mode>)
1773         (loongson_gt_<mode>, loongson_extract_halfword)
1774         (loongson_insert_halfword_0, loongson_insert_halfword_2)
1775         (loongson_insert_halfword_3, loongson_mult_add, smax<mode>3)
1776         (umax<mode>3, smin<mode>3, umin<mode>3, loongson_move_byte_mask)
1777         (umul<mode>3_highpart, smul<mode>3_highpart, loongson_smul_lowpart)
1778         (loongson_umul_word, loongson_pasubub, reduc_uplus_<mode>)
1779         (loongson_psadbh, loongson_pshufh, loongson_psll<mode>)
1780         (loongson_psra<mode>, loongson_psrl<mode>, sub<mode>3, psubd)
1781         (sssub<mode>3, ussub<mode>3, vec_interleave_high<mode>)
1782         (vec_interleave_low<mode>): Define type attribute.
1783         * config/mips/mips.c (mips_ls2): New static variable.
1784         (mips_issue_rate): Update to handle tuning for Loongson 2E/2F.
1785         (mips_ls2_init_dfa_post_cycle_insn, mips_init_dfa_post_cycle_insn)
1786         (sched_ls2_dfa_post_advance_cycle, mips_dfa_post_advance_cycle):
1787         Implement target scheduling hooks.
1788         (mips_multipass_dfa_lookahead): Update to handle tuning for
1789         Loongson 2E/2F.
1790         (mips_sched_init): Initialize data for Loongson scheduling.
1791         (mips_ls2_variable_issue): New static function.
1792         (mips_variable_issue): Update to handle tuning for Loongson 2E/2F.
1793         Add sanity check.
1794         (TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN)
1795         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Override target hooks.
1796         * config/mips/mips.h (TUNE_LOONGSON_2EF): New macros.
1797         (ISA_HAS_XFER_DELAY, ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS):
1798         Handle ST Loongson 2E/2F cores.
1799         (CPU_UNITS_QUERY): Define macro to enable querying of DFA units.
1801 2008-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1803         * omp-low.c (extract_omp_for_data): Fix comment typo.
1804         * c.opt: Fix typo.
1806 2008-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1808         * doc/sourcebuild.texi (Config Fragments): Remove obsolete
1809         FIXME note about gcc/config.guess.
1810         * doc/options.texi (Option file format): Remove non-ASCII bytes.
1811         * doc/cpp.texi: Expand TABs, drop indentation outside examples.
1812         * doc/cppopts.texi: Likewise.
1813         * doc/extend.texi: Likewise.
1814         * doc/gcc.texi: Likewise.
1815         * doc/gccint.texi: Likewise.
1816         * doc/gcov.texi: Likewise.
1817         * doc/gty.texi: Likewise.
1818         * doc/hostconfig.texi: Likewise.
1819         * doc/install.texi: Likewise.
1820         * doc/invoke.texi: Likewise.
1821         * doc/loop.texi: Likewise.
1822         * doc/makefile.texi: Likewise.
1823         * doc/md.texi: Likewise.
1824         * doc/passes.texi: Likewise.
1825         * doc/tm.texi: Likewise.
1826         * doc/tree-ssa.texi: Likewise.
1827         * doc/trouble.texi: Likewise.
1829 2008-06-15  Mark Shinwell  <shinwell@codesourcery.com>
1830             Nathan Sidwell  <nathan@codesourcery.com>
1831             Maxim Kuvyrkov  <maxim@codesourcery.com>
1832             Richard Sandiford  <rdsandiford@googlemail.com>
1833         
1834         * config/mips/mips-modes.def: Add V8QI, V4HI and V2SI modes.
1835         * config/mips/mips-protos.h (mips_expand_vector_init): New.
1836         * config/mips/mips-ftypes.def: Add function types for Loongson-2E/2F
1837         builtins.
1838         * config/mips/mips.c (mips_split_doubleword_move): Handle new modes.
1839         (mips_hard_regno_mode_ok_p): Allow 64-bit vector modes for Loongson.
1840         (mips_vector_mode_supported_p): Add V2SImode, V4HImode and
1841         V8QImode cases.
1842         (LOONGSON_BUILTIN, LOONGSON_BUILTIN_ALIAS): New.
1843         (CODE_FOR_loongson_packsswh, CODE_FOR_loongson_packsshb,
1844         (CODE_FOR_loongson_packushb, CODE_FOR_loongson_paddw,
1845         (CODE_FOR_loongson_paddh, CODE_FOR_loongson_paddb,
1846         (CODE_FOR_loongson_paddsh, CODE_FOR_loongson_paddsb)
1847         (CODE_FOR_loongson_paddush, CODE_FOR_loongson_paddusb)
1848         (CODE_FOR_loongson_pmaxsh, CODE_FOR_loongson_pmaxub)
1849         (CODE_FOR_loongson_pminsh, CODE_FOR_loongson_pminub)
1850         (CODE_FOR_loongson_pmulhuh, CODE_FOR_loongson_pmulhh)
1851         (CODE_FOR_loongson_biadd, CODE_FOR_loongson_psubw)
1852         (CODE_FOR_loongson_psubh, CODE_FOR_loongson_psubb)
1853         (CODE_FOR_loongson_psubsh, CODE_FOR_loongson_psubsb)
1854         (CODE_FOR_loongson_psubush, CODE_FOR_loongson_psubusb)
1855         (CODE_FOR_loongson_punpckhbh, CODE_FOR_loongson_punpckhhw)
1856         (CODE_FOR_loongson_punpckhwd, CODE_FOR_loongson_punpcklbh)
1857         (CODE_FOR_loongson_punpcklhw, CODE_FOR_loongson_punpcklwd): New.
1858         (mips_builtins): Add Loongson builtins.
1859         (mips_loongson_2ef_bdesc): New.
1860         (mips_bdesc_arrays): Add mips_loongson_2ef_bdesc.
1861         (mips_builtin_vector_type): Handle unsigned versions of vector modes.
1862         (MIPS_ATYPE_UQI, MIPS_ATYPE_UDI, MIPS_ATYPE_V2SI, MIPS_ATYPE_UV2SI)
1863         (MIPS_ATYPE_V4HI, MIPS_ATYPE_UV4HI, MIPS_ATYPE_V8QI, MIPS_ATYPE_UV8QI):
1864         New.
1865         (mips_expand_vector_init): New.
1866         * config/mips/mips.h (HAVE_LOONGSON_VECTOR_MODES): New.
1867         (TARGET_CPU_CPP_BUILTINS): Define __mips_loongson_vector_rev
1868         if appropriate.
1869         * config/mips/mips.md: Add unspec numbers for Loongson
1870         builtins.  Include loongson.md.
1871         (MOVE64): Include Loongson vector modes.
1872         (SPLITF): Include Loongson vector modes.
1873         (HALFMODE): Handle Loongson vector modes.
1874         * config/mips/loongson.md: New.
1875         * config/mips/loongson.h: New.
1876         * config.gcc: Add loongson.h header for mips*-*-* targets.
1877         * doc/extend.texi (MIPS Loongson Built-in Functions): New.
1879 2008-06-14  Joseph Myers  <joseph@codesourcery.com>
1881         * config.gcc (arc-*-elf*, avr-*-*, fr30-*-elf, frv-*-elf,
1882         h8300-*-elf*, h8300-*-*, i[34567]86-*-elf*, x86_64-*-elf*,
1883         i[34567]86-*-aout*, i[34567]86-*-coff*, ia64*-*-elf*,
1884         iq2000*-*-elf*, m32r-*-elf*, m32rle-*-elf*, m32r-*-linux*,
1885         m32rle-*-linux*, m68hc11-*-*|m6811-*-*, m68hc12-*-*|m6812-*-*,
1886         m68k-*-coff*, mcore-*-elf, mcore-*-pe*, mipsisa64sr71k-*-elf*,
1887         mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*, mips-*-elf* |
1888         mipsel-*-elf*, mips64-*-elf* | mips64el-*-elf*, mips64vr-*-elf* |
1889         mips64vrel-*-elf*, mips64orion-*-elf* | mips64orionel-*-elf*,
1890         mipstx39-*-elf* | mipstx39el-*-elf*, mn10300-*-*, pdp11-*-,
1891         powerpc-*-elf*, powerpcle-*-elf*, sh-*-elf* | sh[12346l]*-*-elf* |
1892         sh-*-symbianelf* | sh[12346l]*-*-symbianelf* | sh-*-linux* |
1893         sh[2346lbe]*-*-linux* | sh-*-netbsdelf* | shl*-*-netbsdelf* |
1894         sh5-*-netbsd* | sh5l*-*-netbsd* | sh64-*-netbsd* |
1895         sh64l*-*-netbsd*, sh-*-*, sparc-*-elf*, sparc64-*-elf*,
1896         v850e1-*-*, v850e-*-*, v850-*-*, xstormy16-*-elf, m32c-*-elf*):
1897         Remove use_fixproto=yes.
1898         (ia64*-*-hpux*): Remove comment about using fixproto.
1899         (m68k-*-uclinuxoldabi*, m68k-*-uclinux*): Remove use_fixproto=no.
1901 2008-06-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1903         * configure.ac: Update gthr-default.h lazily, to avoid unneeded
1904         library rebuilds.
1905         * configure: Regenerate.
1907 2008-06-13  Eric Botcazou  <ebotcazou@adacore.com>
1909         PR middle-end/36520
1910         * builtins.c (get_memory_rtx): Test for the presence of DECL_SIZE_UNIT
1911         before evaluating it.
1913 2008-06-13  Jakub Jelinek  <jakub@redhat.com>
1915         PR c/36507
1916         * c-decl.c (merge_decls): Don't clear DECL_EXTERNAL for
1917         nested inline functions.
1918         (start_decl, start_function): Don't invert DECL_EXTERNAL
1919         for nested inline functions.
1921 2008-06-13  Richard Sandiford  <rdsandiford@googlemail.com>
1923         * config/mips/mips.md: Remove TARGET_DEBUG_D_MODE conditions from
1924         splits that must be made for correctness.
1926 2008-06-13  Richard Sandiford  <rdsandiford@googlemail.com>
1928         * config/mips/mips.c (BUILTIN_AVAIL_NON_MIPS16): New macro.
1929         (AVAIL_NON_MIPS16): Likewise.
1930         (mips_builtin_description): Replace target_flags with a predicate.
1931         (paired_single, sb1_paired_single, mips3d, dsp, dspr2, dsp_32)
1932         (dspr2_32): New availability predicates.
1933         (MIPS_BUILTIN): New macro.
1934         (DIRECT_BUILTIN, CMP_SCALAR_BUILTINS, CMP_PS_BUILTINS)
1935         (CMP_4S_BUILTINS, MOVTF_BUILTINS, CMP_BUILTINS)
1936         (DIRECT_NO_TARGET_BUILTIN, BPOSGE_BUILTIN): Use it.
1937         Replace the TARGET_FLAGS parameters with AVAIL parameters.
1938         (mips_ps_bdesc, mips_sb1_bdesc, mips_dsp_bdesc)
1939         (mips_dsp_32only_bdesc): Merge into...
1940         (mips_builtins): ...this new array.
1941         (mips_bdesc_map, mips_bdesc_arrays): Delete.
1942         (mips_init_builtins): Update after above changes.
1943         (mips_expand_builtin_1): Merge into...
1944         (mips_expand_builtin): ...here and update after above changes.
1946 2008-06-12  Paul Brook  <paul@codesourcery.com>
1948         * longlong.h (__arm__): Define count_leading_zeros.
1949         * config/arm/lib1funcs.asm (xxh, xxl, yyh, yyl): Define.
1950         (clzsi2, clzdi2): New functions.
1951         * config/arm/bpabi-v6m.S (xxh, xxl, yyh, yyl): Remove.
1952         * config/arm/bpabi.S (xxh, xxl, yyh, yyl): Remove.
1953         * config/arm/t-strongarm-elf (LIB1ASMFUNCS): Ditto.
1954         * config/arm/t-vxworks (LIB1ASMFUNCS): Ditto.
1955         * config/arm/t-pe (LIB1ASMFUNCS): Ditto.
1956         * config/arm/t-arm-elf (LIB1ASMFUNCS): Ditto.
1957         * config/arm/t-arm-coff (LIB1ASMFUNCS): Ditto.
1958         * config/arm/t-linux (LIB1ASMFUNCS): Ditto.
1959         * config/arm/t-symbian (LIB1ASMFUNCS): Ditto.
1960         * config/arm/t-wince-pe (LIB1ASMFUNCS): Ditto.
1962 2008-06-12  Kazu Hirata  <kazu@codesourcery.com>
1964         * config/m68k/m68k.c (m68k_tune_flags): New.
1965         (override_options): Compute m68k_tune_flags.
1966         (MULL_COST, MULW_COST): Update for various variants of CFV2.
1967         * config/m68k/m68k.h (TUNE_MAC, TUNE_EMAC): New.
1969 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
1971         PR middle-end/36506
1972         * omp-low.c (expand_omp_sections): Initialize l2 to avoid bogus warning.
1974 2008-06-12  Eric Botcazou  <ebotcazou@adacore.com>
1976         * tree-inline.c (copy_body_r): Copy TREE_SIDE_EFFECTS along with
1977         TREE_THIS_VOLATILE on INDIRECT_REF nodes.
1979 2008-06-12  Eric Botcazou  <ebotcazou@adacore.com>
1981         * expr.c (store_field): Do a block copy from BLKmode to BLKmode-like.
1982         (get_inner_reference): Use BLKmode for byte-aligned BLKmode bitfields.
1984 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
1986         PR middle-end/36506
1987         * omp-low.c (expand_omp_sections): Handle #pragma omp sections with
1988         reductions.
1990 2008-06-12  Richard Guenther  <rguenther@suse.de>
1992         PR tree-optimization/36345
1993         * tree-flow.h (struct ptr_info_def): Align escape_mask,
1994         add memory_tag_needed flag.
1995         (may_alias_p): Declare.
1996         * tree-ssa-alias.c (may_alias_p): Export.
1997         (set_initial_properties): Use memory_tag_needed flag.
1998         (update_reference_counts): Likewise.
1999         (reset_alias_info): Reset memory_tag_needed flag.
2000         (create_name_tags): Check memory_tag_needed flag.
2001         (dump_points_to_info_for): Dump it.
2002         * tree-ssa-structalias.c (struct variable_info): Remove
2003         directly_dereferenced flag.
2004         (new_var_info): Do not initialize it.
2005         (process_constraint_1): Do not set it.
2006         (update_alias_info): Set is_dereferenced flag.
2007         (set_uids_in_ptset): Use may_alias_p.
2008         (set_used_smts): Check memory_tag_needed flag.
2009         (find_what_p_points_to): Likewise.  Pass is_dereferenced flag.
2010         * tree-ssa-alias.c (verify_flow_sensitive_alias_info): Check
2011         memory_tag_needed flag.
2012         * tree-ssa-alias-warnings.c (dsa_named_for): Try to recover
2013         from broken design.
2015 2008-06-12  Kai Tietz  <kai.tietz@onevision.com>
2017         * config/i386/i386.c (ix86_compute_frame_layout): Disable
2018         red zone for w64 abi.
2019         (ix86_expand_prologue): Likewise.
2020         (ix86_force_to_memory): Likewise.
2021         (ix86_free_from_memory): Likewise.
2023 2008-06-11  Edmar Wienskoski  <edmar@freescale.com>
2025         PR target/36425
2026         * config/rs6000/rs6000.c (rs6000_override_options): Set
2027         rs6000_isel conditionally to the absence of comand line override.
2028         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
2029         Remove duplicate rs6000_isel setting.
2030         * config/rs6000/eabispe.h: Ditto.
2032 2008-06-11  Richard Guenther  <rguenther@suse.de>
2034         * alias.c (get_alias_set): Use the element alias-set for arrays.
2035         (record_component_aliases): For arrays and vectors do nothing.
2036         * c-common.c (strict_aliasing_warning): Handle the cases
2037         of alias set zero explicitly.
2038         * Makefile.in (dfp.o-warn): Add -Wno-error.
2040 2008-06-11  Joseph Myers  <joseph@codesourcery.com>
2042         * config.gcc (all_defaults): Add arch_32 arch_64 cpu_32 cpu_64
2043         tune_32 tune_64.
2044         (i[34567]86-*-* | x86_64-*-*): Add arch_32 arch_64 cpu_32 cpu_64
2045         tune_32 tune_64 to supported_defaults.  Allow values not
2046         supporting 64-bit mode for arch_32, cpu_32 and tune_32 for
2047         x86_64.  Do not override cpu_32 or cpu_64 values from target name.
2048         (i[34567]86-*-linux*, i[34567]86-*-solaris2.1[0-9]*): Only default
2049         with_cpu_64 to generic for 64-bit-supporting configurations, not
2050         with_cpu.  Remove FIXMEs.
2051         * doc/install.texi (--with-cpu-32, --with-cpu-64, --with-arch-32,
2052         --with-arch-64, --with-tune-32, --with-tune-64): Document.
2053         * config/i386/i386.h (OPT_ARCH32, OPT_ARCH64): Define.
2054         (OPTION_DEFAULT_SPECS): Add tune_32, tune_64, cpu_32, cpu_64,
2055         arch_32 and arch_64.
2057 2008-06-11  Eric Botcazou  <ebotcazou@adacore.com>
2058             Olivier Hainque  <hainque@adacore.com>
2060         * builtins.c (get_memory_rtx): Accept byte-addressable bitfields.
2061         Use DECL_SIZE_UNIT to retrieve the size of the field.
2063 2008-06-11  Joseph Myers  <joseph@codesourcery.com>
2065         * config/arm/arm.c (arm_init_neon_builtins): Move initialization
2066         with function calls after declarations.  Lay out
2067         neon_float_type_node before further use.
2069 2008-06-11  Richard Guenther  <rguenther@suse.de>
2071         * tree-flow.h (may_point_to_global_var): Declare.
2072         * tree-ssa-alias.c (may_point_to_global_var): New function.
2073         * tree-ssa-sink.c (is_hidden_global_store): Use it.
2075 2008-06-10  Kazu Hirata  <kazu@codesourcery.com>
2077         * configure.ac: Teach that fido supports .debug_line.
2078         * configure: Regenerate.
2080 2008-06-10  Tom Tromey  <tromey@redhat.com>
2082         * c-lex.c (fe_file_change): Pass SOURCE_LINE to start_source_file
2083         debug hook.
2085 2008-06-10  Joseph Myers  <joseph@codesourcery.com>
2087         * dfp.c (WORDS_BIGENDIAN): Define to 0 if not defined.
2088         (encode_decimal64, decode_decimal64, encode_decimal128,
2089         decode_decimal128): Reverse order of 32-bit parts of value if host
2090         and target endianness differ.
2092 2008-06-10  Vinodha Ramasamy  <vinodha@google.com>
2094         * value_prob.c (tree_divmod_fixed_value_transform): Use gcov_type.
2095         Avoid division by 0.
2096         (tree_mod_pow2_value_transform): Likewise.
2097         (tree_ic_transform): Likewise.
2098         (tree_stringops_transform): Likewise.
2099         (tree_mod_subtract_transform): Likewise.
2100         * tree-inline-c (copy_bb): Corrected int type to gcov_type.
2101         (copy_edges_for_bb): Likewise.
2102         (initialize_cfun): Likewise.
2104 2008-06-10  Uros Bizjak  <ubizjak@gmail.com>
2106         * config/i386/i386.md (*btdi_rex64): Change operand 1 predicate to
2107         nonmemory_operand. Add "N" operand constraint.
2108         (*btsi): Ditto.
2109         (*jcc_btdi_mask_rex64): New instruction and split pattern.
2110         (*jcc_btsi_mask): Ditto.
2111         (*jcc_btsi_mask_1): Ditto.
2113 2008-06-10  Joseph Myers  <joseph@codesourcery.com>
2115         * config/rs6000/rs6000.c (build_opaque_vector_type): Set
2116         TYPE_CANONICAL for copied element type.
2118 2008-06-10  Uros Bizjak  <ubizjak@gmail.com>
2120         PR target/36473
2121         * config/i386/i386.c (ix86_tune_features) [TUNE_USE_BT]:
2122         Add m_CORE2 and m_GENERIC.
2123         * config/i386/predicates.md (bt_comparison_operator): New predicate.
2124         * config/i386/i386.md (*btdi_rex64): New instruction pattern.
2125         (*btsi): Ditto.
2126         (*jcc_btdi_rex64): New instruction and split pattern.
2127         (*jcc_btsi): Ditto.
2128         (*jcc_btsi_1): Ditto.
2129         (*btsq): Fix Intel asm dialect operand order.
2130         (*btrq): Ditto.
2131         (*btcq): Ditto.
2133 2008-06-09  Andy Hutchinson  <hutchinsonandy@aim.com>
2135         PR middle-end/36447
2136         * simplify-rtx.c (simplify_subreg): Add check for shift count 
2137         greater than size.
2139 2008-06-09  Richard Sandiford  <rdsandiford@googlemail.com>
2141         * doc/md.texi: Synchronize with later constraints.md change.
2142         * longlong.h (umul_ppmm): Replace the MIPS asm implementation
2143         with a C implementation.
2144         * config/mips/mips.c (mips_legitimize_move): Remove MFHI and
2145         MFLO handling.
2146         (mips_subword): Assume TImode for CONST_INTs if TARGET_64BIT.
2147         (mips_split_doubleword_move): Use special MTHI and MFHI instructions
2148         when moving to and from MD_REGNUM.
2149         (mips_output_move): Don't handle moves from GPRs to HI_REGNUM.
2150         Handle moves from LO_REGNUM to GPRs using MFLO, MACC or DMACC.
2151         Handle byte and halfword moves.
2152         (mips_hard_regno_mode_ok_p): Handle MD_REGS and DSP_ACC_REGS
2153         separately.
2154         * config/mips/constraints.md (h): Turn into NO_REGS.
2155         (l, x): Update documentation.
2156         * config/mips/mips.md (UNSPEC_MFHILO): Delete.
2157         (UNSPEC_MFHI, UNSPEC_MTHI, UNSPEC_SET_HILO): New.
2158         (UNSPEC_TLS_LDM, UNSPEC_TLS_GET_TP): Renumber.
2159         (HILO): New mode iterator.
2160         (MOVE128): Add TI.
2161         (any_div): New code iterator.
2162         (u): Extend code attribute to div and udiv.
2163         (*add<mode>3_mips16, *movdi_64bit_mips16, *movsi_mips16): Use
2164         d_operand in the splitters.  Remove redundant CONST_INT checks.
2165         (mulsi3_mult3, mul<mode>3_internal, mul<mode>3_r4000, *mul_acc_si)
2166         (*macc, *msac, *msac_using_macc, *macc2, *msac2, *mul_sub_si)
2167         (*muls): Remove "=h" clobbers.  Adjust peephole2s and define_splits
2168         accordingly, using normal moves instead of unspecs to move LO into
2169         a GPR.  Use d_operand and lo_operand instead of *_REG_P checks.
2170         (<u>mulsidi3): Handle expansion in C code.
2171         (<u>mulsidi3_32bit_internal): Rename to...
2172         (<u>mulsidi3_32bit): ...this.
2173         (<u>mulsidi3_32bit_r4000): Fix insn separator.
2174         (*<u>mulsidi3_64bit): Rename to...
2175         (<u>mulsidi3_64bit): ...this.  Combine DImode "=h" and "=l" clobbers
2176         into a TImode "=x" clobber.  In the split, use an UNSPEC_SET_HILO
2177         to set LO and HI to the multiplication result.  Use a normal move
2178         for MFLO and an unspec for MFHI.
2179         (*<u>mulsidi3_64bit_parts): Replace with...
2180         (<u>mulsidi3_64bit_hilo): ...this new instruction.
2181         (<su>mulsi3_highpart): Extend to TARGET_FIX_R4000.
2182         (<su>mulsi3_highpart_internal): Turn into a define_insn_and_split
2183         and extend it to TARGET_FIX_R4000.  Store the destination in a GPR
2184         instead of HI.  Split the instruction into a separate multiplication
2185         and MFHI if !TARGET_FIX_R4000.
2186         (<su>muldi3_highpart): Likewise.
2187         (<su>mulsi3_highpart_mulhi_internal): Remove the first alternative
2188         and the "=h" clobber.
2189         (*<su>mulsi3_highpart_neg_mulhi_internal): Likewise.
2190         (<u>mulditi3): New expander.
2191         (<u>mulditi3_internal, <u>mulditi3_r4000): New patterns.
2192         (madsi): Remove "=h" clobber.
2193         (divmod<mode>4, udivmod<mode>4): Turn into define_insn_and_splits.
2194         Force the modulus result to be a GPR and split the instruction into
2195         a division followed by an MFHI after reload.
2196         (<u>divmod<GPR:mode>4_hilo_<HILO:mode>): New instruction.
2197         (*lea_high64): Use d_operand in the define_peephole2.  Likewise
2198         the MIPS16 HIGH define_split.
2199         (*movdi_32bit, *movdi_gp32_fp64, *movdi_32bit_mips16): Change type
2200         of acc<->gpr moves to "multi".
2201         (*movdi_64bit): Replace the single "x" alternative with
2202         alternatives for moving into and out of "a".
2203         (*movhi_internal, *movqi_internal): Likewise.  Use mips_output_move.
2204         (*movsi_internal): Extend the "d<-A" alternative to "d<-a".
2205         (*movdi_64bit_mips16, *movsi_mips16): Add d<-a alternatives.
2206         Use d_operand in the splitters.  Remove redundant CONST_INT checks.
2207         (*movhi_mips16, *movqi_mips16): Likewise.  Use mips_output_move.
2208         (movti): New expander.
2209         (*movti, *movti_mips16): New insns.
2210         (mfhilo_<mode>, *mfhilo_<mode>, *mfhilo_<mode>_macc): Delete.
2211         (mfhi<GPR:mode>_<HILO:mode>): New pattern.
2212         (mthi<GPR:mode>_<HILO:mode>): Likewise.
2213         * config/mips/predicates.md (fpr_operand): Delete.
2214         (d_operand): New predicate.
2216 2008-06-09  Michael Meissner  <michael.meissner@amd.com>
2218         * config.gcc (i[34567]86-*-*): Put test in quotes to prevent
2219         failure on some Bourne shells.
2220         (x86_64-*-*): Ditto.
2222 2008-06-09  Kai Tietz  <kai.tietz@onevision.com>
2224         * config/i386/cygming.h (TARGET_SUBTARGET64_DEFAULT): New.
2226 2008-06-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
2228         * doc/install.texi (*-*-solaris2*): Remove obsolete contents.
2229         (sparc-sun-solaris2*): Likewise.
2231 2008-06-09  Arnaud Charlet  <charlet@adacore.com
2233         * doc/install.texi: Update requirements to build the Ada compiler.
2235 2008-06-08  Steven Bosscher  <stevenb.gcc@gmail.com>
2237         * df-scan.c (struct df_scan_problem_data): Remove the
2238         mw_link_pool alloc pool.
2239         (df_scan_free_internal): Don't free it.
2240         (df_scan_alloc): Don't allocate it.
2241         * df.h (struct df_link): Update comment.
2243 2008-06-08  Nathan Sidwell  <nathan@codesourcery.com>
2245         * except.h: Correct checks for when SJLJ exceptions must be used.
2247 2008-06-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2249         * doc/invoke.texi (Wenum-compare): Mention that it is enabled by
2250         default.
2251         
2252 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
2254         PR tree-optimization/36218
2255         * configure.ac: Use LDFLAGS="${LDFLAGS_FOR_BUILD}" when running
2256         configure for the build system.
2257         (BUILD_LDFLAGS): Define.
2258         * configure: Regenerate.
2259         * Makefile.in (BUILD_LDFLAGS): Define to @BUILD_LDFLAGS@.
2261 2008-07-08  Anatoly Sokolov  <aesok@post.ru>
2263         PR target/36424
2264         * config/avr/avr.h (HARD_REGNO_RENAME_OK): Define.
2265         * config/avr/avr.c (avr_hard_regno_rename_ok): New function. 
2266         * config/avr/avr-protos.h (avr_hard_regno_rename_ok): New prototype. 
2268 2008-06-07  Danny Smith  <dannysmith@users.sourceforge.net>
2270         * config/i386/cygming.h (MAYBE_UWIN_CPP_BUILTINS): Remove.
2272 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
2274         * config.gcc (Obsolete configurations): Remove list of
2275         configurations.
2276         (Unsupported targets list): Add *-*-linux*aout*, *-*-linux*libc1*,
2277         *-*-solaris2.[0-6], *-*-solaris2.[0-6].*, *-*-sysv*.  Remove other
2278         targets matched by those patterns.
2279         (strongarm*-*-*, ep9312*-*-*, xscale-*-*, parisc*-*-*,
2280         m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
2281         alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
2282         arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
2283         hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
2284         i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
2285         i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
2286         i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
2287         i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
2288         mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
2289         powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
2290         powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
2291         strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
2292         vax-*-ultrix*, xscale-*-elf, xscale-*-coff,
2293         i[34567]86-*-linux*aout*, i[34567]86-*-linux*libc1): Remove.
2294         Make code for Solaris 7 and greater unconditional for Solaris.
2295         (ep9312-*-*, parisc1*, m680[012]0-*-*, parisc*-*-*, mt-*-*):
2296         Remove --with-* handling.
2297         * config/rs6000/sysv4.h (-mwindiss): Remove from all specs.
2298         (LIB_WINDISS_SPEC, CPP_OS_WINDISS_SPEC, STARTFILE_WINDISS_SPEC,
2299         ENDFILE_WINDISS_SPEC, LINK_START_WINDISS_SPEC,
2300         LINK_OS_WINDISS_SPEC): Remove.
2301         * config/rs6000/sysv4.opt (mwindiss): Remove.
2302         * configure.ac (strongarm*-*-*, xscale*-*-*): Remove.
2303         * configure: Regenerate.
2304         * doc/cpp.texi: Don't mention BeOS.
2305         * doc/extend.texi (interrupt): Don't mention MS1.
2306         * doc/install.texi: (i386-@var{any}-sysv, m68k-bull-sysv,
2307         m68k-hp-hpux, m68000-hp-hpux, m68000-att-sysv,
2308         alphaev5-cray-unicosmk*, xscale-*-*, i?86-*-linux*aout,
2309         i?86-*-sco3.2v5*, i?86-*-udk, m68k-hp-hpux, powerpc-*-sysv4,
2310         powerpc-*-sysv4, powerpcle-*-sysv4, *-*-sysv*, vax-dec-ultrix):
2311         Remove.
2312         * doc/invoke.texi (MT Options): Remove.
2313         (-mwindiss): Remove.
2314         (CRIS Options): Remove cris-axis-aout references.
2315         (HPPA Options): Don't mention hppa1.1-*-pro.
2316         * doc/md.texi: (MorphoTech family): Remove.
2317         * libgcc2.c: Don't handle UWIN.
2318         * config/alpha/t-unicosmk: Remove.
2319         * config/alpha/unicosmk.h: Remove.
2320         * config/arm/kaos-arm.h: Remove.
2321         * config/arm/kaos-strongarm.h: Remove.
2322         * config/arm/strongarm-coff.h: Remove.
2323         * config/arm/strongarm-elf.h: Remove.
2324         * config/arm/strongarm-pe.h: Remove.
2325         * config/arm/t-strongarm-pe: Remove.
2326         * config/arm/t-xscale-coff: Remove.
2327         * config/arm/t-xscale-elf: Remove.
2328         * config/arm/xscale-coff.h: Remove.
2329         * config/arm/xscale-elf.h: Remove.
2330         * config/chorus.h: Remove.
2331         * config/cris/aout.h: Remove.
2332         * config/cris/aout.opt: Remove.
2333         * config/cris/t-aout: Remove.
2334         * config/i386/beos-elf.h: Remove.
2335         * config/i386/kaos-i386.h: Remove.
2336         * config/i386/ptx4-i.h: Remove.
2337         * config/i386/sco5.h: Remove.
2338         * config/i386/sco5.opt: Remove.
2339         * config/i386/sysv4-cpp.h: Remove.
2340         * config/i386/sysv5.h: Remove.
2341         * config/i386/t-beos: Remove.
2342         * config/i386/t-sco5: Remove.
2343         * config/i386/t-uwin: Remove.
2344         * config/i386/uwin.asm: Remove.
2345         * config/i386/uwin.h: Remove.
2346         * config/kaos.h: Remove.
2347         * config/mips/windiss.h: Remove.
2348         * config/mt: Remove directory.
2349         * config/pa/pa-osf.h: Remove.
2350         * config/pa/pa-pro-end.h: Remove.
2351         * config/pa/t-pro: Remove.
2352         * config/ptx4.h: Remove.
2353         * config/rs6000/beos.h: Remove.
2354         * config/rs6000/kaos-ppc.h: Remove.
2355         * config/rs6000/t-beos: Remove.
2356         * config/rs6000/windiss.h: Remove.
2357         * config/sh/kaos-sh.h: Remove.
2358         * config/sol2-6.h: Remove.
2359         * config/sparc/sol26-sld.h: Remove.
2360         * config/sparc/sysv4-only.h: Remove.
2361         * config/vax/bsd.h: Remove.
2362         * config/vax/t-memfuncs: Remove.
2363         * config/vax/ultrix.h: Remove.
2364         * config/vax/vaxv.h: Remove.
2365         * config/windiss.h: Remove.
2367 2008-06-06  Uros Bizjak <ubizjak@gmail.com>
2369         PR rtl-optimization/36438
2370         * cse.c (fold_rtx) [ASHIFT, LSHIFTRT, ASHIFTRT]: Break out early
2371         for vector shifts with constant scalar shift operands.
2373 2008-06-06  Sandip Matte  <sandip@rmicorp.com>
2375         * doc/invoke.texi: Document -march=xlr.
2376         * config/mips/xlr.md: New file.
2377         * config/mips/mips.md: Include it.
2378         (cpu): Add "xlr".
2379         * config/mips/mips.h (PROCESSOR_XLR): New processor_type.
2380         * config/mips/mips.c (mips_cpu_info_table): Add an XLR entry.
2381         (mips_rtx_cost_data): Likewise.
2383 2008-06-06  Nathan Froyd  <froydnj@codesourcery.com>
2385         * config/rs6000/rs6000.c (rs6000_mode_dependent_address): Remove
2386         PRE_INC and PRE_DEC cases.
2388 2008-06-06  Jakub Jelinek  <jakub@redhat.com>
2390         PR rtl-optimization/36419
2391         * except.c (expand_resx_expr): Call do_pending_stack_adjust () before
2392         the emitting jump insn.
2394         PR target/36362
2395         * gimplify.c (gimplify_expr) <case TRUTH_NOT_EXPR>: If *expr_p type
2396         is not bool, boolify the whole *expr_p and convert to the desired type.
2398 2008-06-06  Jakub Jelinek  <jakub@redhat.com>
2400         * c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.
2401         * langhooks.h (struct lang_hooks_for_decls): Add omp_finish_clause.
2402         Add omp_private_outer_ref hook, add another argument to
2403         omp_clause_default_ctor hook.
2404         * langhooks-def.h (LANG_HOOKS_OMP_FINISH_CLAUSE): Define.
2405         (LANG_HOOKS_OMP_PRIVATE_OUTER_REF): Define.
2406         (LANG_HOOKS_OMP_CLAUSE_DEFAULT_CTOR): Change to
2407         hook_tree_tree_tree_tree_null.
2408         (LANG_HOOKS_DECLS): Add LANG_HOOKS_OMP_FINISH_CLAUSE and
2409         LANG_HOOKS_OMP_PRIVATE_OUTER_REF.
2410         * hooks.c (hook_tree_tree_tree_tree_null): New function.
2411         * hooks.h (hook_tree_tree_tree_tree_null): New prototype.
2412         * tree.def (OMP_TASK): New tree code.
2413         * tree.h (OMP_TASK_COPYFN, OMP_TASK_ARG_SIZE, OMP_TASK_ARG_ALIGN,
2414         OMP_CLAUSE_PRIVATE_OUTER_REF, OMP_CLAUSE_LASTPRIVATE_STMT,
2415         OMP_CLAUSE_COLLAPSE_ITERVAR, OMP_CLAUSE_COLLAPSE_COUNT,
2416         OMP_TASKREG_CHECK, OMP_TASKREG_BODY, OMP_TASKREG_CLAUSES,
2417         OMP_TASKREG_FN, OMP_TASKREG_DATA_ARG, OMP_TASK_BODY,
2418         OMP_TASK_CLAUSES, OMP_TASK_FN, OMP_TASK_DATA_ARG,
2419         OMP_CLAUSE_COLLAPSE_EXPR): Define.
2420         (enum omp_clause_default_kind): Add OMP_CLAUSE_DEFAULT_FIRSTPRIVATE.
2421         (OMP_DIRECTIVE_P): Add OMP_TASK.
2422         (OMP_CLAUSE_COLLAPSE, OMP_CLAUSE_UNTIED): New clause codes.
2423         (OMP_CLAUSE_SCHEDULE_AUTO): New schedule kind.
2424         * tree.c (omp_clause_code_name): Add OMP_CLAUSE_COLLAPSE
2425         and OMP_CLAUSE_UNTIED entries.
2426         (omp_clause_num_ops): Likewise.  Increase OMP_CLAUSE_LASTPRIVATE
2427         num_ops to 2.
2428         (walk_tree_1): Handle OMP_CLAUSE_COLLAPSE and OMP_CLAUSE_UNTIED.
2429         Walk OMP_CLAUSE_LASTPRIVATE_STMT.
2430         * tree-pretty-print.c (dump_omp_clause): Handle
2431         OMP_CLAUSE_SCHEDULE_AUTO, OMP_CLAUSE_UNTIED, OMP_CLAUSE_COLLAPSE,
2432         OMP_CLAUSE_DEFAULT_FIRSTPRIVATE.
2433         (dump_generic_node): Handle OMP_TASK and collapsed OMP_FOR loops.
2434         * c-omp.c (c_finish_omp_for): Allow pointer iterators.  Remove
2435         warning about unsigned iterators.  Change decl/init/cond/incr
2436         arguments to TREE_VECs, check arguments for all collapsed loops.
2437         (c_finish_omp_taskwait): New function.
2438         (c_split_parallel_clauses): Put OMP_CLAUSE_COLLAPSE clause to
2439         ws_clauses.
2440         * c-parser.c (c_parser_omp_for_loop): Parse collapsed loops.  Call
2441         default_function_array_conversion on init.  Add par_clauses argument.
2442         If decl is present in parallel's lastprivate clause, change it to
2443         shared and add lastprivate clause for decl to OMP_FOR_CLAUSES.
2444         Add clauses argument, on success set OMP_FOR_CLAUSES to it.  Look up
2445         collapse count in clauses.
2446         (c_parser_omp_for, c_parser_omp_parallel): Adjust
2447         c_parser_omp_for_loop callers.
2448         (OMP_FOR_CLAUSE_MASK): Add 1 << PRAGMA_OMP_CLAUSE_COLLAPSE.
2449         (c_parser_pragma): Handle PRAGMA_OMP_TASKWAIT.
2450         (c_parser_omp_clause_name): Handle collapse and untied clauses.
2451         (c_parser_omp_clause_collapse, c_parser_omp_clause_untied): New
2452         functions.
2453         (c_parser_omp_clause_schedule): Handle schedule(auto).
2454         Include correct location in the error message.
2455         (c_parser_omp_all_clauses): Handle PRAGMA_OMP_CLAUSE_COLLAPSE
2456         and PRAGMA_OMP_CLAUSE_UNTIED.
2457         (OMP_TASK_CLAUSE_MASK): Define.
2458         (c_parser_omp_task, c_parser_omp_taskwait): New functions.
2459         (c_parser_omp_construct): Handle PRAGMA_OMP_TASK.
2460         * tree-nested.c (convert_nonlocal_omp_clauses,
2461         convert_local_omp_clauses): Handle OMP_CLAUSE_LASTPRIVATE_STMT,
2462         OMP_CLAUSE_REDUCTION_INIT, OMP_CLAUSE_REDUCTION_MERGE,
2463         OMP_CLAUSE_COLLAPSE and OMP_CLAUSE_UNTIED.
2464         Don't handle TREE_STATIC or DECL_EXTERNAL VAR_DECLs in
2465         OMP_CLAUSE_DECL.
2466         (conver_nonlocal_reference, convert_local_reference,
2467         convert_call_expr): Handle OMP_TASK the same as OMP_PARALLEL.  Use
2468         OMP_TASKREG_* macros rather than OMP_PARALLEL_*.
2469         (walk_omp_for): Adjust for OMP_FOR_{INIT,COND,INCR} changes.
2470         * tree-gimple.c (is_gimple_stmt): Handle OMP_TASK.
2471         * c-tree.h (c_begin_omp_task, c_finish_omp_task): New prototypes.
2472         * c-pragma.h (PRAGMA_OMP_TASK, PRAGMA_OMP_TASKWAIT): New.
2473         (PRAGMA_OMP_CLAUSE_COLLAPSE, PRAGMA_OMP_CLAUSE_UNTIED): New.
2474         * c-typeck.c (c_begin_omp_task, c_finish_omp_task): New functions.
2475         (c_finish_omp_clauses): Handle OMP_CLAUSE_COLLAPSE and
2476         OMP_CLAUSE_UNTIED.
2477         * c-pragma.c (init_pragma): Init omp task and omp taskwait pragmas.
2478         * c-common.h (c_finish_omp_taskwait): New prototype.
2479         * gimple-low.c (lower_stmt): Handle OMP_TASK.
2480         * tree-parloops.c (create_parallel_loop): Create 1 entry
2481         vectors for OMP_FOR_{INIT,COND,INCR}.
2482         * tree-cfg.c (remove_useless_stmts_1): Handle OMP_* containers.
2483         (make_edges): Handle OMP_TASK.
2484         * tree-ssa-operands.c (get_expr_operands): Handle collapsed OMP_FOR
2485         loops, adjust for OMP_FOR_{INIT,COND,INCR} changes.
2486         * tree-inline.c (estimate_num_insns_1): Handle OMP_TASK.
2487         * builtin-types.def (BT_PTR_ULONGLONG, BT_PTR_FN_VOID_PTR_PTR,
2488         BT_FN_BOOL_ULONGLONGPTR_ULONGLONGPTR,
2489         BT_FN_BOOL_BOOL_ULL_ULL_ULL_ULLPTR_ULLPTR,
2490         BT_FN_BOOL_BOOL_ULL_ULL_ULL_ULL_ULLPTR_ULLPTR,
2491         BT_FN_VOID_OMPFN_PTR_OMPCPYFN_LONG_LONG_BOOL_UINT): New.
2492         * omp-builtins.def (BUILT_IN_GOMP_TASK, BUILT_IN_GOMP_TASKWAIT,
2493         BUILT_IN_GOMP_LOOP_ULL_STATIC_START,
2494         BUILT_IN_GOMP_LOOP_ULL_DYNAMIC_START,
2495         BUILT_IN_GOMP_LOOP_ULL_GUIDED_START,
2496         BUILT_IN_GOMP_LOOP_ULL_RUNTIME_START,
2497         BUILT_IN_GOMP_LOOP_ULL_ORDERED_STATIC_START,
2498         BUILT_IN_GOMP_LOOP_ULL_ORDERED_DYNAMIC_START,
2499         BUILT_IN_GOMP_LOOP_ULL_ORDERED_GUIDED_START,
2500         BUILT_IN_GOMP_LOOP_ULL_ORDERED_RUNTIME_START,
2501         BUILT_IN_GOMP_LOOP_ULL_STATIC_NEXT,
2502         BUILT_IN_GOMP_LOOP_ULL_DYNAMIC_NEXT,
2503         BUILT_IN_GOMP_LOOP_ULL_GUIDED_NEXT,
2504         BUILT_IN_GOMP_LOOP_ULL_RUNTIME_NEXT,
2505         BUILT_IN_GOMP_LOOP_ULL_ORDERED_STATIC_NEXT,
2506         BUILT_IN_GOMP_LOOP_ULL_ORDERED_DYNAMIC_NEXT,
2507         BUILT_IN_GOMP_LOOP_ULL_ORDERED_GUIDED_NEXT,
2508         BUILT_IN_GOMP_LOOP_ULL_ORDERED_RUNTIME_NEXT): New builtins.
2509         * gimplify.c (gimplify_omp_for): Allow pointer type for decl,
2510         handle POINTER_PLUS_EXPR.  If loop counter has been replaced and
2511         original iterator is present in lastprivate clause or if
2512         collapse > 1, set OMP_CLAUSE_LASTPRIVATE_STMT.  Handle collapsed
2513         OMP_FOR loops, adjust for OMP_FOR_{INIT,COND,INCR} changes.
2514         (gimplify_expr): Handle OMP_SECTIONS_SWITCH and OMP_TASK.
2515         (enum gimplify_omp_var_data): Add GOVD_PRIVATE_OUTER_REF.
2516         (omp_notice_variable): Set GOVD_PRIVATE_OUTER_REF if needed,
2517         if it is set, lookup var in outer contexts too.  Handle
2518         OMP_CLAUSE_DEFAULT_FIRSTPRIVATE.  Handle vars that are supposed
2519         to be implicitly determined firstprivate for task regions.
2520         (gimplify_scan_omp_clauses): Set GOVD_PRIVATE_OUTER_REF if needed,
2521         if it is set, lookup var in outer contexts too.  Set
2522         OMP_CLAUSE_PRIVATE_OUTER_REF if GOVD_PRIVATE_OUTER_REF is set.
2523         Handle OMP_CLAUSE_LASTPRIVATE_STMT, OMP_CLAUSE_COLLAPSE and
2524         OMP_CLAUSE_UNTIED.  Take region_type as last argument
2525         instead of in_parallel and in_combined_parallel.
2526         (gimplify_omp_parallel, gimplify_omp_for, gimplify_omp_workshare):
2527         Adjust callers.
2528         (gimplify_adjust_omp_clauses_1): Set OMP_CLAUSE_PRIVATE_OUTER_REF if
2529         GOVD_PRIVATE_OUTER_REF is set.  Call omp_finish_clause langhook.
2530         (new_omp_context): Set default_kind to
2531         OMP_CLAUSE_DEFAULT_UNSPECIFIED for OMP_TASK regions.
2532         (omp_region_type): New enum.
2533         (struct gimplify_omp_ctx): Remove is_parallel and is_combined_parallel
2534         fields, add region_type.
2535         (new_omp_context): Take region_type as argument instead of is_parallel
2536         and is_combined_parallel.
2537         (gimple_add_tmp_var, omp_firstprivatize_variable, omp_notice_variable,
2538         omp_is_private, omp_check_private): Adjust ctx->is_parallel and
2539         ctx->is_combined_parallel checks.
2540         (gimplify_omp_task): New function.
2541         (gimplify_adjust_omp_clauses): Handle OMP_CLAUSE_COLLAPSE and
2542         OMP_CLAUSE_UNTIED.
2543         * omp-low.c (extract_omp_for_data): Use schedule(static)
2544         for schedule(auto).  Handle pointer and unsigned iterators.
2545         Compute fd->iter_type.  Handle POINTER_PLUS_EXPR increments.
2546         Add loops argument.  Extract data for collapsed OMP_FOR loops.
2547         (expand_parallel_call): Assert sched_kind isn't auto,
2548         map runtime schedule to index 3.
2549         (struct omp_for_data_loop): New type.
2550         (struct omp_for_data): Remove v, n1, n2, step, cond_code fields.
2551         Add loop, loops, collapse and iter_type fields.
2552         (workshare_safe_to_combine_p): Disallow combined for if
2553         iter_type is unsigned long long.  Don't combine collapse > 1 loops
2554         unless all bounds and steps are constant.  Adjust extract_omp_for_data
2555         caller.
2556         (expand_omp_for_generic): Handle pointer, unsigned and long long
2557         iterators.  Handle collapsed OMP_FOR loops.  Adjust
2558         for struct omp_for_data changes.  If libgomp function doesn't return
2559         boolean_type_node, add comparison of the return value with 0.
2560         (expand_omp_for_static_nochunk, expand_omp_for_static_chunk): Handle
2561         pointer, unsigned and long long iterators.  Adjust for struct
2562         omp_for_data changes.
2563         (expand_omp_for): Assert sched_kind isn't auto, map runtime schedule
2564         to index 3.  Use GOMP_loop_ull*{start,next} if iter_type is
2565         unsigned long long.  Allocate loops array, pass it to
2566         extract_omp_for_data.  For collapse > 1 loops use always
2567         expand_omp_for_generic.
2568         (omp_context): Add sfield_map and srecord_type fields.
2569         (is_task_ctx, lookup_sfield): New functions.
2570         (use_pointer_for_field): Use is_task_ctx helper.  Change first
2571         argument's type from const_tree to tree.  Clarify comment.
2572         In OMP_TASK disallow copy-in/out sharing.
2573         (build_sender_ref): Call lookup_sfield instead of lookup_field.
2574         (install_var_field): Add mask argument.  Populate both record_type
2575         and srecord_type if needed.
2576         (delete_omp_context): Destroy sfield_map, clear DECL_ABSTRACT_ORIGIN
2577         in srecord_type.
2578         (fixup_child_record_type): Also remap FIELD_DECL's DECL_SIZE{,_UNIT}
2579         and DECL_FIELD_OFFSET.
2580         (scan_sharing_clauses): Adjust install_var_field callers.  For
2581         firstprivate clauses on explicit tasks allocate the var by value in
2582         record_type unconditionally, rather than by reference.
2583         Handle OMP_CLAUSE_PRIVATE_OUTER_REF.  Scan OMP_CLAUSE_LASTPRIVATE_STMT.
2584         Use is_taskreg_ctx instead of is_parallel_ctx.
2585         Handle OMP_CLAUSE_COLLAPSE and OMP_CLAUSE_UNTIED.
2586         (create_omp_child_function_name): Add task_copy argument, use
2587         *_omp_cpyfn* names if it is true.
2588         (create_omp_child_function): Add task_copy argument, if true create
2589         *_omp_cpyfn* helper function.
2590         (scan_omp_parallel): Adjust create_omp_child_function callers.
2591         Rename parallel_nesting_level to taskreg_nesting_level.
2592         (scan_omp_task): New function.
2593         (lower_rec_input_clauses): Don't run constructors for firstprivate
2594         explicit task vars which are initialized by *_omp_cpyfn*.  
2595         Pass outer var ref to omp_clause_default_ctor hook if
2596         OMP_CLAUSE_PRIVATE_OUTER_REF or OMP_CLAUSE_LASTPRIVATE.
2597         Replace OMP_CLAUSE_REDUCTION_PLACEHOLDER decls in
2598         OMP_CLAUSE_REDUCTION_INIT.
2599         (lower_send_clauses): Clear DECL_ABSTRACT_ORIGIN if in task to
2600         avoid duplicate setting of fields.  Handle
2601         OMP_CLAUSE_PRIVATE_OUTER_REF.
2602         (lower_send_shared_vars): Use srecord_type if non-NULL.  Don't
2603         copy-out if TREE_READONLY, only copy-in.
2604         (expand_task_copyfn): New function.
2605         (expand_task_call): New function.
2606         (struct omp_taskcopy_context): New type.
2607         (task_copyfn_copy_decl, task_copyfn_remap_type, create_task_copyfn):
2608         New functions.
2609         (lower_omp_parallel): Rename to...
2610         (lower_omp_taskreg): ... this.  Use OMP_TASKREG_* macros where needed.
2611         Call create_task_copyfn if srecord_type is needed.  Adjust
2612         sender_decl type.
2613         (task_shared_vars): New variable.
2614         (check_omp_nesting_restrictions): Warn if work-sharing,
2615         barrier, master or ordered region is closely nested inside OMP_TASK.
2616         Add warnings for barrier if closely nested inside of work-sharing,
2617         ordered, or master region.
2618         (scan_omp_1): Call check_omp_nesting_restrictions even for
2619         GOMP_barrier calls.  Rename parallel_nesting_level to
2620         taskreg_nesting_level.  Handle OMP_TASK.
2621         (lower_lastprivate_clauses): Even if some lastprivate is found on a
2622         work-sharing construct, continue looking for them on parent parallel
2623         construct.
2624         (lower_omp_for_lastprivate): Add lastprivate clauses
2625         to the beginning of dlist rather than end.  Adjust for struct
2626         omp_for_data changes.
2627         (lower_omp_for): Add rec input clauses before OMP_FOR_PRE_BODY,
2628         not after it.  Handle collapsed OMP_FOR loops, adjust for
2629         OMP_FOR_{INIT,COND,INCR} changes, adjust extract_omp_for_data caller.
2630         (get_ws_args_for): Adjust extract_omp_for_data caller.
2631         (scan_omp_for): Handle collapsed OMP_FOR
2632         loops, adjust for OMP_FOR_{INIT,COND,INCR} changes.
2633         (lower_omp_single_simple): If libgomp function doesn't return
2634         boolean_type_node, add comparison of the return value with 0.
2635         (diagnose_sb_1, diagnose_sb_2): Handle collapsed OMP_FOR
2636         loops, adjust for OMP_FOR_{INIT,COND,INCR} changes.  Handle OMP_TASK.
2637         (parallel_nesting_level): Rename to...
2638         (taskreg_nesting_level): ... this.
2639         (is_taskreg_ctx): New function.
2640         (build_outer_var_ref, omp_copy_decl): Use is_taskreg_ctx instead
2641         of is_parallel_ctx.
2642         (execute_lower_omp): Rename parallel_nesting_level to
2643         taskreg_nesting_level.
2644         (expand_omp_parallel): Rename to...
2645         (expand_omp_taskreg): ... this.  Use OMP_TASKREG_* macros where needed.
2646         Call omp_task_call for OMP_TASK regions.
2647         (expand_omp): Adjust caller, handle OMP_TASK.
2648         (lower_omp_1): Adjust lower_omp_taskreg caller, handle OMP_TASK.
2650         * bitmap.c (bitmap_default_obstack_depth): New variable.
2651         (bitmap_obstack_initialize, bitmap_obstack_release): Do nothing
2652         if argument is NULL and bitmap_default_obstack is already initialized.
2653         * ipa-struct-reorg.c (do_reorg_1): Call bitmap_obstack_release
2654         at the end.
2655         * matrix-reorg.c (matrix_reorg): Likewise.
2657 2008-06-06  Uros Bizjak  <ubizjak@gmail.com>
2659         * config/i386/i386.md (*indirect_jump): Macroize using P
2660         mode iterator.  Remove !TARGET_64BIT from insn constraints.
2661         (*tablejump_1): Ditto.
2662         (*indirect_jump_rex64): Remove insn pattern.
2663         (*tablejump_1_rex64): Ditto.
2664         (eh_return_<mode>): Macroize using P mode iterator from eh_return_di
2665         and eh_return_si insn patterns.
2667 2008-06-06  Richard Guenther  <rguenther@suse.de>
2669         * tree-ssa-structalias.c (merge_smts_into): Remove.
2670         (find_what_p_points_to): Do not bother to compute the
2671         points-to set for pt_anything pointers.
2672         * tree-ssa-operands.c (get_addr_dereference_operands): No NMT
2673         for pt_anything pointers is ok.
2675 2008-06-06  Jan Hubicka  <jh@suse.cz>
2677         * passes.c (execute_ipa_pass_list): Do not regenerate summaries.
2679 2008-06-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2681         * cgraph.c: Fix typos in comments.
2682         (cgraph_availability_names): Fix string typo.
2683         * fold-const.c: Fix typos in comments.
2684         (fold_binary): Fix typo in warning.
2685         * genautomata.c: Fix typos in comments.
2686         (check_presence_pattern_sets): Fix typo in local variable.
2687         (output_description): Fix typo in output.
2688         * ggc-zone.c (ggc_pch_finish): Fix typo in error message.
2689         * hwint.h: Likewise.
2690         * matrix-reorg.c (check_allocation_function): Likewise.
2691         * omega.c (smooth_weird_equations): Likewise.
2692         * auto-inc-dec.c: Fix typos in comments.
2693         * bb-reorder.c: Likewise.
2694         * builtins.c: Likewise.
2695         * c-common.c: Likewise.
2696         * c-cppbuiltin.c: Likewise.
2697         * c-parser.c: Likewise.
2698         * c-pretty-print.c: Likewise.
2699         * cfgcleanup.c: Likewise.
2700         * cfgexpand.c: Likewise.
2701         * cfghooks.c: Likewise.
2702         * cfglayout.c: Likewise.
2703         * cfgloopmanip.c: Likewise.
2704         * cgraphunit.c: Likewise.
2705         * coverage.c: Likewise.
2706         * dbxout.c: Likewise.
2707         * df-byte-scan.c: Likewise.
2708         * df-core.c: Likewise.
2709         * df-problems.c: Likewise.
2710         * df-scan.c: Likewise.
2711         * dfp.c: Likewise.
2712         * dominance.c: Likewise.
2713         * domwalk.c: Likewise.
2714         * dse.c: Likewise.
2715         * dwarf2out.c: Likewise.
2716         * emit-rtl.c: Likewise.
2717         * et-forest.c: Likewise.
2718         * function.c: Likewise.
2719         * function.h: Likewise.
2720         * gcc.c: Likewise.
2721         * gcov-io.c: Likewise.
2722         * gcov.c: Likewise.
2723         * gcse.c: Likewise.
2724         * genattrtab.c: Likewise.
2725         * ggc-page.c: Likewise.
2726         * gimplify.c: Likewise.
2727         * gthr-lynx.h: Likewise.
2728         * haifa-sched.c: Likewise.
2729         * ipa-cp.c: Likewise.
2730         * ipa-inline.c: Likewise.
2731         * ipa-prop.h: Likewise.
2732         * ipa-pure-const.c: Likewise.
2733         * ipa-struct-reorg.c: Likewise.
2734         * ipa-struct-reorg.h: Likewise.
2735         * ipa-type-escape.c: Likewise.
2736         * ipa.c: Likewise.
2737         * loop-doloop.c: Likewise.
2738         * mips-tfile.c: Likewise.
2739         * mkmap-flat.awk: Likewise.
2740         * mkmap-symver.awk: Likewise.
2741         * modulo-sched.c: Likewise.
2742         * omp-low.c: Likewise.
2743         * optabs.c: Likewise.
2744         * optabs.h: Likewise.
2745         * opts.c: Likewise.
2746         * passes.c: Likewise.
2747         * postreload-gcse.c: Likewise.
2748         * postreload.c: Likewise.
2749         * predict.c: Likewise.
2750         * pretty-print.h: Likewise.
2751         * profile.c: Likewise.
2752         * protoize.c: Likewise.
2753         * ra-conflict.c: Likewise.
2754         * real.c: Likewise.
2755         * recog.c: Likewise.
2756         * regclass.c: Likewise.
2757         * regs.h: Likewise.
2758         * reload.c: Likewise.
2759         * rtl-error.c: Likewise.
2760         * rtlanal.c: Likewise.
2761         * scan.h: Likewise.
2762         * sched-rgn.c: Likewise.
2763         * see.c: Likewise.
2764         * stmt.c: Likewise.
2765         * target.h: Likewise.
2766         * tree-dfa.c: Likewise.
2767         * tree-eh.c: Likewise.
2768         * tree-flow-inline.h: Likewise.
2769         * tree-inline.c: Likewise.
2770         * tree-into-ssa.c: Likewise.
2771         * tree-loop-distribution.c: Likewise.
2772         * tree-nested.c: Likewise.
2773         * tree-parloops.c: Likewise.
2774         * tree-pass.h: Likewise.
2775         * tree-pretty-print.c: Likewise.
2776         * tree-profile.c: Likewise.
2777         * tree-scalar-evolution.c: Likewise.
2778         * tree-sra.c: Likewise.
2779         * tree-ssa-alias-warnings.c: Likewise.
2780         * tree-ssa-ccp.c: Likewise.
2781         * tree-ssa-coalesce.c: Likewise.
2782         * tree-ssa-dom.c: Likewise.
2783         * tree-ssa-dse.c: Likewise.
2784         * tree-ssa-forwprop.c: Likewise.
2785         * tree-ssa-live.c: Likewise.
2786         * tree-ssa-live.h: Likewise.
2787         * tree-ssa-loop-im.c: Likewise.
2788         * tree-ssa-loop-ivopts.c: Likewise.
2789         * tree-ssa-loop-niter.c: Likewise.
2790         * tree-ssa-loop-prefetch.c: Likewise.
2791         * tree-ssa-phiopt.c: Likewise.
2792         * tree-ssa-phiprop.c: Likewise.
2793         * tree-ssa-sccvn.c: Likewise.
2794         * tree-ssa-ter.c: Likewise.
2795         * tree-ssa-threadupdate.c: Likewise.
2796         * tree-ssa.c: Likewise.
2797         * tree-vect-analyze.c: Likewise.
2798         * tree-vect-transform.c: Likewise.
2799         * tree-vectorizer.c: Likewise.
2800         * tree-vn.c: Likewise.
2801         * tree-vrp.c: Likewise.
2802         * tree.c: Likewise.
2803         * tree.def: Likewise.
2804         * tree.h: Likewise.
2805         * unwind-dw2-fde.c: Likewise.
2806         * unwind.inc: Likewise.
2807         * value-prof.c: Likewise.
2808         * vmsdbgout.c: Likewise.
2810 2008-06-05  David Edelsohn  <edelsohn@gnu.org>
2812         * config/rs6000/xcoff.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Do not
2813         always place FP constants in the TOC for TARGET_POWERPC64.
2814         * config/rs6000/linux64.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Same.
2816 2008-06-05  Joseph Myers  <joseph@codesourcery.com>
2818         * config.gcc (powerpc-*-linux*spe*): Use t-dfprules.
2819         * config/rs6000/dfp.md (negdd2, absdd2, negtd2, abstd2): Do not
2820         enable for TARGET_E500_DOUBLE.
2821         (*movdd_softfloat32): Also enable for !TARGET_FPRS.
2822         * config/rs6000/rs6000.c (invalid_e500_subreg): Treat decimal
2823         floating-point modes like integer modes for E500 double.
2824         (rs6000_legitimate_offset_address_p): Likewise.
2825         (rs6000_legitimize_address): Likewise.  Do not allow REG+REG
2826         addressing for DDmode for E500 double.
2827         (rs6000_hard_regno_nregs): Do not treat decimal floating-point
2828         modes as using 64-bits of registers for E500 double.
2829         (spe_build_register_parallel): Do not handle DDmode or TDmode.
2830         (rs6000_spe_function_arg): Do not handle DDmode or TDmode
2831         specially for E500 double.
2832         (function_arg): Do not call rs6000_spe_function_arg for DDmode or
2833         TDmode for E500 double.
2834         (rs6000_gimplify_va_arg): Only handle SDmode in registers
2835         specially if TARGET_HARD_FLOAT && TARGET_FPRS.
2836         (rs6000_split_multireg_move): Do not handle TDmode specially for
2837         E500 double.
2838         (spe_func_has_64bit_regs_p): Do not treat DDmode or TDmode as
2839         using 64-bit registers for E500 double.
2840         (emit_frame_save): Do not handle DDmode specially for E500 double.
2841         (gen_frame_mem_offset): Likewise.
2842         (rs6000_function_value): Do not call spe_build_register_parallel
2843         for DDmode or TDmode.
2844         (rs6000_libcall_value): Likewise.
2845         * config/rs6000/rs6000.h (LOCAL_ALIGNMENT, MEMBER_TYPE_FORCES_BLK,
2846         DATA_ALIGNMENT, CLASS_MAX_NREGS): Do not handle DDmode specially
2847         for E500 double.
2849 2008-06-04  H.J. Lu  <hongjiu.lu@intel.com>
2851         * config/i386/i386.c (setup_incoming_varargs_64): Fix a typo
2852         in comments.
2854 2008-06-04  Junjie Gu <jgu@tensilica.com>
2856         * config/xtensa/lib2funcs.S (__xtensa_nonlocal_goto): Use unsigned
2857         comparison for frame pointers.
2859 2008-06-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2861         PR target/27386
2862         * config/avr/avr.h (PUSH_ROUNDING): Remove.
2864 2008-06-04  Andy Hutchinson  <hutchinsonandy@aim.com>
2866         PR target/30243
2867         * builtins.c (expand_builtin_signbit): Don't take lowpart when
2868         register is already smaller or equal to required mode. 
2870 2008-06-04  Xinliang David Li  <davidxl@google.com>
2872         * tree-call-cdce.c: New file. 
2873         (cond_dead_built_in_calls): New static variable.
2874         (input_domain): New struct.
2875         (check_pow): New function.
2876         (check_builtin_call): Ditto.
2877         (check_target_format): Ditto.
2878         (is_call_dce_candidate): Ditto.
2879         (gen_one_condition): Ditto.
2880         (gen_conditions_for_domain): Ditto.
2881         (get_domain): Ditto.
2882         (gen_conditions_for_pow_cst_base): Ditto.
2883         (gen_conditions_for_pow_int_base): Ditto.
2884         (gen_conditions_for_pow): Ditto.
2885         (get_no_error_domain): Ditto.
2886         (gen_shrink_wrap_conditions): Ditto.
2887         (shrink_wrap_one_built_in_call): Ditto.
2888         (shink_wrap_conditional_dead_built_in_calls): Ditto.
2889         (tree_call_cdce): Ditto.
2890         (gate_call_cdce): Ditto.
2891         (pass_call_cdce): New gimple pass.
2892         * passes.c: (init_optimization_passes): New pass.
2893         * tree-pass.h: New pass declaration.
2894         * opts.c (decode_options): New flag setting.
2895         * common.opt: Add -ftree-builtin-call-dce flag.
2896         * Makefile.in: Add new source file.
2897         * tempvar.def: New tv_id.
2898         * doc/invoke.texi (-ftree-builtin-call-dce): New flag.
2900 2008-06-04  Richard Guenther  <rguenther@suse.de>
2902         * tree-flow-inline.h (is_global_var): Do not check TREE_STATIC on MTAGs.
2903         (is_call_clobbered): Always check var_ann->call_clobbered.
2904         (mark_call_clobbered): Always set var_ann->call_clobbered.
2905         (clear_call_clobbered): Always clear var_ann->call_clobbered.
2906         * tree-ssa-alias.c (mark_non_addressable): Use clear_call_clobbered.
2907         (reset_alias_info): Clear call clobbering info on MTAGs and
2908         globals as well.
2909         (set_pt_anything): Set pt_global_mem.
2910         (create_tag_raw): Adjust comment.
2911         (may_be_aliased): Do not check TREE_PUBLIC on MTAGs.
2913 2008-06-04  Joseph Myers  <joseph@codesourcery.com>
2914             Maxim Kuvyrkov  <maxim@codesourcery.com>
2916         * config/m68k/m68k.opt (mxgot): New option.
2917         * config/m68k/m68k.c (legitimize_pic_address): Handle -mxgot.
2918         (m68k_output_addr_const_extra): New.
2919         * config/m68k/m68k.h (OUTPUT_ADDR_CONST_EXTRA): New.
2920         * config/m68k/m68k-protos.h (m68k_output_addr_const_extra): Declare.
2921         * config/m68k/m68k.md (UNSPEC_GOTOFF): Define.
2922         * doc/invoke.texi (M680x0 Options): Document -mxgot.
2924 2008-06-04  Richard Guenther  <rguenther@suse.de>
2926         * tree-ssa-structalias.c (handle_ptr_arith): Correctly handle
2927         negative or non-representable offsets.
2929 2008-06-03  H.J. Lu  <hongjiu.lu@intel.com>
2931         * config/i386/i386.c (ix86_gen_leave): New.
2932         (ix86_gen_pop1): Likewise.
2933         (ix86_gen_add3): Likewise.
2934         (ix86_gen_sub3): Likewise.
2935         (ix86_gen_sub3_carry): Likewise.
2936         (ix86_gen_one_cmpl2): Likewise.
2937         (ix86_gen_monitor): Likewise.
2938         (override_options): Initialize ix86_gen_leave, ix86_gen_pop1,
2939         ix86_gen_add3, ix86_gen_sub3, ix86_gen_sub3_carry,
2940         ix86_gen_one_cmpl2 and ix86_gen_monitor.
2941         (ix86_file_end): Use mov%z0 instead of mov{q}/mov{l}.
2942         (output_set_got): Use mov%z0, pop%z0 and add%z0 instead of
2943         mov{q}/mov{l}, pop{q}/pop{l} and add{q}/add{l}.
2944         (ix86_expand_epilogue): Updated.
2945         (print_operand): Handle integer register operand for 'z'.
2946         (ix86_expand_strlensi_unroll_1): Likewise.
2947         (ix86_expand_strlen): Likewise.
2948         (ix86_expand_builtin): Likewise.
2949         (x86_output_mi_thunk): Use mov%z1 and add%z1 instead of
2950         mov{q}/mov{l} and add{q}/add{l}.
2952 2008-06-03  Kai Tietz  <kai.tietz@onevision.com>
2954         * config/i386/i386.md (P): New mode iterator.
2955         (SFmode push_operand splitter): Macroize DImode and SImode pushes
2956         using P mode iterator.
2957         (DFmode push_operand splitter): Ditto.
2958         (XFmode push_operand splitter): Ditto.
2959         (DFmode float_extend SFmode push_operand splitter): Ditto.
2960         (XFmode float_extend SFmode push_operand splitter): Do not generate
2961         SImode pushes for 64bit target.  Macroize Dimode and SImode
2962         pushes using P mode iterator.
2963         (XFmode float_extend DFmode push_operand splitter): Ditto.
2965 2008-06-03  Kai Tietz  <kai.tietz@onevision.com>
2967         * config/i386/i386-protos.h (ix86_reg_parm_stack_space): New.
2968         * config/i386/i386.h (ix86_reg_parm_stack_space): Removed prototype.
2969         * config/i386/i386.c (ix86_reg_parm_stack_space): Changed
2970         return type to int.
2971         (ix86_call_abi_override): Remove check for call_used_regs.
2973 2008-06-03  Richard Guenther  <rguenther@suse.de>
2975         * tree-ssa-structalias.c (find_func_aliases): Add constraints
2976         for the lhs of calls if the return type contains pointers.
2978 2008-06-03  Kai Tietz  <kai.tietz@onevision.com>
2980         * doc/tm.texi (OVERRIDE_ABI_FORMAT): New.
2981         * doc/extend.texi (ms_abi,sysv_abi): New attribute description.
2982         * function.c (allocate_struct_function): Use of OVERRIDE_ABI_FORMAT.
2983         * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Make use
2984         of cfun and DEFAULT_ABI to deceide abi mode.
2985         (DEFAULT_ABI): New.
2986         (REG_PARM_STACK_SPACE): Removed.
2987         (OUTGOING_REG_PARM_STACK_SPACE): Removed.
2988         (STACK_BOUNDARY): Use default target to deceide stack boundary.
2989         * config/i386/i386-protos.h (ix86_cfun_abi): New.
2990         (ix86_function_abi): Likewise.
2991         (ix86_function_type_abi): Likewise.
2992         (ix86_call_abi_override): Likewise.
2993         * confid/i386/i386.md (SSE_REGPARM_MAX): Replaced by abi
2994         specific define X86_64_SSE_REGPARM_MAX/X64_SSE_REGPARM_MAX.
2995         * config/i386/i386.c (override_options): Replace TARGET_64BIT_MS_ABI.
2996         (X86_64_VARARGS_SIZE): Replace REGPARM_MAX and SSE_REGPARM_MAX by abi
2997         specific defines.
2998         (X86_64_REGPARM_MAX): New.
2999         (X86_64_SSE_REGPARM_MAX): New.
3000         (X64_REGPARM_MAX): New.
3001         (X64_SSE_REGPARM_MAX): New.
3002         (X86_32_REGPARM_MAX): New.
3003         (X86_32_SSE_REGPARM_MAX): New.
3004         (ix86_handle_cconv_attribute): Replace TARGET_64BIT_MS_ABI.
3005         (ix86_function_regparm): Handle user calling abi.
3006         (ix86_function_arg_regno_p): Replace TARGET_64BIT_MS_ABI
3007         by DEFAULT_ABI versus SYSV_ABI check.
3008         (ix86_reg_parm_stack_space): New.
3009         (ix86_function_type_abi): New.
3010         (ix86_call_abi_override): New.
3011         (ix86_function_abi): New.
3012         (ix86_cfun_abi): New.
3013         (init_cumulative_args): Call abi specific initialization.
3014         (function_arg_advance): Remove TARGET_64BIT_MS_ABI.
3015         (function_arg_64): Extend SSE_REGPARM_MAX check.
3016         (function_arg (): Remove TARGET_64BIT_MS_ABI.
3017         (ix86_pass_by_reference): Likewise.
3018         (ix86_function_value_regno_p): Likewise.
3019         (function_value_64): Replace REGPARM_MAX, and SSE_REGPARM_MAX.
3020         (ix86_function_value_1): Replace TARGET_64BIT_MS_ABI.
3021         (return_in_memory_ms_64): Replace TARGET_64BIT_MS_ABI.
3022         (ix86_build_builtin_va_list): Replace TARGET_64BIT_MS_ABI.
3023         (setup_incoming_varargs_64): Adjust regparm for call abi.
3024         (ix86_setup_incoming_varargs): Replace TARGET_64BIT_MS_ABI.
3025         (ix86_va_start): Likewise.
3026         (ix86_gimplify_va_arg): Likewise.
3027         (ix86_expand_prologue): Likewise.
3028         (output_pic_addr_const): Likewise.
3029         (ix86_init_machine_status): Initialize call_abi by DEFAULT_ABI.
3030         (x86_this_parameter): Replace TARGET_64BIT_MS_ABI.
3031         (x86_output_mi_thunk): Likewise.
3032         (x86_function_profiler): Likewise.
3033         * config/i386/i386.h (TARGET_64BIT_MS_ABI): Use ix64_cfun_abi.
3034         (SYSV_ABI, MS_ABI): New constants.
3035         (DEFAULT_ABI): New.
3036         (init_regs): Add prototype of function in regclass.c file.
3037         (OVERRIDE_ABI_FORMAT): New.
3038         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_64BIT_MS_ABI part.
3039         (REG_PARM_STACK_SPACE): Use ix86_reg_parm_stack_space.
3040         (OUTGOING_REG_PARM_STACK_SPACE): New.
3041         (ix86_reg_parm_stack_space): New prototype.
3042         (CUMULATIVE_ARGS): Add call_abi member.
3043         (machine_function): Add call_abi member.
3044         * config/i386/mingw32.h (EXTRA_OS_CPP_BUILTINS): Replace
3045         TARGET_64BIT_MS_ABI by DEFAULT_ABI compare to MS_ABI.
3047 2008-06-02  Andy Hutchinson  <hutchinsonandy@aim.com> 
3049         PR target/34879
3050         * config/avr/avr.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Redefine.
3051         (avr_builtin_setjmp_frame_value): New function.
3052         * config/avr/avr.md (nonlocal_goto_receiver): Define.
3053         (nonlocal_goto): Define.
3055 2008-06-02  Richard Sandiford  <rdsandiford@googlemail.com>
3057         * config/mips/mips.c (mips_emit_loadgp): Return early if
3058         there is nothing do to, otherwise emit a blockage if
3059         !TARGET_EXPLICIT_RELOCS || crtl->profile.
3060         * config/mips/mips.md (loadgp_blockage): Use SI rather than DI.
3062 2008-06-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3064         * configure.ac: Drop unneeded backslash ending up in config.in.
3065         * acinclude.m4: Likewise.
3066         * config.in: Regenerate.
3068 2008-05-26  Jan Hubicka  <jh@suse.cz>
3070         * predict.c (maybe_hot_frequency_p): Break out of...
3071         (maybe_hot_bb_p): ... here.
3072         (maybe_hot_edge_p): New.
3073         * tree-ssa-coalesce.c (coalesce_cost_edge): Compute cost based on edge.
3074         * basic-block.h (maybe_hot_edge_p): Declare.
3076 2008-05-31  Uros Bizjak  <ubizjak@gmail.com>
3078         * config/i386/i386.md (*cmpfp_<mode>): Enable for optimize_size.
3079         (*cmpfp_<mode>_cc): Ditto.
3080         (*fp_jcc_8<mode>_387): Ditto.
3081         (*fop_<MODEF:mode>_2_i387): Ditto.
3082         (*fop_<MODEF:mode>_3_i387): Ditto.
3083         (*fop_xf_2_i387): Ditto.
3084         (*fop_xf_3_i387): Ditto.
3086 2008-06-02  Tomas Bily  <tbily@suse.cz>
3088         * tree-ssa-ifcombine.c (get_name_for_bit_test): Use CONVERT_EXPR_P.
3090 2008-06-01  Richard Sandiford  <rdsandiford@googlemail.com>
3092         * config/mips/mips.c (mips_valid_offset_p): New function.
3093         (mips_valid_lo_sum_p): Likewise.
3094         (mips_classify_address): Use them.
3095         (mips_force_address): New function.
3096         (mips_legitimize_address): Use it.
3097         * config/mips/mips.md (MOVE128): New mode iterator.
3098         (movtf): Require TARGET_64BIT.  Remove empty strings.
3099         (*movtf_internal): Rename to...
3100         (*movtf): ...this and require !TARGET_MIPS16.  Use "m" instead
3101         of "R" and use {,fp}{load,store} attributes instead of "multi".
3102         Use a separate define_split.
3103         (*movtf_mips16): New pattern.
3105 2008-06-01  Richard Sandiford  <rdsandiford@googlemail.com>
3107         * config/mips/mips-protos.h (mips_expand_before_return): Declare.
3108         * config/mips/mips.c (mips_expand_before_return): New function.
3109         (mips_expand_epilogue): Call it.
3110         * config/mips/mips.md (return): Turn into a define_expand.
3111         (*return): New insn.
3113 2008-06-01  Richard Sandiford  <rdsandiford@googlemail.com>
3115         * rtl.h (emit_clobber, gen_clobber, emit_use, gen_use): Declare.
3116         * emit-rtl.c (emit_clobber, gen_clobber, emit_use, gen_use): New
3117         functions.  Do not emit uses and clobbers of CONCATs; individually
3118         use and clobber their operands.
3119         * builtins.c (expand_builtin_setjmp_receiver): Use emit_clobber,
3120         gen_clobber, emit_use and gen_use.
3121         (expand_builtin_longjmp, expand_builtin_nonlocal_goto): Likewise.
3122         (expand_builtin_return): Likewise.
3123         * cfgbuild.c (count_basic_blocks): Likewise.
3124         * cfgrtl.c (rtl_flow_call_edges_add): Likewise.
3125         * explow.c (emit_stack_restore): Likewise.
3126         * expmed.c (extract_bit_field_1): Likewise.
3127         * expr.c (convert_move, emit_move_complex_parts): Likewise.
3128         (emit_move_multi_word, store_constructor): Likewise.
3129         * function.c (do_clobber_return_reg, do_use_return_reg): Likewise.
3130         (thread_prologue_and_epilogue_insns): Likewise.
3131         * lower-subreg.c (resolve_simple_move): Likewise.
3132         * optabs.c (widen_operand, expand_binop): Likewise.
3133         (expand_doubleword_bswap, emit_no_conflict_block): Likewise.
3134         * reload.c (find_reloads): Likewise.
3135         * reload1.c (eliminate_regs_in_insn): Likewise.
3136         * stmt.c (expand_nl_goto_receiver): Likewise.
3137         * config/alpha/alpha.md (builtin_longjmp): Likewise.
3138         * config/arc/arc.md (*movdi_insn, *movdf_insn): Likewise.
3139         * config/arm/arm.c (arm_load_pic_register): Likewise.
3140         (thumb1_expand_epilogue, thumb_set_return_address): Likewise.
3141         * config/arm/arm.md (untyped_return): Likewise.
3142         * config/arm/linux-elf.h (PROFILE_HOOK): Likewise.
3143         * config/avr/avr.c (expand_prologue): Likewise.
3144         * config/bfin/bfin.c (do_unlink): Likewise.
3145         * config/bfin/bfin.md (<optab>di3, adddi3, subdi3): Likewise.
3146         * config/cris/cris.c (cris_expand_prologue): Likewise.
3147         * config/darwin.c (machopic_indirect_data_reference): Likewise.
3148         (machopic_legitimize_pic_address): Likewise.
3149         * config/frv/frv.c (frv_frame_access, frv_expand_epilogue): Likewise.
3150         (frv_ifcvt_modify_insn, frv_expand_mdpackh_builtin): Likewise.
3151         * config/i386/i386.c (ix86_expand_vector_move_misalign): Likewise.
3152         (ix86_expand_convert_uns_didf_sse): Likewise.
3153         (ix86_expand_vector_init_general): Likewise.
3154         * config/ia64/ia64.md (eh_epilogue): Likewise.
3155         * config/iq2000/iq2000.c (iq2000_expand_epilogue): Likewise.
3156         * config/m32c/m32c.c (m32c_emit_eh_epilogue): Likewise.
3157         * config/m32r/m32r.c (m32r_reload_lr): Likewise.
3158         (config/iq2000/iq2000.c): Likewise.
3159         * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
3160         (fixuns_truncdfdi2, fixuns_truncsfsi2, fixuns_truncsfdi2): Likewise.
3161         (builtin_longjmp): Likewise.
3162         * config/mn10300/mn10300.md (call, call_value): Likewise.
3163         * config/pa/pa.md (nonlocal_goto, nonlocal_longjmp): Likewise.
3164         * config/pdp11/pdp11.md (abshi2): Likewise.
3165         * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
3166         * config/s390/s390.c (s390_emit_prologue): Likewise.
3167         * config/s390/s390.md (movmem_long, setmem_long): Likewise.
3168         (cmpmem_long, extendsidi2, zero_extendsidi2, udivmoddi4): Likewise.
3169         (builtin_setjmp_receiver, restore_stack_nonlocal): Likewise.
3170         * config/sh/sh.c (prepare_move_operands): Likewise.
3171         (output_stack_adjust, sh_expand_epilogue): Likewise.
3172         (sh_set_return_address, sh_expand_t_scc): Likewise.
3173         * config/sparc/sparc.c (load_pic_register): Likewise.
3174         * config/sparc/sparc.md (untyped_return, nonlocal_goto): Likewise.
3175         * config/spu/spu.c (spu_expand_epilogue): Likewise.
3176         * config/v850/v850.c (expand_epilogue): Likewise.
3178 2008-05-31  Anatoly Sokolov  <aesok@post.ru>
3180         * config/avr/avr.md (UNSPECV_WRITE_SP_IRQ_ON): New constants.
3181         (UNSPECV_WRITE_SP_IRQ_OFF): (Ditto.).
3182         (movhi_sp_r_irq_off, movhi_sp_r_irq_on): New insn.
3183         * config/avr/avr.c (expand_prologue, expand_epilogue): Use 
3184         movhi_sp_r_irq_off and movhi_sp_r_irq_on insns for writing to the 
3185         stack pointer register.
3186         (output_movhi): Remove code for interrupt specific writing to the 
3187         stack pointer register.
3189 2008-05-31  Richard Guenther  <rguenther@suse.de>
3191         PR tree-optimization/34244
3192         * fold-const.c (tree_expr_nonnegative_warnv_p): Do not ask VRP.
3193         (tree_expr_nonzero_warnv_p): Likewise.
3194         * tree-vrp.c (vrp_expr_computes_nonnegative): Call
3195         ssa_name_nonnegative_p.
3196         (vrp_expr_computes_nonzero): Call ssa_name_nonzero_p.
3197         (extract_range_from_unary_expr): Use vrp_expr_computes_nonzero,
3198         not tree_expr_nonzero_warnv_p.
3200         PR tree-optimization/36262
3201         Revert
3202         2007-11-29  Zdenek Dvorak  <ook@ucw.cz>
3204         PR tree-optimization/34244
3205         * tree-vrp.c (adjust_range_with_scev): Clear scev cache.
3206         (record_numbers_of_iterations): New function.
3207         (execute_vrp): Cache the numbers of iterations of loops.
3208         * tree-scalar-evolution.c (scev_reset_except_niters):
3209         New function.
3210         (scev_reset): Use scev_reset_except_niters.
3211         * tree-scalar-evolution.h (scev_reset_except_niters): Declare.
3213 2008-05-31  Bernd Schmidt  <bernd.schmidt@analog.com>
3215         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
3216         __WORKAROUND_RETS when appropriate.
3218 2008-05-31  Uros Bizjak  <ubizjak@gmail.com>
3220         * config/i386/i386.md (*fop_<mode>_comm_mixed): Macroize from
3221         *fop_sf_comm_mixed and *fop_df_comm_mixed insn patterns using MODEF
3222         mode iterator.
3223         (*fop_<mode>_comm_sse): Macroize from *fop_sf_comm_sse and
3224         *fop_df_comm_sse insn patterns using MODEF mode iterator.
3225         (*fop_<mode>_comm_i387): Macroize from *fop_sf_comm_i387 and
3226         *fop_df_comm_i387 insn patterns using MODEF mode iterator.
3227         (*fop_<mode>_1_mixed): Macroize from *fop_sf_1_mixed and
3228         *fop_df_1_mixed insn patterns using MODEF mode iterator.
3229         (*fop_<mode>_1_sse): Macroize from *fop_sf_1_sse and
3230         *fop_df_1_sse insn patterns using MODEF mode iterator.
3231         (*fop_<mode>_1_i387): Macroize from *fop_sf_1_i387 and
3232         *fop_df_1_i387 insn patterns using MODEF mode iterator.
3233         (*fop_<MODEF:mode>_2_i387): Macroize from *fop_sf_2<mode>_i387 and
3234         *fop_df_2<mode>_i387 insn patterns using MODEF mode iterator.
3235         (*fop_<MODEF:mode>_3_i387): Macroize from *fop_sf_3<mode>_i387 and
3236         *fop_df_3<mode>_i387 insn patterns using MODEF mode iterator.
3237         (*fop_xf_2_i387): Rename from *fop_xf_2<mode>_i387.
3238         (*fop_xf_3_i387): Rename from *fop_xf_3<mode>_i387.
3239         (*fop_xf_4_i387): Use <MODE> for mode attribute.
3240         (*fop_xf_5_i387): Ditto.
3241         (*fop_xf_6_i387): Ditto.
3243 2008-05-30  Richard Guenther  <rguenther@suse.de>
3245         * builtins.c (build_string_literal): Avoid generating
3246         a non-gimple_val result.
3248 2008-05-30  DJ Delorie  <dj@redhat.com>
3250         * exec-tool.in: Use an environment variable (private) instead of a
3251         file (shared) as a semaphore, so as to not break parallel builds.
3253 2008-05-30  Steven Bosscher  <stevenb.gcc@gmail.com>
3255         * optabs.c (maybe_encapsulate_block): Remove.
3256         (emit_libcall_block): Adjust accordingly.
3257         * optabs.h (maybe_encapsulate_block): Remove prototype.
3259         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address):
3260         Don't use maybe_encapsulate_block.
3262 2008-05-30  Steven Bosscher  <stevenb.gcc@gmail.com>
3264         * config/rs6000/rs6000.c (rs6000_legitimize_address,
3265         rs6000_legitimize_reload_address, rs6000_emit_move): Make sure an
3266         rtx is a SYMBOL_REF before calling get_pool_constant.
3268 2008-05-30  Eric Botcazou  <ebotcazou@adacore.com>
3270         * fold-const.c (fold_unary) <CASE_CONVERT>: Add ??? comment.
3272 2008-05-30  Danny Smith  <dannysmith@users.sourceforge.net>
3274         * incpath.c: Use HOST_LACKS_INODE_NUMBERS conditional
3275         rather than OS names to choose INO_T_EQ definition.
3276         (DIRS_EQ) [!INO_T_EQ]: Don't worry about case in comparison.
3277         (add_path) [!INO_T_EQ]: Use lrealpath to fill canonical_name field.
3279 2008-05-29  Daniel Franke  <franke.daniel@gmail.com>
3281         PR target/36348
3282         * config/darwin-f.c: New.
3283         * config/t-darwin: Added rule to build darwin-f.o.
3284         * config.gcc: Defined new variable, fortran_target_objs.
3285         (*-*-darwin*): Set fortran_target_objs.
3286         * Makefile.in: Defined new variable FORTRAN_TARGET_OBJS.
3287         * configure.ac: Substitute fortran_target_objs, set FORTRAN_TARGET_OBJS.
3288         * configure: Regenerated.
3290 2008-05-29  H.J. Lu  <hongjiu.lu@intel.com>
3292         PR target/35771
3293         * config/i386/i386.c (ix86_function_arg_boundary): Convert to
3294         canonical type if needed.
3296 2008-05-29  Eric Botcazou  <ebotcazou@adacore.com>
3298         * tree-nested.c (check_for_nested_with_variably_modified): Fix typo.
3300 2008-05-29  Richard Guenther  <rguenther@suse.de>
3302         PR tree-optimization/36343
3303         PR tree-optimization/36346
3304         PR tree-optimization/36347
3305         * tree-flow.h (clobber_what_p_points_to): Declare.
3306         * tree-ssa-structalias.c (set_uids_in_ptset): Whether the
3307         pointed-to variable is dereferenced is irrelevant to whether
3308         the pointer can access the pointed-to variable.
3309         (clobber_what_p_points_to): New function.
3310         * tree-ssa-alias.c (set_initial_properties): Use it.
3311         * tree-ssa.c (verify_flow_sensitive_alias_info): Adjust
3312         call clobber check for NMTs.
3314 2008-05-28  Seongbae Park  <seongbae.park@gmail.com>
3315         
3316         * value-prof.c (tree_ic_transform): Use HOST_WIDEST_INT_PRINT_DEC
3317         for printing gcov_type.
3319 2008-05-28  Seongbae Park  <seongbae.park@gmail.com>
3321         * tree-ssa-propagate.c (set_rhs): Preserve the histogram
3322         and the eh region information.
3323         * value-prof.c (gimple_move_stmt_histograms): New function.
3324         * value-prof.h (gimple_move_stmt_histograms): New function declaration.
3326 2008-05-28  Andreas Tobler  <a.tobler@schweiz.org>
3328         * config/pa/pa.md: Remove extern frame_pointer_needed declaration.
3330 2008-05-28  Seongbae Park <seongbae.park@gmail.com>
3332         * value-prof.c (tree_ic_transform): Print counts.
3333         * tree-profile.c (tree_gen_ic_func_profiler):
3334         Clear __gcov_indreict_call_callee variable to avoid misattribution
3335         of the profile.
3337 2008-05-28  Rafael Espindola  <espindola@google.com>
3339         * see.c (see_def_extension_not_merged): Use copy_rtx_if_shared to avoid
3340         invalid sharing.
3342 2008-05-28  Richard Guenther  <rguenther@suse.de>
3344         PR tree-optimization/36339
3345         * tree-ssa-alias.c (set_initial_properties): Move pt_anything
3346         and clobbering code out of the loop.
3348 2008-05-28  Andreas Krebbel  <krebbel1@de.ibm.com>
3350         * config/s390/constraints.md ('b', 'C', 'D', 'e'): New constraint
3351         letters defined.
3353         * config/s390/s390.c (s390_compare_and_branch_condition_mask,
3354         s390_contiguous_bitmask_p, s390_symref_operand_p,
3355         s390_check_symref_alignment, s390_reload_larl_operand,
3356         s390_reload_symref_address): New functions.
3357         (s390_branch_condition_mnemonic): Support compare and branch
3358         instructions.
3359         (s390_mem_constraint): Avoid symrefs to accepted by the 'T'
3360         and 'W' constraints.
3361         (s390_secondary_reload): Add secondary reloads for unaligned
3362         symbol refs or symbol refs to floating point or QI/TI mode
3363         integer values.
3364         (legitimate_address_p): Accept symbol references as addresses.
3365         (s390_expand_insv): Use rotate and insert selected bits
3366         instruction for insv when building for z10.
3367         (print_operand_address): Handle symbol ref addresses.
3368         (print_operand): Output modifier 'c' added for signed byte values.
3369         (s390_encode_section_info): Mark symbol refs with
3370         SYMBOL_FLAG_NOT_NATURALLY_ALIGNED if appropriate.
3372         * config/s390/s390.md (SIL,RRS,RIS): New instruction formats added.
3373         (length attribute): RRF, RRR have 4 byte length.
3374         (FPALL, INTALL): New mode iterators added.
3375         (*tstdi_sign, *cmpdi_ccs_sign, *cmpsi_ccs_sign,
3376         *cmp<mode>_ccs, *cmpdi_ccu_zero, *cmpdi_ccu, *cmpsi_ccu, *cmphi_ccu,
3377         *movdi_64, *movsi_zarch, *movhi, movmem<mode>, *movmem_short,
3378         *extendsidi2, *extendhidi2_extimm, *extendhisi2_extimm,
3379         *zero_extendsidi2, adddi3, *adddi3_31z, *adddi3_31, addsi3,
3380         *add<mode>3, *add<mode>3_carry1_cc, *add<mode>3_carry2_cc,
3381         *add<mode>3_cc, *add<mode>3_imm_cc, *muldi3_sign, muldi3,
3382         *mulsi3_sign, mulsi3, mulsidi3): Patterns enhanced with z10
3383         instructions.
3384         (*cmphi_ccs_z10, *cmpdi_ccs_signhi_rl, *cmpsi_ccu_zerohi_rlsi,
3385         *cmp<GPR:mode>_ccu_zerohi_rldi, *cmp_and_br_signed_<mode>,
3386         *cmp_and_br_unsigned_<mode>, reload<INTALL:mode><P:mode>_tomem_z10,
3387         reload<INTALL:mode><P:mode>_toreg_z10,
3388         reload<FPALL:mode><P:mode>_tomem_z10,
3389         reload<FPALL:mode><P:mode>_toreg_z10,
3390         reload<P:mode>_larl_odd_addend_z10, *execute_rl, *insv<mode>_z10,
3391         *insv<mode>_z10_noshift, *insv<mode>_or_z10_noshift,
3392         *zero_extendhi<mode>2_z10, *cmp_and_trap_signed_int<mode>,
3393         *cmp_and_trap_unsigned_int<mode>, prefetch): New pattern or expander
3394         definition.
3395         (movmem, clrmem, cmpmem): New splitters added.
3397         * config/s390/predicates.md (larl_operand): Use
3398         SYMBOL_REF_FLAGS (op) & SYMBOL_FLAG_ALIGN1 replaced with
3399         SYMBOL_REF_ALIGN1_P.
3400         (s390_signed_integer_comparison,
3401         s390_unsigned_integer_comparison): New predicates.
3403         * config/s390/s390-protos.h (s390_check_symref_alignment,
3404         s390_contiguous_bitmask_p, s390_reload_larl_operand,
3405         s390_reload_symref_address,
3406         s390_compare_and_branch_condition_mask): Prototypes added.
3408         * config/s390/s390.h (TARGET_MEM_CONSTRAINT,
3409         SYMBOL_REF_ALIGN1_P, SYMBOL_FLAG_NOT_NATURALLY_ALIGNED,
3410         SYMBOL_REF_NOT_NATURALLY_ALIGNED_P): Macro definition added.
3412 2008-05-28  Andreas Krebbel  <krebbel1@de.ibm.com>
3414         * config/s390/s390.c (z10_cost): New cost function for z10.
3415         (s390_handle_arch_option, override_options): Support -march=z10 switch.
3416         (s390_issue_rate): Adjust issue rate for z10.
3417         * config/s390/s390.h (processor_type): Add PROCESSOR_2097_Z10.
3418         (processor_flags): Add PF_Z10.
3419         (TARGET_CPU_Z10, TARGET_Z10): New macro definitions.
3420         * config/s390/s390.md (cpu, cpu_facility attributes): Add z10.
3421         * gcc/config.gcc: Add z10.
3423 2008-05-28  Richard Guenther  <rguenther@suse.de>
3425         PR tree-optimization/36291
3426         * tree-flow. h (struct gimple_df): Remove var_anns member.
3427         * tree-flow-inline.h (gimple_var_anns): Remove.
3428         (var_ann): Simplify.
3429         * tree-dfa.c (create_var_ann): Simplify.
3430         (remove_referenced_var): Clear alias info from var_anns of globals.
3431         * tree-ssa.c (init_tree_ssa): Do not allocate var_anns.
3432         (delete_tree_ssa): Clear alias info from var_anns of globals.
3433         Do not free var_anns.
3434         (var_ann_eq): Remove.
3435         (var_ann_hash): Likewise.
3437 2008-05-28  Mark Shinwell  <shinwell@codesourcery.com>
3439         * config/mips/mips.c (mips_cpu_info_table): Add loongson2e
3440         and loongson2f entries.
3441         (mips_rtx_cost_data): Add entries for Loongson-2E/2F.
3442         * config/mips/mips.h (processor_type): Add Loongson-2E
3443         and Loongson-2F entries.
3444         (TARGET_LOONGSON_2E, TARGET_LOONGSON_2F, TARGET_LOONGSON_2EF): New.
3445         (MIPS_ISA_LEVEL_SPEC): Handle Loongson-2E/2F.
3446         * config/mips/mips.md (define_attr cpu): Add loongson2e and loongson2f.
3447         * doc/invoke.texi (MIPS Options): Document loongson2e
3448         and loongson2f processor names.
3450 2008-05-27  H.J. Lu  <hongjiu.lu@intel.com>
3452         PR target/35767
3453         PR target/35771
3454         * config/i386/i386.c (ix86_function_arg_boundary): Use
3455         alignment of canonical type.
3456         (ix86_expand_vector_move): Check unaligned memory access for
3457         all SSE modes.
3459 2008-05-27  H.J. Lu  <hongjiu.lu@intel.com>
3461         * dwarf2out.c (current_fde): Change return type to dw_fde_ref.
3462         Moved to the front of file.
3464 2008-05-27  Xuepeng Guo  <xuepeng.guo@intel.com>
3465             H.J. Lu  <hongjiu.lu@intel.com>
3467         * dwarf2out.c (current_fde): New.
3468         (add_cfi): Use it.
3469         (lookup_cfa:): Likewise.
3470         (dwarf2out_end_epilogue): Likewise.
3471         (dwarf2out_note_section_used): Likewise.
3473 2008-05-27  Michael Matz  <matz@suse.de>
3475         PR c++/27975
3476         * c.opt (Wenum-compare): New warning option.
3477         * doc/invoke.texi  (Warning Options): Document -Wenum-compare.
3479 2008-05-27  Michael Matz  <matz@suse.de>
3481         PR middle-end/36326
3482         * tree-gimple.c (is_gimple_mem_rhs): Remove work-around for
3483         non-BLKmode types.
3484         * tree-tailcall.c (find_tail_calls): Don't mark calls storing
3485         into memory as tail calls.
3487 2008-05-27  Richard Guenther  <rguenther@suse.de>
3489         PR tree-optimization/36339
3490         * tree-ssa-alias.c (set_initial_properties): Escaped pt_anything
3491         pointers cause all addressable variables to be call clobbered.
3493 2008-05-27  Richard Guenther  <rguenther@suse.de>
3495         PR tree-optimization/36245
3496         * tree-ssa-address.c (add_to_parts): Deal with non-pointer bases.
3498 2008-05-27  Andreas Krebbel  <krebbel1@de.ibm.com>
3500         * config/s390/s390.md: Replace all occurences of the 'm'
3501         constraint with 'RT'.
3503 2008-05-27  Andreas Krebbel  <krebbel1@de.ibm.com>
3505         * config/s390/s390.md ("cpu_facility", "enabled"): Attribute
3506         definitions added.
3507         ("*movdi_64dfp", "*movdi_64extimm", "*movdi_64"): Merged into
3508         "*movdi_64".
3509         ("*anddi3_extimm", "*anddi3"): Merged into "*anddi3".
3510         ("*iordi3_extimm", "*iordi3"): Merged into "*iordi3".
3511         ("*xordi3_extimm", "*xordi3"): Merged into "*xordi3".
3513 2008-05-27  Andreas Krebbel  <krebbel1@de.ibm.com>
3515         * reload.c: (find_reloads): Skip alternatives according to the
3516         "enabled" attribute. Constify the constraint variable.
3517         * recog.c (get_attr_enabled): Add default implementation.
3518         (extract_insn): Set the alternative_enabled_p array
3519         in the recog_data struct.
3520         (preprocess_constraints, constrain_operands): Skip
3521         alternatives according to the "enabled" attribute
3522         * recog.h (struct recog_data): New field alternative_enabled_p.
3523         (skip_alternative): New inline function.
3524         * regclass.c: (record_operand_costs): Check the "enabled" attribute.
3525         (record_reg_classes): Skip alternative according to the
3526         "enabled" attribute.
3528         * doc/md.texi: Add documention for the "enabled" attribute.
3530 2008-05-27  Andreas Krebbel  <krebbel1@de.ibm.com>
3532         * defaults.h (TARGET_MEM_CONSTRAINT): New target macro added.
3533         * postreload.c (reload_cse_simplify_operands): Replace 'm'
3534         constraint with TARGET_MEM_CONSTRAINT.
3535         * recog.c (asm_operand_ok, preprocess_constraints,
3536         constrain_operands): Likewise.
3537         * regclass.c (record_reg_classes): Likewise.
3538         * reload.c (find_reloads, alternative_allows_const_pool_ref): Likewise.
3539         * reload1.c (maybe_fix_stack_asms): Likewise.
3540         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
3541         * recog.h: Adjust comment.
3542         * genpreds.c (generic_constraint_letters): Remove 'm' constraint.
3543         * genoutput.c (note_constraint): Don't emit error for 'm' constraint.
3544         * doc/md.texi: Add a note to description of 'm' constraint.
3545         * doc/tm.texi: Document the new TARGET_MEM_CONSTRAINT macro.
3547 2008-05-27  Eric Botcazou  <ebotcazou@adacore.com>
3549         * tree-sra.c (sra_type_can_be_decomposed_p) <RECORD_TYPE>: Make sure
3550         that the bitfield is of integral type before testing its precision.
3552 2008-05-27  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
3553             Sa Liu  <saliu@de.ibm.com> 
3555         * config/spu/spu.c (spu_init_libfuncs): Add __multi3, __divti3, 
3556         __modti3, __udivti3, __umodti3 and __udivmodti4.
3557         * config/spu/t-spu-elf (LIB2FUNCS_STATIC_EXTRA): Add files
3558         that implement TImode mul and div functions.
3559         * config/spu/multi3.c: New. Implement __multi3.
3560         * config/spu/divmodti4.c: New. Implement _udivmodti4 and others.
3561         * testsuite/gcc.target/spu/muldivti3.c: New. Test TImode mul and div
3562         functions on SPU.
3564 2008-05-26  Steven Bosscher  <stevenb.gcc@gmail.com>
3566         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Generate
3567         new tls_gd_* and tls_ld_* insns instead of an insn sequence.
3568         * config/rs6000/rs6000.md (TLSmode, tls_abi_suffix, tls_insn_suffix,
3569         tls_sysv_suffix): New mode and mode attribute iterators.
3570         (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64): Remove.
3571         (lts_gd_aix*, tls_gd_sysv*, tls_ld_aix*, tls_ld_sysv*): New patterns.
3572         (tls_dtprel_*, tls_dtprel_ha_*, tls_dtprel_lo_*, tls_got_dtprel_*,
3573         tls_tprel_*, tls_tprel_ha_*, tls_tprel_lo_*, tls_got_tprel_*,
3574         tls_tls_*): Merge 32 bit and 64 bit variants using aforementioned
3575         iterators.
3577 2008-05-26  Eric Botcazou  <ebotcazou@adacore.com>
3579         PR tree-optimization/36329
3580         * tree.h (CALL_CANNOT_INLINE_P): Add access check.
3581         * tree-gimple.h (CALL_STMT_CANNOT_INLINE_P): New macro.
3582         * cgraphbuild.c (initialize_inline_failed): Use the latter
3583         macro in lieu of the former.
3584         * ipa-inline.c (cgraph_mark_inline): Likewise.
3585         (cgraph_decide_inlining_of_small_function): Likewise.
3586         (cgraph_decide_inlining): Likewise.
3587         (cgraph_decide_inlining_incrementally): Likewise.
3589 2008-05-26  Tristan Gingold  <gingold@adacore.com>
3590             Anatoly Sokolov  <aesok@post.ru>
3592         * config/avr/avr.md ("call_prologue_saves"): Use hi8(gs())/lo8(gs())
3593         instead of pm_lo8/pm_hi8 to makes this call working on avr6.
3594         * config/avr/avr.c (expand_prologue): Tune "call_prologue" 
3595         optimization for 'avr6' architecture.
3597 2008-05-26  Andy Hutchinson  <hutchinsonandy@aim.com>
3599         PR target/34932
3600         * config/avr/avr.md (*addhi3_zero_extend2): Remove.
3602 2008-05-26  Richard Guenther  <rguenther@suse.de>
3604         * tree-ssa-sccvn.c (expr_has_constants): Declare.
3605         (visit_reference_op_load): Initialize VN_INFO->has_constants properly.
3607 2008-05-26  H.J. Lu  <hongjiu.lu@intel.com>
3609         PR middle-end/36253
3610         * caller-save.c (insert_restore): Verify alignment of spill space.
3611         (insert_save): Likewise.
3612         * cfgexpand.c (LOCAL_ALIGNMENT): Removed.
3613         * defaults.h (LOCAL_ALIGNMENT): New. Provide default.
3614         (STACK_SLOT_ALIGNMENT): Likewise.
3615         * function.c (LOCAL_ALIGNMENT): Removed.
3616         (get_stack_local_alignment): New.
3617         (assign_stack_local): Use it.  Set alignment on stack slot.
3618         (assign_stack_temp_for_type): Use get_stack_local_alignment.
3619         * config/i386/i386.h (LOCAL_ALIGNMENT): Updated.
3620         (STACK_SLOT_ALIGNMENT): New.
3621         * config/i386/i386.c (ix86_local_alignment): Handle caller-save
3622         stack slot in XFmode.
3624         * doc/tm.texi (STACK_SLOT_ALIGNMENT): New.
3626 2008-05-26  Kai Tietz  <kai.tietz@onevision.com>
3628         PR/36321
3629         * config/i386/i386.md (allocate_stack_worker_64): Make sure
3630         argument operand in rax isn't removed.
3632 2008-05-26  Richard Guenther  <rguenther@suse.de>
3634         PR middle-end/36300
3635         * fold-const.c (extract_muldiv_1): Use TYPE_OVERFLOW_WRAPS,
3636         not TYPE_UNSIGNED.  Use TYPE_PRECISION instead of GET_MODE_SIZE.
3638 2008-05-26  Daniel Franke  <franke.daniel@gmail.com>
3640         PR bootstrap/36331
3641         * c-cppbuiltin.c (define__GNUC__): Re-add definition of __GNUG__.
3643 2008-05-26  Dominique Dhumieres  <dominiq@lps.ens.fr>
3645         * config/darwin-c.c: Include "incpath.h" instead of "c-incpath.h".
3646         * config/t-darwin: Use "incpath.h" instead of "c-incpath.h".
3648 2008-05-25  Eric Botcazou  <ebotcazou@adacore.com>
3650         * tree-nested.c (convert_tramp_reference) <ADDR_EXPR>: Do not
3651         build a trampoline if we don't want one.
3652         * varasm.c (initializer_constant_valid_p) <ADDR_EXPR>: Do not
3653         return zero for nested functions if we don't want a trampoline.
3655 2008-05-26  Daniel Franke  <franke.daniel@gmail.com>
3657         * doc/invoke.texi: Added f77, f77-cpp-input to list of file types.
3659 2008-05-26  Daniel Franke  <franke.daniel@gmail.com>
3661         PR fortran/18428
3662         * c.opt: Removed undocumented option '-lang-fortran'.
3663         * c-common.h: Removed global variable 'lang_fortran'.
3664         * c-opts.c (c_common_handle_option): Removed code to handle
3665         option '-lang-fortran'. Updated includes.
3666         * c-cppbuiltin.c (c_cpp_builtins): Removed conditional
3667         definition of '__GFORTRAN__'.
3668         (define__GNUC__): Reimplemented to use BASEVER and
3669         cpp_define_formatted.
3670         (builtin_define_with_value_n): Removed.
3671         * c-incpath.h: Renamed to ...
3672         * incpath.h: ... this.
3673         * c-incpath.c: Renamed to ...
3674         * incpath.c: ... this. Updated includes.
3675         * fix-header.c: Updated includes.
3676         * Makefile.in: Replaced c-incpath.[ch] by incpath.[ch].
3677         (c-cppbuiltin.o): Added dependency on and definition of BASEVER.
3678         (OBJ-archive): Added cppdefault.o, incpath.o and prefix.o.
3680 2008-05-25  Eric Botcazou  <ebotcazou@adacore.com>
3682         * tree.h: Update the table of flags used on tree nodes.
3683         (TREE_NO_TRAMPOLINE): New accessor for static_flag.
3684         (SAVE_EXPR_RESOLVED_P): Use automatically-built access check.
3685         (FORCED_LABEL): Add access check.
3686         (CALL_EXPR_RETURN_SLOT_OPT): Likewise.
3687         (ASM_INPUT_P): Likewise.
3688         (ASM_VOLATILE_P): Likewise.
3689         (EH_FILTER_MUST_NOT_THROW): Access static_flag directly.
3690         (OMP_SECTION_LAST): Access private_flag directly.
3691         (OMP_RETURN_NOWAIT): Likewise.
3692         (OMP_PARALLEL_COMBINED): Likewise.
3693         (OMP_CLAUSE_PRIVATE_DEBUG): Access public_flag directly.
3694         (OMP_CLAUSE_LASTPRIVATE_FIRSTPRIVATE): Likewise.
3695         * tree-ssa-propagate.c (STMT_IN_SSA_EDGE_WORKLIST): Access
3696         deprecated_flag directly.
3698 2008-05-25  H.J. Lu  <hongjiu.lu@intel.com>
3700         * final.c (frame_pointer_needed): Removed.
3701         * flags.h (frame_pointer_needed): Likewise.
3703         * function.h (rtl_data): Add frame_pointer_needed.
3704         (frame_pointer_needed): New.
3706 2008-05-25  Arthur Loiret  <arthur.loiret@u-psud.fr>
3708         * config.gcc (sh2[lbe]*-*-linux*): Allow target.
3710 2008-05-25  Steven Bosscher  <stevenb.gcc@gmail.com>
3712         * gcse.c (hash_scan_set): Do not pick up a REG_EQUAL value if
3713         SRC is a REG.
3715 2008-05-25  Alan Modra  <amodra@bigpond.net.au>
3717         * c-common.c (strip_array_types): Move function to..
3718         * tree.c: ..here.
3719         (get_inner_array_type): Delete.
3720         * c-common.h (strip_array_types): Move declaration to..
3721         * tree.h: ..here.
3722         (get_inner_array_type): Delete.
3723         * config/i386/i386.c (x86_field_alignment): Use strip_array_types.
3724         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
3725         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
3726         * config/pa/pa.c (emit_move_sequence): Likewise.
3728 2008-05-24  H.J. Lu  <hongjiu.lu@intel.com>
3730         * config/i386/i386.md (*sse_prologue_save_insn): Set length
3731         attribute to 34.
3733 2008-05-24  Andy Hutchinson  <hutchinsonandy@aim.com>
3735         * function.c: Include target hook for nonlocal_goto frame value.
3737 2008-05-24  Richard Guenther  <rguenther@suse.de>
3739         * tree-dfa.c (refs_may_alias_p): Re-instantiate case that a scalar
3740         variable can be only accessed through a pointer or a union.
3742 2008-05-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3744         * builtins.c (fold_builtin_fpclassify): Fix spelling of FP_INFINITE.
3745         * doc/extend.texi: Likewise.
3747 2008-05-23  DJ Delorie  <dj@redhat.com>
3749         * config/m32c/jump.md (untyped_call): Add.
3751         * config/m32c/m32c.c (m32c_return_addr_rtx): Change pointer type
3752         for A24 to PSImode.
3753         (m32c_address_cost): Detail costs for indirect offsets.
3755 2008-05-23  Rafael Espindola  <espindola@google.com>
3757         * see.c (see_get_extension_data): Don't use SUBREG_REG to test
3758         if a node is a SUBREG.
3759         (see_analyze_one_def): Don't use SUBREG_REG to test if a node
3760         is a SUBREG.
3762 2008-05-23  Paul Brook  <paul@codesourcery.com>
3763             Carlos O'Donell  <carlos@codesourcery.com>
3765         * doc/extend.texi: Clarify use of __attribute__((naked)).
3766         * doc/tm.texi: Document TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS.
3767         * target.h (gcc_target): Add allocate_stack_slots_for_args.
3768         * function.c (use_register_for_decl): Use
3769         targetm.calls.allocate_stack_slots_for_args.
3770         * target-def.h (TARGET_CALLS): Add TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS.
3771         * config/arm/arm.c (arm_allocate_stack_slots_for_args): New function.
3772         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
3774 2008-05-23  Eric Botcazou  <ebotcazou@adacore.com>
3776         * expr.c (highest_pow2_factor) <BIT_AND_EXPR>: New case.
3778 2008-05-23  Steven Munroe  <sjmunroe@us.ibm.com>
3780         * config/rs6000/darwin-ldouble.c (fmsub): Eliminate the full
3781         PACK/UNPACK between FP_SUB_Q and FD_TRUNC so that the result
3782         is only rounded once.
3784 2008-05-23  Richard Guenther  <rguenther@suse.de>
3786         * tree-ssa-operands.c (mark_difference_for_renaming): Use bitmap_xor.
3788 2008-05-23  Uros Bizjak  <ubizjak@gmail.com>
3789             Jakub Jelinek  <jakub@redhat.com>
3791         PR target/36079
3792         * configure.ac: Handle --enable-cld.
3793         * configure: Regenerated.
3794         * config.gcc: Add USE_IX86_CLD to tm_defines for x86 targets.
3795         * config/i386/i386.h (struct machine_function): Add needs_cld field.
3796         (ix86_current_function_needs_cld): New define.
3797         * config/i386/i386.md (UNSPEC_CLD): New unspec volatile constant.
3798         (cld): New isns pattern.
3799         (strmov_singleop, rep_mov, strset_singleop, rep_stos, cmpstrnqi_nz_1,
3800         cmpstrnqi_1, strlenqi_1): Set ix86_current_function_needs_cld flag.
3801         * config/i386/i386.opt (mcld): New option.
3802         * config/i386/i386.c (ix86_expand_prologue): Emit cld insn if
3803         TARGET_CLD and ix86_current_function_needs_cld.
3804         (override_options): Use -mcld by default for 32-bit code if
3805         USE_IX86_CLD.
3807         * doc/install.texi (Options specification): Document --enable-cld.
3808         * doc/invoke.texi (Machine Dependent Options)
3809         [i386 and x86-64 Options]: Add -mcld option.
3810         (Intel 386 and AMD x86-64 Options): Document -mcld option.
3812 2008-05-23  Kai Tietz  <kai.tietz@onevison.com>
3813         * config/i386/i386.c (return_in_memory_32): Add ATTRIBUTE_UNUSED.
3814         (return_in_memory_64): Likewise.
3815         (return_in_memory_ms_64): Likewise.
3817 2008-05-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3819         * builtin-types.def (BT_FN_INT_INT_INT_INT_INT_INT_VAR): New.
3820         * builtins.c (fold_builtin_fpclassify): New.
3821         (fold_builtin_varargs): Handle BUILT_IN_FPCLASSIFY.
3822         * builtins.def (BUILT_IN_FPCLASSIFY): New.
3823         * c-common.c (handle_type_generic_attribute): Adjust to accept
3824         fixed arguments before an elipsis.
3825         (check_builtin_function_arguments): Handle BUILT_IN_FPCLASSIFY.
3826         * doc/extend.texi: Document __builtin_fpclassify.
3828 2008-05-22  Aldy Hernandez  <aldyh@redhat.com>
3830         * omp-low.c (gate_expand_omp_ssa): Remove.
3831         (pass_expand_omp_ssa): Remove.
3832         (gate_expand_omp): Do not check for flag_openmp_ssa.
3833         * common.opt (-fopenmp-ssa): Remove.
3834         * passes.c (init_optimization_passes): Remove pass_expand_omp_ssa.
3836 2008-05-22  Kaz Kojima  <kkojima@gcc.gnu.org>
3838         * config/sh/sh.opt (mfixed-range): New option.
3839         * config/sh/sh-protos.h (sh_fix_range): Declare.
3840         * config/sh/sh.c (sh_fix_range): New function.
3841         * config/sh/sh.h (sh_fixed_range_str): Declare.
3842         (OVERRIDE_OPTIONS): Call sh_fix_range if sh_fixed_range_str
3843         is not empty.
3844         * doc/invoke.texi (SH Options): Document -mfixed-range.
3846 2008-05-22  Kai Tietz  <kai.tietz@onevision.com>
3848         * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Undefine
3849         it before the redeclaration.
3851 2008-05-22  Anatoly Sokolov <aesok@post.ru>
3853         * config/avr/avr.c (get_sequence_length): Add new function.
3854         (expand_prologue, expand_epilogue): Remove duplicate code.
3856 2008-05-22  Rafael Espindola  <espindola@google.com>
3858         * see.c (see_pre_insert_extensions): Use copy_rtx to avoid invalid rtx
3859         sharing.
3861 2008-05-22  H.J. Lu  <hongjiu.lu@intel.com>
3863         * defaults.h (UNITS_PER_SIMD_WORD): Add scalar mode as argument.
3864         * doc/tm.texi (UNITS_PER_SIMD_WORD): Likewise.
3866         * tree-vect-analyze.c (vect_compute_data_ref_alignment): Replace
3867         UNITS_PER_SIMD_WORD with GET_MODE_SIZE (TYPE_MODE (vectype)).
3868         (vect_update_misalignment_for_peel): Likewise.
3869         (vector_alignment_reachable_p): Likewise.
3870         * tree-vect-transform.c (vectorizable_load): Likewise.
3871         * tree-vectorizer.c (vect_supportable_dr_alignment): Likewise.
3872         (get_vectype_for_scalar_type): Pass mode of scalar_type
3873         to UNITS_PER_SIMD_WORD.
3875         * config/arm/arm.h (UNITS_PER_SIMD_WORD): Updated.
3876         * config/i386/i386.h (UNITS_PER_SIMD_WORD): Likewise.
3877         * config/mips/mips.h (UNITS_PER_SIMD_WORD): Likewise.
3878         * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Likewise.
3879         * config/sparc/sparc.h (UNITS_PER_SIMD_WORD): Likewise.
3881 2008-05-22  Ira Rosen  <irar@il.ibm.com>
3883         PR tree-optimization/36293
3884         * tree-vect-transform.c (vect_transform_strided_load): Don't check
3885         if the first load must be skipped because of a gap.
3887 2008-05-22  Richard Guenther  <rguenther@suse.de>
3889         * tree-dfa.c (refs_may_alias_p): Exit early if possible.  Handle
3890         more cases of offset disambiguation that is possible if
3891         strict-aliasing rules apply.
3892         * tree-ssa-loop-im.c (mem_refs_may_alias_p): Use refs_may_alias_p
3893         for basic offset and type-based disambiguation.
3895 2008-05-21  H.J. Lu  <hongjiu.lu@intel.com>
3897         * config/i386/i386.c (ix86_expand_vector_init_one_var): Use
3898         ix86_expand_vector_set on V16QImode for SSE4.1.
3900 2008-05-21  Tom Tromey  <tromey@redhat.com>
3902         * c.opt (Wimport): Mark as undocumented.
3903         * doc/invoke.texi (Option Summary): Don't mention -Wimport or
3904         -Wno-import.
3905         (Warning Options): Likewise.
3906         * doc/cppopts.texi: Don't mention -Wimport.
3908 2008-05-21  Sebastian Pop  <sebastian.pop@amd.com>
3910         PR tree-optimization/36287
3911         PR tree-optimization/36286
3912         * lambda-code.c (build_access_matrix): Do not use the loop->num
3913         for computing the number of induction variables: use the loop depth
3914         instead.
3916 2008-05-21  Kai Tietz  <kai.tietz@onevision.com>
3918         PR/36280
3919         * config/i386/cygming.h (ASM_OUTPUT_LABELREF): Honor
3920         option -f(no-)leading-underscore.
3922 2008-05-21  H.J. Lu  <hongjiu.lu@intel.com>
3924         * config/i386/i386.c (ix86_expand_vector_init_general): Use
3925         GET_MODE_NUNITS (mode).
3927 2008-05-21  Peter Bergner  <bergner@vnet.ibm.com>
3929         * doc/invoke.texi: Add cpu_type's 464 and 464fp.
3930         (-mmulhw): Add 464 to description.
3931         (-mdlmzb): Likewise.
3932         * config.gcc: Handle --with-cpu=464 and --with-cpu=464fp.
3933         * config/rs6000/rs6000.c (processor_target_table): Add 464 and
3934         464fp entries.
3935         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 464 and 464fp support.
3936         * config/rs6000/t-fprules (MULTILIB_MATCHES_FLOAT): Include -mcpu=464.
3937         * config/rs6000/rs6000.md: Update comments for 464.
3939 2008-05-21  Janis Johnson  <janis187@us.ibm.com>
3941         * doc/sourcebuild.texi (Test Directives): Add dg-xfail-run-if.
3943 2008-05-21  H.J. Lu  <hongjiu.lu@intel.com>
3945         * config/i386/sse.md (vec_extractv4sf): Removed.
3946         (vec_extractv2df): Likewise.
3947         (vec_extractv2di): Likewise.
3948         (vec_extractv4si): Likewise.
3949         (vec_extractv8hi): Likewise.
3950         (vec_extractv16qi): Likewise.
3951         (vec_extract<mode>): New.
3953 2008-05-21  H.J. Lu  <hongjiu.lu@intel.com>
3955         * config/i386/sse.md (vec_setv4sf): Removed.
3956         (vec_setv2df): Likewise.
3957         (vec_setv2di): Likewise.
3958         (vec_setv4si): Likewise.
3959         (vec_setv8hi): Likewise.
3960         (vec_setv16qi): Likewise.
3961         (vec_set<mode>): New.
3963 2008-05-21  H.J. Lu  <hongjiu.lu@intel.com>
3965         * config/i386/i386.c (ix86_expand_vector_init_general): Remove
3966         goto for vec_concat and vec_interleave.
3968 2008-05-21  H.J. Lu  <hongjiu.lu@intel.com>
3970         * config/i386/sse.md (vec_initv4sf): Removed.
3971         (vec_initv2df): Likewise.
3972         (vec_initv2di): Likewise.
3973         (vec_initv4si): Likewise.
3974         (vec_initv8hi): Likewise.
3975         (vec_initv16qi): Likewise.
3976         (vec_init<mode>): New.
3978 2008-05-21  Joseph Myers  <joseph@codesourcery.com>
3980         * collect2.c (find_a_file): Use IS_ABSOLUTE_PATH.
3982 2008-05-21  Tom Tromey  <tromey@redhat.com>
3984         * ggc-zone.c (lookup_page_table_if_allocated): New function.
3985         (zone_find_object_offset): Likewise.
3986         (gt_ggc_m_S): Likewise.
3987         (highest_bit): Likewise.
3988         * ggc-page.c (gt_ggc_m_S): New function.
3989         * stringpool.c (string_stack): Remove.
3990         (init_stringpool): Update.
3991         (ggc_alloc_string): Use ggc_alloc.
3992         (maybe_delete_ident): New function.
3993         (ggc_purge_stringpool): Likewise.
3994         (gt_ggc_m_S): Remove.
3995         * ggc-common.c (ggc_protect_identifiers): New global.
3996         (ggc_mark_roots): Call ggc_purge_stringpool.  Use
3997         ggc_protect_identifiers.
3998         * ggc.h (ggc_protect_identifiers): Declare.
3999         (gt_ggc_m_S): Update.
4000         (ggc_purge_stringpool): Declare.
4001         * toplev.c (compile_file): Set and reset ggc_protect_identifiers.
4002         * gengtype.c (write_types_process_field) <TYPE_STRING>: Remove
4003         special case.
4004         (write_root): Cast gt_ggc_m_S to gt_pointer_walker.
4006 2008-05-21  David S. Miller  <davem@davemloft.net>
4008         * config.gcc (sparc-*-linux*): Always include sparc/t-linux in
4009         tmake_file.
4011 2008-05-21  Eric Botcazou  <ebotcazou@adacore.com>
4013         * cfgexpand.c (tree_expand_cfg): Zap the EH throw statement table
4014         once finished.
4016 2008-05-20  David Daney  <ddaney@avtrex.com>
4018         * config/mips/mips.md (UNSPEC_SYNC_NEW_OP_12,
4019         UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE_12): New define_constants.
4020         (UNSPEC_SYNC_EXCHANGE, UNSPEC_MEMORY_BARRIER, UNSPEC_SET_GOT_VERSION,
4021         UNSPEC_UPDATE_GOT_VERSION): Renumber.
4022         (optab, insn): Add 'plus' and 'minus' to define_code_attr.
4023         (atomic_hiqi_op): New define_code_iterator.
4024         (sync_compare_and_swap<mode>): Call mips_expand_atomic_qihi instead of
4025         mips_expand_compare_and_swap_12.
4026         (compare_and_swap_12): Use MIPS_COMPARE_AND_SWAP_12 instead of
4027         MIPS_COMPARE_AND_SWAP_12_0.  Pass argument to MIPS_COMPARE_AND_SWAP_12.
4028         (sync_<optab><mode>, sync_old_<optab><mode>,
4029         sync_new_<optab><mode>, sync_nand<mode>, sync_old_nand<mode>,
4030         sync_new_nand<mode>): New define_expands for HI and QI mode operands.
4031         (sync_<optab>_12, sync_old_<optab>_12, sync_new_<optab>_12,
4032         sync_nand_12, sync_old_nand_12, sync_new_nand_12): New insns.
4033         (sync_lock_test_and_set<mode>): New define_expand for HI and QI modes.
4034         (test_and_set_12): New insn.
4035         (sync_old_add<mode>, sync_new_add<mode>, sync_old_<optab><mode>,
4036         sync_new_<optab><mode>, sync_old_nand<mode>,
4037         sync_new_nand<mode>, sync_lock_test_and_set<mode>):  Add early
4038         clobber to operand 0 for SI and DI mode insns.
4039         * config/mips/mips-protos.h (mips_gen_fn_6, mips_gen_fn_5,
4040         mips_gen_fn_4): New typedefs.
4041         (mips_gen_fn_ptrs): Define new union type.
4042         (mips_expand_compare_and_swap_12): Remove declaration.
4043         (mips_expand_atomic_qihi): Declare function.
4044         * config/mips/mips.c (mips_expand_compare_and_swap_12): Rename to...
4045         (mips_expand_atomic_qihi): ... this.  Use new generator function
4046         parameter.
4047         * config/mips/mips.h (MIPS_COMPARE_AND_SWAP_12): Add OPS parameter.
4048         (MIPS_COMPARE_AND_SWAP_12_0): Delete macro.
4049         (MIPS_COMPARE_AND_SWAP_12_ZERO_OP, MIPS_COMPARE_AND_SWAP_12_NONZERO_OP,
4050         MIPS_SYNC_OP_12, MIPS_SYNC_OP_12_NOT_NOP,
4051         MIPS_SYNC_OP_12_NOT_NOT, MIPS_SYNC_OLD_OP_12,
4052         MIPS_SYNC_OLD_OP_12_NOT_NOP, MIPS_SYNC_OLD_OP_12_NOT_NOP_REG,
4053         MIPS_SYNC_OLD_OP_12_NOT_NOT, MIPS_SYNC_OLD_OP_12_NOT_NOT_REG,
4054         MIPS_SYNC_NEW_OP_12, MIPS_SYNC_NEW_OP_12_NOT_NOP,
4055         MIPS_SYNC_NEW_OP_12_NOT_NOT, MIPS_SYNC_EXCHANGE_12,
4056         MIPS_SYNC_EXCHANGE_12_ZERO_OP, MIPS_SYNC_EXCHANGE_12_NONZERO_OP):
4057         New macros.
4059 2008-05-20  H.J. Lu  <hongjiu.lu@intel.com>
4061         * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Add
4062         the missing break.
4064 2008-05-20  Anatoly Sokolov <aesok@post.ru>
4066         * config/avr/avr.h (machine_function): Add 'is_OS_main' field.
4067         * config/avr/avr.c (avr_OS_main_function_p): Add new function.
4068         (avr_attribute_table): Add 'OS_main' function attribute.
4069         (avr_regs_to_save, expand_prologue, expand_epilogue): Handle
4070         functions with 'OS_main' attribute.
4072 2008-05-20  Richard Guenther  <rguenther@suse.de>
4074         PR tree-optimization/35204
4075         * tree-ssa-sccvn.c (extract_and_process_scc_for_name): New
4076         helper, split out from ...
4077         (DFS): ... here.  Make the DFS walk non-recursive.
4079 2008-05-20  Sebastian Pop  <sebastian.pop@amd.com>
4080             Jan Sjodin  <jan.sjodin@amd.com>
4082         PR tree-optimization/36181
4083         * tree-parloops.c (loop_has_vector_phi_nodes): New.
4084         (parallelize_loops): Don't parallelize when the loop has vector
4085         phi nodes.
4087 2008-05-20  Jan Sjodin  <jan.sjodin@amd.com>
4088             Sebastian Pop  <sebastian.pop@amd.com>
4090         * tree-loop-linear.c (gather_interchange_stats): Look in the access
4091         matrix, and never look at the tree representation of the memory
4092         accesses.
4093         (linear_transform_loops): Computes parameters and access matrices.
4094         * tree-data-ref.c (compute_data_dependences_for_loop): Returns false
4095         when fails.
4096         (access_matrix_get_index_for_parameter): New.
4097         * tree-data-ref.h (struct access_matrix): New.
4098         (AM_LOOP_NEST_NUM, AM_NB_INDUCTION_VARS, AM_PARAMETERS, AM_MATRIX,
4099         AM_NB_PARAMETERS, AM_CONST_COLUMN_INDEX, AM_NB_COLUMNS,
4100         AM_GET_SUBSCRIPT_ACCESS_VECTOR, AM_GET_ACCESS_MATRIX_ELEMENT,
4101         am_vector_index_for_loop): New.
4102         (struct data_reference): Add field access_matrix.
4103         (DR_ACCESS_MATRIX): New.
4104         (compute_data_dependences_for_loop): Update declaration.
4105         (lambda_collect_parameters, lambda_compute_access_matrices): Declared.
4106         * lambda.h (lambda_vector_vec_p): Declared.
4107         * lambda-code.c: Depend on pointer-set.h.
4108         (lambda_collect_parameters_from_af, lambda_collect_parameters,
4109         av_for_af_base, av_for_af, build_access_matrix,
4110         lambda_compute_access_matrices): New.
4111         * Makefile.in (lambda-code.o): Depend on pointer-set.h.
4113 2008-05-20  Joseph Myers  <joseph@codesourcery.com>
4115         * doc/install.texi2html: Generate gcc-vers.texi in $DESTDIR not
4116         $SOURCEDIR/include.
4118 2008-05-20  Jan Sjodin  <jan.sjodin@amd.com>
4119             Sebastian Pop  <sebastian.pop@amd.com>
4121         PR tree-optimization/36206
4122         * tree-scalar-evolution.c: Remove enum INSERT_SUPERLOOP_CHRECS,
4123         FOLD_CONVERSIONS.
4124         (instantiate_scev_1): Rename flags to fold_conversions.
4125         Do not check for INSERT_SUPERLOOP_CHRECS, keep SSA_NAMEs defined
4126         outeside instantiation_loop.
4127         * tree-chrec.h (evolution_function_is_affine_in_loop): New.
4128         (evolution_function_is_affine_or_constant_p): Removed.
4129         * tree-data-ref.c (dr_analyze_indices): Replace resolve_mixers with
4130         instantiate_scev.
4131         (analyze_siv_subscript): Pass in the loop nest number.
4132         Call evolution_function_is_affine_in_loop instead of 
4133         evolution_function_is_affine_p.
4134         (analyze_overlapping_iterations): Pass in the loop nest number.
4136 2008-05-20  Jan Sjodin  <jan.sjodin@amd.com>
4137             Sebastian Pop  <sebastian.pop@amd.com>
4139         PR tree-optimization/36206
4140         * tree-chrec.h (chrec_fold_op): New.
4141         * tree-data-ref.c (initialize_matrix_A): Traverse NOP_EXPR, PLUS_EXPR,
4142         and other trees.
4144 2008-05-20  Nathan Sidwell  <nathan@codesourcery.com>
4146         * c-incpath.c (INO_T_EQ): Do not define on non-inode systems.
4147         (DIRS_EQ): New.
4148         (remove_duplicates): Do not set inode on non-inode systems.
4149         Use DIRS_EQ.
4151 2008-05-20  Sandra Loosemore  <sandra@codesourcery.com>
4153         * config.gcc (tm_file): Update comments about relative pathnames.
4155 2008-05-20  Richard Guenther  <rguenther@suse.de>
4157         * tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.
4158         * tree-ssa-sccvn.c (process_scc): Likewise.
4159         * tree-ssa-sink.c (execute_sink_code): Likewise.
4160         * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
4161         * tree-vrp.c (process_assert_insertions): Likewise.
4162         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Likewise.
4163         (perform_tree_ssa_dce): Likewise.
4164         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Likewise.
4165         (dump_dominator_optimization_stats): Likewise.
4166         * tree-vectorizer.c (vectorize_loops): Likewise.
4168 2008-05-20  Richard Guenther  <rguenther@suse.de>
4170         * tree-vn.c (vn_lookup_with_vuses): Do not use the alias oracle.
4172 2008-05-20  Kai Tietz  <kai.tietz@onevision.com>
4174         * config/i386/i386-protos.h (ix86_return_in_memory): Removed.
4175         (ix86_i386elf_return_in_memory): Likewise.
4176         (ix86_i386interix_return_in_memory): Likewise.
4177         * config/i386/i386-interix.h (TARGET_RETURN_IN_MEMORY): Removed.
4178         (SUBTARGET_RETURN_IN_MEMORY): New.
4179         * config/i386/i386elf.h: Likewise.
4180         * config/i386/ptx4-i.h: Likewise.
4181         * config/i386/sol2-10.h: Likewise.
4182         * config/i386/sysv4.h: Likewise.
4183         * config/i386/vx-common.h: Likewise.
4184         * config/i386/i386.h (TARGET_RETURN_IN_MEMORY): Removed.
4185         * config/i386/i386.c (ix86_return_in_memory): Made static and
4186         make use of optional SUBTARGET_RETURN_IN_MEMORY macro.
4187         (ix86_i386elf_return_in_memory): Removed.
4188         (ix86_i386interix_return_in_memory): Removed.
4189         (TARGET_RETURN_IN_MEMORY): Declared within i386.c only.
4190         * target-def.h (TARGET_RETURN_IN_MEMORY): Remove protection #ifdef.
4192 2008-05-20  Alexandre Oliva  <aoliva@redhat.com>
4194         * cselib.c (cselib_record_sets): Use correct mode for IF_THEN_ELSE.
4196 2008-05-19  Xinliang David Li  <davidxl@google.com>
4198         * tree-ssa-dce.c: Revert patches of 2008-05-17 and 2008-05-18. 
4199         * opts.c: Ditto.
4200         * common.opt: Ditto.
4201         * doc/invoke.texi: Ditto.
4203 2008-05-19  Eric Botcazou  <ebotcazou@adacore.com>
4205         * tree.c (substitute_in_expr) <tcc_vl_exp>: Fix thinko.
4206         (substitute_placeholder_in_expr) <tcc_vl_exp>: Minor tweak.
4208 2008-05-19  H.J. Lu  <hongjiu.lu@intel.com>
4210         * config/i386/i386.c (ix86_expand_vector_init_concat): Change
4211         sizes of operand array from 8/4 to 4/2.
4212         (ix86_expand_vector_init_general): Change size of operand array
4213         from 32 to 16.  Remove op0, op1 and half_mode.
4215 2008-05-19  H.J. Lu  <hongjiu.lu@intel.com>
4217         * config/i386/i386.c (ix86_expand_vector_init_concat): New.
4218         (ix86_expand_vector_init_interleave): Likewise.
4219         (ix86_expand_vector_init_general): Use them.  Assert
4220         word_mode == SImode when n_words == 4.
4222 2008-05-19  Uros Bizjak  <ubizjak@gmail.com>
4224         * config/i386/i386.c (ix86_secondary_reload): New static function.
4225         (TARGET_SECONDARY_RELOAD): New define.
4226         * config/i386/i386.h (SECONDARY_OUTPUT_RELOAD_CLASS): Remove.
4227         * config/i386/i386.md (reload_outqi): Remove.
4229 2008-05-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4231         PR middle-end/35509
4232         * builtins.c (mathfn_built_in_1): Renamed from mathfn_built_in.
4233         Add `implicit' parameter.  Handle BUILT_IN_SIGNBIT.
4234         (mathfn_built_in): Rewrite in terms of mathfn_built_in_1.
4235         (fold_builtin_classify): Handle BUILT_IN_ISINF_SIGN.
4236         (fold_builtin_1): Likewise.
4237         * builtins.def (BUILT_IN_ISINF_SIGN): New.
4238         c-common.c (check_builtin_function_arguments): Handle
4239         BUILT_IN_ISINF_SIGN.
4240         * doc/extend.texi: Document __builtin_isinf_sign.
4241         * fold-const.c (operand_equal_p): Handle COND_EXPR.
4243 2008-05-18  Eric Botcazou  <ebotcazou@adacore.com>
4245         * tree-ssa-dom.c (tree_ssa_dominator_optimize): If some blocks need
4246         EH cleanup at the end of the pass, search for those that have been
4247         turned into forwarder blocks and do the cleanup on their successor.
4249 2008-05-18  Richard Guenther  <rguenther@suse.de>
4251         * tree-cfg.c (verify_gimple_expr): Allow conversions from
4252         pointers to sizetype and vice versa.
4254 2008-05-18 Xinliang David Li   <davidxl@google.com>
4256         * gcc/tree-ssa-dce.c: Coding style fix.
4257         (check_pow): Documentation comment. 
4258         (check_log): Documenation comment. Coding style fix.
4259         (is_unnecessary_except_errno_call): Ditto.
4260         (gen_conditions_for_pow): Ditto.
4261         (gen_conditions_for_log): Ditto.
4262         (gen_shrink_wrap_conditions): Ditto.
4263         (shrink_wrap_one_built_in_calls): Ditto.
4264         * gcc/doc/invoke.texi: Better documentation string.
4265         * ChangeLog: Fix wrong change log entries from 
4266         May 17 checkin on function call DCE.
4268 2008-05-17  Kaz Kojima  <kkojima@gcc.gnu.org>
4270         * config/sh/sh.c (sh_output_mi_thunk): Update the use of init_flow.
4272 2008-05-17  Kenneth Zadeck <zadeck@naturalbridge.com>
4274         * doc/rtl.texi (RTL_CONST_CALL_P, RTL_PURE_CALL_P): Fixed typos.
4275         * df-problems.c (simulation routines): Fixed block comment to
4276         properly say how to add forwards scanning functions.
4277         
4278 2008-05-17  Eric Botcazou  <ebotcazou@adacore.com>
4280         * tree-inline.c (setup_one_parameter): Remove dead code.
4282 2008-05-17  Eric Botcazou  <ebotcazou@adacore.com>
4284         * fold-const.c (fold_unary) <CASE_CONVERT>: Fold the cast into
4285         a BIT_AND_EXPR only for an INTEGER_TYPE.
4287 2008-05-17 Xinliang David Li   <davidxl@google.com>
4289         * gcc/tree-ssa-dce.c (cond_dead_built_in_calls): New static variable.
4290         (check_pow, check_log, is_unnecessary_except_errno_call): New 
4291         functions to check for eliminating math functions that are pure 
4292         except for setting errno.
4293         (gen_conditions_for_pow, gen_conditionas_for_log): New functions to
4294         general condition expressions for shrink-wrapping pow/log calls.
4295         (gen_shrink_wrap_conditions): Ditto.
4296         (shrink_wrap_one_built_in_call): Ditto.
4297         (shrink_wrap_conditional_dead_built_in_calls): Ditto.
4298         (mark_operand_necessary): If debugging, output if OP is necessary.
4299         (eliminate_unnecessary_stmts): Eliminate pow, log calls that are
4300         unnecessary.
4301         * gcc/opts.c (decode_options): set flag_tree_builtin_dce to 1 when
4302         opt level >= 2.
4303         * gcc/common.opt: New user flag -ftree-builtin-dce.
4304         * gcc/doc/invoke.texi (-ftree-builtin-dce): New option.
4306 2008-05-16  David S. Miller  <davem@davemloft.net>
4308         * config/sparc/linux.h (NO_PROFILE_COUNTERS): Undef before overriding.
4309         * config/sparc/linux64.h (NO_PROFILE_COUNTERS): Likewise.
4311 2008-05-16  Uros Bizjak  <ubizjak@gmail.com>
4313         PR target/36246
4314         * config/i386/i386.h (SECONDARY_MEMORY_NEEDED_MODE): New define.
4316 2008-05-16  Kenneth Zadeck <zadeck@naturalbridge.com>
4318         * ifcvt.c (dead_or_predicable): Rename
4319         df_simulate_one_insn_backwards to df_simulate_one_insn.
4320         * recog.c (peephole2_optimize): Ditto.
4321         * rtl-factoring.c (collect_pattern_seqs, clear_regs_live_in_seq):
4322         Ditto.
4323         * df.h: Rename df_simulate_one_insn_backwards to
4324         df_simulate_one_insn.  and delete df_simulate_one_insn_forwards.
4325         * df-problems.c (df_simulate_artificial_refs_at_top) Reversed
4326         scanning of defs and uses.
4327         (df_simulate_one_insn_backwards): Renamed to df_simulate_one_insn.
4328         (df_simulate_one_insn_forwards): Removed.
4330 2008-05-16  Doug Kwan  <dougkwan@google.com>
4332         * real.c (real_to_decimal, real_to_hexadecimal): Distinguish
4333         QNaN & SNaN.
4334         (real_from_string): Handle NaNs and Inf as approriate.
4336 2008-05-16  Nathan Froyd  <froydnj@codesourcery.com>
4338         * doc/gty.texi (Source Files Containing Type Information): Note
4339         that headers should appear first in the gtfiles list.
4341 2008-05-16  Kenneth Zadeck <zadeck@naturalbridge.com>
4343         * tree.def (COND_EXEC): Properly documented this code.
4345 2008-05-16  Diego Novillo  <dnovillo@google.com>
4347         * dwarf2asm.c (dw2_assemble_integer): Clarify comment.
4348         * tree-nested.c (get_trampoline_type): Set DECL_CONTEXT for
4349         the new field.
4351 2008-05-16  Kenneth Zadeck <zadeck@naturalbridge.com>
4353         * tree-ssa-dse (max_stmt_uid): Removed.
4354         (get_stmt_uid, dse_possible_dead_store_p, dse_optimize_stmt, 
4355         tree_ssa_dse): Encapsulate all uses of stmt_ann->uid.
4356         * tree-ssa-sccvn.c (compare_ops, init_scc_vn): Ditto.
4357         * function.h (cfun.last_stmt_uid): New field.
4358         * tree-flow-inline.h (set_gimple_stmt_uid, gimple_stmt_uid,
4359         gimple_stmt_max_uid, set_gimple_stmt_max_uid, inc_gimple_stmt_max_uid):
4360         New functions.
4361         * tree-dfa.c (renumber_gimple_stmt_uids): New function.
4362         (create_stmt_ann): Initialize the ann->uid field.
4363         * tree-ssa-pre.c (compute_avail): Encapsulate the stmt_ann->uid
4364         with new calls.
4365         * tree-flow.h (renumber_gimple_stmt_uids): New function.
4367 2008-05-16  Nathan Froyd  <froydnj@codesourcery.com>
4369         * tree-flow.h (init_empty_tree_cfg_for_function): Declare.
4370         * tree-cfg.c (init_empty_tree_cfg_for_function): Define.
4371         (init_empty_tree_cfg): Call it.
4373 2008-05-16  Kenneth Zadeck <zadeck@naturalbridge.com>
4375         * cfg.c (init_flow): Add argument THE_FUN.  Use it instead of cfun.
4376         Update all users.
4378 2008-05-16  Kenneth Zadeck <zadeck@naturalbridge.com>
4380         * doc/invoke.text (-fdump-tree-*-verbose): New option.
4381         * tree-dump.c (dump_options): New verbose option.
4382         * tree-pretty-print.c (dump_phi_nodes, dump_generic_bb_buff):
4383         Add verbose dump.
4384         * tree-pass.h (TDF_VERBOSE): New dump flag.
4385         * print-tree.c (print_node): Added code to be able to print PHI_NODES.
4386         (tree-flow.h): Added include.
4387         * Makefile.in (print-tree.o):  Added TREE_FLOW_H.
4389 2008-05-16  Bernd Schmidt  <bernd.schmidt@analog.com>
4391         * config/bfin/bfin.c (bfin_discover_loops): Delete empty loops.
4393         From Jie Zhang  <jie.zhang@analog.com>
4394         * config/bfin/t-bfin-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
4395         MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Remove mcpu=bf532-0.3,
4396         mcpu=bf561-none and mcpu=bf561-0.2.
4397         * config/bfin/t-bfin-uclinux (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
4398         MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Likewise.
4399         * config/bfin/t-bfin-linux (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
4400         MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Likewise.
4401         * config/bfin/bfin-protos.h (enum bfin_cpu_type): Add BFIN_CPU_UNKNOWN.
4402         * config/bfin/elf.h (STARTFILE_SPEC): Use specific CRT for BF561.
4403         (LIB_SPEC): Use proper linker script for bf561.  Error if no mcpu
4404         option.
4405         * config/bfin/bfin.c (bfin_cpu_type): Set to BFIN_CPU_UNKNOWN.
4406         (cputype_selected): Remove.
4407         (bfin_handle_option): Don't use cputype_selected.
4408         (override_options): When no mcpu option, enable all workarounds.
4409         Don't use bfin_workarounds.
4410         * config/bfin/bfin.h (DRIVER_SELF_SPECS): Don't set default
4411         processor type.
4412         (DEFAULT_CPU_TYPE): Don't define.
4414 2008-05-16  Richard Guenther  <rguenther@suse.de>
4416         * tree-ssa-propagate.c (substitute_and_fold): Fix stmt walking
4417         on deletion of the last stmt.
4419 2008-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4421         * config/i386/i386.c (ix86_expand_vector_init_general): Optimize
4422         V8HImode for SSE2 and V16QImode for SSE4.1.
4424 2008-05-15  Kenneth Zadeck <zadeck@naturalbridge.com>
4426         * cgraph.h (compute_inline_parameters): Made public.
4427         * tree-pass.h (ipa_opt_pass): Removed function_generate_summary,
4428         variable_generate_summary, function_write_summary,
4429         variable_write_summary, variable_read_summary.  Added generate_summary,
4430         write_summary, read_summary.
4431         * cgraphunit.c (cgraph_process_new_functions): Changed call from
4432         pass_ipa_inline.function_generate_summary, to
4433         compute_inline_parameters. 
4434         * ipa-inline.c (compute_inline_parameters): Made public and added
4435         node parameter.
4436         (compute_inline_parameters_for_current): New function.
4437         (pass_inline_param): Now calls compute_inline_parameters_for_current.
4438         (inline_generate_summary): Removed parameter and made to loop over
4439         all cgraph nodes.
4440         (pass_ipa_inline): Updated for new IPA_PASS structure.
4441         * passes.c (execute_ipa_summary_passes): Now is called once per
4442         pass rather than once per node*pass.
4443         
4444 2008-05-15  Anatoly Sokolov <aesok@post.ru>
4446         * config/avr/avr.c (avr_base_arch_macro, avr_have_movw_lpmx_p, 
4447         avr_have_mul_p, avr_asm_only_p): Remove variables.
4448         (avr_override_options): Remove initialization of removed variables.
4449         (avr_file_start):  Convert removed variables to fields of 
4450         'struct base_arch_s *avr_current_arch'. 
4451         * config/avr/avr.h (TARGET_CPU_CPP_BUILTINS): (Ditto.).
4452         (AVR_HAVE_MUL): (Ditto.).
4453         (AVR_HAVE_MOVW): (Ditto.).
4454         (AVR_HAVE_LPMX): (Ditto.). 
4455         (avr_base_arch_macro, avr_have_movw_lpmx_p, avr_have_mul_p, 
4456         avr_asm_only_p): Remove declaration.
4458 2008-05-15  Diego Novillo  <dnovillo@google.com>
4460         * config/arm/arm.c (arm_return_in_memory): Fix return type.
4461         * config/arm/arm-protos.h (arm_return_in_memory): Likewise.
4463 2008-05-15  Adam Nemet  <anemet@caviumnetworks.com>
4465         PR middle-end/36194
4466         * combine.c (check_conversion): Rename back to check_promoted_subreg.
4467         Don't call record_truncated_value from here.
4468         (record_truncated_value): Turn it into a for_each_rtx callback.
4469         (record_truncated_values): New function.
4470         (combine_instructions): Call note_uses with record_truncated_values.
4471         Change name of check_conversion to check_promoted_subreg. 
4473 2008-05-15  Janis Johnson  <janis187@us.ibm.com>
4475         * doc/sourcebuild.texi: Document support for torture tests.
4477 2008-05-15  Uros Bizjak  <ubizjak@gmail.com>
4479         * config/i386/sse.md (*vec_concatv2sf_sse4_1): Add "m" constraint
4480         to alternative 4 of operand 2.
4482 2008-05-15  Richard Guenther  <rguenther@suse.de>
4484         * tree-pass.h (current_pass): Declare.
4485         (get_pass_for_id): Likewise.
4486         * passes.c (passes_by_id, passes_by_id_size): New globals.
4487         (set_pass_for_id): New function.
4488         (get_pass_for_id): Likewise.
4489         (register_one_dump_file): Use set_pass_for_id to populate passes_by_id.
4490         (execute_function_todo): Flush per function statistics.
4491         * toplev.c (compile_file): Init statistics.
4492         (general_init): Do early statistics initialization.
4493         (finalize): Finish statistics.
4494         * statistics.h (statistics_early_init): Declare.
4495         (statistics_init): Likewise.
4496         (statistics_fini): Likewise.
4497         (statistics_fini_pass): Likewise.
4498         (statistics_counter_event): Likewise.
4499         (statistics_histogram_event): Likewise.
4500         * statistics.c: New file.
4501         * Makefile.in (OBJS-common): Add statistics.o.
4502         (statistics.o): Add dependencies.
4503         * doc/invoke.texi (-fdump-statistics): Document.
4505         * tree-ssa-pre.c (compute_antic): Use statistics_histogram_event.
4506         (insert): Likewise.
4507         (execute_pre): Use statistics_counter_event.
4508         * tree-ssa-propagate.c (struct prop_stats_d): Add num_dce field.
4509         (substitute_and_fold): Increment it.  Use statistics_counter_event.
4511 2008-05-15  Diego Novillo  <dnovillo@google.com>
4513         http://gcc.gnu.org/ml/gcc-patches/2008-05/msg00893.html
4515         * treestruct.def (TS_STRUCT_FIELD_TAG): Remove.
4516         * tree-ssa-alias.c (new_type_alias): Remove references to
4517         sub-variables from comment.
4518         * tree-ssa-operands.c (swap_tree_operands): Likewise.
4520 2008-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4522         * config/i386/sse.md (*vec_concatv2sf_sse4_1): Set prefix_extra
4523         attribute to 1 only for insertps alternative.
4525 2008-05-15  Bernd Schmidt  <bernd.schmidt@analog.com>
4527         * config/bfin/bfin.md (loadbytes): New pattern.
4528         * config/bfin/bfin.c (enum bfin_builtins): Add BFIN_BUILTIN_LOADBYTES.
4529         (bfin_init_builtins): Initialize it.
4530         (bdesc_1arg): Add it.
4532 2008-05-15  Sa Liu  <saliu@de.ibm.com>
4534         * testsuite/gfortran.dg/c_kind_int128_test1.f03: New.
4535         * testsuite/gfortran.dg/c_kind_int128_test2.f03: New.
4536         * testsuite/lib/target-supports.exp: Add
4537         check_effective_target_fortran_integer_16.
4539 2008-05-15  Bernd Schmidt  <bernd.schmidt@analog.com>
4541         * config/bfin/bfin.h (TARGET_RETURN_IN_MEMORY): Don't define here.
4542         * config/bfin/bfin-protos.h (bfin_return_in_memory): Don't declare.
4543         * config/bfin/bfin.c (bfin_return_in_memory): Now static.  Return bool.
4544         (TARGET_RETURN_IN_MEMORY): Define.
4546 2008-05-15  Richard Guenther  <rguenther@suse.de>
4548         PR middle-end/36244
4549         * tree-ssa-alias.c (new_type_alias): Do not set TREE_READONLY.
4550         * tree-flow-inline.h (unmodifiable_var_p): Memory tags never
4551         represent unmodifiable vars.
4553 2008-05-15  Richard Guenther  <rguenther@suse.de>
4555         * tree-dfa.c (refs_may_alias_p): Allow all kinds of
4556         INDIRECT_REF and TARGET_MEM_REF.
4557         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle
4558         TARGET_MEM_REF.
4560 2008-05-15  Uros Bizjak  <ubizjak@gmail.com>
4561             H.J. Lu  <hongjiu.lu@intel.com>
4563         * config/i386/sse.md (*vec_concatv2sf_sse4_1): New insn pattern.
4564         (*vec_concatv2si_sse4_1): Use vector_move_operand predicate
4565         for operand 2.  Remove pinsr{q,d} with 0x0 immediate operand from
4566         insn alternatives.  Add missing alternatives.
4567         (*vec_concatv2di_rex64_sse4_1): Likewise.
4568         (*vec_concatv2si_sse2): Use "x" register constraint instead of "Y2".
4569         (*vec_concatv2di_rex64_sse): Rename from *vec_concatv2di_rex64.
4570         Require TARGET_SSE.
4572 2008-05-15  Richard Guenther  <rguenther@suse.de>
4574         PR tree-optimization/36009
4575         PR tree-optimization/36204
4576         * tree-ssa-loop-im.c (tree-ssa-propagate.h): Include.
4577         (determine_invariantness_stmt): Record the loop a store is
4578         always executed in.
4579         * Makefile.in (tree-ssa-loop-im.o): Add tree-ssa-propagate.h
4580         dependency.
4582 2008-05-15  Richard Guenther  <rguenther@suse.de>
4584         PR tree-optimization/34330
4585         * tree-ssa-alias.c (get_smt_for): Only assert that accesses
4586         through the pointer will alias the SMT.
4588 2008-05-14  Andreas Tobler  <a.tobler@schweiz.org>
4590         * config/sparc/sparc.h (NO_PROFILE_COUNTERS): Define as 0.
4592 2008-05-14  H.J. Lu  <hongjiu.lu@intel.com>
4594         * config/i386/sse.md (*sse4_1_pinsrq): Make it 64bit only.
4596 2008-05-14  Michael Meissner  <michael.meissner@amd.com>
4597             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4599         * optabs.h (optab_index): Add OTI_vashl, OTI_vlshr, OTI_vashr,
4600         OTI_vrotl, OTI_vrotr to support vector/vector shifts.
4601         (vashl_optab): New optab for vector/vector shifts.
4602         (vashr_optab): Ditto.
4603         (vlshr_optab): Ditto.
4604         (vrotl_optab): Ditto.
4605         (vrotr_optab): Ditto.
4606         (optab_subtype): New enum for optab_for_tree_code call.
4607         (optab_for_tree_code): Add enum optab_subtype argument.
4609         * optabs.c (optab_for_tree_code): Take an additional argument to
4610         distinguish between a vector shift by a scalar and vector shift by
4611         a vector.  Make lshr/ashr/ashl/rotl/rotr optabs just vector
4612         shifted by a scalar.  Use vlshr/vashr/vashl/vrotl/vrotr for the
4613         vector shift by a vector.
4614         (expand_widen_pattern_expr): Pass additional argument to
4615         optab_for_tree_code.
4617         * genopinit.c (optabs): Add vashr_optab, vashl_optab, vlshr_optab,
4618         vrotl_optab, vrotr_optab.
4620         * expr.c (expand_expr_real_1): Update calls to
4621         optab_for_tree_code to distinguish between vector shifted by a
4622         scalar and vector shifted by a vector.
4623         * tree-vectorizer.c (supportable_widening_operation): Ditto.
4624         (supportable_narrowing_operation): Ditto.
4625         * tree-vect-analyze.c (vect_build_slp_tree): Ditto.
4626         * tree-vect-patterns.c (vect_pattern_recog_1): Ditto.
4627         * tree-vect-transform.c (vect_model_reduction_cost): Ditto.
4628         (vect_create_epilog_for_reduction): Ditto.
4629         (vectorizable_reduction): Ditto.
4630         (vectorizable_operation): Ditto.
4631         (vect_strided_store_supported): Ditto.
4632         (vect_strided_load_supported): Ditto.
4633         * tree-vect-generic.c (expand_vector_operations_1): Ditto.
4634         * expmed.c (expand_shift): Ditto.
4636         * doc/md.texi (ashl@var{m}3): Document that operand 2 is always a
4637         scalar type.
4638         (ashr@var{m}3): Ditto.
4639         (vashl@var{m}3): Document new vector/vector shift standard name.
4640         (vashr@var{m}3): Ditto.
4641         (vlshr@var{m}3): Ditto.
4642         (vrotl@var{m}3): Ditto.
4643         (vrotr@var{m}3): Ditto.
4645         * config/i386/i386.md (PPERM_SRC): Move PPERM masks here from i386.c.
4646         (PPERM_INVERT): Ditto.
4647         (PPERM_REVERSE): Ditto.
4648         (PPERM_REV_INV): Ditto.
4649         (PPERM_ZERO): Ditto.
4650         (PPERM_ONES): Ditto.
4651         (PPERM_SIGN): Ditto.
4652         (PPERM_INV_SIGN): Ditto.
4653         (PPERM_SRC1): Ditto.
4654         (PPERM_SRC2): Ditto.
4656         * config/i386/sse.md (mulv2di3): Add SSE5 support.
4657         (sse5_pmacsdql_mem): New SSE5 define_and_split that temporarily
4658         allows a memory operand to be the value being added, and split it
4659         to improve vectorization.
4660         (sse5_pmacsdqh_mem): Ditto.
4661         (sse5_mulv2div2di3_low): SSE5 32-bit multiply and extend function.
4662         (sse5_mulv2div2di3_high): Ditto.
4663         (vec_pack_trunc_v8hi): Add SSE5 pperm support.
4664         (vec_pack_trunc_v4si): Ditto.
4665         (vec_pack_trunc_v2di): Ditto.
4666         (sse5_pcmov_<mode>): Remove code that tried to use use
4667         andps/andnps instead of pcmov.
4668         (vec_widen_smult_hi_v4si): If we have SSE5, use the pmacsdql and
4669         pmacsdqh instructions.
4670         (vec_widen_smult_lo_v4si): Ditto.
4672         * config/i386/i386.c (PPERM_SRC): Move PPERM masks to i386.md.
4673         (PPERM_INVERT): Ditto.
4674         (PPERM_REVERSE): Ditto.
4675         (PPERM_REV_INV): Ditto.
4676         (PPERM_ZERO): Ditto.
4677         (PPERM_ONES): Ditto.
4678         (PPERM_SIGN): Ditto.
4679         (PPERM_INV_SIGN): Ditto.
4680         (PPERM_SRC1): Ditto.
4681         (PPERM_SRC2): Ditto.
4682         (ix86_expand_sse_movcc): Move the SSE5 test after the if
4683         true/false tests.
4684         (ix86_expand_int_vcond): If SSE5 generate all possible integer
4685         comparisons.
4686         (ix86_sse5_valid_op_p): Allow num_memory to be negative, which
4687         says ignore whether the last reference is a memory operand.
4689 2008-05-14  Michael Meissner  <michael.meissner@amd.com>
4690             Paolo Bonzini <bonzini at gnu dot org>
4692         * config/rs6000/rs6000.c (bdesc_2arg): Change the names of vector
4693         shift patterns.
4695         * config/rs6000/altivec.md (vashl<mode>3): Rename from ashl<mode>3.
4696         (vlshr<mode>3): Rename from vlshr<mode>3.
4697         (vashr<mode>3): Rename from vashr<mode>3.
4698         (mulv4sf3): Change the names of vector shift patterns.
4699         (mulv4si3): Ditto.
4700         (negv4sf2): Ditt.
4702         * config/spu/spu.c (spu_initialize_trampoline): Rename vector
4703         shift insns.
4705         * config/spu/spu-builtins.def (SI_SHLH): Rename vector shift insns.
4706         (SI_SHLHI): Ditto.
4707         (SI_SHL): Ditto.
4708         (SI_SHLI): Ditto.
4709         (SI_ROTH): Ditto.
4710         (SI_ROTHI): Ditto.
4711         (SI_ROT): Ditto.
4712         (SI_ROTI): Ditto.
4713         (SPU_RL_0): Ditto.
4714         (SPU_RL_1): Ditto.
4715         (SPU_RL_2): Ditto.
4716         (SPU_RL_3): Ditto.
4717         (SPU_RL_4): Ditto.
4718         (SPU_RL_5): Ditto.
4719         (SPU_RL_6): Ditto.
4720         (SPU_RL_7): Ditto.
4721         (SPU_SL_0): Ditto.
4722         (SPU_SL_1): Ditto.
4723         (SPU_SL_2): Ditto.
4724         (SPU_SL_3): Ditto.
4725         (SPU_SL_4): Ditto.
4726         (SPU_SL_5): Ditto.
4727         (SPU_SL_6): Ditto.
4728         (SPU_SL_7): Ditto.
4730         * config/spu/spu.md (v): New iterator macro to add v for vector types.
4731         (floatunssidf2_internal): Change vector/vector shift names.
4732         (floatunsdidf2_internal): Ditto.
4733         (mulv8hi3): Ditto.
4734         (ashrdi3): Ditto.
4735         (ashrti3): Ditto.
4736         (cgt_df): Ditto.
4737         (cgt_v2df): Ditto.
4738         (dftsv): Ditto.
4739         (vashl<mode>3): Rename from ashl<mode>3.
4740         (vashr<mode>3): Rename from ashr<mode>3.
4741         (vlshr<mode>3): Rename from lshr<mode>3.
4742         (vrotl<mode>3): Rename from rotl<mode>3.
4744 2008-05-14  Michael Meissner  <michael.meissner@amd.com>
4746         PR target/36224
4747         * config/i386/sse.md (vec_widen_smult_hi_v4si): Delete, using unsigned
4748         multiply gives the wrong value when doing widening multiplies.
4749         (vec_widen_smult_lo_v4si): Ditto.
4751 2008-05-14  Kenneth Zadeck <zadeck@naturalbridge.com>
4753         * optabs.c (prepare_cmp_insn): Changed LCT_PURE_MAKE_BLOCK to
4754         LCT_PURE and LCT_CONST_MAKE_BLOCK to LCT_CONST in calls to
4755         emit_library_call_value. 
4756         * builtins.c (expand_builtin_powi, expand_builtin_memcmp): Ditto.
4757         * tree.h (ECF_LIBCALL_BLOCK): Removed.
4758         * calls.c (initialize_argument_information, precompute_arguments, 
4759         expand_call, emit_library_call_value_1): Remove ECF_LIBCALL_BLOCK.
4760         (precompute_arguments): Removed flags parameter.
4761         * rtl.h (LCT_CONST_MAKE_BLOCK, LCT_PURE_MAKE_BLOCK): Removed.
4762         
4763 2008-05-14  Richard Guenther  <rguenther@suse.de>
4765         * tree-ssa-dse.c (dse_possible_dead_store_p): Remove dead code.
4766         Make sure to register the store if the use is a PHI_NODE.
4768 2008-05-14  Olivier Hainque  <hainque@adacore.com>
4770         * expr.c (expand_expr_real_1) <normal_inner_ref>: Force op0 to
4771         memory if the component is to be referenced in BLKmode according
4772         to get_inner_reference.
4774 2008-05-14  Adam Nemet  <anemet@caviumnetworks.com>
4776         * calls.c (emit_library_call_value_1): Restore code clearing
4777         ECF_LIBCALL_BLOCK to ensure that we only call end_sequence once.
4779 2008-05-14  Olivier Hainque  <hainque@adacore.com>
4780             Nicolas Roche  <roche@adacore.com>
4782         * configure.ac: Add support for a "gcc_subdir" variable in
4783         config-lang.in, to denote a subdirectory where the language/GCC
4784         integration files are to be found.
4785         * configure: Regenerate.
4787 2008-05-14  Ira Rosen  <irar@il.ibm.com>
4789         PR tree-optimization/36098
4790         * tree-vect-analyze.c (vect_analyze_group_access): Set the gap
4791         value for the first load in the group in case of a gap.
4792         (vect_build_slp_tree): Check that there are no gaps in loads.
4794 2008-05-14  Kenneth Zadeck <zadeck@naturalbridge.com>
4796         * doc/rtl.texi: Removed reference to REG_NO_CONFLICT notes.
4797         * optabs.c (expand_binop, expand_absneg_bit, expand_unop,
4798         expand_copysign_bit, ): Change call to emit_no_conflict_block to
4799         emit_insn and remove unneeded code to construct extra args.
4800         (emit_no_conflict_block): Removed.
4801         * optabls.h: (emit_no_conflict_block): Removed.
4802         * cse.c (cse_extended_basic_block): Remove search for
4803         REG_NO_CONFLICT note.
4804         * global.c: Removed incorrect comment added in revision 117.
4805         * expr.c (convert_move): Change call to emit_no_conflict_block to
4806         emit_insn.
4807         * recog.c: Change comments so that they do not mention
4808         REG_NO_CONFLICT.
4809         * local_alloc.c (combine_regs): Removed last parameter.
4810         (no_conflict_p): Removed.
4811         (block_alloc): Removed note, no_conflict_combined_regno and set
4812         local vars. Removed all code to process REG_NO_CONFLICT blocks.
4813         (combine_regs): Removed already_dead and code to look for
4814         REG_NO_CONFLICT notes.
4815         * lower_subreg (remove_retval_note): Removed code to look for
4816         REG_NO_CONFLICT block.
4817         (resolve_reg_notes): Removed REG_NO_CONFLICT case.
4818         (resolve_clobber): Remove code to process libcalls that have
4819         REG_NO_CONFLICT notes.
4820         * loop_invariant.c (find_invariant_insn): Removed REG_NO_CONFLICT
4821         case.
4822         * combine.c (can_combine_p, distribute_notes):  Removed
4823         REG_NO_CONFLICT case.
4824         * config/cris/cris.md (movdi pattern): Changed emit_no_conflict_block
4825         to emit_insns.
4826         * config/mn10300/mn10300.md (absdf2, negdf2 patterns): Ditto.
4827         * config/m68k/m68k.md (negdf2, negxf2, absdf2, absxf2 patterns):
4828         Ditto.
4829         * reg-notes.def (NO_CONFLICT): Removed.
4831 2008-05-14  David S. Miller  <davem@davemloft.net>
4833         * config/sparc/sparc.c (sparc_profile_hook): If
4834         NO_PROFILE_COUNTERS, don't generate and pass a label into mcount.
4835         * config/sparc/linux.h (NO_PROFILE_COUNTERS): Define as 1.
4836         * config/sparc/linux64.h (NO_PROFILE_COUNTERS): Likewise.
4838 2008-05-14  Andreas Krebbel  <krebbel1@de.ibm.com>
4840         * cse.c (cse_cc_succs): Invoke delete_insn_and_edges.
4842 2008-05-13  Uros Bizjak  <ubizjak@gmail.com>
4844         PR target/36222
4845         * config/i386/i386.c (ix86_expand_vector_init_general): Rearrange op0
4846         and op1 expansion before vector concat to have less live pseudos.
4848 2008-05-13  H.J. Lu  <hongjiu.lu@intel.com>
4850         * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Use
4851         ix86_expand_vector_set if supported.
4853 2008-05-13  Diego Novillo  <dnovillo@google.com>
4854             Kenneth Zadeck  <zadeck@naturalbridge.com>
4856         http://gcc.gnu.org/ml/gcc-patches/2008-05/msg00748.html
4858         * tree.h (init_phinodes, fini_phinodes, release_phi_node,
4859         phinodes_print_statistics, init_ssanames, fini_ssanames,
4860         make_ssa_name, duplicate_ssa_name, duplicate_ssa_name_ptr_info,
4861         release_ssa_name, release_defs, replace_ssa_name_symbol,
4862         ssanames_print_statistics): Move ...
4863         * tree-flow.h: ... here.
4864         * tree-ssanames.c (init_ssanames): Add arguments FN and SIZE.
4865         Use FN instead of cfun.
4866         (make_ssa_name_fn): Rename from make_ssa_name.
4867         (pass_release_ssa_names): Add TODO_dump_func to finish flags.
4868         * tree-flow-inline.h (make_ssa_name): Move from
4869         tree-ssanames.c.  Convert to static inline.  Call make_ssa_name_fn.
4870         * omp-low.c (expand_omp_parallel):
4871         * tree-flow-inline.h (redirect_edge_var_map_result):
4872         * tree-ssa.c (init_tree_ssa): Add argument FN.
4873         Use it instead of cfun.  Update all users.
4875 2008-05-13  Tom Tromey  <tromey@redhat.com>
4877         PR preprocessor/22168:
4878         * doc/cpp.texi (Top): Update menu.
4879         (Alternatives to Wrapper #ifndef): New node.
4880         (Other Directives): Document deprecation.
4881         (Obsolete Features): Remove menu.
4882         (Assertions): Merge node into Obsolete Features.
4883         (Obsolete once-only headers): Move earlier; rename to Alternatives
4884         to Wrapper #ifndef.
4885         * doc/cppopts.texi: Update.
4886         * c.opt (Wdeprecated): Enable for C and ObjC.
4887         * doc/invoke.texi (Option Summary): Move -Wno-deprecated.
4888         (C++ Dialect Options): Move -Wno-deprecated from here to...
4889         (Warning Options): ... here.
4891 2008-05-13  Richard Guenther  <rguenther@suse.de>
4893         PR middle-end/36227
4894         * fold-const.c (fold_sign_changed_comparison): Do not allow
4895         changes in pointer-ness.
4897 2008-05-12  Kaz Kojima  <kkojima@gcc.gnu.org>
4899         PR target/24713
4900         * config/sh/sh.c (sh_expand_prologue): Don't clear
4901         RTX_FRAME_RELATED_P for push insns.
4903 2008-05-12  Andy Hutchinson  <hutchinsonandy@aim.com>
4905         * config/avr/avr.h (MAX_OFILE_ALIGNMENT): Define.
4907 2008-05-12  Anatoly Sokolov <aesok@post.ru>
4909         * config/avr/avr.h (machine_function): Add 'is_leaf' field.
4910         * config/avr/avr.c (avr_regs_to_save): Compute 'machine->is_leaf'.
4911         Use 'machine->is_leaf' instead of 'leaf_func_p'.
4913 2008-05-12  H.J. Lu  <hongjiu.lu@intel.com>
4915         * config/i386/sse.md (*sse_concatv4sf): Renamed to ...
4916         (*vec_concatv4sf_sse): This.
4917         (*sse2_concatv2si): Renamed to ...
4918         (*vec_concatv2si_sse2): This.
4919         (*sse1_concatv2si): Renamed to ...
4920         (*vec_concatv2si_sse): This.
4921         (*vec_concatv2di_rex): Renamed to ...
4922         (*vec_concatv2di_rex64): This.
4923         (*vec_concatv2si_sse4_1): New.
4924         (*vec_concatv2di_rex64_sse4_1): Likewise.
4926 2008-05-12  Uros Bizjak  <ubizjak@gmail.com>
4928         PR rtl-optimization/36111
4929         * recog.c (validate_replace_rtx_1): Unshare new RTL expression
4930         that was created for swappable operands.
4932 2008-05-12  Samuel Tardieu  <sam@rfc1149.net>
4934         PR ada/36001
4935         * Makefile.in: Substitute GNATMAKE and GNATBIND.
4936         * configure.ac: Add call to ACX_PROG_GNAT.
4938 2008-05-11  Volker Reichelt  <v.reichelt@netcologne.de>
4940         * optc-gen.awk: Fix comment typo.
4942 2008-05-11  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4944         * pretty-print.c (pp_integer_with_precision): Use
4945         HOST_LONG_LONG_FORMAT.
4947 2008-05-10  Kenneth Zadeck  <zadeck@naturalbridge.com>
4949         * gcse.c (store_killed_in_insn): Negated call to RTL_CONST_CALL_P.
4950                 
4951 2008-05-10  H.J. Lu  <hongjiu.lu@intel.com>
4953         * config/i386/i386.c (bdesc_ptest): Removed.
4954         (ix86_builtin_type): Add INT_FTYPE_V2DI_V2DI_PTEST.
4955         (bdesc_args): Add __builtin_ia32_ptestz128,
4956         __builtin_ia32_ptestc128 and __builtin_ia32_ptestnzc128.
4957         (ix86_init_mmx_sse_builtins): Updated.
4958         (ix86_expand_args_builtin): Handle INT_FTYPE_V2DI_V2DI_PTEST.
4959         (ix86_expand_builtin): Updated.
4961 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
4963         * tree-cfg.c (valid_fixed_convert_types_p): New function.
4964         (verify_gimple_expr): Handle FIXED_CONVERT_EXPR.
4966 2008-05-10  Uros Bizjak  <ubizjak@gmail.com>
4968         * value-prof.c (interesting_stringop_to_profile): Do not
4969         return early for BUILT_IN_MEMPCPY.
4971 2008-05-09  H.J. Lu  <hongjiu.lu@intel.com>
4973         * calls.c (expand_call): Don't use callgraph to increase
4974         preferred_stack_boundary.
4976         * cgraph.h (cgraph_rtl_info): Use unsigned on
4977         preferred_incoming_stack_boundary.
4979         * final.c (rest_of_clean_state): Use unsigned on
4980         preferred_stack_boundary.
4982 2008-05-09  Tom Tromey  <tromey@redhat.com>
4984         PR preprocessor/22231:
4985         * c-opts.c (sanitize_cpp_opts): Disallow -MG if compilation is
4986         proceeding.
4988 2008-05-09  Uros Bizjak  <ubizjak@gmail.com>
4990         PR tree-optimization/36129
4991         * tree-ssa-ccp.c: Include value-prof.h.
4992         (execute_fold_all_builtins): Call gimple_remove_stmt_histograms if
4993         built-in function was folded to a constant.
4994         * Makefile.in (tree-ssa-ccp.c): Depend on value-prof.h
4996 2008-05-09  Jan Sjodin  <jan.sjodin@amd.com>
4997             Sebastian Pop  <sebastian.pop@amd.com>
4999         * tree-scalar-evolution.c: Document instantiate_scev.
5000         (instantiate_parameters_1): Renamed instantiate_scev_1.
5001         Don't use the same loop for instantiation_loop and evolution_loop.
5002         (instantiate_scev): New.
5003         (instantiate_parameters): Moved...
5004         (resolve_mixers): Update call to instantiate_scev_1 to pass the
5005         same loop twice.  Maintains the semantics for this function.
5006         * tree-scalar-evolution.h (instantiate_scev): Declare.
5007         (instantiate_parameters): ...here.  Now static inline.
5008         * tree-data-ref.c (dr_analyze_indices): Call instantiate_scev
5009         instead of resolve_mixers.
5011 2008-05-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
5013         * rtl-factoring.c (collect_pattern_seqs): Fix typo.
5015 2008-05-09  Tomas Bily  <tbily@suse.cz>
5017         * config/pa/pa.c (reloc_needed): Use CASE_CONVERT.
5018         * tree-cfg.c (verify_expr, verify_gimple_expr): Likewise.
5019         * tree-ssa-structalias.c (get_constraint_for): Likewise.
5020         * c-common.c (c_common_truthvalue_conversion): Likewise.
5021         * tree-object-size.c (compute_object_offset): Likewise.
5022         * tree-inline.c (estimate_num_insns_1): Likewise.
5023         * varasm.c (const_hash_1, compare_constant, copy_constant)
5024         (compute_reloc_for_constant, output_addressed_constants)
5025         (initializer_constant_valid_p): Likewise.
5026         * c-omp.c (check_omp_for_incr_expr): Likewise.
5027         * gimplify.c (gimplify_expr): Likewise.
5028         * c-typeck.c (c_finish_return): Likewise.
5029         * tree-vectorizer.c (supportable_widening_operation)
5030         (supportable_narrowing_operation): Likewise.
5031         * c-pretty-print.c (pp_c_cast_expression, pp_c_expression): Likewise.
5032         * matrix-reorg.c (can_calculate_expr_before_stmt): Likewise.
5033         * expr.c (highest_pow2_factor, expand_expr_real_1): Likewise.
5034         * dwarf2out.c (loc_descriptor_from_tree_1, add_bound_info)
5035         (descr_info_loc): Likewise.
5036         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Likewise.
5037         * fold-const.c (operand_equal_p, make_range, extract_muldiv_1)
5038         (fold_unary): Likewise.
5039         * builtins.c (get_pointer_alignment): Likewise.
5040         * tree-scalar-evolution.c (interpret_rhs_modify_stmt)
5041         (instantiate_parameters_1): Likewise.
5042         * tree.c (expr_align, stabilize_reference): Likewise.
5043         * tree-pretty-print.c (dump_generic_node, op_prio): Likewise.
5044         * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
5045         * convert.c (strip_float_extensions): Use CONVERT_EXPR_P.
5046         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
5047         * config/alpha/alpha.c (va_list_skip_additions): Likewise.
5048         * c-common.c (c_alignof_expr, check_function_arguments_recurse):
5049         Likewise.
5050         * tree-ssa.c (tree_ssa_useless_type_conversion): Likewise.
5051         * varasm.c (initializer_constant_valid_p, output_constant): Likewise.
5052         * tree-ssa-forwprop.c (get_prop_source_stmt, can_propagate_from)
5053         (forward_propagate_addr_expr_1, forward_propagate_addr_expr)
5054         (forward_propagate_comparison)
5055         (tree_ssa_forward_propagate_single_use_vars): Likewise.
5056         * cfgexpand.c (discover_nonconstant_array_refs_r): Likewise.
5057         * emit-rtl.c (component_ref_for_mem_expr)
5058         (set_mem_attributes_minus_bitpos): Likewise.
5059         * tree-ssa-phiopt.c (conditional_replacement): Likewise.
5060         * gimplify.c (gimplify_conversion, goa_lhs_expr_p, gimplify_expr):
5061         Likewise.
5062         * c-typeck.c (default_function_array_conversion, build_indirect_ref)
5063         (build_function_call, pointer_diff, build_compound_expr)
5064         (c_finish_return): Likewise.
5065         * tree-vect-analyze.c (vect_determine_vectorization_factor): Likewise.
5066         * matrix-reorg.c (get_inner_of_cast_expr, may_flatten_matrices_1):
5067         Likewise.
5068         * tree-ssa-ifcombine.c (recognize_single_bit_test): Likewise.
5069         * expr.c (is_aligning_offset): Likewise.
5070         * tree-ssa-alias.c (is_escape_site): Likewise.
5071         * tree-stdarg.c (va_list_counter_bump, check_va_list_escapes)
5072         (check_all_va_list_escapes): Likewise.
5073         * tree-ssa-loop-ivopts.c (determine_base_object)
5074         (determine_common_wider_type): Likewise.
5075         * dojump.c (do_jump): Likewise.
5076         * tree-ssa-sccvn.c (simplify_unary_expression): Likewise.
5077         * tree-gimple.c (is_gimple_cast): Likewise.
5078         * fold-const.c (decode_field_reference, )
5079         (fold_sign_changed_comparison, fold_unary, fold_comparison)
5080         (fold_binary): Likewise.
5081         * tree-ssa-alias-warnings.c (find_alias_site_helper)
5082         (already_warned_in_frontend_p): Likewise.
5083         * builtins.c (get_memory_rtx, fold_builtin_next_arg): Likewise.
5084         * tree.c (really_constant_p, get_unwidened): Likewise.
5085         * tree-ssa-loop-niter.c (expand_simple_operations): Likewise.
5086         * tree-ssa-loop-im.c (rewrite_bittest): Likewise.
5087         * tree-vrp.c (register_edge_assert_for_2, register_edge_assert_for_1):
5088         Likewise.
5089         * tree.h (STRIP_NOPS, STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Use
5090         CONVERT_EXPR_P.
5091         (CONVERT_EXPR_P): Define.
5092         (CASE_CONVERT): Define.
5093         
5094 2008-05-08  Kenneth Zadeck  <zadeck@naturalbridge.com>
5096         PR middle-end/36117
5097         * dce.c (deletable_insn_p): Do not delete calls if df_in_progress.
5098         (delete_unmarked_insns): When deleting a call, call
5099         delete_unreachable_blocks.
5100         * rtl.texi (RTL_CONST_CALL_P, RTL_PURE_CALL_P,
5101         RTL_CONST_OR_PURE_CALL_P, RTL_LOOPING_CONST_OR_PURE_CALL_P): Fixed doc.
5103 2008-05-08  Richard Guenther  <rguenther@suse.de>
5105         * doc/invoke.texi (-fdump-tree-salias): Remove documentation.
5106         (-ftree-salias): Likewise.
5107         (salias-max-implicit-fields): Remove param documentation.
5108         (salias-max-array-elements): Likewise.
5109         * tree-pass.h (pass_create_structure_vars): Remove.
5110         * params.h (SALIAS_MAX_IMPLICIT_FIELDS): Remove.
5111         (SALIAS_MAX_ARRAY_ELEMENTS): Likewise.
5112         * tree-ssa-alias.c (create_structure_vars): Remove.
5113         (gate_structure_vars): Likewise.
5114         (pass_create_structure_vars): Likewise.
5115         (gate_build_alias): Likewise.
5116         (pass_build_alias): Adjust to run always and dump the function.
5117         * common.opt (ftree-salias): Hide.
5118         * passes.c (init_optimization_passes): Remove
5119         pass_create_structure_vars, adjust comment.
5120         * params.def (PARAM_SALIAS_MAX_IMPLICIT_FIELDS): Remove.
5121         (PARAM_SALIAS_MAX_ARRAY_ELEMENTS): Likewise.
5122         * opts.c (decode_options): Do not set flag_tree_salias.
5123         (common_handle_option): Add OPT_ftree_salias to the backward
5124         compatibility section.
5126 2008-05-08  Richard Guenther  <rguenther@suse.de>
5128         * tree-flow-inline.h (var_can_have_subvars): Move ...
5129         * tree-ssa-structalias.c (var_can_have_subvars): ... here.
5130         * tree-flow.h (var_can_have_subvars): Remove.
5131         (push_fields_onto_fieldstack): Remove.
5132         (sort_fieldstack): Likewise.
5133         (struct fieldoff): Move ...
5134         * tree-ssa-structalias.c (struct fieldoff): ... here.  Remove
5135         alias_set and base_for_components fields.
5136         (sort_fieldstack): Make static.
5137         (push_fields_onto_fieldstack): Likewise.  Remove code that
5138         handles anything but RECORD_TYPEs.  Remove alias_set and
5139         base_for_components handling.
5140         (create_variable_info_for): Adjust.
5142 2008-05-08  Seongbae Park  <seongbae.park@gmail.com>
5144         * common.opt (Wframe-larger-than=): Shorten the help message
5145         to one line.
5146         * doc/invoke.texi (Wframe-larger-than=): Add more description.
5148 2008-05-08  Rafael Espindola  <espindola@google.com>
5150         * tree-complex.c (expand_complex_div_wide): Don't create CONDs that
5151         trap.
5152         * tree-gimple.c (is_gimple_condexpr): Check that the expression doesn't
5153         trap and that both operands are gimple values.
5154         (canonicalize_cond_expr_cond): Use is_gimple_condexpr.
5155         * gcc/tree-eh.c (tree_could_trap_p): Correctly detect if a comparison
5156         is a fp operation.
5158 2008-05-08  Richard Sandiford  <rsandifo@nildram.co.uk>
5160         * read-rtl.c (join_c_conditions): Return the first string if the
5161         two strings are equal.
5163 2008-05-08  Richard Sandiford  <rsandifo@nildram.co.uk>
5165         * gensupport.h (pred_data): Add a "num_codes" field.
5166         (add_predicate_code): Declare.
5167         * gensupport.c (add_predicate_code): New function.
5168         (std_pred_table): Add an "allows_const_p" field.
5169         (std_preds): Set this field for predicates that allow RTX_CONST_OBJs.
5170         Remove the (incomplete) list of such codes from the codes field.
5171         (init_predicate_table): Use add_predicate_code.  Add all
5172         RTX_CONST_OBJs if allows_const_p is true.
5173         * genrecog.c (process_define_predicate): Use add_predicate_code.
5175 2008-05-08  David Daney  <ddaney@avtrex.com>
5176             Richard Sandiford  <rsandifo@nildram.co.uk>
5177         
5178         * config/mips/mips.md (mips_expand_compare_and_swap_12): Handle
5179         special case of constant zero operands.
5180         * config/mips/mips.c (mips_expand_compare_and_swap_12): Zero extend
5181         old and new values.  Special case constant zero values.
5182         * config/mips/mips.h (MIPS_COMPARE_AND_SWAP): Skip 'sync' if compare
5183         fails.
5184         (MIPS_COMPARE_AND_SWAP_12): Handle constant zero operands.
5185         (MIPS_COMPARE_AND_SWAP_12_0): New macro.
5187 2008-05-08  Paolo Bonzini  <bonzini@gnu.org>
5189         PR target/36090
5190         * simplify-rtx.c (simplify_plus_minus): Create CONST of
5191         similar RTX_CONST_OBJ before CONST_INT.
5193 2008-05-08  Steve Ellcey  <sje@cup.hp.com>
5195         * stmt.c (expand_stack_restore): Change sa mode if needed.
5197 2008-05-08  Richard Guenther  <rguenther@suse.de>
5199         * config/i386/i386-protos.h (ix86_return_in_memory): Adjust
5200         return type to bool.
5201         (ix86_sol10_return_in_memory): Likewise.
5202         (ix86_i386elf_return_in_memory): Likewise.
5203         (ix86_i386interix_return_in_memory): Likewise.
5204         * config/i386/i386.c (ix86_return_in_memory): Likewise.
5205         (ix86_sol10_return_in_memory): Likewise.
5206         (ix86_i386elf_return_in_memory): Likewise.
5207         (ix86_i386interix_return_in_memory): Likewise.
5209 2008-05-08  Kai Tietz  <kai.tietz@onevision.com>
5211         PR bootstrap/36180
5212         * calls.c (compute_argument_block_size ): Add ATTRIBUTE_UNUSED to
5213         fndecl argument.
5214         (emit_library_call_value_1): Add ATTRIBUTE_UNUSED to variable fndecl.
5215         * target-def.h: Check that TARGET_RETURN_IN_MEMORY isn't
5216         declared in front.
5218 2008-05-08  Richard Guenther  <rguenther@suse.de>
5220         * tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.
5221         * tree-data-ref.h (struct dr_alias): Remove subvars field.
5222         (DR_SUBVARS): Remove.
5223         * tree-dfa.c (dump_subvars_for): Remove.
5224         (debug_subvars_for): Likewise.
5225         (dump_variable): Do not dump subvars.
5226         (remove_referenced_var): Do not remove subvars.
5227         * tree-flow-inline.h (clear_call_clobbered): SFTs no longer exist.
5228         (lookup_subvars_for_var): Remove.
5229         (get_subvars_for_var): Likewise.
5230         (get_subvars_at): Likewise.
5231         (get_first_overlapping_subvar): Likewise.
5232         (overlap_subvar): Likewise.
5233         * tree-flow.h (subvar_t): Remove.
5234         (struct var_ann_d): Remove subvars field.
5235         * tree-ssa-alias.c (mark_aliases_call_clobbered): Remove queued
5236         argument.  Remove special handling of SFTs.
5237         (compute_tag_properties): Likewise.
5238         (set_initial_properties): Likewise.
5239         (compute_call_clobbered): Likewise.
5240         (count_mem_refs): Likewise.
5241         (compute_memory_partitions): Likewise.
5242         (compute_flow_insensitive_aliasing): Likewise.
5243         (setup_pointers_and_addressables): Likewise.
5244         (new_type_alias): Likewise.
5245         (struct used_part): Remove.
5246         (used_portions): Likewise.
5247         (struct used_part_map): Likewise.
5248         (used_part_map_eq): Likewise.
5249         (used_part_map_hash): Likewise.
5250         (free_used_part_map): Likewise.
5251         (up_lookup): Likewise.
5252         (up_insert): Likewise.
5253         (get_or_create_used_part_for): Likewise.
5254         (create_sft): Likewise.
5255         (create_overlap_variables_for): Likewise.
5256         (find_used_portions): Likewise.
5257         (create_structure_vars): Likewise.
5258         * tree.def (STRUCT_FIELD_TAG): Remove.
5259         * tree.h (MTAG_P): Adjust.
5260         (struct tree_memory_tag): Remove base_for_components and
5261         unpartitionable flags.
5262         (struct tree_struct_field_tag): Remove.
5263         (SFT_PARENT_VAR): Likewise.
5264         (SFT_OFFSET): Likewise.
5265         (SFT_SIZE): Likewise.
5266         (SFT_NONADDRESSABLE_P): Likewise.
5267         (SFT_ALIAS_SET): Likewise.
5268         (SFT_UNPARTITIONABLE_P): Likewise.
5269         (SFT_BASE_FOR_COMPONENTS_P): Likewise.
5270         (union tree_node): Remove sft field.
5271         * alias.c (get_alias_set): Remove special handling of SFTs.
5272         * print-tree.c (print_node): Remove handling of SFTs.
5273         * tree-dump.c (dequeue_and_dump): Likewise.
5274         * tree-into-ssa.c (mark_sym_for_renaming): Likewise.
5275         * tree-nrv.c (dest_safe_for_nrv_p): Remove special handling of SFTs.
5276         * tree-predcom.c (set_alias_info): Do not set subvars.
5277         * tree-pretty-print.c (dump_generic_node): Do not handle SFTs.
5278         * tree-ssa-loop-ivopts.c (get_ref_tag): Likewise.
5279         * tree-ssa-operands.c (access_can_touch_variable): Likewise.
5280         (add_vars_for_offset): Remove.
5281         (add_virtual_operand): Remove special handling of SFTs.
5282         (add_call_clobber_ops): Likewise.
5283         (add_call_read_ops): Likewise.
5284         (get_asm_expr_operands): Likewise.
5285         (get_modify_stmt_operands): Likewise.
5286         (get_expr_operands): Likewise.
5287         (add_to_addressable_set): Likewise.
5288         * tree-ssa.c (verify_ssa_name): Do not handle SFTs.
5289         * tree-tailcall.c (suitable_for_tail_opt_p): Likewise.
5290         * tree-vect-transform.c (vect_create_data_ref_ptr): Do not set subvars.
5291         * tree.c (init_ttree): Remove STRUCT_FIELD_TAG initialization.
5292         (tree_code_size): Remove STRUCT_FIELD_TAG handling.
5293         (tree_node_structure): Likewise.
5294         * tree-ssa-structalias.c (set_uids_in_ptset): Remove special
5295         handling of SFTs.
5296         (find_what_p_points_to): Likewise.
5298 2008-05-08  Sa Liu  <saliu@de.ibm.com>
5300         * config/spu/spu.md: Fixed subti3 pattern.
5302 2008-05-08  Richard Guenther  <rguenther@suse.de>
5304         PR middle-end/36154
5305         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Make
5306         sure to create a representative for trailing arrays for PTA.
5308 2008-05-08  Richard Guenther  <rguenther@suse.de>
5310         PR middle-end/36172
5311         * fold-const.c (operand_equal_p): Two objects which types
5312         differ in pointerness are not equal.
5314 2008-05-08  Kai Tietz  <kai.tietz@onevision.com>
5316         * calls.c (compute_argument_block_size): Add argument tree fndecl.
5317         (OUTGOING_REG_PARM_STACK_SPACE): Add function type argument.
5318         (emit_library_call_value_1): Add new variable fndecl initialized by
5319         NULL_TREE. It should be the decl type of orgfun, but this information
5320         seems not to be available here, so it uses the default calling abi.
5321         * config/arm/arm.c (arm_return_in_memory): Add fntype argumen.
5322         * config/arm/arm.h (RETURN_IN_MEMORY): Replace RETURN_IN_MEMORY
5323         by TARGET_RETURN_IN_MEMORY.
5324         * config/i386/i386-interix.h: Likewise.
5325         * config/i386/i386.h: Likewise.
5326         * config/i386/i386elf.h: Likewise.
5327         * config/i386/ptx4-i.h: Likewise.
5328         * config/i386/sol2-10.h: Likewise.
5329         * config/i386/sysv4.h: Likewise.
5330         * config/i386/vx-common.h: Likewise.
5331         * config/cris/cris.h: Removed #if 0 clause.
5332         * config/arm/arm-protos.h (arm_return_in_memory): Add fntype argument.
5333         * config/i386/i386-protos.h (ix86_return_in_memory): Add fntype
5334         argument.
5335         (ix86_sol10_return_in_memory): Likewise.
5336         (ix86_i386elf_return_in_memory): New.
5337         (ix86_i386interix_return_in_memory): New.
5338         * config/mt/mt-protos.h (mt_return_in_memory): New.
5339         * config/mt/mt.c: Likewise.
5340         * config/mt/mt.h (OUTGOING_REG_PARM_STACK_SPACE): Add FNTYPE argument.
5341         (RETURN_IN_MEMORY):  Replace by TARGET_RETURN_IN_MEMORY.
5342         * config/bfin/bfin.h: Likewise.
5343         * config/bfin/bfin-protos.h (bfin_return_in_memory): Add fntype
5344         argument.
5345         * config/bfin/bfin.c: Likewise.
5346         * config/pa/pa.h (OUTGOING_REG_PARM_STACK_SPACE): Add FNTYPE argument.
5347         * config/alpha/unicosmk.h: Likewise.
5348         * config/i386/cygming.h: Likewise.
5349         * config/iq2000/iq2000.h: Likewise.
5350         * config/mips/mips.h: Likewise.
5351         * config/mn10300/mn10300.h: Likewise.
5352         * config/rs6000/rs6000.h: Likewise.
5353         * config/score/score.h: Likewise.
5354         * config/spu/spu.h: Likewise.
5355         * config/v850/v850.h: Likewise.
5356         * defaults.h: Likewise.
5357         * doc/tm.texi (OUTGOING_REG_PARM_STACK_SPACE): Adjust documentation.
5358         * expr.c (emit_block_move): Adjust use of
5359         OUTGOING_REG_PARM_STACK_SPACE.
5360         * function.c (STACK_DYNAMIC_OFFSET): Adjust use of
5361         OUTGOING_REG_PARM_STACK_SPACE.
5362         * targhooks.c (default_return_in_memory): Remove RETURN_IN_MEMORY.
5364 2008-05-08  Jakub Jelinek  <jakub@redhat.com>
5366         * tree-parloops.c (create_parallel_loop): Set OMP_RETURN_NOWAIT
5367         on OMP_RETURN for OMP_FOR.
5369         PR debug/35896
5370         * dwarf2out.c (dw_expand_expr, common_check): Removed.
5371         (fortran_common): New function.
5372         (gen_variable_die): Call fortran_common instead of common_check,
5373         adjust for it returning tree instead of rtx.  Formatting.
5375 2008-05-07  Kenneth Zadeck  <zadeck@naturalbridge.com>
5377         PR rtl/7335
5378         PR rtl/33826
5379         * see.c (see_copy_insn): Copy new pure const attributes for new call.
5380         * c-decl.c (merge_decls): Ditto.
5381         * postreload.c (record_opr_changes): Change CONST_OR_PURE_CALL_P
5382         to RTL_CONST_OR_PURE_CALL_P.
5383         * tree.c (define_local_buitin): Rename DECL_IS_PURE to DECL_PURE_P.
5384         Initialized DECL_LOOPING_CONST_PURE.
5385         (process_call_operands): Set tree_side_effects properly.
5386         * tree.h (TREE_READONLY_DECL_P): Removed.
5387         (DECL_IS_PURE): Renamed to DECL_PURE_P.
5388         (DECL_LOOPING_OR_CONST_P): New macro.
5389         (struct tree_function_decl): Added looping_const_or_pure_p.
5390         (ECF_*) Renumbered.
5391         (ECF_LOOPING_OR_CONST_P): New macro.
5392         * rtlanal.c (pure_const_p): Removed.
5393         * builtins.c (expand_builtin): Rename DECL_IS_PURE to DECL_PURE_P.
5394         * reorg.c (delete_prior_computation) Changed CONST_OR_PURE_CALL_P
5395         to RTL_CONST_CALL_P.
5396         * ipa-pure-const.c (pure_const_state_e): Added looping field.
5397         (check_decl, check_tree, check_call, scan_function): Initialize
5398         looping.
5399         (analyze_function): Rename DECL_IS_PURE to DECL_PURE_P.
5400         (static_execute): Set looping true for recursive functions.
5401         Undo setting state to IPA_NEITHER for recursive functions.
5402         * cse.c (cse_insn): 
5403         * ifcvt.c (noce_can_store_speculate_p): Changed
5404         CONST_OR_PURE_CALL_P and pure_call_p to RTL_CONST_CALL_P or 
5405         RTL_CONST_OR_PURE_CALL_P.
5406         * dse.c (scan_insn): Ditto.
5407         * local-alloc.c (validate_equiv_mem, memref_used_between_p): Ditto.
5408         * gcse.c (oprs_not_seen_p) Changed CONST_OR_PURE_CALL_P to
5409         RTL_CONST_OR_PURE_CALL_P.
5410         (store_killed_in_insn): Changed CONST_OR_PURE_CALL_P and
5411         pure_call_p to RTL_CONST_CALL_P.
5412         * gimplify.c (gimplify_call_expr): Clear side effects for
5413         non-looping pure and constant calls.
5414         * calls.c (emit_call_1): Set rtl flags from ecf flags.
5415         (flags_from_decl_or_type): Set ecf flags from decl flags.
5416         (initialize_argument_information): Turn off
5417         ECF_LOOPING_CONST_OR_PURE when turning off ECF_CONST.
5418         Change const to pure if callee_copies is true rather than just
5419         turning off const.
5420         (expand_call): Turn off ECF_LOOPING_PURE_CONST_CALL and remove old
5421         way of marking pure calls.
5422         (emit_library_call_value_1): Turn off ECF_LOOPING_PURE_CONST_CALL.
5423         Remove hack that was supposed to fix pr7335 and remove old
5424         way of marking pure calls.
5425         * emit-rtl.c (emit_copy_of_insn_after): Copy RTL_CONST_CALL_P,
5426         RTL_PURE_CALL_P, RTL_LOOPING_CONST_OR_PURE_CALL_P.
5427         * cselib.c (cselib_process_insn): Changed CONST_OR_PURE_CALL_P to
5428         RTL_CONST_OR_PURE_CALL_P.
5429         * tree-ssa-pre.c (can_value_number_call): Fixed spacing.
5430         * loop-invariant.c (find_exits, find_invariant_bb): Changed
5431         CONST_OR_PURE_CALL_P to RTL_CONST_OR_PURE_CALL_P.
5432         * sched-deps.c (schedule_analyze): Ditto.
5433         * rtl.h (struct rtx_def): Use call field, unchanging field, and
5434         return_val field of calls to represent pure and const function info.
5435         (CONST_OR_PURE_CALL_P): Deleted macro.
5436         (RTL_CONST_CALL_P, RTL_PURE_CALL_P,
5437         RTL_LOOPING_CONST_OR_PURE_CALL_P, RTL_CONST_OR_PURE_P): New macros.
5438         * tree-inline.c (copy_body_r): Changed TREE_READONLY_DECL_P to
5439         TREE_READONLY.
5440         * tree-optimize.c (execute_fixup_cfg): Added test for
5441         ECF_LOOPING_CONST_OR_PURE.
5442         * c-common.c (handle_pure_attribute): Changed DECL_IS_PURE to
5443         DECL_PURE_P.
5444         * tree-cfg.c (update_call_expr_flags): Do not clear tree side
5445         effects for looping pure or const calls.
5446         (verify_gimple_expr): Added verification code. 
5447         * config/alpha/alpha.c (alpha_legitimize_address,
5448         alpha_emit_xfloating_libcall): Changed CONST_OR_PURE_CALL_P to
5449         RTL_CONST_CALL_P.
5450         * config/s390/s390.c (s390_emit_tls_call_insn): Ditto.
5451         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Ditto.
5452         * config/mips/mips.c (mips_call_tls_get_addr): Ditto.
5453         * cfgrtl.c (need_fake_edge_p): Changed CONST_OR_PURE_CALL_P to
5454         RTL_CONST_OR_PURE_CALL_P.
5455         * dce.c (deletable_insn_p): Allow non looping, non sibling, pure
5456         and const calls to be deleted.
5458 2008-05-07  Uros Bizjak  <ubizjak@gmail.com>
5460         PR target/35714
5461         * config/i386/mmx.md (mmx_subv2sf3): New expander.
5462         (*mmx_subv2sf3): Rename from mmx_subv2sf3 insn pattern.
5463         (*mmx_eqv2sf3): Rename from mmx_eqv2sf3 insn pattern.
5464         (mmx_eqv2sf3): New expander.  Use ix86_fixup_binary_operands_no_copy
5465         to handle nonimmediate operands.
5466         (*mmx_paddwd): Rename from mmx_paddwd insn pattern.
5467         (mmx_paddwd): New expander.  Use ix86_fixup_binary_operands_no_copy
5468         to handle nonimmediate operands.
5469         (*mmx_pmulhrwv4hi3): Rename from mmx_pmulhrwv4hi3 insn pattern.
5470         (mmx_pmulhrwv4hi3): New expander.  Use
5471         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5472         (*sse2_umulv1siv1di3): Rename from sse2_umulv1siv1di3 insn pattern.
5473         (sse2_umulv1siv1di3): New expander.  Use
5474         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5475         (*mmx_eq<mode>3): Rename from mmx_eq<mode>3 insn pattern.
5476         (mmx_eq<mode>3): New expander.  Use
5477         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5478         (*mmx_uavgv8qi3): Rename from mmx_uavgv8qi3 insn pattern.
5479         (mmx_uavgv8qi3): New expander.  Use
5480         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5481         (*mmx_uavgv4hi3): Rename from mmx_uavgv4hi3 insn pattern.
5482         (mmx_uavgv4hi3): New expander.  Use
5483         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5485         * config/i386/sse.md
5486         (sse_movhlps_exp): New expander.  Use ix86_fixup_binary_operands
5487         to handle nonimmediate operands.
5488         (sse_movlhps_exp): New expander.  Use ix86_fixup_binary_operands
5489         to handle nonimmediate operands.
5490         (sse_loadhps_exp): New expander.  Use ix86_fixup_binary_operands
5491         to handle nonimmediate operands.
5492         (sse_loadlps_exp): New expander.  Use ix86_fixup_binary_operands
5493         to handle nonimmediate operands.
5494         (sse2_unpckhpd_exp): New expander.  Use
5495         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5496         (sse2_unpcklpd_exp): New expander.  Use
5497         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5498         (sse_loadhpd_exp): New expander.  Use ix86_fixup_binary_operands
5499         to handle nonimmediate operands.
5500         (sse_loadlpd): New expander.  Use ix86_fixup_binary_operands
5501         to handle nonimmediate operands.
5502         (*sse2_<plusminus_insn><mode>3): Rename from
5503         sse2_<plusminus_insn><mode>3 insn pattern.
5504         (sse2_<plusminus_insn><mode>3): New expander.  Use
5505         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5506         (*sse2_umulv2siv2di3): Rename from sse2_umulv2siv2di3 insn pattern.
5507         (sse2_umulv2siv2di3): New expander.  Use
5508         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5509         (*sse4_1_mulv2siv2di3): Rename from sse4_1_mulv2siv2di3 insn pattern.
5510         (sse4_1_mulv2siv2di3): New expander.  Use
5511         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5512         (*sse2_pmaddwd): Rename from sse2_pmaddwd insn pattern.
5513         (sse2_pmaddwd): New expander.  Use
5514         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5515         (*sse2_eq<mode>3): Rename from sse2_eq<mode>3 insn pattern.
5516         (sse2_eq<mode>3): New expander.  Use
5517         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5518         (*sse4_1_eqv2di3): Rename from sse4_1_eqv2di3 insn pattern.
5519         (sse4_1_eqv2di3): New expander.  Use
5520         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5521         (*sse2_uavgv16qi3): Rename from sse2_uavgv16qi3 insn pattern.
5522         (sse2_uavgv16qi3): New expander.  Use
5523         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5524         (*sse2_uavgv16qi3): Rename from sse2_uavgv16qi3 insn pattern.
5525         (sse2_uavgv16qi3): New expander.  Use
5526         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5527         (*sse2_uavgv8hi3): Rename from sse2_uavgv8hi3 insn pattern.
5528         (sse2_uavgv8hi3): New expander.  Use
5529         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5530         (*ssse3_pmulhrswv8hi3): Rename from ssse3_pmulhrswv8hi3 insn pattern.
5531         (ssse3_pmulhrswv8hi3): New expander.  Use
5532         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5533         (*ssse3_pmulhrswv4hi3): Rename from ssse3_pmulhrswv4hi3 insn pattern.
5534         (ssse3_pmulhrswv4hi3): New expander.  Use
5535         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5537         (<sse>_vm<plusminus_insn><mode>3): Do not use ix86_binary_operator_ok.
5538         (<sse>_vmmul<mode>3): Ditto.
5539         (divv4sf3): Do not use ix86_fixup_binary_operands_no_copy.
5540         (divv2df3): Ditto.
5541         (ssse3_pmaddubsw128): Use register_operand for operand 1.
5542         (ssse3_pmaddubsw): Ditto.
5544         * config/i386/i386.c (struct_builtin_description)
5545         [IX86_BUILTIN_LOADHPS]: Use CODE_FOR_sse_loadhps_exp.
5546         [IX86_BUILTIN_STOREHPS]: Use CODE_FOR_sse_loadlps_exp.
5547         [IX86_BUILTIN_LOADHPD]: Use CODE_FOR_sse2_loadhpd_exp.
5548         [IX86_BUILTIN_LOADLPD]: Use CODE_FOR_sse2_loadlpd_exp.
5549         [IX86_BUILTIN_MOVHLPS]: Use CODE_FOR_sse_movhlps_exp.
5550         [IX86_BUILTIN_MOVLHPS]: Use CODE_FOR_sse_movlhps_exp.
5551         [IX86_BUILTIN_UNPCKHPD]: Use FOR_sse2_unpckhpd_exp.
5552         [IX86_BUILTIN_UNPCKLPD]: Use FOR_sse2_unpcklpd_exp.
5553         (ix86_fixup_binary_operands): Assert that src1
5554         and src2 must have the same mode when swapped.
5555         (ix86_expand_binop_builtin): Do not use ix86_fixup_binary_operands
5556         and ix86_binary_operator_ok.  Do not force operands in registers
5557         when optimizing.
5559 2008-05-07  Jan Hubicka  <jh@suse.cz>
5561         * cgraph.c (dump_cgraph_node): Update.
5562         * cgraph.h (cgraph_local_info): Break out inline summary.
5563         * cgraphunit.c (cgraph_process_new_functions): Use inliner analysis
5564         hook.
5565         * ipa-inline (inline_summary): New accestor function.
5566         (cgraph_clone_inlined_nodes, cgraph_check_inline_limits,
5567         cgraph_decide_inlining, compute_inline_parameters): Update.
5568         * ipa.c (cgraph_remove_unreachable_nodes): Remove statistics.
5570 2008-05-07  Maxim Kuvyrkov  <maxim@codesourcery.com>
5572         Cleanup ColdFire scheduling support and add V4 pipeline model.
5574         * config/m68k/m68k.md (UNSPEC_TIE): New constant.
5575         (define_attr cpu): Add cfv4 value.
5576         (define_attr type, define_attr type1): Merge into a single 'type'
5577         attribute.  Update all uses.
5578         (define_attr opx_type, define_attr opy_type, define_attr opx_access):
5579         Rearrange and update.  Rename value 'reg' to 'Rn', add value 'FPn'.
5580         Update all uses.
5581         (define_attr opx_mem, define_attr opy_mem): Remove.
5582         (define_attr op_mem): Clean up, update comment.
5583         (define_attr size): Use specific values instead of general int.
5584         (define_attr guess, define_attr split): Remove.  Update all uses.
5585         (movdf_internal, tstsi_internal, tsthi_internal, tstqi_internal,
5586         tst<mode>_68881, pushexthisi_const, movsi_const0_68000_10,
5587         movsi_const0_68040_60, movsi_const0, movsi_cf, movstrictqi_cf,
5588         zero_extendhisi2_cf, zero_extendqisi2_cfv4, cfv4_extendhisi2,
5589         68k_extendhisi2, extendqihi2, cfv4_extendqisi2, 68k_extendqisi2,
5590         floatsi<mode>2_68881, ftrunc<mode>2_68881, ftrunc<mode>2_cf,
5591         fix<mode>qi2_68881, fix<mode>hi2_68881, fix<mode>si2_68881,
5592         adddi_dishl32, addsi3_5200, add<mode>3_floatsi_68881,
5593         add<mode>3_floathi_68881, add<mode>3_floatqi_68881,
5594         add<mode>3_68881, add<mode>3_cf, subdi_dishl32, subsi3,
5595         sub<mode>3_floatsi_68881, sub<mode>3_floathi_68881,
5596         sub<mode>3_floatqi_68881, sub<mode>3_68881, sub<mode>3_cf,
5597         mulhi3, mulhisi3, mulhisisi3_s, mulsi3_68020, mulsi3_cf,
5598         umulhisi3, mulhisisi3_z, mul<mode>3_floatsi_68881,
5599         mul<mode>3_floathi_68881, mul<mode>3_floatqi_68881, fmul<mode>3_cf,
5600         div<mode>3_cf, sqrt<mode>2_cf, abs<mode>2_cf, clzsi2,
5601         one_cmplsi2_5200, subreghi1ashrdi_const32, ashrsi3, lshrsi3,
5602         bsetmemqi, bsetmemqi_ext, bclrmemqi, bclrmemqi_ext,
5603         beq, bne, bgt, blt, bordered, bunordered, buneq, bunge, bungt, bunle,
5604         bunlt, bltgt, tablejump_internal, call, non_symbolic_call_value,
5605         symbolic_call_value_jsr, symbolic_call_value_bsr, link):
5606         Update or set attributes.
5607         (stack_tie): New fake instruction.
5609         * config/m68k/m68k.h (TUNE_CFV4): New macro.
5610         (m68k_sched_attr_size): Update declaration.
5611         (m68k_sched_attr_type2): Remove.
5612         (m68k_sched_address_bypass_p, m68k_sched_indexed_address_bypass_p):
5613         Declare new bypass predicates.
5615         * config/m68k/m68k.c (m68k_sched_issue_rate,
5616         m68k_sched_first_cycle_multipass_dfa_lookahead): Declare hook
5617         implementations.
5618         (TARGET_SCHED_ISSUE_RATE,
5619         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Override hooks.
5620         (override_options): Handle scheduling for ColdFire V4 core.
5621         (m68k_expand_prologue): Emit stack_tie.
5622         (enum attr_op_type): Split value 'OP_TYPE_REG' to 'OP_TYPE_RN' and
5623         'OP_TYPE_FPN'.  Update all uses.
5624         (sched_guess_p): Remove.
5625         (sched_address_type): Handle symbolic addresses.
5626         (sched_get_operand): New static function.
5627         (sched_operand_type): Merge into sched_attr_op_type.
5628         (sched_attr_op_type): Handle FP registers, handle quick constants,
5629         update.
5630         (m68k_sched_attr_opx_type, m68k_sched_attr_opy_type): Update.
5631         (m68k_sched_attr_size): Update.  Move logic to ...
5632         (sched_get_attr_size_int): New static function.
5633         (sched_get_opxy_mem_type): New static function.
5634         (m68k_sched_attr_op_mem): Update.
5635         (m68k_sched_attr_type2): Remove.
5636         (sched_cfv4_bypass_data): New static variable.
5637         (m68k_sched_adjust_cost): Handle ColdFire V4 bypass.
5638         (m68k_sched_issue_rate): Implement scheduler hook.
5639         (struct _sched_ib: enabled_p): New field.
5640         (m68k_sched_variable_issue): Update.  Handle V4.
5641         (SCHED_DUMP_TODO, SCHED_DUMP_DONE, SCHED_DUMP_NOTHING,
5642         sched_dump_class_func_t, sched_dump_split_class,
5643         sched_dump_dfa_guess_unit_code, sched_dump_dfa_state,
5644         sched_dump_dfa_class, m68k_sched_dump): Remove.
5645         (m68k_sched_first_cycle_multipass_dfa_lookahead): Implement scheduler
5646         hook.
5647         (m68k_sched_init_global): Remove statisctics dumping, introduce
5648         sanity check that all instructions have pipeline reservations.  Handle
5649         ColdFire V4 core.
5650         (m68k_sched_dfa_pre_advance_cycle, m68k_sched_dfa_post_advance_cycle):
5651         Handle ColdFire V4 core.
5652         (sched_mem_operand_p, sched_get_reg_operand, sched_get_mem_operand):
5653         New static functions.
5654         (m68k_sched_address_bypass_p): New bypass predicate.
5655         (sched_get_indexed_address_scale): New static function.
5656         (m68k_sched_indexed_address_bypass_p): New bypass predicate.
5658         * cf.md: Update comments.
5659         (define_attr type2): Remove.  Use 'type' attribute instead.
5660         Update all uses.
5661         (cf_ib): Rename to cfv123_ib.  Update all uses.
5662         (cf_oep): Rename to cfv123_oep.  Update all uses.
5663         (cf_chr): Rename to cfv123_chr.  Update all uses.
5664         (cf_mem): Rename to cfv123_mem.  Update all uses.
5665         (cf_mac): Move to more appropriate place.
5666         (cfv123_guess): New automaton and cpu_unit.
5667         (cfv123_*, cfv12_*, cfv1_*, cfv2_*, cfv3_*): Use type attribute.
5668         Update uses of 'size' attribute.  Handle before reload scheduling.
5669         (cfv123_guess): New dummy reservation for unhandled instructions.
5670         (cfv4_*): Pipeline description of ColdFire V4 core.
5671         (ignore): New reservation to handle 'ignore' type.
5673 2008-05-07  Ian Lance Taylor  <iant@google.com>
5675         PR middle-end/36013
5676         * gimplify.c (find_single_pointer_decl_1): Don't look through
5677         indirections.
5678         (find_single_pointer_decl): Adjust comments.
5680 2008-05-07  Jakub Jelinek  <jakub@redhat.com>
5682         PR middle-end/36137
5683         * fold-const.c (fold_binary): Use STRIP_SIGN_NOPS instead of
5684         STRIP_NOPS on arguments even for MIN_EXPR and MAX_EXPR.
5686         PR middle-end/36106
5687         * omp-low.c (expand_omp_atomic_pipeline): Load value using the
5688         integral type rather than floating point, then VIEW_CONVERT_EXPR
5689         to the floating point type.
5691 2008-05-07  Uros Bizjak  <ubizjak@gmail.com>
5693         * config/i386/i386.c (ix86_expand_copysign): Force non-zero constant
5694         TFmode op0 to register.
5696 2008-05-07  Alan Modra  <amodra@bigpond.net.au>
5698         * c-decl.c (grokdeclarator): Comment typo.
5700 2008-05-06  Aldy Hernandez  <aldyh@redhat.com>
5702         * tree-flow.h: Remove prototype for computed_goto_p.
5703         * tree-cfg.c (computed_goto_p): Make static.
5705 2008-05-06  H.J. Lu  <hongjiu.lu@intel.com>
5707         PR target/35657
5708         * config/i386/i386.c (contains_128bit_aligned_vector_p): Renamed to ...
5709         (contains_aligned_value_p): This.  Handle _Decimal128.
5710         (ix86_function_arg_boundary): Only align _Decimal128 to its
5711         natural boundary and handle it properly.
5713 2008-05-06  Martin Jambor  <mjambor@suse.cz>
5715         * ipa-cp.c (ipcp_method_orig_node): Renamed to ipcp_get_orig_node.
5716         (ipcp_method_is_cloned): Renamed to ipcp_node_is_clone
5717         (ipcp_method_set_orig_node): Removed.
5718         (ipcp_cval_get_cvalue_type): Removed.
5719         (ipcp_method_get_scale): Renamed to ipcp_get_node_scale.
5720         (ipcp_method_set_scale): Renamed to ipcp_set_node_scale.
5721         (ipcp_cval_set_cvalue_type): Removed.
5722         (ipcp_cval_get_cvalue): Removed.
5723         (ipcp_cval_set_cvalue): Removed.
5724         (ipcp_type_is_const): Renamed to ipcp_lat_is_const.
5725         (ipcp_cval_equal_cvalues): Renamed to ipcp_lats_are_equal
5726         (ipcp_lats_are_equal): Changed parameters to two ipcp_lattice's
5727         (ipcp_cval_meet): Renamed to ipa_lattice_meet
5728         (ipcp_cval_changed): Changed to use ipcp_lat_is_const
5729         (ipcp_method_cval): Renamed to ipcp_get_ith_lattice
5730         (ipcp_get_ith_lattice): Changed parameters.
5731         (ipcp_cval_compute): Renamed to ipcp_lattice_from_jfunc
5732         (ipcp_lattice_from_jfunc): Changed parameters.
5733         (ipcp_redirect): Local lattice pointer instead of lattice type variable.
5734         (ipcp_method_cval_print): Added temporary variable info.
5735         (ipcp_redirect): Removed already unused local variable caller.
5736         (ipcp_redirect): New temporary variable orig_callee_info
5737         (ipcp_redirect): Removed newly unused local variable callee.
5738         (ipcp_redirect): Removed (a bit confusing) local variable type.
5739         (ipcp_insert_stage): Added local variable info.
5740         (ipcp_cval_changed): Renamed to ipcp_lattice_changed, parameters 
5741         renamed too
5742         (ipcp_formal_create): Removed.
5743         (ipcp_method_cval_set): Removed.
5744         (ipcp_propagate_stage): Renamed lattice variables.
5745         (ipcp_method_cval_set_cvalue_type): Removed.
5746         (ipcp_method_cval_print): Renamed to ipcp_print_all_lattices
5747         (ipcp_print_all_lattices): Changed printed strings to refer to 
5748         lattices rather than cvals.
5749         (ipcp_method_cval_init): Renamed to ipcp_initialize_node_lattices
5750         (ipcp_propagate_const): Changed formal parameters.
5751         (build_const_val): Changed formal parameters.
5752         (ipcp_insert_stage): Removed useless variable cvalue
5753         (build_const_val): Changed formal parameters.
5754         (ipcp_method_compute_scale): Renamed to ipcp_compute_node_scale
5755         (ipcp_after_propagate): Renamed to ipcp_change_tops_to_bottom
5756         (ipcp_callsite_param_print): Renamed to ipcp_print_all_jump_functions
5757         (ipcp_profile_mt_count_print): Renamed to ipcp_print_func_profile_counts
5758         (ipcp_print_func_profile_counts): Changed string from "method" to 
5759         "function"
5760         (ipcp_profile_cs_count_print): Renamed to ipcp_print_call_profile_counts
5761         (ipcp_profile_edge_print): Renamed to ipcp_print_edge_profiles
5762         (ipcp_profile_bb_print): Renamed to ipcp_print_bb_profiles
5763         (ipcp_structures_print): Renamed to ipcp_print_all_structures
5764         (ipcp_profile_print): Renamed to ipcp_print_profile_data
5765         (ipcp_lat_is_const): Changed parameters and made inline.
5766         (ipcp_replace_map_create): Renamed to ipcp_create_replace_map
5767         (ipcp_redirect): Renamed to ipcp_need_redirect_p
5768         (ipcp_need_redirect_p): Calls ipcp_lat_is_const instead of using 
5769         the predicate condition directly
5770         (ipcp_propagate_stage): Added local variable args. Removed local
5771         variable callee.  (Both are mere code simplifications.)
5772         (ipcp_method_dont_insert_const): Renamed to
5773         ipcp_node_not_modifiable_p.
5774         (ipcp_node_not_modifiable_p): Made inline.
5775         (ipcp_cloned_create): Renamed to ipcp_init_cloned_node
5776         (ipcp_propagate_const): Renamed to ipcp_propagate_one_const
5777         (ipcp_print_all_lattices): Removed variable cvalue
5778         (ipcp_method_scale_print): Renamed to ipcp_function_scale_print
5779         Updated comments.
5781 2008-05-06  Olivier Hainque  <hainque@adacore.com>
5783         * tree-sra.c (try_instantiate_multiple_fields): Early return
5784         if field has POINTER_TYPE.
5786 2008-05-06  Kai Tietz  <kai.tietz@onevision.com>
5788         * config/i386/i386.c (output_set_got): Fix for x86_64 output_emit_asm
5789         by using 'q' specifier for instruction.
5790         (ix86_file_end): Replaced case TARGET_64BIT_MS_ABI by TARGET_64BIT.
5792 2008-05-06  Anatoly Sokolov <aesok@post.ru>
5794         * config/avr/avr.md (*sbrx_branch, *sbix_branch, *sbix_branch_tmp):
5795         Change mode of zero_extract from QImode to HImode.
5796         (sign bit tests peepholes): (Ditto.).
5798 2008-05-06  Uros Bizjak  <ubizjak@gmail.com>
5800         * config/i386/mmx.md: Remove double backslashes from asm templates.
5801         (*mmx_addv2sf3): Rename from mmx_addv2sf3 insn pattern.
5802         (mmx_addv2sf3): New expander.  Use ix86_fixup_binary_operands_no_copy
5803         to handle nonimmediate operands.
5804         (*mmx_mulv2sf3): Rename from mmx_mulv2sf3 insn pattern.
5805         (mmx_mulv2sf3): New expander.  Use ix86_fixup_binary_operands_no_copy
5806         to handle nonimmediate operands.
5807         (*mmx_<code>v2sf3_finite): New insn pattern.
5808         (*mmx_<code>v2sf3): Rename from mmx_<code>v2sf3 insn pattern.
5809         (mmx_<code>v2sf3): New expander.  Use
5810         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5811         (mmx_<plusminus_insn><mode>3): New expander.  Use
5812         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5813         (*mmx_<plusminus_insn><mode>3): New insn pattern.
5814         (mmx_add<mode>3): Removed.
5815         (mmx_ssadd<mode>3): Ditto.
5816         (mmx_usadd<mode>3): Ditto.
5817         (mmx_sub<mode>3): Ditto.
5818         (mmx_sssub<mode>3): Ditto.
5819         (mmx_ussub<mode>3): Ditto.
5820         (*mmx_mulv4hi3): Rename from mmx_mulv4hi3 insn pattern.
5821         (mmx_mulv4hi3): New expander.  Use ix86_fixup_binary_operands_no_copy
5822         to handle nonimmediate operands.
5823         (*mmx_smulv4hi3_highpart): Rename from mmx_smulv4hi3_highpart
5824         insn pattern.
5825         (mmx_smulv4hi3_highpart): New expander.  Use
5826         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5827         (*mmx_umulv4hi3_highpart): Rename from mmx_umulv4hi3_highpart
5828         insn pattern.
5829         (mmx_umulv4hi3_highpart): New expander.  Use
5830         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5831         (*mmx_<code>v4hi3): Rename from mmx_<code>v4hi3 insn pattern.
5832         (mmx_<code>v4hi3): New expander.  Use
5833         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5834         (*mmx_<code>v8qi3): Rename from mmx_<code>v8qi3 insn pattern.
5835         (mmx_<code>v8qi3): New expander.  Use
5836         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5837         (*mmx_<code><mode>3): Rename from mmx_<code><mode>3 insn pattern.
5838         (mmx_<code><mode>3): New expander.  Use
5839         ix86_fixup_binary_operands_no_copy to handle nonimmediate operands.
5841 2008-05-05  Jan Hubicka  <jh@suse.cz>
5843         PR tree-optimization/36118
5844         * passes.c (pass_init_dump_file): Fix dump header.
5846 2008-05-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
5848         PR middle-end/36141
5849         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Don't create
5850         VCE for function decls.
5852 2008-05-05  H.J. Lu  <hongjiu.lu@intel.com>
5854         * config/i386/sse.md (sse2_<plusminus_insn><mode>3): Fix a typo.
5856 2008-05-05  H.J. Lu  <hongjiu.lu@intel.com>
5858         * config/i386/i386.md (sat_plusminus): New.
5859         (plusminus_insn): Likewise.
5860         (plusminus_mnemonic): Likewise.
5861         (addsub): Removed.
5862         (comm): Add ss_plus, us_plus, ss_minus and us_minus.
5863         (*<addsub><mode>3_cc_overflow): Renamed to ...
5864         (*<plusminus_insn><mode>3_cc_overflow): This.
5865         (*<addsub>si3_zext_cc_overflow): Renamed to ...
5866         (*<plusminus_insn>si3_zext_cc_overflow): This.
5868         * config/i386/sse.md (<addsub><mode>3): Renamed to ...
5869         (<plusminus_insn><mode>3): This.
5870         (*<addsub><mode>3): Renamed to ...
5871         (*<plusminus_insn><mode>3): This.
5872         (<sse>_vm<addsub><mode>3): Renamed to ...
5873         (<sse>_vm<plusminus_insn><mode>3): This.
5874         (sse3_h<addsub>v4sf3): Renamed to ...
5875         (sse3_h<plusminus_insn>v4sf3): This.
5876         (sse3_h<addsub>v2df3): Renamed to ...
5877         (sse3_h<plusminus_insn>v2df3): This.
5878         (<plusminus_insn><mode>3): New.
5879         (*<plusminus_insn><mode>3): Likewise.
5880         (sse2_<plusminus_insn><mode>3): Likewise.
5881         (add<mode>): Removed.
5882         (*add<mode>3): Likewise.
5883         (sse2_ssadd<mode>3): Likewise.
5884         (sse2_usadd<mode>3): Likewise.
5885         (sub<mode>3): Likewise.
5886         (*sub<mode>3): Likewise.
5887         (sse2_sssub<mode>3): Likewise.
5888         (sse2_ussub<mode>3): Likewise.
5890 2008-05-05  Benjamin Kosnik  <bkoz@redhat.com>
5892         * gthr-single.h: Add in required interface elements as per gthr.h.
5893         Add stub types for __gthread_key_t, __gthread_once_t. Add defines
5894         for __GTHREAD_ONCE_INIT, __GTHREAD_RECURSIVE_MUTEX_INIT.
5895         Generalize UNUSED macro. 
5896         (__gthread_once): Add.
5897         (__gthread_key_create): Add.
5898         (__gthread_key_delete): Add.
5899         (__gthread_getspecific): Add.
5900         (__gthread_setspecific): Add.
5901         
5902 2008-05-05  Andrew Pinski  <Andrew.Pinski@playstation.sony.com>
5904         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): If we have
5905         the same size types for the indirect reference on the rhs, then
5906         create a VCE.
5908 2008-05-05  Uros Bizjak  <ubizjak@gmail.com>
5910         * config/i386/i386.md
5911         (*float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit): Use only
5912         one insn template instead of template series.
5913         (*xordi_1_rex64): Ditto.
5914         (*xordi_2_rex64): Ditto.
5916 2008-05-05  Ira Rosen  <irar@il.ibm.com>
5918         PR tree-optimization/36119
5919         * tree-vect-transform.c (vectorizable_assignment): Set NCOPIES to 1
5920         in case of SLP.
5922 2008-06-04  Jan Hubicka  <jh@suse.cz>
5924         tree-optimization/36100
5925         * tree-pass.h (pass_O0_always_inline): Declare.
5926         * ipa-inline.c (inline_transform): Remove dead code.
5927         (cgraph_gate_O0_always_inline, cgraph_O0_always_inline,
5928         pass_O0_always_inline): New.
5929         * passes.c (init_optimization_passes): Add pass_O0_always_inline.
5931 2008-05-04  Kai Tietz  <kai.tietz@onevision.com>
5933         * config/i386/i386.c (x86_output_mi_thunk): Use movq alternative
5934         mnemonic in this_param move for TARGET_64BIT.
5936 2008-05-04  Uros Bizjak  <ubizjak@gmail.com>
5938         * config/i386/i386.md (*strmovsi_1): Simplify asm alternatives.
5939         (*strmovsi_rex_1): Ditto.
5940         (*strsetsi_1): Ditto.
5941         (*strsetsi_rex_1): Ditto.
5943         (add<mode>cc): Macroize expander from addqicc, addhicc, addsicc and
5944         adddicc expanders using SWI mode iterator.
5946 2008-05-04  H.J. Lu  <hongjiu.lu@intel.com>
5948         PR target/36121
5949         * config/i386/i386.c (ix86_expand_special_args_builtin): Remove three
5950         argument handling.
5952 2008-05-04  David S. Miller  <davem@davemloft.net>
5954         * config.gcc (sparc*-*-*): Always set need_64bit_hwint to yes.
5955         (sparc*-*-linux*): Use linux.h in tm_file.
5956         (sparc-*-linux*): If 'enabled_targets' is 'all', build a bi-arch
5957         compiler defaulting to 32-bit.
5958         (sparc*-*-*): Remove explicit target settings of need_64bit_hwint,
5959         no longer needed.
5960         * config/sparc/linux.h: Remove definitions now obtained
5961         properly from linux.h
5962         * config/sparc/linux64.h: Likewise.
5963         (ASM_CPU_DEFAULT_SPEC): Change this to ASM_CPU64_DEFAULT_SPEC, we
5964         don't want this setting for 32-bit builds in a biarch compiler.
5965         * doc/install.texi: Add sparc-linux to list of targets
5966         supporting --enable-targets=all.
5968 2008-05-03  Andrew Pinski  <pinskia@gmail.com>
5970         * Makefile.in (tree-ssa-phiprop.o): Fix dependencies.
5972 2008-05-03  H.J. Lu  <hongjiu.lu@intel.com>
5974         * config/i386/i386.c (ix86_builtin_type): Move V4SI_FTYPE_V4SF
5975         after V4SI_FTYPE_V8HI.
5976         (ix86_init_mmx_sse_builtins): Move case V4HI_FTYPE_V4HI after
5977         case V4SI_FTYPE_V2DF.
5979 2008-05-03  Kenneth Zadeck  <zadeck@naturalbridge.com>
5981         * doc/invoke.texi (max-flow-memory-locations): Removed.
5982         * params.def (PARAM_MAX_FLOW_MEMORY_LOCATIONS): Removed.
5983         
5984 2008-05-03  Richard Guenther  <rguenther@suse.de>
5986         PR middle-end/34973
5987         * opts.c (set_Wstrict_aliasing): Handle the turn-off case.
5989 2008-05-02  David S. Miller  <davem@davemloft.net>
5991         * config.gcc (need_64bit_hwint): Document libcpp dependency.
5993 2008-05-02  Simon Baldwin <simonb@google.com>
5995         PR bootstrap/36108
5996         * c-common.h (warn_array_subscript_range): Removed.
5997         * c-common.c (warn_array_subscript_range): Ditto.
5998         * tree-vrp.c (check_array_ref): Revert to ignoring arrays with size 2.
5999         * c-typeck.c (build_array_ref): Remove warn_array_subscript_range.
6001 2008-05-02  H.J. Lu  <hongjiu.lu@intel.com>
6003         * config/i386/i386.c (ix86_special_builtin_type): New.
6004         (bdesc_special_args): Likewise.
6005         (ix86_expand_special_args_builtin): Likewise.
6006         (ix86_init_mmx_sse_builtins): Updated.
6007         (ix86_expand_builtin): Updated.
6008         (ix86_expand_store_builtin): Removed.
6009         (ix86_expand_unop_builtin): Likewise.
6011         * config/i386/mm3dnow.h (__v2sf): Moved to ...
6012         * config/i386/mmintrin.h (__v2sf): Here.
6014         * config/i386/xmmintrin.h (_mm_loadh_pi): Replace __v2si with
6015         const __v2sf.
6016         (_mm_loadl_pi): Likewise.
6017         (_mm_storeh_pi): Replace __v2si with __v2sf.
6018         (_mm_storel_pi): Likewise.
6020         * doc/extend.texi: Correct __builtin_ia32_loadhps,
6021         __builtin_ia32_loadlps, __builtin_ia32_storehps,
6022         __builtin_ia32_storelps, __builtin_ia32_loadhpd and
6023         __builtin_ia32_loadlpd.
6025 2008-05-02  H.J. Lu  <hongjiu.lu@intel.com>
6027         * config/i386/i386.c (ix86_builtin_type): Add FLOAT_FTYPE_FLOAT,
6028         V4SF_FTYPE_V4SF_VEC_MERGE and V2DF_FTYPE_V2DF_VEC_MERGE.
6029         (bdesc_args): Updated.  Add scalar SSE builtins with vec_merge.
6030         (ix86_init_mmx_sse_builtins): Updated.
6031         (ix86_expand_args_builtin): Likewise.
6032         (ix86_expand_builtin): Likewise.
6033         (ix86_expand_unop1_builtin): Renamed to ...
6034         (ix86_expand_unop_vec_merge_builtin): This.
6036 2008-05-01  Jan Hubicka  <jh@suse.cz>
6038         PR bootstrap/36100
6039         * ipa-inline.c (inline_generate_summary): Make static.
6040         (inline_transform): Do not call inlining at -O0; make static.
6041         * passes.c (execute_todo): Add sanity check.
6042         (execute_one_ipa_transform_pass): Execute proper flags.
6044 2008-05-01  Eric Botcazou  <ebotcazou@adacore.com>
6046         * tree.h (TYPE_NONALIASED_COMPONENT): Expand comment.
6047         (DECL_NONADDRESSABLE_P): Likewise.
6048         * alias.c (record_component_aliases): Fix comment.
6050 2008-05-01  Simon Baldwin <simonb@google.com>
6052         * c-common.h (warn_array_subscript_range): New function.
6053         * c-common.c (warn_array_subscript_range): Ditto.
6054         * tree-vrp.c (check_array_ref): Corrected code to agree with
6055         comment, ignoring only arrays of size 0 or size 1.
6056         * c-typeck.c (build_array_ref): Call warn_array_subscript_range.
6058 2008-05-01  H.J. Lu  <hongjiu.lu@intel.com>
6060         * config/i386/i386.c (ix86_builtin_type): Replace
6061         DI_FTYPE_DI_DI_INT with V1DI2DI_FTYPE_V1DI_V1DI_INT.
6062         (bdesc_args): Updated.
6063         (ix86_init_mmx_sse_builtins): Likewise.
6064         (ix86_expand_args_builtin): Likewise.
6066         * config/i386/tmmintrin.h (_mm_alignr_pi8): Replace long long
6067         with __v1di.
6069         * doc/extend.texi: Correct __builtin_ia32_palignr.
6071 2008-05-01  H.J. Lu  <hongjiu.lu@intel.com>
6073         PR target/36095
6074         * config/i386/i386.c (bdesc_crc32): Removed.
6075         (ix86_expand_crc32): Likewise.
6076         (ix86_builtin_type): Replace V2DI2TI_FTYPE_V2DI2TI_INT with
6077         V2DI2TI_FTYPE_V2DI_INT, V2DI2TI_FTYPE_V2DI2TI_V2DI2TI_INT with
6078         V2DI2TI_FTYPE_V2DI_V2DI_INT.  Add UINT64_FTYPE_UINT64_UINT64,
6079         UINT_FTYPE_UINT_UINT, UINT_FTYPE_UINT_USHORT and
6080         UINT_FTYPE_UINT_UCHAR.
6081         (bdesc_args): Updated. Add crc32 builtins.
6082         (ix86_init_mmx_sse_builtins): Updated.
6083         (ix86_expand_args_builtin): Updated to support subreg.
6085         * doc/extend.texi: Correct __builtin_ia32_crc32di.
6087 2008-05-01  Jan Hubicka  <jh@suse.cz>
6089         * tree-pass.h (opt_pass): Add IPA_PASS.
6090         (varpool_node, cgraph_node): Forward declare.
6091         (ipa_opt_pass): Define.
6092         (pass_ipa_inline): Turn into ipa_opt_pass.
6093         (pass_apply_inline): Remove.
6094         * ipa-inline.c (pass_ipa_inline): Turn into ipa_opt_pass.
6095         (apply_inline): Turn into ....
6096         (inline_transform): ... this one.
6097         (inline_generate_summary): New function.
6098         (pass_apply_inline): Remove.
6099         * function.h (ipa_opt_pass): Forward declare structure; typedef;
6100         vector.
6101         (struct function): Add ipa_transforms_to_apply.
6102         * passes.c (register_one_dump_file): Work on IPA_PASS.
6103         (init_optimization_passes): Remove pass_inline_parameters and
6104         pass_apply_inline.
6105         (pass_init_dump_file, pass_fini_dump_file): Break out from ....
6106         (execute_one_pass) ... here; apply transforms when possible.
6107         (add_ipa_transform_pass, execute_ipa_summary_asses,
6108         execute_one_ipa_transform_pass): New.
6109         (execute_ipa_pass_list): Update for IPA_PASS type.
6111 2008-05-01  H.J. Lu  <hongjiu.lu@intel.com>
6113         * config/i386/i386.c (ix86_builtin_type): Add
6114         V2DI_FTYPE_V2DI_V16QI, V2DI_FTYPE_V2DI_UINT_UINT and
6115         V2DI_FTYPE_V2DI_V2DI_UINT_UINT.
6116         (bdesc_args): Add SSE4a builtins.
6117         (ix86_init_mmx_sse_builtins): Updated.
6118         (ix86_expand_args_builtin): Likewise.
6119         (ix86_expand_builtin): Likewise.
6121 2008-05-01  H.J. Lu  <hongjiu.lu@intel.com>
6123         * config/i386/i386.c (ix86_builtin_type): Add
6124         V8HI_FTYPE_V8HI_V8HI_COUNT, V8HI_FTYPE_V8HI_SI_COUNT,
6125         V4SI_FTYPE_V4SI_V4SI_COUNT, V4SI_FTYPE_V4SI_SI_COUNT,
6126         V4HI_FTYPE_V4HI_V4HI_COUNT, V4HI_FTYPE_V4HI_SI_COUNT,
6127         V2DI_FTYPE_V2DI_V2DI_COUNT, V2DI_FTYPE_V2DI_SI_COUNT,
6128         V2SI_FTYPE_V2SI_V2SI_COUNT, V2SI_FTYPE_V2SI_SI_COUNT,
6129         V1DI_FTYPE_V1DI_V1DI_COUNT, V1DI_FTYPE_V1DI_SI_COUNT,
6130         V8HI_FTYPE_V8HI_INT, V4SI_FTYPE_V4SI_INT, V4HI_FTYPE_V4HI_INT,
6131         V2DI2TI_FTYPE_V2DI2TI_INT, V2DI2TI_FTYPE_V2DI2TI_V2DI2TI_INT
6132         and DI_FTYPE_DI_DI_INT.
6133         (bdesc_args): Add MMX/SSE shift, shuffle and palignr builtins.
6134         (ix86_init_mmx_sse_builtins): Updated.
6135         (ix86_expand_args_builtin): Likewise.
6136         (ix86_expand_builtin): Likewise.
6137         (ix86_expand_binop_imm_builtin): Removed.
6139         * doc/extend.texi: Correct __builtin_ia32_palignr128.
6141 2008-04-30  Richard Guenther  <rguenther@suse.de>
6143         PR tree-optimization/32921
6144         * tree-ssa-loop-im.c (mem_refs_may_alias_p): Disambiguate with TBAA.
6146 2008-04-30  Richard Sandiford  <rsandifo@nildram.co.uk>
6148         * config/arm/arm.c (arm_unwind_emit): Use
6149         crtl->all_throwers_are_sibcalls instead of
6150         cfun->all_throwers_are_sibcalls.
6151         (arm_output_fn_unwind): Likewise.
6152         * config/frv/frv.c (frv_stack_info): Use crtl->uses_pic_offset_table
6153         instead of cfun->uses_pic_offset_table.
6154         (frv_expand_prologue): Likewise.
6155         (frv_frame_pointer_required): Likewise.
6156         (frv_expand_fdpic_call): Likewise.
6157         (frv_emit_movsi): Likewise.
6158         * config/iq2000/iq2000.c (iq2000_expand_prologue): Use
6159         cfun->returns_pcc_struct instead of
6160         current_function_returns_pcc_struct.
6161         * config/m32c/m32c.c (need_to_save): Use crtl->calls_eh_return
6162         instead of cfun->calls_eh_return.
6163         (m32c_pushm_popm): Likewise.
6164         * config/xtensa/xtensa.h (cfun->calls_alloca): Remove bogus
6165         "extern" declaration.
6167 2008-04-30  Richard Guenther  <rguenther@suse.de>
6169         PR tree-optimization/21636
6170         * tree-ssa-ccp.c (ccp_fold): Handle &p->x with p being a
6171         constant address.
6172         (evaluate_stmt): Print the likely value.
6173         (ccp_visit_stmt): Avoid excessive vertical spacing.
6175 2008-04-30  Rafael Espindola  <espindola@google.com>
6177         * builtins.c (fold_call_expr): Return realret.
6178         * tree-ssa-threadedge.c
6179         (record_temporary_equivalences_from_stmts_at_dest): Ignore calls to
6180         __builtin_object_size.
6182 2008-04-30  Seongbae Park  <seongbae.park@gmail.com>
6184         * gcc.c (wrapper_string): New variable.
6185         (insert_wrapper): New function.
6186         (execute): New option -wrapper.
6187         * doc/invoke.texi (Overall Options): New driver option -wrapper.
6189 2008-04-30  Nathan Froyd  <froydnj@codesourcery.com>
6191         * config/rs6000/crtresgpr.asm, config/rs6000/crtresxgpr.asm,
6192         config/rs6000/crtsavgpr.asm, config/rs6000/crtresfpr.asm,
6193         config/rs6000/crtresxfpr.asm, config/rs6000/crtsavfpr.asm: Break out
6194         from...
6195         * config/rs6000/crtsavres.asm: ...here.  Remove unneeded file.
6196         * config/rs6000/e500crtres32gpr.asm, config/rs6000/e500crtres64gpr.asm,
6197         config/rs6000/e500crtres64gprctr.asm,
6198         config/rs6000/e500crtrest32gpr.asm, config/rs6000/e500crtrest64gpr.asm,
6199         config/rs6000/e500crtresx32gpr.asm, config/rs6000/e500crtresx64gpr.asm,
6200         config/rs6000/e500crtsav32gpr.asm, config/rs6000/e500crtsav64gpr.asm,
6201         config/rs6000/e500crtsav64gprctr.asm,
6202         config/rs6000/e500crtsavg32gpr.asm, config/rs6000/e500crtsavg64gpr.asm,
6203         config/rs6000/e500crtsavg64gprctr.asm: New files.
6204         * config/rs6000/t-ppccomm: Add build rules for new files.
6205         (LIB2FUNCS_STATIC_EXTRA): Add new files.
6206         * config/rs6000/t-netbsd: Add build rules for new files.
6207         (LIB2FUNCS_STATIC_EXTRA): New variable.
6208         * config/rs6000/sysv4.h (ENDFILE_SPEC): Don't include crtsavres.o
6209         (CRTSAVRES_DEFAULT_SPEC): Likewise.
6210         * config/rs6000/netbsd.h (ENDFILE_SPEC): Likewise.
6212 2008-04-30  H.J. Lu  <hongjiu.lu@intel.com>
6214         * config/i386/i386.c (ix86_builtin_type): Add
6215         FLOAT128_FTYPE_FLOAT128_FLOAT128, V16QI_FTYPE_V16QI_V16QI,
6216         V16QI_FTYPE_V8HI_V8HI, V8QI_FTYPE_V8QI_V8QI,
6217         V8QI_FTYPE_V4HI_V4HI, V8HI_FTYPE_V8HI_V8HI,
6218         V8HI_FTYPE_V16QI_V16QI, V8HI_FTYPE_V4SI_V4SI,
6219         V4SI_FTYPE_V4SI_V4SI, V4SI_FTYPE_V8HI_V8HI,
6220         V4SI_FTYPE_V4SF_V4SF, V4SI_FTYPE_V2DF_V2DF,
6221         V4HI_FTYPE_V4HI_V4HI, V4HI_FTYPE_V8QI_V8QI,
6222         V4HI_FTYPE_V2SI_V2SI, V4SF_FTYPE_V4SF_V4SF,
6223         V4SF_FTYPE_V4SF_V4SF_SWAP, V4SF_FTYPE_V4SF_V2SI,
6224         V4SF_FTYPE_V4SF_V2DF, V4SF_FTYPE_V4SF_DI,
6225         V4SF_FTYPE_V4SF_SI, V2DI_FTYPE_V2DI_V2DI,
6226         V2DI_FTYPE_V16QI_V16QI, V2DI_FTYPE_V4SI_V4SI,
6227         V2DI_FTYPE_V2DF_V2DF, V2SI_FTYPE_V2SI_V2SI,
6228         V2SI_FTYPE_V4HI_V4HI, V2SI_FTYPE_V2SF_V2SF,
6229         V2DF_FTYPE_V2DF_V2DF, V2DF_FTYPE_V2DF_V2DF_SWAP,
6230         V2DF_FTYPE_V2DF_V4SF, V2DF_FTYPE_V2DF_DI,
6231         V2DF_FTYPE_V2DF_SI, V2SF_FTYPE_V2SF_V2SF,
6232         V1DI_FTYPE_V1DI_V1DI, V1DI_FTYPE_V8QI_V8QI and
6233         V1DI_FTYPE_V2SI_V2SI.
6234         (bdesc_2arg): Moved to ...
6235         (bdesc_args): Here.
6236         (ix86_init_mmx_sse_builtins): Updated.
6237         (ix86_expand_args_builtin): Updated.  Take a pointer
6238         to const struct builtin_description.  Handle comparison
6239         builtin functions.
6240         (ix86_expand_sse_compare): Take a new argument for swapping operands.
6241         (ix86_expand_builtin): Updated.
6243         * config/i386/sse.md (ssse3_pmaddubswv8hi3): Renamed to ...
6244         (ssse3_pmaddubsw128): This.
6245         (ssse3_pmaddubswv4hi3): Renamed to ...
6246         (ssse3_pmaddubsw): This.
6248         * doc/extend.texi (__builtin_ia32_packsswb128): Correct prototype.
6249         (__builtin_ia32_packssdw128): Likewise.
6250         (__builtin_ia32_packuswb128): Likewise.
6251         (__builtin_ia32_pmaddubsw): Likewise.
6252         (__builtin_ia32_pmaddubsw128): Likewise.
6254 2008-04-30  Richard Guenther  <rguenther@suse.de>
6256         PR tree-optimization/14847
6257         * tree-ssa-ifcombine.c (get_name_for_bit_test): New helper function.
6258         (recognize_bits_test): Use it.
6259         (recognize_single_bit_test): Likewise.
6261 2008-04-30  Martin Jambor  <mjambor@suse.cz>
6263         * ipa-cp.c (ipcp_init_stage): Calls ipa_set_called_with_variable_arg
6264         instead of setting number of formal parameters to zero.
6265         (ipcp_init_stage): Do not set the number of actual parameters to zero 
6266         either.
6267         (ipcp_propagate_stage): Explicitly skipping all calls to nodes
6268         which are called with variable number of arguments.
6269         (ipcp_insert_stage): Explicitely skipping all nodes which are
6270         called with variable number of arguments.
6271         (ipcp_callsite_param_print): Skipps callsites to nodes with varaible 
6272         number of parameters.
6274         * ipa-prop.h (struct ipa_node_params): Added flag
6275         called_with_var_arguments
6276         (ipa_set_param_count): Added.  Changed sole setter to use it.
6277         (ipa_get_param_count): Added.  All readers of param_count
6278         converted to use it instead.
6279         (ipa_set_called_with_variable_arg): Added.
6280         (ipa_is_called_with_var_arguments): Added.
6281         (ipa_get_ith_param): Added.  All readers of param_decls converted
6282         to use it instead.
6283         (ipa_set_cs_argument_count): Added, sole writer to argument_count 
6284         changed to use it. 
6285         (ipa_get_cs_argument_count): Added, all readers of argument_count
6286         changed to cal it.
6287         (ipa_get_ith_jump_func): Added. Accessors of jump values changed 
6288         to use it.
6289         
6290         * ipa-prop.h (struct ipcp_formal): Renamed to ipcp_lattice
6291         (struct ipcp_lattice): Renamed cval_type to type
6292         (struct ipa_node_params): ipcp_cval renamed to ipcp_lattices
6294         * ipa-cp.c (ipcp_cval_get_cvalue): Changed return value to tree
6295         (ipcp_cval_set_cvalue): Changed type of parameter value to tree
6296         (ipcp_insert_stage): Changed the type of variable cvalue to tree
6297         (ipcp_replace_map_create): Changed the type of parameter cvalue to tree
6298         (build_const_val): Changed the type of parameter cvalue to tree
6299         (ipcp_propagate_const): Changed the type of parameter cvalue to tree
6300         (ipcp_method_cval_set_cvalue_type): Renamed parameter cval_type1 to type
6301         
6302         * ipa-prop.h (struct ipcp_formal): Replaced cvalue with tree called 
6303         constant 
6305         * ipa-prop.c (ipa_methodlist_init): Renamed to ipa_init_func_list
6306         (ipa_methodlist_not_empty): Removed, the sole user now checks directly
6307         (ipa_add_method): Renamed to ipa_push_func_to_list
6308         (ipa_remove_method): Renamed to ipa_pop_func_from_list
6309         (ipa_callsite_param_count): Removed.
6310         (ipa_callsite_param_count_set): Removed.
6311         (ipa_callsite_param): Removed.
6312         (ipa_callsite_callee): Removed.
6313         (ipa_callsite_compute_param): Renamed to ipa_compute_jump_functions
6314         (ipa_callsite_compute_count): Renamed to ipa_count_arguments
6315         (ipa_method_formal_count): Removed.
6316         (ipa_method_formal_count_set): Removed.
6317         (ipa_method_get_tree): Removed.
6318         (ipa_method_tree_map_create): Removed.
6319         (ipa_method_compute_tree_map): Renamed to ipa_create_param_decls_array
6320         (ipa_create_param_decls_array): Creates the array itself
6321         (ipa_create_param_decls_array): Temporary variable info instead of 
6322         a few dereferences.
6323         (ipa_method_formal_compute_count): Renamed to ipa_count_formal_params
6324         (ipa_method_compute_modify): Renamed to ipa_detect_param_modifications
6325         (get_type): Removed.
6326         (ipa_jf_get_info_type): Removed.
6327         (ipa_node_create): Renamed to ipa_create_node_params
6328         (ipa_free): Renamed to ipa_free_all_node_params
6329         (ipa_nodes_create): Renamed to ipa_create_all_node_params
6330         (ipa_edges_create): Renamed to ipa_create_all_edge_args
6331         (ipa_edges_free): Renamed to ipa_free_all_edge_args
6332         (ipa_nodes_free): Integrated into ipa_free_all_node_params and removed
6333         (ipa_free_all_node_params): Deallocation to jump_functions moved to 
6334         ipa_free_all_edge_args
6335         (ipa_method_tree_print): Renamed to ipa_print_all_tree_maps
6336         (ipa_method_modify_print): Renamed to ipa_print_all_params_modified
6337         (ipa_create_methodlist_node): Removed.
6338         (ipa_methodlist_method): Removed.
6339         (ipa_methodlist_method_set): Removed.
6340         (ipa_methodlist_next_method): Removed.
6341         (ipa_methodlist_next_method_set): Removed.
6342         (ipa_method_is_modified): Removed.
6343         (ipa_method_modify_create): Removed.
6344         (ipa_method_modify_init): Temporary variable info instead of a few 
6345         dereferences.
6346         (ipa_detect_param_modifications): Temporary variable info instead of 
6347         a few dereferences.
6348         (ipa_compute_jump_functions): Temporary variable info instead of 
6349         a few dereferences.
6350         (ipa_method_modify_set): Removed.
6351         (ipa_method_tree_map): Renamed to ipa_get_param_decl_index
6352         (ipa_get_param_decl_index): Now accepts struct ipa_node_params rather 
6353         than craph_node as the first parameter.
6354         (ipa_method_modify_stmt): Renamed to ipa_check_stmt_modifications
6355         (ipa_method_modify_init): Removed.
6356         (ipa_compute_jump_functions): Added a temp variable instead of 
6357         repeatadly dereferencing the cgraph_edge.aux pointer
6358         (ipa_callsite_param_set_type): Removed.
6359         (ipa_compute_jump_functions): i renamed to index and moved to 
6360         an inner block
6361         (ipa_callsite_param_set_info_type_formal): Removed.
6362         (ipa_callsite_param_set_info_type): Removed.
6363         (ipa_callsite_param_map_create): Removed.
6364         (ipa_callsite_tree): Removed.
6365         (ipa_callsite_caller): Removed.
6366         (ipa_pop_func_from_list): return_method removed to return_func
6368         * ipa-prop.h (enum cvalue_type): Renamed to ipa_lattice_type,
6369         prefixed all values with IPA_. Changed all users.
6370         (enum jump_func_type): Rnamed UNKNOWN_IPATYPE to IPA_UNKNOWN, 
6371         CONST_IPATYPE to IPA_CONST, CONST_IPATYPE_REF to IPA_CONST_REF 
6372         and FORMAL_IPATYPE IPA_PASS_THROUGH. 
6373         (union parameter_info): Renamed to jump_func_value.
6374         (union jump_func_value): Renamed value to constant
6375         (struct ipa_jump_func): Renamed info_type to value
6376         (struct ipa_node): Renamed to ipa_node_params
6377         (struct ipa_node_params): Renamed ipa_arg_num to param_count
6378         (struct ipa_node_params): Renamed ipa_param_tree to param_decls
6379         (struct ipa_node_params): Renamed ipa_mod to modified_flags
6380         (struct ipa_edge): Renamed to ipa_edge_args
6381         (struct ipa_edge_args): Renamed ipa_param_num to argument_count
6382         (struct ipa_edge_args): Renamed ipa_param_map to jump_functions
6383         (struct ipa_methodlist): Renamed to ipa_func_list
6384         (struct ipa_func_list): method_p renamed to node, next_method
6385         renamed to next
6386         (ipa_methodlist_p): Removed, switched all users to struct pointer
6387         (IS_VALID_TREE_MAP_INDEX): Renamed to IS_VALID_JUMP_FUNC_INDEX
6389 2008-04-30  Alan Modra  <amodra@bigpond.net.au>
6391         * config/rs6000/rs6000.c (ALWAYS_RESTORE_ALTIVEC_BEFORE_POP): Define.
6392         (rs6000_emit_epilogue): Use backchain to restore only when we
6393         have a large frame.  Make use of frame pointer to restore if we
6394         have one.  Handle ALWAYS_RESTORE_ALTIVEC_BEFORE_POP.
6396 2008-04-29  Paolo Bonzini  <bonzini@gnu.org>
6398         * config/avr/avr.md (*sbrx_branch, *sbix_branch, *sbix_branch_tmp):
6399         Add mode to zero_extract.
6400         (sign bit tests peepholes): (Ditto.).
6402 2008-04-29  H.J. Lu  <hongjiu.lu@intel.com>
6404         * config/i386/i386.c (ix86_builtins): Replace Prescott New
6405         Instructions in comments with SSE3.
6406         (ix86_builtin_type): This.  Add FLOAT128_FTYPE_FLOAT128,
6407         INT64_FTYPE_V4SF, INT64_FTYPE_V2DF, INT_FTYPE_V16QI,
6408         INT_FTYPE_V8QI, INT_FTYPE_V4SF, INT_FTYPE_V2DF,
6409         V16QI_FTYPE_V16QI, V8HI_FTYPE_V8HI, V8HI_FTYPE_V16QI,
6410         V8QI_FTYPE_V8QI, V4SI_FTYPE_V4SI, V4SI_FTYPE_V16QI,
6411         V4SI_FTYPE_V4SF, V4SI_FTYPE_V8HI, V4SI_FTYPE_V2DF,
6412         V4HI_FTYPE_V4HI, V4SF_FTYPE_V4SF, V4SF_FTYPE_V4SI,
6413         V4SF_FTYPE_V2DF, V2DI_FTYPE_V2DI, V2DI_FTYPE_V16QI,
6414         V2DI_FTYPE_V8HI, V2DI_FTYPE_V4SI, V2DF_FTYPE_V2DF,
6415         V2DF_FTYPE_V4SI, V2DF_FTYPE_V4SF, V2DF_FTYPE_V2SI,
6416         V2SI_FTYPE_V2SI, V2SI_FTYPE_V4SF, V2SI_FTYPE_V2SF,
6417         V2SI_FTYPE_V2DF, V2SF_FTYPE_V2SF and V2SF_FTYPE_V2SI.
6418         (bdesc_sse_args): Renamed to ...
6419         (bdesc_args): This.  Add IX86_BUILTIN_PF2ID, IX86_BUILTIN_PFRCP,
6420         IX86_BUILTIN_PFRSQRT, IX86_BUILTIN_PI2FD, IX86_BUILTIN_PF2IW,
6421         IX86_BUILTIN_PSWAPDSI, IX86_BUILTIN_PSWAPDSF and
6422         IX86_BUILTIN_FABSQ.
6423         (bdesc_1arg): Moved to ...
6424         (bdesc_args): Here.
6425         (ix86_init_mmx_sse_builtins): Updated.  Replace Prescott New
6426         Instructions in comments with SSE3.
6427         (ix86_expand_sse_operands_builtin): Renamed to ...
6428         (ix86_expand_args_builtin): This.  Updated.
6429         (ix86_expand_unop1_builtin): Update comments.
6430         (ix86_expand_builtin): Updated.
6432 2008-04-29  Richard Guenther  <rguenther@suse.de>
6434         PR tree-optimization/36078
6435         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely):
6436         Update virtual SSA form after cleaning up the CFG.
6438 2008-04-29  Richard Guenther  <rguenther@suse.de>
6440         PR middle-end/15255
6441         * fold-const.c (fold_binary): Fold (A + A) * C to A * 2*C.
6443 2008-04-29  Richard Guenther  <rguenther@suse.de>
6445         * tree-ssa-alias.c (finalize_ref_all_pointers): Remove.
6446         (compute_may_aliases): Do not call finalize_ref_all_pointers.
6447         (compute_flow_insensitive_aliasing): Do not treat
6448         PTR_IS_REF_ALL pointers special.
6449         (get_smt_for): Likewise.
6450         (may_alias_p): Re-structure.
6451         (is_escape_site): A ref-all pointer conversion is not an escape site.
6452         * tree-ssa-structalias.c (find_what_p_points_to): Do not treat
6453         PTR_IS_REF_ALL pointers special.
6454         * tree-ssa-structalias.h (struct alias_info): Remove
6455         ref_all_symbol_mem_tag field.
6456         (PTR_IS_REF_ALL): Remove.
6458 2008-04-29  Richard Guenther  <rguenther@suse.de>
6460         PR middle-end/36077
6461         * fold-const.c (extract_muldiv_1): In combining division constants
6462         make sure to never overflow.
6464 2008-04-29  Nick Clifton  <nickc@redhat.com>
6466         * doc/tm.texi (RETURN_ADDR_RTX): Fix typo.
6468 2008-04-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6470         PR bootstrap/35169
6471         * optc-gen.awk: Work around HP-UX/IA awk bug.
6473 2008-04-28  Danny Smith  <dannysmith@users.sourceforge.net>
6475         * config/i386/cygming-crtend.c (register_frame_ctor): Revert my
6476         2008-04-25 commit.
6478 2008-04-28  Uros Bizjak  <ubizjak@gmail.com>
6480         PR target/36073
6481         * config/i386/i386.md
6482         (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit):
6483         Change operand 1 predicate to nonimmediate_operand.
6485 2008-04-28  Jakub Jelinek  <jakub@redhat.com>
6487         PR debug/36060
6488         * dwarf2out.c (struct die_struct): Mark as chain_circular through
6489         die_sub field.
6490         * gengtype.c (walk_type, write_func_for_structure): Handle
6491         chain_circular.
6492         * doc/gty.texi: Document chain_circular.
6494 2008-04-28  Richard Guenther  <rguenther@suse.de>
6496         PR tree-optimization/36066
6497         * tree-vrp.c (execute_vrp): Cleanup the CFG only after finalizing
6498         SCEV and loop.
6500 2008-04-28  Uros Bizjak  <ubizjak@gmail.com>
6502         PR target/36064
6503         * config/i386/i386.md
6504         (floatdi<X87MODEF:mode>2_i387_with_xmm splitters):
6505         Use match_scratch instead of match_operand for operands 3 and 4.
6507 2008-04-27  Richard Guenther  <rguenther@suse.de>
6509         PR tree-optimization/18754
6510         PR tree-optimization/34223
6511         * tree-pass.h (pass_complete_unrolli): Declare.
6512         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Print
6513         loop size before and after unconditionally of UL_NO_GROWTH in effect.
6514         Rewrite loop into loop closed SSA form if it is not already.
6515         (tree_unroll_loops_completely): Re-structure to iterate over
6516         innermost loops with intermediate CFG cleanups.
6517         Unroll outermost loops only if requested or the code does not grow
6518         doing so.
6519         * tree-ssa-loop.c (gate_tree_vectorize): Don't shortcut if no
6520         loops are available.
6521         (tree_vectorize): Instead do so here.
6522         (tree_complete_unroll): Also unroll outermost loops.
6523         (tree_complete_unroll_inner): New function.
6524         (gate_tree_complete_unroll_inner): Likewise.
6525         (pass_complete_unrolli): New pass.
6526         * tree-ssa-loop-manip.c (find_uses_to_rename_use): Only record
6527         uses outside of the loop.
6528         (tree_duplicate_loop_to_header_edge): Only verify loop-closed SSA
6529         form if it is available.  
6530         * tree-flow.h (tree_unroll_loops_completely): Add extra parameter.
6531         * passes.c (init_optimization_passes): Schedule complete inner
6532         loop unrolling pass before the first CCP pass after final inlining.
6534 2008-04-27  Nathan Sidwell  <nathan@codesourcery.com>
6536         * targhooks.h (default_emutls_var_fields,
6537         default_emutls_var_init): Declare.
6538         * tree.h (DECL_THREAD_LOCAL): Compare against TLS_MODEL_REAL.
6539         * target.h (struct gcc_target): Add struct emutls member.
6540         * target-def.h (TARGET_EMUTLS_GET_ADDRESS,
6541         TARGET_EMUTLS_REGISTER_COMMON, TARGET_EMUTLS_VAR_SECTION,
6542         TARGET_EMUTLS_TMPL_SECTION, TARGET_EMUTLS_VAR_PREFIX,
6543         TARGET_EMUTLS_TMPL_PREFIX, TARGET_EMUTLS_VAR_FIELDS,
6544         TARGET_EMUTLS_VAR_INIT, TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS,
6545         TARGET_EMUTLS_VAR_ALIGN_FIXED, TARGET_EMUTLS): New.
6546         (TARGET_INITIALIZER): Add TARGET_EMUTLS.
6547         * builtins.def (BUILT_IN_EMUTLS_GET_ADDRESS,
6548         BUILT_IN_EMUTLS_REGISTER_COMMON): Get name from targetm structure.
6549         * dwarf2out.c (loc_descriptor_from_tree_1): Check if emutls can
6550         emit debug information.
6551         * coretypes.h (tls_model): Add TLS_MODEL_EMULATED, TLS_MODEL_REAL.
6552         * varasm.c: Include targhooks.h.
6553         (emutls_object_section, emutls_tmpl_section): New.
6554         (EMUTLS_VAR_PREFIX, EMUTLS_TMPL_PREFIX): Remove.
6555         (EMUTLS_SEPARATOR): New.
6556         (prefix_name): New.
6557         (get_emutls_object_name): New.
6558         (default_emutls_var_fields): New, broken out of ...
6559         (get_emutls_object_type): ... here.  Adjust to use target hooks.
6560         (get_emutls_init_templ_addr): Adjust to use target hooks.
6561         (emutls_decl): Adjust to use target hooks.
6562         (emutls_finish): Likewise.
6563         (default_emutls_var_init): New, broken out of ...
6564         (assemble_variable): ... here.  Adjust to use target hooks.
6565         * output.h (enum section_category): Add SECCAT_EMUTLS_VAR,
6566         SECCAT_EMUTLS_TMPL.
6567         * c-common.c (handle_section_attribute): Prevent overriding
6568         sections for emulated tls with special sections.
6569         * config/i386/i386.c (x86_64_elf_select_section): Add
6570         SECCAT_EMUTLS_VAR and SECCAT_EMUTLS_TMPL.
6571         (x86_64_elf_unique_section): Likewise.
6572         * config/vxworks.c: Include tree.h.
6573         (vxworks_emutls_var_fields, vxworks_emutls_var_init): New.
6574         (vxworks_override_options): Set TLS scheme.
6575         * doc/tm.texi (Emulated TLS): New node.
6577 2008-04-26  Simon Baldwin <simonb@google.com>
6579         PR c/35652
6580         * builtins.c (c_strlen): Suppressed multiple warnings that can occur
6581         with propagated string constants.
6583 2008-04-26  Uros Bizjak  <ubizjak@gmail.com>
6585         * config/i386/i386.md (fix_trunc<mode>_i387_fisttp_with_temp): Use 'X'
6586         constraint for operand 2 when operand 0 is memory operand.
6587         (fix_truncdi_i387_with_temp): : Use 'X' constraint for operand 4 when
6588         operand 0 is memory operand.
6589         (fix_trunc<mode>_i387_with_temp): Ditto.
6590         (*floatsi<mode>2_vector_mixed_with_temp): Use 'X' constraint for
6591         operand 2 when operand 1 is memory operand.
6592         (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_with_temp): Ditto.
6593         (*floatsi<mode>2_vector_sse_with_temp): Ditto.
6594         (*float<SSEMODEI24:mode><MODEF:mode>2_sse_with_temp): Ditto.
6595         (*float<SSEMODEI24:mode><X87MODEF:mode>2_i387_with_temp): Ditto.
6596         (floatdi<X87MODEF:mode>2_i387_with_xmm): Use 'X' constraint for
6597         operands 2,3 and 4 when operand 1 is memory operand.
6598         (fistdi2_with_temp): Use 'X' constraint for operand 2 when operand 0
6599         is memory operand.
6600         (fistdi2_floor_with_temp): Ditto.
6601         (fist<mode>2_floor_with_temp): Ditto.
6602         (fistdi2_ceil_with_temp): Ditto.
6603         (fist<mode>2_ceil_with_temp): Ditto.
6604         (*truncdfsf_fast_mixed): Merge alternatives 0 and 1.
6606 2008-04-26  David Daney  <ddaney@avtrex.com>
6608         * config/mips/mips.md (UNSPEC_COMPARE_AND_SWAP_12): New
6609         unspec_volitile.
6610         (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_EXCHANGE,
6611         UNSPEC_MEMORY_BARRIER, UNSPEC_SET_GOT_VERSION,
6612         UNSPEC_UPDATE_GOT_VERSION): Renumber.
6613         (sync_compare_and_swap<mode>): New expand for QI and HI modes.
6614         (compare_and_swap_12): New insn.
6615         * config/mips/mips-protos.h (mips_expand_compare_and_swap_12): Declare.
6616         * config/mips/mips.c (mips_force_binary): New function.
6617         (mips_emit_int_order_test, mips_expand_synci_loop): Use it.
6618         (mips_expand_compare_and_swap_12): New function.
6619         * config/mips/mips.h (MIPS_COMPARE_AND_SWAP_12): New macro.
6621 2008-04-25  Jan Hubicka  <jh@suse.cz>
6623         PR testsuite/35843
6624         * cfgexpand.c (pass_expand): Turn into RTL pass.
6625         * passes.c (execute_one_pass): Do pass typechecking after execution.
6626         * tree-pass.h (pass_expand): Turn into RTL pass.
6628         * function.h (struct rtl_data): Move here fields
6629         accesses_prior_frames, calls_eh_return, saves_all_registers,
6630         has_nonlocal_goto, has_asm_statement, is_thunk,
6631         all_throwers_are_sibcalls, limit_stack, profile, uses_const_pool,
6632         uses_pic_offset_table, uses_eh_lsda, tail_call_emit,
6633         arg_pointer_save_area_init from struct function; turn into bool.
6634         (struct function): Move
6635         calls_eh_return, saves_all_registers, has_nonlocal_goto,
6636         has_asm_statement, is_thunk, all_throwers_are_sibcalls, limit_stack,
6637         profile, uses_const_pool, uses_pic_offset_table, uses_eh_lsda,
6638         tail_call_emit, arg_pointer_save_area_init
6639         into struct rtl_data.  Remove recursive_call_emit and gimplified flags.
6640         (current_function_returns_struct, current_function_returns_pcc_struct,
6641         current_function_calls_setjmp, current_function_calls_alloca,
6642         current_function_accesses_prior_frames,
6643         current_function_calls_eh_return, current_function_is_thunk,
6644         current_function_stdarg, current_function_profile,
6645         current_function_limit_stack, current_function_uses_pic_offset_table,
6646         current_function_uses_const_pool, current_function_has_nonlocal_label,
6647         current_function_saves_all_registers,
6648         current_function_has_nonlocal_goto,
6649         current_function_has_asm_statement): Remove accesor macros.
6650         * ra-conflict.c (global_conflicts): Update.
6651         * tree-tailcall.c (suitable_for_tail_opt_p): Update.
6652         (suitable_for_tail_call_opt_p): Update.
6653         * builtins.c (expand_builtin_return_addr): Update.
6654         (expand_builtin_setjmp_setup): Update.
6655         (expand_builtin_nonlocal_goto): Update.
6656         * final.c (final_start_function): Update.
6657         (profile_function): Update.
6658         (leaf_function_p): Update.
6659         (only_leaf_regs_used): Update.
6660         * df-scan.c (df_get_exit_block_use_set): Update.
6661         * dojump.c (clear_pending_stack_adjust): Update.
6662         * tree-stdarg.c (gate_optimize_stdarg): Update.
6663         * gimple-low.c (lower_function_body): Update.
6664         * global.c (compute_regsets): Update.
6665         (global_alloc): Update.
6666         * dwarf2out.c (dwarf2out_begin_prologue): Update.
6667         * expr.c (expand_assignment): Update.
6668         * dse.c (dse_step0): Update.
6669         (dse_step1): Update.
6670         * c-decl.c (store_parm_decls): Update.
6671         * local-alloc.c (combine_regs): Update.
6672         (find_free_reg): Update.
6673         * function.c (assign_parms_augmented_arg_list): Update.
6674         (assign_parm_find_data_types): Update.
6675         (assign_parms): Update.
6676         (allocate_struct_function): Update.
6677         (expand_function_start): Update.
6678         (expand_function_end): Update.
6679         (get_arg_pointer_save_area): Update.
6680         (thread_prologue_and_epilogue_insns): Update.
6681         (rest_of_match_asm_constraints): Update.
6682         * stor-layout.c (variable_size): Update.
6683         * gcse.c (gcse_main): Update.
6684         (bypass_jumps): Update.
6685         * gimplify.c (gimplify_function_tree): Update.
6686         * calls.c (emit_call_1): Update.
6687         (expand_call): Update.
6688         * bt-load.c (compute_defs_uses_and_gen): Update.
6689         * except.c (sjlj_assign_call_site_values): Update.
6690         (sjlj_emit_function_enter): Update.
6691         (can_throw_external): Update.
6692         (set_nothrow_function_flags): Update.
6693         (expand_builtin_unwind_init): Update.
6694         (expand_eh_return): Update.
6695         (convert_to_eh_region_ranges): Update.
6696         (output_function_exception_table): Update.
6697         * emit-rtl.c (gen_tmp_stack_mem): Update.
6698         * cfgexpand.c (expand_used_vars): Update.
6699         (tree_expand_cfg): Update.
6700         * cfgcleanup.c (rest_of_handle_jump): Update.
6701         * explow.c (allocate_dynamic_stack_space): Update.
6702         * varasm.c (assemble_start_function): Update.
6703         (force_const_mem): Update.
6704         (mark_constant_pool): Update.
6705         * tree-optimize.c (tree_rest_of_compilation): Update.
6706         * stack-ptr-mod.c (notice_stack_pointer_modification): Update.
6707         * tree-cfg.c (notice_special_calls): Update.
6708         (is_ctrl_altering_stmt): Update.
6709         (tree_can_make_abnormal_goto): Update.
6710         (tree_purge_dead_abnormal_call_edges): Update.
6711         * config/alpha/predicates.md: Update.
6712         * config/alpha/alpha.c (alpha_sa_mask): Update.
6713         (alpha_sa_size): Update.
6714         (alpha_does_function_need_gp): Update.
6715         (alpha_expand_prologue): Update.
6716         (alpha_start_function): Update.
6717         (alpha_output_function_end_prologue): Update.
6718         (alpha_expand_epilogue): Update.
6719         * config/frv/frv.c (frv_stack_info): Update.
6720         (frv_expand_epilogue): Update.
6721         * config/s390/s390.c (s390_regs_ever_clobbered): Update.
6722         (s390_register_info): Update.
6723         (s390_frame_info): Update.
6724         (s390_init_frame_layout): Update.
6725         (s390_can_eliminate): Update.
6726         (save_gprs): Update.
6727         * config/spu/spu.c (spu_split_immediate): Update.
6728         (need_to_save_reg): Update.
6729         (spu_expand_prologue): Update.
6730         (spu_expand_epilogue): Update.
6731         * config/sparc/sparc.md: Update.
6732         * config/sparc/sparc.c (eligible_for_return_delay): Update.
6733         (sparc_tls_got): Update.
6734         (legitimize_pic_address): Update.
6735         (sparc_emit_call_insn): Update.
6736         (sparc_expand_prologue): Update.
6737         (output_return): Update.
6738         (print_operand): Update.
6739         (sparc_function_ok_for_sibcall): Update.
6740         * config/sparc/sparc.h (EXIT_IGNORE_STACK): Update.
6741         * config/m32r/m32r.md: Update.
6742         * config/m32r/m32r.c (MUST_SAVE_RETURN_ADDR): Update.
6743         (m32r_compute_frame_size): Update.
6744         (m32r_expand_prologue): Update.
6745         (m32r_expand_epilogue): Update.
6746         (m32r_legitimize_pic_address): Update.
6747         * config/m32r/m32r.h (FRAME_POINTER_REQUIRED): Update.
6748         * config/i386/linux.h (SUBTARGET_FRAME_POINTER_REQUIRED): Update.
6749         * config/i386/i386.c (ix86_frame_pointer_required): Update.
6750         (gen_push): Update.
6751         (ix86_save_reg): Update.
6752         (ix86_compute_frame_layout): Update.
6753         (ix86_expand_prologue): Update.
6754         (ix86_expand_epilogue): Update.
6755         * config/sh/sh.c (output_stack_adjust): Update.
6756         (calc_live_regs): Update.
6757         (sh5_schedule_saves): Update.
6758         (sh_expand_prologue): Update.
6759         (sh_expand_epilogue): Update.
6760         (sh_setup_incoming_varargs): Update.
6761         (sh_allocate_initial_value): Update.
6762         (sh_get_pr_initial_val): Update.
6763         * config/sh/sh.h (SHMEDIA_REGS_STACK_ADJUST): Update.
6764         * config/sh/sh.md (label:): Update.
6765         * config/avr/avr.c (out_movhi_mr_r): Update.
6766         * config/crx/crx.h (enum): Update.
6767         * config/xtensa/xtensa.h (along): Update.
6768         * config/stormy16/stormy16.c Update.
6769         (xstormy16_compute_stack_layout): Update.
6770         * config/fr30/fr30.c (MUST_SAVE_RETURN_POINTER): Update.
6771         (fr30_expand_prologue): Update.
6772         * config/cris/cris.c (cris_conditional_register_usage): Update.
6773         (cris_reg_saved_in_regsave_area): Update.
6774         (cris_initial_frame_pointer_offset): Update.
6775         (cris_simple_epilogue): Update.
6776         (cris_expand_prologue): Update.
6777         (cris_expand_epilogue): Update.
6778         (cris_expand_pic_call_address): Update.
6779         (cris_asm_output_symbol_ref): Update.
6780         (cris_asm_output_label_ref): Update.
6781         * config/cris/cris.md Update.
6782         * config/iq2000/iq2000.c (compute_frame_size): Update.
6783         (iq2000_expand_epilogue): Update.
6784         * config/mt/mt.h (save_direction): Update.
6785         * config/mn10300/mn10300.c (mn10300_function_value): Update.
6786         * config/ia64/ia64.c (ia64_compute_frame_size): Update.
6787         (ia64_secondary_reload_class): Update.
6788         * config/m68k/m68k.c (m68k_save_reg): Update.
6789         (m68k_expand_prologue): Update.
6790         (m68k_expand_epilogue): Update.
6791         (legitimize_pic_address): Update.
6792         * config/rs6000/rs6000.c (rs6000_got_register): Update.
6793         (first_reg_to_save): Update.
6794         (first_altivec_reg_to_save): Update.
6795         (compute_vrsave_mask): Update.
6796         (compute_save_world_info): Update.
6797         (rs6000_stack_info): Update.
6798         (spe_func_has_64bit_regs_p): Update.
6799         (rs6000_ra_ever_killed): Update.
6800         (rs6000_emit_eh_reg_restore): Update.
6801         (rs6000_emit_allocate_stack): Update.
6802         (rs6000_emit_prologue): Update.
6803         (rs6000_emit_epilogue): Update.
6804         (rs6000_output_function_epilogue): Update.
6805         (output_profile_hook): Update.
6806         (rs6000_elf_declare_function_name): Update.
6807         * config/rs6000/rs6000.h (rs6000_args): Update.
6808         * config/rs6000/rs6000.md: Update.
6809         * config/mcore/mcore.c (mcore_expand_prolog): Update.
6810         * config/arc/arc.c (arc_output_function_epilogue): Update.
6811         * config/arc/arc.h (FRAME_POINTER_REQUIRED): Update.
6812         * config/darwin.c (machopic_function_base_name): Update.
6813         * config/score/score3.c (score3_compute_frame_size): Update.
6814         (rpush): Update.
6815         (rpop): Update.
6816         (score3_epilogue): Update.
6817         * config/score/score7.c (score7_compute_frame_size): Update.
6818         (score7_prologue): Update.
6819         (score7_epilogue): Update.
6820         * config/score/score.h (FRAME_POINTER_REQUIRED): Update.
6821         * config/arm/linux-elf.h (SUBTARGET_FRAME_POINTER_REQUIRED): Update.
6822         * config/arm/arm.c (use_return_insn): Update.
6823         (require_pic_register): Update.
6824         (arm_load_pic_register): Update.
6825         (arm_compute_save_reg0_reg12_mask): Update.
6826         (arm_compute_save_reg_mask): Update.
6827         (thumb1_compute_save_reg_mask): Update.
6828         (output_return_instruction): Update.
6829         (arm_output_function_prologue): Update.
6830         (arm_output_epilogue): Update.
6831         (arm_get_frame_offsets): Update.
6832         (arm_expand_prologue): Update.
6833         (thumb_pushpop): Update.
6834         (thumb_exit): Update.
6835         (thumb1_expand_prologue): Update.
6836         (thumb1_expand_epilogue): Update.
6837         (arm_unwind_emit): Update.
6838         (arm_output_fn_unwind): Update.
6839         * config/arm/arm.h (FRAME_POINTER_REQUIRED): Update.
6840         * config/arm/arm.md: Update.
6841         * config/pa/pa.md: Update.
6842         * config/pa/pa.c (legitimize_pic_address): Update.
6843         (compute_frame_size): Update.
6844         (hppa_expand_prologue): Update.
6845         (hppa_expand_epilogue): Update.
6846         (borx_reg_operand): Update.
6847         * config/pa/pa.h (FRAME_POINTER_REQUIRED): Update.
6848         (HARD_REGNO_RENAME_OK): Update.
6849         * config/mips/mips.c (mips_global_pointer): Update.
6850         (mips_save_reg_p): Update.
6851         (mips_compute_frame_info): Update.
6852         (mips_frame_pointer_required): Update.
6853         (mips_expand_prologue): Update.
6854         (mips_expand_epilogue): Update.
6855         (mips_can_use_return_insn): Update.
6856         (mips_reorg_process_insns): Update.
6857         * config/v850/v850.c (compute_register_save_size): Update.
6858         * config/mmix/mmix.h (FRAME_POINTER_REQUIRED): Update.
6859         * config/mmix/mmix.c (along): Update.
6860         (mmix_expand_epilogue): Update.
6861         * config/bfin/bfin.c (legitimize_pic_address): Update.
6862         (must_save_p): Update.
6863         (stack_frame_needed_p): Update.
6864         (add_to_reg): Update.
6865         (bfin_expand_prologue): Update.
6866         * stmt.c (expand_asm_operands): Update.
6867         * reload1.c (reload): Update.
6868         (init_elim_table): Update.
6870 2008-04-25  Bob Wilson  <bob.wilson@acm.org>
6871         
6872         * optabs.c (expand_float): Fix REG_EQUAL for UNSIGNED_FLOAT libcall.
6873         
6874 2008-04-25  H.J. Lu  <hongjiu.lu@intel.com>
6876         * config/i386/sse.md (mov<mode>): Replace SSEMODEI with SSEMODE.
6877         (*mov<mode>_internal): Likewise.  Support V4SF and V2DF.
6878         (mov<mode>): Removed.
6879         (*movv4sf_internal): Likewise.
6880         (*movv2df_internal): Likewise.
6882 2008-04-25  Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
6884         * config.gcc (crx-*-elf): Remove deprecation.
6886 2008-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
6888         * config/i386/cygming-crtend.c (register_frame_ctor): Register
6889         __gcc_deregister_frame with atexit.
6890         (deregister_frame_dtor): Remove.
6892 2008-04-24  Nathan Froyd  <froydnj@codesourcery.com>
6893             Nathan Sidwell  <nathan@codesourcery.com>
6895         * config/rs6000/rs6000.opt (mspe): Remove Var property.
6896         (misel): Likewise.
6897         * config/rs6000/rs6000.h (rs6000_spe): Declare.
6898         (rs6000_isel): Likewise.
6899         * config/rs6000/rs6000.c (rs6000_spe): New variable.
6900         (rs6000_isel): New variable.
6901         (rs6000_handle_option): Handle OPT_mspe and OPT_misel.
6903 2008-04-24  Jakub Jelinek  <jakub@redhat.com>
6905         PR c++/35758
6906         * c-common.c (handle_vector_size_attribute): Call
6907         lang_hooks.types.reconstruct_complex_type instead of
6908         reconstruct_complex_type.
6909         * config/rs6000/rs6000.c (rs6000_handle_altivec_attribute): Likewise.
6910         * config/spu/spu.c (spu_handle_vector_attribute): Likewise.
6911         * langhooks.h (struct lang_hooks_for_types): Add
6912         reconstruct_complex_type hook.
6913         * langhooks-def.h (LANG_HOOKS_RECONSTRUCT_COMPLEX_TYPE): Define.
6914         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add it.
6916 2008-04-24  Richard Guenther  <rguenther@suse.de>
6918         * c-common.h (check_builtin_function_arguments): Declare.
6919         * c-common.c (validate_nargs): New function.
6920         (check_builtin_function_arguments): Likewise.
6921         * c-typeck.c (build_function_call): Call
6922         check_builtin_function_arguments.
6923         * builtins.c (fold_builtin_classify): Remove error reporting code.
6924         (fold_builtin_unordered_cmp): Likewise.
6925         (fold_builtin_1): Likewise.
6926         (fold_builtin_n): Likewise.
6928 2008-04-24  Jakub Jelinek  <jakub@redhat.com>
6930         PR tree-optimization/36008
6931         * fold-const.c (try_move_mult_to_index): If s == NULL, divide
6932         the original op1, rather than delta by step.
6934 2008-04-22  Antoniu Pop  <antoniu.pop@gmail.com>
6935             Sebastian Pop  <sebastian.pop@amd.com>
6937         * tree-parloops.c (take_address_of, eliminate_local_variables_1,
6938         eliminate_local_variables_stmt, eliminate_local_variables,
6939         separate_decls_in_loop_name, separate_decls_in_loop_stmt,
6940         separate_decls_in_loop, gen_parallel_loop): Make them work on a region
6941         of code delimited by two edges in the CFG.
6942         (separate_decls_in_loop_name): Renamed separate_decls_in_region_name.
6943         (separate_decls_in_loop_stmt): Renamed separate_decls_in_region_stmt.
6944         (separate_decls_in_loop): Renamed separate_decls_in_region.  Isolate 
6945         the case of parallelisation of reductions.
6946         (expr_invariant_in_region_p): New.
6948         * tree-flow.h (gather_blocks_in_sese_region): Declared.
6949         * tree-cfg.c (gather_blocks_in_sese_region): Extern.
6951 2008-04-24  Ira Rosen  <irar@il.ibm.com>
6952             Richard Guenther  <rguenther@suse.de>
6954         PR tree-optimization/36034
6955         * tree-vect-analyze.c (vect_analyze_group_access): SLP is
6956         incapable of dealing with loads with gaps.
6958 2008-04-24  Rafael Espindola  <espindola@google.com>
6960         * tree-flow.h (vrp_evaluate_conditional): Change signature.
6961         * tree-ssa-propagate.c (fold_predicate_in): Update call to
6962         vrp_evaluate_conditional.
6963         * tree-vrp.c (vrp_evaluate_conditional_warnv): Remove.
6964         (vrp_evaluate_conditional): Split the cond argument.
6965         (vrp_visit_cond_stmt): Use vrp_evaluate_conditional_warnv_with_ops.
6966         (simplify_stmt_for_jump_threading): Update call to
6967         vrp_evaluate_conditional.
6969 2008-04-24  Ira Rosen  <irar@il.ibm.com>
6971         PR tree-optimization/35982
6972         * tree-vect-analyze.c (vect_check_interleaving): Check that the
6973         interleaved data-refs are of the same type.
6975 2008-04-24  Danny Smith  <dannysmith@users.net>
6977         * c-format.c (check_format_info_main): Use strncmp rather than a
6978         magic prefix to handle multichar length specs.
6979         * config/i386/msformat-c.c (format_length_info ms_printf_length_specs):
6980         Don't prefix "I64" and "I32" with '\0'.
6982 2008-04-24  Jakub Jelinek  <jakub@redhat.com>
6984         PR target/36015
6985         * config/i386/i386.c (init_cumulative_args): Don't pass anything
6986         in registers for -m32 only if stdarg_p (fntype).
6988 2008-04-24  Uros Bizjak  <ubizjak@gmail.com>
6990         PR rtl-optimization/36006
6991         * expmed.c (store_fixed_bit_field): Copy op0 rtx before moving
6992         temp to op0 in order to avoid invalid rtx sharing.
6994 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
6996         * tree-cfg.c (verify_expr): Check with is_gimple_address.  Don't
6997         check TREE_INVARIANT.
6998         * tree-gimple.c (is_gimple_address): New.
6999         (is_gimple_invariant_address): Simplify using decl_address_invariant_p.
7000         * tree-gimple.h (is_gimple_address): New.
7001         * tree.h (decl_address_invariant_p): New.
7002         * tree.c (make_node_stat): Don't set TREE_INVARIANT.
7003         (build_string): Likewise.
7004         (decl_address_invariant_p): New, from is_gimple_invariant_address.
7005         (tree_invariant_p_1): Likewise.
7006         (save_expr): Use it.
7007         (tree_invariant_p): New.
7008         (skip_simple_arithmetic): Use it.
7009         (stabilize_reference_1): Use it.
7010         (recompute_tree_invariant_for_addr_expr): Don't update TREE_INVARIANT,
7011         simplify.
7012         (build1_stat): Drop code to compute TREE_INVARIANT.
7013         (build2_stat): Drop code to compute TREE_INVARIANT.
7014         (build3_stat): Drop code to compute TREE_INVARIANT.
7015         (build4_stat): Drop code to compute TREE_INVARIANT.
7016         (build5_stat): Drop code to compute TREE_INVARIANT.
7017         (build7_stat): Drop code to compute TREE_INVARIANT.
7018         (merge_dllimport_decl_attributes): Don't mention TREE_INVARIANT.
7019         * tree.h (struct tree_base): Remove invariant_flag.
7020         (TREE_INVARIANT): Remove.
7021         * builtins.c (build_string_literal): Don't set TREE_INVARIANT.
7022         (fold_builtin_expect): Check TREE_CONSTANT.
7023         * tree-ssa-ccp.c (fold_stmt_r): Adjust comment.
7024         * c-tree.h (c_expr_to_decl): Drop third parameter.
7025         * c-typeck.c (build_external_ref): Don't set TREE_INVARIANT.
7026         (build_c_cast): Don't set TREE_INVARIANT.
7027         (pop_init_level): Don't set TREE_INVARIANT.
7028         (c_objc_common_truthvalue_conversion): Don't set TREE_INVARIANT.
7029         * gimplify.c (gimplify_init_ctor_preeval): Add assertion, test
7030         TREE_CONSTANT.
7031         (gimplify_init_constructor): Don't set TREE_INVARIANT.
7032         (gimplify_addr_expr): Adjust comment.
7033         * tree-mudflap.c (mf_build_string):
7034         * print-tree.c (print_node): Don't print TREE_INVARIANT.
7035         * tree-nested.c (convert_nonlocal_reference): Adjust comment.
7036         * c-common.c (fix_string_type): Don't set TREE_INVARIANT.
7037         * langhooks-def.h (lhd_expr_to_decl): Drop third parameter.
7038         * langhooks.c (lhd_expr_to_decl): Drop third parameter.
7039         * langhooks.h (struct lang_hooks): Drop third parameter from
7040         expr_to_decl.
7042 2008-04-23  Richard Guenther  <rguenther@suse.de>
7044         PR tree-optimization/27799
7045         PR tree-optimization/32921
7046         PR tree-optimization/32624
7047         * tree-ssa-structalias.c (merge_smts_into): Only merge the
7048         SMTs aliases and the tag itself into the solution.
7049         * tree-ssa-alias.c (compute_flow_sensitive_aliasing): Do not
7050         merge the points-to solution back into the SMT aliases.
7051         (may_alias_p): Use alias_set_subset_of instead of
7052         aliases_conflict_p.  A pointer which points to
7053         memory with alias set zero may access any variable.
7055 2008-04-23  Richard Guenther  <rguenther@suse.de>
7057         * alias.c (alias_set_subset_of): Correctly handle asking
7058         if zero is a subset of an alias set with zero child.
7059         * tree-ssa-alias.c (have_common_aliases_p): Simplify logic.
7060         (compute_flow_insensitive_aliasing): Correctly walk all
7061         pointers.  Do not unnecessarily union sets.
7063 2008-04-23  Richard Guenther  <rguenther@suse.de>
7065         PR middle-end/36021
7066         * c-common.c (handle_alloc_size_attribute): Use type_num_arguments.
7068 2008-04-22  Tomas Bily  <tbily@suse.cz>
7070         * tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as
7071         unreachable case.
7072         * tree-vrp.c (extract_range_from_unary_expr): Removed unused
7073         NON_LVALUE_EXPR.
7074         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Likewise.
7075         * tree-ssa-structalias.c (get_constraint_for): Likewise.
7076         * tree-inline.c (estimate_num_insns_1): Likewise.
7077         * varasm.c (const_hash_1, compare_constant, copy_constant)
7078         (compute_reloc_for_constant, output_addressed_constants): Likewise.
7079         * emit-rtl.c (component_ref_for_mem_expr)
7080         (set_mem_attributes_minus_bitpos): Likewise.
7081         * expr.c (highest_pow2_factor, expand_expr_real_1, )
7082         (is_aligning_offset): Likewise.
7083         * dwarf2out.c (loc_descriptor_from_tree_1, add_bound_info): Likewise.
7084         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Likewise.
7085         * dojump.c (do_jump): Likewise.
7086         * builtins.c (get_pointer_alignment, get_memory_rtx)
7087         (integer_valued_real_p, fold_builtin_next_arg): Likewise.
7088         * tree-scalar-evolution.c (instantiate_parameters_1): Likewise.
7090 2008-04-23  Jakub Jelinek  <jakub@redhat.com>
7092         PR rtl-optimization/36017
7093         * builtins.c (expand_errno_check): Clear CALL_EXPR_TAILCALL before
7094         expanding the library call.
7096 2008-04-22  Ian Lance Taylor  <iant@google.com>
7098         * fold-const.c (pointer_may_wrap_p): Call int_size_in_bytes rather
7099         than size_in_bytes.
7101 2008-04-22  Pat Haugen  <pthaugen@us.ibm.com>
7103         * config/rs6000/rs6000.c (rs6000_register_move_cost): Increase cost
7104         of LR/CTR moves for Power6.
7106 2008-04-22  Kenneth Zadeck  <zadeck@naturalbridge.com>
7108         PR middle-end/36003
7109         * passes.c (init_optimization_passes): Remove
7110         pass_fast_rtl_byte_dce.
7111         
7112 2008-04-22  Uros Bizjak  <ubizjak@gmail.com>
7114         PR target/29096
7115         * config/i386/xmmintrin.h (_mm_cvtpi16_ps): Rearrange calls to
7116         builtin functions to generate faster code.
7117         (_mm_cvtpu16_ps): Ditto.
7118         (_mm_cvtpi32x2_ps): Ditto.
7120 2008-04-22  Nick Clifton  <nickc@redhat.com>
7122         * common.opt (ftree-loop-distribution): Add Optimization
7123         attribute.
7125         * config/frv/frv.c (frv_stack_info): Use crtl instead of cfun.
7126         (frv_expand_builtin_va_start): Likewise.
7128         * config/arm/arm.c (thumb_find_work_register): Fix location of
7129         argument register count.
7131 2008-04-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
7133         Support scheduling for ColdFire V1 and V3 microarchitecture.
7134         Improve scheduling of multiplication instructions.
7136         * config/m68k/m68k.md (cpu): Add cfv1 and cfv3.  Rename cf_v2 to cfv1.
7137         (mac): New instruction attribute.
7138         * config/m68k/m68k.c (override_options): Handle cfv1, cfv3 and mac.
7139         (m68k_sched_mac): New variable.
7140         (m68k_sched_attr_type2, m68k_sched_md_init_global): Update.
7141         Handle cfv1 and cfv3.
7142         (max_insn_size): New static variable.
7143         (struct _sched_ib): New type.
7144         (sched_ib): New static variable.
7145         (sched_ib_size, sched_ib_filled, sched_ib_insn): Convert variables
7146         to fields of 'struct _sched_ib sched_ib'.  Update all uses.
7147         (m68k_sched_variable_issue): Add modeling of cfv3 instruction buffer.
7148         Update.
7149         (m68k_sched_md_init_global, m68k_sched_md_finish_global,
7150         m68k_sched_md_init, m68k_sched_md_finish): Handle cfv1 and cfv3.  Init
7151         new variables.  Update.
7152         (m68k_sched_dfa_pre_advance_cycle, m68k_sched_dfa_post_advance_cycle):
7153         Add modeling of cfv3 instruction buffer.  Update.
7154         * config/m68k/m68k-protos.h (m68k_sched_mac): Declare.
7155         * config/m68k/m68k.h (TUNE_CFV3): New macro.
7156         * config/m68k/cf.md: Change substrings 'cf_v2' to 'cfv12' or 'cfv123'.
7157         (cf_* reservations): Rename to cfv12 or cfv123 to indicate cores
7158         a particular reservation applies to.
7159         (type2): Reorganize attribute values.  Rename alu to alu_reg,
7160         alu_l to alu, move_l to omove.  Join move to alu.  Split mul
7161         to mul_l and mul_w.
7162         (cf_ib_*): Simplify description of instruction buffer.
7163         (cf_ib_w0, cf_ib_w4, cf_ib_w5, cf_ib_w6): Remove.
7164         (cf_mem): Split into cf_mem1 and cf_mem2.
7165         (cf_v2_move_??): Rename to cfv12_alu_??.
7166         (cf_v2_move_l_??): Rename to cfv12_omove_??.
7167         (cf_v2_mul_??): Remove reservations.
7168         (cfv12_mul_l_??, cfv12_mul_w_??, cfv12_mac_w_??, cfv12_mac_l_??,
7169         cfv12_emac_??, cfv12_emac_w_i0): New reservations.
7170         (cfv12_rts, cfv12_call, cfv12_bcc, cfv12_bra, cfv12_jmp): Move to
7171         appropriate place.
7172         (cfv3_alu_10, cfv3_omove_10, cfv3_alu_i0, cfv3_omove_i0, cfv3_alu_01,
7173         cfv3_alu_0i, cfv3_alu_11, cfv3_omove_11, cfv3_alu_i1, cfv3_omove_i1,
7174         cfv3_alu_1i, cfv3_omove_1i, cfv3_pea_11, cfv3_pea_i1, cfv3_mul_w_10,
7175         cfv3_mul_l_10, cfv3_mul_w_i0, cfv3_mac_w_10, cfv3_mac_l_10,
7176         cfv3_mac_w_i0, cfv3_emac_10, cfv3_emac_w_i0, cfv3_rts, cfv3_call,
7177         cfv3_bcc, cfv3_bra, cfv3_jmp): New reservations.
7178         (cfv3_*_1, cfv3_*_2, cfv3_*_3): New instruction reservations that are
7179         expansions of the above reservations for instructions of sizes
7180         1, 2 and 3 words.
7182 2008-04-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
7184         * rtl-factoring.c (collect_patterns_seqs): Handle CC0 targets.
7186 2008-04-21  Adam Nemet  <anemet@caviumnetworks.com>
7188         * coverage.c: Include tree-pass.h.
7189         (coverage_counter_alloc): Print da_file_name to the dump file.
7191 2008-04-21  Kenneth Zadeck  <zadeck@naturalbridge.com>
7193         * sbitmap.c (sbitmap_range_empty_p): New function.
7194         * sbitmap.h (sbitmap_range_empty_p): New function.
7195         * bitmap.h: Now includes obstack.h.
7197 2008-04-21  Richard Sandiford  <rsandifo@nildram.co.uk>
7198             Kenneth Zadeck  <zadeck@naturalbridge.com>
7200         * dbgcnt.def (ra_byte_scan): Added.
7201         * dbgcnt.c (dbg_cnt): Added code to print message to dump_file
7202         when the last hit happens for a counter.  
7203         * timevar.def (TV_DF_BYTE_LR): New variable.
7204         * tree-pass.h (pass_fast_rtl_byte_dce): New pass.
7205         * passes.c (pass_fast_rtl_byte_dce): New pass.
7206         * fwprop.c (update_df): Added mode to call df_ref_create.
7207         Renamed DF_REF_WIDTH and DF_REF_OFFSET to DF_REF_EXTRACT_WIDTH and
7208         DF_REF_EXTRACT_OFFSET.
7209         * df.h (DF_BYTE_LR, DF_BYTE_LR_BB_INFO, DF_BYTE_LR_IN, 
7210         DF_BYTE_LR_OUT, df_byte_lr): New macro.
7211         (df_mm): New enum.
7212         (df_ref_extract): Added mode field.
7213         (DF_REF_WIDTH, DF_REF_OFFSET) Renamed to DF_REF_EXTRACT_WIDTH and
7214         DF_REF_EXTRACT_OFFSET.
7215         (DF_REF_EXTRACT_MODE): New macro.
7216         (df_byte_lr_bb_info): New structure.
7217         (df_print_byte_regset, df_compute_accessed_bytes, 
7218         df_byte_lr_add_problem, df_byte_lr_get_regno_start,
7219         df_byte_lr_get_regno_len, df_byte_lr_simulate_defs,
7220         df_byte_lr_simulate_uses,
7221         df_byte_lr_simulate_artificial_refs_at_top,
7222         df_byte_lr_simulate_artificial_refs_at_end,
7223         df_compute_accessed_bytes): New function.
7224         (df_ref_create): Add parameter.
7225         (df_byte_lr_get_bb_info): New inline function.
7226         * df-scan.c (df_ref_record, df_uses_record,
7227         df_ref_create_structure): Added mode parameter.
7228         (df_ref_create, df_notes_rescan, df_ref_record, df_def_record_1, 
7229         df_defs_record, df_uses_record, df_get_conditional_uses,
7230         df_get_call_refs, df_insn_refs_collect, df_bb_refs_collect, 
7231         df_entry_block_defs_collect, df_exit_block_uses_collect):
7232         Added mode parameter to calls to df_ref_record, df_uses_record,
7233         df_ref_create_structure.
7234         (df_ref_equal_p, df_ref_compare): Added test for modes.
7235         (df_ref_create_structure): Added code to set mode.  Renamed
7236         DF_REF_WIDTH and DF_REF_OFFSET to DF_REF_EXTRACT_WIDTH and
7237         DF_REF_EXTRACT_OFFSET.
7238         * df-core.c (df_print_byte_regset): New function.
7239         * df-byte-scan.c: New file.
7240         * df-problems.c (df_rd_transfer_function): Removed unnecessary
7241         calls to BITMAP_FREE.  
7242         (df_byte_lr_problem_data, df_problem problem_BYTE_LR): New structure.
7243         (df_byte_lr_get_regno_start, df_byte_lr_get_regno_len,
7244         df_byte_lr_set_bb_info, df_byte_lr_free_bb_info, 
7245         df_byte_lr_check_regs, df_byte_lr_expand_bitmap, 
7246         df_byte_lr_alloc, df_byte_lr_reset, df_byte_lr_bb_local_compute,
7247         df_byte_lr_local_compute, df_byte_lr_init,
7248         df_byte_lr_confluence_0, df_byte_lr_confluence_n, 
7249         df_byte_lr_transfer_function, df_byte_lr_free, 
7250         df_byte_lr_top_dump, df_byte_lr_bottom_dump,
7251         df_byte_lr_add_problem, df_byte_lr_simulate_defs, 
7252         df_byte_lr_simulate_uses,
7253         df_byte_lr_simulate_artificial_refs_at_top,
7254         df_byte_lr_simulate_artificial_refs_at_end): New function.
7255         * dce.c (byte_dce_process_block): New function.
7256         (dce_process_block): au is now passed in rather than computed
7257         locally.  Changed loops that look at artificial defs to not look
7258         for conditional or partial ones, because there never are any.  
7259         (fast_dce): Now is able to drive byte_dce_process_block or 
7260         dce_process_block depending on the kind of dce being done.
7261         (rest_of_handle_fast_dce): Add parameter to fast_dce.
7262         (rest_of_handle_fast_byte_dce): New function.
7263         (rtl_opt_pass pass_fast_rtl_byte_dce): New pass.
7264         * Makefile.in (df-byte-scan.o, debugcnt.o): Added dependencies.
7266 2008-04-21  Daniel Franke  <franke.daniel@gmail.com>
7268         PR fortran/35019
7269         * gcc.h: Added fortran options that take arguments to
7270         DEFAULT_SWITCH_TAKES_ARG and DEFAULT_WORD_SWITCH_TAKES_ARG
7271         macros.
7273 2008-04-20  Eric Botcazou  <ebotcazou@adacore.com>
7275         * tree-sra.c (sra_walk_expr) <VIEW_CONVERT_EXPR>: Disable
7276         scalarization if on the LHS and not a full access.
7278 2008-04-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7280         * Makefile.in (s-gtyp-input): Remove tmp-gi.list before writing it.
7282 2008-04-18  Rafael Espindola  <espindola@google.com>
7284         * tree-vrp.c (find_case_label_index): Fix the binary search.
7285         (find_case_label_range): New.
7286         (vrp_visit_switch_stmt): Use find_case_label_range.
7287         (simplify_switch_using_ranges): Use find_case_label_range.
7289 2008-04-18  Eric Botcazou  <ebotcazou@adacore.com>
7291         * gimplify.c (gimplify_modify_expr_rhs) <COND_EXPR>: Gimplify the LHS
7292         using the is_gimple_lvalue predicate instead of is_gimple_min_lval.
7294 2008-04-18  Tom Tromey  <tromey@redhat.com>
7296         PR libcpp/15500:
7297         * doc/cpp.texi (Implementation-defined behavior): Mention
7298         -finput-charset.
7300 2008-04-18  Ian Lance Taylor  <iant@google.com>
7302         * fold-const.c (pointer_may_wrap_p): New static function.
7303         (fold_comparison): Add another test for pointer overflow.  Use
7304         pointer_may_wrap_p to disable some false positives.
7306 2008-04-18  Kris Van Hees <kris.van.hees@oracle.com>
7307           
7308         * c-common.c (CHAR16_TYPE, CHAR32_TYPE): New macros.
7309         (fname_as_string): Match updated cpp_interpret_string prototype.
7310         (fix_string_type): Support char16_t* and char32_t*.
7311         (c_common_nodes_and_builtins): Add char16_t and char32_t (and
7312         derivative) nodes.  Register as builtin if C++0x.
7313         (c_parse_error): Support CPP_CHAR{16,32}.
7314         * c-common.h (RID_CHAR16, RID_CHAR32): New elements. 
7315         (enum c_tree_index) <CTI_CHAR16_TYPE, CTI_SIGNED_CHAR16_TYPE,
7316         CTI_UNSIGNED_CHAR16_TYPE, CTI_CHAR32_TYPE, CTI_SIGNED_CHAR32_TYPE,
7317         CTI_UNSIGNED_CHAR32_TYPE, CTI_CHAR16_ARRAY_TYPE,
7318         CTI_CHAR32_ARRAY_TYPE>: New elements.
7319         (char16_type_node, signed_char16_type_node, unsigned_char16_type_node,
7320         char32_type_node, signed_char32_type_node, char16_array_type_node,
7321         char32_array_type_node): New defines.
7322         * c-lex.c (cb_ident): Match updated cpp_interpret_string prototype.
7323         (c_lex_with_flags): Support CPP_CHAR{16,32} and CPP_STRING{16,32}.
7324         (lex_string): Support CPP_STRING{16,32}, match updated
7325         cpp_interpret_string and cpp_interpret_string_notranslate prototypes.
7326         (lex_charconst): Support CPP_CHAR{16,32}.
7327         * c-parser.c (c_parser_postfix_expression): Support CPP_CHAR{16,32}
7328         and CPP_STRING{16,32}.
7330 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7332         PR bootstrap/35457
7333         * aclocal.m4: Regenerate.
7334         * configure: Regenerate.
7336 2008-04-18  Jan Hubicka  <jh@suse.cz>
7338         * except.c (dw2_size_of_call_site_table,
7339         sjlj_size_of_call_site_table): Use vector API for call_site_record.
7341         * cgraphbuild.c (build_cgraph_edges): Update.
7342         * tree-pass.h: Update comment.
7343         * final.c (leaf_function_p): Update.
7344         (leaf_renumber_regs): Update.
7345         (rest_of_clean_state): Update.
7346         * omp-low.c (expand_omp_parallel): Update.
7347         * ipa-reference.c (analyze_function): Update.
7348         * reorg.c (find_end_label): Update.
7349         (optimize_skip): Update.
7350         (fill_simple_delay_slots): Update.
7351         (fill_simple_delay_slots): Update.
7352         (make_return_insns): Update.
7353         (dbr_schedule): Update.
7354         * gimple-low.c (record_vars_into): Update.
7355         * cfgbuild.c (make_edges): Update.
7356         * function.c (assign_stack_local): Update.
7357         (assign_parm_adjust_stack_rtl): Update.
7358         (locate_and_pad_parm): Update.
7359         (allocate_struct_function): Do not initialize stack_alignment_needed
7360         and preferred_stack_boundary here.
7361         (stack_protect_prologue): Update.
7362         (stack_protect_epilogue): Update.
7363         (expand_function_start): Initialize stack_alignment_needed,
7364         preferred_stack_boundary and max_jumptable_ents.
7365         (expand_function_end): Update.
7366         (free_after_compilation): Do not NULLify epilogue_delay_list.
7367         * function.h (struct rtl_data): Add stack_protect_guard,
7368         stack_alignment_needed,
7369         preferred_stack_boundary, epilogue_delay_list.
7370         (struct function): Remove value_histograms, stack_alignment_needed,
7371         preferred_stack_boundary, epilogue_delay_list, max_jumptable_ents,
7372         last_label_uid,
7373         unexpanded_var_list, stack_protect_guard.
7374         (current_function_epilogue_delay_list): Remove.
7375         * ipa-type-escape.c (analyze_function): Update.
7376         * gimplify.c (pop_gimplify_context): Update comment.
7377         * calls.c (expand_call): Update.
7378         (emit_library_call_value_1): Update.
7379         * except.c (set_nothrow_function_flags): Update.
7380         * cfgexpand.c (get_decl_align_unit): Update.
7381         (create_stack_guard): Update.
7382         (estimated_stack_frame_size): Update.
7383         (expand_used_vars): Update.
7384         (tree_expand_cfg): Free histogram earliers, init expansion variables.
7385         * explow.c (allocate_dynamic_stack_space): Update.
7386         * tree-ssa-live.c (remove_unused_locals): Update.
7387         * varasm.c (mark_constant_pool): Update.
7388         * tree-inline.c (remap_decls): Update.
7389         (initialize_cfun): Update.
7390         (declare_return_variable): Update.
7391         (inline_forbidden_p): Update.
7392         (expand_call_inline): Update.
7393         (declare_inline_vars): Update.
7394         (tree_function_versioning): Update.
7395         * tree-flow.h (value_histograms): New.
7396         (VALUE_HISTOGRAMS): New macro.
7397         * basic-block.h (control_flow_graph): Add max_jumptable_ents,
7398         last_label_uid.
7399         * tree-cfg.c (set_bb_for_stmt): Update.
7400         (replace_by_duplicate_decl): Update.
7401         (move_block_to_fn): Update.
7402         (new_label_mapper): Update.
7403         (dump_function_to_file): Update.
7404         * ipa-struct-reorg.c (build_data_structure): Update.
7405         * cfgrtl.c (print_rtl_with_bb): Update.
7406         * reload1.c (reload): Update.
7407         (reload): Update.
7408         * config/i386/i386.c (setup_incoming_varargs_64,
7409         ix86_compute_frame_layout): Update.
7410         * config/arc/arc.c (arc_output_function_epilogue): Update.
7412 2008-04-18  Marius Strobl <marius@FreeBSD.org>
7414         * gthr-posix.h (__gthread_active_p): Use the Solaris implementation
7415         for FreeBSD as well.
7416         * gthr-posix95.h: Likewise.
7418 2008-04-17  Richard Sandiford  <rsandifo@nildram.co.uk>
7420         PR rtl-optimization/35838
7421         * dse.c (find_shift_sequence): Use subreg_lowpart_offset to work
7422         out the byte offset of the first subreg.
7424 2008-04-17  Uros Bizjak  <ubizjak@gmail.com>
7426         * config/i386/i386.md (addti3 splitter): Pass arrays of 3 operands
7427         to split_ti instead of three separate calls with single member arrays.
7428         (subti3 splitter): Ditto.
7429         (adddi3 splitter): Ditto with split_di.
7430         (subdi3 splitter): Ditto.
7431         (negti2 splitter): Pass arrays of 2 operands to split_ti instead of
7432         two separate calls with single member arrays.  Swap match_dup
7433         operands 1 and 2 to better fit into the array.
7434         (negdi2 splitter): Ditto with split_di.
7435         (movdfcc splitter):  Pass arrays of 2 operands to split_di instead of
7436         two separate calls with single member arrays.  Swap match_dup operands
7437         6 and 7 to better fit into the array.
7439 2008-04-17  H.J. Lu  <hongjiu.lu@intel.com>
7441         * config/i386/i386.c (sse_builtin_type): New.
7442         (bdesc_sse_args): Likewise.
7443         (bdesc_sse_3arg): Removed.
7444         (bdesc_2arg): Remove IX86_BUILTIN_AESKEYGENASSIST128.
7445         (bdesc_1arg): Remove IX86_BUILTIN_ROUNDPD and
7446         IX86_BUILTIN_ROUNDPS.
7447         (ix86_init_mmx_sse_builtins): Handle bdesc_sse_args.  Remove
7448         bdesc_sse_3arg.  Remove IX86_BUILTIN_ROUNDPD and
7449         IX86_BUILTIN_ROUNDPS.
7450         (ix86_expand_sse_4_operands_builtin): Removed.
7451         (ix86_expand_sse_operands_builtin): New.
7452         (ix86_expand_unop_builtin): Remove CODE_FOR_sse4_1_roundpd
7453         and CODE_FOR_sse4_1_roundps.
7454         (ix86_expand_builtin): Remove IX86_BUILTIN_AESKEYGENASSIST128.
7455         Handle bdesc_sse_args.  Remove bdesc_sse_3arg.
7457 2008-04-17  Alan Modra  <amodra@bigpond.net.au>
7459         PR target/35907
7460         * config/rs6000/rs6000.c (rs6000_emit_epilogue): Restore vr and vrsave
7461         regs before frame pop when needed.  If use_backchain_to_restore_sp
7462         then load backchain into a temp reg to restore vr and vrsave.  Add
7463         code to restore vr after frame pop if possible.
7465 2008-04-17  Richard Guenther  <rguenther@suse.de>
7467         * tree-vn.c (expressions_equal_p): Do not check type
7468         equality or compatibility before calling operand_equal_p.
7469         * fold-const.c (operand_equal_p): Check equivalence of
7470         integer constants before bailing out due to signedness or
7471         precision differences.
7472         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ignore
7473         spurious differences in type qualification.  Ignore types
7474         for COMPONENT_REFs at all.
7476 2008-04-17  Christian Bruel  <christian.bruel@st.com>
7478         * config/sh/sh.c (expand_cbranchdi4): Use original operands for
7479         msw_skip comparison.
7480         
7481 2008-04-16  Jakub Jelinek  <jakub@redhat.com>
7483         PR c/35739
7484         * tree-nrv.c (tree_nrv): Don't optimize if result_type is GIMPLE
7485         reg type.
7487         PR tree-optimization/35899
7488         * tree-inline.c (expand_call_inline): Use GIMPLE_STMT_OPERAND
7489         rather than TREE_OPERAND.
7491 2008-04-16  Uros Bizjak  <ubizjak@gmail.com>
7493         PR target/35944
7494         * config/i386/i386.md (fmodxf3): Copy operand 1 and operand 2 into
7495         temporary registers.  Change operand predicate to general_operand.
7496         (remainderxf3): Ditto.
7498 2008-04-16  Richard Guenther  <rguenther@suse.de>
7500         * Makefile.in (tree-affine.o): Add $(FLAGS_H) dependency.
7501         * tree-affine.c (aff_combination_expand): Look through some
7502         conversions.
7504 2008-04-15  Doug Kwan  <dougkwan@google.com>
7506         * dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT
7507         for hex printing.
7508         * tree-pretty-print.c (dump_generic_node): Ditto.
7509         * final.c (output_addr_const): Ditto.
7510         * dwarf2out.c (output_cfi): Ditto.
7511         * c-pretty-print.c (pp_c_integer_constant): Ditto.
7512         * print-rtl.c (print_rtx): Ditto.
7513         * print-tree.c (print_node_brief, print_node): Ditto.
7514         * c-common.c (match_case_to_enum_1): Ditto.
7515         * sched-vis.c (print_value): Ditto.
7516         * config/i386/i386.c (print_operand): Cast to long unsigned int
7517         for hex printing.
7519 2008-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
7520         * libgcc2.c [L_trampoline]: Remove  unnecessary prototype for
7521         MS Windows VirtualProtect function.
7523 2008-04-15  Jan Hubicka  <jh@suse.cz>
7525         * gengtype.c (write_root): Param_is argument is OK.
7526         * expr.c (expand_expr_real_1): Update call of get_exception_*.
7527         * function.h: Include varray.h
7528         (rtl_eh): New stucture based on except.c one.
7529         (call_site_record): New forward declaration and vector type.
7530         * calls.c (emit_call_1): Do not call
7531         note_current_region_may_contain_throw.
7532         * except.c (eh_status): Remove cur_region, try_region since they are
7533         unused.
7534         Move filter, exc_ptr, ttype_data, ehspec_data, action_record_data and
7535         exception_handler_label_map, ehr_stackadj, ehr_handler, ehr_label,
7536         sjlj_fc, sjlj_exit_after to rth_eh in function.h. 
7537         Remove call_site_data_used, call_site_data_size.
7538         Turn call_site_record into vector in function.h.
7539         (note_current_region_may_contain_throw): Remove.
7540         (get_exception_pointer, get_exception_filter): Do not take struct
7541         function argument; update.
7542         (add_ehl_entry, find_exception_handler_labels, ehspec_filter_hash,
7543         add_ttypes_entry, add_ehspec_entry, assign_filter_values,
7544         build_post_landing_pads, dw2_build_landing_pads,
7545         sjlj_assign_call_site_values, sjlj_mark_call_sites,
7546         sjlj_emit_function_enter, sjlj_emit_function_enter, 
7547         sjlj_emit_function_exit, sjlj_emit_dispatch_table,
7548         sjlj_build_landing_pads, finish_eh_generation,
7549         remove_exception_handler_label, remove_eh_handler,
7550         maybe_remove_eh_handler, add_reachable_handler,
7551         reachable_handlers, expand_builtin_eh_return, expand_eh_return,
7552         add_action_record, collect_one_action_chain, add_call_site,
7553         convert_to_eh_region_ranges, sjlj_size_of_call_site_table,
7554         sjlj_output_call_site_table, output_function_exception_table,
7555         * except.h (note_current_region_may_contain_throw): Remove
7556         (get_exception_pointer, get_exception_filter): Do not take struct
7557         function argument.
7558         * Makefile.in (GTFILES): Put varargs before struct function.
7560 2008-04-15  Eric Botcazou  <ebotcazou@adacore.com>
7562         * tree-ssa-structalias.c (get_constraint_for_component_ref): Do not
7563         punt for STRING_CST.
7564         (get_constraint_for): Deal with STRING_CST here instead.
7566 2008-04-15  Richard Guenther  <rguenther@suse.de>
7568         * tree-ssa-propagate.c (substitute_and_fold): Substitute
7569         statements in a basic-block with a backward walk.  Do not
7570         substitute into dead statements but instead remove those.
7572 2008-04-15  Richard Guenther  <rguenther@suse.de>
7574         * params.def (PARAM_MAX_FIELDS_FOR_FIELD_SENSITIVE): Set default
7575         to zero, thus disable creation of SFTs.
7577 2008-04-15  Eric Botcazou  <ebotcazou@adacore.com>
7579         * tree-predcom.c (suitable_reference_p): Return false if the
7580         reference can throw.
7582 2008-04-15  Jakub Jelinek  <jakub@redhat.com>
7584         PR c/35751
7585         * c-decl.c (finish_decl): If extern or static var has variable
7586         size, set TREE_TYPE (decl) to error_mark_node.
7588 2008-04-15  Rafael Espindola  <espindola@google.com>
7590         * fold-const.c (tree_call_nonnegative_warnv_p): Remove local
7591         variable arg1.
7593 2008-04-15  Richard Guenther  <rguenther@suse.de>
7595         * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
7596         * tree-ssa-sccvn.c (vn_reference_lookup): New parameter maywalk.
7597         (visit_reference_op_load): Do walk vuse-vdef chains on
7598         vn_reference_lookup.
7599         (visit_reference_op_store): But do not here.
7600         * tree-vn.c (vn_lookup): Do not walk vuse-vdef chains on
7601         vn_reference_lookup.
7602         (vn_lookup_with_vuses): But do so here.
7604 2008-04-14  Ian Lance Taylor  <iant@google.com>
7606         * fold-const.c (fold_overflow_warning): Remove assertion.
7608 2008-04-15  Ben Elliston  <bje@au.ibm.com>
7610         * config/alpha/alpha.c (alpha_initialize_trampoline): Remove temp,
7611         temp1 local variables.
7613 2008-04-15  Zuxy Meng  <zuxy.meng@gmail.com>
7615         PR target/35661
7616         * config/i386/winnt.c (i386_pe_section_type_flags): Mark
7617         ".text.unlikely" section as executable.
7619 2008-04-14  James E. Wilson  <wilson@tuliptree.org>
7621         * config/ia64/ia64.c (rtx_needs_barrier): Handle
7622         UNSPEC_FR_SQRT_RECIP_APPROX_RES.
7623         * config/ia64/ia64.c (UNSPEC_FR_SQRT_RECIP_APPROX_RES): Define.
7624         (divsi3_internal, divdi3_internal_lat, divdi3_internal_thr,
7625         divsf3_internal_lat, sqrt_approx, sqrtsf2_internal_thr,
7626         divdf3_internal_lat, sqrtdf2_internal_thr, divxf3_internal_lat,
7627         divxf3_internal_thr, sqrtxf2_internal_thr, recip_approx): Use it.
7629 2008-04-14  Ian Lance Taylor  <iant@google.com>
7631         * flags.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Define.
7632         * fold-const.c (fold_comparison): If appropriate, test
7633         POINTER_TYPE_OVERFLOW_UNDEFINED, and issue an overflow warning.
7634         (fold_binary): Test POINTER_TYPE_OVERFLOW_UNDEFINED when
7635         reassociating a pointer type.
7636         * doc/invoke.texi (Optimize Options): Document that
7637         -fstrict-overflow applies to pointer wraparound.
7639 2008-04-13  Jan Hubicka  <jh@suse.cz>
7641         * m32.c (m32c_pushm_popm): Use crtl->retrun_rtx.
7643 2008-04-12  Andrew Pinski  <pinskia@gmail.com>
7645         * config/rs6000/rs6000.c (compute_save_world_info): Set lr_save_p if
7646         we are going to "save the world".
7648 2008-04-13  Hans-Peter Nilsson  <hp@axis.com>
7650         * config/cris/cris.md ("*andhi_lowpart_non_v32", "*andhi_lowpart_v32")
7651         ("*andqi_lowpart_non_v32", "*andqi_lowpart_v32"): Use "+" for the
7652         operand 0 constraint, not "=".
7654 2008-04-11  James E. Wilson  <wilson@tuliptree.org>
7656         * system.h: Change ASSERT_CHECKING to ENABLE_ASSERT_CHECKING.
7658 2008-04-11  H.J. Lu  <hongjiu.lu@intel.com>
7660         * dse.c (record_store): Use HOST_BITS_PER_WIDE_INT instead
7661         of size of positions_needed * CHAR_BIT.
7663 2008-04-11  H.J. Lu  <hongjiu.lu@intel.com>
7665         PR middle-end/35897
7666         * dse.c (store_info): Change positions_needed to unsigned
7667         HOST_WIDE_INT.
7668         (lowpart_bitmask): New.
7669         (record_store): Cast to unsigned HOST_WIDE_INT for
7670         positions_needed.  Assert width <= size of positions_needed *
7671         CHAR_BIT.  Call lowpart_bitmask to initialize positions_needed.
7672         (check_mem_read_rtx): Use unsigned HOST_WIDE_INT on mask.  Call
7673         lowpart_bitmask to set mask.
7675 2008-04-11  Bernd Schmidt  <bernd.schmidt@analog.com>
7677         * config/bfin/constraints.md: New file.
7678         * config/bfin/bfin.md: Include it.
7679         (adddi3): Use satisfies_constraint functions instead of the old macros.
7680         * config/bfin/bfin.h (REG_CLASS_FROM_LETTER, CONSTRAINT_LEN,
7681         CONST_18UBIT_IMM_P, CONST_16BIT_IMM_P, CONST_16UBIT_IMM_P,
7682         CONST_7BIT_IMM_P, CONST_7NBIT_IMM_P, CONST_5UBIT_IMM_P,
7683         CONST_4BIT_IMM_P, CONST_4UBIT_IMM_P, CONST_3BIT_IMM_P,
7684         CONST_3UBIT_IMM_P, CONST_OK_FOR_K, CONST_OK_FOR_P, CONST_OK_FOR_M,
7685         CONST_OK_FOR_CONSTRAINT_P, CONST_DOUBLE_OK_FOR_LETTER,
7686         EXTRA_CONSTRAINT): Delete.
7687         * config/bfin/predicates.md (highbits_operand, reg_or_7bit_operand,
7688         reg_or_neg7bit_operand): Use satisfies_constraint functions instead
7689         of the old macros.
7690         * config/bfin/bfin.c: Include "tm-constrs.h".
7691         (bfin_secondary_reload, split_load_immediate, bfin_rtx_costs):
7692         Use satisfies_constraint functions instead of the old macros.
7693         * doc/md.texi (Blackfin Constraints): Update file name reference.
7695 2008-04-11  Richard Guenther  <rguenther@suse.de>
7697         PR tree-optimization/35869
7698         * tree-vrp.c (execute_vrp): Move switch statement update after
7699         jump threading.  Schedule another cfg cleanup run.
7701 2008-04-11  Volker Reichelt  <v.reichelt@netcologne.de>
7703         PR c/35744
7704         * attribs.c (decl_attributes): Return early on errorneous node.
7706 2008-04-10  Oleg Ryjkov  <olegr@google.com>
7708         * tree.h (struct tree_base): Added a new flag default_def_flag.
7709         (SSA_NAME_IS_DEFAULT_DEF): Changed to use the new flag.
7711 2008-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
7713         * config.gcc (need_64bit_hwint): Need 64bit hwint for sh-*-*.
7715 2008-04-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7717         PR target/35768
7718         * pa.md: Define mode iterator P.  Define mode attribute dwc.
7719         (dcacheflush): Update pattern to use iterator P and attribute dwc.
7720         (icacheflush): Likewise.
7721         * pa.h (INITIALIZE_TRAMPOLINE): Use dcacheflushsi/icacheflushsi if
7722         !TARGET_64BIT, and dcacheflushdi/icacheflushdi if TARGET_64BIT.
7724 2008-04-11  Ben Elliston  <bje@au.ibm.com>
7726         * config/spu/spu.c (spu_init_builtins): Mark builtins as nothrow.
7728 2008-04-10  Rafael Espindola  <espindola@google.com>
7730         * tree-vrp.c (extract_range_from_binary_expr): Don't handle
7731         TRUTH_ANDIF_EXPR or TRUTH_ORIF_EXPR.
7732         (extract_range_from_expr): The same.
7734 2008-04-10  Adam Nemet  <anemet@caviumnetworks.com>
7736         * config/mips/mips.md (GPR2): New mode iterator.
7737         (seq): Add comment.
7738         (*seq_<mode>, *seq_<mode>_mips16, *sne_<mode>, *sgt<u>_<mode>,
7739         *sgt<u>_<mode>_mips16, *sge<u>_<mode>, *slt<u>_<mode>,
7740         *slt<u>_<mode>_mips16 *sle<u>_<mode>, *sle<u>_<mode>_mips16):
7741         Rewrite these to take two modes, the mode of comparison and the
7742         mode of the destination.
7743         * config/mips/mips.c (mips_expand_scc): Instead of having
7744         paradoxical subreg as destination, expand "narrowing" scc if mode
7745         of comparison is SI and target is requested in DI mode.
7746         (mips_emit_int_order_test): Update comment.  Make mode of
7747         comparison match CMP0 rather than TARGET.  When creating inverse
7748         target use mode of TARGET.
7750 2008-04-10  Adam Nemet  <anemet@caviumnetworks.com>
7752         * gcov-dump.c (tag_summary): Only print summaries for the first
7753         GCOV_COUNTERS_SUMMABLE counters.
7755 2008-04-10  Uros Bizjak  <ubizjak@gmail.com>
7757         * config/i386/i386.md (absneg): New code iterator.
7758         (absnegprefix): New code attribute.
7759         (<code><mode>2): Macroize expander from abs<mode>2 and neg<mode>2
7760         patterns using absneg code iterator.
7761         (<code>tf2): Macroize expander from abstf2 and negtf2 patterns
7762         using absneg code iterator.
7763         (*<code><mode>2_1): Macroize insn pattern from *abs<mode>2_1 and
7764         *neg<mode>2 patterns using absneg code iterator.
7765         (*<code>extendsfdf2): Macroize insn pattern from *absextendsfdf2 and
7766         *negextendsfdf2 patterns using absneg code iterator.
7767         (*<code>extendsfxf2): Macroize insn pattern from *absextendsfxf2 and
7768         *negextendsfxf2 patterns using absneg code iterator.
7769         (*<code>extendsfdf2): Macroize insn pattern from *absextendsfdf2 and
7770         *negextendsfdf2 patterns using absneg code iterator.
7771         * config/i386/sse.md (<code><mode>2): Macroize expander from
7772         abs<mode>2 and neg<mode>2 patterns using absneg code iterator. 
7774 2008-04-10  Andreas Krebbel  <krebbel1@de.ibm.com>
7776         * config/s390/s390.h: Remove the remains of the recent search
7777         & replace action of current_function_outgoing_args_size.
7779 2008-04-10  Ira Rosen  <irar@il.ibm.com>
7781         PR tree-optimization/35821
7782         * tree-vect-transform.c (vect_create_data_ref_ptr): Add check that
7783         NEW_STMT_LIST is not NULL.
7785 2008-04-09  David Edelsohn  <edelsohn@gnu.org>
7787         PR libstdc++/35597
7788         * toplev.c (process_options): Remove -ffunction-sections debugging
7789         warning.
7791 2008-04-09  Peter Bergner  <bergner@vnet.ibm.com>
7793         PR middle-end/PR28690
7794         * explow.c (break_out_memory_refs): Use simplify_gen_binary rather
7795         than gen_rtx_fmt_ee to perform more canonicalizations.
7797 2008-04-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7799         PR driver/35665
7800         * collect2.c (write_c_file): Don't wrap in "#ifdef __cplusplus".
7802 2008-04-09  Richard Guenther  <rguenther@suse.de>
7804         * tree-cfg.c (verify_stmt): Print complete bogus stmt.
7805         (dump_function_to_file): Dump function arguments with types.
7807 2008-04-08  Richard Guenther  <rguenther@suse.de>
7809         * fold-const.c (fold_widened_comparison): Do not allow
7810         sign-changes that change the result.
7812 2008-04-08  Janis Johnson  <janis187@us.ibm.com>
7814         PR target/35839
7815         * config/rs6000/rs6000.c (rs6000_check_sdmode): Handle additional
7816         kinds of indirect references.
7818 2008-04-08  David Edelsohn  <edelsohn@gnu.org>
7820         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Update
7821         GNU Fortran language string.
7823 2008-04-08  Rafael Espindola  <espindola@google.com>
7825         * fold-canst.c (tree_call_nonnegative_warnv_p): New.
7826         (tree_invalid_nonnegative_warnv_p): Use tree_call_nonnegative_warnv_p.
7827         * tree.h (tree_call_nonnegative_warnv_p): New.
7829 2008-04-08  Jan Hubicka  <jh@suse.cz>
7831         * function.c (free_after_compilation): Clear out regno_reg_rtx
7832         pointer.
7834 2008-04-08  Peter Bergner  <bergner@vnet.ibm.com>
7836         Revert
7837         2008-04-07  Peter Bergner  <bergner@vnet.ibm.com>
7839         PR middle-end/PR28690
7840         * rtlanal.c: (commutative_operand_precedence): Give SYMBOL_REF's the
7841         same precedence as REG_POINTER and MEM_POINTER operands.
7843 2008-04-08  Richard Guenther  <rguenther@suse.de>
7845         PR middle-end/35834
7846         * tree-ssa-address.c (create_mem_ref): Use POINTER_PLUS_EXPR
7847         for adding index to base.
7849 2008-04-08  Kai Tietz  <kai.tietz@onevision.com>
7851         * config/i386/mingw32.h (ENABLE_EXECUTE_STACK): New.
7852         (MINGW_ENABLE_EXECUTE_STACK): New.
7853         (IN_LIBGCC2): For libgcc include windows.h file for
7854         function declarations.
7856 2008-04-08  Hans-Peter Nilsson  <hp@axis.com>
7858         * config/cris/cris.c (cris_address_cost): For a PLUS, swap tem1
7859         and tem2 if tem1 is not a REG or MULT.
7861 2008-04-08  Jan Hubicka  <jh@suse.cz>
7863         * function.h (incomming_args): Break out of struct function.
7864         (function_subsections): Break out of struct function.
7865         (rtl_data): Add args, subsections fields. Break out outgoing_args_size,
7866         return_rtx and hard_reg_initial_vals from struct function.
7867         Kill inl_max_label_num.
7868         (current_function_pops_args, current_function_args_info,
7869         current_function_args_size, current_function_args_size,
7870         current_function_pretend_args_size,
7871         current_function_outgoing_args_size,
7872         current_function_internal_arg_pointer, current_function_return_rtx):
7873         Kill compatibility accestor macros.
7874         * builtins.c (expand_builtin_apply_args_1): Update.
7875         (expand_builtin_next_arg): Update.
7876         * df-scan.c (df_get_call_refs): Update.
7877         * dbxout.c (dbxout_function_end): Update.
7878         * dwarf2out.c (dwarf2out_switch_text_section): Update.
7879         (output_line_info): Update.
7880         (secname_for_decl): Update.
7881         (dwarf2out_var_location): Update.
7882         * function.c (free_after_compilation): Update.
7883         (assign_parm_find_stack_rtl): Update.
7884         (assign_parms): Update.
7885         (expand_dummy_function_end): Update.
7886         (expand_function_end): Update.
7887         * calls.c (mem_overlaps_already_clobbered_arg_p): Update.
7888         (expand_call): Update.
7889         (emit_library_call_value_1): Update.
7890         (store_one_arg): Update.
7891         * varasm.c (initialize_cold_section_name): Update.
7892         (unlikely_text_section): Update.
7893         (unlikely_text_section_p): Update.
7894         (assemble_start_function): Update.
7895         (assemble_end_function): Update.
7896         (default_section_type_flags): Update.
7897         (switch_to_section): Update.
7898         * integrate.c (set_decl_abstract_flags): Update.
7899         (get_hard_reg_initial_val): Update.
7900         (has_hard_reg_initial_val): Update.
7901         (allocate_initial_values): Update.
7902         * resource.c (init_resource_info): Update.
7903         * config/alpha/alpha.c (NUM_ARGS): Update.
7904         (direct_return): Update.
7905         (alpha_va_start): Update.
7906         (alpha_sa_size): Update.
7907         (alpha_initial_elimination_offset): Update.
7908         (alpha_expand_prologue): Update.
7909         (alpha_start_function): Update.
7910         (alpha_expand_epilogue): Update.
7911         (unicosmk_initial_elimination_offset):
7912         * config/alpha/alpha.md (call expander): Update.
7913         * config/s390/s390.c (s390_register_info): Update.
7914         (s390_register_info): Update.
7915         (s390_frame_info): Update.
7916         (s390_initial_elimination_offset): Update.
7917         (s390_build_builtin_va_list): Update.
7918         (s390_va_start): Update.
7919         * config/spu/spu.c (direct_return): Update.
7920         (spu_expand_prologue): Update.
7921         (spu_initial_elimination_offset): Update.
7922         (spu_build_builtin_va_list): Update.
7923         (spu_va_start): Update.
7924         * config/sparc/sparc.c (sparc_init_modes): Update.
7925         (sparc_compute_frame_size): Update.
7926         (function_value): Update.
7927         * config/m32r/m32r.c (m32r_compute_frame_size): Update.
7928         * config/i386/i386.md (return expander): Update.
7929         * config/i386/i386.c (ix86_va_start): Update.
7930         (ix86_can_use_return_insn_p): Update.
7931         (ix86_compute_frame_layout): Update.
7932         (ix86_expand_epilogue): Update.
7933         * config/sh/sh.c (output_stack_adjust): Update.
7934         (calc_live_regs): Update.
7935         (sh_expand_prologue): Update.
7936         (sh_builtin_saveregs): Update.
7937         (sh_va_start): Update.
7938         (initial_elimination_offset): Update.
7939         (sh_allocate_initial_value): Update.
7940         (sh_function_ok_for_sibcall): Update.
7941         (sh_get_pr_initial_val): Update.
7942         * config/sh/sh.md (return expander): Update.
7943         * config/avr/avr.c (frame_pointer_required_p): UPdate.
7944         * config/crx/crx.c (crx_compute_frame): UPdate.
7945         (crx_initial_elimination_offset): UPdate.
7946         * config/xtensa/xtensa.c (compute_frame_size): Update
7947         (xtensa_builtin_saveregs): Update.
7948         (xtensa_va_start): Update.
7949         (order_regs_for_local_alloc): Update.
7950         * config/stormy16/stormy16.c (xstormy16_compute_stack_layout): Update.
7951         (xstormy16_expand_builtin_va_start): Update.
7952         * config/fr30/fr30.c (fr30_compute_frame_size): Update.
7953         * config/m68hc11/m68hc11.md (return expanders): Update.
7954         * config/m68hc11/m68hc11.c (expand_prologue): Update.
7955         (expand_epilogue): Update.
7956         * config/cris/cris.c (cris_initial_frame_pointer_offset): Update.
7957         (cris_simple_epilogue): Update.
7958         (cris_expand_prologue): Update.
7959         (cris_expand_epilogue): Update.
7960         * config/iq2000/iq2000.c (iq2000_va_start): Update.
7961         (compute_frame_size): Update.
7962         * config/mt/mt.c (mt_compute_frame_size): Update.
7963         * config/mn10300/mn10300.c (expand_prologue): Update.
7964         (expand_epilogue): Update.
7965         (initial_offset): Update.
7966         (mn10300_builtin_saveregs):
7967         * config/mn10300/mn10300.md (return expander): Update.
7968         * config/ia64/ia64.c (ia64_compute_frame_size): Update.
7969         (ia64_initial_elimination_offset): Update.
7970         (ia64_initial_elimination_offset): Update.
7971         (ia64_expand_prologue): Update.
7972         * config/m68k/m68k.md (return expander): Update.
7973         * config/rs6000/rs6000.c (rs6000_va_start): Update.
7974         (rs6000_stack_info): Update.
7975         * config/mcore/mcore.c (layout_mcore_frame): Update.
7976         (mcore_expand_prolog): Update.
7977         * config/arc/arc.c (arc_compute_frame_size): Update.
7978         * config/score/score3.c (score3_compute_frame_size): Update.
7979         * config/score/score7.c (score7_compute_frame_size): Update.
7980         * config/arm/arm.c (use_return_insn): Update.
7981         (thumb_find_work_register): Update.
7982         (arm_compute_save_reg_mask): Update.
7983         (arm_output_function_prologue): Update.
7984         (arm_output_epilogue): Update.
7985         (arm_size_return_regs): Update.
7986         (arm_get_frame_offsets): Update.
7987         (arm_expand_prologue): Update.
7988         (thumb_exit): Update.
7989         (thumb_unexpanded_epilogue): Update.
7990         (thumb1_output_function_prologue): Update.
7991         * config/pa/pa.md (return expander): Update.
7992         * config/pa/pa.c (compute_frame_size): Update.
7993         (hppa_builtin_saveregs): Update.
7994         * config/mips/mips.c (mips_va_start): Update.
7995         (mips16_build_function_stub): Update.
7996         (mips_compute_frame_info): Update.
7997         (mips_restore_gp): Update.
7998         (mips_output_function_prologue): Update.
7999         (mips_expand_prologue): Update.
8000         * config/v850/v850.c (compute_frame_size): Update.
8001         (expand_prologue): * config/mmix/mmix.c (along): update.
8002         (mmix_initial_elimination_offset): update.
8003         (mmix_reorg): update.
8004         (mmix_use_simple_return): update.
8005         (mmix_expand_prologue): update.
8006         (mmix_expand_epilogue): Update.
8007         * config/bfin/bfin.c (bfin_initial_elimination_offset): Update.
8008         (emit_link_insn): Update.
8010 2008-04-08  Anatoly Sokolov <aesok@post.ru>
8012         * config/avr/avr.h (TARGET_CPU_CPP_BUILTINS): Define 
8013         __AVR_HAVE_EIJMP_EICALL__ macro if device have EIJMP and EICALL 
8014         instructions.
8015         * config/avr/avr.c (avr_mcu_types): Set AVR31 architecture for 
8016         atmega103 device.
8018 2008-04-07  Jan Hubicka  <jh@suse.cz>
8020         * function.h (rtl): Rename to x_rtl.
8021         (crtl): New define.
8022         (return_label, naked_return_label, stack_slot_list, parm_birth_insn,
8023         frame_offset, stack_check_probe_note, arg_pointer_save_area,
8024         used_temp_slots avail_temp_slots, temp_slot_level,
8025         nonlocal_goto_handler_labels): Update accesstors.
8026         (rtl): New global variable.
8027         (struct function): Move some fileds to rtl_data.
8028         (get_arg_pointer_save_area): Update prototype.
8029         * builtins.c (expand_builtin_setjmp_receiver): Update call of
8030         get_arg_pointer_save_area.
8031         * expr.c (init_expr): Update
8032         * function.c (get_frame_size): Update
8033         (assign_stack_local): Update
8034         (expand_function_end): Update.
8035         (get_art_pointer_save_area): Update
8036         * function.h 
8037         * emit-rtl.c (rtl): Declare.
8038         (regno_reg_rtx): Declare.
8039         (first_insn, last_insn, cur_insn_uid, last_location, first_label_num):
8040         Update.
8041         (gen_reg_rtx): Update.
8042         * varasm.c (n_deferred_constatns): Update accestor.
8043         (init_varasm_status): Do not allocate varasm_status.
8044         (force_const_mem, get_pool_size, output_constant_pool): Update.
8045         * stmt.c (force_label_rtx): Do not use x_ prefixes.
8046         (expand_nl_goto_receiver): Update get_arg_pointer_save_area.
8047         * m32c/m32.c (m32c_leaf_function_p, m32c_function_needs_enter): Update.
8048         * sparc/sparc.h (INIT_EXPANDERS): Update.
8049         * ia64/ia64.h (INIT_EXPANDERS): Update.
8051 2008-04-07  James E. Wilson  <wilson@tuliptree.org>
8053         * reload.c (push_secondary_reload): Add missing break to for loop.
8055 2008-04-07  Peter Bergner  <bergner@vnet.ibm.com>
8057         PR middle-end/PR28690
8058         * rtlanal.c: Update copyright years.
8059         (commutative_operand_precedence): Give SYMBOL_REF's the same precedence
8060         as REG_POINTER and MEM_POINTER operands.
8061         * emit-rtl.c (gen_reg_rtx_and_attrs): New function.
8062         (set_reg_attrs_from_value): Call mark_reg_pointer as appropriate.
8063         * rtl.h (gen_reg_rtx_and_attrs): Add prototype for new function.
8064         * gcse.c: Update copyright years.
8065         (pre_delete): Call gen_reg_rtx_and_attrs.
8066         (hoist_code): Likewise.
8067         (build_store_vectors): Likewise.
8068         (delete_store): Likewise.
8069         * loop-invariant.c (move_invariant_reg): Likewise.
8070         Update copyright years.
8072 2008-04-07  Uros Bizjak  <ubizjak@gmail.com>
8074         * config/i386/i386.md ("*sse_prologue_save_insn"): Use braced output
8075         control string instead of quoted.
8077 2008-04-07  Kenneth Zadeck  <zadeck@naturalbridge.com>
8079         * doc/rtl.texi: Rewrite of subreg section.
8081 2008-04-07  Kai Tietz  <kai.tietz@onevision.com>
8083         PR/35842
8084         * config/i386/i386.c (legitimize_pic_address): Add treating
8085         of dllimport SYM_REF's.
8086         (legitimize_dllimport_symbol): Add prototype.
8088 2008-04-07  Eric Botcazou  <ebotcazou@adacore.com>
8090         * fold-const.c (fold) <ARRAY_REF>: New case.  Try to fold constant
8091         reference in constructor with non self-referential type.
8093 2008-04-07  Eric Botcazou  <ebotcazou@adacore.com>
8095         Removal of Return with Depressed Stack Pointer support
8096         * tree.h (TYPE_RETURNS_STACK_DEPRESSED): Delete.
8097         (ECF_SP_DEPRESSED): Likewise.
8098         (ECF_LIBCALL_BLOCK, ECF_NOVOPS): Adjust.
8099         * calls.c (emit_call_1): Do not test ECF_SP_DEPRESSED.
8100         (flags_from_decl_or_type): Do not test TYPE_RETURNS_STACK_DEPRESSED.
8101         (expand_call): Do not test ECF_SP_DEPRESSED.
8102         * dse.c (dse_step0): Do not test TYPE_RETURNS_STACK_DEPRESSED.
8103         * function.c (keep_stack_depressed): Delete.
8104         (handle_epilogue_set): Likewise.
8105         (update_epilogue_consts): Likewise.
8106         (emit_equiv_load): Likewise.
8107         (thread_prologue_and_epilogue_insns): Remove support for Return with
8108         Depressed Stack Pointer.
8109         * print-tree.c (print_node): Do not test TYPE_RETURNS_STACK_DEPRESSED.
8111 2008-04-06  Richard Guenther  <rguenther@suse.de>
8113         PR tree-optimization/35400
8114         * tree-vrp.c (vrp_evaluate_conditional): Only query value-range
8115         information from SSA_NAMEs.
8117 2008-04-06  Anatoly Sokolov <aesok@post.ru>
8119         * config/avr/avr.h (avr_mega_p): Remove declaration.
8120         (AVR_MEGA): Remove macro.
8121         * config/avr/avr.c (avr_mega_p): Remove variable.
8122         (avr_override_options): Remove inicializion of avr_mega_p.
8123         Use AVR_HAVE_JMP_CALL instead of AVR_MEGA.
8124         (print_operand): Use AVR_HAVE_JMP_CALL instead of AVR_MEGA.
8125         (avr_jump_mode): (Ditto.).
8126         (avr_output_progmem_section_asm_op): (Ditto.).
8127         (avr_asm_init_sections): (Ditto.).
8128         (avr_asm_init_sections): (Ditto.).
8129         (avr_rtx_costs): (Ditto.).
8130         * config/avr/avr.md: (Ditto.).
8131         * config/avr/avr.h: Use '__AVR_HAVE_JMP_CALL__' instead of 
8132         '__AVR_MEGA__'.
8134 2008-04-06  Richard Guenther  <rguenther@suse.de>
8136         PR tree-optimization/35842
8137         * tree-ssa-address.c (fixed_address_object_p): Adjust to match
8138         is_gimple_invariant_address.
8140 2008-04-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8142         * gcc.c (default_compilers): Sync Fortran extensions list with
8143         that in fortran/lang-specs.h.
8144         * doc/invoke.texi: Likewise.
8145         * dbxout.c (get_lang_number): Use "GNU Fortran" in "GNU F95".
8146         * dwarf2out.c (gen_compile_unit_die): Likewise.
8148 2008-04-06  Tom G. Christensen  <tgc@jupiterrise.com>
8150         * gthr-posix95.h (__gthread_cond_wait_recursive): Add missing &.
8152 2008-04-05  Uros Bizjak  <ubizjak@gmail.com>
8154         PR target/12329
8155         * config/i386/i386.c (ix86_function_regparm): Error if regparm(3)
8156         attribute is used for nested functions.
8158 2008-04-05  Jan Hubicka  <jh@suse.cz>
8160         * emit-rtl.c (init_emit): xcalloc regno_pointer_align.
8162         * tree-dump.c (dump_enable_all): Remove prototype; do not accept
8163         letter argument.
8164         (dump_files): Update.
8165         (enable_rtl_dump_file): Do not accept letter argument.
8166         * tree-pass.h (dump_file_info): Remove letter argument.
8167         * toplev.c (decode_d_option): Update -da handling.
8168         * toplev.h (enable_rtl_dump_file): Update prototype.
8169         * passes.c (register_one_dump_file): Do not accept IPA argument; work
8170         it out based on pass type.
8171         (register_dump_files_1): Likewise.
8172         (init_optimization_passes): Update register_one_dump_file calls.
8173         (execute_one_pass): Sanity check that IPA passes are called at IPA
8174         level and RTL passes at RTL level.
8175         (execute_pass_list): IPA pass can not be after or subpass of
8176         GIMPLE/RTL pass.
8177         (execute_ipa_pass_list): Handle IPA subpasses of IPA subpasses and
8178         disallov RTL subpasses of IPA subpasses.
8180 2008-04-05  Ben Elliston  <bje@au.ibm.com>
8182         * tree-cfg.c (need_fake_edge_p): Return false for calls to
8183         builtins that return exactly once and do not throw. Cache call to
8184         call_expr_flags.
8186 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
8188         PR rtl-optimization/34916
8189         PR middle-end/35519
8190         * combine.c (create_log_links): Do not create duplicate LOG_LINKS
8191         between instruction pairs.
8193 2008-04-04  Naveen.H.S  <naveen.hs@kpitcummins.com>
8195         * doc/invoke.texi: Document -mbitops for SH.
8196         * config/sh/constraints.md (K03, K12, Sbv, Sbw): New constraints.
8197         * config/sh/predicates.md (bitwise_memory_operand): New predicate.
8198         * config/sh/sh.c (print_operand): Add %t operand code.
8199         * config/sh/sh.h (GO_IF_LEGITIMATE_INDEX): Add condition for SH2A.
8200         * config/sh/sh.md (*iorsi3_compact): Fix condition for SH2A.
8201         (extendqisi2_compact): Add the alternative for SH2A 4-byte mov.b.
8202         (extendqihi2): Likewise.
8203         (movqi_i): Likewise.
8204         (insv): Use bset, bclr and bst instructions for SH2A if possible.
8205         (extv): Use bld instruction for SH2A if possible.
8206         (extzv): Likewise.
8207         (bclr_m2a, bclrmem_m2a, bset_m2a, bsetmem_m2a, bst_m2a, bld_m2a,
8208         bldsign_m2a, bld_reg, *bld_regqi, band_m2a, bandreg_m2a,
8209         bor_m2a, borreg_m2a, bxor_m2a, bxorreg_m2a): New insns.
8210         (bset.b, bclr.b): Define peepholes.
8211         * config/sh/sh.opt (mbitops): New option.
8213 2008-04-04  Janis Johnson  <janis187@us.ibm.com>
8215         PR target/35620
8216         * config/rs6000/rs6000.c (rs6000_check_sdmode): Handle indirect ref
8217         and view convert expression.
8219 2008-04-04  Jakub Jelinek  <jakub@redhat.com>
8221         PR target/35364
8222         * tree-cfg.c (remove_useless_stmts_1): Handle OMP_* containers.
8224 2008-04-04  H.J. Lu  <hongjiu.lu@intel.com>
8226         * config.gcc (extra_headers): Add wmmintrin.h for x86 and x86-64.
8228         * config/i386/cpuid.h (bit_AES): New.
8229         (bit_PCLMUL): Likewise.
8231         * config/i386/i386.c (pta_flags): Add PTA_AES and PTA_PCLMUL.
8232         (override_options): Handle PTA_AES and PTA_PCLMUL.  Enable
8233         SSE2 if AES or PCLMUL is enabled.
8234         (ix86_builtins): Add IX86_BUILTIN_AESENC128,
8235         IX86_BUILTIN_AESENCLAST128, IX86_BUILTIN_AESDEC128,
8236         IX86_BUILTIN_AESDECLAST128, IX86_BUILTIN_AESIMC128,
8237         IX86_BUILTIN_AESKEYGENASSIST128 and IX86_BUILTIN_PCLMULQDQ128.
8238         (bdesc_sse_3arg): Add IX86_BUILTIN_PCLMULQDQ128.
8239         (bdesc_2arg): Add IX86_BUILTIN_AESENC128,
8240         IX86_BUILTIN_AESENCLAST128, IX86_BUILTIN_AESDEC128,
8241         IX86_BUILTIN_AESDECLAST128 and IX86_BUILTIN_AESKEYGENASSIST128.
8242         (bdesc_1arg): Add IX86_BUILTIN_AESIMC128.
8243         (ix86_init_mmx_sse_builtins): Define __builtin_ia32_aesenc128,
8244         __builtin_ia32_aesenclast128, __builtin_ia32_aesdec128,
8245         __builtin_ia32_aesdeclast128,__builtin_ia32_aesimc128,
8246         __builtin_ia32_aeskeygenassist128 and
8247         __builtin_ia32_pclmulqdq128.
8248         * config/i386/i386.c (ix86_expand_binop_imm_builtin): New.
8249         (ix86_expand_builtin): Use it for IX86_BUILTIN_PSLLDQI128 and
8250         IX86_BUILTIN_PSRLDQI128.  Handle IX86_BUILTIN_AESKEYGENASSIST128.
8252         * config/i386/i386.h (TARGET_AES): New.
8253         (TARGET_PCLMUL): Likewise.
8254         (TARGET_CPU_CPP_BUILTINS): Handle TARGET_AES and TARGET_PCLMUL.
8256         * config/i386/i386.md (UNSPEC_AESENC): New.
8257         (UNSPEC_AESENCLAST): Likewise.
8258         (UNSPEC_AESDEC): Likewise.
8259         (UNSPEC_AESDECLAST): Likewise.
8260         (UNSPEC_AESIMC): Likewise.
8261         (UNSPEC_AESKEYGENASSIST): Likewise.
8262         (UNSPEC_PCLMUL): Likewise.
8264         * config/i386/i386.opt (maes): New.
8265         (mpclmul): Likewise.
8267         * config/i386/sse.md (aesenc): New pattern.
8268         (aesenclast): Likewise.
8269         (aesdec): Likewise.
8270         (aesdeclast): Likewise.
8271         (aesimc): Likewise.
8272         (aeskeygenassist): Likewise.
8273         (pclmulqdq): Likewise.
8275         * config/i386/wmmintrin.h: New.
8277         * doc/extend.texi: Document AES and PCLMUL built-in function.
8279         * doc/invoke.texi: Document -maes and -mpclmul.
8281 2008-04-04  Paolo Bonzini  <bonzini@gnu.org>
8283         * function.c (free_after_parsing): Replace with
8284         cxx_push_function_context from C++ front-end.
8285         (allocate_struct_function): Don't call langhook.
8286         * langhooks.h (struct lang_hooks_for_functions): Delete.
8287         (struct lang_hooks): Add back missing_noreturn_ok_p here, delete
8288         member "function".
8289         * langhooks-def.h (LANG_HOOKS_MISSING_NORETURN_OK_P): Add.
8290         (LANG_HOOKS_FUNCTION_INIT, LANG_HOOKS_FUNCTION_FINAL,
8291         LANG_HOOKS_FUNCTION_MISSING_NORETURN_OK_P,
8292         LANG_HOOKS_FUNCTION_INITIALIZER): Delete.
8293         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_MISSING_NORETURN_OK_P,
8294         remove LANG_HOOKS_FUNCTION_INITIALIZER.
8295         * tree-cfg.c: Adjust call to missing_noreturn_ok_p langhook.
8297         * c-objc-common.h (LANG_HOOKS_FUNCTION_MISSING_NORETURN_OK_P):
8298         Rename to LANG_HOOKS_MISSING_NORETURN_OK_P.
8299         
8300 2008-04-04  Jakub Jelinek  <jakub@redhat.com>
8302         PR c/35440
8303         * c-pretty-print.c (pp_c_initializer_list): Handle CONSTRUCTOR
8304         for all types.
8306 2008-04-04  Richard Guenther  <rguenther@suse.de>
8308         PR middle-end/35823
8309         * fold-const.c (optimize_minmax_comparison): Use the correct
8310         type for the constant in the simplified comparison.
8312 2008-04-04  Zuxy Meng <zuxy.meng@gmail.com>
8314         * config/i386/driver-i386.c (describe_cache): Add l2_sizekb argument.
8315         Pass L2 size as "--param l2-cache-size" to the compiler.
8316         (decode_l2_cache): New function to decode L2 cache parameters using
8317         0x8000006 extended cpuid function.
8318         (detect_caches_amd): Determine parameters of L2 cache using
8319         decode_l2_caches function.
8320         (decode_caches_intel): Decode L2 cache parameters.
8321         (detect_caches_intel): Determine L2 cache parameters using
8322         decode_caches_intel and decode_l2_caches functions.
8324 2008-04-03  Bob Wilson  <bob.wilson@acm.org>
8326         * config/xtensa/xtensa.c (xtensa_secondary_reload_class): Use a
8327         secondary input reload for subword loads from the constant pool.
8329 2008-04-03  Janis Johnson  <janis187@us.ibm.com>
8331         PR target/35713
8332         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Use integer
8333           constants of the appropriate size for runtime calculations.
8335         PR c/35712
8336         * dfp.c (decimal_from_decnumber): Retain trailing zeroes for
8337           decimal-float literal constant zero.
8339 2008-04-03  Jakub Jelinek  <jakub@redhat.com>
8341         PR c/35738
8342         * c-parser.c (c_parser_omp_atomic): Call
8343         default_function_array_conversion on the RHS.
8345         PR middle-end/35818
8346         * omp-low.c (scan_sharing_clauses) <case OMP_CLAUSE_SHARED>: Don't
8347         call is_variable_sized if decl has incomplete type.
8349 2008-04-03  H.J. Lu  <hongjiu.lu@intel.com>
8351         * config/i386/i386-protos.h (ix86_aligned_p): Removed.
8353 2008-04-03  Adam Nemet  <anemet@caviumnetworks.com>
8355         * config/mips/mips.md (any_gt, any_ge, any_lt, any_le): New code
8356         iterators.
8357         (u): Add attribute values for gt, gtu, ge, geu, lt, ltu, le and leu.
8358         (sgt<u>): Merge sgt and sgtu into new expander.
8359         (sgt, sgtu): Remove expanders.
8360         (*sgt<u>_<mode>): Merge *sgt_<mode> and *sgtu_<mode> into new pattern.
8361         (*sgt_<mode>, *sgtu_<mode>): Remove patterns.
8362         (*sgt<u>_<mode>_mips16): Merge *sgt_<mode>_mips16 and
8363         *sgtu_<mode>_mips16 into new pattern.
8364         (*sgt_<mode>_mips16, *sgtu_<mode>_mips16): Remove patterns.
8365         (sge<u>): Merge sge and sgeu into new expander.
8366         (sge, sgeu): Remove expanders.
8367         (*sge<u>_<mode>): Merge *sge_<mode> and second *sge_<mode> into
8368         new pattern.
8369         (*sge_<mode>, second *sge_<mode>): Remove patterns.
8370         (slt<u>): Merge slt and sltu into new expander.
8371         (slt, sltu): Remove expanders.
8372         (*slt<u>_<mode>): Merge *slt_<mode> and *sltu_<mode> into new pattern.
8373         (*slt_<mode>, *sltu_<mode>): Remove patterns.
8374         (*slt<u>_<mode>_mips16): Merge *slt_<mode>_mips16 and
8375         *sltu_<mode>_mips16 into new pattern.
8376         (*slt_<mode>_mips16, *sltu_<mode>_mips16): Remove patterns.
8377         (sle<u>): Merge sle and sleu into new expander.
8378         (sle, sleu): Remove expanders.
8379         (*sle<u>_<mode>): Merge *sle_<mode> and *sleu_<mode> into new pattern.
8380         (*sle_<mode>, *sleu_<mode>): Remove patterns.
8381         (*sle<u>_<mode>_mips16): Merge *sle_<mode>_mips16 and
8382         *sleu_<mode>_mips16 into new pattern.
8383         (*sle_<mode>_mips16, *sleu_<mode>_mips16): Remove patterns.
8385 2008-04-03  Jan Hubicka  <jh@suse.cz>
8387         PR tree-optimization/35795
8388         * alpha/alpha.c (alpha_output_mi_thunk_osf): Free after compilation.
8389         * sparc/sparc.c (sparc_output_mi_thunk): Likewise.
8390         * ia64/ia64.c (ia64_output_mi_thunk): Likewise.
8391         * m68k/m68k.c (m68k_output_mi_thunk): Likewise.
8392         * score/score3.c (score3_output_mi_thunk): Likewise.
8393         * score/score7.c (score7_output_mi_thunk): Likewise.
8394         * mips/mips.c (mips_output_mi_thunk): Likewise.
8396 2008-04-03  Richard Guenther  <rguenther@suse.de>
8398         * tree-vrp.c (extract_range_from_unary_expr): Handle all
8399         conversions.  Simplify code.
8401 2008-04-03  Kaz Kojima  <kkojima@gcc.gnu.org>
8403         * config/sh/sh.c (sh_output_mi_thunk): Free cfun.
8405 2008-04-03  Tom Tromey  <tromey@redhat.com>
8406             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8408         * config/m68k/t-uclinux (generated_files): Add sysroot-suffix.h.
8409         * config/bfin/t-bfin-linux (generated_files): Add
8410         linux-sysroot-suffix.h.
8411         * doc/install.texi (Prerequisites): Require make 3.80.
8412         * doc/sourcebuild.texi (Front End Directory): Document new
8413         variable.
8414         * Makefile.in (generated_files): New variable.
8415         (ALL_HOST_OBJS): New variable.
8416         ($(ALL_HOST_OBJS)): New target.
8418 2008-04-03  Paolo Bonzini  <bonzini@gnu.org>
8420         * tree-inline.c (copy_generic_body, copy_decl_no_change): Export.
8421         (remap_block): Call id->transform_lang_insert_block instead
8422         of langhook.
8423         (optimize_inline_calls, unsave_expr_now, tree_function_versioning):
8424         Set id.transform_lang_insert_block to NULL.
8425         (clone_body): Move to cp/optimize.c
8426         * tree-inline.h (struct copy_body_data): Change
8427         transform_lang_insert_block to function pointer.
8428         (copy_generic_body, copy_decl_no_change): Export.
8429         * langhooks.h (struct lang_hooks_for_decls): Kill insert_block.
8430         * langhooks-def.h (LANG_HOOKS_INSERT_BLOCK): Kill.
8431         (LANG_HOOKS_DECLS): Remove LANG_HOOKS_INSERT_BLOCK.
8433         * c-tree.h (insert_block): Kill.
8434         * c-decl.c (insert_block): Kill.
8436 2008-04-03  Paolo Bonzini  <bonzini@gnu.org>
8438         * c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED,
8439         LANG_HOOKS_FUNCTION_LEAVE_NESTED): Delete.
8440         * c-tree.h (c_push_function_context, c_pop_function_context): Remove
8441         argument.
8442         * c-decl.c (c_push_function_context, c_pop_function_context): Remove
8443         argument, call {push,pop}_function_context from here.
8444         * c-parser.c: Use c_{push,pop}_function_context.
8446         * function.c (push_function_context_to): Move meat ...
8447         (push_function_context): ... here.  Simplify.
8448         * function.c (pop_function_context_from): Move meat ...
8449         (pop_function_context): ... here.  Simplify.
8450         * langhooks.h (struct lang_hooks_for_functions): Remove enter_nested,
8451         leave_nested).
8452         * langhooks-def.h (LANG_HOOKS_FUNCTION_ENTER_NESTED,
8453         LANG_HOOKS_FUNCTION_LEAVE_NESTED): Delete.
8454         (LANG_HOOKS_FUNCTION_INITIALIZER): Delete them from here.
8455         * tree.h (push_function_context_to, pop_function_context_from): Remove.
8457 2008-04-03  Ben Elliston  <bje@au.ibm.com>
8459         * expmed.c (extract_force_align_mem_bit_field): Remove.
8461 2008-04-03  Richard Guenther  <rguenther@suse.de>
8463         PR middle-end/35800
8464         * expr.h (try_casesi): Adjust prototype.
8465         * expr.c (try_casesi): Take fallback label as extra parameter.
8466         Use that for gen_casesi if default_label is NULL.
8467         * stmt.c (expand_case): Pass fallback label to try_casesi,
8468         make sure to fill gaps with a fallback label if default_label
8469         is not present.
8471 2008-04-03  Dominique d'Humieres <dominiq@lps.ens.fr>
8473         PR target/35801
8474         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Free cfun.
8476 2008-04-03  Ben Elliston  <bje@au.ibm.com>
8478         * expmed.c (extract_split_bit_field): Remove if (0) code.
8479         * tree-ssa-structalias.c (do_sd_constraint): Likewise.
8480         (do_ds_constraint): Likewise.
8482 2008-04-02  Joseph Myers  <joseph@codesourcery.com>
8484         * doc/cppopts.texi (-dU): Document.
8485         * c-common.h (flag_dump_macros): Update comment.
8486         * c-opts.c (handle_OPT_d): Handle -dU.
8487         * c-ppoutput.c (macro_queue, define_queue, undef_queue,
8488         dump_queued_macros, cb_used_define, cb_used_undef): New.
8489         (init_pp_output): Handle -dU.
8490         (cb_line_change): Call dump_queued_macros.
8491         * toplev.c (decode_d_option): Accept -dU as preprocessor option.
8493 2008-04-02  Anatoly Sokolov <aesok@post.ru>
8495         * config/avr/predicates.md (io_address_operand): New predicate. 
8496         * config/avr/avr-protos.h (avr_io_address_p): Remove declaration.
8497         * config/avr/avr.c (avr_io_address_p): Remove function.
8498         (out_movqi_r_mr): Use 'io_address_operand' predicate instead of 
8499         'avr_io_address_p' function.
8500         (out_movhi_r_mr): (Ditto.).
8501         (out_movqi_mr_r): (Ditto.).
8502         (out_movhi_mr_r): (Ditto.).
8503         (avr_address_cost): (Ditto.).
8505 2008-04-02  Uros Bizjak  <ubizjak@gmail.com>
8507         * config/i386/i386.md (*float<SSEMODEI24:mode><X87MODEF:mode>2_1):
8508         Emit gen_floatdi<X87MODEF:mode>2_i387_with_xmm for DImode values
8509         in 32bit mode when XMM registers are available to avoid store
8510         forwarding stalls.
8511         (floatdi<X87MODEF:mode>2_i387_with_xmm): New insn pattern and
8512         corresponding post-reload splitters.
8514 2008-04-02  H.J. Lu  <hongjiu.lu@intel.com>
8516         * config/i386/i386.c (bdesc_sse_3arg): Add __builtin_ia32_shufps
8517         and __builtin_ia32_shufpd.  Provide __builtin_ia32_roundsd and
8518         __builtin_ia32_roundss.
8519         (ix86_init_mmx_sse_builtins): Remove __builtin_ia32_shufps,
8520         __builtin_ia32_shufpd, __builtin_ia32_roundsd and
8521         __builtin_ia32_roundss.
8522         (ix86_expand_builtin): Don't handle IX86_BUILTIN_SHUFPS and
8523         IX86_BUILTIN_SHUFPD here.
8525 2008-04-02  H.J. Lu  <hongjiu.lu@intel.com>
8527         * config/i386/i386.md (plogic): New.
8528         (plogicprefix): Likewise.
8530         * config/i386/mmx.md (mmx_<code><mode>3): New.
8531         (mmx_and<mode>3): Removed.
8532         (mmx_ior<mode>3): Likewise.
8533         (mmx_xor<mode>3): Likewise.
8535         * config/i386/sse.md (<code><mode>3): New.
8536         (*<code><mode>3): Likewise.
8537         (*<code><mode>3): Likewise.
8538         (<code><mode>3): Likewise.
8539         (*sse_<code><mode>3): Likewise.
8540         (*sse2_<code><mode>3): Likewise.
8541         (<code>tf3): Likewise.
8542         (*<code>tf3): Likewise.
8543         (and<mode>3): Likewise.
8544         (*and<mode>3): Likewise.
8545         (ior<mode>3): Removed.
8546         (*ior<mode>3): Likewise.
8547         (xor<mode>3): Likewise.
8548         (*xor<mode>3): Likewise.
8549         (*and<mode>3): Likewise.
8550         (*ior<mode>3): Likewise.
8551         (*xor<mode>3): Likewise.
8552         (and<mode>3): Likewise.
8553         (*sse_and<mode>3): Likewise.
8554         (*sse2_and<mode>3): Likewise.
8555         (andtf3): Likewise.
8556         (*andtf3): Likewise.
8557         (ior<mode>3): Likewise.
8558         (*sse_ior<mode>3): Likewise.
8559         (*sse2_ior<mode>3): Likewise.
8560         (iortf3): Likewise.
8561         (*iortf3): Likewise.
8562         (xor<mode>3): Likewise.
8563         (*sse_xor<mode>3): Likewise.
8564         (*sse2_xor<mode>3): Likewise.
8565         (xortf3): Likewise.
8566         (*xortf3): Likewise.
8568 2008-04-02  Richard Guenther  <rguenther@suse.de>
8570         PR tree-optimization/14495
8571         PR tree-optimization/34793
8572         * tree-vrp.c (struct switch_update): New structure.
8573         (to_remove_edges, to_update_switch_stmts): New VECs.
8574         (simplify_switch_using_ranges): New function.  Remove not taken
8575         case labels and edges.
8576         (simplify_stmt_using_ranges): Call it.
8577         (identify_jump_threads): Mark edges we have queued for removal
8578         so we don't thread them.
8579         (execute_vrp): Remove edges queued for removal, update SWITCH_STMT
8580         case label vector.
8581         * tree-cfg.c (group_case_labels): Deal with missing default label.
8582         (tree_verify_flow_info): Allow missing default label.
8583         * stmt.c (emit_case_bit_tests): Deal with NULL default_label.
8584         (emit_case_nodes): Likewise.
8585         (expand_case): Do not rely on the default label to be present.
8586         * expr.c (try_casesi): Deal with NULL default_label.
8587         (do_tablejump): Likewise.
8589 2008-04-02  Richard Guenther  <rguenther@suse.de>
8591         PR tree-optimization/14495
8592         * tree-vrp.c (vrp_visit_cond_stmt): Do not handle
8593         SWITCH_EXPR here ...
8594         (vrp_visit_switch_stmt): ... but here (new function).
8595         (find_case_label_index): New helper function.
8596         (vrp_visit_stmt): Dispatch to vrp_visit_switch_stmt.
8598 2008-04-02  Paolo Bonzini  <bonzini@gnu.org>
8600         * fwprop.c: Fix ISO-C99ism.
8602 2008-04-02  Paolo Bonzini  <bonzini@gnu.org>
8604         PR bootstrap/35752
8605         * Makefile.in (objdir): Set it here.
8606         * configure.ac: Not here.  Find dynamic linker characteristics.
8607         * exec-tool.in: Use them.
8608         * aclocal.m4: Regenerate.
8609         * configure: Regenerate.
8611 2008-04-02  Paolo Bonzini  <bonzini@gnu.org>
8613         * expr.c (expand_var): Delete it.
8614         * expr.h (expand_var): Delete prototype.
8615         * function.c (expand_function_start): Use expand_decl instead.
8616         * cfgexpand.c (expand_one_static_var, expand_one_var): Don't call
8617         langhook.
8619 2008-04-02  Andy Hutchinson <hutchinsonamdy@aim.com>
8621         PR rtl-optimization/35542
8622         * fwprop.c (forward_propagate_and_simplify): Replace
8623         loc_reg_mentioned_in_p with reg_mentioned_p.
8625 2008-04-02  Paolo Bonzini  <bonzini@gnu.org>
8627         PR rtl-optimization/35281
8628         * fwprop.c (PR_CAN_APPEAR, PR_HANDLE_MEM): New.
8629         (propagate_rtx_1): Handle PR_HANDLE_MEM.
8630         (propagate_rtx): Pass PR_HANDLE_MEM if appropriate.
8631         (varying_mem_p): Move above propagate_rtx.
8632         (all_uses_available_at): Do not check MEMs.
8634 2008-04-02  Rafael Espindola  <espindola@google.com>
8636         * tree-vrp.c (extract_code_and_val_from_cond): Remove.
8637         (register_edge_assert_for_2): Split the cond argument.
8638         (register_edge_assert_for_1): Adjust for the change in
8639         register_edge_assert_for_2.
8640         (register_edge_assert_for): Split the cond argument.
8641         (find_switch_asserts): Adjust for the change in
8642         register_edge_assert_for.
8644 2008-04-02  Kai Tietz  <kai.tietz@onevision.com>
8646         * config.gcc: Add for x86_64-*-mingw* the t-crtfm to tbuild.
8647         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Add 8 byte
8648         offsets for 64-bit mingw.
8649         * config/i386/i386.c (ix86_pass_by_reference): Correct calling
8650         abi for x86_64-pc-mingw.
8652 2008-04-02  Richard Guenther  <rguenther@suse.de>
8654         * tree-vrp.c (extract_range_from_assert): Make sure to not
8655         produce range min/max with TREE_OVERFOW set.
8656         If merging a anti-range and a range keep the anti-range if
8657         the range covers all values of the type.
8658         (register_edge_assert_for_2): Only allow sign-changing
8659         conversions in detecting canonical range checks.  Also
8660         register an assert for the unsigned name if useful.
8662         PR tree-optimization/35787
8663         * tree-vrp.c (vrp_val_max): New function.
8664         (vrp_val_min): Likewise.
8665         (vrp_val_is_max): Move earlier, use vrp_val_{min,max}.
8666         (vrp_val_is_min): Likewise.
8667         (supports_overflow_infinity): Use vrp_val_{min,max}.
8668         (negative_overflow_infinity): Likewise.
8669         (positive_overflow_infinity): Likewise.
8670         (is_negative_overflow_infinity): Use vrp_val_is_{min,max}.
8671         (is_positive_overflow_infinity): Likewise.
8672         (is_overflow_infinity): Likewise.
8673         (avoid_overflow_infinity): Use vrp_val_{min,max} and
8674         vrp_val_is_{min,max}.
8675         (set_and_canonicalize_value_range): Canonicalize anti-ranges
8676         to ranges if possible.  Avoid empty ranges.
8678 2008-04-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8680         PR middle-end/35705
8681         * fold-const.c (get_pointer_modulus_and_residue): Return modulus 1 if
8682         the expression is a function address.
8684 2008-04-01  George Helffrich  <george@gcc.gnu.org>
8686         PR fortran/35154, fortran/23057
8687         * dbxout.c: Emit .stabs debug info for Fortran COMMON block
8688         variables as base symbol name + offset using N_BCOMM/N_ECOMM.
8689         (is_fortran, dbxout_common_name, dbxout_common_check): New functions.
8690         (dbxout_symbol_location): Transform N_LCSYM to N_GSYM for storage
8691         in common.
8692         (dbxout_syms): Check for COMMON-based symbol and wrap in
8693         N_BCOMM/N_ECOMM stab bracket, including as many symbols as possible
8694         in bracket for efficiency.
8696         * dwarf2out.c: Emit DWARF debug info for Fortran COMMON block
8697         using DW_TAG_common_block + member offset.
8698         (add_pubname_string): New function.
8699         (dw_expand_expr): New function to find block name and offset for
8700         COMMON var.
8701         (common_check): New function to check whether symbol in Fortran COMMON.
8702         (gen_variable_die): If COMMON, use DW_TAG_common_block.
8704 2008-04-01  Volker Reichelt  <v.reichelt@netcologne.de>
8706         PR c/35436
8707         * c-format.c (init_dynamic_gfc_info): Ignore invalid locus type.
8709 2008-04-02  Ben Elliston  <bje@au.ibm.com>
8711         * config/v850/v850.md (casesi): Remove if (0) code.
8712         * config/i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
8713         * config/alpha/alpha.c (alpha_initialize_trampoline): Likewise.
8715 2008-04-01  Uros Bizjak  <ubizjak@gmail.com>
8717         * config/i386/i386.md (rex64suffix): New mode attribute.
8718         (floathi<mode>2): Disable expander for SSE math.
8719         (*floathi<mode>2_1): New insn insn_and_split pattern.
8720         (*floathi<mode>2_i387_with_temp): New macroized instruction pattern and
8721         corresponding post-reload splitters.
8722         (*floathi<mode>2_i387): New macroized insn pattern.
8723         (float<SSEMODEI24:mode><X87MODEF:mode>2): New macroized expander.
8724         (*float<SSEMODEI24:mode><X87MODEF:mode>2_1): New macroized
8725         insn_and_split pattern.
8726         (*floatsi<mode>2_vector_mixed_with_temp, *floatsi<mode>2_vector_mixed):
8727         New macroized instruction patterns and corresponding post-reload
8728         splitters.
8729         (*floatsi<mode>2_mixed_with_temp): New macroized instruction pattern
8730         and corresponding post-reload splitters.
8731         (*floatsi<mode>2_mixed_interunit, *floatsi<mode>2_mixed_nointerunit):
8732         New macroized instruction patterns.
8733         (*floatsi<mode>2_vector_sse_with_temp, *floatsi<mode>2_vector_sse): New
8734         macroized instruction patterns and corresponding post-reload splitters.
8735         (*floatsi<mode>2_sse_with_temp): New macroized instruction pattern and
8736         corresponding post-reload splitters.
8737         (*floatsi<mode>2_sse_interunit, *floatsi<mode>2_mixed_nointerunit):
8738         New macroized instruction patterns.
8739         (*floatsi<mode>2_i387_with_temp): New macroized instruction pattern and
8740         corresponding post-reload splitters.
8741         (*floatsi<mode>2_i387): New macroized instruction patterns.
8743 2008-04-01  H.J. Lu  <hongjiu.lu@intel.com>
8745         * config/i386/i386.md (smaxmin): New.
8746         (umaxmin): Likewise.
8747         (maxminiprefix): Likewise.
8748         (maxminfprefix): Likewise.
8749         (<code><mode>3): Likewise.
8750         (smin<mode>3): Removed.
8751         (smax<mode>3): Likewise.
8753         * config/i386/mmx.md (mmx_<code>v2sf3): New.
8754         (mmx_<code>v4hi3): Likewise.
8755         (mmx_<code>v8qi3): Likewise.
8756         (mmx_smaxv2sf3): Removed.
8757         (mmx_sminv2sf3): Likewise.
8758         (mmx_umaxv8qi3): Likewise.
8759         (mmx_smaxv4hi3): Likewise.
8760         (mmx_uminv8qi3): Likewise.
8761         (mmx_sminv4hi3): Likewise.
8763         * config/i386/sse.md (<addsub><mode>3): New.
8764         (*<addsub><mode>3): Likewise.
8765         (<sse>_vm<addsub><mode>3): Likewise.
8766         (<maxmin><mode>3): Likewise.
8767         (*<maxmin><mode>3_finite): Likewise.
8768         (*<maxmin><mode>3): Likewise.
8769         (<sse>_vm<maxmin><mode>3): Likewise.
8770         (sse3_h<addsub>v4sf3): Likewise.
8771         (sse3_h<addsub>v2df3): Likewise.
8772         (<maxmin>v16qi3): Likewise.
8773         (*<maxmin>v16qi3): Likewise.
8774         (<maxmin>v8hi3): Likewise.
8775         (*<maxmin>v8hi3): Likewise.
8776         (*sse4_1_<maxmin><mode>3): Likewise.
8777         (*sse4_1_<maxmin><mode>3): Likewise.
8778         (add<mode>3): Removed.
8779         (*add<mode>3): Likewise.
8780         (<sse>_vmadd<mode>3): Likewise.
8781         (sub<mode>3): Likewise.
8782         (*sub<mode>3): Likewise.
8783         (<sse>_vmsub<mode>3): Likewise.
8784         (smin<mode>3): Likewise.
8785         (*smin<mode>3_finite): Likewise.
8786         (*smin<mode>3): Likewise.
8787         (<sse>_vmsmin<mode>3): Likewise.
8788         (smax<mode>3): Likewise.
8789         (*smax<mode>3_finite): Likewise.
8790         (*smax<mode>3): Likewise.
8791         (<sse>_vmsmax<mode>3): Likewise.
8792         (sse3_haddv4sf3): Likewise.
8793         (sse3_haddv2df3): Likewise.
8794         (sse3_hsubv4sf3): Likewise.
8795         (sse3_hsubv2df3): Likewise.
8796         (umaxv16qi3): Likewise.
8797         (*umaxv16qi3): Likewise.
8798         (smaxv8hi3): Likewise.
8799         (*smaxv8hi3): Likewise.
8800         (*sse4_1_smax<mode>3): Likewise.
8801         (*sse4_1_umax<mode>3): Likewise.
8802         (uminv16qi3): Likewise.
8803         (*uminv16qi3): Likewise.
8804         (sminv8hi3): Likewise.
8805         (*sminv8hi3): Likewise.
8806         (*sse4_1_smin<mode>3): Likewise.
8807         (*sse4_1_umin<mode>3): Likewise.
8809 2008-04-01  Rafael Espindola  <espindola@google.com>
8811         * tree-cfg.c (verify_expr): remove in_phi.
8812         (verify_stmt): Don't call walk_tree with verify_expr. Use
8813         is_gimple_min_invariant instead of is_gimple_val.
8815 2008-04-01  Joseph Myers  <joseph@codesourcery.com>
8817         * doc/include/gpl_v3.texi: Update for manpage generation.
8818         * doc/gcc.texi, doc/gccint.texi: Include gpl_v3.texi instead of
8819         gpl.texi.
8820         * doc/sourcebuild.texi: Document gpl_v3.texi as well as gpl.texi.
8821         * Makefile.in (TEXI_GCC_FILES, TEXI_GCCINT_FILES): Include
8822         gpl_v3.texi instead of gpl.texi.
8823         (gpl.pod): New.
8825 2008-04-01  Jakub Jelinek  <jakub@redhat.com>
8827         PR pch/13675
8828         * c-pch.c (c_common_read_pch): On error close (fd) resp. fclose (f).
8830 2008-04-01  Rafael Espindola  <espindola@google.com>
8832         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): New.
8833         (extract_code_and_val_from_cond): Use
8834         extract_code_and_val_from_cond_with_ops.
8836 2008-04-01  Jan Hubicka  <jh@suse.cz>
8838         * function.c (free_after_compilation): Free epilogue_delay_list.
8839         (prepare_function_start): Assert that previous compilation was freed.
8841 2008-04-01  Jan Hubicka  <jh@suse.cz>
8842             Jim Wilson  <wilson@tuliptree.org>
8843             Andreas Tobler <andreast@gcc.gnu.org>
8845         PR middle-end/35781
8846         * m32c/m32.c (m32c_leaf_function_p, m32c_function_needs_enter): Use
8847         rtl.emit instead cfun->emit.
8848         * sparc/sparc.h (INIT_EXPANDERS): Likewise.
8849         * ia64/ia64.h (INIT_EXPANDERS): Likewise.
8851 2008-04-01  Ben Elliston  <bje@au.ibm.com>
8853         * doc/c-tree.texi (Function Basics): Fix grammatical error.
8855 2008-03-31  Seongbae Park <seongbae.park@gmail.com>
8857         * common.opt (fprofile-dir=, fprofile-use=, fprofile-generate=):
8858         New options
8859         (fprofile-use): Add var flag_profile_use
8860         * coverage.c (coverage_begin_output): Do not open a gcno file for
8861         output only if -ftest-coverage is set.
8862         Do not add getpwd() to gcda file path.
8863         (build_gcov_info): Check the new flag
8864         flag_profile_datafile_relative_path.
8865         (coverage_init): Use profile_data_prefix.
8866         Read profile counter only if flag_profile_use is set.
8867         * opts.c (common_handle_option): New option fprofile-use=,
8868         fprofile-dir=, fprofile-generate=.
8869         * toplev.c (profile_data_prefix): New variable definition.
8870         * toplev.h (profile_data_prefix): New declaration.
8871         * doc/invoke.tex (Option Summary, Optimization Options):
8872         Add new options.
8874 2008-03-31  James E. Wilson  <wilson@tuliptree.org>
8876         * varasm.c (output_constant_pool_1): In LABEL_REF check,
8877         use tmp consistently.
8879         PR target/35695
8880         * config/ia64/div.md (recip_approx_rf): Use UNSPEC not DIV.
8881         * config/ia64/ia64.c (rtx_needs_barrier): Handle
8882         UNSPEC_FR_RECIP_APPROX_RES.
8883         * config/ia64/ia64.md (UNSPEC_FR_RECIP_APPROX_RES): Define.
8885 2008-03-31  Volker Reichelt  <v.reichelt@netcologne.de>
8887         PR c/35750
8888         * c-decl.c (store_parm_decls_oldstyle): Skip invalid parameters.
8890 2008-03-31  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8892         PR middle-end/30186
8893         * fold-const.c (fold_indirect_ref_1): Support accessing non first
8894         element of the vector via a pointer.
8896 2008-03-31  Ian Lance Taylor  <iant@google.com>
8898         * tlink.c (scan_linker_output): Look for symbol name in single quotes.
8900 2008-03-31  Jan Hubicka  <jh@suse.cz>
8902         * builtins.c (expand_builtin_setjmp_receiver): Update call of
8903         get_arg_pointer_save_area.
8904         * expr.c (init_expr): Just clear out rtl.expr.
8905         * function.c (free_after_compilation): Clear out whole RTL structure.
8906         (get_func_frame_size): Merge into ...
8907         (get_frame_size): ... this one.
8908         (assign_stack_local_1): Merge into ...
8909         (assign_stack_local): ... this one.
8910         (expand_function_end): Update call of get_arg_pointer_save_area.
8911         (get_art_pointer_save_area): Remove cfun argument.
8912         * function.h (emit_status): regno_pointer_align does not need length
8913         attribute. Move x_regno_reg_rtx to ...
8914         (regno_reg_rtx): ... new global array.
8915         (reg_rtx_no, seq_stack, REGNO_POINTER_ALIGN): Update accestors.
8916         (pending_stack_adjust, inhibit_defer_pop, saveregs_value,
8917         apply_args_value, forced_labels, stack_pointer_delta):
8918         Update accestors.
8919         (struct varasm_status): Move here from varasm.c
8920         (struct rtl_data): New. Move here some fields from struct function.
8921         (return_label, naked_return_label, stack_slot_list, parm_birth_insn,
8922         frame_offset, stack_check_probe_note, arg_pointer_save_area,
8923         used_temp_slots avail_temp_slots, temp_slot_level,
8924         nonlocal_goto_handler_labels): Update accesstors.
8925         (rtl): New global variable.
8926         (struct function): Move some fileds to rtl_data.
8927         (get_arg_pointer_save_area): Update prototype.
8928         * emit-rtl.c (rtl): Declare.
8929         (regno_reg_rtx): Declare.
8930         (first_insn, last_insn, cur_insn_uid, last_location, first_label_num):
8931         Update.
8932         (gen_reg_rtx): Update.
8933         (init_virtual_regs): Do not tate emit_status argument.
8934         (init_emit): Do not allocate emit.
8935         * varasm.c (varasm_statuc): Move to function.h.
8936         (n_deferred_constatns): Update accestor.
8937         (init_varasm_status): Do not allocate varasm_status.
8938         (force_const_mem, get_pool_size, output_constant_pool): Update.
8939         * stmt.c (force_label_rtx): Do not use x_ prefixes.
8940         (expand_nl_goto_receiver): Update get_arg_pointer_save_area.
8942 2008-03-31  Zdenek Dvorak  <ook@ucw.cz>
8944         PR rtl-optimization/35729
8945         * loop-invariant.c (check_maybe_invariant): Disallow volatile memory
8946         references.
8948 2008-03-31  H.J. Lu  <hongjiu.lu@intel.com>
8950         PR target/32000
8951         * config/i386/i386.md (*movti_internal): Emit unaligned SSE
8952         load/store if memory is unaligned.
8953         (*movti_rex64): Likewise.
8955         * config/i386/predicates.md (misaligned_operand): New.
8957 2008-03-31  Andrew Pinski  <pinskia@gmail.com>
8959         PR tree-opt/35431
8960         * tree-ssa-phiopt.c (conditional_replacement): Return early for
8961         complex types.
8963 2008-03-31  Jan Beulich  <jbeulich@novell.com>
8965         * config/ia64/constraints.md: Add 'j' constraint.
8966         * config/ia64/ia64.md (movsi_internal): Add addp4 case.
8967         (movdi_internal): Likewise.
8969 2008-03-30  Volker Reichelt  <v.reichelt@netcologne.de>
8971         PR c/35748
8972         * c-typeck.c (build_c_cast): Skip invalid fields in unions.
8974 2008-03-30  H.J. Lu  <hongjiu.lu@intel.com>
8976         PR target/35757
8977         * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Issue
8978         proper error message for the third argument on blendpd and
8979         blendps.
8981         * config/i386/sse.md (blendbits): New.
8982         (sse4_1_blendp<ssemodesuffixf2c>): Use it.
8984 2008-03-30  Eric Botcazou  <ebotcazou@adacore.com>
8986         * fold-const.c (fold_binary) <BIT_IOR_EXPR>: Add missing conversions.
8988 2008-03-30  Richard Guenther  <rguenther@suse.de>
8990         PR middle-end/31023
8991         * fold-const.c (fold_sign_changed_comparison): Do leave
8992         conversions to base-types alone.
8994 2008-03-29  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8996         * config/rs6000/rs6000.c (rs6000_stack_info): Don't force saving of
8997         the link register if one altivec register is be saved.
8999 2008-03-30  Ben Elliston  <bje@au.ibm.com>
9001         * final.c (final_scan_insn): Remove if (0) code.
9003 2008-03-28  Volker Reichelt  <v.reichelt@netcologne.de>
9005         * c-parser.c (c_parser_next_token_is_keyword): Simplify.
9007 2008-03-28  H.J. Lu  <hongjiu.lu@intel.com>
9009         * config/i386/sse.md (*and<mode>3): Pass <MODE>mode instead
9010         of V4SFmode to ix86_binary_operator_ok.
9012 2008-03-28  Uros Bizjak  <ubizjak@gmail.com>
9014         * config/i386/i386.c (override_options): Initialize
9015         ix86_veclib_handler to ix86_veclibabi_svml when
9016         -mveclibabi=svml is used.
9017         (ix86_veclibabi_svml): New function for SVML ABI style
9018         vectorization support.
9019         * doc/invoke.texi (-mveclibabi) [svml]: Document new target option.
9021 2008-03-28  Rafael Espindola  <espindola@google.com>
9023         * fold-const.c (tree_unary_nonnegative_warnv_p): Make it public.
9024         (tree_binary_nonnegative_warnv_p): Make it public.
9025         (tree_single_nonnegative_warnv_p): Make it public.
9026         (tree_invalid_nonnegative_warnv_p): Make it public.
9027         (tree_unary_nonzero_warnv_p): Make it public.
9028         (tree_binary_nonzero_warnv_p): Make it public
9029         (tree_single_nonzero_warnv_p): Make it public.
9030         * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops): New function.
9031         (extract_range_from_binary_expr): Split the expr argument.
9032         (extract_range_from_unary_expr): Split the expr argument.
9033         (extract_range_from_comparison): Split the expr argument.
9034         (extract_range_from_expr): Use the new aux functions.
9035         (vrp_evaluate_conditional_warnv): Use
9036         vrp_evaluate_conditional_warnv_with_ops.
9037         * tree.h (tree_unary_nonzero_warnv_p): Declare.
9038         (tree_binary_nonzero_warnv_p): Declare.
9039         (tree_single_nonzero_warnv_p): Declare.
9040         (tree_expr_nonzero_warnv_p): Declare.
9041         (tree_unary_nonnegative_warnv_p): Declare.
9042         (tree_binary_nonnegative_warnv_p): Declare.
9043         (tree_single_nonnegative_warnv_p): Declare.
9044         (tree_invalid_nonnegative_warnv_p): Declare.
9046 2008-03-28  Richard Guenther  <rguenther@suse.de>
9048         PR tree-optimization/30317
9049         PR tree-optimization/30911
9050         PR tree-optimization/34793
9051         * tree-vrp.c (set_and_canonicalize_value_range): New function.
9052         (struct assert_locus_d): New member EXPR.
9053         (register_new_assert_for): Add EXPR parameter to support
9054         ASSERT_EXPR <name, expr OP limit>.
9055         (register_edge_assert_for_1): Adjust callers.
9056         (find_assert_locations): Likewise.
9057         (process_assert_insertions_for): Build condition from expression.
9058         (extract_range_from_assert): Handle ASSERT_EXPRs
9059         of the form ASSERT_EXPR <name, expr OP limit>.
9060         (register_edge_assert_for_2): New helper registering
9061         asserts for comparisons.  Recognize range tests of the form
9062         (unsigned)i - CST1 OP CST2.
9063         (register_edge_assert_for_1): Use it.
9064         (register_edge_assert_for): Likewise.
9065         (needs_overflow_infinity): Integer sub-types
9066         do not need overflow infinities.
9067         (vrp_val_is_max): The extreme values of integer sub-types
9068         are those of the base type.
9069         (vrp_val_is_min): Likewise.
9070         * tree.def (ASSERT_EXPR): Document extra allowed conditional
9071         expressions.
9073 2008-03-28  Nick Clifton  <nickc@redhat.com>
9075         PR target/31110
9076         * config/mn10300/mn10300.c (mn10300_secondary_reload_class):
9077         Return GENERAL_REGS for stack adjustment reloads.
9079 2008-03-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
9081         PR target/31334
9082         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Create a
9083         const_vector when all the vectors are constant.
9085 2008-03-27  Bob Wilson  <bob.wilson@acm.org>
9087         * config/xtensa/xtensa.c (gen_float_relational): Handle unordered
9088         comparisons.
9089         * config/xtensa/xtensa.md (any_cond): Add unordered comparisons.
9090         (any_scc_sf): Add uneq, unlt, unle and unordered operators.
9091         (scc_sf): New.
9092         (s<code>_sf): Use new scc_sf attribute for opcode names.
9094 2008-03-27  Tom Tromey  <tromey@redhat.com>
9096         * doc/sourcebuild.texi, doc/install.texi, configure, aclocal.m4,
9097         configure.ac, Makefile.in, config/t-darwin, config/m32c/t-m32c,
9098         config/spu/t-spu-elf, config/i386/t-interix,
9099         config/i386/t-cygming, config/i386/x-i386, config/i386/t-cygwin,
9100         config/i386/x-darwin, config/i386/x-mingw32,
9101         config/i386/t-netware, config/i386/x-cygwin, config/i386/t-nwld,
9102         config/sh/t-sh, config/sh/t-symbian, config/x-linux,
9103         config/t-sol2, config/x-hpux, config/x-darwin, config/ia64/t-ia64,
9104         config/x-solaris, config/t-vxworks, config/m68k/t-uclinux,
9105         config/rs6000/x-rs6000, config/rs6000/x-darwin64,
9106         config/rs6000/x-darwin, config/rs6000/t-rs6000,
9107         config/score/t-score-elf, config/arm/t-strongarm-pe,
9108         config/arm/t-pe, config/arm/t-arm, config/arm/t-wince-pe,
9109         config/v850/t-v850, config/v850/t-v850e, config/bfin/t-bfin-linux:
9110         Revert automatic dependency patch.
9112 2008-03-27  H.J. Lu  <hongjiu.lu@intel.com>
9114         PR target/35657
9115         * config/i386/i386.c (ix86_function_arg_boundary): Align
9116         decimal floating point to its natural boundary.
9118 2008-03-27  Richard Guenther  <rguenther@suse.de>
9120         PR middle-end/35716
9121         * fold-const.c (fold_comparison): Restrict distinct decl
9122         comparison folding to VAR_DECLs and PARM_DECLs.  Do not
9123         solely rely on operand_equal_p.
9125 2008-03-27  Richard Guenther  <rguenther@suse.de>
9127         PR c/32511
9128         * c-common.c (handle_weak_attribute): Reject combination of
9129         weak and inline.
9131 2008-03-27  Richard Guenther  <rguenther@suse.de>
9133         PR tree-optimization/32810
9134         * tree-ssa-ccp.c (get_symbol_constant_value): Strip useless
9135         conversions from DECL_INITIAL.
9136         (fold_const_aggregate_ref): Likewise from constructor elements.
9138 2008-03-27  Zdenek Dvorak  <ook@ucw.cz>
9140         * tree-affine.h (aff_combination_expand): Declare.
9141         (get_inner_reference_aff): Likewise.
9142         * tree-affine.c (aff_combination_expand): Split out from
9143         tree_to_aff_combination_expand.
9144         (get_inner_reference_aff): New function.
9145         * tree-parloops.c (loop_parallel_p): Free vectorizer info.
9146         * tree-ssa-loop-im.c: Include tree-affine.h and pointer-set.h.
9147         (struct lim_aux_data): sm_done field removed.
9148         (mem_ref_loc_p, mem_ref_locs_p): New types.
9149         (struct mem_ref): Added id, stored, accesses_in_loop,
9150         indep_loop, dep_loop, indep_ref, dep_ref fields.
9151         Removed is_stored, locs and next fields.
9152         (memory_accesses): New variable.
9153         (movement_possibility): Do not allow moving statements
9154         that store to memory.
9155         (outermost_indep_loop, simple_mem_ref_in_stmt, mem_ref_in_stmt):
9156         New functions.
9157         (determine_max_movement): For statements with memory references,
9158         find the outermost loop in that the reference is independent.
9159         (move_computations_stmt): Mark the virtual operands for renaming.
9160         (memref_free, mem_ref_alloc, mem_ref_locs_alloc, mark_ref_stored,
9161         gather_mem_refs_stmt, gather_mem_refs_in_loops, vtoe_hash, vtoe_eq,
9162         vtoe_free, record_vop_access, get_vop_accesses, get_vop_stores,
9163         add_vop_ref_mapping, create_vop_ref_mapping_loop,
9164         create_vop_ref_mapping, analyze_memory_references,
9165         cannot_overlap_p, mem_refs_may_alias_p, rewrite_mem_ref_loc,
9166         get_all_locs_in_loop, ref_always_accessed_p,
9167         refs_independent_p, record_indep_loop, ref_indep_loop_p_1,
9168         ref_indep_loop_p, can_sm_ref_p, find_refs_for_sm,
9169         store_motion_loop, store_motion): New functions.
9170         (struct vop_to_refs_elt): New type.
9171         (record_mem_ref_loc, free_mem_ref_locs, rewrite_mem_refs,
9172         memref_hash, memref_eq, hoist_memory_references): Rewritten.
9173         (schedule_sm): Replaced by...
9174         (execute_sm): ... this.
9175         (determine_lsm_ref, hoist_memory_references,
9176         loop_suitable_for_sm, gather_mem_refs_stmt, gather_mem_refs,
9177         find_more_ref_vops, free_mem_ref, free_mem_refs,
9178         determine_lsm_loop, determine_lsm): Removed.
9179         (tree_ssa_lim_finalize): Free data structures used by store motion.
9180         (tree_ssa_lim): Call analyze_memory_references.  Use
9181         store_motion instead of determine_lsm.
9183 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
9185         * config.cc (m68hc11, m6811, m68hc12, m6812): Add usegas.h,
9186         rename tmake_file to m68hc11/t-m68hc11.
9187         (mcore): Set inhibit_libc to true.
9188         * config.host (alpha*-dec-*vms*): Set extra_programs.
9189         (interix3*): Don't use host_xmake_file.
9190         * configure.ac: Let config.gcc override inhibit_libc.
9191         * configure: Regenerate.
9193         * config/alpha/x-vms (EXTRA_PROGRAMS): Remove.
9194         * config/t-openbsd-thread: Remove commented out lines.
9195         
9196         * config/x-interix: Remove.
9198         * config/m68hc11/t-m68hc11-gas: Rename to...
9199         * config/m68hc11/t-m68hc11: ... this.  Remove T_CPPFLAGS.
9201         * config/mcore/t-mcore: Remove T_CFLAGS.
9202         * config/mcore/t-mcore-pe: Likewise.
9204 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
9206         * configure.ac: Replace custom __GNU_SOURCE test with
9207         AC_USE_SYSTEM_EXTENSIONS.  Move it earlier.
9208         * aclocal.m4: Regenerate.
9209         * configure: Regenerate.
9210         * config.in: Regenerate.
9212 2008-03-27  Richard Guenther  <rguenther@suse.de>
9214         * fold-const.c (target.h): Include.
9215         (fold_comparison): Fold comparison of addresses of decls
9216         that bind locally or of constants.  Consolidate address folding code.
9217         * tree-vrp.c (operand_less_p): Deal with non-INTEGER_CST
9218         results from fold_binary_to_constant.
9219         (compare_values_warnv): Likewise.
9221 2008-03-27  Andrew Pinski  <pinskia@gmail.com>
9223         PR middle-end/35429
9224         * fold-const.c (fold_truthop): Check for integeral types when folding
9225         a == 0 && b == 0 and a != 0 || b != 0 .
9227 2008-03-26  Eric Botcazou  <ebotcazou@adacore.com>
9229         * tree.c (get_unwidened): Remove code fiddling with COMPONENT_REF.
9231 2008-03-26  Andreas Schwab  <schwab@suse.de>
9233         * doc/invoke.texi: Fix use of @item vs. @itemx.
9235 2008-03-26  Tom Tromey  <tromey@redhat.com>
9237         * Makefile.in (build/gensupport.o, build/print-rtl.o,
9238         build/read-rtl.o, build/rtl.o, build/gencondmd.o, build/genattr.o,
9239         build/genattrtab.o, build/genautomata.o, build/gencheck.o,
9240         build/gencodes.o, build/genconditions.o, build/genconfig.o,
9241         build/genconstants.o, build/genemit.o, build/genextract.o,
9242         build/genflags.o, build/genmddeps.o, build/genopinit.o,
9243         build/genoutput.o, build/genpeep.o, build/genrecog.o): Depend on
9244         options.h.
9246 2008-03-26  Richard Guenther  <rguenther@suse.de>
9248         Revert
9249         2008-03-26  Richard Guenther  <rguenther@suse.de>
9251         * fold-const.c (target.h): Include.
9252         (fold_comparison): Fold comparison of addresses of two decls
9253         that bind locally.  Consolidate address folding code.
9255 2008-03-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9257         * builtins.c (expand_builtin_pow, fold_builtin_cabs,
9258         fold_builtin_sqrt, fold_builtin_cbrt, fold_builtin_logarithm,
9259         fold_builtin_hypot, fold_builtin_pow): Remove uses of dconst3,
9260         dconstsqrt2, dconstthird, dconste and/or dconst10.
9261         * config/i386/i386.c (ix86_emit_swsqrtsf): Likewise.
9262         * emit-rtl.c (dconst3, dconst10, dconstm2, dconstthird,
9263         dconstsqrt2, dconste): Delete.
9264         (init_emit_once): Likewise.  Simplify initializing dconstm1.
9265         Constify variable.
9266         * real.c (get_real_const): New.
9267         * real.h (dconst3, dconst10, dconstm2, dconstthird,
9268         dconstsqrt2, dconste): Delete.
9269         (real_value_const, get_real_const): New.
9271 2008-03-26  H.J. Lu  <hongjiu.lu@intel.com>
9273         * config/i386/cygming.h (BIGGEST_ALIGNMENT): Removed.
9275         * config/i386/i386.c (ix86_function_arg_boundary): Check
9276         BIGGEST_ALIGNMENT instead of 128.
9277         (setup_incoming_varargs_64): Likewise.
9279 2008-03-26  Tom Tromey  <tromey@redhat.com>
9281         * Makefile.in (DEPFILES): Add missing '/'.
9283 2008-03-26  Richard Guenther  <rguenther@suse.de>
9285         * fold-const.c (target.h): Include.
9286         (fold_comparison): Fold comparison of addresses of two decls
9287         that bind locally.  Consolidate address folding code.
9289 2008-03-26  Nick Clifton  <nickc@redhat.com>
9291         PR target/31232
9292         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p): Do
9293         not allow INT+INT as a legitimate addressing mode.
9295 2008-03-26  Richard Guenther  <rguenther@suse.de>
9297         * tree-flow.h (widen_bitfield): Remove declaration.
9298         * tree-ssa-ccp.c (visit_assignment): Remove unneeded code.
9299         (widen_bitfield): Remove function.
9300         * tree-ssa-dom.c (record_equivalences_from_stmt): Remove unneeded
9301         code.
9303 2008-03-25  Andrew Pinski  <andrew_pinski@playstation.sony.com>
9305         PR target/31558
9306         * config/rs6000/rs6000-c.c (rs6000_builtin_type_compatible): Handle
9307         error_mark_node's.
9309 2008-03-25  Richard Sandiford  <rsandifo@nildram.co.uk>
9311         PR rtl-optimization/35232
9312         * reload1.c (reg_reloaded_call_part_clobbered): Clarify comment.
9313         (forget_old_reloads_1, forget_marked_reloads): Don't clear
9314         reg_reloaded_call_part_clobbered here.
9315         (reload_regs_reach_end_p): New function.
9316         (reload_reg_rtx_for_input): New variable.
9317         (reload_reg_rtx_for_output): Likewise.
9318         (emit_input_reload_insns): Use reloadreg rather than rl->reg_rtx
9319         when reassigning a pseudo register.  Load reloadreg from 
9320         reload_reg_rtx_for_input, moving the mode and register
9321         calculation to...
9322         (do_input_reload): ...here.  Use the mode-adjusted reg_rtx
9323         instead of the original when deciding whether an input reload
9324         would be a no-op or whether an output reload can be deleted.
9325         (emit_output_reload_insns): Use the mode-adjusted reg_rtx
9326         when setting up new_spill_reg_store.  Load it from
9327         reload_reg_rtx_for_output, moving the mode and register
9328         calculation to...
9329         (do_output_reload): ...here.  Use the mode-adjusted reg_rtx
9330         instead of the original when deciding whether an output reload
9331         would be a no-op.  Do the same when modifying insn notes.
9332         Use rtx_equal_p instead of == to compare the registers.
9333         (inherit_piecemeal_p): Take a mode and two register numbers
9334         as argument.
9335         (emit_reload_insns): Clear new_spill_reg_store for every hard
9336         register in the reload register.  Remove spill registers
9337         from reg_reloaded_valid before considering whether to record
9338         inheritance information for them.  Use reload_reg_rtx_for_output
9339         instead of reg_rtx when recording output reloads.  Use
9340         reload_reg_rtx_for_input instead of reg_rtx when recording
9341         input reloads.  Set or clear reg_reloaded_call_part_clobbered
9342         at the same time as setting reg_reloaded_valid.
9343         (delete_output_reload): Add a new_reload_reg parameter and use it
9344         instead of rld[j].reg_rtx.
9345         (emit_input_reload_insns, do_input_reload, do_output_reload): Adjust
9346         calls accordingly.
9348 2008-03-25  Tom Tromey  <tromey@redhat.com>
9350         * Makefile.in (build/gensupport.o): Depend on insn-modes.h.
9351         (build/genattr.o): Likewise.
9352         (build/genattrtab.o): Likewise.
9353         (build/gencodes.o): Likewise.
9354         (build/genconfig.o): Likewise.
9355         (build/genconstants.o): Likewise.
9356         (build/genemit.o): Likewise.
9357         (build/genextract.o): Likewise.
9358         (build/genflags.o): Likewise.
9360 2008-03-25  Bob Wilson  <bob.wilson@acm.org>
9361         
9362         * config/xtensa/xtensa.c (xtensa_va_start): Use build_int_cst
9363         instead of size_int for integer types.
9364         (xtensa_gimplify_va_arg_expr): Likewise.  Convert index to sizetype
9365         to match type of MINUS_EXPR.
9366         
9367 2008-03-25  Tom Tromey  <tromey@redhat.com>
9369         * configure: Rebuilt.
9370         * configure.ac (BUILD_DEPMODE): Extract CCDEPMODE from temporary
9371         Makefile.
9373 2008-03-25  Tom Tromey  <tromey@redhat.com>
9375         * config/x-solaris (host-solaris.o): Update.
9376         * config/x-linux (host-linux.o): Update.
9377         * config/x-hpux (host-hpux.o): Update.
9378         * config/x-darwin (host-darwin.o): Update.
9379         * config/v850/t-v850e (v850-c.o): Update.
9380         * config/v850/t-v850 (v850-c.o): Update.
9381         * config/t-vxworks (vxworks.o): Update.
9382         * config/t-sol2 (sol2-c.o, sol2.o): Update.
9383         * config/t-darwin (darwin.o, darwin-c.o, darwin-driver.o): Update.
9384         * config/spu/t-spu-elf (spu-c.o): Update.
9385         (spu.o): Remove.
9386         * config/sh/t-symbian (sh-c.o): Update.
9387         (symbian.o): Update.
9388         * config/sh/t-sh (sh-c.o): Update.
9389         * config/score/t-score-elf (score7.o, score3.o): Update.
9390         * config/rs6000/x-rs6000 (driver-rs6000.o): Update.
9391         * config/rs6000/x-darwin64 (host-ppc64-darwin.o): Update.
9392         * config/rs6000/x-darwin (host-ppc-darwin.o): Update.
9393         * config/rs6000/t-rs6000 (rs6000-c.o): Update.
9394         (rs6000.o): Remove.
9395         * config/m68k/t-uclinux (generated_files): Add sysroot-suffix.h.
9396         * config/m32c/t-m32c (m32c-pragma.o): Update.
9397         * config/ia64/t-ia64 (ia64-c.o): Update.
9398         * config/i386/x-mingw32 (host-mingw32.o): Update.
9399         * config/i386/x-i386 (driver-i386.o): Update.
9400         * config/i386/x-darwin (host-i386-darwin.o): Update.
9401         * config/i386/x-cygwin (host-cygwin.o): Update.
9402         * config/i386/t-nwld (nwld.o): Update.
9403         * config/i386/t-netware (netware.o): Update.
9404         * config/i386/t-interix (winnt.o): Update.
9405         * config/i386/t-cygwin (cygwin1.o, cygwin2.o): Update.
9406         * config/i386/t-cygming (winnt.o, winnt-cxx.o, winnt-stubs.o,
9407         msformat-c.o): Update.
9408         * config/bfin/t-bfin-linux (generated_files): Add
9409         linux-sysroot-suffix.h.
9410         * config/arm/t-wince-pe (pe.o): Update.
9411         * config/arm/t-strongarm-pe (pe.o): Update.
9412         * config/arm/t-pe (pe.o): Update.
9413         * config/arm/t-arm (arm-c.o): Update.
9414         * doc/install.texi (Prerequisites): Require make 3.80.
9415         * Makefile.in: Remove .o targets.
9416         (CCDEPMODE, DEPDIR, depcomp, BUILD_DEPMODE): New variables.
9417         (OBSTACK_H, FIBHEAP_H, PARTITION_H, MD5_H, BCONFIG_H): Remove.
9418         (simple_generated_h, simple_generated_c): Move earlier.
9419         (generated_files): New variable.
9420         (TARGET_H, MACHMODE_H, HOOKS_H, HOSTHOOKS_DEF_H, LANGHOOKS_DEF_H,
9421         TARGET_DEF_H, RTL_BASE_H, RTL_H, PARAMS_H, BUILTINS_DEF, TREE_H,
9422         BASIC_BLOCK_H, GCOV_IO_H, COVERAGE_H, DEMANGLE_H, RECOG_H,
9423         ALIAS_H, EMIT_RTL_H, FLAGS_H, FUNCTION_H, EXPR_H, OPTABS_H,
9424         REGS_H, RA_H, RESOURCE_H, SCHED_INT_H, INTEGRATE_H, CFGLAYOUT_H,
9425         CFGLOOP_H, IPA_UTILS_H, IPA_REFERENCE_H, IPA_TYPE_ESCAPE_H,
9426         CGRAPH_H, DF_H, RESOURCE_H, DDG_H, GCC_H, GGC_H, TIMEVAR_H,
9427         INSN_ATTR_H, C_COMMON_H, C_PRAGMA_H, C_TREE_H, SYSTEM_H,
9428         PREDICT_H, DECNUM_H, MKDEPS_H, SYMTAB_H, TREE_DUMP_H,
9429         TREE_GIMPLE_H, TREE_FLOW_H, TREE_SSA_LIVE_H, PRETTY_PRINT_H,
9430         DIAGNOSTIC_H, C_PRETTY_PRINT_H, SCEV_H, LAMBDA_H, TREE_DATA_REF_H,
9431         VARRAY_H, TREE_INLINE_H, REAL_H, DBGCNT_H, EBIMAP_H): Remove.
9432         (.c.o): Remove.
9433         (COMPILE.base, COMPILE): New variables.
9434         (%.o): New pattern rule.
9435         (ALL_HOST_OBJS): New variable.
9436         (xgcc$(exeext), cpp$(exeext)): Remove extra version.o.
9437         (dummy-checksum.o, cc1-checksum.o): Remove.
9438         (DRIVER_SHLIB): New variable.
9439         (DRIVER_DEFINES): Use it.
9440         (gencondmd.c): Move out of build/.
9441         (s-conditions): Update.
9442         (BUILDCOMPILE.base, BUILDCOMPILE): New variables.
9443         (ALL_BUILD_OBJS): Likewise.
9444         (build/%.o): Use BUILDCOMPILE.
9445         (build/ggc-none.o, build/ggc-none.o, build/min-insn-modes.o,
9446         build/print-rtl.o, build/read-rtl.o, build/rtl.o, build/vec.o,
9447         build/gencondmd.o, build/genattrtab.o, build/genautomata.o,
9448         build/gencheck.o, build/gencodes.o, build/genconditions.o,
9449         build/genconfig.o, build/genconstants.o, build/genemit.o,
9450         build/genextract.o, build/genflags.o, build/genmddeps.o,
9451         build/genopinit.o, build/genoutput.o, build/genpeep.o,
9452         build/genpreds.o, build/genrecog.o, build/gcov-iov.o,
9453         build/gen-protos.o, build/scan.o, build/fix-header.o,
9454         build/scan-decls.o): Simplify.
9455         (collect2.o, c-opts.o, gcc.o, gccspec.o, gcc-options.o,
9456         cppdefault.o, protoize.o, unprotoize.o, intl.o, version.o,
9457         prefix.o, toplev.o): Reduce to variable setting.
9458         (libbackend.o): Use COMPILE.  Remove most dependencies.  Move later.
9459         ($(out_object_file), gcc-options.o): New targets.
9460         ($(ALL_HOST_OBJS)): New target.  Include dependency files.
9461         * configure: Rebuilt.
9462         * configure.ac: Call ZW_CREATE_DEPDIR, ZW_PROG_COMPILER_DEPENDENCIES.
9463         * doc/sourcebuild.texi (Front End Directory): Document new variable.
9465 2008-03-25  Douglas Gregor  <doug.gregor@gmail.com>
9467         * c-common.c (c_sizeof_or_alignof_type): If we're not allowed to
9468         complain when we hit an error, return ERROR_MARK_NODE.
9470 2008-03-25  Naveen.H.S  <naveen.hs@kpitcummins.com>
9472         * config/sh/constraints.md (Pso, Psz): New constraints.
9473         * config/sh/sh.c (print_operand): Add %V and %W operand codes.
9474         * config/sh/sh.md (*andsi3_bclr, *iorsi3_bset): New insns.
9476 2008-03-25  Naveen.H.S  <naveen.hs@kpitcummins.com>
9478         * config/sh/sh.c (sh_expand_t_scc): Emit movrt for SH2A if possible.
9479         * config/sh/sh.md (xorsi3_movrt, movrt): New insns.
9481 2008-03-25  Naveen.H.S  <naveen.hs@kpitcummins.com>
9483         * config/sh/sh.md (prefetch): Add condition for SH2A target.
9484         (prefetch_sh2a): New.   
9486 2008-03-25  Jayant Sonar  <Jayant.sonar@kpitcummins.com>
9487             Naveen.H.S  <naveen.hs@kpitcummins.com>
9489         * config/sh/constraints.md (I28): New constraint.
9490         * config/sh/sh.c (broken_move): Add support for movi20s.
9491         * config/sh/sh.md (movsi_ie): Add the alternative for movi20s.
9493 2008-03-25  Anil Paranjape  <anil.paranjape@kpitcummins.com>
9494             Jayant Sonar  <Jayant.sonar@kpitcummins.com>
9495             Naveen.H.S  <naveen.hs@kpitcummins.com>
9497         * config/sh/sh.c (SH_ATTRIBUTES): Define.
9498         (SYMBOL_FLAG_FUNCVEC_FUNCTION): Define.
9499         (print_operand): Handle resbank in %@ operand code.
9500         (sh_encode_section_info): New.
9501         (push_regs): Add conditions for resbank.
9502         (sh_expand_epilogue): Likewise.
9503         (sh_insert_attributes): Likewise.
9504         (sh_attribute_table): Likewise.
9505         (sh_handle_resbank_handler_attribute): New.
9506         (sh2a_handle_function_vector_handler_attribute): New.
9507         (sh2a_is_function_vector_call): New.
9508         (sh2a_get_function_vector_number): New.
9509         (sh2a_function_vector_p): New.
9510         (sh_cfun_resbank_handler_p): New.
9511         * config/sh/sh.md (calli): Emit jsr/n if possible.
9512         (calli_tbr_rel): New.
9513         (calli_pcrel): Emit jsr/n if possible.
9514         (return_i): Emit rts/n if possible.
9515         (call_valuei_tbr_rel): New.
9516         (call_valuei_pcrel): Add condition for SH2A target.
9517         (call_value): Likewise.
9518         * config/sh/sh-protos.h (sh_cfun_resbank_handler_p): Declare.
9519         (sh2a_get_function_vector_number): Likewise.
9520         (sh2a_is_function_vector_call): Likewise.
9521         * doc/extend.texi: Document TBR relative addressing of SH2A.
9522         (resbank): Add description for SH2A.
9524 2008-03-24  Richard Guenther  <rguenther@suse.de>
9526         PR c/22371
9527         * gimplify.c (gimplify_modify_expr): For frontend type-correct
9528         pointer assignments change conversions according to middle-end rules.
9529         (gimplify_modify_expr_rhs): Deal with NULL TARGET_EXPR_INITIAL.
9530         * configure.ac: Include type checking in yes.
9531         * configure: Regenerate.
9533 2008-03-24  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
9535         * diagnostic.c (diagnostic_count_diagnostic): Delete.
9536         (diagnostic_report_diagnostic): Update. Handle ICEs here.
9537         
9538 2008-03-24  Nathan Sidwell  <nathan@codesourcery.com>
9540         * gthr-vxworks.h (UNUSED): Define.
9542 2008-03-23  H.J. Lu  <hongjiu.lu@intel.com>
9544         * config/i386/i386.h (STATIC_CHAIN_REGNUM): Use R10_REG and CX_REG.
9546 2008-03-23  Zuxy Meng <zuxy.meng@gmail.com>
9548         * doc/extend.texi (Function Attributes): Add missing comma in the
9549         example of the "alloc_size" attribute.
9550         
9551 2008-03-23  Uros Bizjak  <ubizjak@gmail.com>
9553         Revert:
9554         2008-03-05  H.J. Lu  <hongjiu.lu@intel.com>
9556         * config/i386/i386-modes.def: Use 4 byte alignment on DI for
9557         32bit host.
9559         2008-03-19  Uros Bizjak  <ubizjak@gmail.com>
9561         PR target/35496
9562         * stor-layout.c (update_alignment_for_field): Set minimum alignment
9563         of the underlying type of a MS bitfield layout to the natural
9564         alignment of the type.
9566         2008-03-22  Uros Bizjak  <ubizjak@gmail.com>
9568         * config/i386/i386.c (assign_386_stack_local): Align DImode slots
9569         to their natural alignment to avoid store forwarding stalls.
9571 2008-03-22  Richard Guenther  <rguenther@suse.de>
9573         * tree-cfg.c (verify_expr): Recurse again for invariant addresses.
9574         For PHI nodes verify the address is invariant.
9575         * tree-ssa-ccp.c (ccp_decl_initial_min_invariant): Remove.
9576         (get_symbol_constant_value): Use is_gimple_min_invariant.
9577         (maybe_fold_stmt_indirect): Likewise.
9579 2008-03-22  Richard Sandiford  <rsandifo@nildram.co.uk>
9581         PR rtl-optimization/33927
9582         * Makefile.in (dse.o): Depend on $(TM_P_H).
9583         * expr.h (extract_low_bits): Declare.
9584         * expmed.c (extract_low_bits): New function.
9585         * rtlhooks.c (gen_lowpart_general): Generalize SUBREG handling.
9586         * dse.c: Include tm_p.h.
9587         (find_shift_sequence): Remove the read_reg argument and return the
9588         read value.  Emit the instructions instead of returning them.
9589         Iterate on new_mode rather than calculating it each time.
9590         Check MODES_TIEABLE_P.  Use simplify_gen_subreg to convert the
9591         source to NEW_MODE and extract_low_bits to convert the shifted
9592         value to READ_MODE.
9593         (replace_read): Allow the load and store to have different mode
9594         classes.  Use extract_low_bits when SHIFT == 0.  Create the shift
9595         or extraction instructions before trying the replacement.  Update
9596         dump-file code accordingly, avoiding use of REGNO (store_info->rhs).
9598 2008-03-22  Uros Bizjak  <ubizjak@gmail.com>
9600         * config/i386/i386.c (assign_386_stack_local): Align DImode slots
9601         to their natural alignment to avoid store forwarding stalls.
9603 2008-03-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
9605         PR target/27946
9606         * config/rs6000/rs6000.md (floatdidf2): Discouraging fprs and
9607         encouraging but not allowing gprs for input;
9608         change the input constraint to !f#r.
9609         (fix_truncdfdi2): Discouraging fprs and encouraging but not allowing
9610         gprs for output;
9611         change the output constraint to !f#r.
9613 2008-03-21  Uros Bizjak  <ubizjak@gmail.com>
9615         PR target/13958
9616         * config/i386/i386.md ("*floatunssi<mode2>_1"): New pattern with
9617         corresponding post-reload splitters.
9618         ("floatunssi<mode>2"): Expand to unsigned_float x87 insn pattern
9619         when x87 FP math is selected.
9620         * config/i386/i386-protos.h (ix86_expand_convert_uns_sixf_sse):
9621         New function prototype.
9622         * config/i386/i386.c (ix86_expand_convert_uns_sixf_sse): New
9623         unreachable function to ease macroization of insn patterns.
9625 2008-03-21  Martin Jambor  <mjambor@suse.cz>
9627         * tree-data-ref.c (dump_data_dependence_relation): Avoid data
9628         reference dumps if ddr is NULL or dependence is unknown.
9630 2008-03-20  Kaz Kojima  <kkojima@gcc.gnu.org>
9632         * config/sh/linux-atomic.asm (ATOMIC_TEST_AND_SET): Take
9633         unsigned extension into account.
9634         (ATOMIC_COMPARE_AND_SWAP): Likewise.
9635         (ATOMIC_FETCH_AND_OP, ATOMIC_FETCH_AND_COMBOP): Likewise.
9636         Do computations on a scratch register.
9638 2008-03-21  Richard Guenther  <rguenther@suse.de>
9640         * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
9641         Use is_gimple_min_invariant instead of TREE_INVARIANT.
9642         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
9643         * tree-ssa-dom.c (record_equality): Likewise.
9644         * tree-inline.c (copy_body_r): Likewise.
9645         * tree-ssa-pre.c (make_values_for_stmt): Remove test for
9646         TREE_INVARIANT.
9648 2008-03-20  Kaz Kojima  <kkojima@gcc.gnu.org>
9650         * config/sh/sh.c (split_branches): Pass zero to redirect_jump
9651         as 'delete_unused' argument.
9653 2008-03-20  Richard Guenther  <rguenther@suse.de>
9655         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove
9656         special casing of constant qualifiers.
9657         * tree-ssa.c (useless_type_conversion_p_1): Instead do not
9658         care about them in general.
9659         * tree-ssa-ccp.c (ccp_fold): Addresses are constant or not
9660         regardless of their type.
9661         (fold_stmt_r): Forcefully fold *& if we end up with that.
9663 2008-03-20  Paul Brook  <paul@codesourcery.com>
9665         * config.gcc (arm*-*-uclinux*): Remove duplicate arm/uclinux-elf.h.
9666         * config/arm/uclinux-eabi.h (SUBTARGET_EXTRA_LINK_SPEC): Add extra
9667         linker flags.
9668         * config/arm/bpabi.h (SUBTARGET_EXTRA_LINK_SPEC): Provide default
9669         definition.
9670         (LINK_SPEC): Use SUBTARGET_EXTRA_LINK_SPEC.
9671         * config/arm/unwind-arm.h (_Unwind_decode_target2): Add uClinux.
9673 2008-03-20  Volker Reichelt  <v.reichelt@netcologne.de>
9675         * common.opt (Wmudflap): New option.
9676         * tree-mudflap.c (mf_xform_derefs_1): Guard warning by OPT_Wmudflap.
9677         (mx_register_decls): Likewise.
9678         (mudflap_finish_file): Likewise.
9679         * doc/invoke.texi: Document -Wno-mudflap.
9681 2008-03-20  Kai Tietz  <kai.tietz@onevision.com>
9683         * c-format.c (replace_format_name_to_system_name): New.
9684         (cmp_attribs): New.
9685         (convert_format_name_to_system_name): New.
9686         (decode_format_attr): Add use of convert_format_name_to_system_name.
9687         (format_types_orig): Add gnu_ prefix to names.
9688         (check_format_info_main): Special treating of \0 escaped names for
9689         supporting multi-character format specifiers as I32, I64.
9690         (TARGET_OVERRIDES_FORMAT_ATTRIBUTES): Use of user defined attributes.
9691         (gnu_target_overrides_format_attributes): New.
9692         * c-format.h: Add structure target_ovr_attr to hold
9693         system specific formatter names.
9694         * config.gcc: Add for x86&x86_64 cygwin and mingw32 targets the
9695         msformat-c.o file to c_target_objs and cxx_target_objs.
9696         * config/i386/mingw32.h (TARGET_OVERRIDES_FORMAT_ATTRIBUTES): New.
9697         (TARGET_OVERRIDES_FORMAT_ATTRIBUTES_COUNT): New.
9698         (TARGET_N_FORMAT_TYPES): New.
9699         * config/i386/msformat-c.c: New.
9700         * config/i386/t-cygming: Add build rule for msformat-c.o.
9701         * doc/extend.texi: Add new format names gnu_* and ms_* and
9702         further details.
9703         * doc/tm.texi: (TARGET_OVERRIDES_FORMAT_ATTRIBUTES): New.
9705 2008-03-20  Ira Rosen  <irar@il.ibm.com>
9707         * doc/invoke.texi (-O3): Add -ftree-vectorize to the list of
9708         optimizations turned on under -O3.
9709         (ftree-vectorize): Add that the flag is turned on with -O3.
9711 2008-03-20  Ben Elliston  <bje@au.ibm.com>
9713         * regmove.c (try_auto_increment): Fix spelling error in comment.
9714         * final.c (final_scan_insn): Likewise.
9716 2008-03-20  Uros Bizjak  <ubizjak@gmail.com>
9718         PR target/14552
9719         * config/i386/mmx.md (*mov<mode>_internal_rex64"): Adjust register
9720         allocator preferences for "y" and "r" class registers.
9721         ("*mov<mode>_internal"): Ditto.
9722         ("*movv2sf_internal_rex64"): Ditto.
9723         ("*movv2sf_internal"): Ditto.
9725 2008-03-19  Michael Matz  <matz@suse.de>
9727         PR middle-end/35616
9728         * calls.c (expand_call): Check overlap of arguments with call
9729         address for sibcalls.
9731 2008-03-19  Uros Bizjak  <ubizjak@gmail.com>
9733         PR target/35496
9734         * stor-layout.c (update_alignment_for_field): Set minimum alignment
9735         of the underlying type of a MS bitfield layout to the natural
9736         alignment of the type.
9738 2008-03-19  Jan Hubicka  <jh@suse.cz>
9740         PR other/35094
9741         * toplev.c (decode_d_option): Handle all CPP flags.
9742         * tree-vrp.c: Update tree_pass descriptors.
9743         * regrename.c: Update tree_pass descriptors.
9744         * fwprop.c: Update tree_pass descriptors.
9745         * doc/invoke.texi: Remove documentation of dropped -d? flags.
9746         * tree-into-ssa.c: Update tree_pass descriptors.
9747         * tree-dump.c: Update tree_pass descriptors.
9748         * tree-complex.c: Update tree_pass descriptors.
9749         * tree-dump.h: Update tree_pass descriptors.
9750         * see.c: Update tree_pass descriptors.
9751         * cgraphbuild.c: Update tree_pass descriptors.
9752         * tracer.c: Update tree_pass descriptors.
9753         * tree-loop-distribution.c: Update tree_pass descriptors.
9754         * cgraph.c: Update tree_pass descriptors.
9755         * postreload-gcse.c: Update tree_pass descriptors.
9756         * postreload.c: Update tree_pass descriptors.
9757         * tree-ssa-loop-ch.c: Update tree_pass descriptors.
9758         * tree-tailcall.c: Update tree_pass descriptors.
9759         * tree-pass.h (tree_opt_pass): Rename to ...
9760         (opt_pass) ... this one; add "type" field and remove letter field.
9761         (gimple_opt_pass, rtl_opt_pass, simple_ipa_opt_pass): New.
9762         (execute_pass_list, execute_ipa_pass_list, all_passes, all_ipa_passes,
9763         all_lowering_passes): Update declaration.
9764         * ipa-cp.c: Update tree_pass descriptors.
9765         * final.c: Update tree_pass descriptors.
9766         * omp-low.c: Update tree_pass descriptors.
9767         * tree-ssa-dse.c: Update tree_pass descriptors.
9768         * ipa-reference.c: Update tree_pass descriptors.
9769         * tree-ssa-uncprop.c: Update tree_pass descriptors.
9770         * auto-inc-dec.c: Update tree_pass descriptors.
9771         * reorg.c: Update tree_pass descriptors.
9772         * cgraphunit.c: Update tree_pass descriptors.
9773         * tree-ssa-copyrename.c: Update tree_pass descriptors.
9774         * tree-ssa-ccp.c: Update tree_pass descriptors.
9775         * df-core.c: Update tree_pass descriptors.
9776         * mode-switching.c: Update tree_pass descriptors.
9777         * tree-nomudflap.c: Update tree_pass descriptors.
9778         * modulo-sched.c: Update tree_pass descriptors.
9779         * ipa-pure-const.c: Update tree_pass descriptors.
9780         * cse.c: Update tree_pass descriptors.
9781         * web.c: Update tree_pass descriptors.
9782         * tree-stdarg.c: Update tree_pass descriptors.
9783         * tree-ssa-math-opts.c: Update tree_pass descriptors.
9784         * tree-ssa-dom.c: Update tree_pass descriptors.
9785         * tree-nrv.c: Update tree_pass descriptors.
9786         * tree-ssa-alias.c: Update tree_pass descriptors.
9787         * loop-init.c: Update tree_pass descriptors.
9788         * gimple-low.c: Update tree_pass descriptors.
9789         * ipa-inline.c: Update tree_pass descriptors.
9790         * tree-ssa-sink.c: Update tree_pass descriptors.
9791         * global.c: Update tree_pass descriptors.
9792         * ifcvt.c: Update tree_pass descriptors.
9793         * jump.c: Update tree_pass descriptors.
9794         * predict.c: Update tree_pass descriptors.
9795         * tree-ssa-loop.c: Update tree_pass descriptors.
9796         * recog.c: Update tree_pass descriptors.
9797         * dse.c: Update tree_pass descriptors.
9798         * tree-ssa-ifcombine.c: Update tree_pass descriptors.
9799         * tree-eh.c: Update tree_pass descriptors.
9800         * regmove.c: Update tree_pass descriptors.
9801         * local-alloc.c
9802         * function.c: Update tree_pass descriptors.
9803         * tree-vectorizer.c: Update tree_pass descriptors.
9804         * gcse.c: Update tree_pass descriptors.
9805         * ipa-type-escape.c: Update tree_pass descriptors.
9806         * tree-if-conv.c: Update tree_pass descriptors.
9807         * init-regs.c: Update tree_pass descriptors.
9808         * ipa.c: Update tree_pass descriptors.
9809         * tree-ssa-phiopt.c: Update tree_pass descriptors.
9810         * rtl-factoring.c: Update tree_pass descriptors.
9811         * lower-subreg.c: Update tree_pass descriptors.
9812         * bt-load.c: Update tree_pass descriptors.
9813         * tree-dfa.c: Update tree_pass descriptors.
9814         * except.c: Update tree_pass descriptors.
9815         * emit-rtl.c: Update tree_pass descriptors.
9816         * cfgexpand.c: Update tree_pass descriptors.
9817         * tree-cfgcleanup.c: Update tree_pass descriptors.
9818         * cfgcleanup.c: Update tree_pass descriptors.
9819         * tree-ssa-pre.c: Update tree_pass descriptors.
9820         * tree-sra.c: Update tree_pass descriptors.
9821         * tree-mudflap.c: Update tree_pass descriptors.
9822         * tree-ssa-copy.c: Update tree_pass descriptors.
9823         * cfglayout.c: Update tree_pass descriptors.
9824         * tree-ssa-forwprop.c: Update tree_pass descriptors.
9825         * tree-ssa-dce.c: Update tree_pass descriptors.
9826         * tree-ssa.c: Update tree_pass descriptors.
9827         * regclass.c: Update tree_pass descriptors.
9828         * integrate.c: Update tree_pass descriptors.
9829         * tree-optimize.c: Update tree_pass descriptors.
9830         * tree-ssa-phiprop.c: Update tree_pass descriptors.
9831         * tree-object-size.c: Update tree_pass descriptors.
9832         * combine.c: Update tree_pass descriptors.
9833         * tree-outof-ssa.c: Update tree_pass descriptors.
9834         * bb-reorder.c: Update tree_pass descriptors.
9835         * stack-ptr-mod.c: Update tree_pass descriptors.
9836         * var-tracking.c: Update tree_pass descriptors.
9837         * tree-profile.c: Update tree_pass descriptors.
9838         * tree-vect-generic.c: Update tree_pass descriptors.
9839         * reg-stack.c: Update tree_pass descriptors.
9840         * sched-rgn.c: Update tree_pass descriptors.
9841         * tree-ssa-structalias.c: Update tree_pass descriptors.
9842         * tree-cfg.c: Update tree_pass descriptors.
9843         * passes.c (current_pass): Update declaration.
9844         (finish_optimization_passes): Update.
9845         (all_passes, all_ipa_passes, all_lowering_passes): Update declaration.
9846         (register_one_dump_file, register_dump_files_1, next_pass_1):
9847         Update arguments.
9848         (init_optimization_passes): Update handling of new types.
9849         (execute_one_pass, execute_pass_list, execute_ipa_pass_list): Update.
9850         * ipa-struct-reorg.c: Update tree_pass descriptors.
9851         * tree-ssa-reassoc.c: Update tree_pass descriptors.
9852         * combine-stack-adj.c: Update tree_pass descriptors.
9853         * cfgrtl.c: Update tree_pass descriptors.
9854         * dce.c: Update tree_pass descriptors.
9855         * tree-ssanames.c: Update tree_pass descriptors.
9857 2008-03-19  Richard Guenther  <rguenther@suse.de>
9859         PR middle-end/35609
9860         * tree-ssa.c (walk_data): New structure.
9861         (warn_uninitialized_var): If not always_executed warn with "maybe"
9862         instead of "is".
9863         (execute_early_warn_uninitialized): Compute post-dominators.
9864         Initialize always_executed before processing each basic block.
9866 2008-03-18  Mikulas Patocka  <mikulas@artax.karlin.mff.cuni.cz>
9868         PR target/35504
9869         * config/i386/i386.c (x86_this_parameter): Calculate correct location
9870         of "this" pointer when "regparm = N" or "fastcall" is in effect.
9872 2008-03-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9874         * doc/include/texinfo.tex: Update to version 2008-03-17.10.
9876 2008-03-18  Paolo Bonzini  <bonzini@gnu.org>
9878         * expr.c (store_expr): Assume lang_hooks.reduce_bit_field_operations
9879         is true.
9880         (expand_expr_real_1) <REDUCE_BIT_FIELD>: Don't look at ignore.
9881         (expand_expr_real_1): Assume lang_hooks.reduce_bit_field_operations
9882         is true.  Add "&& !ignore" condition to reduce_bit_field.  Modify
9883         target after ignore has been set, and move there also the commputation
9884         of subtarget and original_target.
9885         * langhooks-def.h (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Delete.
9886         (LANG_HOOKS_INITIALIZER): Remove it.
9887         * langhooks.h (struct lang_hooks): Remove reduce_bit_field_operations.
9889 2008-03-18  Richard Guenther  <rguenther@suse.de>
9891         * tree-ssa-sccvn.c (visit_reference_op_load): If the lookup
9892         found an expression with constants, note that in the VN for the lhs.
9893         * tree-ssa-pre.c (eliminate): Visit COND_EXPR statements and
9894         fold them to constants if possible.  Run cleanup_cfg if done so.
9895         (execute_pre): Return todo.
9896         (do_pre): Likewise.
9897         (execute_fre): Likewise.
9898         * tree-ssa-forwprop.c (can_propagate_from): Allow propagation
9899         of constants.
9900         (get_prop_source_stmt): Look through pointer conversions.
9902 2008-03-18  Jan Hubicka  <jh@suse.cz>
9904         * tree-pretty-print.c: Include predict.h.
9905         (dump_generic_node): Dump predictor.
9906         * tree.h (PREDICT_EXPR_OUTCOME, PREDICT_EXPR_PREDICTION): Update.
9907         * tree-gimple.c (is_gimple_stmt): Add PREDICT_EXPR.
9908         * gimple-low.c (lower_stmt): Likewise.
9909         * expr.c (expand_expr_real): Likewise.
9910         * predict.c (tree_bb_level_predictions): Use PREDICT_EXPRs and remove
9911         them.
9912         (build_predict_expr, build_predict_expr): New.
9913         * predict.h (predictor_name, build_predict_expr): Update.
9914         * c-typeck.c (c_finish_bc_stmt): Add prediction.
9915         * gimplify.c (gimplify_expr): Add PREDICT_EXPR.
9916         * predict.def (PRED_CONTINUE): Update hitrate.
9917         * tree.def (PREDICT_EXPR): Define.
9918         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Mark PREDICT_EXPR;
9919         do not handle BIND_EXPR.
9920         * tree-inline.c (estimate_num_insns_1): PREDICT_EXPR is free.
9921         * tree-cfg.c (verify_gimple_stmt): PREDICT_EXPR is valid.
9922         * tree-ssa-operands.c (get_expr_operands): PREDICT_EXPR takes no
9923         operands.
9925 2008-03-18  Michael Matz  <matz@suse.de>
9927         * gcov-io.h (__gcov_merge_ior, __gcov_fork): Mark hidden.
9929 2008-03-18  Richard Guenther  <rguenther@suse.de>
9931         * tree-gimple.h (is_gimple_invariant_address): Declare.
9932         (is_gimple_constant): Likewise.
9933         * tree-gimple.c (is_gimple_constant): New function.
9934         (is_gimple_invariant_address): Likewise.
9935         (is_gimple_min_invariant): Implement in terms of is_gimple_constant
9936         and is_gimple_invariant_address.
9937         * tree-ssa-loop-niter.c (expand_simple_operations): Revert
9938         previous change.
9939         * tree-data-ref.c (get_references_in_stmt): A SSA_NAME is not
9940         an addressable base.
9942 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
9944         PR middle-end/35611
9945         * gimplify.c (gimplify_expr): Gimplify second operand of
9946         OMP_ATOMIC_LOAD.
9948 2008-03-17  Richard Guenther  <rguenther@suse.de>
9950         PR tree-optimization/19637
9951         * fold-const.c (fold_unary): Remove restrictions of removing
9952         intermediate pointer-conversions (P2)(P1)P0.
9953         * tree-ssa-ccp.c (maybe_fold_stmt_addition): Recover from
9954         conversion to void pointer.
9955         (get_maxval_strlen): Handle addresses of the form &(*p)[0].
9957 2008-03-16  James E. Wilson  <wilson@tuliptree.org>
9959         PR debug/31510
9960         * dbxout.c (dbxout_expand_expr, case VAR_DECL): Return NULL for
9961         emulated thread local variables.
9963 2008-03-16  Richard Guenther  <rguenther@suse.de>
9965         PR middle-end/35607
9966         * tree-ssa-loop-niter.c (expand_simple_operations): Do not
9967         expand TREE_INVARIANT operations that are not gimple invariant.
9969 2008-03-16  Hans-Peter Nilsson  <hp@axis.com>
9971         * doc/extend.texi (Alignment): Say that the ABI controls
9972         the __alignof__ for non-strict-alignment targets rather
9973         than being a recommendation.
9975 2008-03-15  Paul Brook  <paul@codesourcery.com>
9977         * config/arm/arm.c (arm_unwind_emit): Suppress unused unwinding
9978         annotations.
9979         (arm_output_fn_unwind): Mark functions that can not be unwound.
9981 2008-03-15  Paul Brook  <paul@codesourcery.com>
9983         * config/arm/arm.c (arm_rtx_costs_1): Add costs for ARMv6 value
9984         extension instructions.
9986 2008-03-15  Richard Guenther  <rguenther@suse.de>
9988         * tree-ssa-ccp.c (ccp_fold): Also read from constant values
9989         and fold constant aggregate refs.
9990         (fold_const_aggregate_ref): Handle string constants
9991         and constructors in ARRAY_REFs.  Handle INDIRECT_REF.
9992         (evaluate_stmt): Simplify now that ccp_fold folds constant
9993         aggregate refs.
9995 2008-03-15  Paul Brook  <paul@codesourcery.com>
9997         * config/arm/arm.md (insv): Use gen_insv_t2 and gen_insv_zero.
9998         (extzv): Use gen_extzv_t2.
9999         (insv_t2, insv_zero, extv, extzv_t2): New patterns.
10001 2008-03-15  Richard Guenther  <rguenther@suse.de>
10003         * tree-ssa-ccp.c (get_symbol_constant_value): Export.
10004         (fold_const_aggregate_ref): Likewise.
10005         (get_value): Return NULL if we don't have any values.
10006         (ccp_finalize): Set const_val to NULL after freeing it.
10007         * tree-flow.h (get_symbol_constant_value): Declare.
10008         (fold_const_aggregate_ref): Likewise.
10009         * tree-ssa-sccvn.c (try_to_simplify): Use them.
10011 2008-03-15  Richard Guenther  <rguenther@suse.de>
10013         PR middle-end/35593
10014         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Make sure
10015         to not produce negative array indices if not allowed.  Add
10016         parameter to indicate that.
10017         (maybe_fold_offset_to_component_ref): Allow negative array
10018         indices only for the first member of a structure.
10019         (maybe_fold_offset_to_reference): Allow negative array indices.
10020         (maybe_fold_stmt_addition): Likewise.
10022 2008-03-15  Bjoern Haase  <bjoern.m.haase@web.de>
10023             Anatoly Sokolov <aesok@post.ru>
10025         * config/avr/avr.c (avr_arch_types): Add avr6 entry.
10026         (avr_arch): Add ARCH_AVR6.
10027         (avr_mcu_types): Add 'atmega2560' and 'atmega2561' entry.
10028         (initial_elimination_offset): Initialize and use 'avr_pc_size' 
10029         instead of fixed value 2.
10030         (print_operand_address): Use gs() asm specifier instead of pm().
10031         (avr_assemble_integer): (Ditto.).
10032         (avr_output_addr_vec_elt): (Ditto.).
10033         (print_operand): Handle "!" code.
10034         * config/avr/avr.h (TARGET_CPU_CPP_BUILTINS): Add 
10035         __AVR_3_BYTE_PC__, __AVR_2_BYTE_PC__ and __AVR_HAVE_JMP_CALL__.
10036         (AVR_HAVE_EIJMP_EICALL): Define.
10037         (AVR_3_BYTE_PC): Redefine.
10038         (AVR_2_BYTE_PC): (Ditto.).
10039         (PRINT_OPERAND_PUNCT_VALID_P): Add '!' code.
10040         (LINK_SPEC): Add atmega2560 and atmega2561.
10041         (CRT_BINUTILS_SPEC): Add atmega2560 (crtm2560.o) and atmega2561 
10042         (crtm2561.o).
10043         * config/avr/avr.md (call_insn): Use eicall instead of icall 
10044         for 3 byte PC devices.
10045         (call_value_insn): (Ditto.).
10046         (*tablejump_enh): Use eijmp instead of ijmp for 3 byte PC devices.
10047         (indirect_jump): Use only for for 2 byte PC devices.
10048         (*tablejump): (Ditto.).
10049         (*indirect_jump_avr6): Add insn.
10050         (*tablejump_rjmp): Don't use for 3 byte PC devices.
10051         * config/avr/libgcc.S (__prologue_saves__): Use eijmp 
10052         instead of ijmp for 3 byte PC devices.
10053         (__tablejump2__): (Ditto.).
10054         * config/avr/t-avr (MULITLIB_OPTIONS): Add avr6 architecture.
10055         (MULITLIB_DIRNAMES): (Ditto.). 
10056         (MULTILIB_MATCHES): Add atmega2560 and atmega2561 to list.
10058 2008-03-15  Uros Bizjak  <ubizjak@gmail.com>
10060         * config/i386/mmx.md ("sse2_umulv1siv2di3"): Rename from
10061         "sse2_umulsidi3".  Use V1DI mode for operand 0.
10062         ("mmx_psadbw"): Use V1DI mode for operand 0.
10063         * config/i386/i386-modes.def (V1SI): New vector mode.
10064         * config/i386/i386.c (struct builtin_description)
10065         [IX86_BUILTIN_PMULUDQ]: Use CODE_FOR_sse2_umulv1siv1di3.
10066         (v1di_ftype_v8qi_v8qi): Rename from di_ftype_v8qi_v8qi.
10067         (v1di_ftype_v2si_v2si): Rename from di_ftype_v2si_v2si.
10068         (ix86_init_mmx_sse_builtins) [__builtin_ia32_psadbw]: Use
10069         v1di_ftype_v8qi_v8qi type.
10070         [__builtin_ia32_pmuludq]: Use v1di_ftype_v2si_v2si type.
10072         * doc/extend.texi (X86 Built-in Functions) [__builtin_ia32_psadbw,
10073         __builtin_ia32_pmuludq]: Fix the mode of return value.
10075 2008-03-15  Richard Guenther  <rguenther@suse.de>
10077         PR middle-end/35595
10078         * tree-ssa-pre.c (bitmap_find_leader): Handle expression
10079         being a PHI_NODE.
10081 2008-03-14  Bob Wilson  <bob.wilson@acm.org>
10082         
10083         * doc/invoke.texi (Option Summary, Xtensa Options): Document
10084         -mserialize-volatile and -mno-serialize-volatile Xtensa options.
10085         * config/xtensa/xtensa.c (print_operand): Do not emit MEMW instructions
10086         unless TARGET_SERIALIZE_VOLATILE is enabled.
10087         * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
10088         * config/xtensa/xtensa.h (TARGET_DEFAULT): Add MASK_SERIALIZE_VOLATILE.
10089         * config/xtensa/xtensa.opt (mserialize_volatile): New option.
10091 2008-03-14  Richard Guenther  <rguenther@suse.de>
10093         PR tree-optimization/34172
10094         * tree-flow.h (refs_may_alias_p): Declare.
10095         (get_single_def_stmt): Likewise.
10096         (get_single_def_stmt_from_phi): Likewise.
10097         (get_single_def_stmt_with_phi): Likewise.
10098         * tree-dfa.c (refs_may_alias_p): New function.
10099         (get_single_def_stmt): Likewise.
10100         (get_single_def_stmt_from_phi): Likewise.
10101         (get_single_def_stmt_with_phi): Likewise.
10102         * tree-ssa-sccvn.c (get_def_ref_stmt_vuses): New function.
10103         (vn_reference_lookup_1): New helper function.
10104         (vn_reference_lookup): Walk the virtual use-def chain to
10105         continue searching for a match if the def does not alias the
10106         reference we are looking for.
10108 2008-03-14  David Edelsohn  <edelsohn@gnu.org>
10110         * doc/install.texi (Binaries): Remove UCLA archive.  Add HVCC
10111         archive and Perzl.  Update The Written Word listing.
10113 2008-03-14  Richard Guenther  <rguenther@suse.de>
10115         PR tree-optimization/34043
10116         PR tree-optimization/33989
10117         * tree-ssa-pre.c (execute_pre): Allow SCCVN to do insertion
10118         when doing FRE.
10119         (bitmap_find_leader): Use extra argument to verify dominance
10120         relationship inside a basic-block.
10121         (can_PRE_operation): Add VIEW_CONVERT_EXPR.
10122         (find_leader_in_sets): Adjust.
10123         (create_component_ref_by_pieces): Take extra argument for
10124         dominance check, handle lookup failures.
10125         (find_or_generate_expression): Likewise.
10126         (create_expression_by_pieces): Likewise.
10127         (insert_into_preds_of_block): Adjust.
10128         (create_value_expr_from): If asked for, verify all operands
10129         are in the blocks AVAIL_OUT set.
10130         (make_values_for_stmt): Check for SSA_NAMEs that are life
10131         over an abnormal edge.
10132         (compute_avail): Remove such check.
10133         (do_SCCVN_insertion): New function.
10134         (eliminate): If we do not find a leader suitable for replacement
10135         insert a replacement expression from SCCVN if available.
10136         * tree-ssa-sccvn.h (run_scc_vn): Update prototype.
10137         (struct vn_ssa_aux): Add needs_insertion flag.
10138         * tree-ssa-sccvn.c (may_insert): New global flag.
10139         (copy_reference_ops_from_ref): Value-number union member access
10140         based on its size, not type and member if insertion is allowed.
10141         (visit_reference_op_load): For a weak match from union type
10142         punning lookup a view-converted value and insert a SSA_NAME
10143         for that value if that is not found.
10144         (visit_use): Make dumps shorter.  Do not disallow value numbering
10145         SSA_NAMEs that are life over an abnormal edge to constants.
10146         (free_scc_vn): Release inserted SSA_NAMEs.
10147         (run_scc_vn): New flag to specify whether insertion is allowed.
10148         Process SSA_NAMEs in forward order.
10149         * tree-ssa-loop-im.c (for_each_index): Handle invariant
10150         ADDR_EXPRs inside VIEW_CONVERT_EXPR.
10151         * fold-const.c (fold_unary): Fold VIEW_CONVERT_EXPRs from/to
10152         pointer type to/from integral types that do not change the
10153         precision to regular conversions.
10155 2008-03-13  Uros Bizjak  <ubizjak@gmail.com>
10157         * doc/extend.texi (X86 Built-in Functions) [__builtin_ia32_psll?,
10158         __builtin_ia32_psrl?, __builtin_ia32_psra?, __builtin_ia32_psll?i,
10159         __builtin_ia32_psrl?i, __builtin_ia32_psra?i, __builtin_ia32_psll?128,
10160         __builtin_ia32_psrl?128, __builtin_ia32_psra?128]: Fix the mode of
10161         input arguments and the mode of return value.  Built-in functions
10162         that operate on whole 64-bit MMX register now use V1DI mode.
10164 2008-03-13  Alon Dayan  <alond@il.ibm.com>
10165             Olga Golovanevsky  <olga@il.ibm.com>
10167         PR tree-optimization/35041
10168         * ipa-struct-reorg.c (find_pos_in_stmt_1): Add another option
10169         to locate the right position in a statement.
10171 2008-03-13  Uros Bizjak  <ubizjak@gmail.com>
10173         PR target/34000
10174         PR target/35553
10175         * config/i386/xmmintrin.h:  Change all static inline functions to
10176         extern inline and add __gnu_inline__ attribute.
10177         * config/i386/bmintrin.h: Ditto.
10178         * config/i386/smmintrin.h: Ditto.
10179         * config/i386/tmmintrin.h: Ditto.
10180         * config/i386/mmintrin-common.h: Ditto.
10181         * config/i386/ammintrin.h: Ditto.
10182         * config/i386/emmintrin.h: Ditto.
10183         * config/i386/pmmintrin.h: Ditto.
10184         * config/i386/mmintrin.h: Ditto.
10185         * config/i386/mm3dnow.h: Ditto.
10187 2008-03-13  Jakub Jelinek  <jakub@redhat.com>
10189         PR middle-end/35185
10190         * omp-low.c (lower_regimplify, init_tmp_var, save_tmp_var): Removed.
10191         (lower_omp_2): New function.
10192         (lower_omp_1, lower_omp): Rewritten.
10194 2008-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
10196         PR 35054
10197         * doc/extend.texi (Structure-Packing Pragmas): Replace "Win32"
10198         with the phrase "Microsoft Windows compilers".
10199         (Push/Pop Macro Pragmas): New subsection. Document
10200         #pragma push_macro and pragma pop_macro.
10202 2008-03-12  Paul Brook  <paul@codesourcery.com>
10204         * config/arm/arm.c (output_move_double): Prefer LDRD to LDM.
10206 2008-03-12  Paul Brook  <paul@codesourcery.com>
10208         * config/arm/thumb2.md: Extend peephole to cover 3-arg subs.
10209         (thumb2_alusi3_short): Exclude PLUS and MINUS.
10210         (thumb2_addsi_shortim): Rename ...
10211         (thumb2_addsi_short): ... to this.  Allow register operands.
10212         (thumb2_subsi_short): New pattern.
10213         (thumb2_one_cmplsi2_short,
10214         thumb2_negsi2_short): New patterns and peepholes.
10216 2008-03-12  Paul Brook  <paul@codesourcery.com>
10218         * config/arm/arm.c (arm_size_rtx_costs): Use ARM costs for Thumb-2.
10220 2008-03-12  Uros Bizjak  <ubizjak@gmail.com>
10222         * config/i386/i386.md (int_cond): New code iterator.
10223         (fp_cond): Ditto.
10224         ("s<code>"): Macroize expander from seq, sne, sgt, sgtu, slt, sltu,
10225         sge, sgeu, sle and sleu expanders usign int_cond code iterator.
10226         ("s<code>"): Macroize expander from sunordered, sordered, suneq, sunge,
10227         sungt, sunle, sunlt and sltgt expanders usign fp_cond code iterator.
10228         ("b<code>"): Macroize expander from beq, bne, bgt, bgtu, blt, bltu,
10229         bge, bgeu, ble and bleu expanders usign int_cond code iterator.
10230         ("b<code>"): Macroize expander from bunordered, bordered, buneq, bunge,
10231         bungt, bunle, bunlt and bltgt expanders usign fp_cond code iterator.
10233 2008-03-12  Paul Brook  <paul@codesourcery.com>
10235         * config/arm/arm.c (use_return_insn): Use offsets->saved_regs_mask
10236         instead of {arm,thumb}_compute_save_reg_mask.
10237         (output_return_instruction): Ditto.
10238         (thumb_unexpanded_epilogue): Ditto.
10239         (thumb1_expand_prologue): Ditto.
10240         (thumb1_output_function_prologue): Ditto.
10241         (arm_set_return_address): Ditto.
10242         (thumb_set_return_address): Ditto.
10243         (arm_get_frame_offsets): Set offsets->saved_regs_mask.  Push extra
10244         regs to achieve stack alignment.
10245         (thumb1_compute_save_reg_mask): Fix compiler warning.
10246         (arm_output_epilogue): Use offsets->saved_regs_mask.
10247         Adjust stack pointer by poping call clobered registers.
10248         (arm_expand_prologue): Use offsets->saved_regs_mask.
10249         Adjust stack pointer by pushing extra registers.
10250         * config/arm.h (arm_stack_offsets): Add saved_regs_mask.
10252 2008-03-12  Paolo Bonzini  <bonzini@gnu.org>
10254         PR tree-opt/35422
10255         * fold-const.c (fold_unary) <NOP_EXPR>: Distribute a narrowing
10256         conversion to the operands of a multiplication.
10258 2008-03-12  Richard Guenther  <rguenther@suse.de>
10260         * Makefile.in (OBJS-common): Add tree-ssa-phiprop.o
10261         (tree-ssa-phiprop.o): Copy dependencies from tree-ssa-forwprop.o.
10262         * timevar.def (TV_TREE_PHIPROP): Add.
10263         * tree-ssa-phiprop.c: Split from tree-ssa-forwprop.c, added
10264         pass description.  Use TV_TREE_PHIPROP.
10265         * tree-ssa-forwprop.c: Remove phiprop code.
10267 2008-03-12  Jakub Jelinek  <jakub@redhat.com>
10269         PR middle-end/35549
10270         * omp-low.c (maybe_lookup_decl): Constify first argument.
10271         (use_pointer_for_field): Change last argument from bool to
10272         omp_context *.  Disallow shared copy-in/out in nested
10273         parallel if decl is shared in outer parallel too.
10274         (build_outer_var_ref, scan_sharing_clauses,
10275         lower_rec_input_clauses, lower_copyprivate_clauses,
10276         lower_send_clauses, lower_send_shared_vars): Adjust callers.
10278 2008-03-12  Victor Kaplansky  <victork@il.ibm.com>
10279             Ira Rosen  <irar@il.ibm.com>
10281         * tree-vectorizer.c (free_stmt_vec_info): New function.
10282         (destroy_loop_vec_info): Move code to free_stmt_vec_info().
10283         Call free_stmt_vec_info(). Free LOOP_VINFO_STRIDED_STORES..
10284         * tree-vectorizer.h (free_stmt_vec_info): Declare.
10285         * tree-vect-transform.c (vectorizable_conversion): Free
10286         vec_oprnds0 if it was allocated.
10287         (vect_permute_store_chain): Remove unused VECs.
10288         (vectorizable_store): Free VECs that are allocated in the..
10289         function.
10290         (vect_transform_strided_load, vectorizable_load): Likewise.
10291         (vect_remove_stores): Simplify the code.
10292         (vect_transform_loop): Move code to vect_remove_stores().
10293         Call vect_remove_stores() and free_stmt_vec_info().
10295 2008-03-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10297         * pa.h (TARGET_LONG_PIC_SDIFF_CALL): Conditionalize define on
10298         TARGET_HPUX.  Revise comment.
10299         (TARGET_LONG_PIC_PCREL_CALL): Revise comment.
10300         * pa.c (output_call): Update for revised TARGET_LONG_PIC_SDIFF_CALL.
10301         Use sr4 variant of `be' instruction when not generating PIC code.
10302         (attr_length_call): Adjust for above change.
10304 2008-03-11  Andrew Pinski  <andrew_pinski@playstation.sony.com>
10306         * ipa-reference.c (static_execute): Remove module_statics_const and
10307         associated setting code.
10309 2008-03-11  Uros Bizjak  <ubizjak@gmail.com>
10311         PR target/35540
10312         * config/i386/i386.md (paritysi2, paritydi2): Use register_operand
10313         predicate for operand 1.
10314         (paritysi2_cmp): Use register_operand predicate for operand 2.
10315         Use earlyclobber modifier for operand 1.  Remove support for
10316         memory operands.
10317         (paritydi2_cmp): Use register_operand predicate for operand 3.
10318         Use earlyclobber modifier for operand 1.  Remove support for
10319         memory operands.
10321 2008-03-11  Paul Brook  <paul@codesourcery.com>
10322             Vladimir Prus  <vladimir@codesourcery.com>
10324         * config/arm/arm.c (use_return_insn): Check TARGET_APCS_FRAME.
10325         (arm_compute_save_reg0_reg12_mask): Always
10326         check if register 11 must be saved.  Always safe hard frame pointer
10327         when frame_pointer_needeed.
10328         (arm_compute_save_reg_mask): Save IP and PC
10329         only with apcs frames.
10330         (arm_output_epilogue): Adjust Thumb2 codepath to
10331         be also invoked and work for ARM non-apcs frames.
10332         (arm_expand_prologue): Don't bother saving IP
10333         for non-apcs frame, since it's not clobbered by
10334         prologue code.  Implement non-apcs frame
10335         layout.
10337 2008-03-11  Paolo Bonzini  <bonzini@gnu.org>
10339         PR rtl-optimization/35281
10340         * expr.c (convert_move): Use a new pseudo for the intermediate
10341         from_mode->word_mode result.
10343 2008-03-11  Paolo Bonzini  <bonzini@gnu.org>
10345         * langhooks-def.h (LANG_HOOKS_CLEAR_BINDING_STACK): Delete.
10346         * langhooks.h (struct lang_hooks): Delete clear_binding_stack member.
10347         * toplev.c (compile_file): Don't call it.
10349 2008-03-11  Uros Bizjak  <ubizjak@gmail.com>
10351         PR middle-end/35526
10352         * expr.c (store_expr): Call emit_block_move if the mode
10353         of "temp" RTX is BLKmode.
10355 2008-03-11  Andrew Pinski  <andrew_pinski@playstation.sony.com>
10356             Richard Guenther  <rguenther@suse.de>
10358         PR tree-optimization/31358
10359         * tree-ssa-loop-manip.c (create_iv): Call force_gimple_operand for
10360         the step with a NULL_TREE.
10361         * tree-ssa-loop-ivopts.c (find_bivs): Convert the step
10362         to sizetype if type is a pointer type.
10363         (add_candidate_1): Don't convert the base and step to
10364         the generic type if the orginal type is a pointer type.
10365         (add_iv_value_candidates): Use sizetype for the step
10366         if type is a pointer type.
10367         (cand_value_at): Likewise.
10368         * tree-ssa-address.c (add_to_parts): Use POINTER_PLUS_EXPR
10369         for pointer types.
10370         * tree-affine.c (tree_to_aff_combination <POINTER_PLUS_EXPR>):
10371         Don't convert the tem affine to the type.
10372         (add_elt_to_tree): Use sizetype for the step if a pointer.
10373         Use POINTER_PLUS_EXPR for pointers.
10374         (aff_combination_to_tree): Use sizetype for the step if a
10375         pointer.
10377 2008-03-10  Vladimir Makarov  <vmakarov@redhat.com>
10379         * config/i386/sse.md (ssse3_pmaddubswv8hi3, ssse3_pmaddubswv4hi3):
10380         Remove commutativity hint.
10382 2008-03-10  Jakub Jelinek  <jakub@redhat.com>
10384         PR c/35438
10385         PR c/35439
10386         * c-parser.c (c_parser_omp_threadprivate): Don't add vars with
10387         errorneous type.  Check that v is a VAR_DECL.
10389         PR middle-end/35099
10390         * tree-cfg.c (new_label_mapper): Update cfun->last_label_uid.
10392 2008-03-10  H.J. Lu  <hongjiu.lu@intel.com>
10394         PR tree-optimization/35494
10395         * tree-ssa-ccp.c (get_symbol_constant_value): Check if value
10396         may be overriden at link and run time.
10398 2008-03-10  Richard Guenther  <rguenther@suse.de>
10400         PR tree-optimization/34677
10401         * tree-ssa-pre.c (modify_expr_node_pool): Remove.
10402         (poolify_tree): Likewise.
10403         (modify_expr_template): Likewise.
10404         (poolify_modify_stmt): Likewise.
10405         (insert_fake_stores): Handle all component-ref style stores
10406         in addition to INDIRECT_REF.  Also handle complex types.
10407         Do not poolify the inserted load.
10408         (realify_fake_stores): Do not rebuild the tree but only
10409         make it a SSA_NAME copy.
10410         (init_pre): Remove initialzation of modify_expr_template.
10411         Do not allocate modify_expr_node_pool.
10412         (fini_pre): Do not free modify_expr_node_pool.
10414 2008-03-10  Paul Brook  <paul@codesourcery.com>
10416         * config/arm/arm.md (UNSPEC_STACK_ALIGN, UNSPEC_PIC_OFFSET): Renumber
10417         to avoid conflicts.
10419 2008-03-10  Paul Brook  <paul@codesourcery.com>
10420             Mark Shinwell  <shinwell@codesourcery.com>
10422         * config/arm/cortex-r4.md: New.
10423         * config/arm/thumb2.md (divsi3, udivsi3): Annotate with
10424         insn attributes.
10425         * config/arm/arm.md: Include cortex-r4.md.
10426         (insn): Add smmls, sdiv and udiv values.
10427         (generic_sched): Don't use generic scheduling for Cortex-R4.
10428         (arm_issue_rate): New function.
10429         (TARGET_SCHED_ISSUE_RATE): Define.
10431 2008-03-10  Sebastian Pop  <sebastian.pop@amd.com>
10433         * doc/invoke.texi (-ftree-loop-distribution): Add an example.
10435 2008-03-10  Richard Guenther  <rguenther@suse.de>
10437         * tree-ssa-pre.c (get_sccvn_value): Simplify.
10438         (compute_avail): Do not add stmt uses to AVAIL_OUT.
10440 2008-03-10  Paolo Bonzini  <bonzini@gnu.org>
10442         * langhooks-def.h (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS):
10443         Set default to true.
10445 2008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10447         * c.opt (Wsynth): Deprecate.
10448         * doc/invoke.texi (Option Summary, Warning Options): Document
10449         -Wno-format-contains-nul.
10451 2008-03-09  Uros Bizjak  <ubizjak@gmail.com>
10453         PR target/35496
10454         * config/i386/i386.c (ix86_constant_alignment): Compute alignment using
10455         ALIGN_MODE_128 for VECTOR_CST and INTEGER_CST in addition to REAL_CST.
10457 2008-03-09  Ira Rosen  <irar@il.ibm.com>
10459         * config/rs6000/rs6000.c (builtin_description): Rename vector
10460         left shift operations.
10461         * config/rs6000/altivec.md (UNSPEC_VSL): Remove.
10462         (altivec_vsl<VI_char>): Rename to ...
10463         (ashl<mode>3): ... new name.
10464         (mulv4sf3, mulv4si3, negv4sf2): Replace gen_altivec_vslw with
10465         gen_ashlv4si3.
10466         (absv4sf2): Convert to use ashift:V4SI instead of UNSPEC_VSL.
10468 2008-03-08  Richard Guenther  <rguenther@suse.de>
10470         * coverage.h (tree_coverage_counter_addr): Declare.
10471         * coverage.c (tree_coverage_counter_addr): New function.
10472         * tree-profile.c (tree_gen_edge_profiler): Unshare counter
10473         before using again.
10474         (tree_gen_pow2_profiler): Use tree_coverage_counter_addr.
10475         (tree_gen_one_value_profiler): Likewise.
10476         (tree_gen_ic_profiler): Likewise.
10477         (tree_gen_average_profiler): Likewise.
10478         (tree_gen_ior_profiler): Likewise.
10480 2008-03-08  Richard Guenther  <rguenther@suse.de>
10482         * tree-ssa-sccvn.h (vn_binary_op_lookup): Remove.
10483         (vn_binary_op_insert): Likewise.
10484         (vn_unary_op_lookup): Likewise.
10485         (vn_unary_op_insert): Likewise.
10486         (vn_nary_op_lookup): Declare.
10487         (vn_nary_op_insert): Likewise.
10488         * tree-ssa-sccvn.c (struct vn_tables_s): Merge unary
10489         and binary hashes, use a single obstack for unary_op_pool
10490         and binary_op_pool.
10491         (struct vn_binary_op_s, struct vn_unary_op_s): Replace with
10492         a single struct vn_nary_op_s.  Store tree code length and
10493         a variable number of operands.
10494         (struct vn_reference_op_struct): Remove unused op2.
10495         (vn_reference_op_eq): Do not compare op2.
10496         (vn_reference_op_compute_hash): Do not compute hash of op2.
10497         (vn_unary_op_hash, vn_binary_op_hash): Replace with vn_nary_op_hash.
10498         (vn_unary_op_compute_hash, vn_binary_op_compute_hash): Replace
10499         with vn_nary_op_compute_hash.
10500         (vn_unary_op_eq, vn_binary_op_eq): Replace with vn_nary_op_eq.
10501         (vn_unary_op_lookup, vn_binary_op_lookup): Replace with
10502         vn_nary_op_lookup.
10503         (vn_unary_op_insert, vn_binary_op_insert): Replace with
10504         vn_nary_op_insert.
10505         (visit_unary_op): Call nary functions.
10506         (visit_binary_op): Likewise.
10507         (process_scc): Adjust for struct vn_tables_s changes.
10508         (allocate_vn_table): Likewise.
10509         (free_vn_table): Likewise.
10510         * tree-vn.c (vn_add): Call nary functions.
10511         (vn_lookup): Likewise.
10513 2008-03-08  Jakub Jelinek  <jakub@redhat.com>
10515         PR target/35498
10516         * config/rs6000/rs6000.c (rs6000_expand_compare_and_swapqhi): Shift
10517         wdst back after sync_compare_and_swapqhi_internal.
10519 2008-03-08  Uros Bizjak  <ubizjak@gmail.com>
10521         PR target/22152
10522         * config/i386/i386-modes.def (V1DI): New vector mode.
10523         * config/i386/i386.h (VALID_MMX_REG_MODE): Add V1DImode.
10524         * config/i386/mmx.md (MMXMODEI8): New mode iterator.
10525         (MMXMODE248): Ditto.
10526         (MMXMODE): Add V1DI mode.
10527         (mmxvecsize): Change DI mode to V1DI mode.
10528         ("mov<mode>): Use MMXMODEI8 mode iterator.
10529         ("*mov<mode>_internal_rex64"): Ditto.
10530         ("*mov<mode>_internal"): Ditto.
10531         ("mmx_add<mode>3"): Ditto.  Handle V1DImode for TARGET_SSE2.
10532         ("mmx_sub<mode>3"): Ditto.
10533         ("mmx_adddi3"): Remove insn pattern.
10534         ("mmx_subdi3"): Ditto.
10535         ("mmx_ashr<mode>3"): Use SImode and "yN" constraint for operand 2.
10536         ("mmx_lshr<mode>3"): Ditto. Use MMXMODE248 mode iterator.
10537         ("mmx_ashl<mode>3"): Ditto.
10538         ("mmx_lshrdi3"): Remove insn pattern.
10539         ("mmx_ashldi3"): Ditto.
10540         * config/i386/i386.c (classify_argument): Handle V1DImode.
10541         (function_arg_advance_32): Ditto.
10542         (function_arg_32): Ditto.
10543         (struct builtin_description) [IX86_BUILTIN_PADDQ]: Use
10544         mmx_addv1di3 insn pattern.
10545         [IX86_BUILTIN_PSUBQ]: Use mmx_subv1di3 insn pattern.
10546         [IX86_BUILTIN_PSLL?, IX86_BUILTIN_PSRL?, IX86_BUILTIN_PSRA?,
10547         IX86_BUILTIN_PSLL?I, IX86_BUILTIN_PSRL?I, IX86_BUILTIN_PSRA?I,
10548         IX86_BUILTIN_PSLL?I128, IX86_BUILTIN_PSRL?I128, IX86_BUILTIN_PSRA?I128]:
10549         Remove definitions of built-in functions.
10550         (V1DI_type_node): New node.
10551         (v1di_ftype_v1di_int): Ditto.
10552         (v1di_ftype_v1di_v1di): Ditto.
10553         (v2si_ftype_v2si_si): Ditto.
10554         (v4hi_ftype_v4hi_di): Remove node.
10555         (v2si_ftype_v2si_di): Ditto.
10556         (ix86_init_mmx_sse_builtins): Handle V1DImode.
10557         (__builtin_ia32_psll?, __builtin_ia32_psrl?, __builtin_ia32_psra?):
10558         Redefine builtins using def_builtin_const with *_ftype_*_int node.
10559         (__builtin_ia32_psll?i, __builtin_ia32_psrl?i, __builtin_ia32_psra?i):
10560         Add new builtins using def_builtin_const.
10561         (ix86_expand_builtin) [IX86_BUILTIN_PSLL?, IX86_BUILTIN_PSRL?,
10562         IX86_BUILTIN_PSRA?, IX86_BUILTIN_PSLL?I, IX86_BUILTIN_PSRL?I,
10563         IX86_BUILTIN_PSRA?I]: Handle builtin definitions.
10564         * config/i386/mmintrin.h (__v1di): New typedef.
10565         (_mm_add_si64): Cast arguments to __v1di type.
10566         (_mm_sub_si64): Ditto.
10567         (_mm_sll_pi16): Cast __count to __v4hi type.
10568         (_mm_sll_pi32): Cast __count to __v2si type.
10569         (_mm_sll_si64): Cast arguments to __v1di type.
10570         (_mm_srl_pi16): Cast __count to __v4hi type.
10571         (_mm_srl_pi32): Cast __count to __v2si type.
10572         (_mm_srl_si64): Cast arguments to __v1di type.
10573         (_mm_sra_pi16): Cast __count to __v4hi type.
10574         (_mm_sra_pi32): Cast __count to __v2si type.
10575         (_mm_slli_pi16): Use __builtin_ia32_psllwi.
10576         (_mm_slli_pi32): Use __builtin_ia32_pslldi.
10577         (_mm_slli_si64): Use __builtin_ia32_psllqi. Cast __m to __v1di type.
10578         (_mm_srli_pi16): Use __builtin_ia32_psrlwi.
10579         (_mm_srli_pi32): Use __builtin_ia32_psrldi.
10580         (_mm_srli_si64): Use __builtin_ia32_psrlqi. Cast __m to __v1di type.
10581         (_mm_srai_pi16): Use __builtin_ia32_psrawi.
10582         (_mm_srai_pi32): Use __builtin_ia32_psradi.
10583         * config/i386/i386.md (UNSPEC_NOP): Remove unspec definition.
10584         * doc/extend.texi (X86 Built-in Functions) [__builtin_ia32_psll?,
10585         __builtin_ia32_psrl?, __builtin_ia32_psra?, __builtin_ia32_psll?i,
10586         __builtin_ia32_psrl?i, __builtin_ia32_psra?i]: Add new builtins.
10588 2008-03-07  Joseph Myers  <joseph@codesourcery.com>
10590         * doc/include/texinfo.tex: Update to version 2008-03-07.10.
10592 2008-03-07  Peter Bergner  <bergner@vnet.ibm.com>
10594         PR target/35373
10595         * config/rs6000/rs6000.c (rs6000_legitimize_address): Don't generate
10596         reg+const addressing for Altivec modes.  Don't generate reg+reg
10597         addressing for TFmode or TDmode quantities.
10599 2008-03-07  Paolo Bonzini  <bonzini@gnu.org>
10601         * c-common.c (vector_types_convertible_p): Call langhook
10602         instead of comptypes.
10604 2008-03-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
10606         PR tree-opt/35402
10607         * tree-ssa-ccp.c (get_symbol_constant_value): Handle
10608         integral and scalar float variables which have a
10609         NULL DECL_INITIAL.
10611 2008-03-06  Nathan Froyd  <froydnj@codesourcery.com>
10613         * dwarf2out.c (dwarf2out_frame_debug_expr): Consult the
10614         dwarf_register_span hook when emitting unwind information for
10615         register-to-memory saves.
10616         * config/rs6000/rs6000.c (spe_synthesize_frame): Delete.
10617         (rs6000_frame_related): Remove call to spe_synthesize_frame.
10619 2008-03-06  Jakub Jelinek  <jakub@redhat.com>
10621         * gimplify.c (goa_lhs_expr_p): Allow different ADDR_EXPR nodes
10622         for the same VAR_DECL.
10624 2008-03-06  Tom Tromey  <tromey@redhat.com>
10626         * treelang: Delete.
10627         * doc/standards.texi (Standards): Don't mention treelang.
10628         * doc/invoke.texi (Overall Options): Don't mention treelang.
10629         * doc/install.texi (Prerequisites): Don't mention bison or
10630         treelang.
10631         (Configuration): Don't mention treelang.
10632         (Building): Likewise.
10633         * doc/frontends.texi (G++ and GCC): Don't mention treelang.
10635 2008-03-06  Paolo Bonzini  <bonzini@gnu.org>
10637         * simplify-rtx.c (simplify_subreg): Remove useless shifts from
10638         word-extractions out of a multi-word object.
10640 2008-03-06  Richard Guenther  <rguenther@suse.de>
10642         * tree.def (BIT_FIELD_REF): Constrain result type and its precision.
10643         * tree-cfg.c (verify_expr): Verify BIT_FIELD_REF constraints on
10644         result type and precision.
10645         * expr.c (get_inner_reference): Set unsignedp based on the result
10646         type of BIT_FIELD_REF.
10647         * tree.h (BIT_FIELD_REF_UNSIGNED): Remove.
10648         * tree-sra.c (instantiate_element): Do not set BIT_FIELD_REF_UNSIGNED.
10649         (try_instantiate_multiple_fields): Likewise.  Use the correct type
10650         for BIT_FIELD_REF.
10651         (sra_build_assignment): Likewise.
10652         (sra_build_elt_assignment): Likewise.
10653         (sra_explode_bitfield_assignment): Likewise.
10654         * print-tree.c (print_node): Do not check BIT_FIELD_REF_UNSIGNED.
10655         * tree-vect-transform.c (vect_create_epilog_for_reduction): Do not
10656         set BIT_FIELD_REF_UNSIGNED.
10657         (vectorizable_load): Likewise.
10659 2008-03-06  Andreas Krebbel  <krebbel1@de.ibm.com>
10661         * cse.c (cse_extended_basic_block): Invalidate artificial defs
10662         at bb start.
10664 2008-03-06  Richard Guenther  <rguenther@suse.de>
10666         * alias.c (struct alias_set_entry): Move has_zero_child field
10667         to pack with alias_set.
10669 2008-03-05  H.J. Lu  <hongjiu.lu@intel.com>
10671         * config/i386/i386-modes.def: Use 4 byte alignment on DI for
10672         32bit host.
10674 2008-03-05  Ian Lance Taylor  <iant@google.com>
10676         * alias.h (alias_set_type): Change from HOST_WIDE_INT to int.
10678 2008-03-05  Kenneth Zadeck  <zadeck@naturalbridge.com>
10680         * fwprop.c (update_df): Support width and offset parameters of
10681         df_ref_create.
10682         * ra-conflict.c (mark_reg_store, clear_reg_in_live,
10683         global_conflicts): Change DF_REF_EXTRACT to either
10684         DF_REF_ZERO_EXTRACT or DF_REF_SIGN_EXTRACT.  Change
10685         DF_REF_STRICT_LOWER_PART to DF_REF_STRICT_LOW_PART.
10686         * df-scan.c (df_ref_record, df_defs_record,
10687         df_ref_create_structure, df_def_record_1, df_uses_record,
10688         df_get_conditional_uses, df_get_call_refs, df_insn_refs_collect,
10689         df_bb_refs_collect, df_entry_block_defs_collect,
10690         df_exit_block_uses_collect): Support new width and offset fields.
10691         (ref_extract_pool): New storage pool.
10692         (df_free_ref): New function.
10693         (df_reg_chain_unlink, df_free_collection_rec,
10694         df_sort_and_compress_refs): Call df_free_ref.
10695         (df_ref_equal_p, df_ref_compare): Compare offset and width fields
10696         of df_ref_extract.
10697         (df_ref_create_structure): Allocate df_ref_extract if offset and
10698         width fields are used.
10699         (df_def_record_1): Get offset and width from ZERO_EXTRACT.
10700         (df_uses_record): Get offset and width from ZERO_EXTRACT 
10701         and SIGN_EXTRACT.
10702         * global.c (build_insn_chain): Change DF_REF_EXTRACT to either
10703         DF_REF_ZERO_EXTRACT or DF_REF_SIGN_EXTRACT.  Change
10704         DF_REF_STRICT_LOWER_PART to DF_REF_STRICT_LOW_PART.
10705         * df.h (df_ref_flags): Change DF_REF_EXTRACT to either
10706         DF_REF_ZERO_EXTRACT or DF_REF_SIGN_EXTRACT.  Change
10707         DF_REF_STRICT_LOWER_PART to DF_REF_STRICT_LOW_PART.
10708         (df_ref_extract): New structure.
10709         (DF_REF_WIDTH, DF_REF_OFFSET): New macros.
10710         (df_ref_create): Add width and offset parameters.
10711         
10712 2008-03-05  Richard Guenther  <rguenther@suse.de>
10714         * tree-ssa-structalias.c (get_constraint_for_component_ref):
10715         Use ranges_overlap_p.
10716         (offset_overlaps_with_access): Rename
10717         to ranges_overlap_p and move ...
10718         * tree-flow-inline.h (ranges_overlap_p): ... here.
10720         * tree.h (get_inner_reference, handled_component_p): Update
10721         comments.
10723         * tree.h (record_component_aliases, get_alias_set,
10724         alias_sets_conflict_p, alias_sets_must_conflict_p,
10725         objects_must_conflict_p): Move declarations ...
10726         * alias.h (record_component_aliases, get_alias_set,
10727         alias_sets_conflict_p, alias_sets_must_conflict_p,
10728         objects_must_conflict_p): ... here.
10729         Include coretypes.h.
10730         * Makefile.in (ALIAS_H): Add coretypes.h dependency.
10732 2008-03-05  Aldy Hernandez  <aldyh@redhat.com>
10734         * cfg.c: Include tree-flow.h.
10735         (remove_edge_raw): Call redirect_edge_var_map_clear.
10736         (redirect_edge_succ_nodup): Call redirect_edge_var_map_dup.
10737         * tree-flow-inline.h (redirect_edge_var_map_def): New.
10738         (redirect_edge_var_map_result): New.
10739         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Replace
10740         PENDING_STMT use with redirect_edge_var_map_*.
10741         * tree-ssa.c (edge_var_maps): New definition.
10742         (redirect_edge_var_map_add): New.
10743         (redirect_edge_var_map_clear): New.
10744         (redirect_edge_var_map_dup): New.
10745         (redirect_edge_var_map_vector): New.
10746         (redirect_edge_var_map_destroy): New.
10747         (ssa_redirect_edge): Replace PENDING_STMT use with
10748         redirect_edge_var_map_*.
10749         (flush_pending_stmts): Same.
10750         (delete_tree_ssa): Destroy edge var map.
10751         * tree-flow.h (struct _edge_var_map): New.
10752         Define edge_var_map vector type.
10753         Declare redirect_edge_var_map_* prototypes.
10754         * Makefile.in (cfg.o): Depend on TREE_FLOW_H.
10755         * tree-cfg.c (reinstall_phi_args): Replace
10756         PENDING_STMT use with redirect_edge_var_map_*.
10758 2008-03-05  Richard Guenther  <rguenther@suse.de>
10760         PR tree-optimization/35472
10761         * tree-ssa-dse.c (dse_optimize_stmt): Do not delete a store
10762         whose single use_stmt has a overlapping set of loaded and
10763         stored symbols as that use_stmt might be a noop assignment then.
10765 2008-03-05  Joel Sherrill <joel.sherrill@oarcorp.com>
10767         * gthr-rtems.h: Implement __gthread_mutex_destroy.
10769 2008-03-05  Richard Guenther  <rguenther@suse.de>
10771         PR c++/35336
10772         * tree.def (BIT_FIELD_REF): Document that operands 1 and 2
10773         should be constants.
10774         * tree-cfg.c (verify_expr): Verify it.
10775         * fold-const.c (fold_truthop): Remove code generating
10776         BIT_FIELD_REFs of structure bases.
10777         (fold_binary): Likewise.
10778         (fold_ternary): Position and size of BIT_FIELD_REFs are
10779         always host integers.
10780         (make_bit_field_ref): Remove.
10781         (optimize_bit_field_compare): Remove.
10782         (all_ones_mask_p): Remove.
10784 2008-03-05  Gabor Loki  <loki@gcc.gnu.org>
10786         PR gcc/33009
10787         * rtl-factoring.c (clear_regs_live_in_seq): Fix backward steps.
10788         (split_block_and_df_analyze): New. Split basic block and rebuild
10789         dataflow.
10790         (block_label_after): Use SPLIT_BLOCK_AND_DF_ANALYZE instead of
10791         SPLIT_BLOCK.
10792         (split_pattern_seq): Likewise.
10793         (erase_matching_seqs): Likewise.
10794         (split_pattern_seq): Skip return insn in case of REG_NORETURN note.
10796 2008-03-04  Geoff Keating  <geoffk@apple.com>
10798         * fold-const.c (tree_single_nonnegative_warnv_p): Fix mixed
10799         declaration and code.
10800         (tree_invalid_nonnegative_warnv_p): Likewise.
10802 2008-03-05  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
10804         * doc/install.texi (Testing): Correct quoting for the RUNTESTFLAGS
10805         examples.  Truncate option-names then causing overfull hbox.
10807 2008-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10809         PR target/35222
10810         * configure.ac (CONFIG_SJLJ_EXCEPTIONS): Force SJLJ exceptions
10811         on hpux10.
10812         * configure: Rebuilt.
10814 2008-03-04  Rafael Espindola  <espindola@google.com>
10816         * fold-const.c (tree_simple_nonnegative_warnv_p): New.
10817         (tree_unary_nonnegative_warnv_p): New.
10818         (tree_binary_nonnegative_warnv_p): New.
10819         (tree_single_nonnegative_warnv_p): New.
10820         (tree_invalid_nonnegative_warnv_p): New.
10821         (tree_expr_nonnegative_warnv_p): Redefine in term of the new functions.
10823 2008-03-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
10825         PR 28322
10826         * opts.c (handle_option): Postpone 'unknown option' errors only for
10827         warning options.
10829 2008-03-04  H.J. Lu  <hongjiu.lu@intel.com>
10831         PR target/35453
10832         * config/i386/smmintrin.h (SIDD_XXX): Renamed to ...
10833         (_SIDD_XXX): This.
10835 2008-03-04  Rafael Espindola  <espindola@google.com>
10837         * fold-const.c (tree_unary_nonzero_warnv_p): New.
10838         (tree_binary_nonzero_warnv_p): New.
10839         (tree_single_nonzero_warnv_p): New.
10840         (tree_expr_nonzero_warnv_p): Redefine using the new functions.
10842 2008-03-04  Uros Bizjak  <ubizjak@gmail.com>
10844         PR middle-end/35456
10845         * fold-const.c (fold_cond_expr_with_comparison): Prevent
10846         transformations for modes that have signed zeros.
10847         * ifcvt.c (noce_try_abs): Ditto.
10849 2008-03-04  Joseph Myers  <joseph@codesourcery.com>
10851         * config/i386/i386.c (override_options): Force
10852         -maccumulate-outgoing-args on if TARGET_STACK_PROBE.
10854 2008-03-04  Jan Hubicka  <jh@suse.cz>
10856         PR c++/35262
10857         * ipa-inline.c (cgraph_decide_inlining_of_small_function): Fix typo
10858         in last commit.
10860 2008-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
10862         * config/i386/i386.md (allocate_stack_worker_32): Use  __chkstk
10863         label to probe the stack.
10865 2008-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
10867         * gthr-win32.h [__GTHREAD_HIDE_WIN32API]
10868         (__gthr_win32_mutex_destroy): Declare.
10869         [__GTHREAD_HIDE_WIN32API] (__gthread_mutex_destroy): Use
10870         __gthr_win32_mutex_destroy.
10871         * config/i386/gthr-win32.c  (__gthr_win32_mutex_destroy): Define.
10873 2008-03-03  Jan Hubicka  <jh@suse.cz>
10875         PR c++/35262
10876         * ipa-inline.c (cgraph_decide_inlining_of_small_function): Be more
10877         aggressive on inlining cold calls.
10879 2008-03-03  Richard Guenther  <rguenther@suse.de>
10881         * tree-ssa-sccvn.c (visit_reference_op_store): Do not insert
10882         struct copies into the expression table.
10883         (simplify_unary_expression): Handle VIEW_CONVERT_EXPR.
10884         (try_to_simplify): Likewise.
10885         * fold-const.c (fold_unary): Fold VIEW_CONVERT_EXPR of
10886         integral and pointer arguments which do not change the
10887         precision to NOP_EXPRs.
10888         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Adjust
10889         VIEW_CONVERT_EXPR case.
10891 2008-03-02  Sebastian Pop  <sebastian.pop@amd.com>
10893         * tree-scalar-evolution.c (instantiate_parameters_1): An SSA_NAME
10894         defined in a loop at depth 0 is invariant.
10895         * tree-chrec.c (evolution_function_is_invariant_rec_p): Ditto.
10896         * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Should never
10897         be called at loop depth 0.
10899 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
10901         PR driver/35420
10902         * gcc.c (process_command): Update copyright notice dates.
10903         * gcov.c (print_version): Likewise.
10904         * gcov-dump.c (print_version): Likewise.
10905         * mips-tfile.c (main): Likewise.
10906         * mips-tdump.c (main): Likewise.
10908 2008-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
10910         PR 24924
10911         * c-common.c (flag_permissive): Delete.
10912         (constant_expression_warnings): Check flags first.
10913         (constant_expression_error): New.
10914         * c-common.h (flag_permissive): Delete.
10915         (constant_expression_error): Declare.
10916         * flags.h (flag_permissive): Declare. Update description.
10917         * diagnostic.c (pedwarn): Update.
10918         (permerror): New.
10919         * diagnostic.h: (pedantic_error_kind): Rename as pedantic_warning_kind.
10920         (permissive_error_kind): New.
10921         * toplev.c (flag_permissive): Define. Update description.
10922         * toplev.h (permissive_error_kind): Declare.
10923         * c-errors.c (pedwarn_c99): Use pedantic_warning_kind.
10924         (pedwarn_c90): Use pedantic_warning_kind.
10925         * c-opts.c (c_common_post_options): flag_permissive does not affect
10926         flag_pedantic_errors.
10928 2008-03-02  Joseph Myers  <joseph@codesourcery.com>
10930         * libgcc2.c (__addvSI3, __addvsi3, __addvDI3, __subvSI3,
10931         __subvsi3, __subvDI3, __negvSI2, __negvsi2, __negvDI2, __absvSI2,
10932         __absvsi2, __absvDI2): Use unsigned arithmetic.
10934 2008-03-02  Andi Kleen  <ak@suse.de>
10935             Richard Guenther  <rguenther@suse.de>
10937         * struct-equiv.c: Remove file.
10938         * cfg_cleanup.c (condjump_equiv_p): Remove.
10939         * Makefile.in (OBJS-common): Remove struct-equiv.o.
10940         (struct-equiv.o): Remove rule.
10941         * basic-block.h (struct_equiv_checkpoint, STRUCT_EQUIV_*,
10942         insns_match_p, struct_equiv_block_eq, struct_equiv_init, 
10943         rtx_equiv_p, condjump_equiv_p): Remove prototypes.
10945 2008-03-01  Alexandre Oliva  <aoliva@redhat.com>
10947         * ifcvt.c (noce_process_if_block): Try to handle only the then
10948         block if the else block exists but isn't suitable.
10950 2008-03-01  Janne Blomqvist  <jb@gcc.gnu.org>
10952         PR gcc/35063
10953         * gthr-posix.h (__gthread_mutex_destroy): Remove extra declarations.
10954         * gthr-posix95.h (__gthread_mutex_destroy): Likewise. Note this fixes
10955         regression from previous patch.
10957 2008-03-01  Janne Blomqvist  <jb@gcc.gnu.org>
10959         PR gcc/35063
10960         * gthr.h: Add __gthread_mutex_destroy as a function that must be
10961         implemented.
10962         * gthr-vxworks.h (__gthread_mutex_destroy): Null implementation.
10963         * gthr-single.h (__gthread_mutex_destroy): Likewise.
10964         * gthr-rtems.h (__gthread_mutex_destroy): Likewise.
10965         * gthr-mipssde.h (__gthread_mutex_destroy): Likewise.
10966         * gthr-nks.h (__gthread_mutex_destroy): Likewise.
10967         * gthr-solaris.h (__gthread_mutex_destroy): Call mutex_destroy.
10968         * gthr-win32.h (__GTHREAD_MUTEX_DESTROY_FUNCTION): Remove.
10969         (__gthread_mutex_destroy_function): Rename to
10970         __gthread_mutex_destroy.
10971         * gthr-dce.h (__gthread_mutex_destroy): Call
10972         pthread_mutex_destroy.
10973         * gthr-tpf.h (__gthread_mutex_destroy): Likewise.
10974         * gthr-posix.h (__gthread_mutex_destroy): Likewise.
10975         * gthr-posix95.h (__gthread_mutex_destroy): Likewise.
10977 2008-03-01  Alexandre Oliva  <aoliva@redhat.com>
10979         * df-scan.c (df_ref_chain_change_bb): Simplify.
10980         (df_insn_change_bb): Add new_bb argument.  Simplify.  Call
10981         set_block_for_insn if there's any change.
10982         * df.h ((df_insn_change_bb): Fix prototype.
10983         * cfgrtl.c (update_bb_for_insn_chain): Pass bb to
10984         df_insn_change_bb, don't call set_block_for_insn.
10985         * emit-rtl.c (reorder_insns): Likewise.
10986         * haifa-sched.c (move_insn): Likewise.
10988 2008-03-01  Alexandre Oliva  <aoliva@redhat.com>
10990         * rtlanal.c (loc_mentioned_in_p): Test XVECEXPs correctly.
10992 2008-03-01  Alexandre Oliva  <aoliva@redhat.com>
10994         * tree-flow-inline.h (next_readonly_imm_use): Return
10995         NULL_USE_OPERAND_P after the end.
10997 2008-03-01  Richard Guenther  <rguenther@suse.de>
10999         PR tree-optimization/35411
11000         * tree-sra.c (sra_build_assignment): Split conversion to
11001         final type to a separate statement if we are not assigning
11002         to a register.
11004 2008-02-29  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
11006         * fold-const.c (fold_convertible_p): Correct the logic to follow
11007         that in fold_convert().
11009 2008-02-29  Douglas Gregor  <doug.gregor@gmail.com>
11011         PR c++/35315
11012         * tree-inline.c (build_duplicate_type): When we make a
11013         duplicate type, make it unique in the canonical types system.
11015 2008-02-29  Tom Tromey  <tromey@redhat.com>
11017         * toplev.c (input_file_stack, input_file_stack_tick, fs_p,
11018         input_file_stack_history, input_file_stack_restored): Remove.
11019         (push_srcloc, pop_srcloc, restore_input_file_stack): Likewise.
11020         * input.h (struct file_stack): Remove.
11021         (push_srcloc, pop_srcloc, restore_input_file_stack): Likewise.
11022         (input_file_stack, input_file_stack_tick, INPUT_FILE_STACK_BITS):
11023         Likewise.
11024         * diagnostic.h (struct diagnostic_context) <last_module>: Change
11025         type.
11026         (diagnostic_last_module_changed): Add 'map' argument.
11027         (diagnostic_set_last_function): Likewise.
11028         * diagnostic.c (undiagnostic_report_current_module): Iterate using
11029         line map, not input_file_stack.
11030         * c-lex.c (fe_file_change): Don't use push_srcloc or pop_srcloc.
11032 2008-02-29  Paul Brook  <paul@codesourcery.com>
11034         * config/arm/arm.md (arm_addsi3): Add r/k/n alternative.
11036 2008-02-29  Paul Brook  <paul@codesourcery.com>
11038         * config/arm/ieee754-df.S (muldf3): Use RET macros.
11040 2008-02-29  Richard Guenther  <rguenther@suse.de>
11042         * tree-ssa-pre.c (get_sccvn_value): Create missing VNs via
11043         vn_lookup_or_add.
11044         * tree-ssa-sccnv.c (visit_reference_op_store): Use the rhs
11045         value for comparing for a store match.
11046         (simplify_unary_expression): Do nothing for SSA_NAMEs.
11047         (try_to_simplify): Do not do a full-blown reference lookup.
11049 2008-02-29  Kaz Kojima  <kkojima@gcc.gnu.org>
11051         * config/sh/sh.c (sh_scalar_mode_supported_p): New function.
11052         (TARGET_SCALAR_MODE_SUPPORTED_P): Define.
11054         * config/sh/sh.h (OVERRIDE_OPTIONS): Don't warn for profiling.
11056 2008-02-29  Sebastian Pop  <sebastian.pop@amd.com>
11058         * tree-loop-linear.c (try_interchange_loops): Compare memory access
11059         strides against cache sizes.
11061 2008-02-29  Kaz Kojima  <kkojima@gcc.gnu.org>
11063         * config/sh/sh.c (sh_secondary_reload): Handle loading a float
11064         constant to fpul.
11066 2008-02-28  Richard Sandiford  <rsandifo@nildram.co.uk>
11068         * simplify-rtx.c (simplify_unary_operation_1): Extend the handling
11069         of SUBREG_PROMOTED_VAR_P to cope with cases where the extended value
11070         is smaller than the original promoted value.
11071         (simplify_subreg): If OP is a SUBREG, try to preserve its
11072         SUBREG_PROMOTED_VAR_P information.
11074 2008-02-28  Steven Bosscher  <stevenb.gcc@gmail.com>
11076         * tree-ssa-sccvn (vn_ssa_aux_obstack): New obstack.
11077         (VN_INFO_GET): Allocate new objects on the obstack.
11078         (init_scc_vn): Initialize the obstack.  Use XDELETE instead of free
11079         for rpo_numbers_temp, for consistency.
11080         (free_scc_vn): Free the obstack.
11082 2008-02-28  Sebastian Pop  <sebastian.pop@amd.com>
11084         * doc/invoke.texi: Document -ftree-loop-distribution.
11085         * tree-loop-distribution.c: New.
11086         * tree-pass.h (pass_loop_distribution): New.
11087         * graphds.h (struct graph): Add htab_t indices.
11088         * timevar.def (TV_TREE_LOOP_DISTRIBUTION): New.
11089         * tree-vectorizer.c (rename_variables_in_loop): Extern.
11090         (slpeel_tree_duplicate_loop_to_edge_cfg): Init PENDING_STMT to NULL.
11091         * tree-vectorizer.h (tree_duplicate_loop_on_edge): Declared.
11092         * tree-data-ref.c (debug_data_dependence_relations): New.
11093         (dump_data_dependence_relation): Also print data references.
11094         (free_data_ref): Extern.
11095         (same_access_functions): Moved...
11096         (find_vertex_for_stmt): Renamed rdg_vertex_for_stmt.
11097         (dump_rdg_vertex, debug_rdg_vertex, dump_rdg_component,
11098         debug_rdg_component, dump_rdg, debug_rdg, dot_rdg_1, dot_rdg,
11099         struct rdg_vertex_info, rdg_vertex_for_stmt): New.
11100         (create_rdg_edge_for_ddr, create_rdg_vertices): Cleaned up.
11101         (stmts_from_loop): Skip LABEL_EXPR.
11102         (hash_stmt_vertex_info, eq_stmt_vertex_info, hash_stmt_vertex_del):
11103         New.
11104         (build_rdg): Initialize rdg->indices htab.
11105         (free_rdg, stores_from_loop, ref_base_address,
11106         rdg_defs_used_in_other_loops_p, have_similar_memory_accesses,
11107         have_similar_memory_accesses_1, ref_base_address_1,
11108         remove_similar_memory_refs): New.
11109         * tree-data-ref.h: Depend on tree-chrec.h.
11110         (debug_data_dependence_relations, free_data_ref): Declared.
11111         (same_access_functions): ... here.
11112         (ddr_is_anti_dependent, ddrs_have_anti_deps, ddr_dependence_level):
11113         New.
11114         (struct rdg_vertex): Add has_mem_write and has_mem_reads.
11115         (RDGV_HAS_MEM_WRITE, RDGV_HAS_MEM_READS, RDG_STMT,
11116         RDG_MEM_WRITE_STMT, RDG_MEM_READS_STMT): New.
11117         (dump_rdg_vertex, debug_rdg_vertex, dump_rdg_component,
11118         debug_rdg_component, dump_rdg, debug_rdg, dot_rdg,
11119         rdg_vertex_for_stmt): Declared.
11120         (struct rdg_edge): Add level.
11121         (RDGE_LEVEL): New.
11122         (free_rdg, stores_from_loop, remove_similar_memory_refs,
11123         rdg_defs_used_in_other_loops_p, have_similar_memory_accesses):
11124         Declared.
11125         (rdg_has_similar_memory_accesses): New.
11126         * tree-vect-analyze.c: Remove unused static decls.
11127         * lambda.h (dependence_level): New.
11128         * common.opt (ftree-loop-distribution): New.
11129         * tree-flow.h (mark_virtual_ops_in_bb, 
11130         slpeel_tree_duplicate_loop_to_edge_cfg,
11131         rename_variables_in_loop): Declared.
11132         * Makefile.in (TREE_DATA_REF_H): Depend on tree-chrec.h.
11133         (OBJS-common): Add tree-loop-distribution.o.
11134         (tree-loop-distribution.o): New rule.
11135         * tree-cfg.c (mark_virtual_ops_in_bb): New.
11136         (mark_virtual_ops_in_region): Use mark_virtual_ops_in_bb.
11137         * passes.c (init_optimization_passes): Schedule pass_loop_distribution.
11139 2008-02-28  Joseph Myers  <joseph@codesourcery.com>
11141         PR target/33963
11142         * tree.c (handle_dll_attribute): Disallow TYPE_DECLs for types
11143         other than structures and unions.
11145 2008-02-28  Richard Guenther  <rguenther@suse.de>
11147         Revert:
11148         2008-02-26  Richard Guenther  <rguenther@suse.de>
11150         * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
11151         * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
11152         (lookup_decl_from_uid): Declare.
11153         (remove_decl_from_map): Likewise.
11154         * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
11155         * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
11156         (decl_for_uid_map): New global hashtable mapping DECL_UID
11157         to the decl tree.
11158         (init_ttree): Allocate it.
11159         (insert_decl_to_uid_decl_map): New helper function.
11160         (make_node_stat): Insert new decls into the map.
11161         (copy_node_stat): Likewise.
11162         (lookup_decl_from_uid): New function.
11163         (remove_decl_from_map): Likewise.
11164         (print_decl_for_uid_map_statistics): New helper.
11165         (dump_tree_statistics): Call it.
11167         * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
11168         (referenced_var_iterator): Adjust.
11169         (FOR_EACH_REFERENCED_VAR): Adjust.
11170         (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
11171         (num_referenced_vars): Adjust.
11172         * tree-flow-inline.h (gimple_referenced_vars): Adjust.
11173         (first_referenced_var): Remove.
11174         (end_referenced_vars_p): Likewise.
11175         (next_referenced_var): Likewise.
11176         (referenced_var_iterator_set): New helper function.
11177         * tree-dfa.c (referenced_var_lookup): Adjust.
11178         (referenced_var_check_and_insert): Likewise.
11179         (remove_referenced_var): Likewise.
11180         * tree-ssa.c (verify_flow_insensitive_alias_info): Use
11181         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
11182         (verify_call_clobbering): Likewise.
11183         (verify_memory_partitions): Likewise.
11184         (init_tree_ssa): Allocate bitmap instead of hashtable for
11185         referenced_vars.
11186         (delete_tree_ssa): Adjust.
11187         * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
11188         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
11189         (compute_tag_properties): Likewise.
11190         (set_initial_properties): Likewise.
11191         (find_partition_for): Likewise.
11192         (update_reference_counts): Likewise.
11193         (dump_may_aliases_for): Likewise.
11194         * tree-ssa-operands.c (add_virtual_operand): Likewise.
11195         (add_call_clobber_ops): Likewise.
11196         (add_call_read_ops): Likewise.
11197         (get_asm_expr_operands): Likewise.
11198         * tree-into-ssa.c (dump_decl_set): Likewise.
11199         (update_ssa): Likewise.
11200         * tree-sra.c (scan_function): Likewise.
11201         (decide_instantiations): Likewise.
11202         (scalarize_parms): Likewise.
11203         * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
11204         (dsa_named_for): Likewise.
11205         * tree-ssa-structalias.c (update_alias_info): Likewise.
11206         (merge_smts_into): Likewise.
11208 2008-02-27  David Daney  <ddaney@avtrex.com>
11210         PR target/34409
11211         * config/mips/iris.h (MIPS_DEBUGGING_INFO): Define.
11212         * config/mips/openbsd.h (MIPS_DEBUGGING_INFO): Same.
11213         * config/mips/sde.h (MIPS_DEBUGGING_INFO): Remove undef.
11214         * config/mips/vxworks.h (MIPS_DEBUGGING_INFO): Same.
11215         * config/mips/mips.h (MIPS_DEBUGGING_INFO): Remove define.
11217 2008-02-27  Uros Bizjak  <ubizjak@gmail.com>
11219         PR target/25477
11220         * config/darwin-ppc-ldouble-patch.def (BUILT_IN_NANL): Add.
11221         (BUILT_IN_NEXTTOWARD): Remove.
11222         (BUILT_IN_NEXTTOWARDF): Ditto.
11223         * config/darwin.c (darwin_patch_builtin): Use ACONCAT instead of
11224         alloca/strcpy/strcat.  Remove commented-out code.  Fix whitespace.
11226 2008-02-27  Tom Tromey  <tromey@redhat.com>
11228         * tree-dump.c (dequeue_and_dump) <FUNCTION_DECL>: Check
11229         DECL_SAVED_TREE, not DECL_LANG_SPECIFIC, when dumping body.
11231 2008-02-27  Jan Beulich  <jbeulich@novell.com>
11233         * c-decl.c (merge_decls): Use DECL_USER_ALIGN() on olddecl to
11234         update the respective field on newdecl.
11236 2008-02-27  Revital Eres  <eres@il.ibm.com>
11238         PR rtl-optimization/34999
11239         * bb-reorder.c (add_labels_and_missing_jumps): Do not handle
11240         crossing edges that ends with a call insn.
11241         (fix_up_fall_thru_edges): Handle crossing edges that ends with a
11242         call insn and clear the EDGE_CROSSING flag of the crossing edge
11243         when fixing fallthru edges.
11245 2008-02-27  Richard Guenther  <rguenther@suse.de>
11247         PR middle-end/35390
11248         * fold-const.c (fold_unary): Return the correct argument,
11249         converted to the result type.
11251 2008-02-27  Richard Guenther  <rguenther@suse.de>
11253         PR middle-end/34971
11254         * expr.c (expand_expr_real_1): Assert on rotates that operate
11255         on partial modes.
11256         * fold-const.c (fold_binary): Use the types precision, not the
11257         bitsize of the mode if folding rotate expressions.  Build rotates
11258         only for full modes.
11260 2008-02-27  Jakub Jelinek  <jakub@redhat.com>
11262         * c-ppoutput.c (scan_translation_unit): Handle CPP_PRAGMA
11263         and CPP_PRAGMA_EOL.
11264         * c-pragma.c (pragma_ns_name): New typedef.
11265         (registered_pp_pragmas): New variable.
11266         (c_pp_lookup_pragma): New function.
11267         (c_register_pragma_1): If flag_preprocess_only, do nothing
11268         for non-expanded pragmas, for expanded ones push pragma's
11269         namespace and name into registered_pp_pragmas vector.
11270         (c_invoke_pragma_handler): Register OpenMP pragmas even when
11271         flag_preprocess_only, don't register GCC pch_preprocess
11272         pragma if flag_preprocess_only.
11273         * c-opts.c (c_common_init): Call init_pragma even if
11274         flag_preprocess_only.
11275         * c-pragma.c (c_pp_lookup_pragma): New prototype.
11276         * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS): Don't call
11277         cpp_register_pragma if flag_preprocess_only.
11279 2008-02-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11281         PR c/28800
11282         * c-parser.c (c_parser_translation_unit): Warn for empty
11283         translation unit, not empty source file.
11285 2008-02-26  Paul Brook  <paul@codesourcery.com>
11287         * config/arm/arm.c (thumb_set_frame_pointer): Ensure SP is first
11288         operand for Thumb-2.
11289         * config/arm/arm.h (reg_class): Add CORE_REGS.
11290         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Ditto.
11291         (BASE_REG_CLASS): Use CORE_REGS.
11292         (PREFERRED_RELOAD_CLASS): Add STACK_REG.
11293         (REGNO_MODE_OK_FOR_REG_BASE_P): Use REGNO_MODE_OK_FOR_BASE_P.
11294         (REGNO_OK_FOR_INDEX_P): Exclude SP.
11295         (ARM_REG_OK_FOR_INDEX_P): Always define.  Use
11296         ARM_REGNO_OK_FOR_INDEX_P.
11297         (ARM_PRINT_OPERAND_ADDRESS): Swap operands for [reg, sp].
11298         * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn,
11299         arm_movsi_insn, thumb1_movsi_insni, stack_tie): Add "k" alternatives.
11300         (ldm/stm peepholes): Ditto.
11301         * config/arm/thumb2.md (thumb2_movdi): Add "k" alternatives.
11302         * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp): Ditto.
11303         * config/arm/iwmmxt.md (iwmmxt_movsi_insn): Ditto.
11304         * config/arm/constraints.md: Enable "k" constraint on ARM.
11306 2008-02-27  Ben Elliston  <bje@au.ibm.com>
11308         * config/rs6000/rs6000.c: Annotate cache line size field in all
11309         instances of struct processor_costs.
11311 2008-02-26  David Edelsohn  <edelsohn@gnu.org>
11313         * dbgcnt.def (cfg_cleanup, cprop1, cprop2, dce_fast, dce_ud, dse1,
11314         dse2, gcse, if_conversion, if_after_combine, if_after_reload,
11315         jump_bypass): New counters.
11316         * cfgcleanup.c (cleanup_cfg): Add dbg_cnt.
11317         * dce.c (gate_ud_dce): Same.
11318         (gate_fast_dce): Same.
11319         * dse.c (gate_dse1): New function.
11320         (gate_dse2): New function.
11321         (gate_dse): Merge results of new gate functions.
11322         * gcse.c (gcse_main): Bracket cprop1 and cprop2 with dbg_cnt.
11323         (gate_handle_jump_bypass): Add dbg_cnt.
11324         (gate_handle_gcse): Add dbg_cnt.
11325         * ifcvt.c (gate_handle_if_conversion): Same.
11326         (gate_handle_if_after_combine): Same.
11327         (gate_handle_if_after_reload): Same.
11328         * Makefile.in: Add DBGCNT_H to cfgcleanup.o and ifcvt.o.
11330 2008-02-26  Edmar Wienskoski  <edmar@freescale.com>
11332         * config/rs6000/rs6000.c (processor_costs): Update e300 cache
11333         line sizes.
11334         * doc/invoke.texi: Add e300c2 and e300c3 to list of cpus.
11336 2008-02-26  Jason Merrill  <jason@redhat.com>
11338         PR c++/35315
11339         * attribs.c (decl_attributes): Leave ATTR_FLAG_TYPE_IN_PLACE 
11340         alone if it's the naming decl for the type's main variant.
11342 2008-02-26  Tom Tromey  <tromey@redhat.com>
11344         * system.h (USE_MAPPED_LOCATION): Poison.
11345         * Makefile.in (GTFILES): Put CPP_ID_DATA_H first.
11346         * tree-cfg.c (make_cond_expr_edges): Remove old location code.
11347         (make_goto_expr_edges): Likewise.
11348         (remove_bb): Likewise.
11349         (execute_warn_function_return): Likewise.
11350         * basic-block.h (struct edge_def) <goto_locus>: Change type to
11351         location_t.
11352         * c-common.c (fname_decl): Remove old location code.
11353         * tree-vect-transform.c (vect_finish_stmt_generation): Remove old
11354         location code.
11355         * rtl.h (ASM_OPERANDS_SOURCE_LOCATION): Remove old-location
11356         variant.
11357         (ASM_INPUT_SOURCE_LOCATION): Likewise.
11358         (gen_rtx_ASM_INPUT): Likewise.
11359         (gen_rtx_ASM_INPUT_loc): Likewise.
11360         (get_rtx_asm_OPERANDS): Remove.
11361         * cfglayout.c (insn_locators_alloc): Remove old location code.
11362         (set_curr_insn_source_location): Likewise.
11363         (curr_insn_locator): Likewise.
11364         * print-tree.c (print_node): Remove old location code.
11365         * tree-mudflap.c (mf_varname_tree): Remove old location code.
11366         (mf_file_function_line_tree): Remove test of USE_MAPPED_LOCATION.
11367         * cfgexpand.c (expand_gimple_cond_expr): Don't use
11368         location_from_locus.
11369         (construct_exit_block): Remove old location code.
11370         * emit-rtl.c (force_next_line_note): Remove old location code.
11371         * profile.c (branch_prob): Remove old location code.
11372         * tree-vectorizer.h (LOC, UNKNOWN_LOC, EXPR_LOC, LOC_FILE,
11373         LOC_LINE): Remove old-location variants.
11374         * langhooks.c (lhd_print_error_function): Remove old location
11375         code.
11376         * configure, config.in: Rebuilt.
11377         * configure.ac (--enable-mapped-location): Remove.
11378         * c-decl.c (c_init_decl_processing): Remove old location code.
11379         (finish_function): Likewise.
11380         * recog.c (decode_asm_operands): Remove old location code.
11381         * c-pch.c (c_common_read_pch): Remove old location code.
11382         * rtl.def (ASM_INPUT, ASM_OPERANDS): Remove old location
11383         variants.
11384         * gimple-low.c (lower_function_body): Remove old location code.
11385         * toplev.c (unknown_location): Remove.
11386         (push_srcloc): Remove old-location variant.
11387         (process_options): Remove old location code.
11388         (lang_dependent_init): Likewise.
11389         * input.h (UNKNOWN_LOCATION): Move definition.
11390         (location_t): Undeprecate.
11391         (source_locus): Remove.
11392         (location_from_locus): Remove.
11393         (struct location_s): Remove.
11394         Remove all old-location code.
11395         (input_line, input_filename): Remove.
11396         * final.c (final_scan_insn): Remove old location code.
11397         * diagnostic.c (diagnostic_build_prefix): Remove
11398         USE_MAPPED_LOCATION test.
11399         * tree.h (gimple_stmt) <locus>: Now a location_t.
11400         (tree_exp) <locus>: Likewise.
11401         (DECL_IS_BUILTIN): Remove old-location variant.
11402         (annotate_with_file_line, annotate_with_locus): Likewise.
11403         (expr_locus, set_expr_locus): Update.
11404         * tree.c (build1_stat): Remove old location code.
11405         (last_annotated_node): Remove.
11406         (annotate_with_file_line): Remove old-location variant.
11407         (annotate_with_locus): Likewise.
11408         (expr_location): Remove old location code.
11409         (set_expr_location): Likewise.
11410         (expr_has_location): Likewise.
11411         (expr_locus): Likewise.
11412         (set_expr_locus): Likewise.
11413         (expr_filename): Don't use location_from_locus.
11414         (expr_lineno): Likewise.
11415         * rtl-error.c (location_for_asm): Remove old location code.
11416         * c-lex.c (cb_line_change): Remove old location code.
11417         (fe_file_change): Likewise.
11418         (cb_def_pragma): Likewise.
11419         (c_lex_with_flags): Likewise.
11420         * gengtype.c (do_typedef): Don't special-case location types.
11421         (define_location_structures): Remove.
11422         (main): Don't call define_location_structures.
11423         * tree-pretty-print.c (dump_implicit_edges): Remove old location
11424         code.
11426 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
11428         PR 26264
11429         * builtins.def (BUILT_IN_STDARG_START): Remove.
11430         * builtins.c (expand_builtin): Remove BUILT_IN_STDARG_START.
11431         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
11432         * tree-inline.c (inline_forbidden_p_1): Likewise.
11433         
11434 2008-02-26  Richard Guenther  <rguenther@suse.de>
11436         * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
11437         * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
11438         (lookup_decl_from_uid): Declare.
11439         (remove_decl_from_map): Likewise.
11440         * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
11441         * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
11442         (decl_for_uid_map): New global hashtable mapping DECL_UID
11443         to the decl tree.
11444         (init_ttree): Allocate it.
11445         (insert_decl_to_uid_decl_map): New helper function.
11446         (make_node_stat): Insert new decls into the map.
11447         (copy_node_stat): Likewise.
11448         (lookup_decl_from_uid): New function.
11449         (remove_decl_from_map): Likewise.
11450         (print_decl_for_uid_map_statistics): New helper.
11451         (dump_tree_statistics): Call it.
11453         * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
11454         (referenced_var_iterator): Adjust.
11455         (FOR_EACH_REFERENCED_VAR): Adjust.
11456         (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
11457         (num_referenced_vars): Adjust.
11458         * tree-flow-inline.h (gimple_referenced_vars): Adjust.
11459         (first_referenced_var): Remove.
11460         (end_referenced_vars_p): Likewise.
11461         (next_referenced_var): Likewise.
11462         (referenced_var_iterator_set): New helper function.
11463         * tree-dfa.c (referenced_var_lookup): Adjust.
11464         (referenced_var_check_and_insert): Likewise.
11465         (remove_referenced_var): Likewise.
11466         * tree-ssa.c (verify_flow_insensitive_alias_info): Use
11467         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
11468         (verify_call_clobbering): Likewise.
11469         (verify_memory_partitions): Likewise.
11470         (init_tree_ssa): Allocate bitmap instead of hashtable for
11471         referenced_vars.
11472         (delete_tree_ssa): Adjust.
11473         * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
11474         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
11475         (compute_tag_properties): Likewise.
11476         (set_initial_properties): Likewise.
11477         (find_partition_for): Likewise.
11478         (update_reference_counts): Likewise.
11479         (dump_may_aliases_for): Likewise.
11480         * tree-ssa-operands.c (add_virtual_operand): Likewise.
11481         (add_call_clobber_ops): Likewise.
11482         (add_call_read_ops): Likewise.
11483         (get_asm_expr_operands): Likewise.
11484         * tree-into-ssa.c (dump_decl_set): Likewise.
11485         (update_ssa): Likewise.
11486         * tree-sra.c (scan_function): Likewise.
11487         (decide_instantiations): Likewise.
11488         (scalarize_parms): Likewise.
11489         * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
11490         (dsa_named_for): Likewise.
11491         * tree-ssa-structalias.c (update_alias_info): Likewise.
11492         (merge_smts_into): Likewise.
11494 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
11496         PR 34351
11497         * doc/invoke.texi (-Wall): Add -Wvolatile-register-var.
11498         * c-opts.c (c_common_handle_option): Wall enables
11499         Wvolatile-register-var.
11500         * common.opt: Move Wvolatile-register-var to...
11501         * c.opt: ...here.
11502         
11503 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
11505         * common.opt (Wlarger-than=): New.
11506         * doc/invoke.texi (Warning Options): Replace -Wlarger-than- with
11507         -Wlarger-than=.
11508         * opts.c (common_handle_option): Handle -Wlarger-than=.
11509         * optc-gen.awk: Likewise.
11510         * opth-gen.awk: Likewise.
11511         * stor-layout.c (layout_decl): Use -Wlarger-than= for warning.
11512         * tree-optimize.c (tree_rest_of_compilation): Likewise.
11513         
11514 2008-02-26  Manuel Lopez-Ibanez <manu@gcc.gnu.org>
11516         * c-common.c (match_case_to_enum_1): Add appropriate
11517         OPT_W* parameter to warning.
11518         (c_do_switch_warnings): Likewise.
11519         * c-typeck.c (warning_init): Add one more parameter following
11520         'warning' function.
11521         (push_init_level): Update call to warning_init.
11522         (pop_init_level): Likewise.
11523         (add_pending_init): Likewise.
11524         (output_init_element: Likewise.
11526 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
11528         PR 28322
11529         * toplev.c (toplev_main): If there are warnings or error, print
11530         errors for ignored options.
11531         * opts.c (ignored_options): New static variable.
11532         (postpone_unknown_option_error): New.
11533         (print_ignored_options): New.
11534         (handle_option): Postpone errors for unknown -Wno-* options.
11535         * opts.h (print_ignored_options): Declare.
11536         
11537 2008-02-25  Richard Sandiford  <rsandifo@nildram.co.uk>
11539         * config/mips/mips.md (loadgp_blockage, blockage): Change type
11540         to "ghost".
11542 2008-02-25  Richard Guenther  <rguenther@suse.de>
11544         Revert:
11545         2008-02-25  Richard Guenther  <rguenther@suse.de>
11547         * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
11548         * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
11549         (lookup_decl_from_uid): Declare.
11550         * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
11551         * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
11552         (decl_for_uid_map): New global hashtable mapping DECL_UID
11553         to the decl tree.
11554         (init_ttree): Allocate it.
11555         (insert_decl_to_uid_decl_map): New helper function.
11556         (make_node_stat): Insert new decls into the map.
11557         (copy_node_stat): Likewise.
11558         (lookup_decl_from_uid): New function.
11559         (print_decl_for_uid_map_statistics): New helper.
11560         (dump_tree_statistics): Call it.
11562         * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
11563         (referenced_var_iterator): Adjust.
11564         (FOR_EACH_REFERENCED_VAR): Adjust.
11565         (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
11566         (num_referenced_vars): Adjust.
11567         * tree-flow-inline.h (gimple_referenced_vars): Adjust.
11568         (first_referenced_var): Remove.
11569         (end_referenced_vars_p): Likewise.
11570         (next_referenced_var): Likewise.
11571         (referenced_var_iterator_set): New helper function.
11572         * tree-dfa.c (referenced_var_lookup): Adjust.
11573         (referenced_var_check_and_insert): Likewise.
11574         (remove_referenced_var): Likewise.
11575         * tree-ssa.c (verify_flow_insensitive_alias_info): Use
11576         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
11577         (verify_call_clobbering): Likewise.
11578         (verify_memory_partitions): Likewise.
11579         (init_tree_ssa): Allocate bitmap instead of hashtable for
11580         referenced_vars.
11581         (delete_tree_ssa): Adjust.
11582         * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
11583         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
11584         (compute_tag_properties): Likewise.
11585         (set_initial_properties): Likewise.
11586         (find_partition_for): Likewise.
11587         (update_reference_counts): Likewise.
11588         (dump_may_aliases_for): Likewise.
11589         * tree-ssa-operands.c (add_virtual_operand): Likewise.
11590         (add_call_clobber_ops): Likewise.
11591         (add_call_read_ops): Likewise.
11592         (get_asm_expr_operands): Likewise.
11593         * tree-into-ssa.c (dump_decl_set): Likewise.
11594         (update_ssa): Likewise.
11595         * tree-sra.c (scan_function): Likewise.
11596         (decide_instantiations): Likewise.
11597         (scalarize_parms): Likewise.
11598         * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
11599         (dsa_named_for): Likewise.
11600         * tree-ssa-structalias.c (update_alias_info): Likewise.
11601         (merge_smts_into): Likewise.
11603 2008-02-25  Janne Blomqvist  <jb@gcc.gnu.org>
11605         PR fortran/29549
11606         * doc/invoke.texi (-fcx-limited-range): Document new option.
11607         * toplev.c (process_options): Handle -fcx-fortran-rules.
11608         * common.opt: Add documentation for -fcx-fortran-rules.
11610 2008-02-25  Janne Blomqvist  <jb@gcc.gnu.org>
11612         PR c/35162
11613         * doc/invoke.texi (-fcx-limited-range): Correct to be in line with
11614         actual behaviour and C99.
11615         
11616 2008-02-26  Ben Elliston  <bje@au.ibm.com>
11618         * config/rs6000/rs6000.h (ASM_CPU_POWER5_SPEC): Define.
11619         (ASM_CPU_POWER6_SPEC): Likewise.
11620         (ASM_CPU_SPEC): Pass %(asm_cpu_power5) for -mcpu=power5.
11621         Likewise, pass %(asm_cpu_power6) for -mcpu=power6.
11622         (EXTRA_SPECS): Add asm_cpu_power5, asm_cpu_power6 spec strings.
11624 2008-02-25  Richard Guenther  <rguenther@suse.de>
11626         * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
11627         * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
11628         (lookup_decl_from_uid): Declare.
11629         * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
11630         * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
11631         (decl_for_uid_map): New global hashtable mapping DECL_UID
11632         to the decl tree.
11633         (init_ttree): Allocate it.
11634         (insert_decl_to_uid_decl_map): New helper function.
11635         (make_node_stat): Insert new decls into the map.
11636         (copy_node_stat): Likewise.
11637         (lookup_decl_from_uid): New function.
11638         (print_decl_for_uid_map_statistics): New helper.
11639         (dump_tree_statistics): Call it.
11641         * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
11642         (referenced_var_iterator): Adjust.
11643         (FOR_EACH_REFERENCED_VAR): Adjust.
11644         (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
11645         (num_referenced_vars): Adjust.
11646         * tree-flow-inline.h (gimple_referenced_vars): Adjust.
11647         (first_referenced_var): Remove.
11648         (end_referenced_vars_p): Likewise.
11649         (next_referenced_var): Likewise.
11650         (referenced_var_iterator_set): New helper function.
11651         * tree-dfa.c (referenced_var_lookup): Adjust.
11652         (referenced_var_check_and_insert): Likewise.
11653         (remove_referenced_var): Likewise.
11654         * tree-ssa.c (verify_flow_insensitive_alias_info): Use
11655         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
11656         (verify_call_clobbering): Likewise.
11657         (verify_memory_partitions): Likewise.
11658         (init_tree_ssa): Allocate bitmap instead of hashtable for
11659         referenced_vars.
11660         (delete_tree_ssa): Adjust.
11661         * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
11662         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
11663         (compute_tag_properties): Likewise.
11664         (set_initial_properties): Likewise.
11665         (find_partition_for): Likewise.
11666         (update_reference_counts): Likewise.
11667         (dump_may_aliases_for): Likewise.
11668         * tree-ssa-operands.c (add_virtual_operand): Likewise.
11669         (add_call_clobber_ops): Likewise.
11670         (add_call_read_ops): Likewise.
11671         (get_asm_expr_operands): Likewise.
11672         * tree-into-ssa.c (dump_decl_set): Likewise.
11673         (update_ssa): Likewise.
11674         * tree-sra.c (scan_function): Likewise.
11675         (decide_instantiations): Likewise.
11676         (scalarize_parms): Likewise.
11677         * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
11678         (dsa_named_for): Likewise.
11679         * tree-ssa-structalias.c (update_alias_info): Likewise.
11680         (merge_smts_into): Likewise.
11682 2008-02-25  Andreas Krebbel  <krebbel1@de.ibm.com>
11684         PR target/35258
11685         * cse.c (cse_insn): Avoid creation of overlapping MEMs.
11686         * alias.c (nonoverlapping_memrefs_p): Export for use in other modules.
11687         * alias.h (nonoverlapping_memrefs_p): Likewise.
11689 2008-02-25  Jan Beulich  <jbeulich@novell.com>
11691         * Makefile.in: Also prefix uses of crt0.o and mcrt0.o with $(T).
11692         * config/i386/netware-libgcc.exp: Add __bswap?i2,
11693         __emultls_get_address, __emultls_register_common,
11694         __floatundi?f, and _Unwind_GetIPInfo.
11695         * config/i386/netware.c (gen_stdcall_or_fastcall_decoration):
11696         Sync with config/i386/winnt.c:gen_stdcall_or_fastcall_suffix().
11697         (gen_regparm_prefix): Likewise.
11698         (i386_nlm_encode_section_info): Sync with
11699         config/i386/winnt.c:i386_pe_encode_section_info().
11700         (i386_nlm_maybe_mangle_decl_assembler_name): New.
11701         i386_nlm_mangle_decl_assembler_name): New.
11702         (netware_override_options): New.
11703         * config/i386/netware.h (netware_override_options): Declare.
11704         (OVERRIDE_OPTIONS): Re-define to netware_override_options.
11705         (i386_nlm_mangle_decl_assembler_name): Declare.
11706         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Define.
11708 2008-02-25  Ben Elliston  <bje@au.ibm.com>
11710         PR other/32948
11711         * c-decl.c (grokdeclarator): Remove unused local variables
11712         `typedef_type' and `type_as_written'.
11713         * bb-reorder.c
11714         (find_rarely_executed_basic_blocks_and_crossing_edges): Remove
11715         unused local variable `has_hot_blocks'.
11716         (fix_crossing_conditional_branches): Remove unused local variable
11717         `prev_bb'.
11718         
11719 2008-02-25  Uros Bizjak  <ubizjak@gmail.com>
11721         PR middle-end/19984
11722         * builtins.def (BUILT_IN_NAN): Define as c99 builtin
11723         using DEF_C99_BUILTIN.
11724         (BUILT_IN_NANF): Ditto.
11725         (BUILT_IN_NANL): Ditto.
11727 2008-02-25  Ayal Zaks  <zaks@il.ibm.com>
11728             Revital Eres  <eres@il.ibm.com>
11730         * modulo-sched.c (calculate_must_precede_follow): Address TODO
11731         regarding the order of two dependent insns in the same row.
11733 2008-02-25  Eric Botcazou  <ebotcazou@adacore.com>
11735         * stor-layout.c (layout_decl): Do not bump the alignment of a
11736         bit-field to more than byte alignment if it is packed.
11738 2008-02-24  David Edelsohn  <edelsohn@gnu.org>
11740         * config/rs6000/rs6000.c (processor_costs): Add cache costs for
11741         e300c2 and e300c3.
11743 2008-02-24  Diego Novillo  <dnovillo@google.com>
11745         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01094.html
11747         PR 33738
11748         * tree-vrp.c (vrp_evaluate_conditional): With
11749         -Wtype-limits, emit a warning when comparing against a
11750         constant outside the natural range of OP0's type.
11751         * c.opt (Wtype-limits): Move ...
11752         * common.opt (Wtype-limits): ... here.
11754 2008-02-24  Edmar Wienskoski  <edmar@freescale.com>
11756         * config.gcc (powerpc*-*-*): Add new cores e300c2 and e300c3.
11757         * config/rs6000/e300c2c3.md: New file.
11758         * config/rs6000/rs6000.c (processor_costs): Add new costs for
11759         e300c2 and e300c3.
11760         (rs6000_override_options): Add e300c2 and e300c3 cases to
11761         processor_target_table. Do not allow usage of Altivec or Spe
11762         with e300 cores. Initialize rs6000_cost for e300c2 and e300c3.
11763         (rs6000_issue_rate): Set issue rate for e300c2 and e300c3.
11764         * config/rs6000/rs6000.h (processor_type): Add
11765         PROCESSOR_PPCE300C2 and PROCESSOR_PPCE300C3.
11766         (ASM_CPU_SPEC): Add e300c2 and e300c3.
11767         * config/rs6000/rs6000.md (define_attr "cpu"): Add ppce300c2
11768         and ppce300c3. Include e300c2c3.md.
11770 2008-02-23  David Edelsohn  <edelsohn@gnu.org>
11772         * config/rs6000/rs6000.h (CONSTANT_ALIGNMENT): Use STRICT_ALIGNMENT
11773         instead of TARGET_STRICT_ALIGN.
11775 2008-02-23  Joseph Myers  <joseph@codesourcery.com>
11777         * explow.c (memory_address): Assert that the generated address is
11778         valid.
11780 2008-02-23  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
11782         PR target/25477
11783         * config/darwin-protos.h: Add darwin_patch_builtins prototype.
11784         * config/darwin-ppc-ldouble-patch.def: New file.
11785         * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): New macro.
11786         * config/rs6000/rs6000.c (rs6000_init_builtins): Call
11787         SUBTARGET_INIT_BUILTINS if defined.
11788         * config/darwin.c (darwin_patch_builtin, darwin_patch_builtins):
11789         New functions.
11791 2008-02-23  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11793         PR rtl-opt/33512
11794         * simplify-rtx.c (simplify_binary_operation_1): Add simplification
11795         of (and X (ior (not X) Y) and (and (ior (not X) Y) X).
11797 2008-02-23  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11799         PR pch/35027
11800         * c-pch.c (c_common_valid_pch): Make the "too short to be a PCH
11801         file" warning condtional on -Winvalid-PCH.
11803 2008-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
11805         * expmed.c (extract_bit_field): Always use adjust_address for MEM.
11807 2008-02-23  Uros Bizjak  <ubizjak@gmail.com>
11809         PR target/22076
11810         PR target/34256 
11811         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use "!y" to
11812         prevent reload from using MMX registers.
11813         (*mov<mode>_internal): Ditto.
11814         (*movv2sf_internal_rex64): Ditto.
11815         (*movv2sf_internal): Ditto.
11817 2008-02-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11819         PR documentation/31569
11820         * doc/install.texi2html: Use makeinfo --no-number-sections.
11822 2008-02-22  Nathan Froyd  <froydnj@codesourcery.com>
11824         * config/rs6000/rs6000.c (rs6000_legitimize_address): Check to
11825         ensure that we can address an entire entity > 8 bytes.  Don't
11826         generate reg+reg addressing for such data.
11828 2008-02-22  Nathan Froyd  <froydnj@codesourcery.com>
11830         * config/rs6000/rs6000.h (CONSTANT_ALIGNMENT): Don't overalign
11831         strings when optimizing for size, unless the target cares about
11832         alignment.
11834 2008-02-22  Tom Tromey  <tromey@redhat.com>
11836         * regclass.c (current_pass): Remove declaration.
11838 2008-02-22  Anatoly Sokolov <aesok@post.ru>
11840         * config/avr/libgcc.S (__RAMPZ__): Define.
11841         (__do_copy_data): Add for devices with 128KB code memory.
11843 2008-02-22  Nathan Froyd  <froydnj@codesourcery.com>
11845         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
11846         Use spe_abi.
11847         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
11849 2008-02-22  Hans-Peter Nilsson  <hp@axis.com>
11851         * config/cris/cris.h (REG_CLASS_FROM_LETTER): Recognize 'b' for
11852         GENNONACR_REGS.
11854 2008-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11856         PR c/19999
11857         * c-typeck.c (build_binary_op): Warn about floating point
11858         comparisons if FLOAT_TYPE_P, not only for REAL_TYPE.
11860 2008-02-21  Janis Johnson  <janis187@us.ibm.com>
11862         PR target/34526
11863         * config/rs6000/rs6000.c (rs6000_altivec_abi): Clarify comment.
11864         (rs6000_explicit_options): Split abi into spe_abi and altivec_abi,
11865         add vrsave.
11866         (rs6000_override_options): Set altivec_abi as default, not override,
11867         for 64-bit GNU/Linux; for 32-bit GNU/Linux default to altivec_abi for
11868         TARGET_ALTIVEC; default to TARGET_ALTIVEC_VRSAVE when AltiVec ABI
11869         is used; use new member spe_abi.
11870         (rs6000_handle_option): Set rs6000_explicit_options.vrsave; use
11871         spe_abi and altivec_abi.
11873 2008-02-22  Tomas Bily  <tbily@suse.cz>
11875         * tree-vectorizer.c (vect_is_simple_reduction): Fix comment typo.
11877 2008-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11879         PR bootstrap/35273
11880         * config.build (build_file_translate): Set to `CMD //c' only if
11881         it works.
11882         * Makefile.in (build_file_translate): Improve comment.
11884 2008-02-21  Jan Hubicka  <jh@suse.cz>
11886         * predict.def (PRED_TREE_OPCODE_POSITIVE, PRED_TREE_OPCODE_NONEQUAL,
11887         PRED_TREE_OPCODE_POSITIVE, PRED_TREE_OPCODE_NONEQUAL, PRED_CALL,
11888         PRED_TREE_EARLY_RETURN, PRED_NULL_RETURN): Update.
11890 2008-02-21  Michael Matz  <matz@suse.de>
11892         PR target/35264
11893         * config/i386/i386.c (ix86_expand_branch): Add missing breaks.
11895 2008-02-21  Uros Bizjak  <ubizjak@gmail.com>
11897         * config/i386/i386.md (mov<mode>cc): Macroize expander from movsfcc,
11898         movdfcc and movxfcc using X87MODEF mode iterator and SSE_FLOAT_MODE_P
11899         as insn constraint.
11900         * config/i386/sse.md (<sse>_movup<ssemodesuffixf2c>): Macroize insn
11901         from sse_movups adn sse2_movupd using SSEMODEF2P mode iterator and
11902         SSE_VEC_FLOAT_MODE_P as insn constraint.
11903         (<sse>_movmskp<ssemodesuffixf2c>): Ditto from similar patterns.
11904         (sse4a_movnt<mode>): Macroize insn from sse4a_movntsf and
11905         sse4a_movntdf using MODEF mode iterator.
11906         (sse4a_vmmovnt<mode>): Macroize insn form sse4a_vmmovntv2df and
11907         sse4a_vmmovntv4sf using SSEMODEF2P mode iterator.
11908         (sse4_1_blendp<ssemodesuffixf2c>): Ditto from similar patterns.
11909         (sse4_1_blendvp<ssemodesuffixf2c>): Ditto.
11910         (sse4_1_dpp<ssemodesuffixf2c>): Ditto.
11911         (sse4_1_roundp<ssemodesuffixf2c>): Ditto.
11912         (sse4_1_rounds<ssemodesuffixf2c>): Ditto.
11914 2008-02-21  Richard Guenther  <rguenther@suse.de>
11916         * tree.def (PAREN_EXPR): New tree code.
11917         * fold-const.c (fold_unary): Remove PAREN_EXPR around constants
11918         and PAREN_EXPR.
11919         * tree-pretty-print.c (dump_generic_node): Handle PAREN_EXPR.
11920         * expr.c (expand_expr_real_1): Likewise.
11921         * tree-inline.c (estimate_num_insns_1): Likewise.
11922         * tree-complex.c (expand_complex_move): Likewise.
11923         * tree-vectorizer.c (vect_is_simple_use): Treat PAREN_EXPR (x)
11924         as plain x.
11926 2008-02-20  Kaz Kojima  <kkojima@gcc.gnu.org>
11928         PR target/35225
11929         * config/sh/sh.c (find_barrier): Don't go past 'from' argument.
11931 2008-02-20  Kaz Kojima  <kkojima@gcc.gnu.org>
11933         PR target/35190
11934         * config/sh/sh.md (jump_compact): Disable for crossing jumps.
11936         * config/sh/sh.c (find_barrier): Don't go past
11937         NOTE_INSN_SWITCH_TEXT_SECTIONS note.
11939 2008-02-20  DJ Delorie  <dj@redhat.com>
11941         * config/h8300/h8300.md (insv): Force source operand to be a register.
11943         * config/h8300/h8300.c (h8300_expand_epilogue): Emit return insn
11944         as a jump, not as a plain insn.
11945         
11946 2008-02-20  Seongbae Park <seongbae.park@gmail.com>
11948         * doc/invoke.texi (Warning Options): Add new option
11949         -Wframe-larger-than=.
11950         (-Wframe-larger-than): Document.
11952         * flags.h (warn_frame_larger_than, frame_larger_than_size):
11953         Add declarations for new option variables.
11955         * final.c (final_start_function): Check the frame size
11956         before emission and issue a Wframe-larger-than warning.
11958         * opts.c (warn_frame_larger_than, frame_larger_than_size):
11959         Add definitions for new option variables.
11960         (common_handle_option): Handle new option OPT_Wframe_larger_than_.
11962         * common.opt (Wframe-larger-than=): New option.
11964 2008-02-20  Uros Bizjak  <ubizjak@gmail.com>
11966         * config/i386/sse.md (<sse>_vmmul<mode>3): Fix typo in asm template.
11967         (<sse>_div<mode>3): Ditto.
11968         (<sse>_vmdiv<mode>3): Ditto.
11969         (<sse>_vmsqrt<mode>2): Ditto.
11970         (*smax<mode>3): Ditto.
11971         (sse5_frcz<mode>2): Ditto.
11972         (sse5_vmfrcz<mode>2): Ditto.  Use TARGET_SSE5 instead of TARGET_ROUND
11973         as insn constraint.
11975 2008-02-20  Richard Guenther  <rguenther@suse.de>
11977         PR middle-end/35265
11978         * builtins.c (validate_arg): If we want an INTEGER_TYPE,
11979         be happy with INTEGRAL_TYPE_P.
11981 2008-02-20  Richard Guenther  <rguenther@suse.de>
11983         * fold-const.c (split_tree): Associate floatig-point expressions
11984         if flag_associative_math is set.
11986 2008-02-20  Richard Guenther  <rguenther@suse.de>
11988         * tree.h (fold_real_zero_addition_p): Declare.
11989         * fold-const.c (fold_real_zero_addition_p): Export.
11990         * tree-ssa-reassoc.c (eliminate_using_constants): Also handle
11991         floating-point operations with zero and one.
11993 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
11995         * doc/install.texi: Correct references to CFLAGS, replacing them
11996         with BOOT_CFLAGS.  Document flags used during bootstrap for
11997         target libraries.
11998                                 
11999 2008-02-20  Uros Bizjak  <ubizjak@gmail.com>
12001         * config/i386/i386.h (SSE_VEC_FLOAT_MODE_P): New define.
12002         * config/i386/i386.md (*sse_setcc<mode>): Macroize from *sse_setccsf
12003         and *sse_setccdf using MODEF mode iterator and SSE_FLOAT_MODE_P as
12004         insn constraint.
12005         (smin<mode>3): Ditto from similar patterns.
12006         (smax<mode>3): Ditto.
12007         (*ieee_smin<mode>3): Ditto.
12008         (*ieee_smax<mode>3): Ditto.
12009         * config/i386/sse.md (sse): New mode attribute.
12010         (mov<mode>): Macroize expander from movv4sf and movv2df using
12011         SSEMODEF2P mode iterator.
12012         (<sse>_movnt<mode>): Ditto from similar patterns. Use
12013         SSE_VEC_FLOAT_MODE_P as insn constraint.
12014         (storent<mode>): Ditto.
12015         (storent<mode>): Macroize expander from storentsf and storentdf using
12016         MODEF mode iterator.
12017         (neg<mode>2): Macroize from negv4sf2 and negv2df2 using SSEMODEF2P
12018         mode iterator and SSE_VEC_FLOAT_MODE_P as insn constraint.
12019         (abs<mode>2): Ditto from similar patterns.
12020         (add<mode>3, *add<mode>3, <sse>_vmadd<mode>3): Ditto.
12021         (sub<mode>3, *sub<mode>3, <sse>_vmsub<mode>3): Ditto.
12022         (<sse>_div<mode>3, <sse>_vmdiv<mode>3): Ditto.
12023         (<sse>_vmsqrt<mode>2): Ditto.
12024         (smin<mode>3, *smin<mode>3_finite, *smin<mode>3)
12025         (<sse>_vmsmin<mode>3, *ieee_smin<mode>3): Ditto.
12026         (smax<mode>3, *smax<mode>3_finite, *smax<mode>3)
12027         (<sse>_vmsmax<mode>3, *ieee_smax<mode>3): Ditto.
12028         (<sse>_maskcmp<mode>3): Macroize from sse_maskcmpv4sf3,
12029         sse_maskcmpsf3, sse2_maskcmpv2df3 and sse2_maskcmpdf3 using SSEMODEF4
12030         mode iterator. Use SSE_FLOAT_MODE_P with SSE_VEC_FLOAT_MODE_P as
12031         insn constraint.
12032         (<sse>_comi): Macroize from sse_comi and sse2_comi using MODEF mode
12033         iterator and SSE_FLOAT_MODE_P as insn constraint.
12034         (<sse>_ucomi): Ditto from similar patterns.
12035         (<sse>_vmmaskcmp<mode>3): Macroize from sse_vmmaskcmpv4sf3 and
12036         sse2_vmmaskcmpv2df3 using SSEMODEF2P mode iterator and
12037         SSE_VEC_FLOAT_MODE_P as insn constraint.
12038         (vcond<mode>): Ditto from similar patterns.
12039         (and<mode>3, *and<mode>3): Ditto.
12040         (<sse>_nand<mode>3): Ditto.
12041         (ior<mode>3, *ior<mode>3): Ditto.
12042         (xor<mode>3, *xor<mode>3): Ditto.
12043         (*and<mode>3): Macroize from *andsf3 and *anddf3 using MODEF mode
12044         iterator and SSE_FLOAT_MODE_P as insn constraint.
12045         (*nand<mode>3): Ditto from similar patterns.
12046         (*ior<mode>3): Ditto.
12047         (*xor<mode>3): Ditto.
12049 2008-02-20  Ira Rosen  <irar@il.ibm.com>
12051         * config/spu/spu.md (vec_unpacku_hi_v8hi, vec_unpacku_lo_v8hi,
12052         vec_unpacks_hi_v8hi, vec_unpacks_lo_v8hi, vec_unpacku_hi_v16qi,
12053         vec_unpacku_lo_v16qi, vec_unpacks_lo_v16qi): Implement.
12055 2008-02-19  Jan Hubicka  <jh@suse.cz>
12057         * predict.c (tree_bb_level_predictions): Remove variable next
12058         mistakely introduced by previous commit.
12060 2008-02-19  Jan Hubicka  <jh@suse.cz>
12062         * predict.c (predict_paths_leading_to): Rewrite.
12063         (predict_paths_for_bb): New.
12064         (tree_bb_level_predictions): Update call of predict_paths_leading_to.
12066 2008-02-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12068         PR bootstrap/35218
12069         * Makefile.in (build_file_translate): New.
12070         (gcc-vers.texi): Use it for translating $(abs_srcdir).
12071         * config.build (build_file_translate): Set to `CMD //c' on MinGW.
12072         * configure.ac (build_file_translate): Substitute it.
12073         * configure: Regenerate.
12075 2008-02-19  Jan Hubicka  <jh@suse.cz>
12077         PR rtl-optimization/34408
12078         * see.c (see_def_extension_not_merged): Copy subreg so we don't have
12079         invalid sharing.
12081 2008-02-19  Jan Hubicka  <jh@suse.cz>
12083         PR middle-end/28779
12084         * tree-inline.c (estimate_num_insns_1): Fix counting of cost of
12085         call_expr.
12087 2008-02-19  H.J. Lu  <hongjiu.lu@intel.com>
12089         PR Ada/35186
12090         * config/i386/i386-modes.def: Revert the last DI alignment
12091         change until Ada people can look into it.
12093 2008-02-19  Nick Clifton  <nickc@redhat.com>
12095         * opts.c (print_specific_help): Fix typo in --help text.
12097 2008-02-19  Jakub Jelinek  <jakub@redhat.com>
12099         PR target/35239
12100         * config/i386/cpuid.h (__cpuid, __get_cpuid_max): Use special
12101         32-bit inline asm without asm alternatives for host GCC < 3.0.
12103 2008-02-19  Richard Guenther  <rguenther@suse.de>
12105         PR tree-optimization/34989
12106         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Re-structure.
12107         Allow propagation to INDIRECT_REF if we can simplify only.
12109 2008-02-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
12111         * c-common.c (warn_for_collisions_1): Use appropriate option when
12112         warning.
12114 2008-02-19  Nick Clifton  <nickc@redhat.com>
12116         PR other/31349
12117         * opts.c (undocumented_msg): Leave blank unless checking is enabled.
12118         (handle_options): Fix indentation.
12119         (print_filtered_help): If no language-specific options were
12120         displayed tell the user how to list all the options supported by
12121         the language's front-end.
12122         (print_specific_help): Fix indentation and remove duplicate line.
12123         (common_handle_option): Handle the -v option.
12124         For --help enable the display of undocumented options if the -v
12125         switch has been included on the command line.
12126         For --help= check for overlaps in the arguments between the option
12127         classes and the language names and issue a warning when they
12128         cannot be disambiguated.
12129         * c.opt (v): Pass on to the common option handler.
12131 2008-02-19  Revital Eres  <eres@il.ibm.com> 
12133         * modulo-sched.c (sms_schedule): Change dump message when
12134         create_ddg function fails.
12135         (try_scheduling_node_in_cycle): Rename row to cycle.
12136         (print_partial_schedule): Rename CYCLE to ROW.
12138 2008-02-19  Christian Bruel  <christian.bruel@st.com>
12139             Zdenek Dvorak  <ook@ucw.cz>
12141         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check step alignment.
12143 2008-02-19  Uros Bizjak  <ubizjak@gmail.com>
12145         PR target/33555
12146         * config/i386/i386.md (*x86_movsicc_0_m1_se): New insn pattern.
12147         (*x86_movdicc_0_m1_se): Ditto.
12149 2008-02-19  Uros Bizjak  <ubizjak@gmail.com>
12151         * config/i386/sfp-machine.h (__gcc_CMPtype): New typedef.
12152         (CMPtype): Define as __gcc_CMPtype.
12153         * config/rs6000/sfp-machine.h (__gcc_CMPtype): New typedef.
12154         (CMPtype): Define as __gcc_CMPtype.
12156 2008-02-19  Hans-Peter Nilsson  <hp@axis.com>
12158         Support valgrind 3.3 for --enable-checking=valgrind.
12159         * system.h: Consolidate ENABLE_VALGRIND_CHECKING-dependent defines
12160         here.
12161         [!VALGRIND_MAKE_MEM_NOACCESS]: Define as VALGRIND_MAKE_NOACCESS.
12162         [!VALGRIND_MAKE_MEM_DEFINED]: Define as VALGRIND_MAKE_READABLE.
12163         [!VALGRIND_MAKE_MEM_UNDEFINED]: Define as VALGRIND_MAKE_WRITABLE.
12164         * ggc-common.c: Remove ENABLE_VALGRIND_CHECKING-dependent defines.
12165         Replace use of VALGRIND_MAKE_READABLE, VALGRIND_MAKE_WRITABLE, and
12166         VALGRIND_MAKE_NOACCESS with VALGRIND_MAKE_MEM_DEFINED,
12167         VALGRIND_MAKE_MEM_UNDEFINED, and VALGRIND_MAKE_MEM_NOACCESS
12168         respectively.
12169         * ggc-zone.c: Similar.
12170         * ggc-page.c: Similar.
12172 2008-02-19  Paul Brook  <paul@codesourcery.com>
12174         PR target/35071
12175         * config/arm/ieee754-df.S: Fix do_it typo.
12176         * config/arm/ieee754-sf.S: Fix do_it typo.
12178 2008-02-18  H.J. Lu  <hongjiu.lu@intel.com>
12180         PR target/35189
12181         * config/i386/i386.c (OPTION_MASK_ISA_MMX_SET): New.
12182         (OPTION_MASK_ISA_3DNOW_SET): Likewise.
12183         (OPTION_MASK_ISA_SSE_SET): Likewise.
12184         (OPTION_MASK_ISA_SSE2_SET): Likewise.
12185         (OPTION_MASK_ISA_SSE3_SET): Likewise.
12186         (OPTION_MASK_ISA_SSSE3_SET): Likewise.
12187         (OPTION_MASK_ISA_SSE4_1_SET): Likewise.
12188         (OPTION_MASK_ISA_SSE4_2_SET): Likewise.
12189         (OPTION_MASK_ISA_SSE4_SET): Likewise.
12190         (OPTION_MASK_ISA_SSE4A_SET): Likewise.
12191         (OPTION_MASK_ISA_SSE5_SET): Likewise.
12192         (OPTION_MASK_ISA_3DNOW_A_UNSET): Likewise.
12193         (OPTION_MASK_ISA_MMX_UNSET): Updated.
12194         (OPTION_MASK_ISA_3DNOW_UNSET): Updated.
12195         (OPTION_MASK_ISA_SSE_UNSET): Likewise.
12196         (OPTION_MASK_ISA_SSE3_UNSET): Likewise.
12197         (OPTION_MASK_ISA_SSSE3_UNSET): Likewise.
12198         (OPTION_MASK_ISA_SSE4_1_UNSET): Likewise.
12199         (OPTION_MASK_ISA_SSE4_2_UNSET): Likewise.
12200         (OPTION_MASK_ISA_SSE4A_UNSET): Likewise.
12201         (OPTION_MASK_ISA_SSE5_UNSET): Likewise.
12202         (OPTION_MASK_ISA_SSE4): Removed.
12203         (ix86_handle_option): Turn on bits in ix86_isa_flags and
12204         ix86_isa_flags_explicit with OPTION_MASK_ISA_XXX_SET for -mXXX.
12205         (override_options): Don't turn on implied SSE/MMX bits in
12206         ix86_isa_flags.
12208 2008-02-18  H.J. Lu  <hongjiu.lu@intel.com>
12210         * config/i386/i386-modes.def: Use 4 byte alignment on DI for
12211         32bit host.
12213 2008-02-18  Joey Ye  <joey.ye@intel.com>
12215         PR middle-end/34921
12216         * tree-nested.c (insert_field_into_struct): Set type alignment
12217         to field alignment if the former is less than the latter.
12219 2008-02-18  Jakub Jelinek  <jakub@redhat.com>
12221         * BASE-VER: Set to 4.4.0.
12223 2008-02-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12225         * doc/c-tree.texi: Use @dots{} and @enddots{} where appropriate.
12226         * doc/cfg.texi: Likewise.
12227         * doc/extend.texi: Likewise.
12228         * doc/gty.texi: Likewise.
12229         * doc/invoke.texi: Likewise.
12230         * doc/loop.texi: Likewise.
12231         * doc/md.texi: Likewise.
12232         * doc/passes.texi: Likewise.
12233         * doc/rtl.texi: Likewise.
12234         * doc/sourcebuild.texi: Likewise.
12235         * doc/tm.texi: Likewise.
12236         * doc/tree-ssa.texi: Likewise.
12238 2008-02-17  Richard Guenther  <rguenther@suse.de>
12240         PR middle-end/35227
12241         * tree-complex.c (init_parameter_lattice_values): Handle parameters
12242         without default definition.
12244 2008-02-17  Richard Guenther  <rguenther@suse.de>
12246         PR tree-optimization/35231
12247         * tree-vrp.c (register_edge_assert_for): Do not assume A == 0
12248         if A | B != 1.
12250 2008-02-17  Uros Bizjak  <ubizjak@gmail.com>
12252         Revert:
12253         2008-02-15  Uros Bizjak  <ubizjak@gmail.com>    
12254         * config/i386/sfp-machine.h (CMPtype): Define as typedef using
12255         libgcc_cmp_return mode.
12257 2008-02-16  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
12259         PR c/28368
12260         * doc/invoke.texi (-std): Clarify description of -std= and -ansi.
12262 2008-02-16  Ralf Corsepius  <ralf.corsepius@rtems.org>
12264         * config/m68k/t-rtems (M68K_MLIB_CPU): Add 5208, 5307, 5407, 5475
12265         multilibs.
12267 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12269         * doc/c-tree.texi: Use `@.' where appropriate.
12270         * doc/extend.texi: Likewise.
12271         * doc/install.texi: Likewise.
12272         * doc/invoke.texi: Likewise.
12273         * doc/loop.texi: Likewise.
12274         * doc/makefile.texi: Likewise.
12275         * doc/md.texi: Likewise.
12276         * doc/passes.texi: Likewise.
12277         * doc/standards.texi: Likewise.
12278         * doc/tm.texi: Likewise.
12280 2008-02-15  Jakub Jelinek  <jakub@redhat.com>
12282         PR middle-end/35196
12283         * omp-low.c (expand_omp_for_generic): Don't initialize fd->v
12284         in entry_bb.
12285         (expand_omp_for_static_nochunk): Initialize fd->v in seq_start_bb
12286         rather than in entry_bb.
12288 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
12290         * config/i386/sfp-machine.h (CMPtype): Define as typedef using
12291         libgcc_cmp_return mode.
12293 2008-02-15  Jakub Jelinek  <jakub@redhat.com>
12295         PR middle-end/35130
12296         * tree-nested.c (convert_call_expr): Put FRAME.* vars into
12297         OMP_CLAUSE_SHARED rather than OMP_CLAUSE_FIRSTPRIVATE clause.
12299 2008-02-15  Richard Guenther  <rguenther@suse.de>
12300             Zdenek Dvorak  <ook@ucw.cz>
12302         PR tree-optimization/35164
12303         * tree-flow.h (stmt_references_abnormal_ssa_name): Declare.
12304         * tree-dfa.c (stmt_references_abnormal_ssa_name): New function.
12305         * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_vars):
12306         Only propagate addresses which do not have abnormal SSA_NAMEs
12307         in their operands.
12309 2008-02-15  Joseph Myers  <joseph@codesourcery.com>
12311         PR target/35088
12312         * config/m68k/m68k.h (DWARF_CIE_DATA_ALIGNMENT): Define.
12314 2008-02-15  Jan Hubicka  <jh@suse.cz>
12316         PR middle-end/35149
12317         * ipa.c (cgraph_remove_unreachable_nodes): Clear local.inlinable flag.
12319 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
12321         PR middle-end/34621
12322         * function.c (pad_to_arg_alignment): Remove test for STACK_BOUNDARY
12323         when calculating alignment_pad.
12325 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
12327         * config/i386/i386.h (CLEAR_RATIO): Use MIN macro.
12328         (WIDEST_HARDWARE_FP_SIZE): Use LONG_DOUBLE_TYPE_SIZE define.
12329         * config/i386/darwin.h (PREFERRED_STACK_BOUNDARY): Use MAX macro
12330         and STACK_BOUNDARY define.
12332 2008-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
12334         PR preprocessor/35061
12335         * c-pragma.c (handle_pragma_pop_macro): Check that
12336         pushed_macro_table has been allocated.
12338 2008-02-14  Eric Botcazou  <ebotcazou@adacore.com>
12340         PR middle-end/35136
12341         * gimplify.c (force_gimple_operand_bsi): Revert 2008-02-12 change.
12342         (force_gimple_operand): Likewise.
12343         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Add new cases
12344         for TARGET_MEM_REF and CONVERT_EXPR/NON_LVALUE_EXPR/NOP_EXPR.
12345         Also recurse on the operand for regular VIEW_CONVERT_EXPRs.
12346         (find_interesting_uses_address): Check addressability and alignment
12347         of the base expression only after substituting bases of IVs into it.
12349 2008-02-14  Michael Matz  <matz@suse.de>
12351         PR target/34930
12352         * function.c (instantiate_virtual_regs_in_insn): Reload address
12353         before falling back to reloading the whole operand.
12355 2008-02-14  Andreas Krebbel  <krebbel1@de.ibm.com>
12357         * config/s390/s390.c (s390_mainpool_start): Emit the pool
12358         before the first section switch note.
12360 2008-02-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12362         * doc/bugreport.texi: Update copyright years.
12363         * doc/c-tree.texi: Likewise.
12364         * doc/cfg.texi: Likewise.
12365         * doc/cpp.texi: Likewise.
12366         * doc/cppinternals.texi: Likewise.
12367         * doc/fragments.texi: Likewise.
12368         * doc/frontends.texi: Likewise.
12369         * doc/gcc.texi: Likewise.
12370         * doc/gty.texi: Likewise.
12371         * doc/hostconfig.texi: Likewise.
12372         * doc/implement-c.texi: Likewise.
12373         * doc/libgcc.texi: Likewise.
12374         * doc/loop.texi: Likewise.
12375         * doc/makefile.texi: Likewise.
12376         * doc/options.texi: Likewise.
12377         * doc/passes.texi: Likewise.
12378         * doc/rtl.texi: Likewise.
12379         * doc/sourcebuild.texi: Likewise.
12380         * doc/standards.texi: Likewise.
12381         * doc/tree-ssa.texi: Likewise.
12382         * doc/trouble.texi: Likewise.
12384         * doc/extend.texi: Use @: or add comma where appropriate.
12385         * doc/invoke.texi: Likewise.
12386         * doc/tm.texi: Likewise.
12388 2008-02-14  Alan Modra  <amodra@bigpond.net.au>
12390         PR target/34393
12391         * config/rs6000/rs6000.md (restore_stack_block): Force operands[1]
12392         to a reg.
12394 2008-02-14  Jesper Nilsson  <jesper.nilsson@axis.com>
12396         * doc/md.texi (clz, ctz): Add reference.
12397         * doc/rtl.texi (clz, ctz): Likewise.
12399 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12401         PR other/35148
12402         * Makefile.in (gcc-vers.texi): Use abs_srcdir for the value of
12403         srcdir.
12405 2008-02-13  Andreas Krebbel  <krebbel1@de.ibm.com>
12407         * config/s390/s390.c (struct constant_pool): New field
12408         emit_pool_after added.
12409         (s390_mainpool_start): Set the emit_pool_after flag according
12410         to the section switch notes.
12411         (s390_mainpool_finish): Consider emit_pool_after when emitting
12412         the literal pool at the end of the function.
12413         (s390_chunkify_start): Force literal pool splits at section
12414         switch notes.
12416 2008-02-13  Michael Matz  <matz@suse.de>
12418         PR debug/35065
12419         * var-tracking.c (clobber_variable_part): Correctly traverse the
12420         list.
12422 2008-02-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
12424         PR 29673
12425         * doc/invoke.texi (Debugging Options): Remove -fdump-tree-inlined.
12426         Add -fdump-ipa-inline.
12427         * tree-dump.c (dump_files): Remove tree-inlined dump.
12428         * tree-pass.h (tree_dump_index): Remove TDI_inlined.
12429         
12430 2008-02-12  Richard Guenther  <rguenther@suse.de>
12432         PR tree-optimization/35171
12433         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Deal with
12434         default defs.
12436 2008-02-12  Richard Guenther  <rguenther@suse.de>
12438         PR middle-end/35163
12439         * fold-const.c (fold_widened_comparison): Use get_unwidened in
12440         value-preserving mode.  Disallow final truncation.
12442 2008-02-12  Eric Botcazou  <ebotcazou@adacore.com>
12444         PR middle-end/35136
12445         * gimplify.c (force_gimple_operand_bsi): Move SSA renaming
12446         code from here to...
12447         (force_gimple_operand): ...here.
12449 2008-02-12  Jakub Jelinek  <jakub@redhat.com>
12451         PR c++/35144
12452         * tree-sra.c (sra_build_assignment): fold_convert SRC if copying
12453         non-compatible pointers.
12454         (generate_element_copy): If SRC and DST are RECORD_TYPEs with
12455         different FIELD_DECLs, try harder by comparing field offsets, sizes
12456         and types.
12458         PR inline-asm/35160
12459         * function.c (match_asm_constraints_1): Don't replace the same input
12460         multiple times.
12462 2008-02-12  Anatoly Sokolov <aesok@post.ru>
12464         * config/avr/avr.h (AVR_HAVE_RAMPZ): Define.
12465         * config/avr/avr.c (expand_prologue): Save RAMPZ register.
12466         (expand_epilogue): Restore RAMPZ register.
12467         * config/avr/avr.md (RAMPZ_ADDR): New constant.
12469 2008-02-11  Kai Tietz  <kai.tietz@onevision.com>
12471         * config/i386/cygwin.asm: (__alloca): Correct calling
12472         convention and alignment.
12473         (__chkstk): Force 8 byte stack alignment.
12475 2008-02-11  Uros Bizjak  <ubizjak@gmail.com>
12476             Richard Guenther  <rguenther@suse.de>
12478         PR tree-optimization/33992
12479         * tree-ssa-loop-im.c (rewrite_bittest): Fixup the type of
12480         the zero we compare against.
12482 2008-02-10  Danny Smith  <dannysmith@users.sourceforge.net>
12484         PR libfortran/35063
12485         * gthr-win32.h (__gthread_mutex_destroy_function): New function
12486         to CloseHandle after unlocking to prevent accumulation of handle
12487         count.
12489 2008-02-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12491         PR middle_end/34150
12492         * pa.c (legitimize_pic_address): Add REG_EQUAL note on sets with a
12493         pic_label_operand source.  Similarly, add a REG_LABEL_OPERAND note
12494         and update LABEL_NUSES during and after reload.
12496 2008-02-08  Steven Bosscher  <stevenb.gcc@gmail.com>
12498         PR middle-end/34627
12499         * combine.c (simplify_if_then_else): Make sure the comparison is
12500         against const0_rtx when simplifying to (abs x) or (neg (abs X)).
12502 2008-02-08  Richard Sandiford  <rsandifo@nildram.co.uk>
12504         PR bootstrap/35051
12505         * double-int.h: Don't include gmp.h for GENERATOR_FILEs.
12506         (mpz_set_double_int, mpz_get_double_int): Hide from GENERATOR_FILEs.
12507         * real.h: Don't include gmp.h or mpfr.h for GENERATOR_FILEs.
12508         (real_from_mpfr, mpfr_from_real): Hide from GENERATOR_FILEs.
12509         * tree.h (get_type_static_bounds): Likewise.
12511 2008-02-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12513         * doc/invoke.texi (Option Summary, C++ Dialect Options)
12514         (Objective-C and Objective-C++ Dialect Options, Warning Options):
12515         Make -Wfoo language annotations match what the compiler outputs.
12517 2008-02-08  Sa Liu  <saliu@de.ibm.com>
12519         * config/spu/spu-builtins.def: Fixed wrong parameter type in spu 
12520         intrinsics spu_convts, spu_convtu, spu_convtf.
12522 2008-02-08  Hans-Peter Nilsson  <hp@axis.com>
12524         * doc/extend.texi (Function Attributes) <noinline>: Mention
12525         asm ("") as method to keep calls.
12527 2008-02-07  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
12529         PR other/32754
12530         * doc/options.texi (Options): Replace references to opts.sh with
12531         optc-gen.awk.
12532         * opts-common.c: Likewise.
12533         * optc-gen.awk: Likewise.
12534         
12535 2008-02-07  Andreas Krebbel  <krebbel1@de.ibm.com>
12537         * config/s390/s390.h (FUNCTION_ARG_REGNO_P): Fix fprs for 64 bit.
12539 2008-02-07  Richard Henderson  <rth@redhat.com>
12541         PR rtl-opt/33410
12542         * config/alpha/alpha.c (alpha_emit_xfloating_compare): Use an
12543         EXPR_LIST for the REG_EQUAL instead of a comparison with a 
12544         funny mode.
12546 2008-02-07  Uros Bizjak  <ubizjak@gmail.com>
12548         PR tree-optimization/35085
12549         * tree-ssa-reassoc.c (rewrite_expr_tree): Enable destructive update
12550         for operand entry oe2 in addition to operand entry oe3 in order to
12551         expose more opportunities for vectorizer sum reduction.
12553 2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12555         PR other/35107
12556         * Makefile.in (LIBS): Remove $(GMPLIBS).
12557         (cc1-dummy, cc1): Add $(GMPLIBS).
12559 2008-02-06  Jan Hubicka  <jh@suse.cz>
12561         PR target/23322
12562         * i386.md (moddf_integer): Do not produce partial memory stalls for
12563         targets where it hurts.
12565 2008-02-06  Uros Bizjak  <ubizjak@gmail.com>
12567         PR target/35083
12568         * optabs.c (expand_float): Do not check for decimal modes when
12569         expanding unsigned integer through signed conversion.
12571 2008-02-06  Nick Clifton  <nickc@redhat.com>
12573         * config/stormy16/stormy16.md (eqbranchsi): Replace a match_dup
12574         inside the clobber with a match_operand and duplicated operand
12575         number in the constraint.
12576         (ineqbranchsi): Delete redundant comment.
12578 2008-02-06  Ralf Corsepius  <ralf.corsepius@rtems.org>
12580         * config/arm/rtems-elf.h (TARGET_OS_CPP_BUILTINS): Add 
12581         builtin_define ("__USE_INIT_FINI__").
12582         * config/h8300/t-rtems (MULTILIB_OPTION,MULTILIB_DIRNAMES): Add
12583         -msx multilibs.
12584         * gthr-rtems.h: Remove __GTHREAD_MUTEX_INIT.
12586 2008-02-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12588         PR documentation/30330
12589         * doc/invoke.texi (C++ Dialect Options)
12590         (Objective-C and Objective-C++ Dialect Options, Warning Options):
12591         For each warning option -Wfoo that allows -Wno-foo, ensure both
12592         -Wfoo and -Wno-foo are listed in the option index.  Fix index
12593         entry of -Wswitch-default, index -Wnormalized= including the
12594         `=', and -Wlarger-than-@var{len} including @var{len}.
12596 2008-02-05  Uros Bizjak  <ubizjak@gmail.com>
12598         * config/i386/i386.md (floatunssisf2): Use
12599         ix86_expand_convert_uns_sisf_sse also for TARGET_SSE.
12600         (floatunssi<mode>2): Rename from floatunssisf2 and floatunssidf2.
12601         Macroize expander using MODEF mode iterator.
12603 2008-02-05  Diego Novillo  <dnovillo@google.com>
12605         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00140.html
12607         PR 33738
12608         * tree-vrp.c (vrp_evaluate_conditional): Revert fix for PR 33738.
12610 2008-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12612         PR other/35070
12613         * toplev.c (print_version): Honor `indent' for GMP/MPFR warnings.
12615 2008-02-05  H.J. Lu  <hongjiu.lu@intel.com>
12617         PR target/35084
12618         * config/i386/i386.c (ix86_function_sseregparm): Add an arg
12619         to indicate if a message should be generated.
12620         (init_cumulative_args): Updated.
12621         (function_value_32): Likewise.
12623 2008-02-05  Joseph Myers  <joseph@codesourcery.com>
12625         * doc/include/texinfo.tex: Update to version 2008-02-04.16.
12627 2008-02-05  Uros Bizjak  <ubizjak@gmail.com>
12629         PR target/35083
12630         * config/i386/i386.md (floatunsisf2): Enable for TARGET_SSE_MATH only.
12631         Call ix86_expand_convert_uns_sisf_sse for TARGET_SSE2.
12633 2008-02-04  Diego Novillo  <dnovillo@google.com>
12635         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
12637         PR 33738
12638         * tree-vrp.c (vrp_evaluate_conditional): With
12639         -Wtype-limits, emit a warning when comparing against a
12640         constant outside the natural range of OP0's type.
12642 2008-02-04  Richard Guenther  <rguenther@suse.de>
12644         PR middle-end/33631
12645         * expr.c (count_type_elements): Give for unions instead of
12646         guessing.
12648 2008-02-04  Richard Guenther  <rguenther@suse.de>
12650         PR middle-end/35043
12651         * gimplify.c (gimplify_init_ctor_eval): Convert array indices
12652         to TYPE_DOMAINs base type instead of using bitsizetype here.
12654 2008-02-03  Jason Merrill  <jason@redhat.com>
12656         * print-tree.c (print_node) [CONSTRUCTOR]: Print elements.
12658 2008-02-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12660         PR other/29972
12661         * doc/invoke.texi (C++ Dialect Options, Optimize Options)
12662         (HPPA Options, i386 and x86-64 Options, IA-64 Options)
12663         (RS/6000 and PowerPC Options): Fix typos and markup.
12664         * doc/passes.texi (Tree-SSA passes): Likewise.
12666 2008-02-02  Michael Matz  <matz@suse.de>
12668         PR target/35045
12669         * postreload-gcse.c (record_last_reg_set_info_regno): Renamed
12670         from record_last_reg_set_info.
12671         (record_last_reg_set_info): Take an RTX argument, iterate over all
12672         constituent hardregs.
12673         (record_last_set_info, record_opr_changes): Change calls to
12674         new signature or to record_last_reg_set_info_regno.
12676 2008-02-02  Gerald Pfeifer  <gerald@pfeifer.com>
12678         * doc/extend.texi (X86 Built-in Functions): Fix grammar.
12680 2008-02-01  Hans-Peter Nilsson  <hp@axis.com>
12682         PR rtl-optimization/34773
12683         * reg-notes.def (EQUAL): Mention significance of combination of
12684         REG_EQUAL and REG_RETVAL.
12685         * fwprop.c (try_fwprop_subst): Don't add REG_EQUAL to an
12686         insn that has a REG_RETVAL.
12688 2008-02-01  Roger Sayle  <roger@eyesopen.com>
12690         PR bootstrap/33781
12691         * configure.ac (--enable-fixed-point): Disable unless explicitly
12692         requested on IRIX.
12693         * configure: Regenerate.
12695 2008-02-01  Richard Guenther  <rguenther@suse.de>
12697         PR other/35042
12698         * invoke.texi (-finline-limit): Remove no longer true parts
12699         of the documentation.  Note that there is no default value.
12701 2008-02-01  Andrew Pinski  <pinskia@gmail.com>
12702             Mark Mitchell  <mark@codesourcery.com>
12703             Ben Elliston  <bje@au.ibm.com>
12705         PR c/29326
12706         * doc/extend.texi (Other Builtins): Document.
12708 2008-01-31  Tom Browder <tom.browder@gmail.com>
12710         * doc/c-tree.texi (Types): Fix grammar.
12711         (Expression trees): Ditto.
12712         * doc/passes.texi (Tree-SSA passes): Ditto.
12713         
12714         * doc/configterms.texi (Configure Terms): Fix typo.
12715         * doc/cpp.texi (Common Predefined Macros): Ditto.
12716         * doc/md.texi (Machine Constraints): Ditto.
12717         
12718         * doc/makefile.texi (Makefile): Add comma.
12720 2008-01-31  Tom Browder  <tom.browder@gmail.com>
12721             Gerald Pfeifer  <gerald@pfeifer.com>
12722         
12723         * doc/sourcebuild.texi (Front End): Remove references to CVS
12724         and CVSROOT/modules.
12725         (Texinfo Manuals): Replace reference to CVS by one to SVN.
12726         (Back End): Remove reference to CVS.
12728 2008-01-31  Richard Sandiford  <rsandifo@nildram.co.uk>
12730         PR target/34900
12731         * config/mips/mips.c (gen_load_const_gp): New function, taking a
12732         comment from...
12733         (mips16_gp_pseudo_reg): ...here.
12734         * config/mips/mips.md (load_const_gp): Replace with...
12735         (load_const_gp_<mode>): ...this :P-based insn.
12737 2008-01-31  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
12739         * doc/invoke.texi (-ansi): Mention explicitly corresponding -std=
12740         options. Minor fixes.
12741         (-std): Move reference to standards closer to where language
12742         standards are first mentioned.
12743         
12744 2008-01-31  Richard Sandiford  <rsandifo@nildram.co.uk>
12746         PR rtl-optimization/34995
12747         * reload.c (alternative_allows_const_pool_ref): Take an rtx
12748         parameter and return a bool.  If the rtx parameter is nonnull,
12749         check that it satisfies an EXTRA_MEMORY_CONSTRAINT.
12750         (find_reloads): Update call accordingly.  Pass the new operand
12751         if it needed no address reloads, otherwise pass null.
12753 2008-01-30  Richard Henderson  <rth@redhat.com>
12755         PR c/34993
12756         * tree.c (build_type_attribute_qual_variant): Skip TYPE_DOMAIN
12757         for unbounded arrays.
12759 2008-01-30  Silvius Rus  <rus@google.com>
12761         * config/i386/xmmintrin.h (_mm_prefetch): Add const to first arg.
12763 2008-01-30  Jan Hubicka  <jh@suse.cz>
12765         PR target/34982
12766         * i386.c (init_cumulative_args): Use real function declaration when
12767         calling locally.
12769 2008-01-30  Richard Sandiford  <rsandifo@nildram.co.uk>
12771         PR rtl-optimization/34998
12772         * global.c (build_insn_chain): Treat non-subreg_lowpart
12773         SUBREGs of pseudos as clobbering all the words covered by the
12774         SUBREG, not just all the bytes.
12775         * ra-conflict.c (clear_reg_in_live): Likewise.  Take the
12776         original df_ref rather than an extract parameter.
12777         (global_conflicts): Update call accordingly.
12779 2008-01-30  Andreas Krebbel  <krebbel1@de.ibm.com>
12781         * config/s390/fixdfdi.h (__fixunstfdi, __fixtfdi): Rearrange
12782         the overflow check to make it easier to read.
12783         (__fixtfdi): Change the type of the ll member in union
12784         long_double to UDItype_x.
12786 2008-01-30  Jakub Jelinek  <jakub@redhat.com>
12788         PR middle-end/34969
12789         * cgraph.h (cgraph_update_edges_for_call_stmt): New prototype.
12790         * cgraph.c (cgraph_update_edges_for_call_stmt): New function.
12791         * tree-inline.c (fold_marked_statements): Call
12792         cgraph_update_edges_for_call_stmt if folding a call statement.
12793         * cgraphunit.c (verify_cgraph_node): Set cfun to this_cfun for
12794         debug_generic_stmt calls, reset it back afterwards.
12796         PR c/35017
12797         * c-decl.c (start_decl): Don't pedwarn about TREE_READONLY
12798         static decls.
12799         * c-typeck.c (build_external_ref): Don't pedwarn about
12800         static vars in current function's scope.
12802 2008-01-29  Joseph Myers  <joseph@codesourcery.com>
12804         * config.gcc (i[34567]86-*-nto-qnx*): Remove deprecation.
12806 2008-01-29  Bernhard Fischer  <aldot@gcc.gnu.org>
12808         PR c/35002
12809         * ipa-struct-reorg.c: Fix spelling.
12810         * params.def: Ditto.
12812 2008-01-29  Richard Guenther  <rguenther@suse.de>
12814         PR middle-end/35006
12815         * tree-inline.h (struct copy_body_data): Add remapping_type_depth
12816         field.
12817         * tree-inline.c (remap_type): Increment remapping_type_depth
12818         around remapping types.
12819         (copy_body_r): Only add referenced variables if they are referenced
12820         from code, not types.
12822 2008-01-29  Douglas Gregor  <doug.gregor@gmail.com>
12824         PR c++/34055
12825         PR c++/34103
12826         PR c++/34219
12827         PR c++/34606
12828         PR c++/34753
12829         PR c++/34754
12830         PR c++/34755
12831         PR c++/34919
12832         PR c++/34961
12833         * c-pretty-print.c (pp_c_type_qualifier_list): Don't try to print
12834         qualifiers for an ERROR_MARK_NODE or a NULL_TREE.
12836 2008-01-28  Andy Hutchinson   <hutchinsonandy@netscape.net>
12838         PR target/34412
12839         * config/avr/avr.c (expand_prologue): Use correct QI mode frame 
12840         pointer for tiny stack.
12842 2008-01-28  Bernhard Fischer  <aldot@gcc.gnu.org>
12844         * doc/tree-ssa.texi: Add cindex PHI nodes and improve wording.
12846 2008-01-28  Bernhard Fischer  <aldot@gcc.gnu.org>
12848         * config/vx-common.h: Fix typo in comment.
12850 2008-01-28  Ian Lance Taylor  <iant@google.com>
12852         PR c++/34862
12853         PR c++/33407
12854         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
12855         coalesce pointers if they have different DECL_NO_TBAA_P values.
12856         * tree-ssa-copy.c (may_propagate_copy): Don't propagate copies
12857         between variables with different DECL_NO_TBAA_P values.
12859 2008-01-28  Nathan Froyd  <froydnj@codesourcery.com>
12861         PR 31535
12862         * config/rs6000/rs6000.c (small_data_operand): Vectors and floats
12863         are not legitimate small data references on SPE targets.
12865 2008-01-28  David Daney  <ddaney@avtrex.com>
12867         * doc/install.texi (mips-*-*): Recommend binutils 2.18.
12869 2008-01-28  David Daney  <ddaney@avtrex.com>
12871         * doc/install.texi (--disable-libgcj-bc):  Reword documentation.
12873 2008-01-27  Joseph Myers  <joseph@codesourcery.com>
12875         * config.gcc (strongarm*-*, ep9312*-*, xscale*-*, parisc*-*,
12876         m680[012]0-*, *-*-beos*, *-*-kaos*, *-*-linux*aout*,
12877         *-*-linux*libc1*, *-*-solaris2.[0-6], *-*-solaris2.[0-6].*,
12878         *-*-sysv*, *-*-windiss*, alpha*-*-unicosmk*, cris-*-aout,
12879         hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
12880         i[34567]86-sequent-ptx4*, i[34567]86-*-nto-qnx*,
12881         i[34567]86-*-sco3.2v5*, i[34567]86-*-uwin*, powerpc-*-chorusos*,
12882         vax-*-bsd*, vax-*-ultrix*): Mark obsolete.
12884 2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
12886         * basic-block.h (condjump_equiv_p): Fix comment.
12888 2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
12890         * tree-pretty-print.c (print_generic_decl, print_generic_stmt,
12891         print_generic_stmt_indented): Fix comment.
12893 2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
12895         * configure.ac (__stack_chk_fail): Add detecion for availability
12896         of SSP in uClibc by checking if __UCLIBC_HAS_SSP__ is defined.
12897         * configure: Regenerate.
12899 2008-01-26  Maxim Kuvyrkov  <maxim@codesourcery.com>
12901         PR middle-end/34688
12902         * final.c (output_addr_const): Handle TRUNCATE.
12904 2008-01-26  Zdenek Dvorak  <ook@ucw.cz>
12906         PR target/34711
12907         * tree-ssa-loop-ivopts.c (comp_cost): New type.
12908         (zero_cost, infinite_cost): New constants.
12909         (struct cost_pair): Change type of cost to comp_cost.
12910         (struct iv_ca): Change type of cand_use_cost and cost to comp_cost.
12911         (new_cost, add_costs, sub_costs, compare_costs, infinite_cost_p):
12912         New functions.
12913         (set_use_iv_cost, force_expr_to_var_cost, force_var_cost,
12914         split_address_cost, ptr_difference_cost, difference_cost,
12915         get_computation_cost_at, get_computation_cost,
12916         determine_use_iv_cost_generic, determine_use_iv_cost_address,
12917         determine_use_iv_cost_condition, determine_use_iv_costs,
12918         cheaper_cost_pair, iv_ca_recount_cost, iv_ca_set_no_cp,
12919         iv_ca_set_cp, iv_ca_cost, iv_ca_new, iv_ca_dump, iv_ca_extend,
12920         iv_ca_narrow, iv_ca_prune, try_improve_iv_set, find_optimal_iv_set):
12921         Change type of cost to comp_cost.
12922         (determine_iv_cost): Increase cost of non-original ivs, instead
12923         of decreasing the cost of original ones.
12924         (get_address_cost): Indicate the complexity of the addressing mode 
12925         in comp_cost.
12926         (try_add_cand_for): Prefer using ivs not specific to some object.
12927         * tree-flow.h (force_expr_to_var_cost): Declaration removed.
12929 2008-01-26  Peter Bergner  <bergner@vnet.ibm.com>
12930             Janis Johnson  <janis187@us.ibm.com>
12932         PR target/34814
12933         * doc/tm.texi (TARGET_EXPAND_TO_RTL_HOOK): Document.
12934         (TARGET_INSTANTIATE_DECLS): Likewise.
12935         * target.h (expand_to_rtl_hook): New target hook.
12936         (instantiate_decls): Likewise.
12937         * function.c (instantiate_decl): Make non-static.  Rename to...
12938         (instantiate_decl_rtl): ... this.
12939         (instantiate_expr): Use instantiate_decl_rtl.
12940         (instantiate_decls_1): Likewise.
12941         (instantiate_decls): Likewise.
12942         (instantiate_virtual_regs: Call new instantiate_decls taget hook.
12943         * function.h (instantiate_decl_rtl): Add prototype.
12944         * cfgexpand.c (target.h): New include.
12945         (tree_expand_cfg): Call new expand_to_rtl_hook target hook.
12946         * target-def.h (TARGET_EXPAND_TO_RTL_HOOK): New define.
12947         (TARGET_INSTANTIATE_DECLS): Likewise.
12948         (TARGET_INITIALIZER): New target hooks added.
12949         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_rtx):
12950         New prototype.
12951         * config/rs6000/rs6000.c (tree-flow.h): New include.
12952         (machine_function): Add sdmode_stack_slot field.
12953         (rs6000_alloc_sdmode_stack_slot): New function.
12954         (rs6000_instantiate_decls): Likewise.
12955         (rs6000_secondary_memory_needed_rtx): Likewise.
12956         (rs6000_check_sdmode): Likewise.
12957         (TARGET_EXPAND_TO_RTL_HOOK): Target macro defined.
12958         (TARGET_INSTANTIATE_DECLS): Likewise.
12959         (rs6000_hard_regno_mode_ok): Allow SDmode.
12960         (num_insns_constant): Likewise.  Handle _Decimal32 constants.
12961         (rs6000_emit_move): Handle SDmode.
12962         (function_arg_advance): Likewise.
12963         (function_arg): Likewise.
12964         (rs6000_gimplify_va_arg): Likewise.  Add special handling of
12965         SDmode var args for 32-bit compiles.
12966         (rs6000_secondary_reload_class): Handle SDmode.
12967         (rs6000_output_function_epilogue): Likewise.
12968         (rs6000_function_value): Simplify if statement.
12969         (rs6000_libcall_value): Likewise.
12970         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Handle SDmode.
12971         (SECONDARY_MEMORY_NEEDED_RTX): Add define.
12972         * config/rs6000/dfp.md (movsd): New define_expand and splitter.
12973         (movsd_hardfloat): New define_insn.
12974         (movsd_softfloat): Likewise.
12975         (movsd_store): Likewise.
12976         (movsd_load): Likewise.
12977         (extendsddd2): Likewise.
12978         (extendsdtd2): Likewise.
12979         (truncddsd2): Likewise.
12980         (movdd_hardfloat64): Fixup comment.
12981         (UNSPEC_MOVSD_LOAD): New constant.
12982         (UNSPEC_MOVSD_STORE): Likewise.
12984 2008-01-26  Jakub Jelinek  <jakub@redhat.com>
12986         PR c++/34965
12987         * c-pretty-print.c (pp_c_exclusive_or_expression): Handle
12988         TRUTH_XOR_EXPR.
12989         (pp_c_logical_and_expression): Handle TRUTH_AND_EXPR.
12990         (pp_c_logical_or_expression): Handle TRUTH_OR_EXPR.
12991         (pp_c_expression): Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR
12992         and TRUTH_XOR_EXPR.
12994 2008-01-26  David Edelsohn  <edelsohn@gnu.org>
12996         PR target/34794
12997         * config.gcc: Separate AIX 5.3 from AIX 6.1.
12998         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
12999         __LONGDOUBLE128 too.
13000         * config/rs6000/aix61.h: New file.
13002 2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
13004         PR rtl-optimization/34959
13005         * optabs.c (expand_unop): In libcall notes, give ffs, clz, ctz,
13006         popcount and parity rtxes the same mode as their operand.
13007         Truncate or extend the result to the return value's mode
13008         if necessary.
13010 2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
13012         PR target/34981
13013         * config/mips/mips-protos.h (mips_expand_call): Return an rtx.
13014         * config/mips/mips.h (FIRST_PSEUDO_REGISTER): Rename FAKE_CALL_REGNO
13015         to GOT_VERSION_REGNUM.
13016         (CALL_REALLY_USED_REGISTERS): Set the GOT_VERSION_REGNUM entry to 0.
13017         (EPILOGUE_USES): Include GOT_VERSION_REGNUM if TARGET_USE_GOT.
13018         * config/mips/mips.c (mips_emit_call_insn): New function.
13019         (mips_call_tls_get_addr): Call mips_expand_call directly.
13020         (mips16_copy_fpr_return_value): Use mips_emit_call_insn rather than
13021         emit_call_insn.
13022         (mips16_build_call_stub): Likewise.  Return the call insn or null.
13023         (mips_expand_call): Update the call to mips16_build_call_stub
13024         accordingly and a remove redundant condition.  Assert that MIPS16
13025         stubs do not use lazy binding.  Use mips_emit_call_insn and return
13026         the call insn.
13027         (mips_extra_live_on_entry): Include GOT_VERSION_REGNUM if
13028         TARGET_USE_GOT.
13029         (mips_hard_regno_mode_ok_p): Allow SImode for GOT_VERSION_REGNUM.
13030         (mips_avoid_hazard): Remove hazard_set handling.
13031         * config/mips/mips.md (UNSPEC_EH_RECEIVER): Rename to...
13032         (UNSPEC_RESTORE_GP): ...this.
13033         (UNSPEC_SET_GOT_VERSION, UNSPEC_UPDATE_GOT_VERSION): New constants.
13034         (FAKE_CALL_REGNO): Rename to...
13035         (GOT_VERSION_REGNUM): ...this.
13036         (type): Add "ghost" value.  Add an associated insn reservation.
13037         (hazard_set): Remove.
13038         (exception_receiver): Rename to...
13039         (restore_gp): ...this and update the unspec identifier accordingly.
13040         (exception_receiver, nonlocal_got_receiver): New expanders.
13041         (load_call<mode>): Use GOT_VERSION_REGNUM.  Don't set
13042         FAKE_CALL_REGNO.  Remove hazard_set attribute.
13043         (set_got_version, update_got_version): New patterns.
13045 2008-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
13047         PR target/34970
13048         * config/i386/cygming.h (ASM_OUTPUT_LABELREF): Define.
13050 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
13052         PR other/31955
13053         * doc/install.texi2html: Generate gcc-vers.texi.
13055 2008-01-25  DJ Delorie  <dj@redhat.com>
13057         * config/m32c/m32c.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
13059 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
13061         * config/c4x: Remove directory.
13062         * config.gcc (crx-*, mt-*): Mark obsolete.
13063         (c4x-*, tic4x-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*, tic4x-*,
13064         h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
13065         sh-*-rtemscoff*): Remove cases.
13066         * defaults.h (C4X_FLOAT_FORMAT): Remove.
13067         * real.c (encode_c4x_single, decode_c4x_single,
13068         encode_c4x_extended, decode_c4x_extended, c4x_single_format,
13069         c4x_extended_format): Remove.
13070         * real.h (c4x_single_format, c4x_extended_format): Remove.
13071         * doc/extend.texi (interrupt, naked): Remove mention of attributes
13072         on C4x.
13073         (Pragmas): Remove comment about c4x pragmas.
13074         * doc/install.texi (c4x): Remove target-specific instructions.
13075         * doc/invoke.texi (TMS320C3x/C4x Options): Remove.
13076         * doc/md.texi (Machine Constraints): Remove C4x documentation.
13077         * doc/tm.texi (MEMBER_TYPE_FORCES_BLK, c_register_pragma): Do not
13078         refer to C4x source files as examples.
13079         (C4X_FLOAT_FORMAT): Remove documentation.
13081 2008-01-25  Bernd Schmidt  <bernd.schmidt@analog.com>
13083         * config/bfin/bfin.c (override_options): Reorder tests so that
13084         flag_pic gets enabled for -msep-data.
13086 2008-01-25  Richard Guenther  <rguenther@suse.de>
13088         PR middle-end/32244
13089         * expr.c (expand_expr_real_1): Reduce result of LSHIFT_EXPR
13090         to its bitfield precision if required.
13092 2008-01-25  Jakub Jelinek  <jakub@redhat.com>
13094         PR middle-end/33880
13095         * tree-nested.c (walk_omp_for): New function.
13096         (convert_nonlocal_reference, convert_local_reference): Call
13097         walk_omp_for on OMP_FOR.
13098         (convert_call_expr): Call walk_body on OMP_FOR's
13099         OMP_FOR_PRE_INIT_BODY.
13101 2008-01-25  Richard Guenther  <rguenther@suse.de>
13103         PR tree-optimization/34966
13104         * tree-ssa-math-opts.c (execute_cse_sincos_1): For all but
13105         default defs and PHI_NODEs we have to insert after the
13106         defining statement.
13108 2008-01-24  Nick Clifton  <nickc@redhat.com>
13110         * config/stormy16/stormy16-lib2.c (MIN_UNITS_PER_WORD):
13111         Provide a default definition.
13112         (LIBGCC2_UNITS_PER_WORD): Likewise.
13114         * config/stormy16/stormy16.c: Include df.h for the prototype
13115         for df_regs_ever_live_p.
13116         (xstormy16_expand_builtin_va_start): Convert the stack offset
13117         into a component_ref and then use POINTER_PLUS_EXPR to add it
13118         to the incoming_virtual_args_rtx.
13119         (xstormy16_gimplify_va_arg_expr): Rename to
13120         xstormy16_gimplify_va_arg_expr.
13121         Use POINTER_PLUS_EXPR when performing pointer arithmetic.
13122         (TARGET_GIMPLIFY_VA_ARG_EXPR): Use renamed
13123         xstormy16_gimplify_va_arg_expr.
13124         Fix up some formatting issues.
13126         * config/stormy16/stormy16.c: (xstormy16_carry_plus_operand):
13127         Move to predicates.md.
13128         (xs_hi_general_operand): Likewise.
13129         (xs_hi_nonmemory_operand): Likewise.
13130         * config/stormy16/predicates.md:
13131         (xstormy16_carry_plus_operand): New predicate.
13132         (xs_hi_general_operand): New predicate.
13133         (xs_hi_nonmemory_operand): New predicate.
13134         * config/stormy16/stormy16-protos.h:
13135         (xstormy16_carry_plus_operand): Delete prototype.
13136         (xs_hi_general_operand): Likewise.
13137         (xs_hi_nonmemory_operand): Likewise.
13139         * config/storm16/stormy16.md (addhi3): Remove earlyclobber
13140         modifiers as they are no longer needed and they can trigger
13141         reload spill failures.
13143         * config/storm16/stormy16.md (ineqbranchsi): Replace match_dup
13144         with a match_operand in order to help reload.
13146         * config/storm16/stormy16.md (movhi_internal): Replace 'r'
13147         constraint with 'e' for the 8th alternative as this version of
13148         the mov.w instruction only accepts the lower 8 registers.
13150 2008-01-25  Uros Bizjak  <ubizjak@gmail.com>
13152         PR target/34856
13153         * simplifx-rtx.c (simplify_const_binary_operation) [VEC_CONCAT]:
13154         Consider only CONST_INT, CONST_DOUBLE and CONST_FIXED as constant
13155         vector elements.
13157 2008-01-25  Jakub Jelinek  <jakub@redhat.com>
13159         PR middle-end/33333
13160         * gimplify.c (gimplify_omp_for): Gimplify OMP_FOR_PRE_BODY.
13162 2008-01-25  Golovanevsky Olga  <olga@il.ibm.com>
13164         * ipa-struct-reorg.c (remove_str_allocs_in_func, remove_str_allocs):
13165         New functions.
13166         (remove_structure): Update allocations list before removing structure.
13167         
13168 2008-01-25  Golovanevsky Olga  <olga@il.ibm.com>
13170         * ipa-struct-reorg.c (is_safe_cond_expr, 
13171         create_new_stmts_for_cond_expr): Use integer_zerop function,
13172         that recognize not only zero-pointer, but zero-integer too.
13174 2008-01-25  Ben Elliston  <bje@au.ibm.com>
13176         PR other/22232
13177         * fixproto: Escape "." in sed expression that strips leading "./".
13179 2008-01-24  H.J. Lu  <hongjiu.lu@intel.com>
13181         PR driver/34904
13182         * gcc.c (SWITCH_OK): Removed.
13183         (SWITCH_LIVE): Changed to bit.
13184         (SWITCH_FALSE): Likewise.
13185         (SWITCH_IGNORE): Likewise.
13186         (switchstr): Change live_cond to unsigned int.
13187         (process_command): Replace SWITCH_OK with 0.
13188         (do_self_spec): Likewise.
13189         (set_collect_gcc_options): Check the SWITCH_IGNORE bit.
13190         (give_switch): Likewise.
13191         (used_arg): Likewise.
13192         (do_spec_1): Set the SWITCH_IGNORE bit.
13193         (check_live_switch): Check both SWITCH_LIVE and SWITCH_FALSE
13194         bits.  Set the SWITCH_LIVE bit.
13196 2008-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
13198         * config/s390/s390.h (MOVE_RATIO): Define new target macro.
13200 2008-01-24  Richard Sandiford  <rsandifo@nildram.co.uk>
13202         PR tree-optimization/34472
13203         * ipa-struct-reorg.c (safe_cond_expr_check): Change the DATA
13204         parameter to a "bool *" and set *DATA to false if there is
13205         an unsafe access.  Do not delete the structure here.
13206         (check_cond_exprs): Delete it here instead.
13207         (check_cond_exprs, exclude_cold_structs): Do not increase
13208         I when removing a structure.
13210 2008-01-24  Uros Bizjak  <ubizjak@gmail.com>
13212         PR target/34856
13213         * config/i386/i386.c (ix86_expand_vector_init): Consider only
13214         CONST_INT, CONST_DOUBLE and CONST_FIXED as constant vector elements.
13216 2008-01-24  Jakub Jakub Jelinek  <jakub@redhat.com>
13218         PR middle-end/34934
13219         * tree-stdarg.c (reachable_at_most_once): Use VEC vector instead of
13220         a fixed vector for stack.
13222 2008-01-24  Ben Elliston  <bje@au.ibm.com>
13224         PR c++/25701
13225         * doc/gcc.texi (Software development): Add a direntry for g++.
13226         
13227 2008-01-23  Hans-Peter Nilsson  <hp@axis.com>
13229         * config/cris/cris.h (CC1PLUS_SPEC, OPTIMIZATION_OPTIONS): Drop
13230         stale and straggling -fforce-addr comments above.
13232         * config/cris/cris.h (CRIS_SUBTARGET_VERSION, TARGET_VERSION): Don't
13233         define.
13234         * config/cris/linux.h (CRIS_SUBTARGET_VERSION): Don't define.
13235         * config/cris/aout.h (CRIS_SUBTARGET_VERSION): Don't define.
13237 2008-01-23  Michael Matz  <matz@suse.de>
13239         PR debug/34895
13240         * dwarf2out.c (force_type_die): Use modified_type_die instead of
13241         gen_type_die.
13243 2008-01-23  Andreas Krebbel  <krebbel1@de.ibm.com>
13245         * ipa-struct-reorg.c (create_new_malloc): Use pointer type as
13246         malloc result type.
13248 2008-01-23 Anatoly Sokolov <aesok@post.ru>
13250         * config/avr/avr.c (avr_current_arch): New variable.
13251         (avr_arch_types): Add 'avr31' and 'avr51' entries.
13252         (avr_arch): Add 'ARCH_AVR31' and 'ARCH_AVR51'.
13253         (avr_mcu_types): Add 'avr31' and 'avr51' architectures.
13254         (avr_override_options): Init 'avr_current_arch'. 
13255         (base_arch_s): Move from here...
13256         * config/avr/avr.h (base_arch_s): ... here. Add new members 
13257         'have_elpm', 'have_elpmx', 'have_eijmp_eicall', 'reserved'. Rename 
13258         'mega' to 'have_jmp_call'.
13259         (TARGET_CPU_CPP_BUILTINS): Define "__AVR_HAVE_JMP_CALL__", 
13260         "__AVR_HAVE_RAMPZ__",   "__AVR_HAVE_ELPM__" and  "__AVR_HAVE_ELPMX__"
13261         macros.
13262         (LINK_SPEC, CRT_BINUTILS_SPECS, ASM_SPEC): Add 'avr31' and 'avr51' 
13263         architectures.
13264         * config/avr/t-avr (MULTILIB_OPTIONS, MULTILIB_DIRNAMES, 
13265         MULTILIB_MATCHES): (Ditto.).
13267 2008-01-23  Richard Guenther  <rguenther@suse.de>
13269         PR middle-end/31529
13270         * cgraphunit.c (cgraph_reset_node): Always mark the node
13271         not reachable if it is not queued already.
13273 2008-01-23  Bernd Schmidt  <bernd.schmidt@analog.com>
13275         * config/bfin/bfin-protos.h (WA_RETS, ENABLE_WA_RETS): New macros.
13276         * config/bfin/bfin.c (bfin_cpus): Add WA_RETS everywhere.
13277         (cputype_selected): New static variable.
13278         (bfin_handle_option): Set it if -mcpu is used.
13279         (override_option): Select default set of workarounds if no cpu type
13280         selected on the command line.
13281         (workaround_rts_anomaly): Only run if ENABLE_WA_RETS.
13283         From  Michael Frysinger  <michael.frysinger@analog.com>
13284         * config/bfin/bfin-protos.h (enum bfin_cpu_type): Add
13285         BFIN_CPU_BF547, BFIN_CPU_BF523, BFIN_CPU_BF524, and BFIN_CPU_BF526.
13287         * config/bfin/elf.h (LIB_SPEC): Use proper linker script
13288         for bf547, bf523, bf524, and bf526.
13289         * config/bfin/bfin.c (bfin_cpus[]): Add bf547,  bf523, bf524, and
13290         bf526.
13291         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
13292         __ADSPBF523__ for bf523, __ADSPBF524__ for bf524,
13293         __ADSPBF526__ for bf526, __ADSPBF52x__ for all three, as well as
13294         __ADSPBF547__ and __ADSPBF54x__ for bf547.
13295         * doc/invoke.texi (Blackfin Options): Document that
13296         -mcpu now accept bf547, bf523, bf524, and bf526.
13298 2008-01-22  Eric Botcazou  <ebotcazou@adacore.com>
13300         PR rtl-optimization/34628
13301         * combine.c (try_combine): Stop and undo after the first combination
13302         if an autoincrement side-effect on the first insn has effectively
13303         been lost.
13305 2008-01-22  David Edelsohn  <edelsohn@gnu.org>
13307         PR target/34529
13308         * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
13309         Offset addresses are not valid for Altivec or paired float modes.
13311 2008-01-22  Jakub Jelinek  <jakub@redhat.com>
13313         PR c++/34607
13314         * c-parser.c (c_parser_omp_for_loop): Don't call c_finish_omp_for
13315         if DECL_INITIAL (decl) is error_mark_node.
13317         PR c++/34914
13318         * c-common.c (handle_vector_size_attribute): Only allow
13319         integral, scalar float and fixed point types.  Handle OFFSET_TYPE
13320         the same way as pointer, array etc. types.
13321         * tree.c (reconstruct_complex_type): Handle OFFSET_TYPE.
13323         PR c++/34917
13324         * tree.c (build_type_attribute_qual_variant): Call
13325         build_qualified_type if attributes are equal, but quals are not.
13327 2008-01-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
13329         PR 32102
13330         * doc/invoke.texi (-Wall): -Wall enables -Wstrict-overflow=1.
13331         * flags.h (warn_strict_aliasing): Remove.
13332         (warn_strict_overflow): Remove.
13333         * opts.c (warn_strict_aliasing): Remove.
13334         (warn_strict_overflow): Remove.
13335         * c-opts.c (c_common_handle_option): -Wall only sets
13336         -Wstrict-aliasing or -Wstrict-overflow if they are uninitialized.
13337         (c_common_post_options): Give default values to -Wstrict-aliasing
13338         and -Wstrict-overflow if they are uninitialized.
13339         * common.opt (Wstrict-aliasing): Specify Var and Init.
13340         (Wstrict-overflow): Likewise.
13342 2008-01-22  Kenneth Zadeck  <zadeck@naturalbridge.com>
13344         PR rtl-optimization/26854
13345         PR rtl-optimization/34400
13346         PR rtl-optimization/34884
13347         * ddg.c (create_ddg_dep_from_intra_loop_link): Use
13348         DF_RD->gen.
13349         * df.h (df_changeable_flags.DF_RD_NO_TRIM): Deleted
13350         (df_rd_bb_info.expanded_lr_out): Deleted
13351         * loop_invariant.c (find_defs): Deleted DF_RD_NO_TRIM flag.
13352         * loop_iv.c (iv_analysis_loop_init): Ditto.  * df-problems.c
13353         (df_rd_free_bb_info, df_rd_alloc, df_rd_confluence_n,
13354         df_rd_bb_local_compute, df_rd_transfer_function, df_rd_free):
13355         Removed code to allocate, initialize or free expanded_lr_out.
13356         (df_rd_bb_local_compute_process_def): Restructured to make more
13357         understandable.
13358         (df_rd_confluence_n): Removed code to no apply invalidate_by_call
13359         sets if the sets are being trimmed.
13361 2008-01-22  H.J. Lu  <hongjiu.lu@intel.com>
13363         PR bootstrap/32287
13364         * configure.ac (ld_vers): Support GNU linker version xx.xx.*
13365         (as_vers): Likewise.
13366         * configure: Regenerated.
13368 2008-01-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
13370         PR middle-end/33092
13371         * tree-pass.h (pass_build_alias): New pass.
13372         * tree-ssa-alias.c (gate_build_alias): New.
13373         (pass_build_alias): New.
13374         * passes.c (init_optimization_passes): Add pass_build_alias after
13375         pass_create_structure_vars.
13377 2008-01-22  Wolfgang Gellerich  <gellerich@de.ibm.com>
13379         * config/s390/s390.h (S390_TDC_POSITIVE_NORMALIZED_NUMBER):
13380         Renamed to S390_TDC_POSITIVE_NORMALIZED_BFP_NUMBER.
13381         (S390_TDC_NEGATIVE_NORMALIZED_NUMBER): Renamed to
13382         S390_TDC_NEGATIVE_NORMALIZED_BFP_NUMBER.
13383         (S390_TDC_POSITIVE_DENORMALIZED_NUMBER): Renamed to
13384         S390_TDC_POSITIVE_DENORMALIZED_BFP_NUMBER.
13385         (S390_TDC_NEGATIVE_DENORMALIZED_NUMBER): Renamed to
13386         S390_TDC_NEGATIVE_DENORMALIZED_BFP_NUMBER.
13387         (S390_TDC_POSITIVE_NORMALIZED_BFP_NUMBER): New constant.
13388         (S390_TDC_NEGATIVE_NORMALIZED_BFP_NUMBER): New constant.
13389         (S390_TDC_POSITIVE_DENORMALIZED_BFP_NUMBER): New constant.
13390         (S390_TDC_NEGATIVE_DENORMALIZED_BFP_NUMBER): New constant.
13391         * config/s390/s390.md (FP_ALL): New mode iterator.
13392         (_d): New mode attribute.
13393         ("*signbit<mode>2>"): Changed mode of first operand.
13394         ("isinf<mode>2"): Changed mode of first operand.
13395         ("*TDC_insn"): Adaptation for DFP modes.
13397 2008-01-22  Ben Elliston  <bje@au.ibm.com>
13399         * tree.c (check_qualified_type): Improve function description.
13401 2008-01-21  Jason Merrill  <jason@redhat.com>
13403         PR c++/34196
13404         * tree.h (TRY_CATCH_IS_CLEANUP): New macro.
13405         * tree-eh.c (honor_protect_cleanup_actions): Strip TRY_CATCH_EXPR
13406         if it is set.
13408 2008-01-21  DJ Delorie  <dj@redhat.com>
13410         * doc/tm.texi (HARD_REGNO_NREGS): Note that this macro must not
13411         return zero.
13413 2008-01-21  Richard Guenther  <rguenther@suse.de>
13415         PR middle-end/34856
13416         * tree-cfg.c (verify_expr): Allow all invariant expressions
13417         instead of just constant class ones as reference argument.
13418         * tree-ssa-loop-im.c (for_each_index): Handle CONSTRUCTOR
13419         like any other constant.
13420         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
13422 2008-01-21  H.J. Lu  <hongjiu.lu@intel.com>
13424         * regmove.c (fixup_match_1): Update call crossed frequencies.
13426 2008-01-21  Richard Guenther  <rguenther@suse.de>
13428         PR c/34885
13429         * tree-inline.c (setup_one_parameter): Deal with mismatched
13430         types using a VIEW_CONVERT_EXPR.
13432 2008-01-21  Alon Dayan  <alond@il.ibm.com>
13433             Olga Golovanevsky  <olga@il.ibm.com>
13434         
13435         PR tree-optimization/34701
13436         * ipa-struct-reorg.c (gen_size): Fix the malloc parameter calculation
13437         when the structure size is not a power of 2.
13439 2008-01-20  Kenneth Zadeck  <zadeck@naturalbridge.com>
13441         * doc/install.texi: Add doc for --enable-checking=df.
13442         
13443 2008-01-20  Kaz Kojima  <kkojima@gcc.gnu.org>
13445         PR rtl-optimization/34808
13446         * emit-rtl.c (try_split): Handle REG_RETVAL notes.
13448 2008-01-20  Richard Sandiford  <rsandifo@nildram.co.uk>
13450         * global.c (find_reg): Only compute EH_RETURN_DATA_REGNO once per
13451         input.
13453 2008-01-19  Kenneth Zadeck  <zadeck@naturalbridge.com>
13455         PR rtl-optimization/26854
13456         PR rtl-optimization/34400
13457         * ddg.c (create_ddg_dep_from_intra_loop_link): Do not use
13458         DF_RD->gen.
13459         * df.h (df_changeable_flags.DF_RD_NO_TRIM): New.
13460         (df_rd_bb_info.expanded_lr_out): New.
13461         * loop_invariant.c (find_defs): Added DF_RD_NO_TRIM flag.
13462         * loop_iv.c (iv_analysis_loop_init): Ditto.
13463         * df-problems.c (df_rd_free_bb_info, df_rd_alloc, df_rd_confluence_n,
13464         df_rd_bb_local_compute, df_rd_transfer_function, df_rd_free):
13465         Added code to allocate, initialize or free expanded_lr_out.
13466         (df_rd_bb_local_compute_process_def): Restructured to make
13467         more understandable.
13468         (df_rd_confluence_n): Add code to do nothing with fake edges and
13469         code to no apply invalidate_by_call sets if the sets are being trimmed.
13470         (df_lr_local_finalize): Renamed to df_lr_finalize.
13471         (df_live_local_finalize): Renamed to df_live_finalize.
13473 2008-01-20  Richard Sandiford  <rsandifo@nildram.co.uk>
13475         PR target/34831
13476         * config/mips/mips.md (div<mode>3): Use <recip_condition> when
13477         deciding whether to use reciprocal instructions.
13479 2008-01-19  Uros Bizjak  <ubizjak@gmail.com>
13481         * dwarf2out.c (dwarf2out_switch_text_section): Do not call
13482         dwarf2out_note_section_used if cold_text_section is NULL.
13484 2008-01-19  Jakub Jelinek  <jakub@redhat.com>
13486         PR gcov-profile/34610
13487         * tree-cfg.c (make_edges): Mark both outgoing edges from
13488         OMP_CONTINUE and from OMP_FOR as EDGE_ABNORMAL.
13489         * omp-low.c (expand_omp_for): Clear EDGE_ABNORMAL bits
13490         from OMP_FOR and OMP_CONTINUE outgoing edges.
13492         * tree-profile.c (tree_profiling): Return early if
13493         cfun->after_tree_profile != 0.  Set cfun->after_tree_profile
13494         at the end.
13495         * omp-low.c (expand_omp_parallel): Copy after_tree_profile
13496         from cfun to child_cfun.
13497         * function.h (struct function): Add after_tree_profile bit.
13499 2008-01-19 Anatoly Sokolov <aesok@post.ru>
13501         * config/avr/avr.S (_exit): Disable interrupt.
13503 2008-01-18  Kenneth Zadeck  <zadeck@naturalbridge.com>
13504             Steven Bosscher  <stevenb.gcc@gmail.com>
13506         PR rtl-optimization/26854
13507         PR rtl-optimization/34400
13508         * df-problems.c (df_live_scratch): New scratch bitmap.
13509         (df_live_alloc): Allocate df_live_scratch when doing df_live.
13510         (df_live_reset): Clear the proper bitmaps.
13511         (df_live_bb_local_compute): Only process the artificial defs once
13512         since the order is not important.
13513         (df_live_init): Init the df_live sets only with the variables
13514         found live by df_lr.
13515         (df_live_transfer_function): Use the df_lr sets to prune the
13516         df_live sets as they are being computed.  
13517         (df_live_free): Free df_live_scratch.
13519 2008-01-18  Ian Lance Taylor  <iant@google.com>
13521         * common.opt: Add fmerge-debug-strings.
13522         * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Test
13523         flag_merge_debug_strings rather than flag_merge_constants.
13524         * doc/invoke.texi (Option Summary): Mention
13525         -fmerge-debug-strings.
13526         (Debugging Options): Document -fmerge-debug-strings.
13528 2008-01-18  Ian Lance Taylor  <iant@google.com>
13530         PR c++/33407
13531         * tree.h (DECL_IS_OPERATOR_NEW): Define.
13532         (struct tree_function_decl): Add new field operator_new_flag.
13533         * tree-inline.c (expand_call_inline): When inlining a call to
13534         operator new, force the return value to go into a variable, and
13535         set DECL_NO_TBAA_P on that variable.
13536         * c-decl.c (merge_decls): Merge DECL_IS_OPERATOR_NEW flag.
13538 2008-01-18  Uros Bizjak  <ubizjak@gmail.com>
13540         PR debug/34484
13541         * dwarf2out.c (dwarf2out_switch_text_section): Do not guard with
13542         DWARF2_DEBUGGING_INFO.
13543         (dwarf2out_note_section_used): Ditto.  Add prototype.
13544         (have_multiple_function_sections, text_section_used,
13545         cold_text_section_used, *cold_text_sections): Move declarations
13546         before their uses.
13548 2008-01-17  Bob Wilson  <bob.wilson@acm.org>
13550         * config/xtensa/unwind-dw2-xtensa.h (_Unwind_FrameState): Remove pc
13551         field and add signal_ra.
13552         * config/xtensa/unwind-dw2-xtensa.c (uw_frame_state_for): Remove
13553         assignments to frame state pc.  Move end of stack check after
13554         MD_FALLBACK_FRAME_STATE_FOR.
13555         (uw_update_context_1): Use frame state signal_regs if set, instead
13556         of checking signal_frame flag.
13557         (uw_update_context): Use frame state signal_ra if set.
13558         * config/xtensa/linux.h (MD_UNWIND_SUPPORT): Define.
13559         * config/xtensa/linux-unwind.h: New file.
13561 2008-01-18  Bernhard Fischer  <aldot@gcc.gnu.org>
13563         * modulo-sched.c (get_sched_window): Fix comment typo.
13565 2008-01-17  Andrew MacLeod  <amacleod@redhat.com>
13567         PR tree-optimization/34648
13568         * tree-ssa-sccvn.c (visit_use): Expressions which can throw are varying.
13570 2008-01-17  Anatoly Sokolov <aesok@post.ru>
13572         * config/avr/avr.h (LINK_SPEC): Support -mrelax and -mpmem-wrap-around.
13573         * config/avr/avr.opt (mrelax, mpmem-wrap-around): Add.
13575 2008-01-17  Seongbae Park  <seongbae.park@gmail.com>
13577         PR rtl-optimization/34400
13578         * df-core.c (df_worklist_dataflow_overeager,
13579         df_worklist_dataflow_doublequeue): New functions.
13580         (df_worklist_dataflow): Two different worklist solvers.
13581         * params.def (PARAM_DF_DOUBLE_QUEUE_THRESHOLD_FACTOR):
13582         New param.
13584 2008-01-16  Sebastian Pop  <sebastian.pop@amd.com>
13586         PR testsuite/34821
13587         * doc/invoke.texi: Document the dependence on pthread for fopenmp
13588         and ftree-parallelize-loops.
13590 2008-01-17  Mircea Namolaru  <namolaru@il.ibm.com>
13592         PR rtl-optimization/34826
13593         * loop-doloop (doloop_modify): Update the REG_BR_PROB note.
13595 2008-01-17  Andreas Krebbel  <krebbel1@de.ibm.com>
13597         * global.c (find_reg): Mark the eh regs as used if necessary.
13598         * ra-conflict.c (global_conflicts): Set no_eh_reg flag.
13599         * ra.h (struct allocno): no_eh_reg field added.  Changed
13600         no_stack_reg type to bitfield.
13602 2008-01-17  Eric Botcazou  <ebotcazou@adacore.com>
13604         * tree.c (substitute_in_expr): Add missing 'break'.
13606 2008-01-17  Richard Guenther  <rguenther@suse.de>
13608         PR tree-optimization/34825
13609         * tree-ssa-math-opts.c (is_division_by): Do not recognize
13610         x / x as division to handle.
13612 2008-01-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13614         * pa64-hpux.h (LIB_SPEC): Add "-lpthread" in shared links if "-mt" or
13615         "-pthread" is specified.
13616         * pa-hpux11.h (LIB_SPEC): Likewise.
13618 2008-01-16  Janis Johnson  <janis187@us.ibm.com>
13619             Peter Bergner  <bergner@vnet.ibm.com>
13621         PR rtl-optimization/33796
13622         * sparseset.c (sparseset_alloc): Use xcalloc rather than xmalloc.
13624 2008-01-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13626         PR libgfortran/34699
13627         * pa-hpux.h (LINK_SPEC): Only search /lib/pa1.1 and /usr/lib/pa1.1 on
13628         static links.
13629         * pa-hpux10.h (LINK_SPEC): Likewise.
13630         * pa-hpux11.h (LINK_SPEC): Don't search /lib/pa1.1 and /usr/lib/pa1.1.
13632 2008-01-16  Richard Guenther  <rguenther@suse.de>
13634         PR middle-end/32628
13635         * fold-const.c (fold_convert_const_int_from_int): Do not
13636         set overflow if that occured only because of a sign extension
13637         change when converting from/to a sizetype with the same
13638         precision and signedness.
13640 2008-01-16  Uros Bizjak  <ubizjak@gmail.com>
13642         PR debug/34249
13643         * dwarf2out.c (output_call_frame_info): Move output of FDE initial
13644         location address to the correct place.  Update copyright year.
13646 2008-01-16  Sebastian Pop  <sebastian.pop@amd.com>
13648         * lambda-code.c (lambda_transform_legal_p): Handle the case of
13649         no dependences in the dependence_relations vector.
13651 2008-01-16  Jan Hubicka  <jh@suse.cz>
13653         PR rtl-optimization/31396
13654         * regstat.c (regstat_bb_compute_ri): Compute FREQ_CALLS_CROSSED.
13655         * cfg.c (dump_reg_info): Print it.
13656         * regs.h (struct reg_info_t): add freq_calls_crossed.
13657         (REG_FREQ_CALLS_CROSSED): New macro.
13658         * global.c (global_alloc): Compute freq_calls_crossed for allocno.
13659         (find_reg): Update call of CALLER_SAVE_PROFITABLE.
13660         * regmove.c (optimize_reg_copy_1, optimize_reg_copy_2, fixup_match_2,
13661         regmove_optimize): Update call crossed frequencies.
13662         * local-alloc.c (struct qty): Add freq_calls_crossed.
13663         (alloc_qty): Copute freq_calls_crossed.
13664         (update_equiv_regs, combine_regs): Update REG_FREQ_CALLS_CROSSED.
13665         (find_free_reg): Update call of CALLER_SAVE_PROFITABLE.
13666         * ra.h (struct allocno): Add freq_calls_crossed.
13668 2008-01-16  Sebastian Pop  <sebastian.pop@amd.com>
13670         * gcc.c (LINK_COMMAND_SPEC): Add includes and link options for
13671         libgomp when compiling with ftree-parallelize-loops.
13672         (GOMP_SELF_SPECS): Add -pthread for ftree-parallelize-loops.
13674 2008-01-16  Richard Guenther  <rguenther@suse.de>
13676         PR tree-optimization/34769
13677         * tree-data-ref.c (initialize_matrix_A): Revert fix for PR34458.
13678         * tree.c (int_cst_value): Instead make this function more
13679         permissive in what it accepts as valid input.  Document this
13680         function always sign-extends the value.
13682 2008-01-16  Jakub Jelinek  <jakub@redhat.com>
13683             Richard Guenther  <rguenther@suse.de>
13685         PR c/34668
13686         * gimplify.c (fold_indirect_ref_rhs): Rename to ...
13687         (gimple_fold_indirect_ref_rhs): ... this.
13688         (gimple_fold_indirect_ref): New function with foldings
13689         that preserve lvalueness.
13690         (gimplify_modify_expr_rhs): Call gimple_fold_indirect_ref_rhs.
13691         * tree-flow.h (gimple_fold_indirect_ref): Declare.
13692         * tree-inline.c (copy_body_r): Use gimple_fold_indirect_ref
13693         to fold an INDIRECT_REF, fall back to the old use of
13694         fold_indirect_ref_1.
13696 2008-01-16  Sebastian Pop  <sebastian.pop@amd.com>
13698         * tree-data-ref.c (subscript_dependence_tester_1): Call 
13699         free_conflict_function.
13700         (compute_self_dependence): Same.
13702 2008-01-16  Uros Bizjak  <ubizjak@gmail.com>
13704         PR debug/34249
13705         * debug.h (dwarf2out_switch_text_section): Move declaration from ...
13706         * dwarf2out.c (dwarf2out_switch_text_section): ... here.  Make
13707         function global.
13708         * final.c (final_scan_insn) [NOTE_INSN_SWITCH_TEXT_SECTIONS]:
13709         Depending on dwarf2out_do_frame, call dwarf2out_switch_text_section
13710         for DWARF2_UNWIND_INFO targets.
13712 2008-01-16  Richard Guenther  <rguenther@suse.de>
13714         PR c/34768
13715         * c-typeck.c (common_pointer_type): Do not merge inconsistent
13716         type qualifiers for function types.
13718 2008-01-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
13720         * tree-parloops.c (gen_parallel_loop): Fix ommision of declaration for
13721         loop_iterator li from previous commit.
13723 2008-01-15  Sebastian Pop  <sebastian.pop@amd.com>
13725         * tree-parloops.c (gen_parallel_loop): Free loop bound estimations.
13727 2008-01-12  Sebastian Pop  <sebastian.pop@amd.com>
13729         * tree-parloops.c (loop_has_blocks_with_irreducible_flag): New.
13730         (parallelize_loops): Don't parallelize irreducible components.
13732 2008-01-14  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
13734         PR c++/24924
13735         * c-opts (c_common_post_options): Do not enable CPP
13736         flag_pedantic_errors by default.
13737         
13738 2008-01-14  Eric Botcazou  <ebotcazou@adacore.com>
13740         PR rtl-optimization/31944
13741         * cse.c (remove_pseudo_from_table): New function.
13742         (merge_equiv_classes): Use above function to remove pseudo-registers.
13743         (invalidate): Likewise.
13745 2008-01-13  Richard Guenther  <rguenther@suse.de>
13747         PR middle-end/34601
13748         * emit-rtl.c (set_reg_attrs_for_decl_rtl): Use DECL_MODE
13749         instead of TYPE_MODE to deal with calls from expand_one_error_var.
13751 2008-01-13  Uros Bizjak  <ubizjak@gmail.com>
13753         * gcse.c (cprop_jump): Call validate_unshare_change instead of
13754         validate_change to unshare the source of the PC set.
13756 2008-01-12  Jan Hubicka  <jh@suse.cz>
13758         PR middle-end/32135
13759         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Do not construct
13760         references above array bounds.  This might trigger bounds checks for
13761         pointers to arrays.
13763 2008-01-12  Sebastian Pop  <sebastian.pop@amd.com>
13765         * tree-ssa-ter.c (free_temp_expr_table): Free num_in_part and
13766         new_replaceable_dependencies.
13768 2008-01-12  Doug Kwan  <dougkwan@google.com>
13770         * c-decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers
13771         instead of OPT_Wreturn_type in warning due to ignored return type
13772         qualifiers.
13773         * c-opt.c (c_common_post_option): Add -Wignored-qualifiers to
13774         options included in -Wextra.
13775         * c.opt: New option -Wignored_qualifiers.
13776         * doc/invoke.texi (Warning Options, -Wextra): Add new option
13777         -Wignore_qualifiers.
13778         (-Wignored-qualifiers): Document.
13779         (-Wreturn-type): Remove description of functionality now handled
13780         by -Wignored-qualifiers.
13782 2008-01-12  Eric Botcazou  <ebotcazou@adacore.com>
13784         PR ada/33788
13785         * fold-const.c (fold_unary) <VIEW_CONVERT_EXPR>: Fold an existing
13786         NOP_EXPR if it is between integral types with the same precision.
13788 2008-01-12  Jan Hubicka  <jh@suse.cz>
13790         PR other/28023
13791         * invoke.texi (max-inline-recursive-depth): Fix default value.
13793 2008-01-12  Zdenek Dvorak  <ook@ucw.cz>
13795         * tree-parloops.c (transform_to_exit_first_loop): Cast nit to the
13796         correct type.
13798 2008-01-11  Bob Wilson  <bob.wilson@acm.org>
13799         
13800         * config/xtensa/xtensa.c (override_options): Set flag_shlib.
13801         
13802 2008-01-11  James E. Wilson  <wilson@specifix.com>
13804         PR target/26015
13805         * config/vax/elf.h (FRAME_POINTER_CFA_OFFSET): Define.
13807 2008-01-11  Anatoly Sokolov <aesok@post.ru>
13809         * config/avr/avr.c (expand_prologue, expand_epilogue): Don't 
13810         save/restore frame pointer register and don't use 'call-prologues' 
13811         optimization in function with "OS_task" attribute.
13813 2008-01-11  Eric Botcazou  <ebotcazou@adacore.com>
13815         PR middle-end/31309
13816         * expr.c (copy_blkmode_from_reg): Use a mode suited to the size
13817         when copying to memory.
13819 2008-01-11  Steven Bosscher  <stevenb.gcc@gmail.com>
13821         PR rtl-optimization/30905
13822         * cfgcleanup.c: Include dce.h
13823         (crossjumps_occured): New global variable.
13824         (try_crossjump_bb): Exit loop after finding a fallthru edge.
13825         If something changed, set crossjumps_occured to true.
13826         (try_optimize_cfg): Clear crossjumps_occured at the beginning.
13827         Don't add/remove fake edges to exit here...
13828         (cleanup_cfg): ...but do it here, when crossjumping.
13829         Run a fast DCE when successful crossjumps occured in the latest
13830         iteration of try_optimize_cfg.
13832 2008-01-11  Richard Guenther  <rguenther@suse.de>
13834         * tree-ssa-sccvn.c (struct vn_binary_op_s): Move hashcode near opcode.
13835         (struct vn_unary_op_s): Likewise.
13836         (vn_reference_insert): Free old reference on hash collision.
13838 2008-01-10  Raksit Ashok  <raksit@google.com>
13840         PR rtl-optimization/27971
13841         * combine.c (find_split_point): Split PLUS expressions which are
13842         inside a MEM rtx, and whose first operand is complex.
13844 2008-01-10  DJ Delorie  <dj@redhat.com>
13846         * config/m32c/m32c.c (m32c_hard_regno_nregs_1): Renamed from...
13847         (m32c_hard_regno_nregs): ...this, which is now a wrapper.
13848         (m32c_hard_regno_ok): Call the underlying function.
13850 2008-01-10  Richard Guenther  <rguenther@suse.de>
13852         PR middle-end/34683
13853         * tree-cfg.c (tree_merge_blocks): Do not go through the
13854         full-blown folding and stmt updating path if we just deal
13855         with virtual operands.
13856         * tree-ssa-copy.c (may_propagate_copy): Do not short-cut
13857         test for abnormal SSA_NAMEs.
13859 2008-01-10  Andreas Krebbel  <krebbel1@de.ibm.com>
13861         PR middle-end/34641
13862         * reload.c (push_reload): Add assertions.  All constants from
13863         reg_equiv_constant should have been used for replacing the respective
13864         pseudo earlier.
13865         (find_reloads_address): Invoke find_reloads_address_part for
13866         constant taken from the reg_equiv_constant array.
13868 2008-01-10  Steven Bosscher  <stevenb.gcc@gmail.com>
13870         * tree-ssa-sccvn.h (struct vn_ssa_aux): Make the most accessed
13871         field (valnum) the first in the struct.  Replace bools with
13872         unit bit fields.
13874 2008-01-10  Richard Guenther  <rguenther@suse.de>
13876         PR tree-optimization/34651
13877         * tree-sra.c (sra_build_assignment): Sanitize.  Use the correct
13878         types and ordering for masking and converting.
13880 2008-01-09  Sebastian Pop  <sebastian.pop@amd.com>
13882         PR tree-optimization/34017
13883         * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Generate code
13884         also for PHI_NODE expressions.
13886 2008-01-09  Jan Hubicka  <jh@suse.cz>
13888         PR tree-optimization/34708
13889         * tree-inline.c (estimate_num_insns_1): Compute cost of SWITCH_EXPR
13890         based on number of case labels.
13891         (init_inline_once): Remove switch_cost.
13892         * tree-inline.h (eni_weights_d): Remove switch_cost.
13894 2008-01-09  Richard Guenther  <rguenther@suse.de>
13895         Andrew Pinski  <andrew_pinski@playstation.sony.com>
13897         PR middle-end/30132
13898         * gimplify.c (gimplify_cond_expr): Do not create an addressable
13899         temporary if an rvalue is ok or an lvalue is not required.
13901 2008-01-09  Richard Guenther  <rguenther@suse.de>
13903         PR middle-end/34458
13904         * tree-data-ref.c (initialize_matrix_A): Use tree_low_cst,
13905         adjust return type.
13907 2008-01-09  Richard Guenther  <rguenther@suse.de>
13909         PR middle-end/34679
13910         * tree.c (host_integerp): Check for sizetype only if the
13911         type is an integer type.
13913 2008-01-09  Steven Bosscher  <stevenb.gcc@gmail.com>
13915         PR debug/26364
13916         * opts.c (decode_options): Disable inlining of functions called
13917         once if not in unit-at-a-time mode.
13919 2008-01-09  Alexandre Oliva  <aoliva@redhat.com>
13921         * Makefile.in (dse.o): Remove duplicate $(RECOG_H) dependency.
13923 2008-01-08  Richard Guenther  <rguenther@suse.de>
13925         PR middle-end/31863
13926         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Bail
13927         out early if the result will be unused.
13929 2008-01-08  Uros Bizjak  <ubizjak@gmail.com>
13931         PR target/34709
13932         Revert:
13934         2008-01-05  Uros Bizjak  <ubizjak@gmail.com>
13935         * config/i386/i386.c (ix86_builtin_reciprocal): Remove check
13936         for TARGET_RECIP.       
13937         
13938 2008-01-08  Jan Sjodin  <jan.sjodin@amd.com>
13939         
13940         * config/i386/i386.c (k8_cost, amdfam10_cost): Branch costs
13941         for vectorization tuned.
13942         
13943 2008-01-08  Richard Guenther  <rguenther@suse.de>
13945         PR tree-optimization/34683
13946         * tree-ssa-operands.c (operand_build_cmp): Export.
13947         * tree-ssa-operands.h (operand_build_cmp): Declare.
13948         * tree-vn.c (vuses_compare): Remove.
13949         (sort_vuses): Use operand_build_cmp.
13950         (sort_vuses_heap): Likewise.
13951         * tree-ssa-sccvn.c (vuses_to_vec): Use VEC_reserve, not VEC_alloc
13952         to re-use old VEC if available.  Do not sort already sorted VUSEs.
13953         (vdefs_to_vec): Do not sort already sorted VDEFs.
13955 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
13957         PR middle-end/34694
13958         * omp-low.c (copy_var_decl): Copy also DECL_SOURCE_LOCATION.
13960 2008-01-08  Uros Bizjak  <ubizjak@gmail.com>
13962         PR target/34702
13963         * doc/invoke.texi (i386 and x86-64 Options) [mrecip]: Document
13964         limitations of reciprocal sequences on x86 targets.
13966 2008-01-08  Richard Guenther  <rguenther@suse.de>
13968         PR tree-optimization/34683
13969         * tree-flow-inline.h (var_ann): Remove overzealous asserts.
13971 2008-01-07  Jakub Jelinek  <jakub@redhat.com>
13973         PR target/34622
13974         * config/darwin.c (darwin_mergeable_string_section): Don't use
13975         .cstring if int_size_in_bytes != TREE_STRING_LENGTH.
13977 2008-01-07  Uros Bizjak  <ubizjak@gmail.com>
13979         PR target/34682
13980         * config/i386/i386.md (neg<mode>2): Rename from negsf2, negdf2 and
13981         negxf2.  Macroize expander using X87MODEF mode iterator.  Change
13982         predicates of op0 and op1 to register_operand.
13983         (abs<mode>2): Rename from abssf2, absdf2 and negxf2.  Macroize
13984         expander using X87MODEF mode iterator.  Change predicates of
13985         op0 and op1 to register_operand.
13986         ("*absneg<mode>2_mixed", "*absneg<mode>2_sse"): Rename from
13987         corresponding patterns and macroize using MODEF macro.  Change
13988         predicates of op0 and op1 to register_operand and remove
13989         "m" constraint. Disparage "r" alternative with "!".
13990         ("*absneg<mode>2_i387"): Rename from corresponding patterns and
13991         macroize using X87MODEF macro.  Change predicates of op0 and op1
13992         to register_operand and remove "m" constraint.  Disparage "r"
13993         alternative with "!".
13994         (absneg splitter with memory operands): Remove.
13995         ("*neg<mode>2_1", "*abs<mode>2_1"): Rename from corresponding
13996         patterns and macroize using X87MODEF mode iterator.
13997         * config/i386/sse.md (negv4sf2, absv4sf2, neg2vdf2, absv2df2):
13998         Change predicate of op1 to register_operand.
13999         * config/i386/i386.c (ix86_expand_fp_absneg_operator): Remove support
14000         for memory operands.
14002 2008-01-07  Nathan Froyd  <froydnj@codesourcery.com>
14004         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add clause for mcpu=8548.
14006 2008-01-07  Richard Guenther  <rguenther@suse.de>
14008         * basic-block.h (struct edge_def): Pair dest_idx with goto_locus
14009         fields.
14011 2008-01-07  Richard Guenther  <rguenther@suse.de>
14013         PR tree-optimization/34683
14014         * tree-ssa-sccvn.c (vuses_to_vec): Pre-allocate the vector of
14015         VOPs of the needed size to save memory.  Use VEC_quick_push
14016         to save compile-time.
14017         (vdefs_to_vec): Likewise.
14019 2008-01-07  Sa Liu  <saliu@de.ibm.com>
14021         * config/spu/spu.md (divdf3): Genetate inline code for double
14022         division.  The implementation doesn't handle INF or NAN, therefore it
14023         only applies when -ffinite-math-only is given.
14025 2008-01-06  Paolo Carlini  <pcarlini@suse.de>
14027         PR libstdc++/34680
14028         * c-cppbuiltin.c (c_cpp_builtins): Define __GXX_RTTI, if appropriate.
14029         * doc/cpp.texi ([Common Predefined Macros]): Document.
14031 2008-01-06  Uros Bizjak  <ubizjak@gmail.com>
14033         * config/i386/i386.c (ix86_emit_swsqrtsf): Use negative constants in
14034         order to use commutative addition instead of subtraction.
14036 2008-01-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
14037             Mircea Namolaru  <namolaru@il.ibm.com>
14038             Vladimir Yanovsky  <yanov@il.ibm.com>
14039             Revital Eres  <eres@il.ibm.com>
14041         PR tree-optimization/34263
14042         * tree-outof-ssa.c (process_single_block_loop_latch,
14043         contains_tree_r): New functions.
14044         (analyze_edges_for_bb): Call process_single_block_loop_latch
14045         function to empty single-basic-block latch block if possible.
14047 2008-01-05  Uros Bizjak  <ubizjak@gmail.com>
14049         * config/i386/i386.c (ix86_builtin_reciprocal): Remove check
14050         for TARGET_RECIP.
14051         (ix86_emit_swsqrtsf): Do not filter out infinity for rsqrt expansion.
14053 2008-01-05  Richard Sandiford  <rsandifo@nildram.co.uk>
14055         * c-omp.c (check_omp_for_incr_expr): Handle CONVERT_EXPR.
14057 2008-01-05  Richard Sandiford  <rsandifo@nildram.co.uk>
14059         * config/mips/mips.c (mips_in_small_data_p): Reinstate size > 0 check.
14061 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
14063         PR tree-optimization/34618
14064         * tree-outof-ssa.c (create_temp): Copy over DECL_GIMPLE_REG_P
14065         flag from T.
14067 2008-01-05  Uros Bizjak  <ubizjak@gmail.com>
14069         PR target/34673
14070         * config/i386/i386.c (ix86_emit_swsqrtsf): Swap input operands
14071         in the call to gen_rtx_NE.  Remove unneeded VECTOR_MODE_P check.
14072         Update copyright year.
14074         * config/i386/i386.md (rsqrtsf2): Enable for TARGET_SSE_MATH.
14075         Update copyright year.
14076         * config/i386/sse.md (rsqrtv4sf2): Ditto. Unconditionally expand
14077         using NR fixup.
14079 2008-01-05  Zhouyi Zhou  <zhouzhouyi@FreeBSD.org>
14081         * tree-vrp.c (find_conditional_asserts): Remove redundant check that
14082         edge does not point to current bb before changing need_assert.
14084 2008-01-04  Richard Guenther  <rguenther@suse.de>
14086         PR middle-end/34029
14087         * tree-cfg.c (verify_expr): Do not look inside ADDR_EXPRs
14088         for verifying purposes if they are is_gimple_min_invariant.
14090 2008-01-04  Aldy Hernandez  <aldyh@redhat.com>
14092         PR tree-optimization/34448
14093         PR tree-optimization/34465
14094         * gimplify.c (gimplify_init_constructor): Add new parameter
14095         notify_temp_creation.  Use it.
14096         (gimplify_modify_expr_rhs): Take volatiles into account when
14097         optimizing constructors.
14098         Do not optimize constructors if gimplify_init_constructor will dump to
14099         memory.
14100         * gcc.dg/tree-ssa/pr32901.c: Tests const volatiles.
14101         * gcc.c-torture/compile/pr34448.c: New.
14103 2008-01-04  Jakub Jelinek  <jakub@redhat.com>
14105         PR gcov-profile/34609
14106         * tree-inline.c (declare_return_variable): Set TREE_ADDRESSABLE on
14107         return_slot if result is TREE_ADDRESSABLE.
14109 2008-01-04  Richard Sandiford  <rsandifo@nildram.co.uk>
14111         * config/mips/mips.md (sqrt_condition): Tweak comment.
14112         (recip_condition): Likewise.  Require TARGET_FLOAT64 for DFmode.
14114 2008-01-03  Tom Tromey  <tromey@redhat.com>
14116         PR c/34457
14117         * c-common.c (c_type_hash): Handle VLAs.
14119 2008-01-03  Jan Hubicka  <jh@suse.cz>
14121         PR tree-optimization/31081
14122         * tree-inline.c (remap_ssa_name): Initialize uninitialized SSA vars to
14123         0 when inlining and not inlining to first basic block.
14124         (remap_decl): When var is initialized to 0, don't set default_def.
14125         (expand_call_inline): Set entry_bb.
14126         * tree-inline.h (copy_body_data): Add entry_bb.
14128 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
14130         PR c++/34619
14131         * cgraphunit.c (cgraph_build_static_cdtor): set_cfun back to NULL
14132         before returning.
14134         PR tree-optimization/29484
14135         * tree-inline.c (inline_forbidden_p_2): New function.
14136         (inline_forbidden_p): Disallow inlining if some static var
14137         has an address of a local LABEL_DECL in its initializer.
14138         * doc/extend.texi (Labels as Values): Document &&foo behaviour
14139         vs. inlining.
14141 2008-01-03  Sebastian Pop  <sebastian.pop@amd.com>
14143         PR tree-optimization/34635
14144         * tree-data-ref.c (add_other_self_distances): Make sure that the
14145         evolution step is constant.
14147 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
14149         PR middle-end/34608
14150         * omp-low.c (expand_omp_parallel): Purge dead EH edges in the child fn.
14152 2008-01-02  Richard Sandiford  <rsandifo@nildram.co.uk>
14154         * tree-sra.c (scalarize_init): Insert the generate_element_init
14155         statements after the generate_element_zero statements.
14157 2008-01-02  Richard Guenther  <rguenther@suse.de>
14159         PR middle-end/34093
14160         PR middle-end/31976
14161         * tree-ssa-operands.c (ssa_operand_alloc): Also allocate a buffer
14162         for very large number of operands instead of ICEing.
14164 2008-01-02  Arthur Norman <acn1@cam.ac.uk>
14166         PR target/34013
14167         * config/i386/i386.c (ix86_expand_prologue): Save red-zone
14168         while stack probing.
14170 2008-01-01  Douglas Gregor  <doug.gregor@gmail.com>
14172         * c-opts.c (sanitize_cpp_opts): Don't warn about "long long" when
14173         in C++0x mode.
14175 2008-01-01  Volker Reichelt  <v.reichelt@netcologne.de>
14177         PR libmudflap/26442
14178         * tree-mudflap.c (mx_register_decls): Guard warning by
14179         !DECL_ARTIFICIAL check.
14181 2008-01-01  Jakub Jelinek  <jakub@redhat.com>
14183         * config/i386/sse.md (sse5_pperm, sse5_pperm_pack_v2di_v4si,
14184         sse5_pperm_pack_v4si_v8hi, sse5_pperm_pack_v8hi_v16qi,
14185         sse5_perm<mode>): Fix constraints.