OSDN Git Service

* common.opt (fira-verbose): Use Var.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2010-06-07  Joseph Myers  <joseph@codesourcery.com>
2
3         * common.opt (fira-verbose): Use Var.
4         (fpcc-struct-return): Use Init instead of VarExists.
5         * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
6         toplev.c.
7         * flags.h (flag_signed_char, flag_short_enums,
8         flag_pcc_struct_return, flag_ira_verbose,
9         flag_detailed_statistics, flag_remove_unreachable_functions):
10         Remove.
11         * toplev.c (flag_detailed_statistics, flag_signed_char,
12         flag_short_enums, flag_pcc_struct_return, flag_ira_verbose):
13         Remove.
14         (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
15         * toplev.h (flag_crossjumping, flag_if_conversion,
16         flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
17         flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
18         flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
19         flag_cprop_registers, time_report, flag_ira_loop_pressure,
20         flag_ira_coalesce, flag_ira_move_spills,
21         flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
22
23 2010-06-07  Jan Hubicka  <jh@suse.cz>
24
25         * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
26         (df_lr_alloc): Initialize problem data; move bitmaps to
27         lr_bitmaps obstack.
28         (df_lr_finalize): Free problem data; do not bother to free bitmaps.
29         (df_lr_verify_solution_start): Do not initialize problem data;
30         allocate bitmaps in lr_bitmaps.
31         (df_lr_verify_solution_end): Do not free problem data.
32
33 2010-06-07  Jan Hubicka  <jh@suse.cz>
34
35         * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
36         if caller is noreturn.
37         * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
38         * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
39         * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
40         * ipa-pure-const.c (check_decl): Add IPA parameter.
41         (state_from_flags): New function.
42         (better_state, worse_state): New functions.
43         (check_call): When in IPA mode, do not care about callees.
44         (check_load, check_store): Update.
45         (check_ipa_load, check_ipa_store): New.
46         (check_stmt): When in IPA mode, use IPA checkers.
47         (analyze_function): Use state_from_flags.
48         (propagate): Check indirect edges and references.
49
50 2010-06-07  Kazu Hirata  <kazu@codesourcery.com>
51
52         PR rtl-optimization/44404
53         * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
54         of count_occurrences to see if it's safe to modify mem_insn.insn.
55
56 2010-06-07  Richard Guenther  <rguenther@suse.de>
57
58         * gimplify.c (gimplify_cleanup_point_expr): For empty body
59         and EH-only cleanup drop the cleanup instead of inserting it
60         unconditionally.
61
62 2010-06-07  Ira Rosen  <irar@il.ibm.com>
63
64         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
65         documentation.
66         * targhooks.c (default_builtin_vectorization_cost): New function.
67         * targhooks.h (default_builtin_vectorization_cost): Declare.
68         * target.h (enum vect_cost_for_stmt): Define.
69         (builtin_vectorization_cost): Change argument and comment.
70         * tree-vectorizer.h: Remove cost model macros.
71         * tree-vect-loop.c: Include target.h.
72         (vect_get_cost): New function.
73         (vect_estimate_min_profitable_iters): Replace cost model macros with
74         calls to vect_get_cost.
75         (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
76         * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
77         default implementation.
78         * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
79         calls to target hook builtin_vectorization_cost.
80         (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
81         Likewise.
82         * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
83         * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
84         implementation to return costs.
85         * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
86         * config/spu/spu.h: Remove vectorizer cost model macros.
87         * config/i386/i386.h: Likewise.
88         * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
89         a call to target hook builtin_vectorization_cost.
90
91 2010-06-06  Sriraman Tallam  <tmsriram@google.com>
92
93         PR target/44319
94         * config/i386/i386.c (override_options): Turn zee pass on for level 2
95         and above and defer till target is known.
96         (optimization_options): Turn on zee pass if TARGET_64BIT is set and
97         turn off otherwise.
98         
99 2010-05-25  Jan Hubicka  <jh@suse.cz>
100
101         * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
102         (df_compact_blocks): Likewise.
103         * df.h (struct df): Turn hardware_regs_used,
104         regular_block_artificial_uses, eh_block_artificial_uses,
105         insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
106         bitmap_head.
107         * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
108         df_byte_lr_alloc, df_simulate_fixup_sets): Update.
109         * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
110         df_scan_blocks, df_insn_delete, df_insn_rescan,
111         df_insn_rescan_debug_internal, df_insn_rescan_all,
112         df_process_deferred_rescans, df_process_deferred_rescans,
113         df_notes_rescan, df_get_call_refs, df_get_call_refs,
114         regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
115         df_record_entry_block_defs, df_record_exit_block_uses,
116         df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
117         df_scan_verify): Update.
118
119 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
120
121         PR c++/44188
122         * c-common.c (is_typedef_decl): Move this definition ...
123         * tree.c (is_typedef_decl): ... here.
124         (typdef_variant_p): Move definition here from gcc/cp/tree.c.
125         * c-common.h (is_typedef_decl): Move this declaration ...
126         * tree.h (is_typedef_decl): ... here.
127         (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
128         * dwarf2out.c (is_naming_typedef_decl): New function.
129         (gen_tagged_type_die): Split out of ...
130         (gen_type_die_with_usage): ... this function. When an anonymous
131         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
132         is emitted for the typedef.
133         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
134         anonymous tagged types.
135
136 2010-06-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
137
138         PR c/20000
139         * c-decl.c (grokdeclarator): Delete warning.
140
141 2010-06-06  Eric Botcazou  <ebotcazou@adacore.com>
142
143         * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
144         newly built CALL_EXPR.
145         * tree-profile.c (tree_profiling): Don't profile functions produced
146         for built-in stuff.
147
148 2010-06-06  Segher Boessenkool  <segher@kernel.crashing.org>
149
150         PR bootstrap/44427
151         PR bootstrap/44428
152         * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
153         endianness-independent.
154
155 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
156
157         * c-common.c: Move to c-family/.
158         * c-common.def: Likewise.
159         * c-common.h: Likewise.
160         * c-cppbuiltin.c: Likewise.
161         * c-dump.c: Likewise.
162         * c-format.c: Likewise.
163         * c-format.h : Likewise.
164         * c-gimplify.c: Likewise.
165         * c-lex.c: Likewise.
166         * c-omp.c: Likewise.
167         * c.opt: Likewise.
168         * c-opts.c: Likewise.
169         * c-pch.c: Likewise.
170         * c-ppoutput.c: Likewise.
171         * c-pragma.c: Likewise.
172         * c-pragma.h: Likewise.
173         * c-pretty-print.c: Likewise.
174         * c-pretty-print.h: Likewise.
175         * c-semantics.c: Likewise.
176         * stub-objc.c: Likewise.
177
178         * gengtype.c (get_file_langdir): Special-case files in c-family/.
179         (get_output_file_with_visibility): Fix name for c-common.h.
180         * c-config-lang.in: Update paths in gtfiles for files in c-family/.
181
182         * c-tree.h: Update include path for moved files.
183         * c-lang.c: Likewise.
184         * c-lang.h: Likewise.
185         * c-parser.c: Likewise.
186         * c-convert.c: Likewise.
187         * c-decl.c: Likewise.
188         * c-objc-common.c: Likewise.
189         * configure.ac: Make sure c-family/ exists in the build directory.
190         * configure: Regenerate.
191         * Makefile.in: Update paths for moved files.  Regroup files per
192         location and update dependencies.  Move generated_files down after
193         ALL_GTFILES_H.
194
195         * config/spu/spu-c.c: Update paths for moved files.
196         * config/mep/mep-pragma.c: Likewise.
197         * config/darwin-c.c: Likewise.
198         * config/i386/msformat-c.c: Likewise.
199         * config/i386/i386-c.c: Likewise.
200         * config/avr/avr-c.c: Likewise.
201         * config/sol2-c.c: Likewise.
202         * config/ia64/ia64-c.c: Likewise.
203         * config/rs6000/rs6000-c.c: Likewise.
204         * config/arm/arm.c: Likewise.
205         * config/arm/arm-c.c: Likewise.
206         * config/h8300/h8300.c: Likewise.
207         * config/v850/v850-c.c: Likewise.
208
209         * config/t-darwin: Fix dependencies for moved files.
210         * config/t-sol2: Fix dependencies for moved files.
211         * config/mep/t-mep: Fix dependencies for moved files.
212         * config/ia64/t-ia64: Fix dependencies for moved files.
213         * config/rs6000/t-rs6000: Fix dependencies for moved files.
214         * config/v850/t-v850: Fix dependencies for moved files.
215         * config/v850/t-v850e: Fix dependencies for moved files.
216
217         * config/m32c/m32c-pragma.c
218
219         * po/exgettext: Look in c-family/ also.
220
221 2010-06-05  Eric Botcazou  <ebotcazou@adacore.com>
222
223         * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
224         (mark_control_dependent_edges_necessary): Call it instead of marking
225         the last statement manually.
226         (propagate_necessity): Likewise.
227
228 2010-06-05  Jan Hubicka  <jh@suse.cz>
229
230         * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
231         for dominance frontiers.
232         (rewrite_into_ssa): Update for bitmap heads in dominance
233         frontiers.
234         (insert_updated_phi_nodes_for): Likewise.
235         (update_ssa): Likewise.
236         * cfganal.c (compute_dominance_frontiers_1): Likewise.
237         (compute_dominance_frontiers): Likewise.
238         (compute_idf): Likewise.
239         * df-problems.c (df_md_local_compute): Likewise.
240
241 2010-06-05  Anatoly Sokolov  <aesok@post.ru>
242
243         * target.h (struct gcc_target): Add memory_move_cost field.
244         * target-def.h (TARGET_MEMORY_MOVE_COST): New.
245         (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
246         * targhooks.c (default_memory_move_cost): New function.
247         * targhooks.h (default_memory_move_cost): Declare function.
248         * reload.h (memory_move_cost): Declare.
249         (memory_move_secondary_cost): Change type of 'in' argument to bool.
250         * reginfo.c (memory_move_cost): New function.
251         (memory_move_secondary_cost): Change type of 'in' argument to bool.
252         * ira.h (ira_memory_move_cost): Update comment.
253         * ira.c: (ira_memory_move_cost): Update comment.
254         (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
255         with memory_move_cost.
256         * postreload.c (reload_cse_simplify_set): (Ditto.).
257         * reload1.c (choose_reload_regs): (Ditto.).
258         * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
259         (MEMORY_MOVE_COST):  Revise documentation.
260
261         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
262         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
263         * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
264         type of 'in' argument to bool.
265         (TARGET_MEMORY_MOVE_COST): Define.
266
267 2010-06-05  Jan Hubicka  <jh@suse.cz>
268
269         * ipa-pure-const.c (propagate): Fix typo in handling of functions
270         that cannot return.  Be more careful when merging the results with
271         previously known ones.
272
273 2010-06-05  Matthias Klose  <doko@ubuntu.com>
274
275         * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
276         function to add the -iplugindir option.
277         (find_plugindir_spec_function): Add new declaration and function.
278         (static_spec_func): Use it for "find-plugindir".
279
280 2010-06-05  Jakub Jelinek  <jakub@redhat.com>
281
282         PR c++/44361
283         * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
284         * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
285         statement expression.
286
287 2010-06-05  Jan Hubicka  <jh@suse.cz>
288
289         * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
290         (df_rd_problem_data): Convert sparse_invalidated_by_call,
291         dense_invalidated_by_call to bitmap head.
292         (df_rd_alloc, df_rd_bb_local_compute_process_def,
293         df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
294         df_rd_start_dump, df_lr_verify_transfer_functions,
295         df_live_verify_transfer_functions, df_chain_create_bb,
296         df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
297         df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
298         df_simulate_one_insn_forwards, df_md_alloc,
299         df_md_bb_local_compute_process_def,
300         df_md_bb_local_compute_process_def, df_md_local_compute,
301         df_md_transfer_function df_md_free): Update.
302
303 2010-06-05  Joseph Myers  <joseph@codesourcery.com>
304
305         PR c/44322
306         * c-typeck.c (build_unary_op): Merge qualifiers into pointer
307         target type for ADDR_EXPR; require no changes to qualifiers except
308         for function types.
309         * c-tree.h (c_build_type_variant): Remove.
310
311 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
312
313         * genautomata.c (get_excl_set): Do work per element, not per char.
314         (check_presence_pattern_sets): Similar.
315         (check_absence_pattern_sets): Similar.
316
317 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
318
319         * genautomata.c (curr_state_pass_num): Delete.
320         (min_issue_delay_pass_states): Delete.
321         (min_issue_delay): Delete.
322         (initiate_min_issue_delay_pass_states): Delete.
323         (output_min_issue_delay_table): Compute min_issue_delay_vect
324         using a breadth-first search variant.
325         (output_tables): Don't call initiate_min_issue_delay_pass_states.
326
327 2010-06-04  H.J. Lu  <hongjiu.lu@intel.com>
328
329         PR boostrap/44421
330         * df-problems.c (df_lr_bb_local_compute): Updated for embedded
331         bitmaps.
332         (df_byte_lr_bb_local_compute): Likewise.
333
334 2010-06-03  Jason Merrill  <jason@redhat.com>
335
336         Implement noexcept operator (5.3.7)
337         * c-common.c (c_common_reswords): Add noexcept.
338         * c-common.h (enum rid): Add RID_NOEXCEPT.
339
340 2010-06-04  Joseph Myers  <joseph@codesourcery.com>
341
342         * config/darwin-driver.c (darwin_default_min_version): Use
343         GCC-specific formats in diagnostics.
344         * cppspec.c (lang_specific_driver): Use GCC-specific formats in
345         diagnostics.
346         * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
347         execute, process_command, end_going_arg, do_self_spec, do_spec_1,
348         eval_spec_function, handle_braces, process_brace_body, main,
349         perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
350         getenv_spec_function, compare_version_strings,
351         version_compare_spec_function): Use GCC-specific formats in
352         diagnostics.
353
354 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
355
356         * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
357         that operand 0 and operand 1 are equal.
358         (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
359         (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
360         and operand 1 are equal.
361         <default>: Ditto. Remove ??? comment.
362         (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
363         and operand 1 are equal.
364         <default>: Ditto. Remove ??? comment.
365         (*adddi_4) <default>:  Remove assert that operand 0 and operand 1
366         are equal.
367         (*add<mode>_4) <default>: Ditto.
368         (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
369
370 2010-06-04  Nathan Froyd  <froydnj@codesourcery.com>
371
372         * config/i386/i386-protos.h (ix86_print_operand): Declare.
373         * config/i386/i386.c (ix86_print_operand): Make non-static.
374         * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
375         * output.h (output_operand): Declare.
376         * final.c (output_operand): Make non-static.
377
378 2010-06-04  Alexandre Oliva  <aoliva@redhat.com>
379
380         PR rtl-optimization/44013
381         * sched-deps.c (add_dependence_list_and_free): Don't free lists
382         when processing debug insns.
383
384         PR debug/41371
385         * var-tracking.c (find_loc_in_1pdv): Mark initial value before
386         recursing.  Check that recursion is bounded.  Rename inner var
387         to avoid hiding incoming argument.
388
389 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
390
391         * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
392         operands[2] == 255.
393         (*addqi_3): Ditto.
394         (*addqi_4): Ditto.
395         (*addqi_5): Ditto.
396         (*addqi_ext_1_rex64): Ditto.
397         (*addqi_ext_1): Ditto.
398
399         (*addqi_4): Check for incdec_operand in QImode.
400
401         (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
402         using SWI mode iterator.
403         (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
404         (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
405         mode iterator.
406         (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
407         using SWI mode iterator.
408
409 2010-06-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
410
411         PR c/25880
412         * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
413         * c-format.c (gcc_diag_flag_specs): Add hash.
414         (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
415         (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
416         * c-pretty-print.c (pp_c_cv_qualifier): Rename as
417         pp_c_cv_qualifiers. Handle qualifiers spelling here.
418         (pp_c_type_qualifier_list): Call the function above.
419         * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
420         * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
421         (WARN_FOR_QUALIFIERS): New macro.
422         (convert_for_assignment): Use it.
423
424 2010-06-04  Kai Tietz  <kai.tietz@onevision.com>
425
426         * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
427
428 2010-06-04  Jan Hubicka  <jh@suse.cz>
429
430         * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
431         df_byte_lr_bb_info): Embedd bitmap_head into the structure.
432         (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
433         DF_BYTE_LR_OUT): Update for embedded bitmaps.
434         * fwprop.c (single_def_use_enter_block): Likewise.
435         * ddg.c (create_ddg_dep_from_intra_loop_link,
436         add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
437         * loop-iv.c (latch_dominating_def): Likewise.
438         * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
439         df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
440         df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
441         df_rd_transfer_function, df_rd_top_dump,
442         df_rd_bottom_dump): Update.
443         (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
444         df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
445         df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
446         df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
447         df_lr_verify_solution_start, df_lr_verify_solution_end,
448         df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
449         df_live_free_bb_info, df_live_alloc, df_live_reset,
450         df_live_bb_local_compute, df_live_init, df_live_transfer_function,
451         df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
452         df_live_verify_solution_start, df_live_verify_solution_end,
453         df_live_verify_transfer_functions, df_chain_create_bb,
454         df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
455         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
456         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
457         df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
458         df_byte_lr_confluence_0, df_byte_lr_confluence_n,
459         df_byte_lr_transfer_function, df_byte_lr_top_dump,
460         df_byte_lr_bottom_dump, df_create_unused_note,
461         df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
462         df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
463         df_md_transfer_function, df_md_init, df_md_confluence_0,
464         df_md_confluence_n,
465         df_md_top_dump, df_md_bottom_dump): Update.
466         (struct df_lr_problem_data): Embedd bitmap headers.
467
468 2010-06-04  Jan Hubicka  <jh@suse.cz>
469
470         * dce.c (dce_process_block): Do not re-scan already marked
471         instructions.
472
473 2010-06-04  Bernd Schmidt  <bernds@codesourcery.com>
474
475         PR rtl-optimization/39871
476         PR rtl-optimization/40615
477         PR rtl-optimization/42500
478         PR rtl-optimization/42502
479         * ira.c (init_reg_equiv_memory_loc: New function.
480         (ira): Call it twice.
481         * reload.h (calculate_elim_costs_all_insns): Declare.
482         * ira-costs.c: Include "reload.h".
483         (regno_equiv_gains): New static variable.
484         (init_costs): Allocate it.
485         (finish_costs): Free it.
486         (ira_costs): Call calculate_elim_costs_all_insns.
487         (find_costs_and_classes): Take estimated elimination costs
488         into account.
489         (ira_adjust_equiv_reg_cost): New function.
490         * ira.h (ira_adjust_equiv_reg_cost): Declare it.
491         * reload1.c (init_eliminable_invariants, free_reg_equiv,
492         elimination_costs_in_insn, note_reg_elim_costly): New static functions.
493         (elim_bb): New static variable.
494         (reload): Move code out of here into init_eliminable_invariants and
495         free_reg_equiv.  Call them.
496         (calculate_elim_costs_all_insns): New function.
497         (eliminate_regs_1): Declare.  Add extra arg FOR_COSTS;
498         all callers changed.  If FOR_COSTS is true, don't call alter_reg,
499         but call note_reg_elim_costly if we turned a valid memory address
500         into an invalid one.
501         * Makefile.in (ira-costs.o): Depend on reload.h.
502
503 2010-06-04  Julian Brown  <julian@codesourcery.com>
504
505         * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
506         for pool ranges.
507
508 2010-06-04  Richard Guenther  <rguenther@suse.de>
509
510         PR lto/41584
511         * cgraph.h (struct varpool_node): Add lto_file_data field.
512         * lto-cgraph.c (input_varpool_node): Initialize it.
513
514 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
515
516         * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
517         * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
518         predicate in "type" attribute calculation.
519         (*addsi_1_zext): Ditto.
520         (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
521         (*addsi_2_zext): Ditto.
522         (*add<mode>_3): Ditto.
523         (*addsi_3_zext): Ditto.
524         (*add<mode>_5): Ditto.
525
526 2010-06-03  Jan Hubicka  <jh@suse.cz>
527
528         * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
529         of bitmap_bit_p.
530         * cfganal.c (compute_dominance_frontiers_1): Likewise.
531
532 2010-06-03  Jan Hubicka  <jh@suse.cz>
533
534         * df-problems.c (df_create_unused_note, df_note_bb_compute):
535         micro-optimize the checks when to add new note.
536
537 2010-06-03  Nathan Froyd  <froydnj@codesourcery.com>
538
539         * final.c (output_asm_insn): Call
540         targetm.asm_out.print_operand_punct_valid_p.  Update comments.
541         (output_operand): Call targetm.asm_out.print_operand.  Update comments.
542         (output_address): Call targetm.asm_out.print_operand_address.
543         Update comments.
544         * target.h (struct gcc_target): Add print_operand,
545         print_operand_address, and print_operand_punct_valid_p fields.
546         * targhooks.h (default_print_operand): Declare.
547         (default_print_operand_address): Declare.
548         (default_print_operand_punct_valid_p): Declare.
549         * targhooks.c (default_print_operand): Define.
550         (default_print_operand_address): Define.
551         (default_print_operand_punct_valid_p): Define.
552         * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
553         (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
554         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
555         (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
556         TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
557         * vmsdbgout.c (addr_const_to_string): Update comment.
558         * config/i386/i386.c (print_operand): Rename to...
559         (ix86_print_operand): ...this.  Make static.
560         (print_operand_address): Rename to...
561         (ix86_print_operand_address): ...this.  Make static.  Call
562         ix86_print_operand instead of PRINT_OPERAND.
563         (ix86_print_operand_punct_valid_p): New function.
564         (TARGET_PRINT_OPERAND): Define.
565         (TARGET_PRINT_OPERAND_ADDRESS): Define.
566         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
567         * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
568         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
569         (PRINT_OPERAND): Delete.
570         (PRINT_OPERAND_ADDRESS): Delete.
571         * config/i386/i386-protos.h (print_operand): Delete prototype.
572         (print_operand_address): Delete prototype.
573
574 2010-06-03  Richard Guenther  <rguenther@suse.de>
575
576         PR tree-optimization/44403
577         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
578         Preserve pointer qualifiers.
579         (vect_create_data_ref_ptr): Likewise.
580
581 2010-06-03  H.J. Lu  <hongjiu.lu@intel.com>
582
583         PR c++/44294
584         * defaults.h (MAX_FIXED_MODE_SIZE): New.
585
586         * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
587
588 2010-06-03  Jakub Jelinek  <jakub@redhat.com>
589
590         PR debug/44375
591         * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
592         return false if merging the bbs would lead to goto_locus
593         location being lost from the IL.
594
595 2010-06-03  Jan Hubicka  <jh@suse.cz>
596             Jakub Jelinek  <jakub@redhat.com>
597
598         * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
599         set->regs[i] is NULL or has just one entry.
600
601 2010-06-03  Jan Hubicka  <jh@suse.cz>
602
603         * lto-cgraph.c (lto_varpool_encoder_size): Remove.
604         * lto-streamer.h (lto_varpool_encoder_size): New inline function.
605
606 2010-06-03  Paul Brook  <paul@codesourcery.com>
607
608         * config/arm/arm.c (FL_TUNE): Define.
609         (arm_default_cpu, arm_cpu_select): Remove.
610         (all_cores): Populate core field.
611         (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
612         (arm_find_cpu): New function.
613         (arm_handle_option): Lookup cpu/architecture names.
614         (arm_override_options): Cleanup mcpu/march/mtune handling.
615         (arm_file_start): Ditto.
616
617 2010-06-03  Alan Modra  <amodra@gmail.com>
618
619         PR target/44169
620         * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
621         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
622         rtx to gen_load_toc_v4_PIC_1b.  Tidy.
623         (rs6000_emit_load_toc_table): Likewise.
624
625 2010-06-02  Jan Hubicka  <jh@suse.cz>
626
627         * passes.c (init_optimization_passes): Put ipa reference
628         after ipa pure-const.
629
630 2010-06-02  Jan Hubicka  <jh@suse.cz>
631
632         * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
633         calls_read_all and calls_write_all.
634         (get_reference_optimization_summary): Fix formatting.
635         (is_proper_for_analysis): Check that decl is not readonly.
636         (propagate_bits): Check CONST/PURE/noreturn flags.
637         (ipa_init): Move all_module_statics to optimization_summary_obstack.
638         (analyze_function): Ignore indirect edges.
639         (copy_global_bitmap): For all module statics, do nothing.
640         (generate_summary): Do not print calls_read_all/calls_write_all.
641         (read_write_all_from_decl): Take node as argument; check
642         cgraph_node_cannot_return.
643         (propagate): Reorganize read_all/write_all computation;
644         check indirect edges; check ecf flags; use all_module_statics
645         in the results; do not free all_module_statics.
646         (stream_out_bitmap): Handle all_module_statics.
647         (ipa_reference_write_optimization_summary): Likewise; use
648         varpool/cgraph encoders to get boundaries.
649         (ipa_reference_read_optimization_summary): Read in all_module_statics;
650         use it when possible.
651
652 2010-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
653
654         PR target/44218
655         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
656         -mswdiv option.  Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
657
658         * doc/extend.texi (powerpc builtins): Document vec_recip,
659         vec_rsqrt, vec_rsqrte altivec/vsx builtins.
660
661         * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
662         (rs6000_emit_swrsqrt): Ditto.
663         (rs6000_emit_swdivsf): Delete.
664         (rs6000_emit_swdivdf): Ditto.
665         (rs6000_emit_swrsqrtsf): Ditto.
666
667         * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
668         describe the reciprocal estimate support for each type.
669         (recip_options): Map -mrecip=<opt> into option bits.
670         (gen_2arg_fn_t): New typedef for binary rtx gen function.
671         (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
672         reciprocal estimate instructions.
673         (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
674         debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
675         Set up rs6000_recip_bits based on the -mrecip* options.  Print the
676         cost information if -mdebug=cost or -mdebug=reg.
677         (rs6000_override_options): Set -mrecip-precision for power6, and
678         power7 machines.  If -mvsx or -mdfp, enable various options that
679         came in previous instruction set ISAs, unless the option was
680         explicitly disabled by the command line option.  Parse
681         -mrecip=<opt> options.
682         (rs6000_builtin_vectorized_function): Add support for vectorizing
683         the reciprocal estimate builtins and expansions.
684         (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
685         (bdesc_2arg): Add reciprocal estimate builtins.
686         (bdesc_1arg): Add reciprocal square root estimate builtins.
687         (rs6000_expand_builtin): Rewrite to use a switch statement,
688         instead of multiple if/then/elses.  Add reciprocal estimate builtins.
689         (rs6000_init_builtins): Create declarations for reciprocal
690         estimate builtins.
691         (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
692         sized, prefer traditional floating point registers, if integer
693         vector types, prefer altivec registers.  Don't actually look at
694         the memory address any more.
695         (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
696         builtins.
697         (rs6000_load_constant_and_splat): New helper function to load up
698         the constant for reciprocal estimate instructions.
699         (rs6000_emit_madd): New helper function for generating
700         multiply/add type instructions, based on the current switches.
701         (rs6000_emit_msub): Ditto.
702         (rs6000_emit_mnsub): Ditto.
703         (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
704         replace a divide with a reciprocal estimate and fixup, adding
705         support for machines with high precision and vectors.
706         (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
707         low precision machines.
708         (rs6000_emit_swdiv): New common function to be called to replace a
709         division with reciprocal estimate and fixup.
710         (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf.  Add support
711         for double and vector types.  Add support for high precision machines.
712
713         * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
714         the reciprocal estimate instructions can be generated.
715         (TARGET_FRE): Ditto.
716         (TARGET_FRSQRTES): Ditto.
717         (TARGET_FRSQRTE): Ditto.
718         (RS6000_RECIP_*): New macros for reciprocal estimate support.
719
720         * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
721         square root estimate on vectors.
722         (re<mode>2): New insn for reciprocal division estimate on vectors.
723
724         * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
725         New builtin.
726         (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
727         (ALTIVEC_BUITLIN_VEC_RE): Ditto.
728         (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
729         (VSX_BUILTIN_RSQRT_V4SF): Ditto.
730         (VSX_BUITLIN_RSQRT_V2DF): Ditto.
731         (RS6000_BUILTIN_RSQRT): Ditto.
732         (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
733         floating point builtin.
734
735         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
736         macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
737         __RECIP_PRECISION__ based on the command line switches.
738         (altivec_overloaded_builtins): Add reciprocal estimate builtins.
739
740         * config/rs6000/rs6000.opt (-mrecip): Document add support for
741         replacing division instructions with reciprocal estimate and fixup.
742         (-mrecip=<opt>): New option.
743         (-mrecip-precision): Ditto.
744
745         * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
746         (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
747         (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
748         precision scalar.
749
750         * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
751         (UNSPEC_VREFP): Ditto.
752         (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
753         conterparts with regard to support of -mno-fused-madd and -ffast-math.
754         (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
755         reciprocal estimate instructions to be generated.
756         (altivec_vrefp): Ditto.
757
758         * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
759         estimate support.
760         (rreg): New mode attribute for reciprocal estimate support.
761         (recip<mode>3): New insn for division using reciprocal estimate
762         and fixup builtins.
763         (divide define_split): New define_split to convert floating point
764         division to use reciprocal estimate if the user used the
765         appropriate options and the split is run when we can add new
766         pseudo registers for the fixup.
767         (rsqrt<mode>2): New insn for reciprocal square root support.
768         (recipsf3): Move into recip<mode>3.
769         (recipdf3): Ditto.
770         (fres): Use TARGET_FRES.
771         (rsqrtsf2): Move into rsqrt<mode>2.
772         (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
773         (copysignsf3): Add support for VSX.
774         (fred): Use TARGET_FRE.
775         (fred_fpr): Ditto.
776         (rsqrtdf_internal1): New function for frsqrte instruciton.
777
778         * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
779         (vec_rsqrt): Ditto.
780
781 2010-06-03  Richard Guenther  <rguenther@suse.de>
782
783         PR middle-end/44291
784         * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
785         (set_user_assembler_libfunc): Likewise.
786
787 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
788
789         * mkconfig.sh: Include insn-flags.h and insn-constants.h before
790         defaults.h.
791         * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
792         to defaults.h
793         * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
794         DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
795         FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
796         STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
797         STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
798         STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
799         STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
800         STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
801         * defaults.h: Updated for above mentioned changes.
802
803 2010-06-02  Kai Tietz  <kai.tietz@onevision.com>
804
805         * c-common.c: Remove header include of tm_p.h.
806         * Makefile.in (c-common.o): Remove TM_P_H dependency.
807
808 2010-06-02  Jakub Jelinek  <jakub@redhat.com>
809
810         * tree.h (struct tree_decl_map): New type.
811         (tree_decl_map_eq, tree_decl_map_marked_p): Define.
812         (tree_decl_map_hash): New prototype.
813         (debug_expr_for_decl, value_expr_for_decl): Change into
814         tree_decl_map hashtab from tree_map.
815         (init_ttree): Adjust initialization.
816         (tree_decl_map_hash): New function.
817         (decl_debug_expr_lookup, decl_debug_expr_insert,
818         decl_value_expr_lookup, decl_value_expr_insert): Adjust.
819
820 2010-06-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
821
822         * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
823         linker emulations.
824         * configure: Regenerate.
825         * config.in: Regenerate.
826
827         * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
828         (X86_64_EMULATION): Define.
829         (TARGET_LD_EMULATION): Use them.
830
831         * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
832         (SPARC64_EMULATION): Define.
833         (LINK_ARCH_SPEC): Use them.
834
835 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
836
837         * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
838         smallest_mode_for_size for computing the precision types of new
839         graphite IVs.  Do not call lang_hooks.types.type_for_size.
840
841 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
842
843         * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
844         information.
845         (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
846
847 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
848
849         PR middle-end/44363
850         * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
851         return false instead.
852
853 2010-06-02  Jan Hubicka  <jh@suse.cz>
854
855         PR middle-end/44295
856         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
857         create new cgraph node to check callee.
858
859 2010-06-02  Richard Guenther  <rguenther@suse.de>
860
861         * lto-streamer-in.c (input_gimple_stmt): Fix typo.
862
863 2010-06-02  Richard Guenther  <rguenther@suse.de>
864
865         * lto-wrapper.c (lto_wrapper_exit): Rename to ...
866         (lto_wrapper_cleanup): ... this.  Do not exit.
867         (fatal): Adjust.  Exit here.
868         (fatal_perror): Likewise.
869         (fatal_signal): New function.
870         (main): Set up signal handlers to cleanup temporary files.
871         * Makefile.in (lto-wrapper.o): Adjust dependencies.
872
873 2010-06-02  Richard Guenther  <rguenther@suse.de>
874
875         PR tree-optimization/44377
876         * tree-ssa-structalias.c (find_func_aliases): Fix typo.
877
878 2010-06-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
879
880         * config/s390/2097.md (z10_fhex): Remove insn reservation.
881         * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
882         (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
883         *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
884         instruction.
885         * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
886
887 2010-06-02  Jan Hubicka  <jh@suse.cz>
888
889         * bitmap.c (bitmap_descriptor): Add search_iter.
890         (bitmap_find_bit): Increment it.
891         (print_statistics): Print it.
892
893 2010-06-02  Nathan Froyd  <froydnj@codesourcery.com>
894
895         * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
896         instead of gimple_build_call_vec.  Delete unnecessary local variable.
897
898 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
899
900         * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
901         change from yesterday.
902
903 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
904
905         * c-ada-spec.c: Clean up redundant includes.
906
907 2010-06-01  Steven Bosscher  <steven@gcc.gnu.org>
908
909         * gimplify.c: Do not include except.h and optabs.h.
910         (gimplify_body): Do not initialize RTL profiling.
911         * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
912         langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
913         * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
914         output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
915         langhooks.h.
916
917         * tree-pretty-print.h: Include pretty-print.h.
918         * gimple-pretty-print.h: Include pretty-print.h.
919
920         * tree-pretty-print.c: Do not include diagnostic.h.
921         * tree-vrp.c: Likewise.
922         * tree-tailcall.c: Likewise
923         * tree-scalar-evolution.c: Likewise
924         * tree-ssa-dse.c: Likewise
925         * tree-chrec.c: Likewise
926         * tree-ssa-sccvn.c: Likewise
927         * tree-ssa-copyrename.c: Likewise
928         * tree-nomudflap.c: Likewise
929         * tree-call-cdce.c: Likewise
930         * tree-stdarg.c: Likewise
931         * tree-ssa-math-opts.c: Likewise
932         * tree-nrv.c: Likewise
933         * tree-ssa-sink.c: Likewise
934         * tree-browser.c: Likewise
935         * tree-ssa-loop-ivcanon.c: Likewise
936         * tree-ssa-loop.c: Likewise
937         * tree-parloops.c: Likewise
938         * tree-ssa-address.c: Likewise
939         * tree-ssa-ifcombine.c: Likewise
940         * tree-if-conv.c: Likewise
941         * tree-data-ref.c: Likewise
942         * tree-affine.c: Likewise
943         * tree-ssa-phiopt.c: Likewise
944         * tree-ssa-coalesce.c: Likewise
945         * tree-ssa-pre.c: Likewise
946         * tree-ssa-live.c: Likewise
947         * tree-predcom.c: Likewise
948         * tree-ssa-forwprop.c: Likewise
949         * tree-ssa-dce.c: Likewise
950         * tree-ssa-ter.c: Likewise
951         * tree-ssa-loop-prefetch.c: Likewise
952         * tree-optimize.c: Likewise
953         * tree-ssa-phiprop.c: Likewise
954         * tree-object-size.c: Likewise
955         * tree-outof-ssa.c: Likewise
956         * tree-ssa-structalias.c: Likewise
957         * tree-switch-conversion.c: Likewise
958         * tree-ssa-reassoc.c: Likewise
959         * tree-ssa-operands.c: Likewise
960         * tree-vectorizer.c: Likewise
961         * tree-vect-data-refs.c: Likewise
962         * tree-vect-generic.c: Likewise
963         * tree-vect-stmts.c: Likewise
964         * tree-vect-patterns.c: Likewise
965         * tree-vect-slp.c: Likewise
966         * tree-vect-loop.c: Likewise
967         * tree-ssa-loop-ivopts.c: Likewise
968         * tree-ssa-loop-im.c: Likewise
969         * tree-ssa-loop-niter.c: Likewise
970         * tree-ssa-loop-unswitch.c: Likewise
971         * tree-ssa-loop-manip.c: Likewise
972         * tree-ssa-loop-ch.c: Likewise
973         * tree-dump.c: Likewise
974         * tree-complex.c: Likewise
975
976         * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
977         * tree-ssa-uninit.c: Likewise
978         * tree-ssa-threadupdate.c: Likewise
979         * tree-ssa-uncprop.c: Likewise
980         * tree-ssa-ccp.c: Likewise
981         * tree-ssa-dom.c: Likewise
982         * tree-ssa-propagate.c: Likewise
983         * tree-ssa-alias.c: Likewise
984         * tree-dfa.c: Likewise
985         * tree-cfgcleanup.c: Likewise
986         * tree-sra.c: Likewise
987         * tree-ssa-copy.c: Likewise
988         * tree-ssa.c: Likewise
989         * tree-profile.c: Likewise
990         * tree-cfg.c: Likewise
991         * tree-ssa-threadedge.c: Likewise
992         * tree-vect-loop-manip.c: Likewise
993
994         * tree-inline.c: Do not include diagnostic.h and expr.h.
995         Include rtl.h.
996         (copy_decl_for_dup_finish): Do not use NULL_RTX.
997
998         * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
999         * tree-loop-distribution.c: Likewise.
1000
1001 2010-06-01  Jan Hubicka  <jh@suse.cz>
1002
1003         * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
1004
1005 2010-06-01  Jan Hubicka  <jh@suse.cz>
1006
1007         * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
1008         remove return value.
1009         (split_bbs_on_noreturn_calls) .... here.
1010         * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
1011         * tree-flow.h (fixup_noreturn_call): New.
1012
1013 2010-06-01  Jan Hubicka  <jh@suse.cz>
1014
1015         * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
1016
1017 2010-06-01  Nathan Froyd  <froydnj@codesourcery.com>
1018
1019         * tree.h (build_nt_call_list): Delete.
1020         * tree.c (build_nt_call_list): Delete.
1021
1022 2010-06-01  Jan Hubicka  <jh@suse.cz>
1023
1024         * fwprop.c: Make emit-rtl.h include last.
1025         * rtlanal.c: Include emit-rtl.h.
1026         * genautomata.c: Output emit-rtl include into insn-automata.c
1027         * df-scan.c: Include emit-rtl.h.
1028         * haifa-sched.c: Indlude emit-rtl.h.
1029         * mode-switching.c: Indlude emit-rtl.h.
1030         * graph.c: Indlude emit-rtl.h.
1031         * sel-sched.c: Include emit-rtl.h.
1032         * sel-sched-ir.c: Include emit-rtl.h.
1033         * ira-build.c: Include emit-rtl.h.
1034         * emit-rtl.c: (first_insn, last_insn): Remove defines.
1035         (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
1036         Move to emit-rtl.h.
1037         (set_new_first_and_last_insn, get_last_insn_anywhere,
1038         get_first_nonnote_insn, get_last_nonnote_insn, try_split,
1039         make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
1040         delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
1041         emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
1042         push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
1043         Use accessor functions.
1044         * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
1045          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
1046         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
1047         mem_expr_equal_p): Move here from rtl.h.
1048         (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
1049         Move here from emit-rtl.c; make inline.
1050         * cfglayout.h: Include emit-rtl.h.
1051         * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
1052          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
1053         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
1054         mem_expr_equal_p, get_insns, set_first-insn,
1055         get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
1056         * reg-stack.c: Include emit-rtl.h.
1057         * dce.c: Likewise.
1058
1059 2010-06-01  Jan Hubicka  <jh@suse.cz>
1060
1061         * cgraph.h (tree_function_versioning): Update prototype.
1062         (cgraph_function_versioning): Update prototype.
1063         * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
1064         bitmap.
1065         (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
1066         (cgraph_materialize_clone, save_inline_function_body): Update use of
1067         tree_function_versioning.
1068         * tree-inline.c (copy_bb): Look for previous copied block to link
1069         after; fix debug output.
1070         (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
1071         (copy_body): Likewise.
1072         (expand_call_inline): Update use of copy_body.
1073         (tree_function_versioning): Update use of copy body; accept
1074         blocks_to_copy and new_entry.
1075
1076 2010-06-01  Jan Hubicka  <jh@suse.cz>
1077
1078         * gegenrtl.c: Remove unnecesary prototypes.
1079         (gendecl): Remove.
1080         (gendef): Produce static inline.
1081         (gencode): Remove.
1082         (main): Do not decode parameters; generate header only.
1083         * Makefile.in (genrtl.c): Remove.
1084
1085 2010-06-01  Jan Hubicka  <jh@suse.cz>
1086
1087         * tree-switch-conversion.c (build_one_array): Make it readonly.
1088
1089 2010-06-01  Richard Guenther  <rguenther@suse.de>
1090
1091         * optabs.c (init_optabs): Guard all accesses to reinit.
1092         * ipa-pure-const.c (propagate): Fix another typo.
1093         * opts.c (common_handle_option): Split assignment to bool.
1094         * c-opts.c (c_common_handle_option): Likewise.
1095
1096 2010-06-01  Arnaud Charlet  <charlet@adacore.com>
1097             Matthew Gingell  <gingell@adacore.com>
1098
1099         * doc/invoke.texi: Mention -fdump-ada-spec.
1100         * tree-dump.c (dump_files): Add ada-spec.
1101         (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
1102         * tree-pass.h (tree_dump_index): Add TDI_ada.
1103         * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
1104         (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
1105         (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
1106         * c-decl.c: Include c-ada-spec.h.
1107         (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
1108         functions.
1109         (c_write_global_declarations): Add handling of -fdump-ada-spec.
1110         * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
1111         * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
1112         * c-ada-spec.h, c-ada-spec.c: New files.
1113
1114 2010-06-01  Richard Guenther  <rguenther@suse.de>
1115
1116         PR lto/43853
1117         * ipa-pure-const.c (get_function_state): Hand back varying state
1118         if we do not have one.
1119         (has_function_state): New function.
1120         (duplicate_node_data): Adjust.
1121         (remove_node_data): Likewise.
1122         (pure_const_write_summary): Likewise.
1123         (propagate): Likewise.  Fix typo.
1124
1125 2010-06-01  Jan Hubicka  <jh@suse.cz>
1126
1127         * tree-cfg.c (verify_stmt): Do not skip could_throw test.
1128         * passes.c (execute_function_todo): Do not make implicit verify_ssa.
1129         (execute_all_ipa_transforms): Do not play with the states.
1130
1131 2010-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
1132
1133         * config/arm/t-linux-androideabi: New.
1134         * config.gcc (arm*-*-linux-androideabi): Include multilib config.
1135
1136 2010-06-01  Jan Hubicka  <jh@suse.cz>
1137
1138         * tree-inline.c (estimate_num_insns): For stdarg functions look
1139         into call statement to count cost of argument passing.
1140
1141 2010-06-01  Kai Tietz  <kai.tietz@onevision.com>
1142
1143         * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
1144         argument for fprintf.
1145         (ix86_output_addr_diff_elt): Likewise.
1146         (x86_function_profiler): Likewise.
1147         * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
1148         (LPREFIX): Likewise.
1149         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1150
1151 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
1152
1153         PR target/44338
1154         * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
1155         fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
1156         fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
1157         fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
1158         fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
1159         fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
1160         fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
1161         Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
1162         TARGET_FUSED_MADD.
1163
1164 2010-05-31  Jan Hubicka  <jh@suse.cz>
1165
1166         * tree.h (tree_range_check_failed): Declare noreturn.
1167
1168 2010-05-31  Jan Hubicka  <jh@suse.cz>
1169
1170         * gimple.c (gimple_call_builtin_p): New function.
1171         * gimple.h (gimple_call_builtin_p): Declare.
1172         * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
1173         to exit.
1174         (execute_warn_function_return): BUILT_IN_RETURN is return.
1175         (split_critical_edges): Return edges are not critical.
1176         (is_ctrl_altering_stmt): Builtin_in_return is altering.
1177         (gimple_verify_flow_info): Handle built_in_return.
1178         (execute_warn_function_return): Handle built_in_return.
1179         * ipa-pure-const.c (check_call): Ignore builtin_return.
1180
1181 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
1182
1183         PR middle-end/44337
1184         * expr.c (expand_assignment): Don't store anything for out-of-bounds
1185         array accesses with non-MEM.
1186
1187         PR tree-optimization/44182
1188         * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
1189         newly needs to end a bb is followed by debug stmts, instead return
1190         true from the function at the end.
1191         (maybe_move_debug_stmts_to_successors): New function.
1192         (copy_cfg_body): Call it if copy_edges_for_bb returned true.
1193
1194 2010-05-31  Kai Tietz  <kai.tietz@onevision.com>
1195
1196         PR target/44161
1197         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
1198
1199 2010-05-31  Eric Botcazou  <ebotcazou@adacore.com>
1200
1201         * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
1202         for nested functions in non-optimized compilation.
1203
1204 2010-05-31  Richard Guenther  <rguenther@suse.de>
1205
1206         * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
1207
1208 2010-05-30  Jan Hubicka  <jh@suse.cz>
1209
1210         * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
1211
1212 2010-05-30  Richard Guenther  <rguenther@suse.de>
1213
1214         PR lto/42975
1215         * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
1216         (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
1217         no longer needed.
1218
1219 2010-05-30  Iain Sandoe  <iains@gcc.gnu.org>
1220
1221         * config/darwin.c (output_objc_section_asm_op): Add comment.
1222         (name_needs_quotes): Add '_' to list of valid comment chars.
1223         (machopic_output_function_base_name): Remove unneeded quotes.
1224         (darwin_encode_section_info): Adjust asm whitespace.
1225         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
1226         (ASM_OUTPUT_LOCAL): Ditto.
1227         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
1228         * config/darwin.h (GLOBAL_ASM_OP): Ditto.
1229         * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
1230
1231 2010-05-30  Eric Botcazou  <ebotcazou@adacore.com>
1232
1233         * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
1234         RS6000_OUTPUT_BASENAME unconditionally.
1235         (rs6000_output_function_epilogue): Likewise.
1236
1237 2010-05-30  Jan Hubicka  <jh@suse.cz>
1238
1239         * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
1240         nodes.
1241
1242 2010-05-30  Richard Guenther  <rguenther@suse.de>
1243
1244         * tree-cfg.c (verify_gimple_assign_single): Implement
1245         verification for COND_EXPR rhs.
1246
1247 2010-05-30  Jan Hubicka  <jh@suse.cz>
1248
1249         * cgraph.h (cgraph_dump_file): Declare.
1250         * cgraphunit.c (cgraph_dump_file): Export.
1251         * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
1252
1253 2010-05-30  Jan Hubicka  <jh@suse.cz>
1254
1255         * dwarf2out.c (reference_to_unused,
1256         premark_types_used_by_global_vars_helper): Avoid creation of new
1257         varpool nodes.
1258
1259 2010-05-30  Jan Hubicka  <jh@suse.cz>
1260
1261         * cgraph.h (cgraph_node_cannot_return,
1262         cgraph_edge_cannot_lead_to_return): New functions.
1263         * cgraph.c (cgraph_node_cannot_return,
1264         cgraph_edge_cannot_lead_to_return): Use them.
1265         * ipa-pure-const.c (pure_const_names): New static var.
1266         (check_call): Handle calls not leading to return.
1267         (pure_const_read_summary): Dump info read.
1268         (propagate): Dump info about propagation process; ignore side effects
1269         of functions not leading to exit; fix handling of pure functions.
1270
1271 2010-05-30  Jan Hubicka  <jh@suse.cz>
1272
1273         * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
1274         for tail call epilogues.
1275
1276 2010-05-30  Jan Hubicka  <jh@suse.cz>
1277
1278         * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
1279         ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
1280         dump files.
1281
1282 2010-05-29  Jan Hubicka  <jh@suse.cz>
1283
1284         * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
1285         node; remove references in node we no longer keep in cgrpah but need
1286         body of.
1287
1288 2010-05-29  Jan Hubicka  <jh@suse.cz>
1289
1290         * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
1291
1292 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1293
1294         PR target/44165
1295         * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
1296
1297 2010-05-29  Jan Hubicka  <jh@suse.cz>
1298
1299         * tree-vrp.c (debug_value_range, debug_all_value_ranges,
1300         debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
1301         * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
1302         debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
1303         debug_names_replaced_by, debug_update_ssa): Likewise.
1304         * sbitmap.c (debug_sbitmap): Likewise.
1305         * genrecog.c (debug_decision, debug_decision_list): Likewise.
1306         * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
1307         debug_tree_chain): Likewise.
1308         * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
1309         * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
1310         * optabs.c  (debug_optab_libfuncs): Likewise.
1311         (verify_loop_closed_ssa): Likewise.
1312         * value-prof.c (verify_histograms): Likewise.
1313         * reload.c (debug_reload_to_stream, debug_reload): Likewise.
1314         * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
1315         * cfghooks.c (verify_flow_info): Likewise.
1316         * fold-const.c (debug_fold_checksum): Likewise.
1317         * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
1318         * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
1319         Likewise.
1320         * omega.c (debug_omega_problem): Likewise.
1321         * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
1322         * tree-ssa-ccp.c (debug_lattice_value): Likewise.
1323         * dominance.c (verify_dominators, debug_dominance_info,
1324         debug_dominance_tree): Likewise.
1325         * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
1326         * df_regno_debug, df_ref_debug,
1327         debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
1328         debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
1329         * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
1330         * sel-sched.c (debug_state): Likewise.
1331         * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
1332         Likewise.
1333         * cfganal.c (print_edge_list, verify_edge_list): Likewise.
1334         * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
1335         * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
1336         * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
1337         Likewise.
1338         * c-pretty-print.c (debug_c_tree): Likewise.
1339         * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
1340         debug_av_set, debug_lv_set, debug_ilist, debug_blist,
1341         debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
1342         * ebitmap.c (debug_ebitmap): Likewise.
1343         * function.c (debug_find_var_in_block_tree): Likewise.
1344         * print-rtl.c (debug_rtx): Likewise.
1345         (debug_rtx_count): Likewise.
1346         (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
1347         * stor-layout.c (debug_rli): Likewise.
1348         * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
1349         * tree-data-ref.c (debug_data_references,
1350         debug_data_dependence_relations, debug_data_reference,
1351         debug_data_dependence_relation, debug_rdg_vertex,
1352         debug_rdg_component, debug_rdg): Likewise.
1353         * tree-affine.c (debug_aff): Likewise.
1354         * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
1355         Likewise.
1356         * except.c (debug_eh_tree, verify_eh_tree): Likewise.
1357         * emit-rtl.c (verify_rtl_sharing): Likewise.
1358         * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
1359         debug_value_expressions): Likewise.
1360         * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
1361         * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
1362         * print-tree.c (debug_tree, debug_vec_tree): Likewise.
1363         * cfglayout.c (verify_insn_chain): Likewise.
1364         * graphite-clast-to-gimple.c (debug_clast_name_indexes,
1365         debug_clast_stmt, debug_generated_program): Likewise.
1366         * ggc-page.c (debug_print_page_list): Likewise.
1367         * tree-ssa-ter.c (debug_ter): Likewise.
1368         * graphite-dependences.c (debug_pddr): Likewise.
1369         * sched-deps.c (debug_ds): Likewise.
1370         * tree-ssa.c (verify_ssa): Likewise.
1371         * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
1372         debug_scattering_functions, debug_iteration_domains, debug_pdr,
1373         debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
1374         debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
1375         * tree-inline.c (debug_find_tree): Likewise.
1376         * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
1377         debug_ppl_powerset_matrix): Likewise.
1378         * var-tracking.c (debug_dv): Likewise.
1379         * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
1380         * cfgloop.c (verify_loop_structure): Likewise.
1381         * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
1382         * c-common.c (verify_sequence_points): Likewise.
1383         * sched-rgn.c (debug_regions, debug_region, debug_candidate,
1384         debug_candidates, debug_rgn_dependencies): Likewise.
1385         * tree-ssa-structalias.c (debug_constraint, debug_constraints,
1386         * debug_constraint_graph, debug_solution_for_var,
1387         debug_sa_points_to_info): Likewise.
1388         * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
1389         Likewie.
1390         * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
1391         debug_loops, debug_loop, debug_loop_num): Likewise.
1392         * passes.c (debug_pass): Likewise.
1393         (dump_properties): Likewise; add cfglayout property.
1394         (debug_properties): Likewise.
1395         * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
1396         * varpool.c (debug_varpool): Likewise.
1397         * regcprop.c (debug_value_data): Likewise.
1398         * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
1399         debug_immediate_uses_for): Likewise.
1400
1401 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
1402
1403         PR bootstrap/44315
1404         * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
1405         Filter out insn-flags.h.
1406
1407 2010-05-29  Jan Hubicka  <jh@suse.cz>
1408
1409         * cgraph.h (struct varpool_node_set_def,
1410         struct cgraph_node_set_def): Remove unused AUX pointer.
1411         (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
1412         VEC_empty macro.
1413
1414 2010-05-29  Jan Hubicka  <jh@suse.cz>
1415
1416         PR middle-end/44324
1417         * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
1418
1419 2010-05-29  Richard Guenther  <rguenther@suse.de>
1420
1421         * lto-streamer.c (cached_bp): New global variable.
1422         (bitpack_create): Return the cached bitpack, if available.
1423         (bitpack_delete): Clear and cache the bitpack, if appropriate.
1424         (bp_pack_value): Remove redundant asserts.
1425
1426 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
1427
1428         PR middle-end/44306
1429         * tree-if-conv.c (is_true_predicate): New.
1430         (is_predicated): Use is_true_predicate.
1431         (add_to_predicate_list): Same.  Do not use unshare_expr.
1432         (add_to_dst_predicate_list): Same.
1433
1434 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
1435
1436         * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
1437         field on edges.
1438         (predicate_bbs): Same.
1439         (clean_predicate_lists): Same.
1440         (find_phi_replacement_condition): Do not AND the predicate from
1441         edge->aux.
1442
1443 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
1444
1445         PR bootstrap/44315
1446         * Makefile.in (build/gencondmd.o): Add a missing `\'.
1447
1448 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1449
1450         PR target/44261
1451         config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
1452         (negdf2): Adjust expander pattern and use negdf2_slow.
1453         (negsf2): Likewise.
1454
1455 2010-05-29  Nathan Froyd  <froydnj@codesourcery.com>
1456
1457         * basic-block.h (struct control_flow_graph): Move last_label_uid field
1458         up.
1459         * df.h (struct df_base_ref): Move regno field up.
1460         * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
1461         * expr.h (struct separate_ops): Move location field up.
1462         * optabs.h (struct optab_d): Move libcall_basename field down.
1463         * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
1464         * config/i386/i386.h (struct machine_function): Convert call_abi field
1465         into a bitfield.  Move cfa field to the end of the structure.
1466
1467 2010-05-29  Jan Hubicka  <jh@suse.cz>
1468
1469         * varpool.c (varpool_get_node): Fix lookup.
1470
1471 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
1472
1473         * config/spu/spu-protos.h: Do not include rtl.h.  Protect
1474         RTL specific prototypes with #ifdef RTX_CODE.
1475         * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
1476         * config/spu/t-spu-elf: Fix dependencies.
1477
1478         * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
1479
1480 2010-05-29  Mike Stump  <mikestump@comcast.net>
1481
1482         PR bootstrap/44315
1483         * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
1484         TM_H when building to avoid dependency loops.
1485
1486 2010-05-29  Jan Hubicka  <jh@suse.cz>
1487
1488         * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
1489         refs and body; not the whole node for masters of materialized
1490         clones.
1491
1492 2010-05-29  Mike Stump  <mikestump@comcast.net>
1493
1494         * config/rs6000/rs6000-c.c: Remove c-tree.h include.
1495
1496 2010-05-29  Jan Hubicka  <jh@suse.cz>
1497
1498         * cgraph.c (clone_function_name): Take SUFFIX argument; export.
1499         (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
1500         use of clone_function_name.
1501         * cgraph.h (cgraph_create_virtual_clone,
1502         cgraph_function_versioning): update prototypes.
1503         (clone_function_name): Declare.
1504         * ipa-cp.c (ipcp_insert_stage): Update call of
1505         cgraph_create_virtual_clone.
1506         * omp-low.c (create_omp_child_function_name): Use
1507         cgraph_create_virtual_clone.
1508         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
1509         (cgraph_function_versioning): Take SUFFIX argument; produce new name
1510         and make decl local.
1511
1512 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
1513
1514         * vec.h: Include statistics.h
1515         * Makefile.in: Introduce VEC_H.  Replace all vec.h dependencies
1516         with VEC_H.
1517
1518 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
1519
1520         * c-lex.c: Do not include c-tree.h.
1521         * c-pretty-print.c: Likewise.
1522         * c-opts.c: Likewise.
1523         * c-gimplify.c: Likewise.
1524         * c-common.c: Likewise.
1525         * c-dump.c: Likewise.  Include c-common.h.
1526
1527 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
1528
1529         * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
1530         before including diagnostic-core.h.
1531         (c_cpp_error): New prototype moved from c-tree.h.
1532         Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
1533         * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
1534         (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
1535         (c_cpp_error): Prototype moved to c-common.h.
1536         * Makefile.in: Update dependency for C_COMMON_H.
1537
1538 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
1539
1540         * c-common.h: Add FIXME for awkward split of c_register_addr_space.
1541         * c-common.c (c_register_addr_space): Remove here.
1542         * c-decl.c (c_register_addr_space): Re-add here.
1543
1544 2010-05-28  Mike Stump  <mikestump@comcast.net>
1545
1546         * config/darwin-c.c: Remove c-tree.h include.
1547
1548 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
1549
1550         * gcc.c: Include diagnostic.h.
1551         (error_count): Remove.  All users changed to use errorcount.
1552         (programname): Remove.  All users changed to use progname.
1553         (fancy_abort, internal_error, fatal_error, error, warning, inform,
1554         fnotice): Remove.
1555         (execute): Don't include "Internal error" and bug reporting
1556         information in argument of internal_error call.
1557         (process_command): Don't increment error_count after calling
1558         perror_with_name.
1559         (input_filename): Rename to gcc_input_filename.  All users
1560         changed.
1561         (main): Call diagnostic_initialize.  Register delete_temp_files
1562         with atexit.  Use seen_error to test for errors.
1563         * gcc.h: Include diagnostic-core.h.
1564         (fatal_error, error, warning): Remove.
1565         * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
1566         (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
1567         (gcc.o): Update dependencies.
1568
1569 2010-05-28  Jeff Law  <law@redhat.com>
1570
1571         * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
1572         functions.
1573         * ira.h (ira_bad_reload_regno): Declare
1574         * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
1575
1576         * ira-color.c (update_curr_costs): Free updated hard reg costs.
1577         (ira_reassign_conflict_allocnos): Remove bogus asserts.
1578         (allocno_reload_assign): Likewise.
1579
1580 2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
1581
1582         * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
1583         build1_stat.
1584
1585 2010-05-28  Richard Guenther  <rguenther@suse.de>
1586
1587         PR lto/44312
1588         * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
1589         Stream fixed-point constants mode.
1590         (unpack_ts_type_value_fields): Fix width of TYPE_MODE
1591         and TYPE_PRECISION.
1592         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
1593         Stream fixed-point constants mode.
1594         (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
1595         and TYPE_PRECISION.
1596
1597 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
1598
1599         * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
1600         only place it was called from.
1601         (number_of_latch_executions): Do not return chrec_dont_know when the
1602         may_be_zero is a runtime condition: instead, return a COND_EXPR
1603         including the may_be_zero condition.
1604         * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
1605         of nb_iterations.
1606         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
1607         COND_EXPRs.
1608
1609 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
1610
1611         * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
1612         generate COND_EXPRs for degenerate_phi_result.
1613
1614 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
1615
1616         PR middle-end/44293
1617         * tree-if-conv.c (if_convertible_loop_p): Check the
1618         if-convertibility of phi nodes in non predicated BBs.
1619
1620 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
1621
1622         * gcc.c (error, warning, inform): Remove duplicate ": " in output.
1623
1624 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
1625
1626         PR driver/15303
1627         * gcc.c (inform, warning, inform): New functions.
1628         (fatal_ice): Rename to internal_error; change cmsgid parameter to
1629         gmsgid.  All callers changed.
1630         (notice): Rename to fnotice; add parameter fp.  All callers
1631         changed.
1632         (fatal_error): Rename to fatal_signal.  All users changed.
1633         (fatal): Rename to fatal_error; change cmsgid parameter to
1634         gmsgid.  All callers changed.
1635         (process_command): Use warning instead of error for warnings.
1636         (end_going_arg): Don't use _() around argument of error.
1637         (do_spec_1): Use inform for message from %n specs.  Use warning
1638         instead of error for warnings.
1639         (main): Use inform for comparison messages.  Use warning for
1640         message about unused linker input.
1641         (error): Increment error_count.  Print "error: ".
1642         * gcc.h (fatal): Change to fatal_error.
1643         (warning): Declare.
1644         * config/darwin-driver.c (darwin_default_min_version): Use warning
1645         instead of fprintf for warnings.
1646         * cppspec.c (lang_specific_driver): Use fatal_error instead of
1647         fatal.
1648
1649 2010-05-28  Julian Brown  <julian@codesourcery.com>
1650
1651         * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
1652         (*thumb2_addsi3_compare0_scratch): New.
1653         * config/arm/constraints.md (Pv): New.
1654         * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
1655         for ARM mode only.
1656         (*addsi3_compare0_scratch): Likewise.
1657
1658 2010-05-28  Jan Hubicka  <jh@suse.cz>
1659
1660         * ipa-reference.c (add_static_var): Remove redundant all_module_statics
1661         check.
1662         (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
1663         only on local statics.
1664
1665 2010-05-28  Iain Sandoe  <iains@gcc.gnu.org>
1666
1667         * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
1668
1669 2010-05-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
1670
1671         PR bootstrap/44314
1672         * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
1673         (OPTION_GLIBC): Define.
1674
1675 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
1676
1677         PR debug/41048
1678         * dwarf2out.c (double_int_type_size_in_bits): New function.
1679         (round_up_to_align): Change first argument and return value to
1680         double_int.
1681         (field_byte_offset): Work internally on double_ints.
1682
1683         PR target/43636
1684         * builtins.c (expand_movstr): Use a temporary pseudo instead
1685         of target even when target is not NULL and not const0_rtx, but
1686         fails movstr predicate.
1687         * config/m32c/blkmov.md (movstr): Add predicate to first operand.
1688
1689 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
1690
1691         * final.c (rest_of_clean_state): Use %m in errors instead of
1692         strerror (errno).
1693         * gengtype.c (read_input_list, close_output_files): Use xstrerror
1694         instead of strerror.
1695         * toplev.c (process_options): Use %m in errors instead of strerror
1696         (errno).
1697         * tree-dump.c (dump_begin): Use %m in errors instead of strerror
1698         (errno).
1699
1700 2010-05-28  Uros Bizjak  <ubizjak@gmail.com>
1701
1702         * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
1703         (ix86_canonical_va_list_type): Make static.  Add declaration.
1704         (ix86_enum_va_list): Make static.  Reindent.
1705         * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
1706         (ix86_canonical_va_list_type): Ditto.
1707         (ix86_enum_va_list): Ditto.
1708
1709 2010-05-28  Richard Guenther  <rguenther@suse.de>
1710
1711         * lto-wrapper.c (run_gcc): With -save-temps generate a
1712         user-visible ltrans filename.  Fixup ltrans unit numbering.
1713
1714 2010-05-28  Kai Tietz  <kai.tietz@onevision.com>
1715
1716         * c-common.c (c_common_nodes_and_builtins): Replace use
1717         of TARGET_ENUM_VA_LIST by target hook enum_va_list.
1718         * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
1719         to ix86_enum_va_list.
1720         * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
1721         * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
1722         (TARGET_ENUM_VA_LIST_P): Add hook description.
1723         * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
1724         * target.h (gcc_target): Add enum_va_list hook.
1725
1726         PR bootstrap/44299
1727         * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
1728         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
1729         * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
1730
1731 2010-05-28  Alan Modra  <amodra@gmail.com>
1732
1733         PR target/44266
1734         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
1735         emit_library_call machinery to set up __tls_get_addr calls.
1736
1737 2010-05-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1738
1739         * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
1740
1741 2010-05-28  Dodji Seketeli  <dodji@redhat.com>
1742
1743         Revert fix for PR c++/44188
1744         * c-common.c (is_typedef_decl): Revert the moving of  this
1745         definition ...
1746         * tree.c (is_typedef_decl): ... here.
1747         (typdef_variant_p): Revert the moving of this  definition
1748         here from gcc/cp/tree.c.
1749         * c-common.h (is_typedef_decl): Revert the moving of this
1750         declaration ...
1751         * tree.h (is_typedef_decl): ... here.
1752         (typedef_variant_p): Revert the moving of this  declaration here
1753         from gcc/cp/cp-tree.h
1754         * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
1755         (gen_tagged_type_die): Revert the splitting out of ...
1756         (gen_type_die_with_usage): ... this function. Revert the anonymous
1757         tagged type handling.
1758         (gen_typedef_die): Revert emitting DW_TAG_typedef  for
1759         typedefs naming anonymous tagged types.
1760
1761 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
1762
1763         * config/rs6000/rs6000-modes.def (PSImode): Delete.
1764
1765 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
1766
1767         * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
1768         * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
1769         throughout.
1770         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
1771         "xer" to "ca".
1772         Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
1773         XER_REGS to CA_REGS throughout.
1774         * config/rs6000/rs6000.h: Same.
1775         (ADDITIONAL_REGISTER_NAMES): Add "xer".
1776         * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO.  Document
1777         that mode_iterator "P" is the size for arithmetic carries as well.
1778         * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
1779
1780 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
1781
1782         PR bootstrap/44255
1783         * combine.c (struct rtx_subst_pair): Define unconditionally.
1784         (propagate_for_debug_subst): Likewise.  If not AUTO_INC_DEC,
1785         copy_rtx pair->to instead of cleanup_auto_inc_dec it.
1786         Call make_compound_operation on pair->to.
1787         (propagate_for_debug): Don't call make_compound_operation here.
1788         Always use simplify_replace_fn_rtx.
1789
1790 2010-05-27  Sterling Augustine  <sterling@tensilica.com>
1791
1792         * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
1793         * config/xtensa/xtensa.c (override_options): Check
1794           TARGET_FORCE_NO_PIC and set flag_pic.
1795         * config/xtensa/xtensa.opt: Document -mforce-no-pic
1796
1797 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
1798
1799         PR bootstrap/44299
1800         * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
1801         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
1802
1803 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
1804
1805         * diagnostic-core.h: New.  Contents moved from diagnostic.h and
1806         toplev.h.
1807         * diagnostic.c: Don't include toplev.h.
1808         (progname): Define.  Moved from toplev.c.
1809         (seen_error): New function.
1810         * diagnostic.h: Include diagnostic-core.h.
1811         (diagnostic_t, emit_diagnostic): Don't declare here.
1812         * toplev.c (progname): Move to toplev.c.
1813         (emit_debug_global_declarations, compile_file, finalize,
1814         do_compile, toplev_main): Use seen_error.
1815         * toplev.h: Include diagnostic-core.h.
1816         (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
1817         internal_error, warning, warning_at, error, error_n, error_at,
1818         fatal_error, pedwarn, permerror, sorry, inform, inform_n,
1819         verbatim, fnotice, progname): Move to diagnostic-core.h.
1820         * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
1821         (expand_builtin_expect): Use seen_error.
1822         * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
1823         (c_make_fname_decl, c_write_global_declarations): Use seen_error.
1824         * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
1825         * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
1826         * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
1827         * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
1828         errorcount for errors.
1829         * c-opts.c (c_common_finish): Use seen_error.
1830         * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
1831         * cgraphunit.c (verify_cgraph_node, verify_cgraph,
1832         cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
1833         * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
1834         (get_coverage_counts): Use seen_error.
1835         * dwarf2out.c (dwarf2out_finish): Use seen_error.
1836         * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
1837         gimplify_body): Use seen_error.
1838         * ipa-inline.c (cgraph_early_inlining): Use seen_error.
1839         * ipa-pure-const.c (gate_pure_const): Use seen_error.
1840         * ipa-reference.c (gate_reference): Use seen_error.
1841         * jump.c: Include diagnostic-core.h instead of diagnostic.h.
1842         * lambda-code.c: Include diagnostic-core.h instead of
1843         diagnostic.h.
1844         * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
1845         * lto-compress.c: Include diagnostic-core.h instead of
1846         diagnostic.h.
1847         * lto-section-in.c: Include diagnostic-core.h instead of
1848         diagnostic.h.
1849         * lto-streamer-out.c: Include diagnostic-core.h instead of
1850         diagnostic.h.
1851         * lto-streamer.c: Include diagnostic-core.h instead of
1852         diagnostic.h.
1853         (gate_lto_out): Use seen_error.
1854         * matrix-reorg.c: Include diagnostic-core.h instead of
1855         diagnostic.h.
1856         * omega.c: Include diagnostic-core.h instead of diagnostic.h.
1857         * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
1858         (gate_expand_omp, lower_omp_1): Use seen_error.
1859         * passes.c: Include diagnostic-core.h instead of diagnostic.h.
1860         (rest_of_decl_compilation, rest_of_type_compilation,
1861         gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
1862         * tree-cfg.c (label_to_block_fn): Use seen_error.
1863         * tree-inline.c (optimize_inline_calls): Use seen_error.
1864         * tree-mudflap.c (mudflap_finish_file): Use
1865         seen_error.
1866         * tree-optimize.c (gate_all_optimizations,
1867         gate_all_early_local_passes, gate_all_early_optimizations): Use
1868         seen_error.
1869         * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
1870         * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
1871         (varpool_remove_unreferenced_decls,
1872         varpool_assemble_pending_decls): Use seen_error.
1873         * Makefile.in (DIAGNOSTIC_CORE_H): Define.
1874         (TOPLEV_H, DIAGNOSTIC_H): Update.
1875         (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
1876         lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
1877         c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
1878         builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
1879         coverage.o, lambda-code.o): Update dependencies.
1880
1881 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
1882
1883         PR c++/44188
1884         * c-common.c (is_typedef_decl): Move this definition ...
1885         * tree.c (is_typedef_decl): ... here.
1886         (typdef_variant_p): Move definition here from gcc/cp/tree.c.
1887         * c-common.h (is_typedef_decl): Move this declaration ...
1888         * tree.h (is_typedef_decl): ... here.
1889         (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
1890         * dwarf2out.c (is_naming_typedef_decl): New function.
1891         (gen_tagged_type_die): Split out of ...
1892         (gen_type_die_with_usage): ... this function. When an anonymous
1893         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
1894         is emitted for the typedef.
1895         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
1896         anonymous tagged types.
1897
1898 2010-05-27  Jason Merrill  <jason@redhat.com>
1899
1900         * print-tree.c (debug_vec_tree): New fn.
1901         (print_vec_tree): New fn.
1902         * tree.h: Declare them.
1903         * gdbinit.in (pvt): New command.
1904
1905         * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
1906
1907         * gdbinit.in (pdd): New command.
1908
1909 2010-05-27  Jan Hubicka  <jh@suse.cz>
1910
1911         * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
1912         (update_caller_keys): Return early if there are no callers;
1913         only update fibheap when decresing the key.
1914         (update_callee_keys): Avoid recursion.
1915         (decide_inlining_of_small_functions): When badness does not match;
1916         re-insert into fibheap.
1917
1918 2010-05-27  Steven Bosscher  <steven@gcc.gnu.org>
1919
1920         * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
1921         (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
1922         (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
1923         (ALL_HOST_OBJS): Now a union of the above two.
1924         <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
1925         all files in ALL_HOST_FRONTEND_OBJS.
1926         * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
1927
1928         * c-common.c: Pretend to be a backend file by undefining
1929         IN_GCC_FRONTEND (still need rtl.h here).
1930
1931 2010-05-27  Jan Hubicka  <jh@suse.cz>
1932
1933         * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
1934         * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
1935
1936 2010-05-27  Jan Hubicka  <jh@suse.cz>
1937
1938         * sched-ebb.c: Rename struct deps to struct deps_desc.
1939         * ddg.c: Likewise.
1940         * sel-sched-ir.c: Likewise.
1941         * sched-deps.c: Likewise.
1942         * sched-int.h: Likewise.
1943         * sched-rgn.c: Likewise.
1944
1945 2010-05-27  Jon Beniston <jon@beniston.com>
1946
1947         PR 43726
1948         * config/lm32/lm32.h: Remove definition of
1949         GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
1950
1951 2010-05-27  Eric Botcazou  <ebotcazou@adacore.com>
1952
1953         PR lto/44230
1954         * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
1955
1956 2010-05-27  Richard Guenther  <rguenther@suse.de>
1957
1958         PR tree-optimization/44284
1959         * tree-vect-stmts.c (vectorizable_assignment): Handle
1960         sign-changing conversions as simple copy.
1961
1962 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
1963
1964         * gthr-posix.h (pthread_cancel): Don't declare if compiling against
1965         Bionic C library.
1966         (__gthread_active_p): Check for pthread_create if compiling against
1967         Bionic C library.
1968
1969 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
1970
1971         Support compilation for Android platform.  Reimplement -mandroid.
1972
1973         * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
1974         (*android*): Set ANDROID_DEFAULT.
1975         (arm*-*-linux*): Include linux-android.h.
1976         (arm*-*-eabi*): Don't include previous -mandroid implementation.
1977         * config/arm/eabi.h: Remove, move Android-specific parts ...
1978         * config/linux-android.h: ... here.  New file.
1979         * config/arm/eabi.opt: Rename to ...
1980         * config/linux-android.opt: ... this.
1981         (mandroid): Allow -mno-android option.  Initialize based on
1982         ANDROID_DEFAULT.
1983         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
1984         Move logic to corresponding LINUX_TARGET_* macros.
1985         (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
1986         * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
1987         (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
1988         Android definitions.
1989         (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
1990         * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
1991         Document.
1992
1993 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
1994
1995         Add support for Bionic C library
1996
1997         * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
1998         macro.
1999         (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
2000         (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
2001
2002         * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
2003         (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
2004         (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
2005         to support multiple C libraries.  Handle Bionic.
2006         (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
2007         (BIONIC_DYNAMIC_LINKER64): Define.
2008         (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
2009         Update.
2010         (TARGET_HAS_SINCOS): Enable for Bionic.
2011
2012         * config/linux.opt: Rewrite to handle more than 2 C libraries.  Make
2013         the last option specified on command line take effect.
2014         (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
2015         (mbionic): New.
2016         (mglibc, muclibc): Update.
2017
2018         * config/alpha/linux-elf.h, config/rs6000/linux64.h,
2019         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
2020         DEFAULT_LIBC.
2021
2022         * doc/invoke.texi (-mglibc, -muclibc): Update.
2023         (-mbionic): Document.
2024
2025 2010-05-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2026
2027         * c-common.h (c_register_addr_space): Add prototype.
2028         (ADDR_SPACE_KEYWORD): Remove.
2029         * c-common.c (c_register_addr_space): New function.
2030         (c_addr_space_name): Reimplement.
2031         (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
2032
2033         * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
2034         (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
2035
2036         * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
2037         Remove TARGET_ADDR_SPACE_KEYWORDS.
2038
2039 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
2040
2041         * input.c: New file.
2042         * input.h (main_input_filename): Move declaration to toplev.h.
2043         * toplev.c (input_location, line_table): Move to input.c
2044         * toplev.h (main_input_filename): Move declaration from input.h.
2045         * tree.c (expand_location): Move to input.c.
2046         * Makefile.in (OBJS-common): Add input.o.
2047         (input.o): Add dependencies.
2048
2049 2010-05-27  Richard Guenther  <rguenther@suse.de>
2050
2051         * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
2052         for non-existant files.
2053         (fork_execute): Mark args_name file as deleted.
2054
2055 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
2056
2057         PR bootstrp/44287
2058         * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
2059         (narrow_signed_type): Likewise.
2060
2061 2010-05-26  Jan Hubicka  <jh@suse.cz>
2062
2063         * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
2064         edge only when checking is enabled; check using former_clone_of;
2065         check inline clones too.
2066         (cgraph_materialize_clone): Record former_clone_of pointer.
2067         (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
2068         combining redirections; dump args_to_skip bitmap
2069         (cgraph_materialize_all_clones): Do no redirection here.
2070         * ipa-inline.c (inline_transform): Do redirection here.
2071         * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
2072         cheking only).
2073
2074 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
2075
2076         * config/avr/avr-c.c: Do not include regs.h.
2077         Include cpplib.h for cpp_define and tree.h for c-common.h.
2078         * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
2079         * config/avr/t-avr: Fix dependencies for avr-c.o.
2080
2081 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
2082
2083         * explow.c (set_stack_check_libfunc): Adjust to accept name as a
2084         string instead of SYMBOL_REF rtx.
2085         * rtl.h (set_stack_check_libfunc): Move prototype from here...
2086         * libfuncs.h: ...to here.  Adjust for explow.c change.
2087
2088 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
2089
2090         * pretty-print.c: Don't include ggc.h.
2091         (identifier_to_locale_alloc, identifier_to_locale_free): Define.
2092         (identifier_to_locale): Use them for allocation.
2093         * pretty-print.h (identifier_to_locale_alloc,
2094         identifier_to_locale_free): Declare.
2095         * toplev.c (alloc_for_identifier_to_locale): New.
2096         (general_init): Set identifier_to_locale_alloc and
2097         identifier_to_locale_free.
2098         * Makefile.in (pretty-print.o): Update dependencies.
2099
2100 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
2101
2102         * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
2103         pointer types if they have different alignment or mode.
2104
2105 2010-05-26  Anatoly Sokolov  <aesok@post.ru>
2106
2107         * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
2108         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
2109         * config/sparc/sparc-protos.h (function_value): Remove declaration.
2110         * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
2111         sparc_function_value_regno_p): New functions.
2112         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
2113         TARGET_FUNCTION_VALUE_REGNO_P): Define.
2114         (function_value): Rename to...
2115         (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
2116         argument to 'outgoing'.
2117         (function_arg_record_value, function_arg_union_value,
2118         function_arg_vector_value): Update comment.
2119
2120 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
2121
2122         * dwarf2out.c (struct dw_fde_struct): Reorder flags.
2123         (fde_needed_for_eh_p): New predicate.
2124         (output_call_frame_info): Use it throughout to decide whether FDEs
2125         are needed for EH purpose.
2126         (dwarf2out_begin_prologue): Reorder assignments.
2127
2128 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
2129
2130         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
2131         special case loop->header.
2132         (is_predicated): New.
2133         (if_convertible_loop_p): Call it.
2134
2135 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
2136
2137         * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
2138         iterator in parameter.  Do not generate code during the analysis.
2139         (tree_if_convert_cond_stmt): Removed.
2140         (tree_if_convert_stmt): Removed.
2141         (predicate_bbs): New.
2142         (if_convertible_loop_p): Call predicate_bbs.
2143         (tree_if_conversion): Simplify the top-level logic as predicate_bbs
2144         now contains all the analysis part.
2145
2146 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
2147
2148         * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
2149         statements in the analysis part.
2150         (tree_if_convert_stmt): Update comment.
2151         (remove_conditions_and_labels): New.
2152         (combine_blocks): Call remove_conditions_and_labels.
2153         (tree_if_conversion): Update comment.
2154
2155 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
2156
2157         * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
2158         than 2 predecessors or more than 2 successors.
2159
2160 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
2161
2162         * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
2163         of loops in which the data dependence analysis fails.
2164
2165 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
2166
2167         * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
2168         CDI_POST_DOMINATORS.
2169         (tree_if_conversion): Same.
2170
2171 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
2172
2173         * tree-if-conv.c (tree_if_conversion): Do not return a bool.
2174
2175 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
2176
2177         * tree-if-conv.c: Update copyright years.  Fix comments.
2178         Fix indentation.
2179
2180 2010-05-26  Kai Tietz  <kai.tietz@onevision.com>
2181
2182         * builtin-types.def (BT_INT128): New primitive type.
2183         (BT_UINT128): Likewise.
2184         * c-common.c (c_common_r): Add __int128 keyword.
2185         (c_common_type_for_size): Handle __int128.
2186         (c_common_type_for_mode): Likewise.
2187         (c_common_signed_or_unsigned_type): Likewise.
2188         (c_common_nodes_and_builtins): Add builtin type
2189         if target supports 128-bit integer scalar.
2190         * c-common.h (enum rid): Add RID_INT128.
2191         * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
2192         if target supports 128-bit integer scalar.
2193         * c-decl.c (declspecs_add_type): Handle new keyword __int128.
2194         (finish_declspecs): Likewise.
2195         * c-parser.c (c_token_starts_typename): Handle RID_INT128.
2196         (c_token_starts_declspecs): Likewise.
2197         (c_parser_declspecs): Likewise.
2198         (c_parser_attributes): Likewise.
2199         (c_parser_objc_selector): Likewise.
2200         * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
2201         * c-tree.h (enum c_typespec_keyword): Add cts_int128.
2202         * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
2203         * tree.c (make_or_reuse_type): Likewise.
2204         (make_unsigned_type): Likewise.
2205         (build_common_tree_nodes_2): Likewise.
2206         * tree.h (enum integer_type_kind): Add itk_int128 and
2207         itk_unsigned_int128.
2208         (int128_integer_type_node): New define.
2209         (int128_unsigned_type_node): New define.
2210         * doc/extend.texi: Add documentation about __int128 type.
2211
2212 2010-05-26  Richard Guenther  <rguenther@suse.de>
2213
2214         * tree-ssa-sccvn.c (copy_nary): Adjust.
2215         (copy_phis): Rename to ...
2216         (copy_phi): ... this.  Adjust.
2217         (copy_references): Rename to ...
2218         (copy_reference): ... this.  Adjust.
2219         (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
2220         result into the valid table.
2221
2222 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
2223
2224         * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
2225         insn-config.h, insn-codes.h, recog.h, and optabs.h.
2226
2227 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2228
2229         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
2230
2231 2010-05-26  Richard Guenther  <rguenther@suse.de>
2232
2233         * opts.c (common_handle_option): Handle OPT_Ofast.
2234
2235 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
2236
2237         * diagnostic.c: Don't include opts.h.
2238         (permissive_error_option): Define.
2239         (diagnostic_initialize): Take n_opts parameter.  Allocate memory
2240         for classify_diagnostic.  Don't use memset for
2241         classify_diagnostic.  Initialize new and recently added fields.
2242         (diagnostic_classify_diagnostic): Use context->n_opts instead of
2243         N_OPTS.
2244         (diagnostic_report_diagnostic): Pass context parameter to
2245         diagnostic_report_warnings_p.  Use option_enabled and option_name
2246         hooks from context.
2247         (emit_diagnostic): Use permissive_error_option.
2248         (permerror): Likewise.
2249         * diagnostic.h: Don't include options.h.
2250         (struct diagnostic_context): Add n_opts, opt_permissive,
2251         inhibit_warnings, warn_system_headers, option_enabled and
2252         option_name fields.  Change classify_diagnostic to a pointer.
2253         * opts-diagnostic.h: New file.
2254         * opts.c: Include opts-diagnostic.h.
2255         (common_handle_option): Set global_dc fields for -Wfatal-errors,
2256         -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
2257         (option_name): New function.
2258         * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
2259         (c_common_handle_option): Set global_dc->permissive for
2260         -fpermissive.
2261         * c-common.c (c_cpp_error): Save and restore
2262         global_dc->warn_system_headers, not variable warn_system_headers.
2263         * toplev.c: Include opts-diagnostic.h.
2264         (general_init): Update call to diagnostic_initialize.  Set
2265         global_dc->show_column, global_dc->option_enabled and
2266         global_dc->option_name.
2267         (process_options): Don't set global_dc fields here.
2268         * Makefile.in (DIAGNOSTIC_H): Remove options.h.
2269         (diagnostic.o, opts.o, toplev.o): Update dependencies.
2270
2271 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
2272
2273         * config/picochip/picochip.md (movsi): Split a movsi from a
2274         const after reload.
2275
2276 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2277
2278         * ggc-zone.c: Update copyright year.
2279         (poison_region): Mark memory for Valgrind as undefined before
2280         memset () call and inaccessible afterwards.
2281         (ggc_pch_total_size): Change type of i to int.
2282
2283 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2284
2285         * ggc-common.c (ggc_free_overhead): Allow empty slot.
2286
2287 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2288
2289         * ggc-common.c: Update copyright year.
2290         (ggc_rlimit_bound): Remove prototype.  Compile only if
2291         !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
2292         (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
2293         && !ENABLE_GC_ALWAYS_COLLECT.  Make static.
2294         (ggc_min_heapsize_heuristic): Likewise.
2295
2296 2010-05-26  Richard Guenther  <rguenther@suse.de>
2297
2298         PR rtl-optimization/44164
2299         * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
2300         no-common access-path disambiguation.
2301         (indirect_ref_may_alias_decl_p): Adjust.
2302         (indirect_refs_may_alias_p): Likewise.
2303         (refs_may_alias_p_1): Likewise.
2304
2305 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
2306
2307         * c-typeck.c: Do not include expr.h.
2308
2309 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
2310
2311         * rtl.h (decl_default_tls_model): Move prototype from here...
2312         * output.h: ...to here.
2313         * c-decl.c: Do not include rtl.h.
2314         * c-pragma.c: Likewise.
2315         * c-parser.c: Likewise.
2316         * c-gimplify.c: Likewise.  And also not hard-reg-set.
2317         * c-common.c: Do not include rtl.h.  Include tm_p.h and add a
2318         FIXME note for it.  Add a FIXME note for expr.h.
2319         * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
2320         ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
2321         defined.
2322
2323 2010-05-26  Jakub Jelinek  <jakub@redhat.com>
2324
2325         PR target/44199
2326         * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
2327         or total_size is larger than red zone size for non-V4 ABI, emit a
2328         stack_tie resp. frame_tie insn before stack pointer restore.
2329         * config/rs6000/rs6000.md (frame_tie): New insn.
2330
2331 2010-05-25  Eric Botcazou  <ebotcazou@adacore.com>
2332
2333         * function.h (struct function): Add can_throw_non_call_exceptions bit.
2334         * lto-streamer-in.c (input_function): Stream it in.
2335         * lto-streamer-out.c (output_function): Stream it out.
2336         * function.c (allocate_struct_function): Set it.
2337         (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
2338         for flag_non_call_exceptions.
2339         * cfgbuild.c (control_flow_insn_p): Likewise.
2340         (make_edges): Likewise.
2341         * cfgexpand.c (expand_stack_alignment): Likewise.
2342         * combine.c (distribute_notes): Likewise.
2343         * cse.c (cse_extended_basic_block): Likewise.
2344         * except.c (insn_could_throw_p): Likewise.
2345         * gcse.c (simple_mem): Likewise.
2346         * ipa-pure-const.c (check_call): Likewise.
2347         (check_stmt ): Likewise.
2348         * lower-subreg.c (lower-subreg.c): Likewise.
2349         * optabs.c (emit_libcall_block): Likewise.
2350         (prepare_cmp_insn): Likewise.
2351         * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
2352         * postreload.c (rest_of_handle_postreload): Likewise.
2353         * reload1.c (reload_as_needed): Likewise.
2354         (emit_input_reload_insns): Likewise.
2355         (emit_output_reload_insns): Likewise.
2356         (fixup_abnormal_edges): Likewise.
2357         * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
2358         * store-motion.c (find_moveable_store): Likewise.
2359         * tree-eh.c (stmt_could_throw_p): Likewise.
2360         (tree_could_throw_p): Likewise.
2361         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
2362         * config/arm/arm.c (arm_expand_prologue): Likewise.
2363         (thumb1_expand_prologue): Likewise.
2364         * config/rx/rx.md (cbranchsf4): Likewise.
2365         (cmpsf): Likewise.
2366         * config/s390/s390.c (s390_emit_prologue): Likewise.
2367         * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
2368         (inline_forbidden_into_p): New predicate.
2369         (expand_call_inline): Use it to forbid inlining.
2370         (tree_can_inline_p): Likewise.
2371
2372 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2373
2374         * config/i386/i386-c.c: Do not include rtl.h.
2375         * config/i386/t-i386: Update dependencies.
2376
2377 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2378
2379         * attribs.c: Do not include rtl.h.
2380         * Makefile.in: Update dependencies.
2381
2382 2010-05-25  Anatoly Sokolov  <aesok@post.ru>
2383
2384         * double-int.h (double_int_and): New.
2385         * combine.c (try_combine): Clean up, use double_int_* and
2386         immed_double_int_const functions.
2387
2388 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2389
2390         * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
2391         stderr to /dev/null instead of grep -q.
2392         * configure: Regenerate.
2393
2394 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
2395
2396         * Makefile.in (EXCEPT_H): Fix typo.
2397
2398 2010-05-25  Vladimir Makarov <vmakarov@redhat.com>
2399
2400         * ira-build.c (update_conflict_hard_reg_costs): New.
2401         (ira_build): Call update_conflict_hard_reg_costs.
2402
2403 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
2404
2405         PR debug/41371
2406         * var-tracking.c (find_loc_in_1pdv): Guard asserts with
2407         ENABLE_CHECKING.
2408         (intersect_loc_chains): Walk the s2var's loc_chain together
2409         with s1node chain as long as the locations are equal, don't
2410         call find_loc_in_1pdv in that case.
2411
2412         PR debug/42801
2413         * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
2414         (copy_bind_expr): ... instead of here.
2415         (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
2416         if the block hasn't been remapped.
2417         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
2418         emitting concrete instance of abstract VLA, add DW_AT_type attribute.
2419
2420 2010-05-25  Richard Guenther  <rguenther@suse.de>
2421
2422         PR middle-end/44069
2423         * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
2424         out-of-bounds array accesses.
2425
2426 2010-05-25  Richard Guenther  <rguenther@suse.de>
2427
2428         * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
2429         (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
2430         (run_gcc): Re-organize to make cleanup easier.
2431
2432 2010-05-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2433
2434         * config/s390/s390.c (optimization_options): Fix and move the
2435         flag_prefetch_loop_arrays override ...
2436         (override_options): ... here.
2437
2438 2010-05-25  Joseph Myers  <joseph@codesourcery.com>
2439
2440         * diagnostic.c: Don't include plugin.h.
2441         (diagnostic_report_diagnostic): Don't handle plugins specially
2442         here.  Pass context to internal_error callback.
2443         * diagnostic.h (struct diagnostic_context): Add context parameter
2444         to internal_error callback.
2445         * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
2446         * plugin.h (struct diagnostic_context): Declare.
2447         (warn_if_plugins, plugins_internal_error_function): Declare.
2448         * toplev.c (general_init): Set global_dc->internal_error.
2449         * Makefile.in (diagnostic.o): Update dependencies.
2450
2451 2010-05-25 Iain Sandoe  <iains@gcc.gnu.org>
2452
2453         * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
2454         * config/rs6000/t-darwin64: New.
2455         * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
2456         build crt2.
2457
2458 2010-05-25  Christian Borntraeger  <borntraeger@de.ibm.com>
2459
2460         PR 44203
2461         * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
2462         match the original (and intended) behaviour before r159557.  This
2463         changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
2464         in two ways.
2465
2466 2010-05-25  Richard Guenther  <rguenther@suse.de>
2467
2468         * doc/invoke.texi: Document -Ofast.
2469         * target.h (struct gcc_target): Add handle_ofast.
2470         * target-def.h (TARGET_HANDLE_OFAST): Add.
2471         (TARGET_INITIALIZER): Adjust.
2472         * opts.c (decode_options): Handle -Ofast.  Enable -ffast-math with it.
2473         * common.opt (Ofast): Add.
2474
2475 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
2476
2477         * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
2478         * doc/md.texi (cstoreXX4): Update for cond-optab changes.
2479
2480 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
2481
2482         PR target/43610
2483         * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
2484         even if !FLOAT_LIB_COMPARE_RETURNS_BOOL.  Always compute true_rtx and
2485         false_rtx.  Use false_rtx to compute the correct *ptest for reversed
2486         comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
2487
2488 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
2489
2490         * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
2491         DW_OP_minus with negated offset instead of DW_OP_plus.
2492         (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
2493
2494 2010-05-25  Wei Guozhi  <carrot@google.com>
2495
2496         * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
2497         tst instruction and a new alternative.
2498         * config/arm/constraints.md (Pu): New constraint.
2499
2500 2010-05-24  Sebastian Pop  <sebastian.pop@amd.com>
2501
2502         * function.c (assign_stack_local_1): Initialize variable
2503         to avoid warning when bootstrapping at -O3.
2504
2505 2010-05-24  Steven Bosscher  <steven@gcc.gnu.org>
2506
2507         * configure.ac (all_lang_makefiles): Remove everything related to it.
2508         * configure: Regenerate.
2509         * Makefile.in: Fix reference to ada Make-lang.in.
2510         Remove support for LANG_MAKEFILES.
2511
2512 2010-05-24  Daniel Jacobowitz  <dan@codesourcery.com>
2513             Sandra Loosemore  <sandra@codesourcery.com>
2514
2515         * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
2516         * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
2517         description.  Add arm_neon_fp16_ok.
2518         (Add Options): Add arm_neon and arm_neon_fp16.
2519
2520 2010-05-24  Joseph Myers  <joseph@codesourcery.com>
2521
2522         * diagnostic.c: Don't include flags.h.
2523         (pedantic_warning_kind, permissive_error_kind): Take diagnostic
2524         context parameters.  Check flags in the context passed as a parameter.
2525         (diagnostic_build_prefix): Add context parameter.  Check
2526         show_column flag in context.
2527         (diagnostic_action_after_output): Check fatal_errors flag in context.
2528         (diagnostic_report_current_module): Check show_column flag in context.
2529         (default_diagnostic_starter): Update call to
2530         diagnostic_build_prefix.
2531         (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
2532         (emit_diagnostic): Pass context to permissive_error_kind.
2533         (permerror): Pass context to permissive_error_kind.
2534         * diagnostic.h (struct diagnostic_context): Add show_column,
2535         pedantic_errors, permissive and fatal_errors fields.
2536         (diagnostic_build_prefix): Update prototype.
2537         * langhooks.c
2538         * toplev.c (process_options): Set flags in global_dc from
2539         flag_show_column, flag_pedantic_errors, flag_permissive,
2540         flag_fatal_errors.
2541         * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
2542         to diagnostic_build_prefix.
2543         * Makefile.in (diagnostic.o): Update dependencies.
2544
2545 2010-05-24  H.J. Lu  <hongjiu.lu@intel.com>
2546
2547         * config/i386/ia32intrin.h (__crc32q): Define only if
2548         __SSE4_2__ is defined.
2549
2550 2010-05-24  Iain Sandoe  <iains@gcc.gnu.org>
2551
2552         PR target/44132
2553         PR middle-end/43602
2554         * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
2555         DECL_VISIBILITY_SPECIFIED.
2556         (emutls_decl): Set DECL_PRESERVE_P and copy
2557         DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
2558         (emutls_finalize_control_var): New callback.
2559         (emutls_finish): Finalize emutls control variables.
2560         * toplev.c (compile_file): Move the call to emutls_finish ()
2561         before varpool_assemble_pending_decls ().
2562
2563 2010-05-24  Daniel Gutson  <dgutson@codesourcery.com>
2564
2565         * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
2566         added to the preprocessor condition.
2567
2568 2010-05-24  Paul Brook  <paul@codesourcery.com>
2569
2570         * gengtype-lex.l: Add HARD_REG_SET.
2571         * expr.c (expand_expr_real_1): Record writes to hard registers.
2572         * function.c (rtl_data): Add asm_clobbers.
2573         * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
2574         (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
2575         Use crtl->asm_clobbers.
2576
2577 2010-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2578
2579         * doc/makefile.texi (Makefile): Mention stages 'profile'
2580         and 'feedback' for profiledbootstrap.
2581
2582 2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>
2583
2584         PR target/44245
2585         * config/i386/i386.c (def_builtin): Properly check
2586         OPTION_MASK_ISA_64BIT.
2587
2588 2010-05-23  Joseph Myers  <joseph@codesourcery.com>
2589
2590         * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
2591         typedefs with different but compatible types.  Allow duplicate
2592         typedefs with the same type except for pedantic non-C1X, but give
2593         warning for variably modified types.
2594         * c-typeck.c (tagged_types_tu_compatible_p,
2595         function_types_compatible_p, type_lists_compatible_p,
2596         comptypes_internal): Add parameter different_types_p; set
2597         *different_types_p for different but compatible types.  All
2598         callers changed.
2599         (comptypes_check_different_types): New.
2600         * c-tree.h (comptypes_check_different_types): Declare.
2601
2602 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
2603
2604         * regs.h: Do not include obstack.h, basic-block.h.  Include machmode.h.
2605         * jump.c: Include basic-block.h.
2606         * profile.c: Likewise.
2607         * tree-profile.c: Likewise.
2608         * coverage.c: Likewise.
2609         * basic-block.h (optimize_function_for_size_p): Move to function.h.
2610         (optimize_function_for_speed_p): Likewise.
2611         * function.h (optimize_function_for_size_p,
2612         optimize_function_for_speed_p): Moved here from basic-block.h.
2613         * Makefile.in: Update dependencies.
2614
2615 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2616
2617         * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
2618         before calling make; allow override through $MAKE.
2619         * doc/invoke.texi (Optimize Options): Document override.
2620
2621 2010-05-23  Anatoly Sokolov  <aesok@post.ru>
2622
2623         * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
2624         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
2625         (rs6000_mode_dependent_address_ptr): Make static.
2626         * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
2627         * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
2628         Remove.
2629
2630 2010-05-23  Maarten Lankhorst  <mlankhorst@codeweavers.com>
2631
2632         PR target/43869
2633         * config/i386/i386.c: Make sure that the correct regparm is passed.
2634
2635 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
2636
2637         * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
2638         * sbitmap.c: ...to here to internalize sbitmap element access.
2639         Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
2640         Explain why basic-block.h is included.
2641         * function.h: Include tm.h for CUMULATIVE_ARGS.
2642         * Makefile.in: Update dependencies.
2643
2644 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
2645
2646         * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
2647         New core types.
2648         * sbitmap.h (struct sbitmap_def): Do not typedef here.
2649         * sbitmap.c: Include sbitmap.h.
2650         * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
2651         hard-reg-set.h.  Split everything related to regsets out from here...
2652         * regset.h: ...to here.  New file.
2653         * df.h: Include regset.h and sbitmap.h.
2654         * tree-flow.h: Likewise.
2655         * cfgloop.h: Likewise.
2656         * except.h: Do not include sbitmap.h.  Include hashtab.h.
2657         * cgraph.h: Include vec.h and function.h.
2658         * reload.h (struct insn_chain): Change types of live_throughout
2659         and dead_or_set from regset_head to bitmap_head.
2660         (compute_use_by_pseudos): Be defined also if regset.h is not included.
2661         * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
2662         spilled_regs from regset_head to bitmap_head to avoid dependency
2663         in regset.h.
2664         * sel-sched-ir.h: Include regset.h.
2665         * reload.c: Include df.h before reload.h.
2666         * caller-save.c: Likewise.
2667         * reload1.c: Likewise.
2668         * ira.c: Likewise.
2669         (mark_elimination): Update type of r to bitmap, consistent with
2670         DF_LR_IN.
2671         * dominance.c: Include bitmap.h.
2672         * modulo-sched.c: Include df.h.
2673         * cfganal.c: Include bitmap.h and sbitmap.h.
2674         * cfgbuild.c: Include sbitmap.h.
2675         * lcm.c: Include sbitmap.h.
2676         * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
2677         * domwalk.c: Include sbitmap.h, exclude ggc.h.
2678         * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
2679         * cselib.c: Include bitmap.h.
2680         * tree-optimize.c: Include regset.h.
2681         * stmt.c: Include bitmap.h.
2682         * Makefile.in: Update dependencies.
2683
2684 2010-05-22  Jan Hubicka  <jh@suse.cz>
2685
2686         * cgraph.h (struct varpool_node): Add same_comdat_group.
2687         * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
2688         pointer.
2689         (output_varpool): Update call of lto_output_varpool_node.
2690         (input_varpool): Read same_comdat_group pointer.
2691         (input_varpool_1): Fixup same_comdat_group pointer.
2692         * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
2693         group is needed, all are.
2694         * varpool.c (varpool_remove_node): Remove node from same comdat group
2695         linklist too.
2696         (varpool_analyze_pending_decls): Walk same comdat groups.
2697
2698 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
2699
2700         * rtl.h (union rtunion_def): Remove rt_bit member.
2701         (XBITMAP, X0BITMAP, XCBITMAP): Remove.
2702         * print-rtl (print_rtx): Do not print the member.
2703         * gengtype.c (adjust_field_rtx_def): Do not handle it.
2704         * gengenrtl.c (type_from_format): Likewise.
2705         (accessor_from_format): Likewise.
2706
2707 2010-05-22  Joseph Myers  <joseph@codesourcery.com>
2708
2709         * dbgcnt.c: Include toplev.h instead of errors.h.
2710         * ira-emit.c: Don't include errors.h.
2711         * ira.c: Include toplev.h instead of errors.h.
2712         * lto-compress.c: Include toplev.h instead of errors.h.
2713         * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
2714         ira.o, dbgcnt.o): Update dependencies.
2715
2716 2010-05-22  Richard Guenther  <rguenther@suse.de>
2717
2718         * gimple.c (gimple_types_compatible_p): Check type qualifications
2719         before merging pointer to complete and pointer to incomplete type.
2720         * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
2721         we use our own resolution algorithm.  The gold linker plugin
2722         doesn't do the job we want it to do here.
2723
2724 2010-05-22  Anatoly Sokolov  <aesok@post.ru>
2725
2726         * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
2727         * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
2728         (sparc_mode_dependent_address_p): New function.
2729
2730 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
2731
2732         * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
2733
2734         * timevar.c: Do not include any core headers.
2735         (timevar_print): De-i18n-ize.
2736         (print_time): Likewise.
2737         * timevar.h (timevar_push, timevar_pop): Make inline functions.
2738
2739 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
2740
2741         * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
2742         langhooks-def.h.
2743         (diagnostic_initialize): Initialize x_data not last_function.
2744         (diagnostic_report_current_function): Move to tree-diagnostic.c.
2745         (default_diagnostic_starter): Call
2746         diagnostic_report_current_module not
2747         diagnostic_report_current_function.
2748         (diagnostic_report_diagnostic): Initialize x_data not
2749         abstract_origin.
2750         (verbatim): Likewise.
2751         * diagnostic.h (struct diagnostic_info): Change abstract_origin to
2752         x_data.
2753         (struct diagnostic_context): Change last_function to x_data.
2754         (diagnostic_auxiliary_data): Replace with
2755         diagnostic_context_auxiliary_data and
2756         diagnostic_info_auxiliary_data.
2757         (diagnostic_last_function_changed, diagnostic_set_last_function,
2758         diagnostic_report_current_function): Move to tree-diagnostic.h.
2759         (print_declaration, dump_generic_node, print_generic_stmt,
2760         print_generic_stmt_indented, print_generic_expr,
2761         print_generic_decl, debug_c_tree, dump_omp_clauses,
2762         print_call_name, debug_generic_expr, debug_generic_stmt,
2763         debug_tree_chain, default_tree_printer): Move to
2764         tree-pretty-print.h.
2765         (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
2766         print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
2767         gimple-pretty-print.h.
2768         * pretty-print.c: Don't include tree.h
2769         (pp_base_format): Don't handle %K here.
2770         (pp_base_tree_identifier): Move to tree-pretty-print.c.
2771         * pretty-print.h (text_info): Change abstract_origin to x_data.
2772         (pp_tree_identifier, pp_unsupported_tree,
2773         pp_base_tree_identifier): Move to tree-pretty-print.h.
2774         * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
2775         tree-pretty-print.h: New files.
2776         * tree-pretty-print.c: Include tree-pretty-print.h.
2777         (percent_K_format): New.  Moved from pretty-print.c.
2778         (pp_base_tree_identifier): Move from pretty-print.c.
2779         * c-objc-common.c: Include tree-pretty-print.h.
2780         (c_tree_printer): Handle %K here.
2781         * langhooks.c: Include tree-diagnostic.h.
2782         (lhd_print_error_function): Use diagnostic_abstract_origin macro.
2783         * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
2784         (default_tree_printer): Handle %K using percent_K_format.
2785         (general_init): Use default_tree_diagnostic_starter.
2786         * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
2787         (free_lang_data): Use default_tree_diagnostic_starter.
2788         * c-pretty-print.c: Include tree-pretty-print.h.
2789         * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
2790         * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
2791         * dwarf2out.c: Include tree-pretty-print.h.
2792         * except.c: Include tree-pretty-print.h.
2793         * gimple-pretty-print.c: Include tree-pretty-print.h and
2794         gimple-pretty-print.h.
2795         * gimplify.c: Include tree-pretty-print.h.
2796         * graphite-poly.c: Include tree-pretty-print.h and
2797         gimple-pretty-print.h.
2798         * ipa-cp.c: Include tree-pretty-print.h.
2799         * ipa-inline.c: Include gimple-pretty-print.h.
2800         * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
2801         * ipa-pure-const.c: Include gimple-pretty-print.h.
2802         * ipa-struct-reorg.c: Include tree-pretty-print.h and
2803         gimple-pretty-print.h.
2804         * ipa-type-escape.c: Include tree-pretty-print.h.
2805         * print-rtl.c: Include tree-pretty-print.h.
2806         * print-tree.c: Include gimple-pretty-print.h.
2807         * sese.c: Include tree-pretty-print.h.
2808         * tree-affine.c: Include tree-pretty-print.h.
2809         * tree-browser.c: Include tree-pretty-print.h.
2810         * tree-call-cdce.c: Include gimple-pretty-print.h.
2811         * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
2812         * tree-chrec.c: Include tree-pretty-print.h.
2813         * tree-data-ref.c: Include tree-pretty-print.h and
2814         gimple-pretty-print.h.
2815         * tree-dfa.c: Include tree-pretty-print.h.
2816         * tree-if-conv.c: Include tree-pretty-print.h and
2817         gimple-pretty-print.h.
2818         * tree-inline.c: Include tree-pretty-print.h.
2819         * tree-into-ssa.c: Include tree-pretty-print.h and
2820         gimple-pretty-print.h.
2821         * tree-nrv.c: Include tree-pretty-print.h.
2822         * tree-object-size.c: Include tree-pretty-print.h and
2823         gimple-pretty-print.h.
2824         * tree-outof-ssa.c: Include tree-pretty-print.h and
2825         gimple-pretty-print.h.
2826         * tree-parloops.c: Include tree-pretty-print.h and
2827         gimple-pretty-print.h.
2828         * tree-predcom.c: Include tree-pretty-print.h and
2829         gimple-pretty-print.h.
2830         * tree-scalar-evolution.c: Include tree-pretty-print.h and
2831         gimple-pretty-print.h.
2832         * tree-sra.c: Include tree-pretty-print.h.
2833         * tree-ssa-address.c: Include tree-pretty-print.h.
2834         * tree-ssa-alias.c: Include tree-pretty-print.h.
2835         * tree-ssa-ccp.c: Include tree-pretty-print.h and
2836         gimple-pretty-print.h.
2837         * tree-ssa-coalesce.c: Include tree-pretty-print.h.
2838         * tree-ssa-copy.c: Include tree-pretty-print.h and
2839         gimple-pretty-print.h.
2840         * tree-ssa-copyrename.c: Include tree-pretty-print.h.
2841         * tree-ssa-dce.c: Include tree-pretty-print.h and
2842         gimple-pretty-print.h.
2843         * tree-ssa-dom.c: Include tree-pretty-print.h and
2844         gimple-pretty-print.h.
2845         * tree-ssa-dse.c: Include gimple-pretty-print.h.
2846         * tree-ssa-forwprop.c: Include tree-pretty-print.h.
2847         * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
2848         * tree-ssa-live.c: Include tree-pretty-print.h and
2849         gimple-pretty-print.h.
2850         * tree-ssa-loop-im.c: Include tree-pretty-print.h and
2851         gimple-pretty-print.h.
2852         * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
2853         gimple-pretty-print.h.
2854         * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
2855         gimple-pretty-print.h.
2856         * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
2857         gimple-pretty-print.h.
2858         * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
2859         * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
2860         * tree-ssa-operands.c: Include tree-pretty-print.h and
2861         gimple-pretty-print.h.
2862         * tree-ssa-phiprop.c: Include tree-pretty-print.h and
2863         gimple-pretty-print.h.
2864         * tree-ssa-pre.c: Include tree-pretty-print.h and
2865         gimple-pretty-print.h.
2866         * tree-ssa-propagate.c: Include gimple-pretty-print.h.
2867         * tree-ssa-reassoc.c: Include tree-pretty-print.h and
2868         gimple-pretty-print.h.
2869         * tree-ssa-sccvn.c: Include tree-pretty-print.h and
2870         gimple-pretty-print.h.
2871         * tree-ssa-sink.c: Include gimple-pretty-print.h.
2872         * tree-ssa-ter.c: Include tree-pretty-print.h and
2873         gimple-pretty-print.h.
2874         * tree-ssa-uninit.c: Include gimple-pretty-print.h.
2875         * tree-ssa.c: Include tree-pretty-print.h and
2876         gimple-pretty-print.h.
2877         * tree-stdarg.c: Include gimple-pretty-print.h.
2878         * tree-switch-conversion.c: Include gimple-pretty-print.h.
2879         * tree-tailcall.c: Include tree-pretty-print.h and
2880         gimple-pretty-print.h.
2881         * tree-vect-data-refs.c: Include tree-pretty-print.h and
2882         gimple-pretty-print.h.
2883         * tree-vect-loop-manip.c: Include tree-pretty-print.h and
2884         gimple-pretty-print.h.
2885         * tree-vect-loop.c: Include tree-pretty-print.h and
2886         gimple-pretty-print.h.
2887         * tree-vect-patterns.c: Include gimple-pretty-print.h.
2888         * tree-vect-slp.c: Include tree-pretty-print.h and
2889         gimple-pretty-print.h.
2890         * tree-vect-stmts.c: Include tree-pretty-print.h and
2891         gimple-pretty-print.h.
2892         * tree-vectorizer.c: Include tree-pretty-print.h.
2893         * tree-vrp.c: Include tree-pretty-print.h and
2894         gimple-pretty-print.h.
2895         * value-prof.c: Include tree-pretty-print.h and
2896         gimple-pretty-print.h.
2897         * var-tracking.c: Include tree-pretty-print.h.
2898         * Makefile.in (OBJS-common): Add tree-diagnostic.o.
2899         (tree-diagnostic.o): New dependencies.
2900         (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
2901         tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
2902         tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
2903         tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
2904         tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
2905         tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
2906         tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
2907         tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
2908         tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
2909         tree-ssa-address.o, tree-ssa-loop-niter.o,
2910         tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
2911         tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
2912         tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
2913         gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
2914         tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
2915         tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
2916         tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
2917         tree-parloops.o, tree-stdarg.o, tree-object-size.o,
2918         gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
2919         toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
2920         ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
2921         ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
2922         tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
2923         tree-switch-conversion.o, var-tracking.o, value-prof.o,
2924         cfgexpand.o, pretty-print.o): Update dependencies.
2925
2926 2010-05-22  Andreas Tobler  <andreast@fgznet.ch>
2927
2928         * tree-ssa-structalias.c: Remove tm_p.h from include.
2929
2930 2010-05-21  Jeff Law  <law@redhat.com>
2931
2932         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
2933
2934 2010-05-21  Jason Merrill  <jason@redhat.com>
2935
2936         * tree-eh.c (cleanup_is_dead_in): New.
2937         (lower_try_finally): Don't generate a dead cleanup region.
2938         (lower_cleanup): Likewise.
2939
2940 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
2941
2942         PR debug/44223
2943         * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
2944         unchain each use from the cyclic next_regno_use chain first.
2945
2946 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
2947
2948         * real: Do not include gmp.h, mpfr.h, and mpc.h.
2949         (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
2950         (real_value_negate, real_value_abs): New prototypes.
2951         (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
2952         * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
2953         new include file for interface between MPFR and REAL_VALUE_TYPE.
2954         * real.c: Include realmpfr.h.
2955         (real_arithmetic2): Remove legacy function.
2956         (real_value_negate): New.
2957         (real_value_abs): New.
2958         (mfpr_from_real, real_from_mpfr): Move from here...
2959         * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
2960         * builtins.c: Include realmpfr.h.
2961         * fold-const.c: Include realmpfr.h.
2962         (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
2963         (fold_negate_const): Likewise.
2964         (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
2965         * toplev.c: Include realmpfr.h.
2966         * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
2967         and real_value_negate.
2968         * fixed-value.c (check_real_for_fixed_mode): Likewise.
2969         * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
2970         (vfp3_const_double_index): Likewise.
2971         (arm_print_operand): Likewise.
2972         * Makefile.in: Update dependencies.
2973
2974 2010-05-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2975
2976         * config/s390/s390.c (override_options): Increase the default
2977         of max-completely-peel-times.
2978
2979 2010-05-21  Julian Brown  <julian@codesourcery.com>
2980             Mark Mitchell  <mark@codesourcery.com>
2981
2982         * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
2983         sibling calls for Thumb-1.
2984         * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
2985         * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
2986         Thumb-2.
2987         (*call_insn, *call_value_insn): Don't use for Thumb-2.
2988         (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
2989         for Thumb-2.
2990         (return): New expander.
2991         (*arm_return): New name for ARM return insn.
2992         * config/arm/thumb2.md (*thumb2_return): New insn pattern.
2993
2994 2010-05-19  Joel Sherrill <joel.sherrill@oarcorp.com>
2995
2996         * config.gcc (sparc64-*-rtems*): New target.
2997
2998 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
2999
3000         * tree.c (build_function_decl_skip_args): Fix grammar.
3001         (build_function_type_list_1): Fix typos, adjust formatting.
3002
3003 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
3004
3005         * tree.h: Include real.h and fixed-value.h as basic datatypes.
3006         * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
3007         tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
3008         tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
3009         tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
3010         genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
3011         tree-pretty-print.c, tree-loop-distribution.c,
3012         tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
3013         tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
3014         tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
3015         tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
3016         tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
3017         tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
3018         tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
3019         tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
3020         tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
3021         tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
3022         genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
3023         tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
3024         gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
3025         tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
3026         tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
3027         store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
3028         tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
3029         tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
3030         tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
3031         tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
3032         fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
3033         tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
3034         config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
3035         config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
3036         config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
3037         config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
3038         config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
3039         config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
3040         config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
3041         config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
3042         config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
3043         config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
3044         config/score/score7.c, config/score/score.c, config/arm/arm.c,
3045         config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
3046         config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
3047         config/bfin/bfin.c: Clean up redundant includes.
3048         * Makefile.in: Update accordingly.
3049
3050 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
3051
3052         PR middle-end/44204
3053         * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
3054         statement has no arguments.
3055
3056 2010-05-21  Kai Tietz  <kai.tietz@onevision.com>
3057
3058         PR/44139
3059         * varasm.c (emutls_decl): Merge attributes to new decl.
3060
3061 2010-05-21  Eric Botcazou  <ebotcazou@adacore.com>
3062
3063         PR middle-end/44101
3064         * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
3065         around the uniquized constructor if its type requires a conversion.
3066
3067 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
3068
3069         PR debug/44205
3070         * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
3071         at -O0 goto_locus of any of the incoming edges differs from
3072         goto_locus of outgoing edge, or gimple_location of any of the
3073         labels differs.
3074
3075 2009-09-14  Vladimir Makarov <vmakarov@redhat.com>
3076
3077         * ira.c (ira_non_ordered_class_hard_regs): Define.
3078         (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
3079         * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
3080         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
3081         cost of unaligned hard regs when allocating multi-reg pseudos.
3082
3083 2010-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
3084
3085         * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
3086         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
3087         for TARGET_NO_FLOAT.
3088         * config/mips/mips.c (mips_file_start): Expand conditional expression
3089         into "if" statements.  Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
3090         (mips_override_options): Move -mno-float override -msoft-float and
3091         -mhard-float.
3092         * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
3093         Condition(TARGET_SUPPORTS_NO_FLOAT).
3094         * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
3095         __mips_no_float here.
3096         (SUBTARGET_OVERRIDE_OPTIONS): Delete.
3097         (TARGET_SUPPORTS_NO_FLOAT): Define.
3098         * config/mips/sdemtk.opt: Delete.
3099
3100 2010-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
3101
3102         * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
3103
3104 2010-05-20  Uros Bizjak  <ubizjak@gmail.com>
3105
3106         PR target/43733
3107         * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
3108         * configure: Regenerate.
3109         * config.in: Regenerate.
3110         * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
3111         instead of sahf only for 64bit targets.
3112
3113 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
3114
3115         PR debug/44178
3116         * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
3117         setup_ref_regs for DEBUG_INSNs.
3118
3119 2010-05-20  Jan Hubicka  <jh@suse.cz>
3120
3121         PR middle-end/44197
3122         * varpool.c (varpool_remove_node): Handle in-varpool aliases.
3123
3124 2010-05-20  Kenneth Zadeck  <zadeck@naturalbridge.com>
3125
3126         PR bootstrap/43870
3127         * df-scan.c (df_ref_compare): Stabilize sort.
3128
3129 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
3130
3131         * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
3132         argument.  Don't use DW_OP_piece if offset is non-zero,
3133         put offset into second DW_OP_bit_piece argument.
3134         (dw_sra_loc_expr): Adjust callers.  For memory expressions
3135         compute offset.
3136
3137 2010-05-20  Hans-Peter Nilsson  <hp@axis.com>
3138
3139         PR target/44202
3140         * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
3141         settings for 16-bit-constant "addo" alternative.
3142
3143 2010-05-19  James E. Wilson  <wilson@codesourcery.com>
3144
3145         * config/mips/mips-dsp.md (add<DSPV:mode>3,
3146         mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
3147
3148         PR target/43764
3149         * mips.c (mips_call_expr_from_insn): New arg second_call.  Set it.
3150         (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
3151         Use it.
3152
3153 2010-05-19  Joseph Myers  <joseph@codesourcery.com>
3154
3155         * diagnostic.c (FLOAT, FFS): Don't undefine.
3156         * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
3157         * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
3158         include ordering.
3159
3160 2010-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
3161
3162         * combine.c (propagate_for_debug): Call make_compound_operation
3163         on the source value.
3164         (try_combine): When implementing a split chosen by find_split_point,
3165         either copy i2src or set it to null.  Assert that i2src is not null
3166         before substituting into CALL_INSN_FUNCTION_USAGE.
3167
3168 2010-05-19  Anatoly Sokolov  <aesok@post.ru>
3169
3170         * double-int.h (double_int_ior): New function.
3171         * tree.h (build_int_cst_wide_type): Remove.
3172         * tree.c (build_int_cst_wide_type): Remove.
3173         * fold-const.c (native_interpret_int): Use double_int_to_tree instead
3174         of build_int_cst_wide_type.
3175         * stor-layout.c (set_sizetype): (Ditto.).
3176         * dojump.c (do_jump): Use build_int_cstu instead of
3177         build_int_cst_wide_type.
3178
3179 2010-05-19  Eric Botcazou  <ebotcazou@adacore.com>
3180
3181         * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
3182         * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
3183         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
3184         * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
3185         TARGET_EXPR nodes, but only once, if instructed to do so.  Do not
3186         propagate the 'data' argument to copy_tree_r.
3187         (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
3188         Propagate 'data' argument to walk_tree.
3189         (copy_if_shared): New function.
3190         (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
3191         (unmark_visited): New function.
3192         (unshare_body): Call copy_if_shared instead of doing it manually.
3193         (unvisit_body): Call unmark_visited instead of doing it manually.
3194
3195 2010-05-19  Nathan Froyd  <froydnj@codesourcery.com>
3196
3197         * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
3198         (hook_tree_tree_int_treep_bool_null): ...this.  Update signature.
3199         * hooks.c: Likewise.
3200         * target-def.h (TARGET_FOLD_BUILTIN): Define to
3201         hook_tree_tree_int_treep_bool_null.
3202         * target.h (struct gcc_target): Update signature of fold_builtin
3203         field.
3204         * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
3205         * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
3206         instead of the call expression.
3207         (fold_builtin_call_array): Pass n and argarray directly.
3208         (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
3209         consing a list.
3210         * config/alpha/alpha.c (alpha_fold_builtin): Update signature.  Lift
3211         MAX_ARGS check out of the loop.  Delete declaration of `arity', declare
3212         `i' and use it in place of `arity'.
3213         * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
3214         Dereference `args' directly.
3215         * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
3216
3217 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3218
3219         * doc/sourcebuild.texi (Effective-Target Keywords): Document
3220         3dnow, sse3, sse2.
3221         (Directives): Document optional dg-require-effective-target
3222         selector.
3223
3224 2010-05-19  Richard Guenther  <rguenther@suse.de>
3225
3226         PR lto/44196
3227         * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
3228
3229 2010-05-19  Richard Guenther  <rguenther@suse.de>
3230
3231         * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
3232         * common.opt (fwhopr=): New.
3233         * opts.c (common_handle_option): Handle OPT_fwhopr.
3234         * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
3235         * collect2.c (main): Match -fwhopr*.
3236         * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
3237         Execute ltrans stage in parallel when jobs is bigger than 1.
3238
3239 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3240
3241         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
3242         pentiumpro on Solaris 8/x86 with Sun as.
3243         * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
3244         hidden alias bug.
3245         (gcc_cv_as_ix86_quad): Check for .quad directive.
3246         * configure: Regenerate.
3247         * config.in: Regenerate.
3248         * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
3249
3250 2010-05-19  Martin Jambor  <mjambor@suse.cz>
3251
3252         * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
3253         also for indirect edges.  Actual printing moved...
3254         (ipa_print_node_jump_functions_for_edge): ...here.
3255         (ipa_compute_jump_functions): Renamed to
3256         ipa_compute_jump_functions_for_edge and made static.
3257         (ipa_compute_jump_functions): New function.
3258         (make_edge_direct_to_target): Check if the number of arguments on
3259         the newly direct edge is the same as the number of parametrs of
3260         the callee.
3261         * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
3262         ipa_compute_jump_functions.  Call ipa_analyze_params_uses.
3263         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
3264         analysis functions unconditionally, call the new
3265         ipa_analyze_params_uses on the node instead of every edge.
3266
3267 2010-05-19  Christian Borntraeger  <borntraeger@de.ibm.com>
3268
3269         * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
3270         to tree.
3271         (dump_mem_ref): Adopt debug code to handle a tree as step.  This
3272         also checks for a constant int vs.  non-constant but
3273         loop-invariant steps.
3274         (find_or_create_group): Change the sort algorithm to only consider
3275         steps that are constant ints.
3276         (idx_analyze_ref): Adopt code to handle a tree instead of a
3277         HOST_WIDE_INT for step.
3278         (gather_memory_references_ref): Handle tree instead of int and be
3279         prepared to see a NULL_TREE.
3280         (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
3281         prefetches if the step cannot be calculated at compile time.
3282         (issue_prefetch_ref): Issue prefetches for non-constant but
3283         loop-invariant steps.
3284
3285 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
3286
3287         Revert:
3288         2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
3289
3290         * tree.h (build_call_list): Remove.
3291         * tree.c (build_call_list): Remove.
3292
3293 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
3294
3295         * tree.h (build_call_list): Remove.
3296         * tree.c (build_call_list): Remove.
3297
3298 2010-05-18  Jan Hubicka  <jh@suse.cz>
3299
3300         * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
3301
3302 2010-05-18  Vladimir Makarov  <vmakarov@redhat.com>
3303
3304         PR rtl-optimization/43332
3305         * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
3306
3307 2010-05-18  Anatoly Sokolov  <aesok@post.ru>
3308
3309         * tree.h (build_int_cstu): Implement as static inline.
3310         * tree.c (build_int_cstu): Remove function.
3311         (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
3312         sign extended.
3313
3314 2010-05-18  Richard Guenther  <rguenther@suse.de>
3315
3316         PR lto/44143
3317         * lto-wrapper.c (verbose): New variable.  Initialize from -v.
3318         (debug): Initialize from -save-temps.
3319         (collect_execute): Print command-line when verbose.
3320         (run_gcc): Always use COLLECT_GCC_OPTIONS.  Use fork_execute
3321         for ltrans invocation.  Produce -dumpbase flag again.
3322         (process_args): Remove.
3323         (main): Simplify.
3324         * collect2.c (maybe_run_lto_and_relink): Only pass object
3325         files to lto-wrapper.
3326         * gcc.c (LINK_COMMAND_SPEC): Likewise.
3327
3328 2010-05-18  Jan Hubicka  <jh@suse.cz>
3329
3330         * opts.c (decode_options): Do not disable whopr at ipa_cp.
3331         * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
3332
3333 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
3334
3335         PR lto/44184
3336         * lto-streamer-out.c (output_gimple_stmt): Output number of labels
3337         in a GIMPLE_ASM.
3338         * lto-streamer-in.c (input_gimple_stmt): Read number of labels
3339         in a GIMPLE_ASM.
3340
3341 2010-05-18  Jakub Jelinek  <jakub@redhat.com>
3342
3343         PR debug/41371
3344         * var-tracking.c (find_loc_in_1pdv): Add a few checks from
3345         rtx_equal_p inline.
3346
3347 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
3348
3349         * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
3350         lto-macho as lto_binary_reader.
3351
3352         * darwin.c (darwin_asm_named_section): Do not add assembler comment
3353         after .section directive; just print it before the directive instead.
3354
3355 2010-05-17  Jan Hubicka  <jh@suse.cz>
3356
3357         * cgraph.c (cgraph_create_virtual_clone): Only check
3358         versionable_function_p when not in wpa and checking is enabled.
3359         * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
3360         there are no more functions to materialize.
3361
3362 2010-05-17  Jan Hubicka  <jh@suse.cz>
3363
3364         * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
3365         * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
3366         New functions.
3367         (output_cgraph): Call output_cgraph_opt_summary.
3368         (input_cgrpah): Call input_cgraph_opt_summary.
3369         (output_cgraph_opt_summary_p, output_node_opt_summary,
3370         input_node_opt_summary, input_cgraph_opt_section): New functions.
3371         * lto-section-in.c (lto_section_name): Add cgraphopt.
3372         * tree-inline.c (tree_function_versioning): Handle parm_num.
3373         * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
3374         * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
3375
3376 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
3377
3378         * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
3379         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
3380         the insn to prefetch ratio heuristic to loops with known trip count.
3381
3382 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
3383
3384         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
3385         (schedule_prefetches): Do not generate a prefetch if the unroll factor
3386         is far from what is required by the prefetch.
3387
3388 2010-05-17  Jan Hubicka  <jh@suse.cz>
3389
3390         * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
3391         (ipcp_estimate_growth): Likewise.
3392         (ipcp_const_param_count): Likewise.
3393         (ipcp_insert_stage): Likewise.
3394         * ipa-prop.c (visit_load_for_mod_analysis): New function.
3395         (visit_store_addr_for_mod_analysis): Set used flag.
3396         (ipa_detect_param_modifications): Set used flag for SSE params;
3397         update use of walk_stmt_load_store_addr_ops.
3398         (ipa_print_node_params): Print used flag.
3399         (ipa_write_node_info): Stream used flag.
3400         (ipa_read_node_info): Likewise.
3401         * ipa-prop.h (struct ipa_param_descriptor): Add used field.
3402         (ipa_is_param_used): New function.
3403         (lto_ipa_fixup_call_notes): Remove unused declaration.
3404
3405 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3406
3407         PR target/44074
3408         * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
3409         * configure: Regenerate.
3410         * config.in: Regenerate.
3411         * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
3412         !HAVE_AS_IX86_REP_LOCK_PREFIX.
3413         Don't emit whitespace.
3414         * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
3415         (*rep_movsi): Likewise.
3416         (*rep_movsi_rex64): Likewise.
3417         (*rep_movqi): Likewise.
3418         (*rep_movqi_rex64): Likewise.
3419         (*rep_stosdi_rex64): Likewise.
3420         (*rep_stossi): Likewise.
3421         (*rep_stossi_rex64): Likewise.
3422         (*rep_stosqi): Likewise.
3423         (*rep_stosqi_rex64): Likewise.
3424         (*cmpstrnqi_nz_1): Use {%;} after repz.
3425         (*cmpstrnqi_nz_rex_1): Likewise.
3426         (*cmpstrnqi_1): Likewise.
3427         (*cmpstrnqi_rex_1): Likewise.
3428         (*strlenqi_1): Use {%;} after repnz.
3429         (*strlenqi_rex_1): Likewise.
3430         * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
3431         (*sync_compare_and_swap<mode>): Likewise.
3432         (sync_double_compare_and_swap<mode>): Likewise.
3433         (*sync_double_compare_and_swapdi_pic): Likewise.
3434         (sync_old_add<mode>): Likewise.
3435         (sync_add<mode>): Likewise.
3436         (sync_sub<mode>): Likewise.
3437         (sync_<code><mode>): Likewise.
3438
3439 2010-05-17  Martin Jambor  <mjambor@suse.cz>
3440
3441         * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
3442         otr_token and polymorphic.
3443         * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
3444         (cgraph_clone_edge): Copy the above fields.
3445         * tree.c (get_binfo_at_offset): New function.
3446         * tree.h (get_binfo_at_offset): Declare.
3447         * ipa-prop.h (enum jump_func_type): Added known_type jump function
3448         type, reordered items, updated comments.
3449         (union jump_func_value): Added base_type field, reordered fields.
3450         (enum ipa_lattice_type): Moved down in the file.
3451         (struct ipa_param_descriptor): New field polymorphic.
3452         (ipa_is_param_polymorphic): New function.
3453         * ipa-prop.c: Include gimple.h and gimple-fold.h.
3454         (ipa_print_node_jump_functions): Print known type jump functions.
3455         (compute_complex_pass_through): Renamed to...
3456         (compute_complex_assign_jump_func): this.
3457         (compute_complex_ancestor_jump_func): New function.
3458         (compute_known_type_jump_func): Likewise.
3459         (compute_scalar_jump_functions): Create known type and complex ancestor
3460         jump functions.
3461         (ipa_note_param_call): New parameter polymorphic, set the corresponding
3462         flag in the call note accordingly.
3463         (ipa_analyze_call_uses): Renamed to...
3464         (ipa_analyze_indirect_call_uses): this.  New parameter target, define
3465         variable var only in the block where it is used.
3466         (ipa_analyze_virtual_call_uses): New function.
3467         (ipa_analyze_call_uses): Likewise.
3468         (combine_known_type_and_ancestor_jfs): Likewise.
3469         (update_jump_functions_after_inlining): Implemented handling of a
3470         number of new jump function types combination.
3471         (print_edge_addition_message): Removed.
3472         (make_edge_direct_to_target): New function.
3473         (try_make_edge_direct_simple_call): Likewise.
3474         (try_make_edge_direct_virtual_call): Likewise.
3475         (update_call_notes_after_inlining): Renamed to...
3476         (update_indirect_edges_after_inlining): this.  Moved edge creation for
3477         indirect calls to try_make_edge_direct_simple_call, also calls
3478         try_make_edge_direct_virtual_call for virtual calls.
3479         (ipa_print_node_params): Changed the header message.
3480         (ipa_write_jump_function): Stream also known type jump functions.
3481         (ipa_read_jump_function): Likewise.
3482         (ipa_write_indirect_edge_info): Stream new fields in
3483         cgraph_indirect_call_info.
3484         (ipa_read_indirect_edge_info): Likewise.
3485         * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
3486         GIMPLE_FOLD_H.
3487
3488 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3489
3490         * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
3491
3492 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
3493
3494         * tree.h (CALL_EXPR_ARGS): Delete.
3495         (call_expr_arglist): Delete.
3496         * tree.c (call_expr_arglist): Delete.
3497         * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
3498         targetm.fold_builtin.
3499         * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
3500         Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
3501         * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
3502         arglist parameter.  Use CALL_EXPR_ARG.
3503         (picochip_expand_builtin_3op): Likewise.
3504         (picochip_expand_builtin_2opvoid): Likewise.
3505         (picochip_expand_array_get): Likewise.
3506         (picochip_expand_array_put): Likewise.
3507         (picochip_expand_array_testport): Likewise.
3508         (picochip_expand_builtin): Don't call CALL_EXPR_ARGS.  Pass exp
3509         rather than arglist.
3510         * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
3511         CALL_EXPR_ARGS.
3512         * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
3513         than TREE_VALUE and TREE_CHAIN.
3514         * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
3515         * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
3516         the arglist.
3517
3518 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
3519
3520         PR bootstrap/42347
3521         * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
3522         to have no fallthru edge.
3523
3524         PR middle-end/44102
3525         * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
3526         bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
3527         mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
3528         add BARRIER after previous bb if needed.
3529
3530 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
3531
3532         * tree.c (build_function_type_list_1): Remove bogus assert condition.
3533
3534 2010-05-17  Alan Modra  <amodra@gmail.com>
3535
3536         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
3537         unnecessary prototype.  Replace copy_r12 and copy_r11 flag params
3538         with copy_reg rtx param.
3539         (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
3540         Correct cases where code for ABI_V4 did not initialise the reg
3541         used to access frame.  Also leave frame_reg_rtx as sp for large
3542         frames that save no regs.
3543
3544 2010-05-17  Martin Jambor  <mjambor@suse.cz>
3545
3546         PR middle-end/44133
3547         * tree-sra.c (create_access_replacement): New parameter rename, mark
3548         the replaement for renaming only when it is true.
3549         (get_access_replacement): Pass true in the rename parameter of
3550         create_access_replacement.
3551         (get_unrenamed_access_replacement): New function.
3552         (replace_uses_with_default_def_ssa_name): New parameter racc, get the
3553         replacement declaration from it.
3554
3555 2010-05-17  Bernd Schmidt  <bernds@codesourcery.com>
3556
3557         * function.c (try_fit_stack_local, add_frame_space): New static
3558         functions.
3559         (assign_stack_local_1): Use them.  Look for opportunities to use
3560         space previously wasted on alignment.
3561         * function.h (struct frame_space): New.
3562         (struct rtl_data): Add FRAME_SPACE_LIST member.
3563         * reload1.c (something_was_spilled): New static variable.
3564         (alter_reg): Set it.
3565         (reload): Test it in addition to testing if the frame size changed.
3566
3567 2010-05-17  Christian Borntraeger  <borntraeger@de.ibm.com>
3568
3569         * config/s390/s390.c: Define sane prefetch settings and activate
3570         flag_prefetch_loop_arrays on -O3.
3571         * config/s390/s390.h: Declare that read can use write prefetch.
3572
3573 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
3574
3575         * lto-streamer-out.c (lto_output): Fix --enable-checking=release
3576         build.
3577
3578 2010-05-16  Jan Hubicka  <jh@suse.cz>
3579
3580         * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
3581         function body; do not check stdarg field of struct function.
3582
3583 2010-05-16  Jan Hubicka  <jh@suse.cz>
3584
3585         * cgraph.c (dump_cgraph_node): Dump versionable flag.
3586         * cgraph.h (cgraph_local_info): Add versionable flag.
3587         * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
3588         (ipcp_versionable_function_p): Use it.
3589         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
3590         versionable flag.
3591
3592 2010-05-16  Jan Hubicka  <jh@suse.cz>
3593
3594         * cgraph.c (cgraph_clone_node): Take decl argument and insert
3595         clone into hash when it is different from orig.
3596         (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
3597         * cgraph.h (cgraph_clone_node): Update prototype.
3598         * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
3599         (lto_cgraph_encoder_delete): Delete body map.
3600         (lto_cgraph_encoder_size): Move to header.
3601         (lto_cgraph_encoder_encode_body_p,
3602         lto_set_cgraph_encoder_encode_body): New.
3603         (lto_output_node): Do not take written_decls argument; output clone_of
3604         pointer.
3605         (add_node_to): Add include_body_argument; call
3606         lto_set_cgraph_encoder_encode_body on master of the clone.
3607         (add_references): Update use of add_node_to.
3608         (compute_ltrans_boundary): Likewise.
3609         (output_cgraph): Do not create written_decls bitmap.
3610         (input_node): Take nodes argument; stream in clone_of correctly.
3611         (input_cgraph_1): Update use of input_node.
3612         * lto-streamer-out.c (lto_output): Use encoder info to decide
3613         what bodies to output.
3614         * ipa-inline.c (cgraph_clone_inlined_nodes,
3615         cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
3616         * lto-streamer.h (lto_cgraph_encoder_d): Add body.
3617         (lto_cgraph_encoder_size): Define here.
3618         (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
3619         Declare.
3620
3621 2010-05-16  Richard Guenther  <rguenther@suse.de>
3622
3623         * doc/invoke.texi (-fipa-struct-reorg): Do not mention
3624         -fipa-type-escape.
3625         * ipa-type-escape.c (gate_type_escape_vars): Run when
3626         -fipa-struct-reorg runs.
3627         * opts.c (decode_options): Do not unset flag_ipa_type_escape.
3628         * common.opt (fipa-type-escape): Remove.
3629
3630 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
3631
3632         * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
3633         (decode_options): Likewise.
3634         * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
3635
3636 2010-05-16  Jan Hubicka  <jh@suse.cz>
3637
3638         * ipa.c (function_and_variable_visibility): Also bring local all
3639         aliases.
3640
3641 2010-05-16  Richard Guenther  <rguenther@suse.de>
3642
3643         * alias.c (nonoverlapping_memrefs_p): Remove use of
3644         IPA type-escape information.
3645
3646 2010-05-16  Joseph Myers  <joseph@codesourcery.com>
3647
3648         * c-common.c (c_common_reswords): Add _Static_assert for C.
3649         * c-parser.c (c_token_starts_declaration,
3650         c_parser_next_token_starts_declaration,
3651         c_parser_static_assert_declaration_no_semi,
3652         c_parser_static_assert_declaration): New.
3653         (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
3654         Handle static assertions if static_assert_ok.
3655         (c_parser_external_declaration, c_parser_declaration_or_fndef,
3656         c_parser_compound_statement_nostart, c_parser_label,
3657         c_parser_for_statement, c_parser_objc_methodprotolist,
3658         c_parser_omp_for_loop): All callers of
3659         c_parser_declaration_or_fndef changed.
3660         (c_parser_struct_declaration): Handle static assertions.
3661         (c_parser_compound_statement_nostart): Use
3662         c_parser_next_token_starts_declaration and
3663         c_token_starts_declaration to detect start of declarations.
3664         (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
3665         Likewise.
3666
3667 2010-05-16  Anatoly Sokolov  <aesok@post.ru>
3668
3669         * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
3670         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
3671         * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
3672         TARGET_FUNCTION_VALUE_REGNO_P): Define.
3673         (mmix_function_outgoing_value): Rename to...
3674         (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
3675         (mmix_function_value_regno_p): Make static.
3676         (mmix_libcall_value): New function.
3677         * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
3678         mmix_function_value_regno_p): Remove declaration.
3679
3680 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
3681
3682         * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
3683         BUILT_IN_ALLOCA if stack checking is enabled.
3684
3685 2010-05-16  Richard Guenther  <rguenther@suse.de>
3686
3687         * var-tracking.c (vars_copy_1): Inline ...
3688         (vars_copy): ... here.  Use FOR_EACH_HTAB_ELEMENT.
3689         (variable_union): Use FOR_EACH_HTAB_ELEMENT.  Merge asserts.
3690         (variable_merge_over_cur): Adjust.  Merge asserts.
3691         (variable_merge_over_src): Likewise.
3692         (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
3693         (variable_post_merge_new_vals): Merge asserts.
3694         (variable_post_merge_perm_vals): Likewise.
3695         (find_mem_expr_in_1pdv): Likewise.
3696         (dataflow_set_different_value): Remove.
3697         (onepart_variable_different_p): Merge asserts.
3698         (variable_different_p): Likewise.
3699         (dataflow_set_different_1): Inline ...
3700         (dataflow_set_different): ... here.  Use FOR_EACH_HTAB_ELEMENT.
3701         (emit_notes_for_differences_1): Merge asserts.
3702
3703 2010-05-16  Richard Guenther  <rguenther@suse.de>
3704
3705         * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
3706         * optabs.c (libfunc_decl_hash): Likewise.
3707         * varasm.c (emutls_decl): Likewise.
3708
3709 2010-05-16  Steven Bosscher  <steven@gcc.gnu.org>
3710
3711         * c-decl.c: Don't include gimple.h.
3712         (merge_decls): Do not copy gimple_body.
3713
3714 2010-05-15  Jason Merrill  <jason@redhat.com>
3715
3716         * c.opt: Add -fnothrow-opt.
3717
3718 2010-05-15  Jan Hubicka  <jh@suse.cz>
3719
3720         * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
3721         analyzed.
3722         * passes.c (ipa_write_summaries): Write all analyzed nodes.
3723
3724 2010-05-15  Steven Bosscher  <steven@gcc.gnu.org>
3725
3726         * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
3727         * Makefile.in: Add it.
3728         Fix all other Makefile dependencies for changes below.
3729         * tree.h: Include it instead of defining VEC primitives here.
3730         * gimple.h: Likewise.
3731         * rtl.h: Likewise.
3732         * tree-inline.h: Inlclude vecir.h instead of gimple.h.
3733         * except.h: Include vecir.h, break dependence on tree.h.
3734
3735         * gimplify.c (append_to_statement_list_1, append_to_statement_list):
3736         Move from here...
3737         * tree-iterator.c: ...to here.
3738         * tree-iterator.h: Fix file introduction comment.  Add extern markers.
3739
3740         * c-lex.c: Include fixed-value.h instead of rtl.h.  Do not include
3741         tm_p.h.
3742         * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
3743         * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
3744         integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
3745         tree-mudflap.h, and target.h.
3746         * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
3747         predict.h, tree-inline.h, gimple.h, and langhooks.h.
3748         * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
3749         Add FIXME for why gimple.h is still included (should be unnecessary
3750         since GCC 4.5 gimplification unit-at-a-time).
3751         * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
3752         * c-pragma.c: Add FIXME for why function.h needs to be included just
3753         for cfun, at front-end level.
3754         Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
3755         Do not include ggc.h, but include vecprim.h for VEC(char).
3756         * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
3757         Explain why target.h is included.
3758         * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
3759         Explain why gimple.h is included.
3760         * c-ppoutput.c: Do not include tm.h.
3761         * c-common.c: Do not include gimple.h.  Explain why expr.h is included.
3762         * c-parses.c: Explain why rtl.h is included, and that this (and only
3763         this) is also why tm.h must be included.
3764         Do not include except.h.
3765         * c-lang.c: Do not include ggc.h.
3766
3767 2010-05-15  Uros Bizjak  <ubizjak@gmail.com>
3768
3769         * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
3770
3771 2010-05-15  Joseph Myers  <joseph@codesourcery.com>
3772
3773         * c-decl.c (grokfield): Allow typedefs for anonymous structs and
3774         unions by default if those structs and unions have no tags.  Do
3775         not condition anonymous struct and unions handling on flag_iso.
3776         Allow anonymous structs and unions for C1X.
3777         (finish_struct): Do not diagnose lack of named fields when
3778         anonymous structs and unions present for C1X.  Accept flexible
3779         array members in structure with anonymous structs or unions but no
3780         directly named fields.
3781         * doc/extend.texi (Unnamed Fields): Update.
3782
3783 2010-05-15  Eric Botcazou  <ebotcazou@adacore.com>
3784
3785         * gimple.h (compare_field_offset): Rename into...
3786         (gimple_compare_field_offset): ...this.
3787         * gimple.c (compare_field_offset): Rename into...
3788         (gimple_compare_field_offset): ...this.  Compare the full access if
3789         the offset is self-referential.
3790         (gimple_types_compatible_p): Adjust for above renaming.
3791         * lto-streamer-in.c (input_gimple_stmt): Likewise.  Also compare the
3792         DECL_NONADDRESSABLE_P flag of fields before merging them.
3793
3794 2010-05-15  Nathan Froyd  <froydnj@codesourcery.com>
3795
3796         * tree.h (ctor_to_list): Delete.
3797         * tree.c (ctor_to_list): Delete.
3798
3799 2010-05-15  Jan Hubicka  <jh@suse.cz>
3800
3801         * ipa-reference.c: Include toplev.h
3802         (is_proper_for_analysis): Only add to all_module_statics
3803         if it is allocated.
3804         (write_node_summary_p, stream_out_bitmap,
3805         ipa_reference_write_optimization_summary,
3806         ipa_reference_read_optimization_summary): New.
3807         (struct ipa_opt_pass_d pass_ipa_reference): Add
3808         optimization summary streaming.
3809         * lto-cgraph.c (referenced_from_this_partition_p,
3810         reachable_from_this_partition_p): New functions.
3811         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
3812         call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
3813         * opts.c (decode_options): Enable ipa_reference.
3814         * Makefile.in (ipa-reference.o): Add toplev.h dependency.
3815         * lto-streamer.h (referenced_from_this_partition_p,
3816         reachable_from_this_partition_p): Declare.
3817
3818 2010-05-15  Richard Guenther  <rguenther@suse.de>
3819
3820         PR tree-optimization/44038
3821         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
3822         taking the address of a V_C_E of a constant.
3823
3824 2010-05-14  Jan Hubicka  <jh@suse.cz>
3825
3826         * tree.h (memory_identifier_string): Remove.
3827         * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
3828         (ipa_reference_global_vars_info_d): Remove statics_not_read and
3829         statics_not_written.
3830         (ipa_reference_optimization_summary_d): New structure.
3831         (ipa_reference_optimization_summary_t): New type and vector.
3832         (ipa_reference_vars_info_d): Embedd structures instead of using
3833         pointers.
3834         (reference_vars_to_consider): Remove out of GGC space.
3835         (module_statics_escape): Remove.
3836         (global_info_obstack): Rename to ...
3837         (optimization_summary_obstack): ... this one.
3838         (initialization_status_t): Remove.
3839         (memory_identifier_string): Remove.
3840         (get_reference_vars_info): Fix indenting.
3841         (set_reference_vars_info): Likewise.
3842         (get_reference_optimization_summary): New.
3843         (set_reference_optimization_summary): New.
3844         (get_global_reference_vars_info): Remove.
3845         (ipa_reference_get_read_global): Remove.
3846         (ipa_reference_get_written_global): Remove.
3847         (ipa_reference_get_not_read_global): Update.
3848         (ipa_reference_get_not_written_global): Update.
3849         (is_proper_for_analysis): Outlaw addressable.
3850         (propagate_bits): Update for new datastructures.
3851         (analyze_variable): Remove.
3852         (init_function_info): Update for new datastructures.
3853         (clean_function_local_data): Remove.
3854         (clean_function): Remove.
3855         (copy_global_bitmap): Use optimizations_summary_obstack.
3856         (duplicate_node_data): Duplicate optimization summary only.
3857         (remove_node_data): Remove optimization summary only.
3858         (generate_summary): Do not analyze variables; do not compute
3859         module_statics_escape; do not prune solutions by it.
3860         (read_write_all_from_decl): Fix typos in comments.
3861         (propagate): Doscover readonly and nonaddressable first;
3862         update for new datastructures; share global bitmaps.
3863         * ipa-reference.h (ipa_reference_get_read_global,
3864         ipa_reference_get_written_global): Remove.
3865         * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
3866         * Makefile.in: Remove ipa-refereference from GT files.
3867
3868 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
3869
3870         PR debug/44112
3871         * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
3872         for all SYMBOL_REF_DECLs.
3873
3874 2010-05-14  Jan Hubicka  <jh@suse.cz>
3875
3876         * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
3877         (varpool_all_refs_explicit_p): New inline function.
3878         * ipa-reference.c: Update comment.
3879         (module_statics_written): Remove.
3880         (get_static_decl): Remove.
3881         (ipa_init): Do not initialize module_statics_written.
3882         (analyze_function): Likewise.
3883         (generate_summary): Likewise; do not compute module_statics_readonly
3884         and do not update variable flags.
3885         (propagate): Call ipa_discover_readonly_nonaddressable_vars.
3886         * ipa.c: Inlucde flags.h
3887         (cgraph_local_node_p): New.
3888         (cgraph_remove_unreachable_nodes): Return early when not optimizing;
3889         promote functions to local.
3890         (ipa_discover_readonly_nonaddressable_vars): New function.
3891         (function_and_variable_visibility): Use cgraph_local_node_p.
3892         * varpool.c (varpool_finalize_decl): Set force_output for
3893         DECL_PRESERVE_P vars.
3894
3895 2010-05-14  Jan Hubicka  <jh@suse.cz>
3896
3897         * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
3898
3899 2010-05-14  Richard Guenther  <rguenther@suse.de>
3900
3901         PR tree-optimization/44119
3902         * tree-ssa-pre.c (eliminate): Properly mark replacement of
3903         a PHI node necessary.
3904
3905 2010-05-14  Eric Botcazou  <ebotcazou@adacore.com>
3906
3907         * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
3908
3909 2010-05-14  Jason Merrill  <jason@redhat.com>
3910
3911         PR c++/44127
3912         * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
3913         (gimple_call_set_nothrow): New.
3914         * gimple.c (gimple_build_call_from_tree): Call it.
3915         (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
3916
3917         PR c++/44127
3918         * gimplify.c (gimplify_seq_add_stmt): No longer static.
3919         * gimple.h: Declare it.
3920         * gimple.c (gimple_build_eh_filter): No ops.
3921
3922 2010-05-14  Jan Hubicka  <jh@suse.cz>
3923
3924         * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
3925         nodes already in queue.
3926         (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
3927         re-enqueueing node.
3928
3929 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
3930
3931         PR debug/44136
3932         * cfgexpand.c (expand_debug_expr): If non-memory op0
3933         has BLKmode, return NULL.
3934
3935 2010-05-14  Harsha Jagasia  <harsha.jagasia@amd.com>
3936
3937         * config.gcc: Add support for --with-cpu option for bdver1.
3938         * config/i386/i386.h (TARGET_BDVER1): New macro.
3939         (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
3940         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
3941         (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
3942         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
3943         Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
3944         (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
3945         (processor_type): Add PROCESSOR_BDVER1.
3946         * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
3947         processor_type in config/i386/i386.h.
3948         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
3949         movaps <reg, reg> instead of movapd <reg, reg> when replacing
3950         movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
3951         Add check for  TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
3952         to emit packed xor instead of packed double/packed integer
3953         xor for SSE and AVX when moving a zero value.
3954         * config/i386/sse.md: Add check for
3955         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
3956         movapd/movdqa for SSE and AVX.
3957         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
3958         single logical operations i.e and, or and xor instead of packed double
3959         logical operations for SSE and AVX.
3960         * config/i386/i386-c.c (ix86_target_macros_internal):
3961         Add PROCESSOR_BDVER1.
3962         * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
3963         (has_fma4, has_xop): New.
3964         * config/i386/i386.c (bdver1_cost): New variable.
3965         (m_BDVER1): New macro.
3966         (m_AMD_MULTIPLE): Add m_BDVER1.
3967         (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
3968         x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
3969         x86_tune_use_simode_fiop, x86_tune_promote_qimode,
3970         x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
3971         x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
3972         x86_tune_sse_partial_reg_dependency,
3973         x86_tune_sse_unaligned_load_optimal,
3974         x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
3975         x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
3976         x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
3977         x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
3978         x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
3979         Enable/disable for bdver1.
3980         (processor_target_table): Add bdver1_cost.
3981         (cpu_names): Add bdver1.
3982         (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
3983          processor_alias_table.
3984         (ix86_expand_vector_move_misalign): Change.
3985         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
3986         Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
3987         Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
3988         of movupd/movdqu for SSE and AVX.
3989         (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
3990         (ix86_tune_adjust_cost): Add code for bdver1.
3991         (standard_sse_constant_opcode): Add check for
3992         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
3993         of packed double xor for SSE and AVX.
3994
3995 2010-05-14  Pat Haugen  <pthaugen@us.ibm.com>
3996
3997         * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
3998         result to unsigned.
3999
4000 2010-05-14  Tristan Gingold  <gingold@adacore.com>
4001
4002         * toplev.c (default_debug_hooks): Remove this variable.
4003         (process_options): Remove assignments to default_debug_hooks.
4004
4005 2010-05-14  Martin Jambor  <mjambor@suse.cz>
4006
4007         * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
4008         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
4009         * langhooks.h (struct lang_hooks_for_decls): Removed field
4010         fold_obj_type_ref.
4011         * tree.c (free_lang_data): Remove assignment to
4012         lang_hooks.fold_obj_type_ref.
4013         * tree.def (OBJ_TYPE_REF): Update comment.
4014
4015 2010-05-14  Richard Guenther  <rguenther@suse.de>
4016
4017         PR tree-optimization/44124
4018         * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
4019
4020 2010-05-14  Alan Modra  <amodra@gmail.com>
4021
4022         PR target/44075
4023         * config/rs6000/rs6000.c (struct machine_function): Reorder
4024         fields for better packing.  Add lr_save_state.
4025         (rs6000_ra_ever_killed): Return lr_save_state if set.
4026         (rs6000_emit_eh_reg_restore): Set lr_save_state.
4027
4028 2010-05-13  Jan Hubicka  <jh@suse.cz>
4029
4030         * varpool.c (decide_is_variable_needed): Drop code checking
4031         TREE_SYMBOL_REFERENCED.
4032
4033 2010-05-13  Jan Hubicka  <jh@suse.cz>
4034
4035         * final.c (output_addr_const): Do not call mark_decl_referenced.
4036         * cgraphunit.c (process_function_and_variable_attributes): Use
4037         mark_needed_node dirrectly.
4038         (assemble_thunk): Do not call mark_decl_referenced.
4039
4040 2010-05-13  Anatoly Sokolov  <aesok@post.ru>
4041
4042         * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
4043
4044 2010-05-13  Jeff Law  <law@redhat.com>
4045
4046         * ira-conflicts.c (print_allocno_conflicts): New function broken out
4047         from...
4048         (print_conflicts): Call print_allocno_conflicts.
4049
4050 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
4051
4052         PR debug/44104
4053         * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
4054         if it is NULL.
4055
4056 2010-05-13  Kai Tietz  <kai.tietz@onevision.com>
4057
4058         * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
4059         t-mingw-w64 or t-mingw-w32 for multilib configuration.
4060         * config/i386/t-mingw-w32: New.
4061         * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
4062
4063 2010-05-13  Martin Jambor  <mjambor@suse.cz>
4064
4065         * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
4066         gimple-fold.c).
4067         * gimple-fold.c (get_base_binfo_for_type): New function.
4068         (gimple_get_relevant_ref_binfo): Likewise.
4069         (gimple_fold_obj_type_ref_known_binfo): Likewise.
4070         (gimple_fold_obj_type_ref): Likewise.
4071         (fold_gimple_call): Simplify condition for folding virtual calls
4072         and call gimple_fold_obj_type_ref.
4073         * gimple.h (gimple_get_relevant_ref_binfo): Declare.
4074         (gimple_fold_obj_type_ref_known_binfo): Likewise.
4075
4076 2010-05-13  Andreas Schwab  <schwab@linux-m68k.org>
4077
4078         * config/rs6000/rs6000-protos.h
4079         (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
4080         * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
4081         (rs6000_debug_mode_dependent_address)
4082         (rs6000_mode_dependent_address_ptr): Likewise.
4083
4084 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
4085
4086         PR debug/43983
4087         * var-tracking.c (track_expr_p): Allow tracking of variables optimized
4088         by SRA.
4089         * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
4090         * tree-sra.c (create_access_replacement): Call unshare_expr before
4091         passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
4092         * dwarf2out.c: Include tree-flow.h.
4093         (struct var_loc_node): Rename var_loc_note field to loc, add comment.
4094         (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
4095         Handle DW_OP_bit_piece.
4096         (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
4097         construct_piece_list, adjust_piece_list): New functions.
4098         (add_var_loc_to_decl): Handle SRA optimized variables.
4099         Adjust for var_loc_note to loc field renaming.
4100         (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
4101         in VAR_LOCATION note.
4102         (new_loc_descr_op_bit_piece): New function.
4103         (dw_sra_loc_expr): New function.
4104         (dw_loc_list): Use it.  Don't handle the last range after the
4105         loop, handle it inside of the loop.  Adjust for var_loc_note
4106         to loc field renaming.
4107         (add_location_or_const_value_attribute): Only special case
4108         single entry loc lists if loc is NOTE_P.  Adjust for
4109         var_loc_note to loc field renaming.
4110         (dwarf2out_var_location): Don't set newloc->var_loc_note
4111         and newloc->next here.
4112
4113 2010-05-12  Jan Hubicka  <jh@suse.cz>
4114
4115         * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
4116         flag.
4117         * cgraph.h (cgraph_only_called_directly_p,
4118         cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
4119         (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
4120         * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
4121         (assemble
4122         * ipa.c (cgraph_remove_unreachable_nodes): Use
4123         cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
4124         flags.
4125         * tree-inline.c (copy_bb): Check address_taken flag.
4126         * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
4127         externally_visible flag.
4128
4129 2010-05-12  Jason Merrill  <jason@redhat.com>
4130
4131         PR bootstrap/44048
4132         PR target/44099
4133         * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
4134         * sdbout.c (plain_type_1): Likewise.
4135         * dwarf2out.c (is_base_type): Likewise.
4136         (gen_type_die_with_usage): Likewise.  Generate
4137         DW_TAG_unspecified_type for any LANG_TYPE.
4138
4139 2010-05-12  Jan Hubicka  <jh@suse.cz>
4140
4141         * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
4142         indrect edges too.
4143         * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
4144         (cgraph_clone_edge): Update.
4145         (cgraph_node_remove_callees): Remove indirect calls too.
4146         * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
4147         (cgraph_create_indirect_edge): Update prototype.
4148         * ipa-reference.c (has_proper_scope_for_analysis): Rename to
4149         is_proper_for_analysis.
4150         (add_new_function, visited_nodes, function_insertion_hook_holder,
4151         get_local_reference_vars_info, mark_address_taken, mark_address,
4152         mark_load, mark_store, check_asm_memory_clobber, check_call,
4153         scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
4154         (ipa_init): Do not initialize visited_nodes;
4155         function_insertion_hook_holder.
4156         (analyze_variable): Rewrite.
4157         (analyze_function): Rewrite.
4158         (copy_local_bitmap): Remove.
4159         (duplicate_node_dat): Do not duplicate local info.
4160         (generate_summary): Simplify to only walk cgraph.
4161         (write_node_summary_p, ipa_reference_write_summary,
4162         ipa_reference_read_summary): Remove.
4163         (propagate): Do not remove function insertion;
4164         generate summary.
4165         (pass_ipa_reference): NULLify summary handling fields.
4166         * lto-cgraph.c (lto_output_edge): Output ecf_flags.
4167         (input_edge): Input ecf_flags.
4168         * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
4169         (update_indirect_edges_after_inlining): Ignore edges with unknown
4170         param.
4171
4172 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
4173
4174         * implicit-zee.c: New file.
4175         * tree-pass.h (pass_implicit_zee): Declare.
4176         * passes.c (init_optimization_passes): Add zee pass.
4177         * common.opt (fzee): New flag.
4178         * timevar.def (TV_ZEE): Define.
4179         * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
4180         and beyond.
4181         * Makefile.in (implicit-zee.o): Add new build file.
4182
4183 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
4184             Nathan Froyd  <froydnj@codesourcery.com>
4185
4186         * c-common.c (sync_resolve_params): Remove write-only variable.
4187
4188 2010-05-12  Anatoly Sokolov  <aesok@post.ru>
4189
4190         * target.h (struct gcc_target): Add mode_dependent_address_p field.
4191         * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
4192         (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
4193         * targhooks.c (default_mode_dependent_address_p): New function.
4194         * targhooks.h (default_mode_dependent_address_p): Declare function.
4195         * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
4196         (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
4197         * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
4198         target hook. Change return type to bool.
4199         * recog.h (mode_dependent_address_p): Change return type to bool.
4200
4201 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
4202             Nathan Froyd  <froydnj@codesourcery.com>
4203
4204         * tree-mudflap.c (build_function_type_0, build_function_type_1,
4205         build_function_type_2, build_function_type_3): Remove.
4206         (mudflap_init): Use build_function_type_list.
4207
4208 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
4209             Nathan Froyd  <froydnj@codesourcery.com>
4210
4211         * coverage.c (build_fn_info_value): Call build_constructor instead of
4212         build_constructor_from_list.
4213         (build_ctr_info_value): Likewise.
4214         (build_gcov_info): Likewise.
4215
4216 2010-05-12  Nathan Froyd  <froydnj@codesourcery.com>
4217
4218         * tree.c (build_constructor): Compute TREE_CONSTANT for the
4219         resultant constructor.
4220         (build_constructor_single): Don't set TREE_CONSTANT.
4221         (build_constructor_from_list): Don't compute TREE_CONSTANT.
4222
4223 2010-05-12  Jan Hubicka  <jh@suse.cz>
4224
4225         * cgraph.h (struct varpool_node): Add aux.
4226         * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
4227         * varpool.c (varpool_remove_node): Do not remove initializer.
4228         (varpool_reset_queue): Export.
4229         (varpool_finalize_decl): Volatile vars are forced to be output.
4230         * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
4231         replaced decl.
4232         * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
4233         process_references, varpool_can_remove_if_no_refs): New functions.
4234         (cgraph_remove_unreachable_nodes): Handle variables too.
4235
4236 2010-05-12  H.J. Lu  <hongjiu.lu@intel.com>
4237
4238         PR target/44088
4239         * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
4240
4241 2010-05-12  Jakub Jelinek  <jakub@redhat.com>
4242
4243         PR middle-end/44085
4244         * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
4245         change value of ORT_TASK.
4246         (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
4247         (omp_notice_threadprivate_variable): New function.
4248         (omp_notice_variable): Call it for threadprivate variables.
4249         If enclosing ctx is a task, print enclosing task rather than
4250         enclosing parallel.  Handle ORT_UNTIED_TASK like ORT_TASK.
4251         (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
4252         if task has untied clause.
4253
4254         PR debug/42278
4255         * dwarf2out.c (base_type_die): Don't add name attribute here.
4256         (modified_type_die): Instead of sizetype use
4257         its underlying original type.  If a DW_TAG_base_type doesn't
4258         have name added, add __unknown__.
4259         (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
4260         always call force_type_die instead.
4261
4262 2010-05-12  Maxim Kuvyrkov  <maxim@codesourcery.com>
4263
4264         * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
4265         for __stack_chk_guard.
4266
4267 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
4268
4269         * c-opts.c (c_common_parse_file): If start_end_main_source_file,
4270         don't call start_source_file debug hook here...
4271         (finish_options): ... but here, after outputting predefined and
4272         command line defines and undefs.
4273
4274         PR middle-end/44071
4275         * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
4276         no fallthru edge.
4277         * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
4278         optimizing away empty bb with no successors, move over its
4279         footer chain to fallthru predecessor.
4280         * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
4281         (rtl_split_edge): For asm goto call patch_jump_insn even if
4282         splitting fallthru edge.
4283
4284         PR c++/44059
4285         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
4286         even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
4287         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
4288         * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
4289         on DW.ref.* decls.
4290
4291         PR c++/44062
4292         * c-parser.c (c_parser_expression): Mark LHS of a comma
4293         expression as read if it is a decl, handled component or
4294         COMPOUND_EXPR with that on the RHS.
4295         * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
4296         if it is a decl or handled component.
4297
4298 2010-05-11  Jan Hubicka  <jh@suse.cz>
4299
4300         * lto-symtab.c (lto_symtab_free): New function.
4301         * lto-streamer.h (lto_symtab_free): Declare.
4302
4303 2010-05-11  Jan Hubicka  <jh@suse.cz>
4304
4305         * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
4306         that if function is needed it is reachable.
4307         (lto_output_node): See if it the function is reachable or referenced.
4308         (output_cgraph): Update call of lto_output_node.
4309         * lto-streamer.h (reachable_from_other_partition_p): Declare.
4310
4311 2010-05-11  Jan Hubicka  <jh@suse.cz>
4312
4313         * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
4314         Mark as used.
4315
4316 2010-05-11  Jan Hubicka  <jh@suse.cz>
4317
4318         PR tree-optimize/44063
4319         * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
4320         queue.
4321         (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
4322         limits.
4323         (estimate_function_body_sizes): Compute sizes even when disregarding.
4324
4325 2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
4326
4327         * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
4328
4329 2010-05-11  Jan Hubicka  <jh@suse.cz>
4330
4331         * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
4332         into every boundary.
4333
4334 2010-05-11  Jan Hubicka  <jh@suse.cz>
4335
4336         * matrix-reorg.c (matrix_reorg): Rebuild edges.
4337
4338 2010-05-11  Jan Hubicka  <jh@suse.cz>
4339
4340         * lto-streamer.c (lto_streamer_cache_add_to_node_array,
4341         lto_streamer_cache_delete): Put nodes into heap.
4342         * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
4343         heap.
4344
4345 2010-05-11  Jan Hubicka  <jh@suse.cz>
4346
4347         * cgraphbuild.c (cgraph_rebuild_references): New.
4348         * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
4349         out extern inlines.
4350         * cgraph.h (cgraph_rebuild_references): Declare.
4351         * tree-inline.c (tree_function_versioning): Use it.
4352         * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
4353
4354 2010-05-11  Jan Hubicka  <jh@suse.cz>
4355
4356         * cgraph.c: Include ipa-utils.h
4357         (cgraph_create_virtual_clone): Update references.
4358         * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
4359
4360 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
4361
4362         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
4363         prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
4364         cache size.
4365
4366 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
4367
4368         * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
4369
4370 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
4371
4372         * gcc.c (execute): For -### don't quote arguments that
4373         contain just alphanumerics and _/-. characters.
4374         * doc/invoke.texi: Document that change for -###.
4375
4376         PR debug/44023
4377         * df-problems.c (struct dead_debug): Add to_rescan field.
4378         (dead_debug_init): Clear to_rescan field.
4379         (dead_debug_finish): Rescan all debug insns in to_rescan
4380         bitmap and free the bitmap.
4381         (dead_debug_insert_before): Instead of rescanning debug insns
4382         immediately queue their rescanning until dead_debug_finish.
4383         (df_note_bb_compute): After dead_debug_add do continue instead
4384         of break.
4385
4386 2010-05-10  Jakub Jelinek  <jakub@redhat.com>
4387
4388         PR debug/44028
4389         * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
4390         clear also INSN_REG_USE_LIST.
4391
4392 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4393
4394         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
4395
4396 2010-05-10  Jan Hubicka  <jh@suse.cz>
4397
4398         * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
4399         commited change.
4400
4401 2010-05-10  Jan Hubicka  <jh@suse.cz>
4402
4403         * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
4404         Allocate encoders.
4405         * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
4406         * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
4407         (lto_streamer_cache_create): Init alloc pool.
4408         (lto_streamer_cache_delete): Free alloc pool.
4409         * lto-streamer.h: Include alloc pool.
4410         (lto_streamer_cache_d): Use alloc pool.
4411         * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
4412
4413 2010-05-10  Jan Hubicka  <jh@suse.cz>
4414
4415         * Makefile.in (cgraphbuild.o): Add dependency on except.h.
4416         * cgraphbuild.c: Include except.h
4417         (record_type_list, record_eh_tables): New function.
4418         (build_cgraph_edges, rebuild_cgraph_edges): Use it.
4419
4420 2010-05-10  Jan Hubicka  <jh@suse.cz>
4421
4422         * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
4423         __frame_dummy_init_array_entry, force_to_data): Attribute as used
4424         rather than unused.
4425
4426 2010-05-10  Michael Matz  <matz@suse.de>
4427
4428         * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
4429         (can_reassociate_p): Use FLOAT_TYPE_P.
4430         * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
4431         (vect_force_simple_reduction): ... this.
4432         * tree-parloops.c (gather_scalar_reductions): Use
4433         vect_force_simple_reduction.
4434         * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
4435         vect_is_simple_reduction, add modify argument, if true rewrite
4436         "a-b" into "a+(-b)".
4437         (vect_is_simple_reduction, vect_force_simple_reduction): New
4438         functions.
4439         (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
4440
4441 2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>
4442             Vladimir Makarov  <vmakarov@redhat.com>
4443
4444         PR rtl-optimization/44012
4445         * ira-build.c (remove_unnecessary_allocnos): Nullify
4446         regno_allocno_map of the removed allocno.
4447
4448 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4449
4450         * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
4451         to /dev/null.
4452         * configure: Regenerate.
4453
4454 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4455
4456         * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
4457         unused.
4458         Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
4459         * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
4460         support in Sun ld.
4461         * configure: Regenerate.
4462
4463 2010-05-10  Richard Guenther  <rguenther@suse.de>
4464
4465         * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
4466         marked if the entry identifier is marked.
4467
4468 2010-05-10  Richard Guenther  <rguenther@suse.de>
4469
4470         * c-common.c (struct c_common_attributes): Add fnspec attribute.
4471         (handle_fnspec_attribute): New function.
4472         * gimple.h (gimple_call_return_flags): Declare.
4473         (gimple_call_arg_flags): Likewise.
4474         * gimple.c (gimple_call_arg_flags): New function.
4475         (gimple_call_return_flags): Likewise.
4476         * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
4477         New argument flags.
4478         (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
4479         return value flags.
4480         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
4481         * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
4482         main work to ...
4483         (make_heapvar_for): ... this new function.
4484         (handle_rhs_call): Handle fnspec attribute argument specifiers.
4485         (handle_lhs_call): Likewise.
4486         (find_func_aliases): Adjust.
4487
4488 2010-05-10  Richard Guenther  <rguenther@suse.de>
4489
4490         PR tree-optimization/44050
4491         * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
4492
4493 2010-05-10  Wei Guozhi  <carrot@google.com>
4494
4495         PR target/42879
4496         * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
4497
4498 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
4499
4500         PR c/10676
4501         * c-typeck.c (lookup_field): Take a type directly.  Update
4502         recursive calls.
4503         (build_component_ref): Update call to lookup_field.
4504         (set_init_label): Use lookup_field to find initialized field.
4505         Handle returned list of fields like a sequence of designators.
4506
4507 2010-05-09  Richard Guenther  <rguenther@suse.de>
4508
4509         PR middle-end/44024
4510         * fold-const.c (tree_single_nonzero_warnv_p): Properly
4511         handle &FUNCTION_DECL.
4512
4513 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
4514
4515         PR c/4784
4516         * c-decl.c (detect_field_duplicates_hash): New.  Handle anonymous
4517         structures and unions recursively.
4518         (detect_field_duplicates): Move duplicate detection with a hash to
4519         detect_field_duplicates_hash.  Always use a hash if anonymous
4520         structures or unions are present.
4521         * doc/extend.texi (Unnamed Fields): Document that duplicate fields
4522         give errors.
4523
4524 2010-05-09  H.J. Lu  <hongjiu.lu@intel.com>
4525
4526         PR target/44046
4527         * config/i386/driver-i386.c (host_detect_local_cpu): Properly
4528         detect Atom, Core 2 and Core i7.
4529
4530 2010-05-09  Richard Guenther  <rguenther@suse.de>
4531
4532         * gcc.c (store_arg): Handle temporary file deletion for
4533         joined arguments.
4534
4535 2010-05-09  Richard Guenther  <rguenther@suse.de>
4536
4537         PR middle-end/44043
4538         * ipa-inline.c (estimate_function_body_sizes): Return after
4539         disregarding inline limits.
4540
4541 2010-05-09  Richard Guenther  <rguenther@suse.de>
4542
4543         * gcc.c (store_arg): Revert last change.
4544
4545 2010-05-08  Sandra Loosemore  <sandra@codesourcery.com>
4546
4547         PR middle-end/28685
4548         * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
4549         (optimize_ops_list): Call it.
4550
4551 2010-05-08  Richard Guenther  <rguenther@suse.de>
4552
4553         PR tree-optimization/44030
4554         * tree-ssa-pre.c (eliminate): Copy NECESSARY flag.  Set
4555         NECESSARY flag if we propagate from a inserted expression.
4556
4557 2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
4558
4559         * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
4560         domain types as equal if they are both PLACEHOLDER_EXPRs.
4561
4562 2010-05-08  Richard Guenther  <rguenther@suse.de>
4563
4564         * lto-wrapper.c (run_gcc): Remove linker output from
4565         command line for LTRANS invocation.
4566
4567 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
4568
4569         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
4570         lto-macho as lto_binary_reader.
4571         * target.h (struct gcc_target): New hooks lto_start and lto_end.
4572         * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
4573         * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
4574         in lto_start and lto_end calls.
4575         (is_elf_or_coff): Rename to maybe_lto_object_file.  Add Mach-O
4576         magic numbers.
4577         (scan_prog_file): Update is_elf_or_coff call.
4578         * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
4579
4580         * collect2.c (main): Fix enum comparison.
4581
4582         * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
4583         Add prototypes.
4584         * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
4585         * darwin.h (LINK_COMMAND_SPEC): Likewise.  Define TARGET_ASM_LTO_START
4586         and TARGET_ASM_LTO_END.
4587         * darwin.c: Include obstack.h and lto-streamer.h.
4588         (lto_section_names_offset, lto_section_names_obstack,
4589         lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
4590         global variables.
4591         (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
4592         (darwin_asm_lto_start): New function.  Redirect output to asm_out_file
4593         to a temporary file.
4594         (darwin_asm_lto_end): New function.  Restore asm_out_file.
4595         (darwin_asm_named_section): For LTO sections, replace the name with
4596         the offset of the section name in a string table, and build this
4597         table.
4598         (darwin_file_start): Initialize global vars for LTO support.
4599         (darwin_file_end): If output to asm_out_file was redirected, append it
4600         to the proper asm_out_file here.  Add the section names section.
4601
4602 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
4603
4604         * c-pragma.c (pending_weak_d, pending_weak): New.
4605         (pending_weaks): Change the type to VEC((pending_weak,gc) *.
4606         (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
4607         handle_pragma_weak): Update the uses of pending_weaks.
4608
4609 2010-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4610
4611         PR documentation/44016
4612         * doc/standards.texi (Standards): Link to unversioned
4613         cxx0x_status.html page.
4614
4615 2010-05-07  Iain Sandoe <iains@gcc.gnu.org>
4616
4617         PR target/43708
4618         * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
4619         in addition to TREE_USED, to avoid "set but unused" warnings.
4620
4621 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
4622
4623         * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
4624         (is_loop_prefetching_profitable): Do not insert prefetches
4625         when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
4626         times the prefetch ahead distance.
4627
4628 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
4629
4630         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
4631         Account for loop unrolling in the insn-to-prefetch ratio heuristic.
4632         (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
4633         the unroll_factor.
4634
4635 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
4636
4637         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
4638         a diagnostic info when the insn-to-mem ratio is too small.
4639
4640 2010-05-07  Richard Guenther <rguenther@suse.de>
4641
4642         * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
4643         the linker plugin.
4644         (store_arg): Queue temp_filename for deletion instead of
4645         the whole argument.
4646
4647 2010-05-07  Richard Guenther  <rguenther@suse.de>
4648
4649         * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
4650         (run_gcc): Handle LTRANS phase invocation.
4651         * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
4652
4653 2010-05-07  Jakub Jelinek  <jakub@redhat.com>
4654
4655         * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
4656         this is also meaningful on PARM_DECLs and RESULT_DECLs.
4657
4658 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4659
4660         * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
4661
4662 2010-05-07  Richard Guenther  <rguenther@suse.de>
4663
4664         PR tree-optimization/44020
4665         * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
4666         code when PRE is not yet initialized.
4667
4668 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4669
4670         * config/mips/dbxmdebug.h: Remove.
4671         * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
4672
4673 2010-05-07  Shujing Zhao  <pearly.zhao@oracle.com>
4674
4675         * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
4676         with null pointer and also warn about ordered comparison of zero with
4677         pointer if -Wextra.
4678
4679 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
4680
4681         * graphite-blocking.c
4682         (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
4683         * graphite-clast-to-gimple.c
4684         (clast_to_gcc_expression): Same.
4685         (precision_for_value): Same.
4686         (precision_for_interval): Same.
4687         (gcc_type_for_interval): Same.
4688         (graphite_create_new_guard): Same.
4689         (compute_bounds_for_level): Same.
4690         (graphite_create_new_loop_guard): Same.
4691         * graphite-interchange.c
4692         (build_linearized_memory_access): Same.
4693         (pdr_stride_in_loop): Same.
4694         (memory_strides_in_loop_1): Same.
4695         (memory_strides_in_loop): Same.
4696         (extend_scattering): Same.
4697         (psct_scattering_dim_for_loop_depth): Same.
4698         (pbb_number_of_iterations): Same.
4699         * graphite-poly.h
4700         (debug_iteration_domains): Same.
4701         * graphite-ppl.c
4702         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
4703         (ppl_set_inhomogeneous_gmp): Same.
4704         (ppl_strip_loop): Same.
4705         (ppl_lexico_compare_linear_expressions): Same.
4706         (ppl_read_polyhedron_matrix): Same.
4707         (ppl_max_for_le_pointset): Same.
4708         * graphite-ppl.h
4709         (ppl_read_polyhedron_matrix): Same.
4710         (tree_int_to_gmp): Same.
4711         (gmp_cst_to_tree): Same.
4712         (ppl_set_inhomogeneous): Same.
4713         (ppl_set_inhomogeneous_tree): Same.
4714         (ppl_set_coef): Same.
4715         (ppl_set_coef_tree): Same.
4716         * graphite-sese-to-poly.c
4717         (build_pbb_scattering_polyhedrons): Same.
4718         (build_scop_scattering): Same.
4719         (scan_tree_for_params_right_scev): Same.
4720         (scan_tree_for_params): Same.
4721         (find_params_in_bb): Same.
4722         (find_scop_parameters): Same.
4723         (add_upper_bounds_from_estimated_nit): Same.
4724         (build_loop_iteration_domains): Same.
4725         (add_condition_to_domain): Same.
4726         (pdr_add_memory_accesses): Same.
4727
4728 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
4729
4730         * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
4731         CLooG's value_* macros to their respective mpz_* counterparts.
4732         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
4733         (graphite_create_new_loop_guard): Same.
4734         * graphite-interchange.c (build_linearized_memory_access): Same.
4735         (pdr_stride_in_loop): Same.
4736         (memory_strides_in_loop_1): Same.
4737         (1st_interchange_profitable_p): Same.
4738         * graphite-poly.c (extend_scattering): Same.
4739         (psct_scattering_dim_for_loop_depth): Same.
4740         (pbb_number_of_iterations): Same.
4741         (pbb_number_of_iterations_at_time): Same.
4742         * graphite-poly.h (new_1st_loop): Same.
4743         * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
4744         (oppose_constraint): Same.
4745         (insert_constraint_into_matrix): Same.
4746         (ppl_set_inhomogeneous_gmp): Same.
4747         (ppl_set_coef_gmp): Same.
4748         (ppl_strip_loop): Same.
4749         (ppl_lexico_compare_linear_expressions): Same.
4750         (ppl_max_for_le_pointset): Same.
4751         (ppl_min_for_le_pointset): Same.
4752         (ppl_build_realtion): Same.
4753         * graphite-ppl.h (gmp_cst_to_tree): Same.
4754         (ppl_set_inhomogeneous): Same.
4755         (ppl_set_inhomogeneous_tree): Same.
4756         (ppl_set_coef): Same.
4757         (ppl_set_coef_tree): Same.
4758         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
4759         (build_scop_scattering): Same.
4760         (add_value_to_dim): Same.
4761         (scan_tree_for_params_right_scev): Same.
4762         (scan_tree_for_params_int): Same.
4763         (scan_tree_for_params): Same.
4764         (find_params_in_bb): Same.
4765         (find_scop_parameters): Same.
4766         (add_upper_bounds_from_estimated_nit): Same.
4767         (build_loop_iteration_domains): Same.
4768         (create_linear_expr_from_tree): Same.
4769         (add_condition_to_domain): Same.
4770         (pdr_add_memory_accesses): Same.
4771
4772 2010-05-06  Magnus Fromreide  <magfr@lysator.liu.se>
4773             Jason Merrill  <jason@redhat.com>
4774
4775         * c-common.c (c_common_reswords): Add nullptr.
4776         * c-common.h: Add RID_NULLPTR.  Reorganize C++0x rids.
4777         * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
4778         (gen_type_die_with_usage): Likewise.
4779         * dbxout.c (dbxout_type): Likewise.
4780         * sdbout.c (plain_type_1): Likewise.
4781
4782 2010-05-06  Jason Merrill  <jason@redhat.com>
4783
4784         * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
4785         Don't change GS_OK to GS_ALL_DONE.  Make sure that all cases set
4786         ret appropriately.
4787         (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
4788
4789         * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
4790         stripping WITH_SIZE_EXPR.
4791         (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
4792         change.
4793
4794 2010-05-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4795
4796         * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
4797         list of obsolete configurations.
4798         Disabled check for obsolete configurations.
4799         (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
4800         Removed support for previous versions.
4801         * config/mips/iris.h: Removed.
4802         * config/mips/iris5.h: Removed.
4803         * config/mips/iris6.h: Merged old iris.h contents.
4804         (TARGET_IRIX): Removed.
4805         (DRIVER_SELF_SPECS): Removed mabi=32.
4806         (IDENT_ASM_OP): Removed undef.
4807         (STARTFILE_SPEC): Removed mabi=32.
4808         (ENDFILE_SPEC): Likewise.
4809         (IRIX_SUBTARGET_LINK_SPEC): Likewise.
4810         (MACHINE_TYPE): Update for IRIX 6.5.
4811         * config/mips/mips.c (mips_build_builtin_va_list): Replaced
4812         TARGET_IRIX by TARGET_IRIX6.
4813         (mips_file_start): Likewise.
4814         (mips_output_external): Remove IRIX 5/6 O32 support.
4815         (mips_output_function_prologue): Likewise.
4816         * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
4817         TARGET_IRIX6.
4818         (TARGET_CPU_CPP_BUILTINS): Likewise.
4819         (TARGET_IRIX): Removed.
4820         * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
4821         (MULTILIB_DIRNAMES): Removed 32.
4822         (MULTILIB_OSDIRNAMES): Removed ../lib.
4823         * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
4824         (Specific, mips-sgi-irix5): Document removal.
4825         (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
4826         Remove references to older IRIX 6 releases and the O32 ABI.
4827
4828 2010-05-06  Jakub Jelinek  <jakub@redhat.com>
4829
4830         PR bootstrap/43994
4831         * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
4832         instead of DF_REF_REAL_REG.
4833
4834 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
4835
4836         PR target/43888
4837         * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
4838         handling to still return true for x64 targets.
4839
4840 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
4841
4842         * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
4843
4844 2010-05-06  Jan Hubicka  <jh@suse.cz>
4845
4846         PR tree-optimization/43791
4847         * ipa-inline.c (update_caller_keys): Remove bogus
4848         disregard_inline_limits check.
4849
4850 2010-05-06  Michael Matz  <matz@suse.de>
4851
4852         PR tree-optimization/43984
4853         * tree-ssa-pre.c (inserted_phi_names): Remove.
4854         (inserted_exprs): Change to bitmap.
4855         (create_expression_by_pieces): Set bits, don't append to vector.
4856         (insert_into_preds_of_block): Don't handle inserted_phi_names.
4857         (eliminate): Don't look at inserted_phi_names, remove deleted
4858         insns from inserted_exprs.
4859         (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
4860         (init_pre, fini_pre): Allocate and free bitmaps.
4861         (execute_pre): Insert insns on edges before elimination.
4862
4863 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
4864
4865         * tree.c (initializer_zerop): Handle STRING_CST.
4866
4867 2010-05-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
4868
4869         PR 40989
4870         * doc/invoke.texi (Wimplicit): Document as C only.
4871         * opts.c (common_handle_option): Add argument kind.
4872         (handle_option): Rename as read_cmdline_option. Factor out code to...
4873         (handle_option): ... here. New.
4874         (handle_options): Rename as read_cmdline_options.
4875         (decode_options): Update call.
4876         (set_option): Use option index instead of option pointer. Classify
4877         diagnostics correctly.
4878         (enable_warning_as_error): Call handle_option.
4879         * opts.h (set_option): Update declaration.
4880         (handle_option): Declare.
4881         * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
4882         * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
4883         * c-opts.c (set_Wimplicit): Delete.
4884         (c_family_lang_mask): New static constant.
4885         (c_common_handle_option): Add argument kind. Use handle_option
4886         instead of set_Wimplicit.
4887         (c_common_post_options): warn_implicit and warn_implicit_int
4888         are disabled by default.
4889         * c-common.c (warn_implicit): Do not define here.
4890         * c-common.h (warn_implicit): Do not declare here.
4891         (c_common_handle_option): Update declaration.
4892         * lto-opts.c (lto_reissue_options): Update call to set_option.
4893
4894 2010-05-06  Richard Guenther  <rguenther@suse.de>
4895
4896         PR tree-optimization/43571
4897         * domwalk.c (walk_dominator_tree): Walk the dominator
4898         sons in more optimal order.
4899
4900 2010-05-06  Richard Guenther  <rguenther@suse.de>
4901
4902         PR tree-optimization/43934
4903         * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
4904         (stmt_cost): Likewise.
4905         (extract_true_false_args_from_phi): New helper.
4906         (determine_max_movement): For PHI nodes verify we can hoist them
4907         and compute their cost.
4908         (determine_invariantness_stmt): Handle PHI nodes.
4909         (move_computations_stmt): Likewise.  Hoist PHI nodes in
4910         if-converted form using COND_EXPRs.
4911         (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
4912         (tree_ssa_lim): Likewise.
4913         * tree-flow.h (tree_ssa_lim): Adjust prototype.
4914         * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
4915
4916 2010-05-06  Richard Guenther  <rguenther@suse.de>
4917
4918         PR tree-optimization/43987
4919         * tree-ssa-structalias.c (could_have_pointers): For possibly
4920         address-taken variables force pointers to be recorded.
4921         (create_variable_info_for_1): Likewise.
4922         (push_fields_onto_fieldstack): Pass in wheter all fields
4923         must have pointers.
4924         (find_func_aliases): Query types instead of vars whether
4925         they contain pointers where appropriate.
4926
4927 2010-05-06  Jan Hubicka  <jh@suse.cz>
4928
4929         * cgraphbuild.c (record_reference_ctx): Add varpool_node.
4930         (record_reference, mark_address, mark_load, mark_store): Record
4931         references.
4932         (record_references_in_initializer): Update call of record_references.
4933         (rebuild_cgraph_edges): Remove all references before rebuiding.
4934         * cgraph.c (cgraph_create_node): Clear ref list.
4935         (cgraph_remove_node): Remove references.
4936         (dump_cgraph_node): Dump references.
4937         (cgraph_clone_node): Clone references.
4938         * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
4939         (struct cgraph_node, varpool_node): Add ref_lst.
4940         * ipa-ref.c: New file.
4941         * ipa-ref.h: New file.
4942         * ipa-ref-inline.h: New file.
4943         * lto-cgraph.c (output_varpool): Take cgrag node set argument.
4944         (referenced_from_other_partition_p): New function.
4945         (lto_output_varpool_node): Take set arugment; call
4946         referenced_from_other_partition.
4947         (lto_output_ref): New.
4948         (add_references): New.
4949         (output_refs): New.
4950         (output_cgraph): Compute boundary based on references; output refs.
4951         (output_varpool): Accept cgraph_node_set argument.
4952         (input_ref): New.
4953         (input_refs): New.
4954         (input_cgraph): Call input_refs.
4955         * lto-section-in.c (lto_section_name): Add refs.
4956         * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
4957         (ipa-ref.o): New file.
4958         * varpool.c (varpool_node): Clear ipa ref list.
4959         (varpool_remove_node): Remove references.
4960         (dump_varpool_node): Dump references.
4961         (varpool_assemble_decl): Only compile finalized ones.
4962         (varpool_extra_name_alias): Initialize ref list.
4963         * lto-streamer.c (lto-get_section_name): Add .refs section.
4964         * lto-streamer.h (lto_section_type): Add LTO_section_refs.
4965         (referenced_from_other_partition_p): Declared.
4966
4967 2010-05-06  Ira Rosen  <irar@il.ibm.com>
4968
4969         PR tree-optimization/43901
4970         * tree-vect-stmts.c (vectorizable_call): Assert that vector
4971         type is not NULL if it's transformation phase, and return
4972         FALSE if it's analysis.
4973         (vectorizable_conversion, vectorizable_operation,
4974         vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
4975
4976 2010-05-05  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
4977
4978         * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
4979         Delete.
4980         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
4981         New define.
4982         * config/mips/mips-protos.h
4983         (mips_small_register_classes_for_mode_p): Delete prototype.
4984
4985 2010-05-06  Bernd Schmidt  <bernds@codesourcery.com>
4986
4987         * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
4988         * config/arm/arm.c (multiple_operation_profitable_p,
4989         compute_offset_order): New static functions.
4990         (load_multiple_sequence, store_multiple_sequence): Use them.
4991         Replace constant 4 with MAX_LDM_STM_OPS.  Compute order[0] from
4992         memory offsets, not register numbers.
4993         (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
4994
4995 2010-05-05  Steven Bosscher  <steven@gcc.gnu.org>
4996
4997         * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
4998         (get_pending_sizes, put_pending_size, put_pending_sizes):
4999         Update the uses of pending_sizes.
5000         * c-decl.c (store_parm_decls): Likewise.
5001         * c-tree.h (struct c_arg_info): Likewise.
5002         * tree.h: Update the prototype for get_pending_sizes and
5003         put_pending_sizes.
5004
5005 2010-05-05  Jason Merrill  <jason@redhat.com>
5006
5007         PR debug/43370
5008         * c-common.c (handle_aligned_attribute): Respect
5009         ATTR_FLAG_TYPE_IN_PLACE.
5010
5011         PR testsuite/43758
5012         * target.h (struct gcc_target): Add attribute_takes_identifier_p.
5013         * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
5014         (TARGET_INITIALIZER): Use it.
5015         * c-common.c (attribute_takes_identifier_p): Call it.
5016         * c-common.h: Update prototype.
5017         * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
5018         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
5019
5020 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
5021
5022         PR debug/43950
5023         * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
5024         DW_ID_down_case for Fortran compilation units.
5025
5026 2010-05-05  Jan Hubicka  <jh@suse.cz>
5027
5028         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
5029         handle aliases.
5030
5031 2010-05-05  Eric Botcazou  <ebotcazou@adacore.com>
5032
5033         * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
5034         a variable-sized RESULT_DECL.
5035
5036 2010-05-05  Maxim Kuvyrkov  <maxim@codesourcery.com>
5037
5038         * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
5039
5040 2010-05-05  Jason Merrill  <jason@redhat.com>
5041
5042         PR c++/43787
5043         * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
5044         returns GS_OK.
5045         (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
5046
5047 2010-05-05  Alexandre Oliva  <aoliva@redhat.com>
5048             Jakub Jelinek  <jakub@redhat.com>
5049
5050         PR debug/43478
5051         * df-problems.c (struct dead_debug_use, struct dead_debug): New.
5052         (dead_debug_init, dead_debug_finish): New functions.
5053         (dead_debug_add, dead_debug_insert_before): Likewise.
5054         (df_note_bb_compute): Initialize a dead_debug object, add dead
5055         debug uses to it, insert debug bind insns before death insns,
5056         reset debug insns that refer to pending uses at the end.
5057         * rtl.h (make_debug_expr_from_rtl): New prototype.
5058         * varasm.c (make_debug_expr_from_rtl): New function.
5059
5060 2010-05-05  Jan Hubicka  <jh@suse.cz>
5061
5062         * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
5063         (lto_varpool_encoder_new, lto_varpool_encoder_delete,
5064         lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
5065         lto_varpool_encoder_deref, lto_varpool_encoder_size,
5066         lto_varpool_encoder_encode_initializer_p,
5067         lto_set_varpool_encoder_encode_initializer): New functions.
5068         (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
5069         call output_varpool.
5070         (input_varpool_node): Do not always set analyzed.
5071         (input_cgraph_1): Return vector of cgraph nodes.
5072         (input_varpool_1): Return vector of varpools.
5073         (input_cgraph): Free the vectors.
5074         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
5075         output only initializers needed.
5076         (lto_output): Only call output_cgraph.
5077         (produce_asm_for_decls): Call lto_varpool_encoder_delete.
5078         * lto-section-out.c (lto_new_out_decl_state): Initialize
5079         state->varpool_node_encoder.
5080         * lto-streamer.h (lto_varpool_encoder_d): New.
5081         (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
5082         (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
5083         (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
5084         lto_varpool_encoder_encode, lto_varpool_encoder_delete,
5085         lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
5086         Declare.
5087         (output_varpool, input_varpool): Remove declarations.
5088
5089 2010-05-05  Jan Hubicka  <jh@suse.cz>
5090
5091         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
5092         with body can prevail.
5093
5094 2010-05-05  Jan Hubicka  <jh@suse.cz>
5095
5096         * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
5097         size.
5098
5099 2010-05-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5100
5101         * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
5102
5103         * gengtype.h (erro_at_line): Constify pos argument.
5104
5105         * gengtype.c: Include hashtab.h.
5106         (enum gc_used): Document GC_MAYBE_POINTED_TO.
5107         (error_at_line): Constify pos argument.
5108         (do_typedef): Initialize p->opt field.
5109         (get_file_gtfilename): Fix comment typo.
5110         (struct walk_type_data): Constify line field.
5111         (get_output_file_for_structure): New function.
5112         (write_local_func_for_structure): Constify orig_s argument.
5113         Use get_output_file_for_structure.
5114         (write_func_for_structure): Use get_output_file_for_structure.
5115         (INDENT): New define.
5116         (dump_pair, dump_type, dump_type_list, dump_typekind)
5117         (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
5118         (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
5119         functions.
5120         (seen_types): New variable.
5121         (main): New variable do_dump.  Process "-d" command line option.
5122         Call dump_everything if dump requested.
5123
5124 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
5125
5126         * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
5127         in a temporary instead of invoking the macro multiple times.
5128         (track_expr_p): Likewise.
5129
5130 2010-05-04  Neil Vachharajani <nvachhar@google.com>
5131
5132         * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
5133         per new semantics.
5134         * opts.c (decode_options): Enable -Werror=coverage-mismatch.
5135         * coverage.c (get_coverage_counts): Always emit a warning.  Adjust
5136         conditions for printing notes.
5137         * common.opt (-Wcoverage-mismatch): Allow negative, default to
5138         true, update documentation.
5139         * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
5140
5141 2010-05-04  Jakub Jelinek  <jakub@redhat.com>
5142
5143         PR c/43981
5144         * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
5145         on dimen.
5146
5147 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
5148
5149         PR target/43799
5150         * config/i386/i386.md (sse_prologue_save): Clobber CC register.
5151         (*sse_prologue_save_insn1): Likewise.
5152         (SSE prologue save splitter): Likewise.
5153
5154 2010-05-04  Eric Botcazou  <ebotcazou@adacore.com>
5155
5156         * tree.c (free_lang_data_in_one_sizepos): New inline function.
5157         (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
5158         types.  Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
5159         (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
5160         all decls.  Call it on DECL_FIELD_OFFSET of fields.
5161         (find_decls_types_r): Follow DECL_VALUE_EXPR.
5162         (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
5163
5164 2010-05-04  Martin Jambor  <mjambor@suse.cz>
5165
5166         * tree-sra.c (build_access_from_expr_1): The first parameter type
5167         changed to simple tree.
5168         (build_access_from_expr): Likewise, gsi parameter was eliminated.
5169         (scan_assign_result): Renamed to assignment_mod_result, enum elements
5170         renamed as well.
5171         (build_accesses_from_assign): Removed all parameters except for a
5172         simple gimple statement.  Now returns a simple bool.
5173         (scan_function): All non-analysis parts moved to separate functions
5174         sra_modify_function_body and ipa_sra_modify_function_body.  Removed all
5175         parameters and updated both callers.
5176         (sra_modify_expr): Removed parameter data.
5177         (sra_modify_function_body): New function.
5178         (perform_intra_sra): Call sra_modify_function_body to modify the
5179         function body.
5180         (replace_removed_params_ssa_names): Parameter data changed into
5181         adjustments vector.
5182         (sra_ipa_modify_expr): Likewise.  Also removed unused parameter gsi and
5183         changed the parameter dont_convert to convert with the opposite
5184         meaning.
5185         (sra_ipa_modify_assign): Parameter data changed into adjustments
5186         vector, return value changed to bool.
5187         (ipa_sra_modify_function_body): New function.
5188         (sra_ipa_reset_debug_stmts): Updated a comment.
5189         (modify_function): Use ipa_sra_modify_function_body to modify function
5190         body.
5191
5192 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
5193
5194         PR middle-end/43671
5195         * alias.c (true_dependence): Handle the same VALUE in x and mem.
5196         (canon_true_dependence): Likewise.
5197         (write_dependence_p): Likewise.
5198
5199 2010-05-04  Jan Hubicka  <jh@suse.cz>
5200
5201         * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
5202         * cgraphbuild.c: Include ipa-utils.h
5203         (record_reference_ctx): New struct.
5204         (record_reference): Simplify to work on initializers; not statements.
5205         (mark_address, mark_load, mark_store): New.
5206         (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
5207         walk PHI nodes too.
5208         (record_references_in_initializer): Update use of record_reference.
5209         (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
5210         walk PHI nodes too.
5211
5212 2010-05-04  Jan Hubicka  <jh@suse.cz>
5213
5214         * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
5215         node will be removed anyway.
5216         (lto_varpool_replace_node): Allow also unanalyzed nodes;
5217         relink aliases of node into prevailing node.
5218         * varpool.c (varpool_remove_node): Remove aliases properly;
5219         when removing node, remove all its aliases too; remove DECL_INITIAL
5220         of removed node; ggc_free the varpool node.
5221
5222 2010-05-04  Richard Guenther  <rguenther@suse.de>
5223
5224         PR tree-optimization/43879
5225         * tree-ssa-structalias.c (alias_get_name): Use
5226         DECL_ASSEMBLER_NAME if available.
5227         (create_function_info_for): Return the varinfo node.
5228         (ipa_pta_execute): Associate same-body aliases and extra names
5229         with their origin nodes varinfo.  Dump DECL_ASSEMBLER_NAME.
5230
5231 2010-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
5232
5233         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
5234
5235 2010-05-04  Mikael Pettersson  <mikpe@it.uu.se>
5236
5237         PR bootstrap/43964
5238         * ira-color.c (assign_hard_reg): Declare rclass and add_cost
5239         only if HONOR_REG_ALLOC_ORDER is not defined.
5240
5241 2010-05-04  Richard Guenther  <rguenther@suse.de>
5242
5243         PR tree-optimization/43949
5244         * tree-vrp.c (extract_range_from_binary_expr): Only handle
5245         TRUNC_MOD_EXPR.
5246
5247 2010-04-26  Jason Merrill  <jason@redhat.com>
5248
5249         * c.opt (-fstrict-enums): New.
5250         * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
5251
5252 2010-05-03  David Ung <davidu@mips.com>
5253             James E. Wilson  <wilson@codesourcery.com>
5254
5255         * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
5256         emit the trap instruction before the divide for TUNE_74K.
5257
5258 2010-05-03  Steven Bosscher  <steven@gcc.gnu.org>
5259
5260         * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
5261         (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
5262         based on the above, for new target hook.
5263
5264         * hooks.c (hook_bool_mode_true): New generic hook.
5265         * hooks.h (hook_bool_mode_true): Add prototype.
5266
5267         * target.h (struct gcc_target): Add small_register_classes_for_mode_p
5268         target hook.
5269         * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
5270         target hook, set to hook_bool_mode_false.
5271         * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
5272         * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
5273         with targetm.small_register_classes_for_mode_p.
5274         (find_reusable_reload): Likewise.
5275         (combine_reloads): Likewise.
5276         * reload1.c (reload_as_needed): Likewise.
5277         * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
5278         * ifcvt.c (noce_process_if_block, check_cond_move_block,
5279         dead_or_predicable): Likewise.
5280         * regmove.c (optimize_reg_copy_1): Likewise.
5281         * calls.c (prepare_call_address): Likewise.
5282         (precompute_register_parameters): Likewise.
5283
5284         * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
5285         hook definition.
5286         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
5287         implementation of the hook that considers all register classes
5288         small except for SH64.
5289         (sh_override_options): Use the new hook.
5290         * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
5291         Add prototype.
5292
5293         * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
5294         hook definition.
5295         * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
5296         implementation of the hook that considers all register classes
5297         small for THUMB1.
5298         * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
5299         Add prototype.
5300
5301         * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
5302         hook definition.
5303         * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
5304         implementation of the hook that considers all register classes
5305         small for MIPS16.
5306         * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
5307         Add prototype.
5308
5309         * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
5310         hook definition.
5311         * config/m32c/m32c.h: Likewise.
5312         * config/pdp11/pdp11.h: Likewise.
5313         * config/avr/avr.h: Likewise.
5314         * config/xtensa/xtensa.h: Likewise.
5315         * config/m68hc11/m68hc11.h: Likewise.
5316         * config/mn10300/mn10300.h: Likewise.
5317         * config/mcore/mcore.h: Likewise.
5318         * config/h8300/h8300.h: Likewise.
5319         * config/bfin/bfin.h: Likewise.
5320
5321         * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
5322         * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
5323
5324 2010-05-03  Anatoly Sokolov  <aesok@post.ru>
5325
5326         * double-int.h (tree_to_double_int): Remove macro.
5327         (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
5328         * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
5329         (tree_to_double_int): New function.
5330         * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
5331         Move ...
5332         * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
5333
5334 2010-05-03  Richard Guenther  <rguenther@suse.de>
5335
5336         PR tree-optimization/43971
5337         * tree-ssa-structalias.c (get_constraint_for_1): Fix
5338         constraints in the !flag_delete_null_pointer_checks case.
5339
5340 2010-05-03  Jakub Jelinek  <jakub@redhat.com>
5341
5342         PR debug/43972
5343         * config/i386/i386.c (ix86_delegitimize_address): Make sure the
5344         result mode matches original rtl mode.
5345
5346 2010-05-03  Dave Korn  <dave.korn.cygwin@gmail.com>
5347
5348         PR target/43888
5349         * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
5350
5351 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
5352
5353         * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
5354         when processing flag options.
5355
5356 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
5357
5358         * gcov-iov.c (main): Change format string placeholder
5359         from %#08x to 0x%08x.
5360         * genchecksum.c (dosum): Change format string placeholder
5361         from %#02x to 0x%02x.
5362
5363 2010-05-02  Richard Guenther  <rguenther@suse.de>
5364
5365         PR tree-optimization/43879
5366         * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
5367
5368 2010-05-02  Bruno Haible  <bruno@clisp.org>
5369
5370         * doc/extend.texi (Function Attributes): Fix a typo.
5371
5372 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
5373
5374         Revert:
5375         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
5376         placeholder from 0x%x to %#x.
5377         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
5378         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
5379         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
5380         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
5381         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
5382         * config/i386/i386.c (ix86_target_string): Ditto.
5383         * config/i386/i386.c (output_pic_addr_const): Ditto.
5384         (print_operand): Ditto.
5385
5386 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
5387
5388         * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
5389         placeholder from 0x%x to %#x.
5390         (ASM_OUTPUT_DEBUG_DATA1): Ditto.
5391         (ASM_OUTPUT_DEBUG_DATA4): Ditto.
5392         (ASM_OUTPUT_DEBUG_DATA): Ditto.
5393         (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
5394         (ASM_OUTPUT_DEBUG_DATA8): Ditto.
5395         * optc-gen.awk: Ditto.
5396         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
5397         (HOST_WIDE_INT_PRINT_HEX): Ditto.
5398         (HOST_WIDEST_INT_PRINT_HEX): Ditto.
5399         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
5400
5401 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
5402
5403         * target.h (struct calls): Add function_value_regno_p field.
5404         * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
5405         (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
5406         * targhooks.c (default_function_value_regno_p): New function.
5407         * targhooks.h (default_function_value_regno_p): Declare function.
5408         * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
5409         * builtins.c. (apply_result_size): (Ditto.).
5410         * combine.c. (likely_spilled_retval_p): (Ditto.).
5411         * mode-switching.c. Include 'target.h'.
5412         (create_pre_exit): Use function_value_regno_p hook.
5413         * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
5414         * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
5415         TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
5416
5417         * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
5418         * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
5419         (ix86_function_value_regno_p): Declare as static, change argument
5420         type to const unsigned int.
5421         * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
5422
5423 2010-05-01  Richard Guenther  <rguenther@suse.de>
5424
5425         PR tree-optimization/43949
5426         * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
5427         types.
5428         (extract_range_from_binary_expr): Handle *_MOD_EXPR.
5429
5430 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
5431
5432         * rtl.h (CONST_DOUBLE_P): Define.
5433         (rtx_to_double_int): Declare.
5434         * emit-rtl.c (rtx_to_double_int): New function.
5435         * dwarf2out.c (insert_double): New function.
5436         (loc_descriptor, add_const_value_attribute): Clean up, use
5437         rtx_to_double_int and insert_double functions.
5438
5439 2010-05-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
5440
5441         * doc/extend.texi (Inline): Add missing return keyword to examples.
5442         (Function Attributes, Variable Attributes, Pragmas): Hyphenate
5443         "command-line".
5444
5445 2010-04-30  Eric Botcazou  <ebotcazou@adacore.com>
5446
5447         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
5448         the variable part of the offset as well.  Use highest_pow2_factor for
5449         all alignment checks.
5450
5451 2010-04-30  Richard Guenther  <rguenther@suse.de>
5452
5453         PR tree-optimization/43879
5454         * tree-ssa-structalias.c (type_could_have_pointers): Functions
5455         can have pointers.
5456
5457 2010-04-30  Jan Hubicka  <jh@suse.cz>
5458
5459         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
5460         varpool.
5461         (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
5462
5463 2010-04-30  Jan Hubicka  <jh@suse.cz>
5464
5465         * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
5466         New.
5467         * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
5468         * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
5469         (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
5470         cgraph_node_set_needs_ltrans_p): Remove.
5471
5472 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
5473
5474         * sdbout.c: Include vec.h, do not include varray.h.
5475         (deferred_global_decls, sdbout_global_decl,
5476         sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
5477         * toplev.c: Do not include varray.h.
5478         (dump_memory_report): Do not dump VARRAY statistics.
5479         * gengtype.c (open_base_file): Ignore varray.h.
5480         * Makefile.in: Update for abovementioned changes.
5481         Remove all traces of varray.c and varray.h.
5482         * varray.c: Remove file.
5483         * varray.h: Remove file.
5484
5485 2010-04-30  Jan Hubicka  <jh@suse.cz>
5486
5487         * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
5488         references.
5489
5490 2010-04-30  Jan Hubicka  <jh@suse.cz>
5491
5492         * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
5493         needed.
5494
5495 2010-04-30  Richard Guenther  <rguenther@suse.de>
5496
5497         * tree-ssa-structalias.c (get_constraint_for_1): Generate
5498         constraints for CONSTRUCTOR.
5499
5500 2010-04-30  Richard Guenther  <rguenther@suse.de>
5501
5502         PR lto/43946
5503         * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
5504         first after all lowering passes.
5505
5506 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
5507
5508         * toplev.c: Include varray.h for statistics dumping.
5509         * tree.h: Do not declare varray_head_tag.
5510         * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
5511         regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
5512         c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
5513         gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
5514         lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
5515         tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
5516         c-common.c, c-common.h, reg-stack.c, basic-block.h,
5517         tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
5518         include varray.h.
5519         * Makefile.in: Update for abovementioned changes.
5520
5521 2010-04-30  Jakub Jelinek  <jakub@redhat.com>
5522
5523         PR debug/43942
5524         * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
5525
5526 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
5527
5528         * config/picochip/picochip.c (picochip_legitimize_address): Define.
5529         Use this function to do machine-specific conversion.
5530         (picochip_legitimize_reload_address): Likewise.
5531         (picochip_legitimate_address_p): Check valid base register only if
5532         strict.
5533         (picochip_check_conditional_copy): Check for modw only if opnd is
5534         register.
5535         * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
5536         to call the function in c.
5537         * config/picochip/picochip-protos.h
5538         (picochip_legitimize_reload_address): Define.
5539         * config/picochip/picochip.md (supported_compare1): Define.
5540
5541 2010-04-30  Jan Hubicka  <jh@suse.cz>
5542
5543         * cgraph.h (cgraph_local_info): Remove for_functions_valid.
5544         (cgraph_global_info): Remove inlined.
5545         (LTO_cgraph_tag_names): Remove.
5546         (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
5547         * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
5548         simplify cgraph tags and document.
5549         (lto_output_node): Use only LTO_cgraph_unavail_node and
5550         LTO_cgraph_analyzed_node; Do not save analzed, reachable,
5551         for_functions_valid, global info, process and output flags.
5552         (input_overwrite_node): Initialize estimated stack size and
5553         estimated growth.  Do not read flags we no longer store.
5554         (input_node): Likewise do not read info no longer stored.
5555         * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
5556         flag.
5557
5558 2010-04-30  Richard Guenther  <rguenther@suse.de>
5559
5560         PR tree-optimization/43879
5561         * tree-ssa-structalias.c (get_constraint_for_1): Properly
5562         handle non-zero initializers.
5563
5564 2010-04-30  Richard Guenther  <rguenther@suse.de>
5565
5566         * builtins.c (fold_builtin_1): Delete free (0).
5567
5568 2010-04-29  Jan Hubicka  <jh@suse.cz>
5569
5570         * gengtype.c (open_base_files): Add lto-streamer.h
5571         * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
5572         (pass_ipa_cp): GGC collect.
5573         * toplev. (compile_file): Do not output symbols.
5574         * ipa-inline.c (pass_ipa_inline): Add ggc collect.
5575         * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
5576         TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
5577         * lto-section-in.c: Include ggc.h
5578         (lto_new_in_decl_state): Alloc in GGC.
5579         (lto_delete_in_decl_state): Likewise.
5580         * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
5581         Collect.
5582
5583 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
5584
5585         PR target/42895
5586         * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
5587         ORDER_REGS_FOR_LOCAL_ALLOC.  All instances of this macro changed.
5588         (HONOR_REG_ALLOC_ORDER): Describe new macro.
5589         * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
5590         * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
5591         account only if HONOR_REG_ALLOC_ORDER is not defined.
5592         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
5593         * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
5594
5595 2010-04-29  Jon Grant  <04@jguk.org>
5596
5597         * collect2.c (vflag): Change type from int to bool.
5598         (debug): Likewise.
5599         (helpflag): New global bool.
5600         (main): Set vflag and debug with boolean, not integer truth values.
5601         Accept new "--help" option and output usage text if found.
5602         * collect2.h (vflag): Update prototype.
5603         (debug): Likewise.
5604
5605 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
5606
5607         PR bootstrap/43936
5608         * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
5609
5610 2010-04-29  Richard Guenther  <rguenther@suse.de>
5611
5612         PR bootstrap/43935
5613         * plugin.h (invoke_plugin_callbacks): Annotate arguments
5614         with ATTRIBUTE_UNUSED.
5615
5616 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
5617
5618         PR target/43921
5619         * config/i386/i386.c (get_some_local_dynamic_name): Replace
5620         INSN_P with NONDEBUG_INSN_P.
5621         (distance_non_agu_define): Likewise.
5622         (distance_agu_use): Likewise.
5623
5624 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
5625
5626         From Dominique d'Humieres <dominiq@lps.ens.fr>
5627         PR bootstrap/43858
5628         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
5629         test_set.
5630
5631 2010-04-29  Brian Hackett  <bhackett1024@gmail.com>
5632
5633         * plugin.h (invoke_plugin_callbacks): New inline function.
5634         * plugin.c (flag_plugin_added): New global flag.
5635         (add_new_plugin): Initialize above flag.
5636         (invoke_plugin_callbacks): Rename to ...
5637         (invoke_plugin_callbacks_full): ... this.
5638
5639 2010-04-28  Jan Hubicka  <jh@suse.cz>
5640
5641         * lto-symtab.c (lto_symtab_entry_def) Add vnode.
5642         (lto_varpool_replace_node): New.
5643         (lto_symtab_resolve_symbols): Resolve varpool nodes.
5644         (lto_symtab_merge_decls_1): Prefer decls with varpool node.
5645         (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
5646         * cgraph.h (varpool_node_ptr): New type.
5647         (varpool_node_ptr): New vector.
5648         (varpool_node_set_def): New structure.
5649         (varpool_node_set): New type.
5650         (varpool_node_set): New vector.
5651         (varpool_node_set_element_def): New structure.
5652         (varpool_node_set_element, const_varpool_node_set_element): New types.
5653         (varpool_node_set_iterator): New type.
5654         (varpool_node): Add prev pointers, add used_from_other_partition,
5655         in_other_partition.
5656         (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
5657         varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
5658         varpool_get_node, varpool_remove_node): Declare.
5659         (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
5660         varpool_node_set_size): New inlines.
5661         * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
5662         * tree-pass.h (varpool_node_set_def): Forward declare.
5663         (ipa_opt_pass_d): Summary writting takes vnode sets too.
5664         (ipa_write_optimization_summaries): Update prototype.
5665         * ipa-cp.c (ipcp_write_summary): Update.
5666         * ipa-reference.c (ipa_reference_write_summary): Update.
5667         * lto-cgraph.c (lto_output_varpool_node): New static function.
5668         (output_varpool): New function.
5669         (input_varpool_node): New static function.
5670         (input_varpool_1): New function.
5671         (input_cgraph): Input varpool.
5672         * ipa-pure-const.c (pure_const_write_summary): Update.
5673         * lto-streamer-out.c (lto_output): Update, output varpool too.
5674         (write_global_stream): Kill WPA hack.
5675         (produce_asm_for_decls): Update.
5676         (output_alias_pair_p): Handle variables.
5677         (output_unreferenced_globals): Output only needed partition of varpool.
5678         * ipa-inline.c (inline_write_summary): Update.
5679         * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
5680         cgraph.
5681         * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
5682         * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
5683         varpool_node_set_new, varpool_node_set_add,
5684         varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
5685         debug_varpool_node_set): New functions.
5686         * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
5687         (execute_one_pass): Process new decls too.
5688         (ipa_write_summaries_2): Pass around vsets.
5689         (ipa_write_summaries_1): Likewise.
5690         (ipa_write_summaries): Build vset; be more selective about cgraph nodes
5691         to add.
5692         (ipa_write_optimization_summaries_1): Pass around vsets.
5693         (ipa_write_optimization_summaries): Likewise.
5694         * varpool.c (varpool_get_node): New.
5695         (varpool_node): Update doubly linked lists.
5696         (varpool_remove_node): New.
5697         (dump_varpool_node): More dumping.
5698         (varpool_enqueue_needed_node): Update doubly linked lists.
5699         (decide_is_variable_needed): Kill ltrans hack.
5700         (varpool_finalize_decl): Kill lto hack.
5701         (varpool_assemble_decl): Skip decls in other partitions.
5702         (varpool_assemble_pending_decls): Update doubly linkes lists.
5703         (varpool_empty_needed_queue): Likewise.
5704         (varpool_extra_name_alias): Likewise.
5705         * lto-streamer.c (lto_get_section_name): Add vars section.
5706         * lto-streamer.h (lto_section_type): Update.
5707         (output_varpool, input_varpool): Declare.
5708
5709 2010-04-28  Mike Stump  <mikestump@comcast.net>
5710
5711         * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
5712
5713 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
5714
5715         * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
5716         record or union type with RECORD_OR_UNION_TYPE_P predicate.
5717         (lto_input_ts_type_tree_pointers): Likewise.
5718         * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
5719         (lto_output_ts_type_tree_pointers): Likewise.
5720
5721 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
5722
5723         Uniquization of constants at the Tree level
5724         * tree.h (DECL_IN_CONSTANT_POOL): New macro.
5725         (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
5726         bit to the end.
5727         (tree_output_constant_def): Declare.
5728         * gimplify.c (gimplify_init_constructor): When using block copy, first
5729         uniquize the constant constructor on the RHS.
5730         * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
5731         DECL_IN_CONSTANT_POOL flag.
5732         * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
5733         * varasm.c (make_decl_rtl): Deal with variables belonging to the global
5734         constant pool.
5735         (assemble_variable): Deal with symbols belonging to the tree constant
5736         pool.
5737         (get_constant_section): Add ALIGN parameter and simplify.
5738         (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
5739         (assemble_constant_contents): Use the expression of the VAR_DECL.
5740         (output_constant_def_contents): Use the alignment of the VAR_DECL.
5741         (tree_output_constant_def): New global function.
5742         (mark_constant): Use the expression of the VAR_DECL.
5743         (place_block_symbol): Use the alignment of the VAR_DECL and the size of
5744         its expression.
5745         (output_object_block): Likewise and assemble the expression.
5746
5747 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
5748
5749         * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
5750         hash_tree, eq_tree): New tree hash table.
5751         (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
5752         [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
5753         lto_orig_address_remove): Reimplement.
5754
5755 2010-04-28  Xinliang David Li  <davidxl@google.com>
5756
5757         PR c/42643
5758         * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
5759         (compute_uninit_opnds_pos): New function.
5760         (is_non_loop_exit_postdominating): New function.
5761         (compute_control_dep_chain): New function.
5762         (find_pdom): New function.
5763         (convert_control_dep_chain_into_preds): New function.
5764         (find_predicates): New function.
5765         (find_control_equiv_block): New function.
5766         (collect_phi_def_edges): New function.
5767         (find_def_preds): New function.
5768         (find_dom): New function.
5769         (dump_predicates): New function.
5770         (get_cmp_code): New function.
5771         (is_value_included_in): New function.
5772         (find_matching_predicate_in_rest_chains): New function.
5773         (use_pred_not_overlap_with_undef_path_pred): New function.
5774         (is_use_properly_guarded): New function.
5775         (normalize_cond_1): New function.
5776         (is_and_or_or): New function.
5777         (normalize_cond): New function.
5778         (is_gcond_subset_of): New function.
5779         (is_subset_of_any): New function.
5780         (is_or_set_subset_of): New function.
5781         (is_and_set_subset_of): New function.
5782         (is_norm_cond_subset_of): New function.
5783         (is_pred_expr_subset_of): New function.
5784         (is_pred_chain_subset_of): New function.
5785         (is_included_in): New function.
5786         (is_superset_of): New function.
5787         (find_uninit_use): New function.
5788         (warn_uninitialized_phi): New function.
5789         (compute_possibly_undefined_names): New function.
5790         (ssa_undefined_value_p): New function.
5791         (execute_late_warn_uninitialized): New function.
5792         * tree-ssa.c (ssa_undefined_value_p): Removed.
5793         (warn_uninit): Changed to extern.
5794         (warn_uninitialized_phi): Removed.
5795         (warn_uninitialized_vars): Changed to extern.
5796         (execute_late_warn_uninitialized): Removed
5797         * tree-flow.h: Add new prototypes.
5798         * timevar.def: Add new time variable.
5799         * Makefile.in: Add new build file.
5800
5801 2010-04-28  Uros Bizjak  <ubizjak@gmail.com>
5802
5803         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
5804         type if available.
5805
5806 2010-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5807
5808         PR target/22224
5809         * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
5810
5811 2010-04-28  Martin Jambor  <mjambor@suse.cz>
5812
5813         * cgraph.h (struct cgraph_node): New field indirect_calls.
5814         (struct cgraph_indirect_call_info): New type.
5815         (struct cgraph_edge): Removed field indirect_call. New fields
5816         indirect_info, indirect_inlining_edge and indirect_unknown_callee.
5817         (cgraph_create_indirect_edge): Declare.
5818         (cgraph_make_edge_direct): Likewise.
5819         (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
5820         * ipa-prop.h (struct ipa_param_call_note): Removed.
5821         (struct ipa_node_params): Removed field param_calls.
5822         (ipa_create_all_structures_for_iinln): Declare.
5823         * cgraph.c: Described indirect edges and uids in initial comment.
5824         (cgraph_add_edge_to_call_site_hash): New function.
5825         (cgraph_edge): Search also among the indirect edges, use
5826         cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
5827         (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
5828         one, use cgraph_add_edge_to_call_site_hash to add edges to the call
5829         site hash.
5830         (initialize_inline_failed): Assign a reason to indirect edges.
5831         (cgraph_create_edge_1): New function.
5832         (cgraph_create_edge): Moved some functionality to
5833         cgraph_create_edge_1.
5834         (cgraph_create_indirect_edge): New function.
5835         (cgraph_edge_remove_callee): Add an assert checking for
5836         non-indirectness.
5837         (cgraph_edge_remove_caller): Special-case indirect edges.
5838         (cgraph_remove_edge): Likewise.
5839         (cgraph_set_edge_callee): New function.
5840         (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
5841         (cgraph_make_edge_direct): New function.
5842         (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
5843         the declaration of the call statement matches.
5844         (cgraph_node_remove_callees): Special-case indirect edges.
5845         (cgraph_clone_edge): Likewise.
5846         (cgraph_clone_node): Clone also the indirect edges.
5847         (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
5848         indirect_call, dump count of indirect_calls edges.
5849         * ipa-prop.c (iinlining_processed_edges): New variable.
5850         (ipa_note_param_call): Create indirect edges instead of
5851         creating notes.  New parameter node.
5852         (ipa_analyze_call_uses): New parameter node, pass it on to
5853         ipa_note_param_call.
5854         (ipa_analyze_stmt_uses): Likewise.
5855         (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
5856         (print_edge_addition_message): Work on edges rather than on notes.
5857         (update_call_notes_after_inlining): Likewise, renamed to
5858         update_indirect_edges_after_inlining.
5859         (ipa_create_all_structures_for_iinln): New function.
5860         (ipa_free_node_params_substructures): Do not free notes.
5861         (ipa_edge_duplication_hook): Propagate bits within
5862         iinlining_processed_edges bitmap.
5863         (ipa_node_duplication_hook): Do not duplicate notes.
5864         (free_all_ipa_structures_after_ipa_cp): Renamed to
5865         ipa_free_all_structures_after_ipa_cp.
5866         (free_all_ipa_structures_after_iinln): Renamed to
5867         ipa_free_all_structures_after_iinln.
5868         (ipa_write_param_call_note): Removed.
5869         (ipa_read_param_call_note): Removed.
5870         (ipa_write_indirect_edge_info): New function.
5871         (ipa_read_indirect_edge_info): Likewise.
5872         (ipa_write_node_info): Do not stream notes, do stream information
5873         in indirect edges.
5874         (ipa_read_node_info): Likewise.
5875         (lto_ipa_fixup_call_notes): Removed.
5876         * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
5877         * ipa-inline.c (pass_ipa_inline): Likewise.
5878         * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
5879         * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
5880         * tree-inline.c (copy_bb): Removed an unnecessary double check for
5881         is_gimple_call.
5882         * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
5883         edges.
5884         * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
5885         (output_cgraph): Stream also indirect edges.
5886         (lto_output_edge): Added capability to stream indirect edges.
5887         (input_edge): Likewise.
5888         (input_cgraph_1): Likewise.
5889         * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
5890         of indirect edges.
5891
5892 2010-04-28  Richard Guenther  <rguenther@suse.de>
5893
5894         PR tree-optimization/43879
5895         PR tree-optimization/43909
5896         * tree-ssa-structalias.c (struct variable_info): Add
5897         only_restrict_pointers flag.
5898         (new_var_info): Initialize it.  Increment stats.total_vars here.
5899         (create_function_info_for): Do not increment stats.total_vars here.
5900         (get_function_part_constraint): Fix build with C++.
5901         (insert_into_field_list): Remove.
5902         (push_fields_onto_fieldstack): Properly merge fields.
5903         (create_variable_info_for): Split and simplify.
5904         (create_variable_info_for_1): New piece.
5905         (intra_create_variable_infos): Properly make restrict constraints
5906         from parameters.
5907
5908 2010-04-28  Richard Guenther  <rguenther@suse.de>
5909
5910         PR c++/43880
5911         * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
5912
5913 2010-04-27  Manuel López-Ibáñez  <manu@gcc.gnu.org>
5914             Jan Hubicka <hubicka@ucw.cz>
5915
5916         * doc/invoke.texi (-Wsuggest-attribute=const,
5917         -Wsuggest-attribute=pure): Document.
5918         * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
5919         (function_always_visible_to_compiler_p,
5920         suggest_attribute, warn_function_pure, warn_function_const):
5921         New functions.
5922         (check_call): Improve debug info.
5923         (analyze_function): Do not check availability.
5924         (add_new_function): Check availability.
5925         (propagate): Output warnings.
5926         (skip_function_for_local_pure_const): New function.
5927         (local_pure_const): Use it; output warnings.
5928         * common.opt (Wsuggest-attribute=const,
5929         Wsuggest-attribute=pure): New.
5930
5931 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
5932
5933         * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
5934         force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
5935         or DW_CFA_def_cfa_offset{,_sf}.
5936
5937 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
5938
5939         * tree.h: Fix truncated long macros.
5940
5941 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
5942
5943         * collect2.c (TARGET_64BIT): Redefine to target's default.
5944         * tlink.c: Likewise.
5945         * config/i386/cygming.h (USER_LABEL_PREFIX): Define
5946         dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
5947         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
5948         for underscoring __USER_LABEL_PREFIX__.
5949         * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
5950         (SUB_LINK_ENTRY32): New.
5951         (SUB_LINK_ENTRY64): New.
5952         (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
5953         * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
5954         (SUB_LINK_ENTRY64): New.
5955         (SUB_LINK_ENTRY): New.
5956         (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
5957         (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
5958         x64 target is choosen.
5959         * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
5960         * configure: Regenerated.
5961         * configure.ac (leading-mingw64-underscores): Option added.
5962
5963 2010-04-27  Jan Hubicka  <jh@suse.cz>
5964
5965         * doc/invoke.texi (-fipa-profile): Document.
5966         * opts.c (decode_options): Enable ipa-profile at -O1.
5967         * timevar.def (TV_IPA_PROFILE): Define.
5968         * common.opt (fipa-profile): Add.
5969         * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
5970         flag for clones.
5971         (cgraph_propagate_frequency): Handle only local ones.
5972         * tree-pass.h (pass_ipa_profile): Declare.
5973         * ipa-profile.c (gate_profile): Use flag_ipa_profile.
5974         (pass_ipa_profile): Use TV_IPA_PROFILE.
5975         * ipa.c (ipa_profile): New function.
5976         (gate_ipa_profile): Likewise.
5977         (pass_ipa_profile): New global variable.
5978         * passes.c (pass_ipa_profile): New.
5979
5980 2010-04-27  Nathan Froyd  <froydnj@codesourcery.com>
5981
5982         * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
5983
5984 2010-04-27  Martin Jambor  <mjambor@suse.cz>
5985
5986         PR middle-end/43812
5987         * ipa.c (dissolve_same_comdat_group_list): New function.
5988         (function_and_variable_visibility): Call
5989         dissolve_same_comdat_group_list when comdat group contains external or
5990         newly local nodes.
5991         * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
5992         lists are circular and that they contain only DECL_ONE_ONLY nodes.
5993
5994 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
5995
5996         * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
5997         (const_hash_1) <VECTOR_CST>: New case.
5998         (compare_constant) <VECTOR_CST>: Likewise.
5999         <ADDR_EXPR>: Deal with LABEL_REFs.
6000         (copy_constant) <VECTOR_CST>: New case.
6001
6002 2010-04-27  Jan Hubicka  <jh@suse.cz>
6003
6004         * cgraph.c (cgraph_propagate_frequency): New function.
6005         * cgraph.h (cgraph_propagate_frequency): Declare.
6006         * ipa-inline.c (cgraph_clone_inlined_nodes): Call
6007         cgraph_propagate_frequency.
6008
6009 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
6010
6011         * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
6012
6013 2010-04-27  Bernd Schmidt  <bernds@codesourcery.com>
6014
6015         PR target/40657
6016         * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
6017         (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
6018         here to determine which regs to push and how much stack to reserve.
6019
6020 2010-04-27  Jie Zhang  <jie@codesourcery.com>
6021
6022         * doc/gimple.texi (gimple_statement_with_ops): Remove
6023         addresses_taken field.
6024         (gimple_statement_with_memory_ops): Likewise.
6025
6026 2010-04-27  Jan Hubicka  <jh@suse.cz>
6027
6028         * tree-inline.c (eni_inlining_weights): Remove.
6029         (estimate_num_insns): Special case more builtins.
6030
6031 2010-04-27  Shujing Zhao  <pearly.zhao@oracle.com>
6032
6033         PR c/32207
6034         * c-typeck.c (build_binary_op): Move forward check for comparison
6035         pointer with null pointer constant and adjust the diagnostic message.
6036
6037 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
6038
6039         PR lto/42776
6040         * configure.ac (gcc_cv_as_section_has_align): Set if installed
6041         binutils supports extended .section directive needed by LTO, or
6042         warn if older binutils found.
6043         (LTO_BINARY_READER): New AC_SUBST'd variable.
6044         (LTO_USE_LIBELF): Likewise.
6045         * gcc/config.gcc (lto_binary_reader): New target-specific configure
6046         variable.
6047         * gcc/Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
6048         (LTO_USE_LIBELF): Likewise.
6049         * configure: Regenerate.
6050
6051         * collect2.c (is_elf): Rename from this ...
6052         (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
6053          object files in addition to ELF-formatted ones.
6054         (scan_prog_file): Caller updated.  Also allow for LTO info marker
6055         symbol to be prefixed or not by an extra underscore.
6056
6057         * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
6058         * config/i386/winnt.c: Also #include lto-streamer.h
6059         (i386_pe_asm_named_section): Specify 1-byte section alignment for
6060         LTO named sections.
6061         (i386_pe_asm_output_aligned_decl_common): Add comment.
6062         (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
6063
6064 2010-04-27  Hans-Peter Nilsson  <hp@bitrange.com>
6065
6066         PR target/43889
6067         * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
6068         Add missing earlyclobber for second alternative.
6069
6070 2010-04-26  Bernd Schmidt  <bernds@codesourcery.com>
6071
6072         * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
6073         bits for artificial defs at the top of the block.
6074         * fwprop.c (single_def_use_enter_block): Don't call it.
6075
6076 2010-04-26  Jack Howarth <howarth@bromo.med.uc.edu>
6077
6078         PR 43715
6079         * gcc/configure.ac: Use "$gcc_cv_nm -g" on darwin
6080         instead of "$gcc_cv_objdump -T".
6081         Use "-undefined dynamic_lookup" on darwin.
6082         * gcc/configure: Regenerate.
6083
6084 2010-04-26  Jakub Jelinek  <jakub@redhat.com>
6085
6086         PR c/43893
6087         * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
6088
6089 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
6090
6091         * c-parser.c (struct c_token): Move location field up.
6092         * c-tree.h (struct c_typespec): Move expr_const_operands field up.
6093         (struct c_declspecs): Convert typespec_word, storage_class, and
6094         default_int_p into bitfields.
6095         (struct c_declarator): Move loc field up.
6096
6097 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
6098
6099         * cfgloop.h (struct loop): Move can_be_parallel field up.
6100         * ipa-prop.h (struct ip_node_params): Move bitfields up.
6101         * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
6102         down.
6103         (struct iv_cand): Convert pos field into a bitfield.
6104         * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
6105         field up.
6106         (struct _stmt_vec_info): Shuffle fields for better packing.
6107
6108 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
6109
6110         * varasm.c (IN_NAMED_SECTION): Remove guard.
6111         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
6112         (IN_NAMED_SECTION_P): ...this.
6113         (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
6114         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
6115
6116 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
6117
6118         * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
6119         Use VOID_TYPE_P for all void type tests.  Adjust TYPE variable instead
6120         of shadowing it.  Fix comments.
6121
6122 2010-04-26  Jan Hubicka  <jh@suse.cz>
6123
6124         * cgraph.c (cgraph_create_node): Set node frequency to normal.
6125         (cgraph_clone_node): Copy function frequency.
6126         * cgraph.h (node_frequency): New enum
6127         (struct cgraph_node): Add.
6128         * final.c (rest_of_clean_state): Update.
6129         * lto-cgraph.c (lto_output_node): Output node frequency.
6130         (input_overwrite_node): Input node frequency.
6131         * tre-ssa-loop-ivopts (computation_cost): Update.
6132         * lto-streamer-out.c (output_function): Do not output function
6133         frequency.
6134         * predict.c (maybe_hot_frequency_p): Update and handle functions
6135         executed once.
6136         (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
6137         attribute lookup.
6138         (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
6139         (compute_function_frequency): Set noreturn functions to be executed
6140         once.
6141         (choose_function_section): Update.
6142         * lto-streamer-in.c (input_function): Do not input function frequency.
6143         * function.c (allocate_struct_function): Do not initialize function
6144         frequency.
6145         * function.h (function_frequency): Remove.
6146         (struct function): Remove function frequency.
6147         * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
6148         (try_update): Update.
6149         * tree-inline.c (initialize_cfun): Do not update function frequency.
6150         * passes.c (pass_init_dump_file): Update.
6151         * i386.c (ix86_compute_frame_layout): Update.
6152         (ix86_pad_returns): Update.
6153
6154 2010-04-26  Jie Zhang  <jie@codesourcery.com>
6155
6156         PR tree-optimization/43833
6157         * tree-vrp.c (range_int_cst_p): New.
6158         (range_int_cst_singleton_p): New.
6159         (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
6160         when both operands are constants.  Use range_int_cst_p in
6161         BIT_IOR_EXPR case.
6162
6163 2010-04-26  Jan Hubicka  <jh@suse.cz>
6164
6165         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
6166
6167 2010-04-26  Richard Guenther  <rguenther@suse.de>
6168
6169         PR lto/43080
6170         * gimple.c (gimple_decl_printable_name): Deal gracefully
6171         with a NULL DECL_NAME.
6172
6173 2010-04-26  Richard Guenther  <rguenther@suse.de>
6174
6175         PR lto/42425
6176         * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
6177         if emitting debug information and it is either a function
6178         or a namespace decl.
6179
6180 2010-04-26  Ira Rosen  <irar@il.ibm.com>
6181
6182         * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
6183         determine if the statement is vectorizable, and a macro to access it.
6184         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
6185         Skip statements that can't be vectorized. If the analysis fails,
6186         mark the statement as unvectorizable if vectorizing basic block.
6187         (vect_compute_data_refs_alignment): Likewise.
6188         (vect_verify_datarefs_alignment): Skip statements marked as
6189         unvectorizable. Add print.
6190         (vect_analyze_group_access): Skip statements that can't be
6191         vectorized. If the analysis fails, mark the statement as
6192         unvectorizable if vectorizing basic block.
6193         (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
6194         * tree-vect-stmts.c (vectorizable_store): Fix the number of
6195         generated stmts for SLP.
6196         (new_stmt_vec_info): Initialize the new field.
6197         * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
6198         statements marked as unvectorizable.
6199
6200 2010-04-25  Joseph Myers  <joseph@codesourcery.com>
6201
6202         * c-common.c (flag_isoc1x): New.
6203         (flag_isoc99): Update comment.
6204         * c-common.h (flag_isoc1x): New.
6205         (flag_isoc99): Update comment.
6206         * c-cppbuiltin.c (builtin_define_float_constants): Also define
6207         __<type>_DECIMAL_DIG__.
6208         * c-opts.c (set_std_c1x): New.
6209         (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
6210         (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
6211         * c.opt (-std=c1x, -std=gnu1x): New options.
6212         * doc/cpp.texi: Mention -std=c1x.
6213         * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
6214         * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
6215         * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
6216         * doc/standards.texi: Mention C1X.
6217         * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
6218         LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
6219         LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
6220         Define for C1X.
6221
6222 2010-04-25  Uros Bizjak  <ubizjak@gmail.com>
6223
6224         * config/i386/gmon-sol2.c (_mcleanup): Change format string
6225         placeholder from 0x%x to %#x.
6226         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
6227         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
6228         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
6229         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
6230         * config/i386/i386.c (ix86_target_string): Ditto.
6231         (output_pic_addr_const): Ditto.
6232         (print_operand): Ditto.
6233
6234 2010-04-25  Paolo Bonzini  <bonzini@gnu.org>
6235
6236         * combine.c (find_split_point): Add third argument.  Use it
6237         to find nested multiply-accumulate instructions.  Adjust calls.
6238         (try_combine): Adjust call to find_split_point.
6239
6240 2010-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
6241
6242         * doc/contrib.texi (Contributors): Add Dodji Seketeli.
6243
6244 2010-04-24  Bernd Schmidt  <bernds@codesourcery.com>
6245
6246         PR tree-optimization/41442
6247         * fold-const.c (merge_truthop_with_opposite_arm): New function.
6248         (fold_binary_loc): Call it.
6249
6250 2010-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
6251
6252         * toplev.c (general_init): Set default for fdiagnostics-show-option.
6253         * opts.c (common_handle_option): Allow disabling it.
6254         * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
6255
6256 2010-04-23  Eric Botcazou  <ebotcazou@adacore.com>
6257
6258         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
6259         between modes if both types are integral.
6260
6261 2010-04-23  Richard Guenther  <rguenther@suse.de>
6262
6263         PR tree-optimization/43572
6264         * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
6265
6266 2010-04-23  Richard Guenther  <rguenther@suse.de>
6267
6268         PR lto/43455
6269         * tree-inline.c (tree_can_inline_p): Also check compatibility
6270         of return types.
6271
6272 2010-04-23  Martin Jambor  <mjambor@suse.cz>
6273
6274         PR tree-optimization/43846
6275         * tree-sra.c (struct access): New flag grp_assignment_read.
6276         (build_accesses_from_assign): Set grp_assignment_read.
6277         (sort_and_splice_var_accesses): Propagate grp_assignment_read.
6278         (enum mark_read_status): New type.
6279         (analyze_access_subtree): Propagate grp_assignment_read, create
6280         accesses also if both direct_read and root->grp_assignment_read.
6281
6282 2010-04-23  Martin Jambor  <mjambor@suse.cz>
6283
6284         PR middle-end/43835
6285         * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
6286         function does not have type attributes.
6287
6288 2010-04-23  Richard Guenther  <rguenther@suse.de>
6289
6290         PR lto/42653
6291         * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
6292         of FUNCTION_DECLs.
6293
6294 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6295
6296         * sese.h (create_if_region_on_edge): Remove.
6297
6298         * sese.c (create_if_region_on_edge): Make static.
6299
6300         * tree-inline.c: Do not include ggc.h.
6301
6302         * expr.c: Do not include ggc.h.
6303
6304         * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
6305         dependencies.
6306
6307 2010-04-22  Kaz Kojima  <kkojima@gcc.gnu.org>
6308
6309         PR target/43744
6310         * config/sh/sh.c (find_barrier): Don't emit a constant pool
6311         in the middle of insns for casesi_worker_2.
6312
6313 2010-04-22  David Edelsohn  <edelsohn@gnu.org>
6314
6315         * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
6316
6317 2010-04-22  Ira Rosen  <irar@il.ibm.com>
6318
6319         PR tree-optimization/43842
6320         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
6321         loop unrolling in update of exit phis. Fix comment.
6322         * tree-vect-slp.c (vect_analyze_slp): Check that there are at
6323         least two reduction statements in the loop before starting SLP
6324         analysis.
6325
6326 2010-04-22  Nick Clifton  <nickc@redhat.com>
6327
6328         * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
6329
6330 2010-04-22  Alexander Monakov  <amonakov@ispras.ru>
6331
6332         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
6333         to simplify a + ~a.
6334
6335 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6336
6337         * tree-parloops.c (loop_parallel_p): New argument
6338         parloop_obstack.  Pass it down.
6339         (parallelize_loops): New variable parloop_obstack.  Initialize it,
6340         pass it down, free it.
6341
6342         * tree-loop-linear.c (linear_transform_loops): Pass down
6343         lambda_obstack.
6344
6345         * tree-data-ref.h (lambda_compute_access_matrices): New argument
6346         of type struct obstack *.
6347
6348         * tree-data-ref.c (analyze_subscript_affine_affine): New variable
6349         scratch_obstack.  Initialize it, pass down, free it.
6350
6351         * lambda.h (lambda_loop_new): Remove.
6352         (lambda_matrix_new, lambda_matrix_inverse)
6353         (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
6354         argument of type struct obstack *.
6355
6356         * lambda-trans.c (lambda_trans_matrix_new): New argument
6357         lambda_obstack.  Pass it down, use obstack allocation for ret.
6358         (lambda_trans_matrix_inverse): New argument lambda_obstack.  Pass
6359         it down.
6360
6361         * lambda-mat.c (lambda_matrix_get_column)
6362         (lambda_matrix_project_to_null): Remove.
6363         (lambda_matrix_new): New argument lambda_obstack.  Use obstack
6364         allocation for mat.
6365         (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
6366         lambda_obstack.
6367
6368         * lambda-code.c (lambda_loop_new): New function.
6369         (lambda_lattice_new, compute_nest_using_fourier_motzkin)
6370         (lambda_compute_auxillary_space, lambda_compute_target_space)
6371         (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
6372         (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
6373         (build_access_matrix): New argument lambda_obstack.  Use obstack
6374         allocation for am.
6375         (lambda_compute_step_signs, lambda_compute_access_matrices): New
6376         argument lambda_obstack.  Pass it down.
6377
6378 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
6379
6380         * optabs.h (expand_widening_mult): Declare.
6381
6382 2010-04-22  Richard Guenther  <rguenther@suse.de>
6383
6384         PR tree-optimization/43845
6385         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
6386         lookup the CALL_EXPR function and arguments.
6387
6388 2010-04-22  Nick Clifton  <nickc@redhat.com>
6389
6390         * config/stormy16/stormy16.c
6391         (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
6392         * config/stormy16/stormy16.h: Tidy up formatting.
6393         (DONT_USE_BUILTIN_SETJMP): Remove definition.
6394         * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
6395         (ineqbranchsi): Delete pattern.
6396         * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
6397         * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
6398         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
6399         stormy16-lib2-ucmpsi2.c.
6400
6401 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
6402
6403         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
6404         df_simulate_find_noclobber_defs as appropriate.  Keep track of an
6405         extra set merge_set_noclobber, and use it to relax the final test
6406         slightly.
6407         * df.h (df_simulate_find_noclobber_defs): Declare.
6408         * df-problems.c (df_simulate_find_defs): Don't ignore partial or
6409         conditional defs.
6410         (df_simulate_find_noclobber_defs): New function.
6411
6412 2010-04-22  Uros Bizjak  <ubizjak@gmail.com>
6413
6414         * config/i386/i386.md: Use {} around multi-line preparation statements.
6415
6416 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6417
6418         * c-tree.h (push_init_level, pop_init_level, set_init_index)
6419         (process_init_element): New argument of type struct obstack *.
6420
6421         * c-typeck.c (push_init_level, pop_init_level, set_designator)
6422         (set_init_index, set_init_label, set_nonincremental_init)
6423         (set_nonincremental_init_from_string, find_init_member)
6424         (output_init_element, output_pending_init_elements)
6425         (process_init_element): New argument braced_init_obstack.  Pass it
6426         down.
6427         (push_range_stack, add_pending_init): New argument
6428         braced_init_obstack.  Use obstack allocation.
6429
6430         * c-parser.c (c_parser_initelt, c_parser_initval): New argument
6431         braced_init_obstack.  Pass it down.
6432         (c_parser_braced_init): New variables ret, braced_init_obstack.
6433         Initialize obstack, pass it down and finally free it.
6434
6435 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
6436
6437         PR middle-end/29274
6438         * tree-pass.h (pass_optimize_widening_mul): Declare.
6439         * tree-ssa-math-opts.c (execute_optimize_widening_mul,
6440         gate_optimize_widening_mul): New static functions.
6441         (pass_optimize_widening_mul): New.
6442         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
6443         <case MULT_EXPR>: Remove support for widening multiplies.
6444         * tree.def (WIDEN_MULT_EXPR): Tweak comment.
6445         * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
6446         simplify_gen_unary rather than directly building extensions.
6447         * tree-cfg.c (verify_gimple_assign_binary): Add tests for
6448         WIDEN_MULT_EXPR.
6449         * expmed.c (expand_widening_mult): New function.
6450         * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
6451
6452 2010-04-21  Jan Hubicka  <jh@suse.cz>
6453
6454         * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
6455         * lto-section-in.c (lto_section_name): Remove wpa_fixup.
6456         * lto-wpa-fixup.c: Remove.
6457         * Makefile.in (lto-wpa-fixup.o): Remove.
6458         * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
6459         (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
6460         * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
6461
6462 2010-04-21  Jan Hubicka  <jh@suse.cz>
6463
6464         * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
6465         add write_optimization_summary, read_optimization_summary.
6466         (ipa_write_summaries_of_cgraph_node_set): Remove.
6467         (ipa_write_optimization_summaries): Declare.
6468         (ipa_read_optimization_summaries): Declare.
6469         * ipa-cp.c (pass_ipa_cp): Update.
6470         * ipa-reference.c (pass_ipa_reference): Update.
6471         * ipa-pure-const.c (pass_ipa_pure_const): Update.
6472         * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
6473         Update.
6474         * ipa-inline.c (pass_ipa_inline): Update.
6475         * ipa.c (pass_ipa_whole_program): Update.
6476         * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
6477         * passes.c (ipa_write_summaries_1): Do not test wpa.
6478         (ipa_write_optimization_summaries_1): New.
6479         (ipa_write_optimization_summaries): New.
6480         (ipa_read_summaries): Do not test ltrans.
6481         (ipa_read_optimization_summaries_1): New.
6482         (ipa_read_optimization_summaries): New.
6483
6484 2010-04-21  Jan Hubicka  <jh@suse.cz>
6485
6486         * lto-cgraph.c (lto_output_node): Do not output comdat groups
6487         for boundary nodes.
6488         (output_cgraph): Do not arrange comdat groups for boundary nodes.
6489
6490 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
6491
6492         PR debug/40040
6493         * dwarf2out.c (add_name_and_src_coords_attributes): Add
6494         DW_AT_{,MIPS_}linkage_name even for Fortran decls.
6495
6496 2010-04-21  Jan Hubicka  <jh@suse.cz>
6497
6498         * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
6499
6500 2010-04-21  Jan Hubicka  <jh@suse.cz>
6501
6502         * varpool.c (decide_is_variable_needed): Variable is always needed
6503         during ltrans.
6504
6505 2010-04-21  Jan Hubicka  <jh@suse.cz>
6506
6507         * opts.c (decode_options): Enable pure-const pass for whopr.
6508
6509 2010-04-21  Jan Hubicka  <jh@suse.cz>
6510
6511         * cgraph.c (dump_cgraph_node): Dump also assembler name.
6512         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
6513         at WPA dumping.
6514         (cgraph_decide_inlining): Do not expect callee to be removed in all
6515         cases.
6516
6517 2010-04-21  Eric B. Weddington  <eric.weddington@atmel.com>
6518
6519         * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
6520
6521 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
6522
6523         * config/i386/i386.md (x86_shrd): Add athlon_decode and
6524         amdfam10_decode attributes.
6525
6526 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
6527
6528         PR middle-end/43570
6529         * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
6530         OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
6531         (lower_copyprivate_clauses): Use private var in outer
6532         context instead of original var.  Make sure the types
6533         are correct for VLAs.
6534
6535 2010-04-21  Richard Guenther  <rguenther@suse.de>
6536
6537         * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
6538         to non-pointer objects.
6539
6540 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
6541
6542         * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument.  Drop
6543         last chain entry if it starts with the still current label.
6544         (add_location_or_const_value_attribute): Check that
6545         loc_list->first->next is NULL instead of comparing ->first with ->last.
6546         (dwarf2out_var_location): Pass last_label resp. last_postcall_label
6547         to add_var_loc_to_decl.
6548
6549         * dwarf2out.c (output_call_frame_info): For dw_cie_version
6550         >= 4 add also address size and segment size fields into CIE header.
6551
6552         * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
6553         long as address size is the same as sizeof (void *) and
6554         segment size is 0.
6555         * unwind-dw2-fde.c (get_cie_encoding): Likewise.  If
6556         address size or segment size is unexpected, return DW_EH_PE_omit.
6557         (classify_object_over_fdes): If get_cie_encoding returned
6558         DW_EH_PE_omit, return -1.
6559         (init_object): If classify_object_over_fdes returned -1,
6560         pretend there were no FDEs at all.
6561
6562 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
6563
6564         * config/i386/i386.md (bswap<mode>2): Macroize expander from
6565         bswap{si,di}2 using SWI48 mode iterator.
6566         (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
6567         SWI48 mode iterator.  Set type attribute of bswap insn to bitmanip,
6568         set modrm attribute of bswap insn to 0 and remove length attribute.
6569         (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
6570         iterator.  Set type attribute to bitmanip, set modrm attribute to 0,
6571         set mode attribute to <MODE> and remove length attribute.
6572
6573 2010-04-20  James E. Wilson  <wilson@codesourcery.com>
6574
6575         PR rtl-optimization/43520
6576         * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
6577         zero available registers.
6578
6579 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6580
6581         * builtins.c (fold_builtin_cproj): Fold more cases.
6582
6583 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6584
6585         * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
6586         (fold_builtin_1): Fold builtin cproj.
6587         * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
6588         Use ATTR_CONST_NOTHROW_LIST.
6589
6590 2010-04-20  Uros Bizjak  <ubizjak@gmail.com>
6591
6592         * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
6593         and ffsdi2 using SWI48 mode iterator.  Expand SImode insn through
6594         ffsi2_no_cmove for !TARGET_CMOVE.
6595         (ffssi2_no_cmove): Rename from *ffs_no_cmove.  Make public.
6596         (ffssi2): Remove expander.
6597         (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
6598         mode iterator.
6599         (ctz<mode>2): Ditto from ctz{si,di}2.
6600         (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
6601         mode iterator.
6602         (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
6603         mode iterator.
6604
6605 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
6606
6607         * dwarf2out.c (AT_linkage_name): Define.
6608         (clone_as_declaration): Handle DW_AT_linkage_name.
6609         (add_name_and_src_coords_attributes): Use AT_linkage_name instead
6610         of DW_AT_MIPS_linkage_name.
6611         (move_linkage_attr): Likewise.
6612         (dwarf2out_finish): Likewise.
6613
6614 2010-04-20  Xinliang David Li  <davidxl@gcc.gnu.org>
6615
6616         PR middle-end/41952
6617         * fold-const.c (fold_comparison): New folding rule.
6618
6619 2010-04-20  Anatoly Sokolov  <aesok@post.ru>
6620
6621         * double-int.h (double_int_setbit): Declare.
6622         * double-int.c (double_int_setbit): New function.
6623         * rtl.h (immed_double_int_const): Declare.
6624         * emit-rtl.c (immed_double_int_const): New function.
6625         * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
6626         and immed_double_int_const functions.
6627         * optabs.c (expand_absneg_bit, expand_copysign_absneg,
6628         expand_copysign_bit):  (Ditto.).
6629         * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
6630         * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
6631         * dojump.c (prefer_and_bit_test): (Ditto.).
6632         * expr.c (convert_modes, reduce_to_bit_field_precision,
6633         const_vector_from_tree): (Ditto.).
6634         * expmed.c (mask_rtx, lshift_value): (Ditto.).
6635
6636 2010-04-20  Jan Hubicka  <jh@suse.cz>
6637
6638         * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
6639         (dump_cgraph_node): Dump new flags.
6640         * cgraph.h (struct cgraph_node): Add flags
6641         reachable_from_other_partition and in_other_partition.
6642         (cgraph_can_remove_if_no_direct_calls_p): Functions used by
6643         other partition can not be removed.
6644         * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
6645         the other partition must be output; silence sanity checking on
6646         leaking functions bodies from other paritition.
6647         * lto-cgraph.c (reachable_from_other_partition_p): New function.
6648         (lto_output_node): Output new flags; do not sanity check that inline
6649         clones are output; drop lto_forced_extern_inline_p code; do not mock
6650         visibility flags at partition boundaries.
6651         (add_node_to): New function.
6652         (output_cgraph): Use it to sort functions so masters appear before
6653         clones.
6654         (input_overwrite_node): Input new flags.
6655         * passes.c (ipa_write_summaries): Do not call
6656         lto_new_extern_inline_states.
6657         * lto-section-out.c (forced_extern_inline,
6658         lto_new_extern_inline_states lto_delete_extern_inline_states,
6659         lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
6660         * lto-streamer.h (lto_new_extern_inline_states,
6661         * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
6662         lto_forced_extern_inline_p): Kill.
6663
6664 2010-04-20  Richard Guenther  <rguenther@suse.de>
6665
6666         * tree-ssa-structalias.c (do_sd_constraint): Add edges only
6667         from vars that can have pointers.
6668         (process_constraint): Dump useless constraints.
6669
6670 2010-04-20  Richard Guenther  <rguenther@suse.de>
6671
6672         * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
6673         (dump_sa_points_to_info): Remove asserts.
6674         (init_base_vars): nothing_id isn't an escape point nor does it
6675         have pointers.
6676
6677 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
6678
6679         * tree.h (TYPE_REF_IS_RVALUE): Define.
6680         * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
6681         should_move_die_to_comdat, prune_unused_types_walk): Handle
6682         DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
6683         (modified_type_die, gen_reference_type_die): Emit
6684         DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
6685         if TYPE_REF_IS_RVALUE and -gdwarf-4.
6686
6687 2010-04-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6688
6689         PR target/43635
6690         * config/s390/s390.c (s390_emit_call): Turn direct into indirect
6691         calls for -fpic -m31 if they have been sibcall optimized.
6692
6693 2010-04-19  James E. Wilson  <wilson@codesourcery.com>
6694
6695         * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
6696         ar.lc fixed and call-used.
6697
6698         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
6699
6700 2010-04-19  Jan Hubicka  <jh@suse.cz>
6701
6702         * opts.c (decode_options): Disable whpr incompatible passes.
6703         * lto/lto.c (lto_1_to_1_map): Skip clones.
6704         (read_cgraph_and_symbols): Do not mark everything as needed.
6705         (do_whole_program_analysis): Do map only after optimizing;
6706         set proper cgraph_state; use passmanager.
6707
6708 2010-04-19  DJ Delorie  <dj@redhat.com>
6709
6710         * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
6711         POINTER_PLUS_EXPR and fix them.
6712
6713 2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
6714
6715         * config/avr/avr-devices.c (avr_mcu_types): Add support for new
6716         devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
6717         attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
6718         atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
6719         atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
6720         atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
6721         atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
6722         atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
6723         m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
6724         atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
6725         * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
6726
6727 2010-04-19  Eric Botcazou  <ebotcazou@adacore.com>
6728
6729         * ifcvt.c (noce_try_cmove_arith): Fix long lines.
6730         (check_cond_move_block): Likewise.
6731         (cond_move_process_if_block): Likewise.
6732         (noce_find_if_block): Improve formatting.
6733         (find_if_header): Pass 0 to memset and tweak conditions.
6734         (cond_exec_find_if_block): Fix long lines and tweak conditions.
6735
6736 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
6737
6738         * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
6739         for -gdwarf-4.
6740
6741         PR middle-end/43337
6742         * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
6743         with non-local decl doesn't need chain.
6744
6745 2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
6746
6747         * ira-color.c (allocno_reload_assign): Avoid accumulating
6748         reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
6749
6750 2010-04-19  Martin Jambor  <mjambor@suse.cz>
6751
6752         * gimple.h (create_tmp_reg): Declare.
6753         * gimplify.c (create_tmp_reg): New function.
6754         (gimplify_return_expr): Use create_tmp_reg.
6755         (gimplify_omp_atomic): Likewise.
6756         (gimple_regimplify_operands): Likewise.
6757         * tree-dfa.c (make_rename_temp): Likewise.
6758         * tree-predcom.c (predcom_tmp_var): Likewise.
6759         (reassociate_to_the_same_stmt): Likewise.
6760         * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
6761         (get_replaced_param_substitute): Likewise.
6762         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
6763         * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
6764         * tree-ssa-pre.c (get_representative_for): Likewise.
6765         (create_expression_by_pieces): Likewise.
6766         * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
6767         (create_tailcall_accumulator): Likewise.
6768
6769 2010-04-19  Martin Jambor  <mjambor@suse.cz>
6770
6771         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
6772         new_stmt.
6773         (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
6774
6775 2010-04-19  Richard Guenther  <rguenther@suse.de>
6776
6777         PR tree-optimization/43796
6778         * tree-vrp.c (adjust_range_with_scev): Lookup init and step
6779         from SCEV in the lattice.
6780         (vrp_visit_phi_node): Dump change.
6781
6782 2010-04-19  Richard Guenther  <rguenther@suse.de>
6783
6784         * configure.ac: Fix quoting around elf_getshstrndx ABI check.
6785         * configure: Re-generated.
6786
6787 2010-04-19  Richard Guenther  <rguenther@suse.de>
6788
6789         PR tree-optimization/43783
6790         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
6791         constant ARRAY_REF operands two and three if possible.
6792
6793 2010-04-19  Uros Bizjak  <ubizjak@gmail.com>
6794
6795         PR target/43766
6796         * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
6797
6798 2010-04-19  Jie Zhang  <jie@codesourcery.com>
6799
6800         PR target/43662
6801         * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
6802
6803 2010-04-19  Ira Rosen  <irar@il.ibm.com>
6804
6805         PR tree-optimization/37027
6806         * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
6807         and macro to access it.
6808         (vectorizable_reduction): Add argument.
6809         (vect_get_slp_defs): Likewise.
6810         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
6811         statements for possible use in SLP.
6812         (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
6813         (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
6814         (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
6815         add new argument.
6816         (vectorizable_reduction): Likewise.
6817         * tree-vect-stmts.c (vect_get_vec_defs): Update call to
6818         vect_get_slp_defs.
6819         (vectorizable_type_demotion, vectorizable_type_promotion,
6820         vectorizable_store): Likewise.
6821         (vect_analyze_stmt): Update call to vectorizable_reduction.
6822         (vect_transform_stmt): Likewise.
6823         * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
6824         (vect_build_slp_tree): Fix indentation. Check that there are no loads
6825         from different interleaving chains in same node.
6826         (vect_slp_rearrange_stmts): New function.
6827         (vect_supported_load_permutation_p): Allow load permutations for
6828         reductions. Call vect_slp_rearrange_stmts() to rearrange statements
6829         inside SLP nodes if necessary.
6830         (vect_analyze_slp_instance): Handle reductions.
6831         (vect_analyze_slp): Try to build SLP instances originating from groups
6832         of reductions.
6833         (vect_detect_hybrid_slp_stmts): Skip reduction statements.
6834         (vect_get_constant_vectors): Create initial vectors for reductions
6835         according to reduction code. Add new argument.
6836         (vect_get_slp_defs): Add new argument, pass it to
6837         vect_get_constant_vectors.
6838         (vect_schedule_slp_instance): Remove SLP tree root statements.
6839
6840 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
6841
6842         * tree.h (ENUM_IS_SCOPED): Define.
6843         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
6844         for ENUM_IS_SCOPED enums.
6845
6846 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
6847
6848         * fold-const.c (fold_comparison): Use ssizetype.
6849         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
6850         * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
6851         * tree-loop-distribution.c (build_size_arg_loc): Likewise.
6852         * tree-object-size.c (compute_object_sizes): Use size_type_node.
6853
6854         * tree.h (initialize_sizetypes): Remove parameter.
6855         (build_common_tree_nodes): Remove second parameter.
6856         * stor-layout.c (initialize_sizetypes): Remove parameter.
6857         Always create an unsigned type.
6858         (set_sizetype): Assert that the passed type is unsigned and simplify.
6859         * tree.c (build_common_tree_nodes): Remove second parameter.
6860         Adjust call to initialize_sizetypes.
6861         * c-decl.c (c_init_decl_processing): Remove second argument in call to
6862         build_common_tree_nodes.
6863
6864 2010-04-18  Matthias Klose  <doko@ubuntu.com>
6865
6866         * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
6867
6868 2010-04-18  Ira Rosen  <irar@il.ibm.com>
6869
6870         PR tree-optimization/43771
6871         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
6872         load permutation doesn't have gaps.
6873
6874 2010-04-18  Jan Hubicka  <jh@suse.cz>
6875
6876         * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
6877         (sse_prologue_save_insn expander): Use new pattern.
6878         (sse_prologue_save_insn1): New pattern and splitter.
6879         (sse_prologue_save_insn): Update to deal also with 64bit aligned
6880         blocks.
6881         * i386.c (setup_incoming_varargs_64): Do not compute jump
6882         destination here.
6883         (ix86_gimplify_va_arg): Update alignment needed.
6884         (ix86_local_alignment): Do not align all local arrays to 128bit.
6885
6886 2010-04-17  Jan Hubicka  <jh@suse.cz>
6887
6888         * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
6889
6890 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
6891
6892         * arm.md (negdi2): Remove redundant code to force values into a
6893         register.
6894
6895 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
6896
6897         * arm/bpabi.S: Add EABI alignment attributes to objects.
6898         * arm/bpabi-v6m.S: Likewise.
6899         * arm/crti.asm: Likewise.
6900         * arm/crtn.asm: Likewise.
6901         * arm/lib1funcs.asm: Likewise.
6902         * arm/libunwind.S: Likewise.
6903
6904 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
6905
6906         * arm-protos.h (tune_params): New structure.
6907         * arm.c (current_tune): New variable.
6908         (arm_constant_limit): Delete.
6909         (struct processors): Add pointer to the tune parameters.
6910         (arm_slowmul_tune): New tuning option.
6911         (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
6912         (all_cores): Adjust to pick up the tuning model.
6913         (arm_constant_limit): New function.
6914         (arm_override_options): Select the appropriate tuning model.  Delete
6915         initialization of arm_const_limit.
6916         (arm_split_constant): Use the new constant-limit model.
6917         (arm_rtx_costs): Pick up the current tuning model.
6918         * arm.md (is_strongarm, is_xscale): Delete.
6919         * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
6920         for Xscale variant architectures.
6921         (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
6922
6923 2010-04-17  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6924
6925         * config/arm/arm.c (arm_gen_constant): Remove unused variable
6926         can_shift.
6927         (arm_rtx_costs_1): Remove unused variable extra_cost.
6928         (arm_unwind_emit_set): Use variable offset.
6929         (thumb1_output_casesi): Remove unused variable flags.
6930
6931 2010-04-16  Jeff Law  <law@redhat.com>
6932
6933         * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
6934         needing assignment rather than doing a two-phase assignment.  Remove
6935         unused variable 'm'.
6936
6937 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
6938
6939         PR bootstrap/43767
6940         * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
6941
6942 2010-04-16  Doug Kwan  <dougkwan@google.com>
6943
6944         * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
6945         (next_operand_entry_id): New static variable.
6946         (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
6947         (add_to_ops_vec): Assigned unique ID to operand entry.
6948         (struct oecount_s): New field ID.
6949         (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
6950         (undistribute_ops_list): Assign unique IDs to oecounts.
6951         (init_reassoc): reset next_operand_entry_id.
6952
6953 2010-04-16  Doug Kwan  <dougkwan@google.com>
6954
6955         * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
6956         missing left parenthesis.
6957
6958 2010-04-16  Uros Bizjak  <ubizjak@gmail.com>
6959
6960         * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
6961         *btdi_rex64 using SWI48 mode iterator.
6962         (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
6963         (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
6964         *jcc_btdi_mask_rex64.
6965
6966 2010-04-16  Anatoly Sokolov  <aesok@post.ru>
6967
6968         * double-int.h (tree_to_double_int): Convert to macro.
6969         * double-int.c (tree_to_double_int): Remove.
6970
6971 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
6972
6973         PR debug/43762
6974         * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
6975         with want_address 2 and in case a single element list might be
6976         possible, call it again with want_address 0.
6977
6978 2010-04-12  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
6979
6980         * config/h8300/h8300.c (print_operand) : Modify case 'V' and
6981         case 'W' print operands for HI mode.
6982         * config/h8300/h8300.h (Y0, Y2) : New constraints.
6983         * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
6984         (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
6985         * config/h8300/predicate.md (bit_register_indirect_operand): New.
6986
6987         * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
6988
6989         * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
6990         cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
6991         #xx:3 and #xx:4 mode.
6992
6993         * config/h8300/h8300.md (inverted load with HImode dest): Add
6994         support for H8300SX.
6995
6996         * config/h8300/predicate.md (bit_operand): Allow immediate values that
6997         satisfy 'U' constraint.
6998
6999 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7000
7001         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
7002         * configure: Regenerate.
7003         * config.in: Regenerate.
7004         * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
7005         works.
7006
7007 2010-04-16  Richard Guenther  <rguenther@suse.de>
7008
7009         * tree.h (struct tree_decl_minimal): Move pt_uid ...
7010         (struct tree_decl_common): ... here.
7011         (DECL_PT_UID): Adjust.
7012         (SET_DECL_PT_UID): Likewise.
7013         (DECL_PT_UID_SET_P): Likewise.
7014
7015 2010-04-16  Richard Guenther  <rguenther@suse.de>
7016
7017         PR tree-optimization/43572
7018         * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
7019         * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
7020         * tree-flow.h (is_call_clobbered): Remove.
7021         * tree-flow-inline.h (is_call_clobbered): Likewise.
7022         * tree-dfa.c (dump_variable): Do not dump call clobber state.
7023         * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
7024         (execute_return_slot_opt): Adjust.
7025         * tree-tailcall.c (suitable_for_tail_opt_p): Remove
7026         check for call clobbered vars here.
7027         (find_tail_calls): Move tailcall verification to the
7028         proper place.
7029
7030 2010-04-16  Diego Novillo  <dnovillo@google.com>
7031
7032         * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
7033
7034 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
7035
7036         PR target/40603
7037         * config/arm/arm.md (cbranchqi4): New pattern.
7038         * config/arm/predicates.md (const0_operand,
7039         cbranchqi4_comparison_operator): New predicates.
7040
7041 2010-04-16  Richard Guenther  <rguenther@suse.de>
7042
7043         * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
7044         (dump_gimple_stmt): Likewise.
7045
7046 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
7047
7048         * recog.h (struct recog_data): New field is_operator.
7049         (struct insn_operand_data): New field is_operator.
7050         * recog.c (extract_insn): Set recog_data.is_operator.
7051         * genoutput.c (output_operand_data): Emit code to set the
7052         is_operator field.
7053         * reload.c (find_reloads): Use it rather than testing for an
7054         empty constraint string.
7055
7056         PR target/41514
7057         * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
7058         If the previous insn is a cbranchsi4_insn with the same arguments,
7059         omit the compare instruction.
7060
7061         * config/arm/arm.md (addsi3_cbranch): If destination is a high
7062         register, inputs must be low registers and we need a low register
7063         scratch.  Handle alternative 2 like alternative 3.
7064
7065 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
7066
7067         * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
7068         don't call get_addr on both.  If one expression is a VALUE and
7069         the other a REG, check VALUE's locs if the REG isn't among them.
7070
7071 2010-04-16  Christian Bruel  <christian.bruel@st.com>
7072
7073         * config/sh/sh.h (sh_frame_pointer_required): New function.
7074         * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
7075         (flag_omit_frame_pointer) Set.
7076         (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
7077         (rounded_frame_size): Adjust size with outgoing_args_size.
7078         (sh_set_return_address): Must return from stack pointer.
7079         * gcc/config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
7080         (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
7081         (ACCUMULATE_OUTGOING_ARGS): Define.
7082         * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
7083         * gcc/config/sh/sh.opt (maccumulate-outgoing-args): New option.
7084
7085 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
7086
7087         PR target/43471
7088         * config/sh/sh.c (sh_legitimize_reload_address): Use
7089         MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
7090         Remove a unneeded check for offset_base.
7091
7092 2010-04-15  H.J. Lu  <hongjiu.lu@intel.com>
7093
7094         * configure: Regenerated.
7095
7096 2010-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7097
7098         * config/s390/s390.c (s390_call_save_register_used): Switch back
7099         to HARD_REGNO_NREGS.
7100
7101 2010-04-15  Richard Guenther  <rguenther@suse.de>
7102
7103         * alias.c (alias_set_subset_of): Handle alias-set zero
7104         child properly.
7105
7106 2010-04-15  Mark Shinwell  <shinwell@codesourcery.com>
7107             Julian Brown  <julian@codesourcery.com>
7108
7109         * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
7110         alternatives according to use of high and low regs.
7111         * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
7112         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
7113         optimizing for size on Thumb-2.
7114
7115 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
7116
7117         * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
7118
7119 2010-04-15  Richard Guenther  <rguenther@suse.de>
7120
7121         * tree-ssa-structalias.c (struct variable_info): Add
7122         is_fn_info flag.
7123         (new_var_info): Initialize it.
7124         (dump_constraints): Support printing last added constraints.
7125         (debug_constraints): Adjust.
7126         (dump_constraint_graph): Likewise.
7127         (make_heapvar_for): Check for NULL cfun.
7128         (get_function_part_constraint): New function.
7129         (get_fi_for_callee): Likewise.
7130         (find_func_aliases): Properly implement IPA PTA constraints.
7131         (process_ipa_clobber): New function.
7132         (find_func_clobbers): Likewise.
7133         (insert_into_field_list_sorted): Remove.
7134         (create_function_info_for): Properly allocate vars for IPA mode.
7135         Do not use insert_into_field_list_sorted.
7136         (create_variable_info_for): Properly generate constraints for
7137         global vars in IPA mode.
7138         (dump_solution_for_var): Always dump the solution.
7139         (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
7140         (find_what_var_points_to): Adjust.
7141         (pt_solution_set): Change.
7142         (pt_solution_ior_into): New function.
7143         (pt_solution_empty_p): Export.
7144         (pt_solution_includes_global): Adjust.
7145         (pt_solution_includes_1): Likewise.
7146         (pt_solutions_intersect_1): Likewise.
7147         (dump_sa_points_to_info): Check some invariants.
7148         (solve_constraints): Move constraint dumping ...
7149         (compute_points_to_sets): ... here.
7150         (ipa_pta_execute): ... and here.
7151         (compute_may_aliases): Do not re-compute points-to info
7152         locally if IPA info is available.
7153         (ipa_escaped_pt): New global var.
7154         (ipa_pta_execute): Properly implement IPA PTA.
7155         * tree-into-ssa.c (dump_decl_set): Support dumping
7156         decls not in referenced-vars.
7157         * tree-flow.h (struct gimple_df): Add ipa_pta flag.
7158         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
7159         (dump_points_to_solution): Likewise.
7160         * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
7161         * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
7162         (remap_gimple_stmt): Reset call clobber/use information if necessary.
7163         (copy_decl_to_var): Copy DECL_PT_UID.
7164         (copy_result_decl_to_var): Likewise.
7165         * tree.c (make_node_stat): Initialize DECL_PT_UID.
7166         (copy_node_stat): Copy it.
7167         * tree.h (DECL_PT_UID): New macro.
7168         (SET_DECL_PT_UID): Likewise.
7169         (DECL_PT_UID_SET_P): Likewise.
7170         (struct tree_decl_minimal): Add pt_uid member.
7171         * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
7172         (pt_solution_empty_p): Declare.
7173         (pt_solution_set): Adjust.
7174         (ipa_escaped_pt): Declare.
7175         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
7176         * gimple-pretty-print.c (pp_points_to_solution): New function.
7177         (dump_gimple_call): Dump call clobber/use information.
7178         * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
7179         * tree-pass.h (TDF_ALIAS): New dump option.
7180         * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
7181         * doc/invoke.texi (-fipa-pta): Update documentation.
7182
7183 2010-04-15  Richard Guenther  <rguenther@suse.de>
7184
7185         * Makefile.in (OBJS-common): Add gimple-fold.o.
7186         (gimple-fold.o): New rule.
7187         * tree.h (maybe_fold_offset_to_reference,
7188         maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
7189         prototypes ...
7190         * gimple.h: ... here.
7191         * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
7192         may_propagate_address_into_dereference): Move prototypes ...
7193         * gimple.h: ... here.
7194         * tree-ssa-ccp.c (get_symbol_constant_value,
7195         may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
7196         maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
7197         maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
7198         maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
7199         ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
7200         fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
7201         gimplify_and_update_call_from_tree): Move ...
7202         * gimple-fold.c: ... here.  New file.
7203         (ccp_fold_builtin): Rename to ...
7204         (gimple_fold_builtin): ... this.
7205         * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
7206
7207 2010-04-15  Richard Guenther  <rguenther@suse.de>
7208
7209         * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
7210         fit_double_type, force_fit_type_double, add_double_with_sign,
7211         neg_double, mul_double_with_sign, lshift_double, rshift_double,
7212         lrotate_double, rrotate_double, div_and_round_double): Move ...
7213         * double-int.c: ... here.
7214         * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
7215         add_double, neg_double, mul_double_with_sign, mul_double,
7216         lshift_double, rshift_double, lrotate_double, rrotate_double,
7217         div_and_round_double): Move prototypes ...
7218         * double-int.h: ... here.
7219
7220 2010-04-15  Bernd Schmidt  <bernds@codesourcery.com>
7221
7222         PR target/43742
7223         * config/sh/sh.md (doloop_end_split, dect): Undo previous patch.  Use
7224         matching constraints to ensure inputs match the output.
7225
7226 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
7227
7228         PR target/43742
7229         * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
7230         in an input-only operand.
7231
7232 2010-04-15  Anatoly Sokolov  <aesok@post.ru>
7233
7234         * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
7235         (double_int_not, double_int_lshift, double_int_rshift): Declare.
7236         (double_int_negative_p): Convert to static inline function.
7237         * double-int.c (double_int_lshift, double_int_lshift): New functions.
7238         (double_int_negative_p): Remove.
7239         * tree.h (lshift_double, rshift_double):
7240         * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
7241         * fold-const.c (fold_convert_const_int_from_real,
7242         fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
7243         (lshift_double): Change type of arith argument to bool.
7244         (rshift_double): Change type of arith argument to bool. Correct
7245         comment.
7246         * expmed.c (mask_rtx, lshift_value): (Ditto.).
7247
7248 2010-04-14  Bernd Schmidt  <bernds@codesourcery.com>
7249
7250         PR target/21803
7251         * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
7252         at the start and end of the then/else blocks, and omit them from the
7253         conversion.
7254         * cfgcleanup.c (flow_find_cross_jump): No longer static.  Remove MODE
7255         argument; all callers changed.  Pass zero to old_insns_match_p instead.
7256         (flow_find_head_matching_sequence): New function.
7257         (old_insns_match_p): Check REG_EH_REGION notes for calls.
7258         * basic-block.h (flow_find_cross_jump,
7259         flow_find_head_matching_sequence): Declare functions.
7260
7261 2010-04-14  Jason Merrill  <jason@redhat.com>
7262
7263         PR c++/36625
7264         * c-common.c (attribute_takes_identifier_p): New fn.
7265         * c-common.h: Declare it.
7266
7267 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
7268
7269         * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
7270         splitter condition.
7271         (*udivmod<mode>4): Ditto.
7272
7273 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
7274
7275         * config/i386/i386.md (maxmin_int): Rename code attribute from
7276         maxminiprefix and update all users.
7277         (maxmin_float): Ditto from maxminfprefix.
7278         (logic): Ditto from logicprefix.
7279         (absneg_mnemonic): Ditto from absnegprefix.
7280         * config/i386/mmx.md: Update all users of maxminiprefix,
7281         maxminfprefix and logicprefix for rename.
7282         * config/i386/sse.md: Ditto.
7283         * config/i386/sync.md (sync_<code><mode>): Update for
7284         logicprefix rename.
7285
7286 2010-04-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7287
7288         PR 42966
7289         * diagnostics.c (diagnostic_report_diagnostic): Mark specially
7290         warnings converted to errors.
7291
7292 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
7293
7294         * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
7295         used insn_type variable.
7296         (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
7297         to avoid set-but-not-used warning.
7298
7299 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
7300
7301         * df-core.c (df_ref_debug): Change format string placeholder
7302         from 0x%x to %#x.
7303         * dwarf2asm.c (dw2_asm_output_data_raw,
7304         dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
7305         dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
7306         * dwarf2out.c (output_cfi, output_cfi_directive,
7307         dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
7308         output_cfa_loc_raw, output_die, output_ranges, output_file_names):
7309         Ditto.
7310         * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
7311         * print-rtl.c (print_rtx): Ditto.
7312
7313 2010-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
7314
7315         PR middle-end/42694
7316         * builtins.c (expand_builtin_pow_root): New function to expand pow
7317         calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
7318         series of sqrt and cbrt calls under -ffast-math.
7319         (expand_builtin_pow): Call it.
7320
7321 2010-04-14  Michael Matz  <matz@suse.de>
7322
7323         PR tree-optimization/42963
7324         * tree-cfg.c (touched_switch_bbs): New static variable.
7325         (group_case_labels_stmt): New function broken out from ...
7326         (group_case_labels): ... here, use the above.
7327         (start_recording_case_labels): Allocate touched_switch_bbs.
7328         (end_recording_case_labels): Deallocate it, call
7329         group_case_labels_stmt.
7330         (gimple_redirect_edge_and_branch): Remember index of affected BB.
7331
7332 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
7333
7334         * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
7335         from insn template.
7336
7337 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
7338
7339         * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
7340
7341 2010-04-13  Jan Hubicka  <jh@suse.cz>
7342
7343         * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
7344         of optimized out static functions.
7345         (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
7346         cost computation.  Also sanity check for overflows.
7347         (update_caller_keys): Update cgraph_edge_badness call; properly
7348         update fibheap and sanity check that it is up to date.
7349         (add_new_edges_to_heap): Update cgraph_edge_badness.
7350         (cgraph_decide_inlining_of_small_function): Likewise;
7351         add sanity checking that badness in heap is up to date;
7352         improve dumping of reason; Update badness of calls to the
7353         offline copy of function currently inlined; dump badness
7354         of functions not inlined because of unit growth limits.
7355
7356 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
7357
7358         PR middle-end/32628
7359         * c-common.c (pointer_int_sum): Disregard overflow that occured only
7360         because of sign-extension change when converting to sizetype here...
7361         * fold-const.c (fold_convert_const_int_from_int): ...and not here.
7362
7363         * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
7364         the folding to constants.  Remove redundant final conversion.
7365         (fold_binary) <associate>: Do not associate if the re-association of
7366         constants alone overflows.
7367         (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
7368         to the end of the list.
7369         (multiple_of_p) <COND_EXPR>: New case.
7370
7371 2010-04-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7372
7373         * opt-functions.awk (opt_sanitized_name): New.
7374         (opt_enum): New.
7375         * optc-gen.awk: Use it
7376         * opth-gen.awk: Use it.
7377
7378 2010-04-13  Martin Jambor  <mjambor@suse.cz>
7379
7380         * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
7381         (sra_modify_assign): Delete stmts loading dead data even if racc has no
7382         children.  Call replace_uses_with_default_def_ssa_name to handle
7383         SSA_NAES on lhs.
7384
7385 2010-04-13  Michael Matz  <matz@suse.de>
7386
7387         PR middle-end/43730
7388         * builtins.c (expand_builtin_interclass_mathfn): Also create
7389         a register if the predicate doesn't match.
7390
7391 2010-04-13  Diego Novillo  <dnovillo@google.com>
7392
7393         * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
7394         * c-pch.c: Include timevar.h.
7395         (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
7396         (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
7397         * ggc-common.c: Include timevar.h.
7398         (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
7399         * timevar.def (TV_PCH_SAVE): Define.
7400         (TV_PCH_CPP_SAVE): Define.
7401         (TV_PCH_PTR_REALLOC): Define.
7402         (TV_PCH_PTR_SORT): Define.
7403         (TV_PCH_RESTORE): Define.
7404         (TV_PCH_CPP_RESTORE): Define.
7405
7406 2010-04-13  Michael Matz  <matz@suse.de>
7407
7408         * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
7409         into MINUS_EXPRs.
7410         (can_reassociate_p): New function.
7411         (break_up_subtract_bb, reassociate_bb): Use it.
7412
7413 2010-04-13  Richard Guenther  <rguenther@suse.de>
7414
7415         PR bootstrap/43737
7416         * builtins.c (c_readstr): Fix assert.
7417
7418 2010-04-13  Uros Bizjak  <ubizjak@gmail.com>
7419
7420         * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
7421         when generating cltd insn.
7422
7423         (*ashl<mode>3_1): Remove special handling for register operand 2.
7424         (*ashlsi3_1_zext): Ditto.
7425         (*ashlhi3_1): Ditto.
7426         (*ashlhi3_1_lea): Ditto.
7427         (*ashlqi3_1): Ditto.
7428         (*ashlqi3_1_lea): Ditto.
7429         (*<shiftrt_insn><mode>3_1): Ditto.
7430         (*<shiftrt_insn>si3_1_zext): Ditto.
7431         (*<shiftrt_insn>qi3_1_slp): Ditto.
7432         (*<rotate_insn><mode>3_1): Ditto.
7433         (*<rotate_insn>si3_1_zext): Ditto.
7434         (*<rotate_insn>qi3_1_slp): Ditto.
7435
7436 2010-04-13  Richard Guenther  <rguenther@suse.de>
7437
7438         * tree-ssa-structalias.c (callused_id): Remove.
7439         (call_stmt_vars): New.
7440         (get_call_vi): Likewise.
7441         (lookup_call_use_vi): Likewise.
7442         (lookup_call_clobber_vi): Likewise.
7443         (get_call_use_vi): Likewise.
7444         (get_call_clobber_vi): Likewise.
7445         (make_transitive_closure_constraints): Likewise.
7446         (handle_const_call): Adjust to do per-call call-used handling.
7447         (handle_pure_call): Likewise.
7448         (find_what_var_points_to): Remove general callused handling.
7449         (init_base_vars): Likewise.
7450         (init_alias_vars): Initialize call_stmt_vars.
7451         (compute_points_to_sets): Process call-used and call-clobbered
7452         vars for call statements.
7453         (delete_points_to_sets): Free call_stmt_vars.
7454
7455 2010-04-13  Richard Guenther  <rguenther@suse.de>
7456
7457         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
7458         Only add RW dependence for dependence distance zero.
7459         Adjust maximal vectorization factor according to dependences.
7460         Move alignment handling ...
7461         (vect_find_same_alignment_drs): ... here.  New function.
7462         (vect_analyze_data_ref_dependences): Adjust.
7463         (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
7464         (vect_analyze_data_refs): Adjust minimal vectorization factor
7465         according to data references.
7466         * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
7467         dependences before determining the vectorization factor.
7468         Analyze alignment after determining the vectorization factor.
7469         * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
7470         dependences before alignment.
7471         * tree-vectorizer.h (vect_analyze_data_ref_dependences):
7472         Adjust prototype.
7473         (vect_analyze_data_refs): Likewise.
7474         (MAX_VECTORIZATION_FACTOR): New define.
7475
7476 2010-04-13  Duncan Sands  <baldrick@free.fr>
7477
7478         * except.h (lang_eh_type_covers): Remove.
7479         * except.c (lang_eh_type_covers): Likewise.
7480
7481 2010-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7482             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7483
7484         * gcc/config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
7485         * gcc/config/s390/s390.c: Replace UNTIS_PER_WORD with
7486         UNITS_PER_LONG where it is ABI relevant.
7487         (s390_return_addr_rtx): Likewise.
7488         (s390_back_chain_rtx): Likewise.
7489         (s390_frame_area): Likewise.
7490         (s390_frame_info): Likewise.
7491         (s390_initial_elimination_offset): Likewise.
7492         (save_gprs): Likewise.
7493         (s390_emit_prologue): Likewise.
7494         (s390_emit_epilogue): Likewise.
7495         (s390_function_arg_advance): Likewise.
7496         (s390_function_arg): Likewise.
7497         (s390_va_start): Likewise.
7498         (s390_gimplify_va_arg): Likewise.
7499         (s390_function_profiler): Likewise.
7500         (s390_optimize_prologue): Likewise.
7501         (s390_rtx_costs): Likewise.
7502         (s390_secondary_reload): Likewise.
7503         (s390_promote_function_mode): Likewise.
7504         (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
7505         (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
7506         registers available.
7507         (s390_unwind_word_mode): New function.
7508         (s390_function_value): Split 64 bit values into register pair if
7509         used as return value.
7510         (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
7511         function call parameters.  Handle parallels.
7512         (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
7513         (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
7514         (DWARF_CIE_DATA_ALIGNMENT): New macro.
7515         (s390_expand_setmem): Remove unused variable src_addr.
7516         * gcc/longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
7517         deal with 64 bit registers.
7518         * gcc/config/s390/s390.h: Define __zarch__ predefined macro.
7519         Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
7520         (UNITS_PER_LONG): New macro.
7521         * libjava/include/s390-signal.h: Define extended ucontext
7522         structure containing the upper halfs of the 64 bit registers.
7523
7524 2010-04-13  Simon Baldwin  <simonb@google.com>
7525
7526         * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
7527
7528 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
7529
7530         * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
7531         rvalue on the RHS if the LHS is of a non-renamable type.
7532         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
7533
7534 2010-04-13  Matthias Klose  <doko@ubuntu.com>
7535
7536         * gcc.c (cc1_options): Handle -iplugindir before processing
7537         the cc1 spec. Only add -iplugindir once.
7538         (cpp_unique_options): Add -iplugindir option if -fplugin* options
7539         found.
7540         * common.opt (iplugindir): Remove `Separate' property, initialize.
7541         * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
7542         option.
7543         * Makefile.in (check-%, check-parallel-%): Create plugin dir.
7544         (distclean): Remove plugin dir.
7545         * doc/invoke.texi: Document -iplugindir.
7546
7547 2010-04-13  Basile Starynkevitch  <basile@starynkevitch.net>
7548
7549         * doc/plugins.texi (Loading Plugins): Document short
7550         -fplugin=foo option.
7551         (Plugin API): Mention default_plugin_dir_name function.
7552
7553         * gcc.c (find_file_spec_function): Add new declaration.
7554         (static_spec_func): Use it for "find-file".
7555         (find_file_spec_function): Add new function.
7556         (cc1_options): Add -iplugindir option if -fplugin* options found.
7557
7558         * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
7559
7560         * plugin.c (add_new_plugin): Updated comment, and handle short
7561         plugin name.
7562         (default_plugin_dir_name): Added new function.
7563
7564         * common.opt (iplugindir): New option to set the plugin directory.
7565
7566 2010-04-12  Uros Bizjak  <ubizjak@gmail.com>
7567
7568         * config/i386/i386.md (any_rotate): New code iterator.
7569         (rotate_insn): New code attribute.
7570         (rotate): Ditto.
7571         (SWIM124): New mode iterator.
7572         (<rotate_insn>ti3): New expander.
7573         (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
7574         any_rotate code iterator.
7575         (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
7576         using any_rotate code iterator and SWIM124 mode iterator.
7577         (ix86_rotlti3): New insn_and_split pattern.
7578         (ix86_rotrti3): Ditto.
7579         (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
7580         ix86_rotl{di,ti}3 patterns.
7581         (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
7582         (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
7583         and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
7584         *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
7585         code iterator and SWI mode iterator.
7586         (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
7587         Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
7588         code iterator.
7589         (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
7590         Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
7591         (bswap rotatert splitter): Add splitter.
7592         (bswap splitter): Macroize splitter using any_rotate code iterator.
7593         Add insn predicate to split only for TARGET_USE_XCHGB or when
7594         optimizing function for size.
7595
7596 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
7597
7598         * config/pa/pa.c (emit_move_sequence): Remove use of
7599         deleted variable flag_argument_noalias.
7600
7601 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7602
7603         * config.gcc: Removed *-*-solaris2.7* from list of obsolete
7604         configurations.
7605         Add to unsupported targets list.
7606         * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
7607         sparc*-sun-solaris2.[567]* from target lists.
7608         * configure: Regenerate.
7609         * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
7610         removal.
7611         Remove Solaris 7 patch references.
7612         (Specific, sparc-sun-solaris2.7): Removed.
7613         (sparc-sun-solaris2*): Update Solaris 7 example.
7614         (sparc64-*-solaris2*): Likewise.
7615
7616 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7617
7618         * config.build (alpha*-dec-osf4*): Remove.
7619         * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
7620         of obsolete configurations.
7621         (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
7622         support.
7623         * config/alpha/t-osf4: Renamed to ...
7624         * config/alpha/t-osf5: ... this.
7625         * config/alpha/osf.h: Renamed to ...
7626         * config/alpha/osf5.h: ... this.
7627         Merged old osf5.h contents.
7628         Update comments.
7629         (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
7630         (EXTRA_SPECS): Removed.
7631         * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
7632         reflect removal of Tru64 UNIX V4.0/V5.0 support.
7633         Document that.
7634
7635 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7636
7637         * doc/contrib.texi (Contributors, Rainer Orth): Update.
7638
7639 2010-04-12  Kai Tietz  <kai.tietz@onevision.com>
7640
7641         PR/43702
7642         * config/i386/i386.c (x86_this_parameter): Handle aggregate for
7643         __thiscall convention.
7644
7645 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
7646
7647         * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
7648         orig_base.
7649         * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
7650
7651 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
7652
7653         * function.c (assign_parms_initialize_all): Add unused attribute
7654         to fntype.
7655
7656 2010-04-12  Richard Guenther  <rguenther@suse.de>
7657
7658         * gsstruct.def (GSS_CALL): New.
7659         * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
7660         * gimple.h: Include tree-ssa-alias.h.
7661         (struct gimple_statement_call): New.
7662         (union gimple_statement_struct_d): Add gimple_call member.
7663         (gimple_call_reset_alias_info): Declare.
7664         (gimple_call_use_set): New function.
7665         (gimple_call_clobber_set): Likewise.
7666         * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
7667         * gimple.c (gimple_call_reset_alias_info): New function.
7668         (gimple_build_call_1): Call it.
7669         * lto-streamer-in.c (input_gimple_stmt): Likewise.
7670         * tree-inline.c (remap_gimple_stmt): Likewise.
7671         (expand_call_inline): Remove callused handling.
7672         * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
7673         * tree-dfa.c (dump_variable): Likewise.
7674         * tree-parloops.c (parallelize_loops): Likewise.
7675         * tree-ssa.c (init_tree_ssa): Likewise.
7676         (delete_tree_ssa): Likewise.
7677         * tree-flow-inline.h (is_call_used): Remove.
7678         * tree-flow.h (struct gimple_df): Remove callused member.
7679         * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
7680         * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
7681         (ref_maybe_used_by_call_p_1): Simplify.
7682         (call_may_clobber_ref_p_1): Likewise.
7683         * tree-ssa-structalias.c (compute_points_to_sets): Set
7684         the call stmt used and clobbered sets.
7685         * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
7686         (find_tail_calls): Verify the tail call.
7687
7688 2010-04-12  Richard Guenther  <rguenther@suse.de>
7689
7690         * ipa.c (cgraph_postorder): Adjust postorder to guarantee
7691         single-iteration always-inline inlining.
7692         * ipa-inline.c (cgraph_mark_inline): Do not return anything.
7693         (cgraph_decide_inlining): Do not handle always-inline specially.
7694         (try_inline): Remove always-inline cycle detection special case.
7695         Do not recurse on always-inlines.
7696         (cgraph_early_inlining): Do not iterate if not optimizing.
7697         (cgraph_gate_early_inlining): remove.
7698         (pass_early_inline): Run unconditionally.
7699         (gate_cgraph_decide_inlining): New function.
7700         (pass_ipa_inline): Use it.  Do not run the IPA inliner if
7701         not inlining or optimizing.
7702         (cgraph_decide_inlining_of_small_functions): Also consider
7703         always-inline functions.
7704         (cgraph_default_inline_p): Return true for nodes which should
7705         disregard inline limits.
7706         (estimate_function_body_sizes): Assume zero size and time for
7707         nodes which are marked as disregarding inline limits.
7708         (cgraph_decide_recursive_inlining): Do not perform recursive
7709         inlining on always-inline nodes.
7710
7711 2010-04-12  Jakub Jelinek  <jakub@redhat.com>
7712
7713         PR bootstrap/43699
7714         * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
7715         for exprs satisfying handled_component_p.
7716
7717 2010-04-12  Eric Botcazou  <ebotcazou@adacore.com>
7718
7719         * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
7720         non-constant aggregate elements.
7721
7722         * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
7723         is a real initialization.
7724
7725 2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
7726
7727         PR c/36774
7728         * c-decl.c (start_function): Move forward check for nested function.
7729
7730 2010-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
7731
7732         * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
7733         * config/sh/sh.c: Include reload.h.
7734         (sh_legitimize_reload_address): New.
7735         * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
7736         sh_legitimize_reload_address.
7737
7738 2010-04-11  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
7739
7740         * config/sh/sh.md (*movqi_pop): New insn pattern.
7741         * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
7742
7743 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
7744
7745         * config/i386/i386.md (any_shiftrt): New code iterator.
7746         (shiftrt_insn): New code attribute.
7747         (shiftrt): Ditto.
7748         (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
7749         using any_shiftrt code iterator.
7750         (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
7751         *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
7752         (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
7753         pattern from corresponding peephole2 patterns.
7754         (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
7755         using any_shiftrt code iterator.
7756         (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
7757         (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
7758         (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
7759         (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
7760         *{ashr,lshr}<mode>3_cmp_zext.
7761         (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
7762
7763 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
7764
7765         * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
7766         scratch register.
7767         (*lshr<mode>3_cconly): Ditto.
7768
7769 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
7770
7771         * config/i386/i386.md (lshr<mode>3): Macroize expander from
7772         lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
7773         (*lshr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
7774         pattern from *lshr{di,ti}3_1 and corresponding splitters using
7775         DWI mode iterator.
7776         (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
7777         from corresponding peephole2 patterns.
7778         (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
7779         *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
7780         and *lshrdi3_1_rex64 using SWI mode iterator.
7781         (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
7782         (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
7783         (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
7784         *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
7785         and *lshrdi3_cmp_rex64 using SWI mode iterator.
7786         (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
7787         (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
7788         *lshrdi3_one_bit_cconly_rex64. Macroize insn from
7789         *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
7790         SWI mode iterator.
7791
7792 2010-04-10  Uros Bizjak  <ubizjak@gmail.com>
7793
7794         * config/i386/i386.md (ashr<mode>3): Macroize expander from
7795         ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
7796         (*ashr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
7797         pattern from *ashr{di,ti}3_1 and corresponding splitters using
7798         DWI mode iterator.
7799         (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
7800         from corresponding peephole2 patterns.
7801         (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
7802         (ashrsi3_cvt): Rename from ashrsi3_31.
7803         (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
7804         (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
7805         and x86_64_shift_adj_3 using SWI48 mode iterator.
7806         (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
7807         *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
7808         and *ashrdi3_1_rex64 using SWI mode iterator.
7809         (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
7810         (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
7811         (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
7812         *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
7813         and *ashrdi3_cmp_rex64 using SWI mode iterator.
7814         (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
7815         (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
7816         *ashrdi3_one_bit_cconly_rex64. Macroize insn from
7817         *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
7818         SWI mode iterator.
7819         (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
7820         * config/i386/i386.c (ix86_split_ashr): Update for renamed
7821         x86_shift<mode>_adj_3 expanders.
7822
7823 2010-04-10  Wei Guozhi  <carrot@google.com>
7824
7825         PR target/42601
7826         * config/arm/arm.c (arm_pic_static_addr): New function.
7827         (legitimize_pic_address): Call arm_pic_static_addr when it detects
7828         a static symbol.
7829         (arm_output_addr_const_extra): Output expression for new pattern.
7830         * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
7831
7832 2010-04-10  Bernd Schmidt  <bernds@codesourcery.com>
7833
7834         * ira-costs.c (record_reg_classes): Ignore alternatives that are
7835         not enabled.
7836
7837         * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
7838         * web.c: Include "insn-config.h" and "recog.h".
7839         (union_match_dups): New function.
7840         (web_main): Call it.
7841         (union_defs): Don't try to recognize match_dups.
7842
7843         * reload1.c (eliminate_regs_in_insn): Don't restore an operand
7844         if doing so would replace the entire pattern.
7845
7846 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
7847
7848         PR target/43707
7849         PR target/43709
7850         * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
7851         and splitter pattern.  Change splitter operand 1 predicate to
7852         nonmemory_operand.
7853
7854 2010-04-09  Martin Jambor  <mjambor@suse.cz>
7855
7856         * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
7857         lattices are addresses of CONST_DECLs with the same initial value.
7858         (ipcp_print_all_lattices): Print values of CONST_DECLs.
7859         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
7860
7861 2010-04-09  Eric Botcazou  <ebotcazou@adacore.com>
7862             Bernd Schmidt  <bernds@codesourcery.com>
7863
7864         * loop-invariant.c (replace_uses): New static function.
7865         (move_invariant_reg): Use it to ensure we can replace the uses.
7866
7867 2010-04-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
7868
7869         * config/picochip/picochip.c (picochip_rtx_costs): Use correct
7870         function template.
7871         (picochip_override_options): Enable section anchors only above -O1.
7872         (picochip_reorg): Fixed a couple of build warnings.
7873
7874 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7875
7876         * configure.ac (plugin -rdynamic test): Log result.
7877         * configure: Regenerate.
7878         * config/sol2.h (LINK_SPEC): Handle -rdynamic.
7879         (RDYNAMIC_SPEC): Define.
7880         * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
7881
7882 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7883
7884         * configure.ac: Determine Sun ld version numbers.
7885         (comdat_group): Restrict GNU ld version checks to gld.
7886         (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
7887         (enable_comdat): Support --enable-comdat.
7888         * configure: Regenerate.
7889         * doc/install.texi (Configuration): Document --enable-comdat.
7890
7891 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7892
7893         * config/sparc/sol2-gld.h: Remove SPARC reference.  Rename ...
7894         * config/sol2-gld.h: ... here.
7895         * config.gcc (sparc*-*-solaris2*): Reflect this.
7896         (i[34567]86-*-solaris2*): Use it.
7897
7898 2010-04-09  Steve Ellcey  <sje@cup.hp.com>
7899
7900         * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
7901         setup_clocks_p.
7902         (final_emit_insn_group_barriers): Remove unused variable prev_insn.
7903
7904 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7905
7906         PR 42965
7907         * diagnostic.c (diagnostic_initialize): Initialize
7908         some_warnings_are_errors.
7909         (diagnostic_finish): New.
7910         (diagnostic_action_after_output): Call it before exiting.
7911         (diagnostic_report_diagnostic): Do not print message here. Set
7912         some_warnings_are_errors.
7913         * diagnostic.h (diagnostic_context): Delete
7914         issue_warnings_are_errors_message. Add some_warnings_are_errors.
7915         (diagnostic_finish): Declare.
7916         * toplev.c (toplev_main): Call it before exit.
7917
7918 2010-04-09  Jason Merrill  <jason@redhat.com>
7919
7920         PR c++/42623
7921         * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
7922         for incomplete type.
7923
7924         PR c++/41788
7925         * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
7926         based on a warning flag.
7927
7928 2010-04-09  Richard Guenther  <rguenther@suse.de>
7929
7930         * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
7931
7932 2010-04-09  Iain Sandoe  <iains@gcc.gnu.org>
7933
7934         PR bootstrap/43684
7935         * varasm.c (default_assemble_visibility): Wrap vars that are
7936         set, but unused, by targets without GAS.
7937         * config/rs6000/rs6000.c (paired_emit_vector_compare):
7938         Remove set, but unused, vars.
7939         (rs6000_legitimize_tls_address): Likewise.
7940         (altivec_expand_dst_builtin): Likewise.
7941         * config/darwin.c (machopic_classify_symbol): Likewise.
7942         (machopic_indirection_name): Likewise.
7943
7944 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
7945
7946         * config/i386/i386.md (DWI): New mode iterator.
7947         (S): New mode attribute.
7948         (shift_operand): Ditto.
7949         (shift_immediate_operand): Ditto.
7950         (ashl_input_operand): Ditto.
7951         (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
7952         using SDWIM mode iterator.
7953         (*ashl<mode>3_doubleword): New insn_and_split_pattern.  Macroize
7954         pattern from *ashl{di,ti}3_1 and corresponding splitters using
7955         DWI mode iterator.
7956         (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
7957         from corresponding peephole2 patterns.
7958         (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
7959         and x86_64_shift_adj_1 using SWI48 mode iterator.
7960         (x86_shift<mode>_adj_2): Ditto.
7961         (*ashldi3_1_rex64): Split TYPE_LEA pattern.
7962         (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
7963         using SWI48 mode iterator.
7964         (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
7965         *ashldi3_cmp_rex64 using SWI mode iterator.
7966         (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
7967         *ashldi3_cconly_rex64 using SWI mode iterator.
7968         * config/i386/i386.c (ix86_split_ashl): Update for renamed
7969         x86_shift<mode>_adj_{1,2}.
7970         (ix86_split_ashr): Ditto.
7971         (ix86_split_lshr): Ditto.
7972
7973 2010-04-09  Richard Guenther  <rguenther@suse.de>
7974
7975         * target.h (builtin_conversion): Pass in input and output types.
7976         * targhooks.c (default_builtin_vectorized_conversion): Adjust.
7977         * targhooks.h (default_builtin_vectorized_conversion): Likewise.
7978         * tree-vect-stmts.c (vectorizable_conversion): Adjust.
7979         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
7980
7981         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
7982         Handle AVX modes.
7983         * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
7984
7985 2010-04-09  Richard Guenther  <rguenther@suse.de>
7986
7987         PR target/43152
7988         * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
7989
7990 2010-04-09  Richard Guenther  <rguenther@suse.de>
7991
7992         * tree-vectorizer.h (struct _stmt_vec_info): Document
7993         that vectype is the type of the LHS.
7994         (supportable_widening_operation, supportable_narrowing_operation):
7995         Get both input and output vector types as arguments.
7996         (vect_is_simple_use_1): Declare.
7997         (get_same_sized_vectype): Likewise.
7998         * tree-vect-loop.c (vect_determine_vectorization_factor):
7999         Set STMT_VINFO_VECTYPE to the vector type of the def.
8000         (vectorizable_reduction): Adjust.
8001         * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
8002         Adjust.  Specify the output vector type.
8003         (vect_pattern_recog_1): Adjust.
8004         * tree-vect-stmts.c (get_same_sized_vectype): New function.
8005         (vectorizable_call): Adjust.
8006         (vectorizable_conversion): Likewise.
8007         (vectorizable_operation): Likewise.
8008         (vectorizable_type_demotion): Likewise.
8009         (vectorizable_type_promotion): Likewise.
8010         (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
8011         the def.
8012         (vect_is_simple_use_1): New function.
8013         (supportable_widening_operation): Get both input and output
8014         vector types.
8015         (supportable_narrowing_operation): Likewise.
8016         * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
8017
8018 2010-04-09  Kai Tietz  <kai.tietz@onevision.com>
8019
8020         * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
8021         __thiscall and _thiscall as predefined macros.
8022         * config/i386/i386.c (ix86_handle_cconv_attribute): Add
8023         thiscall attribute handling.
8024         (ix86_comp_type_attributes): Likewise.
8025         (ix86_function_regparm): Likewise.
8026         (ix86_return_pops_args): Likewise.
8027         (init_cumulative_args): Likewise.
8028         (find_drap_reg): Likewise.
8029         (ix86_static_chain): Likewise.
8030         (x86_this_parameter): Likewise.
8031         (x86_output_mi_thunk): Likewise.
8032         (ix86_attribute_table): Add description for thiscall attribute.
8033         * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
8034         * doc/extend.texi: Add documentation for thiscall.
8035
8036 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8037
8038         PR c++/28584
8039         * c.opt (Wint-to-pointer-cast): Available in C++.
8040         * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
8041
8042 2010-04-08  Eric Botcazou  <ebotcazou@adacore.com>
8043
8044         * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
8045         * calls.c (expand_call): Pass the function type to aggregate_value_p.
8046         * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
8047         the target function of a CALL_EXPR.  Honor TREE_ADDRESSABLE on the
8048         function type instead.  Reorder and simplify checks.
8049
8050         * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
8051
8052 2010-04-08  Jing Yu  <jingyu@google.com>
8053             Zdenek Dvorak  <ook@ucw.cz>
8054
8055         PR tree-optimization/42720
8056         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
8057         loop unswitch conditions here from ...
8058         (tree_unswitch_single_loop): ... here.
8059
8060 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
8061
8062         * tree-if-conv.c: Fix comments and simplify logic.
8063
8064 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
8065
8066         * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
8067         (tree_if_conversion): Same.  Update call to if_convertible_loop_p.
8068         (main_tree_if_conversion): Update call to tree_if_conversion.
8069
8070 2010-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8071
8072         PR 42485
8073         * doc/invoke.texi (-b,-V): Delete.
8074         * doc/tm.texi: Do not mention -b.
8075         * gcc.c (display_help): Delete -b and -V.
8076         (process_command): Delete -b and -V.
8077         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
8078
8079 2010-04-08  Christian Borntraeger  <borntraeger@de.ibm.com>
8080             Wolfgang Gellerich  <gellerich@de.ibm.com>
8081
8082         Implement target hook for loop unrolling
8083         * target.h (loop_unroll_adjust): Add a new target hook function.
8084         * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
8085         * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
8086         * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
8087         (s390_loop_unroll_adjust): Implement the new target hook for s390.
8088         * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
8089         target hook.
8090         (decide_unroll_stupid): Likewise.
8091
8092 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8093
8094         PR target/43643
8095         * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
8096
8097 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8098
8099         * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
8100         (Specific, *-*-solaris2*): Likewise.
8101         Don't prefer Sun as over GNU as.
8102
8103 2010-04-08  Wolfgang Gellerich  <gellerich@de.ibm.com>
8104
8105         * config/s390/s390.c (override_options): Adjust the z10 defaults
8106         for max-unroll-times, max-completely-peeled-insns
8107         and max-completely-peel-times.
8108
8109 2010-04-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8110
8111         * config/s390/s390.c (s390_expand_movmem): Issue prefetch
8112         instructions for z10.
8113         (s390_expand_setmem): Likewise.
8114         (s390_expand_cmpmem): Likewise.
8115
8116 2010-04-08  Richard Guenther  <rguenther@suse.de>
8117
8118         PR tree-optimization/43679
8119         * tree-ssa-pre.c (eliminate): Only propagate copies.
8120
8121 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
8122
8123         PR bootstrap/43681
8124         * expr.c (block_move_libcall_safe_for_call_parm): Avoid
8125         set but not used variable warning.
8126
8127 2010-04-08  Wei Guozhi  <carrot@google.com>
8128
8129         PR target/41653
8130         * config/arm/arm.c (thumb1_size_rtx_costs): New function.
8131         (arm_size_rtx_costs): Call the new function when optimized for size.
8132
8133 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
8134
8135         PR debug/43670
8136         * cfgexpand.c (expand_debug_expr): If for non-NULL offset
8137         op0 is not a MEM, just return NULL instead of assertion
8138         failure.
8139         (discover_nonconstant_array_refs): Don't walk debug stmts.
8140
8141 2010-04-08  Doug Kwan  <dougkwan@google.com>
8142
8143         * configure.ac: Recognize gold and do not use its version number
8144         to test ld features.
8145         * configure: Regenerate.
8146
8147 2010-04-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
8148
8149         PR middle-end/40815
8150         * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
8151         (negate_value): Move code to push elements to broken_up_substracts ...
8152         (eliminate_plus_minus_pair): ... here.  Push operands that have no
8153         negative pair to plus_negates.
8154         (repropagate_negates, init_reassoc, fini_reassoc): Update.
8155
8156 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8157
8158         * doc/install.texi (Configuration): Move description of
8159         --enable-lto, --with-libelf*, --enable-gold from Java section to
8160         general section.
8161
8162         * doc/generic.texi (Working with declarations)
8163         (Function Properties, C and C++ Trees): Fix typos.
8164         * doc/sourcebuild.texi (Top Level): Likewise.
8165
8166 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
8167
8168         PR c/18624
8169         * tree.h (DECL_READ_P): Define.
8170         (struct tree_decl_common): Add decl_read_flag.
8171         * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
8172         a set but not used warning.
8173         (merge_decls): Merge DECL_READ_P flag.
8174         (finish_decl, build_compound_literal): Set DECL_READ_P flag.
8175         (finish_function): Issue -Wunused-but-set-parameter diagnostics.
8176         * c-common.c (handle_used_attribute, handle_unused_attribute):
8177         Likewise.
8178         * c-tree.h (default_function_array_read_conversion, mark_exp_read):
8179         New prototypes.
8180         * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
8181         New functions.
8182         (default_conversion, c_process_expr_stmt): Call mark_exp_read.
8183         * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
8184         c_parser_binary_expression, c_parser_cast_expression,
8185         c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
8186         Call default_function_array_read_conversion instead of
8187         default_function_array_conversion where needed.
8188         (c_parser_unary_expression, c_parser_conditional_expression,
8189         c_parser_postfix_expression_after_primary, c_parser_initelt):
8190         Likewise.  Call mark_exp_read where needed.
8191         (c_parser_statement_after_labels, c_parser_asm_operands,
8192         c_parser_typeof_specifier, c_parser_sizeof_expression,
8193         c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
8194         where needed.
8195         * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
8196         New.
8197         * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
8198         (warn_unused_but_set_parameter): Default to warn_unused
8199         && extra_warnings.
8200         * doc/invoke.texi: Document -Wunused-but-set-variable and
8201         -Wunused-but-set-parameter.
8202
8203         * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
8204         used count variable.
8205         * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
8206         when operandN variables aren't used in the body of the expander
8207         or splitter.
8208         * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
8209         FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
8210         * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
8211         * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
8212         FOR_EACH_IMM_USE_ON_STMT): Likewise.
8213         * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
8214         * tree.c (PROCESS_ARG): Likewise.
8215
8216 2010-04-07  Simon Baldwin  <simonb@google.com>
8217
8218         * diagnostic.h (diagnostic_override_option_index): New macro to
8219         set a diagnostic's option_index.
8220         * c-tree.h (c_cpp_error): Add warning reason argument.
8221         * opts.c (_warning_as_error_callback): New.
8222         (register_warning_as_error_callback): Store callback for
8223         warnings enabled via enable_warning_as_error.
8224         (enable_warning_as_error): Call callback, minor code tidy.
8225         * opts.h (register_warning_as_error_callback): Declare.
8226         * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
8227         response to -Werror=.
8228         (c_common_init_options): Register warning_as_error_callback in opts.c.
8229         * common.opt: Add -Wno-cpp option.
8230         * c-common.c (struct reason_option_codes_t): Map cpp warning
8231         reason codes to gcc option indexes.
8232         * (c_option_controlling_cpp_error): New function, lookup the gcc
8233         option index for a cpp warning reason code.
8234         * (c_cpp_error): Add warning reason argument, call
8235         c_option_controlling_cpp_error for diagnostic_override_option_index.
8236         * doc/invoke.texi: Document -Wno-cpp.
8237
8238 2010-04-07  Richard Guenther  <rguenther@suse.de>
8239
8240         * ipa-reference.c (mark_load): Use get_base_address.
8241         (mark_store): Likewise.
8242
8243         * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
8244         inserting GIMPLE_NOPs into the IL.
8245         * tree-ssa-structalias.c (get_constraint_for_component_ref):
8246         Explicitly strip handled components and indirect references.
8247
8248         * fold-const.c (fold_unary_loc): Do not strip qualifiers when
8249         folding address expressions.
8250         * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
8251         * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
8252         operand_equal_p to compare decls.
8253         (ptr_deref_may_alias_decl_p): Likewise.
8254         * tree-ssa-operands.c (get_asm_expr_operands): Simplify
8255         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
8256         Handle reversed comparison ops.
8257         * tree-sra.c (asm_visit_addr): Use get_base_address.
8258         * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
8259         * ipa-reference.c (mark_address): Use get_base_address.
8260
8261 2010-04-07  Richard Guenther  <rguenther@suse.de>
8262
8263         * tree-ssa-forwprop.c (forward_propagate_addr_expr):
8264         Propagate constants everywhere.
8265
8266 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
8267
8268         PR debug/43516
8269         * tree.c (MAX_INT_CACHED_PREC): Define.
8270         (nonstandard_integer_type_cache): New array.
8271         (build_nonstandard_integer_type): Cache results for precision
8272         <= MAX_INT_CACHED_PREC.
8273
8274 2010-04-07  Richard Guenther  <rguenther@suse.de>
8275
8276         * doc/invoke.texi (-fargument-alias, -fargument-noalias,
8277         -fargument-noalias-global, -fargument-noalias-anything): Remove.
8278         * common.opt: Likewise.
8279         * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
8280         * alias.c (base_alias_check): Remove flag_argument_noalias handling.
8281         (nonoverlapping_memrefs_p): Likewise.
8282         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
8283         * opts.c (common_handle_option): Handle OPT_fargument_alias,
8284         OPT_fargument_noalias, OPT_fargument_noalias_anything and
8285         OPT_fargument_noalias_global for backward compatibility.
8286
8287 2010-04-07  Richard Guenther  <rguenther@suse.de>
8288
8289         PR tree-optimization/43270
8290         * tree-vrp.c (check_array_ref): Fix flexible array member detection.
8291         * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
8292         * tree-ssa-pre.c (phi_translate_1): Adjust.
8293         (fully_constant_expression): Split out vn_reference handling to ...
8294         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
8295         Fold reads from constant strings.
8296         (vn_reference_lookup): Handle fully constant references.
8297         (vn_reference_lookup_pieces): Likewise.
8298         * Makefile.in (expmed.o-warn): Add -Wno-error.
8299
8300 2010-04-07  Martin Jambor  <mjambor@suse.cz>
8301
8302         * tree-sra.c (find_param_candidates): Allow scalar va_list types.
8303
8304 2010-04-07  Iain Sandoe  <iains@gcc.gnu.org>
8305
8306         PR driver/41594
8307         * gcc.c: Add -static-libstdc++ to list of recognized options.
8308
8309 2010-04-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8310
8311         * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
8312
8313 2010-04-07  Richard Guenther  <rguenther@suse.de>
8314
8315         PR middle-end/42617
8316         * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
8317         bases build simple mem attributes to retain points-to information.
8318
8319 2010-04-07  Richard Guenther  <rguenther@suse.de>
8320
8321         PR middle-end/42617
8322         * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
8323         preserve points-to related information.
8324
8325 2010-04-07  Richard Guenther  <rguenther@suse.de>
8326
8327         PR middle-end/42617
8328         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
8329         discard plain indirect references.
8330         * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
8331         * tree.c (tree_nop_conversion): Likewise.
8332
8333 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
8334
8335         PR debug/43628
8336         * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
8337
8338 2010-04-06  Kai Tietz  <kai.tietz@onevision.com>
8339
8340         * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
8341         calling convention attributes on METHOD_TYPEs for w64 ABI, too.
8342
8343 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
8344
8345         * tree-if-conv.c: Fix indentation and comments.
8346
8347 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
8348
8349         * tree-if-conv.c: Sort static functions in topological order.
8350
8351 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
8352
8353         * tree-if-conv.c: Fix indentation and comments.
8354
8355 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
8356
8357         PR middle-end/43519
8358         * graphite-clast-to-gimple.c (max_signed_precision_type): Use
8359         lang_hooks.types.type_for_size instead of
8360         build_nonstandard_integer_type.
8361         When converting an unsigned type to signed, double its precision.
8362         (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
8363         (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
8364         (graphite_create_new_loop_guard): When ub + 1 wraps around,
8365         use lb <= ub.
8366
8367 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
8368
8369         PR middle-end/43519
8370         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
8371         POINTER_PLUS_EXPR for pointer types.
8372
8373 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
8374
8375         PR middle-end/43519
8376         * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
8377         * graphite-clast-to-gimple.c: Include langhooks.h.
8378         (max_signed_precision_type): New.
8379         (max_precision_type): Takes two types as arguments.
8380         (precision_for_value): New.
8381         (precision_for_interval): New.
8382         (gcc_type_for_interval): New.
8383         (gcc_type_for_value): New.
8384         (gcc_type_for_clast_term): New.
8385         (gcc_type_for_clast_red): New.
8386         (gcc_type_for_clast_bin): New.
8387         (gcc_type_for_clast_expr): Split up into several functions.
8388         (gcc_type_for_clast_eq): Rewritten.
8389         (compute_bounds_for_level): New.
8390         (compute_type_for_level_1): New.
8391         (compute_type_for_level): New.
8392         (gcc_type_for_cloog_iv): Removed.
8393         (gcc_type_for_iv_of_clast_loop): Rewritten.
8394         (graphite_create_new_loop): Compute the lower and upper bound types
8395         with gcc_type_for_clast_expr.
8396         (graphite_create_new_loop_guard): Same.
8397         (find_cloog_iv_in_expr): Removed.
8398         (compute_cloog_iv_types_1): Removed.
8399         (compute_cloog_iv_types): Removed.
8400         (gloog): Do not call compute_cloog_iv_types.
8401         * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
8402         GBB_CLOOG_IV_TYPES.
8403         (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
8404         * sese.h (struct gimple_bb): Removed field cloog_iv_types.
8405         (GBB_CLOOG_IV_TYPES): Removed.
8406
8407 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
8408
8409         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
8410         gimple_phi_num_args of the loop close SSA phi node is equal to 1.
8411         (detect_commutative_reduction): Same.
8412
8413 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
8414
8415         * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
8416         call to verify_ssa.  Invoke verify_loop_closed_ssa with an extra
8417         argument.
8418         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
8419         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
8420         (rewrite_commutative_reductions_out_of_ssa): Same.
8421         * passes.c (execute_function_todo): Call verify_ssa for every pass
8422         in the LNO.  Invoke verify_loop_closed_ssa with an extra argument.
8423         * tree-flow.h (verify_loop_closed_ssa): Update declaration.
8424         * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
8425         with an extra argument.
8426         * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same.  Call
8427         verify_ssa only when the extra argument is true.
8428         (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
8429         with an extra argument.
8430         (tree_transform_and_unroll_loop): Same.
8431
8432 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
8433
8434         * passes.c (execute_function_todo): Call verify_loop_closed_ssa
8435         for all the passes of the LNO having LOOP_CLOSED_SSA.
8436         * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
8437         * tree-loop-distribution.c (pass_loop_distribution): Same.
8438         * tree-pass.h (TODO_verify_loops): Removed.
8439         * tree-ssa-loop.c (pass_tree_loop_init): Same.
8440         (pass_lim): Same.
8441         (pass_tree_unswitch): Same.
8442         (pass_predcom): Same.
8443         (pass_vectorize): Same.
8444         (pass_linear_transform): Same.
8445         (pass_graphite_transforms): Same.
8446         (pass_iv_canon): Same.
8447         (pass_complete_unroll): Same.
8448         (pass_complete_unrolli): Same.
8449         (pass_parallelize_loops): Same.
8450         (pass_loop_prefetch): Same.
8451         (pass_iv_optimize): Same.
8452
8453 2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
8454
8455         PR middle-end/32824
8456         * passes.c (init_optimization_passes): Move pass_lim before
8457         pass_copy_prop and pass_dce_loop.
8458
8459 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
8460
8461         PR target/43667
8462         * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
8463         instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
8464         (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
8465         MULTI_* defines for 4 argument vpermil2p* builtins.
8466
8467 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
8468
8469         * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
8470         * config/i386/i386.c (x86_maybe_negate_const_int): New.
8471         (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
8472         * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
8473         *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
8474         *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
8475         *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
8476         Use x86_maybe_negate_const_int to output insn mnemonic.
8477         (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto.  Remove overflow
8478         check from instruction predicate.  Update comments.
8479         * config/i386/sync.md (sync_add<mode>): Use
8480         x86_maybe_negate_const_int to output insn mnemonic.
8481
8482 2010-04-06  Jan Hubicka  <jh@suse.cz>
8483
8484         PR tree-optimization/42906
8485         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
8486         IGNORE_SELF argument.  Set visited_control_parents for fully
8487         processed BBs.
8488         (find_obviously_necessary_stmts): Update call of
8489         mark_control_dependent_edges_necessary.
8490         (propagate_necessity): Likewise.  Handle PHI edges more curefully.
8491
8492 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
8493
8494         * config/i386/i386.md: Remove comment about 'e' and 'E'
8495         operand modifier.
8496
8497 2010-04-06  Richard Guenther  <rguenther@suse.de>
8498
8499         PR tree-optimization/43627
8500         * tree-vrp.c (extract_range_from_unary_expr): Widenings
8501         of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
8502         not varying.
8503
8504 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
8505
8506         * BASE-VER: Change to 4.6.0.
8507
8508         PR target/43638
8509         * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
8510         handling.
8511
8512 2010-04-06  Richard Guenther  <rguenther@suse.de>
8513
8514         PR middle-end/43661
8515         * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
8516
8517 2010-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8518
8519         * doc/invoke.texi (Optimize Options): Document that LTO
8520         won't remove object access purely due to incompatible
8521         declarations.
8522
8523 2010-04-04  Matthias Klose  <doko@ubuntu.com>
8524
8525         * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
8526         Initialize variable.
8527
8528 2010-04-03  Richard Guenther  <rguenther@suse.de>
8529
8530         PR middle-end/42509
8531         * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
8532         require a non-NULL MEM_OFFSET.
8533
8534 2010-04-02  Steven Bosscher  <steven@gcc.gnu.org>
8535
8536         * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
8537         basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
8538         collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
8539         config/alpha/predicates.md, config/arm/arm.md,
8540         config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
8541         config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
8542         config/darwin9.h, config/darwin.c, config/darwin.h,
8543         config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
8544         config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
8545         config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
8546         config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
8547         config/mips/mips.md, config/mn10300/mn10300.c,
8548         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
8549         config/rs6000/aix.h, config/rs6000/dfp.md,
8550         config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
8551         config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
8552         config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
8553         config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
8554         config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
8555         config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
8556         c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
8557         diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
8558         doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
8559         doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
8560         fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
8561         gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
8562         graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
8563         graphite-dependences.c, graphite-poly.c, graphite-poly.h,
8564         graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
8565         graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
8566         intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
8567         ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
8568         ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
8569         loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
8570         objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
8571         opt-functions.awk, opth-gen.awk, params.def, passes.c,
8572         postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
8573         rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
8574         store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
8575         tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
8576         tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
8577         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
8578         tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
8579         tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
8580         tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
8581         tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
8582         tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
8583         tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
8584         tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
8585         unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
8586
8587 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8588
8589         PR other/43620
8590         * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
8591         * aclocal.m4: Regenerate.
8592
8593 2010-04-02  Richard Guenther  <rguenther@suse.de>
8594
8595         PR tree-optimization/43629
8596         * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
8597         if we have seen a constant value.
8598
8599 2010-04-02  Joseph Myers  <joseph@codesourcery.com>
8600
8601         * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
8602
8603 2010-04-02  Richard Earnshaw  <rearnsha@arm.com>
8604
8605         PR target/43469
8606         * arm.c (legitimize_tls_address): Adjust call to
8607         gen_tls_load_dot_plus_four.
8608         (arm_note_pic_base): New function.
8609         (arm_cannot_copy_insn_p): Use it.
8610         * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
8611         constraint.
8612
8613 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8614
8615         PR bootstrap/43531
8616
8617         Revert:
8618         2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8619
8620         * Makefile.in ($(out_object_file)): Depend on
8621         gt-$(basename $(notdir $(out_file))).h.
8622
8623 2010-04-01  Ralf Corsépius <ralf.corsepius@rtems.org>
8624
8625         * config.gcc (lm32-*-rtems*): Add t-lm32.
8626
8627 2010-04-01  Joel Sherrill <joel.sherrill@oarcorp.com>
8628
8629         * config.gcc: Add lm32-*-rtems*.
8630         * config/lm32/rtems.h: New file.
8631
8632 2010-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
8633
8634         PR target/42609
8635         * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
8636
8637 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
8638
8639         * dwarf2out.c (output_compilation_unit_header): For
8640         -gdwarf-4 use version 4 instead of version 3.
8641         (output_line_info): For version 4 and above emit additional
8642         maximum ops per insn header field.
8643         (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
8644
8645         * dwarf2out.c (is_c_family, is_java): Remove.
8646         (lower_bound_default): New function.
8647         (add_bound_info, gen_descr_array_type_die): Use it.
8648
8649 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
8650
8651         PR debug/43325
8652         * dwarf2out.c (gen_variable_die): Allow debug info for variable
8653         re-declaration when it happens in a function.
8654
8655 2010-04-01  Aldy Hernandez  <aldyh@redhat.com>
8656
8657         * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
8658         (cgraph_remove_function_insertion_hook): Same.
8659         (cgraph_call_function_insertion_hooks): Same.
8660
8661 2010-04-01  Richard Guenther  <rguenther@suse.de>
8662
8663         PR middle-end/43614
8664         * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
8665         and TREE_THIS_VOLATILE.
8666         (copy_ref_info): Likewise.
8667         * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
8668         * tree.c (build6_stat): Ignore side-effects of all but arg5
8669         for TARGET_MEM_REF.  Set TREE_THIS_VOLATILE from arg5 of
8670         TARGET_MEM_REF.
8671
8672 2010-04-01  Richard Guenther  <rguenther@suse.de>
8673
8674         PR tree-optimization/43607
8675         * ipa-type-escape.c (check_call): Do not access non-existing
8676         arguments.
8677
8678 2010-04-01  Richard Guenther  <rguenther@suse.de>
8679
8680         PR middle-end/43602
8681         Revert
8682         2010-03-30  Seongbae Park <seongbae.park@gmail.com>
8683                     Jack Howarth <howarth@bromo.med.uc.edu>
8684
8685         * tree-profile.c (tree_init_ic_make_global_vars): Make static
8686         variables TLS.
8687
8688 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8689
8690         * doc/install.texi (Prerequisites): Document libelf usability on
8691         IRIX 5/6 and Solaris 2.
8692         (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
8693         Update GNU as, GNU ld requirements.
8694         (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
8695         Document Sun Studio compiler download.
8696         Update and simplify as, ld recommendations.
8697         (Specific, *-*-solaris2.7): Note obsoletion, removal.
8698
8699 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8700
8701         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
8702         with_tune_32 to pentium4.
8703
8704 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
8705
8706         * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
8707
8708 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8709
8710         * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
8711         obsoletion, removal.
8712         Update IDO URL.
8713         Document GNU as requirement.
8714         Update configure requirements.
8715         (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
8716         Recomment IRIX 6.5.18+.
8717         Document IDF/IDL requirement.
8718         Document GNU as requirement.
8719         Document GNU ld bootstrap failure.
8720         Remove freeware.sgi.com reference.
8721
8722 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8723
8724         * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
8725         UNIX V4.0, V5.0 obsoletion, removal.
8726         Remove --with-gc=simple reference.
8727         Update VM requirements during bootstrap.
8728         Remove -oldas bootstrap description.
8729         Update binutils reference.
8730         Remove comparison failure note.
8731
8732 2010-03-31  Richard Guenther  <rguenther@suse.de>
8733             Zdenek Dvorak  <ook@ucw.cz>
8734             Sebastian Pop  <sebastian.pop@amd.com>
8735
8736         PR middle-end/43464
8737         * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
8738         with multiple arguments.
8739         (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
8740
8741 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
8742
8743         * graphite-dependences.c (print_pddr): Call print_pdr with an
8744         extra argument.
8745         * graphite-poly.c (debug_pdr): Add an extra argument for the
8746         verbosity level.
8747         (print_pdr): Same.
8748         (print_pbb_domain): Same.
8749         (print_pbb): Same.
8750         (print_scop_context): Same.
8751         (print_scop): Same.
8752         (print_cloog): Same.
8753         (debug_pbb_domain): Same.
8754         (debug_pbb): Same.
8755         (print_pdrs): Same.
8756         (debug_pdrs): Same.
8757         (debug_scop_context): Same.
8758         (debug_scop): Same.
8759         (debug_cloog): Same.
8760         (print_scop_params): Same.
8761         (debug_scop_params): Same.
8762         (print_iteration_domain): Same.
8763         (print_iteration_domains): Same.
8764         (debug_iteration_domain): Same.
8765         (debug_iteration_domains): Same.
8766         (print_scattering_function): Same.
8767         (print_scattering_functions): Same.
8768         (debug_scattering_function): Same.
8769         (debug_scattering_functions): Same.
8770         * graphite-poly.h (debug_pdr): Update declaration.
8771         (print_pdr): Same.
8772         (print_pbb_domain): Same.
8773         (print_pbb): Same.
8774         (print_scop_context): Same.
8775         (print_scop): Same.
8776         (print_cloog): Same.
8777         (debug_pbb_domain): Same.
8778         (debug_pbb): Same.
8779         (print_pdrs): Same.
8780         (debug_pdrs): Same.
8781         (debug_scop_context): Same.
8782         (debug_scop): Same.
8783         (debug_cloog): Same.
8784         (print_scop_params): Same.
8785         (debug_scop_params): Same.
8786         (print_iteration_domain): Same.
8787         (print_iteration_domains): Same.
8788         (debug_iteration_domain): Same.
8789         (debug_iteration_domains): Same.
8790         (print_scattering_function): Same.
8791         (print_scattering_functions): Same.
8792         (debug_scattering_function): Same.
8793         (debug_scattering_functions): Same.
8794
8795 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
8796
8797         * graphite-poly.c (print_scattering_function_1): New.
8798         (print_scattering_function): Call it.
8799         (print_scop_params): Remove spaces at the end of lines.
8800         (print_cloog): New.
8801         (debug_cloog): New.
8802         * graphite-poly.h (print_cloog): Declared.
8803         (debug_cloog): Declared.
8804
8805 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
8806
8807         * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
8808         in loop->header.
8809         * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
8810         * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
8811         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
8812         to switch between adding the IV bump in loop->latch or in loop->header.
8813
8814 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
8815
8816         * graphite-poly.c (print_scattering_function): Pretty print following
8817         the scoplib format.
8818         (print_pdr): Same.
8819         (print_pbb_domain): Same.
8820         (dump_gbb_cases): Same.
8821         (dump_gbb_conditions): Same.
8822         (print_pdrs): Same.
8823         (print_pbb): Same.
8824         (print_scop_params): Same.
8825         (print_scop_context): Same.
8826         (print_scop): Same.
8827         (print_pbb_body): New.
8828         (lst_indent_to): New.
8829         (print_lst): Start new lines with a #.
8830         * graphite-poly.h (pbb_bb): New.
8831         (pbb_index): Use pbb_bb.
8832         * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
8833         disjuncts.
8834         * tree-data-ref.c (dump_data_reference): Start new lines with a #.
8835
8836 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
8837
8838         * dwarf2out.c (size_of_die): For -gdwarf-4 use
8839         uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
8840         and 0 instead of 1 for dw_val_class_flag.
8841         (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
8842         dw_val_class_range_list, dw_val_class_loc_list,
8843         dw_val_class_lineptr and dw_val_class_macptr, use
8844         DW_FORM_flag_present for dw_val_class_flag and
8845         DW_FORM_exprloc for dw_val_class_loc.
8846         (output_die): For -gdwarf-4 print dw_val_class_loc
8847         size as uleb128 instead of 1 or 2 bytes and don't print
8848         anything for dw_val_class_flag.
8849
8850         * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
8851         instead of cselib_lookup following by tweaking locs->setting_insn.
8852
8853         PR bootstrap/43596
8854         * cselib.c (cselib_process_insn): Clear cselib_current_insn
8855         even before returning from label, setjmp call or volatile asm
8856         handling.
8857
8858 2010-03-31  Richard Guenther  <rguenther@suse.de>
8859
8860         PR middle-end/43600
8861         * cgraphunit.c (cgraph_output_in_order): Do not allocate
8862         temporary data on stack.
8863
8864 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8865
8866         * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
8867         (PUSHSECTION_ASM_OP): Remove.
8868         (POPSECTION_ASM_OP): Remove.
8869         (PUSHSECTION_FORMAT): Remove.
8870         * config/sol2.h (PUSHSECTION_FORMAT): Define.
8871         * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
8872         * config/sol2.c (solaris_output_init_fini): Use it.
8873
8874 2010-03-31  Jie Zhang  <jie@codesourcery.com>
8875
8876         PR 43574
8877         * opt-functions.awk (var_type_struct): Use signed char type
8878         for simple variables.
8879
8880 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8881
8882         * config/sol2.c: Include output.h.
8883         (solaris_assemble_visibility): New function.
8884         * config/t-sol2 (sol2.o): Add output.h dependency.
8885         * config/sol2-protos.h (solaris_assemble_visibility): Declare.
8886         * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
8887         Redefine.
8888
8889 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
8890
8891         PR target/43580
8892         * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
8893         V2SImode or XFmode on PRE_DEC.
8894
8895         PR debug/43557
8896         * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
8897         BLKmode.
8898
8899 2010-03-31  Jie Zhang  <jie@codesourcery.com>
8900
8901         PR 43562
8902         * reload.h (caller_save_initialized_p): Declare.
8903         * toplev.c (backend_init_target): Don't call
8904         init_caller_save but set caller_save_initialized_p to false.
8905         * caller-save.c (caller_save_initialized_p): Define.
8906         (init_caller_save): Check caller_save_initialized_p.
8907         * ira.c (ira): Call init_caller_save if flag_caller_saves.
8908
8909 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8910
8911         PR target/39048
8912         * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
8913         and soft-fp/t-softfp to tmake_file.
8914         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
8915         (LIBGCC2_TF_CEXT): Define.
8916         (TF_SIZE): Define.
8917
8918 2010-03-30  Alexandre Oliva  <aoliva@redhat.com>
8919
8920         PR debug/42977
8921         * cselib.c (n_useless_values): Document handling of debug locs.
8922         (n_useless_debug_values, n_debug_values): New variables.
8923         (new_elt_loc_list): Don't add to debug values, keep count.
8924         (promote_debug_loc): New.
8925         (cselib_reset_table): Zero new variables.
8926         (entry_and_rtx_equal_p): Promote debug locs.
8927         (discard_useless_locs): Increment n_useless_debug_values for
8928         debug values.
8929         (remove_useless_values): Adjust n_useless_values and n_debug_values
8930         with n_useless_debug_values.
8931         (add_mem_for_addr): Promote debug locs.
8932         (cselib_lookup_mem): Likewise.
8933         (cselib_lookup_addr): Renamed to...
8934         (cselib_lookup_addr_1): ... this.  Promote debug locs.  Don't call...
8935         (cselib_log_lookup): ... this.  Turn into...
8936         (cselib_lookup_addr): ... new wrapper.
8937         (cselib_lookup_from_insn): New.
8938         (cselib_invalidate_regno): Increment n_useless_debug_values for
8939         debug values.
8940         (cselib_invalidate_mem): Likewise.
8941         (cselib_process_insn): Take n_deleted and n_debug_values into
8942         account to guard remove_useless_value call.
8943         (cselib_finish): Zero n_useless_debug_values.
8944         * cselib.h (cselib_lookup_from_insn): Declare.
8945         * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
8946         (sched_analyze_2): Likewise.
8947
8948 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
8949
8950         * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
8951         functions.
8952         (adjust_mems): Replace narrowing SUBREG of expression containing
8953         just PLUS, MINUS, MULT and ASHIFT of registers and constants
8954         with operations in the narrower mode.
8955
8956         PR debug/43593
8957         * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
8958         regs_invalidated_by_call instead all call_used_reg_set registers.
8959
8960 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
8961
8962         PR middle-end/43430
8963         * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
8964         pointer comparisons with types_compatible_p.
8965         * tree-vect-stmts.c (vectorizable_call): Same.
8966         (vectorizable_condition): Same.
8967
8968 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8969
8970         * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
8971         stack check if the mask would be zero.
8972
8973 2010-03-30  Seongbae Park <seongbae.park@gmail.com>
8974             Jack Howarth <howarth@bromo.med.uc.edu>
8975
8976         * tree-profile.c (tree_init_ic_make_global_vars): Make static
8977         variables TLS.
8978
8979 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
8980
8981         PR other/25232
8982         * libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
8983         and __unordtf2.
8984         * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
8985         Include ___unordxf2 and ___unordtf2.
8986         * config/i386/libgcc-glibc.ver: Do not define inheritance from
8987         GCC_4.4.0 here.
8988
8989 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
8990
8991         * config/lm32/t-lm32: New file.
8992         * config.gcc: Use the above file when targetting lm32.
8993
8994 2010-03-28  Duncan Sands  <baldrick@free.fr>
8995
8996         * Makefile.in (PLUGIN_HEADERS): Add except.h.
8997
8998 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
8999
9000         PR middle-end/43431
9001         * tree-vect-loop.c (vect_estimate_min_profitable_iters):
9002         Improve vectorization cost model diagnostic.
9003
9004 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
9005
9006         PR middle-end/43436
9007         * tree-vect-data-refs.c (vect_analyze_data_refs): When
9008         compute_data_dependences_for_loop returns false, early exit
9009         and output an extra diagnostic for the failed data reference
9010         analysis.
9011
9012 2010-03-29  Richard Guenther  <rguenther@suse.de>
9013
9014         PR tree-optimization/43560
9015         * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
9016         (can_sm_ref_p): Treat stores to readonly locations as trapping.
9017
9018 2010-03-29  Jie Zhang  <jie@codesourcery.com>
9019
9020         PR 43564
9021         * toplev.c (process_options): Set optimization_default_node
9022         and optimization_current_node.
9023         * opts.c (decode_options): Don't set optimization_default_node
9024         and optimization_current_node.
9025
9026 2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
9027
9028         * config/rtems.h: Abandon -qrtems_debug.
9029
9030 2010-03-28  Jan Hubicka  <jh@suse.cz>
9031
9032         PR tree-optimization/43505
9033         * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
9034         map should not be copied.
9035
9036 2010-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9037
9038         PR middle-end/41674
9039         * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
9040         cdtors, set DECL_PRESERVE_P.
9041         * ipa.c (cgraph_externally_visible_p): Return true if declaration
9042         should be preseved.
9043
9044 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
9045
9046         PR tree-optimization/43528
9047         * stor-layout.c (place_field): Check that constant fits into
9048         unsigned HWI when skipping calculation of MS bitfield layout.
9049
9050 2010-03-27  Jan Hubicka  <jh@suse.cz>
9051
9052         PR middle-end/43391
9053         * varasm.c (make_decl_rtl): Deal with COMMON flag to make
9054         notice_global_symbol work.
9055
9056 2010-03-27  Jakub Jelinek  <jakub@redhat.com>
9057
9058         * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
9059         instead of dwarf2out_decl.
9060         (struct var_loc_node): Remove section_label field.
9061         (dwarf2out_function_decl): New function.
9062         (dwarf2out_var_location): Don't set section_label field.
9063         (dwarf2out_begin_function): Don't empty decl_loc_table here.
9064
9065 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
9066
9067         PR tree-optimization/43544
9068         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
9069         First argument for builtin vectorized function hook is now a
9070         tree to be able to distinguish between machine specific and
9071         standard builtins.
9072         * targhooks.c (default_builtin_vectorized_function): Ditto.
9073         * targhooks.h (default_builtin_vectorized_function): Ditto.
9074         * target.h (struct gcc_target): Ditto.
9075         * tree-vect-stmts.c (vectorizable_function): Ditto.
9076         * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
9077         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
9078         Ditto.
9079
9080 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
9081
9082         PR c/43381
9083         * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
9084         nested binding iff it is a FUNCTION_DECL.
9085         (store_parm_decls_newstyle): Pass nested=true to bind for
9086         FUNCTION_DECLs amongst parameters.
9087
9088 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
9089
9090         * var-tracking.c (vt_expand_loc_callback): Don't run
9091         cselib_expand_value_rtx_cb in dummy mode if
9092         cselib_dummy_expand_value_rtx_cb returned false.
9093
9094         * var-tracking.c (emit_note_insn_var_location): For one part
9095         notes with offset 0, don't add EXPR_LIST around the location.
9096         * dwarf2out.c (loc_descriptor, dw_loc_list_1,
9097         add_location_or_const_value_attribute): Adjust for that change.
9098
9099         PR debug/43540
9100         * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
9101         into first operand and location into second.
9102         (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
9103         dw_cfi_oprnd_loc for DW_CFA_expression.
9104         (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
9105         (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
9106         assume first argument is regnum and second argument is location.
9107
9108 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
9109
9110         PR target/42113
9111         * config/alpha/alpha.md (*cmp_sadd_si): Change mode
9112         of scratch register to DImode.  Split to DImode comparison operator.
9113         Use SImode subreg of scratch register in the multiplication.
9114         (*cmp_sadd_sidi): Ditto.
9115         (*cmp_ssub_si): Ditto.
9116         (*cmp_ssub_sidi): Ditto.
9117
9118 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
9119
9120         PR target/43524
9121         * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
9122         Remove invalid assert and wrong comment.
9123
9124 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
9125
9126         PR debug/43516
9127         * flags.h (final_insns_dump_p): New extern.
9128         * final.c (final_insns_dump_p): New variable.
9129         (rest_of_clean_state): Set it before -fdump-final-insns=
9130         dumping, clear afterwards.
9131         * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
9132         MEM_ALIAS_SET on MEMs.
9133
9134 2010-03-26  David S. Miller  <davem@davemloft.net>
9135
9136         * configure.ac: Fix sparc GOTDATA_OP bug check.
9137         * configure: Rebuild.
9138
9139 2010-03-26  Alan Modra  <amodra@gmail.com>
9140
9141         * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
9142
9143 2010-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9144
9145         * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
9146         TLS_SECTION_ASM_FLAG.
9147
9148 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
9149
9150         PR bootstrap/43511
9151         * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
9152         Clear first_function_block_is_cold.
9153
9154         PR c/43385
9155         * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
9156         argument if the argument is truth_value_p.
9157
9158 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
9159
9160         * config/rs6000/constraints.md: Update copyright year for my changes.
9161
9162         PR target/43484
9163         * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
9164         used in reg+reg addressing, swap registers.
9165
9166 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
9167
9168         PR debug/43293
9169         * target.h (struct gcc_target): Add code_end hook.
9170         * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
9171         if not yet defined.
9172         (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
9173         * toplev.c (compile_file): Call targetm.asm_out.code_end
9174         hook before unwind info/debug info output.
9175         * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
9176         * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
9177         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
9178         * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
9179         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
9180         * config/i386/i386.c (ix86_file_end): Renamed to...
9181         (ix86_code_end): ... this.  Make static.  Don't call
9182         file_end_indicate_exec_stack.  Emit unwind info using
9183         final_start_function/final_end_function.
9184         (darwin_x86_file_end): Remove.
9185         (TARGET_ASM_CODE_END): Define.
9186         * config/i386/i386.h (TARGET_ASM_FILE_END,
9187         NEED_INDICATE_EXEC_STACK): Don't define.
9188         * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
9189         (TARGET_ASM_FILE_END): Define to darwin_file_end.
9190         * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
9191         * doc/tm.texi (TARGET_ASM_CODE_END): Document.
9192
9193         PR target/43498
9194         * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
9195         at the beginning and final_end_function at the end.
9196         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
9197
9198 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9199
9200         * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
9201         and Sun as TLS syntax.
9202         (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
9203         * configure: Regenerate.
9204         * config.in: Regenerate.
9205         * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
9206         (default_elf_asm_named_section): Use it.
9207         * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
9208         (i386_output_dwarf_dtprel): Likewise.
9209         (output_addr_const_extra): Likewise.
9210         (output_pic_addr_const): Lowercase @GOTTPOFF.
9211         (output_addr_const_extra): Likewise.
9212         (output_pic_addr_const): Lowercase @GOTNTPOFF.
9213         (output_addr_const_extra): Likewise.
9214         (output_pic_addr_const): Lowercase @INDNTPOFF.
9215         (output_addr_const_extra): Likewise.
9216         (output_pic_addr_const): Lowercase @NTPOFF.
9217         (output_addr_const_extra): Likewise.
9218         (output_pic_addr_const): Lowercase @TPOFF.
9219         (output_addr_const_extra): Likewise.
9220         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
9221         (*tls_global_dynamic_64): Likewise.
9222         (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
9223         (*tls_local_dynamic_base_64): Lowercase @TLSLD.
9224
9225         * defaults.h (TLS_COMMON_ASM_OP): Provide default.
9226         (ASM_OUTPUT_TLS_COMMON): Use it.
9227         * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
9228
9229         PR target/38118
9230         * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
9231         * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
9232         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
9233         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
9234         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
9235         (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
9236
9237 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9238
9239         * config/i386/i386.c (override_options): Don't accept
9240         -mtls-dialect=sun any longer.
9241         * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
9242         * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
9243         (*tls_local_dynamic_base_32_sun): Likewise.
9244         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
9245
9246 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
9247
9248         PR debug/43508
9249         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
9250         VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
9251
9252         PR debug/43479
9253         * ira.c (adjust_cleared_regs): New function.
9254         (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
9255
9256         PR debug/19192
9257         PR debug/43479
9258         * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
9259         from gimple_block.
9260         * expr.c (expand_expr_real): Restore previous
9261         curr_insn_source_location and curr_insn_block after
9262         expand_expr_real_1 call.
9263         (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
9264         instead of expand_expr_real_1.
9265
9266 2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>
9267
9268         PR rtl-optimization/43413
9269         * ira-color.c (setup_allocno_available_regs_num): Count prohibited
9270         hard regs too.
9271
9272 2010-03-22  James E. Wilson  <wilson@codesourcery.com>
9273
9274         PR target/43348
9275         * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
9276         call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
9277
9278 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
9279
9280         * config/i386/i386.c (ix86_target_string): Add -mfma.
9281         Fix a typo in comment.
9282
9283 2010-03-22  Mike Stump  <mikestump@comcast.net>
9284
9285         PR target/23071
9286         * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
9287         Don't overly align based upon packed packed fields.
9288
9289 2010-03-22  Jason Merrill  <jason@redhat.com>
9290
9291         * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
9292         Use () rather than [], and move before the element type.
9293
9294 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9295
9296         * doc/configfiles.texi (Configuration Files): Removed
9297         fixinc/Makefile*, intl/Makefile.*.
9298         * doc/makefile.texi: Fixed markup. Abstract from version
9299         control system used.
9300         (Makefile): Removed obsolete gcc/java/parse.y example.
9301         * doc/sourcebuild.texi: Likewise.
9302         (Top Level): Added config, gnattools, libdecnumber, libgcc,
9303         libgomp, libssp.  Removed fastjar.
9304         (Miscellaneous Docs): Clarify location.
9305         Added COPYING3, COPYING3.LIB.
9306         (Front End Directory): Moved Make-lang.in entry to new subsubsection.
9307
9308 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9309
9310         PR target/38085
9311         * config/i386/i386.c (x86_function_profiler)
9312         [!NO_PROFILE_COUNTERS]: Fix typo.
9313         * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
9314         instead of callq.
9315
9316 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
9317             Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9318
9319         * doc/sourcebuild.texi (Test Directives): Split into six
9320         subsections, with most of the current text in new subsections
9321         Directives, Selectors, and Final Actions.
9322         (Directives): Split list of test directives into multiple
9323         subsubsections.
9324         (Selectors): Describe use and syntax of selectors.
9325         (Effective-Target Keywords): Describe all existing keywords.
9326         (Add Options): Describe features for dg-add-options.
9327         (Require Support): Describe variants of dg-require-support.
9328         (Final Actions): Describe commands to use in dg-final.
9329
9330 2010-03-22  Michael Matz  <matz@suse.de>
9331
9332         PR middle-end/43475
9333         * recog.c (validate_replace_rtx_group): Replace also in
9334         REG_EQUAL and REG_EQUIV notes.
9335
9336 2010-03-22  Richard Guenther  <rguenther@suse.de>
9337
9338         PR tree-optimization/43390
9339         * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
9340         sure vector extracts are type correct.
9341
9342 2010-03-22  Richard Guenther  <rguenther@suse.de>
9343
9344         PR middle-end/40106
9345         * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
9346         x * sqrt (x) even when optimizing for size if the target
9347         has native support for sqrt.
9348
9349 2010-03-22  Jakub Jelinek  <jakub@redhat.com>
9350
9351         * varasm.c (make_decl_rtl_for_debug): Also clear
9352         flag_mudflap for the duration of make_decl_rtl call.
9353
9354         PR debug/43443
9355         * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
9356         locs from preserved VALUEs.
9357
9358 2010-03-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9359
9360         PR middle-end/42718
9361         * pa.md (movmemsi): Set align to one if zero.
9362         (movmemdi): Likewise.
9363
9364 2010-03-21  Richard Earnshaw  <rearnsha@arm.com>
9365
9366         PR target/42321
9367         * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
9368         with their corresponding prologue pushes.
9369
9370 2010-03-20  Andrew Pinski  <pinskia@gmail.com>
9371
9372         PR target/43156
9373         * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
9374         at the begining or end.
9375         (spu_expand_epilogue): Likewise.
9376
9377 2010-03-20  Richard Guenther  <rguenther@suse.de>
9378
9379         PR rtl-optimization/43438
9380         * combine.c (make_extraction): Properly zero-/sign-extend an
9381         extraction of the low part of a CONST_INT.  Also handle
9382         CONST_DOUBLE.
9383
9384 2010-03-19  Mike Stump  <mikestump@comcast.net>
9385
9386         * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
9387         * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
9388         (override_options): Use SUBTARGET32_DEFAULT_CPU.
9389
9390 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
9391
9392         PR c/43211
9393         * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
9394         an error.
9395
9396 2010-03-19  Bernd Schmidt  <bernds@codesourcery.com>
9397
9398         PR rtl-optimization/42258
9399         * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
9400         use that may match DEF.
9401
9402         PR target/40697
9403         * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
9404         the cost of loading the constant rather than assuming
9405         COSTS_N_INSNS (1).
9406         * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
9407         outer code is AND, do the same tests as the andsi3 expander and
9408         return COSTS_N_INSNS (1) if and is cheap.
9409
9410         * optabs.c (avoid_expensive_constant): Fix formatting.
9411
9412 2010-03-19  Michael Matz  <matz@suse.de>
9413
9414         PR c++/43116
9415         * attribs.c (decl_attributes): When rebuilding a function pointer
9416         type use the same qualifiers as the original pointer type.
9417
9418 2010-03-19  Martin Jambor  <mjambor@suse.cz>
9419
9420         * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
9421         and is_gimple_ip_invariant_address.
9422
9423 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9424
9425         Revert
9426         2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9427
9428         * config/arm/arm.c (arm_override_options): Turn off
9429         flag_dwarf2_cfi_asm for AAPCS variants.
9430
9431 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9432
9433         PR target/43399
9434         * config/arm/arm.c (emit_multi_reg_push): Update comments.
9435         Use PRE_MODIFY instead of PRE_DEC.
9436         (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
9437         (vfp_emit_fstmd): Likewise.
9438
9439 2010-03-19  Michael Matz  <matz@suse.de>
9440
9441         PR target/43305
9442         * builtins.c (expand_builtin_interclass_mathfn,
9443         expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
9444         if that fails.
9445
9446 2010-03-19  Richard Guenther  <rguenther@suse.de>
9447
9448         PR tree-optimization/43415
9449         * tree-ssa-pre.c (phi_translate): Split out worker to ...
9450         (phi_translate_1): ... this.
9451         (phi_translate): Move all caching here.  Cache all NARY
9452         and REFERENCE translations.
9453
9454 2010-03-19  David S. Miller  <davem@davemloft.net>
9455
9456         With help from Eric Botcazou.
9457         * config/sparc/sparc.c: Include dwarf2out.h.
9458         (emit_pic_helper): Delete.
9459         (pic_helper_symbol_name): Delete.
9460         (pic_helper_emitted_p): Delete.
9461         (pic_helper_needed): New.
9462         (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
9463         (get_pc_thunk_name): New.
9464         (load_pic_register): Remove 'delay_pic_helper' arg.  Use
9465         get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
9466         Set pic_helper_needed to true.  Don't call emit_pic_helper.
9467         (sparc_expand_prologue): Update load_pic_register call.
9468         (sparc_output_mi_thunk): Likewise.
9469         (sparc_file_end): Emit a hidden comdat symbol for the PIC
9470         thunk if possible.  Output CFI information as needed.
9471
9472 2010-03-18  Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
9473             Jack Howarth <howarth@bromo.med.uc.edu>
9474
9475         PR target/36399
9476         * config/i386/i386.h: Fix ABI on darwin x86-32.
9477
9478 2010-03-18  Aldy Hernandez  <aldyh@redhat.com>
9479
9480         * tree.h: Declare make_decl_rtl_for_debug.
9481         * varasm.c (make_decl_rtl_for_debug): New.
9482         * dwarf2out.c (rtl_for_decl_location): Call it.
9483         * cfgexpand.c (expand_debug_expr): Call it.
9484
9485 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
9486
9487         PR bootstrap/43399
9488         * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
9489         mem_mode.
9490
9491         PR bootstrap/43403
9492         * var-tracking.c (vt_init_cfa_base): Do nothing if
9493         cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
9494
9495 2010-03-18  Alexandre Oliva  <aoliva@redhat.com>
9496
9497         PR debug/42873
9498         * var-tracking.c (canonicalize_vars_star): New.
9499         (dataflow_post_merge_adjust): Use it.
9500
9501 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
9502
9503         PR debug/43058
9504         * var-tracking.c (non_suitable_const): New function.
9505         (add_uses): For DEBUG_INSNs with constants, don't record any
9506         value, instead just the constant value itself.
9507         (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
9508         is not VAR_LOC_UNKNOWN_P, set var to the constant.
9509         (emit_notes_in_bb): Likewise.
9510         (emit_note_insn_var_location): For onepart variables if
9511         cur_loc is a VOIDmode constant, use DECL_MODE.
9512
9513 2010-03-18  Martin Jambor  <mjambor@suse.cz>
9514
9515         PR middle-end/42450
9516         * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
9517         * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
9518         all non-clones.  Moved call redirection...
9519         (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
9520         (cgraph_materialize_all_clones): Dispose of all
9521         combined_args_to_skip bitmaps.
9522         (verify_cgraph_node): Do not check for edges pointing to wrong
9523         nodes in inline clones.
9524         * tree-inline.c (copy_bb): Call
9525         cgraph_redirect_edge_call_stmt_to_callee.
9526         * ipa.c (cgraph_remove_unreachable_nodes): Call
9527         cgraph_node_remove_callees even when there are used clones.
9528
9529 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
9530
9531         * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
9532
9533 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
9534
9535         PR target/43383
9536         * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
9537         for 32bit.
9538
9539 2010-03-18  Michael Matz  <matz@suse.de>
9540
9541         PR middle-end/43419
9542         * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
9543         into sqrt(x) if we need to preserve signed zeros.
9544
9545 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
9546             Eric Botcazou  <ebotcazou@adacore.com>
9547
9548         PR rtl-optimization/43360
9549         * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
9550         note if we don't know its invariant status.
9551
9552 2010-03-18  Michael Matz  <matz@suse.de>
9553
9554         PR tree-optimization/43402
9555         * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
9556         PHI chains of ssa names registered for update.
9557
9558 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
9559
9560         PR target/42427
9561         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
9562         non-offsettable and pre_modify update addressing.
9563         * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
9564         and "2" alternatives "#".
9565         (*movdd_softfloat32): Make all alternatives "#";
9566         * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
9567         (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
9568         (*movdf_softfloat32): Make all alternatives "#";
9569         (movdi): Use the new DIFD mode iterator to create a common splitter
9570         for movdi, movdf and movdd patterns.
9571
9572 2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
9573
9574         * common.opt (dumpdir): Remove redundant tab.
9575
9576 2010-03-17  Martin Jambor  <mjambor@suse.cz>
9577
9578         PR tree-optimization/43347
9579         * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
9580         original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
9581
9582 2010-03-17  Bernd Schmidt  <bernd.schmidt@analog.com>
9583
9584         PR rtl-optimization/42216
9585         * regrename.c (create_new_chain): New function, broken out from...
9586         (scan_rtx_reg): ... here.  Call it.  Handle the case where we are
9587         appending a use to an empty chain.
9588         (build_def_use): Remove previous changes that convert OP_INOUT to
9589         OP_OUT operands; instead detect the case where an OP_INOUT operand
9590         uses a previously untracked register and create an empty chain for it.
9591
9592 2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9593
9594         * doc/extend.texi (Function Attributes): Rewrite unfinished
9595         sentence in ms_abi documentation.
9596
9597 2010-03-17  Alan Modra  <amodra@gmail.com>
9598
9599         * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
9600         * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
9601         (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
9602         * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
9603
9604 2010-03-16  Richard Henderson  <rth@redhat.com>
9605
9606         PR middle-end/43365
9607         * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
9608         (lower_try_finally): Save and restore eh_seq around the expansion
9609         of the try-finally.
9610
9611 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
9612
9613         * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
9614         statements before splitting block.
9615
9616 2010-03-16  Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9617
9618         * doc/sourcebuild.texi (Testsuites): Fix markup.
9619         Use pathnames relative to gcc/testsuite.
9620         (Test Directives): Move description of how timeout is determined.
9621         (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
9622         (C Tests): Correct gcc.misc-tests directory.
9623         Framework tests now live in gcc.test-framework.
9624
9625 2010-03-16  Richard Guenther  <rguenther@suse.de>
9626
9627         PR middle-end/43379
9628         * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
9629         operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
9630
9631 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
9632             Alexandre Oliva  <aoliva@redhat.com>
9633
9634         PR tree-optimization/42917
9635         * lambda-code.c (remove_iv): Skip debug statements.
9636         (lambda_loopnest_to_gcc_loopnest): Likewise.
9637         (not_interesting_stmt): Debug statements are not interesting.
9638
9639 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
9640
9641         PR debug/43051
9642         PR debug/43092
9643         * cselib.c (cselib_preserve_constants,
9644         cfa_base_preserved_val): New static variables.
9645         (preserve_only_constants): New function.
9646         (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
9647         clear its REG_VALUES.  If cselib_preserve_constants, don't
9648         empty the whole hash table, but preserve there VALUEs with constants,
9649         cfa_base_preserved_val and cfa_base_preserved_val plus constant.
9650         (cselib_preserve_cfa_base_value): New function.
9651         (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
9652         (cselib_init): Change argument to int bitfield.  Set
9653         cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
9654         is in it.
9655         (cselib_finish): Clear cselib_preserve_constants and
9656         cfa_base_preserved_val.
9657         * cselib.h (enum cselib_record_what): New enum.
9658         (cselib_init): Change argument to int.
9659         (cselib_preserve_cfa_base_value): New prototype.
9660         * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
9661         * dse.c (dse_step1): Likewise.
9662         * cfgcleanup.c (thread_jump): Likewise.
9663         * sched-deps.c (sched_analyze): Likewise.
9664         * gcse.c (local_cprop_pass): Likewise.
9665         * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
9666         If FN is non-NULL, call the callback always and whenever it returns
9667         non-NULL just return that.  Only do rtx_equal_p if FN is NULL.
9668         * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
9669         * combine.c (propagate_for_debug_subst): Add old_rtx argument,
9670         compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
9671         * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
9672         * var-tracking.c: Include recog.h.
9673         (bb_stack_adjust_offset): Remove.
9674         (vt_stack_adjustments): Don't call it, instead just gather the
9675         adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
9676         (adjust_stack_reference): Remove.
9677         (compute_cfa_pointer): New function.
9678         (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
9679         (struct adjust_mem_data): New type.
9680         (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
9681         functions.
9682         (get_address_mode): New function.
9683         (replace_expr_with_values): Use it.
9684         (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
9685         Use get_address_mode.  For cfa_base_rtx return MO_CLOBBER.
9686         (adjust_sets): Remove.
9687         (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
9688         Use get_address_mode.
9689         (get_adjusted_src): Remove.
9690         (add_stores): Don't call it.  Never reuse expr SET.  Don't add extra
9691         MO_VAL_USE for cfa_base_rtx plus constant.  Use get_address_mode.
9692         (add_with_sets): Don't call adjust_sets.
9693         (fp_setter, vt_init_cfa_base): New functions.
9694         (vt_initialize): Change return type to bool.  Move most of pool etc.
9695         initialization to the beginning of the function from end.  Pass
9696         CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
9697         If !frame_pointer_needed, call vt_stack_adjustment before mos
9698         vector is filled, call vt_init_cfa_base if argp/framep has been
9699         eliminated to sp.  If frame_pointer_needed and argp/framep has
9700         been eliminated to hard frame pointer, set
9701         hard_frame_pointer_adjustment and call vt_init_cfa_base after
9702         encountering fp setter in the prologue.  For MO_ADJUST, call
9703         log_op_type before pusing the op into mos vector, not afterwards.
9704         Call adjust_insn before cselib_process_insn/add_with_sets,
9705         call cancel_changes (0) afterwards.
9706         (variable_tracking_main_1): Adjust for vt_initialize calling
9707         vt_stack_adjustments and returning whether it succeeded or not.
9708
9709 2010-03-15  Aldy Hernandez  <aldyh@redhat.com>
9710
9711         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
9712         debug statements.
9713
9714 2010-03-15  Jakub Jelinek  <jakub@redhat.com>
9715
9716         * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
9717         has been set.
9718         (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
9719         drap_reg has not been set.
9720
9721 2010-03-15  Michael Matz  <matz@suse.de>
9722
9723         PR middle-end/43300
9724         * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
9725         use it to expand block copies.
9726         (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
9727         insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
9728         (insert_value_copy_on_edge): Use store_expr for BLKmode values.
9729
9730 2010-03-15  Richard Guenther  <rguenther@suse.de>
9731
9732         PR tree-optimization/43367
9733         * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
9734         elimination check.
9735
9736 2010-03-15  Richard Guenther  <rguenther@suse.de>
9737
9738         PR tree-optimization/43317
9739         * ipa-struct-reorg.c (create_new_general_access): Update stmt.
9740
9741 2010-03-15  Martin Jambor  <mjambor@suse.cz>
9742
9743         PR tree-optimization/43141
9744         * tree-sra.c (create_abstract_origin): New function.
9745         (modify_function): Call create_abstract_origin.
9746
9747 2010-03-15  Chris Demetriou  <cgd@google.com>
9748
9749         * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
9750         wasn't copied.
9751
9752 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9753
9754         PR middle-end/43354
9755         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
9756         call insert_out_of_ssa_copy for default definitions.
9757
9758 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9759
9760         * graphite-clast-to-gimple.c (my_long_long): Defined.
9761         (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
9762         * graphite-sese-to-poly.c (my_long_long): Defined.
9763         (scop_ivs_can_be_represented): Use it.
9764
9765 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9766
9767         * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
9768         graphite-max-bbs-per-function, and loop-block-tile-size.
9769         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
9770         with "maximum".
9771         (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
9772
9773 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9774
9775         * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
9776         forward declaration.
9777         * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
9778         (add_upper_bounds_from_estimated_nit): New.
9779         (build_loop_iteration_domains): Use it.
9780
9781 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9782
9783         * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
9784
9785 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9786
9787         PR middle-end/43306
9788         * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
9789         should be an INTEGER_CST.  Also handle CASE_CONVERT.
9790
9791 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9792
9793         * graphite.c (graphite_initialize): To bound the number of bbs per
9794         function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
9795         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
9796         * doc/invoke.texi: Document it.
9797
9798 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9799
9800         * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
9801         * graphite-sese-to-poly.h (build_poly_scop): Same.
9802
9803 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
9804
9805         * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
9806         the number of parameters in the scop.  Use as an upper bound
9807         PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
9808         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
9809         * doc/invoke.texi: Document it.
9810
9811 2010-03-13  Jerry Quinn  <jlquinn@optonline.net>
9812
9813         * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
9814         * doc/c-tree.texi: Remove.
9815         * doc/generic.texi: Merge c-tree.texi here.
9816         * doc/gccint.texi (Trees): Remove menu entry.
9817         (c-tree.texi): Remove @include.
9818         * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
9819         * doc/languages.texi (Reading RTL): Ditto.
9820
9821 2010-03-12  Steve Ellcey  <sje@cup.hp.com>
9822
9823         PR target/42869
9824         * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
9825
9826 2010-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
9827
9828         PR middle-end/42431
9829         * gcc/config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
9830         code added to work around reload clobbering CONST insns.
9831
9832 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
9833
9834         * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
9835         (cselib_preserve_definitely, cselib_clear_preserve): Remove.
9836         (cselib_preserve_only_values): Remove retain argument, don't
9837         traverse hash table with cselib_{preserve_definitely,clear_preserve}.
9838         * cselib.h (cselib_preserve_only_values): Remove retain argument.
9839         * var-tracking.c (micro_operation): Move insn field before union.
9840         Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
9841         (struct variable_tracking_info_def): Remove n_mos field, change
9842         mos into a vector of micro_operations.
9843         (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
9844         (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
9845         compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
9846         changing into a vector.
9847         (add_with_sets): Likewise.  Ensure MO_VAL_USE uops from add_stores
9848         come before all other uops generated by add_stores.
9849         (vt_add_function_parameters): Adjust for cselib_preserve_only_values
9850         argument removal.
9851         (vt_initialize): Likewise.  Adjust for VTI (bb)->mos changing into
9852         a vector.  Run just one pass over the bbs instead of separate counting
9853         and computation phase.
9854         (vt_finalize): Free VTI (bb)->mos vector instead of array.
9855
9856         PR debug/43329
9857         * tree-inline.c (remap_decls): Put old_var rather than origin_var
9858         into *nonlocalized_list vector.
9859         * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
9860         even if origin is non-NULL.
9861         (gen_variable_die): Likewise.
9862         (process_scope_var): Don't change origin.
9863         (gen_decl_die): Likewise.
9864         * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
9865         before adding new edges instead of after it, fix moving over
9866         debug stmts.
9867
9868 2010-03-11  David S. Miller  <davem@davemloft.net>
9869
9870         * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
9871         of four.
9872         * configure: Rebuild.
9873
9874 2010-03-11  Martin Jambor  <mjambor@suse.cz>
9875
9876         PR tree-optimization/43257
9877         * tree.c (assign_assembler_name_if_neeeded): New function.
9878         (free_lang_data_in_cgraph): Assembler name assignment moved to the
9879         above new function.
9880         * tree.h (assign_assembler_name_if_neeeded): Declare.
9881         * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
9882         the function if needed.
9883
9884 2010-03-11  Chris Demetriou  <cgd@google.com>
9885
9886         * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
9887         include/stdint-gcc.h, and include/stdint.h world-readable.
9888
9889 2010-03-11  Richard Guenther  <rguenther@suse.de>
9890
9891         PR tree-optimization/43255
9892         * tree-vrp.c (process_assert_insertions_for): Do not insert
9893         asserts for trivial conditions.
9894
9895 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9896
9897         PR tree-optimization/43280
9898         * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
9899         generation.  Move calculation of size out of the if branch.
9900         (find_bswap): Modify compare number generation.
9901
9902 2010-03-11  Richard Guenther  <rguenther@suse.de>
9903
9904         PR lto/43200
9905         * lto-streamer-in.c (maybe_fixup_decls): Simplify.
9906         (input_gimple_stmt): Fixup handled component types during
9907         operand read.  Also fix up decls in ADDR_EXPRs.
9908
9909 2010-03-10  Eric Botcazou  <ebotcazou@adacore.com>
9910
9911         * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
9912         * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
9913
9914 2010-03-10  Jan Hubicka  <jh@suse.cz>
9915
9916         PR c/43288
9917         * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
9918         * varasm.c (get_variable_section): Don't do that here...
9919         (make_decl_rtl): ... and here.
9920         (do_assemble_alias): Produce decl RTL.
9921         (assemble_alias): Likewise.
9922
9923 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
9924
9925         PR debug/43290
9926         * reg-notes.def (REG_CFA_SET_VDRAP): New note.
9927         * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
9928         of fde->vdrap_reg.
9929         (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
9930         (based_loc_descr): Only express drap or vdrap regno based expressions
9931         using DW_OP_fbreg when not optimizing.
9932         * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
9933         make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
9934         REG_CFA_SET_VDRAP note.
9935
9936 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
9937
9938         PR tree-optimization/43236
9939         * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
9940         error in calculation of base address in reverse iteration case.
9941         (generate_builtin): Take number of latch executions if the statement
9942         is in the latch.
9943
9944 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
9945
9946         PR middle-end/42859
9947         * tree-eh.c: Include pointer-set.h.
9948         (lower_eh_dispatch): Filter out duplicate case labels and
9949         remove the unneeded edge when the label is unused.  Return
9950         true when some edges are removed.
9951         (execute_lower_eh_dispatch): When any lowering resulted in
9952         removing an edge, also delete unreachable blocks.
9953
9954 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
9955
9956         PR bootstrap/43287
9957         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
9958         UNSPEC_MACHOPIC_OFFSET.
9959
9960 2010-03-09  Andreas Schwab  <schwab@linux-m68k.org>
9961
9962         PR target/43294
9963         * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
9964         (m68k_delegitimize_address): New function.
9965
9966 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
9967
9968         PR debug/43299
9969         * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
9970
9971         PR debug/43299
9972         * var-tracking.c (adjust_sets): New function.
9973         (count_with_sets, add_with_sets): Use it.
9974         (get_adjusted_src): New inline function.
9975         (add_stores): Use it.
9976
9977         PR debug/43304
9978         * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
9979         call cselib_dummy_expand_value_rtx_cb instead of
9980         cselib_expand_value_rtx_cb.
9981
9982         PR debug/43293
9983         * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
9984         * config/i386/i386.c: Include debug.h and dwarf2out.h.
9985         (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
9986         and .cfi_endproc around the pic thunks.
9987         (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
9988         all queued unwind info register saves are saved before the call.
9989         For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
9990         considered as sp-=4 for unwind info and the pop as sp+=4 which
9991         also clobbers dest, but doesn't actually restore it.
9992
9993         PR debug/43290
9994         * config/i386/i386.c (ix86_get_drap_rtx): Don't set
9995         RTX_FRAME_RELATED_P.
9996
9997 2010-03-09  Jie Zhang  <jie@codesourcery.com>
9998
9999         * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
10000         whitespaces in output template.
10001
10002 2010-03-09  Jie Zhang  <jie@codesourcery.com>
10003
10004         * ira-lives.c (check_and_make_def_use_conflict): Don't fall
10005         out array boundary.
10006
10007 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
10008
10009         * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
10010         builtins.exp in a separate job.
10011
10012 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10013
10014         * graphite-sese-to-poly.c (add_param_constraints): Use
10015         lower_bound_in_type and upper_bound_in_type.
10016
10017 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10018
10019         * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
10020         instead of unsigned_type_node.
10021
10022 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10023             Reza Yazdani  <reza.yazdani@amd.com>
10024
10025         PR middle-end/43065
10026         * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
10027         on pointer type parameters.
10028
10029 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
10030
10031         PR middle-end/42644
10032         PR middle-end/42130
10033         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
10034         handle conversions from pointer to integers.
10035         (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
10036         induction variable, to be able to work with code generated by CLooG.
10037         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
10038         (build_poly_scop): Bail out if we cannot codegen a loop.
10039
10040 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
10041
10042         * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
10043         code generation with gloog_error.
10044
10045 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10046
10047         * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
10048         Call fold_convert on all the returned values.
10049         (expand_scalar_variables_expr): Pass to
10050         expand_scalar_variables_ssa_name the type of the resulting expression.
10051
10052 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10053
10054         * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
10055         ppl_min_for_le_pointset.
10056         Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
10057         * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
10058
10059 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10060
10061         * graphite-dependences.c (map_into_dep_poly): Removed.
10062         (dependence_polyhedron_1): Use combine_context_id_scat.
10063
10064 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10065
10066         * graphite-poly.h (struct poly_scattering): Add layout documentation.
10067         (struct poly_bb): Same.
10068         (combine_context_id_scat): New.
10069
10070 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10071
10072         PR middle-end/42326
10073         * sese.c (name_defined_in_loop_p): Return false for default
10074         definitions.
10075
10076 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10077
10078         * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
10079         and clean up the logic.
10080
10081 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
10082
10083         * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
10084         early return.
10085
10086 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
10087
10088         * var-tracking.c (remove_cselib_value_chains): Define only for
10089         ENABLE_CHECKING.
10090         (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
10091         delete_slot_part, emit_notes_for_differences_1): Don't call
10092         remove_cselib_value_chains here.
10093         (set_slot_part, emit_notes_for_differences_2): Don't call
10094         add_cselib_value_chains here.
10095         (preserved_values): New vector.
10096         (preserve_value): New function.
10097         (add_uses, add_stores, vt_add_function_parameters): Use it
10098         instead of cselib_preserve_value.
10099         (changed_values_stack): New vector.
10100         (check_changed_vars_0): New function.
10101         (check_changed_vars_1, check_changed_vars_2): Use it.
10102         (emit_notes_for_changes): Call set_dv_changed (*, false) on all
10103         changed_values_stack VALUEs.
10104         (vt_emit_notes): For all preserved_values call
10105         add_cselib_value_chains.  If ENABLE_CHECKING call
10106         remove_cselib_value_chains before verifying value_chains is empty.
10107         Initialize and free changed_values_stack.
10108         (vt_initialize): Initialize preserved_values.
10109         (vt_finalize): Free preserved_values.
10110
10111 2010-03-08  Richard Guenther  <rguenther@suse.de>
10112
10113         PR tree-optimization/43269
10114         * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
10115         region detection.
10116
10117 2010-03-08  Martin Jambor  <mjambor@suse.cz>
10118
10119         * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
10120         (ipa_is_param_called): Removed.
10121         * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
10122         (ipa_print_node_params): Do not print the called flag.
10123         (ipa_write_node_info): Do not stream the called flag.
10124         (ipa_read_node_info): Likewise.
10125
10126 2010-03-07  Jakub Jelinek  <jakub@redhat.com>
10127
10128         PR debug/43176
10129         * Makefile.in (var-tracking.o): Depend on pointer-set.h.
10130         * cselib.c (struct expand_value_data): Add dummy field.
10131         (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
10132         dummy to false.
10133         (cselib_dummy_expand_value_rtx_cb): New function.
10134         (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
10135         any rtl.
10136         * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
10137         * var-tracking.c: Include pointer-set.h.
10138         (variable): Change n_var_parts to char from int.  Add
10139         cur_loc_changed and in_changed_variables fields.
10140         (variable_canonicalize): Remove.
10141         (shared_var_p): New inline function.
10142         (unshare_variable): Maintain cur_loc_changed and
10143         in_changed_variables fields.  If var was in changed_variables,
10144         replace it there with new_var.  Just copy cur_loc instead of
10145         resetting it to something else.
10146         (variable_union): Don't recompute cur_loc.  Use shared_var_p.
10147         (dataflow_set_union): Don't call variable_canonicalize.
10148         (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
10149         of their DEBUG_EXPR_TREE_DECLs.
10150         (canonicalize_loc_order_check): Verify that cur_loc is NULL
10151         and in_changed_variables and cur_loc_changed is false.
10152         (variable_merge_over_cur): Clear cur_loc, in_changed_variables
10153         and cur_loc_changed.  Don't update cur_loc here.
10154         (variable_merge_over_src): Don't call variable_canonicalize.
10155         (dataflow_set_preserve_mem_locs): Use shared_var_p.  When
10156         removing loc that is equal to cur_loc, clear cur_loc,
10157         set cur_loc_changed and ensure variable_was_changed is called.
10158         (dataflow_set_remove_mem_locs): Use shared_var_p.  Only
10159         compare pointers in cur_loc check, if it is equal to loc,
10160         clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
10161         (variable_different_p): Remove compare_current_location argument,
10162         don't compare cur_loc.
10163         (dataflow_set_different_1): Adjust variable_different_p caller.
10164         (variable_was_changed): If dv had some var in changed_variables
10165         already, reset in_changed_variables flag for it and propagate
10166         cur_loc_changed over to the new variable.  On empty var
10167         always set cur_loc_changed.  Set in_changed_variables on whatever
10168         var is added to changed_variables.
10169         (set_slot_part): Clear cur_loc_changed and in_changed_variables.
10170         Use shared_var_p.  When removing loc that is equal to cur_loc,
10171         clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
10172         end, don't set it to something else, just call variable_was_changed.
10173         (delete_slot_part): Use shared_var_p.  When cur_loc equals to
10174         loc being removed, clear cur_loc and set cur_loc_changed.
10175         Set cur_loc_changed if all locations have been removed.
10176         (struct expand_loc_callback_data): New type.
10177         (vt_expand_loc_callback): Add dummy mode in which no rtxes are
10178         allocated.  Always create SUBREGs if simplify_subreg failed.
10179         Prefer to use cur_loc, when that fails and still in
10180         changed_variables (and seen first time) recompute it.  Set
10181         cur_loc_changed of variables which had to change cur_loc and
10182         compute elcd->cur_loc_changed if any of the subexpressions used
10183         had to change cur_loc.
10184         (vt_expand_loc): Adjust to pass arguments in
10185         expand_loc_callback_data structure.
10186         (vt_expand_loc_dummy): New function.
10187         (emitted_notes): New variable.
10188         (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
10189         that weren't used for any other decl in current
10190         emit_notes_for_changes call call vt_expand_loc_dummy to update
10191         cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
10192         first loc_chain location if NULL before.  Always use just
10193         cur_loc instead of first loc_chain location.  When cur_loc_changed
10194         is false, when not --enable-checking=rtl just don't emit any note.
10195         When rtl checking, compute the note and assert it is the same
10196         as previous note.  Clear cur_loc_changed and in_changed_variables
10197         at the end before removing from changed_variables.
10198         (check_changed_vars_3): New function.
10199         (emit_notes_for_changes): Traverse changed_vars to call
10200         check_changed_vars_3 on each changed var.
10201         (emit_notes_for_differences_1): Clear cur_loc_changed and
10202         in_changed_variables.  Recompute cur_loc of new_var.
10203         (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
10204         (vt_emit_notes): Initialize and destroy emitted_notes.
10205
10206 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>
10207
10208         PR rtl-optimization/42220
10209         * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
10210         Use verify_reg_tracked to determine if we should use OP_OUT rather
10211         than OP_INOUT.
10212         (build_def_use): If we see an in-out operand for a register that we
10213         know nothing about, treat is an output if possible, fail the block if
10214         not.
10215
10216 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
10217
10218         PR debug/42897
10219         * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
10220         permanently.
10221
10222 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
10223
10224         PR debug/42897
10225         * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
10226         uses of relevant DEFs that are dead outside the loop too.
10227
10228 2010-03-06  Alexandre Oliva <aoliva@redhat.com>
10229
10230         * var-tracking.c (dataflow_set_merge): Swap src and src2.
10231         Reverted:
10232         2010-01-13  Jakub Jelinek  <jakub@redhat.com>
10233         PR debug/41371
10234         * var-tracking.c (values_to_unmark): New variable.
10235         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
10236         values_to_unmark vector.  Moved body to...
10237         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
10238         instead queue it into values_to_unmark vector.
10239         (vt_find_locations): Free values_to_unmark vector.
10240
10241 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
10242
10243         * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
10244         (site.exp): Export them when plugins are enabled.
10245
10246 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
10247
10248         PR middle-end/42326
10249         * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
10250         that contain scevs.
10251         (chrec_fold_multiply): Same.
10252
10253 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
10254
10255         PR c/43248
10256         * c-decl.c (build_compound_literal): Return early if init is
10257         an error_mark_node.
10258
10259 2010-03-04  Martin Jambor  <mjambor@suse.cz>
10260
10261         PR tree-optimization/43164
10262         PR tree-optimization/43191
10263         * tree-sra.c (type_consists_of_records_p): Reject records with
10264         zero-size bit-fields at the end.
10265
10266 2010-03-04  Mike Stump  <mikestump@comcast.net>
10267
10268         * Makefile.in (TAGS): Remove *.y.
10269
10270 2010-03-04  Richard Guenther  <rguenther@suse.de>
10271
10272         PR tree-optimization/40761
10273         * tree-ssa-pre.c (compute_antic): Walk reverse postorder
10274         in reverse order.
10275         (my_rev_post_order_compute): New function.
10276         (init_pre): Call it.
10277
10278 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
10279
10280         PR middle-end/43209
10281         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
10282         decrease the cost of an IV candidate when the cost is infinite.
10283
10284 2010-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10285
10286         * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
10287         Use '3DNow!' for the extension of that name, ensure normal space
10288         after the string.
10289         * doc/invoke.texi (i386 and x86-64 Options): Likewise.
10290
10291 2010-03-03  Jeff Law  <law@redhat.com>
10292
10293         * PR middle-end/32693
10294         * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
10295         than gen_rtx_SUBREG.
10296         (extract_bit_field_1): Likewise.
10297
10298 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
10299
10300         * doc/sourcebuild.texi (Test directives): Document that arguments
10301         include-opts and exclude-opts are now optional for dg-skip-if,
10302         dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
10303
10304 2010-03-03  Jason Merrill  <jason@redhat.com>
10305
10306         PR c++/12909
10307         * cgraph.h (varpool_node): Add extra_name field.
10308         * varpool.c (varpool_extra_name_alias): New.
10309         (varpool_assemble_decl): Emit extra name aliases.
10310         (varpool_mark_needed_node): Look past an extra name alias.
10311         * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
10312         * lto-streamer-in.c (lto_input_tree): Read it.
10313         * lto-streamer-out.c (output_unreferenced_globals): Write it.
10314
10315 2010-03-03  Eric Botcazou  <ebotcazou@adacore.com>
10316
10317         * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
10318         (sparc*-*-solaris2*): ...this.
10319
10320 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
10321
10322         PR debug/43229
10323         * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
10324         WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
10325         ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
10326         FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
10327
10328         PR debug/43237
10329         * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
10330         fallthrough to default handling, just with want_address 0 instead of 2.
10331         For single element lists, add_AT_loc directly, otherwise create an
10332         artificial variable DIE and stick location list to it.
10333
10334         PR debug/43177
10335         * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
10336         (VAL_EXPR_HAS_REVERSE): Define.
10337         (reverse_op): New function.
10338         (add_stores): For reversible operations add an extra MO_VAL_USE.
10339
10340 2010-03-02  Jason Merrill  <jason@redhat.com>
10341
10342         * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
10343
10344 2010-03-02  Eric Botcazou  <ebotcazou@adacore.com>
10345
10346         * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
10347         (sparc64-*-linux*): Likewise.
10348         (sparc64-*-solaris2*): Include assembler files before linker ones.
10349         (sparc-*-solaris2*): Simplify and reorder to match previous case.
10350         * config/sparc/gas.h: Delete.
10351         * config/sparc/sol2-64.h: Add copyright notice.
10352         * config/sparc/sol2-gas-bi.h: Likewise.
10353         * config/sparc/sol2-gld.h: Likewise.
10354         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
10355         * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
10356         * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
10357         * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
10358         (sparc_elf_asm_named_section): Rename into...
10359         (sparc_solaris_elf_asm_named_section): ...this.  Always define.
10360
10361 2010-03-02  Uros Bizjak  <ubizjak@gmail.com>
10362
10363         * config/alpha/alpha.c (override_options): Fix -mtune error message.
10364
10365 2010-03-02  Jeff Law  <law@redhat.com>
10366
10367         PR middle-end/42431
10368         * reload1.c (rtx_p, substitute_stack): Declare.
10369         (substitute): Record addresses of changed rtxs.
10370         (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
10371         Restore the original rtx when complete.
10372         (reload): Free subsitute_stack when complete.
10373
10374 2010-03-02  Janis Johnson  <janis187@us.ibm.com>
10375
10376         * doc/gccint.texi (menu): Add Testsuites as a chapter.
10377         * doc/sourcebuild.texi (Testsuites): Move up a level to be a
10378         new chapter.
10379         (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
10380         LTO Testing, gcov Testing, profopt Testing, compat Testing,
10381         Torture Tests): Change from subsection to section.
10382
10383 2010-03-02  Jakub Jelinek  <jakub@redhat.com>
10384             Steven Bosscher  <steven@gcc.gnu.org>
10385
10386         * var-tracking.c (vt_initialize): Scan insns in ebb chunks
10387         instead of bb.
10388
10389 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
10390
10391         PR middle-end/42640
10392         * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
10393         the assignment from the new induction variable to the assignment
10394         of the value from the original loop PHI function.
10395
10396 2010-03-01  Janis Johnson  <janis187@us.ibm.com>
10397             Daniel Jacobowitz  <dan@codesourcery.com>
10398
10399         * doc/sourcebuild.texi (Test directives): Clarify options to
10400         dg-skip-if.
10401
10402 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10403
10404         * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
10405         Disable cfi directives unless GCC and gas agree on using read-only
10406         .eh_frame sections for 64-bit.
10407         * configure: Regenerate.
10408
10409 2010-03-01  Richard Guenther  <rguenther@suse.de>
10410
10411         PR tree-optimization/43220
10412         * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
10413         BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
10414
10415 2010-03-01  Richard Guenther  <rguenther@suse.de>
10416             Martin Jambor  <mjambor@suse.cz>
10417
10418         PR middle-end/41250
10419         * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
10420         gimplified parameters.
10421
10422 2010-03-01  Christian Bruel  <christian.bruel@st.com>
10423
10424         * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
10425
10426 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
10427
10428         * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
10429
10430 2010-03-01  Richard Guenther  <rguenther@suse.de>
10431
10432         PR middle-end/43213
10433         * expr.c (expand_assignment): Use the alias-oracle to tell
10434         if the rhs aliases the result decl.
10435
10436 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10437
10438         PR pch/14940
10439         * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
10440         to sol_gt_pch_get_address.
10441         (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
10442         64-bit, SPARC and x86.
10443         (sol_gt_pch_get_address): New function.
10444
10445 2010-03-01  Marco Poletti  <poletti.marco@gmail.com>
10446
10447         * toplev.h (inform_n, error_n): Declare.
10448         * diagnostic.c (inform_n, error_n): New function.
10449
10450 2010-03-01  Jakub Jelinek  <jakub@redhat.com>
10451
10452         * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
10453         has no rtl yet when processing local_decls, queue it and recheck
10454         if deferred stack allocation hasn't assigned it rtl.
10455
10456 2010-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
10457
10458         * config/sh/sh.c (unspec_bbr_uid): New.
10459         (gen_block_redirect): Use it instead of INSN_UID.
10460         (gen_far_branch): Likewise.
10461
10462 2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
10463
10464         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
10465         it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
10466
10467 2010-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10468
10469         * doc/invoke.texi (Warning Options, RX Options): Fix typos.
10470         (Warning Options): -Wno-conversion-null is valid for
10471         Objective-C++ as well.
10472         * doc/tm.texi (Named Address Spaces): Likewise.
10473         * doc/plugins.texi (Plugins): Replace TABs with spaces.
10474         * doc/tree-ssa.texi (Tree SSA): Likewise.
10475
10476 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
10477
10478         PR bootstrap/43202
10479         * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
10480         by default.  Don't set the default arch for
10481         i[34567]86-*-darwin*|x86_64-*-darwin*.
10482
10483 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
10484
10485         PR bootstrap/43202
10486         * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
10487         default.  Set the default 32bit/64bit archs with $with_arch
10488         instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
10489
10490 2010-02-27  Richard Guenther  <rguenther@suse.de>
10491
10492         PR tree-optimization/43186
10493         * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
10494         * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
10495         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
10496         unroller iterations.
10497
10498 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
10499
10500         * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
10501         required and i[34567]86-*-* targets don't support 64bit ISA.
10502
10503 2010-02-26  Eric Botcazou  <ebotcazou@adacore.com>
10504
10505         PR ada/43096
10506         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
10507         the same alias set.
10508
10509 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
10510
10511         * config.gcc: Set the default arch at least to Prescott for
10512         i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
10513         if SSE math is enabled.
10514
10515 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10516
10517         * diagnostic.c (diagnostic_initialize): Update.
10518         (diagnostic_report_diagnostic): Test inhibit_notes_p for
10519         informative notes.
10520         * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
10521         (diagnostic_inhibit_notes): New.
10522         * toplev.c (process_options): inhibit notes with -fcompare-debug.
10523
10524 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10525
10526         PR c/20631
10527         * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
10528         * doc/standards.texi: Likewise.
10529         * doc/extend.texi: Likewise.
10530         * doc/trouble.texi: Likewise.
10531         * doc/cppopts.texi: Likewise.
10532         * doc/install.texi: Likewise.
10533         * c.opt (std=c90,std=gnu90): New options.
10534         * c-opts.c (c_common_handle_option): Handle them.
10535
10536 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10537
10538         PR c/24577
10539         * c-decl.c (undeclared_variable): Use an informative note.
10540
10541 2010-02-26  Richard Guenther  <rguenther@suse.de>
10542
10543         PR tree-optimization/43186
10544         * gimple.h (gimple_fold): Remove.
10545         * gimple.c (gimple_fold): Remove.  Inline into single user ...
10546         * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
10547         Try harder for conditions.
10548
10549 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
10550
10551         PR debug/43190
10552         * function.c (used_types_insert): Don't skip through named pointer
10553         types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
10554         and it is different from the main variant's type.
10555
10556 2010-02-26  Nick Clifton  <nickc@redhat.com>
10557
10558         * config/rx/rx.md (sminsi3): Remove bogus alternative.
10559
10560 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
10561
10562         * config.gcc: Support --with-fpmath=sse for x86.
10563
10564         * config/i386/ssemath.h: New.
10565
10566         * doc/install.texi (--with-fpmath=sse): Documented.
10567
10568 2010-02-26  Richard Guenther  <rguenther@suse.de>
10569
10570         PR tree-optimization/43188
10571         * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
10572         vector types of over-aligned element type.
10573
10574 2010-02-26  Uros Bizjak  <ubizjak@gmail.com>
10575
10576         PR target/43175
10577         * config/i386/i386.c (expand_vec_perm_blend): Use correct
10578         operands in V8HImode subregs.  Fix operand order in VEC_MERGE rtx.
10579
10580 2010-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10581
10582         * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
10583
10584 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
10585
10586         * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
10587         * var-tracking.c: Include diagnostic.h.
10588         (debug_dv): New function.
10589         (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
10590
10591         PR debug/43160
10592         * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
10593         (add_value_chain, add_value_chains, remove_value_chain,
10594         remove_value_chains): Handle DEBUG_EXPRs.
10595         (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
10596
10597         PR debug/43161
10598         * regcprop.c (struct queued_debug_insn_change): New type.
10599         (struct value_data_entry): Add debug_insn_changes field.
10600         (struct value_data): Add n_debug_insn_changes field.
10601         (debug_insn_changes_pool): New variable.
10602         (free_debug_insn_changes, apply_debug_insn_changes,
10603         cprop_find_used_regs_1, cprop_find_used_regs): New functions.
10604         (kill_value_one_regno): Call free_debug_insn_changes if needed.
10605         (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
10606         fields.
10607         (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
10608         changes for them.
10609         (copyprop_hardreg_forward_1): Don't call apply_change_group for
10610         DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
10611         changes, call cprop_find_used_regs via note_stores.
10612         (copyprop_hardreg_forward): When copying vd from predecessor
10613         which has any queued DEBUG_INSN changes, make sure the pointers are
10614         cleared.  At the end call df_analyze and then if there are any
10615         DEBUG_INSN changes queued at the end of some basic block for still
10616         live registers, apply them.
10617         (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
10618
10619 2010-02-25  Uros Bizjak  <ubizjak@gmail.com>
10620
10621         * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
10622         (arm*-*-*): Ditto.
10623
10624 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
10625
10626         * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
10627         targets.  Set the default with_cpu/with_arch from arch/cpu.
10628         Allow x86-64 and native for with_cpu/with_arch.
10629
10630 2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>
10631
10632         * ebitmap.c: Change calls to verify_popcount with calls to
10633         sbitmap_verify_popcount.
10634         (ebitmap_clear_bit): Fixed map->cacheindex test and
10635         map>cache update when bit clearing results in an empty
10636         element.
10637
10638 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
10639
10640         PR target/43154
10641         * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
10642         (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
10643         and support both V2DF and V2DI modes.
10644         (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
10645         support both V2DF and V2DI modes.
10646         (general): Delete trailing whitespace from a few patterns.
10647
10648         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
10649         V2DF/V2DI interleave high/low builtins.
10650
10651         * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
10652         new VSX builtins.
10653
10654         * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
10655         interleave high/low functions.
10656
10657 2010-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
10658
10659         * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
10660         #pragma extern_prefix.
10661
10662 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
10663
10664         PR debug/43166
10665         * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
10666         BLKmode, assert op0 is a MEM and just adjust its mode.
10667
10668         PR debug/43165
10669         * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
10670         if bitpos isn't multiple of mode's bitsize.
10671
10672 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10673
10674         * c.opt (-ftemplate-depth=): New.
10675         (-ftemplate-depth-): Deprecate.
10676         * optc-gen.awk: Handle -ftemplate-depth=.
10677         * opth-gen.awk: Likewise.
10678         * c-opts.c (c_common_handle_option): Likewise.
10679         * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
10680
10681 2010-02-24  Jason Merrill  <jason@redhat.com>
10682
10683         * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
10684
10685 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10686
10687         * cfg.c (alloc_aux_for_block): Remove inline.
10688         (alloc_aux_for_edge): Likewise.
10689
10690 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10691
10692         * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
10693
10694 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10695
10696         * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
10697         * config/i386/sol2-gas.h: New file.
10698         * config.gcc (i[34567]86-*-solaris2*): Use it.
10699
10700 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10701
10702         PR c/43128
10703         * c-typeck.c (ep_convert_and_check): New.
10704         (build_conditional_expr): Use it.
10705         (build_binary_op): Likewise.
10706
10707 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
10708
10709         * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
10710
10711         PR debug/43150
10712         * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
10713         bounds even for -O+.
10714         * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
10715         expr needs to have DECL_NAME set.
10716
10717 2010-02-24  Nick Clifton  <nickc@redhat.com>
10718
10719         * config/mep/mep.c: Include gimple.h.
10720         (mep_function_uses_sp): Delete unused function.
10721         (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
10722         parameters.  Use unsigned integers to count args.  Return a
10723         NULL_RTX instead of an error_mark_node.  Toidy up formatting.
10724
10725 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
10726
10727         PR target/43107
10728         * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
10729         greater or equal to nelt instead of 2 * nelt.
10730         (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
10731         with nelt - 1.
10732
10733 2010-02-23  Jason Merrill  <jason@redhat.com>
10734
10735         PR debug/42800
10736         * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
10737         in cfun->local_decls even if they have register types.
10738
10739         PR c++/42837
10740         * stor-layout.c (place_field): Don't warn about unnecessary
10741         DECL_PACKED if the type is packed.
10742
10743 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
10744
10745         PR target/43139
10746         * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
10747         GOTOFF relocs, even when the base reg isn't pic pointer.
10748
10749 2010-02-23  Michael Matz  <matz@suse.de>
10750
10751         PR debug/43077
10752         * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
10753         (expand_gimple_basic_block): Generate and use debug temps if there
10754         are debug uses left after the last real use of TERed ssa names.
10755         Unlink debug immediate uses when they are expanded.
10756
10757 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10758
10759         PR 43123
10760         * config/i386/i386.c (override_options): Reorganise to provide
10761         better error messages.
10762
10763 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
10764
10765         PR middle-end/43083
10766         * graphite-scop-detection.c (create_single_exit_edge): Move
10767         the call to find_single_exit_edge to....
10768         (create_sese_edges): ...here.  Don't handle multiple edges
10769         exiting the function.
10770         (build_graphite_scops): Don't handle multiple edges
10771         exiting the function.
10772
10773 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
10774
10775         PR middle-end/43097
10776         * sese.c (get_rename): Assert that old_name is an SSA_NAME.
10777         (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
10778
10779 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
10780
10781         PR middle-end/43026
10782         * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
10783
10784 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10785
10786         PR c++/43126
10787         * c-typeck.c (convert_arguments): Print declaration location.
10788         * c-common.c (validate_nargs): Rename as
10789         builtin_function_validate_nargs.
10790         (check_builtin_function_arguments): Update.
10791
10792 2010-02-22  Richard Guenther  <rguenther@suse.de>
10793
10794         PR lto/43045
10795         * tree-inline.c (declare_return_variable): Use the type of
10796         the call stmt lhs if available.
10797
10798 2010-02-22  Duncan Sands  <baldrick@free.fr>
10799
10800         * passes.c (register_pass): Always consider all pass lists when
10801         ref_pass_instance_number is zero.
10802
10803 2010-02-22  Richard Guenther  <rguenther@suse.de>
10804
10805         PR tree-optimization/42749
10806         * tree-tailcall.c (adjust_return_value_with_ops): Drop update
10807         parameter.  Do arithmetic in the original type.
10808         (update_accumulator_with_ops): Likewise.
10809         (adjust_accumulator_values): Adjust.
10810
10811 2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10812
10813         * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
10814         (QI to BLKmode splitter): New splitter.
10815
10816 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
10817
10818         * config/i386/i386.c (initial_ix86_tune_features): Turn on
10819         X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
10820
10821 2010-02-22  Richard Guenther  <rguenther@suse.de>
10822
10823         * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
10824
10825 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
10826
10827         Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
10828         * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
10829         ($(T)crti.o, $(T)crtn.o): Remove rules.
10830
10831 2010-02-21  Tobias Burnus  <burnus@net-b.de>
10832
10833         PR fortran/35259
10834         * doc/invoke.texi (-fassociative-math): Document that this
10835         option is automatically enabled for Fortran.
10836
10837 2010-02-20  David S. Miller  <davem@davemloft.net>
10838
10839         * configure.ac: Test if linker and assembler properly support
10840         GOTDATA_OP relocations.
10841         * configure: Rebuild.
10842         * config.in: Likewise.
10843         * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
10844         (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
10845         (movsi_high_pic): Likewise.
10846         (movdi_lo_sum_pic): Likewise.
10847         (movdi_high_pic): Likewise.
10848         (movsi_pic_gotdata_op): New pattern.
10849         (movdi_pic_gotdata_op): Likewise.
10850         * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
10851         emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
10852
10853 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
10854
10855         PR target/43067
10856         * config/i386/sse.md (xop_mulv2div2di3_low): Change type
10857         attribute to ssemul.
10858         (xop_mulv2div2di3_high): Ditto.
10859
10860 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10861
10862         PR c++/35669
10863         * c.opt (Wconversion-null): New option.
10864         * doc/invoke.texi (Wconversion-null): Document.
10865
10866 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10867
10868         * common.opt (Wlarger-than-): Add Undocumented.
10869
10870 2010-02-19  Mike Stump  <mikestump@comcast.net>
10871
10872         * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
10873
10874 2010-02-19  Jason Merrill  <jason@redhat.com>
10875
10876         PR target/40332
10877         * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
10878         * configure: Likewise.
10879
10880 2010-02-20  Alan Modra  <amodra@gmail.com>
10881
10882         PR middle-end/42344
10883         * cgraph.h (cgraph_make_decl_local): Declare.
10884         * cgraph.c (cgraph_make_decl_local): New function.
10885         (cgraph_make_node_local): Use it.
10886         * cgraphunit.c (cgraph_function_versioning): Likewise.
10887         * ipa.c (function_and_variable_visibility): Likewise.
10888
10889 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
10890
10891         PR bootstrap/43121
10892         * except.c (sjlj_emit_function_enter): Don't call
10893         add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
10894         directly.
10895         * rtl.h (add_reg_br_prob_note): Remove prototype.
10896
10897 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10898
10899         PR 41779
10900         * c-common.c (conversion_warning): Remove widening conversions
10901         before checking the conversion of integers to reals.
10902
10903 2010-02-19  Mike Stump  <mikestump@comcast.net>
10904
10905         PR middle-end/43125
10906         * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
10907
10908         PR objc/43061
10909         * cgraphunit.c (process_function_and_variable_attributes): Check
10910         DECL_PRESERVE_P instead of looking up attribute "used".
10911         * ipa-pure-const.c (check_decl): Likewise.
10912         * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
10913         * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
10914         * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
10915         instead of attribute "used".
10916         * config/sol2-c.c (solaris_pragma_init): Likewise.
10917         (solaris_pragma_fini): Likewise.
10918
10919 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
10920
10921         * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
10922         Use XCNEW instead of xcalloc.
10923         (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
10924         XNEW instead of xmalloc.
10925         (get_fields): Use XNEWVEC instead of xmalloc.
10926
10927         PR debug/43084
10928         * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
10929         populate vars array.
10930         (create_new_general_access): For debug stmts just reset value.
10931         (get_stmt_accesses): For accesses within debug stmts just record them
10932         using add_access_to_acc_sites instead of preventing the peeling or
10933         counting them as accesses.
10934
10935         PR middle-end/42233
10936         * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
10937
10938 2010-02-19  Richard Guenther  <rguenther@suse.de>
10939
10940         PR tree-optimization/42916
10941         * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
10942         instructions.
10943
10944 2010-02-19  Andreas Schwab  <schwab@linux-m68k.org>
10945
10946         * configure.ac: Replace all uses of changequote in macro arguments
10947         with proper quoting.
10948
10949 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
10950
10951         PR middle-end/42233
10952         * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
10953
10954 2010-02-19  Richard Guenther  <rguenther@suse.de>
10955
10956         PR tree-optimization/42944
10957         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
10958         test for aliasing with errno.
10959
10960 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
10961
10962         PR middle-end/42233
10963         * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
10964         do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
10965         * dojump.c: Include output.h.
10966         (inv): New inline function.
10967         (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
10968         do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
10969         do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
10970         do_jump_by_parts_equality, do_compare_and_jump): Add PROB
10971         argument, pass it down to other calls.
10972         (do_compare_rtx_and_jump): Likewise.  If PROB is not -1,
10973         add REG_BR_PROB note to the conditional jump.
10974         * cfgexpand.c (add_reg_br_prob_note): Removed.
10975         (expand_gimple_cond): Don't call it, add the probability
10976         as last argument to jumpif_1/jumpifnot_1.
10977         * Makefile.in (dojump.o): Depend on output.h.
10978         * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
10979         callers.
10980         * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
10981         * stmt.c (do_jump_if_equal): Likewise.
10982         * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
10983         * loop-unswitch.c (compare_and_jump_seq): Likewise.
10984         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
10985         Likewise.
10986         * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
10987         * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
10988         jumpifnot_1 callers.
10989         (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
10990         callers.
10991         (store_expr): Adjust jumpifnot caller.
10992         (store_constructor): Adjust jumpif caller.
10993
10994         PR middle-end/42233
10995         * gimplify.c (gimple_boolify): For __builtin_expect call
10996         gimple_boolify also on its first argument.
10997
10998 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
10999
11000         * configure.ac (gnu-unique-object): Wrap regexps using [] in
11001         changequote block.
11002         (__stack_chk_fail): Ditto.  Remove quadrigraphs.
11003         * configure: Regenerated.
11004
11005 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11006
11007         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
11008         lang_hooks.types_compatible_p instead of comptypes.
11009
11010 2010-02-18  Sebastian Huber <sebastian.huber@embedded-brains.de>
11011
11012         * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
11013         (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
11014         if __prefer_thumb__ is defined.
11015
11016 2010-02-18  Martin Jambor  <mjambor@suse.cz>
11017
11018         PR tree-optimization/43066
11019         * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
11020         array with zero-sized element type.
11021
11022 2010-02-18  Jakub Jelinek  <jakub@redhat.com>
11023
11024         * dwarf2out.c (add_var_loc_to_decl): Change last argument to
11025         rtx, allocate struct var_loc_node here and return it to the
11026         caller, and only if it is actually needed.
11027         (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
11028         move it earlier and return immediately if it returns NULL.
11029
11030 2010-02-17  Mikael Pettersson  <mikpe@it.uu.se>
11031
11032         * config/sparc/gas.h: New file.  Restore
11033         TARGET_ASM_NAMED_SECTION to its ELF default.
11034         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
11035         check !HAVE_GNU_AS.
11036         * config/sparc/sparc.c (sparc_elf_asm_named_section):
11037         Likewise.  Add ATTRIBUTE_UNUSED to prototype.
11038         * config.gcc (sparc*-*-linux*): Include sparc/gas.h
11039         after sparc/sysv4.h.
11040
11041 2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
11042
11043         * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
11044
11045 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
11046
11047         * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
11048         patterns from predicated pattern.
11049
11050 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
11051
11052         PR target/43103
11053         * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
11054         for insn mnemonic suffix.
11055
11056 2010-02-17  Richard Guenther  <rguenther@suse.de>
11057
11058         * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
11059         to loop PHI nodes.
11060
11061 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
11062
11063         PR debug/42918
11064         * caller-save.c (save_call_clobbered_regs): If BB ends with
11065         a DEBUG_INSN, move any notes in between last real insn and the last
11066         DEBUG_INSN after the last DEBUG_INSN.
11067
11068 2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
11069
11070         * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
11071         Fix return type.  Fix argument type.  Explain meaning of return value.
11072
11073 2010-02-16  Richard Guenther  <rguenther@suse.de>
11074
11075         PR tree-optimization/41043
11076         * tree-vrp.c  (vrp_var_may_overflow): Only ask SCEV for real loops.
11077         (vrp_visit_assignment_or_call): Do not ask SCEV for regular
11078         statements ...
11079         (vrp_visit_phi_node): ... but only for loop PHI nodes.
11080
11081 2010-02-16  Ira Rosen  <irar@il.ibm.com>
11082
11083         PR tree-optimization/43074
11084         * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
11085         * tree-vect-loop.c (vect_analyze_loop_operations): Add
11086         vectorizable cycles in hybrid SLP check.
11087         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
11088
11089 2010-02-16  Richard Guenther  <rguenther@suse.de>
11090
11091         * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
11092         (true_dependence): If memrefs_conflict_p computes must-alias
11093         trust it.  Move TBAA check after offset-based disambiguation.
11094         (canon_true_dependence): Likewise.
11095
11096 2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
11097
11098         * params.def (PARAM_MAX_VARTRACK_SIZE): New.
11099         * doc/invoke.texi: Document it.
11100         * var-tracking.c: Include toplev.h and params.h.
11101         (vt_find_locations): Return bool indicating success.  Compute
11102         hash sizes unconditionally.  Check new parameter, report.
11103         (variable_tracking_main_1): Check vt_find_locations results and
11104         retry.  Renamed from...
11105         (variable_tracking_main): ... this.  New wrapper to preserve
11106         flag_var_tracking_assignments.
11107         * Makefile.in (var-tracking.o): Adjust dependencies.
11108
11109 2010-02-16  Jack Howarth <howarth@bromo.med.uc.edu>
11110             Jakub Jelinek <jakub@redhat.com>
11111
11112         PR target/42854
11113         * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
11114         if weak_import attribute is present.
11115         * config/darwin.c (machopic_select_section): Likewise.
11116
11117 2010-02-15  Joern Rennecke  <joern.rennecke@embecosm.com>
11118
11119         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
11120         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
11121         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
11122         (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
11123
11124         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
11125         types.
11126
11127         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
11128         Fix argument types.
11129
11130         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
11131         Rewrite text to refer to the names.
11132
11133 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
11134
11135         * config/i386/i386-builtin-types.def
11136         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
11137         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
11138         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
11139         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
11140         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
11141         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
11142         IX86_BUILTIN_VPERMIL2PS256.
11143         (MULTI_ARG_4_DF2_DI_I): Defined.
11144         (MULTI_ARG_4_DF2_DI_I1): Defined.
11145         (MULTI_ARG_4_SF2_SI_I): Defined.
11146         (MULTI_ARG_4_SF2_SI_I1): Defined.
11147         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
11148         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
11149         __builtin_ia32_vpermil2ps256.
11150         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
11151         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
11152         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
11153         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
11154         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
11155         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
11156         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
11157         CODE_FOR_xop_vpermil2v8sf3.
11158         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
11159         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
11160         * config/i386/xopintrin.h (_mm_permute2_pd): New.
11161         (_mm256_permute2_pd): New.
11162         (_mm_permute2_ps): New.
11163         (_mm256_permute2_ps): New.
11164
11165 2010-02-15  Nick Clifton  <nickc@redhat.com>
11166
11167         * config/h8300/h8300.c (h8300_push_pop): Use bool type for
11168         boolean parameters.  Use emit_jump_insn when emitting a pop
11169         instruction containing a return insn.
11170         (push): Use 'true' rather than '1' as second parameter to F.
11171         (h8300_expand_prologue): Likewise.
11172         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
11173         (h8300_expand_epilogue): Likewise.
11174
11175 2010-02-15  Richard Guenther  <rguenther@suse.de>
11176
11177         PR middle-end/43068
11178         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
11179         if that is zero.
11180
11181 2010-02-15  Nick Clifton  <nickc@redhat.com>
11182
11183         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
11184         delta.
11185
11186 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
11187
11188         * intl.c (fake_ngettext): New function.
11189         * intl.h (fake_ngettext): Declare.
11190         (ngettext): Define macro.
11191         * collect2.c (notice_translated): New function.
11192         (main): Use notice_translated and ngettext.
11193         * collect2.h (notice_translated): Declare.
11194
11195 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
11196
11197         * reorg.c (delete_computation): Comment fixes.
11198         * caller-save.c (setup_save_areas): Idem.
11199         * sel-sched-dump.c (dump_lv_set): Idem.
11200         * rtl.def: Idem.
11201
11202 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11203
11204         * config/s390/s390.c (s390_sched_init): New function.
11205         (TARGET_SCHED_INIT): Target hook defined.
11206
11207 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
11208             Jack Howarth  <howarth@bromo.med.uc.edu>
11209             Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
11210
11211         PR target/42982
11212         Partial revert of unintended change in fix for PR41605.
11213         * config/darwin.h: Fix typo.
11214         * config/darwin9.h: Same.
11215
11216 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
11217
11218         * c-pch.c (pch_init): Clear v.
11219
11220 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
11221
11222         PR middle-end/42930
11223         * graphite-scop-detection.c (graphite_can_represent_scev): Call
11224         graphite_can_represent_init for MULT_EXPR.
11225
11226 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
11227
11228         PR middle-end/42914
11229         PR middle-end/42530
11230         * graphite-sese-to-poly.c (remove_phi): New.
11231         (translate_scalar_reduction_to_array): Call remove_phi.
11232
11233 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
11234
11235         PR middle-end/42771
11236         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
11237         * graphite-clast-to-gimple.h (gloog): Update declaration.
11238         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
11239         * graphite-poly.h (struct poly_bb): Add missing comments.
11240         (struct scop): Add poly_scop_p field.
11241         (POLY_SCOP_P): New.
11242         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
11243         * graphite.c (graphite_transform_loops): Build the polyhedral
11244         representation for each scop before code generation.
11245         * sese.c (rename_variables_in_operand): Removed.
11246         (rename_variables_in_expr): Return the renamed expression.
11247         (rename_sese_parameters): New.
11248         * sese.h (rename_sese_parameters): Declared.
11249
11250 2010-02-11  Richard Guenther  <rguenther@suse.de>
11251
11252         PR tree-optimization/42998
11253         * tree-ssa-pre.c (create_expression_by_pieces): Treat
11254         POINTER_PLUS_EXPR properly.
11255
11256 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
11257             Changpeng Fang  <changpeng.fang@amd.com>
11258
11259         PR middle-end/40886
11260         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
11261         the cost of an IV candidate when the IV is used in a test against zero.
11262
11263         * gcc.dg/tree-ssa/ivopts-3.c: New.
11264
11265 2010-02-11  Richard Guenther  <rguenther@suse.de>
11266
11267         PR lto/41664
11268         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
11269         pointer-vs-decl case by swapping refs.  Handle some cases
11270         of pointer-vs-decl disambiguations more conservatively.
11271         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
11272         to false after expanding.
11273
11274 2010-02-11  Richard Guenther  <rguenther@suse.de>
11275
11276         PR driver/43021
11277         * gcc.c (process_command): Handle LTO file@offset case more
11278         appropriately.
11279
11280 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
11281
11282         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
11283         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
11284         of DEBUG_INSNs.
11285         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
11286
11287         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
11288         if MEM's mode size isn't DWARF2_ADDR_SIZE.
11289         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
11290         Optimize eq/ne comparisons when both arguments are known to be
11291         zero-extended.
11292         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
11293         Don't mask operands unnecessarily if they are known to be already
11294         zero-extended.
11295
11296 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
11297
11298         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
11299         instead of loop.
11300
11301 2010-02-10  Richard Guenther  <rguenther@suse.de>
11302
11303         PR tree-optimization/43017
11304         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
11305         for wrapping signed arithmetic.
11306
11307 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
11308
11309         PR debug/43010
11310         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
11311         if no debug info should be emitted for it.
11312
11313 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
11314
11315         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
11316         note when flag_exceptions is set.
11317
11318 2010-02-10  Duncan Sands  <baldrick@free.fr>
11319
11320         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
11321
11322 2010-02-10  Richard Guenther  <rguenther@suse.de>
11323
11324         PR c/43007
11325         * tree.c (get_unwidened): Handle constants.
11326         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
11327
11328 2010-02-10  Martin Jambor  <mjambor@suse.cz>
11329
11330         PR lto/42985
11331         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
11332         check for variable argument counts independently.
11333
11334 2010-02-10  Christian Bruel  <christian.bruel@st.com>
11335
11336         PR target/42841
11337         * config/sh/sh.c (find_barrier): Increase length for non delayed
11338         conditional branches.
11339
11340 2010-02-10  Christian Bruel  <christian.bruel@st.com>
11341
11342         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
11343
11344 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
11345
11346         * builtins.c (set_builtin_user_assembler_name): Also handle
11347         ffs if int is smaller than word.
11348
11349 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
11350
11351         PR middle-end/42973
11352         * ira-conflicts.c (get_dup): Remove.
11353         (process_reg_shuffles): Add new parameter.  Use it as an
11354         additional guard for copy generation.
11355         (add_insn_allocno_copies): Rewrite.
11356
11357 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
11358
11359         * common.opt (fsched2-use-traces): Preserved for backward
11360         compatibility.
11361         * doc/invoke.texi: Remove the documentation about option
11362         -fsched2-use-traces.
11363         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
11364         flag_sched2_use_traces.
11365         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
11366         the backward compatibility flag section.
11367
11368 2010-02-09  Richard Guenther  <rguenther@suse.de>
11369
11370         PR tree-optimization/43008
11371         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
11372         make HEAP variables initialized from global memory if they
11373         are not known builtin functions.
11374         (find_func_aliases): Adjust.
11375
11376 2010-02-09  Richard Guenther  <rguenther@suse.de>
11377
11378         PR tree-optimization/43000
11379         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
11380         arithmetic manually.
11381
11382 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
11383
11384         PR tree-optimization/42931
11385         * tree-loop-linear.c (try_interchange_loops): Don't call
11386         double_int_mul if estimated_loop_iterations failed.
11387
11388 2010-02-08  Martin Jambor  <mjambor@suse.cz>
11389
11390         PR middle-end/42898
11391         * tree-sra.c (build_accesses_from_assign): Do not mark in
11392         should_scalarize_away_bitmap if stmt has volatile ops.
11393         (sra_modify_assign): Do not process assigns piecemeal if if stmt
11394         has volatile ops.
11395
11396 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
11397
11398         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
11399
11400 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
11401
11402         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
11403         before the pattern.
11404
11405 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
11406
11407         PR middle-end/42946
11408         * df-core.c (df_finish_pass): Change type of saved_flags to int.
11409
11410 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
11411
11412         PR middle-end/42988
11413         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
11414         to unknown_dependence.
11415         (graphite_legal_transform_dr): Handle the unknown_dependence.
11416         (graphite_carried_dependence_level_k): Same.
11417
11418 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
11419
11420         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
11421
11422 2010-02-07  Richard Guenther  <rguenther@suse.de>
11423
11424         PR middle-end/42991
11425         * expr.c (get_inner_reference): Always initialize *pbitsize.
11426
11427 2010-02-07  Richard Guenther  <rguenther@suse.de>
11428
11429         PR middle-end/42956
11430         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
11431         new ARRAY_REFs on variable size element or minimal index arrays.
11432         Complete.
11433         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
11434         gimple_fold_indirect_ref.
11435
11436 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
11437
11438         PR target/42957
11439         * arm.c (arm_override_options): Just return if the user has specified
11440         an invalid fpu name.
11441
11442 2010-02-03  Jason Merrill  <jason@redhat.com>
11443
11444         PR c++/42870
11445         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
11446         i386_pe_maybe_record_exported_symbol.
11447
11448 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
11449
11450         PR target/42924
11451         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
11452         (pa_delegitimize_address): New function.
11453
11454 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
11455
11456         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
11457         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
11458
11459 2010-02-05  Richard Guenther  <rguenther@suse.de>
11460
11461         PR lto/42762
11462         * lto-streamer-in.c (get_resolution): Deal with references
11463         to undefined functions.
11464
11465 2010-02-05  Richard Guenther  <rguenther@suse.de>
11466
11467         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
11468         (fold_const_aggregate_ref): Likewise.
11469         (ccp_fold_stmt): Substitute loads.
11470         (maybe_fold_reference): Verify types before substituting.
11471         Unshare properly.
11472         (fold_gimple_assign): Unshare properly.
11473         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
11474
11475 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
11476
11477         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
11478         for rs6000_gen_cell_microcode.
11479
11480 2010-02-04  Richard Guenther  <rguenther@suse.de>
11481
11482         PR rtl-optimization/42952
11483         * dse.c (const_or_frame_p): Remove MEM handling.
11484
11485 2010-02-04  Nick Clifton  <nickc@redhat.com>
11486
11487         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
11488         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
11489         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
11490         (mn10300_asm_output_mi_thunk): New function.
11491         (mn10300_can_output_mu_thunk): New function.
11492         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
11493         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
11494         (FUNCTION_ARG): Delete incorrect comment.
11495
11496 2010-02-03  Jason Merrill  <jason@redhat.com>
11497
11498         PR c++/40138
11499         * fold-const.c (operand_equal_p): Handle erroneous types.
11500
11501 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
11502
11503         * config/h8300/h8300.md (can_delay): Fix attibute condition.
11504
11505 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
11506
11507         PR rtl-optimization/42941
11508         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
11509         of xmalloc.
11510
11511 2010-02-03  Jason Merrill  <jason@redhat.com>
11512
11513         PR c++/35652
11514         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
11515
11516 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
11517
11518         PR debug/42896
11519         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
11520         (cselib_reset_table): Renamed from...
11521         (cselib_reset_table_with_next_value): ... this.
11522         (cselib_get_next_uid): Renamed from...
11523         (cselib_get_next_unknown_value): ... this.
11524         * cselib.c (next_uid): Renamed from...
11525         (next_unknown_value): ... this.
11526         (cselib_clear_table): Adjust.
11527         (cselib_reset_table): Adjust.  Renamed from...
11528         (cselib_reset_table_with_next_value): ... this.
11529         (cselib_get_next_uid): Adjust.  Renamed from...
11530         (cselib_get_next_unknown_value): ... this.
11531         (get_value_hash): Use hash.
11532         (cselib_hash_rtx): Likewise.
11533         (new_cselib_val): Adjust.  Set and dump uid.
11534         (cselib_lookup_mem): Pass next_uid as hash.
11535         (cselib_subst_to_values): Likewise.
11536         (cselib_log_lookup): Dump uid.
11537         (cselib_lookup): Pass next_uid as hash.  Adjust.
11538         (cselib_process_insn): Adjust.
11539         (cselib_init): Initialize next_uid.
11540         (cselib_finish): Adjust.
11541         (dump_cselib_table): Likewise.
11542         * dse.c (canon_address): Dump value uid.
11543         * print-rtl.c (print_rtx): Print value uid.
11544         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
11545         (dvuid): New type.
11546         (dv_uid): New function, sort of renamed from...
11547         (dv_htab_hash): ... this, reimplemented in terms of it and...
11548         (dv_uid2hash): ... this.  New.
11549         (variable_htab_eq): Drop excess assertions.
11550         (tie_break_pointers): Removed.
11551         (canon_value_cmp): Compare uids.
11552         (variable_post_merge_New_vals): Print uids.
11553         (vt_add_function_parameters): Adjust.
11554         (vt_initialize): Reset table.  Adjust.
11555
11556 2010-02-03  Richard Guenther  <rguenther@suse.de>
11557
11558         PR tree-optimization/42944
11559         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
11560         (call_may_clobber_ref_p_1): Likewise.  Properly handle
11561         malloc and calloc clobbering errno.
11562
11563 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
11564
11565         * doc/invoke.texi: Fix name of sched1 dump.
11566
11567         * opts.c (decode_options): Set flag_tree_switch_conversion
11568         only conditionally on optimize >= 2.
11569
11570         * gcse.c: Assorted comment fixes in pass description.
11571
11572 2010-02-03  Anthony Green  <green@moxielogic.com>
11573
11574         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
11575         nop padding in order to maintain alignment of storage location of
11576         target function address.
11577         (moxie_trampoline_init): Store target function address at newly
11578         aligned location.
11579         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
11580         to 32.
11581         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
11582
11583 2010-02-03  Richard Guenther  <rguenther@suse.de>
11584
11585         PR middle-end/42927
11586         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
11587
11588 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11589
11590         * config.gcc: Reenable check for obsolete targets.
11591         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
11592         mips-sgi-irix6.[0-4]*.
11593
11594 2010-02-02  Nick Clifton  <nickc@redhat.com>
11595
11596         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
11597         constant size of 4 as being the same as 0.
11598         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
11599         can take values in the range 0..4.
11600
11601 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
11602
11603         PR java/41991
11604         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
11605         as _darwin10_Unwind_FindEnclosingFunction().
11606         * libgcc-libsystem.ver: New.
11607
11608 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
11609
11610         PR target/41399
11611         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
11612         implicitly set registers.
11613
11614 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
11615
11616         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
11617         (arm_override_options): Allow automatic selection of the thread
11618         pointer register if thumb2.
11619         (legitimize_pic_address): Improve code sequences for Thumb2.
11620         (arm_call_tls_get_addr): Likewise.
11621         (legitimize_tls_address): Likewise.
11622         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
11623         (pic_load_addr_32bit): ... this.  New named pattern.
11624         * thumb2.md (pic_load_addr_thumb2): Delete.
11625         (pic_load_dot_plus_four): Delete.
11626         (tls_load_dot_plus_four): New named pattern.
11627
11628 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11629
11630         PR libgomp/29986
11631         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
11632         Document fix for TLS bug.
11633
11634 2010-01-31  Richard Guenther  <rguenther@suse.de>
11635
11636         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
11637         conservatively correct.
11638
11639 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11640
11641         PR target/42850
11642         Revert:
11643         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11644
11645         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
11646
11647 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11648
11649         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
11650
11651 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
11652
11653         * config.gcc: Adjust order of makefile fragments for mingw targets.
11654
11655 2010-01-31  Richard Guenther  <rguenther@suse.de>
11656
11657         PR middle-end/42898
11658         * gimplify.c (gimplify_init_constructor): For volatile LHS
11659         initialize a temporary.
11660
11661 2010-01-31  Matthias Klose  <doko@ubuntu.com>
11662
11663         * configure.ac: Fix __stack_chk_fail check for cross builds configured
11664         --with-headers
11665         * configure: Regenerate.
11666
11667 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
11668
11669         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
11670         the same alias set and their sizes different constantness.
11671         (aliasing_component_refs_p): Revert 2009-10-24 change.
11672
11673 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11674
11675         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
11676         unused.
11677
11678 2010-01-29  Richard Guenther  <rguenther@suse.de>
11679
11680         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
11681         Assert we successfully updated the call.
11682
11683 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
11684
11685         PR rtl-optimization/42889
11686         * df.h (df_set_bb_dirty_nonlr): New prototype.
11687         * df-core.c (df_set_bb_dirty_nonlr): New function.
11688         * df-scan.c (df_insn_rescan): Call it instead of
11689         df_set_bb_dirty for DEBUG_INSNs.
11690
11691 2010-01-29  Richard Guenther  <rguenther@suse.de>
11692
11693         PR middle-end/37448
11694         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
11695         quadratic behavior in most cases.
11696
11697 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
11698
11699         PR target/42891
11700         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
11701         in the call to gen_x86_movsicc_0_m1.
11702
11703 2010-01-28  Richard Guenther  <rguenther@suse.de>
11704
11705         PR tree-optimization/42871
11706         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
11707
11708 2010-01-28  Richard Guenther  <rguenther@suse.de>
11709
11710         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
11711         into call arguments.
11712
11713 2010-01-28  Richard Guenther  <rguenther@suse.de>
11714
11715         PR middle-end/42883
11716         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
11717         the forwarder if the destination is an EH landing pad.
11718
11719 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
11720
11721         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
11722         block list passed to gimple_duplicate_sese_tail.
11723         (parallelize_loops): Avoid parallelization when the function
11724         has_nonlocal_label.
11725         Avoid parallelization when the preheader is IRREDUCIBLE.
11726         Try to optimize when estimated_loop_iterations_int is unresolved.
11727         Add the loop's location to the dump file.
11728         * tree-cfg.c (add_phi_args_after_redirect): Remove.
11729         (gimple_duplicate_sese_tail): Remove the check for the latch.
11730         Redirect nexits to the exit block.
11731         Remove handling of the incoming edges to the latch.
11732         Redirect the backedge from the copied latch to the exit bb.
11733
11734 2010-01-28  Michael Matz  <matz@suse.de>
11735
11736         PR target/42881
11737         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
11738         Wrap force_reg into a sequence, emit it before user.
11739
11740 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
11741
11742         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
11743         (arm_rev): New.
11744         (arm_legacy_rev): Likewise.
11745         (thumb_legacy_rev): Likewise.
11746
11747 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
11748
11749         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
11750         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
11751         on MEM's address failed, try avoid_constant_pool_reference and
11752         recurse if it returned something different.
11753         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
11754         address, try avoid_constant_pool_reference and recurse if it
11755         returned something different.
11756         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
11757         address and avoid_constant_pool_reference returned something
11758         different, don't set have_address.
11759
11760 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
11761
11762         PR debug/42861
11763         * var-tracking.c (val_store): Add modified argument, obey it.
11764         Adjust callers.
11765         (count_uses): Move down logging of main.
11766         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
11767         don't need resolution.
11768         (emit_notes_in_bb): Likewise.
11769
11770 2010-01-27  Richard Guenther  <rguenther@suse.de>
11771
11772         PR middle-end/42878
11773         * tree-inline.c (remap_decl): Delay remapping of SSA name
11774         default definitions until we need them.
11775
11776 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
11777
11778         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
11779         (rs6000_delegitimize_address): New function.
11780
11781         * config/s390/s390.c (s390_delegitimize_address): Call
11782         delegitimize_mem_from_attrs.
11783
11784         PR middle-end/42874
11785         * tree-inline.c (cannot_copy_type_1): Removed.
11786         (copy_forbidden): Don't forbid copying of functions containing
11787         records/unions with variable length fields.
11788
11789 2010-01-27  Christian Bruel  <christian.bruel@st.com>
11790
11791         Revert:
11792         PR target/42841
11793         * config/sh/sh.c (find_barrier): Increase length for non delayed
11794         conditional branches.
11795
11796 2010-01-27  Matthias Klose  <doko@ubuntu.com>
11797
11798         * configure.ac (gnu-unique-object): Fix ldd version check.
11799         * configure: Regenerate.
11800
11801 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11802
11803         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
11804         HAVE_GNU_AS value.
11805         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
11806         Test for HAVE_GNU_AS value.
11807
11808 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11809
11810         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
11811         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
11812         INT64_TYPE): Define.
11813         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
11814         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
11815         INT_LEAST64_TYPE): Define.
11816         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
11817         UINT_LEAST64_TYPE): Define.
11818         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
11819         INT_FAST64_TYPE): Define.
11820         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
11821         UINT_FAST64_TYPE): Define.
11822         (INTMAX_TYPE, UINTMAX_TYPE): Define.
11823         (INTPTR_TYPE, UINTPTR_TYPE): Define.
11824         (SIG_ATOMIC_TYPE): Define.
11825
11826 2010-01-26  Richard Guenther  <rguenther@suse.de>
11827
11828         * df-scan.c (df_scan_set_bb_info): Remove assert.
11829         (df_insn_rescan_debug_internal): Merge asserts.
11830         (df_install_ref): Likewise.
11831         (df_mark_reg): Use bitmap_set_range.
11832         (df_hard_reg_used_p): Remove assert.
11833         (df_hard_reg_used_count): Likewise.
11834
11835 2010-01-26  Richard Guenther  <rguenther@suse.de>
11836
11837         PR rtl-optimization/42685
11838         * web.c (web_main): Ignore DEBUG_INSNs.
11839
11840 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
11841
11842         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
11843
11844         (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
11845         Fix types of fndecl and arglist parameters.
11846
11847 2010-01-26  Richard Guenther  <rguenther@suse.de>
11848
11849         PR middle-end/42806
11850         * tree-eh.c (unsplit_eh): Skip debug insns.
11851
11852 2010-01-26  Richard Guenther  <rguenther@suse.de>
11853
11854         PR tree-optimization/42250
11855         * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
11856
11857 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
11858
11859         PR fortran/42866
11860         * omp-low.c (expand_omp_sections): Only use single_pred if
11861         l2_bb is single_pred_p.
11862
11863 2010-01-25  Christian Bruel  <christian.bruel@st.com>
11864
11865         PR target/42841
11866         * config/sh/sh.c (find_barrier): Increase length for non delayed
11867         conditional branches.
11868         (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
11869
11870 2010-01-24  David S. Miller  <davem@davemloft.net>
11871
11872         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
11873         define if not using GAS.
11874         * config/sparc/sparc.c (sparc_elf_asm_named_section):
11875         Likewise.  Delete SECTION_MERGE code, which is only applicable
11876         when using GAS.
11877
11878 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
11879
11880         PR c++/42748
11881         * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
11882         mangling of va_list in system headers.
11883
11884 2010-01-23  Toon Moene  <toon@moene.org>
11885
11886         * tree-predcom.c (combine_chains): Return NULL, not false.
11887
11888 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
11889
11890         * tree-loop-distribution.c (distribute_loop): Fix declaration and
11891         initialization of variable res to agree with return type.
11892
11893 2010-01-22  Steve Ellcey  <sje@cup.hp.com>
11894
11895         * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
11896         * tree-sra.c: Add include of expr.h.
11897
11898 2010-01-22  Jakub Jelinek  <jakub@redhat.com>
11899
11900         * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
11901         insert the debug stmt on the single non-EH edge from the stmt.
11902
11903 2010-01-22  Richard Henderson  <rth@redhat.com>
11904
11905         PR tree-opt/42833
11906         * tree-sra.c (sra_modify_assign): Delay re-gimplification of
11907         the RHS until after generate_subtree_copies has insertted its
11908         code before the current statement.
11909
11910 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
11911
11912         * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
11913
11914         * gcc-plugin.h (plugin_init): Use "C" likage for c++.
11915
11916 2010-01-21  Martin Jambor  <mjambor@suse.cz>
11917
11918         PR tree-optimization/42585
11919         * tree-sra.c (struct access): New field grp_total_scalarization.
11920         (dump_access): Dump the new field.
11921         (should_scalarize_away_bitmap): New variable.
11922         (cannot_scalarize_away_bitmap): Likewise.
11923         (sra_initialize): Allocate new bitmaps.
11924         (sra_deinitialize): Free new bitmaps.
11925         (create_access_1): New function.
11926         (create_access): Parts moved to create_access_1.
11927         (type_consists_of_records_p): New function.
11928         (completely_scalarize_record): Likewise.
11929         (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
11930         (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
11931         (sort_and_splice_var_accesses): Hint groups with a total_scalarization
11932         access.
11933         (analyze_all_variable_accesses): Completely scalarize small eligible
11934         records.
11935
11936 2010-01-21  Martin Jambor  <mjambor@suse.cz>
11937
11938         * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
11939
11940 2010-01-21  Andrew Haley  <aph@redhat.com>
11941
11942         * gcc.c (process_command): Move lang_specific_driver before
11943         setting cc_libexec_prefix.
11944
11945 2010-01-21  Richard Guenther  <rguenther@suse.de>
11946
11947         PR middle-end/19988
11948         * fold-const.c (negate_expr_p): Pretend only negative
11949         real constants are easily negatable.
11950
11951 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
11952             Jason Merrill  <jason@redhat.com>
11953
11954         * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
11955         (TYPE_TRANSPARENT_AGGR): this, for union and record.
11956         * calls.c (initialize argument_information): Handle it.
11957         * c-common.c (handle_transparent_union_attribute): Use new name.
11958         * c-decl.c (finish_struct): Ditto.
11959         * c-typeck.c (type_lists_compatible_p): Ditto.
11960         (convert_for_assignment): Use new name and also handle record.
11961         * function.c (aggregate_value_p): Handle it.
11962         (pass_by_reference): Ditto.
11963         (assign_parm_data_types): Ditto.
11964         * print-tree.c (print_node): Ditto.
11965         * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
11966         * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
11967         * tree.c (first_field): New fn.
11968
11969 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
11970
11971         PR target/42818
11972         * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
11973         even when linking statically, for now.
11974
11975 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
11976
11977         PR debug/42715
11978         * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
11979         without a cselib val.
11980         (count_uses): Accept MO_VAL_SET with no val on stores.
11981         (add_stores): Likewise.
11982
11983 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
11984
11985         * var-tracking.c (check_value_val): Add a compile time assertion.
11986         (dv_is_decl_p): Simplify.
11987         (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
11988         gcc_assert if ENABLE_CHECKING.
11989
11990 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
11991
11992         PR debug/42782
11993         * var-tracking.c: Include tree-flow.h.
11994         (mem_dies_at_call): New.
11995         (dataflow_set_preserve_mem_locs): Use it.
11996         (dataflow_set_remove_mem_locs): Likewise.
11997         (dump_var): Renamed from dump_variable.  Adjust all callers.
11998         (dump_var_slot): Renamed from dump_variable_slot.  Likewise.
11999         * Makefile.in (var-tracking.o): Adjust deps.
12000
12001 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
12002
12003         * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
12004
12005 2010-01-20  Richard Guenther  <rguenther@suse.de>
12006
12007         PR tree-optimization/42717
12008         * tree-ssa-dce.c (get_live_post_dom): Remove.
12009         (forward_edge_to_pdom): Take an arbitrary edge to copy
12010         degenerate PHI args from.
12011         (remove_dead_stmt): Use the first post-dominator even if it
12012         does not contain live statements as redirection destination.
12013
12014 2010-01-20  Richard Guenther  <rguenther@suse.de>
12015
12016         * tree-inline.c (estimate_num_insns): Handle EH builtins.
12017
12018 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
12019
12020         * sel-sched.c (create_speculation_check): Remove set but not used
12021         variable twin.
12022         (try_transformation_cache): Remove set but not used variable ds.
12023         (calculate_privileged_insns): Remove set but not used variables
12024         cur_insn and min_spec_insn.
12025         (find_best_expr): Remove set but not used variable avail_n.
12026         * tree-predcom.c (base_names_in_chain_on): Remove set but not used
12027         variable e.
12028         * cgraphunit.c (assemble_thunk): Remove set but not used variable
12029         false_label.
12030         * haifa-sched.c (remove_notes): Remove set but not used variable prev.
12031         * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
12032         new_scop_exit_edge.
12033
12034 2010-01-20  Felyza Wishbringer  <fwishbringer@gmail.com>
12035
12036         PR bootstrap/42786
12037         * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
12038         cpu types.  Add support for *-sse3 cpu types.
12039         (x86_64-*-*): Ditto.
12040
12041 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
12042
12043         PR middle-end/42803
12044         * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
12045         argument, call initializer_constant_valid_p_1 instead of
12046         initializer_constant_valid_p, pass CACHE to it, return NULL
12047         immediately if first call returns NULL.
12048         (initializer_constant_valid_p_1): New function.
12049         (initializer_constant_valid_p): Use it.
12050
12051 2010-01-20  Thomas Quinot  <quinot@adacore.com>
12052
12053         * tree.def (PLACEHOLDER_EXPR): Fix comment.
12054
12055 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
12056
12057         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
12058         of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
12059         (loc_list_from_tree): Don't handle unsigned division.  Handle
12060         signed modulo using DW_OP_{over,over,div,mul,minus}.
12061         * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
12062         modulo instead of signed.
12063
12064 2010-01-20  DJ Delorie  <dj@redhat.com>
12065
12066         * config/h8300/h8300.c (F): Add "in_epilogue" flag.
12067         (Fpa): Pass it
12068         (h8300_emit_stack_adjustment): Propogate it.
12069         (push): Pass it.
12070         (h8300_expand_prologue): Likewise.
12071         (h8300_expand_epilogue): Likewise.
12072
12073 2010-01-19  Michael Matz  <matz@suse.de>
12074
12075         PR tree-optimization/41783
12076         * tree-data-ref.c (toplevel): Include flags.h.
12077         (dump_data_dependence_relation):  Also dump the inputs if the
12078         result will be unknown.
12079         (split_constant_offset_1): Look through some conversions.
12080         * tree-predcom.c (determine_roots_comp): Restart a new chain if
12081         the offset from last element is too large.
12082         (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
12083         (reassociate_to_the_same_stmt): Handle vector registers.
12084         * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
12085         (e.g. conversions).
12086         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
12087         wide_prolog_niters argument, emit widening instructions.
12088         (vect_do_peeling_for_alignment): Adjust caller, use widened
12089         variant of the iteration cound.
12090         * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
12091
12092 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12093
12094         PR target/38697
12095         * config/arm/neon-testgen.m (emit_automatics): New parameter
12096         features. Adjust for Fixed_return_reg feature.
12097         (test_intrinsic): Call emit_automatics with new feature.
12098         * config/arm/neon.ml: Update copyright years.
12099         (features): New Fixed_return_reg feature.
12100         (ops): Update feature for Vget_low.
12101
12102 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
12103
12104         PR tree-optimization/42719
12105         * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
12106         stmt uses.
12107
12108         PR debug/42728
12109         * fwprop.c (all_uses_available_at): Return false if def_set dest
12110         is a REG that is used in def_insn.
12111
12112 2010-01-19  Joern Rennecke  <amylaar@spamcop.net>
12113
12114         * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
12115
12116         (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
12117         Add argument names.
12118
12119         (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
12120
12121         * target.h (struct gcc_target) <secondary_reload>: Change type
12122         of last argument to secondary_reload_info *.
12123
12124 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
12125
12126         PR target/42774
12127         * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
12128         memory references with unaligned offsets.  Remove CQImode handling.
12129         (unaligned_memory_operand): Return 1 for memory references with
12130         unaligned offsets.  Remove CQImode handling.
12131
12132 2010-01-18  Richard Guenther  <rguenther@suse.de>
12133
12134         PR middle-end/39954
12135         * cfgexpand.c (expand_call_stmt): TER pointer arguments in
12136         builtin calls.
12137
12138 2010-01-18  Richard Guenther  <rguenther@suse.de>
12139
12140         PR tree-optimization/42781
12141         * tree-ssa-structalias.c (find_what_var_points_to): Skip
12142         restrict processing only if the original variable was artificial.
12143
12144 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
12145
12146         * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
12147         find number of popped argument bytes.
12148
12149         (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
12150         Fix the text that describes the return value for invalid insns.
12151
12152         (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type.  Fix argument list.
12153
12154         (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
12155         Clarify what 'cost of the -dependence' is.  Fix quoting.
12156
12157         * toplev.c (default_get_pch_validity): Rename argument to "sz".
12158         * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
12159
12160 2010-01-17  Jakub Jelinek  <jakub@redhat.com>
12161
12162         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
12163         {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
12164
12165 2010-01-17  Richard Guenther  <rguenther@suse.de>
12166
12167         PR middle-end/42248
12168         * function.c (split_complex_args): Take a VEC to modify.
12169         (assign_parms_augmented_arg_list): Build a VEC instead of
12170         a chain of PARM_DECLs.
12171         (assign_parms_unsplit_complex): Take a VEC of arguments.
12172         Do not fixup unmodified parms.
12173         (assign_parms): Deal with the VEC.
12174         (gimplify_parameters): Likewise.
12175
12176 2010-01-17  Richard Guenther  <rguenther@suse.de>
12177
12178         * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
12179         node existence check.
12180         * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
12181         * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
12182         * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
12183         * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
12184         (gimple_execute_on_growing_pred): Likewise.
12185
12186 2010-01-17  Richard Guenther  <rguenther@suse.de>
12187
12188         PR tree-optimization/42773
12189         * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
12190         (compute_antic_aux): Likewise.
12191         (compute_partial_antic_aux): Likewise.
12192
12193 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
12194
12195         PR debug/42767
12196         * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
12197         and US_TRUNCATE.
12198
12199 2010-01-17  Joern Rennecke  <amylaar@spamcop.net>
12200
12201         * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
12202         appearance.
12203
12204         (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
12205         Fix markup for strict argument.
12206
12207         (TARGET_SCHED_REORDER2): Fix argument types.
12208
12209         (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
12210         (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
12211
12212         (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
12213         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
12214
12215         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
12216         Add argument name.
12217
12218         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
12219         (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
12220         (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
12221         (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
12222         (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
12223
12224         (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
12225
12226         (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
12227
12228         (TARGET_ASM_RELOC_RW_MASK): Add return type.
12229         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
12230
12231         (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
12232
12233         (TARGET_ASM_FILE_START): Put @findex before paragraph start.
12234         Use prototype.
12235
12236         (TARGET_ASM_NAMED_SECTION): Fix argument list.
12237
12238         (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
12239         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
12240
12241         (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
12242
12243         (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
12244
12245         (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
12246         referring to it.  Fix language.
12247
12248         (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
12249
12250         (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
12251
12252         (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
12253
12254         (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
12255
12256         (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
12257         '@var{stream}.  Remove stray 'and'.
12258
12259         (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
12260
12261         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
12262
12263         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
12264
12265         (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
12266         misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
12267
12268         (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
12269         Fix description of return value.
12270         Rename argument "sz" to "len."
12271
12272         (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
12273         Clarify meaning of 'true' return value.
12274
12275         (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
12276
12277         (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
12278         rep_mode versus mode_rep.
12279
12280         (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
12281
12282         (TARGET_BUILTIN_DECL): Fix name.
12283
12284         (TARGET_COMMUTATIVE_P): Fix type of first argument.
12285
12286         (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
12287
12288         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
12289
12290         (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
12291
12292         (TARGET_RELAXED_ORDERING): Use @deftypevr.
12293
12294         (TARGET_GET_DRAP_RTX): Note that this is a hook.
12295         Clarify language.
12296
12297         (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
12298         Rename argument tm_fn to md_fn.
12299
12300         (TARGET_OPTION_PRINT): Fix argument list.
12301
12302 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
12303
12304         PR target/42664
12305         * config/i386/i386.c (ix86_fixup_binary_operands):
12306         Revert FMA4 fixup of operands.
12307
12308 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12309
12310         PR gcc/42525
12311         * Makefile.in (write_entries_to_file, install-plugin):
12312         Use \012 instead of \n with tr.
12313
12314 2010-01-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
12315
12316         * configure.ac (HAVE_AS_REF): New C macro.
12317         * configure: Regenerate.
12318         * config.in: Likewise.
12319         * collect2.c (main): Only postpone SCAN_DWEH to the second pass
12320         if HAVE_AS_REF.
12321         * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
12322         if HAVE_AS_REF.
12323
12324 2010-01-16  Joern Rennecke  <amylaar@spamcop.net>
12325
12326         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
12327
12328         (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
12329
12330         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
12331
12332         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
12333
12334         (TARGET_IN_SMALL_DATA_P): Fix argument type.
12335
12336         (TARGET_BINDS_LOCAL_P): Fix argument type.
12337
12338         (TARGET_ASM_FILE_END): Use prototype.
12339
12340         (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
12341
12342         (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
12343
12344         (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
12345
12346         (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
12347
12348         (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
12349         (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
12350
12351         (TARGET_PCH_VALID_P): Put 'const char *' in braces.
12352         (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
12353
12354         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
12355         (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
12356         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
12357         (TARGET_ADDR_SPACE_CONVERT): Likewise.
12358
12359         (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
12360
12361         (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
12362
12363         (TARGET_INIT_BUILTINS): Use prototype.
12364
12365         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
12366         Put 'const char *' in braces.  Fix parameter types.
12367         (TARGET_INVALID_CONVERSION): Fix parameter types.
12368         (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
12369         (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
12370
12371         (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
12372         Fix argument type.
12373
12374         (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
12375
12376         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
12377
12378 2010-01-15  Joern Rennecke  <amylaar@spamcop.net>
12379
12380         * doc/tm.texi (TARGET_HELP): Fix return type.
12381
12382         (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
12383         in braces.  Fix argument types.
12384
12385         (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
12386
12387         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
12388
12389         (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
12390
12391         (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
12392         (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
12393
12394         (TARGET_MANGLE_TYPE): Fix argument types.
12395
12396         (TARGET_IRA_COVER_CLASSES): Use prototype.
12397
12398         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
12399
12400         (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
12401
12402         (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
12403
12404         (TARGET_MUST_PASS_IN_STACK): Fix argument type.
12405
12406         (TARGET_CALLEE_COPIES): Fix argument types.
12407
12408         (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
12409
12410         (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
12411
12412         (TARGET_FUNCTION_VALUE): Fix argument types.
12413
12414         (TARGET_RETURN_IN_MSB): Fix argument type.
12415
12416         (TARGET_RETURN_IN_MEMORY): Fix argument types.
12417
12418         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
12419
12420         (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
12421
12422         (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
12423         agree with return type.
12424
12425         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
12426
12427 2010-01-15  Jing Yu  <jingyu@google.com>
12428
12429         PR rtl-optimization/42691
12430         * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
12431         a pseudo to a constant and are merged, and adjust comments.
12432
12433 2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
12434
12435         * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
12436
12437 2010-01-15  Richard Guenther  <rguenther@suse.de>
12438
12439         PR middle-end/42739
12440         * tree-cfgcleanup.c (remove_forwarder_block): Move destination
12441         labels of computed or non-local gotos to the destination.
12442         * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
12443         landing pad label is the first label.
12444
12445 2010-01-15  Richard Guenther  <rguenther@suse.de>
12446
12447         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
12448
12449 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
12450
12451         PR target/42747
12452         * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
12453         to allow generation of the xssqrtdp instruction on power7.
12454         (sqrtdf2_fpr): Ditto.
12455
12456 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
12457
12458         PR middle-end/42674
12459         * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
12460         functions with noreturn attribute.
12461
12462         PR c++/42608
12463         * varasm.c (declare_weak): Add weak attribute to decl if it
12464         doesn't have one already.
12465         (assemble_external): Only add decls to weak_decls if they also
12466         have weak attribute.
12467
12468 2010-01-14  Alexandre Oliva  <aoliva@redhat.com>
12469
12470         * var-tracking.c (var_reg_delete): Don't delete the association
12471         between REGs and values or one-part variables if the register
12472         isn't clobbered.
12473
12474 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
12475
12476         PR debug/42657
12477         * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
12478         because its first operand is a non-localized variable.
12479
12480 2010-01-14  Martin Jambor  <mjambor@suse.cz>
12481
12482         PR tree-optimization/42706
12483         * tree-sra.c (encountered_recursive_call): New variable.
12484         (encountered_unchangable_recursive_call): Likewise.
12485         (sra_initialize): Initialize both new variables.
12486         (callsite_has_enough_arguments_p): New function.
12487         (scan_function): Call decl and flags check only for IPA-SRA, check
12488         whether there is a recursive call and whether it has enough arguments.
12489         (all_callers_have_enough_arguments_p): New function.
12490         (convert_callers): Look for recursive calls only when
12491         encountered_recursive_call is set.
12492         (ipa_early_sra): Bail out either if
12493         !all_callers_have_enough_arguments_p or
12494         encountered_unchangable_recursive_call.
12495
12496 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
12497
12498         * sel-sched.c: Add 2010 to copyright years.
12499         * sel-sched-ir.c: Likewise.
12500         * sel-sched-ir.h: Likewise.
12501
12502 2010-01-14  Martin Jambor  <mjambor@suse.cz>
12503
12504         PR tree-optimization/42714
12505         * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
12506         constructors specially.
12507
12508 2010-01-14  Andi Kleen  <ak@linux.intel.com>
12509
12510         * config/i386/drivers-i386.c (detect_caches_intel):
12511         Add l2sizekb parameter and fill in.
12512         (host_detect_local_cpu): Add l2sizekb, fill in.
12513         Add Atom small cache heuristic.
12514
12515 2010-01-14  Andi Kleen  <ak@linux.intel.com>
12516
12517         * config/i386/drivers-i386.c (detect_caches_cpuid4):
12518         Add level3 parameter and fill in.
12519         (detect_caches_intel): Handle level3 cache.
12520
12521 2010-01-14  Andi Kleen  <ak@linux.intel.com>
12522
12523         * config/i386/drivers-i386.c (host_detect_local_cpu):
12524         Fix core duo detection.
12525
12526 2010-01-14  Andi Kleen  <ak@linux.intel.com>
12527
12528         * config/i386/drivers-i386.c (host_detect_local_cpu):
12529         Fix Atom detection.
12530
12531 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
12532
12533         * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
12534         (rs6000_variable_issue_1): this.  Use...
12535         (rs6000_variable_issue): here.  Reimplement.  Print debug info.
12536
12537 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
12538
12539         * sel-sched-ir.c (sel_restore_other_notes): Rename to
12540         sel_restore_notes.  Update all callers.  Call reemit_notes
12541         for all insns.
12542
12543 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
12544
12545         PR rtl-optimization/42246
12546         * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
12547         loops.
12548
12549 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
12550
12551         * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
12552         all successors is the same as number of successors in current region.
12553
12554 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
12555
12556         * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
12557         to rename is not separable.  Otherwise check that its LHS is not NULL.
12558
12559 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
12560
12561         * sel-sched.c (choose_best_reg_1):  Loop over all regs for mode.
12562
12563 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
12564
12565         * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
12566         available registers when failed to discover LHS register class.
12567         Fix indentation.  Update comment.
12568
12569 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
12570             Alexander Monakov  <amonakov@ispras.ru>
12571
12572         PR rtl-optimization/42389
12573         * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
12574         to can_issue_more.
12575         (advance_state_on_fence): Likewise.
12576         (sel_target_adjust_priority): Print debug output only when
12577         sched_verbose >= 4, not 2.
12578         (get_expr_cost): Do not issue all unique insns on the next cycle.
12579         (fill_insns): Initialize can_issue_more from the value saved
12580         with the fence.
12581         * sel-sched-ir.c (flist_add): New parameter issue_more.
12582         Init FENCE_ISSUE_MORE with it.
12583         (merge_fences): Likewise.
12584         (init_fences): Update call to flist_add.
12585         (add_to_fences, add_clean_fence_to_fences)
12586         (add_dirty_fence_to_fences): Likewise.
12587         (move_fence_to_fences): Update call to merge_fences.
12588         (invoke_reorder_hooks): Do not reset can_issue_more on insns from
12589         sched groups.
12590         * sel-sched-ir.h (struct _fence): New field issue_more.
12591         (FENCE_ISSUE_MORE): New accessor macro.
12592
12593 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
12594
12595         PR rtl-optimization/42388
12596         * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
12597         that have no predecessors nor successors.  Do not call move_bb_info
12598         for empty blocks outside of current region.
12599
12600 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
12601
12602         PR rtl-optimization/42294
12603         * sel-sched-ir.h (struct _sel_insn_data): Update comment.
12604         * sel-sched.c (move_exprs_to_boundary): Transitively add all
12605         originators' originators.
12606
12607 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
12608
12609         PR rtl-optimization/39453
12610         PR rtl-optimization/42246
12611         * sel-sched-ir.c (considered_for_pipelining_p): Do not test
12612         for pipelining_p.
12613         (sel_add_loop_preheaders): Add preheader to last_added_blocks.
12614
12615 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
12616             Alexander Monakov  <amonakov@ispras.ru>
12617
12618         PR middle-end/42245
12619         * sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
12620         (maybe_tidy_empty_bb): ... here.  Make static.  Add new
12621         argument.  Update all callers.
12622         (tidy_control_flow): ... and here.  Recompute topological order
12623         of basic blocks in region if necessary.
12624         (sel_redirect_edge_and_branch): Change return type.  Return true
12625         if topological order might have been invalidated.
12626         (purge_empty_blocks): Export and move from...
12627         * sel-sched.c (purge_empty_blocks): ... here.
12628         * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
12629         (maybe_tidy_empty_bb): Delete prototype.
12630         (purge_empty_blocks): Declare.
12631
12632 2010-01-14  Andrey Belevantsev <abel@ispras.ru>
12633
12634         PR rtl-optimization/42249
12635         * sel-sched.c (try_replace_dest_reg): When chosen register
12636         and original register is the same, do not bail out early, but
12637         still check all original insns for validity of replacing destination
12638         register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
12639         in this case.
12640
12641 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
12642
12643         PR c/42721
12644         Port from no-undefined-overflow branch:
12645         2009-03-09  Richard Guenther  <rguenther@suse.de>
12646
12647         * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
12648
12649 2010-01-14  Richard Guenther  <rguenther@suse.de>
12650
12651         PR lto/42665
12652         * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
12653
12654 2010-01-14  Ira Rosen  <irar@il.ibm.com>
12655
12656         PR tree-optimization/42709
12657         * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
12658         as scalar type in creation of constant vector operand.
12659
12660 2010-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12661
12662         PR testsuite/42414
12663         * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
12664         (check-parallel-%): Match `testsuite' directory component only
12665         at the end.
12666
12667 2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>
12668
12669         PR translation/39521
12670         * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
12671         strings with _().
12672
12673 2010-01-13  Richard Guenther  <rguenther@suse.de>
12674
12675         PR tree-optimization/42730
12676         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
12677         offset zero.
12678
12679 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
12680
12681         PR target/pr42542
12682         * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
12683         for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
12684         them signed.
12685
12686 2010-01-13  Bernd Schmidt  <bernd.schmidt@analog.com>
12687
12688         * config/bfin/libgcc-bfin.ver: Regenerate based on current
12689         libgcc-std.ver.  Add entries for ___smulsi3_highpart and
12690         ___umulsi3_highpart.
12691
12692         * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
12693         rather than schedule_insns if the pass is enabled.
12694
12695 2010-01-13  Martin Jambor  <mjambor@suse.cz>
12696
12697         PR tree-optimization/42704
12698         * tree-sra.c (sra_modify_assign): Do not delete assignments to
12699         SSA_NAMEs.
12700
12701 2010-01-13  Martin Jambor  <mjambor@suse.cz>
12702
12703         PR tree-optimization/42703
12704         * tree-sra.c (analyze_access_subtree): Check that we can build a
12705         reference to the original data within the aggregate.
12706
12707 2010-01-13  Richard Guenther  <rguenther@suse.de>
12708
12709         PR tree-optimization/42705
12710         * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
12711
12712 2010-01-13  Richard Guenther  <rguenther@suse.de>
12713
12714         PR middle-end/42716
12715         * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
12716
12717 2010-01-13  Jakub Jelinek  <jakub@redhat.com>
12718
12719         PR debug/41371
12720         * var-tracking.c (values_to_unmark): New variable.
12721         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
12722         values_to_unmark vector.  Moved body to...
12723         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
12724         instead queue it into values_to_unmark vector.
12725         (vt_find_locations): Free values_to_unmark vector.
12726
12727 2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
12728
12729         * config/s390/s390.c (override_options): Set
12730         default of max-pending-list-length to 256
12731
12732 2010-01-13  Richard Guenther  <rguenther@suse.de>
12733
12734         PR lto/42678
12735         * tree-pass.h (PROP_gimple_lcx): New.
12736         * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
12737         * passes.c (init_optimization_passes): Move pass_lower_complex_O0
12738         before the final cleanup_eh.
12739         (dump_properties): Dump PROP_gimple_lcx.
12740         * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
12741         (tree_lower_complex_O0): Remove.
12742         (gate_no_optimization): Run if PROP_gimple_lcx is not set.
12743         (pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
12744         tree_lower_complex, schedule TODO_update_ssa.
12745         * lto-streamer-out.c (output_function): Stream the functions
12746         properties.
12747         * lto-streamer-in.c (input_function): Likewise.
12748         (lto_read_body): Do not override them here.
12749
12750 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
12751
12752         PR c/42708
12753         * c-typeck.c (build_c_cast): Fold value cast to union type before
12754         wrapping it in a CONSTRUCTOR.
12755
12756 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
12757
12758         PR rtl-optimization/42699
12759         * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
12760         involved.
12761
12762 2010-01-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12763
12764         * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
12765         SUBTARGET_WARN_UNUSED_SPEC): Move ...
12766         config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
12767         SUBTARGET_WARN_UNUSED_SPEC): ... here
12768         * config/mips/iris5.h (LIBGCC_SPEC): Define.
12769
12770 2010-01-12  Julian Brown  <julian@codesourcery.com>
12771
12772         * config/arm/neon-schedgen.ml (Utils): Don't try to
12773         open missing module.
12774         (find_with_result): New.
12775
12776 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
12777
12778         PR debug/42662
12779         * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
12780         sharing when canonicalizing ({lt,ge}u (plus a b) b).
12781
12782         PR tree-optimization/42645
12783         * tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
12784         (remap_ssa_name): If processing_debug_stmt and name wasn't found in
12785         decl_map, set processing_debug_stmt to -1 and return name without
12786         any remapping.
12787
12788 2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
12789
12790         * doc/install.texi (Specific#x-x-cygwin): Document minimum required
12791         binutils version, and reword target configuration description.
12792
12793 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
12794
12795         * config/avr/avr.h (LINKER_NAME): Remove.
12796
12797 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
12798
12799         PR target/42416
12800         * config/rs6000/rs6000.c (rs6000_override_options): On targets
12801         that support VSX, warn for -mno-altivec if vsx is not disabled,
12802         and disable vsx.
12803
12804 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
12805             Shujing Zhao  <pearly.zhao@oracle.com>
12806
12807         PR translation/42469
12808         * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
12809         fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
12810         character between option name and help text.
12811         * c.opt (imultilib): Likewise.
12812
12813 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
12814
12815         * lto-streamer-out.c (output_unreferenced_globals): Output static
12816         variables.
12817
12818 2010-01-10  Steven Bosscher  <steven@gcc.gnu.org>
12819
12820         PR rtl-optimization/42621
12821         * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
12822         optimizing for size.
12823         (duplicate_computed_gotos): Remove now-redundant check.
12824
12825 2010-01-10  Steve Ellcey  <sje@cup.hp.com>
12826
12827         PR target/37454
12828         * configure.ac: Save and restore LDFLAGS and LIBS
12829         * configure: Regenerate.
12830
12831 2010-01-10  Richard Guenther  <rguenther@suse.de>
12832
12833         PR middle-end/42667
12834         * builtins.c (fold_builtin_strlen): Add type argument and
12835         convert the resulting length to it.
12836         (fold_builtin_1): Adjust.
12837
12838 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
12839
12840         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
12841         sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
12842         1 insn.
12843         (num_insns_constant_wide): Adjust for that change.
12844
12845 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
12846
12847         PR debug/42631
12848         * web.c (union_defs): Add used argument, to combine uses of
12849         uninitialized regs.
12850         (entry_register): Adjust type and tests of used argument.
12851         (web_main): Widen used for new use.  Pass it to union_defs.
12852         * df.h (union_defs): Adjust prototype.
12853
12854 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
12855
12856         PR debug/42630
12857         * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
12858         uses in new incoming argument.  Free body.
12859         (reset_debug_uses_in_loop): New.
12860         (analyze_insn_to_expand_var): Call the latter if the former found
12861         anything.  Fix whitespace.  Reject invalid dest overlaps before
12862         going through all insns in the loop.
12863
12864 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
12865
12866         PR debug/42629
12867         * haifa-sched.c (dying_use_p): Debug insns don't count.
12868
12869 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
12870
12871         PR middle-end/42363
12872         * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
12873         * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
12874         (verify_gimple_call): Reject LHS in noreturn calls.
12875
12876 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
12877
12878         PR debug/42604
12879         PR debug/42395
12880         * tree-vect-loop-manip.c (adjust_info): New type.
12881         (adjust_vec): New pointer to vector.
12882         (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
12883         (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
12884         (slpeel_update_phis_for_duplicate_loop): Use them.
12885         (slpeel_update_phi_nodes_for_guard1): Likewise.
12886         (slpeel_update_phi_nodes_for_guard2): Likewise.
12887         (slpeel_tree_peel_loop_to_edge): Likewise.
12888         (vect_update_ivs_after_vectorizer): Likewise.
12889
12890 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
12891
12892         * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
12893         (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
12894
12895 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
12896
12897         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
12898         bogus uninitialized warning.
12899
12900 2010-01-09  Richard Guenther  <rguenther@suse.de>
12901
12902         PR middle-end/42512
12903         * tree-scalar-evolution.c (interpret_loop_phi): Make sure
12904         the evolution is compatible with the initial condition.
12905
12906 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
12907
12908         * gcc.c (process_command): Update copyright notice dates.
12909         * gcov.c (print_version): Likewise.
12910         * gcov-dump.c (print_version): Likewise.
12911         * mips-tfile.c (main): Likewise.
12912         * mips-tdump.c (main): Likewise.
12913
12914 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
12915
12916         PR target/41885
12917         * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
12918         (rotlhi3): Delete.
12919         (rotlhi3_8): Delete.
12920         (rotlsi3): Delete.
12921         (rotlsi3_8): Delete.
12922         (rotlsi3_16): Delete.
12923         (rotlsi3_24): Delete.
12924         (rotl<mode>3): New.
12925         (*rotw<mode>3): New.
12926         (*rotb<mode>3): New.
12927         * config/avr/avr.c (avr_rotate_bytes): New function.
12928         * config/avr/avr-proto.h (avr_rotate_bytes): New function.
12929
12930 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
12931
12932         PR target/37454
12933         * configure.ac: Modify -rdynamic check.
12934         * configure: Regenerate.
12935
12936 2010-01-08  DJ Delorie  <dj@redhat.com>
12937
12938         * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
12939         register popping order.
12940
12941 2010-01-08  Richard Guenther  <rguenther@suse.de>
12942
12943         PR lto/42528
12944         * c.opt (fsigned-char): Also let LTO handle this option.
12945         (funsigned-char): Likewise.
12946
12947 2010-01-07  Richard Guenther  <rguenther@suse.de>
12948
12949         * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
12950         (gimple_op): Likewise.
12951         (gimple_op_ptr): Likewise.
12952         (gimple_assign_set_lhs): Remove gcc_assert.
12953         (gimple_assign_set_rhs1): Likewise.
12954         (gimple_assign_set_rhs2): Likewise.
12955         (gimple_call_set_lhs): Likewise.
12956         (gimple_call_set_fn): Likewise.
12957         (gimple_call_set_fndecl): Likewise.
12958         (gimple_call_fndecl): Likewise.
12959         (gimple_call_return_type): Likewise.
12960         (gimple_call_set_chain): Likewise.
12961         (gimple_call_num_args): Likewise.
12962         (gimple_call_set_arg): Likewise.
12963         (gimple_cond_set_code): Likewise.
12964         (gimple_cond_set_lhs): Likewise.
12965         (gimple_cond_set_rhs): Likewise.
12966         (gimple_cond_set_true_label): Likewise.
12967         (gimple_cond_set_false_label): Likewise.
12968         (gimple_label_set_label): Likewise.
12969         (gimple_goto_set_dest): Likewise.
12970         (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
12971         (gimple_debug_bind_get_value): Likewise.
12972         (gimple_debug_bind_get_value_ptr): Likewise.
12973         (gimple_debug_bind_set_var): Likewise.
12974         (gimple_debug_bind_set_value): Likewise.
12975         (gimple_debug_bind_reset_value): Likewise.
12976         (gimple_debug_bind_has_value_p): Likewise.
12977         (gimple_return_retval_ptr): Remove gcc_assert.
12978         (gimple_return_retval): Likewise.
12979         (gimple_return_set_retval): Likewise.
12980         * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
12981         (safe_referenced_var_iterator): Remove.
12982         (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
12983         * tree-flow-inline.h (gimple_nonlocal_all): Remove.
12984         (fill_referenced_var_vec): Remove.
12985         (first_readonly_imm_use): Remove redundant gcc_assert.
12986         (phi_arg_index_from_use): Combine gcc_asserts.
12987         (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
12988         (first_imm_use_stmt): Remove redundant gcc_assert.
12989         * tree-cfg.c (verify_gimple_call): Verify function and chain
12990         operands.  Verify arguments.
12991         (verify_types_in_gimple_stmt): Verify condition code and labels.
12992
12993 2010-01-07  Richard Guenther  <rguenther@suse.de>
12994
12995         PR tree-optimization/42641
12996         * sese.c (rename_map_elt_info): Use the SSA name version, do
12997         not hash pointers.
12998
12999 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
13000
13001         PR tree-optimization/42625
13002         * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
13003         TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
13004
13005 2010-01-07  Duncan Sands  <baldrick@free.fr>
13006
13007         * Makefile.in (PLUGIN_HEADERS): Add version.h.
13008
13009 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
13010
13011         PR target/42511
13012         * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
13013         note itself is not function_invariant_p.
13014
13015 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
13016
13017         * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
13018         Do not add the DF_NOTE problem.
13019         * store-motion.c (execute_rtl_store_motion): Likewise.
13020
13021 2010-01-07  Martin Jambor  <mjambor@suse.cz>
13022
13023         PR tree-optimization/42157
13024         * tree-sra.c (compare_access_positions): Stabilize sort if both
13025         accesses have integer types, return zero immediately if they are the
13026         same.
13027
13028 2010-01-06  Richard Henderson  <rth@redhat.com>
13029
13030         PR middle-end/41883
13031         * haifa-sched.c (add_to_note_list): Merge into ...
13032         (concat_note_lists): ... here, and ...
13033         (unlink_other_notes, rm_other_notes): Merge into...
13034         (remove_notes): ... here.  Create REG_SAVE_NOTEs for
13035         NOTE_INSN_EPILOGUE_BEG.
13036
13037 2010-01-06  Richard Guenther  <rguenther@suse.de>
13038
13039         * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
13040         not inline regular functions into always-inline functions.
13041
13042 2010-01-06  Nick Clifton  <nickc@redhat.com>
13043
13044         * config/rx/rx.h (enum rx_cpu_type): Add RX200.
13045         (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
13046         used together.
13047         (OVERRIDE_OPTIONS): Delete.
13048         (OPTIMIZATION_OPTIONS): Define.
13049         (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
13050         * config/rx/rx.c (rx_handle_option): Issue an error message if
13051         -mcpu=rx200 and -fpu are used together.
13052         (rx_set_optimization_options): New function.  Issue an error
13053         message if an optimization attribute attempts to reset the FPU/
13054         math optimization pairing.
13055         * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
13056         * config/rx/rx.opt: Set the default to 32-bit doubles.
13057         * config/rx/t-rx: Add multilibs for -nofpu option.
13058         * doc/invoke.texi: Update documentation of RX options.
13059
13060 2010-01-06  Richard Guenther  <rguenther@suse.de>
13061
13062         * tree-ssa-pre.c (name_to_id): New global.
13063         (alloc_expression_id): Simplify SSA name handling.
13064         (lookup_expression_id): Likewise.
13065         (init_pre): Zero name_to_id.
13066         (fini_pre): Free it.
13067
13068 2010-01-06  Uros Bizjak  <ubizjak@gmail.com>
13069
13070         * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
13071
13072 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
13073
13074         PR target/42542
13075         * config/i386/sse.md (smaxv2di3): New.
13076         (umaxv2di3): Likewise.
13077         (sminv2di3): Likewise.
13078         (uminv2di3): Likewise.
13079
13080 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
13081
13082         PR target/42564
13083         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
13084         * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
13085         (legitimize_tls_address): Likewise.
13086         (sparc_tls_referenced_p): Likewise.
13087         * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
13088         and adjust calls to legitimize_pic_address.
13089         (legitimate_constant_p) Use sparc_tls_referenced_p.
13090         (legitimate_pic_operand_p): Likewise.
13091         (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
13092         (sparc_tls_symbol_ref_1): Delete.
13093         (sparc_tls_referenced_p): Make static, recognize specific patterns.
13094         (legitimize_tls_address): Make static, handle CONST patterns.
13095         (legitimize_pic_address): Make static, remove unused parameter and
13096         adjust recursive calls.
13097         (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
13098         and adjust call to legitimize_pic_address.
13099         (sparc_output_mi_thunk): Likewise.
13100
13101 2010-01-05  Paolo Bonzini  <bonzini@gnu.rg>
13102             H.J. Lu  <hongjiu.lu@intel.com>
13103
13104         PR target/42542
13105         * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
13106         for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
13107         operands to make them signed.
13108
13109         Revert:
13110         2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
13111
13112         PR target/42542
13113         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
13114         GTU to GT for V4SI and V2DI.
13115
13116         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
13117         (umin<mode>3): Removed.
13118         (uminv8hi3): New.
13119         (uminv4si3): Likewise.
13120
13121 2010-01-05  Martin Jambor  <mjambor@suse.cz>
13122
13123         PR tree-optimization/42462
13124         * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
13125         current_function_decl to helper functions and macros.
13126
13127 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13128
13129         PR bootstrap/41771
13130         * flags.h: Don't include real.h.
13131         (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
13132         HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
13133         * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
13134         HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
13135         * dominance.c: Update copyright.
13136         * gimple.c (walk_gimple_op): Remove inline.
13137         * tree-ssa-reassoc.c: Include real.h.
13138         * Makefile.in (FLAGS_H): Remove $(REAL_H).
13139         (tree-ssa-reassoc.o): Depend on $(REAL_H).
13140
13141 2010-01-05  Nick Clifton  <nickc@redhat.com>
13142
13143         * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
13144         register to push into the stack frame when the accumulator has to
13145         be saved during interrupts.
13146
13147 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
13148
13149         * doc/invoke.texi: Remove the documentation about option
13150         -Wunreachable-code.
13151         * common.opt (Wunreachable-code):  Preserved for backward
13152         compatibility.
13153         * tree-cfg.c: Remove the implementation of -Wunreachable-code.
13154         * opts.c (common_handle_option): Add OPT_Wunreachable_code to
13155         the backward compatibility flag section.
13156
13157 2010-01-05  Richard Guenther  <rguenther@suse.de>
13158
13159         * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
13160
13161 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
13162
13163         PR other/42611
13164         * cfgexpand.c (expand_one_var): Diagnose too large variables.
13165
13166         PR tree-optimization/42508
13167         * tree-sra.c (convert_callers): Check for recursive call
13168         by comparing cgraph nodes instead of decls.
13169         (modify_function): Call ipa_modify_formal_parameters also
13170         on all same_body aliases.
13171
13172         * cgraphunit.c (cgraph_materialize_all_clones): Compare
13173         cgraph nodes when checking for same_body aliases.
13174
13175 2010-01-05  Richard Guenther  <rguenther@suse.de>
13176
13177         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
13178         allocation and lookup.
13179         (get_or_alloc_expr_for_constant): Likewise.
13180         (phi_translate): Sink allocation.
13181
13182 2010-01-04  Richard Guenther  <rguenther@suse.de>
13183
13184         * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
13185         a new entry only if needed.
13186         * tree-ssa-dom.c (lookup_avail_expr): Likewise.
13187         * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
13188         hashtable lookup.
13189         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
13190         the result array.
13191         (phi_translate): Handle CONSTANTs early.
13192
13193 2010-01-04  Martin Jambor  <mjambor@suse.cz>
13194
13195         PR tree-optimization/42398
13196         * tree-sra.c (struct access): Removed flag grp_different_types.
13197         (dump_access): Do not dump the removed flag.
13198         (sort_and_splice_var_accesses): Do not set the removed flag.
13199         (sra_modify_expr): Check for type compatibility directly.
13200
13201 2010-01-04  Martin Jambor  <mjambor@suse.cz>
13202
13203         PR tree-optimization/42366
13204         * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
13205         edges with variable number of parameters.
13206         * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
13207         flag instead of asserting it.
13208         (ipa_read_node_info): Read uses_analysis_done flag.
13209
13210 2010-01-04  Richard Guenther  <rguenther@suse.de>
13211
13212         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
13213         iterative_hash_* as intended.
13214         (vn_reference_compute_hash): Likewise.  Simplify hashing
13215         SSA names.
13216         (vn_reference_lookup_2): Likewise.
13217         (vn_nary_op_compute_hash): Likewise.
13218         (vn_phi_compute_hash): Likewise.
13219         (expressions_equal_p): Remove strange code.
13220         * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
13221         (pre_expr_hash): Likewise.  Simplify hashing SSA names.
13222         (bitmap_insert_into_set_1): Take value-id as parameter.
13223         (add_to_value): Pass it.
13224         (bitmap_insert_into_set): Likewise.
13225         (bitmap_value_insert_into_set): Likewise.  Remove redundant check.
13226
13227 2010-01-04  Jakub Jelinek  <jakub@redhat.com>
13228
13229         PR driver/42442
13230         * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
13231         (do_self_spec): For switches with SWITCH_IGNORE set set also
13232         SWITCH_IGNORE_PERMANENTLY.
13233         (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
13234         of SWITCH_IGNORE.
13235
13236 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
13237
13238         * lto-streamer-out.c (output_unreferenced_globals): Output the full
13239         tree of an unreferenced global var.
13240
13241 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
13242
13243         PR target/42542
13244         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
13245         GTU to GT for V4SI and V2DI.
13246
13247         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
13248         (umin<mode>3): Removed.
13249         (uminv8hi3): New.
13250         (uminv4si3): Likewise.
13251
13252 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
13253
13254         PR lto/42581
13255         * collect2.c (main): Turn on trace in collect2 if -v is passed
13256         to gcc with LTO.
13257
13258 2010-01-03  Jerry Quinn  <jlquinn@optonline.net>
13259
13260         * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
13261         description of expression operand.
13262
13263 2010-01-03  Andrew Jenner  <andrew@codesourcery.com>
13264
13265         * configure.ac: Add install-html to target_list for Make-hooks.
13266         * configure: Regenerate.
13267         * fortran/Make-lang.in (F95_HTMLFILES): New.
13268         (fortran.html): Use it.
13269         (fortran.install-html): New.
13270         * Makefile.in (install-html): Add lang.install-html.
13271         * java/Make-lang.in (JAVA_HTMLFILES): New.
13272         (java.html): Use it.
13273         (java.install-html): New.
13274         * objc/Make-lang.in (objc.install-html): New.
13275         * objcp/Make-lang.in (obj-c++.install-html): New.
13276         * cp/Make-lang.in (c++.install-html): New.
13277         * ada/gcc-interface/Make-lang.in (ada.install-html): New.
13278         * lto/Make-lang.in (lto.install-html): New.
13279
13280 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
13281
13282         PR lto/42520
13283         * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
13284
13285 2009-01-03  Steven Bosscher  <steven@gcc.gnu.org>
13286
13287         PR rtl-optimization/41862
13288         * store-motion.c (store_killed_in_insn, compute_store_table,
13289         remove_reachable_equiv_notes, replace_store_insn,
13290         build_store_vectors): Ignore all DEBUG_INSNs.
13291
13292 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
13293
13294         PR lto/41564
13295         * common.opt: Add dumpdir.
13296
13297         * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
13298         isn't specified.
13299         (option_map): Add --dumpdir.
13300
13301         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
13302
13303         * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
13304
13305         * opts.c (decode_options): Try dump_dir_name first if
13306         dump_base_name isn't an absolute path.
13307         (common_handle_option): Handle OPT_dumpdir.
13308
13309         * toplev.c (dump_dir_name): New.
13310         (print_switch_values): Also ignore -dumpdir.
13311
13312         * toplev.h (dump_dir_name): New.
13313
13314 2010-01-03  Richard Guenther  <rguenther@suse.de>
13315
13316         PR tree-optimization/42589
13317         * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
13318         double-word expansion of bswap32.
13319
13320 2010-01-03  Steven Bosscher  <steven@gcc.gnu.org>
13321
13322         * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
13323         with BLOCK_FOR_INSN.
13324         * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
13325         * ifcvt.c (noce_get_alt_condition, noce_try_abs,
13326         noce_process_if_block): Likewise.
13327         * gcse.c (compute_local_properties, insert_expr_in_table,
13328         insert_set_in_table, canon_list_insert, find_avail_set,
13329         pre_insert_copy_insn): Likewise.
13330
13331         * basic-block.h (BLOCK_NUM): Move from here...
13332         * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
13333
13334 2010-01-03  Richard Guenther  <rguenther@suse.de>
13335
13336         PR tree-optimization/42438
13337         * tree-ssa-pre.c (struct bb_bitmap_sets): Add
13338         contains_may_not_return_call flag.
13339         (BB_MAY_NOTRETURN): New.
13340         (valid_in_sets): Trapping nary operations are not valid
13341         in blocks that may not return.
13342         (insert_into_preds_of_block): Remove check for trapping expressions.
13343         (compute_avail): Compute also BB_MAY_NOTRETURN.
13344
13345 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
13346
13347         * doc/invoke.texi: Add 2010 to copyright years.
13348
13349 2010-01-03  Eric Botcazou  <ebotcazou@adacore.com>
13350
13351         * config/sparc/sparc.c: Fix formatting nits.
13352
13353 2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
13354             Alexander Monakov  <amonakov@ispras.ru>
13355
13356         * doc/invoke.texi (Optimize Options): Reword introduction a bit.
13357
13358 2010-01-02  Richard Guenther  <rguenther@suse.de>
13359
13360         PR middle-end/42577
13361         * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
13362         (simplify_switch_using_ranges): Mark to be removed edges
13363         as non-executable.
13364
13365 2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13366
13367         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
13368
13369         * collect2.c (scan_libraries): Add missing argument in call to
13370         scan_prog_file.
13371
13372 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
13373
13374         PR target/42448
13375         * config/alpha/predicates.md (aligned_memory_operand): Return false
13376         for CQImode.
13377         (unaligned_memory_operand): Return true for CQImode.
13378         * config/alpha/alpha.c (get_aligned_mem): Assert that location
13379         doesn not cross aligned SImode word boundary.
13380
13381 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
13382
13383         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
13384         Remove.
13385         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
13386         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
13387
13388 2010-01-02  Richard Guenther  <rguenther@suse.de>
13389
13390         PR lto/41597
13391         * toplev.c (compile_file): Emit LTO marker properly.  Change
13392         it to __gnu_lto_v1.
13393         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
13394
13395 2010-01-01  Richard Guenther  <rguenther@suse.de>
13396
13397         PR debug/42455
13398         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
13399
13400 2010-01-01  Richard Guenther  <rguenther@suse.de>
13401
13402         PR c/42570
13403         * c-decl.c (grokdeclarator): For zero-size arrays force
13404         structural equality checks as layout_type does.
13405
13406 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
13407
13408         * builtins.c: Update copyright to 2010.
13409
13410 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
13411
13412         PR lto/42531
13413         * lto-streamer-out.c (produce_asm): Revert the last change.
13414         (copy_function): Likewise.
13415
13416         * lto-streamer.c (lto_get_section_name): Skip any leading
13417         asterisk in name.
13418
13419 2010-01-01  Richard Guenther  <rguenther@suse.de>
13420
13421         PR middle-end/42559
13422         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
13423         for LABEL_DECLs.
13424
13425 \f
13426 Copyright (C) 2010 Free Software Foundation, Inc.
13427
13428 Copying and distribution of this file, with or without modification,
13429 are permitted in any medium without royalty provided the copyright
13430 notice and this notice are preserved.