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
3420         types.
3421
3422         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
3423         Fix argument types.
3424
3425         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
3426         Rewrite text to refer to the names.
3427
3428 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
3429
3430         * config/i386/i386-builtin-types.def
3431         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
3432         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
3433         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
3434         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
3435         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
3436         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
3437         IX86_BUILTIN_VPERMIL2PS256.
3438         (MULTI_ARG_4_DF2_DI_I): Defined.
3439         (MULTI_ARG_4_DF2_DI_I1): Defined.
3440         (MULTI_ARG_4_SF2_SI_I): Defined.
3441         (MULTI_ARG_4_SF2_SI_I1): Defined.
3442         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
3443         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
3444         __builtin_ia32_vpermil2ps256.
3445         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
3446         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
3447         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
3448         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
3449         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
3450         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
3451         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
3452         CODE_FOR_xop_vpermil2v8sf3.
3453         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
3454         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
3455         * config/i386/xopintrin.h (_mm_permute2_pd): New.
3456         (_mm256_permute2_pd): New.
3457         (_mm_permute2_ps): New.
3458         (_mm256_permute2_ps): New.
3459
3460 2010-02-15  Nick Clifton  <nickc@redhat.com>
3461
3462         * config/h8300/h8300.c (h8300_push_pop): Use bool type for
3463         boolean parameters.  Use emit_jump_insn when emitting a pop
3464         instruction containing a return insn.
3465         (push): Use 'true' rather than '1' as second parameter to F.
3466         (h8300_expand_prologue): Likewise.
3467         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
3468         (h8300_expand_epilogue): Likewise.
3469
3470 2010-02-15  Richard Guenther  <rguenther@suse.de>
3471
3472         PR middle-end/43068
3473         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
3474         if that is zero.
3475
3476 2010-02-15  Nick Clifton  <nickc@redhat.com>
3477
3478         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
3479         delta.
3480
3481 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
3482
3483         * intl.c (fake_ngettext): New function.
3484         * intl.h (fake_ngettext): Declare.
3485         (ngettext): Define macro.
3486         * collect2.c (notice_translated): New function.
3487         (main): Use notice_translated and ngettext.
3488         * collect2.h (notice_translated): Declare.
3489
3490 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
3491
3492         * reorg.c (delete_computation): Comment fixes.
3493         * caller-save.c (setup_save_areas): Idem.
3494         * sel-sched-dump.c (dump_lv_set): Idem.
3495         * rtl.def: Idem.
3496
3497 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3498
3499         * config/s390/s390.c (s390_sched_init): New function.
3500         (TARGET_SCHED_INIT): Target hook defined.
3501
3502 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
3503             Jack Howarth  <howarth@bromo.med.uc.edu>
3504             Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
3505
3506         PR target/42982
3507         Partial revert of unintended change in fix for PR41605.
3508         * config/darwin.h: Fix typo.
3509         * config/darwin9.h: Same.
3510
3511 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
3512
3513         * c-pch.c (pch_init): Clear v.
3514
3515 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
3516
3517         PR middle-end/42930
3518         * graphite-scop-detection.c (graphite_can_represent_scev): Call
3519         graphite_can_represent_init for MULT_EXPR.
3520
3521 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
3522
3523         PR middle-end/42914
3524         PR middle-end/42530
3525         * graphite-sese-to-poly.c (remove_phi): New.
3526         (translate_scalar_reduction_to_array): Call remove_phi.
3527
3528 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
3529
3530         PR middle-end/42771
3531         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
3532         * graphite-clast-to-gimple.h (gloog): Update declaration.
3533         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
3534         * graphite-poly.h (struct poly_bb): Add missing comments.
3535         (struct scop): Add poly_scop_p field.
3536         (POLY_SCOP_P): New.
3537         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
3538         * graphite.c (graphite_transform_loops): Build the polyhedral
3539         representation for each scop before code generation.
3540         * sese.c (rename_variables_in_operand): Removed.
3541         (rename_variables_in_expr): Return the renamed expression.
3542         (rename_sese_parameters): New.
3543         * sese.h (rename_sese_parameters): Declared.
3544
3545 2010-02-11  Richard Guenther  <rguenther@suse.de>
3546
3547         PR tree-optimization/42998
3548         * tree-ssa-pre.c (create_expression_by_pieces): Treat
3549         POINTER_PLUS_EXPR properly.
3550
3551 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
3552             Changpeng Fang  <changpeng.fang@amd.com>
3553
3554         PR middle-end/40886
3555         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
3556         the cost of an IV candidate when the IV is used in a test against zero.
3557
3558         * gcc.dg/tree-ssa/ivopts-3.c: New.
3559
3560 2010-02-11  Richard Guenther  <rguenther@suse.de>
3561
3562         PR lto/41664
3563         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
3564         pointer-vs-decl case by swapping refs.  Handle some cases
3565         of pointer-vs-decl disambiguations more conservatively.
3566         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
3567         to false after expanding.
3568
3569 2010-02-11  Richard Guenther  <rguenther@suse.de>
3570
3571         PR driver/43021
3572         * gcc.c (process_command): Handle LTO file@offset case more
3573         appropriately.
3574
3575 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
3576
3577         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
3578         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
3579         of DEBUG_INSNs.
3580         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
3581
3582         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
3583         if MEM's mode size isn't DWARF2_ADDR_SIZE.
3584         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
3585         Optimize eq/ne comparisons when both arguments are known to be
3586         zero-extended.
3587         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
3588         Don't mask operands unnecessarily if they are known to be already
3589         zero-extended.
3590
3591 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
3592
3593         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
3594         instead of loop.
3595
3596 2010-02-10  Richard Guenther  <rguenther@suse.de>
3597
3598         PR tree-optimization/43017
3599         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
3600         for wrapping signed arithmetic.
3601
3602 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
3603
3604         PR debug/43010
3605         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
3606         if no debug info should be emitted for it.
3607
3608 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
3609
3610         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
3611         note when flag_exceptions is set.
3612
3613 2010-02-10  Duncan Sands  <baldrick@free.fr>
3614
3615         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
3616
3617 2010-02-10  Richard Guenther  <rguenther@suse.de>
3618
3619         PR c/43007
3620         * tree.c (get_unwidened): Handle constants.
3621         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
3622
3623 2010-02-10  Martin Jambor  <mjambor@suse.cz>
3624
3625         PR lto/42985
3626         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
3627         check for variable argument counts independently.
3628
3629 2010-02-10  Christian Bruel  <christian.bruel@st.com>
3630
3631         PR target/42841
3632         * config/sh/sh.c (find_barrier): Increase length for non delayed
3633         conditional branches.
3634
3635 2010-02-10  Christian Bruel  <christian.bruel@st.com>
3636
3637         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
3638
3639 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
3640
3641         * builtins.c (set_builtin_user_assembler_name): Also handle
3642         ffs if int is smaller than word.
3643
3644 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
3645
3646         PR middle-end/42973
3647         * ira-conflicts.c (get_dup): Remove.
3648         (process_reg_shuffles): Add new parameter.  Use it as an
3649         additional guard for copy generation.
3650         (add_insn_allocno_copies): Rewrite.
3651
3652 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
3653
3654         * common.opt (fsched2-use-traces): Preserved for backward
3655         compatibility.
3656         * doc/invoke.texi: Remove the documentation about option
3657         -fsched2-use-traces.
3658         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
3659         flag_sched2_use_traces.
3660         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
3661         the backward compatibility flag section.
3662
3663 2010-02-09  Richard Guenther  <rguenther@suse.de>
3664
3665         PR tree-optimization/43008
3666         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
3667         make HEAP variables initialized from global memory if they
3668         are not known builtin functions.
3669         (find_func_aliases): Adjust.
3670
3671 2010-02-09  Richard Guenther  <rguenther@suse.de>
3672
3673         PR tree-optimization/43000
3674         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
3675         arithmetic manually.
3676
3677 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
3678
3679         PR tree-optimization/42931
3680         * tree-loop-linear.c (try_interchange_loops): Don't call
3681         double_int_mul if estimated_loop_iterations failed.
3682
3683 2010-02-08  Martin Jambor  <mjambor@suse.cz>
3684
3685         PR middle-end/42898
3686         * tree-sra.c (build_accesses_from_assign): Do not mark in
3687         should_scalarize_away_bitmap if stmt has volatile ops.
3688         (sra_modify_assign): Do not process assigns piecemeal if if stmt
3689         has volatile ops.
3690
3691 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
3692
3693         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
3694
3695 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
3696
3697         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
3698         before the pattern.
3699
3700 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
3701
3702         PR middle-end/42946
3703         * df-core.c (df_finish_pass): Change type of saved_flags to int.
3704
3705 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
3706
3707         PR middle-end/42988
3708         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
3709         to unknown_dependence.
3710         (graphite_legal_transform_dr): Handle the unknown_dependence.
3711         (graphite_carried_dependence_level_k): Same.
3712
3713 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
3714
3715         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
3716
3717 2010-02-07  Richard Guenther  <rguenther@suse.de>
3718
3719         PR middle-end/42991
3720         * expr.c (get_inner_reference): Always initialize *pbitsize.
3721
3722 2010-02-07  Richard Guenther  <rguenther@suse.de>
3723
3724         PR middle-end/42956
3725         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
3726         new ARRAY_REFs on variable size element or minimal index arrays.
3727         Complete.
3728         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
3729         gimple_fold_indirect_ref.
3730
3731 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
3732
3733         PR target/42957
3734         * arm.c (arm_override_options): Just return if the user has specified
3735         an invalid fpu name.
3736
3737 2010-02-03  Jason Merrill  <jason@redhat.com>
3738
3739         PR c++/42870
3740         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
3741         i386_pe_maybe_record_exported_symbol.
3742
3743 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
3744
3745         PR target/42924
3746         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
3747         (pa_delegitimize_address): New function.
3748
3749 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
3750
3751         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
3752         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
3753
3754 2010-02-05  Richard Guenther  <rguenther@suse.de>
3755
3756         PR lto/42762
3757         * lto-streamer-in.c (get_resolution): Deal with references
3758         to undefined functions.
3759
3760 2010-02-05  Richard Guenther  <rguenther@suse.de>
3761
3762         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
3763         (fold_const_aggregate_ref): Likewise.
3764         (ccp_fold_stmt): Substitute loads.
3765         (maybe_fold_reference): Verify types before substituting.
3766         Unshare properly.
3767         (fold_gimple_assign): Unshare properly.
3768         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
3769
3770 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
3771
3772         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
3773         for rs6000_gen_cell_microcode.
3774
3775 2010-02-04  Richard Guenther  <rguenther@suse.de>
3776
3777         PR rtl-optimization/42952
3778         * dse.c (const_or_frame_p): Remove MEM handling.
3779
3780 2010-02-04  Nick Clifton  <nickc@redhat.com>
3781
3782         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
3783         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
3784         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
3785         (mn10300_asm_output_mi_thunk): New function.
3786         (mn10300_can_output_mu_thunk): New function.
3787         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
3788         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
3789         (FUNCTION_ARG): Delete incorrect comment.
3790
3791 2010-02-03  Jason Merrill  <jason@redhat.com>
3792
3793         PR c++/40138
3794         * fold-const.c (operand_equal_p): Handle erroneous types.
3795
3796 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
3797
3798         * config/h8300/h8300.md (can_delay): Fix attibute condition.
3799
3800 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
3801
3802         PR rtl-optimization/42941
3803         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
3804         of xmalloc.
3805
3806 2010-02-03  Jason Merrill  <jason@redhat.com>
3807
3808         PR c++/35652
3809         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
3810
3811 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
3812
3813         PR debug/42896
3814         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
3815         (cselib_reset_table): Renamed from...
3816         (cselib_reset_table_with_next_value): ... this.
3817         (cselib_get_next_uid): Renamed from...
3818         (cselib_get_next_unknown_value): ... this.
3819         * cselib.c (next_uid): Renamed from...
3820         (next_unknown_value): ... this.
3821         (cselib_clear_table): Adjust.
3822         (cselib_reset_table): Adjust.  Renamed from...
3823         (cselib_reset_table_with_next_value): ... this.
3824         (cselib_get_next_uid): Adjust.  Renamed from...
3825         (cselib_get_next_unknown_value): ... this.
3826         (get_value_hash): Use hash.
3827         (cselib_hash_rtx): Likewise.
3828         (new_cselib_val): Adjust.  Set and dump uid.
3829         (cselib_lookup_mem): Pass next_uid as hash.
3830         (cselib_subst_to_values): Likewise.
3831         (cselib_log_lookup): Dump uid.
3832         (cselib_lookup): Pass next_uid as hash.  Adjust.
3833         (cselib_process_insn): Adjust.
3834         (cselib_init): Initialize next_uid.
3835         (cselib_finish): Adjust.
3836         (dump_cselib_table): Likewise.
3837         * dse.c (canon_address): Dump value uid.
3838         * print-rtl.c (print_rtx): Print value uid.
3839         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
3840         (dvuid): New type.
3841         (dv_uid): New function, sort of renamed from...
3842         (dv_htab_hash): ... this, reimplemented in terms of it and...
3843         (dv_uid2hash): ... this.  New.
3844         (variable_htab_eq): Drop excess assertions.
3845         (tie_break_pointers): Removed.
3846         (canon_value_cmp): Compare uids.
3847         (variable_post_merge_New_vals): Print uids.
3848         (vt_add_function_parameters): Adjust.
3849         (vt_initialize): Reset table.  Adjust.
3850
3851 2010-02-03  Richard Guenther  <rguenther@suse.de>
3852
3853         PR tree-optimization/42944
3854         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
3855         (call_may_clobber_ref_p_1): Likewise.  Properly handle
3856         malloc and calloc clobbering errno.
3857
3858 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
3859
3860         * doc/invoke.texi: Fix name of sched1 dump.
3861
3862         * opts.c (decode_options): Set flag_tree_switch_conversion
3863         only conditionally on optimize >= 2.
3864
3865         * gcse.c: Assorted comment fixes in pass description.
3866
3867 2010-02-03  Anthony Green  <green@moxielogic.com>
3868
3869         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
3870         nop padding in order to maintain alignment of storage location of
3871         target function address.
3872         (moxie_trampoline_init): Store target function address at newly
3873         aligned location.
3874         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
3875         to 32.
3876         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
3877
3878 2010-02-03  Richard Guenther  <rguenther@suse.de>
3879
3880         PR middle-end/42927
3881         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
3882
3883 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3884
3885         * config.gcc: Reenable check for obsolete targets.
3886         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
3887         mips-sgi-irix6.[0-4]*.
3888
3889 2010-02-02  Nick Clifton  <nickc@redhat.com>
3890
3891         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
3892         constant size of 4 as being the same as 0.
3893         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
3894         can take values in the range 0..4.
3895
3896 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
3897
3898         PR java/41991
3899         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
3900         as _darwin10_Unwind_FindEnclosingFunction().
3901         * libgcc-libsystem.ver: New.
3902
3903 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
3904
3905         PR target/41399
3906         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
3907         implicitly set registers.
3908
3909 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
3910
3911         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
3912         (arm_override_options): Allow automatic selection of the thread
3913         pointer register if thumb2.
3914         (legitimize_pic_address): Improve code sequences for Thumb2.
3915         (arm_call_tls_get_addr): Likewise.
3916         (legitimize_tls_address): Likewise.
3917         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
3918         (pic_load_addr_32bit): ... this.  New named pattern.
3919         * thumb2.md (pic_load_addr_thumb2): Delete.
3920         (pic_load_dot_plus_four): Delete.
3921         (tls_load_dot_plus_four): New named pattern.
3922
3923 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3924
3925         PR libgomp/29986
3926         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
3927         Document fix for TLS bug.
3928
3929 2010-01-31  Richard Guenther  <rguenther@suse.de>
3930
3931         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
3932         conservatively correct.
3933
3934 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3935
3936         PR target/42850
3937         Revert:
3938         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3939
3940         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
3941
3942 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3943
3944         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
3945
3946 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
3947
3948         * config.gcc: Adjust order of makefile fragments for mingw targets.
3949
3950 2010-01-31  Richard Guenther  <rguenther@suse.de>
3951
3952         PR middle-end/42898
3953         * gimplify.c (gimplify_init_constructor): For volatile LHS
3954         initialize a temporary.
3955
3956 2010-01-31  Matthias Klose  <doko@ubuntu.com>
3957
3958         * configure.ac: Fix __stack_chk_fail check for cross builds configured
3959         --with-headers
3960         * configure: Regenerate.
3961
3962 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
3963
3964         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
3965         the same alias set and their sizes different constantness.
3966         (aliasing_component_refs_p): Revert 2009-10-24 change.
3967
3968 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3969
3970         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
3971         unused.
3972
3973 2010-01-29  Richard Guenther  <rguenther@suse.de>
3974
3975         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
3976         Assert we successfully updated the call.
3977
3978 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
3979
3980         PR rtl-optimization/42889
3981         * df.h (df_set_bb_dirty_nonlr): New prototype.
3982         * df-core.c (df_set_bb_dirty_nonlr): New function.
3983         * df-scan.c (df_insn_rescan): Call it instead of
3984         df_set_bb_dirty for DEBUG_INSNs.
3985
3986 2010-01-29  Richard Guenther  <rguenther@suse.de>
3987
3988         PR middle-end/37448
3989         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
3990         quadratic behavior in most cases.
3991
3992 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
3993
3994         PR target/42891
3995         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
3996         in the call to gen_x86_movsicc_0_m1.
3997
3998 2010-01-28  Richard Guenther  <rguenther@suse.de>
3999
4000         PR tree-optimization/42871
4001         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
4002
4003 2010-01-28  Richard Guenther  <rguenther@suse.de>
4004
4005         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
4006         into call arguments.
4007
4008 2010-01-28  Richard Guenther  <rguenther@suse.de>
4009
4010         PR middle-end/42883
4011         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
4012         the forwarder if the destination is an EH landing pad.
4013
4014 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
4015
4016         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
4017         block list passed to gimple_duplicate_sese_tail.
4018         (parallelize_loops): Avoid parallelization when the function
4019         has_nonlocal_label.
4020         Avoid parallelization when the preheader is IRREDUCIBLE.
4021         Try to optimize when estimated_loop_iterations_int is unresolved.
4022         Add the loop's location to the dump file.
4023         * tree-cfg.c (add_phi_args_after_redirect): Remove.
4024         (gimple_duplicate_sese_tail): Remove the check for the latch.
4025         Redirect nexits to the exit block.
4026         Remove handling of the incoming edges to the latch.
4027         Redirect the backedge from the copied latch to the exit bb.
4028
4029 2010-01-28  Michael Matz  <matz@suse.de>
4030
4031         PR target/42881
4032         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
4033         Wrap force_reg into a sequence, emit it before user.
4034
4035 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
4036
4037         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
4038         (arm_rev): New.
4039         (arm_legacy_rev): Likewise.
4040         (thumb_legacy_rev): Likewise.
4041
4042 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
4043
4044         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
4045         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
4046         on MEM's address failed, try avoid_constant_pool_reference and
4047         recurse if it returned something different.
4048         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
4049         address, try avoid_constant_pool_reference and recurse if it
4050         returned something different.
4051         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
4052         address and avoid_constant_pool_reference returned something
4053         different, don't set have_address.
4054
4055 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
4056
4057         PR debug/42861
4058         * var-tracking.c (val_store): Add modified argument, obey it.
4059         Adjust callers.
4060         (count_uses): Move down logging of main.
4061         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
4062         don't need resolution.
4063         (emit_notes_in_bb): Likewise.
4064
4065 2010-01-27  Richard Guenther  <rguenther@suse.de>
4066
4067         PR middle-end/42878
4068         * tree-inline.c (remap_decl): Delay remapping of SSA name
4069         default definitions until we need them.
4070
4071 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
4072
4073         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
4074         (rs6000_delegitimize_address): New function.
4075
4076         * config/s390/s390.c (s390_delegitimize_address): Call
4077         delegitimize_mem_from_attrs.
4078
4079         PR middle-end/42874
4080         * tree-inline.c (cannot_copy_type_1): Removed.
4081         (copy_forbidden): Don't forbid copying of functions containing
4082         records/unions with variable length fields.
4083
4084 2010-01-27  Christian Bruel  <christian.bruel@st.com>
4085
4086         Revert:
4087         PR target/42841
4088         * config/sh/sh.c (find_barrier): Increase length for non delayed
4089         conditional branches.
4090
4091 2010-01-27  Matthias Klose  <doko@ubuntu.com>
4092
4093         * configure.ac (gnu-unique-object): Fix ldd version check.
4094         * configure: Regenerate.
4095
4096 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4097
4098         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
4099         HAVE_GNU_AS value.
4100         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
4101         Test for HAVE_GNU_AS value.
4102
4103 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4104
4105         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
4106         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
4107         INT64_TYPE): Define.
4108         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
4109         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
4110         INT_LEAST64_TYPE): Define.
4111         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
4112         UINT_LEAST64_TYPE): Define.
4113         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
4114         INT_FAST64_TYPE): Define.
4115         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
4116         UINT_FAST64_TYPE): Define.
4117         (INTMAX_TYPE, UINTMAX_TYPE): Define.
4118         (INTPTR_TYPE, UINTPTR_TYPE): Define.
4119         (SIG_ATOMIC_TYPE): Define.
4120
4121 2010-01-26  Richard Guenther  <rguenther@suse.de>
4122
4123         * df-scan.c (df_scan_set_bb_info): Remove assert.
4124         (df_insn_rescan_debug_internal): Merge asserts.
4125         (df_install_ref): Likewise.
4126         (df_mark_reg): Use bitmap_set_range.
4127         (df_hard_reg_used_p): Remove assert.
4128         (df_hard_reg_used_count): Likewise.
4129
4130 2010-01-26  Richard Guenther  <rguenther@suse.de>
4131
4132         PR rtl-optimization/42685
4133         * web.c (web_main): Ignore DEBUG_INSNs.
4134
4135 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
4136
4137         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
4138
4139         (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
4140         Fix types of fndecl and arglist parameters.
4141
4142 2010-01-26  Richard Guenther  <rguenther@suse.de>
4143
4144         PR middle-end/42806
4145         * tree-eh.c (unsplit_eh): Skip debug insns.
4146
4147 2010-01-26  Richard Guenther  <rguenther@suse.de>
4148
4149         PR tree-optimization/42250
4150         * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
4151
4152 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
4153
4154         PR fortran/42866
4155         * omp-low.c (expand_omp_sections): Only use single_pred if
4156         l2_bb is single_pred_p.
4157
4158 2010-01-25  Christian Bruel  <christian.bruel@st.com>
4159
4160         PR target/42841
4161         * config/sh/sh.c (find_barrier): Increase length for non delayed
4162         conditional branches.
4163         (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
4164
4165 2010-01-24  David S. Miller  <davem@davemloft.net>
4166
4167         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
4168         define if not using GAS.
4169         * config/sparc/sparc.c (sparc_elf_asm_named_section):
4170         Likewise.  Delete SECTION_MERGE code, which is only applicable
4171         when using GAS.
4172
4173 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
4174
4175         PR c++/42748
4176         * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
4177         mangling of va_list in system headers.
4178
4179 2010-01-23  Toon Moene  <toon@moene.org>
4180
4181         * tree-predcom.c (combine_chains): Return NULL, not false.
4182
4183 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
4184
4185         * tree-loop-distribution.c (distribute_loop): Fix declaration and
4186         initialization of variable res to agree with return type.
4187
4188 2010-01-22  Steve Ellcey  <sje@cup.hp.com>
4189
4190         * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
4191         * tree-sra.c: Add include of expr.h.
4192
4193 2010-01-22  Jakub Jelinek  <jakub@redhat.com>
4194
4195         * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
4196         insert the debug stmt on the single non-EH edge from the stmt.
4197
4198 2010-01-22  Richard Henderson  <rth@redhat.com>
4199
4200         PR tree-opt/42833
4201         * tree-sra.c (sra_modify_assign): Delay re-gimplification of
4202         the RHS until after generate_subtree_copies has insertted its
4203         code before the current statement.
4204
4205 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
4206
4207         * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
4208
4209         * gcc-plugin.h (plugin_init): Use "C" likage for c++.
4210
4211 2010-01-21  Martin Jambor  <mjambor@suse.cz>
4212
4213         PR tree-optimization/42585
4214         * tree-sra.c (struct access): New field grp_total_scalarization.
4215         (dump_access): Dump the new field.
4216         (should_scalarize_away_bitmap): New variable.
4217         (cannot_scalarize_away_bitmap): Likewise.
4218         (sra_initialize): Allocate new bitmaps.
4219         (sra_deinitialize): Free new bitmaps.
4220         (create_access_1): New function.
4221         (create_access): Parts moved to create_access_1.
4222         (type_consists_of_records_p): New function.
4223         (completely_scalarize_record): Likewise.
4224         (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
4225         (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
4226         (sort_and_splice_var_accesses): Hint groups with a total_scalarization
4227         access.
4228         (analyze_all_variable_accesses): Completely scalarize small eligible
4229         records.
4230
4231 2010-01-21  Martin Jambor  <mjambor@suse.cz>
4232
4233         * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
4234
4235 2010-01-21  Andrew Haley  <aph@redhat.com>
4236
4237         * gcc.c (process_command): Move lang_specific_driver before
4238         setting cc_libexec_prefix.
4239
4240 2010-01-21  Richard Guenther  <rguenther@suse.de>
4241
4242         PR middle-end/19988
4243         * fold-const.c (negate_expr_p): Pretend only negative
4244         real constants are easily negatable.
4245
4246 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
4247             Jason Merrill  <jason@redhat.com>
4248
4249         * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
4250         (TYPE_TRANSPARENT_AGGR): this, for union and record.
4251         * calls.c (initialize argument_information): Handle it.
4252         * c-common.c (handle_transparent_union_attribute): Use new name.
4253         * c-decl.c (finish_struct): Ditto.
4254         * c-typeck.c (type_lists_compatible_p): Ditto.
4255         (convert_for_assignment): Use new name and also handle record.
4256         * function.c (aggregate_value_p): Handle it.
4257         (pass_by_reference): Ditto.
4258         (assign_parm_data_types): Ditto.
4259         * print-tree.c (print_node): Ditto.
4260         * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
4261         * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
4262         * tree.c (first_field): New fn.
4263
4264 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4265
4266         PR target/42818
4267         * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
4268         even when linking statically, for now.
4269
4270 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
4271
4272         PR debug/42715
4273         * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
4274         without a cselib val.
4275         (count_uses): Accept MO_VAL_SET with no val on stores.
4276         (add_stores): Likewise.
4277
4278 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
4279
4280         * var-tracking.c (check_value_val): Add a compile time assertion.
4281         (dv_is_decl_p): Simplify.
4282         (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
4283         gcc_assert if ENABLE_CHECKING.
4284
4285 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
4286
4287         PR debug/42782
4288         * var-tracking.c: Include tree-flow.h.
4289         (mem_dies_at_call): New.
4290         (dataflow_set_preserve_mem_locs): Use it.
4291         (dataflow_set_remove_mem_locs): Likewise.
4292         (dump_var): Renamed from dump_variable.  Adjust all callers.
4293         (dump_var_slot): Renamed from dump_variable_slot.  Likewise.
4294         * Makefile.in (var-tracking.o): Adjust deps.
4295
4296 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
4297
4298         * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
4299
4300 2010-01-20  Richard Guenther  <rguenther@suse.de>
4301
4302         PR tree-optimization/42717
4303         * tree-ssa-dce.c (get_live_post_dom): Remove.
4304         (forward_edge_to_pdom): Take an arbitrary edge to copy
4305         degenerate PHI args from.
4306         (remove_dead_stmt): Use the first post-dominator even if it
4307         does not contain live statements as redirection destination.
4308
4309 2010-01-20  Richard Guenther  <rguenther@suse.de>
4310
4311         * tree-inline.c (estimate_num_insns): Handle EH builtins.
4312
4313 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
4314
4315         * sel-sched.c (create_speculation_check): Remove set but not used
4316         variable twin.
4317         (try_transformation_cache): Remove set but not used variable ds.
4318         (calculate_privileged_insns): Remove set but not used variables
4319         cur_insn and min_spec_insn.
4320         (find_best_expr): Remove set but not used variable avail_n.
4321         * tree-predcom.c (base_names_in_chain_on): Remove set but not used
4322         variable e.
4323         * cgraphunit.c (assemble_thunk): Remove set but not used variable
4324         false_label.
4325         * haifa-sched.c (remove_notes): Remove set but not used variable prev.
4326         * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
4327         new_scop_exit_edge.
4328
4329 2010-01-20  Felyza Wishbringer  <fwishbringer@gmail.com>
4330
4331         PR bootstrap/42786
4332         * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
4333         cpu types.  Add support for *-sse3 cpu types.
4334         (x86_64-*-*): Ditto.
4335
4336 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
4337
4338         PR middle-end/42803
4339         * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
4340         argument, call initializer_constant_valid_p_1 instead of
4341         initializer_constant_valid_p, pass CACHE to it, return NULL
4342         immediately if first call returns NULL.
4343         (initializer_constant_valid_p_1): New function.
4344         (initializer_constant_valid_p): Use it.
4345
4346 2010-01-20  Thomas Quinot  <quinot@adacore.com>
4347
4348         * tree.def (PLACEHOLDER_EXPR): Fix comment.
4349
4350 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
4351
4352         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
4353         of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
4354         (loc_list_from_tree): Don't handle unsigned division.  Handle
4355         signed modulo using DW_OP_{over,over,div,mul,minus}.
4356         * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
4357         modulo instead of signed.
4358
4359 2010-01-20  DJ Delorie  <dj@redhat.com>
4360
4361         * config/h8300/h8300.c (F): Add "in_epilogue" flag.
4362         (Fpa): Pass it
4363         (h8300_emit_stack_adjustment): Propogate it.
4364         (push): Pass it.
4365         (h8300_expand_prologue): Likewise.
4366         (h8300_expand_epilogue): Likewise.
4367
4368 2010-01-19  Michael Matz  <matz@suse.de>
4369
4370         PR tree-optimization/41783
4371         * tree-data-ref.c (toplevel): Include flags.h.
4372         (dump_data_dependence_relation):  Also dump the inputs if the
4373         result will be unknown.
4374         (split_constant_offset_1): Look through some conversions.
4375         * tree-predcom.c (determine_roots_comp): Restart a new chain if
4376         the offset from last element is too large.
4377         (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
4378         (reassociate_to_the_same_stmt): Handle vector registers.
4379         * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
4380         (e.g. conversions).
4381         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
4382         wide_prolog_niters argument, emit widening instructions.
4383         (vect_do_peeling_for_alignment): Adjust caller, use widened
4384         variant of the iteration cound.
4385         * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
4386
4387 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4388
4389         PR target/38697
4390         * config/arm/neon-testgen.m (emit_automatics): New parameter
4391         features. Adjust for Fixed_return_reg feature.
4392         (test_intrinsic): Call emit_automatics with new feature.
4393         * config/arm/neon.ml: Update copyright years.
4394         (features): New Fixed_return_reg feature.
4395         (ops): Update feature for Vget_low.
4396
4397 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
4398
4399         PR tree-optimization/42719
4400         * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
4401         stmt uses.
4402
4403         PR debug/42728
4404         * fwprop.c (all_uses_available_at): Return false if def_set dest
4405         is a REG that is used in def_insn.
4406
4407 2010-01-19  Joern Rennecke  <amylaar@spamcop.net>
4408
4409         * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
4410
4411         (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
4412         Add argument names.
4413
4414         (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
4415
4416         * target.h (struct gcc_target) <secondary_reload>: Change type
4417         of last argument to secondary_reload_info *.
4418
4419 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
4420
4421         PR target/42774
4422         * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
4423         memory references with unaligned offsets.  Remove CQImode handling.
4424         (unaligned_memory_operand): Return 1 for memory references with
4425         unaligned offsets.  Remove CQImode handling.
4426
4427 2010-01-18  Richard Guenther  <rguenther@suse.de>
4428
4429         PR middle-end/39954
4430         * cfgexpand.c (expand_call_stmt): TER pointer arguments in
4431         builtin calls.
4432
4433 2010-01-18  Richard Guenther  <rguenther@suse.de>
4434
4435         PR tree-optimization/42781
4436         * tree-ssa-structalias.c (find_what_var_points_to): Skip
4437         restrict processing only if the original variable was artificial.
4438
4439 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
4440
4441         * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
4442         find number of popped argument bytes.
4443
4444         (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
4445         Fix the text that describes the return value for invalid insns.
4446
4447         (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type.  Fix argument list.
4448
4449         (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
4450         Clarify what 'cost of the -dependence' is.  Fix quoting.
4451
4452         * toplev.c (default_get_pch_validity): Rename argument to "sz".
4453         * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
4454
4455 2010-01-17  Jakub Jelinek  <jakub@redhat.com>
4456
4457         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
4458         {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
4459
4460 2010-01-17  Richard Guenther  <rguenther@suse.de>
4461
4462         PR middle-end/42248
4463         * function.c (split_complex_args): Take a VEC to modify.
4464         (assign_parms_augmented_arg_list): Build a VEC instead of
4465         a chain of PARM_DECLs.
4466         (assign_parms_unsplit_complex): Take a VEC of arguments.
4467         Do not fixup unmodified parms.
4468         (assign_parms): Deal with the VEC.
4469         (gimplify_parameters): Likewise.
4470
4471 2010-01-17  Richard Guenther  <rguenther@suse.de>
4472
4473         * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
4474         node existence check.
4475         * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
4476         * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
4477         * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
4478         * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
4479         (gimple_execute_on_growing_pred): Likewise.
4480
4481 2010-01-17  Richard Guenther  <rguenther@suse.de>
4482
4483         PR tree-optimization/42773
4484         * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
4485         (compute_antic_aux): Likewise.
4486         (compute_partial_antic_aux): Likewise.
4487
4488 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
4489
4490         PR debug/42767
4491         * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
4492         and US_TRUNCATE.
4493
4494 2010-01-17  Joern Rennecke  <amylaar@spamcop.net>
4495
4496         * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
4497         appearance.
4498
4499         (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
4500         Fix markup for strict argument.
4501
4502         (TARGET_SCHED_REORDER2): Fix argument types.
4503
4504         (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
4505         (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
4506
4507         (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
4508         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
4509
4510         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
4511         Add argument name.
4512
4513         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
4514         (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
4515         (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
4516         (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
4517         (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
4518
4519         (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
4520
4521         (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
4522
4523         (TARGET_ASM_RELOC_RW_MASK): Add return type.
4524         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
4525
4526         (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
4527
4528         (TARGET_ASM_FILE_START): Put @findex before paragraph start.
4529         Use prototype.
4530
4531         (TARGET_ASM_NAMED_SECTION): Fix argument list.
4532
4533         (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
4534         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
4535
4536         (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
4537
4538         (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
4539
4540         (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
4541         referring to it.  Fix language.
4542
4543         (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
4544
4545         (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
4546
4547         (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
4548
4549         (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
4550
4551         (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
4552         '@var{stream}.  Remove stray 'and'.
4553
4554         (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
4555
4556         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
4557
4558         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
4559
4560         (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
4561         misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
4562
4563         (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
4564         Fix description of return value.
4565         Rename argument "sz" to "len."
4566
4567         (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
4568         Clarify meaning of 'true' return value.
4569
4570         (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
4571
4572         (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
4573         rep_mode versus mode_rep.
4574
4575         (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
4576
4577         (TARGET_BUILTIN_DECL): Fix name.
4578
4579         (TARGET_COMMUTATIVE_P): Fix type of first argument.
4580
4581         (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
4582
4583         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
4584
4585         (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
4586
4587         (TARGET_RELAXED_ORDERING): Use @deftypevr.
4588
4589         (TARGET_GET_DRAP_RTX): Note that this is a hook.
4590         Clarify language.
4591
4592         (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
4593         Rename argument tm_fn to md_fn.
4594
4595         (TARGET_OPTION_PRINT): Fix argument list.
4596
4597 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
4598
4599         PR target/42664
4600         * config/i386/i386.c (ix86_fixup_binary_operands):
4601         Revert FMA4 fixup of operands.
4602
4603 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4604
4605         PR gcc/42525
4606         * Makefile.in (write_entries_to_file, install-plugin):
4607         Use \012 instead of \n with tr.
4608
4609 2010-01-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
4610
4611         * configure.ac (HAVE_AS_REF): New C macro.
4612         * configure: Regenerate.
4613         * config.in: Likewise.
4614         * collect2.c (main): Only postpone SCAN_DWEH to the second pass
4615         if HAVE_AS_REF.
4616         * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
4617         if HAVE_AS_REF.
4618
4619 2010-01-16  Joern Rennecke  <amylaar@spamcop.net>
4620
4621         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
4622
4623         (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
4624
4625         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
4626
4627         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
4628
4629         (TARGET_IN_SMALL_DATA_P): Fix argument type.
4630
4631         (TARGET_BINDS_LOCAL_P): Fix argument type.
4632
4633         (TARGET_ASM_FILE_END): Use prototype.
4634
4635         (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
4636
4637         (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
4638
4639         (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
4640
4641         (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
4642
4643         (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
4644         (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
4645
4646         (TARGET_PCH_VALID_P): Put 'const char *' in braces.
4647         (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
4648
4649         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
4650         (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
4651         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
4652         (TARGET_ADDR_SPACE_CONVERT): Likewise.
4653
4654         (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
4655
4656         (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
4657
4658         (TARGET_INIT_BUILTINS): Use prototype.
4659
4660         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
4661         Put 'const char *' in braces.  Fix parameter types.
4662         (TARGET_INVALID_CONVERSION): Fix parameter types.
4663         (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
4664         (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
4665
4666         (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
4667         Fix argument type.
4668
4669         (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
4670
4671         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
4672
4673 2010-01-15  Joern Rennecke  <amylaar@spamcop.net>
4674
4675         * doc/tm.texi (TARGET_HELP): Fix return type.
4676
4677         (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
4678         in braces.  Fix argument types.
4679
4680         (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
4681
4682         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
4683
4684         (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
4685
4686         (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
4687         (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
4688
4689         (TARGET_MANGLE_TYPE): Fix argument types.
4690
4691         (TARGET_IRA_COVER_CLASSES): Use prototype.
4692
4693         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
4694
4695         (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
4696
4697         (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
4698
4699         (TARGET_MUST_PASS_IN_STACK): Fix argument type.
4700
4701         (TARGET_CALLEE_COPIES): Fix argument types.
4702
4703         (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
4704
4705         (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
4706
4707         (TARGET_FUNCTION_VALUE): Fix argument types.
4708
4709         (TARGET_RETURN_IN_MSB): Fix argument type.
4710
4711         (TARGET_RETURN_IN_MEMORY): Fix argument types.
4712
4713         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
4714
4715         (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
4716
4717         (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
4718         agree with return type.
4719
4720         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
4721
4722 2010-01-15  Jing Yu  <jingyu@google.com>
4723
4724         PR rtl-optimization/42691
4725         * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
4726         a pseudo to a constant and are merged, and adjust comments.
4727
4728 2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
4729
4730         * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
4731
4732 2010-01-15  Richard Guenther  <rguenther@suse.de>
4733
4734         PR middle-end/42739
4735         * tree-cfgcleanup.c (remove_forwarder_block): Move destination
4736         labels of computed or non-local gotos to the destination.
4737         * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
4738         landing pad label is the first label.
4739
4740 2010-01-15  Richard Guenther  <rguenther@suse.de>
4741
4742         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
4743
4744 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
4745
4746         PR target/42747
4747         * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
4748         to allow generation of the xssqrtdp instruction on power7.
4749         (sqrtdf2_fpr): Ditto.
4750
4751 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
4752
4753         PR middle-end/42674
4754         * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
4755         functions with noreturn attribute.
4756
4757         PR c++/42608
4758         * varasm.c (declare_weak): Add weak attribute to decl if it
4759         doesn't have one already.
4760         (assemble_external): Only add decls to weak_decls if they also
4761         have weak attribute.
4762
4763 2010-01-14  Alexandre Oliva  <aoliva@redhat.com>
4764
4765         * var-tracking.c (var_reg_delete): Don't delete the association
4766         between REGs and values or one-part variables if the register
4767         isn't clobbered.
4768
4769 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
4770
4771         PR debug/42657
4772         * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
4773         because its first operand is a non-localized variable.
4774
4775 2010-01-14  Martin Jambor  <mjambor@suse.cz>
4776
4777         PR tree-optimization/42706
4778         * tree-sra.c (encountered_recursive_call): New variable.
4779         (encountered_unchangable_recursive_call): Likewise.
4780         (sra_initialize): Initialize both new variables.
4781         (callsite_has_enough_arguments_p): New function.
4782         (scan_function): Call decl and flags check only for IPA-SRA, check
4783         whether there is a recursive call and whether it has enough arguments.
4784         (all_callers_have_enough_arguments_p): New function.
4785         (convert_callers): Look for recursive calls only when
4786         encountered_recursive_call is set.
4787         (ipa_early_sra): Bail out either if
4788         !all_callers_have_enough_arguments_p or
4789         encountered_unchangable_recursive_call.
4790
4791 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
4792
4793         * sel-sched.c: Add 2010 to copyright years.
4794         * sel-sched-ir.c: Likewise.
4795         * sel-sched-ir.h: Likewise.
4796
4797 2010-01-14  Martin Jambor  <mjambor@suse.cz>
4798
4799         PR tree-optimization/42714
4800         * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
4801         constructors specially.
4802
4803 2010-01-14  Andi Kleen  <ak@linux.intel.com>
4804
4805         * config/i386/drivers-i386.c (detect_caches_intel):
4806         Add l2sizekb parameter and fill in.
4807         (host_detect_local_cpu): Add l2sizekb, fill in.
4808         Add Atom small cache heuristic.
4809
4810 2010-01-14  Andi Kleen  <ak@linux.intel.com>
4811
4812         * config/i386/drivers-i386.c (detect_caches_cpuid4):
4813         Add level3 parameter and fill in.
4814         (detect_caches_intel): Handle level3 cache.
4815
4816 2010-01-14  Andi Kleen  <ak@linux.intel.com>
4817
4818         * config/i386/drivers-i386.c (host_detect_local_cpu):
4819         Fix core duo detection.
4820
4821 2010-01-14  Andi Kleen  <ak@linux.intel.com>
4822
4823         * config/i386/drivers-i386.c (host_detect_local_cpu):
4824         Fix Atom detection.
4825
4826 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
4827
4828         * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
4829         (rs6000_variable_issue_1): this.  Use...
4830         (rs6000_variable_issue): here.  Reimplement.  Print debug info.
4831
4832 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
4833
4834         * sel-sched-ir.c (sel_restore_other_notes): Rename to
4835         sel_restore_notes.  Update all callers.  Call reemit_notes
4836         for all insns.
4837
4838 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
4839
4840         PR rtl-optimization/42246
4841         * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
4842         loops.
4843
4844 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
4845
4846         * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
4847         all successors is the same as number of successors in current region.
4848
4849 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
4850
4851         * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
4852         to rename is not separable.  Otherwise check that its LHS is not NULL.
4853
4854 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
4855
4856         * sel-sched.c (choose_best_reg_1):  Loop over all regs for mode.
4857
4858 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
4859
4860         * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
4861         available registers when failed to discover LHS register class.
4862         Fix indentation.  Update comment.
4863
4864 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
4865             Alexander Monakov  <amonakov@ispras.ru>
4866
4867         PR rtl-optimization/42389
4868         * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
4869         to can_issue_more.
4870         (advance_state_on_fence): Likewise.
4871         (sel_target_adjust_priority): Print debug output only when
4872         sched_verbose >= 4, not 2.
4873         (get_expr_cost): Do not issue all unique insns on the next cycle.
4874         (fill_insns): Initialize can_issue_more from the value saved
4875         with the fence.
4876         * sel-sched-ir.c (flist_add): New parameter issue_more.
4877         Init FENCE_ISSUE_MORE with it.
4878         (merge_fences): Likewise.
4879         (init_fences): Update call to flist_add.
4880         (add_to_fences, add_clean_fence_to_fences)
4881         (add_dirty_fence_to_fences): Likewise.
4882         (move_fence_to_fences): Update call to merge_fences.
4883         (invoke_reorder_hooks): Do not reset can_issue_more on insns from
4884         sched groups.
4885         * sel-sched-ir.h (struct _fence): New field issue_more.
4886         (FENCE_ISSUE_MORE): New accessor macro.
4887
4888 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
4889
4890         PR rtl-optimization/42388
4891         * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
4892         that have no predecessors nor successors.  Do not call move_bb_info
4893         for empty blocks outside of current region.
4894
4895 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
4896
4897         PR rtl-optimization/42294
4898         * sel-sched-ir.h (struct _sel_insn_data): Update comment.
4899         * sel-sched.c (move_exprs_to_boundary): Transitively add all
4900         originators' originators.
4901
4902 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
4903
4904         PR rtl-optimization/39453
4905         PR rtl-optimization/42246
4906         * sel-sched-ir.c (considered_for_pipelining_p): Do not test
4907         for pipelining_p.
4908         (sel_add_loop_preheaders): Add preheader to last_added_blocks.
4909
4910 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
4911             Alexander Monakov  <amonakov@ispras.ru>
4912
4913         PR middle-end/42245
4914         * sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
4915         (maybe_tidy_empty_bb): ... here.  Make static.  Add new
4916         argument.  Update all callers.
4917         (tidy_control_flow): ... and here.  Recompute topological order
4918         of basic blocks in region if necessary.
4919         (sel_redirect_edge_and_branch): Change return type.  Return true
4920         if topological order might have been invalidated.
4921         (purge_empty_blocks): Export and move from...
4922         * sel-sched.c (purge_empty_blocks): ... here.
4923         * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
4924         (maybe_tidy_empty_bb): Delete prototype.
4925         (purge_empty_blocks): Declare.
4926
4927 2010-01-14  Andrey Belevantsev <abel@ispras.ru>
4928
4929         PR rtl-optimization/42249
4930         * sel-sched.c (try_replace_dest_reg): When chosen register
4931         and original register is the same, do not bail out early, but
4932         still check all original insns for validity of replacing destination
4933         register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
4934         in this case.
4935
4936 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
4937
4938         PR c/42721
4939         Port from no-undefined-overflow branch:
4940         2009-03-09  Richard Guenther  <rguenther@suse.de>
4941
4942         * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
4943
4944 2010-01-14  Richard Guenther  <rguenther@suse.de>
4945
4946         PR lto/42665
4947         * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
4948
4949 2010-01-14  Ira Rosen  <irar@il.ibm.com>
4950
4951         PR tree-optimization/42709
4952         * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
4953         as scalar type in creation of constant vector operand.
4954
4955 2010-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4956
4957         PR testsuite/42414
4958         * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
4959         (check-parallel-%): Match `testsuite' directory component only
4960         at the end.
4961
4962 2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>
4963
4964         PR translation/39521
4965         * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
4966         strings with _().
4967
4968 2010-01-13  Richard Guenther  <rguenther@suse.de>
4969
4970         PR tree-optimization/42730
4971         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
4972         offset zero.
4973
4974 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
4975
4976         PR target/pr42542
4977         * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
4978         for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
4979         them signed.
4980
4981 2010-01-13  Bernd Schmidt  <bernd.schmidt@analog.com>
4982
4983         * config/bfin/libgcc-bfin.ver: Regenerate based on current
4984         libgcc-std.ver.  Add entries for ___smulsi3_highpart and
4985         ___umulsi3_highpart.
4986
4987         * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
4988         rather than schedule_insns if the pass is enabled.
4989
4990 2010-01-13  Martin Jambor  <mjambor@suse.cz>
4991
4992         PR tree-optimization/42704
4993         * tree-sra.c (sra_modify_assign): Do not delete assignments to
4994         SSA_NAMEs.
4995
4996 2010-01-13  Martin Jambor  <mjambor@suse.cz>
4997
4998         PR tree-optimization/42703
4999         * tree-sra.c (analyze_access_subtree): Check that we can build a
5000         reference to the original data within the aggregate.
5001
5002 2010-01-13  Richard Guenther  <rguenther@suse.de>
5003
5004         PR tree-optimization/42705
5005         * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
5006
5007 2010-01-13  Richard Guenther  <rguenther@suse.de>
5008
5009         PR middle-end/42716
5010         * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
5011
5012 2010-01-13  Jakub Jelinek  <jakub@redhat.com>
5013
5014         PR debug/41371
5015         * var-tracking.c (values_to_unmark): New variable.
5016         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
5017         values_to_unmark vector.  Moved body to...
5018         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
5019         instead queue it into values_to_unmark vector.
5020         (vt_find_locations): Free values_to_unmark vector.
5021
5022 2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
5023
5024         * config/s390/s390.c (override_options): Set
5025         default of max-pending-list-length to 256
5026
5027 2010-01-13  Richard Guenther  <rguenther@suse.de>
5028
5029         PR lto/42678
5030         * tree-pass.h (PROP_gimple_lcx): New.
5031         * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
5032         * passes.c (init_optimization_passes): Move pass_lower_complex_O0
5033         before the final cleanup_eh.
5034         (dump_properties): Dump PROP_gimple_lcx.
5035         * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
5036         (tree_lower_complex_O0): Remove.
5037         (gate_no_optimization): Run if PROP_gimple_lcx is not set.
5038         (pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
5039         tree_lower_complex, schedule TODO_update_ssa.
5040         * lto-streamer-out.c (output_function): Stream the functions
5041         properties.
5042         * lto-streamer-in.c (input_function): Likewise.
5043         (lto_read_body): Do not override them here.
5044
5045 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
5046
5047         PR c/42708
5048         * c-typeck.c (build_c_cast): Fold value cast to union type before
5049         wrapping it in a CONSTRUCTOR.
5050
5051 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
5052
5053         PR rtl-optimization/42699
5054         * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
5055         involved.
5056
5057 2010-01-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5058
5059         * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
5060         SUBTARGET_WARN_UNUSED_SPEC): Move ...
5061         config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
5062         SUBTARGET_WARN_UNUSED_SPEC): ... here
5063         * config/mips/iris5.h (LIBGCC_SPEC): Define.
5064
5065 2010-01-12  Julian Brown  <julian@codesourcery.com>
5066
5067         * config/arm/neon-schedgen.ml (Utils): Don't try to
5068         open missing module.
5069         (find_with_result): New.
5070
5071 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
5072
5073         PR debug/42662
5074         * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
5075         sharing when canonicalizing ({lt,ge}u (plus a b) b).
5076
5077         PR tree-optimization/42645
5078         * tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
5079         (remap_ssa_name): If processing_debug_stmt and name wasn't found in
5080         decl_map, set processing_debug_stmt to -1 and return name without
5081         any remapping.
5082
5083 2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
5084
5085         * doc/install.texi (Specific#x-x-cygwin): Document minimum required
5086         binutils version, and reword target configuration description.
5087
5088 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
5089
5090         * config/avr/avr.h (LINKER_NAME): Remove.
5091
5092 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
5093
5094         PR target/42416
5095         * config/rs6000/rs6000.c (rs6000_override_options): On targets
5096         that support VSX, warn for -mno-altivec if vsx is not disabled,
5097         and disable vsx.
5098
5099 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
5100             Shujing Zhao  <pearly.zhao@oracle.com>
5101
5102         PR translation/42469
5103         * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
5104         fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
5105         character between option name and help text.
5106         * c.opt (imultilib): Likewise.
5107
5108 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
5109
5110         * lto-streamer-out.c (output_unreferenced_globals): Output static
5111         variables.
5112
5113 2010-01-10  Steven Bosscher  <steven@gcc.gnu.org>
5114
5115         PR rtl-optimization/42621
5116         * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
5117         optimizing for size.
5118         (duplicate_computed_gotos): Remove now-redundant check.
5119
5120 2010-01-10  Steve Ellcey  <sje@cup.hp.com>
5121
5122         PR target/37454
5123         * configure.ac: Save and restore LDFLAGS and LIBS
5124         * configure: Regenerate.
5125
5126 2010-01-10  Richard Guenther  <rguenther@suse.de>
5127
5128         PR middle-end/42667
5129         * builtins.c (fold_builtin_strlen): Add type argument and
5130         convert the resulting length to it.
5131         (fold_builtin_1): Adjust.
5132
5133 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
5134
5135         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
5136         sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
5137         1 insn.
5138         (num_insns_constant_wide): Adjust for that change.
5139
5140 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
5141
5142         PR debug/42631
5143         * web.c (union_defs): Add used argument, to combine uses of
5144         uninitialized regs.
5145         (entry_register): Adjust type and tests of used argument.
5146         (web_main): Widen used for new use.  Pass it to union_defs.
5147         * df.h (union_defs): Adjust prototype.
5148
5149 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
5150
5151         PR debug/42630
5152         * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
5153         uses in new incoming argument.  Free body.
5154         (reset_debug_uses_in_loop): New.
5155         (analyze_insn_to_expand_var): Call the latter if the former found
5156         anything.  Fix whitespace.  Reject invalid dest overlaps before
5157         going through all insns in the loop.
5158
5159 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
5160
5161         PR debug/42629
5162         * haifa-sched.c (dying_use_p): Debug insns don't count.
5163
5164 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
5165
5166         PR middle-end/42363
5167         * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
5168         * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
5169         (verify_gimple_call): Reject LHS in noreturn calls.
5170
5171 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
5172
5173         PR debug/42604
5174         PR debug/42395
5175         * tree-vect-loop-manip.c (adjust_info): New type.
5176         (adjust_vec): New pointer to vector.
5177         (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
5178         (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
5179         (slpeel_update_phis_for_duplicate_loop): Use them.
5180         (slpeel_update_phi_nodes_for_guard1): Likewise.
5181         (slpeel_update_phi_nodes_for_guard2): Likewise.
5182         (slpeel_tree_peel_loop_to_edge): Likewise.
5183         (vect_update_ivs_after_vectorizer): Likewise.
5184
5185 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
5186
5187         * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
5188         (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
5189
5190 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
5191
5192         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
5193         bogus uninitialized warning.
5194
5195 2010-01-09  Richard Guenther  <rguenther@suse.de>
5196
5197         PR middle-end/42512
5198         * tree-scalar-evolution.c (interpret_loop_phi): Make sure
5199         the evolution is compatible with the initial condition.
5200
5201 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
5202
5203         * gcc.c (process_command): Update copyright notice dates.
5204         * gcov.c (print_version): Likewise.
5205         * gcov-dump.c (print_version): Likewise.
5206         * mips-tfile.c (main): Likewise.
5207         * mips-tdump.c (main): Likewise.
5208
5209 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
5210
5211         PR target/41885
5212         * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
5213         (rotlhi3): Delete.
5214         (rotlhi3_8): Delete.
5215         (rotlsi3): Delete.
5216         (rotlsi3_8): Delete.
5217         (rotlsi3_16): Delete.
5218         (rotlsi3_24): Delete.
5219         (rotl<mode>3): New.
5220         (*rotw<mode>3): New.
5221         (*rotb<mode>3): New.
5222         * config/avr/avr.c (avr_rotate_bytes): New function.
5223         * config/avr/avr-proto.h (avr_rotate_bytes): New function.
5224
5225 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
5226
5227         PR target/37454
5228         * configure.ac: Modify -rdynamic check.
5229         * configure: Regenerate.
5230
5231 2010-01-08  DJ Delorie  <dj@redhat.com>
5232
5233         * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
5234         register popping order.
5235
5236 2010-01-08  Richard Guenther  <rguenther@suse.de>
5237
5238         PR lto/42528
5239         * c.opt (fsigned-char): Also let LTO handle this option.
5240         (funsigned-char): Likewise.
5241
5242 2010-01-07  Richard Guenther  <rguenther@suse.de>
5243
5244         * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
5245         (gimple_op): Likewise.
5246         (gimple_op_ptr): Likewise.
5247         (gimple_assign_set_lhs): Remove gcc_assert.
5248         (gimple_assign_set_rhs1): Likewise.
5249         (gimple_assign_set_rhs2): Likewise.
5250         (gimple_call_set_lhs): Likewise.
5251         (gimple_call_set_fn): Likewise.
5252         (gimple_call_set_fndecl): Likewise.
5253         (gimple_call_fndecl): Likewise.
5254         (gimple_call_return_type): Likewise.
5255         (gimple_call_set_chain): Likewise.
5256         (gimple_call_num_args): Likewise.
5257         (gimple_call_set_arg): Likewise.
5258         (gimple_cond_set_code): Likewise.
5259         (gimple_cond_set_lhs): Likewise.
5260         (gimple_cond_set_rhs): Likewise.
5261         (gimple_cond_set_true_label): Likewise.
5262         (gimple_cond_set_false_label): Likewise.
5263         (gimple_label_set_label): Likewise.
5264         (gimple_goto_set_dest): Likewise.
5265         (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
5266         (gimple_debug_bind_get_value): Likewise.
5267         (gimple_debug_bind_get_value_ptr): Likewise.
5268         (gimple_debug_bind_set_var): Likewise.
5269         (gimple_debug_bind_set_value): Likewise.
5270         (gimple_debug_bind_reset_value): Likewise.
5271         (gimple_debug_bind_has_value_p): Likewise.
5272         (gimple_return_retval_ptr): Remove gcc_assert.
5273         (gimple_return_retval): Likewise.
5274         (gimple_return_set_retval): Likewise.
5275         * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
5276         (safe_referenced_var_iterator): Remove.
5277         (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
5278         * tree-flow-inline.h (gimple_nonlocal_all): Remove.
5279         (fill_referenced_var_vec): Remove.
5280         (first_readonly_imm_use): Remove redundant gcc_assert.
5281         (phi_arg_index_from_use): Combine gcc_asserts.
5282         (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
5283         (first_imm_use_stmt): Remove redundant gcc_assert.
5284         * tree-cfg.c (verify_gimple_call): Verify function and chain
5285         operands.  Verify arguments.
5286         (verify_types_in_gimple_stmt): Verify condition code and labels.
5287
5288 2010-01-07  Richard Guenther  <rguenther@suse.de>
5289
5290         PR tree-optimization/42641
5291         * sese.c (rename_map_elt_info): Use the SSA name version, do
5292         not hash pointers.
5293
5294 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
5295
5296         PR tree-optimization/42625
5297         * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
5298         TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
5299
5300 2010-01-07  Duncan Sands  <baldrick@free.fr>
5301
5302         * Makefile.in (PLUGIN_HEADERS): Add version.h.
5303
5304 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
5305
5306         PR target/42511
5307         * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
5308         note itself is not function_invariant_p.
5309
5310 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
5311
5312         * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
5313         Do not add the DF_NOTE problem.
5314         * store-motion.c (execute_rtl_store_motion): Likewise.
5315
5316 2010-01-07  Martin Jambor  <mjambor@suse.cz>
5317
5318         PR tree-optimization/42157
5319         * tree-sra.c (compare_access_positions): Stabilize sort if both
5320         accesses have integer types, return zero immediately if they are the
5321         same.
5322
5323 2010-01-06  Richard Henderson  <rth@redhat.com>
5324
5325         PR middle-end/41883
5326         * haifa-sched.c (add_to_note_list): Merge into ...
5327         (concat_note_lists): ... here, and ...
5328         (unlink_other_notes, rm_other_notes): Merge into...
5329         (remove_notes): ... here.  Create REG_SAVE_NOTEs for
5330         NOTE_INSN_EPILOGUE_BEG.
5331
5332 2010-01-06  Richard Guenther  <rguenther@suse.de>
5333
5334         * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
5335         not inline regular functions into always-inline functions.
5336
5337 2010-01-06  Nick Clifton  <nickc@redhat.com>
5338
5339         * config/rx/rx.h (enum rx_cpu_type): Add RX200.
5340         (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
5341         used together.
5342         (OVERRIDE_OPTIONS): Delete.
5343         (OPTIMIZATION_OPTIONS): Define.
5344         (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
5345         * config/rx/rx.c (rx_handle_option): Issue an error message if
5346         -mcpu=rx200 and -fpu are used together.
5347         (rx_set_optimization_options): New function.  Issue an error
5348         message if an optimization attribute attempts to reset the FPU/
5349         math optimization pairing.
5350         * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
5351         * config/rx/rx.opt: Set the default to 32-bit doubles.
5352         * config/rx/t-rx: Add multilibs for -nofpu option.
5353         * doc/invoke.texi: Update documentation of RX options.
5354
5355 2010-01-06  Richard Guenther  <rguenther@suse.de>
5356
5357         * tree-ssa-pre.c (name_to_id): New global.
5358         (alloc_expression_id): Simplify SSA name handling.
5359         (lookup_expression_id): Likewise.
5360         (init_pre): Zero name_to_id.
5361         (fini_pre): Free it.
5362
5363 2010-01-06  Uros Bizjak  <ubizjak@gmail.com>
5364
5365         * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
5366
5367 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
5368
5369         PR target/42542
5370         * config/i386/sse.md (smaxv2di3): New.
5371         (umaxv2di3): Likewise.
5372         (sminv2di3): Likewise.
5373         (uminv2di3): Likewise.
5374
5375 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
5376
5377         PR target/42564
5378         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
5379         * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
5380         (legitimize_tls_address): Likewise.
5381         (sparc_tls_referenced_p): Likewise.
5382         * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
5383         and adjust calls to legitimize_pic_address.
5384         (legitimate_constant_p) Use sparc_tls_referenced_p.
5385         (legitimate_pic_operand_p): Likewise.
5386         (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
5387         (sparc_tls_symbol_ref_1): Delete.
5388         (sparc_tls_referenced_p): Make static, recognize specific patterns.
5389         (legitimize_tls_address): Make static, handle CONST patterns.
5390         (legitimize_pic_address): Make static, remove unused parameter and
5391         adjust recursive calls.
5392         (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
5393         and adjust call to legitimize_pic_address.
5394         (sparc_output_mi_thunk): Likewise.
5395
5396 2010-01-05  Paolo Bonzini  <bonzini@gnu.rg>
5397             H.J. Lu  <hongjiu.lu@intel.com>
5398
5399         PR target/42542
5400         * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
5401         for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
5402         operands to make them signed.
5403
5404         Revert:
5405         2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
5406
5407         PR target/42542
5408         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
5409         GTU to GT for V4SI and V2DI.
5410
5411         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
5412         (umin<mode>3): Removed.
5413         (uminv8hi3): New.
5414         (uminv4si3): Likewise.
5415
5416 2010-01-05  Martin Jambor  <mjambor@suse.cz>
5417
5418         PR tree-optimization/42462
5419         * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
5420         current_function_decl to helper functions and macros.
5421
5422 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5423
5424         PR bootstrap/41771
5425         * flags.h: Don't include real.h.
5426         (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
5427         HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
5428         * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
5429         HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
5430         * dominance.c: Update copyright.
5431         * gimple.c (walk_gimple_op): Remove inline.
5432         * tree-ssa-reassoc.c: Include real.h.
5433         * Makefile.in (FLAGS_H): Remove $(REAL_H).
5434         (tree-ssa-reassoc.o): Depend on $(REAL_H).
5435
5436 2010-01-05  Nick Clifton  <nickc@redhat.com>
5437
5438         * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
5439         register to push into the stack frame when the accumulator has to
5440         be saved during interrupts.
5441
5442 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
5443
5444         * doc/invoke.texi: Remove the documentation about option
5445         -Wunreachable-code.
5446         * common.opt (Wunreachable-code):  Preserved for backward
5447         compatibility.
5448         * tree-cfg.c: Remove the implementation of -Wunreachable-code.
5449         * opts.c (common_handle_option): Add OPT_Wunreachable_code to
5450         the backward compatibility flag section.
5451
5452 2010-01-05  Richard Guenther  <rguenther@suse.de>
5453
5454         * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
5455
5456 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
5457
5458         PR other/42611
5459         * cfgexpand.c (expand_one_var): Diagnose too large variables.
5460
5461         PR tree-optimization/42508
5462         * tree-sra.c (convert_callers): Check for recursive call
5463         by comparing cgraph nodes instead of decls.
5464         (modify_function): Call ipa_modify_formal_parameters also
5465         on all same_body aliases.
5466
5467         * cgraphunit.c (cgraph_materialize_all_clones): Compare
5468         cgraph nodes when checking for same_body aliases.
5469
5470 2010-01-05  Richard Guenther  <rguenther@suse.de>
5471
5472         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
5473         allocation and lookup.
5474         (get_or_alloc_expr_for_constant): Likewise.
5475         (phi_translate): Sink allocation.
5476
5477 2010-01-04  Richard Guenther  <rguenther@suse.de>
5478
5479         * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
5480         a new entry only if needed.
5481         * tree-ssa-dom.c (lookup_avail_expr): Likewise.
5482         * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
5483         hashtable lookup.
5484         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
5485         the result array.
5486         (phi_translate): Handle CONSTANTs early.
5487
5488 2010-01-04  Martin Jambor  <mjambor@suse.cz>
5489
5490         PR tree-optimization/42398
5491         * tree-sra.c (struct access): Removed flag grp_different_types.
5492         (dump_access): Do not dump the removed flag.
5493         (sort_and_splice_var_accesses): Do not set the removed flag.
5494         (sra_modify_expr): Check for type compatibility directly.
5495
5496 2010-01-04  Martin Jambor  <mjambor@suse.cz>
5497
5498         PR tree-optimization/42366
5499         * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
5500         edges with variable number of parameters.
5501         * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
5502         flag instead of asserting it.
5503         (ipa_read_node_info): Read uses_analysis_done flag.
5504
5505 2010-01-04  Richard Guenther  <rguenther@suse.de>
5506
5507         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
5508         iterative_hash_* as intended.
5509         (vn_reference_compute_hash): Likewise.  Simplify hashing
5510         SSA names.
5511         (vn_reference_lookup_2): Likewise.
5512         (vn_nary_op_compute_hash): Likewise.
5513         (vn_phi_compute_hash): Likewise.
5514         (expressions_equal_p): Remove strange code.
5515         * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
5516         (pre_expr_hash): Likewise.  Simplify hashing SSA names.
5517         (bitmap_insert_into_set_1): Take value-id as parameter.
5518         (add_to_value): Pass it.
5519         (bitmap_insert_into_set): Likewise.
5520         (bitmap_value_insert_into_set): Likewise.  Remove redundant check.
5521
5522 2010-01-04  Jakub Jelinek  <jakub@redhat.com>
5523
5524         PR driver/42442
5525         * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
5526         (do_self_spec): For switches with SWITCH_IGNORE set set also
5527         SWITCH_IGNORE_PERMANENTLY.
5528         (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
5529         of SWITCH_IGNORE.
5530
5531 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
5532
5533         * lto-streamer-out.c (output_unreferenced_globals): Output the full
5534         tree of an unreferenced global var.
5535
5536 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
5537
5538         PR target/42542
5539         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
5540         GTU to GT for V4SI and V2DI.
5541
5542         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
5543         (umin<mode>3): Removed.
5544         (uminv8hi3): New.
5545         (uminv4si3): Likewise.
5546
5547 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
5548
5549         PR lto/42581
5550         * collect2.c (main): Turn on trace in collect2 if -v is passed
5551         to gcc with LTO.
5552
5553 2010-01-03  Jerry Quinn  <jlquinn@optonline.net>
5554
5555         * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
5556         description of expression operand.
5557
5558 2010-01-03  Andrew Jenner  <andrew@codesourcery.com>
5559
5560         * configure.ac: Add install-html to target_list for Make-hooks.
5561         * configure: Regenerate.
5562         * fortran/Make-lang.in (F95_HTMLFILES): New.
5563         (fortran.html): Use it.
5564         (fortran.install-html): New.
5565         * Makefile.in (install-html): Add lang.install-html.
5566         * java/Make-lang.in (JAVA_HTMLFILES): New.
5567         (java.html): Use it.
5568         (java.install-html): New.
5569         * objc/Make-lang.in (objc.install-html): New.
5570         * objcp/Make-lang.in (obj-c++.install-html): New.
5571         * cp/Make-lang.in (c++.install-html): New.
5572         * ada/gcc-interface/Make-lang.in (ada.install-html): New.
5573         * lto/Make-lang.in (lto.install-html): New.
5574
5575 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
5576
5577         PR lto/42520
5578         * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
5579
5580 2009-01-03  Steven Bosscher  <steven@gcc.gnu.org>
5581
5582         PR rtl-optimization/41862
5583         * store-motion.c (store_killed_in_insn, compute_store_table,
5584         remove_reachable_equiv_notes, replace_store_insn,
5585         build_store_vectors): Ignore all DEBUG_INSNs.
5586
5587 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
5588
5589         PR lto/41564
5590         * common.opt: Add dumpdir.
5591
5592         * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
5593         isn't specified.
5594         (option_map): Add --dumpdir.
5595
5596         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
5597
5598         * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
5599
5600         * opts.c (decode_options): Try dump_dir_name first if
5601         dump_base_name isn't an absolute path.
5602         (common_handle_option): Handle OPT_dumpdir.
5603
5604         * toplev.c (dump_dir_name): New.
5605         (print_switch_values): Also ignore -dumpdir.
5606
5607         * toplev.h (dump_dir_name): New.
5608
5609 2010-01-03  Richard Guenther  <rguenther@suse.de>
5610
5611         PR tree-optimization/42589
5612         * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
5613         double-word expansion of bswap32.
5614
5615 2010-01-03  Steven Bosscher  <steven@gcc.gnu.org>
5616
5617         * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
5618         with BLOCK_FOR_INSN.
5619         * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
5620         * ifcvt.c (noce_get_alt_condition, noce_try_abs,
5621         noce_process_if_block): Likewise.
5622         * gcse.c (compute_local_properties, insert_expr_in_table,
5623         insert_set_in_table, canon_list_insert, find_avail_set,
5624         pre_insert_copy_insn): Likewise.
5625
5626         * basic-block.h (BLOCK_NUM): Move from here...
5627         * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
5628
5629 2010-01-03  Richard Guenther  <rguenther@suse.de>
5630
5631         PR tree-optimization/42438
5632         * tree-ssa-pre.c (struct bb_bitmap_sets): Add
5633         contains_may_not_return_call flag.
5634         (BB_MAY_NOTRETURN): New.
5635         (valid_in_sets): Trapping nary operations are not valid
5636         in blocks that may not return.
5637         (insert_into_preds_of_block): Remove check for trapping expressions.
5638         (compute_avail): Compute also BB_MAY_NOTRETURN.
5639
5640 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
5641
5642         * doc/invoke.texi: Add 2010 to copyright years.
5643
5644 2010-01-03  Eric Botcazou  <ebotcazou@adacore.com>
5645
5646         * config/sparc/sparc.c: Fix formatting nits.
5647
5648 2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
5649             Alexander Monakov  <amonakov@ispras.ru>
5650
5651         * doc/invoke.texi (Optimize Options): Reword introduction a bit.
5652
5653 2010-01-02  Richard Guenther  <rguenther@suse.de>
5654
5655         PR middle-end/42577
5656         * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
5657         (simplify_switch_using_ranges): Mark to be removed edges
5658         as non-executable.
5659
5660 2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5661
5662         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
5663
5664         * collect2.c (scan_libraries): Add missing argument in call to
5665         scan_prog_file.
5666
5667 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
5668
5669         PR target/42448
5670         * config/alpha/predicates.md (aligned_memory_operand): Return false
5671         for CQImode.
5672         (unaligned_memory_operand): Return true for CQImode.
5673         * config/alpha/alpha.c (get_aligned_mem): Assert that location
5674         doesn not cross aligned SImode word boundary.
5675
5676 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
5677
5678         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
5679         Remove.
5680         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
5681         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
5682
5683 2010-01-02  Richard Guenther  <rguenther@suse.de>
5684
5685         PR lto/41597
5686         * toplev.c (compile_file): Emit LTO marker properly.  Change
5687         it to __gnu_lto_v1.
5688         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
5689
5690 2010-01-01  Richard Guenther  <rguenther@suse.de>
5691
5692         PR debug/42455
5693         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
5694
5695 2010-01-01  Richard Guenther  <rguenther@suse.de>
5696
5697         PR c/42570
5698         * c-decl.c (grokdeclarator): For zero-size arrays force
5699         structural equality checks as layout_type does.
5700
5701 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
5702
5703         * builtins.c: Update copyright to 2010.
5704
5705 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
5706
5707         PR lto/42531
5708         * lto-streamer-out.c (produce_asm): Revert the last change.
5709         (copy_function): Likewise.
5710
5711         * lto-streamer.c (lto_get_section_name): Skip any leading
5712         asterisk in name.
5713
5714 2010-01-01  Richard Guenther  <rguenther@suse.de>
5715
5716         PR middle-end/42559
5717         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
5718         for LABEL_DECLs.
5719
5720 \f
5721 Copyright (C) 2010 Free Software Foundation, Inc.
5722
5723 Copying and distribution of this file, with or without modification,
5724 are permitted in any medium without royalty provided the copyright
5725 notice and this notice are preserved.