* config/sh/sh.c (sh_build_builtin_va_list): Set tree type
[official-gcc.git] / gcc / ChangeLog
blob6268186dbd662a0e7e8f94fc6e70293aa2260614
1 2010-06-07  Kaz Kojima  <kkojima@gcc.gnu.org>
3         * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
4         name of RECORD.
6 2010-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8         * doc/sourcebuild.texi (Effective-Target Keywords, Other
9         attributes): Document gas.
11 2010-06-07  Uros Bizjak  <ubizjak@gmail.com>
13         * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
14         <TYPE_LEA>: Split instruction.
15         <default>: Remove alternative 2 handling.
16         (*addsi_1_zext) <TYPE_LEA>: Split instruction.
17         (add lea splitter): Generate SImode lea for mode sizes <= SImode.
18         (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
20         (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
21         (ashift_zext lea splitter): Use DImode for multiplication.
23         * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
24         to generate addition.
26 2010-06-07  Joseph Myers  <joseph@codesourcery.com>
28         * common.opt (fira-verbose): Use Var.
29         (fpcc-struct-return): Use Init instead of VarExists.
30         * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
31         toplev.c.
32         * flags.h (flag_signed_char, flag_short_enums,
33         flag_pcc_struct_return, flag_ira_verbose,
34         flag_detailed_statistics, flag_remove_unreachable_functions):
35         Remove.
36         * toplev.c (flag_detailed_statistics, flag_signed_char,
37         flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
38         (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
39         * toplev.h (flag_crossjumping, flag_if_conversion,
40         flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
41         flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
42         flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
43         flag_cprop_registers, time_report, flag_ira_loop_pressure,
44         flag_ira_coalesce, flag_ira_move_spills,
45         flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
47 2010-06-07  Jan Hubicka  <jh@suse.cz>
49         * df-core.c (df_analyze_problem): Do verification after allocation.
51         * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
52         (df_lr_alloc): Initialize problem data; move bitmaps to
53         lr_bitmaps obstack.
54         (df_lr_finalize): Free problem data; do not bother to free bitmaps.
55         (df_lr_verify_solution_start): Do not initialize problem data;
56         allocate bitmaps in lr_bitmaps.
57         (df_lr_verify_solution_end): Do not free problem data.
59 2010-06-07  Jan Hubicka  <jh@suse.cz>
61         * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
62         if caller is noreturn.
63         * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
64         * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
65         * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
66         * ipa-pure-const.c (check_decl): Add IPA parameter.
67         (state_from_flags): New function.
68         (better_state, worse_state): New functions.
69         (check_call): When in IPA mode, do not care about callees.
70         (check_load, check_store): Update.
71         (check_ipa_load, check_ipa_store): New.
72         (check_stmt): When in IPA mode, use IPA checkers.
73         (analyze_function): Use state_from_flags.
74         (propagate): Check indirect edges and references.
76 2010-06-07  Kazu Hirata  <kazu@codesourcery.com>
78         PR rtl-optimization/44404
79         * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
80         of count_occurrences to see if it's safe to modify mem_insn.insn.
82 2010-06-07  Richard Guenther  <rguenther@suse.de>
84         * gimplify.c (gimplify_cleanup_point_expr): For empty body
85         and EH-only cleanup drop the cleanup instead of inserting it
86         unconditionally.
88 2010-06-07  Ira Rosen  <irar@il.ibm.com>
90         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
91         documentation.
92         * targhooks.c (default_builtin_vectorization_cost): New function.
93         * targhooks.h (default_builtin_vectorization_cost): Declare.
94         * target.h (enum vect_cost_for_stmt): Define.
95         (builtin_vectorization_cost): Change argument and comment.
96         * tree-vectorizer.h: Remove cost model macros.
97         * tree-vect-loop.c: Include target.h.
98         (vect_get_cost): New function.
99         (vect_estimate_min_profitable_iters): Replace cost model macros with
100         calls to vect_get_cost.
101         (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
102         * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
103         default implementation.
104         * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
105         calls to target hook builtin_vectorization_cost.
106         (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
107         Likewise.
108         * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
109         * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
110         implementation to return costs.
111         * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
112         * config/spu/spu.h: Remove vectorizer cost model macros.
113         * config/i386/i386.h: Likewise.
114         * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
115         a call to target hook builtin_vectorization_cost.
117 2010-06-06  Sriraman Tallam  <tmsriram@google.com>
119         PR target/44319
120         * config/i386/i386.c (override_options): Turn zee pass on for level 2
121         and above and defer till target is known.
122         (optimization_options): Turn on zee pass if TARGET_64BIT is set and
123         turn off otherwise.
125 2010-05-25  Jan Hubicka  <jh@suse.cz>
127         * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
128         (df_compact_blocks): Likewise.
129         * df.h (struct df): Turn hardware_regs_used,
130         regular_block_artificial_uses, eh_block_artificial_uses,
131         insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
132         bitmap_head.
133         * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
134         df_byte_lr_alloc, df_simulate_fixup_sets): Update.
135         * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
136         df_scan_blocks, df_insn_delete, df_insn_rescan,
137         df_insn_rescan_debug_internal, df_insn_rescan_all,
138         df_process_deferred_rescans, df_process_deferred_rescans,
139         df_notes_rescan, df_get_call_refs, df_get_call_refs,
140         regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
141         df_record_entry_block_defs, df_record_exit_block_uses,
142         df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
143         df_scan_verify): Update.
145 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
147         PR c++/44188
148         * c-common.c (is_typedef_decl): Move this definition ...
149         * tree.c (is_typedef_decl): ... here.
150         (typdef_variant_p): Move definition here from gcc/cp/tree.c.
151         * c-common.h (is_typedef_decl): Move this declaration ...
152         * tree.h (is_typedef_decl): ... here.
153         (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
154         * dwarf2out.c (is_naming_typedef_decl): New function.
155         (gen_tagged_type_die): Split out of ...
156         (gen_type_die_with_usage): ... this function. When an anonymous
157         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
158         is emitted for the typedef.
159         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
160         anonymous tagged types.
162 2010-06-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
164         PR c/20000
165         * c-decl.c (grokdeclarator): Delete warning.
167 2010-06-06  Eric Botcazou  <ebotcazou@adacore.com>
169         * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
170         newly built CALL_EXPR.
171         * tree-profile.c (tree_profiling): Don't profile functions produced
172         for built-in stuff.
174 2010-06-06  Segher Boessenkool  <segher@kernel.crashing.org>
176         PR bootstrap/44427
177         PR bootstrap/44428
178         * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
179         endianness-independent.
181 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
183         * c-common.c: Move to c-family/.
184         * c-common.def: Likewise.
185         * c-common.h: Likewise.
186         * c-cppbuiltin.c: Likewise.
187         * c-dump.c: Likewise.
188         * c-format.c: Likewise.
189         * c-format.h : Likewise.
190         * c-gimplify.c: Likewise.
191         * c-lex.c: Likewise.
192         * c-omp.c: Likewise.
193         * c.opt: Likewise.
194         * c-opts.c: Likewise.
195         * c-pch.c: Likewise.
196         * c-ppoutput.c: Likewise.
197         * c-pragma.c: Likewise.
198         * c-pragma.h: Likewise.
199         * c-pretty-print.c: Likewise.
200         * c-pretty-print.h: Likewise.
201         * c-semantics.c: Likewise.
202         * stub-objc.c: Likewise.
204         * gengtype.c (get_file_langdir): Special-case files in c-family/.
205         (get_output_file_with_visibility): Fix name for c-common.h.
206         * c-config-lang.in: Update paths in gtfiles for files in c-family/.
208         * c-tree.h: Update include path for moved files.
209         * c-lang.c: Likewise.
210         * c-lang.h: Likewise.
211         * c-parser.c: Likewise.
212         * c-convert.c: Likewise.
213         * c-decl.c: Likewise.
214         * c-objc-common.c: Likewise.
215         * configure.ac: Make sure c-family/ exists in the build directory.
216         * configure: Regenerate.
217         * Makefile.in: Update paths for moved files.  Regroup files per
218         location and update dependencies.  Move generated_files down after
219         ALL_GTFILES_H.
221         * config/spu/spu-c.c: Update paths for moved files.
222         * config/mep/mep-pragma.c: Likewise.
223         * config/darwin-c.c: Likewise.
224         * config/i386/msformat-c.c: Likewise.
225         * config/i386/i386-c.c: Likewise.
226         * config/avr/avr-c.c: Likewise.
227         * config/sol2-c.c: Likewise.
228         * config/ia64/ia64-c.c: Likewise.
229         * config/rs6000/rs6000-c.c: Likewise.
230         * config/arm/arm.c: Likewise.
231         * config/arm/arm-c.c: Likewise.
232         * config/h8300/h8300.c: Likewise.
233         * config/v850/v850-c.c: Likewise.
235         * config/t-darwin: Fix dependencies for moved files.
236         * config/t-sol2: Fix dependencies for moved files.
237         * config/mep/t-mep: Fix dependencies for moved files.
238         * config/ia64/t-ia64: Fix dependencies for moved files.
239         * config/rs6000/t-rs6000: Fix dependencies for moved files.
240         * config/v850/t-v850: Fix dependencies for moved files.
241         * config/v850/t-v850e: Fix dependencies for moved files.
243         * config/m32c/m32c-pragma.c
245         * po/exgettext: Look in c-family/ also.
247 2010-06-05  Eric Botcazou  <ebotcazou@adacore.com>
249         * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
250         (mark_control_dependent_edges_necessary): Call it instead of marking
251         the last statement manually.
252         (propagate_necessity): Likewise.
254 2010-06-05  Jan Hubicka  <jh@suse.cz>
256         * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
257         for dominance frontiers.
258         (rewrite_into_ssa): Update for bitmap heads in dominance
259         frontiers.
260         (insert_updated_phi_nodes_for): Likewise.
261         (update_ssa): Likewise.
262         * cfganal.c (compute_dominance_frontiers_1): Likewise.
263         (compute_dominance_frontiers): Likewise.
264         (compute_idf): Likewise.
265         * df-problems.c (df_md_local_compute): Likewise.
267 2010-06-05  Anatoly Sokolov  <aesok@post.ru>
269         * target.h (struct gcc_target): Add memory_move_cost field.
270         * target-def.h (TARGET_MEMORY_MOVE_COST): New.
271         (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
272         * targhooks.c (default_memory_move_cost): New function.
273         * targhooks.h (default_memory_move_cost): Declare function.
274         * reload.h (memory_move_cost): Declare.
275         (memory_move_secondary_cost): Change type of 'in' argument to bool.
276         * reginfo.c (memory_move_cost): New function.
277         (memory_move_secondary_cost): Change type of 'in' argument to bool.
278         * ira.h (ira_memory_move_cost): Update comment.
279         * ira.c: (ira_memory_move_cost): Update comment.
280         (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
281         with memory_move_cost.
282         * postreload.c (reload_cse_simplify_set): (Ditto.).
283         * reload1.c (choose_reload_regs): (Ditto.).
284         * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
285         (MEMORY_MOVE_COST):  Revise documentation.
287         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
288         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
289         * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
290         type of 'in' argument to bool.
291         (TARGET_MEMORY_MOVE_COST): Define.
293 2010-06-05  Jan Hubicka  <jh@suse.cz>
295         * ipa-pure-const.c (propagate): Fix typo in handling of functions
296         that cannot return.  Be more careful when merging the results with
297         previously known ones.
299 2010-06-05  Matthias Klose  <doko@ubuntu.com>
301         * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
302         function to add the -iplugindir option.
303         (find_plugindir_spec_function): Add new declaration and function.
304         (static_spec_func): Use it for "find-plugindir".
306 2010-06-05  Jakub Jelinek  <jakub@redhat.com>
308         PR c++/44361
309         * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
310         * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
311         statement expression.
313 2010-06-05  Jan Hubicka  <jh@suse.cz>
315         * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
316         (df_rd_problem_data): Convert sparse_invalidated_by_call,
317         dense_invalidated_by_call to bitmap head.
318         (df_rd_alloc, df_rd_bb_local_compute_process_def,
319         df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
320         df_rd_start_dump, df_lr_verify_transfer_functions,
321         df_live_verify_transfer_functions, df_chain_create_bb,
322         df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
323         df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
324         df_simulate_one_insn_forwards, df_md_alloc,
325         df_md_bb_local_compute_process_def,
326         df_md_bb_local_compute_process_def, df_md_local_compute,
327         df_md_transfer_function df_md_free): Update.
329 2010-06-05  Joseph Myers  <joseph@codesourcery.com>
331         PR c/44322
332         * c-typeck.c (build_unary_op): Merge qualifiers into pointer
333         target type for ADDR_EXPR; require no changes to qualifiers except
334         for function types.
335         * c-tree.h (c_build_type_variant): Remove.
337 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
339         * genautomata.c (get_excl_set): Do work per element, not per char.
340         (check_presence_pattern_sets): Similar.
341         (check_absence_pattern_sets): Similar.
343 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
345         * genautomata.c (curr_state_pass_num): Delete.
346         (min_issue_delay_pass_states): Delete.
347         (min_issue_delay): Delete.
348         (initiate_min_issue_delay_pass_states): Delete.
349         (output_min_issue_delay_table): Compute min_issue_delay_vect
350         using a breadth-first search variant.
351         (output_tables): Don't call initiate_min_issue_delay_pass_states.
353 2010-06-04  H.J. Lu  <hongjiu.lu@intel.com>
355         PR boostrap/44421
356         * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
357         (df_byte_lr_bb_local_compute): Likewise.
359 2010-06-03  Jason Merrill  <jason@redhat.com>
361         Implement noexcept operator (5.3.7)
362         * c-common.c (c_common_reswords): Add noexcept.
363         * c-common.h (enum rid): Add RID_NOEXCEPT.
365 2010-06-04  Joseph Myers  <joseph@codesourcery.com>
367         * config/darwin-driver.c (darwin_default_min_version): Use
368         GCC-specific formats in diagnostics.
369         * cppspec.c (lang_specific_driver): Use GCC-specific formats in
370         diagnostics.
371         * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
372         execute, process_command, end_going_arg, do_self_spec, do_spec_1,
373         eval_spec_function, handle_braces, process_brace_body, main,
374         perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
375         getenv_spec_function, compare_version_strings,
376         version_compare_spec_function): Use GCC-specific formats in
377         diagnostics.
379 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
381         * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
382         that operand 0 and operand 1 are equal.
383         (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
384         (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
385         and operand 1 are equal.
386         <default>: Ditto.  Remove ??? comment.
387         (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
388         and operand 1 are equal.
389         <default>: Ditto.  Remove ??? comment.
390         (*adddi_4) <default>: Remove assert that operand 0 and operand 1
391         are equal.
392         (*add<mode>_4) <default>: Ditto.
393         (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
395 2010-06-04  Nathan Froyd  <froydnj@codesourcery.com>
397         * config/i386/i386-protos.h (ix86_print_operand): Declare.
398         * config/i386/i386.c (ix86_print_operand): Make non-static.
399         * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
400         * output.h (output_operand): Declare.
401         * final.c (output_operand): Make non-static.
403 2010-06-04  Alexandre Oliva  <aoliva@redhat.com>
405         PR rtl-optimization/44013
406         * sched-deps.c (add_dependence_list_and_free): Don't free lists
407         when processing debug insns.
409         PR debug/41371
410         * var-tracking.c (find_loc_in_1pdv): Mark initial value before
411         recursing.  Check that recursion is bounded.  Rename inner var
412         to avoid hiding incoming argument.
414 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
416         * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
417         operands[2] == 255.
418         (*addqi_3): Ditto.
419         (*addqi_4): Ditto.
420         (*addqi_5): Ditto.
421         (*addqi_ext_1_rex64): Ditto.
422         (*addqi_ext_1): Ditto.
424         (*addqi_4): Check for incdec_operand in QImode.
426         (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
427         using SWI mode iterator.
428         (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
429         (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
430         mode iterator.
431         (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
432         using SWI mode iterator.
434 2010-06-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
436         PR c/25880
437         * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
438         * c-format.c (gcc_diag_flag_specs): Add hash.
439         (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
440         (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
441         * c-pretty-print.c (pp_c_cv_qualifier): Rename as
442         pp_c_cv_qualifiers. Handle qualifiers spelling here.
443         (pp_c_type_qualifier_list): Call the function above.
444         * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
445         * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
446         (WARN_FOR_QUALIFIERS): New macro.
447         (convert_for_assignment): Use it.
449 2010-06-04  Kai Tietz  <kai.tietz@onevision.com>
451         * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
453 2010-06-04  Jan Hubicka  <jh@suse.cz>
455         * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
456         df_byte_lr_bb_info): Embedd bitmap_head into the structure.
457         (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
458         DF_BYTE_LR_OUT): Update for embedded bitmaps.
459         * fwprop.c (single_def_use_enter_block): Likewise.
460         * ddg.c (create_ddg_dep_from_intra_loop_link,
461         add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
462         * loop-iv.c (latch_dominating_def): Likewise.
463         * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
464         df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
465         df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
466         df_rd_transfer_function, df_rd_top_dump,
467         df_rd_bottom_dump): Update.
468         (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
469         df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
470         df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
471         df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
472         df_lr_verify_solution_start, df_lr_verify_solution_end,
473         df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
474         df_live_free_bb_info, df_live_alloc, df_live_reset,
475         df_live_bb_local_compute, df_live_init, df_live_transfer_function,
476         df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
477         df_live_verify_solution_start, df_live_verify_solution_end,
478         df_live_verify_transfer_functions, df_chain_create_bb,
479         df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
480         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
481         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
482         df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
483         df_byte_lr_confluence_0, df_byte_lr_confluence_n,
484         df_byte_lr_transfer_function, df_byte_lr_top_dump,
485         df_byte_lr_bottom_dump, df_create_unused_note,
486         df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
487         df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
488         df_md_transfer_function, df_md_init, df_md_confluence_0,
489         df_md_confluence_n,
490         df_md_top_dump, df_md_bottom_dump): Update.
491         (struct df_lr_problem_data): Embedd bitmap headers.
493 2010-06-04  Jan Hubicka  <jh@suse.cz>
495         * dce.c (dce_process_block): Do not re-scan already marked
496         instructions.
498 2010-06-04  Bernd Schmidt  <bernds@codesourcery.com>
500         PR rtl-optimization/39871
501         PR rtl-optimization/40615
502         PR rtl-optimization/42500
503         PR rtl-optimization/42502
504         * ira.c (init_reg_equiv_memory_loc: New function.
505         (ira): Call it twice.
506         * reload.h (calculate_elim_costs_all_insns): Declare.
507         * ira-costs.c: Include "reload.h".
508         (regno_equiv_gains): New static variable.
509         (init_costs): Allocate it.
510         (finish_costs): Free it.
511         (ira_costs): Call calculate_elim_costs_all_insns.
512         (find_costs_and_classes): Take estimated elimination costs
513         into account.
514         (ira_adjust_equiv_reg_cost): New function.
515         * ira.h (ira_adjust_equiv_reg_cost): Declare it.
516         * reload1.c (init_eliminable_invariants, free_reg_equiv,
517         elimination_costs_in_insn, note_reg_elim_costly): New static functions.
518         (elim_bb): New static variable.
519         (reload): Move code out of here into init_eliminable_invariants and
520         free_reg_equiv.  Call them.
521         (calculate_elim_costs_all_insns): New function.
522         (eliminate_regs_1): Declare.  Add extra arg FOR_COSTS;
523         all callers changed.  If FOR_COSTS is true, don't call alter_reg,
524         but call note_reg_elim_costly if we turned a valid memory address
525         into an invalid one.
526         * Makefile.in (ira-costs.o): Depend on reload.h.
528 2010-06-04  Julian Brown  <julian@codesourcery.com>
530         * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
531         for pool ranges.
533 2010-06-04  Richard Guenther  <rguenther@suse.de>
535         PR lto/41584
536         * cgraph.h (struct varpool_node): Add lto_file_data field.
537         * lto-cgraph.c (input_varpool_node): Initialize it.
539 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
541         * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
542         * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
543         predicate in "type" attribute calculation.
544         (*addsi_1_zext): Ditto.
545         (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
546         (*addsi_2_zext): Ditto.
547         (*add<mode>_3): Ditto.
548         (*addsi_3_zext): Ditto.
549         (*add<mode>_5): Ditto.
551 2010-06-03  Jan Hubicka  <jh@suse.cz>
553         * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
554         of bitmap_bit_p.
555         * cfganal.c (compute_dominance_frontiers_1): Likewise.
557 2010-06-03  Jan Hubicka  <jh@suse.cz>
559         * df-problems.c (df_create_unused_note, df_note_bb_compute):
560         micro-optimize the checks when to add new note.
562 2010-06-03  Nathan Froyd  <froydnj@codesourcery.com>
564         * final.c (output_asm_insn): Call
565         targetm.asm_out.print_operand_punct_valid_p.  Update comments.
566         (output_operand): Call targetm.asm_out.print_operand.  Update comments.
567         (output_address): Call targetm.asm_out.print_operand_address.
568         Update comments.
569         * target.h (struct gcc_target): Add print_operand,
570         print_operand_address, and print_operand_punct_valid_p fields.
571         * targhooks.h (default_print_operand): Declare.
572         (default_print_operand_address): Declare.
573         (default_print_operand_punct_valid_p): Declare.
574         * targhooks.c (default_print_operand): Define.
575         (default_print_operand_address): Define.
576         (default_print_operand_punct_valid_p): Define.
577         * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
578         (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
579         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
580         (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
581         TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
582         * vmsdbgout.c (addr_const_to_string): Update comment.
583         * config/i386/i386.c (print_operand): Rename to...
584         (ix86_print_operand): ...this.  Make static.
585         (print_operand_address): Rename to...
586         (ix86_print_operand_address): ...this.  Make static.  Call
587         ix86_print_operand instead of PRINT_OPERAND.
588         (ix86_print_operand_punct_valid_p): New function.
589         (TARGET_PRINT_OPERAND): Define.
590         (TARGET_PRINT_OPERAND_ADDRESS): Define.
591         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
592         * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
593         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
594         (PRINT_OPERAND): Delete.
595         (PRINT_OPERAND_ADDRESS): Delete.
596         * config/i386/i386-protos.h (print_operand): Delete prototype.
597         (print_operand_address): Delete prototype.
599 2010-06-03  Richard Guenther  <rguenther@suse.de>
601         PR tree-optimization/44403
602         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
603         Preserve pointer qualifiers.
604         (vect_create_data_ref_ptr): Likewise.
606 2010-06-03  H.J. Lu  <hongjiu.lu@intel.com>
608         PR c++/44294
609         * defaults.h (MAX_FIXED_MODE_SIZE): New.
611         * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
613 2010-06-03  Jakub Jelinek  <jakub@redhat.com>
615         PR debug/44375
616         * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
617         return false if merging the bbs would lead to goto_locus
618         location being lost from the IL.
620 2010-06-03  Jan Hubicka  <jh@suse.cz>
621             Jakub Jelinek  <jakub@redhat.com>
623         * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
624         set->regs[i] is NULL or has just one entry.
626 2010-06-03  Jan Hubicka  <jh@suse.cz>
628         * lto-cgraph.c (lto_varpool_encoder_size): Remove.
629         * lto-streamer.h (lto_varpool_encoder_size): New inline function.
631 2010-06-03  Paul Brook  <paul@codesourcery.com>
633         * config/arm/arm.c (FL_TUNE): Define.
634         (arm_default_cpu, arm_cpu_select): Remove.
635         (all_cores): Populate core field.
636         (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
637         (arm_find_cpu): New function.
638         (arm_handle_option): Lookup cpu/architecture names.
639         (arm_override_options): Cleanup mcpu/march/mtune handling.
640         (arm_file_start): Ditto.
642 2010-06-03  Alan Modra  <amodra@gmail.com>
644         PR target/44169
645         * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
646         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
647         rtx to gen_load_toc_v4_PIC_1b.  Tidy.
648         (rs6000_emit_load_toc_table): Likewise.
650 2010-06-02  Jan Hubicka  <jh@suse.cz>
652         * passes.c (init_optimization_passes): Put ipa reference
653         after ipa pure-const.
655 2010-06-02  Jan Hubicka  <jh@suse.cz>
657         * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
658         calls_read_all and calls_write_all.
659         (get_reference_optimization_summary): Fix formatting.
660         (is_proper_for_analysis): Check that decl is not readonly.
661         (propagate_bits): Check CONST/PURE/noreturn flags.
662         (ipa_init): Move all_module_statics to optimization_summary_obstack.
663         (analyze_function): Ignore indirect edges.
664         (copy_global_bitmap): For all module statics, do nothing.
665         (generate_summary): Do not print calls_read_all/calls_write_all.
666         (read_write_all_from_decl): Take node as argument; check
667         cgraph_node_cannot_return.
668         (propagate): Reorganize read_all/write_all computation;
669         check indirect edges; check ecf flags; use all_module_statics
670         in the results; do not free all_module_statics.
671         (stream_out_bitmap): Handle all_module_statics.
672         (ipa_reference_write_optimization_summary): Likewise; use
673         varpool/cgraph encoders to get boundaries.
674         (ipa_reference_read_optimization_summary): Read in all_module_statics;
675         use it when possible.
677 2010-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
679         PR target/44218
680         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
681         -mswdiv option.  Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
683         * doc/extend.texi (powerpc builtins): Document vec_recip,
684         vec_rsqrt, vec_rsqrte altivec/vsx builtins.
686         * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
687         (rs6000_emit_swrsqrt): Ditto.
688         (rs6000_emit_swdivsf): Delete.
689         (rs6000_emit_swdivdf): Ditto.
690         (rs6000_emit_swrsqrtsf): Ditto.
692         * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
693         describe the reciprocal estimate support for each type.
694         (recip_options): Map -mrecip=<opt> into option bits.
695         (gen_2arg_fn_t): New typedef for binary rtx gen function.
696         (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
697         reciprocal estimate instructions.
698         (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
699         debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
700         Set up rs6000_recip_bits based on the -mrecip* options.  Print the
701         cost information if -mdebug=cost or -mdebug=reg.
702         (rs6000_override_options): Set -mrecip-precision for power6, and
703         power7 machines.  If -mvsx or -mdfp, enable various options that
704         came in previous instruction set ISAs, unless the option was
705         explicitly disabled by the command line option.  Parse
706         -mrecip=<opt> options.
707         (rs6000_builtin_vectorized_function): Add support for vectorizing
708         the reciprocal estimate builtins and expansions.
709         (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
710         (bdesc_2arg): Add reciprocal estimate builtins.
711         (bdesc_1arg): Add reciprocal square root estimate builtins.
712         (rs6000_expand_builtin): Rewrite to use a switch statement,
713         instead of multiple if/then/elses.  Add reciprocal estimate builtins.
714         (rs6000_init_builtins): Create declarations for reciprocal
715         estimate builtins.
716         (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
717         sized, prefer traditional floating point registers, if integer
718         vector types, prefer altivec registers.  Don't actually look at
719         the memory address any more.
720         (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
721         builtins.
722         (rs6000_load_constant_and_splat): New helper function to load up
723         the constant for reciprocal estimate instructions.
724         (rs6000_emit_madd): New helper function for generating
725         multiply/add type instructions, based on the current switches.
726         (rs6000_emit_msub): Ditto.
727         (rs6000_emit_mnsub): Ditto.
728         (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
729         replace a divide with a reciprocal estimate and fixup, adding
730         support for machines with high precision and vectors.
731         (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
732         low precision machines.
733         (rs6000_emit_swdiv): New common function to be called to replace a
734         division with reciprocal estimate and fixup.
735         (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf.  Add support
736         for double and vector types.  Add support for high precision machines.
738         * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
739         the reciprocal estimate instructions can be generated.
740         (TARGET_FRE): Ditto.
741         (TARGET_FRSQRTES): Ditto.
742         (TARGET_FRSQRTE): Ditto.
743         (RS6000_RECIP_*): New macros for reciprocal estimate support.
745         * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
746         square root estimate on vectors.
747         (re<mode>2): New insn for reciprocal division estimate on vectors.
749         * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
750         New builtin.
751         (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
752         (ALTIVEC_BUITLIN_VEC_RE): Ditto.
753         (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
754         (VSX_BUILTIN_RSQRT_V4SF): Ditto.
755         (VSX_BUITLIN_RSQRT_V2DF): Ditto.
756         (RS6000_BUILTIN_RSQRT): Ditto.
757         (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
758         floating point builtin.
760         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
761         macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
762         __RECIP_PRECISION__ based on the command line switches.
763         (altivec_overloaded_builtins): Add reciprocal estimate builtins.
765         * config/rs6000/rs6000.opt (-mrecip): Document add support for
766         replacing division instructions with reciprocal estimate and fixup.
767         (-mrecip=<opt>): New option.
768         (-mrecip-precision): Ditto.
770         * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
771         (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
772         (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
773         precision scalar.
775         * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
776         (UNSPEC_VREFP): Ditto.
777         (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
778         conterparts with regard to support of -mno-fused-madd and -ffast-math.
779         (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
780         reciprocal estimate instructions to be generated.
781         (altivec_vrefp): Ditto.
783         * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
784         estimate support.
785         (rreg): New mode attribute for reciprocal estimate support.
786         (recip<mode>3): New insn for division using reciprocal estimate
787         and fixup builtins.
788         (divide define_split): New define_split to convert floating point
789         division to use reciprocal estimate if the user used the
790         appropriate options and the split is run when we can add new
791         pseudo registers for the fixup.
792         (rsqrt<mode>2): New insn for reciprocal square root support.
793         (recipsf3): Move into recip<mode>3.
794         (recipdf3): Ditto.
795         (fres): Use TARGET_FRES.
796         (rsqrtsf2): Move into rsqrt<mode>2.
797         (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
798         (copysignsf3): Add support for VSX.
799         (fred): Use TARGET_FRE.
800         (fred_fpr): Ditto.
801         (rsqrtdf_internal1): New function for frsqrte instruciton.
803         * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
804         (vec_rsqrt): Ditto.
806 2010-06-03  Richard Guenther  <rguenther@suse.de>
808         PR middle-end/44291
809         * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
810         (set_user_assembler_libfunc): Likewise.
812 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
814         * mkconfig.sh: Include insn-flags.h and insn-constants.h before
815         defaults.h.
816         * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
817         to defaults.h
818         * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
819         DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
820         FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
821         STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
822         STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
823         STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
824         STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
825         STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
826         * defaults.h: Updated for above mentioned changes.
828 2010-06-02  Kai Tietz  <kai.tietz@onevision.com>
830         * c-common.c: Remove header include of tm_p.h.
831         * Makefile.in (c-common.o): Remove TM_P_H dependency.
833 2010-06-02  Jakub Jelinek  <jakub@redhat.com>
835         * tree.h (struct tree_decl_map): New type.
836         (tree_decl_map_eq, tree_decl_map_marked_p): Define.
837         (tree_decl_map_hash): New prototype.
838         (debug_expr_for_decl, value_expr_for_decl): Change into
839         tree_decl_map hashtab from tree_map.
840         (init_ttree): Adjust initialization.
841         (tree_decl_map_hash): New function.
842         (decl_debug_expr_lookup, decl_debug_expr_insert,
843         decl_value_expr_lookup, decl_value_expr_insert): Adjust.
845 2010-06-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
847         * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
848         linker emulations.
849         * configure: Regenerate.
850         * config.in: Regenerate.
852         * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
853         (X86_64_EMULATION): Define.
854         (TARGET_LD_EMULATION): Use them.
856         * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
857         (SPARC64_EMULATION): Define.
858         (LINK_ARCH_SPEC): Use them.
860 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
862         * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
863         smallest_mode_for_size for computing the precision types of new
864         graphite IVs.  Do not call lang_hooks.types.type_for_size.
866 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
868         * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
869         information.
870         (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
872 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
874         PR middle-end/44363
875         * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
876         return false instead.
878 2010-06-02  Jan Hubicka  <jh@suse.cz>
880         PR middle-end/44295
881         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
882         create new cgraph node to check callee.
884 2010-06-02  Richard Guenther  <rguenther@suse.de>
886         * lto-streamer-in.c (input_gimple_stmt): Fix typo.
888 2010-06-02  Richard Guenther  <rguenther@suse.de>
890         * lto-wrapper.c (lto_wrapper_exit): Rename to ...
891         (lto_wrapper_cleanup): ... this.  Do not exit.
892         (fatal): Adjust.  Exit here.
893         (fatal_perror): Likewise.
894         (fatal_signal): New function.
895         (main): Set up signal handlers to cleanup temporary files.
896         * Makefile.in (lto-wrapper.o): Adjust dependencies.
898 2010-06-02  Richard Guenther  <rguenther@suse.de>
900         PR tree-optimization/44377
901         * tree-ssa-structalias.c (find_func_aliases): Fix typo.
903 2010-06-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
905         * config/s390/2097.md (z10_fhex): Remove insn reservation.
906         * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
907         (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
908         *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
909         instruction.
910         * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
912 2010-06-02  Jan Hubicka  <jh@suse.cz>
914         * bitmap.c (bitmap_descriptor): Add search_iter.
915         (bitmap_find_bit): Increment it.
916         (print_statistics): Print it.
918 2010-06-02  Nathan Froyd  <froydnj@codesourcery.com>
920         * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
921         instead of gimple_build_call_vec.  Delete unnecessary local variable.
923 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
925         * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
926         change from yesterday.
928 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
930         * c-ada-spec.c: Clean up redundant includes.
932 2010-06-01  Steven Bosscher  <steven@gcc.gnu.org>
934         * gimplify.c: Do not include except.h and optabs.h.
935         (gimplify_body): Do not initialize RTL profiling.
936         * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
937         langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
938         * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
939         output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
940         langhooks.h.
942         * tree-pretty-print.h: Include pretty-print.h.
943         * gimple-pretty-print.h: Include pretty-print.h.
945         * tree-pretty-print.c: Do not include diagnostic.h.
946         * tree-vrp.c: Likewise.
947         * tree-tailcall.c: Likewise
948         * tree-scalar-evolution.c: Likewise
949         * tree-ssa-dse.c: Likewise
950         * tree-chrec.c: Likewise
951         * tree-ssa-sccvn.c: Likewise
952         * tree-ssa-copyrename.c: Likewise
953         * tree-nomudflap.c: Likewise
954         * tree-call-cdce.c: Likewise
955         * tree-stdarg.c: Likewise
956         * tree-ssa-math-opts.c: Likewise
957         * tree-nrv.c: Likewise
958         * tree-ssa-sink.c: Likewise
959         * tree-browser.c: Likewise
960         * tree-ssa-loop-ivcanon.c: Likewise
961         * tree-ssa-loop.c: Likewise
962         * tree-parloops.c: Likewise
963         * tree-ssa-address.c: Likewise
964         * tree-ssa-ifcombine.c: Likewise
965         * tree-if-conv.c: Likewise
966         * tree-data-ref.c: Likewise
967         * tree-affine.c: Likewise
968         * tree-ssa-phiopt.c: Likewise
969         * tree-ssa-coalesce.c: Likewise
970         * tree-ssa-pre.c: Likewise
971         * tree-ssa-live.c: Likewise
972         * tree-predcom.c: Likewise
973         * tree-ssa-forwprop.c: Likewise
974         * tree-ssa-dce.c: Likewise
975         * tree-ssa-ter.c: Likewise
976         * tree-ssa-loop-prefetch.c: Likewise
977         * tree-optimize.c: Likewise
978         * tree-ssa-phiprop.c: Likewise
979         * tree-object-size.c: Likewise
980         * tree-outof-ssa.c: Likewise
981         * tree-ssa-structalias.c: Likewise
982         * tree-switch-conversion.c: Likewise
983         * tree-ssa-reassoc.c: Likewise
984         * tree-ssa-operands.c: Likewise
985         * tree-vectorizer.c: Likewise
986         * tree-vect-data-refs.c: Likewise
987         * tree-vect-generic.c: Likewise
988         * tree-vect-stmts.c: Likewise
989         * tree-vect-patterns.c: Likewise
990         * tree-vect-slp.c: Likewise
991         * tree-vect-loop.c: Likewise
992         * tree-ssa-loop-ivopts.c: Likewise
993         * tree-ssa-loop-im.c: Likewise
994         * tree-ssa-loop-niter.c: Likewise
995         * tree-ssa-loop-unswitch.c: Likewise
996         * tree-ssa-loop-manip.c: Likewise
997         * tree-ssa-loop-ch.c: Likewise
998         * tree-dump.c: Likewise
999         * tree-complex.c: Likewise
1001         * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
1002         * tree-ssa-uninit.c: Likewise
1003         * tree-ssa-threadupdate.c: Likewise
1004         * tree-ssa-uncprop.c: Likewise
1005         * tree-ssa-ccp.c: Likewise
1006         * tree-ssa-dom.c: Likewise
1007         * tree-ssa-propagate.c: Likewise
1008         * tree-ssa-alias.c: Likewise
1009         * tree-dfa.c: Likewise
1010         * tree-cfgcleanup.c: Likewise
1011         * tree-sra.c: Likewise
1012         * tree-ssa-copy.c: Likewise
1013         * tree-ssa.c: Likewise
1014         * tree-profile.c: Likewise
1015         * tree-cfg.c: Likewise
1016         * tree-ssa-threadedge.c: Likewise
1017         * tree-vect-loop-manip.c: Likewise
1019         * tree-inline.c: Do not include diagnostic.h and expr.h.
1020         Include rtl.h.
1021         (copy_decl_for_dup_finish): Do not use NULL_RTX.
1023         * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
1024         * tree-loop-distribution.c: Likewise.
1026 2010-06-01  Jan Hubicka  <jh@suse.cz>
1028         * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
1030 2010-06-01  Jan Hubicka  <jh@suse.cz>
1032         * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
1033         remove return value.
1034         (split_bbs_on_noreturn_calls) .... here.
1035         * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
1036         * tree-flow.h (fixup_noreturn_call): New.
1038 2010-06-01  Jan Hubicka  <jh@suse.cz>
1040         * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
1042 2010-06-01  Nathan Froyd  <froydnj@codesourcery.com>
1044         * tree.h (build_nt_call_list): Delete.
1045         * tree.c (build_nt_call_list): Delete.
1047 2010-06-01  Jan Hubicka  <jh@suse.cz>
1049         * fwprop.c: Make emit-rtl.h include last.
1050         * rtlanal.c: Include emit-rtl.h.
1051         * genautomata.c: Output emit-rtl include into insn-automata.c
1052         * df-scan.c: Include emit-rtl.h.
1053         * haifa-sched.c: Indlude emit-rtl.h.
1054         * mode-switching.c: Indlude emit-rtl.h.
1055         * graph.c: Indlude emit-rtl.h.
1056         * sel-sched.c: Include emit-rtl.h.
1057         * sel-sched-ir.c: Include emit-rtl.h.
1058         * ira-build.c: Include emit-rtl.h.
1059         * emit-rtl.c: (first_insn, last_insn): Remove defines.
1060         (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
1061         Move to emit-rtl.h.
1062         (set_new_first_and_last_insn, get_last_insn_anywhere,
1063         get_first_nonnote_insn, get_last_nonnote_insn, try_split,
1064         make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
1065         delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
1066         emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
1067         push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
1068         Use accessor functions.
1069         * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
1070          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
1071         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
1072         mem_expr_equal_p): Move here from rtl.h.
1073         (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
1074         Move here from emit-rtl.c; make inline.
1075         * cfglayout.h: Include emit-rtl.h.
1076         * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
1077          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
1078         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
1079         mem_expr_equal_p, get_insns, set_first-insn,
1080         get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
1081         * reg-stack.c: Include emit-rtl.h.
1082         * dce.c: Likewise.
1084 2010-06-01  Jan Hubicka  <jh@suse.cz>
1086         * cgraph.h (tree_function_versioning): Update prototype.
1087         (cgraph_function_versioning): Update prototype.
1088         * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
1089         bitmap.
1090         (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
1091         (cgraph_materialize_clone, save_inline_function_body): Update use of
1092         tree_function_versioning.
1093         * tree-inline.c (copy_bb): Look for previous copied block to link
1094         after; fix debug output.
1095         (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
1096         (copy_body): Likewise.
1097         (expand_call_inline): Update use of copy_body.
1098         (tree_function_versioning): Update use of copy body; accept
1099         blocks_to_copy and new_entry.
1101 2010-06-01  Jan Hubicka  <jh@suse.cz>
1103         * gegenrtl.c: Remove unnecesary prototypes.
1104         (gendecl): Remove.
1105         (gendef): Produce static inline.
1106         (gencode): Remove.
1107         (main): Do not decode parameters; generate header only.
1108         * Makefile.in (genrtl.c): Remove.
1110 2010-06-01  Jan Hubicka  <jh@suse.cz>
1112         * tree-switch-conversion.c (build_one_array): Make it readonly.
1114 2010-06-01  Richard Guenther  <rguenther@suse.de>
1116         * optabs.c (init_optabs): Guard all accesses to reinit.
1117         * ipa-pure-const.c (propagate): Fix another typo.
1118         * opts.c (common_handle_option): Split assignment to bool.
1119         * c-opts.c (c_common_handle_option): Likewise.
1121 2010-06-01  Arnaud Charlet  <charlet@adacore.com>
1122             Matthew Gingell  <gingell@adacore.com>
1124         * doc/invoke.texi: Mention -fdump-ada-spec.
1125         * tree-dump.c (dump_files): Add ada-spec.
1126         (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
1127         * tree-pass.h (tree_dump_index): Add TDI_ada.
1128         * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
1129         (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
1130         (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
1131         * c-decl.c: Include c-ada-spec.h.
1132         (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
1133         functions.
1134         (c_write_global_declarations): Add handling of -fdump-ada-spec.
1135         * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
1136         * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
1137         * c-ada-spec.h, c-ada-spec.c: New files.
1139 2010-06-01  Richard Guenther  <rguenther@suse.de>
1141         PR lto/43853
1142         * ipa-pure-const.c (get_function_state): Hand back varying state
1143         if we do not have one.
1144         (has_function_state): New function.
1145         (duplicate_node_data): Adjust.
1146         (remove_node_data): Likewise.
1147         (pure_const_write_summary): Likewise.
1148         (propagate): Likewise.  Fix typo.
1150 2010-06-01  Jan Hubicka  <jh@suse.cz>
1152         * tree-cfg.c (verify_stmt): Do not skip could_throw test.
1153         * passes.c (execute_function_todo): Do not make implicit verify_ssa.
1154         (execute_all_ipa_transforms): Do not play with the states.
1156 2010-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
1158         * config/arm/t-linux-androideabi: New.
1159         * config.gcc (arm*-*-linux-androideabi): Include multilib config.
1161 2010-06-01  Jan Hubicka  <jh@suse.cz>
1163         * tree-inline.c (estimate_num_insns): For stdarg functions look
1164         into call statement to count cost of argument passing.
1166 2010-06-01  Kai Tietz  <kai.tietz@onevision.com>
1168         * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
1169         argument for fprintf.
1170         (ix86_output_addr_diff_elt): Likewise.
1171         (x86_function_profiler): Likewise.
1172         * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
1173         (LPREFIX): Likewise.
1174         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1176 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
1178         PR target/44338
1179         * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
1180         fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
1181         fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
1182         fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
1183         fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
1184         fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
1185         fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
1186         Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
1187         TARGET_FUSED_MADD.
1189 2010-05-31  Jan Hubicka  <jh@suse.cz>
1191         * tree.h (tree_range_check_failed): Declare noreturn.
1193 2010-05-31  Jan Hubicka  <jh@suse.cz>
1195         * gimple.c (gimple_call_builtin_p): New function.
1196         * gimple.h (gimple_call_builtin_p): Declare.
1197         * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
1198         to exit.
1199         (execute_warn_function_return): BUILT_IN_RETURN is return.
1200         (split_critical_edges): Return edges are not critical.
1201         (is_ctrl_altering_stmt): Builtin_in_return is altering.
1202         (gimple_verify_flow_info): Handle built_in_return.
1203         (execute_warn_function_return): Handle built_in_return.
1204         * ipa-pure-const.c (check_call): Ignore builtin_return.
1206 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
1208         PR middle-end/44337
1209         * expr.c (expand_assignment): Don't store anything for out-of-bounds
1210         array accesses with non-MEM.
1212         PR tree-optimization/44182
1213         * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
1214         newly needs to end a bb is followed by debug stmts, instead return
1215         true from the function at the end.
1216         (maybe_move_debug_stmts_to_successors): New function.
1217         (copy_cfg_body): Call it if copy_edges_for_bb returned true.
1219 2010-05-31  Kai Tietz  <kai.tietz@onevision.com>
1221         PR target/44161
1222         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
1224 2010-05-31  Eric Botcazou  <ebotcazou@adacore.com>
1226         * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
1227         for nested functions in non-optimized compilation.
1229 2010-05-31  Richard Guenther  <rguenther@suse.de>
1231         * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
1233 2010-05-30  Jan Hubicka  <jh@suse.cz>
1235         * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
1237 2010-05-30  Richard Guenther  <rguenther@suse.de>
1239         PR lto/42975
1240         * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
1241         (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
1242         no longer needed.
1244 2010-05-30  Iain Sandoe  <iains@gcc.gnu.org>
1246         * config/darwin.c (output_objc_section_asm_op): Add comment.
1247         (name_needs_quotes): Add '_' to list of valid comment chars.
1248         (machopic_output_function_base_name): Remove unneeded quotes.
1249         (darwin_encode_section_info): Adjust asm whitespace.
1250         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
1251         (ASM_OUTPUT_LOCAL): Ditto.
1252         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
1253         * config/darwin.h (GLOBAL_ASM_OP): Ditto.
1254         * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
1256 2010-05-30  Eric Botcazou  <ebotcazou@adacore.com>
1258         * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
1259         RS6000_OUTPUT_BASENAME unconditionally.
1260         (rs6000_output_function_epilogue): Likewise.
1262 2010-05-30  Jan Hubicka  <jh@suse.cz>
1264         * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
1265         nodes.
1267 2010-05-30  Richard Guenther  <rguenther@suse.de>
1269         * tree-cfg.c (verify_gimple_assign_single): Implement
1270         verification for COND_EXPR rhs.
1272 2010-05-30  Jan Hubicka  <jh@suse.cz>
1274         * cgraph.h (cgraph_dump_file): Declare.
1275         * cgraphunit.c (cgraph_dump_file): Export.
1276         * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
1278 2010-05-30  Jan Hubicka  <jh@suse.cz>
1280         * dwarf2out.c (reference_to_unused,
1281         premark_types_used_by_global_vars_helper): Avoid creation of new
1282         varpool nodes.
1284 2010-05-30  Jan Hubicka  <jh@suse.cz>
1286         * cgraph.h (cgraph_node_cannot_return,
1287         cgraph_edge_cannot_lead_to_return): New functions.
1288         * cgraph.c (cgraph_node_cannot_return,
1289         cgraph_edge_cannot_lead_to_return): Use them.
1290         * ipa-pure-const.c (pure_const_names): New static var.
1291         (check_call): Handle calls not leading to return.
1292         (pure_const_read_summary): Dump info read.
1293         (propagate): Dump info about propagation process; ignore side effects
1294         of functions not leading to exit; fix handling of pure functions.
1296 2010-05-30  Jan Hubicka  <jh@suse.cz>
1298         * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
1299         for tail call epilogues.
1301 2010-05-30  Jan Hubicka  <jh@suse.cz>
1303         * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
1304         ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
1305         dump files.
1307 2010-05-29  Jan Hubicka  <jh@suse.cz>
1309         * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
1310         node; remove references in node we no longer keep in cgrpah but need
1311         body of.
1313 2010-05-29  Jan Hubicka  <jh@suse.cz>
1315         * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
1317 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1319         PR target/44165
1320         * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
1322 2010-05-29  Jan Hubicka  <jh@suse.cz>
1324         * tree-vrp.c (debug_value_range, debug_all_value_ranges,
1325         debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
1326         * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
1327         debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
1328         debug_names_replaced_by, debug_update_ssa): Likewise.
1329         * sbitmap.c (debug_sbitmap): Likewise.
1330         * genrecog.c (debug_decision, debug_decision_list): Likewise.
1331         * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
1332         debug_tree_chain): Likewise.
1333         * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
1334         * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
1335         * optabs.c  (debug_optab_libfuncs): Likewise.
1336         (verify_loop_closed_ssa): Likewise.
1337         * value-prof.c (verify_histograms): Likewise.
1338         * reload.c (debug_reload_to_stream, debug_reload): Likewise.
1339         * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
1340         * cfghooks.c (verify_flow_info): Likewise.
1341         * fold-const.c (debug_fold_checksum): Likewise.
1342         * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
1343         * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
1344         Likewise.
1345         * omega.c (debug_omega_problem): Likewise.
1346         * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
1347         * tree-ssa-ccp.c (debug_lattice_value): Likewise.
1348         * dominance.c (verify_dominators, debug_dominance_info,
1349         debug_dominance_tree): Likewise.
1350         * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
1351         * df_regno_debug, df_ref_debug,
1352         debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
1353         debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
1354         * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
1355         * sel-sched.c (debug_state): Likewise.
1356         * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
1357         Likewise.
1358         * cfganal.c (print_edge_list, verify_edge_list): Likewise.
1359         * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
1360         * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
1361         * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
1362         Likewise.
1363         * c-pretty-print.c (debug_c_tree): Likewise.
1364         * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
1365         debug_av_set, debug_lv_set, debug_ilist, debug_blist,
1366         debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
1367         * ebitmap.c (debug_ebitmap): Likewise.
1368         * function.c (debug_find_var_in_block_tree): Likewise.
1369         * print-rtl.c (debug_rtx): Likewise.
1370         (debug_rtx_count): Likewise.
1371         (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
1372         * stor-layout.c (debug_rli): Likewise.
1373         * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
1374         * tree-data-ref.c (debug_data_references,
1375         debug_data_dependence_relations, debug_data_reference,
1376         debug_data_dependence_relation, debug_rdg_vertex,
1377         debug_rdg_component, debug_rdg): Likewise.
1378         * tree-affine.c (debug_aff): Likewise.
1379         * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
1380         Likewise.
1381         * except.c (debug_eh_tree, verify_eh_tree): Likewise.
1382         * emit-rtl.c (verify_rtl_sharing): Likewise.
1383         * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
1384         debug_value_expressions): Likewise.
1385         * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
1386         * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
1387         * print-tree.c (debug_tree, debug_vec_tree): Likewise.
1388         * cfglayout.c (verify_insn_chain): Likewise.
1389         * graphite-clast-to-gimple.c (debug_clast_name_indexes,
1390         debug_clast_stmt, debug_generated_program): Likewise.
1391         * ggc-page.c (debug_print_page_list): Likewise.
1392         * tree-ssa-ter.c (debug_ter): Likewise.
1393         * graphite-dependences.c (debug_pddr): Likewise.
1394         * sched-deps.c (debug_ds): Likewise.
1395         * tree-ssa.c (verify_ssa): Likewise.
1396         * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
1397         debug_scattering_functions, debug_iteration_domains, debug_pdr,
1398         debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
1399         debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
1400         * tree-inline.c (debug_find_tree): Likewise.
1401         * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
1402         debug_ppl_powerset_matrix): Likewise.
1403         * var-tracking.c (debug_dv): Likewise.
1404         * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
1405         * cfgloop.c (verify_loop_structure): Likewise.
1406         * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
1407         * c-common.c (verify_sequence_points): Likewise.
1408         * sched-rgn.c (debug_regions, debug_region, debug_candidate,
1409         debug_candidates, debug_rgn_dependencies): Likewise.
1410         * tree-ssa-structalias.c (debug_constraint, debug_constraints,
1411         * debug_constraint_graph, debug_solution_for_var,
1412         debug_sa_points_to_info): Likewise.
1413         * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
1414         Likewie.
1415         * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
1416         debug_loops, debug_loop, debug_loop_num): Likewise.
1417         * passes.c (debug_pass): Likewise.
1418         (dump_properties): Likewise; add cfglayout property.
1419         (debug_properties): Likewise.
1420         * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
1421         * varpool.c (debug_varpool): Likewise.
1422         * regcprop.c (debug_value_data): Likewise.
1423         * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
1424         debug_immediate_uses_for): Likewise.
1426 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
1428         PR bootstrap/44315
1429         * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
1430         Filter out insn-flags.h.
1432 2010-05-29  Jan Hubicka  <jh@suse.cz>
1434         * cgraph.h (struct varpool_node_set_def,
1435         struct cgraph_node_set_def): Remove unused AUX pointer.
1436         (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
1437         VEC_empty macro.
1439 2010-05-29  Jan Hubicka  <jh@suse.cz>
1441         PR middle-end/44324
1442         * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
1444 2010-05-29  Richard Guenther  <rguenther@suse.de>
1446         * lto-streamer.c (cached_bp): New global variable.
1447         (bitpack_create): Return the cached bitpack, if available.
1448         (bitpack_delete): Clear and cache the bitpack, if appropriate.
1449         (bp_pack_value): Remove redundant asserts.
1451 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
1453         PR middle-end/44306
1454         * tree-if-conv.c (is_true_predicate): New.
1455         (is_predicated): Use is_true_predicate.
1456         (add_to_predicate_list): Same.  Do not use unshare_expr.
1457         (add_to_dst_predicate_list): Same.
1459 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
1461         * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
1462         field on edges.
1463         (predicate_bbs): Same.
1464         (clean_predicate_lists): Same.
1465         (find_phi_replacement_condition): Do not AND the predicate from
1466         edge->aux.
1468 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
1470         PR bootstrap/44315
1471         * Makefile.in (build/gencondmd.o): Add a missing `\'.
1473 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1475         PR target/44261
1476         config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
1477         (negdf2): Adjust expander pattern and use negdf2_slow.
1478         (negsf2): Likewise.
1480 2010-05-29  Nathan Froyd  <froydnj@codesourcery.com>
1482         * basic-block.h (struct control_flow_graph): Move last_label_uid field
1483         up.
1484         * df.h (struct df_base_ref): Move regno field up.
1485         * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
1486         * expr.h (struct separate_ops): Move location field up.
1487         * optabs.h (struct optab_d): Move libcall_basename field down.
1488         * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
1489         * config/i386/i386.h (struct machine_function): Convert call_abi field
1490         into a bitfield.  Move cfa field to the end of the structure.
1492 2010-05-29  Jan Hubicka  <jh@suse.cz>
1494         * varpool.c (varpool_get_node): Fix lookup.
1496 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
1498         * config/spu/spu-protos.h: Do not include rtl.h.  Protect
1499         RTL specific prototypes with #ifdef RTX_CODE.
1500         * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
1501         * config/spu/t-spu-elf: Fix dependencies.
1503         * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
1505 2010-05-29  Mike Stump  <mikestump@comcast.net>
1507         PR bootstrap/44315
1508         * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
1509         TM_H when building to avoid dependency loops.
1511 2010-05-29  Jan Hubicka  <jh@suse.cz>
1513         * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
1514         refs and body; not the whole node for masters of materialized
1515         clones.
1517 2010-05-29  Mike Stump  <mikestump@comcast.net>
1519         * config/rs6000/rs6000-c.c: Remove c-tree.h include.
1521 2010-05-29  Jan Hubicka  <jh@suse.cz>
1523         * cgraph.c (clone_function_name): Take SUFFIX argument; export.
1524         (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
1525         use of clone_function_name.
1526         * cgraph.h (cgraph_create_virtual_clone,
1527         cgraph_function_versioning): update prototypes.
1528         (clone_function_name): Declare.
1529         * ipa-cp.c (ipcp_insert_stage): Update call of
1530         cgraph_create_virtual_clone.
1531         * omp-low.c (create_omp_child_function_name): Use
1532         cgraph_create_virtual_clone.
1533         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
1534         (cgraph_function_versioning): Take SUFFIX argument; produce new name
1535         and make decl local.
1537 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
1539         * vec.h: Include statistics.h
1540         * Makefile.in: Introduce VEC_H.  Replace all vec.h dependencies
1541         with VEC_H.
1543 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
1545         * c-lex.c: Do not include c-tree.h.
1546         * c-pretty-print.c: Likewise.
1547         * c-opts.c: Likewise.
1548         * c-gimplify.c: Likewise.
1549         * c-common.c: Likewise.
1550         * c-dump.c: Likewise.  Include c-common.h.
1552 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
1554         * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
1555         before including diagnostic-core.h.
1556         (c_cpp_error): New prototype moved from c-tree.h.
1557         Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
1558         * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
1559         (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
1560         (c_cpp_error): Prototype moved to c-common.h.
1561         * Makefile.in: Update dependency for C_COMMON_H.
1563 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
1565         * c-common.h: Add FIXME for awkward split of c_register_addr_space.
1566         * c-common.c (c_register_addr_space): Remove here.
1567         * c-decl.c (c_register_addr_space): Re-add here.
1569 2010-05-28  Mike Stump  <mikestump@comcast.net>
1571         * config/darwin-c.c: Remove c-tree.h include.
1573 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
1575         * gcc.c: Include diagnostic.h.
1576         (error_count): Remove.  All users changed to use errorcount.
1577         (programname): Remove.  All users changed to use progname.
1578         (fancy_abort, internal_error, fatal_error, error, warning, inform,
1579         fnotice): Remove.
1580         (execute): Don't include "Internal error" and bug reporting
1581         information in argument of internal_error call.
1582         (process_command): Don't increment error_count after calling
1583         perror_with_name.
1584         (input_filename): Rename to gcc_input_filename.  All users
1585         changed.
1586         (main): Call diagnostic_initialize.  Register delete_temp_files
1587         with atexit.  Use seen_error to test for errors.
1588         * gcc.h: Include diagnostic-core.h.
1589         (fatal_error, error, warning): Remove.
1590         * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
1591         (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
1592         (gcc.o): Update dependencies.
1594 2010-05-28  Jeff Law  <law@redhat.com>
1596         * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
1597         functions.
1598         * ira.h (ira_bad_reload_regno): Declare
1599         * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
1601         * ira-color.c (update_curr_costs): Free updated hard reg costs.
1602         (ira_reassign_conflict_allocnos): Remove bogus asserts.
1603         (allocno_reload_assign): Likewise.
1605 2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
1607         * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
1608         build1_stat.
1610 2010-05-28  Richard Guenther  <rguenther@suse.de>
1612         PR lto/44312
1613         * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
1614         Stream fixed-point constants mode.
1615         (unpack_ts_type_value_fields): Fix width of TYPE_MODE
1616         and TYPE_PRECISION.
1617         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
1618         Stream fixed-point constants mode.
1619         (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
1620         and TYPE_PRECISION.
1622 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
1624         * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
1625         only place it was called from.
1626         (number_of_latch_executions): Do not return chrec_dont_know when the
1627         may_be_zero is a runtime condition: instead, return a COND_EXPR
1628         including the may_be_zero condition.
1629         * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
1630         of nb_iterations.
1631         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
1632         COND_EXPRs.
1634 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
1636         * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
1637         generate COND_EXPRs for degenerate_phi_result.
1639 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
1641         PR middle-end/44293
1642         * tree-if-conv.c (if_convertible_loop_p): Check the
1643         if-convertibility of phi nodes in non predicated BBs.
1645 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
1647         * gcc.c (error, warning, inform): Remove duplicate ": " in output.
1649 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
1651         PR driver/15303
1652         * gcc.c (inform, warning, inform): New functions.
1653         (fatal_ice): Rename to internal_error; change cmsgid parameter to
1654         gmsgid.  All callers changed.
1655         (notice): Rename to fnotice; add parameter fp.  All callers
1656         changed.
1657         (fatal_error): Rename to fatal_signal.  All users changed.
1658         (fatal): Rename to fatal_error; change cmsgid parameter to
1659         gmsgid.  All callers changed.
1660         (process_command): Use warning instead of error for warnings.
1661         (end_going_arg): Don't use _() around argument of error.
1662         (do_spec_1): Use inform for message from %n specs.  Use warning
1663         instead of error for warnings.
1664         (main): Use inform for comparison messages.  Use warning for
1665         message about unused linker input.
1666         (error): Increment error_count.  Print "error: ".
1667         * gcc.h (fatal): Change to fatal_error.
1668         (warning): Declare.
1669         * config/darwin-driver.c (darwin_default_min_version): Use warning
1670         instead of fprintf for warnings.
1671         * cppspec.c (lang_specific_driver): Use fatal_error instead of
1672         fatal.
1674 2010-05-28  Julian Brown  <julian@codesourcery.com>
1676         * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
1677         (*thumb2_addsi3_compare0_scratch): New.
1678         * config/arm/constraints.md (Pv): New.
1679         * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
1680         for ARM mode only.
1681         (*addsi3_compare0_scratch): Likewise.
1683 2010-05-28  Jan Hubicka  <jh@suse.cz>
1685         * ipa-reference.c (add_static_var): Remove redundant all_module_statics
1686         check.
1687         (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
1688         only on local statics.
1690 2010-05-28  Iain Sandoe  <iains@gcc.gnu.org>
1692         * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
1694 2010-05-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
1696         PR bootstrap/44314
1697         * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
1698         (OPTION_GLIBC): Define.
1700 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
1702         PR debug/41048
1703         * dwarf2out.c (double_int_type_size_in_bits): New function.
1704         (round_up_to_align): Change first argument and return value to
1705         double_int.
1706         (field_byte_offset): Work internally on double_ints.
1708         PR target/43636
1709         * builtins.c (expand_movstr): Use a temporary pseudo instead
1710         of target even when target is not NULL and not const0_rtx, but
1711         fails movstr predicate.
1712         * config/m32c/blkmov.md (movstr): Add predicate to first operand.
1714 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
1716         * final.c (rest_of_clean_state): Use %m in errors instead of
1717         strerror (errno).
1718         * gengtype.c (read_input_list, close_output_files): Use xstrerror
1719         instead of strerror.
1720         * toplev.c (process_options): Use %m in errors instead of strerror
1721         (errno).
1722         * tree-dump.c (dump_begin): Use %m in errors instead of strerror
1723         (errno).
1725 2010-05-28  Uros Bizjak  <ubizjak@gmail.com>
1727         * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
1728         (ix86_canonical_va_list_type): Make static.  Add declaration.
1729         (ix86_enum_va_list): Make static.  Reindent.
1730         * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
1731         (ix86_canonical_va_list_type): Ditto.
1732         (ix86_enum_va_list): Ditto.
1734 2010-05-28  Richard Guenther  <rguenther@suse.de>
1736         * lto-wrapper.c (run_gcc): With -save-temps generate a
1737         user-visible ltrans filename.  Fixup ltrans unit numbering.
1739 2010-05-28  Kai Tietz  <kai.tietz@onevision.com>
1741         * c-common.c (c_common_nodes_and_builtins): Replace use
1742         of TARGET_ENUM_VA_LIST by target hook enum_va_list.
1743         * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
1744         to ix86_enum_va_list.
1745         * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
1746         * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
1747         (TARGET_ENUM_VA_LIST_P): Add hook description.
1748         * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
1749         * target.h (gcc_target): Add enum_va_list hook.
1751         PR bootstrap/44299
1752         * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
1753         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
1754         * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
1756 2010-05-28  Alan Modra  <amodra@gmail.com>
1758         PR target/44266
1759         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
1760         emit_library_call machinery to set up __tls_get_addr calls.
1762 2010-05-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1764         * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
1766 2010-05-28  Dodji Seketeli  <dodji@redhat.com>
1768         Revert fix for PR c++/44188
1769         * c-common.c (is_typedef_decl): Revert the moving of  this
1770         definition ...
1771         * tree.c (is_typedef_decl): ... here.
1772         (typdef_variant_p): Revert the moving of this  definition
1773         here from gcc/cp/tree.c.
1774         * c-common.h (is_typedef_decl): Revert the moving of this
1775         declaration ...
1776         * tree.h (is_typedef_decl): ... here.
1777         (typedef_variant_p): Revert the moving of this  declaration here
1778         from gcc/cp/cp-tree.h
1779         * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
1780         (gen_tagged_type_die): Revert the splitting out of ...
1781         (gen_type_die_with_usage): ... this function. Revert the anonymous
1782         tagged type handling.
1783         (gen_typedef_die): Revert emitting DW_TAG_typedef  for
1784         typedefs naming anonymous tagged types.
1786 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
1788         * config/rs6000/rs6000-modes.def (PSImode): Delete.
1790 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
1792         * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
1793         * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
1794         throughout.
1795         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
1796         "xer" to "ca".
1797         Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
1798         XER_REGS to CA_REGS throughout.
1799         * config/rs6000/rs6000.h: Same.
1800         (ADDITIONAL_REGISTER_NAMES): Add "xer".
1801         * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO.  Document
1802         that mode_iterator "P" is the size for arithmetic carries as well.
1803         * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
1805 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
1807         PR bootstrap/44255
1808         * combine.c (struct rtx_subst_pair): Define unconditionally.
1809         (propagate_for_debug_subst): Likewise.  If not AUTO_INC_DEC,
1810         copy_rtx pair->to instead of cleanup_auto_inc_dec it.
1811         Call make_compound_operation on pair->to.
1812         (propagate_for_debug): Don't call make_compound_operation here.
1813         Always use simplify_replace_fn_rtx.
1815 2010-05-27  Sterling Augustine  <sterling@tensilica.com>
1817         * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
1818         * config/xtensa/xtensa.c (override_options): Check
1819           TARGET_FORCE_NO_PIC and set flag_pic.
1820         * config/xtensa/xtensa.opt: Document -mforce-no-pic
1822 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
1824         PR bootstrap/44299
1825         * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
1826         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
1828 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
1830         * diagnostic-core.h: New.  Contents moved from diagnostic.h and
1831         toplev.h.
1832         * diagnostic.c: Don't include toplev.h.
1833         (progname): Define.  Moved from toplev.c.
1834         (seen_error): New function.
1835         * diagnostic.h: Include diagnostic-core.h.
1836         (diagnostic_t, emit_diagnostic): Don't declare here.
1837         * toplev.c (progname): Move to toplev.c.
1838         (emit_debug_global_declarations, compile_file, finalize,
1839         do_compile, toplev_main): Use seen_error.
1840         * toplev.h: Include diagnostic-core.h.
1841         (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
1842         internal_error, warning, warning_at, error, error_n, error_at,
1843         fatal_error, pedwarn, permerror, sorry, inform, inform_n,
1844         verbatim, fnotice, progname): Move to diagnostic-core.h.
1845         * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
1846         (expand_builtin_expect): Use seen_error.
1847         * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
1848         (c_make_fname_decl, c_write_global_declarations): Use seen_error.
1849         * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
1850         * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
1851         * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
1852         * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
1853         errorcount for errors.
1854         * c-opts.c (c_common_finish): Use seen_error.
1855         * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
1856         * cgraphunit.c (verify_cgraph_node, verify_cgraph,
1857         cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
1858         * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
1859         (get_coverage_counts): Use seen_error.
1860         * dwarf2out.c (dwarf2out_finish): Use seen_error.
1861         * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
1862         gimplify_body): Use seen_error.
1863         * ipa-inline.c (cgraph_early_inlining): Use seen_error.
1864         * ipa-pure-const.c (gate_pure_const): Use seen_error.
1865         * ipa-reference.c (gate_reference): Use seen_error.
1866         * jump.c: Include diagnostic-core.h instead of diagnostic.h.
1867         * lambda-code.c: Include diagnostic-core.h instead of
1868         diagnostic.h.
1869         * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
1870         * lto-compress.c: Include diagnostic-core.h instead of
1871         diagnostic.h.
1872         * lto-section-in.c: Include diagnostic-core.h instead of
1873         diagnostic.h.
1874         * lto-streamer-out.c: Include diagnostic-core.h instead of
1875         diagnostic.h.
1876         * lto-streamer.c: Include diagnostic-core.h instead of
1877         diagnostic.h.
1878         (gate_lto_out): Use seen_error.
1879         * matrix-reorg.c: Include diagnostic-core.h instead of
1880         diagnostic.h.
1881         * omega.c: Include diagnostic-core.h instead of diagnostic.h.
1882         * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
1883         (gate_expand_omp, lower_omp_1): Use seen_error.
1884         * passes.c: Include diagnostic-core.h instead of diagnostic.h.
1885         (rest_of_decl_compilation, rest_of_type_compilation,
1886         gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
1887         * tree-cfg.c (label_to_block_fn): Use seen_error.
1888         * tree-inline.c (optimize_inline_calls): Use seen_error.
1889         * tree-mudflap.c (mudflap_finish_file): Use
1890         seen_error.
1891         * tree-optimize.c (gate_all_optimizations,
1892         gate_all_early_local_passes, gate_all_early_optimizations): Use
1893         seen_error.
1894         * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
1895         * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
1896         (varpool_remove_unreferenced_decls,
1897         varpool_assemble_pending_decls): Use seen_error.
1898         * Makefile.in (DIAGNOSTIC_CORE_H): Define.
1899         (TOPLEV_H, DIAGNOSTIC_H): Update.
1900         (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
1901         lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
1902         c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
1903         builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
1904         coverage.o, lambda-code.o): Update dependencies.
1906 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
1908         PR c++/44188
1909         * c-common.c (is_typedef_decl): Move this definition ...
1910         * tree.c (is_typedef_decl): ... here.
1911         (typdef_variant_p): Move definition here from gcc/cp/tree.c.
1912         * c-common.h (is_typedef_decl): Move this declaration ...
1913         * tree.h (is_typedef_decl): ... here.
1914         (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
1915         * dwarf2out.c (is_naming_typedef_decl): New function.
1916         (gen_tagged_type_die): Split out of ...
1917         (gen_type_die_with_usage): ... this function. When an anonymous
1918         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
1919         is emitted for the typedef.
1920         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
1921         anonymous tagged types.
1923 2010-05-27  Jason Merrill  <jason@redhat.com>
1925         * print-tree.c (debug_vec_tree): New fn.
1926         (print_vec_tree): New fn.
1927         * tree.h: Declare them.
1928         * gdbinit.in (pvt): New command.
1930         * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
1932         * gdbinit.in (pdd): New command.
1934 2010-05-27  Jan Hubicka  <jh@suse.cz>
1936         * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
1937         (update_caller_keys): Return early if there are no callers;
1938         only update fibheap when decresing the key.
1939         (update_callee_keys): Avoid recursion.
1940         (decide_inlining_of_small_functions): When badness does not match;
1941         re-insert into fibheap.
1943 2010-05-27  Steven Bosscher  <steven@gcc.gnu.org>
1945         * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
1946         (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
1947         (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
1948         (ALL_HOST_OBJS): Now a union of the above two.
1949         <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
1950         all files in ALL_HOST_FRONTEND_OBJS.
1951         * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
1953         * c-common.c: Pretend to be a backend file by undefining
1954         IN_GCC_FRONTEND (still need rtl.h here).
1956 2010-05-27  Jan Hubicka  <jh@suse.cz>
1958         * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
1959         * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
1961 2010-05-27  Jan Hubicka  <jh@suse.cz>
1963         * sched-ebb.c: Rename struct deps to struct deps_desc.
1964         * ddg.c: Likewise.
1965         * sel-sched-ir.c: Likewise.
1966         * sched-deps.c: Likewise.
1967         * sched-int.h: Likewise.
1968         * sched-rgn.c: Likewise.
1970 2010-05-27  Jon Beniston <jon@beniston.com>
1972         PR 43726
1973         * config/lm32/lm32.h: Remove definition of
1974         GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
1976 2010-05-27  Eric Botcazou  <ebotcazou@adacore.com>
1978         PR lto/44230
1979         * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
1981 2010-05-27  Richard Guenther  <rguenther@suse.de>
1983         PR tree-optimization/44284
1984         * tree-vect-stmts.c (vectorizable_assignment): Handle
1985         sign-changing conversions as simple copy.
1987 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
1989         * gthr-posix.h (pthread_cancel): Don't declare if compiling against
1990         Bionic C library.
1991         (__gthread_active_p): Check for pthread_create if compiling against
1992         Bionic C library.
1994 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
1996         Support compilation for Android platform.  Reimplement -mandroid.
1998         * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
1999         (*android*): Set ANDROID_DEFAULT.
2000         (arm*-*-linux*): Include linux-android.h.
2001         (arm*-*-eabi*): Don't include previous -mandroid implementation.
2002         * config/arm/eabi.h: Remove, move Android-specific parts ...
2003         * config/linux-android.h: ... here.  New file.
2004         * config/arm/eabi.opt: Rename to ...
2005         * config/linux-android.opt: ... this.
2006         (mandroid): Allow -mno-android option.  Initialize based on
2007         ANDROID_DEFAULT.
2008         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
2009         Move logic to corresponding LINUX_TARGET_* macros.
2010         (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
2011         * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
2012         (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
2013         Android definitions.
2014         (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
2015         * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
2016         Document.
2018 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
2020         Add support for Bionic C library
2022         * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
2023         macro.
2024         (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
2025         (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
2027         * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
2028         (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
2029         (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
2030         to support multiple C libraries.  Handle Bionic.
2031         (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
2032         (BIONIC_DYNAMIC_LINKER64): Define.
2033         (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
2034         Update.
2035         (TARGET_HAS_SINCOS): Enable for Bionic.
2037         * config/linux.opt: Rewrite to handle more than 2 C libraries.  Make
2038         the last option specified on command line take effect.
2039         (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
2040         (mbionic): New.
2041         (mglibc, muclibc): Update.
2043         * config/alpha/linux-elf.h, config/rs6000/linux64.h,
2044         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
2045         DEFAULT_LIBC.
2047         * doc/invoke.texi (-mglibc, -muclibc): Update.
2048         (-mbionic): Document.
2050 2010-05-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2052         * c-common.h (c_register_addr_space): Add prototype.
2053         (ADDR_SPACE_KEYWORD): Remove.
2054         * c-common.c (c_register_addr_space): New function.
2055         (c_addr_space_name): Reimplement.
2056         (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
2058         * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
2059         (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
2061         * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
2062         Remove TARGET_ADDR_SPACE_KEYWORDS.
2064 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
2066         * input.c: New file.
2067         * input.h (main_input_filename): Move declaration to toplev.h.
2068         * toplev.c (input_location, line_table): Move to input.c
2069         * toplev.h (main_input_filename): Move declaration from input.h.
2070         * tree.c (expand_location): Move to input.c.
2071         * Makefile.in (OBJS-common): Add input.o.
2072         (input.o): Add dependencies.
2074 2010-05-27  Richard Guenther  <rguenther@suse.de>
2076         * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
2077         for non-existant files.
2078         (fork_execute): Mark args_name file as deleted.
2080 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
2082         PR bootstrp/44287
2083         * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
2084         (narrow_signed_type): Likewise.
2086 2010-05-26  Jan Hubicka  <jh@suse.cz>
2088         * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
2089         edge only when checking is enabled; check using former_clone_of;
2090         check inline clones too.
2091         (cgraph_materialize_clone): Record former_clone_of pointer.
2092         (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
2093         combining redirections; dump args_to_skip bitmap
2094         (cgraph_materialize_all_clones): Do no redirection here.
2095         * ipa-inline.c (inline_transform): Do redirection here.
2096         * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
2097         cheking only).
2099 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
2101         * config/avr/avr-c.c: Do not include regs.h.
2102         Include cpplib.h for cpp_define and tree.h for c-common.h.
2103         * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
2104         * config/avr/t-avr: Fix dependencies for avr-c.o.
2106 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
2108         * explow.c (set_stack_check_libfunc): Adjust to accept name as a
2109         string instead of SYMBOL_REF rtx.
2110         * rtl.h (set_stack_check_libfunc): Move prototype from here...
2111         * libfuncs.h: ...to here.  Adjust for explow.c change.
2113 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
2115         * pretty-print.c: Don't include ggc.h.
2116         (identifier_to_locale_alloc, identifier_to_locale_free): Define.
2117         (identifier_to_locale): Use them for allocation.
2118         * pretty-print.h (identifier_to_locale_alloc,
2119         identifier_to_locale_free): Declare.
2120         * toplev.c (alloc_for_identifier_to_locale): New.
2121         (general_init): Set identifier_to_locale_alloc and
2122         identifier_to_locale_free.
2123         * Makefile.in (pretty-print.o): Update dependencies.
2125 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
2127         * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
2128         pointer types if they have different alignment or mode.
2130 2010-05-26  Anatoly Sokolov  <aesok@post.ru>
2132         * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
2133         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
2134         * config/sparc/sparc-protos.h (function_value): Remove declaration.
2135         * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
2136         sparc_function_value_regno_p): New functions.
2137         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
2138         TARGET_FUNCTION_VALUE_REGNO_P): Define.
2139         (function_value): Rename to...
2140         (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
2141         argument to 'outgoing'.
2142         (function_arg_record_value, function_arg_union_value,
2143         function_arg_vector_value): Update comment.
2145 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
2147         * dwarf2out.c (struct dw_fde_struct): Reorder flags.
2148         (fde_needed_for_eh_p): New predicate.
2149         (output_call_frame_info): Use it throughout to decide whether FDEs
2150         are needed for EH purpose.
2151         (dwarf2out_begin_prologue): Reorder assignments.
2153 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
2155         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
2156         special case loop->header.
2157         (is_predicated): New.
2158         (if_convertible_loop_p): Call it.
2160 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
2162         * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
2163         iterator in parameter.  Do not generate code during the analysis.
2164         (tree_if_convert_cond_stmt): Removed.
2165         (tree_if_convert_stmt): Removed.
2166         (predicate_bbs): New.
2167         (if_convertible_loop_p): Call predicate_bbs.
2168         (tree_if_conversion): Simplify the top-level logic as predicate_bbs
2169         now contains all the analysis part.
2171 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
2173         * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
2174         statements in the analysis part.
2175         (tree_if_convert_stmt): Update comment.
2176         (remove_conditions_and_labels): New.
2177         (combine_blocks): Call remove_conditions_and_labels.
2178         (tree_if_conversion): Update comment.
2180 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
2182         * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
2183         than 2 predecessors or more than 2 successors.
2185 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
2187         * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
2188         of loops in which the data dependence analysis fails.
2190 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
2192         * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
2193         CDI_POST_DOMINATORS.
2194         (tree_if_conversion): Same.
2196 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
2198         * tree-if-conv.c (tree_if_conversion): Do not return a bool.
2200 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
2202         * tree-if-conv.c: Update copyright years.  Fix comments.
2203         Fix indentation.
2205 2010-05-26  Kai Tietz  <kai.tietz@onevision.com>
2207         * builtin-types.def (BT_INT128): New primitive type.
2208         (BT_UINT128): Likewise.
2209         * c-common.c (c_common_r): Add __int128 keyword.
2210         (c_common_type_for_size): Handle __int128.
2211         (c_common_type_for_mode): Likewise.
2212         (c_common_signed_or_unsigned_type): Likewise.
2213         (c_common_nodes_and_builtins): Add builtin type
2214         if target supports 128-bit integer scalar.
2215         * c-common.h (enum rid): Add RID_INT128.
2216         * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
2217         if target supports 128-bit integer scalar.
2218         * c-decl.c (declspecs_add_type): Handle new keyword __int128.
2219         (finish_declspecs): Likewise.
2220         * c-parser.c (c_token_starts_typename): Handle RID_INT128.
2221         (c_token_starts_declspecs): Likewise.
2222         (c_parser_declspecs): Likewise.
2223         (c_parser_attributes): Likewise.
2224         (c_parser_objc_selector): Likewise.
2225         * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
2226         * c-tree.h (enum c_typespec_keyword): Add cts_int128.
2227         * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
2228         * tree.c (make_or_reuse_type): Likewise.
2229         (make_unsigned_type): Likewise.
2230         (build_common_tree_nodes_2): Likewise.
2231         * tree.h (enum integer_type_kind): Add itk_int128 and
2232         itk_unsigned_int128.
2233         (int128_integer_type_node): New define.
2234         (int128_unsigned_type_node): New define.
2235         * doc/extend.texi: Add documentation about __int128 type.
2237 2010-05-26  Richard Guenther  <rguenther@suse.de>
2239         * tree-ssa-sccvn.c (copy_nary): Adjust.
2240         (copy_phis): Rename to ...
2241         (copy_phi): ... this.  Adjust.
2242         (copy_references): Rename to ...
2243         (copy_reference): ... this.  Adjust.
2244         (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
2245         result into the valid table.
2247 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
2249         * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
2250         insn-config.h, insn-codes.h, recog.h, and optabs.h.
2252 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2254         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
2256 2010-05-26  Richard Guenther  <rguenther@suse.de>
2258         * opts.c (common_handle_option): Handle OPT_Ofast.
2260 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
2262         * diagnostic.c: Don't include opts.h.
2263         (permissive_error_option): Define.
2264         (diagnostic_initialize): Take n_opts parameter.  Allocate memory
2265         for classify_diagnostic.  Don't use memset for
2266         classify_diagnostic.  Initialize new and recently added fields.
2267         (diagnostic_classify_diagnostic): Use context->n_opts instead of
2268         N_OPTS.
2269         (diagnostic_report_diagnostic): Pass context parameter to
2270         diagnostic_report_warnings_p.  Use option_enabled and option_name
2271         hooks from context.
2272         (emit_diagnostic): Use permissive_error_option.
2273         (permerror): Likewise.
2274         * diagnostic.h: Don't include options.h.
2275         (struct diagnostic_context): Add n_opts, opt_permissive,
2276         inhibit_warnings, warn_system_headers, option_enabled and
2277         option_name fields.  Change classify_diagnostic to a pointer.
2278         * opts-diagnostic.h: New file.
2279         * opts.c: Include opts-diagnostic.h.
2280         (common_handle_option): Set global_dc fields for -Wfatal-errors,
2281         -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
2282         (option_name): New function.
2283         * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
2284         (c_common_handle_option): Set global_dc->permissive for
2285         -fpermissive.
2286         * c-common.c (c_cpp_error): Save and restore
2287         global_dc->warn_system_headers, not variable warn_system_headers.
2288         * toplev.c: Include opts-diagnostic.h.
2289         (general_init): Update call to diagnostic_initialize.  Set
2290         global_dc->show_column, global_dc->option_enabled and
2291         global_dc->option_name.
2292         (process_options): Don't set global_dc fields here.
2293         * Makefile.in (DIAGNOSTIC_H): Remove options.h.
2294         (diagnostic.o, opts.o, toplev.o): Update dependencies.
2296 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
2298         * config/picochip/picochip.md (movsi): Split a movsi from a
2299         const after reload.
2301 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2303         * ggc-zone.c: Update copyright year.
2304         (poison_region): Mark memory for Valgrind as undefined before
2305         memset () call and inaccessible afterwards.
2306         (ggc_pch_total_size): Change type of i to int.
2308 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2310         * ggc-common.c (ggc_free_overhead): Allow empty slot.
2312 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2314         * ggc-common.c: Update copyright year.
2315         (ggc_rlimit_bound): Remove prototype.  Compile only if
2316         !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
2317         (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
2318         && !ENABLE_GC_ALWAYS_COLLECT.  Make static.
2319         (ggc_min_heapsize_heuristic): Likewise.
2321 2010-05-26  Richard Guenther  <rguenther@suse.de>
2323         PR rtl-optimization/44164
2324         * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
2325         no-common access-path disambiguation.
2326         (indirect_ref_may_alias_decl_p): Adjust.
2327         (indirect_refs_may_alias_p): Likewise.
2328         (refs_may_alias_p_1): Likewise.
2330 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
2332         * c-typeck.c: Do not include expr.h.
2334 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
2336         * rtl.h (decl_default_tls_model): Move prototype from here...
2337         * output.h: ...to here.
2338         * c-decl.c: Do not include rtl.h.
2339         * c-pragma.c: Likewise.
2340         * c-parser.c: Likewise.
2341         * c-gimplify.c: Likewise.  And also not hard-reg-set.
2342         * c-common.c: Do not include rtl.h.  Include tm_p.h and add a
2343         FIXME note for it.  Add a FIXME note for expr.h.
2344         * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
2345         ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
2346         defined.
2348 2010-05-26  Jakub Jelinek  <jakub@redhat.com>
2350         PR target/44199
2351         * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
2352         or total_size is larger than red zone size for non-V4 ABI, emit a
2353         stack_tie resp. frame_tie insn before stack pointer restore.
2354         * config/rs6000/rs6000.md (frame_tie): New insn.
2356 2010-05-25  Eric Botcazou  <ebotcazou@adacore.com>
2358         * function.h (struct function): Add can_throw_non_call_exceptions bit.
2359         * lto-streamer-in.c (input_function): Stream it in.
2360         * lto-streamer-out.c (output_function): Stream it out.
2361         * function.c (allocate_struct_function): Set it.
2362         (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
2363         for flag_non_call_exceptions.
2364         * cfgbuild.c (control_flow_insn_p): Likewise.
2365         (make_edges): Likewise.
2366         * cfgexpand.c (expand_stack_alignment): Likewise.
2367         * combine.c (distribute_notes): Likewise.
2368         * cse.c (cse_extended_basic_block): Likewise.
2369         * except.c (insn_could_throw_p): Likewise.
2370         * gcse.c (simple_mem): Likewise.
2371         * ipa-pure-const.c (check_call): Likewise.
2372         (check_stmt ): Likewise.
2373         * lower-subreg.c (lower-subreg.c): Likewise.
2374         * optabs.c (emit_libcall_block): Likewise.
2375         (prepare_cmp_insn): Likewise.
2376         * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
2377         * postreload.c (rest_of_handle_postreload): Likewise.
2378         * reload1.c (reload_as_needed): Likewise.
2379         (emit_input_reload_insns): Likewise.
2380         (emit_output_reload_insns): Likewise.
2381         (fixup_abnormal_edges): Likewise.
2382         * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
2383         * store-motion.c (find_moveable_store): Likewise.
2384         * tree-eh.c (stmt_could_throw_p): Likewise.
2385         (tree_could_throw_p): Likewise.
2386         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
2387         * config/arm/arm.c (arm_expand_prologue): Likewise.
2388         (thumb1_expand_prologue): Likewise.
2389         * config/rx/rx.md (cbranchsf4): Likewise.
2390         (cmpsf): Likewise.
2391         * config/s390/s390.c (s390_emit_prologue): Likewise.
2392         * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
2393         (inline_forbidden_into_p): New predicate.
2394         (expand_call_inline): Use it to forbid inlining.
2395         (tree_can_inline_p): Likewise.
2397 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2399         * config/i386/i386-c.c: Do not include rtl.h.
2400         * config/i386/t-i386: Update dependencies.
2402 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2404         * attribs.c: Do not include rtl.h.
2405         * Makefile.in: Update dependencies.
2407 2010-05-25  Anatoly Sokolov  <aesok@post.ru>
2409         * double-int.h (double_int_and): New.
2410         * combine.c (try_combine): Clean up, use double_int_* and
2411         immed_double_int_const functions.
2413 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2415         * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
2416         stderr to /dev/null instead of grep -q.
2417         * configure: Regenerate.
2419 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2421         * Makefile.in (EXCEPT_H): Fix typo.
2423 2010-05-25  Vladimir Makarov <vmakarov@redhat.com>
2425         * ira-build.c (update_conflict_hard_reg_costs): New.
2426         (ira_build): Call update_conflict_hard_reg_costs.
2428 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
2430         PR debug/41371
2431         * var-tracking.c (find_loc_in_1pdv): Guard asserts with
2432         ENABLE_CHECKING.
2433         (intersect_loc_chains): Walk the s2var's loc_chain together
2434         with s1node chain as long as the locations are equal, don't
2435         call find_loc_in_1pdv in that case.
2437         PR debug/42801
2438         * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
2439         (copy_bind_expr): ... instead of here.
2440         (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
2441         if the block hasn't been remapped.
2442         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
2443         emitting concrete instance of abstract VLA, add DW_AT_type attribute.
2445 2010-05-25  Richard Guenther  <rguenther@suse.de>
2447         PR middle-end/44069
2448         * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
2449         out-of-bounds array accesses.
2451 2010-05-25  Richard Guenther  <rguenther@suse.de>
2453         * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
2454         (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
2455         (run_gcc): Re-organize to make cleanup easier.
2457 2010-05-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2459         * config/s390/s390.c (optimization_options): Fix and move the
2460         flag_prefetch_loop_arrays override ...
2461         (override_options): ... here.
2463 2010-05-25  Joseph Myers  <joseph@codesourcery.com>
2465         * diagnostic.c: Don't include plugin.h.
2466         (diagnostic_report_diagnostic): Don't handle plugins specially
2467         here.  Pass context to internal_error callback.
2468         * diagnostic.h (struct diagnostic_context): Add context parameter
2469         to internal_error callback.
2470         * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
2471         * plugin.h (struct diagnostic_context): Declare.
2472         (warn_if_plugins, plugins_internal_error_function): Declare.
2473         * toplev.c (general_init): Set global_dc->internal_error.
2474         * Makefile.in (diagnostic.o): Update dependencies.
2476 2010-05-25 Iain Sandoe  <iains@gcc.gnu.org>
2478         * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
2479         * config/rs6000/t-darwin64: New.
2480         * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
2481         build crt2.
2483 2010-05-25  Christian Borntraeger  <borntraeger@de.ibm.com>
2485         PR 44203
2486         * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
2487         match the original (and intended) behaviour before r159557.  This
2488         changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
2489         in two ways.
2491 2010-05-25  Richard Guenther  <rguenther@suse.de>
2493         * doc/invoke.texi: Document -Ofast.
2494         * target.h (struct gcc_target): Add handle_ofast.
2495         * target-def.h (TARGET_HANDLE_OFAST): Add.
2496         (TARGET_INITIALIZER): Adjust.
2497         * opts.c (decode_options): Handle -Ofast.  Enable -ffast-math with it.
2498         * common.opt (Ofast): Add.
2500 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
2502         * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
2503         * doc/md.texi (cstoreXX4): Update for cond-optab changes.
2505 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
2507         PR target/43610
2508         * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
2509         even if !FLOAT_LIB_COMPARE_RETURNS_BOOL.  Always compute true_rtx and
2510         false_rtx.  Use false_rtx to compute the correct *ptest for reversed
2511         comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
2513 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
2515         * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
2516         DW_OP_minus with negated offset instead of DW_OP_plus.
2517         (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
2519 2010-05-25  Wei Guozhi  <carrot@google.com>
2521         * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
2522         tst instruction and a new alternative.
2523         * config/arm/constraints.md (Pu): New constraint.
2525 2010-05-24  Sebastian Pop  <sebastian.pop@amd.com>
2527         * function.c (assign_stack_local_1): Initialize variable
2528         to avoid warning when bootstrapping at -O3.
2530 2010-05-24  Steven Bosscher  <steven@gcc.gnu.org>
2532         * configure.ac (all_lang_makefiles): Remove everything related to it.
2533         * configure: Regenerate.
2534         * Makefile.in: Fix reference to ada Make-lang.in.
2535         Remove support for LANG_MAKEFILES.
2537 2010-05-24  Daniel Jacobowitz  <dan@codesourcery.com>
2538             Sandra Loosemore  <sandra@codesourcery.com>
2540         * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
2541         * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
2542         description.  Add arm_neon_fp16_ok.
2543         (Add Options): Add arm_neon and arm_neon_fp16.
2545 2010-05-24  Joseph Myers  <joseph@codesourcery.com>
2547         * diagnostic.c: Don't include flags.h.
2548         (pedantic_warning_kind, permissive_error_kind): Take diagnostic
2549         context parameters.  Check flags in the context passed as a parameter.
2550         (diagnostic_build_prefix): Add context parameter.  Check
2551         show_column flag in context.
2552         (diagnostic_action_after_output): Check fatal_errors flag in context.
2553         (diagnostic_report_current_module): Check show_column flag in context.
2554         (default_diagnostic_starter): Update call to
2555         diagnostic_build_prefix.
2556         (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
2557         (emit_diagnostic): Pass context to permissive_error_kind.
2558         (permerror): Pass context to permissive_error_kind.
2559         * diagnostic.h (struct diagnostic_context): Add show_column,
2560         pedantic_errors, permissive and fatal_errors fields.
2561         (diagnostic_build_prefix): Update prototype.
2562         * langhooks.c
2563         * toplev.c (process_options): Set flags in global_dc from
2564         flag_show_column, flag_pedantic_errors, flag_permissive,
2565         flag_fatal_errors.
2566         * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
2567         to diagnostic_build_prefix.
2568         * Makefile.in (diagnostic.o): Update dependencies.
2570 2010-05-24  H.J. Lu  <hongjiu.lu@intel.com>
2572         * config/i386/ia32intrin.h (__crc32q): Define only if
2573         __SSE4_2__ is defined.
2575 2010-05-24  Iain Sandoe  <iains@gcc.gnu.org>
2577         PR target/44132
2578         PR middle-end/43602
2579         * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
2580         DECL_VISIBILITY_SPECIFIED.
2581         (emutls_decl): Set DECL_PRESERVE_P and copy
2582         DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
2583         (emutls_finalize_control_var): New callback.
2584         (emutls_finish): Finalize emutls control variables.
2585         * toplev.c (compile_file): Move the call to emutls_finish ()
2586         before varpool_assemble_pending_decls ().
2588 2010-05-24  Daniel Gutson  <dgutson@codesourcery.com>
2590         * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
2591         added to the preprocessor condition.
2593 2010-05-24  Paul Brook  <paul@codesourcery.com>
2595         * gengtype-lex.l: Add HARD_REG_SET.
2596         * expr.c (expand_expr_real_1): Record writes to hard registers.
2597         * function.c (rtl_data): Add asm_clobbers.
2598         * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
2599         (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
2600         Use crtl->asm_clobbers.
2602 2010-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2604         * doc/makefile.texi (Makefile): Mention stages 'profile'
2605         and 'feedback' for profiledbootstrap.
2607 2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>
2609         PR target/44245
2610         * config/i386/i386.c (def_builtin): Properly check
2611         OPTION_MASK_ISA_64BIT.
2613 2010-05-23  Joseph Myers  <joseph@codesourcery.com>
2615         * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
2616         typedefs with different but compatible types.  Allow duplicate
2617         typedefs with the same type except for pedantic non-C1X, but give
2618         warning for variably modified types.
2619         * c-typeck.c (tagged_types_tu_compatible_p,
2620         function_types_compatible_p, type_lists_compatible_p,
2621         comptypes_internal): Add parameter different_types_p; set
2622         *different_types_p for different but compatible types.  All
2623         callers changed.
2624         (comptypes_check_different_types): New.
2625         * c-tree.h (comptypes_check_different_types): Declare.
2627 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
2629         * regs.h: Do not include obstack.h, basic-block.h.  Include machmode.h.
2630         * jump.c: Include basic-block.h.
2631         * profile.c: Likewise.
2632         * tree-profile.c: Likewise.
2633         * coverage.c: Likewise.
2634         * basic-block.h (optimize_function_for_size_p): Move to function.h.
2635         (optimize_function_for_speed_p): Likewise.
2636         * function.h (optimize_function_for_size_p,
2637         optimize_function_for_speed_p): Moved here from basic-block.h.
2638         * Makefile.in: Update dependencies.
2640 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2642         * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
2643         before calling make; allow override through $MAKE.
2644         * doc/invoke.texi (Optimize Options): Document override.
2646 2010-05-23  Anatoly Sokolov  <aesok@post.ru>
2648         * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
2649         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
2650         (rs6000_mode_dependent_address_ptr): Make static.
2651         * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
2652         * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
2653         Remove.
2655 2010-05-23  Maarten Lankhorst  <mlankhorst@codeweavers.com>
2657         PR target/43869
2658         * config/i386/i386.c: Make sure that the correct regparm is passed.
2660 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
2662         * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
2663         * sbitmap.c: ...to here to internalize sbitmap element access.
2664         Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
2665         Explain why basic-block.h is included.
2666         * function.h: Include tm.h for CUMULATIVE_ARGS.
2667         * Makefile.in: Update dependencies.
2669 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
2671         * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
2672         New core types.
2673         * sbitmap.h (struct sbitmap_def): Do not typedef here.
2674         * sbitmap.c: Include sbitmap.h.
2675         * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
2676         hard-reg-set.h.  Split everything related to regsets out from here...
2677         * regset.h: ...to here.  New file.
2678         * df.h: Include regset.h and sbitmap.h.
2679         * tree-flow.h: Likewise.
2680         * cfgloop.h: Likewise.
2681         * except.h: Do not include sbitmap.h.  Include hashtab.h.
2682         * cgraph.h: Include vec.h and function.h.
2683         * reload.h (struct insn_chain): Change types of live_throughout
2684         and dead_or_set from regset_head to bitmap_head.
2685         (compute_use_by_pseudos): Be defined also if regset.h is not included.
2686         * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
2687         spilled_regs from regset_head to bitmap_head to avoid dependency
2688         in regset.h.
2689         * sel-sched-ir.h: Include regset.h.
2690         * reload.c: Include df.h before reload.h.
2691         * caller-save.c: Likewise.
2692         * reload1.c: Likewise.
2693         * ira.c: Likewise.
2694         (mark_elimination): Update type of r to bitmap, consistent with
2695         DF_LR_IN.
2696         * dominance.c: Include bitmap.h.
2697         * modulo-sched.c: Include df.h.
2698         * cfganal.c: Include bitmap.h and sbitmap.h.
2699         * cfgbuild.c: Include sbitmap.h.
2700         * lcm.c: Include sbitmap.h.
2701         * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
2702         * domwalk.c: Include sbitmap.h, exclude ggc.h.
2703         * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
2704         * cselib.c: Include bitmap.h.
2705         * tree-optimize.c: Include regset.h.
2706         * stmt.c: Include bitmap.h.
2707         * Makefile.in: Update dependencies.
2709 2010-05-22  Jan Hubicka  <jh@suse.cz>
2711         * cgraph.h (struct varpool_node): Add same_comdat_group.
2712         * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
2713         pointer.
2714         (output_varpool): Update call of lto_output_varpool_node.
2715         (input_varpool): Read same_comdat_group pointer.
2716         (input_varpool_1): Fixup same_comdat_group pointer.
2717         * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
2718         group is needed, all are.
2719         * varpool.c (varpool_remove_node): Remove node from same comdat group
2720         linklist too.
2721         (varpool_analyze_pending_decls): Walk same comdat groups.
2723 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
2725         * rtl.h (union rtunion_def): Remove rt_bit member.
2726         (XBITMAP, X0BITMAP, XCBITMAP): Remove.
2727         * print-rtl (print_rtx): Do not print the member.
2728         * gengtype.c (adjust_field_rtx_def): Do not handle it.
2729         * gengenrtl.c (type_from_format): Likewise.
2730         (accessor_from_format): Likewise.
2732 2010-05-22  Joseph Myers  <joseph@codesourcery.com>
2734         * dbgcnt.c: Include toplev.h instead of errors.h.
2735         * ira-emit.c: Don't include errors.h.
2736         * ira.c: Include toplev.h instead of errors.h.
2737         * lto-compress.c: Include toplev.h instead of errors.h.
2738         * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
2739         ira.o, dbgcnt.o): Update dependencies.
2741 2010-05-22  Richard Guenther  <rguenther@suse.de>
2743         * gimple.c (gimple_types_compatible_p): Check type qualifications
2744         before merging pointer to complete and pointer to incomplete type.
2745         * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
2746         we use our own resolution algorithm.  The gold linker plugin
2747         doesn't do the job we want it to do here.
2749 2010-05-22  Anatoly Sokolov  <aesok@post.ru>
2751         * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
2752         * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
2753         (sparc_mode_dependent_address_p): New function.
2755 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
2757         * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
2759         * timevar.c: Do not include any core headers.
2760         (timevar_print): De-i18n-ize.
2761         (print_time): Likewise.
2762         * timevar.h (timevar_push, timevar_pop): Make inline functions.
2764 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
2766         * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
2767         langhooks-def.h.
2768         (diagnostic_initialize): Initialize x_data not last_function.
2769         (diagnostic_report_current_function): Move to tree-diagnostic.c.
2770         (default_diagnostic_starter): Call
2771         diagnostic_report_current_module not
2772         diagnostic_report_current_function.
2773         (diagnostic_report_diagnostic): Initialize x_data not
2774         abstract_origin.
2775         (verbatim): Likewise.
2776         * diagnostic.h (struct diagnostic_info): Change abstract_origin to
2777         x_data.
2778         (struct diagnostic_context): Change last_function to x_data.
2779         (diagnostic_auxiliary_data): Replace with
2780         diagnostic_context_auxiliary_data and
2781         diagnostic_info_auxiliary_data.
2782         (diagnostic_last_function_changed, diagnostic_set_last_function,
2783         diagnostic_report_current_function): Move to tree-diagnostic.h.
2784         (print_declaration, dump_generic_node, print_generic_stmt,
2785         print_generic_stmt_indented, print_generic_expr,
2786         print_generic_decl, debug_c_tree, dump_omp_clauses,
2787         print_call_name, debug_generic_expr, debug_generic_stmt,
2788         debug_tree_chain, default_tree_printer): Move to
2789         tree-pretty-print.h.
2790         (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
2791         print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
2792         gimple-pretty-print.h.
2793         * pretty-print.c: Don't include tree.h
2794         (pp_base_format): Don't handle %K here.
2795         (pp_base_tree_identifier): Move to tree-pretty-print.c.
2796         * pretty-print.h (text_info): Change abstract_origin to x_data.
2797         (pp_tree_identifier, pp_unsupported_tree,
2798         pp_base_tree_identifier): Move to tree-pretty-print.h.
2799         * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
2800         tree-pretty-print.h: New files.
2801         * tree-pretty-print.c: Include tree-pretty-print.h.
2802         (percent_K_format): New.  Moved from pretty-print.c.
2803         (pp_base_tree_identifier): Move from pretty-print.c.
2804         * c-objc-common.c: Include tree-pretty-print.h.
2805         (c_tree_printer): Handle %K here.
2806         * langhooks.c: Include tree-diagnostic.h.
2807         (lhd_print_error_function): Use diagnostic_abstract_origin macro.
2808         * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
2809         (default_tree_printer): Handle %K using percent_K_format.
2810         (general_init): Use default_tree_diagnostic_starter.
2811         * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
2812         (free_lang_data): Use default_tree_diagnostic_starter.
2813         * c-pretty-print.c: Include tree-pretty-print.h.
2814         * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
2815         * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
2816         * dwarf2out.c: Include tree-pretty-print.h.
2817         * except.c: Include tree-pretty-print.h.
2818         * gimple-pretty-print.c: Include tree-pretty-print.h and
2819         gimple-pretty-print.h.
2820         * gimplify.c: Include tree-pretty-print.h.
2821         * graphite-poly.c: Include tree-pretty-print.h and
2822         gimple-pretty-print.h.
2823         * ipa-cp.c: Include tree-pretty-print.h.
2824         * ipa-inline.c: Include gimple-pretty-print.h.
2825         * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
2826         * ipa-pure-const.c: Include gimple-pretty-print.h.
2827         * ipa-struct-reorg.c: Include tree-pretty-print.h and
2828         gimple-pretty-print.h.
2829         * ipa-type-escape.c: Include tree-pretty-print.h.
2830         * print-rtl.c: Include tree-pretty-print.h.
2831         * print-tree.c: Include gimple-pretty-print.h.
2832         * sese.c: Include tree-pretty-print.h.
2833         * tree-affine.c: Include tree-pretty-print.h.
2834         * tree-browser.c: Include tree-pretty-print.h.
2835         * tree-call-cdce.c: Include gimple-pretty-print.h.
2836         * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
2837         * tree-chrec.c: Include tree-pretty-print.h.
2838         * tree-data-ref.c: Include tree-pretty-print.h and
2839         gimple-pretty-print.h.
2840         * tree-dfa.c: Include tree-pretty-print.h.
2841         * tree-if-conv.c: Include tree-pretty-print.h and
2842         gimple-pretty-print.h.
2843         * tree-inline.c: Include tree-pretty-print.h.
2844         * tree-into-ssa.c: Include tree-pretty-print.h and
2845         gimple-pretty-print.h.
2846         * tree-nrv.c: Include tree-pretty-print.h.
2847         * tree-object-size.c: Include tree-pretty-print.h and
2848         gimple-pretty-print.h.
2849         * tree-outof-ssa.c: Include tree-pretty-print.h and
2850         gimple-pretty-print.h.
2851         * tree-parloops.c: Include tree-pretty-print.h and
2852         gimple-pretty-print.h.
2853         * tree-predcom.c: Include tree-pretty-print.h and
2854         gimple-pretty-print.h.
2855         * tree-scalar-evolution.c: Include tree-pretty-print.h and
2856         gimple-pretty-print.h.
2857         * tree-sra.c: Include tree-pretty-print.h.
2858         * tree-ssa-address.c: Include tree-pretty-print.h.
2859         * tree-ssa-alias.c: Include tree-pretty-print.h.
2860         * tree-ssa-ccp.c: Include tree-pretty-print.h and
2861         gimple-pretty-print.h.
2862         * tree-ssa-coalesce.c: Include tree-pretty-print.h.
2863         * tree-ssa-copy.c: Include tree-pretty-print.h and
2864         gimple-pretty-print.h.
2865         * tree-ssa-copyrename.c: Include tree-pretty-print.h.
2866         * tree-ssa-dce.c: Include tree-pretty-print.h and
2867         gimple-pretty-print.h.
2868         * tree-ssa-dom.c: Include tree-pretty-print.h and
2869         gimple-pretty-print.h.
2870         * tree-ssa-dse.c: Include gimple-pretty-print.h.
2871         * tree-ssa-forwprop.c: Include tree-pretty-print.h.
2872         * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
2873         * tree-ssa-live.c: Include tree-pretty-print.h and
2874         gimple-pretty-print.h.
2875         * tree-ssa-loop-im.c: Include tree-pretty-print.h and
2876         gimple-pretty-print.h.
2877         * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
2878         gimple-pretty-print.h.
2879         * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
2880         gimple-pretty-print.h.
2881         * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
2882         gimple-pretty-print.h.
2883         * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
2884         * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
2885         * tree-ssa-operands.c: Include tree-pretty-print.h and
2886         gimple-pretty-print.h.
2887         * tree-ssa-phiprop.c: Include tree-pretty-print.h and
2888         gimple-pretty-print.h.
2889         * tree-ssa-pre.c: Include tree-pretty-print.h and
2890         gimple-pretty-print.h.
2891         * tree-ssa-propagate.c: Include gimple-pretty-print.h.
2892         * tree-ssa-reassoc.c: Include tree-pretty-print.h and
2893         gimple-pretty-print.h.
2894         * tree-ssa-sccvn.c: Include tree-pretty-print.h and
2895         gimple-pretty-print.h.
2896         * tree-ssa-sink.c: Include gimple-pretty-print.h.
2897         * tree-ssa-ter.c: Include tree-pretty-print.h and
2898         gimple-pretty-print.h.
2899         * tree-ssa-uninit.c: Include gimple-pretty-print.h.
2900         * tree-ssa.c: Include tree-pretty-print.h and
2901         gimple-pretty-print.h.
2902         * tree-stdarg.c: Include gimple-pretty-print.h.
2903         * tree-switch-conversion.c: Include gimple-pretty-print.h.
2904         * tree-tailcall.c: Include tree-pretty-print.h and
2905         gimple-pretty-print.h.
2906         * tree-vect-data-refs.c: Include tree-pretty-print.h and
2907         gimple-pretty-print.h.
2908         * tree-vect-loop-manip.c: Include tree-pretty-print.h and
2909         gimple-pretty-print.h.
2910         * tree-vect-loop.c: Include tree-pretty-print.h and
2911         gimple-pretty-print.h.
2912         * tree-vect-patterns.c: Include gimple-pretty-print.h.
2913         * tree-vect-slp.c: Include tree-pretty-print.h and
2914         gimple-pretty-print.h.
2915         * tree-vect-stmts.c: Include tree-pretty-print.h and
2916         gimple-pretty-print.h.
2917         * tree-vectorizer.c: Include tree-pretty-print.h.
2918         * tree-vrp.c: Include tree-pretty-print.h and
2919         gimple-pretty-print.h.
2920         * value-prof.c: Include tree-pretty-print.h and
2921         gimple-pretty-print.h.
2922         * var-tracking.c: Include tree-pretty-print.h.
2923         * Makefile.in (OBJS-common): Add tree-diagnostic.o.
2924         (tree-diagnostic.o): New dependencies.
2925         (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
2926         tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
2927         tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
2928         tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
2929         tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
2930         tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
2931         tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
2932         tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
2933         tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
2934         tree-ssa-address.o, tree-ssa-loop-niter.o,
2935         tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
2936         tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
2937         tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
2938         gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
2939         tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
2940         tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
2941         tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
2942         tree-parloops.o, tree-stdarg.o, tree-object-size.o,
2943         gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
2944         toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
2945         ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
2946         ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
2947         tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
2948         tree-switch-conversion.o, var-tracking.o, value-prof.o,
2949         cfgexpand.o, pretty-print.o): Update dependencies.
2951 2010-05-22  Andreas Tobler  <andreast@fgznet.ch>
2953         * tree-ssa-structalias.c: Remove tm_p.h from include.
2955 2010-05-21  Jeff Law  <law@redhat.com>
2957         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
2959 2010-05-21  Jason Merrill  <jason@redhat.com>
2961         * tree-eh.c (cleanup_is_dead_in): New.
2962         (lower_try_finally): Don't generate a dead cleanup region.
2963         (lower_cleanup): Likewise.
2965 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
2967         PR debug/44223
2968         * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
2969         unchain each use from the cyclic next_regno_use chain first.
2971 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
2973         * real: Do not include gmp.h, mpfr.h, and mpc.h.
2974         (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
2975         (real_value_negate, real_value_abs): New prototypes.
2976         (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
2977         * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
2978         new include file for interface between MPFR and REAL_VALUE_TYPE.
2979         * real.c: Include realmpfr.h.
2980         (real_arithmetic2): Remove legacy function.
2981         (real_value_negate): New.
2982         (real_value_abs): New.
2983         (mfpr_from_real, real_from_mpfr): Move from here...
2984         * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
2985         * builtins.c: Include realmpfr.h.
2986         * fold-const.c: Include realmpfr.h.
2987         (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
2988         (fold_negate_const): Likewise.
2989         (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
2990         * toplev.c: Include realmpfr.h.
2991         * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
2992         and real_value_negate.
2993         * fixed-value.c (check_real_for_fixed_mode): Likewise.
2994         * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
2995         (vfp3_const_double_index): Likewise.
2996         (arm_print_operand): Likewise.
2997         * Makefile.in: Update dependencies.
2999 2010-05-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3001         * config/s390/s390.c (override_options): Increase the default
3002         of max-completely-peel-times.
3004 2010-05-21  Julian Brown  <julian@codesourcery.com>
3005             Mark Mitchell  <mark@codesourcery.com>
3007         * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
3008         sibling calls for Thumb-1.
3009         * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
3010         * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
3011         Thumb-2.
3012         (*call_insn, *call_value_insn): Don't use for Thumb-2.
3013         (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
3014         for Thumb-2.
3015         (return): New expander.
3016         (*arm_return): New name for ARM return insn.
3017         * config/arm/thumb2.md (*thumb2_return): New insn pattern.
3019 2010-05-19  Joel Sherrill <joel.sherrill@oarcorp.com>
3021         * config.gcc (sparc64-*-rtems*): New target.
3023 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
3025         * tree.c (build_function_decl_skip_args): Fix grammar.
3026         (build_function_type_list_1): Fix typos, adjust formatting.
3028 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
3030         * tree.h: Include real.h and fixed-value.h as basic datatypes.
3031         * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
3032         tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
3033         tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
3034         tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
3035         genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
3036         tree-pretty-print.c, tree-loop-distribution.c,
3037         tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
3038         tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
3039         tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
3040         tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
3041         tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
3042         tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
3043         tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
3044         tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
3045         tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
3046         tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
3047         genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
3048         tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
3049         gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
3050         tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
3051         tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
3052         store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
3053         tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
3054         tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
3055         tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
3056         tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
3057         fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
3058         tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
3059         config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
3060         config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
3061         config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
3062         config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
3063         config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
3064         config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
3065         config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
3066         config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
3067         config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
3068         config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
3069         config/score/score7.c, config/score/score.c, config/arm/arm.c,
3070         config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
3071         config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
3072         config/bfin/bfin.c: Clean up redundant includes.
3073         * Makefile.in: Update accordingly.
3075 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
3077         PR middle-end/44204
3078         * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
3079         statement has no arguments.
3081 2010-05-21  Kai Tietz  <kai.tietz@onevision.com>
3083         PR/44139
3084         * varasm.c (emutls_decl): Merge attributes to new decl.
3086 2010-05-21  Eric Botcazou  <ebotcazou@adacore.com>
3088         PR middle-end/44101
3089         * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
3090         around the uniquized constructor if its type requires a conversion.
3092 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
3094         PR debug/44205
3095         * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
3096         at -O0 goto_locus of any of the incoming edges differs from
3097         goto_locus of outgoing edge, or gimple_location of any of the
3098         labels differs.
3100 2009-09-14  Vladimir Makarov <vmakarov@redhat.com>
3102         * ira.c (ira_non_ordered_class_hard_regs): Define.
3103         (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
3104         * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
3105         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
3106         cost of unaligned hard regs when allocating multi-reg pseudos.
3108 2010-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
3110         * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
3111         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
3112         for TARGET_NO_FLOAT.
3113         * config/mips/mips.c (mips_file_start): Expand conditional expression
3114         into "if" statements.  Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
3115         (mips_override_options): Move -mno-float override -msoft-float and
3116         -mhard-float.
3117         * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
3118         Condition(TARGET_SUPPORTS_NO_FLOAT).
3119         * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
3120         __mips_no_float here.
3121         (SUBTARGET_OVERRIDE_OPTIONS): Delete.
3122         (TARGET_SUPPORTS_NO_FLOAT): Define.
3123         * config/mips/sdemtk.opt: Delete.
3125 2010-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
3127         * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
3129 2010-05-20  Uros Bizjak  <ubizjak@gmail.com>
3131         PR target/43733
3132         * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
3133         * configure: Regenerate.
3134         * config.in: Regenerate.
3135         * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
3136         instead of sahf only for 64bit targets.
3138 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
3140         PR debug/44178
3141         * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
3142         setup_ref_regs for DEBUG_INSNs.
3144 2010-05-20  Jan Hubicka  <jh@suse.cz>
3146         PR middle-end/44197
3147         * varpool.c (varpool_remove_node): Handle in-varpool aliases.
3149 2010-05-20  Kenneth Zadeck  <zadeck@naturalbridge.com>
3151         PR bootstrap/43870
3152         * df-scan.c (df_ref_compare): Stabilize sort.
3154 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
3156         * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
3157         argument.  Don't use DW_OP_piece if offset is non-zero,
3158         put offset into second DW_OP_bit_piece argument.
3159         (dw_sra_loc_expr): Adjust callers.  For memory expressions
3160         compute offset.
3162 2010-05-20  Hans-Peter Nilsson  <hp@axis.com>
3164         PR target/44202
3165         * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
3166         settings for 16-bit-constant "addo" alternative.
3168 2010-05-19  James E. Wilson  <wilson@codesourcery.com>
3170         * config/mips/mips-dsp.md (add<DSPV:mode>3,
3171         mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
3173         PR target/43764
3174         * mips.c (mips_call_expr_from_insn): New arg second_call.  Set it.
3175         (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
3176         Use it.
3178 2010-05-19  Joseph Myers  <joseph@codesourcery.com>
3180         * diagnostic.c (FLOAT, FFS): Don't undefine.
3181         * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
3182         * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
3183         include ordering.
3185 2010-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
3187         * combine.c (propagate_for_debug): Call make_compound_operation
3188         on the source value.
3189         (try_combine): When implementing a split chosen by find_split_point,
3190         either copy i2src or set it to null.  Assert that i2src is not null
3191         before substituting into CALL_INSN_FUNCTION_USAGE.
3193 2010-05-19  Anatoly Sokolov  <aesok@post.ru>
3195         * double-int.h (double_int_ior): New function.
3196         * tree.h (build_int_cst_wide_type): Remove.
3197         * tree.c (build_int_cst_wide_type): Remove.
3198         * fold-const.c (native_interpret_int): Use double_int_to_tree instead
3199         of build_int_cst_wide_type.
3200         * stor-layout.c (set_sizetype): (Ditto.).
3201         * dojump.c (do_jump): Use build_int_cstu instead of
3202         build_int_cst_wide_type.
3204 2010-05-19  Eric Botcazou  <ebotcazou@adacore.com>
3206         * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
3207         * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
3208         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
3209         * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
3210         TARGET_EXPR nodes, but only once, if instructed to do so.  Do not
3211         propagate the 'data' argument to copy_tree_r.
3212         (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
3213         Propagate 'data' argument to walk_tree.
3214         (copy_if_shared): New function.
3215         (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
3216         (unmark_visited): New function.
3217         (unshare_body): Call copy_if_shared instead of doing it manually.
3218         (unvisit_body): Call unmark_visited instead of doing it manually.
3220 2010-05-19  Nathan Froyd  <froydnj@codesourcery.com>
3222         * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
3223         (hook_tree_tree_int_treep_bool_null): ...this.  Update signature.
3224         * hooks.c: Likewise.
3225         * target-def.h (TARGET_FOLD_BUILTIN): Define to
3226         hook_tree_tree_int_treep_bool_null.
3227         * target.h (struct gcc_target): Update signature of fold_builtin
3228         field.
3229         * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
3230         * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
3231         instead of the call expression.
3232         (fold_builtin_call_array): Pass n and argarray directly.
3233         (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
3234         consing a list.
3235         * config/alpha/alpha.c (alpha_fold_builtin): Update signature.  Lift
3236         MAX_ARGS check out of the loop.  Delete declaration of `arity', declare
3237         `i' and use it in place of `arity'.
3238         * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
3239         Dereference `args' directly.
3240         * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
3242 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3244         * doc/sourcebuild.texi (Effective-Target Keywords): Document
3245         3dnow, sse3, sse2.
3246         (Directives): Document optional dg-require-effective-target
3247         selector.
3249 2010-05-19  Richard Guenther  <rguenther@suse.de>
3251         PR lto/44196
3252         * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
3254 2010-05-19  Richard Guenther  <rguenther@suse.de>
3256         * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
3257         * common.opt (fwhopr=): New.
3258         * opts.c (common_handle_option): Handle OPT_fwhopr.
3259         * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
3260         * collect2.c (main): Match -fwhopr*.
3261         * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
3262         Execute ltrans stage in parallel when jobs is bigger than 1.
3264 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3266         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
3267         pentiumpro on Solaris 8/x86 with Sun as.
3268         * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
3269         hidden alias bug.
3270         (gcc_cv_as_ix86_quad): Check for .quad directive.
3271         * configure: Regenerate.
3272         * config.in: Regenerate.
3273         * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
3275 2010-05-19  Martin Jambor  <mjambor@suse.cz>
3277         * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
3278         also for indirect edges.  Actual printing moved...
3279         (ipa_print_node_jump_functions_for_edge): ...here.
3280         (ipa_compute_jump_functions): Renamed to
3281         ipa_compute_jump_functions_for_edge and made static.
3282         (ipa_compute_jump_functions): New function.
3283         (make_edge_direct_to_target): Check if the number of arguments on
3284         the newly direct edge is the same as the number of parametrs of
3285         the callee.
3286         * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
3287         ipa_compute_jump_functions.  Call ipa_analyze_params_uses.
3288         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
3289         analysis functions unconditionally, call the new
3290         ipa_analyze_params_uses on the node instead of every edge.
3292 2010-05-19  Christian Borntraeger  <borntraeger@de.ibm.com>
3294         * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
3295         to tree.
3296         (dump_mem_ref): Adopt debug code to handle a tree as step.  This
3297         also checks for a constant int vs.  non-constant but
3298         loop-invariant steps.
3299         (find_or_create_group): Change the sort algorithm to only consider
3300         steps that are constant ints.
3301         (idx_analyze_ref): Adopt code to handle a tree instead of a
3302         HOST_WIDE_INT for step.
3303         (gather_memory_references_ref): Handle tree instead of int and be
3304         prepared to see a NULL_TREE.
3305         (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
3306         prefetches if the step cannot be calculated at compile time.
3307         (issue_prefetch_ref): Issue prefetches for non-constant but
3308         loop-invariant steps.
3310 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
3312         Revert:
3313         2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
3315         * tree.h (build_call_list): Remove.
3316         * tree.c (build_call_list): Remove.
3318 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
3320         * tree.h (build_call_list): Remove.
3321         * tree.c (build_call_list): Remove.
3323 2010-05-18  Jan Hubicka  <jh@suse.cz>
3325         * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
3327 2010-05-18  Vladimir Makarov  <vmakarov@redhat.com>
3329         PR rtl-optimization/43332
3330         * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
3332 2010-05-18  Anatoly Sokolov  <aesok@post.ru>
3334         * tree.h (build_int_cstu): Implement as static inline.
3335         * tree.c (build_int_cstu): Remove function.
3336         (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
3337         sign extended.
3339 2010-05-18  Richard Guenther  <rguenther@suse.de>
3341         PR lto/44143
3342         * lto-wrapper.c (verbose): New variable.  Initialize from -v.
3343         (debug): Initialize from -save-temps.
3344         (collect_execute): Print command-line when verbose.
3345         (run_gcc): Always use COLLECT_GCC_OPTIONS.  Use fork_execute
3346         for ltrans invocation.  Produce -dumpbase flag again.
3347         (process_args): Remove.
3348         (main): Simplify.
3349         * collect2.c (maybe_run_lto_and_relink): Only pass object
3350         files to lto-wrapper.
3351         * gcc.c (LINK_COMMAND_SPEC): Likewise.
3353 2010-05-18  Jan Hubicka  <jh@suse.cz>
3355         * opts.c (decode_options): Do not disable whopr at ipa_cp.
3356         * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
3358 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
3360         PR lto/44184
3361         * lto-streamer-out.c (output_gimple_stmt): Output number of labels
3362         in a GIMPLE_ASM.
3363         * lto-streamer-in.c (input_gimple_stmt): Read number of labels
3364         in a GIMPLE_ASM.
3366 2010-05-18  Jakub Jelinek  <jakub@redhat.com>
3368         PR debug/41371
3369         * var-tracking.c (find_loc_in_1pdv): Add a few checks from
3370         rtx_equal_p inline.
3372 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
3374         * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
3375         lto-macho as lto_binary_reader.
3377         * darwin.c (darwin_asm_named_section): Do not add assembler comment
3378         after .section directive; just print it before the directive instead.
3380 2010-05-17  Jan Hubicka  <jh@suse.cz>
3382         * cgraph.c (cgraph_create_virtual_clone): Only check
3383         versionable_function_p when not in wpa and checking is enabled.
3384         * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
3385         there are no more functions to materialize.
3387 2010-05-17  Jan Hubicka  <jh@suse.cz>
3389         * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
3390         * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
3391         New functions.
3392         (output_cgraph): Call output_cgraph_opt_summary.
3393         (input_cgrpah): Call input_cgraph_opt_summary.
3394         (output_cgraph_opt_summary_p, output_node_opt_summary,
3395         input_node_opt_summary, input_cgraph_opt_section): New functions.
3396         * lto-section-in.c (lto_section_name): Add cgraphopt.
3397         * tree-inline.c (tree_function_versioning): Handle parm_num.
3398         * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
3399         * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
3401 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
3403         * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
3404         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
3405         the insn to prefetch ratio heuristic to loops with known trip count.
3407 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
3409         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
3410         (schedule_prefetches): Do not generate a prefetch if the unroll factor
3411         is far from what is required by the prefetch.
3413 2010-05-17  Jan Hubicka  <jh@suse.cz>
3415         * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
3416         (ipcp_estimate_growth): Likewise.
3417         (ipcp_const_param_count): Likewise.
3418         (ipcp_insert_stage): Likewise.
3419         * ipa-prop.c (visit_load_for_mod_analysis): New function.
3420         (visit_store_addr_for_mod_analysis): Set used flag.
3421         (ipa_detect_param_modifications): Set used flag for SSE params;
3422         update use of walk_stmt_load_store_addr_ops.
3423         (ipa_print_node_params): Print used flag.
3424         (ipa_write_node_info): Stream used flag.
3425         (ipa_read_node_info): Likewise.
3426         * ipa-prop.h (struct ipa_param_descriptor): Add used field.
3427         (ipa_is_param_used): New function.
3428         (lto_ipa_fixup_call_notes): Remove unused declaration.
3430 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3432         PR target/44074
3433         * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
3434         * configure: Regenerate.
3435         * config.in: Regenerate.
3436         * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
3437         !HAVE_AS_IX86_REP_LOCK_PREFIX.
3438         Don't emit whitespace.
3439         * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
3440         (*rep_movsi): Likewise.
3441         (*rep_movsi_rex64): Likewise.
3442         (*rep_movqi): Likewise.
3443         (*rep_movqi_rex64): Likewise.
3444         (*rep_stosdi_rex64): Likewise.
3445         (*rep_stossi): Likewise.
3446         (*rep_stossi_rex64): Likewise.
3447         (*rep_stosqi): Likewise.
3448         (*rep_stosqi_rex64): Likewise.
3449         (*cmpstrnqi_nz_1): Use {%;} after repz.
3450         (*cmpstrnqi_nz_rex_1): Likewise.
3451         (*cmpstrnqi_1): Likewise.
3452         (*cmpstrnqi_rex_1): Likewise.
3453         (*strlenqi_1): Use {%;} after repnz.
3454         (*strlenqi_rex_1): Likewise.
3455         * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
3456         (*sync_compare_and_swap<mode>): Likewise.
3457         (sync_double_compare_and_swap<mode>): Likewise.
3458         (*sync_double_compare_and_swapdi_pic): Likewise.
3459         (sync_old_add<mode>): Likewise.
3460         (sync_add<mode>): Likewise.
3461         (sync_sub<mode>): Likewise.
3462         (sync_<code><mode>): Likewise.
3464 2010-05-17  Martin Jambor  <mjambor@suse.cz>
3466         * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
3467         otr_token and polymorphic.
3468         * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
3469         (cgraph_clone_edge): Copy the above fields.
3470         * tree.c (get_binfo_at_offset): New function.
3471         * tree.h (get_binfo_at_offset): Declare.
3472         * ipa-prop.h (enum jump_func_type): Added known_type jump function
3473         type, reordered items, updated comments.
3474         (union jump_func_value): Added base_type field, reordered fields.
3475         (enum ipa_lattice_type): Moved down in the file.
3476         (struct ipa_param_descriptor): New field polymorphic.
3477         (ipa_is_param_polymorphic): New function.
3478         * ipa-prop.c: Include gimple.h and gimple-fold.h.
3479         (ipa_print_node_jump_functions): Print known type jump functions.
3480         (compute_complex_pass_through): Renamed to...
3481         (compute_complex_assign_jump_func): this.
3482         (compute_complex_ancestor_jump_func): New function.
3483         (compute_known_type_jump_func): Likewise.
3484         (compute_scalar_jump_functions): Create known type and complex ancestor
3485         jump functions.
3486         (ipa_note_param_call): New parameter polymorphic, set the corresponding
3487         flag in the call note accordingly.
3488         (ipa_analyze_call_uses): Renamed to...
3489         (ipa_analyze_indirect_call_uses): this.  New parameter target, define
3490         variable var only in the block where it is used.
3491         (ipa_analyze_virtual_call_uses): New function.
3492         (ipa_analyze_call_uses): Likewise.
3493         (combine_known_type_and_ancestor_jfs): Likewise.
3494         (update_jump_functions_after_inlining): Implemented handling of a
3495         number of new jump function types combination.
3496         (print_edge_addition_message): Removed.
3497         (make_edge_direct_to_target): New function.
3498         (try_make_edge_direct_simple_call): Likewise.
3499         (try_make_edge_direct_virtual_call): Likewise.
3500         (update_call_notes_after_inlining): Renamed to...
3501         (update_indirect_edges_after_inlining): this.  Moved edge creation for
3502         indirect calls to try_make_edge_direct_simple_call, also calls
3503         try_make_edge_direct_virtual_call for virtual calls.
3504         (ipa_print_node_params): Changed the header message.
3505         (ipa_write_jump_function): Stream also known type jump functions.
3506         (ipa_read_jump_function): Likewise.
3507         (ipa_write_indirect_edge_info): Stream new fields in
3508         cgraph_indirect_call_info.
3509         (ipa_read_indirect_edge_info): Likewise.
3510         * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
3511         GIMPLE_FOLD_H.
3513 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3515         * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
3517 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
3519         * tree.h (CALL_EXPR_ARGS): Delete.
3520         (call_expr_arglist): Delete.
3521         * tree.c (call_expr_arglist): Delete.
3522         * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
3523         targetm.fold_builtin.
3524         * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
3525         Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
3526         * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
3527         arglist parameter.  Use CALL_EXPR_ARG.
3528         (picochip_expand_builtin_3op): Likewise.
3529         (picochip_expand_builtin_2opvoid): Likewise.
3530         (picochip_expand_array_get): Likewise.
3531         (picochip_expand_array_put): Likewise.
3532         (picochip_expand_array_testport): Likewise.
3533         (picochip_expand_builtin): Don't call CALL_EXPR_ARGS.  Pass exp
3534         rather than arglist.
3535         * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
3536         CALL_EXPR_ARGS.
3537         * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
3538         than TREE_VALUE and TREE_CHAIN.
3539         * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
3540         * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
3541         the arglist.
3543 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
3545         PR bootstrap/42347
3546         * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
3547         to have no fallthru edge.
3549         PR middle-end/44102
3550         * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
3551         bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
3552         mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
3553         add BARRIER after previous bb if needed.
3555 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
3557         * tree.c (build_function_type_list_1): Remove bogus assert condition.
3559 2010-05-17  Alan Modra  <amodra@gmail.com>
3561         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
3562         unnecessary prototype.  Replace copy_r12 and copy_r11 flag params
3563         with copy_reg rtx param.
3564         (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
3565         Correct cases where code for ABI_V4 did not initialise the reg
3566         used to access frame.  Also leave frame_reg_rtx as sp for large
3567         frames that save no regs.
3569 2010-05-17  Martin Jambor  <mjambor@suse.cz>
3571         PR middle-end/44133
3572         * tree-sra.c (create_access_replacement): New parameter rename, mark
3573         the replaement for renaming only when it is true.
3574         (get_access_replacement): Pass true in the rename parameter of
3575         create_access_replacement.
3576         (get_unrenamed_access_replacement): New function.
3577         (replace_uses_with_default_def_ssa_name): New parameter racc, get the
3578         replacement declaration from it.
3580 2010-05-17  Bernd Schmidt  <bernds@codesourcery.com>
3582         * function.c (try_fit_stack_local, add_frame_space): New static
3583         functions.
3584         (assign_stack_local_1): Use them.  Look for opportunities to use
3585         space previously wasted on alignment.
3586         * function.h (struct frame_space): New.
3587         (struct rtl_data): Add FRAME_SPACE_LIST member.
3588         * reload1.c (something_was_spilled): New static variable.
3589         (alter_reg): Set it.
3590         (reload): Test it in addition to testing if the frame size changed.
3592 2010-05-17  Christian Borntraeger  <borntraeger@de.ibm.com>
3594         * config/s390/s390.c: Define sane prefetch settings and activate
3595         flag_prefetch_loop_arrays on -O3.
3596         * config/s390/s390.h: Declare that read can use write prefetch.
3598 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
3600         * lto-streamer-out.c (lto_output): Fix --enable-checking=release
3601         build.
3603 2010-05-16  Jan Hubicka  <jh@suse.cz>
3605         * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
3606         function body; do not check stdarg field of struct function.
3608 2010-05-16  Jan Hubicka  <jh@suse.cz>
3610         * cgraph.c (dump_cgraph_node): Dump versionable flag.
3611         * cgraph.h (cgraph_local_info): Add versionable flag.
3612         * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
3613         (ipcp_versionable_function_p): Use it.
3614         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
3615         versionable flag.
3617 2010-05-16  Jan Hubicka  <jh@suse.cz>
3619         * cgraph.c (cgraph_clone_node): Take decl argument and insert
3620         clone into hash when it is different from orig.
3621         (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
3622         * cgraph.h (cgraph_clone_node): Update prototype.
3623         * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
3624         (lto_cgraph_encoder_delete): Delete body map.
3625         (lto_cgraph_encoder_size): Move to header.
3626         (lto_cgraph_encoder_encode_body_p,
3627         lto_set_cgraph_encoder_encode_body): New.
3628         (lto_output_node): Do not take written_decls argument; output clone_of
3629         pointer.
3630         (add_node_to): Add include_body_argument; call
3631         lto_set_cgraph_encoder_encode_body on master of the clone.
3632         (add_references): Update use of add_node_to.
3633         (compute_ltrans_boundary): Likewise.
3634         (output_cgraph): Do not create written_decls bitmap.
3635         (input_node): Take nodes argument; stream in clone_of correctly.
3636         (input_cgraph_1): Update use of input_node.
3637         * lto-streamer-out.c (lto_output): Use encoder info to decide
3638         what bodies to output.
3639         * ipa-inline.c (cgraph_clone_inlined_nodes,
3640         cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
3641         * lto-streamer.h (lto_cgraph_encoder_d): Add body.
3642         (lto_cgraph_encoder_size): Define here.
3643         (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
3644         Declare.
3646 2010-05-16  Richard Guenther  <rguenther@suse.de>
3648         * doc/invoke.texi (-fipa-struct-reorg): Do not mention
3649         -fipa-type-escape.
3650         * ipa-type-escape.c (gate_type_escape_vars): Run when
3651         -fipa-struct-reorg runs.
3652         * opts.c (decode_options): Do not unset flag_ipa_type_escape.
3653         * common.opt (fipa-type-escape): Remove.
3655 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
3657         * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
3658         (decode_options): Likewise.
3659         * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
3661 2010-05-16  Jan Hubicka  <jh@suse.cz>
3663         * ipa.c (function_and_variable_visibility): Also bring local all
3664         aliases.
3666 2010-05-16  Richard Guenther  <rguenther@suse.de>
3668         * alias.c (nonoverlapping_memrefs_p): Remove use of
3669         IPA type-escape information.
3671 2010-05-16  Joseph Myers  <joseph@codesourcery.com>
3673         * c-common.c (c_common_reswords): Add _Static_assert for C.
3674         * c-parser.c (c_token_starts_declaration,
3675         c_parser_next_token_starts_declaration,
3676         c_parser_static_assert_declaration_no_semi,
3677         c_parser_static_assert_declaration): New.
3678         (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
3679         Handle static assertions if static_assert_ok.
3680         (c_parser_external_declaration, c_parser_declaration_or_fndef,
3681         c_parser_compound_statement_nostart, c_parser_label,
3682         c_parser_for_statement, c_parser_objc_methodprotolist,
3683         c_parser_omp_for_loop): All callers of
3684         c_parser_declaration_or_fndef changed.
3685         (c_parser_struct_declaration): Handle static assertions.
3686         (c_parser_compound_statement_nostart): Use
3687         c_parser_next_token_starts_declaration and
3688         c_token_starts_declaration to detect start of declarations.
3689         (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
3690         Likewise.
3692 2010-05-16  Anatoly Sokolov  <aesok@post.ru>
3694         * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
3695         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
3696         * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
3697         TARGET_FUNCTION_VALUE_REGNO_P): Define.
3698         (mmix_function_outgoing_value): Rename to...
3699         (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
3700         (mmix_function_value_regno_p): Make static.
3701         (mmix_libcall_value): New function.
3702         * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
3703         mmix_function_value_regno_p): Remove declaration.
3705 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
3707         * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
3708         BUILT_IN_ALLOCA if stack checking is enabled.
3710 2010-05-16  Richard Guenther  <rguenther@suse.de>
3712         * var-tracking.c (vars_copy_1): Inline ...
3713         (vars_copy): ... here.  Use FOR_EACH_HTAB_ELEMENT.
3714         (variable_union): Use FOR_EACH_HTAB_ELEMENT.  Merge asserts.
3715         (variable_merge_over_cur): Adjust.  Merge asserts.
3716         (variable_merge_over_src): Likewise.
3717         (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
3718         (variable_post_merge_new_vals): Merge asserts.
3719         (variable_post_merge_perm_vals): Likewise.
3720         (find_mem_expr_in_1pdv): Likewise.
3721         (dataflow_set_different_value): Remove.
3722         (onepart_variable_different_p): Merge asserts.
3723         (variable_different_p): Likewise.
3724         (dataflow_set_different_1): Inline ...
3725         (dataflow_set_different): ... here.  Use FOR_EACH_HTAB_ELEMENT.
3726         (emit_notes_for_differences_1): Merge asserts.
3728 2010-05-16  Richard Guenther  <rguenther@suse.de>
3730         * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
3731         * optabs.c (libfunc_decl_hash): Likewise.
3732         * varasm.c (emutls_decl): Likewise.
3734 2010-05-16  Steven Bosscher  <steven@gcc.gnu.org>
3736         * c-decl.c: Don't include gimple.h.
3737         (merge_decls): Do not copy gimple_body.
3739 2010-05-15  Jason Merrill  <jason@redhat.com>
3741         * c.opt: Add -fnothrow-opt.
3743 2010-05-15  Jan Hubicka  <jh@suse.cz>
3745         * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
3746         analyzed.
3747         * passes.c (ipa_write_summaries): Write all analyzed nodes.
3749 2010-05-15  Steven Bosscher  <steven@gcc.gnu.org>
3751         * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
3752         * Makefile.in: Add it.
3753         Fix all other Makefile dependencies for changes below.
3754         * tree.h: Include it instead of defining VEC primitives here.
3755         * gimple.h: Likewise.
3756         * rtl.h: Likewise.
3757         * tree-inline.h: Inlclude vecir.h instead of gimple.h.
3758         * except.h: Include vecir.h, break dependence on tree.h.
3760         * gimplify.c (append_to_statement_list_1, append_to_statement_list):
3761         Move from here...
3762         * tree-iterator.c: ...to here.
3763         * tree-iterator.h: Fix file introduction comment.  Add extern markers.
3765         * c-lex.c: Include fixed-value.h instead of rtl.h.  Do not include
3766         tm_p.h.
3767         * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
3768         * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
3769         integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
3770         tree-mudflap.h, and target.h.
3771         * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
3772         predict.h, tree-inline.h, gimple.h, and langhooks.h.
3773         * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
3774         Add FIXME for why gimple.h is still included (should be unnecessary
3775         since GCC 4.5 gimplification unit-at-a-time).
3776         * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
3777         * c-pragma.c: Add FIXME for why function.h needs to be included just
3778         for cfun, at front-end level.
3779         Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
3780         Do not include ggc.h, but include vecprim.h for VEC(char).
3781         * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
3782         Explain why target.h is included.
3783         * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
3784         Explain why gimple.h is included.
3785         * c-ppoutput.c: Do not include tm.h.
3786         * c-common.c: Do not include gimple.h.  Explain why expr.h is included.
3787         * c-parses.c: Explain why rtl.h is included, and that this (and only
3788         this) is also why tm.h must be included.
3789         Do not include except.h.
3790         * c-lang.c: Do not include ggc.h.
3792 2010-05-15  Uros Bizjak  <ubizjak@gmail.com>
3794         * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
3796 2010-05-15  Joseph Myers  <joseph@codesourcery.com>
3798         * c-decl.c (grokfield): Allow typedefs for anonymous structs and
3799         unions by default if those structs and unions have no tags.  Do
3800         not condition anonymous struct and unions handling on flag_iso.
3801         Allow anonymous structs and unions for C1X.
3802         (finish_struct): Do not diagnose lack of named fields when
3803         anonymous structs and unions present for C1X.  Accept flexible
3804         array members in structure with anonymous structs or unions but no
3805         directly named fields.
3806         * doc/extend.texi (Unnamed Fields): Update.
3808 2010-05-15  Eric Botcazou  <ebotcazou@adacore.com>
3810         * gimple.h (compare_field_offset): Rename into...
3811         (gimple_compare_field_offset): ...this.
3812         * gimple.c (compare_field_offset): Rename into...
3813         (gimple_compare_field_offset): ...this.  Compare the full access if
3814         the offset is self-referential.
3815         (gimple_types_compatible_p): Adjust for above renaming.
3816         * lto-streamer-in.c (input_gimple_stmt): Likewise.  Also compare the
3817         DECL_NONADDRESSABLE_P flag of fields before merging them.
3819 2010-05-15  Nathan Froyd  <froydnj@codesourcery.com>
3821         * tree.h (ctor_to_list): Delete.
3822         * tree.c (ctor_to_list): Delete.
3824 2010-05-15  Jan Hubicka  <jh@suse.cz>
3826         * ipa-reference.c: Include toplev.h
3827         (is_proper_for_analysis): Only add to all_module_statics
3828         if it is allocated.
3829         (write_node_summary_p, stream_out_bitmap,
3830         ipa_reference_write_optimization_summary,
3831         ipa_reference_read_optimization_summary): New.
3832         (struct ipa_opt_pass_d pass_ipa_reference): Add
3833         optimization summary streaming.
3834         * lto-cgraph.c (referenced_from_this_partition_p,
3835         reachable_from_this_partition_p): New functions.
3836         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
3837         call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
3838         * opts.c (decode_options): Enable ipa_reference.
3839         * Makefile.in (ipa-reference.o): Add toplev.h dependency.
3840         * lto-streamer.h (referenced_from_this_partition_p,
3841         reachable_from_this_partition_p): Declare.
3843 2010-05-15  Richard Guenther  <rguenther@suse.de>
3845         PR tree-optimization/44038
3846         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
3847         taking the address of a V_C_E of a constant.
3849 2010-05-14  Jan Hubicka  <jh@suse.cz>
3851         * tree.h (memory_identifier_string): Remove.
3852         * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
3853         (ipa_reference_global_vars_info_d): Remove statics_not_read and
3854         statics_not_written.
3855         (ipa_reference_optimization_summary_d): New structure.
3856         (ipa_reference_optimization_summary_t): New type and vector.
3857         (ipa_reference_vars_info_d): Embedd structures instead of using
3858         pointers.
3859         (reference_vars_to_consider): Remove out of GGC space.
3860         (module_statics_escape): Remove.
3861         (global_info_obstack): Rename to ...
3862         (optimization_summary_obstack): ... this one.
3863         (initialization_status_t): Remove.
3864         (memory_identifier_string): Remove.
3865         (get_reference_vars_info): Fix indenting.
3866         (set_reference_vars_info): Likewise.
3867         (get_reference_optimization_summary): New.
3868         (set_reference_optimization_summary): New.
3869         (get_global_reference_vars_info): Remove.
3870         (ipa_reference_get_read_global): Remove.
3871         (ipa_reference_get_written_global): Remove.
3872         (ipa_reference_get_not_read_global): Update.
3873         (ipa_reference_get_not_written_global): Update.
3874         (is_proper_for_analysis): Outlaw addressable.
3875         (propagate_bits): Update for new datastructures.
3876         (analyze_variable): Remove.
3877         (init_function_info): Update for new datastructures.
3878         (clean_function_local_data): Remove.
3879         (clean_function): Remove.
3880         (copy_global_bitmap): Use optimizations_summary_obstack.
3881         (duplicate_node_data): Duplicate optimization summary only.
3882         (remove_node_data): Remove optimization summary only.
3883         (generate_summary): Do not analyze variables; do not compute
3884         module_statics_escape; do not prune solutions by it.
3885         (read_write_all_from_decl): Fix typos in comments.
3886         (propagate): Doscover readonly and nonaddressable first;
3887         update for new datastructures; share global bitmaps.
3888         * ipa-reference.h (ipa_reference_get_read_global,
3889         ipa_reference_get_written_global): Remove.
3890         * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
3891         * Makefile.in: Remove ipa-refereference from GT files.
3893 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
3895         PR debug/44112
3896         * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
3897         for all SYMBOL_REF_DECLs.
3899 2010-05-14  Jan Hubicka  <jh@suse.cz>
3901         * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
3902         (varpool_all_refs_explicit_p): New inline function.
3903         * ipa-reference.c: Update comment.
3904         (module_statics_written): Remove.
3905         (get_static_decl): Remove.
3906         (ipa_init): Do not initialize module_statics_written.
3907         (analyze_function): Likewise.
3908         (generate_summary): Likewise; do not compute module_statics_readonly
3909         and do not update variable flags.
3910         (propagate): Call ipa_discover_readonly_nonaddressable_vars.
3911         * ipa.c: Inlucde flags.h
3912         (cgraph_local_node_p): New.
3913         (cgraph_remove_unreachable_nodes): Return early when not optimizing;
3914         promote functions to local.
3915         (ipa_discover_readonly_nonaddressable_vars): New function.
3916         (function_and_variable_visibility): Use cgraph_local_node_p.
3917         * varpool.c (varpool_finalize_decl): Set force_output for
3918         DECL_PRESERVE_P vars.
3920 2010-05-14  Jan Hubicka  <jh@suse.cz>
3922         * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
3924 2010-05-14  Richard Guenther  <rguenther@suse.de>
3926         PR tree-optimization/44119
3927         * tree-ssa-pre.c (eliminate): Properly mark replacement of
3928         a PHI node necessary.
3930 2010-05-14  Eric Botcazou  <ebotcazou@adacore.com>
3932         * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
3934 2010-05-14  Jason Merrill  <jason@redhat.com>
3936         PR c++/44127
3937         * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
3938         (gimple_call_set_nothrow): New.
3939         * gimple.c (gimple_build_call_from_tree): Call it.
3940         (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
3942         PR c++/44127
3943         * gimplify.c (gimplify_seq_add_stmt): No longer static.
3944         * gimple.h: Declare it.
3945         * gimple.c (gimple_build_eh_filter): No ops.
3947 2010-05-14  Jan Hubicka  <jh@suse.cz>
3949         * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
3950         nodes already in queue.
3951         (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
3952         re-enqueueing node.
3954 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
3956         PR debug/44136
3957         * cfgexpand.c (expand_debug_expr): If non-memory op0
3958         has BLKmode, return NULL.
3960 2010-05-14  Harsha Jagasia  <harsha.jagasia@amd.com>
3962         * config.gcc: Add support for --with-cpu option for bdver1.
3963         * config/i386/i386.h (TARGET_BDVER1): New macro.
3964         (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
3965         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
3966         (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
3967         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
3968         Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
3969         (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
3970         (processor_type): Add PROCESSOR_BDVER1.
3971         * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
3972         processor_type in config/i386/i386.h.
3973         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
3974         movaps <reg, reg> instead of movapd <reg, reg> when replacing
3975         movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
3976         Add check for  TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
3977         to emit packed xor instead of packed double/packed integer
3978         xor for SSE and AVX when moving a zero value.
3979         * config/i386/sse.md: Add check for
3980         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
3981         movapd/movdqa for SSE and AVX.
3982         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
3983         single logical operations i.e and, or and xor instead of packed double
3984         logical operations for SSE and AVX.
3985         * config/i386/i386-c.c (ix86_target_macros_internal):
3986         Add PROCESSOR_BDVER1.
3987         * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
3988         (has_fma4, has_xop): New.
3989         * config/i386/i386.c (bdver1_cost): New variable.
3990         (m_BDVER1): New macro.
3991         (m_AMD_MULTIPLE): Add m_BDVER1.
3992         (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
3993         x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
3994         x86_tune_use_simode_fiop, x86_tune_promote_qimode,
3995         x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
3996         x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
3997         x86_tune_sse_partial_reg_dependency,
3998         x86_tune_sse_unaligned_load_optimal,
3999         x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
4000         x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
4001         x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
4002         x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
4003         x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
4004         Enable/disable for bdver1.
4005         (processor_target_table): Add bdver1_cost.
4006         (cpu_names): Add bdver1.
4007         (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
4008          processor_alias_table.
4009         (ix86_expand_vector_move_misalign): Change.
4010         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
4011         Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
4012         Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
4013         of movupd/movdqu for SSE and AVX.
4014         (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
4015         (ix86_tune_adjust_cost): Add code for bdver1.
4016         (standard_sse_constant_opcode): Add check for
4017         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
4018         of packed double xor for SSE and AVX.
4020 2010-05-14  Pat Haugen  <pthaugen@us.ibm.com>
4022         * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
4023         result to unsigned.
4025 2010-05-14  Tristan Gingold  <gingold@adacore.com>
4027         * toplev.c (default_debug_hooks): Remove this variable.
4028         (process_options): Remove assignments to default_debug_hooks.
4030 2010-05-14  Martin Jambor  <mjambor@suse.cz>
4032         * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
4033         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
4034         * langhooks.h (struct lang_hooks_for_decls): Removed field
4035         fold_obj_type_ref.
4036         * tree.c (free_lang_data): Remove assignment to
4037         lang_hooks.fold_obj_type_ref.
4038         * tree.def (OBJ_TYPE_REF): Update comment.
4040 2010-05-14  Richard Guenther  <rguenther@suse.de>
4042         PR tree-optimization/44124
4043         * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
4045 2010-05-14  Alan Modra  <amodra@gmail.com>
4047         PR target/44075
4048         * config/rs6000/rs6000.c (struct machine_function): Reorder
4049         fields for better packing.  Add lr_save_state.
4050         (rs6000_ra_ever_killed): Return lr_save_state if set.
4051         (rs6000_emit_eh_reg_restore): Set lr_save_state.
4053 2010-05-13  Jan Hubicka  <jh@suse.cz>
4055         * varpool.c (decide_is_variable_needed): Drop code checking
4056         TREE_SYMBOL_REFERENCED.
4058 2010-05-13  Jan Hubicka  <jh@suse.cz>
4060         * final.c (output_addr_const): Do not call mark_decl_referenced.
4061         * cgraphunit.c (process_function_and_variable_attributes): Use
4062         mark_needed_node dirrectly.
4063         (assemble_thunk): Do not call mark_decl_referenced.
4065 2010-05-13  Anatoly Sokolov  <aesok@post.ru>
4067         * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
4069 2010-05-13  Jeff Law  <law@redhat.com>
4071         * ira-conflicts.c (print_allocno_conflicts): New function broken out
4072         from...
4073         (print_conflicts): Call print_allocno_conflicts.
4075 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
4077         PR debug/44104
4078         * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
4079         if it is NULL.
4081 2010-05-13  Kai Tietz  <kai.tietz@onevision.com>
4083         * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
4084         t-mingw-w64 or t-mingw-w32 for multilib configuration.
4085         * config/i386/t-mingw-w32: New.
4086         * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
4088 2010-05-13  Martin Jambor  <mjambor@suse.cz>
4090         * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
4091         gimple-fold.c).
4092         * gimple-fold.c (get_base_binfo_for_type): New function.
4093         (gimple_get_relevant_ref_binfo): Likewise.
4094         (gimple_fold_obj_type_ref_known_binfo): Likewise.
4095         (gimple_fold_obj_type_ref): Likewise.
4096         (fold_gimple_call): Simplify condition for folding virtual calls
4097         and call gimple_fold_obj_type_ref.
4098         * gimple.h (gimple_get_relevant_ref_binfo): Declare.
4099         (gimple_fold_obj_type_ref_known_binfo): Likewise.
4101 2010-05-13  Andreas Schwab  <schwab@linux-m68k.org>
4103         * config/rs6000/rs6000-protos.h
4104         (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
4105         * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
4106         (rs6000_debug_mode_dependent_address)
4107         (rs6000_mode_dependent_address_ptr): Likewise.
4109 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
4111         PR debug/43983
4112         * var-tracking.c (track_expr_p): Allow tracking of variables optimized
4113         by SRA.
4114         * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
4115         * tree-sra.c (create_access_replacement): Call unshare_expr before
4116         passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
4117         * dwarf2out.c: Include tree-flow.h.
4118         (struct var_loc_node): Rename var_loc_note field to loc, add comment.
4119         (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
4120         Handle DW_OP_bit_piece.
4121         (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
4122         construct_piece_list, adjust_piece_list): New functions.
4123         (add_var_loc_to_decl): Handle SRA optimized variables.
4124         Adjust for var_loc_note to loc field renaming.
4125         (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
4126         in VAR_LOCATION note.
4127         (new_loc_descr_op_bit_piece): New function.
4128         (dw_sra_loc_expr): New function.
4129         (dw_loc_list): Use it.  Don't handle the last range after the
4130         loop, handle it inside of the loop.  Adjust for var_loc_note
4131         to loc field renaming.
4132         (add_location_or_const_value_attribute): Only special case
4133         single entry loc lists if loc is NOTE_P.  Adjust for
4134         var_loc_note to loc field renaming.
4135         (dwarf2out_var_location): Don't set newloc->var_loc_note
4136         and newloc->next here.
4138 2010-05-12  Jan Hubicka  <jh@suse.cz>
4140         * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
4141         flag.
4142         * cgraph.h (cgraph_only_called_directly_p,
4143         cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
4144         (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
4145         * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
4146         (assemble
4147         * ipa.c (cgraph_remove_unreachable_nodes): Use
4148         cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
4149         flags.
4150         * tree-inline.c (copy_bb): Check address_taken flag.
4151         * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
4152         externally_visible flag.
4154 2010-05-12  Jason Merrill  <jason@redhat.com>
4156         PR bootstrap/44048
4157         PR target/44099
4158         * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
4159         * sdbout.c (plain_type_1): Likewise.
4160         * dwarf2out.c (is_base_type): Likewise.
4161         (gen_type_die_with_usage): Likewise.  Generate
4162         DW_TAG_unspecified_type for any LANG_TYPE.
4164 2010-05-12  Jan Hubicka  <jh@suse.cz>
4166         * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
4167         indrect edges too.
4168         * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
4169         (cgraph_clone_edge): Update.
4170         (cgraph_node_remove_callees): Remove indirect calls too.
4171         * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
4172         (cgraph_create_indirect_edge): Update prototype.
4173         * ipa-reference.c (has_proper_scope_for_analysis): Rename to
4174         is_proper_for_analysis.
4175         (add_new_function, visited_nodes, function_insertion_hook_holder,
4176         get_local_reference_vars_info, mark_address_taken, mark_address,
4177         mark_load, mark_store, check_asm_memory_clobber, check_call,
4178         scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
4179         (ipa_init): Do not initialize visited_nodes;
4180         function_insertion_hook_holder.
4181         (analyze_variable): Rewrite.
4182         (analyze_function): Rewrite.
4183         (copy_local_bitmap): Remove.
4184         (duplicate_node_dat): Do not duplicate local info.
4185         (generate_summary): Simplify to only walk cgraph.
4186         (write_node_summary_p, ipa_reference_write_summary,
4187         ipa_reference_read_summary): Remove.
4188         (propagate): Do not remove function insertion;
4189         generate summary.
4190         (pass_ipa_reference): NULLify summary handling fields.
4191         * lto-cgraph.c (lto_output_edge): Output ecf_flags.
4192         (input_edge): Input ecf_flags.
4193         * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
4194         (update_indirect_edges_after_inlining): Ignore edges with unknown
4195         param.
4197 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
4199         * implicit-zee.c: New file.
4200         * tree-pass.h (pass_implicit_zee): Declare.
4201         * passes.c (init_optimization_passes): Add zee pass.
4202         * common.opt (fzee): New flag.
4203         * timevar.def (TV_ZEE): Define.
4204         * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
4205         and beyond.
4206         * Makefile.in (implicit-zee.o): Add new build file.
4208 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
4209             Nathan Froyd  <froydnj@codesourcery.com>
4211         * c-common.c (sync_resolve_params): Remove write-only variable.
4213 2010-05-12  Anatoly Sokolov  <aesok@post.ru>
4215         * target.h (struct gcc_target): Add mode_dependent_address_p field.
4216         * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
4217         (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
4218         * targhooks.c (default_mode_dependent_address_p): New function.
4219         * targhooks.h (default_mode_dependent_address_p): Declare function.
4220         * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
4221         (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
4222         * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
4223         target hook. Change return type to bool.
4224         * recog.h (mode_dependent_address_p): Change return type to bool.
4226 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
4227             Nathan Froyd  <froydnj@codesourcery.com>
4229         * tree-mudflap.c (build_function_type_0, build_function_type_1,
4230         build_function_type_2, build_function_type_3): Remove.
4231         (mudflap_init): Use build_function_type_list.
4233 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
4234             Nathan Froyd  <froydnj@codesourcery.com>
4236         * coverage.c (build_fn_info_value): Call build_constructor instead of
4237         build_constructor_from_list.
4238         (build_ctr_info_value): Likewise.
4239         (build_gcov_info): Likewise.
4241 2010-05-12  Nathan Froyd  <froydnj@codesourcery.com>
4243         * tree.c (build_constructor): Compute TREE_CONSTANT for the
4244         resultant constructor.
4245         (build_constructor_single): Don't set TREE_CONSTANT.
4246         (build_constructor_from_list): Don't compute TREE_CONSTANT.
4248 2010-05-12  Jan Hubicka  <jh@suse.cz>
4250         * cgraph.h (struct varpool_node): Add aux.
4251         * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
4252         * varpool.c (varpool_remove_node): Do not remove initializer.
4253         (varpool_reset_queue): Export.
4254         (varpool_finalize_decl): Volatile vars are forced to be output.
4255         * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
4256         replaced decl.
4257         * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
4258         process_references, varpool_can_remove_if_no_refs): New functions.
4259         (cgraph_remove_unreachable_nodes): Handle variables too.
4261 2010-05-12  H.J. Lu  <hongjiu.lu@intel.com>
4263         PR target/44088
4264         * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
4266 2010-05-12  Jakub Jelinek  <jakub@redhat.com>
4268         PR middle-end/44085
4269         * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
4270         change value of ORT_TASK.
4271         (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
4272         (omp_notice_threadprivate_variable): New function.
4273         (omp_notice_variable): Call it for threadprivate variables.
4274         If enclosing ctx is a task, print enclosing task rather than
4275         enclosing parallel.  Handle ORT_UNTIED_TASK like ORT_TASK.
4276         (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
4277         if task has untied clause.
4279         PR debug/42278
4280         * dwarf2out.c (base_type_die): Don't add name attribute here.
4281         (modified_type_die): Instead of sizetype use
4282         its underlying original type.  If a DW_TAG_base_type doesn't
4283         have name added, add __unknown__.
4284         (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
4285         always call force_type_die instead.
4287 2010-05-12  Maxim Kuvyrkov  <maxim@codesourcery.com>
4289         * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
4290         for __stack_chk_guard.
4292 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
4294         * c-opts.c (c_common_parse_file): If start_end_main_source_file,
4295         don't call start_source_file debug hook here...
4296         (finish_options): ... but here, after outputting predefined and
4297         command line defines and undefs.
4299         PR middle-end/44071
4300         * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
4301         no fallthru edge.
4302         * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
4303         optimizing away empty bb with no successors, move over its
4304         footer chain to fallthru predecessor.
4305         * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
4306         (rtl_split_edge): For asm goto call patch_jump_insn even if
4307         splitting fallthru edge.
4309         PR c++/44059
4310         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
4311         even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
4312         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
4313         * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
4314         on DW.ref.* decls.
4316         PR c++/44062
4317         * c-parser.c (c_parser_expression): Mark LHS of a comma
4318         expression as read if it is a decl, handled component or
4319         COMPOUND_EXPR with that on the RHS.
4320         * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
4321         if it is a decl or handled component.
4323 2010-05-11  Jan Hubicka  <jh@suse.cz>
4325         * lto-symtab.c (lto_symtab_free): New function.
4326         * lto-streamer.h (lto_symtab_free): Declare.
4328 2010-05-11  Jan Hubicka  <jh@suse.cz>
4330         * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
4331         that if function is needed it is reachable.
4332         (lto_output_node): See if it the function is reachable or referenced.
4333         (output_cgraph): Update call of lto_output_node.
4334         * lto-streamer.h (reachable_from_other_partition_p): Declare.
4336 2010-05-11  Jan Hubicka  <jh@suse.cz>
4338         * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
4339         Mark as used.
4341 2010-05-11  Jan Hubicka  <jh@suse.cz>
4343         PR tree-optimize/44063
4344         * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
4345         queue.
4346         (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
4347         limits.
4348         (estimate_function_body_sizes): Compute sizes even when disregarding.
4350 2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
4352         * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
4354 2010-05-11  Jan Hubicka  <jh@suse.cz>
4356         * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
4357         into every boundary.
4359 2010-05-11  Jan Hubicka  <jh@suse.cz>
4361         * matrix-reorg.c (matrix_reorg): Rebuild edges.
4363 2010-05-11  Jan Hubicka  <jh@suse.cz>
4365         * lto-streamer.c (lto_streamer_cache_add_to_node_array,
4366         lto_streamer_cache_delete): Put nodes into heap.
4367         * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
4368         heap.
4370 2010-05-11  Jan Hubicka  <jh@suse.cz>
4372         * cgraphbuild.c (cgraph_rebuild_references): New.
4373         * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
4374         out extern inlines.
4375         * cgraph.h (cgraph_rebuild_references): Declare.
4376         * tree-inline.c (tree_function_versioning): Use it.
4377         * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
4379 2010-05-11  Jan Hubicka  <jh@suse.cz>
4381         * cgraph.c: Include ipa-utils.h
4382         (cgraph_create_virtual_clone): Update references.
4383         * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
4385 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
4387         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
4388         prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
4389         cache size.
4391 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
4393         * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
4395 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
4397         * gcc.c (execute): For -### don't quote arguments that
4398         contain just alphanumerics and _/-. characters.
4399         * doc/invoke.texi: Document that change for -###.
4401         PR debug/44023
4402         * df-problems.c (struct dead_debug): Add to_rescan field.
4403         (dead_debug_init): Clear to_rescan field.
4404         (dead_debug_finish): Rescan all debug insns in to_rescan
4405         bitmap and free the bitmap.
4406         (dead_debug_insert_before): Instead of rescanning debug insns
4407         immediately queue their rescanning until dead_debug_finish.
4408         (df_note_bb_compute): After dead_debug_add do continue instead
4409         of break.
4411 2010-05-10  Jakub Jelinek  <jakub@redhat.com>
4413         PR debug/44028
4414         * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
4415         clear also INSN_REG_USE_LIST.
4417 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4419         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
4421 2010-05-10  Jan Hubicka  <jh@suse.cz>
4423         * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
4424         commited change.
4426 2010-05-10  Jan Hubicka  <jh@suse.cz>
4428         * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
4429         Allocate encoders.
4430         * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
4431         * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
4432         (lto_streamer_cache_create): Init alloc pool.
4433         (lto_streamer_cache_delete): Free alloc pool.
4434         * lto-streamer.h: Include alloc pool.
4435         (lto_streamer_cache_d): Use alloc pool.
4436         * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
4438 2010-05-10  Jan Hubicka  <jh@suse.cz>
4440         * Makefile.in (cgraphbuild.o): Add dependency on except.h.
4441         * cgraphbuild.c: Include except.h
4442         (record_type_list, record_eh_tables): New function.
4443         (build_cgraph_edges, rebuild_cgraph_edges): Use it.
4445 2010-05-10  Jan Hubicka  <jh@suse.cz>
4447         * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
4448         __frame_dummy_init_array_entry, force_to_data): Attribute as used
4449         rather than unused.
4451 2010-05-10  Michael Matz  <matz@suse.de>
4453         * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
4454         (can_reassociate_p): Use FLOAT_TYPE_P.
4455         * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
4456         (vect_force_simple_reduction): ... this.
4457         * tree-parloops.c (gather_scalar_reductions): Use
4458         vect_force_simple_reduction.
4459         * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
4460         vect_is_simple_reduction, add modify argument, if true rewrite
4461         "a-b" into "a+(-b)".
4462         (vect_is_simple_reduction, vect_force_simple_reduction): New
4463         functions.
4464         (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
4466 2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>
4467             Vladimir Makarov  <vmakarov@redhat.com>
4469         PR rtl-optimization/44012
4470         * ira-build.c (remove_unnecessary_allocnos): Nullify
4471         regno_allocno_map of the removed allocno.
4473 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4475         * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
4476         to /dev/null.
4477         * configure: Regenerate.
4479 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4481         * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
4482         unused.
4483         Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
4484         * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
4485         support in Sun ld.
4486         * configure: Regenerate.
4488 2010-05-10  Richard Guenther  <rguenther@suse.de>
4490         * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
4491         marked if the entry identifier is marked.
4493 2010-05-10  Richard Guenther  <rguenther@suse.de>
4495         * c-common.c (struct c_common_attributes): Add fnspec attribute.
4496         (handle_fnspec_attribute): New function.
4497         * gimple.h (gimple_call_return_flags): Declare.
4498         (gimple_call_arg_flags): Likewise.
4499         * gimple.c (gimple_call_arg_flags): New function.
4500         (gimple_call_return_flags): Likewise.
4501         * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
4502         New argument flags.
4503         (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
4504         return value flags.
4505         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
4506         * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
4507         main work to ...
4508         (make_heapvar_for): ... this new function.
4509         (handle_rhs_call): Handle fnspec attribute argument specifiers.
4510         (handle_lhs_call): Likewise.
4511         (find_func_aliases): Adjust.
4513 2010-05-10  Richard Guenther  <rguenther@suse.de>
4515         PR tree-optimization/44050
4516         * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
4518 2010-05-10  Wei Guozhi  <carrot@google.com>
4520         PR target/42879
4521         * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
4523 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
4525         PR c/10676
4526         * c-typeck.c (lookup_field): Take a type directly.  Update
4527         recursive calls.
4528         (build_component_ref): Update call to lookup_field.
4529         (set_init_label): Use lookup_field to find initialized field.
4530         Handle returned list of fields like a sequence of designators.
4532 2010-05-09  Richard Guenther  <rguenther@suse.de>
4534         PR middle-end/44024
4535         * fold-const.c (tree_single_nonzero_warnv_p): Properly
4536         handle &FUNCTION_DECL.
4538 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
4540         PR c/4784
4541         * c-decl.c (detect_field_duplicates_hash): New.  Handle anonymous
4542         structures and unions recursively.
4543         (detect_field_duplicates): Move duplicate detection with a hash to
4544         detect_field_duplicates_hash.  Always use a hash if anonymous
4545         structures or unions are present.
4546         * doc/extend.texi (Unnamed Fields): Document that duplicate fields
4547         give errors.
4549 2010-05-09  H.J. Lu  <hongjiu.lu@intel.com>
4551         PR target/44046
4552         * config/i386/driver-i386.c (host_detect_local_cpu): Properly
4553         detect Atom, Core 2 and Core i7.
4555 2010-05-09  Richard Guenther  <rguenther@suse.de>
4557         * gcc.c (store_arg): Handle temporary file deletion for
4558         joined arguments.
4560 2010-05-09  Richard Guenther  <rguenther@suse.de>
4562         PR middle-end/44043
4563         * ipa-inline.c (estimate_function_body_sizes): Return after
4564         disregarding inline limits.
4566 2010-05-09  Richard Guenther  <rguenther@suse.de>
4568         * gcc.c (store_arg): Revert last change.
4570 2010-05-08  Sandra Loosemore  <sandra@codesourcery.com>
4572         PR middle-end/28685
4573         * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
4574         (optimize_ops_list): Call it.
4576 2010-05-08  Richard Guenther  <rguenther@suse.de>
4578         PR tree-optimization/44030
4579         * tree-ssa-pre.c (eliminate): Copy NECESSARY flag.  Set
4580         NECESSARY flag if we propagate from a inserted expression.
4582 2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
4584         * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
4585         domain types as equal if they are both PLACEHOLDER_EXPRs.
4587 2010-05-08  Richard Guenther  <rguenther@suse.de>
4589         * lto-wrapper.c (run_gcc): Remove linker output from
4590         command line for LTRANS invocation.
4592 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
4594         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
4595         lto-macho as lto_binary_reader.
4596         * target.h (struct gcc_target): New hooks lto_start and lto_end.
4597         * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
4598         * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
4599         in lto_start and lto_end calls.
4600         (is_elf_or_coff): Rename to maybe_lto_object_file.  Add Mach-O
4601         magic numbers.
4602         (scan_prog_file): Update is_elf_or_coff call.
4603         * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
4605         * collect2.c (main): Fix enum comparison.
4607         * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
4608         Add prototypes.
4609         * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
4610         * darwin.h (LINK_COMMAND_SPEC): Likewise.  Define TARGET_ASM_LTO_START
4611         and TARGET_ASM_LTO_END.
4612         * darwin.c: Include obstack.h and lto-streamer.h.
4613         (lto_section_names_offset, lto_section_names_obstack,
4614         lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
4615         global variables.
4616         (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
4617         (darwin_asm_lto_start): New function.  Redirect output to asm_out_file
4618         to a temporary file.
4619         (darwin_asm_lto_end): New function.  Restore asm_out_file.
4620         (darwin_asm_named_section): For LTO sections, replace the name with
4621         the offset of the section name in a string table, and build this
4622         table.
4623         (darwin_file_start): Initialize global vars for LTO support.
4624         (darwin_file_end): If output to asm_out_file was redirected, append it
4625         to the proper asm_out_file here.  Add the section names section.
4627 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
4629         * c-pragma.c (pending_weak_d, pending_weak): New.
4630         (pending_weaks): Change the type to VEC((pending_weak,gc) *.
4631         (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
4632         handle_pragma_weak): Update the uses of pending_weaks.
4634 2010-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4636         PR documentation/44016
4637         * doc/standards.texi (Standards): Link to unversioned
4638         cxx0x_status.html page.
4640 2010-05-07  Iain Sandoe <iains@gcc.gnu.org>
4642         PR target/43708
4643         * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
4644         in addition to TREE_USED, to avoid "set but unused" warnings.
4646 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
4648         * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
4649         (is_loop_prefetching_profitable): Do not insert prefetches
4650         when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
4651         times the prefetch ahead distance.
4653 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
4655         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
4656         Account for loop unrolling in the insn-to-prefetch ratio heuristic.
4657         (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
4658         the unroll_factor.
4660 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
4662         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
4663         a diagnostic info when the insn-to-mem ratio is too small.
4665 2010-05-07  Richard Guenther <rguenther@suse.de>
4667         * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
4668         the linker plugin.
4669         (store_arg): Queue temp_filename for deletion instead of
4670         the whole argument.
4672 2010-05-07  Richard Guenther  <rguenther@suse.de>
4674         * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
4675         (run_gcc): Handle LTRANS phase invocation.
4676         * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
4678 2010-05-07  Jakub Jelinek  <jakub@redhat.com>
4680         * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
4681         this is also meaningful on PARM_DECLs and RESULT_DECLs.
4683 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4685         * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
4687 2010-05-07  Richard Guenther  <rguenther@suse.de>
4689         PR tree-optimization/44020
4690         * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
4691         code when PRE is not yet initialized.
4693 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4695         * config/mips/dbxmdebug.h: Remove.
4696         * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
4698 2010-05-07  Shujing Zhao  <pearly.zhao@oracle.com>
4700         * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
4701         with null pointer and also warn about ordered comparison of zero with
4702         pointer if -Wextra.
4704 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
4706         * graphite-blocking.c
4707         (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
4708         * graphite-clast-to-gimple.c
4709         (clast_to_gcc_expression): Same.
4710         (precision_for_value): Same.
4711         (precision_for_interval): Same.
4712         (gcc_type_for_interval): Same.
4713         (graphite_create_new_guard): Same.
4714         (compute_bounds_for_level): Same.
4715         (graphite_create_new_loop_guard): Same.
4716         * graphite-interchange.c
4717         (build_linearized_memory_access): Same.
4718         (pdr_stride_in_loop): Same.
4719         (memory_strides_in_loop_1): Same.
4720         (memory_strides_in_loop): Same.
4721         (extend_scattering): Same.
4722         (psct_scattering_dim_for_loop_depth): Same.
4723         (pbb_number_of_iterations): Same.
4724         * graphite-poly.h
4725         (debug_iteration_domains): Same.
4726         * graphite-ppl.c
4727         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
4728         (ppl_set_inhomogeneous_gmp): Same.
4729         (ppl_strip_loop): Same.
4730         (ppl_lexico_compare_linear_expressions): Same.
4731         (ppl_read_polyhedron_matrix): Same.
4732         (ppl_max_for_le_pointset): Same.
4733         * graphite-ppl.h
4734         (ppl_read_polyhedron_matrix): Same.
4735         (tree_int_to_gmp): Same.
4736         (gmp_cst_to_tree): Same.
4737         (ppl_set_inhomogeneous): Same.
4738         (ppl_set_inhomogeneous_tree): Same.
4739         (ppl_set_coef): Same.
4740         (ppl_set_coef_tree): Same.
4741         * graphite-sese-to-poly.c
4742         (build_pbb_scattering_polyhedrons): Same.
4743         (build_scop_scattering): Same.
4744         (scan_tree_for_params_right_scev): Same.
4745         (scan_tree_for_params): Same.
4746         (find_params_in_bb): Same.
4747         (find_scop_parameters): Same.
4748         (add_upper_bounds_from_estimated_nit): Same.
4749         (build_loop_iteration_domains): Same.
4750         (add_condition_to_domain): Same.
4751         (pdr_add_memory_accesses): Same.
4753 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
4755         * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
4756         CLooG's value_* macros to their respective mpz_* counterparts.
4757         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
4758         (graphite_create_new_loop_guard): Same.
4759         * graphite-interchange.c (build_linearized_memory_access): Same.
4760         (pdr_stride_in_loop): Same.
4761         (memory_strides_in_loop_1): Same.
4762         (1st_interchange_profitable_p): Same.
4763         * graphite-poly.c (extend_scattering): Same.
4764         (psct_scattering_dim_for_loop_depth): Same.
4765         (pbb_number_of_iterations): Same.
4766         (pbb_number_of_iterations_at_time): Same.
4767         * graphite-poly.h (new_1st_loop): Same.
4768         * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
4769         (oppose_constraint): Same.
4770         (insert_constraint_into_matrix): Same.
4771         (ppl_set_inhomogeneous_gmp): Same.
4772         (ppl_set_coef_gmp): Same.
4773         (ppl_strip_loop): Same.
4774         (ppl_lexico_compare_linear_expressions): Same.
4775         (ppl_max_for_le_pointset): Same.
4776         (ppl_min_for_le_pointset): Same.
4777         (ppl_build_realtion): Same.
4778         * graphite-ppl.h (gmp_cst_to_tree): Same.
4779         (ppl_set_inhomogeneous): Same.
4780         (ppl_set_inhomogeneous_tree): Same.
4781         (ppl_set_coef): Same.
4782         (ppl_set_coef_tree): Same.
4783         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
4784         (build_scop_scattering): Same.
4785         (add_value_to_dim): Same.
4786         (scan_tree_for_params_right_scev): Same.
4787         (scan_tree_for_params_int): Same.
4788         (scan_tree_for_params): Same.
4789         (find_params_in_bb): Same.
4790         (find_scop_parameters): Same.
4791         (add_upper_bounds_from_estimated_nit): Same.
4792         (build_loop_iteration_domains): Same.
4793         (create_linear_expr_from_tree): Same.
4794         (add_condition_to_domain): Same.
4795         (pdr_add_memory_accesses): Same.
4797 2010-05-06  Magnus Fromreide  <magfr@lysator.liu.se>
4798             Jason Merrill  <jason@redhat.com>
4800         * c-common.c (c_common_reswords): Add nullptr.
4801         * c-common.h: Add RID_NULLPTR.  Reorganize C++0x rids.
4802         * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
4803         (gen_type_die_with_usage): Likewise.
4804         * dbxout.c (dbxout_type): Likewise.
4805         * sdbout.c (plain_type_1): Likewise.
4807 2010-05-06  Jason Merrill  <jason@redhat.com>
4809         * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
4810         Don't change GS_OK to GS_ALL_DONE.  Make sure that all cases set
4811         ret appropriately.
4812         (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
4814         * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
4815         stripping WITH_SIZE_EXPR.
4816         (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
4817         change.
4819 2010-05-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4821         * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
4822         list of obsolete configurations.
4823         Disabled check for obsolete configurations.
4824         (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
4825         Removed support for previous versions.
4826         * config/mips/iris.h: Removed.
4827         * config/mips/iris5.h: Removed.
4828         * config/mips/iris6.h: Merged old iris.h contents.
4829         (TARGET_IRIX): Removed.
4830         (DRIVER_SELF_SPECS): Removed mabi=32.
4831         (IDENT_ASM_OP): Removed undef.
4832         (STARTFILE_SPEC): Removed mabi=32.
4833         (ENDFILE_SPEC): Likewise.
4834         (IRIX_SUBTARGET_LINK_SPEC): Likewise.
4835         (MACHINE_TYPE): Update for IRIX 6.5.
4836         * config/mips/mips.c (mips_build_builtin_va_list): Replaced
4837         TARGET_IRIX by TARGET_IRIX6.
4838         (mips_file_start): Likewise.
4839         (mips_output_external): Remove IRIX 5/6 O32 support.
4840         (mips_output_function_prologue): Likewise.
4841         * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
4842         TARGET_IRIX6.
4843         (TARGET_CPU_CPP_BUILTINS): Likewise.
4844         (TARGET_IRIX): Removed.
4845         * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
4846         (MULTILIB_DIRNAMES): Removed 32.
4847         (MULTILIB_OSDIRNAMES): Removed ../lib.
4848         * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
4849         (Specific, mips-sgi-irix5): Document removal.
4850         (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
4851         Remove references to older IRIX 6 releases and the O32 ABI.
4853 2010-05-06  Jakub Jelinek  <jakub@redhat.com>
4855         PR bootstrap/43994
4856         * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
4857         instead of DF_REF_REAL_REG.
4859 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
4861         PR target/43888
4862         * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
4863         handling to still return true for x64 targets.
4865 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
4867         * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
4869 2010-05-06  Jan Hubicka  <jh@suse.cz>
4871         PR tree-optimization/43791
4872         * ipa-inline.c (update_caller_keys): Remove bogus
4873         disregard_inline_limits check.
4875 2010-05-06  Michael Matz  <matz@suse.de>
4877         PR tree-optimization/43984
4878         * tree-ssa-pre.c (inserted_phi_names): Remove.
4879         (inserted_exprs): Change to bitmap.
4880         (create_expression_by_pieces): Set bits, don't append to vector.
4881         (insert_into_preds_of_block): Don't handle inserted_phi_names.
4882         (eliminate): Don't look at inserted_phi_names, remove deleted
4883         insns from inserted_exprs.
4884         (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
4885         (init_pre, fini_pre): Allocate and free bitmaps.
4886         (execute_pre): Insert insns on edges before elimination.
4888 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
4890         * tree.c (initializer_zerop): Handle STRING_CST.
4892 2010-05-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
4894         PR 40989
4895         * doc/invoke.texi (Wimplicit): Document as C only.
4896         * opts.c (common_handle_option): Add argument kind.
4897         (handle_option): Rename as read_cmdline_option. Factor out code to...
4898         (handle_option): ... here. New.
4899         (handle_options): Rename as read_cmdline_options.
4900         (decode_options): Update call.
4901         (set_option): Use option index instead of option pointer. Classify
4902         diagnostics correctly.
4903         (enable_warning_as_error): Call handle_option.
4904         * opts.h (set_option): Update declaration.
4905         (handle_option): Declare.
4906         * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
4907         * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
4908         * c-opts.c (set_Wimplicit): Delete.
4909         (c_family_lang_mask): New static constant.
4910         (c_common_handle_option): Add argument kind. Use handle_option
4911         instead of set_Wimplicit.
4912         (c_common_post_options): warn_implicit and warn_implicit_int
4913         are disabled by default.
4914         * c-common.c (warn_implicit): Do not define here.
4915         * c-common.h (warn_implicit): Do not declare here.
4916         (c_common_handle_option): Update declaration.
4917         * lto-opts.c (lto_reissue_options): Update call to set_option.
4919 2010-05-06  Richard Guenther  <rguenther@suse.de>
4921         PR tree-optimization/43571
4922         * domwalk.c (walk_dominator_tree): Walk the dominator
4923         sons in more optimal order.
4925 2010-05-06  Richard Guenther  <rguenther@suse.de>
4927         PR tree-optimization/43934
4928         * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
4929         (stmt_cost): Likewise.
4930         (extract_true_false_args_from_phi): New helper.
4931         (determine_max_movement): For PHI nodes verify we can hoist them
4932         and compute their cost.
4933         (determine_invariantness_stmt): Handle PHI nodes.
4934         (move_computations_stmt): Likewise.  Hoist PHI nodes in
4935         if-converted form using COND_EXPRs.
4936         (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
4937         (tree_ssa_lim): Likewise.
4938         * tree-flow.h (tree_ssa_lim): Adjust prototype.
4939         * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
4941 2010-05-06  Richard Guenther  <rguenther@suse.de>
4943         PR tree-optimization/43987
4944         * tree-ssa-structalias.c (could_have_pointers): For possibly
4945         address-taken variables force pointers to be recorded.
4946         (create_variable_info_for_1): Likewise.
4947         (push_fields_onto_fieldstack): Pass in wheter all fields
4948         must have pointers.
4949         (find_func_aliases): Query types instead of vars whether
4950         they contain pointers where appropriate.
4952 2010-05-06  Jan Hubicka  <jh@suse.cz>
4954         * cgraphbuild.c (record_reference_ctx): Add varpool_node.
4955         (record_reference, mark_address, mark_load, mark_store): Record
4956         references.
4957         (record_references_in_initializer): Update call of record_references.
4958         (rebuild_cgraph_edges): Remove all references before rebuiding.
4959         * cgraph.c (cgraph_create_node): Clear ref list.
4960         (cgraph_remove_node): Remove references.
4961         (dump_cgraph_node): Dump references.
4962         (cgraph_clone_node): Clone references.
4963         * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
4964         (struct cgraph_node, varpool_node): Add ref_lst.
4965         * ipa-ref.c: New file.
4966         * ipa-ref.h: New file.
4967         * ipa-ref-inline.h: New file.
4968         * lto-cgraph.c (output_varpool): Take cgrag node set argument.
4969         (referenced_from_other_partition_p): New function.
4970         (lto_output_varpool_node): Take set arugment; call
4971         referenced_from_other_partition.
4972         (lto_output_ref): New.
4973         (add_references): New.
4974         (output_refs): New.
4975         (output_cgraph): Compute boundary based on references; output refs.
4976         (output_varpool): Accept cgraph_node_set argument.
4977         (input_ref): New.
4978         (input_refs): New.
4979         (input_cgraph): Call input_refs.
4980         * lto-section-in.c (lto_section_name): Add refs.
4981         * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
4982         (ipa-ref.o): New file.
4983         * varpool.c (varpool_node): Clear ipa ref list.
4984         (varpool_remove_node): Remove references.
4985         (dump_varpool_node): Dump references.
4986         (varpool_assemble_decl): Only compile finalized ones.
4987         (varpool_extra_name_alias): Initialize ref list.
4988         * lto-streamer.c (lto-get_section_name): Add .refs section.
4989         * lto-streamer.h (lto_section_type): Add LTO_section_refs.
4990         (referenced_from_other_partition_p): Declared.
4992 2010-05-06  Ira Rosen  <irar@il.ibm.com>
4994         PR tree-optimization/43901
4995         * tree-vect-stmts.c (vectorizable_call): Assert that vector
4996         type is not NULL if it's transformation phase, and return
4997         FALSE if it's analysis.
4998         (vectorizable_conversion, vectorizable_operation,
4999         vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
5001 2010-05-05  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
5003         * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
5004         Delete.
5005         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
5006         New define.
5007         * config/mips/mips-protos.h
5008         (mips_small_register_classes_for_mode_p): Delete prototype.
5010 2010-05-06  Bernd Schmidt  <bernds@codesourcery.com>
5012         * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
5013         * config/arm/arm.c (multiple_operation_profitable_p,
5014         compute_offset_order): New static functions.
5015         (load_multiple_sequence, store_multiple_sequence): Use them.
5016         Replace constant 4 with MAX_LDM_STM_OPS.  Compute order[0] from
5017         memory offsets, not register numbers.
5018         (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
5020 2010-05-05  Steven Bosscher  <steven@gcc.gnu.org>
5022         * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
5023         (get_pending_sizes, put_pending_size, put_pending_sizes):
5024         Update the uses of pending_sizes.
5025         * c-decl.c (store_parm_decls): Likewise.
5026         * c-tree.h (struct c_arg_info): Likewise.
5027         * tree.h: Update the prototype for get_pending_sizes and
5028         put_pending_sizes.
5030 2010-05-05  Jason Merrill  <jason@redhat.com>
5032         PR debug/43370
5033         * c-common.c (handle_aligned_attribute): Respect
5034         ATTR_FLAG_TYPE_IN_PLACE.
5036         PR testsuite/43758
5037         * target.h (struct gcc_target): Add attribute_takes_identifier_p.
5038         * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
5039         (TARGET_INITIALIZER): Use it.
5040         * c-common.c (attribute_takes_identifier_p): Call it.
5041         * c-common.h: Update prototype.
5042         * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
5043         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
5045 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
5047         PR debug/43950
5048         * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
5049         DW_ID_down_case for Fortran compilation units.
5051 2010-05-05  Jan Hubicka  <jh@suse.cz>
5053         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
5054         handle aliases.
5056 2010-05-05  Eric Botcazou  <ebotcazou@adacore.com>
5058         * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
5059         a variable-sized RESULT_DECL.
5061 2010-05-05  Maxim Kuvyrkov  <maxim@codesourcery.com>
5063         * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
5065 2010-05-05  Jason Merrill  <jason@redhat.com>
5067         PR c++/43787
5068         * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
5069         returns GS_OK.
5070         (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
5072 2010-05-05  Alexandre Oliva  <aoliva@redhat.com>
5073             Jakub Jelinek  <jakub@redhat.com>
5075         PR debug/43478
5076         * df-problems.c (struct dead_debug_use, struct dead_debug): New.
5077         (dead_debug_init, dead_debug_finish): New functions.
5078         (dead_debug_add, dead_debug_insert_before): Likewise.
5079         (df_note_bb_compute): Initialize a dead_debug object, add dead
5080         debug uses to it, insert debug bind insns before death insns,
5081         reset debug insns that refer to pending uses at the end.
5082         * rtl.h (make_debug_expr_from_rtl): New prototype.
5083         * varasm.c (make_debug_expr_from_rtl): New function.
5085 2010-05-05  Jan Hubicka  <jh@suse.cz>
5087         * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
5088         (lto_varpool_encoder_new, lto_varpool_encoder_delete,
5089         lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
5090         lto_varpool_encoder_deref, lto_varpool_encoder_size,
5091         lto_varpool_encoder_encode_initializer_p,
5092         lto_set_varpool_encoder_encode_initializer): New functions.
5093         (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
5094         call output_varpool.
5095         (input_varpool_node): Do not always set analyzed.
5096         (input_cgraph_1): Return vector of cgraph nodes.
5097         (input_varpool_1): Return vector of varpools.
5098         (input_cgraph): Free the vectors.
5099         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
5100         output only initializers needed.
5101         (lto_output): Only call output_cgraph.
5102         (produce_asm_for_decls): Call lto_varpool_encoder_delete.
5103         * lto-section-out.c (lto_new_out_decl_state): Initialize
5104         state->varpool_node_encoder.
5105         * lto-streamer.h (lto_varpool_encoder_d): New.
5106         (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
5107         (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
5108         (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
5109         lto_varpool_encoder_encode, lto_varpool_encoder_delete,
5110         lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
5111         Declare.
5112         (output_varpool, input_varpool): Remove declarations.
5114 2010-05-05  Jan Hubicka  <jh@suse.cz>
5116         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
5117         with body can prevail.
5119 2010-05-05  Jan Hubicka  <jh@suse.cz>
5121         * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
5122         size.
5124 2010-05-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5126         * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
5128         * gengtype.h (erro_at_line): Constify pos argument.
5130         * gengtype.c: Include hashtab.h.
5131         (enum gc_used): Document GC_MAYBE_POINTED_TO.
5132         (error_at_line): Constify pos argument.
5133         (do_typedef): Initialize p->opt field.
5134         (get_file_gtfilename): Fix comment typo.
5135         (struct walk_type_data): Constify line field.
5136         (get_output_file_for_structure): New function.
5137         (write_local_func_for_structure): Constify orig_s argument.
5138         Use get_output_file_for_structure.
5139         (write_func_for_structure): Use get_output_file_for_structure.
5140         (INDENT): New define.
5141         (dump_pair, dump_type, dump_type_list, dump_typekind)
5142         (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
5143         (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
5144         functions.
5145         (seen_types): New variable.
5146         (main): New variable do_dump.  Process "-d" command line option.
5147         Call dump_everything if dump requested.
5149 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
5151         * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
5152         in a temporary instead of invoking the macro multiple times.
5153         (track_expr_p): Likewise.
5155 2010-05-04  Neil Vachharajani <nvachhar@google.com>
5157         * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
5158         per new semantics.
5159         * opts.c (decode_options): Enable -Werror=coverage-mismatch.
5160         * coverage.c (get_coverage_counts): Always emit a warning.  Adjust
5161         conditions for printing notes.
5162         * common.opt (-Wcoverage-mismatch): Allow negative, default to
5163         true, update documentation.
5164         * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
5166 2010-05-04  Jakub Jelinek  <jakub@redhat.com>
5168         PR c/43981
5169         * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
5170         on dimen.
5172 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
5174         PR target/43799
5175         * config/i386/i386.md (sse_prologue_save): Clobber CC register.
5176         (*sse_prologue_save_insn1): Likewise.
5177         (SSE prologue save splitter): Likewise.
5179 2010-05-04  Eric Botcazou  <ebotcazou@adacore.com>
5181         * tree.c (free_lang_data_in_one_sizepos): New inline function.
5182         (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
5183         types.  Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
5184         (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
5185         all decls.  Call it on DECL_FIELD_OFFSET of fields.
5186         (find_decls_types_r): Follow DECL_VALUE_EXPR.
5187         (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
5189 2010-05-04  Martin Jambor  <mjambor@suse.cz>
5191         * tree-sra.c (build_access_from_expr_1): The first parameter type
5192         changed to simple tree.
5193         (build_access_from_expr): Likewise, gsi parameter was eliminated.
5194         (scan_assign_result): Renamed to assignment_mod_result, enum elements
5195         renamed as well.
5196         (build_accesses_from_assign): Removed all parameters except for a
5197         simple gimple statement.  Now returns a simple bool.
5198         (scan_function): All non-analysis parts moved to separate functions
5199         sra_modify_function_body and ipa_sra_modify_function_body.  Removed all
5200         parameters and updated both callers.
5201         (sra_modify_expr): Removed parameter data.
5202         (sra_modify_function_body): New function.
5203         (perform_intra_sra): Call sra_modify_function_body to modify the
5204         function body.
5205         (replace_removed_params_ssa_names): Parameter data changed into
5206         adjustments vector.
5207         (sra_ipa_modify_expr): Likewise.  Also removed unused parameter gsi and
5208         changed the parameter dont_convert to convert with the opposite
5209         meaning.
5210         (sra_ipa_modify_assign): Parameter data changed into adjustments
5211         vector, return value changed to bool.
5212         (ipa_sra_modify_function_body): New function.
5213         (sra_ipa_reset_debug_stmts): Updated a comment.
5214         (modify_function): Use ipa_sra_modify_function_body to modify function
5215         body.
5217 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
5219         PR middle-end/43671
5220         * alias.c (true_dependence): Handle the same VALUE in x and mem.
5221         (canon_true_dependence): Likewise.
5222         (write_dependence_p): Likewise.
5224 2010-05-04  Jan Hubicka  <jh@suse.cz>
5226         * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
5227         * cgraphbuild.c: Include ipa-utils.h
5228         (record_reference_ctx): New struct.
5229         (record_reference): Simplify to work on initializers; not statements.
5230         (mark_address, mark_load, mark_store): New.
5231         (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
5232         walk PHI nodes too.
5233         (record_references_in_initializer): Update use of record_reference.
5234         (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
5235         walk PHI nodes too.
5237 2010-05-04  Jan Hubicka  <jh@suse.cz>
5239         * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
5240         node will be removed anyway.
5241         (lto_varpool_replace_node): Allow also unanalyzed nodes;
5242         relink aliases of node into prevailing node.
5243         * varpool.c (varpool_remove_node): Remove aliases properly;
5244         when removing node, remove all its aliases too; remove DECL_INITIAL
5245         of removed node; ggc_free the varpool node.
5247 2010-05-04  Richard Guenther  <rguenther@suse.de>
5249         PR tree-optimization/43879
5250         * tree-ssa-structalias.c (alias_get_name): Use
5251         DECL_ASSEMBLER_NAME if available.
5252         (create_function_info_for): Return the varinfo node.
5253         (ipa_pta_execute): Associate same-body aliases and extra names
5254         with their origin nodes varinfo.  Dump DECL_ASSEMBLER_NAME.
5256 2010-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
5258         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
5260 2010-05-04  Mikael Pettersson  <mikpe@it.uu.se>
5262         PR bootstrap/43964
5263         * ira-color.c (assign_hard_reg): Declare rclass and add_cost
5264         only if HONOR_REG_ALLOC_ORDER is not defined.
5266 2010-05-04  Richard Guenther  <rguenther@suse.de>
5268         PR tree-optimization/43949
5269         * tree-vrp.c (extract_range_from_binary_expr): Only handle
5270         TRUNC_MOD_EXPR.
5272 2010-04-26  Jason Merrill  <jason@redhat.com>
5274         * c.opt (-fstrict-enums): New.
5275         * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
5277 2010-05-03  David Ung <davidu@mips.com>
5278             James E. Wilson  <wilson@codesourcery.com>
5280         * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
5281         emit the trap instruction before the divide for TUNE_74K.
5283 2010-05-03  Steven Bosscher  <steven@gcc.gnu.org>
5285         * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
5286         (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
5287         based on the above, for new target hook.
5289         * hooks.c (hook_bool_mode_true): New generic hook.
5290         * hooks.h (hook_bool_mode_true): Add prototype.
5292         * target.h (struct gcc_target): Add small_register_classes_for_mode_p
5293         target hook.
5294         * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
5295         target hook, set to hook_bool_mode_false.
5296         * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
5297         * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
5298         with targetm.small_register_classes_for_mode_p.
5299         (find_reusable_reload): Likewise.
5300         (combine_reloads): Likewise.
5301         * reload1.c (reload_as_needed): Likewise.
5302         * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
5303         * ifcvt.c (noce_process_if_block, check_cond_move_block,
5304         dead_or_predicable): Likewise.
5305         * regmove.c (optimize_reg_copy_1): Likewise.
5306         * calls.c (prepare_call_address): Likewise.
5307         (precompute_register_parameters): Likewise.
5309         * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
5310         hook definition.
5311         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
5312         implementation of the hook that considers all register classes
5313         small except for SH64.
5314         (sh_override_options): Use the new hook.
5315         * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
5316         Add prototype.
5318         * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
5319         hook definition.
5320         * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
5321         implementation of the hook that considers all register classes
5322         small for THUMB1.
5323         * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
5324         Add prototype.
5326         * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
5327         hook definition.
5328         * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
5329         implementation of the hook that considers all register classes
5330         small for MIPS16.
5331         * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
5332         Add prototype.
5334         * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
5335         hook definition.
5336         * config/m32c/m32c.h: Likewise.
5337         * config/pdp11/pdp11.h: Likewise.
5338         * config/avr/avr.h: Likewise.
5339         * config/xtensa/xtensa.h: Likewise.
5340         * config/m68hc11/m68hc11.h: Likewise.
5341         * config/mn10300/mn10300.h: Likewise.
5342         * config/mcore/mcore.h: Likewise.
5343         * config/h8300/h8300.h: Likewise.
5344         * config/bfin/bfin.h: Likewise.
5346         * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
5347         * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
5349 2010-05-03  Anatoly Sokolov  <aesok@post.ru>
5351         * double-int.h (tree_to_double_int): Remove macro.
5352         (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
5353         * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
5354         (tree_to_double_int): New function.
5355         * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
5356         Move ...
5357         * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
5359 2010-05-03  Richard Guenther  <rguenther@suse.de>
5361         PR tree-optimization/43971
5362         * tree-ssa-structalias.c (get_constraint_for_1): Fix
5363         constraints in the !flag_delete_null_pointer_checks case.
5365 2010-05-03  Jakub Jelinek  <jakub@redhat.com>
5367         PR debug/43972
5368         * config/i386/i386.c (ix86_delegitimize_address): Make sure the
5369         result mode matches original rtl mode.
5371 2010-05-03  Dave Korn  <dave.korn.cygwin@gmail.com>
5373         PR target/43888
5374         * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
5376 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
5378         * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
5379         when processing flag options.
5381 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
5383         * gcov-iov.c (main): Change format string placeholder
5384         from %#08x to 0x%08x.
5385         * genchecksum.c (dosum): Change format string placeholder
5386         from %#02x to 0x%02x.
5388 2010-05-02  Richard Guenther  <rguenther@suse.de>
5390         PR tree-optimization/43879
5391         * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
5393 2010-05-02  Bruno Haible  <bruno@clisp.org>
5395         * doc/extend.texi (Function Attributes): Fix a typo.
5397 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
5399         Revert:
5400         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
5401         placeholder from 0x%x to %#x.
5402         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
5403         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
5404         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
5405         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
5406         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
5407         * config/i386/i386.c (ix86_target_string): Ditto.
5408         * config/i386/i386.c (output_pic_addr_const): Ditto.
5409         (print_operand): Ditto.
5411 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
5413         * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
5414         placeholder from 0x%x to %#x.
5415         (ASM_OUTPUT_DEBUG_DATA1): Ditto.
5416         (ASM_OUTPUT_DEBUG_DATA4): Ditto.
5417         (ASM_OUTPUT_DEBUG_DATA): Ditto.
5418         (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
5419         (ASM_OUTPUT_DEBUG_DATA8): Ditto.
5420         * optc-gen.awk: Ditto.
5421         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
5422         (HOST_WIDE_INT_PRINT_HEX): Ditto.
5423         (HOST_WIDEST_INT_PRINT_HEX): Ditto.
5424         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
5426 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
5428         * target.h (struct calls): Add function_value_regno_p field.
5429         * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
5430         (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
5431         * targhooks.c (default_function_value_regno_p): New function.
5432         * targhooks.h (default_function_value_regno_p): Declare function.
5433         * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
5434         * builtins.c. (apply_result_size): (Ditto.).
5435         * combine.c. (likely_spilled_retval_p): (Ditto.).
5436         * mode-switching.c. Include 'target.h'.
5437         (create_pre_exit): Use function_value_regno_p hook.
5438         * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
5439         * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
5440         TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
5442         * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
5443         * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
5444         (ix86_function_value_regno_p): Declare as static, change argument
5445         type to const unsigned int.
5446         * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
5448 2010-05-01  Richard Guenther  <rguenther@suse.de>
5450         PR tree-optimization/43949
5451         * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
5452         types.
5453         (extract_range_from_binary_expr): Handle *_MOD_EXPR.
5455 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
5457         * rtl.h (CONST_DOUBLE_P): Define.
5458         (rtx_to_double_int): Declare.
5459         * emit-rtl.c (rtx_to_double_int): New function.
5460         * dwarf2out.c (insert_double): New function.
5461         (loc_descriptor, add_const_value_attribute): Clean up, use
5462         rtx_to_double_int and insert_double functions.
5464 2010-05-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
5466         * doc/extend.texi (Inline): Add missing return keyword to examples.
5467         (Function Attributes, Variable Attributes, Pragmas): Hyphenate
5468         "command-line".
5470 2010-04-30  Eric Botcazou  <ebotcazou@adacore.com>
5472         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
5473         the variable part of the offset as well.  Use highest_pow2_factor for
5474         all alignment checks.
5476 2010-04-30  Richard Guenther  <rguenther@suse.de>
5478         PR tree-optimization/43879
5479         * tree-ssa-structalias.c (type_could_have_pointers): Functions
5480         can have pointers.
5482 2010-04-30  Jan Hubicka  <jh@suse.cz>
5484         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
5485         varpool.
5486         (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
5488 2010-04-30  Jan Hubicka  <jh@suse.cz>
5490         * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
5491         New.
5492         * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
5493         * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
5494         (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
5495         cgraph_node_set_needs_ltrans_p): Remove.
5497 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
5499         * sdbout.c: Include vec.h, do not include varray.h.
5500         (deferred_global_decls, sdbout_global_decl,
5501         sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
5502         * toplev.c: Do not include varray.h.
5503         (dump_memory_report): Do not dump VARRAY statistics.
5504         * gengtype.c (open_base_file): Ignore varray.h.
5505         * Makefile.in: Update for abovementioned changes.
5506         Remove all traces of varray.c and varray.h.
5507         * varray.c: Remove file.
5508         * varray.h: Remove file.
5510 2010-04-30  Jan Hubicka  <jh@suse.cz>
5512         * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
5513         references.
5515 2010-04-30  Jan Hubicka  <jh@suse.cz>
5517         * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
5518         needed.
5520 2010-04-30  Richard Guenther  <rguenther@suse.de>
5522         * tree-ssa-structalias.c (get_constraint_for_1): Generate
5523         constraints for CONSTRUCTOR.
5525 2010-04-30  Richard Guenther  <rguenther@suse.de>
5527         PR lto/43946
5528         * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
5529         first after all lowering passes.
5531 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
5533         * toplev.c: Include varray.h for statistics dumping.
5534         * tree.h: Do not declare varray_head_tag.
5535         * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
5536         regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
5537         c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
5538         gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
5539         lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
5540         tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
5541         c-common.c, c-common.h, reg-stack.c, basic-block.h,
5542         tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
5543         include varray.h.
5544         * Makefile.in: Update for abovementioned changes.
5546 2010-04-30  Jakub Jelinek  <jakub@redhat.com>
5548         PR debug/43942
5549         * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
5551 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
5553         * config/picochip/picochip.c (picochip_legitimize_address): Define.
5554         Use this function to do machine-specific conversion.
5555         (picochip_legitimize_reload_address): Likewise.
5556         (picochip_legitimate_address_p): Check valid base register only if
5557         strict.
5558         (picochip_check_conditional_copy): Check for modw only if opnd is
5559         register.
5560         * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
5561         to call the function in c.
5562         * config/picochip/picochip-protos.h
5563         (picochip_legitimize_reload_address): Define.
5564         * config/picochip/picochip.md (supported_compare1): Define.
5566 2010-04-30  Jan Hubicka  <jh@suse.cz>
5568         * cgraph.h (cgraph_local_info): Remove for_functions_valid.
5569         (cgraph_global_info): Remove inlined.
5570         (LTO_cgraph_tag_names): Remove.
5571         (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
5572         * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
5573         simplify cgraph tags and document.
5574         (lto_output_node): Use only LTO_cgraph_unavail_node and
5575         LTO_cgraph_analyzed_node; Do not save analzed, reachable,
5576         for_functions_valid, global info, process and output flags.
5577         (input_overwrite_node): Initialize estimated stack size and
5578         estimated growth.  Do not read flags we no longer store.
5579         (input_node): Likewise do not read info no longer stored.
5580         * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
5581         flag.
5583 2010-04-30  Richard Guenther  <rguenther@suse.de>
5585         PR tree-optimization/43879
5586         * tree-ssa-structalias.c (get_constraint_for_1): Properly
5587         handle non-zero initializers.
5589 2010-04-30  Richard Guenther  <rguenther@suse.de>
5591         * builtins.c (fold_builtin_1): Delete free (0).
5593 2010-04-29  Jan Hubicka  <jh@suse.cz>
5595         * gengtype.c (open_base_files): Add lto-streamer.h
5596         * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
5597         (pass_ipa_cp): GGC collect.
5598         * toplev. (compile_file): Do not output symbols.
5599         * ipa-inline.c (pass_ipa_inline): Add ggc collect.
5600         * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
5601         TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
5602         * lto-section-in.c: Include ggc.h
5603         (lto_new_in_decl_state): Alloc in GGC.
5604         (lto_delete_in_decl_state): Likewise.
5605         * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
5606         Collect.
5608 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
5610         PR target/42895
5611         * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
5612         ORDER_REGS_FOR_LOCAL_ALLOC.  All instances of this macro changed.
5613         (HONOR_REG_ALLOC_ORDER): Describe new macro.
5614         * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
5615         * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
5616         account only if HONOR_REG_ALLOC_ORDER is not defined.
5617         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
5618         * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
5620 2010-04-29  Jon Grant  <04@jguk.org>
5622         * collect2.c (vflag): Change type from int to bool.
5623         (debug): Likewise.
5624         (helpflag): New global bool.
5625         (main): Set vflag and debug with boolean, not integer truth values.
5626         Accept new "--help" option and output usage text if found.
5627         * collect2.h (vflag): Update prototype.
5628         (debug): Likewise.
5630 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
5632         PR bootstrap/43936
5633         * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
5635 2010-04-29  Richard Guenther  <rguenther@suse.de>
5637         PR bootstrap/43935
5638         * plugin.h (invoke_plugin_callbacks): Annotate arguments
5639         with ATTRIBUTE_UNUSED.
5641 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
5643         PR target/43921
5644         * config/i386/i386.c (get_some_local_dynamic_name): Replace
5645         INSN_P with NONDEBUG_INSN_P.
5646         (distance_non_agu_define): Likewise.
5647         (distance_agu_use): Likewise.
5649 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
5651         From Dominique d'Humieres <dominiq@lps.ens.fr>
5652         PR bootstrap/43858
5653         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
5654         test_set.
5656 2010-04-29  Brian Hackett  <bhackett1024@gmail.com>
5658         * plugin.h (invoke_plugin_callbacks): New inline function.
5659         * plugin.c (flag_plugin_added): New global flag.
5660         (add_new_plugin): Initialize above flag.
5661         (invoke_plugin_callbacks): Rename to ...
5662         (invoke_plugin_callbacks_full): ... this.
5664 2010-04-28  Jan Hubicka  <jh@suse.cz>
5666         * lto-symtab.c (lto_symtab_entry_def) Add vnode.
5667         (lto_varpool_replace_node): New.
5668         (lto_symtab_resolve_symbols): Resolve varpool nodes.
5669         (lto_symtab_merge_decls_1): Prefer decls with varpool node.
5670         (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
5671         * cgraph.h (varpool_node_ptr): New type.
5672         (varpool_node_ptr): New vector.
5673         (varpool_node_set_def): New structure.
5674         (varpool_node_set): New type.
5675         (varpool_node_set): New vector.
5676         (varpool_node_set_element_def): New structure.
5677         (varpool_node_set_element, const_varpool_node_set_element): New types.
5678         (varpool_node_set_iterator): New type.
5679         (varpool_node): Add prev pointers, add used_from_other_partition,
5680         in_other_partition.
5681         (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
5682         varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
5683         varpool_get_node, varpool_remove_node): Declare.
5684         (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
5685         varpool_node_set_size): New inlines.
5686         * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
5687         * tree-pass.h (varpool_node_set_def): Forward declare.
5688         (ipa_opt_pass_d): Summary writting takes vnode sets too.
5689         (ipa_write_optimization_summaries): Update prototype.
5690         * ipa-cp.c (ipcp_write_summary): Update.
5691         * ipa-reference.c (ipa_reference_write_summary): Update.
5692         * lto-cgraph.c (lto_output_varpool_node): New static function.
5693         (output_varpool): New function.
5694         (input_varpool_node): New static function.
5695         (input_varpool_1): New function.
5696         (input_cgraph): Input varpool.
5697         * ipa-pure-const.c (pure_const_write_summary): Update.
5698         * lto-streamer-out.c (lto_output): Update, output varpool too.
5699         (write_global_stream): Kill WPA hack.
5700         (produce_asm_for_decls): Update.
5701         (output_alias_pair_p): Handle variables.
5702         (output_unreferenced_globals): Output only needed partition of varpool.
5703         * ipa-inline.c (inline_write_summary): Update.
5704         * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
5705         cgraph.
5706         * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
5707         * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
5708         varpool_node_set_new, varpool_node_set_add,
5709         varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
5710         debug_varpool_node_set): New functions.
5711         * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
5712         (execute_one_pass): Process new decls too.
5713         (ipa_write_summaries_2): Pass around vsets.
5714         (ipa_write_summaries_1): Likewise.
5715         (ipa_write_summaries): Build vset; be more selective about cgraph nodes
5716         to add.
5717         (ipa_write_optimization_summaries_1): Pass around vsets.
5718         (ipa_write_optimization_summaries): Likewise.
5719         * varpool.c (varpool_get_node): New.
5720         (varpool_node): Update doubly linked lists.
5721         (varpool_remove_node): New.
5722         (dump_varpool_node): More dumping.
5723         (varpool_enqueue_needed_node): Update doubly linked lists.
5724         (decide_is_variable_needed): Kill ltrans hack.
5725         (varpool_finalize_decl): Kill lto hack.
5726         (varpool_assemble_decl): Skip decls in other partitions.
5727         (varpool_assemble_pending_decls): Update doubly linkes lists.
5728         (varpool_empty_needed_queue): Likewise.
5729         (varpool_extra_name_alias): Likewise.
5730         * lto-streamer.c (lto_get_section_name): Add vars section.
5731         * lto-streamer.h (lto_section_type): Update.
5732         (output_varpool, input_varpool): Declare.
5734 2010-04-28  Mike Stump  <mikestump@comcast.net>
5736         * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
5738 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
5740         * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
5741         record or union type with RECORD_OR_UNION_TYPE_P predicate.
5742         (lto_input_ts_type_tree_pointers): Likewise.
5743         * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
5744         (lto_output_ts_type_tree_pointers): Likewise.
5746 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
5748         Uniquization of constants at the Tree level
5749         * tree.h (DECL_IN_CONSTANT_POOL): New macro.
5750         (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
5751         bit to the end.
5752         (tree_output_constant_def): Declare.
5753         * gimplify.c (gimplify_init_constructor): When using block copy, first
5754         uniquize the constant constructor on the RHS.
5755         * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
5756         DECL_IN_CONSTANT_POOL flag.
5757         * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
5758         * varasm.c (make_decl_rtl): Deal with variables belonging to the global
5759         constant pool.
5760         (assemble_variable): Deal with symbols belonging to the tree constant
5761         pool.
5762         (get_constant_section): Add ALIGN parameter and simplify.
5763         (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
5764         (assemble_constant_contents): Use the expression of the VAR_DECL.
5765         (output_constant_def_contents): Use the alignment of the VAR_DECL.
5766         (tree_output_constant_def): New global function.
5767         (mark_constant): Use the expression of the VAR_DECL.
5768         (place_block_symbol): Use the alignment of the VAR_DECL and the size of
5769         its expression.
5770         (output_object_block): Likewise and assemble the expression.
5772 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
5774         * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
5775         hash_tree, eq_tree): New tree hash table.
5776         (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
5777         [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
5778         lto_orig_address_remove): Reimplement.
5780 2010-04-28  Xinliang David Li  <davidxl@google.com>
5782         PR c/42643
5783         * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
5784         (compute_uninit_opnds_pos): New function.
5785         (is_non_loop_exit_postdominating): New function.
5786         (compute_control_dep_chain): New function.
5787         (find_pdom): New function.
5788         (convert_control_dep_chain_into_preds): New function.
5789         (find_predicates): New function.
5790         (find_control_equiv_block): New function.
5791         (collect_phi_def_edges): New function.
5792         (find_def_preds): New function.
5793         (find_dom): New function.
5794         (dump_predicates): New function.
5795         (get_cmp_code): New function.
5796         (is_value_included_in): New function.
5797         (find_matching_predicate_in_rest_chains): New function.
5798         (use_pred_not_overlap_with_undef_path_pred): New function.
5799         (is_use_properly_guarded): New function.
5800         (normalize_cond_1): New function.
5801         (is_and_or_or): New function.
5802         (normalize_cond): New function.
5803         (is_gcond_subset_of): New function.
5804         (is_subset_of_any): New function.
5805         (is_or_set_subset_of): New function.
5806         (is_and_set_subset_of): New function.
5807         (is_norm_cond_subset_of): New function.
5808         (is_pred_expr_subset_of): New function.
5809         (is_pred_chain_subset_of): New function.
5810         (is_included_in): New function.
5811         (is_superset_of): New function.
5812         (find_uninit_use): New function.
5813         (warn_uninitialized_phi): New function.
5814         (compute_possibly_undefined_names): New function.
5815         (ssa_undefined_value_p): New function.
5816         (execute_late_warn_uninitialized): New function.
5817         * tree-ssa.c (ssa_undefined_value_p): Removed.
5818         (warn_uninit): Changed to extern.
5819         (warn_uninitialized_phi): Removed.
5820         (warn_uninitialized_vars): Changed to extern.
5821         (execute_late_warn_uninitialized): Removed
5822         * tree-flow.h: Add new prototypes.
5823         * timevar.def: Add new time variable.
5824         * Makefile.in: Add new build file.
5826 2010-04-28  Uros Bizjak  <ubizjak@gmail.com>
5828         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
5829         type if available.
5831 2010-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5833         PR target/22224
5834         * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
5836 2010-04-28  Martin Jambor  <mjambor@suse.cz>
5838         * cgraph.h (struct cgraph_node): New field indirect_calls.
5839         (struct cgraph_indirect_call_info): New type.
5840         (struct cgraph_edge): Removed field indirect_call. New fields
5841         indirect_info, indirect_inlining_edge and indirect_unknown_callee.
5842         (cgraph_create_indirect_edge): Declare.
5843         (cgraph_make_edge_direct): Likewise.
5844         (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
5845         * ipa-prop.h (struct ipa_param_call_note): Removed.
5846         (struct ipa_node_params): Removed field param_calls.
5847         (ipa_create_all_structures_for_iinln): Declare.
5848         * cgraph.c: Described indirect edges and uids in initial comment.
5849         (cgraph_add_edge_to_call_site_hash): New function.
5850         (cgraph_edge): Search also among the indirect edges, use
5851         cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
5852         (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
5853         one, use cgraph_add_edge_to_call_site_hash to add edges to the call
5854         site hash.
5855         (initialize_inline_failed): Assign a reason to indirect edges.
5856         (cgraph_create_edge_1): New function.
5857         (cgraph_create_edge): Moved some functionality to
5858         cgraph_create_edge_1.
5859         (cgraph_create_indirect_edge): New function.
5860         (cgraph_edge_remove_callee): Add an assert checking for
5861         non-indirectness.
5862         (cgraph_edge_remove_caller): Special-case indirect edges.
5863         (cgraph_remove_edge): Likewise.
5864         (cgraph_set_edge_callee): New function.
5865         (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
5866         (cgraph_make_edge_direct): New function.
5867         (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
5868         the declaration of the call statement matches.
5869         (cgraph_node_remove_callees): Special-case indirect edges.
5870         (cgraph_clone_edge): Likewise.
5871         (cgraph_clone_node): Clone also the indirect edges.
5872         (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
5873         indirect_call, dump count of indirect_calls edges.
5874         * ipa-prop.c (iinlining_processed_edges): New variable.
5875         (ipa_note_param_call): Create indirect edges instead of
5876         creating notes.  New parameter node.
5877         (ipa_analyze_call_uses): New parameter node, pass it on to
5878         ipa_note_param_call.
5879         (ipa_analyze_stmt_uses): Likewise.
5880         (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
5881         (print_edge_addition_message): Work on edges rather than on notes.
5882         (update_call_notes_after_inlining): Likewise, renamed to
5883         update_indirect_edges_after_inlining.
5884         (ipa_create_all_structures_for_iinln): New function.
5885         (ipa_free_node_params_substructures): Do not free notes.
5886         (ipa_edge_duplication_hook): Propagate bits within
5887         iinlining_processed_edges bitmap.
5888         (ipa_node_duplication_hook): Do not duplicate notes.
5889         (free_all_ipa_structures_after_ipa_cp): Renamed to
5890         ipa_free_all_structures_after_ipa_cp.
5891         (free_all_ipa_structures_after_iinln): Renamed to
5892         ipa_free_all_structures_after_iinln.
5893         (ipa_write_param_call_note): Removed.
5894         (ipa_read_param_call_note): Removed.
5895         (ipa_write_indirect_edge_info): New function.
5896         (ipa_read_indirect_edge_info): Likewise.
5897         (ipa_write_node_info): Do not stream notes, do stream information
5898         in indirect edges.
5899         (ipa_read_node_info): Likewise.
5900         (lto_ipa_fixup_call_notes): Removed.
5901         * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
5902         * ipa-inline.c (pass_ipa_inline): Likewise.
5903         * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
5904         * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
5905         * tree-inline.c (copy_bb): Removed an unnecessary double check for
5906         is_gimple_call.
5907         * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
5908         edges.
5909         * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
5910         (output_cgraph): Stream also indirect edges.
5911         (lto_output_edge): Added capability to stream indirect edges.
5912         (input_edge): Likewise.
5913         (input_cgraph_1): Likewise.
5914         * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
5915         of indirect edges.
5917 2010-04-28  Richard Guenther  <rguenther@suse.de>
5919         PR tree-optimization/43879
5920         PR tree-optimization/43909
5921         * tree-ssa-structalias.c (struct variable_info): Add
5922         only_restrict_pointers flag.
5923         (new_var_info): Initialize it.  Increment stats.total_vars here.
5924         (create_function_info_for): Do not increment stats.total_vars here.
5925         (get_function_part_constraint): Fix build with C++.
5926         (insert_into_field_list): Remove.
5927         (push_fields_onto_fieldstack): Properly merge fields.
5928         (create_variable_info_for): Split and simplify.
5929         (create_variable_info_for_1): New piece.
5930         (intra_create_variable_infos): Properly make restrict constraints
5931         from parameters.
5933 2010-04-28  Richard Guenther  <rguenther@suse.de>
5935         PR c++/43880
5936         * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
5938 2010-04-27  Manuel López-Ibáñez  <manu@gcc.gnu.org>
5939             Jan Hubicka <hubicka@ucw.cz>
5941         * doc/invoke.texi (-Wsuggest-attribute=const,
5942         -Wsuggest-attribute=pure): Document.
5943         * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
5944         (function_always_visible_to_compiler_p,
5945         suggest_attribute, warn_function_pure, warn_function_const):
5946         New functions.
5947         (check_call): Improve debug info.
5948         (analyze_function): Do not check availability.
5949         (add_new_function): Check availability.
5950         (propagate): Output warnings.
5951         (skip_function_for_local_pure_const): New function.
5952         (local_pure_const): Use it; output warnings.
5953         * common.opt (Wsuggest-attribute=const,
5954         Wsuggest-attribute=pure): New.
5956 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
5958         * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
5959         force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
5960         or DW_CFA_def_cfa_offset{,_sf}.
5962 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
5964         * tree.h: Fix truncated long macros.
5966 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
5968         * collect2.c (TARGET_64BIT): Redefine to target's default.
5969         * tlink.c: Likewise.
5970         * config/i386/cygming.h (USER_LABEL_PREFIX): Define
5971         dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
5972         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
5973         for underscoring __USER_LABEL_PREFIX__.
5974         * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
5975         (SUB_LINK_ENTRY32): New.
5976         (SUB_LINK_ENTRY64): New.
5977         (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
5978         * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
5979         (SUB_LINK_ENTRY64): New.
5980         (SUB_LINK_ENTRY): New.
5981         (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
5982         (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
5983         x64 target is choosen.
5984         * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
5985         * configure: Regenerated.
5986         * configure.ac (leading-mingw64-underscores): Option added.
5988 2010-04-27  Jan Hubicka  <jh@suse.cz>
5990         * doc/invoke.texi (-fipa-profile): Document.
5991         * opts.c (decode_options): Enable ipa-profile at -O1.
5992         * timevar.def (TV_IPA_PROFILE): Define.
5993         * common.opt (fipa-profile): Add.
5994         * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
5995         flag for clones.
5996         (cgraph_propagate_frequency): Handle only local ones.
5997         * tree-pass.h (pass_ipa_profile): Declare.
5998         * ipa-profile.c (gate_profile): Use flag_ipa_profile.
5999         (pass_ipa_profile): Use TV_IPA_PROFILE.
6000         * ipa.c (ipa_profile): New function.
6001         (gate_ipa_profile): Likewise.
6002         (pass_ipa_profile): New global variable.
6003         * passes.c (pass_ipa_profile): New.
6005 2010-04-27  Nathan Froyd  <froydnj@codesourcery.com>
6007         * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
6009 2010-04-27  Martin Jambor  <mjambor@suse.cz>
6011         PR middle-end/43812
6012         * ipa.c (dissolve_same_comdat_group_list): New function.
6013         (function_and_variable_visibility): Call
6014         dissolve_same_comdat_group_list when comdat group contains external or
6015         newly local nodes.
6016         * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
6017         lists are circular and that they contain only DECL_ONE_ONLY nodes.
6019 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
6021         * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
6022         (const_hash_1) <VECTOR_CST>: New case.
6023         (compare_constant) <VECTOR_CST>: Likewise.
6024         <ADDR_EXPR>: Deal with LABEL_REFs.
6025         (copy_constant) <VECTOR_CST>: New case.
6027 2010-04-27  Jan Hubicka  <jh@suse.cz>
6029         * cgraph.c (cgraph_propagate_frequency): New function.
6030         * cgraph.h (cgraph_propagate_frequency): Declare.
6031         * ipa-inline.c (cgraph_clone_inlined_nodes): Call
6032         cgraph_propagate_frequency.
6034 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
6036         * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
6038 2010-04-27  Bernd Schmidt  <bernds@codesourcery.com>
6040         PR target/40657
6041         * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
6042         (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
6043         here to determine which regs to push and how much stack to reserve.
6045 2010-04-27  Jie Zhang  <jie@codesourcery.com>
6047         * doc/gimple.texi (gimple_statement_with_ops): Remove
6048         addresses_taken field.
6049         (gimple_statement_with_memory_ops): Likewise.
6051 2010-04-27  Jan Hubicka  <jh@suse.cz>
6053         * tree-inline.c (eni_inlining_weights): Remove.
6054         (estimate_num_insns): Special case more builtins.
6056 2010-04-27  Shujing Zhao  <pearly.zhao@oracle.com>
6058         PR c/32207
6059         * c-typeck.c (build_binary_op): Move forward check for comparison
6060         pointer with null pointer constant and adjust the diagnostic message.
6062 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
6064         PR lto/42776
6065         * configure.ac (gcc_cv_as_section_has_align): Set if installed
6066         binutils supports extended .section directive needed by LTO, or
6067         warn if older binutils found.
6068         (LTO_BINARY_READER): New AC_SUBST'd variable.
6069         (LTO_USE_LIBELF): Likewise.
6070         * gcc/config.gcc (lto_binary_reader): New target-specific configure
6071         variable.
6072         * gcc/Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
6073         (LTO_USE_LIBELF): Likewise.
6074         * configure: Regenerate.
6076         * collect2.c (is_elf): Rename from this ...
6077         (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
6078          object files in addition to ELF-formatted ones.
6079         (scan_prog_file): Caller updated.  Also allow for LTO info marker
6080         symbol to be prefixed or not by an extra underscore.
6082         * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
6083         * config/i386/winnt.c: Also #include lto-streamer.h
6084         (i386_pe_asm_named_section): Specify 1-byte section alignment for
6085         LTO named sections.
6086         (i386_pe_asm_output_aligned_decl_common): Add comment.
6087         (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
6089 2010-04-27  Hans-Peter Nilsson  <hp@bitrange.com>
6091         PR target/43889
6092         * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
6093         Add missing earlyclobber for second alternative.
6095 2010-04-26  Bernd Schmidt  <bernds@codesourcery.com>
6097         * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
6098         bits for artificial defs at the top of the block.
6099         * fwprop.c (single_def_use_enter_block): Don't call it.
6101 2010-04-26  Jack Howarth <howarth@bromo.med.uc.edu>
6103         PR 43715
6104         * gcc/configure.ac: Use "$gcc_cv_nm -g" on darwin
6105         instead of "$gcc_cv_objdump -T".
6106         Use "-undefined dynamic_lookup" on darwin.
6107         * gcc/configure: Regenerate.
6109 2010-04-26  Jakub Jelinek  <jakub@redhat.com>
6111         PR c/43893
6112         * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
6114 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
6116         * c-parser.c (struct c_token): Move location field up.
6117         * c-tree.h (struct c_typespec): Move expr_const_operands field up.
6118         (struct c_declspecs): Convert typespec_word, storage_class, and
6119         default_int_p into bitfields.
6120         (struct c_declarator): Move loc field up.
6122 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
6124         * cfgloop.h (struct loop): Move can_be_parallel field up.
6125         * ipa-prop.h (struct ip_node_params): Move bitfields up.
6126         * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
6127         down.
6128         (struct iv_cand): Convert pos field into a bitfield.
6129         * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
6130         field up.
6131         (struct _stmt_vec_info): Shuffle fields for better packing.
6133 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
6135         * varasm.c (IN_NAMED_SECTION): Remove guard.
6136         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
6137         (IN_NAMED_SECTION_P): ...this.
6138         (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
6139         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
6141 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
6143         * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
6144         Use VOID_TYPE_P for all void type tests.  Adjust TYPE variable instead
6145         of shadowing it.  Fix comments.
6147 2010-04-26  Jan Hubicka  <jh@suse.cz>
6149         * cgraph.c (cgraph_create_node): Set node frequency to normal.
6150         (cgraph_clone_node): Copy function frequency.
6151         * cgraph.h (node_frequency): New enum
6152         (struct cgraph_node): Add.
6153         * final.c (rest_of_clean_state): Update.
6154         * lto-cgraph.c (lto_output_node): Output node frequency.
6155         (input_overwrite_node): Input node frequency.
6156         * tre-ssa-loop-ivopts (computation_cost): Update.
6157         * lto-streamer-out.c (output_function): Do not output function
6158         frequency.
6159         * predict.c (maybe_hot_frequency_p): Update and handle functions
6160         executed once.
6161         (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
6162         attribute lookup.
6163         (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
6164         (compute_function_frequency): Set noreturn functions to be executed
6165         once.
6166         (choose_function_section): Update.
6167         * lto-streamer-in.c (input_function): Do not input function frequency.
6168         * function.c (allocate_struct_function): Do not initialize function
6169         frequency.
6170         * function.h (function_frequency): Remove.
6171         (struct function): Remove function frequency.
6172         * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
6173         (try_update): Update.
6174         * tree-inline.c (initialize_cfun): Do not update function frequency.
6175         * passes.c (pass_init_dump_file): Update.
6176         * i386.c (ix86_compute_frame_layout): Update.
6177         (ix86_pad_returns): Update.
6179 2010-04-26  Jie Zhang  <jie@codesourcery.com>
6181         PR tree-optimization/43833
6182         * tree-vrp.c (range_int_cst_p): New.
6183         (range_int_cst_singleton_p): New.
6184         (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
6185         when both operands are constants.  Use range_int_cst_p in
6186         BIT_IOR_EXPR case.
6188 2010-04-26  Jan Hubicka  <jh@suse.cz>
6190         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
6192 2010-04-26  Richard Guenther  <rguenther@suse.de>
6194         PR lto/43080
6195         * gimple.c (gimple_decl_printable_name): Deal gracefully
6196         with a NULL DECL_NAME.
6198 2010-04-26  Richard Guenther  <rguenther@suse.de>
6200         PR lto/42425
6201         * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
6202         if emitting debug information and it is either a function
6203         or a namespace decl.
6205 2010-04-26  Ira Rosen  <irar@il.ibm.com>
6207         * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
6208         determine if the statement is vectorizable, and a macro to access it.
6209         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
6210         Skip statements that can't be vectorized. If the analysis fails,
6211         mark the statement as unvectorizable if vectorizing basic block.
6212         (vect_compute_data_refs_alignment): Likewise.
6213         (vect_verify_datarefs_alignment): Skip statements marked as
6214         unvectorizable. Add print.
6215         (vect_analyze_group_access): Skip statements that can't be
6216         vectorized. If the analysis fails, mark the statement as
6217         unvectorizable if vectorizing basic block.
6218         (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
6219         * tree-vect-stmts.c (vectorizable_store): Fix the number of
6220         generated stmts for SLP.
6221         (new_stmt_vec_info): Initialize the new field.
6222         * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
6223         statements marked as unvectorizable.
6225 2010-04-25  Joseph Myers  <joseph@codesourcery.com>
6227         * c-common.c (flag_isoc1x): New.
6228         (flag_isoc99): Update comment.
6229         * c-common.h (flag_isoc1x): New.
6230         (flag_isoc99): Update comment.
6231         * c-cppbuiltin.c (builtin_define_float_constants): Also define
6232         __<type>_DECIMAL_DIG__.
6233         * c-opts.c (set_std_c1x): New.
6234         (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
6235         (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
6236         * c.opt (-std=c1x, -std=gnu1x): New options.
6237         * doc/cpp.texi: Mention -std=c1x.
6238         * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
6239         * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
6240         * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
6241         * doc/standards.texi: Mention C1X.
6242         * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
6243         LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
6244         LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
6245         Define for C1X.
6247 2010-04-25  Uros Bizjak  <ubizjak@gmail.com>
6249         * config/i386/gmon-sol2.c (_mcleanup): Change format string
6250         placeholder from 0x%x to %#x.
6251         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
6252         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
6253         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
6254         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
6255         * config/i386/i386.c (ix86_target_string): Ditto.
6256         (output_pic_addr_const): Ditto.
6257         (print_operand): Ditto.
6259 2010-04-25  Paolo Bonzini  <bonzini@gnu.org>
6261         * combine.c (find_split_point): Add third argument.  Use it
6262         to find nested multiply-accumulate instructions.  Adjust calls.
6263         (try_combine): Adjust call to find_split_point.
6265 2010-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
6267         * doc/contrib.texi (Contributors): Add Dodji Seketeli.
6269 2010-04-24  Bernd Schmidt  <bernds@codesourcery.com>
6271         PR tree-optimization/41442
6272         * fold-const.c (merge_truthop_with_opposite_arm): New function.
6273         (fold_binary_loc): Call it.
6275 2010-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
6277         * toplev.c (general_init): Set default for fdiagnostics-show-option.
6278         * opts.c (common_handle_option): Allow disabling it.
6279         * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
6281 2010-04-23  Eric Botcazou  <ebotcazou@adacore.com>
6283         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
6284         between modes if both types are integral.
6286 2010-04-23  Richard Guenther  <rguenther@suse.de>
6288         PR tree-optimization/43572
6289         * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
6291 2010-04-23  Richard Guenther  <rguenther@suse.de>
6293         PR lto/43455
6294         * tree-inline.c (tree_can_inline_p): Also check compatibility
6295         of return types.
6297 2010-04-23  Martin Jambor  <mjambor@suse.cz>
6299         PR tree-optimization/43846
6300         * tree-sra.c (struct access): New flag grp_assignment_read.
6301         (build_accesses_from_assign): Set grp_assignment_read.
6302         (sort_and_splice_var_accesses): Propagate grp_assignment_read.
6303         (enum mark_read_status): New type.
6304         (analyze_access_subtree): Propagate grp_assignment_read, create
6305         accesses also if both direct_read and root->grp_assignment_read.
6307 2010-04-23  Martin Jambor  <mjambor@suse.cz>
6309         PR middle-end/43835
6310         * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
6311         function does not have type attributes.
6313 2010-04-23  Richard Guenther  <rguenther@suse.de>
6315         PR lto/42653
6316         * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
6317         of FUNCTION_DECLs.
6319 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6321         * sese.h (create_if_region_on_edge): Remove.
6323         * sese.c (create_if_region_on_edge): Make static.
6325         * tree-inline.c: Do not include ggc.h.
6327         * expr.c: Do not include ggc.h.
6329         * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
6330         dependencies.
6332 2010-04-22  Kaz Kojima  <kkojima@gcc.gnu.org>
6334         PR target/43744
6335         * config/sh/sh.c (find_barrier): Don't emit a constant pool
6336         in the middle of insns for casesi_worker_2.
6338 2010-04-22  David Edelsohn  <edelsohn@gnu.org>
6340         * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
6342 2010-04-22  Ira Rosen  <irar@il.ibm.com>
6344         PR tree-optimization/43842
6345         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
6346         loop unrolling in update of exit phis. Fix comment.
6347         * tree-vect-slp.c (vect_analyze_slp): Check that there are at
6348         least two reduction statements in the loop before starting SLP
6349         analysis.
6351 2010-04-22  Nick Clifton  <nickc@redhat.com>
6353         * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
6355 2010-04-22  Alexander Monakov  <amonakov@ispras.ru>
6357         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
6358         to simplify a + ~a.
6360 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6362         * tree-parloops.c (loop_parallel_p): New argument
6363         parloop_obstack.  Pass it down.
6364         (parallelize_loops): New variable parloop_obstack.  Initialize it,
6365         pass it down, free it.
6367         * tree-loop-linear.c (linear_transform_loops): Pass down
6368         lambda_obstack.
6370         * tree-data-ref.h (lambda_compute_access_matrices): New argument
6371         of type struct obstack *.
6373         * tree-data-ref.c (analyze_subscript_affine_affine): New variable
6374         scratch_obstack.  Initialize it, pass down, free it.
6376         * lambda.h (lambda_loop_new): Remove.
6377         (lambda_matrix_new, lambda_matrix_inverse)
6378         (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
6379         argument of type struct obstack *.
6381         * lambda-trans.c (lambda_trans_matrix_new): New argument
6382         lambda_obstack.  Pass it down, use obstack allocation for ret.
6383         (lambda_trans_matrix_inverse): New argument lambda_obstack.  Pass
6384         it down.
6386         * lambda-mat.c (lambda_matrix_get_column)
6387         (lambda_matrix_project_to_null): Remove.
6388         (lambda_matrix_new): New argument lambda_obstack.  Use obstack
6389         allocation for mat.
6390         (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
6391         lambda_obstack.
6393         * lambda-code.c (lambda_loop_new): New function.
6394         (lambda_lattice_new, compute_nest_using_fourier_motzkin)
6395         (lambda_compute_auxillary_space, lambda_compute_target_space)
6396         (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
6397         (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
6398         (build_access_matrix): New argument lambda_obstack.  Use obstack
6399         allocation for am.
6400         (lambda_compute_step_signs, lambda_compute_access_matrices): New
6401         argument lambda_obstack.  Pass it down.
6403 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
6405         * optabs.h (expand_widening_mult): Declare.
6407 2010-04-22  Richard Guenther  <rguenther@suse.de>
6409         PR tree-optimization/43845
6410         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
6411         lookup the CALL_EXPR function and arguments.
6413 2010-04-22  Nick Clifton  <nickc@redhat.com>
6415         * config/stormy16/stormy16.c
6416         (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
6417         * config/stormy16/stormy16.h: Tidy up formatting.
6418         (DONT_USE_BUILTIN_SETJMP): Remove definition.
6419         * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
6420         (ineqbranchsi): Delete pattern.
6421         * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
6422         * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
6423         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
6424         stormy16-lib2-ucmpsi2.c.
6426 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
6428         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
6429         df_simulate_find_noclobber_defs as appropriate.  Keep track of an
6430         extra set merge_set_noclobber, and use it to relax the final test
6431         slightly.
6432         * df.h (df_simulate_find_noclobber_defs): Declare.
6433         * df-problems.c (df_simulate_find_defs): Don't ignore partial or
6434         conditional defs.
6435         (df_simulate_find_noclobber_defs): New function.
6437 2010-04-22  Uros Bizjak  <ubizjak@gmail.com>
6439         * config/i386/i386.md: Use {} around multi-line preparation statements.
6441 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6443         * c-tree.h (push_init_level, pop_init_level, set_init_index)
6444         (process_init_element): New argument of type struct obstack *.
6446         * c-typeck.c (push_init_level, pop_init_level, set_designator)
6447         (set_init_index, set_init_label, set_nonincremental_init)
6448         (set_nonincremental_init_from_string, find_init_member)
6449         (output_init_element, output_pending_init_elements)
6450         (process_init_element): New argument braced_init_obstack.  Pass it
6451         down.
6452         (push_range_stack, add_pending_init): New argument
6453         braced_init_obstack.  Use obstack allocation.
6455         * c-parser.c (c_parser_initelt, c_parser_initval): New argument
6456         braced_init_obstack.  Pass it down.
6457         (c_parser_braced_init): New variables ret, braced_init_obstack.
6458         Initialize obstack, pass it down and finally free it.
6460 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
6462         PR middle-end/29274
6463         * tree-pass.h (pass_optimize_widening_mul): Declare.
6464         * tree-ssa-math-opts.c (execute_optimize_widening_mul,
6465         gate_optimize_widening_mul): New static functions.
6466         (pass_optimize_widening_mul): New.
6467         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
6468         <case MULT_EXPR>: Remove support for widening multiplies.
6469         * tree.def (WIDEN_MULT_EXPR): Tweak comment.
6470         * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
6471         simplify_gen_unary rather than directly building extensions.
6472         * tree-cfg.c (verify_gimple_assign_binary): Add tests for
6473         WIDEN_MULT_EXPR.
6474         * expmed.c (expand_widening_mult): New function.
6475         * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
6477 2010-04-21  Jan Hubicka  <jh@suse.cz>
6479         * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
6480         * lto-section-in.c (lto_section_name): Remove wpa_fixup.
6481         * lto-wpa-fixup.c: Remove.
6482         * Makefile.in (lto-wpa-fixup.o): Remove.
6483         * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
6484         (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
6485         * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
6487 2010-04-21  Jan Hubicka  <jh@suse.cz>
6489         * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
6490         add write_optimization_summary, read_optimization_summary.
6491         (ipa_write_summaries_of_cgraph_node_set): Remove.
6492         (ipa_write_optimization_summaries): Declare.
6493         (ipa_read_optimization_summaries): Declare.
6494         * ipa-cp.c (pass_ipa_cp): Update.
6495         * ipa-reference.c (pass_ipa_reference): Update.
6496         * ipa-pure-const.c (pass_ipa_pure_const): Update.
6497         * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
6498         Update.
6499         * ipa-inline.c (pass_ipa_inline): Update.
6500         * ipa.c (pass_ipa_whole_program): Update.
6501         * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
6502         * passes.c (ipa_write_summaries_1): Do not test wpa.
6503         (ipa_write_optimization_summaries_1): New.
6504         (ipa_write_optimization_summaries): New.
6505         (ipa_read_summaries): Do not test ltrans.
6506         (ipa_read_optimization_summaries_1): New.
6507         (ipa_read_optimization_summaries): New.
6509 2010-04-21  Jan Hubicka  <jh@suse.cz>
6511         * lto-cgraph.c (lto_output_node): Do not output comdat groups
6512         for boundary nodes.
6513         (output_cgraph): Do not arrange comdat groups for boundary nodes.
6515 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
6517         PR debug/40040
6518         * dwarf2out.c (add_name_and_src_coords_attributes): Add
6519         DW_AT_{,MIPS_}linkage_name even for Fortran decls.
6521 2010-04-21  Jan Hubicka  <jh@suse.cz>
6523         * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
6525 2010-04-21  Jan Hubicka  <jh@suse.cz>
6527         * varpool.c (decide_is_variable_needed): Variable is always needed
6528         during ltrans.
6530 2010-04-21  Jan Hubicka  <jh@suse.cz>
6532         * opts.c (decode_options): Enable pure-const pass for whopr.
6534 2010-04-21  Jan Hubicka  <jh@suse.cz>
6536         * cgraph.c (dump_cgraph_node): Dump also assembler name.
6537         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
6538         at WPA dumping.
6539         (cgraph_decide_inlining): Do not expect callee to be removed in all
6540         cases.
6542 2010-04-21  Eric B. Weddington  <eric.weddington@atmel.com>
6544         * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
6546 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
6548         * config/i386/i386.md (x86_shrd): Add athlon_decode and
6549         amdfam10_decode attributes.
6551 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
6553         PR middle-end/43570
6554         * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
6555         OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
6556         (lower_copyprivate_clauses): Use private var in outer
6557         context instead of original var.  Make sure the types
6558         are correct for VLAs.
6560 2010-04-21  Richard Guenther  <rguenther@suse.de>
6562         * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
6563         to non-pointer objects.
6565 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
6567         * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument.  Drop
6568         last chain entry if it starts with the still current label.
6569         (add_location_or_const_value_attribute): Check that
6570         loc_list->first->next is NULL instead of comparing ->first with ->last.
6571         (dwarf2out_var_location): Pass last_label resp. last_postcall_label
6572         to add_var_loc_to_decl.
6574         * dwarf2out.c (output_call_frame_info): For dw_cie_version
6575         >= 4 add also address size and segment size fields into CIE header.
6577         * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
6578         long as address size is the same as sizeof (void *) and
6579         segment size is 0.
6580         * unwind-dw2-fde.c (get_cie_encoding): Likewise.  If
6581         address size or segment size is unexpected, return DW_EH_PE_omit.
6582         (classify_object_over_fdes): If get_cie_encoding returned
6583         DW_EH_PE_omit, return -1.
6584         (init_object): If classify_object_over_fdes returned -1,
6585         pretend there were no FDEs at all.
6587 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
6589         * config/i386/i386.md (bswap<mode>2): Macroize expander from
6590         bswap{si,di}2 using SWI48 mode iterator.
6591         (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
6592         SWI48 mode iterator.  Set type attribute of bswap insn to bitmanip,
6593         set modrm attribute of bswap insn to 0 and remove length attribute.
6594         (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
6595         iterator.  Set type attribute to bitmanip, set modrm attribute to 0,
6596         set mode attribute to <MODE> and remove length attribute.
6598 2010-04-20  James E. Wilson  <wilson@codesourcery.com>
6600         PR rtl-optimization/43520
6601         * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
6602         zero available registers.
6604 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6606         * builtins.c (fold_builtin_cproj): Fold more cases.
6608 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6610         * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
6611         (fold_builtin_1): Fold builtin cproj.
6612         * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
6613         Use ATTR_CONST_NOTHROW_LIST.
6615 2010-04-20  Uros Bizjak  <ubizjak@gmail.com>
6617         * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
6618         and ffsdi2 using SWI48 mode iterator.  Expand SImode insn through
6619         ffsi2_no_cmove for !TARGET_CMOVE.
6620         (ffssi2_no_cmove): Rename from *ffs_no_cmove.  Make public.
6621         (ffssi2): Remove expander.
6622         (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
6623         mode iterator.
6624         (ctz<mode>2): Ditto from ctz{si,di}2.
6625         (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
6626         mode iterator.
6627         (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
6628         mode iterator.
6630 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
6632         * dwarf2out.c (AT_linkage_name): Define.
6633         (clone_as_declaration): Handle DW_AT_linkage_name.
6634         (add_name_and_src_coords_attributes): Use AT_linkage_name instead
6635         of DW_AT_MIPS_linkage_name.
6636         (move_linkage_attr): Likewise.
6637         (dwarf2out_finish): Likewise.
6639 2010-04-20  Xinliang David Li  <davidxl@gcc.gnu.org>
6641         PR middle-end/41952
6642         * fold-const.c (fold_comparison): New folding rule.
6644 2010-04-20  Anatoly Sokolov  <aesok@post.ru>
6646         * double-int.h (double_int_setbit): Declare.
6647         * double-int.c (double_int_setbit): New function.
6648         * rtl.h (immed_double_int_const): Declare.
6649         * emit-rtl.c (immed_double_int_const): New function.
6650         * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
6651         and immed_double_int_const functions.
6652         * optabs.c (expand_absneg_bit, expand_copysign_absneg,
6653         expand_copysign_bit):  (Ditto.).
6654         * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
6655         * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
6656         * dojump.c (prefer_and_bit_test): (Ditto.).
6657         * expr.c (convert_modes, reduce_to_bit_field_precision,
6658         const_vector_from_tree): (Ditto.).
6659         * expmed.c (mask_rtx, lshift_value): (Ditto.).
6661 2010-04-20  Jan Hubicka  <jh@suse.cz>
6663         * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
6664         (dump_cgraph_node): Dump new flags.
6665         * cgraph.h (struct cgraph_node): Add flags
6666         reachable_from_other_partition and in_other_partition.
6667         (cgraph_can_remove_if_no_direct_calls_p): Functions used by
6668         other partition can not be removed.
6669         * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
6670         the other partition must be output; silence sanity checking on
6671         leaking functions bodies from other paritition.
6672         * lto-cgraph.c (reachable_from_other_partition_p): New function.
6673         (lto_output_node): Output new flags; do not sanity check that inline
6674         clones are output; drop lto_forced_extern_inline_p code; do not mock
6675         visibility flags at partition boundaries.
6676         (add_node_to): New function.
6677         (output_cgraph): Use it to sort functions so masters appear before
6678         clones.
6679         (input_overwrite_node): Input new flags.
6680         * passes.c (ipa_write_summaries): Do not call
6681         lto_new_extern_inline_states.
6682         * lto-section-out.c (forced_extern_inline,
6683         lto_new_extern_inline_states lto_delete_extern_inline_states,
6684         lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
6685         * lto-streamer.h (lto_new_extern_inline_states,
6686         * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
6687         lto_forced_extern_inline_p): Kill.
6689 2010-04-20  Richard Guenther  <rguenther@suse.de>
6691         * tree-ssa-structalias.c (do_sd_constraint): Add edges only
6692         from vars that can have pointers.
6693         (process_constraint): Dump useless constraints.
6695 2010-04-20  Richard Guenther  <rguenther@suse.de>
6697         * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
6698         (dump_sa_points_to_info): Remove asserts.
6699         (init_base_vars): nothing_id isn't an escape point nor does it
6700         have pointers.
6702 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
6704         * tree.h (TYPE_REF_IS_RVALUE): Define.
6705         * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
6706         should_move_die_to_comdat, prune_unused_types_walk): Handle
6707         DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
6708         (modified_type_die, gen_reference_type_die): Emit
6709         DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
6710         if TYPE_REF_IS_RVALUE and -gdwarf-4.
6712 2010-04-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6714         PR target/43635
6715         * config/s390/s390.c (s390_emit_call): Turn direct into indirect
6716         calls for -fpic -m31 if they have been sibcall optimized.
6718 2010-04-19  James E. Wilson  <wilson@codesourcery.com>
6720         * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
6721         ar.lc fixed and call-used.
6723         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
6725 2010-04-19  Jan Hubicka  <jh@suse.cz>
6727         * opts.c (decode_options): Disable whpr incompatible passes.
6728         * lto/lto.c (lto_1_to_1_map): Skip clones.
6729         (read_cgraph_and_symbols): Do not mark everything as needed.
6730         (do_whole_program_analysis): Do map only after optimizing;
6731         set proper cgraph_state; use passmanager.
6733 2010-04-19  DJ Delorie  <dj@redhat.com>
6735         * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
6736         POINTER_PLUS_EXPR and fix them.
6738 2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
6740         * config/avr/avr-devices.c (avr_mcu_types): Add support for new
6741         devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
6742         attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
6743         atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
6744         atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
6745         atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
6746         atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
6747         atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
6748         m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
6749         atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
6750         * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
6752 2010-04-19  Eric Botcazou  <ebotcazou@adacore.com>
6754         * ifcvt.c (noce_try_cmove_arith): Fix long lines.
6755         (check_cond_move_block): Likewise.
6756         (cond_move_process_if_block): Likewise.
6757         (noce_find_if_block): Improve formatting.
6758         (find_if_header): Pass 0 to memset and tweak conditions.
6759         (cond_exec_find_if_block): Fix long lines and tweak conditions.
6761 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
6763         * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
6764         for -gdwarf-4.
6766         PR middle-end/43337
6767         * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
6768         with non-local decl doesn't need chain.
6770 2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
6772         * ira-color.c (allocno_reload_assign): Avoid accumulating
6773         reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
6775 2010-04-19  Martin Jambor  <mjambor@suse.cz>
6777         * gimple.h (create_tmp_reg): Declare.
6778         * gimplify.c (create_tmp_reg): New function.
6779         (gimplify_return_expr): Use create_tmp_reg.
6780         (gimplify_omp_atomic): Likewise.
6781         (gimple_regimplify_operands): Likewise.
6782         * tree-dfa.c (make_rename_temp): Likewise.
6783         * tree-predcom.c (predcom_tmp_var): Likewise.
6784         (reassociate_to_the_same_stmt): Likewise.
6785         * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
6786         (get_replaced_param_substitute): Likewise.
6787         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
6788         * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
6789         * tree-ssa-pre.c (get_representative_for): Likewise.
6790         (create_expression_by_pieces): Likewise.
6791         * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
6792         (create_tailcall_accumulator): Likewise.
6794 2010-04-19  Martin Jambor  <mjambor@suse.cz>
6796         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
6797         new_stmt.
6798         (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
6800 2010-04-19  Richard Guenther  <rguenther@suse.de>
6802         PR tree-optimization/43796
6803         * tree-vrp.c (adjust_range_with_scev): Lookup init and step
6804         from SCEV in the lattice.
6805         (vrp_visit_phi_node): Dump change.
6807 2010-04-19  Richard Guenther  <rguenther@suse.de>
6809         * configure.ac: Fix quoting around elf_getshstrndx ABI check.
6810         * configure: Re-generated.
6812 2010-04-19  Richard Guenther  <rguenther@suse.de>
6814         PR tree-optimization/43783
6815         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
6816         constant ARRAY_REF operands two and three if possible.
6818 2010-04-19  Uros Bizjak  <ubizjak@gmail.com>
6820         PR target/43766
6821         * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
6823 2010-04-19  Jie Zhang  <jie@codesourcery.com>
6825         PR target/43662
6826         * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
6828 2010-04-19  Ira Rosen  <irar@il.ibm.com>
6830         PR tree-optimization/37027
6831         * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
6832         and macro to access it.
6833         (vectorizable_reduction): Add argument.
6834         (vect_get_slp_defs): Likewise.
6835         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
6836         statements for possible use in SLP.
6837         (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
6838         (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
6839         (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
6840         add new argument.
6841         (vectorizable_reduction): Likewise.
6842         * tree-vect-stmts.c (vect_get_vec_defs): Update call to
6843         vect_get_slp_defs.
6844         (vectorizable_type_demotion, vectorizable_type_promotion,
6845         vectorizable_store): Likewise.
6846         (vect_analyze_stmt): Update call to vectorizable_reduction.
6847         (vect_transform_stmt): Likewise.
6848         * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
6849         (vect_build_slp_tree): Fix indentation. Check that there are no loads
6850         from different interleaving chains in same node.
6851         (vect_slp_rearrange_stmts): New function.
6852         (vect_supported_load_permutation_p): Allow load permutations for
6853         reductions. Call vect_slp_rearrange_stmts() to rearrange statements
6854         inside SLP nodes if necessary.
6855         (vect_analyze_slp_instance): Handle reductions.
6856         (vect_analyze_slp): Try to build SLP instances originating from groups
6857         of reductions.
6858         (vect_detect_hybrid_slp_stmts): Skip reduction statements.
6859         (vect_get_constant_vectors): Create initial vectors for reductions
6860         according to reduction code. Add new argument.
6861         (vect_get_slp_defs): Add new argument, pass it to
6862         vect_get_constant_vectors.
6863         (vect_schedule_slp_instance): Remove SLP tree root statements.
6865 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
6867         * tree.h (ENUM_IS_SCOPED): Define.
6868         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
6869         for ENUM_IS_SCOPED enums.
6871 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
6873         * fold-const.c (fold_comparison): Use ssizetype.
6874         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
6875         * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
6876         * tree-loop-distribution.c (build_size_arg_loc): Likewise.
6877         * tree-object-size.c (compute_object_sizes): Use size_type_node.
6879         * tree.h (initialize_sizetypes): Remove parameter.
6880         (build_common_tree_nodes): Remove second parameter.
6881         * stor-layout.c (initialize_sizetypes): Remove parameter.
6882         Always create an unsigned type.
6883         (set_sizetype): Assert that the passed type is unsigned and simplify.
6884         * tree.c (build_common_tree_nodes): Remove second parameter.
6885         Adjust call to initialize_sizetypes.
6886         * c-decl.c (c_init_decl_processing): Remove second argument in call to
6887         build_common_tree_nodes.
6889 2010-04-18  Matthias Klose  <doko@ubuntu.com>
6891         * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
6893 2010-04-18  Ira Rosen  <irar@il.ibm.com>
6895         PR tree-optimization/43771
6896         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
6897         load permutation doesn't have gaps.
6899 2010-04-18  Jan Hubicka  <jh@suse.cz>
6901         * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
6902         (sse_prologue_save_insn expander): Use new pattern.
6903         (sse_prologue_save_insn1): New pattern and splitter.
6904         (sse_prologue_save_insn): Update to deal also with 64bit aligned
6905         blocks.
6906         * i386.c (setup_incoming_varargs_64): Do not compute jump
6907         destination here.
6908         (ix86_gimplify_va_arg): Update alignment needed.
6909         (ix86_local_alignment): Do not align all local arrays to 128bit.
6911 2010-04-17  Jan Hubicka  <jh@suse.cz>
6913         * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
6915 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
6917         * arm.md (negdi2): Remove redundant code to force values into a
6918         register.
6920 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
6922         * arm/bpabi.S: Add EABI alignment attributes to objects.
6923         * arm/bpabi-v6m.S: Likewise.
6924         * arm/crti.asm: Likewise.
6925         * arm/crtn.asm: Likewise.
6926         * arm/lib1funcs.asm: Likewise.
6927         * arm/libunwind.S: Likewise.
6929 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
6931         * arm-protos.h (tune_params): New structure.
6932         * arm.c (current_tune): New variable.
6933         (arm_constant_limit): Delete.
6934         (struct processors): Add pointer to the tune parameters.
6935         (arm_slowmul_tune): New tuning option.
6936         (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
6937         (all_cores): Adjust to pick up the tuning model.
6938         (arm_constant_limit): New function.
6939         (arm_override_options): Select the appropriate tuning model.  Delete
6940         initialization of arm_const_limit.
6941         (arm_split_constant): Use the new constant-limit model.
6942         (arm_rtx_costs): Pick up the current tuning model.
6943         * arm.md (is_strongarm, is_xscale): Delete.
6944         * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
6945         for Xscale variant architectures.
6946         (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
6948 2010-04-17  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6950         * config/arm/arm.c (arm_gen_constant): Remove unused variable
6951         can_shift.
6952         (arm_rtx_costs_1): Remove unused variable extra_cost.
6953         (arm_unwind_emit_set): Use variable offset.
6954         (thumb1_output_casesi): Remove unused variable flags.
6956 2010-04-16  Jeff Law  <law@redhat.com>
6958         * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
6959         needing assignment rather than doing a two-phase assignment.  Remove
6960         unused variable 'm'.
6962 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
6964         PR bootstrap/43767
6965         * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
6967 2010-04-16  Doug Kwan  <dougkwan@google.com>
6969         * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
6970         (next_operand_entry_id): New static variable.
6971         (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
6972         (add_to_ops_vec): Assigned unique ID to operand entry.
6973         (struct oecount_s): New field ID.
6974         (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
6975         (undistribute_ops_list): Assign unique IDs to oecounts.
6976         (init_reassoc): reset next_operand_entry_id.
6978 2010-04-16  Doug Kwan  <dougkwan@google.com>
6980         * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
6981         missing left parenthesis.
6983 2010-04-16  Uros Bizjak  <ubizjak@gmail.com>
6985         * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
6986         *btdi_rex64 using SWI48 mode iterator.
6987         (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
6988         (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
6989         *jcc_btdi_mask_rex64.
6991 2010-04-16  Anatoly Sokolov  <aesok@post.ru>
6993         * double-int.h (tree_to_double_int): Convert to macro.
6994         * double-int.c (tree_to_double_int): Remove.
6996 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
6998         PR debug/43762
6999         * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
7000         with want_address 2 and in case a single element list might be
7001         possible, call it again with want_address 0.
7003 2010-04-12  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
7005         * config/h8300/h8300.c (print_operand) : Modify case 'V' and
7006         case 'W' print operands for HI mode.
7007         * config/h8300/h8300.h (Y0, Y2) : New constraints.
7008         * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
7009         (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
7010         * config/h8300/predicate.md (bit_register_indirect_operand): New.
7012         * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
7014         * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
7015         cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
7016         #xx:3 and #xx:4 mode.
7018         * config/h8300/h8300.md (inverted load with HImode dest): Add
7019         support for H8300SX.
7021         * config/h8300/predicate.md (bit_operand): Allow immediate values that
7022         satisfy 'U' constraint.
7024 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7026         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
7027         * configure: Regenerate.
7028         * config.in: Regenerate.
7029         * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
7030         works.
7032 2010-04-16  Richard Guenther  <rguenther@suse.de>
7034         * tree.h (struct tree_decl_minimal): Move pt_uid ...
7035         (struct tree_decl_common): ... here.
7036         (DECL_PT_UID): Adjust.
7037         (SET_DECL_PT_UID): Likewise.
7038         (DECL_PT_UID_SET_P): Likewise.
7040 2010-04-16  Richard Guenther  <rguenther@suse.de>
7042         PR tree-optimization/43572
7043         * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
7044         * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
7045         * tree-flow.h (is_call_clobbered): Remove.
7046         * tree-flow-inline.h (is_call_clobbered): Likewise.
7047         * tree-dfa.c (dump_variable): Do not dump call clobber state.
7048         * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
7049         (execute_return_slot_opt): Adjust.
7050         * tree-tailcall.c (suitable_for_tail_opt_p): Remove
7051         check for call clobbered vars here.
7052         (find_tail_calls): Move tailcall verification to the
7053         proper place.
7055 2010-04-16  Diego Novillo  <dnovillo@google.com>
7057         * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
7059 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
7061         PR target/40603
7062         * config/arm/arm.md (cbranchqi4): New pattern.
7063         * config/arm/predicates.md (const0_operand,
7064         cbranchqi4_comparison_operator): New predicates.
7066 2010-04-16  Richard Guenther  <rguenther@suse.de>
7068         * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
7069         (dump_gimple_stmt): Likewise.
7071 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
7073         * recog.h (struct recog_data): New field is_operator.
7074         (struct insn_operand_data): New field is_operator.
7075         * recog.c (extract_insn): Set recog_data.is_operator.
7076         * genoutput.c (output_operand_data): Emit code to set the
7077         is_operator field.
7078         * reload.c (find_reloads): Use it rather than testing for an
7079         empty constraint string.
7081         PR target/41514
7082         * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
7083         If the previous insn is a cbranchsi4_insn with the same arguments,
7084         omit the compare instruction.
7086         * config/arm/arm.md (addsi3_cbranch): If destination is a high
7087         register, inputs must be low registers and we need a low register
7088         scratch.  Handle alternative 2 like alternative 3.
7090 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
7092         * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
7093         don't call get_addr on both.  If one expression is a VALUE and
7094         the other a REG, check VALUE's locs if the REG isn't among them.
7096 2010-04-16  Christian Bruel  <christian.bruel@st.com>
7098         * config/sh/sh.h (sh_frame_pointer_required): New function.
7099         * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
7100         (flag_omit_frame_pointer) Set.
7101         (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
7102         (rounded_frame_size): Adjust size with outgoing_args_size.
7103         (sh_set_return_address): Must return from stack pointer.
7104         * gcc/config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
7105         (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
7106         (ACCUMULATE_OUTGOING_ARGS): Define.
7107         * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
7108         * gcc/config/sh/sh.opt (maccumulate-outgoing-args): New option.
7110 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
7112         PR target/43471
7113         * config/sh/sh.c (sh_legitimize_reload_address): Use
7114         MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
7115         Remove a unneeded check for offset_base.
7117 2010-04-15  H.J. Lu  <hongjiu.lu@intel.com>
7119         * configure: Regenerated.
7121 2010-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7123         * config/s390/s390.c (s390_call_save_register_used): Switch back
7124         to HARD_REGNO_NREGS.
7126 2010-04-15  Richard Guenther  <rguenther@suse.de>
7128         * alias.c (alias_set_subset_of): Handle alias-set zero
7129         child properly.
7131 2010-04-15  Mark Shinwell  <shinwell@codesourcery.com>
7132             Julian Brown  <julian@codesourcery.com>
7134         * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
7135         alternatives according to use of high and low regs.
7136         * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
7137         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
7138         optimizing for size on Thumb-2.
7140 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
7142         * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
7144 2010-04-15  Richard Guenther  <rguenther@suse.de>
7146         * tree-ssa-structalias.c (struct variable_info): Add
7147         is_fn_info flag.
7148         (new_var_info): Initialize it.
7149         (dump_constraints): Support printing last added constraints.
7150         (debug_constraints): Adjust.
7151         (dump_constraint_graph): Likewise.
7152         (make_heapvar_for): Check for NULL cfun.
7153         (get_function_part_constraint): New function.
7154         (get_fi_for_callee): Likewise.
7155         (find_func_aliases): Properly implement IPA PTA constraints.
7156         (process_ipa_clobber): New function.
7157         (find_func_clobbers): Likewise.
7158         (insert_into_field_list_sorted): Remove.
7159         (create_function_info_for): Properly allocate vars for IPA mode.
7160         Do not use insert_into_field_list_sorted.
7161         (create_variable_info_for): Properly generate constraints for
7162         global vars in IPA mode.
7163         (dump_solution_for_var): Always dump the solution.
7164         (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
7165         (find_what_var_points_to): Adjust.
7166         (pt_solution_set): Change.
7167         (pt_solution_ior_into): New function.
7168         (pt_solution_empty_p): Export.
7169         (pt_solution_includes_global): Adjust.
7170         (pt_solution_includes_1): Likewise.
7171         (pt_solutions_intersect_1): Likewise.
7172         (dump_sa_points_to_info): Check some invariants.
7173         (solve_constraints): Move constraint dumping ...
7174         (compute_points_to_sets): ... here.
7175         (ipa_pta_execute): ... and here.
7176         (compute_may_aliases): Do not re-compute points-to info
7177         locally if IPA info is available.
7178         (ipa_escaped_pt): New global var.
7179         (ipa_pta_execute): Properly implement IPA PTA.
7180         * tree-into-ssa.c (dump_decl_set): Support dumping
7181         decls not in referenced-vars.
7182         * tree-flow.h (struct gimple_df): Add ipa_pta flag.
7183         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
7184         (dump_points_to_solution): Likewise.
7185         * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
7186         * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
7187         (remap_gimple_stmt): Reset call clobber/use information if necessary.
7188         (copy_decl_to_var): Copy DECL_PT_UID.
7189         (copy_result_decl_to_var): Likewise.
7190         * tree.c (make_node_stat): Initialize DECL_PT_UID.
7191         (copy_node_stat): Copy it.
7192         * tree.h (DECL_PT_UID): New macro.
7193         (SET_DECL_PT_UID): Likewise.
7194         (DECL_PT_UID_SET_P): Likewise.
7195         (struct tree_decl_minimal): Add pt_uid member.
7196         * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
7197         (pt_solution_empty_p): Declare.
7198         (pt_solution_set): Adjust.
7199         (ipa_escaped_pt): Declare.
7200         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
7201         * gimple-pretty-print.c (pp_points_to_solution): New function.
7202         (dump_gimple_call): Dump call clobber/use information.
7203         * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
7204         * tree-pass.h (TDF_ALIAS): New dump option.
7205         * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
7206         * doc/invoke.texi (-fipa-pta): Update documentation.
7208 2010-04-15  Richard Guenther  <rguenther@suse.de>
7210         * Makefile.in (OBJS-common): Add gimple-fold.o.
7211         (gimple-fold.o): New rule.
7212         * tree.h (maybe_fold_offset_to_reference,
7213         maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
7214         prototypes ...
7215         * gimple.h: ... here.
7216         * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
7217         may_propagate_address_into_dereference): Move prototypes ...
7218         * gimple.h: ... here.
7219         * tree-ssa-ccp.c (get_symbol_constant_value,
7220         may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
7221         maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
7222         maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
7223         maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
7224         ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
7225         fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
7226         gimplify_and_update_call_from_tree): Move ...
7227         * gimple-fold.c: ... here.  New file.
7228         (ccp_fold_builtin): Rename to ...
7229         (gimple_fold_builtin): ... this.
7230         * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
7232 2010-04-15  Richard Guenther  <rguenther@suse.de>
7234         * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
7235         fit_double_type, force_fit_type_double, add_double_with_sign,
7236         neg_double, mul_double_with_sign, lshift_double, rshift_double,
7237         lrotate_double, rrotate_double, div_and_round_double): Move ...
7238         * double-int.c: ... here.
7239         * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
7240         add_double, neg_double, mul_double_with_sign, mul_double,
7241         lshift_double, rshift_double, lrotate_double, rrotate_double,
7242         div_and_round_double): Move prototypes ...
7243         * double-int.h: ... here.
7245 2010-04-15  Bernd Schmidt  <bernds@codesourcery.com>
7247         PR target/43742
7248         * config/sh/sh.md (doloop_end_split, dect): Undo previous patch.  Use
7249         matching constraints to ensure inputs match the output.
7251 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
7253         PR target/43742
7254         * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
7255         in an input-only operand.
7257 2010-04-15  Anatoly Sokolov  <aesok@post.ru>
7259         * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
7260         (double_int_not, double_int_lshift, double_int_rshift): Declare.
7261         (double_int_negative_p): Convert to static inline function.
7262         * double-int.c (double_int_lshift, double_int_lshift): New functions.
7263         (double_int_negative_p): Remove.
7264         * tree.h (lshift_double, rshift_double):
7265         * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
7266         * fold-const.c (fold_convert_const_int_from_real,
7267         fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
7268         (lshift_double): Change type of arith argument to bool.
7269         (rshift_double): Change type of arith argument to bool. Correct
7270         comment.
7271         * expmed.c (mask_rtx, lshift_value): (Ditto.).
7273 2010-04-14  Bernd Schmidt  <bernds@codesourcery.com>
7275         PR target/21803
7276         * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
7277         at the start and end of the then/else blocks, and omit them from the
7278         conversion.
7279         * cfgcleanup.c (flow_find_cross_jump): No longer static.  Remove MODE
7280         argument; all callers changed.  Pass zero to old_insns_match_p instead.
7281         (flow_find_head_matching_sequence): New function.
7282         (old_insns_match_p): Check REG_EH_REGION notes for calls.
7283         * basic-block.h (flow_find_cross_jump,
7284         flow_find_head_matching_sequence): Declare functions.
7286 2010-04-14  Jason Merrill  <jason@redhat.com>
7288         PR c++/36625
7289         * c-common.c (attribute_takes_identifier_p): New fn.
7290         * c-common.h: Declare it.
7292 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
7294         * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
7295         splitter condition.
7296         (*udivmod<mode>4): Ditto.
7298 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
7300         * config/i386/i386.md (maxmin_int): Rename code attribute from
7301         maxminiprefix and update all users.
7302         (maxmin_float): Ditto from maxminfprefix.
7303         (logic): Ditto from logicprefix.
7304         (absneg_mnemonic): Ditto from absnegprefix.
7305         * config/i386/mmx.md: Update all users of maxminiprefix,
7306         maxminfprefix and logicprefix for rename.
7307         * config/i386/sse.md: Ditto.
7308         * config/i386/sync.md (sync_<code><mode>): Update for
7309         logicprefix rename.
7311 2010-04-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7313         PR 42966
7314         * diagnostics.c (diagnostic_report_diagnostic): Mark specially
7315         warnings converted to errors.
7317 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
7319         * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
7320         used insn_type variable.
7321         (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
7322         to avoid set-but-not-used warning.
7324 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
7326         * df-core.c (df_ref_debug): Change format string placeholder
7327         from 0x%x to %#x.
7328         * dwarf2asm.c (dw2_asm_output_data_raw,
7329         dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
7330         dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
7331         * dwarf2out.c (output_cfi, output_cfi_directive,
7332         dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
7333         output_cfa_loc_raw, output_die, output_ranges, output_file_names):
7334         Ditto.
7335         * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
7336         * print-rtl.c (print_rtx): Ditto.
7338 2010-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
7340         PR middle-end/42694
7341         * builtins.c (expand_builtin_pow_root): New function to expand pow
7342         calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
7343         series of sqrt and cbrt calls under -ffast-math.
7344         (expand_builtin_pow): Call it.
7346 2010-04-14  Michael Matz  <matz@suse.de>
7348         PR tree-optimization/42963
7349         * tree-cfg.c (touched_switch_bbs): New static variable.
7350         (group_case_labels_stmt): New function broken out from ...
7351         (group_case_labels): ... here, use the above.
7352         (start_recording_case_labels): Allocate touched_switch_bbs.
7353         (end_recording_case_labels): Deallocate it, call
7354         group_case_labels_stmt.
7355         (gimple_redirect_edge_and_branch): Remember index of affected BB.
7357 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
7359         * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
7360         from insn template.
7362 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
7364         * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
7366 2010-04-13  Jan Hubicka  <jh@suse.cz>
7368         * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
7369         of optimized out static functions.
7370         (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
7371         cost computation.  Also sanity check for overflows.
7372         (update_caller_keys): Update cgraph_edge_badness call; properly
7373         update fibheap and sanity check that it is up to date.
7374         (add_new_edges_to_heap): Update cgraph_edge_badness.
7375         (cgraph_decide_inlining_of_small_function): Likewise;
7376         add sanity checking that badness in heap is up to date;
7377         improve dumping of reason; Update badness of calls to the
7378         offline copy of function currently inlined; dump badness
7379         of functions not inlined because of unit growth limits.
7381 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
7383         PR middle-end/32628
7384         * c-common.c (pointer_int_sum): Disregard overflow that occured only
7385         because of sign-extension change when converting to sizetype here...
7386         * fold-const.c (fold_convert_const_int_from_int): ...and not here.
7388         * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
7389         the folding to constants.  Remove redundant final conversion.
7390         (fold_binary) <associate>: Do not associate if the re-association of
7391         constants alone overflows.
7392         (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
7393         to the end of the list.
7394         (multiple_of_p) <COND_EXPR>: New case.
7396 2010-04-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7398         * opt-functions.awk (opt_sanitized_name): New.
7399         (opt_enum): New.
7400         * optc-gen.awk: Use it
7401         * opth-gen.awk: Use it.
7403 2010-04-13  Martin Jambor  <mjambor@suse.cz>
7405         * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
7406         (sra_modify_assign): Delete stmts loading dead data even if racc has no
7407         children.  Call replace_uses_with_default_def_ssa_name to handle
7408         SSA_NAES on lhs.
7410 2010-04-13  Michael Matz  <matz@suse.de>
7412         PR middle-end/43730
7413         * builtins.c (expand_builtin_interclass_mathfn): Also create
7414         a register if the predicate doesn't match.
7416 2010-04-13  Diego Novillo  <dnovillo@google.com>
7418         * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
7419         * c-pch.c: Include timevar.h.
7420         (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
7421         (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
7422         * ggc-common.c: Include timevar.h.
7423         (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
7424         * timevar.def (TV_PCH_SAVE): Define.
7425         (TV_PCH_CPP_SAVE): Define.
7426         (TV_PCH_PTR_REALLOC): Define.
7427         (TV_PCH_PTR_SORT): Define.
7428         (TV_PCH_RESTORE): Define.
7429         (TV_PCH_CPP_RESTORE): Define.
7431 2010-04-13  Michael Matz  <matz@suse.de>
7433         * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
7434         into MINUS_EXPRs.
7435         (can_reassociate_p): New function.
7436         (break_up_subtract_bb, reassociate_bb): Use it.
7438 2010-04-13  Richard Guenther  <rguenther@suse.de>
7440         PR bootstrap/43737
7441         * builtins.c (c_readstr): Fix assert.
7443 2010-04-13  Uros Bizjak  <ubizjak@gmail.com>
7445         * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
7446         when generating cltd insn.
7448         (*ashl<mode>3_1): Remove special handling for register operand 2.
7449         (*ashlsi3_1_zext): Ditto.
7450         (*ashlhi3_1): Ditto.
7451         (*ashlhi3_1_lea): Ditto.
7452         (*ashlqi3_1): Ditto.
7453         (*ashlqi3_1_lea): Ditto.
7454         (*<shiftrt_insn><mode>3_1): Ditto.
7455         (*<shiftrt_insn>si3_1_zext): Ditto.
7456         (*<shiftrt_insn>qi3_1_slp): Ditto.
7457         (*<rotate_insn><mode>3_1): Ditto.
7458         (*<rotate_insn>si3_1_zext): Ditto.
7459         (*<rotate_insn>qi3_1_slp): Ditto.
7461 2010-04-13  Richard Guenther  <rguenther@suse.de>
7463         * tree-ssa-structalias.c (callused_id): Remove.
7464         (call_stmt_vars): New.
7465         (get_call_vi): Likewise.
7466         (lookup_call_use_vi): Likewise.
7467         (lookup_call_clobber_vi): Likewise.
7468         (get_call_use_vi): Likewise.
7469         (get_call_clobber_vi): Likewise.
7470         (make_transitive_closure_constraints): Likewise.
7471         (handle_const_call): Adjust to do per-call call-used handling.
7472         (handle_pure_call): Likewise.
7473         (find_what_var_points_to): Remove general callused handling.
7474         (init_base_vars): Likewise.
7475         (init_alias_vars): Initialize call_stmt_vars.
7476         (compute_points_to_sets): Process call-used and call-clobbered
7477         vars for call statements.
7478         (delete_points_to_sets): Free call_stmt_vars.
7480 2010-04-13  Richard Guenther  <rguenther@suse.de>
7482         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
7483         Only add RW dependence for dependence distance zero.
7484         Adjust maximal vectorization factor according to dependences.
7485         Move alignment handling ...
7486         (vect_find_same_alignment_drs): ... here.  New function.
7487         (vect_analyze_data_ref_dependences): Adjust.
7488         (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
7489         (vect_analyze_data_refs): Adjust minimal vectorization factor
7490         according to data references.
7491         * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
7492         dependences before determining the vectorization factor.
7493         Analyze alignment after determining the vectorization factor.
7494         * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
7495         dependences before alignment.
7496         * tree-vectorizer.h (vect_analyze_data_ref_dependences):
7497         Adjust prototype.
7498         (vect_analyze_data_refs): Likewise.
7499         (MAX_VECTORIZATION_FACTOR): New define.
7501 2010-04-13  Duncan Sands  <baldrick@free.fr>
7503         * except.h (lang_eh_type_covers): Remove.
7504         * except.c (lang_eh_type_covers): Likewise.
7506 2010-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7507             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7509         * gcc/config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
7510         * gcc/config/s390/s390.c: Replace UNTIS_PER_WORD with
7511         UNITS_PER_LONG where it is ABI relevant.
7512         (s390_return_addr_rtx): Likewise.
7513         (s390_back_chain_rtx): Likewise.
7514         (s390_frame_area): Likewise.
7515         (s390_frame_info): Likewise.
7516         (s390_initial_elimination_offset): Likewise.
7517         (save_gprs): Likewise.
7518         (s390_emit_prologue): Likewise.
7519         (s390_emit_epilogue): Likewise.
7520         (s390_function_arg_advance): Likewise.
7521         (s390_function_arg): Likewise.
7522         (s390_va_start): Likewise.
7523         (s390_gimplify_va_arg): Likewise.
7524         (s390_function_profiler): Likewise.
7525         (s390_optimize_prologue): Likewise.
7526         (s390_rtx_costs): Likewise.
7527         (s390_secondary_reload): Likewise.
7528         (s390_promote_function_mode): Likewise.
7529         (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
7530         (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
7531         registers available.
7532         (s390_unwind_word_mode): New function.
7533         (s390_function_value): Split 64 bit values into register pair if
7534         used as return value.
7535         (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
7536         function call parameters.  Handle parallels.
7537         (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
7538         (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
7539         (DWARF_CIE_DATA_ALIGNMENT): New macro.
7540         (s390_expand_setmem): Remove unused variable src_addr.
7541         * gcc/longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
7542         deal with 64 bit registers.
7543         * gcc/config/s390/s390.h: Define __zarch__ predefined macro.
7544         Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
7545         (UNITS_PER_LONG): New macro.
7546         * libjava/include/s390-signal.h: Define extended ucontext
7547         structure containing the upper halfs of the 64 bit registers.
7549 2010-04-13  Simon Baldwin  <simonb@google.com>
7551         * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
7553 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
7555         * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
7556         rvalue on the RHS if the LHS is of a non-renamable type.
7557         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
7559 2010-04-13  Matthias Klose  <doko@ubuntu.com>
7561         * gcc.c (cc1_options): Handle -iplugindir before processing
7562         the cc1 spec. Only add -iplugindir once.
7563         (cpp_unique_options): Add -iplugindir option if -fplugin* options
7564         found.
7565         * common.opt (iplugindir): Remove `Separate' property, initialize.
7566         * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
7567         option.
7568         * Makefile.in (check-%, check-parallel-%): Create plugin dir.
7569         (distclean): Remove plugin dir.
7570         * doc/invoke.texi: Document -iplugindir.
7572 2010-04-13  Basile Starynkevitch  <basile@starynkevitch.net>
7574         * doc/plugins.texi (Loading Plugins): Document short
7575         -fplugin=foo option.
7576         (Plugin API): Mention default_plugin_dir_name function.
7578         * gcc.c (find_file_spec_function): Add new declaration.
7579         (static_spec_func): Use it for "find-file".
7580         (find_file_spec_function): Add new function.
7581         (cc1_options): Add -iplugindir option if -fplugin* options found.
7583         * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
7585         * plugin.c (add_new_plugin): Updated comment, and handle short
7586         plugin name.
7587         (default_plugin_dir_name): Added new function.
7589         * common.opt (iplugindir): New option to set the plugin directory.
7591 2010-04-12  Uros Bizjak  <ubizjak@gmail.com>
7593         * config/i386/i386.md (any_rotate): New code iterator.
7594         (rotate_insn): New code attribute.
7595         (rotate): Ditto.
7596         (SWIM124): New mode iterator.
7597         (<rotate_insn>ti3): New expander.
7598         (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
7599         any_rotate code iterator.
7600         (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
7601         using any_rotate code iterator and SWIM124 mode iterator.
7602         (ix86_rotlti3): New insn_and_split pattern.
7603         (ix86_rotrti3): Ditto.
7604         (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
7605         ix86_rotl{di,ti}3 patterns.
7606         (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
7607         (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
7608         and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
7609         *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
7610         code iterator and SWI mode iterator.
7611         (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
7612         Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
7613         code iterator.
7614         (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
7615         Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
7616         (bswap rotatert splitter): Add splitter.
7617         (bswap splitter): Macroize splitter using any_rotate code iterator.
7618         Add insn predicate to split only for TARGET_USE_XCHGB or when
7619         optimizing function for size.
7621 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
7623         * config/pa/pa.c (emit_move_sequence): Remove use of
7624         deleted variable flag_argument_noalias.
7626 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7628         * config.gcc: Removed *-*-solaris2.7* from list of obsolete
7629         configurations.
7630         Add to unsupported targets list.
7631         * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
7632         sparc*-sun-solaris2.[567]* from target lists.
7633         * configure: Regenerate.
7634         * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
7635         removal.
7636         Remove Solaris 7 patch references.
7637         (Specific, sparc-sun-solaris2.7): Removed.
7638         (sparc-sun-solaris2*): Update Solaris 7 example.
7639         (sparc64-*-solaris2*): Likewise.
7641 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7643         * config.build (alpha*-dec-osf4*): Remove.
7644         * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
7645         of obsolete configurations.
7646         (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
7647         support.
7648         * config/alpha/t-osf4: Renamed to ...
7649         * config/alpha/t-osf5: ... this.
7650         * config/alpha/osf.h: Renamed to ...
7651         * config/alpha/osf5.h: ... this.
7652         Merged old osf5.h contents.
7653         Update comments.
7654         (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
7655         (EXTRA_SPECS): Removed.
7656         * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
7657         reflect removal of Tru64 UNIX V4.0/V5.0 support.
7658         Document that.
7660 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7662         * doc/contrib.texi (Contributors, Rainer Orth): Update.
7664 2010-04-12  Kai Tietz  <kai.tietz@onevision.com>
7666         PR/43702
7667         * config/i386/i386.c (x86_this_parameter): Handle aggregate for
7668         __thiscall convention.
7670 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
7672         * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
7673         orig_base.
7674         * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
7676 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
7678         * function.c (assign_parms_initialize_all): Add unused attribute
7679         to fntype.
7681 2010-04-12  Richard Guenther  <rguenther@suse.de>
7683         * gsstruct.def (GSS_CALL): New.
7684         * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
7685         * gimple.h: Include tree-ssa-alias.h.
7686         (struct gimple_statement_call): New.
7687         (union gimple_statement_struct_d): Add gimple_call member.
7688         (gimple_call_reset_alias_info): Declare.
7689         (gimple_call_use_set): New function.
7690         (gimple_call_clobber_set): Likewise.
7691         * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
7692         * gimple.c (gimple_call_reset_alias_info): New function.
7693         (gimple_build_call_1): Call it.
7694         * lto-streamer-in.c (input_gimple_stmt): Likewise.
7695         * tree-inline.c (remap_gimple_stmt): Likewise.
7696         (expand_call_inline): Remove callused handling.
7697         * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
7698         * tree-dfa.c (dump_variable): Likewise.
7699         * tree-parloops.c (parallelize_loops): Likewise.
7700         * tree-ssa.c (init_tree_ssa): Likewise.
7701         (delete_tree_ssa): Likewise.
7702         * tree-flow-inline.h (is_call_used): Remove.
7703         * tree-flow.h (struct gimple_df): Remove callused member.
7704         * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
7705         * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
7706         (ref_maybe_used_by_call_p_1): Simplify.
7707         (call_may_clobber_ref_p_1): Likewise.
7708         * tree-ssa-structalias.c (compute_points_to_sets): Set
7709         the call stmt used and clobbered sets.
7710         * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
7711         (find_tail_calls): Verify the tail call.
7713 2010-04-12  Richard Guenther  <rguenther@suse.de>
7715         * ipa.c (cgraph_postorder): Adjust postorder to guarantee
7716         single-iteration always-inline inlining.
7717         * ipa-inline.c (cgraph_mark_inline): Do not return anything.
7718         (cgraph_decide_inlining): Do not handle always-inline specially.
7719         (try_inline): Remove always-inline cycle detection special case.
7720         Do not recurse on always-inlines.
7721         (cgraph_early_inlining): Do not iterate if not optimizing.
7722         (cgraph_gate_early_inlining): remove.
7723         (pass_early_inline): Run unconditionally.
7724         (gate_cgraph_decide_inlining): New function.
7725         (pass_ipa_inline): Use it.  Do not run the IPA inliner if
7726         not inlining or optimizing.
7727         (cgraph_decide_inlining_of_small_functions): Also consider
7728         always-inline functions.
7729         (cgraph_default_inline_p): Return true for nodes which should
7730         disregard inline limits.
7731         (estimate_function_body_sizes): Assume zero size and time for
7732         nodes which are marked as disregarding inline limits.
7733         (cgraph_decide_recursive_inlining): Do not perform recursive
7734         inlining on always-inline nodes.
7736 2010-04-12  Jakub Jelinek  <jakub@redhat.com>
7738         PR bootstrap/43699
7739         * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
7740         for exprs satisfying handled_component_p.
7742 2010-04-12  Eric Botcazou  <ebotcazou@adacore.com>
7744         * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
7745         non-constant aggregate elements.
7747         * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
7748         is a real initialization.
7750 2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
7752         PR c/36774
7753         * c-decl.c (start_function): Move forward check for nested function.
7755 2010-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
7757         * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
7758         * config/sh/sh.c: Include reload.h.
7759         (sh_legitimize_reload_address): New.
7760         * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
7761         sh_legitimize_reload_address.
7763 2010-04-11  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
7765         * config/sh/sh.md (*movqi_pop): New insn pattern.
7766         * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
7768 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
7770         * config/i386/i386.md (any_shiftrt): New code iterator.
7771         (shiftrt_insn): New code attribute.
7772         (shiftrt): Ditto.
7773         (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
7774         using any_shiftrt code iterator.
7775         (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
7776         *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
7777         (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
7778         pattern from corresponding peephole2 patterns.
7779         (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
7780         using any_shiftrt code iterator.
7781         (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
7782         (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
7783         (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
7784         (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
7785         *{ashr,lshr}<mode>3_cmp_zext.
7786         (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
7788 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
7790         * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
7791         scratch register.
7792         (*lshr<mode>3_cconly): Ditto.
7794 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
7796         * config/i386/i386.md (lshr<mode>3): Macroize expander from
7797         lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
7798         (*lshr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
7799         pattern from *lshr{di,ti}3_1 and corresponding splitters using
7800         DWI mode iterator.
7801         (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
7802         from corresponding peephole2 patterns.
7803         (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
7804         *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
7805         and *lshrdi3_1_rex64 using SWI mode iterator.
7806         (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
7807         (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
7808         (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
7809         *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
7810         and *lshrdi3_cmp_rex64 using SWI mode iterator.
7811         (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
7812         (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
7813         *lshrdi3_one_bit_cconly_rex64. Macroize insn from
7814         *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
7815         SWI mode iterator.
7817 2010-04-10  Uros Bizjak  <ubizjak@gmail.com>
7819         * config/i386/i386.md (ashr<mode>3): Macroize expander from
7820         ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
7821         (*ashr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
7822         pattern from *ashr{di,ti}3_1 and corresponding splitters using
7823         DWI mode iterator.
7824         (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
7825         from corresponding peephole2 patterns.
7826         (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
7827         (ashrsi3_cvt): Rename from ashrsi3_31.
7828         (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
7829         (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
7830         and x86_64_shift_adj_3 using SWI48 mode iterator.
7831         (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
7832         *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
7833         and *ashrdi3_1_rex64 using SWI mode iterator.
7834         (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
7835         (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
7836         (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
7837         *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
7838         and *ashrdi3_cmp_rex64 using SWI mode iterator.
7839         (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
7840         (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
7841         *ashrdi3_one_bit_cconly_rex64. Macroize insn from
7842         *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
7843         SWI mode iterator.
7844         (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
7845         * config/i386/i386.c (ix86_split_ashr): Update for renamed
7846         x86_shift<mode>_adj_3 expanders.
7848 2010-04-10  Wei Guozhi  <carrot@google.com>
7850         PR target/42601
7851         * config/arm/arm.c (arm_pic_static_addr): New function.
7852         (legitimize_pic_address): Call arm_pic_static_addr when it detects
7853         a static symbol.
7854         (arm_output_addr_const_extra): Output expression for new pattern.
7855         * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
7857 2010-04-10  Bernd Schmidt  <bernds@codesourcery.com>
7859         * ira-costs.c (record_reg_classes): Ignore alternatives that are
7860         not enabled.
7862         * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
7863         * web.c: Include "insn-config.h" and "recog.h".
7864         (union_match_dups): New function.
7865         (web_main): Call it.
7866         (union_defs): Don't try to recognize match_dups.
7868         * reload1.c (eliminate_regs_in_insn): Don't restore an operand
7869         if doing so would replace the entire pattern.
7871 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
7873         PR target/43707
7874         PR target/43709
7875         * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
7876         and splitter pattern.  Change splitter operand 1 predicate to
7877         nonmemory_operand.
7879 2010-04-09  Martin Jambor  <mjambor@suse.cz>
7881         * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
7882         lattices are addresses of CONST_DECLs with the same initial value.
7883         (ipcp_print_all_lattices): Print values of CONST_DECLs.
7884         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
7886 2010-04-09  Eric Botcazou  <ebotcazou@adacore.com>
7887             Bernd Schmidt  <bernds@codesourcery.com>
7889         * loop-invariant.c (replace_uses): New static function.
7890         (move_invariant_reg): Use it to ensure we can replace the uses.
7892 2010-04-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
7894         * config/picochip/picochip.c (picochip_rtx_costs): Use correct
7895         function template.
7896         (picochip_override_options): Enable section anchors only above -O1.
7897         (picochip_reorg): Fixed a couple of build warnings.
7899 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7901         * configure.ac (plugin -rdynamic test): Log result.
7902         * configure: Regenerate.
7903         * config/sol2.h (LINK_SPEC): Handle -rdynamic.
7904         (RDYNAMIC_SPEC): Define.
7905         * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
7907 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7909         * configure.ac: Determine Sun ld version numbers.
7910         (comdat_group): Restrict GNU ld version checks to gld.
7911         (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
7912         (enable_comdat): Support --enable-comdat.
7913         * configure: Regenerate.
7914         * doc/install.texi (Configuration): Document --enable-comdat.
7916 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7918         * config/sparc/sol2-gld.h: Remove SPARC reference.  Rename ...
7919         * config/sol2-gld.h: ... here.
7920         * config.gcc (sparc*-*-solaris2*): Reflect this.
7921         (i[34567]86-*-solaris2*): Use it.
7923 2010-04-09  Steve Ellcey  <sje@cup.hp.com>
7925         * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
7926         setup_clocks_p.
7927         (final_emit_insn_group_barriers): Remove unused variable prev_insn.
7929 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7931         PR 42965
7932         * diagnostic.c (diagnostic_initialize): Initialize
7933         some_warnings_are_errors.
7934         (diagnostic_finish): New.
7935         (diagnostic_action_after_output): Call it before exiting.
7936         (diagnostic_report_diagnostic): Do not print message here. Set
7937         some_warnings_are_errors.
7938         * diagnostic.h (diagnostic_context): Delete
7939         issue_warnings_are_errors_message. Add some_warnings_are_errors.
7940         (diagnostic_finish): Declare.
7941         * toplev.c (toplev_main): Call it before exit.
7943 2010-04-09  Jason Merrill  <jason@redhat.com>
7945         PR c++/42623
7946         * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
7947         for incomplete type.
7949         PR c++/41788
7950         * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
7951         based on a warning flag.
7953 2010-04-09  Richard Guenther  <rguenther@suse.de>
7955         * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
7957 2010-04-09  Iain Sandoe  <iains@gcc.gnu.org>
7959         PR bootstrap/43684
7960         * varasm.c (default_assemble_visibility): Wrap vars that are
7961         set, but unused, by targets without GAS.
7962         * config/rs6000/rs6000.c (paired_emit_vector_compare):
7963         Remove set, but unused, vars.
7964         (rs6000_legitimize_tls_address): Likewise.
7965         (altivec_expand_dst_builtin): Likewise.
7966         * config/darwin.c (machopic_classify_symbol): Likewise.
7967         (machopic_indirection_name): Likewise.
7969 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
7971         * config/i386/i386.md (DWI): New mode iterator.
7972         (S): New mode attribute.
7973         (shift_operand): Ditto.
7974         (shift_immediate_operand): Ditto.
7975         (ashl_input_operand): Ditto.
7976         (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
7977         using SDWIM mode iterator.
7978         (*ashl<mode>3_doubleword): New insn_and_split_pattern.  Macroize
7979         pattern from *ashl{di,ti}3_1 and corresponding splitters using
7980         DWI mode iterator.
7981         (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
7982         from corresponding peephole2 patterns.
7983         (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
7984         and x86_64_shift_adj_1 using SWI48 mode iterator.
7985         (x86_shift<mode>_adj_2): Ditto.
7986         (*ashldi3_1_rex64): Split TYPE_LEA pattern.
7987         (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
7988         using SWI48 mode iterator.
7989         (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
7990         *ashldi3_cmp_rex64 using SWI mode iterator.
7991         (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
7992         *ashldi3_cconly_rex64 using SWI mode iterator.
7993         * config/i386/i386.c (ix86_split_ashl): Update for renamed
7994         x86_shift<mode>_adj_{1,2}.
7995         (ix86_split_ashr): Ditto.
7996         (ix86_split_lshr): Ditto.
7998 2010-04-09  Richard Guenther  <rguenther@suse.de>
8000         * target.h (builtin_conversion): Pass in input and output types.
8001         * targhooks.c (default_builtin_vectorized_conversion): Adjust.
8002         * targhooks.h (default_builtin_vectorized_conversion): Likewise.
8003         * tree-vect-stmts.c (vectorizable_conversion): Adjust.
8004         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
8006         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
8007         Handle AVX modes.
8008         * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
8010 2010-04-09  Richard Guenther  <rguenther@suse.de>
8012         PR target/43152
8013         * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
8015 2010-04-09  Richard Guenther  <rguenther@suse.de>
8017         * tree-vectorizer.h (struct _stmt_vec_info): Document
8018         that vectype is the type of the LHS.
8019         (supportable_widening_operation, supportable_narrowing_operation):
8020         Get both input and output vector types as arguments.
8021         (vect_is_simple_use_1): Declare.
8022         (get_same_sized_vectype): Likewise.
8023         * tree-vect-loop.c (vect_determine_vectorization_factor):
8024         Set STMT_VINFO_VECTYPE to the vector type of the def.
8025         (vectorizable_reduction): Adjust.
8026         * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
8027         Adjust.  Specify the output vector type.
8028         (vect_pattern_recog_1): Adjust.
8029         * tree-vect-stmts.c (get_same_sized_vectype): New function.
8030         (vectorizable_call): Adjust.
8031         (vectorizable_conversion): Likewise.
8032         (vectorizable_operation): Likewise.
8033         (vectorizable_type_demotion): Likewise.
8034         (vectorizable_type_promotion): Likewise.
8035         (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
8036         the def.
8037         (vect_is_simple_use_1): New function.
8038         (supportable_widening_operation): Get both input and output
8039         vector types.
8040         (supportable_narrowing_operation): Likewise.
8041         * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
8043 2010-04-09  Kai Tietz  <kai.tietz@onevision.com>
8045         * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
8046         __thiscall and _thiscall as predefined macros.
8047         * config/i386/i386.c (ix86_handle_cconv_attribute): Add
8048         thiscall attribute handling.
8049         (ix86_comp_type_attributes): Likewise.
8050         (ix86_function_regparm): Likewise.
8051         (ix86_return_pops_args): Likewise.
8052         (init_cumulative_args): Likewise.
8053         (find_drap_reg): Likewise.
8054         (ix86_static_chain): Likewise.
8055         (x86_this_parameter): Likewise.
8056         (x86_output_mi_thunk): Likewise.
8057         (ix86_attribute_table): Add description for thiscall attribute.
8058         * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
8059         * doc/extend.texi: Add documentation for thiscall.
8061 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8063         PR c++/28584
8064         * c.opt (Wint-to-pointer-cast): Available in C++.
8065         * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
8067 2010-04-08  Eric Botcazou  <ebotcazou@adacore.com>
8069         * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
8070         * calls.c (expand_call): Pass the function type to aggregate_value_p.
8071         * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
8072         the target function of a CALL_EXPR.  Honor TREE_ADDRESSABLE on the
8073         function type instead.  Reorder and simplify checks.
8075         * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
8077 2010-04-08  Jing Yu  <jingyu@google.com>
8078             Zdenek Dvorak  <ook@ucw.cz>
8080         PR tree-optimization/42720
8081         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
8082         loop unswitch conditions here from ...
8083         (tree_unswitch_single_loop): ... here.
8085 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
8087         * tree-if-conv.c: Fix comments and simplify logic.
8089 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
8091         * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
8092         (tree_if_conversion): Same.  Update call to if_convertible_loop_p.
8093         (main_tree_if_conversion): Update call to tree_if_conversion.
8095 2010-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8097         PR 42485
8098         * doc/invoke.texi (-b,-V): Delete.
8099         * doc/tm.texi: Do not mention -b.
8100         * gcc.c (display_help): Delete -b and -V.
8101         (process_command): Delete -b and -V.
8102         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
8104 2010-04-08  Christian Borntraeger  <borntraeger@de.ibm.com>
8105             Wolfgang Gellerich  <gellerich@de.ibm.com>
8107         Implement target hook for loop unrolling
8108         * target.h (loop_unroll_adjust): Add a new target hook function.
8109         * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
8110         * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
8111         * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
8112         (s390_loop_unroll_adjust): Implement the new target hook for s390.
8113         * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
8114         target hook.
8115         (decide_unroll_stupid): Likewise.
8117 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8119         PR target/43643
8120         * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
8122 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8124         * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
8125         (Specific, *-*-solaris2*): Likewise.
8126         Don't prefer Sun as over GNU as.
8128 2010-04-08  Wolfgang Gellerich  <gellerich@de.ibm.com>
8130         * config/s390/s390.c (override_options): Adjust the z10 defaults
8131         for max-unroll-times, max-completely-peeled-insns
8132         and max-completely-peel-times.
8134 2010-04-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8136         * config/s390/s390.c (s390_expand_movmem): Issue prefetch
8137         instructions for z10.
8138         (s390_expand_setmem): Likewise.
8139         (s390_expand_cmpmem): Likewise.
8141 2010-04-08  Richard Guenther  <rguenther@suse.de>
8143         PR tree-optimization/43679
8144         * tree-ssa-pre.c (eliminate): Only propagate copies.
8146 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
8148         PR bootstrap/43681
8149         * expr.c (block_move_libcall_safe_for_call_parm): Avoid
8150         set but not used variable warning.
8152 2010-04-08  Wei Guozhi  <carrot@google.com>
8154         PR target/41653
8155         * config/arm/arm.c (thumb1_size_rtx_costs): New function.
8156         (arm_size_rtx_costs): Call the new function when optimized for size.
8158 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
8160         PR debug/43670
8161         * cfgexpand.c (expand_debug_expr): If for non-NULL offset
8162         op0 is not a MEM, just return NULL instead of assertion
8163         failure.
8164         (discover_nonconstant_array_refs): Don't walk debug stmts.
8166 2010-04-08  Doug Kwan  <dougkwan@google.com>
8168         * configure.ac: Recognize gold and do not use its version number
8169         to test ld features.
8170         * configure: Regenerate.
8172 2010-04-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
8174         PR middle-end/40815
8175         * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
8176         (negate_value): Move code to push elements to broken_up_substracts ...
8177         (eliminate_plus_minus_pair): ... here.  Push operands that have no
8178         negative pair to plus_negates.
8179         (repropagate_negates, init_reassoc, fini_reassoc): Update.
8181 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8183         * doc/install.texi (Configuration): Move description of
8184         --enable-lto, --with-libelf*, --enable-gold from Java section to
8185         general section.
8187         * doc/generic.texi (Working with declarations)
8188         (Function Properties, C and C++ Trees): Fix typos.
8189         * doc/sourcebuild.texi (Top Level): Likewise.
8191 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
8193         PR c/18624
8194         * tree.h (DECL_READ_P): Define.
8195         (struct tree_decl_common): Add decl_read_flag.
8196         * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
8197         a set but not used warning.
8198         (merge_decls): Merge DECL_READ_P flag.
8199         (finish_decl, build_compound_literal): Set DECL_READ_P flag.
8200         (finish_function): Issue -Wunused-but-set-parameter diagnostics.
8201         * c-common.c (handle_used_attribute, handle_unused_attribute):
8202         Likewise.
8203         * c-tree.h (default_function_array_read_conversion, mark_exp_read):
8204         New prototypes.
8205         * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
8206         New functions.
8207         (default_conversion, c_process_expr_stmt): Call mark_exp_read.
8208         * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
8209         c_parser_binary_expression, c_parser_cast_expression,
8210         c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
8211         Call default_function_array_read_conversion instead of
8212         default_function_array_conversion where needed.
8213         (c_parser_unary_expression, c_parser_conditional_expression,
8214         c_parser_postfix_expression_after_primary, c_parser_initelt):
8215         Likewise.  Call mark_exp_read where needed.
8216         (c_parser_statement_after_labels, c_parser_asm_operands,
8217         c_parser_typeof_specifier, c_parser_sizeof_expression,
8218         c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
8219         where needed.
8220         * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
8221         New.
8222         * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
8223         (warn_unused_but_set_parameter): Default to warn_unused
8224         && extra_warnings.
8225         * doc/invoke.texi: Document -Wunused-but-set-variable and
8226         -Wunused-but-set-parameter.
8228         * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
8229         used count variable.
8230         * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
8231         when operandN variables aren't used in the body of the expander
8232         or splitter.
8233         * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
8234         FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
8235         * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
8236         * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
8237         FOR_EACH_IMM_USE_ON_STMT): Likewise.
8238         * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
8239         * tree.c (PROCESS_ARG): Likewise.
8241 2010-04-07  Simon Baldwin  <simonb@google.com>
8243         * diagnostic.h (diagnostic_override_option_index): New macro to
8244         set a diagnostic's option_index.
8245         * c-tree.h (c_cpp_error): Add warning reason argument.
8246         * opts.c (_warning_as_error_callback): New.
8247         (register_warning_as_error_callback): Store callback for
8248         warnings enabled via enable_warning_as_error.
8249         (enable_warning_as_error): Call callback, minor code tidy.
8250         * opts.h (register_warning_as_error_callback): Declare.
8251         * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
8252         response to -Werror=.
8253         (c_common_init_options): Register warning_as_error_callback in opts.c.
8254         * common.opt: Add -Wno-cpp option.
8255         * c-common.c (struct reason_option_codes_t): Map cpp warning
8256         reason codes to gcc option indexes.
8257         * (c_option_controlling_cpp_error): New function, lookup the gcc
8258         option index for a cpp warning reason code.
8259         * (c_cpp_error): Add warning reason argument, call
8260         c_option_controlling_cpp_error for diagnostic_override_option_index.
8261         * doc/invoke.texi: Document -Wno-cpp.
8263 2010-04-07  Richard Guenther  <rguenther@suse.de>
8265         * ipa-reference.c (mark_load): Use get_base_address.
8266         (mark_store): Likewise.
8268         * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
8269         inserting GIMPLE_NOPs into the IL.
8270         * tree-ssa-structalias.c (get_constraint_for_component_ref):
8271         Explicitly strip handled components and indirect references.
8273         * fold-const.c (fold_unary_loc): Do not strip qualifiers when
8274         folding address expressions.
8275         * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
8276         * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
8277         operand_equal_p to compare decls.
8278         (ptr_deref_may_alias_decl_p): Likewise.
8279         * tree-ssa-operands.c (get_asm_expr_operands): Simplify
8280         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
8281         Handle reversed comparison ops.
8282         * tree-sra.c (asm_visit_addr): Use get_base_address.
8283         * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
8284         * ipa-reference.c (mark_address): Use get_base_address.
8286 2010-04-07  Richard Guenther  <rguenther@suse.de>
8288         * tree-ssa-forwprop.c (forward_propagate_addr_expr):
8289         Propagate constants everywhere.
8291 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
8293         PR debug/43516
8294         * tree.c (MAX_INT_CACHED_PREC): Define.
8295         (nonstandard_integer_type_cache): New array.
8296         (build_nonstandard_integer_type): Cache results for precision
8297         <= MAX_INT_CACHED_PREC.
8299 2010-04-07  Richard Guenther  <rguenther@suse.de>
8301         * doc/invoke.texi (-fargument-alias, -fargument-noalias,
8302         -fargument-noalias-global, -fargument-noalias-anything): Remove.
8303         * common.opt: Likewise.
8304         * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
8305         * alias.c (base_alias_check): Remove flag_argument_noalias handling.
8306         (nonoverlapping_memrefs_p): Likewise.
8307         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
8308         * opts.c (common_handle_option): Handle OPT_fargument_alias,
8309         OPT_fargument_noalias, OPT_fargument_noalias_anything and
8310         OPT_fargument_noalias_global for backward compatibility.
8312 2010-04-07  Richard Guenther  <rguenther@suse.de>
8314         PR tree-optimization/43270
8315         * tree-vrp.c (check_array_ref): Fix flexible array member detection.
8316         * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
8317         * tree-ssa-pre.c (phi_translate_1): Adjust.
8318         (fully_constant_expression): Split out vn_reference handling to ...
8319         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
8320         Fold reads from constant strings.
8321         (vn_reference_lookup): Handle fully constant references.
8322         (vn_reference_lookup_pieces): Likewise.
8323         * Makefile.in (expmed.o-warn): Add -Wno-error.
8325 2010-04-07  Martin Jambor  <mjambor@suse.cz>
8327         * tree-sra.c (find_param_candidates): Allow scalar va_list types.
8329 2010-04-07  Iain Sandoe  <iains@gcc.gnu.org>
8331         PR driver/41594
8332         * gcc.c: Add -static-libstdc++ to list of recognized options.
8334 2010-04-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8336         * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
8338 2010-04-07  Richard Guenther  <rguenther@suse.de>
8340         PR middle-end/42617
8341         * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
8342         bases build simple mem attributes to retain points-to information.
8344 2010-04-07  Richard Guenther  <rguenther@suse.de>
8346         PR middle-end/42617
8347         * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
8348         preserve points-to related information.
8350 2010-04-07  Richard Guenther  <rguenther@suse.de>
8352         PR middle-end/42617
8353         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
8354         discard plain indirect references.
8355         * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
8356         * tree.c (tree_nop_conversion): Likewise.
8358 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
8360         PR debug/43628
8361         * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
8363 2010-04-06  Kai Tietz  <kai.tietz@onevision.com>
8365         * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
8366         calling convention attributes on METHOD_TYPEs for w64 ABI, too.
8368 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
8370         * tree-if-conv.c: Fix indentation and comments.
8372 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
8374         * tree-if-conv.c: Sort static functions in topological order.
8376 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
8378         * tree-if-conv.c: Fix indentation and comments.
8380 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
8382         PR middle-end/43519
8383         * graphite-clast-to-gimple.c (max_signed_precision_type): Use
8384         lang_hooks.types.type_for_size instead of
8385         build_nonstandard_integer_type.
8386         When converting an unsigned type to signed, double its precision.
8387         (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
8388         (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
8389         (graphite_create_new_loop_guard): When ub + 1 wraps around,
8390         use lb <= ub.
8392 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
8394         PR middle-end/43519
8395         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
8396         POINTER_PLUS_EXPR for pointer types.
8398 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
8400         PR middle-end/43519
8401         * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
8402         * graphite-clast-to-gimple.c: Include langhooks.h.
8403         (max_signed_precision_type): New.
8404         (max_precision_type): Takes two types as arguments.
8405         (precision_for_value): New.
8406         (precision_for_interval): New.
8407         (gcc_type_for_interval): New.
8408         (gcc_type_for_value): New.
8409         (gcc_type_for_clast_term): New.
8410         (gcc_type_for_clast_red): New.
8411         (gcc_type_for_clast_bin): New.
8412         (gcc_type_for_clast_expr): Split up into several functions.
8413         (gcc_type_for_clast_eq): Rewritten.
8414         (compute_bounds_for_level): New.
8415         (compute_type_for_level_1): New.
8416         (compute_type_for_level): New.
8417         (gcc_type_for_cloog_iv): Removed.
8418         (gcc_type_for_iv_of_clast_loop): Rewritten.
8419         (graphite_create_new_loop): Compute the lower and upper bound types
8420         with gcc_type_for_clast_expr.
8421         (graphite_create_new_loop_guard): Same.
8422         (find_cloog_iv_in_expr): Removed.
8423         (compute_cloog_iv_types_1): Removed.
8424         (compute_cloog_iv_types): Removed.
8425         (gloog): Do not call compute_cloog_iv_types.
8426         * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
8427         GBB_CLOOG_IV_TYPES.
8428         (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
8429         * sese.h (struct gimple_bb): Removed field cloog_iv_types.
8430         (GBB_CLOOG_IV_TYPES): Removed.
8432 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
8434         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
8435         gimple_phi_num_args of the loop close SSA phi node is equal to 1.
8436         (detect_commutative_reduction): Same.
8438 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
8440         * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
8441         call to verify_ssa.  Invoke verify_loop_closed_ssa with an extra
8442         argument.
8443         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
8444         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
8445         (rewrite_commutative_reductions_out_of_ssa): Same.
8446         * passes.c (execute_function_todo): Call verify_ssa for every pass
8447         in the LNO.  Invoke verify_loop_closed_ssa with an extra argument.
8448         * tree-flow.h (verify_loop_closed_ssa): Update declaration.
8449         * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
8450         with an extra argument.
8451         * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same.  Call
8452         verify_ssa only when the extra argument is true.
8453         (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
8454         with an extra argument.
8455         (tree_transform_and_unroll_loop): Same.
8457 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
8459         * passes.c (execute_function_todo): Call verify_loop_closed_ssa
8460         for all the passes of the LNO having LOOP_CLOSED_SSA.
8461         * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
8462         * tree-loop-distribution.c (pass_loop_distribution): Same.
8463         * tree-pass.h (TODO_verify_loops): Removed.
8464         * tree-ssa-loop.c (pass_tree_loop_init): Same.
8465         (pass_lim): Same.
8466         (pass_tree_unswitch): Same.
8467         (pass_predcom): Same.
8468         (pass_vectorize): Same.
8469         (pass_linear_transform): Same.
8470         (pass_graphite_transforms): Same.
8471         (pass_iv_canon): Same.
8472         (pass_complete_unroll): Same.
8473         (pass_complete_unrolli): Same.
8474         (pass_parallelize_loops): Same.
8475         (pass_loop_prefetch): Same.
8476         (pass_iv_optimize): Same.
8478 2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
8480         PR middle-end/32824
8481         * passes.c (init_optimization_passes): Move pass_lim before
8482         pass_copy_prop and pass_dce_loop.
8484 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
8486         PR target/43667
8487         * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
8488         instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
8489         (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
8490         MULTI_* defines for 4 argument vpermil2p* builtins.
8492 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
8494         * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
8495         * config/i386/i386.c (x86_maybe_negate_const_int): New.
8496         (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
8497         * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
8498         *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
8499         *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
8500         *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
8501         Use x86_maybe_negate_const_int to output insn mnemonic.
8502         (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto.  Remove overflow
8503         check from instruction predicate.  Update comments.
8504         * config/i386/sync.md (sync_add<mode>): Use
8505         x86_maybe_negate_const_int to output insn mnemonic.
8507 2010-04-06  Jan Hubicka  <jh@suse.cz>
8509         PR tree-optimization/42906
8510         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
8511         IGNORE_SELF argument.  Set visited_control_parents for fully
8512         processed BBs.
8513         (find_obviously_necessary_stmts): Update call of
8514         mark_control_dependent_edges_necessary.
8515         (propagate_necessity): Likewise.  Handle PHI edges more curefully.
8517 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
8519         * config/i386/i386.md: Remove comment about 'e' and 'E'
8520         operand modifier.
8522 2010-04-06  Richard Guenther  <rguenther@suse.de>
8524         PR tree-optimization/43627
8525         * tree-vrp.c (extract_range_from_unary_expr): Widenings
8526         of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
8527         not varying.
8529 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
8531         * BASE-VER: Change to 4.6.0.
8533         PR target/43638
8534         * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
8535         handling.
8537 2010-04-06  Richard Guenther  <rguenther@suse.de>
8539         PR middle-end/43661
8540         * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
8542 2010-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8544         * doc/invoke.texi (Optimize Options): Document that LTO
8545         won't remove object access purely due to incompatible
8546         declarations.
8548 2010-04-04  Matthias Klose  <doko@ubuntu.com>
8550         * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
8551         Initialize variable.
8553 2010-04-03  Richard Guenther  <rguenther@suse.de>
8555         PR middle-end/42509
8556         * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
8557         require a non-NULL MEM_OFFSET.
8559 2010-04-02  Steven Bosscher  <steven@gcc.gnu.org>
8561         * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
8562         basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
8563         collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
8564         config/alpha/predicates.md, config/arm/arm.md,
8565         config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
8566         config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
8567         config/darwin9.h, config/darwin.c, config/darwin.h,
8568         config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
8569         config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
8570         config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
8571         config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
8572         config/mips/mips.md, config/mn10300/mn10300.c,
8573         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
8574         config/rs6000/aix.h, config/rs6000/dfp.md,
8575         config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
8576         config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
8577         config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
8578         config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
8579         config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
8580         config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
8581         c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
8582         diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
8583         doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
8584         doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
8585         fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
8586         gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
8587         graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
8588         graphite-dependences.c, graphite-poly.c, graphite-poly.h,
8589         graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
8590         graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
8591         intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
8592         ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
8593         ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
8594         loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
8595         objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
8596         opt-functions.awk, opth-gen.awk, params.def, passes.c,
8597         postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
8598         rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
8599         store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
8600         tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
8601         tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
8602         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
8603         tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
8604         tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
8605         tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
8606         tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
8607         tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
8608         tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
8609         tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
8610         unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
8612 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8614         PR other/43620
8615         * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
8616         * aclocal.m4: Regenerate.
8618 2010-04-02  Richard Guenther  <rguenther@suse.de>
8620         PR tree-optimization/43629
8621         * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
8622         if we have seen a constant value.
8624 2010-04-02  Joseph Myers  <joseph@codesourcery.com>
8626         * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
8628 2010-04-02  Richard Earnshaw  <rearnsha@arm.com>
8630         PR target/43469
8631         * arm.c (legitimize_tls_address): Adjust call to
8632         gen_tls_load_dot_plus_four.
8633         (arm_note_pic_base): New function.
8634         (arm_cannot_copy_insn_p): Use it.
8635         * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
8636         constraint.
8638 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8640         PR bootstrap/43531
8642         Revert:
8643         2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8645         * Makefile.in ($(out_object_file)): Depend on
8646         gt-$(basename $(notdir $(out_file))).h.
8648 2010-04-01  Ralf Corsépius <ralf.corsepius@rtems.org>
8650         * config.gcc (lm32-*-rtems*): Add t-lm32.
8652 2010-04-01  Joel Sherrill <joel.sherrill@oarcorp.com>
8654         * config.gcc: Add lm32-*-rtems*.
8655         * config/lm32/rtems.h: New file.
8657 2010-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
8659         PR target/42609
8660         * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
8662 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
8664         * dwarf2out.c (output_compilation_unit_header): For
8665         -gdwarf-4 use version 4 instead of version 3.
8666         (output_line_info): For version 4 and above emit additional
8667         maximum ops per insn header field.
8668         (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
8670         * dwarf2out.c (is_c_family, is_java): Remove.
8671         (lower_bound_default): New function.
8672         (add_bound_info, gen_descr_array_type_die): Use it.
8674 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
8676         PR debug/43325
8677         * dwarf2out.c (gen_variable_die): Allow debug info for variable
8678         re-declaration when it happens in a function.
8680 2010-04-01  Aldy Hernandez  <aldyh@redhat.com>
8682         * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
8683         (cgraph_remove_function_insertion_hook): Same.
8684         (cgraph_call_function_insertion_hooks): Same.
8686 2010-04-01  Richard Guenther  <rguenther@suse.de>
8688         PR middle-end/43614
8689         * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
8690         and TREE_THIS_VOLATILE.
8691         (copy_ref_info): Likewise.
8692         * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
8693         * tree.c (build6_stat): Ignore side-effects of all but arg5
8694         for TARGET_MEM_REF.  Set TREE_THIS_VOLATILE from arg5 of
8695         TARGET_MEM_REF.
8697 2010-04-01  Richard Guenther  <rguenther@suse.de>
8699         PR tree-optimization/43607
8700         * ipa-type-escape.c (check_call): Do not access non-existing
8701         arguments.
8703 2010-04-01  Richard Guenther  <rguenther@suse.de>
8705         PR middle-end/43602
8706         Revert
8707         2010-03-30  Seongbae Park <seongbae.park@gmail.com>
8708                     Jack Howarth <howarth@bromo.med.uc.edu>
8710         * tree-profile.c (tree_init_ic_make_global_vars): Make static
8711         variables TLS.
8713 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8715         * doc/install.texi (Prerequisites): Document libelf usability on
8716         IRIX 5/6 and Solaris 2.
8717         (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
8718         Update GNU as, GNU ld requirements.
8719         (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
8720         Document Sun Studio compiler download.
8721         Update and simplify as, ld recommendations.
8722         (Specific, *-*-solaris2.7): Note obsoletion, removal.
8724 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8726         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
8727         with_tune_32 to pentium4.
8729 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
8731         * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
8733 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8735         * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
8736         obsoletion, removal.
8737         Update IDO URL.
8738         Document GNU as requirement.
8739         Update configure requirements.
8740         (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
8741         Recomment IRIX 6.5.18+.
8742         Document IDF/IDL requirement.
8743         Document GNU as requirement.
8744         Document GNU ld bootstrap failure.
8745         Remove freeware.sgi.com reference.
8747 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8749         * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
8750         UNIX V4.0, V5.0 obsoletion, removal.
8751         Remove --with-gc=simple reference.
8752         Update VM requirements during bootstrap.
8753         Remove -oldas bootstrap description.
8754         Update binutils reference.
8755         Remove comparison failure note.
8757 2010-03-31  Richard Guenther  <rguenther@suse.de>
8758             Zdenek Dvorak  <ook@ucw.cz>
8759             Sebastian Pop  <sebastian.pop@amd.com>
8761         PR middle-end/43464
8762         * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
8763         with multiple arguments.
8764         (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
8766 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
8768         * graphite-dependences.c (print_pddr): Call print_pdr with an
8769         extra argument.
8770         * graphite-poly.c (debug_pdr): Add an extra argument for the
8771         verbosity level.
8772         (print_pdr): Same.
8773         (print_pbb_domain): Same.
8774         (print_pbb): Same.
8775         (print_scop_context): Same.
8776         (print_scop): Same.
8777         (print_cloog): Same.
8778         (debug_pbb_domain): Same.
8779         (debug_pbb): Same.
8780         (print_pdrs): Same.
8781         (debug_pdrs): Same.
8782         (debug_scop_context): Same.
8783         (debug_scop): Same.
8784         (debug_cloog): Same.
8785         (print_scop_params): Same.
8786         (debug_scop_params): Same.
8787         (print_iteration_domain): Same.
8788         (print_iteration_domains): Same.
8789         (debug_iteration_domain): Same.
8790         (debug_iteration_domains): Same.
8791         (print_scattering_function): Same.
8792         (print_scattering_functions): Same.
8793         (debug_scattering_function): Same.
8794         (debug_scattering_functions): Same.
8795         * graphite-poly.h (debug_pdr): Update declaration.
8796         (print_pdr): Same.
8797         (print_pbb_domain): Same.
8798         (print_pbb): Same.
8799         (print_scop_context): Same.
8800         (print_scop): Same.
8801         (print_cloog): Same.
8802         (debug_pbb_domain): Same.
8803         (debug_pbb): Same.
8804         (print_pdrs): Same.
8805         (debug_pdrs): Same.
8806         (debug_scop_context): Same.
8807         (debug_scop): Same.
8808         (debug_cloog): Same.
8809         (print_scop_params): Same.
8810         (debug_scop_params): Same.
8811         (print_iteration_domain): Same.
8812         (print_iteration_domains): Same.
8813         (debug_iteration_domain): Same.
8814         (debug_iteration_domains): Same.
8815         (print_scattering_function): Same.
8816         (print_scattering_functions): Same.
8817         (debug_scattering_function): Same.
8818         (debug_scattering_functions): Same.
8820 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
8822         * graphite-poly.c (print_scattering_function_1): New.
8823         (print_scattering_function): Call it.
8824         (print_scop_params): Remove spaces at the end of lines.
8825         (print_cloog): New.
8826         (debug_cloog): New.
8827         * graphite-poly.h (print_cloog): Declared.
8828         (debug_cloog): Declared.
8830 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
8832         * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
8833         in loop->header.
8834         * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
8835         * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
8836         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
8837         to switch between adding the IV bump in loop->latch or in loop->header.
8839 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
8841         * graphite-poly.c (print_scattering_function): Pretty print following
8842         the scoplib format.
8843         (print_pdr): Same.
8844         (print_pbb_domain): Same.
8845         (dump_gbb_cases): Same.
8846         (dump_gbb_conditions): Same.
8847         (print_pdrs): Same.
8848         (print_pbb): Same.
8849         (print_scop_params): Same.
8850         (print_scop_context): Same.
8851         (print_scop): Same.
8852         (print_pbb_body): New.
8853         (lst_indent_to): New.
8854         (print_lst): Start new lines with a #.
8855         * graphite-poly.h (pbb_bb): New.
8856         (pbb_index): Use pbb_bb.
8857         * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
8858         disjuncts.
8859         * tree-data-ref.c (dump_data_reference): Start new lines with a #.
8861 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
8863         * dwarf2out.c (size_of_die): For -gdwarf-4 use
8864         uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
8865         and 0 instead of 1 for dw_val_class_flag.
8866         (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
8867         dw_val_class_range_list, dw_val_class_loc_list,
8868         dw_val_class_lineptr and dw_val_class_macptr, use
8869         DW_FORM_flag_present for dw_val_class_flag and
8870         DW_FORM_exprloc for dw_val_class_loc.
8871         (output_die): For -gdwarf-4 print dw_val_class_loc
8872         size as uleb128 instead of 1 or 2 bytes and don't print
8873         anything for dw_val_class_flag.
8875         * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
8876         instead of cselib_lookup following by tweaking locs->setting_insn.
8878         PR bootstrap/43596
8879         * cselib.c (cselib_process_insn): Clear cselib_current_insn
8880         even before returning from label, setjmp call or volatile asm
8881         handling.
8883 2010-03-31  Richard Guenther  <rguenther@suse.de>
8885         PR middle-end/43600
8886         * cgraphunit.c (cgraph_output_in_order): Do not allocate
8887         temporary data on stack.
8889 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8891         * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
8892         (PUSHSECTION_ASM_OP): Remove.
8893         (POPSECTION_ASM_OP): Remove.
8894         (PUSHSECTION_FORMAT): Remove.
8895         * config/sol2.h (PUSHSECTION_FORMAT): Define.
8896         * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
8897         * config/sol2.c (solaris_output_init_fini): Use it.
8899 2010-03-31  Jie Zhang  <jie@codesourcery.com>
8901         PR 43574
8902         * opt-functions.awk (var_type_struct): Use signed char type
8903         for simple variables.
8905 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8907         * config/sol2.c: Include output.h.
8908         (solaris_assemble_visibility): New function.
8909         * config/t-sol2 (sol2.o): Add output.h dependency.
8910         * config/sol2-protos.h (solaris_assemble_visibility): Declare.
8911         * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
8912         Redefine.
8914 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
8916         PR target/43580
8917         * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
8918         V2SImode or XFmode on PRE_DEC.
8920         PR debug/43557
8921         * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
8922         BLKmode.
8924 2010-03-31  Jie Zhang  <jie@codesourcery.com>
8926         PR 43562
8927         * reload.h (caller_save_initialized_p): Declare.
8928         * toplev.c (backend_init_target): Don't call
8929         init_caller_save but set caller_save_initialized_p to false.
8930         * caller-save.c (caller_save_initialized_p): Define.
8931         (init_caller_save): Check caller_save_initialized_p.
8932         * ira.c (ira): Call init_caller_save if flag_caller_saves.
8934 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8936         PR target/39048
8937         * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
8938         and soft-fp/t-softfp to tmake_file.
8939         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
8940         (LIBGCC2_TF_CEXT): Define.
8941         (TF_SIZE): Define.
8943 2010-03-30  Alexandre Oliva  <aoliva@redhat.com>
8945         PR debug/42977
8946         * cselib.c (n_useless_values): Document handling of debug locs.
8947         (n_useless_debug_values, n_debug_values): New variables.
8948         (new_elt_loc_list): Don't add to debug values, keep count.
8949         (promote_debug_loc): New.
8950         (cselib_reset_table): Zero new variables.
8951         (entry_and_rtx_equal_p): Promote debug locs.
8952         (discard_useless_locs): Increment n_useless_debug_values for
8953         debug values.
8954         (remove_useless_values): Adjust n_useless_values and n_debug_values
8955         with n_useless_debug_values.
8956         (add_mem_for_addr): Promote debug locs.
8957         (cselib_lookup_mem): Likewise.
8958         (cselib_lookup_addr): Renamed to...
8959         (cselib_lookup_addr_1): ... this.  Promote debug locs.  Don't call...
8960         (cselib_log_lookup): ... this.  Turn into...
8961         (cselib_lookup_addr): ... new wrapper.
8962         (cselib_lookup_from_insn): New.
8963         (cselib_invalidate_regno): Increment n_useless_debug_values for
8964         debug values.
8965         (cselib_invalidate_mem): Likewise.
8966         (cselib_process_insn): Take n_deleted and n_debug_values into
8967         account to guard remove_useless_value call.
8968         (cselib_finish): Zero n_useless_debug_values.
8969         * cselib.h (cselib_lookup_from_insn): Declare.
8970         * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
8971         (sched_analyze_2): Likewise.
8973 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
8975         * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
8976         functions.
8977         (adjust_mems): Replace narrowing SUBREG of expression containing
8978         just PLUS, MINUS, MULT and ASHIFT of registers and constants
8979         with operations in the narrower mode.
8981         PR debug/43593
8982         * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
8983         regs_invalidated_by_call instead all call_used_reg_set registers.
8985 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
8987         PR middle-end/43430
8988         * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
8989         pointer comparisons with types_compatible_p.
8990         * tree-vect-stmts.c (vectorizable_call): Same.
8991         (vectorizable_condition): Same.
8993 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8995         * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
8996         stack check if the mask would be zero.
8998 2010-03-30  Seongbae Park <seongbae.park@gmail.com>
8999             Jack Howarth <howarth@bromo.med.uc.edu>
9001         * tree-profile.c (tree_init_ic_make_global_vars): Make static
9002         variables TLS.
9004 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
9006         PR other/25232
9007         * libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
9008         and __unordtf2.
9009         * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
9010         Include ___unordxf2 and ___unordtf2.
9011         * config/i386/libgcc-glibc.ver: Do not define inheritance from
9012         GCC_4.4.0 here.
9014 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
9016         * config/lm32/t-lm32: New file.
9017         * config.gcc: Use the above file when targetting lm32.
9019 2010-03-28  Duncan Sands  <baldrick@free.fr>
9021         * Makefile.in (PLUGIN_HEADERS): Add except.h.
9023 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
9025         PR middle-end/43431
9026         * tree-vect-loop.c (vect_estimate_min_profitable_iters):
9027         Improve vectorization cost model diagnostic.
9029 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
9031         PR middle-end/43436
9032         * tree-vect-data-refs.c (vect_analyze_data_refs): When
9033         compute_data_dependences_for_loop returns false, early exit
9034         and output an extra diagnostic for the failed data reference
9035         analysis.
9037 2010-03-29  Richard Guenther  <rguenther@suse.de>
9039         PR tree-optimization/43560
9040         * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
9041         (can_sm_ref_p): Treat stores to readonly locations as trapping.
9043 2010-03-29  Jie Zhang  <jie@codesourcery.com>
9045         PR 43564
9046         * toplev.c (process_options): Set optimization_default_node
9047         and optimization_current_node.
9048         * opts.c (decode_options): Don't set optimization_default_node
9049         and optimization_current_node.
9051 2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
9053         * config/rtems.h: Abandon -qrtems_debug.
9055 2010-03-28  Jan Hubicka  <jh@suse.cz>
9057         PR tree-optimization/43505
9058         * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
9059         map should not be copied.
9061 2010-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9063         PR middle-end/41674
9064         * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
9065         cdtors, set DECL_PRESERVE_P.
9066         * ipa.c (cgraph_externally_visible_p): Return true if declaration
9067         should be preseved.
9069 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
9071         PR tree-optimization/43528
9072         * stor-layout.c (place_field): Check that constant fits into
9073         unsigned HWI when skipping calculation of MS bitfield layout.
9075 2010-03-27  Jan Hubicka  <jh@suse.cz>
9077         PR middle-end/43391
9078         * varasm.c (make_decl_rtl): Deal with COMMON flag to make
9079         notice_global_symbol work.
9081 2010-03-27  Jakub Jelinek  <jakub@redhat.com>
9083         * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
9084         instead of dwarf2out_decl.
9085         (struct var_loc_node): Remove section_label field.
9086         (dwarf2out_function_decl): New function.
9087         (dwarf2out_var_location): Don't set section_label field.
9088         (dwarf2out_begin_function): Don't empty decl_loc_table here.
9090 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
9092         PR tree-optimization/43544
9093         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
9094         First argument for builtin vectorized function hook is now a
9095         tree to be able to distinguish between machine specific and
9096         standard builtins.
9097         * targhooks.c (default_builtin_vectorized_function): Ditto.
9098         * targhooks.h (default_builtin_vectorized_function): Ditto.
9099         * target.h (struct gcc_target): Ditto.
9100         * tree-vect-stmts.c (vectorizable_function): Ditto.
9101         * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
9102         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
9103         Ditto.
9105 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
9107         PR c/43381
9108         * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
9109         nested binding iff it is a FUNCTION_DECL.
9110         (store_parm_decls_newstyle): Pass nested=true to bind for
9111         FUNCTION_DECLs amongst parameters.
9113 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
9115         * var-tracking.c (vt_expand_loc_callback): Don't run
9116         cselib_expand_value_rtx_cb in dummy mode if
9117         cselib_dummy_expand_value_rtx_cb returned false.
9119         * var-tracking.c (emit_note_insn_var_location): For one part
9120         notes with offset 0, don't add EXPR_LIST around the location.
9121         * dwarf2out.c (loc_descriptor, dw_loc_list_1,
9122         add_location_or_const_value_attribute): Adjust for that change.
9124         PR debug/43540
9125         * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
9126         into first operand and location into second.
9127         (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
9128         dw_cfi_oprnd_loc for DW_CFA_expression.
9129         (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
9130         (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
9131         assume first argument is regnum and second argument is location.
9133 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
9135         PR target/42113
9136         * config/alpha/alpha.md (*cmp_sadd_si): Change mode
9137         of scratch register to DImode.  Split to DImode comparison operator.
9138         Use SImode subreg of scratch register in the multiplication.
9139         (*cmp_sadd_sidi): Ditto.
9140         (*cmp_ssub_si): Ditto.
9141         (*cmp_ssub_sidi): Ditto.
9143 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
9145         PR target/43524
9146         * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
9147         Remove invalid assert and wrong comment.
9149 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
9151         PR debug/43516
9152         * flags.h (final_insns_dump_p): New extern.
9153         * final.c (final_insns_dump_p): New variable.
9154         (rest_of_clean_state): Set it before -fdump-final-insns=
9155         dumping, clear afterwards.
9156         * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
9157         MEM_ALIAS_SET on MEMs.
9159 2010-03-26  David S. Miller  <davem@davemloft.net>
9161         * configure.ac: Fix sparc GOTDATA_OP bug check.
9162         * configure: Rebuild.
9164 2010-03-26  Alan Modra  <amodra@gmail.com>
9166         * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
9168 2010-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9170         * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
9171         TLS_SECTION_ASM_FLAG.
9173 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
9175         PR bootstrap/43511
9176         * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
9177         Clear first_function_block_is_cold.
9179         PR c/43385
9180         * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
9181         argument if the argument is truth_value_p.
9183 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
9185         * config/rs6000/constraints.md: Update copyright year for my changes.
9187         PR target/43484
9188         * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
9189         used in reg+reg addressing, swap registers.
9191 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
9193         PR debug/43293
9194         * target.h (struct gcc_target): Add code_end hook.
9195         * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
9196         if not yet defined.
9197         (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
9198         * toplev.c (compile_file): Call targetm.asm_out.code_end
9199         hook before unwind info/debug info output.
9200         * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
9201         * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
9202         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
9203         * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
9204         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
9205         * config/i386/i386.c (ix86_file_end): Renamed to...
9206         (ix86_code_end): ... this.  Make static.  Don't call
9207         file_end_indicate_exec_stack.  Emit unwind info using
9208         final_start_function/final_end_function.
9209         (darwin_x86_file_end): Remove.
9210         (TARGET_ASM_CODE_END): Define.
9211         * config/i386/i386.h (TARGET_ASM_FILE_END,
9212         NEED_INDICATE_EXEC_STACK): Don't define.
9213         * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
9214         (TARGET_ASM_FILE_END): Define to darwin_file_end.
9215         * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
9216         * doc/tm.texi (TARGET_ASM_CODE_END): Document.
9218         PR target/43498
9219         * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
9220         at the beginning and final_end_function at the end.
9221         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
9223 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9225         * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
9226         and Sun as TLS syntax.
9227         (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
9228         * configure: Regenerate.
9229         * config.in: Regenerate.
9230         * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
9231         (default_elf_asm_named_section): Use it.
9232         * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
9233         (i386_output_dwarf_dtprel): Likewise.
9234         (output_addr_const_extra): Likewise.
9235         (output_pic_addr_const): Lowercase @GOTTPOFF.
9236         (output_addr_const_extra): Likewise.
9237         (output_pic_addr_const): Lowercase @GOTNTPOFF.
9238         (output_addr_const_extra): Likewise.
9239         (output_pic_addr_const): Lowercase @INDNTPOFF.
9240         (output_addr_const_extra): Likewise.
9241         (output_pic_addr_const): Lowercase @NTPOFF.
9242         (output_addr_const_extra): Likewise.
9243         (output_pic_addr_const): Lowercase @TPOFF.
9244         (output_addr_const_extra): Likewise.
9245         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
9246         (*tls_global_dynamic_64): Likewise.
9247         (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
9248         (*tls_local_dynamic_base_64): Lowercase @TLSLD.
9250         * defaults.h (TLS_COMMON_ASM_OP): Provide default.
9251         (ASM_OUTPUT_TLS_COMMON): Use it.
9252         * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
9254         PR target/38118
9255         * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
9256         * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
9257         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
9258         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
9259         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
9260         (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
9262 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9264         * config/i386/i386.c (override_options): Don't accept
9265         -mtls-dialect=sun any longer.
9266         * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
9267         * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
9268         (*tls_local_dynamic_base_32_sun): Likewise.
9269         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
9271 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
9273         PR debug/43508
9274         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
9275         VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
9277         PR debug/43479
9278         * ira.c (adjust_cleared_regs): New function.
9279         (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
9281         PR debug/19192
9282         PR debug/43479
9283         * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
9284         from gimple_block.
9285         * expr.c (expand_expr_real): Restore previous
9286         curr_insn_source_location and curr_insn_block after
9287         expand_expr_real_1 call.
9288         (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
9289         instead of expand_expr_real_1.
9291 2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>
9293         PR rtl-optimization/43413
9294         * ira-color.c (setup_allocno_available_regs_num): Count prohibited
9295         hard regs too.
9297 2010-03-22  James E. Wilson  <wilson@codesourcery.com>
9299         PR target/43348
9300         * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
9301         call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
9303 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
9305         * config/i386/i386.c (ix86_target_string): Add -mfma.
9306         Fix a typo in comment.
9308 2010-03-22  Mike Stump  <mikestump@comcast.net>
9310         PR target/23071
9311         * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
9312         Don't overly align based upon packed packed fields.
9314 2010-03-22  Jason Merrill  <jason@redhat.com>
9316         * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
9317         Use () rather than [], and move before the element type.
9319 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9321         * doc/configfiles.texi (Configuration Files): Removed
9322         fixinc/Makefile*, intl/Makefile.*.
9323         * doc/makefile.texi: Fixed markup. Abstract from version
9324         control system used.
9325         (Makefile): Removed obsolete gcc/java/parse.y example.
9326         * doc/sourcebuild.texi: Likewise.
9327         (Top Level): Added config, gnattools, libdecnumber, libgcc,
9328         libgomp, libssp.  Removed fastjar.
9329         (Miscellaneous Docs): Clarify location.
9330         Added COPYING3, COPYING3.LIB.
9331         (Front End Directory): Moved Make-lang.in entry to new subsubsection.
9333 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9335         PR target/38085
9336         * config/i386/i386.c (x86_function_profiler)
9337         [!NO_PROFILE_COUNTERS]: Fix typo.
9338         * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
9339         instead of callq.
9341 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
9342             Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9344         * doc/sourcebuild.texi (Test Directives): Split into six
9345         subsections, with most of the current text in new subsections
9346         Directives, Selectors, and Final Actions.
9347         (Directives): Split list of test directives into multiple
9348         subsubsections.
9349         (Selectors): Describe use and syntax of selectors.
9350         (Effective-Target Keywords): Describe all existing keywords.
9351         (Add Options): Describe features for dg-add-options.
9352         (Require Support): Describe variants of dg-require-support.
9353         (Final Actions): Describe commands to use in dg-final.
9355 2010-03-22  Michael Matz  <matz@suse.de>
9357         PR middle-end/43475
9358         * recog.c (validate_replace_rtx_group): Replace also in
9359         REG_EQUAL and REG_EQUIV notes.
9361 2010-03-22  Richard Guenther  <rguenther@suse.de>
9363         PR tree-optimization/43390
9364         * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
9365         sure vector extracts are type correct.
9367 2010-03-22  Richard Guenther  <rguenther@suse.de>
9369         PR middle-end/40106
9370         * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
9371         x * sqrt (x) even when optimizing for size if the target
9372         has native support for sqrt.
9374 2010-03-22  Jakub Jelinek  <jakub@redhat.com>
9376         * varasm.c (make_decl_rtl_for_debug): Also clear
9377         flag_mudflap for the duration of make_decl_rtl call.
9379         PR debug/43443
9380         * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
9381         locs from preserved VALUEs.
9383 2010-03-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9385         PR middle-end/42718
9386         * pa.md (movmemsi): Set align to one if zero.
9387         (movmemdi): Likewise.
9389 2010-03-21  Richard Earnshaw  <rearnsha@arm.com>
9391         PR target/42321
9392         * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
9393         with their corresponding prologue pushes.
9395 2010-03-20  Andrew Pinski  <pinskia@gmail.com>
9397         PR target/43156
9398         * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
9399         at the begining or end.
9400         (spu_expand_epilogue): Likewise.
9402 2010-03-20  Richard Guenther  <rguenther@suse.de>
9404         PR rtl-optimization/43438
9405         * combine.c (make_extraction): Properly zero-/sign-extend an
9406         extraction of the low part of a CONST_INT.  Also handle
9407         CONST_DOUBLE.
9409 2010-03-19  Mike Stump  <mikestump@comcast.net>
9411         * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
9412         * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
9413         (override_options): Use SUBTARGET32_DEFAULT_CPU.
9415 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
9417         PR c/43211
9418         * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
9419         an error.
9421 2010-03-19  Bernd Schmidt  <bernds@codesourcery.com>
9423         PR rtl-optimization/42258
9424         * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
9425         use that may match DEF.
9427         PR target/40697
9428         * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
9429         the cost of loading the constant rather than assuming
9430         COSTS_N_INSNS (1).
9431         * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
9432         outer code is AND, do the same tests as the andsi3 expander and
9433         return COSTS_N_INSNS (1) if and is cheap.
9435         * optabs.c (avoid_expensive_constant): Fix formatting.
9437 2010-03-19  Michael Matz  <matz@suse.de>
9439         PR c++/43116
9440         * attribs.c (decl_attributes): When rebuilding a function pointer
9441         type use the same qualifiers as the original pointer type.
9443 2010-03-19  Martin Jambor  <mjambor@suse.cz>
9445         * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
9446         and is_gimple_ip_invariant_address.
9448 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9450         Revert
9451         2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9453         * config/arm/arm.c (arm_override_options): Turn off
9454         flag_dwarf2_cfi_asm for AAPCS variants.
9456 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9458         PR target/43399
9459         * config/arm/arm.c (emit_multi_reg_push): Update comments.
9460         Use PRE_MODIFY instead of PRE_DEC.
9461         (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
9462         (vfp_emit_fstmd): Likewise.
9464 2010-03-19  Michael Matz  <matz@suse.de>
9466         PR target/43305
9467         * builtins.c (expand_builtin_interclass_mathfn,
9468         expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
9469         if that fails.
9471 2010-03-19  Richard Guenther  <rguenther@suse.de>
9473         PR tree-optimization/43415
9474         * tree-ssa-pre.c (phi_translate): Split out worker to ...
9475         (phi_translate_1): ... this.
9476         (phi_translate): Move all caching here.  Cache all NARY
9477         and REFERENCE translations.
9479 2010-03-19  David S. Miller  <davem@davemloft.net>
9481         With help from Eric Botcazou.
9482         * config/sparc/sparc.c: Include dwarf2out.h.
9483         (emit_pic_helper): Delete.
9484         (pic_helper_symbol_name): Delete.
9485         (pic_helper_emitted_p): Delete.
9486         (pic_helper_needed): New.
9487         (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
9488         (get_pc_thunk_name): New.
9489         (load_pic_register): Remove 'delay_pic_helper' arg.  Use
9490         get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
9491         Set pic_helper_needed to true.  Don't call emit_pic_helper.
9492         (sparc_expand_prologue): Update load_pic_register call.
9493         (sparc_output_mi_thunk): Likewise.
9494         (sparc_file_end): Emit a hidden comdat symbol for the PIC
9495         thunk if possible.  Output CFI information as needed.
9497 2010-03-18  Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
9498             Jack Howarth <howarth@bromo.med.uc.edu>
9500         PR target/36399
9501         * config/i386/i386.h: Fix ABI on darwin x86-32.
9503 2010-03-18  Aldy Hernandez  <aldyh@redhat.com>
9505         * tree.h: Declare make_decl_rtl_for_debug.
9506         * varasm.c (make_decl_rtl_for_debug): New.
9507         * dwarf2out.c (rtl_for_decl_location): Call it.
9508         * cfgexpand.c (expand_debug_expr): Call it.
9510 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
9512         PR bootstrap/43399
9513         * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
9514         mem_mode.
9516         PR bootstrap/43403
9517         * var-tracking.c (vt_init_cfa_base): Do nothing if
9518         cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
9520 2010-03-18  Alexandre Oliva  <aoliva@redhat.com>
9522         PR debug/42873
9523         * var-tracking.c (canonicalize_vars_star): New.
9524         (dataflow_post_merge_adjust): Use it.
9526 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
9528         PR debug/43058
9529         * var-tracking.c (non_suitable_const): New function.
9530         (add_uses): For DEBUG_INSNs with constants, don't record any
9531         value, instead just the constant value itself.
9532         (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
9533         is not VAR_LOC_UNKNOWN_P, set var to the constant.
9534         (emit_notes_in_bb): Likewise.
9535         (emit_note_insn_var_location): For onepart variables if
9536         cur_loc is a VOIDmode constant, use DECL_MODE.
9538 2010-03-18  Martin Jambor  <mjambor@suse.cz>
9540         PR middle-end/42450
9541         * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
9542         * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
9543         all non-clones.  Moved call redirection...
9544         (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
9545         (cgraph_materialize_all_clones): Dispose of all
9546         combined_args_to_skip bitmaps.
9547         (verify_cgraph_node): Do not check for edges pointing to wrong
9548         nodes in inline clones.
9549         * tree-inline.c (copy_bb): Call
9550         cgraph_redirect_edge_call_stmt_to_callee.
9551         * ipa.c (cgraph_remove_unreachable_nodes): Call
9552         cgraph_node_remove_callees even when there are used clones.
9554 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
9556         * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
9558 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
9560         PR target/43383
9561         * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
9562         for 32bit.
9564 2010-03-18  Michael Matz  <matz@suse.de>
9566         PR middle-end/43419
9567         * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
9568         into sqrt(x) if we need to preserve signed zeros.
9570 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
9571             Eric Botcazou  <ebotcazou@adacore.com>
9573         PR rtl-optimization/43360
9574         * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
9575         note if we don't know its invariant status.
9577 2010-03-18  Michael Matz  <matz@suse.de>
9579         PR tree-optimization/43402
9580         * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
9581         PHI chains of ssa names registered for update.
9583 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
9585         PR target/42427
9586         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
9587         non-offsettable and pre_modify update addressing.
9588         * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
9589         and "2" alternatives "#".
9590         (*movdd_softfloat32): Make all alternatives "#";
9591         * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
9592         (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
9593         (*movdf_softfloat32): Make all alternatives "#";
9594         (movdi): Use the new DIFD mode iterator to create a common splitter
9595         for movdi, movdf and movdd patterns.
9597 2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
9599         * common.opt (dumpdir): Remove redundant tab.
9601 2010-03-17  Martin Jambor  <mjambor@suse.cz>
9603         PR tree-optimization/43347
9604         * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
9605         original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
9607 2010-03-17  Bernd Schmidt  <bernd.schmidt@analog.com>
9609         PR rtl-optimization/42216
9610         * regrename.c (create_new_chain): New function, broken out from...
9611         (scan_rtx_reg): ... here.  Call it.  Handle the case where we are
9612         appending a use to an empty chain.
9613         (build_def_use): Remove previous changes that convert OP_INOUT to
9614         OP_OUT operands; instead detect the case where an OP_INOUT operand
9615         uses a previously untracked register and create an empty chain for it.
9617 2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9619         * doc/extend.texi (Function Attributes): Rewrite unfinished
9620         sentence in ms_abi documentation.
9622 2010-03-17  Alan Modra  <amodra@gmail.com>
9624         * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
9625         * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
9626         (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
9627         * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
9629 2010-03-16  Richard Henderson  <rth@redhat.com>
9631         PR middle-end/43365
9632         * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
9633         (lower_try_finally): Save and restore eh_seq around the expansion
9634         of the try-finally.
9636 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
9638         * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
9639         statements before splitting block.
9641 2010-03-16  Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9643         * doc/sourcebuild.texi (Testsuites): Fix markup.
9644         Use pathnames relative to gcc/testsuite.
9645         (Test Directives): Move description of how timeout is determined.
9646         (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
9647         (C Tests): Correct gcc.misc-tests directory.
9648         Framework tests now live in gcc.test-framework.
9650 2010-03-16  Richard Guenther  <rguenther@suse.de>
9652         PR middle-end/43379
9653         * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
9654         operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
9656 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
9657             Alexandre Oliva  <aoliva@redhat.com>
9659         PR tree-optimization/42917
9660         * lambda-code.c (remove_iv): Skip debug statements.
9661         (lambda_loopnest_to_gcc_loopnest): Likewise.
9662         (not_interesting_stmt): Debug statements are not interesting.
9664 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
9666         PR debug/43051
9667         PR debug/43092
9668         * cselib.c (cselib_preserve_constants,
9669         cfa_base_preserved_val): New static variables.
9670         (preserve_only_constants): New function.
9671         (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
9672         clear its REG_VALUES.  If cselib_preserve_constants, don't
9673         empty the whole hash table, but preserve there VALUEs with constants,
9674         cfa_base_preserved_val and cfa_base_preserved_val plus constant.
9675         (cselib_preserve_cfa_base_value): New function.
9676         (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
9677         (cselib_init): Change argument to int bitfield.  Set
9678         cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
9679         is in it.
9680         (cselib_finish): Clear cselib_preserve_constants and
9681         cfa_base_preserved_val.
9682         * cselib.h (enum cselib_record_what): New enum.
9683         (cselib_init): Change argument to int.
9684         (cselib_preserve_cfa_base_value): New prototype.
9685         * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
9686         * dse.c (dse_step1): Likewise.
9687         * cfgcleanup.c (thread_jump): Likewise.
9688         * sched-deps.c (sched_analyze): Likewise.
9689         * gcse.c (local_cprop_pass): Likewise.
9690         * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
9691         If FN is non-NULL, call the callback always and whenever it returns
9692         non-NULL just return that.  Only do rtx_equal_p if FN is NULL.
9693         * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
9694         * combine.c (propagate_for_debug_subst): Add old_rtx argument,
9695         compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
9696         * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
9697         * var-tracking.c: Include recog.h.
9698         (bb_stack_adjust_offset): Remove.
9699         (vt_stack_adjustments): Don't call it, instead just gather the
9700         adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
9701         (adjust_stack_reference): Remove.
9702         (compute_cfa_pointer): New function.
9703         (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
9704         (struct adjust_mem_data): New type.
9705         (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
9706         functions.
9707         (get_address_mode): New function.
9708         (replace_expr_with_values): Use it.
9709         (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
9710         Use get_address_mode.  For cfa_base_rtx return MO_CLOBBER.
9711         (adjust_sets): Remove.
9712         (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
9713         Use get_address_mode.
9714         (get_adjusted_src): Remove.
9715         (add_stores): Don't call it.  Never reuse expr SET.  Don't add extra
9716         MO_VAL_USE for cfa_base_rtx plus constant.  Use get_address_mode.
9717         (add_with_sets): Don't call adjust_sets.
9718         (fp_setter, vt_init_cfa_base): New functions.
9719         (vt_initialize): Change return type to bool.  Move most of pool etc.
9720         initialization to the beginning of the function from end.  Pass
9721         CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
9722         If !frame_pointer_needed, call vt_stack_adjustment before mos
9723         vector is filled, call vt_init_cfa_base if argp/framep has been
9724         eliminated to sp.  If frame_pointer_needed and argp/framep has
9725         been eliminated to hard frame pointer, set
9726         hard_frame_pointer_adjustment and call vt_init_cfa_base after
9727         encountering fp setter in the prologue.  For MO_ADJUST, call
9728         log_op_type before pusing the op into mos vector, not afterwards.
9729         Call adjust_insn before cselib_process_insn/add_with_sets,
9730         call cancel_changes (0) afterwards.
9731         (variable_tracking_main_1): Adjust for vt_initialize calling
9732         vt_stack_adjustments and returning whether it succeeded or not.
9734 2010-03-15  Aldy Hernandez  <aldyh@redhat.com>
9736         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
9737         debug statements.
9739 2010-03-15  Jakub Jelinek  <jakub@redhat.com>
9741         * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
9742         has been set.
9743         (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
9744         drap_reg has not been set.
9746 2010-03-15  Michael Matz  <matz@suse.de>
9748         PR middle-end/43300
9749         * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
9750         use it to expand block copies.
9751         (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
9752         insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
9753         (insert_value_copy_on_edge): Use store_expr for BLKmode values.
9755 2010-03-15  Richard Guenther  <rguenther@suse.de>
9757         PR tree-optimization/43367
9758         * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
9759         elimination check.
9761 2010-03-15  Richard Guenther  <rguenther@suse.de>
9763         PR tree-optimization/43317
9764         * ipa-struct-reorg.c (create_new_general_access): Update stmt.
9766 2010-03-15  Martin Jambor  <mjambor@suse.cz>
9768         PR tree-optimization/43141
9769         * tree-sra.c (create_abstract_origin): New function.
9770         (modify_function): Call create_abstract_origin.
9772 2010-03-15  Chris Demetriou  <cgd@google.com>
9774         * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
9775         wasn't copied.
9777 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9779         PR middle-end/43354
9780         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
9781         call insert_out_of_ssa_copy for default definitions.
9783 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9785         * graphite-clast-to-gimple.c (my_long_long): Defined.
9786         (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
9787         * graphite-sese-to-poly.c (my_long_long): Defined.
9788         (scop_ivs_can_be_represented): Use it.
9790 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9792         * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
9793         graphite-max-bbs-per-function, and loop-block-tile-size.
9794         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
9795         with "maximum".
9796         (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
9798 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9800         * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
9801         forward declaration.
9802         * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
9803         (add_upper_bounds_from_estimated_nit): New.
9804         (build_loop_iteration_domains): Use it.
9806 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9808         * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
9810 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9812         PR middle-end/43306
9813         * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
9814         should be an INTEGER_CST.  Also handle CASE_CONVERT.
9816 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9818         * graphite.c (graphite_initialize): To bound the number of bbs per
9819         function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
9820         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
9821         * doc/invoke.texi: Document it.
9823 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9825         * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
9826         * graphite-sese-to-poly.h (build_poly_scop): Same.
9828 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9830         * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
9831         the number of parameters in the scop.  Use as an upper bound
9832         PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
9833         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
9834         * doc/invoke.texi: Document it.
9836 2010-03-13  Jerry Quinn  <jlquinn@optonline.net>
9838         * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
9839         * doc/c-tree.texi: Remove.
9840         * doc/generic.texi: Merge c-tree.texi here.
9841         * doc/gccint.texi (Trees): Remove menu entry.
9842         (c-tree.texi): Remove @include.
9843         * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
9844         * doc/languages.texi (Reading RTL): Ditto.
9846 2010-03-12  Steve Ellcey  <sje@cup.hp.com>
9848         PR target/42869
9849         * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
9851 2010-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
9853         PR middle-end/42431
9854         * gcc/config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
9855         code added to work around reload clobbering CONST insns.
9857 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
9859         * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
9860         (cselib_preserve_definitely, cselib_clear_preserve): Remove.
9861         (cselib_preserve_only_values): Remove retain argument, don't
9862         traverse hash table with cselib_{preserve_definitely,clear_preserve}.
9863         * cselib.h (cselib_preserve_only_values): Remove retain argument.
9864         * var-tracking.c (micro_operation): Move insn field before union.
9865         Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
9866         (struct variable_tracking_info_def): Remove n_mos field, change
9867         mos into a vector of micro_operations.
9868         (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
9869         (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
9870         compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
9871         changing into a vector.
9872         (add_with_sets): Likewise.  Ensure MO_VAL_USE uops from add_stores
9873         come before all other uops generated by add_stores.
9874         (vt_add_function_parameters): Adjust for cselib_preserve_only_values
9875         argument removal.
9876         (vt_initialize): Likewise.  Adjust for VTI (bb)->mos changing into
9877         a vector.  Run just one pass over the bbs instead of separate counting
9878         and computation phase.
9879         (vt_finalize): Free VTI (bb)->mos vector instead of array.
9881         PR debug/43329
9882         * tree-inline.c (remap_decls): Put old_var rather than origin_var
9883         into *nonlocalized_list vector.
9884         * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
9885         even if origin is non-NULL.
9886         (gen_variable_die): Likewise.
9887         (process_scope_var): Don't change origin.
9888         (gen_decl_die): Likewise.
9889         * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
9890         before adding new edges instead of after it, fix moving over
9891         debug stmts.
9893 2010-03-11  David S. Miller  <davem@davemloft.net>
9895         * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
9896         of four.
9897         * configure: Rebuild.
9899 2010-03-11  Martin Jambor  <mjambor@suse.cz>
9901         PR tree-optimization/43257
9902         * tree.c (assign_assembler_name_if_neeeded): New function.
9903         (free_lang_data_in_cgraph): Assembler name assignment moved to the
9904         above new function.
9905         * tree.h (assign_assembler_name_if_neeeded): Declare.
9906         * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
9907         the function if needed.
9909 2010-03-11  Chris Demetriou  <cgd@google.com>
9911         * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
9912         include/stdint-gcc.h, and include/stdint.h world-readable.
9914 2010-03-11  Richard Guenther  <rguenther@suse.de>
9916         PR tree-optimization/43255
9917         * tree-vrp.c (process_assert_insertions_for): Do not insert
9918         asserts for trivial conditions.
9920 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9922         PR tree-optimization/43280
9923         * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
9924         generation.  Move calculation of size out of the if branch.
9925         (find_bswap): Modify compare number generation.
9927 2010-03-11  Richard Guenther  <rguenther@suse.de>
9929         PR lto/43200
9930         * lto-streamer-in.c (maybe_fixup_decls): Simplify.
9931         (input_gimple_stmt): Fixup handled component types during
9932         operand read.  Also fix up decls in ADDR_EXPRs.
9934 2010-03-10  Eric Botcazou  <ebotcazou@adacore.com>
9936         * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
9937         * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
9939 2010-03-10  Jan Hubicka  <jh@suse.cz>
9941         PR c/43288
9942         * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
9943         * varasm.c (get_variable_section): Don't do that here...
9944         (make_decl_rtl): ... and here.
9945         (do_assemble_alias): Produce decl RTL.
9946         (assemble_alias): Likewise.
9948 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
9950         PR debug/43290
9951         * reg-notes.def (REG_CFA_SET_VDRAP): New note.
9952         * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
9953         of fde->vdrap_reg.
9954         (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
9955         (based_loc_descr): Only express drap or vdrap regno based expressions
9956         using DW_OP_fbreg when not optimizing.
9957         * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
9958         make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
9959         REG_CFA_SET_VDRAP note.
9961 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
9963         PR tree-optimization/43236
9964         * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
9965         error in calculation of base address in reverse iteration case.
9966         (generate_builtin): Take number of latch executions if the statement
9967         is in the latch.
9969 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
9971         PR middle-end/42859
9972         * tree-eh.c: Include pointer-set.h.
9973         (lower_eh_dispatch): Filter out duplicate case labels and
9974         remove the unneeded edge when the label is unused.  Return
9975         true when some edges are removed.
9976         (execute_lower_eh_dispatch): When any lowering resulted in
9977         removing an edge, also delete unreachable blocks.
9979 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
9981         PR bootstrap/43287
9982         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
9983         UNSPEC_MACHOPIC_OFFSET.
9985 2010-03-09  Andreas Schwab  <schwab@linux-m68k.org>
9987         PR target/43294
9988         * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
9989         (m68k_delegitimize_address): New function.
9991 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
9993         PR debug/43299
9994         * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
9996         PR debug/43299
9997         * var-tracking.c (adjust_sets): New function.
9998         (count_with_sets, add_with_sets): Use it.
9999         (get_adjusted_src): New inline function.
10000         (add_stores): Use it.
10002         PR debug/43304
10003         * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
10004         call cselib_dummy_expand_value_rtx_cb instead of
10005         cselib_expand_value_rtx_cb.
10007         PR debug/43293
10008         * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
10009         * config/i386/i386.c: Include debug.h and dwarf2out.h.
10010         (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
10011         and .cfi_endproc around the pic thunks.
10012         (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
10013         all queued unwind info register saves are saved before the call.
10014         For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
10015         considered as sp-=4 for unwind info and the pop as sp+=4 which
10016         also clobbers dest, but doesn't actually restore it.
10018         PR debug/43290
10019         * config/i386/i386.c (ix86_get_drap_rtx): Don't set
10020         RTX_FRAME_RELATED_P.
10022 2010-03-09  Jie Zhang  <jie@codesourcery.com>
10024         * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
10025         whitespaces in output template.
10027 2010-03-09  Jie Zhang  <jie@codesourcery.com>
10029         * ira-lives.c (check_and_make_def_use_conflict): Don't fall
10030         out array boundary.
10032 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
10034         * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
10035         builtins.exp in a separate job.
10037 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10039         * graphite-sese-to-poly.c (add_param_constraints): Use
10040         lower_bound_in_type and upper_bound_in_type.
10042 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10044         * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
10045         instead of unsigned_type_node.
10047 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10048             Reza Yazdani  <reza.yazdani@amd.com>
10050         PR middle-end/43065
10051         * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
10052         on pointer type parameters.
10054 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
10056         PR middle-end/42644
10057         PR middle-end/42130
10058         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
10059         handle conversions from pointer to integers.
10060         (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
10061         induction variable, to be able to work with code generated by CLooG.
10062         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
10063         (build_poly_scop): Bail out if we cannot codegen a loop.
10065 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
10067         * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
10068         code generation with gloog_error.
10070 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10072         * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
10073         Call fold_convert on all the returned values.
10074         (expand_scalar_variables_expr): Pass to
10075         expand_scalar_variables_ssa_name the type of the resulting expression.
10077 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10079         * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
10080         ppl_min_for_le_pointset.
10081         Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
10082         * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
10084 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10086         * graphite-dependences.c (map_into_dep_poly): Removed.
10087         (dependence_polyhedron_1): Use combine_context_id_scat.
10089 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10091         * graphite-poly.h (struct poly_scattering): Add layout documentation.
10092         (struct poly_bb): Same.
10093         (combine_context_id_scat): New.
10095 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10097         PR middle-end/42326
10098         * sese.c (name_defined_in_loop_p): Return false for default
10099         definitions.
10101 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10103         * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
10104         and clean up the logic.
10106 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10108         * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
10109         early return.
10111 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
10113         * var-tracking.c (remove_cselib_value_chains): Define only for
10114         ENABLE_CHECKING.
10115         (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
10116         delete_slot_part, emit_notes_for_differences_1): Don't call
10117         remove_cselib_value_chains here.
10118         (set_slot_part, emit_notes_for_differences_2): Don't call
10119         add_cselib_value_chains here.
10120         (preserved_values): New vector.
10121         (preserve_value): New function.
10122         (add_uses, add_stores, vt_add_function_parameters): Use it
10123         instead of cselib_preserve_value.
10124         (changed_values_stack): New vector.
10125         (check_changed_vars_0): New function.
10126         (check_changed_vars_1, check_changed_vars_2): Use it.
10127         (emit_notes_for_changes): Call set_dv_changed (*, false) on all
10128         changed_values_stack VALUEs.
10129         (vt_emit_notes): For all preserved_values call
10130         add_cselib_value_chains.  If ENABLE_CHECKING call
10131         remove_cselib_value_chains before verifying value_chains is empty.
10132         Initialize and free changed_values_stack.
10133         (vt_initialize): Initialize preserved_values.
10134         (vt_finalize): Free preserved_values.
10136 2010-03-08  Richard Guenther  <rguenther@suse.de>
10138         PR tree-optimization/43269
10139         * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
10140         region detection.
10142 2010-03-08  Martin Jambor  <mjambor@suse.cz>
10144         * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
10145         (ipa_is_param_called): Removed.
10146         * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
10147         (ipa_print_node_params): Do not print the called flag.
10148         (ipa_write_node_info): Do not stream the called flag.
10149         (ipa_read_node_info): Likewise.
10151 2010-03-07  Jakub Jelinek  <jakub@redhat.com>
10153         PR debug/43176
10154         * Makefile.in (var-tracking.o): Depend on pointer-set.h.
10155         * cselib.c (struct expand_value_data): Add dummy field.
10156         (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
10157         dummy to false.
10158         (cselib_dummy_expand_value_rtx_cb): New function.
10159         (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
10160         any rtl.
10161         * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
10162         * var-tracking.c: Include pointer-set.h.
10163         (variable): Change n_var_parts to char from int.  Add
10164         cur_loc_changed and in_changed_variables fields.
10165         (variable_canonicalize): Remove.
10166         (shared_var_p): New inline function.
10167         (unshare_variable): Maintain cur_loc_changed and
10168         in_changed_variables fields.  If var was in changed_variables,
10169         replace it there with new_var.  Just copy cur_loc instead of
10170         resetting it to something else.
10171         (variable_union): Don't recompute cur_loc.  Use shared_var_p.
10172         (dataflow_set_union): Don't call variable_canonicalize.
10173         (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
10174         of their DEBUG_EXPR_TREE_DECLs.
10175         (canonicalize_loc_order_check): Verify that cur_loc is NULL
10176         and in_changed_variables and cur_loc_changed is false.
10177         (variable_merge_over_cur): Clear cur_loc, in_changed_variables
10178         and cur_loc_changed.  Don't update cur_loc here.
10179         (variable_merge_over_src): Don't call variable_canonicalize.
10180         (dataflow_set_preserve_mem_locs): Use shared_var_p.  When
10181         removing loc that is equal to cur_loc, clear cur_loc,
10182         set cur_loc_changed and ensure variable_was_changed is called.
10183         (dataflow_set_remove_mem_locs): Use shared_var_p.  Only
10184         compare pointers in cur_loc check, if it is equal to loc,
10185         clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
10186         (variable_different_p): Remove compare_current_location argument,
10187         don't compare cur_loc.
10188         (dataflow_set_different_1): Adjust variable_different_p caller.
10189         (variable_was_changed): If dv had some var in changed_variables
10190         already, reset in_changed_variables flag for it and propagate
10191         cur_loc_changed over to the new variable.  On empty var
10192         always set cur_loc_changed.  Set in_changed_variables on whatever
10193         var is added to changed_variables.
10194         (set_slot_part): Clear cur_loc_changed and in_changed_variables.
10195         Use shared_var_p.  When removing loc that is equal to cur_loc,
10196         clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
10197         end, don't set it to something else, just call variable_was_changed.
10198         (delete_slot_part): Use shared_var_p.  When cur_loc equals to
10199         loc being removed, clear cur_loc and set cur_loc_changed.
10200         Set cur_loc_changed if all locations have been removed.
10201         (struct expand_loc_callback_data): New type.
10202         (vt_expand_loc_callback): Add dummy mode in which no rtxes are
10203         allocated.  Always create SUBREGs if simplify_subreg failed.
10204         Prefer to use cur_loc, when that fails and still in
10205         changed_variables (and seen first time) recompute it.  Set
10206         cur_loc_changed of variables which had to change cur_loc and
10207         compute elcd->cur_loc_changed if any of the subexpressions used
10208         had to change cur_loc.
10209         (vt_expand_loc): Adjust to pass arguments in
10210         expand_loc_callback_data structure.
10211         (vt_expand_loc_dummy): New function.
10212         (emitted_notes): New variable.
10213         (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
10214         that weren't used for any other decl in current
10215         emit_notes_for_changes call call vt_expand_loc_dummy to update
10216         cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
10217         first loc_chain location if NULL before.  Always use just
10218         cur_loc instead of first loc_chain location.  When cur_loc_changed
10219         is false, when not --enable-checking=rtl just don't emit any note.
10220         When rtl checking, compute the note and assert it is the same
10221         as previous note.  Clear cur_loc_changed and in_changed_variables
10222         at the end before removing from changed_variables.
10223         (check_changed_vars_3): New function.
10224         (emit_notes_for_changes): Traverse changed_vars to call
10225         check_changed_vars_3 on each changed var.
10226         (emit_notes_for_differences_1): Clear cur_loc_changed and
10227         in_changed_variables.  Recompute cur_loc of new_var.
10228         (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
10229         (vt_emit_notes): Initialize and destroy emitted_notes.
10231 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>
10233         PR rtl-optimization/42220
10234         * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
10235         Use verify_reg_tracked to determine if we should use OP_OUT rather
10236         than OP_INOUT.
10237         (build_def_use): If we see an in-out operand for a register that we
10238         know nothing about, treat is an output if possible, fail the block if
10239         not.
10241 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
10243         PR debug/42897
10244         * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
10245         permanently.
10247 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
10249         PR debug/42897
10250         * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
10251         uses of relevant DEFs that are dead outside the loop too.
10253 2010-03-06  Alexandre Oliva <aoliva@redhat.com>
10255         * var-tracking.c (dataflow_set_merge): Swap src and src2.
10256         Reverted:
10257         2010-01-13  Jakub Jelinek  <jakub@redhat.com>
10258         PR debug/41371
10259         * var-tracking.c (values_to_unmark): New variable.
10260         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
10261         values_to_unmark vector.  Moved body to...
10262         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
10263         instead queue it into values_to_unmark vector.
10264         (vt_find_locations): Free values_to_unmark vector.
10266 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
10268         * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
10269         (site.exp): Export them when plugins are enabled.
10271 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
10273         PR middle-end/42326
10274         * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
10275         that contain scevs.
10276         (chrec_fold_multiply): Same.
10278 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
10280         PR c/43248
10281         * c-decl.c (build_compound_literal): Return early if init is
10282         an error_mark_node.
10284 2010-03-04  Martin Jambor  <mjambor@suse.cz>
10286         PR tree-optimization/43164
10287         PR tree-optimization/43191
10288         * tree-sra.c (type_consists_of_records_p): Reject records with
10289         zero-size bit-fields at the end.
10291 2010-03-04  Mike Stump  <mikestump@comcast.net>
10293         * Makefile.in (TAGS): Remove *.y.
10295 2010-03-04  Richard Guenther  <rguenther@suse.de>
10297         PR tree-optimization/40761
10298         * tree-ssa-pre.c (compute_antic): Walk reverse postorder
10299         in reverse order.
10300         (my_rev_post_order_compute): New function.
10301         (init_pre): Call it.
10303 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
10305         PR middle-end/43209
10306         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
10307         decrease the cost of an IV candidate when the cost is infinite.
10309 2010-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10311         * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
10312         Use '3DNow!' for the extension of that name, ensure normal space
10313         after the string.
10314         * doc/invoke.texi (i386 and x86-64 Options): Likewise.
10316 2010-03-03  Jeff Law  <law@redhat.com>
10318         * PR middle-end/32693
10319         * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
10320         than gen_rtx_SUBREG.
10321         (extract_bit_field_1): Likewise.
10323 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
10325         * doc/sourcebuild.texi (Test directives): Document that arguments
10326         include-opts and exclude-opts are now optional for dg-skip-if,
10327         dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
10329 2010-03-03  Jason Merrill  <jason@redhat.com>
10331         PR c++/12909
10332         * cgraph.h (varpool_node): Add extra_name field.
10333         * varpool.c (varpool_extra_name_alias): New.
10334         (varpool_assemble_decl): Emit extra name aliases.
10335         (varpool_mark_needed_node): Look past an extra name alias.
10336         * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
10337         * lto-streamer-in.c (lto_input_tree): Read it.
10338         * lto-streamer-out.c (output_unreferenced_globals): Write it.
10340 2010-03-03  Eric Botcazou  <ebotcazou@adacore.com>
10342         * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
10343         (sparc*-*-solaris2*): ...this.
10345 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
10347         PR debug/43229
10348         * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
10349         WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
10350         ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
10351         FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
10353         PR debug/43237
10354         * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
10355         fallthrough to default handling, just with want_address 0 instead of 2.
10356         For single element lists, add_AT_loc directly, otherwise create an
10357         artificial variable DIE and stick location list to it.
10359         PR debug/43177
10360         * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
10361         (VAL_EXPR_HAS_REVERSE): Define.
10362         (reverse_op): New function.
10363         (add_stores): For reversible operations add an extra MO_VAL_USE.
10365 2010-03-02  Jason Merrill  <jason@redhat.com>
10367         * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
10369 2010-03-02  Eric Botcazou  <ebotcazou@adacore.com>
10371         * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
10372         (sparc64-*-linux*): Likewise.
10373         (sparc64-*-solaris2*): Include assembler files before linker ones.
10374         (sparc-*-solaris2*): Simplify and reorder to match previous case.
10375         * config/sparc/gas.h: Delete.
10376         * config/sparc/sol2-64.h: Add copyright notice.
10377         * config/sparc/sol2-gas-bi.h: Likewise.
10378         * config/sparc/sol2-gld.h: Likewise.
10379         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
10380         * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
10381         * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
10382         * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
10383         (sparc_elf_asm_named_section): Rename into...
10384         (sparc_solaris_elf_asm_named_section): ...this.  Always define.
10386 2010-03-02  Uros Bizjak  <ubizjak@gmail.com>
10388         * config/alpha/alpha.c (override_options): Fix -mtune error message.
10390 2010-03-02  Jeff Law  <law@redhat.com>
10392         PR middle-end/42431
10393         * reload1.c (rtx_p, substitute_stack): Declare.
10394         (substitute): Record addresses of changed rtxs.
10395         (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
10396         Restore the original rtx when complete.
10397         (reload): Free subsitute_stack when complete.
10399 2010-03-02  Janis Johnson  <janis187@us.ibm.com>
10401         * doc/gccint.texi (menu): Add Testsuites as a chapter.
10402         * doc/sourcebuild.texi (Testsuites): Move up a level to be a
10403         new chapter.
10404         (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
10405         LTO Testing, gcov Testing, profopt Testing, compat Testing,
10406         Torture Tests): Change from subsection to section.
10408 2010-03-02  Jakub Jelinek  <jakub@redhat.com>
10409             Steven Bosscher  <steven@gcc.gnu.org>
10411         * var-tracking.c (vt_initialize): Scan insns in ebb chunks
10412         instead of bb.
10414 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
10416         PR middle-end/42640
10417         * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
10418         the assignment from the new induction variable to the assignment
10419         of the value from the original loop PHI function.
10421 2010-03-01  Janis Johnson  <janis187@us.ibm.com>
10422             Daniel Jacobowitz  <dan@codesourcery.com>
10424         * doc/sourcebuild.texi (Test directives): Clarify options to
10425         dg-skip-if.
10427 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10429         * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
10430         Disable cfi directives unless GCC and gas agree on using read-only
10431         .eh_frame sections for 64-bit.
10432         * configure: Regenerate.
10434 2010-03-01  Richard Guenther  <rguenther@suse.de>
10436         PR tree-optimization/43220
10437         * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
10438         BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
10440 2010-03-01  Richard Guenther  <rguenther@suse.de>
10441             Martin Jambor  <mjambor@suse.cz>
10443         PR middle-end/41250
10444         * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
10445         gimplified parameters.
10447 2010-03-01  Christian Bruel  <christian.bruel@st.com>
10449         * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
10451 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
10453         * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
10455 2010-03-01  Richard Guenther  <rguenther@suse.de>
10457         PR middle-end/43213
10458         * expr.c (expand_assignment): Use the alias-oracle to tell
10459         if the rhs aliases the result decl.
10461 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10463         PR pch/14940
10464         * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
10465         to sol_gt_pch_get_address.
10466         (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
10467         64-bit, SPARC and x86.
10468         (sol_gt_pch_get_address): New function.
10470 2010-03-01  Marco Poletti  <poletti.marco@gmail.com>
10472         * toplev.h (inform_n, error_n): Declare.
10473         * diagnostic.c (inform_n, error_n): New function.
10475 2010-03-01  Jakub Jelinek  <jakub@redhat.com>
10477         * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
10478         has no rtl yet when processing local_decls, queue it and recheck
10479         if deferred stack allocation hasn't assigned it rtl.
10481 2010-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
10483         * config/sh/sh.c (unspec_bbr_uid): New.
10484         (gen_block_redirect): Use it instead of INSN_UID.
10485         (gen_far_branch): Likewise.
10487 2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
10489         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
10490         it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
10492 2010-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10494         * doc/invoke.texi (Warning Options, RX Options): Fix typos.
10495         (Warning Options): -Wno-conversion-null is valid for
10496         Objective-C++ as well.
10497         * doc/tm.texi (Named Address Spaces): Likewise.
10498         * doc/plugins.texi (Plugins): Replace TABs with spaces.
10499         * doc/tree-ssa.texi (Tree SSA): Likewise.
10501 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
10503         PR bootstrap/43202
10504         * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
10505         by default.  Don't set the default arch for
10506         i[34567]86-*-darwin*|x86_64-*-darwin*.
10508 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
10510         PR bootstrap/43202
10511         * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
10512         default.  Set the default 32bit/64bit archs with $with_arch
10513         instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
10515 2010-02-27  Richard Guenther  <rguenther@suse.de>
10517         PR tree-optimization/43186
10518         * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
10519         * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
10520         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
10521         unroller iterations.
10523 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
10525         * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
10526         required and i[34567]86-*-* targets don't support 64bit ISA.
10528 2010-02-26  Eric Botcazou  <ebotcazou@adacore.com>
10530         PR ada/43096
10531         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
10532         the same alias set.
10534 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
10536         * config.gcc: Set the default arch at least to Prescott for
10537         i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
10538         if SSE math is enabled.
10540 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10542         * diagnostic.c (diagnostic_initialize): Update.
10543         (diagnostic_report_diagnostic): Test inhibit_notes_p for
10544         informative notes.
10545         * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
10546         (diagnostic_inhibit_notes): New.
10547         * toplev.c (process_options): inhibit notes with -fcompare-debug.
10549 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10551         PR c/20631
10552         * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
10553         * doc/standards.texi: Likewise.
10554         * doc/extend.texi: Likewise.
10555         * doc/trouble.texi: Likewise.
10556         * doc/cppopts.texi: Likewise.
10557         * doc/install.texi: Likewise.
10558         * c.opt (std=c90,std=gnu90): New options.
10559         * c-opts.c (c_common_handle_option): Handle them.
10561 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10563         PR c/24577
10564         * c-decl.c (undeclared_variable): Use an informative note.
10566 2010-02-26  Richard Guenther  <rguenther@suse.de>
10568         PR tree-optimization/43186
10569         * gimple.h (gimple_fold): Remove.
10570         * gimple.c (gimple_fold): Remove.  Inline into single user ...
10571         * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
10572         Try harder for conditions.
10574 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
10576         PR debug/43190
10577         * function.c (used_types_insert): Don't skip through named pointer
10578         types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
10579         and it is different from the main variant's type.
10581 2010-02-26  Nick Clifton  <nickc@redhat.com>
10583         * config/rx/rx.md (sminsi3): Remove bogus alternative.
10585 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
10587         * config.gcc: Support --with-fpmath=sse for x86.
10589         * config/i386/ssemath.h: New.
10591         * doc/install.texi (--with-fpmath=sse): Documented.
10593 2010-02-26  Richard Guenther  <rguenther@suse.de>
10595         PR tree-optimization/43188
10596         * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
10597         vector types of over-aligned element type.
10599 2010-02-26  Uros Bizjak  <ubizjak@gmail.com>
10601         PR target/43175
10602         * config/i386/i386.c (expand_vec_perm_blend): Use correct
10603         operands in V8HImode subregs.  Fix operand order in VEC_MERGE rtx.
10605 2010-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10607         * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
10609 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
10611         * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
10612         * var-tracking.c: Include diagnostic.h.
10613         (debug_dv): New function.
10614         (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
10616         PR debug/43160
10617         * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
10618         (add_value_chain, add_value_chains, remove_value_chain,
10619         remove_value_chains): Handle DEBUG_EXPRs.
10620         (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
10622         PR debug/43161
10623         * regcprop.c (struct queued_debug_insn_change): New type.
10624         (struct value_data_entry): Add debug_insn_changes field.
10625         (struct value_data): Add n_debug_insn_changes field.
10626         (debug_insn_changes_pool): New variable.
10627         (free_debug_insn_changes, apply_debug_insn_changes,
10628         cprop_find_used_regs_1, cprop_find_used_regs): New functions.
10629         (kill_value_one_regno): Call free_debug_insn_changes if needed.
10630         (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
10631         fields.
10632         (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
10633         changes for them.
10634         (copyprop_hardreg_forward_1): Don't call apply_change_group for
10635         DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
10636         changes, call cprop_find_used_regs via note_stores.
10637         (copyprop_hardreg_forward): When copying vd from predecessor
10638         which has any queued DEBUG_INSN changes, make sure the pointers are
10639         cleared.  At the end call df_analyze and then if there are any
10640         DEBUG_INSN changes queued at the end of some basic block for still
10641         live registers, apply them.
10642         (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
10644 2010-02-25  Uros Bizjak  <ubizjak@gmail.com>
10646         * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
10647         (arm*-*-*): Ditto.
10649 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
10651         * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
10652         targets.  Set the default with_cpu/with_arch from arch/cpu.
10653         Allow x86-64 and native for with_cpu/with_arch.
10655 2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>
10657         * ebitmap.c: Change calls to verify_popcount with calls to
10658         sbitmap_verify_popcount.
10659         (ebitmap_clear_bit): Fixed map->cacheindex test and
10660         map>cache update when bit clearing results in an empty
10661         element.
10663 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
10665         PR target/43154
10666         * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
10667         (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
10668         and support both V2DF and V2DI modes.
10669         (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
10670         support both V2DF and V2DI modes.
10671         (general): Delete trailing whitespace from a few patterns.
10673         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
10674         V2DF/V2DI interleave high/low builtins.
10676         * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
10677         new VSX builtins.
10679         * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
10680         interleave high/low functions.
10682 2010-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
10684         * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
10685         #pragma extern_prefix.
10687 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
10689         PR debug/43166
10690         * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
10691         BLKmode, assert op0 is a MEM and just adjust its mode.
10693         PR debug/43165
10694         * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
10695         if bitpos isn't multiple of mode's bitsize.
10697 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10699         * c.opt (-ftemplate-depth=): New.
10700         (-ftemplate-depth-): Deprecate.
10701         * optc-gen.awk: Handle -ftemplate-depth=.
10702         * opth-gen.awk: Likewise.
10703         * c-opts.c (c_common_handle_option): Likewise.
10704         * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
10706 2010-02-24  Jason Merrill  <jason@redhat.com>
10708         * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
10710 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10712         * cfg.c (alloc_aux_for_block): Remove inline.
10713         (alloc_aux_for_edge): Likewise.
10715 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10717         * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
10719 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10721         * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
10722         * config/i386/sol2-gas.h: New file.
10723         * config.gcc (i[34567]86-*-solaris2*): Use it.
10725 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10727         PR c/43128
10728         * c-typeck.c (ep_convert_and_check): New.
10729         (build_conditional_expr): Use it.
10730         (build_binary_op): Likewise.
10732 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
10734         * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
10736         PR debug/43150
10737         * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
10738         bounds even for -O+.
10739         * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
10740         expr needs to have DECL_NAME set.
10742 2010-02-24  Nick Clifton  <nickc@redhat.com>
10744         * config/mep/mep.c: Include gimple.h.
10745         (mep_function_uses_sp): Delete unused function.
10746         (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
10747         parameters.  Use unsigned integers to count args.  Return a
10748         NULL_RTX instead of an error_mark_node.  Toidy up formatting.
10750 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
10752         PR target/43107
10753         * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
10754         greater or equal to nelt instead of 2 * nelt.
10755         (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
10756         with nelt - 1.
10758 2010-02-23  Jason Merrill  <jason@redhat.com>
10760         PR debug/42800
10761         * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
10762         in cfun->local_decls even if they have register types.
10764         PR c++/42837
10765         * stor-layout.c (place_field): Don't warn about unnecessary
10766         DECL_PACKED if the type is packed.
10768 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
10770         PR target/43139
10771         * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
10772         GOTOFF relocs, even when the base reg isn't pic pointer.
10774 2010-02-23  Michael Matz  <matz@suse.de>
10776         PR debug/43077
10777         * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
10778         (expand_gimple_basic_block): Generate and use debug temps if there
10779         are debug uses left after the last real use of TERed ssa names.
10780         Unlink debug immediate uses when they are expanded.
10782 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10784         PR 43123
10785         * config/i386/i386.c (override_options): Reorganise to provide
10786         better error messages.
10788 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
10790         PR middle-end/43083
10791         * graphite-scop-detection.c (create_single_exit_edge): Move
10792         the call to find_single_exit_edge to....
10793         (create_sese_edges): ...here.  Don't handle multiple edges
10794         exiting the function.
10795         (build_graphite_scops): Don't handle multiple edges
10796         exiting the function.
10798 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
10800         PR middle-end/43097
10801         * sese.c (get_rename): Assert that old_name is an SSA_NAME.
10802         (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
10804 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
10806         PR middle-end/43026
10807         * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
10809 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10811         PR c++/43126
10812         * c-typeck.c (convert_arguments): Print declaration location.
10813         * c-common.c (validate_nargs): Rename as
10814         builtin_function_validate_nargs.
10815         (check_builtin_function_arguments): Update.
10817 2010-02-22  Richard Guenther  <rguenther@suse.de>
10819         PR lto/43045
10820         * tree-inline.c (declare_return_variable): Use the type of
10821         the call stmt lhs if available.
10823 2010-02-22  Duncan Sands  <baldrick@free.fr>
10825         * passes.c (register_pass): Always consider all pass lists when
10826         ref_pass_instance_number is zero.
10828 2010-02-22  Richard Guenther  <rguenther@suse.de>
10830         PR tree-optimization/42749
10831         * tree-tailcall.c (adjust_return_value_with_ops): Drop update
10832         parameter.  Do arithmetic in the original type.
10833         (update_accumulator_with_ops): Likewise.
10834         (adjust_accumulator_values): Adjust.
10836 2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10838         * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
10839         (QI to BLKmode splitter): New splitter.
10841 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
10843         * config/i386/i386.c (initial_ix86_tune_features): Turn on
10844         X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
10846 2010-02-22  Richard Guenther  <rguenther@suse.de>
10848         * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
10850 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
10852         Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
10853         * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
10854         ($(T)crti.o, $(T)crtn.o): Remove rules.
10856 2010-02-21  Tobias Burnus  <burnus@net-b.de>
10858         PR fortran/35259
10859         * doc/invoke.texi (-fassociative-math): Document that this
10860         option is automatically enabled for Fortran.
10862 2010-02-20  David S. Miller  <davem@davemloft.net>
10864         * configure.ac: Test if linker and assembler properly support
10865         GOTDATA_OP relocations.
10866         * configure: Rebuild.
10867         * config.in: Likewise.
10868         * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
10869         (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
10870         (movsi_high_pic): Likewise.
10871         (movdi_lo_sum_pic): Likewise.
10872         (movdi_high_pic): Likewise.
10873         (movsi_pic_gotdata_op): New pattern.
10874         (movdi_pic_gotdata_op): Likewise.
10875         * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
10876         emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
10878 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
10880         PR target/43067
10881         * config/i386/sse.md (xop_mulv2div2di3_low): Change type
10882         attribute to ssemul.
10883         (xop_mulv2div2di3_high): Ditto.
10885 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10887         PR c++/35669
10888         * c.opt (Wconversion-null): New option.
10889         * doc/invoke.texi (Wconversion-null): Document.
10891 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10893         * common.opt (Wlarger-than-): Add Undocumented.
10895 2010-02-19  Mike Stump  <mikestump@comcast.net>
10897         * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
10899 2010-02-19  Jason Merrill  <jason@redhat.com>
10901         PR target/40332
10902         * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
10903         * configure: Likewise.
10905 2010-02-20  Alan Modra  <amodra@gmail.com>
10907         PR middle-end/42344
10908         * cgraph.h (cgraph_make_decl_local): Declare.
10909         * cgraph.c (cgraph_make_decl_local): New function.
10910         (cgraph_make_node_local): Use it.
10911         * cgraphunit.c (cgraph_function_versioning): Likewise.
10912         * ipa.c (function_and_variable_visibility): Likewise.
10914 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
10916         PR bootstrap/43121
10917         * except.c (sjlj_emit_function_enter): Don't call
10918         add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
10919         directly.
10920         * rtl.h (add_reg_br_prob_note): Remove prototype.
10922 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10924         PR 41779
10925         * c-common.c (conversion_warning): Remove widening conversions
10926         before checking the conversion of integers to reals.
10928 2010-02-19  Mike Stump  <mikestump@comcast.net>
10930         PR middle-end/43125
10931         * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
10933         PR objc/43061
10934         * cgraphunit.c (process_function_and_variable_attributes): Check
10935         DECL_PRESERVE_P instead of looking up attribute "used".
10936         * ipa-pure-const.c (check_decl): Likewise.
10937         * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
10938         * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
10939         * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
10940         instead of attribute "used".
10941         * config/sol2-c.c (solaris_pragma_init): Likewise.
10942         (solaris_pragma_fini): Likewise.
10944 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
10946         * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
10947         Use XCNEW instead of xcalloc.
10948         (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
10949         XNEW instead of xmalloc.
10950         (get_fields): Use XNEWVEC instead of xmalloc.
10952         PR debug/43084
10953         * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
10954         populate vars array.
10955         (create_new_general_access): For debug stmts just reset value.
10956         (get_stmt_accesses): For accesses within debug stmts just record them
10957         using add_access_to_acc_sites instead of preventing the peeling or
10958         counting them as accesses.
10960         PR middle-end/42233
10961         * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
10963 2010-02-19  Richard Guenther  <rguenther@suse.de>
10965         PR tree-optimization/42916
10966         * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
10967         instructions.
10969 2010-02-19  Andreas Schwab  <schwab@linux-m68k.org>
10971         * configure.ac: Replace all uses of changequote in macro arguments
10972         with proper quoting.
10974 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
10976         PR middle-end/42233
10977         * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
10979 2010-02-19  Richard Guenther  <rguenther@suse.de>
10981         PR tree-optimization/42944
10982         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
10983         test for aliasing with errno.
10985 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
10987         PR middle-end/42233
10988         * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
10989         do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
10990         * dojump.c: Include output.h.
10991         (inv): New inline function.
10992         (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
10993         do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
10994         do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
10995         do_jump_by_parts_equality, do_compare_and_jump): Add PROB
10996         argument, pass it down to other calls.
10997         (do_compare_rtx_and_jump): Likewise.  If PROB is not -1,
10998         add REG_BR_PROB note to the conditional jump.
10999         * cfgexpand.c (add_reg_br_prob_note): Removed.
11000         (expand_gimple_cond): Don't call it, add the probability
11001         as last argument to jumpif_1/jumpifnot_1.
11002         * Makefile.in (dojump.o): Depend on output.h.
11003         * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
11004         callers.
11005         * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
11006         * stmt.c (do_jump_if_equal): Likewise.
11007         * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
11008         * loop-unswitch.c (compare_and_jump_seq): Likewise.
11009         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
11010         Likewise.
11011         * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
11012         * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
11013         jumpifnot_1 callers.
11014         (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
11015         callers.
11016         (store_expr): Adjust jumpifnot caller.
11017         (store_constructor): Adjust jumpif caller.
11019         PR middle-end/42233
11020         * gimplify.c (gimple_boolify): For __builtin_expect call
11021         gimple_boolify also on its first argument.
11023 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
11025         * configure.ac (gnu-unique-object): Wrap regexps using [] in
11026         changequote block.
11027         (__stack_chk_fail): Ditto.  Remove quadrigraphs.
11028         * configure: Regenerated.
11030 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11032         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
11033         lang_hooks.types_compatible_p instead of comptypes.
11035 2010-02-18  Sebastian Huber <sebastian.huber@embedded-brains.de>
11037         * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
11038         (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
11039         if __prefer_thumb__ is defined.
11041 2010-02-18  Martin Jambor  <mjambor@suse.cz>
11043         PR tree-optimization/43066
11044         * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
11045         array with zero-sized element type.
11047 2010-02-18  Jakub Jelinek  <jakub@redhat.com>
11049         * dwarf2out.c (add_var_loc_to_decl): Change last argument to
11050         rtx, allocate struct var_loc_node here and return it to the
11051         caller, and only if it is actually needed.
11052         (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
11053         move it earlier and return immediately if it returns NULL.
11055 2010-02-17  Mikael Pettersson  <mikpe@it.uu.se>
11057         * config/sparc/gas.h: New file.  Restore
11058         TARGET_ASM_NAMED_SECTION to its ELF default.
11059         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
11060         check !HAVE_GNU_AS.
11061         * config/sparc/sparc.c (sparc_elf_asm_named_section):
11062         Likewise.  Add ATTRIBUTE_UNUSED to prototype.
11063         * config.gcc (sparc*-*-linux*): Include sparc/gas.h
11064         after sparc/sysv4.h.
11066 2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
11068         * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
11070 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
11072         * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
11073         patterns from predicated pattern.
11075 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
11077         PR target/43103
11078         * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
11079         for insn mnemonic suffix.
11081 2010-02-17  Richard Guenther  <rguenther@suse.de>
11083         * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
11084         to loop PHI nodes.
11086 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
11088         PR debug/42918
11089         * caller-save.c (save_call_clobbered_regs): If BB ends with
11090         a DEBUG_INSN, move any notes in between last real insn and the last
11091         DEBUG_INSN after the last DEBUG_INSN.
11093 2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
11095         * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
11096         Fix return type.  Fix argument type.  Explain meaning of return value.
11098 2010-02-16  Richard Guenther  <rguenther@suse.de>
11100         PR tree-optimization/41043
11101         * tree-vrp.c  (vrp_var_may_overflow): Only ask SCEV for real loops.
11102         (vrp_visit_assignment_or_call): Do not ask SCEV for regular
11103         statements ...
11104         (vrp_visit_phi_node): ... but only for loop PHI nodes.
11106 2010-02-16  Ira Rosen  <irar@il.ibm.com>
11108         PR tree-optimization/43074
11109         * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
11110         * tree-vect-loop.c (vect_analyze_loop_operations): Add
11111         vectorizable cycles in hybrid SLP check.
11112         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
11114 2010-02-16  Richard Guenther  <rguenther@suse.de>
11116         * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
11117         (true_dependence): If memrefs_conflict_p computes must-alias
11118         trust it.  Move TBAA check after offset-based disambiguation.
11119         (canon_true_dependence): Likewise.
11121 2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
11123         * params.def (PARAM_MAX_VARTRACK_SIZE): New.
11124         * doc/invoke.texi: Document it.
11125         * var-tracking.c: Include toplev.h and params.h.
11126         (vt_find_locations): Return bool indicating success.  Compute
11127         hash sizes unconditionally.  Check new parameter, report.
11128         (variable_tracking_main_1): Check vt_find_locations results and
11129         retry.  Renamed from...
11130         (variable_tracking_main): ... this.  New wrapper to preserve
11131         flag_var_tracking_assignments.
11132         * Makefile.in (var-tracking.o): Adjust dependencies.
11134 2010-02-16  Jack Howarth <howarth@bromo.med.uc.edu>
11135             Jakub Jelinek <jakub@redhat.com>
11137         PR target/42854
11138         * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
11139         if weak_import attribute is present.
11140         * config/darwin.c (machopic_select_section): Likewise.
11142 2010-02-15  Joern Rennecke  <joern.rennecke@embecosm.com>
11144         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
11145         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
11146         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
11147         (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
11149         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
11150         types.
11152         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
11153         Fix argument types.
11155         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
11156         Rewrite text to refer to the names.
11158 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
11160         * config/i386/i386-builtin-types.def
11161         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
11162         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
11163         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
11164         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
11165         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
11166         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
11167         IX86_BUILTIN_VPERMIL2PS256.
11168         (MULTI_ARG_4_DF2_DI_I): Defined.
11169         (MULTI_ARG_4_DF2_DI_I1): Defined.
11170         (MULTI_ARG_4_SF2_SI_I): Defined.
11171         (MULTI_ARG_4_SF2_SI_I1): Defined.
11172         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
11173         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
11174         __builtin_ia32_vpermil2ps256.
11175         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
11176         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
11177         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
11178         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
11179         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
11180         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
11181         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
11182         CODE_FOR_xop_vpermil2v8sf3.
11183         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
11184         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
11185         * config/i386/xopintrin.h (_mm_permute2_pd): New.
11186         (_mm256_permute2_pd): New.
11187         (_mm_permute2_ps): New.
11188         (_mm256_permute2_ps): New.
11190 2010-02-15  Nick Clifton  <nickc@redhat.com>
11192         * config/h8300/h8300.c (h8300_push_pop): Use bool type for
11193         boolean parameters.  Use emit_jump_insn when emitting a pop
11194         instruction containing a return insn.
11195         (push): Use 'true' rather than '1' as second parameter to F.
11196         (h8300_expand_prologue): Likewise.
11197         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
11198         (h8300_expand_epilogue): Likewise.
11200 2010-02-15  Richard Guenther  <rguenther@suse.de>
11202         PR middle-end/43068
11203         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
11204         if that is zero.
11206 2010-02-15  Nick Clifton  <nickc@redhat.com>
11208         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
11209         delta.
11211 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
11213         * intl.c (fake_ngettext): New function.
11214         * intl.h (fake_ngettext): Declare.
11215         (ngettext): Define macro.
11216         * collect2.c (notice_translated): New function.
11217         (main): Use notice_translated and ngettext.
11218         * collect2.h (notice_translated): Declare.
11220 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
11222         * reorg.c (delete_computation): Comment fixes.
11223         * caller-save.c (setup_save_areas): Idem.
11224         * sel-sched-dump.c (dump_lv_set): Idem.
11225         * rtl.def: Idem.
11227 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11229         * config/s390/s390.c (s390_sched_init): New function.
11230         (TARGET_SCHED_INIT): Target hook defined.
11232 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
11233             Jack Howarth  <howarth@bromo.med.uc.edu>
11234             Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
11236         PR target/42982
11237         Partial revert of unintended change in fix for PR41605.
11238         * config/darwin.h: Fix typo.
11239         * config/darwin9.h: Same.
11241 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
11243         * c-pch.c (pch_init): Clear v.
11245 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
11247         PR middle-end/42930
11248         * graphite-scop-detection.c (graphite_can_represent_scev): Call
11249         graphite_can_represent_init for MULT_EXPR.
11251 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
11253         PR middle-end/42914
11254         PR middle-end/42530
11255         * graphite-sese-to-poly.c (remove_phi): New.
11256         (translate_scalar_reduction_to_array): Call remove_phi.
11258 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
11260         PR middle-end/42771
11261         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
11262         * graphite-clast-to-gimple.h (gloog): Update declaration.
11263         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
11264         * graphite-poly.h (struct poly_bb): Add missing comments.
11265         (struct scop): Add poly_scop_p field.
11266         (POLY_SCOP_P): New.
11267         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
11268         * graphite.c (graphite_transform_loops): Build the polyhedral
11269         representation for each scop before code generation.
11270         * sese.c (rename_variables_in_operand): Removed.
11271         (rename_variables_in_expr): Return the renamed expression.
11272         (rename_sese_parameters): New.
11273         * sese.h (rename_sese_parameters): Declared.
11275 2010-02-11  Richard Guenther  <rguenther@suse.de>
11277         PR tree-optimization/42998
11278         * tree-ssa-pre.c (create_expression_by_pieces): Treat
11279         POINTER_PLUS_EXPR properly.
11281 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
11282             Changpeng Fang  <changpeng.fang@amd.com>
11284         PR middle-end/40886
11285         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
11286         the cost of an IV candidate when the IV is used in a test against zero.
11288         * gcc.dg/tree-ssa/ivopts-3.c: New.
11290 2010-02-11  Richard Guenther  <rguenther@suse.de>
11292         PR lto/41664
11293         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
11294         pointer-vs-decl case by swapping refs.  Handle some cases
11295         of pointer-vs-decl disambiguations more conservatively.
11296         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
11297         to false after expanding.
11299 2010-02-11  Richard Guenther  <rguenther@suse.de>
11301         PR driver/43021
11302         * gcc.c (process_command): Handle LTO file@offset case more
11303         appropriately.
11305 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
11307         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
11308         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
11309         of DEBUG_INSNs.
11310         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
11312         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
11313         if MEM's mode size isn't DWARF2_ADDR_SIZE.
11314         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
11315         Optimize eq/ne comparisons when both arguments are known to be
11316         zero-extended.
11317         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
11318         Don't mask operands unnecessarily if they are known to be already
11319         zero-extended.
11321 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
11323         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
11324         instead of loop.
11326 2010-02-10  Richard Guenther  <rguenther@suse.de>
11328         PR tree-optimization/43017
11329         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
11330         for wrapping signed arithmetic.
11332 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
11334         PR debug/43010
11335         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
11336         if no debug info should be emitted for it.
11338 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
11340         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
11341         note when flag_exceptions is set.
11343 2010-02-10  Duncan Sands  <baldrick@free.fr>
11345         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
11347 2010-02-10  Richard Guenther  <rguenther@suse.de>
11349         PR c/43007
11350         * tree.c (get_unwidened): Handle constants.
11351         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
11353 2010-02-10  Martin Jambor  <mjambor@suse.cz>
11355         PR lto/42985
11356         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
11357         check for variable argument counts independently.
11359 2010-02-10  Christian Bruel  <christian.bruel@st.com>
11361         PR target/42841
11362         * config/sh/sh.c (find_barrier): Increase length for non delayed
11363         conditional branches.
11365 2010-02-10  Christian Bruel  <christian.bruel@st.com>
11367         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
11369 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
11371         * builtins.c (set_builtin_user_assembler_name): Also handle
11372         ffs if int is smaller than word.
11374 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
11376         PR middle-end/42973
11377         * ira-conflicts.c (get_dup): Remove.
11378         (process_reg_shuffles): Add new parameter.  Use it as an
11379         additional guard for copy generation.
11380         (add_insn_allocno_copies): Rewrite.
11382 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
11384         * common.opt (fsched2-use-traces): Preserved for backward
11385         compatibility.
11386         * doc/invoke.texi: Remove the documentation about option
11387         -fsched2-use-traces.
11388         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
11389         flag_sched2_use_traces.
11390         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
11391         the backward compatibility flag section.
11393 2010-02-09  Richard Guenther  <rguenther@suse.de>
11395         PR tree-optimization/43008
11396         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
11397         make HEAP variables initialized from global memory if they
11398         are not known builtin functions.
11399         (find_func_aliases): Adjust.
11401 2010-02-09  Richard Guenther  <rguenther@suse.de>
11403         PR tree-optimization/43000
11404         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
11405         arithmetic manually.
11407 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
11409         PR tree-optimization/42931
11410         * tree-loop-linear.c (try_interchange_loops): Don't call
11411         double_int_mul if estimated_loop_iterations failed.
11413 2010-02-08  Martin Jambor  <mjambor@suse.cz>
11415         PR middle-end/42898
11416         * tree-sra.c (build_accesses_from_assign): Do not mark in
11417         should_scalarize_away_bitmap if stmt has volatile ops.
11418         (sra_modify_assign): Do not process assigns piecemeal if if stmt
11419         has volatile ops.
11421 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
11423         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
11425 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
11427         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
11428         before the pattern.
11430 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
11432         PR middle-end/42946
11433         * df-core.c (df_finish_pass): Change type of saved_flags to int.
11435 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
11437         PR middle-end/42988
11438         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
11439         to unknown_dependence.
11440         (graphite_legal_transform_dr): Handle the unknown_dependence.
11441         (graphite_carried_dependence_level_k): Same.
11443 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
11445         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
11447 2010-02-07  Richard Guenther  <rguenther@suse.de>
11449         PR middle-end/42991
11450         * expr.c (get_inner_reference): Always initialize *pbitsize.
11452 2010-02-07  Richard Guenther  <rguenther@suse.de>
11454         PR middle-end/42956
11455         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
11456         new ARRAY_REFs on variable size element or minimal index arrays.
11457         Complete.
11458         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
11459         gimple_fold_indirect_ref.
11461 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
11463         PR target/42957
11464         * arm.c (arm_override_options): Just return if the user has specified
11465         an invalid fpu name.
11467 2010-02-03  Jason Merrill  <jason@redhat.com>
11469         PR c++/42870
11470         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
11471         i386_pe_maybe_record_exported_symbol.
11473 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
11475         PR target/42924
11476         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
11477         (pa_delegitimize_address): New function.
11479 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
11481         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
11482         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
11484 2010-02-05  Richard Guenther  <rguenther@suse.de>
11486         PR lto/42762
11487         * lto-streamer-in.c (get_resolution): Deal with references
11488         to undefined functions.
11490 2010-02-05  Richard Guenther  <rguenther@suse.de>
11492         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
11493         (fold_const_aggregate_ref): Likewise.
11494         (ccp_fold_stmt): Substitute loads.
11495         (maybe_fold_reference): Verify types before substituting.
11496         Unshare properly.
11497         (fold_gimple_assign): Unshare properly.
11498         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
11500 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
11502         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
11503         for rs6000_gen_cell_microcode.
11505 2010-02-04  Richard Guenther  <rguenther@suse.de>
11507         PR rtl-optimization/42952
11508         * dse.c (const_or_frame_p): Remove MEM handling.
11510 2010-02-04  Nick Clifton  <nickc@redhat.com>
11512         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
11513         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
11514         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
11515         (mn10300_asm_output_mi_thunk): New function.
11516         (mn10300_can_output_mu_thunk): New function.
11517         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
11518         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
11519         (FUNCTION_ARG): Delete incorrect comment.
11521 2010-02-03  Jason Merrill  <jason@redhat.com>
11523         PR c++/40138
11524         * fold-const.c (operand_equal_p): Handle erroneous types.
11526 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
11528         * config/h8300/h8300.md (can_delay): Fix attibute condition.
11530 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
11532         PR rtl-optimization/42941
11533         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
11534         of xmalloc.
11536 2010-02-03  Jason Merrill  <jason@redhat.com>
11538         PR c++/35652
11539         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
11541 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
11543         PR debug/42896
11544         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
11545         (cselib_reset_table): Renamed from...
11546         (cselib_reset_table_with_next_value): ... this.
11547         (cselib_get_next_uid): Renamed from...
11548         (cselib_get_next_unknown_value): ... this.
11549         * cselib.c (next_uid): Renamed from...
11550         (next_unknown_value): ... this.
11551         (cselib_clear_table): Adjust.
11552         (cselib_reset_table): Adjust.  Renamed from...
11553         (cselib_reset_table_with_next_value): ... this.
11554         (cselib_get_next_uid): Adjust.  Renamed from...
11555         (cselib_get_next_unknown_value): ... this.
11556         (get_value_hash): Use hash.
11557         (cselib_hash_rtx): Likewise.
11558         (new_cselib_val): Adjust.  Set and dump uid.
11559         (cselib_lookup_mem): Pass next_uid as hash.
11560         (cselib_subst_to_values): Likewise.
11561         (cselib_log_lookup): Dump uid.
11562         (cselib_lookup): Pass next_uid as hash.  Adjust.
11563         (cselib_process_insn): Adjust.
11564         (cselib_init): Initialize next_uid.
11565         (cselib_finish): Adjust.
11566         (dump_cselib_table): Likewise.
11567         * dse.c (canon_address): Dump value uid.
11568         * print-rtl.c (print_rtx): Print value uid.
11569         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
11570         (dvuid): New type.
11571         (dv_uid): New function, sort of renamed from...
11572         (dv_htab_hash): ... this, reimplemented in terms of it and...
11573         (dv_uid2hash): ... this.  New.
11574         (variable_htab_eq): Drop excess assertions.
11575         (tie_break_pointers): Removed.
11576         (canon_value_cmp): Compare uids.
11577         (variable_post_merge_New_vals): Print uids.
11578         (vt_add_function_parameters): Adjust.
11579         (vt_initialize): Reset table.  Adjust.
11581 2010-02-03  Richard Guenther  <rguenther@suse.de>
11583         PR tree-optimization/42944
11584         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
11585         (call_may_clobber_ref_p_1): Likewise.  Properly handle
11586         malloc and calloc clobbering errno.
11588 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
11590         * doc/invoke.texi: Fix name of sched1 dump.
11592         * opts.c (decode_options): Set flag_tree_switch_conversion
11593         only conditionally on optimize >= 2.
11595         * gcse.c: Assorted comment fixes in pass description.
11597 2010-02-03  Anthony Green  <green@moxielogic.com>
11599         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
11600         nop padding in order to maintain alignment of storage location of
11601         target function address.
11602         (moxie_trampoline_init): Store target function address at newly
11603         aligned location.
11604         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
11605         to 32.
11606         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
11608 2010-02-03  Richard Guenther  <rguenther@suse.de>
11610         PR middle-end/42927
11611         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
11613 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11615         * config.gcc: Reenable check for obsolete targets.
11616         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
11617         mips-sgi-irix6.[0-4]*.
11619 2010-02-02  Nick Clifton  <nickc@redhat.com>
11621         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
11622         constant size of 4 as being the same as 0.
11623         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
11624         can take values in the range 0..4.
11626 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
11628         PR java/41991
11629         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
11630         as _darwin10_Unwind_FindEnclosingFunction().
11631         * libgcc-libsystem.ver: New.
11633 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
11635         PR target/41399
11636         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
11637         implicitly set registers.
11639 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
11641         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
11642         (arm_override_options): Allow automatic selection of the thread
11643         pointer register if thumb2.
11644         (legitimize_pic_address): Improve code sequences for Thumb2.
11645         (arm_call_tls_get_addr): Likewise.
11646         (legitimize_tls_address): Likewise.
11647         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
11648         (pic_load_addr_32bit): ... this.  New named pattern.
11649         * thumb2.md (pic_load_addr_thumb2): Delete.
11650         (pic_load_dot_plus_four): Delete.
11651         (tls_load_dot_plus_four): New named pattern.
11653 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11655         PR libgomp/29986
11656         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
11657         Document fix for TLS bug.
11659 2010-01-31  Richard Guenther  <rguenther@suse.de>
11661         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
11662         conservatively correct.
11664 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11666         PR target/42850
11667         Revert:
11668         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11670         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
11672 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11674         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
11676 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
11678         * config.gcc: Adjust order of makefile fragments for mingw targets.
11680 2010-01-31  Richard Guenther  <rguenther@suse.de>
11682         PR middle-end/42898
11683         * gimplify.c (gimplify_init_constructor): For volatile LHS
11684         initialize a temporary.
11686 2010-01-31  Matthias Klose  <doko@ubuntu.com>
11688         * configure.ac: Fix __stack_chk_fail check for cross builds configured
11689         --with-headers
11690         * configure: Regenerate.
11692 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
11694         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
11695         the same alias set and their sizes different constantness.
11696         (aliasing_component_refs_p): Revert 2009-10-24 change.
11698 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11700         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
11701         unused.
11703 2010-01-29  Richard Guenther  <rguenther@suse.de>
11705         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
11706         Assert we successfully updated the call.
11708 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
11710         PR rtl-optimization/42889
11711         * df.h (df_set_bb_dirty_nonlr): New prototype.
11712         * df-core.c (df_set_bb_dirty_nonlr): New function.
11713         * df-scan.c (df_insn_rescan): Call it instead of
11714         df_set_bb_dirty for DEBUG_INSNs.
11716 2010-01-29  Richard Guenther  <rguenther@suse.de>
11718         PR middle-end/37448
11719         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
11720         quadratic behavior in most cases.
11722 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
11724         PR target/42891
11725         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
11726         in the call to gen_x86_movsicc_0_m1.
11728 2010-01-28  Richard Guenther  <rguenther@suse.de>
11730         PR tree-optimization/42871
11731         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
11733 2010-01-28  Richard Guenther  <rguenther@suse.de>
11735         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
11736         into call arguments.
11738 2010-01-28  Richard Guenther  <rguenther@suse.de>
11740         PR middle-end/42883
11741         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
11742         the forwarder if the destination is an EH landing pad.
11744 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
11746         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
11747         block list passed to gimple_duplicate_sese_tail.
11748         (parallelize_loops): Avoid parallelization when the function
11749         has_nonlocal_label.
11750         Avoid parallelization when the preheader is IRREDUCIBLE.
11751         Try to optimize when estimated_loop_iterations_int is unresolved.
11752         Add the loop's location to the dump file.
11753         * tree-cfg.c (add_phi_args_after_redirect): Remove.
11754         (gimple_duplicate_sese_tail): Remove the check for the latch.
11755         Redirect nexits to the exit block.
11756         Remove handling of the incoming edges to the latch.
11757         Redirect the backedge from the copied latch to the exit bb.
11759 2010-01-28  Michael Matz  <matz@suse.de>
11761         PR target/42881
11762         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
11763         Wrap force_reg into a sequence, emit it before user.
11765 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
11767         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
11768         (arm_rev): New.
11769         (arm_legacy_rev): Likewise.
11770         (thumb_legacy_rev): Likewise.
11772 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
11774         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
11775         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
11776         on MEM's address failed, try avoid_constant_pool_reference and
11777         recurse if it returned something different.
11778         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
11779         address, try avoid_constant_pool_reference and recurse if it
11780         returned something different.
11781         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
11782         address and avoid_constant_pool_reference returned something
11783         different, don't set have_address.
11785 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
11787         PR debug/42861
11788         * var-tracking.c (val_store): Add modified argument, obey it.
11789         Adjust callers.
11790         (count_uses): Move down logging of main.
11791         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
11792         don't need resolution.
11793         (emit_notes_in_bb): Likewise.
11795 2010-01-27  Richard Guenther  <rguenther@suse.de>
11797         PR middle-end/42878
11798         * tree-inline.c (remap_decl): Delay remapping of SSA name
11799         default definitions until we need them.
11801 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
11803         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
11804         (rs6000_delegitimize_address): New function.
11806         * config/s390/s390.c (s390_delegitimize_address): Call
11807         delegitimize_mem_from_attrs.
11809         PR middle-end/42874
11810         * tree-inline.c (cannot_copy_type_1): Removed.
11811         (copy_forbidden): Don't forbid copying of functions containing
11812         records/unions with variable length fields.
11814 2010-01-27  Christian Bruel  <christian.bruel@st.com>
11816         Revert:
11817         PR target/42841
11818         * config/sh/sh.c (find_barrier): Increase length for non delayed
11819         conditional branches.
11821 2010-01-27  Matthias Klose  <doko@ubuntu.com>
11823         * configure.ac (gnu-unique-object): Fix ldd version check.
11824         * configure: Regenerate.
11826 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11828         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
11829         HAVE_GNU_AS value.
11830         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
11831         Test for HAVE_GNU_AS value.
11833 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11835         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
11836         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
11837         INT64_TYPE): Define.
11838         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
11839         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
11840         INT_LEAST64_TYPE): Define.
11841         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
11842         UINT_LEAST64_TYPE): Define.
11843         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
11844         INT_FAST64_TYPE): Define.
11845         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
11846         UINT_FAST64_TYPE): Define.
11847         (INTMAX_TYPE, UINTMAX_TYPE): Define.
11848         (INTPTR_TYPE, UINTPTR_TYPE): Define.
11849         (SIG_ATOMIC_TYPE): Define.
11851 2010-01-26  Richard Guenther  <rguenther@suse.de>
11853         * df-scan.c (df_scan_set_bb_info): Remove assert.
11854         (df_insn_rescan_debug_internal): Merge asserts.
11855         (df_install_ref): Likewise.
11856         (df_mark_reg): Use bitmap_set_range.
11857         (df_hard_reg_used_p): Remove assert.
11858         (df_hard_reg_used_count): Likewise.
11860 2010-01-26  Richard Guenther  <rguenther@suse.de>
11862         PR rtl-optimization/42685
11863         * web.c (web_main): Ignore DEBUG_INSNs.
11865 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
11867         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
11869         (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
11870         Fix types of fndecl and arglist parameters.
11872 2010-01-26  Richard Guenther  <rguenther@suse.de>
11874         PR middle-end/42806
11875         * tree-eh.c (unsplit_eh): Skip debug insns.
11877 2010-01-26  Richard Guenther  <rguenther@suse.de>
11879         PR tree-optimization/42250
11880         * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
11882 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
11884         PR fortran/42866
11885         * omp-low.c (expand_omp_sections): Only use single_pred if
11886         l2_bb is single_pred_p.
11888 2010-01-25  Christian Bruel  <christian.bruel@st.com>
11890         PR target/42841
11891         * config/sh/sh.c (find_barrier): Increase length for non delayed
11892         conditional branches.
11893         (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
11895 2010-01-24  David S. Miller  <davem@davemloft.net>
11897         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
11898         define if not using GAS.
11899         * config/sparc/sparc.c (sparc_elf_asm_named_section):
11900         Likewise.  Delete SECTION_MERGE code, which is only applicable
11901         when using GAS.
11903 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
11905         PR c++/42748
11906         * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
11907         mangling of va_list in system headers.
11909 2010-01-23  Toon Moene  <toon@moene.org>
11911         * tree-predcom.c (combine_chains): Return NULL, not false.
11913 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
11915         * tree-loop-distribution.c (distribute_loop): Fix declaration and
11916         initialization of variable res to agree with return type.
11918 2010-01-22  Steve Ellcey  <sje@cup.hp.com>
11920         * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
11921         * tree-sra.c: Add include of expr.h.
11923 2010-01-22  Jakub Jelinek  <jakub@redhat.com>
11925         * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
11926         insert the debug stmt on the single non-EH edge from the stmt.
11928 2010-01-22  Richard Henderson  <rth@redhat.com>
11930         PR tree-opt/42833
11931         * tree-sra.c (sra_modify_assign): Delay re-gimplification of
11932         the RHS until after generate_subtree_copies has insertted its
11933         code before the current statement.
11935 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
11937         * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
11939         * gcc-plugin.h (plugin_init): Use "C" likage for c++.
11941 2010-01-21  Martin Jambor  <mjambor@suse.cz>
11943         PR tree-optimization/42585
11944         * tree-sra.c (struct access): New field grp_total_scalarization.
11945         (dump_access): Dump the new field.
11946         (should_scalarize_away_bitmap): New variable.
11947         (cannot_scalarize_away_bitmap): Likewise.
11948         (sra_initialize): Allocate new bitmaps.
11949         (sra_deinitialize): Free new bitmaps.
11950         (create_access_1): New function.
11951         (create_access): Parts moved to create_access_1.
11952         (type_consists_of_records_p): New function.
11953         (completely_scalarize_record): Likewise.
11954         (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
11955         (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
11956         (sort_and_splice_var_accesses): Hint groups with a total_scalarization
11957         access.
11958         (analyze_all_variable_accesses): Completely scalarize small eligible
11959         records.
11961 2010-01-21  Martin Jambor  <mjambor@suse.cz>
11963         * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
11965 2010-01-21  Andrew Haley  <aph@redhat.com>
11967         * gcc.c (process_command): Move lang_specific_driver before
11968         setting cc_libexec_prefix.
11970 2010-01-21  Richard Guenther  <rguenther@suse.de>
11972         PR middle-end/19988
11973         * fold-const.c (negate_expr_p): Pretend only negative
11974         real constants are easily negatable.
11976 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
11977             Jason Merrill  <jason@redhat.com>
11979         * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
11980         (TYPE_TRANSPARENT_AGGR): this, for union and record.
11981         * calls.c (initialize argument_information): Handle it.
11982         * c-common.c (handle_transparent_union_attribute): Use new name.
11983         * c-decl.c (finish_struct): Ditto.
11984         * c-typeck.c (type_lists_compatible_p): Ditto.
11985         (convert_for_assignment): Use new name and also handle record.
11986         * function.c (aggregate_value_p): Handle it.
11987         (pass_by_reference): Ditto.
11988         (assign_parm_data_types): Ditto.
11989         * print-tree.c (print_node): Ditto.
11990         * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
11991         * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
11992         * tree.c (first_field): New fn.
11994 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
11996         PR target/42818
11997         * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
11998         even when linking statically, for now.
12000 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
12002         PR debug/42715
12003         * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
12004         without a cselib val.
12005         (count_uses): Accept MO_VAL_SET with no val on stores.
12006         (add_stores): Likewise.
12008 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
12010         * var-tracking.c (check_value_val): Add a compile time assertion.
12011         (dv_is_decl_p): Simplify.
12012         (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
12013         gcc_assert if ENABLE_CHECKING.
12015 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
12017         PR debug/42782
12018         * var-tracking.c: Include tree-flow.h.
12019         (mem_dies_at_call): New.
12020         (dataflow_set_preserve_mem_locs): Use it.
12021         (dataflow_set_remove_mem_locs): Likewise.
12022         (dump_var): Renamed from dump_variable.  Adjust all callers.
12023         (dump_var_slot): Renamed from dump_variable_slot.  Likewise.
12024         * Makefile.in (var-tracking.o): Adjust deps.
12026 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
12028         * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
12030 2010-01-20  Richard Guenther  <rguenther@suse.de>
12032         PR tree-optimization/42717
12033         * tree-ssa-dce.c (get_live_post_dom): Remove.
12034         (forward_edge_to_pdom): Take an arbitrary edge to copy
12035         degenerate PHI args from.
12036         (remove_dead_stmt): Use the first post-dominator even if it
12037         does not contain live statements as redirection destination.
12039 2010-01-20  Richard Guenther  <rguenther@suse.de>
12041         * tree-inline.c (estimate_num_insns): Handle EH builtins.
12043 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
12045         * sel-sched.c (create_speculation_check): Remove set but not used
12046         variable twin.
12047         (try_transformation_cache): Remove set but not used variable ds.
12048         (calculate_privileged_insns): Remove set but not used variables
12049         cur_insn and min_spec_insn.
12050         (find_best_expr): Remove set but not used variable avail_n.
12051         * tree-predcom.c (base_names_in_chain_on): Remove set but not used
12052         variable e.
12053         * cgraphunit.c (assemble_thunk): Remove set but not used variable
12054         false_label.
12055         * haifa-sched.c (remove_notes): Remove set but not used variable prev.
12056         * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
12057         new_scop_exit_edge.
12059 2010-01-20  Felyza Wishbringer  <fwishbringer@gmail.com>
12061         PR bootstrap/42786
12062         * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
12063         cpu types.  Add support for *-sse3 cpu types.
12064         (x86_64-*-*): Ditto.
12066 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
12068         PR middle-end/42803
12069         * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
12070         argument, call initializer_constant_valid_p_1 instead of
12071         initializer_constant_valid_p, pass CACHE to it, return NULL
12072         immediately if first call returns NULL.
12073         (initializer_constant_valid_p_1): New function.
12074         (initializer_constant_valid_p): Use it.
12076 2010-01-20  Thomas Quinot  <quinot@adacore.com>
12078         * tree.def (PLACEHOLDER_EXPR): Fix comment.
12080 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
12082         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
12083         of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
12084         (loc_list_from_tree): Don't handle unsigned division.  Handle
12085         signed modulo using DW_OP_{over,over,div,mul,minus}.
12086         * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
12087         modulo instead of signed.
12089 2010-01-20  DJ Delorie  <dj@redhat.com>
12091         * config/h8300/h8300.c (F): Add "in_epilogue" flag.
12092         (Fpa): Pass it
12093         (h8300_emit_stack_adjustment): Propogate it.
12094         (push): Pass it.
12095         (h8300_expand_prologue): Likewise.
12096         (h8300_expand_epilogue): Likewise.
12098 2010-01-19  Michael Matz  <matz@suse.de>
12100         PR tree-optimization/41783
12101         * tree-data-ref.c (toplevel): Include flags.h.
12102         (dump_data_dependence_relation):  Also dump the inputs if the
12103         result will be unknown.
12104         (split_constant_offset_1): Look through some conversions.
12105         * tree-predcom.c (determine_roots_comp): Restart a new chain if
12106         the offset from last element is too large.
12107         (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
12108         (reassociate_to_the_same_stmt): Handle vector registers.
12109         * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
12110         (e.g. conversions).
12111         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
12112         wide_prolog_niters argument, emit widening instructions.
12113         (vect_do_peeling_for_alignment): Adjust caller, use widened
12114         variant of the iteration cound.
12115         * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
12117 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12119         PR target/38697
12120         * config/arm/neon-testgen.m (emit_automatics): New parameter
12121         features. Adjust for Fixed_return_reg feature.
12122         (test_intrinsic): Call emit_automatics with new feature.
12123         * config/arm/neon.ml: Update copyright years.
12124         (features): New Fixed_return_reg feature.
12125         (ops): Update feature for Vget_low.
12127 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
12129         PR tree-optimization/42719
12130         * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
12131         stmt uses.
12133         PR debug/42728
12134         * fwprop.c (all_uses_available_at): Return false if def_set dest
12135         is a REG that is used in def_insn.
12137 2010-01-19  Joern Rennecke  <amylaar@spamcop.net>
12139         * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
12141         (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
12142         Add argument names.
12144         (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
12146         * target.h (struct gcc_target) <secondary_reload>: Change type
12147         of last argument to secondary_reload_info *.
12149 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
12151         PR target/42774
12152         * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
12153         memory references with unaligned offsets.  Remove CQImode handling.
12154         (unaligned_memory_operand): Return 1 for memory references with
12155         unaligned offsets.  Remove CQImode handling.
12157 2010-01-18  Richard Guenther  <rguenther@suse.de>
12159         PR middle-end/39954
12160         * cfgexpand.c (expand_call_stmt): TER pointer arguments in
12161         builtin calls.
12163 2010-01-18  Richard Guenther  <rguenther@suse.de>
12165         PR tree-optimization/42781
12166         * tree-ssa-structalias.c (find_what_var_points_to): Skip
12167         restrict processing only if the original variable was artificial.
12169 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
12171         * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
12172         find number of popped argument bytes.
12174         (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
12175         Fix the text that describes the return value for invalid insns.
12177         (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type.  Fix argument list.
12179         (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
12180         Clarify what 'cost of the -dependence' is.  Fix quoting.
12182         * toplev.c (default_get_pch_validity): Rename argument to "sz".
12183         * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
12185 2010-01-17  Jakub Jelinek  <jakub@redhat.com>
12187         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
12188         {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
12190 2010-01-17  Richard Guenther  <rguenther@suse.de>
12192         PR middle-end/42248
12193         * function.c (split_complex_args): Take a VEC to modify.
12194         (assign_parms_augmented_arg_list): Build a VEC instead of
12195         a chain of PARM_DECLs.
12196         (assign_parms_unsplit_complex): Take a VEC of arguments.
12197         Do not fixup unmodified parms.
12198         (assign_parms): Deal with the VEC.
12199         (gimplify_parameters): Likewise.
12201 2010-01-17  Richard Guenther  <rguenther@suse.de>
12203         * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
12204         node existence check.
12205         * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
12206         * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
12207         * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
12208         * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
12209         (gimple_execute_on_growing_pred): Likewise.
12211 2010-01-17  Richard Guenther  <rguenther@suse.de>
12213         PR tree-optimization/42773
12214         * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
12215         (compute_antic_aux): Likewise.
12216         (compute_partial_antic_aux): Likewise.
12218 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
12220         PR debug/42767
12221         * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
12222         and US_TRUNCATE.
12224 2010-01-17  Joern Rennecke  <amylaar@spamcop.net>
12226         * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
12227         appearance.
12229         (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
12230         Fix markup for strict argument.
12232         (TARGET_SCHED_REORDER2): Fix argument types.
12234         (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
12235         (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
12237         (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
12238         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
12240         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
12241         Add argument name.
12243         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
12244         (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
12245         (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
12246         (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
12247         (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
12249         (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
12251         (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
12253         (TARGET_ASM_RELOC_RW_MASK): Add return type.
12254         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
12256         (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
12258         (TARGET_ASM_FILE_START): Put @findex before paragraph start.
12259         Use prototype.
12261         (TARGET_ASM_NAMED_SECTION): Fix argument list.
12263         (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
12264         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
12266         (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
12268         (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
12270         (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
12271         referring to it.  Fix language.
12273         (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
12275         (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
12277         (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
12279         (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
12281         (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
12282         '@var{stream}.  Remove stray 'and'.
12284         (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
12286         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
12288         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
12290         (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
12291         misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
12293         (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
12294         Fix description of return value.
12295         Rename argument "sz" to "len."
12297         (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
12298         Clarify meaning of 'true' return value.
12300         (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
12302         (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
12303         rep_mode versus mode_rep.
12305         (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
12307         (TARGET_BUILTIN_DECL): Fix name.
12309         (TARGET_COMMUTATIVE_P): Fix type of first argument.
12311         (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
12313         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
12315         (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
12317         (TARGET_RELAXED_ORDERING): Use @deftypevr.
12319         (TARGET_GET_DRAP_RTX): Note that this is a hook.
12320         Clarify language.
12322         (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
12323         Rename argument tm_fn to md_fn.
12325         (TARGET_OPTION_PRINT): Fix argument list.
12327 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
12329         PR target/42664
12330         * config/i386/i386.c (ix86_fixup_binary_operands):
12331         Revert FMA4 fixup of operands.
12333 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12335         PR gcc/42525
12336         * Makefile.in (write_entries_to_file, install-plugin):
12337         Use \012 instead of \n with tr.
12339 2010-01-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
12341         * configure.ac (HAVE_AS_REF): New C macro.
12342         * configure: Regenerate.
12343         * config.in: Likewise.
12344         * collect2.c (main): Only postpone SCAN_DWEH to the second pass
12345         if HAVE_AS_REF.
12346         * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
12347         if HAVE_AS_REF.
12349 2010-01-16  Joern Rennecke  <amylaar@spamcop.net>
12351         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
12353         (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
12355         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
12357         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
12359         (TARGET_IN_SMALL_DATA_P): Fix argument type.
12361         (TARGET_BINDS_LOCAL_P): Fix argument type.
12363         (TARGET_ASM_FILE_END): Use prototype.
12365         (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
12367         (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
12369         (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
12371         (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
12373         (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
12374         (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
12376         (TARGET_PCH_VALID_P): Put 'const char *' in braces.
12377         (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
12379         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
12380         (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
12381         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
12382         (TARGET_ADDR_SPACE_CONVERT): Likewise.
12384         (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
12386         (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
12388         (TARGET_INIT_BUILTINS): Use prototype.
12390         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
12391         Put 'const char *' in braces.  Fix parameter types.
12392         (TARGET_INVALID_CONVERSION): Fix parameter types.
12393         (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
12394         (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
12396         (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
12397         Fix argument type.
12399         (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
12401         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
12403 2010-01-15  Joern Rennecke  <amylaar@spamcop.net>
12405         * doc/tm.texi (TARGET_HELP): Fix return type.
12407         (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
12408         in braces.  Fix argument types.
12410         (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
12412         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
12414         (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
12416         (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
12417         (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
12419         (TARGET_MANGLE_TYPE): Fix argument types.
12421         (TARGET_IRA_COVER_CLASSES): Use prototype.
12423         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
12425         (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
12427         (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
12429         (TARGET_MUST_PASS_IN_STACK): Fix argument type.
12431         (TARGET_CALLEE_COPIES): Fix argument types.
12433         (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
12435         (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
12437         (TARGET_FUNCTION_VALUE): Fix argument types.
12439         (TARGET_RETURN_IN_MSB): Fix argument type.
12441         (TARGET_RETURN_IN_MEMORY): Fix argument types.
12443         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
12445         (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
12447         (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
12448         agree with return type.
12450         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
12452 2010-01-15  Jing Yu  <jingyu@google.com>
12454         PR rtl-optimization/42691
12455         * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
12456         a pseudo to a constant and are merged, and adjust comments.
12458 2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
12460         * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
12462 2010-01-15  Richard Guenther  <rguenther@suse.de>
12464         PR middle-end/42739
12465         * tree-cfgcleanup.c (remove_forwarder_block): Move destination
12466         labels of computed or non-local gotos to the destination.
12467         * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
12468         landing pad label is the first label.
12470 2010-01-15  Richard Guenther  <rguenther@suse.de>
12472         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
12474 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
12476         PR target/42747
12477         * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
12478         to allow generation of the xssqrtdp instruction on power7.
12479         (sqrtdf2_fpr): Ditto.
12481 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
12483         PR middle-end/42674
12484         * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
12485         functions with noreturn attribute.
12487         PR c++/42608
12488         * varasm.c (declare_weak): Add weak attribute to decl if it
12489         doesn't have one already.
12490         (assemble_external): Only add decls to weak_decls if they also
12491         have weak attribute.
12493 2010-01-14  Alexandre Oliva  <aoliva@redhat.com>
12495         * var-tracking.c (var_reg_delete): Don't delete the association
12496         between REGs and values or one-part variables if the register
12497         isn't clobbered.
12499 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
12501         PR debug/42657
12502         * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
12503         because its first operand is a non-localized variable.
12505 2010-01-14  Martin Jambor  <mjambor@suse.cz>
12507         PR tree-optimization/42706
12508         * tree-sra.c (encountered_recursive_call): New variable.
12509         (encountered_unchangable_recursive_call): Likewise.
12510         (sra_initialize): Initialize both new variables.
12511         (callsite_has_enough_arguments_p): New function.
12512         (scan_function): Call decl and flags check only for IPA-SRA, check
12513         whether there is a recursive call and whether it has enough arguments.
12514         (all_callers_have_enough_arguments_p): New function.
12515         (convert_callers): Look for recursive calls only when
12516         encountered_recursive_call is set.
12517         (ipa_early_sra): Bail out either if
12518         !all_callers_have_enough_arguments_p or
12519         encountered_unchangable_recursive_call.
12521 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
12523         * sel-sched.c: Add 2010 to copyright years.
12524         * sel-sched-ir.c: Likewise.
12525         * sel-sched-ir.h: Likewise.
12527 2010-01-14  Martin Jambor  <mjambor@suse.cz>
12529         PR tree-optimization/42714
12530         * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
12531         constructors specially.
12533 2010-01-14  Andi Kleen  <ak@linux.intel.com>
12535         * config/i386/drivers-i386.c (detect_caches_intel):
12536         Add l2sizekb parameter and fill in.
12537         (host_detect_local_cpu): Add l2sizekb, fill in.
12538         Add Atom small cache heuristic.
12540 2010-01-14  Andi Kleen  <ak@linux.intel.com>
12542         * config/i386/drivers-i386.c (detect_caches_cpuid4):
12543         Add level3 parameter and fill in.
12544         (detect_caches_intel): Handle level3 cache.
12546 2010-01-14  Andi Kleen  <ak@linux.intel.com>
12548         * config/i386/drivers-i386.c (host_detect_local_cpu):
12549         Fix core duo detection.
12551 2010-01-14  Andi Kleen  <ak@linux.intel.com>
12553         * config/i386/drivers-i386.c (host_detect_local_cpu):
12554         Fix Atom detection.
12556 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
12558         * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
12559         (rs6000_variable_issue_1): this.  Use...
12560         (rs6000_variable_issue): here.  Reimplement.  Print debug info.
12562 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
12564         * sel-sched-ir.c (sel_restore_other_notes): Rename to
12565         sel_restore_notes.  Update all callers.  Call reemit_notes
12566         for all insns.
12568 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
12570         PR rtl-optimization/42246
12571         * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
12572         loops.
12574 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
12576         * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
12577         all successors is the same as number of successors in current region.
12579 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
12581         * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
12582         to rename is not separable.  Otherwise check that its LHS is not NULL.
12584 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
12586         * sel-sched.c (choose_best_reg_1):  Loop over all regs for mode.
12588 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
12590         * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
12591         available registers when failed to discover LHS register class.
12592         Fix indentation.  Update comment.
12594 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
12595             Alexander Monakov  <amonakov@ispras.ru>
12597         PR rtl-optimization/42389
12598         * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
12599         to can_issue_more.
12600         (advance_state_on_fence): Likewise.
12601         (sel_target_adjust_priority): Print debug output only when
12602         sched_verbose >= 4, not 2.
12603         (get_expr_cost): Do not issue all unique insns on the next cycle.
12604         (fill_insns): Initialize can_issue_more from the value saved
12605         with the fence.
12606         * sel-sched-ir.c (flist_add): New parameter issue_more.
12607         Init FENCE_ISSUE_MORE with it.
12608         (merge_fences): Likewise.
12609         (init_fences): Update call to flist_add.
12610         (add_to_fences, add_clean_fence_to_fences)
12611         (add_dirty_fence_to_fences): Likewise.
12612         (move_fence_to_fences): Update call to merge_fences.
12613         (invoke_reorder_hooks): Do not reset can_issue_more on insns from
12614         sched groups.
12615         * sel-sched-ir.h (struct _fence): New field issue_more.
12616         (FENCE_ISSUE_MORE): New accessor macro.
12618 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
12620         PR rtl-optimization/42388
12621         * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
12622         that have no predecessors nor successors.  Do not call move_bb_info
12623         for empty blocks outside of current region.
12625 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
12627         PR rtl-optimization/42294
12628         * sel-sched-ir.h (struct _sel_insn_data): Update comment.
12629         * sel-sched.c (move_exprs_to_boundary): Transitively add all
12630         originators' originators.
12632 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
12634         PR rtl-optimization/39453
12635         PR rtl-optimization/42246
12636         * sel-sched-ir.c (considered_for_pipelining_p): Do not test
12637         for pipelining_p.
12638         (sel_add_loop_preheaders): Add preheader to last_added_blocks.
12640 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
12641             Alexander Monakov  <amonakov@ispras.ru>
12643         PR middle-end/42245
12644         * sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
12645         (maybe_tidy_empty_bb): ... here.  Make static.  Add new
12646         argument.  Update all callers.
12647         (tidy_control_flow): ... and here.  Recompute topological order
12648         of basic blocks in region if necessary.
12649         (sel_redirect_edge_and_branch): Change return type.  Return true
12650         if topological order might have been invalidated.
12651         (purge_empty_blocks): Export and move from...
12652         * sel-sched.c (purge_empty_blocks): ... here.
12653         * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
12654         (maybe_tidy_empty_bb): Delete prototype.
12655         (purge_empty_blocks): Declare.
12657 2010-01-14  Andrey Belevantsev <abel@ispras.ru>
12659         PR rtl-optimization/42249
12660         * sel-sched.c (try_replace_dest_reg): When chosen register
12661         and original register is the same, do not bail out early, but
12662         still check all original insns for validity of replacing destination
12663         register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
12664         in this case.
12666 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
12668         PR c/42721
12669         Port from no-undefined-overflow branch:
12670         2009-03-09  Richard Guenther  <rguenther@suse.de>
12672         * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
12674 2010-01-14  Richard Guenther  <rguenther@suse.de>
12676         PR lto/42665
12677         * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
12679 2010-01-14  Ira Rosen  <irar@il.ibm.com>
12681         PR tree-optimization/42709
12682         * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
12683         as scalar type in creation of constant vector operand.
12685 2010-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12687         PR testsuite/42414
12688         * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
12689         (check-parallel-%): Match `testsuite' directory component only
12690         at the end.
12692 2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>
12694         PR translation/39521
12695         * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
12696         strings with _().
12698 2010-01-13  Richard Guenther  <rguenther@suse.de>
12700         PR tree-optimization/42730
12701         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
12702         offset zero.
12704 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
12706         PR target/pr42542
12707         * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
12708         for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
12709         them signed.
12711 2010-01-13  Bernd Schmidt  <bernd.schmidt@analog.com>
12713         * config/bfin/libgcc-bfin.ver: Regenerate based on current
12714         libgcc-std.ver.  Add entries for ___smulsi3_highpart and
12715         ___umulsi3_highpart.
12717         * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
12718         rather than schedule_insns if the pass is enabled.
12720 2010-01-13  Martin Jambor  <mjambor@suse.cz>
12722         PR tree-optimization/42704
12723         * tree-sra.c (sra_modify_assign): Do not delete assignments to
12724         SSA_NAMEs.
12726 2010-01-13  Martin Jambor  <mjambor@suse.cz>
12728         PR tree-optimization/42703
12729         * tree-sra.c (analyze_access_subtree): Check that we can build a
12730         reference to the original data within the aggregate.
12732 2010-01-13  Richard Guenther  <rguenther@suse.de>
12734         PR tree-optimization/42705
12735         * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
12737 2010-01-13  Richard Guenther  <rguenther@suse.de>
12739         PR middle-end/42716
12740         * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
12742 2010-01-13  Jakub Jelinek  <jakub@redhat.com>
12744         PR debug/41371
12745         * var-tracking.c (values_to_unmark): New variable.
12746         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
12747         values_to_unmark vector.  Moved body to...
12748         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
12749         instead queue it into values_to_unmark vector.
12750         (vt_find_locations): Free values_to_unmark vector.
12752 2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
12754         * config/s390/s390.c (override_options): Set
12755         default of max-pending-list-length to 256
12757 2010-01-13  Richard Guenther  <rguenther@suse.de>
12759         PR lto/42678
12760         * tree-pass.h (PROP_gimple_lcx): New.
12761         * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
12762         * passes.c (init_optimization_passes): Move pass_lower_complex_O0
12763         before the final cleanup_eh.
12764         (dump_properties): Dump PROP_gimple_lcx.
12765         * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
12766         (tree_lower_complex_O0): Remove.
12767         (gate_no_optimization): Run if PROP_gimple_lcx is not set.
12768         (pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
12769         tree_lower_complex, schedule TODO_update_ssa.
12770         * lto-streamer-out.c (output_function): Stream the functions
12771         properties.
12772         * lto-streamer-in.c (input_function): Likewise.
12773         (lto_read_body): Do not override them here.
12775 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
12777         PR c/42708
12778         * c-typeck.c (build_c_cast): Fold value cast to union type before
12779         wrapping it in a CONSTRUCTOR.
12781 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
12783         PR rtl-optimization/42699
12784         * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
12785         involved.
12787 2010-01-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12789         * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
12790         SUBTARGET_WARN_UNUSED_SPEC): Move ...
12791         config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
12792         SUBTARGET_WARN_UNUSED_SPEC): ... here
12793         * config/mips/iris5.h (LIBGCC_SPEC): Define.
12795 2010-01-12  Julian Brown  <julian@codesourcery.com>
12797         * config/arm/neon-schedgen.ml (Utils): Don't try to
12798         open missing module.
12799         (find_with_result): New.
12801 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
12803         PR debug/42662
12804         * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
12805         sharing when canonicalizing ({lt,ge}u (plus a b) b).
12807         PR tree-optimization/42645
12808         * tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
12809         (remap_ssa_name): If processing_debug_stmt and name wasn't found in
12810         decl_map, set processing_debug_stmt to -1 and return name without
12811         any remapping.
12813 2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
12815         * doc/install.texi (Specific#x-x-cygwin): Document minimum required
12816         binutils version, and reword target configuration description.
12818 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
12820         * config/avr/avr.h (LINKER_NAME): Remove.
12822 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
12824         PR target/42416
12825         * config/rs6000/rs6000.c (rs6000_override_options): On targets
12826         that support VSX, warn for -mno-altivec if vsx is not disabled,
12827         and disable vsx.
12829 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
12830             Shujing Zhao  <pearly.zhao@oracle.com>
12832         PR translation/42469
12833         * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
12834         fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
12835         character between option name and help text.
12836         * c.opt (imultilib): Likewise.
12838 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
12840         * lto-streamer-out.c (output_unreferenced_globals): Output static
12841         variables.
12843 2010-01-10  Steven Bosscher  <steven@gcc.gnu.org>
12845         PR rtl-optimization/42621
12846         * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
12847         optimizing for size.
12848         (duplicate_computed_gotos): Remove now-redundant check.
12850 2010-01-10  Steve Ellcey  <sje@cup.hp.com>
12852         PR target/37454
12853         * configure.ac: Save and restore LDFLAGS and LIBS
12854         * configure: Regenerate.
12856 2010-01-10  Richard Guenther  <rguenther@suse.de>
12858         PR middle-end/42667
12859         * builtins.c (fold_builtin_strlen): Add type argument and
12860         convert the resulting length to it.
12861         (fold_builtin_1): Adjust.
12863 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
12865         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
12866         sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
12867         1 insn.
12868         (num_insns_constant_wide): Adjust for that change.
12870 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
12872         PR debug/42631
12873         * web.c (union_defs): Add used argument, to combine uses of
12874         uninitialized regs.
12875         (entry_register): Adjust type and tests of used argument.
12876         (web_main): Widen used for new use.  Pass it to union_defs.
12877         * df.h (union_defs): Adjust prototype.
12879 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
12881         PR debug/42630
12882         * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
12883         uses in new incoming argument.  Free body.
12884         (reset_debug_uses_in_loop): New.
12885         (analyze_insn_to_expand_var): Call the latter if the former found
12886         anything.  Fix whitespace.  Reject invalid dest overlaps before
12887         going through all insns in the loop.
12889 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
12891         PR debug/42629
12892         * haifa-sched.c (dying_use_p): Debug insns don't count.
12894 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
12896         PR middle-end/42363
12897         * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
12898         * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
12899         (verify_gimple_call): Reject LHS in noreturn calls.
12901 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
12903         PR debug/42604
12904         PR debug/42395
12905         * tree-vect-loop-manip.c (adjust_info): New type.
12906         (adjust_vec): New pointer to vector.
12907         (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
12908         (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
12909         (slpeel_update_phis_for_duplicate_loop): Use them.
12910         (slpeel_update_phi_nodes_for_guard1): Likewise.
12911         (slpeel_update_phi_nodes_for_guard2): Likewise.
12912         (slpeel_tree_peel_loop_to_edge): Likewise.
12913         (vect_update_ivs_after_vectorizer): Likewise.
12915 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
12917         * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
12918         (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
12920 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
12922         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
12923         bogus uninitialized warning.
12925 2010-01-09  Richard Guenther  <rguenther@suse.de>
12927         PR middle-end/42512
12928         * tree-scalar-evolution.c (interpret_loop_phi): Make sure
12929         the evolution is compatible with the initial condition.
12931 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
12933         * gcc.c (process_command): Update copyright notice dates.
12934         * gcov.c (print_version): Likewise.
12935         * gcov-dump.c (print_version): Likewise.
12936         * mips-tfile.c (main): Likewise.
12937         * mips-tdump.c (main): Likewise.
12939 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
12941         PR target/41885
12942         * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
12943         (rotlhi3): Delete.
12944         (rotlhi3_8): Delete.
12945         (rotlsi3): Delete.
12946         (rotlsi3_8): Delete.
12947         (rotlsi3_16): Delete.
12948         (rotlsi3_24): Delete.
12949         (rotl<mode>3): New.
12950         (*rotw<mode>3): New.
12951         (*rotb<mode>3): New.
12952         * config/avr/avr.c (avr_rotate_bytes): New function.
12953         * config/avr/avr-proto.h (avr_rotate_bytes): New function.
12955 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
12957         PR target/37454
12958         * configure.ac: Modify -rdynamic check.
12959         * configure: Regenerate.
12961 2010-01-08  DJ Delorie  <dj@redhat.com>
12963         * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
12964         register popping order.
12966 2010-01-08  Richard Guenther  <rguenther@suse.de>
12968         PR lto/42528
12969         * c.opt (fsigned-char): Also let LTO handle this option.
12970         (funsigned-char): Likewise.
12972 2010-01-07  Richard Guenther  <rguenther@suse.de>
12974         * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
12975         (gimple_op): Likewise.
12976         (gimple_op_ptr): Likewise.
12977         (gimple_assign_set_lhs): Remove gcc_assert.
12978         (gimple_assign_set_rhs1): Likewise.
12979         (gimple_assign_set_rhs2): Likewise.
12980         (gimple_call_set_lhs): Likewise.
12981         (gimple_call_set_fn): Likewise.
12982         (gimple_call_set_fndecl): Likewise.
12983         (gimple_call_fndecl): Likewise.
12984         (gimple_call_return_type): Likewise.
12985         (gimple_call_set_chain): Likewise.
12986         (gimple_call_num_args): Likewise.
12987         (gimple_call_set_arg): Likewise.
12988         (gimple_cond_set_code): Likewise.
12989         (gimple_cond_set_lhs): Likewise.
12990         (gimple_cond_set_rhs): Likewise.
12991         (gimple_cond_set_true_label): Likewise.
12992         (gimple_cond_set_false_label): Likewise.
12993         (gimple_label_set_label): Likewise.
12994         (gimple_goto_set_dest): Likewise.
12995         (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
12996         (gimple_debug_bind_get_value): Likewise.
12997         (gimple_debug_bind_get_value_ptr): Likewise.
12998         (gimple_debug_bind_set_var): Likewise.
12999         (gimple_debug_bind_set_value): Likewise.
13000         (gimple_debug_bind_reset_value): Likewise.
13001         (gimple_debug_bind_has_value_p): Likewise.
13002         (gimple_return_retval_ptr): Remove gcc_assert.
13003         (gimple_return_retval): Likewise.
13004         (gimple_return_set_retval): Likewise.
13005         * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
13006         (safe_referenced_var_iterator): Remove.
13007         (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
13008         * tree-flow-inline.h (gimple_nonlocal_all): Remove.
13009         (fill_referenced_var_vec): Remove.
13010         (first_readonly_imm_use): Remove redundant gcc_assert.
13011         (phi_arg_index_from_use): Combine gcc_asserts.
13012         (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
13013         (first_imm_use_stmt): Remove redundant gcc_assert.
13014         * tree-cfg.c (verify_gimple_call): Verify function and chain
13015         operands.  Verify arguments.
13016         (verify_types_in_gimple_stmt): Verify condition code and labels.
13018 2010-01-07  Richard Guenther  <rguenther@suse.de>
13020         PR tree-optimization/42641
13021         * sese.c (rename_map_elt_info): Use the SSA name version, do
13022         not hash pointers.
13024 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
13026         PR tree-optimization/42625
13027         * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
13028         TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
13030 2010-01-07  Duncan Sands  <baldrick@free.fr>
13032         * Makefile.in (PLUGIN_HEADERS): Add version.h.
13034 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
13036         PR target/42511
13037         * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
13038         note itself is not function_invariant_p.
13040 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
13042         * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
13043         Do not add the DF_NOTE problem.
13044         * store-motion.c (execute_rtl_store_motion): Likewise.
13046 2010-01-07  Martin Jambor  <mjambor@suse.cz>
13048         PR tree-optimization/42157
13049         * tree-sra.c (compare_access_positions): Stabilize sort if both
13050         accesses have integer types, return zero immediately if they are the
13051         same.
13053 2010-01-06  Richard Henderson  <rth@redhat.com>
13055         PR middle-end/41883
13056         * haifa-sched.c (add_to_note_list): Merge into ...
13057         (concat_note_lists): ... here, and ...
13058         (unlink_other_notes, rm_other_notes): Merge into...
13059         (remove_notes): ... here.  Create REG_SAVE_NOTEs for
13060         NOTE_INSN_EPILOGUE_BEG.
13062 2010-01-06  Richard Guenther  <rguenther@suse.de>
13064         * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
13065         not inline regular functions into always-inline functions.
13067 2010-01-06  Nick Clifton  <nickc@redhat.com>
13069         * config/rx/rx.h (enum rx_cpu_type): Add RX200.
13070         (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
13071         used together.
13072         (OVERRIDE_OPTIONS): Delete.
13073         (OPTIMIZATION_OPTIONS): Define.
13074         (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
13075         * config/rx/rx.c (rx_handle_option): Issue an error message if
13076         -mcpu=rx200 and -fpu are used together.
13077         (rx_set_optimization_options): New function.  Issue an error
13078         message if an optimization attribute attempts to reset the FPU/
13079         math optimization pairing.
13080         * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
13081         * config/rx/rx.opt: Set the default to 32-bit doubles.
13082         * config/rx/t-rx: Add multilibs for -nofpu option.
13083         * doc/invoke.texi: Update documentation of RX options.
13085 2010-01-06  Richard Guenther  <rguenther@suse.de>
13087         * tree-ssa-pre.c (name_to_id): New global.
13088         (alloc_expression_id): Simplify SSA name handling.
13089         (lookup_expression_id): Likewise.
13090         (init_pre): Zero name_to_id.
13091         (fini_pre): Free it.
13093 2010-01-06  Uros Bizjak  <ubizjak@gmail.com>
13095         * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
13097 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
13099         PR target/42542
13100         * config/i386/sse.md (smaxv2di3): New.
13101         (umaxv2di3): Likewise.
13102         (sminv2di3): Likewise.
13103         (uminv2di3): Likewise.
13105 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
13107         PR target/42564
13108         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
13109         * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
13110         (legitimize_tls_address): Likewise.
13111         (sparc_tls_referenced_p): Likewise.
13112         * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
13113         and adjust calls to legitimize_pic_address.
13114         (legitimate_constant_p) Use sparc_tls_referenced_p.
13115         (legitimate_pic_operand_p): Likewise.
13116         (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
13117         (sparc_tls_symbol_ref_1): Delete.
13118         (sparc_tls_referenced_p): Make static, recognize specific patterns.
13119         (legitimize_tls_address): Make static, handle CONST patterns.
13120         (legitimize_pic_address): Make static, remove unused parameter and
13121         adjust recursive calls.
13122         (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
13123         and adjust call to legitimize_pic_address.
13124         (sparc_output_mi_thunk): Likewise.
13126 2010-01-05  Paolo Bonzini  <bonzini@gnu.rg>
13127             H.J. Lu  <hongjiu.lu@intel.com>
13129         PR target/42542
13130         * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
13131         for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
13132         operands to make them signed.
13134         Revert:
13135         2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
13137         PR target/42542
13138         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
13139         GTU to GT for V4SI and V2DI.
13141         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
13142         (umin<mode>3): Removed.
13143         (uminv8hi3): New.
13144         (uminv4si3): Likewise.
13146 2010-01-05  Martin Jambor  <mjambor@suse.cz>
13148         PR tree-optimization/42462
13149         * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
13150         current_function_decl to helper functions and macros.
13152 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13154         PR bootstrap/41771
13155         * flags.h: Don't include real.h.
13156         (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
13157         HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
13158         * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
13159         HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
13160         * dominance.c: Update copyright.
13161         * gimple.c (walk_gimple_op): Remove inline.
13162         * tree-ssa-reassoc.c: Include real.h.
13163         * Makefile.in (FLAGS_H): Remove $(REAL_H).
13164         (tree-ssa-reassoc.o): Depend on $(REAL_H).
13166 2010-01-05  Nick Clifton  <nickc@redhat.com>
13168         * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
13169         register to push into the stack frame when the accumulator has to
13170         be saved during interrupts.
13172 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
13174         * doc/invoke.texi: Remove the documentation about option
13175         -Wunreachable-code.
13176         * common.opt (Wunreachable-code):  Preserved for backward
13177         compatibility.
13178         * tree-cfg.c: Remove the implementation of -Wunreachable-code.
13179         * opts.c (common_handle_option): Add OPT_Wunreachable_code to
13180         the backward compatibility flag section.
13182 2010-01-05  Richard Guenther  <rguenther@suse.de>
13184         * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
13186 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
13188         PR other/42611
13189         * cfgexpand.c (expand_one_var): Diagnose too large variables.
13191         PR tree-optimization/42508
13192         * tree-sra.c (convert_callers): Check for recursive call
13193         by comparing cgraph nodes instead of decls.
13194         (modify_function): Call ipa_modify_formal_parameters also
13195         on all same_body aliases.
13197         * cgraphunit.c (cgraph_materialize_all_clones): Compare
13198         cgraph nodes when checking for same_body aliases.
13200 2010-01-05  Richard Guenther  <rguenther@suse.de>
13202         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
13203         allocation and lookup.
13204         (get_or_alloc_expr_for_constant): Likewise.
13205         (phi_translate): Sink allocation.
13207 2010-01-04  Richard Guenther  <rguenther@suse.de>
13209         * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
13210         a new entry only if needed.
13211         * tree-ssa-dom.c (lookup_avail_expr): Likewise.
13212         * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
13213         hashtable lookup.
13214         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
13215         the result array.
13216         (phi_translate): Handle CONSTANTs early.
13218 2010-01-04  Martin Jambor  <mjambor@suse.cz>
13220         PR tree-optimization/42398
13221         * tree-sra.c (struct access): Removed flag grp_different_types.
13222         (dump_access): Do not dump the removed flag.
13223         (sort_and_splice_var_accesses): Do not set the removed flag.
13224         (sra_modify_expr): Check for type compatibility directly.
13226 2010-01-04  Martin Jambor  <mjambor@suse.cz>
13228         PR tree-optimization/42366
13229         * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
13230         edges with variable number of parameters.
13231         * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
13232         flag instead of asserting it.
13233         (ipa_read_node_info): Read uses_analysis_done flag.
13235 2010-01-04  Richard Guenther  <rguenther@suse.de>
13237         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
13238         iterative_hash_* as intended.
13239         (vn_reference_compute_hash): Likewise.  Simplify hashing
13240         SSA names.
13241         (vn_reference_lookup_2): Likewise.
13242         (vn_nary_op_compute_hash): Likewise.
13243         (vn_phi_compute_hash): Likewise.
13244         (expressions_equal_p): Remove strange code.
13245         * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
13246         (pre_expr_hash): Likewise.  Simplify hashing SSA names.
13247         (bitmap_insert_into_set_1): Take value-id as parameter.
13248         (add_to_value): Pass it.
13249         (bitmap_insert_into_set): Likewise.
13250         (bitmap_value_insert_into_set): Likewise.  Remove redundant check.
13252 2010-01-04  Jakub Jelinek  <jakub@redhat.com>
13254         PR driver/42442
13255         * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
13256         (do_self_spec): For switches with SWITCH_IGNORE set set also
13257         SWITCH_IGNORE_PERMANENTLY.
13258         (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
13259         of SWITCH_IGNORE.
13261 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
13263         * lto-streamer-out.c (output_unreferenced_globals): Output the full
13264         tree of an unreferenced global var.
13266 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
13268         PR target/42542
13269         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
13270         GTU to GT for V4SI and V2DI.
13272         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
13273         (umin<mode>3): Removed.
13274         (uminv8hi3): New.
13275         (uminv4si3): Likewise.
13277 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
13279         PR lto/42581
13280         * collect2.c (main): Turn on trace in collect2 if -v is passed
13281         to gcc with LTO.
13283 2010-01-03  Jerry Quinn  <jlquinn@optonline.net>
13285         * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
13286         description of expression operand.
13288 2010-01-03  Andrew Jenner  <andrew@codesourcery.com>
13290         * configure.ac: Add install-html to target_list for Make-hooks.
13291         * configure: Regenerate.
13292         * fortran/Make-lang.in (F95_HTMLFILES): New.
13293         (fortran.html): Use it.
13294         (fortran.install-html): New.
13295         * Makefile.in (install-html): Add lang.install-html.
13296         * java/Make-lang.in (JAVA_HTMLFILES): New.
13297         (java.html): Use it.
13298         (java.install-html): New.
13299         * objc/Make-lang.in (objc.install-html): New.
13300         * objcp/Make-lang.in (obj-c++.install-html): New.
13301         * cp/Make-lang.in (c++.install-html): New.
13302         * ada/gcc-interface/Make-lang.in (ada.install-html): New.
13303         * lto/Make-lang.in (lto.install-html): New.
13305 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
13307         PR lto/42520
13308         * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
13310 2009-01-03  Steven Bosscher  <steven@gcc.gnu.org>
13312         PR rtl-optimization/41862
13313         * store-motion.c (store_killed_in_insn, compute_store_table,
13314         remove_reachable_equiv_notes, replace_store_insn,
13315         build_store_vectors): Ignore all DEBUG_INSNs.
13317 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
13319         PR lto/41564
13320         * common.opt: Add dumpdir.
13322         * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
13323         isn't specified.
13324         (option_map): Add --dumpdir.
13326         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
13328         * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
13330         * opts.c (decode_options): Try dump_dir_name first if
13331         dump_base_name isn't an absolute path.
13332         (common_handle_option): Handle OPT_dumpdir.
13334         * toplev.c (dump_dir_name): New.
13335         (print_switch_values): Also ignore -dumpdir.
13337         * toplev.h (dump_dir_name): New.
13339 2010-01-03  Richard Guenther  <rguenther@suse.de>
13341         PR tree-optimization/42589
13342         * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
13343         double-word expansion of bswap32.
13345 2010-01-03  Steven Bosscher  <steven@gcc.gnu.org>
13347         * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
13348         with BLOCK_FOR_INSN.
13349         * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
13350         * ifcvt.c (noce_get_alt_condition, noce_try_abs,
13351         noce_process_if_block): Likewise.
13352         * gcse.c (compute_local_properties, insert_expr_in_table,
13353         insert_set_in_table, canon_list_insert, find_avail_set,
13354         pre_insert_copy_insn): Likewise.
13356         * basic-block.h (BLOCK_NUM): Move from here...
13357         * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
13359 2010-01-03  Richard Guenther  <rguenther@suse.de>
13361         PR tree-optimization/42438
13362         * tree-ssa-pre.c (struct bb_bitmap_sets): Add
13363         contains_may_not_return_call flag.
13364         (BB_MAY_NOTRETURN): New.
13365         (valid_in_sets): Trapping nary operations are not valid
13366         in blocks that may not return.
13367         (insert_into_preds_of_block): Remove check for trapping expressions.
13368         (compute_avail): Compute also BB_MAY_NOTRETURN.
13370 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
13372         * doc/invoke.texi: Add 2010 to copyright years.
13374 2010-01-03  Eric Botcazou  <ebotcazou@adacore.com>
13376         * config/sparc/sparc.c: Fix formatting nits.
13378 2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
13379             Alexander Monakov  <amonakov@ispras.ru>
13381         * doc/invoke.texi (Optimize Options): Reword introduction a bit.
13383 2010-01-02  Richard Guenther  <rguenther@suse.de>
13385         PR middle-end/42577
13386         * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
13387         (simplify_switch_using_ranges): Mark to be removed edges
13388         as non-executable.
13390 2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13392         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
13394         * collect2.c (scan_libraries): Add missing argument in call to
13395         scan_prog_file.
13397 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
13399         PR target/42448
13400         * config/alpha/predicates.md (aligned_memory_operand): Return false
13401         for CQImode.
13402         (unaligned_memory_operand): Return true for CQImode.
13403         * config/alpha/alpha.c (get_aligned_mem): Assert that location
13404         doesn not cross aligned SImode word boundary.
13406 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
13408         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
13409         Remove.
13410         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
13411         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
13413 2010-01-02  Richard Guenther  <rguenther@suse.de>
13415         PR lto/41597
13416         * toplev.c (compile_file): Emit LTO marker properly.  Change
13417         it to __gnu_lto_v1.
13418         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
13420 2010-01-01  Richard Guenther  <rguenther@suse.de>
13422         PR debug/42455
13423         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
13425 2010-01-01  Richard Guenther  <rguenther@suse.de>
13427         PR c/42570
13428         * c-decl.c (grokdeclarator): For zero-size arrays force
13429         structural equality checks as layout_type does.
13431 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
13433         * builtins.c: Update copyright to 2010.
13435 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
13437         PR lto/42531
13438         * lto-streamer-out.c (produce_asm): Revert the last change.
13439         (copy_function): Likewise.
13441         * lto-streamer.c (lto_get_section_name): Skip any leading
13442         asterisk in name.
13444 2010-01-01  Richard Guenther  <rguenther@suse.de>
13446         PR middle-end/42559
13447         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
13448         for LABEL_DECLs.
13451 Copyright (C) 2010 Free Software Foundation, Inc.
13453 Copying and distribution of this file, with or without modification,
13454 are permitted in any medium without royalty provided the copyright
13455 notice and this notice are preserved.