OSDN Git Service

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