OSDN Git Service

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