OSDN Git Service

PR debug/45110
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
2
3         PR debug/45110
4         * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
5         (gen_formal_types_die): Add DW_AT_object_pointer in methods.
6         (gen_subprogram_die): Likewise.  Remove it when removing declaration's
7         formal parameters.
8         (gen_decl_die): Change return type to dw_die_ref, return what
9         gen_formal_parameter_die returned.
10
11 2010-07-29  Martin Jambor  <mjambor@suse.cz>
12
13         * dbgcnt.def (eipa_sra): New counter.
14         * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
15
16 2010-07-29  Xinliang David Li  <davidxl@google.com>
17
18         PR bootstrap/45119
19         * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
20         in revision 162652.
21
22 2010-07-29  Richard Guenther  <rguenther@suse.de>
23
24         * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
25         (TV_TREE_STORE_CCP): Likewise.
26         (TV_TREE_REDPHI): Likewise.
27
28 2010-07-29  Richard Guenther  <rguenther@suse.de>
29
30         * double-int.h (double_int_and_not): New function.
31         * combine.c (try_combine): Use it.
32         * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
33
34 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
35
36         PR rtl-optimization/42575
37         * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
38         Argument AU removed.  All callers changed.  Ignore artificial refs.
39         Use return value of df_word_lr_simulate_defs to decide whether an insn
40         is necessary.
41         (fast_dce): Rename arg to WORD_LEVEL.
42         (run_word_dce): Renamed from rest_of_handle_fast_byte_dce.  No longer
43         static.
44         (pass_fast_rtl_byte_dce): Delete.
45         * dce.h (run_word_dce): Declare.
46         * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
47         All callers changed.  Simplify code to only deal with two-word regs.
48         * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
49         (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
50         (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
51         (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
52         (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
53         (df_word_lr_mark_ref): Declare.
54         (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
55         df_word_lr_simulate_uses): Declare or rename from byte variants.
56         (df_byte_lr_simulate_artificial_refs_at_top,
57         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
58         df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
59         declarations.
60         (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
61         (enum df_mm): Delete.
62         * df-byte-scan.c: Delete file.
63         * df-problems.c (df_word_lr_problem_data): Renamed from
64         df_byte_lr_problem_data, all members deleted except for
65         WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS.  Uses changed.
66         (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
67         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
68         df_byte_lr_get_regno_len, df_byte_lr_check_regs,
69         df_byte_lr_confluence_0): Delete functions.
70         (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
71         callers changed.
72         (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
73         Don't initialize members that were deleted, don't try to discover data
74         about registers.  Ignore hard regs.
75         (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
76         (df_word_lr_mark_ref): New function.
77         (df_word_lr_bb_local_compute): Renamed from
78         df_byte_bb_lr_local_compute; all callers changed.  Use
79         df_word_lr_mark_ref.  Assert that artificial refs don't include
80         pseudos.  Ignore hard registers.
81         (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
82         Assert that exit block uses don't contain pseudos.
83         (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
84         (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
85         callers changed.  Ignore hard regs.
86         (df_word_lr_transfer_function): Renamed from
87         df_byte_lr_transfer_function; all callers changed.
88         (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
89         (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
90         changed.
91         (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
92         callers changed.
93         (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
94         confluence operator 0 set to NULL.
95         (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
96         callers changed.
97         (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
98         Return bool, true if bitmap changed or insn otherwise necessary.
99         All callers changed.  Simplify using df_word_lr_mark_ref.
100         (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
101         all callers changed.  Simplify using df_word_lr_mark_ref.
102         * lower-subreg.c: Include "dce.h"
103         (decompose_multiword_subregs): Call run_word_dce if df available.
104         * Makefile.in (lower-subreg.o): Adjust dependencies.
105         (df-byte-scan.o): Delete.
106         * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
107
108 2010-07-29  Richard Guenther  <rguenther@suse.de>
109
110         * tree.c (build_vector): Assert that the vector constant
111         has enough elements.
112         (build_vector_from_ctor): Pad with trailing zeros.
113
114 2010-07-29  Richard Guenther  <rguenther@suse.de>
115
116         PR tree-optimization/45120
117         * tree-ssa-structalias.c (get_constraint_for_component_ref):
118         Handle offset in DEREFs properly.
119         (get_constraint_for_1): Handle MEM_REF offset properly.
120
121 2010-07-29  Richard Guenther  <rguenther@suse.de>
122
123         PR middle-end/45034
124         * convert.c (convert_to_integer): Always use an unsigned
125         type for narrowed negate and bitwise not.
126
127 2010-07-29  Ira Rosen  <irar@il.ibm.com>
128
129         * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
130         to outer loop when creating reduction epilogue for double reduction, 
131         and switch back to the inner loop when updating the phi nodes.
132         Update uses of outer loop exit phi nodes in double reduction (instead
133         of uses of reduction).
134
135 2010-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
136
137         * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
138         popcount on power7 and parity on power6 systems.
139         (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
140         (rs6000_emit_parity): Add support for power6 prtyd/prtyw
141         instructions.
142
143         * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
144         (UNSPEC_PARITY): Ditto.
145         (SFDF): New iterator for SF/DF.
146         (rreg2): New mode attribute for floating register constraint.
147         (TARGET_FLOAT): New mode attribute for whether single/double float
148         is supported.
149         (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
150         pattern.
151         (parity<mode>2_cmpb): New insn for parity on power6 and newer
152         machines.
153         (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
154         pattern.  Add support for fcpsgn instruction added in power6.
155         (copysignsf3): Delete.
156         (copysigndf3): Delete.
157         (copysign<mode>3_fcpsgn): New insn to generate fcpsgn.  Use UNSPEC
158         instead of if_then_else in RTL to avoid problems with -0.
159
160         * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
161         of if_then_else to mirror scalar code.
162         (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
163         rs6000.md.
164
165         * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
166         instead of if_then_else.
167
168 2010-07-28  Xinliang David Li  <davidxl@google.com>
169
170         * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
171         (dump_cand): Dump var_before/after.
172         (htab_inv_expr_eq): New function.
173         (htab_inv_expr_hash): New function.
174         (tree_ssa_iv_optimize_init): Support pseudo invariants.
175         (add_candidate_1): consider base type precision.
176         (set_use_iv_cost): New parameter.
177         (adjust_setup_cost): Use profile information.
178         (get_address_cost): Do not hard code width in computing address
179         offset limits.
180         (compare_aff_trees): New function.
181         (get_loop_invariant_expr_id): New function.
182         (get_computation_cost_at): New parameter and use profile information.
183         (get_computation_cost): New parameter.
184         (determine_use_iv_cost_generic): Pass new parameter.
185         (determine_use_iv_cost_address): Ditto.
186         (determine_use_iv_cost_condition): Ditto.
187         (autoinc_possible_for_pair): Ditto.
188         (determine_use_iv_costs): More dumps.
189         (iv_ca_get_num_inv_exprs): New function.
190         (iv_ca_recount_cost): Consider loop invariants in register pressure
191         cost.
192         (iv_ca_add_use): New parameter.
193         (iv_ca_dump): Better dumping.
194         (iv_ca_extend): New parameter.
195         (try_add_cand_for): Attempt to get better partial solution.
196         (try_improve_iv_set): Pass new parameter to iv_ca_extend.
197         (create_new-ivs): More dumps.
198         (rewrite_use_compare): Ditto.
199         (free_loop_data): More cleanup.
200         (treee_ssa_iv_optimize_finalize): Ditto.
201
202 2010-07-28  Kai Tietz  <kai.tietz@onevision.com>
203
204         * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
205         * config/i386/i386.c (ix86_profile_before_prologue): New.
206         (override_options): Add special handling for -mfentry.
207         (ix86_function_regparm): Likewise.
208         (ix86_function_sseregparm): Likewise.
209         (ix86_frame_pointer_required): Likewise.
210         (ix86_expand_prologue): Check for ms_hook_prologue.
211         (x86_function_profiler): Adjust mcount output.
212         (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
213         * config/i386/i386.opt (mfentry): New.
214         * doc/invoke.texi (mfentry): Add documentation.
215         * doc/tm.texi: Regenerated..
216         * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
217         * final.c (final_start_function): Replace macro
218         PROFILE_BEFORE_PROLOGUE by target hook.
219         * function.c (thread_prologue_and_epilogue_insns): Likewise.
220         * target.def (profile_before_prologue): New hook.
221         * targhooks.c (default_profile_before_prologue): New.
222         * targhooks.h (default_profile_before_prologue): New.
223
224 2010-07-28  Jakub Jelinek  <jakub@redhat.com>
225
226         PR debug/45105
227         * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
228
229         PR debug/45103
230         * dwarf2out.c (dwarf2out_var_location): Always consider
231         NOTE_DURING_CALL_P notes, even when not followed by real instructions.
232
233 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
234
235         PR rtl-optimization/45107
236         * gcse.c (hash_scan_set): Use max_distance for gcse-las.
237
238 2010-07-28  Richard Guenther  <rguenther@suse.de>
239
240         * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
241         (set_lattice_value): Do not query an old default value.
242         (get_value_for_expr): New function.  Properly canonicalize
243         float values.
244         (ccp_visit_phi_node): Use it.
245
246 2010-07-28  Chung-Lin Tang  <cltang@codesourcery.com>
247
248         * config/arm/arm.c (arm_pcs_default): Remove static.
249         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
250         __ARM_PCS_VFP to indicate soft/hard-float calling convention.
251         (arm_pcs_default): Declare.
252
253 2010-07-28  Iain Sandoe  <iains@gcc.gnu.org>
254
255         * config/rs6000/rs6000.c (rs6000_override_options): 
256         Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
257         ... to darwin_rs6000_override_options.
258         (rs6000_return_in_memory): Update preceding comment for darwin
259         64 bit ABI.  Use TARGET_MACHO inline.
260         (rs6000_darwin64_struct_check_p): New.
261         (function_arg_advance): Use rs6000_darwin64_struct_check_p.
262         (function_arg): Likewise.
263         (rs6000_arg_partial_bytes): Likewise.
264         (rs6000_function_value): Likewise.
265
266 2010-07-28  Andi Kleen <ak@linux.intel.com>
267
268         * lto-opts.c (lto_file_read_options): Add loop over all inputs.
269
270 2010-07-28  Richard Guenther  <rguenther@suse.de>
271
272         PR middle-end/44903
273         * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
274         targets try harder to not generate unaligned accesses.
275
276 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
277
278         PR rtl-optimization/45101
279         * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
280         for gcse-las.
281
282 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
283
284         PR tree-optimization/44885
285         * tree-sra.c (find_param_candidates): Skip pointer types to arrays
286         with non-aliased component.
287
288 2010-07-28  Joseph Myers  <joseph@codesourcery.com>
289
290         * config/darwin-driver.c (SWITCH_TAKES_ARG,
291         WORD_SWITCH_TAKES_ARG): Remove.
292         * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
293         * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
294         DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
295         (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
296         definitions from gcc.c.
297         * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
298         defaults.h.
299         * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
300         Move to defaults.h.
301         * opts-common.c: Include tm.h.
302         (decode_cmdline_option): Use SWITCH_TAKES_ARG and
303         WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
304         Handle more than one argument.  Set canonical_option_num_elements.
305         (decode_cmdline_options_to_array): Set
306         canonical_option_num_elements and trailing elements of
307         canonical_option.
308         * opts.h (struct cl_decoded_option): Allow four elements in
309         canonical_option.  Add field canonical_option_num_elements.
310         * Makefile.in (opts-common.o): Update dependencies.
311
312 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
313
314         PR middle-end/44790
315         PR middle-end/44993
316         * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change.  Make
317         sure the base has address_mode before adding the offset.
318
319 2010-07-27  Xinliang David Li <davidxl@google.com>
320
321         * tree-flow.h (create_mem_ref): Add one new parameter.
322         * tree-ssa-address.c (create_mem_ref): New parameter.
323         (addr_to_parts): Ditto.
324         (move_variant_to_index): New function.
325         * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
326
327 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
328
329         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
330         4 and 5.
331         * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
332         NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
333         NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
334         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
335         CODE_LABELs and NOTEs.
336         * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
337         * combine.c (try_combine): Likewise.
338         * ira.c (setup_prohibited_mode_move_regs): Likewise.
339         * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
340
341 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
342
343         * coretypes.h (struct cl_option_handlers): Declare.
344         * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
345         * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
346         * langhooks-def.h (lhd_handle_option): Declare.
347         (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
348         * langhooks.c (lhd_handle_option): New.
349         * langhooks.h (struct lang_hooks): Update prototype and return
350         value type of handle_option hook.
351         * optc-gen.awk: Generate target_flags_explicit definition for the
352         driver.
353         * opts-common.c: Include diagnostic.h.
354         (handle_option): Move from opts.c.  Update prototype and return
355         value type.  Use handlers structure.
356         (read_cmdline_option): Move from opts.c.  Update prototype.  Use
357         handlers structure.
358         (set_option): Move from opts.c.
359         * opts.c (common_handle_option): Update prototype and return value
360         type.  Update calls to handle_option and enable_warning_as_error.
361         (unknown_option_callback, post_handling_callback,
362         lang_handle_option, target_handle_option): New.
363         (handle_option, read_cmdline_option): Move to opts-common.c.
364         (read_cmdline_options): Update prototype.  Update call to
365         read_cmdline_option.
366         (decode_options): Initialize and use handlers structure.
367         (set_option): Move to opts-common.c.
368         (enable_warning_as_error): Update prototype.  Update call to
369         handle_option.
370         * opts.h (struct cl_option_handler_func, struct
371         cl_option_handlers): New.
372         (handle_option, enable_warning_as_error): Update prototypes.
373         (read_cmdline_option): Declare.
374         * Makefile.in (opts-common.o): Update dependencies.
375
376 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
377
378         * config/arm/arm.c (params.h): Include.
379         (arm_override_options): Tune gcse-unrestricted-cost.
380         * config/arm/t-arm (arm.o): Define dependencies.
381
382 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
383
384         PR target/42495
385         PR middle-end/42574
386         * basic-block.h (get_dominated_to_depth): Declare.
387         * dominance.c (get_dominated_to_depth): New function, use
388         get_all_dominated_blocks as a base.
389         (get_all_dominated_blocks): Use get_dominated_to_depth.
390
391         * gcse.c (occr_t, VEC (occr_t, heap)): Define.
392         (hoist_exprs): Remove.
393         (alloc_code_hoist_mem, free_code_hoist_mem): Update.
394         (compute_code_hoist_vbeinout): Add debug print outs.
395         (hoist_code): Partially rewrite, simplify.  Use get_dominated_to_depth.
396
397         * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
398         quadratic behavior.
399         * params.h (MAX_HOIST_DEPTH): New macro.
400         * doc/invoke.texi (max-hoist-depth): Document.
401
402 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
403
404         PR rtl-optimization/40956
405         * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
406         constants.
407
408 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
409
410         PR target/42495
411         PR middle-end/42574
412         * config/arm/arm.c (legitimize_pic_address): Use
413         gen_calculate_pic_address pattern to emit calculation of PIC address.
414         (will_be_in_index_register): New function.
415         (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
416         (thumb1_legitimate_address_p): Use it provided !strict_p.
417         * config/arm/arm.md (calculate_pic_address): New expand and split.
418
419 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
420
421         PR target/42495
422         PR middle-end/42574
423         * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
424         * config/arm/arm.md (define_split "J", define_split "K"): Make
425         IRA/reload friendly.
426
427 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
428
429         * gcse.c (insert_insn_end_basic_block): Update signature, remove
430         unused checks.
431         (pre_edge_insert, hoist_code): Update.
432
433 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
434
435         PR target/42495
436         PR middle-end/42574
437         * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
438
439 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
440
441         * gcse.c (hoist_code): Generate new pseudo for every new set insn.
442
443 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
444
445         PR rtl-optimization/40956
446         PR target/42495
447         PR middle-end/42574
448         * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
449         for hoisting.
450         (hoist_code): Count occurences in current block too.
451
452 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
453
454         * gcse.c (struct expr:max_distance): New field.
455         (doing_code_hoisting_p): New static variable.
456         (want_to_gcse_p): Change signature.  Allow constrained hoisting of
457         simple expressions, don't change behavior for PRE.  Set max_distance.
458         (insert_expr_in_table): Set new max_distance field.
459         (hash_scan_set): Update.
460         (hoist_expr_reaches_here_p): Stop search after max_distance
461         instructions.
462         (find_occr_in_bb): New static function.  Use it in ...
463         (hoist_code): Calculate sizes of basic block before any changes are
464         done.  Pass max_distance to hoist_expr_reaches_here_p.
465         (one_code_hoisting_pass): Set doing_code_hoisting_p.
466
467         * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
468         (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
469         * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
470         macros.
471         * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
472         Document.
473
474 2010-07-27  Jeff Law  <law@redhat.com>
475             Maxim Kuvyrkov  <maxim@codesourcery.com>
476
477         * gcse.c (compute_transpout, transpout): Remove, move logic
478         to prune_expressions.
479         (compute_pre_data): Move pruning of trapping expressions ...
480         (prune_expressions): ... here.  New static function.
481         (compute_code_hoist_data): Use it.
482         (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
483
484 2010-07-27  Xinliang David Li  <davidxl@google.com>
485
486         * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
487         (rewrite_use_address): Adjust iv update position when needed.
488
489 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
490
491         * dbgcnt.def (hoist_insn): New debug counter.
492         * gcse.c (hoist_code): Use it.
493
494 2010-07-27  Xinliang David Li  <davidxl@google.com>
495
496         * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
497         (niter_for_single_dom_exit): Passes additional parameter.
498         (iv_period): Fix comments.
499         (may_eliminate_iv): Handles multiple exit loops properly.
500         (free_tree_niter_desc): New function.
501         (free_loop_data): Frees up loop iteration descriptors.
502
503 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
504
505         PR target/44542
506         * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
507         of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
508         instead of MAX_SUPPORTED_STACK_ALIGNMENT.
509         (expand_one_var): Don't consider DECL_ALIGN for variables for
510         which expand_one_stack_var_at has been already called.
511
512         PR testsuite/44701
513         * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
514         constraints on IA-64.
515
516 2010-07-27  Jie Zhang  <jie@codesourcery.com>
517
518         PR target/44290
519         Revert
520         2010-07-23  Jie Zhang  <jie@codesourcery.com>
521         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
522         false if ! tree_versionable_function_p.
523
524 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
525
526         * dwarf2out.c (add_data_member_location_attribute): Use
527         add_AT_unsigned instead of add_AT_int if offset is non-negative.
528
529 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
530
531         * postreload.c (try_replace_in_use): New static function.
532         (reload_combine_recognize_const_pattern): Use it here.  Allow
533         substituting into a final add insn, and substituting into a memory
534         reference in an insn that sets the reg.
535
536 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
537
538         * common.opt (o): Add MissingArgError.
539         * doc/options.texi (MissingArgError): Document.
540         * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
541         * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
542         * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
543         (LANG_HOOKS_INITIALIZER): Remove missing_argument hook
544         initializer.
545         * langhooks.h (struct lang_hooks): Remove missing_argument.
546         * optc-gen.awk: Handle MissingArgError and output new structure
547         field initializers.
548         * opts.c (read_cmdline_option): Use missing_argument_error field
549         instead of missing_argument langhook.
550         * opts.h (struct cl_option): Add missing_argument_error field.
551         * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
552
553 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
554
555         PR target/29090
556         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
557         Darwin64 ABI, for zero-sized objects.
558
559 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
560
561         PR target/35491
562         PR target/29090
563
564         Merge from Apple local 4.2.1.
565         2005-05-11  Stan Shebs  <shebs@apple.com>
566         Fix 64-bit varargs for Darwin (Radar 4028089).
567         * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
568         * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
569         Add argument, add case for 8-byte register half-filled with a float.
570         (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
571         single-precision floats specially.
572
573 2010-07-27  Ira Rosen  <irar@il.ibm.com>
574
575         PR tree-optimization/44152
576         * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
577         complex numbers for further check.
578         (vect_supported_load_permutation_p): Check nodes with 
579         complex numbers.
580
581 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
582
583         * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
584         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
585         (LANG_HOOKS_INIT_OPTIONS): Update default definition.
586         (LANG_HOOKS_INITIALIZER): Add new hooks.
587         * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
588         * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
589         and complain_wrong_lang_p.  Update init_options prototype.
590         * c-objc-common.c (c_initialize_diagnostics): First call
591         c_common_initialize_diagnostics.
592         * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
593         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
594         * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
595         * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
596         (hook_uint_void_0): New.
597         * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
598         (hook_uint_void_0): New.
599         * opts-common.c (decode_cmdline_option,
600         decode_cmdline_options_to_array): Also fill in canonical_option field.
601         * opts.c (complain_wrong_lang): Use langhook to determine whether
602         to complain instead of special-casing LTO.
603         (decode_options): Separate lang_mask determination with
604         option_lang_mask hook from call of init_options hook.
605         * opts.h (struct cl_decoded_option): Add canonical_option.
606
607 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
608
609         PR tree-optimization/45083
610         * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
611
612 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
613
614         * postreload.c (reload_combine_recognize_const_pattern): Move test
615         for limiting the insn movement to the right scope.
616
617         PR rtl-optimization/45051
618         * reload1.c (delete_output_reload): Use refers_to_regno_p rather
619         than reg_mentioned_p.
620
621 2010-07-26  Richard Henderson  <rth@redhat.com>
622
623         PR target/44132
624         * tree-emutls.c: New file.
625         * Makefile.in (OBJS-common): Add it.
626         * tree-pass.h (pass_ipa_lower_emutls): Declare.
627         * passes.c (init_optimization_passes): Add it.
628
629         * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
630         pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
631         * expr.c (emutls_var_address): Delete.
632         (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
633         * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
634         (emutls_finish): Delete.
635         * toplev.c (compile_file): Don't call it.
636         * tree.h (emutls_decl): Delete.
637         * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
638         (emutls_finish, emutls_finalize_control_var): Delete.
639         (emutls_object_type): Move to tree-emutls.c.
640         (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
641         default_emutls_var_fields, get_emutls_object_type,
642         get_emutls_init_templ_addr, emutls_decl, emutls_common_1
643         default_emutls_var_init): Likewise.
644         (get_variable_section): Don't special case emutls.
645         (assemble_variable, do_assemble_alias, categorize_decl_for_section,
646         default_elf_select_section, default_unique_section,
647         default_encode_section_info): Likewise.
648         * varpool.c (decide_is_variable_needed): Likewise.
649         * gimple-iterator.c (update_call_edge_frequencies): New
650         (gsi_insert_on_edge_immediate): Use it.
651         (gsi_insert_seq_on_edge_immediate): Likewise.
652         (gsi_commit_one_edge_insert): Likewise.
653
654         * config/i386/i386.c (x86_64_elf_select_section): Don't handle
655         SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
656         (x86_64_elf_unique_section): Likewise.
657
658 2010-07-26  Jan Hubicka  <jh@suse.cz>
659
660         * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
661         GTY((skip)).
662
663 2010-07-26  Anatoly Sokolov  <aesok@post.ru>
664
665         * target.def (output_source_filename): New hook.
666         * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
667         * doc/tm.texi: Regenerate.
668         * toplev.c (output_file_directive) Remove function.
669         * toplev.h (output_file_directive) Remove.
670         * output.h (default_asm_output_source_filename,
671         output_file_directive): Declare.
672         * varasm.h (default_asm_output_source_filename,
673         output_file_directive): New functions.
674
675         * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
676         * config/mips/mips-protos.h (mips_output_filename): Remove.
677         * config/mips/mips.c (mips_output_filename): Make Static.
678         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
679
680 2010-07-26  Richard Guenther  <rguenther@suse.de>
681
682         PR tree-optimization/43784
683         * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
684         if the destination is used by the call.
685
686 2010-07-26  Richard Guenther  <rguenther@suse.de>
687
688         PR middle-end/45073
689         * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
690         SSA updating on being in SSA form.
691
692 2010-07-26  Richard Guenther  <rguenther@suse.de>
693
694         PR middle-end/45056
695         * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
696
697 2010-07-26  Richard Guenther  <rguenther@suse.de>
698
699         PR tree-optimization/45071
700         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
701         adjust op->opcode.
702
703 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
704
705         * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
706         save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
707         save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
708         save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
709         save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
710         save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
711         save_r31, return_r31, save_interrupt, return_interrupt,
712         save_all_interrupt, return_all_interrupt, L_save_r2_r31,
713         L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
714         L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
715         new ABI requirements.
716         (save_r6_r9, L_callt_save_r6_r9): Remove.
717         * config/v850/predicates.md (even_reg_operand, disp23_operand,
718         const_float_1_operand const_float_0_operand): New Predicates.
719         (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
720         pattern_is_ok_for_epilogue): Update as per the ABI requirements.
721         * config/v850/t-v850: Update multilibs for new target variants.
722         (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
723         * config/v850/t-v850e: Likewise.
724         * config/v850/v850.c (v850_issue_rate): New.
725         (v850_strict_argument_naming): New.
726         (function_arg): Modify to generate a different ABI.
727         (print_operand): Update case 'z' to support float modes.
728         (output_move_single): Modify to generate appropriate and better
729         assembly.
730         (v850_float_z_comparison_operator, v850_select_cc_mode,
731         v850_float_nz_comparison_operator,  v850_gen_float_compare,
732         v850_gen_compare): New functions to support comparison of float values.
733         (ep_memory_offset): Add support for V850E2 targets.
734         (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
735         (INTERRUPT_REGPARM_NUM): Remove.
736         (compute_register_save_size): Add extra case to save/restore long call.
737         (use_prolog_function): New function to support prologue.
738         (expand_prologue): Add support for V850E2 targets and modified
739         as per the current ABI requirements.
740         (expand_epilogue): Likewise.
741         (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
742         (construct_save_jarl): Likewise.
743         (construct_dispose_instruction): Update as per the current ABI
744         requirements.
745         (construct_prepare_instruction): Likewise.
746         * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
747         (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
748         (CPP_SPEC): Updated to support v850e2 targets.
749         (STRICT_ALIGNMENT): Modified.
750         (FIRST_PSEUDO_REGISTER): Updated to add even registers.
751         (FIXED_REGISTERS): Likewise.
752         (CALL_USED_REGISTERS): Likewise.
753         (CONDITIONAL_REGISTER_USAGE): Updated.
754         (HARD_REGNO_MODE_OK): Updated.
755         (reg_class): Updated to add even registers.
756         (REG_CLASS_NAMES): Likewise.
757         (REG_CLASS_CONTENTS): Likewise.
758         (REGNO_REG_CLASS): Updated for CC registers.
759         (REG_CLASS_FROM_LETTER): Added support for even registers.
760         (REGNO_OK_FOR_BASE_P): Updated for CC registers.
761         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
762         ARG_POINTER_REGNUM): Updated.
763         (FUNCTION_ARG_ADVANCE): Define.
764         (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
765         (OUTGOING_REG_PARM_STACK_SPACE): Remove.
766         (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
767         (GO_IF_LEGITIMATE_ADDRESS): Updated.
768         (SELECT_CC_MODE): Define.
769         (REGISTER_NAMES): Updated to add psw and fcc registers.
770         (ADDITIONAL_REGISTER_NAMES): Updated.
771         (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
772         (JUMP_TABLES_IN_TEXT_SECTION): Updated.
773         * config/v850/v850.md (define_constants): Define new constants.
774         (type): Update store,bit1,macc,div,fpu and single attributes.
775         (cpu): New attribute.
776         (cc): Add set_z attribute.
777         (unsign23byte_load, sign23byte_load, unsign23hword_load,
778         sign23hword_load, 23word_load, 23byte_store, 23hword_store,
779         23word_store): New instructions for 23-bit displacement load and store.
780         (movqi_internal, movhi_internal): Update the attributes.
781         (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
782         (movsi_internal_v850e, movsi_internal, movsf_internal): Update
783         the attributes.
784         (v850_tst1): Modified using CC_REGNUM.
785         (tstsi): Remove.
786         (cmpsi): Modified as define_expand from define_insn.
787         (cmpsi_insn, cmpsf, cmpdf): New instructions.
788         (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
789         udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
790         v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
791         one_cmplsi2): Clobber the CC_REGNUM register.
792         (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
793         v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
794         v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
795         (setf_insn, set_z_insn, set_nz_insn): New instructions for
796         v850e2v3 target.
797         (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
798         (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
799         targets.
800         (sasf_1, sasf_2): Remove.
801         (sasf): New instruction.
802         (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
803         targets. CC_REGNUM register is clobbered and attributes are
804         updated.
805         (branch_z_normal, branch_z_invert, branch_nz_normal,
806         branch_nz_invert): New branch related instructions.
807         (jump): Updated the attributes.
808         (switch): Update to support new targets. CC_REGNUM register is
809         clobbered and attributes are updated.
810         (call_internal_short, call_internal_long, call_value_internal_short,
811         call_value_internal_long): Updated the attributes.
812         (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
813         clobbered and attributes are updated.
814         (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
815         Update to support new targets. CC_REGNUM register is clobbered.
816         (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
817         instructions.
818         (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
819         are updated.
820         (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
821         divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
822         negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
823         floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
824         rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
825         cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
826         cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
827         cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
828         movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
829         movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
830         point instructions defined for V850e2v3 target.
831         (callt_save_interrupt, callt_return_interrupt, return_interrupt):
832         Add support for V850E2 targets and CC_REGNUM register is clobbered.
833         (callt_save_all_interrupt, callt_restore_all_interrupt): Add
834         support for new targets.
835         * config/v850/v850-modes.def: New file.
836         * config/v850/v850.opt(mstrict-align): Remove.
837         (mno-strict-align, mjump-tables-in-data-section, mv850e2,
838         mv850e2v3): New command line options for V850.
839         * config.gcc: Update the newly added files.
840         * doc/invoke.texi: Update the newly added command line options for
841         V850 target.
842
843 2010-07-26  Richard Guenther  <rguenther@suse.de>
844
845         PR tree-optimization/45052
846         * ipa-pure-const.c (check_stmt): Check volatileness.
847
848 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
849
850         PR target/44707
851         * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
852         * config/sparc/sparc.c: Include reload.h.
853         (legitimize_tls_address): Rename into...
854         (sparc_legitimize_tls_address): ...this.
855         (legitimize_pic_address): Rename into...
856         (sparc_legitimize_pic_address): ...this.
857         (sparc_expand_move): Adjust to above renaming.
858         (sparc_tls_referenced_p): Likewise.
859         (sparc_legitimize_tls_address): Likewise.
860         (sparc_legitimize_pic_address): Likewise.
861         (sparc_legitimize_address): Likewise.
862         (sparc_output_mi_thunk): Likewise.
863         (sparc_legitimize_reload_address): New global function.  Recognize
864         (lo_sum (high ...) ...) patterns generated by earlier passes.
865         * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
866
867 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
868
869         PR target/44484
870         * config/sparc/predicates.md (memory_reg_operand): Delete.
871         * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
872         (*sync_compare_and_swap): Encode the address form in the pattern.
873         (*sync_compare_and_swapdi_v8plus): Likewise.
874
875 2010-07-24  Gerald Pfeifer  <gerald@pfeifer.com>
876
877         * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
878         Streamline paragraph on compatibility with the system compiler.
879
880 2010-07-24  Steven Bosscher  <steven@gcc.gnu.org>
881
882         PR middle-end/45035
883         * alias.c (true_dependence_1): Fix thinko in merge of old
884         true_dependence and canon_true_dependence.
885
886 2010-07-23  Jan Hubicka  <jh@suse.cz>
887
888         * lto-streamer-out.c (write_symbol): Fix visibilities of external
889         references.
890
891 2010-07-23  Le-Chun Wu  <lcwu@google.com>
892
893         * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
894         * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
895         and an unnecessary assignment.
896         * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
897         self-assign warning.
898         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
899         unnecessary self-init.
900
901 2010-07-23  Richard Guenther  <rguenther@suse.de>
902
903         PR lto/43071
904         * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
905         for -flto and -fwhopr.
906
907 2010-07-23  Kai Tietz  <kai.tietz@onevision.com>
908
909         PR target/41943
910         * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
911         (stmp-int-hdrs): Prefix/postfix headers by include_next.
912         * config.gcc (user_headers_inc_next_pre): New.
913         (user_headers_inc_next_post): Likewise.
914         (*-w64-mingw*): Use for float.h post-fixing, and for
915         stddef.h/stdarg.h pre-fixing by include_next.
916         * configure.ac (user_headers_inc_next_post): New.
917         (user_headers_inc_next_pre): New.
918         * configure: Regenerated.
919
920 2010-07-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
921
922         * configure.ac: Don't disable TLS on Solaris 8/9 by default
923         Set tga_func for Solaris 2/x86 resp. SPARC.
924         Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
925         (LIB_THREAD_LDFLAGS_SPEC): Define.
926         (LIB_TLS_SPEC): Define.  Check for required Sun ld version.
927         * configure: Regenerate.
928         * config.in: Regenerate.
929         * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
930         -pthread, -threads, LIB_TLS_SPEC with -pthread.
931         * doc/install.texi (Specific, *-*-solaris2*): Document use of
932         alternate thread libraries on Solaris 8.
933         Document TLS patch requirements.
934         * doc/sourcebuild.texi (Add Options): Sort alphabetically.
935         Document tls.
936
937         PR target/18788
938         * config/sol2.h (LIB_SPEC): Link with thread libraries even with
939         -shared.
940
941 2010-07-23  Jakub Jelinek  <jakub@redhat.com>
942
943         * tree.h (struct tree_base): Add nameless_flag bitfield.
944         (TYPE_NAMELESS, DECL_NAMELESS): Define.
945         * omp-low.c (create_omp_child_function, scan_omp_parallel,
946         scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
947         DECL_ARTIFICIAL where needed.
948         * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
949         (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
950         has DECL_NAMELESS set.
951
952 2010-07-23  Martin Jambor  <mjambor@suse.cz>
953
954         PR tree-optimization/44915
955         * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
956         * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
957         (analyze_function): Likewise.
958
959 2010-07-23  Martin Jambor  <mjambor@suse.cz>
960
961         PR tree-optimization/44914
962         * tree-sra.c (sra_modify_function_body): Return true if CFG was
963         changed, add purging dead eh edges.
964         (ipa_sra_modify_function_body): Return true if CFG was changed,
965         simplify purging dead eh edges.
966         (modify_function): Return true if CFG was changed.
967         (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
968         was changed.
969         (ipa_early_sra): Likewise.
970
971 2010-07-23  Jie Zhang  <jie@codesourcery.com>
972
973         PR target/44290
974         * attribs.c (decl_attributes): Insert "noinline" and "noclone"
975         if "naked".
976         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
977         false if ! tree_versionable_function_p.
978
979 2010-07-23  Nathan Froyd  <froydnj@codesourcery.com>
980
981         * builtins.def (BUILT_IN_ARGS_INFO): Remove.
982         * ipa-pure-const.c (special_builtlin_state): Remove
983         BUILT_IN_ARGS_INFO case.
984         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
985         * builtins.c (expand_builtin): Likewise.
986         (expand_builtin_args_info): Remove.
987         * doc/tm.texi (__builtin_args_info): Remove.
988         (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
989         * doc/tm.text.in: Likewise.
990
991 2010-07-23  Richard Guenther  <rguenther@suse.de>
992
993         * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
994         (lto_symtab_merge_decls_2): Likewise.
995         * tree-ssa.c (useless_type_conversion_p): Likewise.
996         * lto-streamer-in.c (input_gimple_stmt): Likewise.
997         * gimple.c (gtc_visited2, gtc_ob2): Remove.
998         (struct type_pair_d): Make same_p an array indexed by mode.
999         Update comment.
1000         (lookup_type_pair): Update initialization.
1001         (struct sccs): Adjust same_p type.
1002         (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
1003         Adjust.
1004         (print_gimple_types_stats): Likewise.
1005         * gimple.h (enum gtc_mode): New.
1006         (gimple_types_compatible_p): Adjust prototype.
1007
1008 2010-07-23  Daniel Jacobowitz  <dan@codesourcery.com>
1009
1010         * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
1011         again after processing insn.
1012
1013 2010-07-23  Jie Zhang  <jie@codesourcery.com>
1014
1015         * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
1016         proper words when !tree_versionable_function_p.
1017
1018 2010-07-23  Richard Guenther  <rguenther@suse.de>
1019
1020         PR tree-optimization/45037
1021         * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
1022
1023 2010-07-23  Jie Zhang  <jie@codesourcery.com>
1024
1025         * doc/extend.texi: Remove IP2K from the description of naked attribute.
1026         Add MCORE instead.
1027
1028 2010-07-10  Andi Kleen  <ak@linux.intel.com>
1029
1030         PR lto/44992
1031         * lto-opts.c (lto_write_options): Add NULL file_data argument to
1032         lto_get_section_name.
1033         * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
1034         * lto-streamer-out.c (produce_asm): Likewise.
1035         (copy_function): Likewise.
1036         (produce_symtab): Likewise.
1037         (produce_asm_for_decls): Likewise.
1038         * lto-streamer.c (lto_get_section_name): Add file_data argument.
1039         Rewrite to add random postfix to LTO sections.
1040         * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
1041         (lto_get_section_name): Add file_data argument to prototype.
1042
1043 2010-07-10  Andi Kleen  <ak@linux.intel.com>
1044
1045         * lto-section-in.c (lto_section_name): Synchronize names
1046         with lto_get_section_name.
1047
1048 2010-07-10  Andi Kleen  <ak@linux.intel.com>
1049
1050         * lto-opts.c (lto_read_file_options): Check for missing section.
1051
1052 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
1053
1054         * ira.c (check_allocation): Correctly handle the case where an allocno
1055         with two objects was allocated to a single reg.
1056
1057 2010-07-22  Richard Sandiford  <rdsandiford@googlemail.com>
1058
1059         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
1060         (is_widening_mult_p): Likewise.
1061         (convert_to_widen): Use them.
1062         (convert_plusminus_to_widen): Likewise.  Handle fixed-point types as
1063         well as integer ones.
1064
1065 2010-07-22  Steven Bosscher  <steven@gcc.gnu.org>
1066
1067         * alias.c (true_dependence_1): New function, merged version of
1068         true_dependence and canon_true_dependence.
1069         (true_dependence): Simplify.
1070         (canon_true_dependence): Simplify.
1071
1072 2010-07-22  Richard Henderson  <rth@redhat.com>
1073
1074         PR target/45027
1075         * config/i386/i386.c (setup_incoming_varargs_64): Force the use
1076         of V4SFmode for the SSE saves; increase stack alignment if needed.
1077         (ix86_gimplify_va_arg): Don't increase stack alignment here.
1078
1079 2010-07-22  Jakub Jelinek  <jakub@redhat.com>
1080
1081         PR bootstrap/45028
1082         * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
1083         call cprop_find_used_regs again via note_uses.
1084
1085 2010-07-22  Eric Botcazou  <ebotcazou@adacore.com>
1086
1087         * alias.c (get_alias_set): Fix formatting issues.
1088
1089 2010-07-22  Steve Ellcey  <sje@cup.hp.com>
1090
1091         PR middle-end/44878
1092         * stmt.c (expand_value_return):  Call promote_function_mode with
1093         a for_return argument of 2 when returning by reference.
1094
1095 2010-07-22  Dodji Seketeli  <dodji@redhat.com>
1096
1097         PR debug/45024
1098         * dwarf2out.c (scope_die_for): Don't fall back to the compilation
1099         unit DIE if we can find the scope DIE.
1100
1101 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
1102
1103         * ira-build.c (ira_create_object): New arg SUBWORD; all callers
1104         changed.  Initialize OBJECT_SUBWORD.
1105         (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
1106         (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
1107         all callers changed.
1108         (merge_hard_reg_conflicts): Iterate over allocno subobjects.
1109         (finish_allocno): Likewise.
1110         (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
1111         (remove_low_level_allocnos): Likewise.
1112         (update_bad_spill_attribute): Likewise.
1113         (setup_min_max_allocno_live_range_point): Likewise.
1114         (sort_conflict_id_map): Likewise.
1115         (ira_flattening): Likewise.  Use ior_hard_reg_conflicts.
1116         (ior_hard_reg_conflicts): New function.
1117         (ior_allocate_object_conflicts): Renamed first argument to OBJ.
1118         (compress_conflict_vecs): Iterate over objects, not allocnos.
1119         (ira_add_live_range_to_object): New function.
1120         (object_range_compare_func): Renamed from allocno_range_compare_func.
1121         All callers changed.
1122         (setup_min_max_conflict_allocno_ids): For allocnos with multiple
1123         subobjects, widen the min/max range of the lowest-order object to
1124         potentially include all other such low-order objects.
1125         * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
1126         (check_allocation): Likewise.  Use more fine-grained tests for register
1127         conflicts.
1128         * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
1129         allocno subobjects.
1130         (assign_hard_reg): Keep multiple sets of conflicts.  Make finer-grained
1131         choices about which bits to set in each set.  Don't use
1132         ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
1133         using the multiple sets we computed.
1134         (push_allocno_to_stack): Iterate over allocno subobjects.
1135         (all_conflicting_hard_regs_coalesced): New static function.
1136         (setup_allocno_available_regs_num): Use it.
1137         (setup_allocno_left_conflicts_size): Likewise.  Iterate over allocno
1138         subobjects.
1139         (coalesced_allocno_conflict): Test subobject 0 in each allocno.
1140         (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
1141         by ALLOCNO_NUM_OBJECTS.
1142         (calculate_spill_cost): Likewise.
1143         (color_pass): Express if statement in a more normal way.
1144         (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
1145         (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
1146         (setup_slot_coalesced_allocno_live_ranges): Likewise.
1147         (allocno_reload_assign): Likewise.
1148         (ira_reassign_pseudos): Likewise.
1149         (fast_allocation): Likewise.
1150         * ira-conflicts.c (build_conflict_bit_table): Likewise.
1151         (print_allocno_conflicts): Likewise.
1152         (ira_build_conflicts): Likewise.
1153         (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p.  All
1154         callers changed.  Test subword 0 of each allocno for conflicts.
1155         (build_object_conflicts): Renamed from build_allocno_conflicts.  All
1156         callers changed.  Iterate over allocno subobjects.
1157         * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
1158         * ira-int.h (struct ira_allocno): New member: num_objects.
1159         Rename object to objects and change it into an array.
1160         (ALLOCNO_OBJECT): Add new argument N.
1161         (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
1162         (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
1163         (ior_hard_reg_conflicts): Declare.
1164         (ira_add_live_range_to_object): Declare.
1165         (ira_allocno_object_iterator): New.
1166         (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
1167         (FOR_EACH_ALLOCNO_OBJECT): New macro.
1168         * ira-lives.c (objects_live): Renamed from allocnos_live; all
1169         uses changed.
1170         (allocnos_processed): New sparseset.
1171         (make_object_born): Renamed from make_allocno_born; take an
1172         ira_object_t argument.  All callers changed.
1173         (make_object_dead): Renamed from make_allocno_dead; take an
1174         ira_object_t argument.  All callers changed.
1175         (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
1176         All callers changed.
1177         (mark_pseudo_regno_live): Iterate over allocno subobjects.
1178         (mark_pseudo_regno_dead): Likewise.
1179         (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
1180         functions.
1181         (mark_ref_live): Detect subword accesses and call
1182         mark_pseudo_regno_subword_live as appropriate.
1183         (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
1184         (process_bb_nodes_live): Deal with object-related updates first; set
1185         and test bits in allocnos_processed to avoid computing allocno
1186         statistics more than once.
1187         (create_start_finish_chains): Iterate over objects, not allocnos.
1188         (print_object_live_ranges): New function.
1189         (print_allocno_live_ranges): Use it.
1190         (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
1191         and objects_live.
1192
1193 2010-07-22  Richard Guenther  <rguenther@suse.de>
1194
1195         PR lto/42451
1196         * gimple.c (gtc_next_dfs_num): New global.
1197         (struct sccs): Make value a union, add integer same_p member.
1198         (gtc_visit): New function.
1199         (gimple_types_compatible_p_1): New function, split out from ...
1200         (gimple_types_compatible_p): ... here.  Start a DFS walk here.
1201         (iterative_hash_gimple_type): Adjust for sccs change.
1202
1203 2010-07-22  Martin Jambor  <mjambor@suse.cz>
1204
1205         PR tree-optimization/44891
1206         * tree-sra.c: Include gimple-pretty-print.h.
1207         (replace_uses_with_default_def_ssa_name): Renamed to
1208         get_repl_default_def_ssa_name, return the new SSA name instead of
1209         replacing the old one.
1210         (sra_modify_assign): Dump a message when removing a load, if the LHS
1211         is an SSA_NAME, do not do any propagation, just set the RHS to a
1212         default definition SSA NAME, type convert if necessary.
1213         * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
1214
1215 2010-07-22  Richard Guenther  <rguenther@suse.de>
1216
1217         PR tree-optimization/45017
1218         * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
1219         TYPE_PRECISION of integral types in addition to size.
1220
1221 2010-07-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
1222
1223         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
1224         when no C library is specified.
1225
1226 2010-07-22  Martin Jambor  <mjambor@suse.cz>
1227
1228         * ipa-prop.h (struct ipa_node_params): Updated comment.
1229         (struct ipa_edge_args): Likewise.
1230         * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
1231
1232 2010-07-22  Martin Jambor  <mjambor@suse.cz>
1233
1234         * cgraphunit.c (verify_edge_count_and_frequency): New function.
1235         (verify_cgraph_node): Verify frequencies of indirect edges.
1236         * tree-inline.c (tree_function_versioning): Update frequencies of
1237         indirect edges.
1238
1239 2010-07-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1240
1241         PR target/43698
1242         * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
1243         Set *arm_rev to be predicable.
1244
1245 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
1246
1247         * config/darwin.h (LINK_COMMAND_SPEC): Split into...
1248         (LINK_COMMAND_SPEC_A): New.
1249         (DSYMUTIL): New.
1250         (DSYMUTIL_SPEC): New.
1251         * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
1252         (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
1253
1254 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
1255
1256         * calls.c (load_register_parameters): Move check for zero
1257         sized items so that only the call to
1258         mem_overlaps_already_clobbered_arg_p () is protected.
1259
1260 2010-07-22  Jan Hubicka  <jh@suse.cz>
1261
1262         * ipa-pure-const.c (varying_state): Break out from ...
1263         (get_function_state): ... here; always return varying_state
1264         when state would be NULL otherwise.
1265         (remove_node_data): Do not free varying state.
1266
1267 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
1268
1269         PR bootstrap/44970
1270         PR middle-end/45009
1271         * postreload.c: Include "target.h".
1272         (reload_combine_closest_single_use): Don't take DEBUG_INSNs
1273         into account.
1274         (fixup_debug_insns): Don't copy the rtx.
1275         (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
1276         Don't copy when replacing.  Call fixup_debug_insns in the case where
1277         we merged one add with another.
1278         (reload_combine_recognize_pattern): Fail if there aren't any uses.
1279         Try harder to determine whether we're picking a valid index register.
1280         Don't set store_ruid for an insn we're going to scan in the
1281         next iteration.
1282         (reload_combine): Remove unused code.
1283         (reload_combine_note_use): When updating use information for
1284         an old insn, ignore a use that occurs after store_ruid.
1285         * Makefile.in (postreload.o): Update dependencies.
1286
1287         * function.c (record_hard_reg_sets): Restrict the previous change
1288         to cases where the incoming nominal mode is the same as the
1289         incoming promoted mode and everything happens in MODE_INT.
1290
1291 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
1292
1293         PR debug/45015
1294         * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
1295         ASM_OPERANDS_OUTPUT_IDX.
1296         (adjust_insn): For inline asm with multiple sets ensure first
1297         ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
1298         the insn.
1299
1300 2010-07-21  Richard Henderson  <rth@redhat.com>
1301
1302         * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
1303         comparison for avoiding xmm register saves.  Emit the xmm register
1304         saves explicitly.
1305         * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
1306         (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
1307         (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
1308         Remove patterns and the associated splitters.
1309
1310 2010-07-21  Changpeng Fang  <changpeng.fang@amd.com>
1311
1312         * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
1313         and imagine parts of a complex, so that they can have the same
1314         base and fall into the same group.
1315
1316 2010-07-21  Richard Guenther  <rguenther@suse.de>
1317
1318         PR lto/45018
1319         * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
1320         of TYPE_DECLs.  Do not follow TYPE_NEXT_VARIANT,
1321         TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
1322
1323 2010-07-21  Martin Jambor  <mjambor@suse.cz>
1324
1325         PR tree-optimization/44900
1326         * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
1327         (sra_modify_assign): Move gsi to the next statmenent unconditionally.
1328
1329 2010-07-21  Bernd Schmidt  <bernds@codesourcery.com>
1330
1331         PR middle-end/44738
1332         * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
1333
1334 2010-07-21  Richard Guenther  <rguenther@suse.de>
1335
1336         PR middle-end/45013
1337         * tree-ssa.c (useless_type_conversion_p): Dispatch to
1338         gimple_types_compatible_p only when in lto.
1339         * gimple.c (gimple_types_compatible_p): Use canonical types
1340         to speed up comparison.
1341
1342 2010-07-21  Richard Guenther  <rguenther@suse.de>
1343
1344         * tree-flow.h (referenced_var): Move define ...
1345         * tree-flow-inline.h (referenced_var): ... here as an inline
1346         function.  Assert here ...
1347         * tree-dfa.c (referenced_var_lookup): ... instead of here.
1348         * tree-ssa.c (maybe_optimize_var): Check if the variable
1349         is in referenced vars.
1350         (execute_update_addresses_taken): Remove old broken check.
1351         * gimple-pretty-print.c (pp_points_to_solution): Use
1352         referenced_var_lookup.
1353         * tree-into-ssa.c (dump_decl_set): Likewise.
1354
1355 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
1356
1357         PR debug/45003
1358         * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
1359         * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
1360         ZERO_EXTEND here.
1361
1362 2010-07-20  Richard Henderson  <rth@redhat.com>
1363
1364         * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
1365
1366 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
1367
1368         * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
1369         computing the sum of the stack pointer and a large constant.
1370         * config/arm/constraints.md (M): Remove superfluous parentheses.
1371         (Pc): New constraint.
1372
1373 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
1374
1375         PR debug/45006
1376         * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
1377         operand's type if exp is tcc_unary class tree.
1378
1379 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
1380
1381         * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
1382         Reverse sense of if_then_else condition.
1383
1384 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
1385
1386         * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
1387         * config/rs6000/rs6000.c (rs6000_override_options): Set
1388         rs6000_block_move_inline_limit appropriately.
1389         (expand_block_move): Use rs6000_block_move_inline_limit.
1390         * doc/invoke.texi (mblock-move-inline-limit): Document.
1391
1392 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
1393
1394         * postreload.c (fixup_debug_insns): Remove arg REGNO.  New args
1395         FROM and TO.  All callers changed.  Don't look for tracked uses,
1396         just scan the RTL for DEBUG_INSNs and substitute.
1397         (reload_combine_recognize_pattern): Call fixup_debug_insns.
1398         (reload_combine): Ignore DEBUG_INSNs.
1399
1400 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
1401
1402         * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
1403         depth to 8 from 5.
1404
1405         PR debug/45003
1406         * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
1407         or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
1408         instead of the result's type.
1409
1410 2010-07-20  Richard Guenther  <rguenther@suse.de>
1411
1412         PR tree-optimization/44977
1413         * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
1414         SSA form.
1415
1416 2010-07-20  Richard Guenther  <rguenther@suse.de>
1417
1418         * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
1419         (lto_symtab_merge_decls_2): Likewise.
1420         * gimple.h (gimple_types_compatible_p): Declare.
1421         * gimple.c (gimple_queue_type_fixup): Remove.
1422         (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
1423         (gimple_compatible_complete_and_incomplete_type_p): New function.
1424         (gimple_types_compatible_p): Adjust.
1425         (gimple_register_type): Remove type fixup code.
1426         (print_gimple_types_stats): Adjust.
1427         (free_gimple_type_tables): Likewise.
1428         * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
1429         * tree-ssa.c (useless_type_conversion_p): Likewise.
1430
1431 2010-07-20  Richard Guenther  <rguenther@suse.de>
1432
1433         PR middle-end/44971
1434         PR middle-end/44988
1435         * tree-ssa.c (maybe_optimize_var): New function split out from ...
1436         (execute_update_addresses_taken): ... here.
1437         (non_rewritable_mem_ref_base): Likewise.
1438         (execute_update_addresses_taken): Do not iterate over all referenced
1439         vars but just all local decls and parms.
1440         Properly check call and asm arguments and rewrite call arguments.
1441
1442 2010-07-20  Maxim Kuvyrkov  <maxim@codesourcery.com>
1443
1444         * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
1445         to top level.
1446         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
1447         definitions ...
1448         * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
1449         New macro.
1450         * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
1451
1452 2010-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
1453
1454         * gengtype.c (start_root_entry): New function, split out from
1455         write_root.  Check whether V is null and raise an error if so.
1456         (write_field_root): Check for V being null.  Don't raise an error here;
1457         set V to null instead.
1458         (write_root): Update comment above function.  Use start_root_entry.
1459
1460 2010-07-19  Xinliang David Li  <davidxl@google.com>
1461
1462         PR testsuite/44932
1463         * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
1464         def edges.
1465         (find_uninit_use): Add dump.
1466         (is_use_properly_guarded): Ditto.
1467         (warn_uninitialized_phi): Ditto.
1468         (execute_late_warn_uninitialized): Ditto.
1469
1470 2010-07-19  Richard Guenther  <rguenther@suse.de>
1471
1472         PR middle-end/44941
1473         * expr.c (emit_block_move_hints): Move zero size check first.
1474         Move asserts to more useful places.
1475         * calls.c (load_register_parameters): Check for zero size.
1476
1477 2010-07-19  Richard Henderson  <rth@redhat.com>
1478
1479         * tree-optimize.c (execute_all_early_local_passes): New.  Change
1480         cgraph_state here ...
1481         (execute_early_local_optimizations): ... not here.  Remove.
1482         (pass_early_local_passes, pass_all_early_optimizations): Update.
1483
1484 2010-07-19  Bernd Schmidt  <bernds@codesourcery.com>
1485
1486         * postreload.c (reload_combine_closest_single_use): Ignore the
1487         number of uses for DEBUG_INSNs.
1488         (fixup_debug_insns): New static function.
1489         (reload_combine_recognize_const_pattern): Use it.  Don't let the
1490         main loop be affected by DEBUG_INSNs.
1491         Really disallow moving adds past a jump insn.
1492         (reload_combine_recognize_pattern): Don't update use_ruid here.
1493         (reload_combine_note_use): Do it here.
1494         (reload_combine): Use control_flow_insn_p rather than JUMP_P.
1495
1496 2010-07-19  Bingfeng Mei  <bmei@broadcom.com>
1497
1498         * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
1499         of a loop.
1500         * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
1501
1502 2010-07-19  Iain Sandoe  <iains@gcc.gnu.org>
1503
1504         * config/i386/darwin.h: Define darwin_emit_branch_islands.
1505         (TARGET_MACHO_BRANCH_ISLANDS): New.
1506         (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
1507         * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
1508         default value.
1509         * config/i386/i386.c (output_pic_addr_const): Do not emit
1510         branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
1511         (x86_output_mi_thunk): Adjust symbol creation.
1512         * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
1513         Remove out of date comment.
1514         * config/rs6000/rs6000.c (print_operand): Adjust symbol.
1515         (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
1516         (DARWIN_GENERATE_ISLANDS): Ditto.
1517         (output_call):  Do not emit branch islands unless
1518         darwin_emit_branch_islands is set.
1519         * config/darwin.c: Declare darwin_emit_branch_islands.
1520         (machopic_indirect_data_reference): Do not emit unless
1521         darwin_emit_branch_islands is set.
1522         (darwin_override_options): Set darwin_emit_branch_islands
1523         where it is needed.
1524         * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
1525
1526 2010-07-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1527
1528         * doc/sourcebuild.texi (Effective-Target Keywords): Document
1529         sse_runtime, sse2_runtime.
1530
1531 2010-07-18  Richard Sandiford  <rdsandiford@googlemail.com>
1532
1533         * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
1534         low half of a single-register SCmode return value before ORing
1535         it with the high half.
1536         * config/mips/mips16.S (MERGE_GPRf): Likewise.
1537
1538 2010-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1539
1540         PR target/44805
1541         * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
1542         on all targets.
1543
1544 2010-07-17  Bernd Schmidt  <bernds@codesourcery.com>
1545
1546         PR target/42235
1547         * postreload.c (reload_cse_move2add): Return bool, true if anything.
1548         changed.  All callers changed.
1549         (move2add_use_add2_insn): Likewise.
1550         (move2add_use_add3_insn): Likewise.
1551         (reload_cse_regs): If reload_cse_move2add changed anything, rerun
1552         reload_combine.
1553         (RELOAD_COMBINE_MAX_USES): Bump to 16.
1554         (last_jump_ruid): New static variable.
1555         (struct reg_use): New members CONTAINING_MEM and RUID.
1556         (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
1557         (reload_combine_split_one_ruid, reload_combine_split_ruids,
1558         reload_combine_purge_insn_uses, reload_combine_closest_single_use
1559         reload_combine_purge_reg_uses_after_ruid,
1560         reload_combine_recognize_const_pattern): New static functions.
1561         (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
1562         is true for our reg and that we have available index regs.
1563         (reload_combine_note_use): New args RUID and CONTAINING_MEM.  All
1564         callers changed.  Use them to initialize fields in struct reg_use.
1565         (reload_combine): Initialize last_jump_ruid.  Be careful when to
1566         take PREV_INSN of the scanned insn.  Update REAL_STORE_RUID fields.
1567         Call reload_combine_recognize_const_pattern.
1568         (reload_combine_note_store): Update REAL_STORE_RUID field.
1569
1570 2010-07-16  Jason Merrill  <jason@redhat.com>
1571
1572         * Makefile.in (opts-common.o): Depend on options.h.
1573
1574 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
1575
1576         * tree.c (build_common_builtin_nodes): Use build_function_type_list
1577         instead of build_function_type.
1578         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
1579         * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
1580
1581 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
1582
1583         * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
1584         do all the work.
1585         (rs6000_emit_int_cmove): Use function pointers for insn generation.
1586         Don't force values into registers unnecessarily.
1587         (output_isel): Assert that we're not given conditions we can't handle.
1588         Delete corresponding code.
1589         * config/rs6000/rs6000.md (isel_signed_<mode>): Use
1590         scc_comparison_operator constraint.  Permit 0 for the consequent
1591         operand.  Permit any GPR for the alternative operand.
1592         (isel_unsigned_<mode>): Likewise.
1593
1594 2010-07-16  Jakub Jelinek  <jakub@redhat.com>
1595
1596         PR target/44942
1597         * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
1598         argument to const_tree.
1599         * config/i386/i386.c (function_arg_advance): If padding needs to be
1600         inserted before argument, increment cum->words by number of padding
1601         words as well.
1602         (contains_aligned_value_p): Change argument to const_tree.
1603         (ix86_function_arg_boundary): Change second argument to const_tree.
1604
1605 2010-07-16  Bernd Schmidt  <bernds@codesourcery.com>
1606
1607         PR target/42235
1608         * function.c (record_hard_reg_sets): New static function.
1609         (assign_parm_setup_reg): If an optab for extending exists and the
1610         generated code clobbbers no hard regs, emit the insn directly and
1611         create a REG_EQUIV note.
1612
1613 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
1614
1615         * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
1616         TREE_CHAIN.
1617         * c-typeck.c (push_init_level): Likewise.
1618         (process_init_element): Likewise.
1619
1620 2010-07-15  Anatoly Sokolov  <aesok@post.ru>
1621
1622         * tree.h (enum tree_index): Add TI_INTEGER_THREE.
1623         (integer_three_node): Add.
1624         * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
1625         NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
1626         * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
1627         of call build_int_cst.
1628         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
1629         * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
1630         (find_interesting_uses_address): Ditto.
1631         * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
1632         * tree-eh.c (lower_eh_constructs_2): Ditto.
1633         * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
1634         * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
1635         * expmed.c (expand_divmod): Ditto.
1636         * tree-mudflap.c (mx_register_decls): Ditto.
1637         * varasm.c (array_size_for_constructor): Ditto.
1638         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
1639         * c-parser.c (c_parser_postfix_expression): Ditto.
1640
1641 2010-07-15  Bernd Schmidt  <bernds@codesourcery.com>
1642
1643         * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
1644         New static variables.
1645         (reload_combine_recognize_pattern): New static function, broken out
1646         of reload_combine.
1647         (reload_combine): Use it.  Only initialize first_index_reg and
1648         last_index_reg once.
1649
1650 2010-07-15  Richard Henderson  <rth@redhat.com>
1651
1652         * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
1653         when done.
1654
1655 2010-07-15  Jan Hubicka  <jh@suse.cz>
1656
1657         * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
1658         comdats for broken gold.
1659         (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
1660
1661 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
1662
1663         * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
1664
1665 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
1666
1667         * tree.h (DECL_CHAIN): Define.
1668         * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
1669         * c-decl.c: Likewise.
1670         * c-parser.c: Likewise.
1671         * c-typeck.c: Likewise.
1672         * cfgexpand.c: Likewise.
1673         * cgraph.c: Likewise.
1674         * cgraphunit.c: Likewise.
1675         * combine.c: Likewise.
1676         * config/alpha/alpha.c: Likewise.
1677         * config/arm/arm.c: Likewise.
1678         * config/frv/frv.c: Likewise.
1679         * config/i386/i386.c: Likewise.
1680         * config/i386/winnt-cxx.c: Likewise.
1681         * config/ia64/ia64.c: Likewise.
1682         * config/iq2000/iq2000.c: Likewise.
1683         * config/mep/mep.c: Likewise.
1684         * config/mips/mips.c: Likewise.
1685         * config/pa/som.h: Likewise.
1686         * config/rs6000/rs6000.c: Likewise.
1687         * config/s390/s390.c: Likewise.
1688         * config/sh/sh.c: Likewise.
1689         * config/sh/symbian-cxx.c: Likewise.
1690         * config/sparc/sparc.c: Likewise.
1691         * config/spu/spu.c: Likewise.
1692         * config/stormy16/stormy16.c: Likewise.
1693         * config/vxworks.c: Likewise.
1694         * config/xtensa/xtensa.c: Likewise.
1695         * coverage.c: Likewise.
1696         * dbxout.c: Likewise.
1697         * dwarf2out.c: Likewise.
1698         * emit-rtl.c: Likewise.
1699         * expr.c: Likewise.
1700         * function.c: Likewise.
1701         * gimple-low.c: Likewise.
1702         * gimple-pretty-print.c: Likewise.
1703         * gimplify.c: Likewise.
1704         * integrate.c: Likewise.
1705         * ipa-inline.c: Likewise.
1706         * ipa-prop.c: Likewise.
1707         * ipa-split.c: Likewise.
1708         * ipa-struct-reorg.c: Likewise.
1709         * ipa-type-escape.c: Likewise.
1710         * langhooks.c: Likewise.
1711         * lto-cgraph.c: Likewise.
1712         * omp-low.c: Likewise.
1713         * stor-layout.c: Likewise.
1714         * tree-cfg.c: Likewise.
1715         * tree-complex.c: Likewise.
1716         * tree-dfa.c: Likewise.
1717         * tree-dump.c: Likewise.
1718         * tree-inline.c: Likewise.
1719         * tree-mudflap.c: Likewise.
1720         * tree-nested.c: Likewise.
1721         * tree-object-size.c: Likewise.
1722         * tree-pretty-print.c: Likewise.
1723         * tree-sra.c: Likewise.
1724         * tree-ssa-live.c: Likewise.
1725         * tree-ssa-loop-niter.c: Likewise.
1726         * tree-ssa-math-opts.c: Likewise.
1727         * tree-ssa-reassoc.c: Likewise.
1728         * tree-ssa-sccvn.c: Likewise.
1729         * tree-ssa-structalias.c: Likewise.
1730         * tree-tailcall.c: Likewise.
1731         * tree-vrp.c: Likewise.
1732         * tree.c: Likewise.
1733         * var-tracking.c: Likewise.
1734         * varasm.c: Likewise.
1735
1736 2010-07-15  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1737
1738         PR target/44877
1739         * config/spu/spu.c (spu_expand_builtin_1): Allow references
1740         (as well as pointers) as argument to mask_for_load builtins.
1741
1742 2010-07-15  Richard Guenther  <rguenther@suse.de>
1743
1744         PR tree-optimization/44946
1745         * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
1746         with accessing only padding properly.
1747
1748 2010-07-15  Jan Hubicka  <jh@suse.cz>
1749
1750         * ipa.c (function_and_variable_visibility): Variables marked as used
1751         should not be localized.
1752
1753 2010-07-15  Jan Hubicka  <jh@suse.cz>
1754
1755         * cgraph.c: Include lto-streamer.h
1756         (change_decl_assembler_name): Work when assembler name hash is at place.
1757         (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
1758         be sure to rename it to avoid name clash.
1759         * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
1760         Localize hidden symbols only when locally defined.
1761
1762 2010-07-15  Uros Bizjak  <ubizjak@gmail.com>
1763
1764         * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
1765
1766 2010-07-15  Magnus Granberg  <zorry@gentoo.org>
1767             Kevin F. Quinn  <kevquinn@gentoo.org>
1768
1769         * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
1770         * common.opt: Add -Wtrampolines.
1771         * doc/invoke.texi: Add -Wtrampolines.
1772
1773 2010-07-15  Jie Zhang  <jie@codesourcery.com>
1774
1775         * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
1776         cortex_a8_issue_ls.
1777
1778 2010-07-15  Dave Korn  <dave.korn.cygwin@gmail.com>
1779
1780         * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
1781         * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
1782
1783 2010-07-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1784
1785         * config/spu/spu.c (reg_names): Remove prototype.
1786         (call_used_regs): Likewise.
1787
1788 2010-07-14  Dave Korn  <dave.korn.cygwin@gmail.com>
1789
1790         * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
1791         "unused" with attribute "used".
1792         (__JCR_END__): Likewise.
1793         * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
1794         "used" attribute.
1795         (__JCR_LIST__): Replace attribute "unused" with attribute "used".
1796
1797 2010-07-14  Richard Guenther  <rguenther@suse.de>
1798
1799         * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
1800         (maybe_fixup_decls): Likewise.
1801         (input_gimple_stmt): Do not fixup anything.
1802         * lto-streamer-out.c (output_gimple_stmt): Make sure all
1803         non-automatic variable uses are wrapped inside a MEM_REF.
1804
1805 2010-07-14  Richard Henderson  <rth@redhat.com>
1806
1807         * passes.c (rest_of_decl_compilation): Do not call assemble_variable
1808         for functions.
1809         * varasm.c (assemble_variable): Remove early exit for functions;
1810         assert that we're given a variable.
1811
1812 2010-07-14  Jie Zhang  <jie@codesourcery.com>
1813
1814         * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
1815         cortex_a8_default when neon_type is not none.
1816
1817 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
1818
1819         * lower-subreg.c (subreg_context): New static bitmap.
1820         (decompose_multiword_subregs): Allocate and free it.
1821         (find_decomposable_subregs): Set a bit in it for a register that
1822         occurs in a subreg that changes mode but not size.
1823         (can_decompose_p): Test it instead of non_decomposable_context.
1824
1825 2010-07-14  Richard Guenther  <rguenther@suse.de>
1826
1827         PR tree-optimization/44824
1828         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
1829         is_gimple_mem_ref_addr.
1830         (tree_ssa_forward_propagate_single_use_vars): Do not propagate
1831         non-decl_address_invariant_p addresses.
1832
1833 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
1834
1835         * reload.c (find_reloads): Revert code to penalize small register
1836         classes that was brought in with the IRA merge.
1837
1838 2010-07-14  Richard Guenther  <rguenther@suse.de>
1839
1840         * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
1841         as base of ARRAY_REFs.
1842
1843 2010-07-14  Richard Guenther  <rguenther@suse.de>
1844
1845         PR middle-end/44930
1846         * tree-pretty-print.c (do_niy): Do not print a newline.
1847
1848 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
1849
1850         * ira-int.h (struct ira_object): New.
1851         (ira_object_t): New typedef.  Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
1852         (struct ira_allocno): Remove members min, max,
1853         conflict_allocno_array, conflict_id, conflict_allocno_array_size,
1854         conflict_allocnos_num and conflict_vec_p.  Add new member object.
1855         (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
1856         OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
1857         OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
1858         OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
1859         ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
1860         ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
1861         ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
1862         ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
1863         an ira_object_t rather than ira_allocno_t.  All uses changed.
1864         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
1865         contains a vector of ira_object_t; all uses changed.
1866         (ira_objects_num): Declare variable.
1867         (ira_create_allocno_object): Declare function.
1868         (ira_conflict_vector_profitable_p): Adjust prototype.
1869         (ira_allocate_conflict_vec): Renamed from
1870         ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
1871         (ira_allocate_object_conflicts): Renamed from
1872         ira_allocate_allocno_conflicts; first arg now ira_object_t.
1873         (struct ira_object_iterator): New.
1874         (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
1875         (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
1876         to conflict_vec_p.  All uses changed.
1877         (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
1878         Changed to take into account that conflicts are now tracked for
1879         objects.
1880         * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
1881         Args changed to accept ira_object_t.  All uses changed.
1882         (allocnos_conflict_p): New static function.
1883         (collected_conflict_objects): Renamed from collected_allocno_objects;
1884         now a vector of ira_object_t.  All uses changed.
1885         (build_conflict_bit_table): Changed to take into account that
1886         conflicts are now tracked for objects.
1887         (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
1888         (print_allocno_conflicts, ira_build_conflicts): Likewise.
1889         * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
1890         setup_allocno_left_conflicts_size, allocno_reload_assign,
1891         fast_allocation): Likewise.
1892         * ira-lives.c (make_hard_regno_born, make_allocno_born)
1893         process_single_reg_class_operands, process_bb_node_lives): Likewise.
1894         * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
1895         Likewise.
1896         * ira-build.c (ira_objects_num): New variable.
1897         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
1898         contains a vector of ira_object_t; all uses changed.
1899         (ira_object_id_map_vec): Corresponding change.
1900         (object_pool): New static variable.
1901         (initiate_allocnos): Initialize it.
1902         (finish_allocnos): Free it.
1903         (ira_create_object, ira_create_allocno_object, create_allocno_objects):
1904         New functions.
1905         (ira_create_allocno): Don't set members that were removed.
1906         (ira_set_allocno_cover_class): Don't change conflict hard regs.
1907         (merge_hard_reg_conflicts): Changed to take into account that
1908         conflicts are now tracked for objects.
1909         (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
1910         allocate_conflict_bit_vec, ira_allocate_object_conflicts,
1911         compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
1912         setup_min_max_allocno_live_range_point, allocno_range_compare_func,
1913         setup_min_max_conflict_allocno_ids, ):  Likewise.
1914         (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
1915         to ira_object_t; all callers changed.
1916         (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
1917         to ira_object_t, all callers changed.
1918         (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
1919         to ira_object_t, all callers changed.
1920         (conflict_check, curr_conflict_check_tick): Renamed from
1921         allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
1922         changed.
1923         (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
1924         arg changed to ira_object_t, all callers changed.
1925         (create_cap_allocno): Call ira_create_allocno_object.
1926         (finish_allocno): Free the corresponding object.
1927         (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
1928         callers changed.  Adjusted for dealing with objects.
1929         (ira_build): Call create_allocno_objects after ira_costs.  Adjusted for
1930         dealing with objects.
1931         * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
1932
1933         * ira-int.h (struct live_range): Rename allocno member to object
1934         and change type to ira_object_t.
1935         (struct ira_object): New member live_ranges.
1936         (struct ira_allocno): Remove member live_ranges.
1937         (ALLOCNO_LIVE_RANGES): Remove.
1938         (OBJECT_LIVE_RANGES): New macro.
1939         (ira_create_live_range, ira_copy_live_range_list,
1940         ira_merge_live_range_list, ira_live_ranges_intersect_p,
1941         ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
1942         * ira-build.c (ira_create_object): Initialize live ranges here.
1943         (ira_create_allocno): Not here.
1944         (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
1945         changed to ira_object_t, all callers changed.
1946         (copy_live_range): Rename from copy_allocno_live_range, all callers
1947         changed.
1948         (ira_copy_live_range_list): Rename from
1949         ira_copy_allocno_live_range_list, all callers changed.
1950         (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
1951         all callers changed.
1952         (ira_live_ranges_intersect_p): Rename from
1953         ira_allocno_live_ranges_intersect_p, all callers changed.
1954         (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
1955         callers changed.
1956         (ira_finish_live_range_list): Rename from
1957         ira_finish_allocno_live_range_list, all callers changed.
1958         (change_object_in_range_list): Rename from change_allocno_in_range_list,
1959         last arg changed to ira_object_t, all callers changed.
1960         (finish_allocno): Changed to expect live ranges in the allocno's object.
1961         (move_allocno_live_ranges, copy_allocno_live_ranges,
1962         update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
1963         ira_flattening, ira_build): Likewise.
1964         * ira-color.c (allocnos_have_intersected_live_ranges_p,
1965         slot_coalesced_allocno_live_ranges_intersect,
1966         setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
1967         * ira-conflicts.c (build_conflict_bit_table): Likewise.
1968         * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
1969         * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
1970         make_allocno_dead, create_start_finish_chains,
1971         remove_some_program_points_and_update_live_ranges,
1972         ira_debug_live_range_list): Likewise.
1973
1974         * ira-int.h (ira_object_conflict_iterator): Rename from
1975         ira_allocno_conflict_iterator.
1976         (ira_object_conflict_iter_init): Rename from
1977         ira_allocno_conflict_iter_init, second arg changed to
1978         * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
1979         FOR_EACH_ALLOCNO_CONFLICT.
1980         * ira-color.c (assign_hard_reg, push_allocno_to_stack)
1981         setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
1982         ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
1983         * ira-conflicts.c (print_allocno_conflicts): Likewise.
1984
1985 2010-07-13  Joern Rennecke  <joern.rennecke@embecosm.com>
1986
1987         PR other/44874
1988         * tree-dump.c (dump_options): Add enumerate_locals entry.
1989         Add TDF_NOID exclusion to all entry.
1990         * tree-dump.h (dump_enumerated_decls): Declare.
1991         * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
1992         Don't display type uid.
1993         (print_declaration): Don't crash on TREE_TYPE (t) == 0.
1994         * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
1995         * tree-ssa-live.c: Include gimple.h.
1996         (numbered_tree_d): New struct.
1997         (numbered_tree): New typedef.
1998         (DEF_VEC_O (numbered_tree): New.
1999         (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
2000         (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
2001         (dump_enumerated_decls): Likewise.
2002         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
2003         debug info and flag_dump_final_insns, call dump_enumerated_decls.
2004         * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
2005         * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
2006
2007 2010-07-13  Richard Sandiford  <rdsandiford@googlemail.com>
2008
2009         * expmed.h (MAX_BITS_PER_WORD): Move to...
2010         * defaults.h (MAX_BITS_PER_WORD): ...here.
2011
2012 2010-07-13  DJ Delorie  <dj@redhat.com>
2013
2014         * config/h8300/h8300.c (h8300_init_once): Default to
2015         -fstrict_volatile_bitfields.
2016
2017         * config/sh/sh.c (sh_override_options): Default to
2018         -fstrict_volatile_bitfields.
2019
2020         * config/rx/rx.c (rx_option_override): New.
2021
2022         * config/m32c/m32c.c (m32c_override_options): Default to
2023         -fstrict_volatile_bitfields.
2024
2025 2010-07-13  Nathan Froyd  <froydnj@codesourcery.com>
2026
2027         * tree.h (build_function_call_expr): Delete.
2028         (build_call_expr_loc_array): New function.
2029         (build_call_expr_loc_vec): New function.
2030         * tree-flow.h (struct omp_region): Change type of ws_args field
2031         to a VEC.
2032         * builtins.c (build_function_call_expr): Delete.
2033         (build_call_expr_loc_array): New function.
2034         (build_call_expr_loc): Call it.  Use XALLOCAVEC.
2035         (build_call_expr): Likewise.
2036         (build_call_expr_loc_vec): New function.
2037         * cgraphunit.c (build_cdtor): Call build_call_expr instead of
2038         build_function_call_expr.
2039         * expr.c (emutls_var_address): Likewise.
2040         * varasm.c (emutls_common_1): Likewise.
2041         * omp-low.c (expand_omp_atomic_mutex): Likewise.
2042         (expand_omp_taskreg): Adjust for new type of region->ws_args.
2043         (get_ws_args_for): Return a VEC instead of a tree.
2044         (expand_parallel_call): Call build_call_expr_loc_vec instead of
2045         build_function_call_expr.
2046         * stor-layout.c (self_referential_size): Likewise.
2047
2048 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
2049
2050         PR testsuite/44701
2051         * recog.c (constrain_operands): Allow side-effects in memory
2052         operands if either < or > constraint is used, rather than if
2053         both < and > is used.
2054
2055 2010-07-13  Richard Guenther  <rguenther@suse.de>
2056
2057         PR middle-end/44911
2058         * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
2059         MEM_REF pointer type dumping.  Avoid recursing for TYPE_DECLs
2060         without name.
2061
2062 2010-07-13  Kaz Kojima  <kkojima@gcc.gnu.org>
2063
2064         PR target/44761
2065         * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
2066         to variable emited.
2067         * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
2068         * config/sh/sh.md (symGOT_load): Likewise.
2069         (symDTPOFF2reg): Likewise.
2070         (symTPOFF2reg): Likewise.
2071
2072 2010-07-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2073
2074         * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
2075         * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
2076
2077 2010-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2078
2079         * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
2080         explanation.
2081         Find ucontext_t * on Solaris 11.
2082         (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
2083         Handle new Solaris 11 __sighndlr patterns.
2084
2085 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
2086
2087         PR debug/44901
2088         * vec.h (VEC_block_remove): Fix comment.
2089         * tree-ssa-live.c (remove_unused_locals): Don't use
2090         VEC_unordered_remove on local_decls, instead replace a single
2091         vector element in each iteration if at least one element had
2092         to be removed and VEC_truncate at the end.
2093         * omp-low.c (expand_omp_taskreg): Likewise.
2094
2095 2010-07-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2096
2097         * c-decl.c (finish_function): Fix typo in comment.
2098
2099 2010-07-12  H.J. Lu  <hongjiu.lu@intel.com>
2100
2101         PR bootstrap/44921
2102         * postreload.c (move2add_use_add3_insn): Silence gcc warning
2103         on min_regno.
2104
2105 2010-07-12  Jakub Jelinek  <jakub@redhat.com>
2106
2107         * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
2108         (simplify_stmt_using_ranges): Use it.
2109
2110 2010-07-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2111
2112         * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
2113         member.  Do not mark as GTY(()).
2114         * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
2115         (spu_builtin_decls): New static variable.
2116         (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
2117         (spu_init_builtins): Likewise.
2118         (spu_builtin_mul_widen_even): Likewise.
2119         (spu_builtin_mul_widen_odd): Likewise.
2120         (spu_builtin_mask_for_load): Likewise.
2121         (spu_builtin_vec_perm): Likewise.
2122         * config/spu/spu-c.c: Include "target.h".
2123         (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
2124         of using spu_builtins[].fndecl.
2125
2126 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2127
2128         * config/mips/mips.c (mips_override_options): Make -mflip-mips16
2129         imply -minterlink-mips16.
2130
2131 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2132
2133         * config/mips/mips.h (mips16_globals): Declare.
2134         (SWITCHABLE_TARGET): Define.
2135         * config/mips/mips.c: Include target-globals.h.
2136         (mips16_globals): New variable.
2137         (mips_set_mips16_mode): Use save_target_globals and
2138         restore_target_globals instead of target_reinit.
2139
2140 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2141
2142         * reginfo.c (init_reg_sets): Don't zero globals here.  Update comment
2143         to say that the function can be called more than once.
2144         * target-globals.c (save_target_globals): Call init_reg_sets.
2145
2146 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2147
2148         * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
2149         * bb-reorder.h: New file.
2150         * bb-reorder.c (default_target_bb_reorder): New variable.
2151         (this_target_bb_reorder): New conditional variable.
2152         (uncond_jump_length): Redefine as a macro.
2153         * target-globals.h (this_target_bb_reorder): Declare.
2154         (target_globals): Add a bb_reorder field.
2155         (restore_target_globals): Copy the bb_reorder field to
2156         this_target_bb-reorder.
2157         * target-globals.c: Include bb-reorder.h.
2158         (default_target_globals): Initialize the bb_reorder field.
2159         (save_target_globals): Likewise.
2160
2161 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2162
2163         * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
2164         * gcse.h: New file.
2165         * gcse.c: Include gcse.h.
2166         (default_target_gcse): New variable.
2167         (this_target_gcse): New conditional variable.
2168         (can_copy): Redefine as a macro.
2169         (can_copy_init_p): New macro.
2170         (can_copy_p): Remove can_copy_init_p.
2171         * target-globals.h (this_target_gcse): Declare.
2172         (target_globals): Add a gcse field.
2173         (restore_target_globals): Copy the gcse field to this_target_gcse.
2174         * target-globals.c: Include gcse.h.
2175         (default_target_globals): Initialize the gcse field.
2176         (save_target_globals): Likewise.
2177
2178 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2179
2180         * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
2181         and x_ira_prohibited_mode_move_regs_initialized_p.
2182         (ira_prohibited_mode_move_regs): Redefine as a macro.
2183         * ira.c (ira_prohibited_mode_move_regs): Delete.
2184         (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
2185
2186 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2187
2188         * reload.h (target_reload): Add x_cached_reg_save_code and
2189         x_cached_reg_restore_code.
2190         * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
2191         Redefine as macros.
2192
2193 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2194
2195         * Makefile.in (target-globals.o): Depend on builtins.h.
2196         * builtins.h: New file.
2197         * builtins.c: Include builtins.h.
2198         (default_target_builtins): New variable.
2199         (this_target_builtins): New conditional variable.
2200         (apply_args_mode, apply_result_mode): Redefine as macros.
2201         * target-globals.h (this_target_builtins): Declare.
2202         (target_globals): Add a builtins field.
2203         (restore_target_globals): Copy the builtins field to
2204         this_target_builtins.
2205         * target-globals.c: Include builtins.h.
2206         (default_target_globals): Initialize the builtins field.
2207         (save_target_globals): Likewise.
2208
2209 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2210
2211         * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
2212         (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
2213         from expmed.c.
2214         (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
2215         (alg_hash, alg_hash_used_p): New macros.
2216         * expmed.c (init_expmed): Clear alg_hash if reinitializing.
2217         (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
2218         (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
2219
2220 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2221
2222         * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
2223         x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
2224         * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
2225         (this_op_costs, costs_classes): Redefine as macros.
2226         (record_reg_classes): Don't take op_costs as a parameter.
2227         (record_operand_costs): Likewise.  Update calls to record_reg_classes.
2228         (scan_one_insn): Update call to record_operand_costs.
2229
2230 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2231
2232         * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
2233         * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
2234         (target_ira_int): New structure.
2235         (default_target_ira_int): Declare.
2236         (this_target_ira_int): Declare as a variable or define as a macro.
2237         (ira_reg_mode_hard_regset, ira_register_move_cost)
2238         (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
2239         (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
2240         (prohibited_class_mode_regs, ira_important_classes_num)
2241         (ira_important_classes, ira_reg_class_intersect)
2242         (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
2243         (ira_reg_class_union): Redefine as macros.
2244         * ira.h (target_ira): New structure.
2245         (default_target_ira): Declare.
2246         (this_target_ira): Declare as a variable or define as a macro.
2247         (ira_available_class_regs, ira_hard_regno_cover_class)
2248         (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
2249         (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
2250         (ira_class_hard_regs_num): Redefine as macros.
2251         * ira.c (default_target_ira, default_target_ira_int): New variables.
2252         (this_target_ira, this_target_ira_int): New conditional variables.
2253         (ira_reg_mode_hard_regset, ira_memory_move_cost)
2254         (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
2255         (ira_class_subset_p): Delete.
2256         (no_unit_alloc_regs): Redefine as a macro.
2257         (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
2258         (ira_class_hard_regs_num, ira_class_hard_reg_index)
2259         (ira_available_class_regs): Delete.
2260         (alloc_reg_class_subclasses): Redefine as a macro.
2261         (ira_reg_class_cover_size, ira_reg_class_cover)
2262         (ira_important_classes_num, ira_important_classes)
2263         (ira_important_class_nums, ira_class_translate): Delete.
2264         (cover_class_order): Document the variable's lifetime.
2265         (reorder_important_classes): Don't set ira_important_class_nums.
2266         (ira_reg_class_intersect, ira_reg_classes_intersect_p)
2267         (ira_reg_class_super_classes, ira_reg_class_union)
2268         (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
2269         Delete.
2270         (setup_reg_class_nregs): Don't set ira_max_regs.
2271         (prohibited_class_mode_regs): Delete.
2272         * target-globals.h (this_target_ira, this_target_ira_int): Declare.
2273         (target_globals): Add ira and ira_int fields.
2274         (restore_target_globals): Copy the ira field to this_target_ira
2275         and the ira_int field to this_target_ira_int.
2276         * target-globals.c: Include ira-int.h.
2277         (default_target_globals): Initialize the ira and ira_int fields.
2278         (save_target_globals): Likewise.
2279
2280 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2281
2282         * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
2283         * cfgloop.h (target_cfgloop): New structure.
2284         (default_target_cfgloop): Declare.
2285         (this_target_cfgloop): Declare as a variable or define as a macro.
2286         (target_avail_regs, target_clobbered_regs, target_res_regs)
2287         (target_reg_cost, target_spill_cost): Redefine as macros.
2288         * cfgloopanal.c (default_target_cfgloop): New variable.
2289         (this_target_cfgloop): New conditional variable.
2290         (target_avail_regs, target_clobbered_regs, target_res_regs)
2291         (target_reg_cost, target_spill_cost): Delete.
2292         * target-globals.h (this_target_cfgloop): Declare.
2293         (target_globals): Add a cfgloop field.
2294         (restore_target_globals): Copy the cfgloop field to
2295         this_target_cfgloop.
2296         * target-globals.c: Include cfgloop.h.
2297         (default_target_globals): Initialize the cfgloop field.
2298         (save_target_globals): Likewise.
2299
2300 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2301
2302         * regs.h (target_regs): Add x_direct_load, x_direct_store and
2303         x_float_extend_from_mem.
2304         (direct_load, direct_store, float_extend_from_mem): New macros.
2305         * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
2306
2307 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2308
2309         * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
2310         (target-globals.o): Depend on $(LIBFUNCS_H).
2311         * libfuncs.h: Include hashtab.h.
2312         (libfunc_entry): Moved from optabs.c.
2313         (target_libfuncs): New structure.
2314         (default_target_libfuncs): Declare.
2315         (this_target_libfuncs): Declare as a variable or define as a macro.
2316         (libfunc_table): Redefine as a macro.
2317         * optabs.c (default_target_libfuncs): New variable.
2318         (this_target_libfuncs): New conditional variable.
2319         (libfunc_table): Delete.
2320         (libfunc_entry): Moved to optabs.h.
2321         (libfunc_hash): Redefine as a macro.
2322         (hash_libfunc, eq_libfunc): Fix comments.
2323         (init_optabs): Use libfunc_hash to detect cases where the function
2324         has already been called.  Clear the hash table instead of
2325         recreating it.
2326         * target-globals.h (this_target_libfuncs): Declare.
2327         (target_globals): Add a libfuncs field.
2328         (restore_target_globals): Copy the libfuncs field to
2329         this_target_libfuncs.
2330         * target-globals.c: Include libfuncs.h.
2331         (default_target_globals): Initialize the libfuncs field.
2332         (save_target_globals): Likewise.
2333
2334 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2335
2336         * Makefile.in (LIBFUNCS_H): New variable.  Use instead of libfuncs.h
2337         in all dependency lists.
2338
2339 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2340
2341         * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
2342         * optabs.h (target_optabs): New structure.
2343         (default_target_optabs): Declare.
2344         (this_target_optabs): Declare as a variable or define as a macro.
2345         (optab_table, convert_optab_table, direct_optab_table): Redefine
2346         as macros.
2347         * optabs.c (default_target_optabs): New variable.
2348         (this_target_optabs): New conditional variable.
2349         (optab_table, convert_optab_table, direct_optab_table): Delete.
2350         * target-globals.h (this_target_optabs): Declare.
2351         (target_globals): Add a optabs field.
2352         (restore_target_globals): Copy the optabs field to
2353         this_target_optabs.
2354         * target-globals.c: Include expr.h and optabs.h.
2355         (default_target_globals): Initialize the optabs field.
2356         (save_target_globals): Likewise.
2357
2358 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2359
2360         * flags.h (target_flagstate): Add x_flag_excess_precision.
2361         (flag_excess_precision): Redefine as a macro.
2362         * toplev.c (flag_excess_precision): Delete.
2363
2364 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2365
2366         * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
2367         * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
2368         * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
2369         (no_caller_save_reg_set): Redefine as a macro.
2370         * reload.h (target_reload): Add x_caller_save_initialized_p and
2371         x_regno_save_mode.
2372         (caller_save_initialized_p): Redefine as a macro.
2373         * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
2374         (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
2375         (regno_save_mode): Redefine as a macro.
2376
2377 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2378
2379         * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
2380         * expmed.h: New file.
2381         * expmed.c (default_target_costs): New variable.
2382         (this_target_costs): New conditional variable.
2383         (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
2384         (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
2385         (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
2386         * target-globals.h (this_target_expmed): Declare.
2387         (target_globals): Add a expmed field.
2388         (restore_target_globals): Copy the expmed field to
2389         this_target_expmed.
2390         * target-globals.c: Include expmed.h.
2391         (default_target_globals): Initialize the expmed field.
2392         (save_target_globals): Likewise.
2393
2394 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2395
2396         * Makefile.in (target-globals.o): Depend on reload.h.
2397         * reload.h (target_reload): New structure.
2398         (default_target_reload): Declare.
2399         (this_target_reload): Declare as a variable or define as a macro.
2400         (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
2401         * reload1.c (default_target_reload): New variable
2402         (this_target_reload): New conditional variable.
2403         (indirect_symref_ok, double_reg_address_ok): Delete.
2404         (spill_indirect_levels): Redefine as a macro.
2405         * target-globals.h (this_target_reload): Declare.
2406         (target_globals): Add a reload field.
2407         (restore_target_globals): Copy the reload field to
2408         this_target_reload.
2409         * target-globals.c: Include hard-reg-set.h.
2410         (default_target_globals): Initialize the reload field.
2411         (save_target_globals): Likewise.
2412
2413 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2414
2415         * rtl.h (target_rtl): Add x_static_reg_base_value.
2416         * alias.c (static_reg_base_value): Redefine as a macro.
2417
2418 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2419
2420         * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
2421         (GTFILES): Remove reginfo.c.
2422         * rtl.h (target_rtl): Add x_top_of_stack.
2423         (top_of_stack): New macro.
2424         * reginfo.c: Don't include ggc.h or gt-reginfo.h.
2425         (top_of_stack): Delete.
2426
2427 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2428
2429         * regs.h (target_regs): Add x_hard_regs_of_mode,
2430         x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
2431         x_may_move_out_cost and x_last_mode_for_init_move_cost.
2432         (have_regs_of_mode, contains_reg_of_mode, move_cost)
2433         (may_move_in_cost, may_move_out_cost): Redefine as macros.
2434         * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
2435         (may_move_in_cost, may_move_out_cost): Delete.
2436         (last_mode_for_init_move_cost): Redefine as a macro.
2437
2438 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2439
2440         * hard-reg-set.h (target_hard_regs): New structure.
2441         (default_target_hard_regs): Declare.
2442         (this_target_hard_regs): Declare as a variable or define as a macro.
2443         (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
2444         (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
2445         (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
2446         (reg_class_size, reg_class_subclasses, reg_class_subunion)
2447         (reg_class_superunion, reg_names): Redefine as macros.
2448         * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
2449         (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
2450         (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
2451         (reg_class_contents, reg_class_size, reg_class_subclasses)
2452         (reg_class_subunion, reg_class_superunion, reg_names): Delete.
2453         (default_target_hard_regs): New variable
2454         (this_target_hard_regs, initial_call_really_used_regs)
2455         (initial_reg_alloc_order): New conditional variables.
2456         (initial_reg_names): New variable.
2457         (init_reg_sets): Assert that initial_call_really_used_regs,
2458         initial_reg_alloc_order and initial_reg_names
2459         are all the same size as their variable counterparts.  Use them to
2460         initialize those counterparts.
2461         * target-globals.h (this_target_hard_regs): Declare.
2462         (target_globals): Add a hard_regs field.
2463         (restore_target_globals): Copy the hard_regs field to
2464         this_target_hard_regs.
2465         * target-globals.c: Include hard-reg-set.h.
2466         (default_target_globals): Initialize the hard_regs field.
2467         (save_target_globals): Likewise.
2468
2469 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2470
2471         * Makefile.in (target-globals.o): Depend on $(RTL_H).
2472         * rtl.h (target_rtl): New structure.
2473         (default_target_rtl): Declare.
2474         (this_target_rtl): Declare as a variable or define as a macro.
2475         (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
2476         Redefine as macros.
2477         * emit-rtl.c (default_target_rtl): New variable.
2478         (this_target_rtl): New conditional variable.
2479         (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
2480         (return_address_pointer_rtx): Delete.
2481         (initial_regno_reg_rtx): New macro.
2482         (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
2483         (init_emit_regs): Likewise.
2484         * target-globals.h (this_target_rtl): Declare.
2485         (target_globals): Add a rtl field.
2486         (restore_target_globals): Copy the rtl field to this_target_rtl.
2487         * target-globals.c: Include rtl.h.
2488         (default_target_globals): Initialize the rtl field.
2489         (save_target_globals): Likewise.
2490
2491 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2492
2493         * Makefile.in (target-globals.o): Depend on $(REGS_H).
2494         * regs.h (target_reg_modes): New structure.
2495         (default_target_reg_modes): Declare.
2496         (this_target_reg_modes): Declare as a variable or define as a macro.
2497         (hard_regno_nregs, reg_raw_mode): Redefine as macros.
2498         * reginfo.c (default_target_reg_modes): New variable.
2499         (this_target_reg_modes): New conditional variable.
2500         (hard_regno_nregs, reg_raw_mode): Delete.
2501         * target-globals.h (this_target_regs): Declare.
2502         (target_globals): Add a regs field.
2503         (restore_target_globals): Copy the regs field to this_target_regs.
2504         * target-globals.c: Include regs.h.
2505         (default_target_globals): Initialize the regs field.
2506         (save_target_globals): Likewise.
2507
2508 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
2509
2510         * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
2511         * doc/tm.texi: Regenerate.
2512         * Makefile.in (OBJS-common): Add target-globals.o.
2513         (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
2514         and target-globals.h.
2515         (target-globals.o): New rule.
2516         (GTFILES): Include $(srcdir)/target-globals.h.
2517         * defaults.h (SWITCHABLE_TARGET): Define.
2518         * gengtype.c (open_base_files): Add target-globals.h to the
2519         list of includes.
2520         * target-globals.h: New file.
2521         * target-globals.c: Likewise.
2522
2523         * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
2524         * flags.h (target_flag_state): New structure.
2525         (default_target_flag_state): Declare.
2526         (this_target_flag_state): Declare as a variable or define as a macro.
2527         (align_loops_log): Redefine as a macro.
2528         (align_loops_max_skip, align_jumps_log): Likewise.
2529         (align_jumps_max_skip, align_labels_log): Likewise.
2530         (align_labels_max_skip, align_functions_log): Likewise.
2531         * toplev.c (default_target_flag_state): New variable.
2532         (this_target_flag_state): New conditional variable.
2533         (align_loops_log): Delete.
2534         (align_loops_max_skip, align_jumps_log): Likewise.
2535         (align_jumps_max_skip, align_labels_log): Likewise.
2536         (align_labels_max_skip, align_functions_log): Likewise.
2537         * target-globals.h (this_target_flag_state): Declare.
2538         (target_globals): Add a flag_state field.
2539         (restore_target_globals): Copy the flag_state field to
2540         this_target_flag_state.
2541         * target-globals.c: Include flags.h.
2542         (default_target_globals): Initialize the flag_state field.
2543         (save_target_globals): Likewise.
2544
2545 2010-07-12  Jie Zhang  <jie@codesourcery.com>
2546
2547         * postreload.c (reg_symbol_ref[]): New.
2548         (move2add_use_add2_insn): New.
2549         (move2add_use_add3_insn): New.
2550         (reload_cse_move2add): Handle SYMBOL + OFFSET case.
2551         (move2add_note_store): Likewise.
2552
2553 2010-07-12  Joern Rennecke  <joern.rennecke@embecosm.com>
2554
2555         PR rtl-optimization/44752
2556         * genautomata.c (main): Don't emit an empty file even if there
2557         is no automaton.
2558
2559 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2560
2561         * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
2562         ix86_solaris_return_in_memory.
2563         * config/i386-protos.h: Reflect this.
2564         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
2565         * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
2566         Move ...
2567         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
2568
2569 2010-07-12  Jie Zhang  <jie@codesourcery.com>
2570
2571         * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
2572         align the stack when it's going to be saved.
2573
2574 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2575
2576         PR pch/14940
2577         * config/host-solaris.c (mmap_fixed): New function.
2578         (sol_gt_pch_get_address): Use it.
2579         (sol_gt_pch_use_address): Likewise.
2580
2581 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2582
2583         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
2584         pentiumpro on Solaris 8 and 9/x86.
2585         * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
2586         Document SSE/SSE2 support.
2587         * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
2588
2589 2010-07-12  Andi Kleen  <ak@linux.intel.com>
2590
2591         * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
2592         instead of gcc_assert to print better error message for multiple
2593         prevailing defs.
2594
2595 2010-07-12  Uros Bizjak  <ubizjak@gmail.com>
2596
2597         * config/i386/i386.c (ix86_asm_output_function_label): Change format
2598         string placeholder from 0x%x to %#x.
2599         (ix86_code_end): Use putc to output '\n'.
2600         (ix86_print_operand) <case ';'>: Use putc to output ';'.
2601
2602 2010-07-11  Kai Tietz  <kai.tietz@onevision.com>
2603
2604         * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
2605         in directive -export.
2606
2607 2010-07-10  Anatoly Sokolov  <aesok@post.ru>
2608
2609         * reginfo.h (reg_classes_intersect_p): Change arguments type to
2610         reg_class_t.
2611         * rtl.h (reg_classes_intersect_p): Adjust prototype.
2612
2613         * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
2614         Remove macros.
2615         * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
2616         rs6000_memory_move_cost): Remove
2617         * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
2618         TARGET_MEMORY_MOVE_COST): Define.
2619         (rs6000_register_move_cost): Make static. Change arguments type from
2620         enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
2621         (rs6000_memory_move_cost): Make static. Change arguments type from
2622         'enum reg_class' to reg_class_t.
2623
2624 2010-07-10  Sandra Loosemore  <sandra@codesourcery.com>
2625
2626         PR middle-end/42505
2627         * tree-inline.c (estimate_num_insns): Refactor builtin complexity
2628         lookup code into....
2629         * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
2630         new functions.
2631         * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
2632         * cfgloopanal.c (target_clobbered_regs): Define.
2633         (init_set_costs): Initialize target_clobbered_regs.
2634         (estimate_reg_pressure_cost): Add call_p argument.  When true,
2635         adjust the number of available registers to exclude the
2636         call-clobbered registers.
2637         * cfgloop.h (target_clobbered_regs): Declare.
2638         (estimate_reg_pressure_cost): Adjust declaration.
2639         * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
2640         (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
2641         (determine_set_costs): Dump target_clobbered_regs.
2642         (loop_body_includes_call): New function.
2643         (tree_ssa_iv_optimize_loop): Use it to initialize new field.
2644         * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
2645         call_p flag through.
2646         (best_gain_for_invariant): Likewise.
2647         (find_invariants_to_move): Likewise.
2648         (move_single_loop_invariants): Likewise, using already-computed
2649         has_call field.
2650
2651 2010-07-10  Richard Guenther  <rguenther@suse.de>
2652             Joern Rennecke  <joern.rennecke@embecosm.com>
2653
2654         PR debug/44832
2655         * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
2656         (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
2657         unless they have DECL_IGNORED_P set.
2658
2659 2010-07-10  Richard Guenther  <rguenther@suse.de>
2660
2661         PR lto/44889
2662         * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
2663         helper function.
2664         (gimple_types_compatible_p): Similar to pointed-to
2665         types allow and merge a mix of complete and incomplete aggregate.
2666         Use gimple_fixup_complete_and_incomplete_subtype_p for that.
2667         (iterative_hash_gimple_type): Adjust for that.
2668
2669 2010-07-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
2670
2671         * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
2672
2673 2010-07-10  Iain Sandoe  <iains@gcc.gnu.org>
2674
2675         PR objc/44140
2676         * config/darwin.c (output_objc_section_asm_op): Save and restore
2677         section when outputting ObjC section list.
2678
2679 2010-07-09  Jan Hubicka  <jh@suse.cz>
2680
2681         * lto-streamer-out.c (produce_symtab): Do not write alias
2682         cgraph/varpool nodes.
2683
2684 2010-07-09  Jan Hubicka  <jh@suse.cz>
2685
2686         * tree-inline.c (declare_return_variable): Fix ICE while
2687         inlining DECL_BY_VALUE function not in SSA form
2688
2689 2010-07-09  Changpeng Fang  <changpeng.fang@amd.com>
2690
2691         PR tree-optimization/44576
2692         * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
2693         New.  Pull out from is_loop_prefetching_profitable to implement
2694         the trip count to ahead ratio heuristic.
2695         (mem_ref_count_reasonable_p): New.  Pull out from
2696         is_loop_prefetching_profitable to implement the instruction to
2697         memory reference ratio heuristic.  Also consider not reasonable if
2698         the memory reference count is above a threshold (to avoid
2699         explosive compilation time.
2700         (insn_to_prefetch_ratio_too_small_p): New.  Pull out from
2701         is_loop_prefetching_profitable to implement the instruction to
2702         prefetch ratio heuristic.
2703         (is_loop_prefetching_profitable): Removed.
2704         (loop_prefetch_arrays): Distribute the cost analysis across the
2705         function to allow early exit of the prefetch analysis.
2706         is_loop_prefetching_profitable is splitted into three functions,
2707         with each one called as early as possible.
2708         (PREFETCH_MAX_MEM_REFS_PER_LOOP): New.  Threshold above which the
2709         number of memory references in a loop is considered too many.
2710
2711 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
2712
2713         * reload.c (find_reloads): Don't clear badop if we have a winreg
2714         alternative, but not win, and the class only has fixed regs.
2715         * hard-reg-set.h (class_only_fixed_regs): Declare.
2716         * reginfo.c (class_only_fixed_regs): New array.
2717         (init_reg_sets_1): Initialize it.
2718         * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
2719         discourage alternatives using the stack pointer.
2720
2721         * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
2722
2723         * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
2724
2725         * config/arm/arm.md (cbranchqi4): Fix array size.
2726         (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
2727         calculating length.
2728
2729 2010-07-09  Richard Guenther  <rguenther@suse.de>
2730
2731         * gimple.c (struct type_fixup_s): New struct and VEC type.
2732         (gimple_register_type_fixups): New static global.
2733         (gimple_queue_type_fixup): New function.
2734         (gimple_types_compatible_p): Queue type fixups instead of
2735         applying them here.
2736         (gimple_register_type): Apply queued fixups for the
2737         canonical type.  Empty the type fixup queue.
2738
2739 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
2740
2741         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
2742         * configure: Regenerate.
2743         * config.in: Ditto.
2744
2745 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
2746             Denys Vlasenko  <dvlasenk@redhat.com>
2747             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2748
2749         PR tree-optimization/28632
2750         * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
2751         (extract_range_from_binary_expr): Further optimize
2752         BIT_AND_EXPR and BIT_IOR_EXPR.
2753
2754 2010-07-09  Sebastian Pop  <sebastian.pop@amd.com>
2755
2756         * tree-if-conv.c (fold_or_predicates): New.
2757         (add_to_predicate_list): Call it.
2758
2759 2010-07-09  Richard Guenther  <rguenther@suse.de>
2760
2761         PR middle-end/44890
2762         * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
2763         if base is a pointer.
2764         * tree-cfg.c (verify_expr): Update MEM_REF checking.
2765
2766 2010-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
2767
2768         PR target/44877
2769         * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
2770         POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
2771         builtin mask for load/store builtins.
2772
2773 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
2774
2775         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
2776         for "lock addl".
2777         * configure: Regenerate.
2778         * config/i386/i386.c (ix86_print_operand) <case ';'>:
2779         Remove TARGET_MACHO.
2780
2781 2010-07-09  Peter Bergner  <bergner@vnet.ibm.com>
2782
2783         * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
2784         default ISA flags.
2785         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
2786
2787 2010-07-09  Tom de Vries  <tjvries@xs4all.nl>
2788
2789         * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
2790
2791 2010-07-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
2792
2793         * config/picochip/picochip.md (commsTestPort): Emit more
2794         efficient sequence for tstport instruction.
2795
2796 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
2797
2798         * config/i386/i386.c (ix86_veclib_handler): Make static.
2799
2800 2010-07-09  Richard Guenther  <rguenther@suse.de>
2801
2802         PR tree-optimization/44852
2803         * tree-ssa-alias.c: Include toplev.h for exact_log2.
2804         (indirect_ref_may_alias_decl_p): Properly handle negative offsets
2805         in MEM_REF.
2806         (indirect_refs_may_alias_p): Likewise.
2807         * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
2808
2809 2010-07-09  Richard Guenther  <rguenther@suse.de>
2810
2811         PR tree-optimization/44882
2812         * tree-vect-stmts.c (vectorizable_store): Do not assert alias
2813         sets do conflict.
2814         (vectorizable_load): Likewise.
2815
2816 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
2817
2818         PR target/40657
2819         * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
2820         All callers changed.
2821         Handle the case when we're called for the epilogue.
2822         (thumb_unexpanded_epilogue): Use it.
2823         (thumb1_expand_epilogue): Likewise.
2824
2825 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
2826
2827         * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
2828         both ranges are range_int_cst_p with non-negative minimum,
2829         try harder to derive smaller range.
2830
2831 2010-07-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2832
2833         * genrecog.c: Include diagnostic-core.h before toplev.h.
2834         * genoutput.c: Likewise.
2835         * genextract.c: Likewise.
2836         * genautomata.c: Likewise.
2837         * genemit.c: Likewise.
2838         * genpeep.c: Likewise.
2839         * genattrtab.c: Likewise.
2840         * genconditions.c: Likewise.
2841         * genpreds.c: Likewise.
2842
2843 2010-07-08  Andi Kleen  <ak@linux.intel.com>
2844
2845         * lto-section-in.c (lto_section_name): Add missing comma.
2846
2847 2010-07-08  Anatoly Sokolov  <aesok@post.ru>
2848
2849         * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
2850         * config/ia64/ia64-protos.h (ia64_override_options): Remove.
2851         * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
2852         (ia64_override_options): Rename to...
2853         (ia64_option_override): ... this one. Make static.
2854
2855 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
2856
2857         PR middle-end/44843
2858         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
2859         pointed-to type of the offset in a MEM_REF to compute the alignment.
2860
2861 2010-07-08  Kai Tietz  <kai.tietz@onevision.com>
2862
2863         * final.c (final_scan_insn): Replace
2864         TARGET_UNWIND_INFO macro check by unwind_emit
2865         hook NULL check.
2866         * targhooks.c (default_unwind_emit): Removed.
2867         * targhooks.h (default_unwind_emit): Likewise.
2868         * target.def (unwind_emit): Set default value to NULL.
2869
2870         * config/i386/i386-protos.h (ix86_asm_output_function_label):
2871         New prototype.
2872         * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
2873         for NULL fntype argument and allow 64-bit targets.
2874         (ix86_asm_output_function_label): New function.
2875         (ix86_expand_prologue): Handle 64-bit ms hook prologue.
2876         (ix86_handle_fndecl_attribute): Likewise.
2877         * doc/extend.texi (ms_hook_prologue): Adjust documentation.
2878         * doc/doc/tm.texi: Regenerated.
2879         * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
2880         (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
2881         * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
2882         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
2883         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
2884         * config/elfos.h: Likewise.
2885         * config/i386/cygming.h: Likewise.
2886         * config/netbsd-aout.h: Likewise.
2887         * config/openbsd.h: Likewise.
2888         * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
2889         by ix86_asm_output_function_label function call.
2890         * varasm.c (assemble_start_function): Use
2891         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
2892
2893 2010-07-08  Jan Hubicka  <jh@suse.cz>
2894
2895         * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
2896         New function.
2897         * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
2898         Declare.
2899         * ipa-cp.c (ipcp_estimate_growth): Use it.
2900         * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
2901         Likewise.
2902
2903 2010-07-08  Jan Hubicka  <jh@suse.cz>
2904
2905         * tree-inline.c (declare_return_variable): Allocate annotation for new
2906         temporary.
2907
2908 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
2909
2910         PR tree-optimization/44710
2911         * tree-if-conv.c (parse_predicate): New.
2912         (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
2913         Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
2914
2915 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
2916
2917         * common.opt (ftree-loop-if-convert): New flag.
2918         * doc/invoke.texi (ftree-loop-if-convert): Documented.
2919         * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
2920         when flag_tree_loop_if_convert is set.
2921
2922 2010-07-08  Uros Bizjak  <ubizjak@gmail.com>
2923
2924         * config/i386/i386.c: Use short syntax for function calls
2925         through function pointers.
2926         * config/i386/i386.md: Ditto.
2927
2928 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
2929
2930         * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
2931
2932 2010-07-08  Richard Guenther  <rguenther@suse.de>
2933
2934         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
2935         stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
2936
2937 2010-07-08  Jakub Jelinek  <jakub@redhat.com>
2938
2939         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
2940         instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
2941         (loc_list_from_tree): Likewise.
2942         (output_loc_operands): Handle outputting DW_OP_const[48]u
2943         with loc->dtprel set.
2944         (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
2945
2946 2010-07-08  Jan Hubicka  <jh@suse.cz>
2947
2948         * ipa.c: Include pointer-set.h
2949         (cgraph_externally_visible_p): New attribute ALIASED;
2950         when in LTO, hidden symbols are local unless they are aliased.
2951         (function_and_variable_visibility): Compute aliased nodes;
2952         handle LTO and hidden symbol on functions and vars.
2953         * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
2954         for COMDAT symbols; handle COMDAT_GROUPS also at vars.
2955
2956 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
2957
2958         * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
2959         * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
2960         * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
2961         * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
2962         * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
2963         * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
2964         (ix86_gen_probe_stack_range): Likewise.
2965         (override_options): Set them.
2966         (ix86_target_stack_probe): New function.
2967         (ix86_compute_frame_layout): Force use of push instructions to
2968         save registers if stack checking with probes is enabled.
2969         (get_scratch_register_on_entry): New function.
2970         (release_scratch_register_on_entry): Likewise.
2971         (ix86_adjust_stack_and_probe): Likewise.
2972         (output_adjust_stack_and_probe): Likewise.
2973         (ix86_emit_probe_stack_range): Likewise.
2974         (output_probe_stack_range): Likewise.
2975         (ix86_expand_prologue): Emit stack checking code if static built-in
2976         stack checking is enabled.
2977         Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
2978         * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
2979         (output_adjust_stack_and_probe): Likewise.
2980         (output_probe_stack_range): Likewise.
2981         * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
2982         (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
2983         TARGET_STACK_PROBE.
2984         (allocate_stack_worker_64): Likewise.
2985         (allocate_stack): Likewise.
2986         (adjust_stack_and_probe): New insn.
2987         (probe_stack_range): Likewise.
2988
2989 2010-07-08  Richard Guenther  <rguenther@suse.de>
2990
2991         PR tree-optimization/44831
2992         * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
2993         a MEM_REF preserving TBAA info of the original dereference.
2994         Dereference the original pointer if the address is not invariant.
2995         (propagate_with_phi): Fixup type checks wrt MEM_REFs.  Require
2996         at least one invariant address that we are going to dereference.
2997
2998 2010-07-08  Richard Guenther  <rguenther@suse.de>
2999
3000         PR tree-optimization/44861
3001         * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
3002         information when building MEM_REFs.
3003         (vectorizable_load): Likewise.
3004         * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
3005
3006 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
3007
3008         * config/sol2-c.c: Do not include diagnostic-core.h.
3009
3010 2010-07-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3011
3012         PR bootstrap/44768
3013         * cfgexpand.c (estimated_stack_frame_size): Make self-contained
3014         with respect to current_function_decl. Pass decl of the function.
3015         * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
3016         * ipa-inline.c (compute_inline_parameters): Pass decl to
3017         estimated_stack_frame_size.
3018
3019 2010-07-08  Richard Guenther  <rguenther@suse.de>
3020
3021         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
3022         New function.
3023         (valueize_refs): Call it.
3024
3025 2010-07-08  Richard Guenther  <rguenther@suse.de>
3026
3027         PR rtl-optimization/44838
3028         * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
3029         SSA form do not use pointer equivalence.
3030
3031 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
3032
3033         * dwarf2out.c (AT_linkage_name): Delete.
3034         (add_linkage_attr): New function.
3035         (add_linkage_name): Call it to emit the linkage attribute.
3036         (dwarf2out_finish): Likewise.
3037         (move_linkage_attr): Explicitly accept both attribute variants.
3038
3039 2010-07-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3040
3041         * toplev.h: Do not include diagnostic-core.h.
3042         Include diagnostic-core.h in every file that includes toplev.h.
3043         * c-tree.h: Do not include toplev.h.
3044         * pretty-print.h: Update comment.
3045         * Makefile.in: Update dependencies.
3046         * alias.c: Include diagnostic-core.h in every file that includes
3047         toplev.h.
3048         * attribs.c: Likewise.
3049         * auto-inc-dec.c: Likewise.
3050         * bb-reorder.c: Likewise.
3051         * bt-load.c: Likewise.
3052         * caller-save.c: Likewise.
3053         * calls.c: Likewise.
3054         * cfg.c: Likewise.
3055         * cfganal.c: Likewise.
3056         * cfgbuild.c: Likewise.
3057         * cfgcleanup.c: Likewise.
3058         * cfghooks.c: Likewise.
3059         * cfgloop.c: Likewise.
3060         * combine.c: Likewise.
3061         * config/alpha/alpha.c: Likewise.
3062         * config/arc/arc.c: Likewise.
3063         * config/arm/arm.c: Likewise.
3064         * config/arm/pe.c: Likewise.
3065         * config/avr/avr.c: Likewise.
3066         * config/bfin/bfin.c: Likewise.
3067         * config/cris/cris.c: Likewise.
3068         * config/crx/crx.c: Likewise.
3069         * config/darwin-c.c: Likewise.
3070         * config/darwin.c: Likewise.
3071         * config/fr30/fr30.c: Likewise.
3072         * config/frv/frv.c: Likewise.
3073         * config/h8300/h8300.c: Likewise.
3074         * config/host-darwin.c: Likewise.
3075         * config/i386/i386.c: Likewise.
3076         * config/i386/netware.c: Likewise.
3077         * config/i386/nwld.c: Likewise.
3078         * config/i386/winnt-cxx.c: Likewise.
3079         * config/i386/winnt-stubs.c: Likewise.
3080         * config/i386/winnt.c: Likewise.
3081         * config/ia64/ia64-c.c: Likewise.
3082         * config/ia64/ia64.c: Likewise.
3083         * config/iq2000/iq2000.c: Likewise.
3084         * config/lm32/lm32.c: Likewise.
3085         * config/m32c/m32c-pragma.c: Likewise.
3086         * config/m32c/m32c.c: Likewise.
3087         * config/m32r/m32r.c: Likewise.
3088         * config/m68hc11/m68hc11.c: Likewise.
3089         * config/m68k/m68k.c: Likewise.
3090         * config/mcore/mcore.c: Likewise.
3091         * config/mep/mep-pragma.c: Likewise.
3092         * config/mep/mep.c: Likewise.
3093         * config/mmix/mmix.c: Likewise.
3094         * config/mn10300/mn10300.c: Likewise.
3095         * config/moxie/moxie.c: Likewise.
3096         * config/pa/pa.c: Likewise.
3097         * config/pdp11/pdp11.c: Likewise.
3098         * config/picochip/picochip.c: Likewise.
3099         * config/rs6000/rs6000-c.c: Likewise.
3100         * config/rs6000/rs6000.c: Likewise.
3101         * config/rx/rx.c: Likewise.
3102         * config/s390/s390.c: Likewise.
3103         * config/score/score.c: Likewise.
3104         * config/score/score3.c: Likewise.
3105         * config/score/score7.c: Likewise.
3106         * config/sh/sh.c: Likewise.
3107         * config/sh/symbian-base.c: Likewise.
3108         * config/sh/symbian-c.c: Likewise.
3109         * config/sh/symbian-cxx.c: Likewise.
3110         * config/sol2-c.c: Likewise.
3111         * config/sol2.c: Likewise.
3112         * config/sparc/sparc.c: Likewise.
3113         * config/spu/spu.c: Likewise.
3114         * config/stormy16/stormy16.c: Likewise.
3115         * config/v850/v850-c.c: Likewise.
3116         * config/v850/v850.c: Likewise.
3117         * config/vax/vax.c: Likewise.
3118         * config/vxworks.c: Likewise.
3119         * config/xtensa/xtensa.c: Likewise.
3120         * convert.c: Likewise.
3121         * cse.c: Likewise.
3122         * cselib.c: Likewise.
3123         * dbgcnt.c: Likewise.
3124         * dbxout.c: Likewise.
3125         * ddg.c: Likewise.
3126         * dominance.c: Likewise.
3127         * emit-rtl.c: Likewise.
3128         * explow.c: Likewise.
3129         * expmed.c: Likewise.
3130         * fixed-value.c: Likewise.
3131         * fold-const.c: Likewise.
3132         * fwprop.c: Likewise.
3133         * gcse.c: Likewise.
3134         * ggc-common.c: Likewise.
3135         * ggc-page.c: Likewise.
3136         * ggc-zone.c: Likewise.
3137         * gimple-low.c: Likewise.
3138         * gimplify.c: Likewise.
3139         * graph.c: Likewise.
3140         * haifa-sched.c: Likewise.
3141         * ifcvt.c: Likewise.
3142         * implicit-zee.c: Likewise.
3143         * integrate.c: Likewise.
3144         * ira-build.c: Likewise.
3145         * ira-color.c: Likewise.
3146         * ira-conflicts.c: Likewise.
3147         * ira-costs.c: Likewise.
3148         * ira-lives.c: Likewise.
3149         * ira.c: Likewise.
3150         * lists.c: Likewise.
3151         * loop-doloop.c: Likewise.
3152         * loop-iv.c: Likewise.
3153         * lto-opts.c: Likewise.
3154         * lto-symtab.c: Likewise.
3155         * main.c: Likewise.
3156         * modulo-sched.c: Likewise.
3157         * optabs.c: Likewise.
3158         * params.c: Likewise.
3159         * plugin.c: Likewise.
3160         * postreload-gcse.c: Likewise.
3161         * postreload.c: Likewise.
3162         * predict.c: Likewise.
3163         * profile.c: Likewise.
3164         * real.c: Likewise.
3165         * regcprop.c: Likewise.
3166         * reginfo.c: Likewise.
3167         * regmove.c: Likewise.
3168         * reorg.c: Likewise.
3169         * resource.c: Likewise.
3170         * rtl.c: Likewise.
3171         * rtlanal.c: Likewise.
3172         * sched-deps.c: Likewise.
3173         * sched-ebb.c: Likewise.
3174         * sched-rgn.c: Likewise.
3175         * sdbout.c: Likewise.
3176         * sel-sched-dump.c: Likewise.
3177         * sel-sched-ir.c: Likewise.
3178         * simplify-rtx.c: Likewise.
3179         * stmt.c: Likewise.
3180         * stor-layout.c: Likewise.
3181         * store-motion.c: Likewise.
3182         * targhooks.c: Likewise.
3183         * tree-cfg.c: Likewise.
3184         * tree-cfgcleanup.c: Likewise.
3185         * tree-dump.c: Likewise.
3186         * tree-eh.c: Likewise.
3187         * tree-inline.c: Likewise.
3188         * tree-nomudflap.c: Likewise.
3189         * tree-object-size.c: Likewise.
3190         * tree-optimize.c: Likewise.
3191         * tree-outof-ssa.c: Likewise.
3192         * tree-phinodes.c: Likewise.
3193         * tree-profile.c: Likewise.
3194         * tree-ssa-ccp.c: Likewise.
3195         * tree-ssa-coalesce.c: Likewise.
3196         * tree-ssa-live.c: Likewise.
3197         * tree-ssa-loop-niter.c: Likewise.
3198         * tree-ssa-loop-prefetch.c: Likewise.
3199         * tree-ssa-loop.c: Likewise.
3200         * tree-ssa-structalias.c: Likewise.
3201         * tree-ssa-uninit.c: Likewise.
3202         * tree-ssa.c: Likewise.
3203         * tree-vect-data-refs.c: Likewise.
3204         * tree-vect-loop-manip.c: Likewise.
3205         * tree-vect-loop.c: Likewise.
3206         * tree-vect-patterns.c: Likewise.
3207         * tree-vect-stmts.c: Likewise.
3208         * tree-vrp.c: Likewise.
3209         * varasm.c: Likewise.
3210         * vec.c: Likewise.
3211         * web.c: Likewise.
3212         * xcoffout.c: Likewise.
3213
3214 2010-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
3215
3216         * gengtype.c (write_field_root): New function.
3217         (write_root): Use it.
3218
3219 2010-07-07  Wei Guozhi  <carrot@google.com>
3220
3221         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
3222         of lowest bits to lshift/compare): Add a missing line.
3223
3224 2010-07-07  Wei Guozhi  <carrot@google.com>
3225
3226         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
3227         of lowest bits to lshift/compare): New.
3228
3229 2010-07-07  Tom Tromey  <tromey@redhat.com>
3230
3231         * doc/tm.texi: Update.
3232         * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
3233         Add @hook.
3234         * target.def (want_debug_pub_sections): New hook.
3235         * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
3236         * dwarf2out.c (add_pubname_string): Check
3237         targetm.want_debug_pub_sections.
3238         (add_pubname): Likewise.
3239         (add_pubtype): Likewise.
3240
3241 2010-07-07  Jie Zhang  <jie@codesourcery.com>
3242
3243         * genautomata.c (output_automata_list_min_issue_delay_code):
3244         Correctly decompress min_issue_delay.
3245
3246 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
3247
3248         PR rtl-optimization/44404
3249         * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
3250         possible, use reg_overlap_mentioned_p instead.
3251
3252 2010-07-07  Duncan Sands  <baldrick@free.fr>
3253
3254         PR middle-end/41355
3255         * tree.c (build_function_type_skip_args): Copy the original type using
3256         build_distinct_type_copy rather than copy_node.
3257
3258 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
3259
3260         PR target/44850
3261         * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
3262         revision 161876.
3263         (ix86_expand_prologue): Likewise.
3264         (ix86_handle_fndecl_attribute): Likewise.
3265         (ix86_asm_declare_function_name): Likewise.
3266         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
3267         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
3268         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
3269         * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
3270         * doc/extend.texi: Likewise.
3271
3272 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
3273
3274         PR target/44844
3275         * config/i386/i386.md (rdrand<mode>): Changed to expand to
3276         retry if the carry flag isn't valid.
3277         (rdrand<mode>_1): New.
3278
3279 2010-07-07  Richard Guenther  <rguenther@suse.de>
3280
3281         PR middle-end/44790
3282         * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
3283         for expanding the constant offset for MEM_REFs.
3284
3285 2010-07-07  Richard Guenther  <rguenther@suse.de>
3286
3287         * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
3288         * tree-ssa-propagate.c (valid_gimple_call_p): Make static.  Fix.
3289         * gimple.h (is_gimple_operand): Remove.
3290         * gimple.c (is_gimple_operand): Likewise.
3291         (walk_gimple_op): Fix wi->val_only setting for calls.
3292         * tree-cfg.c (verify_gimple_call): Fix argument validation.
3293         * tree-profile.c (tree_gen_ic_func_profiler): Do not create
3294         invalid gimple calls.
3295
3296 2010-07-06  Jan Hubicka  <jh@suse.cz>
3297
3298         * lto-cgraph.c (output_cgraph): Add missing declaration.
3299
3300 2010-07-06  Jan Hubicka  <jh@suse.cz>
3301
3302         * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
3303         partition.
3304
3305 2010-07-06  Alexandre Oliva  <aoliva@redhat.com>
3306
3307         * doc/gimple.texi (GIMPLE_DEBUG): Document.
3308         * doc/rtl.texi (Debug Information): New node.
3309         (NOTE_INSN_VAR_LOCATION): Document.
3310         (debug_insn): Likewise.
3311         * doc/generic.texi (DEBUG_EXPR_DECL): Document.
3312
3313 2010-07-07  Jan Hubicka  <jh@suse.cz>
3314
3315         With parts by Richard Guenther.
3316
3317         PR middle-end/44813
3318         * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
3319         for functions passed by reference.
3320         * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
3321         in memory when passed by reference.
3322         * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
3323         beggining.
3324         * ipa-split.c (split_function): Cleanup way return value is passed;
3325         handle SSA DECL_BY_REFERENCE retvals.
3326         * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
3327         DECL_BY_REFERENCE is set.
3328         * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
3329         find_what_p_points_to): Handle RESULT_DECL.
3330         * tree-inline.c (declare_return_variable): Get new entry_block argument;
3331         when passing by reference ensure that RESULT_DECL is gimple_val.
3332         (remap_gimple_op_r): Remap RESULT_DECL ssa name.
3333         (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
3334
3335 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
3336
3337         PR rtl-optimization/44787
3338         * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
3339         * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
3340
3341 2010-07-06  Jan Hubicka  <jh@suse.cz>
3342
3343         * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
3344         (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
3345         with body can prevail.
3346         (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
3347         (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
3348         * cgraph.c (cgraph_get_node_or_alias): New function.
3349         * cgraph.h (cgraph_get_node_or_alias): Declare.
3350
3351 2010-07-06  Kai Tietz  <kai.tietz@onevision.com>
3352
3353         * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
3354         support.
3355         (ix86_expand_prologue): Likewise.
3356         (ix86_handle_fndecl_attribute): Likewise.
3357         (ix86_asm_declare_function_name): New function for
3358         ASM_DECLARE_FUNCTION_NAME.
3359         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
3360         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
3361         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
3362         * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
3363         * doc/extend.texi: Adjust documentation about ms_hook_prologue
3364         attribute.
3365
3366 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
3367
3368         * config/i386/i386.md (immediate_operand): New mode attribute.
3369
3370         (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
3371         pro_epilogue_adjust_stack  and pro_epilogue_adjust_stack_rex64
3372         using P mode iterator.
3373         (pro_epilogue_adjust_stack_di_2): Rename from
3374         pro_epilogue_adjust_stack_rex64_2.
3375
3376         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
3377
3378 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
3379
3380         * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
3381         through gen_mov_insv_1 function pointer.
3382         (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
3383         gen_truncxf<mode>2 through gen_truncxf function pointer.
3384         (remainder<mode>3): Ditto.
3385         (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
3386         (allocate_stack): Call gen_allocate_stack_worker_64 or
3387         gen_allocate_stack_worker_32 through gen_allocate_stack_worker
3388         function pointer.
3389         (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
3390         function pointer.
3391
3392 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
3393
3394         * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
3395         operand constraint instead of <r><i>m.
3396
3397 2010-07-06  Richard Guenther  <rguenther@suse.de>
3398
3399         PR middle-end/44828
3400         * convert.c (convert_to_integer): Watch out for overflowing
3401         MULT_EXPR as well.
3402
3403 2010-07-05  Jan Hubicka  <jh@suse.cz>
3404
3405         * lto-streamer.c (write_symbol_vec): Rename to ...
3406         (write_symbol) ... this one; write only symbol given and when
3407         present in cache. Sanity check that what is defined is present
3408         in cgraph/varpool with body/finalized decl.
3409         (write_symbols_of_kind): Remove.
3410         (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
3411         pairs to produce symtab.
3412         (produce_asm_for_decls): Update call of produce_symtab; don't do so
3413         when doing WPA streaming.
3414
3415 2010-07-05  Jan Hubicka  <jh@suse.cz>
3416
3417         * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
3418         function is still available to fold into.
3419
3420 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
3421
3422         * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
3423         * function.h (struct_function): Change type of local_decls field
3424         to a VEC.
3425         (add_local_decl): New function.
3426         (FOR_EACH_LOCAL_DECL): New macro.
3427         * cfgexpand.c (init_vars_expansion): Adjust for new type of
3428         cfun->local_decls.
3429         (estimated_stack_frame_size): Likewise.
3430         (expand_used_vars): Likewise.
3431         * cgraphbuild.c (build_cgraph_edges): Likewise.
3432         * function.c (instantiate_decls_1): Likewise.
3433         * ipa-struct-reorg.c (build_data_structure): Likewise.
3434         * ipa-type-escape.c (analyze_function): Likewise.
3435         * lto-streamer-in.c (input_function): Likewise.
3436         * lto-streamer-out.c (output_function): Likewise.
3437         * tree-ssa-live.c (remove_unused_locals): Likewise.
3438         * tree.c (free_lang_data_in_decl): Likewise.
3439         (find_decls_types_in_node): Likewise.
3440         * omp-low.c (remove_exit_barrier): Likewise.
3441         (expand_omp_taskreg): Likewise.
3442         (list2chain): Rename to...
3443         (vec2chain): ...this.  Adjust.
3444         * cgraphunit.c (assemble_thunk): Call add_local_decl.
3445         * tree-cfg.c (replace_by_duplicate_decl): Likewise.
3446         * gimple-low.c (record_vars_into): Likewise.
3447         * tree-inline.c (remap_decls): Likewise.
3448         (declare_return_variable): Likewise.
3449         (declare_inline_vars): Likewise.
3450         (copy_forbidden): Adjust for new type of cfun->local_decls.
3451         (add_local_variables): New function.
3452         (expand_call_inline): Call it.
3453         (tree_function_versioning): Likewise.
3454
3455 2010-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3456
3457         AVX Programming Reference (June, 2010)
3458         * config/i386/cpuid.h (bit_F16C): New.
3459         (bit_RDRND): Likewise.
3460         (bit_FSGSBASE): Likewise.
3461
3462         * config/i386/i386-builtin-types.def: Add
3463         "DEF_FUNCTION_TYPE (UINT16)", function types for
3464         float16 <-> float conversions and
3465         "DEF_FUNCTION_TYPE (VOID, UINT64)".
3466
3467         * config/i386/i386-c.c (ix86_target_macros_internal): Support
3468         OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
3469         OPTION_MASK_ISA_F16C.
3470
3471         * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
3472         (OPTION_MASK_ISA_RDRND_SET): Likewise.
3473         (OPTION_MASK_ISA_F16C_SET): Likewise.
3474         (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
3475         (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
3476         (OPTION_MASK_ISA_F16C_UNSET): Likewise.
3477         (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
3478         (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
3479         (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
3480         (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
3481         (override_options): Handle them.
3482         (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
3483         (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
3484         IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
3485         IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
3486         IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
3487         IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
3488         IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
3489         IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
3490         IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
3491         (bdesc_args): Likewise.
3492         (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
3493         V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
3494         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
3495         VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
3496         Handle non-memory store.
3497
3498         * config/i386/i386.h (TARGET_FSGSBASE): New.
3499         (TARGET_RDRND): Likewise.
3500         (TARGET_F12C): Likewise.
3501
3502         * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
3503         (UNSPEC_VCVTPS2PH): Likewise.
3504         (UNSPECV_RDFSBASE): Likewise.
3505         (UNSPECV_RDGSBASE): Likewise.
3506         (UNSPECV_WRFSBASE): Likewise.
3507         (UNSPECV_WRGSBASE): Likewise.
3508         (UNSPECV_RDRAND): Likewise.
3509         (rdfsbase<mode>): Likewise.
3510         (rdgsbase<mode>): Likewise.
3511         (wrfsbase<mode>): Likewise.
3512         (wrgsbase<mode>): Likewise.
3513         (rdrand<mode>): Likewise.
3514
3515         * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
3516
3517         * config/i386/immintrin.h (_rdrand_u16): New.
3518         (_rdrand_u32): Likewise.
3519         (_readfsbase_u32): Likewise.
3520         (_readfsbase_u64): Likewise.
3521         (_readgsbase_u32): Likewise.
3522         (_readgsbase_u64): Likewise.
3523         (_writefsbase_u32): Likewise.
3524         (_writefsbase_u64): Likewise.
3525         (_writegsbase_u32): Likewise.
3526         (_writegsbase_u64): Likewise.
3527         (_rdrand_u64): Likewise.
3528         (_cvtsh_ss): Likewise.
3529         (_mm_cvtph_ps): Likewise.
3530         (_mm256_cvtph_ps): Likewise.
3531         (_cvtss_sh): Likewise.
3532         (_mm_cvtps_ph): Likewise.
3533         (_mm256_cvtps_ph): Likewise.
3534
3535         * config/i386/sse.md (vcvtph2ps): New.
3536         (*vcvtph2ps_load): Likewise.
3537         (vcvtph2ps256): Likewise.
3538         (vcvtps2ph): Likewise.
3539         (*vcvtps2ph): Likewise.
3540         (*vcvtps2ph_store): Likewise.
3541         (vcvtps2ph256): Likewise.
3542
3543         * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
3544
3545         * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
3546
3547 2010-07-05  Joern Rennecke  <joern.rennecke@embecosm.com>
3548
3549         PR bootstrap/44512
3550         * genenums.c (main): Output include of insn-constants.h
3551         * Makefile.in (insn-enums.o): Depend on insn-constants.h.
3552
3553 2010-07-05  Uros Bizjak  <ubizjak@gmail.com>
3554
3555         * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
3556         (override_options): Initialize it.
3557         (ix86_expand_prologue): Use it.
3558
3559 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
3560
3561         * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
3562
3563 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
3564
3565         * double-int.h (fit_double_type): Remove declaration.
3566         * double-int.c (fit_double_type): Remove function.
3567         * tree.h (int_fits_type_p): Adjust prototype.
3568         * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
3569         instead of fit_double_type.
3570         (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
3571         instead of fit_double_type and build_int_cst_wide.
3572         * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
3573         instead of fit_double_type and build_int_cst_wide.
3574         (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
3575         of fit_double_type.
3576
3577 2010-07-05  Jan Hubicka  <jh@suse.cz>
3578
3579         * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
3580         in_other_partition.
3581         * lto-cgraph.c (referenced_from_other_partition_p,
3582         reachable_from_other_partition_p): Use in_other_partition flags.
3583         (output_node, output_varpool_node): COMDAT nodes always have private
3584         copies and thus are never used from other partition.
3585
3586 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
3587
3588         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
3589         * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
3590         * config/ia64/ia64.c Include reload.h.
3591         (ia64_memory_move_cost): New function.
3592         (TARGET_MEMORY_MOVE_COST): Define.
3593         (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
3594         memory_move_cost.
3595
3596 2010-07-05  Sandra Loosemore  <sandra@codesourcery.com>
3597
3598         PR middle-end/42505
3599         * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
3600         comments about cost model.
3601         (try_add_cand_for):  Add second strategy for choosing initial set
3602         based on original IVs, controlled by ORIGINALP argument.
3603         (get_initial_solution): Add ORIGINALP argument.
3604         (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
3605         (find_optimal_iv_set): Try two different strategies for choosing
3606         the IV set, and return the one with lower cost.
3607
3608 2010-07-05  Richard Guenther  <rguenther@suse.de>
3609
3610         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
3611
3612 2010-07-05  Richard Guenther  <rguenther@suse.de>
3613
3614         * tree.c (reference_alias_ptr_type): New function.
3615         * tree.h (reference_alias_ptr_type): Declare.
3616         * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
3617         allow non-TARGET_MEM_REF new refs.
3618         (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
3619         * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
3620         Build a MEM_REF instead of a TARGET_MEM_REF if possible.
3621         (create_mem_ref): Get alias pointer type.  Adjust calls to
3622         create_mem_ref_raw.
3623         (maybe_fold_tmr): Likewise.
3624         * tree-flow.h (create_mem_ref): Adjust prototype.
3625
3626 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
3627
3628         PR c++/44808
3629         * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
3630         *from_p is VAR_DECL.
3631
3632 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
3633
3634         * tree.h (build_call_list): Remove.
3635         * tree.c (build_call_list): Remove.
3636
3637 2010-07-05  Richard Guenther  <rguenther@suse.de>
3638
3639         * double-int.h (double_int_sub): Declare.
3640         * double-int.c (double_int_sub): New function.
3641         * dwarf2out.c (field_byte_offset): Use it.
3642         * fixed-value.c (do_fixed_add): Likewise.
3643         (do_fixed_multiply): Likewise.
3644         (do_fixed_divide): Likewise.
3645         * tree-predcom.c (add_ref_to_chain): Likewise.
3646         (determine_roots_comp): Likewise.
3647         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
3648
3649 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
3650
3651         * vec.h (VEC_splice, VEC_safe_splice): New macros.  Add function
3652         implementations.
3653
3654 2010-07-05  Bernd Schmidt  <bernds@codesourcery.com>
3655
3656         * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
3657         * arm-modes.def (CC_NOTB): Don't define.
3658         * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
3659         (adddi_sesidi_di, adddi_zesidi_di): Likewise.
3660         (LTUGEU): New code_iterator.
3661         (cnb, optab): New corresponding code_attrs.
3662         (addsi3_carryin_<optab>): Renamed from addsi3_carryin.  Change pattern
3663         to canonical form.  Operands 1 and 2 are commutative.  Parametrize
3664         using LTUGEU.
3665         (addsi3_carryin_shift_<optab>): Likewise.
3666         (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
3667         Operands 1 and 2 are commutative.  Parametrize using LTUGEU.
3668         (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
3669         (subsi3_compare): Renamed from subsi3_compare0_c.
3670         Change CC_NOTB to CC.
3671         (arm_subsi3_insn): Allow constants for operand 0.
3672         (compare_scc peephole for eq case): New.
3673         (compare_scc splitters): Change CC_NOTB to CC.
3674
3675 2010-07-05  Richard Guenther  <rguenther@suse.de>
3676
3677         * tree-ssa-loop-im.c (for_each_index): Do not handle
3678         ALIGN_INDIRECT_REF.
3679         (gen_lsm_tmp_name): Likewise.
3680         * tree-dump.c (dequeue_and_dump): Likewise.
3681         * tree-pretty-print.c (dump_generic_node): Likewise.
3682         (op_code_prio): Likewise.
3683         (op_symbol_code): Likewise.
3684         * tree.c (staticp): Likewise.
3685         (build1_stat): Likewise.
3686         * tree.h (INDIRECT_REF_P): Likewise.
3687         * fold-const.c (maybe_lvalue_p): Likewise.
3688         (operand_equal_p): Likewise.
3689         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
3690         (ao_ref_init_from_vn_reference): Likewise.
3691         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
3692         (find_interesting_uses_address): Likewise.
3693         * dwarf2out.c (loc_list_from_tree): Likewise.
3694         * gimplify.c (gimplify_expr): Likewise.
3695         * tree-eh.c (tree_could_trap_p): Likewise.
3696         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
3697         * cfgexpand.c (expand_debug_expr): Likewise.
3698         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
3699         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
3700         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
3701         * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
3702         * tree-ssa-operands.c (get_expr_operands): Likewise.
3703         * expr.c (safe_from_p): Likewise.
3704         (expand_expr_real_1): Likewise.  TER BIT_AND_EXPRs into MEM_REFs.
3705         * tree-vect-data-refs.c (vect_setup_realignment): Build
3706         BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
3707         * tree-vect-stmts.c (vectorizable_load): Likewise.
3708         * tree.def (ALIGN_INDIRECT_REF): Remove.
3709
3710 2010-07-05  Richard Guenther  <rguenther@suse.de>
3711
3712         PR tree-optimization/44784
3713         * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
3714         for inserted stmts.
3715         (find_or_generate_expression): Fix SCCVN insertion check.
3716
3717 2010-07-05  Nathan Sidwell  <nathan@codesourcery.com>
3718
3719         * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
3720         * config/rs6000/e500crtsav64gprctr.asm: Likewise.
3721         * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
3722         directives.
3723
3724 2010-07-05  Ira Rosen  <irar@il.ibm.com>
3725
3726         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
3727         statements that are not vectorized.
3728         * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
3729         in INSIDE_COST.
3730
3731 2010-07-05  Mikael Pettersson  <mikpe@it.uu.se>
3732
3733         PR bootstrap/44820
3734         * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
3735
3736 2010-07-05  Richard Guenther  <rguenther@suse.de>
3737
3738         * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
3739         RESULT_DECLs properly.
3740
3741 2010-07-04  H.J. Lu  <hongjiu.lu@intel.com>
3742
3743         PR rtl-optimization/44695
3744         * config/i386/i386.md (extract_code): Removed.
3745         (<u>divmodqi4): Likewise.
3746         (divmodqi4): New.
3747         (udivmodqi4): Likewise.
3748         (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
3749         (udivmodhiqi3): Likewise.
3750
3751 2010-07-04  Jan Hubicka  <jh@suse.cz>
3752
3753         * lto-cgraph.c (input_edge): Do not care about resolution decisions.
3754
3755 2010-07-04  Jan Hubicka  <jh@suse.cz>
3756
3757         * cgraphunit.c (init_cgraph): Only initialize dump file if it
3758         is not already initialized.
3759
3760 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
3761
3762         * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
3763         (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
3764         (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
3765         (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
3766         (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
3767         (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
3768         (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
3769         (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
3770         (sync_new_nand_optab): Redefine as macros.
3771         (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
3772         Delete.
3773         (direct_optab_index): New enum.
3774         (direct_optab_d): New structure.
3775         (direct_optab): New typedef.
3776         (direct_optab_table): Declare.
3777         (direct_optab_handler, set_direct_optab_handler): New functions.
3778         (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
3779         (sync_lock_release_optab): New macros.
3780         * optabs.c (direct_optab_table): New variable.
3781         (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
3782         (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
3783         cmpstr_optab and cmpstrn_optab.
3784         (emit_conditional_move): Likewise for movcc_optab.
3785         (can_conditionally_move_p): Likewise for movcc_gen_code.
3786         (init_insn_codes): Clear direct_optab_table.
3787         (init_optabs): Don't initialize the new "direct optabs" here.
3788         (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
3789         vcond_gen_code.
3790         (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
3791         (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
3792         (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
3793         (expand_sync_operation): Likewise other sync_*_optabs.
3794         (expand_sync_fetch_operation): Likewise.  Rename sync_compare_and_swap
3795         to sync_compare_and_swap_optab.
3796         (expand_sync_lock_test_and_set): Use direct_optab_handler for
3797         sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
3798         to the names of both.
3799         * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
3800         cmpstr_optab and cmpstrn_optab.
3801         (expand_builtin_lock_release): Likewise sync_lock_release.
3802         * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
3803         (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
3804         (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
3805         (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
3806         (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
3807         (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
3808         (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
3809         (sync_lock_test_and_set, sync_lock_release): Delete.
3810         (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
3811         (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
3812         * genopinit.c (optabs): Use set_direct_optab_handler for the new
3813         macro optabs.
3814         * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
3815         the "optab" local variable.  Use direct_optab_handler for optab and
3816         sync_compare_and_swap_optab.
3817         * reload1.c (reload_in_optab, reload_out_optab): Delete.
3818         * targhooks.c (default_secondary_reload): Use direct_optab_handler for
3819         reload_in_optab and reload_out_optab.
3820         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
3821         * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
3822         * config/pa/pa.c (pa_secondary_reload): Likewise.
3823         * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
3824         for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
3825         (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
3826         (VMSupportsCS8_builtin): Likewise.
3827
3828 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
3829
3830         * optabs.h (optab_handlers): Change type of insn_code to int.
3831         (optab_handler, set_optab_handler, convert_optab_handler)
3832         (set_convert_optab_handler): Treat the insn_code field as "insn_code -
3833         CODE_FOR_nothing".
3834         * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
3835         (init_insn_codes): Zero both the above arrays.
3836         (init_optabs): Never call init_insn_codes first time around.
3837
3838 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
3839
3840         * optabs.h (optab_handler, convert_optab_handler): Turn into
3841         inline functions that return an insn code.
3842         (set_optab_handler, set_convert_optab_handler): New functions.
3843         * builtins.c: Replace optab_handler(X)->insn_code with
3844         optab_handler or set_optab_handler thoughout.  Likewise
3845         convert_optab_handler(X)->insn_code with convert_optab_handler
3846         and set_convert_optab_handler.
3847         * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
3848         reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
3849         tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
3850         tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
3851         tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
3852         config/spu/spu.c: Likewise.
3853
3854 2010-07-04  Kaz Kojima  <kkojima@gcc.gnu.org>
3855
3856         PR target/44531
3857         * config.gcc (sh*-*-*): Use regular expressions instead of
3858         the 'i' modifier for sed substitutions.
3859
3860 2010-07-04  Jeremie Salvucci  <jeremie.salvucci@free.fr>
3861
3862         * gimple.c (gimple_body): Comments added.
3863
3864 2010-07-04  Richard Guenther  <rguenther@suse.de>
3865
3866         PR middle-end/44809
3867         * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
3868         of an INDIRECT_REF.
3869
3870 2010-07-04  Richard Guenther  <rguenther@suse.de>
3871
3872         PR tree-optimization/44479
3873         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
3874         extra SSA name copy statements which preserves points-to
3875         information.
3876         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
3877         Copy points-to information for all pointers.  Properly handle
3878         MEM_REFs.
3879         (vect_create_data_ref_ptr): Likewise.  Avoid extra SSA name
3880         copy statements.
3881         * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
3882         dependency.
3883
3884 2010-07-04  Richard Guenther  <rguenther@suse.de>
3885
3886         PR middle-end/44785
3887         * tree-inline.c (initialize_inlined_parameters): Do not
3888         re-use pointer-map slot over remap_type call.
3889
3890 2010-07-04  Richard Guenther  <rguenther@suse.de>
3891
3892         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
3893
3894 2010-07-04  Richard Guenther  <rguenther@suse.de>
3895
3896         PR tree-optimization/44656
3897         * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
3898         again after value-replacing in the defintions lhs.
3899
3900 2010-07-04  Ira Rosen  <irar@il.ibm.com>
3901             Revital Eres  <eres@il.ibm.com>
3902
3903         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
3904         Document new arguments.
3905         * doc/tm.texi: Regenerate.
3906         * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
3907         Handle unaligned store.
3908         * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
3909         * target.def (builtin_vectorization_cost): Add new arguments.
3910         * target.h (enum vect_cost_for_stmt): Add unaligned_store.
3911         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
3912         of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
3913         (vect_vfa_segment_size): Fix indentation.
3914         * tree-vectorizer.h (struct _vect_peel_info): New.
3915         (struct _vect_peel_extended_info): New.
3916         (struct _loop_vec_info): Add new field for peeling hash table and a
3917         macro for its access.
3918         (VECT_MAX_COST): Define.
3919         (vect_get_load_cost): Declare.
3920         (vect_get_store_cost, vect_get_known_peeling_cost,
3921         vect_get_single_scalar_iteraion_cost): Likewise.
3922         (vect_supportable_dr_alignment): Add new argument.
3923         * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
3924         field.
3925         (destroy_loop_vec_info): Free peeling hash table.
3926         (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
3927         (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
3928         vect_analyze_slp. Fix indentation.
3929         (vect_get_single_scalar_iteraion_cost): New function.
3930         (vect_get_known_peeling_cost): Likewise.
3931         (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
3932         Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
3933         statement. Move outside cost calculation inside unknown peeling case.
3934         Call vect_get_known_peeling_cost for known amount of peeling.
3935         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
3936         reference to the print message of forced alignment.
3937         (vect_verify_datarefs_alignment): Update call to
3938         vect_supportable_dr_alignment.
3939         (vect_get_data_access_cost): New function.
3940         (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
3941         vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
3942         vect_peeling_hash_choose_best_peeling): Likewise.
3943         (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
3944         to store all the accesses in the loop and find best possible access to
3945         align using peeling for known alignment case. For unknown alignment
3946         check if stores are preferred or if peeling is worthy.
3947         (vect_find_same_alignment_drs): Analyze pairs of loads too.
3948         (vect_supportable_dr_alignment): Add new argument and check aligned
3949         accesses according to it.
3950         * tree-vect-stmts.c (vect_get_stmt_cost): New function.
3951         (cost_for_stmt): Call vect_get_stmt_cost.
3952         (vect_model_simple_cost): Likewise.
3953         (vect_model_store_cost): Call vect_get_stmt_cost. Call
3954         vect_get_store_cost to calculate the cost of the statement.
3955         (vect_get_store_cost): New function.
3956         (vect_model_load_cost): Call vect_get_stmt_cost. Call
3957         vect_get_load_cost to calculate the cost of the statement.
3958         (vect_get_load_cost): New function.
3959         (vectorizable_store): Update call to vect_supportable_dr_alignment.
3960         (vectorizable_load): Likewise.
3961         * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
3962         * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
3963         arguments. Handle unaligned store.
3964         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
3965         (rs6000_builtin_support_vector_misalignment): Return true for word and
3966         double word alignments for VSX.
3967         * tree-vect-slp.c (vect_build_slp_tree): Update calls to
3968         vect_supportable_dr_alignment and builtin_vectorization_cost.
3969
3970 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3971
3972         PR target/44597
3973         * config/pa/predicates.md (prefetch_cc_operand): Remove.
3974         (prefetch_nocc_operand): Likewise.
3975         * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
3976         (prefetch_20): New insn.
3977         (prefetch_cc): Remove.
3978         (prefetch_nocc): Likewise.
3979
3980 2010-07-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3981
3982         * expr.c (vector_mode_valid_p): Move to c-common.c.
3983         * expr.h (vector_mode_valid_p): Do not declare here.
3984         * system.h: Poison GCC_EXPR_H in front-ends.
3985         * Makefile.in: Update dependencies.
3986
3987 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3988
3989         PR target/44705
3990         * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
3991
3992 2010-07-03  Jan Hubicka  <jh@suse.cz>
3993
3994         * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
3995         TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
3996         * cfgexpand.c (gimple_expand_cfg): Use new timevars.
3997         * var-tracking.c (vt_find_locations, variable_tracking_main_1):
3998         Likewise.
3999
4000         * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
4001         Update timevars.V
4002         * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
4003         (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
4004         TV_IPA_LTO_DECL_OUT): New.
4005         * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
4006
4007 2010-07-03  Jan Hubicka  <jh@suse.cz>
4008
4009         * ipa-inline.c (update_edge_key): Break out from ...
4010         update_callers_keys): ... here;
4011         (update_callee_keys): Update only the edges from caller to callee.
4012         (update_all_calle_keys): Do what update_calle_keys did.
4013         (decide_inlining_of_small_functions): Avoid recomputing of all
4014         callees when badness increase.
4015
4016 2010-07-03  Jie Zhang  <jie@codesourcery.com>
4017
4018         * config/arm/arm.c (arm_attr_length_move_neon): New.
4019         * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
4020         * config/arm/neon.md (define_mode_attr V_slen): Remove.
4021         (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
4022         to compute length attribute.
4023
4024 2010-07-03  Jie Zhang  <jie@codesourcery.com>
4025
4026         * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
4027         as predicate for operand 1 and remove its constraint.
4028         * config/arm/predicates.md (vfp_register_operand): New.
4029         * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
4030         (*push_fp_multi): Likewise.
4031
4032 2010-07-03  Eric Botcazou  <ebotcazou@adacore.com>
4033
4034         * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
4035
4036 2010-07-03  Jan Hubicka  <jh@suse.cz>
4037
4038         * config/i386/i386.c (override_options): Revert accidental commit.
4039
4040 2010-07-02  Le-Chun Wu  <lcwu@google.com>
4041
4042         PR c++/44128
4043         * doc/invoke.texi: Update documentation of -Wshadow.
4044
4045 2010-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
4046             Julian Brown  <julian@codesourcery.com>
4047             Sandra Loosemore <sandra@codesourcery.com>
4048
4049         * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
4050         comparisons.  Adjust to take both operands.
4051         (arm_select_cc_mode): Handle DImode comparisons.
4052         (arm_gen_compare_reg): Generate a scratch register for DImode
4053         comparisons which require one.  Use xor for Thumb equality checks.
4054         (arm_const_double_by_immediates): New.
4055         (arm_print_operand): Allow 'Q' and 'R' for constants.
4056         (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
4057         * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
4058         arm_canonicalize_comparison.
4059         * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
4060         * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
4061         prototype.
4062         (arm_const_double_by_immediates): Declare.
4063         * config/arm/constraints.md (Di): New constraint.
4064         * config/arm/predicates.md (arm_immediate_di_operand)
4065         (arm_di_operand, cmpdi_operand): New.
4066         * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
4067         (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
4068         (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
4069         (cstoredi4): Handle non-Cirrus also.
4070
4071 2010-07-02  Julian Brown  <julian@codesourcery.com>
4072             Sandra Loosemore <sandra@codesourcery.com>
4073
4074         PR target/43703
4075         * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
4076         (smax<mode>3): Disable for NEON float modes when
4077         flag_unsafe_math_optimizations is false.
4078         * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
4079         (*mul<mode>3_neon)
4080         (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
4081         (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
4082         for NEON float modes when flag_unsafe_math_optimizations is false.
4083         (quad_halves_<code>v4sf): Only enable if
4084         flag_unsafe_math_optimizations is true.
4085         * doc/invoke.texi (ARM Options): Add note about floating point
4086         vectorization requiring -funsafe-math-optimizations.
4087
4088 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
4089             Julian Brown  <julian@codesourcery.com>
4090
4091         * config/arm/neon.md (UNSPEC_VABA): Delete.
4092         (UNSPEC_VABAL): Delete.
4093         (UNSPEC_VABS): Delete.
4094         (UNSPEC_VMUL_N): Delete.
4095         (adddi3_neon): New.
4096         (subdi3_neon): New.
4097         (mul<mode>3add<mode>_neon): Make the pattern named.
4098         (mul<mode>3neg<mode>add<mode>_neon): Likewise.
4099         (neon_vadd<mode>): Replace with define_expand, and move the remaining
4100         unspec parts...
4101         (neon_vadd<mode>_unspec): ...to this.
4102         (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
4103         (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
4104         (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
4105         (neon_vaba<mode>): Rewrite in terms of vabd.
4106         (neon_vabal<mode>): Rewrite in terms of vabdl.
4107         (neon_vabs<mode>): Rewrite without unspec.
4108         * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
4109         (*arm_subdi3): Likewise.
4110         * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
4111         No_op attribute to disable assembly output checks.
4112         * config/arm/arm_neon.h: Regenerated.
4113         * doc/arm-neon-intrinsics.texi: Regenerated.
4114
4115 2010-07-02  Jan Hubicka  <jh@suse.cz>
4116
4117         * ipa-split.c (split_function): For aggregate values, set the return
4118         slot optimization bit.  When passing DECL_BY_REFERENCE, produce
4119         *<retval> = fncall.part ().
4120         (execute_split_functions): Do not care about DECL_BY_REFERENCE.
4121
4122 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
4123
4124         * config/arm/neon.md (UNSPEC_VAND): Delete.
4125         (UNSPEC_VBIC): Delete.
4126         (UNSPEC_VCLZ): Delete.
4127         (UNSPEC_VCNT): Delete.
4128         (UNSPEC_VEOR): Delete.
4129         (UNSPEC_VORN): Delete.
4130         (UNSPEC_VORR): Delete.
4131         (iordi3_neon): Rewrite RTL without unspec.  Add alternatives to handle
4132         core registers too.
4133         (anddi3_neon): Likewise.
4134         (orndi3_neon): Likewise.
4135         (bicdi3_neon): Likewise.
4136         (xordi3_neon): Likewise.
4137         (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
4138         rid of unspec and handle unused operand.
4139         (neon_vcnt<mode>): Similarly, with popcount<mode>2.
4140         * config/arm/predicates.md (imm_for_neon_logic_operand):
4141         Require TARGET_NEON.
4142         (imm_for_neon_inv_logic_operand): Likewise.
4143         * config/arm/arm.md (define_split for logical_binary_operator):
4144         Disable for NEON registers.
4145         (anddi3): Add new define_expand, and rename the insn.  Disable
4146         this insn for NEON, where anddi3_neon now applies.
4147         (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
4148         (iordi3): As for anddi3.
4149         (xordi3): Likewise.
4150         * config/arm/neon.ml (Vand): Split DImode variants and mark them
4151         as No_op to disable testing for exact instruction match.
4152         (Vorr): Likewise.
4153         (Veor): Likewise.
4154         (Vbic): Likewise.
4155         (Vorn): Likewise.
4156         * config/arm/arm_neon.h: Regenerated.
4157         * doc/arm-neon-intrinsics.texi: Regenerated.
4158
4159 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
4160
4161         * expr.h (emit_stack_probe): Declare.
4162         * explow.c (emit_stack_probe): Make global.
4163         (anti_adjust_stack_and_probe): Fix comments.
4164         * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
4165         * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
4166         * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
4167         * config/sparc/sparc.c: Include except.h.
4168         (sparc_emit_probe_stack_range): New function.
4169         (output_probe_stack_range): Likewise.
4170         (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
4171         built-in stack checking is enabled.
4172         * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
4173         * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
4174         (probe_stack_range): New insn.
4175
4176 2010-07-02  Richard Guenther  <rguenther@suse.de>
4177
4178         PR target/43958
4179         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
4180         for argument alignment.
4181
4182 2010-07-02  Jan Hubicka  <jh@suse.cz>
4183
4184         * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
4185         walk backwards from entry_bb to check only those basic block of header
4186         that might lead to execution of split part.
4187         (consider_split) ... here.
4188         (find_return_bb): Allow assignment in return BB.
4189         (find_retval): New.
4190         (split_function): Fix name of cloned function; take care of updating
4191         return value in return_bb containing move.
4192
4193 2010-07-02  Andreas Schwab  <schwab@linux-m68k.org>
4194
4195         PR target/44771
4196         * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
4197         used variable insn.
4198
4199 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
4200
4201         * implicit-zee.c (combine_reaching_defs): Fix long lines.
4202         (is_set_with_extension_DI): Delete.
4203         (struct zero_extend_info): New structure.
4204         (add_removable_zero_extend): New function.
4205         (find_removable_zero_extends): Use note_stores to find SETs.
4206         (find_and_remove_ze): Fix long line, remove superfluous parentheses.
4207
4208 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
4209
4210         * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
4211         is_miss_rate_acceptable. Pull total_positions computation
4212         out of the loops.  Early return if miss_positions exceeds
4213         the acceptable threshold.
4214         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
4215         is_miss_rate_acceptable after renaming of compute_miss_rate.
4216
4217 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
4218
4219         PR middle-end/44576
4220         * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
4221         of 1000) for miss rate if the address diference is greater than or
4222         equal to the cache line size (the two reference will never hit the
4223         same cache line).
4224
4225 2010-07-02  Bernd Schmidt  <bernds@codesourcery.com>
4226
4227         PR target/42835
4228         * config/arm/arm-modes.def (CC_NOTB): New mode.
4229         * config/arm/arm.c (get_arm_condition_code): Handle it.
4230         * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
4231         * config/arm/arm.md (subsi3_compare0_c): New pattern.
4232         (compare_scc): Now a define_and_split.  Add a number of extra
4233         splitters before it.
4234
4235         PR target/42172
4236         * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
4237         and ZERO_EXTEND.
4238         (arm_rtx_costs_1): Likewise.
4239         (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
4240         * config/arm/arm.md (is_arch6): New attribute.
4241         (zero_extendhisi2, zero_extendqisi2, extendhisi2,
4242         extendqisi2): Tighten the code somewhat, avoiding invalid
4243         RTL to occur in the expander patterns.
4244         (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
4245         (thumb1_zero_extendhisi2_v6): Delete.
4246         (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
4247         (thumb1_extendhisi2_v6): Delete.
4248         (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
4249         (thumb1_extendqisi2_v6): Delete.
4250         (zero_extendhisi2 for register input splitter): New.
4251         (zero_extendqisi2 for register input splitter): New.
4252         (thumb1_extendhisi2 for register input splitter): New.
4253         (extendhisi2 for register input splitter): New.
4254         (extendqisi2 for register input splitter): New.
4255         (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
4256         (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
4257         and add support for a register alternative requiring a split.
4258         (thumb1_zero_extendqisi2): Likewise.
4259         (arm_zero_extendqisi2): Likewise.
4260         (arm_extendhisi2): Likewise.
4261         (arm_extendqisi2): Likewise.
4262
4263 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
4264
4265         * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
4266         instead of an unspec.
4267         (neon_expand_vector_init): Likewise.
4268         * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
4269         (UNSPEC_VDUP_LANE): Delete.
4270         (UNSPEC VDUP_N): Delete.
4271         (UNSPEC_VGET_HIGH): Delete.
4272         (UNSPEC_VGET_LANE): Delete.
4273         (UNSPEC_VGET_LOW): Delete.
4274         (UNSPEC_VMVN): Delete.
4275         (UNSPEC_VSET_LANE): Delete.
4276         (V_double_vector_mode): New.
4277         (vec_set<mode>_internal): Make code emitted match that for the
4278         corresponding intrinsics.
4279         (vec_setv2di_internal): Likewise.
4280         (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
4281         (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
4282         (neon_vset_lane<mode>): Combine double and quad patterns and
4283         expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
4284         (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
4285         (neon_vdup_n<mode>): Rewrite RTL without unspec.
4286         (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
4287         (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
4288         with neon_vdup_lanev2di, adjusting the pattern from the latter
4289         to be predicable for consistency.
4290         (neon_vdup_lane<mode>_internal): New.
4291         (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
4292         to avoid using an unspec.
4293         (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
4294         (neon_vdup_lanev2di): Turn into a define_expand.
4295         (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
4296         (neon_vget_high<mode>): Replace with....
4297         (neon_vget_highv16qi): New pattern using canonical RTL.
4298         (neon_vget_highv8hi): Likewise.
4299         (neon_vget_highv4si): Likewise.
4300         (neon_vget_highv4sf): Likewise.
4301         (neon_vget_highv2di): Likewise.
4302         (neon_vget_low<mode>): Replace with....
4303         (neon_vget_lowv16qi): New pattern using canonical RTL.
4304         (neon_vget_lowv8hi): Likewise.
4305         (neon_vget_lowv4si): Likewise.
4306         (neon_vget_lowv4sf): Likewise.
4307         (neon_vget_lowv2di): Likewise.
4308
4309         * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
4310         test for this emitting vmov.
4311         (Vset_lane): Likewise.
4312         (Vdup_n): Likewise.
4313         (Vmov_n): Likewise.
4314
4315         * doc/arm-neon-intrinsics.texi: Regenerated.
4316
4317 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
4318
4319         * config/arm/neon.md (vec_extractv2di): Correct error in register
4320         numbering to reconcile with neon_vget_lanev2di.
4321
4322 2010-07-02  Richard Guenther  <rguenther@suse.de>
4323
4324         * tree-ssa-structalias.c (pt_solution_set_var): New function.
4325         * tree-ssa-alias.h (pt_solution_set_var): Declare.
4326         * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
4327         points-to information.
4328
4329 2010-07-02  Christian Borntraeger  <borntraeger@de.ibm.com>
4330
4331         * config/s390/s390.c (override_options): Adopt prefetching
4332         at -O3 to handle flag_prefetch_loop_arrays as a tristate.
4333
4334 2010-07-02  Jan Hubicka  <jh@suse.cz>
4335
4336         * df-problems.c (df_kill_notes): Do not collect dead  notes.
4337         (df_set_note): Just call add_reg_note.
4338         (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
4339         df_create_unused_note): Do not deal with lists of old notes.
4340         (df_note_bb_compute): Likewise.
4341
4342 2010-07-02  Richard Guenther  <rguenther@suse.de>
4343
4344         * tree-ssa-structalias.c (find_func_aliases): Handle
4345         pointer alignment via BIT_AND_EXPR.
4346         * tree-vrp.c (extract_range_from_binary_expr): Likewise.
4347
4348 2010-07-02  Richard Guenther  <rguenther@suse.de>
4349
4350         * tree-data-ref.c (initialize_data_dependence_relation): Handle
4351         mismatching number of dimensions properly.
4352
4353 2010-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4354
4355         PR target/44707
4356         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
4357         (lo_sum (high ...) ...) patterns generated by earlier passes.
4358
4359 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4360
4361         * doc/install.texi (Prerequisites): Document Perl requirement on
4362         Solaris 2.
4363         (Specific, *-*-solaris2*): Document GNU c++filt requirement.
4364
4365 2010-07-02  Richard Guenther  <rguenther@suse.de>
4366
4367         PR middle-end/44777
4368         * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
4369
4370 2010-07-02  Jan Hubicka  <jh@suse.cz>
4371
4372         PR middle-end/44706
4373         * predict.c (predict_paths_for_bb): Handle case when control dependence
4374         BB has only abnormal edges.
4375
4376 2010-07-02  Richard Guenther  <rguenther@suse.de>
4377
4378         PR tree-optimization/44748
4379         * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
4380         the embedded conversion in MEM_REFs.
4381
4382 2010-07-01  López-Ibáñez  <manu@gcc.gnu.org>
4383
4384         * reload.c: Include toplev.h.
4385         * recog.c:  Likewise.
4386         * Makefile.in: Adjust dependencies.
4387
4388 2010-07-01  Jakub Jelinek  <jakub@redhat.com>
4389
4390         PR debug/44694
4391         * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
4392         or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
4393
4394 2010-07-01  Richard Guenther  <rguenther@suse.de>
4395
4396         * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
4397         types for offsets.
4398
4399 2010-07-01  Joern Rennecke  <joern.rennecke@embecosm.com>
4400
4401         PR target/44732
4402         * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
4403         Fix argument types.
4404
4405 2010-07-01  Bernd Schmidt  <bernds@codesourcery.com>
4406
4407         PR target/44727
4408         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
4409         Make sure operand 0 dies.
4410
4411 2010-07-01  Richard Guenther  <rguenther@suse.de>
4412
4413         PR middle-end/42834
4414         PR middle-end/44468
4415         * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
4416         * doc/generic.texi (References to storage): Document MEM_REF.
4417         * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
4418         (print_call_name): Likewise.
4419         * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
4420         (build_simple_mem_ref_loc): New function.
4421         (mem_ref_offset): Likewise.
4422         * tree.h (build_simple_mem_ref_loc): Declare.
4423         (build_simple_mem_ref): Define.
4424         (mem_ref_offset): Declare.
4425         * fold-const.c: Include tree-flow.h.
4426         (operand_equal_p): Handle MEM_REF.
4427         (build_fold_addr_expr_with_type_loc): Likewise.
4428         (fold_comparison): Likewise.
4429         (fold_unary_loc): Fold
4430         VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
4431         (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
4432         fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
4433         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
4434         (ptr_deref_may_alias_ref_p_1): Likewise.
4435         (ao_ref_base_alias_set): Properly differentiate base object for
4436         offset and TBAA.
4437         (ao_ref_init_from_ptr_and_size): Use MEM_REF.
4438         (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
4439         (indirect_refs_may_alias_p): Likewise.
4440         (refs_may_alias_p_1): Likewise.  Remove pointer SSA name def
4441         chasing code.
4442         (ref_maybe_used_by_call_p_1): Handle MEM_REF.
4443         (call_may_clobber_ref_p_1): Likewise.
4444         * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
4445         * expr.c (expand_assignment): Handle MEM_REF.
4446         (store_expr): Handle MEM_REFs from STRING_CSTs.
4447         (store_field): If expanding a MEM_REF of a non-addressable
4448         decl use bitfield operations.
4449         (get_inner_reference): Handle MEM_REF.
4450         (expand_expr_addr_expr_1): Likewise.
4451         (expand_expr_real_1): Likewise.
4452         * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
4453         * alias.c (ao_ref_from_mem): Handle MEM_REF.
4454         (get_alias_set): Likewise.  Properly handle VIEW_CONVERT_EXPRs.
4455         * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
4456         (dr_analyze_indices): Likewise.
4457         (dr_analyze_alias): Likewise.
4458         (object_address_invariant_in_loop_p): Likewise.
4459         * gimplify.c (mark_addressable): Handle MEM_REF.
4460         (gimplify_cond_expr): Build MEM_REFs.
4461         (gimplify_modify_expr_to_memcpy): Likewise.
4462         (gimplify_init_ctor_preeval_1): Handle MEM_REF.
4463         (gimple_fold_indirect_ref): Adjust.
4464         (gimplify_expr): Handle MEM_REF.  Gimplify INDIRECT_REF to MEM_REF.
4465         * tree.def (MEM_REF): New tree code.
4466         * tree-dfa.c: Include toplev.h.
4467         (get_ref_base_and_extent): Handle MEM_REF.
4468         (get_addr_base_and_unit_offset): New function.
4469         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
4470         * gimple-fold.c (may_propagate_address_into_dereference): Handle
4471         MEM_REF.
4472         (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
4473         accesses if the array has just one dimension.  Remove always true
4474         parameter.  Do not require type compatibility here.
4475         (maybe_fold_offset_to_component_ref): Remove.
4476         (maybe_fold_stmt_indirect): Remove.
4477         (maybe_fold_reference): Remove INDIRECT_REF handling.
4478         Fold back to non-MEM_REF.
4479         (maybe_fold_offset_to_address): Simplify.  Deal with type
4480         mismatches here.
4481         (maybe_fold_reference): Likewise.
4482         (maybe_fold_stmt_addition): Likewise.  Also handle
4483         &ARRAY + I in addition to &ARRAY[0] + I.
4484         (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
4485         (gimple_get_relevant_ref_binfo): Handle MEM_REF.
4486         * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
4487         * tree-ssa.c (useless_type_conversion_p): Make most pointer
4488         conversions useless.
4489         (warn_uninitialized_var): Handle MEM_REF.
4490         (maybe_rewrite_mem_ref_base): New function.
4491         (execute_update_addresses_taken): Implement re-writing of MEM_REFs
4492         to SSA form.
4493         * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
4494         INDIRECT_REF handling.
4495         (copy_tree_body_r): Handle MEM_REF.
4496         * gimple.c (is_gimple_addressable): Adjust.
4497         (is_gimple_address): Likewise.
4498         (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
4499         invariant base are invariant.
4500         (is_gimple_min_lval): Adjust.
4501         (is_gimple_mem_ref_addr): New function.
4502         (get_base_address): Handle MEM_REF.
4503         (count_ptr_derefs): Likewise.
4504         (get_base_loadstore): Likewise.
4505         * gimple.h (is_gimple_mem_ref_addr): Declare.
4506         (gimple_call_fndecl): Handle invariant MEM_REF addresses.
4507         * tree-cfg.c (verify_address): New function, split out from ...
4508         (verify_expr): ... here.  Use for verifying ADDR_EXPRs and
4509         the address operand of MEM_REFs.  Verify MEM_REFs.  Reject
4510         INDIRECT_REFs.
4511         (verify_types_in_gimple_min_lval): Handle MEM_REF.  Disallow
4512         INDIRECT_REF.  Allow conversions.
4513         (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
4514         a register does not change its size.
4515         (verify_types_in_gimple_reference): Verify MEM_REF.
4516         (verify_gimple_assign_single): Disallow INDIRECT_REF.
4517         Handle MEM_REF.
4518         * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
4519         New.
4520         (mark_address_taken): Handle MEM_REF.
4521         (get_indirect_ref_operands): Pass through opf_not_non_addressable.
4522         (get_asm_expr_operands): Pass opf_not_non_addressable.
4523         (get_expr_operands): Handle opf_[not_]non_addressable.
4524         Handle MEM_REF.  Remove INDIRECT_REF handling.
4525         * tree-vrp.c (check_array_ref): Handle MEM_REF.
4526         (search_for_addr_array): Likewise.
4527         (check_array_bounds): Likewise.
4528         (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
4529         * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
4530         (ref_always_accessed_p): Likewise.
4531         (gen_lsm_tmp_name): Likewise.  Handle ADDR_EXPR.
4532         * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
4533         Handle MEM_REF.
4534         * cgraphbuild.c (mark_load): Properly check for NULL result
4535         from get_base_address.
4536         (mark_store): Likewise.
4537         * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
4538         * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
4539         handling for MEM_REF.
4540         * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
4541         &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
4542         * builtins.c (stabilize_va_list_loc): Use the function ABI
4543         valist type if we couldn't canonicalize the argument type.
4544         Always dereference with the canonical va-list type.
4545         (maybe_emit_free_warning): Handle MEM_REF.
4546         (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
4547         memmove to memcpy.
4548         * builtins.c (fold_builtin_memory_op): Use ref-all types
4549         for all memcpy foldings.
4550         * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
4551         (build_outer_var_ref): Likewise.
4552         (scan_omp_1_op): Likewise.
4553         (lower_rec_input_clauses): Likewise.
4554         (lower_lastprivate_clauses): Likewise.
4555         (lower_reduction_clauses): Likewise.
4556         (lower_copyprivate_clauses): Likewise.
4557         (expand_omp_atomic_pipeline): Likewise.
4558         (expand_omp_atomic_mutex): Likewise.
4559         (create_task_copyfn): Likewise.
4560         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
4561         Remove old union trick.  Initialize constant offsets.
4562         (ao_ref_init_from_vn_reference): Likewise.  Do not handle
4563         INDIRECT_REF.  Init base_alias_set properly.
4564         (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
4565         (vn_reference_fold_indirect): Adjust for MEM_REFs.
4566         (valueize_refs): Fold MEM_REFs.  Re-evaluate constant offset
4567         for ARRAY_REFs.
4568         (may_insert): Remove.
4569         (visit_reference_op_load): Do not test may_insert.
4570         (run_scc_vn): Remove parameter, do not fiddle with may_insert.
4571         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
4572         a field to store the constant offset this op applies.
4573         (run_scc_vn): Adjust prototype.
4574         * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
4575         * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
4576         MEM_REF.  Propagate &foo + CST as &MEM[&foo, CST].  Do not
4577         bother about volatile qualifiers on pointers.
4578         (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
4579         * tree-ssa-loop-ivopts.c
4580         * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
4581         (strip_offset_1): Likewise.
4582         (find_interesting_uses_address): Replace INDIRECT_REF handling with
4583         MEM_REF handling.
4584         (get_computation_cost_at): Likewise.
4585         * ipa-pure-const.c (check_op): Handle MEM_REF.
4586         * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
4587         * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
4588         and constants.
4589         * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
4590         * tree-parloops.c (take_address_of): Adjust for MEM_REF.
4591         (eliminate_local_variables_1): Likewise.
4592         (create_call_for_reduction_1): Likewise.
4593         (create_loads_for_reductions): Likewise.
4594         (create_loads_and_stores_for_name): Likewise.
4595         * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
4596         (ssa_accessed_in_tree): Handle MEM_REF.
4597         (ssa_accessed_in_assign_rhs): Likewise.
4598         (update_type_size): Likewise.
4599         (analyze_accesses_for_call_stmt): Likewise.
4600         (analyze_accesses_for_assign_stmt): Likewise.
4601         (transform_access_sites): Likewise.
4602         (transform_allocation_sites): Likewise.
4603         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
4604         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
4605         not handle INDIRECT_REF.
4606         * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
4607         (cond_store_replacement): Likewise.
4608         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
4609         MEM_REF, no not handle INDIRECT_REFs.
4610         (insert_into_preds_of_block): Properly initialize avail.
4611         (phi_translate_1): Fold MEM_REFs.  Re-evaluate constant offset
4612         for ARRAY_REFs.  Properly handle reference lookups that
4613         require a bit re-interpretation.
4614         (can_PRE_operation): Do not handle INDIRECT_REF.  Handle MEM_REF.
4615         * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
4616         (build_ref_for_offset_1): Remove.
4617         (build_ref_for_offset): Build MEM_REFs.
4618         (gate_intra_sra): Disable for now.
4619         (sra_ipa_modify_expr): Handle MEM_REF.
4620         (ipa_early_sra_gate): Disable for now.
4621         * tree-sra.c (create_access): Swap INDIRECT_REF handling for
4622         MEM_REF handling.
4623         (disqualify_base_of_expr): Likewise.
4624         (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
4625         MEM_REF handling.
4626         (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
4627         Use mem_ref_offset.  Remove bogus folding.
4628         (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
4629         (make_fancy_name_1): Add support for MEM_REF.
4630         * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
4631         * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
4632         * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
4633         (compute_complex_ancestor_jump_func): Likewise.
4634         (ipa_analyze_virtual_call_uses): Likewise.
4635         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
4636         INDIRECT_REF folding with more generalized MEM_REF folding.
4637         (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
4638         (forward_propagate_addr_into_variable_array_index): Also handle
4639         &ARRAY + I in addition to &ARRAY[0] + I.
4640         * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
4641         * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
4642         creates assignments with overlap.
4643         * tree-nested.c (get_static_chain): Adjust for MEM_REF.
4644         (get_frame_field): Likewise.
4645         (get_nonlocal_debug_decl): Likewise.
4646         (convert_nonlocal_reference_op): Likewise.
4647         (struct nesting_info): Add mem_refs pointer-set.
4648         (create_nesting_tree): Allocate it.
4649         (convert_local_reference_op): Insert to be folded mem-refs.
4650         (fold_mem_refs): New function.
4651         (finalize_nesting_tree_1): Perform defered folding of mem-refs
4652         (free_nesting_tree): Free the pointer-set.
4653         * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
4654         (vectorizable_load): Likewise.
4655         * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
4656         (propagate_with_phi): Likewise.
4657         * tree-object-size.c (addr_object_size): Handle MEM_REFs
4658         instead of INDIRECT_REFs.
4659         (compute_object_offset): Handle MEM_REF.
4660         (plus_stmt_object_size): Handle MEM_REF.
4661         (collect_object_sizes_for): Dispatch to plus_stmt_object_size
4662         for &MEM_REF.
4663         * tree-flow.h (get_addr_base_and_unit_offset): Declare.
4664         (symbol_marked_for_renaming): Likewise.
4665         * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
4666         (fold-const.o): Add $(TREE_FLOW_H).
4667         * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
4668         (find_func_clobbers): Likewise.
4669         * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
4670         (decompose_access): Likewise.
4671         (replace_field_acc): Likewise.
4672         (replace_field_access_stmt): Likewise.
4673         (insert_new_var_in_stmt): Likewise.
4674         (get_stmt_accesses): Likewise.
4675         (reorg_structs_drive): Disable.
4676         * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
4677         (ix86_canonical_va_list_type): Likewise.
4678
4679 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
4680
4681         PR other/44566
4682         * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
4683         * target.def (struct gcc_target): Replace enum reg_class with
4684         reg_class_t in hook argument / return types.
4685         * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
4686         (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
4687         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
4688         * targhooks.h (default_branch_target_register_class): Likewise.
4689         (default_ira_cover_classes, default_secondary_reload): Likewise.
4690         (default_memory_move_cost, default_register_move_cost): Likewise.
4691         * targhooks.c (default_branch_target_register_class): Likewise.
4692         (default_ira_cover_classes, default_secondary_reload): Likewise.
4693         (default_memory_move_cost, default_register_move_cost): Likewise.
4694         * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
4695         * bt-load.c (branch_target_load_optimize): Likewise.
4696         * ira.c (setup_cover_and_important_classes): Likewise.
4697         * ira-costs.c (copy_cost): Likewise.
4698         * reload1.c (emit_input_reload_insns): Likewise.
4699         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
4700         * config/frv/frv.c (frv_secondary_reload): Likewise.
4701         * config/s390/s390.c (s390_secondary_reload): Likewise.
4702         * config/i386/i386.c (i386_ira_cover_classes): Likewise.
4703         (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
4704         (ix86_register_move_cost): Likewise.
4705         * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
4706         * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
4707         * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
4708         * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
4709         * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
4710         (rs6000_ira_cover_classes): Likewise.
4711         * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
4712         * config/picochip/picochip-protos.h (picochip_secondary_reload):
4713         Likewise.
4714         * config/pa/pa.c (pa_secondary_reload): Likewise.
4715         * config/mips/mips.c (mips_ira_cover_classes): Likewise.
4716         * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
4717         * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
4718         * doc/tm.texi: Regenerate.
4719
4720 2010-06-30  Sebastian Pop  <sebastian.pop@amd.com>
4721
4722         PR bootstrrap/44726
4723         * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
4724         use.
4725         (build_alias_set_optimal_p): Likewise.
4726         (build_base_obj_set_for_drs): Likewise.
4727
4728 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
4729
4730         * target.def: Remove comment about licensing problems of function
4731         declarations.
4732
4733         * target.def (declare_constant_name): Change exp to expr.  Use DEFHOOK.
4734         * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
4735         * doc/tm.texi: Regenerate.
4736
4737         * target.def (builtin_reciprocal): Change tm_fn to md_fn.  Use DEFHOOK.
4738         * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
4739
4740         * target.def (enum_va_list_p): Use DEFHOOK.
4741         * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
4742         Rename ptype to ptree.
4743         * doc/tm.texi: Regenerate.
4744
4745         * target.def (fold_builtin): Rename nargs to n_args.  Use DEFHOOK.
4746         * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
4747         * doc/tm.texi: Regenerate.
4748
4749         * target.def (memory_move_cost): Use DEFHOOK.
4750         * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
4751         Rename regclass AKA class to rclass.
4752         * doc/tm.texi: Regenerate.
4753
4754         * target.def (pragma_parse): Use DEFHOOK.
4755         * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
4756         s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
4757         * doc/tm.texi: Regenerate.
4758
4759         * target.def (pass_by_reference): Use DEFHOOK.
4760         * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
4761         * doc/tm.texi: Regenerate.
4762
4763         * target.def (resolve_overloaded_builtin): Rename params to arglist.
4764         Use DEFHOOK.
4765         * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
4766         * doc/tm.texi: Regenerate.
4767
4768         * target.def (return_pops_args): Use DEFHOOK.
4769         * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
4770         Rename stack-size to size.
4771         * doc/tm.texi: Regenerate.
4772
4773         * target.def (dfa_new_cycle): Use DEFHOOK.  Rename dump_file to dump,
4774         last-sched_cycle to last_clock, cur_cycle to clock.
4775         * doc/tm.texi.in: Use @hook.
4776         * doc/tm.texi: Regenerate.
4777
4778         * target.def (print_operand, print_operand_address): Update comment.
4779         (print_operand_punct_valid_p): Likewise.
4780
4781 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
4782
4783         * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
4784         to rtl.h.
4785         (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
4786         * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
4787         * rtl-error.h: New.
4788         * regrename.c: Do not include toplev.h. Include rtl-error.h.
4789         * rtl-error.c: Likewise.
4790         * reload.c: Likewise.
4791         * recog.c:  Likewise.
4792         * sel-sched.c: Likewise.
4793         * function.c: Likewise.
4794         * reg-stack.c: Likewise.
4795         * cfgrtl.c: Likewise.
4796         * reload1.c: Likewise.
4797         * final.c: Include rtl-error.
4798         * Makefile.in: Adjust dependencies.
4799
4800 2010-06-30  Jan Hubicka  <jh@suse.cz>
4801
4802         PR middle-end/PR44706
4803         * ipa-split (split_function): Refine conditions when to use DECL_RESULT
4804         to return the value.
4805
4806 2010-06-30  Michael Matz  <matz@suse.de>
4807
4808         PR bootstrap/44699
4809         * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
4810         * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
4811         a gimple reg, attach the original VDEF to the last store in the
4812         sequence.
4813
4814 2010-06-30  Iain Sandoe  <iains@gcc.gnu.org>
4815
4816         PR other/44034
4817         * config/darwin.c (darwin_override_options): Use renamed
4818         targetm.asm_out.emit_unwind_label.
4819
4820 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
4821
4822         PR tree-optimization/39799
4823         * tree-inline.c (remap_ssa_name): Initialize variable only if
4824         SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
4825
4826 2010-06-30  Nathan Froyd  <froydnj@codesourcery.com>
4827
4828         * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
4829
4830 2010-06-30  Richard Guenther  <rguenther@suse.de>
4831
4832         PR target/44722
4833         * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
4834         against oscillation with reverse peephole2.
4835
4836 2010-06-30  H.J. Lu  <hongjiu.lu@intel.com>
4837
4838         PR target/44721
4839         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
4840         Fix last commit.
4841
4842 2010-06-30  Nick Clifton  <nickc@redhat.com>
4843
4844         * config/rx/rx-modes.def: New file.
4845         * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
4846         (CC_REGNUM): Define.
4847         (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
4848         register.
4849         (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
4850         (SELECT_CC_MODE): Define.
4851         * config/rx/rx.md (CC_REG): Define.  Update all patterns to use
4852         (reg:CC CC_REG) instead of (cc0).
4853         (attr "cc"): Delete.
4854         (cbranchsi4): Do not split compare and branch here. Instead move
4855         it to...
4856         (cbranchsi4_<code>): ... here.  New patterns.
4857         (cmpsi): Call rx-compare_redundant to find out if it is necessary
4858         to emit the compare instruction.
4859         * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
4860         cc_status flags.
4861         (rx_get_stack_layout): Iterate up to before CC_REGNUM not
4862         FIRST_PSEUDO_REGNUM.
4863         (rx_expand_prologue, rx_expand_epilogue): Likewise.
4864         (rx_notice_update_cc): Delete.
4865         (rx_cc_modes_compatible): New function.
4866         (flags_needed_for_conditional): New function.
4867         (flags_from_mode): New function.
4868         (rx_compare_redundant): New function - scans backwards through
4869         insn list to find out if condition flags are already set correctly.
4870         (TARGET_CC_MODES_COMPATIBLE): Define.
4871         * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
4872
4873         * config/rx/rx.h (BRANCH_COST): Define.
4874         (REGISTER_MOVE_COST): Define.
4875         * config/rx/predicates (rx_source_operand): Allow all constant types.
4876         * config/rx/rx.md (addsi3): Add alternative for swapped operands.
4877         (tstsi4): New pattern.
4878         * config/rx/rx.c (rx_memory_move_cost): Define.
4879         (TARGET_MEMORY_MOVE_COST): Define.
4880
4881 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
4882
4883         * tree.h (block_may_fallthru): Declare here.
4884         * tree-flow.h (block_may_fallthru): Do not declare here.
4885         * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
4886         bitmap.h
4887         * Makefile.in (c-typeck.o): Update dependencies.
4888
4889 2010-06-30  Jakub Jelinek  <jakub@redhat.com>
4890
4891         PR debug/44694
4892         * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
4893         * cselib.c (cfa_base_preserved_regno): New static variable.
4894         (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
4895         of REGNO (cfa_base_preserved_val->locs->loc).
4896         (cselib_preserve_cfa_base_value): Add regno argument, set
4897         cfa_base_preserved_regno to it.
4898         (cselib_invalidate_regno): Allow removal of registers other than
4899         cfa_base_preserved_regno from cfa_base_preserved_val.
4900         (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
4901         * var-tracking.c (adjust_mems): Replace sp or hfp even outside
4902         of MEM addresses, if not on LHS.
4903         (reverse_op): Don't add reverse ops for cfa_base_rtx.
4904         (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
4905
4906 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
4907
4908         * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
4909         static variables.
4910         (peep2_buf_position): New static function.
4911         (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
4912         peephole2_optimize): Use it.
4913         (peep2_attempt, peep2_update_life): New static functions, broken out
4914         of peephole2_optimize.
4915         (peep2_fill_buffer): New static function.
4916         (peephole2_optimize): Change the main loop to try to fill the buffer
4917         with the maximum number of insns before matching them against
4918         peepholes.  Use a forward scan.  Remove special case for targets with
4919         conditional execution.
4920         * genrecog.c (change_state): Delete dead code.
4921         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
4922         Rewrite so as not to expect the second insn to have had a peephole
4923         applied yet.
4924
4925 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
4926
4927         * genhooks.c (emit_findices): Cast field precision to int.
4928         (emit_documentation): Likewise.
4929
4930 2010-06-29  Jakub Jelinek  <jakub@redhat.com>
4931
4932         PR tree-optimization/43801
4933         * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
4934         if old_decl was DECL_ONE_ONLY.
4935
4936         PR debug/44668
4937         * dwarf2out.c (add_accessibility_attribute): New function.
4938         (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
4939         instead of adding DW_AT_accessibility manually.
4940         (gen_enumeration_type_die, gen_struct_or_union_type_die,
4941         gen_typedef_die): Use it.
4942
4943 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
4944
4945         * vmsdbgout.c (full_name): Just output the file name if not native.
4946
4947 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
4948
4949         * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
4950         (funcnam_table): New static table.
4951         (funcnum_table): New static table.
4952         (write_rtnbeg): Write value saved in funcnum_table.
4953         (write_rtnend): Write value saved in funcnum_table.
4954         (vmsdbgout_begin_function): Save current function info in
4955         (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
4956         (vmsdbgout_finish): Iterate over funcnum_table.
4957
4958 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
4959
4960         * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
4961         (vmsdbgout_type_decl): Declare
4962         (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
4963         (FUNC_EPILOGUE_LABEL): New macro
4964         (vmsdbgout_begin_epilogue): New function.
4965         (vmsdbgout_type_decl): New function.
4966
4967 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
4968
4969         * vmsdbg.h: Update copyright.
4970
4971 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
4972
4973         * vmsdbg.h (DST_K_TBG): New DST constant.
4974         * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
4975         (write_modbeg): Cast module_language to avoid warning.
4976         (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
4977
4978 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
4979
4980         PR other/44034
4981         * target.def, doc/tm.texi.in, genhooks.c: New files.
4982         * target.h: Instead of defining individual hook members,
4983         define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
4984         include target.def.
4985         * target-def.h: Instead of defining individual hook initializers,
4986         include target-hooks-def.h.
4987         * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
4988         targetm.live_on_entry -> targetm.extra_live_on_entry
4989         targetm.sched.md_finish ->targetm.sched.finish
4990         targetm.sched.md_init -> targetm.sched.init
4991         targetm.sched.md_init_global -> targetm.sched.init_global
4992         targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
4993         targetm.asm_out.except_table_label ->
4994           targetm.asm_out.emit_except_table_label
4995         targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
4996         targetm.target_help -> targetm.help
4997         targetm.vectorize.builtin_support_vector_misalignment ->
4998           targetm.vectorize.support_vector_misalignment
4999         targetm.file_start_app_off -> targetm.asm_file_start_app_off
5000         targetm.file_start_file_directive ->
5001          targetm.asm_file_start_file_directive
5002         * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
5003         * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
5004         * gcc/config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
5005         TARGET_VECTOR_ALIGNMENT_REACHABLE ->
5006           TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
5007         TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
5008           TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
5009         TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
5010         * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
5011         * Makefile.in (TARGET_H): Depend on target.def.
5012         (TARGET_DEF_H): Depend on target-hooks-def.h.
5013         (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
5014         (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
5015         * doc/tm.texi: Regenerate.
5016
5017         * Makefile.in (s-tm-texi): Remove stray tab / rule.
5018
5019         * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
5020         (targetm.sched.init): Likewise.
5021
5022 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
5023
5024         PR bootstrap/44713
5025         * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
5026         (function_arg_advance_32): Const-ify TYPE parameter.
5027         (function_arg_advance_64): Likewise.  Change type of NAMED to bool.
5028         (ix86_function_arg_advance): Change type of NAMED to bool.
5029         (function_arg_32): Const-ify CUM and TYPE parameters.
5030         (function_arg_64): Likewise.  Change type of NAMED to bool.
5031         (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
5032         to bool.
5033         (ix86_function_arg): Change type of NAMED to bool.
5034         (ix86_setup_incoming_varargs): Call ix86_function_arg_advance.  Pass
5035         last argument as a bool.
5036
5037 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
5038
5039         * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
5040         (OVERRIDE_OPTIONS): Add note of obsolescence.
5041         Replace references with references to TARGET_OPTION_OVERRIDE.
5042         (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
5043          the macro).
5044         * targhooks.c (default_target_option_override): New function.
5045         * targhooks.h (default_target_option_override): Declare.
5046         * target.h (struct gcc_target): Add override member to
5047         target_option member.
5048         * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
5049         targetm.target_option.override call.
5050         * target-def.h (TARGET_OPTION_OVERRIDE): Define.
5051         (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
5052
5053 2010-06-29  Jan Hubicka  <jh@suse.cz>
5054
5055         * tree-inline.c: Replace incomming by incomin and clonning by cloning.
5056
5057 2010-06-29  Jan Hubicka  <jh@suse.cz>
5058
5059         * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
5060         unreachable.
5061         (rebuild_frequencies): New function.
5062         * predict.h (rebuild_frequencies): Declare.
5063         * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
5064         entry block and edge reaching new_entry.
5065         (tree_function_versioning): When doing partial cloning, rebuild
5066         frequencies when done.
5067         * passes.c (execute_function_todo): Use rebild_frequencies.
5068
5069 2010-06-29  Richard Guenther  <rguenther@suse.de>
5070
5071         * tree-dfa.c (dump_variable): Remove noalias_state dumping.
5072         * tree-flow.h (enum noalias_state): Remove.
5073         (struct var_ann_d): Remove noalias_state member.
5074
5075 2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
5076
5077         PR target/43902
5078         * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
5079         (maddhisi4): Renamed from mulhisi3addsi.  Operands renumbered.
5080         (maddhidi4): Likewise.
5081
5082         Revert parts of the change for PR25130.
5083         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
5084         MEM_ALIAS_SET.
5085
5086 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
5087
5088         * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
5089         targetm.calls.function_incoming_arg, and
5090         targetm.calls.function_arg_advance instead of FUNCTION_ARG,
5091         FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
5092         * target.h (struct gcc_target): Add function_arg_advance,
5093         function_arg, and function_incoming_arg fields.
5094         * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
5095         (TARGET_FUNCTION_INCOMING_ARG): Define.
5096         (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
5097         and TARGET_FUNCTION_INCOMING_ARG.
5098         * targhooks.h (default_function_arg_advance): Declare.
5099         (default_function_arg, default_function_incoming_arg): Declare.
5100         * targhooks.c (default_function_arg_advance): New function.
5101         (default_function_arg, default_function_incoming_arg): New function.
5102         * config/i386/i386.c (function_arg_advance): Rename to...
5103         (ix86_function_arg_advance): ...this.  Make static.
5104         (function_arg): Rename to...
5105         (ix86_function_arg): ...this.  Make static.
5106         (TARGET_FUNCTION_ARG_ADVANCE): Define.
5107         (TARGET_FUNCTION_ARG): Define.
5108         * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
5109         (FUNCTION_ARG): Delete.
5110         * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
5111         (function_arg): Delete prototype.
5112
5113 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
5114
5115         * reginfo.c (init_reg_sets_1): Adjust comments.
5116         * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
5117         * calls.c (prepare_call_address): Likewise.
5118         (emit_call_1): Use targetm.calls.return_pops_args.
5119         (expand_call): Likewise.
5120         * function.c (assign_parms): Likewise.
5121         * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
5122         * target.h (struct gcc_target) [struct calls]: Add
5123         return_pops_args field.
5124         * targhooks.h (default_return_pops_args): Declare.
5125         * targhooks.c (default_return_pops_args): Define.
5126         * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
5127         (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
5128         * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
5129         (TARGET_RETURN_POPS_ARGS): ...this.  Use deftypefn.  Adjust
5130         documentation.
5131         * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
5132         * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
5133         * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
5134         * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
5135         * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
5136         * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
5137         * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
5138         * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
5139         * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
5140         * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
5141         * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
5142         * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
5143         * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
5144         * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
5145         * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
5146         * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
5147         * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
5148         * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
5149         * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
5150         * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
5151         * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
5152         * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
5153         * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
5154         * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
5155         * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
5156         * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
5157         * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
5158         * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
5159         * config/score/score.h (RETURN_POPS_ARGS): Likewise.
5160         * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
5161         * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
5162         * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
5163         * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
5164         * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
5165         * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
5166         * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
5167         * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
5168         * config/i386/i386.c (ix86_return_pops_args): Make static.
5169         Constify arguments.
5170         (TARGET_RETURN_POPS_ARGS): Define.
5171         * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
5172         * config/m68k/m68k.c (m68k_return_pops_args): ...here.  New function.
5173         (TARGET_RETURN_POPS_ARGS): Define.
5174         * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
5175         * config/vax/vax.c (vax_return_pops_args): ...here.  New function.
5176         (TARGET_RETURN_POPS_ARGS): Define.
5177
5178 2010-06-29  Richard Guenther  <rguenther@suse.de>
5179
5180         PR middle-end/44667
5181         * tree-inline.c (initialize_inlined_parameters): Make sure
5182         to remap the inlined parameter variable substitutions types.
5183
5184 2010-06-29  Eric Botcazou  <ebotcazou@adacore.com>
5185
5186         PR rtl-optimization/44659
5187         * combine.c (make_compound_operation) <SUBREG>: Do not return the
5188         result of force_to_mode if it partially re-expanded the compound.
5189
5190 2010-06-28  Jan Hubicka  <jh@suse.cz>
5191
5192         PR middle-end/44671
5193         * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
5194         RESULT_DECL.
5195
5196 2010-06-28  Anatoly Sokolov  <aesok@post.ru>
5197
5198         * double-int.h (force_fit_type_double): Remove declaration.
5199         * double-int.c (force_fit_type_double): Move to tree.c.
5200         * tree.h (force_fit_type_double): Declare.
5201         * tree.h (force_fit_type_double): Moved from double-int.c. Use
5202         double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
5203         double_int_to_tree instead of fit_double_type and build_int_cst_wide.
5204         * convert.c (convert_to_pointer): Adjust call to
5205         force_fit_type_double.
5206         * tree-vrp.c (extract_range_from_assert,
5207         extract_range_from_unary_expr): Adjust call to force_fit_type_double.
5208         * fold-const.c: Update comment.
5209         (int_const_binop, fold_convert_const_int_from_int,
5210         fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
5211         extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
5212         fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
5213         round_up_loc): Adjust call to force_fit_type_double.
5214
5215 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
5216
5217         * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
5218
5219 2010-06-28  Martin Jambor  <mjambor@suse.cz>
5220
5221         * tree-sra.c (convert_callers): New parameter, change fndecls of
5222         recursive calls.
5223         (modify_function): Pass the old decl to convert_callers.
5224
5225 2010-06-28  Martin Jambor  <mjambor@suse.cz>
5226
5227         * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
5228         ipa_check_create_node_params and ipa_initialize_node_params with
5229         checking asserts they are not necessary.
5230
5231 2010-06-28  Jan Hubicka  <jh@suse.cz>
5232
5233         PR tree-optimization/44687
5234         * ipa-split.c (split_function): Use DECL_RESULT to store return value.
5235
5236 2010-06-28  Martin Jambor  <mjambor@suse.cz>
5237
5238         PR c++/44535
5239         * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
5240         (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
5241         instead of BINFO_BASE_BINFO.
5242
5243 2010-06-28  Michael Matz  <matz@suse.de>
5244
5245         PR middle-end/44592
5246         * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
5247         proper VDEF chain for intermediate stores in the sequence.
5248
5249 2010-06-28  Jan Hubicka  <jh@suse.cz>
5250
5251         PR tree-optimization/44357
5252         * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
5253         uninlinable functions.
5254
5255 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
5256
5257         * config.gcc (powerpc*-*-*): Handle titan.
5258         * config/rs6000/rs6000.c (titan_cost): New costs.
5259         (rs6000_override_options): Add "titan" to processor_target_table.
5260         Add Titan to branch alignment logic.
5261         Correctly set rs6000_cost for titan.
5262         * config/rs6000/rs6000.md (cpu): Add titan.  Include "titan.md".
5263         * config/rs6000/titan.md: New file.
5264         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
5265
5266 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
5267
5268         * tree-browser.c (TB_history_stack): Convert to a VEC.
5269         (TB_SET_HEAD): Adjust for new type of TB_history_stack.
5270         (TB_history_prev): Likewise.
5271
5272 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
5273
5274         * vec.h (vec_heap_free): Add parentheses around free.
5275
5276 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
5277
5278         * system.h: Poison GCC_EXCEPT_H for front-end files.
5279
5280         * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
5281         langhook.
5282         * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
5283         Define to NULL by default.
5284         * except.h: Define GCC_EXCEPT_H.
5285         (doing_eh): Remove prototype.
5286         (init_eh, init_eh_for_function): Move prototypes to toplev.h.
5287         (lang_protect_cleanup_actions): Remove.
5288         * except.c (lang_protect_cleanup_actions): Remove.
5289         (doing_eh): Remove.
5290         (gen_eh_region): Don't check doing_eh here.
5291         * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
5292         * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
5293         instead of lang_protect_cleanup_actions.
5294         * omp-low.c (maybe_catch_exception): Likewise.
5295         * Makefile.in: Update dependencies.
5296
5297 2010-06-28  Bingfeng Mei  <bmei@broadcom.com>
5298
5299         * cgraph.h (struct varpool_node): new used_from_object_file flag.
5300         (struct cgraph_local_info): new used_from_object_file flag.
5301         * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
5302         (cgraph_clone_node): initialize used_from_object_file.
5303         (cgraph_create_virtual_clone): initialize used_from_object_file.
5304         * lto-symbtab.c (lto_symtab_merge_decls_1): Set
5305         used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
5306         when compiling with -fwhole-program.
5307         (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
5308         internal resolver.
5309         * ipa.c (function_and_variable_visibility): Set externally_visible
5310         flag of varpool_node if used_from_object_file flag is set.
5311         (cgraph_externally_visible_p): check used_from_object_file flag.
5312         * doc/invoke.texi (-fwhole-program option): Change description of
5313         externally_visible attribute accordingly.
5314         * doc/extend.texi (externally_visible): Ditto.
5315
5316 2010-06-27  Jan Hubicka  <jh@suse.cz>
5317
5318         * params.def (max-inline-insns-auto): Default to 40.
5319         * doc/invoke.texi (max-inline-insns-auto): Document the change.
5320
5321 2010-06-27  Jan Hubicka  <jh@suse.cz>
5322
5323         PR middle-end/44671
5324         PR middle-end/44686
5325         * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
5326         signature change.
5327         * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
5328         * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
5329
5330 2010-06-27  Anatoly Sokolov  <aesok@post.ru>
5331
5332         * target.h (struct gcc_target): Add register_move_cost field.
5333         * target-def.h (TARGET_REGISTER_MOVE_COST): New.
5334         (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
5335         * targhooks.c (default_register_move_cost): New function.
5336         * targhooks.h (default_register_move_cost): Declare function.
5337         * defaults.h (REGISTER_MOVE_COST): Delete.
5338         * ira-int.h (ira_register_move_cost): Update comment.
5339         * ira.c (ira_register_move_cost): Update comment.
5340         * reload.h (register_move_cost): Declare.
5341         * reginfo.c (register_move_cost): New function.
5342         (move_cost): Update comment.
5343         (init_move_cost, memory_move_secondary_cost): Replace
5344         REGISTER_MOVE_COST with register_move_cost.
5345         * postreload.c (reload_cse_simplify_set): (Ditto.).
5346         * reload.c (find_valid_class, find_reloads): (Ditto.).
5347         * reload1.c (choose_reload_regs): (Ditto.).
5348         * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
5349         (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
5350         * doc/md.texi (can_create_pseudo_p): Update documentation.
5351
5352         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
5353         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
5354         * config/i386/i386.h (ix86_memory_move_cost): Make static.
5355         (TARGET_MEMORY_MOVE_COST): Define.
5356
5357         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
5358         * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
5359         * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
5360         (TARGET_MEMORY_MOVE_COST): Define.
5361
5362 2010-06-27  Richard Guenther  <rguenther@suse.de>
5363
5364         PR tree-optimization/44683
5365         * tree-ssa-dom.c (record_edge_info): Record equivalences for the
5366         false edge from the inverted condition.
5367
5368 2010-06-27  Richard Guenther  <rguenther@suse.de>
5369
5370         PR middle-end/44684
5371         * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
5372         (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
5373         for register LHS.  Or non-store assignments.
5374
5375 2010-06-26  Eric Botcazou  <ebotcazou@adacore.com>
5376
5377         * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
5378         (sparc_emit_set_const64): Likewise.  Remove disabled code.
5379         * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
5380         (sparc_emit_set_const64): Likewise.
5381
5382 2010-06-26  Catherine Moore  <clm@codesourcery.com>
5383
5384         * config/mips/mips.md (alu_type): New attribute.
5385         (type): Infer type from alu_type.
5386         (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
5387         *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
5388         *subsi3_extended, negsi2, negdi2, *low<mode>,
5389         *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
5390         xor<mode>3, *nor<mode>3,
5391         *zero_extend<GPR:mode>_trunc<SHORT:mode>,
5392         *zero_extendhi_truncqi):  Set alu_type instead of type.
5393
5394 2010-06-26  Douglas B Rupp  <rupp@gnat.com>
5395
5396         * config/alpha/alpha.c (alpha_need_linkage): Adjust
5397         splay_tree_new_ggc call.
5398         (alpha_use_linkage): Likewise.
5399
5400 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
5401
5402         * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
5403         * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
5404         * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
5405         (static_specs): Remove switches_need_spaces.
5406         (process_command, do_self_spec): Hardcode handling "-o" instead of
5407         checking switches_need_spaces.
5408         * system.h (SWITCHES_NEED_SPACES): Poison.
5409
5410 2010-06-26  Richard Guenther  <rguenther@suse.de>
5411
5412         PR tree-optimization/44393
5413         * tree-loop-distribution.c (generate_loops_for_partition): Fix
5414         stmt removal and VOP renaming.
5415         (generate_memset_zero): Remove redundant stmt updating.
5416         * tree-flow.h (mark_virtual_ops_in_bb): Remove.
5417         * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
5418
5419 2010-06-26  Jan Hubicka  <jh@suse.cz>
5420
5421         * ipa-split.c (consider_split): PHI in entry block is OK as long as all
5422         edges comming from header are equivalent.
5423         (visit_bb): Handle PHIs correctly.
5424         * tree-inline.c (copy_phis_for_bb): Be able to copy
5425         PHI from entry edge.
5426         (copy_cfg_body): Produce edge from entry BB before copying PHIs.
5427
5428 2010-06-26  Richard Guenther  <rguenther@suse.de>
5429
5430         PR middle-end/44674
5431         * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
5432         decls.  Handle LABEL_DECLs like FUNCTION_DECLs.
5433
5434 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
5435
5436         * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
5437         add_infile, alloc_switch): New.
5438         (process_command): Remove variable lang_n_infiles.  Process
5439         options in a single pass.  Use new functions for allocating
5440         infiles and switches arrays.  Properly skip operands of
5441         -Xpreprocessor and -Xassembler.
5442
5443 2010-06-26  Jan Hubicka  <jh@suse.cz>
5444
5445         PR middle-end/44671
5446         * cgraphunit.c (cgraph_function_versioning): Remove wrong
5447         cgraph_make_decl_local call; fix typo copying RTL data.
5448
5449 2010-06-25  DJ Delorie  <dj@redhat.com>
5450
5451         * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
5452         (m32c_output_aligned_common): Likewise.
5453         * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
5454         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
5455         * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
5456         (m32c_register_pragmas): Register it.
5457         * config/m32c/m32c.c (m32c_get_pragma_address): New.
5458         (m32c_insert_attributes): Set #pragma address decls volatile.
5459         (pragma_entry_eq): New.
5460         (pragma_entry_hash): New.
5461         (m32c_note_pragma_address): New.
5462         (m32c_get_pragma_address): New.
5463         (m32c_output_aligned_common): New.
5464         * doc/extend.texi: Document the new pragma.
5465
5466         * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
5467         also.
5468         * config/m32c/predicates.md (m32c_any_operand): Check the code
5469         instead of memory_operand so as to allow matching volatile MEMs.
5470         (m32c_nonimmediate_operand): Likewise.
5471         (mra_operand): Allow volatiles.
5472
5473 2010-06-25  Alexandre Oliva  <aoliva@redhat.com>
5474
5475         PR debug/44610
5476         * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
5477         address if the offset is unknown.
5478
5479 2010-06-25  Douglas B Rupp  <rupp@gnat.com>
5480
5481         * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
5482         * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
5483         * config/ia64/ia64-protos.h (ia64_start_function): Declare.
5484         * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
5485         to ia64_start_function. Invoke it.
5486         * config/ia64/ia64.c (ia64_start_function): Call new function
5487         dwarf2out_vms_debug_main_pointer.
5488
5489 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
5490
5491         * tree-if-conv.c (insert_gimplified_predicates): Do not insert
5492         statements computing the true predicate.
5493
5494 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
5495
5496         * tree-if-conv.c (init_bb_predicate): Initialize the predicate
5497         to boolean_true_node.
5498         (reset_bb_predicate): New.
5499         (predicate_bbs): Call reset_bb_predicate.
5500
5501 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
5502
5503         * tree-if-conv.c (combine_blocks): Remove FIXME comment.
5504         (tree_if_conversion): Returns true when something has been changed.
5505         (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
5506         changed something.
5507
5508 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
5509
5510         * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
5511         * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
5512         * tree-if-conv.c: Include dbgcnt.h.
5513         (tree_if_conversion): Use if_conversion_tree to count the number of
5514         if-convertible loops.
5515
5516 2010-06-25  Changpeng Fang  <changpeng.fang@amd.com>
5517
5518         * common.opt (fprefetch-loop-arrays): Re-define
5519         -fprefetch-loop-arrays as a tri-state option with the initial
5520         value of -1.
5521         * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
5522         pass only when flag_prefetch_loop_arrays > 0.
5523         * toplev.c (process_options): Note that, with tri-states,
5524         flag_prefetch_loop_arrays>0 means prefetching is enabled.
5525         * config/i386/i386.c (override_options): Enable prefetching at -O3
5526         for a set of CPUs that sw prefetching is helpful.
5527         (software_prefetching_beneficial_p): New.  Return TRUE if software
5528         prefetching is beneficial for the given CPU.
5529
5530 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
5531
5532         PR rtl-optimization/44326
5533         * implicit-zee.c (find_removable_zero_extends): Replace
5534         INSN_P with NONDEBUG_INSN_P.
5535
5536 2010-06-25  Martin Jambor  <mjambor@suse.cz>
5537
5538         * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
5539         (struct ipa_node_params): Removed the modification_analysis_done flag.
5540         (ipa_is_param_modified): Removed.
5541         (ipa_analyze_node): Declare.
5542         (ipa_compute_jump_functions): Remove declaration.
5543         (ipa_count_arguments): Likewise.
5544         (ipa_detect_param_modifications): Likewise.
5545         (ipa_analyze_params_uses): Likewise.
5546         * ipa-prop.c (struct param_analysis_info): New type.
5547         (visit_store_addr_for_mod_analysis): Removed.
5548         (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
5549         moved down in the file.
5550         (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
5551         (ipa_count_arguments): Made static.
5552         (mark_modified): New function.
5553         (is_parm_modified_before_call): New function.
5554         (compute_pass_through_member_ptrs): New parameter parms_info, call
5555         is_parm_modified_before_call instead of ipa_is_param_modified.
5556         (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
5557         it to compute_pass_through_member_ptrs.
5558         (ipa_compute_jump_functions): New parameter parms_info, pass it to
5559         ipa_compute_jump_functions_for_edge.  Call ipa_initialize_node_params
5560         on the callee if it is analyzed.  Made static.
5561         (ipa_analyze_indirect_call_uses): New parameter parms_info, call
5562         is_parm_modified_before_call instead of ipa_is_param_modified.
5563         (ipa_analyze_call_uses): New parameter parms_info, pass it to
5564         ipa_analyze_indirect_call_uses.
5565         (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
5566         ipa_analyze_call_uses.
5567         (ipa_analyze_params_uses): New parameter parms_info, pass it to
5568         ipa_analyze_stmt_uses.  Also perform the used analysis.  Made static.
5569         (ipa_analyze_node): New function.
5570         (ipa_print_node_params): Do not dump the modified flag.
5571         (ipa_write_node_info): Assert uses_analysis_done rather than streaming
5572         it.  Do not stream the modified parameter flag.
5573         (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
5574         it.  Do not stream the modified parameter flag.
5575         * ipa-cp.c (ipcp_analyze_node): Removed.
5576         (ipcp_init_stage): Iterate only once over the nodes, analyze each one
5577         with only a call to ipa_analyze_node.
5578         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
5579         node with only a call to ipa_analyze_node.
5580
5581 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
5582
5583         * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
5584
5585 2010-06-25  Jan Hubicka  <jh@suse.cz>
5586
5587         * tree-pass.h (pass_split_functions): Declare.
5588         * opts.c (decode_options): Enable function splitting at -O2
5589         * timevar.def (TV_IPA_FNSPLIT): New macro.
5590         * ipa-split.c: New file.
5591         * common.opt (-fpartial-inlining): New flag.
5592         * Makefile.in (ipa-split.o): New object file.
5593         * passes.c (init_optimization_passes): Add ipa-split.
5594         * params.def (partial-inlining-entry-probability): New parameters.
5595         * doc/invoke.texi (-fpartial-inlining): New.
5596
5597 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
5598
5599         PR 44665
5600         * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
5601         * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
5602         (gimplify_expr): Likewise.
5603
5604 2010-06-25  Martin Jambor  <mjambor@suse.cz>
5605
5606         * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
5607         statements instead of bailing out on them.
5608         (ipa_analyze_indirect_call_uses): Do not require that loads from the
5609         parameter are in the same BB as the condition.  Update comments.
5610
5611 2010-06-25  Jakub Jelinek  <jakub@redhat.com>
5612
5613         PR middle-end/43866
5614         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
5615         true or always false, return NULL_TREE.
5616         (tree_unswitch_single_loop): Optimize conditions even when reaching
5617         max-unswitch-level parameter.  If num > 0, optimize first all conditions
5618         using entry checks, then do still reachable block discovery and consider
5619         only conditions in still reachable basic blocks in the loop.
5620
5621         PR tree-optimization/44539
5622         * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
5623         the call doesn't have LHS, but has VDEF.
5624
5625 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
5626
5627         * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
5628         * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
5629         * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
5630         (process_command): Remove code conditional on MODIFY_TARGET_NAME.
5631         * system.h (MODIFY_TARGET_NAME): Poison.
5632
5633 2010-06-25  Alan Modra  <amodra@gmail.com>
5634
5635         * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
5636         * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
5637         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
5638         CMODEL_LARGE as default.
5639         * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
5640         (offsettable_ok_by_alignment): Delete.
5641         (rs6000_emit_move): Remove mcmodel=medium optimization.
5642
5643 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
5644
5645         With large parts from Jim Wilson:
5646         PR target/43902
5647         * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
5648         WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
5649         * optabs.c (optab_for_tree_code): Likewise.
5650         (expand_widen_pattern_expr): Likewise.
5651         * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
5652         out of execute_optimize_widening_mul.
5653         (convert_plusminus_to_widen): New function.
5654         (execute_optimize_widening_mul): Use the two new functions.
5655         * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
5656         Remove code to generate widening multiply-accumulate.  Add support
5657         for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
5658         * gimple-pretty-print.c (dump_ternary_rhs): New function.
5659         (dump_gimple_assign): Call it when appropriate.
5660         * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
5661         * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
5662         (expand_gimple_stmt_1): Likewise.
5663         (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
5664         WIDEN_MULT_MINUS_EXPR.
5665         * tree-ssa-operands.c (get_expr_operands): Likewise.
5666         * tree-inline.c (estimate_operator_cost): Likewise.
5667         * gimple.c (extract_ops_from_tree_1): Renamed from
5668         extract_ops_from_tree.  Add new arg for a third operand; fill it.
5669         (gimple_build_assign_stat): Support operations with three operands.
5670         (gimple_build_assign_with_ops_stat): Likewise.
5671         (gimple_assign_set_rhs_from_tree): Likewise.
5672         (gimple_assign_set_rhs_with_ops_1): Renamed from
5673         gimple_assign_set_rhs_with_ops.  Add new arg for a third operand.
5674         (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
5675         (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
5676         WIDEN_MULT_MINUS_EXPR.
5677         * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
5678         (extract_ops_from_tree_1): Adjust declaration.
5679         (gimple_assign_set_rhs_with_ops_1): Likewise.
5680         (gimple_build_assign_with_ops): Pass NULL for last operand.
5681         (gimple_build_assign_with_ops3): New macro.
5682         (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
5683         gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
5684         functions.
5685         * tree-cfg.c (verify_gimple_assign_ternary): New static function.
5686         (verify_gimple_assign): Call it.
5687         * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
5688         (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
5689         functions for dealing with three-operand statements.
5690         * tree.c (commutative_ternary_tree_code): New function.
5691         * tree.h (commutative_ternary_tree_code): Declare it.
5692         * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
5693         ternary statements.
5694         (gimple_assign_nonzero_warnv_p): Likewise.
5695         * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
5696         * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
5697         (ccp_fold): Use it.  Handle GIMPLE_TERNARY_RHS.
5698         * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
5699         (struct hashtable_expr): New member ternary in the union.
5700         (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
5701         (hashable_expr_equal_p): Fix indentation.  Handle EXPR_TERNARY.
5702         (iterative_hash_hashable_expr): Likewise.
5703         (print_expr_hash_elt): Handle EXPR_TERNARY.
5704         * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
5705         * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
5706         statements.  Handle GIMPLE_TERNARY_RHS.
5707
5708 2010-06-25  Jan Hubicka  <jh@suse.cz>
5709
5710         * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
5711
5712 2010-06-25  Shujing Zhao  <pearly.zhao@oracle.com>
5713
5714         PR c/44517
5715         * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
5716         parameters are not good.
5717         (c_parser_parameter_declaration): Error unknown type name if the type
5718         name can't start declaration specifiers.
5719
5720 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
5721
5722         * gcc.c (translate_options): Don't mention +e in comment.
5723         (process_command): Don't handle +e specially.
5724
5725 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
5726
5727         * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
5728
5729         * ira-build.c (merge_hard_reg_conflicts): New function.
5730         (create_cap_allocno, copy_info_to_removed_store_destinations,
5731         propagate_some_info_from_allocno, propagate_allocno_info): Use it.
5732         (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
5733         (remove_unnecessary_allocnos, remove_low_level_allocnos)
5734         copy_nifo_to_removed_store_destination): Use them.
5735         * ira-lives.c (make_hard_regno_born): New function, split out of
5736         make_regno_born.
5737         (make_allocno_born): Likewise.
5738         (make_hard_regno_dead): New function, split out of make_regno_dead.
5739         (make_allocno_dead): Likewise.
5740         (inc_register_pressure): New function, split out of set_allocno_live.
5741         (dec_register_pressure): New function, split out of clear_allocno_live.
5742         (mark_pseudo_regno_live): New function, split out of mark_reg_live.
5743         (mark_hard_reg_live): Likewise.  Use inc_register_pressure.
5744         (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
5745         (mark_hard_reg_dead): Likewise.  Use dec_register_pressure.
5746         (make_pseudo_conflict): Use mark_pseudo_regno_dead and
5747         mark_pseudo_regno_live.
5748         (process_bb_node_lives): Use mark_pseudo_regno_live,
5749         make_hard_regno_born and make_allocno_dead.
5750         (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
5751         set_allocno_live, clear_allocno_live): Delete functions.
5752
5753         * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
5754         * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
5755         functions.
5756         (ira_flattening): Use ira_parent_allocno.
5757         * ira-conflicts.c (process_regs_for_copy, propagate_copies)
5758         build_allocno_conflicts): Use ira_parent_or_cap_allocno.
5759
5760         * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
5761         statement.
5762
5763         * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
5764         TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
5765         minmax_set_iter_cond, minmax_set_iter_next,
5766         FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
5767         CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
5768         ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
5769         ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET.  All
5770         uses changed.
5771
5772         * ira-int.h (struct live_range, live_range_t): Renamed from struct
5773         ira_allocno_live_range and allocno_live_range_t; all uses changed.
5774         * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
5775         All uses changed.
5776
5777 2010-06-24  Richard Earnshaw  <rearnsha@arm.com>
5778
5779         * thumb2.md (thumb2_tlobits_cbranch): Delete.
5780         (peephole2 to convert zero_extract/compare of single bit to
5781          lshift/compare): New.
5782
5783 2010-06-24  Anatoly Sokolov  <aesok@post.ru>
5784
5785         * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
5786         recursive call and call to 'int_const_binop'.
5787         (build_range_check, fold_cond_expr_with_comparison, unextend,
5788         fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
5789         multiple_of_p): Adjust call to const_binop.
5790
5791 2010-06-24  Uros Bizjak  <ubizjak@gmail.com>
5792
5793         * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
5794         determine size of XFmode operand.
5795         (XFmode extended DFmode push splitter): Ditto.
5796         (XFmode extended SFmode push splitter): Ditto.
5797
5798 2010-06-24  H.J. Lu  <hongjiu.lu@intel.com>
5799
5800         PR target/44588
5801         * config/i386/i386.md (extract_code): New.
5802         (<u>divmodqi4): Likewise.
5803         (divmodhiqi3): Likewise.
5804         (udivmodhiqi3): Likewise.
5805         (<u>divqi3): Remvoved.
5806
5807 2010-06-24  Jakub Jelinek  <jakub@redhat.com>
5808
5809         PR middle-end/44492
5810         * recog.h (struct recog_data): Add is_asm field.
5811         * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
5812         present in constraints of inline-asm operand and memory operand
5813         contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
5814         (extract_insn): Initialize recog_data.is_asm.
5815         * doc/md.texi (Constraints): Document operand side-effect rules.
5816
5817 2010-06-24  Andi Kleen  <ak@linux.intel.com>
5818
5819         * c-parser.c (c_parser_conditional_expression): Call
5820         warn_for_omitted_condop.
5821         * doc/invoke.texi: Document omitted condop warning.
5822
5823 2010-06-24  Nick Clifton<nickc@redhat.com>
5824
5825         * loop-unswitch.c (compare_and_jump_seq): Assert that the last
5826         insn in the sequence is a jump insn before setting its label.
5827
5828 2010-06-24  Alan Modra  <amodra@gmail.com>
5829
5830         * collect2.c (main): Match exactly --version and --help.
5831
5832 2010-06-24  DJ Delorie  <dj@redhat.com>
5833
5834         * config/m32c/m32c-pragma.c: Don't include rtl.h.
5835
5836 2010-06-23  Uros Bizjak  <ubizjak@gmail.com>
5837
5838         * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
5839         using X87MODEF mode iterator.
5840         (pushsf splitter): Macroize splitter using P mode iterator.
5841         (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
5842         mode iterator.
5843
5844         (*movxf_internal): Rename from *movxf_integer.
5845         (*movxf_internal_nointeger): Rename from *movxf_nointeger.
5846         (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
5847         (*movdf_internal): Rename from *movdf_integer.
5848         (*movdf_internal_nointeger): Rename from *movdf_nointeger.
5849         (*movsf_internal): Rename from *movdf_1.
5850
5851 2010-06-23  Basile Starynkevitch  <basile@starynkevitch.net>
5852
5853         * coretypes.h (gimple_seq_node_d, gimple_seq_node)
5854         (const_gimple_seq_node): Removed typedefs.
5855
5856         * gimple.h (gimple_seq_node_d, gimple_seq_node)
5857         (const_gimple_seq_node): Added typedefs moved from coretypes.h.
5858
5859 2010-06-23  H.J. Lu  <hongjiu.lu@intel.com>
5860
5861         * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
5862         CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
5863         CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
5864         and CODE_FOR_vec_extract_lo_v4df.
5865
5866         * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
5867         Changed to define_insn_and_split.
5868         (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
5869         (vec_extract_lo_v16hi): Likewise.
5870         (vec_extract_lo_v32qi): Likewise.
5871         (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
5872         (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
5873
5874 2010-06-23  Joern Rennecke  <joern.rennecke@embecosm.com>
5875
5876         PR target/44640
5877         * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
5878         * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
5879         (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
5880         (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
5881         (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
5882
5883         PR target/44640
5884         * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
5885
5886         PR other/44644
5887         * df-core.c (struct df): Rename to df_d.
5888         * df.h (struct df): Likewise.
5889         * dse.h (struct df): Remove forward declaration.
5890         * recog.h (struct insn_data): Rename to:
5891         (struct_insn_data_d).  Adjusted all users.
5892
5893 2010-06-23  Arnaud Charlet  <charlet@adacore.com
5894
5895         PR ada/22220
5896         * doc/install.texi: Update requirements to build GNAT.
5897
5898 2010-06-22  Andreas Schwab  <schwab@linux-m68k.org>
5899
5900         * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
5901         enum type.
5902         (m68k_sched_attr_opx_type): Remove unreachable return.
5903         (m68k_sched_attr_opy_type): Likewise.
5904         (m68k_sched_attr_size): Likewise.
5905         (sched_get_opxy_mem_type): Likewise.
5906         (m68k_sched_attr_op_mem): Likewise.
5907
5908 2010-06-22  Eric Botcazou  <ebotcazou@adacore.com>
5909
5910         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
5911         new statement and adjust VDEF only if necessary.  Remove superfluous
5912         call to maybe_clean_or_replace_eh_stmt.
5913         * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
5914         copy the flags.
5915         * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
5916         * tree-inline.c (copy_bb): ...and not there.
5917
5918 2010-06-22  Cary Coutant  <ccoutant@google.com>
5919
5920         * dwarf2out.c (is_nested_in_subprogram): New function.
5921         (should_move_die_to_comdat): Use it.
5922         (copy_ancestor_tree): Don't mark DIEs here.
5923         (copy_decls_walk): Start walk from root of newly-added tree;
5924         mark DIEs here instead.
5925
5926 2010-06-22  H.J. Lu  <hongjiu.lu@intel.com>
5927
5928         * config/i386/i386.md (unit): Also check sseishft1.
5929
5930 2010-06-22  Jan Hubicka  <jh@suse.cz>
5931
5932         * gimple.h (gimple_expr_code): Do checking on when gimple checking is
5933         enabled.
5934
5935 2010-06-22  Jan Hubicka  <jh@suse.cz>
5936
5937         * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
5938         df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
5939         Return true if something changed.
5940         * df.h (df_confluence_function_n): Return bool.
5941         * df-core.c (df_worklist_propagate_forward,
5942         df_worklist_propagate_backward): Track changes and ages.
5943         (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
5944         track ages.
5945         * dse.c (dse_confluence_n): Return always true.
5946
5947 2010-06-22  Jan Hubicka  <jh@suse.cz>
5948
5949         * bitmap.c (bitmap_clear_bit): Micro optimize.
5950
5951 2010-06-22  Uros Bizjak  <ubizjak@gmail.com>
5952
5953         * config/i386/i386.md (SWI1248x): New mode iterator.
5954         (SWI48x): Ditto.
5955         (SWI12): Ditto.
5956         (SWI24): Ditto.
5957
5958         (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
5959         SWI1248x mode iterator.
5960         (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
5961         using SWI124 mode iterator.
5962         (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
5963         mode iterator.
5964         (*push<mode>2_prologue): Macroize insn from  *pushsi2_prologue and
5965         *pushdi2_prologue_rex64 using P mode iterator.
5966         (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
5967         using SWI48 mode iterator.
5968         (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
5969         (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
5970         using SWI1248x mode iterator.
5971         (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
5972         (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
5973         SWI48 mode iterator.
5974         (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
5975         iterator.
5976         (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
5977         (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
5978         SWI12 mode iterator.
5979         (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
5980         SWI12 mode iterator.
5981         (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
5982         (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
5983         SWI24 mode iterator.
5984         (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
5985         SWI48 mode iterator.
5986         (mov<mode>_insn_1): New expander.
5987         (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
5988         using SWI48x mode iterator.
5989
5990         (*movoi_internal_avx): Rename from *movoi_internal.
5991         (*movti_internal_rex64): Rename from *movti_rex64.
5992         (*movti_internal_sse): Rename from *movti_sse.
5993         (*movdi_internal_rex64): Rename from *movdi_1_rex64.
5994         (*movdi_internal): Rename from *movdi_2.
5995         (*movsi_internal): Rename from *movsi_1.
5996         (*movhi_internal): Rename from *movhi_1.
5997         (*movqi_internal): Rename from *movqi_1.
5998
5999         (insv): Update the call to gen_movsi_insv_1 for rename.
6000         * config/i386/i386.c (promote_duplicated_reg): Ditto.
6001
6002 2010-06-22  Jan Hubicka  <jh@suse.cz>
6003
6004         * passes.c (execute_function_todo): Move call of statistics_fini_pass
6005         to ...
6006         (execute_todo) ... this one.
6007
6008 2010-06-22  Alan Modra  <amodra@gmail.com>
6009
6010         PR target/44364
6011         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
6012         * caller-save.c (insert_restore, insert_save): Use non-validate
6013         form of adjust_address.
6014
6015 2010-06-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6016
6017         PR target/39690
6018         * config/pa/pa.c (override_options): Disable
6019         -freorder-blocks-and-partition.
6020
6021 2010-06-21  H.J. Lu  <hongjiu.lu@intel.com>
6022
6023         PR target/44615
6024         * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
6025
6026         * config/i386/i386.md (type): Add sseishft1
6027
6028         * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
6029         (ppro_insn_load): Likewise.
6030         (ppro_insn_store): Likewise.
6031         (ppro_insn_both): Likewise.
6032
6033         * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
6034         (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
6035         for type.
6036         (*vec_extractv2di_1_avx): Likewise.
6037         (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
6038         type.  Remove atom_unit.
6039         (*vec_extractv2di_1_sse2): Likewise.
6040
6041 2010-06-21  DJ Delorie  <dj@redhat.com>
6042
6043         * diagnostic.h (diagnostic_classification_change_t): New.
6044         (diagnostic_context): Add history and push/pop list.
6045         (diagnostic_push_diagnostics): Declare.
6046         (diagnostic_pop_diagnostics): Declare.
6047         * diagnostic.c (diagnostic_classify_diagnostic): Store changes
6048         from pragmas in a history chain instead of the global table.
6049         (diagnostic_push_diagnostics): New.
6050         (diagnostic_pop_diagnostics): New.
6051         (diagnostic_report_diagnostic): Scan history chain to find state
6052         of diagnostics as of the diagnostic location.
6053         * opts.c (set_option): Pass UNKNOWN_LOCATION to
6054         diagnostic_classify_diagnostic.
6055         (enable_warning_as_error): Likewise.
6056         * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
6057         use in the history chain.
6058         * doc/extend.texi: Document pragma GCC diagnostic changes.
6059
6060 2010-06-21  Jakub Jelinek  <jakub@redhat.com>
6061
6062         * dwarf2out.c (add_linkage_name): New function.  Don't add
6063         anything to DW_TAG_member DIEs.
6064         (add_name_and_src_coords_attributes): Use it.
6065         (gen_variable_die): Call it for C++ static data members if
6066         specification is DW_TAG_member.
6067
6068         * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
6069         C++ char16_t and char32_t.
6070
6071         * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
6072         * genattrtab.c: Include vecprim.h.
6073         (cached_attrs, cached_attr_count, attrs_seen_once,
6074         attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
6075         attrs_cached_after): New variables.
6076         (find_attrs_to_cache): New function.
6077         (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
6078         (write_test_expr): Add attrs_cached argument, return it too,
6079         attempt to cache non-const attributes used more than once in
6080         a single case handling.
6081         (write_attr_get): Use find_attrs_to_cache, for caching candidates
6082         emit cached_* variables.  Adjust write_attr_set callers.
6083         (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
6084         to find attributes that should be cached in this block.  Adjust
6085         write_test_expr callers.
6086         (write_attr_case): Clear attrs_to_cache.  Adjust write_attr_set
6087         callers.
6088         (make_automaton_attrs): Adjust write_test_expr caller.
6089
6090         * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
6091         * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
6092         (make_automaton_attrs): If find_tune_attr returns non-NULL,
6093         write separate internal_dfa_insn_code_* and insn_default_latency_*
6094         functions for each attribute's value and emit init_sched_attrs
6095         function and function pointers.
6096         * genattr.c (const_attrs, reservations): New variables.
6097         (gen_attr): Add const attributes to const_attrs vector.
6098         (check_tune_attr, find_tune_attr): New functions.
6099         (main): Add reservations to reservations vector.  If find_tune_attr
6100         returns true, add prototype for init_sched_attrs and make
6101         internal_dfa_insn_code and insn_default_latency function pointers,
6102         otherwise define init_sched_attrs as dummy macro.
6103         * cfgexpand.c: Include insn-attr.h.
6104         (gimple_expand_cfg): Call init_sched_attrs.
6105
6106         * stmt.c (resolve_asm_operand_names): Fix handling of %%.
6107
6108         PR target/44575
6109         * config/i386/i386.c (ix86_gimplify_va_arg): When copying
6110         va_arg from a set of register save slots into a temporary,
6111         if the container is bigger than type size, do the copying
6112         using smaller mode or using memcpy.
6113
6114         PR bootstrap/44426
6115         * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
6116         prototype.
6117         (sel_print_to_dot): Remove macro.
6118         (sel_print): Likewise.  New prototype.
6119         * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
6120         (sel_print): New function.
6121
6122 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6123
6124         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
6125         __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
6126
6127 2010-06-21  Nick Clifton  <nickc@redhat.com>
6128
6129         * config/rx/rx.h (PTRDIFF_TYPE): Define.
6130         (SMALL_REGISTER_CLASS): Define (to zero).
6131         (PRINT_OPERAND): Delete.
6132         (PRINT_OPERAND_ADDRESS): Delete.
6133         * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
6134         (rx_print_operand_address): Delete prototype.
6135         * config/rx/rx.c (rx_print_operand): Make static.
6136         Allow %H and %L to handle CONST_DOUBLEs.
6137         (rx_print_operand_address): Make static.
6138         (rx_gen_move_template): Rename local variable 'template' to
6139         out_template.
6140         (rx_function_arg): Do not pass unknown sized objects in registers.
6141         (TARGET_PRINT_OPERAND): Define.
6142         (TARGET_PRINT_OPERAND_ADDRESS): Define.
6143
6144 2010-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6145
6146         * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
6147
6148 2010-06-21  Kai Tietz  <kai.tietz@onevision.com>
6149
6150         * config/i386/i386.c (ix86_compute_frame_layout): Avoid
6151         stack-alignment for simple leaf-functions.
6152
6153 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
6154
6155         * doc/install.texi: Document bootstrap-lto.
6156
6157 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
6158
6159         PR debug/44248
6160         * lto-streamer-in.c (input_bb): Leave debug stmts alone.
6161         (input_function): Drop them here, if VTA is disabled.
6162
6163 2010-06-20  Uros Bizjak  <ubizjak@gmail.com>
6164
6165         PR target/44546
6166         * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
6167         New predicate.
6168         * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
6169         ix86_swapped_fp_comparsion_operator instead of
6170         ix86_fp_comparison_operator.
6171
6172         (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
6173         (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
6174         (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
6175         (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
6176         (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
6177         (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
6178
6179 2010-06-20  Joseph Myers  <joseph@codesourcery.com>
6180
6181         PR other/32998
6182         * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
6183         OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
6184         * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
6185         (decode_cmdline_option): Update for this return value.  Set
6186         orig_option_with_args_text field.  Set arg field for unknown
6187         options.  Make static.
6188         (decode_cmdline_options_to_array): New.
6189         (prune_options): Update handling of find_opt return value.
6190         * opts.c (read_cmdline_option): Take decoded option.  Return void.
6191         (read_cmdline_options): Take decoded options.
6192         (decode_options): Add parameters for decoded options.  Use
6193         decode_cmdline_options_to_array.  Use decoded options for -O
6194         scan.  Use integral_argument for -O parameters.  Update call to
6195         read_cmdline_options.
6196         (enable_warning_as_error): Update handling of find_opt return value.
6197         * opts.h: Update comment on unknown options.
6198         (struct cl_decoded_option): Update comments on opt_index and arg.
6199         Add orig_option_with_args_text.
6200         (decode_cmdline_option): Remove.
6201         (decode_cmdline_options_to_array): Declare.
6202         (decode_options): Update prototype.
6203         * toplev.c (save_argv): Remove.
6204         (save_decoded_options, save_decoded_options_count): New.
6205         (read_integral_parameter): Remove.
6206         (print_switch_values): Use decoded options.
6207         (toplev_main): Don't set save_argv.  Update call to decode_options.
6208         * toplev.h (read_integral_parameter): Remove.
6209         * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
6210
6211 2010-06-19  Richard Earnshaw  <rearnsha@arm.com>
6212
6213         PR target/44072
6214         * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
6215         immediate.
6216         * constraints.md (Pw, Px): New constraints.
6217         * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
6218
6219 2010-06-19  H.J. Lu  <hongjiu.lu@intel.com>
6220
6221         * config/i386/sse.md (fma4modesuffixf4): Removed.
6222         (ssemodesuffixf2s): Likewise.
6223         (ssemodesuffixf4): Likewise.
6224         (ssemodesuffixf2c): Likewise.
6225         (ssescalarmodesuffix2s): Likewise.
6226         (avxmodesuffixf2c): Likewise.
6227         (ssemodesuffix): New.
6228         (ssescalarmodesuffix): Likewise.
6229         Update patterns with ssemodesuffix and ssescalarmodesuffix.
6230
6231 2010-06-19  Philip Herron  <herron.philip@googlemail.com>
6232
6233         * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
6234
6235 2010-06-18  H.J. Lu  <hongjiu.lu@intel.com>
6236
6237         * stor-layout.c (debug_rli): Remove unused local variables.
6238
6239 2010-06-18  Eric Botcazou  <ebotcazou@adacore.com>
6240
6241         PR rtl-optimization/40900
6242         * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line.  Save the
6243         original expression for later reuse.
6244         <expand_decl_rtl>: Use promote_function_mode to compute the signedness
6245         of the promoted RTL for a SSA_NAME on the LHS of a call statement.
6246
6247 2010-06-18  Anatoly Sokolov  <aesok@post.ru>
6248
6249         * double-int.h (double_int_to_shwi, double_int_to_uhwi,
6250         double_int_fits_in_uhwi_p): Implement as static inline.
6251         (double_int_xor): New inline function.
6252         (double_int_lrotate, double_int_rrotate, double_int_max,
6253         double_int_umax, double_int_smax, double_int_min, double_int_umin,
6254         double_int_smin): Declare.
6255         (lrotate_double, rrotate_double): Remove declaration.
6256         * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
6257         double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
6258         (double_int_lrotate, double_int_rrotate, double_int_max,
6259         double_int_umax, double_int_smax, double_int_min, double_int_umin,
6260         double_int_smin): New function.
6261         * fold-const.c (int_const_binop): Clean up, use double_int_*
6262         functions.
6263         * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
6264         double_int_* and immed_double_int_const functions.
6265
6266 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
6267
6268         * function.h (types_used_by_cur_var_decl): Change type to a VEC.
6269         * function.c (types_used_by_cur_var_decl): Likewise.
6270         (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
6271
6272 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
6273
6274         * tree.h (record_layout_info): Change type of pending_statics field
6275         to a VEC.
6276         * stor-layout.c (start_record_layout): Store NULL into
6277         pending_statics.
6278         (debug_rli): Call debug_vec_tree instead of debug_tree.
6279         (place_field): Likewise.
6280         (finish_record_layout): Likewise.
6281
6282 2010-06-18  Alan Modra  <amodra@gmail.com>
6283
6284         * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
6285
6286 2010-06-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6287
6288         PR target/43740
6289         * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
6290         for SET source operand from SET destination operand.
6291
6292 2010-06-17  Bernd Schmidt  <bernds@codesourcery.com>
6293
6294         PR rtl-optimization/39871
6295         * reload1.c (init_eliminable_invariants): For flag_pic, disable
6296         equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
6297         (function_invariant_p): Rule out a plus of frame or arg pointer with
6298         a SYMBOL_REF.
6299         * ira.c (find_reg_equiv_invariant_const): Likewise.
6300
6301 2010-06-17  Gunther Nikl  <gnikl@users.sourceforge.net>
6302
6303         * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
6304         print_operand_address and puts to output the operand for CONST.
6305
6306 2010-06-17  Jakub Jelinek  <jakub@redhat.com>
6307
6308         PR debug/44572
6309         * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
6310         hook.
6311
6312 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
6313
6314         * v850-protos.h (print_operand): Delete.
6315         (print_operand_address): Delete.
6316         * v850.h (PRINT_OPERAND): Delete.
6317         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
6318         (PRINT_OPERAND_ADDRESS): Delete.
6319         * v850.c (print_operand_address): Rename to...
6320         (v850_print_operand_address): ...this.  Make static. Call
6321         v850_print_operand.
6322         (print_operand): Rename to...
6323         (v850_print_operand): ...this.  Make static.  Call
6324         v850_print_operand_address.
6325         (v850_print_operand_punct_valid_p): New function.
6326         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
6327         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
6328
6329 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
6330
6331         * config/sh/sh-protos.h (print_operand): Delete.
6332         (print_operand_address): Delete.
6333         * config/sh/sh.h (PRINT_OPERAND): Delete.
6334         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
6335         (PRINT_OPERAND_ADDRESS): Delete.
6336         * config/sh/sh.c (sh_print_operand_address): Make static.
6337         (sh_print_operand): Make static.  Call sh_print_operand_address
6338         and sh_print_operand.
6339         (sh_print_operand_punct_valid_p): New function.
6340         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
6341         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
6342
6343 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
6344
6345         * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
6346         (mcore_print_operand_address): Delete.
6347         * config/mcore/mcore.h (PRINT_OPERAND): Delete.
6348         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
6349         (PRINT_OPERAND_ADDRESS): Delete.
6350         * config/mcore/mcore.c (mcore_print_operand_address): Make static.
6351         (mcore_print_operand): Make static.
6352         (mcore_print_operand_punct_valid_p): New function.
6353         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
6354         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
6355
6356 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
6357
6358         * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
6359         (print_operand_address): Delete.
6360         * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
6361         (PRINT_OPERAND_ADDRESS): Delete.
6362         * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
6363         static.
6364         (m68hc11_print_operand): Make static.
6365         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
6366
6367 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
6368
6369         * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
6370         (m32r_print_operand_address): Delete.
6371         * config/m32r/m32r.h (m32r_punct_chars): Delete.
6372         (PRINT_OPERAND): Delete.
6373         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
6374         (PRINT_OPERAND_ADDRESS): Delete.
6375         * config/m32r/m32r.c (m32r_punct_chars): Make static.
6376         (m32r_print_operand_address): Make static.
6377         (m32r_print_operand): Make static.
6378         (m32r_print_operand_punct_valid_p): New function.
6379         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
6380         (TARGET_PRINT_OPERAND_ADDRESS): Define.
6381
6382 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
6383
6384         * config/iq2000/iq2000-protos.h (print_operand): Delete.
6385         (print_operand_address): Delete.
6386         * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
6387         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
6388         (PRINT_OPERAND_ADDRESS): Delete.
6389         (iq2000_print_operand_punct): Delete.
6390         * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
6391         (iq2000_print_operand_address): Make static.
6392         (iq2000_print_operand): Make static.
6393         (iq2000_print_operand_punct_valid_p): New function.
6394         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
6395         (TARGET_PRINT_OPERAND_ADDRESS): Define.
6396
6397 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
6398
6399         * config/frv/frv-protos.h (frv_print_operand): Delete.
6400         (frv_print_operand_address): Delete.
6401         * config/frv/frv.h (PRINT_OPERAND): Delete.
6402         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
6403         (PRINT_OPERAND_ADDRESS): Delete.
6404         * config/frv/frv.c (frv_print_operand_address): Make static.
6405         (frv_print_operand): Make static.
6406         (frv_print_operand_punct_valid_p): New function.
6407         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
6408         (TARGET_PRINT_OPERAND_ADDRESS): Define.
6409
6410 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
6411
6412         * tree.h (vec_member): Declare.
6413         * tree.c (vec_member): Define.
6414
6415 2010-06-17  Richard Guenther  <rguenther@suse.de>
6416
6417         * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
6418         * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
6419
6420 2010-06-17  Richard Guenther  <rguenther@suse.de>
6421
6422         * tree-inline.c (declare_return_variable): Remove bogus code.
6423
6424 2010-06-17  Richard Guenther  <rguenther@suse.de>
6425
6426         * gimplify.c (gimplify_bind_expr): Always promote complex
6427         and vector variables to registers if possible.
6428
6429 2010-06-17  Richard Guenther  <rguenther@suse.de>
6430
6431         * expr.c (get_inner_reference): Use double_int for bit_offset
6432         calculation.
6433
6434 2010-06-16  DJ Delorie  <dj@redhat.com>
6435
6436         * common.opt (-fstrict-volatile-bitfields): new.
6437         * doc/invoke.texi: Document it.
6438         * fold-const.c (optimize_bit_field_compare): For volatile
6439         bitfields, use the field's type to determine the mode, not the
6440         field's size.
6441         * expr.c (expand_assignment): Likewise.
6442         (get_inner_reference): Likewise.
6443         (expand_expr_real_1): Likewise.
6444         * expmed.c (store_fixed_bit_field): Likewise.
6445         (extract_bit_field_1): Likewise.
6446         (extract_fixed_bit_field): Likewise.
6447
6448 2010-06-16  Richard Guenther  <rguenther@suse.de>
6449
6450         * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
6451
6452 2010-06-16  Douglas B Rupp  <rupp@gnat.com>
6453
6454         * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
6455         (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
6456         * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
6457         * debug.c: Likewise.
6458         * sdbout.c: Likewise.
6459         * vmsdbgout.c: Likewise.
6460         * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
6461         * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
6462         * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
6463         (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
6464         * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
6465         * dwarf2out.c (dw_fde_struct): New fields
6466         dw_fde_vms_{end,begin}_prologue.
6467         (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
6468         (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
6469         (dwarf2out_vms_end_prologue): New function.
6470         (dwarf2out_vms_begin_epilogue): New function.
6471         (dw_val_struct): New value dw_val_class_vms_delta.
6472         (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
6473         begin_epilogue for VMS.
6474         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
6475         new static functions.
6476         (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
6477         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
6478         static functions.
6479         (print_die): New case dw_val_class_vms_delta.
6480         (attr_checksum): Likewise.
6481         (same_dw_val_p: Likewise.
6482         (size_of_die): Likewise.
6483         (value_format): Likewise.
6484         (output_die): Likewise.
6485         (gen_subprogram_die): Call add_AT_vms_delta on VMS.
6486         (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
6487         * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
6488         dwarf2out_cfi_begin_epilogue
6489         * final.c (final_scan_insn): Likewise. Call begin_epilogue.
6490
6491 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
6492
6493         * config/cris/cris-protos.h (cris_print_operand): Delete.
6494         (cris_print_operand_address): Delete.
6495         * config/cris/cris.h (PRINT_OPERAND): Delete.
6496         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
6497         (PRINT_OPERAND_ADDRESS): Delete.
6498         * config/cris/cris.c (cris_print_operand_address): Make static.
6499         (cris_print_operand): Make static.
6500         (cris_print_operand_punct_valid_p): New function.
6501         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
6502         (TARGET_PRINT_OPERAND_ADDRESS): Define.
6503
6504 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
6505
6506         * config/arm/arm-protos.h (arm_print_operand): Delete.
6507         (arm_print_operand_address): Delete.
6508         * config/arm/arm.h (PRINT_OPERAND): Delete.
6509         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
6510         (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
6511         (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
6512         * config/arm/arm.c (arm_print_operand_address): ...here.  New function.
6513         (arm_print_operand): Make static.
6514         (arm_print_operand_punct_valid_p): New function.
6515         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
6516         (TARGET_PRINT_OPERAND_ADDRESS): Define.
6517
6518 2010-06-16  Nick Clifton  <nickc@redhat.com>
6519
6520         * config/rx/constraints.md (NEGint4): New constraint.
6521         * config/rx/rx.md (attr cc): Add set_zsc.
6522         (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
6523         initialised.
6524         (cmpsf): Likewise.
6525         (call_internal): Clobber the cc0 register.
6526         (call_value_internal): Likewise.
6527         (cstoresi4): Likewise.
6528         (movsieq): Likewise.
6529         (movsine): Likewise.
6530         (addsi3): Add alternative to handle small negative constants.
6531         (sunsi3): Likewise.
6532         (addsi3): Do not set the O bit in the cc0 register.
6533         (adddi3): Likewise.
6534         (subsi3): Likewise.
6535         (subdi3): Likewise.
6536         (andsi3): Reorder alternatives to prefer shorter forms.
6537         (mulsi3): Likewise.
6538         (iorsi3): Likewise.
6539         (negsi2): Note that the cc0 flags are set.
6540         (rotlsi3): Note that only the Z and S bits are set in cc0.
6541         (lshrsi3): Likewise.
6542         (ashlsi3): Likewise.
6543         (subsf3): Use %Q for the MEM operand.
6544         (fix_truncsfsi2): Likewise.
6545         (floatsisf2): Likewise.
6546         (bitset): Remove early clobber from destination.
6547         (bitset_in_memory): Likewise.
6548         (lrintsf2): Clobber the cc0 register.
6549         * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
6550         (rx_print_operand): Handle %N.
6551
6552 2010-06-16  Jan Hubicka  <jh@suse.cz>
6553
6554         * df-core.c (df_compact_blocks): Free problem_temps vector.
6555
6556 2010-06-16  Martin Jambor  <mjambor@suse.cz>
6557
6558         PR tree-optimization/43905
6559         * tree-sra.c: Include tree-inline.h.
6560         (create_abstract_origin): Removed.
6561         (modify_function): Version the call graph node instead of creating
6562         abstract origins and dealing with same_body aliases.
6563         * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
6564         function is versionable.
6565         * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
6566
6567 2010-06-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
6568
6569         * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
6570         (CHOOSE_DYNAMIC_LINKER): Update.
6571
6572 2010-06-15  Uros Bizjak  <ubizjak@gmail.com>
6573
6574         * config/i386/i386.c (*prefetch_sse_<mode>):  Macroize insn from
6575         *prefetch_sse and *prefetch_sse_rex using P mode iterator.
6576         (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
6577         *prefetch_3dnow_rex.
6578
6579 2010-06-15  Anatoly Sokolov  <aesok@post.ru>
6580
6581         * target.h (struct asm_out):Add declare_constant_name field.
6582         * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
6583         (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
6584         * output.h (default_asm_declare_constant_name): Declare.
6585         (assemble_label): Update prototype.
6586         * varasm.c (assemble_constant_contents): Use
6587         targetm.asm_out.declare_constant_name target hook.
6588         (assemble_label): Add 'file' argument.
6589         (default_asm_declare_constant_name): New function.
6590         * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
6591         * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
6592         (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
6593
6594         * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
6595         * config/darwin.c (darwin_asm_declare_constant_name): New function.
6596         (machopic_output_indirection): Update assemble_label argument list.
6597         * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
6598         (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
6599
6600 2010-06-15  Sebastian Pop  <sebastian.pop@amd.com>
6601
6602         PR middle-end/44391
6603         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
6604         size_one_node for pointer types.  Do not call gmp_cst_to_tree.
6605
6606 2010-06-15  Richard Guenther  <rguenther@suse.de>
6607
6608         * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
6609
6610 2010-06-15  Paul Brook  <paul@codesourcery.com>
6611
6612         * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
6613         hard-float ABI.
6614
6615 2010-06-15  Alexandre Oliva  <aoliva@redhat.com>
6616
6617         * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
6618         don't get a vector type for output.
6619
6620 2010-06-15  Jakub Jelinek  <jakub@redhat.com>
6621
6622         PR fortran/44536
6623         * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
6624         * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
6625         (LANG_HOOKS_DECLS): Add it.
6626         * gimplify.c (omp_notice_variable): Call
6627         lang_hooks.decls.omp_report_decl.
6628
6629 2010-06-15  Martin Jambor  <mjambor@suse.cz>
6630
6631         PR lto/44464
6632         * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
6633         on the newly dead SSA name.
6634
6635 2010-06-15  Alan Modra  <amodra@gmail.com>
6636
6637         * doc/invoke.texi: Add mcmodel to powerpc options.
6638         * configure.ac: Add HAVE_LD_LARGE_TOC test.
6639         * configure: Regenerate.
6640         * config.in: Regenerate.
6641         * config/rs6000/linux64.opt (mcmodel): New.
6642         * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
6643         (TARGET_CMODEL, SET_CMODEL): Define.
6644         (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
6645         select CMODEL_MEDIUM default.
6646         * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
6647         (TARGET_CMODEL): Define default.
6648         * config/rs6000/rs6000.c (cmodel): New variable.
6649         (rs6000_explicit_options): Add cmodel field.
6650         (rs6000_handle_option): Handle -mcmodel.
6651         (create_TOC_reference): Add largetoc_reg param.  Generate high,
6652         lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE.  Update all callers.
6653         (rs6000_delegitimize_address): Recognise new toc reference rtl
6654         and minimal-toc rtl.
6655         (rs6000_legitimize_reload_address): Handle new toc references.
6656         (print_operand_address): Handle legitimate_constant_pool_address_p
6657         match before lo_sum.
6658         (rs6000_eliminate_indexed_memrefs): Tidy.
6659         (rs6000_emit_move): Tweak threshold for inlining constants.
6660         Keep rs6000_emit_allocate_stack large stack frame offsets
6661         loaded into r0 inline.
6662         (rs6000_generate_compare <cmptf_internal2>): One more clobber.
6663         (tocrel_base, tocrel_offset): New variables.
6664         (toc_relative_expr_p): Set them here.
6665         (print_operand_address): Skip over any offset on constant pool address.
6666         (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
6667         (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
6668         (offsettable_ok_by_alignment): New function.
6669         (rs6000_emit_move): Address suitably aligned local symbol_refs
6670         relative to the toc pointer for -mcmodel=medium.
6671         (legitimate_constant_pool_address_p): Make param const_rtx.  Add
6672         strict param.  Allow lo_sum version of addressing.  Verify reg
6673         used for -mminimal-toc and -mcmodel != small.  Update all callers.
6674         * config/rs6000/constraints.md: Update for above change.
6675         * config/rs6000/predicates.md: Likewise.
6676         * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
6677         code.
6678         (tls_gd): Split for -mcmodel=medium/large.
6679         (tls_gd_high, tls_gd_low): New.
6680         (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
6681         (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
6682         (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
6683         (largetoc_high, largetoc_low): New.
6684         (cmptf_internal2): Add clobber.
6685         * config/rs6000/rs6000-protos.h: Update.
6686
6687 2010-06-14  Changpeng Fang  <changpeng.fang@amd.com>
6688
6689         * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New.  Return
6690         true if no prefetch is going to be generated for a given group.
6691         (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
6692         estimate the prefetch_count.
6693         (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
6694         prefetch count by considering the unroll_factor and prefetch_mod
6695         for is_loop_prefetching_profitable.
6696
6697 2010-06-14  Andreas Schwab  <schwab@linux-m68k.org>
6698
6699         * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
6700         anything if the argument is not a MEM.
6701
6702 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
6703
6704         PR debug/43650
6705         PR debug/44181
6706         PR debug/44247
6707         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
6708         debug stmts.
6709         (canonicalize_loop_ivs): Likewise.
6710
6711 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
6712
6713         PR debug/43656
6714         * haifa-sched.c (setup_insn_reg_pressure_info,
6715         update_register_pressure): Reject debug insns.
6716         (ready_sort): Don't setup reg pressure for debug insns.
6717         (schedule_insn): Don't update reg pressure for debug insns.
6718
6719 2010-06-14  Richard Guenther  <rguenther@suse.de>
6720
6721         * lto-streamer.c (cached_bp): Remove.
6722         (bitpack_delete): Likewise.
6723         (bitpack_create): Likewise.
6724         (bp_get_next_word): Likewise.
6725         (bp_pack_value, bp_unpack_value): Move ...
6726         * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
6727         Re-implement.
6728         (struct bitpack_d): Likewise.
6729         (bitpack_create, lto_output_bitpack, lto_input_bitpack):
6730         New inline functions.
6731         * lto-streamer-out.c (lto_output_bitpack): Remove.
6732         (pack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
6733         (pack_value_fields): Adjust.
6734         (lto_write_tree): Likewise.
6735         (output_gimple_stmt): Likewise.
6736         (output_function): Likewise.
6737         * lto-streamer-in.c (input_gimple_stmt): Adjust.
6738         (input_function): Likewise.
6739         (unpack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
6740         (lto_input_bitpack): Remove.
6741         (lto_materialize_tree): Adjust.
6742         * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
6743         * lto-cgraph.c (lto_output_edge): Adjust.
6744         (lto_output_node): Likewise.
6745         (lto_output_varpool_node): Likewise.
6746         (lto_output_ref): Likewise.
6747         (input_node): Likewise.
6748         (input_varpool_node): Likewise.
6749         (input_ref): Likewise.
6750         (input_edge): Likewise.
6751         (output_node_opt_summary): Likewise.
6752         (input_node_opt_summary): Likewise.
6753         * ipa-pure-const.c (pure_const_write_summary): Likewise.
6754         (pure_const_read_summary): Likewise.
6755         * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
6756         (ipa_read_indirect_edge_info): Likewise.
6757         (ipa_write_node_info): Likewise.
6758         (ipa_read_node_info): Likewise.
6759
6760 2010-06-14  H.J. Lu  <hongjiu.lu@intel.com>
6761
6762         PR target/44534
6763         * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
6764         (vec_extract_lo_v16hi): Likewise.
6765         (vec_extract_lo_v32qi): Likewise.
6766
6767 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
6768
6769         PR bootstrap/44426
6770         * tree.h (build_call_expr): Don't define as vararg macro, instead
6771         add a prototype.
6772         * builtins.c (build_call_nofold): Remove.
6773         (expand_builtin_int_roundingfn, expand_builtin_pow,
6774         expand_builtin_mempcpy_args, expand_builtin_stpcpy,
6775         expand_builtin_memset_args, expand_builtin_strcmp,
6776         expand_builtin_strncmp, expand_builtin_memory_chk): Use
6777         build_call_nofold_loc instead of build_call_nofold.
6778         (build_call_expr): New function.
6779
6780         PR tree-optimization/44508
6781         * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
6782         * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
6783         don't eliminate trivially dead stmts.
6784         * tree-vrp.c (vrp_finalize): Pass false as last argument
6785         to substitute_and_fold.
6786         * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
6787         to substitute_and_fold.
6788         * tree-ssa-ccp.c (ccp_finalize): Likewise.
6789
6790         PR bootstrap/44509
6791         * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
6792
6793 2010-06-14  Ira Rosen  <irar@il.ibm.com>
6794
6795         PR tree-optimization/44507
6796         * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
6797         to build initial vector for BIT_AND_EXPR.
6798         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
6799
6800 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
6801
6802         * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
6803         adjust z10prop set_attr.
6804
6805 2010-06-13  Jan Hubicka  <jh@suse.cz>
6806
6807         * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
6808         bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
6809         bitmap_ior_into, bitmap_xor, bitmap_xor_into,
6810         bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
6811         datastructure checks into checking asserts.
6812         * rtlanal.c (find_reg_note): Use gcc_checking_assert.
6813         * tree-ssa-sccvn.c (VN_INFO): Likewise.
6814         * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
6815         df_ref_create_structure): Likewise.
6816         * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
6817         pool_free): Use gcc_checking_assert.
6818         * alias.c (get_alias_set): Likewise.
6819         * var-tracking.c (variable_htab_free, shared_hash_copy,
6820         canonicalize_values_mark, variable_merge_over_cur): Likewise.
6821         * lto-streamer.c (bp_unpack_value): Likewise.
6822
6823 2010-06-13  Richard Guenther  <rguenther@suse.de>
6824
6825         * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
6826         Do not stream but initialize TYPE_CANONICAL to NULL.
6827         (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
6828         * gimple.c (gimple_types_compatible_p): Disregard
6829         TYPE_STRUCTURAL_EQUALITY_P.
6830         (gimple_register_type): Use TYPE_CANONICAL as cache.
6831         * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
6832         before registering common types.
6833         * config/i386/i386.c (ix86_function_arg_boundary): Do not
6834         use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
6835         * tree.h (TYPE_CANONICAL): Clarify documentation.
6836
6837 2010-06-13  Anatoly Sokolov  <aesok@post.ru>
6838
6839         * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
6840         LIBCALL_VALUE): Remove macros.
6841         * config/ia64/ia64-protos.h (ia64_function_value): Remove.
6842         * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
6843         TARGET_FUNCTION_VALUE_REGNO_P): Define.
6844         (ia64_libcall_value, ia64_function_value_regno_p): New functions.
6845         (ia64_function_value): Make static. Handle receiving the function
6846         type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
6847
6848 2010-06-12  Jan Hubicka  <jh@suse.cz>
6849
6850         * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
6851         at correct place.
6852
6853 2010-06-12  Bernd Schmidt  <bernds@codesourcery.com>
6854
6855         * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
6856
6857 2010-06-12  Jan Hubicka  <jh@suse.cz>
6858
6859         * df-core.c (df_clear_bb_info): New function.
6860         (df_set_blocks): bb_info is always allocated.
6861         (df_get_bb_info): Use block_info_elt_size.
6862         (df_set_bb_info): Likewise.
6863         (df_compact_blocks): Update for new block_info.
6864         (grow_bb_info): New function.
6865         * df-problems.c (df_grow_bb_info): Move to df-core.c
6866         (df_rd_set_bb_info): Remove.
6867         (df_rd_free_bb_info): Do not free block pool.
6868         (df_rd_alloc): Do not create pool, use check for
6869         obstack presence instead of NULL pointer for new blocks.
6870         (df_rd_free): DO not free alloc pool; clear block_info.
6871         (problem_RD): Add size of block info structure.
6872         (df_lr_set_bb_info): Remove.
6873         (df_lr_free_bb_info): Do not free block pool.
6874         (df_lr_alloc): Do not create pool, use check for
6875         obstack presence instead of NULL pointer for new blocks.
6876         (df_lr_free): DO not free alloc pool; clear block_info.
6877         (problem_LR): Add size of block info structure.
6878         (df_live_set_bb_info): Remove.
6879         (df_live_free_bb_info): Do not free block pool.
6880         (df_live_alloc): Do not create pool, use check for
6881         obstack presence instead of NULL pointer for new blocks.
6882         (df_live_free): DO not free alloc pool; clear block_info.
6883         (problem_LIVE): Add size of block info structure.
6884         (problem_CHAIN): Add size of block info structure.
6885         (df_byte_lr_set_bb_info): Remove.
6886         (df_byte_lr_free_bb_info): Do not free block pool.
6887         (df_byte_lr_alloc): Do not create pool, use check for
6888         obstack presence instead of NULL pointer for new blocks.
6889         (df_byte_lr_free): DO not free alloc pool; clear block_info.
6890         (problem_BYTE_LR): Add size of block info structure.
6891         (problem_NOTE): Add size of block info structure.
6892         (df_byte_MD_set_bb_info): Remove.
6893         (df_byte_MD_free_bb_info): Do not free block pool.
6894         (df_byte_MD_alloc): Do not create pool, use check for
6895         obstack presence instead of NULL pointer for new blocks.
6896         (df_byte_MD_free): DO not free alloc pool; clear block_info.
6897         (problem_BD): Add size of block info structure.
6898         * df-scan.c (df_scan_free_internal): Free block pool.
6899         (df_scan_set_bb_info): Remove.
6900         (df_scan_free_bb_info): Check for artificial_defs instead
6901         of bb_info being non-NULL.
6902         (df_scan_alloc): DO not create df_scan_block pool.
6903         (problem_SCAN): Set size of block info.
6904         (df_bb_refs_record): Do not allocate bb_info.
6905         * df.h (df_problem): Add block_info_elt_size.
6906         (struct dataflow): Change block_info to void *.
6907         (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
6908         df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
6909         in-line structures.
6910
6911 2010-06-12  Jan Hubicka  <jh@suse.cz>
6912
6913         PR tree-optimize/44485
6914         * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
6915         containing use of return value of noreturn function.
6916
6917 2010-06-12  Anatoly Sokolov  <aesok@post.ru>
6918
6919         * targhooks.c (default_function_value): Don't use
6920         FUNCTION_OUTGOING_VALUE.
6921         * system.h (FUNCTION_OUTGOING_VALUE): Poison.
6922         * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
6923
6924 2010-06-12  Kazu Hirata  <kazu@codesourcery.com>
6925
6926         * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
6927         Add crtfastmath.o to extra_parts.
6928         * config/mips/crtfastmath.c: New.
6929         * config/mips/linux.h (ENDFILE_SPEC): New.
6930
6931 2010-06-12  Sebastian Pop  <sebastian.pop@amd.com>
6932
6933         * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
6934         old_type in parameter.
6935         (gcc_type_for_value): Update call to gcc_type_for_interval.
6936         (compute_type_for_level_1): Renamed compute_type_for_level.
6937         Update call to gcc_type_for_interval.
6938
6939 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
6940
6941         * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
6942         flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
6943
6944 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
6945
6946         * opts-common.c: Include options.h.
6947         (integral_argument): Move from opts.c.
6948         (decode_cmdline_option): New.  Based on read_cmdline_option.
6949         * opts.c (integral_argument): Move to opts-common.c.
6950         (read_cmdline_option): Move most contents to
6951         decode_cmdline_option.  Use %qs in diagnostics.
6952         * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
6953         CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
6954         decode_cmdline_option): New.
6955
6956 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
6957
6958         PR target/44481
6959         * config/i386/i386.md (UNSPEC_PARITY): New unspec.
6960         (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
6961         (partiysi2_cmp): Ditto.
6962         (*partiyhi2_cmp): Ditto.
6963         (*parityqi2_cmp): Remove.
6964
6965 2010-06-11  Jan Hubicka  <jh@suse.cz>
6966
6967         * bitmap.h (bmp_iter_next_bit): New.
6968         (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
6969
6970 2010-06-11  Sandra Loosemore  <sandra@codesourcery.com>
6971             Eric Botcazou  <ebotcazou@adacore.com>
6972
6973         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
6974         computed cost.
6975
6976 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
6977
6978         * config/i386/i386.md (unspec): New define_c_enum.
6979         (unspecv): Ditto.
6980
6981 2010-06-10  Jakub Jelinek  <jakub@redhat.com>
6982
6983         * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
6984
6985 2010-06-11  Sebastian Pop  <sebastian.pop@amd.com>
6986
6987         PR middle-end/44483
6988         * tree-if-conv.c (bb_predicate_s): New struct.
6989         (bb_predicate_p): New.
6990         (bb_has_predicate): New.
6991         (bb_predicate): New.
6992         (set_bb_predicate): New.
6993         (bb_predicate_gimplified_stmts): New.
6994         (set_bb_predicate_gimplified_stmts): New.
6995         (add_bb_predicate_gimplified_stmts): New.
6996         (init_bb_predicate): New.
6997         (free_bb_predicate): New.
6998         (is_predicated): Use bb_predicate.
6999         (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
7000         (predicate_bbs): Same.  Gimplify the condition of the basic blocks
7001         before processing their successors.
7002         (clean_predicate_lists): Removed.
7003         (find_phi_replacement_condition): Use bb_predicate.
7004         (process_phi_nodes): Renamed ifconvert_phi_nodes.  Avoid useless
7005         computations.
7006         (insert_gimplified_predicates): New.
7007         (combine_blocks): Call insert_gimplified_predicates.
7008         (tree_if_conversion): Call free_bb_predicate instead of
7009         clean_predicate_lists.
7010
7011 2010-10-11  Paul Brook  <paul@codesourcery.com>
7012
7013         * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
7014         * config/arm/arm.c (all_architectures): Change v7e-m default to
7015         cortexm4.
7016         * config/arm/arm-cores.def: Add cortex-m4.
7017         * config/arm/arm-tune.md: Regenerate.
7018
7019 2010-06-11  Jan Hubicka  <jh@suse.cz>
7020
7021         * ipa-pure-const.c (special_builtlin_state): New function.
7022         (check_call): Use it instead of special casign BUILT_IN_RETURN.
7023         (propagate_pure_const): Use it.
7024
7025 2010-06-11  Jan Hubicka  <jh@suse.cz>
7026
7027         * df-problems.c (df_live_scratch): Convert to bitmap_head.
7028         (df_live_alloc): Initialize df_live_scratch when initializing
7029         problem_data.
7030         (df_live_transfer_function): Update uses of df_live_scratch.
7031         (df_live_free): Free problem_data; clear df_live_scratch before
7032         releasing the obstack.
7033         (df_md_free): Free problem data.
7034
7035 2010-06-11  Jan Hubicka  <jh@suse.cz>
7036
7037         * doc/invoke.texi (Wsuggest-attribute): Document.
7038         (Wmissing-noreturn): Remove.
7039         * ipa-pure-const.c (warn_function_noreturn): New function.
7040         * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
7041         warn_missing_noreturn.
7042         * common.opt (Wsuggest-attribute=noreturn): New.
7043         * tree-flow.h (warn_function_noreturn): Declare.
7044         * tree-cfg.c (execute_warn_function_noreturn): Use
7045         warn_function_noreturn.
7046         (gate_warn_function_noreturn): New.
7047         (pass_warn_function_noreturn): Update.
7048
7049 2010-06-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7050
7051         * c-typeck.c (handle_warn_cast_qual): Add loc
7052         parameter. Improve warning message.
7053         (build_c_cast): Pass location to handle_warn_cast_qual.
7054
7055 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
7056
7057         * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
7058         that operand 0 == operand 1.  Use x86_maybe_negate_const_int to output
7059         insn mnemonic.
7060         (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
7061
7062 2010-06-10  Dodji Seketeli  <dodji@redhat.com>
7063
7064         Fix bootstap on mips
7065         * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
7066         be naming typedefs.
7067
7068 2010-06-11  Kai Tietz  <kai.tietz@onevision.com>
7069
7070         * system.h (helper_const_non_const_cast): New inline for
7071         gcc version <= 4.0.
7072         (CONST_CAST2): For gcc version <= 4.0 use
7073         new helper to do const/non-const casting.
7074
7075 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
7076
7077         * doc/md.texi: Document the "unspec" and "unspecv" enum names.
7078         * Makefile.in (OBJS-common): Include insn-enums.o.
7079         (insn-enums.o): New rule.
7080         (simple_generated_c): Add insn-enums.c.
7081         (build/genenums.o): New rule.
7082         (genprogmd): Add "enums".
7083         * genconstants.c (print_enum_type): Declare a C string array
7084         for each enum.
7085         * genenums.c: New file.
7086         * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
7087         for UNSPEC_VOLATILE.  If defined, use the "unspec" enum for both
7088         UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
7089
7090 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
7091
7092         * doc/md.texi (define_enum_attr): Document.
7093         * rtl.def (DEFINE_ENUM_ATTR): New rtx.
7094         * read-md.h (lookup_enum_type): Declare.
7095         * read-md.c (lookup_enum_type): New function.
7096         * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
7097         * genattrtab.c (attr_desc): Add an enum_name field.
7098         (evaluate_eq_attr): Take the associated attribute as argument.
7099         Get the enum prefix from the enum_name field, if defined.
7100         Use ACONCAT rather than a fixed-length buffer.  Update recursive calls.
7101         (simplify_test_exp): Pass attr to evaluate_eq_attr.
7102         (add_attr_value): New function, split out from...
7103         (gen_attr): ...here.  Handle DEFINE_ENUM_ATTR.
7104         (write_test_expr): Pass attr to evaluate_eq_attr.
7105         (write_attr_get): Use the enum_name as the enum tag, if defined.
7106         (write_attr_valueq): Use the enum_name as a prefix, if defined.
7107         (find_attr): Initialize enum_name.
7108         (main): Handle DEFINE_ENUM_ATTR.
7109         * gensupport.c (process_rtx): Likewise.
7110         * config/mips/mips.h (mips_tune_attr): Delete.
7111         * config/mips/mips.md (cpu): Use define_attr_enum.
7112
7113 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
7114
7115         * doc/md.texi (define_c_enum, define_enum): Document.
7116         * read-md.h (md_constant): Add a parent_enum field.
7117         (enum_value, enum_type): New structures.
7118         (upcase_string, traverse_enum_types): Declare.
7119         * read-md.c (enum_types): New variable.
7120         (upcase_string, add_constant): New functions.
7121         (handle_constants): Don't create the hash table here.
7122         Use add_constant.
7123         (traverse_md_constants): Don't check for a null md_constants.
7124         (decimal_string, handle_enum, traverse_enum_types): New functions.
7125         (read_md_files): Initialize md_constants and md_enums.
7126         * genconstants.c (print_md_constant): Ignore info argument.
7127         Only print constants that belong to no enum.
7128         (print_enum_type): New function.
7129         (main): Don't pass stdout to print_md_constant.  Call print_enum_type
7130         for each defined enum type.
7131         * config/mips/mips.md (processor): New define_enum.
7132         (unspec): New define_c_enum.
7133         (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
7134         (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
7135         (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
7136         (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
7137         (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
7138         (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
7139         (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
7140         (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
7141         (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
7142         (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
7143         (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
7144         (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
7145         (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
7146         (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
7147         (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
7148         (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
7149         (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
7150         (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
7151         (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
7152         (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
7153         (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
7154         (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
7155         (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
7156         (UNSPEC_RDDSP): Move to mips-dsp.md.
7157         (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
7158         (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
7159         (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
7160         (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
7161         (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
7162         (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
7163         (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
7164         (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
7165         (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
7166         (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
7167         (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
7168         (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
7169         (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
7170         Moved to mips-dspr2.md.
7171         (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
7172         (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
7173         (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
7174         (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
7175         (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
7176         (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
7177         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
7178         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
7179         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
7180         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
7181         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
7182         UNSPEC_LOONGSON_PSADBH)
7183         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
7184         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
7185         (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
7186         (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
7187         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
7188         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
7189         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
7190         (cpu): Update comment.
7191         * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
7192         (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
7193         (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
7194         (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
7195         * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
7196         UNSPEC_LOONGSON_PCMPEQ)
7197         (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
7198         UNSPEC_LOONGSON_PINSR_0)
7199         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
7200         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
7201         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
7202         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
7203         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
7204         UNSPEC_LOONGSON_PSADBH)
7205         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
7206         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
7207         (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
7208         * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
7209         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
7210         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
7211         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
7212         * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
7213         (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
7214         (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
7215         (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
7216         (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
7217         (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
7218         (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
7219         (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
7220         (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
7221         (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
7222         (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
7223         (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
7224         (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
7225         (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
7226         (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
7227         (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
7228         (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
7229         (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
7230         (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
7231         (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
7232         (UNSPEC_RDDSP): Moved from mips.md.
7233         * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
7234         (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
7235         (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
7236         (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
7237         (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
7238         (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
7239         (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
7240         (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
7241         (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
7242         (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
7243         (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
7244         (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
7245         (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
7246         (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
7247         * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
7248         (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
7249         (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
7250         (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
7251         (UNSPEC_SCC): Moved from mips.md.
7252         * config/mips/mips.c (mips_arch, mips_tune): Change enum from
7253         "processor_type" to "processor".
7254         (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
7255         * config/mips/mips.h (processor_type): Delete.
7256         (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
7257         "processor_type" to "processor".
7258
7259 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
7260
7261         * configure.ac (tm_include_list): Add insn-constants.h.
7262         * configure: Regenerate.
7263         * Makefile.in (GTM_H): Move insn-constants.h here from...
7264         (TM_H): ...here.
7265         * mkconfig.sh: Remove special handling for insn-constants.h.
7266
7267 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
7268
7269         * Makefile.in (BUILD_RTL): Move build/read-md.o to...
7270         (BUILD_MD): ...this new variable.
7271         (simple_generated_rtl_h, simple_generated_rtl_c): New variables
7272         that include the old contents of simple_generated_h and
7273         simple_generated_c.
7274         (simple_generated_h, simple_generated_c): Include them.  Add
7275         insn-constants.h.
7276         (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
7277         and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
7278         Remove these dependencies from the main rule and include
7279         insn-conditions.md in the command line only if it appears
7280         in the dependency list.
7281         (insn-constants.h, s-constants): Delete.
7282         (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
7283         or gensupport.h.
7284         (build/genmddeps.o): Likewise.
7285         (genprogrtl): New variable that contains everything from genprogmd
7286         except mddeps and constants.
7287         (genprogmd): Redefine in terms of genprogrtl.  Make these programs
7288         depend on $(BUILD_MD)
7289         (genprog): New variable.  Make these programs depend on
7290         $(BUILD_ERRORS).
7291         * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
7292         (main): Use read_md_files instead of init_rtx_reader_args.
7293         * genconstants.c: As for genmddeps.c.
7294         * read-md.h (read_skip_construct): Declare.
7295         * read-md.c (read_skip_construct): New function.
7296         (handle_file): Allow a null handle_directive, skipping the
7297         construct if so.
7298         (parse_include): Update the comment accordingly.
7299
7300 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
7301
7302         * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
7303         * genmddeps.c: Include read-md.h.
7304         (main): Call init_rtx_reader_args instead of init_md_reader_args.
7305         * genattr.c (main): Likewise.
7306         * genattrtab.c (main): Likewise.
7307         * genautomata.c (main): Likewise.
7308         * gencodes.c (main): Likewise.
7309         * genconditions.c (main): Likewise.
7310         * genconfig.c (main): Likewise.
7311         * genconstants.c (main): Likewise.
7312         * genemit.c (main): Likewise.
7313         * genextract.c (main): Likewise.
7314         * genflags.c (main): Likewise.
7315         * genopinit.c (main): Likewise.
7316         * genoutput.c (main): Likewise.
7317         * genpeep.c (main): Likewise.
7318         * genrecog.c (main): Likewise.
7319         * genpreds.c (main): Likewise.
7320         * gensupport.h (in_fname): Move to read-md.h.
7321         (init_md_reader_args_cb): Rename to...
7322         (init_rtx_reader_args_cb): ...this and return a bool.
7323         (init_md_reader_args): Rename to...
7324         (init_rtx_reader_args): ...this and return a bool.
7325         (include_callback): Move to read-md.h.
7326         * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
7327         (file_name_list, first_dir_md_include): Move to read-md.c
7328         (first_bracket_include): Delete unused variable.
7329         (last_dir_md_include): Move to read-md.c.
7330         (process_include): Delete, moving code to read-md.c:handle_include.
7331         (process_rtx): Don't handle INCLUDE.
7332         (save_string): Delete.
7333         (rtx_handle_directive): New function.
7334         (init_md_reader_args_cb): Rename to...
7335         (init_rtx_reader_args_cb): ...this and return a boolean success value.
7336         Use read_md_args.
7337         (init_md_reader_args): Rename to...
7338         (init_rtx_reader_args): ...this and return a boolean success value.
7339         * rtl.def (INCLUDE): Delete.
7340         * rtl.h (read_rtx): Remove "int *" argument.  Add "const char *"
7341         argument.
7342         * read-rtl.c (read_conditions): Don't gobble ')' here.
7343         (read_mapping): Likewise.
7344         (read_rtx): Remove LINENO argument.  Add RTX_NAME argument.
7345         Handle top-level non-rtx constructs here rather than in read_rtx_1.
7346         Store the whole queue in *X.  Remove call to init_md_reader.
7347         (read_rtx_1): Rename to...
7348         (read_rtx_code): ...this.  Call read_nested_rtx to read subrtxes.
7349         Don't handle top-level non-rtx constructs here.  Don't handle (nil)
7350         here.
7351         (read_nested_rtx): New function.  Handle (nil) here rather than
7352         in read_rtx_code.
7353         (read_rtx_variadic): Call read_nested_rtx to read subrtxes.  Don't
7354         gobble ')' here.
7355         * read-md.h (directive_handler_t): New type.
7356         (in_fname, include_callback): Moved from read-md.h.
7357         (read_constants, init_md_reader): Delete.
7358         (read_md_files): Declare.
7359         * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
7360         (last_dir_md_include_ptr, include_callback, max_include_len): Moved
7361         from gensupport.c.
7362         (read_constants): Rename to...
7363         (handle_constants): ...this.  Don't gobble ')' here.
7364         (handle_include, handle_file, handle_toplevel_file)
7365         (parse_include): New functions, mostly taken from gensupport.c.
7366         (init_md_reader): Subsume into...
7367         (read_md_files): ...this new function.
7368
7369 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
7370
7371         * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
7372         (unread_char): Decrement read_md_lineno after putting back '\n'.
7373         * read-md.c (fatal_with_file_and_line): Push back any characters
7374         that we decide not to add to the context.
7375         (read_skip_spaces): Don't increment read_md_lineno here.  Avoid using
7376         fatal_expected_char in cases where '/' ends a line (for example).
7377         (read_name): Don't increment read_md_lineno here.
7378         (read_escape): Likewise.
7379         (read_quoted_string): Likewise.
7380         (read_braced_string): Likewise.
7381
7382 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
7383
7384         * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
7385         (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
7386         * genconstants.c: Include read-md.h.
7387         * read-rtl.c (md_constants): Move to read-md.c.
7388         (md_name): Move to read-md.h.
7389         (initialize_iterators): Use leading_string_hash instead of def_hash
7390         and leading_string_eq_p instead of def_name_eq_p.
7391         (read_name): Move to read-md.c.
7392         (def_hash, def_name_eq_p): Delete.
7393         (read_constants, traverse_md_constants): Move to read-md.c.
7394         * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
7395         * read-md.h: Include hashtab.h.
7396         (md_name): Moved from read-rtl.c.
7397         (md_constant): Moved from read-md.h.
7398         (leading_string_hash, leading_string_eq_p, read_name)
7399         (read_constants, traverse_md_constants): Declare.
7400         * read-md.c (md_constants): Moved from read-rtl.c.
7401         (leading_string_hash, leading_string_eq_p): New functions.
7402         (read_name, read_constants, traverse_md_constants): Moved from
7403         read-rtl.c.
7404
7405 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
7406
7407         * read-rtl.c (md_name): New structure.
7408         (read_name): Take an md_name instead of a buffer pointer.
7409         Use the "string" field instead of strcpy when expanding constants.
7410         (read_constants): Remove the tmp_char argument.  Update the calls
7411         to read_name, using two local name buffers instead of the tmp_char
7412         argument.  Merge the constant-creation code.
7413         (read_conditions): Remove the tmp_char argument.  Update the calls
7414         to read_name, using a local name buffer instead of the tmp_char
7415         argument.
7416         (read_mapping): Replace tmp_char variable with a local name buffer.
7417         Update the calls to read_name.
7418         (read_rtx_1): Likewise.  Update the calls to read_constants and
7419         read_conditions.
7420
7421 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
7422
7423         * Makefile.in (build/read-md.o): Depend on errors.h.
7424         * read-md.h (error_with_line): Declare.
7425         * read-md.c: Include errors.h.
7426         (message_with_line_1): New function, extracted from...
7427         (message_with_line): ...here.
7428         (error_with_line): New function.
7429         * genattrtab.c: If a call to message_with_line is followed by
7430         "have_error = 1;", replace both statements with a call to
7431         error_with_line.
7432         * genoutput.c: Likewise.
7433         * genpreds.c: Likewise.
7434         * genrecog.c: If a call to message_with_line is followed by
7435         "error_count++;", replace both statements with a call to
7436         error_with_line.
7437         (errorcount): Delete.
7438         (main): Don't check it.
7439         * gensupport.c: If a call to message_with_line is followed by
7440         "errors = 1;", replace both statements with a call to error_with_line.
7441         (errors): Delete.
7442         (process_define_cond_exec): Check have_error instead of errors.
7443         (init_md_reader_args_cb): Likewise.  Don't set errors.
7444
7445 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
7446
7447         * read-md.h (read_md_file): Declare.
7448         (read_char, unread_char): New functions.
7449         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
7450         (read_quoted_string, read_string): Remove FILE * argument.
7451         * read-md.c (read_md_file): New variable.
7452         (read_md_filename, read_md_lineno): Update comments and remove
7453         unnecessary initialization.
7454         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
7455         (read_escape, read_quoted_string, read_braced_string, read_string):
7456         Remove FILE * argument.  Update calls accordingly, using read_char
7457         and unread_char instead of getc and ungetc.
7458         * rtl.h (read_rtx): Remove FILE * argument.
7459         * read-rtl.c (iterator_group): Remove FILE * argument from
7460         "find_builtin".
7461         (iterator_traverse_data): Remove "infile" field.
7462         (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
7463         (add_mapping, read_name, read_constants, read_conditions)
7464         (validate_const_int, find_iterator, read_mapping, check_code_iterator)
7465         (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
7466         Remove file arguments from all calls, using read_char and unread_char
7467         instead of getc and ungetc.
7468         * gensupport.c (process_include): Preserve read_md_file around
7469         the include.  Set read_md_file to the handle of the included file.
7470         Update call to read_rtx.
7471         (init_md_reader_args_cb): Set read_md_file to the handle of the file
7472         and remove local FILE *.  Update calls to read_rtx.
7473
7474 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
7475
7476         * read-md.h (read_rtx_lineno): Rename to...
7477         (read_md_lineno): ...this.
7478         (read_rtx_filename): Rename to...
7479         (read_md_filename): ...this.
7480         (copy_rtx_ptr_loc): Rename to...
7481         (copy_md_ptr_loc): ...this.
7482         (print_rtx_ptr_loc): Rename to...
7483         (print_md_ptr_loc): ...this.
7484         * read-md.c: Likewise.  Update references after renaming.
7485         (string_obstack): Replace RTL with MD in comment.
7486         (set_rtx_ptr_loc): Rename to...
7487         (set_md_ptr_loc): ...this.
7488         (get_rtx_ptr_loc): Rename to...
7489         (get_md_ptr_loc): ...this.
7490         * genconditions.c: Update references after renaming.
7491         * genemit.c: Likewise.
7492         * genoutput.c: Likewise.
7493         * genpreds.c: Likewise.
7494         * gensupport.c: Likewise.
7495         * read-rtl.c: Likewise.
7496
7497 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
7498
7499         * Makefile.in (READ_MD_H): New variable.
7500         (BUILD_RTL): Add build/read-md.o.
7501         (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
7502         (build/gensupport.o, build/read-rtl.o, build/genattr.o)
7503         (build/genattrtab.o, build/genconditions.o build/genemit.o)
7504         (build/genextract.o, build/genflags.o, build/genoutput.o)
7505         (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
7506         (build/read-md.o): New rule.
7507         * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
7508         (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
7509         * coretypes.h: ...here.
7510         * lto-wrapper.c: Include coretypes.h instead of defaults.h.
7511         * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
7512         * genattr.c: Include read-md.h.
7513         * genattrtab.c: Likewise.
7514         * genconditions.c: Likewise.
7515         * genemit.c: Likewise.
7516         * genextract.c: Likewise.
7517         * genflags.c: Likewise.
7518         * genoutput.c: Likewise.
7519         * genpreds.c: Likewise.
7520         * genrecog.c: Likewise.
7521         * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
7522         (join_c_conditions, print_c_condition, read_rtx_filename)
7523         (read_rtx_lineno): Move to read-md.h.
7524         * read-rtl.c: Include read-md.h.
7525         (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
7526         (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
7527         (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
7528         (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
7529         (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
7530         (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
7531         (read_braced_string, read_string): Move to read-md.c.
7532         (read_rtx): Move some initialization to init_md_reader and call
7533         init_md_reader here.
7534         * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
7535         Move to read-md.h.
7536         * gensupport.c: Include read-md.h.
7537         (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
7538         * read-md.h, read-md.c: New files.
7539
7540 2010-06-10  Anatoly Sokolov  <aesok@post.ru>
7541
7542         * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
7543         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
7544         * config/moxie/moxie-protos.h (moxie_function_value): Remove.
7545         * config/moxie/moxie.c (moxie_function_value): Make static.
7546         (moxie_libcall_value, moxie_function_value_regno_p): New functions.
7547         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
7548
7549 2010-06-10  Martin Jambor  <mjambor@suse.cz>
7550
7551         * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
7552         * dbgcnt.def (tree_sra): New counter.
7553         * tree-sra.c: Include dbgcnt.h.
7554         (gate_intra_sra): Check tree_sra debug counter.
7555
7556 2010-06-10  Martin Jambor  <mjambor@suse.cz>
7557
7558         PR tree-optimization/44258
7559         * tree-sra.c (build_access_subtree): Return false iff there is a
7560         partial overlap.
7561         (build_access_trees): Likewise.
7562         (analyze_all_variable_accesses): Disqualify candidates if
7563         build_access_trees returns true for them.
7564
7565 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
7566
7567         PR debug/41371
7568         * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
7569         tail-recurse into canonical node.  Fast-forward over
7570         non-canonical VALUEs.
7571
7572 2010-06-10  H.J. Lu  <hongjiu.lu@intel.com>
7573
7574         PR boostrap/44470
7575         * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
7576         (*addsi_1_zext) <TYPE_LEA>: Likewise.
7577         (add lea splitter): Likewise.
7578         (add_zext lea splitter): Likewise.
7579
7580 2010-06-10  Joseph Myers  <joseph@codesourcery.com>
7581
7582         * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
7583
7584 2010-06-10  Jan Hubicka  <jh@suse.cz>
7585
7586         * df-problems.c (df_live_problem_data): Add live_bitmaps.
7587         (df_live_alloc): Initialize problem data and live_osbtacks.
7588         (df_live_finalize): Remove obstack, problem data; do not
7589         clear all bitmaps.
7590         (df_live_top_dump, df_live_bottom_dump): Do not dump old
7591         data when not allocated.
7592         (df_live_verify_solution_start): Do not allocate problem data.
7593         (df_live_verify_solution_end): Check if out is allocated.
7594         (struct df_md_problem_data): New structure.
7595         (df_md_alloc): Allocate problem data.
7596         (df_md_free): Free problem data; do not clear bitmaps.
7597
7598 2010-06-10  Jan Beulich  <jbeulich@novell.com>
7599
7600         PR bootstrap/37304
7601         * configure.ac: Replace $() with ${} when intending to expand
7602         variables rather than invoking commands.
7603         * configure: Re-generate.
7604
7605 2010-06-10  Jan Hubicka  <jh@suse.cz>
7606
7607         PR rtl-optimization/44460
7608         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
7609         TYPE_NEEDS_CONSTRUCTING sanity check.
7610
7611 2010-06-10  Gerald Pfeifer  <gerald@pfeifer.com>
7612
7613         * doc/include/fdl.texi: Move to GFDL version 1.3.
7614
7615         * doc/cpp.texi: Move to GFDL version 1.3.
7616         * doc/gcc.texi: Move to GFDL version 1.3.  Fix copyright years.
7617         * doc/gccint.texi: Move to GFDL version 1.3.
7618         * doc/gcov.texi: Move to GFDL version 1.3.  Update copyright years.
7619         * doc/install.texi: Move to GFDL version 1.3.  Fix copyright years.
7620         * doc/invoke.texi: Move to GFDL version 1.3.
7621
7622 2010-06-09  Jan Hubicka  <jh@suse.cz>
7623
7624         * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
7625         Break out from ...
7626         (propagate) ... here; swap the order.
7627
7628 2010-06-09  Jan Hubicka  <jh@suse.cz>
7629
7630         * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
7631         bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
7632         bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
7633         bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
7634
7635 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
7636
7637         * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
7638         Do not the gather memory reference in the outer loop if the step
7639         is not a constant.
7640
7641 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
7642
7643         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
7644         Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
7645         8 to 4.  Minor change of the related comments.
7646
7647 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
7648
7649         * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
7650         the scev analysis when the variable is not used outside the loop
7651         in a close phi node: call compute_overall_effect_of_inner_loop.
7652
7653 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
7654
7655         * graphite-sese-to-poly.c (single_pred_cond): Renamed
7656         single_pred_cond_non_loop_exit.  Return NULL for loop exit edges.
7657         (build_sese_conditions_before): Renamed call to single_pred_cond.
7658         (build_sese_conditions_after): Same.
7659
7660 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
7661
7662         * graphite-poly.h: Fix comments and indentation.
7663         * graphite-sese-to-poly.c: Same.
7664         (build_sese_conditions_before): Compute stmt and gbb only when needed.
7665         * tree-chrec.c: Fix comments and indentation.
7666         (tree-ssa-loop-niter.c): Same.
7667
7668 2010-06-09  Eric Botcazou  <ebotcazou@adacore.com>
7669
7670         PR rtl-optimization/42461
7671         * dce.c (deletable_insn_p): Return true for const or pure calls again.
7672         * except.c (insn_could_throw_p): Return false if !flag_exceptions.
7673
7674 2010-06-09  Jan Hubicka  <jh@suse.cz>
7675
7676         * bitmap.c (bitmap_and): Walk array forward.
7677         (bitmap_and_compl_into): Likewise.
7678         (bitmap_xor): Likewise.
7679         (bitmap_xor_into):  Likewise.
7680         (bitmap_equal_p): Likewise.
7681         (bitmap_intersect_p): Likewise.
7682         (bitmap_intersect_compl_p): Likewise.
7683         (bitmap_ior_and_into): Likewise.
7684         (bitmap_elt_copy): Likewise.
7685         (bitmap_and_compl): Likewise.
7686         (bitmap_elt_ior): Likewise.
7687
7688 2010-06-09  Dave Korn  <dave.korn.cygwin@gmail.com>
7689
7690         * opts-common.c (prune_options): Ensure replacement argv array
7691         is correctly terminated by a NULL entry.
7692
7693 2010-06-09  Jan Hubicka  <jh@suse.cz>
7694
7695         * cgraph.h (varpool_first_static_initializer,
7696         varpool_next_static_initializer): Make checking only when
7697         checking enabled.
7698         * tree-vectorizer.h (vinfo_for_stmt): Remove check.
7699         (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
7700         gcc_assert to gcc_checking_assert.
7701         * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
7702         phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
7703         op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
7704         op_iter_init_phiuse, op_iter_init_phidef,
7705         array_ref_contains_indirect_ref, ref_contains_array_ref): Use
7706         gcc_checking_assert.
7707         * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
7708         * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
7709         partition_is_global, live_on_entry, live_on_exit,
7710         live_merge_and_clear): Likewise.
7711         * system.h (gcc_checking_assert): New macro.
7712         * gimple.h (set_bb_seq): Use gcc_checking_assert.
7713
7714 2010-06-09  Jason Merrill  <jason@redhat.com>
7715
7716         * Makefile.in (TAGS): Collect tags info from c-family.
7717
7718 2010-06-09  Jan Hubicka  <jh@suse.cz>
7719
7720         * gimple.h (gcc_gimple_checking_assert): New macro.
7721         (gimple_set_def_ops, gimple_set_use_ops,
7722         gimple_set_vuse, gimple_set_vdef,
7723         gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
7724         gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
7725         gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
7726         gimple_asm_output_op, gimple_asm_output_op_ptr,
7727         gimple_asm_set_output_op, gimple_asm_clobber_op,
7728         gimple_asm_set_clobber_op, gimple_asm_label_op,
7729         gimple_asm_set_label_op, gimple_try_set_kind,
7730         gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
7731         gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
7732         gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
7733         gimple_omp_for_index_ptr, gimple_omp_for_set_index,
7734         gimple_omp_for_initial, gimple_omp_for_initial_ptr,
7735         gimple_omp_for_set_initial, gimple_omp_for_final,
7736         gimple_omp_for_final_ptr, gimple_omp_for_set_final,
7737         gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
7738         gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
7739         conditional with ENABLE_GIMPLE_CHECKING.
7740         (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
7741
7742 2010-06-09  Sandra Loosemore  <sandra@codesourcery.com>
7743
7744         * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
7745         (get_computation_cost_at): Use it.
7746         (determine_use_iv_cost_condition): Likewise.
7747         (determine_iv_cost): Likewise.
7748
7749 2010-06-09  Richard Guenther  <rguenther@suse.de>
7750
7751         * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
7752         replace constants.
7753
7754 2010-06-09  Kai Tietz  <kai.tietz@onevision.com>
7755
7756         * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
7757
7758 2010-06-09  Martin Jambor  <mjambor@suse.cz>
7759
7760         PR tree-optimization/44423
7761         * tree-sra.c (dump_access): Dump also grp_assignment_read.
7762         (analyze_access_subtree): Pass negative allow_replacements to children
7763         if the current type is scalar.
7764
7765 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
7766
7767         PR testsuite/42843
7768         * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
7769         * doc/plugins.texi (Plugin license check): Update information
7770         on type of plugin_is_GPL_compatible.
7771         * Makefile.in (PLUGINCC): Define as $(COMPILER).
7772         (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
7773
7774 2010-06-09  Bernd Schmidt  <bernds@codesourcery.com>
7775
7776         * config/arm/arm.c (thumb2_reorg): New function.
7777         (arm_reorg): Call it.
7778         * config/arm/thumb2.md (define_peephole2 for flag clobbering
7779         arithmetic operations): Delete.
7780
7781 2010-06-09  Edmar Wienskoski  <edmar@freescale.com>
7782
7783         PR target/44067
7784         * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
7785         e500v2 target.
7786
7787 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
7788
7789         PR plugins/44459
7790         * gcc-plugin.h: Encapsulate all declarations in extern "C".
7791
7792 2010-06-08  Jan Hubicka  <jh@suse.cz>
7793
7794         * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
7795         ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
7796
7797 2010-06-08  Sandra Loosemore  <sandra@codesourcery.com>
7798
7799         PR tree-optimization/39874
7800         PR middle-end/28685
7801         * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
7802         Declare.
7803         * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
7804         same_bool_result_p): New.
7805         (and_var_with_comparison, and_var_with_comparison_1,
7806         and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
7807         (or_var_with_comparison, or_var_with_comparison_1,
7808         or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
7809         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
7810         maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
7811         of combine_comparisons.
7812         * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
7813
7814 2010-06-08  Anatoly Sokolov  <aesok@post.ru>
7815
7816         * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
7817         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
7818         * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
7819         pdp11_function_value_regno_p): New functions.
7820         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
7821         TARGET_FUNCTION_VALUE_REGNO_P): Define.
7822
7823 2010-06-08  Kazu Hirata  <kazu@codesourcery.com>
7824
7825         * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
7826         Thumb-2 in the MINUS case.
7827
7828 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
7829
7830         * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
7831
7832         * doc/gty.texi (GTY Options): Document typed GC allocation and
7833         variable_size GTY option.
7834
7835         * ggc-internal.h: New.
7836
7837         * ggc.h: Update copyright year.
7838         (digit_string): Move to stringpool.c.
7839         (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
7840         (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
7841         (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
7842         (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
7843         (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
7844         (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
7845         (ggc_force_collect, ggc_get_size, ggc_statistics)
7846         (ggc_print_common_statistics): Move to ggc-internal.h.
7847         (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
7848         (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
7849         (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
7850         (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
7851         (ggc_min_heapsize_heuristic, ggc_alloc_zone)
7852         (ggc_alloc_zone_pass_stat): Remove.
7853         (ggc_internal_alloc_stat, ggc_internal_alloc)
7854         (ggc_internal_cleared_alloc_stat): New.
7855         (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
7856         (ggc_internal_vec_alloc_stat)
7857         (ggc_internal_cleared_vec_alloc_stat)
7858         (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
7859         (ggc_alloc_atomic_stat, ggc_alloc_atomic)
7860         (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
7861         (ggc_cleared_alloc_ptr_array_two_args): New.
7862         (htab_create_ggc, splay_tree_new_ggc): Redefine.
7863         (ggc_splay_alloc): Change the type of the first argument to
7864         enum gt_types_enum.
7865         (ggc_alloc_string): Make macro.
7866         (ggc_alloc_string_stat): New.
7867         (ggc_strdup): Redefine.
7868         (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
7869         (ggc_alloc_rtvec_sized): New.
7870         (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
7871         (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
7872         (ggc_internal_cleared_alloc_zone_stat)
7873         (ggc_internal_zone_alloc_stat)
7874         (ggc_internal_zone_cleared_alloc_stat)
7875         (ggc_internal_zone_vec_alloc_stat)
7876         (ggc_alloc_zone_rtx_def_stat)
7877         (ggc_alloc_zone_tree_node_stat)
7878         (ggc_alloc_zone_cleared_tree_node_stat)
7879         (ggc_alloc_cleared_gimple_statement_d_stat): New.
7880
7881         * ggc-common.c: Include ggc-internal.h.
7882         (ggc_internal_cleared_alloc_stat): Rename from
7883         ggc_alloc_cleared_stat.
7884         (ggc_realloc_stat): Use ggc_internal_alloc_stat.
7885         (ggc_calloc): Remove.
7886         (ggc_cleared_alloc_htab_ignore_args): New.
7887         (ggc_cleared_alloc_ptr_array_two_args): New.
7888         (ggc_splay_alloc): Add obj_type parameter.
7889         (init_ggc_heuristics): Formatting fixes.
7890
7891         * ggc-none.c: Update copyright year.
7892         (ggc_alloc_stat): Rename to ggc_alloc_stat.
7893         (ggc_alloc_cleared_stat): Rename to
7894         ggc_internal_cleared_alloc_stat.
7895         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
7896
7897         * ggc-page.c: Update copyright year.  Include ggc-internal.h.
7898         Remove references to ggc_alloc in comments.
7899         (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
7900         (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
7901         (new_ggc_zone, destroy_ggc_zone): Remove.
7902         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
7903
7904         * ggc-zone.c: Include ggc-internal.h.  Remove references to
7905         ggc_alloc in comments.
7906         (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
7907         (ggc_internal_alloc_zone_pass_stat): New.
7908         (ggc_internal_cleared_alloc_zone_stat): New.
7909         (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
7910         (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
7911         (new_ggc_zone, destroy_ggc_zone): Remove.
7912
7913         * stringpool.c: Update copyright year.  Include ggc-internal.h
7914         (digit_vector): Make static.
7915         (digit_string): Moved from ggc.h.
7916         (stringpool_ggc_alloc): Use ggc_alloc_atomic.
7917         (ggc_alloc_string): Rename to ggc_alloc_string_stat.
7918
7919         * Makefile.in (GGC_INTERNAL_H): New.
7920         (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
7921         $(GGC_INTERNAL_H) to dependencies.
7922
7923         * gentype.c: Update copyright year.
7924         (walk_type): Accept variable_size GTY option.
7925         (USED_BY_TYPED_GC_P): New macro.
7926         (write_enum_defn): Use USED_BY_TYPED_GC_P.  Do not output
7927         whitespace at the end of strings.
7928         (get_type_specifier, variable_size_p): New functions.
7929         (alloc_quantity, alloc_zone): New enums.
7930         (write_typed_alloc_def): New function.
7931         (write_typed_struct_alloc_def): Likewise.
7932         (write_typed_typed_typedef_alloc_def): Likewise.
7933         (write_typed_alloc_defns): Likewise.
7934         (output_typename, write_splay_tree_allocator_def): Likewise.
7935         (write_splay_tree_allocators): Likewise.
7936         (main): Call write_typed_alloc_defns and
7937         write_splay_tree_allocators.
7938
7939         * lto-streamer.h (lto_file_decl_data_ptr): New.
7940
7941         * passes.c (order): Define using cgraph_node_ptr.
7942
7943         * strinpool.c (struct string_pool_data): Declare nested_ptr using
7944         ht_identifier_ptr.
7945
7946         * gimple.h (union gimple_statement_d): Likewise.
7947
7948         * rtl.h (struct rtx_def): Likewise.
7949         (struct rtvec_def): Likewise.
7950
7951         * tree.h (union tree_node): Likewise.
7952
7953         * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
7954
7955         * cfgloop.c (record_loop_exits): Use htab_create_ggc.
7956
7957         * tree-scalar-evolution.c (scev_initialize): Likewise.
7958
7959         * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
7960
7961         * dwarf2asm.c (dw2_force_const_mem): Likewise.
7962
7963         * omp-low.c (lower_omp_critical): Likewise.
7964
7965         * bitmap.h (struct bitmap_head_def): Update comment to not
7966         reference ggc_alloc.
7967
7968         * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
7969
7970         * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
7971
7972         * ipa-prop.c (duplicate_ggc_array): Rename to
7973         duplicate_ipa_jump_func_array.  Use typed GC allocation.
7974         (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
7975
7976         * gimple.c (gimple_alloc_stat): Use
7977         ggc_alloc_cleared_gimple_statement_d_stat.
7978
7979         * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
7980
7981         * tree.c (make_node_stat): Use
7982         ggc_alloc_zone_cleared_tree_node_stat.
7983         (make_tree_vec_stat): Likewise.
7984         (build_vl_exp_stat): Likewise.
7985         (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
7986         (make_tree_binfo_stat): Likewise.
7987         (tree_cons_stat): Likewise.
7988
7989         * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
7990         (shallow_copy_rtx_stat): Likewise.
7991         (make_node_stat): Likewise.
7992
7993         * lto-symtab.c: Fix comment.
7994
7995         * tree-cfg.c (create_bb): Update comment to not reference
7996         ggc_alloc_cleared.
7997         * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
7998
7999         * varpool.c (varpool_node): Use typed GC allocation.
8000         (varpool_extra_name_alias): Likewise.
8001
8002         * varasm.c (emutls_decl): Likewise.
8003         (get_unnamed_section): Likewise.
8004         (get_noswitch_section): Likewise.
8005         (get_section): Likewise.
8006         (get_block_for_section): Likewise.
8007         (build_constant_desc): Likewise.
8008         (create_constant_pool): Likewise.
8009         (force_const_mem): Likewise.
8010
8011         * tree.c (build_vl_exp_stat): Likewise.
8012         (build_real): Likewise.
8013         (build_string): Likewise.
8014         (decl_debug_expr_insert): Likewise.
8015         (decl_value_expr_insert): Likewise.
8016         (type_hash_add): Likewise.
8017         (build_omp_clause): Likewise.
8018
8019         * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
8020
8021         * tree-ssa.c (init_tree_ssa): Likewise.
8022
8023         * tree-ssa-structalias.c (heapvar_insert): Likewise.
8024
8025         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
8026
8027         * tree-ssa-loop-niter.c (record_estimate): Likewise.
8028
8029         * tree-ssa-alias.c (get_ptr_info): Likewise.
8030
8031         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
8032
8033         * tree-phinodes.c (allocate_phi_node): Likewise.
8034
8035         * tree-iterator.c (tsi_link_before): Likewise.
8036         (tsi_link_after): Likewise.
8037
8038         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
8039
8040         * tree-dfa.c (create_var_ann): Likewise.
8041
8042         * tree-cfg.c (create_bb): Likewise.
8043
8044         * toplev.c (alloc_for_identifier_to_locale): Likewise.
8045         (general_init): Likewise.
8046
8047         * stringpool.c (stringpool_ggc_alloc): Likewise.
8048         (gt_pch_save_stringpool): Likewise.
8049
8050         * sese.c (if_region_set_false_region): Likewise.
8051
8052         * passes.c (do_per_function_toporder): Likewise.
8053
8054         * optabs.c (set_optab_libfunc): Likewise.
8055         (set_conv_libfunc): Likewise.
8056
8057         * lto-symtab.c (lto_symtab_register_decl): Likewise.
8058
8059         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
8060         (input_eh_region): Likewise.
8061         (input_eh_lp): Likewise.
8062         (make_new_block): Likewise.
8063         (unpack_ts_real_cst_value_fields): Likewise.
8064
8065         * lto-section-in.c (lto_new_in_decl_state): Likewise.
8066
8067         * lto-cgraph.c (input_node_opt_summary): Likewise.
8068
8069         * loop-init.c (loop_optimizer_init): Likewise.
8070
8071         * lambda.h (lambda_vector_new): Likewise.
8072
8073         * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
8074
8075         * ira.c (update_equiv_regs): Likewise.
8076
8077         * ipa.c (cgraph_node_set_new): Likewise.
8078         (cgraph_node_set_add): Likewise.
8079         (varpool_node_set_new): Likewise.
8080         (varpool_node_set_add): Likewise.
8081
8082         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
8083         (duplicate_ipa_jump_func_array): Likewise.
8084         (ipa_read_node_info): Likewise.
8085
8086         * ipa-cp.c (ipcp_create_replace_map): Likewise.
8087
8088         * integrate.c (get_hard_reg_initial_val): Likewise.
8089
8090         * gimple.c (gimple_alloc_stat): Likewise.
8091         (gimple_build_omp_for): Likewise.
8092         (gimple_seq_alloc): Likewise.
8093         (gimple_copy): Likewise.
8094
8095         * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
8096         (gsi_insert_after_without_update): Likewise.
8097
8098         * function.c (add_frame_space): Likewise.
8099         (insert_temp_slot_address): Likewise.
8100         (assign_stack_temp_for_type): Likewise.
8101         (allocate_struct_function): Likewise.
8102         (types_used_by_var_decl_insert): Likewise.
8103
8104         * except.c (init_eh_for_function): Likewise.
8105         (gen_eh_region): Likewise.
8106         (gen_eh_region_catch): Likewise.
8107         (gen_eh_landing_pad): Likewise.
8108         (add_call_site): Likewise.
8109
8110         * emit-rtl.c (get_mem_attrs): Likewise.
8111         (get_reg_attrs): Likewise.
8112         (start_sequence): Likewise.
8113         (init_emit): Likewise.
8114
8115         * dwarf2out.c (new_cfi): Likewise.
8116         (queue_reg_save): Likewise.
8117         (dwarf2out_frame_init): Likewise.
8118         (new_loc_descr): Likewise.
8119         (find_AT_string): Likewise.
8120         (new_die): Likewise.
8121         (add_var_loc_to_decl): Likewise.
8122         (clone_die): Likewise.
8123         (clone_as_declaration): Likewise.
8124         (break_out_comdat_types): Likewise.
8125         (new_loc_list): Likewise.
8126         (loc_descriptor): Likewise.
8127         (add_loc_descr_to_each): Likewise.
8128         (add_const_value_attribute): Likewise.
8129         (tree_add_const_value_attribute): Likewise.
8130         (add_comp_dir_attribute): Likewise.
8131         (add_name_and_src_coords_attributes): Likewise.
8132         (lookup_filename): Likewise.
8133         (store_vcall_insn): Likewise.
8134         (dwarf2out_init): Likewise.
8135
8136         * dbxout.c (dbxout_init): Likewise.
8137
8138         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
8139
8140         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
8141
8142         * config/score/score7.c (score7_output_external): Likewise.
8143
8144         * config/score/score3.c (score3_output_external): Likewise.
8145
8146         * config/s390/s390.c (s390_init_machine_status): Likewise.
8147
8148         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
8149         (rs6000_init_machine_status): Likewise.
8150         (output_toc): Likewise.
8151
8152         * config/pa/pa.c (pa_init_machine_status): Likewise.
8153         (get_deferred_plabel): Likewise.
8154
8155         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
8156
8157         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
8158
8159         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
8160
8161         * config/mep/mep.c (mep_init_machine_status): Likewise.
8162         (mep_note_pragma_flag): Likewise.
8163
8164         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
8165
8166         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
8167
8168         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
8169
8170         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
8171         (i386_pe_maybe_record_exported_symbol): Likewise.
8172
8173         * config/i386/i386.c (get_dllimport_decl): Likewise.
8174         (ix86_init_machine_status): Likewise.
8175         (assign_386_stack_local): Likewise.
8176
8177         * config/frv/frv.c (frv_init_machine_status): Likewise.
8178
8179         * config/darwin.c (machopic_indirection_name): Likewise.
8180
8181         * config/cris/cris.c (cris_init_machine_status): Likewise.
8182
8183         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
8184
8185         * config/avr/avr.c (avr_init_machine_status): Likewise.
8186
8187         * config/arm/arm.c (arm_init_machine_status): Likewise.
8188
8189         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
8190         (alpha_need_linkage): Likewise.
8191         (alpha_use_linkage): Likewise.
8192
8193         * cgraph.c (cgraph_allocate_node): Likewise.
8194         (cgraph_create_edge_1): Likewise.
8195         (cgraph_create_indirect_edge): Likewise.
8196         (cgraph_add_asm_node): Likewise.
8197
8198         * cfgrtl.c (init_rtl_bb_info): Likewise.
8199
8200         * cfgloop.c (alloc_loop): Likewise.
8201         (rescan_loop_exit): Likewise.
8202
8203         * cfg.c (init_flow): Likewise.
8204         (alloc_block): Likewise.
8205         (unchecked_make_edge): Likewise.
8206
8207         * c-parser.c (c_parse_init): Likewise.
8208         (c_parse_file): Likewise.
8209
8210         * c-decl.c (bind): Likewise.
8211         (record_inline_static): Likewise.
8212         (push_scope): Likewise.
8213         (make_label): Likewise.
8214         (lookup_label_for_goto): Likewise.
8215         (finish_struct): Likewise.
8216         (finish_enum): Likewise.
8217         (c_push_function_context): Likewise.
8218
8219         * bitmap.c (bitmap_element_allocate): Likewise.
8220         (bitmap_gc_alloc_stat): Likewise.
8221
8222         * alias.c (record_alias_subset): Likewise.
8223         (init_alias_analysis): Likewise.
8224
8225 2010-06-08  Shujing Zhao  <pearly.zhao@oracle.com>
8226
8227         * fold-const.c (fold_comparison): Remove redundant parenthesis.
8228         * tree-inline.c (expand_call_inline): Pass translated return value of
8229         cgraph_inline_failed_string to diagnostic function.
8230
8231 2010-06-08  Andrew Pinski  <pinskia@gmail.com>
8232             Shujing Zhao  <pearly.zhao@oracle.com>
8233
8234         PR c/37724
8235         * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
8236         implicit bad conversions is initialization.
8237         (error_init): Use gmsgid instead of msgid for argument name and change
8238         the call for error.
8239         (pedwarn_init): Use gmsgid instead of msgid for argument name and
8240         change the call for pedwarn.
8241         (warning_init): Use gmsgid instead of msgid for argument name and
8242         change the call for warning.
8243
8244 2010-06-07  Nathan Froyd  <froydnj@codesourcery.com>
8245
8246         * config/mips/mips-protos.h (mips_print_operand): Delete.
8247         (mips_print_operand_address): Delete.
8248         * config/mips/mips.h (mips_print_operand_punct): Delete.
8249         (PRINT_OPERAND): Delete.
8250         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
8251         (PRINT_OPERAND_ADDRESS): Delete.
8252         * config/mips/mips.c (mips_print_operand_punct): Make static.
8253         (mips_print_operand_address): Make static.
8254         (mips_print_operand): Make static.  Call
8255         mips_print_operand_punct_valid_p.
8256         (mips_print_operand_punct_valid_p): New function.
8257         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
8258         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
8259
8260 2010-06-07  Jan Hubicka  <jh@suse.cz>
8261
8262         PR middle-end/44454
8263         (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
8264         are allocated.
8265
8266 2010-06-07  Kaz Kojima  <kkojima@gcc.gnu.org>
8267
8268         * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
8269         name of RECORD.
8270
8271 2010-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8272
8273         * doc/sourcebuild.texi (Effective-Target Keywords, Other
8274         attributes): Document gas.
8275
8276 2010-06-07  Uros Bizjak  <ubizjak@gmail.com>
8277
8278         * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
8279         <TYPE_LEA>: Split instruction.
8280         <default>: Remove alternative 2 handling.
8281         (*addsi_1_zext) <TYPE_LEA>: Split instruction.
8282         (add lea splitter): Generate SImode lea for mode sizes <= SImode.
8283         (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
8284
8285         (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
8286         (ashift_zext lea splitter): Use DImode for multiplication.
8287
8288         * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
8289         to generate addition.
8290
8291 2010-06-07  Joseph Myers  <joseph@codesourcery.com>
8292
8293         * common.opt (fira-verbose): Use Var.
8294         (fpcc-struct-return): Use Init instead of VarExists.
8295         * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
8296         toplev.c.
8297         * flags.h (flag_signed_char, flag_short_enums,
8298         flag_pcc_struct_return, flag_ira_verbose,
8299         flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
8300         * toplev.c (flag_detailed_statistics, flag_signed_char,
8301         flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
8302         (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
8303         * toplev.h (flag_crossjumping, flag_if_conversion,
8304         flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
8305         flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
8306         flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
8307         flag_cprop_registers, time_report, flag_ira_loop_pressure,
8308         flag_ira_coalesce, flag_ira_move_spills,
8309         flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
8310
8311 2010-06-07  Jan Hubicka  <jh@suse.cz>
8312
8313         * df-core.c (df_analyze_problem): Do verification after allocation.
8314
8315         * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
8316         (df_lr_alloc): Initialize problem data; move bitmaps to
8317         lr_bitmaps obstack.
8318         (df_lr_finalize): Free problem data; do not bother to free bitmaps.
8319         (df_lr_verify_solution_start): Do not initialize problem data;
8320         allocate bitmaps in lr_bitmaps.
8321         (df_lr_verify_solution_end): Do not free problem data.
8322
8323 2010-06-07  Jan Hubicka  <jh@suse.cz>
8324
8325         * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
8326         if caller is noreturn.
8327         * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
8328         * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
8329         * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
8330         * ipa-pure-const.c (check_decl): Add IPA parameter.
8331         (state_from_flags): New function.
8332         (better_state, worse_state): New functions.
8333         (check_call): When in IPA mode, do not care about callees.
8334         (check_load, check_store): Update.
8335         (check_ipa_load, check_ipa_store): New.
8336         (check_stmt): When in IPA mode, use IPA checkers.
8337         (analyze_function): Use state_from_flags.
8338         (propagate): Check indirect edges and references.
8339
8340 2010-06-07  Kazu Hirata  <kazu@codesourcery.com>
8341
8342         PR rtl-optimization/44404
8343         * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
8344         of count_occurrences to see if it's safe to modify mem_insn.
8345
8346 2010-06-07  Richard Guenther  <rguenther@suse.de>
8347
8348         * gimplify.c (gimplify_cleanup_point_expr): For empty body
8349         and EH-only cleanup drop the cleanup instead of inserting it
8350         unconditionally.
8351
8352 2010-06-07  Ira Rosen  <irar@il.ibm.com>
8353
8354         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
8355         documentation.
8356         * targhooks.c (default_builtin_vectorization_cost): New function.
8357         * targhooks.h (default_builtin_vectorization_cost): Declare.
8358         * target.h (enum vect_cost_for_stmt): Define.
8359         (builtin_vectorization_cost): Change argument and comment.
8360         * tree-vectorizer.h: Remove cost model macros.
8361         * tree-vect-loop.c: Include target.h.
8362         (vect_get_cost): New function.
8363         (vect_estimate_min_profitable_iters): Replace cost model macros with
8364         calls to vect_get_cost.
8365         (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
8366         * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
8367         default implementation.
8368         * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
8369         calls to target hook builtin_vectorization_cost.
8370         (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
8371         Likewise.
8372         * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
8373         * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
8374         implementation to return costs.
8375         * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
8376         * config/spu/spu.h: Remove vectorizer cost model macros.
8377         * config/i386/i386.h: Likewise.
8378         * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
8379         a call to target hook builtin_vectorization_cost.
8380
8381 2010-06-06  Sriraman Tallam  <tmsriram@google.com>
8382
8383         PR target/44319
8384         * config/i386/i386.c (override_options): Turn zee pass on for level 2
8385         and above and defer till target is known.
8386         (optimization_options): Turn on zee pass if TARGET_64BIT is set and
8387         turn off otherwise.
8388
8389 2010-05-25  Jan Hubicka  <jh@suse.cz>
8390
8391         * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
8392         (df_compact_blocks): Likewise.
8393         * df.h (struct df): Turn hardware_regs_used,
8394         regular_block_artificial_uses, eh_block_artificial_uses,
8395         insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
8396         bitmap_head.
8397         * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
8398         df_byte_lr_alloc, df_simulate_fixup_sets): Update.
8399         * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
8400         df_scan_blocks, df_insn_delete, df_insn_rescan,
8401         df_insn_rescan_debug_internal, df_insn_rescan_all,
8402         df_process_deferred_rescans, df_process_deferred_rescans,
8403         df_notes_rescan, df_get_call_refs, df_get_call_refs,
8404         regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
8405         df_record_entry_block_defs, df_record_exit_block_uses,
8406         df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
8407         df_scan_verify): Update.
8408
8409 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
8410
8411         PR c++/44188
8412         * c-common.c (is_typedef_decl): Move this definition ...
8413         * tree.c (is_typedef_decl): ... here.
8414         (typdef_variant_p): Move definition here from gcc/cp/tree.c.
8415         * c-common.h (is_typedef_decl): Move this declaration ...
8416         * tree.h (is_typedef_decl): ... here.
8417         (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
8418         * dwarf2out.c (is_naming_typedef_decl): New function.
8419         (gen_tagged_type_die): Split out of ...
8420         (gen_type_die_with_usage): ... this function. When an anonymous
8421         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
8422         is emitted for the typedef.
8423         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
8424         anonymous tagged types.
8425
8426 2010-06-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8427
8428         PR c/20000
8429         * c-decl.c (grokdeclarator): Delete warning.
8430
8431 2010-06-06  Eric Botcazou  <ebotcazou@adacore.com>
8432
8433         * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
8434         newly built CALL_EXPR.
8435         * tree-profile.c (tree_profiling): Don't profile functions produced
8436         for built-in stuff.
8437
8438 2010-06-06  Segher Boessenkool  <segher@kernel.crashing.org>
8439
8440         PR bootstrap/44427
8441         PR bootstrap/44428
8442         * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
8443         endianness-independent.
8444
8445 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
8446
8447         * c-common.c: Move to c-family/.
8448         * c-common.def: Likewise.
8449         * c-common.h: Likewise.
8450         * c-cppbuiltin.c: Likewise.
8451         * c-dump.c: Likewise.
8452         * c-format.c: Likewise.
8453         * c-format.h : Likewise.
8454         * c-gimplify.c: Likewise.
8455         * c-lex.c: Likewise.
8456         * c-omp.c: Likewise.
8457         * c.opt: Likewise.
8458         * c-opts.c: Likewise.
8459         * c-pch.c: Likewise.
8460         * c-ppoutput.c: Likewise.
8461         * c-pragma.c: Likewise.
8462         * c-pragma.h: Likewise.
8463         * c-pretty-print.c: Likewise.
8464         * c-pretty-print.h: Likewise.
8465         * c-semantics.c: Likewise.
8466         * stub-objc.c: Likewise.
8467
8468         * gengtype.c (get_file_langdir): Special-case files in c-family/.
8469         (get_output_file_with_visibility): Fix name for c-common.h.
8470         * c-config-lang.in: Update paths in gtfiles for files in c-family/.
8471
8472         * c-tree.h: Update include path for moved files.
8473         * c-lang.c: Likewise.
8474         * c-lang.h: Likewise.
8475         * c-parser.c: Likewise.
8476         * c-convert.c: Likewise.
8477         * c-decl.c: Likewise.
8478         * c-objc-common.c: Likewise.
8479         * configure.ac: Make sure c-family/ exists in the build directory.
8480         * configure: Regenerate.
8481         * Makefile.in: Update paths for moved files.  Regroup files per
8482         location and update dependencies.  Move generated_files down after
8483         ALL_GTFILES_H.
8484
8485         * config/spu/spu-c.c: Update paths for moved files.
8486         * config/mep/mep-pragma.c: Likewise.
8487         * config/darwin-c.c: Likewise.
8488         * config/i386/msformat-c.c: Likewise.
8489         * config/i386/i386-c.c: Likewise.
8490         * config/avr/avr-c.c: Likewise.
8491         * config/sol2-c.c: Likewise.
8492         * config/ia64/ia64-c.c: Likewise.
8493         * config/rs6000/rs6000-c.c: Likewise.
8494         * config/arm/arm.c: Likewise.
8495         * config/arm/arm-c.c: Likewise.
8496         * config/h8300/h8300.c: Likewise.
8497         * config/v850/v850-c.c: Likewise.
8498
8499         * config/t-darwin: Fix dependencies for moved files.
8500         * config/t-sol2: Fix dependencies for moved files.
8501         * config/mep/t-mep: Fix dependencies for moved files.
8502         * config/ia64/t-ia64: Fix dependencies for moved files.
8503         * config/rs6000/t-rs6000: Fix dependencies for moved files.
8504         * config/v850/t-v850: Fix dependencies for moved files.
8505         * config/v850/t-v850e: Fix dependencies for moved files.
8506
8507         * config/m32c/m32c-pragma.c
8508
8509         * po/exgettext: Look in c-family/ also.
8510
8511 2010-06-05  Eric Botcazou  <ebotcazou@adacore.com>
8512
8513         * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
8514         (mark_control_dependent_edges_necessary): Call it instead of marking
8515         the last statement manually.
8516         (propagate_necessity): Likewise.
8517
8518 2010-06-05  Jan Hubicka  <jh@suse.cz>
8519
8520         * basic-block.h (compute_dominance_frontiers): Updated.
8521         (compute_idf): Likewise.
8522
8523         * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
8524         for dominance frontiers.
8525         (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
8526         (insert_updated_phi_nodes_for): Likewise.
8527         (update_ssa): Likewise.
8528         * cfganal.c (compute_dominance_frontiers_1): Likewise.
8529         (compute_dominance_frontiers): Likewise.
8530         (compute_idf): Likewise.
8531         * df-problems.c (df_md_local_compute): Likewise.
8532
8533 2010-06-05  Anatoly Sokolov  <aesok@post.ru>
8534
8535         * target.h (struct gcc_target): Add memory_move_cost field.
8536         * target-def.h (TARGET_MEMORY_MOVE_COST): New.
8537         (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
8538         * targhooks.c (default_memory_move_cost): New function.
8539         * targhooks.h (default_memory_move_cost): Declare function.
8540         * reload.h (memory_move_cost): Declare.
8541         (memory_move_secondary_cost): Change type of 'in' argument to bool.
8542         * reginfo.c (memory_move_cost): New function.
8543         (memory_move_secondary_cost): Change type of 'in' argument to bool.
8544         * ira.h (ira_memory_move_cost): Update comment.
8545         * ira.c (ira_memory_move_cost): Update comment.
8546         (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
8547         with memory_move_cost.
8548         * postreload.c (reload_cse_simplify_set): (Ditto.).
8549         * reload1.c (choose_reload_regs): (Ditto.).
8550         * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
8551         (MEMORY_MOVE_COST):  Revise documentation.
8552
8553         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
8554         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
8555         * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
8556         type of 'in' argument to bool.
8557         (TARGET_MEMORY_MOVE_COST): Define.
8558
8559 2010-06-05  Jan Hubicka  <jh@suse.cz>
8560
8561         * ipa-pure-const.c (propagate): Fix typo in handling of functions
8562         that cannot return.  Be more careful when merging the results with
8563         previously known ones.
8564
8565 2010-06-05  Matthias Klose  <doko@ubuntu.com>
8566
8567         * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
8568         function to add the -iplugindir option.
8569         (find_plugindir_spec_function): Add new declaration and function.
8570         (static_spec_func): Use it for "find-plugindir".
8571
8572 2010-06-05  Jakub Jelinek  <jakub@redhat.com>
8573
8574         PR c++/44361
8575         * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
8576         * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
8577         statement expression.
8578
8579 2010-06-05  Jan Hubicka  <jh@suse.cz>
8580
8581         * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
8582         (df_rd_problem_data): Convert sparse_invalidated_by_call,
8583         dense_invalidated_by_call to bitmap head.
8584         (df_rd_alloc, df_rd_bb_local_compute_process_def,
8585         df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
8586         df_rd_start_dump, df_lr_verify_transfer_functions,
8587         df_live_verify_transfer_functions, df_chain_create_bb,
8588         df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
8589         df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
8590         df_simulate_one_insn_forwards, df_md_alloc,
8591         df_md_bb_local_compute_process_def,
8592         df_md_bb_local_compute_process_def, df_md_local_compute,
8593         df_md_transfer_function df_md_free): Update.
8594
8595 2010-06-05  Joseph Myers  <joseph@codesourcery.com>
8596
8597         PR c/44322
8598         * c-typeck.c (build_unary_op): Merge qualifiers into pointer
8599         target type for ADDR_EXPR; require no changes to qualifiers except
8600         for function types.
8601         * c-tree.h (c_build_type_variant): Remove.
8602
8603 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
8604
8605         * genautomata.c (get_excl_set): Do work per element, not per char.
8606         (check_presence_pattern_sets): Similar.
8607         (check_absence_pattern_sets): Similar.
8608
8609 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
8610
8611         * genautomata.c (curr_state_pass_num): Delete.
8612         (min_issue_delay_pass_states): Delete.
8613         (min_issue_delay): Delete.
8614         (initiate_min_issue_delay_pass_states): Delete.
8615         (output_min_issue_delay_table): Compute min_issue_delay_vect
8616         using a breadth-first search variant.
8617         (output_tables): Don't call initiate_min_issue_delay_pass_states.
8618
8619 2010-06-04  H.J. Lu  <hongjiu.lu@intel.com>
8620
8621         PR boostrap/44421
8622         * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
8623         (df_byte_lr_bb_local_compute): Likewise.
8624
8625 2010-06-03  Jason Merrill  <jason@redhat.com>
8626
8627         Implement noexcept operator (5.3.7)
8628         * c-common.c (c_common_reswords): Add noexcept.
8629         * c-common.h (enum rid): Add RID_NOEXCEPT.
8630
8631 2010-06-04  Joseph Myers  <joseph@codesourcery.com>
8632
8633         * config/darwin-driver.c (darwin_default_min_version): Use
8634         GCC-specific formats in diagnostics.
8635         * cppspec.c (lang_specific_driver): Use GCC-specific formats in
8636         diagnostics.
8637         * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
8638         execute, process_command, end_going_arg, do_self_spec, do_spec_1,
8639         eval_spec_function, handle_braces, process_brace_body, main,
8640         perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
8641         getenv_spec_function, compare_version_strings,
8642         version_compare_spec_function): Use GCC-specific formats in
8643         diagnostics.
8644
8645 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
8646
8647         * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
8648         that operand 0 and operand 1 are equal.
8649         (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
8650         (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
8651         and operand 1 are equal.
8652         <default>: Ditto.  Remove ??? comment.
8653         (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
8654         and operand 1 are equal.
8655         <default>: Ditto.  Remove ??? comment.
8656         (*adddi_4) <default>: Remove assert that operand 0 and operand 1
8657         are equal.
8658         (*add<mode>_4) <default>: Ditto.
8659         (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
8660
8661 2010-06-04  Nathan Froyd  <froydnj@codesourcery.com>
8662
8663         * config/i386/i386-protos.h (ix86_print_operand): Declare.
8664         * config/i386/i386.c (ix86_print_operand): Make non-static.
8665         * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
8666         * output.h (output_operand): Declare.
8667         * final.c (output_operand): Make non-static.
8668
8669 2010-06-04  Alexandre Oliva  <aoliva@redhat.com>
8670
8671         PR rtl-optimization/44013
8672         * sched-deps.c (add_dependence_list_and_free): Don't free lists
8673         when processing debug insns.
8674
8675         PR debug/41371
8676         * var-tracking.c (find_loc_in_1pdv): Mark initial value before
8677         recursing.  Check that recursion is bounded.  Rename inner var
8678         to avoid hiding incoming argument.
8679
8680 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
8681
8682         * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
8683         operands[2] == 255.
8684         (*addqi_3): Ditto.
8685         (*addqi_4): Ditto.
8686         (*addqi_5): Ditto.
8687         (*addqi_ext_1_rex64): Ditto.
8688         (*addqi_ext_1): Ditto.
8689
8690         (*addqi_4): Check for incdec_operand in QImode.
8691
8692         (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
8693         using SWI mode iterator.
8694         (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
8695         (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
8696         mode iterator.
8697         (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
8698         using SWI mode iterator.
8699
8700 2010-06-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8701
8702         PR c/25880
8703         * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
8704         * c-format.c (gcc_diag_flag_specs): Add hash.
8705         (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
8706         (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
8707         * c-pretty-print.c (pp_c_cv_qualifier): Rename as
8708         pp_c_cv_qualifiers. Handle qualifiers spelling here.
8709         (pp_c_type_qualifier_list): Call the function above.
8710         * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
8711         * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
8712         (WARN_FOR_QUALIFIERS): New macro.
8713         (convert_for_assignment): Use it.
8714
8715 2010-06-04  Kai Tietz  <kai.tietz@onevision.com>
8716
8717         * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
8718
8719 2010-06-04  Jan Hubicka  <jh@suse.cz>
8720
8721         * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
8722         df_byte_lr_bb_info): Embedd bitmap_head into the structure.
8723         (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
8724         DF_BYTE_LR_OUT): Update for embedded bitmaps.
8725         * fwprop.c (single_def_use_enter_block): Likewise.
8726         * ddg.c (create_ddg_dep_from_intra_loop_link,
8727         add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
8728         * loop-iv.c (latch_dominating_def): Likewise.
8729         * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
8730         df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
8731         df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
8732         df_rd_transfer_function, df_rd_top_dump,
8733         df_rd_bottom_dump): Update.
8734         (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
8735         df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
8736         df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
8737         df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
8738         df_lr_verify_solution_start, df_lr_verify_solution_end,
8739         df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
8740         df_live_free_bb_info, df_live_alloc, df_live_reset,
8741         df_live_bb_local_compute, df_live_init, df_live_transfer_function,
8742         df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
8743         df_live_verify_solution_start, df_live_verify_solution_end,
8744         df_live_verify_transfer_functions, df_chain_create_bb,
8745         df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
8746         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
8747         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
8748         df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
8749         df_byte_lr_confluence_0, df_byte_lr_confluence_n,
8750         df_byte_lr_transfer_function, df_byte_lr_top_dump,
8751         df_byte_lr_bottom_dump, df_create_unused_note,
8752         df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
8753         df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
8754         df_md_transfer_function, df_md_init, df_md_confluence_0,
8755         df_md_confluence_n,
8756         df_md_top_dump, df_md_bottom_dump): Update.
8757         (struct df_lr_problem_data): Embedd bitmap headers.
8758
8759 2010-06-04  Jan Hubicka  <jh@suse.cz>
8760
8761         * dce.c (dce_process_block): Do not re-scan already marked
8762         instructions.
8763
8764 2010-06-04  Bernd Schmidt  <bernds@codesourcery.com>
8765
8766         PR rtl-optimization/39871
8767         PR rtl-optimization/40615
8768         PR rtl-optimization/42500
8769         PR rtl-optimization/42502
8770         * ira.c (init_reg_equiv_memory_loc: New function.
8771         (ira): Call it twice.
8772         * reload.h (calculate_elim_costs_all_insns): Declare.
8773         * ira-costs.c: Include "reload.h".
8774         (regno_equiv_gains): New static variable.
8775         (init_costs): Allocate it.
8776         (finish_costs): Free it.
8777         (ira_costs): Call calculate_elim_costs_all_insns.
8778         (find_costs_and_classes): Take estimated elimination costs
8779         into account.
8780         (ira_adjust_equiv_reg_cost): New function.
8781         * ira.h (ira_adjust_equiv_reg_cost): Declare it.
8782         * reload1.c (init_eliminable_invariants, free_reg_equiv,
8783         elimination_costs_in_insn, note_reg_elim_costly): New static functions.
8784         (elim_bb): New static variable.
8785         (reload): Move code out of here into init_eliminable_invariants and
8786         free_reg_equiv.  Call them.
8787         (calculate_elim_costs_all_insns): New function.
8788         (eliminate_regs_1): Declare.  Add extra arg FOR_COSTS;
8789         all callers changed.  If FOR_COSTS is true, don't call alter_reg,
8790         but call note_reg_elim_costly if we turned a valid memory address
8791         into an invalid one.
8792         * Makefile.in (ira-costs.o): Depend on reload.h.
8793
8794 2010-06-04  Julian Brown  <julian@codesourcery.com>
8795
8796         * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
8797         for pool ranges.
8798
8799 2010-06-04  Richard Guenther  <rguenther@suse.de>
8800
8801         PR lto/41584
8802         * cgraph.h (struct varpool_node): Add lto_file_data field.
8803         * lto-cgraph.c (input_varpool_node): Initialize it.
8804
8805 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
8806
8807         * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
8808         * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
8809         predicate in "type" attribute calculation.
8810         (*addsi_1_zext): Ditto.
8811         (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
8812         (*addsi_2_zext): Ditto.
8813         (*add<mode>_3): Ditto.
8814         (*addsi_3_zext): Ditto.
8815         (*add<mode>_5): Ditto.
8816
8817 2010-06-03  Jan Hubicka  <jh@suse.cz>
8818
8819         * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
8820         of bitmap_bit_p.
8821         * cfganal.c (compute_dominance_frontiers_1): Likewise.
8822
8823 2010-06-03  Jan Hubicka  <jh@suse.cz>
8824
8825         * df-problems.c (df_create_unused_note, df_note_bb_compute):
8826         micro-optimize the checks when to add new note.
8827
8828 2010-06-03  Nathan Froyd  <froydnj@codesourcery.com>
8829
8830         * final.c (output_asm_insn): Call
8831         targetm.asm_out.print_operand_punct_valid_p.  Update comments.
8832         (output_operand): Call targetm.asm_out.print_operand.  Update comments.
8833         (output_address): Call targetm.asm_out.print_operand_address.
8834         Update comments.
8835         * target.h (struct gcc_target): Add print_operand,
8836         print_operand_address, and print_operand_punct_valid_p fields.
8837         * targhooks.h (default_print_operand): Declare.
8838         (default_print_operand_address): Declare.
8839         (default_print_operand_punct_valid_p): Declare.
8840         * targhooks.c (default_print_operand): Define.
8841         (default_print_operand_address): Define.
8842         (default_print_operand_punct_valid_p): Define.
8843         * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
8844         (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
8845         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
8846         (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
8847         TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
8848         * vmsdbgout.c (addr_const_to_string): Update comment.
8849         * config/i386/i386.c (print_operand): Rename to...
8850         (ix86_print_operand): ...this.  Make static.
8851         (print_operand_address): Rename to...
8852         (ix86_print_operand_address): ...this.  Make static.  Call
8853         ix86_print_operand instead of PRINT_OPERAND.
8854         (ix86_print_operand_punct_valid_p): New function.
8855         (TARGET_PRINT_OPERAND): Define.
8856         (TARGET_PRINT_OPERAND_ADDRESS): Define.
8857         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
8858         * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
8859         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
8860         (PRINT_OPERAND): Delete.
8861         (PRINT_OPERAND_ADDRESS): Delete.
8862         * config/i386/i386-protos.h (print_operand): Delete prototype.
8863         (print_operand_address): Delete prototype.
8864
8865 2010-06-03  Richard Guenther  <rguenther@suse.de>
8866
8867         PR tree-optimization/44403
8868         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
8869         Preserve pointer qualifiers.
8870         (vect_create_data_ref_ptr): Likewise.
8871
8872 2010-06-03  H.J. Lu  <hongjiu.lu@intel.com>
8873
8874         PR c++/44294
8875         * defaults.h (MAX_FIXED_MODE_SIZE): New.
8876
8877         * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
8878
8879 2010-06-03  Jakub Jelinek  <jakub@redhat.com>
8880
8881         PR debug/44375
8882         * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
8883         return false if merging the bbs would lead to goto_locus
8884         location being lost from the IL.
8885
8886 2010-06-03  Jan Hubicka  <jh@suse.cz>
8887             Jakub Jelinek  <jakub@redhat.com>
8888
8889         * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
8890         set->regs[i] is NULL or has just one entry.
8891
8892 2010-06-03  Jan Hubicka  <jh@suse.cz>
8893
8894         * lto-cgraph.c (lto_varpool_encoder_size): Remove.
8895         * lto-streamer.h (lto_varpool_encoder_size): New inline function.
8896
8897 2010-06-03  Paul Brook  <paul@codesourcery.com>
8898
8899         * config/arm/arm.c (FL_TUNE): Define.
8900         (arm_default_cpu, arm_cpu_select): Remove.
8901         (all_cores): Populate core field.
8902         (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
8903         (arm_find_cpu): New function.
8904         (arm_handle_option): Lookup cpu/architecture names.
8905         (arm_override_options): Cleanup mcpu/march/mtune handling.
8906         (arm_file_start): Ditto.
8907
8908 2010-06-03  Alan Modra  <amodra@gmail.com>
8909
8910         PR target/44169
8911         * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
8912         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
8913         rtx to gen_load_toc_v4_PIC_1b.  Tidy.
8914         (rs6000_emit_load_toc_table): Likewise.
8915
8916 2010-06-02  Jan Hubicka  <jh@suse.cz>
8917
8918         * passes.c (init_optimization_passes): Put ipa reference
8919         after ipa pure-const.
8920
8921 2010-06-02  Jan Hubicka  <jh@suse.cz>
8922
8923         * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
8924         calls_read_all and calls_write_all.
8925         (get_reference_optimization_summary): Fix formatting.
8926         (is_proper_for_analysis): Check that decl is not readonly.
8927         (propagate_bits): Check CONST/PURE/noreturn flags.
8928         (ipa_init): Move all_module_statics to optimization_summary_obstack.
8929         (analyze_function): Ignore indirect edges.
8930         (copy_global_bitmap): For all module statics, do nothing.
8931         (generate_summary): Do not print calls_read_all/calls_write_all.
8932         (read_write_all_from_decl): Take node as argument; check
8933         cgraph_node_cannot_return.
8934         (propagate): Reorganize read_all/write_all computation;
8935         check indirect edges; check ecf flags; use all_module_statics
8936         in the results; do not free all_module_statics.
8937         (stream_out_bitmap): Handle all_module_statics.
8938         (ipa_reference_write_optimization_summary): Likewise; use
8939         varpool/cgraph encoders to get boundaries.
8940         (ipa_reference_read_optimization_summary): Read in all_module_statics;
8941         use it when possible.
8942
8943 2010-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
8944
8945         PR target/44218
8946         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
8947         -mswdiv option.  Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
8948
8949         * doc/extend.texi (powerpc builtins): Document vec_recip,
8950         vec_rsqrt, vec_rsqrte altivec/vsx builtins.
8951
8952         * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
8953         (rs6000_emit_swrsqrt): Ditto.
8954         (rs6000_emit_swdivsf): Delete.
8955         (rs6000_emit_swdivdf): Ditto.
8956         (rs6000_emit_swrsqrtsf): Ditto.
8957
8958         * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
8959         describe the reciprocal estimate support for each type.
8960         (recip_options): Map -mrecip=<opt> into option bits.
8961         (gen_2arg_fn_t): New typedef for binary rtx gen function.
8962         (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
8963         reciprocal estimate instructions.
8964         (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
8965         debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
8966         Set up rs6000_recip_bits based on the -mrecip* options.  Print the
8967         cost information if -mdebug=cost or -mdebug=reg.
8968         (rs6000_override_options): Set -mrecip-precision for power6, and
8969         power7 machines.  If -mvsx or -mdfp, enable various options that
8970         came in previous instruction set ISAs, unless the option was
8971         explicitly disabled by the command line option.  Parse
8972         -mrecip=<opt> options.
8973         (rs6000_builtin_vectorized_function): Add support for vectorizing
8974         the reciprocal estimate builtins and expansions.
8975         (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
8976         (bdesc_2arg): Add reciprocal estimate builtins.
8977         (bdesc_1arg): Add reciprocal square root estimate builtins.
8978         (rs6000_expand_builtin): Rewrite to use a switch statement,
8979         instead of multiple if/then/elses.  Add reciprocal estimate builtins.
8980         (rs6000_init_builtins): Create declarations for reciprocal
8981         estimate builtins.
8982         (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
8983         sized, prefer traditional floating point registers, if integer
8984         vector types, prefer altivec registers.  Don't actually look at
8985         the memory address any more.
8986         (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
8987         builtins.
8988         (rs6000_load_constant_and_splat): New helper function to load up
8989         the constant for reciprocal estimate instructions.
8990         (rs6000_emit_madd): New helper function for generating
8991         multiply/add type instructions, based on the current switches.
8992         (rs6000_emit_msub): Ditto.
8993         (rs6000_emit_mnsub): Ditto.
8994         (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
8995         replace a divide with a reciprocal estimate and fixup, adding
8996         support for machines with high precision and vectors.
8997         (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
8998         low precision machines.
8999         (rs6000_emit_swdiv): New common function to be called to replace a
9000         division with reciprocal estimate and fixup.
9001         (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf.  Add support
9002         for double and vector types.  Add support for high precision machines.
9003
9004         * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
9005         the reciprocal estimate instructions can be generated.
9006         (TARGET_FRE): Ditto.
9007         (TARGET_FRSQRTES): Ditto.
9008         (TARGET_FRSQRTE): Ditto.
9009         (RS6000_RECIP_*): New macros for reciprocal estimate support.
9010
9011         * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
9012         square root estimate on vectors.
9013         (re<mode>2): New insn for reciprocal division estimate on vectors.
9014
9015         * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
9016         New builtin.
9017         (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
9018         (ALTIVEC_BUITLIN_VEC_RE): Ditto.
9019         (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
9020         (VSX_BUILTIN_RSQRT_V4SF): Ditto.
9021         (VSX_BUITLIN_RSQRT_V2DF): Ditto.
9022         (RS6000_BUILTIN_RSQRT): Ditto.
9023         (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
9024         floating point builtin.
9025
9026         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
9027         macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
9028         __RECIP_PRECISION__ based on the command line switches.
9029         (altivec_overloaded_builtins): Add reciprocal estimate builtins.
9030
9031         * config/rs6000/rs6000.opt (-mrecip): Document add support for
9032         replacing division instructions with reciprocal estimate and fixup.
9033         (-mrecip=<opt>): New option.
9034         (-mrecip-precision): Ditto.
9035
9036         * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
9037         (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
9038         (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
9039         precision scalar.
9040
9041         * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
9042         (UNSPEC_VREFP): Ditto.
9043         (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
9044         conterparts with regard to support of -mno-fused-madd and -ffast-math.
9045         (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
9046         reciprocal estimate instructions to be generated.
9047         (altivec_vrefp): Ditto.
9048
9049         * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
9050         estimate support.
9051         (rreg): New mode attribute for reciprocal estimate support.
9052         (recip<mode>3): New insn for division using reciprocal estimate
9053         and fixup builtins.
9054         (divide define_split): New define_split to convert floating point
9055         division to use reciprocal estimate if the user used the
9056         appropriate options and the split is run when we can add new
9057         pseudo registers for the fixup.
9058         (rsqrt<mode>2): New insn for reciprocal square root support.
9059         (recipsf3): Move into recip<mode>3.
9060         (recipdf3): Ditto.
9061         (fres): Use TARGET_FRES.
9062         (rsqrtsf2): Move into rsqrt<mode>2.
9063         (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
9064         (copysignsf3): Add support for VSX.
9065         (fred): Use TARGET_FRE.
9066         (fred_fpr): Ditto.
9067         (rsqrtdf_internal1): New function for frsqrte instruciton.
9068
9069         * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
9070         (vec_rsqrt): Ditto.
9071
9072 2010-06-03  Richard Guenther  <rguenther@suse.de>
9073
9074         PR middle-end/44291
9075         * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
9076         (set_user_assembler_libfunc): Likewise.
9077
9078 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
9079
9080         * mkconfig.sh: Include insn-flags.h and insn-constants.h before
9081         defaults.h.
9082         * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
9083         to defaults.h
9084         * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
9085         DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
9086         FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
9087         STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
9088         STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
9089         STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
9090         STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
9091         STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
9092         * defaults.h: Updated for above mentioned changes.
9093
9094 2010-06-02  Kai Tietz  <kai.tietz@onevision.com>
9095
9096         * c-common.c: Remove header include of tm_p.h.
9097         * Makefile.in (c-common.o): Remove TM_P_H dependency.
9098
9099 2010-06-02  Jakub Jelinek  <jakub@redhat.com>
9100
9101         * tree.h (struct tree_decl_map): New type.
9102         (tree_decl_map_eq, tree_decl_map_marked_p): Define.
9103         (tree_decl_map_hash): New prototype.
9104         (debug_expr_for_decl, value_expr_for_decl): Change into
9105         tree_decl_map hashtab from tree_map.
9106         (init_ttree): Adjust initialization.
9107         (tree_decl_map_hash): New function.
9108         (decl_debug_expr_lookup, decl_debug_expr_insert,
9109         decl_value_expr_lookup, decl_value_expr_insert): Adjust.
9110
9111 2010-06-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9112
9113         * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
9114         linker emulations.
9115         * configure: Regenerate.
9116         * config.in: Regenerate.
9117
9118         * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
9119         (X86_64_EMULATION): Define.
9120         (TARGET_LD_EMULATION): Use them.
9121
9122         * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
9123         (SPARC64_EMULATION): Define.
9124         (LINK_ARCH_SPEC): Use them.
9125
9126 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
9127
9128         * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
9129         smallest_mode_for_size for computing the precision types of new
9130         graphite IVs.  Do not call lang_hooks.types.type_for_size.
9131
9132 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
9133
9134         * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
9135         information.
9136         (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
9137
9138 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
9139
9140         PR middle-end/44363
9141         * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
9142         return false instead.
9143
9144 2010-06-02  Jan Hubicka  <jh@suse.cz>
9145
9146         PR middle-end/44295
9147         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
9148         create new cgraph node to check callee.
9149
9150 2010-06-02  Richard Guenther  <rguenther@suse.de>
9151
9152         * lto-streamer-in.c (input_gimple_stmt): Fix typo.
9153
9154 2010-06-02  Richard Guenther  <rguenther@suse.de>
9155
9156         * lto-wrapper.c (lto_wrapper_exit): Rename to ...
9157         (lto_wrapper_cleanup): ... this.  Do not exit.
9158         (fatal): Adjust.  Exit here.
9159         (fatal_perror): Likewise.
9160         (fatal_signal): New function.
9161         (main): Set up signal handlers to cleanup temporary files.
9162         * Makefile.in (lto-wrapper.o): Adjust dependencies.
9163
9164 2010-06-02  Richard Guenther  <rguenther@suse.de>
9165
9166         PR tree-optimization/44377
9167         * tree-ssa-structalias.c (find_func_aliases): Fix typo.
9168
9169 2010-06-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9170
9171         * config/s390/2097.md (z10_fhex): Remove insn reservation.
9172         * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
9173         (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
9174         *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
9175         instruction.
9176         * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
9177
9178 2010-06-02  Jan Hubicka  <jh@suse.cz>
9179
9180         * bitmap.c (bitmap_descriptor): Add search_iter.
9181         (bitmap_find_bit): Increment it.
9182         (print_statistics): Print it.
9183
9184 2010-06-02  Nathan Froyd  <froydnj@codesourcery.com>
9185
9186         * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
9187         instead of gimple_build_call_vec.  Delete unnecessary local variable.
9188
9189 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
9190
9191         * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
9192         change from yesterday.
9193
9194 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
9195
9196         * c-ada-spec.c: Clean up redundant includes.
9197
9198 2010-06-01  Steven Bosscher  <steven@gcc.gnu.org>
9199
9200         * gimplify.c: Do not include except.h and optabs.h.
9201         (gimplify_body): Do not initialize RTL profiling.
9202         * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
9203         langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
9204         * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
9205         output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
9206         langhooks.h.
9207
9208         * tree-pretty-print.h: Include pretty-print.h.
9209         * gimple-pretty-print.h: Include pretty-print.h.
9210
9211         * tree-pretty-print.c: Do not include diagnostic.h.
9212         * tree-vrp.c: Likewise.
9213         * tree-tailcall.c: Likewise
9214         * tree-scalar-evolution.c: Likewise
9215         * tree-ssa-dse.c: Likewise
9216         * tree-chrec.c: Likewise
9217         * tree-ssa-sccvn.c: Likewise
9218         * tree-ssa-copyrename.c: Likewise
9219         * tree-nomudflap.c: Likewise
9220         * tree-call-cdce.c: Likewise
9221         * tree-stdarg.c: Likewise
9222         * tree-ssa-math-opts.c: Likewise
9223         * tree-nrv.c: Likewise
9224         * tree-ssa-sink.c: Likewise
9225         * tree-browser.c: Likewise
9226         * tree-ssa-loop-ivcanon.c: Likewise
9227         * tree-ssa-loop.c: Likewise
9228         * tree-parloops.c: Likewise
9229         * tree-ssa-address.c: Likewise
9230         * tree-ssa-ifcombine.c: Likewise
9231         * tree-if-conv.c: Likewise
9232         * tree-data-ref.c: Likewise
9233         * tree-affine.c: Likewise
9234         * tree-ssa-phiopt.c: Likewise
9235         * tree-ssa-coalesce.c: Likewise
9236         * tree-ssa-pre.c: Likewise
9237         * tree-ssa-live.c: Likewise
9238         * tree-predcom.c: Likewise
9239         * tree-ssa-forwprop.c: Likewise
9240         * tree-ssa-dce.c: Likewise
9241         * tree-ssa-ter.c: Likewise
9242         * tree-ssa-loop-prefetch.c: Likewise
9243         * tree-optimize.c: Likewise
9244         * tree-ssa-phiprop.c: Likewise
9245         * tree-object-size.c: Likewise
9246         * tree-outof-ssa.c: Likewise
9247         * tree-ssa-structalias.c: Likewise
9248         * tree-switch-conversion.c: Likewise
9249         * tree-ssa-reassoc.c: Likewise
9250         * tree-ssa-operands.c: Likewise
9251         * tree-vectorizer.c: Likewise
9252         * tree-vect-data-refs.c: Likewise
9253         * tree-vect-generic.c: Likewise
9254         * tree-vect-stmts.c: Likewise
9255         * tree-vect-patterns.c: Likewise
9256         * tree-vect-slp.c: Likewise
9257         * tree-vect-loop.c: Likewise
9258         * tree-ssa-loop-ivopts.c: Likewise
9259         * tree-ssa-loop-im.c: Likewise
9260         * tree-ssa-loop-niter.c: Likewise
9261         * tree-ssa-loop-unswitch.c: Likewise
9262         * tree-ssa-loop-manip.c: Likewise
9263         * tree-ssa-loop-ch.c: Likewise
9264         * tree-dump.c: Likewise
9265         * tree-complex.c: Likewise
9266
9267         * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
9268         * tree-ssa-uninit.c: Likewise
9269         * tree-ssa-threadupdate.c: Likewise
9270         * tree-ssa-uncprop.c: Likewise
9271         * tree-ssa-ccp.c: Likewise
9272         * tree-ssa-dom.c: Likewise
9273         * tree-ssa-propagate.c: Likewise
9274         * tree-ssa-alias.c: Likewise
9275         * tree-dfa.c: Likewise
9276         * tree-cfgcleanup.c: Likewise
9277         * tree-sra.c: Likewise
9278         * tree-ssa-copy.c: Likewise
9279         * tree-ssa.c: Likewise
9280         * tree-profile.c: Likewise
9281         * tree-cfg.c: Likewise
9282         * tree-ssa-threadedge.c: Likewise
9283         * tree-vect-loop-manip.c: Likewise
9284
9285         * tree-inline.c: Do not include diagnostic.h and expr.h.
9286         Include rtl.h.
9287         (copy_decl_for_dup_finish): Do not use NULL_RTX.
9288
9289         * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
9290         * tree-loop-distribution.c: Likewise.
9291
9292 2010-06-01  Jan Hubicka  <jh@suse.cz>
9293
9294         * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
9295
9296 2010-06-01  Jan Hubicka  <jh@suse.cz>
9297
9298         * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
9299         remove return value.
9300         (split_bbs_on_noreturn_calls) .... here.
9301         * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
9302         * tree-flow.h (fixup_noreturn_call): New.
9303
9304 2010-06-01  Jan Hubicka  <jh@suse.cz>
9305
9306         * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
9307
9308 2010-06-01  Nathan Froyd  <froydnj@codesourcery.com>
9309
9310         * tree.h (build_nt_call_list): Delete.
9311         * tree.c (build_nt_call_list): Delete.
9312
9313 2010-06-01  Jan Hubicka  <jh@suse.cz>
9314
9315         * fwprop.c: Make emit-rtl.h include last.
9316         * rtlanal.c: Include emit-rtl.h.
9317         * genautomata.c: Output emit-rtl include into insn-automata.c
9318         * df-scan.c: Include emit-rtl.h.
9319         * haifa-sched.c: Indlude emit-rtl.h.
9320         * mode-switching.c: Indlude emit-rtl.h.
9321         * graph.c: Indlude emit-rtl.h.
9322         * sel-sched.c: Include emit-rtl.h.
9323         * sel-sched-ir.c: Include emit-rtl.h.
9324         * ira-build.c: Include emit-rtl.h.
9325         * emit-rtl.c (first_insn, last_insn): Remove defines.
9326         (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
9327         Move to emit-rtl.h.
9328         (set_new_first_and_last_insn, get_last_insn_anywhere,
9329         get_first_nonnote_insn, get_last_nonnote_insn, try_split,
9330         make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
9331         delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
9332         emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
9333         push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
9334         Use accessor functions.
9335         * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
9336          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
9337         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
9338         mem_expr_equal_p): Move here from rtl.h.
9339         (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
9340         Move here from emit-rtl.c; make inline.
9341         * cfglayout.h: Include emit-rtl.h.
9342         * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
9343          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
9344         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
9345         mem_expr_equal_p, get_insns, set_first-insn,
9346         get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
9347         * reg-stack.c: Include emit-rtl.h.
9348         * dce.c: Likewise.
9349
9350 2010-06-01  Jan Hubicka  <jh@suse.cz>
9351
9352         * cgraph.h (tree_function_versioning): Update prototype.
9353         (cgraph_function_versioning): Update prototype.
9354         * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
9355         bitmap.
9356         (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
9357         (cgraph_materialize_clone, save_inline_function_body): Update use of
9358         tree_function_versioning.
9359         * tree-inline.c (copy_bb): Look for previous copied block to link
9360         after; fix debug output.
9361         (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
9362         (copy_body): Likewise.
9363         (expand_call_inline): Update use of copy_body.
9364         (tree_function_versioning): Update use of copy body; accept
9365         blocks_to_copy and new_entry.
9366
9367 2010-06-01  Jan Hubicka  <jh@suse.cz>
9368
9369         * gegenrtl.c: Remove unnecesary prototypes.
9370         (gendecl): Remove.
9371         (gendef): Produce static inline.
9372         (gencode): Remove.
9373         (main): Do not decode parameters; generate header only.
9374         * Makefile.in (genrtl.c): Remove.
9375
9376 2010-06-01  Jan Hubicka  <jh@suse.cz>
9377
9378         * tree-switch-conversion.c (build_one_array): Make it readonly.
9379
9380 2010-06-01  Richard Guenther  <rguenther@suse.de>
9381
9382         * optabs.c (init_optabs): Guard all accesses to reinit.
9383         * ipa-pure-const.c (propagate): Fix another typo.
9384         * opts.c (common_handle_option): Split assignment to bool.
9385         * c-opts.c (c_common_handle_option): Likewise.
9386
9387 2010-06-01  Arnaud Charlet  <charlet@adacore.com>
9388             Matthew Gingell  <gingell@adacore.com>
9389
9390         * doc/invoke.texi: Mention -fdump-ada-spec.
9391         * tree-dump.c (dump_files): Add ada-spec.
9392         (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
9393         * tree-pass.h (tree_dump_index): Add TDI_ada.
9394         * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
9395         (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
9396         (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
9397         * c-decl.c: Include c-ada-spec.h.
9398         (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
9399         functions.
9400         (c_write_global_declarations): Add handling of -fdump-ada-spec.
9401         * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
9402         * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
9403         * c-ada-spec.h, c-ada-spec.c: New files.
9404
9405 2010-06-01  Richard Guenther  <rguenther@suse.de>
9406
9407         PR lto/43853
9408         * ipa-pure-const.c (get_function_state): Hand back varying state
9409         if we do not have one.
9410         (has_function_state): New function.
9411         (duplicate_node_data): Adjust.
9412         (remove_node_data): Likewise.
9413         (pure_const_write_summary): Likewise.
9414         (propagate): Likewise.  Fix typo.
9415
9416 2010-06-01  Jan Hubicka  <jh@suse.cz>
9417
9418         * tree-cfg.c (verify_stmt): Do not skip could_throw test.
9419         * passes.c (execute_function_todo): Do not make implicit verify_ssa.
9420         (execute_all_ipa_transforms): Do not play with the states.
9421
9422 2010-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
9423
9424         * config/arm/t-linux-androideabi: New.
9425         * config.gcc (arm*-*-linux-androideabi): Include multilib config.
9426
9427 2010-06-01  Jan Hubicka  <jh@suse.cz>
9428
9429         * tree-inline.c (estimate_num_insns): For stdarg functions look
9430         into call statement to count cost of argument passing.
9431
9432 2010-06-01  Kai Tietz  <kai.tietz@onevision.com>
9433
9434         * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
9435         argument for fprintf.
9436         (ix86_output_addr_diff_elt): Likewise.
9437         (x86_function_profiler): Likewise.
9438         * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
9439         (LPREFIX): Likewise.
9440         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
9441
9442 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
9443
9444         PR target/44338
9445         * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
9446         fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
9447         fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
9448         fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
9449         fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
9450         fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
9451         fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
9452         Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
9453         TARGET_FUSED_MADD.
9454
9455 2010-05-31  Jan Hubicka  <jh@suse.cz>
9456
9457         * tree.h (tree_range_check_failed): Declare noreturn.
9458
9459 2010-05-31  Jan Hubicka  <jh@suse.cz>
9460
9461         * gimple.c (gimple_call_builtin_p): New function.
9462         * gimple.h (gimple_call_builtin_p): Declare.
9463         * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
9464         to exit.
9465         (execute_warn_function_return): BUILT_IN_RETURN is return.
9466         (split_critical_edges): Return edges are not critical.
9467         (is_ctrl_altering_stmt): Builtin_in_return is altering.
9468         (gimple_verify_flow_info): Handle built_in_return.
9469         (execute_warn_function_return): Handle built_in_return.
9470         * ipa-pure-const.c (check_call): Ignore builtin_return.
9471
9472 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
9473
9474         PR middle-end/44337
9475         * expr.c (expand_assignment): Don't store anything for out-of-bounds
9476         array accesses with non-MEM.
9477
9478         PR tree-optimization/44182
9479         * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
9480         newly needs to end a bb is followed by debug stmts, instead return
9481         true from the function at the end.
9482         (maybe_move_debug_stmts_to_successors): New function.
9483         (copy_cfg_body): Call it if copy_edges_for_bb returned true.
9484
9485 2010-05-31  Kai Tietz  <kai.tietz@onevision.com>
9486
9487         PR target/44161
9488         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
9489
9490 2010-05-31  Eric Botcazou  <ebotcazou@adacore.com>
9491
9492         * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
9493         for nested functions in non-optimized compilation.
9494
9495 2010-05-31  Richard Guenther  <rguenther@suse.de>
9496
9497         * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
9498
9499 2010-05-30  Jan Hubicka  <jh@suse.cz>
9500
9501         * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
9502
9503 2010-05-30  Richard Guenther  <rguenther@suse.de>
9504
9505         PR lto/42975
9506         * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
9507         (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
9508         no longer needed.
9509
9510 2010-05-30  Iain Sandoe  <iains@gcc.gnu.org>
9511
9512         * config/darwin.c (output_objc_section_asm_op): Add comment.
9513         (name_needs_quotes): Add '_' to list of valid comment chars.
9514         (machopic_output_function_base_name): Remove unneeded quotes.
9515         (darwin_encode_section_info): Adjust asm whitespace.
9516         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
9517         (ASM_OUTPUT_LOCAL): Ditto.
9518         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
9519         * config/darwin.h (GLOBAL_ASM_OP): Ditto.
9520         * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
9521
9522 2010-05-30  Eric Botcazou  <ebotcazou@adacore.com>
9523
9524         * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
9525         RS6000_OUTPUT_BASENAME unconditionally.
9526         (rs6000_output_function_epilogue): Likewise.
9527
9528 2010-05-30  Jan Hubicka  <jh@suse.cz>
9529
9530         * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
9531         nodes.
9532
9533 2010-05-30  Richard Guenther  <rguenther@suse.de>
9534
9535         * tree-cfg.c (verify_gimple_assign_single): Implement
9536         verification for COND_EXPR rhs.
9537
9538 2010-05-30  Jan Hubicka  <jh@suse.cz>
9539
9540         * cgraph.h (cgraph_dump_file): Declare.
9541         * cgraphunit.c (cgraph_dump_file): Export.
9542         * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
9543
9544 2010-05-30  Jan Hubicka  <jh@suse.cz>
9545
9546         * dwarf2out.c (reference_to_unused,
9547         premark_types_used_by_global_vars_helper): Avoid creation of new
9548         varpool nodes.
9549
9550 2010-05-30  Jan Hubicka  <jh@suse.cz>
9551
9552         * cgraph.h (cgraph_node_cannot_return,
9553         cgraph_edge_cannot_lead_to_return): New functions.
9554         * cgraph.c (cgraph_node_cannot_return,
9555         cgraph_edge_cannot_lead_to_return): Use them.
9556         * ipa-pure-const.c (pure_const_names): New static var.
9557         (check_call): Handle calls not leading to return.
9558         (pure_const_read_summary): Dump info read.
9559         (propagate): Dump info about propagation process; ignore side effects
9560         of functions not leading to exit; fix handling of pure functions.
9561
9562 2010-05-30  Jan Hubicka  <jh@suse.cz>
9563
9564         * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
9565         for tail call epilogues.
9566
9567 2010-05-30  Jan Hubicka  <jh@suse.cz>
9568
9569         * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
9570         ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
9571         dump files.
9572
9573 2010-05-29  Jan Hubicka  <jh@suse.cz>
9574
9575         * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
9576         node; remove references in node we no longer keep in cgrpah but need
9577         body of.
9578
9579 2010-05-29  Jan Hubicka  <jh@suse.cz>
9580
9581         * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
9582
9583 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9584
9585         PR target/44165
9586         * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
9587
9588 2010-05-29  Jan Hubicka  <jh@suse.cz>
9589
9590         * tree-vrp.c (debug_value_range, debug_all_value_ranges,
9591         debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
9592         * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
9593         debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
9594         debug_names_replaced_by, debug_update_ssa): Likewise.
9595         * sbitmap.c (debug_sbitmap): Likewise.
9596         * genrecog.c (debug_decision, debug_decision_list): Likewise.
9597         * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
9598         debug_tree_chain): Likewise.
9599         * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
9600         * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
9601         * optabs.c (debug_optab_libfuncs): Likewise.
9602         (verify_loop_closed_ssa): Likewise.
9603         * value-prof.c (verify_histograms): Likewise.
9604         * reload.c (debug_reload_to_stream, debug_reload): Likewise.
9605         * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
9606         * cfghooks.c (verify_flow_info): Likewise.
9607         * fold-const.c (debug_fold_checksum): Likewise.
9608         * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
9609         * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
9610         Likewise.
9611         * omega.c (debug_omega_problem): Likewise.
9612         * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
9613         * tree-ssa-ccp.c (debug_lattice_value): Likewise.
9614         * dominance.c (verify_dominators, debug_dominance_info,
9615         debug_dominance_tree): Likewise.
9616         * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
9617         * df_regno_debug, df_ref_debug,
9618         debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
9619         debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
9620         * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
9621         * sel-sched.c (debug_state): Likewise.
9622         * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
9623         Likewise.
9624         * cfganal.c (print_edge_list, verify_edge_list): Likewise.
9625         * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
9626         * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
9627         * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
9628         Likewise.
9629         * c-pretty-print.c (debug_c_tree): Likewise.
9630         * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
9631         debug_av_set, debug_lv_set, debug_ilist, debug_blist,
9632         debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
9633         * ebitmap.c (debug_ebitmap): Likewise.
9634         * function.c (debug_find_var_in_block_tree): Likewise.
9635         * print-rtl.c (debug_rtx): Likewise.
9636         (debug_rtx_count): Likewise.
9637         (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
9638         * stor-layout.c (debug_rli): Likewise.
9639         * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
9640         * tree-data-ref.c (debug_data_references,
9641         debug_data_dependence_relations, debug_data_reference,
9642         debug_data_dependence_relation, debug_rdg_vertex,
9643         debug_rdg_component, debug_rdg): Likewise.
9644         * tree-affine.c (debug_aff): Likewise.
9645         * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
9646         Likewise.
9647         * except.c (debug_eh_tree, verify_eh_tree): Likewise.
9648         * emit-rtl.c (verify_rtl_sharing): Likewise.
9649         * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
9650         debug_value_expressions): Likewise.
9651         * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
9652         * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
9653         * print-tree.c (debug_tree, debug_vec_tree): Likewise.
9654         * cfglayout.c (verify_insn_chain): Likewise.
9655         * graphite-clast-to-gimple.c (debug_clast_name_indexes,
9656         debug_clast_stmt, debug_generated_program): Likewise.
9657         * ggc-page.c (debug_print_page_list): Likewise.
9658         * tree-ssa-ter.c (debug_ter): Likewise.
9659         * graphite-dependences.c (debug_pddr): Likewise.
9660         * sched-deps.c (debug_ds): Likewise.
9661         * tree-ssa.c (verify_ssa): Likewise.
9662         * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
9663         debug_scattering_functions, debug_iteration_domains, debug_pdr,
9664         debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
9665         debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
9666         * tree-inline.c (debug_find_tree): Likewise.
9667         * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
9668         debug_ppl_powerset_matrix): Likewise.
9669         * var-tracking.c (debug_dv): Likewise.
9670         * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
9671         * cfgloop.c (verify_loop_structure): Likewise.
9672         * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
9673         * c-common.c (verify_sequence_points): Likewise.
9674         * sched-rgn.c (debug_regions, debug_region, debug_candidate,
9675         debug_candidates, debug_rgn_dependencies): Likewise.
9676         * tree-ssa-structalias.c (debug_constraint, debug_constraints,
9677         * debug_constraint_graph, debug_solution_for_var,
9678         debug_sa_points_to_info): Likewise.
9679         * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
9680         Likewie.
9681         * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
9682         debug_loops, debug_loop, debug_loop_num): Likewise.
9683         * passes.c (debug_pass): Likewise.
9684         (dump_properties): Likewise; add cfglayout property.
9685         (debug_properties): Likewise.
9686         * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
9687         * varpool.c (debug_varpool): Likewise.
9688         * regcprop.c (debug_value_data): Likewise.
9689         * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
9690         debug_immediate_uses_for): Likewise.
9691
9692 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
9693
9694         PR bootstrap/44315
9695         * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
9696         Filter out insn-flags.h.
9697
9698 2010-05-29  Jan Hubicka  <jh@suse.cz>
9699
9700         * cgraph.h (struct varpool_node_set_def,
9701         struct cgraph_node_set_def): Remove unused AUX pointer.
9702         (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
9703         VEC_empty macro.
9704
9705 2010-05-29  Jan Hubicka  <jh@suse.cz>
9706
9707         PR middle-end/44324
9708         * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
9709
9710 2010-05-29  Richard Guenther  <rguenther@suse.de>
9711
9712         * lto-streamer.c (cached_bp): New global variable.
9713         (bitpack_create): Return the cached bitpack, if available.
9714         (bitpack_delete): Clear and cache the bitpack, if appropriate.
9715         (bp_pack_value): Remove redundant asserts.
9716
9717 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
9718
9719         PR middle-end/44306
9720         * tree-if-conv.c (is_true_predicate): New.
9721         (is_predicated): Use is_true_predicate.
9722         (add_to_predicate_list): Same.  Do not use unshare_expr.
9723         (add_to_dst_predicate_list): Same.
9724
9725 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
9726
9727         * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
9728         field on edges.
9729         (predicate_bbs): Same.
9730         (clean_predicate_lists): Same.
9731         (find_phi_replacement_condition): Do not AND the predicate from
9732         edge->aux.
9733
9734 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
9735
9736         PR bootstrap/44315
9737         * Makefile.in (build/gencondmd.o): Add a missing `\'.
9738
9739 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9740
9741         PR target/44261
9742         config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
9743         (negdf2): Adjust expander pattern and use negdf2_slow.
9744         (negsf2): Likewise.
9745
9746 2010-05-29  Nathan Froyd  <froydnj@codesourcery.com>
9747
9748         * basic-block.h (struct control_flow_graph): Move last_label_uid field
9749         up.
9750         * df.h (struct df_base_ref): Move regno field up.
9751         * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
9752         * expr.h (struct separate_ops): Move location field up.
9753         * optabs.h (struct optab_d): Move libcall_basename field down.
9754         * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
9755         * config/i386/i386.h (struct machine_function): Convert call_abi field
9756         into a bitfield.  Move cfa field to the end of the structure.
9757
9758 2010-05-29  Jan Hubicka  <jh@suse.cz>
9759
9760         * varpool.c (varpool_get_node): Fix lookup.
9761
9762 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
9763
9764         * config/spu/spu-protos.h: Do not include rtl.h.  Protect
9765         RTL specific prototypes with #ifdef RTX_CODE.
9766         * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
9767         * config/spu/t-spu-elf: Fix dependencies.
9768
9769         * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
9770
9771 2010-05-29  Mike Stump  <mikestump@comcast.net>
9772
9773         PR bootstrap/44315
9774         * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
9775         TM_H when building to avoid dependency loops.
9776
9777 2010-05-29  Jan Hubicka  <jh@suse.cz>
9778
9779         * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
9780         refs and body; not the whole node for masters of materialized clones.
9781
9782 2010-05-29  Mike Stump  <mikestump@comcast.net>
9783
9784         * config/rs6000/rs6000-c.c: Remove c-tree.h include.
9785
9786 2010-05-29  Jan Hubicka  <jh@suse.cz>
9787
9788         * cgraph.c (clone_function_name): Take SUFFIX argument; export.
9789         (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
9790         use of clone_function_name.
9791         * cgraph.h (cgraph_create_virtual_clone,
9792         cgraph_function_versioning): update prototypes.
9793         (clone_function_name): Declare.
9794         * ipa-cp.c (ipcp_insert_stage): Update call of
9795         cgraph_create_virtual_clone.
9796         * omp-low.c (create_omp_child_function_name): Use
9797         cgraph_create_virtual_clone.
9798         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
9799         (cgraph_function_versioning): Take SUFFIX argument; produce new name
9800         and make decl local.
9801
9802 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
9803
9804         * vec.h: Include statistics.h
9805         * Makefile.in: Introduce VEC_H.  Replace all vec.h dependencies
9806         with VEC_H.
9807
9808 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
9809
9810         * c-lex.c: Do not include c-tree.h.
9811         * c-pretty-print.c: Likewise.
9812         * c-opts.c: Likewise.
9813         * c-gimplify.c: Likewise.
9814         * c-common.c: Likewise.
9815         * c-dump.c: Likewise.  Include c-common.h.
9816
9817 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
9818
9819         * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
9820         before including diagnostic-core.h.
9821         (c_cpp_error): New prototype moved from c-tree.h.
9822         Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
9823         * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
9824         (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
9825         (c_cpp_error): Prototype moved to c-common.h.
9826         * Makefile.in: Update dependency for C_COMMON_H.
9827
9828 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
9829
9830         * c-common.h: Add FIXME for awkward split of c_register_addr_space.
9831         * c-common.c (c_register_addr_space): Remove here.
9832         * c-decl.c (c_register_addr_space): Re-add here.
9833
9834 2010-05-28  Mike Stump  <mikestump@comcast.net>
9835
9836         * config/darwin-c.c: Remove c-tree.h include.
9837
9838 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
9839
9840         * gcc.c: Include diagnostic.h.
9841         (error_count): Remove.  All users changed to use errorcount.
9842         (programname): Remove.  All users changed to use progname.
9843         (fancy_abort, internal_error, fatal_error, error, warning, inform,
9844         fnotice): Remove.
9845         (execute): Don't include "Internal error" and bug reporting
9846         information in argument of internal_error call.
9847         (process_command): Don't increment error_count after calling
9848         perror_with_name.
9849         (input_filename): Rename to gcc_input_filename.  All users
9850         changed.
9851         (main): Call diagnostic_initialize.  Register delete_temp_files
9852         with atexit.  Use seen_error to test for errors.
9853         * gcc.h: Include diagnostic-core.h.
9854         (fatal_error, error, warning): Remove.
9855         * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
9856         (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
9857         (gcc.o): Update dependencies.
9858
9859 2010-05-28  Jeff Law  <law@redhat.com>
9860
9861         * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
9862         functions.
9863         * ira.h (ira_bad_reload_regno): Declare
9864         * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
9865
9866         * ira-color.c (update_curr_costs): Free updated hard reg costs.
9867         (ira_reassign_conflict_allocnos): Remove bogus asserts.
9868         (allocno_reload_assign): Likewise.
9869
9870 2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
9871
9872         * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
9873         build1_stat.
9874
9875 2010-05-28  Richard Guenther  <rguenther@suse.de>
9876
9877         PR lto/44312
9878         * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
9879         Stream fixed-point constants mode.
9880         (unpack_ts_type_value_fields): Fix width of TYPE_MODE
9881         and TYPE_PRECISION.
9882         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
9883         Stream fixed-point constants mode.
9884         (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
9885         and TYPE_PRECISION.
9886
9887 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
9888
9889         * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
9890         only place it was called from.
9891         (number_of_latch_executions): Do not return chrec_dont_know when the
9892         may_be_zero is a runtime condition: instead, return a COND_EXPR
9893         including the may_be_zero condition.
9894         * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
9895         of nb_iterations.
9896         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
9897         COND_EXPRs.
9898
9899 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
9900
9901         * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
9902         generate COND_EXPRs for degenerate_phi_result.
9903
9904 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
9905
9906         PR middle-end/44293
9907         * tree-if-conv.c (if_convertible_loop_p): Check the
9908         if-convertibility of phi nodes in non predicated BBs.
9909
9910 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
9911
9912         * gcc.c (error, warning, inform): Remove duplicate ": " in output.
9913
9914 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
9915
9916         PR driver/15303
9917         * gcc.c (inform, warning, inform): New functions.
9918         (fatal_ice): Rename to internal_error; change cmsgid parameter to
9919         gmsgid.  All callers changed.
9920         (notice): Rename to fnotice; add parameter fp.  All callers changed.
9921         (fatal_error): Rename to fatal_signal.  All users changed.
9922         (fatal): Rename to fatal_error; change cmsgid parameter to
9923         gmsgid.  All callers changed.
9924         (process_command): Use warning instead of error for warnings.
9925         (end_going_arg): Don't use _() around argument of error.
9926         (do_spec_1): Use inform for message from %n specs.  Use warning
9927         instead of error for warnings.
9928         (main): Use inform for comparison messages.  Use warning for
9929         message about unused linker input.
9930         (error): Increment error_count.  Print "error: ".
9931         * gcc.h (fatal): Change to fatal_error.
9932         (warning): Declare.
9933         * config/darwin-driver.c (darwin_default_min_version): Use warning
9934         instead of fprintf for warnings.
9935         * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
9936
9937 2010-05-28  Julian Brown  <julian@codesourcery.com>
9938
9939         * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
9940         (*thumb2_addsi3_compare0_scratch): New.
9941         * config/arm/constraints.md (Pv): New.
9942         * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
9943         for ARM mode only.
9944         (*addsi3_compare0_scratch): Likewise.
9945
9946 2010-05-28  Jan Hubicka  <jh@suse.cz>
9947
9948         * ipa-reference.c (add_static_var): Remove redundant all_module_statics
9949         check.
9950         (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
9951         only on local statics.
9952
9953 2010-05-28  Iain Sandoe  <iains@gcc.gnu.org>
9954
9955         * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
9956
9957 2010-05-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
9958
9959         PR bootstrap/44314
9960         * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
9961         (OPTION_GLIBC): Define.
9962
9963 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
9964
9965         PR debug/41048
9966         * dwarf2out.c (double_int_type_size_in_bits): New function.
9967         (round_up_to_align): Change first argument and return value to
9968         double_int.
9969         (field_byte_offset): Work internally on double_ints.
9970
9971         PR target/43636
9972         * builtins.c (expand_movstr): Use a temporary pseudo instead
9973         of target even when target is not NULL and not const0_rtx, but
9974         fails movstr predicate.
9975         * config/m32c/blkmov.md (movstr): Add predicate to first operand.
9976
9977 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
9978
9979         * final.c (rest_of_clean_state): Use %m in errors instead of
9980         strerror (errno).
9981         * gengtype.c (read_input_list, close_output_files): Use xstrerror
9982         instead of strerror.
9983         * toplev.c (process_options): Use %m in errors instead of strerror
9984         (errno).
9985         * tree-dump.c (dump_begin): Use %m in errors instead of strerror
9986         (errno).
9987
9988 2010-05-28  Uros Bizjak  <ubizjak@gmail.com>
9989
9990         * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
9991         (ix86_canonical_va_list_type): Make static.  Add declaration.
9992         (ix86_enum_va_list): Make static.  Reindent.
9993         * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
9994         (ix86_canonical_va_list_type): Ditto.
9995         (ix86_enum_va_list): Ditto.
9996
9997 2010-05-28  Richard Guenther  <rguenther@suse.de>
9998
9999         * lto-wrapper.c (run_gcc): With -save-temps generate a
10000         user-visible ltrans filename.  Fixup ltrans unit numbering.
10001
10002 2010-05-28  Kai Tietz  <kai.tietz@onevision.com>
10003
10004         * c-common.c (c_common_nodes_and_builtins): Replace use
10005         of TARGET_ENUM_VA_LIST by target hook enum_va_list.
10006         * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
10007         to ix86_enum_va_list.
10008         * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
10009         * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
10010         (TARGET_ENUM_VA_LIST_P): Add hook description.
10011         * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
10012         * target.h (gcc_target): Add enum_va_list hook.
10013
10014         PR bootstrap/44299
10015         * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
10016         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
10017         * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
10018
10019 2010-05-28  Alan Modra  <amodra@gmail.com>
10020
10021         PR target/44266
10022         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
10023         emit_library_call machinery to set up __tls_get_addr calls.
10024
10025 2010-05-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10026
10027         * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
10028
10029 2010-05-28  Dodji Seketeli  <dodji@redhat.com>
10030
10031         Revert fix for PR c++/44188
10032         * c-common.c (is_typedef_decl): Revert the moving of  this
10033         definition ...
10034         * tree.c (is_typedef_decl): ... here.
10035         (typdef_variant_p): Revert the moving of this  definition
10036         here from gcc/cp/tree.c.
10037         * c-common.h (is_typedef_decl): Revert the moving of this
10038         declaration ...
10039         * tree.h (is_typedef_decl): ... here.
10040         (typedef_variant_p): Revert the moving of this  declaration here
10041         from gcc/cp/cp-tree.h
10042         * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
10043         (gen_tagged_type_die): Revert the splitting out of ...
10044         (gen_type_die_with_usage): ... this function. Revert the anonymous
10045         tagged type handling.
10046         (gen_typedef_die): Revert emitting DW_TAG_typedef  for
10047         typedefs naming anonymous tagged types.
10048
10049 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
10050
10051         * config/rs6000/rs6000-modes.def (PSImode): Delete.
10052
10053 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
10054
10055         * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
10056         * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
10057         throughout.
10058         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
10059         "xer" to "ca".
10060         Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
10061         XER_REGS to CA_REGS throughout.
10062         * config/rs6000/rs6000.h: Same.
10063         (ADDITIONAL_REGISTER_NAMES): Add "xer".
10064         * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO.  Document
10065         that mode_iterator "P" is the size for arithmetic carries as well.
10066         * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
10067
10068 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
10069
10070         PR bootstrap/44255
10071         * combine.c (struct rtx_subst_pair): Define unconditionally.
10072         (propagate_for_debug_subst): Likewise.  If not AUTO_INC_DEC,
10073         copy_rtx pair->to instead of cleanup_auto_inc_dec it.
10074         Call make_compound_operation on pair->to.
10075         (propagate_for_debug): Don't call make_compound_operation here.
10076         Always use simplify_replace_fn_rtx.
10077
10078 2010-05-27  Sterling Augustine  <sterling@tensilica.com>
10079
10080         * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
10081         * config/xtensa/xtensa.c (override_options): Check
10082           TARGET_FORCE_NO_PIC and set flag_pic.
10083         * config/xtensa/xtensa.opt: Document -mforce-no-pic
10084
10085 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
10086
10087         PR bootstrap/44299
10088         * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
10089         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
10090
10091 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
10092
10093         * diagnostic-core.h: New.  Contents moved from diagnostic.h and
10094         toplev.h.
10095         * diagnostic.c: Don't include toplev.h.
10096         (progname): Define.  Moved from toplev.c.
10097         (seen_error): New function.
10098         * diagnostic.h: Include diagnostic-core.h.
10099         (diagnostic_t, emit_diagnostic): Don't declare here.
10100         * toplev.c (progname): Move to toplev.c.
10101         (emit_debug_global_declarations, compile_file, finalize,
10102         do_compile, toplev_main): Use seen_error.
10103         * toplev.h: Include diagnostic-core.h.
10104         (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
10105         internal_error, warning, warning_at, error, error_n, error_at,
10106         fatal_error, pedwarn, permerror, sorry, inform, inform_n,
10107         verbatim, fnotice, progname): Move to diagnostic-core.h.
10108         * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
10109         (expand_builtin_expect): Use seen_error.
10110         * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
10111         (c_make_fname_decl, c_write_global_declarations): Use seen_error.
10112         * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
10113         * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
10114         * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
10115         * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
10116         errorcount for errors.
10117         * c-opts.c (c_common_finish): Use seen_error.
10118         * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
10119         * cgraphunit.c (verify_cgraph_node, verify_cgraph,
10120         cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
10121         * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
10122         (get_coverage_counts): Use seen_error.
10123         * dwarf2out.c (dwarf2out_finish): Use seen_error.
10124         * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
10125         gimplify_body): Use seen_error.
10126         * ipa-inline.c (cgraph_early_inlining): Use seen_error.
10127         * ipa-pure-const.c (gate_pure_const): Use seen_error.
10128         * ipa-reference.c (gate_reference): Use seen_error.
10129         * jump.c: Include diagnostic-core.h instead of diagnostic.h.
10130         * lambda-code.c: Include diagnostic-core.h instead of
10131         diagnostic.h.
10132         * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
10133         * lto-compress.c: Include diagnostic-core.h instead of
10134         diagnostic.h.
10135         * lto-section-in.c: Include diagnostic-core.h instead of
10136         diagnostic.h.
10137         * lto-streamer-out.c: Include diagnostic-core.h instead of
10138         diagnostic.h.
10139         * lto-streamer.c: Include diagnostic-core.h instead of
10140         diagnostic.h.
10141         (gate_lto_out): Use seen_error.
10142         * matrix-reorg.c: Include diagnostic-core.h instead of
10143         diagnostic.h.
10144         * omega.c: Include diagnostic-core.h instead of diagnostic.h.
10145         * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
10146         (gate_expand_omp, lower_omp_1): Use seen_error.
10147         * passes.c: Include diagnostic-core.h instead of diagnostic.h.
10148         (rest_of_decl_compilation, rest_of_type_compilation,
10149         gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
10150         * tree-cfg.c (label_to_block_fn): Use seen_error.
10151         * tree-inline.c (optimize_inline_calls): Use seen_error.
10152         * tree-mudflap.c (mudflap_finish_file): Use
10153         seen_error.
10154         * tree-optimize.c (gate_all_optimizations,
10155         gate_all_early_local_passes, gate_all_early_optimizations): Use
10156         seen_error.
10157         * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
10158         * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
10159         (varpool_remove_unreferenced_decls,
10160         varpool_assemble_pending_decls): Use seen_error.
10161         * Makefile.in (DIAGNOSTIC_CORE_H): Define.
10162         (TOPLEV_H, DIAGNOSTIC_H): Update.
10163         (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
10164         lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
10165         c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
10166         builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
10167         coverage.o, lambda-code.o): Update dependencies.
10168
10169 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
10170
10171         PR c++/44188
10172         * c-common.c (is_typedef_decl): Move this definition ...
10173         * tree.c (is_typedef_decl): ... here.
10174         (typdef_variant_p): Move definition here from gcc/cp/tree.c.
10175         * c-common.h (is_typedef_decl): Move this declaration ...
10176         * tree.h (is_typedef_decl): ... here.
10177         (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
10178         * dwarf2out.c (is_naming_typedef_decl): New function.
10179         (gen_tagged_type_die): Split out of ...
10180         (gen_type_die_with_usage): ... this function. When an anonymous
10181         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
10182         is emitted for the typedef.
10183         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
10184         anonymous tagged types.
10185
10186 2010-05-27  Jason Merrill  <jason@redhat.com>
10187
10188         * print-tree.c (debug_vec_tree): New fn.
10189         (print_vec_tree): New fn.
10190         * tree.h: Declare them.
10191         * gdbinit.in (pvt): New command.
10192
10193         * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
10194
10195         * gdbinit.in (pdd): New command.
10196
10197 2010-05-27  Jan Hubicka  <jh@suse.cz>
10198
10199         * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
10200         (update_caller_keys): Return early if there are no callers;
10201         only update fibheap when decresing the key.
10202         (update_callee_keys): Avoid recursion.
10203         (decide_inlining_of_small_functions): When badness does not match;
10204         re-insert into fibheap.
10205
10206 2010-05-27  Steven Bosscher  <steven@gcc.gnu.org>
10207
10208         * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
10209         (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
10210         (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
10211         (ALL_HOST_OBJS): Now a union of the above two.
10212         <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
10213         all files in ALL_HOST_FRONTEND_OBJS.
10214         * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
10215
10216         * c-common.c: Pretend to be a backend file by undefining
10217         IN_GCC_FRONTEND (still need rtl.h here).
10218
10219 2010-05-27  Jan Hubicka  <jh@suse.cz>
10220
10221         * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
10222         * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
10223
10224 2010-05-27  Jan Hubicka  <jh@suse.cz>
10225
10226         * sched-ebb.c: Rename struct deps to struct deps_desc.
10227         * ddg.c: Likewise.
10228         * sel-sched-ir.c: Likewise.
10229         * sched-deps.c: Likewise.
10230         * sched-int.h: Likewise.
10231         * sched-rgn.c: Likewise.
10232
10233 2010-05-27  Jon Beniston  <jon@beniston.com>
10234
10235         PR 43726
10236         * config/lm32/lm32.h: Remove definition of
10237         GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
10238
10239 2010-05-27  Eric Botcazou  <ebotcazou@adacore.com>
10240
10241         PR lto/44230
10242         * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
10243
10244 2010-05-27  Richard Guenther  <rguenther@suse.de>
10245
10246         PR tree-optimization/44284
10247         * tree-vect-stmts.c (vectorizable_assignment): Handle
10248         sign-changing conversions as simple copy.
10249
10250 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
10251
10252         * gthr-posix.h (pthread_cancel): Don't declare if compiling against
10253         Bionic C library.
10254         (__gthread_active_p): Check for pthread_create if compiling against
10255         Bionic C library.
10256
10257 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
10258
10259         Support compilation for Android platform.  Reimplement -mandroid.
10260
10261         * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
10262         (*android*): Set ANDROID_DEFAULT.
10263         (arm*-*-linux*): Include linux-android.h.
10264         (arm*-*-eabi*): Don't include previous -mandroid implementation.
10265         * config/arm/eabi.h: Remove, move Android-specific parts ...
10266         * config/linux-android.h: ... here.  New file.
10267         * config/arm/eabi.opt: Rename to ...
10268         * config/linux-android.opt: ... this.
10269         (mandroid): Allow -mno-android option.  Initialize based on
10270         ANDROID_DEFAULT.
10271         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
10272         Move logic to corresponding LINUX_TARGET_* macros.
10273         (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
10274         * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
10275         (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
10276         Android definitions.
10277         (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
10278         * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
10279         Document.
10280
10281 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
10282
10283         Add support for Bionic C library
10284
10285         * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
10286         macro.
10287         (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
10288         (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
10289
10290         * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
10291         (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
10292         (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
10293         to support multiple C libraries.  Handle Bionic.
10294         (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
10295         (BIONIC_DYNAMIC_LINKER64): Define.
10296         (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
10297         Update.
10298         (TARGET_HAS_SINCOS): Enable for Bionic.
10299
10300         * config/linux.opt: Rewrite to handle more than 2 C libraries.  Make
10301         the last option specified on command line take effect.
10302         (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
10303         (mbionic): New.
10304         (mglibc, muclibc): Update.
10305
10306         * config/alpha/linux-elf.h, config/rs6000/linux64.h,
10307         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
10308         DEFAULT_LIBC.
10309
10310         * doc/invoke.texi (-mglibc, -muclibc): Update.
10311         (-mbionic): Document.
10312
10313 2010-05-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10314
10315         * c-common.h (c_register_addr_space): Add prototype.
10316         (ADDR_SPACE_KEYWORD): Remove.
10317         * c-common.c (c_register_addr_space): New function.
10318         (c_addr_space_name): Reimplement.
10319         (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
10320
10321         * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
10322         (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
10323
10324         * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
10325         Remove TARGET_ADDR_SPACE_KEYWORDS.
10326
10327 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
10328
10329         * input.c: New file.
10330         * input.h (main_input_filename): Move declaration to toplev.h.
10331         * toplev.c (input_location, line_table): Move to input.c
10332         * toplev.h (main_input_filename): Move declaration from input.h.
10333         * tree.c (expand_location): Move to input.c.
10334         * Makefile.in (OBJS-common): Add input.o.
10335         (input.o): Add dependencies.
10336
10337 2010-05-27  Richard Guenther  <rguenther@suse.de>
10338
10339         * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
10340         for non-existant files.
10341         (fork_execute): Mark args_name file as deleted.
10342
10343 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
10344
10345         PR bootstrp/44287
10346         * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
10347         (narrow_signed_type): Likewise.
10348
10349 2010-05-26  Jan Hubicka  <jh@suse.cz>
10350
10351         * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
10352         edge only when checking is enabled; check using former_clone_of;
10353         check inline clones too.
10354         (cgraph_materialize_clone): Record former_clone_of pointer.
10355         (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
10356         combining redirections; dump args_to_skip bitmap
10357         (cgraph_materialize_all_clones): Do no redirection here.
10358         * ipa-inline.c (inline_transform): Do redirection here.
10359         * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
10360         cheking only).
10361
10362 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
10363
10364         * config/avr/avr-c.c: Do not include regs.h.
10365         Include cpplib.h for cpp_define and tree.h for c-common.h.
10366         * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
10367         * config/avr/t-avr: Fix dependencies for avr-c.o.
10368
10369 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
10370
10371         * explow.c (set_stack_check_libfunc): Adjust to accept name as a
10372         string instead of SYMBOL_REF rtx.
10373         * rtl.h (set_stack_check_libfunc): Move prototype from here...
10374         * libfuncs.h: ...to here.  Adjust for explow.c change.
10375
10376 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
10377
10378         * pretty-print.c: Don't include ggc.h.
10379         (identifier_to_locale_alloc, identifier_to_locale_free): Define.
10380         (identifier_to_locale): Use them for allocation.
10381         * pretty-print.h (identifier_to_locale_alloc,
10382         identifier_to_locale_free): Declare.
10383         * toplev.c (alloc_for_identifier_to_locale): New.
10384         (general_init): Set identifier_to_locale_alloc and
10385         identifier_to_locale_free.
10386         * Makefile.in (pretty-print.o): Update dependencies.
10387
10388 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
10389
10390         * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
10391         pointer types if they have different alignment or mode.
10392
10393 2010-05-26  Anatoly Sokolov  <aesok@post.ru>
10394
10395         * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
10396         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
10397         * config/sparc/sparc-protos.h (function_value): Remove declaration.
10398         * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
10399         sparc_function_value_regno_p): New functions.
10400         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
10401         TARGET_FUNCTION_VALUE_REGNO_P): Define.
10402         (function_value): Rename to...
10403         (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
10404         argument to 'outgoing'.
10405         (function_arg_record_value, function_arg_union_value,
10406         function_arg_vector_value): Update comment.
10407
10408 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
10409
10410         * dwarf2out.c (struct dw_fde_struct): Reorder flags.
10411         (fde_needed_for_eh_p): New predicate.
10412         (output_call_frame_info): Use it throughout to decide whether FDEs
10413         are needed for EH purpose.
10414         (dwarf2out_begin_prologue): Reorder assignments.
10415
10416 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
10417
10418         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
10419         special case loop->header.
10420         (is_predicated): New.
10421         (if_convertible_loop_p): Call it.
10422
10423 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
10424
10425         * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
10426         iterator in parameter.  Do not generate code during the analysis.
10427         (tree_if_convert_cond_stmt): Removed.
10428         (tree_if_convert_stmt): Removed.
10429         (predicate_bbs): New.
10430         (if_convertible_loop_p): Call predicate_bbs.
10431         (tree_if_conversion): Simplify the top-level logic as predicate_bbs
10432         now contains all the analysis part.
10433
10434 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
10435
10436         * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
10437         statements in the analysis part.
10438         (tree_if_convert_stmt): Update comment.
10439         (remove_conditions_and_labels): New.
10440         (combine_blocks): Call remove_conditions_and_labels.
10441         (tree_if_conversion): Update comment.
10442
10443 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
10444
10445         * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
10446         than 2 predecessors or more than 2 successors.
10447
10448 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
10449
10450         * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
10451         of loops in which the data dependence analysis fails.
10452
10453 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
10454
10455         * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
10456         CDI_POST_DOMINATORS.
10457         (tree_if_conversion): Same.
10458
10459 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
10460
10461         * tree-if-conv.c (tree_if_conversion): Do not return a bool.
10462
10463 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
10464
10465         * tree-if-conv.c: Update copyright years.  Fix comments.
10466         Fix indentation.
10467
10468 2010-05-26  Kai Tietz  <kai.tietz@onevision.com>
10469
10470         * builtin-types.def (BT_INT128): New primitive type.
10471         (BT_UINT128): Likewise.
10472         * c-common.c (c_common_r): Add __int128 keyword.
10473         (c_common_type_for_size): Handle __int128.
10474         (c_common_type_for_mode): Likewise.
10475         (c_common_signed_or_unsigned_type): Likewise.
10476         (c_common_nodes_and_builtins): Add builtin type
10477         if target supports 128-bit integer scalar.
10478         * c-common.h (enum rid): Add RID_INT128.
10479         * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
10480         if target supports 128-bit integer scalar.
10481         * c-decl.c (declspecs_add_type): Handle new keyword __int128.
10482         (finish_declspecs): Likewise.
10483         * c-parser.c (c_token_starts_typename): Handle RID_INT128.
10484         (c_token_starts_declspecs): Likewise.
10485         (c_parser_declspecs): Likewise.
10486         (c_parser_attributes): Likewise.
10487         (c_parser_objc_selector): Likewise.
10488         * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
10489         * c-tree.h (enum c_typespec_keyword): Add cts_int128.
10490         * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
10491         * tree.c (make_or_reuse_type): Likewise.
10492         (make_unsigned_type): Likewise.
10493         (build_common_tree_nodes_2): Likewise.
10494         * tree.h (enum integer_type_kind): Add itk_int128 and
10495         itk_unsigned_int128.
10496         (int128_integer_type_node): New define.
10497         (int128_unsigned_type_node): New define.
10498         * doc/extend.texi: Add documentation about __int128 type.
10499
10500 2010-05-26  Richard Guenther  <rguenther@suse.de>
10501
10502         * tree-ssa-sccvn.c (copy_nary): Adjust.
10503         (copy_phis): Rename to ...
10504         (copy_phi): ... this.  Adjust.
10505         (copy_references): Rename to ...
10506         (copy_reference): ... this.  Adjust.
10507         (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
10508         result into the valid table.
10509
10510 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
10511
10512         * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
10513         insn-config.h, insn-codes.h, recog.h, and optabs.h.
10514
10515 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
10516
10517         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
10518
10519 2010-05-26  Richard Guenther  <rguenther@suse.de>
10520
10521         * opts.c (common_handle_option): Handle OPT_Ofast.
10522
10523 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
10524
10525         * diagnostic.c: Don't include opts.h.
10526         (permissive_error_option): Define.
10527         (diagnostic_initialize): Take n_opts parameter.  Allocate memory
10528         for classify_diagnostic.  Don't use memset for
10529         classify_diagnostic.  Initialize new and recently added fields.
10530         (diagnostic_classify_diagnostic): Use context->n_opts instead of
10531         N_OPTS.
10532         (diagnostic_report_diagnostic): Pass context parameter to
10533         diagnostic_report_warnings_p.  Use option_enabled and option_name
10534         hooks from context.
10535         (emit_diagnostic): Use permissive_error_option.
10536         (permerror): Likewise.
10537         * diagnostic.h: Don't include options.h.
10538         (struct diagnostic_context): Add n_opts, opt_permissive,
10539         inhibit_warnings, warn_system_headers, option_enabled and
10540         option_name fields.  Change classify_diagnostic to a pointer.
10541         * opts-diagnostic.h: New file.
10542         * opts.c: Include opts-diagnostic.h.
10543         (common_handle_option): Set global_dc fields for -Wfatal-errors,
10544         -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
10545         (option_name): New function.
10546         * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
10547         (c_common_handle_option): Set global_dc->permissive for
10548         -fpermissive.
10549         * c-common.c (c_cpp_error): Save and restore
10550         global_dc->warn_system_headers, not variable warn_system_headers.
10551         * toplev.c: Include opts-diagnostic.h.
10552         (general_init): Update call to diagnostic_initialize.  Set
10553         global_dc->show_column, global_dc->option_enabled and
10554         global_dc->option_name.
10555         (process_options): Don't set global_dc fields here.
10556         * Makefile.in (DIAGNOSTIC_H): Remove options.h.
10557         (diagnostic.o, opts.o, toplev.o): Update dependencies.
10558
10559 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
10560
10561         * config/picochip/picochip.md (movsi): Split a movsi from a
10562         const after reload.
10563
10564 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
10565
10566         * ggc-zone.c: Update copyright year.
10567         (poison_region): Mark memory for Valgrind as undefined before
10568         memset () call and inaccessible afterwards.
10569         (ggc_pch_total_size): Change type of i to int.
10570
10571 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
10572
10573         * ggc-common.c (ggc_free_overhead): Allow empty slot.
10574
10575 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
10576
10577         * ggc-common.c: Update copyright year.
10578         (ggc_rlimit_bound): Remove prototype.  Compile only if
10579         !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
10580         (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
10581         && !ENABLE_GC_ALWAYS_COLLECT.  Make static.
10582         (ggc_min_heapsize_heuristic): Likewise.
10583
10584 2010-05-26  Richard Guenther  <rguenther@suse.de>
10585
10586         PR rtl-optimization/44164
10587         * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
10588         no-common access-path disambiguation.
10589         (indirect_ref_may_alias_decl_p): Adjust.
10590         (indirect_refs_may_alias_p): Likewise.
10591         (refs_may_alias_p_1): Likewise.
10592
10593 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
10594
10595         * c-typeck.c: Do not include expr.h.
10596
10597 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
10598
10599         * rtl.h (decl_default_tls_model): Move prototype from here...
10600         * output.h: ...to here.
10601         * c-decl.c: Do not include rtl.h.
10602         * c-pragma.c: Likewise.
10603         * c-parser.c: Likewise.
10604         * c-gimplify.c: Likewise.  And also not hard-reg-set.
10605         * c-common.c: Do not include rtl.h.  Include tm_p.h and add a
10606         FIXME note for it.  Add a FIXME note for expr.h.
10607         * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
10608         ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
10609         defined.
10610
10611 2010-05-26  Jakub Jelinek  <jakub@redhat.com>
10612
10613         PR target/44199
10614         * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
10615         or total_size is larger than red zone size for non-V4 ABI, emit a
10616         stack_tie resp. frame_tie insn before stack pointer restore.
10617         * config/rs6000/rs6000.md (frame_tie): New insn.
10618
10619 2010-05-25  Eric Botcazou  <ebotcazou@adacore.com>
10620
10621         * function.h (struct function): Add can_throw_non_call_exceptions bit.
10622         * lto-streamer-in.c (input_function): Stream it in.
10623         * lto-streamer-out.c (output_function): Stream it out.
10624         * function.c (allocate_struct_function): Set it.
10625         (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
10626         for flag_non_call_exceptions.
10627         * cfgbuild.c (control_flow_insn_p): Likewise.
10628         (make_edges): Likewise.
10629         * cfgexpand.c (expand_stack_alignment): Likewise.
10630         * combine.c (distribute_notes): Likewise.
10631         * cse.c (cse_extended_basic_block): Likewise.
10632         * except.c (insn_could_throw_p): Likewise.
10633         * gcse.c (simple_mem): Likewise.
10634         * ipa-pure-const.c (check_call): Likewise.
10635         (check_stmt ): Likewise.
10636         * lower-subreg.c (lower-subreg.c): Likewise.
10637         * optabs.c (emit_libcall_block): Likewise.
10638         (prepare_cmp_insn): Likewise.
10639         * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
10640         * postreload.c (rest_of_handle_postreload): Likewise.
10641         * reload1.c (reload_as_needed): Likewise.
10642         (emit_input_reload_insns): Likewise.
10643         (emit_output_reload_insns): Likewise.
10644         (fixup_abnormal_edges): Likewise.
10645         * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
10646         * store-motion.c (find_moveable_store): Likewise.
10647         * tree-eh.c (stmt_could_throw_p): Likewise.
10648         (tree_could_throw_p): Likewise.
10649         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
10650         * config/arm/arm.c (arm_expand_prologue): Likewise.
10651         (thumb1_expand_prologue): Likewise.
10652         * config/rx/rx.md (cbranchsf4): Likewise.
10653         (cmpsf): Likewise.
10654         * config/s390/s390.c (s390_emit_prologue): Likewise.
10655         * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
10656         (inline_forbidden_into_p): New predicate.
10657         (expand_call_inline): Use it to forbid inlining.
10658         (tree_can_inline_p): Likewise.
10659
10660 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
10661
10662         * config/i386/i386-c.c: Do not include rtl.h.
10663         * config/i386/t-i386: Update dependencies.
10664
10665 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
10666
10667         * attribs.c: Do not include rtl.h.
10668         * Makefile.in: Update dependencies.
10669
10670 2010-05-25  Anatoly Sokolov  <aesok@post.ru>
10671
10672         * double-int.h (double_int_and): New.
10673         * combine.c (try_combine): Clean up, use double_int_* and
10674         immed_double_int_const functions.
10675
10676 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10677
10678         * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
10679         stderr to /dev/null instead of grep -q.
10680         * configure: Regenerate.
10681
10682 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
10683
10684         * Makefile.in (EXCEPT_H): Fix typo.
10685
10686 2010-05-25  Vladimir Makarov  <vmakarov@redhat.com>
10687
10688         * ira-build.c (update_conflict_hard_reg_costs): New.
10689         (ira_build): Call update_conflict_hard_reg_costs.
10690
10691 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
10692
10693         PR debug/41371
10694         * var-tracking.c (find_loc_in_1pdv): Guard asserts with
10695         ENABLE_CHECKING.
10696         (intersect_loc_chains): Walk the s2var's loc_chain together
10697         with s1node chain as long as the locations are equal, don't
10698         call find_loc_in_1pdv in that case.
10699
10700         PR debug/42801
10701         * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
10702         (copy_bind_expr): ... instead of here.
10703         (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
10704         if the block hasn't been remapped.
10705         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
10706         emitting concrete instance of abstract VLA, add DW_AT_type attribute.
10707
10708 2010-05-25  Richard Guenther  <rguenther@suse.de>
10709
10710         PR middle-end/44069
10711         * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
10712         out-of-bounds array accesses.
10713
10714 2010-05-25  Richard Guenther  <rguenther@suse.de>
10715
10716         * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
10717         (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
10718         (run_gcc): Re-organize to make cleanup easier.
10719
10720 2010-05-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10721
10722         * config/s390/s390.c (optimization_options): Fix and move the
10723         flag_prefetch_loop_arrays override ...
10724         (override_options): ... here.
10725
10726 2010-05-25  Joseph Myers  <joseph@codesourcery.com>
10727
10728         * diagnostic.c: Don't include plugin.h.
10729         (diagnostic_report_diagnostic): Don't handle plugins specially
10730         here.  Pass context to internal_error callback.
10731         * diagnostic.h (struct diagnostic_context): Add context parameter
10732         to internal_error callback.
10733         * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
10734         * plugin.h (struct diagnostic_context): Declare.
10735         (warn_if_plugins, plugins_internal_error_function): Declare.
10736         * toplev.c (general_init): Set global_dc->internal_error.
10737         * Makefile.in (diagnostic.o): Update dependencies.
10738
10739 2010-05-25  Iain Sandoe  <iains@gcc.gnu.org>
10740
10741         * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
10742         * config/rs6000/t-darwin64: New.
10743         * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
10744         build crt2.
10745
10746 2010-05-25  Christian Borntraeger  <borntraeger@de.ibm.com>
10747
10748         PR 44203
10749         * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
10750         match the original (and intended) behaviour before r159557.  This
10751         changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
10752         in two ways.
10753
10754 2010-05-25  Richard Guenther  <rguenther@suse.de>
10755
10756         * doc/invoke.texi: Document -Ofast.
10757         * target.h (struct gcc_target): Add handle_ofast.
10758         * target-def.h (TARGET_HANDLE_OFAST): Add.
10759         (TARGET_INITIALIZER): Adjust.
10760         * opts.c (decode_options): Handle -Ofast.  Enable -ffast-math with it.
10761         * common.opt (Ofast): Add.
10762
10763 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
10764
10765         * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
10766         * doc/md.texi (cstoreXX4): Update for cond-optab changes.
10767
10768 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
10769
10770         PR target/43610
10771         * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
10772         even if !FLOAT_LIB_COMPARE_RETURNS_BOOL.  Always compute true_rtx and
10773         false_rtx.  Use false_rtx to compute the correct *ptest for reversed
10774         comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
10775
10776 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
10777
10778         * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
10779         DW_OP_minus with negated offset instead of DW_OP_plus.
10780         (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
10781
10782 2010-05-25  Wei Guozhi  <carrot@google.com>
10783
10784         * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
10785         tst instruction and a new alternative.
10786         * config/arm/constraints.md (Pu): New constraint.
10787
10788 2010-05-24  Sebastian Pop  <sebastian.pop@amd.com>
10789
10790         * function.c (assign_stack_local_1): Initialize variable
10791         to avoid warning when bootstrapping at -O3.
10792
10793 2010-05-24  Steven Bosscher  <steven@gcc.gnu.org>
10794
10795         * configure.ac (all_lang_makefiles): Remove everything related to it.
10796         * configure: Regenerate.
10797         * Makefile.in: Fix reference to ada Make-lang.in.
10798         Remove support for LANG_MAKEFILES.
10799
10800 2010-05-24  Daniel Jacobowitz  <dan@codesourcery.com>
10801             Sandra Loosemore  <sandra@codesourcery.com>
10802
10803         * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
10804         * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
10805         description.  Add arm_neon_fp16_ok.
10806         (Add Options): Add arm_neon and arm_neon_fp16.
10807
10808 2010-05-24  Joseph Myers  <joseph@codesourcery.com>
10809
10810         * diagnostic.c: Don't include flags.h.
10811         (pedantic_warning_kind, permissive_error_kind): Take diagnostic
10812         context parameters.  Check flags in the context passed as a parameter.
10813         (diagnostic_build_prefix): Add context parameter.  Check
10814         show_column flag in context.
10815         (diagnostic_action_after_output): Check fatal_errors flag in context.
10816         (diagnostic_report_current_module): Check show_column flag in context.
10817         (default_diagnostic_starter): Update call to
10818         diagnostic_build_prefix.
10819         (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
10820         (emit_diagnostic): Pass context to permissive_error_kind.
10821         (permerror): Pass context to permissive_error_kind.
10822         * diagnostic.h (struct diagnostic_context): Add show_column,
10823         pedantic_errors, permissive and fatal_errors fields.
10824         (diagnostic_build_prefix): Update prototype.
10825         * langhooks.c
10826         * toplev.c (process_options): Set flags in global_dc from
10827         flag_show_column, flag_pedantic_errors, flag_permissive,
10828         flag_fatal_errors.
10829         * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
10830         to diagnostic_build_prefix.
10831         * Makefile.in (diagnostic.o): Update dependencies.
10832
10833 2010-05-24  H.J. Lu  <hongjiu.lu@intel.com>
10834
10835         * config/i386/ia32intrin.h (__crc32q): Define only if
10836         __SSE4_2__ is defined.
10837
10838 2010-05-24  Iain Sandoe  <iains@gcc.gnu.org>
10839
10840         PR target/44132
10841         PR middle-end/43602
10842         * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
10843         DECL_VISIBILITY_SPECIFIED.
10844         (emutls_decl): Set DECL_PRESERVE_P and copy
10845         DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
10846         (emutls_finalize_control_var): New callback.
10847         (emutls_finish): Finalize emutls control variables.
10848         * toplev.c (compile_file): Move the call to emutls_finish ()
10849         before varpool_assemble_pending_decls ().
10850
10851 2010-05-24  Daniel Gutson  <dgutson@codesourcery.com>
10852
10853         * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
10854         added to the preprocessor condition.
10855
10856 2010-05-24  Paul Brook  <paul@codesourcery.com>
10857
10858         * gengtype-lex.l: Add HARD_REG_SET.
10859         * expr.c (expand_expr_real_1): Record writes to hard registers.
10860         * function.c (rtl_data): Add asm_clobbers.
10861         * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
10862         (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
10863         Use crtl->asm_clobbers.
10864
10865 2010-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10866
10867         * doc/makefile.texi (Makefile): Mention stages 'profile'
10868         and 'feedback' for profiledbootstrap.
10869
10870 2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>
10871
10872         PR target/44245
10873         * config/i386/i386.c (def_builtin): Properly check
10874         OPTION_MASK_ISA_64BIT.
10875
10876 2010-05-23  Joseph Myers  <joseph@codesourcery.com>
10877
10878         * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
10879         typedefs with different but compatible types.  Allow duplicate
10880         typedefs with the same type except for pedantic non-C1X, but give
10881         warning for variably modified types.
10882         * c-typeck.c (tagged_types_tu_compatible_p,
10883         function_types_compatible_p, type_lists_compatible_p,
10884         comptypes_internal): Add parameter different_types_p; set
10885         *different_types_p for different but compatible types.  All
10886         callers changed.
10887         (comptypes_check_different_types): New.
10888         * c-tree.h (comptypes_check_different_types): Declare.
10889
10890 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
10891
10892         * regs.h: Do not include obstack.h, basic-block.h.  Include machmode.h.
10893         * jump.c: Include basic-block.h.
10894         * profile.c: Likewise.
10895         * tree-profile.c: Likewise.
10896         * coverage.c: Likewise.
10897         * basic-block.h (optimize_function_for_size_p): Move to function.h.
10898         (optimize_function_for_speed_p): Likewise.
10899         * function.h (optimize_function_for_size_p,
10900         optimize_function_for_speed_p): Moved here from basic-block.h.
10901         * Makefile.in: Update dependencies.
10902
10903 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10904
10905         * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
10906         before calling make; allow override through $MAKE.
10907         * doc/invoke.texi (Optimize Options): Document override.
10908
10909 2010-05-23  Anatoly Sokolov  <aesok@post.ru>
10910
10911         * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
10912         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
10913         (rs6000_mode_dependent_address_ptr): Make static.
10914         * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
10915         * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
10916         Remove.
10917
10918 2010-05-23  Maarten Lankhorst  <mlankhorst@codeweavers.com>
10919
10920         PR target/43869
10921         * config/i386/i386.c: Make sure that the correct regparm is passed.
10922
10923 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
10924
10925         * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
10926         * sbitmap.c: ...to here to internalize sbitmap element access.
10927         Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
10928         Explain why basic-block.h is included.
10929         * function.h: Include tm.h for CUMULATIVE_ARGS.
10930         * Makefile.in: Update dependencies.
10931
10932 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
10933
10934         * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
10935         New core types.
10936         * sbitmap.h (struct sbitmap_def): Do not typedef here.
10937         * sbitmap.c: Include sbitmap.h.
10938         * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
10939         hard-reg-set.h.  Split everything related to regsets out from here...
10940         * regset.h: ...to here.  New file.
10941         * df.h: Include regset.h and sbitmap.h.
10942         * tree-flow.h: Likewise.
10943         * cfgloop.h: Likewise.
10944         * except.h: Do not include sbitmap.h.  Include hashtab.h.
10945         * cgraph.h: Include vec.h and function.h.
10946         * reload.h (struct insn_chain): Change types of live_throughout
10947         and dead_or_set from regset_head to bitmap_head.
10948         (compute_use_by_pseudos): Be defined also if regset.h is not included.
10949         * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
10950         spilled_regs from regset_head to bitmap_head to avoid dependency
10951         in regset.h.
10952         * sel-sched-ir.h: Include regset.h.
10953         * reload.c: Include df.h before reload.h.
10954         * caller-save.c: Likewise.
10955         * reload1.c: Likewise.
10956         * ira.c: Likewise.
10957         (mark_elimination): Update type of r to bitmap, consistent with
10958         DF_LR_IN.
10959         * dominance.c: Include bitmap.h.
10960         * modulo-sched.c: Include df.h.
10961         * cfganal.c: Include bitmap.h and sbitmap.h.
10962         * cfgbuild.c: Include sbitmap.h.
10963         * lcm.c: Include sbitmap.h.
10964         * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
10965         * domwalk.c: Include sbitmap.h, exclude ggc.h.
10966         * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
10967         * cselib.c: Include bitmap.h.
10968         * tree-optimize.c: Include regset.h.
10969         * stmt.c: Include bitmap.h.
10970         * Makefile.in: Update dependencies.
10971
10972 2010-05-22  Jan Hubicka  <jh@suse.cz>
10973
10974         * cgraph.h (struct varpool_node): Add same_comdat_group.
10975         * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
10976         pointer.
10977         (output_varpool): Update call of lto_output_varpool_node.
10978         (input_varpool): Read same_comdat_group pointer.
10979         (input_varpool_1): Fixup same_comdat_group pointer.
10980         * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
10981         group is needed, all are.
10982         * varpool.c (varpool_remove_node): Remove node from same comdat group
10983         linklist too.
10984         (varpool_analyze_pending_decls): Walk same comdat groups.
10985
10986 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
10987
10988         * rtl.h (union rtunion_def): Remove rt_bit member.
10989         (XBITMAP, X0BITMAP, XCBITMAP): Remove.
10990         * print-rtl (print_rtx): Do not print the member.
10991         * gengtype.c (adjust_field_rtx_def): Do not handle it.
10992         * gengenrtl.c (type_from_format): Likewise.
10993         (accessor_from_format): Likewise.
10994
10995 2010-05-22  Joseph Myers  <joseph@codesourcery.com>
10996
10997         * dbgcnt.c: Include toplev.h instead of errors.h.
10998         * ira-emit.c: Don't include errors.h.
10999         * ira.c: Include toplev.h instead of errors.h.
11000         * lto-compress.c: Include toplev.h instead of errors.h.
11001         * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
11002         ira.o, dbgcnt.o): Update dependencies.
11003
11004 2010-05-22  Richard Guenther  <rguenther@suse.de>
11005
11006         * gimple.c (gimple_types_compatible_p): Check type qualifications
11007         before merging pointer to complete and pointer to incomplete type.
11008         * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
11009         we use our own resolution algorithm.  The gold linker plugin
11010         doesn't do the job we want it to do here.
11011
11012 2010-05-22  Anatoly Sokolov  <aesok@post.ru>
11013
11014         * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
11015         * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
11016         (sparc_mode_dependent_address_p): New function.
11017
11018 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
11019
11020         * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
11021
11022         * timevar.c: Do not include any core headers.
11023         (timevar_print): De-i18n-ize.
11024         (print_time): Likewise.
11025         * timevar.h (timevar_push, timevar_pop): Make inline functions.
11026
11027 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
11028
11029         * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
11030         langhooks-def.h.
11031         (diagnostic_initialize): Initialize x_data not last_function.
11032         (diagnostic_report_current_function): Move to tree-diagnostic.c.
11033         (default_diagnostic_starter): Call
11034         diagnostic_report_current_module not
11035         diagnostic_report_current_function.
11036         (diagnostic_report_diagnostic): Initialize x_data not
11037         abstract_origin.
11038         (verbatim): Likewise.
11039         * diagnostic.h (struct diagnostic_info): Change abstract_origin to
11040         x_data.
11041         (struct diagnostic_context): Change last_function to x_data.
11042         (diagnostic_auxiliary_data): Replace with
11043         diagnostic_context_auxiliary_data and
11044         diagnostic_info_auxiliary_data.
11045         (diagnostic_last_function_changed, diagnostic_set_last_function,
11046         diagnostic_report_current_function): Move to tree-diagnostic.h.
11047         (print_declaration, dump_generic_node, print_generic_stmt,
11048         print_generic_stmt_indented, print_generic_expr,
11049         print_generic_decl, debug_c_tree, dump_omp_clauses,
11050         print_call_name, debug_generic_expr, debug_generic_stmt,
11051         debug_tree_chain, default_tree_printer): Move to
11052         tree-pretty-print.h.
11053         (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
11054         print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
11055         gimple-pretty-print.h.
11056         * pretty-print.c: Don't include tree.h
11057         (pp_base_format): Don't handle %K here.
11058         (pp_base_tree_identifier): Move to tree-pretty-print.c.
11059         * pretty-print.h (text_info): Change abstract_origin to x_data.
11060         (pp_tree_identifier, pp_unsupported_tree,
11061         pp_base_tree_identifier): Move to tree-pretty-print.h.
11062         * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
11063         tree-pretty-print.h: New files.
11064         * tree-pretty-print.c: Include tree-pretty-print.h.
11065         (percent_K_format): New.  Moved from pretty-print.c.
11066         (pp_base_tree_identifier): Move from pretty-print.c.
11067         * c-objc-common.c: Include tree-pretty-print.h.
11068         (c_tree_printer): Handle %K here.
11069         * langhooks.c: Include tree-diagnostic.h.
11070         (lhd_print_error_function): Use diagnostic_abstract_origin macro.
11071         * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
11072         (default_tree_printer): Handle %K using percent_K_format.
11073         (general_init): Use default_tree_diagnostic_starter.
11074         * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
11075         (free_lang_data): Use default_tree_diagnostic_starter.
11076         * c-pretty-print.c: Include tree-pretty-print.h.
11077         * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
11078         * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
11079         * dwarf2out.c: Include tree-pretty-print.h.
11080         * except.c: Include tree-pretty-print.h.
11081         * gimple-pretty-print.c: Include tree-pretty-print.h and
11082         gimple-pretty-print.h.
11083         * gimplify.c: Include tree-pretty-print.h.
11084         * graphite-poly.c: Include tree-pretty-print.h and
11085         gimple-pretty-print.h.
11086         * ipa-cp.c: Include tree-pretty-print.h.
11087         * ipa-inline.c: Include gimple-pretty-print.h.
11088         * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
11089         * ipa-pure-const.c: Include gimple-pretty-print.h.
11090         * ipa-struct-reorg.c: Include tree-pretty-print.h and
11091         gimple-pretty-print.h.
11092         * ipa-type-escape.c: Include tree-pretty-print.h.
11093         * print-rtl.c: Include tree-pretty-print.h.
11094         * print-tree.c: Include gimple-pretty-print.h.
11095         * sese.c: Include tree-pretty-print.h.
11096         * tree-affine.c: Include tree-pretty-print.h.
11097         * tree-browser.c: Include tree-pretty-print.h.
11098         * tree-call-cdce.c: Include gimple-pretty-print.h.
11099         * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
11100         * tree-chrec.c: Include tree-pretty-print.h.
11101         * tree-data-ref.c: Include tree-pretty-print.h and
11102         gimple-pretty-print.h.
11103         * tree-dfa.c: Include tree-pretty-print.h.
11104         * tree-if-conv.c: Include tree-pretty-print.h and
11105         gimple-pretty-print.h.
11106         * tree-inline.c: Include tree-pretty-print.h.
11107         * tree-into-ssa.c: Include tree-pretty-print.h and
11108         gimple-pretty-print.h.
11109         * tree-nrv.c: Include tree-pretty-print.h.
11110         * tree-object-size.c: Include tree-pretty-print.h and
11111         gimple-pretty-print.h.
11112         * tree-outof-ssa.c: Include tree-pretty-print.h and
11113         gimple-pretty-print.h.
11114         * tree-parloops.c: Include tree-pretty-print.h and
11115         gimple-pretty-print.h.
11116         * tree-predcom.c: Include tree-pretty-print.h and
11117         gimple-pretty-print.h.
11118         * tree-scalar-evolution.c: Include tree-pretty-print.h and
11119         gimple-pretty-print.h.
11120         * tree-sra.c: Include tree-pretty-print.h.
11121         * tree-ssa-address.c: Include tree-pretty-print.h.
11122         * tree-ssa-alias.c: Include tree-pretty-print.h.
11123         * tree-ssa-ccp.c: Include tree-pretty-print.h and
11124         gimple-pretty-print.h.
11125         * tree-ssa-coalesce.c: Include tree-pretty-print.h.
11126         * tree-ssa-copy.c: Include tree-pretty-print.h and
11127         gimple-pretty-print.h.
11128         * tree-ssa-copyrename.c: Include tree-pretty-print.h.
11129         * tree-ssa-dce.c: Include tree-pretty-print.h and
11130         gimple-pretty-print.h.
11131         * tree-ssa-dom.c: Include tree-pretty-print.h and
11132         gimple-pretty-print.h.
11133         * tree-ssa-dse.c: Include gimple-pretty-print.h.
11134         * tree-ssa-forwprop.c: Include tree-pretty-print.h.
11135         * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
11136         * tree-ssa-live.c: Include tree-pretty-print.h and
11137         gimple-pretty-print.h.
11138         * tree-ssa-loop-im.c: Include tree-pretty-print.h and
11139         gimple-pretty-print.h.
11140         * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
11141         gimple-pretty-print.h.
11142         * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
11143         gimple-pretty-print.h.
11144         * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
11145         gimple-pretty-print.h.
11146         * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
11147         * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
11148         * tree-ssa-operands.c: Include tree-pretty-print.h and
11149         gimple-pretty-print.h.
11150         * tree-ssa-phiprop.c: Include tree-pretty-print.h and
11151         gimple-pretty-print.h.
11152         * tree-ssa-pre.c: Include tree-pretty-print.h and
11153         gimple-pretty-print.h.
11154         * tree-ssa-propagate.c: Include gimple-pretty-print.h.
11155         * tree-ssa-reassoc.c: Include tree-pretty-print.h and
11156         gimple-pretty-print.h.
11157         * tree-ssa-sccvn.c: Include tree-pretty-print.h and
11158         gimple-pretty-print.h.
11159         * tree-ssa-sink.c: Include gimple-pretty-print.h.
11160         * tree-ssa-ter.c: Include tree-pretty-print.h and
11161         gimple-pretty-print.h.
11162         * tree-ssa-uninit.c: Include gimple-pretty-print.h.
11163         * tree-ssa.c: Include tree-pretty-print.h and
11164         gimple-pretty-print.h.
11165         * tree-stdarg.c: Include gimple-pretty-print.h.
11166         * tree-switch-conversion.c: Include gimple-pretty-print.h.
11167         * tree-tailcall.c: Include tree-pretty-print.h and
11168         gimple-pretty-print.h.
11169         * tree-vect-data-refs.c: Include tree-pretty-print.h and
11170         gimple-pretty-print.h.
11171         * tree-vect-loop-manip.c: Include tree-pretty-print.h and
11172         gimple-pretty-print.h.
11173         * tree-vect-loop.c: Include tree-pretty-print.h and
11174         gimple-pretty-print.h.
11175         * tree-vect-patterns.c: Include gimple-pretty-print.h.
11176         * tree-vect-slp.c: Include tree-pretty-print.h and
11177         gimple-pretty-print.h.
11178         * tree-vect-stmts.c: Include tree-pretty-print.h and
11179         gimple-pretty-print.h.
11180         * tree-vectorizer.c: Include tree-pretty-print.h.
11181         * tree-vrp.c: Include tree-pretty-print.h and
11182         gimple-pretty-print.h.
11183         * value-prof.c: Include tree-pretty-print.h and
11184         gimple-pretty-print.h.
11185         * var-tracking.c: Include tree-pretty-print.h.
11186         * Makefile.in (OBJS-common): Add tree-diagnostic.o.
11187         (tree-diagnostic.o): New dependencies.
11188         (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
11189         tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
11190         tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
11191         tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
11192         tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
11193         tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
11194         tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
11195         tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
11196         tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
11197         tree-ssa-address.o, tree-ssa-loop-niter.o,
11198         tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
11199         tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
11200         tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
11201         gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
11202         tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
11203         tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
11204         tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
11205         tree-parloops.o, tree-stdarg.o, tree-object-size.o,
11206         gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
11207         toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
11208         ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
11209         ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
11210         tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
11211         tree-switch-conversion.o, var-tracking.o, value-prof.o,
11212         cfgexpand.o, pretty-print.o): Update dependencies.
11213
11214 2010-05-22  Andreas Tobler  <andreast@fgznet.ch>
11215
11216         * tree-ssa-structalias.c: Remove tm_p.h from include.
11217
11218 2010-05-21  Jeff Law  <law@redhat.com>
11219
11220         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
11221
11222 2010-05-21  Jason Merrill  <jason@redhat.com>
11223
11224         * tree-eh.c (cleanup_is_dead_in): New.
11225         (lower_try_finally): Don't generate a dead cleanup region.
11226         (lower_cleanup): Likewise.
11227
11228 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
11229
11230         PR debug/44223
11231         * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
11232         unchain each use from the cyclic next_regno_use chain first.
11233
11234 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
11235
11236         * real: Do not include gmp.h, mpfr.h, and mpc.h.
11237         (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
11238         (real_value_negate, real_value_abs): New prototypes.
11239         (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
11240         * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
11241         new include file for interface between MPFR and REAL_VALUE_TYPE.
11242         * real.c: Include realmpfr.h.
11243         (real_arithmetic2): Remove legacy function.
11244         (real_value_negate): New.
11245         (real_value_abs): New.
11246         (mfpr_from_real, real_from_mpfr): Move from here...
11247         * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
11248         * builtins.c: Include realmpfr.h.
11249         * fold-const.c: Include realmpfr.h.
11250         (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
11251         (fold_negate_const): Likewise.
11252         (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
11253         * toplev.c: Include realmpfr.h.
11254         * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
11255         and real_value_negate.
11256         * fixed-value.c (check_real_for_fixed_mode): Likewise.
11257         * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
11258         (vfp3_const_double_index): Likewise.
11259         (arm_print_operand): Likewise.
11260         * Makefile.in: Update dependencies.
11261
11262 2010-05-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11263
11264         * config/s390/s390.c (override_options): Increase the default
11265         of max-completely-peel-times.
11266
11267 2010-05-21  Julian Brown  <julian@codesourcery.com>
11268             Mark Mitchell  <mark@codesourcery.com>
11269
11270         * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
11271         sibling calls for Thumb-1.
11272         * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
11273         * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
11274         Thumb-2.
11275         (*call_insn, *call_value_insn): Don't use for Thumb-2.
11276         (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
11277         for Thumb-2.
11278         (return): New expander.
11279         (*arm_return): New name for ARM return insn.
11280         * config/arm/thumb2.md (*thumb2_return): New insn pattern.
11281
11282 2010-05-19  Joel Sherrill  <joel.sherrill@oarcorp.com>
11283
11284         * config.gcc (sparc64-*-rtems*): New target.
11285
11286 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
11287
11288         * tree.c (build_function_decl_skip_args): Fix grammar.
11289         (build_function_type_list_1): Fix typos, adjust formatting.
11290
11291 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
11292
11293         * tree.h: Include real.h and fixed-value.h as basic datatypes.
11294         * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
11295         tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
11296         tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
11297         tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
11298         genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
11299         tree-pretty-print.c, tree-loop-distribution.c,
11300         tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
11301         tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
11302         tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
11303         tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
11304         tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
11305         tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
11306         tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
11307         tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
11308         tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
11309         tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
11310         genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
11311         tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
11312         gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
11313         tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
11314         tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
11315         store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
11316         tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
11317         tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
11318         tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
11319         tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
11320         fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
11321         tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
11322         config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
11323         config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
11324         config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
11325         config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
11326         config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
11327         config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
11328         config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
11329         config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
11330         config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
11331         config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
11332         config/score/score7.c, config/score/score.c, config/arm/arm.c,
11333         config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
11334         config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
11335         config/bfin/bfin.c: Clean up redundant includes.
11336         * Makefile.in: Update accordingly.
11337
11338 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
11339
11340         PR middle-end/44204
11341         * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
11342         statement has no arguments.
11343
11344 2010-05-21  Kai Tietz  <kai.tietz@onevision.com>
11345
11346         PR/44139
11347         * varasm.c (emutls_decl): Merge attributes to new decl.
11348
11349 2010-05-21  Eric Botcazou  <ebotcazou@adacore.com>
11350
11351         PR middle-end/44101
11352         * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
11353         around the uniquized constructor if its type requires a conversion.
11354
11355 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
11356
11357         PR debug/44205
11358         * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
11359         at -O0 goto_locus of any of the incoming edges differs from
11360         goto_locus of outgoing edge, or gimple_location of any of the
11361         labels differs.
11362
11363 2009-09-14  Vladimir Makarov  <vmakarov@redhat.com>
11364
11365         * ira.c (ira_non_ordered_class_hard_regs): Define.
11366         (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
11367         * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
11368         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
11369         cost of unaligned hard regs when allocating multi-reg pseudos.
11370
11371 2010-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
11372
11373         * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
11374         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
11375         for TARGET_NO_FLOAT.
11376         * config/mips/mips.c (mips_file_start): Expand conditional expression
11377         into "if" statements.  Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
11378         (mips_override_options): Move -mno-float override -msoft-float and
11379         -mhard-float.
11380         * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
11381         Condition(TARGET_SUPPORTS_NO_FLOAT).
11382         * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
11383         __mips_no_float here.
11384         (SUBTARGET_OVERRIDE_OPTIONS): Delete.
11385         (TARGET_SUPPORTS_NO_FLOAT): Define.
11386         * config/mips/sdemtk.opt: Delete.
11387
11388 2010-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
11389
11390         * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
11391
11392 2010-05-20  Uros Bizjak  <ubizjak@gmail.com>
11393
11394         PR target/43733
11395         * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
11396         * configure: Regenerate.
11397         * config.in: Regenerate.
11398         * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
11399         instead of sahf only for 64bit targets.
11400
11401 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
11402
11403         PR debug/44178
11404         * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
11405         setup_ref_regs for DEBUG_INSNs.
11406
11407 2010-05-20  Jan Hubicka  <jh@suse.cz>
11408
11409         PR middle-end/44197
11410         * varpool.c (varpool_remove_node): Handle in-varpool aliases.
11411
11412 2010-05-20  Kenneth Zadeck  <zadeck@naturalbridge.com>
11413
11414         PR bootstrap/43870
11415         * df-scan.c (df_ref_compare): Stabilize sort.
11416
11417 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
11418
11419         * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
11420         argument.  Don't use DW_OP_piece if offset is non-zero,
11421         put offset into second DW_OP_bit_piece argument.
11422         (dw_sra_loc_expr): Adjust callers.  For memory expressions
11423         compute offset.
11424
11425 2010-05-20  Hans-Peter Nilsson  <hp@axis.com>
11426
11427         PR target/44202
11428         * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
11429         settings for 16-bit-constant "addo" alternative.
11430
11431 2010-05-19  James E. Wilson  <wilson@codesourcery.com>
11432
11433         * config/mips/mips-dsp.md (add<DSPV:mode>3,
11434         mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
11435
11436         PR target/43764
11437         * mips.c (mips_call_expr_from_insn): New arg second_call.  Set it.
11438         (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
11439         Use it.
11440
11441 2010-05-19  Joseph Myers  <joseph@codesourcery.com>
11442
11443         * diagnostic.c (FLOAT, FFS): Don't undefine.
11444         * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
11445         * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
11446         include ordering.
11447
11448 2010-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
11449
11450         * combine.c (propagate_for_debug): Call make_compound_operation
11451         on the source value.
11452         (try_combine): When implementing a split chosen by find_split_point,
11453         either copy i2src or set it to null.  Assert that i2src is not null
11454         before substituting into CALL_INSN_FUNCTION_USAGE.
11455
11456 2010-05-19  Anatoly Sokolov  <aesok@post.ru>
11457
11458         * double-int.h (double_int_ior): New function.
11459         * tree.h (build_int_cst_wide_type): Remove.
11460         * tree.c (build_int_cst_wide_type): Remove.
11461         * fold-const.c (native_interpret_int): Use double_int_to_tree instead
11462         of build_int_cst_wide_type.
11463         * stor-layout.c (set_sizetype): (Ditto.).
11464         * dojump.c (do_jump): Use build_int_cstu instead of
11465         build_int_cst_wide_type.
11466
11467 2010-05-19  Eric Botcazou  <ebotcazou@adacore.com>
11468
11469         * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
11470         * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
11471         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
11472         * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
11473         TARGET_EXPR nodes, but only once, if instructed to do so.  Do not
11474         propagate the 'data' argument to copy_tree_r.
11475         (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
11476         Propagate 'data' argument to walk_tree.
11477         (copy_if_shared): New function.
11478         (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
11479         (unmark_visited): New function.
11480         (unshare_body): Call copy_if_shared instead of doing it manually.
11481         (unvisit_body): Call unmark_visited instead of doing it manually.
11482
11483 2010-05-19  Nathan Froyd  <froydnj@codesourcery.com>
11484
11485         * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
11486         (hook_tree_tree_int_treep_bool_null): ...this.  Update signature.
11487         * hooks.c: Likewise.
11488         * target-def.h (TARGET_FOLD_BUILTIN): Define to
11489         hook_tree_tree_int_treep_bool_null.
11490         * target.h (struct gcc_target): Update signature of fold_builtin
11491         field.
11492         * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
11493         * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
11494         instead of the call expression.
11495         (fold_builtin_call_array): Pass n and argarray directly.
11496         (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
11497         consing a list.
11498         * config/alpha/alpha.c (alpha_fold_builtin): Update signature.  Lift
11499         MAX_ARGS check out of the loop.  Delete declaration of `arity', declare
11500         `i' and use it in place of `arity'.
11501         * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
11502         Dereference `args' directly.
11503         * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
11504
11505 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11506
11507         * doc/sourcebuild.texi (Effective-Target Keywords): Document
11508         3dnow, sse3, sse2.
11509         (Directives): Document optional dg-require-effective-target
11510         selector.
11511
11512 2010-05-19  Richard Guenther  <rguenther@suse.de>
11513
11514         PR lto/44196
11515         * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
11516
11517 2010-05-19  Richard Guenther  <rguenther@suse.de>
11518
11519         * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
11520         * common.opt (fwhopr=): New.
11521         * opts.c (common_handle_option): Handle OPT_fwhopr.
11522         * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
11523         * collect2.c (main): Match -fwhopr*.
11524         * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
11525         Execute ltrans stage in parallel when jobs is bigger than 1.
11526
11527 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11528
11529         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
11530         pentiumpro on Solaris 8/x86 with Sun as.
11531         * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
11532         hidden alias bug.
11533         (gcc_cv_as_ix86_quad): Check for .quad directive.
11534         * configure: Regenerate.
11535         * config.in: Regenerate.
11536         * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
11537
11538 2010-05-19  Martin Jambor  <mjambor@suse.cz>
11539
11540         * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
11541         also for indirect edges.  Actual printing moved...
11542         (ipa_print_node_jump_functions_for_edge): ...here.
11543         (ipa_compute_jump_functions): Renamed to
11544         ipa_compute_jump_functions_for_edge and made static.
11545         (ipa_compute_jump_functions): New function.
11546         (make_edge_direct_to_target): Check if the number of arguments on
11547         the newly direct edge is the same as the number of parametrs of
11548         the callee.
11549         * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
11550         ipa_compute_jump_functions.  Call ipa_analyze_params_uses.
11551         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
11552         analysis functions unconditionally, call the new
11553         ipa_analyze_params_uses on the node instead of every edge.
11554
11555 2010-05-19  Christian Borntraeger  <borntraeger@de.ibm.com>
11556
11557         * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
11558         to tree.
11559         (dump_mem_ref): Adopt debug code to handle a tree as step.  This
11560         also checks for a constant int vs.  non-constant but
11561         loop-invariant steps.
11562         (find_or_create_group): Change the sort algorithm to only consider
11563         steps that are constant ints.
11564         (idx_analyze_ref): Adopt code to handle a tree instead of a
11565         HOST_WIDE_INT for step.
11566         (gather_memory_references_ref): Handle tree instead of int and be
11567         prepared to see a NULL_TREE.
11568         (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
11569         prefetches if the step cannot be calculated at compile time.
11570         (issue_prefetch_ref): Issue prefetches for non-constant but
11571         loop-invariant steps.
11572
11573 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
11574
11575         Revert:
11576         2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
11577
11578         * tree.h (build_call_list): Remove.
11579         * tree.c (build_call_list): Remove.
11580
11581 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
11582
11583         * tree.h (build_call_list): Remove.
11584         * tree.c (build_call_list): Remove.
11585
11586 2010-05-18  Jan Hubicka  <jh@suse.cz>
11587
11588         * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
11589
11590 2010-05-18  Vladimir Makarov  <vmakarov@redhat.com>
11591
11592         PR rtl-optimization/43332
11593         * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
11594
11595 2010-05-18  Anatoly Sokolov  <aesok@post.ru>
11596
11597         * tree.h (build_int_cstu): Implement as static inline.
11598         * tree.c (build_int_cstu): Remove function.
11599         (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
11600         sign extended.
11601
11602 2010-05-18  Richard Guenther  <rguenther@suse.de>
11603
11604         PR lto/44143
11605         * lto-wrapper.c (verbose): New variable.  Initialize from -v.
11606         (debug): Initialize from -save-temps.
11607         (collect_execute): Print command-line when verbose.
11608         (run_gcc): Always use COLLECT_GCC_OPTIONS.  Use fork_execute
11609         for ltrans invocation.  Produce -dumpbase flag again.
11610         (process_args): Remove.
11611         (main): Simplify.
11612         * collect2.c (maybe_run_lto_and_relink): Only pass object
11613         files to lto-wrapper.
11614         * gcc.c (LINK_COMMAND_SPEC): Likewise.
11615
11616 2010-05-18  Jan Hubicka  <jh@suse.cz>
11617
11618         * opts.c (decode_options): Do not disable whopr at ipa_cp.
11619         * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
11620
11621 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
11622
11623         PR lto/44184
11624         * lto-streamer-out.c (output_gimple_stmt): Output number of labels
11625         in a GIMPLE_ASM.
11626         * lto-streamer-in.c (input_gimple_stmt): Read number of labels
11627         in a GIMPLE_ASM.
11628
11629 2010-05-18  Jakub Jelinek  <jakub@redhat.com>
11630
11631         PR debug/41371
11632         * var-tracking.c (find_loc_in_1pdv): Add a few checks from
11633         rtx_equal_p inline.
11634
11635 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
11636
11637         * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
11638         lto-macho as lto_binary_reader.
11639
11640         * darwin.c (darwin_asm_named_section): Do not add assembler comment
11641         after .section directive; just print it before the directive instead.
11642
11643 2010-05-17  Jan Hubicka  <jh@suse.cz>
11644
11645         * cgraph.c (cgraph_create_virtual_clone): Only check
11646         versionable_function_p when not in wpa and checking is enabled.
11647         * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
11648         there are no more functions to materialize.
11649
11650 2010-05-17  Jan Hubicka  <jh@suse.cz>
11651
11652         * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
11653         * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
11654         New functions.
11655         (output_cgraph): Call output_cgraph_opt_summary.
11656         (input_cgrpah): Call input_cgraph_opt_summary.
11657         (output_cgraph_opt_summary_p, output_node_opt_summary,
11658         input_node_opt_summary, input_cgraph_opt_section): New functions.
11659         * lto-section-in.c (lto_section_name): Add cgraphopt.
11660         * tree-inline.c (tree_function_versioning): Handle parm_num.
11661         * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
11662         * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
11663
11664 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
11665
11666         * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
11667         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
11668         the insn to prefetch ratio heuristic to loops with known trip count.
11669
11670 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
11671
11672         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
11673         (schedule_prefetches): Do not generate a prefetch if the unroll factor
11674         is far from what is required by the prefetch.
11675
11676 2010-05-17  Jan Hubicka  <jh@suse.cz>
11677
11678         * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
11679         (ipcp_estimate_growth): Likewise.
11680         (ipcp_const_param_count): Likewise.
11681         (ipcp_insert_stage): Likewise.
11682         * ipa-prop.c (visit_load_for_mod_analysis): New function.
11683         (visit_store_addr_for_mod_analysis): Set used flag.
11684         (ipa_detect_param_modifications): Set used flag for SSE params;
11685         update use of walk_stmt_load_store_addr_ops.
11686         (ipa_print_node_params): Print used flag.
11687         (ipa_write_node_info): Stream used flag.
11688         (ipa_read_node_info): Likewise.
11689         * ipa-prop.h (struct ipa_param_descriptor): Add used field.
11690         (ipa_is_param_used): New function.
11691         (lto_ipa_fixup_call_notes): Remove unused declaration.
11692
11693 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11694
11695         PR target/44074
11696         * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
11697         * configure: Regenerate.
11698         * config.in: Regenerate.
11699         * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
11700         !HAVE_AS_IX86_REP_LOCK_PREFIX.
11701         Don't emit whitespace.
11702         * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
11703         (*rep_movsi): Likewise.
11704         (*rep_movsi_rex64): Likewise.
11705         (*rep_movqi): Likewise.
11706         (*rep_movqi_rex64): Likewise.
11707         (*rep_stosdi_rex64): Likewise.
11708         (*rep_stossi): Likewise.
11709         (*rep_stossi_rex64): Likewise.
11710         (*rep_stosqi): Likewise.
11711         (*rep_stosqi_rex64): Likewise.
11712         (*cmpstrnqi_nz_1): Use {%;} after repz.
11713         (*cmpstrnqi_nz_rex_1): Likewise.
11714         (*cmpstrnqi_1): Likewise.
11715         (*cmpstrnqi_rex_1): Likewise.
11716         (*strlenqi_1): Use {%;} after repnz.
11717         (*strlenqi_rex_1): Likewise.
11718         * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
11719         (*sync_compare_and_swap<mode>): Likewise.
11720         (sync_double_compare_and_swap<mode>): Likewise.
11721         (*sync_double_compare_and_swapdi_pic): Likewise.
11722         (sync_old_add<mode>): Likewise.
11723         (sync_add<mode>): Likewise.
11724         (sync_sub<mode>): Likewise.
11725         (sync_<code><mode>): Likewise.
11726
11727 2010-05-17  Martin Jambor  <mjambor@suse.cz>
11728
11729         * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
11730         otr_token and polymorphic.
11731         * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
11732         (cgraph_clone_edge): Copy the above fields.
11733         * tree.c (get_binfo_at_offset): New function.
11734         * tree.h (get_binfo_at_offset): Declare.
11735         * ipa-prop.h (enum jump_func_type): Added known_type jump function
11736         type, reordered items, updated comments.
11737         (union jump_func_value): Added base_type field, reordered fields.
11738         (enum ipa_lattice_type): Moved down in the file.
11739         (struct ipa_param_descriptor): New field polymorphic.
11740         (ipa_is_param_polymorphic): New function.
11741         * ipa-prop.c: Include gimple.h and gimple-fold.h.
11742         (ipa_print_node_jump_functions): Print known type jump functions.
11743         (compute_complex_pass_through): Renamed to...
11744         (compute_complex_assign_jump_func): this.
11745         (compute_complex_ancestor_jump_func): New function.
11746         (compute_known_type_jump_func): Likewise.
11747         (compute_scalar_jump_functions): Create known type and complex ancestor
11748         jump functions.
11749         (ipa_note_param_call): New parameter polymorphic, set the corresponding
11750         flag in the call note accordingly.
11751         (ipa_analyze_call_uses): Renamed to...
11752         (ipa_analyze_indirect_call_uses): this.  New parameter target, define
11753         variable var only in the block where it is used.
11754         (ipa_analyze_virtual_call_uses): New function.
11755         (ipa_analyze_call_uses): Likewise.
11756         (combine_known_type_and_ancestor_jfs): Likewise.
11757         (update_jump_functions_after_inlining): Implemented handling of a
11758         number of new jump function types combination.
11759         (print_edge_addition_message): Removed.
11760         (make_edge_direct_to_target): New function.
11761         (try_make_edge_direct_simple_call): Likewise.
11762         (try_make_edge_direct_virtual_call): Likewise.
11763         (update_call_notes_after_inlining): Renamed to...
11764         (update_indirect_edges_after_inlining): this.  Moved edge creation for
11765         indirect calls to try_make_edge_direct_simple_call, also calls
11766         try_make_edge_direct_virtual_call for virtual calls.
11767         (ipa_print_node_params): Changed the header message.
11768         (ipa_write_jump_function): Stream also known type jump functions.
11769         (ipa_read_jump_function): Likewise.
11770         (ipa_write_indirect_edge_info): Stream new fields in
11771         cgraph_indirect_call_info.
11772         (ipa_read_indirect_edge_info): Likewise.
11773         * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
11774         GIMPLE_FOLD_H.
11775
11776 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11777
11778         * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
11779
11780 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
11781
11782         * tree.h (CALL_EXPR_ARGS): Delete.
11783         (call_expr_arglist): Delete.
11784         * tree.c (call_expr_arglist): Delete.
11785         * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
11786         targetm.fold_builtin.
11787         * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
11788         Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
11789         * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
11790         arglist parameter.  Use CALL_EXPR_ARG.
11791         (picochip_expand_builtin_3op): Likewise.
11792         (picochip_expand_builtin_2opvoid): Likewise.
11793         (picochip_expand_array_get): Likewise.
11794         (picochip_expand_array_put): Likewise.
11795         (picochip_expand_array_testport): Likewise.
11796         (picochip_expand_builtin): Don't call CALL_EXPR_ARGS.  Pass exp
11797         rather than arglist.
11798         * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
11799         CALL_EXPR_ARGS.
11800         * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
11801         than TREE_VALUE and TREE_CHAIN.
11802         * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
11803         * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
11804         the arglist.
11805
11806 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
11807
11808         PR bootstrap/42347
11809         * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
11810         to have no fallthru edge.
11811
11812         PR middle-end/44102
11813         * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
11814         bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
11815         mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
11816         add BARRIER after previous bb if needed.
11817
11818 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
11819
11820         * tree.c (build_function_type_list_1): Remove bogus assert condition.
11821
11822 2010-05-17  Alan Modra  <amodra@gmail.com>
11823
11824         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
11825         unnecessary prototype.  Replace copy_r12 and copy_r11 flag params
11826         with copy_reg rtx param.
11827         (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
11828         Correct cases where code for ABI_V4 did not initialise the reg
11829         used to access frame.  Also leave frame_reg_rtx as sp for large
11830         frames that save no regs.
11831
11832 2010-05-17  Martin Jambor  <mjambor@suse.cz>
11833
11834         PR middle-end/44133
11835         * tree-sra.c (create_access_replacement): New parameter rename, mark
11836         the replaement for renaming only when it is true.
11837         (get_access_replacement): Pass true in the rename parameter of
11838         create_access_replacement.
11839         (get_unrenamed_access_replacement): New function.
11840         (replace_uses_with_default_def_ssa_name): New parameter racc, get the
11841         replacement declaration from it.
11842
11843 2010-05-17  Bernd Schmidt  <bernds@codesourcery.com>
11844
11845         * function.c (try_fit_stack_local, add_frame_space): New static
11846         functions.
11847         (assign_stack_local_1): Use them.  Look for opportunities to use
11848         space previously wasted on alignment.
11849         * function.h (struct frame_space): New.
11850         (struct rtl_data): Add FRAME_SPACE_LIST member.
11851         * reload1.c (something_was_spilled): New static variable.
11852         (alter_reg): Set it.
11853         (reload): Test it in addition to testing if the frame size changed.
11854
11855 2010-05-17  Christian Borntraeger  <borntraeger@de.ibm.com>
11856
11857         * config/s390/s390.c: Define sane prefetch settings and activate
11858         flag_prefetch_loop_arrays on -O3.
11859         * config/s390/s390.h: Declare that read can use write prefetch.
11860
11861 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
11862
11863         * lto-streamer-out.c (lto_output): Fix --enable-checking=release
11864         build.
11865
11866 2010-05-16  Jan Hubicka  <jh@suse.cz>
11867
11868         * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
11869         function body; do not check stdarg field of struct function.
11870
11871 2010-05-16  Jan Hubicka  <jh@suse.cz>
11872
11873         * cgraph.c (dump_cgraph_node): Dump versionable flag.
11874         * cgraph.h (cgraph_local_info): Add versionable flag.
11875         * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
11876         (ipcp_versionable_function_p): Use it.
11877         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
11878         versionable flag.
11879
11880 2010-05-16  Jan Hubicka  <jh@suse.cz>
11881
11882         * cgraph.c (cgraph_clone_node): Take decl argument and insert
11883         clone into hash when it is different from orig.
11884         (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
11885         * cgraph.h (cgraph_clone_node): Update prototype.
11886         * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
11887         (lto_cgraph_encoder_delete): Delete body map.
11888         (lto_cgraph_encoder_size): Move to header.
11889         (lto_cgraph_encoder_encode_body_p,
11890         lto_set_cgraph_encoder_encode_body): New.
11891         (lto_output_node): Do not take written_decls argument; output clone_of
11892         pointer.
11893         (add_node_to): Add include_body_argument; call
11894         lto_set_cgraph_encoder_encode_body on master of the clone.
11895         (add_references): Update use of add_node_to.
11896         (compute_ltrans_boundary): Likewise.
11897         (output_cgraph): Do not create written_decls bitmap.
11898         (input_node): Take nodes argument; stream in clone_of correctly.
11899         (input_cgraph_1): Update use of input_node.
11900         * lto-streamer-out.c (lto_output): Use encoder info to decide
11901         what bodies to output.
11902         * ipa-inline.c (cgraph_clone_inlined_nodes,
11903         cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
11904         * lto-streamer.h (lto_cgraph_encoder_d): Add body.
11905         (lto_cgraph_encoder_size): Define here.
11906         (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
11907         Declare.
11908
11909 2010-05-16  Richard Guenther  <rguenther@suse.de>
11910
11911         * doc/invoke.texi (-fipa-struct-reorg): Do not mention
11912         -fipa-type-escape.
11913         * ipa-type-escape.c (gate_type_escape_vars): Run when
11914         -fipa-struct-reorg runs.
11915         * opts.c (decode_options): Do not unset flag_ipa_type_escape.
11916         * common.opt (fipa-type-escape): Remove.
11917
11918 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
11919
11920         * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
11921         (decode_options): Likewise.
11922         * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
11923
11924 2010-05-16  Jan Hubicka  <jh@suse.cz>
11925
11926         * ipa.c (function_and_variable_visibility): Also bring local all
11927         aliases.
11928
11929 2010-05-16  Richard Guenther  <rguenther@suse.de>
11930
11931         * alias.c (nonoverlapping_memrefs_p): Remove use of
11932         IPA type-escape information.
11933
11934 2010-05-16  Joseph Myers  <joseph@codesourcery.com>
11935
11936         * c-common.c (c_common_reswords): Add _Static_assert for C.
11937         * c-parser.c (c_token_starts_declaration,
11938         c_parser_next_token_starts_declaration,
11939         c_parser_static_assert_declaration_no_semi,
11940         c_parser_static_assert_declaration): New.
11941         (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
11942         Handle static assertions if static_assert_ok.
11943         (c_parser_external_declaration, c_parser_declaration_or_fndef,
11944         c_parser_compound_statement_nostart, c_parser_label,
11945         c_parser_for_statement, c_parser_objc_methodprotolist,
11946         c_parser_omp_for_loop): All callers of
11947         c_parser_declaration_or_fndef changed.
11948         (c_parser_struct_declaration): Handle static assertions.
11949         (c_parser_compound_statement_nostart): Use
11950         c_parser_next_token_starts_declaration and
11951         c_token_starts_declaration to detect start of declarations.
11952         (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
11953         Likewise.
11954
11955 2010-05-16  Anatoly Sokolov  <aesok@post.ru>
11956
11957         * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
11958         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
11959         * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
11960         TARGET_FUNCTION_VALUE_REGNO_P): Define.
11961         (mmix_function_outgoing_value): Rename to...
11962         (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
11963         (mmix_function_value_regno_p): Make static.
11964         (mmix_libcall_value): New function.
11965         * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
11966         mmix_function_value_regno_p): Remove declaration.
11967
11968 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
11969
11970         * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
11971         BUILT_IN_ALLOCA if stack checking is enabled.
11972
11973 2010-05-16  Richard Guenther  <rguenther@suse.de>
11974
11975         * var-tracking.c (vars_copy_1): Inline ...
11976         (vars_copy): ... here.  Use FOR_EACH_HTAB_ELEMENT.
11977         (variable_union): Use FOR_EACH_HTAB_ELEMENT.  Merge asserts.
11978         (variable_merge_over_cur): Adjust.  Merge asserts.
11979         (variable_merge_over_src): Likewise.
11980         (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
11981         (variable_post_merge_new_vals): Merge asserts.
11982         (variable_post_merge_perm_vals): Likewise.
11983         (find_mem_expr_in_1pdv): Likewise.
11984         (dataflow_set_different_value): Remove.
11985         (onepart_variable_different_p): Merge asserts.
11986         (variable_different_p): Likewise.
11987         (dataflow_set_different_1): Inline ...
11988         (dataflow_set_different): ... here.  Use FOR_EACH_HTAB_ELEMENT.
11989         (emit_notes_for_differences_1): Merge asserts.
11990
11991 2010-05-16  Richard Guenther  <rguenther@suse.de>
11992
11993         * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
11994         * optabs.c (libfunc_decl_hash): Likewise.
11995         * varasm.c (emutls_decl): Likewise.
11996
11997 2010-05-16  Steven Bosscher  <steven@gcc.gnu.org>
11998
11999         * c-decl.c: Don't include gimple.h.
12000         (merge_decls): Do not copy gimple_body.
12001
12002 2010-05-15  Jason Merrill  <jason@redhat.com>
12003
12004         * c.opt: Add -fnothrow-opt.
12005
12006 2010-05-15  Jan Hubicka  <jh@suse.cz>
12007
12008         * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
12009         analyzed.
12010         * passes.c (ipa_write_summaries): Write all analyzed nodes.
12011
12012 2010-05-15  Steven Bosscher  <steven@gcc.gnu.org>
12013
12014         * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
12015         * Makefile.in: Add it.
12016         Fix all other Makefile dependencies for changes below.
12017         * tree.h: Include it instead of defining VEC primitives here.
12018         * gimple.h: Likewise.
12019         * rtl.h: Likewise.
12020         * tree-inline.h: Inlclude vecir.h instead of gimple.h.
12021         * except.h: Include vecir.h, break dependence on tree.h.
12022
12023         * gimplify.c (append_to_statement_list_1, append_to_statement_list):
12024         Move from here...
12025         * tree-iterator.c: ...to here.
12026         * tree-iterator.h: Fix file introduction comment.  Add extern markers.
12027
12028         * c-lex.c: Include fixed-value.h instead of rtl.h.  Do not include
12029         tm_p.h.
12030         * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
12031         * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
12032         integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
12033         tree-mudflap.h, and target.h.
12034         * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
12035         predict.h, tree-inline.h, gimple.h, and langhooks.h.
12036         * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
12037         Add FIXME for why gimple.h is still included (should be unnecessary
12038         since GCC 4.5 gimplification unit-at-a-time).
12039         * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
12040         * c-pragma.c: Add FIXME for why function.h needs to be included just
12041         for cfun, at front-end level.
12042         Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
12043         Do not include ggc.h, but include vecprim.h for VEC(char).
12044         * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
12045         Explain why target.h is included.
12046         * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
12047         Explain why gimple.h is included.
12048         * c-ppoutput.c: Do not include tm.h.
12049         * c-common.c: Do not include gimple.h.  Explain why expr.h is included.
12050         * c-parses.c: Explain why rtl.h is included, and that this (and only
12051         this) is also why tm.h must be included.
12052         Do not include except.h.
12053         * c-lang.c: Do not include ggc.h.
12054
12055 2010-05-15  Uros Bizjak  <ubizjak@gmail.com>
12056
12057         * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
12058
12059 2010-05-15  Joseph Myers  <joseph@codesourcery.com>
12060
12061         * c-decl.c (grokfield): Allow typedefs for anonymous structs and
12062         unions by default if those structs and unions have no tags.  Do
12063         not condition anonymous struct and unions handling on flag_iso.
12064         Allow anonymous structs and unions for C1X.
12065         (finish_struct): Do not diagnose lack of named fields when
12066         anonymous structs and unions present for C1X.  Accept flexible
12067         array members in structure with anonymous structs or unions but no
12068         directly named fields.
12069         * doc/extend.texi (Unnamed Fields): Update.
12070
12071 2010-05-15  Eric Botcazou  <ebotcazou@adacore.com>
12072
12073         * gimple.h (compare_field_offset): Rename into...
12074         (gimple_compare_field_offset): ...this.
12075         * gimple.c (compare_field_offset): Rename into...
12076         (gimple_compare_field_offset): ...this.  Compare the full access if
12077         the offset is self-referential.
12078         (gimple_types_compatible_p): Adjust for above renaming.
12079         * lto-streamer-in.c (input_gimple_stmt): Likewise.  Also compare the
12080         DECL_NONADDRESSABLE_P flag of fields before merging them.
12081
12082 2010-05-15  Nathan Froyd  <froydnj@codesourcery.com>
12083
12084         * tree.h (ctor_to_list): Delete.
12085         * tree.c (ctor_to_list): Delete.
12086
12087 2010-05-15  Jan Hubicka  <jh@suse.cz>
12088
12089         * ipa-reference.c: Include toplev.h
12090         (is_proper_for_analysis): Only add to all_module_statics
12091         if it is allocated.
12092         (write_node_summary_p, stream_out_bitmap,
12093         ipa_reference_write_optimization_summary,
12094         ipa_reference_read_optimization_summary): New.
12095         (struct ipa_opt_pass_d pass_ipa_reference): Add
12096         optimization summary streaming.
12097         * lto-cgraph.c (referenced_from_this_partition_p,
12098         reachable_from_this_partition_p): New functions.
12099         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
12100         call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
12101         * opts.c (decode_options): Enable ipa_reference.
12102         * Makefile.in (ipa-reference.o): Add toplev.h dependency.
12103         * lto-streamer.h (referenced_from_this_partition_p,
12104         reachable_from_this_partition_p): Declare.
12105
12106 2010-05-15  Richard Guenther  <rguenther@suse.de>
12107
12108         PR tree-optimization/44038
12109         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
12110         taking the address of a V_C_E of a constant.
12111
12112 2010-05-14  Jan Hubicka  <jh@suse.cz>
12113
12114         * tree.h (memory_identifier_string): Remove.
12115         * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
12116         (ipa_reference_global_vars_info_d): Remove statics_not_read and
12117         statics_not_written.
12118         (ipa_reference_optimization_summary_d): New structure.
12119         (ipa_reference_optimization_summary_t): New type and vector.
12120         (ipa_reference_vars_info_d): Embedd structures instead of using
12121         pointers.
12122         (reference_vars_to_consider): Remove out of GGC space.
12123         (module_statics_escape): Remove.
12124         (global_info_obstack): Rename to ...
12125         (optimization_summary_obstack): ... this one.
12126         (initialization_status_t): Remove.
12127         (memory_identifier_string): Remove.
12128         (get_reference_vars_info): Fix indenting.
12129         (set_reference_vars_info): Likewise.
12130         (get_reference_optimization_summary): New.
12131         (set_reference_optimization_summary): New.
12132         (get_global_reference_vars_info): Remove.
12133         (ipa_reference_get_read_global): Remove.
12134         (ipa_reference_get_written_global): Remove.
12135         (ipa_reference_get_not_read_global): Update.
12136         (ipa_reference_get_not_written_global): Update.
12137         (is_proper_for_analysis): Outlaw addressable.
12138         (propagate_bits): Update for new datastructures.
12139         (analyze_variable): Remove.
12140         (init_function_info): Update for new datastructures.
12141         (clean_function_local_data): Remove.
12142         (clean_function): Remove.
12143         (copy_global_bitmap): Use optimizations_summary_obstack.
12144         (duplicate_node_data): Duplicate optimization summary only.
12145         (remove_node_data): Remove optimization summary only.
12146         (generate_summary): Do not analyze variables; do not compute
12147         module_statics_escape; do not prune solutions by it.
12148         (read_write_all_from_decl): Fix typos in comments.
12149         (propagate): Doscover readonly and nonaddressable first;
12150         update for new datastructures; share global bitmaps.
12151         * ipa-reference.h (ipa_reference_get_read_global,
12152         ipa_reference_get_written_global): Remove.
12153         * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
12154         * Makefile.in: Remove ipa-refereference from GT files.
12155
12156 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
12157
12158         PR debug/44112
12159         * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
12160         for all SYMBOL_REF_DECLs.
12161
12162 2010-05-14  Jan Hubicka  <jh@suse.cz>
12163
12164         * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
12165         (varpool_all_refs_explicit_p): New inline function.
12166         * ipa-reference.c: Update comment.
12167         (module_statics_written): Remove.
12168         (get_static_decl): Remove.
12169         (ipa_init): Do not initialize module_statics_written.
12170         (analyze_function): Likewise.
12171         (generate_summary): Likewise; do not compute module_statics_readonly
12172         and do not update variable flags.
12173         (propagate): Call ipa_discover_readonly_nonaddressable_vars.
12174         * ipa.c: Inlucde flags.h
12175         (cgraph_local_node_p): New.
12176         (cgraph_remove_unreachable_nodes): Return early when not optimizing;
12177         promote functions to local.
12178         (ipa_discover_readonly_nonaddressable_vars): New function.
12179         (function_and_variable_visibility): Use cgraph_local_node_p.
12180         * varpool.c (varpool_finalize_decl): Set force_output for
12181         DECL_PRESERVE_P vars.
12182
12183 2010-05-14  Jan Hubicka  <jh@suse.cz>
12184
12185         * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
12186
12187 2010-05-14  Richard Guenther  <rguenther@suse.de>
12188
12189         PR tree-optimization/44119
12190         * tree-ssa-pre.c (eliminate): Properly mark replacement of
12191         a PHI node necessary.
12192
12193 2010-05-14  Eric Botcazou  <ebotcazou@adacore.com>
12194
12195         * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
12196
12197 2010-05-14  Jason Merrill  <jason@redhat.com>
12198
12199         PR c++/44127
12200         * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
12201         (gimple_call_set_nothrow): New.
12202         * gimple.c (gimple_build_call_from_tree): Call it.
12203         (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
12204
12205         PR c++/44127
12206         * gimplify.c (gimplify_seq_add_stmt): No longer static.
12207         * gimple.h: Declare it.
12208         * gimple.c (gimple_build_eh_filter): No ops.
12209
12210 2010-05-14  Jan Hubicka  <jh@suse.cz>
12211
12212         * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
12213         nodes already in queue.
12214         (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
12215         re-enqueueing node.
12216
12217 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
12218
12219         PR debug/44136
12220         * cfgexpand.c (expand_debug_expr): If non-memory op0
12221         has BLKmode, return NULL.
12222
12223 2010-05-14  Harsha Jagasia  <harsha.jagasia@amd.com>
12224
12225         * config.gcc: Add support for --with-cpu option for bdver1.
12226         * config/i386/i386.h (TARGET_BDVER1): New macro.
12227         (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
12228         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
12229         (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
12230         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
12231         Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
12232         (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
12233         (processor_type): Add PROCESSOR_BDVER1.
12234         * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
12235         processor_type in config/i386/i386.h.
12236         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
12237         movaps <reg, reg> instead of movapd <reg, reg> when replacing
12238         movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
12239         Add check for  TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
12240         to emit packed xor instead of packed double/packed integer
12241         xor for SSE and AVX when moving a zero value.
12242         * config/i386/sse.md: Add check for
12243         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
12244         movapd/movdqa for SSE and AVX.
12245         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
12246         single logical operations i.e and, or and xor instead of packed double
12247         logical operations for SSE and AVX.
12248         * config/i386/i386-c.c (ix86_target_macros_internal):
12249         Add PROCESSOR_BDVER1.
12250         * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
12251         (has_fma4, has_xop): New.
12252         * config/i386/i386.c (bdver1_cost): New variable.
12253         (m_BDVER1): New macro.
12254         (m_AMD_MULTIPLE): Add m_BDVER1.
12255         (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
12256         x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
12257         x86_tune_use_simode_fiop, x86_tune_promote_qimode,
12258         x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
12259         x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
12260         x86_tune_sse_partial_reg_dependency,
12261         x86_tune_sse_unaligned_load_optimal,
12262         x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
12263         x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
12264         x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
12265         x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
12266         x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
12267         Enable/disable for bdver1.
12268         (processor_target_table): Add bdver1_cost.
12269         (cpu_names): Add bdver1.
12270         (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
12271          processor_alias_table.
12272         (ix86_expand_vector_move_misalign): Change.
12273         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
12274         Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
12275         Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
12276         of movupd/movdqu for SSE and AVX.
12277         (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
12278         (ix86_tune_adjust_cost): Add code for bdver1.
12279         (standard_sse_constant_opcode): Add check for
12280         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
12281         of packed double xor for SSE and AVX.
12282
12283 2010-05-14  Pat Haugen  <pthaugen@us.ibm.com>
12284
12285         * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
12286         result to unsigned.
12287
12288 2010-05-14  Tristan Gingold  <gingold@adacore.com>
12289
12290         * toplev.c (default_debug_hooks): Remove this variable.
12291         (process_options): Remove assignments to default_debug_hooks.
12292
12293 2010-05-14  Martin Jambor  <mjambor@suse.cz>
12294
12295         * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
12296         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
12297         * langhooks.h (struct lang_hooks_for_decls): Removed field
12298         fold_obj_type_ref.
12299         * tree.c (free_lang_data): Remove assignment to
12300         lang_hooks.fold_obj_type_ref.
12301         * tree.def (OBJ_TYPE_REF): Update comment.
12302
12303 2010-05-14  Richard Guenther  <rguenther@suse.de>
12304
12305         PR tree-optimization/44124
12306         * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
12307
12308 2010-05-14  Alan Modra  <amodra@gmail.com>
12309
12310         PR target/44075
12311         * config/rs6000/rs6000.c (struct machine_function): Reorder
12312         fields for better packing.  Add lr_save_state.
12313         (rs6000_ra_ever_killed): Return lr_save_state if set.
12314         (rs6000_emit_eh_reg_restore): Set lr_save_state.
12315
12316 2010-05-13  Jan Hubicka  <jh@suse.cz>
12317
12318         * varpool.c (decide_is_variable_needed): Drop code checking
12319         TREE_SYMBOL_REFERENCED.
12320
12321 2010-05-13  Jan Hubicka  <jh@suse.cz>
12322
12323         * final.c (output_addr_const): Do not call mark_decl_referenced.
12324         * cgraphunit.c (process_function_and_variable_attributes): Use
12325         mark_needed_node dirrectly.
12326         (assemble_thunk): Do not call mark_decl_referenced.
12327
12328 2010-05-13  Anatoly Sokolov  <aesok@post.ru>
12329
12330         * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
12331
12332 2010-05-13  Jeff Law  <law@redhat.com>
12333
12334         * ira-conflicts.c (print_allocno_conflicts): New function broken out
12335         from...
12336         (print_conflicts): Call print_allocno_conflicts.
12337
12338 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
12339
12340         PR debug/44104
12341         * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
12342         if it is NULL.
12343
12344 2010-05-13  Kai Tietz  <kai.tietz@onevision.com>
12345
12346         * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
12347         t-mingw-w64 or t-mingw-w32 for multilib configuration.
12348         * config/i386/t-mingw-w32: New.
12349         * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
12350
12351 2010-05-13  Martin Jambor  <mjambor@suse.cz>
12352
12353         * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
12354         gimple-fold.c).
12355         * gimple-fold.c (get_base_binfo_for_type): New function.
12356         (gimple_get_relevant_ref_binfo): Likewise.
12357         (gimple_fold_obj_type_ref_known_binfo): Likewise.
12358         (gimple_fold_obj_type_ref): Likewise.
12359         (fold_gimple_call): Simplify condition for folding virtual calls
12360         and call gimple_fold_obj_type_ref.
12361         * gimple.h (gimple_get_relevant_ref_binfo): Declare.
12362         (gimple_fold_obj_type_ref_known_binfo): Likewise.
12363
12364 2010-05-13  Andreas Schwab  <schwab@linux-m68k.org>
12365
12366         * config/rs6000/rs6000-protos.h
12367         (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
12368         * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
12369         (rs6000_debug_mode_dependent_address)
12370         (rs6000_mode_dependent_address_ptr): Likewise.
12371
12372 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
12373
12374         PR debug/43983
12375         * var-tracking.c (track_expr_p): Allow tracking of variables optimized
12376         by SRA.
12377         * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
12378         * tree-sra.c (create_access_replacement): Call unshare_expr before
12379         passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
12380         * dwarf2out.c: Include tree-flow.h.
12381         (struct var_loc_node): Rename var_loc_note field to loc, add comment.
12382         (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
12383         Handle DW_OP_bit_piece.
12384         (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
12385         construct_piece_list, adjust_piece_list): New functions.
12386         (add_var_loc_to_decl): Handle SRA optimized variables.
12387         Adjust for var_loc_note to loc field renaming.
12388         (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
12389         in VAR_LOCATION note.
12390         (new_loc_descr_op_bit_piece): New function.
12391         (dw_sra_loc_expr): New function.
12392         (dw_loc_list): Use it.  Don't handle the last range after the
12393         loop, handle it inside of the loop.  Adjust for var_loc_note
12394         to loc field renaming.
12395         (add_location_or_const_value_attribute): Only special case
12396         single entry loc lists if loc is NOTE_P.  Adjust for
12397         var_loc_note to loc field renaming.
12398         (dwarf2out_var_location): Don't set newloc->var_loc_note
12399         and newloc->next here.
12400
12401 2010-05-12  Jan Hubicka  <jh@suse.cz>
12402
12403         * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
12404         flag.
12405         * cgraph.h (cgraph_only_called_directly_p,
12406         cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
12407         (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
12408         * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
12409         (assemble
12410         * ipa.c (cgraph_remove_unreachable_nodes): Use
12411         cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
12412         flags.
12413         * tree-inline.c (copy_bb): Check address_taken flag.
12414         * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
12415         externally_visible flag.
12416
12417 2010-05-12  Jason Merrill  <jason@redhat.com>
12418
12419         PR bootstrap/44048
12420         PR target/44099
12421         * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
12422         * sdbout.c (plain_type_1): Likewise.
12423         * dwarf2out.c (is_base_type): Likewise.
12424         (gen_type_die_with_usage): Likewise.  Generate
12425         DW_TAG_unspecified_type for any LANG_TYPE.
12426
12427 2010-05-12  Jan Hubicka  <jh@suse.cz>
12428
12429         * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
12430         indrect edges too.
12431         * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
12432         (cgraph_clone_edge): Update.
12433         (cgraph_node_remove_callees): Remove indirect calls too.
12434         * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
12435         (cgraph_create_indirect_edge): Update prototype.
12436         * ipa-reference.c (has_proper_scope_for_analysis): Rename to
12437         is_proper_for_analysis.
12438         (add_new_function, visited_nodes, function_insertion_hook_holder,
12439         get_local_reference_vars_info, mark_address_taken, mark_address,
12440         mark_load, mark_store, check_asm_memory_clobber, check_call,
12441         scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
12442         (ipa_init): Do not initialize visited_nodes;
12443         function_insertion_hook_holder.
12444         (analyze_variable): Rewrite.
12445         (analyze_function): Rewrite.
12446         (copy_local_bitmap): Remove.
12447         (duplicate_node_dat): Do not duplicate local info.
12448         (generate_summary): Simplify to only walk cgraph.
12449         (write_node_summary_p, ipa_reference_write_summary,
12450         ipa_reference_read_summary): Remove.
12451         (propagate): Do not remove function insertion;
12452         generate summary.
12453         (pass_ipa_reference): NULLify summary handling fields.
12454         * lto-cgraph.c (lto_output_edge): Output ecf_flags.
12455         (input_edge): Input ecf_flags.
12456         * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
12457         (update_indirect_edges_after_inlining): Ignore edges with unknown
12458         param.
12459
12460 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
12461
12462         * implicit-zee.c: New file.
12463         * tree-pass.h (pass_implicit_zee): Declare.
12464         * passes.c (init_optimization_passes): Add zee pass.
12465         * common.opt (fzee): New flag.
12466         * timevar.def (TV_ZEE): Define.
12467         * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
12468         and beyond.
12469         * Makefile.in (implicit-zee.o): Add new build file.
12470
12471 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
12472             Nathan Froyd  <froydnj@codesourcery.com>
12473
12474         * c-common.c (sync_resolve_params): Remove write-only variable.
12475
12476 2010-05-12  Anatoly Sokolov  <aesok@post.ru>
12477
12478         * target.h (struct gcc_target): Add mode_dependent_address_p field.
12479         * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
12480         (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
12481         * targhooks.c (default_mode_dependent_address_p): New function.
12482         * targhooks.h (default_mode_dependent_address_p): Declare function.
12483         * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
12484         (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
12485         * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
12486         target hook. Change return type to bool.
12487         * recog.h (mode_dependent_address_p): Change return type to bool.
12488
12489 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
12490             Nathan Froyd  <froydnj@codesourcery.com>
12491
12492         * tree-mudflap.c (build_function_type_0, build_function_type_1,
12493         build_function_type_2, build_function_type_3): Remove.
12494         (mudflap_init): Use build_function_type_list.
12495
12496 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
12497             Nathan Froyd  <froydnj@codesourcery.com>
12498
12499         * coverage.c (build_fn_info_value): Call build_constructor instead of
12500         build_constructor_from_list.
12501         (build_ctr_info_value): Likewise.
12502         (build_gcov_info): Likewise.
12503
12504 2010-05-12  Nathan Froyd  <froydnj@codesourcery.com>
12505
12506         * tree.c (build_constructor): Compute TREE_CONSTANT for the
12507         resultant constructor.
12508         (build_constructor_single): Don't set TREE_CONSTANT.
12509         (build_constructor_from_list): Don't compute TREE_CONSTANT.
12510
12511 2010-05-12  Jan Hubicka  <jh@suse.cz>
12512
12513         * cgraph.h (struct varpool_node): Add aux.
12514         * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
12515         * varpool.c (varpool_remove_node): Do not remove initializer.
12516         (varpool_reset_queue): Export.
12517         (varpool_finalize_decl): Volatile vars are forced to be output.
12518         * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
12519         replaced decl.
12520         * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
12521         process_references, varpool_can_remove_if_no_refs): New functions.
12522         (cgraph_remove_unreachable_nodes): Handle variables too.
12523
12524 2010-05-12  H.J. Lu  <hongjiu.lu@intel.com>
12525
12526         PR target/44088
12527         * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
12528
12529 2010-05-12  Jakub Jelinek  <jakub@redhat.com>
12530
12531         PR middle-end/44085
12532         * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
12533         change value of ORT_TASK.
12534         (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
12535         (omp_notice_threadprivate_variable): New function.
12536         (omp_notice_variable): Call it for threadprivate variables.
12537         If enclosing ctx is a task, print enclosing task rather than
12538         enclosing parallel.  Handle ORT_UNTIED_TASK like ORT_TASK.
12539         (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
12540         if task has untied clause.
12541
12542         PR debug/42278
12543         * dwarf2out.c (base_type_die): Don't add name attribute here.
12544         (modified_type_die): Instead of sizetype use
12545         its underlying original type.  If a DW_TAG_base_type doesn't
12546         have name added, add __unknown__.
12547         (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
12548         always call force_type_die instead.
12549
12550 2010-05-12  Maxim Kuvyrkov  <maxim@codesourcery.com>
12551
12552         * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
12553         for __stack_chk_guard.
12554
12555 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
12556
12557         * c-opts.c (c_common_parse_file): If start_end_main_source_file,
12558         don't call start_source_file debug hook here...
12559         (finish_options): ... but here, after outputting predefined and
12560         command line defines and undefs.
12561
12562         PR middle-end/44071
12563         * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
12564         no fallthru edge.
12565         * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
12566         optimizing away empty bb with no successors, move over its
12567         footer chain to fallthru predecessor.
12568         * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
12569         (rtl_split_edge): For asm goto call patch_jump_insn even if
12570         splitting fallthru edge.
12571
12572         PR c++/44059
12573         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
12574         even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
12575         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
12576         * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
12577         on DW.ref.* decls.
12578
12579         PR c++/44062
12580         * c-parser.c (c_parser_expression): Mark LHS of a comma
12581         expression as read if it is a decl, handled component or
12582         COMPOUND_EXPR with that on the RHS.
12583         * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
12584         if it is a decl or handled component.
12585
12586 2010-05-11  Jan Hubicka  <jh@suse.cz>
12587
12588         * lto-symtab.c (lto_symtab_free): New function.
12589         * lto-streamer.h (lto_symtab_free): Declare.
12590
12591 2010-05-11  Jan Hubicka  <jh@suse.cz>
12592
12593         * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
12594         that if function is needed it is reachable.
12595         (lto_output_node): See if it the function is reachable or referenced.
12596         (output_cgraph): Update call of lto_output_node.
12597         * lto-streamer.h (reachable_from_other_partition_p): Declare.
12598
12599 2010-05-11  Jan Hubicka  <jh@suse.cz>
12600
12601         * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
12602         Mark as used.
12603
12604 2010-05-11  Jan Hubicka  <jh@suse.cz>
12605
12606         PR tree-optimize/44063
12607         * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
12608         queue.
12609         (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
12610         limits.
12611         (estimate_function_body_sizes): Compute sizes even when disregarding.
12612
12613 2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
12614
12615         * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
12616
12617 2010-05-11  Jan Hubicka  <jh@suse.cz>
12618
12619         * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
12620         into every boundary.
12621
12622 2010-05-11  Jan Hubicka  <jh@suse.cz>
12623
12624         * matrix-reorg.c (matrix_reorg): Rebuild edges.
12625
12626 2010-05-11  Jan Hubicka  <jh@suse.cz>
12627
12628         * lto-streamer.c (lto_streamer_cache_add_to_node_array,
12629         lto_streamer_cache_delete): Put nodes into heap.
12630         * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
12631         heap.
12632
12633 2010-05-11  Jan Hubicka  <jh@suse.cz>
12634
12635         * cgraphbuild.c (cgraph_rebuild_references): New.
12636         * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
12637         out extern inlines.
12638         * cgraph.h (cgraph_rebuild_references): Declare.
12639         * tree-inline.c (tree_function_versioning): Use it.
12640         * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
12641
12642 2010-05-11  Jan Hubicka  <jh@suse.cz>
12643
12644         * cgraph.c: Include ipa-utils.h
12645         (cgraph_create_virtual_clone): Update references.
12646         * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
12647
12648 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
12649
12650         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
12651         prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
12652         cache size.
12653
12654 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
12655
12656         * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
12657
12658 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
12659
12660         * gcc.c (execute): For -### don't quote arguments that
12661         contain just alphanumerics and _/-. characters.
12662         * doc/invoke.texi: Document that change for -###.
12663
12664         PR debug/44023
12665         * df-problems.c (struct dead_debug): Add to_rescan field.
12666         (dead_debug_init): Clear to_rescan field.
12667         (dead_debug_finish): Rescan all debug insns in to_rescan
12668         bitmap and free the bitmap.
12669         (dead_debug_insert_before): Instead of rescanning debug insns
12670         immediately queue their rescanning until dead_debug_finish.
12671         (df_note_bb_compute): After dead_debug_add do continue instead
12672         of break.
12673
12674 2010-05-10  Jakub Jelinek  <jakub@redhat.com>
12675
12676         PR debug/44028
12677         * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
12678         clear also INSN_REG_USE_LIST.
12679
12680 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12681
12682         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
12683
12684 2010-05-10  Jan Hubicka  <jh@suse.cz>
12685
12686         * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
12687         commited change.
12688
12689 2010-05-10  Jan Hubicka  <jh@suse.cz>
12690
12691         * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
12692         Allocate encoders.
12693         * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
12694         * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
12695         (lto_streamer_cache_create): Init alloc pool.
12696         (lto_streamer_cache_delete): Free alloc pool.
12697         * lto-streamer.h: Include alloc pool.
12698         (lto_streamer_cache_d): Use alloc pool.
12699         * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
12700
12701 2010-05-10  Jan Hubicka  <jh@suse.cz>
12702
12703         * Makefile.in (cgraphbuild.o): Add dependency on except.h.
12704         * cgraphbuild.c: Include except.h
12705         (record_type_list, record_eh_tables): New function.
12706         (build_cgraph_edges, rebuild_cgraph_edges): Use it.
12707
12708 2010-05-10  Jan Hubicka  <jh@suse.cz>
12709
12710         * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
12711         __frame_dummy_init_array_entry, force_to_data): Attribute as used
12712         rather than unused.
12713
12714 2010-05-10  Michael Matz  <matz@suse.de>
12715
12716         * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
12717         (can_reassociate_p): Use FLOAT_TYPE_P.
12718         * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
12719         (vect_force_simple_reduction): ... this.
12720         * tree-parloops.c (gather_scalar_reductions): Use
12721         vect_force_simple_reduction.
12722         * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
12723         vect_is_simple_reduction, add modify argument, if true rewrite
12724         "a-b" into "a+(-b)".
12725         (vect_is_simple_reduction, vect_force_simple_reduction): New
12726         functions.
12727         (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
12728
12729 2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>
12730             Vladimir Makarov  <vmakarov@redhat.com>
12731
12732         PR rtl-optimization/44012
12733         * ira-build.c (remove_unnecessary_allocnos): Nullify
12734         regno_allocno_map of the removed allocno.
12735
12736 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12737
12738         * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
12739         to /dev/null.
12740         * configure: Regenerate.
12741
12742 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12743
12744         * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
12745         unused.
12746         Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
12747         * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
12748         support in Sun ld.
12749         * configure: Regenerate.
12750
12751 2010-05-10  Richard Guenther  <rguenther@suse.de>
12752
12753         * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
12754         marked if the entry identifier is marked.
12755
12756 2010-05-10  Richard Guenther  <rguenther@suse.de>
12757
12758         * c-common.c (struct c_common_attributes): Add fnspec attribute.
12759         (handle_fnspec_attribute): New function.
12760         * gimple.h (gimple_call_return_flags): Declare.
12761         (gimple_call_arg_flags): Likewise.
12762         * gimple.c (gimple_call_arg_flags): New function.
12763         (gimple_call_return_flags): Likewise.
12764         * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
12765         New argument flags.
12766         (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
12767         return value flags.
12768         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
12769         * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
12770         main work to ...
12771         (make_heapvar_for): ... this new function.
12772         (handle_rhs_call): Handle fnspec attribute argument specifiers.
12773         (handle_lhs_call): Likewise.
12774         (find_func_aliases): Adjust.
12775
12776 2010-05-10  Richard Guenther  <rguenther@suse.de>
12777
12778         PR tree-optimization/44050
12779         * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
12780
12781 2010-05-10  Wei Guozhi  <carrot@google.com>
12782
12783         PR target/42879
12784         * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
12785
12786 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
12787
12788         PR c/10676
12789         * c-typeck.c (lookup_field): Take a type directly.  Update
12790         recursive calls.
12791         (build_component_ref): Update call to lookup_field.
12792         (set_init_label): Use lookup_field to find initialized field.
12793         Handle returned list of fields like a sequence of designators.
12794
12795 2010-05-09  Richard Guenther  <rguenther@suse.de>
12796
12797         PR middle-end/44024
12798         * fold-const.c (tree_single_nonzero_warnv_p): Properly
12799         handle &FUNCTION_DECL.
12800
12801 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
12802
12803         PR c/4784
12804         * c-decl.c (detect_field_duplicates_hash): New.  Handle anonymous
12805         structures and unions recursively.
12806         (detect_field_duplicates): Move duplicate detection with a hash to
12807         detect_field_duplicates_hash.  Always use a hash if anonymous
12808         structures or unions are present.
12809         * doc/extend.texi (Unnamed Fields): Document that duplicate fields
12810         give errors.
12811
12812 2010-05-09  H.J. Lu  <hongjiu.lu@intel.com>
12813
12814         PR target/44046
12815         * config/i386/driver-i386.c (host_detect_local_cpu): Properly
12816         detect Atom, Core 2 and Core i7.
12817
12818 2010-05-09  Richard Guenther  <rguenther@suse.de>
12819
12820         * gcc.c (store_arg): Handle temporary file deletion for
12821         joined arguments.
12822
12823 2010-05-09  Richard Guenther  <rguenther@suse.de>
12824
12825         PR middle-end/44043
12826         * ipa-inline.c (estimate_function_body_sizes): Return after
12827         disregarding inline limits.
12828
12829 2010-05-09  Richard Guenther  <rguenther@suse.de>
12830
12831         * gcc.c (store_arg): Revert last change.
12832
12833 2010-05-08  Sandra Loosemore  <sandra@codesourcery.com>
12834
12835         PR middle-end/28685
12836         * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
12837         (optimize_ops_list): Call it.
12838
12839 2010-05-08  Richard Guenther  <rguenther@suse.de>
12840
12841         PR tree-optimization/44030
12842         * tree-ssa-pre.c (eliminate): Copy NECESSARY flag.  Set
12843         NECESSARY flag if we propagate from a inserted expression.
12844
12845 2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
12846
12847         * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
12848         domain types as equal if they are both PLACEHOLDER_EXPRs.
12849
12850 2010-05-08  Richard Guenther  <rguenther@suse.de>
12851
12852         * lto-wrapper.c (run_gcc): Remove linker output from
12853         command line for LTRANS invocation.
12854
12855 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
12856
12857         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
12858         lto-macho as lto_binary_reader.
12859         * target.h (struct gcc_target): New hooks lto_start and lto_end.
12860         * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
12861         * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
12862         in lto_start and lto_end calls.
12863         (is_elf_or_coff): Rename to maybe_lto_object_file.  Add Mach-O
12864         magic numbers.
12865         (scan_prog_file): Update is_elf_or_coff call.
12866         * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
12867
12868         * collect2.c (main): Fix enum comparison.
12869
12870         * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
12871         Add prototypes.
12872         * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
12873         * darwin.h (LINK_COMMAND_SPEC): Likewise.  Define TARGET_ASM_LTO_START
12874         and TARGET_ASM_LTO_END.
12875         * darwin.c: Include obstack.h and lto-streamer.h.
12876         (lto_section_names_offset, lto_section_names_obstack,
12877         lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
12878         global variables.
12879         (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
12880         (darwin_asm_lto_start): New function.  Redirect output to asm_out_file
12881         to a temporary file.
12882         (darwin_asm_lto_end): New function.  Restore asm_out_file.
12883         (darwin_asm_named_section): For LTO sections, replace the name with
12884         the offset of the section name in a string table, and build this
12885         table.
12886         (darwin_file_start): Initialize global vars for LTO support.
12887         (darwin_file_end): If output to asm_out_file was redirected, append it
12888         to the proper asm_out_file here.  Add the section names section.
12889
12890 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
12891
12892         * c-pragma.c (pending_weak_d, pending_weak): New.
12893         (pending_weaks): Change the type to VEC((pending_weak,gc) *.
12894         (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
12895         handle_pragma_weak): Update the uses of pending_weaks.
12896
12897 2010-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12898
12899         PR documentation/44016
12900         * doc/standards.texi (Standards): Link to unversioned
12901         cxx0x_status.html page.
12902
12903 2010-05-07  Iain Sandoe  <iains@gcc.gnu.org>
12904
12905         PR target/43708
12906         * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
12907         in addition to TREE_USED, to avoid "set but unused" warnings.
12908
12909 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
12910
12911         * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
12912         (is_loop_prefetching_profitable): Do not insert prefetches
12913         when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
12914         times the prefetch ahead distance.
12915
12916 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
12917
12918         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
12919         Account for loop unrolling in the insn-to-prefetch ratio heuristic.
12920         (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
12921         the unroll_factor.
12922
12923 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
12924
12925         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
12926         a diagnostic info when the insn-to-mem ratio is too small.
12927
12928 2010-05-07  Richard Guenther  <rguenther@suse.de>
12929
12930         * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
12931         the linker plugin.
12932         (store_arg): Queue temp_filename for deletion instead of
12933         the whole argument.
12934
12935 2010-05-07  Richard Guenther  <rguenther@suse.de>
12936
12937         * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
12938         (run_gcc): Handle LTRANS phase invocation.
12939         * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
12940
12941 2010-05-07  Jakub Jelinek  <jakub@redhat.com>
12942
12943         * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
12944         this is also meaningful on PARM_DECLs and RESULT_DECLs.
12945
12946 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12947
12948         * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
12949
12950 2010-05-07  Richard Guenther  <rguenther@suse.de>
12951
12952         PR tree-optimization/44020
12953         * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
12954         code when PRE is not yet initialized.
12955
12956 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12957
12958         * config/mips/dbxmdebug.h: Remove.
12959         * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
12960
12961 2010-05-07  Shujing Zhao  <pearly.zhao@oracle.com>
12962
12963         * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
12964         with null pointer and also warn about ordered comparison of zero with
12965         pointer if -Wextra.
12966
12967 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
12968
12969         * graphite-blocking.c
12970         (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
12971         * graphite-clast-to-gimple.c
12972         (clast_to_gcc_expression): Same.
12973         (precision_for_value): Same.
12974         (precision_for_interval): Same.
12975         (gcc_type_for_interval): Same.
12976         (graphite_create_new_guard): Same.
12977         (compute_bounds_for_level): Same.
12978         (graphite_create_new_loop_guard): Same.
12979         * graphite-interchange.c
12980         (build_linearized_memory_access): Same.
12981         (pdr_stride_in_loop): Same.
12982         (memory_strides_in_loop_1): Same.
12983         (memory_strides_in_loop): Same.
12984         (extend_scattering): Same.
12985         (psct_scattering_dim_for_loop_depth): Same.
12986         (pbb_number_of_iterations): Same.
12987         * graphite-poly.h
12988         (debug_iteration_domains): Same.
12989         * graphite-ppl.c
12990         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
12991         (ppl_set_inhomogeneous_gmp): Same.
12992         (ppl_strip_loop): Same.
12993         (ppl_lexico_compare_linear_expressions): Same.
12994         (ppl_read_polyhedron_matrix): Same.
12995         (ppl_max_for_le_pointset): Same.
12996         * graphite-ppl.h
12997         (ppl_read_polyhedron_matrix): Same.
12998         (tree_int_to_gmp): Same.
12999         (gmp_cst_to_tree): Same.
13000         (ppl_set_inhomogeneous): Same.
13001         (ppl_set_inhomogeneous_tree): Same.
13002         (ppl_set_coef): Same.
13003         (ppl_set_coef_tree): Same.
13004         * graphite-sese-to-poly.c
13005         (build_pbb_scattering_polyhedrons): Same.
13006         (build_scop_scattering): Same.
13007         (scan_tree_for_params_right_scev): Same.
13008         (scan_tree_for_params): Same.
13009         (find_params_in_bb): Same.
13010         (find_scop_parameters): Same.
13011         (add_upper_bounds_from_estimated_nit): Same.
13012         (build_loop_iteration_domains): Same.
13013         (add_condition_to_domain): Same.
13014         (pdr_add_memory_accesses): Same.
13015
13016 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
13017
13018         * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
13019         CLooG's value_* macros to their respective mpz_* counterparts.
13020         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
13021         (graphite_create_new_loop_guard): Same.
13022         * graphite-interchange.c (build_linearized_memory_access): Same.
13023         (pdr_stride_in_loop): Same.
13024         (memory_strides_in_loop_1): Same.
13025         (1st_interchange_profitable_p): Same.
13026         * graphite-poly.c (extend_scattering): Same.
13027         (psct_scattering_dim_for_loop_depth): Same.
13028         (pbb_number_of_iterations): Same.
13029         (pbb_number_of_iterations_at_time): Same.
13030         * graphite-poly.h (new_1st_loop): Same.
13031         * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
13032         (oppose_constraint): Same.
13033         (insert_constraint_into_matrix): Same.
13034         (ppl_set_inhomogeneous_gmp): Same.
13035         (ppl_set_coef_gmp): Same.
13036         (ppl_strip_loop): Same.
13037         (ppl_lexico_compare_linear_expressions): Same.
13038         (ppl_max_for_le_pointset): Same.
13039         (ppl_min_for_le_pointset): Same.
13040         (ppl_build_realtion): Same.
13041         * graphite-ppl.h (gmp_cst_to_tree): Same.
13042         (ppl_set_inhomogeneous): Same.
13043         (ppl_set_inhomogeneous_tree): Same.
13044         (ppl_set_coef): Same.
13045         (ppl_set_coef_tree): Same.
13046         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
13047         (build_scop_scattering): Same.
13048         (add_value_to_dim): Same.
13049         (scan_tree_for_params_right_scev): Same.
13050         (scan_tree_for_params_int): Same.
13051         (scan_tree_for_params): Same.
13052         (find_params_in_bb): Same.
13053         (find_scop_parameters): Same.
13054         (add_upper_bounds_from_estimated_nit): Same.
13055         (build_loop_iteration_domains): Same.
13056         (create_linear_expr_from_tree): Same.
13057         (add_condition_to_domain): Same.
13058         (pdr_add_memory_accesses): Same.
13059
13060 2010-05-06  Magnus Fromreide  <magfr@lysator.liu.se>
13061             Jason Merrill  <jason@redhat.com>
13062
13063         * c-common.c (c_common_reswords): Add nullptr.
13064         * c-common.h: Add RID_NULLPTR.  Reorganize C++0x rids.
13065         * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
13066         (gen_type_die_with_usage): Likewise.
13067         * dbxout.c (dbxout_type): Likewise.
13068         * sdbout.c (plain_type_1): Likewise.
13069
13070 2010-05-06  Jason Merrill  <jason@redhat.com>
13071
13072         * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
13073         Don't change GS_OK to GS_ALL_DONE.  Make sure that all cases set
13074         ret appropriately.
13075         (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
13076
13077         * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
13078         stripping WITH_SIZE_EXPR.
13079         (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
13080         change.
13081
13082 2010-05-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13083
13084         * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
13085         list of obsolete configurations.
13086         Disabled check for obsolete configurations.
13087         (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
13088         Removed support for previous versions.
13089         * config/mips/iris.h: Removed.
13090         * config/mips/iris5.h: Removed.
13091         * config/mips/iris6.h: Merged old iris.h contents.
13092         (TARGET_IRIX): Removed.
13093         (DRIVER_SELF_SPECS): Removed mabi=32.
13094         (IDENT_ASM_OP): Removed undef.
13095         (STARTFILE_SPEC): Removed mabi=32.
13096         (ENDFILE_SPEC): Likewise.
13097         (IRIX_SUBTARGET_LINK_SPEC): Likewise.
13098         (MACHINE_TYPE): Update for IRIX 6.5.
13099         * config/mips/mips.c (mips_build_builtin_va_list): Replaced
13100         TARGET_IRIX by TARGET_IRIX6.
13101         (mips_file_start): Likewise.
13102         (mips_output_external): Remove IRIX 5/6 O32 support.
13103         (mips_output_function_prologue): Likewise.
13104         * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
13105         TARGET_IRIX6.
13106         (TARGET_CPU_CPP_BUILTINS): Likewise.
13107         (TARGET_IRIX): Removed.
13108         * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
13109         (MULTILIB_DIRNAMES): Removed 32.
13110         (MULTILIB_OSDIRNAMES): Removed ../lib.
13111         * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
13112         (Specific, mips-sgi-irix5): Document removal.
13113         (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
13114         Remove references to older IRIX 6 releases and the O32 ABI.
13115
13116 2010-05-06  Jakub Jelinek  <jakub@redhat.com>
13117
13118         PR bootstrap/43994
13119         * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
13120         instead of DF_REF_REAL_REG.
13121
13122 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
13123
13124         PR target/43888
13125         * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
13126         handling to still return true for x64 targets.
13127
13128 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
13129
13130         * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
13131
13132 2010-05-06  Jan Hubicka  <jh@suse.cz>
13133
13134         PR tree-optimization/43791
13135         * ipa-inline.c (update_caller_keys): Remove bogus
13136         disregard_inline_limits check.
13137
13138 2010-05-06  Michael Matz  <matz@suse.de>
13139
13140         PR tree-optimization/43984
13141         * tree-ssa-pre.c (inserted_phi_names): Remove.
13142         (inserted_exprs): Change to bitmap.
13143         (create_expression_by_pieces): Set bits, don't append to vector.
13144         (insert_into_preds_of_block): Don't handle inserted_phi_names.
13145         (eliminate): Don't look at inserted_phi_names, remove deleted
13146         insns from inserted_exprs.
13147         (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
13148         (init_pre, fini_pre): Allocate and free bitmaps.
13149         (execute_pre): Insert insns on edges before elimination.
13150
13151 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
13152
13153         * tree.c (initializer_zerop): Handle STRING_CST.
13154
13155 2010-05-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
13156
13157         PR 40989
13158         * doc/invoke.texi (Wimplicit): Document as C only.
13159         * opts.c (common_handle_option): Add argument kind.
13160         (handle_option): Rename as read_cmdline_option. Factor out code to...
13161         (handle_option): ... here. New.
13162         (handle_options): Rename as read_cmdline_options.
13163         (decode_options): Update call.
13164         (set_option): Use option index instead of option pointer. Classify
13165         diagnostics correctly.
13166         (enable_warning_as_error): Call handle_option.
13167         * opts.h (set_option): Update declaration.
13168         (handle_option): Declare.
13169         * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
13170         * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
13171         * c-opts.c (set_Wimplicit): Delete.
13172         (c_family_lang_mask): New static constant.
13173         (c_common_handle_option): Add argument kind. Use handle_option
13174         instead of set_Wimplicit.
13175         (c_common_post_options): warn_implicit and warn_implicit_int
13176         are disabled by default.
13177         * c-common.c (warn_implicit): Do not define here.
13178         * c-common.h (warn_implicit): Do not declare here.
13179         (c_common_handle_option): Update declaration.
13180         * lto-opts.c (lto_reissue_options): Update call to set_option.
13181
13182 2010-05-06  Richard Guenther  <rguenther@suse.de>
13183
13184         PR tree-optimization/43571
13185         * domwalk.c (walk_dominator_tree): Walk the dominator
13186         sons in more optimal order.
13187
13188 2010-05-06  Richard Guenther  <rguenther@suse.de>
13189
13190         PR tree-optimization/43934
13191         * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
13192         (stmt_cost): Likewise.
13193         (extract_true_false_args_from_phi): New helper.
13194         (determine_max_movement): For PHI nodes verify we can hoist them
13195         and compute their cost.
13196         (determine_invariantness_stmt): Handle PHI nodes.
13197         (move_computations_stmt): Likewise.  Hoist PHI nodes in
13198         if-converted form using COND_EXPRs.
13199         (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
13200         (tree_ssa_lim): Likewise.
13201         * tree-flow.h (tree_ssa_lim): Adjust prototype.
13202         * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
13203
13204 2010-05-06  Richard Guenther  <rguenther@suse.de>
13205
13206         PR tree-optimization/43987
13207         * tree-ssa-structalias.c (could_have_pointers): For possibly
13208         address-taken variables force pointers to be recorded.
13209         (create_variable_info_for_1): Likewise.
13210         (push_fields_onto_fieldstack): Pass in wheter all fields
13211         must have pointers.
13212         (find_func_aliases): Query types instead of vars whether
13213         they contain pointers where appropriate.
13214
13215 2010-05-06  Jan Hubicka  <jh@suse.cz>
13216
13217         * cgraphbuild.c (record_reference_ctx): Add varpool_node.
13218         (record_reference, mark_address, mark_load, mark_store): Record
13219         references.
13220         (record_references_in_initializer): Update call of record_references.
13221         (rebuild_cgraph_edges): Remove all references before rebuiding.
13222         * cgraph.c (cgraph_create_node): Clear ref list.
13223         (cgraph_remove_node): Remove references.
13224         (dump_cgraph_node): Dump references.
13225         (cgraph_clone_node): Clone references.
13226         * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
13227         (struct cgraph_node, varpool_node): Add ref_lst.
13228         * ipa-ref.c: New file.
13229         * ipa-ref.h: New file.
13230         * ipa-ref-inline.h: New file.
13231         * lto-cgraph.c (output_varpool): Take cgrag node set argument.
13232         (referenced_from_other_partition_p): New function.
13233         (lto_output_varpool_node): Take set arugment; call
13234         referenced_from_other_partition.
13235         (lto_output_ref): New.
13236         (add_references): New.
13237         (output_refs): New.
13238         (output_cgraph): Compute boundary based on references; output refs.
13239         (output_varpool): Accept cgraph_node_set argument.
13240         (input_ref): New.
13241         (input_refs): New.
13242         (input_cgraph): Call input_refs.
13243         * lto-section-in.c (lto_section_name): Add refs.
13244         * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
13245         (ipa-ref.o): New file.
13246         * varpool.c (varpool_node): Clear ipa ref list.
13247         (varpool_remove_node): Remove references.
13248         (dump_varpool_node): Dump references.
13249         (varpool_assemble_decl): Only compile finalized ones.
13250         (varpool_extra_name_alias): Initialize ref list.
13251         * lto-streamer.c (lto-get_section_name): Add .refs section.
13252         * lto-streamer.h (lto_section_type): Add LTO_section_refs.
13253         (referenced_from_other_partition_p): Declared.
13254
13255 2010-05-06  Ira Rosen  <irar@il.ibm.com>
13256
13257         PR tree-optimization/43901
13258         * tree-vect-stmts.c (vectorizable_call): Assert that vector
13259         type is not NULL if it's transformation phase, and return
13260         FALSE if it's analysis.
13261         (vectorizable_conversion, vectorizable_operation,
13262         vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
13263
13264 2010-05-05  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
13265
13266         * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
13267         Delete.
13268         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
13269         New define.
13270         * config/mips/mips-protos.h
13271         (mips_small_register_classes_for_mode_p): Delete prototype.
13272
13273 2010-05-06  Bernd Schmidt  <bernds@codesourcery.com>
13274
13275         * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
13276         * config/arm/arm.c (multiple_operation_profitable_p,
13277         compute_offset_order): New static functions.
13278         (load_multiple_sequence, store_multiple_sequence): Use them.
13279         Replace constant 4 with MAX_LDM_STM_OPS.  Compute order[0] from
13280         memory offsets, not register numbers.
13281         (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
13282
13283 2010-05-05  Steven Bosscher  <steven@gcc.gnu.org>
13284
13285         * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
13286         (get_pending_sizes, put_pending_size, put_pending_sizes):
13287         Update the uses of pending_sizes.
13288         * c-decl.c (store_parm_decls): Likewise.
13289         * c-tree.h (struct c_arg_info): Likewise.
13290         * tree.h: Update the prototype for get_pending_sizes and
13291         put_pending_sizes.
13292
13293 2010-05-05  Jason Merrill  <jason@redhat.com>
13294
13295         PR debug/43370
13296         * c-common.c (handle_aligned_attribute): Respect
13297         ATTR_FLAG_TYPE_IN_PLACE.
13298
13299         PR testsuite/43758
13300         * target.h (struct gcc_target): Add attribute_takes_identifier_p.
13301         * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
13302         (TARGET_INITIALIZER): Use it.
13303         * c-common.c (attribute_takes_identifier_p): Call it.
13304         * c-common.h: Update prototype.
13305         * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
13306         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
13307
13308 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
13309
13310         PR debug/43950
13311         * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
13312         DW_ID_down_case for Fortran compilation units.
13313
13314 2010-05-05  Jan Hubicka  <jh@suse.cz>
13315
13316         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
13317         handle aliases.
13318
13319 2010-05-05  Eric Botcazou  <ebotcazou@adacore.com>
13320
13321         * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
13322         a variable-sized RESULT_DECL.
13323
13324 2010-05-05  Maxim Kuvyrkov  <maxim@codesourcery.com>
13325
13326         * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
13327
13328 2010-05-05  Jason Merrill  <jason@redhat.com>
13329
13330         PR c++/43787
13331         * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
13332         returns GS_OK.
13333         (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
13334
13335 2010-05-05  Alexandre Oliva  <aoliva@redhat.com>
13336             Jakub Jelinek  <jakub@redhat.com>
13337
13338         PR debug/43478
13339         * df-problems.c (struct dead_debug_use, struct dead_debug): New.
13340         (dead_debug_init, dead_debug_finish): New functions.
13341         (dead_debug_add, dead_debug_insert_before): Likewise.
13342         (df_note_bb_compute): Initialize a dead_debug object, add dead
13343         debug uses to it, insert debug bind insns before death insns,
13344         reset debug insns that refer to pending uses at the end.
13345         * rtl.h (make_debug_expr_from_rtl): New prototype.
13346         * varasm.c (make_debug_expr_from_rtl): New function.
13347
13348 2010-05-05  Jan Hubicka  <jh@suse.cz>
13349
13350         * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
13351         (lto_varpool_encoder_new, lto_varpool_encoder_delete,
13352         lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
13353         lto_varpool_encoder_deref, lto_varpool_encoder_size,
13354         lto_varpool_encoder_encode_initializer_p,
13355         lto_set_varpool_encoder_encode_initializer): New functions.
13356         (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
13357         call output_varpool.
13358         (input_varpool_node): Do not always set analyzed.
13359         (input_cgraph_1): Return vector of cgraph nodes.
13360         (input_varpool_1): Return vector of varpools.
13361         (input_cgraph): Free the vectors.
13362         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
13363         output only initializers needed.
13364         (lto_output): Only call output_cgraph.
13365         (produce_asm_for_decls): Call lto_varpool_encoder_delete.
13366         * lto-section-out.c (lto_new_out_decl_state): Initialize
13367         state->varpool_node_encoder.
13368         * lto-streamer.h (lto_varpool_encoder_d): New.
13369         (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
13370         (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
13371         (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
13372         lto_varpool_encoder_encode, lto_varpool_encoder_delete,
13373         lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
13374         Declare.
13375         (output_varpool, input_varpool): Remove declarations.
13376
13377 2010-05-05  Jan Hubicka  <jh@suse.cz>
13378
13379         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
13380         with body can prevail.
13381
13382 2010-05-05  Jan Hubicka  <jh@suse.cz>
13383
13384         * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
13385         size.
13386
13387 2010-05-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
13388
13389         * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
13390
13391         * gengtype.h (erro_at_line): Constify pos argument.
13392
13393         * gengtype.c: Include hashtab.h.
13394         (enum gc_used): Document GC_MAYBE_POINTED_TO.
13395         (error_at_line): Constify pos argument.
13396         (do_typedef): Initialize p->opt field.
13397         (get_file_gtfilename): Fix comment typo.
13398         (struct walk_type_data): Constify line field.
13399         (get_output_file_for_structure): New function.
13400         (write_local_func_for_structure): Constify orig_s argument.
13401         Use get_output_file_for_structure.
13402         (write_func_for_structure): Use get_output_file_for_structure.
13403         (INDENT): New define.
13404         (dump_pair, dump_type, dump_type_list, dump_typekind)
13405         (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
13406         (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
13407         functions.
13408         (seen_types): New variable.
13409         (main): New variable do_dump.  Process "-d" command line option.
13410         Call dump_everything if dump requested.
13411
13412 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
13413
13414         * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
13415         in a temporary instead of invoking the macro multiple times.
13416         (track_expr_p): Likewise.
13417
13418 2010-05-04  Neil Vachharajani  <nvachhar@google.com>
13419
13420         * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
13421         per new semantics.
13422         * opts.c (decode_options): Enable -Werror=coverage-mismatch.
13423         * coverage.c (get_coverage_counts): Always emit a warning.  Adjust
13424         conditions for printing notes.
13425         * common.opt (-Wcoverage-mismatch): Allow negative, default to
13426         true, update documentation.
13427         * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
13428
13429 2010-05-04  Jakub Jelinek  <jakub@redhat.com>
13430
13431         PR c/43981
13432         * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
13433         on dimen.
13434
13435 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
13436
13437         PR target/43799
13438         * config/i386/i386.md (sse_prologue_save): Clobber CC register.
13439         (*sse_prologue_save_insn1): Likewise.
13440         (SSE prologue save splitter): Likewise.
13441
13442 2010-05-04  Eric Botcazou  <ebotcazou@adacore.com>
13443
13444         * tree.c (free_lang_data_in_one_sizepos): New inline function.
13445         (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
13446         types.  Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
13447         (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
13448         all decls.  Call it on DECL_FIELD_OFFSET of fields.
13449         (find_decls_types_r): Follow DECL_VALUE_EXPR.
13450         (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
13451
13452 2010-05-04  Martin Jambor  <mjambor@suse.cz>
13453
13454         * tree-sra.c (build_access_from_expr_1): The first parameter type
13455         changed to simple tree.
13456         (build_access_from_expr): Likewise, gsi parameter was eliminated.
13457         (scan_assign_result): Renamed to assignment_mod_result, enum elements
13458         renamed as well.
13459         (build_accesses_from_assign): Removed all parameters except for a
13460         simple gimple statement.  Now returns a simple bool.
13461         (scan_function): All non-analysis parts moved to separate functions
13462         sra_modify_function_body and ipa_sra_modify_function_body.  Removed all
13463         parameters and updated both callers.
13464         (sra_modify_expr): Removed parameter data.
13465         (sra_modify_function_body): New function.
13466         (perform_intra_sra): Call sra_modify_function_body to modify the
13467         function body.
13468         (replace_removed_params_ssa_names): Parameter data changed into
13469         adjustments vector.
13470         (sra_ipa_modify_expr): Likewise.  Also removed unused parameter gsi and
13471         changed the parameter dont_convert to convert with the opposite
13472         meaning.
13473         (sra_ipa_modify_assign): Parameter data changed into adjustments
13474         vector, return value changed to bool.
13475         (ipa_sra_modify_function_body): New function.
13476         (sra_ipa_reset_debug_stmts): Updated a comment.
13477         (modify_function): Use ipa_sra_modify_function_body to modify function
13478         body.
13479
13480 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
13481
13482         PR middle-end/43671
13483         * alias.c (true_dependence): Handle the same VALUE in x and mem.
13484         (canon_true_dependence): Likewise.
13485         (write_dependence_p): Likewise.
13486
13487 2010-05-04  Jan Hubicka  <jh@suse.cz>
13488
13489         * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
13490         * cgraphbuild.c: Include ipa-utils.h
13491         (record_reference_ctx): New struct.
13492         (record_reference): Simplify to work on initializers; not statements.
13493         (mark_address, mark_load, mark_store): New.
13494         (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
13495         walk PHI nodes too.
13496         (record_references_in_initializer): Update use of record_reference.
13497         (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
13498         walk PHI nodes too.
13499
13500 2010-05-04  Jan Hubicka  <jh@suse.cz>
13501
13502         * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
13503         node will be removed anyway.
13504         (lto_varpool_replace_node): Allow also unanalyzed nodes;
13505         relink aliases of node into prevailing node.
13506         * varpool.c (varpool_remove_node): Remove aliases properly;
13507         when removing node, remove all its aliases too; remove DECL_INITIAL
13508         of removed node; ggc_free the varpool node.
13509
13510 2010-05-04  Richard Guenther  <rguenther@suse.de>
13511
13512         PR tree-optimization/43879
13513         * tree-ssa-structalias.c (alias_get_name): Use
13514         DECL_ASSEMBLER_NAME if available.
13515         (create_function_info_for): Return the varinfo node.
13516         (ipa_pta_execute): Associate same-body aliases and extra names
13517         with their origin nodes varinfo.  Dump DECL_ASSEMBLER_NAME.
13518
13519 2010-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
13520
13521         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
13522
13523 2010-05-04  Mikael Pettersson  <mikpe@it.uu.se>
13524
13525         PR bootstrap/43964
13526         * ira-color.c (assign_hard_reg): Declare rclass and add_cost
13527         only if HONOR_REG_ALLOC_ORDER is not defined.
13528
13529 2010-05-04  Richard Guenther  <rguenther@suse.de>
13530
13531         PR tree-optimization/43949
13532         * tree-vrp.c (extract_range_from_binary_expr): Only handle
13533         TRUNC_MOD_EXPR.
13534
13535 2010-04-26  Jason Merrill  <jason@redhat.com>
13536
13537         * c.opt (-fstrict-enums): New.
13538         * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
13539
13540 2010-05-03  David Ung  <davidu@mips.com>
13541             James E. Wilson  <wilson@codesourcery.com>
13542
13543         * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
13544         emit the trap instruction before the divide for TUNE_74K.
13545
13546 2010-05-03  Steven Bosscher  <steven@gcc.gnu.org>
13547
13548         * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
13549         (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
13550         based on the above, for new target hook.
13551
13552         * hooks.c (hook_bool_mode_true): New generic hook.
13553         * hooks.h (hook_bool_mode_true): Add prototype.
13554
13555         * target.h (struct gcc_target): Add small_register_classes_for_mode_p
13556         target hook.
13557         * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
13558         target hook, set to hook_bool_mode_false.
13559         * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
13560         * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
13561         with targetm.small_register_classes_for_mode_p.
13562         (find_reusable_reload): Likewise.
13563         (combine_reloads): Likewise.
13564         * reload1.c (reload_as_needed): Likewise.
13565         * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
13566         * ifcvt.c (noce_process_if_block, check_cond_move_block,
13567         dead_or_predicable): Likewise.
13568         * regmove.c (optimize_reg_copy_1): Likewise.
13569         * calls.c (prepare_call_address): Likewise.
13570         (precompute_register_parameters): Likewise.
13571
13572         * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
13573         hook definition.
13574         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
13575         implementation of the hook that considers all register classes
13576         small except for SH64.
13577         (sh_override_options): Use the new hook.
13578         * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
13579         Add prototype.
13580
13581         * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
13582         hook definition.
13583         * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
13584         implementation of the hook that considers all register classes
13585         small for THUMB1.
13586         * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
13587         Add prototype.
13588
13589         * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
13590         hook definition.
13591         * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
13592         implementation of the hook that considers all register classes
13593         small for MIPS16.
13594         * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
13595         Add prototype.
13596
13597         * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
13598         hook definition.
13599         * config/m32c/m32c.h: Likewise.
13600         * config/pdp11/pdp11.h: Likewise.
13601         * config/avr/avr.h: Likewise.
13602         * config/xtensa/xtensa.h: Likewise.
13603         * config/m68hc11/m68hc11.h: Likewise.
13604         * config/mn10300/mn10300.h: Likewise.
13605         * config/mcore/mcore.h: Likewise.
13606         * config/h8300/h8300.h: Likewise.
13607         * config/bfin/bfin.h: Likewise.
13608
13609         * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
13610         * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
13611
13612 2010-05-03  Anatoly Sokolov  <aesok@post.ru>
13613
13614         * double-int.h (tree_to_double_int): Remove macro.
13615         (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
13616         * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
13617         (tree_to_double_int): New function.
13618         * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
13619         Move ...
13620         * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
13621
13622 2010-05-03  Richard Guenther  <rguenther@suse.de>
13623
13624         PR tree-optimization/43971
13625         * tree-ssa-structalias.c (get_constraint_for_1): Fix
13626         constraints in the !flag_delete_null_pointer_checks case.
13627
13628 2010-05-03  Jakub Jelinek  <jakub@redhat.com>
13629
13630         PR debug/43972
13631         * config/i386/i386.c (ix86_delegitimize_address): Make sure the
13632         result mode matches original rtl mode.
13633
13634 2010-05-03  Dave Korn  <dave.korn.cygwin@gmail.com>
13635
13636         PR target/43888
13637         * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
13638
13639 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
13640
13641         * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
13642         when processing flag options.
13643
13644 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
13645
13646         * gcov-iov.c (main): Change format string placeholder
13647         from %#08x to 0x%08x.
13648         * genchecksum.c (dosum): Change format string placeholder
13649         from %#02x to 0x%02x.
13650
13651 2010-05-02  Richard Guenther  <rguenther@suse.de>
13652
13653         PR tree-optimization/43879
13654         * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
13655
13656 2010-05-02  Bruno Haible  <bruno@clisp.org>
13657
13658         * doc/extend.texi (Function Attributes): Fix a typo.
13659
13660 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
13661
13662         Revert:
13663         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
13664         placeholder from 0x%x to %#x.
13665         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
13666         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
13667         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
13668         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
13669         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
13670         * config/i386/i386.c (ix86_target_string): Ditto.
13671         * config/i386/i386.c (output_pic_addr_const): Ditto.
13672         (print_operand): Ditto.
13673
13674 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
13675
13676         * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
13677         placeholder from 0x%x to %#x.
13678         (ASM_OUTPUT_DEBUG_DATA1): Ditto.
13679         (ASM_OUTPUT_DEBUG_DATA4): Ditto.
13680         (ASM_OUTPUT_DEBUG_DATA): Ditto.
13681         (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
13682         (ASM_OUTPUT_DEBUG_DATA8): Ditto.
13683         * optc-gen.awk: Ditto.
13684         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
13685         (HOST_WIDE_INT_PRINT_HEX): Ditto.
13686         (HOST_WIDEST_INT_PRINT_HEX): Ditto.
13687         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
13688
13689 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
13690
13691         * target.h (struct calls): Add function_value_regno_p field.
13692         * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
13693         (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
13694         * targhooks.c (default_function_value_regno_p): New function.
13695         * targhooks.h (default_function_value_regno_p): Declare function.
13696         * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
13697         * builtins.c. (apply_result_size): (Ditto.).
13698         * combine.c. (likely_spilled_retval_p): (Ditto.).
13699         * mode-switching.c. Include 'target.h'.
13700         (create_pre_exit): Use function_value_regno_p hook.
13701         * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
13702         * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
13703         TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
13704
13705         * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
13706         * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
13707         (ix86_function_value_regno_p): Declare as static, change argument
13708         type to const unsigned int.
13709         * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
13710
13711 2010-05-01  Richard Guenther  <rguenther@suse.de>
13712
13713         PR tree-optimization/43949
13714         * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
13715         types.
13716         (extract_range_from_binary_expr): Handle *_MOD_EXPR.
13717
13718 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
13719
13720         * rtl.h (CONST_DOUBLE_P): Define.
13721         (rtx_to_double_int): Declare.
13722         * emit-rtl.c (rtx_to_double_int): New function.
13723         * dwarf2out.c (insert_double): New function.
13724         (loc_descriptor, add_const_value_attribute): Clean up, use
13725         rtx_to_double_int and insert_double functions.
13726
13727 2010-05-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
13728
13729         * doc/extend.texi (Inline): Add missing return keyword to examples.
13730         (Function Attributes, Variable Attributes, Pragmas): Hyphenate
13731         "command-line".
13732
13733 2010-04-30  Eric Botcazou  <ebotcazou@adacore.com>
13734
13735         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
13736         the variable part of the offset as well.  Use highest_pow2_factor for
13737         all alignment checks.
13738
13739 2010-04-30  Richard Guenther  <rguenther@suse.de>
13740
13741         PR tree-optimization/43879
13742         * tree-ssa-structalias.c (type_could_have_pointers): Functions
13743         can have pointers.
13744
13745 2010-04-30  Jan Hubicka  <jh@suse.cz>
13746
13747         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
13748         varpool.
13749         (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
13750
13751 2010-04-30  Jan Hubicka  <jh@suse.cz>
13752
13753         * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
13754         New.
13755         * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
13756         * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
13757         (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
13758         cgraph_node_set_needs_ltrans_p): Remove.
13759
13760 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
13761
13762         * sdbout.c: Include vec.h, do not include varray.h.
13763         (deferred_global_decls, sdbout_global_decl,
13764         sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
13765         * toplev.c: Do not include varray.h.
13766         (dump_memory_report): Do not dump VARRAY statistics.
13767         * gengtype.c (open_base_file): Ignore varray.h.
13768         * Makefile.in: Update for abovementioned changes.
13769         Remove all traces of varray.c and varray.h.
13770         * varray.c: Remove file.
13771         * varray.h: Remove file.
13772
13773 2010-04-30  Jan Hubicka  <jh@suse.cz>
13774
13775         * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
13776         references.
13777
13778 2010-04-30  Jan Hubicka  <jh@suse.cz>
13779
13780         * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
13781         needed.
13782
13783 2010-04-30  Richard Guenther  <rguenther@suse.de>
13784
13785         * tree-ssa-structalias.c (get_constraint_for_1): Generate
13786         constraints for CONSTRUCTOR.
13787
13788 2010-04-30  Richard Guenther  <rguenther@suse.de>
13789
13790         PR lto/43946
13791         * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
13792         first after all lowering passes.
13793
13794 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
13795
13796         * toplev.c: Include varray.h for statistics dumping.
13797         * tree.h: Do not declare varray_head_tag.
13798         * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
13799         regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
13800         c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
13801         gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
13802         lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
13803         tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
13804         c-common.c, c-common.h, reg-stack.c, basic-block.h,
13805         tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
13806         include varray.h.
13807         * Makefile.in: Update for abovementioned changes.
13808
13809 2010-04-30  Jakub Jelinek  <jakub@redhat.com>
13810
13811         PR debug/43942
13812         * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
13813
13814 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
13815
13816         * config/picochip/picochip.c (picochip_legitimize_address): Define.
13817         Use this function to do machine-specific conversion.
13818         (picochip_legitimize_reload_address): Likewise.
13819         (picochip_legitimate_address_p): Check valid base register only if
13820         strict.
13821         (picochip_check_conditional_copy): Check for modw only if opnd is
13822         register.
13823         * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
13824         to call the function in c.
13825         * config/picochip/picochip-protos.h
13826         (picochip_legitimize_reload_address): Define.
13827         * config/picochip/picochip.md (supported_compare1): Define.
13828
13829 2010-04-30  Jan Hubicka  <jh@suse.cz>
13830
13831         * cgraph.h (cgraph_local_info): Remove for_functions_valid.
13832         (cgraph_global_info): Remove inlined.
13833         (LTO_cgraph_tag_names): Remove.
13834         (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
13835         * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
13836         simplify cgraph tags and document.
13837         (lto_output_node): Use only LTO_cgraph_unavail_node and
13838         LTO_cgraph_analyzed_node; Do not save analzed, reachable,
13839         for_functions_valid, global info, process and output flags.
13840         (input_overwrite_node): Initialize estimated stack size and
13841         estimated growth.  Do not read flags we no longer store.
13842         (input_node): Likewise do not read info no longer stored.
13843         * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
13844         flag.
13845
13846 2010-04-30  Richard Guenther  <rguenther@suse.de>
13847
13848         PR tree-optimization/43879
13849         * tree-ssa-structalias.c (get_constraint_for_1): Properly
13850         handle non-zero initializers.
13851
13852 2010-04-30  Richard Guenther  <rguenther@suse.de>
13853
13854         * builtins.c (fold_builtin_1): Delete free (0).
13855
13856 2010-04-29  Jan Hubicka  <jh@suse.cz>
13857
13858         * gengtype.c (open_base_files): Add lto-streamer.h
13859         * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
13860         (pass_ipa_cp): GGC collect.
13861         * toplev. (compile_file): Do not output symbols.
13862         * ipa-inline.c (pass_ipa_inline): Add ggc collect.
13863         * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
13864         TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
13865         * lto-section-in.c: Include ggc.h
13866         (lto_new_in_decl_state): Alloc in GGC.
13867         (lto_delete_in_decl_state): Likewise.
13868         * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
13869         Collect.
13870
13871 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
13872
13873         PR target/42895
13874         * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
13875         ORDER_REGS_FOR_LOCAL_ALLOC.  All instances of this macro changed.
13876         (HONOR_REG_ALLOC_ORDER): Describe new macro.
13877         * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
13878         * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
13879         account only if HONOR_REG_ALLOC_ORDER is not defined.
13880         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
13881         * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
13882
13883 2010-04-29  Jon Grant  <04@jguk.org>
13884
13885         * collect2.c (vflag): Change type from int to bool.
13886         (debug): Likewise.
13887         (helpflag): New global bool.
13888         (main): Set vflag and debug with boolean, not integer truth values.
13889         Accept new "--help" option and output usage text if found.
13890         * collect2.h (vflag): Update prototype.
13891         (debug): Likewise.
13892
13893 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
13894
13895         PR bootstrap/43936
13896         * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
13897
13898 2010-04-29  Richard Guenther  <rguenther@suse.de>
13899
13900         PR bootstrap/43935
13901         * plugin.h (invoke_plugin_callbacks): Annotate arguments
13902         with ATTRIBUTE_UNUSED.
13903
13904 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
13905
13906         PR target/43921
13907         * config/i386/i386.c (get_some_local_dynamic_name): Replace
13908         INSN_P with NONDEBUG_INSN_P.
13909         (distance_non_agu_define): Likewise.
13910         (distance_agu_use): Likewise.
13911
13912 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
13913
13914         From Dominique d'Humieres  <dominiq@lps.ens.fr>
13915         PR bootstrap/43858
13916         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
13917         test_set.
13918
13919 2010-04-29  Brian Hackett  <bhackett1024@gmail.com>
13920
13921         * plugin.h (invoke_plugin_callbacks): New inline function.
13922         * plugin.c (flag_plugin_added): New global flag.
13923         (add_new_plugin): Initialize above flag.
13924         (invoke_plugin_callbacks): Rename to ...
13925         (invoke_plugin_callbacks_full): ... this.
13926
13927 2010-04-28  Jan Hubicka  <jh@suse.cz>
13928
13929         * lto-symtab.c (lto_symtab_entry_def) Add vnode.
13930         (lto_varpool_replace_node): New.
13931         (lto_symtab_resolve_symbols): Resolve varpool nodes.
13932         (lto_symtab_merge_decls_1): Prefer decls with varpool node.
13933         (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
13934         * cgraph.h (varpool_node_ptr): New type.
13935         (varpool_node_ptr): New vector.
13936         (varpool_node_set_def): New structure.
13937         (varpool_node_set): New type.
13938         (varpool_node_set): New vector.
13939         (varpool_node_set_element_def): New structure.
13940         (varpool_node_set_element, const_varpool_node_set_element): New types.
13941         (varpool_node_set_iterator): New type.
13942         (varpool_node): Add prev pointers, add used_from_other_partition,
13943         in_other_partition.
13944         (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
13945         varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
13946         varpool_get_node, varpool_remove_node): Declare.
13947         (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
13948         varpool_node_set_size): New inlines.
13949         * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
13950         * tree-pass.h (varpool_node_set_def): Forward declare.
13951         (ipa_opt_pass_d): Summary writting takes vnode sets too.
13952         (ipa_write_optimization_summaries): Update prototype.
13953         * ipa-cp.c (ipcp_write_summary): Update.
13954         * ipa-reference.c (ipa_reference_write_summary): Update.
13955         * lto-cgraph.c (lto_output_varpool_node): New static function.
13956         (output_varpool): New function.
13957         (input_varpool_node): New static function.
13958         (input_varpool_1): New function.
13959         (input_cgraph): Input varpool.
13960         * ipa-pure-const.c (pure_const_write_summary): Update.
13961         * lto-streamer-out.c (lto_output): Update, output varpool too.
13962         (write_global_stream): Kill WPA hack.
13963         (produce_asm_for_decls): Update.
13964         (output_alias_pair_p): Handle variables.
13965         (output_unreferenced_globals): Output only needed partition of varpool.
13966         * ipa-inline.c (inline_write_summary): Update.
13967         * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
13968         cgraph.
13969         * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
13970         * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
13971         varpool_node_set_new, varpool_node_set_add,
13972         varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
13973         debug_varpool_node_set): New functions.
13974         * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
13975         (execute_one_pass): Process new decls too.
13976         (ipa_write_summaries_2): Pass around vsets.
13977         (ipa_write_summaries_1): Likewise.
13978         (ipa_write_summaries): Build vset; be more selective about cgraph nodes
13979         to add.
13980         (ipa_write_optimization_summaries_1): Pass around vsets.
13981         (ipa_write_optimization_summaries): Likewise.
13982         * varpool.c (varpool_get_node): New.
13983         (varpool_node): Update doubly linked lists.
13984         (varpool_remove_node): New.
13985         (dump_varpool_node): More dumping.
13986         (varpool_enqueue_needed_node): Update doubly linked lists.
13987         (decide_is_variable_needed): Kill ltrans hack.
13988         (varpool_finalize_decl): Kill lto hack.
13989         (varpool_assemble_decl): Skip decls in other partitions.
13990         (varpool_assemble_pending_decls): Update doubly linkes lists.
13991         (varpool_empty_needed_queue): Likewise.
13992         (varpool_extra_name_alias): Likewise.
13993         * lto-streamer.c (lto_get_section_name): Add vars section.
13994         * lto-streamer.h (lto_section_type): Update.
13995         (output_varpool, input_varpool): Declare.
13996
13997 2010-04-28  Mike Stump  <mikestump@comcast.net>
13998
13999         * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
14000
14001 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
14002
14003         * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
14004         record or union type with RECORD_OR_UNION_TYPE_P predicate.
14005         (lto_input_ts_type_tree_pointers): Likewise.
14006         * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
14007         (lto_output_ts_type_tree_pointers): Likewise.
14008
14009 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
14010
14011         Uniquization of constants at the Tree level
14012         * tree.h (DECL_IN_CONSTANT_POOL): New macro.
14013         (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
14014         bit to the end.
14015         (tree_output_constant_def): Declare.
14016         * gimplify.c (gimplify_init_constructor): When using block copy, first
14017         uniquize the constant constructor on the RHS.
14018         * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
14019         DECL_IN_CONSTANT_POOL flag.
14020         * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
14021         * varasm.c (make_decl_rtl): Deal with variables belonging to the global
14022         constant pool.
14023         (assemble_variable): Deal with symbols belonging to the tree constant
14024         pool.
14025         (get_constant_section): Add ALIGN parameter and simplify.
14026         (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
14027         (assemble_constant_contents): Use the expression of the VAR_DECL.
14028         (output_constant_def_contents): Use the alignment of the VAR_DECL.
14029         (tree_output_constant_def): New global function.
14030         (mark_constant): Use the expression of the VAR_DECL.
14031         (place_block_symbol): Use the alignment of the VAR_DECL and the size of
14032         its expression.
14033         (output_object_block): Likewise and assemble the expression.
14034
14035 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
14036
14037         * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
14038         hash_tree, eq_tree): New tree hash table.
14039         (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
14040         [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
14041         lto_orig_address_remove): Reimplement.
14042
14043 2010-04-28  Xinliang David Li  <davidxl@google.com>
14044
14045         PR c/42643
14046         * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
14047         (compute_uninit_opnds_pos): New function.
14048         (is_non_loop_exit_postdominating): New function.
14049         (compute_control_dep_chain): New function.
14050         (find_pdom): New function.
14051         (convert_control_dep_chain_into_preds): New function.
14052         (find_predicates): New function.
14053         (find_control_equiv_block): New function.
14054         (collect_phi_def_edges): New function.
14055         (find_def_preds): New function.
14056         (find_dom): New function.
14057         (dump_predicates): New function.
14058         (get_cmp_code): New function.
14059         (is_value_included_in): New function.
14060         (find_matching_predicate_in_rest_chains): New function.
14061         (use_pred_not_overlap_with_undef_path_pred): New function.
14062         (is_use_properly_guarded): New function.
14063         (normalize_cond_1): New function.
14064         (is_and_or_or): New function.
14065         (normalize_cond): New function.
14066         (is_gcond_subset_of): New function.
14067         (is_subset_of_any): New function.
14068         (is_or_set_subset_of): New function.
14069         (is_and_set_subset_of): New function.
14070         (is_norm_cond_subset_of): New function.
14071         (is_pred_expr_subset_of): New function.
14072         (is_pred_chain_subset_of): New function.
14073         (is_included_in): New function.
14074         (is_superset_of): New function.
14075         (find_uninit_use): New function.
14076         (warn_uninitialized_phi): New function.
14077         (compute_possibly_undefined_names): New function.
14078         (ssa_undefined_value_p): New function.
14079         (execute_late_warn_uninitialized): New function.
14080         * tree-ssa.c (ssa_undefined_value_p): Removed.
14081         (warn_uninit): Changed to extern.
14082         (warn_uninitialized_phi): Removed.
14083         (warn_uninitialized_vars): Changed to extern.
14084         (execute_late_warn_uninitialized): Removed
14085         * tree-flow.h: Add new prototypes.
14086         * timevar.def: Add new time variable.
14087         * Makefile.in: Add new build file.
14088
14089 2010-04-28  Uros Bizjak  <ubizjak@gmail.com>
14090
14091         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
14092         type if available.
14093
14094 2010-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14095
14096         PR target/22224
14097         * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
14098
14099 2010-04-28  Martin Jambor  <mjambor@suse.cz>
14100
14101         * cgraph.h (struct cgraph_node): New field indirect_calls.
14102         (struct cgraph_indirect_call_info): New type.
14103         (struct cgraph_edge): Removed field indirect_call. New fields
14104         indirect_info, indirect_inlining_edge and indirect_unknown_callee.
14105         (cgraph_create_indirect_edge): Declare.
14106         (cgraph_make_edge_direct): Likewise.
14107         (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
14108         * ipa-prop.h (struct ipa_param_call_note): Removed.
14109         (struct ipa_node_params): Removed field param_calls.
14110         (ipa_create_all_structures_for_iinln): Declare.
14111         * cgraph.c: Described indirect edges and uids in initial comment.
14112         (cgraph_add_edge_to_call_site_hash): New function.
14113         (cgraph_edge): Search also among the indirect edges, use
14114         cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
14115         (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
14116         one, use cgraph_add_edge_to_call_site_hash to add edges to the call
14117         site hash.
14118         (initialize_inline_failed): Assign a reason to indirect edges.
14119         (cgraph_create_edge_1): New function.
14120         (cgraph_create_edge): Moved some functionality to
14121         cgraph_create_edge_1.
14122         (cgraph_create_indirect_edge): New function.
14123         (cgraph_edge_remove_callee): Add an assert checking for
14124         non-indirectness.
14125         (cgraph_edge_remove_caller): Special-case indirect edges.
14126         (cgraph_remove_edge): Likewise.
14127         (cgraph_set_edge_callee): New function.
14128         (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
14129         (cgraph_make_edge_direct): New function.
14130         (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
14131         the declaration of the call statement matches.
14132         (cgraph_node_remove_callees): Special-case indirect edges.
14133         (cgraph_clone_edge): Likewise.
14134         (cgraph_clone_node): Clone also the indirect edges.
14135         (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
14136         indirect_call, dump count of indirect_calls edges.
14137         * ipa-prop.c (iinlining_processed_edges): New variable.
14138         (ipa_note_param_call): Create indirect edges instead of
14139         creating notes.  New parameter node.
14140         (ipa_analyze_call_uses): New parameter node, pass it on to
14141         ipa_note_param_call.
14142         (ipa_analyze_stmt_uses): Likewise.
14143         (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
14144         (print_edge_addition_message): Work on edges rather than on notes.
14145         (update_call_notes_after_inlining): Likewise, renamed to
14146         update_indirect_edges_after_inlining.
14147         (ipa_create_all_structures_for_iinln): New function.
14148         (ipa_free_node_params_substructures): Do not free notes.
14149         (ipa_edge_duplication_hook): Propagate bits within
14150         iinlining_processed_edges bitmap.
14151         (ipa_node_duplication_hook): Do not duplicate notes.
14152         (free_all_ipa_structures_after_ipa_cp): Renamed to
14153         ipa_free_all_structures_after_ipa_cp.
14154         (free_all_ipa_structures_after_iinln): Renamed to
14155         ipa_free_all_structures_after_iinln.
14156         (ipa_write_param_call_note): Removed.
14157         (ipa_read_param_call_note): Removed.
14158         (ipa_write_indirect_edge_info): New function.
14159         (ipa_read_indirect_edge_info): Likewise.
14160         (ipa_write_node_info): Do not stream notes, do stream information
14161         in indirect edges.
14162         (ipa_read_node_info): Likewise.
14163         (lto_ipa_fixup_call_notes): Removed.
14164         * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
14165         * ipa-inline.c (pass_ipa_inline): Likewise.
14166         * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
14167         * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
14168         * tree-inline.c (copy_bb): Removed an unnecessary double check for
14169         is_gimple_call.
14170         * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
14171         edges.
14172         * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
14173         (output_cgraph): Stream also indirect edges.
14174         (lto_output_edge): Added capability to stream indirect edges.
14175         (input_edge): Likewise.
14176         (input_cgraph_1): Likewise.
14177         * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
14178         of indirect edges.
14179
14180 2010-04-28  Richard Guenther  <rguenther@suse.de>
14181
14182         PR tree-optimization/43879
14183         PR tree-optimization/43909
14184         * tree-ssa-structalias.c (struct variable_info): Add
14185         only_restrict_pointers flag.
14186         (new_var_info): Initialize it.  Increment stats.total_vars here.
14187         (create_function_info_for): Do not increment stats.total_vars here.
14188         (get_function_part_constraint): Fix build with C++.
14189         (insert_into_field_list): Remove.
14190         (push_fields_onto_fieldstack): Properly merge fields.
14191         (create_variable_info_for): Split and simplify.
14192         (create_variable_info_for_1): New piece.
14193         (intra_create_variable_infos): Properly make restrict constraints
14194         from parameters.
14195
14196 2010-04-28  Richard Guenther  <rguenther@suse.de>
14197
14198         PR c++/43880
14199         * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
14200
14201 2010-04-27  Manuel López-Ibáñez  <manu@gcc.gnu.org>
14202             Jan Hubicka  <hubicka@ucw.cz>
14203
14204         * doc/invoke.texi (-Wsuggest-attribute=const,
14205         -Wsuggest-attribute=pure): Document.
14206         * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
14207         (function_always_visible_to_compiler_p,
14208         suggest_attribute, warn_function_pure, warn_function_const):
14209         New functions.
14210         (check_call): Improve debug info.
14211         (analyze_function): Do not check availability.
14212         (add_new_function): Check availability.
14213         (propagate): Output warnings.
14214         (skip_function_for_local_pure_const): New function.
14215         (local_pure_const): Use it; output warnings.
14216         * common.opt (Wsuggest-attribute=const,
14217         Wsuggest-attribute=pure): New.
14218
14219 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
14220
14221         * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
14222         force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
14223         or DW_CFA_def_cfa_offset{,_sf}.
14224
14225 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
14226
14227         * tree.h: Fix truncated long macros.
14228
14229 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
14230
14231         * collect2.c (TARGET_64BIT): Redefine to target's default.
14232         * tlink.c: Likewise.
14233         * config/i386/cygming.h (USER_LABEL_PREFIX): Define
14234         dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
14235         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
14236         for underscoring __USER_LABEL_PREFIX__.
14237         * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
14238         (SUB_LINK_ENTRY32): New.
14239         (SUB_LINK_ENTRY64): New.
14240         (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
14241         * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
14242         (SUB_LINK_ENTRY64): New.
14243         (SUB_LINK_ENTRY): New.
14244         (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
14245         (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
14246         x64 target is choosen.
14247         * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
14248         * configure: Regenerated.
14249         * configure.ac (leading-mingw64-underscores): Option added.
14250
14251 2010-04-27  Jan Hubicka  <jh@suse.cz>
14252
14253         * doc/invoke.texi (-fipa-profile): Document.
14254         * opts.c (decode_options): Enable ipa-profile at -O1.
14255         * timevar.def (TV_IPA_PROFILE): Define.
14256         * common.opt (fipa-profile): Add.
14257         * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
14258         flag for clones.
14259         (cgraph_propagate_frequency): Handle only local ones.
14260         * tree-pass.h (pass_ipa_profile): Declare.
14261         * ipa-profile.c (gate_profile): Use flag_ipa_profile.
14262         (pass_ipa_profile): Use TV_IPA_PROFILE.
14263         * ipa.c (ipa_profile): New function.
14264         (gate_ipa_profile): Likewise.
14265         (pass_ipa_profile): New global variable.
14266         * passes.c (pass_ipa_profile): New.
14267
14268 2010-04-27  Nathan Froyd  <froydnj@codesourcery.com>
14269
14270         * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
14271
14272 2010-04-27  Martin Jambor  <mjambor@suse.cz>
14273
14274         PR middle-end/43812
14275         * ipa.c (dissolve_same_comdat_group_list): New function.
14276         (function_and_variable_visibility): Call
14277         dissolve_same_comdat_group_list when comdat group contains external or
14278         newly local nodes.
14279         * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
14280         lists are circular and that they contain only DECL_ONE_ONLY nodes.
14281
14282 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
14283
14284         * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
14285         (const_hash_1) <VECTOR_CST>: New case.
14286         (compare_constant) <VECTOR_CST>: Likewise.
14287         <ADDR_EXPR>: Deal with LABEL_REFs.
14288         (copy_constant) <VECTOR_CST>: New case.
14289
14290 2010-04-27  Jan Hubicka  <jh@suse.cz>
14291
14292         * cgraph.c (cgraph_propagate_frequency): New function.
14293         * cgraph.h (cgraph_propagate_frequency): Declare.
14294         * ipa-inline.c (cgraph_clone_inlined_nodes): Call
14295         cgraph_propagate_frequency.
14296
14297 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
14298
14299         * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
14300
14301 2010-04-27  Bernd Schmidt  <bernds@codesourcery.com>
14302
14303         PR target/40657
14304         * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
14305         (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
14306         here to determine which regs to push and how much stack to reserve.
14307
14308 2010-04-27  Jie Zhang  <jie@codesourcery.com>
14309
14310         * doc/gimple.texi (gimple_statement_with_ops): Remove
14311         addresses_taken field.
14312         (gimple_statement_with_memory_ops): Likewise.
14313
14314 2010-04-27  Jan Hubicka  <jh@suse.cz>
14315
14316         * tree-inline.c (eni_inlining_weights): Remove.
14317         (estimate_num_insns): Special case more builtins.
14318
14319 2010-04-27  Shujing Zhao  <pearly.zhao@oracle.com>
14320
14321         PR c/32207
14322         * c-typeck.c (build_binary_op): Move forward check for comparison
14323         pointer with null pointer constant and adjust the diagnostic message.
14324
14325 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
14326
14327         PR lto/42776
14328         * configure.ac (gcc_cv_as_section_has_align): Set if installed
14329         binutils supports extended .section directive needed by LTO, or
14330         warn if older binutils found.
14331         (LTO_BINARY_READER): New AC_SUBST'd variable.
14332         (LTO_USE_LIBELF): Likewise.
14333         * gcc/config.gcc (lto_binary_reader): New target-specific configure
14334         variable.
14335         * gcc/Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
14336         (LTO_USE_LIBELF): Likewise.
14337         * configure: Regenerate.
14338
14339         * collect2.c (is_elf): Rename from this ...
14340         (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
14341          object files in addition to ELF-formatted ones.
14342         (scan_prog_file): Caller updated.  Also allow for LTO info marker
14343         symbol to be prefixed or not by an extra underscore.
14344
14345         * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
14346         * config/i386/winnt.c: Also #include lto-streamer.h
14347         (i386_pe_asm_named_section): Specify 1-byte section alignment for
14348         LTO named sections.
14349         (i386_pe_asm_output_aligned_decl_common): Add comment.
14350         (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
14351
14352 2010-04-27  Hans-Peter Nilsson  <hp@bitrange.com>
14353
14354         PR target/43889
14355         * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
14356         Add missing earlyclobber for second alternative.
14357
14358 2010-04-26  Bernd Schmidt  <bernds@codesourcery.com>
14359
14360         * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
14361         bits for artificial defs at the top of the block.
14362         * fwprop.c (single_def_use_enter_block): Don't call it.
14363
14364 2010-04-26  Jack Howarth  <howarth@bromo.med.uc.edu>
14365
14366         PR 43715
14367         * gcc/configure.ac: Use "$gcc_cv_nm -g" on darwin
14368         instead of "$gcc_cv_objdump -T".
14369         Use "-undefined dynamic_lookup" on darwin.
14370         * gcc/configure: Regenerate.
14371
14372 2010-04-26  Jakub Jelinek  <jakub@redhat.com>
14373
14374         PR c/43893
14375         * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
14376
14377 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
14378
14379         * c-parser.c (struct c_token): Move location field up.
14380         * c-tree.h (struct c_typespec): Move expr_const_operands field up.
14381         (struct c_declspecs): Convert typespec_word, storage_class, and
14382         default_int_p into bitfields.
14383         (struct c_declarator): Move loc field up.
14384
14385 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
14386
14387         * cfgloop.h (struct loop): Move can_be_parallel field up.
14388         * ipa-prop.h (struct ip_node_params): Move bitfields up.
14389         * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
14390         down.
14391         (struct iv_cand): Convert pos field into a bitfield.
14392         * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
14393         field up.
14394         (struct _stmt_vec_info): Shuffle fields for better packing.
14395
14396 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
14397
14398         * varasm.c (IN_NAMED_SECTION): Remove guard.
14399         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
14400         (IN_NAMED_SECTION_P): ...this.
14401         (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
14402         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
14403
14404 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
14405
14406         * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
14407         Use VOID_TYPE_P for all void type tests.  Adjust TYPE variable instead
14408         of shadowing it.  Fix comments.
14409
14410 2010-04-26  Jan Hubicka  <jh@suse.cz>
14411
14412         * cgraph.c (cgraph_create_node): Set node frequency to normal.
14413         (cgraph_clone_node): Copy function frequency.
14414         * cgraph.h (node_frequency): New enum
14415         (struct cgraph_node): Add.
14416         * final.c (rest_of_clean_state): Update.
14417         * lto-cgraph.c (lto_output_node): Output node frequency.
14418         (input_overwrite_node): Input node frequency.
14419         * tre-ssa-loop-ivopts (computation_cost): Update.
14420         * lto-streamer-out.c (output_function): Do not output function
14421         frequency.
14422         * predict.c (maybe_hot_frequency_p): Update and handle functions
14423         executed once.
14424         (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
14425         attribute lookup.
14426         (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
14427         (compute_function_frequency): Set noreturn functions to be executed
14428         once.
14429         (choose_function_section): Update.
14430         * lto-streamer-in.c (input_function): Do not input function frequency.
14431         * function.c (allocate_struct_function): Do not initialize function
14432         frequency.
14433         * function.h (function_frequency): Remove.
14434         (struct function): Remove function frequency.
14435         * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
14436         (try_update): Update.
14437         * tree-inline.c (initialize_cfun): Do not update function frequency.
14438         * passes.c (pass_init_dump_file): Update.
14439         * i386.c (ix86_compute_frame_layout): Update.
14440         (ix86_pad_returns): Update.
14441
14442 2010-04-26  Jie Zhang  <jie@codesourcery.com>
14443
14444         PR tree-optimization/43833
14445         * tree-vrp.c (range_int_cst_p): New.
14446         (range_int_cst_singleton_p): New.
14447         (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
14448         when both operands are constants.  Use range_int_cst_p in
14449         BIT_IOR_EXPR case.
14450
14451 2010-04-26  Jan Hubicka  <jh@suse.cz>
14452
14453         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
14454
14455 2010-04-26  Richard Guenther  <rguenther@suse.de>
14456
14457         PR lto/43080
14458         * gimple.c (gimple_decl_printable_name): Deal gracefully
14459         with a NULL DECL_NAME.
14460
14461 2010-04-26  Richard Guenther  <rguenther@suse.de>
14462
14463         PR lto/42425
14464         * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
14465         if emitting debug information and it is either a function
14466         or a namespace decl.
14467
14468 2010-04-26  Ira Rosen  <irar@il.ibm.com>
14469
14470         * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
14471         determine if the statement is vectorizable, and a macro to access it.
14472         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
14473         Skip statements that can't be vectorized. If the analysis fails,
14474         mark the statement as unvectorizable if vectorizing basic block.
14475         (vect_compute_data_refs_alignment): Likewise.
14476         (vect_verify_datarefs_alignment): Skip statements marked as
14477         unvectorizable. Add print.
14478         (vect_analyze_group_access): Skip statements that can't be
14479         vectorized. If the analysis fails, mark the statement as
14480         unvectorizable if vectorizing basic block.
14481         (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
14482         * tree-vect-stmts.c (vectorizable_store): Fix the number of
14483         generated stmts for SLP.
14484         (new_stmt_vec_info): Initialize the new field.
14485         * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
14486         statements marked as unvectorizable.
14487
14488 2010-04-25  Joseph Myers  <joseph@codesourcery.com>
14489
14490         * c-common.c (flag_isoc1x): New.
14491         (flag_isoc99): Update comment.
14492         * c-common.h (flag_isoc1x): New.
14493         (flag_isoc99): Update comment.
14494         * c-cppbuiltin.c (builtin_define_float_constants): Also define
14495         __<type>_DECIMAL_DIG__.
14496         * c-opts.c (set_std_c1x): New.
14497         (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
14498         (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
14499         * c.opt (-std=c1x, -std=gnu1x): New options.
14500         * doc/cpp.texi: Mention -std=c1x.
14501         * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
14502         * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
14503         * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
14504         * doc/standards.texi: Mention C1X.
14505         * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
14506         LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
14507         LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
14508         Define for C1X.
14509
14510 2010-04-25  Uros Bizjak  <ubizjak@gmail.com>
14511
14512         * config/i386/gmon-sol2.c (_mcleanup): Change format string
14513         placeholder from 0x%x to %#x.
14514         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
14515         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
14516         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
14517         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
14518         * config/i386/i386.c (ix86_target_string): Ditto.
14519         (output_pic_addr_const): Ditto.
14520         (print_operand): Ditto.
14521
14522 2010-04-25  Paolo Bonzini  <bonzini@gnu.org>
14523
14524         * combine.c (find_split_point): Add third argument.  Use it
14525         to find nested multiply-accumulate instructions.  Adjust calls.
14526         (try_combine): Adjust call to find_split_point.
14527
14528 2010-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
14529
14530         * doc/contrib.texi (Contributors): Add Dodji Seketeli.
14531
14532 2010-04-24  Bernd Schmidt  <bernds@codesourcery.com>
14533
14534         PR tree-optimization/41442
14535         * fold-const.c (merge_truthop_with_opposite_arm): New function.
14536         (fold_binary_loc): Call it.
14537
14538 2010-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
14539
14540         * toplev.c (general_init): Set default for fdiagnostics-show-option.
14541         * opts.c (common_handle_option): Allow disabling it.
14542         * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
14543
14544 2010-04-23  Eric Botcazou  <ebotcazou@adacore.com>
14545
14546         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
14547         between modes if both types are integral.
14548
14549 2010-04-23  Richard Guenther  <rguenther@suse.de>
14550
14551         PR tree-optimization/43572
14552         * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
14553
14554 2010-04-23  Richard Guenther  <rguenther@suse.de>
14555
14556         PR lto/43455
14557         * tree-inline.c (tree_can_inline_p): Also check compatibility
14558         of return types.
14559
14560 2010-04-23  Martin Jambor  <mjambor@suse.cz>
14561
14562         PR tree-optimization/43846
14563         * tree-sra.c (struct access): New flag grp_assignment_read.
14564         (build_accesses_from_assign): Set grp_assignment_read.
14565         (sort_and_splice_var_accesses): Propagate grp_assignment_read.
14566         (enum mark_read_status): New type.
14567         (analyze_access_subtree): Propagate grp_assignment_read, create
14568         accesses also if both direct_read and root->grp_assignment_read.
14569
14570 2010-04-23  Martin Jambor  <mjambor@suse.cz>
14571
14572         PR middle-end/43835
14573         * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
14574         function does not have type attributes.
14575
14576 2010-04-23  Richard Guenther  <rguenther@suse.de>
14577
14578         PR lto/42653
14579         * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
14580         of FUNCTION_DECLs.
14581
14582 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
14583
14584         * sese.h (create_if_region_on_edge): Remove.
14585
14586         * sese.c (create_if_region_on_edge): Make static.
14587
14588         * tree-inline.c: Do not include ggc.h.
14589
14590         * expr.c: Do not include ggc.h.
14591
14592         * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
14593         dependencies.
14594
14595 2010-04-22  Kaz Kojima  <kkojima@gcc.gnu.org>
14596
14597         PR target/43744
14598         * config/sh/sh.c (find_barrier): Don't emit a constant pool
14599         in the middle of insns for casesi_worker_2.
14600
14601 2010-04-22  David Edelsohn  <edelsohn@gnu.org>
14602
14603         * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
14604
14605 2010-04-22  Ira Rosen  <irar@il.ibm.com>
14606
14607         PR tree-optimization/43842
14608         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
14609         loop unrolling in update of exit phis. Fix comment.
14610         * tree-vect-slp.c (vect_analyze_slp): Check that there are at
14611         least two reduction statements in the loop before starting SLP
14612         analysis.
14613
14614 2010-04-22  Nick Clifton  <nickc@redhat.com>
14615
14616         * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
14617
14618 2010-04-22  Alexander Monakov  <amonakov@ispras.ru>
14619
14620         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
14621         to simplify a + ~a.
14622
14623 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
14624
14625         * tree-parloops.c (loop_parallel_p): New argument
14626         parloop_obstack.  Pass it down.
14627         (parallelize_loops): New variable parloop_obstack.  Initialize it,
14628         pass it down, free it.
14629
14630         * tree-loop-linear.c (linear_transform_loops): Pass down
14631         lambda_obstack.
14632
14633         * tree-data-ref.h (lambda_compute_access_matrices): New argument
14634         of type struct obstack *.
14635
14636         * tree-data-ref.c (analyze_subscript_affine_affine): New variable
14637         scratch_obstack.  Initialize it, pass down, free it.
14638
14639         * lambda.h (lambda_loop_new): Remove.
14640         (lambda_matrix_new, lambda_matrix_inverse)
14641         (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
14642         argument of type struct obstack *.
14643
14644         * lambda-trans.c (lambda_trans_matrix_new): New argument
14645         lambda_obstack.  Pass it down, use obstack allocation for ret.
14646         (lambda_trans_matrix_inverse): New argument lambda_obstack.  Pass
14647         it down.
14648
14649         * lambda-mat.c (lambda_matrix_get_column)
14650         (lambda_matrix_project_to_null): Remove.
14651         (lambda_matrix_new): New argument lambda_obstack.  Use obstack
14652         allocation for mat.
14653         (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
14654         lambda_obstack.
14655
14656         * lambda-code.c (lambda_loop_new): New function.
14657         (lambda_lattice_new, compute_nest_using_fourier_motzkin)
14658         (lambda_compute_auxillary_space, lambda_compute_target_space)
14659         (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
14660         (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
14661         (build_access_matrix): New argument lambda_obstack.  Use obstack
14662         allocation for am.
14663         (lambda_compute_step_signs, lambda_compute_access_matrices): New
14664         argument lambda_obstack.  Pass it down.
14665
14666 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
14667
14668         * optabs.h (expand_widening_mult): Declare.
14669
14670 2010-04-22  Richard Guenther  <rguenther@suse.de>
14671
14672         PR tree-optimization/43845
14673         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
14674         lookup the CALL_EXPR function and arguments.
14675
14676 2010-04-22  Nick Clifton  <nickc@redhat.com>
14677
14678         * config/stormy16/stormy16.c
14679         (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
14680         * config/stormy16/stormy16.h: Tidy up formatting.
14681         (DONT_USE_BUILTIN_SETJMP): Remove definition.
14682         * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
14683         (ineqbranchsi): Delete pattern.
14684         * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
14685         * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
14686         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
14687         stormy16-lib2-ucmpsi2.c.
14688
14689 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
14690
14691         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
14692         df_simulate_find_noclobber_defs as appropriate.  Keep track of an
14693         extra set merge_set_noclobber, and use it to relax the final test
14694         slightly.
14695         * df.h (df_simulate_find_noclobber_defs): Declare.
14696         * df-problems.c (df_simulate_find_defs): Don't ignore partial or
14697         conditional defs.
14698         (df_simulate_find_noclobber_defs): New function.
14699
14700 2010-04-22  Uros Bizjak  <ubizjak@gmail.com>
14701
14702         * config/i386/i386.md: Use {} around multi-line preparation statements.
14703
14704 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
14705
14706         * c-tree.h (push_init_level, pop_init_level, set_init_index)
14707         (process_init_element): New argument of type struct obstack *.
14708
14709         * c-typeck.c (push_init_level, pop_init_level, set_designator)
14710         (set_init_index, set_init_label, set_nonincremental_init)
14711         (set_nonincremental_init_from_string, find_init_member)
14712         (output_init_element, output_pending_init_elements)
14713         (process_init_element): New argument braced_init_obstack.  Pass it
14714         down.
14715         (push_range_stack, add_pending_init): New argument
14716         braced_init_obstack.  Use obstack allocation.
14717
14718         * c-parser.c (c_parser_initelt, c_parser_initval): New argument
14719         braced_init_obstack.  Pass it down.
14720         (c_parser_braced_init): New variables ret, braced_init_obstack.
14721         Initialize obstack, pass it down and finally free it.
14722
14723 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
14724
14725         PR middle-end/29274
14726         * tree-pass.h (pass_optimize_widening_mul): Declare.
14727         * tree-ssa-math-opts.c (execute_optimize_widening_mul,
14728         gate_optimize_widening_mul): New static functions.
14729         (pass_optimize_widening_mul): New.
14730         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
14731         <case MULT_EXPR>: Remove support for widening multiplies.
14732         * tree.def (WIDEN_MULT_EXPR): Tweak comment.
14733         * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
14734         simplify_gen_unary rather than directly building extensions.
14735         * tree-cfg.c (verify_gimple_assign_binary): Add tests for
14736         WIDEN_MULT_EXPR.
14737         * expmed.c (expand_widening_mult): New function.
14738         * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
14739
14740 2010-04-21  Jan Hubicka  <jh@suse.cz>
14741
14742         * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
14743         * lto-section-in.c (lto_section_name): Remove wpa_fixup.
14744         * lto-wpa-fixup.c: Remove.
14745         * Makefile.in (lto-wpa-fixup.o): Remove.
14746         * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
14747         (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
14748         * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
14749
14750 2010-04-21  Jan Hubicka  <jh@suse.cz>
14751
14752         * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
14753         add write_optimization_summary, read_optimization_summary.
14754         (ipa_write_summaries_of_cgraph_node_set): Remove.
14755         (ipa_write_optimization_summaries): Declare.
14756         (ipa_read_optimization_summaries): Declare.
14757         * ipa-cp.c (pass_ipa_cp): Update.
14758         * ipa-reference.c (pass_ipa_reference): Update.
14759         * ipa-pure-const.c (pass_ipa_pure_const): Update.
14760         * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
14761         Update.
14762         * ipa-inline.c (pass_ipa_inline): Update.
14763         * ipa.c (pass_ipa_whole_program): Update.
14764         * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
14765         * passes.c (ipa_write_summaries_1): Do not test wpa.
14766         (ipa_write_optimization_summaries_1): New.
14767         (ipa_write_optimization_summaries): New.
14768         (ipa_read_summaries): Do not test ltrans.
14769         (ipa_read_optimization_summaries_1): New.
14770         (ipa_read_optimization_summaries): New.
14771
14772 2010-04-21  Jan Hubicka  <jh@suse.cz>
14773
14774         * lto-cgraph.c (lto_output_node): Do not output comdat groups
14775         for boundary nodes.
14776         (output_cgraph): Do not arrange comdat groups for boundary nodes.
14777
14778 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
14779
14780         PR debug/40040
14781         * dwarf2out.c (add_name_and_src_coords_attributes): Add
14782         DW_AT_{,MIPS_}linkage_name even for Fortran decls.
14783
14784 2010-04-21  Jan Hubicka  <jh@suse.cz>
14785
14786         * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
14787
14788 2010-04-21  Jan Hubicka  <jh@suse.cz>
14789
14790         * varpool.c (decide_is_variable_needed): Variable is always needed
14791         during ltrans.
14792
14793 2010-04-21  Jan Hubicka  <jh@suse.cz>
14794
14795         * opts.c (decode_options): Enable pure-const pass for whopr.
14796
14797 2010-04-21  Jan Hubicka  <jh@suse.cz>
14798
14799         * cgraph.c (dump_cgraph_node): Dump also assembler name.
14800         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
14801         at WPA dumping.
14802         (cgraph_decide_inlining): Do not expect callee to be removed in all
14803         cases.
14804
14805 2010-04-21  Eric B. Weddington  <eric.weddington@atmel.com>
14806
14807         * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
14808
14809 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
14810
14811         * config/i386/i386.md (x86_shrd): Add athlon_decode and
14812         amdfam10_decode attributes.
14813
14814 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
14815
14816         PR middle-end/43570
14817         * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
14818         OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
14819         (lower_copyprivate_clauses): Use private var in outer
14820         context instead of original var.  Make sure the types
14821         are correct for VLAs.
14822
14823 2010-04-21  Richard Guenther  <rguenther@suse.de>
14824
14825         * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
14826         to non-pointer objects.
14827
14828 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
14829
14830         * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument.  Drop
14831         last chain entry if it starts with the still current label.
14832         (add_location_or_const_value_attribute): Check that
14833         loc_list->first->next is NULL instead of comparing ->first with ->last.
14834         (dwarf2out_var_location): Pass last_label resp. last_postcall_label
14835         to add_var_loc_to_decl.
14836
14837         * dwarf2out.c (output_call_frame_info): For dw_cie_version
14838         >= 4 add also address size and segment size fields into CIE header.
14839
14840         * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
14841         long as address size is the same as sizeof (void *) and
14842         segment size is 0.
14843         * unwind-dw2-fde.c (get_cie_encoding): Likewise.  If
14844         address size or segment size is unexpected, return DW_EH_PE_omit.
14845         (classify_object_over_fdes): If get_cie_encoding returned
14846         DW_EH_PE_omit, return -1.
14847         (init_object): If classify_object_over_fdes returned -1,
14848         pretend there were no FDEs at all.
14849
14850 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
14851
14852         * config/i386/i386.md (bswap<mode>2): Macroize expander from
14853         bswap{si,di}2 using SWI48 mode iterator.
14854         (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
14855         SWI48 mode iterator.  Set type attribute of bswap insn to bitmanip,
14856         set modrm attribute of bswap insn to 0 and remove length attribute.
14857         (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
14858         iterator.  Set type attribute to bitmanip, set modrm attribute to 0,
14859         set mode attribute to <MODE> and remove length attribute.
14860
14861 2010-04-20  James E. Wilson  <wilson@codesourcery.com>
14862
14863         PR rtl-optimization/43520
14864         * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
14865         zero available registers.
14866
14867 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14868
14869         * builtins.c (fold_builtin_cproj): Fold more cases.
14870
14871 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14872
14873         * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
14874         (fold_builtin_1): Fold builtin cproj.
14875         * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
14876         Use ATTR_CONST_NOTHROW_LIST.
14877
14878 2010-04-20  Uros Bizjak  <ubizjak@gmail.com>
14879
14880         * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
14881         and ffsdi2 using SWI48 mode iterator.  Expand SImode insn through
14882         ffsi2_no_cmove for !TARGET_CMOVE.
14883         (ffssi2_no_cmove): Rename from *ffs_no_cmove.  Make public.
14884         (ffssi2): Remove expander.
14885         (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
14886         mode iterator.
14887         (ctz<mode>2): Ditto from ctz{si,di}2.
14888         (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
14889         mode iterator.
14890         (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
14891         mode iterator.
14892
14893 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
14894
14895         * dwarf2out.c (AT_linkage_name): Define.
14896         (clone_as_declaration): Handle DW_AT_linkage_name.
14897         (add_name_and_src_coords_attributes): Use AT_linkage_name instead
14898         of DW_AT_MIPS_linkage_name.
14899         (move_linkage_attr): Likewise.
14900         (dwarf2out_finish): Likewise.
14901
14902 2010-04-20  Xinliang David Li  <davidxl@gcc.gnu.org>
14903
14904         PR middle-end/41952
14905         * fold-const.c (fold_comparison): New folding rule.
14906
14907 2010-04-20  Anatoly Sokolov  <aesok@post.ru>
14908
14909         * double-int.h (double_int_setbit): Declare.
14910         * double-int.c (double_int_setbit): New function.
14911         * rtl.h (immed_double_int_const): Declare.
14912         * emit-rtl.c (immed_double_int_const): New function.
14913         * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
14914         and immed_double_int_const functions.
14915         * optabs.c (expand_absneg_bit, expand_copysign_absneg,
14916         expand_copysign_bit): (Ditto.).
14917         * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
14918         * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
14919         * dojump.c (prefer_and_bit_test): (Ditto.).
14920         * expr.c (convert_modes, reduce_to_bit_field_precision,
14921         const_vector_from_tree): (Ditto.).
14922         * expmed.c (mask_rtx, lshift_value): (Ditto.).
14923
14924 2010-04-20  Jan Hubicka  <jh@suse.cz>
14925
14926         * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
14927         (dump_cgraph_node): Dump new flags.
14928         * cgraph.h (struct cgraph_node): Add flags
14929         reachable_from_other_partition and in_other_partition.
14930         (cgraph_can_remove_if_no_direct_calls_p): Functions used by
14931         other partition can not be removed.
14932         * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
14933         the other partition must be output; silence sanity checking on
14934         leaking functions bodies from other paritition.
14935         * lto-cgraph.c (reachable_from_other_partition_p): New function.
14936         (lto_output_node): Output new flags; do not sanity check that inline
14937         clones are output; drop lto_forced_extern_inline_p code; do not mock
14938         visibility flags at partition boundaries.
14939         (add_node_to): New function.
14940         (output_cgraph): Use it to sort functions so masters appear before
14941         clones.
14942         (input_overwrite_node): Input new flags.
14943         * passes.c (ipa_write_summaries): Do not call
14944         lto_new_extern_inline_states.
14945         * lto-section-out.c (forced_extern_inline,
14946         lto_new_extern_inline_states lto_delete_extern_inline_states,
14947         lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
14948         * lto-streamer.h (lto_new_extern_inline_states,
14949         * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
14950         lto_forced_extern_inline_p): Kill.
14951
14952 2010-04-20  Richard Guenther  <rguenther@suse.de>
14953
14954         * tree-ssa-structalias.c (do_sd_constraint): Add edges only
14955         from vars that can have pointers.
14956         (process_constraint): Dump useless constraints.
14957
14958 2010-04-20  Richard Guenther  <rguenther@suse.de>
14959
14960         * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
14961         (dump_sa_points_to_info): Remove asserts.
14962         (init_base_vars): nothing_id isn't an escape point nor does it
14963         have pointers.
14964
14965 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
14966
14967         * tree.h (TYPE_REF_IS_RVALUE): Define.
14968         * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
14969         should_move_die_to_comdat, prune_unused_types_walk): Handle
14970         DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
14971         (modified_type_die, gen_reference_type_die): Emit
14972         DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
14973         if TYPE_REF_IS_RVALUE and -gdwarf-4.
14974
14975 2010-04-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14976
14977         PR target/43635
14978         * config/s390/s390.c (s390_emit_call): Turn direct into indirect
14979         calls for -fpic -m31 if they have been sibcall optimized.
14980
14981 2010-04-19  James E. Wilson  <wilson@codesourcery.com>
14982
14983         * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
14984         ar.lc fixed and call-used.
14985
14986         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
14987
14988 2010-04-19  Jan Hubicka  <jh@suse.cz>
14989
14990         * opts.c (decode_options): Disable whpr incompatible passes.
14991         * lto/lto.c (lto_1_to_1_map): Skip clones.
14992         (read_cgraph_and_symbols): Do not mark everything as needed.
14993         (do_whole_program_analysis): Do map only after optimizing;
14994         set proper cgraph_state; use passmanager.
14995
14996 2010-04-19  DJ Delorie  <dj@redhat.com>
14997
14998         * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
14999         POINTER_PLUS_EXPR and fix them.
15000
15001 2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
15002
15003         * config/avr/avr-devices.c (avr_mcu_types): Add support for new
15004         devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
15005         attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
15006         atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
15007         atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
15008         atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
15009         atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
15010         atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
15011         m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
15012         atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
15013         * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
15014
15015 2010-04-19  Eric Botcazou  <ebotcazou@adacore.com>
15016
15017         * ifcvt.c (noce_try_cmove_arith): Fix long lines.
15018         (check_cond_move_block): Likewise.
15019         (cond_move_process_if_block): Likewise.
15020         (noce_find_if_block): Improve formatting.
15021         (find_if_header): Pass 0 to memset and tweak conditions.
15022         (cond_exec_find_if_block): Fix long lines and tweak conditions.
15023
15024 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
15025
15026         * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
15027         for -gdwarf-4.
15028
15029         PR middle-end/43337
15030         * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
15031         with non-local decl doesn't need chain.
15032
15033 2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
15034
15035         * ira-color.c (allocno_reload_assign): Avoid accumulating
15036         reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
15037
15038 2010-04-19  Martin Jambor  <mjambor@suse.cz>
15039
15040         * gimple.h (create_tmp_reg): Declare.
15041         * gimplify.c (create_tmp_reg): New function.
15042         (gimplify_return_expr): Use create_tmp_reg.
15043         (gimplify_omp_atomic): Likewise.
15044         (gimple_regimplify_operands): Likewise.
15045         * tree-dfa.c (make_rename_temp): Likewise.
15046         * tree-predcom.c (predcom_tmp_var): Likewise.
15047         (reassociate_to_the_same_stmt): Likewise.
15048         * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
15049         (get_replaced_param_substitute): Likewise.
15050         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
15051         * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
15052         * tree-ssa-pre.c (get_representative_for): Likewise.
15053         (create_expression_by_pieces): Likewise.
15054         * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
15055         (create_tailcall_accumulator): Likewise.
15056
15057 2010-04-19  Martin Jambor  <mjambor@suse.cz>
15058
15059         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
15060         new_stmt.
15061         (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
15062
15063 2010-04-19  Richard Guenther  <rguenther@suse.de>
15064
15065         PR tree-optimization/43796
15066         * tree-vrp.c (adjust_range_with_scev): Lookup init and step
15067         from SCEV in the lattice.
15068         (vrp_visit_phi_node): Dump change.
15069
15070 2010-04-19  Richard Guenther  <rguenther@suse.de>
15071
15072         * configure.ac: Fix quoting around elf_getshstrndx ABI check.
15073         * configure: Re-generated.
15074
15075 2010-04-19  Richard Guenther  <rguenther@suse.de>
15076
15077         PR tree-optimization/43783
15078         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
15079         constant ARRAY_REF operands two and three if possible.
15080
15081 2010-04-19  Uros Bizjak  <ubizjak@gmail.com>
15082
15083         PR target/43766
15084         * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
15085
15086 2010-04-19  Jie Zhang  <jie@codesourcery.com>
15087
15088         PR target/43662
15089         * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
15090
15091 2010-04-19  Ira Rosen  <irar@il.ibm.com>
15092
15093         PR tree-optimization/37027
15094         * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
15095         and macro to access it.
15096         (vectorizable_reduction): Add argument.
15097         (vect_get_slp_defs): Likewise.
15098         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
15099         statements for possible use in SLP.
15100         (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
15101         (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
15102         (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
15103         add new argument.
15104         (vectorizable_reduction): Likewise.
15105         * tree-vect-stmts.c (vect_get_vec_defs): Update call to
15106         vect_get_slp_defs.
15107         (vectorizable_type_demotion, vectorizable_type_promotion,
15108         vectorizable_store): Likewise.
15109         (vect_analyze_stmt): Update call to vectorizable_reduction.
15110         (vect_transform_stmt): Likewise.
15111         * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
15112         (vect_build_slp_tree): Fix indentation. Check that there are no loads
15113         from different interleaving chains in same node.
15114         (vect_slp_rearrange_stmts): New function.
15115         (vect_supported_load_permutation_p): Allow load permutations for
15116         reductions. Call vect_slp_rearrange_stmts() to rearrange statements
15117         inside SLP nodes if necessary.
15118         (vect_analyze_slp_instance): Handle reductions.
15119         (vect_analyze_slp): Try to build SLP instances originating from groups
15120         of reductions.
15121         (vect_detect_hybrid_slp_stmts): Skip reduction statements.
15122         (vect_get_constant_vectors): Create initial vectors for reductions
15123         according to reduction code. Add new argument.
15124         (vect_get_slp_defs): Add new argument, pass it to
15125         vect_get_constant_vectors.
15126         (vect_schedule_slp_instance): Remove SLP tree root statements.
15127
15128 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
15129
15130         * tree.h (ENUM_IS_SCOPED): Define.
15131         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
15132         for ENUM_IS_SCOPED enums.
15133
15134 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
15135
15136         * fold-const.c (fold_comparison): Use ssizetype.
15137         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
15138         * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
15139         * tree-loop-distribution.c (build_size_arg_loc): Likewise.
15140         * tree-object-size.c (compute_object_sizes): Use size_type_node.
15141
15142         * tree.h (initialize_sizetypes): Remove parameter.
15143         (build_common_tree_nodes): Remove second parameter.
15144         * stor-layout.c (initialize_sizetypes): Remove parameter.
15145         Always create an unsigned type.
15146         (set_sizetype): Assert that the passed type is unsigned and simplify.
15147         * tree.c (build_common_tree_nodes): Remove second parameter.
15148         Adjust call to initialize_sizetypes.
15149         * c-decl.c (c_init_decl_processing): Remove second argument in call to
15150         build_common_tree_nodes.
15151
15152 2010-04-18  Matthias Klose  <doko@ubuntu.com>
15153
15154         * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
15155
15156 2010-04-18  Ira Rosen  <irar@il.ibm.com>
15157
15158         PR tree-optimization/43771
15159         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
15160         load permutation doesn't have gaps.
15161
15162 2010-04-18  Jan Hubicka  <jh@suse.cz>
15163
15164         * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
15165         (sse_prologue_save_insn expander): Use new pattern.
15166         (sse_prologue_save_insn1): New pattern and splitter.
15167         (sse_prologue_save_insn): Update to deal also with 64bit aligned
15168         blocks.
15169         * i386.c (setup_incoming_varargs_64): Do not compute jump
15170         destination here.
15171         (ix86_gimplify_va_arg): Update alignment needed.
15172         (ix86_local_alignment): Do not align all local arrays to 128bit.
15173
15174 2010-04-17  Jan Hubicka  <jh@suse.cz>
15175
15176         * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
15177
15178 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
15179
15180         * arm.md (negdi2): Remove redundant code to force values into a
15181         register.
15182
15183 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
15184
15185         * arm/bpabi.S: Add EABI alignment attributes to objects.
15186         * arm/bpabi-v6m.S: Likewise.
15187         * arm/crti.asm: Likewise.
15188         * arm/crtn.asm: Likewise.
15189         * arm/lib1funcs.asm: Likewise.
15190         * arm/libunwind.S: Likewise.
15191
15192 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
15193
15194         * arm-protos.h (tune_params): New structure.
15195         * arm.c (current_tune): New variable.
15196         (arm_constant_limit): Delete.
15197         (struct processors): Add pointer to the tune parameters.
15198         (arm_slowmul_tune): New tuning option.
15199         (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
15200         (all_cores): Adjust to pick up the tuning model.
15201         (arm_constant_limit): New function.
15202         (arm_override_options): Select the appropriate tuning model.  Delete
15203         initialization of arm_const_limit.
15204         (arm_split_constant): Use the new constant-limit model.
15205         (arm_rtx_costs): Pick up the current tuning model.
15206         * arm.md (is_strongarm, is_xscale): Delete.
15207         * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
15208         for Xscale variant architectures.
15209         (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
15210
15211 2010-04-17  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
15212
15213         * config/arm/arm.c (arm_gen_constant): Remove unused variable
15214         can_shift.
15215         (arm_rtx_costs_1): Remove unused variable extra_cost.
15216         (arm_unwind_emit_set): Use variable offset.
15217         (thumb1_output_casesi): Remove unused variable flags.
15218
15219 2010-04-16  Jeff Law  <law@redhat.com>
15220
15221         * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
15222         needing assignment rather than doing a two-phase assignment.  Remove
15223         unused variable 'm'.
15224
15225 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
15226
15227         PR bootstrap/43767
15228         * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
15229
15230 2010-04-16  Doug Kwan  <dougkwan@google.com>
15231
15232         * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
15233         (next_operand_entry_id): New static variable.
15234         (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
15235         (add_to_ops_vec): Assigned unique ID to operand entry.
15236         (struct oecount_s): New field ID.
15237         (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
15238         (undistribute_ops_list): Assign unique IDs to oecounts.
15239         (init_reassoc): reset next_operand_entry_id.
15240
15241 2010-04-16  Doug Kwan  <dougkwan@google.com>
15242
15243         * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
15244         missing left parenthesis.
15245
15246 2010-04-16  Uros Bizjak  <ubizjak@gmail.com>
15247
15248         * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
15249         *btdi_rex64 using SWI48 mode iterator.
15250         (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
15251         (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
15252         *jcc_btdi_mask_rex64.
15253
15254 2010-04-16  Anatoly Sokolov  <aesok@post.ru>
15255
15256         * double-int.h (tree_to_double_int): Convert to macro.
15257         * double-int.c (tree_to_double_int): Remove.
15258
15259 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
15260
15261         PR debug/43762
15262         * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
15263         with want_address 2 and in case a single element list might be
15264         possible, call it again with want_address 0.
15265
15266 2010-04-12  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
15267
15268         * config/h8300/h8300.c (print_operand) : Modify case 'V' and
15269         case 'W' print operands for HI mode.
15270         * config/h8300/h8300.h (Y0, Y2) : New constraints.
15271         * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
15272         (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
15273         * config/h8300/predicate.md (bit_register_indirect_operand): New.
15274
15275         * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
15276
15277         * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
15278         cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
15279         #xx:3 and #xx:4 mode.
15280
15281         * config/h8300/h8300.md (inverted load with HImode dest): Add
15282         support for H8300SX.
15283
15284         * config/h8300/predicate.md (bit_operand): Allow immediate values that
15285         satisfy 'U' constraint.
15286
15287 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15288
15289         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
15290         * configure: Regenerate.
15291         * config.in: Regenerate.
15292         * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
15293         works.
15294
15295 2010-04-16  Richard Guenther  <rguenther@suse.de>
15296
15297         * tree.h (struct tree_decl_minimal): Move pt_uid ...
15298         (struct tree_decl_common): ... here.
15299         (DECL_PT_UID): Adjust.
15300         (SET_DECL_PT_UID): Likewise.
15301         (DECL_PT_UID_SET_P): Likewise.
15302
15303 2010-04-16  Richard Guenther  <rguenther@suse.de>
15304
15305         PR tree-optimization/43572
15306         * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
15307         * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
15308         * tree-flow.h (is_call_clobbered): Remove.
15309         * tree-flow-inline.h (is_call_clobbered): Likewise.
15310         * tree-dfa.c (dump_variable): Do not dump call clobber state.
15311         * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
15312         (execute_return_slot_opt): Adjust.
15313         * tree-tailcall.c (suitable_for_tail_opt_p): Remove
15314         check for call clobbered vars here.
15315         (find_tail_calls): Move tailcall verification to the
15316         proper place.
15317
15318 2010-04-16  Diego Novillo  <dnovillo@google.com>
15319
15320         * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
15321
15322 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
15323
15324         PR target/40603
15325         * config/arm/arm.md (cbranchqi4): New pattern.
15326         * config/arm/predicates.md (const0_operand,
15327         cbranchqi4_comparison_operator): New predicates.
15328
15329 2010-04-16  Richard Guenther  <rguenther@suse.de>
15330
15331         * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
15332         (dump_gimple_stmt): Likewise.
15333
15334 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
15335
15336         * recog.h (struct recog_data): New field is_operator.
15337         (struct insn_operand_data): New field is_operator.
15338         * recog.c (extract_insn): Set recog_data.is_operator.
15339         * genoutput.c (output_operand_data): Emit code to set the
15340         is_operator field.
15341         * reload.c (find_reloads): Use it rather than testing for an
15342         empty constraint string.
15343
15344         PR target/41514
15345         * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
15346         If the previous insn is a cbranchsi4_insn with the same arguments,
15347         omit the compare instruction.
15348
15349         * config/arm/arm.md (addsi3_cbranch): If destination is a high
15350         register, inputs must be low registers and we need a low register
15351         scratch.  Handle alternative 2 like alternative 3.
15352
15353 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
15354
15355         * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
15356         don't call get_addr on both.  If one expression is a VALUE and
15357         the other a REG, check VALUE's locs if the REG isn't among them.
15358
15359 2010-04-16  Christian Bruel  <christian.bruel@st.com>
15360
15361         * config/sh/sh.h (sh_frame_pointer_required): New function.
15362         * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
15363         (flag_omit_frame_pointer) Set.
15364         (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
15365         (rounded_frame_size): Adjust size with outgoing_args_size.
15366         (sh_set_return_address): Must return from stack pointer.
15367         * gcc/config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
15368         (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
15369         (ACCUMULATE_OUTGOING_ARGS): Define.
15370         * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
15371         * gcc/config/sh/sh.opt (maccumulate-outgoing-args): New option.
15372
15373 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
15374
15375         PR target/43471
15376         * config/sh/sh.c (sh_legitimize_reload_address): Use
15377         MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
15378         Remove a unneeded check for offset_base.
15379
15380 2010-04-15  H.J. Lu  <hongjiu.lu@intel.com>
15381
15382         * configure: Regenerated.
15383
15384 2010-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15385
15386         * config/s390/s390.c (s390_call_save_register_used): Switch back
15387         to HARD_REGNO_NREGS.
15388
15389 2010-04-15  Richard Guenther  <rguenther@suse.de>
15390
15391         * alias.c (alias_set_subset_of): Handle alias-set zero
15392         child properly.
15393
15394 2010-04-15  Mark Shinwell  <shinwell@codesourcery.com>
15395             Julian Brown  <julian@codesourcery.com>
15396
15397         * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
15398         alternatives according to use of high and low regs.
15399         * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
15400         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
15401         optimizing for size on Thumb-2.
15402
15403 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
15404
15405         * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
15406
15407 2010-04-15  Richard Guenther  <rguenther@suse.de>
15408
15409         * tree-ssa-structalias.c (struct variable_info): Add
15410         is_fn_info flag.
15411         (new_var_info): Initialize it.
15412         (dump_constraints): Support printing last added constraints.
15413         (debug_constraints): Adjust.
15414         (dump_constraint_graph): Likewise.
15415         (make_heapvar_for): Check for NULL cfun.
15416         (get_function_part_constraint): New function.
15417         (get_fi_for_callee): Likewise.
15418         (find_func_aliases): Properly implement IPA PTA constraints.
15419         (process_ipa_clobber): New function.
15420         (find_func_clobbers): Likewise.
15421         (insert_into_field_list_sorted): Remove.
15422         (create_function_info_for): Properly allocate vars for IPA mode.
15423         Do not use insert_into_field_list_sorted.
15424         (create_variable_info_for): Properly generate constraints for
15425         global vars in IPA mode.
15426         (dump_solution_for_var): Always dump the solution.
15427         (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
15428         (find_what_var_points_to): Adjust.
15429         (pt_solution_set): Change.
15430         (pt_solution_ior_into): New function.
15431         (pt_solution_empty_p): Export.
15432         (pt_solution_includes_global): Adjust.
15433         (pt_solution_includes_1): Likewise.
15434         (pt_solutions_intersect_1): Likewise.
15435         (dump_sa_points_to_info): Check some invariants.
15436         (solve_constraints): Move constraint dumping ...
15437         (compute_points_to_sets): ... here.
15438         (ipa_pta_execute): ... and here.
15439         (compute_may_aliases): Do not re-compute points-to info
15440         locally if IPA info is available.
15441         (ipa_escaped_pt): New global var.
15442         (ipa_pta_execute): Properly implement IPA PTA.
15443         * tree-into-ssa.c (dump_decl_set): Support dumping
15444         decls not in referenced-vars.
15445         * tree-flow.h (struct gimple_df): Add ipa_pta flag.
15446         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
15447         (dump_points_to_solution): Likewise.
15448         * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
15449         * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
15450         (remap_gimple_stmt): Reset call clobber/use information if necessary.
15451         (copy_decl_to_var): Copy DECL_PT_UID.
15452         (copy_result_decl_to_var): Likewise.
15453         * tree.c (make_node_stat): Initialize DECL_PT_UID.
15454         (copy_node_stat): Copy it.
15455         * tree.h (DECL_PT_UID): New macro.
15456         (SET_DECL_PT_UID): Likewise.
15457         (DECL_PT_UID_SET_P): Likewise.
15458         (struct tree_decl_minimal): Add pt_uid member.
15459         * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
15460         (pt_solution_empty_p): Declare.
15461         (pt_solution_set): Adjust.
15462         (ipa_escaped_pt): Declare.
15463         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
15464         * gimple-pretty-print.c (pp_points_to_solution): New function.
15465         (dump_gimple_call): Dump call clobber/use information.
15466         * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
15467         * tree-pass.h (TDF_ALIAS): New dump option.
15468         * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
15469         * doc/invoke.texi (-fipa-pta): Update documentation.
15470
15471 2010-04-15  Richard Guenther  <rguenther@suse.de>
15472
15473         * Makefile.in (OBJS-common): Add gimple-fold.o.
15474         (gimple-fold.o): New rule.
15475         * tree.h (maybe_fold_offset_to_reference,
15476         maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
15477         prototypes ...
15478         * gimple.h: ... here.
15479         * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
15480         may_propagate_address_into_dereference): Move prototypes ...
15481         * gimple.h: ... here.
15482         * tree-ssa-ccp.c (get_symbol_constant_value,
15483         may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
15484         maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
15485         maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
15486         maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
15487         ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
15488         fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
15489         gimplify_and_update_call_from_tree): Move ...
15490         * gimple-fold.c: ... here.  New file.
15491         (ccp_fold_builtin): Rename to ...
15492         (gimple_fold_builtin): ... this.
15493         * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
15494
15495 2010-04-15  Richard Guenther  <rguenther@suse.de>
15496
15497         * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
15498         fit_double_type, force_fit_type_double, add_double_with_sign,
15499         neg_double, mul_double_with_sign, lshift_double, rshift_double,
15500         lrotate_double, rrotate_double, div_and_round_double): Move ...
15501         * double-int.c: ... here.
15502         * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
15503         add_double, neg_double, mul_double_with_sign, mul_double,
15504         lshift_double, rshift_double, lrotate_double, rrotate_double,
15505         div_and_round_double): Move prototypes ...
15506         * double-int.h: ... here.
15507
15508 2010-04-15  Bernd Schmidt  <bernds@codesourcery.com>
15509
15510         PR target/43742
15511         * config/sh/sh.md (doloop_end_split, dect): Undo previous patch.  Use
15512         matching constraints to ensure inputs match the output.
15513
15514 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
15515
15516         PR target/43742
15517         * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
15518         in an input-only operand.
15519
15520 2010-04-15  Anatoly Sokolov  <aesok@post.ru>
15521
15522         * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
15523         (double_int_not, double_int_lshift, double_int_rshift): Declare.
15524         (double_int_negative_p): Convert to static inline function.
15525         * double-int.c (double_int_lshift, double_int_lshift): New functions.
15526         (double_int_negative_p): Remove.
15527         * tree.h (lshift_double, rshift_double):
15528         * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
15529         * fold-const.c (fold_convert_const_int_from_real,
15530         fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
15531         (lshift_double): Change type of arith argument to bool.
15532         (rshift_double): Change type of arith argument to bool. Correct
15533         comment.
15534         * expmed.c (mask_rtx, lshift_value): (Ditto.).
15535
15536 2010-04-14  Bernd Schmidt  <bernds@codesourcery.com>
15537
15538         PR target/21803
15539         * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
15540         at the start and end of the then/else blocks, and omit them from the
15541         conversion.
15542         * cfgcleanup.c (flow_find_cross_jump): No longer static.  Remove MODE
15543         argument; all callers changed.  Pass zero to old_insns_match_p instead.
15544         (flow_find_head_matching_sequence): New function.
15545         (old_insns_match_p): Check REG_EH_REGION notes for calls.
15546         * basic-block.h (flow_find_cross_jump,
15547         flow_find_head_matching_sequence): Declare functions.
15548
15549 2010-04-14  Jason Merrill  <jason@redhat.com>
15550
15551         PR c++/36625
15552         * c-common.c (attribute_takes_identifier_p): New fn.
15553         * c-common.h: Declare it.
15554
15555 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
15556
15557         * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
15558         splitter condition.
15559         (*udivmod<mode>4): Ditto.
15560
15561 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
15562
15563         * config/i386/i386.md (maxmin_int): Rename code attribute from
15564         maxminiprefix and update all users.
15565         (maxmin_float): Ditto from maxminfprefix.
15566         (logic): Ditto from logicprefix.
15567         (absneg_mnemonic): Ditto from absnegprefix.
15568         * config/i386/mmx.md: Update all users of maxminiprefix,
15569         maxminfprefix and logicprefix for rename.
15570         * config/i386/sse.md: Ditto.
15571         * config/i386/sync.md (sync_<code><mode>): Update for
15572         logicprefix rename.
15573
15574 2010-04-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
15575
15576         PR 42966
15577         * diagnostics.c (diagnostic_report_diagnostic): Mark specially
15578         warnings converted to errors.
15579
15580 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
15581
15582         * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
15583         used insn_type variable.
15584         (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
15585         to avoid set-but-not-used warning.
15586
15587 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
15588
15589         * df-core.c (df_ref_debug): Change format string placeholder
15590         from 0x%x to %#x.
15591         * dwarf2asm.c (dw2_asm_output_data_raw,
15592         dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
15593         dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
15594         * dwarf2out.c (output_cfi, output_cfi_directive,
15595         dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
15596         output_cfa_loc_raw, output_die, output_ranges, output_file_names):
15597         Ditto.
15598         * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
15599         * print-rtl.c (print_rtx): Ditto.
15600
15601 2010-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
15602
15603         PR middle-end/42694
15604         * builtins.c (expand_builtin_pow_root): New function to expand pow
15605         calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
15606         series of sqrt and cbrt calls under -ffast-math.
15607         (expand_builtin_pow): Call it.
15608
15609 2010-04-14  Michael Matz  <matz@suse.de>
15610
15611         PR tree-optimization/42963
15612         * tree-cfg.c (touched_switch_bbs): New static variable.
15613         (group_case_labels_stmt): New function broken out from ...
15614         (group_case_labels): ... here, use the above.
15615         (start_recording_case_labels): Allocate touched_switch_bbs.
15616         (end_recording_case_labels): Deallocate it, call
15617         group_case_labels_stmt.
15618         (gimple_redirect_edge_and_branch): Remember index of affected BB.
15619
15620 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
15621
15622         * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
15623         from insn template.
15624
15625 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
15626
15627         * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
15628
15629 2010-04-13  Jan Hubicka  <jh@suse.cz>
15630
15631         * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
15632         of optimized out static functions.
15633         (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
15634         cost computation.  Also sanity check for overflows.
15635         (update_caller_keys): Update cgraph_edge_badness call; properly
15636         update fibheap and sanity check that it is up to date.
15637         (add_new_edges_to_heap): Update cgraph_edge_badness.
15638         (cgraph_decide_inlining_of_small_function): Likewise;
15639         add sanity checking that badness in heap is up to date;
15640         improve dumping of reason; Update badness of calls to the
15641         offline copy of function currently inlined; dump badness
15642         of functions not inlined because of unit growth limits.
15643
15644 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
15645
15646         PR middle-end/32628
15647         * c-common.c (pointer_int_sum): Disregard overflow that occured only
15648         because of sign-extension change when converting to sizetype here...
15649         * fold-const.c (fold_convert_const_int_from_int): ...and not here.
15650
15651         * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
15652         the folding to constants.  Remove redundant final conversion.
15653         (fold_binary) <associate>: Do not associate if the re-association of
15654         constants alone overflows.
15655         (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
15656         to the end of the list.
15657         (multiple_of_p) <COND_EXPR>: New case.
15658
15659 2010-04-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
15660
15661         * opt-functions.awk (opt_sanitized_name): New.
15662         (opt_enum): New.
15663         * optc-gen.awk: Use it
15664         * opth-gen.awk: Use it.
15665
15666 2010-04-13  Martin Jambor  <mjambor@suse.cz>
15667
15668         * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
15669         (sra_modify_assign): Delete stmts loading dead data even if racc has no
15670         children.  Call replace_uses_with_default_def_ssa_name to handle
15671         SSA_NAES on lhs.
15672
15673 2010-04-13  Michael Matz  <matz@suse.de>
15674
15675         PR middle-end/43730
15676         * builtins.c (expand_builtin_interclass_mathfn): Also create
15677         a register if the predicate doesn't match.
15678
15679 2010-04-13  Diego Novillo  <dnovillo@google.com>
15680
15681         * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
15682         * c-pch.c: Include timevar.h.
15683         (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
15684         (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
15685         * ggc-common.c: Include timevar.h.
15686         (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
15687         * timevar.def (TV_PCH_SAVE): Define.
15688         (TV_PCH_CPP_SAVE): Define.
15689         (TV_PCH_PTR_REALLOC): Define.
15690         (TV_PCH_PTR_SORT): Define.
15691         (TV_PCH_RESTORE): Define.
15692         (TV_PCH_CPP_RESTORE): Define.
15693
15694 2010-04-13  Michael Matz  <matz@suse.de>
15695
15696         * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
15697         into MINUS_EXPRs.
15698         (can_reassociate_p): New function.
15699         (break_up_subtract_bb, reassociate_bb): Use it.
15700
15701 2010-04-13  Richard Guenther  <rguenther@suse.de>
15702
15703         PR bootstrap/43737
15704         * builtins.c (c_readstr): Fix assert.
15705
15706 2010-04-13  Uros Bizjak  <ubizjak@gmail.com>
15707
15708         * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
15709         when generating cltd insn.
15710
15711         (*ashl<mode>3_1): Remove special handling for register operand 2.
15712         (*ashlsi3_1_zext): Ditto.
15713         (*ashlhi3_1): Ditto.
15714         (*ashlhi3_1_lea): Ditto.
15715         (*ashlqi3_1): Ditto.
15716         (*ashlqi3_1_lea): Ditto.
15717         (*<shiftrt_insn><mode>3_1): Ditto.
15718         (*<shiftrt_insn>si3_1_zext): Ditto.
15719         (*<shiftrt_insn>qi3_1_slp): Ditto.
15720         (*<rotate_insn><mode>3_1): Ditto.
15721         (*<rotate_insn>si3_1_zext): Ditto.
15722         (*<rotate_insn>qi3_1_slp): Ditto.
15723
15724 2010-04-13  Richard Guenther  <rguenther@suse.de>
15725
15726         * tree-ssa-structalias.c (callused_id): Remove.
15727         (call_stmt_vars): New.
15728         (get_call_vi): Likewise.
15729         (lookup_call_use_vi): Likewise.
15730         (lookup_call_clobber_vi): Likewise.
15731         (get_call_use_vi): Likewise.
15732         (get_call_clobber_vi): Likewise.
15733         (make_transitive_closure_constraints): Likewise.
15734         (handle_const_call): Adjust to do per-call call-used handling.
15735         (handle_pure_call): Likewise.
15736         (find_what_var_points_to): Remove general callused handling.
15737         (init_base_vars): Likewise.
15738         (init_alias_vars): Initialize call_stmt_vars.
15739         (compute_points_to_sets): Process call-used and call-clobbered
15740         vars for call statements.
15741         (delete_points_to_sets): Free call_stmt_vars.
15742
15743 2010-04-13  Richard Guenther  <rguenther@suse.de>
15744
15745         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
15746         Only add RW dependence for dependence distance zero.
15747         Adjust maximal vectorization factor according to dependences.
15748         Move alignment handling ...
15749         (vect_find_same_alignment_drs): ... here.  New function.
15750         (vect_analyze_data_ref_dependences): Adjust.
15751         (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
15752         (vect_analyze_data_refs): Adjust minimal vectorization factor
15753         according to data references.
15754         * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
15755         dependences before determining the vectorization factor.
15756         Analyze alignment after determining the vectorization factor.
15757         * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
15758         dependences before alignment.
15759         * tree-vectorizer.h (vect_analyze_data_ref_dependences):
15760         Adjust prototype.
15761         (vect_analyze_data_refs): Likewise.
15762         (MAX_VECTORIZATION_FACTOR): New define.
15763
15764 2010-04-13  Duncan Sands  <baldrick@free.fr>
15765
15766         * except.h (lang_eh_type_covers): Remove.
15767         * except.c (lang_eh_type_covers): Likewise.
15768
15769 2010-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15770             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15771
15772         * gcc/config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
15773         * gcc/config/s390/s390.c: Replace UNTIS_PER_WORD with
15774         UNITS_PER_LONG where it is ABI relevant.
15775         (s390_return_addr_rtx): Likewise.
15776         (s390_back_chain_rtx): Likewise.
15777         (s390_frame_area): Likewise.
15778         (s390_frame_info): Likewise.
15779         (s390_initial_elimination_offset): Likewise.
15780         (save_gprs): Likewise.
15781         (s390_emit_prologue): Likewise.
15782         (s390_emit_epilogue): Likewise.
15783         (s390_function_arg_advance): Likewise.
15784         (s390_function_arg): Likewise.
15785         (s390_va_start): Likewise.
15786         (s390_gimplify_va_arg): Likewise.
15787         (s390_function_profiler): Likewise.
15788         (s390_optimize_prologue): Likewise.
15789         (s390_rtx_costs): Likewise.
15790         (s390_secondary_reload): Likewise.
15791         (s390_promote_function_mode): Likewise.
15792         (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
15793         (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
15794         registers available.
15795         (s390_unwind_word_mode): New function.
15796         (s390_function_value): Split 64 bit values into register pair if
15797         used as return value.
15798         (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
15799         function call parameters.  Handle parallels.
15800         (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
15801         (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
15802         (DWARF_CIE_DATA_ALIGNMENT): New macro.
15803         (s390_expand_setmem): Remove unused variable src_addr.
15804         * gcc/longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
15805         deal with 64 bit registers.
15806         * gcc/config/s390/s390.h: Define __zarch__ predefined macro.
15807         Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
15808         (UNITS_PER_LONG): New macro.
15809         * libjava/include/s390-signal.h: Define extended ucontext
15810         structure containing the upper halfs of the 64 bit registers.
15811
15812 2010-04-13  Simon Baldwin  <simonb@google.com>
15813
15814         * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
15815
15816 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
15817
15818         * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
15819         rvalue on the RHS if the LHS is of a non-renamable type.
15820         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
15821
15822 2010-04-13  Matthias Klose  <doko@ubuntu.com>
15823
15824         * gcc.c (cc1_options): Handle -iplugindir before processing
15825         the cc1 spec. Only add -iplugindir once.
15826         (cpp_unique_options): Add -iplugindir option if -fplugin* options
15827         found.
15828         * common.opt (iplugindir): Remove `Separate' property, initialize.
15829         * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
15830         option.
15831         * Makefile.in (check-%, check-parallel-%): Create plugin dir.
15832         (distclean): Remove plugin dir.
15833         * doc/invoke.texi: Document -iplugindir.
15834
15835 2010-04-13  Basile Starynkevitch  <basile@starynkevitch.net>
15836
15837         * doc/plugins.texi (Loading Plugins): Document short
15838         -fplugin=foo option.
15839         (Plugin API): Mention default_plugin_dir_name function.
15840
15841         * gcc.c (find_file_spec_function): Add new declaration.
15842         (static_spec_func): Use it for "find-file".
15843         (find_file_spec_function): Add new function.
15844         (cc1_options): Add -iplugindir option if -fplugin* options found.
15845
15846         * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
15847
15848         * plugin.c (add_new_plugin): Updated comment, and handle short
15849         plugin name.
15850         (default_plugin_dir_name): Added new function.
15851
15852         * common.opt (iplugindir): New option to set the plugin directory.
15853
15854 2010-04-12  Uros Bizjak  <ubizjak@gmail.com>
15855
15856         * config/i386/i386.md (any_rotate): New code iterator.
15857         (rotate_insn): New code attribute.
15858         (rotate): Ditto.
15859         (SWIM124): New mode iterator.
15860         (<rotate_insn>ti3): New expander.
15861         (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
15862         any_rotate code iterator.
15863         (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
15864         using any_rotate code iterator and SWIM124 mode iterator.
15865         (ix86_rotlti3): New insn_and_split pattern.
15866         (ix86_rotrti3): Ditto.
15867         (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
15868         ix86_rotl{di,ti}3 patterns.
15869         (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
15870         (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
15871         and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
15872         *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
15873         code iterator and SWI mode iterator.
15874         (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
15875         Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
15876         code iterator.
15877         (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
15878         Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
15879         (bswap rotatert splitter): Add splitter.
15880         (bswap splitter): Macroize splitter using any_rotate code iterator.
15881         Add insn predicate to split only for TARGET_USE_XCHGB or when
15882         optimizing function for size.
15883
15884 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
15885
15886         * config/pa/pa.c (emit_move_sequence): Remove use of
15887         deleted variable flag_argument_noalias.
15888
15889 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15890
15891         * config.gcc: Removed *-*-solaris2.7* from list of obsolete
15892         configurations.
15893         Add to unsupported targets list.
15894         * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
15895         sparc*-sun-solaris2.[567]* from target lists.
15896         * configure: Regenerate.
15897         * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
15898         removal.
15899         Remove Solaris 7 patch references.
15900         (Specific, sparc-sun-solaris2.7): Removed.
15901         (sparc-sun-solaris2*): Update Solaris 7 example.
15902         (sparc64-*-solaris2*): Likewise.
15903
15904 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15905
15906         * config.build (alpha*-dec-osf4*): Remove.
15907         * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
15908         of obsolete configurations.
15909         (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
15910         support.
15911         * config/alpha/t-osf4: Renamed to ...
15912         * config/alpha/t-osf5: ... this.
15913         * config/alpha/osf.h: Renamed to ...
15914         * config/alpha/osf5.h: ... this.
15915         Merged old osf5.h contents.
15916         Update comments.
15917         (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
15918         (EXTRA_SPECS): Removed.
15919         * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
15920         reflect removal of Tru64 UNIX V4.0/V5.0 support.
15921         Document that.
15922
15923 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15924
15925         * doc/contrib.texi (Contributors, Rainer Orth): Update.
15926
15927 2010-04-12  Kai Tietz  <kai.tietz@onevision.com>
15928
15929         PR/43702
15930         * config/i386/i386.c (x86_this_parameter): Handle aggregate for
15931         __thiscall convention.
15932
15933 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
15934
15935         * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
15936         orig_base.
15937         * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
15938
15939 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
15940
15941         * function.c (assign_parms_initialize_all): Add unused attribute
15942         to fntype.
15943
15944 2010-04-12  Richard Guenther  <rguenther@suse.de>
15945
15946         * gsstruct.def (GSS_CALL): New.
15947         * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
15948         * gimple.h: Include tree-ssa-alias.h.
15949         (struct gimple_statement_call): New.
15950         (union gimple_statement_struct_d): Add gimple_call member.
15951         (gimple_call_reset_alias_info): Declare.
15952         (gimple_call_use_set): New function.
15953         (gimple_call_clobber_set): Likewise.
15954         * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
15955         * gimple.c (gimple_call_reset_alias_info): New function.
15956         (gimple_build_call_1): Call it.
15957         * lto-streamer-in.c (input_gimple_stmt): Likewise.
15958         * tree-inline.c (remap_gimple_stmt): Likewise.
15959         (expand_call_inline): Remove callused handling.
15960         * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
15961         * tree-dfa.c (dump_variable): Likewise.
15962         * tree-parloops.c (parallelize_loops): Likewise.
15963         * tree-ssa.c (init_tree_ssa): Likewise.
15964         (delete_tree_ssa): Likewise.
15965         * tree-flow-inline.h (is_call_used): Remove.
15966         * tree-flow.h (struct gimple_df): Remove callused member.
15967         * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
15968         * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
15969         (ref_maybe_used_by_call_p_1): Simplify.
15970         (call_may_clobber_ref_p_1): Likewise.
15971         * tree-ssa-structalias.c (compute_points_to_sets): Set
15972         the call stmt used and clobbered sets.
15973         * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
15974         (find_tail_calls): Verify the tail call.
15975
15976 2010-04-12  Richard Guenther  <rguenther@suse.de>
15977
15978         * ipa.c (cgraph_postorder): Adjust postorder to guarantee
15979         single-iteration always-inline inlining.
15980         * ipa-inline.c (cgraph_mark_inline): Do not return anything.
15981         (cgraph_decide_inlining): Do not handle always-inline specially.
15982         (try_inline): Remove always-inline cycle detection special case.
15983         Do not recurse on always-inlines.
15984         (cgraph_early_inlining): Do not iterate if not optimizing.
15985         (cgraph_gate_early_inlining): remove.
15986         (pass_early_inline): Run unconditionally.
15987         (gate_cgraph_decide_inlining): New function.
15988         (pass_ipa_inline): Use it.  Do not run the IPA inliner if
15989         not inlining or optimizing.
15990         (cgraph_decide_inlining_of_small_functions): Also consider
15991         always-inline functions.
15992         (cgraph_default_inline_p): Return true for nodes which should
15993         disregard inline limits.
15994         (estimate_function_body_sizes): Assume zero size and time for
15995         nodes which are marked as disregarding inline limits.
15996         (cgraph_decide_recursive_inlining): Do not perform recursive
15997         inlining on always-inline nodes.
15998
15999 2010-04-12  Jakub Jelinek  <jakub@redhat.com>
16000
16001         PR bootstrap/43699
16002         * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
16003         for exprs satisfying handled_component_p.
16004
16005 2010-04-12  Eric Botcazou  <ebotcazou@adacore.com>
16006
16007         * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
16008         non-constant aggregate elements.
16009
16010         * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
16011         is a real initialization.
16012
16013 2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
16014
16015         PR c/36774
16016         * c-decl.c (start_function): Move forward check for nested function.
16017
16018 2010-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
16019
16020         * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
16021         * config/sh/sh.c: Include reload.h.
16022         (sh_legitimize_reload_address): New.
16023         * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
16024         sh_legitimize_reload_address.
16025
16026 2010-04-11  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
16027
16028         * config/sh/sh.md (*movqi_pop): New insn pattern.
16029         * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
16030
16031 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
16032
16033         * config/i386/i386.md (any_shiftrt): New code iterator.
16034         (shiftrt_insn): New code attribute.
16035         (shiftrt): Ditto.
16036         (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
16037         using any_shiftrt code iterator.
16038         (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
16039         *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
16040         (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
16041         pattern from corresponding peephole2 patterns.
16042         (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
16043         using any_shiftrt code iterator.
16044         (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
16045         (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
16046         (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
16047         (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
16048         *{ashr,lshr}<mode>3_cmp_zext.
16049         (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
16050
16051 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
16052
16053         * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
16054         scratch register.
16055         (*lshr<mode>3_cconly): Ditto.
16056
16057 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
16058
16059         * config/i386/i386.md (lshr<mode>3): Macroize expander from
16060         lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
16061         (*lshr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
16062         pattern from *lshr{di,ti}3_1 and corresponding splitters using
16063         DWI mode iterator.
16064         (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
16065         from corresponding peephole2 patterns.
16066         (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
16067         *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
16068         and *lshrdi3_1_rex64 using SWI mode iterator.
16069         (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
16070         (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
16071         (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
16072         *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
16073         and *lshrdi3_cmp_rex64 using SWI mode iterator.
16074         (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
16075         (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
16076         *lshrdi3_one_bit_cconly_rex64. Macroize insn from
16077         *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
16078         SWI mode iterator.
16079
16080 2010-04-10  Uros Bizjak  <ubizjak@gmail.com>
16081
16082         * config/i386/i386.md (ashr<mode>3): Macroize expander from
16083         ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
16084         (*ashr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
16085         pattern from *ashr{di,ti}3_1 and corresponding splitters using
16086         DWI mode iterator.
16087         (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
16088         from corresponding peephole2 patterns.
16089         (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
16090         (ashrsi3_cvt): Rename from ashrsi3_31.
16091         (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
16092         (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
16093         and x86_64_shift_adj_3 using SWI48 mode iterator.
16094         (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
16095         *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
16096         and *ashrdi3_1_rex64 using SWI mode iterator.
16097         (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
16098         (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
16099         (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
16100         *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
16101         and *ashrdi3_cmp_rex64 using SWI mode iterator.
16102         (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
16103         (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
16104         *ashrdi3_one_bit_cconly_rex64. Macroize insn from
16105         *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
16106         SWI mode iterator.
16107         (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
16108         * config/i386/i386.c (ix86_split_ashr): Update for renamed
16109         x86_shift<mode>_adj_3 expanders.
16110
16111 2010-04-10  Wei Guozhi  <carrot@google.com>
16112
16113         PR target/42601
16114         * config/arm/arm.c (arm_pic_static_addr): New function.
16115         (legitimize_pic_address): Call arm_pic_static_addr when it detects
16116         a static symbol.
16117         (arm_output_addr_const_extra): Output expression for new pattern.
16118         * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
16119
16120 2010-04-10  Bernd Schmidt  <bernds@codesourcery.com>
16121
16122         * ira-costs.c (record_reg_classes): Ignore alternatives that are
16123         not enabled.
16124
16125         * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
16126         * web.c: Include "insn-config.h" and "recog.h".
16127         (union_match_dups): New function.
16128         (web_main): Call it.
16129         (union_defs): Don't try to recognize match_dups.
16130
16131         * reload1.c (eliminate_regs_in_insn): Don't restore an operand
16132         if doing so would replace the entire pattern.
16133
16134 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
16135
16136         PR target/43707
16137         PR target/43709
16138         * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
16139         and splitter pattern.  Change splitter operand 1 predicate to
16140         nonmemory_operand.
16141
16142 2010-04-09  Martin Jambor  <mjambor@suse.cz>
16143
16144         * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
16145         lattices are addresses of CONST_DECLs with the same initial value.
16146         (ipcp_print_all_lattices): Print values of CONST_DECLs.
16147         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
16148
16149 2010-04-09  Eric Botcazou  <ebotcazou@adacore.com>
16150             Bernd Schmidt  <bernds@codesourcery.com>
16151
16152         * loop-invariant.c (replace_uses): New static function.
16153         (move_invariant_reg): Use it to ensure we can replace the uses.
16154
16155 2010-04-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
16156
16157         * config/picochip/picochip.c (picochip_rtx_costs): Use correct
16158         function template.
16159         (picochip_override_options): Enable section anchors only above -O1.
16160         (picochip_reorg): Fixed a couple of build warnings.
16161
16162 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16163
16164         * configure.ac (plugin -rdynamic test): Log result.
16165         * configure: Regenerate.
16166         * config/sol2.h (LINK_SPEC): Handle -rdynamic.
16167         (RDYNAMIC_SPEC): Define.
16168         * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
16169
16170 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16171
16172         * configure.ac: Determine Sun ld version numbers.
16173         (comdat_group): Restrict GNU ld version checks to gld.
16174         (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
16175         (enable_comdat): Support --enable-comdat.
16176         * configure: Regenerate.
16177         * doc/install.texi (Configuration): Document --enable-comdat.
16178
16179 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16180
16181         * config/sparc/sol2-gld.h: Remove SPARC reference.  Rename ...
16182         * config/sol2-gld.h: ... here.
16183         * config.gcc (sparc*-*-solaris2*): Reflect this.
16184         (i[34567]86-*-solaris2*): Use it.
16185
16186 2010-04-09  Steve Ellcey  <sje@cup.hp.com>
16187
16188         * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
16189         setup_clocks_p.
16190         (final_emit_insn_group_barriers): Remove unused variable prev_insn.
16191
16192 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
16193
16194         PR 42965
16195         * diagnostic.c (diagnostic_initialize): Initialize
16196         some_warnings_are_errors.
16197         (diagnostic_finish): New.
16198         (diagnostic_action_after_output): Call it before exiting.
16199         (diagnostic_report_diagnostic): Do not print message here. Set
16200         some_warnings_are_errors.
16201         * diagnostic.h (diagnostic_context): Delete
16202         issue_warnings_are_errors_message. Add some_warnings_are_errors.
16203         (diagnostic_finish): Declare.
16204         * toplev.c (toplev_main): Call it before exit.
16205
16206 2010-04-09  Jason Merrill  <jason@redhat.com>
16207
16208         PR c++/42623
16209         * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
16210         for incomplete type.
16211
16212         PR c++/41788
16213         * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
16214         based on a warning flag.
16215
16216 2010-04-09  Richard Guenther  <rguenther@suse.de>
16217
16218         * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
16219
16220 2010-04-09  Iain Sandoe  <iains@gcc.gnu.org>
16221
16222         PR bootstrap/43684
16223         * varasm.c (default_assemble_visibility): Wrap vars that are
16224         set, but unused, by targets without GAS.
16225         * config/rs6000/rs6000.c (paired_emit_vector_compare):
16226         Remove set, but unused, vars.
16227         (rs6000_legitimize_tls_address): Likewise.
16228         (altivec_expand_dst_builtin): Likewise.
16229         * config/darwin.c (machopic_classify_symbol): Likewise.
16230         (machopic_indirection_name): Likewise.
16231
16232 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
16233
16234         * config/i386/i386.md (DWI): New mode iterator.
16235         (S): New mode attribute.
16236         (shift_operand): Ditto.
16237         (shift_immediate_operand): Ditto.
16238         (ashl_input_operand): Ditto.
16239         (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
16240         using SDWIM mode iterator.
16241         (*ashl<mode>3_doubleword): New insn_and_split_pattern.  Macroize
16242         pattern from *ashl{di,ti}3_1 and corresponding splitters using
16243         DWI mode iterator.
16244         (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
16245         from corresponding peephole2 patterns.
16246         (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
16247         and x86_64_shift_adj_1 using SWI48 mode iterator.
16248         (x86_shift<mode>_adj_2): Ditto.
16249         (*ashldi3_1_rex64): Split TYPE_LEA pattern.
16250         (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
16251         using SWI48 mode iterator.
16252         (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
16253         *ashldi3_cmp_rex64 using SWI mode iterator.
16254         (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
16255         *ashldi3_cconly_rex64 using SWI mode iterator.
16256         * config/i386/i386.c (ix86_split_ashl): Update for renamed
16257         x86_shift<mode>_adj_{1,2}.
16258         (ix86_split_ashr): Ditto.
16259         (ix86_split_lshr): Ditto.
16260
16261 2010-04-09  Richard Guenther  <rguenther@suse.de>
16262
16263         * target.h (builtin_conversion): Pass in input and output types.
16264         * targhooks.c (default_builtin_vectorized_conversion): Adjust.
16265         * targhooks.h (default_builtin_vectorized_conversion): Likewise.
16266         * tree-vect-stmts.c (vectorizable_conversion): Adjust.
16267         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
16268
16269         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
16270         Handle AVX modes.
16271         * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
16272
16273 2010-04-09  Richard Guenther  <rguenther@suse.de>
16274
16275         PR target/43152
16276         * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
16277
16278 2010-04-09  Richard Guenther  <rguenther@suse.de>
16279
16280         * tree-vectorizer.h (struct _stmt_vec_info): Document
16281         that vectype is the type of the LHS.
16282         (supportable_widening_operation, supportable_narrowing_operation):
16283         Get both input and output vector types as arguments.
16284         (vect_is_simple_use_1): Declare.
16285         (get_same_sized_vectype): Likewise.
16286         * tree-vect-loop.c (vect_determine_vectorization_factor):
16287         Set STMT_VINFO_VECTYPE to the vector type of the def.
16288         (vectorizable_reduction): Adjust.
16289         * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
16290         Adjust.  Specify the output vector type.
16291         (vect_pattern_recog_1): Adjust.
16292         * tree-vect-stmts.c (get_same_sized_vectype): New function.
16293         (vectorizable_call): Adjust.
16294         (vectorizable_conversion): Likewise.
16295         (vectorizable_operation): Likewise.
16296         (vectorizable_type_demotion): Likewise.
16297         (vectorizable_type_promotion): Likewise.
16298         (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
16299         the def.
16300         (vect_is_simple_use_1): New function.
16301         (supportable_widening_operation): Get both input and output
16302         vector types.
16303         (supportable_narrowing_operation): Likewise.
16304         * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
16305
16306 2010-04-09  Kai Tietz  <kai.tietz@onevision.com>
16307
16308         * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
16309         __thiscall and _thiscall as predefined macros.
16310         * config/i386/i386.c (ix86_handle_cconv_attribute): Add
16311         thiscall attribute handling.
16312         (ix86_comp_type_attributes): Likewise.
16313         (ix86_function_regparm): Likewise.
16314         (ix86_return_pops_args): Likewise.
16315         (init_cumulative_args): Likewise.
16316         (find_drap_reg): Likewise.
16317         (ix86_static_chain): Likewise.
16318         (x86_this_parameter): Likewise.
16319         (x86_output_mi_thunk): Likewise.
16320         (ix86_attribute_table): Add description for thiscall attribute.
16321         * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
16322         * doc/extend.texi: Add documentation for thiscall.
16323
16324 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
16325
16326         PR c++/28584
16327         * c.opt (Wint-to-pointer-cast): Available in C++.
16328         * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
16329
16330 2010-04-08  Eric Botcazou  <ebotcazou@adacore.com>
16331
16332         * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
16333         * calls.c (expand_call): Pass the function type to aggregate_value_p.
16334         * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
16335         the target function of a CALL_EXPR.  Honor TREE_ADDRESSABLE on the
16336         function type instead.  Reorder and simplify checks.
16337
16338         * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
16339
16340 2010-04-08  Jing Yu  <jingyu@google.com>
16341             Zdenek Dvorak  <ook@ucw.cz>
16342
16343         PR tree-optimization/42720
16344         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
16345         loop unswitch conditions here from ...
16346         (tree_unswitch_single_loop): ... here.
16347
16348 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
16349
16350         * tree-if-conv.c: Fix comments and simplify logic.
16351
16352 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
16353
16354         * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
16355         (tree_if_conversion): Same.  Update call to if_convertible_loop_p.
16356         (main_tree_if_conversion): Update call to tree_if_conversion.
16357
16358 2010-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
16359
16360         PR 42485
16361         * doc/invoke.texi (-b,-V): Delete.
16362         * doc/tm.texi: Do not mention -b.
16363         * gcc.c (display_help): Delete -b and -V.
16364         (process_command): Delete -b and -V.
16365         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
16366
16367 2010-04-08  Christian Borntraeger  <borntraeger@de.ibm.com>
16368             Wolfgang Gellerich  <gellerich@de.ibm.com>
16369
16370         Implement target hook for loop unrolling
16371         * target.h (loop_unroll_adjust): Add a new target hook function.
16372         * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
16373         * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
16374         * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
16375         (s390_loop_unroll_adjust): Implement the new target hook for s390.
16376         * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
16377         target hook.
16378         (decide_unroll_stupid): Likewise.
16379
16380 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16381
16382         PR target/43643
16383         * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
16384
16385 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16386
16387         * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
16388         (Specific, *-*-solaris2*): Likewise.
16389         Don't prefer Sun as over GNU as.
16390
16391 2010-04-08  Wolfgang Gellerich  <gellerich@de.ibm.com>
16392
16393         * config/s390/s390.c (override_options): Adjust the z10 defaults
16394         for max-unroll-times, max-completely-peeled-insns
16395         and max-completely-peel-times.
16396
16397 2010-04-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16398
16399         * config/s390/s390.c (s390_expand_movmem): Issue prefetch
16400         instructions for z10.
16401         (s390_expand_setmem): Likewise.
16402         (s390_expand_cmpmem): Likewise.
16403
16404 2010-04-08  Richard Guenther  <rguenther@suse.de>
16405
16406         PR tree-optimization/43679
16407         * tree-ssa-pre.c (eliminate): Only propagate copies.
16408
16409 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
16410
16411         PR bootstrap/43681
16412         * expr.c (block_move_libcall_safe_for_call_parm): Avoid
16413         set but not used variable warning.
16414
16415 2010-04-08  Wei Guozhi  <carrot@google.com>
16416
16417         PR target/41653
16418         * config/arm/arm.c (thumb1_size_rtx_costs): New function.
16419         (arm_size_rtx_costs): Call the new function when optimized for size.
16420
16421 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
16422
16423         PR debug/43670
16424         * cfgexpand.c (expand_debug_expr): If for non-NULL offset
16425         op0 is not a MEM, just return NULL instead of assertion
16426         failure.
16427         (discover_nonconstant_array_refs): Don't walk debug stmts.
16428
16429 2010-04-08  Doug Kwan  <dougkwan@google.com>
16430
16431         * configure.ac: Recognize gold and do not use its version number
16432         to test ld features.
16433         * configure: Regenerate.
16434
16435 2010-04-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
16436
16437         PR middle-end/40815
16438         * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
16439         (negate_value): Move code to push elements to broken_up_substracts ...
16440         (eliminate_plus_minus_pair): ... here.  Push operands that have no
16441         negative pair to plus_negates.
16442         (repropagate_negates, init_reassoc, fini_reassoc): Update.
16443
16444 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16445
16446         * doc/install.texi (Configuration): Move description of
16447         --enable-lto, --with-libelf*, --enable-gold from Java section to
16448         general section.
16449
16450         * doc/generic.texi (Working with declarations)
16451         (Function Properties, C and C++ Trees): Fix typos.
16452         * doc/sourcebuild.texi (Top Level): Likewise.
16453
16454 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
16455
16456         PR c/18624
16457         * tree.h (DECL_READ_P): Define.
16458         (struct tree_decl_common): Add decl_read_flag.
16459         * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
16460         a set but not used warning.
16461         (merge_decls): Merge DECL_READ_P flag.
16462         (finish_decl, build_compound_literal): Set DECL_READ_P flag.
16463         (finish_function): Issue -Wunused-but-set-parameter diagnostics.
16464         * c-common.c (handle_used_attribute, handle_unused_attribute):
16465         Likewise.
16466         * c-tree.h (default_function_array_read_conversion, mark_exp_read):
16467         New prototypes.
16468         * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
16469         New functions.
16470         (default_conversion, c_process_expr_stmt): Call mark_exp_read.
16471         * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
16472         c_parser_binary_expression, c_parser_cast_expression,
16473         c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
16474         Call default_function_array_read_conversion instead of
16475         default_function_array_conversion where needed.
16476         (c_parser_unary_expression, c_parser_conditional_expression,
16477         c_parser_postfix_expression_after_primary, c_parser_initelt):
16478         Likewise.  Call mark_exp_read where needed.
16479         (c_parser_statement_after_labels, c_parser_asm_operands,
16480         c_parser_typeof_specifier, c_parser_sizeof_expression,
16481         c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
16482         where needed.
16483         * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
16484         New.
16485         * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
16486         (warn_unused_but_set_parameter): Default to warn_unused
16487         && extra_warnings.
16488         * doc/invoke.texi: Document -Wunused-but-set-variable and
16489         -Wunused-but-set-parameter.
16490
16491         * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
16492         used count variable.
16493         * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
16494         when operandN variables aren't used in the body of the expander
16495         or splitter.
16496         * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
16497         FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
16498         * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
16499         * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
16500         FOR_EACH_IMM_USE_ON_STMT): Likewise.
16501         * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
16502         * tree.c (PROCESS_ARG): Likewise.
16503
16504 2010-04-07  Simon Baldwin  <simonb@google.com>
16505
16506         * diagnostic.h (diagnostic_override_option_index): New macro to
16507         set a diagnostic's option_index.
16508         * c-tree.h (c_cpp_error): Add warning reason argument.
16509         * opts.c (_warning_as_error_callback): New.
16510         (register_warning_as_error_callback): Store callback for
16511         warnings enabled via enable_warning_as_error.
16512         (enable_warning_as_error): Call callback, minor code tidy.
16513         * opts.h (register_warning_as_error_callback): Declare.
16514         * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
16515         response to -Werror=.
16516         (c_common_init_options): Register warning_as_error_callback in opts.c.
16517         * common.opt: Add -Wno-cpp option.
16518         * c-common.c (struct reason_option_codes_t): Map cpp warning
16519         reason codes to gcc option indexes.
16520         * (c_option_controlling_cpp_error): New function, lookup the gcc
16521         option index for a cpp warning reason code.
16522         * (c_cpp_error): Add warning reason argument, call
16523         c_option_controlling_cpp_error for diagnostic_override_option_index.
16524         * doc/invoke.texi: Document -Wno-cpp.
16525
16526 2010-04-07  Richard Guenther  <rguenther@suse.de>
16527
16528         * ipa-reference.c (mark_load): Use get_base_address.
16529         (mark_store): Likewise.
16530
16531         * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
16532         inserting GIMPLE_NOPs into the IL.
16533         * tree-ssa-structalias.c (get_constraint_for_component_ref):
16534         Explicitly strip handled components and indirect references.
16535
16536         * fold-const.c (fold_unary_loc): Do not strip qualifiers when
16537         folding address expressions.
16538         * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
16539         * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
16540         operand_equal_p to compare decls.
16541         (ptr_deref_may_alias_decl_p): Likewise.
16542         * tree-ssa-operands.c (get_asm_expr_operands): Simplify
16543         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
16544         Handle reversed comparison ops.
16545         * tree-sra.c (asm_visit_addr): Use get_base_address.
16546         * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
16547         * ipa-reference.c (mark_address): Use get_base_address.
16548
16549 2010-04-07  Richard Guenther  <rguenther@suse.de>
16550
16551         * tree-ssa-forwprop.c (forward_propagate_addr_expr):
16552         Propagate constants everywhere.
16553
16554 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
16555
16556         PR debug/43516
16557         * tree.c (MAX_INT_CACHED_PREC): Define.
16558         (nonstandard_integer_type_cache): New array.
16559         (build_nonstandard_integer_type): Cache results for precision
16560         <= MAX_INT_CACHED_PREC.
16561
16562 2010-04-07  Richard Guenther  <rguenther@suse.de>
16563
16564         * doc/invoke.texi (-fargument-alias, -fargument-noalias,
16565         -fargument-noalias-global, -fargument-noalias-anything): Remove.
16566         * common.opt: Likewise.
16567         * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
16568         * alias.c (base_alias_check): Remove flag_argument_noalias handling.
16569         (nonoverlapping_memrefs_p): Likewise.
16570         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
16571         * opts.c (common_handle_option): Handle OPT_fargument_alias,
16572         OPT_fargument_noalias, OPT_fargument_noalias_anything and
16573         OPT_fargument_noalias_global for backward compatibility.
16574
16575 2010-04-07  Richard Guenther  <rguenther@suse.de>
16576
16577         PR tree-optimization/43270
16578         * tree-vrp.c (check_array_ref): Fix flexible array member detection.
16579         * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
16580         * tree-ssa-pre.c (phi_translate_1): Adjust.
16581         (fully_constant_expression): Split out vn_reference handling to ...
16582         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
16583         Fold reads from constant strings.
16584         (vn_reference_lookup): Handle fully constant references.
16585         (vn_reference_lookup_pieces): Likewise.
16586         * Makefile.in (expmed.o-warn): Add -Wno-error.
16587
16588 2010-04-07  Martin Jambor  <mjambor@suse.cz>
16589
16590         * tree-sra.c (find_param_candidates): Allow scalar va_list types.
16591
16592 2010-04-07  Iain Sandoe  <iains@gcc.gnu.org>
16593
16594         PR driver/41594
16595         * gcc.c: Add -static-libstdc++ to list of recognized options.
16596
16597 2010-04-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16598
16599         * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
16600
16601 2010-04-07  Richard Guenther  <rguenther@suse.de>
16602
16603         PR middle-end/42617
16604         * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
16605         bases build simple mem attributes to retain points-to information.
16606
16607 2010-04-07  Richard Guenther  <rguenther@suse.de>
16608
16609         PR middle-end/42617
16610         * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
16611         preserve points-to related information.
16612
16613 2010-04-07  Richard Guenther  <rguenther@suse.de>
16614
16615         PR middle-end/42617
16616         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
16617         discard plain indirect references.
16618         * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
16619         * tree.c (tree_nop_conversion): Likewise.
16620
16621 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
16622
16623         PR debug/43628
16624         * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
16625
16626 2010-04-06  Kai Tietz  <kai.tietz@onevision.com>
16627
16628         * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
16629         calling convention attributes on METHOD_TYPEs for w64 ABI, too.
16630
16631 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
16632
16633         * tree-if-conv.c: Fix indentation and comments.
16634
16635 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
16636
16637         * tree-if-conv.c: Sort static functions in topological order.
16638
16639 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
16640
16641         * tree-if-conv.c: Fix indentation and comments.
16642
16643 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
16644
16645         PR middle-end/43519
16646         * graphite-clast-to-gimple.c (max_signed_precision_type): Use
16647         lang_hooks.types.type_for_size instead of
16648         build_nonstandard_integer_type.
16649         When converting an unsigned type to signed, double its precision.
16650         (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
16651         (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
16652         (graphite_create_new_loop_guard): When ub + 1 wraps around,
16653         use lb <= ub.
16654
16655 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
16656
16657         PR middle-end/43519
16658         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
16659         POINTER_PLUS_EXPR for pointer types.
16660
16661 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
16662
16663         PR middle-end/43519
16664         * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
16665         * graphite-clast-to-gimple.c: Include langhooks.h.
16666         (max_signed_precision_type): New.
16667         (max_precision_type): Takes two types as arguments.
16668         (precision_for_value): New.
16669         (precision_for_interval): New.
16670         (gcc_type_for_interval): New.
16671         (gcc_type_for_value): New.
16672         (gcc_type_for_clast_term): New.
16673         (gcc_type_for_clast_red): New.
16674         (gcc_type_for_clast_bin): New.
16675         (gcc_type_for_clast_expr): Split up into several functions.
16676         (gcc_type_for_clast_eq): Rewritten.
16677         (compute_bounds_for_level): New.
16678         (compute_type_for_level_1): New.
16679         (compute_type_for_level): New.
16680         (gcc_type_for_cloog_iv): Removed.
16681         (gcc_type_for_iv_of_clast_loop): Rewritten.
16682         (graphite_create_new_loop): Compute the lower and upper bound types
16683         with gcc_type_for_clast_expr.
16684         (graphite_create_new_loop_guard): Same.
16685         (find_cloog_iv_in_expr): Removed.
16686         (compute_cloog_iv_types_1): Removed.
16687         (compute_cloog_iv_types): Removed.
16688         (gloog): Do not call compute_cloog_iv_types.
16689         * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
16690         GBB_CLOOG_IV_TYPES.
16691         (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
16692         * sese.h (struct gimple_bb): Removed field cloog_iv_types.
16693         (GBB_CLOOG_IV_TYPES): Removed.
16694
16695 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
16696
16697         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
16698         gimple_phi_num_args of the loop close SSA phi node is equal to 1.
16699         (detect_commutative_reduction): Same.
16700
16701 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
16702
16703         * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
16704         call to verify_ssa.  Invoke verify_loop_closed_ssa with an extra
16705         argument.
16706         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
16707         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
16708         (rewrite_commutative_reductions_out_of_ssa): Same.
16709         * passes.c (execute_function_todo): Call verify_ssa for every pass
16710         in the LNO.  Invoke verify_loop_closed_ssa with an extra argument.
16711         * tree-flow.h (verify_loop_closed_ssa): Update declaration.
16712         * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
16713         with an extra argument.
16714         * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same.  Call
16715         verify_ssa only when the extra argument is true.
16716         (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
16717         with an extra argument.
16718         (tree_transform_and_unroll_loop): Same.
16719
16720 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
16721
16722         * passes.c (execute_function_todo): Call verify_loop_closed_ssa
16723         for all the passes of the LNO having LOOP_CLOSED_SSA.
16724         * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
16725         * tree-loop-distribution.c (pass_loop_distribution): Same.
16726         * tree-pass.h (TODO_verify_loops): Removed.
16727         * tree-ssa-loop.c (pass_tree_loop_init): Same.
16728         (pass_lim): Same.
16729         (pass_tree_unswitch): Same.
16730         (pass_predcom): Same.
16731         (pass_vectorize): Same.
16732         (pass_linear_transform): Same.
16733         (pass_graphite_transforms): Same.
16734         (pass_iv_canon): Same.
16735         (pass_complete_unroll): Same.
16736         (pass_complete_unrolli): Same.
16737         (pass_parallelize_loops): Same.
16738         (pass_loop_prefetch): Same.
16739         (pass_iv_optimize): Same.
16740
16741 2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
16742
16743         PR middle-end/32824
16744         * passes.c (init_optimization_passes): Move pass_lim before
16745         pass_copy_prop and pass_dce_loop.
16746
16747 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
16748
16749         PR target/43667
16750         * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
16751         instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
16752         (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
16753         MULTI_* defines for 4 argument vpermil2p* builtins.
16754
16755 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
16756
16757         * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
16758         * config/i386/i386.c (x86_maybe_negate_const_int): New.
16759         (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
16760         * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
16761         *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
16762         *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
16763         *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
16764         Use x86_maybe_negate_const_int to output insn mnemonic.
16765         (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto.  Remove overflow
16766         check from instruction predicate.  Update comments.
16767         * config/i386/sync.md (sync_add<mode>): Use
16768         x86_maybe_negate_const_int to output insn mnemonic.
16769
16770 2010-04-06  Jan Hubicka  <jh@suse.cz>
16771
16772         PR tree-optimization/42906
16773         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
16774         IGNORE_SELF argument.  Set visited_control_parents for fully
16775         processed BBs.
16776         (find_obviously_necessary_stmts): Update call of
16777         mark_control_dependent_edges_necessary.
16778         (propagate_necessity): Likewise.  Handle PHI edges more curefully.
16779
16780 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
16781
16782         * config/i386/i386.md: Remove comment about 'e' and 'E'
16783         operand modifier.
16784
16785 2010-04-06  Richard Guenther  <rguenther@suse.de>
16786
16787         PR tree-optimization/43627
16788         * tree-vrp.c (extract_range_from_unary_expr): Widenings
16789         of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
16790         not varying.
16791
16792 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
16793
16794         * BASE-VER: Change to 4.6.0.
16795
16796         PR target/43638
16797         * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
16798         handling.
16799
16800 2010-04-06  Richard Guenther  <rguenther@suse.de>
16801
16802         PR middle-end/43661
16803         * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
16804
16805 2010-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16806
16807         * doc/invoke.texi (Optimize Options): Document that LTO
16808         won't remove object access purely due to incompatible
16809         declarations.
16810
16811 2010-04-04  Matthias Klose  <doko@ubuntu.com>
16812
16813         * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
16814         Initialize variable.
16815
16816 2010-04-03  Richard Guenther  <rguenther@suse.de>
16817
16818         PR middle-end/42509
16819         * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
16820         require a non-NULL MEM_OFFSET.
16821
16822 2010-04-02  Steven Bosscher  <steven@gcc.gnu.org>
16823
16824         * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
16825         basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
16826         collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
16827         config/alpha/predicates.md, config/arm/arm.md,
16828         config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
16829         config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
16830         config/darwin9.h, config/darwin.c, config/darwin.h,
16831         config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
16832         config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
16833         config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
16834         config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
16835         config/mips/mips.md, config/mn10300/mn10300.c,
16836         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
16837         config/rs6000/aix.h, config/rs6000/dfp.md,
16838         config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
16839         config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
16840         config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
16841         config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
16842         config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
16843         config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
16844         c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
16845         diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
16846         doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
16847         doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
16848         fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
16849         gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
16850         graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
16851         graphite-dependences.c, graphite-poly.c, graphite-poly.h,
16852         graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
16853         graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
16854         intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
16855         ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
16856         ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
16857         loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
16858         objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
16859         opt-functions.awk, opth-gen.awk, params.def, passes.c,
16860         postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
16861         rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
16862         store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
16863         tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
16864         tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
16865         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
16866         tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
16867         tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
16868         tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
16869         tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
16870         tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
16871         tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
16872         tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
16873         unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
16874
16875 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16876
16877         PR other/43620
16878         * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
16879         * aclocal.m4: Regenerate.
16880
16881 2010-04-02  Richard Guenther  <rguenther@suse.de>
16882
16883         PR tree-optimization/43629
16884         * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
16885         if we have seen a constant value.
16886
16887 2010-04-02  Joseph Myers  <joseph@codesourcery.com>
16888
16889         * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
16890
16891 2010-04-02  Richard Earnshaw  <rearnsha@arm.com>
16892
16893         PR target/43469
16894         * arm.c (legitimize_tls_address): Adjust call to
16895         gen_tls_load_dot_plus_four.
16896         (arm_note_pic_base): New function.
16897         (arm_cannot_copy_insn_p): Use it.
16898         * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
16899         constraint.
16900
16901 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16902
16903         PR bootstrap/43531
16904
16905         Revert:
16906         2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16907
16908         * Makefile.in ($(out_object_file)): Depend on
16909         gt-$(basename $(notdir $(out_file))).h.
16910
16911 2010-04-01  Ralf Corsépius  <ralf.corsepius@rtems.org>
16912
16913         * config.gcc (lm32-*-rtems*): Add t-lm32.
16914
16915 2010-04-01  Joel Sherrill  <joel.sherrill@oarcorp.com>
16916
16917         * config.gcc: Add lm32-*-rtems*.
16918         * config/lm32/rtems.h: New file.
16919
16920 2010-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
16921
16922         PR target/42609
16923         * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
16924
16925 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
16926
16927         * dwarf2out.c (output_compilation_unit_header): For
16928         -gdwarf-4 use version 4 instead of version 3.
16929         (output_line_info): For version 4 and above emit additional
16930         maximum ops per insn header field.
16931         (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
16932
16933         * dwarf2out.c (is_c_family, is_java): Remove.
16934         (lower_bound_default): New function.
16935         (add_bound_info, gen_descr_array_type_die): Use it.
16936
16937 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
16938
16939         PR debug/43325
16940         * dwarf2out.c (gen_variable_die): Allow debug info for variable
16941         re-declaration when it happens in a function.
16942
16943 2010-04-01  Aldy Hernandez  <aldyh@redhat.com>
16944
16945         * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
16946         (cgraph_remove_function_insertion_hook): Same.
16947         (cgraph_call_function_insertion_hooks): Same.
16948
16949 2010-04-01  Richard Guenther  <rguenther@suse.de>
16950
16951         PR middle-end/43614
16952         * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
16953         and TREE_THIS_VOLATILE.
16954         (copy_ref_info): Likewise.
16955         * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
16956         * tree.c (build6_stat): Ignore side-effects of all but arg5
16957         for TARGET_MEM_REF.  Set TREE_THIS_VOLATILE from arg5 of
16958         TARGET_MEM_REF.
16959
16960 2010-04-01  Richard Guenther  <rguenther@suse.de>
16961
16962         PR tree-optimization/43607
16963         * ipa-type-escape.c (check_call): Do not access non-existing
16964         arguments.
16965
16966 2010-04-01  Richard Guenther  <rguenther@suse.de>
16967
16968         PR middle-end/43602
16969         Revert
16970         2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
16971                     Jack Howarth  <howarth@bromo.med.uc.edu>
16972
16973         * tree-profile.c (tree_init_ic_make_global_vars): Make static
16974         variables TLS.
16975
16976 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16977
16978         * doc/install.texi (Prerequisites): Document libelf usability on
16979         IRIX 5/6 and Solaris 2.
16980         (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
16981         Update GNU as, GNU ld requirements.
16982         (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
16983         Document Sun Studio compiler download.
16984         Update and simplify as, ld recommendations.
16985         (Specific, *-*-solaris2.7): Note obsoletion, removal.
16986
16987 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16988
16989         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
16990         with_tune_32 to pentium4.
16991
16992 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
16993
16994         * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
16995
16996 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16997
16998         * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
16999         obsoletion, removal.
17000         Update IDO URL.
17001         Document GNU as requirement.
17002         Update configure requirements.
17003         (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
17004         Recomment IRIX 6.5.18+.
17005         Document IDF/IDL requirement.
17006         Document GNU as requirement.
17007         Document GNU ld bootstrap failure.
17008         Remove freeware.sgi.com reference.
17009
17010 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17011
17012         * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
17013         UNIX V4.0, V5.0 obsoletion, removal.
17014         Remove --with-gc=simple reference.
17015         Update VM requirements during bootstrap.
17016         Remove -oldas bootstrap description.
17017         Update binutils reference.
17018         Remove comparison failure note.
17019
17020 2010-03-31  Richard Guenther  <rguenther@suse.de>
17021             Zdenek Dvorak  <ook@ucw.cz>
17022             Sebastian Pop  <sebastian.pop@amd.com>
17023
17024         PR middle-end/43464
17025         * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
17026         with multiple arguments.
17027         (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
17028
17029 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
17030
17031         * graphite-dependences.c (print_pddr): Call print_pdr with an
17032         extra argument.
17033         * graphite-poly.c (debug_pdr): Add an extra argument for the
17034         verbosity level.
17035         (print_pdr): Same.
17036         (print_pbb_domain): Same.
17037         (print_pbb): Same.
17038         (print_scop_context): Same.
17039         (print_scop): Same.
17040         (print_cloog): Same.
17041         (debug_pbb_domain): Same.
17042         (debug_pbb): Same.
17043         (print_pdrs): Same.
17044         (debug_pdrs): Same.
17045         (debug_scop_context): Same.
17046         (debug_scop): Same.
17047         (debug_cloog): Same.
17048         (print_scop_params): Same.
17049         (debug_scop_params): Same.
17050         (print_iteration_domain): Same.
17051         (print_iteration_domains): Same.
17052         (debug_iteration_domain): Same.
17053         (debug_iteration_domains): Same.
17054         (print_scattering_function): Same.
17055         (print_scattering_functions): Same.
17056         (debug_scattering_function): Same.
17057         (debug_scattering_functions): Same.
17058         * graphite-poly.h (debug_pdr): Update declaration.
17059         (print_pdr): Same.
17060         (print_pbb_domain): Same.
17061         (print_pbb): Same.
17062         (print_scop_context): Same.
17063         (print_scop): Same.
17064         (print_cloog): Same.
17065         (debug_pbb_domain): Same.
17066         (debug_pbb): Same.
17067         (print_pdrs): Same.
17068         (debug_pdrs): Same.
17069         (debug_scop_context): Same.
17070         (debug_scop): Same.
17071         (debug_cloog): Same.
17072         (print_scop_params): Same.
17073         (debug_scop_params): Same.
17074         (print_iteration_domain): Same.
17075         (print_iteration_domains): Same.
17076         (debug_iteration_domain): Same.
17077         (debug_iteration_domains): Same.
17078         (print_scattering_function): Same.
17079         (print_scattering_functions): Same.
17080         (debug_scattering_function): Same.
17081         (debug_scattering_functions): Same.
17082
17083 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
17084
17085         * graphite-poly.c (print_scattering_function_1): New.
17086         (print_scattering_function): Call it.
17087         (print_scop_params): Remove spaces at the end of lines.
17088         (print_cloog): New.
17089         (debug_cloog): New.
17090         * graphite-poly.h (print_cloog): Declared.
17091         (debug_cloog): Declared.
17092
17093 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
17094
17095         * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
17096         in loop->header.
17097         * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
17098         * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
17099         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
17100         to switch between adding the IV bump in loop->latch or in loop->header.
17101
17102 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
17103
17104         * graphite-poly.c (print_scattering_function): Pretty print following
17105         the scoplib format.
17106         (print_pdr): Same.
17107         (print_pbb_domain): Same.
17108         (dump_gbb_cases): Same.
17109         (dump_gbb_conditions): Same.
17110         (print_pdrs): Same.
17111         (print_pbb): Same.
17112         (print_scop_params): Same.
17113         (print_scop_context): Same.
17114         (print_scop): Same.
17115         (print_pbb_body): New.
17116         (lst_indent_to): New.
17117         (print_lst): Start new lines with a #.
17118         * graphite-poly.h (pbb_bb): New.
17119         (pbb_index): Use pbb_bb.
17120         * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
17121         disjuncts.
17122         * tree-data-ref.c (dump_data_reference): Start new lines with a #.
17123
17124 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
17125
17126         * dwarf2out.c (size_of_die): For -gdwarf-4 use
17127         uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
17128         and 0 instead of 1 for dw_val_class_flag.
17129         (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
17130         dw_val_class_range_list, dw_val_class_loc_list,
17131         dw_val_class_lineptr and dw_val_class_macptr, use
17132         DW_FORM_flag_present for dw_val_class_flag and
17133         DW_FORM_exprloc for dw_val_class_loc.
17134         (output_die): For -gdwarf-4 print dw_val_class_loc
17135         size as uleb128 instead of 1 or 2 bytes and don't print
17136         anything for dw_val_class_flag.
17137
17138         * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
17139         instead of cselib_lookup following by tweaking locs->setting_insn.
17140
17141         PR bootstrap/43596
17142         * cselib.c (cselib_process_insn): Clear cselib_current_insn
17143         even before returning from label, setjmp call or volatile asm
17144         handling.
17145
17146 2010-03-31  Richard Guenther  <rguenther@suse.de>
17147
17148         PR middle-end/43600
17149         * cgraphunit.c (cgraph_output_in_order): Do not allocate
17150         temporary data on stack.
17151
17152 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17153
17154         * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
17155         (PUSHSECTION_ASM_OP): Remove.
17156         (POPSECTION_ASM_OP): Remove.
17157         (PUSHSECTION_FORMAT): Remove.
17158         * config/sol2.h (PUSHSECTION_FORMAT): Define.
17159         * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
17160         * config/sol2.c (solaris_output_init_fini): Use it.
17161
17162 2010-03-31  Jie Zhang  <jie@codesourcery.com>
17163
17164         PR 43574
17165         * opt-functions.awk (var_type_struct): Use signed char type
17166         for simple variables.
17167
17168 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17169
17170         * config/sol2.c: Include output.h.
17171         (solaris_assemble_visibility): New function.
17172         * config/t-sol2 (sol2.o): Add output.h dependency.
17173         * config/sol2-protos.h (solaris_assemble_visibility): Declare.
17174         * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
17175         Redefine.
17176
17177 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
17178
17179         PR target/43580
17180         * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
17181         V2SImode or XFmode on PRE_DEC.
17182
17183         PR debug/43557
17184         * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
17185         BLKmode.
17186
17187 2010-03-31  Jie Zhang  <jie@codesourcery.com>
17188
17189         PR 43562
17190         * reload.h (caller_save_initialized_p): Declare.
17191         * toplev.c (backend_init_target): Don't call
17192         init_caller_save but set caller_save_initialized_p to false.
17193         * caller-save.c (caller_save_initialized_p): Define.
17194         (init_caller_save): Check caller_save_initialized_p.
17195         * ira.c (ira): Call init_caller_save if flag_caller_saves.
17196
17197 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17198
17199         PR target/39048
17200         * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
17201         and soft-fp/t-softfp to tmake_file.
17202         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
17203         (LIBGCC2_TF_CEXT): Define.
17204         (TF_SIZE): Define.
17205
17206 2010-03-30  Alexandre Oliva  <aoliva@redhat.com>
17207
17208         PR debug/42977
17209         * cselib.c (n_useless_values): Document handling of debug locs.
17210         (n_useless_debug_values, n_debug_values): New variables.
17211         (new_elt_loc_list): Don't add to debug values, keep count.
17212         (promote_debug_loc): New.
17213         (cselib_reset_table): Zero new variables.
17214         (entry_and_rtx_equal_p): Promote debug locs.
17215         (discard_useless_locs): Increment n_useless_debug_values for
17216         debug values.
17217         (remove_useless_values): Adjust n_useless_values and n_debug_values
17218         with n_useless_debug_values.
17219         (add_mem_for_addr): Promote debug locs.
17220         (cselib_lookup_mem): Likewise.
17221         (cselib_lookup_addr): Renamed to...
17222         (cselib_lookup_addr_1): ... this.  Promote debug locs.  Don't call...
17223         (cselib_log_lookup): ... this.  Turn into...
17224         (cselib_lookup_addr): ... new wrapper.
17225         (cselib_lookup_from_insn): New.
17226         (cselib_invalidate_regno): Increment n_useless_debug_values for
17227         debug values.
17228         (cselib_invalidate_mem): Likewise.
17229         (cselib_process_insn): Take n_deleted and n_debug_values into
17230         account to guard remove_useless_value call.
17231         (cselib_finish): Zero n_useless_debug_values.
17232         * cselib.h (cselib_lookup_from_insn): Declare.
17233         * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
17234         (sched_analyze_2): Likewise.
17235
17236 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
17237
17238         * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
17239         functions.
17240         (adjust_mems): Replace narrowing SUBREG of expression containing
17241         just PLUS, MINUS, MULT and ASHIFT of registers and constants
17242         with operations in the narrower mode.
17243
17244         PR debug/43593
17245         * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
17246         regs_invalidated_by_call instead all call_used_reg_set registers.
17247
17248 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
17249
17250         PR middle-end/43430
17251         * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
17252         pointer comparisons with types_compatible_p.
17253         * tree-vect-stmts.c (vectorizable_call): Same.
17254         (vectorizable_condition): Same.
17255
17256 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17257
17258         * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
17259         stack check if the mask would be zero.
17260
17261 2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
17262             Jack Howarth  <howarth@bromo.med.uc.edu>
17263
17264         * tree-profile.c (tree_init_ic_make_global_vars): Make static
17265         variables TLS.
17266
17267 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
17268
17269         PR other/25232
17270         * libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
17271         and __unordtf2.
17272         * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
17273         Include ___unordxf2 and ___unordtf2.
17274         * config/i386/libgcc-glibc.ver: Do not define inheritance from
17275         GCC_4.4.0 here.
17276
17277 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
17278
17279         * config/lm32/t-lm32: New file.
17280         * config.gcc: Use the above file when targetting lm32.
17281
17282 2010-03-28  Duncan Sands  <baldrick@free.fr>
17283
17284         * Makefile.in (PLUGIN_HEADERS): Add except.h.
17285
17286 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
17287
17288         PR middle-end/43431
17289         * tree-vect-loop.c (vect_estimate_min_profitable_iters):
17290         Improve vectorization cost model diagnostic.
17291
17292 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
17293
17294         PR middle-end/43436
17295         * tree-vect-data-refs.c (vect_analyze_data_refs): When
17296         compute_data_dependences_for_loop returns false, early exit
17297         and output an extra diagnostic for the failed data reference
17298         analysis.
17299
17300 2010-03-29  Richard Guenther  <rguenther@suse.de>
17301
17302         PR tree-optimization/43560
17303         * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
17304         (can_sm_ref_p): Treat stores to readonly locations as trapping.
17305
17306 2010-03-29  Jie Zhang  <jie@codesourcery.com>
17307
17308         PR 43564
17309         * toplev.c (process_options): Set optimization_default_node
17310         and optimization_current_node.
17311         * opts.c (decode_options): Don't set optimization_default_node
17312         and optimization_current_node.
17313
17314 2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
17315
17316         * config/rtems.h: Abandon -qrtems_debug.
17317
17318 2010-03-28  Jan Hubicka  <jh@suse.cz>
17319
17320         PR tree-optimization/43505
17321         * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
17322         map should not be copied.
17323
17324 2010-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17325
17326         PR middle-end/41674
17327         * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
17328         cdtors, set DECL_PRESERVE_P.
17329         * ipa.c (cgraph_externally_visible_p): Return true if declaration
17330         should be preseved.
17331
17332 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
17333
17334         PR tree-optimization/43528
17335         * stor-layout.c (place_field): Check that constant fits into
17336         unsigned HWI when skipping calculation of MS bitfield layout.
17337
17338 2010-03-27  Jan Hubicka  <jh@suse.cz>
17339
17340         PR middle-end/43391
17341         * varasm.c (make_decl_rtl): Deal with COMMON flag to make
17342         notice_global_symbol work.
17343
17344 2010-03-27  Jakub Jelinek  <jakub@redhat.com>
17345
17346         * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
17347         instead of dwarf2out_decl.
17348         (struct var_loc_node): Remove section_label field.
17349         (dwarf2out_function_decl): New function.
17350         (dwarf2out_var_location): Don't set section_label field.
17351         (dwarf2out_begin_function): Don't empty decl_loc_table here.
17352
17353 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
17354
17355         PR tree-optimization/43544
17356         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
17357         First argument for builtin vectorized function hook is now a
17358         tree to be able to distinguish between machine specific and
17359         standard builtins.
17360         * targhooks.c (default_builtin_vectorized_function): Ditto.
17361         * targhooks.h (default_builtin_vectorized_function): Ditto.
17362         * target.h (struct gcc_target): Ditto.
17363         * tree-vect-stmts.c (vectorizable_function): Ditto.
17364         * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
17365         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
17366         Ditto.
17367
17368 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
17369
17370         PR c/43381
17371         * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
17372         nested binding iff it is a FUNCTION_DECL.
17373         (store_parm_decls_newstyle): Pass nested=true to bind for
17374         FUNCTION_DECLs amongst parameters.
17375
17376 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
17377
17378         * var-tracking.c (vt_expand_loc_callback): Don't run
17379         cselib_expand_value_rtx_cb in dummy mode if
17380         cselib_dummy_expand_value_rtx_cb returned false.
17381
17382         * var-tracking.c (emit_note_insn_var_location): For one part
17383         notes with offset 0, don't add EXPR_LIST around the location.
17384         * dwarf2out.c (loc_descriptor, dw_loc_list_1,
17385         add_location_or_const_value_attribute): Adjust for that change.
17386
17387         PR debug/43540
17388         * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
17389         into first operand and location into second.
17390         (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
17391         dw_cfi_oprnd_loc for DW_CFA_expression.
17392         (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
17393         (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
17394         assume first argument is regnum and second argument is location.
17395
17396 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
17397
17398         PR target/42113
17399         * config/alpha/alpha.md (*cmp_sadd_si): Change mode
17400         of scratch register to DImode.  Split to DImode comparison operator.
17401         Use SImode subreg of scratch register in the multiplication.
17402         (*cmp_sadd_sidi): Ditto.
17403         (*cmp_ssub_si): Ditto.
17404         (*cmp_ssub_sidi): Ditto.
17405
17406 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
17407
17408         PR target/43524
17409         * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
17410         Remove invalid assert and wrong comment.
17411
17412 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
17413
17414         PR debug/43516
17415         * flags.h (final_insns_dump_p): New extern.
17416         * final.c (final_insns_dump_p): New variable.
17417         (rest_of_clean_state): Set it before -fdump-final-insns=
17418         dumping, clear afterwards.
17419         * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
17420         MEM_ALIAS_SET on MEMs.
17421
17422 2010-03-26  David S. Miller  <davem@davemloft.net>
17423
17424         * configure.ac: Fix sparc GOTDATA_OP bug check.
17425         * configure: Rebuild.
17426
17427 2010-03-26  Alan Modra  <amodra@gmail.com>
17428
17429         * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
17430
17431 2010-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17432
17433         * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
17434         TLS_SECTION_ASM_FLAG.
17435
17436 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
17437
17438         PR bootstrap/43511
17439         * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
17440         Clear first_function_block_is_cold.
17441
17442         PR c/43385
17443         * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
17444         argument if the argument is truth_value_p.
17445
17446 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
17447
17448         * config/rs6000/constraints.md: Update copyright year for my changes.
17449
17450         PR target/43484
17451         * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
17452         used in reg+reg addressing, swap registers.
17453
17454 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
17455
17456         PR debug/43293
17457         * target.h (struct gcc_target): Add code_end hook.
17458         * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
17459         if not yet defined.
17460         (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
17461         * toplev.c (compile_file): Call targetm.asm_out.code_end
17462         hook before unwind info/debug info output.
17463         * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
17464         * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
17465         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
17466         * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
17467         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
17468         * config/i386/i386.c (ix86_file_end): Renamed to...
17469         (ix86_code_end): ... this.  Make static.  Don't call
17470         file_end_indicate_exec_stack.  Emit unwind info using
17471         final_start_function/final_end_function.
17472         (darwin_x86_file_end): Remove.
17473         (TARGET_ASM_CODE_END): Define.
17474         * config/i386/i386.h (TARGET_ASM_FILE_END,
17475         NEED_INDICATE_EXEC_STACK): Don't define.
17476         * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
17477         (TARGET_ASM_FILE_END): Define to darwin_file_end.
17478         * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
17479         * doc/tm.texi (TARGET_ASM_CODE_END): Document.
17480
17481         PR target/43498
17482         * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
17483         at the beginning and final_end_function at the end.
17484         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
17485
17486 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17487
17488         * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
17489         and Sun as TLS syntax.
17490         (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
17491         * configure: Regenerate.
17492         * config.in: Regenerate.
17493         * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
17494         (default_elf_asm_named_section): Use it.
17495         * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
17496         (i386_output_dwarf_dtprel): Likewise.
17497         (output_addr_const_extra): Likewise.
17498         (output_pic_addr_const): Lowercase @GOTTPOFF.
17499         (output_addr_const_extra): Likewise.
17500         (output_pic_addr_const): Lowercase @GOTNTPOFF.
17501         (output_addr_const_extra): Likewise.
17502         (output_pic_addr_const): Lowercase @INDNTPOFF.
17503         (output_addr_const_extra): Likewise.
17504         (output_pic_addr_const): Lowercase @NTPOFF.
17505         (output_addr_const_extra): Likewise.
17506         (output_pic_addr_const): Lowercase @TPOFF.
17507         (output_addr_const_extra): Likewise.
17508         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
17509         (*tls_global_dynamic_64): Likewise.
17510         (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
17511         (*tls_local_dynamic_base_64): Lowercase @TLSLD.
17512
17513         * defaults.h (TLS_COMMON_ASM_OP): Provide default.
17514         (ASM_OUTPUT_TLS_COMMON): Use it.
17515         * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
17516
17517         PR target/38118
17518         * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
17519         * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
17520         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
17521         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
17522         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
17523         (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
17524
17525 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17526
17527         * config/i386/i386.c (override_options): Don't accept
17528         -mtls-dialect=sun any longer.
17529         * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
17530         * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
17531         (*tls_local_dynamic_base_32_sun): Likewise.
17532         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
17533
17534 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
17535
17536         PR debug/43508
17537         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
17538         VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
17539
17540         PR debug/43479
17541         * ira.c (adjust_cleared_regs): New function.
17542         (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
17543
17544         PR debug/19192
17545         PR debug/43479
17546         * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
17547         from gimple_block.
17548         * expr.c (expand_expr_real): Restore previous
17549         curr_insn_source_location and curr_insn_block after
17550         expand_expr_real_1 call.
17551         (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
17552         instead of expand_expr_real_1.
17553
17554 2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>
17555
17556         PR rtl-optimization/43413
17557         * ira-color.c (setup_allocno_available_regs_num): Count prohibited
17558         hard regs too.
17559
17560 2010-03-22  James E. Wilson  <wilson@codesourcery.com>
17561
17562         PR target/43348
17563         * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
17564         call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
17565
17566 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
17567
17568         * config/i386/i386.c (ix86_target_string): Add -mfma.
17569         Fix a typo in comment.
17570
17571 2010-03-22  Mike Stump  <mikestump@comcast.net>
17572
17573         PR target/23071
17574         * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
17575         Don't overly align based upon packed packed fields.
17576
17577 2010-03-22  Jason Merrill  <jason@redhat.com>
17578
17579         * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
17580         Use () rather than [], and move before the element type.
17581
17582 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17583
17584         * doc/configfiles.texi (Configuration Files): Removed
17585         fixinc/Makefile*, intl/Makefile.*.
17586         * doc/makefile.texi: Fixed markup. Abstract from version
17587         control system used.
17588         (Makefile): Removed obsolete gcc/java/parse.y example.
17589         * doc/sourcebuild.texi: Likewise.
17590         (Top Level): Added config, gnattools, libdecnumber, libgcc,
17591         libgomp, libssp.  Removed fastjar.
17592         (Miscellaneous Docs): Clarify location.
17593         Added COPYING3, COPYING3.LIB.
17594         (Front End Directory): Moved Make-lang.in entry to new subsubsection.
17595
17596 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17597
17598         PR target/38085
17599         * config/i386/i386.c (x86_function_profiler)
17600         [!NO_PROFILE_COUNTERS]: Fix typo.
17601         * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
17602         instead of callq.
17603
17604 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
17605             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17606
17607         * doc/sourcebuild.texi (Test Directives): Split into six
17608         subsections, with most of the current text in new subsections
17609         Directives, Selectors, and Final Actions.
17610         (Directives): Split list of test directives into multiple
17611         subsubsections.
17612         (Selectors): Describe use and syntax of selectors.
17613         (Effective-Target Keywords): Describe all existing keywords.
17614         (Add Options): Describe features for dg-add-options.
17615         (Require Support): Describe variants of dg-require-support.
17616         (Final Actions): Describe commands to use in dg-final.
17617
17618 2010-03-22  Michael Matz  <matz@suse.de>
17619
17620         PR middle-end/43475
17621         * recog.c (validate_replace_rtx_group): Replace also in
17622         REG_EQUAL and REG_EQUIV notes.
17623
17624 2010-03-22  Richard Guenther  <rguenther@suse.de>
17625
17626         PR tree-optimization/43390
17627         * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
17628         sure vector extracts are type correct.
17629
17630 2010-03-22  Richard Guenther  <rguenther@suse.de>
17631
17632         PR middle-end/40106
17633         * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
17634         x * sqrt (x) even when optimizing for size if the target
17635         has native support for sqrt.
17636
17637 2010-03-22  Jakub Jelinek  <jakub@redhat.com>
17638
17639         * varasm.c (make_decl_rtl_for_debug): Also clear
17640         flag_mudflap for the duration of make_decl_rtl call.
17641
17642         PR debug/43443
17643         * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
17644         locs from preserved VALUEs.
17645
17646 2010-03-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17647
17648         PR middle-end/42718
17649         * pa.md (movmemsi): Set align to one if zero.
17650         (movmemdi): Likewise.
17651
17652 2010-03-21  Richard Earnshaw  <rearnsha@arm.com>
17653
17654         PR target/42321
17655         * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
17656         with their corresponding prologue pushes.
17657
17658 2010-03-20  Andrew Pinski  <pinskia@gmail.com>
17659
17660         PR target/43156
17661         * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
17662         at the begining or end.
17663         (spu_expand_epilogue): Likewise.
17664
17665 2010-03-20  Richard Guenther  <rguenther@suse.de>
17666
17667         PR rtl-optimization/43438
17668         * combine.c (make_extraction): Properly zero-/sign-extend an
17669         extraction of the low part of a CONST_INT.  Also handle
17670         CONST_DOUBLE.
17671
17672 2010-03-19  Mike Stump  <mikestump@comcast.net>
17673
17674         * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
17675         * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
17676         (override_options): Use SUBTARGET32_DEFAULT_CPU.
17677
17678 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
17679
17680         PR c/43211
17681         * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
17682         an error.
17683
17684 2010-03-19  Bernd Schmidt  <bernds@codesourcery.com>
17685
17686         PR rtl-optimization/42258
17687         * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
17688         use that may match DEF.
17689
17690         PR target/40697
17691         * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
17692         the cost of loading the constant rather than assuming
17693         COSTS_N_INSNS (1).
17694         * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
17695         outer code is AND, do the same tests as the andsi3 expander and
17696         return COSTS_N_INSNS (1) if and is cheap.
17697
17698         * optabs.c (avoid_expensive_constant): Fix formatting.
17699
17700 2010-03-19  Michael Matz  <matz@suse.de>
17701
17702         PR c++/43116
17703         * attribs.c (decl_attributes): When rebuilding a function pointer
17704         type use the same qualifiers as the original pointer type.
17705
17706 2010-03-19  Martin Jambor  <mjambor@suse.cz>
17707
17708         * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
17709         and is_gimple_ip_invariant_address.
17710
17711 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
17712
17713         Revert
17714         2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
17715
17716         * config/arm/arm.c (arm_override_options): Turn off
17717         flag_dwarf2_cfi_asm for AAPCS variants.
17718
17719 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
17720
17721         PR target/43399
17722         * config/arm/arm.c (emit_multi_reg_push): Update comments.
17723         Use PRE_MODIFY instead of PRE_DEC.
17724         (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
17725         (vfp_emit_fstmd): Likewise.
17726
17727 2010-03-19  Michael Matz  <matz@suse.de>
17728
17729         PR target/43305
17730         * builtins.c (expand_builtin_interclass_mathfn,
17731         expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
17732         if that fails.
17733
17734 2010-03-19  Richard Guenther  <rguenther@suse.de>
17735
17736         PR tree-optimization/43415
17737         * tree-ssa-pre.c (phi_translate): Split out worker to ...
17738         (phi_translate_1): ... this.
17739         (phi_translate): Move all caching here.  Cache all NARY
17740         and REFERENCE translations.
17741
17742 2010-03-19  David S. Miller  <davem@davemloft.net>
17743
17744         With help from Eric Botcazou.
17745         * config/sparc/sparc.c: Include dwarf2out.h.
17746         (emit_pic_helper): Delete.
17747         (pic_helper_symbol_name): Delete.
17748         (pic_helper_emitted_p): Delete.
17749         (pic_helper_needed): New.
17750         (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
17751         (get_pc_thunk_name): New.
17752         (load_pic_register): Remove 'delay_pic_helper' arg.  Use
17753         get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
17754         Set pic_helper_needed to true.  Don't call emit_pic_helper.
17755         (sparc_expand_prologue): Update load_pic_register call.
17756         (sparc_output_mi_thunk): Likewise.
17757         (sparc_file_end): Emit a hidden comdat symbol for the PIC
17758         thunk if possible.  Output CFI information as needed.
17759
17760 2010-03-18  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
17761             Jack Howarth  <howarth@bromo.med.uc.edu>
17762
17763         PR target/36399
17764         * config/i386/i386.h: Fix ABI on darwin x86-32.
17765
17766 2010-03-18  Aldy Hernandez  <aldyh@redhat.com>
17767
17768         * tree.h: Declare make_decl_rtl_for_debug.
17769         * varasm.c (make_decl_rtl_for_debug): New.
17770         * dwarf2out.c (rtl_for_decl_location): Call it.
17771         * cfgexpand.c (expand_debug_expr): Call it.
17772
17773 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
17774
17775         PR bootstrap/43399
17776         * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
17777         mem_mode.
17778
17779         PR bootstrap/43403
17780         * var-tracking.c (vt_init_cfa_base): Do nothing if
17781         cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
17782
17783 2010-03-18  Alexandre Oliva  <aoliva@redhat.com>
17784
17785         PR debug/42873
17786         * var-tracking.c (canonicalize_vars_star): New.
17787         (dataflow_post_merge_adjust): Use it.
17788
17789 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
17790
17791         PR debug/43058
17792         * var-tracking.c (non_suitable_const): New function.
17793         (add_uses): For DEBUG_INSNs with constants, don't record any
17794         value, instead just the constant value itself.
17795         (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
17796         is not VAR_LOC_UNKNOWN_P, set var to the constant.
17797         (emit_notes_in_bb): Likewise.
17798         (emit_note_insn_var_location): For onepart variables if
17799         cur_loc is a VOIDmode constant, use DECL_MODE.
17800
17801 2010-03-18  Martin Jambor  <mjambor@suse.cz>
17802
17803         PR middle-end/42450
17804         * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
17805         * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
17806         all non-clones.  Moved call redirection...
17807         (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
17808         (cgraph_materialize_all_clones): Dispose of all
17809         combined_args_to_skip bitmaps.
17810         (verify_cgraph_node): Do not check for edges pointing to wrong
17811         nodes in inline clones.
17812         * tree-inline.c (copy_bb): Call
17813         cgraph_redirect_edge_call_stmt_to_callee.
17814         * ipa.c (cgraph_remove_unreachable_nodes): Call
17815         cgraph_node_remove_callees even when there are used clones.
17816
17817 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
17818
17819         * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
17820
17821 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
17822
17823         PR target/43383
17824         * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
17825         for 32bit.
17826
17827 2010-03-18  Michael Matz  <matz@suse.de>
17828
17829         PR middle-end/43419
17830         * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
17831         into sqrt(x) if we need to preserve signed zeros.
17832
17833 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
17834             Eric Botcazou  <ebotcazou@adacore.com>
17835
17836         PR rtl-optimization/43360
17837         * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
17838         note if we don't know its invariant status.
17839
17840 2010-03-18  Michael Matz  <matz@suse.de>
17841
17842         PR tree-optimization/43402
17843         * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
17844         PHI chains of ssa names registered for update.
17845
17846 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
17847
17848         PR target/42427
17849         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
17850         non-offsettable and pre_modify update addressing.
17851         * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
17852         and "2" alternatives "#".
17853         (*movdd_softfloat32): Make all alternatives "#";
17854         * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
17855         (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
17856         (*movdf_softfloat32): Make all alternatives "#";
17857         (movdi): Use the new DIFD mode iterator to create a common splitter
17858         for movdi, movdf and movdd patterns.
17859
17860 2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
17861
17862         * common.opt (dumpdir): Remove redundant tab.
17863
17864 2010-03-17  Martin Jambor  <mjambor@suse.cz>
17865
17866         PR tree-optimization/43347
17867         * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
17868         original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
17869
17870 2010-03-17  Bernd Schmidt  <bernd.schmidt@analog.com>
17871
17872         PR rtl-optimization/42216
17873         * regrename.c (create_new_chain): New function, broken out from...
17874         (scan_rtx_reg): ... here.  Call it.  Handle the case where we are
17875         appending a use to an empty chain.
17876         (build_def_use): Remove previous changes that convert OP_INOUT to
17877         OP_OUT operands; instead detect the case where an OP_INOUT operand
17878         uses a previously untracked register and create an empty chain for it.
17879
17880 2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17881
17882         * doc/extend.texi (Function Attributes): Rewrite unfinished
17883         sentence in ms_abi documentation.
17884
17885 2010-03-17  Alan Modra  <amodra@gmail.com>
17886
17887         * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
17888         * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
17889         (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
17890         * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
17891
17892 2010-03-16  Richard Henderson  <rth@redhat.com>
17893
17894         PR middle-end/43365
17895         * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
17896         (lower_try_finally): Save and restore eh_seq around the expansion
17897         of the try-finally.
17898
17899 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
17900
17901         * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
17902         statements before splitting block.
17903
17904 2010-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17905
17906         * doc/sourcebuild.texi (Testsuites): Fix markup.
17907         Use pathnames relative to gcc/testsuite.
17908         (Test Directives): Move description of how timeout is determined.
17909         (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
17910         (C Tests): Correct gcc.misc-tests directory.
17911         Framework tests now live in gcc.test-framework.
17912
17913 2010-03-16  Richard Guenther  <rguenther@suse.de>
17914
17915         PR middle-end/43379
17916         * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
17917         operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
17918
17919 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
17920             Alexandre Oliva  <aoliva@redhat.com>
17921
17922         PR tree-optimization/42917
17923         * lambda-code.c (remove_iv): Skip debug statements.
17924         (lambda_loopnest_to_gcc_loopnest): Likewise.
17925         (not_interesting_stmt): Debug statements are not interesting.
17926
17927 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
17928
17929         PR debug/43051
17930         PR debug/43092
17931         * cselib.c (cselib_preserve_constants,
17932         cfa_base_preserved_val): New static variables.
17933         (preserve_only_constants): New function.
17934         (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
17935         clear its REG_VALUES.  If cselib_preserve_constants, don't
17936         empty the whole hash table, but preserve there VALUEs with constants,
17937         cfa_base_preserved_val and cfa_base_preserved_val plus constant.
17938         (cselib_preserve_cfa_base_value): New function.
17939         (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
17940         (cselib_init): Change argument to int bitfield.  Set
17941         cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
17942         is in it.
17943         (cselib_finish): Clear cselib_preserve_constants and
17944         cfa_base_preserved_val.
17945         * cselib.h (enum cselib_record_what): New enum.
17946         (cselib_init): Change argument to int.
17947         (cselib_preserve_cfa_base_value): New prototype.
17948         * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
17949         * dse.c (dse_step1): Likewise.
17950         * cfgcleanup.c (thread_jump): Likewise.
17951         * sched-deps.c (sched_analyze): Likewise.
17952         * gcse.c (local_cprop_pass): Likewise.
17953         * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
17954         If FN is non-NULL, call the callback always and whenever it returns
17955         non-NULL just return that.  Only do rtx_equal_p if FN is NULL.
17956         * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
17957         * combine.c (propagate_for_debug_subst): Add old_rtx argument,
17958         compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
17959         * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
17960         * var-tracking.c: Include recog.h.
17961         (bb_stack_adjust_offset): Remove.
17962         (vt_stack_adjustments): Don't call it, instead just gather the
17963         adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
17964         (adjust_stack_reference): Remove.
17965         (compute_cfa_pointer): New function.
17966         (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
17967         (struct adjust_mem_data): New type.
17968         (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
17969         functions.
17970         (get_address_mode): New function.
17971         (replace_expr_with_values): Use it.
17972         (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
17973         Use get_address_mode.  For cfa_base_rtx return MO_CLOBBER.
17974         (adjust_sets): Remove.
17975         (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
17976         Use get_address_mode.
17977         (get_adjusted_src): Remove.
17978         (add_stores): Don't call it.  Never reuse expr SET.  Don't add extra
17979         MO_VAL_USE for cfa_base_rtx plus constant.  Use get_address_mode.
17980         (add_with_sets): Don't call adjust_sets.
17981         (fp_setter, vt_init_cfa_base): New functions.
17982         (vt_initialize): Change return type to bool.  Move most of pool etc.
17983         initialization to the beginning of the function from end.  Pass
17984         CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
17985         If !frame_pointer_needed, call vt_stack_adjustment before mos
17986         vector is filled, call vt_init_cfa_base if argp/framep has been
17987         eliminated to sp.  If frame_pointer_needed and argp/framep has
17988         been eliminated to hard frame pointer, set
17989         hard_frame_pointer_adjustment and call vt_init_cfa_base after
17990         encountering fp setter in the prologue.  For MO_ADJUST, call
17991         log_op_type before pusing the op into mos vector, not afterwards.
17992         Call adjust_insn before cselib_process_insn/add_with_sets,
17993         call cancel_changes (0) afterwards.
17994         (variable_tracking_main_1): Adjust for vt_initialize calling
17995         vt_stack_adjustments and returning whether it succeeded or not.
17996
17997 2010-03-15  Aldy Hernandez  <aldyh@redhat.com>
17998
17999         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
18000         debug statements.
18001
18002 2010-03-15  Jakub Jelinek  <jakub@redhat.com>
18003
18004         * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
18005         has been set.
18006         (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
18007         drap_reg has not been set.
18008
18009 2010-03-15  Michael Matz  <matz@suse.de>
18010
18011         PR middle-end/43300
18012         * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
18013         use it to expand block copies.
18014         (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
18015         insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
18016         (insert_value_copy_on_edge): Use store_expr for BLKmode values.
18017
18018 2010-03-15  Richard Guenther  <rguenther@suse.de>
18019
18020         PR tree-optimization/43367
18021         * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
18022         elimination check.
18023
18024 2010-03-15  Richard Guenther  <rguenther@suse.de>
18025
18026         PR tree-optimization/43317
18027         * ipa-struct-reorg.c (create_new_general_access): Update stmt.
18028
18029 2010-03-15  Martin Jambor  <mjambor@suse.cz>
18030
18031         PR tree-optimization/43141
18032         * tree-sra.c (create_abstract_origin): New function.
18033         (modify_function): Call create_abstract_origin.
18034
18035 2010-03-15  Chris Demetriou  <cgd@google.com>
18036
18037         * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
18038         wasn't copied.
18039
18040 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
18041
18042         PR middle-end/43354
18043         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
18044         call insert_out_of_ssa_copy for default definitions.
18045
18046 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
18047
18048         * graphite-clast-to-gimple.c (my_long_long): Defined.
18049         (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
18050         * graphite-sese-to-poly.c (my_long_long): Defined.
18051         (scop_ivs_can_be_represented): Use it.
18052
18053 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
18054
18055         * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
18056         graphite-max-bbs-per-function, and loop-block-tile-size.
18057         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
18058         with "maximum".
18059         (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
18060
18061 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
18062
18063         * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
18064         forward declaration.
18065         * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
18066         (add_upper_bounds_from_estimated_nit): New.
18067         (build_loop_iteration_domains): Use it.
18068
18069 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
18070
18071         * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
18072
18073 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
18074
18075         PR middle-end/43306
18076         * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
18077         should be an INTEGER_CST.  Also handle CASE_CONVERT.
18078
18079 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
18080
18081         * graphite.c (graphite_initialize): To bound the number of bbs per
18082         function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
18083         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
18084         * doc/invoke.texi: Document it.
18085
18086 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
18087
18088         * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
18089         * graphite-sese-to-poly.h (build_poly_scop): Same.
18090
18091 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
18092
18093         * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
18094         the number of parameters in the scop.  Use as an upper bound
18095         PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
18096         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
18097         * doc/invoke.texi: Document it.
18098
18099 2010-03-13  Jerry Quinn  <jlquinn@optonline.net>
18100
18101         * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
18102         * doc/c-tree.texi: Remove.
18103         * doc/generic.texi: Merge c-tree.texi here.
18104         * doc/gccint.texi (Trees): Remove menu entry.
18105         (c-tree.texi): Remove @include.
18106         * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
18107         * doc/languages.texi (Reading RTL): Ditto.
18108
18109 2010-03-12  Steve Ellcey  <sje@cup.hp.com>
18110
18111         PR target/42869
18112         * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
18113
18114 2010-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
18115
18116         PR middle-end/42431
18117         * gcc/config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
18118         code added to work around reload clobbering CONST insns.
18119
18120 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
18121
18122         * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
18123         (cselib_preserve_definitely, cselib_clear_preserve): Remove.
18124         (cselib_preserve_only_values): Remove retain argument, don't
18125         traverse hash table with cselib_{preserve_definitely,clear_preserve}.
18126         * cselib.h (cselib_preserve_only_values): Remove retain argument.
18127         * var-tracking.c (micro_operation): Move insn field before union.
18128         Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
18129         (struct variable_tracking_info_def): Remove n_mos field, change
18130         mos into a vector of micro_operations.
18131         (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
18132         (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
18133         compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
18134         changing into a vector.
18135         (add_with_sets): Likewise.  Ensure MO_VAL_USE uops from add_stores
18136         come before all other uops generated by add_stores.
18137         (vt_add_function_parameters): Adjust for cselib_preserve_only_values
18138         argument removal.
18139         (vt_initialize): Likewise.  Adjust for VTI (bb)->mos changing into
18140         a vector.  Run just one pass over the bbs instead of separate counting
18141         and computation phase.
18142         (vt_finalize): Free VTI (bb)->mos vector instead of array.
18143
18144         PR debug/43329
18145         * tree-inline.c (remap_decls): Put old_var rather than origin_var
18146         into *nonlocalized_list vector.
18147         * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
18148         even if origin is non-NULL.
18149         (gen_variable_die): Likewise.
18150         (process_scope_var): Don't change origin.
18151         (gen_decl_die): Likewise.
18152         * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
18153         before adding new edges instead of after it, fix moving over
18154         debug stmts.
18155
18156 2010-03-11  David S. Miller  <davem@davemloft.net>
18157
18158         * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
18159         of four.
18160         * configure: Rebuild.
18161
18162 2010-03-11  Martin Jambor  <mjambor@suse.cz>
18163
18164         PR tree-optimization/43257
18165         * tree.c (assign_assembler_name_if_neeeded): New function.
18166         (free_lang_data_in_cgraph): Assembler name assignment moved to the
18167         above new function.
18168         * tree.h (assign_assembler_name_if_neeeded): Declare.
18169         * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
18170         the function if needed.
18171
18172 2010-03-11  Chris Demetriou  <cgd@google.com>
18173
18174         * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
18175         include/stdint-gcc.h, and include/stdint.h world-readable.
18176
18177 2010-03-11  Richard Guenther  <rguenther@suse.de>
18178
18179         PR tree-optimization/43255
18180         * tree-vrp.c (process_assert_insertions_for): Do not insert
18181         asserts for trivial conditions.
18182
18183 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18184
18185         PR tree-optimization/43280
18186         * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
18187         generation.  Move calculation of size out of the if branch.
18188         (find_bswap): Modify compare number generation.
18189
18190 2010-03-11  Richard Guenther  <rguenther@suse.de>
18191
18192         PR lto/43200
18193         * lto-streamer-in.c (maybe_fixup_decls): Simplify.
18194         (input_gimple_stmt): Fixup handled component types during
18195         operand read.  Also fix up decls in ADDR_EXPRs.
18196
18197 2010-03-10  Eric Botcazou  <ebotcazou@adacore.com>
18198
18199         * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
18200         * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
18201
18202 2010-03-10  Jan Hubicka  <jh@suse.cz>
18203
18204         PR c/43288
18205         * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
18206         * varasm.c (get_variable_section): Don't do that here...
18207         (make_decl_rtl): ... and here.
18208         (do_assemble_alias): Produce decl RTL.
18209         (assemble_alias): Likewise.
18210
18211 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
18212
18213         PR debug/43290
18214         * reg-notes.def (REG_CFA_SET_VDRAP): New note.
18215         * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
18216         of fde->vdrap_reg.
18217         (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
18218         (based_loc_descr): Only express drap or vdrap regno based expressions
18219         using DW_OP_fbreg when not optimizing.
18220         * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
18221         make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
18222         REG_CFA_SET_VDRAP note.
18223
18224 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
18225
18226         PR tree-optimization/43236
18227         * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
18228         error in calculation of base address in reverse iteration case.
18229         (generate_builtin): Take number of latch executions if the statement
18230         is in the latch.
18231
18232 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
18233
18234         PR middle-end/42859
18235         * tree-eh.c: Include pointer-set.h.
18236         (lower_eh_dispatch): Filter out duplicate case labels and
18237         remove the unneeded edge when the label is unused.  Return
18238         true when some edges are removed.
18239         (execute_lower_eh_dispatch): When any lowering resulted in
18240         removing an edge, also delete unreachable blocks.
18241
18242 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
18243
18244         PR bootstrap/43287
18245         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
18246         UNSPEC_MACHOPIC_OFFSET.
18247
18248 2010-03-09  Andreas Schwab  <schwab@linux-m68k.org>
18249
18250         PR target/43294
18251         * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
18252         (m68k_delegitimize_address): New function.
18253
18254 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
18255
18256         PR debug/43299
18257         * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
18258
18259         PR debug/43299
18260         * var-tracking.c (adjust_sets): New function.
18261         (count_with_sets, add_with_sets): Use it.
18262         (get_adjusted_src): New inline function.
18263         (add_stores): Use it.
18264
18265         PR debug/43304
18266         * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
18267         call cselib_dummy_expand_value_rtx_cb instead of
18268         cselib_expand_value_rtx_cb.
18269
18270         PR debug/43293
18271         * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
18272         * config/i386/i386.c: Include debug.h and dwarf2out.h.
18273         (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
18274         and .cfi_endproc around the pic thunks.
18275         (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
18276         all queued unwind info register saves are saved before the call.
18277         For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
18278         considered as sp-=4 for unwind info and the pop as sp+=4 which
18279         also clobbers dest, but doesn't actually restore it.
18280
18281         PR debug/43290
18282         * config/i386/i386.c (ix86_get_drap_rtx): Don't set
18283         RTX_FRAME_RELATED_P.
18284
18285 2010-03-09  Jie Zhang  <jie@codesourcery.com>
18286
18287         * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
18288         whitespaces in output template.
18289
18290 2010-03-09  Jie Zhang  <jie@codesourcery.com>
18291
18292         * ira-lives.c (check_and_make_def_use_conflict): Don't fall
18293         out array boundary.
18294
18295 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
18296
18297         * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
18298         builtins.exp in a separate job.
18299
18300 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
18301
18302         * graphite-sese-to-poly.c (add_param_constraints): Use
18303         lower_bound_in_type and upper_bound_in_type.
18304
18305 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
18306
18307         * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
18308         instead of unsigned_type_node.
18309
18310 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
18311             Reza Yazdani  <reza.yazdani@amd.com>
18312
18313         PR middle-end/43065
18314         * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
18315         on pointer type parameters.
18316
18317 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
18318
18319         PR middle-end/42644
18320         PR middle-end/42130
18321         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
18322         handle conversions from pointer to integers.
18323         (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
18324         induction variable, to be able to work with code generated by CLooG.
18325         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
18326         (build_poly_scop): Bail out if we cannot codegen a loop.
18327
18328 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
18329
18330         * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
18331         code generation with gloog_error.
18332
18333 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
18334
18335         * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
18336         Call fold_convert on all the returned values.
18337         (expand_scalar_variables_expr): Pass to
18338         expand_scalar_variables_ssa_name the type of the resulting expression.
18339
18340 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
18341
18342         * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
18343         ppl_min_for_le_pointset.
18344         Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
18345         * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
18346
18347 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
18348
18349         * graphite-dependences.c (map_into_dep_poly): Removed.
18350         (dependence_polyhedron_1): Use combine_context_id_scat.
18351
18352 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
18353
18354         * graphite-poly.h (struct poly_scattering): Add layout documentation.
18355         (struct poly_bb): Same.
18356         (combine_context_id_scat): New.
18357
18358 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
18359
18360         PR middle-end/42326
18361         * sese.c (name_defined_in_loop_p): Return false for default
18362         definitions.
18363
18364 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
18365
18366         * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
18367         and clean up the logic.
18368
18369 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
18370
18371         * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
18372         early return.
18373
18374 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
18375
18376         * var-tracking.c (remove_cselib_value_chains): Define only for
18377         ENABLE_CHECKING.
18378         (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
18379         delete_slot_part, emit_notes_for_differences_1): Don't call
18380         remove_cselib_value_chains here.
18381         (set_slot_part, emit_notes_for_differences_2): Don't call
18382         add_cselib_value_chains here.
18383         (preserved_values): New vector.
18384         (preserve_value): New function.
18385         (add_uses, add_stores, vt_add_function_parameters): Use it
18386         instead of cselib_preserve_value.
18387         (changed_values_stack): New vector.
18388         (check_changed_vars_0): New function.
18389         (check_changed_vars_1, check_changed_vars_2): Use it.
18390         (emit_notes_for_changes): Call set_dv_changed (*, false) on all
18391         changed_values_stack VALUEs.
18392         (vt_emit_notes): For all preserved_values call
18393         add_cselib_value_chains.  If ENABLE_CHECKING call
18394         remove_cselib_value_chains before verifying value_chains is empty.
18395         Initialize and free changed_values_stack.
18396         (vt_initialize): Initialize preserved_values.
18397         (vt_finalize): Free preserved_values.
18398
18399 2010-03-08  Richard Guenther  <rguenther@suse.de>
18400
18401         PR tree-optimization/43269
18402         * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
18403         region detection.
18404
18405 2010-03-08  Martin Jambor  <mjambor@suse.cz>
18406
18407         * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
18408         (ipa_is_param_called): Removed.
18409         * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
18410         (ipa_print_node_params): Do not print the called flag.
18411         (ipa_write_node_info): Do not stream the called flag.
18412         (ipa_read_node_info): Likewise.
18413
18414 2010-03-07  Jakub Jelinek  <jakub@redhat.com>
18415
18416         PR debug/43176
18417         * Makefile.in (var-tracking.o): Depend on pointer-set.h.
18418         * cselib.c (struct expand_value_data): Add dummy field.
18419         (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
18420         dummy to false.
18421         (cselib_dummy_expand_value_rtx_cb): New function.
18422         (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
18423         any rtl.
18424         * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
18425         * var-tracking.c: Include pointer-set.h.
18426         (variable): Change n_var_parts to char from int.  Add
18427         cur_loc_changed and in_changed_variables fields.
18428         (variable_canonicalize): Remove.
18429         (shared_var_p): New inline function.
18430         (unshare_variable): Maintain cur_loc_changed and
18431         in_changed_variables fields.  If var was in changed_variables,
18432         replace it there with new_var.  Just copy cur_loc instead of
18433         resetting it to something else.
18434         (variable_union): Don't recompute cur_loc.  Use shared_var_p.
18435         (dataflow_set_union): Don't call variable_canonicalize.
18436         (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
18437         of their DEBUG_EXPR_TREE_DECLs.
18438         (canonicalize_loc_order_check): Verify that cur_loc is NULL
18439         and in_changed_variables and cur_loc_changed is false.
18440         (variable_merge_over_cur): Clear cur_loc, in_changed_variables
18441         and cur_loc_changed.  Don't update cur_loc here.
18442         (variable_merge_over_src): Don't call variable_canonicalize.
18443         (dataflow_set_preserve_mem_locs): Use shared_var_p.  When
18444         removing loc that is equal to cur_loc, clear cur_loc,
18445         set cur_loc_changed and ensure variable_was_changed is called.
18446         (dataflow_set_remove_mem_locs): Use shared_var_p.  Only
18447         compare pointers in cur_loc check, if it is equal to loc,
18448         clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
18449         (variable_different_p): Remove compare_current_location argument,
18450         don't compare cur_loc.
18451         (dataflow_set_different_1): Adjust variable_different_p caller.
18452         (variable_was_changed): If dv had some var in changed_variables
18453         already, reset in_changed_variables flag for it and propagate
18454         cur_loc_changed over to the new variable.  On empty var
18455         always set cur_loc_changed.  Set in_changed_variables on whatever
18456         var is added to changed_variables.
18457         (set_slot_part): Clear cur_loc_changed and in_changed_variables.
18458         Use shared_var_p.  When removing loc that is equal to cur_loc,
18459         clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
18460         end, don't set it to something else, just call variable_was_changed.
18461         (delete_slot_part): Use shared_var_p.  When cur_loc equals to
18462         loc being removed, clear cur_loc and set cur_loc_changed.
18463         Set cur_loc_changed if all locations have been removed.
18464         (struct expand_loc_callback_data): New type.
18465         (vt_expand_loc_callback): Add dummy mode in which no rtxes are
18466         allocated.  Always create SUBREGs if simplify_subreg failed.
18467         Prefer to use cur_loc, when that fails and still in
18468         changed_variables (and seen first time) recompute it.  Set
18469         cur_loc_changed of variables which had to change cur_loc and
18470         compute elcd->cur_loc_changed if any of the subexpressions used
18471         had to change cur_loc.
18472         (vt_expand_loc): Adjust to pass arguments in
18473         expand_loc_callback_data structure.
18474         (vt_expand_loc_dummy): New function.
18475         (emitted_notes): New variable.
18476         (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
18477         that weren't used for any other decl in current
18478         emit_notes_for_changes call call vt_expand_loc_dummy to update
18479         cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
18480         first loc_chain location if NULL before.  Always use just
18481         cur_loc instead of first loc_chain location.  When cur_loc_changed
18482         is false, when not --enable-checking=rtl just don't emit any note.
18483         When rtl checking, compute the note and assert it is the same
18484         as previous note.  Clear cur_loc_changed and in_changed_variables
18485         at the end before removing from changed_variables.
18486         (check_changed_vars_3): New function.
18487         (emit_notes_for_changes): Traverse changed_vars to call
18488         check_changed_vars_3 on each changed var.
18489         (emit_notes_for_differences_1): Clear cur_loc_changed and
18490         in_changed_variables.  Recompute cur_loc of new_var.
18491         (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
18492         (vt_emit_notes): Initialize and destroy emitted_notes.
18493
18494 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>
18495
18496         PR rtl-optimization/42220
18497         * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
18498         Use verify_reg_tracked to determine if we should use OP_OUT rather
18499         than OP_INOUT.
18500         (build_def_use): If we see an in-out operand for a register that we
18501         know nothing about, treat is an output if possible, fail the block if
18502         not.
18503
18504 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
18505
18506         PR debug/42897
18507         * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
18508         permanently.
18509
18510 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
18511
18512         PR debug/42897
18513         * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
18514         uses of relevant DEFs that are dead outside the loop too.
18515
18516 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
18517
18518         * var-tracking.c (dataflow_set_merge): Swap src and src2.
18519         Reverted:
18520         2010-01-13  Jakub Jelinek  <jakub@redhat.com>
18521         PR debug/41371
18522         * var-tracking.c (values_to_unmark): New variable.
18523         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
18524         values_to_unmark vector.  Moved body to...
18525         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
18526         instead queue it into values_to_unmark vector.
18527         (vt_find_locations): Free values_to_unmark vector.
18528
18529 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
18530
18531         * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
18532         (site.exp): Export them when plugins are enabled.
18533
18534 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
18535
18536         PR middle-end/42326
18537         * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
18538         that contain scevs.
18539         (chrec_fold_multiply): Same.
18540
18541 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
18542
18543         PR c/43248
18544         * c-decl.c (build_compound_literal): Return early if init is
18545         an error_mark_node.
18546
18547 2010-03-04  Martin Jambor  <mjambor@suse.cz>
18548
18549         PR tree-optimization/43164
18550         PR tree-optimization/43191
18551         * tree-sra.c (type_consists_of_records_p): Reject records with
18552         zero-size bit-fields at the end.
18553
18554 2010-03-04  Mike Stump  <mikestump@comcast.net>
18555
18556         * Makefile.in (TAGS): Remove *.y.
18557
18558 2010-03-04  Richard Guenther  <rguenther@suse.de>
18559
18560         PR tree-optimization/40761
18561         * tree-ssa-pre.c (compute_antic): Walk reverse postorder
18562         in reverse order.
18563         (my_rev_post_order_compute): New function.
18564         (init_pre): Call it.
18565
18566 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
18567
18568         PR middle-end/43209
18569         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
18570         decrease the cost of an IV candidate when the cost is infinite.
18571
18572 2010-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18573
18574         * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
18575         Use '3DNow!' for the extension of that name, ensure normal space
18576         after the string.
18577         * doc/invoke.texi (i386 and x86-64 Options): Likewise.
18578
18579 2010-03-03  Jeff Law  <law@redhat.com>
18580
18581         * PR middle-end/32693
18582         * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
18583         than gen_rtx_SUBREG.
18584         (extract_bit_field_1): Likewise.
18585
18586 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
18587
18588         * doc/sourcebuild.texi (Test directives): Document that arguments
18589         include-opts and exclude-opts are now optional for dg-skip-if,
18590         dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
18591
18592 2010-03-03  Jason Merrill  <jason@redhat.com>
18593
18594         PR c++/12909
18595         * cgraph.h (varpool_node): Add extra_name field.
18596         * varpool.c (varpool_extra_name_alias): New.
18597         (varpool_assemble_decl): Emit extra name aliases.
18598         (varpool_mark_needed_node): Look past an extra name alias.
18599         * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
18600         * lto-streamer-in.c (lto_input_tree): Read it.
18601         * lto-streamer-out.c (output_unreferenced_globals): Write it.
18602
18603 2010-03-03  Eric Botcazou  <ebotcazou@adacore.com>
18604
18605         * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
18606         (sparc*-*-solaris2*): ...this.
18607
18608 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
18609
18610         PR debug/43229
18611         * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
18612         WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
18613         ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
18614         FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
18615
18616         PR debug/43237
18617         * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
18618         fallthrough to default handling, just with want_address 0 instead of 2.
18619         For single element lists, add_AT_loc directly, otherwise create an
18620         artificial variable DIE and stick location list to it.
18621
18622         PR debug/43177
18623         * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
18624         (VAL_EXPR_HAS_REVERSE): Define.
18625         (reverse_op): New function.
18626         (add_stores): For reversible operations add an extra MO_VAL_USE.
18627
18628 2010-03-02  Jason Merrill  <jason@redhat.com>
18629
18630         * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
18631
18632 2010-03-02  Eric Botcazou  <ebotcazou@adacore.com>
18633
18634         * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
18635         (sparc64-*-linux*): Likewise.
18636         (sparc64-*-solaris2*): Include assembler files before linker ones.
18637         (sparc-*-solaris2*): Simplify and reorder to match previous case.
18638         * config/sparc/gas.h: Delete.
18639         * config/sparc/sol2-64.h: Add copyright notice.
18640         * config/sparc/sol2-gas-bi.h: Likewise.
18641         * config/sparc/sol2-gld.h: Likewise.
18642         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
18643         * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
18644         * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
18645         * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
18646         (sparc_elf_asm_named_section): Rename into...
18647         (sparc_solaris_elf_asm_named_section): ...this.  Always define.
18648
18649 2010-03-02  Uros Bizjak  <ubizjak@gmail.com>
18650
18651         * config/alpha/alpha.c (override_options): Fix -mtune error message.
18652
18653 2010-03-02  Jeff Law  <law@redhat.com>
18654
18655         PR middle-end/42431
18656         * reload1.c (rtx_p, substitute_stack): Declare.
18657         (substitute): Record addresses of changed rtxs.
18658         (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
18659         Restore the original rtx when complete.
18660         (reload): Free subsitute_stack when complete.
18661
18662 2010-03-02  Janis Johnson  <janis187@us.ibm.com>
18663
18664         * doc/gccint.texi (menu): Add Testsuites as a chapter.
18665         * doc/sourcebuild.texi (Testsuites): Move up a level to be a
18666         new chapter.
18667         (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
18668         LTO Testing, gcov Testing, profopt Testing, compat Testing,
18669         Torture Tests): Change from subsection to section.
18670
18671 2010-03-02  Jakub Jelinek  <jakub@redhat.com>
18672             Steven Bosscher  <steven@gcc.gnu.org>
18673
18674         * var-tracking.c (vt_initialize): Scan insns in ebb chunks
18675         instead of bb.
18676
18677 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
18678
18679         PR middle-end/42640
18680         * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
18681         the assignment from the new induction variable to the assignment
18682         of the value from the original loop PHI function.
18683
18684 2010-03-01  Janis Johnson  <janis187@us.ibm.com>
18685             Daniel Jacobowitz  <dan@codesourcery.com>
18686
18687         * doc/sourcebuild.texi (Test directives): Clarify options to
18688         dg-skip-if.
18689
18690 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18691
18692         * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
18693         Disable cfi directives unless GCC and gas agree on using read-only
18694         .eh_frame sections for 64-bit.
18695         * configure: Regenerate.
18696
18697 2010-03-01  Richard Guenther  <rguenther@suse.de>
18698
18699         PR tree-optimization/43220
18700         * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
18701         BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
18702
18703 2010-03-01  Richard Guenther  <rguenther@suse.de>
18704             Martin Jambor  <mjambor@suse.cz>
18705
18706         PR middle-end/41250
18707         * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
18708         gimplified parameters.
18709
18710 2010-03-01  Christian Bruel  <christian.bruel@st.com>
18711
18712         * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
18713
18714 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
18715
18716         * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
18717
18718 2010-03-01  Richard Guenther  <rguenther@suse.de>
18719
18720         PR middle-end/43213
18721         * expr.c (expand_assignment): Use the alias-oracle to tell
18722         if the rhs aliases the result decl.
18723
18724 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18725
18726         PR pch/14940
18727         * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
18728         to sol_gt_pch_get_address.
18729         (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
18730         64-bit, SPARC and x86.
18731         (sol_gt_pch_get_address): New function.
18732
18733 2010-03-01  Marco Poletti  <poletti.marco@gmail.com>
18734
18735         * toplev.h (inform_n, error_n): Declare.
18736         * diagnostic.c (inform_n, error_n): New function.
18737
18738 2010-03-01  Jakub Jelinek  <jakub@redhat.com>
18739
18740         * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
18741         has no rtl yet when processing local_decls, queue it and recheck
18742         if deferred stack allocation hasn't assigned it rtl.
18743
18744 2010-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
18745
18746         * config/sh/sh.c (unspec_bbr_uid): New.
18747         (gen_block_redirect): Use it instead of INSN_UID.
18748         (gen_far_branch): Likewise.
18749
18750 2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
18751
18752         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
18753         it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
18754
18755 2010-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18756
18757         * doc/invoke.texi (Warning Options, RX Options): Fix typos.
18758         (Warning Options): -Wno-conversion-null is valid for
18759         Objective-C++ as well.
18760         * doc/tm.texi (Named Address Spaces): Likewise.
18761         * doc/plugins.texi (Plugins): Replace TABs with spaces.
18762         * doc/tree-ssa.texi (Tree SSA): Likewise.
18763
18764 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
18765
18766         PR bootstrap/43202
18767         * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
18768         by default.  Don't set the default arch for
18769         i[34567]86-*-darwin*|x86_64-*-darwin*.
18770
18771 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
18772
18773         PR bootstrap/43202
18774         * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
18775         default.  Set the default 32bit/64bit archs with $with_arch
18776         instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
18777
18778 2010-02-27  Richard Guenther  <rguenther@suse.de>
18779
18780         PR tree-optimization/43186
18781         * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
18782         * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
18783         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
18784         unroller iterations.
18785
18786 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
18787
18788         * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
18789         required and i[34567]86-*-* targets don't support 64bit ISA.
18790
18791 2010-02-26  Eric Botcazou  <ebotcazou@adacore.com>
18792
18793         PR ada/43096
18794         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
18795         the same alias set.
18796
18797 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
18798
18799         * config.gcc: Set the default arch at least to Prescott for
18800         i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
18801         if SSE math is enabled.
18802
18803 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18804
18805         * diagnostic.c (diagnostic_initialize): Update.
18806         (diagnostic_report_diagnostic): Test inhibit_notes_p for
18807         informative notes.
18808         * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
18809         (diagnostic_inhibit_notes): New.
18810         * toplev.c (process_options): inhibit notes with -fcompare-debug.
18811
18812 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18813
18814         PR c/20631
18815         * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
18816         * doc/standards.texi: Likewise.
18817         * doc/extend.texi: Likewise.
18818         * doc/trouble.texi: Likewise.
18819         * doc/cppopts.texi: Likewise.
18820         * doc/install.texi: Likewise.
18821         * c.opt (std=c90,std=gnu90): New options.
18822         * c-opts.c (c_common_handle_option): Handle them.
18823
18824 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18825
18826         PR c/24577
18827         * c-decl.c (undeclared_variable): Use an informative note.
18828
18829 2010-02-26  Richard Guenther  <rguenther@suse.de>
18830
18831         PR tree-optimization/43186
18832         * gimple.h (gimple_fold): Remove.
18833         * gimple.c (gimple_fold): Remove.  Inline into single user ...
18834         * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
18835         Try harder for conditions.
18836
18837 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
18838
18839         PR debug/43190
18840         * function.c (used_types_insert): Don't skip through named pointer
18841         types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
18842         and it is different from the main variant's type.
18843
18844 2010-02-26  Nick Clifton  <nickc@redhat.com>
18845
18846         * config/rx/rx.md (sminsi3): Remove bogus alternative.
18847
18848 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
18849
18850         * config.gcc: Support --with-fpmath=sse for x86.
18851
18852         * config/i386/ssemath.h: New.
18853
18854         * doc/install.texi (--with-fpmath=sse): Documented.
18855
18856 2010-02-26  Richard Guenther  <rguenther@suse.de>
18857
18858         PR tree-optimization/43188
18859         * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
18860         vector types of over-aligned element type.
18861
18862 2010-02-26  Uros Bizjak  <ubizjak@gmail.com>
18863
18864         PR target/43175
18865         * config/i386/i386.c (expand_vec_perm_blend): Use correct
18866         operands in V8HImode subregs.  Fix operand order in VEC_MERGE rtx.
18867
18868 2010-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
18869
18870         * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
18871
18872 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
18873
18874         * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
18875         * var-tracking.c: Include diagnostic.h.
18876         (debug_dv): New function.
18877         (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
18878
18879         PR debug/43160
18880         * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
18881         (add_value_chain, add_value_chains, remove_value_chain,
18882         remove_value_chains): Handle DEBUG_EXPRs.
18883         (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
18884
18885         PR debug/43161
18886         * regcprop.c (struct queued_debug_insn_change): New type.
18887         (struct value_data_entry): Add debug_insn_changes field.
18888         (struct value_data): Add n_debug_insn_changes field.
18889         (debug_insn_changes_pool): New variable.
18890         (free_debug_insn_changes, apply_debug_insn_changes,
18891         cprop_find_used_regs_1, cprop_find_used_regs): New functions.
18892         (kill_value_one_regno): Call free_debug_insn_changes if needed.
18893         (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
18894         fields.
18895         (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
18896         changes for them.
18897         (copyprop_hardreg_forward_1): Don't call apply_change_group for
18898         DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
18899         changes, call cprop_find_used_regs via note_stores.
18900         (copyprop_hardreg_forward): When copying vd from predecessor
18901         which has any queued DEBUG_INSN changes, make sure the pointers are
18902         cleared.  At the end call df_analyze and then if there are any
18903         DEBUG_INSN changes queued at the end of some basic block for still
18904         live registers, apply them.
18905         (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
18906
18907 2010-02-25  Uros Bizjak  <ubizjak@gmail.com>
18908
18909         * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
18910         (arm*-*-*): Ditto.
18911
18912 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
18913
18914         * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
18915         targets.  Set the default with_cpu/with_arch from arch/cpu.
18916         Allow x86-64 and native for with_cpu/with_arch.
18917
18918 2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>
18919
18920         * ebitmap.c: Change calls to verify_popcount with calls to
18921         sbitmap_verify_popcount.
18922         (ebitmap_clear_bit): Fixed map->cacheindex test and
18923         map>cache update when bit clearing results in an empty
18924         element.
18925
18926 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
18927
18928         PR target/43154
18929         * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
18930         (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
18931         and support both V2DF and V2DI modes.
18932         (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
18933         support both V2DF and V2DI modes.
18934         (general): Delete trailing whitespace from a few patterns.
18935
18936         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
18937         V2DF/V2DI interleave high/low builtins.
18938
18939         * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
18940         new VSX builtins.
18941
18942         * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
18943         interleave high/low functions.
18944
18945 2010-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
18946
18947         * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
18948         #pragma extern_prefix.
18949
18950 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
18951
18952         PR debug/43166
18953         * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
18954         BLKmode, assert op0 is a MEM and just adjust its mode.
18955
18956         PR debug/43165
18957         * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
18958         if bitpos isn't multiple of mode's bitsize.
18959
18960 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18961
18962         * c.opt (-ftemplate-depth=): New.
18963         (-ftemplate-depth-): Deprecate.
18964         * optc-gen.awk: Handle -ftemplate-depth=.
18965         * opth-gen.awk: Likewise.
18966         * c-opts.c (c_common_handle_option): Likewise.
18967         * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
18968
18969 2010-02-24  Jason Merrill  <jason@redhat.com>
18970
18971         * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
18972
18973 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18974
18975         * cfg.c (alloc_aux_for_block): Remove inline.
18976         (alloc_aux_for_edge): Likewise.
18977
18978 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18979
18980         * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
18981
18982 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18983
18984         * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
18985         * config/i386/sol2-gas.h: New file.
18986         * config.gcc (i[34567]86-*-solaris2*): Use it.
18987
18988 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18989
18990         PR c/43128
18991         * c-typeck.c (ep_convert_and_check): New.
18992         (build_conditional_expr): Use it.
18993         (build_binary_op): Likewise.
18994
18995 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
18996
18997         * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
18998
18999         PR debug/43150
19000         * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
19001         bounds even for -O+.
19002         * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
19003         expr needs to have DECL_NAME set.
19004
19005 2010-02-24  Nick Clifton  <nickc@redhat.com>
19006
19007         * config/mep/mep.c: Include gimple.h.
19008         (mep_function_uses_sp): Delete unused function.
19009         (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
19010         parameters.  Use unsigned integers to count args.  Return a
19011         NULL_RTX instead of an error_mark_node.  Toidy up formatting.
19012
19013 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
19014
19015         PR target/43107
19016         * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
19017         greater or equal to nelt instead of 2 * nelt.
19018         (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
19019         with nelt - 1.
19020
19021 2010-02-23  Jason Merrill  <jason@redhat.com>
19022
19023         PR debug/42800
19024         * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
19025         in cfun->local_decls even if they have register types.
19026
19027         PR c++/42837
19028         * stor-layout.c (place_field): Don't warn about unnecessary
19029         DECL_PACKED if the type is packed.
19030
19031 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
19032
19033         PR target/43139
19034         * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
19035         GOTOFF relocs, even when the base reg isn't pic pointer.
19036
19037 2010-02-23  Michael Matz  <matz@suse.de>
19038
19039         PR debug/43077
19040         * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
19041         (expand_gimple_basic_block): Generate and use debug temps if there
19042         are debug uses left after the last real use of TERed ssa names.
19043         Unlink debug immediate uses when they are expanded.
19044
19045 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19046
19047         PR 43123
19048         * config/i386/i386.c (override_options): Reorganise to provide
19049         better error messages.
19050
19051 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
19052
19053         PR middle-end/43083
19054         * graphite-scop-detection.c (create_single_exit_edge): Move
19055         the call to find_single_exit_edge to....
19056         (create_sese_edges): ...here.  Don't handle multiple edges
19057         exiting the function.
19058         (build_graphite_scops): Don't handle multiple edges
19059         exiting the function.
19060
19061 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
19062
19063         PR middle-end/43097
19064         * sese.c (get_rename): Assert that old_name is an SSA_NAME.
19065         (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
19066
19067 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
19068
19069         PR middle-end/43026
19070         * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
19071
19072 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19073
19074         PR c++/43126
19075         * c-typeck.c (convert_arguments): Print declaration location.
19076         * c-common.c (validate_nargs): Rename as
19077         builtin_function_validate_nargs.
19078         (check_builtin_function_arguments): Update.
19079
19080 2010-02-22  Richard Guenther  <rguenther@suse.de>
19081
19082         PR lto/43045
19083         * tree-inline.c (declare_return_variable): Use the type of
19084         the call stmt lhs if available.
19085
19086 2010-02-22  Duncan Sands  <baldrick@free.fr>
19087
19088         * passes.c (register_pass): Always consider all pass lists when
19089         ref_pass_instance_number is zero.
19090
19091 2010-02-22  Richard Guenther  <rguenther@suse.de>
19092
19093         PR tree-optimization/42749
19094         * tree-tailcall.c (adjust_return_value_with_ops): Drop update
19095         parameter.  Do arithmetic in the original type.
19096         (update_accumulator_with_ops): Likewise.
19097         (adjust_accumulator_values): Adjust.
19098
19099 2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19100
19101         * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
19102         (QI to BLKmode splitter): New splitter.
19103
19104 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
19105
19106         * config/i386/i386.c (initial_ix86_tune_features): Turn on
19107         X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
19108
19109 2010-02-22  Richard Guenther  <rguenther@suse.de>
19110
19111         * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
19112
19113 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
19114
19115         Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
19116         * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
19117         ($(T)crti.o, $(T)crtn.o): Remove rules.
19118
19119 2010-02-21  Tobias Burnus  <burnus@net-b.de>
19120
19121         PR fortran/35259
19122         * doc/invoke.texi (-fassociative-math): Document that this
19123         option is automatically enabled for Fortran.
19124
19125 2010-02-20  David S. Miller  <davem@davemloft.net>
19126
19127         * configure.ac: Test if linker and assembler properly support
19128         GOTDATA_OP relocations.
19129         * configure: Rebuild.
19130         * config.in: Likewise.
19131         * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
19132         (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
19133         (movsi_high_pic): Likewise.
19134         (movdi_lo_sum_pic): Likewise.
19135         (movdi_high_pic): Likewise.
19136         (movsi_pic_gotdata_op): New pattern.
19137         (movdi_pic_gotdata_op): Likewise.
19138         * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
19139         emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
19140
19141 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
19142
19143         PR target/43067
19144         * config/i386/sse.md (xop_mulv2div2di3_low): Change type
19145         attribute to ssemul.
19146         (xop_mulv2div2di3_high): Ditto.
19147
19148 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19149
19150         PR c++/35669
19151         * c.opt (Wconversion-null): New option.
19152         * doc/invoke.texi (Wconversion-null): Document.
19153
19154 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19155
19156         * common.opt (Wlarger-than-): Add Undocumented.
19157
19158 2010-02-19  Mike Stump  <mikestump@comcast.net>
19159
19160         * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
19161
19162 2010-02-19  Jason Merrill  <jason@redhat.com>
19163
19164         PR target/40332
19165         * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
19166         * configure: Likewise.
19167
19168 2010-02-20  Alan Modra  <amodra@gmail.com>
19169
19170         PR middle-end/42344
19171         * cgraph.h (cgraph_make_decl_local): Declare.
19172         * cgraph.c (cgraph_make_decl_local): New function.
19173         (cgraph_make_node_local): Use it.
19174         * cgraphunit.c (cgraph_function_versioning): Likewise.
19175         * ipa.c (function_and_variable_visibility): Likewise.
19176
19177 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
19178
19179         PR bootstrap/43121
19180         * except.c (sjlj_emit_function_enter): Don't call
19181         add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
19182         directly.
19183         * rtl.h (add_reg_br_prob_note): Remove prototype.
19184
19185 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19186
19187         PR 41779
19188         * c-common.c (conversion_warning): Remove widening conversions
19189         before checking the conversion of integers to reals.
19190
19191 2010-02-19  Mike Stump  <mikestump@comcast.net>
19192
19193         PR middle-end/43125
19194         * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
19195
19196         PR objc/43061
19197         * cgraphunit.c (process_function_and_variable_attributes): Check
19198         DECL_PRESERVE_P instead of looking up attribute "used".
19199         * ipa-pure-const.c (check_decl): Likewise.
19200         * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
19201         * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
19202         * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
19203         instead of attribute "used".
19204         * config/sol2-c.c (solaris_pragma_init): Likewise.
19205         (solaris_pragma_fini): Likewise.
19206
19207 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
19208
19209         * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
19210         Use XCNEW instead of xcalloc.
19211         (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
19212         XNEW instead of xmalloc.
19213         (get_fields): Use XNEWVEC instead of xmalloc.
19214
19215         PR debug/43084
19216         * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
19217         populate vars array.
19218         (create_new_general_access): For debug stmts just reset value.
19219         (get_stmt_accesses): For accesses within debug stmts just record them
19220         using add_access_to_acc_sites instead of preventing the peeling or
19221         counting them as accesses.
19222
19223         PR middle-end/42233
19224         * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
19225
19226 2010-02-19  Richard Guenther  <rguenther@suse.de>
19227
19228         PR tree-optimization/42916
19229         * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
19230         instructions.
19231
19232 2010-02-19  Andreas Schwab  <schwab@linux-m68k.org>
19233
19234         * configure.ac: Replace all uses of changequote in macro arguments
19235         with proper quoting.
19236
19237 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
19238
19239         PR middle-end/42233
19240         * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
19241
19242 2010-02-19  Richard Guenther  <rguenther@suse.de>
19243
19244         PR tree-optimization/42944
19245         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
19246         test for aliasing with errno.
19247
19248 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
19249
19250         PR middle-end/42233
19251         * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
19252         do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
19253         * dojump.c: Include output.h.
19254         (inv): New inline function.
19255         (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
19256         do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
19257         do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
19258         do_jump_by_parts_equality, do_compare_and_jump): Add PROB
19259         argument, pass it down to other calls.
19260         (do_compare_rtx_and_jump): Likewise.  If PROB is not -1,
19261         add REG_BR_PROB note to the conditional jump.
19262         * cfgexpand.c (add_reg_br_prob_note): Removed.
19263         (expand_gimple_cond): Don't call it, add the probability
19264         as last argument to jumpif_1/jumpifnot_1.
19265         * Makefile.in (dojump.o): Depend on output.h.
19266         * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
19267         callers.
19268         * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
19269         * stmt.c (do_jump_if_equal): Likewise.
19270         * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
19271         * loop-unswitch.c (compare_and_jump_seq): Likewise.
19272         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
19273         Likewise.
19274         * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
19275         * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
19276         jumpifnot_1 callers.
19277         (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
19278         callers.
19279         (store_expr): Adjust jumpifnot caller.
19280         (store_constructor): Adjust jumpif caller.
19281
19282         PR middle-end/42233
19283         * gimplify.c (gimple_boolify): For __builtin_expect call
19284         gimple_boolify also on its first argument.
19285
19286 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
19287
19288         * configure.ac (gnu-unique-object): Wrap regexps using [] in
19289         changequote block.
19290         (__stack_chk_fail): Ditto.  Remove quadrigraphs.
19291         * configure: Regenerated.
19292
19293 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19294
19295         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
19296         lang_hooks.types_compatible_p instead of comptypes.
19297
19298 2010-02-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
19299
19300         * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
19301         (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
19302         if __prefer_thumb__ is defined.
19303
19304 2010-02-18  Martin Jambor  <mjambor@suse.cz>
19305
19306         PR tree-optimization/43066
19307         * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
19308         array with zero-sized element type.
19309
19310 2010-02-18  Jakub Jelinek  <jakub@redhat.com>
19311
19312         * dwarf2out.c (add_var_loc_to_decl): Change last argument to
19313         rtx, allocate struct var_loc_node here and return it to the
19314         caller, and only if it is actually needed.
19315         (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
19316         move it earlier and return immediately if it returns NULL.
19317
19318 2010-02-17  Mikael Pettersson  <mikpe@it.uu.se>
19319
19320         * config/sparc/gas.h: New file.  Restore
19321         TARGET_ASM_NAMED_SECTION to its ELF default.
19322         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
19323         check !HAVE_GNU_AS.
19324         * config/sparc/sparc.c (sparc_elf_asm_named_section):
19325         Likewise.  Add ATTRIBUTE_UNUSED to prototype.
19326         * config.gcc (sparc*-*-linux*): Include sparc/gas.h
19327         after sparc/sysv4.h.
19328
19329 2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
19330
19331         * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
19332
19333 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
19334
19335         * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
19336         patterns from predicated pattern.
19337
19338 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
19339
19340         PR target/43103
19341         * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
19342         for insn mnemonic suffix.
19343
19344 2010-02-17  Richard Guenther  <rguenther@suse.de>
19345
19346         * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
19347         to loop PHI nodes.
19348
19349 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
19350
19351         PR debug/42918
19352         * caller-save.c (save_call_clobbered_regs): If BB ends with
19353         a DEBUG_INSN, move any notes in between last real insn and the last
19354         DEBUG_INSN after the last DEBUG_INSN.
19355
19356 2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
19357
19358         * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
19359         Fix return type.  Fix argument type.  Explain meaning of return value.
19360
19361 2010-02-16  Richard Guenther  <rguenther@suse.de>
19362
19363         PR tree-optimization/41043
19364         * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
19365         (vrp_visit_assignment_or_call): Do not ask SCEV for regular
19366         statements ...
19367         (vrp_visit_phi_node): ... but only for loop PHI nodes.
19368
19369 2010-02-16  Ira Rosen  <irar@il.ibm.com>
19370
19371         PR tree-optimization/43074
19372         * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
19373         * tree-vect-loop.c (vect_analyze_loop_operations): Add
19374         vectorizable cycles in hybrid SLP check.
19375         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
19376
19377 2010-02-16  Richard Guenther  <rguenther@suse.de>
19378
19379         * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
19380         (true_dependence): If memrefs_conflict_p computes must-alias
19381         trust it.  Move TBAA check after offset-based disambiguation.
19382         (canon_true_dependence): Likewise.
19383
19384 2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
19385
19386         * params.def (PARAM_MAX_VARTRACK_SIZE): New.
19387         * doc/invoke.texi: Document it.
19388         * var-tracking.c: Include toplev.h and params.h.
19389         (vt_find_locations): Return bool indicating success.  Compute
19390         hash sizes unconditionally.  Check new parameter, report.
19391         (variable_tracking_main_1): Check vt_find_locations results and
19392         retry.  Renamed from...
19393         (variable_tracking_main): ... this.  New wrapper to preserve
19394         flag_var_tracking_assignments.
19395         * Makefile.in (var-tracking.o): Adjust dependencies.
19396
19397 2010-02-16  Jack Howarth  <howarth@bromo.med.uc.edu>
19398             Jakub Jelinek  <jakub@redhat.com>
19399
19400         PR target/42854
19401         * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
19402         if weak_import attribute is present.
19403         * config/darwin.c (machopic_select_section): Likewise.
19404
19405 2010-02-15  Joern Rennecke  <joern.rennecke@embecosm.com>
19406
19407         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
19408         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
19409         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
19410         (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
19411
19412         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
19413         types.
19414
19415         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
19416         Fix argument types.
19417
19418         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
19419         Rewrite text to refer to the names.
19420
19421 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
19422
19423         * config/i386/i386-builtin-types.def
19424         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
19425         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
19426         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
19427         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
19428         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
19429         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
19430         IX86_BUILTIN_VPERMIL2PS256.
19431         (MULTI_ARG_4_DF2_DI_I): Defined.
19432         (MULTI_ARG_4_DF2_DI_I1): Defined.
19433         (MULTI_ARG_4_SF2_SI_I): Defined.
19434         (MULTI_ARG_4_SF2_SI_I1): Defined.
19435         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
19436         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
19437         __builtin_ia32_vpermil2ps256.
19438         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
19439         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
19440         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
19441         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
19442         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
19443         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
19444         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
19445         CODE_FOR_xop_vpermil2v8sf3.
19446         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
19447         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
19448         * config/i386/xopintrin.h (_mm_permute2_pd): New.
19449         (_mm256_permute2_pd): New.
19450         (_mm_permute2_ps): New.
19451         (_mm256_permute2_ps): New.
19452
19453 2010-02-15  Nick Clifton  <nickc@redhat.com>
19454
19455         * config/h8300/h8300.c (h8300_push_pop): Use bool type for
19456         boolean parameters.  Use emit_jump_insn when emitting a pop
19457         instruction containing a return insn.
19458         (push): Use 'true' rather than '1' as second parameter to F.
19459         (h8300_expand_prologue): Likewise.
19460         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
19461         (h8300_expand_epilogue): Likewise.
19462
19463 2010-02-15  Richard Guenther  <rguenther@suse.de>
19464
19465         PR middle-end/43068
19466         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
19467         if that is zero.
19468
19469 2010-02-15  Nick Clifton  <nickc@redhat.com>
19470
19471         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
19472         delta.
19473
19474 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
19475
19476         * intl.c (fake_ngettext): New function.
19477         * intl.h (fake_ngettext): Declare.
19478         (ngettext): Define macro.
19479         * collect2.c (notice_translated): New function.
19480         (main): Use notice_translated and ngettext.
19481         * collect2.h (notice_translated): Declare.
19482
19483 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
19484
19485         * reorg.c (delete_computation): Comment fixes.
19486         * caller-save.c (setup_save_areas): Idem.
19487         * sel-sched-dump.c (dump_lv_set): Idem.
19488         * rtl.def: Idem.
19489
19490 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19491
19492         * config/s390/s390.c (s390_sched_init): New function.
19493         (TARGET_SCHED_INIT): Target hook defined.
19494
19495 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
19496             Jack Howarth  <howarth@bromo.med.uc.edu>
19497             Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
19498
19499         PR target/42982
19500         Partial revert of unintended change in fix for PR41605.
19501         * config/darwin.h: Fix typo.
19502         * config/darwin9.h: Same.
19503
19504 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
19505
19506         * c-pch.c (pch_init): Clear v.
19507
19508 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
19509
19510         PR middle-end/42930
19511         * graphite-scop-detection.c (graphite_can_represent_scev): Call
19512         graphite_can_represent_init for MULT_EXPR.
19513
19514 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
19515
19516         PR middle-end/42914
19517         PR middle-end/42530
19518         * graphite-sese-to-poly.c (remove_phi): New.
19519         (translate_scalar_reduction_to_array): Call remove_phi.
19520
19521 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
19522
19523         PR middle-end/42771
19524         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
19525         * graphite-clast-to-gimple.h (gloog): Update declaration.
19526         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
19527         * graphite-poly.h (struct poly_bb): Add missing comments.
19528         (struct scop): Add poly_scop_p field.
19529         (POLY_SCOP_P): New.
19530         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
19531         * graphite.c (graphite_transform_loops): Build the polyhedral
19532         representation for each scop before code generation.
19533         * sese.c (rename_variables_in_operand): Removed.
19534         (rename_variables_in_expr): Return the renamed expression.
19535         (rename_sese_parameters): New.
19536         * sese.h (rename_sese_parameters): Declared.
19537
19538 2010-02-11  Richard Guenther  <rguenther@suse.de>
19539
19540         PR tree-optimization/42998
19541         * tree-ssa-pre.c (create_expression_by_pieces): Treat
19542         POINTER_PLUS_EXPR properly.
19543
19544 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
19545             Changpeng Fang  <changpeng.fang@amd.com>
19546
19547         PR middle-end/40886
19548         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
19549         the cost of an IV candidate when the IV is used in a test against zero.
19550
19551         * gcc.dg/tree-ssa/ivopts-3.c: New.
19552
19553 2010-02-11  Richard Guenther  <rguenther@suse.de>
19554
19555         PR lto/41664
19556         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
19557         pointer-vs-decl case by swapping refs.  Handle some cases
19558         of pointer-vs-decl disambiguations more conservatively.
19559         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
19560         to false after expanding.
19561
19562 2010-02-11  Richard Guenther  <rguenther@suse.de>
19563
19564         PR driver/43021
19565         * gcc.c (process_command): Handle LTO file@offset case more
19566         appropriately.
19567
19568 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
19569
19570         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
19571         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
19572         of DEBUG_INSNs.
19573         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
19574
19575         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
19576         if MEM's mode size isn't DWARF2_ADDR_SIZE.
19577         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
19578         Optimize eq/ne comparisons when both arguments are known to be
19579         zero-extended.
19580         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
19581         Don't mask operands unnecessarily if they are known to be already
19582         zero-extended.
19583
19584 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
19585
19586         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
19587         instead of loop.
19588
19589 2010-02-10  Richard Guenther  <rguenther@suse.de>
19590
19591         PR tree-optimization/43017
19592         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
19593         for wrapping signed arithmetic.
19594
19595 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
19596
19597         PR debug/43010
19598         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
19599         if no debug info should be emitted for it.
19600
19601 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
19602
19603         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
19604         note when flag_exceptions is set.
19605
19606 2010-02-10  Duncan Sands  <baldrick@free.fr>
19607
19608         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
19609
19610 2010-02-10  Richard Guenther  <rguenther@suse.de>
19611
19612         PR c/43007
19613         * tree.c (get_unwidened): Handle constants.
19614         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
19615
19616 2010-02-10  Martin Jambor  <mjambor@suse.cz>
19617
19618         PR lto/42985
19619         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
19620         check for variable argument counts independently.
19621
19622 2010-02-10  Christian Bruel  <christian.bruel@st.com>
19623
19624         PR target/42841
19625         * config/sh/sh.c (find_barrier): Increase length for non delayed
19626         conditional branches.
19627
19628 2010-02-10  Christian Bruel  <christian.bruel@st.com>
19629
19630         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
19631
19632 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
19633
19634         * builtins.c (set_builtin_user_assembler_name): Also handle
19635         ffs if int is smaller than word.
19636
19637 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
19638
19639         PR middle-end/42973
19640         * ira-conflicts.c (get_dup): Remove.
19641         (process_reg_shuffles): Add new parameter.  Use it as an
19642         additional guard for copy generation.
19643         (add_insn_allocno_copies): Rewrite.
19644
19645 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
19646
19647         * common.opt (fsched2-use-traces): Preserved for backward
19648         compatibility.
19649         * doc/invoke.texi: Remove the documentation about option
19650         -fsched2-use-traces.
19651         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
19652         flag_sched2_use_traces.
19653         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
19654         the backward compatibility flag section.
19655
19656 2010-02-09  Richard Guenther  <rguenther@suse.de>
19657
19658         PR tree-optimization/43008
19659         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
19660         make HEAP variables initialized from global memory if they
19661         are not known builtin functions.
19662         (find_func_aliases): Adjust.
19663
19664 2010-02-09  Richard Guenther  <rguenther@suse.de>
19665
19666         PR tree-optimization/43000
19667         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
19668         arithmetic manually.
19669
19670 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
19671
19672         PR tree-optimization/42931
19673         * tree-loop-linear.c (try_interchange_loops): Don't call
19674         double_int_mul if estimated_loop_iterations failed.
19675
19676 2010-02-08  Martin Jambor  <mjambor@suse.cz>
19677
19678         PR middle-end/42898
19679         * tree-sra.c (build_accesses_from_assign): Do not mark in
19680         should_scalarize_away_bitmap if stmt has volatile ops.
19681         (sra_modify_assign): Do not process assigns piecemeal if if stmt
19682         has volatile ops.
19683
19684 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
19685
19686         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
19687
19688 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
19689
19690         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
19691         before the pattern.
19692
19693 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
19694
19695         PR middle-end/42946
19696         * df-core.c (df_finish_pass): Change type of saved_flags to int.
19697
19698 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
19699
19700         PR middle-end/42988
19701         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
19702         to unknown_dependence.
19703         (graphite_legal_transform_dr): Handle the unknown_dependence.
19704         (graphite_carried_dependence_level_k): Same.
19705
19706 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
19707
19708         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
19709
19710 2010-02-07  Richard Guenther  <rguenther@suse.de>
19711
19712         PR middle-end/42991
19713         * expr.c (get_inner_reference): Always initialize *pbitsize.
19714
19715 2010-02-07  Richard Guenther  <rguenther@suse.de>
19716
19717         PR middle-end/42956
19718         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
19719         new ARRAY_REFs on variable size element or minimal index arrays.
19720         Complete.
19721         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
19722         gimple_fold_indirect_ref.
19723
19724 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
19725
19726         PR target/42957
19727         * arm.c (arm_override_options): Just return if the user has specified
19728         an invalid fpu name.
19729
19730 2010-02-03  Jason Merrill  <jason@redhat.com>
19731
19732         PR c++/42870
19733         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
19734         i386_pe_maybe_record_exported_symbol.
19735
19736 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
19737
19738         PR target/42924
19739         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
19740         (pa_delegitimize_address): New function.
19741
19742 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
19743
19744         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
19745         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
19746
19747 2010-02-05  Richard Guenther  <rguenther@suse.de>
19748
19749         PR lto/42762
19750         * lto-streamer-in.c (get_resolution): Deal with references
19751         to undefined functions.
19752
19753 2010-02-05  Richard Guenther  <rguenther@suse.de>
19754
19755         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
19756         (fold_const_aggregate_ref): Likewise.
19757         (ccp_fold_stmt): Substitute loads.
19758         (maybe_fold_reference): Verify types before substituting.
19759         Unshare properly.
19760         (fold_gimple_assign): Unshare properly.
19761         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
19762
19763 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
19764
19765         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
19766         for rs6000_gen_cell_microcode.
19767
19768 2010-02-04  Richard Guenther  <rguenther@suse.de>
19769
19770         PR rtl-optimization/42952
19771         * dse.c (const_or_frame_p): Remove MEM handling.
19772
19773 2010-02-04  Nick Clifton  <nickc@redhat.com>
19774
19775         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
19776         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
19777         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
19778         (mn10300_asm_output_mi_thunk): New function.
19779         (mn10300_can_output_mu_thunk): New function.
19780         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
19781         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
19782         (FUNCTION_ARG): Delete incorrect comment.
19783
19784 2010-02-03  Jason Merrill  <jason@redhat.com>
19785
19786         PR c++/40138
19787         * fold-const.c (operand_equal_p): Handle erroneous types.
19788
19789 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
19790
19791         * config/h8300/h8300.md (can_delay): Fix attibute condition.
19792
19793 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
19794
19795         PR rtl-optimization/42941
19796         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
19797         of xmalloc.
19798
19799 2010-02-03  Jason Merrill  <jason@redhat.com>
19800
19801         PR c++/35652
19802         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
19803
19804 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
19805
19806         PR debug/42896
19807         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
19808         (cselib_reset_table): Renamed from...
19809         (cselib_reset_table_with_next_value): ... this.
19810         (cselib_get_next_uid): Renamed from...
19811         (cselib_get_next_unknown_value): ... this.
19812         * cselib.c (next_uid): Renamed from...
19813         (next_unknown_value): ... this.
19814         (cselib_clear_table): Adjust.
19815         (cselib_reset_table): Adjust.  Renamed from...
19816         (cselib_reset_table_with_next_value): ... this.
19817         (cselib_get_next_uid): Adjust.  Renamed from...
19818         (cselib_get_next_unknown_value): ... this.
19819         (get_value_hash): Use hash.
19820         (cselib_hash_rtx): Likewise.
19821         (new_cselib_val): Adjust.  Set and dump uid.
19822         (cselib_lookup_mem): Pass next_uid as hash.
19823         (cselib_subst_to_values): Likewise.
19824         (cselib_log_lookup): Dump uid.
19825         (cselib_lookup): Pass next_uid as hash.  Adjust.
19826         (cselib_process_insn): Adjust.
19827         (cselib_init): Initialize next_uid.
19828         (cselib_finish): Adjust.
19829         (dump_cselib_table): Likewise.
19830         * dse.c (canon_address): Dump value uid.
19831         * print-rtl.c (print_rtx): Print value uid.
19832         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
19833         (dvuid): New type.
19834         (dv_uid): New function, sort of renamed from...
19835         (dv_htab_hash): ... this, reimplemented in terms of it and...
19836         (dv_uid2hash): ... this.  New.
19837         (variable_htab_eq): Drop excess assertions.
19838         (tie_break_pointers): Removed.
19839         (canon_value_cmp): Compare uids.
19840         (variable_post_merge_New_vals): Print uids.
19841         (vt_add_function_parameters): Adjust.
19842         (vt_initialize): Reset table.  Adjust.
19843
19844 2010-02-03  Richard Guenther  <rguenther@suse.de>
19845
19846         PR tree-optimization/42944
19847         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
19848         (call_may_clobber_ref_p_1): Likewise.  Properly handle
19849         malloc and calloc clobbering errno.
19850
19851 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
19852
19853         * doc/invoke.texi: Fix name of sched1 dump.
19854
19855         * opts.c (decode_options): Set flag_tree_switch_conversion
19856         only conditionally on optimize >= 2.
19857
19858         * gcse.c: Assorted comment fixes in pass description.
19859
19860 2010-02-03  Anthony Green  <green@moxielogic.com>
19861
19862         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
19863         nop padding in order to maintain alignment of storage location of
19864         target function address.
19865         (moxie_trampoline_init): Store target function address at newly
19866         aligned location.
19867         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
19868         to 32.
19869         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
19870
19871 2010-02-03  Richard Guenther  <rguenther@suse.de>
19872
19873         PR middle-end/42927
19874         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
19875
19876 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19877
19878         * config.gcc: Reenable check for obsolete targets.
19879         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
19880         mips-sgi-irix6.[0-4]*.
19881
19882 2010-02-02  Nick Clifton  <nickc@redhat.com>
19883
19884         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
19885         constant size of 4 as being the same as 0.
19886         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
19887         can take values in the range 0..4.
19888
19889 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
19890
19891         PR java/41991
19892         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
19893         as _darwin10_Unwind_FindEnclosingFunction().
19894         * libgcc-libsystem.ver: New.
19895
19896 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
19897
19898         PR target/41399
19899         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
19900         implicitly set registers.
19901
19902 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
19903
19904         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
19905         (arm_override_options): Allow automatic selection of the thread
19906         pointer register if thumb2.
19907         (legitimize_pic_address): Improve code sequences for Thumb2.
19908         (arm_call_tls_get_addr): Likewise.
19909         (legitimize_tls_address): Likewise.
19910         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
19911         (pic_load_addr_32bit): ... this.  New named pattern.
19912         * thumb2.md (pic_load_addr_thumb2): Delete.
19913         (pic_load_dot_plus_four): Delete.
19914         (tls_load_dot_plus_four): New named pattern.
19915
19916 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19917
19918         PR libgomp/29986
19919         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
19920         Document fix for TLS bug.
19921
19922 2010-01-31  Richard Guenther  <rguenther@suse.de>
19923
19924         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
19925         conservatively correct.
19926
19927 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19928
19929         PR target/42850
19930         Revert:
19931         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19932
19933         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
19934
19935 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19936
19937         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
19938
19939 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
19940
19941         * config.gcc: Adjust order of makefile fragments for mingw targets.
19942
19943 2010-01-31  Richard Guenther  <rguenther@suse.de>
19944
19945         PR middle-end/42898
19946         * gimplify.c (gimplify_init_constructor): For volatile LHS
19947         initialize a temporary.
19948
19949 2010-01-31  Matthias Klose  <doko@ubuntu.com>
19950
19951         * configure.ac: Fix __stack_chk_fail check for cross builds configured
19952         --with-headers
19953         * configure: Regenerate.
19954
19955 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
19956
19957         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
19958         the same alias set and their sizes different constantness.
19959         (aliasing_component_refs_p): Revert 2009-10-24 change.
19960
19961 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19962
19963         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
19964         unused.
19965
19966 2010-01-29  Richard Guenther  <rguenther@suse.de>
19967
19968         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
19969         Assert we successfully updated the call.
19970
19971 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
19972
19973         PR rtl-optimization/42889
19974         * df.h (df_set_bb_dirty_nonlr): New prototype.
19975         * df-core.c (df_set_bb_dirty_nonlr): New function.
19976         * df-scan.c (df_insn_rescan): Call it instead of
19977         df_set_bb_dirty for DEBUG_INSNs.
19978
19979 2010-01-29  Richard Guenther  <rguenther@suse.de>
19980
19981         PR middle-end/37448
19982         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
19983         quadratic behavior in most cases.
19984
19985 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
19986
19987         PR target/42891
19988         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
19989         in the call to gen_x86_movsicc_0_m1.
19990
19991 2010-01-28  Richard Guenther  <rguenther@suse.de>
19992
19993         PR tree-optimization/42871
19994         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
19995
19996 2010-01-28  Richard Guenther  <rguenther@suse.de>
19997
19998         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
19999         into call arguments.
20000
20001 2010-01-28  Richard Guenther  <rguenther@suse.de>
20002
20003         PR middle-end/42883
20004         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
20005         the forwarder if the destination is an EH landing pad.
20006
20007 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
20008
20009         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
20010         block list passed to gimple_duplicate_sese_tail.
20011         (parallelize_loops): Avoid parallelization when the function
20012         has_nonlocal_label.
20013         Avoid parallelization when the preheader is IRREDUCIBLE.
20014         Try to optimize when estimated_loop_iterations_int is unresolved.
20015         Add the loop's location to the dump file.
20016         * tree-cfg.c (add_phi_args_after_redirect): Remove.
20017         (gimple_duplicate_sese_tail): Remove the check for the latch.
20018         Redirect nexits to the exit block.
20019         Remove handling of the incoming edges to the latch.
20020         Redirect the backedge from the copied latch to the exit bb.
20021
20022 2010-01-28  Michael Matz  <matz@suse.de>
20023
20024         PR target/42881
20025         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
20026         Wrap force_reg into a sequence, emit it before user.
20027
20028 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
20029
20030         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
20031         (arm_rev): New.
20032         (arm_legacy_rev): Likewise.
20033         (thumb_legacy_rev): Likewise.
20034
20035 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
20036
20037         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
20038         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
20039         on MEM's address failed, try avoid_constant_pool_reference and
20040         recurse if it returned something different.
20041         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
20042         address, try avoid_constant_pool_reference and recurse if it
20043         returned something different.
20044         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
20045         address and avoid_constant_pool_reference returned something
20046         different, don't set have_address.
20047
20048 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
20049
20050         PR debug/42861
20051         * var-tracking.c (val_store): Add modified argument, obey it.
20052         Adjust callers.
20053         (count_uses): Move down logging of main.
20054         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
20055         don't need resolution.
20056         (emit_notes_in_bb): Likewise.
20057
20058 2010-01-27  Richard Guenther  <rguenther@suse.de>
20059
20060         PR middle-end/42878
20061         * tree-inline.c (remap_decl): Delay remapping of SSA name
20062         default definitions until we need them.
20063
20064 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
20065
20066         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
20067         (rs6000_delegitimize_address): New function.
20068
20069         * config/s390/s390.c (s390_delegitimize_address): Call
20070         delegitimize_mem_from_attrs.
20071
20072         PR middle-end/42874
20073         * tree-inline.c (cannot_copy_type_1): Removed.
20074         (copy_forbidden): Don't forbid copying of functions containing
20075         records/unions with variable length fields.
20076
20077 2010-01-27  Christian Bruel  <christian.bruel@st.com>
20078
20079         Revert:
20080         PR target/42841
20081         * config/sh/sh.c (find_barrier): Increase length for non delayed
20082         conditional branches.
20083
20084 2010-01-27  Matthias Klose  <doko@ubuntu.com>
20085
20086         * configure.ac (gnu-unique-object): Fix ldd version check.
20087         * configure: Regenerate.
20088
20089 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20090
20091         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
20092         HAVE_GNU_AS value.
20093         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
20094         Test for HAVE_GNU_AS value.
20095
20096 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20097
20098         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
20099         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
20100         INT64_TYPE): Define.
20101         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
20102         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
20103         INT_LEAST64_TYPE): Define.
20104         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
20105         UINT_LEAST64_TYPE): Define.
20106         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
20107         INT_FAST64_TYPE): Define.
20108         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
20109         UINT_FAST64_TYPE): Define.
20110         (INTMAX_TYPE, UINTMAX_TYPE): Define.
20111         (INTPTR_TYPE, UINTPTR_TYPE): Define.
20112         (SIG_ATOMIC_TYPE): Define.
20113
20114 2010-01-26  Richard Guenther  <rguenther@suse.de>
20115
20116         * df-scan.c (df_scan_set_bb_info): Remove assert.
20117         (df_insn_rescan_debug_internal): Merge asserts.
20118         (df_install_ref): Likewise.
20119         (df_mark_reg): Use bitmap_set_range.
20120         (df_hard_reg_used_p): Remove assert.
20121         (df_hard_reg_used_count): Likewise.
20122
20123 2010-01-26  Richard Guenther  <rguenther@suse.de>
20124
20125         PR rtl-optimization/42685
20126         * web.c (web_main): Ignore DEBUG_INSNs.
20127
20128 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
20129
20130         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
20131
20132         (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
20133         Fix types of fndecl and arglist parameters.
20134
20135 2010-01-26  Richard Guenther  <rguenther@suse.de>
20136
20137         PR middle-end/42806
20138         * tree-eh.c (unsplit_eh): Skip debug insns.
20139
20140 2010-01-26  Richard Guenther  <rguenther@suse.de>
20141
20142         PR tree-optimization/42250
20143         * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
20144
20145 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
20146
20147         PR fortran/42866
20148         * omp-low.c (expand_omp_sections): Only use single_pred if
20149         l2_bb is single_pred_p.
20150
20151 2010-01-25  Christian Bruel  <christian.bruel@st.com>
20152
20153         PR target/42841
20154         * config/sh/sh.c (find_barrier): Increase length for non delayed
20155         conditional branches.
20156         (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
20157
20158 2010-01-24  David S. Miller  <davem@davemloft.net>
20159
20160         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
20161         define if not using GAS.
20162         * config/sparc/sparc.c (sparc_elf_asm_named_section):
20163         Likewise.  Delete SECTION_MERGE code, which is only applicable
20164         when using GAS.
20165
20166 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
20167
20168         PR c++/42748
20169         * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
20170         mangling of va_list in system headers.
20171
20172 2010-01-23  Toon Moene  <toon@moene.org>
20173
20174         * tree-predcom.c (combine_chains): Return NULL, not false.
20175
20176 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
20177
20178         * tree-loop-distribution.c (distribute_loop): Fix declaration and
20179         initialization of variable res to agree with return type.
20180
20181 2010-01-22  Steve Ellcey  <sje@cup.hp.com>
20182
20183         * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
20184         * tree-sra.c: Add include of expr.h.
20185
20186 2010-01-22  Jakub Jelinek  <jakub@redhat.com>
20187
20188         * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
20189         insert the debug stmt on the single non-EH edge from the stmt.
20190
20191 2010-01-22  Richard Henderson  <rth@redhat.com>
20192
20193         PR tree-opt/42833
20194         * tree-sra.c (sra_modify_assign): Delay re-gimplification of
20195         the RHS until after generate_subtree_copies has insertted its
20196         code before the current statement.
20197
20198 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
20199
20200         * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
20201
20202         * gcc-plugin.h (plugin_init): Use "C" likage for c++.
20203
20204 2010-01-21  Martin Jambor  <mjambor@suse.cz>
20205
20206         PR tree-optimization/42585
20207         * tree-sra.c (struct access): New field grp_total_scalarization.
20208         (dump_access): Dump the new field.
20209         (should_scalarize_away_bitmap): New variable.
20210         (cannot_scalarize_away_bitmap): Likewise.
20211         (sra_initialize): Allocate new bitmaps.
20212         (sra_deinitialize): Free new bitmaps.
20213         (create_access_1): New function.
20214         (create_access): Parts moved to create_access_1.
20215         (type_consists_of_records_p): New function.
20216         (completely_scalarize_record): Likewise.
20217         (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
20218         (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
20219         (sort_and_splice_var_accesses): Hint groups with a total_scalarization
20220         access.
20221         (analyze_all_variable_accesses): Completely scalarize small eligible
20222         records.
20223
20224 2010-01-21  Martin Jambor  <mjambor@suse.cz>
20225
20226         * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
20227
20228 2010-01-21  Andrew Haley  <aph@redhat.com>
20229
20230         * gcc.c (process_command): Move lang_specific_driver before
20231         setting cc_libexec_prefix.
20232
20233 2010-01-21  Richard Guenther  <rguenther@suse.de>
20234
20235         PR middle-end/19988
20236         * fold-const.c (negate_expr_p): Pretend only negative
20237         real constants are easily negatable.
20238
20239 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
20240             Jason Merrill  <jason@redhat.com>
20241
20242         * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
20243         (TYPE_TRANSPARENT_AGGR): this, for union and record.
20244         * calls.c (initialize argument_information): Handle it.
20245         * c-common.c (handle_transparent_union_attribute): Use new name.
20246         * c-decl.c (finish_struct): Ditto.
20247         * c-typeck.c (type_lists_compatible_p): Ditto.
20248         (convert_for_assignment): Use new name and also handle record.
20249         * function.c (aggregate_value_p): Handle it.
20250         (pass_by_reference): Ditto.
20251         (assign_parm_data_types): Ditto.
20252         * print-tree.c (print_node): Ditto.
20253         * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
20254         * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
20255         * tree.c (first_field): New fn.
20256
20257 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
20258
20259         PR target/42818
20260         * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
20261         even when linking statically, for now.
20262
20263 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
20264
20265         PR debug/42715
20266         * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
20267         without a cselib val.
20268         (count_uses): Accept MO_VAL_SET with no val on stores.
20269         (add_stores): Likewise.
20270
20271 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
20272
20273         * var-tracking.c (check_value_val): Add a compile time assertion.
20274         (dv_is_decl_p): Simplify.
20275         (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
20276         gcc_assert if ENABLE_CHECKING.
20277
20278 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
20279
20280         PR debug/42782
20281         * var-tracking.c: Include tree-flow.h.
20282         (mem_dies_at_call): New.
20283         (dataflow_set_preserve_mem_locs): Use it.
20284         (dataflow_set_remove_mem_locs): Likewise.
20285         (dump_var): Renamed from dump_variable.  Adjust all callers.
20286         (dump_var_slot): Renamed from dump_variable_slot.  Likewise.
20287         * Makefile.in (var-tracking.o): Adjust deps.
20288
20289 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
20290
20291         * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
20292
20293 2010-01-20  Richard Guenther  <rguenther@suse.de>
20294
20295         PR tree-optimization/42717
20296         * tree-ssa-dce.c (get_live_post_dom): Remove.
20297         (forward_edge_to_pdom): Take an arbitrary edge to copy
20298         degenerate PHI args from.
20299         (remove_dead_stmt): Use the first post-dominator even if it
20300         does not contain live statements as redirection destination.
20301
20302 2010-01-20  Richard Guenther  <rguenther@suse.de>
20303
20304         * tree-inline.c (estimate_num_insns): Handle EH builtins.
20305
20306 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
20307
20308         * sel-sched.c (create_speculation_check): Remove set but not used
20309         variable twin.
20310         (try_transformation_cache): Remove set but not used variable ds.
20311         (calculate_privileged_insns): Remove set but not used variables
20312         cur_insn and min_spec_insn.
20313         (find_best_expr): Remove set but not used variable avail_n.
20314         * tree-predcom.c (base_names_in_chain_on): Remove set but not used
20315         variable e.
20316         * cgraphunit.c (assemble_thunk): Remove set but not used variable
20317         false_label.
20318         * haifa-sched.c (remove_notes): Remove set but not used variable prev.
20319         * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
20320         new_scop_exit_edge.
20321
20322 2010-01-20  Felyza Wishbringer  <fwishbringer@gmail.com>
20323
20324         PR bootstrap/42786
20325         * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
20326         cpu types.  Add support for *-sse3 cpu types.
20327         (x86_64-*-*): Ditto.
20328
20329 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
20330
20331         PR middle-end/42803
20332         * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
20333         argument, call initializer_constant_valid_p_1 instead of
20334         initializer_constant_valid_p, pass CACHE to it, return NULL
20335         immediately if first call returns NULL.
20336         (initializer_constant_valid_p_1): New function.
20337         (initializer_constant_valid_p): Use it.
20338
20339 2010-01-20  Thomas Quinot  <quinot@adacore.com>
20340
20341         * tree.def (PLACEHOLDER_EXPR): Fix comment.
20342
20343 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
20344
20345         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
20346         of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
20347         (loc_list_from_tree): Don't handle unsigned division.  Handle
20348         signed modulo using DW_OP_{over,over,div,mul,minus}.
20349         * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
20350         modulo instead of signed.
20351
20352 2010-01-20  DJ Delorie  <dj@redhat.com>
20353
20354         * config/h8300/h8300.c (F): Add "in_epilogue" flag.
20355         (Fpa): Pass it
20356         (h8300_emit_stack_adjustment): Propogate it.
20357         (push): Pass it.
20358         (h8300_expand_prologue): Likewise.
20359         (h8300_expand_epilogue): Likewise.
20360
20361 2010-01-19  Michael Matz  <matz@suse.de>
20362
20363         PR tree-optimization/41783
20364         * tree-data-ref.c (toplevel): Include flags.h.
20365         (dump_data_dependence_relation):  Also dump the inputs if the
20366         result will be unknown.
20367         (split_constant_offset_1): Look through some conversions.
20368         * tree-predcom.c (determine_roots_comp): Restart a new chain if
20369         the offset from last element is too large.
20370         (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
20371         (reassociate_to_the_same_stmt): Handle vector registers.
20372         * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
20373         (e.g. conversions).
20374         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
20375         wide_prolog_niters argument, emit widening instructions.
20376         (vect_do_peeling_for_alignment): Adjust caller, use widened
20377         variant of the iteration cound.
20378         * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
20379
20380 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20381
20382         PR target/38697
20383         * config/arm/neon-testgen.m (emit_automatics): New parameter
20384         features. Adjust for Fixed_return_reg feature.
20385         (test_intrinsic): Call emit_automatics with new feature.
20386         * config/arm/neon.ml: Update copyright years.
20387         (features): New Fixed_return_reg feature.
20388         (ops): Update feature for Vget_low.
20389
20390 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
20391
20392         PR tree-optimization/42719
20393         * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
20394         stmt uses.
20395
20396         PR debug/42728
20397         * fwprop.c (all_uses_available_at): Return false if def_set dest
20398         is a REG that is used in def_insn.
20399
20400 2010-01-19  Joern Rennecke  <amylaar@spamcop.net>
20401
20402         * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
20403
20404         (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
20405         Add argument names.
20406
20407         (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
20408
20409         * target.h (struct gcc_target) <secondary_reload>: Change type
20410         of last argument to secondary_reload_info *.
20411
20412 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
20413
20414         PR target/42774
20415         * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
20416         memory references with unaligned offsets.  Remove CQImode handling.
20417         (unaligned_memory_operand): Return 1 for memory references with
20418         unaligned offsets.  Remove CQImode handling.
20419
20420 2010-01-18  Richard Guenther  <rguenther@suse.de>
20421
20422         PR middle-end/39954
20423         * cfgexpand.c (expand_call_stmt): TER pointer arguments in
20424         builtin calls.
20425
20426 2010-01-18  Richard Guenther  <rguenther@suse.de>
20427
20428         PR tree-optimization/42781
20429         * tree-ssa-structalias.c (find_what_var_points_to): Skip
20430         restrict processing only if the original variable was artificial.
20431
20432 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
20433
20434         * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
20435         find number of popped argument bytes.
20436
20437         (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
20438         Fix the text that describes the return value for invalid insns.
20439
20440         (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type.  Fix argument list.
20441
20442         (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
20443         Clarify what 'cost of the -dependence' is.  Fix quoting.
20444
20445         * toplev.c (default_get_pch_validity): Rename argument to "sz".
20446         * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
20447
20448 2010-01-17  Jakub Jelinek  <jakub@redhat.com>
20449
20450         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
20451         {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
20452
20453 2010-01-17  Richard Guenther  <rguenther@suse.de>
20454
20455         PR middle-end/42248
20456         * function.c (split_complex_args): Take a VEC to modify.
20457         (assign_parms_augmented_arg_list): Build a VEC instead of
20458         a chain of PARM_DECLs.
20459         (assign_parms_unsplit_complex): Take a VEC of arguments.
20460         Do not fixup unmodified parms.
20461         (assign_parms): Deal with the VEC.
20462         (gimplify_parameters): Likewise.
20463
20464 2010-01-17  Richard Guenther  <rguenther@suse.de>
20465
20466         * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
20467         node existence check.
20468         * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
20469         * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
20470         * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
20471         * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
20472         (gimple_execute_on_growing_pred): Likewise.
20473
20474 2010-01-17  Richard Guenther  <rguenther@suse.de>
20475
20476         PR tree-optimization/42773
20477         * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
20478         (compute_antic_aux): Likewise.
20479         (compute_partial_antic_aux): Likewise.
20480
20481 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
20482
20483         PR debug/42767
20484         * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
20485         and US_TRUNCATE.
20486
20487 2010-01-17  Joern Rennecke  <amylaar@spamcop.net>
20488
20489         * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
20490         appearance.
20491
20492         (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
20493         Fix markup for strict argument.
20494
20495         (TARGET_SCHED_REORDER2): Fix argument types.
20496
20497         (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
20498         (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
20499
20500         (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
20501         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
20502
20503         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
20504         Add argument name.
20505
20506         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
20507         (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
20508         (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
20509         (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
20510         (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
20511
20512         (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
20513
20514         (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
20515
20516         (TARGET_ASM_RELOC_RW_MASK): Add return type.
20517         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
20518
20519         (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
20520
20521         (TARGET_ASM_FILE_START): Put @findex before paragraph start.
20522         Use prototype.
20523
20524         (TARGET_ASM_NAMED_SECTION): Fix argument list.
20525
20526         (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
20527         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
20528
20529         (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
20530
20531         (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
20532
20533         (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
20534         referring to it.  Fix language.
20535
20536         (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
20537
20538         (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
20539
20540         (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
20541
20542         (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
20543
20544         (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
20545         '@var{stream}.  Remove stray 'and'.
20546
20547         (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
20548
20549         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
20550
20551         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
20552
20553         (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
20554         misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
20555
20556         (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
20557         Fix description of return value.
20558         Rename argument "sz" to "len."
20559
20560         (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
20561         Clarify meaning of 'true' return value.
20562
20563         (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
20564
20565         (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
20566         rep_mode versus mode_rep.
20567
20568         (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
20569
20570         (TARGET_BUILTIN_DECL): Fix name.
20571
20572         (TARGET_COMMUTATIVE_P): Fix type of first argument.
20573
20574         (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
20575
20576         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
20577
20578         (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
20579
20580         (TARGET_RELAXED_ORDERING): Use @deftypevr.
20581
20582         (TARGET_GET_DRAP_RTX): Note that this is a hook.
20583         Clarify language.
20584
20585         (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
20586         Rename argument tm_fn to md_fn.
20587
20588         (TARGET_OPTION_PRINT): Fix argument list.
20589
20590 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
20591
20592         PR target/42664
20593         * config/i386/i386.c (ix86_fixup_binary_operands):
20594         Revert FMA4 fixup of operands.
20595
20596 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20597
20598         PR gcc/42525
20599         * Makefile.in (write_entries_to_file, install-plugin):
20600         Use \012 instead of \n with tr.
20601
20602 2010-01-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
20603
20604         * configure.ac (HAVE_AS_REF): New C macro.
20605         * configure: Regenerate.
20606         * config.in: Likewise.
20607         * collect2.c (main): Only postpone SCAN_DWEH to the second pass
20608         if HAVE_AS_REF.
20609         * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
20610         if HAVE_AS_REF.
20611
20612 2010-01-16  Joern Rennecke  <amylaar@spamcop.net>
20613
20614         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
20615
20616         (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
20617
20618         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
20619
20620         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
20621
20622         (TARGET_IN_SMALL_DATA_P): Fix argument type.
20623
20624         (TARGET_BINDS_LOCAL_P): Fix argument type.
20625
20626         (TARGET_ASM_FILE_END): Use prototype.
20627
20628         (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
20629
20630         (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
20631
20632         (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
20633
20634         (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
20635
20636         (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
20637         (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
20638
20639         (TARGET_PCH_VALID_P): Put 'const char *' in braces.
20640         (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
20641
20642         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
20643         (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
20644         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
20645         (TARGET_ADDR_SPACE_CONVERT): Likewise.
20646
20647         (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
20648
20649         (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
20650
20651         (TARGET_INIT_BUILTINS): Use prototype.
20652
20653         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
20654         Put 'const char *' in braces.  Fix parameter types.
20655         (TARGET_INVALID_CONVERSION): Fix parameter types.
20656         (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
20657         (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
20658
20659         (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
20660         Fix argument type.
20661
20662         (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
20663
20664         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
20665
20666 2010-01-15  Joern Rennecke  <amylaar@spamcop.net>
20667
20668         * doc/tm.texi (TARGET_HELP): Fix return type.
20669
20670         (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
20671         in braces.  Fix argument types.
20672
20673         (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
20674
20675         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
20676
20677         (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
20678
20679         (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
20680         (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
20681
20682         (TARGET_MANGLE_TYPE): Fix argument types.
20683
20684         (TARGET_IRA_COVER_CLASSES): Use prototype.
20685
20686         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
20687
20688         (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
20689
20690         (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
20691
20692         (TARGET_MUST_PASS_IN_STACK): Fix argument type.
20693
20694         (TARGET_CALLEE_COPIES): Fix argument types.
20695
20696         (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
20697
20698         (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
20699
20700         (TARGET_FUNCTION_VALUE): Fix argument types.
20701
20702         (TARGET_RETURN_IN_MSB): Fix argument type.
20703
20704         (TARGET_RETURN_IN_MEMORY): Fix argument types.
20705
20706         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
20707
20708         (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
20709
20710         (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
20711         agree with return type.
20712
20713         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
20714
20715 2010-01-15  Jing Yu  <jingyu@google.com>
20716
20717         PR rtl-optimization/42691
20718         * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
20719         a pseudo to a constant and are merged, and adjust comments.
20720
20721 2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
20722
20723         * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
20724
20725 2010-01-15  Richard Guenther  <rguenther@suse.de>
20726
20727         PR middle-end/42739
20728         * tree-cfgcleanup.c (remove_forwarder_block): Move destination
20729         labels of computed or non-local gotos to the destination.
20730         * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
20731         landing pad label is the first label.
20732
20733 2010-01-15  Richard Guenther  <rguenther@suse.de>
20734
20735         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
20736
20737 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
20738
20739         PR target/42747
20740         * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
20741         to allow generation of the xssqrtdp instruction on power7.
20742         (sqrtdf2_fpr): Ditto.
20743
20744 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
20745
20746         PR middle-end/42674
20747         * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
20748         functions with noreturn attribute.
20749
20750         PR c++/42608
20751         * varasm.c (declare_weak): Add weak attribute to decl if it
20752         doesn't have one already.
20753         (assemble_external): Only add decls to weak_decls if they also
20754         have weak attribute.
20755
20756 2010-01-14  Alexandre Oliva  <aoliva@redhat.com>
20757
20758         * var-tracking.c (var_reg_delete): Don't delete the association
20759         between REGs and values or one-part variables if the register
20760         isn't clobbered.
20761
20762 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
20763
20764         PR debug/42657
20765         * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
20766         because its first operand is a non-localized variable.
20767
20768 2010-01-14  Martin Jambor  <mjambor@suse.cz>
20769
20770         PR tree-optimization/42706
20771         * tree-sra.c (encountered_recursive_call): New variable.
20772         (encountered_unchangable_recursive_call): Likewise.
20773         (sra_initialize): Initialize both new variables.
20774         (callsite_has_enough_arguments_p): New function.
20775         (scan_function): Call decl and flags check only for IPA-SRA, check
20776         whether there is a recursive call and whether it has enough arguments.
20777         (all_callers_have_enough_arguments_p): New function.
20778         (convert_callers): Look for recursive calls only when
20779         encountered_recursive_call is set.
20780         (ipa_early_sra): Bail out either if
20781         !all_callers_have_enough_arguments_p or
20782         encountered_unchangable_recursive_call.
20783
20784 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
20785
20786         * sel-sched.c: Add 2010 to copyright years.
20787         * sel-sched-ir.c: Likewise.
20788         * sel-sched-ir.h: Likewise.
20789
20790 2010-01-14  Martin Jambor  <mjambor@suse.cz>
20791
20792         PR tree-optimization/42714
20793         * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
20794         constructors specially.
20795
20796 2010-01-14  Andi Kleen  <ak@linux.intel.com>
20797
20798         * config/i386/drivers-i386.c (detect_caches_intel):
20799         Add l2sizekb parameter and fill in.
20800         (host_detect_local_cpu): Add l2sizekb, fill in.
20801         Add Atom small cache heuristic.
20802
20803 2010-01-14  Andi Kleen  <ak@linux.intel.com>
20804
20805         * config/i386/drivers-i386.c (detect_caches_cpuid4):
20806         Add level3 parameter and fill in.
20807         (detect_caches_intel): Handle level3 cache.
20808
20809 2010-01-14  Andi Kleen  <ak@linux.intel.com>
20810
20811         * config/i386/drivers-i386.c (host_detect_local_cpu):
20812         Fix core duo detection.
20813
20814 2010-01-14  Andi Kleen  <ak@linux.intel.com>
20815
20816         * config/i386/drivers-i386.c (host_detect_local_cpu):
20817         Fix Atom detection.
20818
20819 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
20820
20821         * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
20822         (rs6000_variable_issue_1): this.  Use...
20823         (rs6000_variable_issue): here.  Reimplement.  Print debug info.
20824
20825 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
20826
20827         * sel-sched-ir.c (sel_restore_other_notes): Rename to
20828         sel_restore_notes.  Update all callers.  Call reemit_notes
20829         for all insns.
20830
20831 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
20832
20833         PR rtl-optimization/42246
20834         * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
20835         loops.
20836
20837 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
20838
20839         * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
20840         all successors is the same as number of successors in current region.
20841
20842 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
20843
20844         * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
20845         to rename is not separable.  Otherwise check that its LHS is not NULL.
20846
20847 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
20848
20849         * sel-sched.c (choose_best_reg_1):  Loop over all regs for mode.
20850
20851 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
20852
20853         * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
20854         available registers when failed to discover LHS register class.
20855         Fix indentation.  Update comment.
20856
20857 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
20858             Alexander Monakov  <amonakov@ispras.ru>
20859
20860         PR rtl-optimization/42389
20861         * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
20862         to can_issue_more.
20863         (advance_state_on_fence): Likewise.
20864         (sel_target_adjust_priority): Print debug output only when
20865         sched_verbose >= 4, not 2.
20866         (get_expr_cost): Do not issue all unique insns on the next cycle.
20867         (fill_insns): Initialize can_issue_more from the value saved
20868         with the fence.
20869         * sel-sched-ir.c (flist_add): New parameter issue_more.
20870         Init FENCE_ISSUE_MORE with it.
20871         (merge_fences): Likewise.
20872         (init_fences): Update call to flist_add.
20873         (add_to_fences, add_clean_fence_to_fences)
20874         (add_dirty_fence_to_fences): Likewise.
20875         (move_fence_to_fences): Update call to merge_fences.
20876         (invoke_reorder_hooks): Do not reset can_issue_more on insns from
20877         sched groups.
20878         * sel-sched-ir.h (struct _fence): New field issue_more.
20879         (FENCE_ISSUE_MORE): New accessor macro.
20880
20881 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
20882
20883         PR rtl-optimization/42388
20884         * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
20885         that have no predecessors nor successors.  Do not call move_bb_info
20886         for empty blocks outside of current region.
20887
20888 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
20889
20890         PR rtl-optimization/42294
20891         * sel-sched-ir.h (struct _sel_insn_data): Update comment.
20892         * sel-sched.c (move_exprs_to_boundary): Transitively add all
20893         originators' originators.
20894
20895 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
20896
20897         PR rtl-optimization/39453
20898         PR rtl-optimization/42246
20899         * sel-sched-ir.c (considered_for_pipelining_p): Do not test
20900         for pipelining_p.
20901         (sel_add_loop_preheaders): Add preheader to last_added_blocks.
20902
20903 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
20904             Alexander Monakov  <amonakov@ispras.ru>
20905
20906         PR middle-end/42245
20907         * sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
20908         (maybe_tidy_empty_bb): ... here.  Make static.  Add new
20909         argument.  Update all callers.
20910         (tidy_control_flow): ... and here.  Recompute topological order
20911         of basic blocks in region if necessary.
20912         (sel_redirect_edge_and_branch): Change return type.  Return true
20913         if topological order might have been invalidated.
20914         (purge_empty_blocks): Export and move from...
20915         * sel-sched.c (purge_empty_blocks): ... here.
20916         * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
20917         (maybe_tidy_empty_bb): Delete prototype.
20918         (purge_empty_blocks): Declare.
20919
20920 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
20921
20922         PR rtl-optimization/42249
20923         * sel-sched.c (try_replace_dest_reg): When chosen register
20924         and original register is the same, do not bail out early, but
20925         still check all original insns for validity of replacing destination
20926         register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
20927         in this case.
20928
20929 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
20930
20931         PR c/42721
20932         Port from no-undefined-overflow branch:
20933         2009-03-09  Richard Guenther  <rguenther@suse.de>
20934
20935         * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
20936
20937 2010-01-14  Richard Guenther  <rguenther@suse.de>
20938
20939         PR lto/42665
20940         * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
20941
20942 2010-01-14  Ira Rosen  <irar@il.ibm.com>
20943
20944         PR tree-optimization/42709
20945         * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
20946         as scalar type in creation of constant vector operand.
20947
20948 2010-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20949
20950         PR testsuite/42414
20951         * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
20952         (check-parallel-%): Match `testsuite' directory component only
20953         at the end.
20954
20955 2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>
20956
20957         PR translation/39521
20958         * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
20959         strings with _().
20960
20961 2010-01-13  Richard Guenther  <rguenther@suse.de>
20962
20963         PR tree-optimization/42730
20964         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
20965         offset zero.
20966
20967 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
20968
20969         PR target/pr42542
20970         * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
20971         for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
20972         them signed.
20973
20974 2010-01-13  Bernd Schmidt  <bernd.schmidt@analog.com>
20975
20976         * config/bfin/libgcc-bfin.ver: Regenerate based on current
20977         libgcc-std.ver.  Add entries for ___smulsi3_highpart and
20978         ___umulsi3_highpart.
20979
20980         * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
20981         rather than schedule_insns if the pass is enabled.
20982
20983 2010-01-13  Martin Jambor  <mjambor@suse.cz>
20984
20985         PR tree-optimization/42704
20986         * tree-sra.c (sra_modify_assign): Do not delete assignments to
20987         SSA_NAMEs.
20988
20989 2010-01-13  Martin Jambor  <mjambor@suse.cz>
20990
20991         PR tree-optimization/42703
20992         * tree-sra.c (analyze_access_subtree): Check that we can build a
20993         reference to the original data within the aggregate.
20994
20995 2010-01-13  Richard Guenther  <rguenther@suse.de>
20996
20997         PR tree-optimization/42705
20998         * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
20999
21000 2010-01-13  Richard Guenther  <rguenther@suse.de>
21001
21002         PR middle-end/42716
21003         * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
21004
21005 2010-01-13  Jakub Jelinek  <jakub@redhat.com>
21006
21007         PR debug/41371
21008         * var-tracking.c (values_to_unmark): New variable.
21009         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
21010         values_to_unmark vector.  Moved body to...
21011         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
21012         instead queue it into values_to_unmark vector.
21013         (vt_find_locations): Free values_to_unmark vector.
21014
21015 2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
21016
21017         * config/s390/s390.c (override_options): Set
21018         default of max-pending-list-length to 256
21019
21020 2010-01-13  Richard Guenther  <rguenther@suse.de>
21021
21022         PR lto/42678
21023         * tree-pass.h (PROP_gimple_lcx): New.
21024         * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
21025         * passes.c (init_optimization_passes): Move pass_lower_complex_O0
21026         before the final cleanup_eh.
21027         (dump_properties): Dump PROP_gimple_lcx.
21028         * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
21029         (tree_lower_complex_O0): Remove.
21030         (gate_no_optimization): Run if PROP_gimple_lcx is not set.
21031         (pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
21032         tree_lower_complex, schedule TODO_update_ssa.
21033         * lto-streamer-out.c (output_function): Stream the functions
21034         properties.
21035         * lto-streamer-in.c (input_function): Likewise.
21036         (lto_read_body): Do not override them here.
21037
21038 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
21039
21040         PR c/42708
21041         * c-typeck.c (build_c_cast): Fold value cast to union type before
21042         wrapping it in a CONSTRUCTOR.
21043
21044 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
21045
21046         PR rtl-optimization/42699
21047         * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
21048         involved.
21049
21050 2010-01-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21051
21052         * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
21053         SUBTARGET_WARN_UNUSED_SPEC): Move ...
21054         config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
21055         SUBTARGET_WARN_UNUSED_SPEC): ... here
21056         * config/mips/iris5.h (LIBGCC_SPEC): Define.
21057
21058 2010-01-12  Julian Brown  <julian@codesourcery.com>
21059
21060         * config/arm/neon-schedgen.ml (Utils): Don't try to
21061         open missing module.
21062         (find_with_result): New.
21063
21064 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
21065
21066         PR debug/42662
21067         * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
21068         sharing when canonicalizing ({lt,ge}u (plus a b) b).
21069
21070         PR tree-optimization/42645
21071         * tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
21072         (remap_ssa_name): If processing_debug_stmt and name wasn't found in
21073         decl_map, set processing_debug_stmt to -1 and return name without
21074         any remapping.
21075
21076 2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
21077
21078         * doc/install.texi (Specific#x-x-cygwin): Document minimum required
21079         binutils version, and reword target configuration description.
21080
21081 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
21082
21083         * config/avr/avr.h (LINKER_NAME): Remove.
21084
21085 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
21086
21087         PR target/42416
21088         * config/rs6000/rs6000.c (rs6000_override_options): On targets
21089         that support VSX, warn for -mno-altivec if vsx is not disabled,
21090         and disable vsx.
21091
21092 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
21093             Shujing Zhao  <pearly.zhao@oracle.com>
21094
21095         PR translation/42469
21096         * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
21097         fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
21098         character between option name and help text.
21099         * c.opt (imultilib): Likewise.
21100
21101 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
21102
21103         * lto-streamer-out.c (output_unreferenced_globals): Output static
21104         variables.
21105
21106 2010-01-10  Steven Bosscher  <steven@gcc.gnu.org>
21107
21108         PR rtl-optimization/42621
21109         * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
21110         optimizing for size.
21111         (duplicate_computed_gotos): Remove now-redundant check.
21112
21113 2010-01-10  Steve Ellcey  <sje@cup.hp.com>
21114
21115         PR target/37454
21116         * configure.ac: Save and restore LDFLAGS and LIBS
21117         * configure: Regenerate.
21118
21119 2010-01-10  Richard Guenther  <rguenther@suse.de>
21120
21121         PR middle-end/42667
21122         * builtins.c (fold_builtin_strlen): Add type argument and
21123         convert the resulting length to it.
21124         (fold_builtin_1): Adjust.
21125
21126 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
21127
21128         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
21129         sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
21130         1 insn.
21131         (num_insns_constant_wide): Adjust for that change.
21132
21133 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
21134
21135         PR debug/42631
21136         * web.c (union_defs): Add used argument, to combine uses of
21137         uninitialized regs.
21138         (entry_register): Adjust type and tests of used argument.
21139         (web_main): Widen used for new use.  Pass it to union_defs.
21140         * df.h (union_defs): Adjust prototype.
21141
21142 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
21143
21144         PR debug/42630
21145         * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
21146         uses in new incoming argument.  Free body.
21147         (reset_debug_uses_in_loop): New.
21148         (analyze_insn_to_expand_var): Call the latter if the former found
21149         anything.  Fix whitespace.  Reject invalid dest overlaps before
21150         going through all insns in the loop.
21151
21152 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
21153
21154         PR debug/42629
21155         * haifa-sched.c (dying_use_p): Debug insns don't count.
21156
21157 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
21158
21159         PR middle-end/42363
21160         * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
21161         * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
21162         (verify_gimple_call): Reject LHS in noreturn calls.
21163
21164 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
21165
21166         PR debug/42604
21167         PR debug/42395
21168         * tree-vect-loop-manip.c (adjust_info): New type.
21169         (adjust_vec): New pointer to vector.
21170         (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
21171         (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
21172         (slpeel_update_phis_for_duplicate_loop): Use them.
21173         (slpeel_update_phi_nodes_for_guard1): Likewise.
21174         (slpeel_update_phi_nodes_for_guard2): Likewise.
21175         (slpeel_tree_peel_loop_to_edge): Likewise.
21176         (vect_update_ivs_after_vectorizer): Likewise.
21177
21178 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
21179
21180         * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
21181         (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
21182
21183 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
21184
21185         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
21186         bogus uninitialized warning.
21187
21188 2010-01-09  Richard Guenther  <rguenther@suse.de>
21189
21190         PR middle-end/42512
21191         * tree-scalar-evolution.c (interpret_loop_phi): Make sure
21192         the evolution is compatible with the initial condition.
21193
21194 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
21195
21196         * gcc.c (process_command): Update copyright notice dates.
21197         * gcov.c (print_version): Likewise.
21198         * gcov-dump.c (print_version): Likewise.
21199         * mips-tfile.c (main): Likewise.
21200         * mips-tdump.c (main): Likewise.
21201
21202 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
21203
21204         PR target/41885
21205         * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
21206         (rotlhi3): Delete.
21207         (rotlhi3_8): Delete.
21208         (rotlsi3): Delete.
21209         (rotlsi3_8): Delete.
21210         (rotlsi3_16): Delete.
21211         (rotlsi3_24): Delete.
21212         (rotl<mode>3): New.
21213         (*rotw<mode>3): New.
21214         (*rotb<mode>3): New.
21215         * config/avr/avr.c (avr_rotate_bytes): New function.
21216         * config/avr/avr-proto.h (avr_rotate_bytes): New function.
21217
21218 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
21219
21220         PR target/37454
21221         * configure.ac: Modify -rdynamic check.
21222         * configure: Regenerate.
21223
21224 2010-01-08  DJ Delorie  <dj@redhat.com>
21225
21226         * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
21227         register popping order.
21228
21229 2010-01-08  Richard Guenther  <rguenther@suse.de>
21230
21231         PR lto/42528
21232         * c.opt (fsigned-char): Also let LTO handle this option.
21233         (funsigned-char): Likewise.
21234
21235 2010-01-07  Richard Guenther  <rguenther@suse.de>
21236
21237         * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
21238         (gimple_op): Likewise.
21239         (gimple_op_ptr): Likewise.
21240         (gimple_assign_set_lhs): Remove gcc_assert.
21241         (gimple_assign_set_rhs1): Likewise.
21242         (gimple_assign_set_rhs2): Likewise.
21243         (gimple_call_set_lhs): Likewise.
21244         (gimple_call_set_fn): Likewise.
21245         (gimple_call_set_fndecl): Likewise.
21246         (gimple_call_fndecl): Likewise.
21247         (gimple_call_return_type): Likewise.
21248         (gimple_call_set_chain): Likewise.
21249         (gimple_call_num_args): Likewise.
21250         (gimple_call_set_arg): Likewise.
21251         (gimple_cond_set_code): Likewise.
21252         (gimple_cond_set_lhs): Likewise.
21253         (gimple_cond_set_rhs): Likewise.
21254         (gimple_cond_set_true_label): Likewise.
21255         (gimple_cond_set_false_label): Likewise.
21256         (gimple_label_set_label): Likewise.
21257         (gimple_goto_set_dest): Likewise.
21258         (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
21259         (gimple_debug_bind_get_value): Likewise.
21260         (gimple_debug_bind_get_value_ptr): Likewise.
21261         (gimple_debug_bind_set_var): Likewise.
21262         (gimple_debug_bind_set_value): Likewise.
21263         (gimple_debug_bind_reset_value): Likewise.
21264         (gimple_debug_bind_has_value_p): Likewise.
21265         (gimple_return_retval_ptr): Remove gcc_assert.
21266         (gimple_return_retval): Likewise.
21267         (gimple_return_set_retval): Likewise.
21268         * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
21269         (safe_referenced_var_iterator): Remove.
21270         (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
21271         * tree-flow-inline.h (gimple_nonlocal_all): Remove.
21272         (fill_referenced_var_vec): Remove.
21273         (first_readonly_imm_use): Remove redundant gcc_assert.
21274         (phi_arg_index_from_use): Combine gcc_asserts.
21275         (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
21276         (first_imm_use_stmt): Remove redundant gcc_assert.
21277         * tree-cfg.c (verify_gimple_call): Verify function and chain
21278         operands.  Verify arguments.
21279         (verify_types_in_gimple_stmt): Verify condition code and labels.
21280
21281 2010-01-07  Richard Guenther  <rguenther@suse.de>
21282
21283         PR tree-optimization/42641
21284         * sese.c (rename_map_elt_info): Use the SSA name version, do
21285         not hash pointers.
21286
21287 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
21288
21289         PR tree-optimization/42625
21290         * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
21291         TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
21292
21293 2010-01-07  Duncan Sands  <baldrick@free.fr>
21294
21295         * Makefile.in (PLUGIN_HEADERS): Add version.h.
21296
21297 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
21298
21299         PR target/42511
21300         * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
21301         note itself is not function_invariant_p.
21302
21303 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
21304
21305         * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
21306         Do not add the DF_NOTE problem.
21307         * store-motion.c (execute_rtl_store_motion): Likewise.
21308
21309 2010-01-07  Martin Jambor  <mjambor@suse.cz>
21310
21311         PR tree-optimization/42157
21312         * tree-sra.c (compare_access_positions): Stabilize sort if both
21313         accesses have integer types, return zero immediately if they are the
21314         same.
21315
21316 2010-01-06  Richard Henderson  <rth@redhat.com>
21317
21318         PR middle-end/41883
21319         * haifa-sched.c (add_to_note_list): Merge into ...
21320         (concat_note_lists): ... here, and ...
21321         (unlink_other_notes, rm_other_notes): Merge into...
21322         (remove_notes): ... here.  Create REG_SAVE_NOTEs for
21323         NOTE_INSN_EPILOGUE_BEG.
21324
21325 2010-01-06  Richard Guenther  <rguenther@suse.de>
21326
21327         * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
21328         not inline regular functions into always-inline functions.
21329
21330 2010-01-06  Nick Clifton  <nickc@redhat.com>
21331
21332         * config/rx/rx.h (enum rx_cpu_type): Add RX200.
21333         (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
21334         used together.
21335         (OVERRIDE_OPTIONS): Delete.
21336         (OPTIMIZATION_OPTIONS): Define.
21337         (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
21338         * config/rx/rx.c (rx_handle_option): Issue an error message if
21339         -mcpu=rx200 and -fpu are used together.
21340         (rx_set_optimization_options): New function.  Issue an error
21341         message if an optimization attribute attempts to reset the FPU/
21342         math optimization pairing.
21343         * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
21344         * config/rx/rx.opt: Set the default to 32-bit doubles.
21345         * config/rx/t-rx: Add multilibs for -nofpu option.
21346         * doc/invoke.texi: Update documentation of RX options.
21347
21348 2010-01-06  Richard Guenther  <rguenther@suse.de>
21349
21350         * tree-ssa-pre.c (name_to_id): New global.
21351         (alloc_expression_id): Simplify SSA name handling.
21352         (lookup_expression_id): Likewise.
21353         (init_pre): Zero name_to_id.
21354         (fini_pre): Free it.
21355
21356 2010-01-06  Uros Bizjak  <ubizjak@gmail.com>
21357
21358         * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
21359
21360 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
21361
21362         PR target/42542
21363         * config/i386/sse.md (smaxv2di3): New.
21364         (umaxv2di3): Likewise.
21365         (sminv2di3): Likewise.
21366         (uminv2di3): Likewise.
21367
21368 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
21369
21370         PR target/42564
21371         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
21372         * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
21373         (legitimize_tls_address): Likewise.
21374         (sparc_tls_referenced_p): Likewise.
21375         * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
21376         and adjust calls to legitimize_pic_address.
21377         (legitimate_constant_p) Use sparc_tls_referenced_p.
21378         (legitimate_pic_operand_p): Likewise.
21379         (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
21380         (sparc_tls_symbol_ref_1): Delete.
21381         (sparc_tls_referenced_p): Make static, recognize specific patterns.
21382         (legitimize_tls_address): Make static, handle CONST patterns.
21383         (legitimize_pic_address): Make static, remove unused parameter and
21384         adjust recursive calls.
21385         (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
21386         and adjust call to legitimize_pic_address.
21387         (sparc_output_mi_thunk): Likewise.
21388
21389 2010-01-05  Paolo Bonzini  <bonzini@gnu.rg>
21390             H.J. Lu  <hongjiu.lu@intel.com>
21391
21392         PR target/42542
21393         * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
21394         for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
21395         operands to make them signed.
21396
21397         Revert:
21398         2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
21399
21400         PR target/42542
21401         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
21402         GTU to GT for V4SI and V2DI.
21403
21404         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
21405         (umin<mode>3): Removed.
21406         (uminv8hi3): New.
21407         (uminv4si3): Likewise.
21408
21409 2010-01-05  Martin Jambor  <mjambor@suse.cz>
21410
21411         PR tree-optimization/42462
21412         * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
21413         current_function_decl to helper functions and macros.
21414
21415 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21416
21417         PR bootstrap/41771
21418         * flags.h: Don't include real.h.
21419         (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
21420         HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
21421         * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
21422         HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
21423         * dominance.c: Update copyright.
21424         * gimple.c (walk_gimple_op): Remove inline.
21425         * tree-ssa-reassoc.c: Include real.h.
21426         * Makefile.in (FLAGS_H): Remove $(REAL_H).
21427         (tree-ssa-reassoc.o): Depend on $(REAL_H).
21428
21429 2010-01-05  Nick Clifton  <nickc@redhat.com>
21430
21431         * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
21432         register to push into the stack frame when the accumulator has to
21433         be saved during interrupts.
21434
21435 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
21436
21437         * doc/invoke.texi: Remove the documentation about option
21438         -Wunreachable-code.
21439         * common.opt (Wunreachable-code):  Preserved for backward
21440         compatibility.
21441         * tree-cfg.c: Remove the implementation of -Wunreachable-code.
21442         * opts.c (common_handle_option): Add OPT_Wunreachable_code to
21443         the backward compatibility flag section.
21444
21445 2010-01-05  Richard Guenther  <rguenther@suse.de>
21446
21447         * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
21448
21449 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
21450
21451         PR other/42611
21452         * cfgexpand.c (expand_one_var): Diagnose too large variables.
21453
21454         PR tree-optimization/42508
21455         * tree-sra.c (convert_callers): Check for recursive call
21456         by comparing cgraph nodes instead of decls.
21457         (modify_function): Call ipa_modify_formal_parameters also
21458         on all same_body aliases.
21459
21460         * cgraphunit.c (cgraph_materialize_all_clones): Compare
21461         cgraph nodes when checking for same_body aliases.
21462
21463 2010-01-05  Richard Guenther  <rguenther@suse.de>
21464
21465         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
21466         allocation and lookup.
21467         (get_or_alloc_expr_for_constant): Likewise.
21468         (phi_translate): Sink allocation.
21469
21470 2010-01-04  Richard Guenther  <rguenther@suse.de>
21471
21472         * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
21473         a new entry only if needed.
21474         * tree-ssa-dom.c (lookup_avail_expr): Likewise.
21475         * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
21476         hashtable lookup.
21477         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
21478         the result array.
21479         (phi_translate): Handle CONSTANTs early.
21480
21481 2010-01-04  Martin Jambor  <mjambor@suse.cz>
21482
21483         PR tree-optimization/42398
21484         * tree-sra.c (struct access): Removed flag grp_different_types.
21485         (dump_access): Do not dump the removed flag.
21486         (sort_and_splice_var_accesses): Do not set the removed flag.
21487         (sra_modify_expr): Check for type compatibility directly.
21488
21489 2010-01-04  Martin Jambor  <mjambor@suse.cz>
21490
21491         PR tree-optimization/42366
21492         * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
21493         edges with variable number of parameters.
21494         * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
21495         flag instead of asserting it.
21496         (ipa_read_node_info): Read uses_analysis_done flag.
21497
21498 2010-01-04  Richard Guenther  <rguenther@suse.de>
21499
21500         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
21501         iterative_hash_* as intended.
21502         (vn_reference_compute_hash): Likewise.  Simplify hashing
21503         SSA names.
21504         (vn_reference_lookup_2): Likewise.
21505         (vn_nary_op_compute_hash): Likewise.
21506         (vn_phi_compute_hash): Likewise.
21507         (expressions_equal_p): Remove strange code.
21508         * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
21509         (pre_expr_hash): Likewise.  Simplify hashing SSA names.
21510         (bitmap_insert_into_set_1): Take value-id as parameter.
21511         (add_to_value): Pass it.
21512         (bitmap_insert_into_set): Likewise.
21513         (bitmap_value_insert_into_set): Likewise.  Remove redundant check.
21514
21515 2010-01-04  Jakub Jelinek  <jakub@redhat.com>
21516
21517         PR driver/42442
21518         * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
21519         (do_self_spec): For switches with SWITCH_IGNORE set set also
21520         SWITCH_IGNORE_PERMANENTLY.
21521         (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
21522         of SWITCH_IGNORE.
21523
21524 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
21525
21526         * lto-streamer-out.c (output_unreferenced_globals): Output the full
21527         tree of an unreferenced global var.
21528
21529 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
21530
21531         PR target/42542
21532         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
21533         GTU to GT for V4SI and V2DI.
21534
21535         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
21536         (umin<mode>3): Removed.
21537         (uminv8hi3): New.
21538         (uminv4si3): Likewise.
21539
21540 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
21541
21542         PR lto/42581
21543         * collect2.c (main): Turn on trace in collect2 if -v is passed
21544         to gcc with LTO.
21545
21546 2010-01-03  Jerry Quinn  <jlquinn@optonline.net>
21547
21548         * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
21549         description of expression operand.
21550
21551 2010-01-03  Andrew Jenner  <andrew@codesourcery.com>
21552
21553         * configure.ac: Add install-html to target_list for Make-hooks.
21554         * configure: Regenerate.
21555         * fortran/Make-lang.in (F95_HTMLFILES): New.
21556         (fortran.html): Use it.
21557         (fortran.install-html): New.
21558         * Makefile.in (install-html): Add lang.install-html.
21559         * java/Make-lang.in (JAVA_HTMLFILES): New.
21560         (java.html): Use it.
21561         (java.install-html): New.
21562         * objc/Make-lang.in (objc.install-html): New.
21563         * objcp/Make-lang.in (obj-c++.install-html): New.
21564         * cp/Make-lang.in (c++.install-html): New.
21565         * ada/gcc-interface/Make-lang.in (ada.install-html): New.
21566         * lto/Make-lang.in (lto.install-html): New.
21567
21568 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
21569
21570         PR lto/42520
21571         * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
21572
21573 2009-01-03  Steven Bosscher  <steven@gcc.gnu.org>
21574
21575         PR rtl-optimization/41862
21576         * store-motion.c (store_killed_in_insn, compute_store_table,
21577         remove_reachable_equiv_notes, replace_store_insn,
21578         build_store_vectors): Ignore all DEBUG_INSNs.
21579
21580 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
21581
21582         PR lto/41564
21583         * common.opt: Add dumpdir.
21584
21585         * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
21586         isn't specified.
21587         (option_map): Add --dumpdir.
21588
21589         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
21590
21591         * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
21592
21593         * opts.c (decode_options): Try dump_dir_name first if
21594         dump_base_name isn't an absolute path.
21595         (common_handle_option): Handle OPT_dumpdir.
21596
21597         * toplev.c (dump_dir_name): New.
21598         (print_switch_values): Also ignore -dumpdir.
21599
21600         * toplev.h (dump_dir_name): New.
21601
21602 2010-01-03  Richard Guenther  <rguenther@suse.de>
21603
21604         PR tree-optimization/42589
21605         * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
21606         double-word expansion of bswap32.
21607
21608 2010-01-03  Steven Bosscher  <steven@gcc.gnu.org>
21609
21610         * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
21611         with BLOCK_FOR_INSN.
21612         * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
21613         * ifcvt.c (noce_get_alt_condition, noce_try_abs,
21614         noce_process_if_block): Likewise.
21615         * gcse.c (compute_local_properties, insert_expr_in_table,
21616         insert_set_in_table, canon_list_insert, find_avail_set,
21617         pre_insert_copy_insn): Likewise.
21618
21619         * basic-block.h (BLOCK_NUM): Move from here...
21620         * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
21621
21622 2010-01-03  Richard Guenther  <rguenther@suse.de>
21623
21624         PR tree-optimization/42438
21625         * tree-ssa-pre.c (struct bb_bitmap_sets): Add
21626         contains_may_not_return_call flag.
21627         (BB_MAY_NOTRETURN): New.
21628         (valid_in_sets): Trapping nary operations are not valid
21629         in blocks that may not return.
21630         (insert_into_preds_of_block): Remove check for trapping expressions.
21631         (compute_avail): Compute also BB_MAY_NOTRETURN.
21632
21633 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
21634
21635         * doc/invoke.texi: Add 2010 to copyright years.
21636
21637 2010-01-03  Eric Botcazou  <ebotcazou@adacore.com>
21638
21639         * config/sparc/sparc.c: Fix formatting nits.
21640
21641 2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
21642             Alexander Monakov  <amonakov@ispras.ru>
21643
21644         * doc/invoke.texi (Optimize Options): Reword introduction a bit.
21645
21646 2010-01-02  Richard Guenther  <rguenther@suse.de>
21647
21648         PR middle-end/42577
21649         * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
21650         (simplify_switch_using_ranges): Mark to be removed edges
21651         as non-executable.
21652
21653 2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21654
21655         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
21656
21657         * collect2.c (scan_libraries): Add missing argument in call to
21658         scan_prog_file.
21659
21660 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
21661
21662         PR target/42448
21663         * config/alpha/predicates.md (aligned_memory_operand): Return false
21664         for CQImode.
21665         (unaligned_memory_operand): Return true for CQImode.
21666         * config/alpha/alpha.c (get_aligned_mem): Assert that location
21667         doesn not cross aligned SImode word boundary.
21668
21669 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
21670
21671         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
21672         Remove.
21673         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
21674         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
21675
21676 2010-01-02  Richard Guenther  <rguenther@suse.de>
21677
21678         PR lto/41597
21679         * toplev.c (compile_file): Emit LTO marker properly.  Change
21680         it to __gnu_lto_v1.
21681         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
21682
21683 2010-01-01  Richard Guenther  <rguenther@suse.de>
21684
21685         PR debug/42455
21686         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
21687
21688 2010-01-01  Richard Guenther  <rguenther@suse.de>
21689
21690         PR c/42570
21691         * c-decl.c (grokdeclarator): For zero-size arrays force
21692         structural equality checks as layout_type does.
21693
21694 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
21695
21696         * builtins.c: Update copyright to 2010.
21697
21698 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
21699
21700         PR lto/42531
21701         * lto-streamer-out.c (produce_asm): Revert the last change.
21702         (copy_function): Likewise.
21703
21704         * lto-streamer.c (lto_get_section_name): Skip any leading
21705         asterisk in name.
21706
21707 2010-01-01  Richard Guenther  <rguenther@suse.de>
21708
21709         PR middle-end/42559
21710         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
21711         for LABEL_DECLs.
21712
21713 \f
21714 Copyright (C) 2010 Free Software Foundation, Inc.
21715
21716 Copying and distribution of this file, with or without modification,
21717 are permitted in any medium without royalty provided the copyright
21718 notice and this notice are preserved.