OSDN Git Service

* tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2010-05-14  Pat Haugen  <pthaugen@us.ibm.com>
2
3         * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
4         result to unsigned.
5
6 2010-05-14  Tristan Gingold  <gingold@adacore.com>
7
8         * toplev.c (default_debug_hooks): Remove this variable.
9         (process_options): Remove assignments to default_debug_hooks.
10
11 2010-05-14  Martin Jambor  <mjambor@suse.cz>
12
13         * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
14         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
15         * langhooks.h (struct lang_hooks_for_decls): Removed field
16         fold_obj_type_ref.
17         * tree.c (free_lang_data): Remove assignment to
18         lang_hooks.fold_obj_type_ref.
19         * tree.def (OBJ_TYPE_REF): Update comment.
20
21 2010-05-14  Richard Guenther  <rguenther@suse.de>
22
23         PR tree-optimization/44124
24         * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
25
26 2010-05-14  Alan Modra  <amodra@gmail.com>
27
28         PR target/44075
29         * config/rs6000/rs6000.c (struct machine_function): Reorder
30         fields for better packing.  Add lr_save_state.
31         (rs6000_ra_ever_killed): Return lr_save_state if set.
32         (rs6000_emit_eh_reg_restore): Set lr_save_state.
33
34 2010-05-13  Jan Hubicka  <jh@suse.cz>
35
36         * varpool.c (decide_is_variable_needed): Drop code checking
37         TREE_SYMBOL_REFERENCED.
38
39 2010-05-13  Jan Hubicka  <jh@suse.cz>
40
41         * final.c (output_addr_const): Do not call mark_decl_referenced.
42         * cgraphunit.c (process_function_and_variable_attributes): Use
43         mark_needed_node dirrectly.
44         (assemble_thunk): Do not call mark_decl_referenced.
45
46 2010-05-13  Anatoly Sokolov  <aesok@post.ru>
47
48         * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
49
50 2010-05-13  Jeff Law  <law@redhat.com>
51
52         * ira-conflicts.c (print_allocno_conflicts): New function broken out
53         from...
54         (print_conflicts): Call print_allocno_conflicts.
55
56 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
57
58         PR debug/44104
59         * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
60         if it is NULL.
61
62 2010-05-13  Kai Tietz  <kai.tietz@onevision.com>
63
64         * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
65         t-mingw-w64 or t-mingw-w32 for multilib configuration.
66         * config/i386/t-mingw-w32: New.
67         * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
68         
69 2010-05-13  Martin Jambor  <mjambor@suse.cz>
70
71         * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
72         gimple-fold.c).
73         * gimple-fold.c (get_base_binfo_for_type): New function.
74         (gimple_get_relevant_ref_binfo): Likewise.
75         (gimple_fold_obj_type_ref_known_binfo): Likewise.
76         (gimple_fold_obj_type_ref): Likewise.
77         (fold_gimple_call): Simplify condition for folding virtual calls
78         and call gimple_fold_obj_type_ref.
79         * gimple.h (gimple_get_relevant_ref_binfo): Declare.
80         (gimple_fold_obj_type_ref_known_binfo): Likewise.
81
82 2010-05-13  Andreas Schwab  <schwab@linux-m68k.org>
83
84         * config/rs6000/rs6000-protos.h
85         (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
86         * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
87         (rs6000_debug_mode_dependent_address)
88         (rs6000_mode_dependent_address_ptr): Likewise.
89
90 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
91
92         PR debug/43983
93         * var-tracking.c (track_expr_p): Allow tracking of variables optimized
94         by SRA.
95         * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
96         * tree-sra.c (create_access_replacement): Call unshare_expr before
97         passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from
98         it.
99         * dwarf2out.c: Include tree-flow.h.
100         (struct var_loc_node): Rename var_loc_note field to loc, add comment.
101         (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
102         Handle DW_OP_bit_piece.
103         (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
104         construct_piece_list, adjust_piece_list): New functions.
105         (add_var_loc_to_decl): Handle SRA optimized variables.
106         Adjust for var_loc_note to loc field renaming.
107         (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
108         in VAR_LOCATION note.
109         (new_loc_descr_op_bit_piece): New function.
110         (dw_sra_loc_expr): New function.
111         (dw_loc_list): Use it.  Don't handle the last range after the
112         loop, handle it inside of the loop.  Adjust for var_loc_note
113         to loc field renaming.
114         (add_location_or_const_value_attribute): Only special case
115         single entry loc lists if loc is NOTE_P.  Adjust for
116         var_loc_note to loc field renaming.
117         (dwarf2out_var_location): Don't set newloc->var_loc_note
118         and newloc->next here.
119
120 2010-05-12  Jan Hubicka  <jh@suse.cz>
121
122         * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
123         flag.
124         * cgraph.h (cgraph_only_called_directly_p,
125         cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
126         (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
127         * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
128         (assemble
129         * ipa.c (cgraph_remove_unreachable_nodes): Use
130         cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
131         flags.
132         * tree-inline.c (copy_bb): Check address_taken flag.
133         * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
134         externally_visible flag.
135
136 2010-05-12  Jason Merrill  <jason@redhat.com>
137
138         PR bootstrap/44048
139         PR target/44099
140         * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
141         * sdbout.c (plain_type_1): Likewise.
142         * dwarf2out.c (is_base_type): Likewise.
143         (gen_type_die_with_usage): Likewise.  Generate
144         DW_TAG_unspecified_type for any LANG_TYPE.
145
146 2010-05-12  Jan Hubicka  <jh@suse.cz>
147
148         * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
149         indrect edges too.
150         * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
151         (cgraph_clone_edge): Update.
152         (cgraph_node_remove_callees): Remove indirect calls too.
153         * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
154         (cgraph_create_indirect_edge): Update prototype.
155         * ipa-reference.c (has_proper_scope_for_analysis): Rename to
156         is_proper_for_analysis.
157         (add_new_function, visited_nodes, function_insertion_hook_holder,
158         get_local_reference_vars_info, mark_address_taken, mark_address,
159         mark_load, mark_store, check_asm_memory_clobber, check_call,
160         scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
161         (ipa_init): Do not initialize visited_nodes;
162         function_insertion_hook_holder.
163         (analyze_variable): Rewrite.
164         (analyze_function): Rewrite.
165         (copy_local_bitmap): Remove.
166         (duplicate_node_dat): Do not duplicate local info.
167         (generate_summary): Simplify to only walk cgraph.
168         (write_node_summary_p, ipa_reference_write_summary,
169         ipa_reference_read_summary): Remove.
170         (propagate): Do not remove function insertion;
171         generate summary.
172         (pass_ipa_reference): NULLify summary handling fields.
173         * lto-cgraph.c (lto_output_edge): Output ecf_flags.
174         (input_edge): Input ecf_flags.
175         * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
176         (update_indirect_edges_after_inlining): Ignore edges with unknown
177         param.
178
179 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
180
181         * implicit-zee.c: New file.
182         * tree-pass.h (pass_implicit_zee): Declare.
183         * passes.c (init_optimization_passes): Add zee pass.
184         * common.opt (fzee): New flag.
185         * timevar.def (TV_ZEE): Define.
186         * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
187         and beyond.
188         * Makefile.in (implicit-zee.o): Add new build file.
189
190 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
191             Nathan Froyd  <froydnj@codesourcery.com>
192
193         * c-common.c (sync_resolve_params): Remove write-only variable.
194
195 2010-05-12  Anatoly Sokolov  <aesok@post.ru>
196
197         * target.h (struct gcc_target): Add mode_dependent_address_p field.
198         * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
199         (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
200         * targhooks.c (default_mode_dependent_address_p): New function.
201         * targhooks.h (default_mode_dependent_address_p): Declare function.
202         * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
203         (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
204         * recog.c: (mode_dependent_address_p): Call mode_dependent_address_p
205         target hook. Change return type to bool.
206         * recog.h: (mode_dependent_address_p): Change return type to bool.
207
208 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
209             Nathan Froyd  <froydnj@codesourcery.com>
210
211         * tree-mudflap.c (build_function_type_0, build_function_type_1,
212         build_function_type_2, build_function_type_3): Remove.
213         (mudflap_init): Use build_function_type_list.
214
215 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
216             Nathan Froyd  <froydnj@codesourcery.com>
217
218         * coverage.c (build_fn_info_value): Call build_constructor instead of
219         build_constructor_from_list.
220         (build_ctr_info_value): Likewise.
221         (build_gcov_info): Likewise.
222
223 2010-05-12  Nathan Froyd  <froydnj@codesourcery.com>
224
225         * tree.c (build_constructor): Compute TREE_CONSTANT for the
226         resultant constructor.
227         (build_constructor_single): Don't set TREE_CONSTANT.
228         (build_constructor_from_list): Don't compute TREE_CONSTANT.
229
230 2010-05-12  Jan Hubicka  <jh@suse.cz>
231
232         * cgraph.h (struct varpool_node): Add aux.
233         * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
234         * varpool.c (varpool_remove_node): Do not remove initializer.
235         (varpool_reset_queue): Export.
236         (varpool_finalize_decl): Volatile vars are forced to be output.
237         * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
238         replaced decl.
239         * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
240         process_references, varpool_can_remove_if_no_refs): New functions.
241         (cgraph_remove_unreachable_nodes): Handle variables too.
242
243 2010-05-12  H.J. Lu  <hongjiu.lu@intel.com>
244
245         PR target/44088
246         * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
247
248 2010-05-12  Jakub Jelinek  <jakub@redhat.com>
249
250         PR middle-end/44085
251         * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
252         change value of ORT_TASK.
253         (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
254         (omp_notice_threadprivate_variable): New function.
255         (omp_notice_variable): Call it for threadprivate variables.
256         If enclosing ctx is a task, print enclosing task rather than
257         enclosing parallel.  Handle ORT_UNTIED_TASK like ORT_TASK.
258         (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
259         if task has untied clause.
260
261         PR debug/42278
262         * dwarf2out.c (base_type_die): Don't add name attribute here.
263         (modified_type_die): Instead of sizetype use
264         its underlying original type.  If a DW_TAG_base_type doesn't
265         have name added, add __unknown__.
266         (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
267         always call force_type_die instead.
268
269 2010-05-12  Maxim Kuvyrkov  <maxim@codesourcery.com>
270
271         * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
272         for __stack_chk_guard.
273
274 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
275
276         * c-opts.c (c_common_parse_file): If start_end_main_source_file,
277         don't call start_source_file debug hook here...
278         (finish_options): ... but here, after outputting predefined and
279         command line defines and undefs.
280
281         PR middle-end/44071
282         * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
283         no fallthru edge.
284         * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
285         optimizing away empty bb with no successors, move over its
286         footer chain to fallthru predecessor.
287         * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
288         (rtl_split_edge): For asm goto call patch_jump_insn even if
289         splitting fallthru edge.
290
291         PR c++/44059
292         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
293         even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
294         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
295         * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
296         on DW.ref.* decls.
297
298         PR c++/44062
299         * c-parser.c (c_parser_expression): Mark LHS of a comma
300         expression as read if it is a decl, handled component or
301         COMPOUND_EXPR with that on the RHS.
302         * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
303         if it is a decl or handled component.
304
305 2010-05-11  Jan Hubicka  <jh@suse.cz>
306
307         * lto-symtab.c (lto_symtab_free): New function.
308         * lto-streamer.h (lto_symtab_free): Declare.
309
310 2010-05-11  Jan Hubicka  <jh@suse.cz>
311
312         * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
313         that if function is needed it is reachable.
314         (lto_output_node): See if it the function is reachable or referenced.
315         (output_cgraph): Update call of lto_output_node.
316         * lto-streamer.h (reachable_from_other_partition_p): Declare.
317
318 2010-05-11  Jan Hubicka  <jh@suse.cz>
319
320         * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
321         Mark as used.
322
323 2010-05-11  Jan Hubicka  <jh@suse.cz>
324
325         PR tree-optimize/44063
326         * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
327         queue.
328         (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
329         limits.
330         (estimate_function_body_sizes): Compute sizes even when disregarding.
331
332 2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
333
334         * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
335
336 2010-05-11  Jan Hubicka  <jh@suse.cz>
337
338         * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
339         into every boundary.
340
341 2010-05-11  Jan Hubicka  <jh@suse.cz>
342
343         * matrix-reorg.c (matrix_reorg): Rebuild edges.
344
345 2010-05-11  Jan Hubicka  <jh@suse.cz>
346
347         * lto-streamer.c (lto_streamer_cache_add_to_node_array,
348         lto_streamer_cache_delete): Put nodes into heap.
349         * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
350         heap.
351
352 2010-05-11  Jan Hubicka  <jh@suse.cz>
353
354         * cgraphbuild.c (cgraph_rebuild_references): New.
355         * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
356         out extern inlines.
357         * cgraph.h (cgraph_rebuild_references): Declare.
358         * tree-inline.c (tree_function_versioning): Use it.
359         * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
360
361 2010-05-11  Jan Hubicka  <jh@suse.cz>
362
363         * cgraph.c: Include ipa-utils.h
364         (cgraph_create_virtual_clone): Update references.
365         * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
366
367 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
368
369         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
370         prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
371         cache size.
372
373 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
374
375         * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
376
377 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
378
379         * gcc.c (execute): For -### don't quote arguments that
380         contain just alphanumerics and _/-. characters.
381         * doc/invoke.texi: Document that change for -###.
382
383         PR debug/44023
384         * df-problems.c (struct dead_debug): Add to_rescan field.
385         (dead_debug_init): Clear to_rescan field.
386         (dead_debug_finish): Rescan all debug insns in to_rescan
387         bitmap and free the bitmap.
388         (dead_debug_insert_before): Instead of rescanning debug insns
389         immediately queue their rescanning until dead_debug_finish.
390         (df_note_bb_compute): After dead_debug_add do continue instead
391         of break.
392
393 2010-05-10  Jakub Jelinek  <jakub@redhat.com>
394
395         PR debug/44028
396         * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
397         clear also INSN_REG_USE_LIST.
398
399 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
400
401         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
402
403 2010-05-10  Jan Hubicka  <jh@suse.cz>
404
405         * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
406         commited change.
407
408 2010-05-10  Jan Hubicka  <jh@suse.cz>
409
410         * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
411         Allocate encoders.
412         * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
413         * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
414         (lto_streamer_cache_create): Init alloc pool.
415         (lto_streamer_cache_delete): Free alloc pool.
416         * lto-streamer.h: Include alloc pool.
417         (lto_streamer_cache_d): Use alloc pool.
418         * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
419
420 2010-05-10  Jan Hubicka  <jh@suse.cz>
421
422         * Makefile.in (cgraphbuild.o): Add dependency on except.h.
423         * cgraphbuild.c: Include except.h
424         (record_type_list, record_eh_tables): New function.
425         (build_cgraph_edges, rebuild_cgraph_edges): Use it.
426
427 2010-05-10  Jan Hubicka  <jh@suse.cz>
428
429         * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
430         __frame_dummy_init_array_entry, force_to_data): Attribute as used
431         rather than unused.
432
433 2010-05-10  Michael Matz  <matz@suse.de>
434
435         * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
436         (can_reassociate_p): Use FLOAT_TYPE_P.
437         * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
438         (vect_force_simple_reduction): ... this.
439         * tree-parloops.c (gather_scalar_reductions): Use
440         vect_force_simple_reduction.
441         * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
442         vect_is_simple_reduction, add modify argument, if true rewrite
443         "a-b" into "a+(-b)".
444         (vect_is_simple_reduction, vect_force_simple_reduction): New
445         functions.
446         (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
447
448 2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>
449             Vladimir Makarov  <vmakarov@redhat.com>
450
451         PR rtl-optimization/44012
452         * ira-build.c (remove_unnecessary_allocnos): Nullify
453         regno_allocno_map of the removed allocno.
454
455 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
456
457         * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
458         to /dev/null.
459         * configure: Regenerate.
460
461 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
462
463         * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
464         unused.
465         Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
466         * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
467         support in Sun ld.
468         * configure: Regenerate.
469
470 2010-05-10  Richard Guenther  <rguenther@suse.de>
471
472         * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
473         marked if the entry identifier is marked.
474
475 2010-05-10  Richard Guenther  <rguenther@suse.de>
476
477         * c-common.c (struct c_common_attributes): Add fnspec attribute.
478         (handle_fnspec_attribute): New function.
479         * gimple.h (gimple_call_return_flags): Declare.
480         (gimple_call_arg_flags): Likewise.
481         * gimple.c (gimple_call_arg_flags): New function.
482         (gimple_call_return_flags): Likewise.
483         * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
484         New argument flags.
485         (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
486         return value flags.
487         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
488         * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
489         main work to ...
490         (make_heapvar_for): ... this new function.
491         (handle_rhs_call): Handle fnspec attribute argument specifiers.
492         (handle_lhs_call): Likewise.
493         (find_func_aliases): Adjust.
494
495 2010-05-10  Richard Guenther  <rguenther@suse.de>
496
497         PR tree-optimization/44050
498         * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
499
500 2010-05-10  Wei Guozhi  <carrot@google.com>
501
502         PR target/42879
503         * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
504
505 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
506
507         PR c/10676
508         * c-typeck.c (lookup_field): Take a type directly.  Update
509         recursive calls.
510         (build_component_ref): Update call to lookup_field.
511         (set_init_label): Use lookup_field to find initialized field.
512         Handle returned list of fields like a sequence of designators.
513
514 2010-05-09  Richard Guenther  <rguenther@suse.de>
515
516         PR middle-end/44024
517         * fold-const.c (tree_single_nonzero_warnv_p): Properly
518         handle &FUNCTION_DECL.
519
520 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
521
522         PR c/4784
523         * c-decl.c (detect_field_duplicates_hash): New.  Handle anonymous
524         structures and unions recursively.
525         (detect_field_duplicates): Move duplicate detection with a hash to
526         detect_field_duplicates_hash.  Always use a hash if anonymous
527         structures or unions are present.
528         * doc/extend.texi (Unnamed Fields): Document that duplicate fields
529         give errors.
530
531 2010-05-09  H.J. Lu  <hongjiu.lu@intel.com>
532
533         PR target/44046
534         * config/i386/driver-i386.c (host_detect_local_cpu): Properly
535         detect Atom, Core 2 and Core i7.
536
537 2010-05-09  Richard Guenther  <rguenther@suse.de>
538
539         * gcc.c (store_arg): Handle temporary file deletion for
540         joined arguments.
541
542 2010-05-09  Richard Guenther  <rguenther@suse.de>
543
544         PR middle-end/44043
545         * ipa-inline.c (estimate_function_body_sizes): Return after
546         disregarding inline limits.
547
548 2010-05-09  Richard Guenther  <rguenther@suse.de>
549
550         * gcc.c (store_arg): Revert last change.
551
552 2010-05-08  Sandra Loosemore  <sandra@codesourcery.com>
553
554         PR middle-end/28685
555         * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
556         (optimize_ops_list): Call it.
557
558 2010-05-08  Richard Guenther  <rguenther@suse.de>
559
560         PR tree-optimization/44030
561         * tree-ssa-pre.c (eliminate): Copy NECESSARY flag.  Set
562         NECESSARY flag if we propagate from a inserted expression.
563
564 2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
565
566         * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
567         domain types as equal if they are both PLACEHOLDER_EXPRs.
568
569 2010-05-08  Richard Guenther  <rguenther@suse.de>
570
571         * lto-wrapper.c (run_gcc): Remove linker output from
572         command line for LTRANS invocation.
573
574 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
575
576         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
577         lto-macho as lto_binary_reader.
578         * target.h (struct gcc_target): New hooks lto_start and lto_end.
579         * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
580         * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
581         in lto_start and lto_end calls.
582         (is_elf_or_coff): Rename to maybe_lto_object_file.  Add Mach-O
583         magic numbers.
584         (scan_prog_file): Update is_elf_or_coff call.
585         * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
586
587         * collect2.c (main): Fix enum comparison.
588
589         * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
590         Add prototypes.
591         * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
592         * darwin.h (LINK_COMMAND_SPEC): Likewise.  Define TARGET_ASM_LTO_START
593         and TARGET_ASM_LTO_END.
594         * darwin.c: Include obstack.h and lto-streamer.h.
595         (lto_section_names_offset, lto_section_names_obstack,
596         lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
597         global variables.
598         (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
599         (darwin_asm_lto_start): New function.  Redirect output to asm_out_file
600         to a temporary file.
601         (darwin_asm_lto_end): New function.  Restore asm_out_file.
602         (darwin_asm_named_section): For LTO sections, replace the name with
603         the offset of the section name in a string table, and build this
604         table.
605         (darwin_file_start): Initialize global vars for LTO support.
606         (darwin_file_end): If output to asm_out_file was redirected, append it
607         to the proper asm_out_file here.  Add the section names section.
608
609 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
610
611         * c-pragma.c (pending_weak_d, pending_weak): New.
612         (pending_weaks): Change the type to VEC((pending_weak,gc) *.
613         (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
614         handle_pragma_weak): Update the uses of pending_weaks.
615
616 2010-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
617
618         PR documentation/44016
619         * doc/standards.texi (Standards): Link to unversioned
620         cxx0x_status.html page.
621
622 2010-05-07  Iain Sandoe <iains@gcc.gnu.org>
623
624         PR target/43708
625         * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
626         in addition to TREE_USED, to avoid "set but unused" warnings.
627
628 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
629
630         * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
631         (is_loop_prefetching_profitable): Do not insert prefetches
632         when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
633         times the prefetch ahead distance.
634
635 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
636
637         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
638         Account for loop unrolling in the insn-to-prefetch ratio heuristic.
639         (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
640         the unroll_factor.
641
642 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
643
644         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
645         a diagnostic info when the insn-to-mem ratio is too small.
646
647 2010-05-07  Richard Guenther <rguenther@suse.de>
648
649         * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
650         the linker plugin.
651         (store_arg): Queue temp_filename for deletion instead of
652         the whole argument.
653
654 2010-05-07  Richard Guenther  <rguenther@suse.de>
655
656         * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
657         (run_gcc): Handle LTRANS phase invocation.
658         * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
659
660 2010-05-07  Jakub Jelinek  <jakub@redhat.com>
661
662         * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
663         this is also meaningful on PARM_DECLs and RESULT_DECLs.
664
665 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
666
667         * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
668
669 2010-05-07  Richard Guenther  <rguenther@suse.de>
670
671         PR tree-optimization/44020
672         * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
673         code when PRE is not yet initialized.
674
675 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
676
677         * config/mips/dbxmdebug.h: Remove.
678         * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
679
680 2010-05-07  Shujing Zhao  <pearly.zhao@oracle.com>
681
682         * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
683         with null pointer and also warn about ordered comparison of zero with
684         pointer if -Wextra.
685
686 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
687
688         * graphite-blocking.c
689         (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
690         * graphite-clast-to-gimple.c
691         (clast_to_gcc_expression): Same.
692         (precision_for_value): Same.
693         (precision_for_interval): Same.
694         (gcc_type_for_interval): Same.
695         (graphite_create_new_guard): Same.
696         (compute_bounds_for_level): Same.
697         (graphite_create_new_loop_guard): Same.
698         * graphite-interchange.c
699         (build_linearized_memory_access): Same.
700         (pdr_stride_in_loop): Same.
701         (memory_strides_in_loop_1): Same.
702         (memory_strides_in_loop): Same.
703         (extend_scattering): Same.
704         (psct_scattering_dim_for_loop_depth): Same.
705         (pbb_number_of_iterations): Same.
706         * graphite-poly.h
707         (debug_iteration_domains): Same.
708         * graphite-ppl.c
709         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
710         (ppl_set_inhomogeneous_gmp): Same.
711         (ppl_strip_loop): Same.
712         (ppl_lexico_compare_linear_expressions): Same.
713         (ppl_read_polyhedron_matrix): Same.
714         (ppl_max_for_le_pointset): Same.
715         * graphite-ppl.h
716         (ppl_read_polyhedron_matrix): Same.
717         (tree_int_to_gmp): Same.
718         (gmp_cst_to_tree): Same.
719         (ppl_set_inhomogeneous): Same.
720         (ppl_set_inhomogeneous_tree): Same.
721         (ppl_set_coef): Same.
722         (ppl_set_coef_tree): Same.
723         * graphite-sese-to-poly.c
724         (build_pbb_scattering_polyhedrons): Same.
725         (build_scop_scattering): Same.
726         (scan_tree_for_params_right_scev): Same.
727         (scan_tree_for_params): Same.
728         (find_params_in_bb): Same.
729         (find_scop_parameters): Same.
730         (add_upper_bounds_from_estimated_nit): Same.
731         (build_loop_iteration_domains): Same.
732         (add_condition_to_domain): Same.
733         (pdr_add_memory_accesses): Same.
734
735 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
736
737         * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
738         CLooG's value_* macros to their respective mpz_* counterparts.
739         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
740         (graphite_create_new_loop_guard): Same.
741         * graphite-interchange.c (build_linearized_memory_access): Same.
742         (pdr_stride_in_loop): Same.
743         (memory_strides_in_loop_1): Same.
744         (1st_interchange_profitable_p): Same.
745         * graphite-poly.c (extend_scattering): Same.
746         (psct_scattering_dim_for_loop_depth): Same.
747         (pbb_number_of_iterations): Same.
748         (pbb_number_of_iterations_at_time): Same.
749         * graphite-poly.h (new_1st_loop): Same.
750         * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
751         (oppose_constraint): Same.
752         (insert_constraint_into_matrix): Same.
753         (ppl_set_inhomogeneous_gmp): Same.
754         (ppl_set_coef_gmp): Same.
755         (ppl_strip_loop): Same.
756         (ppl_lexico_compare_linear_expressions): Same.
757         (ppl_max_for_le_pointset): Same.
758         (ppl_min_for_le_pointset): Same.
759         (ppl_build_realtion): Same.
760         * graphite-ppl.h (gmp_cst_to_tree): Same.
761         (ppl_set_inhomogeneous): Same.
762         (ppl_set_inhomogeneous_tree): Same.
763         (ppl_set_coef): Same.
764         (ppl_set_coef_tree): Same.
765         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
766         (build_scop_scattering): Same.
767         (add_value_to_dim): Same.
768         (scan_tree_for_params_right_scev): Same.
769         (scan_tree_for_params_int): Same.
770         (scan_tree_for_params): Same.
771         (find_params_in_bb): Same.
772         (find_scop_parameters): Same.
773         (add_upper_bounds_from_estimated_nit): Same.
774         (build_loop_iteration_domains): Same.
775         (create_linear_expr_from_tree): Same.
776         (add_condition_to_domain): Same.
777         (pdr_add_memory_accesses): Same.
778
779 2010-05-06  Magnus Fromreide  <magfr@lysator.liu.se>
780             Jason Merrill  <jason@redhat.com>
781
782         * c-common.c (c_common_reswords): Add nullptr.
783         * c-common.h: Add RID_NULLPTR.  Reorganize C++0x rids.
784         * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
785         (gen_type_die_with_usage): Likewise.
786         * dbxout.c (dbxout_type): Likewise.
787         * sdbout.c (plain_type_1): Likewise.
788
789 2010-05-06  Jason Merrill  <jason@redhat.com>
790
791         * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
792         Don't change GS_OK to GS_ALL_DONE.  Make sure that all cases set
793         ret appropriately.
794         (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
795
796         * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
797         stripping WITH_SIZE_EXPR.
798         (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
799         change.
800
801 2010-05-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
802
803         * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
804         list of obsolete configurations.
805         Disabled check for obsolete configurations.
806         (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
807         Removed support for previous versions.
808         * config/mips/iris.h: Removed.
809         * config/mips/iris5.h: Removed.
810         * config/mips/iris6.h: Merged old iris.h contents.
811         (TARGET_IRIX): Removed.
812         (DRIVER_SELF_SPECS): Removed mabi=32.
813         (IDENT_ASM_OP): Removed undef.
814         (STARTFILE_SPEC): Removed mabi=32.
815         (ENDFILE_SPEC): Likewise.
816         (IRIX_SUBTARGET_LINK_SPEC): Likewise.
817         (MACHINE_TYPE): Update for IRIX 6.5.
818         * config/mips/mips.c (mips_build_builtin_va_list): Replaced
819         TARGET_IRIX by TARGET_IRIX6.
820         (mips_file_start): Likewise.
821         (mips_output_external): Remove IRIX 5/6 O32 support.
822         (mips_output_function_prologue): Likewise.
823         * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
824         TARGET_IRIX6.
825         (TARGET_CPU_CPP_BUILTINS): Likewise.
826         (TARGET_IRIX): Removed.
827         * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
828         (MULTILIB_DIRNAMES): Removed 32.
829         (MULTILIB_OSDIRNAMES): Removed ../lib.
830         * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
831         (Specific, mips-sgi-irix5): Document removal.
832         (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
833         Remove references to older IRIX 6 releases and the O32 ABI.
834
835 2010-05-06  Jakub Jelinek  <jakub@redhat.com>
836
837         PR bootstrap/43994
838         * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
839         instead of DF_REF_REAL_REG.
840
841 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
842
843         PR target/43888
844         * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
845         handling to still return true for x64 targets.
846
847 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
848
849         * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
850
851 2010-05-06  Jan Hubicka  <jh@suse.cz>
852
853         PR tree-optimization/43791
854         * ipa-inline.c (update_caller_keys): Remove bogus
855         disregard_inline_limits check.
856
857 2010-05-06  Michael Matz  <matz@suse.de>
858
859         PR tree-optimization/43984
860         * tree-ssa-pre.c (inserted_phi_names): Remove.
861         (inserted_exprs): Change to bitmap.
862         (create_expression_by_pieces): Set bits, don't append to vector.
863         (insert_into_preds_of_block): Don't handle inserted_phi_names.
864         (eliminate): Don't look at inserted_phi_names, remove deleted
865         insns from inserted_exprs.
866         (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
867         (init_pre, fini_pre): Allocate and free bitmaps.
868         (execute_pre): Insert insns on edges before elimination.
869
870 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
871
872         * tree.c (initializer_zerop): Handle STRING_CST.
873
874 2010-05-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
875
876         PR 40989
877         * doc/invoke.texi (Wimplicit): Document as C only.
878         * opts.c (common_handle_option): Add argument kind.
879         (handle_option): Rename as read_cmdline_option. Factor out code to...
880         (handle_option): ... here. New.
881         (handle_options): Rename as read_cmdline_options.
882         (decode_options): Update call.
883         (set_option): Use option index instead of option pointer. Classify
884         diagnostics correctly.
885         (enable_warning_as_error): Call handle_option.
886         * opts.h (set_option): Update declaration.
887         (handle_option): Declare.
888         * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
889         * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
890         * c-opts.c (set_Wimplicit): Delete.
891         (c_family_lang_mask): New static constant.
892         (c_common_handle_option): Add argument kind. Use handle_option
893         instead of set_Wimplicit.
894         (c_common_post_options): warn_implicit and warn_implicit_int
895         are disabled by default.
896         * c-common.c (warn_implicit): Do not define here.
897         * c-common.h (warn_implicit): Do not declare here.
898         (c_common_handle_option): Update declaration.
899         * lto-opts.c (lto_reissue_options): Update call to set_option.
900
901 2010-05-06  Richard Guenther  <rguenther@suse.de>
902
903         PR tree-optimization/43571
904         * domwalk.c (walk_dominator_tree): Walk the dominator
905         sons in more optimal order.
906
907 2010-05-06  Richard Guenther  <rguenther@suse.de>
908
909         PR tree-optimization/43934
910         * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
911         (stmt_cost): Likewise.
912         (extract_true_false_args_from_phi): New helper.
913         (determine_max_movement): For PHI nodes verify we can hoist them
914         and compute their cost.
915         (determine_invariantness_stmt): Handle PHI nodes.
916         (move_computations_stmt): Likewise.  Hoist PHI nodes in
917         if-converted form using COND_EXPRs.
918         (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
919         (tree_ssa_lim): Likewise.
920         * tree-flow.h (tree_ssa_lim): Adjust prototype.
921         * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
922
923 2010-05-06  Richard Guenther  <rguenther@suse.de>
924
925         PR tree-optimization/43987
926         * tree-ssa-structalias.c (could_have_pointers): For possibly
927         address-taken variables force pointers to be recorded.
928         (create_variable_info_for_1): Likewise.
929         (push_fields_onto_fieldstack): Pass in wheter all fields
930         must have pointers.
931         (find_func_aliases): Query types instead of vars whether
932         they contain pointers where appropriate.
933
934 2010-05-06  Jan Hubicka  <jh@suse.cz>
935
936         * cgraphbuild.c (record_reference_ctx): Add varpool_node.
937         (record_reference, mark_address, mark_load, mark_store): Record
938         references.
939         (record_references_in_initializer): Update call of record_references.
940         (rebuild_cgraph_edges): Remove all references before rebuiding.
941         * cgraph.c (cgraph_create_node): Clear ref list.
942         (cgraph_remove_node): Remove references.
943         (dump_cgraph_node): Dump references.
944         (cgraph_clone_node): Clone references.
945         * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
946         (struct cgraph_node, varpool_node): Add ref_lst.
947         * ipa-ref.c: New file.
948         * ipa-ref.h: New file.
949         * ipa-ref-inline.h: New file.
950         * lto-cgraph.c (output_varpool): Take cgrag node set argument.
951         (referenced_from_other_partition_p): New function.
952         (lto_output_varpool_node): Take set arugment; call
953         referenced_from_other_partition.
954         (lto_output_ref): New.
955         (add_references): New.
956         (output_refs): New.
957         (output_cgraph): Compute boundary based on references; output refs.
958         (output_varpool): Accept cgraph_node_set argument.
959         (input_ref): New.
960         (input_refs): New.
961         (input_cgraph): Call input_refs.
962         * lto-section-in.c (lto_section_name): Add refs.
963         * Makefile.in: (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
964         (ipa-ref.o): New file.
965         * varpool.c (varpool_node): Clear ipa ref list.
966         (varpool_remove_node): Remove references.
967         (dump_varpool_node): Dump references.
968         (varpool_assemble_decl): Only compile finalized ones.
969         (varpool_extra_name_alias): Initialize ref list.
970         * lto-streamer.c (lto-get_section_name): Add .refs section.
971         * lto-streamer.h (lto_section_type): Add LTO_section_refs.
972         (referenced_from_other_partition_p): Declared.
973
974 2010-05-06  Ira Rosen  <irar@il.ibm.com>
975
976         PR tree-optimization/43901
977         * tree-vect-stmts.c (vectorizable_call): Assert that vector
978         type is not NULL if it's transformation phase, and return
979         FALSE if it's analysis.
980         (vectorizable_conversion, vectorizable_operation,
981         vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
982
983 2010-05-05  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
984
985         * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
986         Delete.
987         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
988         New define.
989         * config/mips/mips-protos.h
990         (mips_small_register_classes_for_mode_p): Delete prototype.
991
992 2010-05-06  Bernd Schmidt  <bernds@codesourcery.com>
993
994         * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
995         * config/arm/arm.c (multiple_operation_profitable_p,
996         compute_offset_order): New static functions.
997         (load_multiple_sequence, store_multiple_sequence): Use them.
998         Replace constant 4 with MAX_LDM_STM_OPS.  Compute order[0] from
999         memory offsets, not register numbers.
1000         (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
1001
1002 2010-05-05  Steven Bosscher  <steven@gcc.gnu.org>
1003
1004         * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
1005         (get_pending_sizes, put_pending_size, put_pending_sizes):
1006         Update the uses of pending_sizes.
1007         * c-decl.c (store_parm_decls): Likewise.
1008         * c-tree.h (struct c_arg_info): Likewise.
1009         * tree.h: Update the prototype for get_pending_sizes and
1010         put_pending_sizes.
1011
1012 2010-05-05  Jason Merrill  <jason@redhat.com>
1013
1014         PR debug/43370
1015         * c-common.c (handle_aligned_attribute): Respect
1016         ATTR_FLAG_TYPE_IN_PLACE.
1017
1018         PR testsuite/43758
1019         * target.h (struct gcc_target): Add attribute_takes_identifier_p.
1020         * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
1021         (TARGET_INITIALIZER): Use it.
1022         * c-common.c (attribute_takes_identifier_p): Call it.
1023         * c-common.h: Update prototype.
1024         * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
1025         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
1026
1027 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
1028
1029         PR debug/43950
1030         * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
1031         DW_ID_down_case for Fortran compilation units.
1032
1033 2010-05-05  Jan Hubicka  <jh@suse.cz>
1034
1035         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
1036         handle aliases.
1037
1038 2010-05-05  Eric Botcazou  <ebotcazou@adacore.com>
1039
1040         * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
1041         a variable-sized RESULT_DECL.
1042
1043 2010-05-05  Maxim Kuvyrkov  <maxim@codesourcery.com>
1044
1045         * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
1046
1047 2010-05-05  Jason Merrill  <jason@redhat.com>
1048
1049         PR c++/43787
1050         * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
1051         returns GS_OK.
1052         (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
1053
1054 2010-05-05  Alexandre Oliva  <aoliva@redhat.com>
1055             Jakub Jelinek  <jakub@redhat.com>
1056
1057         PR debug/43478
1058         * df-problems.c (struct dead_debug_use, struct dead_debug): New.
1059         (dead_debug_init, dead_debug_finish): New functions.
1060         (dead_debug_add, dead_debug_insert_before): Likewise.
1061         (df_note_bb_compute): Initialize a dead_debug object, add dead
1062         debug uses to it, insert debug bind insns before death insns,
1063         reset debug insns that refer to pending uses at the end.
1064         * rtl.h (make_debug_expr_from_rtl): New prototype.
1065         * varasm.c (make_debug_expr_from_rtl): New function.
1066
1067 2010-05-05  Jan Hubicka  <jh@suse.cz>
1068
1069         * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
1070         (lto_varpool_encoder_new, lto_varpool_encoder_delete,
1071         lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
1072         lto_varpool_encoder_deref, lto_varpool_encoder_size,
1073         lto_varpool_encoder_encode_initializer_p,
1074         lto_set_varpool_encoder_encode_initializer): New functions.
1075         (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
1076         call output_varpool.
1077         (input_varpool_node): Do not always set analyzed.
1078         (input_cgraph_1): Return vector of cgraph nodes.
1079         (input_varpool_1): Return vector of varpools.
1080         (input_cgraph): Free the vectors.
1081         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
1082         output only initializers needed.
1083         (lto_output): Only call output_cgraph.
1084         (produce_asm_for_decls): Call lto_varpool_encoder_delete.
1085         * lto-section-out.c (lto_new_out_decl_state): Initialize
1086         state->varpool_node_encoder.
1087         * lto-streamer.h (lto_varpool_encoder_d): New.
1088         (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
1089         (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
1090         (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
1091         lto_varpool_encoder_encode, lto_varpool_encoder_delete,
1092         lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
1093         Declare.
1094         (output_varpool, input_varpool): Remove declarations.
1095
1096 2010-05-05  Jan Hubicka  <jh@suse.cz>
1097
1098         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
1099         with body can prevail.
1100
1101 2010-05-05  Jan Hubicka  <jh@suse.cz>
1102
1103         * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
1104         size.
1105
1106 2010-05-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1107
1108         * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
1109
1110         * gengtype.h (erro_at_line): Constify pos argument.
1111
1112         * gengtype.c: Include hashtab.h.
1113         (enum gc_used): Document GC_MAYBE_POINTED_TO.
1114         (error_at_line): Constify pos argument.
1115         (do_typedef): Initialize p->opt field.
1116         (get_file_gtfilename): Fix comment typo.
1117         (struct walk_type_data): Constify line field.
1118         (get_output_file_for_structure): New function.
1119         (write_local_func_for_structure): Constify orig_s argument.
1120         Use get_output_file_for_structure.
1121         (write_func_for_structure): Use get_output_file_for_structure.
1122         (INDENT): New define.
1123         (dump_pair, dump_type, dump_type_list, dump_typekind)
1124         (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
1125         (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
1126         functions.
1127         (seen_types): New variable.
1128         (main): New variable do_dump.  Process "-d" command line option.
1129         Call dump_everything if dump requested.
1130
1131 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
1132
1133         * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
1134         in a temporary instead of invoking the macro multiple times.
1135         (track_expr_p): Likewise.
1136
1137 2010-05-04  Neil Vachharajani <nvachhar@google.com>
1138
1139         * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
1140         per new semantics.
1141         * opts.c (decode_options): Enable -Werror=coverage-mismatch.
1142         * coverage.c (get_coverage_counts): Always emit a warning.  Adjust
1143         conditions for printing notes.
1144         * common.opt (-Wcoverage-mismatch): Allow negative, default to
1145         true, update documentation.
1146         * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
1147
1148 2010-05-04  Jakub Jelinek  <jakub@redhat.com>
1149
1150         PR c/43981
1151         * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
1152         on dimen.
1153
1154 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
1155
1156         PR target/43799
1157         * config/i386/i386.md (sse_prologue_save): Clobber CC register.
1158         (*sse_prologue_save_insn1): Likewise.
1159         (SSE prologue save splitter): Likewise.
1160
1161 2010-05-04  Eric Botcazou  <ebotcazou@adacore.com>
1162
1163         * tree.c (free_lang_data_in_one_sizepos): New inline function.
1164         (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
1165         types.  Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
1166         (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
1167         all decls.  Call it on DECL_FIELD_OFFSET of fields.
1168         (find_decls_types_r): Follow DECL_VALUE_EXPR.
1169         (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
1170
1171 2010-05-04  Martin Jambor  <mjambor@suse.cz>
1172
1173         * tree-sra.c (build_access_from_expr_1): The first parameter type
1174         changed to simple tree.
1175         (build_access_from_expr): Likewise, gsi parameter was eliminated.
1176         (scan_assign_result): Renamed to assignment_mod_result, enum elements
1177         renamed as well.
1178         (build_accesses_from_assign): Removed all parameters except for a
1179         simple gimple statement.  Now returns a simple bool.
1180         (scan_function): All non-analysis parts moved to separate functions
1181         sra_modify_function_body and ipa_sra_modify_function_body.  Removed all
1182         parameters and updated both callers.
1183         (sra_modify_expr): Removed parameter data.
1184         (sra_modify_function_body): New function.
1185         (perform_intra_sra): Call sra_modify_function_body to modify the
1186         function body.
1187         (replace_removed_params_ssa_names): Parameter data changed into
1188         adjustments vector.
1189         (sra_ipa_modify_expr): Likewise.  Also removed unused parameter gsi and
1190         changed the parameter dont_convert to convert with the opposite
1191         meaning.
1192         (sra_ipa_modify_assign): Parameter data changed into adjustments
1193         vector, return value changed to bool.
1194         (ipa_sra_modify_function_body): New function.
1195         (sra_ipa_reset_debug_stmts): Updated a comment.
1196         (modify_function): Use ipa_sra_modify_function_body to modify function
1197         body.
1198
1199 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
1200
1201         PR middle-end/43671
1202         * alias.c (true_dependence): Handle the same VALUE in x and mem.
1203         (canon_true_dependence): Likewise.
1204         (write_dependence_p): Likewise.
1205
1206 2010-05-04  Jan Hubicka  <jh@suse.cz>
1207
1208         * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
1209         * cgraphbuild.c: Include ipa-utils.h
1210         (record_reference_ctx): New struct.
1211         (record_reference): Simplify to work on initializers; not statements.
1212         (mark_address, mark_load, mark_store): New.
1213         (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
1214         walk PHI nodes too.
1215         (record_references_in_initializer): Update use of record_reference.
1216         (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
1217         walk PHI nodes too.
1218
1219 2010-05-04  Jan Hubicka  <jh@suse.cz>
1220
1221         * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
1222         node will be removed anyway.
1223         (lto_varpool_replace_node): Allow also unanalyzed nodes;
1224         relink aliases of node into prevailing node.
1225         * varpool.c (varpool_remove_node): Remove aliases properly;
1226         when removing node, remove all its aliases too; remove DECL_INITIAL
1227         of removed node; ggc_free the varpool node.
1228
1229 2010-05-04  Richard Guenther  <rguenther@suse.de>
1230
1231         PR tree-optimization/43879
1232         * tree-ssa-structalias.c (alias_get_name): Use
1233         DECL_ASSEMBLER_NAME if available.
1234         (create_function_info_for): Return the varinfo node.
1235         (ipa_pta_execute): Associate same-body aliases and extra names
1236         with their origin nodes varinfo.  Dump DECL_ASSEMBLER_NAME.
1237
1238 2010-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
1239
1240         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
1241
1242 2010-05-04  Mikael Pettersson  <mikpe@it.uu.se>
1243
1244         PR bootstrap/43964
1245         * ira-color.c (assign_hard_reg): Declare rclass and add_cost
1246         only if HONOR_REG_ALLOC_ORDER is not defined.
1247
1248 2010-05-04  Richard Guenther  <rguenther@suse.de>
1249
1250         PR tree-optimization/43949
1251         * tree-vrp.c (extract_range_from_binary_expr): Only handle
1252         TRUNC_MOD_EXPR.
1253
1254 2010-04-26  Jason Merrill  <jason@redhat.com>
1255
1256         * c.opt (-fstrict-enums): New.
1257         * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
1258
1259 2010-05-03  David Ung <davidu@mips.com>
1260             James E. Wilson  <wilson@codesourcery.com>
1261
1262         * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
1263         emit the trap instruction before the divide for TUNE_74K.
1264
1265 2010-05-03  Steven Bosscher  <steven@gcc.gnu.org>
1266
1267         * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
1268         (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
1269         based on the above, for new target hook.
1270
1271         * hooks.c (hook_bool_mode_true): New generic hook.
1272         * hooks.h (hook_bool_mode_true): Add prototype.
1273
1274         * target.h (struct gcc_target): Add small_register_classes_for_mode_p
1275         target hook.
1276         * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
1277         target hook, set to hook_bool_mode_false.
1278         * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
1279         * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
1280         with targetm.small_register_classes_for_mode_p.
1281         (find_reusable_reload): Likewise.
1282         (combine_reloads): Likewise.
1283         * reload1.c (reload_as_needed): Likewise.
1284         * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
1285         * ifcvt.c (noce_process_if_block, check_cond_move_block,
1286         dead_or_predicable): Likewise.
1287         * regmove.c (optimize_reg_copy_1): Likewise.
1288         * calls.c (prepare_call_address): Likewise.
1289         (precompute_register_parameters): Likewise.
1290
1291         * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
1292         hook definition.
1293         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
1294         implementation of the hook that considers all register classes
1295         small except for SH64.
1296         (sh_override_options): Use the new hook.
1297         * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
1298         Add prototype.
1299
1300         * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
1301         hook definition.
1302         * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
1303         implementation of the hook that considers all register classes
1304         small for THUMB1.
1305         * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
1306         Add prototype.
1307
1308         * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
1309         hook definition.
1310         * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
1311         implementation of the hook that considers all register classes
1312         small for MIPS16.
1313         * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
1314         Add prototype.
1315
1316         * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
1317         hook definition.
1318         * config/m32c/m32c.h: Likewise.
1319         * config/pdp11/pdp11.h: Likewise.
1320         * config/avr/avr.h: Likewise.
1321         * config/xtensa/xtensa.h: Likewise.
1322         * config/m68hc11/m68hc11.h: Likewise.
1323         * config/mn10300/mn10300.h: Likewise.
1324         * config/mcore/mcore.h: Likewise.
1325         * config/h8300/h8300.h: Likewise.
1326         * config/bfin/bfin.h: Likewise.
1327
1328         * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
1329         * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
1330
1331 2010-05-03  Anatoly Sokolov  <aesok@post.ru>
1332
1333         * double-int.h (tree_to_double_int): Remove macro.
1334         (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
1335         * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
1336         (tree_to_double_int): New function.
1337         * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
1338         Move ...
1339         * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
1340
1341 2010-05-03  Richard Guenther  <rguenther@suse.de>
1342
1343         PR tree-optimization/43971
1344         * tree-ssa-structalias.c (get_constraint_for_1): Fix
1345         constraints in the !flag_delete_null_pointer_checks case.
1346
1347 2010-05-03  Jakub Jelinek  <jakub@redhat.com>
1348
1349         PR debug/43972
1350         * config/i386/i386.c (ix86_delegitimize_address): Make sure the
1351         result mode matches original rtl mode.
1352
1353 2010-05-03  Dave Korn  <dave.korn.cygwin@gmail.com>
1354
1355         PR target/43888
1356         * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
1357
1358 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
1359
1360         * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
1361         when processing flag options.
1362
1363 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
1364
1365         * gcov-iov.c (main): Change format string placeholder
1366         from %#08x to 0x%08x.
1367         * genchecksum.c (dosum): Change format string placeholder
1368         from %#02x to 0x%02x.
1369
1370 2010-05-02  Richard Guenther  <rguenther@suse.de>
1371
1372         PR tree-optimization/43879
1373         * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
1374
1375 2010-05-02  Bruno Haible  <bruno@clisp.org>
1376
1377         * doc/extend.texi (Function Attributes): Fix a typo.
1378
1379 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
1380
1381         Revert:
1382         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
1383         placeholder from 0x%x to %#x.
1384         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
1385         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
1386         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
1387         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
1388         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
1389         * config/i386/i386.c (ix86_target_string): Ditto.
1390         * config/i386/i386.c (output_pic_addr_const): Ditto.
1391         (print_operand): Ditto.
1392
1393 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
1394
1395         * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
1396         placeholder from 0x%x to %#x.
1397         (ASM_OUTPUT_DEBUG_DATA1): Ditto.
1398         (ASM_OUTPUT_DEBUG_DATA4): Ditto.
1399         (ASM_OUTPUT_DEBUG_DATA): Ditto.
1400         (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
1401         (ASM_OUTPUT_DEBUG_DATA8): Ditto.
1402         * optc-gen.awk: Ditto.
1403         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
1404         (HOST_WIDE_INT_PRINT_HEX): Ditto.
1405         (HOST_WIDEST_INT_PRINT_HEX): Ditto.
1406         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
1407
1408 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
1409
1410         * target.h (struct calls): Add function_value_regno_p field.
1411         * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
1412         (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
1413         * targhooks.c (default_function_value_regno_p): New function.
1414         * targhooks.h (default_function_value_regno_p): Declare function.
1415         * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
1416         * builtins.c. (apply_result_size): (Ditto.).
1417         * combine.c. (likely_spilled_retval_p): (Ditto.).
1418         * mode-switching.c. Include 'target.h'.
1419         (create_pre_exit): Use function_value_regno_p hook.
1420         * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
1421         * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
1422         TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
1423
1424         * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
1425         * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
1426         (ix86_function_value_regno_p): Declare as static, change argument
1427         type to const unsigned int.
1428         * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
1429
1430 2010-05-01  Richard Guenther  <rguenther@suse.de>
1431
1432         PR tree-optimization/43949
1433         * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
1434         types.
1435         (extract_range_from_binary_expr): Handle *_MOD_EXPR.
1436
1437 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
1438
1439         * rtl.h (CONST_DOUBLE_P): Define.
1440         (rtx_to_double_int): Declare.
1441         * emit-rtl.c (rtx_to_double_int): New function.
1442         * dwarf2out.c (insert_double): New function.
1443         (loc_descriptor, add_const_value_attribute): Clean up, use
1444         rtx_to_double_int and insert_double functions.
1445
1446 2010-05-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
1447
1448         * doc/extend.texi (Inline): Add missing return keyword to examples.
1449         (Function Attributes, Variable Attributes, Pragmas): Hyphenate
1450         "command-line".
1451
1452 2010-04-30  Eric Botcazou  <ebotcazou@adacore.com>
1453
1454         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
1455         the variable part of the offset as well.  Use highest_pow2_factor for
1456         all alignment checks.
1457
1458 2010-04-30  Richard Guenther  <rguenther@suse.de>
1459
1460         PR tree-optimization/43879
1461         * tree-ssa-structalias.c (type_could_have_pointers): Functions
1462         can have pointers.
1463
1464 2010-04-30  Jan Hubicka  <jh@suse.cz>
1465
1466         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
1467         varpool.
1468         (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
1469
1470 2010-04-30  Jan Hubicka  <jh@suse.cz>
1471
1472         * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
1473         New.
1474         * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
1475         * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
1476         (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
1477         cgraph_node_set_needs_ltrans_p): Remove.
1478
1479 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
1480
1481         * sdbout.c: Include vec.h, do not include varray.h.
1482         (deferred_global_decls, sdbout_global_decl,
1483         sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
1484         * toplev.c: Do not include varray.h.
1485         (dump_memory_report): Do not dump VARRAY statistics.
1486         * gengtype.c (open_base_file): Ignore varray.h.
1487         * Makefile.in: Update for abovementioned changes.
1488         Remove all traces of varray.c and varray.h.
1489         * varray.c: Remove file.
1490         * varray.h: Remove file.
1491
1492 2010-04-30  Jan Hubicka  <jh@suse.cz>
1493
1494         * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
1495         references.
1496
1497 2010-04-30  Jan Hubicka  <jh@suse.cz>
1498
1499         * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
1500         needed.
1501
1502 2010-04-30  Richard Guenther  <rguenther@suse.de>
1503
1504         * tree-ssa-structalias.c (get_constraint_for_1): Generate
1505         constraints for CONSTRUCTOR.
1506
1507 2010-04-30  Richard Guenther  <rguenther@suse.de>
1508
1509         PR lto/43946
1510         * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
1511         first after all lowering passes.
1512
1513 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
1514
1515         * toplev.c: Include varray.h for statistics dumping.
1516         * tree.h: Do not declare varray_head_tag.
1517         * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
1518         regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
1519         c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
1520         gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
1521         lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
1522         tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
1523         c-common.c, c-common.h, reg-stack.c, basic-block.h,
1524         tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
1525         include varray.h.
1526         * Makefile.in: Update for abovementioned changes.
1527
1528 2010-04-30  Jakub Jelinek  <jakub@redhat.com>
1529
1530         PR debug/43942
1531         * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
1532
1533 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
1534
1535         * config/picochip/picochip.c (picochip_legitimize_address): Define.
1536         Use this function to do machine-specific conversion.
1537         (picochip_legitimize_reload_address): Likewise.
1538         (picochip_legitimate_address_p): Check valid base register only if
1539         strict.
1540         (picochip_check_conditional_copy): Check for modw only if opnd is
1541         register.
1542         * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
1543         to call the function in c.
1544         * config/picochip/picochip-protos.h
1545         (picochip_legitimize_reload_address): Define.
1546         * config/picochip/picochip.md (supported_compare1): Define.
1547
1548 2010-04-30  Jan Hubicka  <jh@suse.cz>
1549
1550         * cgraph.h (cgraph_local_info): Remove for_functions_valid.
1551         (cgraph_global_info): Remove inlined.
1552         (LTO_cgraph_tag_names): Remove.
1553         (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
1554         * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
1555         simplify cgraph tags and document.
1556         (lto_output_node): Use only LTO_cgraph_unavail_node and
1557         LTO_cgraph_analyzed_node; Do not save analzed, reachable,
1558         for_functions_valid, global info, process and output flags.
1559         (input_overwrite_node): Initialize estimated stack size and
1560         estimated growth.  Do not read flags we no longer store.
1561         (input_node): Likewise do not read info no longer stored.
1562         * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
1563         flag.
1564
1565 2010-04-30  Richard Guenther  <rguenther@suse.de>
1566
1567         PR tree-optimization/43879
1568         * tree-ssa-structalias.c (get_constraint_for_1): Properly
1569         handle non-zero initializers.
1570
1571 2010-04-30  Richard Guenther  <rguenther@suse.de>
1572
1573         * builtins.c (fold_builtin_1): Delete free (0).
1574
1575 2010-04-29  Jan Hubicka  <jh@suse.cz>
1576
1577         * gengtype.c (open_base_files): Add lto-streamer.h
1578         * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
1579         (pass_ipa_cp): GGC collect.
1580         * toplev. (compile_file): Do not output symbols.
1581         * ipa-inline.c (pass_ipa_inline): Add ggc collect.
1582         * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
1583         TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
1584         * lto-section-in.c: Include ggc.h
1585         (lto_new_in_decl_state): Alloc in GGC.
1586         (lto_delete_in_decl_state): Likewise.
1587         * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
1588         Collect.
1589
1590 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
1591
1592         PR target/42895
1593         * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
1594         ORDER_REGS_FOR_LOCAL_ALLOC.  All instances of this macro changed.
1595         (HONOR_REG_ALLOC_ORDER): Describe new macro.
1596         * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
1597         * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
1598         account only if HONOR_REG_ALLOC_ORDER is not defined.
1599         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
1600         * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
1601
1602 2010-04-29  Jon Grant  <04@jguk.org>
1603
1604         * collect2.c (vflag): Change type from int to bool.
1605         (debug): Likewise.
1606         (helpflag): New global bool.
1607         (main): Set vflag and debug with boolean, not integer truth values.
1608         Accept new "--help" option and output usage text if found.
1609         * collect2.h (vflag): Update prototype.
1610         (debug): Likewise.
1611
1612 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
1613
1614         PR bootstrap/43936
1615         * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
1616
1617 2010-04-29  Richard Guenther  <rguenther@suse.de>
1618
1619         PR bootstrap/43935
1620         * plugin.h (invoke_plugin_callbacks): Annotate arguments
1621         with ATTRIBUTE_UNUSED.
1622
1623 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
1624
1625         PR target/43921
1626         * config/i386/i386.c (get_some_local_dynamic_name): Replace
1627         INSN_P with NONDEBUG_INSN_P.
1628         (distance_non_agu_define): Likewise.
1629         (distance_agu_use): Likewise.
1630
1631 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
1632
1633         From Dominique d'Humieres <dominiq@lps.ens.fr>
1634         PR bootstrap/43858
1635         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
1636         test_set.
1637
1638 2010-04-29  Brian Hackett  <bhackett1024@gmail.com>
1639
1640         * plugin.h (invoke_plugin_callbacks): New inline function.
1641         * plugin.c (flag_plugin_added): New global flag.
1642         (add_new_plugin): Initialize above flag.
1643         (invoke_plugin_callbacks): Rename to ...
1644         (invoke_plugin_callbacks_full): ... this.
1645
1646 2010-04-28  Jan Hubicka  <jh@suse.cz>
1647
1648         * lto-symtab.c (lto_symtab_entry_def) Add vnode.
1649         (lto_varpool_replace_node): New.
1650         (lto_symtab_resolve_symbols): Resolve varpool nodes.
1651         (lto_symtab_merge_decls_1): Prefer decls with varpool node.
1652         (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
1653         * cgraph.h (varpool_node_ptr): New type.
1654         (varpool_node_ptr): New vector.
1655         (varpool_node_set_def): New structure.
1656         (varpool_node_set): New type.
1657         (varpool_node_set): New vector.
1658         (varpool_node_set_element_def): New structure.
1659         (varpool_node_set_element, const_varpool_node_set_element): New types.
1660         (varpool_node_set_iterator): New type.
1661         (varpool_node): Add prev pointers, add used_from_other_partition,
1662         in_other_partition.
1663         (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
1664         varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
1665         varpool_get_node, varpool_remove_node): Declare.
1666         (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
1667         varpool_node_set_size): New inlines.
1668         * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
1669         * tree-pass.h (varpool_node_set_def): Forward declare.
1670         (ipa_opt_pass_d): Summary writting takes vnode sets too.
1671         (ipa_write_optimization_summaries): Update prototype.
1672         * ipa-cp.c (ipcp_write_summary): Update.
1673         * ipa-reference.c (ipa_reference_write_summary): Update.
1674         * lto-cgraph.c (lto_output_varpool_node): New static function.
1675         (output_varpool): New function.
1676         (input_varpool_node): New static function.
1677         (input_varpool_1): New function.
1678         (input_cgraph): Input varpool.
1679         * ipa-pure-const.c (pure_const_write_summary): Update.
1680         * lto-streamer-out.c (lto_output): Update, output varpool too.
1681         (write_global_stream): Kill WPA hack.
1682         (produce_asm_for_decls): Update.
1683         (output_alias_pair_p): Handle variables.
1684         (output_unreferenced_globals): Output only needed partition of varpool.
1685         * ipa-inline.c (inline_write_summary): Update.
1686         * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
1687         cgraph.
1688         * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
1689         * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
1690         varpool_node_set_new, varpool_node_set_add,
1691         varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
1692         debug_varpool_node_set): New functions.
1693         * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
1694         (execute_one_pass): Process new decls too.
1695         (ipa_write_summaries_2): Pass around vsets.
1696         (ipa_write_summaries_1): Likewise.
1697         (ipa_write_summaries): Build vset; be more selective about cgraph nodes
1698         to add.
1699         (ipa_write_optimization_summaries_1): Pass around vsets.
1700         (ipa_write_optimization_summaries): Likewise.
1701         * varpool.c (varpool_get_node): New.
1702         (varpool_node): Update doubly linked lists.
1703         (varpool_remove_node): New.
1704         (dump_varpool_node): More dumping.
1705         (varpool_enqueue_needed_node): Update doubly linked lists.
1706         (decide_is_variable_needed): Kill ltrans hack.
1707         (varpool_finalize_decl): Kill lto hack.
1708         (varpool_assemble_decl): Skip decls in other partitions.
1709         (varpool_assemble_pending_decls): Update doubly linkes lists.
1710         (varpool_empty_needed_queue): Likewise.
1711         (varpool_extra_name_alias): Likewise.
1712         * lto-streamer.c (lto_get_section_name): Add vars section.
1713         * lto-streamer.h (lto_section_type): Update.
1714         (output_varpool, input_varpool): Declare.
1715
1716 2010-04-28  Mike Stump  <mikestump@comcast.net>
1717
1718         * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
1719
1720 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
1721
1722         * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
1723         record or union type with RECORD_OR_UNION_TYPE_P predicate.
1724         (lto_input_ts_type_tree_pointers): Likewise.
1725         * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
1726         (lto_output_ts_type_tree_pointers): Likewise.
1727
1728 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
1729
1730         Uniquization of constants at the Tree level
1731         * tree.h (DECL_IN_CONSTANT_POOL): New macro.
1732         (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
1733         bit to the end.
1734         (tree_output_constant_def): Declare.
1735         * gimplify.c (gimplify_init_constructor): When using block copy, first
1736         uniquize the constant constructor on the RHS.
1737         * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
1738         DECL_IN_CONSTANT_POOL flag.
1739         * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
1740         * varasm.c (make_decl_rtl): Deal with variables belonging to the global
1741         constant pool.
1742         (assemble_variable): Deal with symbols belonging to the tree constant
1743         pool.
1744         (get_constant_section): Add ALIGN parameter and simplify.
1745         (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
1746         (assemble_constant_contents): Use the expression of the VAR_DECL.
1747         (output_constant_def_contents): Use the alignment of the VAR_DECL.
1748         (tree_output_constant_def): New global function.
1749         (mark_constant): Use the expression of the VAR_DECL.
1750         (place_block_symbol): Use the alignment of the VAR_DECL and the size of
1751         its expression.
1752         (output_object_block): Likewise and assemble the expression.
1753
1754 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
1755
1756         * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
1757         hash_tree, eq_tree): New tree hash table.
1758         (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
1759         [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
1760         lto_orig_address_remove): Reimplement.
1761
1762 2010-04-28  Xinliang David Li  <davidxl@google.com>
1763
1764         PR c/42643
1765         * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
1766         (compute_uninit_opnds_pos): New function.
1767         (is_non_loop_exit_postdominating): New function.
1768         (compute_control_dep_chain): New function.
1769         (find_pdom): New function.
1770         (convert_control_dep_chain_into_preds): New function.
1771         (find_predicates): New function.
1772         (find_control_equiv_block): New function.
1773         (collect_phi_def_edges): New function.
1774         (find_def_preds): New function.
1775         (find_dom): New function.
1776         (dump_predicates): New function.
1777         (get_cmp_code): New function.
1778         (is_value_included_in): New function.
1779         (find_matching_predicate_in_rest_chains): New function.
1780         (use_pred_not_overlap_with_undef_path_pred): New function.
1781         (is_use_properly_guarded): New function.
1782         (normalize_cond_1): New function.
1783         (is_and_or_or): New function.
1784         (normalize_cond): New function.
1785         (is_gcond_subset_of): New function.
1786         (is_subset_of_any): New function.
1787         (is_or_set_subset_of): New function.
1788         (is_and_set_subset_of): New function.
1789         (is_norm_cond_subset_of): New function.
1790         (is_pred_expr_subset_of): New function.
1791         (is_pred_chain_subset_of): New function.
1792         (is_included_in): New function.
1793         (is_superset_of): New function.
1794         (find_uninit_use): New function.
1795         (warn_uninitialized_phi): New function.
1796         (compute_possibly_undefined_names): New function.
1797         (ssa_undefined_value_p): New function.
1798         (execute_late_warn_uninitialized): New function.
1799         * tree-ssa.c (ssa_undefined_value_p): Removed.
1800         (warn_uninit): Changed to extern.
1801         (warn_uninitialized_phi): Removed.
1802         (warn_uninitialized_vars): Changed to extern.
1803         (execute_late_warn_uninitialized): Removed
1804         * tree-flow.h: Add new prototypes.
1805         * timevar.def: Add new time variable.
1806         * Makefile.in: Add new build file.
1807
1808 2010-04-28  Uros Bizjak  <ubizjak@gmail.com>
1809
1810         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
1811         type if available.
1812
1813 2010-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1814
1815         PR target/22224
1816         * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
1817
1818 2010-04-28  Martin Jambor  <mjambor@suse.cz>
1819
1820         * cgraph.h (struct cgraph_node): New field indirect_calls.
1821         (struct cgraph_indirect_call_info): New type.
1822         (struct cgraph_edge): Removed field indirect_call. New fields
1823         indirect_info, indirect_inlining_edge and indirect_unknown_callee.
1824         (cgraph_create_indirect_edge): Declare.
1825         (cgraph_make_edge_direct): Likewise.
1826         (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
1827         * ipa-prop.h (struct ipa_param_call_note): Removed.
1828         (struct ipa_node_params): Removed field param_calls.
1829         (ipa_create_all_structures_for_iinln): Declare.
1830         * cgraph.c: Described indirect edges and uids in initial comment.
1831         (cgraph_add_edge_to_call_site_hash): New function.
1832         (cgraph_edge): Search also among the indirect edges, use
1833         cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
1834         (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
1835         one, use cgraph_add_edge_to_call_site_hash to add edges to the call
1836         site hash.
1837         (initialize_inline_failed): Assign a reason to indirect edges.
1838         (cgraph_create_edge_1): New function.
1839         (cgraph_create_edge): Moved some functionality to
1840         cgraph_create_edge_1.
1841         (cgraph_create_indirect_edge): New function.
1842         (cgraph_edge_remove_callee): Add an assert checking for
1843         non-indirectness.
1844         (cgraph_edge_remove_caller): Special-case indirect edges.
1845         (cgraph_remove_edge): Likewise.
1846         (cgraph_set_edge_callee): New function.
1847         (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
1848         (cgraph_make_edge_direct): New function.
1849         (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
1850         the declaration of the call statement matches.
1851         (cgraph_node_remove_callees): Special-case indirect edges.
1852         (cgraph_clone_edge): Likewise.
1853         (cgraph_clone_node): Clone also the indirect edges.
1854         (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
1855         indirect_call, dump count of indirect_calls edges.
1856         * ipa-prop.c (iinlining_processed_edges): New variable.
1857         (ipa_note_param_call): Create indirect edges instead of
1858         creating notes.  New parameter node.
1859         (ipa_analyze_call_uses): New parameter node, pass it on to
1860         ipa_note_param_call.
1861         (ipa_analyze_stmt_uses): Likewise.
1862         (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
1863         (print_edge_addition_message): Work on edges rather than on notes.
1864         (update_call_notes_after_inlining): Likewise, renamed to
1865         update_indirect_edges_after_inlining.
1866         (ipa_create_all_structures_for_iinln): New function.
1867         (ipa_free_node_params_substructures): Do not free notes.
1868         (ipa_edge_duplication_hook): Propagate bits within
1869         iinlining_processed_edges bitmap.
1870         (ipa_node_duplication_hook): Do not duplicate notes.
1871         (free_all_ipa_structures_after_ipa_cp): Renamed to
1872         ipa_free_all_structures_after_ipa_cp.
1873         (free_all_ipa_structures_after_iinln): Renamed to
1874         ipa_free_all_structures_after_iinln.
1875         (ipa_write_param_call_note): Removed.
1876         (ipa_read_param_call_note): Removed.
1877         (ipa_write_indirect_edge_info): New function.
1878         (ipa_read_indirect_edge_info): Likewise.
1879         (ipa_write_node_info): Do not stream notes, do stream information
1880         in indirect edges.
1881         (ipa_read_node_info): Likewise.
1882         (lto_ipa_fixup_call_notes): Removed.
1883         * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
1884         * ipa-inline.c (pass_ipa_inline): Likewise.
1885         * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
1886         * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
1887         * tree-inline.c (copy_bb): Removed an unnecessary double check for
1888         is_gimple_call.
1889         * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
1890         edges.
1891         * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
1892         (output_cgraph): Stream also indirect edges.
1893         (lto_output_edge): Added capability to stream indirect edges.
1894         (input_edge): Likewise.
1895         (input_cgraph_1): Likewise.
1896         * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
1897         of indirect edges.
1898
1899 2010-04-28  Richard Guenther  <rguenther@suse.de>
1900
1901         PR tree-optimization/43879
1902         PR tree-optimization/43909
1903         * tree-ssa-structalias.c (struct variable_info): Add
1904         only_restrict_pointers flag.
1905         (new_var_info): Initialize it.  Increment stats.total_vars here.
1906         (create_function_info_for): Do not increment stats.total_vars here.
1907         (get_function_part_constraint): Fix build with C++.
1908         (insert_into_field_list): Remove.
1909         (push_fields_onto_fieldstack): Properly merge fields.
1910         (create_variable_info_for): Split and simplify.
1911         (create_variable_info_for_1): New piece.
1912         (intra_create_variable_infos): Properly make restrict constraints
1913         from parameters.
1914
1915 2010-04-28  Richard Guenther  <rguenther@suse.de>
1916
1917         PR c++/43880
1918         * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
1919
1920 2010-04-27  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1921             Jan Hubicka <hubicka@ucw.cz>
1922
1923         * doc/invoke.texi (-Wsuggest-attribute=const,
1924         -Wsuggest-attribute=pure): Document.
1925         * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
1926         (function_always_visible_to_compiler_p,
1927         suggest_attribute, warn_function_pure, warn_function_const):
1928         New functions.
1929         (check_call): Improve debug info.
1930         (analyze_function): Do not check availability.
1931         (add_new_function): Check availability.
1932         (propagate): Output warnings.
1933         (skip_function_for_local_pure_const): New function.
1934         (local_pure_const): Use it; output warnings.
1935         * common.opt (Wsuggest-attribute=const,
1936         Wsuggest-attribute=pure): New.
1937
1938 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
1939
1940         * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
1941         force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
1942         or DW_CFA_def_cfa_offset{,_sf}.
1943
1944 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
1945
1946         * tree.h: Fix truncated long macros.
1947
1948 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
1949
1950         * collect2.c (TARGET_64BIT): Redefine to target's default.
1951         * tlink.c: Likewise.
1952         * config/i386/cygming.h (USER_LABEL_PREFIX): Define
1953         dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
1954         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
1955         for underscoring __USER_LABEL_PREFIX__.
1956         * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
1957         (SUB_LINK_ENTRY32): New.
1958         (SUB_LINK_ENTRY64): New.
1959         (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
1960         * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
1961         (SUB_LINK_ENTRY64): New.
1962         (SUB_LINK_ENTRY): New.
1963         (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
1964         (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
1965         x64 target is choosen.
1966         * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
1967         * configure: Regenerated.
1968         * configure.ac (leading-mingw64-underscores): Option added.
1969
1970 2010-04-27  Jan Hubicka  <jh@suse.cz>
1971
1972         * doc/invoke.texi (-fipa-profile): Document.
1973         * opts.c (decode_options): Enable ipa-profile at -O1.
1974         * timevar.def (TV_IPA_PROFILE): Define.
1975         * common.opt (fipa-profile): Add.
1976         * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
1977         flag for clones.
1978         (cgraph_propagate_frequency): Handle only local ones.
1979         * tree-pass.h (pass_ipa_profile): Declare.
1980         * ipa-profile.c (gate_profile): Use flag_ipa_profile.
1981         (pass_ipa_profile): Use TV_IPA_PROFILE.
1982         * ipa.c (ipa_profile): New function.
1983         (gate_ipa_profile): Likewise.
1984         (pass_ipa_profile): New global variable.
1985         * passes.c (pass_ipa_profile): New.
1986
1987 2010-04-27  Nathan Froyd  <froydnj@codesourcery.com>
1988
1989         * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
1990
1991 2010-04-27  Martin Jambor  <mjambor@suse.cz>
1992
1993         PR middle-end/43812
1994         * ipa.c (dissolve_same_comdat_group_list): New function.
1995         (function_and_variable_visibility): Call
1996         dissolve_same_comdat_group_list when comdat group contains external or
1997         newly local nodes.
1998         * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
1999         lists are circular and that they contain only DECL_ONE_ONLY nodes.
2000
2001 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
2002
2003         * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
2004         (const_hash_1) <VECTOR_CST>: New case.
2005         (compare_constant) <VECTOR_CST>: Likewise.
2006         <ADDR_EXPR>: Deal with LABEL_REFs.
2007         (copy_constant) <VECTOR_CST>: New case.
2008
2009 2010-04-27  Jan Hubicka  <jh@suse.cz>
2010
2011         * cgraph.c (cgraph_propagate_frequency): New function.
2012         * cgraph.h (cgraph_propagate_frequency): Declare.
2013         * ipa-inline.c (cgraph_clone_inlined_nodes): Call
2014         cgraph_propagate_frequency.
2015
2016 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
2017
2018         * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
2019
2020 2010-04-27  Bernd Schmidt  <bernds@codesourcery.com>
2021
2022         PR target/40657
2023         * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
2024         (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
2025         here to determine which regs to push and how much stack to reserve.
2026
2027 2010-04-27  Jie Zhang  <jie@codesourcery.com>
2028
2029         * doc/gimple.texi (gimple_statement_with_ops): Remove
2030         addresses_taken field.
2031         (gimple_statement_with_memory_ops): Likewise.
2032
2033 2010-04-27  Jan Hubicka  <jh@suse.cz>
2034
2035         * tree-inline.c (eni_inlining_weights): Remove.
2036         (estimate_num_insns): Special case more builtins.
2037
2038 2010-04-27  Shujing Zhao  <pearly.zhao@oracle.com>
2039
2040         PR c/32207
2041         * c-typeck.c (build_binary_op): Move forward check for comparison
2042         pointer with null pointer constant and adjust the diagnostic message.
2043
2044 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
2045
2046         PR lto/42776
2047         * configure.ac (gcc_cv_as_section_has_align): Set if installed
2048         binutils supports extended .section directive needed by LTO, or
2049         warn if older binutils found.
2050         (LTO_BINARY_READER): New AC_SUBST'd variable.
2051         (LTO_USE_LIBELF): Likewise.
2052         * gcc/config.gcc (lto_binary_reader): New target-specific configure
2053         variable.
2054         * gcc/Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
2055         (LTO_USE_LIBELF): Likewise.
2056         * configure: Regenerate.
2057
2058         * collect2.c (is_elf): Rename from this ...
2059         (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
2060          object files in addition to ELF-formatted ones.
2061         (scan_prog_file): Caller updated.  Also allow for LTO info marker
2062         symbol to be prefixed or not by an extra underscore.
2063
2064         * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
2065         * config/i386/winnt.c: Also #include lto-streamer.h
2066         (i386_pe_asm_named_section): Specify 1-byte section alignment for
2067         LTO named sections.
2068         (i386_pe_asm_output_aligned_decl_common): Add comment.
2069         (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
2070
2071 2010-04-27  Hans-Peter Nilsson  <hp@bitrange.com>
2072
2073         PR target/43889
2074         * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
2075         Add missing earlyclobber for second alternative.
2076
2077 2010-04-26  Bernd Schmidt  <bernds@codesourcery.com>
2078
2079         * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
2080         bits for artificial defs at the top of the block.
2081         * fwprop.c (single_def_use_enter_block): Don't call it.
2082
2083 2010-04-26  Jack Howarth <howarth@bromo.med.uc.edu>
2084
2085         PR 43715
2086         * gcc/configure.ac: Use "$gcc_cv_nm -g" on darwin
2087         instead of "$gcc_cv_objdump -T".
2088         Use "-undefined dynamic_lookup" on darwin.
2089         * gcc/configure: Regenerate.
2090
2091 2010-04-26  Jakub Jelinek  <jakub@redhat.com>
2092
2093         PR c/43893
2094         * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
2095
2096 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
2097
2098         * c-parser.c (struct c_token): Move location field up.
2099         * c-tree.h (struct c_typespec): Move expr_const_operands field up.
2100         (struct c_declspecs): Convert typespec_word, storage_class, and
2101         default_int_p into bitfields.
2102         (struct c_declarator): Move loc field up.
2103
2104 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
2105
2106         * cfgloop.h (struct loop): Move can_be_parallel field up.
2107         * ipa-prop.h (struct ip_node_params): Move bitfields up.
2108         * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
2109         down.
2110         (struct iv_cand): Convert pos field into a bitfield.
2111         * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
2112         field up.
2113         (struct _stmt_vec_info): Shuffle fields for better packing.
2114
2115 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
2116
2117         * varasm.c (IN_NAMED_SECTION): Remove guard.
2118         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
2119         (IN_NAMED_SECTION_P): ...this.
2120         (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
2121         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
2122
2123 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
2124
2125         * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
2126         Use VOID_TYPE_P for all void type tests.  Adjust TYPE variable instead
2127         of shadowing it.  Fix comments.
2128
2129 2010-04-26  Jan Hubicka  <jh@suse.cz>
2130
2131         * cgraph.c (cgraph_create_node): Set node frequency to normal.
2132         (cgraph_clone_node): Copy function frequency.
2133         * cgraph.h (node_frequency): New enum
2134         (struct cgraph_node): Add.
2135         * final.c (rest_of_clean_state): Update.
2136         * lto-cgraph.c (lto_output_node): Output node frequency.
2137         (input_overwrite_node): Input node frequency.
2138         * tre-ssa-loop-ivopts (computation_cost): Update.
2139         * lto-streamer-out.c (output_function): Do not output function
2140         frequency.
2141         * predict.c (maybe_hot_frequency_p): Update and handle functions
2142         executed once.
2143         (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
2144         attribute lookup.
2145         (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
2146         (compute_function_frequency): Set noreturn functions to be executed
2147         once.
2148         (choose_function_section): Update.
2149         * lto-streamer-in.c (input_function): Do not input function frequency.
2150         * function.c (allocate_struct_function): Do not initialize function
2151         frequency.
2152         * function.h (function_frequency): Remove.
2153         (struct function): Remove function frequency.
2154         * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
2155         (try_update): Update.
2156         * tree-inline.c (initialize_cfun): Do not update function frequency.
2157         * passes.c (pass_init_dump_file): Update.
2158         * i386.c (ix86_compute_frame_layout): Update.
2159         (ix86_pad_returns): Update.
2160
2161 2010-04-26  Jie Zhang  <jie@codesourcery.com>
2162
2163         PR tree-optimization/43833
2164         * tree-vrp.c (range_int_cst_p): New.
2165         (range_int_cst_singleton_p): New.
2166         (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
2167         when both operands are constants.  Use range_int_cst_p in
2168         BIT_IOR_EXPR case.
2169
2170 2010-04-26  Jan Hubicka  <jh@suse.cz>
2171
2172         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
2173
2174 2010-04-26  Richard Guenther  <rguenther@suse.de>
2175
2176         PR lto/43080
2177         * gimple.c (gimple_decl_printable_name): Deal gracefully
2178         with a NULL DECL_NAME.
2179
2180 2010-04-26  Richard Guenther  <rguenther@suse.de>
2181
2182         PR lto/42425
2183         * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
2184         if emitting debug information and it is either a function
2185         or a namespace decl.
2186
2187 2010-04-26  Ira Rosen  <irar@il.ibm.com>
2188
2189         * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
2190         determine if the statement is vectorizable, and a macro to access it.
2191         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
2192         Skip statements that can't be vectorized. If the analysis fails,
2193         mark the statement as unvectorizable if vectorizing basic block.
2194         (vect_compute_data_refs_alignment): Likewise.
2195         (vect_verify_datarefs_alignment): Skip statements marked as
2196         unvectorizable. Add print.
2197         (vect_analyze_group_access): Skip statements that can't be
2198         vectorized. If the analysis fails, mark the statement as
2199         unvectorizable if vectorizing basic block.
2200         (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
2201         * tree-vect-stmts.c (vectorizable_store): Fix the number of
2202         generated stmts for SLP.
2203         (new_stmt_vec_info): Initialize the new field.
2204         * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
2205         statements marked as unvectorizable.
2206
2207 2010-04-25  Joseph Myers  <joseph@codesourcery.com>
2208
2209         * c-common.c (flag_isoc1x): New.
2210         (flag_isoc99): Update comment.
2211         * c-common.h (flag_isoc1x): New.
2212         (flag_isoc99): Update comment.
2213         * c-cppbuiltin.c (builtin_define_float_constants): Also define
2214         __<type>_DECIMAL_DIG__.
2215         * c-opts.c (set_std_c1x): New.
2216         (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
2217         (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
2218         * c.opt (-std=c1x, -std=gnu1x): New options.
2219         * doc/cpp.texi: Mention -std=c1x.
2220         * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
2221         * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
2222         * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
2223         * doc/standards.texi: Mention C1X.
2224         * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
2225         LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
2226         LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
2227         Define for C1X.
2228
2229 2010-04-25  Uros Bizjak  <ubizjak@gmail.com>
2230
2231         * config/i386/gmon-sol2.c (_mcleanup): Change format string
2232         placeholder from 0x%x to %#x.
2233         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
2234         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
2235         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
2236         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
2237         * config/i386/i386.c (ix86_target_string): Ditto.
2238         (output_pic_addr_const): Ditto.
2239         (print_operand): Ditto.
2240
2241 2010-04-25  Paolo Bonzini  <bonzini@gnu.org>
2242
2243         * combine.c (find_split_point): Add third argument.  Use it
2244         to find nested multiply-accumulate instructions.  Adjust calls.
2245         (try_combine): Adjust call to find_split_point.
2246
2247 2010-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
2248
2249         * doc/contrib.texi (Contributors): Add Dodji Seketeli.
2250
2251 2010-04-24  Bernd Schmidt  <bernds@codesourcery.com>
2252
2253         PR tree-optimization/41442
2254         * fold-const.c (merge_truthop_with_opposite_arm): New function.
2255         (fold_binary_loc): Call it.
2256
2257 2010-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2258
2259         * toplev.c (general_init): Set default for fdiagnostics-show-option.
2260         * opts.c (common_handle_option): Allow disabling it.
2261         * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
2262
2263 2010-04-23  Eric Botcazou  <ebotcazou@adacore.com>
2264
2265         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
2266         between modes if both types are integral.
2267
2268 2010-04-23  Richard Guenther  <rguenther@suse.de>
2269
2270         PR tree-optimization/43572
2271         * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
2272
2273 2010-04-23  Richard Guenther  <rguenther@suse.de>
2274
2275         PR lto/43455
2276         * tree-inline.c (tree_can_inline_p): Also check compatibility
2277         of return types.
2278
2279 2010-04-23  Martin Jambor  <mjambor@suse.cz>
2280
2281         PR tree-optimization/43846
2282         * tree-sra.c (struct access): New flag grp_assignment_read.
2283         (build_accesses_from_assign): Set grp_assignment_read.
2284         (sort_and_splice_var_accesses): Propagate grp_assignment_read.
2285         (enum mark_read_status): New type.
2286         (analyze_access_subtree): Propagate grp_assignment_read, create
2287         accesses also if both direct_read and root->grp_assignment_read.
2288
2289 2010-04-23  Martin Jambor  <mjambor@suse.cz>
2290
2291         PR middle-end/43835
2292         * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
2293         function does not have type attributes.
2294
2295 2010-04-23  Richard Guenther  <rguenther@suse.de>
2296
2297         PR lto/42653
2298         * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
2299         of FUNCTION_DECLs.
2300
2301 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2302
2303         * sese.h (create_if_region_on_edge): Remove.
2304
2305         * sese.c (create_if_region_on_edge): Make static.
2306
2307         * tree-inline.c: Do not include ggc.h.
2308
2309         * expr.c: Do not include ggc.h.
2310
2311         * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
2312         dependencies.
2313
2314 2010-04-22  Kaz Kojima  <kkojima@gcc.gnu.org>
2315
2316         PR target/43744
2317         * config/sh/sh.c (find_barrier): Don't emit a constant pool
2318         in the middle of insns for casesi_worker_2.
2319
2320 2010-04-22  David Edelsohn  <edelsohn@gnu.org>
2321
2322         * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
2323
2324 2010-04-22  Ira Rosen  <irar@il.ibm.com>
2325
2326         PR tree-optimization/43842
2327         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
2328         loop unrolling in update of exit phis. Fix comment.
2329         * tree-vect-slp.c (vect_analyze_slp): Check that there are at
2330         least two reduction statements in the loop before starting SLP
2331         analysis.
2332
2333 2010-04-22  Nick Clifton  <nickc@redhat.com>
2334
2335         * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
2336
2337 2010-04-22  Alexander Monakov  <amonakov@ispras.ru>
2338
2339         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
2340         to simplify a + ~a.
2341
2342 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2343
2344         * tree-parloops.c (loop_parallel_p): New argument
2345         parloop_obstack.  Pass it down.
2346         (parallelize_loops): New variable parloop_obstack.  Initialize it,
2347         pass it down, free it.
2348
2349         * tree-loop-linear.c (linear_transform_loops): Pass down
2350         lambda_obstack.
2351
2352         * tree-data-ref.h (lambda_compute_access_matrices): New argument
2353         of type struct obstack *.
2354
2355         * tree-data-ref.c (analyze_subscript_affine_affine): New variable
2356         scratch_obstack.  Initialize it, pass down, free it.
2357
2358         * lambda.h (lambda_loop_new): Remove.
2359         (lambda_matrix_new, lambda_matrix_inverse)
2360         (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
2361         argument of type struct obstack *.
2362
2363         * lambda-trans.c (lambda_trans_matrix_new): New argument
2364         lambda_obstack.  Pass it down, use obstack allocation for ret.
2365         (lambda_trans_matrix_inverse): New argument lambda_obstack.  Pass
2366         it down.
2367
2368         * lambda-mat.c (lambda_matrix_get_column)
2369         (lambda_matrix_project_to_null): Remove.
2370         (lambda_matrix_new): New argument lambda_obstack.  Use obstack
2371         allocation for mat.
2372         (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
2373         lambda_obstack.
2374
2375         * lambda-code.c (lambda_loop_new): New function.
2376         (lambda_lattice_new, compute_nest_using_fourier_motzkin)
2377         (lambda_compute_auxillary_space, lambda_compute_target_space)
2378         (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
2379         (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
2380         (build_access_matrix): New argument lambda_obstack.  Use obstack
2381         allocation for am.
2382         (lambda_compute_step_signs, lambda_compute_access_matrices): New
2383         argument lambda_obstack.  Pass it down.
2384
2385 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
2386
2387         * optabs.h (expand_widening_mult): Declare.
2388
2389 2010-04-22  Richard Guenther  <rguenther@suse.de>
2390
2391         PR tree-optimization/43845
2392         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
2393         lookup the CALL_EXPR function and arguments.
2394
2395 2010-04-22  Nick Clifton  <nickc@redhat.com>
2396
2397         * config/stormy16/stormy16.c
2398         (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
2399         * config/stormy16/stormy16.h: Tidy up formatting.
2400         (DONT_USE_BUILTIN_SETJMP): Remove definition.
2401         * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
2402         (ineqbranchsi): Delete pattern.
2403         * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
2404         * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
2405         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
2406         stormy16-lib2-ucmpsi2.c.
2407
2408 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
2409
2410         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
2411         df_simulate_find_noclobber_defs as appropriate.  Keep track of an
2412         extra set merge_set_noclobber, and use it to relax the final test
2413         slightly.
2414         * df.h (df_simulate_find_noclobber_defs): Declare.
2415         * df-problems.c (df_simulate_find_defs): Don't ignore partial or
2416         conditional defs.
2417         (df_simulate_find_noclobber_defs): New function.
2418
2419 2010-04-22  Uros Bizjak  <ubizjak@gmail.com>
2420
2421         * config/i386/i386.md: Use {} around multi-line preparation statements.
2422
2423 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2424
2425         * c-tree.h (push_init_level, pop_init_level, set_init_index)
2426         (process_init_element): New argument of type struct obstack *.
2427
2428         * c-typeck.c (push_init_level, pop_init_level, set_designator)
2429         (set_init_index, set_init_label, set_nonincremental_init)
2430         (set_nonincremental_init_from_string, find_init_member)
2431         (output_init_element, output_pending_init_elements)
2432         (process_init_element): New argument braced_init_obstack.  Pass it
2433         down.
2434         (push_range_stack, add_pending_init): New argument
2435         braced_init_obstack.  Use obstack allocation.
2436
2437         * c-parser.c (c_parser_initelt, c_parser_initval): New argument
2438         braced_init_obstack.  Pass it down.
2439         (c_parser_braced_init): New variables ret, braced_init_obstack.
2440         Initialize obstack, pass it down and finally free it.
2441
2442 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
2443
2444         PR middle-end/29274
2445         * tree-pass.h (pass_optimize_widening_mul): Declare.
2446         * tree-ssa-math-opts.c (execute_optimize_widening_mul,
2447         gate_optimize_widening_mul): New static functions.
2448         (pass_optimize_widening_mul): New.
2449         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
2450         <case MULT_EXPR>: Remove support for widening multiplies.
2451         * tree.def (WIDEN_MULT_EXPR): Tweak comment.
2452         * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
2453         simplify_gen_unary rather than directly building extensions.
2454         * tree-cfg.c (verify_gimple_assign_binary): Add tests for
2455         WIDEN_MULT_EXPR.
2456         * expmed.c (expand_widening_mult): New function.
2457         * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
2458
2459 2010-04-21  Jan Hubicka  <jh@suse.cz>
2460
2461         * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
2462         * lto-section-in.c (lto_section_name): Remove wpa_fixup.
2463         * lto-wpa-fixup.c: Remove.
2464         * Makefile.in (lto-wpa-fixup.o): Remove.
2465         * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
2466         (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
2467         * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
2468
2469 2010-04-21  Jan Hubicka  <jh@suse.cz>
2470
2471         * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
2472         add write_optimization_summary, read_optimization_summary.
2473         (ipa_write_summaries_of_cgraph_node_set): Remove.
2474         (ipa_write_optimization_summaries): Declare.
2475         (ipa_read_optimization_summaries): Declare.
2476         * ipa-cp.c (pass_ipa_cp): Update.
2477         * ipa-reference.c (pass_ipa_reference): Update.
2478         * ipa-pure-const.c (pass_ipa_pure_const): Update.
2479         * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
2480         Update.
2481         * ipa-inline.c (pass_ipa_inline): Update.
2482         * ipa.c (pass_ipa_whole_program): Update.
2483         * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
2484         * passes.c (ipa_write_summaries_1): Do not test wpa.
2485         (ipa_write_optimization_summaries_1): New.
2486         (ipa_write_optimization_summaries): New.
2487         (ipa_read_summaries): Do not test ltrans.
2488         (ipa_read_optimization_summaries_1): New.
2489         (ipa_read_optimization_summaries): New.
2490
2491 2010-04-21  Jan Hubicka  <jh@suse.cz>
2492
2493         * lto-cgraph.c (lto_output_node): Do not output comdat groups
2494         for boundary nodes.
2495         (output_cgraph): Do not arrange comdat groups for boundary nodes.
2496
2497 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
2498
2499         PR debug/40040
2500         * dwarf2out.c (add_name_and_src_coords_attributes): Add
2501         DW_AT_{,MIPS_}linkage_name even for Fortran decls.
2502
2503 2010-04-21  Jan Hubicka  <jh@suse.cz>
2504
2505         * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
2506
2507 2010-04-21  Jan Hubicka  <jh@suse.cz>
2508
2509         * varpool.c (decide_is_variable_needed): Variable is always needed
2510         during ltrans.
2511
2512 2010-04-21  Jan Hubicka  <jh@suse.cz>
2513
2514         * opts.c (decode_options): Enable pure-const pass for whopr.
2515
2516 2010-04-21  Jan Hubicka  <jh@suse.cz>
2517
2518         * cgraph.c (dump_cgraph_node): Dump also assembler name.
2519         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
2520         at WPA dumping.
2521         (cgraph_decide_inlining): Do not expect callee to be removed in all
2522         cases.
2523
2524 2010-04-21  Eric B. Weddington  <eric.weddington@atmel.com>
2525
2526         * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
2527
2528 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
2529
2530         * config/i386/i386.md (x86_shrd): Add athlon_decode and
2531         amdfam10_decode attributes.
2532
2533 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
2534
2535         PR middle-end/43570
2536         * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
2537         OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
2538         (lower_copyprivate_clauses): Use private var in outer
2539         context instead of original var.  Make sure the types
2540         are correct for VLAs.
2541
2542 2010-04-21  Richard Guenther  <rguenther@suse.de>
2543
2544         * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
2545         to non-pointer objects.
2546
2547 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
2548
2549         * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument.  Drop
2550         last chain entry if it starts with the still current label.
2551         (add_location_or_const_value_attribute): Check that
2552         loc_list->first->next is NULL instead of comparing ->first with ->last.
2553         (dwarf2out_var_location): Pass last_label resp. last_postcall_label
2554         to add_var_loc_to_decl.
2555
2556         * dwarf2out.c (output_call_frame_info): For dw_cie_version
2557         >= 4 add also address size and segment size fields into CIE header.
2558
2559         * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
2560         long as address size is the same as sizeof (void *) and
2561         segment size is 0.
2562         * unwind-dw2-fde.c (get_cie_encoding): Likewise.  If
2563         address size or segment size is unexpected, return DW_EH_PE_omit.
2564         (classify_object_over_fdes): If get_cie_encoding returned
2565         DW_EH_PE_omit, return -1.
2566         (init_object): If classify_object_over_fdes returned -1,
2567         pretend there were no FDEs at all.
2568
2569 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
2570
2571         * config/i386/i386.md (bswap<mode>2): Macroize expander from
2572         bswap{si,di}2 using SWI48 mode iterator.
2573         (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
2574         SWI48 mode iterator.  Set type attribute of bswap insn to bitmanip,
2575         set modrm attribute of bswap insn to 0 and remove length attribute.
2576         (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
2577         iterator.  Set type attribute to bitmanip, set modrm attribute to 0,
2578         set mode attribute to <MODE> and remove length attribute.
2579
2580 2010-04-20  James E. Wilson  <wilson@codesourcery.com>
2581
2582         PR rtl-optimization/43520
2583         * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
2584         zero available registers.
2585
2586 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2587
2588         * builtins.c (fold_builtin_cproj): Fold more cases.
2589
2590 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2591
2592         * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
2593         (fold_builtin_1): Fold builtin cproj.
2594         * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
2595         Use ATTR_CONST_NOTHROW_LIST.
2596
2597 2010-04-20  Uros Bizjak  <ubizjak@gmail.com>
2598
2599         * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
2600         and ffsdi2 using SWI48 mode iterator.  Expand SImode insn through
2601         ffsi2_no_cmove for !TARGET_CMOVE.
2602         (ffssi2_no_cmove): Rename from *ffs_no_cmove.  Make public.
2603         (ffssi2): Remove expander.
2604         (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
2605         mode iterator.
2606         (ctz<mode>2): Ditto from ctz{si,di}2.
2607         (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
2608         mode iterator.
2609         (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
2610         mode iterator.
2611
2612 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
2613
2614         * dwarf2out.c (AT_linkage_name): Define.
2615         (clone_as_declaration): Handle DW_AT_linkage_name.
2616         (add_name_and_src_coords_attributes): Use AT_linkage_name instead
2617         of DW_AT_MIPS_linkage_name.
2618         (move_linkage_attr): Likewise.
2619         (dwarf2out_finish): Likewise.
2620
2621 2010-04-20  Xinliang David Li  <davidxl@gcc.gnu.org>
2622
2623         PR middle-end/41952
2624         * fold-const.c (fold_comparison): New folding rule.
2625
2626 2010-04-20  Anatoly Sokolov  <aesok@post.ru>
2627
2628         * double-int.h (double_int_setbit): Declare.
2629         * double-int.c (double_int_setbit): New function.
2630         * rtl.h (immed_double_int_const): Declare.
2631         * emit-rtl.c (immed_double_int_const): New function.
2632         * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
2633         and immed_double_int_const functions.
2634         * optabs.c (expand_absneg_bit, expand_copysign_absneg,
2635         expand_copysign_bit):  (Ditto.).
2636         * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
2637         * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
2638         * dojump.c (prefer_and_bit_test): (Ditto.).
2639         * expr.c (convert_modes, reduce_to_bit_field_precision,
2640         const_vector_from_tree): (Ditto.).
2641         * expmed.c (mask_rtx, lshift_value): (Ditto.).
2642
2643 2010-04-20  Jan Hubicka  <jh@suse.cz>
2644
2645         * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
2646         (dump_cgraph_node): Dump new flags.
2647         * cgraph.h (struct cgraph_node): Add flags
2648         reachable_from_other_partition and in_other_partition.
2649         (cgraph_can_remove_if_no_direct_calls_p): Functions used by
2650         other partition can not be removed.
2651         * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
2652         the other partition must be output; silence sanity checking on
2653         leaking functions bodies from other paritition.
2654         * lto-cgraph.c (reachable_from_other_partition_p): New function.
2655         (lto_output_node): Output new flags; do not sanity check that inline
2656         clones are output; drop lto_forced_extern_inline_p code; do not mock
2657         visibility flags at partition boundaries.
2658         (add_node_to): New function.
2659         (output_cgraph): Use it to sort functions so masters appear before
2660         clones.
2661         (input_overwrite_node): Input new flags.
2662         * passes.c (ipa_write_summaries): Do not call
2663         lto_new_extern_inline_states.
2664         * lto-section-out.c (forced_extern_inline,
2665         lto_new_extern_inline_states lto_delete_extern_inline_states,
2666         lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
2667         * lto-streamer.h (lto_new_extern_inline_states,
2668         * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
2669         lto_forced_extern_inline_p): Kill.
2670
2671 2010-04-20  Richard Guenther  <rguenther@suse.de>
2672
2673         * tree-ssa-structalias.c (do_sd_constraint): Add edges only
2674         from vars that can have pointers.
2675         (process_constraint): Dump useless constraints.
2676
2677 2010-04-20  Richard Guenther  <rguenther@suse.de>
2678
2679         * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
2680         (dump_sa_points_to_info): Remove asserts.
2681         (init_base_vars): nothing_id isn't an escape point nor does it
2682         have pointers.
2683
2684 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
2685
2686         * tree.h (TYPE_REF_IS_RVALUE): Define.
2687         * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
2688         should_move_die_to_comdat, prune_unused_types_walk): Handle
2689         DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
2690         (modified_type_die, gen_reference_type_die): Emit
2691         DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
2692         if TYPE_REF_IS_RVALUE and -gdwarf-4.
2693
2694 2010-04-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2695
2696         PR target/43635
2697         * config/s390/s390.c (s390_emit_call): Turn direct into indirect
2698         calls for -fpic -m31 if they have been sibcall optimized.
2699
2700 2010-04-19  James E. Wilson  <wilson@codesourcery.com>
2701
2702         * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
2703         ar.lc fixed and call-used.
2704
2705         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
2706
2707 2010-04-19  Jan Hubicka  <jh@suse.cz>
2708
2709         * opts.c (decode_options): Disable whpr incompatible passes.
2710         * lto/lto.c (lto_1_to_1_map): Skip clones.
2711         (read_cgraph_and_symbols): Do not mark everything as needed.
2712         (do_whole_program_analysis): Do map only after optimizing;
2713         set proper cgraph_state; use passmanager.
2714
2715 2010-04-19  DJ Delorie  <dj@redhat.com>
2716
2717         * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
2718         POINTER_PLUS_EXPR and fix them.
2719
2720 2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
2721
2722         * config/avr/avr-devices.c (avr_mcu_types): Add support for new
2723         devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
2724         attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
2725         atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
2726         atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
2727         atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
2728         atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
2729         atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
2730         m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
2731         atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
2732         * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
2733
2734 2010-04-19  Eric Botcazou  <ebotcazou@adacore.com>
2735
2736         * ifcvt.c (noce_try_cmove_arith): Fix long lines.
2737         (check_cond_move_block): Likewise.
2738         (cond_move_process_if_block): Likewise.
2739         (noce_find_if_block): Improve formatting.
2740         (find_if_header): Pass 0 to memset and tweak conditions.
2741         (cond_exec_find_if_block): Fix long lines and tweak conditions.
2742
2743 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
2744
2745         * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
2746         for -gdwarf-4.
2747
2748         PR middle-end/43337
2749         * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
2750         with non-local decl doesn't need chain.
2751
2752 2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
2753
2754         * ira-color.c (allocno_reload_assign): Avoid accumulating
2755         reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
2756
2757 2010-04-19  Martin Jambor  <mjambor@suse.cz>
2758
2759         * gimple.h (create_tmp_reg): Declare.
2760         * gimplify.c (create_tmp_reg): New function.
2761         (gimplify_return_expr): Use create_tmp_reg.
2762         (gimplify_omp_atomic): Likewise.
2763         (gimple_regimplify_operands): Likewise.
2764         * tree-dfa.c (make_rename_temp): Likewise.
2765         * tree-predcom.c (predcom_tmp_var): Likewise.
2766         (reassociate_to_the_same_stmt): Likewise.
2767         * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
2768         (get_replaced_param_substitute): Likewise.
2769         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
2770         * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
2771         * tree-ssa-pre.c (get_representative_for): Likewise.
2772         (create_expression_by_pieces): Likewise.
2773         * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
2774         (create_tailcall_accumulator): Likewise.
2775
2776 2010-04-19  Martin Jambor  <mjambor@suse.cz>
2777
2778         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
2779         new_stmt.
2780         (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
2781
2782 2010-04-19  Richard Guenther  <rguenther@suse.de>
2783
2784         PR tree-optimization/43796
2785         * tree-vrp.c (adjust_range_with_scev): Lookup init and step
2786         from SCEV in the lattice.
2787         (vrp_visit_phi_node): Dump change.
2788
2789 2010-04-19  Richard Guenther  <rguenther@suse.de>
2790
2791         * configure.ac: Fix quoting around elf_getshstrndx ABI check.
2792         * configure: Re-generated.
2793
2794 2010-04-19  Richard Guenther  <rguenther@suse.de>
2795
2796         PR tree-optimization/43783
2797         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
2798         constant ARRAY_REF operands two and three if possible.
2799
2800 2010-04-19  Uros Bizjak  <ubizjak@gmail.com>
2801
2802         PR target/43766
2803         * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
2804
2805 2010-04-19  Jie Zhang  <jie@codesourcery.com>
2806
2807         PR target/43662
2808         * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
2809
2810 2010-04-19  Ira Rosen  <irar@il.ibm.com>
2811
2812         PR tree-optimization/37027
2813         * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
2814         and macro to access it.
2815         (vectorizable_reduction): Add argument.
2816         (vect_get_slp_defs): Likewise.
2817         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
2818         statements for possible use in SLP.
2819         (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
2820         (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
2821         (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
2822         add new argument.
2823         (vectorizable_reduction): Likewise.
2824         * tree-vect-stmts.c (vect_get_vec_defs): Update call to
2825         vect_get_slp_defs.
2826         (vectorizable_type_demotion, vectorizable_type_promotion,
2827         vectorizable_store): Likewise.
2828         (vect_analyze_stmt): Update call to vectorizable_reduction.
2829         (vect_transform_stmt): Likewise.
2830         * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
2831         (vect_build_slp_tree): Fix indentation. Check that there are no loads
2832         from different interleaving chains in same node.
2833         (vect_slp_rearrange_stmts): New function.
2834         (vect_supported_load_permutation_p): Allow load permutations for
2835         reductions. Call vect_slp_rearrange_stmts() to rearrange statements
2836         inside SLP nodes if necessary.
2837         (vect_analyze_slp_instance): Handle reductions.
2838         (vect_analyze_slp): Try to build SLP instances originating from groups
2839         of reductions.
2840         (vect_detect_hybrid_slp_stmts): Skip reduction statements.
2841         (vect_get_constant_vectors): Create initial vectors for reductions
2842         according to reduction code. Add new argument.
2843         (vect_get_slp_defs): Add new argument, pass it to
2844         vect_get_constant_vectors.
2845         (vect_schedule_slp_instance): Remove SLP tree root statements.
2846
2847 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
2848
2849         * tree.h (ENUM_IS_SCOPED): Define.
2850         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
2851         for ENUM_IS_SCOPED enums.
2852
2853 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
2854
2855         * fold-const.c (fold_comparison): Use ssizetype.
2856         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
2857         * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
2858         * tree-loop-distribution.c (build_size_arg_loc): Likewise.
2859         * tree-object-size.c (compute_object_sizes): Use size_type_node.
2860
2861         * tree.h (initialize_sizetypes): Remove parameter.
2862         (build_common_tree_nodes): Remove second parameter.
2863         * stor-layout.c (initialize_sizetypes): Remove parameter.
2864         Always create an unsigned type.
2865         (set_sizetype): Assert that the passed type is unsigned and simplify.
2866         * tree.c (build_common_tree_nodes): Remove second parameter.
2867         Adjust call to initialize_sizetypes.
2868         * c-decl.c (c_init_decl_processing): Remove second argument in call to
2869         build_common_tree_nodes.
2870
2871 2010-04-18  Matthias Klose  <doko@ubuntu.com>
2872
2873         * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
2874
2875 2010-04-18  Ira Rosen  <irar@il.ibm.com>
2876
2877         PR tree-optimization/43771
2878         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
2879         load permutation doesn't have gaps.
2880
2881 2010-04-18  Jan Hubicka  <jh@suse.cz>
2882
2883         * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
2884         (sse_prologue_save_insn expander): Use new pattern.
2885         (sse_prologue_save_insn1): New pattern and splitter.
2886         (sse_prologue_save_insn): Update to deal also with 64bit aligned
2887         blocks.
2888         * i386.c (setup_incoming_varargs_64): Do not compute jump
2889         destination here.
2890         (ix86_gimplify_va_arg): Update alignment needed.
2891         (ix86_local_alignment): Do not align all local arrays to 128bit.
2892
2893 2010-04-17  Jan Hubicka  <jh@suse.cz>
2894
2895         * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
2896
2897 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
2898
2899         * arm.md (negdi2): Remove redundant code to force values into a
2900         register.
2901
2902 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
2903
2904         * arm/bpabi.S: Add EABI alignment attributes to objects.
2905         * arm/bpabi-v6m.S: Likewise.
2906         * arm/crti.asm: Likewise.
2907         * arm/crtn.asm: Likewise.
2908         * arm/lib1funcs.asm: Likewise.
2909         * arm/libunwind.S: Likewise.
2910
2911 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
2912
2913         * arm-protos.h (tune_params): New structure.
2914         * arm.c (current_tune): New variable.
2915         (arm_constant_limit): Delete.
2916         (struct processors): Add pointer to the tune parameters.
2917         (arm_slowmul_tune): New tuning option.
2918         (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
2919         (all_cores): Adjust to pick up the tuning model.
2920         (arm_constant_limit): New function.
2921         (arm_override_options): Select the appropriate tuning model.  Delete
2922         initialization of arm_const_limit.
2923         (arm_split_constant): Use the new constant-limit model.
2924         (arm_rtx_costs): Pick up the current tuning model.
2925         * arm.md (is_strongarm, is_xscale): Delete.
2926         * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
2927         for Xscale variant architectures.
2928         (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
2929
2930 2010-04-17  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2931
2932         * config/arm/arm.c (arm_gen_constant): Remove unused variable
2933         can_shift.
2934         (arm_rtx_costs_1): Remove unused variable extra_cost.
2935         (arm_unwind_emit_set): Use variable offset.
2936         (thumb1_output_casesi): Remove unused variable flags.
2937
2938 2010-04-16  Jeff Law  <law@redhat.com>
2939
2940         * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
2941         needing assignment rather than doing a two-phase assignment.  Remove
2942         unused variable 'm'.
2943
2944 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
2945
2946         PR bootstrap/43767
2947         * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
2948
2949 2010-04-16  Doug Kwan  <dougkwan@google.com>
2950
2951         * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
2952         (next_operand_entry_id): New static variable.
2953         (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
2954         (add_to_ops_vec): Assigned unique ID to operand entry.
2955         (struct oecount_s): New field ID.
2956         (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
2957         (undistribute_ops_list): Assign unique IDs to oecounts.
2958         (init_reassoc): reset next_operand_entry_id.
2959
2960 2010-04-16  Doug Kwan  <dougkwan@google.com>
2961
2962         * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
2963         missing left parenthesis.
2964
2965 2010-04-16  Uros Bizjak  <ubizjak@gmail.com>
2966
2967         * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
2968         *btdi_rex64 using SWI48 mode iterator.
2969         (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
2970         (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
2971         *jcc_btdi_mask_rex64.
2972
2973 2010-04-16  Anatoly Sokolov  <aesok@post.ru>
2974
2975         * double-int.h (tree_to_double_int): Convert to macro.
2976         * double-int.c (tree_to_double_int): Remove.
2977
2978 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
2979
2980         PR debug/43762
2981         * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
2982         with want_address 2 and in case a single element list might be
2983         possible, call it again with want_address 0.
2984
2985 2010-04-12  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
2986
2987         * config/h8300/h8300.c (print_operand) : Modify case 'V' and
2988         case 'W' print operands for HI mode.
2989         * config/h8300/h8300.h (Y0, Y2) : New constraints.
2990         * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
2991         (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
2992         * config/h8300/predicate.md (bit_register_indirect_operand): New.
2993
2994         * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
2995
2996         * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
2997         cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
2998         #xx:3 and #xx:4 mode.
2999
3000         * config/h8300/h8300.md (inverted load with HImode dest): Add
3001         support for H8300SX.
3002
3003         * config/h8300/predicate.md (bit_operand): Allow immediate values that
3004         satisfy 'U' constraint.
3005
3006 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3007
3008         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
3009         * configure: Regenerate.
3010         * config.in: Regenerate.
3011         * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
3012         works.
3013
3014 2010-04-16  Richard Guenther  <rguenther@suse.de>
3015
3016         * tree.h (struct tree_decl_minimal): Move pt_uid ...
3017         (struct tree_decl_common): ... here.
3018         (DECL_PT_UID): Adjust.
3019         (SET_DECL_PT_UID): Likewise.
3020         (DECL_PT_UID_SET_P): Likewise.
3021
3022 2010-04-16  Richard Guenther  <rguenther@suse.de>
3023
3024         PR tree-optimization/43572
3025         * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
3026         * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
3027         * tree-flow.h (is_call_clobbered): Remove.
3028         * tree-flow-inline.h (is_call_clobbered): Likewise.
3029         * tree-dfa.c (dump_variable): Do not dump call clobber state.
3030         * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
3031         (execute_return_slot_opt): Adjust.
3032         * tree-tailcall.c (suitable_for_tail_opt_p): Remove
3033         check for call clobbered vars here.
3034         (find_tail_calls): Move tailcall verification to the
3035         proper place.
3036
3037 2010-04-16  Diego Novillo  <dnovillo@google.com>
3038
3039         * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
3040
3041 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
3042
3043         PR target/40603
3044         * config/arm/arm.md (cbranchqi4): New pattern.
3045         * config/arm/predicates.md (const0_operand,
3046         cbranchqi4_comparison_operator): New predicates.
3047
3048 2010-04-16  Richard Guenther  <rguenther@suse.de>
3049
3050         * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
3051         (dump_gimple_stmt): Likewise.
3052
3053 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
3054
3055         * recog.h (struct recog_data): New field is_operator.
3056         (struct insn_operand_data): New field is_operator.
3057         * recog.c (extract_insn): Set recog_data.is_operator.
3058         * genoutput.c (output_operand_data): Emit code to set the
3059         is_operator field.
3060         * reload.c (find_reloads): Use it rather than testing for an
3061         empty constraint string.
3062
3063         PR target/41514
3064         * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
3065         If the previous insn is a cbranchsi4_insn with the same arguments,
3066         omit the compare instruction.
3067
3068         * config/arm/arm.md (addsi3_cbranch): If destination is a high
3069         register, inputs must be low registers and we need a low register
3070         scratch.  Handle alternative 2 like alternative 3.
3071
3072 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
3073
3074         * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
3075         don't call get_addr on both.  If one expression is a VALUE and
3076         the other a REG, check VALUE's locs if the REG isn't among them.
3077
3078 2010-04-16  Christian Bruel  <christian.bruel@st.com>
3079
3080         * config/sh/sh.h (sh_frame_pointer_required): New function.
3081         * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
3082         (flag_omit_frame_pointer) Set.
3083         (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
3084         (rounded_frame_size): Adjust size with outgoing_args_size.
3085         (sh_set_return_address): Must return from stack pointer.
3086         * gcc/config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
3087         (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
3088         (ACCUMULATE_OUTGOING_ARGS): Define.
3089         * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
3090         * gcc/config/sh/sh.opt: (maccumulate-outgoing-args): New option.
3091
3092 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
3093
3094         PR target/43471
3095         * config/sh/sh.c (sh_legitimize_reload_address): Use
3096         MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
3097         Remove a unneeded check for offset_base.
3098
3099 2010-04-15  H.J. Lu  <hongjiu.lu@intel.com>
3100
3101         * configure: Regenerated.
3102
3103 2010-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3104
3105         * config/s390/s390.c (s390_call_save_register_used): Switch back
3106         to HARD_REGNO_NREGS.
3107
3108 2010-04-15  Richard Guenther  <rguenther@suse.de>
3109
3110         * alias.c (alias_set_subset_of): Handle alias-set zero
3111         child properly.
3112
3113 2010-04-15  Mark Shinwell  <shinwell@codesourcery.com>
3114             Julian Brown  <julian@codesourcery.com>
3115
3116         * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
3117         alternatives according to use of high and low regs.
3118         * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
3119         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
3120         optimizing for size on Thumb-2.
3121
3122 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
3123
3124         * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
3125
3126 2010-04-15  Richard Guenther  <rguenther@suse.de>
3127
3128         * tree-ssa-structalias.c (struct variable_info): Add
3129         is_fn_info flag.
3130         (new_var_info): Initialize it.
3131         (dump_constraints): Support printing last added constraints.
3132         (debug_constraints): Adjust.
3133         (dump_constraint_graph): Likewise.
3134         (make_heapvar_for): Check for NULL cfun.
3135         (get_function_part_constraint): New function.
3136         (get_fi_for_callee): Likewise.
3137         (find_func_aliases): Properly implement IPA PTA constraints.
3138         (process_ipa_clobber): New function.
3139         (find_func_clobbers): Likewise.
3140         (insert_into_field_list_sorted): Remove.
3141         (create_function_info_for): Properly allocate vars for IPA mode.
3142         Do not use insert_into_field_list_sorted.
3143         (create_variable_info_for): Properly generate constraints for
3144         global vars in IPA mode.
3145         (dump_solution_for_var): Always dump the solution.
3146         (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
3147         (find_what_var_points_to): Adjust.
3148         (pt_solution_set): Change.
3149         (pt_solution_ior_into): New function.
3150         (pt_solution_empty_p): Export.
3151         (pt_solution_includes_global): Adjust.
3152         (pt_solution_includes_1): Likewise.
3153         (pt_solutions_intersect_1): Likewise.
3154         (dump_sa_points_to_info): Check some invariants.
3155         (solve_constraints): Move constraint dumping ...
3156         (compute_points_to_sets): ... here.
3157         (ipa_pta_execute): ... and here.
3158         (compute_may_aliases): Do not re-compute points-to info
3159         locally if IPA info is available.
3160         (ipa_escaped_pt): New global var.
3161         (ipa_pta_execute): Properly implement IPA PTA.
3162         * tree-into-ssa.c (dump_decl_set): Support dumping
3163         decls not in referenced-vars.
3164         * tree-flow.h (struct gimple_df): Add ipa_pta flag.
3165         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
3166         (dump_points_to_solution): Likewise.
3167         * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
3168         * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
3169         (remap_gimple_stmt): Reset call clobber/use information if necessary.
3170         (copy_decl_to_var): Copy DECL_PT_UID.
3171         (copy_result_decl_to_var): Likewise.
3172         * tree.c (make_node_stat): Initialize DECL_PT_UID.
3173         (copy_node_stat): Copy it.
3174         * tree.h (DECL_PT_UID): New macro.
3175         (SET_DECL_PT_UID): Likewise.
3176         (DECL_PT_UID_SET_P): Likewise.
3177         (struct tree_decl_minimal): Add pt_uid member.
3178         * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
3179         (pt_solution_empty_p): Declare.
3180         (pt_solution_set): Adjust.
3181         (ipa_escaped_pt): Declare.
3182         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
3183         * gimple-pretty-print.c (pp_points_to_solution): New function.
3184         (dump_gimple_call): Dump call clobber/use information.
3185         * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
3186         * tree-pass.h (TDF_ALIAS): New dump option.
3187         * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
3188         * doc/invoke.texi (-fipa-pta): Update documentation.
3189
3190 2010-04-15  Richard Guenther  <rguenther@suse.de>
3191
3192         * Makefile.in (OBJS-common): Add gimple-fold.o.
3193         (gimple-fold.o): New rule.
3194         * tree.h (maybe_fold_offset_to_reference,
3195         maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
3196         prototypes ...
3197         * gimple.h: ... here.
3198         * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
3199         may_propagate_address_into_dereference): Move prototypes ...
3200         * gimple.h: ... here.
3201         * tree-ssa-ccp.c (get_symbol_constant_value,
3202         may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
3203         maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
3204         maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
3205         maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
3206         ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
3207         fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
3208         gimplify_and_update_call_from_tree): Move ...
3209         * gimple-fold.c: ... here.  New file.
3210         (ccp_fold_builtin): Rename to ...
3211         (gimple_fold_builtin): ... this.
3212         * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
3213
3214 2010-04-15  Richard Guenther  <rguenther@suse.de>
3215
3216         * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
3217         fit_double_type, force_fit_type_double, add_double_with_sign,
3218         neg_double, mul_double_with_sign, lshift_double, rshift_double,
3219         lrotate_double, rrotate_double, div_and_round_double): Move ...
3220         * double-int.c: ... here.
3221         * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
3222         add_double, neg_double, mul_double_with_sign, mul_double,
3223         lshift_double, rshift_double, lrotate_double, rrotate_double,
3224         div_and_round_double): Move prototypes ...
3225         * double-int.h: ... here.
3226
3227 2010-04-15  Bernd Schmidt  <bernds@codesourcery.com>
3228
3229         PR target/43742
3230         * config/sh/sh.md (doloop_end_split, dect): Undo previous patch.  Use
3231         matching constraints to ensure inputs match the output.
3232
3233 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
3234
3235         PR target/43742
3236         * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
3237         in an input-only operand.
3238
3239 2010-04-15  Anatoly Sokolov  <aesok@post.ru>
3240
3241         * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
3242         (double_int_not, double_int_lshift, double_int_rshift): Declare.
3243         (double_int_negative_p): Convert to static inline function.
3244         * double-int.c (double_int_lshift, double_int_lshift): New functions.
3245         (double_int_negative_p): Remove.
3246         * tree.h (lshift_double, rshift_double):
3247         * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
3248         * fold-const.c (fold_convert_const_int_from_real,
3249         fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
3250         (lshift_double): Change type of arith argument to bool.
3251         (rshift_double): Change type of arith argument to bool. Correct
3252         comment.
3253         * expmed.c (mask_rtx, lshift_value): (Ditto.).
3254
3255 2010-04-14  Bernd Schmidt  <bernds@codesourcery.com>
3256
3257         PR target/21803
3258         * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
3259         at the start and end of the then/else blocks, and omit them from the
3260         conversion.
3261         * cfgcleanup.c (flow_find_cross_jump): No longer static.  Remove MODE
3262         argument; all callers changed.  Pass zero to old_insns_match_p instead.
3263         (flow_find_head_matching_sequence): New function.
3264         (old_insns_match_p): Check REG_EH_REGION notes for calls.
3265         * basic-block.h (flow_find_cross_jump,
3266         flow_find_head_matching_sequence): Declare functions.
3267
3268 2010-04-14  Jason Merrill  <jason@redhat.com>
3269
3270         PR c++/36625
3271         * c-common.c (attribute_takes_identifier_p): New fn.
3272         * c-common.h: Declare it.
3273
3274 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
3275
3276         * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
3277         splitter condition.
3278         (*udivmod<mode>4): Ditto.
3279
3280 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
3281
3282         * config/i386/i386.md (maxmin_int): Rename code attribute from
3283         maxminiprefix and update all users.
3284         (maxmin_float): Ditto from maxminfprefix.
3285         (logic): Ditto from logicprefix.
3286         (absneg_mnemonic): Ditto from absnegprefix.
3287         * config/i386/mmx.md: Update all users of maxminiprefix,
3288         maxminfprefix and logicprefix for rename.
3289         * config/i386/sse.md: Ditto.
3290         * config/i386/sync.md (sync_<code><mode>): Update for
3291         logicprefix rename.
3292
3293 2010-04-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3294
3295         PR 42966
3296         * diagnostics.c (diagnostic_report_diagnostic): Mark specially
3297         warnings converted to errors.
3298
3299 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
3300
3301         * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
3302         used insn_type variable.
3303         (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
3304         to avoid set-but-not-used warning.
3305
3306 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
3307
3308         * df-core.c (df_ref_debug): Change format string placeholder
3309         from 0x%x to %#x.
3310         * dwarf2asm.c (dw2_asm_output_data_raw,
3311         dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
3312         dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
3313         * dwarf2out.c (output_cfi, output_cfi_directive,
3314         dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
3315         output_cfa_loc_raw, output_die, output_ranges, output_file_names):
3316         Ditto.
3317         * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
3318         * print-rtl.c (print_rtx): Ditto.
3319
3320 2010-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
3321
3322         PR middle-end/42694
3323         * builtins.c (expand_builtin_pow_root): New function to expand pow
3324         calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
3325         series of sqrt and cbrt calls under -ffast-math.
3326         (expand_builtin_pow): Call it.
3327
3328 2010-04-14  Michael Matz  <matz@suse.de>
3329
3330         PR tree-optimization/42963
3331         * tree-cfg.c (touched_switch_bbs): New static variable.
3332         (group_case_labels_stmt): New function broken out from ...
3333         (group_case_labels): ... here, use the above.
3334         (start_recording_case_labels): Allocate touched_switch_bbs.
3335         (end_recording_case_labels): Deallocate it, call
3336         group_case_labels_stmt.
3337         (gimple_redirect_edge_and_branch): Remember index of affected BB.
3338
3339 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
3340
3341         * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
3342         from insn template.
3343
3344 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
3345
3346         * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
3347
3348 2010-04-13  Jan Hubicka  <jh@suse.cz>
3349
3350         * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
3351         of optimized out static functions.
3352         (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
3353         cost computation.  Also sanity check for overflows.
3354         (update_caller_keys): Update cgraph_edge_badness call; properly
3355         update fibheap and sanity check that it is up to date.
3356         (add_new_edges_to_heap): Update cgraph_edge_badness.
3357         (cgraph_decide_inlining_of_small_function): Likewise;
3358         add sanity checking that badness in heap is up to date;
3359         improve dumping of reason; Update badness of calls to the
3360         offline copy of function currently inlined; dump badness
3361         of functions not inlined because of unit growth limits.
3362
3363 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
3364
3365         PR middle-end/32628
3366         * c-common.c (pointer_int_sum): Disregard overflow that occured only
3367         because of sign-extension change when converting to sizetype here...
3368         * fold-const.c (fold_convert_const_int_from_int): ...and not here.
3369
3370         * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
3371         the folding to constants.  Remove redundant final conversion.
3372         (fold_binary) <associate>: Do not associate if the re-association of
3373         constants alone overflows.
3374         (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
3375         to the end of the list.
3376         (multiple_of_p) <COND_EXPR>: New case.
3377
3378 2010-04-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3379
3380         * opt-functions.awk (opt_sanitized_name): New.
3381         (opt_enum): New.
3382         * optc-gen.awk: Use it
3383         * opth-gen.awk: Use it.
3384
3385 2010-04-13  Martin Jambor  <mjambor@suse.cz>
3386
3387         * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
3388         (sra_modify_assign): Delete stmts loading dead data even if racc has no
3389         children.  Call replace_uses_with_default_def_ssa_name to handle
3390         SSA_NAES on lhs.
3391
3392 2010-04-13  Michael Matz  <matz@suse.de>
3393
3394         PR middle-end/43730
3395         * builtins.c (expand_builtin_interclass_mathfn): Also create
3396         a register if the predicate doesn't match.
3397
3398 2010-04-13  Diego Novillo  <dnovillo@google.com>
3399
3400         * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
3401         * c-pch.c: Include timevar.h.
3402         (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
3403         (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
3404         * ggc-common.c: Include timevar.h.
3405         (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
3406         * timevar.def (TV_PCH_SAVE): Define.
3407         (TV_PCH_CPP_SAVE): Define.
3408         (TV_PCH_PTR_REALLOC): Define.
3409         (TV_PCH_PTR_SORT): Define.
3410         (TV_PCH_RESTORE): Define.
3411         (TV_PCH_CPP_RESTORE): Define.
3412
3413 2010-04-13  Michael Matz  <matz@suse.de>
3414
3415         * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
3416         into MINUS_EXPRs.
3417         (can_reassociate_p): New function.
3418         (break_up_subtract_bb, reassociate_bb): Use it.
3419
3420 2010-04-13  Richard Guenther  <rguenther@suse.de>
3421
3422         PR bootstrap/43737
3423         * builtins.c (c_readstr): Fix assert.
3424
3425 2010-04-13  Uros Bizjak  <ubizjak@gmail.com>
3426
3427         * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
3428         when generating cltd insn.
3429
3430         (*ashl<mode>3_1): Remove special handling for register operand 2.
3431         (*ashlsi3_1_zext): Ditto.
3432         (*ashlhi3_1): Ditto.
3433         (*ashlhi3_1_lea): Ditto.
3434         (*ashlqi3_1): Ditto.
3435         (*ashlqi3_1_lea): Ditto.
3436         (*<shiftrt_insn><mode>3_1): Ditto.
3437         (*<shiftrt_insn>si3_1_zext): Ditto.
3438         (*<shiftrt_insn>qi3_1_slp): Ditto.
3439         (*<rotate_insn><mode>3_1): Ditto.
3440         (*<rotate_insn>si3_1_zext): Ditto.
3441         (*<rotate_insn>qi3_1_slp): Ditto.
3442
3443 2010-04-13  Richard Guenther  <rguenther@suse.de>
3444
3445         * tree-ssa-structalias.c (callused_id): Remove.
3446         (call_stmt_vars): New.
3447         (get_call_vi): Likewise.
3448         (lookup_call_use_vi): Likewise.
3449         (lookup_call_clobber_vi): Likewise.
3450         (get_call_use_vi): Likewise.
3451         (get_call_clobber_vi): Likewise.
3452         (make_transitive_closure_constraints): Likewise.
3453         (handle_const_call): Adjust to do per-call call-used handling.
3454         (handle_pure_call): Likewise.
3455         (find_what_var_points_to): Remove general callused handling.
3456         (init_base_vars): Likewise.
3457         (init_alias_vars): Initialize call_stmt_vars.
3458         (compute_points_to_sets): Process call-used and call-clobbered
3459         vars for call statements.
3460         (delete_points_to_sets): Free call_stmt_vars.
3461
3462 2010-04-13  Richard Guenther  <rguenther@suse.de>
3463
3464         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
3465         Only add RW dependence for dependence distance zero.
3466         Adjust maximal vectorization factor according to dependences.
3467         Move alignment handling ...
3468         (vect_find_same_alignment_drs): ... here.  New function.
3469         (vect_analyze_data_ref_dependences): Adjust.
3470         (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
3471         (vect_analyze_data_refs): Adjust minimal vectorization factor
3472         according to data references.
3473         * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
3474         dependences before determining the vectorization factor.
3475         Analyze alignment after determining the vectorization factor.
3476         * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
3477         dependences before alignment.
3478         * tree-vectorizer.h (vect_analyze_data_ref_dependences):
3479         Adjust prototype.
3480         (vect_analyze_data_refs): Likewise.
3481         (MAX_VECTORIZATION_FACTOR): New define.
3482
3483 2010-04-13  Duncan Sands  <baldrick@free.fr>
3484
3485         * except.h (lang_eh_type_covers): Remove.
3486         * except.c (lang_eh_type_covers): Likewise.
3487
3488 2010-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3489             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3490
3491         * gcc/config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
3492         * gcc/config/s390/s390.c: Replace UNTIS_PER_WORD with
3493         UNITS_PER_LONG where it is ABI relevant.
3494         (s390_return_addr_rtx): Likewise.
3495         (s390_back_chain_rtx): Likewise.
3496         (s390_frame_area): Likewise.
3497         (s390_frame_info): Likewise.
3498         (s390_initial_elimination_offset): Likewise.
3499         (save_gprs): Likewise.
3500         (s390_emit_prologue): Likewise.
3501         (s390_emit_epilogue): Likewise.
3502         (s390_function_arg_advance): Likewise.
3503         (s390_function_arg): Likewise.
3504         (s390_va_start): Likewise.
3505         (s390_gimplify_va_arg): Likewise.
3506         (s390_function_profiler): Likewise.
3507         (s390_optimize_prologue): Likewise.
3508         (s390_rtx_costs): Likewise.
3509         (s390_secondary_reload): Likewise.
3510         (s390_promote_function_mode): Likewise.
3511         (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
3512         (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
3513         registers available.
3514         (s390_unwind_word_mode): New function.
3515         (s390_function_value): Split 64 bit values into register pair if
3516         used as return value.
3517         (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
3518         function call parameters.  Handle parallels.
3519         (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
3520         (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
3521         (DWARF_CIE_DATA_ALIGNMENT): New macro.
3522         (s390_expand_setmem): Remove unused variable src_addr.
3523         * gcc/longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
3524         deal with 64 bit registers.
3525         * gcc/config/s390/s390.h: Define __zarch__ predefined macro.
3526         Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
3527         (UNITS_PER_LONG): New macro.
3528         * libjava/include/s390-signal.h: Define extended ucontext
3529         structure containing the upper halfs of the 64 bit registers.
3530
3531 2010-04-13  Simon Baldwin  <simonb@google.com>
3532
3533         * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
3534
3535 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
3536
3537         * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
3538         rvalue on the RHS if the LHS is of a non-renamable type.
3539         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
3540
3541 2010-04-13  Matthias Klose  <doko@ubuntu.com>
3542
3543         * gcc.c (cc1_options): Handle -iplugindir before processing
3544         the cc1 spec. Only add -iplugindir once.
3545         (cpp_unique_options): Add -iplugindir option if -fplugin* options
3546         found.
3547         * common.opt (iplugindir): Remove `Separate' property, initialize.
3548         * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
3549         option.
3550         * Makefile.in (check-%, check-parallel-%): Create plugin dir.
3551         (distclean): Remove plugin dir.
3552         * doc/invoke.texi: Document -iplugindir.
3553
3554 2010-04-13  Basile Starynkevitch  <basile@starynkevitch.net>
3555
3556         * doc/plugins.texi (Loading Plugins): Document short
3557         -fplugin=foo option.
3558         (Plugin API): Mention default_plugin_dir_name function.
3559
3560         * gcc.c (find_file_spec_function): Add new declaration.
3561         (static_spec_func): Use it for "find-file".
3562         (find_file_spec_function): Add new function.
3563         (cc1_options): Add -iplugindir option if -fplugin* options found.
3564
3565         * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
3566
3567         * plugin.c (add_new_plugin): Updated comment, and handle short
3568         plugin name.
3569         (default_plugin_dir_name): Added new function.
3570
3571         * common.opt (iplugindir): New option to set the plugin directory.
3572
3573 2010-04-12  Uros Bizjak  <ubizjak@gmail.com>
3574
3575         * config/i386/i386.md (any_rotate): New code iterator.
3576         (rotate_insn): New code attribute.
3577         (rotate): Ditto.
3578         (SWIM124): New mode iterator.
3579         (<rotate_insn>ti3): New expander.
3580         (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
3581         any_rotate code iterator.
3582         (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
3583         using any_rotate code iterator and SWIM124 mode iterator.
3584         (ix86_rotlti3): New insn_and_split pattern.
3585         (ix86_rotrti3): Ditto.
3586         (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
3587         ix86_rotl{di,ti}3 patterns.
3588         (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
3589         (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
3590         and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
3591         *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
3592         code iterator and SWI mode iterator.
3593         (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
3594         Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
3595         code iterator.
3596         (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
3597         Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
3598         (bswap rotatert splitter): Add splitter.
3599         (bswap splitter): Macroize splitter using any_rotate code iterator.
3600         Add insn predicate to split only for TARGET_USE_XCHGB or when
3601         optimizing function for size.
3602
3603 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
3604
3605         * config/pa/pa.c (emit_move_sequence): Remove use of
3606         deleted variable flag_argument_noalias.
3607
3608 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3609
3610         * config.gcc: Removed *-*-solaris2.7* from list of obsolete
3611         configurations.
3612         Add to unsupported targets list.
3613         * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
3614         sparc*-sun-solaris2.[567]* from target lists.
3615         * configure: Regenerate.
3616         * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
3617         removal.
3618         Remove Solaris 7 patch references.
3619         (Specific, sparc-sun-solaris2.7): Removed.
3620         (sparc-sun-solaris2*): Update Solaris 7 example.
3621         (sparc64-*-solaris2*): Likewise.
3622
3623 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3624
3625         * config.build (alpha*-dec-osf4*): Remove.
3626         * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
3627         of obsolete configurations.
3628         (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
3629         support.
3630         * config/alpha/t-osf4: Renamed to ...
3631         * config/alpha/t-osf5: ... this.
3632         * config/alpha/osf.h: Renamed to ...
3633         * config/alpha/osf5.h: ... this.
3634         Merged old osf5.h contents.
3635         Update comments.
3636         (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
3637         (EXTRA_SPECS): Removed.
3638         * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
3639         reflect removal of Tru64 UNIX V4.0/V5.0 support.
3640         Document that.
3641
3642 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3643
3644         * doc/contrib.texi (Contributors, Rainer Orth): Update.
3645
3646 2010-04-12  Kai Tietz  <kai.tietz@onevision.com>
3647
3648         PR/43702
3649         * config/i386/i386.c (x86_this_parameter): Handle aggregate for
3650         __thiscall convention.
3651
3652 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
3653
3654         * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
3655         orig_base.
3656         * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
3657
3658 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
3659
3660         * function.c (assign_parms_initialize_all): Add unused attribute
3661         to fntype.
3662
3663 2010-04-12  Richard Guenther  <rguenther@suse.de>
3664
3665         * gsstruct.def (GSS_CALL): New.
3666         * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
3667         * gimple.h: Include tree-ssa-alias.h.
3668         (struct gimple_statement_call): New.
3669         (union gimple_statement_struct_d): Add gimple_call member.
3670         (gimple_call_reset_alias_info): Declare.
3671         (gimple_call_use_set): New function.
3672         (gimple_call_clobber_set): Likewise.
3673         * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
3674         * gimple.c (gimple_call_reset_alias_info): New function.
3675         (gimple_build_call_1): Call it.
3676         * lto-streamer-in.c (input_gimple_stmt): Likewise.
3677         * tree-inline.c (remap_gimple_stmt): Likewise.
3678         (expand_call_inline): Remove callused handling.
3679         * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
3680         * tree-dfa.c (dump_variable): Likewise.
3681         * tree-parloops.c (parallelize_loops): Likewise.
3682         * tree-ssa.c (init_tree_ssa): Likewise.
3683         (delete_tree_ssa): Likewise.
3684         * tree-flow-inline.h (is_call_used): Remove.
3685         * tree-flow.h (struct gimple_df): Remove callused member.
3686         * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
3687         * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
3688         (ref_maybe_used_by_call_p_1): Simplify.
3689         (call_may_clobber_ref_p_1): Likewise.
3690         * tree-ssa-structalias.c (compute_points_to_sets): Set
3691         the call stmt used and clobbered sets.
3692         * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
3693         (find_tail_calls): Verify the tail call.
3694
3695 2010-04-12  Richard Guenther  <rguenther@suse.de>
3696
3697         * ipa.c (cgraph_postorder): Adjust postorder to guarantee
3698         single-iteration always-inline inlining.
3699         * ipa-inline.c (cgraph_mark_inline): Do not return anything.
3700         (cgraph_decide_inlining): Do not handle always-inline specially.
3701         (try_inline): Remove always-inline cycle detection special case.
3702         Do not recurse on always-inlines.
3703         (cgraph_early_inlining): Do not iterate if not optimizing.
3704         (cgraph_gate_early_inlining): remove.
3705         (pass_early_inline): Run unconditionally.
3706         (gate_cgraph_decide_inlining): New function.
3707         (pass_ipa_inline): Use it.  Do not run the IPA inliner if
3708         not inlining or optimizing.
3709         (cgraph_decide_inlining_of_small_functions): Also consider
3710         always-inline functions.
3711         (cgraph_default_inline_p): Return true for nodes which should
3712         disregard inline limits.
3713         (estimate_function_body_sizes): Assume zero size and time for
3714         nodes which are marked as disregarding inline limits.
3715         (cgraph_decide_recursive_inlining): Do not perform recursive
3716         inlining on always-inline nodes.
3717
3718 2010-04-12  Jakub Jelinek  <jakub@redhat.com>
3719
3720         PR bootstrap/43699
3721         * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
3722         for exprs satisfying handled_component_p.
3723
3724 2010-04-12  Eric Botcazou  <ebotcazou@adacore.com>
3725
3726         * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
3727         non-constant aggregate elements.
3728
3729         * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
3730         is a real initialization.
3731
3732 2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
3733
3734         PR c/36774
3735         * c-decl.c (start_function): Move forward check for nested function.
3736
3737 2010-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
3738
3739         * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
3740         * config/sh/sh.c: Include reload.h.
3741         (sh_legitimize_reload_address): New.
3742         * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
3743         sh_legitimize_reload_address.
3744
3745 2010-04-11  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
3746
3747         * config/sh/sh.md (*movqi_pop): New insn pattern.
3748         * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
3749
3750 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
3751
3752         * config/i386/i386.md (any_shiftrt): New code iterator.
3753         (shiftrt_insn): New code attribute.
3754         (shiftrt): Ditto.
3755         (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
3756         using any_shiftrt code iterator.
3757         (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
3758         *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
3759         (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
3760         pattern from corresponding peephole2 patterns.
3761         (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
3762         using any_shiftrt code iterator.
3763         (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
3764         (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
3765         (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
3766         (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
3767         *{ashr,lshr}<mode>3_cmp_zext.
3768         (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
3769
3770 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
3771
3772         * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
3773         scratch register.
3774         (*lshr<mode>3_cconly): Ditto.
3775
3776 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
3777
3778         * config/i386/i386.md (lshr<mode>3): Macroize expander from
3779         lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
3780         (*lshr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
3781         pattern from *lshr{di,ti}3_1 and corresponding splitters using
3782         DWI mode iterator.
3783         (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
3784         from corresponding peephole2 patterns.
3785         (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
3786         *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
3787         and *lshrdi3_1_rex64 using SWI mode iterator.
3788         (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
3789         (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
3790         (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
3791         *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
3792         and *lshrdi3_cmp_rex64 using SWI mode iterator.
3793         (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
3794         (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
3795         *lshrdi3_one_bit_cconly_rex64. Macroize insn from
3796         *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
3797         SWI mode iterator.
3798
3799 2010-04-10  Uros Bizjak  <ubizjak@gmail.com>
3800
3801         * config/i386/i386.md (ashr<mode>3): Macroize expander from
3802         ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
3803         (*ashr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
3804         pattern from *ashr{di,ti}3_1 and corresponding splitters using
3805         DWI mode iterator.
3806         (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
3807         from corresponding peephole2 patterns.
3808         (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
3809         (ashrsi3_cvt): Rename from ashrsi3_31.
3810         (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
3811         (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
3812         and x86_64_shift_adj_3 using SWI48 mode iterator.
3813         (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
3814         *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
3815         and *ashrdi3_1_rex64 using SWI mode iterator.
3816         (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
3817         (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
3818         (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
3819         *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
3820         and *ashrdi3_cmp_rex64 using SWI mode iterator.
3821         (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
3822         (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
3823         *ashrdi3_one_bit_cconly_rex64. Macroize insn from
3824         *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
3825         SWI mode iterator.
3826         (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
3827         * config/i386/i386.c (ix86_split_ashr): Update for renamed
3828         x86_shift<mode>_adj_3 expanders.
3829
3830 2010-04-10  Wei Guozhi  <carrot@google.com>
3831
3832         PR target/42601
3833         * config/arm/arm.c (arm_pic_static_addr): New function.
3834         (legitimize_pic_address): Call arm_pic_static_addr when it detects
3835         a static symbol.
3836         (arm_output_addr_const_extra): Output expression for new pattern.
3837         * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
3838
3839 2010-04-10  Bernd Schmidt  <bernds@codesourcery.com>
3840
3841         * ira-costs.c (record_reg_classes): Ignore alternatives that are
3842         not enabled.
3843
3844         * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
3845         * web.c: Include "insn-config.h" and "recog.h".
3846         (union_match_dups): New function.
3847         (web_main): Call it.
3848         (union_defs): Don't try to recognize match_dups.
3849
3850         * reload1.c (eliminate_regs_in_insn): Don't restore an operand
3851         if doing so would replace the entire pattern.
3852
3853 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
3854
3855         PR target/43707
3856         PR target/43709
3857         * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
3858         and splitter pattern.  Change splitter operand 1 predicate to
3859         nonmemory_operand.
3860
3861 2010-04-09  Martin Jambor  <mjambor@suse.cz>
3862
3863         * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
3864         lattices are addresses of CONST_DECLs with the same initial value.
3865         (ipcp_print_all_lattices): Print values of CONST_DECLs.
3866         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
3867
3868 2010-04-09  Eric Botcazou  <ebotcazou@adacore.com>
3869             Bernd Schmidt  <bernds@codesourcery.com>
3870
3871         * loop-invariant.c (replace_uses): New static function.
3872         (move_invariant_reg): Use it to ensure we can replace the uses.
3873
3874 2010-04-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
3875
3876         * config/picochip/picochip.c (picochip_rtx_costs): Use correct
3877         function template.
3878         (picochip_override_options): Enable section anchors only above -O1.
3879         (picochip_reorg): Fixed a couple of build warnings.
3880
3881 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3882
3883         * configure.ac (plugin -rdynamic test): Log result.
3884         * configure: Regenerate.
3885         * config/sol2.h (LINK_SPEC): Handle -rdynamic.
3886         (RDYNAMIC_SPEC): Define.
3887         * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
3888
3889 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3890
3891         * configure.ac: Determine Sun ld version numbers.
3892         (comdat_group): Restrict GNU ld version checks to gld.
3893         (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
3894         (enable_comdat): Support --enable-comdat.
3895         * configure: Regenerate.
3896         * doc/install.texi (Configuration): Document --enable-comdat.
3897
3898 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3899
3900         * config/sparc/sol2-gld.h: Remove SPARC reference.  Rename ...
3901         * config/sol2-gld.h: ... here.
3902         * config.gcc (sparc*-*-solaris2*): Reflect this.
3903         (i[34567]86-*-solaris2*): Use it.
3904
3905 2010-04-09  Steve Ellcey  <sje@cup.hp.com>
3906
3907         * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
3908         setup_clocks_p.
3909         (final_emit_insn_group_barriers): Remove unused variable prev_insn.
3910
3911 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3912
3913         PR 42965
3914         * diagnostic.c (diagnostic_initialize): Initialize
3915         some_warnings_are_errors.
3916         (diagnostic_finish): New.
3917         (diagnostic_action_after_output): Call it before exiting.
3918         (diagnostic_report_diagnostic): Do not print message here. Set
3919         some_warnings_are_errors.
3920         * diagnostic.h (diagnostic_context): Delete
3921         issue_warnings_are_errors_message. Add some_warnings_are_errors.
3922         (diagnostic_finish): Declare.
3923         * toplev.c (toplev_main): Call it before exit.
3924
3925 2010-04-09  Jason Merrill  <jason@redhat.com>
3926
3927         PR c++/42623
3928         * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
3929         for incomplete type.
3930
3931         PR c++/41788
3932         * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
3933         based on a warning flag.
3934
3935 2010-04-09  Richard Guenther  <rguenther@suse.de>
3936
3937         * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
3938
3939 2010-04-09  Iain Sandoe  <iains@gcc.gnu.org>
3940
3941         PR bootstrap/43684
3942         * varasm.c (default_assemble_visibility): Wrap vars that are
3943         set, but unused, by targets without GAS.
3944         * config/rs6000/rs6000.c: (paired_emit_vector_compare):
3945         Remove set, but unused, vars.
3946         (rs6000_legitimize_tls_address): Likewise.
3947         (altivec_expand_dst_builtin): Likewise.
3948         * config/darwin.c (machopic_classify_symbol): Likewise.
3949         (machopic_indirection_name): Likewise.
3950
3951 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
3952
3953         * config/i386/i386.md (DWI): New mode iterator.
3954         (S): New mode attribute.
3955         (shift_operand): Ditto.
3956         (shift_immediate_operand): Ditto.
3957         (ashl_input_operand): Ditto.
3958         (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
3959         using SDWIM mode iterator.
3960         (*ashl<mode>3_doubleword): New insn_and_split_pattern.  Macroize
3961         pattern from *ashl{di,ti}3_1 and corresponding splitters using
3962         DWI mode iterator.
3963         (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
3964         from corresponding peephole2 patterns.
3965         (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
3966         and x86_64_shift_adj_1 using SWI48 mode iterator.
3967         (x86_shift<mode>_adj_2): Ditto.
3968         (*ashldi3_1_rex64): Split TYPE_LEA pattern.
3969         (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
3970         using SWI48 mode iterator.
3971         (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
3972         *ashldi3_cmp_rex64 using SWI mode iterator.
3973         (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
3974         *ashldi3_cconly_rex64 using SWI mode iterator.
3975         * config/i386/i386.c (ix86_split_ashl): Update for renamed
3976         x86_shift<mode>_adj_{1,2}.
3977         (ix86_split_ashr): Ditto.
3978         (ix86_split_lshr): Ditto.
3979
3980 2010-04-09  Richard Guenther  <rguenther@suse.de>
3981
3982         * target.h (builtin_conversion): Pass in input and output types.
3983         * targhooks.c (default_builtin_vectorized_conversion): Adjust.
3984         * targhooks.h (default_builtin_vectorized_conversion): Likewise.
3985         * tree-vect-stmts.c (vectorizable_conversion): Adjust.
3986         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
3987
3988         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
3989         Handle AVX modes.
3990         * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
3991
3992 2010-04-09  Richard Guenther  <rguenther@suse.de>
3993
3994         PR target/43152
3995         * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
3996
3997 2010-04-09  Richard Guenther  <rguenther@suse.de>
3998
3999         * tree-vectorizer.h (struct _stmt_vec_info): Document
4000         that vectype is the type of the LHS.
4001         (supportable_widening_operation, supportable_narrowing_operation):
4002         Get both input and output vector types as arguments.
4003         (vect_is_simple_use_1): Declare.
4004         (get_same_sized_vectype): Likewise.
4005         * tree-vect-loop.c (vect_determine_vectorization_factor):
4006         Set STMT_VINFO_VECTYPE to the vector type of the def.
4007         (vectorizable_reduction): Adjust.
4008         * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
4009         Adjust.  Specify the output vector type.
4010         (vect_pattern_recog_1): Adjust.
4011         * tree-vect-stmts.c (get_same_sized_vectype): New function.
4012         (vectorizable_call): Adjust.
4013         (vectorizable_conversion): Likewise.
4014         (vectorizable_operation): Likewise.
4015         (vectorizable_type_demotion): Likewise.
4016         (vectorizable_type_promotion): Likewise.
4017         (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
4018         the def.
4019         (vect_is_simple_use_1): New function.
4020         (supportable_widening_operation): Get both input and output
4021         vector types.
4022         (supportable_narrowing_operation): Likewise.
4023         * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
4024
4025 2010-04-09  Kai Tietz  <kai.tietz@onevision.com>
4026
4027         * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
4028         __thiscall and _thiscall as predefined macros.
4029         * config/i386/i386.c (ix86_handle_cconv_attribute): Add
4030         thiscall attribute handling.
4031         (ix86_comp_type_attributes): Likewise.
4032         (ix86_function_regparm): Likewise.
4033         (ix86_return_pops_args): Likewise.
4034         (init_cumulative_args): Likewise.
4035         (find_drap_reg): Likewise.
4036         (ix86_static_chain): Likewise.
4037         (x86_this_parameter): Likewise.
4038         (x86_output_mi_thunk): Likewise.
4039         (ix86_attribute_table): Add description for thiscall attribute.
4040         * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
4041         * doc/extend.texi: Add documentation for thiscall.
4042
4043 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
4044
4045         PR c++/28584
4046         * c.opt (Wint-to-pointer-cast): Available in C++.
4047         * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
4048
4049 2010-04-08  Eric Botcazou  <ebotcazou@adacore.com>
4050
4051         * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
4052         * calls.c (expand_call): Pass the function type to aggregate_value_p.
4053         * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
4054         the target function of a CALL_EXPR.  Honor TREE_ADDRESSABLE on the
4055         function type instead.  Reorder and simplify checks.
4056
4057         * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
4058
4059 2010-04-08  Jing Yu  <jingyu@google.com>
4060             Zdenek Dvorak  <ook@ucw.cz>
4061
4062         PR tree-optimization/42720
4063         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
4064         loop unswitch conditions here from ...
4065         (tree_unswitch_single_loop): ... here.
4066
4067 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
4068
4069         * tree-if-conv.c: Fix comments and simplify logic.
4070
4071 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
4072
4073         * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
4074         (tree_if_conversion): Same.  Update call to if_convertible_loop_p.
4075         (main_tree_if_conversion): Update call to tree_if_conversion.
4076
4077 2010-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
4078
4079         PR 42485
4080         * doc/invoke.texi (-b,-V): Delete.
4081         * doc/tm.texi: Do not mention -b.
4082         * gcc.c (display_help): Delete -b and -V.
4083         (process_command): Delete -b and -V.
4084         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
4085
4086 2010-04-08  Christian Borntraeger  <borntraeger@de.ibm.com>
4087             Wolfgang Gellerich  <gellerich@de.ibm.com>
4088
4089         Implement target hook for loop unrolling
4090         * target.h (loop_unroll_adjust): Add a new target hook function.
4091         * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
4092         * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
4093         * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
4094         (s390_loop_unroll_adjust): Implement the new target hook for s390.
4095         * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
4096         target hook.
4097         (decide_unroll_stupid): Likewise.
4098
4099 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4100
4101         PR target/43643
4102         * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
4103
4104 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4105
4106         * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
4107         (Specific, *-*-solaris2*): Likewise.
4108         Don't prefer Sun as over GNU as.
4109
4110 2010-04-08  Wolfgang Gellerich  <gellerich@de.ibm.com>
4111
4112         * config/s390/s390.c (override_options): Adjust the z10 defaults
4113         for max-unroll-times, max-completely-peeled-insns
4114         and max-completely-peel-times.
4115
4116 2010-04-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4117
4118         * config/s390/s390.c (s390_expand_movmem): Issue prefetch
4119         instructions for z10.
4120         (s390_expand_setmem): Likewise.
4121         (s390_expand_cmpmem): Likewise.
4122
4123 2010-04-08  Richard Guenther  <rguenther@suse.de>
4124
4125         PR tree-optimization/43679
4126         * tree-ssa-pre.c (eliminate): Only propagate copies.
4127
4128 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
4129
4130         PR bootstrap/43681
4131         * expr.c (block_move_libcall_safe_for_call_parm): Avoid
4132         set but not used variable warning.
4133
4134 2010-04-08  Wei Guozhi  <carrot@google.com>
4135
4136         PR target/41653
4137         * config/arm/arm.c (thumb1_size_rtx_costs): New function.
4138         (arm_size_rtx_costs): Call the new function when optimized for size.
4139
4140 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
4141
4142         PR debug/43670
4143         * cfgexpand.c (expand_debug_expr): If for non-NULL offset
4144         op0 is not a MEM, just return NULL instead of assertion
4145         failure.
4146         (discover_nonconstant_array_refs): Don't walk debug stmts.
4147
4148 2010-04-08  Doug Kwan  <dougkwan@google.com>
4149
4150         * configure.ac: Recognize gold and do not use its version number
4151         to test ld features.
4152         * configure: Regenerate.
4153
4154 2010-04-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
4155
4156         PR middle-end/40815
4157         * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
4158         (negate_value): Move code to push elements to broken_up_substracts ...
4159         (eliminate_plus_minus_pair): ... here.  Push operands that have no
4160         negative pair to plus_negates.
4161         (repropagate_negates, init_reassoc, fini_reassoc): Update.
4162
4163 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4164
4165         * doc/install.texi (Configuration): Move description of
4166         --enable-lto, --with-libelf*, --enable-gold from Java section to
4167         general section.
4168
4169         * doc/generic.texi (Working with declarations)
4170         (Function Properties, C and C++ Trees): Fix typos.
4171         * doc/sourcebuild.texi (Top Level): Likewise.
4172
4173 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
4174
4175         PR c/18624
4176         * tree.h (DECL_READ_P): Define.
4177         (struct tree_decl_common): Add decl_read_flag.
4178         * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
4179         a set but not used warning.
4180         (merge_decls): Merge DECL_READ_P flag.
4181         (finish_decl, build_compound_literal): Set DECL_READ_P flag.
4182         (finish_function): Issue -Wunused-but-set-parameter diagnostics.
4183         * c-common.c (handle_used_attribute, handle_unused_attribute):
4184         Likewise.
4185         * c-tree.h (default_function_array_read_conversion, mark_exp_read):
4186         New prototypes.
4187         * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
4188         New functions.
4189         (default_conversion, c_process_expr_stmt): Call mark_exp_read.
4190         * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
4191         c_parser_binary_expression, c_parser_cast_expression,
4192         c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
4193         Call default_function_array_read_conversion instead of
4194         default_function_array_conversion where needed.
4195         (c_parser_unary_expression, c_parser_conditional_expression,
4196         c_parser_postfix_expression_after_primary, c_parser_initelt):
4197         Likewise.  Call mark_exp_read where needed.
4198         (c_parser_statement_after_labels, c_parser_asm_operands,
4199         c_parser_typeof_specifier, c_parser_sizeof_expression,
4200         c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
4201         where needed.
4202         * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
4203         New.
4204         * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
4205         (warn_unused_but_set_parameter): Default to warn_unused
4206         && extra_warnings.
4207         * doc/invoke.texi: Document -Wunused-but-set-variable and
4208         -Wunused-but-set-parameter.
4209
4210         * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
4211         used count variable.
4212         * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
4213         when operandN variables aren't used in the body of the expander
4214         or splitter.
4215         * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
4216         FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
4217         * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
4218         * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
4219         FOR_EACH_IMM_USE_ON_STMT): Likewise.
4220         * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
4221         * tree.c (PROCESS_ARG): Likewise.
4222
4223 2010-04-07  Simon Baldwin  <simonb@google.com>
4224
4225         * diagnostic.h (diagnostic_override_option_index): New macro to
4226         set a diagnostic's option_index.
4227         * c-tree.h (c_cpp_error): Add warning reason argument.
4228         * opts.c (_warning_as_error_callback): New.
4229         (register_warning_as_error_callback): Store callback for
4230         warnings enabled via enable_warning_as_error.
4231         (enable_warning_as_error): Call callback, minor code tidy.
4232         * opts.h (register_warning_as_error_callback): Declare.
4233         * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
4234         response to -Werror=.
4235         (c_common_init_options): Register warning_as_error_callback in opts.c.
4236         * common.opt: Add -Wno-cpp option.
4237         * c-common.c (struct reason_option_codes_t): Map cpp warning
4238         reason codes to gcc option indexes.
4239         * (c_option_controlling_cpp_error): New function, lookup the gcc
4240         option index for a cpp warning reason code.
4241         * (c_cpp_error): Add warning reason argument, call
4242         c_option_controlling_cpp_error for diagnostic_override_option_index.
4243         * doc/invoke.texi: Document -Wno-cpp.
4244
4245 2010-04-07  Richard Guenther  <rguenther@suse.de>
4246
4247         * ipa-reference.c (mark_load): Use get_base_address.
4248         (mark_store): Likewise.
4249
4250         * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
4251         inserting GIMPLE_NOPs into the IL.
4252         * tree-ssa-structalias.c (get_constraint_for_component_ref):
4253         Explicitly strip handled components and indirect references.
4254
4255         * fold-const.c (fold_unary_loc): Do not strip qualifiers when
4256         folding address expressions.
4257         * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
4258         * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
4259         operand_equal_p to compare decls.
4260         (ptr_deref_may_alias_decl_p): Likewise.
4261         * tree-ssa-operands.c (get_asm_expr_operands): Simplify
4262         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
4263         Handle reversed comparison ops.
4264         * tree-sra.c (asm_visit_addr): Use get_base_address.
4265         * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
4266         * ipa-reference.c (mark_address): Use get_base_address.
4267
4268 2010-04-07  Richard Guenther  <rguenther@suse.de>
4269
4270         * tree-ssa-forwprop.c (forward_propagate_addr_expr):
4271         Propagate constants everywhere.
4272
4273 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
4274
4275         PR debug/43516
4276         * tree.c (MAX_INT_CACHED_PREC): Define.
4277         (nonstandard_integer_type_cache): New array.
4278         (build_nonstandard_integer_type): Cache results for precision
4279         <= MAX_INT_CACHED_PREC.
4280
4281 2010-04-07  Richard Guenther  <rguenther@suse.de>
4282
4283         * doc/invoke.texi (-fargument-alias, -fargument-noalias,
4284         -fargument-noalias-global, -fargument-noalias-anything): Remove.
4285         * common.opt: Likewise.
4286         * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
4287         * alias.c (base_alias_check): Remove flag_argument_noalias handling.
4288         (nonoverlapping_memrefs_p): Likewise.
4289         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
4290         * opts.c (common_handle_option): Handle OPT_fargument_alias,
4291         OPT_fargument_noalias, OPT_fargument_noalias_anything and
4292         OPT_fargument_noalias_global for backward compatibility.
4293
4294 2010-04-07  Richard Guenther  <rguenther@suse.de>
4295
4296         PR tree-optimization/43270
4297         * tree-vrp.c (check_array_ref): Fix flexible array member detection.
4298         * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
4299         * tree-ssa-pre.c (phi_translate_1): Adjust.
4300         (fully_constant_expression): Split out vn_reference handling to ...
4301         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
4302         Fold reads from constant strings.
4303         (vn_reference_lookup): Handle fully constant references.
4304         (vn_reference_lookup_pieces): Likewise.
4305         * Makefile.in (expmed.o-warn): Add -Wno-error.
4306
4307 2010-04-07  Martin Jambor  <mjambor@suse.cz>
4308
4309         * tree-sra.c (find_param_candidates): Allow scalar va_list types.
4310
4311 2010-04-07  Iain Sandoe  <iains@gcc.gnu.org>
4312
4313         PR driver/41594
4314         * gcc.c: Add -static-libstdc++ to list of recognized options.
4315
4316 2010-04-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4317
4318         * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
4319
4320 2010-04-07  Richard Guenther  <rguenther@suse.de>
4321
4322         PR middle-end/42617
4323         * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
4324         bases build simple mem attributes to retain points-to information.
4325
4326 2010-04-07  Richard Guenther  <rguenther@suse.de>
4327
4328         PR middle-end/42617
4329         * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
4330         preserve points-to related information.
4331
4332 2010-04-07  Richard Guenther  <rguenther@suse.de>
4333
4334         PR middle-end/42617
4335         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
4336         discard plain indirect references.
4337         * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
4338         * tree.c (tree_nop_conversion): Likewise.
4339
4340 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
4341
4342         PR debug/43628
4343         * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
4344
4345 2010-04-06  Kai Tietz  <kai.tietz@onevision.com>
4346
4347         * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
4348         calling convention attributes on METHOD_TYPEs for w64 ABI, too.
4349
4350 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
4351
4352         * tree-if-conv.c: Fix indentation and comments.
4353
4354 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
4355
4356         * tree-if-conv.c: Sort static functions in topological order.
4357
4358 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
4359
4360         * tree-if-conv.c: Fix indentation and comments.
4361
4362 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
4363
4364         PR middle-end/43519
4365         * graphite-clast-to-gimple.c (max_signed_precision_type): Use
4366         lang_hooks.types.type_for_size instead of
4367         build_nonstandard_integer_type.
4368         When converting an unsigned type to signed, double its precision.
4369         (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
4370         (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
4371         (graphite_create_new_loop_guard): When ub + 1 wraps around,
4372         use lb <= ub.
4373
4374 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
4375
4376         PR middle-end/43519
4377         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
4378         POINTER_PLUS_EXPR for pointer types.
4379
4380 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
4381
4382         PR middle-end/43519
4383         * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
4384         * graphite-clast-to-gimple.c: Include langhooks.h.
4385         (max_signed_precision_type): New.
4386         (max_precision_type): Takes two types as arguments.
4387         (precision_for_value): New.
4388         (precision_for_interval): New.
4389         (gcc_type_for_interval): New.
4390         (gcc_type_for_value): New.
4391         (gcc_type_for_clast_term): New.
4392         (gcc_type_for_clast_red): New.
4393         (gcc_type_for_clast_bin): New.
4394         (gcc_type_for_clast_expr): Split up into several functions.
4395         (gcc_type_for_clast_eq): Rewritten.
4396         (compute_bounds_for_level): New.
4397         (compute_type_for_level_1): New.
4398         (compute_type_for_level): New.
4399         (gcc_type_for_cloog_iv): Removed.
4400         (gcc_type_for_iv_of_clast_loop): Rewritten.
4401         (graphite_create_new_loop): Compute the lower and upper bound types
4402         with gcc_type_for_clast_expr.
4403         (graphite_create_new_loop_guard): Same.
4404         (find_cloog_iv_in_expr): Removed.
4405         (compute_cloog_iv_types_1): Removed.
4406         (compute_cloog_iv_types): Removed.
4407         (gloog): Do not call compute_cloog_iv_types.
4408         * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
4409         GBB_CLOOG_IV_TYPES.
4410         (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
4411         * sese.h (struct gimple_bb): Removed field cloog_iv_types.
4412         (GBB_CLOOG_IV_TYPES): Removed.
4413
4414 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
4415
4416         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
4417         gimple_phi_num_args of the loop close SSA phi node is equal to 1.
4418         (detect_commutative_reduction): Same.
4419
4420 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
4421
4422         * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
4423         call to verify_ssa.  Invoke verify_loop_closed_ssa with an extra
4424         argument.
4425         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
4426         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
4427         (rewrite_commutative_reductions_out_of_ssa): Same.
4428         * passes.c (execute_function_todo): Call verify_ssa for every pass
4429         in the LNO.  Invoke verify_loop_closed_ssa with an extra argument.
4430         * tree-flow.h (verify_loop_closed_ssa): Update declaration.
4431         * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
4432         with an extra argument.
4433         * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same.  Call
4434         verify_ssa only when the extra argument is true.
4435         (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
4436         with an extra argument.
4437         (tree_transform_and_unroll_loop): Same.
4438
4439 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
4440
4441         * passes.c (execute_function_todo): Call verify_loop_closed_ssa
4442         for all the passes of the LNO having LOOP_CLOSED_SSA.
4443         * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
4444         * tree-loop-distribution.c (pass_loop_distribution): Same.
4445         * tree-pass.h (TODO_verify_loops): Removed.
4446         * tree-ssa-loop.c (pass_tree_loop_init): Same.
4447         (pass_lim): Same.
4448         (pass_tree_unswitch): Same.
4449         (pass_predcom): Same.
4450         (pass_vectorize): Same.
4451         (pass_linear_transform): Same.
4452         (pass_graphite_transforms): Same.
4453         (pass_iv_canon): Same.
4454         (pass_complete_unroll): Same.
4455         (pass_complete_unrolli): Same.
4456         (pass_parallelize_loops): Same.
4457         (pass_loop_prefetch): Same.
4458         (pass_iv_optimize): Same.
4459
4460 2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
4461
4462         PR middle-end/32824
4463         * passes.c (init_optimization_passes): Move pass_lim before
4464         pass_copy_prop and pass_dce_loop.
4465
4466 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
4467
4468         PR target/43667
4469         * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
4470         instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
4471         (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
4472         MULTI_* defines for 4 argument vpermil2p* builtins.
4473
4474 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
4475
4476         * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
4477         * config/i386/i386.c (x86_maybe_negate_const_int): New.
4478         (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
4479         * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
4480         *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
4481         *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
4482         *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
4483         Use x86_maybe_negate_const_int to output insn mnemonic.
4484         (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto.  Remove overflow
4485         check from instruction predicate.  Update comments.
4486         * config/i386/sync.md (sync_add<mode>): Use
4487         x86_maybe_negate_const_int to output insn mnemonic.
4488
4489 2010-04-06  Jan Hubicka  <jh@suse.cz>
4490
4491         PR tree-optimization/42906
4492         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
4493         IGNORE_SELF argument.  Set visited_control_parents for fully
4494         processed BBs.
4495         (find_obviously_necessary_stmts): Update call of
4496         mark_control_dependent_edges_necessary.
4497         (propagate_necessity): Likewise.  Handle PHI edges more curefully.
4498
4499 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
4500
4501         * config/i386/i386.md: Remove comment about 'e' and 'E'
4502         operand modifier.
4503
4504 2010-04-06  Richard Guenther  <rguenther@suse.de>
4505
4506         PR tree-optimization/43627
4507         * tree-vrp.c (extract_range_from_unary_expr): Widenings
4508         of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
4509         not varying.
4510
4511 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
4512
4513         * BASE-VER: Change to 4.6.0.
4514
4515         PR target/43638
4516         * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
4517         handling.
4518
4519 2010-04-06  Richard Guenther  <rguenther@suse.de>
4520
4521         PR middle-end/43661
4522         * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
4523
4524 2010-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4525
4526         * doc/invoke.texi (Optimize Options): Document that LTO
4527         won't remove object access purely due to incompatible
4528         declarations.
4529
4530 2010-04-04  Matthias Klose  <doko@ubuntu.com>
4531
4532         * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
4533         Initialize variable.
4534
4535 2010-04-03  Richard Guenther  <rguenther@suse.de>
4536
4537         PR middle-end/42509
4538         * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
4539         require a non-NULL MEM_OFFSET.
4540
4541 2010-04-02  Steven Bosscher  <steven@gcc.gnu.org>
4542
4543         * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
4544         basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
4545         collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
4546         config/alpha/predicates.md, config/arm/arm.md,
4547         config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
4548         config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
4549         config/darwin9.h, config/darwin.c, config/darwin.h,
4550         config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
4551         config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
4552         config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
4553         config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
4554         config/mips/mips.md, config/mn10300/mn10300.c,
4555         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
4556         config/rs6000/aix.h, config/rs6000/dfp.md,
4557         config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
4558         config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
4559         config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
4560         config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
4561         config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
4562         config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
4563         c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
4564         diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
4565         doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
4566         doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
4567         fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
4568         gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
4569         graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
4570         graphite-dependences.c, graphite-poly.c, graphite-poly.h,
4571         graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
4572         graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
4573         intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
4574         ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
4575         ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
4576         loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
4577         objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
4578         opt-functions.awk, opth-gen.awk, params.def, passes.c,
4579         postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
4580         rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
4581         store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
4582         tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
4583         tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
4584         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
4585         tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
4586         tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
4587         tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
4588         tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
4589         tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
4590         tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
4591         tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
4592         unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
4593
4594 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4595
4596         PR other/43620
4597         * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
4598         * aclocal.m4: Regenerate.
4599
4600 2010-04-02  Richard Guenther  <rguenther@suse.de>
4601
4602         PR tree-optimization/43629
4603         * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
4604         if we have seen a constant value.
4605
4606 2010-04-02  Joseph Myers  <joseph@codesourcery.com>
4607
4608         * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
4609
4610 2010-04-02  Richard Earnshaw  <rearnsha@arm.com>
4611
4612         PR target/43469
4613         * arm.c (legitimize_tls_address): Adjust call to
4614         gen_tls_load_dot_plus_four.
4615         (arm_note_pic_base): New function.
4616         (arm_cannot_copy_insn_p): Use it.
4617         * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
4618         constraint.
4619
4620 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4621
4622         PR bootstrap/43531
4623
4624         Revert:
4625         2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4626
4627         * Makefile.in ($(out_object_file)): Depend on
4628         gt-$(basename $(notdir $(out_file))).h.
4629
4630 2010-04-01  Ralf Corsépius <ralf.corsepius@rtems.org>
4631
4632         * config.gcc (lm32-*-rtems*): Add t-lm32.
4633
4634 2010-04-01  Joel Sherrill <joel.sherrill@oarcorp.com>
4635
4636         * config.gcc: Add lm32-*-rtems*.
4637         * config/lm32/rtems.h: New file.
4638
4639 2010-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
4640
4641         PR target/42609
4642         * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
4643
4644 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
4645
4646         * dwarf2out.c (output_compilation_unit_header): For
4647         -gdwarf-4 use version 4 instead of version 3.
4648         (output_line_info): For version 4 and above emit additional
4649         maximum ops per insn header field.
4650         (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
4651
4652         * dwarf2out.c (is_c_family, is_java): Remove.
4653         (lower_bound_default): New function.
4654         (add_bound_info, gen_descr_array_type_die): Use it.
4655
4656 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
4657
4658         PR debug/43325
4659         * dwarf2out.c (gen_variable_die): Allow debug info for variable
4660         re-declaration when it happens in a function.
4661
4662 2010-04-01  Aldy Hernandez  <aldyh@redhat.com>
4663
4664         * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
4665         (cgraph_remove_function_insertion_hook): Same.
4666         (cgraph_call_function_insertion_hooks): Same.
4667
4668 2010-04-01  Richard Guenther  <rguenther@suse.de>
4669
4670         PR middle-end/43614
4671         * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
4672         and TREE_THIS_VOLATILE.
4673         (copy_ref_info): Likewise.
4674         * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
4675         * tree.c (build6_stat): Ignore side-effects of all but arg5
4676         for TARGET_MEM_REF.  Set TREE_THIS_VOLATILE from arg5 of
4677         TARGET_MEM_REF.
4678
4679 2010-04-01  Richard Guenther  <rguenther@suse.de>
4680
4681         PR tree-optimization/43607
4682         * ipa-type-escape.c (check_call): Do not access non-existing
4683         arguments.
4684
4685 2010-04-01  Richard Guenther  <rguenther@suse.de>
4686
4687         PR middle-end/43602
4688         Revert
4689         2010-03-30  Seongbae Park <seongbae.park@gmail.com>
4690                     Jack Howarth <howarth@bromo.med.uc.edu>
4691
4692         * tree-profile.c (tree_init_ic_make_global_vars): Make static
4693         variables TLS.
4694
4695 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4696
4697         * doc/install.texi (Prerequisites): Document libelf usability on
4698         IRIX 5/6 and Solaris 2.
4699         (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
4700         Update GNU as, GNU ld requirements.
4701         (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
4702         Document Sun Studio compiler download.
4703         Update and simplify as, ld recommendations.
4704         (Specific, *-*-solaris2.7): Note obsoletion, removal.
4705
4706 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4707
4708         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
4709         with_tune_32 to pentium4.
4710
4711 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
4712
4713         * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
4714
4715 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4716
4717         * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
4718         obsoletion, removal.
4719         Update IDO URL.
4720         Document GNU as requirement.
4721         Update configure requirements.
4722         (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
4723         Recomment IRIX 6.5.18+.
4724         Document IDF/IDL requirement.
4725         Document GNU as requirement.
4726         Document GNU ld bootstrap failure.
4727         Remove freeware.sgi.com reference.
4728
4729 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4730
4731         * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
4732         UNIX V4.0, V5.0 obsoletion, removal.
4733         Remove --with-gc=simple reference.
4734         Update VM requirements during bootstrap.
4735         Remove -oldas bootstrap description.
4736         Update binutils reference.
4737         Remove comparison failure note.
4738
4739 2010-03-31  Richard Guenther  <rguenther@suse.de>
4740             Zdenek Dvorak  <ook@ucw.cz>
4741             Sebastian Pop  <sebastian.pop@amd.com>
4742
4743         PR middle-end/43464
4744         * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
4745         with multiple arguments.
4746         (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
4747
4748 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
4749
4750         * graphite-dependences.c (print_pddr): Call print_pdr with an
4751         extra argument.
4752         * graphite-poly.c (debug_pdr): Add an extra argument for the
4753         verbosity level.
4754         (print_pdr): Same.
4755         (print_pbb_domain): Same.
4756         (print_pbb): Same.
4757         (print_scop_context): Same.
4758         (print_scop): Same.
4759         (print_cloog): Same.
4760         (debug_pbb_domain): Same.
4761         (debug_pbb): Same.
4762         (print_pdrs): Same.
4763         (debug_pdrs): Same.
4764         (debug_scop_context): Same.
4765         (debug_scop): Same.
4766         (debug_cloog): Same.
4767         (print_scop_params): Same.
4768         (debug_scop_params): Same.
4769         (print_iteration_domain): Same.
4770         (print_iteration_domains): Same.
4771         (debug_iteration_domain): Same.
4772         (debug_iteration_domains): Same.
4773         (print_scattering_function): Same.
4774         (print_scattering_functions): Same.
4775         (debug_scattering_function): Same.
4776         (debug_scattering_functions): Same.
4777         * graphite-poly.h (debug_pdr): Update declaration.
4778         (print_pdr): Same.
4779         (print_pbb_domain): Same.
4780         (print_pbb): Same.
4781         (print_scop_context): Same.
4782         (print_scop): Same.
4783         (print_cloog): Same.
4784         (debug_pbb_domain): Same.
4785         (debug_pbb): Same.
4786         (print_pdrs): Same.
4787         (debug_pdrs): Same.
4788         (debug_scop_context): Same.
4789         (debug_scop): Same.
4790         (debug_cloog): Same.
4791         (print_scop_params): Same.
4792         (debug_scop_params): Same.
4793         (print_iteration_domain): Same.
4794         (print_iteration_domains): Same.
4795         (debug_iteration_domain): Same.
4796         (debug_iteration_domains): Same.
4797         (print_scattering_function): Same.
4798         (print_scattering_functions): Same.
4799         (debug_scattering_function): Same.
4800         (debug_scattering_functions): Same.
4801
4802 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
4803
4804         * graphite-poly.c (print_scattering_function_1): New.
4805         (print_scattering_function): Call it.
4806         (print_scop_params): Remove spaces at the end of lines.
4807         (print_cloog): New.
4808         (debug_cloog): New.
4809         * graphite-poly.h (print_cloog): Declared.
4810         (debug_cloog): Declared.
4811
4812 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
4813
4814         * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
4815         in loop->header.
4816         * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
4817         * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
4818         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
4819         to switch between adding the IV bump in loop->latch or in loop->header.
4820
4821 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
4822
4823         * graphite-poly.c (print_scattering_function): Pretty print following
4824         the scoplib format.
4825         (print_pdr): Same.
4826         (print_pbb_domain): Same.
4827         (dump_gbb_cases): Same.
4828         (dump_gbb_conditions): Same.
4829         (print_pdrs): Same.
4830         (print_pbb): Same.
4831         (print_scop_params): Same.
4832         (print_scop_context): Same.
4833         (print_scop): Same.
4834         (print_pbb_body): New.
4835         (lst_indent_to): New.
4836         (print_lst): Start new lines with a #.
4837         * graphite-poly.h (pbb_bb): New.
4838         (pbb_index): Use pbb_bb.
4839         * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
4840         disjuncts.
4841         * tree-data-ref.c (dump_data_reference): Start new lines with a #.
4842
4843 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
4844
4845         * dwarf2out.c (size_of_die): For -gdwarf-4 use
4846         uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
4847         and 0 instead of 1 for dw_val_class_flag.
4848         (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
4849         dw_val_class_range_list, dw_val_class_loc_list,
4850         dw_val_class_lineptr and dw_val_class_macptr, use
4851         DW_FORM_flag_present for dw_val_class_flag and
4852         DW_FORM_exprloc for dw_val_class_loc.
4853         (output_die): For -gdwarf-4 print dw_val_class_loc
4854         size as uleb128 instead of 1 or 2 bytes and don't print
4855         anything for dw_val_class_flag.
4856
4857         * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
4858         instead of cselib_lookup following by tweaking locs->setting_insn.
4859
4860         PR bootstrap/43596
4861         * cselib.c (cselib_process_insn): Clear cselib_current_insn
4862         even before returning from label, setjmp call or volatile asm
4863         handling.
4864
4865 2010-03-31  Richard Guenther  <rguenther@suse.de>
4866
4867         PR middle-end/43600
4868         * cgraphunit.c (cgraph_output_in_order): Do not allocate
4869         temporary data on stack.
4870
4871 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4872
4873         * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
4874         (PUSHSECTION_ASM_OP): Remove.
4875         (POPSECTION_ASM_OP): Remove.
4876         (PUSHSECTION_FORMAT): Remove.
4877         * config/sol2.h (PUSHSECTION_FORMAT): Define.
4878         * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
4879         * config/sol2.c (solaris_output_init_fini): Use it.
4880
4881 2010-03-31  Jie Zhang  <jie@codesourcery.com>
4882
4883         PR 43574
4884         * opt-functions.awk (var_type_struct): Use signed char type
4885         for simple variables.
4886
4887 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4888
4889         * config/sol2.c: Include output.h.
4890         (solaris_assemble_visibility): New function.
4891         * config/t-sol2 (sol2.o): Add output.h dependency.
4892         * config/sol2-protos.h (solaris_assemble_visibility): Declare.
4893         * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
4894         Redefine.
4895
4896 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
4897
4898         PR target/43580
4899         * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
4900         V2SImode or XFmode on PRE_DEC.
4901
4902         PR debug/43557
4903         * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
4904         BLKmode.
4905
4906 2010-03-31  Jie Zhang  <jie@codesourcery.com>
4907
4908         PR 43562
4909         * reload.h (caller_save_initialized_p): Declare.
4910         * toplev.c (backend_init_target): Don't call
4911         init_caller_save but set caller_save_initialized_p to false.
4912         * caller-save.c (caller_save_initialized_p): Define.
4913         (init_caller_save): Check caller_save_initialized_p.
4914         * ira.c (ira): Call init_caller_save if flag_caller_saves.
4915
4916 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4917
4918         PR target/39048
4919         * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
4920         and soft-fp/t-softfp to tmake_file.
4921         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
4922         (LIBGCC2_TF_CEXT): Define.
4923         (TF_SIZE): Define.
4924
4925 2010-03-30  Alexandre Oliva  <aoliva@redhat.com>
4926
4927         PR debug/42977
4928         * cselib.c (n_useless_values): Document handling of debug locs.
4929         (n_useless_debug_values, n_debug_values): New variables.
4930         (new_elt_loc_list): Don't add to debug values, keep count.
4931         (promote_debug_loc): New.
4932         (cselib_reset_table): Zero new variables.
4933         (entry_and_rtx_equal_p): Promote debug locs.
4934         (discard_useless_locs): Increment n_useless_debug_values for
4935         debug values.
4936         (remove_useless_values): Adjust n_useless_values and n_debug_values
4937         with n_useless_debug_values.
4938         (add_mem_for_addr): Promote debug locs.
4939         (cselib_lookup_mem): Likewise.
4940         (cselib_lookup_addr): Renamed to...
4941         (cselib_lookup_addr_1): ... this.  Promote debug locs.  Don't call...
4942         (cselib_log_lookup): ... this.  Turn into...
4943         (cselib_lookup_addr): ... new wrapper.
4944         (cselib_lookup_from_insn): New.
4945         (cselib_invalidate_regno): Increment n_useless_debug_values for
4946         debug values.
4947         (cselib_invalidate_mem): Likewise.
4948         (cselib_process_insn): Take n_deleted and n_debug_values into
4949         account to guard remove_useless_value call.
4950         (cselib_finish): Zero n_useless_debug_values.
4951         * cselib.h (cselib_lookup_from_insn): Declare.
4952         * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
4953         (sched_analyze_2): Likewise.
4954
4955 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
4956
4957         * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
4958         functions.
4959         (adjust_mems): Replace narrowing SUBREG of expression containing
4960         just PLUS, MINUS, MULT and ASHIFT of registers and constants
4961         with operations in the narrower mode.
4962
4963         PR debug/43593
4964         * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
4965         regs_invalidated_by_call instead all call_used_reg_set registers.
4966
4967 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
4968
4969         PR middle-end/43430
4970         * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
4971         pointer comparisons with types_compatible_p.
4972         * tree-vect-stmts.c (vectorizable_call): Same.
4973         (vectorizable_condition): Same.
4974
4975 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4976
4977         * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
4978         stack check if the mask would be zero.
4979
4980 2010-03-30  Seongbae Park <seongbae.park@gmail.com>
4981             Jack Howarth <howarth@bromo.med.uc.edu>
4982
4983         * tree-profile.c (tree_init_ic_make_global_vars): Make static
4984         variables TLS.
4985
4986 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
4987
4988         PR other/25232
4989         * libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
4990         and __unordtf2.
4991         * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
4992         Include ___unordxf2 and ___unordtf2.
4993         * config/i386/libgcc-glibc.ver: Do not define inheritance from
4994         GCC_4.4.0 here.
4995
4996 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
4997
4998         * config/lm32/t-lm32: New file.
4999         * config.gcc: Use the above file when targetting lm32.
5000
5001 2010-03-28  Duncan Sands  <baldrick@free.fr>
5002
5003         * Makefile.in (PLUGIN_HEADERS): Add except.h.
5004
5005 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
5006
5007         PR middle-end/43431
5008         * tree-vect-loop.c (vect_estimate_min_profitable_iters):
5009         Improve vectorization cost model diagnostic.
5010
5011 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
5012
5013         PR middle-end/43436
5014         * tree-vect-data-refs.c (vect_analyze_data_refs): When
5015         compute_data_dependences_for_loop returns false, early exit
5016         and output an extra diagnostic for the failed data reference
5017         analysis.
5018
5019 2010-03-29  Richard Guenther  <rguenther@suse.de>
5020
5021         PR tree-optimization/43560
5022         * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
5023         (can_sm_ref_p): Treat stores to readonly locations as trapping.
5024
5025 2010-03-29  Jie Zhang  <jie@codesourcery.com>
5026
5027         PR 43564
5028         * toplev.c (process_options): Set optimization_default_node
5029         and optimization_current_node.
5030         * opts.c (decode_options): Don't set optimization_default_node
5031         and optimization_current_node.
5032
5033 2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
5034
5035         * config/rtems.h: Abandon -qrtems_debug.
5036
5037 2010-03-28  Jan Hubicka  <jh@suse.cz>
5038
5039         PR tree-optimization/43505
5040         * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
5041         map should not be copied.
5042
5043 2010-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5044
5045         PR middle-end/41674
5046         * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
5047         cdtors, set DECL_PRESERVE_P.
5048         * ipa.c (cgraph_externally_visible_p): Return true if declaration
5049         should be preseved.
5050
5051 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
5052
5053         PR tree-optimization/43528
5054         * stor-layout.c (place_field): Check that constant fits into
5055         unsigned HWI when skipping calculation of MS bitfield layout.
5056
5057 2010-03-27  Jan Hubicka  <jh@suse.cz>
5058
5059         PR middle-end/43391
5060         * varasm.c (make_decl_rtl): Deal with COMMON flag to make
5061         notice_global_symbol work.
5062
5063 2010-03-27  Jakub Jelinek  <jakub@redhat.com>
5064
5065         * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
5066         instead of dwarf2out_decl.
5067         (struct var_loc_node): Remove section_label field.
5068         (dwarf2out_function_decl): New function.
5069         (dwarf2out_var_location): Don't set section_label field.
5070         (dwarf2out_begin_function): Don't empty decl_loc_table here.
5071
5072 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
5073
5074         PR tree-optimization/43544
5075         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
5076         First argument for builtin vectorized function hook is now a
5077         tree to be able to distinguish between machine specific and
5078         standard builtins.
5079         * targhooks.c (default_builtin_vectorized_function): Ditto.
5080         * targhooks.h (default_builtin_vectorized_function): Ditto.
5081         * target.h (struct gcc_target): Ditto.
5082         * tree-vect-stmts.c (vectorizable_function): Ditto.
5083         * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
5084         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
5085         Ditto.
5086
5087 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
5088
5089         PR c/43381
5090         * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
5091         nested binding iff it is a FUNCTION_DECL.
5092         (store_parm_decls_newstyle): Pass nested=true to bind for
5093         FUNCTION_DECLs amongst parameters.
5094
5095 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
5096
5097         * var-tracking.c (vt_expand_loc_callback): Don't run
5098         cselib_expand_value_rtx_cb in dummy mode if
5099         cselib_dummy_expand_value_rtx_cb returned false.
5100
5101         * var-tracking.c (emit_note_insn_var_location): For one part
5102         notes with offset 0, don't add EXPR_LIST around the location.
5103         * dwarf2out.c (loc_descriptor, dw_loc_list_1,
5104         add_location_or_const_value_attribute): Adjust for that change.
5105
5106         PR debug/43540
5107         * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
5108         into first operand and location into second.
5109         (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
5110         dw_cfi_oprnd_loc for DW_CFA_expression.
5111         (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
5112         (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
5113         assume first argument is regnum and second argument is location.
5114
5115 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
5116
5117         PR target/42113
5118         * config/alpha/alpha.md (*cmp_sadd_si): Change mode
5119         of scratch register to DImode.  Split to DImode comparison operator.
5120         Use SImode subreg of scratch register in the multiplication.
5121         (*cmp_sadd_sidi): Ditto.
5122         (*cmp_ssub_si): Ditto.
5123         (*cmp_ssub_sidi): Ditto.
5124
5125 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
5126
5127         PR target/43524
5128         * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
5129         Remove invalid assert and wrong comment.
5130
5131 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
5132
5133         PR debug/43516
5134         * flags.h (final_insns_dump_p): New extern.
5135         * final.c (final_insns_dump_p): New variable.
5136         (rest_of_clean_state): Set it before -fdump-final-insns=
5137         dumping, clear afterwards.
5138         * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
5139         MEM_ALIAS_SET on MEMs.
5140
5141 2010-03-26  David S. Miller  <davem@davemloft.net>
5142
5143         * configure.ac: Fix sparc GOTDATA_OP bug check.
5144         * configure: Rebuild.
5145
5146 2010-03-26  Alan Modra  <amodra@gmail.com>
5147
5148         * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
5149
5150 2010-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5151
5152         * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
5153         TLS_SECTION_ASM_FLAG.
5154
5155 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
5156
5157         PR bootstrap/43511
5158         * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
5159         Clear first_function_block_is_cold.
5160
5161         PR c/43385
5162         * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
5163         argument if the argument is truth_value_p.
5164
5165 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
5166
5167         * config/rs6000/constraints.md: Update copyright year for my changes.
5168
5169         PR target/43484
5170         * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
5171         used in reg+reg addressing, swap registers.
5172
5173 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
5174
5175         PR debug/43293
5176         * target.h (struct gcc_target): Add code_end hook.
5177         * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
5178         if not yet defined.
5179         (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
5180         * toplev.c (compile_file): Call targetm.asm_out.code_end
5181         hook before unwind info/debug info output.
5182         * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
5183         * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
5184         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
5185         * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
5186         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
5187         * config/i386/i386.c (ix86_file_end): Renamed to...
5188         (ix86_code_end): ... this.  Make static.  Don't call
5189         file_end_indicate_exec_stack.  Emit unwind info using
5190         final_start_function/final_end_function.
5191         (darwin_x86_file_end): Remove.
5192         (TARGET_ASM_CODE_END): Define.
5193         * config/i386/i386.h (TARGET_ASM_FILE_END,
5194         NEED_INDICATE_EXEC_STACK): Don't define.
5195         * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
5196         (TARGET_ASM_FILE_END): Define to darwin_file_end.
5197         * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
5198         * doc/tm.texi (TARGET_ASM_CODE_END): Document.
5199
5200         PR target/43498
5201         * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
5202         at the beginning and final_end_function at the end.
5203         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
5204
5205 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5206
5207         * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
5208         and Sun as TLS syntax.
5209         (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
5210         * configure: Regenerate.
5211         * config.in: Regenerate.
5212         * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
5213         (default_elf_asm_named_section): Use it.
5214         * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
5215         (i386_output_dwarf_dtprel): Likewise.
5216         (output_addr_const_extra): Likewise.
5217         (output_pic_addr_const): Lowercase @GOTTPOFF.
5218         (output_addr_const_extra): Likewise.
5219         (output_pic_addr_const): Lowercase @GOTNTPOFF.
5220         (output_addr_const_extra): Likewise.
5221         (output_pic_addr_const): Lowercase @INDNTPOFF.
5222         (output_addr_const_extra): Likewise.
5223         (output_pic_addr_const): Lowercase @NTPOFF.
5224         (output_addr_const_extra): Likewise.
5225         (output_pic_addr_const): Lowercase @TPOFF.
5226         (output_addr_const_extra): Likewise.
5227         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
5228         (*tls_global_dynamic_64): Likewise.
5229         (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
5230         (*tls_local_dynamic_base_64): Lowercase @TLSLD.
5231
5232         * defaults.h (TLS_COMMON_ASM_OP): Provide default.
5233         (ASM_OUTPUT_TLS_COMMON): Use it.
5234         * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
5235
5236         PR target/38118
5237         * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
5238         * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
5239         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
5240         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
5241         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
5242         (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
5243
5244 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5245
5246         * config/i386/i386.c (override_options): Don't accept
5247         -mtls-dialect=sun any longer.
5248         * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
5249         * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
5250         (*tls_local_dynamic_base_32_sun): Likewise.
5251         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
5252
5253 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
5254
5255         PR debug/43508
5256         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
5257         VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
5258
5259         PR debug/43479
5260         * ira.c (adjust_cleared_regs): New function.
5261         (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
5262
5263         PR debug/19192
5264         PR debug/43479
5265         * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
5266         from gimple_block.
5267         * expr.c (expand_expr_real): Restore previous
5268         curr_insn_source_location and curr_insn_block after
5269         expand_expr_real_1 call.
5270         (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
5271         instead of expand_expr_real_1.
5272
5273 2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>
5274
5275         PR rtl-optimization/43413
5276         * ira-color.c (setup_allocno_available_regs_num): Count prohibited
5277         hard regs too.
5278
5279 2010-03-22  James E. Wilson  <wilson@codesourcery.com>
5280
5281         PR target/43348
5282         * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
5283         call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
5284
5285 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
5286
5287         * config/i386/i386.c (ix86_target_string): Add -mfma.
5288         Fix a typo in comment.
5289
5290 2010-03-22  Mike Stump  <mikestump@comcast.net>
5291
5292         PR target/23071
5293         * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
5294         Don't overly align based upon packed packed fields.
5295
5296 2010-03-22  Jason Merrill  <jason@redhat.com>
5297
5298         * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
5299         Use () rather than [], and move before the element type.
5300
5301 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5302
5303         * doc/configfiles.texi (Configuration Files): Removed
5304         fixinc/Makefile*, intl/Makefile.*.
5305         * doc/makefile.texi: Fixed markup. Abstract from version
5306         control system used.
5307         (Makefile): Removed obsolete gcc/java/parse.y example.
5308         * doc/sourcebuild.texi: Likewise.
5309         (Top Level): Added config, gnattools, libdecnumber, libgcc,
5310         libgomp, libssp.  Removed fastjar.
5311         (Miscellaneous Docs): Clarify location.
5312         Added COPYING3, COPYING3.LIB.
5313         (Front End Directory): Moved Make-lang.in entry to new subsubsection.
5314
5315 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5316
5317         PR target/38085
5318         * config/i386/i386.c (x86_function_profiler)
5319         [!NO_PROFILE_COUNTERS]: Fix typo.
5320         * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
5321         instead of callq.
5322
5323 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
5324             Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5325
5326         * doc/sourcebuild.texi (Test Directives): Split into six
5327         subsections, with most of the current text in new subsections
5328         Directives, Selectors, and Final Actions.
5329         (Directives): Split list of test directives into multiple
5330         subsubsections.
5331         (Selectors): Describe use and syntax of selectors.
5332         (Effective-Target Keywords): Describe all existing keywords.
5333         (Add Options): Describe features for dg-add-options.
5334         (Require Support): Describe variants of dg-require-support.
5335         (Final Actions): Describe commands to use in dg-final.
5336
5337 2010-03-22  Michael Matz  <matz@suse.de>
5338
5339         PR middle-end/43475
5340         * recog.c (validate_replace_rtx_group): Replace also in
5341         REG_EQUAL and REG_EQUIV notes.
5342
5343 2010-03-22  Richard Guenther  <rguenther@suse.de>
5344
5345         PR tree-optimization/43390
5346         * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
5347         sure vector extracts are type correct.
5348
5349 2010-03-22  Richard Guenther  <rguenther@suse.de>
5350
5351         PR middle-end/40106
5352         * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
5353         x * sqrt (x) even when optimizing for size if the target
5354         has native support for sqrt.
5355
5356 2010-03-22  Jakub Jelinek  <jakub@redhat.com>
5357
5358         * varasm.c (make_decl_rtl_for_debug): Also clear
5359         flag_mudflap for the duration of make_decl_rtl call.
5360
5361         PR debug/43443
5362         * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
5363         locs from preserved VALUEs.
5364
5365 2010-03-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5366
5367         PR middle-end/42718
5368         * pa.md (movmemsi): Set align to one if zero.
5369         (movmemdi): Likewise.
5370
5371 2010-03-21  Richard Earnshaw  <rearnsha@arm.com>
5372
5373         PR target/42321
5374         * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
5375         with their corresponding prologue pushes.
5376
5377 2010-03-20  Andrew Pinski  <pinskia@gmail.com>
5378
5379         PR target/43156
5380         * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
5381         at the begining or end.
5382         (spu_expand_epilogue): Likewise.
5383
5384 2010-03-20  Richard Guenther  <rguenther@suse.de>
5385
5386         PR rtl-optimization/43438
5387         * combine.c (make_extraction): Properly zero-/sign-extend an
5388         extraction of the low part of a CONST_INT.  Also handle
5389         CONST_DOUBLE.
5390
5391 2010-03-19  Mike Stump  <mikestump@comcast.net>
5392
5393         * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
5394         * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
5395         (override_options): Use SUBTARGET32_DEFAULT_CPU.
5396
5397 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
5398
5399         PR c/43211
5400         * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
5401         an error.
5402
5403 2010-03-19  Bernd Schmidt  <bernds@codesourcery.com>
5404
5405         PR rtl-optimization/42258
5406         * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
5407         use that may match DEF.
5408
5409         PR target/40697
5410         * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
5411         the cost of loading the constant rather than assuming
5412         COSTS_N_INSNS (1).
5413         * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
5414         outer code is AND, do the same tests as the andsi3 expander and
5415         return COSTS_N_INSNS (1) if and is cheap.
5416
5417         * optabs.c (avoid_expensive_constant): Fix formatting.
5418
5419 2010-03-19  Michael Matz  <matz@suse.de>
5420
5421         PR c++/43116
5422         * attribs.c (decl_attributes): When rebuilding a function pointer
5423         type use the same qualifiers as the original pointer type.
5424
5425 2010-03-19  Martin Jambor  <mjambor@suse.cz>
5426
5427         * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
5428         and is_gimple_ip_invariant_address.
5429
5430 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5431
5432         Revert
5433         2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5434
5435         * config/arm/arm.c (arm_override_options): Turn off
5436         flag_dwarf2_cfi_asm for AAPCS variants.
5437
5438 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5439
5440         PR target/43399
5441         * config/arm/arm.c (emit_multi_reg_push): Update comments.
5442         Use PRE_MODIFY instead of PRE_DEC.
5443         (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
5444         (vfp_emit_fstmd): Likewise.
5445
5446 2010-03-19  Michael Matz  <matz@suse.de>
5447
5448         PR target/43305
5449         * builtins.c (expand_builtin_interclass_mathfn,
5450         expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
5451         if that fails.
5452
5453 2010-03-19  Richard Guenther  <rguenther@suse.de>
5454
5455         PR tree-optimization/43415
5456         * tree-ssa-pre.c (phi_translate): Split out worker to ...
5457         (phi_translate_1): ... this.
5458         (phi_translate): Move all caching here.  Cache all NARY
5459         and REFERENCE translations.
5460
5461 2010-03-19  David S. Miller  <davem@davemloft.net>
5462
5463         With help from Eric Botcazou.
5464         * config/sparc/sparc.c: Include dwarf2out.h.
5465         (emit_pic_helper): Delete.
5466         (pic_helper_symbol_name): Delete.
5467         (pic_helper_emitted_p): Delete.
5468         (pic_helper_needed): New.
5469         (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
5470         (get_pc_thunk_name): New.
5471         (load_pic_register): Remove 'delay_pic_helper' arg.  Use
5472         get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
5473         Set pic_helper_needed to true.  Don't call emit_pic_helper.
5474         (sparc_expand_prologue): Update load_pic_register call.
5475         (sparc_output_mi_thunk): Likewise.
5476         (sparc_file_end): Emit a hidden comdat symbol for the PIC
5477         thunk if possible.  Output CFI information as needed.
5478
5479 2010-03-18  Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5480             Jack Howarth <howarth@bromo.med.uc.edu>
5481
5482         PR target/36399
5483         * config/i386/i386.h: Fix ABI on darwin x86-32.
5484
5485 2010-03-18  Aldy Hernandez  <aldyh@redhat.com>
5486
5487         * tree.h: Declare make_decl_rtl_for_debug.
5488         * varasm.c (make_decl_rtl_for_debug): New.
5489         * dwarf2out.c (rtl_for_decl_location): Call it.
5490         * cfgexpand.c (expand_debug_expr): Call it.
5491
5492 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
5493
5494         PR bootstrap/43399
5495         * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
5496         mem_mode.
5497
5498         PR bootstrap/43403
5499         * var-tracking.c (vt_init_cfa_base): Do nothing if
5500         cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
5501
5502 2010-03-18  Alexandre Oliva  <aoliva@redhat.com>
5503
5504         PR debug/42873
5505         * var-tracking.c (canonicalize_vars_star): New.
5506         (dataflow_post_merge_adjust): Use it.
5507
5508 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
5509
5510         PR debug/43058
5511         * var-tracking.c (non_suitable_const): New function.
5512         (add_uses): For DEBUG_INSNs with constants, don't record any
5513         value, instead just the constant value itself.
5514         (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
5515         is not VAR_LOC_UNKNOWN_P, set var to the constant.
5516         (emit_notes_in_bb): Likewise.
5517         (emit_note_insn_var_location): For onepart variables if
5518         cur_loc is a VOIDmode constant, use DECL_MODE.
5519
5520 2010-03-18  Martin Jambor  <mjambor@suse.cz>
5521
5522         PR middle-end/42450
5523         * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
5524         * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
5525         all non-clones.  Moved call redirection...
5526         (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
5527         (cgraph_materialize_all_clones): Dispose of all
5528         combined_args_to_skip bitmaps.
5529         (verify_cgraph_node): Do not check for edges pointing to wrong
5530         nodes in inline clones.
5531         * tree-inline.c (copy_bb): Call
5532         cgraph_redirect_edge_call_stmt_to_callee.
5533         * ipa.c (cgraph_remove_unreachable_nodes): Call
5534         cgraph_node_remove_callees even when there are used clones.
5535
5536 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
5537
5538         * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
5539
5540 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
5541
5542         PR target/43383
5543         * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
5544         for 32bit.
5545
5546 2010-03-18  Michael Matz  <matz@suse.de>
5547
5548         PR middle-end/43419
5549         * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
5550         into sqrt(x) if we need to preserve signed zeros.
5551
5552 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
5553             Eric Botcazou  <ebotcazou@adacore.com>
5554
5555         PR rtl-optimization/43360
5556         * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
5557         note if we don't know its invariant status.
5558
5559 2010-03-18  Michael Matz  <matz@suse.de>
5560
5561         PR tree-optimization/43402
5562         * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
5563         PHI chains of ssa names registered for update.
5564
5565 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
5566
5567         PR target/42427
5568         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
5569         non-offsettable and pre_modify update addressing.
5570         * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
5571         and "2" alternatives "#".
5572         (*movdd_softfloat32): Make all alternatives "#";
5573         * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
5574         (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
5575         (*movdf_softfloat32): Make all alternatives "#";
5576         (movdi): Use the new DIFD mode iterator to create a common splitter
5577         for movdi, movdf and movdd patterns.
5578
5579 2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
5580
5581         * common.opt (dumpdir): Remove redundant tab.
5582
5583 2010-03-17  Martin Jambor  <mjambor@suse.cz>
5584
5585         PR tree-optimization/43347
5586         * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
5587         original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
5588
5589 2010-03-17  Bernd Schmidt  <bernd.schmidt@analog.com>
5590
5591         PR rtl-optimization/42216
5592         * regrename.c (create_new_chain): New function, broken out from...
5593         (scan_rtx_reg): ... here.  Call it.  Handle the case where we are
5594         appending a use to an empty chain.
5595         (build_def_use): Remove previous changes that convert OP_INOUT to
5596         OP_OUT operands; instead detect the case where an OP_INOUT operand
5597         uses a previously untracked register and create an empty chain for it.
5598
5599 2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5600
5601         * doc/extend.texi (Function Attributes): Rewrite unfinished
5602         sentence in ms_abi documentation.
5603
5604 2010-03-17  Alan Modra  <amodra@gmail.com>
5605
5606         * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
5607         * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
5608         (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
5609         * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
5610
5611 2010-03-16  Richard Henderson  <rth@redhat.com>
5612
5613         PR middle-end/43365
5614         * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
5615         (lower_try_finally): Save and restore eh_seq around the expansion
5616         of the try-finally.
5617
5618 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
5619
5620         * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
5621         statements before splitting block.
5622
5623 2010-03-16  Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5624
5625         * doc/sourcebuild.texi (Testsuites): Fix markup.
5626         Use pathnames relative to gcc/testsuite.
5627         (Test Directives): Move description of how timeout is determined.
5628         (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
5629         (C Tests): Correct gcc.misc-tests directory.
5630         Framework tests now live in gcc.test-framework.
5631
5632 2010-03-16  Richard Guenther  <rguenther@suse.de>
5633
5634         PR middle-end/43379
5635         * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
5636         operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
5637
5638 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
5639             Alexandre Oliva  <aoliva@redhat.com>
5640
5641         PR tree-optimization/42917
5642         * lambda-code.c (remove_iv): Skip debug statements.
5643         (lambda_loopnest_to_gcc_loopnest): Likewise.
5644         (not_interesting_stmt): Debug statements are not interesting.
5645
5646 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
5647
5648         PR debug/43051
5649         PR debug/43092
5650         * cselib.c (cselib_preserve_constants,
5651         cfa_base_preserved_val): New static variables.
5652         (preserve_only_constants): New function.
5653         (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
5654         clear its REG_VALUES.  If cselib_preserve_constants, don't
5655         empty the whole hash table, but preserve there VALUEs with constants,
5656         cfa_base_preserved_val and cfa_base_preserved_val plus constant.
5657         (cselib_preserve_cfa_base_value): New function.
5658         (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
5659         (cselib_init): Change argument to int bitfield.  Set
5660         cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
5661         is in it.
5662         (cselib_finish): Clear cselib_preserve_constants and
5663         cfa_base_preserved_val.
5664         * cselib.h (enum cselib_record_what): New enum.
5665         (cselib_init): Change argument to int.
5666         (cselib_preserve_cfa_base_value): New prototype.
5667         * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
5668         * dse.c (dse_step1): Likewise.
5669         * cfgcleanup.c (thread_jump): Likewise.
5670         * sched-deps.c (sched_analyze): Likewise.
5671         * gcse.c (local_cprop_pass): Likewise.
5672         * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
5673         If FN is non-NULL, call the callback always and whenever it returns
5674         non-NULL just return that.  Only do rtx_equal_p if FN is NULL.
5675         * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
5676         * combine.c (propagate_for_debug_subst): Add old_rtx argument,
5677         compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
5678         * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
5679         * var-tracking.c: Include recog.h.
5680         (bb_stack_adjust_offset): Remove.
5681         (vt_stack_adjustments): Don't call it, instead just gather the
5682         adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
5683         (adjust_stack_reference): Remove.
5684         (compute_cfa_pointer): New function.
5685         (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
5686         (struct adjust_mem_data): New type.
5687         (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
5688         functions.
5689         (get_address_mode): New function.
5690         (replace_expr_with_values): Use it.
5691         (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
5692         Use get_address_mode.  For cfa_base_rtx return MO_CLOBBER.
5693         (adjust_sets): Remove.
5694         (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
5695         Use get_address_mode.
5696         (get_adjusted_src): Remove.
5697         (add_stores): Don't call it.  Never reuse expr SET.  Don't add extra
5698         MO_VAL_USE for cfa_base_rtx plus constant.  Use get_address_mode.
5699         (add_with_sets): Don't call adjust_sets.
5700         (fp_setter, vt_init_cfa_base): New functions.
5701         (vt_initialize): Change return type to bool.  Move most of pool etc.
5702         initialization to the beginning of the function from end.  Pass
5703         CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
5704         If !frame_pointer_needed, call vt_stack_adjustment before mos
5705         vector is filled, call vt_init_cfa_base if argp/framep has been
5706         eliminated to sp.  If frame_pointer_needed and argp/framep has
5707         been eliminated to hard frame pointer, set
5708         hard_frame_pointer_adjustment and call vt_init_cfa_base after
5709         encountering fp setter in the prologue.  For MO_ADJUST, call
5710         log_op_type before pusing the op into mos vector, not afterwards.
5711         Call adjust_insn before cselib_process_insn/add_with_sets,
5712         call cancel_changes (0) afterwards.
5713         (variable_tracking_main_1): Adjust for vt_initialize calling
5714         vt_stack_adjustments and returning whether it succeeded or not.
5715
5716 2010-03-15  Aldy Hernandez  <aldyh@redhat.com>
5717
5718         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
5719         debug statements.
5720
5721 2010-03-15  Jakub Jelinek  <jakub@redhat.com>
5722
5723         * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
5724         has been set.
5725         (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
5726         drap_reg has not been set.
5727
5728 2010-03-15  Michael Matz  <matz@suse.de>
5729
5730         PR middle-end/43300
5731         * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
5732         use it to expand block copies.
5733         (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
5734         insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
5735         (insert_value_copy_on_edge): Use store_expr for BLKmode values.
5736
5737 2010-03-15  Richard Guenther  <rguenther@suse.de>
5738
5739         PR tree-optimization/43367
5740         * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
5741         elimination check.
5742
5743 2010-03-15  Richard Guenther  <rguenther@suse.de>
5744
5745         PR tree-optimization/43317
5746         * ipa-struct-reorg.c (create_new_general_access): Update stmt.
5747
5748 2010-03-15  Martin Jambor  <mjambor@suse.cz>
5749
5750         PR tree-optimization/43141
5751         * tree-sra.c (create_abstract_origin): New function.
5752         (modify_function): Call create_abstract_origin.
5753
5754 2010-03-15  Chris Demetriou  <cgd@google.com>
5755
5756         * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
5757         wasn't copied.
5758
5759 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
5760
5761         PR middle-end/43354
5762         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
5763         call insert_out_of_ssa_copy for default definitions.
5764
5765 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
5766
5767         * graphite-clast-to-gimple.c (my_long_long): Defined.
5768         (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
5769         * graphite-sese-to-poly.c (my_long_long): Defined.
5770         (scop_ivs_can_be_represented): Use it.
5771
5772 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
5773
5774         * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
5775         graphite-max-bbs-per-function, and loop-block-tile-size.
5776         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
5777         with "maximum".
5778         (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
5779
5780 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
5781
5782         * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
5783         forward declaration.
5784         * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
5785         (add_upper_bounds_from_estimated_nit): New.
5786         (build_loop_iteration_domains): Use it.
5787
5788 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
5789
5790         * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
5791
5792 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
5793
5794         PR middle-end/43306
5795         * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
5796         should be an INTEGER_CST.  Also handle CASE_CONVERT.
5797
5798 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
5799
5800         * graphite.c (graphite_initialize): To bound the number of bbs per
5801         function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
5802         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
5803         * doc/invoke.texi: Document it.
5804
5805 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
5806
5807         * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
5808         * graphite-sese-to-poly.h (build_poly_scop): Same.
5809
5810 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
5811
5812         * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
5813         the number of parameters in the scop.  Use as an upper bound
5814         PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
5815         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
5816         * doc/invoke.texi: Document it.
5817
5818 2010-03-13  Jerry Quinn  <jlquinn@optonline.net>
5819
5820         * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
5821         * doc/c-tree.texi: Remove.
5822         * doc/generic.texi: Merge c-tree.texi here.
5823         * doc/gccint.texi (Trees): Remove menu entry.
5824         (c-tree.texi): Remove @include.
5825         * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
5826         * doc/languages.texi (Reading RTL): Ditto.
5827
5828 2010-03-12  Steve Ellcey  <sje@cup.hp.com>
5829
5830         PR target/42869
5831         * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
5832
5833 2010-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
5834
5835         PR middle-end/42431
5836         * gcc/config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
5837         code added to work around reload clobbering CONST insns.
5838
5839 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
5840
5841         * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
5842         (cselib_preserve_definitely, cselib_clear_preserve): Remove.
5843         (cselib_preserve_only_values): Remove retain argument, don't
5844         traverse hash table with cselib_{preserve_definitely,clear_preserve}.
5845         * cselib.h (cselib_preserve_only_values): Remove retain argument.
5846         * var-tracking.c (micro_operation): Move insn field before union.
5847         Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
5848         (struct variable_tracking_info_def): Remove n_mos field, change
5849         mos into a vector of micro_operations.
5850         (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
5851         (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
5852         compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
5853         changing into a vector.
5854         (add_with_sets): Likewise.  Ensure MO_VAL_USE uops from add_stores
5855         come before all other uops generated by add_stores.
5856         (vt_add_function_parameters): Adjust for cselib_preserve_only_values
5857         argument removal.
5858         (vt_initialize): Likewise.  Adjust for VTI (bb)->mos changing into
5859         a vector.  Run just one pass over the bbs instead of separate counting
5860         and computation phase.
5861         (vt_finalize): Free VTI (bb)->mos vector instead of array.
5862
5863         PR debug/43329
5864         * tree-inline.c (remap_decls): Put old_var rather than origin_var
5865         into *nonlocalized_list vector.
5866         * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
5867         even if origin is non-NULL.
5868         (gen_variable_die): Likewise.
5869         (process_scope_var): Don't change origin.
5870         (gen_decl_die): Likewise.
5871         * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
5872         before adding new edges instead of after it, fix moving over
5873         debug stmts.
5874
5875 2010-03-11  David S. Miller  <davem@davemloft.net>
5876
5877         * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
5878         of four.
5879         * configure: Rebuild.
5880
5881 2010-03-11  Martin Jambor  <mjambor@suse.cz>
5882
5883         PR tree-optimization/43257
5884         * tree.c (assign_assembler_name_if_neeeded): New function.
5885         (free_lang_data_in_cgraph): Assembler name assignment moved to the
5886         above new function.
5887         * tree.h (assign_assembler_name_if_neeeded): Declare.
5888         * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
5889         the function if needed.
5890
5891 2010-03-11  Chris Demetriou  <cgd@google.com>
5892
5893         * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
5894         include/stdint-gcc.h, and include/stdint.h world-readable.
5895
5896 2010-03-11  Richard Guenther  <rguenther@suse.de>
5897
5898         PR tree-optimization/43255
5899         * tree-vrp.c (process_assert_insertions_for): Do not insert
5900         asserts for trivial conditions.
5901
5902 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5903
5904         PR tree-optimization/43280
5905         * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
5906         generation.  Move calculation of size out of the if branch.
5907         (find_bswap): Modify compare number generation.
5908
5909 2010-03-11  Richard Guenther  <rguenther@suse.de>
5910
5911         PR lto/43200
5912         * lto-streamer-in.c (maybe_fixup_decls): Simplify.
5913         (input_gimple_stmt): Fixup handled component types during
5914         operand read.  Also fix up decls in ADDR_EXPRs.
5915
5916 2010-03-10  Eric Botcazou  <ebotcazou@adacore.com>
5917
5918         * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
5919         * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
5920
5921 2010-03-10  Jan Hubicka  <jh@suse.cz>
5922
5923         PR c/43288
5924         * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
5925         * varasm.c (get_variable_section): Don't do that here...
5926         (make_decl_rtl): ... and here.
5927         (do_assemble_alias): Produce decl RTL.
5928         (assemble_alias): Likewise.
5929
5930 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
5931
5932         PR debug/43290
5933         * reg-notes.def (REG_CFA_SET_VDRAP): New note.
5934         * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
5935         of fde->vdrap_reg.
5936         (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
5937         (based_loc_descr): Only express drap or vdrap regno based expressions
5938         using DW_OP_fbreg when not optimizing.
5939         * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
5940         make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
5941         REG_CFA_SET_VDRAP note.
5942
5943 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
5944
5945         PR tree-optimization/43236
5946         * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
5947         error in calculation of base address in reverse iteration case.
5948         (generate_builtin): Take number of latch executions if the statement
5949         is in the latch.
5950
5951 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
5952
5953         PR middle-end/42859
5954         * tree-eh.c: Include pointer-set.h.
5955         (lower_eh_dispatch): Filter out duplicate case labels and
5956         remove the unneeded edge when the label is unused.  Return
5957         true when some edges are removed.
5958         (execute_lower_eh_dispatch): When any lowering resulted in
5959         removing an edge, also delete unreachable blocks.
5960
5961 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
5962
5963         PR bootstrap/43287
5964         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
5965         UNSPEC_MACHOPIC_OFFSET.
5966
5967 2010-03-09  Andreas Schwab  <schwab@linux-m68k.org>
5968
5969         PR target/43294
5970         * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
5971         (m68k_delegitimize_address): New function.
5972
5973 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
5974
5975         PR debug/43299
5976         * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
5977
5978         PR debug/43299
5979         * var-tracking.c (adjust_sets): New function.
5980         (count_with_sets, add_with_sets): Use it.
5981         (get_adjusted_src): New inline function.
5982         (add_stores): Use it.
5983
5984         PR debug/43304
5985         * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
5986         call cselib_dummy_expand_value_rtx_cb instead of
5987         cselib_expand_value_rtx_cb.
5988
5989         PR debug/43293
5990         * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
5991         * config/i386/i386.c: Include debug.h and dwarf2out.h.
5992         (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
5993         and .cfi_endproc around the pic thunks.
5994         (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
5995         all queued unwind info register saves are saved before the call.
5996         For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
5997         considered as sp-=4 for unwind info and the pop as sp+=4 which
5998         also clobbers dest, but doesn't actually restore it.
5999
6000         PR debug/43290
6001         * config/i386/i386.c (ix86_get_drap_rtx): Don't set
6002         RTX_FRAME_RELATED_P.
6003
6004 2010-03-09  Jie Zhang  <jie@codesourcery.com>
6005
6006         * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
6007         whitespaces in output template.
6008
6009 2010-03-09  Jie Zhang  <jie@codesourcery.com>
6010
6011         * ira-lives.c (check_and_make_def_use_conflict): Don't fall
6012         out array boundary.
6013
6014 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
6015
6016         * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
6017         builtins.exp in a separate job.
6018
6019 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
6020
6021         * graphite-sese-to-poly.c (add_param_constraints): Use
6022         lower_bound_in_type and upper_bound_in_type.
6023
6024 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
6025
6026         * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
6027         instead of unsigned_type_node.
6028
6029 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
6030             Reza Yazdani  <reza.yazdani@amd.com>
6031
6032         PR middle-end/43065
6033         * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
6034         on pointer type parameters.
6035
6036 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
6037
6038         PR middle-end/42644
6039         PR middle-end/42130
6040         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
6041         handle conversions from pointer to integers.
6042         (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
6043         induction variable, to be able to work with code generated by CLooG.
6044         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
6045         (build_poly_scop): Bail out if we cannot codegen a loop.
6046
6047 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
6048
6049         * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
6050         code generation with gloog_error.
6051
6052 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
6053
6054         * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
6055         Call fold_convert on all the returned values.
6056         (expand_scalar_variables_expr): Pass to
6057         expand_scalar_variables_ssa_name the type of the resulting expression.
6058
6059 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
6060
6061         * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
6062         ppl_min_for_le_pointset.
6063         Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
6064         * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
6065
6066 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
6067
6068         * graphite-dependences.c (map_into_dep_poly): Removed.
6069         (dependence_polyhedron_1): Use combine_context_id_scat.
6070
6071 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
6072
6073         * graphite-poly.h (struct poly_scattering): Add layout documentation.
6074         (struct poly_bb): Same.
6075         (combine_context_id_scat): New.
6076
6077 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
6078
6079         PR middle-end/42326
6080         * sese.c (name_defined_in_loop_p): Return false for default
6081         definitions.
6082
6083 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
6084
6085         * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
6086         and clean up the logic.
6087
6088 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
6089
6090         * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
6091         early return.
6092
6093 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
6094
6095         * var-tracking.c (remove_cselib_value_chains): Define only for
6096         ENABLE_CHECKING.
6097         (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
6098         delete_slot_part, emit_notes_for_differences_1): Don't call
6099         remove_cselib_value_chains here.
6100         (set_slot_part, emit_notes_for_differences_2): Don't call
6101         add_cselib_value_chains here.
6102         (preserved_values): New vector.
6103         (preserve_value): New function.
6104         (add_uses, add_stores, vt_add_function_parameters): Use it
6105         instead of cselib_preserve_value.
6106         (changed_values_stack): New vector.
6107         (check_changed_vars_0): New function.
6108         (check_changed_vars_1, check_changed_vars_2): Use it.
6109         (emit_notes_for_changes): Call set_dv_changed (*, false) on all
6110         changed_values_stack VALUEs.
6111         (vt_emit_notes): For all preserved_values call
6112         add_cselib_value_chains.  If ENABLE_CHECKING call
6113         remove_cselib_value_chains before verifying value_chains is empty.
6114         Initialize and free changed_values_stack.
6115         (vt_initialize): Initialize preserved_values.
6116         (vt_finalize): Free preserved_values.
6117
6118 2010-03-08  Richard Guenther  <rguenther@suse.de>
6119
6120         PR tree-optimization/43269
6121         * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
6122         region detection.
6123
6124 2010-03-08  Martin Jambor  <mjambor@suse.cz>
6125
6126         * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
6127         (ipa_is_param_called): Removed.
6128         * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
6129         (ipa_print_node_params): Do not print the called flag.
6130         (ipa_write_node_info): Do not stream the called flag.
6131         (ipa_read_node_info): Likewise.
6132
6133 2010-03-07  Jakub Jelinek  <jakub@redhat.com>
6134
6135         PR debug/43176
6136         * Makefile.in (var-tracking.o): Depend on pointer-set.h.
6137         * cselib.c (struct expand_value_data): Add dummy field.
6138         (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
6139         dummy to false.
6140         (cselib_dummy_expand_value_rtx_cb): New function.
6141         (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
6142         any rtl.
6143         * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
6144         * var-tracking.c: Include pointer-set.h.
6145         (variable): Change n_var_parts to char from int.  Add
6146         cur_loc_changed and in_changed_variables fields.
6147         (variable_canonicalize): Remove.
6148         (shared_var_p): New inline function.
6149         (unshare_variable): Maintain cur_loc_changed and
6150         in_changed_variables fields.  If var was in changed_variables,
6151         replace it there with new_var.  Just copy cur_loc instead of
6152         resetting it to something else.
6153         (variable_union): Don't recompute cur_loc.  Use shared_var_p.
6154         (dataflow_set_union): Don't call variable_canonicalize.
6155         (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
6156         of their DEBUG_EXPR_TREE_DECLs.
6157         (canonicalize_loc_order_check): Verify that cur_loc is NULL
6158         and in_changed_variables and cur_loc_changed is false.
6159         (variable_merge_over_cur): Clear cur_loc, in_changed_variables
6160         and cur_loc_changed.  Don't update cur_loc here.
6161         (variable_merge_over_src): Don't call variable_canonicalize.
6162         (dataflow_set_preserve_mem_locs): Use shared_var_p.  When
6163         removing loc that is equal to cur_loc, clear cur_loc,
6164         set cur_loc_changed and ensure variable_was_changed is called.
6165         (dataflow_set_remove_mem_locs): Use shared_var_p.  Only
6166         compare pointers in cur_loc check, if it is equal to loc,
6167         clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
6168         (variable_different_p): Remove compare_current_location argument,
6169         don't compare cur_loc.
6170         (dataflow_set_different_1): Adjust variable_different_p caller.
6171         (variable_was_changed): If dv had some var in changed_variables
6172         already, reset in_changed_variables flag for it and propagate
6173         cur_loc_changed over to the new variable.  On empty var
6174         always set cur_loc_changed.  Set in_changed_variables on whatever
6175         var is added to changed_variables.
6176         (set_slot_part): Clear cur_loc_changed and in_changed_variables.
6177         Use shared_var_p.  When removing loc that is equal to cur_loc,
6178         clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
6179         end, don't set it to something else, just call variable_was_changed.
6180         (delete_slot_part): Use shared_var_p.  When cur_loc equals to
6181         loc being removed, clear cur_loc and set cur_loc_changed.
6182         Set cur_loc_changed if all locations have been removed.
6183         (struct expand_loc_callback_data): New type.
6184         (vt_expand_loc_callback): Add dummy mode in which no rtxes are
6185         allocated.  Always create SUBREGs if simplify_subreg failed.
6186         Prefer to use cur_loc, when that fails and still in
6187         changed_variables (and seen first time) recompute it.  Set
6188         cur_loc_changed of variables which had to change cur_loc and
6189         compute elcd->cur_loc_changed if any of the subexpressions used
6190         had to change cur_loc.
6191         (vt_expand_loc): Adjust to pass arguments in
6192         expand_loc_callback_data structure.
6193         (vt_expand_loc_dummy): New function.
6194         (emitted_notes): New variable.
6195         (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
6196         that weren't used for any other decl in current
6197         emit_notes_for_changes call call vt_expand_loc_dummy to update
6198         cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
6199         first loc_chain location if NULL before.  Always use just
6200         cur_loc instead of first loc_chain location.  When cur_loc_changed
6201         is false, when not --enable-checking=rtl just don't emit any note.
6202         When rtl checking, compute the note and assert it is the same
6203         as previous note.  Clear cur_loc_changed and in_changed_variables
6204         at the end before removing from changed_variables.
6205         (check_changed_vars_3): New function.
6206         (emit_notes_for_changes): Traverse changed_vars to call
6207         check_changed_vars_3 on each changed var.
6208         (emit_notes_for_differences_1): Clear cur_loc_changed and
6209         in_changed_variables.  Recompute cur_loc of new_var.
6210         (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
6211         (vt_emit_notes): Initialize and destroy emitted_notes.
6212
6213 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>
6214
6215         PR rtl-optimization/42220
6216         * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
6217         Use verify_reg_tracked to determine if we should use OP_OUT rather
6218         than OP_INOUT.
6219         (build_def_use): If we see an in-out operand for a register that we
6220         know nothing about, treat is an output if possible, fail the block if
6221         not.
6222
6223 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
6224
6225         PR debug/42897
6226         * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
6227         permanently.
6228
6229 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
6230
6231         PR debug/42897
6232         * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
6233         uses of relevant DEFs that are dead outside the loop too.
6234
6235 2010-03-06  Alexandre Oliva <aoliva@redhat.com>
6236
6237         * var-tracking.c (dataflow_set_merge): Swap src and src2.
6238         Reverted:
6239         2010-01-13  Jakub Jelinek  <jakub@redhat.com>
6240         PR debug/41371
6241         * var-tracking.c (values_to_unmark): New variable.
6242         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
6243         values_to_unmark vector.  Moved body to...
6244         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
6245         instead queue it into values_to_unmark vector.
6246         (vt_find_locations): Free values_to_unmark vector.
6247
6248 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
6249
6250         * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
6251         (site.exp): Export them when plugins are enabled.
6252
6253 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
6254
6255         PR middle-end/42326
6256         * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
6257         that contain scevs.
6258         (chrec_fold_multiply): Same.
6259
6260 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
6261
6262         PR c/43248
6263         * c-decl.c (build_compound_literal): Return early if init is
6264         an error_mark_node.
6265
6266 2010-03-04  Martin Jambor  <mjambor@suse.cz>
6267
6268         PR tree-optimization/43164
6269         PR tree-optimization/43191
6270         * tree-sra.c (type_consists_of_records_p): Reject records with
6271         zero-size bit-fields at the end.
6272
6273 2010-03-04  Mike Stump  <mikestump@comcast.net>
6274
6275         * Makefile.in (TAGS): Remove *.y.
6276
6277 2010-03-04  Richard Guenther  <rguenther@suse.de>
6278
6279         PR tree-optimization/40761
6280         * tree-ssa-pre.c (compute_antic): Walk reverse postorder
6281         in reverse order.
6282         (my_rev_post_order_compute): New function.
6283         (init_pre): Call it.
6284
6285 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
6286
6287         PR middle-end/43209
6288         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
6289         decrease the cost of an IV candidate when the cost is infinite.
6290
6291 2010-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6292
6293         * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
6294         Use '3DNow!' for the extension of that name, ensure normal space
6295         after the string.
6296         * doc/invoke.texi (i386 and x86-64 Options): Likewise.
6297
6298 2010-03-03  Jeff Law  <law@redhat.com>
6299
6300         * PR middle-end/32693
6301         * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
6302         than gen_rtx_SUBREG.
6303         (extract_bit_field_1): Likewise.
6304
6305 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
6306
6307         * doc/sourcebuild.texi (Test directives): Document that arguments
6308         include-opts and exclude-opts are now optional for dg-skip-if,
6309         dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
6310
6311 2010-03-03  Jason Merrill  <jason@redhat.com>
6312
6313         PR c++/12909
6314         * cgraph.h (varpool_node): Add extra_name field.
6315         * varpool.c (varpool_extra_name_alias): New.
6316         (varpool_assemble_decl): Emit extra name aliases.
6317         (varpool_mark_needed_node): Look past an extra name alias.
6318         * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
6319         * lto-streamer-in.c (lto_input_tree): Read it.
6320         * lto-streamer-out.c (output_unreferenced_globals): Write it.
6321
6322 2010-03-03  Eric Botcazou  <ebotcazou@adacore.com>
6323
6324         * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
6325         (sparc*-*-solaris2*): ...this.
6326
6327 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
6328
6329         PR debug/43229
6330         * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
6331         WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
6332         ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
6333         FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
6334
6335         PR debug/43237
6336         * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
6337         fallthrough to default handling, just with want_address 0 instead of 2.
6338         For single element lists, add_AT_loc directly, otherwise create an
6339         artificial variable DIE and stick location list to it.
6340
6341         PR debug/43177
6342         * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
6343         (VAL_EXPR_HAS_REVERSE): Define.
6344         (reverse_op): New function.
6345         (add_stores): For reversible operations add an extra MO_VAL_USE.
6346
6347 2010-03-02  Jason Merrill  <jason@redhat.com>
6348
6349         * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
6350
6351 2010-03-02  Eric Botcazou  <ebotcazou@adacore.com>
6352
6353         * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
6354         (sparc64-*-linux*): Likewise.
6355         (sparc64-*-solaris2*): Include assembler files before linker ones.
6356         (sparc-*-solaris2*): Simplify and reorder to match previous case.
6357         * config/sparc/gas.h: Delete.
6358         * config/sparc/sol2-64.h: Add copyright notice.
6359         * config/sparc/sol2-gas-bi.h: Likewise.
6360         * config/sparc/sol2-gld.h: Likewise.
6361         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
6362         * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
6363         * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
6364         * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
6365         (sparc_elf_asm_named_section): Rename into...
6366         (sparc_solaris_elf_asm_named_section): ...this.  Always define.
6367
6368 2010-03-02  Uros Bizjak  <ubizjak@gmail.com>
6369
6370         * config/alpha/alpha.c (override_options): Fix -mtune error message.
6371
6372 2010-03-02  Jeff Law  <law@redhat.com>
6373
6374         PR middle-end/42431
6375         * reload1.c (rtx_p, substitute_stack): Declare.
6376         (substitute): Record addresses of changed rtxs.
6377         (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
6378         Restore the original rtx when complete.
6379         (reload): Free subsitute_stack when complete.
6380
6381 2010-03-02  Janis Johnson  <janis187@us.ibm.com>
6382
6383         * doc/gccint.texi (menu): Add Testsuites as a chapter.
6384         * doc/sourcebuild.texi (Testsuites): Move up a level to be a
6385         new chapter.
6386         (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
6387         LTO Testing, gcov Testing, profopt Testing, compat Testing,
6388         Torture Tests): Change from subsection to section.
6389
6390 2010-03-02  Jakub Jelinek  <jakub@redhat.com>
6391             Steven Bosscher  <steven@gcc.gnu.org>
6392
6393         * var-tracking.c (vt_initialize): Scan insns in ebb chunks
6394         instead of bb.
6395
6396 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
6397
6398         PR middle-end/42640
6399         * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
6400         the assignment from the new induction variable to the assignment
6401         of the value from the original loop PHI function.
6402
6403 2010-03-01  Janis Johnson  <janis187@us.ibm.com>
6404             Daniel Jacobowitz  <dan@codesourcery.com>
6405
6406         * doc/sourcebuild.texi (Test directives): Clarify options to
6407         dg-skip-if.
6408
6409 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6410
6411         * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
6412         Disable cfi directives unless GCC and gas agree on using read-only
6413         .eh_frame sections for 64-bit.
6414         * configure: Regenerate.
6415
6416 2010-03-01  Richard Guenther  <rguenther@suse.de>
6417
6418         PR tree-optimization/43220
6419         * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
6420         BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
6421
6422 2010-03-01  Richard Guenther  <rguenther@suse.de>
6423             Martin Jambor  <mjambor@suse.cz>
6424
6425         PR middle-end/41250
6426         * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
6427         gimplified parameters.
6428
6429 2010-03-01  Christian Bruel  <christian.bruel@st.com>
6430
6431         * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
6432
6433 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
6434
6435         * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
6436
6437 2010-03-01  Richard Guenther  <rguenther@suse.de>
6438
6439         PR middle-end/43213
6440         * expr.c (expand_assignment): Use the alias-oracle to tell
6441         if the rhs aliases the result decl.
6442
6443 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6444
6445         PR pch/14940
6446         * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
6447         to sol_gt_pch_get_address.
6448         (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
6449         64-bit, SPARC and x86.
6450         (sol_gt_pch_get_address): New function.
6451
6452 2010-03-01  Marco Poletti  <poletti.marco@gmail.com>
6453
6454         * toplev.h (inform_n, error_n): Declare.
6455         * diagnostic.c (inform_n, error_n): New function.
6456
6457 2010-03-01  Jakub Jelinek  <jakub@redhat.com>
6458
6459         * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
6460         has no rtl yet when processing local_decls, queue it and recheck
6461         if deferred stack allocation hasn't assigned it rtl.
6462
6463 2010-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
6464
6465         * config/sh/sh.c (unspec_bbr_uid): New.
6466         (gen_block_redirect): Use it instead of INSN_UID.
6467         (gen_far_branch): Likewise.
6468
6469 2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
6470
6471         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
6472         it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
6473
6474 2010-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6475
6476         * doc/invoke.texi (Warning Options, RX Options): Fix typos.
6477         (Warning Options): -Wno-conversion-null is valid for
6478         Objective-C++ as well.
6479         * doc/tm.texi (Named Address Spaces): Likewise.
6480         * doc/plugins.texi (Plugins): Replace TABs with spaces.
6481         * doc/tree-ssa.texi (Tree SSA): Likewise.
6482
6483 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
6484
6485         PR bootstrap/43202
6486         * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
6487         by default.  Don't set the default arch for
6488         i[34567]86-*-darwin*|x86_64-*-darwin*.
6489
6490 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
6491
6492         PR bootstrap/43202
6493         * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
6494         default.  Set the default 32bit/64bit archs with $with_arch
6495         instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
6496
6497 2010-02-27  Richard Guenther  <rguenther@suse.de>
6498
6499         PR tree-optimization/43186
6500         * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
6501         * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
6502         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
6503         unroller iterations.
6504
6505 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
6506
6507         * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
6508         required and i[34567]86-*-* targets don't support 64bit ISA.
6509
6510 2010-02-26  Eric Botcazou  <ebotcazou@adacore.com>
6511
6512         PR ada/43096
6513         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
6514         the same alias set.
6515
6516 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
6517
6518         * config.gcc: Set the default arch at least to Prescott for
6519         i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
6520         if SSE math is enabled.
6521
6522 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
6523
6524         * diagnostic.c (diagnostic_initialize): Update.
6525         (diagnostic_report_diagnostic): Test inhibit_notes_p for
6526         informative notes.
6527         * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
6528         (diagnostic_inhibit_notes): New.
6529         * toplev.c (process_options): inhibit notes with -fcompare-debug.
6530
6531 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
6532
6533         PR c/20631
6534         * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
6535         * doc/standards.texi: Likewise.
6536         * doc/extend.texi: Likewise.
6537         * doc/trouble.texi: Likewise.
6538         * doc/cppopts.texi: Likewise.
6539         * doc/install.texi: Likewise.
6540         * c.opt (std=c90,std=gnu90): New options.
6541         * c-opts.c (c_common_handle_option): Handle them.
6542
6543 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
6544
6545         PR c/24577
6546         * c-decl.c (undeclared_variable): Use an informative note.
6547
6548 2010-02-26  Richard Guenther  <rguenther@suse.de>
6549
6550         PR tree-optimization/43186
6551         * gimple.h (gimple_fold): Remove.
6552         * gimple.c (gimple_fold): Remove.  Inline into single user ...
6553         * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
6554         Try harder for conditions.
6555
6556 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
6557
6558         PR debug/43190
6559         * function.c (used_types_insert): Don't skip through named pointer
6560         types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
6561         and it is different from the main variant's type.
6562
6563 2010-02-26  Nick Clifton  <nickc@redhat.com>
6564
6565         * config/rx/rx.md (sminsi3): Remove bogus alternative.
6566
6567 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
6568
6569         * config.gcc: Support --with-fpmath=sse for x86.
6570
6571         * config/i386/ssemath.h: New.
6572
6573         * doc/install.texi (--with-fpmath=sse): Documented.
6574
6575 2010-02-26  Richard Guenther  <rguenther@suse.de>
6576
6577         PR tree-optimization/43188
6578         * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
6579         vector types of over-aligned element type.
6580
6581 2010-02-26  Uros Bizjak  <ubizjak@gmail.com>
6582
6583         PR target/43175
6584         * config/i386/i386.c (expand_vec_perm_blend): Use correct
6585         operands in V8HImode subregs.  Fix operand order in VEC_MERGE rtx.
6586
6587 2010-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6588
6589         * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
6590
6591 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
6592
6593         * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
6594         * var-tracking.c: Include diagnostic.h.
6595         (debug_dv): New function.
6596         (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
6597
6598         PR debug/43160
6599         * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
6600         (add_value_chain, add_value_chains, remove_value_chain,
6601         remove_value_chains): Handle DEBUG_EXPRs.
6602         (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
6603
6604         PR debug/43161
6605         * regcprop.c (struct queued_debug_insn_change): New type.
6606         (struct value_data_entry): Add debug_insn_changes field.
6607         (struct value_data): Add n_debug_insn_changes field.
6608         (debug_insn_changes_pool): New variable.
6609         (free_debug_insn_changes, apply_debug_insn_changes,
6610         cprop_find_used_regs_1, cprop_find_used_regs): New functions.
6611         (kill_value_one_regno): Call free_debug_insn_changes if needed.
6612         (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
6613         fields.
6614         (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
6615         changes for them.
6616         (copyprop_hardreg_forward_1): Don't call apply_change_group for
6617         DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
6618         changes, call cprop_find_used_regs via note_stores.
6619         (copyprop_hardreg_forward): When copying vd from predecessor
6620         which has any queued DEBUG_INSN changes, make sure the pointers are
6621         cleared.  At the end call df_analyze and then if there are any
6622         DEBUG_INSN changes queued at the end of some basic block for still
6623         live registers, apply them.
6624         (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
6625
6626 2010-02-25  Uros Bizjak  <ubizjak@gmail.com>
6627
6628         * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
6629         (arm*-*-*): Ditto.
6630
6631 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
6632
6633         * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
6634         targets.  Set the default with_cpu/with_arch from arch/cpu.
6635         Allow x86-64 and native for with_cpu/with_arch.
6636
6637 2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>
6638
6639         * ebitmap.c: Change calls to verify_popcount with calls to
6640         sbitmap_verify_popcount.
6641         (ebitmap_clear_bit): Fixed map->cacheindex test and
6642         map>cache update when bit clearing results in an empty
6643         element.
6644
6645 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
6646
6647         PR target/43154
6648         * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
6649         (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
6650         and support both V2DF and V2DI modes.
6651         (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
6652         support both V2DF and V2DI modes.
6653         (general): Delete trailing whitespace from a few patterns.
6654
6655         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6656         V2DF/V2DI interleave high/low builtins.
6657
6658         * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
6659         new VSX builtins.
6660
6661         * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
6662         interleave high/low functions.
6663
6664 2010-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
6665
6666         * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
6667         #pragma extern_prefix.
6668
6669 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
6670
6671         PR debug/43166
6672         * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
6673         BLKmode, assert op0 is a MEM and just adjust its mode.
6674
6675         PR debug/43165
6676         * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
6677         if bitpos isn't multiple of mode's bitsize.
6678
6679 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
6680
6681         * c.opt (-ftemplate-depth=): New.
6682         (-ftemplate-depth-): Deprecate.
6683         * optc-gen.awk: Handle -ftemplate-depth=.
6684         * opth-gen.awk: Likewise.
6685         * c-opts.c (c_common_handle_option): Likewise.
6686         * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
6687
6688 2010-02-24  Jason Merrill  <jason@redhat.com>
6689
6690         * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
6691
6692 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6693
6694         * cfg.c (alloc_aux_for_block): Remove inline.
6695         (alloc_aux_for_edge): Likewise.
6696
6697 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6698
6699         * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
6700
6701 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6702
6703         * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
6704         * config/i386/sol2-gas.h: New file.
6705         * config.gcc (i[34567]86-*-solaris2*): Use it.
6706
6707 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
6708
6709         PR c/43128
6710         * c-typeck.c (ep_convert_and_check): New.
6711         (build_conditional_expr): Use it.
6712         (build_binary_op): Likewise.
6713
6714 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
6715
6716         * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
6717
6718         PR debug/43150
6719         * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
6720         bounds even for -O+.
6721         * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
6722         expr needs to have DECL_NAME set.
6723
6724 2010-02-24  Nick Clifton  <nickc@redhat.com>
6725
6726         * config/mep/mep.c: Include gimple.h.
6727         (mep_function_uses_sp): Delete unused function.
6728         (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
6729         parameters.  Use unsigned integers to count args.  Return a
6730         NULL_RTX instead of an error_mark_node.  Toidy up formatting.
6731
6732 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
6733
6734         PR target/43107
6735         * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
6736         greater or equal to nelt instead of 2 * nelt.
6737         (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
6738         with nelt - 1.
6739
6740 2010-02-23  Jason Merrill  <jason@redhat.com>
6741
6742         PR debug/42800
6743         * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
6744         in cfun->local_decls even if they have register types.
6745
6746         PR c++/42837
6747         * stor-layout.c (place_field): Don't warn about unnecessary
6748         DECL_PACKED if the type is packed.
6749
6750 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
6751
6752         PR target/43139
6753         * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
6754         GOTOFF relocs, even when the base reg isn't pic pointer.
6755
6756 2010-02-23  Michael Matz  <matz@suse.de>
6757
6758         PR debug/43077
6759         * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
6760         (expand_gimple_basic_block): Generate and use debug temps if there
6761         are debug uses left after the last real use of TERed ssa names.
6762         Unlink debug immediate uses when they are expanded.
6763
6764 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
6765
6766         PR 43123
6767         * config/i386/i386.c (override_options): Reorganise to provide
6768         better error messages.
6769
6770 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
6771
6772         PR middle-end/43083
6773         * graphite-scop-detection.c (create_single_exit_edge): Move
6774         the call to find_single_exit_edge to....
6775         (create_sese_edges): ...here.  Don't handle multiple edges
6776         exiting the function.
6777         (build_graphite_scops): Don't handle multiple edges
6778         exiting the function.
6779
6780 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
6781
6782         PR middle-end/43097
6783         * sese.c (get_rename): Assert that old_name is an SSA_NAME.
6784         (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
6785
6786 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
6787
6788         PR middle-end/43026
6789         * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
6790
6791 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
6792
6793         PR c++/43126
6794         * c-typeck.c (convert_arguments): Print declaration location.
6795         * c-common.c (validate_nargs): Rename as
6796         builtin_function_validate_nargs.
6797         (check_builtin_function_arguments): Update.
6798
6799 2010-02-22  Richard Guenther  <rguenther@suse.de>
6800
6801         PR lto/43045
6802         * tree-inline.c (declare_return_variable): Use the type of
6803         the call stmt lhs if available.
6804
6805 2010-02-22  Duncan Sands  <baldrick@free.fr>
6806
6807         * passes.c (register_pass): Always consider all pass lists when
6808         ref_pass_instance_number is zero.
6809
6810 2010-02-22  Richard Guenther  <rguenther@suse.de>
6811
6812         PR tree-optimization/42749
6813         * tree-tailcall.c (adjust_return_value_with_ops): Drop update
6814         parameter.  Do arithmetic in the original type.
6815         (update_accumulator_with_ops): Likewise.
6816         (adjust_accumulator_values): Adjust.
6817
6818 2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6819
6820         * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
6821         (QI to BLKmode splitter): New splitter.
6822
6823 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
6824
6825         * config/i386/i386.c (initial_ix86_tune_features): Turn on
6826         X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
6827
6828 2010-02-22  Richard Guenther  <rguenther@suse.de>
6829
6830         * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
6831
6832 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
6833
6834         Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
6835         * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
6836         ($(T)crti.o, $(T)crtn.o): Remove rules.
6837
6838 2010-02-21  Tobias Burnus  <burnus@net-b.de>
6839
6840         PR fortran/35259
6841         * doc/invoke.texi (-fassociative-math): Document that this
6842         option is automatically enabled for Fortran.
6843
6844 2010-02-20  David S. Miller  <davem@davemloft.net>
6845
6846         * configure.ac: Test if linker and assembler properly support
6847         GOTDATA_OP relocations.
6848         * configure: Rebuild.
6849         * config.in: Likewise.
6850         * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
6851         (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
6852         (movsi_high_pic): Likewise.
6853         (movdi_lo_sum_pic): Likewise.
6854         (movdi_high_pic): Likewise.
6855         (movsi_pic_gotdata_op): New pattern.
6856         (movdi_pic_gotdata_op): Likewise.
6857         * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
6858         emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
6859
6860 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
6861
6862         PR target/43067
6863         * config/i386/sse.md (xop_mulv2div2di3_low): Change type
6864         attribute to ssemul.
6865         (xop_mulv2div2di3_high): Ditto.
6866
6867 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
6868
6869         PR c++/35669
6870         * c.opt (Wconversion-null): New option.
6871         * doc/invoke.texi (Wconversion-null): Document.
6872
6873 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
6874
6875         * common.opt (Wlarger-than-): Add Undocumented.
6876
6877 2010-02-19  Mike Stump  <mikestump@comcast.net>
6878
6879         * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
6880
6881 2010-02-19  Jason Merrill  <jason@redhat.com>
6882
6883         PR target/40332
6884         * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
6885         * configure: Likewise.
6886
6887 2010-02-20  Alan Modra  <amodra@gmail.com>
6888
6889         PR middle-end/42344
6890         * cgraph.h (cgraph_make_decl_local): Declare.
6891         * cgraph.c (cgraph_make_decl_local): New function.
6892         (cgraph_make_node_local): Use it.
6893         * cgraphunit.c (cgraph_function_versioning): Likewise.
6894         * ipa.c (function_and_variable_visibility): Likewise.
6895
6896 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
6897
6898         PR bootstrap/43121
6899         * except.c (sjlj_emit_function_enter): Don't call
6900         add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
6901         directly.
6902         * rtl.h (add_reg_br_prob_note): Remove prototype.
6903
6904 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
6905
6906         PR 41779
6907         * c-common.c (conversion_warning): Remove widening conversions
6908         before checking the conversion of integers to reals.
6909
6910 2010-02-19  Mike Stump  <mikestump@comcast.net>
6911
6912         PR middle-end/43125
6913         * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
6914
6915         PR objc/43061
6916         * cgraphunit.c (process_function_and_variable_attributes): Check
6917         DECL_PRESERVE_P instead of looking up attribute "used".
6918         * ipa-pure-const.c (check_decl): Likewise.
6919         * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
6920         * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
6921         * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
6922         instead of attribute "used".
6923         * config/sol2-c.c (solaris_pragma_init): Likewise.
6924         (solaris_pragma_fini): Likewise.
6925
6926 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
6927
6928         * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
6929         Use XCNEW instead of xcalloc.
6930         (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
6931         XNEW instead of xmalloc.
6932         (get_fields): Use XNEWVEC instead of xmalloc.
6933
6934         PR debug/43084
6935         * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
6936         populate vars array.
6937         (create_new_general_access): For debug stmts just reset value.
6938         (get_stmt_accesses): For accesses within debug stmts just record them
6939         using add_access_to_acc_sites instead of preventing the peeling or
6940         counting them as accesses.
6941
6942         PR middle-end/42233
6943         * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
6944
6945 2010-02-19  Richard Guenther  <rguenther@suse.de>
6946
6947         PR tree-optimization/42916
6948         * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
6949         instructions.
6950
6951 2010-02-19  Andreas Schwab  <schwab@linux-m68k.org>
6952
6953         * configure.ac: Replace all uses of changequote in macro arguments
6954         with proper quoting.
6955
6956 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
6957
6958         PR middle-end/42233
6959         * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
6960
6961 2010-02-19  Richard Guenther  <rguenther@suse.de>
6962
6963         PR tree-optimization/42944
6964         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
6965         test for aliasing with errno.
6966
6967 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
6968
6969         PR middle-end/42233
6970         * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
6971         do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
6972         * dojump.c: Include output.h.
6973         (inv): New inline function.
6974         (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
6975         do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
6976         do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
6977         do_jump_by_parts_equality, do_compare_and_jump): Add PROB
6978         argument, pass it down to other calls.
6979         (do_compare_rtx_and_jump): Likewise.  If PROB is not -1,
6980         add REG_BR_PROB note to the conditional jump.
6981         * cfgexpand.c (add_reg_br_prob_note): Removed.
6982         (expand_gimple_cond): Don't call it, add the probability
6983         as last argument to jumpif_1/jumpifnot_1.
6984         * Makefile.in (dojump.o): Depend on output.h.
6985         * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
6986         callers.
6987         * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
6988         * stmt.c (do_jump_if_equal): Likewise.
6989         * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
6990         * loop-unswitch.c (compare_and_jump_seq): Likewise.
6991         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
6992         Likewise.
6993         * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
6994         * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
6995         jumpifnot_1 callers.
6996         (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
6997         callers.
6998         (store_expr): Adjust jumpifnot caller.
6999         (store_constructor): Adjust jumpif caller.
7000
7001         PR middle-end/42233
7002         * gimplify.c (gimple_boolify): For __builtin_expect call
7003         gimple_boolify also on its first argument.
7004
7005 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
7006
7007         * configure.ac (gnu-unique-object): Wrap regexps using [] in
7008         changequote block.
7009         (__stack_chk_fail): Ditto.  Remove quadrigraphs.
7010         * configure: Regenerated.
7011
7012 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7013
7014         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
7015         lang_hooks.types_compatible_p instead of comptypes.
7016
7017 2010-02-18  Sebastian Huber <sebastian.huber@embedded-brains.de>
7018
7019         * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
7020         (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
7021         if __prefer_thumb__ is defined.
7022
7023 2010-02-18  Martin Jambor  <mjambor@suse.cz>
7024
7025         PR tree-optimization/43066
7026         * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
7027         array with zero-sized element type.
7028
7029 2010-02-18  Jakub Jelinek  <jakub@redhat.com>
7030
7031         * dwarf2out.c (add_var_loc_to_decl): Change last argument to
7032         rtx, allocate struct var_loc_node here and return it to the
7033         caller, and only if it is actually needed.
7034         (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
7035         move it earlier and return immediately if it returns NULL.
7036
7037 2010-02-17  Mikael Pettersson  <mikpe@it.uu.se>
7038
7039         * config/sparc/gas.h: New file.  Restore
7040         TARGET_ASM_NAMED_SECTION to its ELF default.
7041         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
7042         check !HAVE_GNU_AS.
7043         * config/sparc/sparc.c (sparc_elf_asm_named_section):
7044         Likewise.  Add ATTRIBUTE_UNUSED to prototype.
7045         * config.gcc (sparc*-*-linux*): Include sparc/gas.h
7046         after sparc/sysv4.h.
7047
7048 2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
7049
7050         * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
7051
7052 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
7053
7054         * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
7055         patterns from predicated pattern.
7056
7057 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
7058
7059         PR target/43103
7060         * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
7061         for insn mnemonic suffix.
7062
7063 2010-02-17  Richard Guenther  <rguenther@suse.de>
7064
7065         * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
7066         to loop PHI nodes.
7067
7068 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
7069
7070         PR debug/42918
7071         * caller-save.c (save_call_clobbered_regs): If BB ends with
7072         a DEBUG_INSN, move any notes in between last real insn and the last
7073         DEBUG_INSN after the last DEBUG_INSN.
7074
7075 2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
7076
7077         * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
7078         Fix return type.  Fix argument type.  Explain meaning of return value.
7079
7080 2010-02-16  Richard Guenther  <rguenther@suse.de>
7081
7082         PR tree-optimization/41043
7083         * tree-vrp.c  (vrp_var_may_overflow): Only ask SCEV for real loops.
7084         (vrp_visit_assignment_or_call): Do not ask SCEV for regular
7085         statements ...
7086         (vrp_visit_phi_node): ... but only for loop PHI nodes.
7087
7088 2010-02-16  Ira Rosen  <irar@il.ibm.com>
7089
7090         PR tree-optimization/43074
7091         * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
7092         * tree-vect-loop.c (vect_analyze_loop_operations): Add
7093         vectorizable cycles in hybrid SLP check.
7094         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
7095
7096 2010-02-16  Richard Guenther  <rguenther@suse.de>
7097
7098         * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
7099         (true_dependence): If memrefs_conflict_p computes must-alias
7100         trust it.  Move TBAA check after offset-based disambiguation.
7101         (canon_true_dependence): Likewise.
7102
7103 2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
7104
7105         * params.def (PARAM_MAX_VARTRACK_SIZE): New.
7106         * doc/invoke.texi: Document it.
7107         * var-tracking.c: Include toplev.h and params.h.
7108         (vt_find_locations): Return bool indicating success.  Compute
7109         hash sizes unconditionally.  Check new parameter, report.
7110         (variable_tracking_main_1): Check vt_find_locations results and
7111         retry.  Renamed from...
7112         (variable_tracking_main): ... this.  New wrapper to preserve
7113         flag_var_tracking_assignments.
7114         * Makefile.in (var-tracking.o): Adjust dependencies.
7115
7116 2010-02-16  Jack Howarth <howarth@bromo.med.uc.edu>
7117             Jakub Jelinek <jakub@redhat.com>
7118
7119         PR target/42854
7120         * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
7121         if weak_import attribute is present.
7122         * config/darwin.c (machopic_select_section): Likewise.
7123
7124 2010-02-15  Joern Rennecke  <joern.rennecke@embecosm.com>
7125
7126         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
7127         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
7128         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
7129         (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
7130
7131         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
7132         types.
7133
7134         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
7135         Fix argument types.
7136
7137         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
7138         Rewrite text to refer to the names.
7139
7140 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
7141
7142         * config/i386/i386-builtin-types.def
7143         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
7144         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
7145         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
7146         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
7147         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
7148         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
7149         IX86_BUILTIN_VPERMIL2PS256.
7150         (MULTI_ARG_4_DF2_DI_I): Defined.
7151         (MULTI_ARG_4_DF2_DI_I1): Defined.
7152         (MULTI_ARG_4_SF2_SI_I): Defined.
7153         (MULTI_ARG_4_SF2_SI_I1): Defined.
7154         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
7155         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
7156         __builtin_ia32_vpermil2ps256.
7157         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
7158         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
7159         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
7160         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
7161         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
7162         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
7163         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
7164         CODE_FOR_xop_vpermil2v8sf3.
7165         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
7166         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
7167         * config/i386/xopintrin.h (_mm_permute2_pd): New.
7168         (_mm256_permute2_pd): New.
7169         (_mm_permute2_ps): New.
7170         (_mm256_permute2_ps): New.
7171
7172 2010-02-15  Nick Clifton  <nickc@redhat.com>
7173
7174         * config/h8300/h8300.c (h8300_push_pop): Use bool type for
7175         boolean parameters.  Use emit_jump_insn when emitting a pop
7176         instruction containing a return insn.
7177         (push): Use 'true' rather than '1' as second parameter to F.
7178         (h8300_expand_prologue): Likewise.
7179         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
7180         (h8300_expand_epilogue): Likewise.
7181
7182 2010-02-15  Richard Guenther  <rguenther@suse.de>
7183
7184         PR middle-end/43068
7185         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
7186         if that is zero.
7187
7188 2010-02-15  Nick Clifton  <nickc@redhat.com>
7189
7190         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
7191         delta.
7192
7193 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
7194
7195         * intl.c (fake_ngettext): New function.
7196         * intl.h (fake_ngettext): Declare.
7197         (ngettext): Define macro.
7198         * collect2.c (notice_translated): New function.
7199         (main): Use notice_translated and ngettext.
7200         * collect2.h (notice_translated): Declare.
7201
7202 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
7203
7204         * reorg.c (delete_computation): Comment fixes.
7205         * caller-save.c (setup_save_areas): Idem.
7206         * sel-sched-dump.c (dump_lv_set): Idem.
7207         * rtl.def: Idem.
7208
7209 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7210
7211         * config/s390/s390.c (s390_sched_init): New function.
7212         (TARGET_SCHED_INIT): Target hook defined.
7213
7214 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
7215             Jack Howarth  <howarth@bromo.med.uc.edu>
7216             Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
7217
7218         PR target/42982
7219         Partial revert of unintended change in fix for PR41605.
7220         * config/darwin.h: Fix typo.
7221         * config/darwin9.h: Same.
7222
7223 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
7224
7225         * c-pch.c (pch_init): Clear v.
7226
7227 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
7228
7229         PR middle-end/42930
7230         * graphite-scop-detection.c (graphite_can_represent_scev): Call
7231         graphite_can_represent_init for MULT_EXPR.
7232
7233 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
7234
7235         PR middle-end/42914
7236         PR middle-end/42530
7237         * graphite-sese-to-poly.c (remove_phi): New.
7238         (translate_scalar_reduction_to_array): Call remove_phi.
7239
7240 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
7241
7242         PR middle-end/42771
7243         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
7244         * graphite-clast-to-gimple.h (gloog): Update declaration.
7245         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
7246         * graphite-poly.h (struct poly_bb): Add missing comments.
7247         (struct scop): Add poly_scop_p field.
7248         (POLY_SCOP_P): New.
7249         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
7250         * graphite.c (graphite_transform_loops): Build the polyhedral
7251         representation for each scop before code generation.
7252         * sese.c (rename_variables_in_operand): Removed.
7253         (rename_variables_in_expr): Return the renamed expression.
7254         (rename_sese_parameters): New.
7255         * sese.h (rename_sese_parameters): Declared.
7256
7257 2010-02-11  Richard Guenther  <rguenther@suse.de>
7258
7259         PR tree-optimization/42998
7260         * tree-ssa-pre.c (create_expression_by_pieces): Treat
7261         POINTER_PLUS_EXPR properly.
7262
7263 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
7264             Changpeng Fang  <changpeng.fang@amd.com>
7265
7266         PR middle-end/40886
7267         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
7268         the cost of an IV candidate when the IV is used in a test against zero.
7269
7270         * gcc.dg/tree-ssa/ivopts-3.c: New.
7271
7272 2010-02-11  Richard Guenther  <rguenther@suse.de>
7273
7274         PR lto/41664
7275         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
7276         pointer-vs-decl case by swapping refs.  Handle some cases
7277         of pointer-vs-decl disambiguations more conservatively.
7278         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
7279         to false after expanding.
7280
7281 2010-02-11  Richard Guenther  <rguenther@suse.de>
7282
7283         PR driver/43021
7284         * gcc.c (process_command): Handle LTO file@offset case more
7285         appropriately.
7286
7287 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
7288
7289         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
7290         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
7291         of DEBUG_INSNs.
7292         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
7293
7294         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
7295         if MEM's mode size isn't DWARF2_ADDR_SIZE.
7296         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
7297         Optimize eq/ne comparisons when both arguments are known to be
7298         zero-extended.
7299         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
7300         Don't mask operands unnecessarily if they are known to be already
7301         zero-extended.
7302
7303 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
7304
7305         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
7306         instead of loop.
7307
7308 2010-02-10  Richard Guenther  <rguenther@suse.de>
7309
7310         PR tree-optimization/43017
7311         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
7312         for wrapping signed arithmetic.
7313
7314 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
7315
7316         PR debug/43010
7317         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
7318         if no debug info should be emitted for it.
7319
7320 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
7321
7322         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
7323         note when flag_exceptions is set.
7324
7325 2010-02-10  Duncan Sands  <baldrick@free.fr>
7326
7327         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
7328
7329 2010-02-10  Richard Guenther  <rguenther@suse.de>
7330
7331         PR c/43007
7332         * tree.c (get_unwidened): Handle constants.
7333         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
7334
7335 2010-02-10  Martin Jambor  <mjambor@suse.cz>
7336
7337         PR lto/42985
7338         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
7339         check for variable argument counts independently.
7340
7341 2010-02-10  Christian Bruel  <christian.bruel@st.com>
7342
7343         PR target/42841
7344         * config/sh/sh.c (find_barrier): Increase length for non delayed
7345         conditional branches.
7346
7347 2010-02-10  Christian Bruel  <christian.bruel@st.com>
7348
7349         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
7350
7351 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
7352
7353         * builtins.c (set_builtin_user_assembler_name): Also handle
7354         ffs if int is smaller than word.
7355
7356 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
7357
7358         PR middle-end/42973
7359         * ira-conflicts.c (get_dup): Remove.
7360         (process_reg_shuffles): Add new parameter.  Use it as an
7361         additional guard for copy generation.
7362         (add_insn_allocno_copies): Rewrite.
7363
7364 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
7365
7366         * common.opt (fsched2-use-traces): Preserved for backward
7367         compatibility.
7368         * doc/invoke.texi: Remove the documentation about option
7369         -fsched2-use-traces.
7370         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
7371         flag_sched2_use_traces.
7372         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
7373         the backward compatibility flag section.
7374
7375 2010-02-09  Richard Guenther  <rguenther@suse.de>
7376
7377         PR tree-optimization/43008
7378         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
7379         make HEAP variables initialized from global memory if they
7380         are not known builtin functions.
7381         (find_func_aliases): Adjust.
7382
7383 2010-02-09  Richard Guenther  <rguenther@suse.de>
7384
7385         PR tree-optimization/43000
7386         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
7387         arithmetic manually.
7388
7389 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
7390
7391         PR tree-optimization/42931
7392         * tree-loop-linear.c (try_interchange_loops): Don't call
7393         double_int_mul if estimated_loop_iterations failed.
7394
7395 2010-02-08  Martin Jambor  <mjambor@suse.cz>
7396
7397         PR middle-end/42898
7398         * tree-sra.c (build_accesses_from_assign): Do not mark in
7399         should_scalarize_away_bitmap if stmt has volatile ops.
7400         (sra_modify_assign): Do not process assigns piecemeal if if stmt
7401         has volatile ops.
7402
7403 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
7404
7405         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
7406
7407 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
7408
7409         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
7410         before the pattern.
7411
7412 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
7413
7414         PR middle-end/42946
7415         * df-core.c (df_finish_pass): Change type of saved_flags to int.
7416
7417 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
7418
7419         PR middle-end/42988
7420         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
7421         to unknown_dependence.
7422         (graphite_legal_transform_dr): Handle the unknown_dependence.
7423         (graphite_carried_dependence_level_k): Same.
7424
7425 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
7426
7427         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
7428
7429 2010-02-07  Richard Guenther  <rguenther@suse.de>
7430
7431         PR middle-end/42991
7432         * expr.c (get_inner_reference): Always initialize *pbitsize.
7433
7434 2010-02-07  Richard Guenther  <rguenther@suse.de>
7435
7436         PR middle-end/42956
7437         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
7438         new ARRAY_REFs on variable size element or minimal index arrays.
7439         Complete.
7440         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
7441         gimple_fold_indirect_ref.
7442
7443 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
7444
7445         PR target/42957
7446         * arm.c (arm_override_options): Just return if the user has specified
7447         an invalid fpu name.
7448
7449 2010-02-03  Jason Merrill  <jason@redhat.com>
7450
7451         PR c++/42870
7452         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
7453         i386_pe_maybe_record_exported_symbol.
7454
7455 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
7456
7457         PR target/42924
7458         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
7459         (pa_delegitimize_address): New function.
7460
7461 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
7462
7463         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
7464         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
7465
7466 2010-02-05  Richard Guenther  <rguenther@suse.de>
7467
7468         PR lto/42762
7469         * lto-streamer-in.c (get_resolution): Deal with references
7470         to undefined functions.
7471
7472 2010-02-05  Richard Guenther  <rguenther@suse.de>
7473
7474         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
7475         (fold_const_aggregate_ref): Likewise.
7476         (ccp_fold_stmt): Substitute loads.
7477         (maybe_fold_reference): Verify types before substituting.
7478         Unshare properly.
7479         (fold_gimple_assign): Unshare properly.
7480         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
7481
7482 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
7483
7484         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
7485         for rs6000_gen_cell_microcode.
7486
7487 2010-02-04  Richard Guenther  <rguenther@suse.de>
7488
7489         PR rtl-optimization/42952
7490         * dse.c (const_or_frame_p): Remove MEM handling.
7491
7492 2010-02-04  Nick Clifton  <nickc@redhat.com>
7493
7494         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
7495         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
7496         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
7497         (mn10300_asm_output_mi_thunk): New function.
7498         (mn10300_can_output_mu_thunk): New function.
7499         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
7500         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
7501         (FUNCTION_ARG): Delete incorrect comment.
7502
7503 2010-02-03  Jason Merrill  <jason@redhat.com>
7504
7505         PR c++/40138
7506         * fold-const.c (operand_equal_p): Handle erroneous types.
7507
7508 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
7509
7510         * config/h8300/h8300.md (can_delay): Fix attibute condition.
7511
7512 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
7513
7514         PR rtl-optimization/42941
7515         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
7516         of xmalloc.
7517
7518 2010-02-03  Jason Merrill  <jason@redhat.com>
7519
7520         PR c++/35652
7521         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
7522
7523 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
7524
7525         PR debug/42896
7526         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
7527         (cselib_reset_table): Renamed from...
7528         (cselib_reset_table_with_next_value): ... this.
7529         (cselib_get_next_uid): Renamed from...
7530         (cselib_get_next_unknown_value): ... this.
7531         * cselib.c (next_uid): Renamed from...
7532         (next_unknown_value): ... this.
7533         (cselib_clear_table): Adjust.
7534         (cselib_reset_table): Adjust.  Renamed from...
7535         (cselib_reset_table_with_next_value): ... this.
7536         (cselib_get_next_uid): Adjust.  Renamed from...
7537         (cselib_get_next_unknown_value): ... this.
7538         (get_value_hash): Use hash.
7539         (cselib_hash_rtx): Likewise.
7540         (new_cselib_val): Adjust.  Set and dump uid.
7541         (cselib_lookup_mem): Pass next_uid as hash.
7542         (cselib_subst_to_values): Likewise.
7543         (cselib_log_lookup): Dump uid.
7544         (cselib_lookup): Pass next_uid as hash.  Adjust.
7545         (cselib_process_insn): Adjust.
7546         (cselib_init): Initialize next_uid.
7547         (cselib_finish): Adjust.
7548         (dump_cselib_table): Likewise.
7549         * dse.c (canon_address): Dump value uid.
7550         * print-rtl.c (print_rtx): Print value uid.
7551         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
7552         (dvuid): New type.
7553         (dv_uid): New function, sort of renamed from...
7554         (dv_htab_hash): ... this, reimplemented in terms of it and...
7555         (dv_uid2hash): ... this.  New.
7556         (variable_htab_eq): Drop excess assertions.
7557         (tie_break_pointers): Removed.
7558         (canon_value_cmp): Compare uids.
7559         (variable_post_merge_New_vals): Print uids.
7560         (vt_add_function_parameters): Adjust.
7561         (vt_initialize): Reset table.  Adjust.
7562
7563 2010-02-03  Richard Guenther  <rguenther@suse.de>
7564
7565         PR tree-optimization/42944
7566         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
7567         (call_may_clobber_ref_p_1): Likewise.  Properly handle
7568         malloc and calloc clobbering errno.
7569
7570 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
7571
7572         * doc/invoke.texi: Fix name of sched1 dump.
7573
7574         * opts.c (decode_options): Set flag_tree_switch_conversion
7575         only conditionally on optimize >= 2.
7576
7577         * gcse.c: Assorted comment fixes in pass description.
7578
7579 2010-02-03  Anthony Green  <green@moxielogic.com>
7580
7581         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
7582         nop padding in order to maintain alignment of storage location of
7583         target function address.
7584         (moxie_trampoline_init): Store target function address at newly
7585         aligned location.
7586         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
7587         to 32.
7588         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
7589
7590 2010-02-03  Richard Guenther  <rguenther@suse.de>
7591
7592         PR middle-end/42927
7593         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
7594
7595 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7596
7597         * config.gcc: Reenable check for obsolete targets.
7598         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
7599         mips-sgi-irix6.[0-4]*.
7600
7601 2010-02-02  Nick Clifton  <nickc@redhat.com>
7602
7603         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
7604         constant size of 4 as being the same as 0.
7605         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
7606         can take values in the range 0..4.
7607
7608 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
7609
7610         PR java/41991
7611         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
7612         as _darwin10_Unwind_FindEnclosingFunction().
7613         * libgcc-libsystem.ver: New.
7614
7615 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
7616
7617         PR target/41399
7618         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
7619         implicitly set registers.
7620
7621 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
7622
7623         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
7624         (arm_override_options): Allow automatic selection of the thread
7625         pointer register if thumb2.
7626         (legitimize_pic_address): Improve code sequences for Thumb2.
7627         (arm_call_tls_get_addr): Likewise.
7628         (legitimize_tls_address): Likewise.
7629         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
7630         (pic_load_addr_32bit): ... this.  New named pattern.
7631         * thumb2.md (pic_load_addr_thumb2): Delete.
7632         (pic_load_dot_plus_four): Delete.
7633         (tls_load_dot_plus_four): New named pattern.
7634
7635 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7636
7637         PR libgomp/29986
7638         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
7639         Document fix for TLS bug.
7640
7641 2010-01-31  Richard Guenther  <rguenther@suse.de>
7642
7643         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
7644         conservatively correct.
7645
7646 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7647
7648         PR target/42850
7649         Revert:
7650         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7651
7652         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
7653
7654 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7655
7656         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
7657
7658 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
7659
7660         * config.gcc: Adjust order of makefile fragments for mingw targets.
7661
7662 2010-01-31  Richard Guenther  <rguenther@suse.de>
7663
7664         PR middle-end/42898
7665         * gimplify.c (gimplify_init_constructor): For volatile LHS
7666         initialize a temporary.
7667
7668 2010-01-31  Matthias Klose  <doko@ubuntu.com>
7669
7670         * configure.ac: Fix __stack_chk_fail check for cross builds configured
7671         --with-headers
7672         * configure: Regenerate.
7673
7674 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
7675
7676         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
7677         the same alias set and their sizes different constantness.
7678         (aliasing_component_refs_p): Revert 2009-10-24 change.
7679
7680 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7681
7682         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
7683         unused.
7684
7685 2010-01-29  Richard Guenther  <rguenther@suse.de>
7686
7687         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
7688         Assert we successfully updated the call.
7689
7690 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
7691
7692         PR rtl-optimization/42889
7693         * df.h (df_set_bb_dirty_nonlr): New prototype.
7694         * df-core.c (df_set_bb_dirty_nonlr): New function.
7695         * df-scan.c (df_insn_rescan): Call it instead of
7696         df_set_bb_dirty for DEBUG_INSNs.
7697
7698 2010-01-29  Richard Guenther  <rguenther@suse.de>
7699
7700         PR middle-end/37448
7701         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
7702         quadratic behavior in most cases.
7703
7704 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
7705
7706         PR target/42891
7707         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
7708         in the call to gen_x86_movsicc_0_m1.
7709
7710 2010-01-28  Richard Guenther  <rguenther@suse.de>
7711
7712         PR tree-optimization/42871
7713         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
7714
7715 2010-01-28  Richard Guenther  <rguenther@suse.de>
7716
7717         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
7718         into call arguments.
7719
7720 2010-01-28  Richard Guenther  <rguenther@suse.de>
7721
7722         PR middle-end/42883
7723         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
7724         the forwarder if the destination is an EH landing pad.
7725
7726 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
7727
7728         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
7729         block list passed to gimple_duplicate_sese_tail.
7730         (parallelize_loops): Avoid parallelization when the function
7731         has_nonlocal_label.
7732         Avoid parallelization when the preheader is IRREDUCIBLE.
7733         Try to optimize when estimated_loop_iterations_int is unresolved.
7734         Add the loop's location to the dump file.
7735         * tree-cfg.c (add_phi_args_after_redirect): Remove.
7736         (gimple_duplicate_sese_tail): Remove the check for the latch.
7737         Redirect nexits to the exit block.
7738         Remove handling of the incoming edges to the latch.
7739         Redirect the backedge from the copied latch to the exit bb.
7740
7741 2010-01-28  Michael Matz  <matz@suse.de>
7742
7743         PR target/42881
7744         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
7745         Wrap force_reg into a sequence, emit it before user.
7746
7747 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
7748
7749         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
7750         (arm_rev): New.
7751         (arm_legacy_rev): Likewise.
7752         (thumb_legacy_rev): Likewise.
7753
7754 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
7755
7756         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
7757         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
7758         on MEM's address failed, try avoid_constant_pool_reference and
7759         recurse if it returned something different.
7760         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
7761         address, try avoid_constant_pool_reference and recurse if it
7762         returned something different.
7763         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
7764         address and avoid_constant_pool_reference returned something
7765         different, don't set have_address.
7766
7767 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
7768
7769         PR debug/42861
7770         * var-tracking.c (val_store): Add modified argument, obey it.
7771         Adjust callers.
7772         (count_uses): Move down logging of main.
7773         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
7774         don't need resolution.
7775         (emit_notes_in_bb): Likewise.
7776
7777 2010-01-27  Richard Guenther  <rguenther@suse.de>
7778
7779         PR middle-end/42878
7780         * tree-inline.c (remap_decl): Delay remapping of SSA name
7781         default definitions until we need them.
7782
7783 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
7784
7785         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
7786         (rs6000_delegitimize_address): New function.
7787
7788         * config/s390/s390.c (s390_delegitimize_address): Call
7789         delegitimize_mem_from_attrs.
7790
7791         PR middle-end/42874
7792         * tree-inline.c (cannot_copy_type_1): Removed.
7793         (copy_forbidden): Don't forbid copying of functions containing
7794         records/unions with variable length fields.
7795
7796 2010-01-27  Christian Bruel  <christian.bruel@st.com>
7797
7798         Revert:
7799         PR target/42841
7800         * config/sh/sh.c (find_barrier): Increase length for non delayed
7801         conditional branches.
7802
7803 2010-01-27  Matthias Klose  <doko@ubuntu.com>
7804
7805         * configure.ac (gnu-unique-object): Fix ldd version check.
7806         * configure: Regenerate.
7807
7808 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7809
7810         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
7811         HAVE_GNU_AS value.
7812         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
7813         Test for HAVE_GNU_AS value.
7814
7815 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7816
7817         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
7818         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
7819         INT64_TYPE): Define.
7820         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
7821         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
7822         INT_LEAST64_TYPE): Define.
7823         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
7824         UINT_LEAST64_TYPE): Define.
7825         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
7826         INT_FAST64_TYPE): Define.
7827         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
7828         UINT_FAST64_TYPE): Define.
7829         (INTMAX_TYPE, UINTMAX_TYPE): Define.
7830         (INTPTR_TYPE, UINTPTR_TYPE): Define.
7831         (SIG_ATOMIC_TYPE): Define.
7832
7833 2010-01-26  Richard Guenther  <rguenther@suse.de>
7834
7835         * df-scan.c (df_scan_set_bb_info): Remove assert.
7836         (df_insn_rescan_debug_internal): Merge asserts.
7837         (df_install_ref): Likewise.
7838         (df_mark_reg): Use bitmap_set_range.
7839         (df_hard_reg_used_p): Remove assert.
7840         (df_hard_reg_used_count): Likewise.
7841
7842 2010-01-26  Richard Guenther  <rguenther@suse.de>
7843
7844         PR rtl-optimization/42685
7845         * web.c (web_main): Ignore DEBUG_INSNs.
7846
7847 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
7848
7849         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
7850
7851         (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
7852         Fix types of fndecl and arglist parameters.
7853
7854 2010-01-26  Richard Guenther  <rguenther@suse.de>
7855
7856         PR middle-end/42806
7857         * tree-eh.c (unsplit_eh): Skip debug insns.
7858
7859 2010-01-26  Richard Guenther  <rguenther@suse.de>
7860
7861         PR tree-optimization/42250
7862         * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
7863
7864 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
7865
7866         PR fortran/42866
7867         * omp-low.c (expand_omp_sections): Only use single_pred if
7868         l2_bb is single_pred_p.
7869
7870 2010-01-25  Christian Bruel  <christian.bruel@st.com>
7871
7872         PR target/42841
7873         * config/sh/sh.c (find_barrier): Increase length for non delayed
7874         conditional branches.
7875         (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
7876
7877 2010-01-24  David S. Miller  <davem@davemloft.net>
7878
7879         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
7880         define if not using GAS.
7881         * config/sparc/sparc.c (sparc_elf_asm_named_section):
7882         Likewise.  Delete SECTION_MERGE code, which is only applicable
7883         when using GAS.
7884
7885 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
7886
7887         PR c++/42748
7888         * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
7889         mangling of va_list in system headers.
7890
7891 2010-01-23  Toon Moene  <toon@moene.org>
7892
7893         * tree-predcom.c (combine_chains): Return NULL, not false.
7894
7895 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
7896
7897         * tree-loop-distribution.c (distribute_loop): Fix declaration and
7898         initialization of variable res to agree with return type.
7899
7900 2010-01-22  Steve Ellcey  <sje@cup.hp.com>
7901
7902         * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
7903         * tree-sra.c: Add include of expr.h.
7904
7905 2010-01-22  Jakub Jelinek  <jakub@redhat.com>
7906
7907         * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
7908         insert the debug stmt on the single non-EH edge from the stmt.
7909
7910 2010-01-22  Richard Henderson  <rth@redhat.com>
7911
7912         PR tree-opt/42833
7913         * tree-sra.c (sra_modify_assign): Delay re-gimplification of
7914         the RHS until after generate_subtree_copies has insertted its
7915         code before the current statement.
7916
7917 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
7918
7919         * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
7920
7921         * gcc-plugin.h (plugin_init): Use "C" likage for c++.
7922
7923 2010-01-21  Martin Jambor  <mjambor@suse.cz>
7924
7925         PR tree-optimization/42585
7926         * tree-sra.c (struct access): New field grp_total_scalarization.
7927         (dump_access): Dump the new field.
7928         (should_scalarize_away_bitmap): New variable.
7929         (cannot_scalarize_away_bitmap): Likewise.
7930         (sra_initialize): Allocate new bitmaps.
7931         (sra_deinitialize): Free new bitmaps.
7932         (create_access_1): New function.
7933         (create_access): Parts moved to create_access_1.
7934         (type_consists_of_records_p): New function.
7935         (completely_scalarize_record): Likewise.
7936         (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
7937         (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
7938         (sort_and_splice_var_accesses): Hint groups with a total_scalarization
7939         access.
7940         (analyze_all_variable_accesses): Completely scalarize small eligible
7941         records.
7942
7943 2010-01-21  Martin Jambor  <mjambor@suse.cz>
7944
7945         * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
7946
7947 2010-01-21  Andrew Haley  <aph@redhat.com>
7948
7949         * gcc.c (process_command): Move lang_specific_driver before
7950         setting cc_libexec_prefix.
7951
7952 2010-01-21  Richard Guenther  <rguenther@suse.de>
7953
7954         PR middle-end/19988
7955         * fold-const.c (negate_expr_p): Pretend only negative
7956         real constants are easily negatable.
7957
7958 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
7959             Jason Merrill  <jason@redhat.com>
7960
7961         * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
7962         (TYPE_TRANSPARENT_AGGR): this, for union and record.
7963         * calls.c (initialize argument_information): Handle it.
7964         * c-common.c (handle_transparent_union_attribute): Use new name.
7965         * c-decl.c (finish_struct): Ditto.
7966         * c-typeck.c (type_lists_compatible_p): Ditto.
7967         (convert_for_assignment): Use new name and also handle record.
7968         * function.c (aggregate_value_p): Handle it.
7969         (pass_by_reference): Ditto.
7970         (assign_parm_data_types): Ditto.
7971         * print-tree.c (print_node): Ditto.
7972         * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
7973         * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
7974         * tree.c (first_field): New fn.
7975
7976 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
7977
7978         PR target/42818
7979         * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
7980         even when linking statically, for now.
7981
7982 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
7983
7984         PR debug/42715
7985         * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
7986         without a cselib val.
7987         (count_uses): Accept MO_VAL_SET with no val on stores.
7988         (add_stores): Likewise.
7989
7990 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
7991
7992         * var-tracking.c (check_value_val): Add a compile time assertion.
7993         (dv_is_decl_p): Simplify.
7994         (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
7995         gcc_assert if ENABLE_CHECKING.
7996
7997 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
7998
7999         PR debug/42782
8000         * var-tracking.c: Include tree-flow.h.
8001         (mem_dies_at_call): New.
8002         (dataflow_set_preserve_mem_locs): Use it.
8003         (dataflow_set_remove_mem_locs): Likewise.
8004         (dump_var): Renamed from dump_variable.  Adjust all callers.
8005         (dump_var_slot): Renamed from dump_variable_slot.  Likewise.
8006         * Makefile.in (var-tracking.o): Adjust deps.
8007
8008 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
8009
8010         * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
8011
8012 2010-01-20  Richard Guenther  <rguenther@suse.de>
8013
8014         PR tree-optimization/42717
8015         * tree-ssa-dce.c (get_live_post_dom): Remove.
8016         (forward_edge_to_pdom): Take an arbitrary edge to copy
8017         degenerate PHI args from.
8018         (remove_dead_stmt): Use the first post-dominator even if it
8019         does not contain live statements as redirection destination.
8020
8021 2010-01-20  Richard Guenther  <rguenther@suse.de>
8022
8023         * tree-inline.c (estimate_num_insns): Handle EH builtins.
8024
8025 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
8026
8027         * sel-sched.c (create_speculation_check): Remove set but not used
8028         variable twin.
8029         (try_transformation_cache): Remove set but not used variable ds.
8030         (calculate_privileged_insns): Remove set but not used variables
8031         cur_insn and min_spec_insn.
8032         (find_best_expr): Remove set but not used variable avail_n.
8033         * tree-predcom.c (base_names_in_chain_on): Remove set but not used
8034         variable e.
8035         * cgraphunit.c (assemble_thunk): Remove set but not used variable
8036         false_label.
8037         * haifa-sched.c (remove_notes): Remove set but not used variable prev.
8038         * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
8039         new_scop_exit_edge.
8040
8041 2010-01-20  Felyza Wishbringer  <fwishbringer@gmail.com>
8042
8043         PR bootstrap/42786
8044         * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
8045         cpu types.  Add support for *-sse3 cpu types.
8046         (x86_64-*-*): Ditto.
8047
8048 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
8049
8050         PR middle-end/42803
8051         * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
8052         argument, call initializer_constant_valid_p_1 instead of
8053         initializer_constant_valid_p, pass CACHE to it, return NULL
8054         immediately if first call returns NULL.
8055         (initializer_constant_valid_p_1): New function.
8056         (initializer_constant_valid_p): Use it.
8057
8058 2010-01-20  Thomas Quinot  <quinot@adacore.com>
8059
8060         * tree.def (PLACEHOLDER_EXPR): Fix comment.
8061
8062 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
8063
8064         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
8065         of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
8066         (loc_list_from_tree): Don't handle unsigned division.  Handle
8067         signed modulo using DW_OP_{over,over,div,mul,minus}.
8068         * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
8069         modulo instead of signed.
8070
8071 2010-01-20  DJ Delorie  <dj@redhat.com>
8072
8073         * config/h8300/h8300.c (F): Add "in_epilogue" flag.
8074         (Fpa): Pass it
8075         (h8300_emit_stack_adjustment): Propogate it.
8076         (push): Pass it.
8077         (h8300_expand_prologue): Likewise.
8078         (h8300_expand_epilogue): Likewise.
8079
8080 2010-01-19  Michael Matz  <matz@suse.de>
8081
8082         PR tree-optimization/41783
8083         * tree-data-ref.c (toplevel): Include flags.h.
8084         (dump_data_dependence_relation):  Also dump the inputs if the
8085         result will be unknown.
8086         (split_constant_offset_1): Look through some conversions.
8087         * tree-predcom.c (determine_roots_comp): Restart a new chain if
8088         the offset from last element is too large.
8089         (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
8090         (reassociate_to_the_same_stmt): Handle vector registers.
8091         * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
8092         (e.g. conversions).
8093         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
8094         wide_prolog_niters argument, emit widening instructions.
8095         (vect_do_peeling_for_alignment): Adjust caller, use widened
8096         variant of the iteration cound.
8097         * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
8098
8099 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8100
8101         PR target/38697
8102         * config/arm/neon-testgen.m (emit_automatics): New parameter
8103         features. Adjust for Fixed_return_reg feature.
8104         (test_intrinsic): Call emit_automatics with new feature.
8105         * config/arm/neon.ml: Update copyright years.
8106         (features): New Fixed_return_reg feature.
8107         (ops): Update feature for Vget_low.
8108
8109 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
8110
8111         PR tree-optimization/42719
8112         * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
8113         stmt uses.
8114
8115         PR debug/42728
8116         * fwprop.c (all_uses_available_at): Return false if def_set dest
8117         is a REG that is used in def_insn.
8118
8119 2010-01-19  Joern Rennecke  <amylaar@spamcop.net>
8120
8121         * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
8122
8123         (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
8124         Add argument names.
8125
8126         (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
8127
8128         * target.h (struct gcc_target) <secondary_reload>: Change type
8129         of last argument to secondary_reload_info *.
8130
8131 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
8132
8133         PR target/42774
8134         * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
8135         memory references with unaligned offsets.  Remove CQImode handling.
8136         (unaligned_memory_operand): Return 1 for memory references with
8137         unaligned offsets.  Remove CQImode handling.
8138
8139 2010-01-18  Richard Guenther  <rguenther@suse.de>
8140
8141         PR middle-end/39954
8142         * cfgexpand.c (expand_call_stmt): TER pointer arguments in
8143         builtin calls.
8144
8145 2010-01-18  Richard Guenther  <rguenther@suse.de>
8146
8147         PR tree-optimization/42781
8148         * tree-ssa-structalias.c (find_what_var_points_to): Skip
8149         restrict processing only if the original variable was artificial.
8150
8151 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
8152
8153         * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
8154         find number of popped argument bytes.
8155
8156         (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
8157         Fix the text that describes the return value for invalid insns.
8158
8159         (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type.  Fix argument list.
8160
8161         (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
8162         Clarify what 'cost of the -dependence' is.  Fix quoting.
8163
8164         * toplev.c (default_get_pch_validity): Rename argument to "sz".
8165         * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
8166
8167 2010-01-17  Jakub Jelinek  <jakub@redhat.com>
8168
8169         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
8170         {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
8171
8172 2010-01-17  Richard Guenther  <rguenther@suse.de>
8173
8174         PR middle-end/42248
8175         * function.c (split_complex_args): Take a VEC to modify.
8176         (assign_parms_augmented_arg_list): Build a VEC instead of
8177         a chain of PARM_DECLs.
8178         (assign_parms_unsplit_complex): Take a VEC of arguments.
8179         Do not fixup unmodified parms.
8180         (assign_parms): Deal with the VEC.
8181         (gimplify_parameters): Likewise.
8182
8183 2010-01-17  Richard Guenther  <rguenther@suse.de>
8184
8185         * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
8186         node existence check.
8187         * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
8188         * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
8189         * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
8190         * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
8191         (gimple_execute_on_growing_pred): Likewise.
8192
8193 2010-01-17  Richard Guenther  <rguenther@suse.de>
8194
8195         PR tree-optimization/42773
8196         * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
8197         (compute_antic_aux): Likewise.
8198         (compute_partial_antic_aux): Likewise.
8199
8200 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
8201
8202         PR debug/42767
8203         * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
8204         and US_TRUNCATE.
8205
8206 2010-01-17  Joern Rennecke  <amylaar@spamcop.net>
8207
8208         * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
8209         appearance.
8210
8211         (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
8212         Fix markup for strict argument.
8213
8214         (TARGET_SCHED_REORDER2): Fix argument types.
8215
8216         (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
8217         (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
8218
8219         (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
8220         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
8221
8222         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
8223         Add argument name.
8224
8225         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
8226         (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
8227         (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
8228         (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
8229         (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
8230
8231         (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
8232
8233         (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
8234
8235         (TARGET_ASM_RELOC_RW_MASK): Add return type.
8236         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
8237
8238         (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
8239
8240         (TARGET_ASM_FILE_START): Put @findex before paragraph start.
8241         Use prototype.
8242
8243         (TARGET_ASM_NAMED_SECTION): Fix argument list.
8244
8245         (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
8246         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
8247
8248         (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
8249
8250         (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
8251
8252         (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
8253         referring to it.  Fix language.
8254
8255         (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
8256
8257         (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
8258
8259         (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
8260
8261         (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
8262
8263         (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
8264         '@var{stream}.  Remove stray 'and'.
8265
8266         (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
8267
8268         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
8269
8270         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
8271
8272         (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
8273         misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
8274
8275         (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
8276         Fix description of return value.
8277         Rename argument "sz" to "len."
8278
8279         (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
8280         Clarify meaning of 'true' return value.
8281
8282         (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
8283
8284         (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
8285         rep_mode versus mode_rep.
8286
8287         (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
8288
8289         (TARGET_BUILTIN_DECL): Fix name.
8290
8291         (TARGET_COMMUTATIVE_P): Fix type of first argument.
8292
8293         (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
8294
8295         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
8296
8297         (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
8298
8299         (TARGET_RELAXED_ORDERING): Use @deftypevr.
8300
8301         (TARGET_GET_DRAP_RTX): Note that this is a hook.
8302         Clarify language.
8303
8304         (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
8305         Rename argument tm_fn to md_fn.
8306
8307         (TARGET_OPTION_PRINT): Fix argument list.
8308
8309 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
8310
8311         PR target/42664
8312         * config/i386/i386.c (ix86_fixup_binary_operands):
8313         Revert FMA4 fixup of operands.
8314
8315 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8316
8317         PR gcc/42525
8318         * Makefile.in (write_entries_to_file, install-plugin):
8319         Use \012 instead of \n with tr.
8320
8321 2010-01-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
8322
8323         * configure.ac (HAVE_AS_REF): New C macro.
8324         * configure: Regenerate.
8325         * config.in: Likewise.
8326         * collect2.c (main): Only postpone SCAN_DWEH to the second pass
8327         if HAVE_AS_REF.
8328         * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
8329         if HAVE_AS_REF.
8330
8331 2010-01-16  Joern Rennecke  <amylaar@spamcop.net>
8332
8333         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
8334
8335         (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
8336
8337         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
8338
8339         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
8340
8341         (TARGET_IN_SMALL_DATA_P): Fix argument type.
8342
8343         (TARGET_BINDS_LOCAL_P): Fix argument type.
8344
8345         (TARGET_ASM_FILE_END): Use prototype.
8346
8347         (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
8348
8349         (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
8350
8351         (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
8352
8353         (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
8354
8355         (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
8356         (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
8357
8358         (TARGET_PCH_VALID_P): Put 'const char *' in braces.
8359         (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
8360
8361         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
8362         (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
8363         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
8364         (TARGET_ADDR_SPACE_CONVERT): Likewise.
8365
8366         (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
8367
8368         (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
8369
8370         (TARGET_INIT_BUILTINS): Use prototype.
8371
8372         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
8373         Put 'const char *' in braces.  Fix parameter types.
8374         (TARGET_INVALID_CONVERSION): Fix parameter types.
8375         (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
8376         (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
8377
8378         (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
8379         Fix argument type.
8380
8381         (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
8382
8383         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
8384
8385 2010-01-15  Joern Rennecke  <amylaar@spamcop.net>
8386
8387         * doc/tm.texi (TARGET_HELP): Fix return type.
8388
8389         (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
8390         in braces.  Fix argument types.
8391
8392         (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
8393
8394         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
8395
8396         (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
8397
8398         (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
8399         (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
8400
8401         (TARGET_MANGLE_TYPE): Fix argument types.
8402
8403         (TARGET_IRA_COVER_CLASSES): Use prototype.
8404
8405         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
8406
8407         (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
8408
8409         (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
8410
8411         (TARGET_MUST_PASS_IN_STACK): Fix argument type.
8412
8413         (TARGET_CALLEE_COPIES): Fix argument types.
8414
8415         (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
8416
8417         (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
8418
8419         (TARGET_FUNCTION_VALUE): Fix argument types.
8420
8421         (TARGET_RETURN_IN_MSB): Fix argument type.
8422
8423         (TARGET_RETURN_IN_MEMORY): Fix argument types.
8424
8425         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
8426
8427         (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
8428
8429         (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
8430         agree with return type.
8431
8432         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
8433
8434 2010-01-15  Jing Yu  <jingyu@google.com>
8435
8436         PR rtl-optimization/42691
8437         * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
8438         a pseudo to a constant and are merged, and adjust comments.
8439
8440 2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
8441
8442         * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
8443
8444 2010-01-15  Richard Guenther  <rguenther@suse.de>
8445
8446         PR middle-end/42739
8447         * tree-cfgcleanup.c (remove_forwarder_block): Move destination
8448         labels of computed or non-local gotos to the destination.
8449         * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
8450         landing pad label is the first label.
8451
8452 2010-01-15  Richard Guenther  <rguenther@suse.de>
8453
8454         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
8455
8456 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
8457
8458         PR target/42747
8459         * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
8460         to allow generation of the xssqrtdp instruction on power7.
8461         (sqrtdf2_fpr): Ditto.
8462
8463 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
8464
8465         PR middle-end/42674
8466         * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
8467         functions with noreturn attribute.
8468
8469         PR c++/42608
8470         * varasm.c (declare_weak): Add weak attribute to decl if it
8471         doesn't have one already.
8472         (assemble_external): Only add decls to weak_decls if they also
8473         have weak attribute.
8474
8475 2010-01-14  Alexandre Oliva  <aoliva@redhat.com>
8476
8477         * var-tracking.c (var_reg_delete): Don't delete the association
8478         between REGs and values or one-part variables if the register
8479         isn't clobbered.
8480
8481 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
8482
8483         PR debug/42657
8484         * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
8485         because its first operand is a non-localized variable.
8486
8487 2010-01-14  Martin Jambor  <mjambor@suse.cz>
8488
8489         PR tree-optimization/42706
8490         * tree-sra.c (encountered_recursive_call): New variable.
8491         (encountered_unchangable_recursive_call): Likewise.
8492         (sra_initialize): Initialize both new variables.
8493         (callsite_has_enough_arguments_p): New function.
8494         (scan_function): Call decl and flags check only for IPA-SRA, check
8495         whether there is a recursive call and whether it has enough arguments.
8496         (all_callers_have_enough_arguments_p): New function.
8497         (convert_callers): Look for recursive calls only when
8498         encountered_recursive_call is set.
8499         (ipa_early_sra): Bail out either if
8500         !all_callers_have_enough_arguments_p or
8501         encountered_unchangable_recursive_call.
8502
8503 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
8504
8505         * sel-sched.c: Add 2010 to copyright years.
8506         * sel-sched-ir.c: Likewise.
8507         * sel-sched-ir.h: Likewise.
8508
8509 2010-01-14  Martin Jambor  <mjambor@suse.cz>
8510
8511         PR tree-optimization/42714
8512         * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
8513         constructors specially.
8514
8515 2010-01-14  Andi Kleen  <ak@linux.intel.com>
8516
8517         * config/i386/drivers-i386.c (detect_caches_intel):
8518         Add l2sizekb parameter and fill in.
8519         (host_detect_local_cpu): Add l2sizekb, fill in.
8520         Add Atom small cache heuristic.
8521
8522 2010-01-14  Andi Kleen  <ak@linux.intel.com>
8523
8524         * config/i386/drivers-i386.c (detect_caches_cpuid4):
8525         Add level3 parameter and fill in.
8526         (detect_caches_intel): Handle level3 cache.
8527
8528 2010-01-14  Andi Kleen  <ak@linux.intel.com>
8529
8530         * config/i386/drivers-i386.c (host_detect_local_cpu):
8531         Fix core duo detection.
8532
8533 2010-01-14  Andi Kleen  <ak@linux.intel.com>
8534
8535         * config/i386/drivers-i386.c (host_detect_local_cpu):
8536         Fix Atom detection.
8537
8538 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
8539
8540         * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
8541         (rs6000_variable_issue_1): this.  Use...
8542         (rs6000_variable_issue): here.  Reimplement.  Print debug info.
8543
8544 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
8545
8546         * sel-sched-ir.c (sel_restore_other_notes): Rename to
8547         sel_restore_notes.  Update all callers.  Call reemit_notes
8548         for all insns.
8549
8550 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
8551
8552         PR rtl-optimization/42246
8553         * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
8554         loops.
8555
8556 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
8557
8558         * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
8559         all successors is the same as number of successors in current region.
8560
8561 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
8562
8563         * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
8564         to rename is not separable.  Otherwise check that its LHS is not NULL.
8565
8566 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
8567
8568         * sel-sched.c (choose_best_reg_1):  Loop over all regs for mode.
8569
8570 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
8571
8572         * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
8573         available registers when failed to discover LHS register class.
8574         Fix indentation.  Update comment.
8575
8576 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
8577             Alexander Monakov  <amonakov@ispras.ru>
8578
8579         PR rtl-optimization/42389
8580         * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
8581         to can_issue_more.
8582         (advance_state_on_fence): Likewise.
8583         (sel_target_adjust_priority): Print debug output only when
8584         sched_verbose >= 4, not 2.
8585         (get_expr_cost): Do not issue all unique insns on the next cycle.
8586         (fill_insns): Initialize can_issue_more from the value saved
8587         with the fence.
8588         * sel-sched-ir.c (flist_add): New parameter issue_more.
8589         Init FENCE_ISSUE_MORE with it.
8590         (merge_fences): Likewise.
8591         (init_fences): Update call to flist_add.
8592         (add_to_fences, add_clean_fence_to_fences)
8593         (add_dirty_fence_to_fences): Likewise.
8594         (move_fence_to_fences): Update call to merge_fences.
8595         (invoke_reorder_hooks): Do not reset can_issue_more on insns from
8596         sched groups.
8597         * sel-sched-ir.h (struct _fence): New field issue_more.
8598         (FENCE_ISSUE_MORE): New accessor macro.
8599
8600 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
8601
8602         PR rtl-optimization/42388
8603         * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
8604         that have no predecessors nor successors.  Do not call move_bb_info
8605         for empty blocks outside of current region.
8606
8607 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
8608
8609         PR rtl-optimization/42294
8610         * sel-sched-ir.h (struct _sel_insn_data): Update comment.
8611         * sel-sched.c (move_exprs_to_boundary): Transitively add all
8612         originators' originators.
8613
8614 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
8615
8616         PR rtl-optimization/39453
8617         PR rtl-optimization/42246
8618         * sel-sched-ir.c (considered_for_pipelining_p): Do not test
8619         for pipelining_p.
8620         (sel_add_loop_preheaders): Add preheader to last_added_blocks.
8621
8622 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
8623             Alexander Monakov  <amonakov@ispras.ru>
8624
8625         PR middle-end/42245
8626         * sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
8627         (maybe_tidy_empty_bb): ... here.  Make static.  Add new
8628         argument.  Update all callers.
8629         (tidy_control_flow): ... and here.  Recompute topological order
8630         of basic blocks in region if necessary.
8631         (sel_redirect_edge_and_branch): Change return type.  Return true
8632         if topological order might have been invalidated.
8633         (purge_empty_blocks): Export and move from...
8634         * sel-sched.c (purge_empty_blocks): ... here.
8635         * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
8636         (maybe_tidy_empty_bb): Delete prototype.
8637         (purge_empty_blocks): Declare.
8638
8639 2010-01-14  Andrey Belevantsev <abel@ispras.ru>
8640
8641         PR rtl-optimization/42249
8642         * sel-sched.c (try_replace_dest_reg): When chosen register
8643         and original register is the same, do not bail out early, but
8644         still check all original insns for validity of replacing destination
8645         register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
8646         in this case.
8647
8648 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
8649
8650         PR c/42721
8651         Port from no-undefined-overflow branch:
8652         2009-03-09  Richard Guenther  <rguenther@suse.de>
8653
8654         * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
8655
8656 2010-01-14  Richard Guenther  <rguenther@suse.de>
8657
8658         PR lto/42665
8659         * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
8660
8661 2010-01-14  Ira Rosen  <irar@il.ibm.com>
8662
8663         PR tree-optimization/42709
8664         * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
8665         as scalar type in creation of constant vector operand.
8666
8667 2010-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8668
8669         PR testsuite/42414
8670         * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
8671         (check-parallel-%): Match `testsuite' directory component only
8672         at the end.
8673
8674 2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>
8675
8676         PR translation/39521
8677         * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
8678         strings with _().
8679
8680 2010-01-13  Richard Guenther  <rguenther@suse.de>
8681
8682         PR tree-optimization/42730
8683         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
8684         offset zero.
8685
8686 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
8687
8688         PR target/pr42542
8689         * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
8690         for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
8691         them signed.
8692
8693 2010-01-13  Bernd Schmidt  <bernd.schmidt@analog.com>
8694
8695         * config/bfin/libgcc-bfin.ver: Regenerate based on current
8696         libgcc-std.ver.  Add entries for ___smulsi3_highpart and
8697         ___umulsi3_highpart.
8698
8699         * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
8700         rather than schedule_insns if the pass is enabled.
8701
8702 2010-01-13  Martin Jambor  <mjambor@suse.cz>
8703
8704         PR tree-optimization/42704
8705         * tree-sra.c (sra_modify_assign): Do not delete assignments to
8706         SSA_NAMEs.
8707
8708 2010-01-13  Martin Jambor  <mjambor@suse.cz>
8709
8710         PR tree-optimization/42703
8711         * tree-sra.c (analyze_access_subtree): Check that we can build a
8712         reference to the original data within the aggregate.
8713
8714 2010-01-13  Richard Guenther  <rguenther@suse.de>
8715
8716         PR tree-optimization/42705
8717         * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
8718
8719 2010-01-13  Richard Guenther  <rguenther@suse.de>
8720
8721         PR middle-end/42716
8722         * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
8723
8724 2010-01-13  Jakub Jelinek  <jakub@redhat.com>
8725
8726         PR debug/41371
8727         * var-tracking.c (values_to_unmark): New variable.
8728         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
8729         values_to_unmark vector.  Moved body to...
8730         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
8731         instead queue it into values_to_unmark vector.
8732         (vt_find_locations): Free values_to_unmark vector.
8733
8734 2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
8735
8736         * config/s390/s390.c (override_options): Set
8737         default of max-pending-list-length to 256
8738
8739 2010-01-13  Richard Guenther  <rguenther@suse.de>
8740
8741         PR lto/42678
8742         * tree-pass.h (PROP_gimple_lcx): New.
8743         * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
8744         * passes.c (init_optimization_passes): Move pass_lower_complex_O0
8745         before the final cleanup_eh.
8746         (dump_properties): Dump PROP_gimple_lcx.
8747         * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
8748         (tree_lower_complex_O0): Remove.
8749         (gate_no_optimization): Run if PROP_gimple_lcx is not set.
8750         (pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
8751         tree_lower_complex, schedule TODO_update_ssa.
8752         * lto-streamer-out.c (output_function): Stream the functions
8753         properties.
8754         * lto-streamer-in.c (input_function): Likewise.
8755         (lto_read_body): Do not override them here.
8756
8757 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
8758
8759         PR c/42708
8760         * c-typeck.c (build_c_cast): Fold value cast to union type before
8761         wrapping it in a CONSTRUCTOR.
8762
8763 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
8764
8765         PR rtl-optimization/42699
8766         * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
8767         involved.
8768
8769 2010-01-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8770
8771         * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
8772         SUBTARGET_WARN_UNUSED_SPEC): Move ...
8773         config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
8774         SUBTARGET_WARN_UNUSED_SPEC): ... here
8775         * config/mips/iris5.h (LIBGCC_SPEC): Define.
8776
8777 2010-01-12  Julian Brown  <julian@codesourcery.com>
8778
8779         * config/arm/neon-schedgen.ml (Utils): Don't try to
8780         open missing module.
8781         (find_with_result): New.
8782
8783 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
8784
8785         PR debug/42662
8786         * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
8787         sharing when canonicalizing ({lt,ge}u (plus a b) b).
8788
8789         PR tree-optimization/42645
8790         * tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
8791         (remap_ssa_name): If processing_debug_stmt and name wasn't found in
8792         decl_map, set processing_debug_stmt to -1 and return name without
8793         any remapping.
8794
8795 2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
8796
8797         * doc/install.texi (Specific#x-x-cygwin): Document minimum required
8798         binutils version, and reword target configuration description.
8799
8800 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
8801
8802         * config/avr/avr.h (LINKER_NAME): Remove.
8803
8804 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
8805
8806         PR target/42416
8807         * config/rs6000/rs6000.c (rs6000_override_options): On targets
8808         that support VSX, warn for -mno-altivec if vsx is not disabled,
8809         and disable vsx.
8810
8811 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
8812             Shujing Zhao  <pearly.zhao@oracle.com>
8813
8814         PR translation/42469
8815         * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
8816         fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
8817         character between option name and help text.
8818         * c.opt (imultilib): Likewise.
8819
8820 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
8821
8822         * lto-streamer-out.c (output_unreferenced_globals): Output static
8823         variables.
8824
8825 2010-01-10  Steven Bosscher  <steven@gcc.gnu.org>
8826
8827         PR rtl-optimization/42621
8828         * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
8829         optimizing for size.
8830         (duplicate_computed_gotos): Remove now-redundant check.
8831
8832 2010-01-10  Steve Ellcey  <sje@cup.hp.com>
8833
8834         PR target/37454
8835         * configure.ac: Save and restore LDFLAGS and LIBS
8836         * configure: Regenerate.
8837
8838 2010-01-10  Richard Guenther  <rguenther@suse.de>
8839
8840         PR middle-end/42667
8841         * builtins.c (fold_builtin_strlen): Add type argument and
8842         convert the resulting length to it.
8843         (fold_builtin_1): Adjust.
8844
8845 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
8846
8847         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
8848         sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
8849         1 insn.
8850         (num_insns_constant_wide): Adjust for that change.
8851
8852 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
8853
8854         PR debug/42631
8855         * web.c (union_defs): Add used argument, to combine uses of
8856         uninitialized regs.
8857         (entry_register): Adjust type and tests of used argument.
8858         (web_main): Widen used for new use.  Pass it to union_defs.
8859         * df.h (union_defs): Adjust prototype.
8860
8861 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
8862
8863         PR debug/42630
8864         * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
8865         uses in new incoming argument.  Free body.
8866         (reset_debug_uses_in_loop): New.
8867         (analyze_insn_to_expand_var): Call the latter if the former found
8868         anything.  Fix whitespace.  Reject invalid dest overlaps before
8869         going through all insns in the loop.
8870
8871 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
8872
8873         PR debug/42629
8874         * haifa-sched.c (dying_use_p): Debug insns don't count.
8875
8876 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
8877
8878         PR middle-end/42363
8879         * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
8880         * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
8881         (verify_gimple_call): Reject LHS in noreturn calls.
8882
8883 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
8884
8885         PR debug/42604
8886         PR debug/42395
8887         * tree-vect-loop-manip.c (adjust_info): New type.
8888         (adjust_vec): New pointer to vector.
8889         (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
8890         (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
8891         (slpeel_update_phis_for_duplicate_loop): Use them.
8892         (slpeel_update_phi_nodes_for_guard1): Likewise.
8893         (slpeel_update_phi_nodes_for_guard2): Likewise.
8894         (slpeel_tree_peel_loop_to_edge): Likewise.
8895         (vect_update_ivs_after_vectorizer): Likewise.
8896
8897 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
8898
8899         * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
8900         (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
8901
8902 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
8903
8904         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
8905         bogus uninitialized warning.
8906
8907 2010-01-09  Richard Guenther  <rguenther@suse.de>
8908
8909         PR middle-end/42512
8910         * tree-scalar-evolution.c (interpret_loop_phi): Make sure
8911         the evolution is compatible with the initial condition.
8912
8913 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
8914
8915         * gcc.c (process_command): Update copyright notice dates.
8916         * gcov.c (print_version): Likewise.
8917         * gcov-dump.c (print_version): Likewise.
8918         * mips-tfile.c (main): Likewise.
8919         * mips-tdump.c (main): Likewise.
8920
8921 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
8922
8923         PR target/41885
8924         * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
8925         (rotlhi3): Delete.
8926         (rotlhi3_8): Delete.
8927         (rotlsi3): Delete.
8928         (rotlsi3_8): Delete.
8929         (rotlsi3_16): Delete.
8930         (rotlsi3_24): Delete.
8931         (rotl<mode>3): New.
8932         (*rotw<mode>3): New.
8933         (*rotb<mode>3): New.
8934         * config/avr/avr.c (avr_rotate_bytes): New function.
8935         * config/avr/avr-proto.h (avr_rotate_bytes): New function.
8936
8937 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
8938
8939         PR target/37454
8940         * configure.ac: Modify -rdynamic check.
8941         * configure: Regenerate.
8942
8943 2010-01-08  DJ Delorie  <dj@redhat.com>
8944
8945         * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
8946         register popping order.
8947
8948 2010-01-08  Richard Guenther  <rguenther@suse.de>
8949
8950         PR lto/42528
8951         * c.opt (fsigned-char): Also let LTO handle this option.
8952         (funsigned-char): Likewise.
8953
8954 2010-01-07  Richard Guenther  <rguenther@suse.de>
8955
8956         * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
8957         (gimple_op): Likewise.
8958         (gimple_op_ptr): Likewise.
8959         (gimple_assign_set_lhs): Remove gcc_assert.
8960         (gimple_assign_set_rhs1): Likewise.
8961         (gimple_assign_set_rhs2): Likewise.
8962         (gimple_call_set_lhs): Likewise.
8963         (gimple_call_set_fn): Likewise.
8964         (gimple_call_set_fndecl): Likewise.
8965         (gimple_call_fndecl): Likewise.
8966         (gimple_call_return_type): Likewise.
8967         (gimple_call_set_chain): Likewise.
8968         (gimple_call_num_args): Likewise.
8969         (gimple_call_set_arg): Likewise.
8970         (gimple_cond_set_code): Likewise.
8971         (gimple_cond_set_lhs): Likewise.
8972         (gimple_cond_set_rhs): Likewise.
8973         (gimple_cond_set_true_label): Likewise.
8974         (gimple_cond_set_false_label): Likewise.
8975         (gimple_label_set_label): Likewise.
8976         (gimple_goto_set_dest): Likewise.
8977         (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
8978         (gimple_debug_bind_get_value): Likewise.
8979         (gimple_debug_bind_get_value_ptr): Likewise.
8980         (gimple_debug_bind_set_var): Likewise.
8981         (gimple_debug_bind_set_value): Likewise.
8982         (gimple_debug_bind_reset_value): Likewise.
8983         (gimple_debug_bind_has_value_p): Likewise.
8984         (gimple_return_retval_ptr): Remove gcc_assert.
8985         (gimple_return_retval): Likewise.
8986         (gimple_return_set_retval): Likewise.
8987         * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
8988         (safe_referenced_var_iterator): Remove.
8989         (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
8990         * tree-flow-inline.h (gimple_nonlocal_all): Remove.
8991         (fill_referenced_var_vec): Remove.
8992         (first_readonly_imm_use): Remove redundant gcc_assert.
8993         (phi_arg_index_from_use): Combine gcc_asserts.
8994         (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
8995         (first_imm_use_stmt): Remove redundant gcc_assert.
8996         * tree-cfg.c (verify_gimple_call): Verify function and chain
8997         operands.  Verify arguments.
8998         (verify_types_in_gimple_stmt): Verify condition code and labels.
8999
9000 2010-01-07  Richard Guenther  <rguenther@suse.de>
9001
9002         PR tree-optimization/42641
9003         * sese.c (rename_map_elt_info): Use the SSA name version, do
9004         not hash pointers.
9005
9006 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
9007
9008         PR tree-optimization/42625
9009         * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
9010         TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
9011
9012 2010-01-07  Duncan Sands  <baldrick@free.fr>
9013
9014         * Makefile.in (PLUGIN_HEADERS): Add version.h.
9015
9016 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
9017
9018         PR target/42511
9019         * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
9020         note itself is not function_invariant_p.
9021
9022 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
9023
9024         * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
9025         Do not add the DF_NOTE problem.
9026         * store-motion.c (execute_rtl_store_motion): Likewise.
9027
9028 2010-01-07  Martin Jambor  <mjambor@suse.cz>
9029
9030         PR tree-optimization/42157
9031         * tree-sra.c (compare_access_positions): Stabilize sort if both
9032         accesses have integer types, return zero immediately if they are the
9033         same.
9034
9035 2010-01-06  Richard Henderson  <rth@redhat.com>
9036
9037         PR middle-end/41883
9038         * haifa-sched.c (add_to_note_list): Merge into ...
9039         (concat_note_lists): ... here, and ...
9040         (unlink_other_notes, rm_other_notes): Merge into...
9041         (remove_notes): ... here.  Create REG_SAVE_NOTEs for
9042         NOTE_INSN_EPILOGUE_BEG.
9043
9044 2010-01-06  Richard Guenther  <rguenther@suse.de>
9045
9046         * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
9047         not inline regular functions into always-inline functions.
9048
9049 2010-01-06  Nick Clifton  <nickc@redhat.com>
9050
9051         * config/rx/rx.h (enum rx_cpu_type): Add RX200.
9052         (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
9053         used together.
9054         (OVERRIDE_OPTIONS): Delete.
9055         (OPTIMIZATION_OPTIONS): Define.
9056         (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
9057         * config/rx/rx.c (rx_handle_option): Issue an error message if
9058         -mcpu=rx200 and -fpu are used together.
9059         (rx_set_optimization_options): New function.  Issue an error
9060         message if an optimization attribute attempts to reset the FPU/
9061         math optimization pairing.
9062         * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
9063         * config/rx/rx.opt: Set the default to 32-bit doubles.
9064         * config/rx/t-rx: Add multilibs for -nofpu option.
9065         * doc/invoke.texi: Update documentation of RX options.
9066
9067 2010-01-06  Richard Guenther  <rguenther@suse.de>
9068
9069         * tree-ssa-pre.c (name_to_id): New global.
9070         (alloc_expression_id): Simplify SSA name handling.
9071         (lookup_expression_id): Likewise.
9072         (init_pre): Zero name_to_id.
9073         (fini_pre): Free it.
9074
9075 2010-01-06  Uros Bizjak  <ubizjak@gmail.com>
9076
9077         * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
9078
9079 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
9080
9081         PR target/42542
9082         * config/i386/sse.md (smaxv2di3): New.
9083         (umaxv2di3): Likewise.
9084         (sminv2di3): Likewise.
9085         (uminv2di3): Likewise.
9086
9087 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
9088
9089         PR target/42564
9090         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
9091         * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
9092         (legitimize_tls_address): Likewise.
9093         (sparc_tls_referenced_p): Likewise.
9094         * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
9095         and adjust calls to legitimize_pic_address.
9096         (legitimate_constant_p) Use sparc_tls_referenced_p.
9097         (legitimate_pic_operand_p): Likewise.
9098         (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
9099         (sparc_tls_symbol_ref_1): Delete.
9100         (sparc_tls_referenced_p): Make static, recognize specific patterns.
9101         (legitimize_tls_address): Make static, handle CONST patterns.
9102         (legitimize_pic_address): Make static, remove unused parameter and
9103         adjust recursive calls.
9104         (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
9105         and adjust call to legitimize_pic_address.
9106         (sparc_output_mi_thunk): Likewise.
9107
9108 2010-01-05  Paolo Bonzini  <bonzini@gnu.rg>
9109             H.J. Lu  <hongjiu.lu@intel.com>
9110
9111         PR target/42542
9112         * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
9113         for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
9114         operands to make them signed.
9115
9116         Revert:
9117         2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
9118
9119         PR target/42542
9120         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
9121         GTU to GT for V4SI and V2DI.
9122
9123         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
9124         (umin<mode>3): Removed.
9125         (uminv8hi3): New.
9126         (uminv4si3): Likewise.
9127
9128 2010-01-05  Martin Jambor  <mjambor@suse.cz>
9129
9130         PR tree-optimization/42462
9131         * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
9132         current_function_decl to helper functions and macros.
9133
9134 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9135
9136         PR bootstrap/41771
9137         * flags.h: Don't include real.h.
9138         (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
9139         HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
9140         * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
9141         HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
9142         * dominance.c: Update copyright.
9143         * gimple.c (walk_gimple_op): Remove inline.
9144         * tree-ssa-reassoc.c: Include real.h.
9145         * Makefile.in (FLAGS_H): Remove $(REAL_H).
9146         (tree-ssa-reassoc.o): Depend on $(REAL_H).
9147
9148 2010-01-05  Nick Clifton  <nickc@redhat.com>
9149
9150         * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
9151         register to push into the stack frame when the accumulator has to
9152         be saved during interrupts.
9153
9154 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
9155
9156         * doc/invoke.texi: Remove the documentation about option
9157         -Wunreachable-code.
9158         * common.opt (Wunreachable-code):  Preserved for backward
9159         compatibility.
9160         * tree-cfg.c: Remove the implementation of -Wunreachable-code.
9161         * opts.c (common_handle_option): Add OPT_Wunreachable_code to
9162         the backward compatibility flag section.
9163
9164 2010-01-05  Richard Guenther  <rguenther@suse.de>
9165
9166         * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
9167
9168 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
9169
9170         PR other/42611
9171         * cfgexpand.c (expand_one_var): Diagnose too large variables.
9172
9173         PR tree-optimization/42508
9174         * tree-sra.c (convert_callers): Check for recursive call
9175         by comparing cgraph nodes instead of decls.
9176         (modify_function): Call ipa_modify_formal_parameters also
9177         on all same_body aliases.
9178
9179         * cgraphunit.c (cgraph_materialize_all_clones): Compare
9180         cgraph nodes when checking for same_body aliases.
9181
9182 2010-01-05  Richard Guenther  <rguenther@suse.de>
9183
9184         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
9185         allocation and lookup.
9186         (get_or_alloc_expr_for_constant): Likewise.
9187         (phi_translate): Sink allocation.
9188
9189 2010-01-04  Richard Guenther  <rguenther@suse.de>
9190
9191         * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
9192         a new entry only if needed.
9193         * tree-ssa-dom.c (lookup_avail_expr): Likewise.
9194         * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
9195         hashtable lookup.
9196         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
9197         the result array.
9198         (phi_translate): Handle CONSTANTs early.
9199
9200 2010-01-04  Martin Jambor  <mjambor@suse.cz>
9201
9202         PR tree-optimization/42398
9203         * tree-sra.c (struct access): Removed flag grp_different_types.
9204         (dump_access): Do not dump the removed flag.
9205         (sort_and_splice_var_accesses): Do not set the removed flag.
9206         (sra_modify_expr): Check for type compatibility directly.
9207
9208 2010-01-04  Martin Jambor  <mjambor@suse.cz>
9209
9210         PR tree-optimization/42366
9211         * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
9212         edges with variable number of parameters.
9213         * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
9214         flag instead of asserting it.
9215         (ipa_read_node_info): Read uses_analysis_done flag.
9216
9217 2010-01-04  Richard Guenther  <rguenther@suse.de>
9218
9219         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
9220         iterative_hash_* as intended.
9221         (vn_reference_compute_hash): Likewise.  Simplify hashing
9222         SSA names.
9223         (vn_reference_lookup_2): Likewise.
9224         (vn_nary_op_compute_hash): Likewise.
9225         (vn_phi_compute_hash): Likewise.
9226         (expressions_equal_p): Remove strange code.
9227         * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
9228         (pre_expr_hash): Likewise.  Simplify hashing SSA names.
9229         (bitmap_insert_into_set_1): Take value-id as parameter.
9230         (add_to_value): Pass it.
9231         (bitmap_insert_into_set): Likewise.
9232         (bitmap_value_insert_into_set): Likewise.  Remove redundant check.
9233
9234 2010-01-04  Jakub Jelinek  <jakub@redhat.com>
9235
9236         PR driver/42442
9237         * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
9238         (do_self_spec): For switches with SWITCH_IGNORE set set also
9239         SWITCH_IGNORE_PERMANENTLY.
9240         (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
9241         of SWITCH_IGNORE.
9242
9243 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
9244
9245         * lto-streamer-out.c (output_unreferenced_globals): Output the full
9246         tree of an unreferenced global var.
9247
9248 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
9249
9250         PR target/42542
9251         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
9252         GTU to GT for V4SI and V2DI.
9253
9254         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
9255         (umin<mode>3): Removed.
9256         (uminv8hi3): New.
9257         (uminv4si3): Likewise.
9258
9259 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
9260
9261         PR lto/42581
9262         * collect2.c (main): Turn on trace in collect2 if -v is passed
9263         to gcc with LTO.
9264
9265 2010-01-03  Jerry Quinn  <jlquinn@optonline.net>
9266
9267         * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
9268         description of expression operand.
9269
9270 2010-01-03  Andrew Jenner  <andrew@codesourcery.com>
9271
9272         * configure.ac: Add install-html to target_list for Make-hooks.
9273         * configure: Regenerate.
9274         * fortran/Make-lang.in (F95_HTMLFILES): New.
9275         (fortran.html): Use it.
9276         (fortran.install-html): New.
9277         * Makefile.in (install-html): Add lang.install-html.
9278         * java/Make-lang.in (JAVA_HTMLFILES): New.
9279         (java.html): Use it.
9280         (java.install-html): New.
9281         * objc/Make-lang.in (objc.install-html): New.
9282         * objcp/Make-lang.in (obj-c++.install-html): New.
9283         * cp/Make-lang.in (c++.install-html): New.
9284         * ada/gcc-interface/Make-lang.in (ada.install-html): New.
9285         * lto/Make-lang.in (lto.install-html): New.
9286
9287 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
9288
9289         PR lto/42520
9290         * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
9291
9292 2009-01-03  Steven Bosscher  <steven@gcc.gnu.org>
9293
9294         PR rtl-optimization/41862
9295         * store-motion.c (store_killed_in_insn, compute_store_table,
9296         remove_reachable_equiv_notes, replace_store_insn,
9297         build_store_vectors): Ignore all DEBUG_INSNs.
9298
9299 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
9300
9301         PR lto/41564
9302         * common.opt: Add dumpdir.
9303
9304         * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
9305         isn't specified.
9306         (option_map): Add --dumpdir.
9307
9308         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
9309
9310         * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
9311
9312         * opts.c (decode_options): Try dump_dir_name first if
9313         dump_base_name isn't an absolute path.
9314         (common_handle_option): Handle OPT_dumpdir.
9315
9316         * toplev.c (dump_dir_name): New.
9317         (print_switch_values): Also ignore -dumpdir.
9318
9319         * toplev.h (dump_dir_name): New.
9320
9321 2010-01-03  Richard Guenther  <rguenther@suse.de>
9322
9323         PR tree-optimization/42589
9324         * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
9325         double-word expansion of bswap32.
9326
9327 2010-01-03  Steven Bosscher  <steven@gcc.gnu.org>
9328
9329         * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
9330         with BLOCK_FOR_INSN.
9331         * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
9332         * ifcvt.c (noce_get_alt_condition, noce_try_abs,
9333         noce_process_if_block): Likewise.
9334         * gcse.c (compute_local_properties, insert_expr_in_table,
9335         insert_set_in_table, canon_list_insert, find_avail_set,
9336         pre_insert_copy_insn): Likewise.
9337
9338         * basic-block.h (BLOCK_NUM): Move from here...
9339         * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
9340
9341 2010-01-03  Richard Guenther  <rguenther@suse.de>
9342
9343         PR tree-optimization/42438
9344         * tree-ssa-pre.c (struct bb_bitmap_sets): Add
9345         contains_may_not_return_call flag.
9346         (BB_MAY_NOTRETURN): New.
9347         (valid_in_sets): Trapping nary operations are not valid
9348         in blocks that may not return.
9349         (insert_into_preds_of_block): Remove check for trapping expressions.
9350         (compute_avail): Compute also BB_MAY_NOTRETURN.
9351
9352 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
9353
9354         * doc/invoke.texi: Add 2010 to copyright years.
9355
9356 2010-01-03  Eric Botcazou  <ebotcazou@adacore.com>
9357
9358         * config/sparc/sparc.c: Fix formatting nits.
9359
9360 2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
9361             Alexander Monakov  <amonakov@ispras.ru>
9362
9363         * doc/invoke.texi (Optimize Options): Reword introduction a bit.
9364
9365 2010-01-02  Richard Guenther  <rguenther@suse.de>
9366
9367         PR middle-end/42577
9368         * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
9369         (simplify_switch_using_ranges): Mark to be removed edges
9370         as non-executable.
9371
9372 2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9373
9374         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
9375
9376         * collect2.c (scan_libraries): Add missing argument in call to
9377         scan_prog_file.
9378
9379 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
9380
9381         PR target/42448
9382         * config/alpha/predicates.md (aligned_memory_operand): Return false
9383         for CQImode.
9384         (unaligned_memory_operand): Return true for CQImode.
9385         * config/alpha/alpha.c (get_aligned_mem): Assert that location
9386         doesn not cross aligned SImode word boundary.
9387
9388 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
9389
9390         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
9391         Remove.
9392         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
9393         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
9394
9395 2010-01-02  Richard Guenther  <rguenther@suse.de>
9396
9397         PR lto/41597
9398         * toplev.c (compile_file): Emit LTO marker properly.  Change
9399         it to __gnu_lto_v1.
9400         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
9401
9402 2010-01-01  Richard Guenther  <rguenther@suse.de>
9403
9404         PR debug/42455
9405         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
9406
9407 2010-01-01  Richard Guenther  <rguenther@suse.de>
9408
9409         PR c/42570
9410         * c-decl.c (grokdeclarator): For zero-size arrays force
9411         structural equality checks as layout_type does.
9412
9413 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
9414
9415         * builtins.c: Update copyright to 2010.
9416
9417 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
9418
9419         PR lto/42531
9420         * lto-streamer-out.c (produce_asm): Revert the last change.
9421         (copy_function): Likewise.
9422
9423         * lto-streamer.c (lto_get_section_name): Skip any leading
9424         asterisk in name.
9425
9426 2010-01-01  Richard Guenther  <rguenther@suse.de>
9427
9428         PR middle-end/42559
9429         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
9430         for LABEL_DECLs.
9431
9432 \f
9433 Copyright (C) 2010 Free Software Foundation, Inc.
9434
9435 Copying and distribution of this file, with or without modification,
9436 are permitted in any medium without royalty provided the copyright
9437 notice and this notice are preserved.