2010-05-26 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / ChangeLog
blob1603ccbbe70940541138b3f6c9fa589c01b65520
1 2010-05-26  Richard Guenther  <rguenther@suse.de>
3         PR middle-end/44069
4         * tree-ssa-ccp.c (maybe_fold_stmt_addition): Avoid generating
5         out-of-bounds array accesses.
7 2010-05-26  Richard Guenther  <rguenther@suse.de>
9         Backport from mainline:
10         2010-04-15  Richard Guenther  <rguenther@suse.de>
12         * alias.c (alias_set_subset_of): Handle alias-set zero
13         child properly.
15 2010-05-26  Jakub Jelinek  <jakub@redhat.com>
17         PR target/44199
18         * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
19         or total_size is larger than red zone size for non-V4 ABI, emit a
20         stack_tie resp. frame_tie insn before stack pointer restore.
21         * config/rs6000/rs6000.md (frame_tie): New insn.
23 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25         * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
26         stderr to /dev/null instead of grep -q.
27         * configure: Regenerate.
29 2010-05-25  Richard Guenther  <rguenther@suse.de>
31         * gimple.c (gimple_types_compatible_p): Check type qualifications
32         before merging pointer to complete and pointer to incomplete type.
33         * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
34         we use our own resolution algorithm.  The gold linker plugin
35         doesn't do the job we want it to do here.
37 2010-05-24  Richard Guenther  <rguenther@suse.de>
39         PR lto/44196
40         * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
42 2010-05-24  Uros Bizjak  <ubizjak@gmail.com>
44         Backport from mainline:
45         2010-05-20  Uros Bizjak  <ubizjak@gmail.com>
47         PR target/43733
48         * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
49         * configure: Regenerate.
50         * config.in: Regenerate.
51         * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
52         instead of sahf only for 64bit targets.
54 2010-05-24  H.J. Lu  <hongjiu.lu@intel.com>
56         Backport from mainline
57         2010-05-24  H.J. Lu  <hongjiu.lu@intel.com>
59         * config/i386/ia32intrin.h (__crc32q): Define only if
60         __SSE4_2__ is defined.
62 2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>
64         Backport from mainline
65         2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>
67         PR target/44245
68         * config/i386/i386.c (def_builtin): Properly check
69         OPTION_MASK_ISA_64BIT.
71 2010-05-23  Maarten Lankhorst  <mlankhorst@codeweavers.com>
73         Merged from trunk
74         PR target/43869
75         * config/i386/i386.c: Make sure that the correct regparm is passed.
77 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
79         PR debug/44223
80         * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
81         unchain each use from the cyclic next_regno_use chain first.
83 2010-05-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
85         * config/s390/s390.c (override_options): Increase the default
86         of max-completely-peel-times.
88 2010-05-21  Richard Guenther  <rguenther@suse.de>
90         PR tree-optimization/44038
91         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
92         taking the address of a V_C_E of a constant.
94 2010-05-21  Richard Guenther  <rguenther@suse.de>
96         PR tree-optimization/43949
97         * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigend types.
98         (extract_range_from_binary_expr): Handle TRUNC_MOD_EXPR.
100 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
102         PR debug/44205
103         * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
104         at -O0 goto_locus of any of the incoming edges differs from
105         goto_locus of outgoing edge, or gimple_location of any of the
106         labels differs.
108 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
110         PR debug/44178
111         * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
112         setup_ref_regs for DEBUG_INSNs.
114 2010-05-19  Kenneth Zadeck  <zadeck@naturalbridge.com>
116         PR bootstrap/43870
117         * df-scan.c (df_ref_compare): Stabilize sort.
119 2010-05-20  Hans-Peter Nilsson  <hp@axis.com>
121         PR target/44202
122         * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
123         settings for 16-bit-constant "addo" alternative.
125 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
127         Backport from mainline:
128         2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
130         PR target/44074
131         * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
132         * configure: Regenerate.
133         * config.in: Regenerate.
134         * config/i386/i386.c (print_operand) <case ;>: Also print ; if
135         !HAVE_AS_IX86_REP_LOCK_PREFIX.
136         Don't emit whitespace.
137         * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
138         (*rep_movsi): Likewise.
139         (*rep_movsi_rex64): Likewise.
140         (*rep_movqi): Likewise.
141         (*rep_movqi_rex64): Likewise.
142         (*rep_stosdi_rex64): Likewise.
143         (*rep_stossi): Likewise.
144         (*rep_stossi_rex64): Likewise.
145         (*rep_stosqi): Likewise.
146         (*rep_stosqi_rex64): Likewise.
147         (*cmpstrnqi_nz_1): Use {%;} after repz.
148         (*cmpstrnqi_nz_rex_1): Likewise.
149         (*cmpstrnqi_1): Likewise.
150         (*cmpstrnqi_rex_1): Likewise.
151         (*strlenqi_1): Use {%;} after repnz.
152         (*strlenqi_rex_1): Likewise.
153         * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
154         (*sync_compare_and_swap<mode>): Likewise.
155         (sync_double_compare_and_swap<mode>): Likewise.
156         (*sync_double_compare_and_swapdi_pic): Likewise.
157         (sync_old_add<mode>): Likewise.
158         (sync_add<mode>): Likewise.
159         (sync_sub<mode>): Likewise.
160         (sync_<code><mode>): Likewise.
162 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
164         * doc/sourcebuild.texi (Effective-Target Keywords): Document
165         3dnow, sse3, sse2.
166         (Directives): Document optional dg-require-effective-target
167         selector.
169 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
171         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
172         pentiumpro on Solaris 8/x86 with Sun as.
173         * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
174         hidden alias bug.
175         (gcc_cv_as_ix86_quad): Check for .quad directive.
176         * configure: Regenerate.
177         * config.in: Regenerate.
178         * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
180 2010-05-19  Richard Guenther  <rguenther@suse.de>
182         PR tree-optimization/43987
183         * tree-ssa-structalias.c (could_have_pointers): For possibly
184         address-taken variables force pointers to be recorded.
185         (create_variable_info_for_1): Likewise.
186         (push_fields_onto_fieldstack): Pass in wheter all fields
187         must have pointers.
188         (find_func_aliases): Query types instead of vars whether
189         they contain pointers where appropriate.
191 2010-05-19  Richard Guenther  <rguenther@suse.de>
193         Backport from mainline:
194         2010-04-26  Richard Guenther  <rguenther@suse.de>
196         PR lto/43455
197         * tree-inline.c (tree_can_inline_p): Also check compatibility
198         of return types.
200         2010-04-23  Richard Guenther  <rguenther@suse.de>
202         PR lto/42653
203         * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
204         of FUNCTION_DECLs.
206         2010-04-26  Richard Guenther  <rguenther@suse.de>
208         PR lto/42425
209         * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
210         if emitting debug information and it is either a function
211         or a namespace decl.
213         2010-04-26  Richard Guenther  <rguenther@suse.de>
215         PR lto/43080
216         * gimple.c (gimple_decl_printable_name): Deal gracefully
217         with a NULL DECL_NAME.
219         2010-04-30  Richard Guenther  <rguenther@suse.de>
221         PR lto/43946
222         * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
223         first after all lowering passes.
225 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
227         PR lto/44184
228         * lto-streamer-out.c (output_gimple_stmt): Output number of labels
229         in a GIMPLE_ASM.
230         * lto-streamer-in.c (input_gimple_stmt): Read number of labels
231         in a GIMPLE_ASM.
233 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
235         * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
237 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
239         PR bootstrap/42347
240         * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
241         to have no fallthru edge.
243         PR middle-end/44102
244         * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
245         bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
246         mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
247         add BARRIER after previous bb if needed.
249 2010-05-17  Alan Modra  <amodra@gmail.com>
251         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
252         unnecessary prototype.  Replace copy_r12 and copy_r11 flag params
253         with copy_reg rtx param.
254         (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
255         Correct cases where code for ABI_V4 did not initialise the reg
256         used to access frame.  Also leave frame_reg_rtx as sp for large
257         frames that save no regs.
259 2010-05-17  Eric Botcazou  <ebotcazou@adacore.com>
261         Backport from mainline
262         2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
264         * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
265         (decode_options): Likewise.
266         * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
268 2010-05-14  Jason Merrill  <jason@redhat.com>
270         PR c++/44127
271         * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
272         (gimple_call_set_nothrow): New.
273         * gimple.c (gimple_build_call_from_tree): Call it.
274         (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
276         PR c++/44127
277         * gimplify.c (gimplify_seq_add_stmt): No longer static.
278         * gimple.h: Declare it.
279         * gimple.c (gimple_build_eh_filter): No ops.
281 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
283         PR debug/44136
284         * cfgexpand.c (expand_debug_expr): If non-memory op0
285         has BLKmode, return NULL.
287 2010-05-14  H.J. Lu  <hongjiu.lu@intel.com>
289         Backport from mainline
290         2010-05-12  H.J. Lu  <hongjiu.lu@intel.com>
292         PR target/44088
293         * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
295 2010-05-14  Richard Guenther  <rguenther@suse.de>
297         PR tree-optimization/44124
298         * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
300 2010-05-13  Jason Merrill  <jason@redhat.com>
302         * gimplify.c (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the
303         rhs didn't change.
305         PR c++/43787
306         * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
307         returns GS_OK.
308         (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
310 2010-05-12  Wolfgang Gellerich  <gellerich@de.ibm.com>
312         * config/s390/s390.c (override_options): Adjust the z10 defaults
313         for max-unroll-times, max-completely-peeled-insns
314         and max-completely-peel-times.
316 2010-05-12  Jakub Jelinek  <jakub@redhat.com>
318         PR middle-end/44085
319         * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
320         change value of ORT_TASK.
321         (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
322         (omp_notice_threadprivate_variable): New function.
323         (omp_notice_variable): Call it for threadprivate variables.
324         If enclosing ctx is a task, print enclosing task rather than
325         enclosing parallel.  Handle ORT_UNTIED_TASK like ORT_TASK.
326         (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
327         if task has untied clause.
329 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
331         PR middle-end/44071
332         * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
333         no fallthru edge.
334         * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
335         optimizing away empty bb with no successors, move over its
336         footer chain to fallthru predecessor.
337         * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
338         (rtl_split_edge): For asm goto call patch_jump_insn even if
339         splitting fallthru edge.
341 2010-05-11  Martin Jambor  <mjambor@suse.cz>
343         PR middle-end/43812
344         * ipa.c (dissolve_same_comdat_group_list): New function.
345         (function_and_variable_visibility): Call
346         dissolve_same_comdat_group_list when comdat group contains external or
347         newly local nodes.
348         * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
349         lists are circular and that they contain only DECL_ONE_ONLY nodes.
351 2010-05-10  Jakub Jelinek  <jakub@redhat.com>
353         PR debug/44028
354         * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
355         clear also INSN_REG_USE_LIST.
357 2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>
359         Backport from mainline
360         2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>
361                     Vladimir Makarov  <vmakarov@redhat.com>
363         PR rtl-optimization/44012
364         * ira-build.c (remove_unnecessary_allocnos): Nullify
365         regno_allocno_map of the removed allocno.
367 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
369         * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
370         to /dev/null.
371         * configure: Regenerate.
373 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
375         * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
376         unused.
377         Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
378         * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
379         support in Sun ld.
380         * configure: Regenerate.
382 2010-05-09  H.J. Lu  <hongjiu.lu@intel.com>
384         Backport from mainline
385         2010-05-09  H.J. Lu  <hongjiu.lu@intel.com>
387         PR target/44046
388         * config/i386/driver-i386.c (host_detect_local_cpu): Properly
389         detect Atom, Core 2 and Core i7.
391 2010-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
393         PR documentation/44016
394         * doc/standards.texi (Standards): Link to unversioned
395         cxx0x_status.html page.
397 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
399         * config/mips/iris.h (LINK_SPEC): Don't pass -init, -fini with -r.
401 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
403         * config/mips/dbxmdebug.h: Remove.
404         * config.gcc (mips-sgi-irix[56]*): Remove mips/dbxmdebug.h.
406 2010-05-05  Kaz Kojima  <kkojima@gcc.gnu.org>
408         Backport from mainline:
409         2010-04-22  Kaz Kojima  <kkojima@gcc.gnu.org>
411         PR target/43744
412         * config/sh/sh.c (find_barrier): Don't emit a constant pool
413         in the middle of insns for casesi_worker_2.
415 2010-05-05  Jason Merrill  <jason@redhat.com>
417         PR debug/43370
418         * c-common.c (handle_aligned_attribute): Respect
419         ATTR_FLAG_TYPE_IN_PLACE.
421 2010-05-05  Richard Guenther  <rguenther@suse.de>
423         PR c++/43880
424         * tree-inline.c (copy_bind_expr): Also copy bind expr vars
425         value-exprs.
427 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
429         Backport from mainline
430         2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
432         PR middle-end/43671
433         * alias.c (true_dependence): Handle the same VALUE in x and mem.
434         (canon_true_dependence): Likewise.
435         (write_dependence_p): Likewise.
437 2010-05-03  Jakub Jelinek  <jakub@redhat.com>
439         PR debug/43972
440         * config/i386/i386.c (ix86_delegitimize_address): Make sure the
441         result mode matches original rtl mode.
443 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
445         * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
446         when processing flag options.
448 2010-05-02  H.J. Lu  <hongjiu.lu@intel.com>
450         Backport from mainline
451         2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
453         PR target/43921
454         * config/i386/i386.c (get_some_local_dynamic_name): Replace
455         INSN_P with NONDEBUG_INSN_P.
456         (distance_non_agu_define): Likewise.
457         (distance_agu_use): Likewise.
459 2010-04-30  Eric Botcazou  <ebotcazou@adacore.com>
461         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
462         the variable part of the offset as well.  Use highest_pow2_factor for
463         all alignment checks.
465 2010-04-30  Jakub Jelinek  <jakub@redhat.com>
467         PR debug/43942
468         * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
470 2010-04-28  Uros Bizjak  <ubizjak@gmail.com>
472         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
473         type if available.
475 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
477         * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
478         record or union type with RECORD_OR_UNION_TYPE_P predicate.
479         (lto_input_ts_type_tree_pointers): Likewise.
480         * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
481         (lto_output_ts_type_tree_pointers): Likewise.
483 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
485         * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
486         hash_tree, eq_tree): New tree hash table.
487         (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
488         [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
489         lto_orig_address_remove): Reimplement.
491 2010-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
493         PR target/22224
494         * config/alpha/osf.h (ASM_OUTPUT_LOCAL): Redefine.
496 2010-04-28  Martin Jambor  <mjambor@suse.cz>
498         PR tree-optimization/43846
499         * tree-sra.c (struct access): New flag grp_assignment_read.
500         (build_accesses_from_assign): Set grp_assignment_read.
501         (sort_and_splice_var_accesses): Propagate grp_assignment_read.
502         (enum mark_read_status): New type.
503         (analyze_access_subtree): Propagate grp_assignment_read, create
504         accesses also if both direct_read and root->grp_assignment_read.
506 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
508         Back-merged from trnnk.
509         * collect2.c (TARGET_64BIT): Redefine to target's default.
510         * tlink.c: Likewise.
511         * config/i386/cygming.h (USER_LABEL_PREFIX): Define
512         dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
513         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
514         for underscoring __USER_LABEL_PREFIX__.
515         * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
516         (SUB_LINK_ENTRY32): New.
517         (SUB_LINK_ENTRY64): New.
518         (LINK_SPEC): Replace entry point spec by
519         SUB_LINK_ENTRY.
520         * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
521         (SUB_LINK_ENTRY64): New.
522         (SUB_LINK_ENTRY): New.
523         (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
524         (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
525         x64 target is choosen.
526         * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
527         * configure: Regenerated.
528         * configure.ac (leading-mingw64-underscores): Option added.
530 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
532         * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
533         force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
534         or DW_CFA_def_cfa_offset{,_sf}.
536         * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
538 2010-04-27  Hans-Peter Nilsson  <hp@bitrange.com>
540         PR target/43889
541         * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
542         Add missing earlyclobber for second alternative.
544 2010-04-26  Jakub Jelinek  <jakub@redhat.com>
546         PR c/43893
547         * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
549 2010-04-26  Jie Zhang  <jie@codesourcery.com>
551         PR tree-optimization/43833
552         * tree-vrp.c (range_int_cst_p): New.
553         (range_int_cst_singleton_p): New.
554         (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
555         when both operands are constants.  Use range_int_cst_p in
556         BIT_IOR_EXPR case.
558 2010-04-23  Martin Jambor  <mjambor@suse.cz>
560         PR middle-end/43835
561         * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
562         function does not have type attributes.
564 2010-04-23  Richard Guenther  <rguenther@suse.de>
566         PR tree-optimization/43572
567         * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
569 2010-04-23  Richard Guenther  <rguenther@suse.de>
571         Backport from mainline
572         2010-04-22  Richard Guenther  <rguenther@suse.de>
574         PR tree-optimization/43845
575         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
576         lookup the CALL_EXPR function and arguments.
578 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
580         PR middle-end/43570
581         * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
582         OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
583         (lower_copyprivate_clauses): Use private var in outer
584         context instead of original var.  Make sure the types
585         are correct for VLAs.
587 2010-04-20  Richard Guenther  <rguenther@suse.de>
589         PR tree-optimization/43783
590         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
591         constant ARRAY_REF operands two and three if possible.
593 2010-04-20  Richard Guenther  <rguenther@suse.de>
595         PR tree-optimization/43796
596         * tree-vrp.c (adjust_range_with_scev): Lookup init and step
597         from SCEV in the lattice.
598         (vrp_visit_phi_node): Dump change.
600 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
602         PR middle-end/43337
603         * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
604         with non-local decl doesn't need chain.
606 2010-04-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
608         PR target/43635
609         * config/s390/s390.c (s390_emit_call): Turn direct into indirect
610         calls for -fpic -m31 if they have been sibcall optimized.
612 2010-04-19  DJ Delorie  <dj@redhat.com>
614         * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
615         POINTER_PLUS_EXPR and fix them.
617 2010-04-19  Jie Zhang  <jie@codesourcery.com>
619         PR target/43662
620         * reginfo.c (reinit_regs): Set caller_save_initialized_p
621         to false.
623 2010-04-19  Richard Guenther  <rguenther@suse.de>
625         PR tree-optimization/43572
626         * tree-tailcall.c (find_tail_calls): Verify the tail call
627         properly.
629 2010-04-19 Ira Rosen <irar@il.ibm.com>
631         PR tree-optimization/43771
632         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
633         load permutation doesn't have gaps.
635 2010-04-18  Matthias Klose  <doko@ubuntu.com>
637         * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
639 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
641         Backport from mainline:
642         2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
644         * configure.ac (plugin -rdynamic test): Log result.
645         * configure: Regenerate.
646         * config/sol2.h (LINK_SPEC): Handle -rdynamic.
647         (RDYNAMIC_SPEC): Define.
648         * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
650 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
652         Backport from mainline:
653         2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
655         * config/sparc/sol2-gld.h: Remove SPARC reference.  Rename ...
656         * config/sol2-gld.h: ... here.
657         * config.gcc (sparc*-*-solaris2*): Reflect this.
658         (i[34567]86-*-solaris2*): Use it.
660 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
662         Backport from mainline:
663         2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
665         * configure.ac: Determine Sun ld version numbers.
666         (comdat_group): Restrict GNU ld version checks to gld.
667         (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
668         (enable_comdat): Support --enable-comdat.
669         * configure: Regenerate.
670         * doc/install.texi (Configuration): Document --enable-comdat.
672 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
674         Backport from mainline:
675         2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
677         * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
678         splitter condition.
679         (*udivmod<mode>4): Ditto.
681         2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
683         * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
684         from insn template.
686 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
688         Backport from mainline:
689         2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
691         * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
693 2010-04-15  Richard Guenther  <rguenther@suse.de>
695         PR tree-optimization/43627
696         * tree-vrp.c (extract_range_from_unary_expr): Widenings
697         of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
698         not varying.
700 2010-04-14  Richard Guenther  <rguenther@suse.de>
702         * DEV-PHASE: Set back to prerelease.
703         * BASE-VER: Bump to 4.5.1.
705 2010-04-14  Release Manager
707         * GCC 4.5.0 released.
709 2010-04-13  Michael Matz  <matz@suse.de>
711         PR middle-end/43730
712         * builtins.c (expand_builtin_interclass_mathfn): Also create
713         a register if the predicate doesn't match.
715 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
717         * doc/contrib.texi (Contributors, Rainer Orth): Update.
719 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
721         PR target/43643
722         * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
724 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
726         * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
727         (Specific, *-*-solaris2*): Likewise.
728         Don't prefer Sun as over GNU as.
730 2010-04-08  Richard Guenther  <rguenther@suse.de>
732         PR tree-optimization/43679
733         * tree-ssa-pre.c (eliminate): Only propagate copies.
735 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
737         PR debug/43670
738         * cfgexpand.c (expand_debug_expr): If for non-NULL offset
739         op0 is not a MEM, just return NULL instead of assertion
740         failure.
741         (discover_nonconstant_array_refs): Don't walk debug stmts.
743 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
745         PR target/43668
746         * config/i386/i386.c (setup_incoming_varargs_64): Align stack to
747         16byte for FP register save area.
749 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
751         * doc/install.texi (Configuration): Move description of
752         --enable-lto, --with-libelf*, --enable-gold from Java section to
753         general section.
755         * doc/generic.texi (Working with declarations)
756         (Function Properties, C and C++ Trees): Fix typos.
757         * doc/sourcebuild.texi (Top Level): Likewise.
759 2010-04-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
761         * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to
762         generic.
764 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
766         PR target/43667
767         * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
768         instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
769         (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
770         MULTI_* defines for 4 argument vpermil2p* builtins.
772 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
774         * doc/invoke.texi, doc/standards.texi: Refer to
775         gcc-4.5/c99status.html.
777 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
779         PR target/43638
780         * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
781         handling.
783 2010-04-06  Richard Guenther  <rguenther@suse.de>
785         PR middle-end/43661
786         * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
788 2010-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
790         * doc/invoke.texi (Optimize Options): Document that LTO
791         won't remove object access purely due to incompatible
792         declarations.
794 2010-04-04  Matthias Klose  <doko@ubuntu.com>
796         * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
797         Initialize variable.
799 2010-04-03  Richard Guenther  <rguenther@suse.de>
801         PR middle-end/42509
802         * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
803         require a non-NULL MEM_OFFSET.
805 2010-04-02  Steven Bosscher  <steven@gcc.gnu.org>
807         * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
808         basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
809         collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
810         config/alpha/predicates.md, config/arm/arm.md,
811         config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
812         config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
813         config/darwin9.h, config/darwin.c, config/darwin.h,
814         config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
815         config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
816         config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
817         config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
818         config/mips/mips.md, config/mn10300/mn10300.c,
819         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
820         config/rs6000/aix.h, config/rs6000/dfp.md,
821         config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
822         config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
823         config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
824         config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
825         config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
826         config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
827         c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
828         diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
829         doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
830         doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
831         fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
832         gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
833         graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
834         graphite-dependences.c, graphite-poly.c, graphite-poly.h,
835         graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
836         graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
837         intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
838         ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
839         ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
840         loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
841         objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
842         opt-functions.awk, opth-gen.awk, params.def, passes.c,
843         postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
844         rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
845         store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
846         tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
847         tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
848         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
849         tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
850         tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
851         tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
852         tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
853         tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
854         tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
855         tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
856         unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
858 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
860         PR other/43620
861         * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
862         * aclocal.m4: Regenerate.
864 2010-04-02  Richard Guenther  <rguenther@suse.de>
866         PR tree-optimization/43629
867         * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
868         if we have seen a constant value.
870 2010-04-02  Joseph Myers  <joseph@codesourcery.com>
872         * read-rtl.c (read_rtx_1): Give an error for EOF while looking for
873         ']'.
875 2010-04-02  Richard Earnshaw  <rearnsha@arm.com>
877         PR target/43469
878         * arm.c (legitimize_tls_address): Adjust call to
879         gen_tls_load_dot_plus_four.
880         (arm_note_pic_base): New function.
881         (arm_cannot_copy_insn_p): Use it.
882         * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
883         constraint.
885 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
887         PR bootstrap/43531
889         Revert:
890         2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
892         * Makefile.in ($(out_object_file)): Depend on
893         gt-$(basename $(notdir $(out_file))).h.
895 2010-04-01  Ralf Corsépius <ralf.corsepius@rtems.org>
897         * config.gcc (lm32-*-rtems*): Add t-lm32.
899 2010-04-01  Joel Sherrill <joel.sherrill@oarcorp.com>
901         * config.gcc: Add lm32-*-rtems*.
902         * config/lm32/rtems.h: New file.
904 2010-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
906         PR target/42609
907         * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
909 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
911         * dwarf2out.c (output_compilation_unit_header): For
912         -gdwarf-4 use version 4 instead of version 3.
913         (output_line_info): For version 4 and above emit additional
914         maximum ops per insn header field.
915         (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
917         * dwarf2out.c (is_c_family, is_java): Remove.
918         (lower_bound_default): New function.
919         (add_bound_info, gen_descr_array_type_die): Use it.
921 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
923         PR debug/43325
924         * dwarf2out.c (gen_variable_die): Allow debug info for variable
925         re-declaration when it happens in a function.
927 2010-04-01  Aldy Hernandez  <aldyh@redhat.com>
929         * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
930         (cgraph_remove_function_insertion_hook): Same.
931         (cgraph_call_function_insertion_hooks): Same.
933 2010-04-01  Richard Guenther  <rguenther@suse.de>
935         PR middle-end/43614
936         * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
937         and TREE_THIS_VOLATILE.
938         (copy_ref_info): Likewise.
939         * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
940         * tree.c (build6_stat): Ignore side-effects of all but arg5
941         for TARGET_MEM_REF.  Set TREE_THIS_VOLATILE from arg5 of
942         TARGET_MEM_REF.
944 2010-04-01  Richard Guenther  <rguenther@suse.de>
946         PR tree-optimization/43607
947         * ipa-type-escape.c (check_call): Do not access non-existing
948         arguments.
950 2010-04-01  Richard Guenther  <rguenther@suse.de>
952         PR middle-end/43602
953         Revert
954         2010-03-30  Seongbae Park <seongbae.park@gmail.com>
955             Jack Howarth <howarth@bromo.med.uc.edu>
957         * tree-profile.c (tree_init_ic_make_global_vars): Make static
958         variables TLS.
960 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
962         * doc/install.texi (Prerequisites): Document libelf usability on
963         IRIX 5/6 and Solaris 2.
964         (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
965         Update GNU as, GNU ld requirements.
966         (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
967         Document Sun Studio compiler download.
968         Update and simplify as, ld recommendations.
969         (Specific, *-*-solaris2.7): Note obsoletion, removal.
971 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
973         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
974         with_tune_32 to pentium4.
976 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
978         * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
980 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
982         * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
983         obsoletion, removal.
984         Update IDO URL.
985         Document GNU as requirement.
986         Update configure requirements.
987         (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion,
988         removal.
989         Recomment IRIX 6.5.18+.
990         Document IDF/IDL requirement.
991         Document GNU as requirement.
992         Document GNU ld bootstrap failure.
993         Remove freeware.sgi.com reference.
995 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
997         * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
998         UNIX V4.0, V5.0 obsoletion, removal.
999         Remove --with-gc=simple reference.
1000         Update VM requirements during bootstrap.
1001         Remove -oldas bootstrap description.
1002         Update binutils reference.
1003         Remove comparison failure note.
1005 2010-03-31  Richard Guenther  <rguenther@suse.de>
1006             Zdenek Dvorak  <ook@ucw.cz>
1007             Sebastian Pop  <sebastian.pop@amd.com>
1009         PR middle-end/43464
1010         * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
1011         with multiple arguments.
1012         (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
1014 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
1016         * graphite-dependences.c (print_pddr): Call print_pdr with an
1017         extra argument.
1018         * graphite-poly.c (debug_pdr): Add an extra argument for the
1019         verbosity level.
1020         (print_pdr): Same.
1021         (print_pbb_domain): Same.
1022         (print_pbb): Same.
1023         (print_scop_context): Same.
1024         (print_scop): Same.
1025         (print_cloog): Same.
1026         (debug_pbb_domain): Same.
1027         (debug_pbb): Same.
1028         (print_pdrs): Same.
1029         (debug_pdrs): Same.
1030         (debug_scop_context): Same.
1031         (debug_scop): Same.
1032         (debug_cloog): Same.
1033         (print_scop_params): Same.
1034         (debug_scop_params): Same.
1035         (print_iteration_domain): Same.
1036         (print_iteration_domains): Same.
1037         (debug_iteration_domain): Same.
1038         (debug_iteration_domains): Same.
1039         (print_scattering_function): Same.
1040         (print_scattering_functions): Same.
1041         (debug_scattering_function): Same.
1042         (debug_scattering_functions): Same.
1043         * graphite-poly.h (debug_pdr): Update declaration.
1044         (print_pdr): Same.
1045         (print_pbb_domain): Same.
1046         (print_pbb): Same.
1047         (print_scop_context): Same.
1048         (print_scop): Same.
1049         (print_cloog): Same.
1050         (debug_pbb_domain): Same.
1051         (debug_pbb): Same.
1052         (print_pdrs): Same.
1053         (debug_pdrs): Same.
1054         (debug_scop_context): Same.
1055         (debug_scop): Same.
1056         (debug_cloog): Same.
1057         (print_scop_params): Same.
1058         (debug_scop_params): Same.
1059         (print_iteration_domain): Same.
1060         (print_iteration_domains): Same.
1061         (debug_iteration_domain): Same.
1062         (debug_iteration_domains): Same.
1063         (print_scattering_function): Same.
1064         (print_scattering_functions): Same.
1065         (debug_scattering_function): Same.
1066         (debug_scattering_functions): Same.
1068 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
1070         * graphite-poly.c (print_scattering_function_1): New.
1071         (print_scattering_function): Call it.
1072         (print_scop_params): Remove spaces at the end of lines.
1073         (print_cloog): New.
1074         (debug_cloog): New.
1075         * graphite-poly.h (print_cloog): Declared.
1076         (debug_cloog): Declared.
1078 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
1080         * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
1081         in loop->header.
1082         * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
1083         * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
1084         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
1085         to switch between adding the IV bump in loop->latch or in loop->header.
1087 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
1089         * graphite-poly.c (print_scattering_function): Pretty print following
1090         the scoplib format.
1091         (print_pdr): Same.
1092         (print_pbb_domain): Same.
1093         (dump_gbb_cases): Same.
1094         (dump_gbb_conditions): Same.
1095         (print_pdrs): Same.
1096         (print_pbb): Same.
1097         (print_scop_params): Same.
1098         (print_scop_context): Same.
1099         (print_scop): Same.
1100         (print_pbb_body): New.
1101         (lst_indent_to): New.
1102         (print_lst): Start new lines with a #.
1103         * graphite-poly.h (pbb_bb): New.
1104         (pbb_index): Use pbb_bb.
1105         * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
1106         disjuncts.
1107         * tree-data-ref.c (dump_data_reference): Start new lines with a #.
1109 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
1111         * dwarf2out.c (size_of_die): For -gdwarf-4 use
1112         uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
1113         and 0 instead of 1 for dw_val_class_flag.
1114         (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
1115         dw_val_class_range_list, dw_val_class_loc_list,
1116         dw_val_class_lineptr and dw_val_class_macptr, use
1117         DW_FORM_flag_present for dw_val_class_flag and
1118         DW_FORM_exprloc for dw_val_class_loc.
1119         (output_die): For -gdwarf-4 print dw_val_class_loc
1120         size as uleb128 instead of 1 or 2 bytes and don't print
1121         anything for dw_val_class_flag.
1123         * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
1124         instead of cselib_lookup following by tweaking locs->setting_insn.
1126         PR bootstrap/43596
1127         * cselib.c (cselib_process_insn): Clear cselib_current_insn
1128         even before returning from label, setjmp call or volatile asm
1129         handling.
1131 2010-03-31  Richard Guenther  <rguenther@suse.de>
1133         PR middle-end/43600
1134         * cgraphunit.c (cgraph_output_in_order): Do not allocate
1135         temporary data on stack.
1137 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1139         * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
1140         (PUSHSECTION_ASM_OP): Remove.
1141         (POPSECTION_ASM_OP): Remove.
1142         (PUSHSECTION_FORMAT): Remove.
1143         * config/sol2.h (PUSHSECTION_FORMAT): Define.
1144         * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
1145         * config/sol2.c (solaris_output_init_fini): Use it.
1147 2010-03-31  Jie Zhang  <jie@codesourcery.com>
1149         PR 43574
1150         * opt-functions.awk (var_type_struct): Use signed char type
1151         for simple variables.
1153 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1155         * config/sol2.c: Include output.h.
1156         (solaris_assemble_visibility): New function.
1157         * config/t-sol2 (sol2.o): Add output.h dependency.
1158         * config/sol2-protos.h (solaris_assemble_visibility): Declare.
1159         * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
1160         Redefine.
1162 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
1164         PR target/43580
1165         * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
1166         V2SImode or XFmode on PRE_DEC.
1168         PR debug/43557
1169         * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
1170         BLKmode.
1172 2010-03-31  Jie Zhang  <jie@codesourcery.com>
1174         PR 43562
1175         * reload.h (caller_save_initialized_p): Declare.
1176         * toplev.c (backend_init_target): Don't call
1177         init_caller_save but set caller_save_initialized_p to false.
1178         * caller-save.c (caller_save_initialized_p): Define.
1179         (init_caller_save): Check caller_save_initialized_p.
1180         * ira.c (ira): Call init_caller_save if flag_caller_saves.
1182 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1184         PR target/39048
1185         * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
1186         and soft-fp/t-softfp to tmake_file.
1187         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
1188         (LIBGCC2_TF_CEXT): Define.
1189         (TF_SIZE): Define.
1191 2010-03-30  Alexandre Oliva  <aoliva@redhat.com>
1193         PR debug/42977
1194         * cselib.c (n_useless_values): Document handling of debug locs.
1195         (n_useless_debug_values, n_debug_values): New variables.
1196         (new_elt_loc_list): Don't add to debug values, keep count.
1197         (promote_debug_loc): New.
1198         (cselib_reset_table): Zero new variables.
1199         (entry_and_rtx_equal_p): Promote debug locs.
1200         (discard_useless_locs): Increment n_useless_debug_values for
1201         debug values.
1202         (remove_useless_values): Adjust n_useless_values and n_debug_values
1203         with n_useless_debug_values.
1204         (add_mem_for_addr): Promote debug locs.
1205         (cselib_lookup_mem): Likewise.
1206         (cselib_lookup_addr): Renamed to...
1207         (cselib_lookup_addr_1): ... this.  Promote debug locs.  Don't call...
1208         (cselib_log_lookup): ... this.  Turn into...
1209         (cselib_lookup_addr): ... new wrapper.
1210         (cselib_lookup_from_insn): New.
1211         (cselib_invalidate_regno): Increment n_useless_debug_values for
1212         debug values.
1213         (cselib_invalidate_mem): Likewise.
1214         (cselib_process_insn): Take n_deleted and n_debug_values into
1215         account to guard remove_useless_value call.
1216         (cselib_finish): Zero n_useless_debug_values.
1217         * cselib.h (cselib_lookup_from_insn): Declare.
1218         * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
1219         (sched_analyze_2): Likewise.
1221 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
1223         * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
1224         functions.
1225         (adjust_mems): Replace narrowing SUBREG of expression containing
1226         just PLUS, MINUS, MULT and ASHIFT of registers and constants
1227         with operations in the narrower mode.
1229         PR debug/43593
1230         * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
1231         regs_invalidated_by_call instead all call_used_reg_set registers.
1233 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
1235         PR middle-end/43430
1236         * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
1237         pointer comparisons with types_compatible_p.
1238         * tree-vect-stmts.c (vectorizable_call): Same.
1239         (vectorizable_condition): Same.
1241 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1243         * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
1244         stack check if the mask would be zero.
1246 2010-03-30  Seongbae Park <seongbae.park@gmail.com>
1247             Jack Howarth <howarth@bromo.med.uc.edu>
1249         * tree-profile.c (tree_init_ic_make_global_vars): Make static
1250         variables TLS.
1252 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
1254         PR other/25232
1255         * libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
1256         and __unordtf2.
1257         * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
1258         Include ___unordxf2 and ___unordtf2.
1259         * config/i386/libgcc-glibc.ver: Do not define inheritance from
1260         GCC_4.4.0 here.
1262 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
1264         * config/lm32/t-lm32: New file.
1265         * config.gcc: Use the above file when targetting lm32.
1267 2010-03-28  Duncan Sands  <baldrick@free.fr>
1269         * Makefile.in (PLUGIN_HEADERS): Add except.h.
1271 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
1273         PR middle-end/43431
1274         * tree-vect-loop.c (vect_estimate_min_profitable_iters):
1275         Improve vectorization cost model diagnostic.
1277 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
1279         PR middle-end/43436
1280         * tree-vect-data-refs.c (vect_analyze_data_refs): When
1281         compute_data_dependences_for_loop returns false, early exit
1282         and output an extra diagnostic for the failed data reference
1283         analysis.
1285 2010-03-29  Richard Guenther  <rguenther@suse.de>
1287         PR tree-optimization/43560
1288         * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
1289         (can_sm_ref_p): Treat stores to readonly locations as trapping.
1291 2010-03-29  Jie Zhang  <jie@codesourcery.com>
1293         PR 43564
1294         * toplev.c (process_options): Set optimization_default_node
1295         and optimization_current_node.
1296         * opts.c (decode_options): Don't set optimization_default_node
1297         and optimization_current_node.
1299 2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
1301         * config/rtems.h: Abandon -qrtems_debug.
1303 2010-03-28  Jan Hubicka  <jh@suse.cz>
1305         PR tree-optimization/43505
1306         * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
1307         map should not be copied.
1309 2010-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1311         PR middle-end/41674
1312         * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
1313         cdtors, set DECL_PRESERVE_P.
1314         * ipa.c (cgraph_externally_visible_p): Return true if declaration
1315         should be preseved.
1317 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
1319         PR tree-optimization/43528
1320         * stor-layout.c (place_field): Check that constant fits into
1321         unsigned HWI when skipping calculation of MS bitfield layout.
1323 2010-03-27  Jan Hubicka  <jh@suse.cz>
1325         PR middle-end/43391
1326         * varasm.c (make_decl_rtl): Deal with COMMON flag to make
1327         notice_global_symbol work.
1329 2010-03-27  Jakub Jelinek  <jakub@redhat.com>
1331         * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
1332         instead of dwarf2out_decl.
1333         (struct var_loc_node): Remove section_label field.
1334         (dwarf2out_function_decl): New function.
1335         (dwarf2out_var_location): Don't set section_label field.
1336         (dwarf2out_begin_function): Don't empty decl_loc_table here.
1338 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
1340         PR tree-optimization/43544
1341         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
1342         First argument for builtin vectorized function hook is now a
1343         tree to be able to distinguish between machine specific and
1344         standard builtins.
1345         * targhooks.c (default_builtin_vectorized_function): Ditto.
1346         * targhooks.h (default_builtin_vectorized_function): Ditto.
1347         * target.h (struct gcc_target): Ditto.
1348         * tree-vect-stmts.c (vectorizable_function): Ditto.
1349         * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
1350         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
1351         Ditto.
1353 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
1355         PR c/43381
1356         * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
1357         nested binding iff it is a FUNCTION_DECL.
1358         (store_parm_decls_newstyle): Pass nested=true to bind for
1359         FUNCTION_DECLs amongst parameters.
1361 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
1363         * var-tracking.c (vt_expand_loc_callback): Don't run
1364         cselib_expand_value_rtx_cb in dummy mode if
1365         cselib_dummy_expand_value_rtx_cb returned false.
1367         * var-tracking.c (emit_note_insn_var_location): For one part
1368         notes with offset 0, don't add EXPR_LIST around the location.
1369         * dwarf2out.c (loc_descriptor, dw_loc_list_1,
1370         add_location_or_const_value_attribute): Adjust for that change.
1372         PR debug/43540
1373         * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
1374         into first operand and location into second.
1375         (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
1376         dw_cfi_oprnd_loc for DW_CFA_expression.
1377         (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
1378         (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
1379         assume first argument is regnum and second argument is location.
1381 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
1383         PR target/42113
1384         * config/alpha/alpha.md (*cmp_sadd_si): Change mode
1385         of scratch register to DImode.  Split to DImode comparison operator.
1386         Use SImode subreg of scratch register in the multiplication.
1387         (*cmp_sadd_sidi): Ditto.
1388         (*cmp_ssub_si): Ditto.
1389         (*cmp_ssub_sidi): Ditto.
1391 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
1393         PR target/43524
1394         * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
1395         Remove invalid assert and wrong comment.
1397 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
1399         PR debug/43516
1400         * flags.h (final_insns_dump_p): New extern.
1401         * final.c (final_insns_dump_p): New variable.
1402         (rest_of_clean_state): Set it before -fdump-final-insns=
1403         dumping, clear afterwards.
1404         * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
1405         MEM_ALIAS_SET on MEMs.
1407 2010-03-26  David S. Miller  <davem@davemloft.net>
1409         * configure.ac: Fix sparc GOTDATA_OP bug check.
1410         * configure: Rebuild.
1412 2010-03-26  Alan Modra  <amodra@gmail.com>
1414         * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
1416 2010-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1418         * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
1419         TLS_SECTION_ASM_FLAG.
1421 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
1423         PR bootstrap/43511
1424         * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
1425         Clear first_function_block_is_cold.
1427         PR c/43385
1428         * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
1429         argument if the argument is truth_value_p.
1431 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
1433         * config/rs6000/constraints.md: Update copyright year for my changes.
1435         PR target/43484
1436         * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
1437         used in reg+reg addressing, swap registers.
1439 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
1441         PR debug/43293
1442         * target.h (struct gcc_target): Add code_end hook.
1443         * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
1444         if not yet defined.
1445         (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
1446         * toplev.c (compile_file): Call targetm.asm_out.code_end
1447         hook before unwind info/debug info output.
1448         * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
1449         * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
1450         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
1451         * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
1452         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
1453         * config/i386/i386.c (ix86_file_end): Renamed to...
1454         (ix86_code_end): ... this.  Make static.  Don't call
1455         file_end_indicate_exec_stack.  Emit unwind info using
1456         final_start_function/final_end_function.
1457         (darwin_x86_file_end): Remove.
1458         (TARGET_ASM_CODE_END): Define.
1459         * config/i386/i386.h (TARGET_ASM_FILE_END,
1460         NEED_INDICATE_EXEC_STACK): Don't define.
1461         * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
1462         (TARGET_ASM_FILE_END): Define to darwin_file_end.
1463         * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
1464         * doc/tm.texi (TARGET_ASM_CODE_END): Document.
1466         PR target/43498
1467         * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
1468         at the beginning and final_end_function at the end.
1469         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
1471 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1473         * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
1474         and Sun as TLS syntax.
1475         (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
1476         * configure: Regenerate.
1477         * config.in: Regenerate.
1478         * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
1479         (default_elf_asm_named_section): Use it.
1480         * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
1481         (i386_output_dwarf_dtprel): Likewise.
1482         (output_addr_const_extra): Likewise.
1483         (output_pic_addr_const): Lowercase @GOTTPOFF.
1484         (output_addr_const_extra): Likewise.
1485         (output_pic_addr_const): Lowercase @GOTNTPOFF.
1486         (output_addr_const_extra): Likewise.
1487         (output_pic_addr_const): Lowercase @INDNTPOFF.
1488         (output_addr_const_extra): Likewise.
1489         (output_pic_addr_const): Lowercase @NTPOFF.
1490         (output_addr_const_extra): Likewise.
1491         (output_pic_addr_const): Lowercase @TPOFF.
1492         (output_addr_const_extra): Likewise.
1493         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
1494         (*tls_global_dynamic_64): Likewise.
1495         (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
1496         (*tls_local_dynamic_base_64): Lowercase @TLSLD.
1498         * defaults.h (TLS_COMMON_ASM_OP): Provide default.
1499         (ASM_OUTPUT_TLS_COMMON): Use it.
1500         * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
1502         PR target/38118
1503         * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
1504         * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
1505         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
1506         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
1507         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
1508         (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
1510 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1512         * config/i386/i386.c (override_options): Don't accept
1513         -mtls-dialect=sun any longer.
1514         * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
1515         * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
1516         (*tls_local_dynamic_base_32_sun): Likewise.
1517         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
1519 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
1521         PR debug/43508
1522         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
1523         VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
1525         PR debug/43479
1526         * ira.c (adjust_cleared_regs): New function.
1527         (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
1529         PR debug/19192
1530         PR debug/43479
1531         * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
1532         from gimple_block.
1533         * expr.c (expand_expr_real): Restore previous
1534         curr_insn_source_location and curr_insn_block after
1535         expand_expr_real_1 call.
1536         (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
1537         instead of expand_expr_real_1.
1539 2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>
1541         PR rtl-optimization/43413
1542         * ira-color.c (setup_allocno_available_regs_num): Count prohibited
1543         hard regs too.
1545 2010-03-22  James E. Wilson  <wilson@codesourcery.com>
1547         PR target/43348
1548         * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
1549         call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
1551 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
1553         * config/i386/i386.c (ix86_target_string): Add -mfma.
1554         Fix a typo in comment.
1556 2010-03-22  Mike Stump  <mikestump@comcast.net>
1558         PR target/23071
1559         * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
1560         Don't overly align based upon packed packed fields.
1562 2010-03-22  Jason Merrill  <jason@redhat.com>
1564         * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
1565         Use () rather than [], and move before the element type.
1567 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1569         * doc/configfiles.texi (Configuration Files): Removed
1570         fixinc/Makefile*, intl/Makefile.*.
1571         * doc/makefile.texi: Fixed markup. Abstract from version
1572         control system used.
1573         (Makefile): Removed obsolete gcc/java/parse.y example.
1574         * doc/sourcebuild.texi: Likewise.
1575         (Top Level): Added config, gnattools, libdecnumber, libgcc,
1576         libgomp, libssp.  Removed fastjar.
1577         (Miscellaneous Docs): Clarify location.
1578         Added COPYING3, COPYING3.LIB.
1579         (Front End Directory): Moved Make-lang.in entry to new subsubsection.
1581 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1583         PR target/38085
1584         * config/i386/i386.c (x86_function_profiler)
1585         [!NO_PROFILE_COUNTERS]: Fix typo.
1586         * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
1587         instead of callq.
1589 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
1590             Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1592         * doc/sourcebuild.texi (Test Directives): Split into six
1593         subsections, with most of the current text in new subsections
1594         Directives, Selectors, and Final Actions.
1595         (Directives): Split list of test directives into multiple
1596         subsubsections.
1597         (Selectors): Describe use and syntax of selectors.
1598         (Effective-Target Keywords): Describe all existing keywords.
1599         (Add Options): Describe features for dg-add-options.
1600         (Require Support): Describe variants of dg-require-support.
1601         (Final Actions): Describe commands to use in dg-final.
1603 2010-03-22  Michael Matz  <matz@suse.de>
1605         PR middle-end/43475
1606         * recog.c (validate_replace_rtx_group): Replace also in
1607         REG_EQUAL and REG_EQUIV notes.
1609 2010-03-22  Richard Guenther  <rguenther@suse.de>
1611         PR tree-optimization/43390
1612         * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
1613         sure vector extracts are type correct.
1615 2010-03-22  Richard Guenther  <rguenther@suse.de>
1617         PR middle-end/40106
1618         * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
1619         x * sqrt (x) even when optimizing for size if the target
1620         has native support for sqrt.
1622 2010-03-22  Jakub Jelinek  <jakub@redhat.com>
1624         * varasm.c (make_decl_rtl_for_debug): Also clear
1625         flag_mudflap for the duration of make_decl_rtl call.
1627         PR debug/43443
1628         * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
1629         locs from preserved VALUEs.
1631 2010-03-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1633         PR middle-end/42718
1634         * pa.md (movmemsi): Set align to one if zero.
1635         (movmemdi): Likewise.
1637 2010-03-21  Richard Earnshaw  <rearnsha@arm.com>
1639         PR target/42321
1640         * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
1641         with their corresponding prologue pushes.
1643 2010-03-20  Andrew Pinski  <pinskia@gmail.com>
1645         PR target/43156
1646         * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
1647         at the begining or end.
1648         (spu_expand_epilogue): Likewise.
1650 2010-03-20  Richard Guenther  <rguenther@suse.de>
1652         PR rtl-optimization/43438
1653         * combine.c (make_extraction): Properly zero-/sign-extend an
1654         extraction of the low part of a CONST_INT.  Also handle
1655         CONST_DOUBLE.
1657 2010-03-19  Mike Stump  <mikestump@comcast.net>
1659         * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
1660         * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
1661         (override_options): Use SUBTARGET32_DEFAULT_CPU.
1663 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
1665         PR c/43211
1666         * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
1667         an error.
1669 2010-03-19  Bernd Schmidt  <bernd.schmidt@codesourcery.com>
1671         PR rtl-optimization/42258
1672         * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
1673         use that may match DEF.
1675         PR target/40697
1676         * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
1677         the cost of loading the constant rather than assuming
1678         COSTS_N_INSNS (1).
1679         * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
1680         outer code is AND, do the same tests as the andsi3 expander and
1681         return COSTS_N_INSNS (1) if and is cheap.
1683         * optabs.c (avoid_expensive_constant): Fix formatting.
1685 2010-03-19  Michael Matz  <matz@suse.de>
1687         PR c++/43116
1688         * attribs.c (decl_attributes): When rebuilding a function pointer
1689         type use the same qualifiers as the original pointer type.
1691 2010-03-19  Martin Jambor  <mjambor@suse.cz>
1693         * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
1694         and is_gimple_ip_invariant_address.
1696 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1698         Revert
1699         2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1701         * config/arm/arm.c (arm_override_options): Turn off
1702         flag_dwarf2_cfi_asm for AAPCS variants.
1704 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1706         PR target/43399
1707         * config/arm/arm.c (emit_multi_reg_push): Update comments.
1708         Use PRE_MODIFY instead of PRE_DEC.
1709         (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
1710         (vfp_emit_fstmd): Likewise.
1712 2010-03-19  Michael Matz  <matz@suse.de>
1714         PR target/43305
1715         * builtins.c (expand_builtin_interclass_mathfn,
1716         expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
1717         if that fails.
1719 2010-03-19  Richard Guenther  <rguenther@suse.de>
1721         PR tree-optimization/43415
1722         * tree-ssa-pre.c (phi_translate): Split out worker to ...
1723         (phi_translate_1): ... this.
1724         (phi_translate): Move all caching here.  Cache all NARY
1725         and REFERENCE translations.
1727 2010-03-19  David S. Miller  <davem@davemloft.net>
1729         With help from Eric Botcazou.
1730         * config/sparc/sparc.c: Include dwarf2out.h.
1731         (emit_pic_helper): Delete.
1732         (pic_helper_symbol_name): Delete.
1733         (pic_helper_emitted_p): Delete.
1734         (pic_helper_needed): New.
1735         (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
1736         (get_pc_thunk_name): New.
1737         (load_pic_register): Remove 'delay_pic_helper' arg.  Use
1738         get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
1739         Set pic_helper_needed to true.  Don't call emit_pic_helper.
1740         (sparc_expand_prologue): Update load_pic_register call.
1741         (sparc_output_mi_thunk): Likewise.
1742         (sparc_file_end): Emit a hidden comdat symbol for the PIC
1743         thunk if possible.  Output CFI information as needed.
1745 2010-03-18  Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1746             Jack Howarth <howarth@bromo.med.uc.edu>
1748         PR target/36399
1749         * config/i386/i386.h: Fix ABI on darwin x86-32.
1751 2010-03-18  Aldy Hernandez  <aldyh@redhat.com>
1753         * tree.h: Declare make_decl_rtl_for_debug.
1754         * varasm.c (make_decl_rtl_for_debug): New.
1755         * dwarf2out.c (rtl_for_decl_location): Call it.
1756         * cfgexpand.c (expand_debug_expr): Call it.
1758 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
1760         PR bootstrap/43399
1761         * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
1762         mem_mode.
1764         PR bootstrap/43403
1765         * var-tracking.c (vt_init_cfa_base): Do nothing if
1766         cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
1768 2010-03-18  Alexandre Oliva  <aoliva@redhat.com>
1770         PR debug/42873
1771         * var-tracking.c (canonicalize_vars_star): New.
1772         (dataflow_post_merge_adjust): Use it.
1774 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
1776         PR debug/43058
1777         * var-tracking.c (non_suitable_const): New function.
1778         (add_uses): For DEBUG_INSNs with constants, don't record any
1779         value, instead just the constant value itself.
1780         (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
1781         is not VAR_LOC_UNKNOWN_P, set var to the constant.
1782         (emit_notes_in_bb): Likewise.
1783         (emit_note_insn_var_location): For onepart variables if
1784         cur_loc is a VOIDmode constant, use DECL_MODE.
1786 2010-03-18  Martin Jambor  <mjambor@suse.cz>
1788         PR middle-end/42450
1789         * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
1790         * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
1791         all non-clones.  Moved call redirection...
1792         (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
1793         (cgraph_materialize_all_clones): Dispose of all
1794         combined_args_to_skip bitmaps.
1795         (verify_cgraph_node): Do not check for edges pointing to wrong
1796         nodes in inline clones.
1797         * tree-inline.c (copy_bb): Call
1798         cgraph_redirect_edge_call_stmt_to_callee.
1799         * ipa.c (cgraph_remove_unreachable_nodes): Call
1800         cgraph_node_remove_callees even when there are used clones.
1802 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
1804         * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
1806 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
1808         PR target/43383
1809         * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
1810         for 32bit.
1812 2010-03-18  Michael Matz  <matz@suse.de>
1814         PR middle-end/43419
1815         * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
1816         into sqrt(x) if we need to preserve signed zeros.
1818 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
1819             Eric Botcazou  <ebotcazou@adacore.com>
1821         PR rtl-optimization/43360
1822         * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
1823         note if we don't know its invariant status.
1825 2010-03-18  Michael Matz  <matz@suse.de>
1827         PR tree-optimization/43402
1828         * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
1829         PHI chains of ssa names registered for update.
1831 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
1833         PR target/42427
1834         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
1835         non-offsettable and pre_modify update addressing.
1836         * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
1837         and "2" alternatives "#".
1838         (*movdd_softfloat32): Make all alternatives "#";
1839         * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
1840         (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
1841         (*movdf_softfloat32): Make all alternatives "#";
1842         (movdi): Use the new DIFD mode iterator to create a common splitter
1843         for movdi, movdf and movdd patterns.
1845 2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
1847         * common.opt (dumpdir): Remove redundant tab.
1849 2010-03-17  Martin Jambor  <mjambor@suse.cz>
1851         PR tree-optimization/43347
1852         * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
1853         original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
1855 2010-03-17  Bernd Schmidt  <bernd.schmidt@analog.com>
1857         PR rtl-optimization/42216
1858         * regrename.c (create_new_chain): New function, broken out from...
1859         (scan_rtx_reg): ... here.  Call it.  Handle the case where we are
1860         appending a use to an empty chain.
1861         (build_def_use): Remove previous changes that convert OP_INOUT to
1862         OP_OUT operands; instead detect the case where an OP_INOUT operand
1863         uses a previously untracked register and create an empty chain for it.
1865 2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1867         * doc/extend.texi (Function Attributes): Rewrite unfinished
1868         sentence in ms_abi documentation.
1870 2010-03-17  Alan Modra  <amodra@gmail.com>
1872         * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
1873         * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
1874         (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
1875         * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
1877 2010-03-16  Richard Henderson  <rth@redhat.com>
1879         PR middle-end/43365
1880         * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
1881         (lower_try_finally): Save and restore eh_seq around the expansion
1882         of the try-finally.
1884 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
1886         * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
1887         statements before splitting block.
1889 2010-03-16  Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1891         * doc/sourcebuild.texi (Testsuites): Fix markup.
1892         Use pathnames relative to gcc/testsuite.
1893         (Test Directives): Move description of how timeout is determined.
1894         (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
1895         (C Tests): Correct gcc.misc-tests directory.
1896         Framework tests now live in gcc.test-framework.
1898 2010-03-16  Richard Guenther  <rguenther@suse.de>
1900         PR middle-end/43379
1901         * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
1902         operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
1904 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
1905             Alexandre Oliva  <aoliva@redhat.com>
1907         PR tree-optimization/42917
1908         * lambda-code.c (remove_iv): Skip debug statements.
1909         (lambda_loopnest_to_gcc_loopnest): Likewise.
1910         (not_interesting_stmt): Debug statements are not interesting.
1912 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
1914         PR debug/43051
1915         PR debug/43092
1916         * cselib.c (cselib_preserve_constants,
1917         cfa_base_preserved_val): New static variables.
1918         (preserve_only_constants): New function.
1919         (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
1920         clear its REG_VALUES.  If cselib_preserve_constants, don't
1921         empty the whole hash table, but preserve there VALUEs with constants,
1922         cfa_base_preserved_val and cfa_base_preserved_val plus constant.
1923         (cselib_preserve_cfa_base_value): New function.
1924         (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
1925         (cselib_init): Change argument to int bitfield.  Set
1926         cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
1927         is in it.
1928         (cselib_finish): Clear cselib_preserve_constants and
1929         cfa_base_preserved_val.
1930         * cselib.h (enum cselib_record_what): New enum.
1931         (cselib_init): Change argument to int.
1932         (cselib_preserve_cfa_base_value): New prototype.
1933         * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
1934         * dse.c (dse_step1): Likewise.
1935         * cfgcleanup.c (thread_jump): Likewise.
1936         * sched-deps.c (sched_analyze): Likewise.
1937         * gcse.c (local_cprop_pass): Likewise.
1938         * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
1939         If FN is non-NULL, call the callback always and whenever it returns
1940         non-NULL just return that.  Only do rtx_equal_p if FN is NULL.
1941         * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
1942         * combine.c (propagate_for_debug_subst): Add old_rtx argument,
1943         compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
1944         * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
1945         * var-tracking.c: Include recog.h.
1946         (bb_stack_adjust_offset): Remove.
1947         (vt_stack_adjustments): Don't call it, instead just gather the
1948         adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
1949         (adjust_stack_reference): Remove.
1950         (compute_cfa_pointer): New function.
1951         (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
1952         (struct adjust_mem_data): New type.
1953         (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
1954         functions.
1955         (get_address_mode): New function.
1956         (replace_expr_with_values): Use it.
1957         (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
1958         Use get_address_mode.  For cfa_base_rtx return MO_CLOBBER.
1959         (adjust_sets): Remove.
1960         (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
1961         Use get_address_mode.
1962         (get_adjusted_src): Remove.
1963         (add_stores): Don't call it.  Never reuse expr SET.  Don't add extra
1964         MO_VAL_USE for cfa_base_rtx plus constant.  Use get_address_mode.
1965         (add_with_sets): Don't call adjust_sets.
1966         (fp_setter, vt_init_cfa_base): New functions.
1967         (vt_initialize): Change return type to bool.  Move most of pool etc.
1968         initialization to the beginning of the function from end.  Pass
1969         CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
1970         If !frame_pointer_needed, call vt_stack_adjustment before mos
1971         vector is filled, call vt_init_cfa_base if argp/framep has been
1972         eliminated to sp.  If frame_pointer_needed and argp/framep has
1973         been eliminated to hard frame pointer, set
1974         hard_frame_pointer_adjustment and call vt_init_cfa_base after
1975         encountering fp setter in the prologue.  For MO_ADJUST, call
1976         log_op_type before pusing the op into mos vector, not afterwards.
1977         Call adjust_insn before cselib_process_insn/add_with_sets,
1978         call cancel_changes (0) afterwards.
1979         (variable_tracking_main_1): Adjust for vt_initialize calling
1980         vt_stack_adjustments and returning whether it succeeded or not.
1982 2010-03-15  Aldy Hernandez  <aldyh@redhat.com>
1984         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
1985         debug statements.
1987 2010-03-15  Jakub Jelinek  <jakub@redhat.com>
1989         * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
1990         has been set.
1991         (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
1992         drap_reg has not been set.
1994 2010-03-15  Michael Matz  <matz@suse.de>
1996         PR middle-end/43300
1997         * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
1998         use it to expand block copies.
1999         (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
2000         insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
2001         (insert_value_copy_on_edge): Use store_expr for BLKmode values.
2003 2010-03-15  Richard Guenther  <rguenther@suse.de>
2005         PR tree-optimization/43367
2006         * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
2007         elimination check.
2009 2010-03-15  Richard Guenther  <rguenther@suse.de>
2011         PR tree-optimization/43317
2012         * ipa-struct-reorg.c (create_new_general_access): Update stmt.
2014 2010-03-15  Martin Jambor  <mjambor@suse.cz>
2016         PR tree-optimization/43141
2017         * tree-sra.c (create_abstract_origin): New function.
2018         (modify_function): Call create_abstract_origin.
2020 2010-03-15  Chris Demetriou  <cgd@google.com>
2022         * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
2023         wasn't copied.
2025 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
2027         PR middle-end/43354
2028         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
2029         call insert_out_of_ssa_copy for default definitions.
2031 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
2033         * graphite-clast-to-gimple.c (my_long_long): Defined.
2034         (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
2035         * graphite-sese-to-poly.c (my_long_long): Defined.
2036         (scop_ivs_can_be_represented): Use it.
2038 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
2040         * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
2041         graphite-max-bbs-per-function, and loop-block-tile-size.
2042         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
2043         with "maximum".
2044         (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
2046 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
2048         * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
2049         forward declaration.
2050         * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
2051         (add_upper_bounds_from_estimated_nit): New.
2052         (build_loop_iteration_domains): Use it.
2054 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
2056         * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
2058 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
2060         PR middle-end/43306
2061         * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
2062         should be an INTEGER_CST.  Also handle CASE_CONVERT.
2064 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
2066         * graphite.c (graphite_initialize): To bound the number of bbs per
2067         function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
2068         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
2069         * doc/invoke.texi: Document it.
2071 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
2073         * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
2074         * graphite-sese-to-poly.h (build_poly_scop): Same.
2076 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
2078         * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
2079         the number of parameters in the scop.  Use as an upper bound
2080         PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
2081         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
2082         * doc/invoke.texi: Document it.
2084 2010-03-13  Jerry Quinn  <jlquinn@optonline.net>
2086         * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
2087         * doc/c-tree.texi: Remove.
2088         * doc/generic.texi: Merge c-tree.texi here.
2089         * doc/gccint.texi (Trees): Remove menu entry.
2090         (c-tree.texi): Remove @include.
2091         * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
2092         * doc/languages.texi (Reading RTL): Ditto.
2094 2010-03-12  Steve Ellcey  <sje@cup.hp.com>
2096         PR target/42869
2097         * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
2099 2010-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
2101         PR middle-end/42431
2102         * gcc/config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
2103         code added to work around reload clobbering CONST insns.
2105 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
2107         * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
2108         (cselib_preserve_definitely, cselib_clear_preserve): Remove.
2109         (cselib_preserve_only_values): Remove retain argument, don't
2110         traverse hash table with cselib_{preserve_definitely,clear_preserve}.
2111         * cselib.h (cselib_preserve_only_values): Remove retain argument.
2112         * var-tracking.c (micro_operation): Move insn field before union.
2113         Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
2114         (struct variable_tracking_info_def): Remove n_mos field, change
2115         mos into a vector of micro_operations.
2116         (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
2117         (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
2118         compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
2119         changing into a vector.
2120         (add_with_sets): Likewise.  Ensure MO_VAL_USE uops from add_stores
2121         come before all other uops generated by add_stores.
2122         (vt_add_function_parameters): Adjust for cselib_preserve_only_values
2123         argument removal.
2124         (vt_initialize): Likewise.  Adjust for VTI (bb)->mos changing into
2125         a vector.  Run just one pass over the bbs instead of separate counting
2126         and computation phase.
2127         (vt_finalize): Free VTI (bb)->mos vector instead of array.
2129         PR debug/43329
2130         * tree-inline.c (remap_decls): Put old_var rather than origin_var
2131         into *nonlocalized_list vector.
2132         * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
2133         even if origin is non-NULL.
2134         (gen_variable_die): Likewise.
2135         (process_scope_var): Don't change origin.
2136         (gen_decl_die): Likewise.
2137         * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
2138         before adding new edges instead of after it, fix moving over
2139         debug stmts.
2141 2010-03-11  David S. Miller  <davem@davemloft.net>
2143         * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
2144         of four.
2145         * configure: Rebuild.
2147 2010-03-11  Martin Jambor  <mjambor@suse.cz>
2149         PR tree-optimization/43257
2150         * tree.c (assign_assembler_name_if_neeeded): New function.
2151         (free_lang_data_in_cgraph): Assembler name assignment moved to the
2152         above new function.
2153         * tree.h (assign_assembler_name_if_neeeded): Declare.
2154         * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
2155         the function if needed.
2157 2010-03-11  Chris Demetriou  <cgd@google.com>
2159         * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
2160         include/stdint-gcc.h, and include/stdint.h world-readable.
2162 2010-03-11  Richard Guenther  <rguenther@suse.de>
2164         PR tree-optimization/43255
2165         * tree-vrp.c (process_assert_insertions_for): Do not insert
2166         asserts for trivial conditions.
2168 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2170         PR tree-optimization/43280
2171         * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
2172         generation.  Move calculation of size out of the if branch.
2173         (find_bswap): Modify compare number generation.
2175 2010-03-11  Richard Guenther  <rguenther@suse.de>
2177         PR lto/43200
2178         * lto-streamer-in.c (maybe_fixup_decls): Simplify.
2179         (input_gimple_stmt): Fixup handled component types during
2180         operand read.  Also fix up decls in ADDR_EXPRs.
2182 2010-03-10  Eric Botcazou  <ebotcazou@adacore.com>
2184         * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
2185         * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
2187 2010-03-10  Jan Hubicka  <jh@suse.cz>
2189         PR c/43288
2190         * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
2191         * varasm.c (get_variable_section): Don't do that here...
2192         (make_decl_rtl): ... and here.
2193         (do_assemble_alias): Produce decl RTL.
2194         (assemble_alias): Likewise.
2196 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
2198         PR debug/43290
2199         * reg-notes.def (REG_CFA_SET_VDRAP): New note.
2200         * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
2201         of fde->vdrap_reg.
2202         (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
2203         (based_loc_descr): Only express drap or vdrap regno based expressions
2204         using DW_OP_fbreg when not optimizing.
2205         * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
2206         make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
2207         REG_CFA_SET_VDRAP note.
2209 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
2211         PR tree-optimization/43236
2212         * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
2213         error in calculation of base address in reverse iteration case.
2214         (generate_builtin): Take number of latch executions if the statement
2215         is in the latch.
2217 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
2219         PR middle-end/42859
2220         * tree-eh.c: Include pointer-set.h.
2221         (lower_eh_dispatch): Filter out duplicate case labels and
2222         remove the unneeded edge when the label is unused.  Return
2223         true when some edges are removed.
2224         (execute_lower_eh_dispatch): When any lowering resulted in
2225         removing an edge, also delete unreachable blocks.
2227 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
2229         PR bootstrap/43287
2230         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
2231         UNSPEC_MACHOPIC_OFFSET.
2233 2010-03-09  Andreas Schwab  <schwab@linux-m68k.org>
2235         PR target/43294
2236         * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
2237         (m68k_delegitimize_address): New function.
2239 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
2241         PR debug/43299
2242         * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
2244         PR debug/43299
2245         * var-tracking.c (adjust_sets): New function.
2246         (count_with_sets, add_with_sets): Use it.
2247         (get_adjusted_src): New inline function.
2248         (add_stores): Use it.
2250         PR debug/43304
2251         * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
2252         call cselib_dummy_expand_value_rtx_cb instead of
2253         cselib_expand_value_rtx_cb.
2255         PR debug/43293
2256         * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
2257         * config/i386/i386.c: Include debug.h and dwarf2out.h.
2258         (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
2259         and .cfi_endproc around the pic thunks.
2260         (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
2261         all queued unwind info register saves are saved before the call.
2262         For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
2263         considered as sp-=4 for unwind info and the pop as sp+=4 which
2264         also clobbers dest, but doesn't actually restore it.
2266         PR debug/43290
2267         * config/i386/i386.c (ix86_get_drap_rtx): Don't set
2268         RTX_FRAME_RELATED_P.
2270 2010-03-09  Jie Zhang  <jie@codesourcery.com>
2272         * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
2273         whitespaces in output template.
2275 2010-03-09  Jie Zhang  <jie@codesourcery.com>
2277         * ira-lives.c (check_and_make_def_use_conflict): Don't fall
2278         out array boundary.
2280 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
2282         * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
2283         builtins.exp in a separate job.
2285 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
2287         * graphite-sese-to-poly.c (add_param_constraints): Use
2288         lower_bound_in_type and upper_bound_in_type.
2290 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
2292         * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
2293         instead of unsigned_type_node.
2295 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
2296             Reza Yazdani  <reza.yazdani@amd.com>
2298         PR middle-end/43065
2299         * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
2300         on pointer type parameters.
2302 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
2304         PR middle-end/42644
2305         PR middle-end/42130
2306         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
2307         handle conversions from pointer to integers.
2308         (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
2309         induction variable, to be able to work with code generated by CLooG.
2310         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
2311         (build_poly_scop): Bail out if we cannot codegen a loop.
2313 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
2315         * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
2316         code generation with gloog_error.
2318 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
2320         * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
2321         Call fold_convert on all the returned values.
2322         (expand_scalar_variables_expr): Pass to
2323         expand_scalar_variables_ssa_name the type of the resulting expression.
2325 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
2327         * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
2328         ppl_min_for_le_pointset.
2329         Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
2330         * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
2332 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
2334         * graphite-dependences.c (map_into_dep_poly): Removed.
2335         (dependence_polyhedron_1): Use combine_context_id_scat.
2337 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
2339         * graphite-poly.h (struct poly_scattering): Add layout documentation.
2340         (struct poly_bb): Same.
2341         (combine_context_id_scat): New.
2343 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
2345         PR middle-end/42326
2346         * sese.c (name_defined_in_loop_p): Return false for default
2347         definitions.
2349 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
2351         * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
2352         and clean up the logic.
2354 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
2356         * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
2357         early return.
2359 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
2361         * var-tracking.c (remove_cselib_value_chains): Define only for
2362         ENABLE_CHECKING.
2363         (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
2364         delete_slot_part, emit_notes_for_differences_1): Don't call
2365         remove_cselib_value_chains here.
2366         (set_slot_part, emit_notes_for_differences_2): Don't call
2367         add_cselib_value_chains here.
2368         (preserved_values): New vector.
2369         (preserve_value): New function.
2370         (add_uses, add_stores, vt_add_function_parameters): Use it
2371         instead of cselib_preserve_value.
2372         (changed_values_stack): New vector.
2373         (check_changed_vars_0): New function.
2374         (check_changed_vars_1, check_changed_vars_2): Use it.
2375         (emit_notes_for_changes): Call set_dv_changed (*, false) on all
2376         changed_values_stack VALUEs.
2377         (vt_emit_notes): For all preserved_values call
2378         add_cselib_value_chains.  If ENABLE_CHECKING call
2379         remove_cselib_value_chains before verifying value_chains is empty.
2380         Initialize and free changed_values_stack.
2381         (vt_initialize): Initialize preserved_values.
2382         (vt_finalize): Free preserved_values.
2384 2010-03-08  Richard Guenther  <rguenther@suse.de>
2386         PR tree-optimization/43269
2387         * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
2388         region detection.
2390 2010-03-08  Martin Jambor  <mjambor@suse.cz>
2392         * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
2393         (ipa_is_param_called): Removed.
2394         * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
2395         (ipa_print_node_params): Do not print the called flag.
2396         (ipa_write_node_info): Do not stream the called flag.
2397         (ipa_read_node_info): Likewise.
2399 2010-03-07  Jakub Jelinek  <jakub@redhat.com>
2401         PR debug/43176
2402         * Makefile.in (var-tracking.o): Depend on pointer-set.h.
2403         * cselib.c (struct expand_value_data): Add dummy field.
2404         (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
2405         dummy to false.
2406         (cselib_dummy_expand_value_rtx_cb): New function.
2407         (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
2408         any rtl.
2409         * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
2410         * var-tracking.c: Include pointer-set.h.
2411         (variable): Change n_var_parts to char from int.  Add
2412         cur_loc_changed and in_changed_variables fields.
2413         (variable_canonicalize): Remove.
2414         (shared_var_p): New inline function.
2415         (unshare_variable): Maintain cur_loc_changed and
2416         in_changed_variables fields.  If var was in changed_variables,
2417         replace it there with new_var.  Just copy cur_loc instead of
2418         resetting it to something else.
2419         (variable_union): Don't recompute cur_loc.  Use shared_var_p.
2420         (dataflow_set_union): Don't call variable_canonicalize.
2421         (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
2422         of their DEBUG_EXPR_TREE_DECLs.
2423         (canonicalize_loc_order_check): Verify that cur_loc is NULL
2424         and in_changed_variables and cur_loc_changed is false.
2425         (variable_merge_over_cur): Clear cur_loc, in_changed_variables
2426         and cur_loc_changed.  Don't update cur_loc here.
2427         (variable_merge_over_src): Don't call variable_canonicalize.
2428         (dataflow_set_preserve_mem_locs): Use shared_var_p.  When
2429         removing loc that is equal to cur_loc, clear cur_loc,
2430         set cur_loc_changed and ensure variable_was_changed is called.
2431         (dataflow_set_remove_mem_locs): Use shared_var_p.  Only
2432         compare pointers in cur_loc check, if it is equal to loc,
2433         clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
2434         (variable_different_p): Remove compare_current_location argument,
2435         don't compare cur_loc.
2436         (dataflow_set_different_1): Adjust variable_different_p caller.
2437         (variable_was_changed): If dv had some var in changed_variables
2438         already, reset in_changed_variables flag for it and propagate
2439         cur_loc_changed over to the new variable.  On empty var
2440         always set cur_loc_changed.  Set in_changed_variables on whatever
2441         var is added to changed_variables.
2442         (set_slot_part): Clear cur_loc_changed and in_changed_variables.
2443         Use shared_var_p.  When removing loc that is equal to cur_loc,
2444         clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
2445         end, don't set it to something else, just call variable_was_changed.
2446         (delete_slot_part): Use shared_var_p.  When cur_loc equals to
2447         loc being removed, clear cur_loc and set cur_loc_changed.
2448         Set cur_loc_changed if all locations have been removed.
2449         (struct expand_loc_callback_data): New type.
2450         (vt_expand_loc_callback): Add dummy mode in which no rtxes are
2451         allocated.  Always create SUBREGs if simplify_subreg failed.
2452         Prefer to use cur_loc, when that fails and still in
2453         changed_variables (and seen first time) recompute it.  Set
2454         cur_loc_changed of variables which had to change cur_loc and
2455         compute elcd->cur_loc_changed if any of the subexpressions used
2456         had to change cur_loc.
2457         (vt_expand_loc): Adjust to pass arguments in
2458         expand_loc_callback_data structure.
2459         (vt_expand_loc_dummy): New function.
2460         (emitted_notes): New variable.
2461         (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
2462         that weren't used for any other decl in current
2463         emit_notes_for_changes call call vt_expand_loc_dummy to update
2464         cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
2465         first loc_chain location if NULL before.  Always use just
2466         cur_loc instead of first loc_chain location.  When cur_loc_changed
2467         is false, when not --enable-checking=rtl just don't emit any note.
2468         When rtl checking, compute the note and assert it is the same
2469         as previous note.  Clear cur_loc_changed and in_changed_variables
2470         at the end before removing from changed_variables.
2471         (check_changed_vars_3): New function.
2472         (emit_notes_for_changes): Traverse changed_vars to call
2473         check_changed_vars_3 on each changed var.
2474         (emit_notes_for_differences_1): Clear cur_loc_changed and
2475         in_changed_variables.  Recompute cur_loc of new_var.
2476         (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
2477         (vt_emit_notes): Initialize and destroy emitted_notes.
2479 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>
2481         PR rtl-optimization/42220
2482         * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
2483         Use verify_reg_tracked to determine if we should use OP_OUT rather
2484         than OP_INOUT.
2485         (build_def_use): If we see an in-out operand for a register that we
2486         know nothing about, treat is an output if possible, fail the block if
2487         not.
2489 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
2491         PR debug/42897
2492         * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
2493         permanently.
2495 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
2497         PR debug/42897
2498         * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
2499         uses of relevant DEFs that are dead outside the loop too.
2501 2010-03-06  Alexandre Oliva <aoliva@redhat.com>
2503         * var-tracking.c (dataflow_set_merge): Swap src and src2.
2504         Reverted:
2505         2010-01-13  Jakub Jelinek  <jakub@redhat.com>
2506         PR debug/41371
2507         * var-tracking.c (values_to_unmark): New variable.
2508         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
2509         values_to_unmark vector.  Moved body to...
2510         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
2511         instead queue it into values_to_unmark vector.
2512         (vt_find_locations): Free values_to_unmark vector.
2514 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
2516         * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
2517         (site.exp): Export them when plugins are enabled.
2519 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
2521         PR middle-end/42326
2522         * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
2523         that contain scevs.
2524         (chrec_fold_multiply): Same.
2526 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
2528         PR c/43248
2529         * c-decl.c (build_compound_literal): Return early if init is
2530         an error_mark_node.
2532 2010-03-04  Martin Jambor  <mjambor@suse.cz>
2534         PR tree-optimization/43164
2535         PR tree-optimization/43191
2536         * tree-sra.c (type_consists_of_records_p): Reject records with
2537         zero-size bit-fields at the end.
2539 2010-03-04  Mike Stump  <mikestump@comcast.net>
2541         * Makefile.in (TAGS): Remove *.y.
2543 2010-03-04  Richard Guenther  <rguenther@suse.de>
2545         PR tree-optimization/40761
2546         * tree-ssa-pre.c (compute_antic): Walk reverse postorder
2547         in reverse order.
2548         (my_rev_post_order_compute): New function.
2549         (init_pre): Call it.
2551 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
2553         PR middle-end/43209
2554         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
2555         decrease the cost of an IV candidate when the cost is infinite.
2557 2010-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2559         * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
2560         Use '3DNow!' for the extension of that name, ensure normal space
2561         after the string.
2562         * doc/invoke.texi (i386 and x86-64 Options): Likewise.
2564 2010-03-03  Jeff Law  <law@redhat.com>
2566         * PR middle-end/32693
2567         * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
2568         than gen_rtx_SUBREG.
2569         (extract_bit_field_1): Likewise.
2571 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
2573         * doc/sourcebuild.texi (Test directives): Document that arguments
2574         include-opts and exclude-opts are now optional for dg-skip-if,
2575         dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
2577 2010-03-03  Jason Merrill  <jason@redhat.com>
2579         PR c++/12909
2580         * cgraph.h (varpool_node): Add extra_name field.
2581         * varpool.c (varpool_extra_name_alias): New.
2582         (varpool_assemble_decl): Emit extra name aliases.
2583         (varpool_mark_needed_node): Look past an extra name alias.
2584         * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
2585         * lto-streamer-in.c (lto_input_tree): Read it.
2586         * lto-streamer-out.c (output_unreferenced_globals): Write it.
2588 2010-03-03  Eric Botcazou  <ebotcazou@adacore.com>
2590         * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
2591         (sparc*-*-solaris2*): ...this.
2593 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
2595         PR debug/43229
2596         * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
2597         WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
2598         ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
2599         FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
2601         PR debug/43237
2602         * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
2603         fallthrough to default handling, just with want_address 0 instead of 2.
2604         For single element lists, add_AT_loc directly, otherwise create an
2605         artificial variable DIE and stick location list to it.
2607         PR debug/43177
2608         * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
2609         (VAL_EXPR_HAS_REVERSE): Define.
2610         (reverse_op): New function.
2611         (add_stores): For reversible operations add an extra MO_VAL_USE.
2613 2010-03-02  Jason Merrill  <jason@redhat.com>
2615         * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
2617 2010-03-02  Eric Botcazou  <ebotcazou@adacore.com>
2619         * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
2620         (sparc64-*-linux*): Likewise.
2621         (sparc64-*-solaris2*): Include assembler files before linker ones.
2622         (sparc-*-solaris2*): Simplify and reorder to match previous case.
2623         * config/sparc/gas.h: Delete.
2624         * config/sparc/sol2-64.h: Add copyright notice.
2625         * config/sparc/sol2-gas-bi.h: Likewise.
2626         * config/sparc/sol2-gld.h: Likewise.
2627         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
2628         * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
2629         * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
2630         * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
2631         (sparc_elf_asm_named_section): Rename into...
2632         (sparc_solaris_elf_asm_named_section): ...this.  Always define.
2634 2010-03-02  Uros Bizjak  <ubizjak@gmail.com>
2636         * config/alpha/alpha.c (override_options): Fix -mtune error message.
2638 2010-03-02  Jeff Law  <law@redhat.com>
2640         PR middle-end/42431
2641         * reload1.c (rtx_p, substitute_stack): Declare.
2642         (substitute): Record addresses of changed rtxs.
2643         (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
2644         Restore the original rtx when complete.
2645         (reload): Free subsitute_stack when complete.
2647 2010-03-02  Janis Johnson  <janis187@us.ibm.com>
2649         * doc/gccint.texi (menu): Add Testsuites as a chapter.
2650         * doc/sourcebuild.texi (Testsuites): Move up a level to be a
2651         new chapter.
2652         (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
2653         LTO Testing, gcov Testing, profopt Testing, compat Testing,
2654         Torture Tests): Change from subsection to section.
2656 2010-03-02  Jakub Jelinek  <jakub@redhat.com>
2657             Steven Bosscher  <steven@gcc.gnu.org>
2659         * var-tracking.c (vt_initialize): Scan insns in ebb chunks
2660         instead of bb.
2662 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
2664         PR middle-end/42640
2665         * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
2666         the assignment from the new induction variable to the assignment
2667         of the value from the original loop PHI function.
2669 2010-03-01  Janis Johnson  <janis187@us.ibm.com>
2670             Daniel Jacobowitz  <dan@codesourcery.com>
2672         * doc/sourcebuild.texi (Test directives): Clarify options to
2673         dg-skip-if.
2675 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2677         * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
2678         Disable cfi directives unless GCC and gas agree on using read-only
2679         .eh_frame sections for 64-bit.
2680         * configure: Regenerate.
2682 2010-03-01  Richard Guenther  <rguenther@suse.de>
2684         PR tree-optimization/43220
2685         * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
2686         BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
2688 2010-03-01  Richard Guenther  <rguenther@suse.de>
2689             Martin Jambor  <mjambor@suse.cz>
2691         PR middle-end/41250
2692         * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
2693         gimplified parameters.
2695 2010-03-01  Christian Bruel  <christian.bruel@st.com>
2697         * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
2699 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
2701         * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
2703 2010-03-01  Richard Guenther  <rguenther@suse.de>
2705         PR middle-end/43213
2706         * expr.c (expand_assignment): Use the alias-oracle to tell
2707         if the rhs aliases the result decl.
2709 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2711         PR pch/14940
2712         * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
2713         to sol_gt_pch_get_address.
2714         (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
2715         64-bit, SPARC and x86.
2716         (sol_gt_pch_get_address): New function.
2718 2010-03-01  Marco Poletti  <poletti.marco@gmail.com>
2720         * toplev.h (inform_n, error_n): Declare.
2721         * diagnostic.c (inform_n, error_n): New function.
2723 2010-03-01  Jakub Jelinek  <jakub@redhat.com>
2725         * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
2726         has no rtl yet when processing local_decls, queue it and recheck
2727         if deferred stack allocation hasn't assigned it rtl.
2729 2010-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
2731         * config/sh/sh.c (unspec_bbr_uid): New.
2732         (gen_block_redirect): Use it instead of INSN_UID.
2733         (gen_far_branch): Likewise.
2735 2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
2737         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
2738         it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
2740 2010-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2742         * doc/invoke.texi (Warning Options, RX Options): Fix typos.
2743         (Warning Options): -Wno-conversion-null is valid for
2744         Objective-C++ as well.
2745         * doc/tm.texi (Named Address Spaces): Likewise.
2746         * doc/plugins.texi (Plugins): Replace TABs with spaces.
2747         * doc/tree-ssa.texi (Tree SSA): Likewise.
2749 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
2751         PR bootstrap/43202
2752         * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
2753         by default.  Don't set the default arch for
2754         i[34567]86-*-darwin*|x86_64-*-darwin*.
2756 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
2758         PR bootstrap/43202
2759         * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
2760         default.  Set the default 32bit/64bit archs with $with_arch
2761         instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
2763 2010-02-27  Richard Guenther  <rguenther@suse.de>
2765         PR tree-optimization/43186
2766         * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
2767         * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
2768         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
2769         unroller iterations.
2771 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
2773         * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
2774         required and i[34567]86-*-* targets don't support 64bit ISA.
2776 2010-02-26  Eric Botcazou  <ebotcazou@adacore.com>
2778         PR ada/43096
2779         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
2780         the same alias set.
2782 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
2784         * config.gcc: Set the default arch at least to Prescott for
2785         i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
2786         if SSE math is enabled.
2788 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2790         * diagnostic.c (diagnostic_initialize): Update.
2791         (diagnostic_report_diagnostic): Test inhibit_notes_p for
2792         informative notes.
2793         * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
2794         (diagnostic_inhibit_notes): New.
2795         * toplev.c (process_options): inhibit notes with -fcompare-debug.
2797 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2799         PR c/20631
2800         * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
2801         * doc/standards.texi: Likewise.
2802         * doc/extend.texi: Likewise.
2803         * doc/trouble.texi: Likewise.
2804         * doc/cppopts.texi: Likewise.
2805         * doc/install.texi: Likewise.
2806         * c.opt (std=c90,std=gnu90): New options.
2807         * c-opts.c (c_common_handle_option): Handle them.
2809 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2811         PR c/24577
2812         * c-decl.c (undeclared_variable): Use an informative note.
2814 2010-02-26  Richard Guenther  <rguenther@suse.de>
2816         PR tree-optimization/43186
2817         * gimple.h (gimple_fold): Remove.
2818         * gimple.c (gimple_fold): Remove.  Inline into single user ...
2819         * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
2820         Try harder for conditions.
2822 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
2824         PR debug/43190
2825         * function.c (used_types_insert): Don't skip through named pointer
2826         types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
2827         and it is different from the main variant's type.
2829 2010-02-26  Nick Clifton  <nickc@redhat.com>
2831         * config/rx/rx.md (sminsi3): Remove bogus alternative.
2833 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
2835         * config.gcc: Support --with-fpmath=sse for x86.
2837         * config/i386/ssemath.h: New.
2839         * doc/install.texi (--with-fpmath=sse): Documented.
2841 2010-02-26  Richard Guenther  <rguenther@suse.de>
2843         PR tree-optimization/43188
2844         * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
2845         vector types of over-aligned element type.
2847 2010-02-26  Uros Bizjak  <ubizjak@gmail.com>
2849         PR target/43175
2850         * config/i386/i386.c (expand_vec_perm_blend): Use correct
2851         operands in V8HImode subregs.  Fix operand order in VEC_MERGE rtx.
2853 2010-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2855         * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
2857 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
2859         * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
2860         * var-tracking.c: Include diagnostic.h.
2861         (debug_dv): New function.
2862         (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
2864         PR debug/43160
2865         * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
2866         (add_value_chain, add_value_chains, remove_value_chain,
2867         remove_value_chains): Handle DEBUG_EXPRs.
2868         (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
2870         PR debug/43161
2871         * regcprop.c (struct queued_debug_insn_change): New type.
2872         (struct value_data_entry): Add debug_insn_changes field.
2873         (struct value_data): Add n_debug_insn_changes field.
2874         (debug_insn_changes_pool): New variable.
2875         (free_debug_insn_changes, apply_debug_insn_changes,
2876         cprop_find_used_regs_1, cprop_find_used_regs): New functions.
2877         (kill_value_one_regno): Call free_debug_insn_changes if needed.
2878         (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
2879         fields.
2880         (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
2881         changes for them.
2882         (copyprop_hardreg_forward_1): Don't call apply_change_group for
2883         DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
2884         changes, call cprop_find_used_regs via note_stores.
2885         (copyprop_hardreg_forward): When copying vd from predecessor
2886         which has any queued DEBUG_INSN changes, make sure the pointers are
2887         cleared.  At the end call df_analyze and then if there are any
2888         DEBUG_INSN changes queued at the end of some basic block for still
2889         live registers, apply them.
2890         (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
2892 2010-02-25  Uros Bizjak  <ubizjak@gmail.com>
2894         * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
2895         (arm*-*-*): Ditto.
2897 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
2899         * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
2900         targets.  Set the default with_cpu/with_arch from arch/cpu.
2901         Allow x86-64 and native for with_cpu/with_arch.
2903 2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>
2905         * ebitmap.c: Change calls to verify_popcount with calls to
2906         sbitmap_verify_popcount.
2907         (ebitmap_clear_bit): Fixed map->cacheindex test and
2908         map>cache update when bit clearing results in an empty
2909         element.
2911 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
2913         PR target/43154
2914         * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
2915         (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
2916         and support both V2DF and V2DI modes.
2917         (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
2918         support both V2DF and V2DI modes.
2919         (general): Delete trailing whitespace from a few patterns.
2921         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2922         V2DF/V2DI interleave high/low builtins.
2924         * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
2925         new VSX builtins.
2927         * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
2928         interleave high/low functions.
2930 2010-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
2932         * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
2933         #pragma extern_prefix.
2935 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
2937         PR debug/43166
2938         * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
2939         BLKmode, assert op0 is a MEM and just adjust its mode.
2941         PR debug/43165
2942         * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
2943         if bitpos isn't multiple of mode's bitsize.
2945 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2947         * c.opt (-ftemplate-depth=): New.
2948         (-ftemplate-depth-): Deprecate.
2949         * optc-gen.awk: Handle -ftemplate-depth=.
2950         * opth-gen.awk: Likewise.
2951         * c-opts.c (c_common_handle_option): Likewise.
2952         * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
2954 2010-02-24  Jason Merrill  <jason@redhat.com>
2956         * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
2958 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2960         * cfg.c (alloc_aux_for_block): Remove inline.
2961         (alloc_aux_for_edge): Likewise.
2963 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2965         * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
2967 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2969         * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
2970         * config/i386/sol2-gas.h: New file.
2971         * config.gcc (i[34567]86-*-solaris2*): Use it.
2973 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2975         PR c/43128
2976         * c-typeck.c (ep_convert_and_check): New.
2977         (build_conditional_expr): Use it.
2978         (build_binary_op): Likewise.
2980 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
2982         * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
2984         PR debug/43150
2985         * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
2986         bounds even for -O+.
2987         * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
2988         expr needs to have DECL_NAME set.
2990 2010-02-24  Nick Clifton  <nickc@redhat.com>
2992         * config/mep/mep.c: Include gimple.h.
2993         (mep_function_uses_sp): Delete unused function.
2994         (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
2995         parameters.  Use unsigned integers to count args.  Return a
2996         NULL_RTX instead of an error_mark_node.  Toidy up formatting.
2998 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
3000         PR target/43107
3001         * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
3002         greater or equal to nelt instead of 2 * nelt.
3003         (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
3004         with nelt - 1.
3006 2010-02-23  Jason Merrill  <jason@redhat.com>
3008         PR debug/42800
3009         * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
3010         in cfun->local_decls even if they have register types.
3012         PR c++/42837
3013         * stor-layout.c (place_field): Don't warn about unnecessary
3014         DECL_PACKED if the type is packed.
3016 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
3018         PR target/43139
3019         * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
3020         GOTOFF relocs, even when the base reg isn't pic pointer.
3022 2010-02-23  Michael Matz  <matz@suse.de>
3024         PR debug/43077
3025         * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
3026         (expand_gimple_basic_block): Generate and use debug temps if there
3027         are debug uses left after the last real use of TERed ssa names.
3028         Unlink debug immediate uses when they are expanded.
3030 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3032         PR 43123
3033         * config/i386/i386.c (override_options): Reorganise to provide
3034         better error messages.
3036 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
3038         PR middle-end/43083
3039         * graphite-scop-detection.c (create_single_exit_edge): Move
3040         the call to find_single_exit_edge to....
3041         (create_sese_edges): ...here.  Don't handle multiple edges
3042         exiting the function.
3043         (build_graphite_scops): Don't handle multiple edges
3044         exiting the function.
3046 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
3048         PR middle-end/43097
3049         * sese.c (get_rename): Assert that old_name is an SSA_NAME.
3050         (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
3052 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
3054         PR middle-end/43026
3055         * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
3057 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3059         PR c++/43126
3060         * c-typeck.c (convert_arguments): Print declaration location.
3061         * c-common.c (validate_nargs): Rename as
3062         builtin_function_validate_nargs.
3063         (check_builtin_function_arguments): Update.
3065 2010-02-22  Richard Guenther  <rguenther@suse.de>
3067         PR lto/43045
3068         * tree-inline.c (declare_return_variable): Use the type of
3069         the call stmt lhs if available.
3071 2010-02-22  Duncan Sands  <baldrick@free.fr>
3073         * passes.c (register_pass): Always consider all pass lists when
3074         ref_pass_instance_number is zero.
3076 2010-02-22  Richard Guenther  <rguenther@suse.de>
3078         PR tree-optimization/42749
3079         * tree-tailcall.c (adjust_return_value_with_ops): Drop update
3080         parameter.  Do arithmetic in the original type.
3081         (update_accumulator_with_ops): Likewise.
3082         (adjust_accumulator_values): Adjust.
3084 2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3086         * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
3087         (QI to BLKmode splitter): New splitter.
3089 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
3091         * config/i386/i386.c (initial_ix86_tune_features): Turn on
3092         X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
3094 2010-02-22  Richard Guenther  <rguenther@suse.de>
3096         * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
3098 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
3100         Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
3101         * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
3102         ($(T)crti.o, $(T)crtn.o): Remove rules.
3104 2010-02-21  Tobias Burnus  <burnus@net-b.de>
3106         PR fortran/35259
3107         * doc/invoke.texi (-fassociative-math): Document that this
3108         option is automatically enabled for Fortran.
3110 2010-02-20  David S. Miller  <davem@davemloft.net>
3112         * configure.ac: Test if linker and assembler properly support
3113         GOTDATA_OP relocations.
3114         * configure: Rebuild.
3115         * config.in: Likewise.
3116         * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
3117         (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
3118         (movsi_high_pic): Likewise.
3119         (movdi_lo_sum_pic): Likewise.
3120         (movdi_high_pic): Likewise.
3121         (movsi_pic_gotdata_op): New pattern.
3122         (movdi_pic_gotdata_op): Likewise.
3123         * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
3124         emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
3126 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
3128         PR target/43067
3129         * config/i386/sse.md (xop_mulv2div2di3_low): Change type
3130         attribute to ssemul.
3131         (xop_mulv2div2di3_high): Ditto.
3133 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3135         PR c++/35669
3136         * c.opt (Wconversion-null): New option.
3137         * doc/invoke.texi (Wconversion-null): Document.
3139 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3141         * common.opt (Wlarger-than-): Add Undocumented.
3143 2010-02-19  Mike Stump  <mikestump@comcast.net>
3145         * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
3147 2010-02-19  Jason Merrill  <jason@redhat.com>
3149         PR target/40332
3150         * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
3151         * configure: Likewise.
3153 2010-02-20  Alan Modra  <amodra@gmail.com>
3155         PR middle-end/42344
3156         * cgraph.h (cgraph_make_decl_local): Declare.
3157         * cgraph.c (cgraph_make_decl_local): New function.
3158         (cgraph_make_node_local): Use it.
3159         * cgraphunit.c (cgraph_function_versioning): Likewise.
3160         * ipa.c (function_and_variable_visibility): Likewise.
3162 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
3164         PR bootstrap/43121
3165         * except.c (sjlj_emit_function_enter): Don't call
3166         add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
3167         directly.
3168         * rtl.h (add_reg_br_prob_note): Remove prototype.
3170 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3172         PR 41779
3173         * c-common.c (conversion_warning): Remove widening conversions
3174         before checking the conversion of integers to reals.
3176 2010-02-19  Mike Stump  <mikestump@comcast.net>
3178         PR middle-end/43125
3179         * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
3181         PR objc/43061
3182         * cgraphunit.c (process_function_and_variable_attributes): Check
3183         DECL_PRESERVE_P instead of looking up attribute "used".
3184         * ipa-pure-const.c (check_decl): Likewise.
3185         * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
3186         * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
3187         * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
3188         instead of attribute "used".
3189         * config/sol2-c.c (solaris_pragma_init): Likewise.
3190         (solaris_pragma_fini): Likewise.
3192 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
3194         * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
3195         Use XCNEW instead of xcalloc.
3196         (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
3197         XNEW instead of xmalloc.
3198         (get_fields): Use XNEWVEC instead of xmalloc.
3200         PR debug/43084
3201         * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
3202         populate vars array.
3203         (create_new_general_access): For debug stmts just reset value.
3204         (get_stmt_accesses): For accesses within debug stmts just record them
3205         using add_access_to_acc_sites instead of preventing the peeling or
3206         counting them as accesses.
3208         PR middle-end/42233
3209         * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
3211 2010-02-19  Richard Guenther  <rguenther@suse.de>
3213         PR tree-optimization/42916
3214         * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
3215         instructions.
3217 2010-02-19  Andreas Schwab  <schwab@linux-m68k.org>
3219         * configure.ac: Replace all uses of changequote in macro arguments
3220         with proper quoting.
3222 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
3224         PR middle-end/42233
3225         * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
3227 2010-02-19  Richard Guenther  <rguenther@suse.de>
3229         PR tree-optimization/42944
3230         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
3231         test for aliasing with errno.
3233 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
3235         PR middle-end/42233
3236         * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
3237         do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
3238         * dojump.c: Include output.h.
3239         (inv): New inline function.
3240         (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
3241         do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
3242         do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
3243         do_jump_by_parts_equality, do_compare_and_jump): Add PROB
3244         argument, pass it down to other calls.
3245         (do_compare_rtx_and_jump): Likewise.  If PROB is not -1,
3246         add REG_BR_PROB note to the conditional jump.
3247         * cfgexpand.c (add_reg_br_prob_note): Removed.
3248         (expand_gimple_cond): Don't call it, add the probability
3249         as last argument to jumpif_1/jumpifnot_1.
3250         * Makefile.in (dojump.o): Depend on output.h.
3251         * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
3252         callers.
3253         * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
3254         * stmt.c (do_jump_if_equal): Likewise.
3255         * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
3256         * loop-unswitch.c (compare_and_jump_seq): Likewise.
3257         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
3258         Likewise.
3259         * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
3260         * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
3261         jumpifnot_1 callers.
3262         (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
3263         callers.
3264         (store_expr): Adjust jumpifnot caller.
3265         (store_constructor): Adjust jumpif caller.
3267         PR middle-end/42233
3268         * gimplify.c (gimple_boolify): For __builtin_expect call
3269         gimple_boolify also on its first argument.
3271 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
3273         * configure.ac (gnu-unique-object): Wrap regexps using [] in
3274         changequote block.
3275         (__stack_chk_fail): Ditto.  Remove quadrigraphs.
3276         * configure: Regenerated.
3278 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3280         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
3281         lang_hooks.types_compatible_p instead of comptypes.
3283 2010-02-18  Sebastian Huber <sebastian.huber@embedded-brains.de>
3285         * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
3286         (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
3287         if __prefer_thumb__ is defined.
3289 2010-02-18  Martin Jambor  <mjambor@suse.cz>
3291         PR tree-optimization/43066
3292         * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
3293         array with zero-sized element type.
3295 2010-02-18  Jakub Jelinek  <jakub@redhat.com>
3297         * dwarf2out.c (add_var_loc_to_decl): Change last argument to
3298         rtx, allocate struct var_loc_node here and return it to the
3299         caller, and only if it is actually needed.
3300         (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
3301         move it earlier and return immediately if it returns NULL.
3303 2010-02-17  Mikael Pettersson  <mikpe@it.uu.se>
3305         * config/sparc/gas.h: New file.  Restore
3306         TARGET_ASM_NAMED_SECTION to its ELF default.
3307         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
3308         check !HAVE_GNU_AS.
3309         * config/sparc/sparc.c (sparc_elf_asm_named_section):
3310         Likewise.  Add ATTRIBUTE_UNUSED to prototype.
3311         * config.gcc (sparc*-*-linux*): Include sparc/gas.h
3312         after sparc/sysv4.h.
3314 2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
3316         * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
3318 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
3320         * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
3321         patterns from predicated pattern.
3323 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
3325         PR target/43103
3326         * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
3327         for insn mnemonic suffix.
3329 2010-02-17  Richard Guenther  <rguenther@suse.de>
3331         * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
3332         to loop PHI nodes.
3334 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
3336         PR debug/42918
3337         * caller-save.c (save_call_clobbered_regs): If BB ends with
3338         a DEBUG_INSN, move any notes in between last real insn and the last
3339         DEBUG_INSN after the last DEBUG_INSN.
3341 2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
3343         * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
3344         Fix return type.  Fix argument type.  Explain meaning of return value.
3346 2010-02-16  Richard Guenther  <rguenther@suse.de>
3348         PR tree-optimization/41043
3349         * tree-vrp.c  (vrp_var_may_overflow): Only ask SCEV for real loops.
3350         (vrp_visit_assignment_or_call): Do not ask SCEV for regular
3351         statements ...
3352         (vrp_visit_phi_node): ... but only for loop PHI nodes.
3354 2010-02-16  Ira Rosen <irar@il.ibm.com>
3356         PR tree-optimization/43074
3357         * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
3358         * tree-vect-loop.c (vect_analyze_loop_operations): Add
3359         vectorizable cycles in hybrid SLP check.
3360         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
3362 2010-02-16  Richard Guenther  <rguenther@suse.de>
3364         * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
3365         (true_dependence): If memrefs_conflict_p computes must-alias
3366         trust it.  Move TBAA check after offset-based disambiguation.
3367         (canon_true_dependence): Likewise.
3369 2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
3371         * params.def (PARAM_MAX_VARTRACK_SIZE): New.
3372         * doc/invoke.texi: Document it.
3373         * var-tracking.c: Include toplev.h and params.h.
3374         (vt_find_locations): Return bool indicating success.  Compute
3375         hash sizes unconditionally.  Check new parameter, report.
3376         (variable_tracking_main_1): Check vt_find_locations results and
3377         retry.  Renamed from...
3378         (variable_tracking_main): ... this.  New wrapper to preserve
3379         flag_var_tracking_assignments.
3380         * Makefile.in (var-tracking.o): Adjust dependencies.
3382 2010-02-16  Jack Howarth <howarth@bromo.med.uc.edu>
3383             Jakub Jelinek <jakub@redhat.com>
3385         PR target/42854
3386         * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
3387         if weak_import attribute is present.
3388         * config/darwin.c (machopic_select_section): Likewise.
3390 2010-02-15  Joern Rennecke  <joern.rennecke@embecosm.com>
3392         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
3393         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
3394         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
3395         (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
3397         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument types.
3399         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
3400         Fix argument types.
3402         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
3403         Rewrite text to refer to the names.
3405 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
3407         * config/i386/i386-builtin-types.def
3408         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
3409         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
3410         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
3411         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
3412         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
3413         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
3414         IX86_BUILTIN_VPERMIL2PS256.
3415         (MULTI_ARG_4_DF2_DI_I): Defined.
3416         (MULTI_ARG_4_DF2_DI_I1): Defined.
3417         (MULTI_ARG_4_SF2_SI_I): Defined.
3418         (MULTI_ARG_4_SF2_SI_I1): Defined.
3419         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
3420         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
3421         __builtin_ia32_vpermil2ps256.
3422         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
3423         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
3424         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
3425         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
3426         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
3427         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
3428         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
3429         CODE_FOR_xop_vpermil2v8sf3.
3430         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
3431         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
3432         * config/i386/xopintrin.h (_mm_permute2_pd): New.
3433         (_mm256_permute2_pd): New.
3434         (_mm_permute2_ps): New.
3435         (_mm256_permute2_ps): New.
3437 2010-02-15  Nick Clifton  <nickc@redhat.com>
3439         * config/h8300/h8300.c: (h8300_push_pop): Use bool type for
3440         boolean parameters.  Use emit_jump_insn when emitting a pop
3441         instruction containing a return insn.
3442         (push): Use 'true' rather than '1' as second parameter to F.
3443         (h8300_expand_prologue): Likewise.
3444         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
3445         (h8300_expand_epilogue): Likewise.
3447 2010-02-15  Richard Guenther  <rguenther@suse.de>
3449         PR middle-end/43068
3450         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
3451         if that is zero.
3453 2010-02-15  Nick Clifton  <nickc@redhat.com>
3455         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
3456         delta.
3458 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
3460         * intl.c (fake_ngettext): New function.
3461         * intl.h (fake_ngettext): Declare.
3462         (ngettext): Define macro.
3463         * collect2.c (notice_translated): New function.
3464         (main): Use notice_translated and ngettext.
3465         * collect2.h (notice_translated): Declare.
3467 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
3469         * reorg.c (delete_computation): Comment fixes.
3470         * caller-save.c (setup_save_areas): Idem.
3471         * sel-sched-dump.c (dump_lv_set): Idem.
3472         * rtl.def: Idem.
3474 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3476         * config/s390/s390.c (s390_sched_init): New function.
3477         (TARGET_SCHED_INIT): Target hook defined.
3479 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
3480             Jack Howarth  <howarth@bromo.med.uc.edu>
3481             Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
3483         PR target/42982
3484         Partial revert of unintended change in fix for PR41605.
3485         * config/darwin.h: Fix typo.
3486         * config/darwin9.h: Same.
3488 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
3490         * c-pch.c (pch_init): Clear v.
3492 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
3494         PR middle-end/42930
3495         * graphite-scop-detection.c (graphite_can_represent_scev): Call
3496         graphite_can_represent_init for MULT_EXPR.
3498 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
3500         PR middle-end/42914
3501         PR middle-end/42530
3502         * graphite-sese-to-poly.c (remove_phi): New.
3503         (translate_scalar_reduction_to_array): Call remove_phi.
3505 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
3507         PR middle-end/42771
3508         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
3509         * graphite-clast-to-gimple.h (gloog): Update declaration.
3510         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
3511         * graphite-poly.h (struct poly_bb): Add missing comments.
3512         (struct scop): Add poly_scop_p field.
3513         (POLY_SCOP_P): New.
3514         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
3515         * graphite.c (graphite_transform_loops): Build the polyhedral
3516         representation for each scop before code generation.
3517         * sese.c (rename_variables_in_operand): Removed.
3518         (rename_variables_in_expr): Return the renamed expression.
3519         (rename_sese_parameters): New.
3520         * sese.h (rename_sese_parameters): Declared.
3522 2010-02-11  Richard Guenther  <rguenther@suse.de>
3524         PR tree-optimization/42998
3525         * tree-ssa-pre.c (create_expression_by_pieces): Treat
3526         POINTER_PLUS_EXPR properly.
3528 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
3529             Changpeng Fang  <changpeng.fang@amd.com>
3531         PR middle-end/40886
3532         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
3533         the cost of an IV candidate when the IV is used in a test against zero.
3535         * gcc.dg/tree-ssa/ivopts-3.c: New.
3537 2010-02-11  Richard Guenther  <rguenther@suse.de>
3539         PR lto/41664
3540         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
3541         pointer-vs-decl case by swapping refs.  Handle some cases
3542         of pointer-vs-decl disambiguations more conservatively.
3543         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
3544         to false after expanding.
3546 2010-02-11  Richard Guenther  <rguenther@suse.de>
3548         PR driver/43021
3549         * gcc.c (process_command): Handle LTO file@offset case more
3550         appropriately.
3552 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
3554         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
3555         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
3556         of DEBUG_INSNs.
3557         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
3559         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
3560         if MEM's mode size isn't DWARF2_ADDR_SIZE.
3561         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
3562         Optimize eq/ne comparisons when both arguments are known to be
3563         zero-extended.
3564         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
3565         Don't mask operands unnecessarily if they are known to be already
3566         zero-extended.
3568 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
3570         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
3571         instead of loop.
3573 2010-02-10  Richard Guenther  <rguenther@suse.de>
3575         PR tree-optimization/43017
3576         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
3577         for wrapping signed arithmetic.
3579 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
3581         PR debug/43010
3582         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
3583         if no debug info should be emitted for it.
3585 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
3587         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
3588         note when flag_exceptions is set.
3590 2010-02-10  Duncan Sands  <baldrick@free.fr>
3592         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
3594 2010-02-10  Richard Guenther  <rguenther@suse.de>
3596         PR c/43007
3597         * tree.c (get_unwidened): Handle constants.
3598         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
3600 2010-02-10  Martin Jambor  <mjambor@suse.cz>
3602         PR lto/42985
3603         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
3604         check for variable argument counts independently.
3606 2010-02-10  Christian Bruel  <christian.bruel@st.com>
3608         PR target/42841
3609         * config/sh/sh.c (find_barrier): Increase length for non delayed
3610         conditional branches.
3612 2010-02-10  Christian Bruel  <christian.bruel@st.com>
3614         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
3616 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
3618         * builtins.c (set_builtin_user_assembler_name): Also handle
3619         ffs if int is smaller than word.
3621 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
3623         PR middle-end/42973
3624         * ira-conflicts.c (get_dup): Remove.
3625         (process_reg_shuffles): Add new parameter.  Use it as an
3626         additional guard for copy generation.
3627         (add_insn_allocno_copies): Rewrite.
3629 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
3631         * common.opt (fsched2-use-traces): Preserved for backward
3632         compatibility.
3633         * doc/invoke.texi: Remove the documentation about option
3634         -fsched2-use-traces.
3635         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
3636         flag_sched2_use_traces.
3637         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
3638         the backward compatibility flag section.
3640 2010-02-09  Richard Guenther  <rguenther@suse.de>
3642         PR tree-optimization/43008
3643         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
3644         make HEAP variables initialized from global memory if they
3645         are not known builtin functions.
3646         (find_func_aliases): Adjust.
3648 2010-02-09  Richard Guenther  <rguenther@suse.de>
3650         PR tree-optimization/43000
3651         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
3652         arithmetic manually.
3654 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
3656         PR tree-optimization/42931
3657         * tree-loop-linear.c (try_interchange_loops): Don't call
3658         double_int_mul if estimated_loop_iterations failed.
3660 2010-02-08  Martin Jambor  <mjambor@suse.cz>
3662         PR middle-end/42898
3663         * tree-sra.c (build_accesses_from_assign): Do not mark in
3664         should_scalarize_away_bitmap if stmt has volatile ops.
3665         (sra_modify_assign): Do not process assigns piecemeal if if stmt
3666         has volatile ops.
3668 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
3670         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
3672 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
3674         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
3675         before the pattern.
3677 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
3679         PR middle-end/42946
3680         * df-core.c (df_finish_pass): Change type of saved_flags to int.
3682 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
3684         PR middle-end/42988
3685         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
3686         to unknown_dependence.
3687         (graphite_legal_transform_dr): Handle the unknown_dependence.
3688         (graphite_carried_dependence_level_k): Same.
3690 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
3692         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
3694 2010-02-07  Richard Guenther  <rguenther@suse.de>
3696         PR middle-end/42991
3697         * expr.c (get_inner_reference): Always initialize *pbitsize.
3699 2010-02-07  Richard Guenther  <rguenther@suse.de>
3701         PR middle-end/42956
3702         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
3703         new ARRAY_REFs on variable size element or minimal index arrays.
3704         Complete.
3705         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
3706         gimple_fold_indirect_ref.
3708 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
3710         PR target/42957
3711         * arm.c (arm_override_options): Just return if the user has specified
3712         an invalid fpu name.
3714 2010-02-03  Jason Merrill  <jason@redhat.com>
3716         PR c++/42870
3717         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
3718         i386_pe_maybe_record_exported_symbol.
3720 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
3722         PR target/42924
3723         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
3724         (pa_delegitimize_address): New function.
3726 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
3728         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
3729         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
3731 2010-02-05  Richard Guenther  <rguenther@suse.de>
3733         PR lto/42762
3734         * lto-streamer-in.c (get_resolution): Deal with references
3735         to undefined functions.
3737 2010-02-05  Richard Guenther  <rguenther@suse.de>
3739         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
3740         (fold_const_aggregate_ref): Likewise.
3741         (ccp_fold_stmt): Substitute loads.
3742         (maybe_fold_reference): Verify types before substituting.
3743         Unshare properly.
3744         (fold_gimple_assign): Unshare properly.
3745         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
3747 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
3749         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
3750         for rs6000_gen_cell_microcode.
3752 2010-02-04  Richard Guenther  <rguenther@suse.de>
3754         PR rtl-optimization/42952
3755         * dse.c (const_or_frame_p): Remove MEM handling.
3757 2010-02-04  Nick Clifton  <nickc@redhat.com>
3759         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
3760         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
3761         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
3762         (mn10300_asm_output_mi_thunk): New function.
3763         (mn10300_can_output_mu_thunk): New function.
3764         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
3765         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
3766         (FUNCTION_ARG): Delete incorrect comment.
3768 2010-02-03  Jason Merrill  <jason@redhat.com>
3770         PR c++/40138
3771         * fold-const.c (operand_equal_p): Handle erroneous types.
3773 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
3775         * config/h8300/h8300.md (can_delay): Fix attibute condition.
3777 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
3779         PR rtl-optimization/42941
3780         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
3781         of xmalloc.
3783 2010-02-03  Jason Merrill  <jason@redhat.com>
3785         PR c++/35652
3786         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
3788 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
3790         PR debug/42896
3791         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
3792         (cselib_reset_table): Renamed from...
3793         (cselib_reset_table_with_next_value): ... this.
3794         (cselib_get_next_uid): Renamed from...
3795         (cselib_get_next_unknown_value): ... this.
3796         * cselib.c (next_uid): Renamed from...
3797         (next_unknown_value): ... this.
3798         (cselib_clear_table): Adjust.
3799         (cselib_reset_table): Adjust.  Renamed from...
3800         (cselib_reset_table_with_next_value): ... this.
3801         (cselib_get_next_uid): Adjust.  Renamed from...
3802         (cselib_get_next_unknown_value): ... this.
3803         (get_value_hash): Use hash.
3804         (cselib_hash_rtx): Likewise.
3805         (new_cselib_val): Adjust.  Set and dump uid.
3806         (cselib_lookup_mem): Pass next_uid as hash.
3807         (cselib_subst_to_values): Likewise.
3808         (cselib_log_lookup): Dump uid.
3809         (cselib_lookup): Pass next_uid as hash.  Adjust.
3810         (cselib_process_insn): Adjust.
3811         (cselib_init): Initialize next_uid.
3812         (cselib_finish): Adjust.
3813         (dump_cselib_table): Likewise.
3814         * dse.c (canon_address): Dump value uid.
3815         * print-rtl.c (print_rtx): Print value uid.
3816         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
3817         (dvuid): New type.
3818         (dv_uid): New function, sort of renamed from...
3819         (dv_htab_hash): ... this, reimplemented in terms of it and...
3820         (dv_uid2hash): ... this.  New.
3821         (variable_htab_eq): Drop excess assertions.
3822         (tie_break_pointers): Removed.
3823         (canon_value_cmp): Compare uids.
3824         (variable_post_merge_New_vals): Print uids.
3825         (vt_add_function_parameters): Adjust.
3826         (vt_initialize): Reset table.  Adjust.
3828 2010-02-03  Richard Guenther  <rguenther@suse.de>
3830         PR tree-optimization/42944
3831         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
3832         (call_may_clobber_ref_p_1): Likewise.  Properly handle
3833         malloc and calloc clobbering errno.
3835 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
3837         * doc/invoke.texi: Fix name of sched1 dump.
3839         * opts.c (decode_options): Set flag_tree_switch_conversion
3840         only conditionally on optimize >= 2.
3842         * gcse.c: Assorted comment fixes in pass description.
3844 2010-02-03  Anthony Green  <green@moxielogic.com>
3846         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
3847         nop padding in order to maintain alignment of storage location of
3848         target function address.
3849         (moxie_trampoline_init): Store target function address at newly
3850         aligned location.
3851         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
3852         to 32.
3853         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
3855 2010-02-03  Richard Guenther  <rguenther@suse.de>
3857         PR middle-end/42927
3858         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
3860 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3862         * config.gcc: Reenable check for obsolete targets.
3863         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
3864         mips-sgi-irix6.[0-4]*.
3866 2010-02-02  Nick Clifton  <nickc@redhat.com>
3868         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
3869         constant size of 4 as being the same as 0.
3870         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
3871         can take values in the range 0..4.
3873 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
3875         PR java/41991
3876         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
3877         as _darwin10_Unwind_FindEnclosingFunction().
3878         * libgcc-libsystem.ver: New.
3880 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
3882         PR target/41399
3883         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
3884         implicitly set registers.
3886 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
3888         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
3889         (arm_override_options): Allow automatic selection of the thread
3890         pointer register if thumb2.
3891         (legitimize_pic_address): Improve code sequences for Thumb2.
3892         (arm_call_tls_get_addr): Likewise.
3893         (legitimize_tls_address): Likewise.
3894         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
3895         (pic_load_addr_32bit): ... this.  New named pattern.
3896         * thumb2.md (pic_load_addr_thumb2): Delete.
3897         (pic_load_dot_plus_four): Delete.
3898         (tls_load_dot_plus_four): New named pattern.
3900 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3902         PR libgomp/29986
3903         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
3904         Document fix for TLS bug.
3906 2010-01-31  Richard Guenther  <rguenther@suse.de>
3908         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
3909         conservatively correct.
3911 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3913         PR target/42850
3914         Revert:
3915         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3917         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
3919 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3921         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
3923 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
3925         * config.gcc: Adjust order of makefile fragments for mingw targets.
3927 2010-01-31  Richard Guenther  <rguenther@suse.de>
3929         PR middle-end/42898
3930         * gimplify.c (gimplify_init_constructor): For volatile LHS
3931         initialize a temporary.
3933 2010-01-31  Matthias Klose  <doko@ubuntu.com>
3935         * configure.ac: Fix __stack_chk_fail check for cross builds configured
3936         --with-headers
3937         * configure: Regenerate.
3939 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
3941         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
3942         the same alias set and their sizes different constantness.
3943         (aliasing_component_refs_p): Revert 2009-10-24 change.
3945 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3947         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
3948         unused.
3950 2010-01-29  Richard Guenther  <rguenther@suse.de>
3952         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
3953         Assert we successfully updated the call.
3955 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
3957         PR rtl-optimization/42889
3958         * df.h (df_set_bb_dirty_nonlr): New prototype.
3959         * df-core.c (df_set_bb_dirty_nonlr): New function.
3960         * df-scan.c (df_insn_rescan): Call it instead of
3961         df_set_bb_dirty for DEBUG_INSNs.
3963 2010-01-29  Richard Guenther  <rguenther@suse.de>
3965         PR middle-end/37448
3966         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
3967         quadratic behavior in most cases.
3969 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
3971         PR target/42891
3972         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
3973         in the call to gen_x86_movsicc_0_m1.
3975 2010-01-28  Richard Guenther  <rguenther@suse.de>
3977         PR tree-optimization/42871
3978         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
3980 2010-01-28  Richard Guenther  <rguenther@suse.de>
3982         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
3983         into call arguments.
3985 2010-01-28  Richard Guenther  <rguenther@suse.de>
3987         PR middle-end/42883
3988         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
3989         the forwarder if the destination is an EH landing pad.
3991 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
3993         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
3994         block list passed to gimple_duplicate_sese_tail.
3995         (parallelize_loops): Avoid parallelization when the function
3996         has_nonlocal_label.
3997         Avoid parallelization when the preheader is IRREDUCIBLE.
3998         Try to optimize when estimated_loop_iterations_int is unresolved.
3999         Add the loop's location to the dump file.
4000         * tree-cfg.c (add_phi_args_after_redirect): Remove.
4001         (gimple_duplicate_sese_tail): Remove the check for the latch.
4002         Redirect nexits to the exit block.
4003         Remove handling of the incoming edges to the latch.
4004         Redirect the backedge from the copied latch to the exit bb.
4006 2010-01-28  Michael Matz  <matz@suse.de>
4008         PR target/42881
4009         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
4010         Wrap force_reg into a sequence, emit it before user.
4012 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
4014         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
4015         (arm_rev): New.
4016         (arm_legacy_rev): Likewise.
4017         (thumb_legacy_rev): Likewise.
4019 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
4021         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
4022         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
4023         on MEM's address failed, try avoid_constant_pool_reference and
4024         recurse if it returned something different.
4025         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
4026         address, try avoid_constant_pool_reference and recurse if it
4027         returned something different.
4028         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
4029         address and avoid_constant_pool_reference returned something
4030         different, don't set have_address.
4032 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
4034         PR debug/42861
4035         * var-tracking.c (val_store): Add modified argument, obey it.
4036         Adjust callers.
4037         (count_uses): Move down logging of main.
4038         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
4039         don't need resolution.
4040         (emit_notes_in_bb): Likewise.
4042 2010-01-27  Richard Guenther  <rguenther@suse.de>
4044         PR middle-end/42878
4045         * tree-inline.c (remap_decl): Delay remapping of SSA name
4046         default definitions until we need them.
4048 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
4050         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
4051         (rs6000_delegitimize_address): New function.
4053         * config/s390/s390.c (s390_delegitimize_address): Call
4054         delegitimize_mem_from_attrs.
4056         PR middle-end/42874
4057         * tree-inline.c (cannot_copy_type_1): Removed.
4058         (copy_forbidden): Don't forbid copying of functions containing
4059         records/unions with variable length fields.
4061 2010-01-27  Christian Bruel  <christian.bruel@st.com>
4063         Revert:
4064         PR target/42841
4065         * config/sh/sh.c (find_barrier): Increase length for non delayed
4066         conditional branches.
4068 2010-01-27  Matthias Klose  <doko@ubuntu.com>
4070         * configure.ac (gnu-unique-object): Fix ldd version check.
4071         * configure: Regenerate.
4073 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4075         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
4076         HAVE_GNU_AS value.
4077         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
4078         Test for HAVE_GNU_AS value.
4080 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4082         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
4083         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
4084         INT64_TYPE): Define.
4085         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
4086         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
4087         INT_LEAST64_TYPE): Define.
4088         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
4089         UINT_LEAST64_TYPE): Define.
4090         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
4091         INT_FAST64_TYPE): Define.
4092         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
4093         UINT_FAST64_TYPE): Define.
4094         (INTMAX_TYPE, UINTMAX_TYPE): Define.
4095         (INTPTR_TYPE, UINTPTR_TYPE): Define.
4096         (SIG_ATOMIC_TYPE): Define.
4098 2010-01-26  Richard Guenther  <rguenther@suse.de>
4100         * df-scan.c (df_scan_set_bb_info): Remove assert.
4101         (df_insn_rescan_debug_internal): Merge asserts.
4102         (df_install_ref): Likewise.
4103         (df_mark_reg): Use bitmap_set_range.
4104         (df_hard_reg_used_p): Remove assert.
4105         (df_hard_reg_used_count): Likewise.
4107 2010-01-26  Richard Guenther  <rguenther@suse.de>
4109         PR rtl-optimization/42685
4110         * web.c (web_main): Ignore DEBUG_INSNs.
4112 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
4114         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
4116         (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
4117         Fix types of fndecl and arglist parameters.
4119 2010-01-26  Richard Guenther  <rguenther@suse.de>
4121         PR middle-end/42806
4122         * tree-eh.c (unsplit_eh): Skip debug insns.
4124 2010-01-26  Richard Guenther  <rguenther@suse.de>
4126         PR tree-optimization/42250
4127         * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
4129 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
4131         PR fortran/42866
4132         * omp-low.c (expand_omp_sections): Only use single_pred if
4133         l2_bb is single_pred_p.
4135 2010-01-25  Christian Bruel  <christian.bruel@st.com>
4137         PR target/42841
4138         * config/sh/sh.c (find_barrier): Increase length for non delayed
4139         conditional branches.
4140         (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
4142 2010-01-24  David S. Miller  <davem@davemloft.net>
4144         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
4145         define if not using GAS.
4146         * config/sparc/sparc.c (sparc_elf_asm_named_section):
4147         Likewise.  Delete SECTION_MERGE code, which is only applicable
4148         when using GAS.
4150 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
4152         PR c++/42748
4153         * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
4154         mangling of va_list in system headers.
4156 2010-01-23  Toon Moene  <toon@moene.org>
4158         * tree-predcom.c (combine_chains): Return NULL, not false.
4160 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
4162         * tree-loop-distribution.c (distribute_loop): Fix declaration and
4163         initialization of variable res to agree with return type.
4165 2010-01-22  Steve Ellcey  <sje@cup.hp.com>
4167         * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
4168         * tree-sra.c: Add include of expr.h.
4170 2010-01-22  Jakub Jelinek  <jakub@redhat.com>
4172         * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
4173         insert the debug stmt on the single non-EH edge from the stmt.
4175 2010-01-22  Richard Henderson  <rth@redhat.com>
4177         PR tree-opt/42833
4178         * tree-sra.c (sra_modify_assign): Delay re-gimplification of
4179         the RHS until after generate_subtree_copies has insertted its
4180         code before the current statement.
4182 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
4184         * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
4186         * gcc-plugin.h (plugin_init): Use "C" likage for c++.
4188 2010-01-21  Martin Jambor  <mjambor@suse.cz>
4190         PR tree-optimization/42585
4191         * tree-sra.c (struct access): New field grp_total_scalarization.
4192         (dump_access): Dump the new field.
4193         (should_scalarize_away_bitmap): New variable.
4194         (cannot_scalarize_away_bitmap): Likewise.
4195         (sra_initialize): Allocate new bitmaps.
4196         (sra_deinitialize): Free new bitmaps.
4197         (create_access_1): New function.
4198         (create_access): Parts moved to create_access_1.
4199         (type_consists_of_records_p): New function.
4200         (completely_scalarize_record): Likewise.
4201         (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
4202         (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
4203         (sort_and_splice_var_accesses): Hint groups with a total_scalarization
4204         access.
4205         (analyze_all_variable_accesses): Completely scalarize small eligible
4206         records.
4208 2010-01-21  Martin Jambor  <mjambor@suse.cz>
4210         * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
4212 2010-01-21  Andrew Haley  <aph@redhat.com>
4214         * gcc.c (process_command): Move lang_specific_driver before
4215         setting cc_libexec_prefix.
4217 2010-01-21  Richard Guenther  <rguenther@suse.de>
4219         PR middle-end/19988
4220         * fold-const.c (negate_expr_p): Pretend only negative
4221         real constants are easily negatable.
4223 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
4224             Jason Merrill  <jason@redhat.com>
4226         * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
4227         (TYPE_TRANSPARENT_AGGR): this, for union and record.
4228         * calls.c (initialize argument_information): Handle it.
4229         * c-common.c (handle_transparent_union_attribute): Use new name.
4230         * c-decl.c (finish_struct): Ditto.
4231         * c-typeck.c (type_lists_compatible_p): Ditto.
4232         (convert_for_assignment): Use new name and also handle record.
4233         * function.c (aggregate_value_p): Handle it.
4234         (pass_by_reference): Ditto.
4235         (assign_parm_data_types): Ditto.
4236         * print-tree.c (print_node): Ditto.
4237         * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
4238         * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
4239         * tree.c (first_field): New fn.
4241 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4243         PR target/42818
4244         * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
4245         even when linking statically, for now.
4247 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
4249         PR debug/42715
4250         * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
4251         without a cselib val.
4252         (count_uses): Accept MO_VAL_SET with no val on stores.
4253         (add_stores): Likewise.
4255 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
4257         * var-tracking.c (check_value_val): Add a compile time assertion.
4258         (dv_is_decl_p): Simplify.
4259         (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
4260         gcc_assert if ENABLE_CHECKING.
4262 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
4264         PR debug/42782
4265         * var-tracking.c: Include tree-flow.h.
4266         (mem_dies_at_call): New.
4267         (dataflow_set_preserve_mem_locs): Use it.
4268         (dataflow_set_remove_mem_locs): Likewise.
4269         (dump_var): Renamed from dump_variable.  Adjust all callers.
4270         (dump_var_slot): Renamed from dump_variable_slot.  Likewise.
4271         * Makefile.in (var-tracking.o): Adjust deps.
4273 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
4275         * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
4277 2010-01-20  Richard Guenther  <rguenther@suse.de>
4279         PR tree-optimization/42717
4280         * tree-ssa-dce.c (get_live_post_dom): Remove.
4281         (forward_edge_to_pdom): Take an arbitrary edge to copy
4282         degenerate PHI args from.
4283         (remove_dead_stmt): Use the first post-dominator even if it
4284         does not contain live statements as redirection destination.
4286 2010-01-20  Richard Guenther  <rguenther@suse.de>
4288         * tree-inline.c (estimate_num_insns): Handle EH builtins.
4290 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
4292         * sel-sched.c (create_speculation_check): Remove set but not used
4293         variable twin.
4294         (try_transformation_cache): Remove set but not used variable ds.
4295         (calculate_privileged_insns): Remove set but not used variables
4296         cur_insn and min_spec_insn.
4297         (find_best_expr): Remove set but not used variable avail_n.
4298         * tree-predcom.c (base_names_in_chain_on): Remove set but not used
4299         variable e.
4300         * cgraphunit.c (assemble_thunk): Remove set but not used variable
4301         false_label.
4302         * haifa-sched.c (remove_notes): Remove set but not used variable prev.
4303         * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
4304         new_scop_exit_edge.
4306 2010-01-20  Felyza Wishbringer  <fwishbringer@gmail.com>
4308         PR bootstrap/42786
4309         * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
4310         cpu types.  Add support for *-sse3 cpu types.
4311         (x86_64-*-*): Ditto.
4313 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
4315         PR middle-end/42803
4316         * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
4317         argument, call initializer_constant_valid_p_1 instead of
4318         initializer_constant_valid_p, pass CACHE to it, return NULL
4319         immediately if first call returns NULL.
4320         (initializer_constant_valid_p_1): New function.
4321         (initializer_constant_valid_p): Use it.
4323 2010-01-20  Thomas Quinot  <quinot@adacore.com>
4325         * tree.def (PLACEHOLDER_EXPR): Fix comment.
4327 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
4329         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
4330         of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
4331         (loc_list_from_tree): Don't handle unsigned division.  Handle
4332         signed modulo using DW_OP_{over,over,div,mul,minus}.
4333         * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
4334         modulo instead of signed.
4336 2010-01-20  DJ Delorie  <dj@redhat.com>
4338         * config/h8300/h8300.c (F): Add "in_epilogue" flag.
4339         (Fpa): Pass it
4340         (h8300_emit_stack_adjustment): Propogate it.
4341         (push): Pass it.
4342         (h8300_expand_prologue): Likewise.
4343         (h8300_expand_epilogue): Likewise.
4345 2010-01-19  Michael Matz  <matz@suse.de>
4347         PR tree-optimization/41783
4348         * tree-data-ref.c (toplevel): Include flags.h.
4349         (dump_data_dependence_relation):  Also dump the inputs if the
4350         result will be unknown.
4351         (split_constant_offset_1): Look through some conversions.
4352         * tree-predcom.c (determine_roots_comp): Restart a new chain if
4353         the offset from last element is too large.
4354         (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
4355         (reassociate_to_the_same_stmt): Handle vector registers.
4356         * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
4357         (e.g. conversions).
4358         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
4359         wide_prolog_niters argument, emit widening instructions.
4360         (vect_do_peeling_for_alignment): Adjust caller, use widened
4361         variant of the iteration cound.
4362         * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
4364 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4366         PR target/38697
4367         * config/arm/neon-testgen.m (emit_automatics): New parameter
4368         features. Adjust for Fixed_return_reg feature.
4369         (test_intrinsic): Call emit_automatics with new feature.
4370         * config/arm/neon.ml: Update copyright years.
4371         (features): New Fixed_return_reg feature.
4372         (ops): Update feature for Vget_low.
4374 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
4376         PR tree-optimization/42719
4377         * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
4378         stmt uses.
4380         PR debug/42728
4381         * fwprop.c (all_uses_available_at): Return false if def_set dest
4382         is a REG that is used in def_insn.
4384 2010-01-19  Joern Rennecke  <amylaar@spamcop.net>
4386         * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
4388         (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
4389         Add argument names.
4391         (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
4393         * target.h (struct gcc_target) <secondary_reload>: Change type
4394         of last argument to secondary_reload_info *.
4396 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
4398         PR target/42774
4399         * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
4400         memory references with unaligned offsets.  Remove CQImode handling.
4401         (unaligned_memory_operand): Return 1 for memory references with
4402         unaligned offsets.  Remove CQImode handling.
4404 2010-01-18  Richard Guenther  <rguenther@suse.de>
4406         PR middle-end/39954
4407         * cfgexpand.c (expand_call_stmt): TER pointer arguments in
4408         builtin calls.
4410 2010-01-18  Richard Guenther  <rguenther@suse.de>
4412         PR tree-optimization/42781
4413         * tree-ssa-structalias.c (find_what_var_points_to): Skip
4414         restrict processing only if the original variable was artificial.
4416 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
4418         * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
4419         find number of popped argument bytes.
4421         (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
4422         Fix the text that describes the return value for invalid insns.
4424         (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type.  Fix argument list.
4426         (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
4427         Clarify what 'cost of the -dependence' is.  Fix quoting.
4429         * toplev.c (default_get_pch_validity): Rename argument to "sz".
4430         * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
4432 2010-01-17  Jakub Jelinek  <jakub@redhat.com>
4434         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
4435         {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
4437 2010-01-17  Richard Guenther  <rguenther@suse.de>
4439         PR middle-end/42248
4440         * function.c (split_complex_args): Take a VEC to modify.
4441         (assign_parms_augmented_arg_list): Build a VEC instead of
4442         a chain of PARM_DECLs.
4443         (assign_parms_unsplit_complex): Take a VEC of arguments.
4444         Do not fixup unmodified parms.
4445         (assign_parms): Deal with the VEC.
4446         (gimplify_parameters): Likewise.
4448 2010-01-17  Richard Guenther  <rguenther@suse.de>
4450         * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
4451         node existence check.
4452         * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
4453         * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
4454         * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
4455         * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
4456         (gimple_execute_on_growing_pred): Likewise.
4458 2010-01-17  Richard Guenther  <rguenther@suse.de>
4460         PR tree-optimization/42773
4461         * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
4462         (compute_antic_aux): Likewise.
4463         (compute_partial_antic_aux): Likewise.
4465 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
4467         PR debug/42767
4468         * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
4469         and US_TRUNCATE.
4471 2010-01-17  Joern Rennecke  <amylaar@spamcop.net>
4473         * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
4474         appearance.
4476         (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
4477         Fix markup for strict argument.
4479         (TARGET_SCHED_REORDER2): Fix argument types.
4481         (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
4482         (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
4484         (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
4485         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
4487         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
4488         Add argument name.
4490         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
4491         (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
4492         (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
4493         (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
4494         (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
4496         (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
4498         (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
4500         (TARGET_ASM_RELOC_RW_MASK): Add return type.
4501         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
4503         (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
4505         (TARGET_ASM_FILE_START): Put @findex before paragraph start.
4506         Use prototype.
4508         (TARGET_ASM_NAMED_SECTION): Fix argument list.
4510         (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
4511         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
4513         (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
4515         (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
4517         (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
4518         referring to it.  Fix language.
4520         (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
4522         (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
4524         (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
4526         (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
4528         (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
4529         '@var{stream}.  Remove stray 'and'.
4531         (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
4533         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
4535         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
4537         (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
4538         misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
4540         (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
4541         Fix description of return value.
4542         Rename argument "sz" to "len."
4544         (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
4545         Clarify meaning of 'true' return value.
4547         (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
4549         (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
4550         rep_mode versus mode_rep.
4552         (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
4554         (TARGET_BUILTIN_DECL): Fix name.
4556         (TARGET_COMMUTATIVE_P): Fix type of first argument.
4558         (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
4560         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
4562         (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
4564         (TARGET_RELAXED_ORDERING): Use @deftypevr.
4566         (TARGET_GET_DRAP_RTX): Note that this is a hook.
4567         Clarify language.
4569         (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
4570         Rename argument tm_fn to md_fn.
4572         (TARGET_OPTION_PRINT): Fix argument list.
4574 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
4576         PR target/42664
4577         * config/i386/i386.c (ix86_fixup_binary_operands):
4578         Revert FMA4 fixup of operands.
4580 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4582         PR gcc/42525
4583         * Makefile.in (write_entries_to_file, install-plugin):
4584         Use \012 instead of \n with tr.
4586 2010-01-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
4588         * configure.ac (HAVE_AS_REF): New C macro.
4589         * configure: Regenerate.
4590         * config.in: Likewise.
4591         * collect2.c (main): Only postpone SCAN_DWEH to the second pass
4592         if HAVE_AS_REF.
4593         * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
4594         if HAVE_AS_REF.
4596 2010-01-16  Joern Rennecke  <amylaar@spamcop.net>
4598         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
4600         (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
4602         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
4604         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
4606         (TARGET_IN_SMALL_DATA_P): Fix argument type.
4608         (TARGET_BINDS_LOCAL_P): Fix argument type.
4610         (TARGET_ASM_FILE_END): Use prototype.
4612         (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
4614         (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
4616         (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
4618         (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
4620         (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
4621         (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
4623         (TARGET_PCH_VALID_P): Put 'const char *' in braces.
4624         (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
4626         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
4627         (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
4628         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
4629         (TARGET_ADDR_SPACE_CONVERT): Likewise.
4631         (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
4633         (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
4635         (TARGET_INIT_BUILTINS): Use prototype.
4637         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
4638         Put 'const char *' in braces.  Fix parameter types.
4639         (TARGET_INVALID_CONVERSION): Fix parameter types.
4640         (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
4641         (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
4643         (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
4644         Fix argument type.
4646         (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
4648         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
4650 2010-01-15  Joern Rennecke  <amylaar@spamcop.net>
4652         * doc/tm.texi (TARGET_HELP): Fix return type.
4654         (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
4655         in braces.  Fix argument types.
4657         (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
4659         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
4661         (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
4663         (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
4664         (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
4666         (TARGET_MANGLE_TYPE): Fix argument types.
4668         (TARGET_IRA_COVER_CLASSES): Use prototype.
4670         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
4672         (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
4674         (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
4676         (TARGET_MUST_PASS_IN_STACK): Fix argument type.
4678         (TARGET_CALLEE_COPIES): Fix argument types.
4680         (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
4682         (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
4684         (TARGET_FUNCTION_VALUE): Fix argument types.
4686         (TARGET_RETURN_IN_MSB): Fix argument type.
4688         (TARGET_RETURN_IN_MEMORY): Fix argument types.
4690         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
4692         (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
4694         (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
4695         agree with return type.
4697         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
4699 2010-01-15  Jing Yu  <jingyu@google.com>
4701         PR rtl-optimization/42691
4702         * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
4703         a pseudo to a constant and are merged, and adjust comments.
4705 2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
4707         * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
4709 2010-01-15  Richard Guenther  <rguenther@suse.de>
4711         PR middle-end/42739
4712         * tree-cfgcleanup.c (remove_forwarder_block): Move destination
4713         labels of computed or non-local gotos to the destination.
4714         * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
4715         landing pad label is the first label.
4717 2010-01-15  Richard Guenther  <rguenther@suse.de>
4719         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
4721 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
4723         PR target/42747
4724         * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
4725         to allow generation of the xssqrtdp instruction on power7.
4726         (sqrtdf2_fpr): Ditto.
4728 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
4730         PR middle-end/42674
4731         * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
4732         functions with noreturn attribute.
4734         PR c++/42608
4735         * varasm.c (declare_weak): Add weak attribute to decl if it
4736         doesn't have one already.
4737         (assemble_external): Only add decls to weak_decls if they also
4738         have weak attribute.
4740 2010-01-14  Alexandre Oliva  <aoliva@redhat.com>
4742         * var-tracking.c (var_reg_delete): Don't delete the association
4743         between REGs and values or one-part variables if the register
4744         isn't clobbered.
4746 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
4748         PR debug/42657
4749         * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
4750         because its first operand is a non-localized variable.
4752 2010-01-14  Martin Jambor  <mjambor@suse.cz>
4754         PR tree-optimization/42706
4755         * tree-sra.c (encountered_recursive_call): New variable.
4756         (encountered_unchangable_recursive_call): Likewise.
4757         (sra_initialize): Initialize both new variables.
4758         (callsite_has_enough_arguments_p): New function.
4759         (scan_function): Call decl and flags check only for IPA-SRA, check
4760         whether there is a recursive call and whether it has enough arguments.
4761         (all_callers_have_enough_arguments_p): New function.
4762         (convert_callers): Look for recursive calls only when
4763         encountered_recursive_call is set.
4764         (ipa_early_sra): Bail out either if
4765         !all_callers_have_enough_arguments_p or
4766         encountered_unchangable_recursive_call.
4768 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
4770         * sel-sched.c: Add 2010 to copyright years.
4771         * sel-sched-ir.c: Likewise.
4772         * sel-sched-ir.h: Likewise.
4774 2010-01-14  Martin Jambor  <mjambor@suse.cz>
4776         PR tree-optimization/42714
4777         * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
4778         constructors specially.
4780 2010-01-14  Andi Kleen  <ak@linux.intel.com>
4782         * config/i386/drivers-i386.c (detect_caches_intel):
4783         Add l2sizekb parameter and fill in.
4784         (host_detect_local_cpu): Add l2sizekb, fill in.
4785         Add Atom small cache heuristic.
4787 2010-01-14  Andi Kleen  <ak@linux.intel.com>
4789         * config/i386/drivers-i386.c (detect_caches_cpuid4):
4790         Add level3 parameter and fill in.
4791         (detect_caches_intel): Handle level3 cache.
4793 2010-01-14  Andi Kleen  <ak@linux.intel.com>
4795         * config/i386/drivers-i386.c (host_detect_local_cpu):
4796         Fix core duo detection.
4798 2010-01-14  Andi Kleen  <ak@linux.intel.com>
4800         * config/i386/drivers-i386.c (host_detect_local_cpu):
4801         Fix Atom detection.
4803 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
4805         * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
4806         (rs6000_variable_issue_1): this.  Use...
4807         (rs6000_variable_issue): here.  Reimplement.  Print debug info.
4809 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
4811         * sel-sched-ir.c (sel_restore_other_notes): Rename to
4812         sel_restore_notes.  Update all callers.  Call reemit_notes
4813         for all insns.
4815 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
4817         PR rtl-optimization/42246
4818         * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
4819         loops.
4821 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
4823         * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
4824         all successors is the same as number of successors in current region.
4826 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
4828         * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
4829         to rename is not separable.  Otherwise check that its LHS is not NULL.
4831 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
4833         * sel-sched.c (choose_best_reg_1):  Loop over all regs for mode.
4835 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
4837         * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
4838         available registers when failed to discover LHS register class.
4839         Fix indentation.  Update comment.
4841 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
4842             Alexander Monakov  <amonakov@ispras.ru>
4844         PR rtl-optimization/42389
4845         * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
4846         to can_issue_more.
4847         (advance_state_on_fence): Likewise.
4848         (sel_target_adjust_priority): Print debug output only when
4849         sched_verbose >= 4, not 2.
4850         (get_expr_cost): Do not issue all unique insns on the next cycle.
4851         (fill_insns): Initialize can_issue_more from the value saved
4852         with the fence.
4853         * sel-sched-ir.c (flist_add): New parameter issue_more.
4854         Init FENCE_ISSUE_MORE with it.
4855         (merge_fences): Likewise.
4856         (init_fences): Update call to flist_add.
4857         (add_to_fences, add_clean_fence_to_fences)
4858         (add_dirty_fence_to_fences): Likewise.
4859         (move_fence_to_fences): Update call to merge_fences.
4860         (invoke_reorder_hooks): Do not reset can_issue_more on insns from
4861         sched groups.
4862         * sel-sched-ir.h (struct _fence): New field issue_more.
4863         (FENCE_ISSUE_MORE): New accessor macro.
4865 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
4867         PR rtl-optimization/42388
4868         * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
4869         that have no predecessors nor successors.  Do not call move_bb_info
4870         for empty blocks outside of current region.
4872 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
4874         PR rtl-optimization/42294
4875         * sel-sched-ir.h (struct _sel_insn_data): Update comment.
4876         * sel-sched.c (move_exprs_to_boundary): Transitively add all
4877         originators' originators.
4879 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
4881         PR rtl-optimization/39453
4882         PR rtl-optimization/42246
4883         * sel-sched-ir.c (considered_for_pipelining_p): Do not test
4884         for pipelining_p.
4885         (sel_add_loop_preheaders): Add preheader to last_added_blocks.
4887 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
4888             Alexander Monakov  <amonakov@ispras.ru>
4890         PR middle-end/42245
4891         * sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
4892         (maybe_tidy_empty_bb): ... here.  Make static.  Add new
4893         argument.  Update all callers.
4894         (tidy_control_flow): ... and here.  Recompute topological order
4895         of basic blocks in region if necessary.
4896         (sel_redirect_edge_and_branch): Change return type.  Return true
4897         if topological order might have been invalidated.
4898         (purge_empty_blocks): Export and move from...
4899         * sel-sched.c (purge_empty_blocks): ... here.
4900         * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
4901         (maybe_tidy_empty_bb): Delete prototype.
4902         (purge_empty_blocks): Declare.
4904 2010-01-14  Andrey Belevantsev <abel@ispras.ru>
4906         PR rtl-optimization/42249
4907         * sel-sched.c (try_replace_dest_reg): When chosen register
4908         and original register is the same, do not bail out early, but
4909         still check all original insns for validity of replacing destination
4910         register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
4911         in this case.
4913 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
4915         PR c/42721
4916         Port from no-undefined-overflow branch:
4917         2009-03-09  Richard Guenther  <rguenther@suse.de>
4919         * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
4921 2010-01-14  Richard Guenther  <rguenther@suse.de>
4923         PR lto/42665
4924         * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
4926 2010-01-14  Ira Rosen  <irar@il.ibm.com>
4928         PR tree-optimization/42709
4929         * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
4930         as scalar type in creation of constant vector operand.
4932 2010-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4934         PR testsuite/42414
4935         * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
4936         (check-parallel-%): Match `testsuite' directory component only
4937         at the end.
4939 2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>
4941         PR translation/39521
4942         * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
4943         strings with _().
4945 2010-01-13  Richard Guenther  <rguenther@suse.de>
4947         PR tree-optimization/42730
4948         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
4949         offset zero.
4951 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
4953         PR target/pr42542
4954         * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
4955         for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
4956         them signed.
4958 2010-01-13  Bernd Schmidt  <bernd.schmidt@analog.com>
4960         * config/bfin/libgcc-bfin.ver: Regenerate based on current
4961         libgcc-std.ver.  Add entries for ___smulsi3_highpart and
4962         ___umulsi3_highpart.
4964         * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
4965         rather than schedule_insns if the pass is enabled.
4967 2010-01-13  Martin Jambor  <mjambor@suse.cz>
4969         PR tree-optimization/42704
4970         * tree-sra.c (sra_modify_assign): Do not delete assignments to
4971         SSA_NAMEs.
4973 2010-01-13  Martin Jambor  <mjambor@suse.cz>
4975         PR tree-optimization/42703
4976         * tree-sra.c (analyze_access_subtree): Check that we can build a
4977         reference to the original data within the aggregate.
4979 2010-01-13  Richard Guenther  <rguenther@suse.de>
4981         PR tree-optimization/42705
4982         * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
4984 2010-01-13  Richard Guenther  <rguenther@suse.de>
4986         PR middle-end/42716
4987         * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
4989 2010-01-13  Jakub Jelinek  <jakub@redhat.com>
4991         PR debug/41371
4992         * var-tracking.c (values_to_unmark): New variable.
4993         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
4994         values_to_unmark vector.  Moved body to...
4995         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
4996         instead queue it into values_to_unmark vector.
4997         (vt_find_locations): Free values_to_unmark vector.
4999 2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
5001         * config/s390/s390.c (override_options): Set
5002         default of max-pending-list-length to 256
5004 2010-01-13  Richard Guenther  <rguenther@suse.de>
5006         PR lto/42678
5007         * tree-pass.h (PROP_gimple_lcx): New.
5008         * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
5009         * passes.c (init_optimization_passes): Move pass_lower_complex_O0
5010         before the final cleanup_eh.
5011         (dump_properties): Dump PROP_gimple_lcx.
5012         * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
5013         (tree_lower_complex_O0): Remove.
5014         (gate_no_optimization): Run if PROP_gimple_lcx is not set.
5015         (pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
5016         tree_lower_complex, schedule TODO_update_ssa.
5017         * lto-streamer-out.c (output_function): Stream the functions
5018         properties.
5019         * lto-streamer-in.c (input_function): Likewise.
5020         (lto_read_body): Do not override them here.
5022 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
5024         PR c/42708
5025         * c-typeck.c (build_c_cast): Fold value cast to union type before
5026         wrapping it in a CONSTRUCTOR.
5028 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
5030         PR rtl-optimization/42699
5031         * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
5032         involved.
5034 2010-01-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5036         * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
5037         SUBTARGET_WARN_UNUSED_SPEC): Move ...
5038         config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
5039         SUBTARGET_WARN_UNUSED_SPEC): ... here
5040         * config/mips/iris5.h (LIBGCC_SPEC): Define.
5042 2010-01-12  Julian Brown  <julian@codesourcery.com>
5044         * config/arm/neon-schedgen.ml (Utils): Don't try to
5045         open missing module.
5046         (find_with_result): New.
5048 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
5050         PR debug/42662
5051         * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
5052         sharing when canonicalizing ({lt,ge}u (plus a b) b).
5054         PR tree-optimization/42645
5055         * tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
5056         (remap_ssa_name): If processing_debug_stmt and name wasn't found in
5057         decl_map, set processing_debug_stmt to -1 and return name without
5058         any remapping.
5060 2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
5062         * doc/install.texi (Specific#x-x-cygwin): Document minimum required
5063         binutils version, and reword target configuration description.
5065 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
5067         * config/avr/avr.h (LINKER_NAME): Remove.
5069 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
5071         PR target/42416
5072         * config/rs6000/rs6000.c (rs6000_override_options): On targets
5073         that support VSX, warn for -mno-altivec if vsx is not disabled,
5074         and disable vsx.
5076 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
5077             Shujing Zhao  <pearly.zhao@oracle.com>
5079         PR translation/42469
5080         * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
5081         fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
5082         character between option name and help text.
5083         * c.opt (imultilib): Likewise.
5085 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
5087         * lto-streamer-out.c (output_unreferenced_globals): Output static
5088         variables.
5090 2010-01-10  Steven Bosscher  <steven@gcc.gnu.org>
5092         PR rtl-optimization/42621
5093         * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
5094         optimizing for size.
5095         (duplicate_computed_gotos): Remove now-redundant check.
5097 2010-01-10  Steve Ellcey  <sje@cup.hp.com>
5099         PR target/37454
5100         * configure.ac: Save and restore LDFLAGS and LIBS
5101         * configure: Regenerate.
5103 2010-01-10  Richard Guenther  <rguenther@suse.de>
5105         PR middle-end/42667
5106         * builtins.c (fold_builtin_strlen): Add type argument and
5107         convert the resulting length to it.
5108         (fold_builtin_1): Adjust.
5110 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
5112         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
5113         sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
5114         1 insn.
5115         (num_insns_constant_wide): Adjust for that change.
5117 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
5119         PR debug/42631
5120         * web.c (union_defs): Add used argument, to combine uses of
5121         uninitialized regs.
5122         (entry_register): Adjust type and tests of used argument.
5123         (web_main): Widen used for new use.  Pass it to union_defs.
5124         * df.h (union_defs): Adjust prototype.
5126 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
5128         PR debug/42630
5129         * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
5130         uses in new incoming argument.  Free body.
5131         (reset_debug_uses_in_loop): New.
5132         (analyze_insn_to_expand_var): Call the latter if the former found
5133         anything.  Fix whitespace.  Reject invalid dest overlaps before
5134         going through all insns in the loop.
5136 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
5138         PR debug/42629
5139         * haifa-sched.c (dying_use_p): Debug insns don't count.
5141 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
5143         PR middle-end/42363
5144         * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
5145         * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
5146         (verify_gimple_call): Reject LHS in noreturn calls.
5148 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
5150         PR debug/42604
5151         PR debug/42395
5152         * tree-vect-loop-manip.c (adjust_info): New type.
5153         (adjust_vec): New pointer to vector.
5154         (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
5155         (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
5156         (slpeel_update_phis_for_duplicate_loop): Use them.
5157         (slpeel_update_phi_nodes_for_guard1): Likewise.
5158         (slpeel_update_phi_nodes_for_guard2): Likewise.
5159         (slpeel_tree_peel_loop_to_edge): Likewise.
5160         (vect_update_ivs_after_vectorizer): Likewise.
5162 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
5164         * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
5165         (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
5167 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
5169         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
5170         bogus uninitialized warning.
5172 2010-01-09  Richard Guenther  <rguenther@suse.de>
5174         PR middle-end/42512
5175         * tree-scalar-evolution.c (interpret_loop_phi): Make sure
5176         the evolution is compatible with the initial condition.
5178 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
5180         * gcc.c (process_command): Update copyright notice dates.
5181         * gcov.c (print_version): Likewise.
5182         * gcov-dump.c (print_version): Likewise.
5183         * mips-tfile.c (main): Likewise.
5184         * mips-tdump.c (main): Likewise.
5186 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
5188         PR target/41885
5189         * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
5190         (rotlhi3): Delete.
5191         (rotlhi3_8): Delete.
5192         (rotlsi3): Delete.
5193         (rotlsi3_8): Delete.
5194         (rotlsi3_16): Delete.
5195         (rotlsi3_24): Delete.
5196         (rotl<mode>3): New.
5197         (*rotw<mode>3): New.
5198         (*rotb<mode>3): New.
5199         * config/avr/avr.c (avr_rotate_bytes): New function.
5200         * config/avr/avr-proto.h (avr_rotate_bytes): New function.
5202 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
5204         PR target/37454
5205         * configure.ac: Modify -rdynamic check.
5206         * configure: Regenerate.
5208 2010-01-08  DJ Delorie  <dj@redhat.com>
5210         * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
5211         register popping order.
5213 2010-01-08  Richard Guenther  <rguenther@suse.de>
5215         PR lto/42528
5216         * c.opt (fsigned-char): Also let LTO handle this option.
5217         (funsigned-char): Likewise.
5219 2010-01-07  Richard Guenther  <rguenther@suse.de>
5221         * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
5222         (gimple_op): Likewise.
5223         (gimple_op_ptr): Likewise.
5224         (gimple_assign_set_lhs): Remove gcc_assert.
5225         (gimple_assign_set_rhs1): Likewise.
5226         (gimple_assign_set_rhs2): Likewise.
5227         (gimple_call_set_lhs): Likewise.
5228         (gimple_call_set_fn): Likewise.
5229         (gimple_call_set_fndecl): Likewise.
5230         (gimple_call_fndecl): Likewise.
5231         (gimple_call_return_type): Likewise.
5232         (gimple_call_set_chain): Likewise.
5233         (gimple_call_num_args): Likewise.
5234         (gimple_call_set_arg): Likewise.
5235         (gimple_cond_set_code): Likewise.
5236         (gimple_cond_set_lhs): Likewise.
5237         (gimple_cond_set_rhs): Likewise.
5238         (gimple_cond_set_true_label): Likewise.
5239         (gimple_cond_set_false_label): Likewise.
5240         (gimple_label_set_label): Likewise.
5241         (gimple_goto_set_dest): Likewise.
5242         (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
5243         (gimple_debug_bind_get_value): Likewise.
5244         (gimple_debug_bind_get_value_ptr): Likewise.
5245         (gimple_debug_bind_set_var): Likewise.
5246         (gimple_debug_bind_set_value): Likewise.
5247         (gimple_debug_bind_reset_value): Likewise.
5248         (gimple_debug_bind_has_value_p): Likewise.
5249         (gimple_return_retval_ptr): Remove gcc_assert.
5250         (gimple_return_retval): Likewise.
5251         (gimple_return_set_retval): Likewise.
5252         * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
5253         (safe_referenced_var_iterator): Remove.
5254         (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
5255         * tree-flow-inline.h (gimple_nonlocal_all): Remove.
5256         (fill_referenced_var_vec): Remove.
5257         (first_readonly_imm_use): Remove redundant gcc_assert.
5258         (phi_arg_index_from_use): Combine gcc_asserts.
5259         (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
5260         (first_imm_use_stmt): Remove redundant gcc_assert.
5261         * tree-cfg.c (verify_gimple_call): Verify function and chain
5262         operands.  Verify arguments.
5263         (verify_types_in_gimple_stmt): Verify condition code and labels.
5265 2010-01-07  Richard Guenther  <rguenther@suse.de>
5267         PR tree-optimization/42641
5268         * sese.c (rename_map_elt_info): Use the SSA name version, do
5269         not hash pointers.
5271 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
5273         PR tree-optimization/42625
5274         * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
5275         TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
5277 2010-01-07  Duncan Sands  <baldrick@free.fr>
5279         * Makefile.in (PLUGIN_HEADERS): Add version.h.
5281 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
5283         PR target/42511
5284         * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
5285         note itself is not function_invariant_p.
5287 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
5289         * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
5290         Do not add the DF_NOTE problem.
5291         * store-motion.c (execute_rtl_store_motion): Likewise.
5293 2010-01-07  Martin Jambor  <mjambor@suse.cz>
5295         PR tree-optimization/42157
5296         * tree-sra.c (compare_access_positions): Stabilize sort if both
5297         accesses have integer types, return zero immediately if they are the
5298         same.
5300 2010-01-06  Richard Henderson  <rth@redhat.com>
5302         PR middle-end/41883
5303         * haifa-sched.c (add_to_note_list): Merge into ...
5304         (concat_note_lists): ... here, and ...
5305         (unlink_other_notes, rm_other_notes): Merge into...
5306         (remove_notes): ... here.  Create REG_SAVE_NOTEs for
5307         NOTE_INSN_EPILOGUE_BEG.
5309 2010-01-06  Richard Guenther  <rguenther@suse.de>
5311         * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
5312         not inline regular functions into always-inline functions.
5314 2010-01-06  Nick Clifton  <nickc@redhat.com>
5316         * config/rx/rx.h (enum rx_cpu_type): Add RX200.
5317         (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
5318         used together.
5319         (OVERRIDE_OPTIONS): Delete.
5320         (OPTIMIZATION_OPTIONS): Define.
5321         (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
5322         * config/rx/rx.c (rx_handle_option): Issue an error message if
5323         -mcpu=rx200 and -fpu are used together.
5324         (rx_set_optimization_options): New function.  Issue an error
5325         message if an optimization attribute attempts to reset the FPU/
5326         math optimization pairing.
5327         * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
5328         * config/rx/rx.opt: Set the default to 32-bit doubles.
5329         * config/rx/t-rx: Add multilibs for -nofpu option.
5330         * doc/invoke.texi: Update documentation of RX options.
5332 2010-01-06  Richard Guenther  <rguenther@suse.de>
5334         * tree-ssa-pre.c (name_to_id): New global.
5335         (alloc_expression_id): Simplify SSA name handling.
5336         (lookup_expression_id): Likewise.
5337         (init_pre): Zero name_to_id.
5338         (fini_pre): Free it.
5340 2010-01-06  Uros Bizjak  <ubizjak@gmail.com>
5342         * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
5344 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
5346         PR target/42542
5347         * config/i386/sse.md (smaxv2di3): New.
5348         (umaxv2di3): Likewise.
5349         (sminv2di3): Likewise.
5350         (uminv2di3): Likewise.
5352 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
5354         PR target/42564
5355         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
5356         * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
5357         (legitimize_tls_address): Likewise.
5358         (sparc_tls_referenced_p): Likewise.
5359         * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
5360         and adjust calls to legitimize_pic_address.
5361         (legitimate_constant_p) Use sparc_tls_referenced_p.
5362         (legitimate_pic_operand_p): Likewise.
5363         (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
5364         (sparc_tls_symbol_ref_1): Delete.
5365         (sparc_tls_referenced_p): Make static, recognize specific patterns.
5366         (legitimize_tls_address): Make static, handle CONST patterns.
5367         (legitimize_pic_address): Make static, remove unused parameter and
5368         adjust recursive calls.
5369         (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
5370         and adjust call to legitimize_pic_address.
5371         (sparc_output_mi_thunk): Likewise.
5373 2010-01-05  Paolo Bonzini  <bonzini@gnu.rg>
5374             H.J. Lu  <hongjiu.lu@intel.com>
5376         PR target/42542
5377         * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
5378         for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
5379         operands to make them signed.
5381         Revert:
5382         2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
5384         PR target/42542
5385         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
5386         GTU to GT for V4SI and V2DI.
5388         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
5389         (umin<mode>3): Removed.
5390         (uminv8hi3): New.
5391         (uminv4si3): Likewise.
5393 2010-01-05  Martin Jambor  <mjambor@suse.cz>
5395         PR tree-optimization/42462
5396         * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
5397         current_function_decl to helper functions and macros.
5399 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5401         PR bootstrap/41771
5402         * flags.h: Don't include real.h.
5403         (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
5404         HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
5405         * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
5406         HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
5407         * dominance.c: Update copyright.
5408         * gimple.c (walk_gimple_op): Remove inline.
5409         * tree-ssa-reassoc.c: Include real.h.
5410         * Makefile.in (FLAGS_H): Remove $(REAL_H).
5411         (tree-ssa-reassoc.o): Depend on $(REAL_H).
5413 2010-01-05  Nick Clifton  <nickc@redhat.com>
5415         * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
5416         register to push into the stack frame when the accumulator has to
5417         be saved during interrupts.
5419 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
5421         * doc/invoke.texi: Remove the documentation about option
5422         -Wunreachable-code.
5423         * common.opt (Wunreachable-code):  Preserved for backward
5424         compatibility.
5425         * tree-cfg.c: Remove the implementation of -Wunreachable-code.
5426         * opts.c (common_handle_option): Add OPT_Wunreachable_code to
5427         the backward compatibility flag section.
5429 2010-01-05  Richard Guenther  <rguenther@suse.de>
5431         * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
5433 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
5435         PR other/42611
5436         * cfgexpand.c (expand_one_var): Diagnose too large variables.
5438         PR tree-optimization/42508
5439         * tree-sra.c (convert_callers): Check for recursive call
5440         by comparing cgraph nodes instead of decls.
5441         (modify_function): Call ipa_modify_formal_parameters also
5442         on all same_body aliases.
5444         * cgraphunit.c (cgraph_materialize_all_clones): Compare
5445         cgraph nodes when checking for same_body aliases.
5447 2010-01-05  Richard Guenther  <rguenther@suse.de>
5449         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
5450         allocation and lookup.
5451         (get_or_alloc_expr_for_constant): Likewise.
5452         (phi_translate): Sink allocation.
5454 2010-01-04  Richard Guenther  <rguenther@suse.de>
5456         * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
5457         a new entry only if needed.
5458         * tree-ssa-dom.c (lookup_avail_expr): Likewise.
5459         * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
5460         hashtable lookup.
5461         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
5462         the result array.
5463         (phi_translate): Handle CONSTANTs early.
5465 2010-01-04  Martin Jambor  <mjambor@suse.cz>
5467         PR tree-optimization/42398
5468         * tree-sra.c (struct access): Removed flag grp_different_types.
5469         (dump_access): Do not dump the removed flag.
5470         (sort_and_splice_var_accesses): Do not set the removed flag.
5471         (sra_modify_expr): Check for type compatibility directly.
5473 2010-01-04  Martin Jambor  <mjambor@suse.cz>
5475         PR tree-optimization/42366
5476         * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
5477         edges with variable number of parameters.
5478         * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
5479         flag instead of asserting it.
5480         (ipa_read_node_info): Read uses_analysis_done flag.
5482 2010-01-04  Richard Guenther  <rguenther@suse.de>
5484         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
5485         iterative_hash_* as intended.
5486         (vn_reference_compute_hash): Likewise.  Simplify hashing
5487         SSA names.
5488         (vn_reference_lookup_2): Likewise.
5489         (vn_nary_op_compute_hash): Likewise.
5490         (vn_phi_compute_hash): Likewise.
5491         (expressions_equal_p): Remove strange code.
5492         * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
5493         (pre_expr_hash): Likewise.  Simplify hashing SSA names.
5494         (bitmap_insert_into_set_1): Take value-id as parameter.
5495         (add_to_value): Pass it.
5496         (bitmap_insert_into_set): Likewise.
5497         (bitmap_value_insert_into_set): Likewise.  Remove redundant check.
5499 2010-01-04  Jakub Jelinek  <jakub@redhat.com>
5501         PR driver/42442
5502         * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
5503         (do_self_spec): For switches with SWITCH_IGNORE set set also
5504         SWITCH_IGNORE_PERMANENTLY.
5505         (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
5506         of SWITCH_IGNORE.
5508 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
5510         * lto-streamer-out.c (output_unreferenced_globals): Output the full
5511         tree of an unreferenced global var.
5513 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
5515         PR target/42542
5516         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
5517         GTU to GT for V4SI and V2DI.
5519         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
5520         (umin<mode>3): Removed.
5521         (uminv8hi3): New.
5522         (uminv4si3): Likewise.
5524 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
5526         PR lto/42581
5527         * collect2.c (main): Turn on trace in collect2 if -v is passed
5528         to gcc with LTO.
5530 2010-01-03  Jerry Quinn  <jlquinn@optonline.net>
5532         * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
5533         description of expression operand.
5535 2010-01-03  Andrew Jenner  <andrew@codesourcery.com>
5537         * configure.ac: Add install-html to target_list for Make-hooks.
5538         * configure: Regenerate.
5539         * fortran/Make-lang.in (F95_HTMLFILES): New.
5540         (fortran.html): Use it.
5541         (fortran.install-html): New.
5542         * Makefile.in (install-html): Add lang.install-html.
5543         * java/Make-lang.in (JAVA_HTMLFILES): New.
5544         (java.html): Use it.
5545         (java.install-html): New.
5546         * objc/Make-lang.in (objc.install-html): New.
5547         * objcp/Make-lang.in (obj-c++.install-html): New.
5548         * cp/Make-lang.in (c++.install-html): New.
5549         * ada/gcc-interface/Make-lang.in (ada.install-html): New.
5550         * lto/Make-lang.in (lto.install-html): New.
5552 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
5554         PR lto/42520
5555         * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
5557 2009-01-03  Steven Bosscher  <steven@gcc.gnu.org>
5559         PR rtl-optimization/41862
5560         * store-motion.c (store_killed_in_insn, compute_store_table,
5561         remove_reachable_equiv_notes, replace_store_insn,
5562         build_store_vectors): Ignore all DEBUG_INSNs.
5564 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
5566         PR lto/41564
5567         * common.opt: Add dumpdir.
5569         * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
5570         isn't specified.
5571         (option_map): Add --dumpdir.
5573         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
5575         * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
5577         * opts.c (decode_options): Try dump_dir_name first if
5578         dump_base_name isn't an absolute path.
5579         (common_handle_option): Handle OPT_dumpdir.
5581         * toplev.c (dump_dir_name): New.
5582         (print_switch_values): Also ignore -dumpdir.
5584         * toplev.h (dump_dir_name): New.
5586 2010-01-03  Richard Guenther  <rguenther@suse.de>
5588         PR tree-optimization/42589
5589         * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
5590         double-word expansion of bswap32.
5592 2010-01-03  Steven Bosscher  <steven@gcc.gnu.org>
5594         * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
5595         with BLOCK_FOR_INSN.
5596         * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
5597         * ifcvt.c (noce_get_alt_condition, noce_try_abs,
5598         noce_process_if_block): Likewise.
5599         * gcse.c (compute_local_properties, insert_expr_in_table,
5600         insert_set_in_table, canon_list_insert, find_avail_set,
5601         pre_insert_copy_insn): Likewise.
5603         * basic-block.h (BLOCK_NUM): Move from here...
5604         * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
5606 2010-01-03  Richard Guenther  <rguenther@suse.de>
5608         PR tree-optimization/42438
5609         * tree-ssa-pre.c (struct bb_bitmap_sets): Add
5610         contains_may_not_return_call flag.
5611         (BB_MAY_NOTRETURN): New.
5612         (valid_in_sets): Trapping nary operations are not valid
5613         in blocks that may not return.
5614         (insert_into_preds_of_block): Remove check for trapping expressions.
5615         (compute_avail): Compute also BB_MAY_NOTRETURN.
5617 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
5619         * doc/invoke.texi: Add 2010 to copyright years.
5621 2010-01-03  Eric Botcazou  <ebotcazou@adacore.com>
5623         * config/sparc/sparc.c: Fix formatting nits.
5625 2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
5626             Alexander Monakov  <amonakov@ispras.ru>
5628         * doc/invoke.texi (Optimize Options): Reword introduction a bit.
5630 2010-01-02  Richard Guenther  <rguenther@suse.de>
5632         PR middle-end/42577
5633         * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
5634         (simplify_switch_using_ranges): Mark to be removed edges
5635         as non-executable.
5637 2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5639         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
5641         * collect2.c (scan_libraries): Add missing argument in call to
5642         scan_prog_file.
5644 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
5646         PR target/42448
5647         * config/alpha/predicates.md (aligned_memory_operand): Return false
5648         for CQImode.
5649         (unaligned_memory_operand): Return true for CQImode.
5650         * config/alpha/alpha.c (get_aligned_mem): Assert that location
5651         doesn not cross aligned SImode word boundary.
5653 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
5655         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
5656         Remove.
5657         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
5658         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
5660 2010-01-02  Richard Guenther  <rguenther@suse.de>
5662         PR lto/41597
5663         * toplev.c (compile_file): Emit LTO marker properly.  Change
5664         it to __gnu_lto_v1.
5665         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
5667 2010-01-01  Richard Guenther  <rguenther@suse.de>
5669         PR debug/42455
5670         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
5672 2010-01-01  Richard Guenther  <rguenther@suse.de>
5674         PR c/42570
5675         * c-decl.c (grokdeclarator): For zero-size arrays force
5676         structural equality checks as layout_type does.
5678 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
5680         * builtins.c: Update copyright to 2010.
5682 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
5684         PR lto/42531
5685         * lto-streamer-out.c (produce_asm): Revert the last change.
5686         (copy_function): Likewise.
5688         * lto-streamer.c (lto_get_section_name): Skip any leading
5689         asterisk in name.
5691 2010-01-01  Richard Guenther  <rguenther@suse.de>
5693         PR middle-end/42559
5694         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
5695         for LABEL_DECLs.
5698 Copyright (C) 2010 Free Software Foundation, Inc.
5700 Copying and distribution of this file, with or without modification,
5701 are permitted in any medium without royalty provided the copyright
5702 notice and this notice are preserved.