OSDN Git Service

Fix comments.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
2
3         * tree-if-conv.c: Fix indentation and comments.
4
5 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
6
7         * tree-if-conv.c: Sort static functions in topological order.
8
9 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
10
11         * tree-if-conv.c: Fix indentation and comments.
12
13 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
14
15         PR middle-end/43519
16         * graphite-clast-to-gimple.c (max_signed_precision_type): Use
17         lang_hooks.types.type_for_size instead of build_nonstandard_integer_type.
18         When converting an unsigned type to signed, double its precision.
19         (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
20         (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
21         (graphite_create_new_loop_guard): When ub + 1 wraps around, use lb <= ub.
22
23 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
24
25         PR middle-end/43519
26         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
27         POINTER_PLUS_EXPR for pointer types.
28
29 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
30
31         PR middle-end/43519
32         * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
33         * graphite-clast-to-gimple.c: Include langhooks.h.
34         (max_signed_precision_type): New.
35         (max_precision_type): Takes two types as arguments.
36         (precision_for_value): New.
37         (precision_for_interval): New.
38         (gcc_type_for_interval): New.
39         (gcc_type_for_value): New.
40         (gcc_type_for_clast_term): New.
41         (gcc_type_for_clast_red): New.
42         (gcc_type_for_clast_bin): New.
43         (gcc_type_for_clast_expr): Split up into several functions.
44         (gcc_type_for_clast_eq): Rewritten.
45         (compute_bounds_for_level): New.
46         (compute_type_for_level_1): New.
47         (compute_type_for_level): New.
48         (gcc_type_for_cloog_iv): Removed.
49         (gcc_type_for_iv_of_clast_loop): Rewritten.
50         (graphite_create_new_loop): Compute the lower and upper bound types
51         with gcc_type_for_clast_expr.
52         (graphite_create_new_loop_guard): Same.
53         (find_cloog_iv_in_expr): Removed.
54         (compute_cloog_iv_types_1): Removed.
55         (compute_cloog_iv_types): Removed.
56         (gloog): Do not call compute_cloog_iv_types.
57         * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
58         GBB_CLOOG_IV_TYPES.
59         (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
60         * sese.h (struct gimple_bb): Removed field cloog_iv_types.
61         (GBB_CLOOG_IV_TYPES): Removed.
62
63 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
64
65         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
66         gimple_phi_num_args of the loop close SSA phi node is equal to 1.
67         (detect_commutative_reduction): Same.
68
69 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
70
71         * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
72         call to verify_ssa.  Invoke verify_loop_closed_ssa with an extra
73         argument.
74         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
75         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
76         (rewrite_commutative_reductions_out_of_ssa): Same.
77         * passes.c (execute_function_todo): Call verify_ssa for every pass
78         in the LNO.  Invoke verify_loop_closed_ssa with an extra argument.
79         * tree-flow.h (verify_loop_closed_ssa): Update declaration.
80         * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
81         with an extra argument.
82         * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same.  Call
83         verify_ssa only when the extra argument is true.
84         (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
85         with an extra argument.
86         (tree_transform_and_unroll_loop): Same.
87
88 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
89
90         * passes.c (execute_function_todo): Call verify_loop_closed_ssa
91         for all the passes of the LNO having LOOP_CLOSED_SSA.
92         * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
93         * tree-loop-distribution.c (pass_loop_distribution): Same.
94         * tree-pass.h (TODO_verify_loops): Removed.
95         * tree-ssa-loop.c (pass_tree_loop_init): Same.
96         (pass_lim): Same.
97         (pass_tree_unswitch): Same.
98         (pass_predcom): Same.
99         (pass_vectorize): Same.
100         (pass_linear_transform): Same.
101         (pass_graphite_transforms): Same.
102         (pass_iv_canon): Same.
103         (pass_complete_unroll): Same.
104         (pass_complete_unrolli): Same.
105         (pass_parallelize_loops): Same.
106         (pass_loop_prefetch): Same.
107         (pass_iv_optimize): Same.
108
109 2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
110
111         PR middle-end/32824
112         * passes.c (init_optimization_passes): Move pass_lim before
113         pass_copy_prop and pass_dce_loop.
114
115 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
116
117         PR target/43667
118         * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
119         instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
120         (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
121         MULTI_* defines for 4 argument vpermil2p* builtins.
122
123 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
124
125         * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
126         * config/i386/i386.c (x86_maybe_negate_const_int): New.
127         (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
128         * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
129         *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
130         *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
131         *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
132         Use x86_maybe_negate_const_int to output insn mnemonic.
133         (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto.  Remove overflow
134         check from instruction predicate.  Update comments.
135         * config/i386/sync.md (sync_add<mode>): Use
136         x86_maybe_negate_const_int to output insn mnemonic.
137
138 2010-04-06  Jan Hubicka  <jh@suse.cz>
139
140         PR tree-optimization/42906
141         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
142         IGNORE_SELF argument.  Set visited_control_parents for fully
143         processed BBs.
144         (find_obviously_necessary_stmts): Update call of
145         mark_control_dependent_edges_necessary.
146         (propagate_necessity): Likewise.  Handle PHI edges more curefully.
147
148 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
149
150         * config/i386/i386.md: Remove comment about 'e' and 'E'
151         operand modifier.
152
153 2010-04-06  Richard Guenther  <rguenther@suse.de>
154
155         PR tree-optimization/43627
156         * tree-vrp.c (extract_range_from_unary_expr): Widenings
157         of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
158         not varying.
159
160 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
161
162         * BASE-VER: Change to 4.6.0.
163
164         PR target/43638
165         * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
166         handling.
167
168 2010-04-06  Richard Guenther  <rguenther@suse.de>
169
170         PR middle-end/43661
171         * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
172
173 2010-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
174
175         * doc/invoke.texi (Optimize Options): Document that LTO
176         won't remove object access purely due to incompatible
177         declarations.
178
179 2010-04-04  Matthias Klose  <doko@ubuntu.com>
180
181         * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
182         Initialize variable.
183
184 2010-04-03  Richard Guenther  <rguenther@suse.de>
185
186         PR middle-end/42509
187         * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
188         require a non-NULL MEM_OFFSET.
189
190 2010-04-02  Steven Bosscher  <steven@gcc.gnu.org>
191
192         * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
193         basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
194         collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
195         config/alpha/predicates.md, config/arm/arm.md,
196         config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
197         config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
198         config/darwin9.h, config/darwin.c, config/darwin.h,
199         config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
200         config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
201         config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
202         config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
203         config/mips/mips.md, config/mn10300/mn10300.c,
204         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
205         config/rs6000/aix.h, config/rs6000/dfp.md,
206         config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
207         config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
208         config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
209         config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
210         config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
211         config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
212         c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
213         diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
214         doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
215         doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
216         fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
217         gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
218         graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
219         graphite-dependences.c, graphite-poly.c, graphite-poly.h,
220         graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
221         graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
222         intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
223         ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
224         ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
225         loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
226         objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
227         opt-functions.awk, opth-gen.awk, params.def, passes.c,
228         postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
229         rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
230         store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
231         tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
232         tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
233         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
234         tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
235         tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
236         tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
237         tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
238         tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
239         tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
240         tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
241         unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
242
243 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
244
245         PR other/43620
246         * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
247         * aclocal.m4: Regenerate.
248
249 2010-04-02  Richard Guenther  <rguenther@suse.de>
250
251         PR tree-optimization/43629
252         * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
253         if we have seen a constant value.
254
255 2010-04-02  Joseph Myers  <joseph@codesourcery.com>
256
257         * read-rtl.c (read_rtx_1): Give an error for EOF while looking for
258         ']'.
259
260 2010-04-02  Richard Earnshaw  <rearnsha@arm.com>
261
262         PR target/43469
263         * arm.c (legitimize_tls_address): Adjust call to
264         gen_tls_load_dot_plus_four.
265         (arm_note_pic_base): New function.
266         (arm_cannot_copy_insn_p): Use it.
267         * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
268         constraint.
269
270 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
271
272         PR bootstrap/43531
273
274         Revert:
275         2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
276
277         * Makefile.in ($(out_object_file)): Depend on
278         gt-$(basename $(notdir $(out_file))).h.
279
280 2010-04-01  Ralf Corsépius <ralf.corsepius@rtems.org>
281
282         * config.gcc (lm32-*-rtems*): Add t-lm32.
283
284 2010-04-01  Joel Sherrill <joel.sherrill@oarcorp.com>
285
286         * config.gcc: Add lm32-*-rtems*.
287         * config/lm32/rtems.h: New file.
288
289 2010-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
290
291         PR target/42609
292         * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
293
294 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
295
296         * dwarf2out.c (output_compilation_unit_header): For
297         -gdwarf-4 use version 4 instead of version 3.
298         (output_line_info): For version 4 and above emit additional
299         maximum ops per insn header field.
300         (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
301
302         * dwarf2out.c (is_c_family, is_java): Remove.
303         (lower_bound_default): New function.
304         (add_bound_info, gen_descr_array_type_die): Use it.
305
306 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
307
308         PR debug/43325
309         * dwarf2out.c (gen_variable_die): Allow debug info for variable
310         re-declaration when it happens in a function.
311
312 2010-04-01  Aldy Hernandez  <aldyh@redhat.com>
313
314         * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
315         (cgraph_remove_function_insertion_hook): Same.
316         (cgraph_call_function_insertion_hooks): Same.
317
318 2010-04-01  Richard Guenther  <rguenther@suse.de>
319
320         PR middle-end/43614
321         * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
322         and TREE_THIS_VOLATILE.
323         (copy_ref_info): Likewise.
324         * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
325         * tree.c (build6_stat): Ignore side-effects of all but arg5
326         for TARGET_MEM_REF.  Set TREE_THIS_VOLATILE from arg5 of
327         TARGET_MEM_REF.
328
329 2010-04-01  Richard Guenther  <rguenther@suse.de>
330
331         PR tree-optimization/43607
332         * ipa-type-escape.c (check_call): Do not access non-existing
333         arguments.
334
335 2010-04-01  Richard Guenther  <rguenther@suse.de>
336
337         PR middle-end/43602
338         Revert
339         2010-03-30  Seongbae Park <seongbae.park@gmail.com>
340             Jack Howarth <howarth@bromo.med.uc.edu>
341
342         * tree-profile.c (tree_init_ic_make_global_vars): Make static
343         variables TLS.
344
345 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
346
347         * doc/install.texi (Prerequisites): Document libelf usability on
348         IRIX 5/6 and Solaris 2.
349         (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
350         Update GNU as, GNU ld requirements.
351         (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
352         Document Sun Studio compiler download.
353         Update and simplify as, ld recommendations.
354         (Specific, *-*-solaris2.7): Note obsoletion, removal.
355
356 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
357
358         * config.guess (i[34567]86-*-solaris2*): Default with_arch_32,
359         with_tune_32 to pentium4.
360
361 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
362
363         * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
364
365 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
366
367         * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
368         obsoletion, removal.
369         Update IDO URL.
370         Document GNU as requirement.
371         Update configure requirements.
372         (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion,
373         removal.
374         Recomment IRIX 6.5.18+.
375         Document IDF/IDL requirement.
376         Document GNU as requirement.
377         Document GNU ld bootstrap failure.
378         Remove freeware.sgi.com reference.
379
380 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
381
382         * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
383         UNIX V4.0, V5.0 obsoletion, removal.
384         Remove --with-gc=simple reference.
385         Update VM requirements during bootstrap.
386         Remove -oldas bootstrap description.
387         Update binutils reference.
388         Remove comparison failure note.
389
390 2010-03-31  Richard Guenther  <rguenther@suse.de>
391             Zdenek Dvorak  <ook@ucw.cz>
392             Sebastian Pop  <sebastian.pop@amd.com>
393
394         PR middle-end/43464
395         * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
396         with multiple arguments.
397         (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
398
399 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
400
401         * graphite-dependences.c (print_pddr): Call print_pdr with an
402         extra argument.
403         * graphite-poly.c (debug_pdr): Add an extra argument for the
404         verbosity level.
405         (print_pdr): Same.
406         (print_pbb_domain): Same.
407         (print_pbb): Same.
408         (print_scop_context): Same.
409         (print_scop): Same.
410         (print_cloog): Same.
411         (debug_pbb_domain): Same.
412         (debug_pbb): Same.
413         (print_pdrs): Same.
414         (debug_pdrs): Same.
415         (debug_scop_context): Same.
416         (debug_scop): Same.
417         (debug_cloog): Same.
418         (print_scop_params): Same.
419         (debug_scop_params): Same.
420         (print_iteration_domain): Same.
421         (print_iteration_domains): Same.
422         (debug_iteration_domain): Same.
423         (debug_iteration_domains): Same.
424         (print_scattering_function): Same.
425         (print_scattering_functions): Same.
426         (debug_scattering_function): Same.
427         (debug_scattering_functions): Same.
428         * graphite-poly.h (debug_pdr): Update declaration.
429         (print_pdr): Same.
430         (print_pbb_domain): Same.
431         (print_pbb): Same.
432         (print_scop_context): Same.
433         (print_scop): Same.
434         (print_cloog): Same.
435         (debug_pbb_domain): Same.
436         (debug_pbb): Same.
437         (print_pdrs): Same.
438         (debug_pdrs): Same.
439         (debug_scop_context): Same.
440         (debug_scop): Same.
441         (debug_cloog): Same.
442         (print_scop_params): Same.
443         (debug_scop_params): Same.
444         (print_iteration_domain): Same.
445         (print_iteration_domains): Same.
446         (debug_iteration_domain): Same.
447         (debug_iteration_domains): Same.
448         (print_scattering_function): Same.
449         (print_scattering_functions): Same.
450         (debug_scattering_function): Same.
451         (debug_scattering_functions): Same.
452
453 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
454
455         * graphite-poly.c (print_scattering_function_1): New.
456         (print_scattering_function): Call it.
457         (print_scop_params): Remove spaces at the end of lines.
458         (print_cloog): New.
459         (debug_cloog): New.
460         * graphite-poly.h (print_cloog): Declared.
461         (debug_cloog): Declared.
462
463 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
464
465         * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
466         in loop->header.
467         * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
468         * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
469         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
470         to switch between adding the IV bump in loop->latch or in loop->header.
471
472 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
473
474         * graphite-poly.c (print_scattering_function): Pretty print following
475         the scoplib format.
476         (print_pdr): Same.
477         (print_pbb_domain): Same.
478         (dump_gbb_cases): Same.
479         (dump_gbb_conditions): Same.
480         (print_pdrs): Same.
481         (print_pbb): Same.
482         (print_scop_params): Same.
483         (print_scop_context): Same.
484         (print_scop): Same.
485         (print_pbb_body): New.
486         (lst_indent_to): New.
487         (print_lst): Start new lines with a #.
488         * graphite-poly.h (pbb_bb): New.
489         (pbb_index): Use pbb_bb.
490         * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
491         disjuncts.
492         * tree-data-ref.c (dump_data_reference): Start new lines with a #.
493
494 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
495
496         * dwarf2out.c (size_of_die): For -gdwarf-4 use
497         uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
498         and 0 instead of 1 for dw_val_class_flag.
499         (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
500         dw_val_class_range_list, dw_val_class_loc_list,
501         dw_val_class_lineptr and dw_val_class_macptr, use
502         DW_FORM_flag_present for dw_val_class_flag and
503         DW_FORM_exprloc for dw_val_class_loc.
504         (output_die): For -gdwarf-4 print dw_val_class_loc
505         size as uleb128 instead of 1 or 2 bytes and don't print
506         anything for dw_val_class_flag.
507
508         * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
509         instead of cselib_lookup following by tweaking locs->setting_insn.
510
511         PR bootstrap/43596
512         * cselib.c (cselib_process_insn): Clear cselib_current_insn
513         even before returning from label, setjmp call or volatile asm
514         handling.
515
516 2010-03-31  Richard Guenther  <rguenther@suse.de>
517
518         PR middle-end/43600
519         * cgraphunit.c (cgraph_output_in_order): Do not allocate
520         temporary data on stack.
521
522 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
523
524         * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
525         (PUSHSECTION_ASM_OP): Remove.
526         (POPSECTION_ASM_OP): Remove.
527         (PUSHSECTION_FORMAT): Remove.
528         * config/sol2.h (PUSHSECTION_FORMAT): Define.
529         * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
530         * config/sol2.c (solaris_output_init_fini): Use it.
531
532 2010-03-31  Jie Zhang  <jie@codesourcery.com>
533
534         PR 43574
535         * opt-functions.awk (var_type_struct): Use signed char type
536         for simple variables.
537
538 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
539
540         * config/sol2.c: Include output.h.
541         (solaris_assemble_visibility): New function.
542         * config/t-sol2 (sol2.o): Add output.h dependency.
543         * config/sol2-protos.h (solaris_assemble_visibility): Declare.
544         * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
545         Redefine.
546
547 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
548
549         PR target/43580
550         * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
551         V2SImode or XFmode on PRE_DEC.
552
553         PR debug/43557
554         * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
555         BLKmode.
556
557 2010-03-31  Jie Zhang  <jie@codesourcery.com>
558
559         PR 43562
560         * reload.h (caller_save_initialized_p): Declare.
561         * toplev.c (backend_init_target): Don't call
562         init_caller_save but set caller_save_initialized_p to false.
563         * caller-save.c (caller_save_initialized_p): Define.
564         (init_caller_save): Check caller_save_initialized_p.
565         * ira.c (ira): Call init_caller_save if flag_caller_saves.
566
567 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
568
569         PR target/39048
570         * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
571         and soft-fp/t-softfp to tmake_file.
572         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
573         (LIBGCC2_TF_CEXT): Define.
574         (TF_SIZE): Define.
575
576 2010-03-30  Alexandre Oliva  <aoliva@redhat.com>
577
578         PR debug/42977
579         * cselib.c (n_useless_values): Document handling of debug locs.
580         (n_useless_debug_values, n_debug_values): New variables.
581         (new_elt_loc_list): Don't add to debug values, keep count.
582         (promote_debug_loc): New.
583         (cselib_reset_table): Zero new variables.
584         (entry_and_rtx_equal_p): Promote debug locs.
585         (discard_useless_locs): Increment n_useless_debug_values for
586         debug values.
587         (remove_useless_values): Adjust n_useless_values and n_debug_values
588         with n_useless_debug_values.
589         (add_mem_for_addr): Promote debug locs.
590         (cselib_lookup_mem): Likewise.
591         (cselib_lookup_addr): Renamed to...
592         (cselib_lookup_addr_1): ... this.  Promote debug locs.  Don't call...
593         (cselib_log_lookup): ... this.  Turn into...
594         (cselib_lookup_addr): ... new wrapper.
595         (cselib_lookup_from_insn): New.
596         (cselib_invalidate_regno): Increment n_useless_debug_values for
597         debug values.
598         (cselib_invalidate_mem): Likewise.
599         (cselib_process_insn): Take n_deleted and n_debug_values into
600         account to guard remove_useless_value call.
601         (cselib_finish): Zero n_useless_debug_values.
602         * cselib.h (cselib_lookup_from_insn): Declare.
603         * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
604         (sched_analyze_2): Likewise.
605
606 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
607
608         * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
609         functions.
610         (adjust_mems): Replace narrowing SUBREG of expression containing
611         just PLUS, MINUS, MULT and ASHIFT of registers and constants
612         with operations in the narrower mode.
613
614         PR debug/43593
615         * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
616         regs_invalidated_by_call instead all call_used_reg_set registers.
617
618 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
619
620         PR middle-end/43430
621         * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
622         pointer comparisons with types_compatible_p.
623         * tree-vect-stmts.c (vectorizable_call): Same.
624         (vectorizable_condition): Same.
625
626 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
627
628         * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
629         stack check if the mask would be zero.
630
631 2010-03-30  Seongbae Park <seongbae.park@gmail.com>
632             Jack Howarth <howarth@bromo.med.uc.edu>
633
634         * tree-profile.c (tree_init_ic_make_global_vars): Make static
635         variables TLS.
636
637 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
638
639         PR other/25232
640         * libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
641         and __unordtf2.
642         * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
643         Include ___unordxf2 and ___unordtf2.
644         * config/i386/libgcc-glibc.ver: Do not define inheritance from
645         GCC_4.4.0 here.
646
647 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
648
649         * config/lm32/t-lm32: New file.
650         * config.gcc: Use the above file when targetting lm32.
651
652 2010-03-28  Duncan Sands  <baldrick@free.fr>
653
654         * Makefile.in (PLUGIN_HEADERS): Add except.h.
655
656 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
657
658         PR middle-end/43431
659         * tree-vect-loop.c (vect_estimate_min_profitable_iters):
660         Improve vectorization cost model diagnostic.
661
662 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
663
664         PR middle-end/43436
665         * tree-vect-data-refs.c (vect_analyze_data_refs): When
666         compute_data_dependences_for_loop returns false, early exit
667         and output an extra diagnostic for the failed data reference
668         analysis.
669
670 2010-03-29  Richard Guenther  <rguenther@suse.de>
671
672         PR tree-optimization/43560
673         * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
674         (can_sm_ref_p): Treat stores to readonly locations as trapping.
675
676 2010-03-29  Jie Zhang  <jie@codesourcery.com>
677
678         PR 43564
679         * toplev.c (process_options): Set optimization_default_node
680         and optimization_current_node.
681         * opts.c (decode_options): Don't set optimization_default_node
682         and optimization_current_node.
683
684 2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
685
686         * config/rtems.h: Abandon -qrtems_debug.
687
688 2010-03-28  Jan Hubicka  <jh@suse.cz>
689
690         PR tree-optimization/43505
691         * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
692         map should not be copied.
693
694 2010-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
695
696         PR middle-end/41674
697         * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
698         cdtors, set DECL_PRESERVE_P.
699         * ipa.c (cgraph_externally_visible_p): Return true if declaration
700         should be preseved.
701
702 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
703
704         PR tree-optimization/43528
705         * stor-layout.c (place_field): Check that constant fits into
706         unsigned HWI when skipping calculation of MS bitfield layout.
707
708 2010-03-27  Jan Hubicka  <jh@suse.cz>
709
710         PR middle-end/43391
711         * varasm.c (make_decl_rtl): Deal with COMMON flag to make
712         notice_global_symbol work.
713
714 2010-03-27  Jakub Jelinek  <jakub@redhat.com>
715
716         * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
717         instead of dwarf2out_decl.
718         (struct var_loc_node): Remove section_label field.
719         (dwarf2out_function_decl): New function.
720         (dwarf2out_var_location): Don't set section_label field.
721         (dwarf2out_begin_function): Don't empty decl_loc_table here.
722
723 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
724
725         PR tree-optimization/43544
726         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
727         First argument for builtin vectorized function hook is now a
728         tree to be able to distinguish between machine specific and
729         standard builtins.
730         * targhooks.c (default_builtin_vectorized_function): Ditto.
731         * targhooks.h (default_builtin_vectorized_function): Ditto.
732         * target.h (struct gcc_target): Ditto.
733         * tree-vect-stmts.c (vectorizable_function): Ditto.
734         * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
735         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
736         Ditto.
737
738 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
739
740         PR c/43381
741         * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
742         nested binding iff it is a FUNCTION_DECL.
743         (store_parm_decls_newstyle): Pass nested=true to bind for
744         FUNCTION_DECLs amongst parameters.
745
746 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
747
748         * var-tracking.c (vt_expand_loc_callback): Don't run
749         cselib_expand_value_rtx_cb in dummy mode if
750         cselib_dummy_expand_value_rtx_cb returned false.
751
752         * var-tracking.c (emit_note_insn_var_location): For one part
753         notes with offset 0, don't add EXPR_LIST around the location.
754         * dwarf2out.c (loc_descriptor, dw_loc_list_1,
755         add_location_or_const_value_attribute): Adjust for that change.
756
757         PR debug/43540
758         * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
759         into first operand and location into second.
760         (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
761         dw_cfi_oprnd_loc for DW_CFA_expression.
762         (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
763         (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
764         assume first argument is regnum and second argument is location.
765
766 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
767
768         PR target/42113
769         * config/alpha/alpha.md (*cmp_sadd_si): Change mode
770         of scratch register to DImode.  Split to DImode comparison operator.
771         Use SImode subreg of scratch register in the multiplication.
772         (*cmp_sadd_sidi): Ditto.
773         (*cmp_ssub_si): Ditto.
774         (*cmp_ssub_sidi): Ditto.
775
776 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
777
778         PR target/43524
779         * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
780         Remove invalid assert and wrong comment.
781
782 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
783
784         PR debug/43516
785         * flags.h (final_insns_dump_p): New extern.
786         * final.c (final_insns_dump_p): New variable.
787         (rest_of_clean_state): Set it before -fdump-final-insns=
788         dumping, clear afterwards.
789         * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
790         MEM_ALIAS_SET on MEMs.
791
792 2010-03-26  David S. Miller  <davem@davemloft.net>
793
794         * configure.ac: Fix sparc GOTDATA_OP bug check.
795         * configure: Rebuild.
796
797 2010-03-26  Alan Modra  <amodra@gmail.com>
798
799         * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
800
801 2010-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
802
803         * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
804         TLS_SECTION_ASM_FLAG.
805
806 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
807
808         PR bootstrap/43511
809         * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
810         Clear first_function_block_is_cold.
811
812         PR c/43385
813         * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
814         argument if the argument is truth_value_p.
815
816 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
817
818         * config/rs6000/constraints.md: Update copyright year for my changes.
819
820         PR target/43484
821         * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
822         used in reg+reg addressing, swap registers.
823
824 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
825
826         PR debug/43293
827         * target.h (struct gcc_target): Add code_end hook.
828         * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
829         if not yet defined.
830         (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
831         * toplev.c (compile_file): Call targetm.asm_out.code_end
832         hook before unwind info/debug info output.
833         * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
834         * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
835         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
836         * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
837         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
838         * config/i386/i386.c (ix86_file_end): Renamed to...
839         (ix86_code_end): ... this.  Make static.  Don't call
840         file_end_indicate_exec_stack.  Emit unwind info using
841         final_start_function/final_end_function.
842         (darwin_x86_file_end): Remove.
843         (TARGET_ASM_CODE_END): Define.
844         * config/i386/i386.h (TARGET_ASM_FILE_END,
845         NEED_INDICATE_EXEC_STACK): Don't define.
846         * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
847         (TARGET_ASM_FILE_END): Define to darwin_file_end.
848         * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
849         * doc/tm.texi (TARGET_ASM_CODE_END): Document.
850
851         PR target/43498
852         * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
853         at the beginning and final_end_function at the end.
854         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
855
856 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
857
858         * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
859         and Sun as TLS syntax.
860         (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
861         * configure: Regenerate.
862         * config.in: Regenerate.
863         * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
864         (default_elf_asm_named_section): Use it.
865         * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
866         (i386_output_dwarf_dtprel): Likewise.
867         (output_addr_const_extra): Likewise.
868         (output_pic_addr_const): Lowercase @GOTTPOFF.
869         (output_addr_const_extra): Likewise.
870         (output_pic_addr_const): Lowercase @GOTNTPOFF.
871         (output_addr_const_extra): Likewise.
872         (output_pic_addr_const): Lowercase @INDNTPOFF.
873         (output_addr_const_extra): Likewise.
874         (output_pic_addr_const): Lowercase @NTPOFF.
875         (output_addr_const_extra): Likewise.
876         (output_pic_addr_const): Lowercase @TPOFF.
877         (output_addr_const_extra): Likewise.
878         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
879         (*tls_global_dynamic_64): Likewise.
880         (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
881         (*tls_local_dynamic_base_64): Lowercase @TLSLD.
882
883         * defaults.h (TLS_COMMON_ASM_OP): Provide default.
884         (ASM_OUTPUT_TLS_COMMON): Use it.
885         * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
886
887         PR target/38118
888         * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
889         * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
890         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
891         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
892         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
893         (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
894
895 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
896
897         * config/i386/i386.c (override_options): Don't accept
898         -mtls-dialect=sun any longer.
899         * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
900         * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
901         (*tls_local_dynamic_base_32_sun): Likewise.
902         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
903
904 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
905
906         PR debug/43508
907         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
908         VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
909
910         PR debug/43479
911         * ira.c (adjust_cleared_regs): New function.
912         (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
913
914         PR debug/19192
915         PR debug/43479
916         * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
917         from gimple_block.
918         * expr.c (expand_expr_real): Restore previous
919         curr_insn_source_location and curr_insn_block after
920         expand_expr_real_1 call.
921         (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
922         instead of expand_expr_real_1.
923
924 2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>
925
926         PR rtl-optimization/43413
927         * ira-color.c (setup_allocno_available_regs_num): Count prohibited
928         hard regs too.
929
930 2010-03-22  James E. Wilson  <wilson@codesourcery.com>
931
932         PR target/43348
933         * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
934         call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
935
936 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
937
938         * config/i386/i386.c (ix86_target_string): Add -mfma.
939         Fix a typo in comment.
940
941 2010-03-22  Mike Stump  <mikestump@comcast.net>
942
943         PR target/23071
944         * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
945         Don't overly align based upon packed packed fields.
946
947 2010-03-22  Jason Merrill  <jason@redhat.com>
948
949         * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
950         Use () rather than [], and move before the element type.
951
952 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
953
954         * doc/configfiles.texi (Configuration Files): Removed
955         fixinc/Makefile*, intl/Makefile.*.
956         * doc/makefile.texi: Fixed markup. Abstract from version
957         control system used.
958         (Makefile): Removed obsolete gcc/java/parse.y example.
959         * doc/sourcebuild.texi: Likewise.
960         (Top Level): Added config, gnattools, libdecnumber, libgcc,
961         libgomp, libssp.  Removed fastjar.
962         (Miscellaneous Docs): Clarify location.
963         Added COPYING3, COPYING3.LIB.
964         (Front End Directory): Moved Make-lang.in entry to new subsubsection.
965
966 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
967
968         PR target/38085
969         * config/i386/i386.c (x86_function_profiler)
970         [!NO_PROFILE_COUNTERS]: Fix typo.
971         * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
972         instead of callq.
973
974 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
975             Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
976
977         * doc/sourcebuild.texi (Test Directives): Split into six
978         subsections, with most of the current text in new subsections
979         Directives, Selectors, and Final Actions.
980         (Directives): Split list of test directives into multiple
981         subsubsections.
982         (Selectors): Describe use and syntax of selectors.
983         (Effective-Target Keywords): Describe all existing keywords.
984         (Add Options): Describe features for dg-add-options.
985         (Require Support): Describe variants of dg-require-support.
986         (Final Actions): Describe commands to use in dg-final.
987
988 2010-03-22  Michael Matz  <matz@suse.de>
989
990         PR middle-end/43475
991         * recog.c (validate_replace_rtx_group): Replace also in
992         REG_EQUAL and REG_EQUIV notes.
993
994 2010-03-22  Richard Guenther  <rguenther@suse.de>
995
996         PR tree-optimization/43390
997         * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
998         sure vector extracts are type correct.
999
1000 2010-03-22  Richard Guenther  <rguenther@suse.de>
1001
1002         PR middle-end/40106
1003         * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
1004         x * sqrt (x) even when optimizing for size if the target
1005         has native support for sqrt.
1006
1007 2010-03-22  Jakub Jelinek  <jakub@redhat.com>
1008
1009         * varasm.c (make_decl_rtl_for_debug): Also clear
1010         flag_mudflap for the duration of make_decl_rtl call.
1011
1012         PR debug/43443
1013         * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
1014         locs from preserved VALUEs.
1015
1016 2010-03-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1017
1018         PR middle-end/42718
1019         * pa.md (movmemsi): Set align to one if zero.
1020         (movmemdi): Likewise.
1021
1022 2010-03-21  Richard Earnshaw  <rearnsha@arm.com>
1023
1024         PR target/42321
1025         * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
1026         with their corresponding prologue pushes.
1027
1028 2010-03-20  Andrew Pinski  <pinskia@gmail.com>
1029
1030         PR target/43156
1031         * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
1032         at the begining or end.
1033         (spu_expand_epilogue): Likewise.
1034
1035 2010-03-20  Richard Guenther  <rguenther@suse.de>
1036
1037         PR rtl-optimization/43438
1038         * combine.c (make_extraction): Properly zero-/sign-extend an
1039         extraction of the low part of a CONST_INT.  Also handle
1040         CONST_DOUBLE.
1041
1042 2010-03-19  Mike Stump  <mikestump@comcast.net>
1043
1044         * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
1045         * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
1046         (override_options): Use SUBTARGET32_DEFAULT_CPU.
1047
1048 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
1049
1050         PR c/43211
1051         * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
1052         an error.
1053
1054 2010-03-19  Bernd Schmidt  <bernd.schmidt@codesourcery.com>
1055
1056         PR rtl-optimization/42258
1057         * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
1058         use that may match DEF.
1059
1060         PR target/40697
1061         * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
1062         the cost of loading the constant rather than assuming
1063         COSTS_N_INSNS (1).
1064         * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
1065         outer code is AND, do the same tests as the andsi3 expander and
1066         return COSTS_N_INSNS (1) if and is cheap.
1067
1068         * optabs.c (avoid_expensive_constant): Fix formatting.
1069
1070 2010-03-19  Michael Matz  <matz@suse.de>
1071
1072         PR c++/43116
1073         * attribs.c (decl_attributes): When rebuilding a function pointer
1074         type use the same qualifiers as the original pointer type.
1075
1076 2010-03-19  Martin Jambor  <mjambor@suse.cz>
1077
1078         * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
1079         and is_gimple_ip_invariant_address.
1080
1081 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1082
1083         Revert
1084         2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1085
1086         * config/arm/arm.c (arm_override_options): Turn off
1087         flag_dwarf2_cfi_asm for AAPCS variants.
1088
1089 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1090
1091         PR target/43399
1092         * config/arm/arm.c (emit_multi_reg_push): Update comments.
1093         Use PRE_MODIFY instead of PRE_DEC.
1094         (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
1095         (vfp_emit_fstmd): Likewise.
1096
1097 2010-03-19  Michael Matz  <matz@suse.de>
1098
1099         PR target/43305
1100         * builtins.c (expand_builtin_interclass_mathfn,
1101         expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
1102         if that fails.
1103
1104 2010-03-19  Richard Guenther  <rguenther@suse.de>
1105
1106         PR tree-optimization/43415
1107         * tree-ssa-pre.c (phi_translate): Split out worker to ...
1108         (phi_translate_1): ... this.
1109         (phi_translate): Move all caching here.  Cache all NARY
1110         and REFERENCE translations.
1111
1112 2010-03-19  David S. Miller  <davem@davemloft.net>
1113
1114         With help from Eric Botcazou.
1115         * config/sparc/sparc.c: Include dwarf2out.h.
1116         (emit_pic_helper): Delete.
1117         (pic_helper_symbol_name): Delete.
1118         (pic_helper_emitted_p): Delete.
1119         (pic_helper_needed): New.
1120         (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
1121         (get_pc_thunk_name): New.
1122         (load_pic_register): Remove 'delay_pic_helper' arg.  Use
1123         get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
1124         Set pic_helper_needed to true.  Don't call emit_pic_helper.
1125         (sparc_expand_prologue): Update load_pic_register call.
1126         (sparc_output_mi_thunk): Likewise.
1127         (sparc_file_end): Emit a hidden comdat symbol for the PIC
1128         thunk if possible.  Output CFI information as needed.
1129
1130 2010-03-18  Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1131             Jack Howarth <howarth@bromo.med.uc.edu>
1132
1133         PR target/36399
1134         * config/i386/i386.h: Fix ABI on darwin x86-32.
1135
1136 2010-03-18  Aldy Hernandez  <aldyh@redhat.com>
1137
1138         * tree.h: Declare make_decl_rtl_for_debug.
1139         * varasm.c (make_decl_rtl_for_debug): New.
1140         * dwarf2out.c (rtl_for_decl_location): Call it.
1141         * cfgexpand.c (expand_debug_expr): Call it.
1142
1143 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
1144
1145         PR bootstrap/43399
1146         * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
1147         mem_mode.
1148
1149         PR bootstrap/43403
1150         * var-tracking.c (vt_init_cfa_base): Do nothing if
1151         cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
1152
1153 2010-03-18  Alexandre Oliva  <aoliva@redhat.com>
1154
1155         PR debug/42873
1156         * var-tracking.c (canonicalize_vars_star): New.
1157         (dataflow_post_merge_adjust): Use it.
1158
1159 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
1160
1161         PR debug/43058
1162         * var-tracking.c (non_suitable_const): New function.
1163         (add_uses): For DEBUG_INSNs with constants, don't record any
1164         value, instead just the constant value itself.
1165         (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
1166         is not VAR_LOC_UNKNOWN_P, set var to the constant.
1167         (emit_notes_in_bb): Likewise.
1168         (emit_note_insn_var_location): For onepart variables if
1169         cur_loc is a VOIDmode constant, use DECL_MODE.
1170
1171 2010-03-18  Martin Jambor  <mjambor@suse.cz>
1172
1173         PR middle-end/42450
1174         * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
1175         * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
1176         all non-clones.  Moved call redirection...
1177         (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
1178         (cgraph_materialize_all_clones): Dispose of all
1179         combined_args_to_skip bitmaps.
1180         (verify_cgraph_node): Do not check for edges pointing to wrong
1181         nodes in inline clones.
1182         * tree-inline.c (copy_bb): Call
1183         cgraph_redirect_edge_call_stmt_to_callee.
1184         * ipa.c (cgraph_remove_unreachable_nodes): Call
1185         cgraph_node_remove_callees even when there are used clones.
1186
1187 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
1188
1189         * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
1190
1191 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
1192
1193         PR target/43383
1194         * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
1195         for 32bit.
1196
1197 2010-03-18  Michael Matz  <matz@suse.de>
1198
1199         PR middle-end/43419
1200         * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
1201         into sqrt(x) if we need to preserve signed zeros.
1202
1203 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
1204             Eric Botcazou  <ebotcazou@adacore.com>
1205
1206         PR rtl-optimization/43360
1207         * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
1208         note if we don't know its invariant status.
1209
1210 2010-03-18  Michael Matz  <matz@suse.de>
1211
1212         PR tree-optimization/43402
1213         * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
1214         PHI chains of ssa names registered for update.
1215
1216 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
1217
1218         PR target/42427
1219         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
1220         non-offsettable and pre_modify update addressing.
1221         * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
1222         and "2" alternatives "#".
1223         (*movdd_softfloat32): Make all alternatives "#";
1224         * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
1225         (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
1226         (*movdf_softfloat32): Make all alternatives "#";
1227         (movdi): Use the new DIFD mode iterator to create a common splitter
1228         for movdi, movdf and movdd patterns.
1229
1230 2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
1231
1232         * common.opt (dumpdir): Remove redundant tab.
1233
1234 2010-03-17  Martin Jambor  <mjambor@suse.cz>
1235
1236         PR tree-optimization/43347
1237         * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
1238         original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
1239
1240 2010-03-17  Bernd Schmidt  <bernd.schmidt@analog.com>
1241
1242         PR rtl-optimization/42216
1243         * regrename.c (create_new_chain): New function, broken out from...
1244         (scan_rtx_reg): ... here.  Call it.  Handle the case where we are
1245         appending a use to an empty chain.
1246         (build_def_use): Remove previous changes that convert OP_INOUT to
1247         OP_OUT operands; instead detect the case where an OP_INOUT operand
1248         uses a previously untracked register and create an empty chain for it.
1249
1250 2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1251
1252         * doc/extend.texi (Function Attributes): Rewrite unfinished
1253         sentence in ms_abi documentation.
1254
1255 2010-03-17  Alan Modra  <amodra@gmail.com>
1256
1257         * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
1258         * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
1259         (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
1260         * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
1261
1262 2010-03-16  Richard Henderson  <rth@redhat.com>
1263
1264         PR middle-end/43365
1265         * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
1266         (lower_try_finally): Save and restore eh_seq around the expansion
1267         of the try-finally.
1268
1269 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
1270
1271         * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
1272         statements before splitting block.
1273
1274 2010-03-16  Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1275
1276         * doc/sourcebuild.texi (Testsuites): Fix markup.
1277         Use pathnames relative to gcc/testsuite.
1278         (Test Directives): Move description of how timeout is determined.
1279         (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
1280         (C Tests): Correct gcc.misc-tests directory.
1281         Framework tests now live in gcc.test-framework.
1282
1283 2010-03-16  Richard Guenther  <rguenther@suse.de>
1284
1285         PR middle-end/43379
1286         * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
1287         operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
1288
1289 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
1290             Alexandre Oliva  <aoliva@redhat.com>
1291
1292         PR tree-optimization/42917
1293         * lambda-code.c (remove_iv): Skip debug statements.
1294         (lambda_loopnest_to_gcc_loopnest): Likewise.
1295         (not_interesting_stmt): Debug statements are not interesting.
1296
1297 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
1298
1299         PR debug/43051
1300         PR debug/43092
1301         * cselib.c (cselib_preserve_constants,
1302         cfa_base_preserved_val): New static variables.
1303         (preserve_only_constants): New function.
1304         (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
1305         clear its REG_VALUES.  If cselib_preserve_constants, don't
1306         empty the whole hash table, but preserve there VALUEs with constants,
1307         cfa_base_preserved_val and cfa_base_preserved_val plus constant.
1308         (cselib_preserve_cfa_base_value): New function.
1309         (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
1310         (cselib_init): Change argument to int bitfield.  Set
1311         cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
1312         is in it.
1313         (cselib_finish): Clear cselib_preserve_constants and
1314         cfa_base_preserved_val.
1315         * cselib.h (enum cselib_record_what): New enum.
1316         (cselib_init): Change argument to int.
1317         (cselib_preserve_cfa_base_value): New prototype.
1318         * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
1319         * dse.c (dse_step1): Likewise.
1320         * cfgcleanup.c (thread_jump): Likewise.
1321         * sched-deps.c (sched_analyze): Likewise.
1322         * gcse.c (local_cprop_pass): Likewise.
1323         * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
1324         If FN is non-NULL, call the callback always and whenever it returns
1325         non-NULL just return that.  Only do rtx_equal_p if FN is NULL.
1326         * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
1327         * combine.c (propagate_for_debug_subst): Add old_rtx argument,
1328         compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
1329         * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
1330         * var-tracking.c: Include recog.h.
1331         (bb_stack_adjust_offset): Remove.
1332         (vt_stack_adjustments): Don't call it, instead just gather the
1333         adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
1334         (adjust_stack_reference): Remove.
1335         (compute_cfa_pointer): New function.
1336         (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
1337         (struct adjust_mem_data): New type.
1338         (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
1339         functions.
1340         (get_address_mode): New function.
1341         (replace_expr_with_values): Use it.
1342         (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
1343         Use get_address_mode.  For cfa_base_rtx return MO_CLOBBER.
1344         (adjust_sets): Remove.
1345         (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
1346         Use get_address_mode.
1347         (get_adjusted_src): Remove.
1348         (add_stores): Don't call it.  Never reuse expr SET.  Don't add extra
1349         MO_VAL_USE for cfa_base_rtx plus constant.  Use get_address_mode.
1350         (add_with_sets): Don't call adjust_sets.
1351         (fp_setter, vt_init_cfa_base): New functions.
1352         (vt_initialize): Change return type to bool.  Move most of pool etc.
1353         initialization to the beginning of the function from end.  Pass
1354         CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
1355         If !frame_pointer_needed, call vt_stack_adjustment before mos
1356         vector is filled, call vt_init_cfa_base if argp/framep has been
1357         eliminated to sp.  If frame_pointer_needed and argp/framep has
1358         been eliminated to hard frame pointer, set
1359         hard_frame_pointer_adjustment and call vt_init_cfa_base after
1360         encountering fp setter in the prologue.  For MO_ADJUST, call
1361         log_op_type before pusing the op into mos vector, not afterwards.
1362         Call adjust_insn before cselib_process_insn/add_with_sets,
1363         call cancel_changes (0) afterwards.
1364         (variable_tracking_main_1): Adjust for vt_initialize calling
1365         vt_stack_adjustments and returning whether it succeeded or not.
1366
1367 2010-03-15  Aldy Hernandez  <aldyh@redhat.com>
1368
1369         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
1370         debug statements.
1371
1372 2010-03-15  Jakub Jelinek  <jakub@redhat.com>
1373
1374         * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
1375         has been set.
1376         (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
1377         drap_reg has not been set.
1378
1379 2010-03-15  Michael Matz  <matz@suse.de>
1380
1381         PR middle-end/43300
1382         * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
1383         use it to expand block copies.
1384         (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
1385         insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
1386         (insert_value_copy_on_edge): Use store_expr for BLKmode values.
1387
1388 2010-03-15  Richard Guenther  <rguenther@suse.de>
1389
1390         PR tree-optimization/43367
1391         * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
1392         elimination check.
1393
1394 2010-03-15  Richard Guenther  <rguenther@suse.de>
1395
1396         PR tree-optimization/43317
1397         * ipa-struct-reorg.c (create_new_general_access): Update stmt.
1398
1399 2010-03-15  Martin Jambor  <mjambor@suse.cz>
1400
1401         PR tree-optimization/43141
1402         * tree-sra.c (create_abstract_origin): New function.
1403         (modify_function): Call create_abstract_origin.
1404
1405 2010-03-15  Chris Demetriou  <cgd@google.com>
1406
1407         * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
1408         wasn't copied.
1409
1410 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
1411
1412         PR middle-end/43354
1413         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
1414         call insert_out_of_ssa_copy for default definitions.
1415
1416 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
1417
1418         * graphite-clast-to-gimple.c (my_long_long): Defined.
1419         (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
1420         * graphite-sese-to-poly.c (my_long_long): Defined.
1421         (scop_ivs_can_be_represented): Use it.
1422
1423 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
1424
1425         * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
1426         graphite-max-bbs-per-function, and loop-block-tile-size.
1427         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
1428         with "maximum".
1429         (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
1430
1431 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
1432
1433         * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
1434         forward declaration.
1435         * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
1436         (add_upper_bounds_from_estimated_nit): New.
1437         (build_loop_iteration_domains): Use it.
1438
1439 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
1440
1441         * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
1442
1443 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
1444
1445         PR middle-end/43306
1446         * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
1447         should be an INTEGER_CST.  Also handle CASE_CONVERT.
1448
1449 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
1450
1451         * graphite.c (graphite_initialize): To bound the number of bbs per
1452         function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
1453         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
1454         * doc/invoke.texi: Document it.
1455
1456 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
1457
1458         * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
1459         * graphite-sese-to-poly.h (build_poly_scop): Same.
1460
1461 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
1462
1463         * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
1464         the number of parameters in the scop.  Use as an upper bound
1465         PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
1466         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
1467         * doc/invoke.texi: Document it.
1468
1469 2010-03-13  Jerry Quinn  <jlquinn@optonline.net>
1470
1471         * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
1472         * doc/c-tree.texi: Remove.
1473         * doc/generic.texi: Merge c-tree.texi here.
1474         * doc/gccint.texi (Trees): Remove menu entry.
1475         (c-tree.texi): Remove @include.
1476         * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
1477         * doc/languages.texi (Reading RTL): Ditto.
1478
1479 2010-03-12  Steve Ellcey  <sje@cup.hp.com>
1480
1481         PR target/42869
1482         * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
1483
1484 2010-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
1485
1486         PR middle-end/42431
1487         * gcc/config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
1488         code added to work around reload clobbering CONST insns.
1489
1490 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
1491
1492         * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
1493         (cselib_preserve_definitely, cselib_clear_preserve): Remove.
1494         (cselib_preserve_only_values): Remove retain argument, don't
1495         traverse hash table with cselib_{preserve_definitely,clear_preserve}.
1496         * cselib.h (cselib_preserve_only_values): Remove retain argument.
1497         * var-tracking.c (micro_operation): Move insn field before union.
1498         Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
1499         (struct variable_tracking_info_def): Remove n_mos field, change
1500         mos into a vector of micro_operations.
1501         (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
1502         (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
1503         compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
1504         changing into a vector.
1505         (add_with_sets): Likewise.  Ensure MO_VAL_USE uops from add_stores
1506         come before all other uops generated by add_stores.
1507         (vt_add_function_parameters): Adjust for cselib_preserve_only_values
1508         argument removal.
1509         (vt_initialize): Likewise.  Adjust for VTI (bb)->mos changing into
1510         a vector.  Run just one pass over the bbs instead of separate counting
1511         and computation phase.
1512         (vt_finalize): Free VTI (bb)->mos vector instead of array.
1513
1514         PR debug/43329
1515         * tree-inline.c (remap_decls): Put old_var rather than origin_var
1516         into *nonlocalized_list vector.
1517         * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
1518         even if origin is non-NULL.
1519         (gen_variable_die): Likewise.
1520         (process_scope_var): Don't change origin.
1521         (gen_decl_die): Likewise.
1522         * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
1523         before adding new edges instead of after it, fix moving over
1524         debug stmts.
1525
1526 2010-03-11  David S. Miller  <davem@davemloft.net>
1527
1528         * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
1529         of four.
1530         * configure: Rebuild.
1531
1532 2010-03-11  Martin Jambor  <mjambor@suse.cz>
1533
1534         PR tree-optimization/43257
1535         * tree.c (assign_assembler_name_if_neeeded): New function.
1536         (free_lang_data_in_cgraph): Assembler name assignment moved to the
1537         above new function.
1538         * tree.h (assign_assembler_name_if_neeeded): Declare.
1539         * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
1540         the function if needed.
1541
1542 2010-03-11  Chris Demetriou  <cgd@google.com>
1543
1544         * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
1545         include/stdint-gcc.h, and include/stdint.h world-readable.
1546
1547 2010-03-11  Richard Guenther  <rguenther@suse.de>
1548
1549         PR tree-optimization/43255
1550         * tree-vrp.c (process_assert_insertions_for): Do not insert
1551         asserts for trivial conditions.
1552
1553 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1554
1555         PR tree-optimization/43280
1556         * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
1557         generation.  Move calculation of size out of the if branch.
1558         (find_bswap): Modify compare number generation.
1559
1560 2010-03-11  Richard Guenther  <rguenther@suse.de>
1561
1562         PR lto/43200
1563         * lto-streamer-in.c (maybe_fixup_decls): Simplify.
1564         (input_gimple_stmt): Fixup handled component types during
1565         operand read.  Also fix up decls in ADDR_EXPRs.
1566
1567 2010-03-10  Eric Botcazou  <ebotcazou@adacore.com>
1568
1569         * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
1570         * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
1571
1572 2010-03-10  Jan Hubicka  <jh@suse.cz>
1573
1574         PR c/43288
1575         * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
1576         * varasm.c (get_variable_section): Don't do that here...
1577         (make_decl_rtl): ... and here.
1578         (do_assemble_alias): Produce decl RTL.
1579         (assemble_alias): Likewise.
1580
1581 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
1582
1583         PR debug/43290
1584         * reg-notes.def (REG_CFA_SET_VDRAP): New note.
1585         * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
1586         of fde->vdrap_reg.
1587         (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
1588         (based_loc_descr): Only express drap or vdrap regno based expressions
1589         using DW_OP_fbreg when not optimizing.
1590         * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
1591         make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
1592         REG_CFA_SET_VDRAP note.
1593
1594 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
1595
1596         PR tree-optimization/43236
1597         * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
1598         error in calculation of base address in reverse iteration case.
1599         (generate_builtin): Take number of latch executions if the statement
1600         is in the latch.
1601
1602 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
1603
1604         PR middle-end/42859
1605         * tree-eh.c: Include pointer-set.h.
1606         (lower_eh_dispatch): Filter out duplicate case labels and
1607         remove the unneeded edge when the label is unused.  Return
1608         true when some edges are removed.
1609         (execute_lower_eh_dispatch): When any lowering resulted in
1610         removing an edge, also delete unreachable blocks.
1611
1612 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
1613
1614         PR bootstrap/43287
1615         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
1616         UNSPEC_MACHOPIC_OFFSET.
1617
1618 2010-03-09  Andreas Schwab  <schwab@linux-m68k.org>
1619
1620         PR target/43294
1621         * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
1622         (m68k_delegitimize_address): New function.
1623
1624 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
1625
1626         PR debug/43299
1627         * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
1628
1629         PR debug/43299
1630         * var-tracking.c (adjust_sets): New function.
1631         (count_with_sets, add_with_sets): Use it.
1632         (get_adjusted_src): New inline function.
1633         (add_stores): Use it.
1634
1635         PR debug/43304
1636         * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
1637         call cselib_dummy_expand_value_rtx_cb instead of
1638         cselib_expand_value_rtx_cb.
1639
1640         PR debug/43293
1641         * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
1642         * config/i386/i386.c: Include debug.h and dwarf2out.h.
1643         (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
1644         and .cfi_endproc around the pic thunks.
1645         (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
1646         all queued unwind info register saves are saved before the call.
1647         For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
1648         considered as sp-=4 for unwind info and the pop as sp+=4 which
1649         also clobbers dest, but doesn't actually restore it.
1650
1651         PR debug/43290
1652         * config/i386/i386.c (ix86_get_drap_rtx): Don't set
1653         RTX_FRAME_RELATED_P.
1654
1655 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1656
1657         * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
1658         whitespaces in output template.
1659
1660 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1661
1662         * ira-lives.c (check_and_make_def_use_conflict): Don't fall
1663         out array boundary.
1664
1665 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
1666
1667         * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
1668         builtins.exp in a separate job.
1669
1670 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
1671
1672         * graphite-sese-to-poly.c (add_param_constraints): Use
1673         lower_bound_in_type and upper_bound_in_type.
1674
1675 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
1676
1677         * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
1678         instead of unsigned_type_node.
1679
1680 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
1681             Reza Yazdani  <reza.yazdani@amd.com>
1682
1683         PR middle-end/43065
1684         * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
1685         on pointer type parameters.
1686
1687 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
1688
1689         PR middle-end/42644
1690         PR middle-end/42130
1691         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
1692         handle conversions from pointer to integers.
1693         (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
1694         induction variable, to be able to work with code generated by CLooG.
1695         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
1696         (build_poly_scop): Bail out if we cannot codegen a loop.
1697
1698 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
1699
1700         * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
1701         code generation with gloog_error.
1702
1703 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
1704
1705         * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
1706         Call fold_convert on all the returned values.
1707         (expand_scalar_variables_expr): Pass to
1708         expand_scalar_variables_ssa_name the type of the resulting expression.
1709
1710 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
1711
1712         * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
1713         ppl_min_for_le_pointset.
1714         Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
1715         * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
1716
1717 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
1718
1719         * graphite-dependences.c (map_into_dep_poly): Removed.
1720         (dependence_polyhedron_1): Use combine_context_id_scat.
1721
1722 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
1723
1724         * graphite-poly.h (struct poly_scattering): Add layout documentation.
1725         (struct poly_bb): Same.
1726         (combine_context_id_scat): New.
1727
1728 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
1729
1730         PR middle-end/42326
1731         * sese.c (name_defined_in_loop_p): Return false for default
1732         definitions.
1733
1734 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
1735
1736         * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
1737         and clean up the logic.
1738
1739 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
1740
1741         * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
1742         early return.
1743
1744 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
1745
1746         * var-tracking.c (remove_cselib_value_chains): Define only for
1747         ENABLE_CHECKING.
1748         (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
1749         delete_slot_part, emit_notes_for_differences_1): Don't call
1750         remove_cselib_value_chains here.
1751         (set_slot_part, emit_notes_for_differences_2): Don't call
1752         add_cselib_value_chains here.
1753         (preserved_values): New vector.
1754         (preserve_value): New function.
1755         (add_uses, add_stores, vt_add_function_parameters): Use it
1756         instead of cselib_preserve_value.
1757         (changed_values_stack): New vector.
1758         (check_changed_vars_0): New function.
1759         (check_changed_vars_1, check_changed_vars_2): Use it.
1760         (emit_notes_for_changes): Call set_dv_changed (*, false) on all
1761         changed_values_stack VALUEs.
1762         (vt_emit_notes): For all preserved_values call
1763         add_cselib_value_chains.  If ENABLE_CHECKING call
1764         remove_cselib_value_chains before verifying value_chains is empty.
1765         Initialize and free changed_values_stack.
1766         (vt_initialize): Initialize preserved_values.
1767         (vt_finalize): Free preserved_values.
1768
1769 2010-03-08  Richard Guenther  <rguenther@suse.de>
1770
1771         PR tree-optimization/43269
1772         * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
1773         region detection.
1774
1775 2010-03-08  Martin Jambor  <mjambor@suse.cz>
1776
1777         * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
1778         (ipa_is_param_called): Removed.
1779         * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
1780         (ipa_print_node_params): Do not print the called flag.
1781         (ipa_write_node_info): Do not stream the called flag.
1782         (ipa_read_node_info): Likewise.
1783
1784 2010-03-07  Jakub Jelinek  <jakub@redhat.com>
1785
1786         PR debug/43176
1787         * Makefile.in (var-tracking.o): Depend on pointer-set.h.
1788         * cselib.c (struct expand_value_data): Add dummy field.
1789         (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
1790         dummy to false.
1791         (cselib_dummy_expand_value_rtx_cb): New function.
1792         (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
1793         any rtl.
1794         * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
1795         * var-tracking.c: Include pointer-set.h.
1796         (variable): Change n_var_parts to char from int.  Add
1797         cur_loc_changed and in_changed_variables fields.
1798         (variable_canonicalize): Remove.
1799         (shared_var_p): New inline function.
1800         (unshare_variable): Maintain cur_loc_changed and
1801         in_changed_variables fields.  If var was in changed_variables,
1802         replace it there with new_var.  Just copy cur_loc instead of
1803         resetting it to something else.
1804         (variable_union): Don't recompute cur_loc.  Use shared_var_p.
1805         (dataflow_set_union): Don't call variable_canonicalize.
1806         (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
1807         of their DEBUG_EXPR_TREE_DECLs.
1808         (canonicalize_loc_order_check): Verify that cur_loc is NULL
1809         and in_changed_variables and cur_loc_changed is false.
1810         (variable_merge_over_cur): Clear cur_loc, in_changed_variables
1811         and cur_loc_changed.  Don't update cur_loc here.
1812         (variable_merge_over_src): Don't call variable_canonicalize.
1813         (dataflow_set_preserve_mem_locs): Use shared_var_p.  When
1814         removing loc that is equal to cur_loc, clear cur_loc,
1815         set cur_loc_changed and ensure variable_was_changed is called.
1816         (dataflow_set_remove_mem_locs): Use shared_var_p.  Only
1817         compare pointers in cur_loc check, if it is equal to loc,
1818         clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
1819         (variable_different_p): Remove compare_current_location argument,
1820         don't compare cur_loc.
1821         (dataflow_set_different_1): Adjust variable_different_p caller.
1822         (variable_was_changed): If dv had some var in changed_variables
1823         already, reset in_changed_variables flag for it and propagate
1824         cur_loc_changed over to the new variable.  On empty var
1825         always set cur_loc_changed.  Set in_changed_variables on whatever
1826         var is added to changed_variables.
1827         (set_slot_part): Clear cur_loc_changed and in_changed_variables.
1828         Use shared_var_p.  When removing loc that is equal to cur_loc,
1829         clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
1830         end, don't set it to something else, just call variable_was_changed.
1831         (delete_slot_part): Use shared_var_p.  When cur_loc equals to
1832         loc being removed, clear cur_loc and set cur_loc_changed.
1833         Set cur_loc_changed if all locations have been removed.
1834         (struct expand_loc_callback_data): New type.
1835         (vt_expand_loc_callback): Add dummy mode in which no rtxes are
1836         allocated.  Always create SUBREGs if simplify_subreg failed.
1837         Prefer to use cur_loc, when that fails and still in
1838         changed_variables (and seen first time) recompute it.  Set
1839         cur_loc_changed of variables which had to change cur_loc and
1840         compute elcd->cur_loc_changed if any of the subexpressions used
1841         had to change cur_loc.
1842         (vt_expand_loc): Adjust to pass arguments in
1843         expand_loc_callback_data structure.
1844         (vt_expand_loc_dummy): New function.
1845         (emitted_notes): New variable.
1846         (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
1847         that weren't used for any other decl in current
1848         emit_notes_for_changes call call vt_expand_loc_dummy to update
1849         cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
1850         first loc_chain location if NULL before.  Always use just
1851         cur_loc instead of first loc_chain location.  When cur_loc_changed
1852         is false, when not --enable-checking=rtl just don't emit any note.
1853         When rtl checking, compute the note and assert it is the same
1854         as previous note.  Clear cur_loc_changed and in_changed_variables
1855         at the end before removing from changed_variables.
1856         (check_changed_vars_3): New function.
1857         (emit_notes_for_changes): Traverse changed_vars to call
1858         check_changed_vars_3 on each changed var.
1859         (emit_notes_for_differences_1): Clear cur_loc_changed and
1860         in_changed_variables.  Recompute cur_loc of new_var.
1861         (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
1862         (vt_emit_notes): Initialize and destroy emitted_notes.
1863
1864 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>
1865
1866         PR rtl-optimization/42220
1867         * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
1868         Use verify_reg_tracked to determine if we should use OP_OUT rather
1869         than OP_INOUT.
1870         (build_def_use): If we see an in-out operand for a register that we
1871         know nothing about, treat is an output if possible, fail the block if
1872         not.
1873
1874 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
1875
1876         PR debug/42897
1877         * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
1878         permanently.
1879
1880 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
1881
1882         PR debug/42897
1883         * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
1884         uses of relevant DEFs that are dead outside the loop too.
1885
1886 2010-03-06  Alexandre Oliva <aoliva@redhat.com>
1887
1888         * var-tracking.c (dataflow_set_merge): Swap src and src2.
1889         Reverted:
1890         2010-01-13  Jakub Jelinek  <jakub@redhat.com>
1891         PR debug/41371
1892         * var-tracking.c (values_to_unmark): New variable.
1893         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
1894         values_to_unmark vector.  Moved body to...
1895         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
1896         instead queue it into values_to_unmark vector.
1897         (vt_find_locations): Free values_to_unmark vector.
1898
1899 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
1900
1901         * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
1902         (site.exp): Export them when plugins are enabled.
1903
1904 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
1905
1906         PR middle-end/42326
1907         * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
1908         that contain scevs.
1909         (chrec_fold_multiply): Same.
1910
1911 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
1912
1913         PR c/43248
1914         * c-decl.c (build_compound_literal): Return early if init is
1915         an error_mark_node.
1916
1917 2010-03-04  Martin Jambor  <mjambor@suse.cz>
1918
1919         PR tree-optimization/43164
1920         PR tree-optimization/43191
1921         * tree-sra.c (type_consists_of_records_p): Reject records with
1922         zero-size bit-fields at the end.
1923
1924 2010-03-04  Mike Stump  <mikestump@comcast.net>
1925
1926         * Makefile.in (TAGS): Remove *.y.
1927
1928 2010-03-04  Richard Guenther  <rguenther@suse.de>
1929
1930         PR tree-optimization/40761
1931         * tree-ssa-pre.c (compute_antic): Walk reverse postorder
1932         in reverse order.
1933         (my_rev_post_order_compute): New function.
1934         (init_pre): Call it.
1935
1936 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
1937
1938         PR middle-end/43209
1939         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
1940         decrease the cost of an IV candidate when the cost is infinite.
1941
1942 2010-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1943
1944         * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
1945         Use '3DNow!' for the extension of that name, ensure normal space
1946         after the string.
1947         * doc/invoke.texi (i386 and x86-64 Options): Likewise.
1948
1949 2010-03-03  Jeff Law  <law@redhat.com>
1950
1951         * PR middle-end/32693
1952         * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
1953         than gen_rtx_SUBREG.
1954         (extract_bit_field_1): Likewise.
1955
1956 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
1957
1958         * doc/sourcebuild.texi (Test directives): Document that arguments
1959         include-opts and exclude-opts are now optional for dg-skip-if,
1960         dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
1961
1962 2010-03-03  Jason Merrill  <jason@redhat.com>
1963
1964         PR c++/12909
1965         * cgraph.h (varpool_node): Add extra_name field.
1966         * varpool.c (varpool_extra_name_alias): New.
1967         (varpool_assemble_decl): Emit extra name aliases.
1968         (varpool_mark_needed_node): Look past an extra name alias.
1969         * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
1970         * lto-streamer-in.c (lto_input_tree): Read it.
1971         * lto-streamer-out.c (output_unreferenced_globals): Write it.
1972
1973 2010-03-03  Eric Botcazou  <ebotcazou@adacore.com>
1974
1975         * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
1976         (sparc*-*-solaris2*): ...this.
1977
1978 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
1979
1980         PR debug/43229
1981         * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
1982         WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
1983         ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
1984         FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
1985
1986         PR debug/43237
1987         * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
1988         fallthrough to default handling, just with want_address 0 instead of 2.
1989         For single element lists, add_AT_loc directly, otherwise create an
1990         artificial variable DIE and stick location list to it.
1991
1992         PR debug/43177
1993         * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
1994         (VAL_EXPR_HAS_REVERSE): Define.
1995         (reverse_op): New function.
1996         (add_stores): For reversible operations add an extra MO_VAL_USE.
1997
1998 2010-03-02  Jason Merrill  <jason@redhat.com>
1999
2000         * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
2001
2002 2010-03-02  Eric Botcazou  <ebotcazou@adacore.com>
2003
2004         * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
2005         (sparc64-*-linux*): Likewise.
2006         (sparc64-*-solaris2*): Include assembler files before linker ones.
2007         (sparc-*-solaris2*): Simplify and reorder to match previous case.
2008         * config/sparc/gas.h: Delete.
2009         * config/sparc/sol2-64.h: Add copyright notice.
2010         * config/sparc/sol2-gas-bi.h: Likewise.
2011         * config/sparc/sol2-gld.h: Likewise.
2012         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
2013         * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
2014         * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
2015         * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
2016         (sparc_elf_asm_named_section): Rename into...
2017         (sparc_solaris_elf_asm_named_section): ...this.  Always define.
2018
2019 2010-03-02  Uros Bizjak  <ubizjak@gmail.com>
2020
2021         * config/alpha/alpha.c (override_options): Fix -mtune error message.
2022
2023 2010-03-02  Jeff Law  <law@redhat.com>
2024
2025         PR middle-end/42431
2026         * reload1.c (rtx_p, substitute_stack): Declare.
2027         (substitute): Record addresses of changed rtxs.
2028         (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
2029         Restore the original rtx when complete.
2030         (reload): Free subsitute_stack when complete.
2031
2032 2010-03-02  Janis Johnson  <janis187@us.ibm.com>
2033
2034         * doc/gccint.texi (menu): Add Testsuites as a chapter.
2035         * doc/sourcebuild.texi (Testsuites): Move up a level to be a
2036         new chapter.
2037         (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
2038         LTO Testing, gcov Testing, profopt Testing, compat Testing,
2039         Torture Tests): Change from subsection to section.
2040
2041 2010-03-02  Jakub Jelinek  <jakub@redhat.com>
2042             Steven Bosscher  <steven@gcc.gnu.org>
2043
2044         * var-tracking.c (vt_initialize): Scan insns in ebb chunks
2045         instead of bb.
2046
2047 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
2048
2049         PR middle-end/42640
2050         * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
2051         the assignment from the new induction variable to the assignment
2052         of the value from the original loop PHI function.
2053
2054 2010-03-01  Janis Johnson  <janis187@us.ibm.com>
2055             Daniel Jacobowitz  <dan@codesourcery.com>
2056
2057         * doc/sourcebuild.texi (Test directives): Clarify options to
2058         dg-skip-if.
2059
2060 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2061
2062         * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
2063         Disable cfi directives unless GCC and gas agree on using read-only
2064         .eh_frame sections for 64-bit.
2065         * configure: Regenerate.
2066
2067 2010-03-01  Richard Guenther  <rguenther@suse.de>
2068
2069         PR tree-optimization/43220
2070         * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
2071         BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
2072
2073 2010-03-01  Richard Guenther  <rguenther@suse.de>
2074             Martin Jambor  <mjambor@suse.cz>
2075
2076         PR middle-end/41250
2077         * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
2078         gimplified parameters.
2079
2080 2010-03-01  Christian Bruel  <christian.bruel@st.com>
2081
2082         * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
2083
2084 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
2085
2086         * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
2087
2088 2010-03-01  Richard Guenther  <rguenther@suse.de>
2089
2090         PR middle-end/43213
2091         * expr.c (expand_assignment): Use the alias-oracle to tell
2092         if the rhs aliases the result decl.
2093
2094 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2095
2096         PR pch/14940
2097         * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
2098         to sol_gt_pch_get_address.
2099         (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
2100         64-bit, SPARC and x86.
2101         (sol_gt_pch_get_address): New function.
2102
2103 2010-03-01  Marco Poletti  <poletti.marco@gmail.com>
2104
2105         * toplev.h (inform_n, error_n): Declare.
2106         * diagnostic.c (inform_n, error_n): New function.
2107
2108 2010-03-01  Jakub Jelinek  <jakub@redhat.com>
2109
2110         * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
2111         has no rtl yet when processing local_decls, queue it and recheck
2112         if deferred stack allocation hasn't assigned it rtl.
2113
2114 2010-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
2115
2116         * config/sh/sh.c (unspec_bbr_uid): New.
2117         (gen_block_redirect): Use it instead of INSN_UID.
2118         (gen_far_branch): Likewise.
2119
2120 2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
2121
2122         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
2123         it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
2124
2125 2010-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2126
2127         * doc/invoke.texi (Warning Options, RX Options): Fix typos.
2128         (Warning Options): -Wno-conversion-null is valid for
2129         Objective-C++ as well.
2130         * doc/tm.texi (Named Address Spaces): Likewise.
2131         * doc/plugins.texi (Plugins): Replace TABs with spaces.
2132         * doc/tree-ssa.texi (Tree SSA): Likewise.
2133
2134 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
2135
2136         PR bootstrap/43202
2137         * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
2138         by default.  Don't set the default arch for
2139         i[34567]86-*-darwin*|x86_64-*-darwin*.
2140
2141 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
2142
2143         PR bootstrap/43202
2144         * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
2145         default.  Set the default 32bit/64bit archs with $with_arch
2146         instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
2147
2148 2010-02-27  Richard Guenther  <rguenther@suse.de>
2149
2150         PR tree-optimization/43186
2151         * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
2152         * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
2153         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
2154         unroller iterations.
2155
2156 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
2157
2158         * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
2159         required and i[34567]86-*-* targets don't support 64bit ISA.
2160
2161 2010-02-26  Eric Botcazou  <ebotcazou@adacore.com>
2162
2163         PR ada/43096
2164         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
2165         the same alias set.
2166
2167 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
2168
2169         * config.gcc: Set the default arch at least to Prescott for
2170         i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
2171         if SSE math is enabled.
2172
2173 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2174
2175         * diagnostic.c (diagnostic_initialize): Update.
2176         (diagnostic_report_diagnostic): Test inhibit_notes_p for
2177         informative notes.
2178         * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
2179         (diagnostic_inhibit_notes): New.
2180         * toplev.c (process_options): inhibit notes with -fcompare-debug.
2181
2182 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2183
2184         PR c/20631
2185         * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
2186         * doc/standards.texi: Likewise.
2187         * doc/extend.texi: Likewise.
2188         * doc/trouble.texi: Likewise.
2189         * doc/cppopts.texi: Likewise.
2190         * doc/install.texi: Likewise.
2191         * c.opt (std=c90,std=gnu90): New options.
2192         * c-opts.c (c_common_handle_option): Handle them.
2193
2194 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2195
2196         PR c/24577
2197         * c-decl.c (undeclared_variable): Use an informative note.
2198
2199 2010-02-26  Richard Guenther  <rguenther@suse.de>
2200
2201         PR tree-optimization/43186
2202         * gimple.h (gimple_fold): Remove.
2203         * gimple.c (gimple_fold): Remove.  Inline into single user ...
2204         * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
2205         Try harder for conditions.
2206
2207 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
2208
2209         PR debug/43190
2210         * function.c (used_types_insert): Don't skip through named pointer
2211         types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
2212         and it is different from the main variant's type.
2213
2214 2010-02-26  Nick Clifton  <nickc@redhat.com>
2215
2216         * config/rx/rx.md (sminsi3): Remove bogus alternative.
2217
2218 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
2219
2220         * config.gcc: Support --with-fpmath=sse for x86.
2221
2222         * config/i386/ssemath.h: New.
2223
2224         * doc/install.texi (--with-fpmath=sse): Documented.
2225
2226 2010-02-26  Richard Guenther  <rguenther@suse.de>
2227
2228         PR tree-optimization/43188
2229         * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
2230         vector types of over-aligned element type.
2231
2232 2010-02-26  Uros Bizjak  <ubizjak@gmail.com>
2233
2234         PR target/43175
2235         * config/i386/i386.c (expand_vec_perm_blend): Use correct
2236         operands in V8HImode subregs.  Fix operand order in VEC_MERGE rtx.
2237
2238 2010-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2239
2240         * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
2241
2242 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
2243
2244         * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
2245         * var-tracking.c: Include diagnostic.h.
2246         (debug_dv): New function.
2247         (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
2248
2249         PR debug/43160
2250         * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
2251         (add_value_chain, add_value_chains, remove_value_chain,
2252         remove_value_chains): Handle DEBUG_EXPRs.
2253         (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
2254
2255         PR debug/43161
2256         * regcprop.c (struct queued_debug_insn_change): New type.
2257         (struct value_data_entry): Add debug_insn_changes field.
2258         (struct value_data): Add n_debug_insn_changes field.
2259         (debug_insn_changes_pool): New variable.
2260         (free_debug_insn_changes, apply_debug_insn_changes,
2261         cprop_find_used_regs_1, cprop_find_used_regs): New functions.
2262         (kill_value_one_regno): Call free_debug_insn_changes if needed.
2263         (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
2264         fields.
2265         (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
2266         changes for them.
2267         (copyprop_hardreg_forward_1): Don't call apply_change_group for
2268         DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
2269         changes, call cprop_find_used_regs via note_stores.
2270         (copyprop_hardreg_forward): When copying vd from predecessor
2271         which has any queued DEBUG_INSN changes, make sure the pointers are
2272         cleared.  At the end call df_analyze and then if there are any
2273         DEBUG_INSN changes queued at the end of some basic block for still
2274         live registers, apply them.
2275         (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
2276
2277 2010-02-25  Uros Bizjak  <ubizjak@gmail.com>
2278
2279         * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
2280         (arm*-*-*): Ditto.
2281
2282 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
2283
2284         * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
2285         targets.  Set the default with_cpu/with_arch from arch/cpu.
2286         Allow x86-64 and native for with_cpu/with_arch.
2287
2288 2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>
2289
2290         * ebitmap.c: Change calls to verify_popcount with calls to
2291         sbitmap_verify_popcount.
2292         (ebitmap_clear_bit): Fixed map->cacheindex test and
2293         map>cache update when bit clearing results in an empty
2294         element.
2295
2296 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
2297
2298         PR target/43154
2299         * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
2300         (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
2301         and support both V2DF and V2DI modes.
2302         (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
2303         support both V2DF and V2DI modes.
2304         (general): Delete trailing whitespace from a few patterns.
2305
2306         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2307         V2DF/V2DI interleave high/low builtins.
2308
2309         * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
2310         new VSX builtins.
2311
2312         * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
2313         interleave high/low functions.
2314
2315 2010-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
2316
2317         * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
2318         #pragma extern_prefix.
2319
2320 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
2321
2322         PR debug/43166
2323         * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
2324         BLKmode, assert op0 is a MEM and just adjust its mode.
2325
2326         PR debug/43165
2327         * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
2328         if bitpos isn't multiple of mode's bitsize.
2329
2330 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2331
2332         * c.opt (-ftemplate-depth=): New.
2333         (-ftemplate-depth-): Deprecate.
2334         * optc-gen.awk: Handle -ftemplate-depth=.
2335         * opth-gen.awk: Likewise.
2336         * c-opts.c (c_common_handle_option): Likewise.
2337         * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
2338
2339 2010-02-24  Jason Merrill  <jason@redhat.com>
2340
2341         * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
2342
2343 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2344
2345         * cfg.c (alloc_aux_for_block): Remove inline.
2346         (alloc_aux_for_edge): Likewise.
2347
2348 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2349
2350         * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
2351
2352 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2353
2354         * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
2355         * config/i386/sol2-gas.h: New file.
2356         * config.gcc (i[34567]86-*-solaris2*): Use it.
2357
2358 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2359
2360         PR c/43128
2361         * c-typeck.c (ep_convert_and_check): New.
2362         (build_conditional_expr): Use it.
2363         (build_binary_op): Likewise.
2364
2365 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
2366
2367         * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
2368
2369         PR debug/43150
2370         * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
2371         bounds even for -O+.
2372         * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
2373         expr needs to have DECL_NAME set.
2374
2375 2010-02-24  Nick Clifton  <nickc@redhat.com>
2376
2377         * config/mep/mep.c: Include gimple.h.
2378         (mep_function_uses_sp): Delete unused function.
2379         (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
2380         parameters.  Use unsigned integers to count args.  Return a
2381         NULL_RTX instead of an error_mark_node.  Toidy up formatting.
2382
2383 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
2384
2385         PR target/43107
2386         * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
2387         greater or equal to nelt instead of 2 * nelt.
2388         (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
2389         with nelt - 1.
2390
2391 2010-02-23  Jason Merrill  <jason@redhat.com>
2392
2393         PR debug/42800
2394         * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
2395         in cfun->local_decls even if they have register types.
2396
2397         PR c++/42837
2398         * stor-layout.c (place_field): Don't warn about unnecessary
2399         DECL_PACKED if the type is packed.
2400
2401 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
2402
2403         PR target/43139
2404         * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
2405         GOTOFF relocs, even when the base reg isn't pic pointer.
2406
2407 2010-02-23  Michael Matz  <matz@suse.de>
2408
2409         PR debug/43077
2410         * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
2411         (expand_gimple_basic_block): Generate and use debug temps if there
2412         are debug uses left after the last real use of TERed ssa names.
2413         Unlink debug immediate uses when they are expanded.
2414
2415 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2416
2417         PR 43123
2418         * config/i386/i386.c (override_options): Reorganise to provide
2419         better error messages.
2420
2421 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
2422
2423         PR middle-end/43083
2424         * graphite-scop-detection.c (create_single_exit_edge): Move
2425         the call to find_single_exit_edge to....
2426         (create_sese_edges): ...here.  Don't handle multiple edges
2427         exiting the function.
2428         (build_graphite_scops): Don't handle multiple edges
2429         exiting the function.
2430
2431 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
2432
2433         PR middle-end/43097
2434         * sese.c (get_rename): Assert that old_name is an SSA_NAME.
2435         (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
2436
2437 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
2438
2439         PR middle-end/43026
2440         * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
2441
2442 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2443
2444         PR c++/43126
2445         * c-typeck.c (convert_arguments): Print declaration location.
2446         * c-common.c (validate_nargs): Rename as
2447         builtin_function_validate_nargs.
2448         (check_builtin_function_arguments): Update.
2449
2450 2010-02-22  Richard Guenther  <rguenther@suse.de>
2451
2452         PR lto/43045
2453         * tree-inline.c (declare_return_variable): Use the type of
2454         the call stmt lhs if available.
2455
2456 2010-02-22  Duncan Sands  <baldrick@free.fr>
2457
2458         * passes.c (register_pass): Always consider all pass lists when
2459         ref_pass_instance_number is zero.
2460
2461 2010-02-22  Richard Guenther  <rguenther@suse.de>
2462
2463         PR tree-optimization/42749
2464         * tree-tailcall.c (adjust_return_value_with_ops): Drop update
2465         parameter.  Do arithmetic in the original type.
2466         (update_accumulator_with_ops): Likewise.
2467         (adjust_accumulator_values): Adjust.
2468
2469 2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2470
2471         * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
2472         (QI to BLKmode splitter): New splitter.
2473
2474 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
2475
2476         * config/i386/i386.c (initial_ix86_tune_features): Turn on
2477         X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
2478
2479 2010-02-22  Richard Guenther  <rguenther@suse.de>
2480
2481         * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
2482
2483 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
2484
2485         Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
2486         * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
2487         ($(T)crti.o, $(T)crtn.o): Remove rules.
2488
2489 2010-02-21  Tobias Burnus  <burnus@net-b.de>
2490
2491         PR fortran/35259
2492         * doc/invoke.texi (-fassociative-math): Document that this
2493         option is automatically enabled for Fortran.
2494
2495 2010-02-20  David S. Miller  <davem@davemloft.net>
2496
2497         * configure.ac: Test if linker and assembler properly support
2498         GOTDATA_OP relocations.
2499         * configure: Rebuild.
2500         * config.in: Likewise.
2501         * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
2502         (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
2503         (movsi_high_pic): Likewise.
2504         (movdi_lo_sum_pic): Likewise.
2505         (movdi_high_pic): Likewise.
2506         (movsi_pic_gotdata_op): New pattern.
2507         (movdi_pic_gotdata_op): Likewise.
2508         * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
2509         emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
2510
2511 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
2512
2513         PR target/43067
2514         * config/i386/sse.md (xop_mulv2div2di3_low): Change type
2515         attribute to ssemul.
2516         (xop_mulv2div2di3_high): Ditto.
2517
2518 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2519
2520         PR c++/35669
2521         * c.opt (Wconversion-null): New option.
2522         * doc/invoke.texi (Wconversion-null): Document.
2523
2524 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2525
2526         * common.opt (Wlarger-than-): Add Undocumented.
2527
2528 2010-02-19  Mike Stump  <mikestump@comcast.net>
2529
2530         * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
2531
2532 2010-02-19  Jason Merrill  <jason@redhat.com>
2533
2534         PR target/40332
2535         * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
2536         * configure: Likewise.
2537
2538 2010-02-20  Alan Modra  <amodra@gmail.com>
2539
2540         PR middle-end/42344
2541         * cgraph.h (cgraph_make_decl_local): Declare.
2542         * cgraph.c (cgraph_make_decl_local): New function.
2543         (cgraph_make_node_local): Use it.
2544         * cgraphunit.c (cgraph_function_versioning): Likewise.
2545         * ipa.c (function_and_variable_visibility): Likewise.
2546
2547 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
2548
2549         PR bootstrap/43121
2550         * except.c (sjlj_emit_function_enter): Don't call
2551         add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
2552         directly.
2553         * rtl.h (add_reg_br_prob_note): Remove prototype.
2554
2555 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2556
2557         PR 41779
2558         * c-common.c (conversion_warning): Remove widening conversions
2559         before checking the conversion of integers to reals.
2560
2561 2010-02-19  Mike Stump  <mikestump@comcast.net>
2562
2563         PR middle-end/43125
2564         * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
2565
2566         PR objc/43061
2567         * cgraphunit.c (process_function_and_variable_attributes): Check
2568         DECL_PRESERVE_P instead of looking up attribute "used".
2569         * ipa-pure-const.c (check_decl): Likewise.
2570         * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
2571         * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
2572         * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
2573         instead of attribute "used".
2574         * config/sol2-c.c (solaris_pragma_init): Likewise.
2575         (solaris_pragma_fini): Likewise.
2576
2577 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
2578
2579         * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
2580         Use XCNEW instead of xcalloc.
2581         (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
2582         XNEW instead of xmalloc.
2583         (get_fields): Use XNEWVEC instead of xmalloc.
2584
2585         PR debug/43084
2586         * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
2587         populate vars array.
2588         (create_new_general_access): For debug stmts just reset value.
2589         (get_stmt_accesses): For accesses within debug stmts just record them
2590         using add_access_to_acc_sites instead of preventing the peeling or
2591         counting them as accesses.
2592
2593         PR middle-end/42233
2594         * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
2595
2596 2010-02-19  Richard Guenther  <rguenther@suse.de>
2597
2598         PR tree-optimization/42916
2599         * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
2600         instructions.
2601
2602 2010-02-19  Andreas Schwab  <schwab@linux-m68k.org>
2603
2604         * configure.ac: Replace all uses of changequote in macro arguments
2605         with proper quoting.
2606
2607 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
2608
2609         PR middle-end/42233
2610         * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
2611
2612 2010-02-19  Richard Guenther  <rguenther@suse.de>
2613
2614         PR tree-optimization/42944
2615         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
2616         test for aliasing with errno.
2617
2618 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
2619
2620         PR middle-end/42233
2621         * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
2622         do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
2623         * dojump.c: Include output.h.
2624         (inv): New inline function.
2625         (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
2626         do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
2627         do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
2628         do_jump_by_parts_equality, do_compare_and_jump): Add PROB
2629         argument, pass it down to other calls.
2630         (do_compare_rtx_and_jump): Likewise.  If PROB is not -1,
2631         add REG_BR_PROB note to the conditional jump.
2632         * cfgexpand.c (add_reg_br_prob_note): Removed.
2633         (expand_gimple_cond): Don't call it, add the probability
2634         as last argument to jumpif_1/jumpifnot_1.
2635         * Makefile.in (dojump.o): Depend on output.h.
2636         * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
2637         callers.
2638         * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
2639         * stmt.c (do_jump_if_equal): Likewise.
2640         * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
2641         * loop-unswitch.c (compare_and_jump_seq): Likewise.
2642         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
2643         Likewise.
2644         * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
2645         * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
2646         jumpifnot_1 callers.
2647         (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
2648         callers.
2649         (store_expr): Adjust jumpifnot caller.
2650         (store_constructor): Adjust jumpif caller.
2651
2652         PR middle-end/42233
2653         * gimplify.c (gimple_boolify): For __builtin_expect call
2654         gimple_boolify also on its first argument.
2655
2656 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
2657
2658         * configure.ac (gnu-unique-object): Wrap regexps using [] in
2659         changequote block.
2660         (__stack_chk_fail): Ditto.  Remove quadrigraphs.
2661         * configure: Regenerated.
2662
2663 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2664
2665         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
2666         lang_hooks.types_compatible_p instead of comptypes.
2667
2668 2010-02-18  Sebastian Huber <sebastian.huber@embedded-brains.de>
2669
2670         * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
2671         (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
2672         if __prefer_thumb__ is defined.
2673
2674 2010-02-18  Martin Jambor  <mjambor@suse.cz>
2675
2676         PR tree-optimization/43066
2677         * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
2678         array with zero-sized element type.
2679
2680 2010-02-18  Jakub Jelinek  <jakub@redhat.com>
2681
2682         * dwarf2out.c (add_var_loc_to_decl): Change last argument to
2683         rtx, allocate struct var_loc_node here and return it to the
2684         caller, and only if it is actually needed.
2685         (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
2686         move it earlier and return immediately if it returns NULL.
2687
2688 2010-02-17  Mikael Pettersson  <mikpe@it.uu.se>
2689
2690         * config/sparc/gas.h: New file.  Restore
2691         TARGET_ASM_NAMED_SECTION to its ELF default.
2692         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
2693         check !HAVE_GNU_AS.
2694         * config/sparc/sparc.c (sparc_elf_asm_named_section):
2695         Likewise.  Add ATTRIBUTE_UNUSED to prototype.
2696         * config.gcc (sparc*-*-linux*): Include sparc/gas.h
2697         after sparc/sysv4.h.
2698
2699 2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
2700
2701         * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
2702
2703 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
2704
2705         * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
2706         patterns from predicated pattern.
2707
2708 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
2709
2710         PR target/43103
2711         * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
2712         for insn mnemonic suffix.
2713
2714 2010-02-17  Richard Guenther  <rguenther@suse.de>
2715
2716         * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
2717         to loop PHI nodes.
2718
2719 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
2720
2721         PR debug/42918
2722         * caller-save.c (save_call_clobbered_regs): If BB ends with
2723         a DEBUG_INSN, move any notes in between last real insn and the last
2724         DEBUG_INSN after the last DEBUG_INSN.
2725
2726 2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
2727
2728         * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
2729         Fix return type.  Fix argument type.  Explain meaning of return value.
2730
2731 2010-02-16  Richard Guenther  <rguenther@suse.de>
2732
2733         PR tree-optimization/41043
2734         * tree-vrp.c  (vrp_var_may_overflow): Only ask SCEV for real loops.
2735         (vrp_visit_assignment_or_call): Do not ask SCEV for regular
2736         statements ...
2737         (vrp_visit_phi_node): ... but only for loop PHI nodes.
2738
2739 2010-02-16  Ira Rosen <irar@il.ibm.com>
2740
2741         PR tree-optimization/43074
2742         * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
2743         * tree-vect-loop.c (vect_analyze_loop_operations): Add
2744         vectorizable cycles in hybrid SLP check.
2745         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
2746
2747 2010-02-16  Richard Guenther  <rguenther@suse.de>
2748
2749         * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
2750         (true_dependence): If memrefs_conflict_p computes must-alias
2751         trust it.  Move TBAA check after offset-based disambiguation.
2752         (canon_true_dependence): Likewise.
2753
2754 2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
2755
2756         * params.def (PARAM_MAX_VARTRACK_SIZE): New.
2757         * doc/invoke.texi: Document it.
2758         * var-tracking.c: Include toplev.h and params.h.
2759         (vt_find_locations): Return bool indicating success.  Compute
2760         hash sizes unconditionally.  Check new parameter, report.
2761         (variable_tracking_main_1): Check vt_find_locations results and
2762         retry.  Renamed from...
2763         (variable_tracking_main): ... this.  New wrapper to preserve
2764         flag_var_tracking_assignments.
2765         * Makefile.in (var-tracking.o): Adjust dependencies.
2766
2767 2010-02-16  Jack Howarth <howarth@bromo.med.uc.edu>
2768             Jakub Jelinek <jakub@redhat.com>
2769
2770         PR target/42854
2771         * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
2772         if weak_import attribute is present.
2773         * config/darwin.c (machopic_select_section): Likewise.
2774
2775 2010-02-15  Joern Rennecke  <joern.rennecke@embecosm.com>
2776
2777         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
2778         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
2779         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
2780         (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
2781
2782         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument types.
2783
2784         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
2785         Fix argument types.
2786
2787         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
2788         Rewrite text to refer to the names.
2789
2790 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
2791
2792         * config/i386/i386-builtin-types.def
2793         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
2794         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
2795         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
2796         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
2797         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
2798         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
2799         IX86_BUILTIN_VPERMIL2PS256.
2800         (MULTI_ARG_4_DF2_DI_I): Defined.
2801         (MULTI_ARG_4_DF2_DI_I1): Defined.
2802         (MULTI_ARG_4_SF2_SI_I): Defined.
2803         (MULTI_ARG_4_SF2_SI_I1): Defined.
2804         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
2805         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
2806         __builtin_ia32_vpermil2ps256.
2807         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
2808         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
2809         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
2810         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
2811         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
2812         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
2813         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
2814         CODE_FOR_xop_vpermil2v8sf3.
2815         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
2816         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
2817         * config/i386/xopintrin.h (_mm_permute2_pd): New.
2818         (_mm256_permute2_pd): New.
2819         (_mm_permute2_ps): New.
2820         (_mm256_permute2_ps): New.
2821
2822 2010-02-15  Nick Clifton  <nickc@redhat.com>
2823
2824         * config/h8300/h8300.c (h8300_push_pop): Use bool type for
2825         boolean parameters.  Use emit_jump_insn when emitting a pop
2826         instruction containing a return insn.
2827         (push): Use 'true' rather than '1' as second parameter to F.
2828         (h8300_expand_prologue): Likewise.
2829         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
2830         (h8300_expand_epilogue): Likewise.
2831
2832 2010-02-15  Richard Guenther  <rguenther@suse.de>
2833
2834         PR middle-end/43068
2835         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
2836         if that is zero.
2837
2838 2010-02-15  Nick Clifton  <nickc@redhat.com>
2839
2840         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
2841         delta.
2842
2843 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
2844
2845         * intl.c (fake_ngettext): New function.
2846         * intl.h (fake_ngettext): Declare.
2847         (ngettext): Define macro.
2848         * collect2.c (notice_translated): New function.
2849         (main): Use notice_translated and ngettext.
2850         * collect2.h (notice_translated): Declare.
2851
2852 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
2853
2854         * reorg.c (delete_computation): Comment fixes.
2855         * caller-save.c (setup_save_areas): Idem.
2856         * sel-sched-dump.c (dump_lv_set): Idem.
2857         * rtl.def: Idem.
2858
2859 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2860
2861         * config/s390/s390.c (s390_sched_init): New function.
2862         (TARGET_SCHED_INIT): Target hook defined.
2863
2864 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
2865             Jack Howarth  <howarth@bromo.med.uc.edu>
2866             Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
2867
2868         PR target/42982
2869         Partial revert of unintended change in fix for PR41605.
2870         * config/darwin.h: Fix typo.
2871         * config/darwin9.h: Same.
2872
2873 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
2874
2875         * c-pch.c (pch_init): Clear v.
2876
2877 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
2878
2879         PR middle-end/42930
2880         * graphite-scop-detection.c (graphite_can_represent_scev): Call
2881         graphite_can_represent_init for MULT_EXPR.
2882
2883 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
2884
2885         PR middle-end/42914
2886         PR middle-end/42530
2887         * graphite-sese-to-poly.c (remove_phi): New.
2888         (translate_scalar_reduction_to_array): Call remove_phi.
2889
2890 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
2891
2892         PR middle-end/42771
2893         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
2894         * graphite-clast-to-gimple.h (gloog): Update declaration.
2895         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
2896         * graphite-poly.h (struct poly_bb): Add missing comments.
2897         (struct scop): Add poly_scop_p field.
2898         (POLY_SCOP_P): New.
2899         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
2900         * graphite.c (graphite_transform_loops): Build the polyhedral
2901         representation for each scop before code generation.
2902         * sese.c (rename_variables_in_operand): Removed.
2903         (rename_variables_in_expr): Return the renamed expression.
2904         (rename_sese_parameters): New.
2905         * sese.h (rename_sese_parameters): Declared.
2906
2907 2010-02-11  Richard Guenther  <rguenther@suse.de>
2908
2909         PR tree-optimization/42998
2910         * tree-ssa-pre.c (create_expression_by_pieces): Treat
2911         POINTER_PLUS_EXPR properly.
2912
2913 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
2914             Changpeng Fang  <changpeng.fang@amd.com>
2915
2916         PR middle-end/40886
2917         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
2918         the cost of an IV candidate when the IV is used in a test against zero.
2919
2920         * gcc.dg/tree-ssa/ivopts-3.c: New.
2921
2922 2010-02-11  Richard Guenther  <rguenther@suse.de>
2923
2924         PR lto/41664
2925         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
2926         pointer-vs-decl case by swapping refs.  Handle some cases
2927         of pointer-vs-decl disambiguations more conservatively.
2928         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
2929         to false after expanding.
2930
2931 2010-02-11  Richard Guenther  <rguenther@suse.de>
2932
2933         PR driver/43021
2934         * gcc.c (process_command): Handle LTO file@offset case more
2935         appropriately.
2936
2937 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
2938
2939         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
2940         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
2941         of DEBUG_INSNs.
2942         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
2943
2944         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
2945         if MEM's mode size isn't DWARF2_ADDR_SIZE.
2946         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
2947         Optimize eq/ne comparisons when both arguments are known to be
2948         zero-extended.
2949         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
2950         Don't mask operands unnecessarily if they are known to be already
2951         zero-extended.
2952
2953 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
2954
2955         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
2956         instead of loop.
2957
2958 2010-02-10  Richard Guenther  <rguenther@suse.de>
2959
2960         PR tree-optimization/43017
2961         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
2962         for wrapping signed arithmetic.
2963
2964 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
2965
2966         PR debug/43010
2967         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
2968         if no debug info should be emitted for it.
2969
2970 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
2971
2972         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
2973         note when flag_exceptions is set.
2974
2975 2010-02-10  Duncan Sands  <baldrick@free.fr>
2976
2977         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
2978
2979 2010-02-10  Richard Guenther  <rguenther@suse.de>
2980
2981         PR c/43007
2982         * tree.c (get_unwidened): Handle constants.
2983         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
2984
2985 2010-02-10  Martin Jambor  <mjambor@suse.cz>
2986
2987         PR lto/42985
2988         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
2989         check for variable argument counts independently.
2990
2991 2010-02-10  Christian Bruel  <christian.bruel@st.com>
2992
2993         PR target/42841
2994         * config/sh/sh.c (find_barrier): Increase length for non delayed
2995         conditional branches.
2996
2997 2010-02-10  Christian Bruel  <christian.bruel@st.com>
2998
2999         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
3000
3001 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
3002
3003         * builtins.c (set_builtin_user_assembler_name): Also handle
3004         ffs if int is smaller than word.
3005
3006 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
3007
3008         PR middle-end/42973
3009         * ira-conflicts.c (get_dup): Remove.
3010         (process_reg_shuffles): Add new parameter.  Use it as an
3011         additional guard for copy generation.
3012         (add_insn_allocno_copies): Rewrite.
3013
3014 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
3015
3016         * common.opt (fsched2-use-traces): Preserved for backward
3017         compatibility.
3018         * doc/invoke.texi: Remove the documentation about option
3019         -fsched2-use-traces.
3020         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
3021         flag_sched2_use_traces.
3022         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
3023         the backward compatibility flag section.
3024
3025 2010-02-09  Richard Guenther  <rguenther@suse.de>
3026
3027         PR tree-optimization/43008
3028         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
3029         make HEAP variables initialized from global memory if they
3030         are not known builtin functions.
3031         (find_func_aliases): Adjust.
3032
3033 2010-02-09  Richard Guenther  <rguenther@suse.de>
3034
3035         PR tree-optimization/43000
3036         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
3037         arithmetic manually.
3038
3039 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
3040
3041         PR tree-optimization/42931
3042         * tree-loop-linear.c (try_interchange_loops): Don't call
3043         double_int_mul if estimated_loop_iterations failed.
3044
3045 2010-02-08  Martin Jambor  <mjambor@suse.cz>
3046
3047         PR middle-end/42898
3048         * tree-sra.c (build_accesses_from_assign): Do not mark in
3049         should_scalarize_away_bitmap if stmt has volatile ops.
3050         (sra_modify_assign): Do not process assigns piecemeal if if stmt
3051         has volatile ops.
3052
3053 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
3054
3055         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
3056
3057 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
3058
3059         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
3060         before the pattern.
3061
3062 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
3063
3064         PR middle-end/42946
3065         * df-core.c (df_finish_pass): Change type of saved_flags to int.
3066
3067 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
3068
3069         PR middle-end/42988
3070         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
3071         to unknown_dependence.
3072         (graphite_legal_transform_dr): Handle the unknown_dependence.
3073         (graphite_carried_dependence_level_k): Same.
3074
3075 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
3076
3077         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
3078
3079 2010-02-07  Richard Guenther  <rguenther@suse.de>
3080
3081         PR middle-end/42991
3082         * expr.c (get_inner_reference): Always initialize *pbitsize.
3083
3084 2010-02-07  Richard Guenther  <rguenther@suse.de>
3085
3086         PR middle-end/42956
3087         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
3088         new ARRAY_REFs on variable size element or minimal index arrays.
3089         Complete.
3090         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
3091         gimple_fold_indirect_ref.
3092
3093 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
3094
3095         PR target/42957
3096         * arm.c (arm_override_options): Just return if the user has specified
3097         an invalid fpu name.
3098
3099 2010-02-03  Jason Merrill  <jason@redhat.com>
3100
3101         PR c++/42870
3102         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
3103         i386_pe_maybe_record_exported_symbol.
3104
3105 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
3106
3107         PR target/42924
3108         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
3109         (pa_delegitimize_address): New function.
3110
3111 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
3112
3113         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
3114         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
3115
3116 2010-02-05  Richard Guenther  <rguenther@suse.de>
3117
3118         PR lto/42762
3119         * lto-streamer-in.c (get_resolution): Deal with references
3120         to undefined functions.
3121
3122 2010-02-05  Richard Guenther  <rguenther@suse.de>
3123
3124         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
3125         (fold_const_aggregate_ref): Likewise.
3126         (ccp_fold_stmt): Substitute loads.
3127         (maybe_fold_reference): Verify types before substituting.
3128         Unshare properly.
3129         (fold_gimple_assign): Unshare properly.
3130         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
3131
3132 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
3133
3134         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
3135         for rs6000_gen_cell_microcode.
3136
3137 2010-02-04  Richard Guenther  <rguenther@suse.de>
3138
3139         PR rtl-optimization/42952
3140         * dse.c (const_or_frame_p): Remove MEM handling.
3141
3142 2010-02-04  Nick Clifton  <nickc@redhat.com>
3143
3144         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
3145         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
3146         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
3147         (mn10300_asm_output_mi_thunk): New function.
3148         (mn10300_can_output_mu_thunk): New function.
3149         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
3150         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
3151         (FUNCTION_ARG): Delete incorrect comment.
3152
3153 2010-02-03  Jason Merrill  <jason@redhat.com>
3154
3155         PR c++/40138
3156         * fold-const.c (operand_equal_p): Handle erroneous types.
3157
3158 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
3159
3160         * config/h8300/h8300.md (can_delay): Fix attibute condition.
3161
3162 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
3163
3164         PR rtl-optimization/42941
3165         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
3166         of xmalloc.
3167
3168 2010-02-03  Jason Merrill  <jason@redhat.com>
3169
3170         PR c++/35652
3171         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
3172
3173 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
3174
3175         PR debug/42896
3176         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
3177         (cselib_reset_table): Renamed from...
3178         (cselib_reset_table_with_next_value): ... this.
3179         (cselib_get_next_uid): Renamed from...
3180         (cselib_get_next_unknown_value): ... this.
3181         * cselib.c (next_uid): Renamed from...
3182         (next_unknown_value): ... this.
3183         (cselib_clear_table): Adjust.
3184         (cselib_reset_table): Adjust.  Renamed from...
3185         (cselib_reset_table_with_next_value): ... this.
3186         (cselib_get_next_uid): Adjust.  Renamed from...
3187         (cselib_get_next_unknown_value): ... this.
3188         (get_value_hash): Use hash.
3189         (cselib_hash_rtx): Likewise.
3190         (new_cselib_val): Adjust.  Set and dump uid.
3191         (cselib_lookup_mem): Pass next_uid as hash.
3192         (cselib_subst_to_values): Likewise.
3193         (cselib_log_lookup): Dump uid.
3194         (cselib_lookup): Pass next_uid as hash.  Adjust.
3195         (cselib_process_insn): Adjust.
3196         (cselib_init): Initialize next_uid.
3197         (cselib_finish): Adjust.
3198         (dump_cselib_table): Likewise.
3199         * dse.c (canon_address): Dump value uid.
3200         * print-rtl.c (print_rtx): Print value uid.
3201         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
3202         (dvuid): New type.
3203         (dv_uid): New function, sort of renamed from...
3204         (dv_htab_hash): ... this, reimplemented in terms of it and...
3205         (dv_uid2hash): ... this.  New.
3206         (variable_htab_eq): Drop excess assertions.
3207         (tie_break_pointers): Removed.
3208         (canon_value_cmp): Compare uids.
3209         (variable_post_merge_New_vals): Print uids.
3210         (vt_add_function_parameters): Adjust.
3211         (vt_initialize): Reset table.  Adjust.
3212
3213 2010-02-03  Richard Guenther  <rguenther@suse.de>
3214
3215         PR tree-optimization/42944
3216         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
3217         (call_may_clobber_ref_p_1): Likewise.  Properly handle
3218         malloc and calloc clobbering errno.
3219
3220 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
3221
3222         * doc/invoke.texi: Fix name of sched1 dump.
3223
3224         * opts.c (decode_options): Set flag_tree_switch_conversion
3225         only conditionally on optimize >= 2.
3226
3227         * gcse.c: Assorted comment fixes in pass description.
3228
3229 2010-02-03  Anthony Green  <green@moxielogic.com>
3230
3231         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
3232         nop padding in order to maintain alignment of storage location of
3233         target function address.
3234         (moxie_trampoline_init): Store target function address at newly
3235         aligned location.
3236         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
3237         to 32.
3238         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
3239
3240 2010-02-03  Richard Guenther  <rguenther@suse.de>
3241
3242         PR middle-end/42927
3243         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
3244
3245 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3246
3247         * config.gcc: Reenable check for obsolete targets.
3248         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
3249         mips-sgi-irix6.[0-4]*.
3250
3251 2010-02-02  Nick Clifton  <nickc@redhat.com>
3252
3253         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
3254         constant size of 4 as being the same as 0.
3255         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
3256         can take values in the range 0..4.
3257
3258 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
3259
3260         PR java/41991
3261         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
3262         as _darwin10_Unwind_FindEnclosingFunction().
3263         * libgcc-libsystem.ver: New.
3264
3265 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
3266
3267         PR target/41399
3268         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
3269         implicitly set registers.
3270
3271 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
3272
3273         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
3274         (arm_override_options): Allow automatic selection of the thread
3275         pointer register if thumb2.
3276         (legitimize_pic_address): Improve code sequences for Thumb2.
3277         (arm_call_tls_get_addr): Likewise.
3278         (legitimize_tls_address): Likewise.
3279         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
3280         (pic_load_addr_32bit): ... this.  New named pattern.
3281         * thumb2.md (pic_load_addr_thumb2): Delete.
3282         (pic_load_dot_plus_four): Delete.
3283         (tls_load_dot_plus_four): New named pattern.
3284
3285 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3286
3287         PR libgomp/29986
3288         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
3289         Document fix for TLS bug.
3290
3291 2010-01-31  Richard Guenther  <rguenther@suse.de>
3292
3293         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
3294         conservatively correct.
3295
3296 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3297
3298         PR target/42850
3299         Revert:
3300         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3301
3302         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
3303
3304 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3305
3306         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
3307
3308 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
3309
3310         * config.gcc: Adjust order of makefile fragments for mingw targets.
3311
3312 2010-01-31  Richard Guenther  <rguenther@suse.de>
3313
3314         PR middle-end/42898
3315         * gimplify.c (gimplify_init_constructor): For volatile LHS
3316         initialize a temporary.
3317
3318 2010-01-31  Matthias Klose  <doko@ubuntu.com>
3319
3320         * configure.ac: Fix __stack_chk_fail check for cross builds configured
3321         --with-headers
3322         * configure: Regenerate.
3323
3324 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
3325
3326         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
3327         the same alias set and their sizes different constantness.
3328         (aliasing_component_refs_p): Revert 2009-10-24 change.
3329
3330 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3331
3332         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
3333         unused.
3334
3335 2010-01-29  Richard Guenther  <rguenther@suse.de>
3336
3337         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
3338         Assert we successfully updated the call.
3339
3340 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
3341
3342         PR rtl-optimization/42889
3343         * df.h (df_set_bb_dirty_nonlr): New prototype.
3344         * df-core.c (df_set_bb_dirty_nonlr): New function.
3345         * df-scan.c (df_insn_rescan): Call it instead of
3346         df_set_bb_dirty for DEBUG_INSNs.
3347
3348 2010-01-29  Richard Guenther  <rguenther@suse.de>
3349
3350         PR middle-end/37448
3351         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
3352         quadratic behavior in most cases.
3353
3354 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
3355
3356         PR target/42891
3357         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
3358         in the call to gen_x86_movsicc_0_m1.
3359
3360 2010-01-28  Richard Guenther  <rguenther@suse.de>
3361
3362         PR tree-optimization/42871
3363         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
3364
3365 2010-01-28  Richard Guenther  <rguenther@suse.de>
3366
3367         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
3368         into call arguments.
3369
3370 2010-01-28  Richard Guenther  <rguenther@suse.de>
3371
3372         PR middle-end/42883
3373         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
3374         the forwarder if the destination is an EH landing pad.
3375
3376 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
3377
3378         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
3379         block list passed to gimple_duplicate_sese_tail.
3380         (parallelize_loops): Avoid parallelization when the function
3381         has_nonlocal_label.
3382         Avoid parallelization when the preheader is IRREDUCIBLE.
3383         Try to optimize when estimated_loop_iterations_int is unresolved.
3384         Add the loop's location to the dump file.
3385         * tree-cfg.c (add_phi_args_after_redirect): Remove.
3386         (gimple_duplicate_sese_tail): Remove the check for the latch.
3387         Redirect nexits to the exit block.
3388         Remove handling of the incoming edges to the latch.
3389         Redirect the backedge from the copied latch to the exit bb.
3390
3391 2010-01-28  Michael Matz  <matz@suse.de>
3392
3393         PR target/42881
3394         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
3395         Wrap force_reg into a sequence, emit it before user.
3396
3397 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
3398
3399         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
3400         (arm_rev): New.
3401         (arm_legacy_rev): Likewise.
3402         (thumb_legacy_rev): Likewise.
3403
3404 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
3405
3406         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
3407         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
3408         on MEM's address failed, try avoid_constant_pool_reference and
3409         recurse if it returned something different.
3410         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
3411         address, try avoid_constant_pool_reference and recurse if it
3412         returned something different.
3413         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
3414         address and avoid_constant_pool_reference returned something
3415         different, don't set have_address.
3416
3417 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
3418
3419         PR debug/42861
3420         * var-tracking.c (val_store): Add modified argument, obey it.
3421         Adjust callers.
3422         (count_uses): Move down logging of main.
3423         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
3424         don't need resolution.
3425         (emit_notes_in_bb): Likewise.
3426
3427 2010-01-27  Richard Guenther  <rguenther@suse.de>
3428
3429         PR middle-end/42878
3430         * tree-inline.c (remap_decl): Delay remapping of SSA name
3431         default definitions until we need them.
3432
3433 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
3434
3435         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
3436         (rs6000_delegitimize_address): New function.
3437
3438         * config/s390/s390.c (s390_delegitimize_address): Call
3439         delegitimize_mem_from_attrs.
3440
3441         PR middle-end/42874
3442         * tree-inline.c (cannot_copy_type_1): Removed.
3443         (copy_forbidden): Don't forbid copying of functions containing
3444         records/unions with variable length fields.
3445
3446 2010-01-27  Christian Bruel  <christian.bruel@st.com>
3447
3448         Revert:
3449         PR target/42841
3450         * config/sh/sh.c (find_barrier): Increase length for non delayed
3451         conditional branches.
3452
3453 2010-01-27  Matthias Klose  <doko@ubuntu.com>
3454
3455         * configure.ac (gnu-unique-object): Fix ldd version check.
3456         * configure: Regenerate.
3457
3458 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3459
3460         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
3461         HAVE_GNU_AS value.
3462         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
3463         Test for HAVE_GNU_AS value.
3464
3465 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3466
3467         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
3468         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
3469         INT64_TYPE): Define.
3470         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
3471         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
3472         INT_LEAST64_TYPE): Define.
3473         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
3474         UINT_LEAST64_TYPE): Define.
3475         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
3476         INT_FAST64_TYPE): Define.
3477         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
3478         UINT_FAST64_TYPE): Define.
3479         (INTMAX_TYPE, UINTMAX_TYPE): Define.
3480         (INTPTR_TYPE, UINTPTR_TYPE): Define.
3481         (SIG_ATOMIC_TYPE): Define.
3482
3483 2010-01-26  Richard Guenther  <rguenther@suse.de>
3484
3485         * df-scan.c (df_scan_set_bb_info): Remove assert.
3486         (df_insn_rescan_debug_internal): Merge asserts.
3487         (df_install_ref): Likewise.
3488         (df_mark_reg): Use bitmap_set_range.
3489         (df_hard_reg_used_p): Remove assert.
3490         (df_hard_reg_used_count): Likewise.
3491
3492 2010-01-26  Richard Guenther  <rguenther@suse.de>
3493
3494         PR rtl-optimization/42685
3495         * web.c (web_main): Ignore DEBUG_INSNs.
3496
3497 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>