OSDN Git Service

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